@dynamic-labs/sdk-api 0.0.1109 → 0.0.1111

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 (161) hide show
  1. package/package.json +1 -1
  2. package/src/apis/AdminActionsApi.cjs +2 -0
  3. package/src/apis/AdminActionsApi.js +2 -0
  4. package/src/apis/AllowlistsApi.cjs +2 -0
  5. package/src/apis/AllowlistsApi.js +2 -0
  6. package/src/apis/AnalyticsApi.cjs +2 -0
  7. package/src/apis/AnalyticsApi.js +2 -0
  8. package/src/apis/AuthorizedClientsApi.cjs +2 -0
  9. package/src/apis/AuthorizedClientsApi.js +2 -0
  10. package/src/apis/CaptchaApi.cjs +2 -0
  11. package/src/apis/CaptchaApi.js +2 -0
  12. package/src/apis/ChainalysisApi.cjs +2 -0
  13. package/src/apis/ChainalysisApi.js +2 -0
  14. package/src/apis/ChainsApi.cjs +2 -0
  15. package/src/apis/ChainsApi.js +2 -0
  16. package/src/apis/CheckoutApi.cjs +2 -0
  17. package/src/apis/CheckoutApi.js +2 -0
  18. package/src/apis/ClientGrantApi.cjs +2 -0
  19. package/src/apis/ClientGrantApi.js +2 -0
  20. package/src/apis/CustomFieldsApi.cjs +2 -0
  21. package/src/apis/CustomFieldsApi.js +2 -0
  22. package/src/apis/CustomHostnamesApi.cjs +2 -0
  23. package/src/apis/CustomHostnamesApi.js +2 -0
  24. package/src/apis/CustomNetworksApi.cjs +2 -0
  25. package/src/apis/CustomNetworksApi.js +2 -0
  26. package/src/apis/DeeplinkUrlsApi.cjs +2 -0
  27. package/src/apis/DeeplinkUrlsApi.js +2 -0
  28. package/src/apis/EnvironmentsApi.cjs +2 -0
  29. package/src/apis/EnvironmentsApi.js +2 -0
  30. package/src/apis/EventsApi.cjs +2 -0
  31. package/src/apis/EventsApi.js +2 -0
  32. package/src/apis/ExchangesApi.cjs +2 -0
  33. package/src/apis/ExchangesApi.js +2 -0
  34. package/src/apis/ExportsApi.cjs +2 -0
  35. package/src/apis/ExportsApi.js +2 -0
  36. package/src/apis/ExternalJwtApi.cjs +2 -0
  37. package/src/apis/ExternalJwtApi.js +2 -0
  38. package/src/apis/FlowAnalyticsApi.cjs +2 -0
  39. package/src/apis/FlowAnalyticsApi.js +2 -0
  40. package/src/apis/GaslessApi.cjs +2 -0
  41. package/src/apis/GaslessApi.js +2 -0
  42. package/src/apis/GatesApi.cjs +2 -0
  43. package/src/apis/GatesApi.js +2 -0
  44. package/src/apis/GlobalWalletAccessControlApi.cjs +2 -0
  45. package/src/apis/GlobalWalletAccessControlApi.js +2 -0
  46. package/src/apis/GlobalWalletConnectionsApi.cjs +2 -0
  47. package/src/apis/GlobalWalletConnectionsApi.js +2 -0
  48. package/src/apis/GlobalWalletsApi.cjs +2 -0
  49. package/src/apis/GlobalWalletsApi.js +2 -0
  50. package/src/apis/InvitesApi.cjs +2 -0
  51. package/src/apis/InvitesApi.js +2 -0
  52. package/src/apis/KybApi.cjs +325 -0
  53. package/src/apis/KybApi.d.ts +71 -0
  54. package/src/apis/KybApi.js +321 -0
  55. package/src/apis/MembersApi.cjs +2 -0
  56. package/src/apis/MembersApi.js +2 -0
  57. package/src/apis/MfaSettingsApi.cjs +2 -0
  58. package/src/apis/MfaSettingsApi.js +2 -0
  59. package/src/apis/NameServicesApi.cjs +2 -0
  60. package/src/apis/NameServicesApi.js +2 -0
  61. package/src/apis/OrganizationSettingsApi.cjs +2 -0
  62. package/src/apis/OrganizationSettingsApi.js +2 -0
  63. package/src/apis/OrganizationsApi.cjs +2 -0
  64. package/src/apis/OrganizationsApi.js +2 -0
  65. package/src/apis/OriginsApi.cjs +2 -0
  66. package/src/apis/OriginsApi.js +2 -0
  67. package/src/apis/ProjectsApi.cjs +2 -0
  68. package/src/apis/ProjectsApi.js +2 -0
  69. package/src/apis/ProvidersApi.cjs +2 -0
  70. package/src/apis/ProvidersApi.js +2 -0
  71. package/src/apis/SDKApi.cjs +10 -8
  72. package/src/apis/SDKApi.d.ts +7 -7
  73. package/src/apis/SDKApi.js +10 -8
  74. package/src/apis/SDKViewsApi.cjs +2 -0
  75. package/src/apis/SDKViewsApi.js +2 -0
  76. package/src/apis/ServerApi.cjs +2 -0
  77. package/src/apis/ServerApi.js +2 -0
  78. package/src/apis/SessionsApi.cjs +2 -0
  79. package/src/apis/SessionsApi.js +2 -0
  80. package/src/apis/TestAccountApi.cjs +2 -0
  81. package/src/apis/TestAccountApi.js +2 -0
  82. package/src/apis/TokensApi.cjs +2 -0
  83. package/src/apis/TokensApi.js +2 -0
  84. package/src/apis/UserApiTokensApi.cjs +2 -0
  85. package/src/apis/UserApiTokensApi.js +2 -0
  86. package/src/apis/UsersApi.cjs +2 -0
  87. package/src/apis/UsersApi.js +2 -0
  88. package/src/apis/VisitsApi.cjs +2 -0
  89. package/src/apis/VisitsApi.js +2 -0
  90. package/src/apis/WaasApi.cjs +6 -4
  91. package/src/apis/WaasApi.d.ts +4 -4
  92. package/src/apis/WaasApi.js +6 -4
  93. package/src/apis/WalletConnectApi.cjs +2 -0
  94. package/src/apis/WalletConnectApi.js +2 -0
  95. package/src/apis/WalletsApi.cjs +2 -0
  96. package/src/apis/WalletsApi.js +2 -0
  97. package/src/apis/WebhooksApi.cjs +2 -0
  98. package/src/apis/WebhooksApi.js +2 -0
  99. package/src/apis/ZendeskApi.cjs +2 -0
  100. package/src/apis/ZendeskApi.js +2 -0
  101. package/src/apis/index.d.ts +1 -0
  102. package/src/index.cjs +70 -0
  103. package/src/index.js +16 -0
  104. package/src/models/KybAdditionalInfoData.cjs +36 -0
  105. package/src/models/KybAdditionalInfoData.d.ts +34 -0
  106. package/src/models/KybAdditionalInfoData.js +30 -0
  107. package/src/models/KybAdditionalInfoFileData.cjs +45 -0
  108. package/src/models/KybAdditionalInfoFileData.d.ts +33 -0
  109. package/src/models/KybAdditionalInfoFileData.js +39 -0
  110. package/src/models/KybCompanyResult.cjs +44 -0
  111. package/src/models/KybCompanyResult.d.ts +58 -0
  112. package/src/models/KybCompanyResult.js +38 -0
  113. package/src/models/KybCompanyResultAddresses.cjs +39 -0
  114. package/src/models/KybCompanyResultAddresses.d.ts +45 -0
  115. package/src/models/KybCompanyResultAddresses.js +33 -0
  116. package/src/models/KybCompanySearchResponse.cjs +33 -0
  117. package/src/models/KybCompanySearchResponse.d.ts +28 -0
  118. package/src/models/KybCompanySearchResponse.js +27 -0
  119. package/src/models/KybStatusResponse.cjs +36 -0
  120. package/src/models/KybStatusResponse.d.ts +34 -0
  121. package/src/models/KybStatusResponse.js +30 -0
  122. package/src/models/KybTierStatus.cjs +38 -0
  123. package/src/models/KybTierStatus.d.ts +40 -0
  124. package/src/models/KybTierStatus.js +32 -0
  125. package/src/models/KybVerificationResultEnum.cjs +45 -0
  126. package/src/models/KybVerificationResultEnum.d.ts +28 -0
  127. package/src/models/KybVerificationResultEnum.js +39 -0
  128. package/src/models/KybVerifyRequest.cjs +39 -0
  129. package/src/models/KybVerifyRequest.d.ts +41 -0
  130. package/src/models/KybVerifyRequest.js +33 -0
  131. package/src/models/KybVerifyRequestAdditionalInfo.cjs +35 -0
  132. package/src/models/KybVerifyRequestAdditionalInfo.d.ts +34 -0
  133. package/src/models/KybVerifyRequestAdditionalInfo.js +29 -0
  134. package/src/models/KybVerifyRequestBusinessData.cjs +54 -0
  135. package/src/models/KybVerifyRequestBusinessData.d.ts +88 -0
  136. package/src/models/KybVerifyRequestBusinessData.js +48 -0
  137. package/src/models/KybVerifyRequestBusinessDataAddresses.cjs +43 -0
  138. package/src/models/KybVerifyRequestBusinessDataAddresses.d.ts +57 -0
  139. package/src/models/KybVerifyRequestBusinessDataAddresses.js +37 -0
  140. package/src/models/KybVerifyResponse.cjs +37 -0
  141. package/src/models/KybVerifyResponse.d.ts +40 -0
  142. package/src/models/KybVerifyResponse.js +31 -0
  143. package/src/models/WaasPolicyLayerResponseLayerContent.cjs +3 -3
  144. package/src/models/WaasPolicyLayerResponseLayerContent.d.ts +3 -3
  145. package/src/models/WaasPolicyLayerResponseLayerContent.js +3 -3
  146. package/src/models/WaasPolicyLayerResponseRule.cjs +66 -0
  147. package/src/models/WaasPolicyLayerResponseRule.d.ts +116 -0
  148. package/src/models/WaasPolicyLayerResponseRule.js +60 -0
  149. package/src/models/WaasPolicyLayerRuleOperation.cjs +47 -0
  150. package/src/models/WaasPolicyLayerRuleOperation.d.ts +48 -0
  151. package/src/models/WaasPolicyLayerRuleOperation.js +41 -0
  152. package/src/models/WaasPolicyLayerUpdateRequest.cjs +4 -0
  153. package/src/models/WaasPolicyLayerUpdateRequest.d.ts +10 -2
  154. package/src/models/WaasPolicyLayerUpdateRequest.js +4 -0
  155. package/src/models/WaasSignerPolicyLayerUpdateRequest.cjs +6 -2
  156. package/src/models/WaasSignerPolicyLayerUpdateRequest.d.ts +17 -4
  157. package/src/models/WaasSignerPolicyLayerUpdateRequest.js +6 -2
  158. package/src/models/WaasSignerPolicyLayerUpdateRequestAllOf.cjs +2 -2
  159. package/src/models/WaasSignerPolicyLayerUpdateRequestAllOf.d.ts +7 -2
  160. package/src/models/WaasSignerPolicyLayerUpdateRequestAllOf.js +2 -2
  161. package/src/models/index.d.ts +15 -0
@@ -188,6 +188,7 @@ require('../models/InviteStatusEnum.cjs');
188
188
  require('../models/RoleEnum.cjs');
189
189
  var JwksResponse = require('../models/JwksResponse.cjs');
190
190
  require('../models/JwtScope.cjs');
191
+ require('../models/KybVerificationResultEnum.cjs');
191
192
  var LinkBusinessAccountWalletSdkRequest = require('../models/LinkBusinessAccountWalletSdkRequest.cjs');
192
193
  require('../models/MFAAction.cjs');
193
194
  require('../models/PublicKeyCredentialType.cjs');
@@ -317,6 +318,7 @@ require('../models/WaasDelegationCredentialsResponse.cjs');
317
318
  require('../models/WaasPolicyConstraintCondition.cjs');
318
319
  require('../models/WaasPolicyRuleType.cjs');
319
320
  var WaasPolicyLayerResponse = require('../models/WaasPolicyLayerResponse.cjs');
321
+ require('../models/WaasPolicyLayerRuleOperation.cjs');
320
322
  var WaasPolicyLayerUpdateRequest = require('../models/WaasPolicyLayerUpdateRequest.cjs');
321
323
  var WaasSignerPolicyLayerUpdateRequest = require('../models/WaasSignerPolicyLayerUpdateRequest.cjs');
322
324
  require('../models/WaasTransactionBroadcastSubmissionState.cjs');
@@ -5423,7 +5425,7 @@ class SDKApi extends runtime.BaseAPI {
5423
5425
  return await response.value();
5424
5426
  }
5425
5427
  /**
5426
- * Returns the Composition Layer content for the calling wallet\'s own active Signer, or (given signerId) another share set of the same wallet — e.g. a delegated share set — without mutating it. Only the wallet\'s own owner may target another share set\'s signerId.
5428
+ * Returns the Composition Layer content for the calling wallet\'s own active Signer, or (given shareSetId) another share set of the same wallet — e.g. a delegated share set — without mutating it. Only the wallet\'s own owner may target another share set.
5427
5429
  * Get a signer-Layer\'s Rules
5428
5430
  */
5429
5431
  async getWaasSignerSelfPolicyLayerRaw(requestParameters, initOverrides) {
@@ -5434,8 +5436,8 @@ class SDKApi extends runtime.BaseAPI {
5434
5436
  throw new runtime.RequiredError('walletId', 'Required parameter requestParameters.walletId was null or undefined when calling getWaasSignerSelfPolicyLayer.');
5435
5437
  }
5436
5438
  const queryParameters = {};
5437
- if (requestParameters.signerId !== undefined) {
5438
- queryParameters['signerId'] = requestParameters.signerId;
5439
+ if (requestParameters.shareSetId !== undefined) {
5440
+ queryParameters['shareSetId'] = requestParameters.shareSetId;
5439
5441
  }
5440
5442
  const headerParameters = {};
5441
5443
  if (this.configuration && this.configuration.accessToken) {
@@ -5454,7 +5456,7 @@ class SDKApi extends runtime.BaseAPI {
5454
5456
  return new runtime.JSONApiResponse(response, (jsonValue) => WaasPolicyLayerResponse.WaasPolicyLayerResponseFromJSON(jsonValue));
5455
5457
  }
5456
5458
  /**
5457
- * Returns the Composition Layer content for the calling wallet\'s own active Signer, or (given signerId) another share set of the same wallet — e.g. a delegated share set — without mutating it. Only the wallet\'s own owner may target another share set\'s signerId.
5459
+ * Returns the Composition Layer content for the calling wallet\'s own active Signer, or (given shareSetId) another share set of the same wallet — e.g. a delegated share set — without mutating it. Only the wallet\'s own owner may target another share set.
5458
5460
  * Get a signer-Layer\'s Rules
5459
5461
  */
5460
5462
  async getWaasSignerSelfPolicyLayer(requestParameters, initOverrides) {
@@ -10735,7 +10737,7 @@ class SDKApi extends runtime.BaseAPI {
10735
10737
  await this.updateUserMfaDeviceRaw(requestParameters, initOverrides);
10736
10738
  }
10737
10739
  /**
10738
- * Applies a single per-Rule upsert (create when ruleId is new, update when it already exists) or remove operation to the calling wallet\'s own signer-Layer, or (given signerId in the request body) another share set of the same wallet — e.g. a delegated share set. Only the wallet\'s own owner may target another share set\'s signerId. Field permissions, grant/authorship, and the remove-vs-marker decision are enforced by wallet-service, not this route.
10740
+ * Applies a single per-Rule upsert (create when ruleId is new, update when it already exists) or remove operation — or, with op set to batch, an operations array of 1-100 upsert/remove entries applied atomically in one enclave cycle (all-or-nothing — a rejection applies none of them) — to the calling wallet\'s own signer-Layer, or (given shareSetId in the request body) another share set of the same wallet — e.g. a delegated share set. ruleId may be omitted on an upsert; the enclave then mints one and returns it in the response\'s layerContent.rules. Only the wallet\'s own owner may target another share set. Field permissions, grant/authorship, and the remove-vs-marker decision are enforced by wallet-service, not this route.
10739
10741
  * Create, update, or remove a Rule on a signer-Layer
10740
10742
  */
10741
10743
  async updateWaasSignerSelfPolicyLayerRaw(requestParameters, initOverrides) {
@@ -10768,7 +10770,7 @@ class SDKApi extends runtime.BaseAPI {
10768
10770
  return new runtime.JSONApiResponse(response, (jsonValue) => WaasPolicyLayerResponse.WaasPolicyLayerResponseFromJSON(jsonValue));
10769
10771
  }
10770
10772
  /**
10771
- * Applies a single per-Rule upsert (create when ruleId is new, update when it already exists) or remove operation to the calling wallet\'s own signer-Layer, or (given signerId in the request body) another share set of the same wallet — e.g. a delegated share set. Only the wallet\'s own owner may target another share set\'s signerId. Field permissions, grant/authorship, and the remove-vs-marker decision are enforced by wallet-service, not this route.
10773
+ * Applies a single per-Rule upsert (create when ruleId is new, update when it already exists) or remove operation — or, with op set to batch, an operations array of 1-100 upsert/remove entries applied atomically in one enclave cycle (all-or-nothing — a rejection applies none of them) — to the calling wallet\'s own signer-Layer, or (given shareSetId in the request body) another share set of the same wallet — e.g. a delegated share set. ruleId may be omitted on an upsert; the enclave then mints one and returns it in the response\'s layerContent.rules. Only the wallet\'s own owner may target another share set. Field permissions, grant/authorship, and the remove-vs-marker decision are enforced by wallet-service, not this route.
10772
10774
  * Create, update, or remove a Rule on a signer-Layer
10773
10775
  */
10774
10776
  async updateWaasSignerSelfPolicyLayer(requestParameters, initOverrides) {
@@ -10776,7 +10778,7 @@ class SDKApi extends runtime.BaseAPI {
10776
10778
  return await response.value();
10777
10779
  }
10778
10780
  /**
10779
- * Applies a single per-Rule upsert (create when ruleId is new, update when it already exists) or remove operation to the calling wallet\'s own wallet-Layer. Only the wallet\'s own owner may call this. Field permissions and the remove-vs-marker decision are enforced by wallet-service, not this route.
10781
+ * Applies a single per-Rule upsert (create when ruleId is new, update when it already exists) or remove operation — or, with op set to batch, an operations array of 1-100 upsert/remove entries applied atomically in one enclave cycle (all-or-nothing — a rejection applies none of them) — to the calling wallet\'s own wallet-Layer. ruleId may be omitted on an upsert; the enclave then mints one and returns it in the response\'s layerContent.rules. Only the wallet\'s own owner may call this. Field permissions and the remove-vs-marker decision are enforced by wallet-service, not this route.
10780
10782
  * Create, update, or remove a Rule on a wallet-Layer
10781
10783
  */
10782
10784
  async updateWaasWalletSelfPolicyLayerRaw(requestParameters, initOverrides) {
@@ -10809,7 +10811,7 @@ class SDKApi extends runtime.BaseAPI {
10809
10811
  return new runtime.JSONApiResponse(response, (jsonValue) => WaasPolicyLayerResponse.WaasPolicyLayerResponseFromJSON(jsonValue));
10810
10812
  }
10811
10813
  /**
10812
- * Applies a single per-Rule upsert (create when ruleId is new, update when it already exists) or remove operation to the calling wallet\'s own wallet-Layer. Only the wallet\'s own owner may call this. Field permissions and the remove-vs-marker decision are enforced by wallet-service, not this route.
10814
+ * Applies a single per-Rule upsert (create when ruleId is new, update when it already exists) or remove operation — or, with op set to batch, an operations array of 1-100 upsert/remove entries applied atomically in one enclave cycle (all-or-nothing — a rejection applies none of them) — to the calling wallet\'s own wallet-Layer. ruleId may be omitted on an upsert; the enclave then mints one and returns it in the response\'s layerContent.rules. Only the wallet\'s own owner may call this. Field permissions and the remove-vs-marker decision are enforced by wallet-service, not this route.
10813
10815
  * Create, update, or remove a Rule on a wallet-Layer
10814
10816
  */
10815
10817
  async updateWaasWalletSelfPolicyLayer(requestParameters, initOverrides) {
@@ -667,7 +667,7 @@ export interface GetUserPasskeysRequest {
667
667
  export interface GetWaasSignerSelfPolicyLayerRequest {
668
668
  environmentId: string;
669
669
  walletId: string;
670
- signerId?: string;
670
+ shareSetId?: string;
671
671
  }
672
672
  export interface GetWaasWalletSelfPolicyLayerRequest {
673
673
  environmentId: string;
@@ -2989,12 +2989,12 @@ export declare class SDKApi extends runtime.BaseAPI {
2989
2989
  */
2990
2990
  getUserPasskeys(requestParameters: GetUserPasskeysRequest, initOverrides?: RequestInit): Promise<GetUserPasskeysResponse>;
2991
2991
  /**
2992
- * Returns the Composition Layer content for the calling wallet\'s own active Signer, or (given signerId) another share set of the same wallet — e.g. a delegated share set — without mutating it. Only the wallet\'s own owner may target another share set\'s signerId.
2992
+ * Returns the Composition Layer content for the calling wallet\'s own active Signer, or (given shareSetId) another share set of the same wallet — e.g. a delegated share set — without mutating it. Only the wallet\'s own owner may target another share set.
2993
2993
  * Get a signer-Layer\'s Rules
2994
2994
  */
2995
2995
  getWaasSignerSelfPolicyLayerRaw(requestParameters: GetWaasSignerSelfPolicyLayerRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<WaasPolicyLayerResponse>>;
2996
2996
  /**
2997
- * Returns the Composition Layer content for the calling wallet\'s own active Signer, or (given signerId) another share set of the same wallet — e.g. a delegated share set — without mutating it. Only the wallet\'s own owner may target another share set\'s signerId.
2997
+ * Returns the Composition Layer content for the calling wallet\'s own active Signer, or (given shareSetId) another share set of the same wallet — e.g. a delegated share set — without mutating it. Only the wallet\'s own owner may target another share set.
2998
2998
  * Get a signer-Layer\'s Rules
2999
2999
  */
3000
3000
  getWaasSignerSelfPolicyLayer(requestParameters: GetWaasSignerSelfPolicyLayerRequest, initOverrides?: RequestInit): Promise<WaasPolicyLayerResponse>;
@@ -4567,22 +4567,22 @@ export declare class SDKApi extends runtime.BaseAPI {
4567
4567
  */
4568
4568
  updateUserMfaDevice(requestParameters: UpdateUserMfaDeviceRequest, initOverrides?: RequestInit): Promise<void>;
4569
4569
  /**
4570
- * Applies a single per-Rule upsert (create when ruleId is new, update when it already exists) or remove operation to the calling wallet\'s own signer-Layer, or (given signerId in the request body) another share set of the same wallet — e.g. a delegated share set. Only the wallet\'s own owner may target another share set\'s signerId. Field permissions, grant/authorship, and the remove-vs-marker decision are enforced by wallet-service, not this route.
4570
+ * Applies a single per-Rule upsert (create when ruleId is new, update when it already exists) or remove operation — or, with op set to batch, an operations array of 1-100 upsert/remove entries applied atomically in one enclave cycle (all-or-nothing — a rejection applies none of them) — to the calling wallet\'s own signer-Layer, or (given shareSetId in the request body) another share set of the same wallet — e.g. a delegated share set. ruleId may be omitted on an upsert; the enclave then mints one and returns it in the response\'s layerContent.rules. Only the wallet\'s own owner may target another share set. Field permissions, grant/authorship, and the remove-vs-marker decision are enforced by wallet-service, not this route.
4571
4571
  * Create, update, or remove a Rule on a signer-Layer
4572
4572
  */
4573
4573
  updateWaasSignerSelfPolicyLayerRaw(requestParameters: UpdateWaasSignerSelfPolicyLayerRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<WaasPolicyLayerResponse>>;
4574
4574
  /**
4575
- * Applies a single per-Rule upsert (create when ruleId is new, update when it already exists) or remove operation to the calling wallet\'s own signer-Layer, or (given signerId in the request body) another share set of the same wallet — e.g. a delegated share set. Only the wallet\'s own owner may target another share set\'s signerId. Field permissions, grant/authorship, and the remove-vs-marker decision are enforced by wallet-service, not this route.
4575
+ * Applies a single per-Rule upsert (create when ruleId is new, update when it already exists) or remove operation — or, with op set to batch, an operations array of 1-100 upsert/remove entries applied atomically in one enclave cycle (all-or-nothing — a rejection applies none of them) — to the calling wallet\'s own signer-Layer, or (given shareSetId in the request body) another share set of the same wallet — e.g. a delegated share set. ruleId may be omitted on an upsert; the enclave then mints one and returns it in the response\'s layerContent.rules. Only the wallet\'s own owner may target another share set. Field permissions, grant/authorship, and the remove-vs-marker decision are enforced by wallet-service, not this route.
4576
4576
  * Create, update, or remove a Rule on a signer-Layer
4577
4577
  */
4578
4578
  updateWaasSignerSelfPolicyLayer(requestParameters: UpdateWaasSignerSelfPolicyLayerRequest, initOverrides?: RequestInit): Promise<WaasPolicyLayerResponse>;
4579
4579
  /**
4580
- * Applies a single per-Rule upsert (create when ruleId is new, update when it already exists) or remove operation to the calling wallet\'s own wallet-Layer. Only the wallet\'s own owner may call this. Field permissions and the remove-vs-marker decision are enforced by wallet-service, not this route.
4580
+ * Applies a single per-Rule upsert (create when ruleId is new, update when it already exists) or remove operation — or, with op set to batch, an operations array of 1-100 upsert/remove entries applied atomically in one enclave cycle (all-or-nothing — a rejection applies none of them) — to the calling wallet\'s own wallet-Layer. ruleId may be omitted on an upsert; the enclave then mints one and returns it in the response\'s layerContent.rules. Only the wallet\'s own owner may call this. Field permissions and the remove-vs-marker decision are enforced by wallet-service, not this route.
4581
4581
  * Create, update, or remove a Rule on a wallet-Layer
4582
4582
  */
4583
4583
  updateWaasWalletSelfPolicyLayerRaw(requestParameters: UpdateWaasWalletSelfPolicyLayerRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<WaasPolicyLayerResponse>>;
4584
4584
  /**
4585
- * Applies a single per-Rule upsert (create when ruleId is new, update when it already exists) or remove operation to the calling wallet\'s own wallet-Layer. Only the wallet\'s own owner may call this. Field permissions and the remove-vs-marker decision are enforced by wallet-service, not this route.
4585
+ * Applies a single per-Rule upsert (create when ruleId is new, update when it already exists) or remove operation — or, with op set to batch, an operations array of 1-100 upsert/remove entries applied atomically in one enclave cycle (all-or-nothing — a rejection applies none of them) — to the calling wallet\'s own wallet-Layer. ruleId may be omitted on an upsert; the enclave then mints one and returns it in the response\'s layerContent.rules. Only the wallet\'s own owner may call this. Field permissions and the remove-vs-marker decision are enforced by wallet-service, not this route.
4586
4586
  * Create, update, or remove a Rule on a wallet-Layer
4587
4587
  */
4588
4588
  updateWaasWalletSelfPolicyLayer(requestParameters: UpdateWaasWalletSelfPolicyLayerRequest, initOverrides?: RequestInit): Promise<WaasPolicyLayerResponse>;
@@ -184,6 +184,7 @@ import '../models/InviteStatusEnum.js';
184
184
  import '../models/RoleEnum.js';
185
185
  import { JwksResponseFromJSON } from '../models/JwksResponse.js';
186
186
  import '../models/JwtScope.js';
187
+ import '../models/KybVerificationResultEnum.js';
187
188
  import { LinkBusinessAccountWalletSdkRequestToJSON } from '../models/LinkBusinessAccountWalletSdkRequest.js';
188
189
  import '../models/MFAAction.js';
189
190
  import '../models/PublicKeyCredentialType.js';
@@ -313,6 +314,7 @@ import '../models/WaasDelegationCredentialsResponse.js';
313
314
  import '../models/WaasPolicyConstraintCondition.js';
314
315
  import '../models/WaasPolicyRuleType.js';
315
316
  import { WaasPolicyLayerResponseFromJSON } from '../models/WaasPolicyLayerResponse.js';
317
+ import '../models/WaasPolicyLayerRuleOperation.js';
316
318
  import { WaasPolicyLayerUpdateRequestToJSON } from '../models/WaasPolicyLayerUpdateRequest.js';
317
319
  import { WaasSignerPolicyLayerUpdateRequestToJSON } from '../models/WaasSignerPolicyLayerUpdateRequest.js';
318
320
  import '../models/WaasTransactionBroadcastSubmissionState.js';
@@ -5419,7 +5421,7 @@ class SDKApi extends BaseAPI {
5419
5421
  return await response.value();
5420
5422
  }
5421
5423
  /**
5422
- * Returns the Composition Layer content for the calling wallet\'s own active Signer, or (given signerId) another share set of the same wallet — e.g. a delegated share set — without mutating it. Only the wallet\'s own owner may target another share set\'s signerId.
5424
+ * Returns the Composition Layer content for the calling wallet\'s own active Signer, or (given shareSetId) another share set of the same wallet — e.g. a delegated share set — without mutating it. Only the wallet\'s own owner may target another share set.
5423
5425
  * Get a signer-Layer\'s Rules
5424
5426
  */
5425
5427
  async getWaasSignerSelfPolicyLayerRaw(requestParameters, initOverrides) {
@@ -5430,8 +5432,8 @@ class SDKApi extends BaseAPI {
5430
5432
  throw new RequiredError('walletId', 'Required parameter requestParameters.walletId was null or undefined when calling getWaasSignerSelfPolicyLayer.');
5431
5433
  }
5432
5434
  const queryParameters = {};
5433
- if (requestParameters.signerId !== undefined) {
5434
- queryParameters['signerId'] = requestParameters.signerId;
5435
+ if (requestParameters.shareSetId !== undefined) {
5436
+ queryParameters['shareSetId'] = requestParameters.shareSetId;
5435
5437
  }
5436
5438
  const headerParameters = {};
5437
5439
  if (this.configuration && this.configuration.accessToken) {
@@ -5450,7 +5452,7 @@ class SDKApi extends BaseAPI {
5450
5452
  return new JSONApiResponse(response, (jsonValue) => WaasPolicyLayerResponseFromJSON(jsonValue));
5451
5453
  }
5452
5454
  /**
5453
- * Returns the Composition Layer content for the calling wallet\'s own active Signer, or (given signerId) another share set of the same wallet — e.g. a delegated share set — without mutating it. Only the wallet\'s own owner may target another share set\'s signerId.
5455
+ * Returns the Composition Layer content for the calling wallet\'s own active Signer, or (given shareSetId) another share set of the same wallet — e.g. a delegated share set — without mutating it. Only the wallet\'s own owner may target another share set.
5454
5456
  * Get a signer-Layer\'s Rules
5455
5457
  */
5456
5458
  async getWaasSignerSelfPolicyLayer(requestParameters, initOverrides) {
@@ -10731,7 +10733,7 @@ class SDKApi extends BaseAPI {
10731
10733
  await this.updateUserMfaDeviceRaw(requestParameters, initOverrides);
10732
10734
  }
10733
10735
  /**
10734
- * Applies a single per-Rule upsert (create when ruleId is new, update when it already exists) or remove operation to the calling wallet\'s own signer-Layer, or (given signerId in the request body) another share set of the same wallet — e.g. a delegated share set. Only the wallet\'s own owner may target another share set\'s signerId. Field permissions, grant/authorship, and the remove-vs-marker decision are enforced by wallet-service, not this route.
10736
+ * Applies a single per-Rule upsert (create when ruleId is new, update when it already exists) or remove operation — or, with op set to batch, an operations array of 1-100 upsert/remove entries applied atomically in one enclave cycle (all-or-nothing — a rejection applies none of them) — to the calling wallet\'s own signer-Layer, or (given shareSetId in the request body) another share set of the same wallet — e.g. a delegated share set. ruleId may be omitted on an upsert; the enclave then mints one and returns it in the response\'s layerContent.rules. Only the wallet\'s own owner may target another share set. Field permissions, grant/authorship, and the remove-vs-marker decision are enforced by wallet-service, not this route.
10735
10737
  * Create, update, or remove a Rule on a signer-Layer
10736
10738
  */
10737
10739
  async updateWaasSignerSelfPolicyLayerRaw(requestParameters, initOverrides) {
@@ -10764,7 +10766,7 @@ class SDKApi extends BaseAPI {
10764
10766
  return new JSONApiResponse(response, (jsonValue) => WaasPolicyLayerResponseFromJSON(jsonValue));
10765
10767
  }
10766
10768
  /**
10767
- * Applies a single per-Rule upsert (create when ruleId is new, update when it already exists) or remove operation to the calling wallet\'s own signer-Layer, or (given signerId in the request body) another share set of the same wallet — e.g. a delegated share set. Only the wallet\'s own owner may target another share set\'s signerId. Field permissions, grant/authorship, and the remove-vs-marker decision are enforced by wallet-service, not this route.
10769
+ * Applies a single per-Rule upsert (create when ruleId is new, update when it already exists) or remove operation — or, with op set to batch, an operations array of 1-100 upsert/remove entries applied atomically in one enclave cycle (all-or-nothing — a rejection applies none of them) — to the calling wallet\'s own signer-Layer, or (given shareSetId in the request body) another share set of the same wallet — e.g. a delegated share set. ruleId may be omitted on an upsert; the enclave then mints one and returns it in the response\'s layerContent.rules. Only the wallet\'s own owner may target another share set. Field permissions, grant/authorship, and the remove-vs-marker decision are enforced by wallet-service, not this route.
10768
10770
  * Create, update, or remove a Rule on a signer-Layer
10769
10771
  */
10770
10772
  async updateWaasSignerSelfPolicyLayer(requestParameters, initOverrides) {
@@ -10772,7 +10774,7 @@ class SDKApi extends BaseAPI {
10772
10774
  return await response.value();
10773
10775
  }
10774
10776
  /**
10775
- * Applies a single per-Rule upsert (create when ruleId is new, update when it already exists) or remove operation to the calling wallet\'s own wallet-Layer. Only the wallet\'s own owner may call this. Field permissions and the remove-vs-marker decision are enforced by wallet-service, not this route.
10777
+ * Applies a single per-Rule upsert (create when ruleId is new, update when it already exists) or remove operation — or, with op set to batch, an operations array of 1-100 upsert/remove entries applied atomically in one enclave cycle (all-or-nothing — a rejection applies none of them) — to the calling wallet\'s own wallet-Layer. ruleId may be omitted on an upsert; the enclave then mints one and returns it in the response\'s layerContent.rules. Only the wallet\'s own owner may call this. Field permissions and the remove-vs-marker decision are enforced by wallet-service, not this route.
10776
10778
  * Create, update, or remove a Rule on a wallet-Layer
10777
10779
  */
10778
10780
  async updateWaasWalletSelfPolicyLayerRaw(requestParameters, initOverrides) {
@@ -10805,7 +10807,7 @@ class SDKApi extends BaseAPI {
10805
10807
  return new JSONApiResponse(response, (jsonValue) => WaasPolicyLayerResponseFromJSON(jsonValue));
10806
10808
  }
10807
10809
  /**
10808
- * Applies a single per-Rule upsert (create when ruleId is new, update when it already exists) or remove operation to the calling wallet\'s own wallet-Layer. Only the wallet\'s own owner may call this. Field permissions and the remove-vs-marker decision are enforced by wallet-service, not this route.
10810
+ * Applies a single per-Rule upsert (create when ruleId is new, update when it already exists) or remove operation — or, with op set to batch, an operations array of 1-100 upsert/remove entries applied atomically in one enclave cycle (all-or-nothing — a rejection applies none of them) — to the calling wallet\'s own wallet-Layer. ruleId may be omitted on an upsert; the enclave then mints one and returns it in the response\'s layerContent.rules. Only the wallet\'s own owner may call this. Field permissions and the remove-vs-marker decision are enforced by wallet-service, not this route.
10809
10811
  * Create, update, or remove a Rule on a wallet-Layer
10810
10812
  */
10811
10813
  async updateWaasWalletSelfPolicyLayer(requestParameters, initOverrides) {
@@ -114,6 +114,7 @@ require('../models/InlineObject5.cjs');
114
114
  require('../models/InviteStatusEnum.cjs');
115
115
  require('../models/RoleEnum.cjs');
116
116
  require('../models/JwtScope.cjs');
117
+ require('../models/KybVerificationResultEnum.cjs');
117
118
  require('../models/MFAAction.cjs');
118
119
  require('../models/NextViewEnum.cjs');
119
120
  require('../models/OauthResultStatus.cjs');
@@ -140,6 +141,7 @@ require('../models/UserFilterableFieldsEnum.cjs');
140
141
  require('../models/VisitorFilterableFieldsEnum.cjs');
141
142
  require('../models/WaasDelegatedAccessEncryptionPublicKeyType.cjs');
142
143
  require('../models/WaasDelegationCredentialsResponse.cjs');
144
+ require('../models/WaasPolicyLayerRuleOperation.cjs');
143
145
  require('../models/WaasPolicyLayerUpdateRequest.cjs');
144
146
  require('../models/WaasSignerPolicyLayerUpdateRequest.cjs');
145
147
  require('../models/WaasTransactionBroadcastSubmissionState.cjs');
@@ -110,6 +110,7 @@ import '../models/InlineObject5.js';
110
110
  import '../models/InviteStatusEnum.js';
111
111
  import '../models/RoleEnum.js';
112
112
  import '../models/JwtScope.js';
113
+ import '../models/KybVerificationResultEnum.js';
113
114
  import '../models/MFAAction.js';
114
115
  import '../models/NextViewEnum.js';
115
116
  import '../models/OauthResultStatus.js';
@@ -136,6 +137,7 @@ import '../models/UserFilterableFieldsEnum.js';
136
137
  import '../models/VisitorFilterableFieldsEnum.js';
137
138
  import '../models/WaasDelegatedAccessEncryptionPublicKeyType.js';
138
139
  import '../models/WaasDelegationCredentialsResponse.js';
140
+ import '../models/WaasPolicyLayerRuleOperation.js';
139
141
  import '../models/WaasPolicyLayerUpdateRequest.js';
140
142
  import '../models/WaasSignerPolicyLayerUpdateRequest.js';
141
143
  import '../models/WaasTransactionBroadcastSubmissionState.js';
@@ -126,6 +126,7 @@ require('../models/InlineObject5.cjs');
126
126
  require('../models/InviteStatusEnum.cjs');
127
127
  require('../models/RoleEnum.cjs');
128
128
  require('../models/JwtScope.cjs');
129
+ require('../models/KybVerificationResultEnum.cjs');
129
130
  require('../models/MFAAction.cjs');
130
131
  require('../models/NextViewEnum.cjs');
131
132
  require('../models/OauthResultStatus.cjs');
@@ -149,6 +150,7 @@ require('../models/UserFilterableFieldsEnum.cjs');
149
150
  require('../models/VisitorFilterableFieldsEnum.cjs');
150
151
  require('../models/WaasDelegatedAccessEncryptionPublicKeyType.cjs');
151
152
  require('../models/WaasDelegationCredentialsResponse.cjs');
153
+ require('../models/WaasPolicyLayerRuleOperation.cjs');
152
154
  require('../models/WaasPolicyLayerUpdateRequest.cjs');
153
155
  require('../models/WaasSignerPolicyLayerUpdateRequest.cjs');
154
156
  require('../models/WaasTransactionBroadcastSubmissionState.cjs');
@@ -122,6 +122,7 @@ import '../models/InlineObject5.js';
122
122
  import '../models/InviteStatusEnum.js';
123
123
  import '../models/RoleEnum.js';
124
124
  import '../models/JwtScope.js';
125
+ import '../models/KybVerificationResultEnum.js';
125
126
  import '../models/MFAAction.js';
126
127
  import '../models/NextViewEnum.js';
127
128
  import '../models/OauthResultStatus.js';
@@ -145,6 +146,7 @@ import '../models/UserFilterableFieldsEnum.js';
145
146
  import '../models/VisitorFilterableFieldsEnum.js';
146
147
  import '../models/WaasDelegatedAccessEncryptionPublicKeyType.js';
147
148
  import '../models/WaasDelegationCredentialsResponse.js';
149
+ import '../models/WaasPolicyLayerRuleOperation.js';
148
150
  import '../models/WaasPolicyLayerUpdateRequest.js';
149
151
  import '../models/WaasSignerPolicyLayerUpdateRequest.js';
150
152
  import '../models/WaasTransactionBroadcastSubmissionState.js';
@@ -117,6 +117,7 @@ require('../models/InlineObject5.cjs');
117
117
  require('../models/InviteStatusEnum.cjs');
118
118
  require('../models/RoleEnum.cjs');
119
119
  require('../models/JwtScope.cjs');
120
+ require('../models/KybVerificationResultEnum.cjs');
120
121
  require('../models/MFAAction.cjs');
121
122
  require('../models/NextViewEnum.cjs');
122
123
  require('../models/OauthResultStatus.cjs');
@@ -139,6 +140,7 @@ require('../models/UserFilterableFieldsEnum.cjs');
139
140
  require('../models/VisitorFilterableFieldsEnum.cjs');
140
141
  require('../models/WaasDelegatedAccessEncryptionPublicKeyType.cjs');
141
142
  require('../models/WaasDelegationCredentialsResponse.cjs');
143
+ require('../models/WaasPolicyLayerRuleOperation.cjs');
142
144
  require('../models/WaasPolicyLayerUpdateRequest.cjs');
143
145
  require('../models/WaasSignerPolicyLayerUpdateRequest.cjs');
144
146
  require('../models/WaasTransactionBroadcastSubmissionState.cjs');
@@ -113,6 +113,7 @@ import '../models/InlineObject5.js';
113
113
  import '../models/InviteStatusEnum.js';
114
114
  import '../models/RoleEnum.js';
115
115
  import '../models/JwtScope.js';
116
+ import '../models/KybVerificationResultEnum.js';
116
117
  import '../models/MFAAction.js';
117
118
  import '../models/NextViewEnum.js';
118
119
  import '../models/OauthResultStatus.js';
@@ -135,6 +136,7 @@ import '../models/UserFilterableFieldsEnum.js';
135
136
  import '../models/VisitorFilterableFieldsEnum.js';
136
137
  import '../models/WaasDelegatedAccessEncryptionPublicKeyType.js';
137
138
  import '../models/WaasDelegationCredentialsResponse.js';
139
+ import '../models/WaasPolicyLayerRuleOperation.js';
138
140
  import '../models/WaasPolicyLayerUpdateRequest.js';
139
141
  import '../models/WaasSignerPolicyLayerUpdateRequest.js';
140
142
  import '../models/WaasTransactionBroadcastSubmissionState.js';
@@ -116,6 +116,7 @@ require('../models/InlineObject5.cjs');
116
116
  require('../models/InviteStatusEnum.cjs');
117
117
  require('../models/RoleEnum.cjs');
118
118
  require('../models/JwtScope.cjs');
119
+ require('../models/KybVerificationResultEnum.cjs');
119
120
  require('../models/MFAAction.cjs');
120
121
  require('../models/NextViewEnum.cjs');
121
122
  require('../models/OauthResultStatus.cjs');
@@ -138,6 +139,7 @@ require('../models/UserFilterableFieldsEnum.cjs');
138
139
  require('../models/VisitorFilterableFieldsEnum.cjs');
139
140
  require('../models/WaasDelegatedAccessEncryptionPublicKeyType.cjs');
140
141
  require('../models/WaasDelegationCredentialsResponse.cjs');
142
+ require('../models/WaasPolicyLayerRuleOperation.cjs');
141
143
  require('../models/WaasPolicyLayerUpdateRequest.cjs');
142
144
  require('../models/WaasSignerPolicyLayerUpdateRequest.cjs');
143
145
  require('../models/WaasTransactionBroadcastSubmissionState.cjs');
@@ -112,6 +112,7 @@ import '../models/InlineObject5.js';
112
112
  import '../models/InviteStatusEnum.js';
113
113
  import '../models/RoleEnum.js';
114
114
  import '../models/JwtScope.js';
115
+ import '../models/KybVerificationResultEnum.js';
115
116
  import '../models/MFAAction.js';
116
117
  import '../models/NextViewEnum.js';
117
118
  import '../models/OauthResultStatus.js';
@@ -134,6 +135,7 @@ import '../models/UserFilterableFieldsEnum.js';
134
135
  import '../models/VisitorFilterableFieldsEnum.js';
135
136
  import '../models/WaasDelegatedAccessEncryptionPublicKeyType.js';
136
137
  import '../models/WaasDelegationCredentialsResponse.js';
138
+ import '../models/WaasPolicyLayerRuleOperation.js';
137
139
  import '../models/WaasPolicyLayerUpdateRequest.js';
138
140
  import '../models/WaasSignerPolicyLayerUpdateRequest.js';
139
141
  import '../models/WaasTransactionBroadcastSubmissionState.js';
@@ -116,6 +116,7 @@ require('../models/InlineObject5.cjs');
116
116
  require('../models/InviteStatusEnum.cjs');
117
117
  require('../models/RoleEnum.cjs');
118
118
  require('../models/JwtScope.cjs');
119
+ require('../models/KybVerificationResultEnum.cjs');
119
120
  require('../models/MFAAction.cjs');
120
121
  require('../models/NextViewEnum.cjs');
121
122
  require('../models/OauthResultStatus.cjs');
@@ -141,6 +142,7 @@ require('../models/UserFilterableFieldsEnum.cjs');
141
142
  require('../models/VisitorFilterableFieldsEnum.cjs');
142
143
  require('../models/WaasDelegatedAccessEncryptionPublicKeyType.cjs');
143
144
  require('../models/WaasDelegationCredentialsResponse.cjs');
145
+ require('../models/WaasPolicyLayerRuleOperation.cjs');
144
146
  require('../models/WaasPolicyLayerUpdateRequest.cjs');
145
147
  require('../models/WaasSignerPolicyLayerUpdateRequest.cjs');
146
148
  require('../models/WaasTransactionBroadcastSubmissionState.cjs');
@@ -112,6 +112,7 @@ import '../models/InlineObject5.js';
112
112
  import '../models/InviteStatusEnum.js';
113
113
  import '../models/RoleEnum.js';
114
114
  import '../models/JwtScope.js';
115
+ import '../models/KybVerificationResultEnum.js';
115
116
  import '../models/MFAAction.js';
116
117
  import '../models/NextViewEnum.js';
117
118
  import '../models/OauthResultStatus.js';
@@ -137,6 +138,7 @@ import '../models/UserFilterableFieldsEnum.js';
137
138
  import '../models/VisitorFilterableFieldsEnum.js';
138
139
  import '../models/WaasDelegatedAccessEncryptionPublicKeyType.js';
139
140
  import '../models/WaasDelegationCredentialsResponse.js';
141
+ import '../models/WaasPolicyLayerRuleOperation.js';
140
142
  import '../models/WaasPolicyLayerUpdateRequest.js';
141
143
  import '../models/WaasSignerPolicyLayerUpdateRequest.js';
142
144
  import '../models/WaasTransactionBroadcastSubmissionState.js';
@@ -116,6 +116,7 @@ require('../models/InlineObject5.cjs');
116
116
  require('../models/InviteStatusEnum.cjs');
117
117
  require('../models/RoleEnum.cjs');
118
118
  require('../models/JwtScope.cjs');
119
+ require('../models/KybVerificationResultEnum.cjs');
119
120
  require('../models/MFAAction.cjs');
120
121
  require('../models/NextViewEnum.cjs');
121
122
  require('../models/OauthResultStatus.cjs');
@@ -140,6 +141,7 @@ require('../models/UserFilterableFieldsEnum.cjs');
140
141
  require('../models/VisitorFilterableFieldsEnum.cjs');
141
142
  require('../models/WaasDelegatedAccessEncryptionPublicKeyType.cjs');
142
143
  require('../models/WaasDelegationCredentialsResponse.cjs');
144
+ require('../models/WaasPolicyLayerRuleOperation.cjs');
143
145
  require('../models/WaasPolicyLayerUpdateRequest.cjs');
144
146
  require('../models/WaasSignerPolicyLayerUpdateRequest.cjs');
145
147
  require('../models/WaasTransactionBroadcastSubmissionState.cjs');
@@ -112,6 +112,7 @@ import '../models/InlineObject5.js';
112
112
  import '../models/InviteStatusEnum.js';
113
113
  import '../models/RoleEnum.js';
114
114
  import '../models/JwtScope.js';
115
+ import '../models/KybVerificationResultEnum.js';
115
116
  import '../models/MFAAction.js';
116
117
  import '../models/NextViewEnum.js';
117
118
  import '../models/OauthResultStatus.js';
@@ -136,6 +137,7 @@ import '../models/UserFilterableFieldsEnum.js';
136
137
  import '../models/VisitorFilterableFieldsEnum.js';
137
138
  import '../models/WaasDelegatedAccessEncryptionPublicKeyType.js';
138
139
  import '../models/WaasDelegationCredentialsResponse.js';
140
+ import '../models/WaasPolicyLayerRuleOperation.js';
139
141
  import '../models/WaasPolicyLayerUpdateRequest.js';
140
142
  import '../models/WaasSignerPolicyLayerUpdateRequest.js';
141
143
  import '../models/WaasTransactionBroadcastSubmissionState.js';
@@ -120,6 +120,7 @@ var InternalUserFields = require('../models/InternalUserFields.cjs');
120
120
  require('../models/InviteStatusEnum.cjs');
121
121
  require('../models/RoleEnum.cjs');
122
122
  require('../models/JwtScope.cjs');
123
+ require('../models/KybVerificationResultEnum.cjs');
123
124
  require('../models/MFAAction.cjs');
124
125
  require('../models/NextViewEnum.cjs');
125
126
  require('../models/OauthResultStatus.cjs');
@@ -145,6 +146,7 @@ var UsersResponse = require('../models/UsersResponse.cjs');
145
146
  require('../models/VisitorFilterableFieldsEnum.cjs');
146
147
  require('../models/WaasDelegatedAccessEncryptionPublicKeyType.cjs');
147
148
  require('../models/WaasDelegationCredentialsResponse.cjs');
149
+ require('../models/WaasPolicyLayerRuleOperation.cjs');
148
150
  require('../models/WaasPolicyLayerUpdateRequest.cjs');
149
151
  require('../models/WaasSignerPolicyLayerUpdateRequest.cjs');
150
152
  require('../models/WaasTransactionBroadcastSubmissionState.cjs');
@@ -116,6 +116,7 @@ import { InternalUserFieldsToJSON } from '../models/InternalUserFields.js';
116
116
  import '../models/InviteStatusEnum.js';
117
117
  import '../models/RoleEnum.js';
118
118
  import '../models/JwtScope.js';
119
+ import '../models/KybVerificationResultEnum.js';
119
120
  import '../models/MFAAction.js';
120
121
  import '../models/NextViewEnum.js';
121
122
  import '../models/OauthResultStatus.js';
@@ -141,6 +142,7 @@ import { UsersResponseFromJSON } from '../models/UsersResponse.js';
141
142
  import '../models/VisitorFilterableFieldsEnum.js';
142
143
  import '../models/WaasDelegatedAccessEncryptionPublicKeyType.js';
143
144
  import '../models/WaasDelegationCredentialsResponse.js';
145
+ import '../models/WaasPolicyLayerRuleOperation.js';
144
146
  import '../models/WaasPolicyLayerUpdateRequest.js';
145
147
  import '../models/WaasSignerPolicyLayerUpdateRequest.js';
146
148
  import '../models/WaasTransactionBroadcastSubmissionState.js';
@@ -116,6 +116,7 @@ require('../models/InlineObject5.cjs');
116
116
  require('../models/InviteStatusEnum.cjs');
117
117
  require('../models/RoleEnum.cjs');
118
118
  require('../models/JwtScope.cjs');
119
+ require('../models/KybVerificationResultEnum.cjs');
119
120
  require('../models/MFAAction.cjs');
120
121
  require('../models/NextViewEnum.cjs');
121
122
  require('../models/OauthResultStatus.cjs');
@@ -138,6 +139,7 @@ require('../models/VisitorFilterableFieldsEnum.cjs');
138
139
  var VisitorsResponse = require('../models/VisitorsResponse.cjs');
139
140
  require('../models/WaasDelegatedAccessEncryptionPublicKeyType.cjs');
140
141
  require('../models/WaasDelegationCredentialsResponse.cjs');
142
+ require('../models/WaasPolicyLayerRuleOperation.cjs');
141
143
  require('../models/WaasPolicyLayerUpdateRequest.cjs');
142
144
  require('../models/WaasSignerPolicyLayerUpdateRequest.cjs');
143
145
  require('../models/WaasTransactionBroadcastSubmissionState.cjs');
@@ -112,6 +112,7 @@ import '../models/InlineObject5.js';
112
112
  import '../models/InviteStatusEnum.js';
113
113
  import '../models/RoleEnum.js';
114
114
  import '../models/JwtScope.js';
115
+ import '../models/KybVerificationResultEnum.js';
115
116
  import '../models/MFAAction.js';
116
117
  import '../models/NextViewEnum.js';
117
118
  import '../models/OauthResultStatus.js';
@@ -134,6 +135,7 @@ import '../models/VisitorFilterableFieldsEnum.js';
134
135
  import { VisitorsResponseFromJSON } from '../models/VisitorsResponse.js';
135
136
  import '../models/WaasDelegatedAccessEncryptionPublicKeyType.js';
136
137
  import '../models/WaasDelegationCredentialsResponse.js';
138
+ import '../models/WaasPolicyLayerRuleOperation.js';
137
139
  import '../models/WaasPolicyLayerUpdateRequest.js';
138
140
  import '../models/WaasSignerPolicyLayerUpdateRequest.js';
139
141
  import '../models/WaasTransactionBroadcastSubmissionState.js';
@@ -120,6 +120,7 @@ require('../models/InlineObject5.cjs');
120
120
  require('../models/InviteStatusEnum.cjs');
121
121
  require('../models/RoleEnum.cjs');
122
122
  require('../models/JwtScope.cjs');
123
+ require('../models/KybVerificationResultEnum.cjs');
123
124
  require('../models/MFAAction.cjs');
124
125
  require('../models/NextViewEnum.cjs');
125
126
  require('../models/OauthResultStatus.cjs');
@@ -151,6 +152,7 @@ var WaasDelegationCredentialsResponse = require('../models/WaasDelegationCredent
151
152
  var WaasPolicyCreateRequest = require('../models/WaasPolicyCreateRequest.cjs');
152
153
  var WaasPolicyDeleteRequest = require('../models/WaasPolicyDeleteRequest.cjs');
153
154
  var WaasPolicyLayerResponse = require('../models/WaasPolicyLayerResponse.cjs');
155
+ require('../models/WaasPolicyLayerRuleOperation.cjs');
154
156
  var WaasPolicyLayerUpdateRequest = require('../models/WaasPolicyLayerUpdateRequest.cjs');
155
157
  var WaasPolicyResponse = require('../models/WaasPolicyResponse.cjs');
156
158
  var WaasPolicyUpdateRequest = require('../models/WaasPolicyUpdateRequest.cjs');
@@ -808,7 +810,7 @@ class WaasApi extends runtime.BaseAPI {
808
810
  return await response.value();
809
811
  }
810
812
  /**
811
- * Applies a single per-Rule upsert or remove operation to the specified wallet\'s Composition Layer.
813
+ * Applies a single per-Rule upsert or remove operation — or, with op set to batch, an operations array of 1-100 upsert/remove entries applied atomically in one enclave cycle (all-or-nothing — a rejection applies none of them) — to the specified wallet\'s Composition Layer. ruleId may be omitted on an upsert; the enclave then mints one and returns it in the response\'s layerContent.rules.
812
814
  * Update a wallet-Layer\'s Rules by ruleId
813
815
  */
814
816
  async updateWaasPolicyLayerRaw(requestParameters, initOverrides) {
@@ -834,7 +836,7 @@ class WaasApi extends runtime.BaseAPI {
834
836
  return new runtime.JSONApiResponse(response, (jsonValue) => WaasPolicyLayerResponse.WaasPolicyLayerResponseFromJSON(jsonValue));
835
837
  }
836
838
  /**
837
- * Applies a single per-Rule upsert or remove operation to the specified wallet\'s Composition Layer.
839
+ * Applies a single per-Rule upsert or remove operation — or, with op set to batch, an operations array of 1-100 upsert/remove entries applied atomically in one enclave cycle (all-or-nothing — a rejection applies none of them) — to the specified wallet\'s Composition Layer. ruleId may be omitted on an upsert; the enclave then mints one and returns it in the response\'s layerContent.rules.
838
840
  * Update a wallet-Layer\'s Rules by ruleId
839
841
  */
840
842
  async updateWaasPolicyLayer(requestParameters, initOverrides) {
@@ -842,7 +844,7 @@ class WaasApi extends runtime.BaseAPI {
842
844
  return await response.value();
843
845
  }
844
846
  /**
845
- * Applies a single per-Rule upsert or remove operation to the Composition Layer of the specified wallet\'s active Signer.
847
+ * Applies a single per-Rule upsert or remove operation — or, with op set to batch, an operations array of 1-100 upsert/remove entries applied atomically in one enclave cycle (all-or-nothing — a rejection applies none of them) — to the Composition Layer of the specified wallet\'s active Signer. ruleId may be omitted on an upsert; the enclave then mints one and returns it in the response\'s layerContent.rules.
846
848
  * Update a signer-Layer\'s Rules by ruleId
847
849
  */
848
850
  async updateWaasSignerPolicyLayerRaw(requestParameters, initOverrides) {
@@ -868,7 +870,7 @@ class WaasApi extends runtime.BaseAPI {
868
870
  return new runtime.JSONApiResponse(response, (jsonValue) => WaasPolicyLayerResponse.WaasPolicyLayerResponseFromJSON(jsonValue));
869
871
  }
870
872
  /**
871
- * Applies a single per-Rule upsert or remove operation to the Composition Layer of the specified wallet\'s active Signer.
873
+ * Applies a single per-Rule upsert or remove operation — or, with op set to batch, an operations array of 1-100 upsert/remove entries applied atomically in one enclave cycle (all-or-nothing — a rejection applies none of them) — to the Composition Layer of the specified wallet\'s active Signer. ruleId may be omitted on an upsert; the enclave then mints one and returns it in the response\'s layerContent.rules.
872
874
  * Update a signer-Layer\'s Rules by ruleId
873
875
  */
874
876
  async updateWaasSignerPolicyLayer(requestParameters, initOverrides) {
@@ -323,22 +323,22 @@ export declare class WaasApi extends runtime.BaseAPI {
323
323
  */
324
324
  updateWaasPolicy(requestParameters: UpdateWaasPolicyRequest, initOverrides?: RequestInit): Promise<WaasPolicyResponse>;
325
325
  /**
326
- * Applies a single per-Rule upsert or remove operation to the specified wallet\'s Composition Layer.
326
+ * Applies a single per-Rule upsert or remove operation — or, with op set to batch, an operations array of 1-100 upsert/remove entries applied atomically in one enclave cycle (all-or-nothing — a rejection applies none of them) — to the specified wallet\'s Composition Layer. ruleId may be omitted on an upsert; the enclave then mints one and returns it in the response\'s layerContent.rules.
327
327
  * Update a wallet-Layer\'s Rules by ruleId
328
328
  */
329
329
  updateWaasPolicyLayerRaw(requestParameters: UpdateWaasPolicyLayerRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<WaasPolicyLayerResponse>>;
330
330
  /**
331
- * Applies a single per-Rule upsert or remove operation to the specified wallet\'s Composition Layer.
331
+ * Applies a single per-Rule upsert or remove operation — or, with op set to batch, an operations array of 1-100 upsert/remove entries applied atomically in one enclave cycle (all-or-nothing — a rejection applies none of them) — to the specified wallet\'s Composition Layer. ruleId may be omitted on an upsert; the enclave then mints one and returns it in the response\'s layerContent.rules.
332
332
  * Update a wallet-Layer\'s Rules by ruleId
333
333
  */
334
334
  updateWaasPolicyLayer(requestParameters: UpdateWaasPolicyLayerRequest, initOverrides?: RequestInit): Promise<WaasPolicyLayerResponse>;
335
335
  /**
336
- * Applies a single per-Rule upsert or remove operation to the Composition Layer of the specified wallet\'s active Signer.
336
+ * Applies a single per-Rule upsert or remove operation — or, with op set to batch, an operations array of 1-100 upsert/remove entries applied atomically in one enclave cycle (all-or-nothing — a rejection applies none of them) — to the Composition Layer of the specified wallet\'s active Signer. ruleId may be omitted on an upsert; the enclave then mints one and returns it in the response\'s layerContent.rules.
337
337
  * Update a signer-Layer\'s Rules by ruleId
338
338
  */
339
339
  updateWaasSignerPolicyLayerRaw(requestParameters: UpdateWaasSignerPolicyLayerRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<WaasPolicyLayerResponse>>;
340
340
  /**
341
- * Applies a single per-Rule upsert or remove operation to the Composition Layer of the specified wallet\'s active Signer.
341
+ * Applies a single per-Rule upsert or remove operation — or, with op set to batch, an operations array of 1-100 upsert/remove entries applied atomically in one enclave cycle (all-or-nothing — a rejection applies none of them) — to the Composition Layer of the specified wallet\'s active Signer. ruleId may be omitted on an upsert; the enclave then mints one and returns it in the response\'s layerContent.rules.
342
342
  * Update a signer-Layer\'s Rules by ruleId
343
343
  */
344
344
  updateWaasSignerPolicyLayer(requestParameters: UpdateWaasSignerPolicyLayerRequest, initOverrides?: RequestInit): Promise<WaasPolicyLayerResponse>;