diff --git a/oas b/oas index 7e2d9e58..4f8a4b66 160000 --- a/oas +++ b/oas @@ -1 +1 @@ -Subproject commit 7e2d9e58abd42926f0a4577c9e4dfc15350ee020 +Subproject commit 4f8a4b66b2e4dcdee942530e5938b7e08b27389e diff --git a/package.json b/package.json index 10a81ded..fa7b2d12 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@neynar/nodejs-sdk", - "version": "2.0.5", + "version": "2.0.6", "description": "SDK to interact with Neynar APIs (https://docs.neynar.com/reference/quickstart)", "main": "./build/index.js", "types": "./build/index.d.ts", diff --git a/src/api/.openapi-generator/FILES b/src/api/.openapi-generator/FILES index 8c71e249..8d2a8784 100644 --- a/src/api/.openapi-generator/FILES +++ b/src/api/.openapi-generator/FILES @@ -51,6 +51,7 @@ models/cast-composer-actions-list-response.ts models/cast-composer-type.ts models/cast-conversation-sort-type.ts models/cast-dehydrated.ts +models/cast-embed-crawl-response.ts models/cast-embedded-parent-author.ts models/cast-embedded.ts models/cast-id.ts @@ -97,6 +98,10 @@ models/dehydrated-follower.ts models/delete-cast-req-body.ts models/delete-frame-req-body.ts models/delete-frame-response.ts +models/deploy-fungible-req-body-metadata-media.ts +models/deploy-fungible-response-contract-fungible.ts +models/deploy-fungible-response-contract.ts +models/deploy-fungible-response.ts models/developer-managed-signer.ts models/embed-cast-deep.ts models/embed-cast.ts diff --git a/src/api/api.ts b/src/api/api.ts index b8f02114..35af7aaf 100644 --- a/src/api/api.ts +++ b/src/api/api.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/apis/action-api.ts b/src/api/apis/action-api.ts index 28d6da29..02751b55 100644 --- a/src/api/apis/action-api.ts +++ b/src/api/apis/action-api.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/apis/ban-api.ts b/src/api/apis/ban-api.ts index 16e80e71..4dd6f555 100644 --- a/src/api/apis/ban-api.ts +++ b/src/api/apis/ban-api.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/apis/block-api.ts b/src/api/apis/block-api.ts index 0c537c59..d361c886 100644 --- a/src/api/apis/block-api.ts +++ b/src/api/apis/block-api.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/apis/cast-api.ts b/src/api/apis/cast-api.ts index 22198f0b..f3fbc70e 100644 --- a/src/api/apis/cast-api.ts +++ b/src/api/apis/cast-api.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,6 +28,8 @@ import type { CastComposerType } from '../models'; // @ts-ignore import type { CastConversationSortType } from '../models'; // @ts-ignore +import type { CastEmbedCrawlResponse } from '../models'; +// @ts-ignore import type { CastParamType } from '../models'; // @ts-ignore import type { CastResponse } from '../models'; @@ -195,6 +197,48 @@ export const CastApiAxiosParamCreator = function (configuration?: Configuration) + setSearchParams(localVarUrlObj, localVarQueryParameter); + let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; + localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; + + return { + url: toPathString(localVarUrlObj), + options: localVarRequestOptions, + }; + }, + /** + * Crawls the given URL and returns metadata useful when embedding the URL in a cast. + * @summary Embedded URL metadata + * @param {string} [url] URL to crawl metadata of + * @param {*} [options] Override http request option. + * @throws {RequiredError} + * @returns {Promise} A promise that resolves to a `CastEmbedCrawlResponse` object + * + * For more information, refer to the [API documentation](https://docs.neynar.com/reference/fetch-embedded-url-metadata) + * + */ + fetchEmbeddedUrlMetadata: async (url?: string, options: RawAxiosRequestConfig = {}): Promise => { + const localVarPath = `/farcaster/cast/embed/crawl`; + // use dummy base URL string because the URL constructor only accepts absolute URLs. + const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL); + let baseOptions; + if (configuration) { + baseOptions = configuration.baseOptions; + } + + const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options}; + const localVarHeaderParameter = {} as any; + const localVarQueryParameter = {} as any; + + // authentication ApiKeyAuth required + await setApiKeyToObject(localVarHeaderParameter, "x-api-key", configuration) + + if (url !== undefined) { + localVarQueryParameter['url'] = url; + } + + + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -533,6 +577,23 @@ export const CastApiFp = function(configuration?: Configuration) { const localVarOperationServerBasePath = operationServerMap['CastApi.fetchComposerActions']?.[localVarOperationServerIndex]?.url; return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath); }, + /** + * Crawls the given URL and returns metadata useful when embedding the URL in a cast. + * @summary Embedded URL metadata + * @param {string} [url] URL to crawl metadata of + * @param {*} [options] Override http request option. + * @throws {RequiredError} + * @returns {Promise} A promise that resolves to a `CastEmbedCrawlResponse` object + * + * For more information, refer to the [API documentation](https://docs.neynar.com/reference/fetch-embedded-url-metadata) + * + */ + async fetchEmbeddedUrlMetadata(url?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise> { + const localVarAxiosArgs = await localVarAxiosParamCreator.fetchEmbeddedUrlMetadata(url, options); + const localVarOperationServerIndex = configuration?.serverIndex ?? 0; + const localVarOperationServerBasePath = operationServerMap['CastApi.fetchEmbeddedUrlMetadata']?.[localVarOperationServerIndex]?.url; + return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath); + }, /** * Gets information about an individual cast by passing in a Warpcast web URL or cast hash * @summary By hash or URL @@ -670,6 +731,20 @@ export const CastApiFactory = function (configuration?: Configuration, basePath? fetchComposerActions(requestParameters: CastApiFetchComposerActionsRequest, options?: RawAxiosRequestConfig): AxiosPromise { return localVarFp.fetchComposerActions(requestParameters.list, requestParameters.limit, requestParameters.cursor, options).then((request) => request(axios, basePath)); }, + /** + * Crawls the given URL and returns metadata useful when embedding the URL in a cast. + * @summary Embedded URL metadata + * @param {CastApiFetchEmbeddedUrlMetadataRequest} requestParameters Request parameters. + * @param {*} [options] Override http request option. + * @throws {RequiredError} + * @returns {Promise} A promise that resolves to a `CastEmbedCrawlResponse` object + * + * For more information, refer to the [API documentation](https://docs.neynar.com/reference/fetch-embedded-url-metadata) + * + */ + fetchEmbeddedUrlMetadata(requestParameters: CastApiFetchEmbeddedUrlMetadataRequest = {}, options?: RawAxiosRequestConfig): AxiosPromise { + return localVarFp.fetchEmbeddedUrlMetadata(requestParameters.url, options).then((request) => request(axios, basePath)); + }, /** * Gets information about an individual cast by passing in a Warpcast web URL or cast hash * @summary By hash or URL @@ -777,6 +852,20 @@ export interface CastApiInterface { */ fetchComposerActions(requestParameters: CastApiFetchComposerActionsRequest, options?: RawAxiosRequestConfig): AxiosPromise; + /** + * Crawls the given URL and returns metadata useful when embedding the URL in a cast. + * @summary Embedded URL metadata + * @param {CastApiFetchEmbeddedUrlMetadataRequest} requestParameters Request parameters. + * @param {*} [options] Override http request option. + * @throws {RequiredError} + * @memberof CastApiInterface + * @returns {Promise} A promise that resolves to a `CastEmbedCrawlResponse` object + * + * For more information, refer to the [API documentation](https://docs.neynar.com/reference/fetch-embedded-url-metadata) + * + */ + fetchEmbeddedUrlMetadata(requestParameters?: CastApiFetchEmbeddedUrlMetadataRequest, options?: RawAxiosRequestConfig): AxiosPromise; + /** * Gets information about an individual cast by passing in a Warpcast web URL or cast hash * @summary By hash or URL @@ -926,6 +1015,23 @@ export interface CastApiFetchComposerActionsRequest { readonly cursor?: string } +/** + * Request parameters for fetchEmbeddedUrlMetadata operation in CastApi. + * @export + * @interface CastApiFetchEmbeddedUrlMetadataRequest + */ +export interface CastApiFetchEmbeddedUrlMetadataRequest { + /** + * URL to crawl metadata of + * + * + * + * @type {string} + * @memberof CastApiFetchEmbeddedUrlMetadata + */ + readonly url?: string +} + /** * Request parameters for lookupCastByHashOrWarpcastUrl operation in CastApi. * @export @@ -1219,6 +1325,22 @@ export class CastApi extends BaseAPI implements CastApiInterface { return CastApiFp(this.configuration).fetchComposerActions(requestParameters.list, requestParameters.limit, requestParameters.cursor, options).then((request) => request(this.axios, this.basePath)); } + /** + * Crawls the given URL and returns metadata useful when embedding the URL in a cast. + * @summary Embedded URL metadata + * @param {CastApiFetchEmbeddedUrlMetadataRequest} requestParameters Request parameters. + * @param {*} [options] Override http request option. + * @throws {RequiredError} + * @memberof CastApi + * @returns {Promise} A promise that resolves to a `CastEmbedCrawlResponse` object + * + * For more information, refer to the [API documentation](https://docs.neynar.com/reference/fetch-embedded-url-metadata) + * + */ + public fetchEmbeddedUrlMetadata(requestParameters: CastApiFetchEmbeddedUrlMetadataRequest = {}, options?: RawAxiosRequestConfig) { + return CastApiFp(this.configuration).fetchEmbeddedUrlMetadata(requestParameters.url, options).then((request) => request(this.axios, this.basePath)); + } + /** * Gets information about an individual cast by passing in a Warpcast web URL or cast hash * @summary By hash or URL diff --git a/src/api/apis/channel-api.ts b/src/api/apis/channel-api.ts index 61d4cba6..09131689 100644 --- a/src/api/apis/channel-api.ts +++ b/src/api/apis/channel-api.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/apis/feed-api.ts b/src/api/apis/feed-api.ts index a03fae0b..f179f83c 100644 --- a/src/api/apis/feed-api.ts +++ b/src/api/apis/feed-api.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/apis/fname-api.ts b/src/api/apis/fname-api.ts index 72d9290f..2ea89159 100644 --- a/src/api/apis/fname-api.ts +++ b/src/api/apis/fname-api.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/apis/follows-api.ts b/src/api/apis/follows-api.ts index 0dc26827..474b8d81 100644 --- a/src/api/apis/follows-api.ts +++ b/src/api/apis/follows-api.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/apis/frame-api.ts b/src/api/apis/frame-api.ts index 2517ca9c..36ecbfe1 100644 --- a/src/api/apis/frame-api.ts +++ b/src/api/apis/frame-api.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/apis/mute-api.ts b/src/api/apis/mute-api.ts index eaf3ef87..ee626515 100644 --- a/src/api/apis/mute-api.ts +++ b/src/api/apis/mute-api.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -36,7 +36,7 @@ import type { MuteResponse } from '../models'; export const MuteApiAxiosParamCreator = function (configuration?: Configuration) { return { /** - * Deletes a mute for a given FID. This is a whitelisted API, reach out if you want access. + * Deletes a mute for a given FID. This is an allowlisted API, reach out if you want access. * @summary Unmute FID * @param {MuteReqBody} muteReqBody * @param {*} [options] Override http request option. @@ -140,7 +140,7 @@ export const MuteApiAxiosParamCreator = function (configuration?: Configuration) }; }, /** - * Adds a mute for a given FID. This is a whitelisted API, reach out if you want access. + * Adds a mute for a given FID. This is an allowlisted API, reach out if you want access. * @summary Mute FID * @param {MuteReqBody} muteReqBody * @param {*} [options] Override http request option. @@ -193,7 +193,7 @@ export const MuteApiFp = function(configuration?: Configuration) { const localVarAxiosParamCreator = MuteApiAxiosParamCreator(configuration) return { /** - * Deletes a mute for a given FID. This is a whitelisted API, reach out if you want access. + * Deletes a mute for a given FID. This is an allowlisted API, reach out if you want access. * @summary Unmute FID * @param {MuteReqBody} muteReqBody * @param {*} [options] Override http request option. @@ -230,7 +230,7 @@ export const MuteApiFp = function(configuration?: Configuration) { return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath); }, /** - * Adds a mute for a given FID. This is a whitelisted API, reach out if you want access. + * Adds a mute for a given FID. This is an allowlisted API, reach out if you want access. * @summary Mute FID * @param {MuteReqBody} muteReqBody * @param {*} [options] Override http request option. @@ -257,7 +257,7 @@ export const MuteApiFactory = function (configuration?: Configuration, basePath? const localVarFp = MuteApiFp(configuration) return { /** - * Deletes a mute for a given FID. This is a whitelisted API, reach out if you want access. + * Deletes a mute for a given FID. This is an allowlisted API, reach out if you want access. * @summary Unmute FID * @param {MuteApiDeleteMuteRequest} requestParameters Request parameters. * @param {*} [options] Override http request option. @@ -285,7 +285,7 @@ export const MuteApiFactory = function (configuration?: Configuration, basePath? return localVarFp.fetchMuteList(requestParameters.fid, requestParameters.limit, requestParameters.cursor, requestParameters.xNeynarExperimental, options).then((request) => request(axios, basePath)); }, /** - * Adds a mute for a given FID. This is a whitelisted API, reach out if you want access. + * Adds a mute for a given FID. This is an allowlisted API, reach out if you want access. * @summary Mute FID * @param {MuteApiPublishMuteRequest} requestParameters Request parameters. * @param {*} [options] Override http request option. @@ -308,7 +308,7 @@ export const MuteApiFactory = function (configuration?: Configuration, basePath? */ export interface MuteApiInterface { /** - * Deletes a mute for a given FID. This is a whitelisted API, reach out if you want access. + * Deletes a mute for a given FID. This is an allowlisted API, reach out if you want access. * @summary Unmute FID * @param {MuteApiDeleteMuteRequest} requestParameters Request parameters. * @param {*} [options] Override http request option. @@ -336,7 +336,7 @@ export interface MuteApiInterface { fetchMuteList(requestParameters: MuteApiFetchMuteListRequest, options?: RawAxiosRequestConfig): AxiosPromise; /** - * Adds a mute for a given FID. This is a whitelisted API, reach out if you want access. + * Adds a mute for a given FID. This is an allowlisted API, reach out if you want access. * @summary Mute FID * @param {MuteApiPublishMuteRequest} requestParameters Request parameters. * @param {*} [options] Override http request option. @@ -440,7 +440,7 @@ export interface MuteApiPublishMuteRequest { */ export class MuteApi extends BaseAPI implements MuteApiInterface { /** - * Deletes a mute for a given FID. This is a whitelisted API, reach out if you want access. + * Deletes a mute for a given FID. This is an allowlisted API, reach out if you want access. * @summary Unmute FID * @param {MuteApiDeleteMuteRequest} requestParameters Request parameters. * @param {*} [options] Override http request option. @@ -472,7 +472,7 @@ export class MuteApi extends BaseAPI implements MuteApiInterface { } /** - * Adds a mute for a given FID. This is a whitelisted API, reach out if you want access. + * Adds a mute for a given FID. This is an allowlisted API, reach out if you want access. * @summary Mute FID * @param {MuteApiPublishMuteRequest} requestParameters Request parameters. * @param {*} [options] Override http request option. diff --git a/src/api/apis/notifications-api.ts b/src/api/apis/notifications-api.ts index 430f78c5..9b5abad4 100644 --- a/src/api/apis/notifications-api.ts +++ b/src/api/apis/notifications-api.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/apis/onchain-api.ts b/src/api/apis/onchain-api.ts index c948b572..ef98c1fd 100644 --- a/src/api/apis/onchain-api.ts +++ b/src/api/apis/onchain-api.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -24,6 +24,10 @@ import { BASE_PATH, COLLECTION_FORMATS, type RequestArgs, BaseAPI, RequiredError // @ts-ignore import type { BalanceResponse } from '../models'; // @ts-ignore +import type { DeployFungibleReqBodyMetadataMedia } from '../models'; +// @ts-ignore +import type { DeployFungibleResponse } from '../models'; +// @ts-ignore import type { ErrorRes } from '../models'; // @ts-ignore import type { Networks } from '../models'; @@ -35,6 +39,111 @@ import type { RelevantFungibleOwnersResponse } from '../models'; */ export const OnchainApiAxiosParamCreator = function (configuration?: Configuration) { return { + /** + * Creates a new token. This is an allowlisted API, reach out if you want access. + * @summary Deploy fungible + * @param {string} owner Ethereum address of the one who is creating the token + * @param {string} symbol Symbol/Ticker for the token + * @param {string} name Name of the token + * @param {DeployFungibleReqBodyMetadataMedia} [metadataMedia] + * @param {string} [metadataDescription] Description of the token + * @param {DeployFungibleMetadataNsfwEnum} [metadataNsfw] Indicates if the token is NSFW (Not Safe For Work). + * @param {string} [metadataWebsiteLink] Website link related to the token + * @param {string} [metadataTwitter] Twitter profile link + * @param {string} [metadataDiscord] Discord server link + * @param {string} [metadataTelegram] Telegram link + * @param {DeployFungibleNetworkEnum} [network] Network/Chain name + * @param {DeployFungibleFactoryEnum} [factory] Factory name - wow -> wow.xyz + * @param {*} [options] Override http request option. + * @throws {RequiredError} + * @returns {Promise} A promise that resolves to a `DeployFungibleResponse` object + * + */ + deployFungible: async (owner: string, symbol: string, name: string, metadataMedia?: DeployFungibleReqBodyMetadataMedia, metadataDescription?: string, metadataNsfw?: DeployFungibleMetadataNsfwEnum, metadataWebsiteLink?: string, metadataTwitter?: string, metadataDiscord?: string, metadataTelegram?: string, network?: DeployFungibleNetworkEnum, factory?: DeployFungibleFactoryEnum, options: RawAxiosRequestConfig = {}): Promise => { + // verify required parameter 'owner' is not null or undefined + assertParamExists('deployFungible', 'owner', owner) + // verify required parameter 'symbol' is not null or undefined + assertParamExists('deployFungible', 'symbol', symbol) + // verify required parameter 'name' is not null or undefined + assertParamExists('deployFungible', 'name', name) + const localVarPath = `/fungible`; + // use dummy base URL string because the URL constructor only accepts absolute URLs. + const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL); + let baseOptions; + if (configuration) { + baseOptions = configuration.baseOptions; + } + + const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options}; + const localVarHeaderParameter = {} as any; + const localVarQueryParameter = {} as any; + const localVarFormParams = new ((configuration && configuration.formDataCtor) || FormData)(); + + // authentication ApiKeyAuth required + await setApiKeyToObject(localVarHeaderParameter, "x-api-key", configuration) + + + if (owner !== undefined) { + localVarFormParams.append('owner', owner as any); + } + + if (symbol !== undefined) { + localVarFormParams.append('symbol', symbol as any); + } + + if (name !== undefined) { + localVarFormParams.append('name', name as any); + } + + if (metadataMedia !== undefined) { + localVarFormParams.append('metadata[media]', new Blob([JSON.stringify(metadataMedia)], { type: "application/json", })); + } + + if (metadataDescription !== undefined) { + localVarFormParams.append('metadata[description]', metadataDescription as any); + } + + if (metadataNsfw !== undefined) { + localVarFormParams.append('metadata[nsfw]', metadataNsfw as any); + } + + if (metadataWebsiteLink !== undefined) { + localVarFormParams.append('metadata[website_link]', metadataWebsiteLink as any); + } + + if (metadataTwitter !== undefined) { + localVarFormParams.append('metadata[twitter]', metadataTwitter as any); + } + + if (metadataDiscord !== undefined) { + localVarFormParams.append('metadata[discord]', metadataDiscord as any); + } + + if (metadataTelegram !== undefined) { + localVarFormParams.append('metadata[telegram]', metadataTelegram as any); + } + + if (network !== undefined) { + localVarFormParams.append('network', network as any); + } + + if (factory !== undefined) { + localVarFormParams.append('factory', factory as any); + } + + + localVarHeaderParameter['Content-Type'] = 'multipart/form-data'; + + setSearchParams(localVarUrlObj, localVarQueryParameter); + let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; + localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; + localVarRequestOptions.data = localVarFormParams; + + return { + url: toPathString(localVarUrlObj), + options: localVarRequestOptions, + }; + }, /** * Fetch a list of relevant owners for a specific FID. This usually shows on a fungible asset page as \"X, Y, Z and N others you know own this asset\". * @summary Relevant owners @@ -154,6 +263,32 @@ export const OnchainApiAxiosParamCreator = function (configuration?: Configurati export const OnchainApiFp = function(configuration?: Configuration) { const localVarAxiosParamCreator = OnchainApiAxiosParamCreator(configuration) return { + /** + * Creates a new token. This is an allowlisted API, reach out if you want access. + * @summary Deploy fungible + * @param {string} owner Ethereum address of the one who is creating the token + * @param {string} symbol Symbol/Ticker for the token + * @param {string} name Name of the token + * @param {DeployFungibleReqBodyMetadataMedia} [metadataMedia] + * @param {string} [metadataDescription] Description of the token + * @param {DeployFungibleMetadataNsfwEnum} [metadataNsfw] Indicates if the token is NSFW (Not Safe For Work). + * @param {string} [metadataWebsiteLink] Website link related to the token + * @param {string} [metadataTwitter] Twitter profile link + * @param {string} [metadataDiscord] Discord server link + * @param {string} [metadataTelegram] Telegram link + * @param {DeployFungibleNetworkEnum} [network] Network/Chain name + * @param {DeployFungibleFactoryEnum} [factory] Factory name - wow -> wow.xyz + * @param {*} [options] Override http request option. + * @throws {RequiredError} + * @returns {Promise} A promise that resolves to a `DeployFungibleResponse` object + * + */ + async deployFungible(owner: string, symbol: string, name: string, metadataMedia?: DeployFungibleReqBodyMetadataMedia, metadataDescription?: string, metadataNsfw?: DeployFungibleMetadataNsfwEnum, metadataWebsiteLink?: string, metadataTwitter?: string, metadataDiscord?: string, metadataTelegram?: string, network?: DeployFungibleNetworkEnum, factory?: DeployFungibleFactoryEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise> { + const localVarAxiosArgs = await localVarAxiosParamCreator.deployFungible(owner, symbol, name, metadataMedia, metadataDescription, metadataNsfw, metadataWebsiteLink, metadataTwitter, metadataDiscord, metadataTelegram, network, factory, options); + const localVarOperationServerIndex = configuration?.serverIndex ?? 0; + const localVarOperationServerBasePath = operationServerMap['OnchainApi.deployFungible']?.[localVarOperationServerIndex]?.url; + return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath); + }, /** * Fetch a list of relevant owners for a specific FID. This usually shows on a fungible asset page as \"X, Y, Z and N others you know own this asset\". * @summary Relevant owners @@ -201,6 +336,18 @@ export const OnchainApiFp = function(configuration?: Configuration) { export const OnchainApiFactory = function (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) { const localVarFp = OnchainApiFp(configuration) return { + /** + * Creates a new token. This is an allowlisted API, reach out if you want access. + * @summary Deploy fungible + * @param {OnchainApiDeployFungibleRequest} requestParameters Request parameters. + * @param {*} [options] Override http request option. + * @throws {RequiredError} + * @returns {Promise} A promise that resolves to a `DeployFungibleResponse` object + * + */ + deployFungible(requestParameters: OnchainApiDeployFungibleRequest, options?: RawAxiosRequestConfig): AxiosPromise { + return localVarFp.deployFungible(requestParameters.owner, requestParameters.symbol, requestParameters.name, requestParameters.metadataMedia, requestParameters.metadataDescription, requestParameters.metadataNsfw, requestParameters.metadataWebsiteLink, requestParameters.metadataTwitter, requestParameters.metadataDiscord, requestParameters.metadataTelegram, requestParameters.network, requestParameters.factory, options).then((request) => request(axios, basePath)); + }, /** * Fetch a list of relevant owners for a specific FID. This usually shows on a fungible asset page as \"X, Y, Z and N others you know own this asset\". * @summary Relevant owners @@ -238,6 +385,18 @@ export const OnchainApiFactory = function (configuration?: Configuration, basePa * @interface OnchainApi */ export interface OnchainApiInterface { + /** + * Creates a new token. This is an allowlisted API, reach out if you want access. + * @summary Deploy fungible + * @param {OnchainApiDeployFungibleRequest} requestParameters Request parameters. + * @param {*} [options] Override http request option. + * @throws {RequiredError} + * @memberof OnchainApiInterface + * @returns {Promise} A promise that resolves to a `DeployFungibleResponse` object + * + */ + deployFungible(requestParameters: OnchainApiDeployFungibleRequest, options?: RawAxiosRequestConfig): AxiosPromise; + /** * Fetch a list of relevant owners for a specific FID. This usually shows on a fungible asset page as \"X, Y, Z and N others you know own this asset\". * @summary Relevant owners @@ -268,6 +427,133 @@ export interface OnchainApiInterface { } +/** + * Request parameters for deployFungible operation in OnchainApi. + * @export + * @interface OnchainApiDeployFungibleRequest + */ +export interface OnchainApiDeployFungibleRequest { + /** + * Ethereum address of the one who is creating the token + * + * + * + * @type {string} + * @memberof OnchainApiDeployFungible + */ + readonly owner: string + + /** + * Symbol/Ticker for the token + * + * + * + * @type {string} + * @memberof OnchainApiDeployFungible + */ + readonly symbol: string + + /** + * Name of the token + * + * + * + * @type {string} + * @memberof OnchainApiDeployFungible + */ + readonly name: string + + /** + * + * + * + * + * @type {DeployFungibleReqBodyMetadataMedia} + * @memberof OnchainApiDeployFungible + */ + readonly metadataMedia?: DeployFungibleReqBodyMetadataMedia + + /** + * Description of the token + * + * + * + * @type {string} + * @memberof OnchainApiDeployFungible + */ + readonly metadataDescription?: string + + /** + * Indicates if the token is NSFW (Not Safe For Work). + * + * + * + * @type {string} + * @memberof OnchainApiDeployFungible + */ + readonly metadataNsfw?: DeployFungibleMetadataNsfwEnum + + /** + * Website link related to the token + * + * + * + * @type {string} + * @memberof OnchainApiDeployFungible + */ + readonly metadataWebsiteLink?: string + + /** + * Twitter profile link + * + * + * + * @type {string} + * @memberof OnchainApiDeployFungible + */ + readonly metadataTwitter?: string + + /** + * Discord server link + * + * + * + * @type {string} + * @memberof OnchainApiDeployFungible + */ + readonly metadataDiscord?: string + + /** + * Telegram link + * + * + * + * @type {string} + * @memberof OnchainApiDeployFungible + */ + readonly metadataTelegram?: string + + /** + * Network/Chain name + * + * + * + * @type {string} + * @memberof OnchainApiDeployFungible + */ + readonly network?: DeployFungibleNetworkEnum + + /** + * Factory name - wow -> wow.xyz + * + * + * + * @type {string} + * @memberof OnchainApiDeployFungible + */ + readonly factory?: DeployFungibleFactoryEnum +} + /** * Request parameters for fetchRelevantFungibleOwners operation in OnchainApi. * @export @@ -339,6 +625,20 @@ export interface OnchainApiFetchUserBalanceRequest { * @extends {BaseAPI} */ export class OnchainApi extends BaseAPI implements OnchainApiInterface { + /** + * Creates a new token. This is an allowlisted API, reach out if you want access. + * @summary Deploy fungible + * @param {OnchainApiDeployFungibleRequest} requestParameters Request parameters. + * @param {*} [options] Override http request option. + * @throws {RequiredError} + * @memberof OnchainApi + * @returns {Promise} A promise that resolves to a `DeployFungibleResponse` object + * + */ + public deployFungible(requestParameters: OnchainApiDeployFungibleRequest, options?: RawAxiosRequestConfig) { + return OnchainApiFp(this.configuration).deployFungible(requestParameters.owner, requestParameters.symbol, requestParameters.name, requestParameters.metadataMedia, requestParameters.metadataDescription, requestParameters.metadataNsfw, requestParameters.metadataWebsiteLink, requestParameters.metadataTwitter, requestParameters.metadataDiscord, requestParameters.metadataTelegram, requestParameters.network, requestParameters.factory, options).then((request) => request(this.axios, this.basePath)); + } + /** * Fetch a list of relevant owners for a specific FID. This usually shows on a fungible asset page as \"X, Y, Z and N others you know own this asset\". * @summary Relevant owners @@ -372,3 +672,25 @@ export class OnchainApi extends BaseAPI implements OnchainApiInterface { } } +/** + * @export + */ +export const DeployFungibleMetadataNsfwEnum = { + True: 'true', + False: 'false' +} as const; +export type DeployFungibleMetadataNsfwEnum = typeof DeployFungibleMetadataNsfwEnum[keyof typeof DeployFungibleMetadataNsfwEnum]; +/** + * @export + */ +export const DeployFungibleNetworkEnum = { + Base: 'base' +} as const; +export type DeployFungibleNetworkEnum = typeof DeployFungibleNetworkEnum[keyof typeof DeployFungibleNetworkEnum]; +/** + * @export + */ +export const DeployFungibleFactoryEnum = { + Wow: 'wow' +} as const; +export type DeployFungibleFactoryEnum = typeof DeployFungibleFactoryEnum[keyof typeof DeployFungibleFactoryEnum]; diff --git a/src/api/apis/reaction-api.ts b/src/api/apis/reaction-api.ts index 56f4482e..532b0e35 100644 --- a/src/api/apis/reaction-api.ts +++ b/src/api/apis/reaction-api.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/apis/signer-api.ts b/src/api/apis/signer-api.ts index 07ba3335..5cf92f4d 100644 --- a/src/api/apis/signer-api.ts +++ b/src/api/apis/signer-api.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/apis/storage-api.ts b/src/api/apis/storage-api.ts index 8abb89dd..ae8883fa 100644 --- a/src/api/apis/storage-api.ts +++ b/src/api/apis/storage-api.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/apis/subscribers-api.ts b/src/api/apis/subscribers-api.ts index afa5130c..814ec32c 100644 --- a/src/api/apis/subscribers-api.ts +++ b/src/api/apis/subscribers-api.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/apis/user-api.ts b/src/api/apis/user-api.ts index a7e81289..11eac14b 100644 --- a/src/api/apis/user-api.ts +++ b/src/api/apis/user-api.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/apis/webhook-api.ts b/src/api/apis/webhook-api.ts index 721600f6..e4ac5529 100644 --- a/src/api/apis/webhook-api.ts +++ b/src/api/apis/webhook-api.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/base.ts b/src/api/base.ts index 6e510219..9bfe51fe 100644 --- a/src/api/base.ts +++ b/src/api/base.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/common.ts b/src/api/common.ts index 423c1ff1..ea3cdabd 100644 --- a/src/api/common.ts +++ b/src/api/common.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/configuration.ts b/src/api/configuration.ts index 151620cb..ea7a3364 100644 --- a/src/api/configuration.ts +++ b/src/api/configuration.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/index.ts b/src/api/index.ts index 8d63c6fb..980343ca 100644 --- a/src/api/index.ts +++ b/src/api/index.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/add-verification-req-body.ts b/src/api/models/add-verification-req-body.ts index 718dcba0..94a5ac96 100644 --- a/src/api/models/add-verification-req-body.ts +++ b/src/api/models/add-verification-req-body.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/address-balance-verified-address.ts b/src/api/models/address-balance-verified-address.ts index c119e4d5..8e4f6777 100644 --- a/src/api/models/address-balance-verified-address.ts +++ b/src/api/models/address-balance-verified-address.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/address-balance.ts b/src/api/models/address-balance.ts index 2936d43f..ad4d94f9 100644 --- a/src/api/models/address-balance.ts +++ b/src/api/models/address-balance.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/authorization-url-response-type.ts b/src/api/models/authorization-url-response-type.ts index dd87e340..17b2c7a4 100644 --- a/src/api/models/authorization-url-response-type.ts +++ b/src/api/models/authorization-url-response-type.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/authorization-url-response.ts b/src/api/models/authorization-url-response.ts index bef2a047..fee1d117 100644 --- a/src/api/models/authorization-url-response.ts +++ b/src/api/models/authorization-url-response.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/balance-response-user-balance.ts b/src/api/models/balance-response-user-balance.ts index 42b67cd1..9e813634 100644 --- a/src/api/models/balance-response-user-balance.ts +++ b/src/api/models/balance-response-user-balance.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/balance-response.ts b/src/api/models/balance-response.ts index 276dd873..afd1cf02 100644 --- a/src/api/models/balance-response.ts +++ b/src/api/models/balance-response.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/ban-list-response.ts b/src/api/models/ban-list-response.ts index 326f6d39..c138c72f 100644 --- a/src/api/models/ban-list-response.ts +++ b/src/api/models/ban-list-response.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/ban-record.ts b/src/api/models/ban-record.ts index 8e4f23d9..02133e62 100644 --- a/src/api/models/ban-record.ts +++ b/src/api/models/ban-record.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/ban-req-body.ts b/src/api/models/ban-req-body.ts index 588f2c7b..c456d3d4 100644 --- a/src/api/models/ban-req-body.ts +++ b/src/api/models/ban-req-body.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/ban-response.ts b/src/api/models/ban-response.ts index 40f9f296..d082d3ef 100644 --- a/src/api/models/ban-response.ts +++ b/src/api/models/ban-response.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/block-list-response.ts b/src/api/models/block-list-response.ts index b1562465..d42a9ffa 100644 --- a/src/api/models/block-list-response.ts +++ b/src/api/models/block-list-response.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/block-record.ts b/src/api/models/block-record.ts index bc3ad0d4..99973d3f 100644 --- a/src/api/models/block-record.ts +++ b/src/api/models/block-record.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/block-req-body.ts b/src/api/models/block-req-body.ts index 67af5af5..fb51d0f2 100644 --- a/src/api/models/block-req-body.ts +++ b/src/api/models/block-req-body.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/bulk-casts-response.ts b/src/api/models/bulk-casts-response.ts index 7a6ee494..92873476 100644 --- a/src/api/models/bulk-casts-response.ts +++ b/src/api/models/bulk-casts-response.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/bulk-follow-response.ts b/src/api/models/bulk-follow-response.ts index 1ceaa717..d5d2155f 100644 --- a/src/api/models/bulk-follow-response.ts +++ b/src/api/models/bulk-follow-response.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/bulk-user-address-type.ts b/src/api/models/bulk-user-address-type.ts index dd0a69f7..d0075298 100644 --- a/src/api/models/bulk-user-address-type.ts +++ b/src/api/models/bulk-user-address-type.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/bulk-users-by-address-response.ts b/src/api/models/bulk-users-by-address-response.ts index e48a1cee..f3a15a42 100644 --- a/src/api/models/bulk-users-by-address-response.ts +++ b/src/api/models/bulk-users-by-address-response.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/bulk-users-response.ts b/src/api/models/bulk-users-response.ts index 3125a598..374f890b 100644 --- a/src/api/models/bulk-users-response.ts +++ b/src/api/models/bulk-users-response.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/buy-storage-req-body.ts b/src/api/models/buy-storage-req-body.ts index 2ee2b1f2..2b935852 100644 --- a/src/api/models/buy-storage-req-body.ts +++ b/src/api/models/buy-storage-req-body.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/cast-composer-actions-list-response-actions-inner-action.ts b/src/api/models/cast-composer-actions-list-response-actions-inner-action.ts index 1497ae40..4e02b303 100644 --- a/src/api/models/cast-composer-actions-list-response-actions-inner-action.ts +++ b/src/api/models/cast-composer-actions-list-response-actions-inner-action.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/cast-composer-actions-list-response-actions-inner.ts b/src/api/models/cast-composer-actions-list-response-actions-inner.ts index d4b550e8..e8bdfaad 100644 --- a/src/api/models/cast-composer-actions-list-response-actions-inner.ts +++ b/src/api/models/cast-composer-actions-list-response-actions-inner.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/cast-composer-actions-list-response.ts b/src/api/models/cast-composer-actions-list-response.ts index 379d9819..25feca0e 100644 --- a/src/api/models/cast-composer-actions-list-response.ts +++ b/src/api/models/cast-composer-actions-list-response.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/cast-composer-type.ts b/src/api/models/cast-composer-type.ts index ea65cb00..831035bb 100644 --- a/src/api/models/cast-composer-type.ts +++ b/src/api/models/cast-composer-type.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/cast-conversation-sort-type.ts b/src/api/models/cast-conversation-sort-type.ts index ed9b5377..16669bbb 100644 --- a/src/api/models/cast-conversation-sort-type.ts +++ b/src/api/models/cast-conversation-sort-type.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/cast-dehydrated.ts b/src/api/models/cast-dehydrated.ts index c6cd657d..c701d831 100644 --- a/src/api/models/cast-dehydrated.ts +++ b/src/api/models/cast-dehydrated.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/cast-embed-crawl-response.ts b/src/api/models/cast-embed-crawl-response.ts new file mode 100644 index 00000000..6afa4e62 --- /dev/null +++ b/src/api/models/cast-embed-crawl-response.ts @@ -0,0 +1,33 @@ +/* tslint:disable */ +/* eslint-disable */ +/** + * Farcaster API V2 + * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. + * + * The version of the OpenAPI document: 2.0.6 + * Contact: team@neynar.com + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + + +// May contain unused imports in some cases +// @ts-ignore +import type { EmbedUrlMetadata } from './embed-url-metadata'; + +/** + * + * @export + * @interface CastEmbedCrawlResponse + */ +export interface CastEmbedCrawlResponse { + /** + * + * @type {EmbedUrlMetadata} + * @memberof CastEmbedCrawlResponse + */ + 'metadata': EmbedUrlMetadata; +} + diff --git a/src/api/models/cast-embedded-parent-author.ts b/src/api/models/cast-embedded-parent-author.ts index d4401b33..e2f4b88e 100644 --- a/src/api/models/cast-embedded-parent-author.ts +++ b/src/api/models/cast-embedded-parent-author.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/cast-embedded.ts b/src/api/models/cast-embedded.ts index 742c5acf..008565d6 100644 --- a/src/api/models/cast-embedded.ts +++ b/src/api/models/cast-embedded.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/cast-id.ts b/src/api/models/cast-id.ts index 0736bb9f..cbb3fe24 100644 --- a/src/api/models/cast-id.ts +++ b/src/api/models/cast-id.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/cast-notification-type.ts b/src/api/models/cast-notification-type.ts index e5cfc2c3..f646bd1b 100644 --- a/src/api/models/cast-notification-type.ts +++ b/src/api/models/cast-notification-type.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/cast-param-type.ts b/src/api/models/cast-param-type.ts index 3c41833d..8b6f6dde 100644 --- a/src/api/models/cast-param-type.ts +++ b/src/api/models/cast-param-type.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/cast-response.ts b/src/api/models/cast-response.ts index 35e61dfd..30912236 100644 --- a/src/api/models/cast-response.ts +++ b/src/api/models/cast-response.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/cast-viewer-context.ts b/src/api/models/cast-viewer-context.ts index 8146019e..34e29fff 100644 --- a/src/api/models/cast-viewer-context.ts +++ b/src/api/models/cast-viewer-context.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/cast-with-interactions-all-of.ts b/src/api/models/cast-with-interactions-all-of.ts index 26caa153..bc0ea492 100644 --- a/src/api/models/cast-with-interactions-all-of.ts +++ b/src/api/models/cast-with-interactions-all-of.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/cast-with-interactions-and-conversations-all-of.ts b/src/api/models/cast-with-interactions-and-conversations-all-of.ts index c40d044a..5b64573b 100644 --- a/src/api/models/cast-with-interactions-and-conversations-all-of.ts +++ b/src/api/models/cast-with-interactions-and-conversations-all-of.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/cast-with-interactions-and-conversations-ref-all-of.ts b/src/api/models/cast-with-interactions-and-conversations-ref-all-of.ts index afcf5c25..1c82d57c 100644 --- a/src/api/models/cast-with-interactions-and-conversations-ref-all-of.ts +++ b/src/api/models/cast-with-interactions-and-conversations-ref-all-of.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/cast-with-interactions-and-conversations-ref.ts b/src/api/models/cast-with-interactions-and-conversations-ref.ts index 63b77a08..f07d08fb 100644 --- a/src/api/models/cast-with-interactions-and-conversations-ref.ts +++ b/src/api/models/cast-with-interactions-and-conversations-ref.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/cast-with-interactions-and-conversations.ts b/src/api/models/cast-with-interactions-and-conversations.ts index f2691016..a4f4c2d0 100644 --- a/src/api/models/cast-with-interactions-and-conversations.ts +++ b/src/api/models/cast-with-interactions-and-conversations.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/cast-with-interactions-reactions.ts b/src/api/models/cast-with-interactions-reactions.ts index 14024591..95ab4393 100644 --- a/src/api/models/cast-with-interactions-reactions.ts +++ b/src/api/models/cast-with-interactions-reactions.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/cast-with-interactions-replies.ts b/src/api/models/cast-with-interactions-replies.ts index 164bfb39..1c87e53f 100644 --- a/src/api/models/cast-with-interactions-replies.ts +++ b/src/api/models/cast-with-interactions-replies.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/cast-with-interactions.ts b/src/api/models/cast-with-interactions.ts index a4021ef7..afdc2b14 100644 --- a/src/api/models/cast-with-interactions.ts +++ b/src/api/models/cast-with-interactions.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/cast.ts b/src/api/models/cast.ts index beec41e7..3e899c1c 100644 --- a/src/api/models/cast.ts +++ b/src/api/models/cast.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/casts-response-result.ts b/src/api/models/casts-response-result.ts index 0f67333c..e451bc52 100644 --- a/src/api/models/casts-response-result.ts +++ b/src/api/models/casts-response-result.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/casts-response.ts b/src/api/models/casts-response.ts index e21d3086..15cf1fe2 100644 --- a/src/api/models/casts-response.ts +++ b/src/api/models/casts-response.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/casts-search-response-result.ts b/src/api/models/casts-search-response-result.ts index 5c568ae7..a3e2708c 100644 --- a/src/api/models/casts-search-response-result.ts +++ b/src/api/models/casts-search-response-result.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/casts-search-response.ts b/src/api/models/casts-search-response.ts index d4f40fc3..ad1d2d6e 100644 --- a/src/api/models/casts-search-response.ts +++ b/src/api/models/casts-search-response.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/channel-activity.ts b/src/api/models/channel-activity.ts index 7968ff59..7cf23d8e 100644 --- a/src/api/models/channel-activity.ts +++ b/src/api/models/channel-activity.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/channel-external-link.ts b/src/api/models/channel-external-link.ts index bd1527c0..aaa1505d 100644 --- a/src/api/models/channel-external-link.ts +++ b/src/api/models/channel-external-link.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/channel-follow-req-body.ts b/src/api/models/channel-follow-req-body.ts index ca314f15..d8dce00f 100644 --- a/src/api/models/channel-follow-req-body.ts +++ b/src/api/models/channel-follow-req-body.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/channel-list-response.ts b/src/api/models/channel-list-response.ts index 9ffe3230..c1f58ada 100644 --- a/src/api/models/channel-list-response.ts +++ b/src/api/models/channel-list-response.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/channel-member-channel.ts b/src/api/models/channel-member-channel.ts index f17c9d28..2e687553 100644 --- a/src/api/models/channel-member-channel.ts +++ b/src/api/models/channel-member-channel.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/channel-member-invite-list-response.ts b/src/api/models/channel-member-invite-list-response.ts index 7664a1a3..992d758b 100644 --- a/src/api/models/channel-member-invite-list-response.ts +++ b/src/api/models/channel-member-invite-list-response.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/channel-member-invite.ts b/src/api/models/channel-member-invite.ts index d6d85d8e..af64a9ee 100644 --- a/src/api/models/channel-member-invite.ts +++ b/src/api/models/channel-member-invite.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/channel-member-list-response.ts b/src/api/models/channel-member-list-response.ts index 161b942e..ddf02d3f 100644 --- a/src/api/models/channel-member-list-response.ts +++ b/src/api/models/channel-member-list-response.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/channel-member-role.ts b/src/api/models/channel-member-role.ts index 516d0f3f..48af99eb 100644 --- a/src/api/models/channel-member-role.ts +++ b/src/api/models/channel-member-role.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/channel-member-user.ts b/src/api/models/channel-member-user.ts index bda0a7c0..2902d55d 100644 --- a/src/api/models/channel-member-user.ts +++ b/src/api/models/channel-member-user.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/channel-member.ts b/src/api/models/channel-member.ts index 45e4624f..603bf63f 100644 --- a/src/api/models/channel-member.ts +++ b/src/api/models/channel-member.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/channel-or-dehydrated-channel.ts b/src/api/models/channel-or-dehydrated-channel.ts index 8d436923..caec69e6 100644 --- a/src/api/models/channel-or-dehydrated-channel.ts +++ b/src/api/models/channel-or-dehydrated-channel.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/channel-response-bulk.ts b/src/api/models/channel-response-bulk.ts index a4279a9d..b85a0450 100644 --- a/src/api/models/channel-response-bulk.ts +++ b/src/api/models/channel-response-bulk.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/channel-response.ts b/src/api/models/channel-response.ts index 7ffeed8e..9be44a02 100644 --- a/src/api/models/channel-response.ts +++ b/src/api/models/channel-response.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/channel-search-response.ts b/src/api/models/channel-search-response.ts index b8ef4baa..ba47c805 100644 --- a/src/api/models/channel-search-response.ts +++ b/src/api/models/channel-search-response.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/channel-type.ts b/src/api/models/channel-type.ts index 3cf4945c..5c04463e 100644 --- a/src/api/models/channel-type.ts +++ b/src/api/models/channel-type.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/channel-user-context.ts b/src/api/models/channel-user-context.ts index 7297a430..112d45fc 100644 --- a/src/api/models/channel-user-context.ts +++ b/src/api/models/channel-user-context.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/channel.ts b/src/api/models/channel.ts index cfcd5cc9..e67f2ddd 100644 --- a/src/api/models/channel.ts +++ b/src/api/models/channel.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/conflict-error-res.ts b/src/api/models/conflict-error-res.ts index 1db2bff7..bf611671 100644 --- a/src/api/models/conflict-error-res.ts +++ b/src/api/models/conflict-error-res.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/conversation-conversation.ts b/src/api/models/conversation-conversation.ts index f6570343..1e54e4c6 100644 --- a/src/api/models/conversation-conversation.ts +++ b/src/api/models/conversation-conversation.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/conversation.ts b/src/api/models/conversation.ts index 5b36e3e8..0cb9116f 100644 --- a/src/api/models/conversation.ts +++ b/src/api/models/conversation.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/dehydrated-channel.ts b/src/api/models/dehydrated-channel.ts index 6d39acf4..501c0af5 100644 --- a/src/api/models/dehydrated-channel.ts +++ b/src/api/models/dehydrated-channel.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/dehydrated-follower.ts b/src/api/models/dehydrated-follower.ts index fd6cee1b..26f4675b 100644 --- a/src/api/models/dehydrated-follower.ts +++ b/src/api/models/dehydrated-follower.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/delete-cast-req-body.ts b/src/api/models/delete-cast-req-body.ts index 189b8453..de7fe6df 100644 --- a/src/api/models/delete-cast-req-body.ts +++ b/src/api/models/delete-cast-req-body.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/delete-frame-req-body.ts b/src/api/models/delete-frame-req-body.ts index b7ca9434..14a58d4a 100644 --- a/src/api/models/delete-frame-req-body.ts +++ b/src/api/models/delete-frame-req-body.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/delete-frame-response.ts b/src/api/models/delete-frame-response.ts index 1f45f783..8a094a82 100644 --- a/src/api/models/delete-frame-response.ts +++ b/src/api/models/delete-frame-response.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/deploy-fungible-req-body-metadata-media.ts b/src/api/models/deploy-fungible-req-body-metadata-media.ts new file mode 100644 index 00000000..db8c3d79 --- /dev/null +++ b/src/api/models/deploy-fungible-req-body-metadata-media.ts @@ -0,0 +1,23 @@ +/* tslint:disable */ +/* eslint-disable */ +/** + * Farcaster API V2 + * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. + * + * The version of the OpenAPI document: 2.0.6 + * Contact: team@neynar.com + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + + + +/** + * @type DeployFungibleReqBodyMetadataMedia + * @export + */ +export type DeployFungibleReqBodyMetadataMedia = File | string; + + diff --git a/src/api/models/deploy-fungible-response-contract-fungible.ts b/src/api/models/deploy-fungible-response-contract-fungible.ts new file mode 100644 index 00000000..440b9bf7 --- /dev/null +++ b/src/api/models/deploy-fungible-response-contract-fungible.ts @@ -0,0 +1,60 @@ +/* tslint:disable */ +/* eslint-disable */ +/** + * Farcaster API V2 + * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. + * + * The version of the OpenAPI document: 2.0.6 + * Contact: team@neynar.com + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + + + +/** + * + * @export + * @interface DeployFungibleResponseContractFungible + */ +export interface DeployFungibleResponseContractFungible { + /** + * + * @type {string} + * @memberof DeployFungibleResponseContractFungible + */ + 'object'?: string; + /** + * Name of the token + * @type {string} + * @memberof DeployFungibleResponseContractFungible + */ + 'name'?: string; + /** + * Symbol of the token + * @type {string} + * @memberof DeployFungibleResponseContractFungible + */ + 'symbol'?: string; + /** + * URI of the token media + * @type {string} + * @memberof DeployFungibleResponseContractFungible + */ + 'media'?: string; + /** + * Contract address of the token + * @type {string} + * @memberof DeployFungibleResponseContractFungible + */ + 'address'?: string; + /** + * Decimal precision of the token + * @type {number} + * @memberof DeployFungibleResponseContractFungible + */ + 'decimals'?: number; +} + diff --git a/src/api/models/deploy-fungible-response-contract.ts b/src/api/models/deploy-fungible-response-contract.ts new file mode 100644 index 00000000..38cebd30 --- /dev/null +++ b/src/api/models/deploy-fungible-response-contract.ts @@ -0,0 +1,33 @@ +/* tslint:disable */ +/* eslint-disable */ +/** + * Farcaster API V2 + * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. + * + * The version of the OpenAPI document: 2.0.6 + * Contact: team@neynar.com + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + + +// May contain unused imports in some cases +// @ts-ignore +import type { DeployFungibleResponseContractFungible } from './deploy-fungible-response-contract-fungible'; + +/** + * + * @export + * @interface DeployFungibleResponseContract + */ +export interface DeployFungibleResponseContract { + /** + * + * @type {DeployFungibleResponseContractFungible} + * @memberof DeployFungibleResponseContract + */ + 'fungible'?: DeployFungibleResponseContractFungible; +} + diff --git a/src/api/models/deploy-fungible-response.ts b/src/api/models/deploy-fungible-response.ts new file mode 100644 index 00000000..6e5aeef7 --- /dev/null +++ b/src/api/models/deploy-fungible-response.ts @@ -0,0 +1,33 @@ +/* tslint:disable */ +/* eslint-disable */ +/** + * Farcaster API V2 + * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. + * + * The version of the OpenAPI document: 2.0.6 + * Contact: team@neynar.com + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + + +// May contain unused imports in some cases +// @ts-ignore +import type { DeployFungibleResponseContract } from './deploy-fungible-response-contract'; + +/** + * + * @export + * @interface DeployFungibleResponse + */ +export interface DeployFungibleResponse { + /** + * + * @type {DeployFungibleResponseContract} + * @memberof DeployFungibleResponse + */ + 'contract'?: DeployFungibleResponseContract; +} + diff --git a/src/api/models/developer-managed-signer.ts b/src/api/models/developer-managed-signer.ts index 2e35ee95..17a4b361 100644 --- a/src/api/models/developer-managed-signer.ts +++ b/src/api/models/developer-managed-signer.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/embed-cast-deep.ts b/src/api/models/embed-cast-deep.ts index ce9cc131..ee41a62c 100644 --- a/src/api/models/embed-cast-deep.ts +++ b/src/api/models/embed-cast-deep.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/embed-cast.ts b/src/api/models/embed-cast.ts index 1aa07196..a25113ba 100644 --- a/src/api/models/embed-cast.ts +++ b/src/api/models/embed-cast.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/embed-deep.ts b/src/api/models/embed-deep.ts index dacc7782..6854afbc 100644 --- a/src/api/models/embed-deep.ts +++ b/src/api/models/embed-deep.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/embed-type.ts b/src/api/models/embed-type.ts index 7d72c22e..e047f9f1 100644 --- a/src/api/models/embed-type.ts +++ b/src/api/models/embed-type.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/embed-url-metadata-html-all-of-oembed.ts b/src/api/models/embed-url-metadata-html-all-of-oembed.ts index 3670fa9f..3c3c35a4 100644 --- a/src/api/models/embed-url-metadata-html-all-of-oembed.ts +++ b/src/api/models/embed-url-metadata-html-all-of-oembed.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/embed-url-metadata-html-all-of.ts b/src/api/models/embed-url-metadata-html-all-of.ts index 1b1368bd..c6efe0d3 100644 --- a/src/api/models/embed-url-metadata-html-all-of.ts +++ b/src/api/models/embed-url-metadata-html-all-of.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/embed-url-metadata-html.ts b/src/api/models/embed-url-metadata-html.ts index 0963c6ee..85f0497c 100644 --- a/src/api/models/embed-url-metadata-html.ts +++ b/src/api/models/embed-url-metadata-html.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/embed-url-metadata-image.ts b/src/api/models/embed-url-metadata-image.ts index 2aff3a49..42910e13 100644 --- a/src/api/models/embed-url-metadata-image.ts +++ b/src/api/models/embed-url-metadata-image.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/embed-url-metadata-video-stream-inner.ts b/src/api/models/embed-url-metadata-video-stream-inner.ts index 7df9471e..fac3dd0c 100644 --- a/src/api/models/embed-url-metadata-video-stream-inner.ts +++ b/src/api/models/embed-url-metadata-video-stream-inner.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/embed-url-metadata-video.ts b/src/api/models/embed-url-metadata-video.ts index 050609ad..b7879443 100644 --- a/src/api/models/embed-url-metadata-video.ts +++ b/src/api/models/embed-url-metadata-video.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/embed-url-metadata.ts b/src/api/models/embed-url-metadata.ts index 29ec3318..067bbf7f 100644 --- a/src/api/models/embed-url-metadata.ts +++ b/src/api/models/embed-url-metadata.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/embed-url.ts b/src/api/models/embed-url.ts index 210c2394..54644ab4 100644 --- a/src/api/models/embed-url.ts +++ b/src/api/models/embed-url.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/embed.ts b/src/api/models/embed.ts index 01159c89..e01f502f 100644 --- a/src/api/models/embed.ts +++ b/src/api/models/embed.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/error-res.ts b/src/api/models/error-res.ts index 6a4b651f..a4e19d25 100644 --- a/src/api/models/error-res.ts +++ b/src/api/models/error-res.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/farcaster-action-req-body-action.ts b/src/api/models/farcaster-action-req-body-action.ts index 859e243d..bba51365 100644 --- a/src/api/models/farcaster-action-req-body-action.ts +++ b/src/api/models/farcaster-action-req-body-action.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/farcaster-action-req-body.ts b/src/api/models/farcaster-action-req-body.ts index f303f66f..345a5c26 100644 --- a/src/api/models/farcaster-action-req-body.ts +++ b/src/api/models/farcaster-action-req-body.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/feed-response.ts b/src/api/models/feed-response.ts index 7f9a5ba3..ba2106a8 100644 --- a/src/api/models/feed-response.ts +++ b/src/api/models/feed-response.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/feed-trending-provider.ts b/src/api/models/feed-trending-provider.ts index bda18860..338a1614 100644 --- a/src/api/models/feed-trending-provider.ts +++ b/src/api/models/feed-trending-provider.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/feed-type.ts b/src/api/models/feed-type.ts index 0118422d..bf452b2f 100644 --- a/src/api/models/feed-type.ts +++ b/src/api/models/feed-type.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/fetch-feed-for-you400-response.ts b/src/api/models/fetch-feed-for-you400-response.ts index 8e3ee16f..da7234b5 100644 --- a/src/api/models/fetch-feed-for-you400-response.ts +++ b/src/api/models/fetch-feed-for-you400-response.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/fetch-frame-meta-tags-from-url200-response.ts b/src/api/models/fetch-frame-meta-tags-from-url200-response.ts index 75c06478..e8dfbbab 100644 --- a/src/api/models/fetch-frame-meta-tags-from-url200-response.ts +++ b/src/api/models/fetch-frame-meta-tags-from-url200-response.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/fids.ts b/src/api/models/fids.ts index 35740efa..5953bbc9 100644 --- a/src/api/models/fids.ts +++ b/src/api/models/fids.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/filter-type.ts b/src/api/models/filter-type.ts index 61a0c024..58441fb4 100644 --- a/src/api/models/filter-type.ts +++ b/src/api/models/filter-type.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/fname-availability-response.ts b/src/api/models/fname-availability-response.ts index fc32994d..7c6d551e 100644 --- a/src/api/models/fname-availability-response.ts +++ b/src/api/models/fname-availability-response.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/follow-req-body.ts b/src/api/models/follow-req-body.ts index 3ab6b24f..89e930e2 100644 --- a/src/api/models/follow-req-body.ts +++ b/src/api/models/follow-req-body.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/follow-response.ts b/src/api/models/follow-response.ts index 84fd9fe7..46491388 100644 --- a/src/api/models/follow-response.ts +++ b/src/api/models/follow-response.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/follow-sort-type.ts b/src/api/models/follow-sort-type.ts index b115fe62..35a5dce2 100644 --- a/src/api/models/follow-sort-type.ts +++ b/src/api/models/follow-sort-type.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/follow.ts b/src/api/models/follow.ts index bbf8b32d..85e1d307 100644 --- a/src/api/models/follow.ts +++ b/src/api/models/follow.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/followers-response.ts b/src/api/models/followers-response.ts index 8d374fd1..d24dcbb1 100644 --- a/src/api/models/followers-response.ts +++ b/src/api/models/followers-response.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/for-you-provider.ts b/src/api/models/for-you-provider.ts index f83a2b99..981edfef 100644 --- a/src/api/models/for-you-provider.ts +++ b/src/api/models/for-you-provider.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/frame-action-button.ts b/src/api/models/frame-action-button.ts index e0f61142..a46f3244 100644 --- a/src/api/models/frame-action-button.ts +++ b/src/api/models/frame-action-button.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/frame-action-req-body.ts b/src/api/models/frame-action-req-body.ts index 31dc6681..672fa7a3 100644 --- a/src/api/models/frame-action-req-body.ts +++ b/src/api/models/frame-action-req-body.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/frame-action.ts b/src/api/models/frame-action.ts index ecbb6143..4e066afe 100644 --- a/src/api/models/frame-action.ts +++ b/src/api/models/frame-action.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/frame-button-action-type.ts b/src/api/models/frame-button-action-type.ts index f5479824..fbde1cb9 100644 --- a/src/api/models/frame-button-action-type.ts +++ b/src/api/models/frame-button-action-type.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/frame-developer-managed-action-req-body.ts b/src/api/models/frame-developer-managed-action-req-body.ts index 05f77a2e..adc00b4f 100644 --- a/src/api/models/frame-developer-managed-action-req-body.ts +++ b/src/api/models/frame-developer-managed-action-req-body.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/frame-input.ts b/src/api/models/frame-input.ts index ec8c5928..228dacf9 100644 --- a/src/api/models/frame-input.ts +++ b/src/api/models/frame-input.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/frame-signature-packet-trusted-data.ts b/src/api/models/frame-signature-packet-trusted-data.ts index 9a2fcf7f..3d918894 100644 --- a/src/api/models/frame-signature-packet-trusted-data.ts +++ b/src/api/models/frame-signature-packet-trusted-data.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/frame-signature-packet-untrusted-data.ts b/src/api/models/frame-signature-packet-untrusted-data.ts index c0fb1428..cee8d76d 100644 --- a/src/api/models/frame-signature-packet-untrusted-data.ts +++ b/src/api/models/frame-signature-packet-untrusted-data.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/frame-signature-packet.ts b/src/api/models/frame-signature-packet.ts index db123447..e4c58209 100644 --- a/src/api/models/frame-signature-packet.ts +++ b/src/api/models/frame-signature-packet.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/frame-state.ts b/src/api/models/frame-state.ts index ec65235a..16d882d6 100644 --- a/src/api/models/frame-state.ts +++ b/src/api/models/frame-state.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/frame-transaction.ts b/src/api/models/frame-transaction.ts index cb7f9cc9..bc452c89 100644 --- a/src/api/models/frame-transaction.ts +++ b/src/api/models/frame-transaction.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/frame-type.ts b/src/api/models/frame-type.ts index 3cfb3e82..b5724d39 100644 --- a/src/api/models/frame-type.ts +++ b/src/api/models/frame-type.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/frame-validate-analytics-input-text-input-texts-inner.ts b/src/api/models/frame-validate-analytics-input-text-input-texts-inner.ts index e81f9fe0..85bffdbb 100644 --- a/src/api/models/frame-validate-analytics-input-text-input-texts-inner.ts +++ b/src/api/models/frame-validate-analytics-input-text-input-texts-inner.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/frame-validate-analytics-input-text.ts b/src/api/models/frame-validate-analytics-input-text.ts index e0dceaa9..89817df9 100644 --- a/src/api/models/frame-validate-analytics-input-text.ts +++ b/src/api/models/frame-validate-analytics-input-text.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/frame-validate-analytics-interactions-per-cast-interactions-per-cast-inner.ts b/src/api/models/frame-validate-analytics-interactions-per-cast-interactions-per-cast-inner.ts index 212321e9..842c5c64 100644 --- a/src/api/models/frame-validate-analytics-interactions-per-cast-interactions-per-cast-inner.ts +++ b/src/api/models/frame-validate-analytics-interactions-per-cast-interactions-per-cast-inner.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/frame-validate-analytics-interactions-per-cast.ts b/src/api/models/frame-validate-analytics-interactions-per-cast.ts index ca385612..373edd3e 100644 --- a/src/api/models/frame-validate-analytics-interactions-per-cast.ts +++ b/src/api/models/frame-validate-analytics-interactions-per-cast.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/frame-validate-analytics-interactors-interactors-inner.ts b/src/api/models/frame-validate-analytics-interactors-interactors-inner.ts index 0a97f0ec..07804adf 100644 --- a/src/api/models/frame-validate-analytics-interactors-interactors-inner.ts +++ b/src/api/models/frame-validate-analytics-interactors-interactors-inner.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/frame-validate-analytics-interactors.ts b/src/api/models/frame-validate-analytics-interactors.ts index ce96b15a..0aee4d54 100644 --- a/src/api/models/frame-validate-analytics-interactors.ts +++ b/src/api/models/frame-validate-analytics-interactors.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/frame-validate-analytics-response.ts b/src/api/models/frame-validate-analytics-response.ts index 874f32c0..cbc4b751 100644 --- a/src/api/models/frame-validate-analytics-response.ts +++ b/src/api/models/frame-validate-analytics-response.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/frame-validate-analytics-total-interactors.ts b/src/api/models/frame-validate-analytics-total-interactors.ts index 346e9256..017d78ce 100644 --- a/src/api/models/frame-validate-analytics-total-interactors.ts +++ b/src/api/models/frame-validate-analytics-total-interactors.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/frame-validate-list-response.ts b/src/api/models/frame-validate-list-response.ts index 37fcbd61..18f91414 100644 --- a/src/api/models/frame-validate-list-response.ts +++ b/src/api/models/frame-validate-list-response.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/frame.ts b/src/api/models/frame.ts index 23108cd4..7fe8bf0a 100644 --- a/src/api/models/frame.ts +++ b/src/api/models/frame.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/hydrated-follower.ts b/src/api/models/hydrated-follower.ts index 5e52aebe..5bf43892 100644 --- a/src/api/models/hydrated-follower.ts +++ b/src/api/models/hydrated-follower.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/image-object.ts b/src/api/models/image-object.ts index cceaa4d7..ce46fb3b 100644 --- a/src/api/models/image-object.ts +++ b/src/api/models/image-object.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/index.ts b/src/api/models/index.ts index 3b1d84a5..70de31c4 100644 --- a/src/api/models/index.ts +++ b/src/api/models/index.ts @@ -25,6 +25,7 @@ export * from './cast-composer-actions-list-response-actions-inner-action'; export * from './cast-composer-type'; export * from './cast-conversation-sort-type'; export * from './cast-dehydrated'; +export * from './cast-embed-crawl-response'; export * from './cast-embedded'; export * from './cast-embedded-parent-author'; export * from './cast-id'; @@ -70,6 +71,10 @@ export * from './dehydrated-follower'; export * from './delete-cast-req-body'; export * from './delete-frame-req-body'; export * from './delete-frame-response'; +export * from './deploy-fungible-req-body-metadata-media'; +export * from './deploy-fungible-response'; +export * from './deploy-fungible-response-contract'; +export * from './deploy-fungible-response-contract-fungible'; export * from './developer-managed-signer'; export * from './embed'; export * from './embed-cast'; diff --git a/src/api/models/invite-channel-member-req-body.ts b/src/api/models/invite-channel-member-req-body.ts index e12e8691..3a4103a6 100644 --- a/src/api/models/invite-channel-member-req-body.ts +++ b/src/api/models/invite-channel-member-req-body.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/location-address.ts b/src/api/models/location-address.ts index ef2dddc0..55b58960 100644 --- a/src/api/models/location-address.ts +++ b/src/api/models/location-address.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/location.ts b/src/api/models/location.ts index c67f1f28..40208faf 100644 --- a/src/api/models/location.ts +++ b/src/api/models/location.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/mark-notifications-as-seen-req-body.ts b/src/api/models/mark-notifications-as-seen-req-body.ts index d72f4c51..fdee4d20 100644 --- a/src/api/models/mark-notifications-as-seen-req-body.ts +++ b/src/api/models/mark-notifications-as-seen-req-body.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/mute-list-response.ts b/src/api/models/mute-list-response.ts index c950b7b4..87363a37 100644 --- a/src/api/models/mute-list-response.ts +++ b/src/api/models/mute-list-response.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/mute-record.ts b/src/api/models/mute-record.ts index 86466bca..6b1d2df4 100644 --- a/src/api/models/mute-record.ts +++ b/src/api/models/mute-record.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/mute-req-body.ts b/src/api/models/mute-req-body.ts index ba247095..f50c7d00 100644 --- a/src/api/models/mute-req-body.ts +++ b/src/api/models/mute-req-body.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/mute-response.ts b/src/api/models/mute-response.ts index 161059b7..f99271ca 100644 --- a/src/api/models/mute-response.ts +++ b/src/api/models/mute-response.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/networks.ts b/src/api/models/networks.ts index ede28c31..15d4c948 100644 --- a/src/api/models/networks.ts +++ b/src/api/models/networks.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/next-cursor.ts b/src/api/models/next-cursor.ts index c4ad2a1a..5f988972 100644 --- a/src/api/models/next-cursor.ts +++ b/src/api/models/next-cursor.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/neynar-frame-creation-req-body.ts b/src/api/models/neynar-frame-creation-req-body.ts index 7e815a4f..6afff54a 100644 --- a/src/api/models/neynar-frame-creation-req-body.ts +++ b/src/api/models/neynar-frame-creation-req-body.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/neynar-frame-page.ts b/src/api/models/neynar-frame-page.ts index 4c39981c..458ae1a7 100644 --- a/src/api/models/neynar-frame-page.ts +++ b/src/api/models/neynar-frame-page.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/neynar-frame-update-req-body.ts b/src/api/models/neynar-frame-update-req-body.ts index 946ee8a1..86e7983d 100644 --- a/src/api/models/neynar-frame-update-req-body.ts +++ b/src/api/models/neynar-frame-update-req-body.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/neynar-frame.ts b/src/api/models/neynar-frame.ts index 08c118b8..de94222a 100644 --- a/src/api/models/neynar-frame.ts +++ b/src/api/models/neynar-frame.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/neynar-next-frame-page-mint-url.ts b/src/api/models/neynar-next-frame-page-mint-url.ts index c69526a3..ce96d0f1 100644 --- a/src/api/models/neynar-next-frame-page-mint-url.ts +++ b/src/api/models/neynar-next-frame-page-mint-url.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/neynar-next-frame-page-redirect.ts b/src/api/models/neynar-next-frame-page-redirect.ts index fe71eb64..4578b67d 100644 --- a/src/api/models/neynar-next-frame-page-redirect.ts +++ b/src/api/models/neynar-next-frame-page-redirect.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/neynar-next-frame-page.ts b/src/api/models/neynar-next-frame-page.ts index 389282d1..dadc5507 100644 --- a/src/api/models/neynar-next-frame-page.ts +++ b/src/api/models/neynar-next-frame-page.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/neynar-page-button-next-page.ts b/src/api/models/neynar-page-button-next-page.ts index 3d16e283..28254d78 100644 --- a/src/api/models/neynar-page-button-next-page.ts +++ b/src/api/models/neynar-page-button-next-page.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/neynar-page-button.ts b/src/api/models/neynar-page-button.ts index 50840697..0cfec840 100644 --- a/src/api/models/neynar-page-button.ts +++ b/src/api/models/neynar-page-button.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/neynar-page-image.ts b/src/api/models/neynar-page-image.ts index 30b8036d..1bb0fb24 100644 --- a/src/api/models/neynar-page-image.ts +++ b/src/api/models/neynar-page-image.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/neynar-page-input-text.ts b/src/api/models/neynar-page-input-text.ts index 96ddb295..59646022 100644 --- a/src/api/models/neynar-page-input-text.ts +++ b/src/api/models/neynar-page-input-text.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/neynar-page-input.ts b/src/api/models/neynar-page-input.ts index 6917f88f..24c1cee3 100644 --- a/src/api/models/neynar-page-input.ts +++ b/src/api/models/neynar-page-input.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/notification-type.ts b/src/api/models/notification-type.ts index 7346361f..018a095f 100644 --- a/src/api/models/notification-type.ts +++ b/src/api/models/notification-type.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/notification.ts b/src/api/models/notification.ts index 74e4dc05..7bc64ace 100644 --- a/src/api/models/notification.ts +++ b/src/api/models/notification.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/notifications-response.ts b/src/api/models/notifications-response.ts index 841b04a8..0f54eb77 100644 --- a/src/api/models/notifications-response.ts +++ b/src/api/models/notifications-response.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/oembed-data.ts b/src/api/models/oembed-data.ts index c271a565..f8ebbeaa 100644 --- a/src/api/models/oembed-data.ts +++ b/src/api/models/oembed-data.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/oembed-link-data-all-of.ts b/src/api/models/oembed-link-data-all-of.ts index 10e3eca3..ac4842c9 100644 --- a/src/api/models/oembed-link-data-all-of.ts +++ b/src/api/models/oembed-link-data-all-of.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/oembed-link-data.ts b/src/api/models/oembed-link-data.ts index b0470c5c..e2f4576b 100644 --- a/src/api/models/oembed-link-data.ts +++ b/src/api/models/oembed-link-data.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/oembed-photo-data-all-of.ts b/src/api/models/oembed-photo-data-all-of.ts index 6307217e..c01eec1a 100644 --- a/src/api/models/oembed-photo-data-all-of.ts +++ b/src/api/models/oembed-photo-data-all-of.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/oembed-photo-data.ts b/src/api/models/oembed-photo-data.ts index c6c5d51f..595d975f 100644 --- a/src/api/models/oembed-photo-data.ts +++ b/src/api/models/oembed-photo-data.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/oembed-rich-data-all-of.ts b/src/api/models/oembed-rich-data-all-of.ts index 12d67526..113201b6 100644 --- a/src/api/models/oembed-rich-data-all-of.ts +++ b/src/api/models/oembed-rich-data-all-of.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/oembed-rich-data.ts b/src/api/models/oembed-rich-data.ts index bb26fb21..a88cc76b 100644 --- a/src/api/models/oembed-rich-data.ts +++ b/src/api/models/oembed-rich-data.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/oembed-video-data-all-of.ts b/src/api/models/oembed-video-data-all-of.ts index 1a1b9355..fb56c6c8 100644 --- a/src/api/models/oembed-video-data-all-of.ts +++ b/src/api/models/oembed-video-data-all-of.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/oembed-video-data.ts b/src/api/models/oembed-video-data.ts index 44b09d43..31476909 100644 --- a/src/api/models/oembed-video-data.ts +++ b/src/api/models/oembed-video-data.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/og-object.ts b/src/api/models/og-object.ts index 714b5e00..c180debe 100644 --- a/src/api/models/og-object.ts +++ b/src/api/models/og-object.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/operation-response.ts b/src/api/models/operation-response.ts index afbc0e51..1b19af3b 100644 --- a/src/api/models/operation-response.ts +++ b/src/api/models/operation-response.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/post-cast-req-body-embeds-cast-id-properties.ts b/src/api/models/post-cast-req-body-embeds-cast-id-properties.ts index 60940f7a..094adc80 100644 --- a/src/api/models/post-cast-req-body-embeds-cast-id-properties.ts +++ b/src/api/models/post-cast-req-body-embeds-cast-id-properties.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/post-cast-req-body-embeds.ts b/src/api/models/post-cast-req-body-embeds.ts index 9b2b05c3..c330f83b 100644 --- a/src/api/models/post-cast-req-body-embeds.ts +++ b/src/api/models/post-cast-req-body-embeds.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/post-cast-req-body.ts b/src/api/models/post-cast-req-body.ts index 8ecc1d30..a4f69bac 100644 --- a/src/api/models/post-cast-req-body.ts +++ b/src/api/models/post-cast-req-body.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/post-cast-response-cast.ts b/src/api/models/post-cast-response-cast.ts index fb430053..99fcaab0 100644 --- a/src/api/models/post-cast-response-cast.ts +++ b/src/api/models/post-cast-response-cast.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/post-cast-response.ts b/src/api/models/post-cast-response.ts index 52d97379..fe06b10a 100644 --- a/src/api/models/post-cast-response.ts +++ b/src/api/models/post-cast-response.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/profile-url-pfp.ts b/src/api/models/profile-url-pfp.ts index c25637c0..7442a612 100644 --- a/src/api/models/profile-url-pfp.ts +++ b/src/api/models/profile-url-pfp.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/profile-url.ts b/src/api/models/profile-url.ts index 7c4bb024..ca202262 100644 --- a/src/api/models/profile-url.ts +++ b/src/api/models/profile-url.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/reaction-for-cast.ts b/src/api/models/reaction-for-cast.ts index 62fbc185..d4dcfd4b 100644 --- a/src/api/models/reaction-for-cast.ts +++ b/src/api/models/reaction-for-cast.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/reaction-like.ts b/src/api/models/reaction-like.ts index 01009389..aa2fa100 100644 --- a/src/api/models/reaction-like.ts +++ b/src/api/models/reaction-like.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/reaction-recast.ts b/src/api/models/reaction-recast.ts index c936a975..3ab74598 100644 --- a/src/api/models/reaction-recast.ts +++ b/src/api/models/reaction-recast.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/reaction-req-body.ts b/src/api/models/reaction-req-body.ts index ff7bb1e8..b12a38d7 100644 --- a/src/api/models/reaction-req-body.ts +++ b/src/api/models/reaction-req-body.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/reaction-type.ts b/src/api/models/reaction-type.ts index 4a945aa0..1353119c 100644 --- a/src/api/models/reaction-type.ts +++ b/src/api/models/reaction-type.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/reaction-with-cast-info.ts b/src/api/models/reaction-with-cast-info.ts index cdefdad1..1a2c168e 100644 --- a/src/api/models/reaction-with-cast-info.ts +++ b/src/api/models/reaction-with-cast-info.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/reaction-with-user-info.ts b/src/api/models/reaction-with-user-info.ts index 6b1d46c8..a0836216 100644 --- a/src/api/models/reaction-with-user-info.ts +++ b/src/api/models/reaction-with-user-info.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/reactions-cast-response.ts b/src/api/models/reactions-cast-response.ts index 4b0f6588..dad055fe 100644 --- a/src/api/models/reactions-cast-response.ts +++ b/src/api/models/reactions-cast-response.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/reactions-response.ts b/src/api/models/reactions-response.ts index 5f487848..814cff0d 100644 --- a/src/api/models/reactions-response.ts +++ b/src/api/models/reactions-response.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/reactions-type.ts b/src/api/models/reactions-type.ts index ae1e2eb9..76911a13 100644 --- a/src/api/models/reactions-type.ts +++ b/src/api/models/reactions-type.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/register-developer-managed-signed-key-req-body.ts b/src/api/models/register-developer-managed-signed-key-req-body.ts index 5f1ed436..ad8506b8 100644 --- a/src/api/models/register-developer-managed-signed-key-req-body.ts +++ b/src/api/models/register-developer-managed-signed-key-req-body.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/register-signer-key-req-body.ts b/src/api/models/register-signer-key-req-body.ts index 5ac0ce51..01fdc08d 100644 --- a/src/api/models/register-signer-key-req-body.ts +++ b/src/api/models/register-signer-key-req-body.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/register-user-req-body.ts b/src/api/models/register-user-req-body.ts index 68c1ecf9..d6ceeff8 100644 --- a/src/api/models/register-user-req-body.ts +++ b/src/api/models/register-user-req-body.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/register-user-response.ts b/src/api/models/register-user-response.ts index a4e93c2f..410d159e 100644 --- a/src/api/models/register-user-response.ts +++ b/src/api/models/register-user-response.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/relevant-followers-response.ts b/src/api/models/relevant-followers-response.ts index e06bbf32..ff0b5f2b 100644 --- a/src/api/models/relevant-followers-response.ts +++ b/src/api/models/relevant-followers-response.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/relevant-fungible-owners-response.ts b/src/api/models/relevant-fungible-owners-response.ts index 999287f2..baeff7d5 100644 --- a/src/api/models/relevant-fungible-owners-response.ts +++ b/src/api/models/relevant-fungible-owners-response.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/remove-channel-member-req-body.ts b/src/api/models/remove-channel-member-req-body.ts index a6d44612..5f52831f 100644 --- a/src/api/models/remove-channel-member-req-body.ts +++ b/src/api/models/remove-channel-member-req-body.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/remove-verification-req-body.ts b/src/api/models/remove-verification-req-body.ts index 375a2f03..780076e0 100644 --- a/src/api/models/remove-verification-req-body.ts +++ b/src/api/models/remove-verification-req-body.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/respond-channel-invite-req-body.ts b/src/api/models/respond-channel-invite-req-body.ts index adfb2255..caa4b536 100644 --- a/src/api/models/respond-channel-invite-req-body.ts +++ b/src/api/models/respond-channel-invite-req-body.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/searched-user.ts b/src/api/models/searched-user.ts index 0bd65275..a0837238 100644 --- a/src/api/models/searched-user.ts +++ b/src/api/models/searched-user.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/signed-key-request-sponsor.ts b/src/api/models/signed-key-request-sponsor.ts index bb538cab..8584d6a4 100644 --- a/src/api/models/signed-key-request-sponsor.ts +++ b/src/api/models/signed-key-request-sponsor.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/signer.ts b/src/api/models/signer.ts index 6358aa83..96b72205 100644 --- a/src/api/models/signer.ts +++ b/src/api/models/signer.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/storage-allocation.ts b/src/api/models/storage-allocation.ts index 3df8e3c6..1983e455 100644 --- a/src/api/models/storage-allocation.ts +++ b/src/api/models/storage-allocation.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/storage-allocations-response.ts b/src/api/models/storage-allocations-response.ts index bec30924..52113935 100644 --- a/src/api/models/storage-allocations-response.ts +++ b/src/api/models/storage-allocations-response.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/storage-object.ts b/src/api/models/storage-object.ts index fd6d8a74..cfbdb109 100644 --- a/src/api/models/storage-object.ts +++ b/src/api/models/storage-object.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/storage-usage-response.ts b/src/api/models/storage-usage-response.ts index 58857b71..c5841559 100644 --- a/src/api/models/storage-usage-response.ts +++ b/src/api/models/storage-usage-response.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/subscribed-to-all-of.ts b/src/api/models/subscribed-to-all-of.ts index b2256c08..43db8224 100644 --- a/src/api/models/subscribed-to-all-of.ts +++ b/src/api/models/subscribed-to-all-of.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/subscribed-to-object.ts b/src/api/models/subscribed-to-object.ts index 6f3d688f..014e488d 100644 --- a/src/api/models/subscribed-to-object.ts +++ b/src/api/models/subscribed-to-object.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/subscribed-to-response.ts b/src/api/models/subscribed-to-response.ts index 053b814f..4e533822 100644 --- a/src/api/models/subscribed-to-response.ts +++ b/src/api/models/subscribed-to-response.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/subscribed-to.ts b/src/api/models/subscribed-to.ts index c89e556d..4c423bc2 100644 --- a/src/api/models/subscribed-to.ts +++ b/src/api/models/subscribed-to.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/subscriber.ts b/src/api/models/subscriber.ts index 9cd7c279..59ee599c 100644 --- a/src/api/models/subscriber.ts +++ b/src/api/models/subscriber.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/subscribers-response.ts b/src/api/models/subscribers-response.ts index a8580c01..fa6924a5 100644 --- a/src/api/models/subscribers-response.ts +++ b/src/api/models/subscribers-response.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/subscription-check-response.ts b/src/api/models/subscription-check-response.ts index 6cd44abc..2eb8f979 100644 --- a/src/api/models/subscription-check-response.ts +++ b/src/api/models/subscription-check-response.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/subscription-metadata.ts b/src/api/models/subscription-metadata.ts index a89dbd52..66f0ed41 100644 --- a/src/api/models/subscription-metadata.ts +++ b/src/api/models/subscription-metadata.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/subscription-price.ts b/src/api/models/subscription-price.ts index 7e0d4f0c..38df688e 100644 --- a/src/api/models/subscription-price.ts +++ b/src/api/models/subscription-price.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/subscription-provider.ts b/src/api/models/subscription-provider.ts index 9ee1faf4..21d82d4b 100644 --- a/src/api/models/subscription-provider.ts +++ b/src/api/models/subscription-provider.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/subscription-providers.ts b/src/api/models/subscription-providers.ts index 9610c212..29410adf 100644 --- a/src/api/models/subscription-providers.ts +++ b/src/api/models/subscription-providers.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/subscription-status.ts b/src/api/models/subscription-status.ts index be6d1b64..dccda89e 100644 --- a/src/api/models/subscription-status.ts +++ b/src/api/models/subscription-status.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/subscription-tier-price.ts b/src/api/models/subscription-tier-price.ts index f28c46d1..0b88daae 100644 --- a/src/api/models/subscription-tier-price.ts +++ b/src/api/models/subscription-tier-price.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/subscription-tier.ts b/src/api/models/subscription-tier.ts index c341adf8..9081cd5e 100644 --- a/src/api/models/subscription-tier.ts +++ b/src/api/models/subscription-tier.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/subscription-token.ts b/src/api/models/subscription-token.ts index 9095c7e0..f45707e3 100644 --- a/src/api/models/subscription-token.ts +++ b/src/api/models/subscription-token.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/subscription.ts b/src/api/models/subscription.ts index 5b5cee42..cb9124ce 100644 --- a/src/api/models/subscription.ts +++ b/src/api/models/subscription.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/subscriptions-response.ts b/src/api/models/subscriptions-response.ts index 6fcba0d0..b04ea2f5 100644 --- a/src/api/models/subscriptions-response.ts +++ b/src/api/models/subscriptions-response.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/subscriptions.ts b/src/api/models/subscriptions.ts index 4cae82c6..b5211cdd 100644 --- a/src/api/models/subscriptions.ts +++ b/src/api/models/subscriptions.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/token-balance-balance.ts b/src/api/models/token-balance-balance.ts index 65de23c3..6f3f23fe 100644 --- a/src/api/models/token-balance-balance.ts +++ b/src/api/models/token-balance-balance.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/token-balance-token.ts b/src/api/models/token-balance-token.ts index 9839f4bc..9722912a 100644 --- a/src/api/models/token-balance-token.ts +++ b/src/api/models/token-balance-token.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/token-balance.ts b/src/api/models/token-balance.ts index ad91db12..4831f2c1 100644 --- a/src/api/models/token-balance.ts +++ b/src/api/models/token-balance.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/trending-channel-response.ts b/src/api/models/trending-channel-response.ts index 5146ede1..593beb83 100644 --- a/src/api/models/trending-channel-response.ts +++ b/src/api/models/trending-channel-response.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/update-user-req-body-location.ts b/src/api/models/update-user-req-body-location.ts index 913cd7b7..bd7638e6 100644 --- a/src/api/models/update-user-req-body-location.ts +++ b/src/api/models/update-user-req-body-location.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/update-user-req-body.ts b/src/api/models/update-user-req-body.ts index b63ce940..f093388d 100644 --- a/src/api/models/update-user-req-body.ts +++ b/src/api/models/update-user-req-body.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/user-dehydrated.ts b/src/api/models/user-dehydrated.ts index 7f73cac1..c586af33 100644 --- a/src/api/models/user-dehydrated.ts +++ b/src/api/models/user-dehydrated.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/user-experimental.ts b/src/api/models/user-experimental.ts index d5b70aa7..8e2411fa 100644 --- a/src/api/models/user-experimental.ts +++ b/src/api/models/user-experimental.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/user-fidresponse.ts b/src/api/models/user-fidresponse.ts index fd6f69fb..c1709bcc 100644 --- a/src/api/models/user-fidresponse.ts +++ b/src/api/models/user-fidresponse.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/user-power-lite-response-result.ts b/src/api/models/user-power-lite-response-result.ts index 98bed7a3..3c329e7e 100644 --- a/src/api/models/user-power-lite-response-result.ts +++ b/src/api/models/user-power-lite-response-result.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/user-power-lite-response.ts b/src/api/models/user-power-lite-response.ts index d3fabc02..fe6c62c8 100644 --- a/src/api/models/user-power-lite-response.ts +++ b/src/api/models/user-power-lite-response.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/user-profile-bio.ts b/src/api/models/user-profile-bio.ts index 41acd4ff..2869c9fe 100644 --- a/src/api/models/user-profile-bio.ts +++ b/src/api/models/user-profile-bio.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/user-profile.ts b/src/api/models/user-profile.ts index e2e29134..1c925bf8 100644 --- a/src/api/models/user-profile.ts +++ b/src/api/models/user-profile.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/user-response.ts b/src/api/models/user-response.ts index 4b6b52e3..70f47afa 100644 --- a/src/api/models/user-response.ts +++ b/src/api/models/user-response.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/user-search-response-result.ts b/src/api/models/user-search-response-result.ts index ff522e71..a30e58b8 100644 --- a/src/api/models/user-search-response-result.ts +++ b/src/api/models/user-search-response-result.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/user-search-response.ts b/src/api/models/user-search-response.ts index f2e40e85..47878fbd 100644 --- a/src/api/models/user-search-response.ts +++ b/src/api/models/user-search-response.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/user-verified-accounts-inner.ts b/src/api/models/user-verified-accounts-inner.ts index f33359ba..c39408ee 100644 --- a/src/api/models/user-verified-accounts-inner.ts +++ b/src/api/models/user-verified-accounts-inner.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/user-verified-addresses.ts b/src/api/models/user-verified-addresses.ts index bf82f78e..adc8e9a4 100644 --- a/src/api/models/user-verified-addresses.ts +++ b/src/api/models/user-verified-addresses.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/user-viewer-context.ts b/src/api/models/user-viewer-context.ts index 45ff3028..3918911b 100644 --- a/src/api/models/user-viewer-context.ts +++ b/src/api/models/user-viewer-context.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/user.ts b/src/api/models/user.ts index 831b89e0..b5cd8bf9 100644 --- a/src/api/models/user.ts +++ b/src/api/models/user.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/users-active-channels-response.ts b/src/api/models/users-active-channels-response.ts index 9ac455dd..02d731ef 100644 --- a/src/api/models/users-active-channels-response.ts +++ b/src/api/models/users-active-channels-response.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/users-response.ts b/src/api/models/users-response.ts index 0de67aee..b3a117a6 100644 --- a/src/api/models/users-response.ts +++ b/src/api/models/users-response.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/validate-frame-action-req-body.ts b/src/api/models/validate-frame-action-req-body.ts index f77eba8a..0ace377e 100644 --- a/src/api/models/validate-frame-action-req-body.ts +++ b/src/api/models/validate-frame-action-req-body.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/validate-frame-action-response.ts b/src/api/models/validate-frame-action-response.ts index 2336a6ca..06fdc8b1 100644 --- a/src/api/models/validate-frame-action-response.ts +++ b/src/api/models/validate-frame-action-response.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/validate-frame-aggregate-window.ts b/src/api/models/validate-frame-aggregate-window.ts index c3a61db7..839a079d 100644 --- a/src/api/models/validate-frame-aggregate-window.ts +++ b/src/api/models/validate-frame-aggregate-window.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/validate-frame-analytics-type.ts b/src/api/models/validate-frame-analytics-type.ts index a1c451d4..6d65fae0 100644 --- a/src/api/models/validate-frame-analytics-type.ts +++ b/src/api/models/validate-frame-analytics-type.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/validated-frame-action-signer.ts b/src/api/models/validated-frame-action-signer.ts index b2282d3e..0a3e9000 100644 --- a/src/api/models/validated-frame-action-signer.ts +++ b/src/api/models/validated-frame-action-signer.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/validated-frame-action-tapped-button.ts b/src/api/models/validated-frame-action-tapped-button.ts index 398d0550..1e3dbc72 100644 --- a/src/api/models/validated-frame-action-tapped-button.ts +++ b/src/api/models/validated-frame-action-tapped-button.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/validated-frame-action.ts b/src/api/models/validated-frame-action.ts index 70e0e9b7..5f9e4163 100644 --- a/src/api/models/validated-frame-action.ts +++ b/src/api/models/validated-frame-action.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/verification-chain-id.ts b/src/api/models/verification-chain-id.ts index b135da0a..128e807c 100644 --- a/src/api/models/verification-chain-id.ts +++ b/src/api/models/verification-chain-id.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/verification-type.ts b/src/api/models/verification-type.ts index fcd1e02f..f3894f5f 100644 --- a/src/api/models/verification-type.ts +++ b/src/api/models/verification-type.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/video-object.ts b/src/api/models/video-object.ts index 460f8c8d..b863ca13 100644 --- a/src/api/models/video-object.ts +++ b/src/api/models/video-object.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/webhook-delete-req-body.ts b/src/api/models/webhook-delete-req-body.ts index c6afce1f..aad35a8e 100644 --- a/src/api/models/webhook-delete-req-body.ts +++ b/src/api/models/webhook-delete-req-body.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/webhook-list-response.ts b/src/api/models/webhook-list-response.ts index f5348e48..57b223f6 100644 --- a/src/api/models/webhook-list-response.ts +++ b/src/api/models/webhook-list-response.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/webhook-patch-req-body.ts b/src/api/models/webhook-patch-req-body.ts index 34d7ed16..cc6bca38 100644 --- a/src/api/models/webhook-patch-req-body.ts +++ b/src/api/models/webhook-patch-req-body.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/webhook-post-req-body.ts b/src/api/models/webhook-post-req-body.ts index a2e44a10..b8521376 100644 --- a/src/api/models/webhook-post-req-body.ts +++ b/src/api/models/webhook-post-req-body.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/webhook-put-req-body.ts b/src/api/models/webhook-put-req-body.ts index 342cb368..ca76d8de 100644 --- a/src/api/models/webhook-put-req-body.ts +++ b/src/api/models/webhook-put-req-body.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/webhook-response.ts b/src/api/models/webhook-response.ts index fa0aac69..f5c82b18 100644 --- a/src/api/models/webhook-response.ts +++ b/src/api/models/webhook-response.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/webhook-secret.ts b/src/api/models/webhook-secret.ts index 3d4a80cc..5e87cb85 100644 --- a/src/api/models/webhook-secret.ts +++ b/src/api/models/webhook-secret.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/webhook-subscription-filters-cast.ts b/src/api/models/webhook-subscription-filters-cast.ts index dfb5ccea..692cb947 100644 --- a/src/api/models/webhook-subscription-filters-cast.ts +++ b/src/api/models/webhook-subscription-filters-cast.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/webhook-subscription-filters-follow.ts b/src/api/models/webhook-subscription-filters-follow.ts index 99836fbb..4e3efea9 100644 --- a/src/api/models/webhook-subscription-filters-follow.ts +++ b/src/api/models/webhook-subscription-filters-follow.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/webhook-subscription-filters-reaction.ts b/src/api/models/webhook-subscription-filters-reaction.ts index 4caa291a..c4b7b6d4 100644 --- a/src/api/models/webhook-subscription-filters-reaction.ts +++ b/src/api/models/webhook-subscription-filters-reaction.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/webhook-subscription-filters-user-updated.ts b/src/api/models/webhook-subscription-filters-user-updated.ts index 6e8ce5ca..f145e494 100644 --- a/src/api/models/webhook-subscription-filters-user-updated.ts +++ b/src/api/models/webhook-subscription-filters-user-updated.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/webhook-subscription-filters.ts b/src/api/models/webhook-subscription-filters.ts index a9b0a325..140a452b 100644 --- a/src/api/models/webhook-subscription-filters.ts +++ b/src/api/models/webhook-subscription-filters.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/webhook-subscription.ts b/src/api/models/webhook-subscription.ts index 6a90e773..3edeb1e1 100644 --- a/src/api/models/webhook-subscription.ts +++ b/src/api/models/webhook-subscription.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/webhook.ts b/src/api/models/webhook.ts index ac4c6d1a..816f9ec3 100644 --- a/src/api/models/webhook.ts +++ b/src/api/models/webhook.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/zod-error-errors-inner.ts b/src/api/models/zod-error-errors-inner.ts index 77da5c7f..6c76bc43 100644 --- a/src/api/models/zod-error-errors-inner.ts +++ b/src/api/models/zod-error-errors-inner.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/zod-error.ts b/src/api/models/zod-error.ts index 106b0aed..f2e13260 100644 --- a/src/api/models/zod-error.ts +++ b/src/api/models/zod-error.ts @@ -4,7 +4,7 @@ * Farcaster API V2 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. * - * The version of the OpenAPI document: 2.0.5 + * The version of the OpenAPI document: 2.0.6 * Contact: team@neynar.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/clients/NeynarAPIClient.ts b/src/clients/NeynarAPIClient.ts index e587f680..1815be72 100644 --- a/src/clients/NeynarAPIClient.ts +++ b/src/clients/NeynarAPIClient.ts @@ -27,7 +27,7 @@ import { StorageApi } from '../api/apis/storage-api'; import { SubscribersApi } from '../api/apis/subscribers-api'; import { UserApi } from '../api/apis/user-api'; import { WebhookApi } from '../api/apis/webhook-api'; -import type { AddVerificationReqBody, AuthorizationUrlResponse, AuthorizationUrlResponseType, BalanceResponse, BanListResponse, BanReqBody, BanResponse, BlockListResponse, BlockReqBody, BulkCastsResponse, BulkFollowResponse, BulkUserAddressType, BulkUsersByAddressResponse, BulkUsersResponse, BuyStorageReqBody, CastComposerActionsListResponse, CastComposerType, CastConversationSortType, CastParamType, CastResponse, CastsResponse, CastsSearchResponse, ChannelFollowReqBody, ChannelListResponse, ChannelMemberInviteListResponse, ChannelMemberListResponse, ChannelMemberRole, ChannelResponse, ChannelResponseBulk, ChannelSearchResponse, ChannelType, Conversation, DeleteCastReqBody, DeleteFrameReqBody, DeleteFrameResponse, DeveloperManagedSigner, EmbedType, ErrorRes, FarcasterActionReqBody, FarcasterActionReqBodyAction, FeedResponse, FeedTrendingProvider, FeedType, FetchBulkCastsSortTypeEnum, FetchFrameMetaTagsFromUrl200Response, FetchRepliesAndRecastsForUserFilterEnum, FetchTrendingChannelsTimeWindowEnum, FetchTrendingFeedTimeWindowEnum, FilterType, FnameAvailabilityResponse, FollowReqBody, FollowSortType, FollowersResponse, ForYouProvider, Frame, FrameAction, FrameActionReqBody, FrameDeveloperManagedActionReqBody, FrameSignaturePacket, FrameType, FrameValidateAnalyticsResponse, FrameValidateListResponse, InviteChannelMemberReqBody, LookupCastConversationFoldEnum, MarkNotificationsAsSeenReqBody, MuteListResponse, MuteReqBody, MuteResponse, Networks, NeynarFrame, NeynarFrameCreationReqBody, NeynarFramePage, NeynarFrameUpdateReqBody, NotificationType, NotificationsResponse, OperationResponse, PostCastReqBody, PostCastReqBodyEmbeds, PostCastResponse, ReactionReqBody, ReactionType, ReactionsCastResponse, ReactionsResponse, ReactionsType, RegisterDeveloperManagedSignedKeyReqBody, RegisterSignerKeyReqBody, RegisterUserReqBody, RegisterUserResponse, RelevantFollowersResponse, RelevantFungibleOwnersResponse, RemoveChannelMemberReqBody, RemoveVerificationReqBody, RespondChannelInviteReqBody, SignedKeyRequestSponsor, Signer, StorageAllocationsResponse, StorageUsageResponse, SubscribedToResponse, SubscribersResponse, SubscriptionCheckResponse, SubscriptionProvider, SubscriptionProviders, SubscriptionsResponse, TrendingChannelResponse, UpdateUserReqBody, UpdateUserReqBodyLocation, UserFIDResponse, UserPowerLiteResponse, UserResponse, UserSearchResponse, UsersActiveChannelsResponse, UsersResponse, ValidateFrameActionReqBody, ValidateFrameActionResponse, ValidateFrameAggregateWindow, ValidateFrameAnalyticsType, VerificationChainId, VerificationType, WebhookDeleteReqBody, WebhookListResponse, WebhookPatchReqBody, WebhookPatchReqBodyActiveEnum, WebhookPostReqBody, WebhookPutReqBody, WebhookResponse, WebhookSubscriptionFilters } from '../api'; +import type { AddVerificationReqBody, AuthorizationUrlResponse, AuthorizationUrlResponseType, BalanceResponse, BanListResponse, BanReqBody, BanResponse, BlockListResponse, BlockReqBody, BulkCastsResponse, BulkFollowResponse, BulkUserAddressType, BulkUsersByAddressResponse, BulkUsersResponse, BuyStorageReqBody, CastComposerActionsListResponse, CastComposerType, CastConversationSortType, CastEmbedCrawlResponse, CastParamType, CastResponse, CastsResponse, CastsSearchResponse, ChannelFollowReqBody, ChannelListResponse, ChannelMemberInviteListResponse, ChannelMemberListResponse, ChannelMemberRole, ChannelResponse, ChannelResponseBulk, ChannelSearchResponse, ChannelType, Conversation, DeleteCastReqBody, DeleteFrameReqBody, DeleteFrameResponse, DeployFungibleFactoryEnum, DeployFungibleMetadataNsfwEnum, DeployFungibleNetworkEnum, DeployFungibleReqBodyMetadataMedia, DeployFungibleResponse, DeveloperManagedSigner, EmbedType, ErrorRes, FarcasterActionReqBody, FarcasterActionReqBodyAction, FeedResponse, FeedTrendingProvider, FeedType, FetchBulkCastsSortTypeEnum, FetchFrameMetaTagsFromUrl200Response, FetchRepliesAndRecastsForUserFilterEnum, FetchTrendingChannelsTimeWindowEnum, FetchTrendingFeedTimeWindowEnum, FilterType, FnameAvailabilityResponse, FollowReqBody, FollowSortType, FollowersResponse, ForYouProvider, Frame, FrameAction, FrameActionReqBody, FrameDeveloperManagedActionReqBody, FrameSignaturePacket, FrameType, FrameValidateAnalyticsResponse, FrameValidateListResponse, InviteChannelMemberReqBody, LookupCastConversationFoldEnum, MarkNotificationsAsSeenReqBody, MuteListResponse, MuteReqBody, MuteResponse, Networks, NeynarFrame, NeynarFrameCreationReqBody, NeynarFramePage, NeynarFrameUpdateReqBody, NotificationType, NotificationsResponse, OperationResponse, PostCastReqBody, PostCastReqBodyEmbeds, PostCastResponse, ReactionReqBody, ReactionType, ReactionsCastResponse, ReactionsResponse, ReactionsType, RegisterDeveloperManagedSignedKeyReqBody, RegisterSignerKeyReqBody, RegisterUserReqBody, RegisterUserResponse, RelevantFollowersResponse, RelevantFungibleOwnersResponse, RemoveChannelMemberReqBody, RemoveVerificationReqBody, RespondChannelInviteReqBody, SignedKeyRequestSponsor, Signer, StorageAllocationsResponse, StorageUsageResponse, SubscribedToResponse, SubscribersResponse, SubscriptionCheckResponse, SubscriptionProvider, SubscriptionProviders, SubscriptionsResponse, TrendingChannelResponse, UpdateUserReqBody, UpdateUserReqBodyLocation, UserFIDResponse, UserPowerLiteResponse, UserResponse, UserSearchResponse, UsersActiveChannelsResponse, UsersResponse, ValidateFrameActionReqBody, ValidateFrameActionResponse, ValidateFrameAggregateWindow, ValidateFrameAnalyticsType, VerificationChainId, VerificationType, WebhookDeleteReqBody, WebhookListResponse, WebhookPatchReqBody, WebhookPatchReqBodyActiveEnum, WebhookPostReqBody, WebhookPutReqBody, WebhookResponse, WebhookSubscriptionFilters } from '../api'; const { version: sdkVersion } = require("../../package.json"); @@ -530,6 +530,36 @@ Object.assign(adjustedParams, params); return response.data; } +/** + * Crawls the given URL and returns metadata useful when embedding the URL in a cast. + * + * @summary Embedded URL metadata + * + * @param {object} params + * @param {string} params.url [optional] - URL to crawl metadata of + * + * @returns {Promise} A promise that resolves to a `CastEmbedCrawlResponse` object. + * + * @example + * + * // Fill in the appropriate values + * const url = + * + * client.fetchEmbeddedUrlMetadata({ url }).then(response => { + * console.log('response:', response); + * }); + * + * For more information, refer to the [API documentation](https://docs.neynar.com/reference/fetch-embedded-url-metadata) + * + */ +public async fetchEmbeddedUrlMetadata(params: { url?: string }): Promise { + const adjustedParams: any = {}; +Object.assign(adjustedParams, params); + + const response = await this.apis.castApi.fetchEmbeddedUrlMetadata(adjustedParams); + return response.data; +} + /** * Gets information about an individual cast by passing in a Warpcast web URL or cast hash * @@ -2211,7 +2241,7 @@ Object.assign(adjustedParams, _params); } /** - * Deletes a mute for a given FID. This is a whitelisted API, reach out if you want access. + * Deletes a mute for a given FID. This is an allowlisted API, reach out if you want access. * * @summary Unmute FID * @@ -2278,7 +2308,7 @@ adjustedParams['xNeynarExperimental'] = this.config.baseOptions?.headers?.['x-ne } /** - * Adds a mute for a given FID. This is a whitelisted API, reach out if you want access. + * Adds a mute for a given FID. This is an allowlisted API, reach out if you want access. * * @summary Mute FID * @@ -2454,6 +2484,55 @@ Object.assign(adjustedParams, _params); return response.data; } +/** + * Creates a new token. This is an allowlisted API, reach out if you want access. + * + * @summary Deploy fungible + * + * @param {object} params + * @param {string} params.owner - Ethereum address of the one who is creating the token + * @param {string} params.symbol - Symbol/Ticker for the token + * @param {string} params.name - Name of the token + * @param {DeployFungibleReqBodyMetadataMedia} params.metadataMedia [optional] + * @param {string} params.metadataDescription [optional] - Description of the token + * @param {DeployFungibleMetadataNsfwEnum} params.metadataNsfw [optional] - Indicates if the token is NSFW (Not Safe For Work). + * @param {string} params.metadataWebsiteLink [optional] - Website link related to the token + * @param {string} params.metadataTwitter [optional] - Twitter profile link + * @param {string} params.metadataDiscord [optional] - Discord server link + * @param {string} params.metadataTelegram [optional] - Telegram link + * @param {DeployFungibleNetworkEnum} params.network [optional] - Network/Chain name + * @param {DeployFungibleFactoryEnum} params.factory [optional] - Factory name - wow -> wow.xyz + * + * @returns {Promise} A promise that resolves to a `DeployFungibleResponse` object. + * + * @example + * + * // Fill in the appropriate values + * const owner = + * const symbol = + * const name = + * const metadataMedia = + * const metadataDescription = + * const metadataNsfw = + * const metadataWebsiteLink = + * const metadataTwitter = + * const metadataDiscord = + * const metadataTelegram = + * const network = + * const factory = + * + * client.deployFungible({ owner, symbol, name, metadataMedia, metadataDescription, metadataNsfw, metadataWebsiteLink, metadataTwitter, metadataDiscord, metadataTelegram, network, factory }).then(response => { + * console.log('response:', response); + * }); + */ +public async deployFungible(params: { owner: string, symbol: string, name: string, metadataMedia?: DeployFungibleReqBodyMetadataMedia, metadataDescription?: string, metadataNsfw?: DeployFungibleMetadataNsfwEnum, metadataWebsiteLink?: string, metadataTwitter?: string, metadataDiscord?: string, metadataTelegram?: string, network?: DeployFungibleNetworkEnum, factory?: DeployFungibleFactoryEnum }): Promise { + const adjustedParams: any = {}; +Object.assign(adjustedParams, params); + + const response = await this.apis.onchainApi.deployFungible(adjustedParams); + return response.data; +} + /** * Fetch a list of relevant owners for a specific FID. This usually shows on a fungible asset page as \"X, Y, Z and N others you know own this asset\". *