diff --git a/examples/getProjects.ts b/examples/getProjects.ts deleted file mode 100644 index 572d0300..00000000 --- a/examples/getProjects.ts +++ /dev/null @@ -1,16 +0,0 @@ -import { Config, ImmutableX } from '@imtbl/core-sdk'; -import { generateWalletConnection } from './libs/walletConnection'; - -(async () => { - try { - const client = new ImmutableX(Config.SANDBOX); - const wallet = await generateWalletConnection('sepolia'); - const pageSize = 200; - const projects = await client.getProjects(wallet.ethSigner, pageSize); - - console.log('projects', projects); - } catch (err) { - console.error(err); - process.exit(1); - } -})(); diff --git a/openapi.json b/openapi.json index 3f3014ab..40b8fed1 100644 --- a/openapi.json +++ b/openapi.json @@ -406,7 +406,7 @@ { "type": "string", "description": "Comma separated list of wallet addresses", - "name": "users", + "name": "user", "in": "query", "required": true } @@ -1924,67 +1924,6 @@ } } }, - "/v1/primary_sales/{id}/signable-accept-details": { - "post": { - "description": "[Experimental] Signable Accept Primary Sale. This endpoint is experimental and may change in the future.", - "produces": [ - "application/json" - ], - "tags": [ - "primary-sales" - ], - "summary": "[Experimental] Signable Accept Primary Sale", - "operationId": "SignableAcceptPrimarySale", - "parameters": [ - { - "type": "integer", - "format": "int64", - "description": "Global Primary Sale identifier", - "name": "id", - "in": "path", - "required": true - } - ], - "responses": { - "200": { - "description": "OK response.", - "schema": { - "$ref": "#/definitions/signableAcceptPrimarySaleOKBody" - } - }, - "400": { - "description": "Bad Request (400)", - "schema": { - "$ref": "#/definitions/signableAcceptPrimarySaleBadRequestBody" - } - }, - "404": { - "description": "The specified resource was not found (404)", - "schema": { - "$ref": "#/definitions/signableAcceptPrimarySaleNotFoundBody" - } - }, - "422": { - "description": "Unprocessable Entity (422)", - "schema": { - "$ref": "#/definitions/signableAcceptPrimarySaleUnprocessableEntityBody" - } - }, - "500": { - "description": "Internal Server Error (500)", - "schema": { - "$ref": "#/definitions/signableAcceptPrimarySaleInternalServerErrorBody" - } - }, - "501": { - "description": "Not Implemented Error (501)", - "schema": { - "$ref": "#/definitions/signableAcceptPrimarySaleNotImplementedBody" - } - } - } - } - }, "/v1/primary_sales/{id}/reject": { "post": { "security": [ @@ -2064,17 +2003,17 @@ } } }, - "/v1/primary_sales/{id}/signable-reject-details": { + "/v1/primary_sales/{id}/signable-accept-details": { "post": { - "description": "[Experimental] Signable Reject Primary Sale. This endpoint is experimental and may change in the future.", + "description": "[Experimental] Signable Accept Primary Sale. This endpoint is experimental and may change in the future.", "produces": [ "application/json" ], "tags": [ "primary-sales" ], - "summary": "[Experimental] Signable Reject Primary Sale", - "operationId": "SignableRejectPrimarySale", + "summary": "[Experimental] Signable Accept Primary Sale", + "operationId": "SignableAcceptPrimarySale", "parameters": [ { "type": "integer", @@ -2089,182 +2028,98 @@ "200": { "description": "OK response.", "schema": { - "$ref": "#/definitions/signableRejectPrimarySaleOKBody" + "$ref": "#/definitions/signableAcceptPrimarySaleOKBody" } }, "400": { "description": "Bad Request (400)", "schema": { - "$ref": "#/definitions/signableRejectPrimarySaleBadRequestBody" + "$ref": "#/definitions/signableAcceptPrimarySaleBadRequestBody" } }, "404": { "description": "The specified resource was not found (404)", "schema": { - "$ref": "#/definitions/signableRejectPrimarySaleNotFoundBody" + "$ref": "#/definitions/signableAcceptPrimarySaleNotFoundBody" } }, "422": { "description": "Unprocessable Entity (422)", "schema": { - "$ref": "#/definitions/signableRejectPrimarySaleUnprocessableEntityBody" + "$ref": "#/definitions/signableAcceptPrimarySaleUnprocessableEntityBody" } }, "500": { "description": "Internal Server Error (500)", "schema": { - "$ref": "#/definitions/signableRejectPrimarySaleInternalServerErrorBody" + "$ref": "#/definitions/signableAcceptPrimarySaleInternalServerErrorBody" } }, "501": { "description": "Not Implemented Error (501)", "schema": { - "$ref": "#/definitions/signableRejectPrimarySaleNotImplementedBody" + "$ref": "#/definitions/signableAcceptPrimarySaleNotImplementedBody" } } } } }, - "/v1/projects": { - "get": { - "description": "Get projects", - "consumes": [ - "application/json" - ], + "/v1/primary_sales/{id}/signable-reject-details": { + "post": { + "description": "[Experimental] Signable Reject Primary Sale. This endpoint is experimental and may change in the future.", "produces": [ "application/json" ], "tags": [ - "projects" + "primary-sales" ], - "summary": "Get projects", - "operationId": "getProjects", + "summary": "[Experimental] Signable Reject Primary Sale", + "operationId": "SignableRejectPrimarySale", "parameters": [ { "type": "integer", - "description": "Page size of the result", - "name": "page_size", - "in": "query" - }, - { - "type": "string", - "description": "Cursor", - "name": "cursor", - "in": "query" - }, - { - "type": "string", - "description": "Property to sort by", - "name": "order_by", - "in": "query" - }, - { - "type": "string", - "description": "Direction to sort (asc/desc)", - "name": "direction", - "in": "query" - }, - { - "type": "string", - "description": "String created by signing wallet address and timestamp", - "name": "IMX-Signature", - "in": "header", - "required": true - }, - { - "type": "string", - "description": "Unix Epoc timestamp", - "name": "IMX-Timestamp", - "in": "header", + "format": "int64", + "description": "Global Primary Sale identifier", + "name": "id", + "in": "path", "required": true } ], "responses": { "200": { - "description": "OK", + "description": "OK response.", "schema": { - "$ref": "#/definitions/GetProjectsResponse" + "$ref": "#/definitions/signableRejectPrimarySaleOKBody" } }, "400": { - "description": "Bad Request", + "description": "Bad Request (400)", "schema": { - "$ref": "#/definitions/APIError" + "$ref": "#/definitions/signableRejectPrimarySaleBadRequestBody" } }, - "401": { - "description": "Unauthorized", + "404": { + "description": "The specified resource was not found (404)", "schema": { - "$ref": "#/definitions/APIError" + "$ref": "#/definitions/signableRejectPrimarySaleNotFoundBody" } }, - "403": { - "description": "Forbidden", + "422": { + "description": "Unprocessable Entity (422)", "schema": { - "$ref": "#/definitions/APIError" + "$ref": "#/definitions/signableRejectPrimarySaleUnprocessableEntityBody" } }, "500": { - "description": "Internal Server Error", - "schema": { - "$ref": "#/definitions/APIError" - } - } - } - } - }, - "/v1/projects/sdk": { - "get": { - "description": "Checks the SDK Version of caller against the current SDK Version and returns a message.", - "consumes": [ - "application/json" - ], - "produces": [ - "application/json" - ], - "tags": [ - "projects" - ], - "summary": "Checks the SDK Version of caller against the current SDK Version", - "operationId": "getSdkVersion", - "parameters": [ - { - "type": "string", - "description": "Runtime Details", - "name": "details", - "in": "query", - "required": true - }, - { - "type": "string", - "description": "SDK Version", - "name": "version", - "in": "query" - }, - { - "type": "string", - "description": "Runtime ID", - "name": "id", - "in": "query" - } - ], - "responses": { - "200": { - "description": "OK", - "schema": { - "$ref": "#/definitions/api.SDKVersionCheckResponse" - } - }, - "400": { - "description": "Bad Request", + "description": "Internal Server Error (500)", "schema": { - "$ref": "#/definitions/APIError" + "$ref": "#/definitions/signableRejectPrimarySaleInternalServerErrorBody" } }, - "500": { - "description": "Internal Server Error", + "501": { + "description": "Not Implemented Error (501)", "schema": { - "$ref": "#/definitions/APIError" + "$ref": "#/definitions/signableRejectPrimarySaleNotImplementedBody" } } } @@ -3896,6 +3751,41 @@ } } }, + "/v2/signable-withdrawal-details": { + "post": { + "description": "Gets details of a signable withdrawal", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "tags": [ + "withdrawals" + ], + "summary": "Gets details of a signable withdrawal for starkex contracts that are higher than v3", + "operationId": "getSignableWithdrawalV2", + "parameters": [ + { + "description": "get details of signable withdrawal", + "name": "GetSignableWithdrawalRequest", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/GetSignableWithdrawalRequest" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/GetSignableWithdrawalResponseV2" + } + } + } + } + }, "/v2/transfers": { "post": { "description": "Create a new transfer request. Use https://docs.x.immutable.com/reference#/operations/getSignableTransfer to get request body params.", @@ -3973,6 +3863,55 @@ } } }, + "/v2/withdrawals": { + "post": { + "description": "Creates a withdrawal. Use https://docs.x.immutable.com/reference#/operations/getSignableWithdrawal to get request body params.", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "tags": [ + "withdrawals" + ], + "summary": "Creates a withdrawal of a token for starkex contracts that are higher than v3", + "operationId": "createWithdrawalV2", + "parameters": [ + { + "type": "string", + "description": "eth address", + "name": "x-imx-eth-address", + "in": "header", + "required": true + }, + { + "type": "string", + "description": "eth signature", + "name": "x-imx-eth-signature", + "in": "header", + "required": true + }, + { + "description": "create a withdrawal", + "name": "CreateWithdrawalRequestV2", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/CreateWithdrawalRequestV2" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/CreateWithdrawalResponse" + } + } + } + } + }, "/v3/exchanges": { "get": { "description": "Returns a list of exchanges based on the request", @@ -5592,6 +5531,17 @@ } } }, + "CreateProjectAPIKeyResponse": { + "type": "object", + "required": [ + "key" + ], + "properties": { + "key": { + "type": "string" + } + } + }, "CreateProjectGroupRequest": { "type": "object", "required": [ @@ -5638,12 +5588,17 @@ "CreateProjectResponse": { "type": "object", "required": [ + "environment_id", "id" ], "properties": { - "id": { - "description": "The project group ID", + "environment_id": { + "description": "The environment ID", "type": "string" + }, + "id": { + "description": "The project ID", + "type": "integer" } } }, @@ -8015,25 +7970,89 @@ "Project": { "type": "object", "required": [ + "collection_limit_expires_at", + "collection_monthly_limit", + "collection_remaining", + "company_name", + "contact_email", "id", + "mint_limit_expires_at", + "mint_monthly_limit", + "mint_remaining", "name" ], "properties": { + "api_key": { + "description": "API key for the project. This is only for zkevm project. This API is not for increasing rate limit yet.", + "type": "string" + }, "chain_type": { "description": "The project ChainType", "type": "string" }, + "collection_limit_expires_at": { + "description": "The current period expiry date for collection limit", + "type": "string" + }, + "collection_monthly_limit": { + "description": "The total monthly collection limit", + "type": "integer" + }, + "collection_remaining": { + "description": "The number of collection remaining in the current period", + "type": "integer" + }, + "company_name": { + "description": "The company name", + "type": "string" + }, + "contact_email": { + "description": "The project contact email (must be registered as a developer account with Immutable at https://hub.immutable.com)", + "type": "string" + }, + "environment_id": { + "description": "The environment ID", + "type": "string" + }, + "environment_name": { + "description": "The user environment name correlating to this project", + "type": "string" + }, "id": { - "description": "The project group ID", + "description": "The project ID", + "type": "integer" + }, + "mint_limit_expires_at": { + "description": "The current period expiry date for mint operation limit", "type": "string" }, + "mint_monthly_limit": { + "description": "The total monthly mint operation limit", + "type": "integer" + }, + "mint_remaining": { + "description": "The number of mint operation remaining in the current period", + "type": "integer" + }, "name": { - "description": "The project group name", + "description": "The project name", "type": "string" }, "org_id": { "description": "The organisation ID that the project belongs to", "type": "string" + }, + "project_group_id": { + "description": "Project group id", + "type": "string" + }, + "publishable_key": { + "description": "The public publishable_key for the project", + "type": "string" + }, + "publishable_key_created_at": { + "description": "The public publishable_key created time", + "type": "string" } } }, @@ -8269,6 +8288,30 @@ } } }, + "SummarizedCollection": { + "type": "object", + "required": [ + "collection", + "owned_token_count", + "owners" + ], + "properties": { + "collection": { + "$ref": "#/definitions/summarizedCollectionCollection" + }, + "owned_token_count": { + "description": "Combined amount of tokens owned by the provided wallets", + "type": "integer" + }, + "owners": { + "description": "Subset of the provided wallets that own at least one token in this collection", + "type": "array", + "items": { + "type": "string" + } + } + } + }, "Token": { "type": "object", "required": [ @@ -9311,7 +9354,7 @@ "description": "Collections matching query parameters", "type": "array", "items": { - "$ref": "#/definitions/api.SummarizedCollection" + "$ref": "#/definitions/SummarizedCollection" } } } @@ -10169,14 +10212,6 @@ ], "x-go-gen-location": "models" }, - "engine.RegisterUserResult": { - "type": "object", - "properties": { - "tx_hash": { - "type": "string" - } - } - }, "exchange.CreateExchangeAndURLResponse": { "type": "object", "properties": { @@ -13786,6 +13821,15 @@ } } }, + "summarizedCollectionCollection": { + "description": "Collection and it's metadata", + "allOf": [ + { + "$ref": "#/definitions/Collection" + } + ], + "x-go-gen-location": "models" + }, "tokenDataOAIGen": { "description": "Token details of this asset", "allOf": [ diff --git a/src/ImmutableX.ts b/src/ImmutableX.ts index 988f830b..0e446916 100644 --- a/src/ImmutableX.ts +++ b/src/ImmutableX.ts @@ -469,31 +469,6 @@ export class ImmutableX { }); } - /** - * Get Projects owned by the given User - * @param ethSigner - the L1 signer - * @param pageSize - the page size of the result - * @param cursor - the cursor - * @param orderBy - the property to sort by - * @param direction - direction to sort (asc/desc) - * @returns a promise that resolves with the requested Projects - * @throws {@link index.IMXError} - */ - public async getProjects( - ethSigner: EthSigner, - pageSize?: number, - cursor?: string, - orderBy?: string, - direction?: string, - ) { - return this.workflows - .getProjects(ethSigner, pageSize, cursor, orderBy, direction) - .then(res => res.data) - .catch(err => { - throw formatError(err); - }); - } - /** * Get the token Balances of the User * @param request - the request object containing the parameters to be provided in the API request diff --git a/src/api/.openapi-generator/FILES b/src/api/.openapi-generator/FILES index a4f1c32d..e83eb750 100644 --- a/src/api/.openapi-generator/FILES +++ b/src/api/.openapi-generator/FILES @@ -109,6 +109,7 @@ models/create-primary-sale-params-body.ts models/create-primary-sale-unauthorized-body-all-of0.ts models/create-primary-sale-unauthorized-body-all-of1.ts models/create-primary-sale-unauthorized-body.ts +models/create-project-apikey-response.ts models/create-project-group-request.ts models/create-project-request.ts models/create-project-response.ts @@ -131,7 +132,6 @@ models/encode-asset-request-token.ts models/encode-asset-request.ts models/encode-asset-response.ts models/encode-asset-token-data.ts -models/engine-register-user-result.ts models/exchange-create-exchange-and-urlresponse.ts models/exchange.ts models/experimental-create-primary-sale-bad-request-body-all-of0.ts @@ -366,6 +366,8 @@ models/signable-transfer-response-details-token.ts models/signable-transfer-response-details.ts models/store-maker-taker-fee.ts models/success-response.ts +models/summarized-collection-collection.ts +models/summarized-collection.ts models/token-data-oaigen.ts models/token-data-properties.ts models/token-data.ts diff --git a/src/api/api.ts b/src/api/api.ts index 844e651a..1f08533b 100644 --- a/src/api/api.ts +++ b/src/api/api.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.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 8f1c9a6d..17174570 100644 --- a/src/api/base.ts +++ b/src/api/base.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -18,7 +18,7 @@ import { Configuration } from "./configuration"; // @ts-ignore import globalAxios, { AxiosPromise, AxiosInstance, AxiosRequestConfig } from 'axios'; -export const BASE_PATH = "https://api.sandbox.immutable.com".replace(/\/+$/, ""); +export const BASE_PATH = "https://api.sandbox.x.immutable.com".replace(/\/+$/, ""); /** * diff --git a/src/api/common.ts b/src/api/common.ts index 46122153..f41ecbb7 100644 --- a/src/api/common.ts +++ b/src/api/common.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.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 b80d8b94..2006ecae 100644 --- a/src/api/configuration.ts +++ b/src/api/configuration.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/domain/assets-api.ts b/src/api/domain/assets-api.ts index aea06aac..5883a6de 100644 --- a/src/api/domain/assets-api.ts +++ b/src/api/domain/assets-api.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/domain/balances-api.ts b/src/api/domain/balances-api.ts index 10d26d07..f23d9637 100644 --- a/src/api/domain/balances-api.ts +++ b/src/api/domain/balances-api.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/domain/collections-api.ts b/src/api/domain/collections-api.ts index 237b3b1e..db590368 100644 --- a/src/api/domain/collections-api.ts +++ b/src/api/domain/collections-api.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -241,13 +241,13 @@ export const CollectionsApiAxiosParamCreator = function (configuration?: Configu /** * Get details of the collections from which a set of wallets hold tokens, along with the number of tokens held in each collection. * @summary Get metadata about the collections held by a set of wallets - * @param {string} users Comma separated list of wallet addresses + * @param {string} user Comma separated list of wallet addresses * @param {*} [options] Override http request option. * @throws {RequiredError} */ - summarizeCollections: async (users: string, options: AxiosRequestConfig = {}): Promise => { - // verify required parameter 'users' is not null or undefined - assertParamExists('summarizeCollections', 'users', users) + summarizeCollections: async (user: string, options: AxiosRequestConfig = {}): Promise => { + // verify required parameter 'user' is not null or undefined + assertParamExists('summarizeCollections', 'user', user) const localVarPath = `/v1/collections-summary`; // use dummy base URL string because the URL constructor only accepts absolute URLs. const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL); @@ -260,8 +260,8 @@ export const CollectionsApiAxiosParamCreator = function (configuration?: Configu const localVarHeaderParameter = {} as any; const localVarQueryParameter = {} as any; - if (users !== undefined) { - localVarQueryParameter['users'] = users; + if (user !== undefined) { + localVarQueryParameter['user'] = user; } @@ -397,12 +397,12 @@ export const CollectionsApiFp = function(configuration?: Configuration) { /** * Get details of the collections from which a set of wallets hold tokens, along with the number of tokens held in each collection. * @summary Get metadata about the collections held by a set of wallets - * @param {string} users Comma separated list of wallet addresses + * @param {string} user Comma separated list of wallet addresses * @param {*} [options] Override http request option. * @throws {RequiredError} */ - async summarizeCollections(users: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise> { - const localVarAxiosArgs = await localVarAxiosParamCreator.summarizeCollections(users, options); + async summarizeCollections(user: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise> { + const localVarAxiosArgs = await localVarAxiosParamCreator.summarizeCollections(user, options); return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, /** @@ -483,12 +483,12 @@ export const CollectionsApiFactory = function (configuration?: Configuration, ba /** * Get details of the collections from which a set of wallets hold tokens, along with the number of tokens held in each collection. * @summary Get metadata about the collections held by a set of wallets - * @param {string} users Comma separated list of wallet addresses + * @param {string} user Comma separated list of wallet addresses * @param {*} [options] Override http request option. * @throws {RequiredError} */ - summarizeCollections(users: string, options?: any): AxiosPromise { - return localVarFp.summarizeCollections(users, options).then((request) => request(axios, basePath)); + summarizeCollections(user: string, options?: any): AxiosPromise { + return localVarFp.summarizeCollections(user, options).then((request) => request(axios, basePath)); }, /** * Update collection @@ -650,7 +650,7 @@ export interface CollectionsApiSummarizeCollectionsRequest { * @type {string} * @memberof CollectionsApiSummarizeCollections */ - readonly users: string + readonly user: string } /** @@ -752,7 +752,7 @@ export class CollectionsApi extends BaseAPI { * @memberof CollectionsApi */ public summarizeCollections(requestParameters: CollectionsApiSummarizeCollectionsRequest, options?: AxiosRequestConfig) { - return CollectionsApiFp(this.configuration).summarizeCollections(requestParameters.users, options).then((request) => request(this.axios, this.basePath)); + return CollectionsApiFp(this.configuration).summarizeCollections(requestParameters.user, options).then((request) => request(this.axios, this.basePath)); } /** diff --git a/src/api/domain/deposits-api.ts b/src/api/domain/deposits-api.ts index 1bfdee8f..3278d832 100644 --- a/src/api/domain/deposits-api.ts +++ b/src/api/domain/deposits-api.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/domain/encoding-api.ts b/src/api/domain/encoding-api.ts index 517a69c5..80a0b41f 100644 --- a/src/api/domain/encoding-api.ts +++ b/src/api/domain/encoding-api.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/domain/exchanges-api.ts b/src/api/domain/exchanges-api.ts index 17dc2267..6c0d5fe6 100644 --- a/src/api/domain/exchanges-api.ts +++ b/src/api/domain/exchanges-api.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/domain/metadata-api.ts b/src/api/domain/metadata-api.ts index 4b49e5f3..a35c0e4c 100644 --- a/src/api/domain/metadata-api.ts +++ b/src/api/domain/metadata-api.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/domain/metadata-refreshes-api.ts b/src/api/domain/metadata-refreshes-api.ts index dc20a3bf..31266326 100644 --- a/src/api/domain/metadata-refreshes-api.ts +++ b/src/api/domain/metadata-refreshes-api.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/domain/mints-api.ts b/src/api/domain/mints-api.ts index 01754515..815ef67c 100644 --- a/src/api/domain/mints-api.ts +++ b/src/api/domain/mints-api.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/domain/nft-checkout-primary-api.ts b/src/api/domain/nft-checkout-primary-api.ts index 18ee7b37..5f671fe7 100644 --- a/src/api/domain/nft-checkout-primary-api.ts +++ b/src/api/domain/nft-checkout-primary-api.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/domain/orders-api.ts b/src/api/domain/orders-api.ts index 1ca94b7a..c493fd80 100644 --- a/src/api/domain/orders-api.ts +++ b/src/api/domain/orders-api.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/domain/primary-sales-api.ts b/src/api/domain/primary-sales-api.ts index 6a16f3ae..f19dedbe 100644 --- a/src/api/domain/primary-sales-api.ts +++ b/src/api/domain/primary-sales-api.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/domain/projects-api.ts b/src/api/domain/projects-api.ts index 0192c482..b7b6a840 100644 --- a/src/api/domain/projects-api.ts +++ b/src/api/domain/projects-api.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -23,10 +23,6 @@ import { BASE_PATH, COLLECTION_FORMATS, RequestArgs, BaseAPI, RequiredError } fr // @ts-ignore import { APIError } from '../models'; // @ts-ignore -import { ApiSDKVersionCheckResponse } from '../models'; -// @ts-ignore -import { GetProjectsResponse } from '../models'; -// @ts-ignore import { Project } from '../models'; /** * ProjectsApi - axios parameter creator @@ -73,117 +69,6 @@ export const ProjectsApiAxiosParamCreator = function (configuration?: Configurat - setSearchParams(localVarUrlObj, localVarQueryParameter); - let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; - localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; - - return { - url: toPathString(localVarUrlObj), - options: localVarRequestOptions, - }; - }, - /** - * Get projects - * @summary Get projects - * @param {string} iMXSignature String created by signing wallet address and timestamp - * @param {string} iMXTimestamp Unix Epoc timestamp - * @param {number} [pageSize] Page size of the result - * @param {string} [cursor] Cursor - * @param {string} [orderBy] Property to sort by - * @param {string} [direction] Direction to sort (asc/desc) - * @param {*} [options] Override http request option. - * @throws {RequiredError} - */ - getProjects: async (iMXSignature: string, iMXTimestamp: string, pageSize?: number, cursor?: string, orderBy?: string, direction?: string, options: AxiosRequestConfig = {}): Promise => { - // verify required parameter 'iMXSignature' is not null or undefined - assertParamExists('getProjects', 'iMXSignature', iMXSignature) - // verify required parameter 'iMXTimestamp' is not null or undefined - assertParamExists('getProjects', 'iMXTimestamp', iMXTimestamp) - const localVarPath = `/v1/projects`; - // 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; - - if (pageSize !== undefined) { - localVarQueryParameter['page_size'] = pageSize; - } - - if (cursor !== undefined) { - localVarQueryParameter['cursor'] = cursor; - } - - if (orderBy !== undefined) { - localVarQueryParameter['order_by'] = orderBy; - } - - if (direction !== undefined) { - localVarQueryParameter['direction'] = direction; - } - - if (iMXSignature != null) { - localVarHeaderParameter['IMX-Signature'] = String(iMXSignature); - } - - if (iMXTimestamp != null) { - localVarHeaderParameter['IMX-Timestamp'] = String(iMXTimestamp); - } - - - - setSearchParams(localVarUrlObj, localVarQueryParameter); - let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; - localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; - - return { - url: toPathString(localVarUrlObj), - options: localVarRequestOptions, - }; - }, - /** - * Checks the SDK Version of caller against the current SDK Version and returns a message. - * @summary Checks the SDK Version of caller against the current SDK Version - * @param {string} details Runtime Details - * @param {string} [version] SDK Version - * @param {string} [id] Runtime ID - * @param {*} [options] Override http request option. - * @throws {RequiredError} - */ - getSdkVersion: async (details: string, version?: string, id?: string, options: AxiosRequestConfig = {}): Promise => { - // verify required parameter 'details' is not null or undefined - assertParamExists('getSdkVersion', 'details', details) - const localVarPath = `/v1/projects/sdk`; - // 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; - - if (details !== undefined) { - localVarQueryParameter['details'] = details; - } - - if (version !== undefined) { - localVarQueryParameter['version'] = version; - } - - if (id !== undefined) { - localVarQueryParameter['id'] = id; - } - - - setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -216,35 +101,6 @@ export const ProjectsApiFp = function(configuration?: Configuration) { const localVarAxiosArgs = await localVarAxiosParamCreator.getProject(id, iMXSignature, iMXTimestamp, options); return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, - /** - * Get projects - * @summary Get projects - * @param {string} iMXSignature String created by signing wallet address and timestamp - * @param {string} iMXTimestamp Unix Epoc timestamp - * @param {number} [pageSize] Page size of the result - * @param {string} [cursor] Cursor - * @param {string} [orderBy] Property to sort by - * @param {string} [direction] Direction to sort (asc/desc) - * @param {*} [options] Override http request option. - * @throws {RequiredError} - */ - async getProjects(iMXSignature: string, iMXTimestamp: string, pageSize?: number, cursor?: string, orderBy?: string, direction?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise> { - const localVarAxiosArgs = await localVarAxiosParamCreator.getProjects(iMXSignature, iMXTimestamp, pageSize, cursor, orderBy, direction, options); - return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); - }, - /** - * Checks the SDK Version of caller against the current SDK Version and returns a message. - * @summary Checks the SDK Version of caller against the current SDK Version - * @param {string} details Runtime Details - * @param {string} [version] SDK Version - * @param {string} [id] Runtime ID - * @param {*} [options] Override http request option. - * @throws {RequiredError} - */ - async getSdkVersion(details: string, version?: string, id?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise> { - const localVarAxiosArgs = await localVarAxiosParamCreator.getSdkVersion(details, version, id, options); - return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); - }, } }; @@ -267,33 +123,6 @@ export const ProjectsApiFactory = function (configuration?: Configuration, baseP getProject(id: string, iMXSignature: string, iMXTimestamp: string, options?: any): AxiosPromise { return localVarFp.getProject(id, iMXSignature, iMXTimestamp, options).then((request) => request(axios, basePath)); }, - /** - * Get projects - * @summary Get projects - * @param {string} iMXSignature String created by signing wallet address and timestamp - * @param {string} iMXTimestamp Unix Epoc timestamp - * @param {number} [pageSize] Page size of the result - * @param {string} [cursor] Cursor - * @param {string} [orderBy] Property to sort by - * @param {string} [direction] Direction to sort (asc/desc) - * @param {*} [options] Override http request option. - * @throws {RequiredError} - */ - getProjects(iMXSignature: string, iMXTimestamp: string, pageSize?: number, cursor?: string, orderBy?: string, direction?: string, options?: any): AxiosPromise { - return localVarFp.getProjects(iMXSignature, iMXTimestamp, pageSize, cursor, orderBy, direction, options).then((request) => request(axios, basePath)); - }, - /** - * Checks the SDK Version of caller against the current SDK Version and returns a message. - * @summary Checks the SDK Version of caller against the current SDK Version - * @param {string} details Runtime Details - * @param {string} [version] SDK Version - * @param {string} [id] Runtime ID - * @param {*} [options] Override http request option. - * @throws {RequiredError} - */ - getSdkVersion(details: string, version?: string, id?: string, options?: any): AxiosPromise { - return localVarFp.getSdkVersion(details, version, id, options).then((request) => request(axios, basePath)); - }, }; }; @@ -325,83 +154,6 @@ export interface ProjectsApiGetProjectRequest { readonly iMXTimestamp: string } -/** - * Request parameters for getProjects operation in ProjectsApi. - * @export - * @interface ProjectsApiGetProjectsRequest - */ -export interface ProjectsApiGetProjectsRequest { - /** - * String created by signing wallet address and timestamp - * @type {string} - * @memberof ProjectsApiGetProjects - */ - readonly iMXSignature: string - - /** - * Unix Epoc timestamp - * @type {string} - * @memberof ProjectsApiGetProjects - */ - readonly iMXTimestamp: string - - /** - * Page size of the result - * @type {number} - * @memberof ProjectsApiGetProjects - */ - readonly pageSize?: number - - /** - * Cursor - * @type {string} - * @memberof ProjectsApiGetProjects - */ - readonly cursor?: string - - /** - * Property to sort by - * @type {string} - * @memberof ProjectsApiGetProjects - */ - readonly orderBy?: string - - /** - * Direction to sort (asc/desc) - * @type {string} - * @memberof ProjectsApiGetProjects - */ - readonly direction?: string -} - -/** - * Request parameters for getSdkVersion operation in ProjectsApi. - * @export - * @interface ProjectsApiGetSdkVersionRequest - */ -export interface ProjectsApiGetSdkVersionRequest { - /** - * Runtime Details - * @type {string} - * @memberof ProjectsApiGetSdkVersion - */ - readonly details: string - - /** - * SDK Version - * @type {string} - * @memberof ProjectsApiGetSdkVersion - */ - readonly version?: string - - /** - * Runtime ID - * @type {string} - * @memberof ProjectsApiGetSdkVersion - */ - readonly id?: string -} - /** * ProjectsApi - object-oriented interface * @export @@ -420,28 +172,4 @@ export class ProjectsApi extends BaseAPI { public getProject(requestParameters: ProjectsApiGetProjectRequest, options?: AxiosRequestConfig) { return ProjectsApiFp(this.configuration).getProject(requestParameters.id, requestParameters.iMXSignature, requestParameters.iMXTimestamp, options).then((request) => request(this.axios, this.basePath)); } - - /** - * Get projects - * @summary Get projects - * @param {ProjectsApiGetProjectsRequest} requestParameters Request parameters. - * @param {*} [options] Override http request option. - * @throws {RequiredError} - * @memberof ProjectsApi - */ - public getProjects(requestParameters: ProjectsApiGetProjectsRequest, options?: AxiosRequestConfig) { - return ProjectsApiFp(this.configuration).getProjects(requestParameters.iMXSignature, requestParameters.iMXTimestamp, requestParameters.pageSize, requestParameters.cursor, requestParameters.orderBy, requestParameters.direction, options).then((request) => request(this.axios, this.basePath)); - } - - /** - * Checks the SDK Version of caller against the current SDK Version and returns a message. - * @summary Checks the SDK Version of caller against the current SDK Version - * @param {ProjectsApiGetSdkVersionRequest} requestParameters Request parameters. - * @param {*} [options] Override http request option. - * @throws {RequiredError} - * @memberof ProjectsApi - */ - public getSdkVersion(requestParameters: ProjectsApiGetSdkVersionRequest, options?: AxiosRequestConfig) { - return ProjectsApiFp(this.configuration).getSdkVersion(requestParameters.details, requestParameters.version, requestParameters.id, options).then((request) => request(this.axios, this.basePath)); - } } diff --git a/src/api/domain/tokens-api.ts b/src/api/domain/tokens-api.ts index 2ca6119c..7196f3b7 100644 --- a/src/api/domain/tokens-api.ts +++ b/src/api/domain/tokens-api.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/domain/trades-api.ts b/src/api/domain/trades-api.ts index bca4239c..a28b718c 100644 --- a/src/api/domain/trades-api.ts +++ b/src/api/domain/trades-api.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/domain/transfers-api.ts b/src/api/domain/transfers-api.ts index c3a45a96..0e97a046 100644 --- a/src/api/domain/transfers-api.ts +++ b/src/api/domain/transfers-api.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/domain/users-api.ts b/src/api/domain/users-api.ts index 4dbbe060..9227e098 100644 --- a/src/api/domain/users-api.ts +++ b/src/api/domain/users-api.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/domain/withdrawals-api.ts b/src/api/domain/withdrawals-api.ts index 597d51da..5a3c4d49 100644 --- a/src/api/domain/withdrawals-api.ts +++ b/src/api/domain/withdrawals-api.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -23,12 +23,16 @@ import { BASE_PATH, COLLECTION_FORMATS, RequestArgs, BaseAPI, RequiredError } fr // @ts-ignore import { CreateWithdrawalRequest } from '../models'; // @ts-ignore +import { CreateWithdrawalRequestV2 } from '../models'; +// @ts-ignore import { CreateWithdrawalResponse } from '../models'; // @ts-ignore import { GetSignableWithdrawalRequest } from '../models'; // @ts-ignore import { GetSignableWithdrawalResponse } from '../models'; // @ts-ignore +import { GetSignableWithdrawalResponseV2 } from '../models'; +// @ts-ignore import { ListWithdrawalsResponse } from '../models'; // @ts-ignore import { Withdrawal } from '../models'; @@ -88,6 +92,56 @@ export const WithdrawalsApiAxiosParamCreator = function (configuration?: Configu options: localVarRequestOptions, }; }, + /** + * Creates a withdrawal. Use https://docs.x.immutable.com/reference#/operations/getSignableWithdrawal to get request body params. + * @summary Creates a withdrawal of a token for starkex contracts that are higher than v3 + * @param {string} xImxEthAddress eth address + * @param {string} xImxEthSignature eth signature + * @param {CreateWithdrawalRequestV2} createWithdrawalRequestV2 create a withdrawal + * @param {*} [options] Override http request option. + * @throws {RequiredError} + */ + createWithdrawalV2: async (xImxEthAddress: string, xImxEthSignature: string, createWithdrawalRequestV2: CreateWithdrawalRequestV2, options: AxiosRequestConfig = {}): Promise => { + // verify required parameter 'xImxEthAddress' is not null or undefined + assertParamExists('createWithdrawalV2', 'xImxEthAddress', xImxEthAddress) + // verify required parameter 'xImxEthSignature' is not null or undefined + assertParamExists('createWithdrawalV2', 'xImxEthSignature', xImxEthSignature) + // verify required parameter 'createWithdrawalRequestV2' is not null or undefined + assertParamExists('createWithdrawalV2', 'createWithdrawalRequestV2', createWithdrawalRequestV2) + const localVarPath = `/v2/withdrawals`; + // 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; + + if (xImxEthAddress != null) { + localVarHeaderParameter['x-imx-eth-address'] = String(xImxEthAddress); + } + + if (xImxEthSignature != null) { + localVarHeaderParameter['x-imx-eth-signature'] = String(xImxEthSignature); + } + + + + localVarHeaderParameter['Content-Type'] = 'application/json'; + + setSearchParams(localVarUrlObj, localVarQueryParameter); + let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; + localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; + localVarRequestOptions.data = serializeDataIfNeeded(createWithdrawalRequestV2, localVarRequestOptions, configuration) + + return { + url: toPathString(localVarUrlObj), + options: localVarRequestOptions, + }; + }, /** * Gets details of a signable withdrawal * @summary Gets details of a signable withdrawal @@ -112,6 +166,42 @@ export const WithdrawalsApiAxiosParamCreator = function (configuration?: Configu + localVarHeaderParameter['Content-Type'] = 'application/json'; + + setSearchParams(localVarUrlObj, localVarQueryParameter); + let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; + localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; + localVarRequestOptions.data = serializeDataIfNeeded(getSignableWithdrawalRequest, localVarRequestOptions, configuration) + + return { + url: toPathString(localVarUrlObj), + options: localVarRequestOptions, + }; + }, + /** + * Gets details of a signable withdrawal + * @summary Gets details of a signable withdrawal for starkex contracts that are higher than v3 + * @param {GetSignableWithdrawalRequest} getSignableWithdrawalRequest get details of signable withdrawal + * @param {*} [options] Override http request option. + * @throws {RequiredError} + */ + getSignableWithdrawalV2: async (getSignableWithdrawalRequest: GetSignableWithdrawalRequest, options: AxiosRequestConfig = {}): Promise => { + // verify required parameter 'getSignableWithdrawalRequest' is not null or undefined + assertParamExists('getSignableWithdrawalV2', 'getSignableWithdrawalRequest', getSignableWithdrawalRequest) + const localVarPath = `/v2/signable-withdrawal-details`; + // 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; + + + localVarHeaderParameter['Content-Type'] = 'application/json'; setSearchParams(localVarUrlObj, localVarQueryParameter); @@ -301,6 +391,19 @@ export const WithdrawalsApiFp = function(configuration?: Configuration) { const localVarAxiosArgs = await localVarAxiosParamCreator.createWithdrawal(xImxEthAddress, xImxEthSignature, createWithdrawalRequest, options); return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, + /** + * Creates a withdrawal. Use https://docs.x.immutable.com/reference#/operations/getSignableWithdrawal to get request body params. + * @summary Creates a withdrawal of a token for starkex contracts that are higher than v3 + * @param {string} xImxEthAddress eth address + * @param {string} xImxEthSignature eth signature + * @param {CreateWithdrawalRequestV2} createWithdrawalRequestV2 create a withdrawal + * @param {*} [options] Override http request option. + * @throws {RequiredError} + */ + async createWithdrawalV2(xImxEthAddress: string, xImxEthSignature: string, createWithdrawalRequestV2: CreateWithdrawalRequestV2, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise> { + const localVarAxiosArgs = await localVarAxiosParamCreator.createWithdrawalV2(xImxEthAddress, xImxEthSignature, createWithdrawalRequestV2, options); + return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); + }, /** * Gets details of a signable withdrawal * @summary Gets details of a signable withdrawal @@ -312,6 +415,17 @@ export const WithdrawalsApiFp = function(configuration?: Configuration) { const localVarAxiosArgs = await localVarAxiosParamCreator.getSignableWithdrawal(getSignableWithdrawalRequest, options); return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); }, + /** + * Gets details of a signable withdrawal + * @summary Gets details of a signable withdrawal for starkex contracts that are higher than v3 + * @param {GetSignableWithdrawalRequest} getSignableWithdrawalRequest get details of signable withdrawal + * @param {*} [options] Override http request option. + * @throws {RequiredError} + */ + async getSignableWithdrawalV2(getSignableWithdrawalRequest: GetSignableWithdrawalRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise> { + const localVarAxiosArgs = await localVarAxiosParamCreator.getSignableWithdrawalV2(getSignableWithdrawalRequest, options); + return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration); + }, /** * Gets details of withdrawal with the given ID * @summary Gets details of withdrawal with the given ID @@ -373,6 +487,18 @@ export const WithdrawalsApiFactory = function (configuration?: Configuration, ba createWithdrawal(xImxEthAddress: string, xImxEthSignature: string, createWithdrawalRequest: CreateWithdrawalRequest, options?: any): AxiosPromise { return localVarFp.createWithdrawal(xImxEthAddress, xImxEthSignature, createWithdrawalRequest, options).then((request) => request(axios, basePath)); }, + /** + * Creates a withdrawal. Use https://docs.x.immutable.com/reference#/operations/getSignableWithdrawal to get request body params. + * @summary Creates a withdrawal of a token for starkex contracts that are higher than v3 + * @param {string} xImxEthAddress eth address + * @param {string} xImxEthSignature eth signature + * @param {CreateWithdrawalRequestV2} createWithdrawalRequestV2 create a withdrawal + * @param {*} [options] Override http request option. + * @throws {RequiredError} + */ + createWithdrawalV2(xImxEthAddress: string, xImxEthSignature: string, createWithdrawalRequestV2: CreateWithdrawalRequestV2, options?: any): AxiosPromise { + return localVarFp.createWithdrawalV2(xImxEthAddress, xImxEthSignature, createWithdrawalRequestV2, options).then((request) => request(axios, basePath)); + }, /** * Gets details of a signable withdrawal * @summary Gets details of a signable withdrawal @@ -383,6 +509,16 @@ export const WithdrawalsApiFactory = function (configuration?: Configuration, ba getSignableWithdrawal(getSignableWithdrawalRequest: GetSignableWithdrawalRequest, options?: any): AxiosPromise { return localVarFp.getSignableWithdrawal(getSignableWithdrawalRequest, options).then((request) => request(axios, basePath)); }, + /** + * Gets details of a signable withdrawal + * @summary Gets details of a signable withdrawal for starkex contracts that are higher than v3 + * @param {GetSignableWithdrawalRequest} getSignableWithdrawalRequest get details of signable withdrawal + * @param {*} [options] Override http request option. + * @throws {RequiredError} + */ + getSignableWithdrawalV2(getSignableWithdrawalRequest: GetSignableWithdrawalRequest, options?: any): AxiosPromise { + return localVarFp.getSignableWithdrawalV2(getSignableWithdrawalRequest, options).then((request) => request(axios, basePath)); + }, /** * Gets details of withdrawal with the given ID * @summary Gets details of withdrawal with the given ID @@ -451,6 +587,34 @@ export interface WithdrawalsApiCreateWithdrawalRequest { readonly createWithdrawalRequest: CreateWithdrawalRequest } +/** + * Request parameters for createWithdrawalV2 operation in WithdrawalsApi. + * @export + * @interface WithdrawalsApiCreateWithdrawalV2Request + */ +export interface WithdrawalsApiCreateWithdrawalV2Request { + /** + * eth address + * @type {string} + * @memberof WithdrawalsApiCreateWithdrawalV2 + */ + readonly xImxEthAddress: string + + /** + * eth signature + * @type {string} + * @memberof WithdrawalsApiCreateWithdrawalV2 + */ + readonly xImxEthSignature: string + + /** + * create a withdrawal + * @type {CreateWithdrawalRequestV2} + * @memberof WithdrawalsApiCreateWithdrawalV2 + */ + readonly createWithdrawalRequestV2: CreateWithdrawalRequestV2 +} + /** * Request parameters for getSignableWithdrawal operation in WithdrawalsApi. * @export @@ -465,6 +629,20 @@ export interface WithdrawalsApiGetSignableWithdrawalRequest { readonly getSignableWithdrawalRequest: GetSignableWithdrawalRequest } +/** + * Request parameters for getSignableWithdrawalV2 operation in WithdrawalsApi. + * @export + * @interface WithdrawalsApiGetSignableWithdrawalV2Request + */ +export interface WithdrawalsApiGetSignableWithdrawalV2Request { + /** + * get details of signable withdrawal + * @type {GetSignableWithdrawalRequest} + * @memberof WithdrawalsApiGetSignableWithdrawalV2 + */ + readonly getSignableWithdrawalRequest: GetSignableWithdrawalRequest +} + /** * Request parameters for getWithdrawal operation in WithdrawalsApi. * @export @@ -631,6 +809,18 @@ export class WithdrawalsApi extends BaseAPI { return WithdrawalsApiFp(this.configuration).createWithdrawal(requestParameters.xImxEthAddress, requestParameters.xImxEthSignature, requestParameters.createWithdrawalRequest, options).then((request) => request(this.axios, this.basePath)); } + /** + * Creates a withdrawal. Use https://docs.x.immutable.com/reference#/operations/getSignableWithdrawal to get request body params. + * @summary Creates a withdrawal of a token for starkex contracts that are higher than v3 + * @param {WithdrawalsApiCreateWithdrawalV2Request} requestParameters Request parameters. + * @param {*} [options] Override http request option. + * @throws {RequiredError} + * @memberof WithdrawalsApi + */ + public createWithdrawalV2(requestParameters: WithdrawalsApiCreateWithdrawalV2Request, options?: AxiosRequestConfig) { + return WithdrawalsApiFp(this.configuration).createWithdrawalV2(requestParameters.xImxEthAddress, requestParameters.xImxEthSignature, requestParameters.createWithdrawalRequestV2, options).then((request) => request(this.axios, this.basePath)); + } + /** * Gets details of a signable withdrawal * @summary Gets details of a signable withdrawal @@ -643,6 +833,18 @@ export class WithdrawalsApi extends BaseAPI { return WithdrawalsApiFp(this.configuration).getSignableWithdrawal(requestParameters.getSignableWithdrawalRequest, options).then((request) => request(this.axios, this.basePath)); } + /** + * Gets details of a signable withdrawal + * @summary Gets details of a signable withdrawal for starkex contracts that are higher than v3 + * @param {WithdrawalsApiGetSignableWithdrawalV2Request} requestParameters Request parameters. + * @param {*} [options] Override http request option. + * @throws {RequiredError} + * @memberof WithdrawalsApi + */ + public getSignableWithdrawalV2(requestParameters: WithdrawalsApiGetSignableWithdrawalV2Request, options?: AxiosRequestConfig) { + return WithdrawalsApiFp(this.configuration).getSignableWithdrawalV2(requestParameters.getSignableWithdrawalRequest, options).then((request) => request(this.axios, this.basePath)); + } + /** * Gets details of withdrawal with the given ID * @summary Gets details of withdrawal with the given ID diff --git a/src/api/index.ts b/src/api/index.ts index b26c1c7e..6d468ba9 100644 --- a/src/api/index.ts +++ b/src/api/index.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/accept-primary-sale-bad-request-body-all-of0.ts b/src/api/models/accept-primary-sale-bad-request-body-all-of0.ts index 6b49b8ee..69bd0ea2 100644 --- a/src/api/models/accept-primary-sale-bad-request-body-all-of0.ts +++ b/src/api/models/accept-primary-sale-bad-request-body-all-of0.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/accept-primary-sale-bad-request-body-all-of1.ts b/src/api/models/accept-primary-sale-bad-request-body-all-of1.ts index 3ecc789f..5c4bb18c 100644 --- a/src/api/models/accept-primary-sale-bad-request-body-all-of1.ts +++ b/src/api/models/accept-primary-sale-bad-request-body-all-of1.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/accept-primary-sale-bad-request-body.ts b/src/api/models/accept-primary-sale-bad-request-body.ts index e920c09b..96a5e549 100644 --- a/src/api/models/accept-primary-sale-bad-request-body.ts +++ b/src/api/models/accept-primary-sale-bad-request-body.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/accept-primary-sale-forbidden-body-all-of0.ts b/src/api/models/accept-primary-sale-forbidden-body-all-of0.ts index f1e375bb..10d021f8 100644 --- a/src/api/models/accept-primary-sale-forbidden-body-all-of0.ts +++ b/src/api/models/accept-primary-sale-forbidden-body-all-of0.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/accept-primary-sale-forbidden-body-all-of1.ts b/src/api/models/accept-primary-sale-forbidden-body-all-of1.ts index 1b8a7f6c..f6c323b3 100644 --- a/src/api/models/accept-primary-sale-forbidden-body-all-of1.ts +++ b/src/api/models/accept-primary-sale-forbidden-body-all-of1.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/accept-primary-sale-forbidden-body.ts b/src/api/models/accept-primary-sale-forbidden-body.ts index 36bddee0..7fc66d89 100644 --- a/src/api/models/accept-primary-sale-forbidden-body.ts +++ b/src/api/models/accept-primary-sale-forbidden-body.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/accept-primary-sale-internal-server-error-body-all-of0.ts b/src/api/models/accept-primary-sale-internal-server-error-body-all-of0.ts index bf8447fc..eb57d5b6 100644 --- a/src/api/models/accept-primary-sale-internal-server-error-body-all-of0.ts +++ b/src/api/models/accept-primary-sale-internal-server-error-body-all-of0.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/accept-primary-sale-internal-server-error-body-all-of1.ts b/src/api/models/accept-primary-sale-internal-server-error-body-all-of1.ts index d6dddfb5..d9b3d2c0 100644 --- a/src/api/models/accept-primary-sale-internal-server-error-body-all-of1.ts +++ b/src/api/models/accept-primary-sale-internal-server-error-body-all-of1.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/accept-primary-sale-internal-server-error-body.ts b/src/api/models/accept-primary-sale-internal-server-error-body.ts index b3494cd3..1d7757de 100644 --- a/src/api/models/accept-primary-sale-internal-server-error-body.ts +++ b/src/api/models/accept-primary-sale-internal-server-error-body.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/accept-primary-sale-not-found-body-all-of0.ts b/src/api/models/accept-primary-sale-not-found-body-all-of0.ts index 172addfe..0c1689a3 100644 --- a/src/api/models/accept-primary-sale-not-found-body-all-of0.ts +++ b/src/api/models/accept-primary-sale-not-found-body-all-of0.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/accept-primary-sale-not-found-body-all-of1.ts b/src/api/models/accept-primary-sale-not-found-body-all-of1.ts index e181bb87..ebcbd0f2 100644 --- a/src/api/models/accept-primary-sale-not-found-body-all-of1.ts +++ b/src/api/models/accept-primary-sale-not-found-body-all-of1.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/accept-primary-sale-not-found-body.ts b/src/api/models/accept-primary-sale-not-found-body.ts index 1ff3b2cb..58532112 100644 --- a/src/api/models/accept-primary-sale-not-found-body.ts +++ b/src/api/models/accept-primary-sale-not-found-body.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/accept-primary-sale-not-implemented-body-all-of0.ts b/src/api/models/accept-primary-sale-not-implemented-body-all-of0.ts index 40ed78c7..19aa0911 100644 --- a/src/api/models/accept-primary-sale-not-implemented-body-all-of0.ts +++ b/src/api/models/accept-primary-sale-not-implemented-body-all-of0.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/accept-primary-sale-not-implemented-body-all-of1.ts b/src/api/models/accept-primary-sale-not-implemented-body-all-of1.ts index 38271536..6c13c3bd 100644 --- a/src/api/models/accept-primary-sale-not-implemented-body-all-of1.ts +++ b/src/api/models/accept-primary-sale-not-implemented-body-all-of1.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/accept-primary-sale-not-implemented-body.ts b/src/api/models/accept-primary-sale-not-implemented-body.ts index 67cf056b..e493b23a 100644 --- a/src/api/models/accept-primary-sale-not-implemented-body.ts +++ b/src/api/models/accept-primary-sale-not-implemented-body.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/accept-primary-sale-okbody-result-fees-items.ts b/src/api/models/accept-primary-sale-okbody-result-fees-items.ts index b084d931..6d0b5ab0 100644 --- a/src/api/models/accept-primary-sale-okbody-result-fees-items.ts +++ b/src/api/models/accept-primary-sale-okbody-result-fees-items.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/accept-primary-sale-okbody-result.ts b/src/api/models/accept-primary-sale-okbody-result.ts index bc3be4d2..0a14dc62 100644 --- a/src/api/models/accept-primary-sale-okbody-result.ts +++ b/src/api/models/accept-primary-sale-okbody-result.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/accept-primary-sale-okbody.ts b/src/api/models/accept-primary-sale-okbody.ts index 1e0f4bbf..15dbc665 100644 --- a/src/api/models/accept-primary-sale-okbody.ts +++ b/src/api/models/accept-primary-sale-okbody.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/accept-primary-sale-unauthorized-body-all-of0.ts b/src/api/models/accept-primary-sale-unauthorized-body-all-of0.ts index 69781adb..a579f62c 100644 --- a/src/api/models/accept-primary-sale-unauthorized-body-all-of0.ts +++ b/src/api/models/accept-primary-sale-unauthorized-body-all-of0.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/accept-primary-sale-unauthorized-body-all-of1.ts b/src/api/models/accept-primary-sale-unauthorized-body-all-of1.ts index 78ac3fa8..ac7bf815 100644 --- a/src/api/models/accept-primary-sale-unauthorized-body-all-of1.ts +++ b/src/api/models/accept-primary-sale-unauthorized-body-all-of1.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/accept-primary-sale-unauthorized-body.ts b/src/api/models/accept-primary-sale-unauthorized-body.ts index 31667be7..e388eb98 100644 --- a/src/api/models/accept-primary-sale-unauthorized-body.ts +++ b/src/api/models/accept-primary-sale-unauthorized-body.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/accept-primary-sale-unprocessable-entity-body-all-of0.ts b/src/api/models/accept-primary-sale-unprocessable-entity-body-all-of0.ts index 427ebcab..078975af 100644 --- a/src/api/models/accept-primary-sale-unprocessable-entity-body-all-of0.ts +++ b/src/api/models/accept-primary-sale-unprocessable-entity-body-all-of0.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/accept-primary-sale-unprocessable-entity-body-all-of1.ts b/src/api/models/accept-primary-sale-unprocessable-entity-body-all-of1.ts index 36dca57e..23faa49c 100644 --- a/src/api/models/accept-primary-sale-unprocessable-entity-body-all-of1.ts +++ b/src/api/models/accept-primary-sale-unprocessable-entity-body-all-of1.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/accept-primary-sale-unprocessable-entity-body.ts b/src/api/models/accept-primary-sale-unprocessable-entity-body.ts index 47f51cd7..50905f47 100644 --- a/src/api/models/accept-primary-sale-unprocessable-entity-body.ts +++ b/src/api/models/accept-primary-sale-unprocessable-entity-body.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/add-metadata-schema-to-collection-request.ts b/src/api/models/add-metadata-schema-to-collection-request.ts index 9a12fa2e..07c97bfe 100644 --- a/src/api/models/add-metadata-schema-to-collection-request.ts +++ b/src/api/models/add-metadata-schema-to-collection-request.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/aggregate-limit.ts b/src/api/models/aggregate-limit.ts index 0ca538b6..663e3d6d 100644 --- a/src/api/models/aggregate-limit.ts +++ b/src/api/models/aggregate-limit.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/api-order-v3-buy.ts b/src/api/models/api-order-v3-buy.ts index 856d5ac4..7ec54233 100644 --- a/src/api/models/api-order-v3-buy.ts +++ b/src/api/models/api-order-v3-buy.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/api-order-v3-maker-fees.ts b/src/api/models/api-order-v3-maker-fees.ts index 25e28bac..b25becf8 100644 --- a/src/api/models/api-order-v3-maker-fees.ts +++ b/src/api/models/api-order-v3-maker-fees.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/api-order-v3-sell.ts b/src/api/models/api-order-v3-sell.ts index 58750343..6dde2d79 100644 --- a/src/api/models/api-order-v3-sell.ts +++ b/src/api/models/api-order-v3-sell.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/api-order-v3-taker-fees.ts b/src/api/models/api-order-v3-taker-fees.ts index 7d5f015d..93dc3f32 100644 --- a/src/api/models/api-order-v3-taker-fees.ts +++ b/src/api/models/api-order-v3-taker-fees.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/api-order-v3.ts b/src/api/models/api-order-v3.ts index d287affe..f3e20b85 100644 --- a/src/api/models/api-order-v3.ts +++ b/src/api/models/api-order-v3.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/api-register-passport-user-request.ts b/src/api/models/api-register-passport-user-request.ts index ca7e86da..2cf0242d 100644 --- a/src/api/models/api-register-passport-user-request.ts +++ b/src/api/models/api-register-passport-user-request.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/api-sdkversion-check-response.ts b/src/api/models/api-sdkversion-check-response.ts index 2c845ff4..3fd16b0f 100644 --- a/src/api/models/api-sdkversion-check-response.ts +++ b/src/api/models/api-sdkversion-check-response.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/api-summarize-collections-response.ts b/src/api/models/api-summarize-collections-response.ts index aab820de..280ef82a 100644 --- a/src/api/models/api-summarize-collections-response.ts +++ b/src/api/models/api-summarize-collections-response.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -15,7 +15,7 @@ // May contain unused imports in some cases // @ts-ignore -import { ApiSummarizedCollection } from './api-summarized-collection'; +import { SummarizedCollection } from './summarized-collection'; /** * @@ -37,9 +37,9 @@ export interface ApiSummarizeCollectionsResponse { 'remaining': number; /** * Collections matching query parameters - * @type {Array} + * @type {Array} * @memberof ApiSummarizeCollectionsResponse */ - 'result': Array; + 'result': Array; } diff --git a/src/api/models/api-summarized-collection.ts b/src/api/models/api-summarized-collection.ts index d8425b1b..1ddc5a82 100644 --- a/src/api/models/api-summarized-collection.ts +++ b/src/api/models/api-summarized-collection.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/apierror.ts b/src/api/models/apierror.ts index 8eb54cc6..e35cf370 100644 --- a/src/api/models/apierror.ts +++ b/src/api/models/apierror.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/asset-collection.ts b/src/api/models/asset-collection.ts index a3f753db..2f3058c2 100644 --- a/src/api/models/asset-collection.ts +++ b/src/api/models/asset-collection.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/asset-orders.ts b/src/api/models/asset-orders.ts index 6e2f3487..4c8e2b1f 100644 --- a/src/api/models/asset-orders.ts +++ b/src/api/models/asset-orders.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/asset-properties-collection.ts b/src/api/models/asset-properties-collection.ts index 8c822f0f..95f564c9 100644 --- a/src/api/models/asset-properties-collection.ts +++ b/src/api/models/asset-properties-collection.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/asset-properties.ts b/src/api/models/asset-properties.ts index a2444faf..b13d8bd4 100644 --- a/src/api/models/asset-properties.ts +++ b/src/api/models/asset-properties.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/asset-with-orders-collection.ts b/src/api/models/asset-with-orders-collection.ts index 664a521c..b1085018 100644 --- a/src/api/models/asset-with-orders-collection.ts +++ b/src/api/models/asset-with-orders-collection.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/asset-with-orders-orders.ts b/src/api/models/asset-with-orders-orders.ts index e2dbeee9..98462532 100644 --- a/src/api/models/asset-with-orders-orders.ts +++ b/src/api/models/asset-with-orders-orders.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/asset-with-orders.ts b/src/api/models/asset-with-orders.ts index 00736bf0..f6a8949f 100644 --- a/src/api/models/asset-with-orders.ts +++ b/src/api/models/asset-with-orders.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/asset.ts b/src/api/models/asset.ts index 7576009d..f2c14194 100644 --- a/src/api/models/asset.ts +++ b/src/api/models/asset.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/balance.ts b/src/api/models/balance.ts index 2ada59ee..2aaccfa9 100644 --- a/src/api/models/balance.ts +++ b/src/api/models/balance.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/cancel-order-request.ts b/src/api/models/cancel-order-request.ts index 2069f027..0e59c80f 100644 --- a/src/api/models/cancel-order-request.ts +++ b/src/api/models/cancel-order-request.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/cancel-order-response.ts b/src/api/models/cancel-order-response.ts index 9210aeed..aeb92a8a 100644 --- a/src/api/models/cancel-order-response.ts +++ b/src/api/models/cancel-order-response.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/collection-collection.ts b/src/api/models/collection-collection.ts index 4c4f86a6..54ec1148 100644 --- a/src/api/models/collection-collection.ts +++ b/src/api/models/collection-collection.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/collection-details.ts b/src/api/models/collection-details.ts index 1e48134f..e7a52031 100644 --- a/src/api/models/collection-details.ts +++ b/src/api/models/collection-details.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/collection-filter-range.ts b/src/api/models/collection-filter-range.ts index 81fa1d6d..a983ffa3 100644 --- a/src/api/models/collection-filter-range.ts +++ b/src/api/models/collection-filter-range.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/collection-filter.ts b/src/api/models/collection-filter.ts index 8263dab2..54a8b2bc 100644 --- a/src/api/models/collection-filter.ts +++ b/src/api/models/collection-filter.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/collection.ts b/src/api/models/collection.ts index 7f7976e0..8678414d 100644 --- a/src/api/models/collection.ts +++ b/src/api/models/collection.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/contract-create-apirequest.ts b/src/api/models/contract-create-apirequest.ts index 6a8c73cd..999eb035 100644 --- a/src/api/models/contract-create-apirequest.ts +++ b/src/api/models/contract-create-apirequest.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/contract-create-response.ts b/src/api/models/contract-create-response.ts index a7af1dc4..a6fe674f 100644 --- a/src/api/models/contract-create-response.ts +++ b/src/api/models/contract-create-response.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/create-collection-request.ts b/src/api/models/create-collection-request.ts index fe11505e..007bbf8a 100644 --- a/src/api/models/create-collection-request.ts +++ b/src/api/models/create-collection-request.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/create-exchange-and-urlapirequest.ts b/src/api/models/create-exchange-and-urlapirequest.ts index ae171b34..f7fbcd97 100644 --- a/src/api/models/create-exchange-and-urlapirequest.ts +++ b/src/api/models/create-exchange-and-urlapirequest.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/create-metadata-refresh-request.ts b/src/api/models/create-metadata-refresh-request.ts index 0feeb328..ba966231 100644 --- a/src/api/models/create-metadata-refresh-request.ts +++ b/src/api/models/create-metadata-refresh-request.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/create-metadata-refresh-response.ts b/src/api/models/create-metadata-refresh-response.ts index 814fdae5..c10321ec 100644 --- a/src/api/models/create-metadata-refresh-response.ts +++ b/src/api/models/create-metadata-refresh-response.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/create-order-request-v3.ts b/src/api/models/create-order-request-v3.ts index a71479f1..861a16c2 100644 --- a/src/api/models/create-order-request-v3.ts +++ b/src/api/models/create-order-request-v3.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/create-order-request.ts b/src/api/models/create-order-request.ts index 40387eeb..edc201fd 100644 --- a/src/api/models/create-order-request.ts +++ b/src/api/models/create-order-request.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/create-order-response.ts b/src/api/models/create-order-response.ts index 129e96a7..7349a721 100644 --- a/src/api/models/create-order-response.ts +++ b/src/api/models/create-order-response.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/create-primary-sale-bad-request-body-all-of0.ts b/src/api/models/create-primary-sale-bad-request-body-all-of0.ts index 4a162200..6b17e1bd 100644 --- a/src/api/models/create-primary-sale-bad-request-body-all-of0.ts +++ b/src/api/models/create-primary-sale-bad-request-body-all-of0.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/create-primary-sale-bad-request-body-all-of1.ts b/src/api/models/create-primary-sale-bad-request-body-all-of1.ts index 45b94609..16510f03 100644 --- a/src/api/models/create-primary-sale-bad-request-body-all-of1.ts +++ b/src/api/models/create-primary-sale-bad-request-body-all-of1.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/create-primary-sale-bad-request-body.ts b/src/api/models/create-primary-sale-bad-request-body.ts index fd84ec40..ca75e677 100644 --- a/src/api/models/create-primary-sale-bad-request-body.ts +++ b/src/api/models/create-primary-sale-bad-request-body.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/create-primary-sale-created-body-result-fees-items.ts b/src/api/models/create-primary-sale-created-body-result-fees-items.ts index 5520402a..4fd4c010 100644 --- a/src/api/models/create-primary-sale-created-body-result-fees-items.ts +++ b/src/api/models/create-primary-sale-created-body-result-fees-items.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/create-primary-sale-created-body-result.ts b/src/api/models/create-primary-sale-created-body-result.ts index 3ab8b519..9ec8f263 100644 --- a/src/api/models/create-primary-sale-created-body-result.ts +++ b/src/api/models/create-primary-sale-created-body-result.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/create-primary-sale-created-body.ts b/src/api/models/create-primary-sale-created-body.ts index 6620fcad..03b23d1c 100644 --- a/src/api/models/create-primary-sale-created-body.ts +++ b/src/api/models/create-primary-sale-created-body.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/create-primary-sale-forbidden-body-all-of0.ts b/src/api/models/create-primary-sale-forbidden-body-all-of0.ts index b7ed5382..7d51c80b 100644 --- a/src/api/models/create-primary-sale-forbidden-body-all-of0.ts +++ b/src/api/models/create-primary-sale-forbidden-body-all-of0.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/create-primary-sale-forbidden-body-all-of1.ts b/src/api/models/create-primary-sale-forbidden-body-all-of1.ts index ff2a178a..a5bb0061 100644 --- a/src/api/models/create-primary-sale-forbidden-body-all-of1.ts +++ b/src/api/models/create-primary-sale-forbidden-body-all-of1.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/create-primary-sale-forbidden-body.ts b/src/api/models/create-primary-sale-forbidden-body.ts index a4f20368..d41bc1c4 100644 --- a/src/api/models/create-primary-sale-forbidden-body.ts +++ b/src/api/models/create-primary-sale-forbidden-body.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/create-primary-sale-internal-server-error-body-all-of0.ts b/src/api/models/create-primary-sale-internal-server-error-body-all-of0.ts index 58459f82..cfb5981c 100644 --- a/src/api/models/create-primary-sale-internal-server-error-body-all-of0.ts +++ b/src/api/models/create-primary-sale-internal-server-error-body-all-of0.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/create-primary-sale-internal-server-error-body-all-of1.ts b/src/api/models/create-primary-sale-internal-server-error-body-all-of1.ts index ff39ea74..99fa5a1a 100644 --- a/src/api/models/create-primary-sale-internal-server-error-body-all-of1.ts +++ b/src/api/models/create-primary-sale-internal-server-error-body-all-of1.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/create-primary-sale-internal-server-error-body.ts b/src/api/models/create-primary-sale-internal-server-error-body.ts index 018d4227..cecafcb5 100644 --- a/src/api/models/create-primary-sale-internal-server-error-body.ts +++ b/src/api/models/create-primary-sale-internal-server-error-body.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/create-primary-sale-not-found-body-all-of0.ts b/src/api/models/create-primary-sale-not-found-body-all-of0.ts index 6bb472cd..ac865e7d 100644 --- a/src/api/models/create-primary-sale-not-found-body-all-of0.ts +++ b/src/api/models/create-primary-sale-not-found-body-all-of0.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/create-primary-sale-not-found-body-all-of1.ts b/src/api/models/create-primary-sale-not-found-body-all-of1.ts index 7495650f..289e4101 100644 --- a/src/api/models/create-primary-sale-not-found-body-all-of1.ts +++ b/src/api/models/create-primary-sale-not-found-body-all-of1.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/create-primary-sale-not-found-body.ts b/src/api/models/create-primary-sale-not-found-body.ts index 6788e92e..fe16f5d4 100644 --- a/src/api/models/create-primary-sale-not-found-body.ts +++ b/src/api/models/create-primary-sale-not-found-body.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/create-primary-sale-not-implemented-body-all-of0.ts b/src/api/models/create-primary-sale-not-implemented-body-all-of0.ts index 891d25c6..12b4210b 100644 --- a/src/api/models/create-primary-sale-not-implemented-body-all-of0.ts +++ b/src/api/models/create-primary-sale-not-implemented-body-all-of0.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/create-primary-sale-not-implemented-body-all-of1.ts b/src/api/models/create-primary-sale-not-implemented-body-all-of1.ts index 61f73814..9bd27661 100644 --- a/src/api/models/create-primary-sale-not-implemented-body-all-of1.ts +++ b/src/api/models/create-primary-sale-not-implemented-body-all-of1.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/create-primary-sale-not-implemented-body.ts b/src/api/models/create-primary-sale-not-implemented-body.ts index ab867544..e467faf5 100644 --- a/src/api/models/create-primary-sale-not-implemented-body.ts +++ b/src/api/models/create-primary-sale-not-implemented-body.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/create-primary-sale-params-body-fees-items.ts b/src/api/models/create-primary-sale-params-body-fees-items.ts index 75f2c4b8..c020ae05 100644 --- a/src/api/models/create-primary-sale-params-body-fees-items.ts +++ b/src/api/models/create-primary-sale-params-body-fees-items.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/create-primary-sale-params-body.ts b/src/api/models/create-primary-sale-params-body.ts index 28f0c31b..6156de83 100644 --- a/src/api/models/create-primary-sale-params-body.ts +++ b/src/api/models/create-primary-sale-params-body.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/create-primary-sale-unauthorized-body-all-of0.ts b/src/api/models/create-primary-sale-unauthorized-body-all-of0.ts index 5f43e433..1cd1550f 100644 --- a/src/api/models/create-primary-sale-unauthorized-body-all-of0.ts +++ b/src/api/models/create-primary-sale-unauthorized-body-all-of0.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/create-primary-sale-unauthorized-body-all-of1.ts b/src/api/models/create-primary-sale-unauthorized-body-all-of1.ts index 165f7f3c..98b9d371 100644 --- a/src/api/models/create-primary-sale-unauthorized-body-all-of1.ts +++ b/src/api/models/create-primary-sale-unauthorized-body-all-of1.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/create-primary-sale-unauthorized-body.ts b/src/api/models/create-primary-sale-unauthorized-body.ts index 18f97df8..0ae6b1cc 100644 --- a/src/api/models/create-primary-sale-unauthorized-body.ts +++ b/src/api/models/create-primary-sale-unauthorized-body.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/engine-register-user-result.ts b/src/api/models/create-project-apikey-response.ts similarity index 64% rename from src/api/models/engine-register-user-result.ts rename to src/api/models/create-project-apikey-response.ts index 3db3325a..1a2a2006 100644 --- a/src/api/models/engine-register-user-result.ts +++ b/src/api/models/create-project-apikey-response.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,14 +17,14 @@ /** * * @export - * @interface EngineRegisterUserResult + * @interface CreateProjectAPIKeyResponse */ -export interface EngineRegisterUserResult { +export interface CreateProjectAPIKeyResponse { /** * * @type {string} - * @memberof EngineRegisterUserResult + * @memberof CreateProjectAPIKeyResponse */ - 'tx_hash'?: string; + 'key': string; } diff --git a/src/api/models/create-project-group-request.ts b/src/api/models/create-project-group-request.ts index ea5ed879..e9b2678d 100644 --- a/src/api/models/create-project-group-request.ts +++ b/src/api/models/create-project-group-request.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/create-project-request.ts b/src/api/models/create-project-request.ts index 13c9158b..280f91da 100644 --- a/src/api/models/create-project-request.ts +++ b/src/api/models/create-project-request.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/create-project-response.ts b/src/api/models/create-project-response.ts index 66ff78bb..e86f70f9 100644 --- a/src/api/models/create-project-response.ts +++ b/src/api/models/create-project-response.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,10 +21,16 @@ */ export interface CreateProjectResponse { /** - * The project group ID + * The environment ID * @type {string} * @memberof CreateProjectResponse */ - 'id': string; + 'environment_id': string; + /** + * The project ID + * @type {number} + * @memberof CreateProjectResponse + */ + 'id': number; } diff --git a/src/api/models/create-trade-request-v1-fee-info.ts b/src/api/models/create-trade-request-v1-fee-info.ts index 60645766..bf26a928 100644 --- a/src/api/models/create-trade-request-v1-fee-info.ts +++ b/src/api/models/create-trade-request-v1-fee-info.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/create-trade-request-v1.ts b/src/api/models/create-trade-request-v1.ts index 9bd8b822..501e91b3 100644 --- a/src/api/models/create-trade-request-v1.ts +++ b/src/api/models/create-trade-request-v1.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/create-trade-response.ts b/src/api/models/create-trade-response.ts index 4eb6dd2a..9b21aa4f 100644 --- a/src/api/models/create-trade-response.ts +++ b/src/api/models/create-trade-response.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/create-transfer-request-v1.ts b/src/api/models/create-transfer-request-v1.ts index 55903ad0..8dd64c75 100644 --- a/src/api/models/create-transfer-request-v1.ts +++ b/src/api/models/create-transfer-request-v1.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/create-transfer-request.ts b/src/api/models/create-transfer-request.ts index d91e59cf..52844f12 100644 --- a/src/api/models/create-transfer-request.ts +++ b/src/api/models/create-transfer-request.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/create-transfer-response-v1.ts b/src/api/models/create-transfer-response-v1.ts index 23b77bbf..0f824a15 100644 --- a/src/api/models/create-transfer-response-v1.ts +++ b/src/api/models/create-transfer-response-v1.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/create-transfer-response-v2.ts b/src/api/models/create-transfer-response-v2.ts index 2bbb7c7a..8f205381 100644 --- a/src/api/models/create-transfer-response-v2.ts +++ b/src/api/models/create-transfer-response-v2.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/create-transfer-response.ts b/src/api/models/create-transfer-response.ts index 777f3d9f..204259bd 100644 --- a/src/api/models/create-transfer-response.ts +++ b/src/api/models/create-transfer-response.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/create-withdrawal-request-v2.ts b/src/api/models/create-withdrawal-request-v2.ts index f75329f2..4629bbb4 100644 --- a/src/api/models/create-withdrawal-request-v2.ts +++ b/src/api/models/create-withdrawal-request-v2.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/create-withdrawal-request.ts b/src/api/models/create-withdrawal-request.ts index b3905409..207d7a5c 100644 --- a/src/api/models/create-withdrawal-request.ts +++ b/src/api/models/create-withdrawal-request.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/create-withdrawal-response.ts b/src/api/models/create-withdrawal-response.ts index 16db1abb..98188567 100644 --- a/src/api/models/create-withdrawal-response.ts +++ b/src/api/models/create-withdrawal-response.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/currency-with-limits.ts b/src/api/models/currency-with-limits.ts index ceeec034..61bd87b2 100644 --- a/src/api/models/currency-with-limits.ts +++ b/src/api/models/currency-with-limits.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/deposit-token.ts b/src/api/models/deposit-token.ts index 10afc434..8aef791b 100644 --- a/src/api/models/deposit-token.ts +++ b/src/api/models/deposit-token.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/deposit.ts b/src/api/models/deposit.ts index 7c3ca1bc..b973a5a1 100644 --- a/src/api/models/deposit.ts +++ b/src/api/models/deposit.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/encode-asset-request-token-data.ts b/src/api/models/encode-asset-request-token-data.ts index f88ed98e..b39b5428 100644 --- a/src/api/models/encode-asset-request-token-data.ts +++ b/src/api/models/encode-asset-request-token-data.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/encode-asset-request-token.ts b/src/api/models/encode-asset-request-token.ts index 3e62c323..a3e3da43 100644 --- a/src/api/models/encode-asset-request-token.ts +++ b/src/api/models/encode-asset-request-token.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/encode-asset-request.ts b/src/api/models/encode-asset-request.ts index 8a71f5b4..eb83003a 100644 --- a/src/api/models/encode-asset-request.ts +++ b/src/api/models/encode-asset-request.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/encode-asset-response.ts b/src/api/models/encode-asset-response.ts index 5a1c5f0f..b8414f85 100644 --- a/src/api/models/encode-asset-response.ts +++ b/src/api/models/encode-asset-response.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/encode-asset-token-data.ts b/src/api/models/encode-asset-token-data.ts index 27835a27..c9185483 100644 --- a/src/api/models/encode-asset-token-data.ts +++ b/src/api/models/encode-asset-token-data.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/exchange-create-exchange-and-urlresponse.ts b/src/api/models/exchange-create-exchange-and-urlresponse.ts index 8438a9d7..7a3a37fc 100644 --- a/src/api/models/exchange-create-exchange-and-urlresponse.ts +++ b/src/api/models/exchange-create-exchange-and-urlresponse.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/exchange.ts b/src/api/models/exchange.ts index 98dad251..93f331dc 100644 --- a/src/api/models/exchange.ts +++ b/src/api/models/exchange.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/experimental-create-primary-sale-bad-request-body-all-of0.ts b/src/api/models/experimental-create-primary-sale-bad-request-body-all-of0.ts index c5abff1c..f2f01141 100644 --- a/src/api/models/experimental-create-primary-sale-bad-request-body-all-of0.ts +++ b/src/api/models/experimental-create-primary-sale-bad-request-body-all-of0.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/experimental-create-primary-sale-bad-request-body-all-of1.ts b/src/api/models/experimental-create-primary-sale-bad-request-body-all-of1.ts index bd8d0245..87f35d94 100644 --- a/src/api/models/experimental-create-primary-sale-bad-request-body-all-of1.ts +++ b/src/api/models/experimental-create-primary-sale-bad-request-body-all-of1.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/experimental-create-primary-sale-bad-request-body.ts b/src/api/models/experimental-create-primary-sale-bad-request-body.ts index 3ca09995..f10eec17 100644 --- a/src/api/models/experimental-create-primary-sale-bad-request-body.ts +++ b/src/api/models/experimental-create-primary-sale-bad-request-body.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/experimental-create-primary-sale-created-body-result-fees-items.ts b/src/api/models/experimental-create-primary-sale-created-body-result-fees-items.ts index 178ffecb..4cf0f73b 100644 --- a/src/api/models/experimental-create-primary-sale-created-body-result-fees-items.ts +++ b/src/api/models/experimental-create-primary-sale-created-body-result-fees-items.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/experimental-create-primary-sale-created-body-result.ts b/src/api/models/experimental-create-primary-sale-created-body-result.ts index 1f0c1185..39ee0f0e 100644 --- a/src/api/models/experimental-create-primary-sale-created-body-result.ts +++ b/src/api/models/experimental-create-primary-sale-created-body-result.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/experimental-create-primary-sale-created-body.ts b/src/api/models/experimental-create-primary-sale-created-body.ts index c65bb420..a568d964 100644 --- a/src/api/models/experimental-create-primary-sale-created-body.ts +++ b/src/api/models/experimental-create-primary-sale-created-body.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/experimental-create-primary-sale-forbidden-body-all-of0.ts b/src/api/models/experimental-create-primary-sale-forbidden-body-all-of0.ts index e4abda14..321b9613 100644 --- a/src/api/models/experimental-create-primary-sale-forbidden-body-all-of0.ts +++ b/src/api/models/experimental-create-primary-sale-forbidden-body-all-of0.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/experimental-create-primary-sale-forbidden-body-all-of1.ts b/src/api/models/experimental-create-primary-sale-forbidden-body-all-of1.ts index 1cbf9f13..9eae9ec0 100644 --- a/src/api/models/experimental-create-primary-sale-forbidden-body-all-of1.ts +++ b/src/api/models/experimental-create-primary-sale-forbidden-body-all-of1.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/experimental-create-primary-sale-forbidden-body.ts b/src/api/models/experimental-create-primary-sale-forbidden-body.ts index c3e8aa77..0529f955 100644 --- a/src/api/models/experimental-create-primary-sale-forbidden-body.ts +++ b/src/api/models/experimental-create-primary-sale-forbidden-body.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/experimental-create-primary-sale-internal-server-error-body-all-of0.ts b/src/api/models/experimental-create-primary-sale-internal-server-error-body-all-of0.ts index 114dcf20..1aaa370c 100644 --- a/src/api/models/experimental-create-primary-sale-internal-server-error-body-all-of0.ts +++ b/src/api/models/experimental-create-primary-sale-internal-server-error-body-all-of0.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/experimental-create-primary-sale-internal-server-error-body-all-of1.ts b/src/api/models/experimental-create-primary-sale-internal-server-error-body-all-of1.ts index eae92791..da349703 100644 --- a/src/api/models/experimental-create-primary-sale-internal-server-error-body-all-of1.ts +++ b/src/api/models/experimental-create-primary-sale-internal-server-error-body-all-of1.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/experimental-create-primary-sale-internal-server-error-body.ts b/src/api/models/experimental-create-primary-sale-internal-server-error-body.ts index cbf6aac4..305663ae 100644 --- a/src/api/models/experimental-create-primary-sale-internal-server-error-body.ts +++ b/src/api/models/experimental-create-primary-sale-internal-server-error-body.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/experimental-create-primary-sale-not-found-body-all-of0.ts b/src/api/models/experimental-create-primary-sale-not-found-body-all-of0.ts index ca0359e3..461336a8 100644 --- a/src/api/models/experimental-create-primary-sale-not-found-body-all-of0.ts +++ b/src/api/models/experimental-create-primary-sale-not-found-body-all-of0.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/experimental-create-primary-sale-not-found-body-all-of1.ts b/src/api/models/experimental-create-primary-sale-not-found-body-all-of1.ts index 80325fa2..f01edc28 100644 --- a/src/api/models/experimental-create-primary-sale-not-found-body-all-of1.ts +++ b/src/api/models/experimental-create-primary-sale-not-found-body-all-of1.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/experimental-create-primary-sale-not-found-body.ts b/src/api/models/experimental-create-primary-sale-not-found-body.ts index f2ca434c..fe5c4ae0 100644 --- a/src/api/models/experimental-create-primary-sale-not-found-body.ts +++ b/src/api/models/experimental-create-primary-sale-not-found-body.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/experimental-create-primary-sale-not-implemented-body-all-of0.ts b/src/api/models/experimental-create-primary-sale-not-implemented-body-all-of0.ts index 980292b9..2777a966 100644 --- a/src/api/models/experimental-create-primary-sale-not-implemented-body-all-of0.ts +++ b/src/api/models/experimental-create-primary-sale-not-implemented-body-all-of0.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/experimental-create-primary-sale-not-implemented-body-all-of1.ts b/src/api/models/experimental-create-primary-sale-not-implemented-body-all-of1.ts index bc0a45e5..7eda5252 100644 --- a/src/api/models/experimental-create-primary-sale-not-implemented-body-all-of1.ts +++ b/src/api/models/experimental-create-primary-sale-not-implemented-body-all-of1.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/experimental-create-primary-sale-not-implemented-body.ts b/src/api/models/experimental-create-primary-sale-not-implemented-body.ts index 4b03f814..e8bfcb3e 100644 --- a/src/api/models/experimental-create-primary-sale-not-implemented-body.ts +++ b/src/api/models/experimental-create-primary-sale-not-implemented-body.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/experimental-create-primary-sale-params-body-fees-items.ts b/src/api/models/experimental-create-primary-sale-params-body-fees-items.ts index 27a3a969..3a87c732 100644 --- a/src/api/models/experimental-create-primary-sale-params-body-fees-items.ts +++ b/src/api/models/experimental-create-primary-sale-params-body-fees-items.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/experimental-create-primary-sale-params-body.ts b/src/api/models/experimental-create-primary-sale-params-body.ts index 78455095..5f67c19e 100644 --- a/src/api/models/experimental-create-primary-sale-params-body.ts +++ b/src/api/models/experimental-create-primary-sale-params-body.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/experimental-create-primary-sale-unauthorized-body-all-of0.ts b/src/api/models/experimental-create-primary-sale-unauthorized-body-all-of0.ts index d6873682..833c4a26 100644 --- a/src/api/models/experimental-create-primary-sale-unauthorized-body-all-of0.ts +++ b/src/api/models/experimental-create-primary-sale-unauthorized-body-all-of0.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/experimental-create-primary-sale-unauthorized-body-all-of1.ts b/src/api/models/experimental-create-primary-sale-unauthorized-body-all-of1.ts index 163d7e73..bf402942 100644 --- a/src/api/models/experimental-create-primary-sale-unauthorized-body-all-of1.ts +++ b/src/api/models/experimental-create-primary-sale-unauthorized-body-all-of1.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/experimental-create-primary-sale-unauthorized-body.ts b/src/api/models/experimental-create-primary-sale-unauthorized-body.ts index 87829dc9..edb1b970 100644 --- a/src/api/models/experimental-create-primary-sale-unauthorized-body.ts +++ b/src/api/models/experimental-create-primary-sale-unauthorized-body.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/experimental-get-primary-sale-bad-request-body-all-of0.ts b/src/api/models/experimental-get-primary-sale-bad-request-body-all-of0.ts index a89e3300..4211290d 100644 --- a/src/api/models/experimental-get-primary-sale-bad-request-body-all-of0.ts +++ b/src/api/models/experimental-get-primary-sale-bad-request-body-all-of0.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/experimental-get-primary-sale-bad-request-body-all-of1.ts b/src/api/models/experimental-get-primary-sale-bad-request-body-all-of1.ts index 7cde590f..9dc7b2d8 100644 --- a/src/api/models/experimental-get-primary-sale-bad-request-body-all-of1.ts +++ b/src/api/models/experimental-get-primary-sale-bad-request-body-all-of1.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/experimental-get-primary-sale-bad-request-body.ts b/src/api/models/experimental-get-primary-sale-bad-request-body.ts index d4112306..65b970c2 100644 --- a/src/api/models/experimental-get-primary-sale-bad-request-body.ts +++ b/src/api/models/experimental-get-primary-sale-bad-request-body.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/experimental-get-primary-sale-internal-server-error-body-all-of0.ts b/src/api/models/experimental-get-primary-sale-internal-server-error-body-all-of0.ts index da747714..9eb07967 100644 --- a/src/api/models/experimental-get-primary-sale-internal-server-error-body-all-of0.ts +++ b/src/api/models/experimental-get-primary-sale-internal-server-error-body-all-of0.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/experimental-get-primary-sale-internal-server-error-body-all-of1.ts b/src/api/models/experimental-get-primary-sale-internal-server-error-body-all-of1.ts index 506de360..59990195 100644 --- a/src/api/models/experimental-get-primary-sale-internal-server-error-body-all-of1.ts +++ b/src/api/models/experimental-get-primary-sale-internal-server-error-body-all-of1.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/experimental-get-primary-sale-internal-server-error-body.ts b/src/api/models/experimental-get-primary-sale-internal-server-error-body.ts index f737a2a1..1239f306 100644 --- a/src/api/models/experimental-get-primary-sale-internal-server-error-body.ts +++ b/src/api/models/experimental-get-primary-sale-internal-server-error-body.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/experimental-get-primary-sale-not-found-body-all-of0.ts b/src/api/models/experimental-get-primary-sale-not-found-body-all-of0.ts index 594abe45..6f5eeb4a 100644 --- a/src/api/models/experimental-get-primary-sale-not-found-body-all-of0.ts +++ b/src/api/models/experimental-get-primary-sale-not-found-body-all-of0.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/experimental-get-primary-sale-not-found-body-all-of1.ts b/src/api/models/experimental-get-primary-sale-not-found-body-all-of1.ts index 18b2e413..e198eb7a 100644 --- a/src/api/models/experimental-get-primary-sale-not-found-body-all-of1.ts +++ b/src/api/models/experimental-get-primary-sale-not-found-body-all-of1.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/experimental-get-primary-sale-not-found-body.ts b/src/api/models/experimental-get-primary-sale-not-found-body.ts index 251e0a13..8839a71d 100644 --- a/src/api/models/experimental-get-primary-sale-not-found-body.ts +++ b/src/api/models/experimental-get-primary-sale-not-found-body.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/experimental-get-primary-sale-not-implemented-body-all-of0.ts b/src/api/models/experimental-get-primary-sale-not-implemented-body-all-of0.ts index d3204af0..11d82bc0 100644 --- a/src/api/models/experimental-get-primary-sale-not-implemented-body-all-of0.ts +++ b/src/api/models/experimental-get-primary-sale-not-implemented-body-all-of0.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/experimental-get-primary-sale-not-implemented-body-all-of1.ts b/src/api/models/experimental-get-primary-sale-not-implemented-body-all-of1.ts index a4dda441..3b59ca0c 100644 --- a/src/api/models/experimental-get-primary-sale-not-implemented-body-all-of1.ts +++ b/src/api/models/experimental-get-primary-sale-not-implemented-body-all-of1.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/experimental-get-primary-sale-not-implemented-body.ts b/src/api/models/experimental-get-primary-sale-not-implemented-body.ts index 7210a97f..d1c0cc98 100644 --- a/src/api/models/experimental-get-primary-sale-not-implemented-body.ts +++ b/src/api/models/experimental-get-primary-sale-not-implemented-body.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/experimental-get-primary-sale-okbody-result-fees-items.ts b/src/api/models/experimental-get-primary-sale-okbody-result-fees-items.ts index a7bd6160..941ba089 100644 --- a/src/api/models/experimental-get-primary-sale-okbody-result-fees-items.ts +++ b/src/api/models/experimental-get-primary-sale-okbody-result-fees-items.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/experimental-get-primary-sale-okbody-result.ts b/src/api/models/experimental-get-primary-sale-okbody-result.ts index 91e97f2b..f4516788 100644 --- a/src/api/models/experimental-get-primary-sale-okbody-result.ts +++ b/src/api/models/experimental-get-primary-sale-okbody-result.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/experimental-get-primary-sale-okbody.ts b/src/api/models/experimental-get-primary-sale-okbody.ts index b1bc2c36..27580a39 100644 --- a/src/api/models/experimental-get-primary-sale-okbody.ts +++ b/src/api/models/experimental-get-primary-sale-okbody.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/fee-data.ts b/src/api/models/fee-data.ts index 77d4fdb0..47c9deee 100644 --- a/src/api/models/fee-data.ts +++ b/src/api/models/fee-data.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/fee-entry.ts b/src/api/models/fee-entry.ts index 29a5d99f..754b1006 100644 --- a/src/api/models/fee-entry.ts +++ b/src/api/models/fee-entry.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/fee-info.ts b/src/api/models/fee-info.ts index d5709fdd..bafa25a5 100644 --- a/src/api/models/fee-info.ts +++ b/src/api/models/fee-info.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/fee-token-data.ts b/src/api/models/fee-token-data.ts index d5989cdb..09393b96 100644 --- a/src/api/models/fee-token-data.ts +++ b/src/api/models/fee-token-data.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/fee-token.ts b/src/api/models/fee-token.ts index 9a7cd7f8..4ad2df01 100644 --- a/src/api/models/fee-token.ts +++ b/src/api/models/fee-token.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/fee.ts b/src/api/models/fee.ts index 81d3876a..bc08738e 100644 --- a/src/api/models/fee.ts +++ b/src/api/models/fee.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/get-metadata-refresh-errors-response.ts b/src/api/models/get-metadata-refresh-errors-response.ts index 414ba946..0424ad9e 100644 --- a/src/api/models/get-metadata-refresh-errors-response.ts +++ b/src/api/models/get-metadata-refresh-errors-response.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/get-metadata-refresh-response.ts b/src/api/models/get-metadata-refresh-response.ts index 869e3334..6a0922c2 100644 --- a/src/api/models/get-metadata-refresh-response.ts +++ b/src/api/models/get-metadata-refresh-response.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/get-metadata-refreshes.ts b/src/api/models/get-metadata-refreshes.ts index 4d9ea0ec..c691f787 100644 --- a/src/api/models/get-metadata-refreshes.ts +++ b/src/api/models/get-metadata-refreshes.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/get-primary-sale-bad-request-body-all-of0.ts b/src/api/models/get-primary-sale-bad-request-body-all-of0.ts index 6e690d6d..0d75b60c 100644 --- a/src/api/models/get-primary-sale-bad-request-body-all-of0.ts +++ b/src/api/models/get-primary-sale-bad-request-body-all-of0.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/get-primary-sale-bad-request-body-all-of1.ts b/src/api/models/get-primary-sale-bad-request-body-all-of1.ts index 7e95691f..927ba2ee 100644 --- a/src/api/models/get-primary-sale-bad-request-body-all-of1.ts +++ b/src/api/models/get-primary-sale-bad-request-body-all-of1.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/get-primary-sale-bad-request-body.ts b/src/api/models/get-primary-sale-bad-request-body.ts index 3db7008f..1bb32b15 100644 --- a/src/api/models/get-primary-sale-bad-request-body.ts +++ b/src/api/models/get-primary-sale-bad-request-body.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/get-primary-sale-internal-server-error-body-all-of0.ts b/src/api/models/get-primary-sale-internal-server-error-body-all-of0.ts index d122ec21..eb083b6e 100644 --- a/src/api/models/get-primary-sale-internal-server-error-body-all-of0.ts +++ b/src/api/models/get-primary-sale-internal-server-error-body-all-of0.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/get-primary-sale-internal-server-error-body-all-of1.ts b/src/api/models/get-primary-sale-internal-server-error-body-all-of1.ts index 69c148b1..92a3cc3f 100644 --- a/src/api/models/get-primary-sale-internal-server-error-body-all-of1.ts +++ b/src/api/models/get-primary-sale-internal-server-error-body-all-of1.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/get-primary-sale-internal-server-error-body.ts b/src/api/models/get-primary-sale-internal-server-error-body.ts index e4c46cba..1c1f7a73 100644 --- a/src/api/models/get-primary-sale-internal-server-error-body.ts +++ b/src/api/models/get-primary-sale-internal-server-error-body.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/get-primary-sale-not-found-body-all-of0.ts b/src/api/models/get-primary-sale-not-found-body-all-of0.ts index a9f690ad..2c5b8f61 100644 --- a/src/api/models/get-primary-sale-not-found-body-all-of0.ts +++ b/src/api/models/get-primary-sale-not-found-body-all-of0.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/get-primary-sale-not-found-body-all-of1.ts b/src/api/models/get-primary-sale-not-found-body-all-of1.ts index 78d874ec..397fbc64 100644 --- a/src/api/models/get-primary-sale-not-found-body-all-of1.ts +++ b/src/api/models/get-primary-sale-not-found-body-all-of1.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/get-primary-sale-not-found-body.ts b/src/api/models/get-primary-sale-not-found-body.ts index 3f2e496e..f704037e 100644 --- a/src/api/models/get-primary-sale-not-found-body.ts +++ b/src/api/models/get-primary-sale-not-found-body.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/get-primary-sale-not-implemented-body-all-of0.ts b/src/api/models/get-primary-sale-not-implemented-body-all-of0.ts index cd7013ef..09173aa7 100644 --- a/src/api/models/get-primary-sale-not-implemented-body-all-of0.ts +++ b/src/api/models/get-primary-sale-not-implemented-body-all-of0.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/get-primary-sale-not-implemented-body-all-of1.ts b/src/api/models/get-primary-sale-not-implemented-body-all-of1.ts index 9ba4a54a..30731aef 100644 --- a/src/api/models/get-primary-sale-not-implemented-body-all-of1.ts +++ b/src/api/models/get-primary-sale-not-implemented-body-all-of1.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/get-primary-sale-not-implemented-body.ts b/src/api/models/get-primary-sale-not-implemented-body.ts index 274e730f..96fc12d1 100644 --- a/src/api/models/get-primary-sale-not-implemented-body.ts +++ b/src/api/models/get-primary-sale-not-implemented-body.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/get-primary-sale-okbody-result-fees-items.ts b/src/api/models/get-primary-sale-okbody-result-fees-items.ts index 6dbe1a0b..d3b167d6 100644 --- a/src/api/models/get-primary-sale-okbody-result-fees-items.ts +++ b/src/api/models/get-primary-sale-okbody-result-fees-items.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/get-primary-sale-okbody-result.ts b/src/api/models/get-primary-sale-okbody-result.ts index c48558db..ef61c30d 100644 --- a/src/api/models/get-primary-sale-okbody-result.ts +++ b/src/api/models/get-primary-sale-okbody-result.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/get-primary-sale-okbody.ts b/src/api/models/get-primary-sale-okbody.ts index a1c3b839..7444f245 100644 --- a/src/api/models/get-primary-sale-okbody.ts +++ b/src/api/models/get-primary-sale-okbody.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/get-projects-response.ts b/src/api/models/get-projects-response.ts index deb33148..b75d3174 100644 --- a/src/api/models/get-projects-response.ts +++ b/src/api/models/get-projects-response.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/get-signable-cancel-order-request.ts b/src/api/models/get-signable-cancel-order-request.ts index b3f66e92..588543a1 100644 --- a/src/api/models/get-signable-cancel-order-request.ts +++ b/src/api/models/get-signable-cancel-order-request.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/get-signable-cancel-order-response.ts b/src/api/models/get-signable-cancel-order-response.ts index 31f6a84d..27f500c5 100644 --- a/src/api/models/get-signable-cancel-order-response.ts +++ b/src/api/models/get-signable-cancel-order-response.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/get-signable-deposit-request-token.ts b/src/api/models/get-signable-deposit-request-token.ts index ca97d7ab..97ee1a3d 100644 --- a/src/api/models/get-signable-deposit-request-token.ts +++ b/src/api/models/get-signable-deposit-request-token.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/get-signable-deposit-request.ts b/src/api/models/get-signable-deposit-request.ts index cf090051..23450e8f 100644 --- a/src/api/models/get-signable-deposit-request.ts +++ b/src/api/models/get-signable-deposit-request.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/get-signable-deposit-response.ts b/src/api/models/get-signable-deposit-response.ts index b7c95f32..390713ca 100644 --- a/src/api/models/get-signable-deposit-response.ts +++ b/src/api/models/get-signable-deposit-response.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/get-signable-order-request-token-buy.ts b/src/api/models/get-signable-order-request-token-buy.ts index 10a73bce..e04a5fe0 100644 --- a/src/api/models/get-signable-order-request-token-buy.ts +++ b/src/api/models/get-signable-order-request-token-buy.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/get-signable-order-request-token-sell.ts b/src/api/models/get-signable-order-request-token-sell.ts index f5379322..438425f6 100644 --- a/src/api/models/get-signable-order-request-token-sell.ts +++ b/src/api/models/get-signable-order-request-token-sell.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/get-signable-order-request-v3-token-buy.ts b/src/api/models/get-signable-order-request-v3-token-buy.ts index d6b6c821..9e903475 100644 --- a/src/api/models/get-signable-order-request-v3-token-buy.ts +++ b/src/api/models/get-signable-order-request-v3-token-buy.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/get-signable-order-request-v3-token-sell.ts b/src/api/models/get-signable-order-request-v3-token-sell.ts index ac067ff2..129172a5 100644 --- a/src/api/models/get-signable-order-request-v3-token-sell.ts +++ b/src/api/models/get-signable-order-request-v3-token-sell.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/get-signable-order-request-v3.ts b/src/api/models/get-signable-order-request-v3.ts index 799a19ee..6edb23cb 100644 --- a/src/api/models/get-signable-order-request-v3.ts +++ b/src/api/models/get-signable-order-request-v3.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/get-signable-order-request.ts b/src/api/models/get-signable-order-request.ts index 4fa09efa..a060f3e4 100644 --- a/src/api/models/get-signable-order-request.ts +++ b/src/api/models/get-signable-order-request.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/get-signable-order-response-fee-info.ts b/src/api/models/get-signable-order-response-fee-info.ts index cc3714b7..f94aa5cd 100644 --- a/src/api/models/get-signable-order-response-fee-info.ts +++ b/src/api/models/get-signable-order-response-fee-info.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/get-signable-order-response.ts b/src/api/models/get-signable-order-response.ts index ad3f2100..e1961fc5 100644 --- a/src/api/models/get-signable-order-response.ts +++ b/src/api/models/get-signable-order-response.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/get-signable-registration-offchain-response.ts b/src/api/models/get-signable-registration-offchain-response.ts index 31e7cb01..1400793c 100644 --- a/src/api/models/get-signable-registration-offchain-response.ts +++ b/src/api/models/get-signable-registration-offchain-response.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/get-signable-registration-request.ts b/src/api/models/get-signable-registration-request.ts index 78979a9d..de084843 100644 --- a/src/api/models/get-signable-registration-request.ts +++ b/src/api/models/get-signable-registration-request.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/get-signable-registration-response.ts b/src/api/models/get-signable-registration-response.ts index d454939c..a087a5f6 100644 --- a/src/api/models/get-signable-registration-response.ts +++ b/src/api/models/get-signable-registration-response.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/get-signable-trade-request.ts b/src/api/models/get-signable-trade-request.ts index a431406f..ac140dbc 100644 --- a/src/api/models/get-signable-trade-request.ts +++ b/src/api/models/get-signable-trade-request.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/get-signable-trade-response-fee-info.ts b/src/api/models/get-signable-trade-response-fee-info.ts index da6ddd8b..570f13f9 100644 --- a/src/api/models/get-signable-trade-response-fee-info.ts +++ b/src/api/models/get-signable-trade-response-fee-info.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/get-signable-trade-response-result.ts b/src/api/models/get-signable-trade-response-result.ts index 0462e912..006c5c9c 100644 --- a/src/api/models/get-signable-trade-response-result.ts +++ b/src/api/models/get-signable-trade-response-result.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/get-signable-trade-response.ts b/src/api/models/get-signable-trade-response.ts index b336eded..868f16fe 100644 --- a/src/api/models/get-signable-trade-response.ts +++ b/src/api/models/get-signable-trade-response.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/get-signable-trade-result-fee-info.ts b/src/api/models/get-signable-trade-result-fee-info.ts index 5e986c14..de478e43 100644 --- a/src/api/models/get-signable-trade-result-fee-info.ts +++ b/src/api/models/get-signable-trade-result-fee-info.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/get-signable-trade-result.ts b/src/api/models/get-signable-trade-result.ts index 9a63fe87..c6270c74 100644 --- a/src/api/models/get-signable-trade-result.ts +++ b/src/api/models/get-signable-trade-result.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/get-signable-transfer-request-token.ts b/src/api/models/get-signable-transfer-request-token.ts index 8fe37209..31f36bee 100644 --- a/src/api/models/get-signable-transfer-request-token.ts +++ b/src/api/models/get-signable-transfer-request-token.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/get-signable-transfer-request-v1.ts b/src/api/models/get-signable-transfer-request-v1.ts index 6c4b426e..c97e0591 100644 --- a/src/api/models/get-signable-transfer-request-v1.ts +++ b/src/api/models/get-signable-transfer-request-v1.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/get-signable-transfer-request-v2.ts b/src/api/models/get-signable-transfer-request-v2.ts index 5caf8bbf..69b746a8 100644 --- a/src/api/models/get-signable-transfer-request-v2.ts +++ b/src/api/models/get-signable-transfer-request-v2.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/get-signable-transfer-request.ts b/src/api/models/get-signable-transfer-request.ts index a341d2a2..ff863f94 100644 --- a/src/api/models/get-signable-transfer-request.ts +++ b/src/api/models/get-signable-transfer-request.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/get-signable-transfer-response-v1.ts b/src/api/models/get-signable-transfer-response-v1.ts index e691e904..ae0bda93 100644 --- a/src/api/models/get-signable-transfer-response-v1.ts +++ b/src/api/models/get-signable-transfer-response-v1.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/get-signable-transfer-response-v2.ts b/src/api/models/get-signable-transfer-response-v2.ts index 0b02f0ea..4e5a9b5b 100644 --- a/src/api/models/get-signable-transfer-response-v2.ts +++ b/src/api/models/get-signable-transfer-response-v2.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/get-signable-transfer-response.ts b/src/api/models/get-signable-transfer-response.ts index f47d9a4e..4bcbe9b3 100644 --- a/src/api/models/get-signable-transfer-response.ts +++ b/src/api/models/get-signable-transfer-response.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/get-signable-withdrawal-request-token.ts b/src/api/models/get-signable-withdrawal-request-token.ts index f50d7aa2..2af91504 100644 --- a/src/api/models/get-signable-withdrawal-request-token.ts +++ b/src/api/models/get-signable-withdrawal-request-token.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/get-signable-withdrawal-request.ts b/src/api/models/get-signable-withdrawal-request.ts index d764eaf6..6174c749 100644 --- a/src/api/models/get-signable-withdrawal-request.ts +++ b/src/api/models/get-signable-withdrawal-request.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/get-signable-withdrawal-response-v2.ts b/src/api/models/get-signable-withdrawal-response-v2.ts index 656c245e..ecc6c662 100644 --- a/src/api/models/get-signable-withdrawal-response-v2.ts +++ b/src/api/models/get-signable-withdrawal-response-v2.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/get-signable-withdrawal-response.ts b/src/api/models/get-signable-withdrawal-response.ts index b145e0e8..402c338d 100644 --- a/src/api/models/get-signable-withdrawal-response.ts +++ b/src/api/models/get-signable-withdrawal-response.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/get-transactions-response.ts b/src/api/models/get-transactions-response.ts index c7396866..5264637b 100644 --- a/src/api/models/get-transactions-response.ts +++ b/src/api/models/get-transactions-response.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/get-users-api-response.ts b/src/api/models/get-users-api-response.ts index c746096d..41a4f177 100644 --- a/src/api/models/get-users-api-response.ts +++ b/src/api/models/get-users-api-response.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.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 574f865e..991c4e7d 100644 --- a/src/api/models/index.ts +++ b/src/api/models/index.ts @@ -82,6 +82,7 @@ export * from './create-primary-sale-params-body-fees-items'; export * from './create-primary-sale-unauthorized-body'; export * from './create-primary-sale-unauthorized-body-all-of0'; export * from './create-primary-sale-unauthorized-body-all-of1'; +export * from './create-project-apikey-response'; export * from './create-project-group-request'; export * from './create-project-request'; export * from './create-project-response'; @@ -104,7 +105,6 @@ export * from './encode-asset-request-token'; export * from './encode-asset-request-token-data'; export * from './encode-asset-response'; export * from './encode-asset-token-data'; -export * from './engine-register-user-result'; export * from './exchange'; export * from './exchange-create-exchange-and-urlresponse'; export * from './experimental-create-primary-sale-bad-request-body'; @@ -338,6 +338,8 @@ export * from './signable-transfer-response-details'; export * from './signable-transfer-response-details-token'; export * from './store-maker-taker-fee'; export * from './success-response'; +export * from './summarized-collection'; +export * from './summarized-collection-collection'; export * from './token'; export * from './token-data'; export * from './token-data-oaigen'; diff --git a/src/api/models/lambdas-apierror.ts b/src/api/models/lambdas-apierror.ts index 528ad3b4..5517fd33 100644 --- a/src/api/models/lambdas-apierror.ts +++ b/src/api/models/lambdas-apierror.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/list-assets-response.ts b/src/api/models/list-assets-response.ts index 4bc1cc06..0b89f702 100644 --- a/src/api/models/list-assets-response.ts +++ b/src/api/models/list-assets-response.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/list-balances-response.ts b/src/api/models/list-balances-response.ts index 491491a0..e377ed7f 100644 --- a/src/api/models/list-balances-response.ts +++ b/src/api/models/list-balances-response.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/list-collections-response.ts b/src/api/models/list-collections-response.ts index cee0bcaa..b7215a5f 100644 --- a/src/api/models/list-collections-response.ts +++ b/src/api/models/list-collections-response.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/list-deposits-response.ts b/src/api/models/list-deposits-response.ts index 08e44191..db8f49a5 100644 --- a/src/api/models/list-deposits-response.ts +++ b/src/api/models/list-deposits-response.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/list-mints-response.ts b/src/api/models/list-mints-response.ts index 9b740101..d53163a5 100644 --- a/src/api/models/list-mints-response.ts +++ b/src/api/models/list-mints-response.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/list-orders-response-v3.ts b/src/api/models/list-orders-response-v3.ts index 8d511897..861ece17 100644 --- a/src/api/models/list-orders-response-v3.ts +++ b/src/api/models/list-orders-response-v3.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/list-orders-response.ts b/src/api/models/list-orders-response.ts index 7d248299..5f45c0af 100644 --- a/src/api/models/list-orders-response.ts +++ b/src/api/models/list-orders-response.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/list-tokens-response.ts b/src/api/models/list-tokens-response.ts index 9baa6889..457ae9a9 100644 --- a/src/api/models/list-tokens-response.ts +++ b/src/api/models/list-tokens-response.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/list-trades-response.ts b/src/api/models/list-trades-response.ts index a84e1c50..b17bdd96 100644 --- a/src/api/models/list-trades-response.ts +++ b/src/api/models/list-trades-response.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/list-transfers-response.ts b/src/api/models/list-transfers-response.ts index 718c3b65..5ce70018 100644 --- a/src/api/models/list-transfers-response.ts +++ b/src/api/models/list-transfers-response.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/list-withdrawals-response.ts b/src/api/models/list-withdrawals-response.ts index 2457c9eb..1e5891a0 100644 --- a/src/api/models/list-withdrawals-response.ts +++ b/src/api/models/list-withdrawals-response.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/metadata-refresh-errors.ts b/src/api/models/metadata-refresh-errors.ts index c015a158..33b2914c 100644 --- a/src/api/models/metadata-refresh-errors.ts +++ b/src/api/models/metadata-refresh-errors.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/metadata-refresh-excluding-summary.ts b/src/api/models/metadata-refresh-excluding-summary.ts index 661f37f3..39223d9b 100644 --- a/src/api/models/metadata-refresh-excluding-summary.ts +++ b/src/api/models/metadata-refresh-excluding-summary.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/metadata-refresh-summary.ts b/src/api/models/metadata-refresh-summary.ts index e27f962c..a2e1affd 100644 --- a/src/api/models/metadata-refresh-summary.ts +++ b/src/api/models/metadata-refresh-summary.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/metadata-schema-property.ts b/src/api/models/metadata-schema-property.ts index 118d595d..8b3cd5d8 100644 --- a/src/api/models/metadata-schema-property.ts +++ b/src/api/models/metadata-schema-property.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/metadata-schema-request.ts b/src/api/models/metadata-schema-request.ts index 0ceba9b4..9d44d065 100644 --- a/src/api/models/metadata-schema-request.ts +++ b/src/api/models/metadata-schema-request.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/mint-fee.ts b/src/api/models/mint-fee.ts index 068c98d4..a2b26705 100644 --- a/src/api/models/mint-fee.ts +++ b/src/api/models/mint-fee.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/mint-request.ts b/src/api/models/mint-request.ts index da40573e..424fc376 100644 --- a/src/api/models/mint-request.ts +++ b/src/api/models/mint-request.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/mint-result-details.ts b/src/api/models/mint-result-details.ts index 4c8887b8..ac9a6bc5 100644 --- a/src/api/models/mint-result-details.ts +++ b/src/api/models/mint-result-details.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/mint-token-data-v2.ts b/src/api/models/mint-token-data-v2.ts index e254fdde..f528eb75 100644 --- a/src/api/models/mint-token-data-v2.ts +++ b/src/api/models/mint-token-data-v2.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/mint-token.ts b/src/api/models/mint-token.ts index 2794a941..6bd21651 100644 --- a/src/api/models/mint-token.ts +++ b/src/api/models/mint-token.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/mint-tokens-response.ts b/src/api/models/mint-tokens-response.ts index 4b57e32a..70713b52 100644 --- a/src/api/models/mint-tokens-response.ts +++ b/src/api/models/mint-tokens-response.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/mint-user.ts b/src/api/models/mint-user.ts index 0b3e140a..17465a7a 100644 --- a/src/api/models/mint-user.ts +++ b/src/api/models/mint-user.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/mint.ts b/src/api/models/mint.ts index 26e0296b..7a72037c 100644 --- a/src/api/models/mint.ts +++ b/src/api/models/mint.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/mintable-token-details.ts b/src/api/models/mintable-token-details.ts index ea8d3bd6..78c189fc 100644 --- a/src/api/models/mintable-token-details.ts +++ b/src/api/models/mintable-token-details.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/nftprimarytransaction-create-apirequest.ts b/src/api/models/nftprimarytransaction-create-apirequest.ts index 0372ef66..49213ab0 100644 --- a/src/api/models/nftprimarytransaction-create-apirequest.ts +++ b/src/api/models/nftprimarytransaction-create-apirequest.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/nftprimarytransaction-create-response.ts b/src/api/models/nftprimarytransaction-create-response.ts index 3742695d..ab283c34 100644 --- a/src/api/models/nftprimarytransaction-create-response.ts +++ b/src/api/models/nftprimarytransaction-create-response.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/nftprimarytransaction-get-response.ts b/src/api/models/nftprimarytransaction-get-response.ts index d41dcf5d..b5713ab4 100644 --- a/src/api/models/nftprimarytransaction-get-response.ts +++ b/src/api/models/nftprimarytransaction-get-response.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/nftprimarytransaction-list-transactions-response.ts b/src/api/models/nftprimarytransaction-list-transactions-response.ts index bc7d2391..283a894f 100644 --- a/src/api/models/nftprimarytransaction-list-transactions-response.ts +++ b/src/api/models/nftprimarytransaction-list-transactions-response.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/nftprimarytransaction-transaction-data.ts b/src/api/models/nftprimarytransaction-transaction-data.ts index cf04f12f..0e91e353 100644 --- a/src/api/models/nftprimarytransaction-transaction-data.ts +++ b/src/api/models/nftprimarytransaction-transaction-data.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/nftprimarytransaction-widget-params.ts b/src/api/models/nftprimarytransaction-widget-params.ts index 560f0f81..0aba07f5 100644 --- a/src/api/models/nftprimarytransaction-widget-params.ts +++ b/src/api/models/nftprimarytransaction-widget-params.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/optional-exchange-data.ts b/src/api/models/optional-exchange-data.ts index 7014bd35..ed73d8aa 100644 --- a/src/api/models/optional-exchange-data.ts +++ b/src/api/models/optional-exchange-data.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/order-buy.ts b/src/api/models/order-buy.ts index 8ebf3572..3e43609b 100644 --- a/src/api/models/order-buy.ts +++ b/src/api/models/order-buy.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/order-details.ts b/src/api/models/order-details.ts index 38563dfd..84c667e2 100644 --- a/src/api/models/order-details.ts +++ b/src/api/models/order-details.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/order-fee-info-token.ts b/src/api/models/order-fee-info-token.ts index fdbaaa86..b10834ca 100644 --- a/src/api/models/order-fee-info-token.ts +++ b/src/api/models/order-fee-info-token.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/order-fee-info.ts b/src/api/models/order-fee-info.ts index e002e56f..c8eacb75 100644 --- a/src/api/models/order-fee-info.ts +++ b/src/api/models/order-fee-info.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/order-sell.ts b/src/api/models/order-sell.ts index 04cbe2f8..64aebc00 100644 --- a/src/api/models/order-sell.ts +++ b/src/api/models/order-sell.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/order-v3-buy.ts b/src/api/models/order-v3-buy.ts index 19decdef..7d767422 100644 --- a/src/api/models/order-v3-buy.ts +++ b/src/api/models/order-v3-buy.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/order-v3-maker-fees.ts b/src/api/models/order-v3-maker-fees.ts index fa41a075..6028aca7 100644 --- a/src/api/models/order-v3-maker-fees.ts +++ b/src/api/models/order-v3-maker-fees.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/order-v3-sell.ts b/src/api/models/order-v3-sell.ts index d58463da..caa119ba 100644 --- a/src/api/models/order-v3-sell.ts +++ b/src/api/models/order-v3-sell.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/order-v3-taker-fees.ts b/src/api/models/order-v3-taker-fees.ts index 23264a06..75c46529 100644 --- a/src/api/models/order-v3-taker-fees.ts +++ b/src/api/models/order-v3-taker-fees.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/order-v3.ts b/src/api/models/order-v3.ts index b51c89d3..f853c1eb 100644 --- a/src/api/models/order-v3.ts +++ b/src/api/models/order-v3.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/order.ts b/src/api/models/order.ts index 9f6bd089..42235d77 100644 --- a/src/api/models/order.ts +++ b/src/api/models/order.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/orders-maker-taker-fee.ts b/src/api/models/orders-maker-taker-fee.ts index f76fe15c..06f966c3 100644 --- a/src/api/models/orders-maker-taker-fee.ts +++ b/src/api/models/orders-maker-taker-fee.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/project.ts b/src/api/models/project.ts index 077dbec9..0148d963 100644 --- a/src/api/models/project.ts +++ b/src/api/models/project.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -20,6 +20,12 @@ * @interface Project */ export interface Project { + /** + * API key for the project. This is only for zkevm project. This API is not for increasing rate limit yet. + * @type {string} + * @memberof Project + */ + 'api_key'?: string; /** * The project ChainType * @type {string} @@ -27,13 +33,73 @@ export interface Project { */ 'chain_type'?: string; /** - * The project group ID + * The current period expiry date for collection limit + * @type {string} + * @memberof Project + */ + 'collection_limit_expires_at': string; + /** + * The total monthly collection limit + * @type {number} + * @memberof Project + */ + 'collection_monthly_limit': number; + /** + * The number of collection remaining in the current period + * @type {number} + * @memberof Project + */ + 'collection_remaining': number; + /** + * The company name * @type {string} * @memberof Project */ - 'id': string; + 'company_name': string; /** - * The project group name + * The project contact email (must be registered as a developer account with Immutable at https://hub.immutable.com) + * @type {string} + * @memberof Project + */ + 'contact_email': string; + /** + * The environment ID + * @type {string} + * @memberof Project + */ + 'environment_id'?: string; + /** + * The user environment name correlating to this project + * @type {string} + * @memberof Project + */ + 'environment_name'?: string; + /** + * The project ID + * @type {number} + * @memberof Project + */ + 'id': number; + /** + * The current period expiry date for mint operation limit + * @type {string} + * @memberof Project + */ + 'mint_limit_expires_at': string; + /** + * The total monthly mint operation limit + * @type {number} + * @memberof Project + */ + 'mint_monthly_limit': number; + /** + * The number of mint operation remaining in the current period + * @type {number} + * @memberof Project + */ + 'mint_remaining': number; + /** + * The project name * @type {string} * @memberof Project */ @@ -44,5 +110,23 @@ export interface Project { * @memberof Project */ 'org_id'?: string; + /** + * Project group id + * @type {string} + * @memberof Project + */ + 'project_group_id'?: string; + /** + * The public publishable_key for the project + * @type {string} + * @memberof Project + */ + 'publishable_key'?: string; + /** + * The public publishable_key created time + * @type {string} + * @memberof Project + */ + 'publishable_key_created_at'?: string; } diff --git a/src/api/models/range.ts b/src/api/models/range.ts index f3b22703..cc552244 100644 --- a/src/api/models/range.ts +++ b/src/api/models/range.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/register-passport-user-request.ts b/src/api/models/register-passport-user-request.ts index 82db675a..0016aa6f 100644 --- a/src/api/models/register-passport-user-request.ts +++ b/src/api/models/register-passport-user-request.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/register-passport-user-result.ts b/src/api/models/register-passport-user-result.ts index 5c8fa2f2..941aeea5 100644 --- a/src/api/models/register-passport-user-result.ts +++ b/src/api/models/register-passport-user-result.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/register-user-request.ts b/src/api/models/register-user-request.ts index 6bb535ea..38f90794 100644 --- a/src/api/models/register-user-request.ts +++ b/src/api/models/register-user-request.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.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 2867d9ef..48bcb6df 100644 --- a/src/api/models/register-user-response.ts +++ b/src/api/models/register-user-response.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/reject-primary-sale-bad-request-body-all-of0.ts b/src/api/models/reject-primary-sale-bad-request-body-all-of0.ts index e6f2e045..0e46c2ca 100644 --- a/src/api/models/reject-primary-sale-bad-request-body-all-of0.ts +++ b/src/api/models/reject-primary-sale-bad-request-body-all-of0.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/reject-primary-sale-bad-request-body-all-of1.ts b/src/api/models/reject-primary-sale-bad-request-body-all-of1.ts index a4b22e8a..3ca56125 100644 --- a/src/api/models/reject-primary-sale-bad-request-body-all-of1.ts +++ b/src/api/models/reject-primary-sale-bad-request-body-all-of1.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/reject-primary-sale-bad-request-body.ts b/src/api/models/reject-primary-sale-bad-request-body.ts index eaef9f1a..786577ee 100644 --- a/src/api/models/reject-primary-sale-bad-request-body.ts +++ b/src/api/models/reject-primary-sale-bad-request-body.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/reject-primary-sale-forbidden-body-all-of0.ts b/src/api/models/reject-primary-sale-forbidden-body-all-of0.ts index af1265a4..163e2482 100644 --- a/src/api/models/reject-primary-sale-forbidden-body-all-of0.ts +++ b/src/api/models/reject-primary-sale-forbidden-body-all-of0.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/reject-primary-sale-forbidden-body-all-of1.ts b/src/api/models/reject-primary-sale-forbidden-body-all-of1.ts index 57e5d5f9..9feceab4 100644 --- a/src/api/models/reject-primary-sale-forbidden-body-all-of1.ts +++ b/src/api/models/reject-primary-sale-forbidden-body-all-of1.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/reject-primary-sale-forbidden-body.ts b/src/api/models/reject-primary-sale-forbidden-body.ts index 89ea3f88..cccc8aa6 100644 --- a/src/api/models/reject-primary-sale-forbidden-body.ts +++ b/src/api/models/reject-primary-sale-forbidden-body.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/reject-primary-sale-internal-server-error-body-all-of0.ts b/src/api/models/reject-primary-sale-internal-server-error-body-all-of0.ts index edef46e2..fde04bb8 100644 --- a/src/api/models/reject-primary-sale-internal-server-error-body-all-of0.ts +++ b/src/api/models/reject-primary-sale-internal-server-error-body-all-of0.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/reject-primary-sale-internal-server-error-body-all-of1.ts b/src/api/models/reject-primary-sale-internal-server-error-body-all-of1.ts index 0d5ea99c..971dd105 100644 --- a/src/api/models/reject-primary-sale-internal-server-error-body-all-of1.ts +++ b/src/api/models/reject-primary-sale-internal-server-error-body-all-of1.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/reject-primary-sale-internal-server-error-body.ts b/src/api/models/reject-primary-sale-internal-server-error-body.ts index 50769af5..31533256 100644 --- a/src/api/models/reject-primary-sale-internal-server-error-body.ts +++ b/src/api/models/reject-primary-sale-internal-server-error-body.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/reject-primary-sale-not-found-body-all-of0.ts b/src/api/models/reject-primary-sale-not-found-body-all-of0.ts index 57cac7e8..afc8e599 100644 --- a/src/api/models/reject-primary-sale-not-found-body-all-of0.ts +++ b/src/api/models/reject-primary-sale-not-found-body-all-of0.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/reject-primary-sale-not-found-body-all-of1.ts b/src/api/models/reject-primary-sale-not-found-body-all-of1.ts index 6bab907b..75bbaee8 100644 --- a/src/api/models/reject-primary-sale-not-found-body-all-of1.ts +++ b/src/api/models/reject-primary-sale-not-found-body-all-of1.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/reject-primary-sale-not-found-body.ts b/src/api/models/reject-primary-sale-not-found-body.ts index 97d11e8c..ddd29513 100644 --- a/src/api/models/reject-primary-sale-not-found-body.ts +++ b/src/api/models/reject-primary-sale-not-found-body.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/reject-primary-sale-not-implemented-body-all-of0.ts b/src/api/models/reject-primary-sale-not-implemented-body-all-of0.ts index f4d34e71..ef58f0d3 100644 --- a/src/api/models/reject-primary-sale-not-implemented-body-all-of0.ts +++ b/src/api/models/reject-primary-sale-not-implemented-body-all-of0.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/reject-primary-sale-not-implemented-body-all-of1.ts b/src/api/models/reject-primary-sale-not-implemented-body-all-of1.ts index b1682d9b..76408ba8 100644 --- a/src/api/models/reject-primary-sale-not-implemented-body-all-of1.ts +++ b/src/api/models/reject-primary-sale-not-implemented-body-all-of1.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/reject-primary-sale-not-implemented-body.ts b/src/api/models/reject-primary-sale-not-implemented-body.ts index 30eb0ac3..cfbde46a 100644 --- a/src/api/models/reject-primary-sale-not-implemented-body.ts +++ b/src/api/models/reject-primary-sale-not-implemented-body.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/reject-primary-sale-okbody-result-fees-items.ts b/src/api/models/reject-primary-sale-okbody-result-fees-items.ts index 26c4cf51..a9e2df35 100644 --- a/src/api/models/reject-primary-sale-okbody-result-fees-items.ts +++ b/src/api/models/reject-primary-sale-okbody-result-fees-items.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/reject-primary-sale-okbody-result.ts b/src/api/models/reject-primary-sale-okbody-result.ts index 3ecaca0a..bde8c103 100644 --- a/src/api/models/reject-primary-sale-okbody-result.ts +++ b/src/api/models/reject-primary-sale-okbody-result.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/reject-primary-sale-okbody.ts b/src/api/models/reject-primary-sale-okbody.ts index e0fbf625..0a570ead 100644 --- a/src/api/models/reject-primary-sale-okbody.ts +++ b/src/api/models/reject-primary-sale-okbody.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/reject-primary-sale-unauthorized-body-all-of0.ts b/src/api/models/reject-primary-sale-unauthorized-body-all-of0.ts index a9a2ccee..ddb9da84 100644 --- a/src/api/models/reject-primary-sale-unauthorized-body-all-of0.ts +++ b/src/api/models/reject-primary-sale-unauthorized-body-all-of0.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/reject-primary-sale-unauthorized-body-all-of1.ts b/src/api/models/reject-primary-sale-unauthorized-body-all-of1.ts index 9b3ef812..e728f8be 100644 --- a/src/api/models/reject-primary-sale-unauthorized-body-all-of1.ts +++ b/src/api/models/reject-primary-sale-unauthorized-body-all-of1.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/reject-primary-sale-unauthorized-body.ts b/src/api/models/reject-primary-sale-unauthorized-body.ts index cddcc4b7..ef0d2231 100644 --- a/src/api/models/reject-primary-sale-unauthorized-body.ts +++ b/src/api/models/reject-primary-sale-unauthorized-body.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/reject-primary-sale-unprocessable-entity-body-all-of0.ts b/src/api/models/reject-primary-sale-unprocessable-entity-body-all-of0.ts index 76fb50cd..fce85e27 100644 --- a/src/api/models/reject-primary-sale-unprocessable-entity-body-all-of0.ts +++ b/src/api/models/reject-primary-sale-unprocessable-entity-body-all-of0.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/reject-primary-sale-unprocessable-entity-body-all-of1.ts b/src/api/models/reject-primary-sale-unprocessable-entity-body-all-of1.ts index 82141210..5de1bc6c 100644 --- a/src/api/models/reject-primary-sale-unprocessable-entity-body-all-of1.ts +++ b/src/api/models/reject-primary-sale-unprocessable-entity-body-all-of1.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/reject-primary-sale-unprocessable-entity-body.ts b/src/api/models/reject-primary-sale-unprocessable-entity-body.ts index 5c03c62b..86a072e4 100644 --- a/src/api/models/reject-primary-sale-unprocessable-entity-body.ts +++ b/src/api/models/reject-primary-sale-unprocessable-entity-body.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/signable-accept-primary-sale-bad-request-body-all-of0.ts b/src/api/models/signable-accept-primary-sale-bad-request-body-all-of0.ts index 3a9ac2da..e990926a 100644 --- a/src/api/models/signable-accept-primary-sale-bad-request-body-all-of0.ts +++ b/src/api/models/signable-accept-primary-sale-bad-request-body-all-of0.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/signable-accept-primary-sale-bad-request-body-all-of1.ts b/src/api/models/signable-accept-primary-sale-bad-request-body-all-of1.ts index e809ddbd..2335ebf7 100644 --- a/src/api/models/signable-accept-primary-sale-bad-request-body-all-of1.ts +++ b/src/api/models/signable-accept-primary-sale-bad-request-body-all-of1.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/signable-accept-primary-sale-bad-request-body.ts b/src/api/models/signable-accept-primary-sale-bad-request-body.ts index f0a65cc9..5091cd1a 100644 --- a/src/api/models/signable-accept-primary-sale-bad-request-body.ts +++ b/src/api/models/signable-accept-primary-sale-bad-request-body.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/signable-accept-primary-sale-internal-server-error-body-all-of0.ts b/src/api/models/signable-accept-primary-sale-internal-server-error-body-all-of0.ts index 8135f35b..3a4e808b 100644 --- a/src/api/models/signable-accept-primary-sale-internal-server-error-body-all-of0.ts +++ b/src/api/models/signable-accept-primary-sale-internal-server-error-body-all-of0.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/signable-accept-primary-sale-internal-server-error-body-all-of1.ts b/src/api/models/signable-accept-primary-sale-internal-server-error-body-all-of1.ts index 0e590572..37d8b9ed 100644 --- a/src/api/models/signable-accept-primary-sale-internal-server-error-body-all-of1.ts +++ b/src/api/models/signable-accept-primary-sale-internal-server-error-body-all-of1.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/signable-accept-primary-sale-internal-server-error-body.ts b/src/api/models/signable-accept-primary-sale-internal-server-error-body.ts index ab3da376..226519e9 100644 --- a/src/api/models/signable-accept-primary-sale-internal-server-error-body.ts +++ b/src/api/models/signable-accept-primary-sale-internal-server-error-body.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/signable-accept-primary-sale-not-found-body-all-of0.ts b/src/api/models/signable-accept-primary-sale-not-found-body-all-of0.ts index 5bed03ef..681b21b1 100644 --- a/src/api/models/signable-accept-primary-sale-not-found-body-all-of0.ts +++ b/src/api/models/signable-accept-primary-sale-not-found-body-all-of0.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/signable-accept-primary-sale-not-found-body-all-of1.ts b/src/api/models/signable-accept-primary-sale-not-found-body-all-of1.ts index 6d5fd7bc..c4d784a9 100644 --- a/src/api/models/signable-accept-primary-sale-not-found-body-all-of1.ts +++ b/src/api/models/signable-accept-primary-sale-not-found-body-all-of1.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/signable-accept-primary-sale-not-found-body.ts b/src/api/models/signable-accept-primary-sale-not-found-body.ts index 6c0f9346..49236d14 100644 --- a/src/api/models/signable-accept-primary-sale-not-found-body.ts +++ b/src/api/models/signable-accept-primary-sale-not-found-body.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/signable-accept-primary-sale-not-implemented-body-all-of0.ts b/src/api/models/signable-accept-primary-sale-not-implemented-body-all-of0.ts index 6a79ba6a..ace546a3 100644 --- a/src/api/models/signable-accept-primary-sale-not-implemented-body-all-of0.ts +++ b/src/api/models/signable-accept-primary-sale-not-implemented-body-all-of0.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/signable-accept-primary-sale-not-implemented-body-all-of1.ts b/src/api/models/signable-accept-primary-sale-not-implemented-body-all-of1.ts index 7285a3e8..bd848e03 100644 --- a/src/api/models/signable-accept-primary-sale-not-implemented-body-all-of1.ts +++ b/src/api/models/signable-accept-primary-sale-not-implemented-body-all-of1.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/signable-accept-primary-sale-not-implemented-body.ts b/src/api/models/signable-accept-primary-sale-not-implemented-body.ts index 01573fd0..e5d13688 100644 --- a/src/api/models/signable-accept-primary-sale-not-implemented-body.ts +++ b/src/api/models/signable-accept-primary-sale-not-implemented-body.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/signable-accept-primary-sale-okbody.ts b/src/api/models/signable-accept-primary-sale-okbody.ts index 960733a1..e3821b71 100644 --- a/src/api/models/signable-accept-primary-sale-okbody.ts +++ b/src/api/models/signable-accept-primary-sale-okbody.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/signable-accept-primary-sale-unprocessable-entity-body-all-of0.ts b/src/api/models/signable-accept-primary-sale-unprocessable-entity-body-all-of0.ts index b76afa33..9153cfe9 100644 --- a/src/api/models/signable-accept-primary-sale-unprocessable-entity-body-all-of0.ts +++ b/src/api/models/signable-accept-primary-sale-unprocessable-entity-body-all-of0.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/signable-accept-primary-sale-unprocessable-entity-body-all-of1.ts b/src/api/models/signable-accept-primary-sale-unprocessable-entity-body-all-of1.ts index 54cdb8f8..8baca252 100644 --- a/src/api/models/signable-accept-primary-sale-unprocessable-entity-body-all-of1.ts +++ b/src/api/models/signable-accept-primary-sale-unprocessable-entity-body-all-of1.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/signable-accept-primary-sale-unprocessable-entity-body.ts b/src/api/models/signable-accept-primary-sale-unprocessable-entity-body.ts index 8e1fa016..9b4445b9 100644 --- a/src/api/models/signable-accept-primary-sale-unprocessable-entity-body.ts +++ b/src/api/models/signable-accept-primary-sale-unprocessable-entity-body.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/signable-create-primary-sale-bad-request-body-all-of0.ts b/src/api/models/signable-create-primary-sale-bad-request-body-all-of0.ts index f4b84fa0..11e9086c 100644 --- a/src/api/models/signable-create-primary-sale-bad-request-body-all-of0.ts +++ b/src/api/models/signable-create-primary-sale-bad-request-body-all-of0.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/signable-create-primary-sale-bad-request-body-all-of1.ts b/src/api/models/signable-create-primary-sale-bad-request-body-all-of1.ts index 87af4b2a..66dadb82 100644 --- a/src/api/models/signable-create-primary-sale-bad-request-body-all-of1.ts +++ b/src/api/models/signable-create-primary-sale-bad-request-body-all-of1.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/signable-create-primary-sale-bad-request-body.ts b/src/api/models/signable-create-primary-sale-bad-request-body.ts index 6af63855..e2e8b47d 100644 --- a/src/api/models/signable-create-primary-sale-bad-request-body.ts +++ b/src/api/models/signable-create-primary-sale-bad-request-body.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/signable-create-primary-sale-internal-server-error-body-all-of0.ts b/src/api/models/signable-create-primary-sale-internal-server-error-body-all-of0.ts index d4a0ae1f..c716799e 100644 --- a/src/api/models/signable-create-primary-sale-internal-server-error-body-all-of0.ts +++ b/src/api/models/signable-create-primary-sale-internal-server-error-body-all-of0.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/signable-create-primary-sale-internal-server-error-body-all-of1.ts b/src/api/models/signable-create-primary-sale-internal-server-error-body-all-of1.ts index 9b9632bd..75b90186 100644 --- a/src/api/models/signable-create-primary-sale-internal-server-error-body-all-of1.ts +++ b/src/api/models/signable-create-primary-sale-internal-server-error-body-all-of1.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/signable-create-primary-sale-internal-server-error-body.ts b/src/api/models/signable-create-primary-sale-internal-server-error-body.ts index 929f1044..26f991ea 100644 --- a/src/api/models/signable-create-primary-sale-internal-server-error-body.ts +++ b/src/api/models/signable-create-primary-sale-internal-server-error-body.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/signable-create-primary-sale-not-found-body-all-of0.ts b/src/api/models/signable-create-primary-sale-not-found-body-all-of0.ts index 5b25ce44..d8cb024d 100644 --- a/src/api/models/signable-create-primary-sale-not-found-body-all-of0.ts +++ b/src/api/models/signable-create-primary-sale-not-found-body-all-of0.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/signable-create-primary-sale-not-found-body-all-of1.ts b/src/api/models/signable-create-primary-sale-not-found-body-all-of1.ts index d76d631f..5aae4ea7 100644 --- a/src/api/models/signable-create-primary-sale-not-found-body-all-of1.ts +++ b/src/api/models/signable-create-primary-sale-not-found-body-all-of1.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/signable-create-primary-sale-not-found-body.ts b/src/api/models/signable-create-primary-sale-not-found-body.ts index 6986b175..35cb2107 100644 --- a/src/api/models/signable-create-primary-sale-not-found-body.ts +++ b/src/api/models/signable-create-primary-sale-not-found-body.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/signable-create-primary-sale-not-implemented-body-all-of0.ts b/src/api/models/signable-create-primary-sale-not-implemented-body-all-of0.ts index f247040b..d951cf70 100644 --- a/src/api/models/signable-create-primary-sale-not-implemented-body-all-of0.ts +++ b/src/api/models/signable-create-primary-sale-not-implemented-body-all-of0.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/signable-create-primary-sale-not-implemented-body-all-of1.ts b/src/api/models/signable-create-primary-sale-not-implemented-body-all-of1.ts index 5e18f595..f499edd8 100644 --- a/src/api/models/signable-create-primary-sale-not-implemented-body-all-of1.ts +++ b/src/api/models/signable-create-primary-sale-not-implemented-body-all-of1.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/signable-create-primary-sale-not-implemented-body.ts b/src/api/models/signable-create-primary-sale-not-implemented-body.ts index 48729fa5..a14f4ee7 100644 --- a/src/api/models/signable-create-primary-sale-not-implemented-body.ts +++ b/src/api/models/signable-create-primary-sale-not-implemented-body.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/signable-create-primary-sale-okbody-fee-info.ts b/src/api/models/signable-create-primary-sale-okbody-fee-info.ts index 69ba586c..e2741f60 100644 --- a/src/api/models/signable-create-primary-sale-okbody-fee-info.ts +++ b/src/api/models/signable-create-primary-sale-okbody-fee-info.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/signable-create-primary-sale-okbody-fees-items.ts b/src/api/models/signable-create-primary-sale-okbody-fees-items.ts index 409f8cde..f35bf8db 100644 --- a/src/api/models/signable-create-primary-sale-okbody-fees-items.ts +++ b/src/api/models/signable-create-primary-sale-okbody-fees-items.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/signable-create-primary-sale-okbody.ts b/src/api/models/signable-create-primary-sale-okbody.ts index f06b74ac..f3ea7521 100644 --- a/src/api/models/signable-create-primary-sale-okbody.ts +++ b/src/api/models/signable-create-primary-sale-okbody.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/signable-create-primary-sale-params-body-fees-items.ts b/src/api/models/signable-create-primary-sale-params-body-fees-items.ts index fdc78315..a13beed3 100644 --- a/src/api/models/signable-create-primary-sale-params-body-fees-items.ts +++ b/src/api/models/signable-create-primary-sale-params-body-fees-items.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/signable-create-primary-sale-params-body.ts b/src/api/models/signable-create-primary-sale-params-body.ts index 7b0df8cd..d9b7dad2 100644 --- a/src/api/models/signable-create-primary-sale-params-body.ts +++ b/src/api/models/signable-create-primary-sale-params-body.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/signable-reject-primary-sale-bad-request-body-all-of0.ts b/src/api/models/signable-reject-primary-sale-bad-request-body-all-of0.ts index 4f9f5eb4..6fc2852a 100644 --- a/src/api/models/signable-reject-primary-sale-bad-request-body-all-of0.ts +++ b/src/api/models/signable-reject-primary-sale-bad-request-body-all-of0.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/signable-reject-primary-sale-bad-request-body-all-of1.ts b/src/api/models/signable-reject-primary-sale-bad-request-body-all-of1.ts index f7e1b813..d737fc72 100644 --- a/src/api/models/signable-reject-primary-sale-bad-request-body-all-of1.ts +++ b/src/api/models/signable-reject-primary-sale-bad-request-body-all-of1.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/signable-reject-primary-sale-bad-request-body.ts b/src/api/models/signable-reject-primary-sale-bad-request-body.ts index cd931149..4b30fc52 100644 --- a/src/api/models/signable-reject-primary-sale-bad-request-body.ts +++ b/src/api/models/signable-reject-primary-sale-bad-request-body.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/signable-reject-primary-sale-internal-server-error-body-all-of0.ts b/src/api/models/signable-reject-primary-sale-internal-server-error-body-all-of0.ts index d7821686..132243a6 100644 --- a/src/api/models/signable-reject-primary-sale-internal-server-error-body-all-of0.ts +++ b/src/api/models/signable-reject-primary-sale-internal-server-error-body-all-of0.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/signable-reject-primary-sale-internal-server-error-body-all-of1.ts b/src/api/models/signable-reject-primary-sale-internal-server-error-body-all-of1.ts index c2e04813..fc8b981c 100644 --- a/src/api/models/signable-reject-primary-sale-internal-server-error-body-all-of1.ts +++ b/src/api/models/signable-reject-primary-sale-internal-server-error-body-all-of1.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/signable-reject-primary-sale-internal-server-error-body.ts b/src/api/models/signable-reject-primary-sale-internal-server-error-body.ts index 35949ae4..643830ca 100644 --- a/src/api/models/signable-reject-primary-sale-internal-server-error-body.ts +++ b/src/api/models/signable-reject-primary-sale-internal-server-error-body.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/signable-reject-primary-sale-not-found-body-all-of0.ts b/src/api/models/signable-reject-primary-sale-not-found-body-all-of0.ts index d24d7799..bcb5cf47 100644 --- a/src/api/models/signable-reject-primary-sale-not-found-body-all-of0.ts +++ b/src/api/models/signable-reject-primary-sale-not-found-body-all-of0.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/signable-reject-primary-sale-not-found-body-all-of1.ts b/src/api/models/signable-reject-primary-sale-not-found-body-all-of1.ts index 9a828428..5b69a2f1 100644 --- a/src/api/models/signable-reject-primary-sale-not-found-body-all-of1.ts +++ b/src/api/models/signable-reject-primary-sale-not-found-body-all-of1.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/signable-reject-primary-sale-not-found-body.ts b/src/api/models/signable-reject-primary-sale-not-found-body.ts index 881edd32..1634ccd9 100644 --- a/src/api/models/signable-reject-primary-sale-not-found-body.ts +++ b/src/api/models/signable-reject-primary-sale-not-found-body.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/signable-reject-primary-sale-not-implemented-body-all-of0.ts b/src/api/models/signable-reject-primary-sale-not-implemented-body-all-of0.ts index 7af3fc6c..d15c70df 100644 --- a/src/api/models/signable-reject-primary-sale-not-implemented-body-all-of0.ts +++ b/src/api/models/signable-reject-primary-sale-not-implemented-body-all-of0.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/signable-reject-primary-sale-not-implemented-body-all-of1.ts b/src/api/models/signable-reject-primary-sale-not-implemented-body-all-of1.ts index fc1ad3f7..3478775e 100644 --- a/src/api/models/signable-reject-primary-sale-not-implemented-body-all-of1.ts +++ b/src/api/models/signable-reject-primary-sale-not-implemented-body-all-of1.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/signable-reject-primary-sale-not-implemented-body.ts b/src/api/models/signable-reject-primary-sale-not-implemented-body.ts index ff6fd471..af1fc7d8 100644 --- a/src/api/models/signable-reject-primary-sale-not-implemented-body.ts +++ b/src/api/models/signable-reject-primary-sale-not-implemented-body.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/signable-reject-primary-sale-okbody.ts b/src/api/models/signable-reject-primary-sale-okbody.ts index b68ccd5e..9c97179a 100644 --- a/src/api/models/signable-reject-primary-sale-okbody.ts +++ b/src/api/models/signable-reject-primary-sale-okbody.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/signable-reject-primary-sale-unprocessable-entity-body-all-of0.ts b/src/api/models/signable-reject-primary-sale-unprocessable-entity-body-all-of0.ts index d855cbc1..5173045c 100644 --- a/src/api/models/signable-reject-primary-sale-unprocessable-entity-body-all-of0.ts +++ b/src/api/models/signable-reject-primary-sale-unprocessable-entity-body-all-of0.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/signable-reject-primary-sale-unprocessable-entity-body-all-of1.ts b/src/api/models/signable-reject-primary-sale-unprocessable-entity-body-all-of1.ts index 3e419988..df621c08 100644 --- a/src/api/models/signable-reject-primary-sale-unprocessable-entity-body-all-of1.ts +++ b/src/api/models/signable-reject-primary-sale-unprocessable-entity-body-all-of1.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/signable-reject-primary-sale-unprocessable-entity-body.ts b/src/api/models/signable-reject-primary-sale-unprocessable-entity-body.ts index aa34cf80..4ae0e993 100644 --- a/src/api/models/signable-reject-primary-sale-unprocessable-entity-body.ts +++ b/src/api/models/signable-reject-primary-sale-unprocessable-entity-body.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/signable-token.ts b/src/api/models/signable-token.ts index e8f202f4..efff8e02 100644 --- a/src/api/models/signable-token.ts +++ b/src/api/models/signable-token.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/signable-transfer-details-token.ts b/src/api/models/signable-transfer-details-token.ts index 50081c9a..854d7d04 100644 --- a/src/api/models/signable-transfer-details-token.ts +++ b/src/api/models/signable-transfer-details-token.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/signable-transfer-details-v2-token.ts b/src/api/models/signable-transfer-details-v2-token.ts index b01ba108..1a5d60c7 100644 --- a/src/api/models/signable-transfer-details-v2-token.ts +++ b/src/api/models/signable-transfer-details-v2-token.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/signable-transfer-details-v2.ts b/src/api/models/signable-transfer-details-v2.ts index 82928188..97a6a5f9 100644 --- a/src/api/models/signable-transfer-details-v2.ts +++ b/src/api/models/signable-transfer-details-v2.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/signable-transfer-details.ts b/src/api/models/signable-transfer-details.ts index 073b8179..ae8c31dc 100644 --- a/src/api/models/signable-transfer-details.ts +++ b/src/api/models/signable-transfer-details.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/signable-transfer-response-details-token.ts b/src/api/models/signable-transfer-response-details-token.ts index f9eea167..0362874a 100644 --- a/src/api/models/signable-transfer-response-details-token.ts +++ b/src/api/models/signable-transfer-response-details-token.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/signable-transfer-response-details.ts b/src/api/models/signable-transfer-response-details.ts index 00592331..6eb6429c 100644 --- a/src/api/models/signable-transfer-response-details.ts +++ b/src/api/models/signable-transfer-response-details.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/store-maker-taker-fee.ts b/src/api/models/store-maker-taker-fee.ts index 6f816a0f..6f5b5f23 100644 --- a/src/api/models/store-maker-taker-fee.ts +++ b/src/api/models/store-maker-taker-fee.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/success-response.ts b/src/api/models/success-response.ts index 119d9afe..e7b7b3c5 100644 --- a/src/api/models/success-response.ts +++ b/src/api/models/success-response.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/summarized-collection-collection.ts b/src/api/models/summarized-collection-collection.ts new file mode 100644 index 00000000..96b20d1c --- /dev/null +++ b/src/api/models/summarized-collection-collection.ts @@ -0,0 +1,27 @@ +/* tslint:disable */ +/* eslint-disable */ +/** + * Immutable X API + * Immutable X API + * + * The version of the OpenAPI document: 3.0 + * Contact: support@immutable.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 { Collection } from './collection'; + +/** + * @type SummarizedCollectionCollection + * Collection and it\'s metadata + * @export + */ +export type SummarizedCollectionCollection = Collection; + + diff --git a/src/api/models/summarized-collection.ts b/src/api/models/summarized-collection.ts new file mode 100644 index 00000000..4c718172 --- /dev/null +++ b/src/api/models/summarized-collection.ts @@ -0,0 +1,45 @@ +/* tslint:disable */ +/* eslint-disable */ +/** + * Immutable X API + * Immutable X API + * + * The version of the OpenAPI document: 3.0 + * Contact: support@immutable.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 { SummarizedCollectionCollection } from './summarized-collection-collection'; + +/** + * + * @export + * @interface SummarizedCollection + */ +export interface SummarizedCollection { + /** + * + * @type {SummarizedCollectionCollection} + * @memberof SummarizedCollection + */ + 'collection': SummarizedCollectionCollection; + /** + * Combined amount of tokens owned by the provided wallets + * @type {number} + * @memberof SummarizedCollection + */ + 'owned_token_count': number; + /** + * Subset of the provided wallets that own at least one token in this collection + * @type {Array} + * @memberof SummarizedCollection + */ + 'owners': Array; +} + diff --git a/src/api/models/token-data-oaigen.ts b/src/api/models/token-data-oaigen.ts index 42ba535b..70d95327 100644 --- a/src/api/models/token-data-oaigen.ts +++ b/src/api/models/token-data-oaigen.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/token-data-properties.ts b/src/api/models/token-data-properties.ts index d33271b4..c5846334 100644 --- a/src/api/models/token-data-properties.ts +++ b/src/api/models/token-data-properties.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/token-data.ts b/src/api/models/token-data.ts index 2e189d12..50f40345 100644 --- a/src/api/models/token-data.ts +++ b/src/api/models/token-data.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/token-details.ts b/src/api/models/token-details.ts index 6092e74a..6960a85d 100644 --- a/src/api/models/token-details.ts +++ b/src/api/models/token-details.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/token.ts b/src/api/models/token.ts index 8083ba98..2f05d7a4 100644 --- a/src/api/models/token.ts +++ b/src/api/models/token.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/trade-a.ts b/src/api/models/trade-a.ts index 2fcbd536..dd1c9623 100644 --- a/src/api/models/trade-a.ts +++ b/src/api/models/trade-a.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/trade-b.ts b/src/api/models/trade-b.ts index f74b182a..373129ec 100644 --- a/src/api/models/trade-b.ts +++ b/src/api/models/trade-b.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/trade-side.ts b/src/api/models/trade-side.ts index 0e80f27e..379c7f53 100644 --- a/src/api/models/trade-side.ts +++ b/src/api/models/trade-side.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/trade.ts b/src/api/models/trade.ts index 3edade2a..e4cf7905 100644 --- a/src/api/models/trade.ts +++ b/src/api/models/trade.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/trades-create-trade-request-fee-info.ts b/src/api/models/trades-create-trade-request-fee-info.ts index 8b818fed..bc94069e 100644 --- a/src/api/models/trades-create-trade-request-fee-info.ts +++ b/src/api/models/trades-create-trade-request-fee-info.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/trades-create-trade-request.ts b/src/api/models/trades-create-trade-request.ts index 86ba6548..285cb48f 100644 --- a/src/api/models/trades-create-trade-request.ts +++ b/src/api/models/trades-create-trade-request.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/transfer-request.ts b/src/api/models/transfer-request.ts index 1b5770db..6b2ae5f9 100644 --- a/src/api/models/transfer-request.ts +++ b/src/api/models/transfer-request.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/transfer-token.ts b/src/api/models/transfer-token.ts index 69c49139..ca9bd8eb 100644 --- a/src/api/models/transfer-token.ts +++ b/src/api/models/transfer-token.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/transfer.ts b/src/api/models/transfer.ts index 1e48e367..cec9f3a4 100644 --- a/src/api/models/transfer.ts +++ b/src/api/models/transfer.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/update-collection-request.ts b/src/api/models/update-collection-request.ts index 92c1abbd..cf662ee3 100644 --- a/src/api/models/update-collection-request.ts +++ b/src/api/models/update-collection-request.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/widget-params.ts b/src/api/models/widget-params.ts index 300b4d8d..c4f8c2a4 100644 --- a/src/api/models/widget-params.ts +++ b/src/api/models/widget-params.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/withdrawal-token.ts b/src/api/models/withdrawal-token.ts index 5abc06e0..f2c719b9 100644 --- a/src/api/models/withdrawal-token.ts +++ b/src/api/models/withdrawal-token.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/api/models/withdrawal.ts b/src/api/models/withdrawal.ts index 4dffe9fb..9504e560 100644 --- a/src/api/models/withdrawal.ts +++ b/src/api/models/withdrawal.ts @@ -4,7 +4,7 @@ * Immutable X API * Immutable X API * - * The version of the OpenAPI document: 3.0.0 + * The version of the OpenAPI document: 3.0 * Contact: support@immutable.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/workflows/workflows.ts b/src/workflows/workflows.ts index bc20af6a..3e9713c0 100644 --- a/src/workflows/workflows.ts +++ b/src/workflows/workflows.ts @@ -372,25 +372,6 @@ export class Workflows { }); } - public async getProjects( - ethSigner: EthSigner, - pageSize?: number, - cursor?: string, - orderBy?: string, - direction?: string, - ) { - const imxAuthHeaders = await generateIMXAuthorisationHeaders(ethSigner); - - return this.projectsApi.getProjects({ - iMXSignature: imxAuthHeaders.signature, - iMXTimestamp: imxAuthHeaders.timestamp, - pageSize, - cursor, - orderBy, - direction, - }); - } - public async createCollection( ethSigner: EthSigner, createCollectionRequest: CreateCollectionRequest,