@fractalwagmi/fractal-sdk-public-api
Advanced tools
Comparing version 0.0.29 to 0.0.30
@@ -35,2 +35,12 @@ export interface FractalSdkAdminGetTransactionStatusResponse { | ||
} | ||
export interface FractalSdkExperimentalEvmExperimentalCreatePolygonItemMintTransactionRequest { | ||
itemId: string; | ||
walletPublicKey: string; | ||
format?: FractalSdkExperimentalEvmExperimentalSerializationFormat; | ||
/** | ||
* defaults to 5 mins if not set | ||
* example: 300s | ||
*/ | ||
expiration?: string; | ||
} | ||
export interface FractalSdkExperimentalEvmExperimentalGetTokenIdMintedResponse { | ||
@@ -409,2 +419,17 @@ tokenId?: FractalSdkExperimentalEvmExperimentalGetTokenIdMintedResponseTokenId; | ||
/** | ||
* @description Creates a Polygon item mint transaction. Requires project API token and additonal setup. Please contact our dev team if you'd like to use this feature. | ||
* @tags EVMExperimentalService | ||
* @name CreatePolygonItemMintTransaction | ||
* @summary CreatePolygonItemMintTransaction | ||
* @request POST:/sdk/experimental/polygon/create_item_mint_transaction | ||
* @secure | ||
*/ | ||
namespace CreatePolygonItemMintTransaction { | ||
type RequestParams = {}; | ||
type RequestQuery = {}; | ||
type RequestBody = FractalSdkExperimentalEvmExperimentalCreatePolygonItemMintTransactionRequest; | ||
type RequestHeaders = {}; | ||
type ResponseBody = FractalSdkAdminRefreshMetadataResponse; | ||
} | ||
/** | ||
* @description Creates a Polygon mint transaction. Requires project API token and additonal setup. Please contact our dev team if you'd like to use this feature. | ||
@@ -1074,2 +1099,12 @@ * @tags EVMExperimentalService | ||
/** | ||
* @description Creates a Polygon item mint transaction. Requires project API token and additonal setup. Please contact our dev team if you'd like to use this feature. | ||
* | ||
* @tags EVMExperimentalService | ||
* @name CreatePolygonItemMintTransaction | ||
* @summary CreatePolygonItemMintTransaction | ||
* @request POST:/sdk/experimental/polygon/create_item_mint_transaction | ||
* @secure | ||
*/ | ||
createPolygonItemMintTransaction: (body: FractalSdkExperimentalEvmExperimentalCreatePolygonItemMintTransactionRequest, params?: RequestParams) => Promise<HttpResponse<object, GoogleRpcStatus>>; | ||
/** | ||
* @description Creates a Polygon mint transaction. Requires project API token and additonal setup. Please contact our dev team if you'd like to use this feature. | ||
@@ -1076,0 +1111,0 @@ * |
@@ -241,2 +241,12 @@ "use strict"; | ||
/** | ||
* @description Creates a Polygon item mint transaction. Requires project API token and additonal setup. Please contact our dev team if you'd like to use this feature. | ||
* | ||
* @tags EVMExperimentalService | ||
* @name CreatePolygonItemMintTransaction | ||
* @summary CreatePolygonItemMintTransaction | ||
* @request POST:/sdk/experimental/polygon/create_item_mint_transaction | ||
* @secure | ||
*/ | ||
createPolygonItemMintTransaction: (body, params = {}) => this.request(Object.assign({ path: `/sdk/experimental/polygon/create_item_mint_transaction`, method: "POST", body: body, secure: true, type: ContentType.Json, format: "json" }, params)), | ||
/** | ||
* @description Creates a Polygon mint transaction. Requires project API token and additonal setup. Please contact our dev team if you'd like to use this feature. | ||
@@ -243,0 +253,0 @@ * |
{ | ||
"name": "@fractalwagmi/fractal-sdk-public-api", | ||
"version": "0.0.29", | ||
"version": "0.0.30", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/fractal-sdk-api.js", |
Sorry, the diff of this file is too big to display
152810
3916