@dynamic-labs/sdk-api 0.0.1075 → 0.0.1077

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 (110) hide show
  1. package/package.json +1 -1
  2. package/src/apis/AdminActionsApi.cjs +1 -0
  3. package/src/apis/AdminActionsApi.js +1 -0
  4. package/src/apis/AllowlistsApi.cjs +1 -0
  5. package/src/apis/AllowlistsApi.js +1 -0
  6. package/src/apis/AnalyticsApi.cjs +1 -0
  7. package/src/apis/AnalyticsApi.js +1 -0
  8. package/src/apis/AuthorizedClientsApi.cjs +1 -0
  9. package/src/apis/AuthorizedClientsApi.js +1 -0
  10. package/src/apis/CaptchaApi.cjs +1 -0
  11. package/src/apis/CaptchaApi.js +1 -0
  12. package/src/apis/ChainalysisApi.cjs +3 -68
  13. package/src/apis/ChainalysisApi.d.ts +2 -28
  14. package/src/apis/ChainalysisApi.js +3 -68
  15. package/src/apis/ChainsApi.cjs +1 -0
  16. package/src/apis/ChainsApi.js +1 -0
  17. package/src/apis/CheckoutApi.cjs +1 -0
  18. package/src/apis/CheckoutApi.js +1 -0
  19. package/src/apis/ClientGrantApi.cjs +1 -0
  20. package/src/apis/ClientGrantApi.js +1 -0
  21. package/src/apis/CustomFieldsApi.cjs +1 -0
  22. package/src/apis/CustomFieldsApi.js +1 -0
  23. package/src/apis/CustomHostnamesApi.cjs +1 -0
  24. package/src/apis/CustomHostnamesApi.js +1 -0
  25. package/src/apis/CustomNetworksApi.cjs +1 -0
  26. package/src/apis/CustomNetworksApi.js +1 -0
  27. package/src/apis/DeeplinkUrlsApi.cjs +1 -0
  28. package/src/apis/DeeplinkUrlsApi.js +1 -0
  29. package/src/apis/EnvironmentsApi.cjs +3 -2
  30. package/src/apis/EnvironmentsApi.d.ts +2 -2
  31. package/src/apis/EnvironmentsApi.js +3 -2
  32. package/src/apis/EventsApi.cjs +1 -0
  33. package/src/apis/EventsApi.js +1 -0
  34. package/src/apis/ExchangesApi.cjs +1 -0
  35. package/src/apis/ExchangesApi.js +1 -0
  36. package/src/apis/ExportsApi.cjs +1 -0
  37. package/src/apis/ExportsApi.js +1 -0
  38. package/src/apis/ExternalJwtApi.cjs +1 -0
  39. package/src/apis/ExternalJwtApi.js +1 -0
  40. package/src/apis/FlowAnalyticsApi.cjs +1 -0
  41. package/src/apis/FlowAnalyticsApi.js +1 -0
  42. package/src/apis/GatesApi.cjs +1 -0
  43. package/src/apis/GatesApi.js +1 -0
  44. package/src/apis/GlobalWalletAccessControlApi.cjs +1 -0
  45. package/src/apis/GlobalWalletAccessControlApi.js +1 -0
  46. package/src/apis/GlobalWalletConnectionsApi.cjs +1 -0
  47. package/src/apis/GlobalWalletConnectionsApi.js +1 -0
  48. package/src/apis/GlobalWalletsApi.cjs +1 -0
  49. package/src/apis/GlobalWalletsApi.js +1 -0
  50. package/src/apis/InvitesApi.cjs +1 -0
  51. package/src/apis/InvitesApi.js +1 -0
  52. package/src/apis/MembersApi.cjs +1 -0
  53. package/src/apis/MembersApi.js +1 -0
  54. package/src/apis/MfaSettingsApi.cjs +1 -0
  55. package/src/apis/MfaSettingsApi.js +1 -0
  56. package/src/apis/NameServicesApi.cjs +1 -0
  57. package/src/apis/NameServicesApi.js +1 -0
  58. package/src/apis/OrganizationSettingsApi.cjs +1 -0
  59. package/src/apis/OrganizationSettingsApi.js +1 -0
  60. package/src/apis/OrganizationsApi.cjs +1 -0
  61. package/src/apis/OrganizationsApi.js +1 -0
  62. package/src/apis/OriginsApi.cjs +1 -0
  63. package/src/apis/OriginsApi.js +1 -0
  64. package/src/apis/ProjectsApi.cjs +1 -0
  65. package/src/apis/ProjectsApi.js +1 -0
  66. package/src/apis/ProvidersApi.cjs +1 -0
  67. package/src/apis/ProvidersApi.js +1 -0
  68. package/src/apis/SDKApi.cjs +187 -5
  69. package/src/apis/SDKApi.d.ts +78 -7
  70. package/src/apis/SDKApi.js +187 -5
  71. package/src/apis/SDKViewsApi.cjs +1 -0
  72. package/src/apis/SDKViewsApi.js +1 -0
  73. package/src/apis/SessionsApi.cjs +1 -0
  74. package/src/apis/SessionsApi.js +1 -0
  75. package/src/apis/TestAccountApi.cjs +1 -0
  76. package/src/apis/TestAccountApi.js +1 -0
  77. package/src/apis/TokensApi.cjs +1 -0
  78. package/src/apis/TokensApi.js +1 -0
  79. package/src/apis/UserApiTokensApi.cjs +1 -0
  80. package/src/apis/UserApiTokensApi.js +1 -0
  81. package/src/apis/UsersApi.cjs +1 -0
  82. package/src/apis/UsersApi.js +1 -0
  83. package/src/apis/VisitsApi.cjs +1 -0
  84. package/src/apis/VisitsApi.js +1 -0
  85. package/src/apis/WaasApi.cjs +30 -0
  86. package/src/apis/WaasApi.d.ts +14 -0
  87. package/src/apis/WaasApi.js +30 -0
  88. package/src/apis/WalletConnectApi.cjs +1 -0
  89. package/src/apis/WalletConnectApi.js +1 -0
  90. package/src/apis/WalletsApi.cjs +1 -0
  91. package/src/apis/WalletsApi.js +1 -0
  92. package/src/apis/WebhooksApi.cjs +1 -0
  93. package/src/apis/WebhooksApi.js +1 -0
  94. package/src/index.cjs +16 -0
  95. package/src/index.js +3 -0
  96. package/src/models/InlineResponse2008.cjs +3 -3
  97. package/src/models/InlineResponse2008.d.ts +3 -3
  98. package/src/models/InlineResponse2008.js +3 -3
  99. package/src/models/InlineResponse2009.cjs +33 -0
  100. package/src/models/InlineResponse2009.d.ts +28 -0
  101. package/src/models/InlineResponse2009.js +27 -0
  102. package/src/models/TransferBusinessAccountOwnershipSdkRequest.cjs +43 -0
  103. package/src/models/TransferBusinessAccountOwnershipSdkRequest.d.ts +27 -0
  104. package/src/models/TransferBusinessAccountOwnershipSdkRequest.js +37 -0
  105. package/src/models/UpdateBusinessAccountMemberRoleSdkRequest.cjs +52 -0
  106. package/src/models/UpdateBusinessAccountMemberRoleSdkRequest.d.ts +35 -0
  107. package/src/models/UpdateBusinessAccountMemberRoleSdkRequest.js +46 -0
  108. package/src/models/User.d.ts +1 -1
  109. package/src/models/UserAllOf.d.ts +1 -1
  110. package/src/models/index.d.ts +3 -0
@@ -61,6 +61,10 @@ export interface GetDelegatedAccessEncryptionPublicKeysRequest {
61
61
  export interface GetWaasPolicyRequest {
62
62
  environmentId: string;
63
63
  }
64
+ export interface GetWaasPolicyLayerRequest {
65
+ environmentId: string;
66
+ walletId: string;
67
+ }
64
68
  export interface GetWaasTransactionReviewConfigRequest {
65
69
  environmentId: string;
66
70
  }
@@ -229,6 +233,16 @@ export declare class WaasApi extends runtime.BaseAPI {
229
233
  * Get the WAAS policy for an environment
230
234
  */
231
235
  getWaasPolicy(requestParameters: GetWaasPolicyRequest, initOverrides?: RequestInit): Promise<WaasPolicyResponse>;
236
+ /**
237
+ * Returns the specified wallet\'s Composition Layer content without mutating it.
238
+ * Get a wallet-Layer\'s current Rules
239
+ */
240
+ getWaasPolicyLayerRaw(requestParameters: GetWaasPolicyLayerRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<WaasPolicyLayerResponse>>;
241
+ /**
242
+ * Returns the specified wallet\'s Composition Layer content without mutating it.
243
+ * Get a wallet-Layer\'s current Rules
244
+ */
245
+ getWaasPolicyLayer(requestParameters: GetWaasPolicyLayerRequest, initOverrides?: RequestInit): Promise<WaasPolicyLayerResponse>;
232
246
  /**
233
247
  * Returns the webhook configuration used to review transactions before signing.
234
248
  * Get the transaction review config for an environment
@@ -129,6 +129,7 @@ import '../models/SubscriptionAdvancedScopeEnum.js';
129
129
  import '../models/SubscriptionFreeScopeEnum.js';
130
130
  import '../models/SwapQuoteRequest.js';
131
131
  import '../models/SwapStatusResponse.js';
132
+ import '../models/UpdateBusinessAccountMemberRoleSdkRequest.js';
132
133
  import '../models/UserFieldsCheckEnum.js';
133
134
  import '../models/UserFilterableFieldsEnum.js';
134
135
  import { UserResponseFromJSON } from '../models/UserResponse.js';
@@ -564,6 +565,35 @@ class WaasApi extends BaseAPI {
564
565
  const response = await this.getWaasPolicyRaw(requestParameters, initOverrides);
565
566
  return await response.value();
566
567
  }
568
+ /**
569
+ * Returns the specified wallet\'s Composition Layer content without mutating it.
570
+ * Get a wallet-Layer\'s current Rules
571
+ */
572
+ async getWaasPolicyLayerRaw(requestParameters, initOverrides) {
573
+ if (requestParameters.environmentId === null || requestParameters.environmentId === undefined) {
574
+ throw new RequiredError('environmentId', 'Required parameter requestParameters.environmentId was null or undefined when calling getWaasPolicyLayer.');
575
+ }
576
+ if (requestParameters.walletId === null || requestParameters.walletId === undefined) {
577
+ throw new RequiredError('walletId', 'Required parameter requestParameters.walletId was null or undefined when calling getWaasPolicyLayer.');
578
+ }
579
+ const queryParameters = {};
580
+ const headerParameters = {};
581
+ const response = await this.request({
582
+ path: `/environments/{environmentId}/waas/wallets/{walletId}/policy-layer`.replace(`{${"environmentId"}}`, encodeURIComponent(String(requestParameters.environmentId))).replace(`{${"walletId"}}`, encodeURIComponent(String(requestParameters.walletId))),
583
+ method: 'GET',
584
+ headers: headerParameters,
585
+ query: queryParameters,
586
+ }, initOverrides);
587
+ return new JSONApiResponse(response, (jsonValue) => WaasPolicyLayerResponseFromJSON(jsonValue));
588
+ }
589
+ /**
590
+ * Returns the specified wallet\'s Composition Layer content without mutating it.
591
+ * Get a wallet-Layer\'s current Rules
592
+ */
593
+ async getWaasPolicyLayer(requestParameters, initOverrides) {
594
+ const response = await this.getWaasPolicyLayerRaw(requestParameters, initOverrides);
595
+ return await response.value();
596
+ }
567
597
  /**
568
598
  * Returns the webhook configuration used to review transactions before signing.
569
599
  * Get the transaction review config for an environment
@@ -126,6 +126,7 @@ require('../models/SubscriptionAdvancedScopeEnum.cjs');
126
126
  require('../models/SubscriptionFreeScopeEnum.cjs');
127
127
  require('../models/SwapQuoteRequest.cjs');
128
128
  require('../models/SwapStatusResponse.cjs');
129
+ require('../models/UpdateBusinessAccountMemberRoleSdkRequest.cjs');
129
130
  require('../models/UserFieldsCheckEnum.cjs');
130
131
  require('../models/UserFilterableFieldsEnum.cjs');
131
132
  require('../models/VisitorFilterableFieldsEnum.cjs');
@@ -122,6 +122,7 @@ import '../models/SubscriptionAdvancedScopeEnum.js';
122
122
  import '../models/SubscriptionFreeScopeEnum.js';
123
123
  import '../models/SwapQuoteRequest.js';
124
124
  import '../models/SwapStatusResponse.js';
125
+ import '../models/UpdateBusinessAccountMemberRoleSdkRequest.js';
125
126
  import '../models/UserFieldsCheckEnum.js';
126
127
  import '../models/UserFilterableFieldsEnum.js';
127
128
  import '../models/VisitorFilterableFieldsEnum.js';
@@ -130,6 +130,7 @@ require('../models/SubscriptionAdvancedScopeEnum.cjs');
130
130
  require('../models/SubscriptionFreeScopeEnum.cjs');
131
131
  require('../models/SwapQuoteRequest.cjs');
132
132
  require('../models/SwapStatusResponse.cjs');
133
+ require('../models/UpdateBusinessAccountMemberRoleSdkRequest.cjs');
133
134
  require('../models/UserFieldsCheckEnum.cjs');
134
135
  require('../models/UserFilterableFieldsEnum.cjs');
135
136
  var UserResponse = require('../models/UserResponse.cjs');
@@ -126,6 +126,7 @@ import '../models/SubscriptionAdvancedScopeEnum.js';
126
126
  import '../models/SubscriptionFreeScopeEnum.js';
127
127
  import '../models/SwapQuoteRequest.js';
128
128
  import '../models/SwapStatusResponse.js';
129
+ import '../models/UpdateBusinessAccountMemberRoleSdkRequest.js';
129
130
  import '../models/UserFieldsCheckEnum.js';
130
131
  import '../models/UserFilterableFieldsEnum.js';
131
132
  import { UserResponseFromJSON } from '../models/UserResponse.js';
@@ -126,6 +126,7 @@ require('../models/SubscriptionAdvancedScopeEnum.cjs');
126
126
  require('../models/SubscriptionFreeScopeEnum.cjs');
127
127
  require('../models/SwapQuoteRequest.cjs');
128
128
  require('../models/SwapStatusResponse.cjs');
129
+ require('../models/UpdateBusinessAccountMemberRoleSdkRequest.cjs');
129
130
  require('../models/UserFieldsCheckEnum.cjs');
130
131
  require('../models/UserFilterableFieldsEnum.cjs');
131
132
  require('../models/VisitorFilterableFieldsEnum.cjs');
@@ -122,6 +122,7 @@ import '../models/SubscriptionAdvancedScopeEnum.js';
122
122
  import '../models/SubscriptionFreeScopeEnum.js';
123
123
  import '../models/SwapQuoteRequest.js';
124
124
  import '../models/SwapStatusResponse.js';
125
+ import '../models/UpdateBusinessAccountMemberRoleSdkRequest.js';
125
126
  import '../models/UserFieldsCheckEnum.js';
126
127
  import '../models/UserFilterableFieldsEnum.js';
127
128
  import '../models/VisitorFilterableFieldsEnum.js';
package/src/index.cjs CHANGED
@@ -413,6 +413,7 @@ var InlineResponse2005 = require('./models/InlineResponse2005.cjs');
413
413
  var InlineResponse2006 = require('./models/InlineResponse2006.cjs');
414
414
  var InlineResponse2007 = require('./models/InlineResponse2007.cjs');
415
415
  var InlineResponse2008 = require('./models/InlineResponse2008.cjs');
416
+ var InlineResponse2009 = require('./models/InlineResponse2009.cjs');
416
417
  var InlineResponse201 = require('./models/InlineResponse201.cjs');
417
418
  var InlineResponse400 = require('./models/InlineResponse400.cjs');
418
419
  var IntegrationSetting = require('./models/IntegrationSetting.cjs');
@@ -715,6 +716,7 @@ var TokensResponse = require('./models/TokensResponse.cjs');
715
716
  var TooManyRequests = require('./models/TooManyRequests.cjs');
716
717
  var TransactionFeeEstimateRequest = require('./models/TransactionFeeEstimateRequest.cjs');
717
718
  var TransactionFeeEstimateResponse = require('./models/TransactionFeeEstimateResponse.cjs');
719
+ var TransferBusinessAccountOwnershipSdkRequest = require('./models/TransferBusinessAccountOwnershipSdkRequest.cjs');
718
720
  var TransferDestination = require('./models/TransferDestination.cjs');
719
721
  var TransferDestinationResponse = require('./models/TransferDestinationResponse.cjs');
720
722
  var TurnkeyCreateWalletAccountsRequestBody = require('./models/TurnkeyCreateWalletAccountsRequestBody.cjs');
@@ -730,6 +732,7 @@ var UnprocessableEntity = require('./models/UnprocessableEntity.cjs');
730
732
  var UnprocessableEntityErrorCode = require('./models/UnprocessableEntityErrorCode.cjs');
731
733
  var UnprocessableEntityErrorPayload = require('./models/UnprocessableEntityErrorPayload.cjs');
732
734
  var UpdateAuthorizedClientRequest = require('./models/UpdateAuthorizedClientRequest.cjs');
735
+ var UpdateBusinessAccountMemberRoleSdkRequest = require('./models/UpdateBusinessAccountMemberRoleSdkRequest.cjs');
733
736
  var UpdateProjectRequest = require('./models/UpdateProjectRequest.cjs');
734
737
  var UpdateProjectResponse = require('./models/UpdateProjectResponse.cjs');
735
738
  var UpdateRecoveryEmailRequest = require('./models/UpdateRecoveryEmailRequest.cjs');
@@ -2307,6 +2310,9 @@ exports.InlineResponse2007ToJSON = InlineResponse2007.InlineResponse2007ToJSON;
2307
2310
  exports.InlineResponse2008FromJSON = InlineResponse2008.InlineResponse2008FromJSON;
2308
2311
  exports.InlineResponse2008FromJSONTyped = InlineResponse2008.InlineResponse2008FromJSONTyped;
2309
2312
  exports.InlineResponse2008ToJSON = InlineResponse2008.InlineResponse2008ToJSON;
2313
+ exports.InlineResponse2009FromJSON = InlineResponse2009.InlineResponse2009FromJSON;
2314
+ exports.InlineResponse2009FromJSONTyped = InlineResponse2009.InlineResponse2009FromJSONTyped;
2315
+ exports.InlineResponse2009ToJSON = InlineResponse2009.InlineResponse2009ToJSON;
2310
2316
  exports.InlineResponse201FromJSON = InlineResponse201.InlineResponse201FromJSON;
2311
2317
  exports.InlineResponse201FromJSONTyped = InlineResponse201.InlineResponse201FromJSONTyped;
2312
2318
  exports.InlineResponse201ToJSON = InlineResponse201.InlineResponse201ToJSON;
@@ -3409,6 +3415,9 @@ exports.TransactionFeeEstimateRequestToJSON = TransactionFeeEstimateRequest.Tran
3409
3415
  exports.TransactionFeeEstimateResponseFromJSON = TransactionFeeEstimateResponse.TransactionFeeEstimateResponseFromJSON;
3410
3416
  exports.TransactionFeeEstimateResponseFromJSONTyped = TransactionFeeEstimateResponse.TransactionFeeEstimateResponseFromJSONTyped;
3411
3417
  exports.TransactionFeeEstimateResponseToJSON = TransactionFeeEstimateResponse.TransactionFeeEstimateResponseToJSON;
3418
+ exports.TransferBusinessAccountOwnershipSdkRequestFromJSON = TransferBusinessAccountOwnershipSdkRequest.TransferBusinessAccountOwnershipSdkRequestFromJSON;
3419
+ exports.TransferBusinessAccountOwnershipSdkRequestFromJSONTyped = TransferBusinessAccountOwnershipSdkRequest.TransferBusinessAccountOwnershipSdkRequestFromJSONTyped;
3420
+ exports.TransferBusinessAccountOwnershipSdkRequestToJSON = TransferBusinessAccountOwnershipSdkRequest.TransferBusinessAccountOwnershipSdkRequestToJSON;
3412
3421
  exports.TransferDestinationFromJSON = TransferDestination.TransferDestinationFromJSON;
3413
3422
  exports.TransferDestinationFromJSONTyped = TransferDestination.TransferDestinationFromJSONTyped;
3414
3423
  exports.TransferDestinationToJSON = TransferDestination.TransferDestinationToJSON;
@@ -3458,6 +3467,13 @@ exports.UnprocessableEntityErrorPayloadToJSON = UnprocessableEntityErrorPayload.
3458
3467
  exports.UpdateAuthorizedClientRequestFromJSON = UpdateAuthorizedClientRequest.UpdateAuthorizedClientRequestFromJSON;
3459
3468
  exports.UpdateAuthorizedClientRequestFromJSONTyped = UpdateAuthorizedClientRequest.UpdateAuthorizedClientRequestFromJSONTyped;
3460
3469
  exports.UpdateAuthorizedClientRequestToJSON = UpdateAuthorizedClientRequest.UpdateAuthorizedClientRequestToJSON;
3470
+ exports.UpdateBusinessAccountMemberRoleSdkRequestFromJSON = UpdateBusinessAccountMemberRoleSdkRequest.UpdateBusinessAccountMemberRoleSdkRequestFromJSON;
3471
+ exports.UpdateBusinessAccountMemberRoleSdkRequestFromJSONTyped = UpdateBusinessAccountMemberRoleSdkRequest.UpdateBusinessAccountMemberRoleSdkRequestFromJSONTyped;
3472
+ Object.defineProperty(exports, 'UpdateBusinessAccountMemberRoleSdkRequestRoleEnum', {
3473
+ enumerable: true,
3474
+ get: function () { return UpdateBusinessAccountMemberRoleSdkRequest.UpdateBusinessAccountMemberRoleSdkRequestRoleEnum; }
3475
+ });
3476
+ exports.UpdateBusinessAccountMemberRoleSdkRequestToJSON = UpdateBusinessAccountMemberRoleSdkRequest.UpdateBusinessAccountMemberRoleSdkRequestToJSON;
3461
3477
  exports.UpdateProjectRequestFromJSON = UpdateProjectRequest.UpdateProjectRequestFromJSON;
3462
3478
  exports.UpdateProjectRequestFromJSONTyped = UpdateProjectRequest.UpdateProjectRequestFromJSONTyped;
3463
3479
  exports.UpdateProjectRequestToJSON = UpdateProjectRequest.UpdateProjectRequestToJSON;
package/src/index.js CHANGED
@@ -409,6 +409,7 @@ export { InlineResponse2005FromJSON, InlineResponse2005FromJSONTyped, InlineResp
409
409
  export { InlineResponse2006FromJSON, InlineResponse2006FromJSONTyped, InlineResponse2006ToJSON } from './models/InlineResponse2006.js';
410
410
  export { InlineResponse2007FromJSON, InlineResponse2007FromJSONTyped, InlineResponse2007ToJSON } from './models/InlineResponse2007.js';
411
411
  export { InlineResponse2008FromJSON, InlineResponse2008FromJSONTyped, InlineResponse2008ToJSON } from './models/InlineResponse2008.js';
412
+ export { InlineResponse2009FromJSON, InlineResponse2009FromJSONTyped, InlineResponse2009ToJSON } from './models/InlineResponse2009.js';
412
413
  export { InlineResponse201FromJSON, InlineResponse201FromJSONTyped, InlineResponse201ToJSON } from './models/InlineResponse201.js';
413
414
  export { InlineResponse400FromJSON, InlineResponse400FromJSONTyped, InlineResponse400ToJSON } from './models/InlineResponse400.js';
414
415
  export { IntegrationSettingFromJSON, IntegrationSettingFromJSONTyped, IntegrationSettingToJSON } from './models/IntegrationSetting.js';
@@ -711,6 +712,7 @@ export { TokensResponseFromJSON, TokensResponseFromJSONTyped, TokensResponseToJS
711
712
  export { TooManyRequestsFromJSON, TooManyRequestsFromJSONTyped, TooManyRequestsToJSON } from './models/TooManyRequests.js';
712
713
  export { TransactionFeeEstimateRequestFromJSON, TransactionFeeEstimateRequestFromJSONTyped, TransactionFeeEstimateRequestToJSON } from './models/TransactionFeeEstimateRequest.js';
713
714
  export { TransactionFeeEstimateResponseFromJSON, TransactionFeeEstimateResponseFromJSONTyped, TransactionFeeEstimateResponseToJSON } from './models/TransactionFeeEstimateResponse.js';
715
+ export { TransferBusinessAccountOwnershipSdkRequestFromJSON, TransferBusinessAccountOwnershipSdkRequestFromJSONTyped, TransferBusinessAccountOwnershipSdkRequestToJSON } from './models/TransferBusinessAccountOwnershipSdkRequest.js';
714
716
  export { TransferDestinationFromJSON, TransferDestinationFromJSONTyped, TransferDestinationToJSON } from './models/TransferDestination.js';
715
717
  export { TransferDestinationResponseFromJSON, TransferDestinationResponseFromJSONTyped, TransferDestinationResponseToJSON } from './models/TransferDestinationResponse.js';
716
718
  export { TurnkeyCreateWalletAccountsRequestBodyFromJSON, TurnkeyCreateWalletAccountsRequestBodyFromJSONTyped, TurnkeyCreateWalletAccountsRequestBodyToJSON } from './models/TurnkeyCreateWalletAccountsRequestBody.js';
@@ -726,6 +728,7 @@ export { UnprocessableEntityFromJSON, UnprocessableEntityFromJSONTyped, Unproces
726
728
  export { UnprocessableEntityErrorCode, UnprocessableEntityErrorCodeFromJSON, UnprocessableEntityErrorCodeFromJSONTyped, UnprocessableEntityErrorCodeToJSON } from './models/UnprocessableEntityErrorCode.js';
727
729
  export { UnprocessableEntityErrorPayloadFromJSON, UnprocessableEntityErrorPayloadFromJSONTyped, UnprocessableEntityErrorPayloadToJSON } from './models/UnprocessableEntityErrorPayload.js';
728
730
  export { UpdateAuthorizedClientRequestFromJSON, UpdateAuthorizedClientRequestFromJSONTyped, UpdateAuthorizedClientRequestToJSON } from './models/UpdateAuthorizedClientRequest.js';
731
+ export { UpdateBusinessAccountMemberRoleSdkRequestFromJSON, UpdateBusinessAccountMemberRoleSdkRequestFromJSONTyped, UpdateBusinessAccountMemberRoleSdkRequestRoleEnum, UpdateBusinessAccountMemberRoleSdkRequestToJSON } from './models/UpdateBusinessAccountMemberRoleSdkRequest.js';
729
732
  export { UpdateProjectRequestFromJSON, UpdateProjectRequestFromJSONTyped, UpdateProjectRequestToJSON } from './models/UpdateProjectRequest.js';
730
733
  export { UpdateProjectResponseFromJSON, UpdateProjectResponseFromJSONTyped, UpdateProjectResponseToJSON } from './models/UpdateProjectResponse.js';
731
734
  export { UpdateRecoveryEmailRequestFromJSON, UpdateRecoveryEmailRequestFromJSONTyped, UpdateRecoveryEmailRequestToJSON } from './models/UpdateRecoveryEmailRequest.js';
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var BusinessAccountSigner = require('./BusinessAccountSigner.cjs');
5
+ var BusinessAccountMember = require('./BusinessAccountMember.cjs');
6
6
 
7
7
  /* tslint:disable */
8
8
  function InlineResponse2008FromJSON(json) {
@@ -13,7 +13,7 @@ function InlineResponse2008FromJSONTyped(json, ignoreDiscriminator) {
13
13
  return json;
14
14
  }
15
15
  return {
16
- 'signer': BusinessAccountSigner.BusinessAccountSignerFromJSON(json['signer']),
16
+ 'member': BusinessAccountMember.BusinessAccountMemberFromJSON(json['member']),
17
17
  };
18
18
  }
19
19
  function InlineResponse2008ToJSON(value) {
@@ -24,7 +24,7 @@ function InlineResponse2008ToJSON(value) {
24
24
  return null;
25
25
  }
26
26
  return {
27
- 'signer': BusinessAccountSigner.BusinessAccountSignerToJSON(value.signer),
27
+ 'member': BusinessAccountMember.BusinessAccountMemberToJSON(value.member),
28
28
  };
29
29
  }
30
30
 
@@ -9,7 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { BusinessAccountSigner } from './BusinessAccountSigner';
12
+ import { BusinessAccountMember } from './BusinessAccountMember';
13
13
  /**
14
14
  *
15
15
  * @export
@@ -18,10 +18,10 @@ import { BusinessAccountSigner } from './BusinessAccountSigner';
18
18
  export interface InlineResponse2008 {
19
19
  /**
20
20
  *
21
- * @type {BusinessAccountSigner}
21
+ * @type {BusinessAccountMember}
22
22
  * @memberof InlineResponse2008
23
23
  */
24
- signer: BusinessAccountSigner;
24
+ member: BusinessAccountMember;
25
25
  }
26
26
  export declare function InlineResponse2008FromJSON(json: any): InlineResponse2008;
27
27
  export declare function InlineResponse2008FromJSONTyped(json: any, ignoreDiscriminator: boolean): InlineResponse2008;
@@ -1,4 +1,4 @@
1
- import { BusinessAccountSignerFromJSON, BusinessAccountSignerToJSON } from './BusinessAccountSigner.js';
1
+ import { BusinessAccountMemberFromJSON, BusinessAccountMemberToJSON } from './BusinessAccountMember.js';
2
2
 
3
3
  /* tslint:disable */
4
4
  function InlineResponse2008FromJSON(json) {
@@ -9,7 +9,7 @@ function InlineResponse2008FromJSONTyped(json, ignoreDiscriminator) {
9
9
  return json;
10
10
  }
11
11
  return {
12
- 'signer': BusinessAccountSignerFromJSON(json['signer']),
12
+ 'member': BusinessAccountMemberFromJSON(json['member']),
13
13
  };
14
14
  }
15
15
  function InlineResponse2008ToJSON(value) {
@@ -20,7 +20,7 @@ function InlineResponse2008ToJSON(value) {
20
20
  return null;
21
21
  }
22
22
  return {
23
- 'signer': BusinessAccountSignerToJSON(value.signer),
23
+ 'member': BusinessAccountMemberToJSON(value.member),
24
24
  };
25
25
  }
26
26
 
@@ -0,0 +1,33 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var BusinessAccountSigner = require('./BusinessAccountSigner.cjs');
6
+
7
+ /* tslint:disable */
8
+ function InlineResponse2009FromJSON(json) {
9
+ return InlineResponse2009FromJSONTyped(json);
10
+ }
11
+ function InlineResponse2009FromJSONTyped(json, ignoreDiscriminator) {
12
+ if ((json === undefined) || (json === null)) {
13
+ return json;
14
+ }
15
+ return {
16
+ 'signer': BusinessAccountSigner.BusinessAccountSignerFromJSON(json['signer']),
17
+ };
18
+ }
19
+ function InlineResponse2009ToJSON(value) {
20
+ if (value === undefined) {
21
+ return undefined;
22
+ }
23
+ if (value === null) {
24
+ return null;
25
+ }
26
+ return {
27
+ 'signer': BusinessAccountSigner.BusinessAccountSignerToJSON(value.signer),
28
+ };
29
+ }
30
+
31
+ exports.InlineResponse2009FromJSON = InlineResponse2009FromJSON;
32
+ exports.InlineResponse2009FromJSONTyped = InlineResponse2009FromJSONTyped;
33
+ exports.InlineResponse2009ToJSON = InlineResponse2009ToJSON;
@@ -0,0 +1,28 @@
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 { BusinessAccountSigner } from './BusinessAccountSigner';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface InlineResponse2009
17
+ */
18
+ export interface InlineResponse2009 {
19
+ /**
20
+ *
21
+ * @type {BusinessAccountSigner}
22
+ * @memberof InlineResponse2009
23
+ */
24
+ signer: BusinessAccountSigner;
25
+ }
26
+ export declare function InlineResponse2009FromJSON(json: any): InlineResponse2009;
27
+ export declare function InlineResponse2009FromJSONTyped(json: any, ignoreDiscriminator: boolean): InlineResponse2009;
28
+ export declare function InlineResponse2009ToJSON(value?: InlineResponse2009 | null): any;
@@ -0,0 +1,27 @@
1
+ import { BusinessAccountSignerFromJSON, BusinessAccountSignerToJSON } from './BusinessAccountSigner.js';
2
+
3
+ /* tslint:disable */
4
+ function InlineResponse2009FromJSON(json) {
5
+ return InlineResponse2009FromJSONTyped(json);
6
+ }
7
+ function InlineResponse2009FromJSONTyped(json, ignoreDiscriminator) {
8
+ if ((json === undefined) || (json === null)) {
9
+ return json;
10
+ }
11
+ return {
12
+ 'signer': BusinessAccountSignerFromJSON(json['signer']),
13
+ };
14
+ }
15
+ function InlineResponse2009ToJSON(value) {
16
+ if (value === undefined) {
17
+ return undefined;
18
+ }
19
+ if (value === null) {
20
+ return null;
21
+ }
22
+ return {
23
+ 'signer': BusinessAccountSignerToJSON(value.signer),
24
+ };
25
+ }
26
+
27
+ export { InlineResponse2009FromJSON, InlineResponse2009FromJSONTyped, InlineResponse2009ToJSON };
@@ -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
+ function TransferBusinessAccountOwnershipSdkRequestFromJSON(json) {
19
+ return TransferBusinessAccountOwnershipSdkRequestFromJSONTyped(json);
20
+ }
21
+ function TransferBusinessAccountOwnershipSdkRequestFromJSONTyped(json, ignoreDiscriminator) {
22
+ if ((json === undefined) || (json === null)) {
23
+ return json;
24
+ }
25
+ return {
26
+ 'newOwnerUserId': json['newOwnerUserId'],
27
+ };
28
+ }
29
+ function TransferBusinessAccountOwnershipSdkRequestToJSON(value) {
30
+ if (value === undefined) {
31
+ return undefined;
32
+ }
33
+ if (value === null) {
34
+ return null;
35
+ }
36
+ return {
37
+ 'newOwnerUserId': value.newOwnerUserId,
38
+ };
39
+ }
40
+
41
+ exports.TransferBusinessAccountOwnershipSdkRequestFromJSON = TransferBusinessAccountOwnershipSdkRequestFromJSON;
42
+ exports.TransferBusinessAccountOwnershipSdkRequestFromJSONTyped = TransferBusinessAccountOwnershipSdkRequestFromJSONTyped;
43
+ exports.TransferBusinessAccountOwnershipSdkRequestToJSON = TransferBusinessAccountOwnershipSdkRequestToJSON;
@@ -0,0 +1,27 @@
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
+ * SDK transferOwnership body. Promotes newOwnerUserId (must already be a member) to owner and demotes the current owner to admin, atomically.
14
+ * @export
15
+ * @interface TransferBusinessAccountOwnershipSdkRequest
16
+ */
17
+ export interface TransferBusinessAccountOwnershipSdkRequest {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof TransferBusinessAccountOwnershipSdkRequest
22
+ */
23
+ newOwnerUserId: string;
24
+ }
25
+ export declare function TransferBusinessAccountOwnershipSdkRequestFromJSON(json: any): TransferBusinessAccountOwnershipSdkRequest;
26
+ export declare function TransferBusinessAccountOwnershipSdkRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): TransferBusinessAccountOwnershipSdkRequest;
27
+ export declare function TransferBusinessAccountOwnershipSdkRequestToJSON(value?: TransferBusinessAccountOwnershipSdkRequest | 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
+ function TransferBusinessAccountOwnershipSdkRequestFromJSON(json) {
15
+ return TransferBusinessAccountOwnershipSdkRequestFromJSONTyped(json);
16
+ }
17
+ function TransferBusinessAccountOwnershipSdkRequestFromJSONTyped(json, ignoreDiscriminator) {
18
+ if ((json === undefined) || (json === null)) {
19
+ return json;
20
+ }
21
+ return {
22
+ 'newOwnerUserId': json['newOwnerUserId'],
23
+ };
24
+ }
25
+ function TransferBusinessAccountOwnershipSdkRequestToJSON(value) {
26
+ if (value === undefined) {
27
+ return undefined;
28
+ }
29
+ if (value === null) {
30
+ return null;
31
+ }
32
+ return {
33
+ 'newOwnerUserId': value.newOwnerUserId,
34
+ };
35
+ }
36
+
37
+ export { TransferBusinessAccountOwnershipSdkRequestFromJSON, TransferBusinessAccountOwnershipSdkRequestFromJSONTyped, TransferBusinessAccountOwnershipSdkRequestToJSON };
@@ -0,0 +1,52 @@
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
+ * @export
20
+ * @enum {string}
21
+ */
22
+ exports.UpdateBusinessAccountMemberRoleSdkRequestRoleEnum = void 0;
23
+ (function (UpdateBusinessAccountMemberRoleSdkRequestRoleEnum) {
24
+ UpdateBusinessAccountMemberRoleSdkRequestRoleEnum["Admin"] = "admin";
25
+ UpdateBusinessAccountMemberRoleSdkRequestRoleEnum["Viewer"] = "viewer";
26
+ })(exports.UpdateBusinessAccountMemberRoleSdkRequestRoleEnum || (exports.UpdateBusinessAccountMemberRoleSdkRequestRoleEnum = {}));
27
+ function UpdateBusinessAccountMemberRoleSdkRequestFromJSON(json) {
28
+ return UpdateBusinessAccountMemberRoleSdkRequestFromJSONTyped(json);
29
+ }
30
+ function UpdateBusinessAccountMemberRoleSdkRequestFromJSONTyped(json, ignoreDiscriminator) {
31
+ if ((json === undefined) || (json === null)) {
32
+ return json;
33
+ }
34
+ return {
35
+ 'role': json['role'],
36
+ };
37
+ }
38
+ function UpdateBusinessAccountMemberRoleSdkRequestToJSON(value) {
39
+ if (value === undefined) {
40
+ return undefined;
41
+ }
42
+ if (value === null) {
43
+ return null;
44
+ }
45
+ return {
46
+ 'role': value.role,
47
+ };
48
+ }
49
+
50
+ exports.UpdateBusinessAccountMemberRoleSdkRequestFromJSON = UpdateBusinessAccountMemberRoleSdkRequestFromJSON;
51
+ exports.UpdateBusinessAccountMemberRoleSdkRequestFromJSONTyped = UpdateBusinessAccountMemberRoleSdkRequestFromJSONTyped;
52
+ exports.UpdateBusinessAccountMemberRoleSdkRequestToJSON = UpdateBusinessAccountMemberRoleSdkRequestToJSON;
@@ -0,0 +1,35 @@
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
+ * SDK updateMemberRole body. Changes a member's role between admin and viewer. Owner is never a target — ownership moves via transferOwnership.
14
+ * @export
15
+ * @interface UpdateBusinessAccountMemberRoleSdkRequest
16
+ */
17
+ export interface UpdateBusinessAccountMemberRoleSdkRequest {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof UpdateBusinessAccountMemberRoleSdkRequest
22
+ */
23
+ role: UpdateBusinessAccountMemberRoleSdkRequestRoleEnum;
24
+ }
25
+ /**
26
+ * @export
27
+ * @enum {string}
28
+ */
29
+ export declare enum UpdateBusinessAccountMemberRoleSdkRequestRoleEnum {
30
+ Admin = "admin",
31
+ Viewer = "viewer"
32
+ }
33
+ export declare function UpdateBusinessAccountMemberRoleSdkRequestFromJSON(json: any): UpdateBusinessAccountMemberRoleSdkRequest;
34
+ export declare function UpdateBusinessAccountMemberRoleSdkRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): UpdateBusinessAccountMemberRoleSdkRequest;
35
+ export declare function UpdateBusinessAccountMemberRoleSdkRequestToJSON(value?: UpdateBusinessAccountMemberRoleSdkRequest | null): any;
@@ -0,0 +1,46 @@
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
+ * @export
16
+ * @enum {string}
17
+ */
18
+ var UpdateBusinessAccountMemberRoleSdkRequestRoleEnum;
19
+ (function (UpdateBusinessAccountMemberRoleSdkRequestRoleEnum) {
20
+ UpdateBusinessAccountMemberRoleSdkRequestRoleEnum["Admin"] = "admin";
21
+ UpdateBusinessAccountMemberRoleSdkRequestRoleEnum["Viewer"] = "viewer";
22
+ })(UpdateBusinessAccountMemberRoleSdkRequestRoleEnum || (UpdateBusinessAccountMemberRoleSdkRequestRoleEnum = {}));
23
+ function UpdateBusinessAccountMemberRoleSdkRequestFromJSON(json) {
24
+ return UpdateBusinessAccountMemberRoleSdkRequestFromJSONTyped(json);
25
+ }
26
+ function UpdateBusinessAccountMemberRoleSdkRequestFromJSONTyped(json, ignoreDiscriminator) {
27
+ if ((json === undefined) || (json === null)) {
28
+ return json;
29
+ }
30
+ return {
31
+ 'role': json['role'],
32
+ };
33
+ }
34
+ function UpdateBusinessAccountMemberRoleSdkRequestToJSON(value) {
35
+ if (value === undefined) {
36
+ return undefined;
37
+ }
38
+ if (value === null) {
39
+ return null;
40
+ }
41
+ return {
42
+ 'role': value.role,
43
+ };
44
+ }
45
+
46
+ export { UpdateBusinessAccountMemberRoleSdkRequestFromJSON, UpdateBusinessAccountMemberRoleSdkRequestFromJSONTyped, UpdateBusinessAccountMemberRoleSdkRequestRoleEnum, UpdateBusinessAccountMemberRoleSdkRequestToJSON };
@@ -265,7 +265,7 @@ export interface User {
265
265
  */
266
266
  wallets?: Array<Wallet>;
267
267
  /**
268
- * List of Chainalysis compliance checks performed on this user
268
+ * Deprecated. Always an empty array per-user check records are no longer surfaced. Retained for backward compatibility only.
269
269
  * @type {Array<ChainalysisCheck>}
270
270
  * @memberof User
271
271
  */
@@ -64,7 +64,7 @@ export interface UserAllOf {
64
64
  */
65
65
  wallets?: Array<Wallet>;
66
66
  /**
67
- * List of Chainalysis compliance checks performed on this user
67
+ * Deprecated. Always an empty array per-user check records are no longer surfaced. Retained for backward compatibility only.
68
68
  * @type {Array<ChainalysisCheck>}
69
69
  * @memberof UserAllOf
70
70
  */