Skip to content

Commit

Permalink
docs: add query refrence
Browse files Browse the repository at this point in the history
  • Loading branch information
pushpak1300 committed Nov 15, 2024
1 parent b50cb63 commit c8c88ce
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cypress.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ declare global {

/**
* Search all mails from the mailbox using query.
* @param query
* @param query {@link https://mailpit.axllent.org/docs/usage/search-filters/ | Query Refrence}
* @param start
* @param limit
*/
Expand All @@ -30,7 +30,7 @@ declare global {
/**
* Check if mailpit has any email with the search query
* Automatically retries until the condition is met or timeout is reached.
* @param query
* @param query {@link https://mailpit.axllent.org/docs/usage/search-filters/ | Query Refrence}
* @param start
* @param limit
* @param options Optional. Object with `timeout` and `interval` properties.
Expand All @@ -45,7 +45,7 @@ declare global {
/**
* Check if mailpit has any email with the search query
* Automatically retries until the condition is met or timeout is reached.
* @param query
* @param query {@link https://mailpit.axllent.org/docs/usage/search-filters/ | Query Refrence}
* @param start
* @param limit
* @param options Optional. Object with `timeout` and `interval` properties.
Expand Down Expand Up @@ -196,7 +196,7 @@ declare global {

/**
* Delete emails from the mailbox based on search query.
* @param query Search query to delete emails
* @param query {@link https://mailpit.axllent.org/docs/usage/search-filters/ | Query Refrence}
*/
mailpitDeleteEmailsBySearch(query: string): Chainable<Response<void>>;

Expand Down

0 comments on commit c8c88ce

Please sign in to comment.