Skip to content

Commit 465325c

Browse files
feat: sync SDK to OpenAPI doc v2.3.0 (#85)
1 parent 08b2b9c commit 465325c

File tree

4 files changed

+13
-6
lines changed

4 files changed

+13
-6
lines changed

OPENAPI_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.2.0
1+
2.3.0

sdk.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
}
77
],
88
"info": {
9-
"version": "2.2.0",
9+
"version": "2.3.0",
1010
"title": "All Circle APIs",
1111
"description": "Circle's General, Core Functionality, Payments, Payouts, Accounts, and Crypto Payments APIs bundled into one OpenAPI Specification."
1212
},
@@ -7069,6 +7069,7 @@
70697069
"FLOW",
70707070
"HBAR",
70717071
"MATIC",
7072+
"NOBLE",
70727073
"OP",
70737074
"SOL",
70747075
"TRX",
@@ -11652,6 +11653,7 @@
1165211653
"FLOW",
1165311654
"HBAR",
1165411655
"MATIC",
11656+
"NOBLE",
1165511657
"OP",
1165611658
"SOL",
1165711659
"TRX",

src/generated/apis/payouts-api.ts

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ export const PayoutsApiAxiosParamCreator = function (
371371
* @param {Set<PayoutStatus>} [status] Queries items with the specified status. Matches any status if unspecified.
372372
* @param {'USD' | 'EUR' | 'BTC' | 'ETH' | 'MTC' | 'FLW' | 'MAN'} [sourceCurrency] Queries items with the specified source currency &#x60;amount.currency&#x60;. Matches any source currency if unspecified.
373373
* @param {'USD' | 'EUR' | 'BTC' | 'ETH' | 'MTC' | 'FLW' | 'MAN'} [destinationCurrency] Queries items with the specified destination currency &#x60;toAmount.currency&#x60;. Matches any destination currency if unspecified.
374-
* @param {'ALGO' | 'ARB' | 'AVAX' | 'BASE' | 'BTC' | 'ETH' | 'FLOW' | 'HBAR' | 'MATIC' | 'OP' | 'SOL' | 'TRX' | 'XLM'} [chain] Queries items with the specified chain. Matches any chain if unspecified
374+
* @param {'ALGO' | 'ARB' | 'AVAX' | 'BASE' | 'BTC' | 'ETH' | 'FLOW' | 'HBAR' | 'MATIC' | 'NOBLE' | 'OP' | 'SOL' | 'TRX' | 'XLM'} [chain] Queries items with the specified chain. Matches any chain if unspecified
375375
* @param {string} [from] Queries items created since the specified date-time (inclusive).
376376
* @param {string} [to] Queries items created before the specified date-time (inclusive).
377377
* @param {string} [pageBefore] A collection ID value used for pagination. It marks the exclusive end of a page. When provided, the collection resource will return the next &#x60;n&#x60; items before the id, with &#x60;n&#x60; being specified by &#x60;pageSize&#x60;. The items will be returned in the natural order of the collection. The resource will return the first page if neither &#x60;pageAfter&#x60; nor &#x60;pageBefore&#x60; are specified. SHOULD NOT be used in conjuction with pageAfter.
@@ -404,6 +404,7 @@ export const PayoutsApiAxiosParamCreator = function (
404404
| "FLOW"
405405
| "HBAR"
406406
| "MATIC"
407+
| "NOBLE"
407408
| "OP"
408409
| "SOL"
409410
| "TRX"
@@ -674,7 +675,7 @@ export const PayoutsApiFp = function (configuration?: Configuration) {
674675
* @param {Set<PayoutStatus>} [status] Queries items with the specified status. Matches any status if unspecified.
675676
* @param {'USD' | 'EUR' | 'BTC' | 'ETH' | 'MTC' | 'FLW' | 'MAN'} [sourceCurrency] Queries items with the specified source currency &#x60;amount.currency&#x60;. Matches any source currency if unspecified.
676677
* @param {'USD' | 'EUR' | 'BTC' | 'ETH' | 'MTC' | 'FLW' | 'MAN'} [destinationCurrency] Queries items with the specified destination currency &#x60;toAmount.currency&#x60;. Matches any destination currency if unspecified.
677-
* @param {'ALGO' | 'ARB' | 'AVAX' | 'BASE' | 'BTC' | 'ETH' | 'FLOW' | 'HBAR' | 'MATIC' | 'OP' | 'SOL' | 'TRX' | 'XLM'} [chain] Queries items with the specified chain. Matches any chain if unspecified
678+
* @param {'ALGO' | 'ARB' | 'AVAX' | 'BASE' | 'BTC' | 'ETH' | 'FLOW' | 'HBAR' | 'MATIC' | 'NOBLE' | 'OP' | 'SOL' | 'TRX' | 'XLM'} [chain] Queries items with the specified chain. Matches any chain if unspecified
678679
* @param {string} [from] Queries items created since the specified date-time (inclusive).
679680
* @param {string} [to] Queries items created before the specified date-time (inclusive).
680681
* @param {string} [pageBefore] A collection ID value used for pagination. It marks the exclusive end of a page. When provided, the collection resource will return the next &#x60;n&#x60; items before the id, with &#x60;n&#x60; being specified by &#x60;pageSize&#x60;. The items will be returned in the natural order of the collection. The resource will return the first page if neither &#x60;pageAfter&#x60; nor &#x60;pageBefore&#x60; are specified. SHOULD NOT be used in conjuction with pageAfter.
@@ -707,6 +708,7 @@ export const PayoutsApiFp = function (configuration?: Configuration) {
707708
| "FLOW"
708709
| "HBAR"
709710
| "MATIC"
711+
| "NOBLE"
710712
| "OP"
711713
| "SOL"
712714
| "TRX"
@@ -864,7 +866,7 @@ export const PayoutsApiFactory = function (
864866
* @param {Set<PayoutStatus>} [status] Queries items with the specified status. Matches any status if unspecified.
865867
* @param {'USD' | 'EUR' | 'BTC' | 'ETH' | 'MTC' | 'FLW' | 'MAN'} [sourceCurrency] Queries items with the specified source currency &#x60;amount.currency&#x60;. Matches any source currency if unspecified.
866868
* @param {'USD' | 'EUR' | 'BTC' | 'ETH' | 'MTC' | 'FLW' | 'MAN'} [destinationCurrency] Queries items with the specified destination currency &#x60;toAmount.currency&#x60;. Matches any destination currency if unspecified.
867-
* @param {'ALGO' | 'ARB' | 'AVAX' | 'BASE' | 'BTC' | 'ETH' | 'FLOW' | 'HBAR' | 'MATIC' | 'OP' | 'SOL' | 'TRX' | 'XLM'} [chain] Queries items with the specified chain. Matches any chain if unspecified
869+
* @param {'ALGO' | 'ARB' | 'AVAX' | 'BASE' | 'BTC' | 'ETH' | 'FLOW' | 'HBAR' | 'MATIC' | 'NOBLE' | 'OP' | 'SOL' | 'TRX' | 'XLM'} [chain] Queries items with the specified chain. Matches any chain if unspecified
868870
* @param {string} [from] Queries items created since the specified date-time (inclusive).
869871
* @param {string} [to] Queries items created before the specified date-time (inclusive).
870872
* @param {string} [pageBefore] A collection ID value used for pagination. It marks the exclusive end of a page. When provided, the collection resource will return the next &#x60;n&#x60; items before the id, with &#x60;n&#x60; being specified by &#x60;pageSize&#x60;. The items will be returned in the natural order of the collection. The resource will return the first page if neither &#x60;pageAfter&#x60; nor &#x60;pageBefore&#x60; are specified. SHOULD NOT be used in conjuction with pageAfter.
@@ -897,6 +899,7 @@ export const PayoutsApiFactory = function (
897899
| "FLOW"
898900
| "HBAR"
899901
| "MATIC"
902+
| "NOBLE"
900903
| "OP"
901904
| "SOL"
902905
| "TRX"
@@ -1048,7 +1051,7 @@ export class PayoutsApi extends BaseAPI {
10481051
* @param {Set<PayoutStatus>} [status] Queries items with the specified status. Matches any status if unspecified.
10491052
* @param {'USD' | 'EUR' | 'BTC' | 'ETH' | 'MTC' | 'FLW' | 'MAN'} [sourceCurrency] Queries items with the specified source currency &#x60;amount.currency&#x60;. Matches any source currency if unspecified.
10501053
* @param {'USD' | 'EUR' | 'BTC' | 'ETH' | 'MTC' | 'FLW' | 'MAN'} [destinationCurrency] Queries items with the specified destination currency &#x60;toAmount.currency&#x60;. Matches any destination currency if unspecified.
1051-
* @param {'ALGO' | 'ARB' | 'AVAX' | 'BASE' | 'BTC' | 'ETH' | 'FLOW' | 'HBAR' | 'MATIC' | 'OP' | 'SOL' | 'TRX' | 'XLM'} [chain] Queries items with the specified chain. Matches any chain if unspecified
1054+
* @param {'ALGO' | 'ARB' | 'AVAX' | 'BASE' | 'BTC' | 'ETH' | 'FLOW' | 'HBAR' | 'MATIC' | 'NOBLE' | 'OP' | 'SOL' | 'TRX' | 'XLM'} [chain] Queries items with the specified chain. Matches any chain if unspecified
10521055
* @param {string} [from] Queries items created since the specified date-time (inclusive).
10531056
* @param {string} [to] Queries items created before the specified date-time (inclusive).
10541057
* @param {string} [pageBefore] A collection ID value used for pagination. It marks the exclusive end of a page. When provided, the collection resource will return the next &#x60;n&#x60; items before the id, with &#x60;n&#x60; being specified by &#x60;pageSize&#x60;. The items will be returned in the natural order of the collection. The resource will return the first page if neither &#x60;pageAfter&#x60; nor &#x60;pageBefore&#x60; are specified. SHOULD NOT be used in conjuction with pageAfter.
@@ -1075,6 +1078,7 @@ export class PayoutsApi extends BaseAPI {
10751078
| "FLOW"
10761079
| "HBAR"
10771080
| "MATIC"
1081+
| "NOBLE"
10781082
| "OP"
10791083
| "SOL"
10801084
| "TRX"

src/generated/models/chain.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ export const Chain = {
2222
Flow: "FLOW",
2323
Hbar: "HBAR",
2424
Matic: "MATIC",
25+
Noble: "NOBLE",
2526
Op: "OP",
2627
Sol: "SOL",
2728
Trx: "TRX",

0 commit comments

Comments
 (0)