diff --git a/OPENAPI_VERSION b/OPENAPI_VERSION index 6a6a3d8..097a15a 100644 --- a/OPENAPI_VERSION +++ b/OPENAPI_VERSION @@ -1 +1 @@ -2.6.1 +2.6.2 diff --git a/sdk.json b/sdk.json index f300b8f..0b03736 100644 --- a/sdk.json +++ b/sdk.json @@ -6,7 +6,7 @@ } ], "info": { - "version": "2.6.1", + "version": "2.6.2", "title": "All Circle APIs", "description": "Circle's General, Core Functionality, Payments, Payouts, Accounts, and Crypto Payments APIs bundled into one OpenAPI Specification." }, @@ -8777,6 +8777,9 @@ "description": "The blockchain address.", "example": "0x8381470ED67C3802402dbbFa0058E8871F017A6F" }, + "addressTag": { + "$ref": "#/components/schemas/AddressTag" + }, "chain": { "$ref": "#/components/schemas/Chain" } diff --git a/src/generated/models/crypto-refund-destination.ts b/src/generated/models/crypto-refund-destination.ts index db813d3..85dbd87 100644 --- a/src/generated/models/crypto-refund-destination.ts +++ b/src/generated/models/crypto-refund-destination.ts @@ -22,6 +22,12 @@ export interface CryptoRefundDestination { * @memberof CryptoRefundDestination */ address: string; + /** + * The secondary identifier for a blockchain address. An example of this is the memo field on the Stellar network, which can be text, id, or hash format. + * @type {string} + * @memberof CryptoRefundDestination + */ + addressTag?: string | null; /** * * @type {Chain}