|
4 | 4 | * Neynar API |
5 | 5 | * The Neynar API allows you to interact with the Farcaster protocol among other things. See the [Neynar docs](https://docs.neynar.com/reference) for more details. |
6 | 6 | * |
7 | | - * The version of the OpenAPI document: 3.183.0 |
| 7 | + * The version of the OpenAPI document: 3.184.0 |
8 | 8 | * Contact: team@neynar.com |
9 | 9 | * |
10 | 10 | * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). |
@@ -474,7 +474,7 @@ export const CastApiAxiosParamCreator = function (configuration?: Configuration) |
474 | 474 | * @param {string} q Query string to search for casts. Supported operators: | Operator | Description | | --------- | -------------------------------------------------------------------------------------------------------- | | `+` | Acts as the AND operator. This is the default operator between terms and can usually be omitted. | | `\\|` | Acts as the OR operator. | | `*` | When used at the end of a term, signifies a prefix query. | | `\"` | Wraps several terms into a phrase (for example, `\"star wars\"`). | | `(`, `)` | Wrap a clause for precedence (for example, `star + (wars \\| trek)`). | | `~n` | When used after a term (for example, `satr~3`), sets `fuzziness`. When used after a phrase, sets `slop`. | | `-` | Negates the term. | | `before:` | Search for casts before a specific date. (e.g. `before:2025-04-20` or `before:2025-04-20T23:59:59`) | | `after:` | Search for casts after a specific date. (e.g. `after:2025-04-20` or `after:2025-04-20T00:00:00`) | |
475 | 475 | * @param {boolean} [xNeynarExperimental] Enables experimental features including filtering based on the Neynar score. See [docs](https://neynar.notion.site/Experimental-Features-1d2655195a8b80eb98b4d4ae7b76ae4a) for more details. |
476 | 476 | * @param {SearchCastsModeEnum} [mode] Choices are: - `literal` - Searches for the words in the query string (default) - `semantic` - Searches for the meaning of the query string - `hybrid` - Combines both literal and semantic results |
477 | | - * @param {SearchCastsSortTypeEnum} [sortType] Choices are: - `desc_chron` - All casts sorted by time in a descending order (default) - `chron` - All casts sorted by time in ascending order - `algorithmic` - Casts sorted by engagement and time |
| 477 | + * @param {SearchCastsSortTypeEnum} [sortType] Choices are: - `desc_chron` - All casts sorted by time in a descending order (default) - `chron` - All casts sorted by time in ascending order |
478 | 478 | * @param {number} [authorFid] Fid of the user whose casts you want to search |
479 | 479 | * @param {number} [viewerFid] Providing this will return search results that respects this user\'s mutes and blocks and includes `viewer_context`. |
480 | 480 | * @param {string} [parentUrl] Parent URL of the casts you want to search |
@@ -714,7 +714,7 @@ export const CastApiFp = function(configuration?: Configuration) { |
714 | 714 | * @param {string} q Query string to search for casts. Supported operators: | Operator | Description | | --------- | -------------------------------------------------------------------------------------------------------- | | `+` | Acts as the AND operator. This is the default operator between terms and can usually be omitted. | | `\\|` | Acts as the OR operator. | | `*` | When used at the end of a term, signifies a prefix query. | | `\"` | Wraps several terms into a phrase (for example, `\"star wars\"`). | | `(`, `)` | Wrap a clause for precedence (for example, `star + (wars \\| trek)`). | | `~n` | When used after a term (for example, `satr~3`), sets `fuzziness`. When used after a phrase, sets `slop`. | | `-` | Negates the term. | | `before:` | Search for casts before a specific date. (e.g. `before:2025-04-20` or `before:2025-04-20T23:59:59`) | | `after:` | Search for casts after a specific date. (e.g. `after:2025-04-20` or `after:2025-04-20T00:00:00`) | |
715 | 715 | * @param {boolean} [xNeynarExperimental] Enables experimental features including filtering based on the Neynar score. See [docs](https://neynar.notion.site/Experimental-Features-1d2655195a8b80eb98b4d4ae7b76ae4a) for more details. |
716 | 716 | * @param {SearchCastsModeEnum} [mode] Choices are: - `literal` - Searches for the words in the query string (default) - `semantic` - Searches for the meaning of the query string - `hybrid` - Combines both literal and semantic results |
717 | | - * @param {SearchCastsSortTypeEnum} [sortType] Choices are: - `desc_chron` - All casts sorted by time in a descending order (default) - `chron` - All casts sorted by time in ascending order - `algorithmic` - Casts sorted by engagement and time |
| 717 | + * @param {SearchCastsSortTypeEnum} [sortType] Choices are: - `desc_chron` - All casts sorted by time in a descending order (default) - `chron` - All casts sorted by time in ascending order |
718 | 718 | * @param {number} [authorFid] Fid of the user whose casts you want to search |
719 | 719 | * @param {number} [viewerFid] Providing this will return search results that respects this user\'s mutes and blocks and includes `viewer_context`. |
720 | 720 | * @param {string} [parentUrl] Parent URL of the casts you want to search |
@@ -1335,11 +1335,11 @@ export interface CastApiSearchCastsRequest { |
1335 | 1335 | readonly mode?: SearchCastsModeEnum |
1336 | 1336 |
|
1337 | 1337 | /** |
1338 | | - * Choices are: - `desc_chron` - All casts sorted by time in a descending order (default) - `chron` - All casts sorted by time in ascending order - `algorithmic` - Casts sorted by engagement and time |
| 1338 | + * Choices are: - `desc_chron` - All casts sorted by time in a descending order (default) - `chron` - All casts sorted by time in ascending order |
1339 | 1339 | * |
1340 | 1340 | * |
1341 | 1341 | * |
1342 | | - * @type {'desc_chron' | 'chron' | 'algorithmic'} |
| 1342 | + * @type {'desc_chron' | 'chron'} |
1343 | 1343 | * @memberof CastApiSearchCasts |
1344 | 1344 | */ |
1345 | 1345 | readonly sortType?: SearchCastsSortTypeEnum |
@@ -1607,7 +1607,6 @@ export type SearchCastsModeEnum = typeof SearchCastsModeEnum[keyof typeof Search |
1607 | 1607 | */ |
1608 | 1608 | export const SearchCastsSortTypeEnum = { |
1609 | 1609 | DescChron: 'desc_chron', |
1610 | | - Chron: 'chron', |
1611 | | - Algorithmic: 'algorithmic' |
| 1610 | + Chron: 'chron' |
1612 | 1611 | } as const; |
1613 | 1612 | export type SearchCastsSortTypeEnum = typeof SearchCastsSortTypeEnum[keyof typeof SearchCastsSortTypeEnum]; |
0 commit comments