@coinbase-sample/prime-sdk-ts 0.9.0 → 0.10.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (156) hide show
  1. package/README.md +2 -0
  2. package/dist/clients/clientWithServices.js +14 -0
  3. package/dist/constants.js +1 -1
  4. package/dist/credentials/index.js +0 -3
  5. package/dist/financing/index.js +73 -0
  6. package/dist/index.js +3 -1
  7. package/dist/model/BetaCrossMarginPrimeSpotEquityBreakdown.js +21 -0
  8. package/dist/model/BetaCrossMarginPrimeXMPosition.js +21 -0
  9. package/dist/model/BetaCrossMarginRiskParameters.js +21 -0
  10. package/dist/model/BetaGetCrossMarginPrimeOverviewResponse.js +21 -0
  11. package/dist/model/BetaGetCrossMarginRiskParametersResponse.js +21 -0
  12. package/dist/model/BetaGetMarketDataResponse.js +21 -0
  13. package/dist/model/BetaMarketData.js +21 -0
  14. package/dist/model/BetaPrimeXMMarginCallThresholds.js +21 -0
  15. package/dist/model/BetaPrimeXMMarginRequirementBreakdown.js +21 -0
  16. package/dist/model/BetaPrimeXMMarginThreshold.js +21 -0
  17. package/dist/model/BetaPrimeXMOffsetCreditBreakdown.js +21 -0
  18. package/dist/model/BetaSetFundingSettingsResponse.js +21 -0
  19. package/dist/model/BetaTierPairRateEntry.js +21 -0
  20. package/dist/model/CrossMarginPrimeDerivativesEquityBreakdown.js +21 -0
  21. package/dist/model/CrossMarginPrimeMarginSummary.js +21 -0
  22. package/dist/model/CrossMarginPrimeRiskNettingInfo.js +21 -0
  23. package/dist/model/CrossMarginPrimeSpotEquityBreakdown.js +21 -0
  24. package/dist/model/CrossMarginPrimeXMPosition.js +21 -0
  25. package/dist/model/CrossMarginRiskParameters.js +21 -0
  26. package/dist/model/GetCrossMarginPrimeOverviewResponse.js +21 -0
  27. package/dist/model/GetCrossMarginRiskParametersResponse.js +21 -0
  28. package/dist/model/GetMarketDataResponse.js +21 -0
  29. package/dist/model/MarketData.js +21 -0
  30. package/dist/model/PrimeXMMarginCallThresholds.js +21 -0
  31. package/dist/model/PrimeXMMarginRequirementBreakdown.js +21 -0
  32. package/dist/model/PrimeXMMarginThreshold.js +21 -0
  33. package/dist/model/PrimeXMOffsetCreditBreakdown.js +21 -0
  34. package/dist/model/SetFundingSettingsRequest.js +21 -0
  35. package/dist/model/SetFundingSettingsResponse.js +21 -0
  36. package/dist/model/TierPairRateEntry.js +21 -0
  37. package/dist/model/ValidatorUnstakePreview.js +21 -0
  38. package/dist/model/enums/BetaPrimeXMControlStatus.js +32 -0
  39. package/dist/model/enums/BetaPrimeXMHealthStatus.js +36 -0
  40. package/dist/model/enums/BetaPrimeXMMarginLevel.js +34 -0
  41. package/dist/model/enums/BetaPrimeXMMarginRequirementType.js +31 -0
  42. package/dist/model/enums/BetaPrimeXMMarginThresholdType.js +32 -0
  43. package/dist/model/enums/PrimeXMControlStatus.js +32 -0
  44. package/dist/model/enums/PrimeXMHealthStatus.js +36 -0
  45. package/dist/model/enums/PrimeXMMarginLevel.js +34 -0
  46. package/dist/model/enums/PrimeXMMarginRequirementType.js +31 -0
  47. package/dist/model/enums/PrimeXMMarginThresholdType.js +32 -0
  48. package/dist/model/enums/UserRole.js +2 -1
  49. package/dist/model/enums/XMLiquidationStatus.js +34 -0
  50. package/dist/model/enums/index.js +34 -2
  51. package/dist/model/primeBetaSetFundingSettingsRequest.js +21 -0
  52. package/dist/services.js +3 -1
  53. package/dist/shared/paginatedResponse.js +2 -0
  54. package/dist/transactions/index.js +13 -0
  55. package/dist/types/clients/clientWithServices.d.ts +10 -0
  56. package/dist/types/clients/clientWithServicesTypes.d.ts +5 -0
  57. package/dist/types/constants.d.ts +1 -1
  58. package/dist/types/financing/index.d.ts +9 -1
  59. package/dist/types/financing/types.d.ts +26 -1
  60. package/dist/types/index.d.ts +2 -0
  61. package/dist/types/model/ActiveLiquidationSummary.d.ts +31 -0
  62. package/dist/types/model/BetaCrossMarginPrimeDerivativesEquityBreakdown.d.ts +40 -0
  63. package/dist/types/model/BetaCrossMarginPrimeMarginSummary.d.ts +100 -0
  64. package/dist/types/model/BetaCrossMarginPrimeRiskNettingInfo.d.ts +51 -0
  65. package/dist/types/model/{TravelRuleEntry.d.ts → BetaCrossMarginPrimeSpotEquityBreakdown.d.ts} +22 -16
  66. package/dist/types/model/BetaCrossMarginPrimeXMPosition.d.ts +84 -0
  67. package/dist/types/model/BetaCrossMarginRiskParameters.d.ts +72 -0
  68. package/dist/types/model/BetaGetCrossMarginPrimeOverviewResponse.d.ts +31 -0
  69. package/dist/types/model/BetaGetCrossMarginRiskParametersResponse.d.ts +43 -0
  70. package/dist/types/model/{DateOfBirth.d.ts → BetaGetMarketDataResponse.d.ts} +8 -4
  71. package/dist/types/model/BetaMarketData.d.ts +45 -0
  72. package/dist/types/model/BetaPrimeXMMarginCallThresholds.d.ts +42 -0
  73. package/dist/types/model/BetaPrimeXMMarginRequirementBreakdown.d.ts +41 -0
  74. package/dist/types/model/{TravelRuleWalletDetails.d.ts → BetaPrimeXMMarginThreshold.d.ts} +6 -8
  75. package/dist/types/model/BetaPrimeXMOffsetCreditBreakdown.d.ts +45 -0
  76. package/dist/types/model/BetaSetFundingSettingsResponse.d.ts +36 -0
  77. package/dist/types/model/BetaTierPairRateEntry.d.ts +36 -0
  78. package/dist/types/model/CrossMarginOverview.d.ts +2 -0
  79. package/dist/types/model/CrossMarginPrimeDerivativesEquityBreakdown.d.ts +40 -0
  80. package/dist/types/model/CrossMarginPrimeMarginSummary.d.ts +100 -0
  81. package/dist/types/model/CrossMarginPrimeRiskNettingInfo.d.ts +51 -0
  82. package/dist/types/model/CrossMarginPrimeSpotEquityBreakdown.d.ts +44 -0
  83. package/dist/types/model/CrossMarginPrimeXMPosition.d.ts +84 -0
  84. package/dist/types/model/CrossMarginRiskParameters.d.ts +72 -0
  85. package/dist/types/model/EntityUser.d.ts +9 -0
  86. package/dist/types/model/Fill.d.ts +4 -0
  87. package/dist/types/model/GetCrossMarginPrimeOverviewResponse.d.ts +31 -0
  88. package/dist/types/model/GetCrossMarginRiskParametersResponse.d.ts +43 -0
  89. package/dist/types/model/GetFcmRiskLimitsResponse.d.ts +6 -0
  90. package/dist/types/model/{GetWalletAddressesResponse.d.ts → GetMarketDataResponse.d.ts} +8 -5
  91. package/dist/types/model/MarketData.d.ts +45 -0
  92. package/dist/types/model/NetworkDetails.d.ts +12 -0
  93. package/dist/types/model/Order.d.ts +4 -0
  94. package/dist/types/model/PortfolioUser.d.ts +9 -0
  95. package/dist/types/model/PreviewUnstakeResponse.d.ts +17 -0
  96. package/dist/types/model/PrimeXMMarginCallThresholds.d.ts +42 -0
  97. package/dist/types/model/PrimeXMMarginRequirementBreakdown.d.ts +41 -0
  98. package/dist/types/model/{VASP.d.ts → PrimeXMMarginThreshold.d.ts} +6 -7
  99. package/dist/types/model/PrimeXMOffsetCreditBreakdown.d.ts +45 -0
  100. package/dist/types/model/Product.d.ts +6 -0
  101. package/dist/types/model/QuoteResponse.d.ts +4 -0
  102. package/dist/types/model/RFQ.d.ts +4 -0
  103. package/dist/types/model/SetFundingSettingsRequest.d.ts +44 -0
  104. package/dist/types/model/SetFundingSettingsResponse.d.ts +36 -0
  105. package/dist/types/model/TierPairRateEntry.d.ts +36 -0
  106. package/dist/types/model/ValidatorUnstakePreview.d.ts +40 -0
  107. package/dist/types/model/XMRiskNettingInfo.d.ts +2 -2
  108. package/dist/types/model/enums/BetaPrimeXMControlStatus.d.ts +28 -0
  109. package/dist/types/model/enums/BetaPrimeXMHealthStatus.d.ts +32 -0
  110. package/dist/types/model/enums/BetaPrimeXMMarginLevel.d.ts +30 -0
  111. package/dist/types/model/enums/BetaPrimeXMMarginRequirementType.d.ts +27 -0
  112. package/dist/types/model/enums/BetaPrimeXMMarginThresholdType.d.ts +28 -0
  113. package/dist/types/model/enums/PrimeXMControlStatus.d.ts +28 -0
  114. package/dist/types/model/enums/PrimeXMHealthStatus.d.ts +32 -0
  115. package/dist/types/model/enums/PrimeXMMarginLevel.d.ts +30 -0
  116. package/dist/types/model/enums/PrimeXMMarginRequirementType.d.ts +27 -0
  117. package/dist/types/model/enums/PrimeXMMarginThresholdType.d.ts +28 -0
  118. package/dist/types/model/enums/UserRole.d.ts +3 -2
  119. package/dist/types/model/enums/XMLiquidationStatus.d.ts +30 -0
  120. package/dist/types/model/enums/index.d.ts +16 -0
  121. package/dist/types/model/googleTypeDate.d.ts +1 -1
  122. package/dist/types/model/index.d.ts +33 -0
  123. package/dist/types/model/primeBetaSetFundingSettingsRequest.d.ts +44 -0
  124. package/dist/types/services.d.ts +1 -0
  125. package/dist/types/shared/paginatedResponse.d.ts +6 -0
  126. package/dist/types/staking/types.d.ts +1 -1
  127. package/dist/types/transactions/index.d.ts +3 -1
  128. package/dist/types/transactions/types.d.ts +6 -1
  129. package/package.json +2 -2
  130. package/dist/model/CreateAddressGroup.js +0 -21
  131. package/dist/model/GetWalletAddressesResponse.js +0 -21
  132. package/dist/model/StakingInputs.js +0 -21
  133. package/dist/model/enumPrefixes.js +0 -330
  134. package/dist/shared/dynamicEnumValidation.js +0 -184
  135. package/dist/shared/dynamicEnumValidation.old.js +0 -746
  136. package/dist/shared/enumHelpers.js +0 -219
  137. package/dist/shared/enumRegistry.js +0 -153
  138. package/dist/shared/enumValidationCore.js +0 -194
  139. package/dist/shared/enumValidators.js +0 -115
  140. package/dist/shared/fieldMapping.js +0 -242
  141. package/dist/shared/serviceContext.js +0 -157
  142. package/dist/types/model/CreateAddressGroup.d.ts +0 -26
  143. package/dist/types/model/StakingInputs.d.ts +0 -25
  144. package/dist/types/model/enumPrefixes.d.ts +0 -206
  145. package/dist/types/shared/dynamicEnumValidation.d.ts +0 -48
  146. package/dist/types/shared/dynamicEnumValidation.old.d.ts +0 -143
  147. package/dist/types/shared/enumHelpers.d.ts +0 -135
  148. package/dist/types/shared/enumRegistry.d.ts +0 -74
  149. package/dist/types/shared/enumValidationCore.d.ts +0 -68
  150. package/dist/types/shared/enumValidators.d.ts +0 -117
  151. package/dist/types/shared/fieldMapping.d.ts +0 -35
  152. package/dist/types/shared/serviceContext.d.ts +0 -46
  153. /package/dist/model/{DateOfBirth.js → ActiveLiquidationSummary.js} +0 -0
  154. /package/dist/model/{TravelRuleEntry.js → BetaCrossMarginPrimeDerivativesEquityBreakdown.js} +0 -0
  155. /package/dist/model/{TravelRuleWalletDetails.js → BetaCrossMarginPrimeMarginSummary.js} +0 -0
  156. /package/dist/model/{VASP.js → BetaCrossMarginPrimeRiskNettingInfo.js} +0 -0
package/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # Coinbase Prime API TypeScript SDK
2
2
 
3
+ > **Deprecation notice:** Development of this SDK has moved to the [Coinbase GitHub organization](https://github.com/coinbase/prime-sdk-ts). Use [coinbase/prime-sdk-ts](https://github.com/coinbase/prime-sdk-ts) for the current source, issues, and releases. This `coinbase-samples` repository remains for historical reference; new work should target the Coinbase org repository.
4
+
3
5
  [![npm version](https://badge.fury.io/js/%40coinbase-sample%2Fprime-sdk-ts.svg)](https://badge.fury.io/js/%40coinbase-sample%2Fprime-sdk-ts)
4
6
  [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
5
7
 
@@ -47,6 +47,20 @@ class CoinbasePrimeClientWithServices extends core_ts_1.CoinbaseClient {
47
47
  const credentials = (0, envUtils_1.createCredentialsFromEnv)();
48
48
  return new CoinbasePrimeClientWithServices(credentials, baseUrl, options);
49
49
  }
50
+ /**
51
+ * Lazy getter for AdvancedTransfersService
52
+ * @example
53
+ * ```typescript
54
+ * const transfers = await client.advancedTransfers.listAdvancedTransfers({ portfolioId });
55
+ * ```
56
+ */
57
+ get advancedTransfers() {
58
+ if (!this._advancedTransfersService) {
59
+ const { AdvancedTransfersService } = require('../advancedTransfers');
60
+ this._advancedTransfersService = new AdvancedTransfersService(this);
61
+ }
62
+ return this._advancedTransfersService;
63
+ }
50
64
  /**
51
65
  * Lazy getter for ActivitiesService
52
66
  * @example
package/dist/constants.js CHANGED
@@ -16,7 +16,7 @@ exports.DEFAULT_MAX_ITEMS = exports.DEFAULT_MAX_PAGES = exports.DEFAULT_PAGINATI
16
16
  * See the License for the specific language governing permissions and
17
17
  * limitations under the License.
18
18
  */
19
- exports.VERSION = '0.9.0';
19
+ exports.VERSION = '0.10.1';
20
20
  exports.API_BASE_PATH = 'https://api.prime.coinbase.com/v1/';
21
21
  exports.USER_AGENT = 'coinbase-prime-ts/' + exports.VERSION;
22
22
  exports.CB_ACCESS_KEY_HEADER = 'X-CB-ACCESS-KEY';
@@ -53,9 +53,6 @@ const constants_1 = require("../constants");
53
53
  const crypto = __importStar(require("crypto"));
54
54
  class CoinbasePrimeCredentials {
55
55
  constructor(key, secret, passphrase) {
56
- if (!key || !secret || !passphrase) {
57
- console.log('Could not authenticate. Only public endpoints accessible.');
58
- }
59
56
  this.accessKey = key;
60
57
  this.secretKey = secret;
61
58
  this.passphrase = passphrase;
@@ -21,7 +21,24 @@ var __rest = (this && this.__rest) || function (s, e) {
21
21
  };
22
22
  Object.defineProperty(exports, "__esModule", { value: true });
23
23
  exports.FinancingService = void 0;
24
+ /**
25
+ * Copyright 2025-present Coinbase Global, Inc.
26
+ *
27
+ * Licensed under the Apache License, Version 2.0 (the "License");
28
+ * you may not use this file except in compliance with the License.
29
+ * You may obtain a copy of the License at
30
+ *
31
+ * http://www.apache.org/licenses/LICENSE-2.0
32
+ *
33
+ * Unless required by applicable law or agreed to in writing, software
34
+ * distributed under the License is distributed on an "AS IS" BASIS,
35
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
36
+ * See the License for the specific language governing permissions and
37
+ * limitations under the License.
38
+ */
39
+ const clients_1 = require("../clients");
24
40
  const validation_1 = require("../shared/validation");
41
+ const paginatedResponse_1 = require("../shared/paginatedResponse");
25
42
  class FinancingService {
26
43
  constructor(client) {
27
44
  this.client = client;
@@ -250,5 +267,61 @@ class FinancingService {
250
267
  return response.data;
251
268
  });
252
269
  }
270
+ getCrossMarginRiskParameters(request, options) {
271
+ return __awaiter(this, void 0, void 0, function* () {
272
+ (0, validation_1.validate)(request).requiredUUID((r) => r.entityId).check();
273
+ const response = yield this.client.request({
274
+ url: `entities/${request.entityId}/cross_margin/risk_parameters`,
275
+ callOptions: options,
276
+ });
277
+ return response.data;
278
+ });
279
+ }
280
+ getCrossMarginPrimeOverview(request, options) {
281
+ return __awaiter(this, void 0, void 0, function* () {
282
+ (0, validation_1.validate)(request).requiredUUID((r) => r.entityId).check();
283
+ // This endpoint is on the v2 API path; use a relative URL that resolves
284
+ // correctly against the v1 base URL for both auth signing and HTTP dispatch.
285
+ const response = yield this.client.request({
286
+ url: `../v2/entities/${request.entityId}/cross_margin/prime`,
287
+ callOptions: options,
288
+ });
289
+ return response.data;
290
+ });
291
+ }
292
+ setFundingSettings(request, options) {
293
+ return __awaiter(this, void 0, void 0, function* () {
294
+ (0, validation_1.validate)(request).requiredUUID((r) => r.entityId).check();
295
+ const { entityId, designatedFundingPortfolioId, automaticConversionEnabled, automaticLoanEnabled, automaticExcessReturnEnabled, excessFundsTargetAmount, } = request;
296
+ const response = yield this.client.request({
297
+ url: `entities/${entityId}/funding_settings`,
298
+ bodyParams: {
299
+ designatedFundingPortfolioId,
300
+ automaticConversionEnabled,
301
+ automaticLoanEnabled,
302
+ automaticExcessReturnEnabled,
303
+ excessFundsTargetAmount,
304
+ },
305
+ method: clients_1.Method.POST,
306
+ callOptions: options,
307
+ });
308
+ return response.data;
309
+ });
310
+ }
311
+ listMarketData(request, options) {
312
+ return __awaiter(this, void 0, void 0, function* () {
313
+ (0, validation_1.validate)(request).requiredUUID((r) => r.entityId).check();
314
+ const paginationParams = (0, paginatedResponse_1.getQueryParams)(this.client, request);
315
+ const { limit, cursor, sortDirection, entityId } = request, queryParams = __rest(request, ["limit", "cursor", "sortDirection", "entityId"]);
316
+ const finalQueryParams = Object.assign(Object.assign({}, paginationParams), queryParams);
317
+ const response = yield this.client.request({
318
+ url: `entities/${entityId}/market_data`,
319
+ queryParams: finalQueryParams,
320
+ callOptions: options,
321
+ });
322
+ const paginationOptions = (0, paginatedResponse_1.getDefaultPaginationOptions)(this.client, options);
323
+ return (0, paginatedResponse_1.createPaginatedResponse)(response.data, this.listMarketData.bind(this), request, paginatedResponse_1.ResponseExtractors.marketData, paginationOptions);
324
+ });
325
+ }
253
326
  }
254
327
  exports.FinancingService = FinancingService;
package/dist/index.js CHANGED
@@ -29,7 +29,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
29
29
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
30
30
  };
31
31
  Object.defineProperty(exports, "__esModule", { value: true });
32
- exports.WalletsService = exports.UsersService = exports.TransactionsService = exports.StakingService = exports.ProductsService = exports.PositionsService = exports.PortfoliosService = exports.PaymentMethodsService = exports.OrdersService = exports.OnchainAddressBookService = exports.InvoicesService = exports.FuturesService = exports.FinancingService = exports.CommissionService = exports.BalancesService = exports.AssetsService = exports.AllocationService = exports.AddressBooksService = exports.ActivitiesService = exports.isValidUUID = exports.validate = exports.CoinbasePrimeException = exports.CoinbasePrimeClientException = exports.createCredentialsFromEnv = exports.CoinbasePrimeCredentials = exports.CoinbasePrimeClient = exports.CoinbasePrimeClientWithServices = exports.CoinbaseError = exports.CoinbaseClientException = exports.Method = exports.CoinbaseClient = void 0;
32
+ exports.WalletsService = exports.UsersService = exports.TransactionsService = exports.StakingService = exports.ProductsService = exports.PositionsService = exports.PortfoliosService = exports.PaymentMethodsService = exports.OrdersService = exports.OnchainAddressBookService = exports.InvoicesService = exports.FuturesService = exports.FinancingService = exports.CommissionService = exports.BalancesService = exports.AssetsService = exports.AllocationService = exports.AddressBooksService = exports.ActivitiesService = exports.AdvancedTransfersService = exports.isValidUUID = exports.validate = exports.CoinbasePrimeException = exports.CoinbasePrimeClientException = exports.createCredentialsFromEnv = exports.CoinbasePrimeCredentials = exports.CoinbasePrimeClient = exports.CoinbasePrimeClientWithServices = exports.CoinbaseError = exports.CoinbaseClientException = exports.Method = exports.CoinbaseClient = void 0;
33
33
  // Re-export commonly used core-ts objects for convenience
34
34
  // This allows users to import everything from a single package
35
35
  var clients_1 = require("./clients");
@@ -49,6 +49,8 @@ Object.defineProperty(exports, "CoinbasePrimeException", { enumerable: true, get
49
49
  var validation_1 = require("./shared/validation");
50
50
  Object.defineProperty(exports, "validate", { enumerable: true, get: function () { return validation_1.validate; } });
51
51
  Object.defineProperty(exports, "isValidUUID", { enumerable: true, get: function () { return validation_1.isValidUUID; } });
52
+ var advancedTransfers_1 = require("./advancedTransfers");
53
+ Object.defineProperty(exports, "AdvancedTransfersService", { enumerable: true, get: function () { return advancedTransfers_1.AdvancedTransfersService; } });
52
54
  var activities_1 = require("./activities");
53
55
  Object.defineProperty(exports, "ActivitiesService", { enumerable: true, get: function () { return activities_1.ActivitiesService; } });
54
56
  var addressBooks_1 = require("./addressBooks");
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ /**
3
+ * Copyright 2026-present Coinbase Global, Inc.
4
+ *
5
+ * This file is generated by Openapi Generator https://github.com/openapitools/openapi-generator
6
+ *
7
+ * Licensed under the Apache License, Version 2.0 (the "License");
8
+ * you may not use this file except in compliance with the License.
9
+ * You may obtain a copy of the License at
10
+ *
11
+ * http://www.apache.org/licenses/LICENSE-2.0
12
+ *
13
+ * Unless required by applicable law or agreed to in writing, software
14
+ * distributed under the License is distributed on an "AS IS" BASIS,
15
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16
+ * See the License for the specific language governing permissions and
17
+ * limitations under the License.
18
+ *
19
+ * Do not edit the class manually.
20
+ */
21
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ /**
3
+ * Copyright 2026-present Coinbase Global, Inc.
4
+ *
5
+ * This file is generated by Openapi Generator https://github.com/openapitools/openapi-generator
6
+ *
7
+ * Licensed under the Apache License, Version 2.0 (the "License");
8
+ * you may not use this file except in compliance with the License.
9
+ * You may obtain a copy of the License at
10
+ *
11
+ * http://www.apache.org/licenses/LICENSE-2.0
12
+ *
13
+ * Unless required by applicable law or agreed to in writing, software
14
+ * distributed under the License is distributed on an "AS IS" BASIS,
15
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16
+ * See the License for the specific language governing permissions and
17
+ * limitations under the License.
18
+ *
19
+ * Do not edit the class manually.
20
+ */
21
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ /**
3
+ * Copyright 2026-present Coinbase Global, Inc.
4
+ *
5
+ * This file is generated by Openapi Generator https://github.com/openapitools/openapi-generator
6
+ *
7
+ * Licensed under the Apache License, Version 2.0 (the "License");
8
+ * you may not use this file except in compliance with the License.
9
+ * You may obtain a copy of the License at
10
+ *
11
+ * http://www.apache.org/licenses/LICENSE-2.0
12
+ *
13
+ * Unless required by applicable law or agreed to in writing, software
14
+ * distributed under the License is distributed on an "AS IS" BASIS,
15
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16
+ * See the License for the specific language governing permissions and
17
+ * limitations under the License.
18
+ *
19
+ * Do not edit the class manually.
20
+ */
21
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ /**
3
+ * Copyright 2026-present Coinbase Global, Inc.
4
+ *
5
+ * This file is generated by Openapi Generator https://github.com/openapitools/openapi-generator
6
+ *
7
+ * Licensed under the Apache License, Version 2.0 (the "License");
8
+ * you may not use this file except in compliance with the License.
9
+ * You may obtain a copy of the License at
10
+ *
11
+ * http://www.apache.org/licenses/LICENSE-2.0
12
+ *
13
+ * Unless required by applicable law or agreed to in writing, software
14
+ * distributed under the License is distributed on an "AS IS" BASIS,
15
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16
+ * See the License for the specific language governing permissions and
17
+ * limitations under the License.
18
+ *
19
+ * Do not edit the class manually.
20
+ */
21
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ /**
3
+ * Copyright 2026-present Coinbase Global, Inc.
4
+ *
5
+ * This file is generated by Openapi Generator https://github.com/openapitools/openapi-generator
6
+ *
7
+ * Licensed under the Apache License, Version 2.0 (the "License");
8
+ * you may not use this file except in compliance with the License.
9
+ * You may obtain a copy of the License at
10
+ *
11
+ * http://www.apache.org/licenses/LICENSE-2.0
12
+ *
13
+ * Unless required by applicable law or agreed to in writing, software
14
+ * distributed under the License is distributed on an "AS IS" BASIS,
15
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16
+ * See the License for the specific language governing permissions and
17
+ * limitations under the License.
18
+ *
19
+ * Do not edit the class manually.
20
+ */
21
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ /**
3
+ * Copyright 2026-present Coinbase Global, Inc.
4
+ *
5
+ * This file is generated by Openapi Generator https://github.com/openapitools/openapi-generator
6
+ *
7
+ * Licensed under the Apache License, Version 2.0 (the "License");
8
+ * you may not use this file except in compliance with the License.
9
+ * You may obtain a copy of the License at
10
+ *
11
+ * http://www.apache.org/licenses/LICENSE-2.0
12
+ *
13
+ * Unless required by applicable law or agreed to in writing, software
14
+ * distributed under the License is distributed on an "AS IS" BASIS,
15
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16
+ * See the License for the specific language governing permissions and
17
+ * limitations under the License.
18
+ *
19
+ * Do not edit the class manually.
20
+ */
21
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ /**
3
+ * Copyright 2026-present Coinbase Global, Inc.
4
+ *
5
+ * This file is generated by Openapi Generator https://github.com/openapitools/openapi-generator
6
+ *
7
+ * Licensed under the Apache License, Version 2.0 (the "License");
8
+ * you may not use this file except in compliance with the License.
9
+ * You may obtain a copy of the License at
10
+ *
11
+ * http://www.apache.org/licenses/LICENSE-2.0
12
+ *
13
+ * Unless required by applicable law or agreed to in writing, software
14
+ * distributed under the License is distributed on an "AS IS" BASIS,
15
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16
+ * See the License for the specific language governing permissions and
17
+ * limitations under the License.
18
+ *
19
+ * Do not edit the class manually.
20
+ */
21
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ /**
3
+ * Copyright 2026-present Coinbase Global, Inc.
4
+ *
5
+ * This file is generated by Openapi Generator https://github.com/openapitools/openapi-generator
6
+ *
7
+ * Licensed under the Apache License, Version 2.0 (the "License");
8
+ * you may not use this file except in compliance with the License.
9
+ * You may obtain a copy of the License at
10
+ *
11
+ * http://www.apache.org/licenses/LICENSE-2.0
12
+ *
13
+ * Unless required by applicable law or agreed to in writing, software
14
+ * distributed under the License is distributed on an "AS IS" BASIS,
15
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16
+ * See the License for the specific language governing permissions and
17
+ * limitations under the License.
18
+ *
19
+ * Do not edit the class manually.
20
+ */
21
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ /**
3
+ * Copyright 2026-present Coinbase Global, Inc.
4
+ *
5
+ * This file is generated by Openapi Generator https://github.com/openapitools/openapi-generator
6
+ *
7
+ * Licensed under the Apache License, Version 2.0 (the "License");
8
+ * you may not use this file except in compliance with the License.
9
+ * You may obtain a copy of the License at
10
+ *
11
+ * http://www.apache.org/licenses/LICENSE-2.0
12
+ *
13
+ * Unless required by applicable law or agreed to in writing, software
14
+ * distributed under the License is distributed on an "AS IS" BASIS,
15
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16
+ * See the License for the specific language governing permissions and
17
+ * limitations under the License.
18
+ *
19
+ * Do not edit the class manually.
20
+ */
21
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ /**
3
+ * Copyright 2026-present Coinbase Global, Inc.
4
+ *
5
+ * This file is generated by Openapi Generator https://github.com/openapitools/openapi-generator
6
+ *
7
+ * Licensed under the Apache License, Version 2.0 (the "License");
8
+ * you may not use this file except in compliance with the License.
9
+ * You may obtain a copy of the License at
10
+ *
11
+ * http://www.apache.org/licenses/LICENSE-2.0
12
+ *
13
+ * Unless required by applicable law or agreed to in writing, software
14
+ * distributed under the License is distributed on an "AS IS" BASIS,
15
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16
+ * See the License for the specific language governing permissions and
17
+ * limitations under the License.
18
+ *
19
+ * Do not edit the class manually.
20
+ */
21
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ /**
3
+ * Copyright 2026-present Coinbase Global, Inc.
4
+ *
5
+ * This file is generated by Openapi Generator https://github.com/openapitools/openapi-generator
6
+ *
7
+ * Licensed under the Apache License, Version 2.0 (the "License");
8
+ * you may not use this file except in compliance with the License.
9
+ * You may obtain a copy of the License at
10
+ *
11
+ * http://www.apache.org/licenses/LICENSE-2.0
12
+ *
13
+ * Unless required by applicable law or agreed to in writing, software
14
+ * distributed under the License is distributed on an "AS IS" BASIS,
15
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16
+ * See the License for the specific language governing permissions and
17
+ * limitations under the License.
18
+ *
19
+ * Do not edit the class manually.
20
+ */
21
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ /**
3
+ * Copyright 2026-present Coinbase Global, Inc.
4
+ *
5
+ * This file is generated by Openapi Generator https://github.com/openapitools/openapi-generator
6
+ *
7
+ * Licensed under the Apache License, Version 2.0 (the "License");
8
+ * you may not use this file except in compliance with the License.
9
+ * You may obtain a copy of the License at
10
+ *
11
+ * http://www.apache.org/licenses/LICENSE-2.0
12
+ *
13
+ * Unless required by applicable law or agreed to in writing, software
14
+ * distributed under the License is distributed on an "AS IS" BASIS,
15
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16
+ * See the License for the specific language governing permissions and
17
+ * limitations under the License.
18
+ *
19
+ * Do not edit the class manually.
20
+ */
21
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ /**
3
+ * Copyright 2026-present Coinbase Global, Inc.
4
+ *
5
+ * This file is generated by Openapi Generator https://github.com/openapitools/openapi-generator
6
+ *
7
+ * Licensed under the Apache License, Version 2.0 (the "License");
8
+ * you may not use this file except in compliance with the License.
9
+ * You may obtain a copy of the License at
10
+ *
11
+ * http://www.apache.org/licenses/LICENSE-2.0
12
+ *
13
+ * Unless required by applicable law or agreed to in writing, software
14
+ * distributed under the License is distributed on an "AS IS" BASIS,
15
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16
+ * See the License for the specific language governing permissions and
17
+ * limitations under the License.
18
+ *
19
+ * Do not edit the class manually.
20
+ */
21
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ /**
3
+ * Copyright 2026-present Coinbase Global, Inc.
4
+ *
5
+ * This file is generated by Openapi Generator https://github.com/openapitools/openapi-generator
6
+ *
7
+ * Licensed under the Apache License, Version 2.0 (the "License");
8
+ * you may not use this file except in compliance with the License.
9
+ * You may obtain a copy of the License at
10
+ *
11
+ * http://www.apache.org/licenses/LICENSE-2.0
12
+ *
13
+ * Unless required by applicable law or agreed to in writing, software
14
+ * distributed under the License is distributed on an "AS IS" BASIS,
15
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16
+ * See the License for the specific language governing permissions and
17
+ * limitations under the License.
18
+ *
19
+ * Do not edit the class manually.
20
+ */
21
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ /**
3
+ * Copyright 2026-present Coinbase Global, Inc.
4
+ *
5
+ * This file is generated by Openapi Generator https://github.com/openapitools/openapi-generator
6
+ *
7
+ * Licensed under the Apache License, Version 2.0 (the "License");
8
+ * you may not use this file except in compliance with the License.
9
+ * You may obtain a copy of the License at
10
+ *
11
+ * http://www.apache.org/licenses/LICENSE-2.0
12
+ *
13
+ * Unless required by applicable law or agreed to in writing, software
14
+ * distributed under the License is distributed on an "AS IS" BASIS,
15
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16
+ * See the License for the specific language governing permissions and
17
+ * limitations under the License.
18
+ *
19
+ * Do not edit the class manually.
20
+ */
21
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ /**
3
+ * Copyright 2026-present Coinbase Global, Inc.
4
+ *
5
+ * This file is generated by Openapi Generator https://github.com/openapitools/openapi-generator
6
+ *
7
+ * Licensed under the Apache License, Version 2.0 (the "License");
8
+ * you may not use this file except in compliance with the License.
9
+ * You may obtain a copy of the License at
10
+ *
11
+ * http://www.apache.org/licenses/LICENSE-2.0
12
+ *
13
+ * Unless required by applicable law or agreed to in writing, software
14
+ * distributed under the License is distributed on an "AS IS" BASIS,
15
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16
+ * See the License for the specific language governing permissions and
17
+ * limitations under the License.
18
+ *
19
+ * Do not edit the class manually.
20
+ */
21
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ /**
3
+ * Copyright 2026-present Coinbase Global, Inc.
4
+ *
5
+ * This file is generated by Openapi Generator https://github.com/openapitools/openapi-generator
6
+ *
7
+ * Licensed under the Apache License, Version 2.0 (the "License");
8
+ * you may not use this file except in compliance with the License.
9
+ * You may obtain a copy of the License at
10
+ *
11
+ * http://www.apache.org/licenses/LICENSE-2.0
12
+ *
13
+ * Unless required by applicable law or agreed to in writing, software
14
+ * distributed under the License is distributed on an "AS IS" BASIS,
15
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16
+ * See the License for the specific language governing permissions and
17
+ * limitations under the License.
18
+ *
19
+ * Do not edit the class manually.
20
+ */
21
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ /**
3
+ * Copyright 2026-present Coinbase Global, Inc.
4
+ *
5
+ * This file is generated by Openapi Generator https://github.com/openapitools/openapi-generator
6
+ *
7
+ * Licensed under the Apache License, Version 2.0 (the "License");
8
+ * you may not use this file except in compliance with the License.
9
+ * You may obtain a copy of the License at
10
+ *
11
+ * http://www.apache.org/licenses/LICENSE-2.0
12
+ *
13
+ * Unless required by applicable law or agreed to in writing, software
14
+ * distributed under the License is distributed on an "AS IS" BASIS,
15
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16
+ * See the License for the specific language governing permissions and
17
+ * limitations under the License.
18
+ *
19
+ * Do not edit the class manually.
20
+ */
21
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ /**
3
+ * Copyright 2026-present Coinbase Global, Inc.
4
+ *
5
+ * This file is generated by Openapi Generator https://github.com/openapitools/openapi-generator
6
+ *
7
+ * Licensed under the Apache License, Version 2.0 (the "License");
8
+ * you may not use this file except in compliance with the License.
9
+ * You may obtain a copy of the License at
10
+ *
11
+ * http://www.apache.org/licenses/LICENSE-2.0
12
+ *
13
+ * Unless required by applicable law or agreed to in writing, software
14
+ * distributed under the License is distributed on an "AS IS" BASIS,
15
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16
+ * See the License for the specific language governing permissions and
17
+ * limitations under the License.
18
+ *
19
+ * Do not edit the class manually.
20
+ */
21
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ /**
3
+ * Copyright 2026-present Coinbase Global, Inc.
4
+ *
5
+ * This file is generated by Openapi Generator https://github.com/openapitools/openapi-generator
6
+ *
7
+ * Licensed under the Apache License, Version 2.0 (the "License");
8
+ * you may not use this file except in compliance with the License.
9
+ * You may obtain a copy of the License at
10
+ *
11
+ * http://www.apache.org/licenses/LICENSE-2.0
12
+ *
13
+ * Unless required by applicable law or agreed to in writing, software
14
+ * distributed under the License is distributed on an "AS IS" BASIS,
15
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16
+ * See the License for the specific language governing permissions and
17
+ * limitations under the License.
18
+ *
19
+ * Do not edit the class manually.
20
+ */
21
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ /**
3
+ * Copyright 2026-present Coinbase Global, Inc.
4
+ *
5
+ * This file is generated by Openapi Generator https://github.com/openapitools/openapi-generator
6
+ *
7
+ * Licensed under the Apache License, Version 2.0 (the "License");
8
+ * you may not use this file except in compliance with the License.
9
+ * You may obtain a copy of the License at
10
+ *
11
+ * http://www.apache.org/licenses/LICENSE-2.0
12
+ *
13
+ * Unless required by applicable law or agreed to in writing, software
14
+ * distributed under the License is distributed on an "AS IS" BASIS,
15
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16
+ * See the License for the specific language governing permissions and
17
+ * limitations under the License.
18
+ *
19
+ * Do not edit the class manually.
20
+ */
21
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ /**
3
+ * Copyright 2026-present Coinbase Global, Inc.
4
+ *
5
+ * This file is generated by Openapi Generator https://github.com/openapitools/openapi-generator
6
+ *
7
+ * Licensed under the Apache License, Version 2.0 (the "License");
8
+ * you may not use this file except in compliance with the License.
9
+ * You may obtain a copy of the License at
10
+ *
11
+ * http://www.apache.org/licenses/LICENSE-2.0
12
+ *
13
+ * Unless required by applicable law or agreed to in writing, software
14
+ * distributed under the License is distributed on an "AS IS" BASIS,
15
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16
+ * See the License for the specific language governing permissions and
17
+ * limitations under the License.
18
+ *
19
+ * Do not edit the class manually.
20
+ */
21
+ Object.defineProperty(exports, "__esModule", { value: true });