@dynamic-labs/sdk-api 0.0.827 → 0.0.829

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 (104) hide show
  1. package/package.json +1 -1
  2. package/src/apis/AllowlistsApi.cjs +4 -0
  3. package/src/apis/AllowlistsApi.js +4 -0
  4. package/src/apis/AnalyticsApi.cjs +4 -0
  5. package/src/apis/AnalyticsApi.js +4 -0
  6. package/src/apis/ChainalysisApi.cjs +4 -0
  7. package/src/apis/ChainalysisApi.js +4 -0
  8. package/src/apis/ChainsApi.cjs +4 -0
  9. package/src/apis/ChainsApi.js +4 -0
  10. package/src/apis/CustomFieldsApi.cjs +4 -0
  11. package/src/apis/CustomFieldsApi.js +4 -0
  12. package/src/apis/CustomHostnamesApi.cjs +4 -0
  13. package/src/apis/CustomHostnamesApi.js +4 -0
  14. package/src/apis/CustomNetworksApi.cjs +4 -0
  15. package/src/apis/CustomNetworksApi.js +4 -0
  16. package/src/apis/DeeplinkUrlsApi.cjs +4 -0
  17. package/src/apis/DeeplinkUrlsApi.js +4 -0
  18. package/src/apis/EnvironmentsApi.cjs +4 -0
  19. package/src/apis/EnvironmentsApi.js +4 -0
  20. package/src/apis/EventsApi.cjs +4 -0
  21. package/src/apis/EventsApi.js +4 -0
  22. package/src/apis/ExportsApi.cjs +4 -0
  23. package/src/apis/ExportsApi.js +4 -0
  24. package/src/apis/ExternalJwtApi.cjs +4 -0
  25. package/src/apis/ExternalJwtApi.js +4 -0
  26. package/src/apis/GatesApi.cjs +4 -0
  27. package/src/apis/GatesApi.js +4 -0
  28. package/src/apis/GlobalWalletAccessControlApi.cjs +4 -0
  29. package/src/apis/GlobalWalletAccessControlApi.js +4 -0
  30. package/src/apis/GlobalWalletConnectionsApi.cjs +4 -0
  31. package/src/apis/GlobalWalletConnectionsApi.js +4 -0
  32. package/src/apis/GlobalWalletsApi.cjs +4 -0
  33. package/src/apis/GlobalWalletsApi.js +4 -0
  34. package/src/apis/InvitesApi.cjs +4 -0
  35. package/src/apis/InvitesApi.js +4 -0
  36. package/src/apis/MembersApi.cjs +4 -0
  37. package/src/apis/MembersApi.js +4 -0
  38. package/src/apis/MfaSettingsApi.cjs +4 -0
  39. package/src/apis/MfaSettingsApi.js +4 -0
  40. package/src/apis/NameServicesApi.cjs +4 -0
  41. package/src/apis/NameServicesApi.js +4 -0
  42. package/src/apis/OrganizationsApi.cjs +4 -0
  43. package/src/apis/OrganizationsApi.js +4 -0
  44. package/src/apis/OriginsApi.cjs +4 -0
  45. package/src/apis/OriginsApi.js +4 -0
  46. package/src/apis/ProjectsApi.cjs +4 -0
  47. package/src/apis/ProjectsApi.js +4 -0
  48. package/src/apis/SDKApi.cjs +4 -0
  49. package/src/apis/SDKApi.js +4 -0
  50. package/src/apis/SDKViewsApi.cjs +4 -0
  51. package/src/apis/SDKViewsApi.js +4 -0
  52. package/src/apis/SessionsApi.cjs +4 -0
  53. package/src/apis/SessionsApi.js +4 -0
  54. package/src/apis/SettingsApi.cjs +4 -0
  55. package/src/apis/SettingsApi.js +4 -0
  56. package/src/apis/TestAccountApi.cjs +4 -0
  57. package/src/apis/TestAccountApi.js +4 -0
  58. package/src/apis/TokensApi.cjs +4 -0
  59. package/src/apis/TokensApi.js +4 -0
  60. package/src/apis/UserApiTokensApi.cjs +4 -0
  61. package/src/apis/UserApiTokensApi.js +4 -0
  62. package/src/apis/UsersApi.cjs +4 -0
  63. package/src/apis/UsersApi.js +4 -0
  64. package/src/apis/VisitsApi.cjs +4 -0
  65. package/src/apis/VisitsApi.js +4 -0
  66. package/src/apis/WaasApi.cjs +4 -0
  67. package/src/apis/WaasApi.js +4 -0
  68. package/src/apis/WalletsApi.cjs +4 -0
  69. package/src/apis/WalletsApi.js +4 -0
  70. package/src/apis/WebhooksApi.cjs +4 -0
  71. package/src/apis/WebhooksApi.js +4 -0
  72. package/src/index.cjs +52 -0
  73. package/src/index.js +9 -0
  74. package/src/models/CoinbaseOnrampFee.cjs +37 -0
  75. package/src/models/CoinbaseOnrampFee.d.ts +40 -0
  76. package/src/models/CoinbaseOnrampFee.js +31 -0
  77. package/src/models/CoinbaseOnrampFeeType.cjs +40 -0
  78. package/src/models/CoinbaseOnrampFeeType.d.ts +23 -0
  79. package/src/models/CoinbaseOnrampFeeType.js +34 -0
  80. package/src/models/CoinbaseOnrampOrder.cjs +66 -0
  81. package/src/models/CoinbaseOnrampOrder.d.ts +120 -0
  82. package/src/models/CoinbaseOnrampOrder.js +60 -0
  83. package/src/models/CoinbaseOnrampOrderCreateRequest.cjs +54 -0
  84. package/src/models/CoinbaseOnrampOrderCreateRequest.d.ts +88 -0
  85. package/src/models/CoinbaseOnrampOrderCreateRequest.js +48 -0
  86. package/src/models/CoinbaseOnrampOrderPaymentLinkType.cjs +39 -0
  87. package/src/models/CoinbaseOnrampOrderPaymentLinkType.d.ts +22 -0
  88. package/src/models/CoinbaseOnrampOrderPaymentLinkType.js +33 -0
  89. package/src/models/CoinbaseOnrampOrderPaymentMethod.cjs +39 -0
  90. package/src/models/CoinbaseOnrampOrderPaymentMethod.d.ts +22 -0
  91. package/src/models/CoinbaseOnrampOrderPaymentMethod.js +33 -0
  92. package/src/models/CoinbaseOnrampOrderResponse.cjs +37 -0
  93. package/src/models/CoinbaseOnrampOrderResponse.d.ts +35 -0
  94. package/src/models/CoinbaseOnrampOrderResponse.js +31 -0
  95. package/src/models/CoinbaseOnrampOrderResponsePaymentLink.cjs +35 -0
  96. package/src/models/CoinbaseOnrampOrderResponsePaymentLink.d.ts +34 -0
  97. package/src/models/CoinbaseOnrampOrderResponsePaymentLink.js +29 -0
  98. package/src/models/CoinbaseOnrampOrderStatus.cjs +43 -0
  99. package/src/models/CoinbaseOnrampOrderStatus.d.ts +26 -0
  100. package/src/models/CoinbaseOnrampOrderStatus.js +37 -0
  101. package/src/models/JwtVerifiedCredential.cjs +2 -0
  102. package/src/models/JwtVerifiedCredential.d.ts +6 -0
  103. package/src/models/JwtVerifiedCredential.js +2 -0
  104. package/src/models/index.d.ts +9 -0
@@ -0,0 +1,35 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var CoinbaseOnrampOrderPaymentLinkType = require('./CoinbaseOnrampOrderPaymentLinkType.cjs');
6
+
7
+ /* tslint:disable */
8
+ function CoinbaseOnrampOrderResponsePaymentLinkFromJSON(json) {
9
+ return CoinbaseOnrampOrderResponsePaymentLinkFromJSONTyped(json);
10
+ }
11
+ function CoinbaseOnrampOrderResponsePaymentLinkFromJSONTyped(json, ignoreDiscriminator) {
12
+ if ((json === undefined) || (json === null)) {
13
+ return json;
14
+ }
15
+ return {
16
+ 'url': json['url'],
17
+ 'paymentLinkType': CoinbaseOnrampOrderPaymentLinkType.CoinbaseOnrampOrderPaymentLinkTypeFromJSON(json['paymentLinkType']),
18
+ };
19
+ }
20
+ function CoinbaseOnrampOrderResponsePaymentLinkToJSON(value) {
21
+ if (value === undefined) {
22
+ return undefined;
23
+ }
24
+ if (value === null) {
25
+ return null;
26
+ }
27
+ return {
28
+ 'url': value.url,
29
+ 'paymentLinkType': CoinbaseOnrampOrderPaymentLinkType.CoinbaseOnrampOrderPaymentLinkTypeToJSON(value.paymentLinkType),
30
+ };
31
+ }
32
+
33
+ exports.CoinbaseOnrampOrderResponsePaymentLinkFromJSON = CoinbaseOnrampOrderResponsePaymentLinkFromJSON;
34
+ exports.CoinbaseOnrampOrderResponsePaymentLinkFromJSONTyped = CoinbaseOnrampOrderResponsePaymentLinkFromJSONTyped;
35
+ exports.CoinbaseOnrampOrderResponsePaymentLinkToJSON = CoinbaseOnrampOrderResponsePaymentLinkToJSON;
@@ -0,0 +1,34 @@
1
+ /**
2
+ * Dashboard API
3
+ * Dashboard API documentation
4
+ *
5
+ * The version of the OpenAPI document: 1.0.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import { CoinbaseOnrampOrderPaymentLinkType } from './CoinbaseOnrampOrderPaymentLinkType';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface CoinbaseOnrampOrderResponsePaymentLink
17
+ */
18
+ export interface CoinbaseOnrampOrderResponsePaymentLink {
19
+ /**
20
+ * The URL to the hosted widget the user should be redirected to. For certain payment link types you can append your own redirect_url query parameter to this URL to ensure the user is redirected back to your app after the widget completes.
21
+ * @type {string}
22
+ * @memberof CoinbaseOnrampOrderResponsePaymentLink
23
+ */
24
+ url: string;
25
+ /**
26
+ *
27
+ * @type {CoinbaseOnrampOrderPaymentLinkType}
28
+ * @memberof CoinbaseOnrampOrderResponsePaymentLink
29
+ */
30
+ paymentLinkType: CoinbaseOnrampOrderPaymentLinkType;
31
+ }
32
+ export declare function CoinbaseOnrampOrderResponsePaymentLinkFromJSON(json: any): CoinbaseOnrampOrderResponsePaymentLink;
33
+ export declare function CoinbaseOnrampOrderResponsePaymentLinkFromJSONTyped(json: any, ignoreDiscriminator: boolean): CoinbaseOnrampOrderResponsePaymentLink;
34
+ export declare function CoinbaseOnrampOrderResponsePaymentLinkToJSON(value?: CoinbaseOnrampOrderResponsePaymentLink | null): any;
@@ -0,0 +1,29 @@
1
+ import { CoinbaseOnrampOrderPaymentLinkTypeFromJSON, CoinbaseOnrampOrderPaymentLinkTypeToJSON } from './CoinbaseOnrampOrderPaymentLinkType.js';
2
+
3
+ /* tslint:disable */
4
+ function CoinbaseOnrampOrderResponsePaymentLinkFromJSON(json) {
5
+ return CoinbaseOnrampOrderResponsePaymentLinkFromJSONTyped(json);
6
+ }
7
+ function CoinbaseOnrampOrderResponsePaymentLinkFromJSONTyped(json, ignoreDiscriminator) {
8
+ if ((json === undefined) || (json === null)) {
9
+ return json;
10
+ }
11
+ return {
12
+ 'url': json['url'],
13
+ 'paymentLinkType': CoinbaseOnrampOrderPaymentLinkTypeFromJSON(json['paymentLinkType']),
14
+ };
15
+ }
16
+ function CoinbaseOnrampOrderResponsePaymentLinkToJSON(value) {
17
+ if (value === undefined) {
18
+ return undefined;
19
+ }
20
+ if (value === null) {
21
+ return null;
22
+ }
23
+ return {
24
+ 'url': value.url,
25
+ 'paymentLinkType': CoinbaseOnrampOrderPaymentLinkTypeToJSON(value.paymentLinkType),
26
+ };
27
+ }
28
+
29
+ export { CoinbaseOnrampOrderResponsePaymentLinkFromJSON, CoinbaseOnrampOrderResponsePaymentLinkFromJSONTyped, CoinbaseOnrampOrderResponsePaymentLinkToJSON };
@@ -0,0 +1,43 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ /* tslint:disable */
6
+ /* eslint-disable */
7
+ /**
8
+ * Dashboard API
9
+ * Dashboard API documentation
10
+ *
11
+ * The version of the OpenAPI document: 1.0.0
12
+ *
13
+ *
14
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
15
+ * https://openapi-generator.tech
16
+ * Do not edit the class manually.
17
+ */
18
+ /**
19
+ * The status of an onramp order.
20
+ * @export
21
+ * @enum {string}
22
+ */
23
+ exports.CoinbaseOnrampOrderStatus = void 0;
24
+ (function (CoinbaseOnrampOrderStatus) {
25
+ CoinbaseOnrampOrderStatus["PendingAuth"] = "ONRAMP_ORDER_STATUS_PENDING_AUTH";
26
+ CoinbaseOnrampOrderStatus["PendingPayment"] = "ONRAMP_ORDER_STATUS_PENDING_PAYMENT";
27
+ CoinbaseOnrampOrderStatus["Processing"] = "ONRAMP_ORDER_STATUS_PROCESSING";
28
+ CoinbaseOnrampOrderStatus["Completed"] = "ONRAMP_ORDER_STATUS_COMPLETED";
29
+ CoinbaseOnrampOrderStatus["Failed"] = "ONRAMP_ORDER_STATUS_FAILED";
30
+ })(exports.CoinbaseOnrampOrderStatus || (exports.CoinbaseOnrampOrderStatus = {}));
31
+ function CoinbaseOnrampOrderStatusFromJSON(json) {
32
+ return CoinbaseOnrampOrderStatusFromJSONTyped(json);
33
+ }
34
+ function CoinbaseOnrampOrderStatusFromJSONTyped(json, ignoreDiscriminator) {
35
+ return json;
36
+ }
37
+ function CoinbaseOnrampOrderStatusToJSON(value) {
38
+ return value;
39
+ }
40
+
41
+ exports.CoinbaseOnrampOrderStatusFromJSON = CoinbaseOnrampOrderStatusFromJSON;
42
+ exports.CoinbaseOnrampOrderStatusFromJSONTyped = CoinbaseOnrampOrderStatusFromJSONTyped;
43
+ exports.CoinbaseOnrampOrderStatusToJSON = CoinbaseOnrampOrderStatusToJSON;
@@ -0,0 +1,26 @@
1
+ /**
2
+ * Dashboard API
3
+ * Dashboard API documentation
4
+ *
5
+ * The version of the OpenAPI document: 1.0.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ * The status of an onramp order.
14
+ * @export
15
+ * @enum {string}
16
+ */
17
+ export declare enum CoinbaseOnrampOrderStatus {
18
+ PendingAuth = "ONRAMP_ORDER_STATUS_PENDING_AUTH",
19
+ PendingPayment = "ONRAMP_ORDER_STATUS_PENDING_PAYMENT",
20
+ Processing = "ONRAMP_ORDER_STATUS_PROCESSING",
21
+ Completed = "ONRAMP_ORDER_STATUS_COMPLETED",
22
+ Failed = "ONRAMP_ORDER_STATUS_FAILED"
23
+ }
24
+ export declare function CoinbaseOnrampOrderStatusFromJSON(json: any): CoinbaseOnrampOrderStatus;
25
+ export declare function CoinbaseOnrampOrderStatusFromJSONTyped(json: any, ignoreDiscriminator: boolean): CoinbaseOnrampOrderStatus;
26
+ export declare function CoinbaseOnrampOrderStatusToJSON(value?: CoinbaseOnrampOrderStatus | null): any;
@@ -0,0 +1,37 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * Dashboard API
5
+ * Dashboard API documentation
6
+ *
7
+ * The version of the OpenAPI document: 1.0.0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ /**
15
+ * The status of an onramp order.
16
+ * @export
17
+ * @enum {string}
18
+ */
19
+ var CoinbaseOnrampOrderStatus;
20
+ (function (CoinbaseOnrampOrderStatus) {
21
+ CoinbaseOnrampOrderStatus["PendingAuth"] = "ONRAMP_ORDER_STATUS_PENDING_AUTH";
22
+ CoinbaseOnrampOrderStatus["PendingPayment"] = "ONRAMP_ORDER_STATUS_PENDING_PAYMENT";
23
+ CoinbaseOnrampOrderStatus["Processing"] = "ONRAMP_ORDER_STATUS_PROCESSING";
24
+ CoinbaseOnrampOrderStatus["Completed"] = "ONRAMP_ORDER_STATUS_COMPLETED";
25
+ CoinbaseOnrampOrderStatus["Failed"] = "ONRAMP_ORDER_STATUS_FAILED";
26
+ })(CoinbaseOnrampOrderStatus || (CoinbaseOnrampOrderStatus = {}));
27
+ function CoinbaseOnrampOrderStatusFromJSON(json) {
28
+ return CoinbaseOnrampOrderStatusFromJSONTyped(json);
29
+ }
30
+ function CoinbaseOnrampOrderStatusFromJSONTyped(json, ignoreDiscriminator) {
31
+ return json;
32
+ }
33
+ function CoinbaseOnrampOrderStatusToJSON(value) {
34
+ return value;
35
+ }
36
+
37
+ export { CoinbaseOnrampOrderStatus, CoinbaseOnrampOrderStatusFromJSON, CoinbaseOnrampOrderStatusFromJSONTyped, CoinbaseOnrampOrderStatusToJSON };
@@ -46,6 +46,7 @@ function JwtVerifiedCredentialFromJSONTyped(json, ignoreDiscriminator) {
46
46
  'walletAdditionalAddresses': !runtime.exists(json, 'wallet_additional_addresses') ? undefined : (json['wallet_additional_addresses'].map(WalletAdditionalAddress.WalletAdditionalAddressFromJSON)),
47
47
  'lastSelectedAt': !runtime.exists(json, 'lastSelectedAt') ? undefined : (new Date(json['lastSelectedAt'])),
48
48
  'signInEnabled': json['signInEnabled'],
49
+ 'verifiedAt': !runtime.exists(json, 'verifiedAt') ? undefined : (new Date(json['verifiedAt'])),
49
50
  };
50
51
  }
51
52
  function JwtVerifiedCredentialToJSON(value) {
@@ -83,6 +84,7 @@ function JwtVerifiedCredentialToJSON(value) {
83
84
  'wallet_additional_addresses': value.walletAdditionalAddresses === undefined ? undefined : (value.walletAdditionalAddresses.map(WalletAdditionalAddress.WalletAdditionalAddressToJSON)),
84
85
  'lastSelectedAt': value.lastSelectedAt === undefined ? undefined : (value.lastSelectedAt.toISOString()),
85
86
  'signInEnabled': value.signInEnabled,
87
+ 'verifiedAt': value.verifiedAt === undefined ? undefined : (value.verifiedAt.toISOString()),
86
88
  };
87
89
  }
88
90
 
@@ -183,6 +183,12 @@ export interface JwtVerifiedCredential {
183
183
  * @memberof JwtVerifiedCredential
184
184
  */
185
185
  signInEnabled: boolean;
186
+ /**
187
+ * This timestamp indicates the last time this verified credential was verified.
188
+ * @type {Date}
189
+ * @memberof JwtVerifiedCredential
190
+ */
191
+ verifiedAt?: Date;
186
192
  }
187
193
  export declare function JwtVerifiedCredentialFromJSON(json: any): JwtVerifiedCredential;
188
194
  export declare function JwtVerifiedCredentialFromJSONTyped(json: any, ignoreDiscriminator: boolean): JwtVerifiedCredential;
@@ -42,6 +42,7 @@ function JwtVerifiedCredentialFromJSONTyped(json, ignoreDiscriminator) {
42
42
  'walletAdditionalAddresses': !exists(json, 'wallet_additional_addresses') ? undefined : (json['wallet_additional_addresses'].map(WalletAdditionalAddressFromJSON)),
43
43
  'lastSelectedAt': !exists(json, 'lastSelectedAt') ? undefined : (new Date(json['lastSelectedAt'])),
44
44
  'signInEnabled': json['signInEnabled'],
45
+ 'verifiedAt': !exists(json, 'verifiedAt') ? undefined : (new Date(json['verifiedAt'])),
45
46
  };
46
47
  }
47
48
  function JwtVerifiedCredentialToJSON(value) {
@@ -79,6 +80,7 @@ function JwtVerifiedCredentialToJSON(value) {
79
80
  'wallet_additional_addresses': value.walletAdditionalAddresses === undefined ? undefined : (value.walletAdditionalAddresses.map(WalletAdditionalAddressToJSON)),
80
81
  'lastSelectedAt': value.lastSelectedAt === undefined ? undefined : (value.lastSelectedAt.toISOString()),
81
82
  'signInEnabled': value.signInEnabled,
83
+ 'verifiedAt': value.verifiedAt === undefined ? undefined : (value.verifiedAt.toISOString()),
82
84
  };
83
85
  }
84
86
 
@@ -70,6 +70,15 @@ export * from './ChainalysisCheck';
70
70
  export * from './ChainalysisCheckResultEnum';
71
71
  export * from './ChainalysisConfiguration';
72
72
  export * from './CoinbaseMpcWalletProperties';
73
+ export * from './CoinbaseOnrampFee';
74
+ export * from './CoinbaseOnrampFeeType';
75
+ export * from './CoinbaseOnrampOrder';
76
+ export * from './CoinbaseOnrampOrderCreateRequest';
77
+ export * from './CoinbaseOnrampOrderPaymentLinkType';
78
+ export * from './CoinbaseOnrampOrderPaymentMethod';
79
+ export * from './CoinbaseOnrampOrderResponse';
80
+ export * from './CoinbaseOnrampOrderResponsePaymentLink';
81
+ export * from './CoinbaseOnrampOrderStatus';
73
82
  export * from './CompletePasskeyRecoveryRequest';
74
83
  export * from './ConnectRequest';
75
84
  export * from './CreateEmbeddedWalletParams';