@dynamic-labs/sdk-api 0.0.1110 → 0.0.1112
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.
- package/package.json +1 -1
- package/src/apis/AdminActionsApi.cjs +3 -0
- package/src/apis/AdminActionsApi.js +3 -0
- package/src/apis/AllowlistsApi.cjs +3 -0
- package/src/apis/AllowlistsApi.js +3 -0
- package/src/apis/AnalyticsApi.cjs +3 -0
- package/src/apis/AnalyticsApi.js +3 -0
- package/src/apis/AuthorizedClientsApi.cjs +3 -0
- package/src/apis/AuthorizedClientsApi.js +3 -0
- package/src/apis/CaptchaApi.cjs +3 -0
- package/src/apis/CaptchaApi.js +3 -0
- package/src/apis/ChainalysisApi.cjs +3 -0
- package/src/apis/ChainalysisApi.js +3 -0
- package/src/apis/ChainsApi.cjs +3 -0
- package/src/apis/ChainsApi.js +3 -0
- package/src/apis/CheckoutApi.cjs +3 -0
- package/src/apis/CheckoutApi.js +3 -0
- package/src/apis/ClientGrantApi.cjs +3 -0
- package/src/apis/ClientGrantApi.js +3 -0
- package/src/apis/CustomFieldsApi.cjs +3 -0
- package/src/apis/CustomFieldsApi.js +3 -0
- package/src/apis/CustomHostnamesApi.cjs +3 -0
- package/src/apis/CustomHostnamesApi.js +3 -0
- package/src/apis/CustomNetworksApi.cjs +3 -0
- package/src/apis/CustomNetworksApi.js +3 -0
- package/src/apis/DeeplinkUrlsApi.cjs +3 -0
- package/src/apis/DeeplinkUrlsApi.js +3 -0
- package/src/apis/EnvironmentsApi.cjs +3 -0
- package/src/apis/EnvironmentsApi.js +3 -0
- package/src/apis/EventsApi.cjs +3 -0
- package/src/apis/EventsApi.js +3 -0
- package/src/apis/ExchangesApi.cjs +3 -0
- package/src/apis/ExchangesApi.js +3 -0
- package/src/apis/ExportsApi.cjs +3 -0
- package/src/apis/ExportsApi.js +3 -0
- package/src/apis/ExternalJwtApi.cjs +3 -0
- package/src/apis/ExternalJwtApi.js +3 -0
- package/src/apis/FlowAnalyticsApi.cjs +3 -0
- package/src/apis/FlowAnalyticsApi.js +3 -0
- package/src/apis/GaslessApi.cjs +3 -0
- package/src/apis/GaslessApi.js +3 -0
- package/src/apis/GatesApi.cjs +3 -0
- package/src/apis/GatesApi.js +3 -0
- package/src/apis/GlobalWalletAccessControlApi.cjs +3 -0
- package/src/apis/GlobalWalletAccessControlApi.js +3 -0
- package/src/apis/GlobalWalletConnectionsApi.cjs +3 -0
- package/src/apis/GlobalWalletConnectionsApi.js +3 -0
- package/src/apis/GlobalWalletsApi.cjs +3 -0
- package/src/apis/GlobalWalletsApi.js +3 -0
- package/src/apis/InvitesApi.cjs +3 -0
- package/src/apis/InvitesApi.js +3 -0
- package/src/apis/KybApi.cjs +326 -0
- package/src/apis/KybApi.d.ts +71 -0
- package/src/apis/KybApi.js +322 -0
- package/src/apis/MembersApi.cjs +3 -0
- package/src/apis/MembersApi.js +3 -0
- package/src/apis/MfaSettingsApi.cjs +3 -0
- package/src/apis/MfaSettingsApi.js +3 -0
- package/src/apis/NameServicesApi.cjs +3 -0
- package/src/apis/NameServicesApi.js +3 -0
- package/src/apis/OrganizationSettingsApi.cjs +3 -0
- package/src/apis/OrganizationSettingsApi.js +3 -0
- package/src/apis/OrganizationsApi.cjs +3 -0
- package/src/apis/OrganizationsApi.js +3 -0
- package/src/apis/OriginsApi.cjs +3 -0
- package/src/apis/OriginsApi.js +3 -0
- package/src/apis/ProjectsApi.cjs +3 -0
- package/src/apis/ProjectsApi.js +3 -0
- package/src/apis/ProvidersApi.cjs +3 -0
- package/src/apis/ProvidersApi.js +3 -0
- package/src/apis/SDKApi.cjs +69 -4
- package/src/apis/SDKApi.d.ts +30 -5
- package/src/apis/SDKApi.js +69 -4
- package/src/apis/SDKViewsApi.cjs +3 -0
- package/src/apis/SDKViewsApi.js +3 -0
- package/src/apis/ServerApi.cjs +3 -0
- package/src/apis/ServerApi.js +3 -0
- package/src/apis/SessionsApi.cjs +3 -0
- package/src/apis/SessionsApi.js +3 -0
- package/src/apis/TestAccountApi.cjs +3 -0
- package/src/apis/TestAccountApi.js +3 -0
- package/src/apis/TokensApi.cjs +3 -0
- package/src/apis/TokensApi.js +3 -0
- package/src/apis/UserApiTokensApi.cjs +3 -0
- package/src/apis/UserApiTokensApi.js +3 -0
- package/src/apis/UsersApi.cjs +3 -0
- package/src/apis/UsersApi.js +3 -0
- package/src/apis/VisitsApi.cjs +3 -0
- package/src/apis/VisitsApi.js +3 -0
- package/src/apis/WaasApi.cjs +7 -4
- package/src/apis/WaasApi.d.ts +4 -4
- package/src/apis/WaasApi.js +7 -4
- package/src/apis/WalletConnectApi.cjs +3 -0
- package/src/apis/WalletConnectApi.js +3 -0
- package/src/apis/WalletsApi.cjs +3 -0
- package/src/apis/WalletsApi.js +3 -0
- package/src/apis/WebhooksApi.cjs +3 -0
- package/src/apis/WebhooksApi.js +3 -0
- package/src/apis/ZendeskApi.cjs +3 -0
- package/src/apis/ZendeskApi.js +3 -0
- package/src/apis/index.d.ts +1 -0
- package/src/index.cjs +110 -0
- package/src/index.js +25 -0
- package/src/models/KybAdditionalInfoData.cjs +36 -0
- package/src/models/KybAdditionalInfoData.d.ts +34 -0
- package/src/models/KybAdditionalInfoData.js +30 -0
- package/src/models/KybAdditionalInfoFileData.cjs +45 -0
- package/src/models/KybAdditionalInfoFileData.d.ts +33 -0
- package/src/models/KybAdditionalInfoFileData.js +39 -0
- package/src/models/KybCompanyResult.cjs +44 -0
- package/src/models/KybCompanyResult.d.ts +58 -0
- package/src/models/KybCompanyResult.js +38 -0
- package/src/models/KybCompanyResultAddresses.cjs +39 -0
- package/src/models/KybCompanyResultAddresses.d.ts +45 -0
- package/src/models/KybCompanyResultAddresses.js +33 -0
- package/src/models/KybCompanySearchResponse.cjs +33 -0
- package/src/models/KybCompanySearchResponse.d.ts +28 -0
- package/src/models/KybCompanySearchResponse.js +27 -0
- package/src/models/KybStatusResponse.cjs +36 -0
- package/src/models/KybStatusResponse.d.ts +34 -0
- package/src/models/KybStatusResponse.js +30 -0
- package/src/models/KybTierStatus.cjs +38 -0
- package/src/models/KybTierStatus.d.ts +40 -0
- package/src/models/KybTierStatus.js +32 -0
- package/src/models/KybVerificationResultEnum.cjs +45 -0
- package/src/models/KybVerificationResultEnum.d.ts +28 -0
- package/src/models/KybVerificationResultEnum.js +39 -0
- package/src/models/KybVerifyRequest.cjs +39 -0
- package/src/models/KybVerifyRequest.d.ts +41 -0
- package/src/models/KybVerifyRequest.js +33 -0
- package/src/models/KybVerifyRequestAdditionalInfo.cjs +35 -0
- package/src/models/KybVerifyRequestAdditionalInfo.d.ts +34 -0
- package/src/models/KybVerifyRequestAdditionalInfo.js +29 -0
- package/src/models/KybVerifyRequestBusinessData.cjs +54 -0
- package/src/models/KybVerifyRequestBusinessData.d.ts +88 -0
- package/src/models/KybVerifyRequestBusinessData.js +48 -0
- package/src/models/KybVerifyRequestBusinessDataAddresses.cjs +43 -0
- package/src/models/KybVerifyRequestBusinessDataAddresses.d.ts +57 -0
- package/src/models/KybVerifyRequestBusinessDataAddresses.js +37 -0
- package/src/models/KybVerifyResponse.cjs +37 -0
- package/src/models/KybVerifyResponse.d.ts +40 -0
- package/src/models/KybVerifyResponse.js +31 -0
- package/src/models/ScreenTransactionRequest.cjs +41 -0
- package/src/models/ScreenTransactionRequest.d.ts +47 -0
- package/src/models/ScreenTransactionRequest.js +35 -0
- package/src/models/ScreenTransactionRequestContext.cjs +49 -0
- package/src/models/ScreenTransactionRequestContext.d.ts +63 -0
- package/src/models/ScreenTransactionRequestContext.js +43 -0
- package/src/models/ScreenTransactionRequestContextBtcTransaction.cjs +37 -0
- package/src/models/ScreenTransactionRequestContextBtcTransaction.d.ts +39 -0
- package/src/models/ScreenTransactionRequestContextBtcTransaction.js +31 -0
- package/src/models/ScreenTransactionRequestContextEvmTransaction.cjs +33 -0
- package/src/models/ScreenTransactionRequestContextEvmTransaction.d.ts +27 -0
- package/src/models/ScreenTransactionRequestContextEvmTransaction.js +27 -0
- package/src/models/ScreenTransactionRequestContextStellarTransaction.cjs +43 -0
- package/src/models/ScreenTransactionRequestContextStellarTransaction.d.ts +27 -0
- package/src/models/ScreenTransactionRequestContextStellarTransaction.js +37 -0
- package/src/models/ScreenTransactionRequestContextSuiTransaction.cjs +43 -0
- package/src/models/ScreenTransactionRequestContextSuiTransaction.d.ts +27 -0
- package/src/models/ScreenTransactionRequestContextSuiTransaction.js +37 -0
- package/src/models/ScreenTransactionRequestContextSvmTransaction.cjs +43 -0
- package/src/models/ScreenTransactionRequestContextSvmTransaction.d.ts +27 -0
- package/src/models/ScreenTransactionRequestContextSvmTransaction.js +37 -0
- package/src/models/ScreenTransactionRequestContextTronTransaction.cjs +43 -0
- package/src/models/ScreenTransactionRequestContextTronTransaction.d.ts +27 -0
- package/src/models/ScreenTransactionRequestContextTronTransaction.js +37 -0
- package/src/models/ScreenTransactionResponse.cjs +46 -0
- package/src/models/ScreenTransactionResponse.d.ts +47 -0
- package/src/models/ScreenTransactionResponse.js +40 -0
- package/src/models/WaasPolicyLayerResponseLayerContent.cjs +3 -3
- package/src/models/WaasPolicyLayerResponseLayerContent.d.ts +3 -3
- package/src/models/WaasPolicyLayerResponseLayerContent.js +3 -3
- package/src/models/WaasPolicyLayerResponseRule.cjs +66 -0
- package/src/models/WaasPolicyLayerResponseRule.d.ts +116 -0
- package/src/models/WaasPolicyLayerResponseRule.js +60 -0
- package/src/models/WaasPolicyLayerRuleOperation.cjs +47 -0
- package/src/models/WaasPolicyLayerRuleOperation.d.ts +48 -0
- package/src/models/WaasPolicyLayerRuleOperation.js +41 -0
- package/src/models/WaasPolicyLayerUpdateRequest.cjs +4 -0
- package/src/models/WaasPolicyLayerUpdateRequest.d.ts +10 -2
- package/src/models/WaasPolicyLayerUpdateRequest.js +4 -0
- package/src/models/WaasSignerPolicyLayerUpdateRequest.cjs +4 -0
- package/src/models/WaasSignerPolicyLayerUpdateRequest.d.ts +10 -2
- package/src/models/WaasSignerPolicyLayerUpdateRequest.js +4 -0
- package/src/models/index.d.ts +24 -0
package/src/apis/ProjectsApi.js
CHANGED
|
@@ -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';
|
|
@@ -125,6 +126,7 @@ import '../models/ReshareKind.js';
|
|
|
125
126
|
import '../models/WaasPolicyConstraintCondition.js';
|
|
126
127
|
import '../models/WaasPolicyRuleType.js';
|
|
127
128
|
import '../models/SanctionsWalletBlockedEventPayload.js';
|
|
129
|
+
import '../models/ScreenTransactionResponse.js';
|
|
128
130
|
import '../models/SignMessageRawSign.js';
|
|
129
131
|
import '../models/SsoProviderEnum.js';
|
|
130
132
|
import '../models/SsoProviderCheckResponse.js';
|
|
@@ -139,6 +141,7 @@ import '../models/UserFilterableFieldsEnum.js';
|
|
|
139
141
|
import '../models/VisitorFilterableFieldsEnum.js';
|
|
140
142
|
import '../models/WaasDelegatedAccessEncryptionPublicKeyType.js';
|
|
141
143
|
import '../models/WaasDelegationCredentialsResponse.js';
|
|
144
|
+
import '../models/WaasPolicyLayerRuleOperation.js';
|
|
142
145
|
import '../models/WaasPolicyLayerUpdateRequest.js';
|
|
143
146
|
import '../models/WaasSignerPolicyLayerUpdateRequest.js';
|
|
144
147
|
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');
|
|
@@ -129,6 +130,7 @@ require('../models/ReshareKind.cjs');
|
|
|
129
130
|
require('../models/WaasPolicyConstraintCondition.cjs');
|
|
130
131
|
require('../models/WaasPolicyRuleType.cjs');
|
|
131
132
|
require('../models/SanctionsWalletBlockedEventPayload.cjs');
|
|
133
|
+
require('../models/ScreenTransactionResponse.cjs');
|
|
132
134
|
require('../models/SignMessageRawSign.cjs');
|
|
133
135
|
require('../models/SsoProviderEnum.cjs');
|
|
134
136
|
require('../models/SsoProviderCheckResponse.cjs');
|
|
@@ -141,6 +143,7 @@ require('../models/UserFilterableFieldsEnum.cjs');
|
|
|
141
143
|
require('../models/VisitorFilterableFieldsEnum.cjs');
|
|
142
144
|
require('../models/WaasDelegatedAccessEncryptionPublicKeyType.cjs');
|
|
143
145
|
require('../models/WaasDelegationCredentialsResponse.cjs');
|
|
146
|
+
require('../models/WaasPolicyLayerRuleOperation.cjs');
|
|
144
147
|
require('../models/WaasPolicyLayerUpdateRequest.cjs');
|
|
145
148
|
require('../models/WaasSignerPolicyLayerUpdateRequest.cjs');
|
|
146
149
|
require('../models/WaasTransactionBroadcastSubmissionState.cjs');
|
package/src/apis/ProvidersApi.js
CHANGED
|
@@ -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';
|
|
@@ -125,6 +126,7 @@ import '../models/ReshareKind.js';
|
|
|
125
126
|
import '../models/WaasPolicyConstraintCondition.js';
|
|
126
127
|
import '../models/WaasPolicyRuleType.js';
|
|
127
128
|
import '../models/SanctionsWalletBlockedEventPayload.js';
|
|
129
|
+
import '../models/ScreenTransactionResponse.js';
|
|
128
130
|
import '../models/SignMessageRawSign.js';
|
|
129
131
|
import '../models/SsoProviderEnum.js';
|
|
130
132
|
import '../models/SsoProviderCheckResponse.js';
|
|
@@ -137,6 +139,7 @@ import '../models/UserFilterableFieldsEnum.js';
|
|
|
137
139
|
import '../models/VisitorFilterableFieldsEnum.js';
|
|
138
140
|
import '../models/WaasDelegatedAccessEncryptionPublicKeyType.js';
|
|
139
141
|
import '../models/WaasDelegationCredentialsResponse.js';
|
|
142
|
+
import '../models/WaasPolicyLayerRuleOperation.js';
|
|
140
143
|
import '../models/WaasPolicyLayerUpdateRequest.js';
|
|
141
144
|
import '../models/WaasSignerPolicyLayerUpdateRequest.js';
|
|
142
145
|
import '../models/WaasTransactionBroadcastSubmissionState.js';
|
package/src/apis/SDKApi.cjs
CHANGED
|
@@ -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');
|
|
@@ -253,6 +254,8 @@ require('../models/RoomTypeEnum.cjs');
|
|
|
253
254
|
require('../models/SanctionsWalletBlockedEventPayload.cjs');
|
|
254
255
|
var ScanWebsiteUrlRequest = require('../models/ScanWebsiteUrlRequest.cjs');
|
|
255
256
|
var ScanWebsiteUrlResponse = require('../models/ScanWebsiteUrlResponse.cjs');
|
|
257
|
+
var ScreenTransactionRequest = require('../models/ScreenTransactionRequest.cjs');
|
|
258
|
+
var ScreenTransactionResponse = require('../models/ScreenTransactionResponse.cjs');
|
|
256
259
|
require('../models/SdkEnvironmentIdWaasWalletIdAdditionalAddressesAdditionalAddresses.cjs');
|
|
257
260
|
var SdkSettingsRequest = require('../models/SdkSettingsRequest.cjs');
|
|
258
261
|
var SignAleoRequestWithWaasRequest = require('../models/SignAleoRequestWithWaasRequest.cjs');
|
|
@@ -317,6 +320,7 @@ require('../models/WaasDelegationCredentialsResponse.cjs');
|
|
|
317
320
|
require('../models/WaasPolicyConstraintCondition.cjs');
|
|
318
321
|
require('../models/WaasPolicyRuleType.cjs');
|
|
319
322
|
var WaasPolicyLayerResponse = require('../models/WaasPolicyLayerResponse.cjs');
|
|
323
|
+
require('../models/WaasPolicyLayerRuleOperation.cjs');
|
|
320
324
|
var WaasPolicyLayerUpdateRequest = require('../models/WaasPolicyLayerUpdateRequest.cjs');
|
|
321
325
|
var WaasSignerPolicyLayerUpdateRequest = require('../models/WaasSignerPolicyLayerUpdateRequest.cjs');
|
|
322
326
|
require('../models/WaasTransactionBroadcastSubmissionState.cjs');
|
|
@@ -8600,6 +8604,67 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
8600
8604
|
async scanUrlOptions(requestParameters, initOverrides) {
|
|
8601
8605
|
await this.scanUrlOptionsRaw(requestParameters, initOverrides);
|
|
8602
8606
|
}
|
|
8607
|
+
/**
|
|
8608
|
+
* Screens a transaction payload for sanctioned addresses before signing.
|
|
8609
|
+
* Screen a transaction payload for sanctioned addresses
|
|
8610
|
+
*/
|
|
8611
|
+
async screenTransactionRaw(requestParameters, initOverrides) {
|
|
8612
|
+
if (requestParameters.environmentId === null || requestParameters.environmentId === undefined) {
|
|
8613
|
+
throw new runtime.RequiredError('environmentId', 'Required parameter requestParameters.environmentId was null or undefined when calling screenTransaction.');
|
|
8614
|
+
}
|
|
8615
|
+
if (requestParameters.screenTransactionRequest === null || requestParameters.screenTransactionRequest === undefined) {
|
|
8616
|
+
throw new runtime.RequiredError('screenTransactionRequest', 'Required parameter requestParameters.screenTransactionRequest was null or undefined when calling screenTransaction.');
|
|
8617
|
+
}
|
|
8618
|
+
const queryParameters = {};
|
|
8619
|
+
const headerParameters = {};
|
|
8620
|
+
headerParameters['Content-Type'] = 'application/json';
|
|
8621
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
8622
|
+
const token = this.configuration.accessToken;
|
|
8623
|
+
const tokenString = await token("bearerAuth", []);
|
|
8624
|
+
if (tokenString) {
|
|
8625
|
+
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
8626
|
+
}
|
|
8627
|
+
}
|
|
8628
|
+
const response = await this.request({
|
|
8629
|
+
path: `/sdk/{environmentId}/wallet/screenTransaction`.replace(`{${"environmentId"}}`, encodeURIComponent(String(requestParameters.environmentId))),
|
|
8630
|
+
method: 'POST',
|
|
8631
|
+
headers: headerParameters,
|
|
8632
|
+
query: queryParameters,
|
|
8633
|
+
body: ScreenTransactionRequest.ScreenTransactionRequestToJSON(requestParameters.screenTransactionRequest),
|
|
8634
|
+
}, initOverrides);
|
|
8635
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => ScreenTransactionResponse.ScreenTransactionResponseFromJSON(jsonValue));
|
|
8636
|
+
}
|
|
8637
|
+
/**
|
|
8638
|
+
* Screens a transaction payload for sanctioned addresses before signing.
|
|
8639
|
+
* Screen a transaction payload for sanctioned addresses
|
|
8640
|
+
*/
|
|
8641
|
+
async screenTransaction(requestParameters, initOverrides) {
|
|
8642
|
+
const response = await this.screenTransactionRaw(requestParameters, initOverrides);
|
|
8643
|
+
return await response.value();
|
|
8644
|
+
}
|
|
8645
|
+
/**
|
|
8646
|
+
* Options call for this endpoint
|
|
8647
|
+
*/
|
|
8648
|
+
async screenTransactionOptionsRaw(requestParameters, initOverrides) {
|
|
8649
|
+
if (requestParameters.environmentId === null || requestParameters.environmentId === undefined) {
|
|
8650
|
+
throw new runtime.RequiredError('environmentId', 'Required parameter requestParameters.environmentId was null or undefined when calling screenTransactionOptions.');
|
|
8651
|
+
}
|
|
8652
|
+
const queryParameters = {};
|
|
8653
|
+
const headerParameters = {};
|
|
8654
|
+
const response = await this.request({
|
|
8655
|
+
path: `/sdk/{environmentId}/wallet/screenTransaction`.replace(`{${"environmentId"}}`, encodeURIComponent(String(requestParameters.environmentId))),
|
|
8656
|
+
method: 'OPTIONS',
|
|
8657
|
+
headers: headerParameters,
|
|
8658
|
+
query: queryParameters,
|
|
8659
|
+
}, initOverrides);
|
|
8660
|
+
return new runtime.VoidApiResponse(response);
|
|
8661
|
+
}
|
|
8662
|
+
/**
|
|
8663
|
+
* Options call for this endpoint
|
|
8664
|
+
*/
|
|
8665
|
+
async screenTransactionOptions(requestParameters, initOverrides) {
|
|
8666
|
+
await this.screenTransactionOptionsRaw(requestParameters, initOverrides);
|
|
8667
|
+
}
|
|
8603
8668
|
/**
|
|
8604
8669
|
* Caller must be an owner or admin of the business account. Target user is resolved by `userId` OR `identifier + type` (email/externalUserId create-or-resolve; id direct lookup). Idempotent: if the target is already an active member the existing row is returned with 200.
|
|
8605
8670
|
* SDK — add a member to a business account
|
|
@@ -10735,7 +10800,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
10735
10800
|
await this.updateUserMfaDeviceRaw(requestParameters, initOverrides);
|
|
10736
10801
|
}
|
|
10737
10802
|
/**
|
|
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 shareSetId 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. Field permissions, grant/authorship, and the remove-vs-marker decision are enforced by wallet-service, not this route.
|
|
10803
|
+
* 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
10804
|
* Create, update, or remove a Rule on a signer-Layer
|
|
10740
10805
|
*/
|
|
10741
10806
|
async updateWaasSignerSelfPolicyLayerRaw(requestParameters, initOverrides) {
|
|
@@ -10768,7 +10833,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
10768
10833
|
return new runtime.JSONApiResponse(response, (jsonValue) => WaasPolicyLayerResponse.WaasPolicyLayerResponseFromJSON(jsonValue));
|
|
10769
10834
|
}
|
|
10770
10835
|
/**
|
|
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 shareSetId 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. Field permissions, grant/authorship, and the remove-vs-marker decision are enforced by wallet-service, not this route.
|
|
10836
|
+
* 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
10837
|
* Create, update, or remove a Rule on a signer-Layer
|
|
10773
10838
|
*/
|
|
10774
10839
|
async updateWaasSignerSelfPolicyLayer(requestParameters, initOverrides) {
|
|
@@ -10776,7 +10841,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
10776
10841
|
return await response.value();
|
|
10777
10842
|
}
|
|
10778
10843
|
/**
|
|
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.
|
|
10844
|
+
* 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
10845
|
* Create, update, or remove a Rule on a wallet-Layer
|
|
10781
10846
|
*/
|
|
10782
10847
|
async updateWaasWalletSelfPolicyLayerRaw(requestParameters, initOverrides) {
|
|
@@ -10809,7 +10874,7 @@ class SDKApi extends runtime.BaseAPI {
|
|
|
10809
10874
|
return new runtime.JSONApiResponse(response, (jsonValue) => WaasPolicyLayerResponse.WaasPolicyLayerResponseFromJSON(jsonValue));
|
|
10810
10875
|
}
|
|
10811
10876
|
/**
|
|
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.
|
|
10877
|
+
* 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
10878
|
* Create, update, or remove a Rule on a wallet-Layer
|
|
10814
10879
|
*/
|
|
10815
10880
|
async updateWaasWalletSelfPolicyLayer(requestParameters, initOverrides) {
|
package/src/apis/SDKApi.d.ts
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import * as runtime from '../runtime';
|
|
13
|
-
import { Account, AddBusinessAccountMemberSdkRequest, AddBusinessAccountSignerSdkRequest, AleoCuratedPricesResponse, AleoProverEncryptedRequest, AleoProverPubkeyResponse, AttachSourceRequest, BackupKeySharesToLocationsRequest, BackupKeySharesToLocationsResponse, BusinessAccount, BusinessAccountDetail, BusinessAccountList, BusinessAccountMember, BusinessAccountSigner, ChainEnum, CheckoutTransaction, CheckoutTransactionCreateRequest, CheckoutTransactionCreateResponse, CoinbaseOnrampGetBuyUrlRequest, CoinbaseOnrampGetBuyUrlResponse, CoinbaseOnrampOrderCreateRequest, CoinbaseOnrampOrderResponse, CompletePasskeyRecoveryRequest, ConnectRequest, CreateBusinessAccountSdkRequest, CreateEmbeddedWalletsRequest, CreateExchangeTransferRequest, CreateRoomsRequest, CreateRoomsResponse, CreateRoomsWithoutWalletIdRequest, CreateRoomsWithoutWalletIdResponse, CreateWaasAccountRequest, CreateWalletAccountRequest, CryptoDotComPaymentCreateRequest, CryptoDotComPaymentResponse, Currency, DelegatedShareDeliveryRequest, DelegatedShareDeliveryResponse, DeleteDeviceRegistrationResponse, DeleteEmbeddedWalletsRequest, DeleteUserPasskeyRequest, DeviceRegistrationsResponse, EmailProviderResponse, EmailVerificationCreateRequest, EmailVerificationCreateResponse, EmailVerificationMfaRequest, EmailVerificationRetryRequest, EmailVerificationVerifyRequest, EmbeddedWalletAuthToken, EmbeddedWalletAuthType, EmbeddedWalletChainEnum, EmbeddedWalletPasscodeClaimRequest, EmbeddedWalletSecret, ExchangeKeyEnum, ExchangeTransaction, ExchangeTransferResponse, ExportAleoViewKeyRequest, ExportEmbeddedWalletResponse, ExportWaasWalletPrivateKeyRequest, ExternalAuthAssertionResponse, ExternalAuthSigninRequest, FarcasterSignInRequest, Flow, FlowAttachSourceRequest, FlowPrepareSigningRequest, FlowQuoteRequest, FlowRecordBroadcastRequest, FlowSourceResponse, GeneratedTokenResponse, GetAvailableEVMGaslessRelayerResponse, GetEVMSponsoredTransactionStatusResponse, GetPasskeyAuthenticationOptionsResponse, GetPasskeyRegistrationOptionsResponse, GetUserPasskeysResponse, GlobalWalletConnection, GlobalWalletConnectionCreateRequest, GlobalWalletSettings, HealthcheckResponse, ImportWaasPrivateKeyRequest, InitEmailAuthRequest, InitEmailAuthResponse, InitPasskeyRecoveryRequest, InitPasskeyRecoveryResponse, InlineObject1, InlineObject2, InlineObject3, InlineObject4, InlineObject5, InlineResponse2001, InlineResponse2002, InlineResponse2003, InlineResponse2004, InlineResponse2005, InlineResponse2006, InlineResponse2007, InlineResponse2008, InlineResponse2009, JwksResponse, LinkBusinessAccountWalletSdkRequest, MFAAuthRecoveryDevicePostRequest, MFAAuthTotpDevicePostRequest, MFADevice, MFAGetRecoveryCodesResponse, MFAListDevicesResponse, MFAMethodsResponse, MFARegenRecoveryCodesResponse, MFARegisterPasskeyDeviceGetResponse, MFARegisterPasskeyDevicePostRequest, MFARegisterTotpDeviceGetResponse, MFARegisterTotpDevicePostRequest, MFAUpdateDeviceRequest, MergeUserConflictResolutions, MoonPayCurrenciesResponse, MultichainAccountBalanceResponse, MultichainAccountBalancesRequest, NetworkConfigurationResponse, NonceResponse, NoncesResponse, OauthInitAuthRequest, OauthProviderLoginUrl, OauthRequest, OauthResultRequest, OauthResultResponse, OpenRoomResponse, OpenRoomResponseForReshare, OpenRoomResponseWithServerKeygenIds, PasskeyAuthRequest, PasskeyRegisterRequest, PrefetchRequest, ProjectSettings, ProviderEnum, PublishEvents, RealtimeAuthTokenResponse, RecoverMultipleClientKeySharesRequest, RecoverMultipleClientKeySharesResponse, RefreshKeySharesRequest, RefreshKeySharesResponse, RegisterEmbeddedWalletSessionKeyResponse, RegisterSessionKeyRequest, ReshareRequest, ScanWebsiteUrlRequest, ScanWebsiteUrlResponse, SdkSettingsRequest, SdkUser, SignAleoRequestWithWaasRequest, SignMessageWithWaasRequest, SimulateEVMTransactionRequest, SimulateSVMTransactionRequest, SimulateTransactionResponse, SimulateUserOpRequest, SmsVerificationCreateRequest, SmsVerificationCreateResponse, SmsVerificationRetryRequest, SmsVerificationVerifyRequest, SolanaTransactionOptimizationRequest, SolanaTransactionOptimizationResponse, SponsorEVMTransactionRequest, SponsorEVMTransactionResponse, SponsorSVMTransactionRequest, SponsorSVMTransactionResponse, SsoProviderCheckRequest, SsoProviderCheckResponse, StepUpCheckRequest, StepUpCheckResponse, SupportedOfframpsResponse, SupportedOnrampsResponse, SwapQuoteRequest, SwapQuoteResponse, SwapStatusRequest, SwapStatusResponse, TelegramPostRequest, TokenBalance, TransactionFeeEstimateRequest, TransactionFeeEstimateResponse, TransferBusinessAccountOwnershipSdkRequest, TransferDestinationResponse, TurnkeyCreateWalletAccountsRequestBody, TurnkeyDeleteEmbeddedWalletsRequestBody, UpdateBusinessAccountMemberRoleSdkRequest, UpdateBusinessAccountSdkRequest, UpdateRecoveryEmailRequest, UpdateSelfResponse, UpdateUserPasskeyRequest, UpdateWaasWalletSettingsRequest, UpdateWaasWalletSettingsResponse, UpgradeEmbeddedWalletToV2Request, UserFields, UserFieldsCheckParams, UserFieldsCheckResponse, UserOauthAccessTokenResponse, UserPasskey, UserWalletSelectionRequest, VerifyRequest, VerifyResponse, VerifyUnlinkRequest, WaasPolicyLayerResponse, WaasPolicyLayerUpdateRequest, WaasSignerPolicyLayerUpdateRequest, WaasTransactionBroadcastRequest, WaasTransactionBroadcastResponse, WalletSanctionsResponse, WalletTransactionsResponse, YieldVaultListResponse } from '../models';
|
|
13
|
+
import { Account, AddBusinessAccountMemberSdkRequest, AddBusinessAccountSignerSdkRequest, AleoCuratedPricesResponse, AleoProverEncryptedRequest, AleoProverPubkeyResponse, AttachSourceRequest, BackupKeySharesToLocationsRequest, BackupKeySharesToLocationsResponse, BusinessAccount, BusinessAccountDetail, BusinessAccountList, BusinessAccountMember, BusinessAccountSigner, ChainEnum, CheckoutTransaction, CheckoutTransactionCreateRequest, CheckoutTransactionCreateResponse, CoinbaseOnrampGetBuyUrlRequest, CoinbaseOnrampGetBuyUrlResponse, CoinbaseOnrampOrderCreateRequest, CoinbaseOnrampOrderResponse, CompletePasskeyRecoveryRequest, ConnectRequest, CreateBusinessAccountSdkRequest, CreateEmbeddedWalletsRequest, CreateExchangeTransferRequest, CreateRoomsRequest, CreateRoomsResponse, CreateRoomsWithoutWalletIdRequest, CreateRoomsWithoutWalletIdResponse, CreateWaasAccountRequest, CreateWalletAccountRequest, CryptoDotComPaymentCreateRequest, CryptoDotComPaymentResponse, Currency, DelegatedShareDeliveryRequest, DelegatedShareDeliveryResponse, DeleteDeviceRegistrationResponse, DeleteEmbeddedWalletsRequest, DeleteUserPasskeyRequest, DeviceRegistrationsResponse, EmailProviderResponse, EmailVerificationCreateRequest, EmailVerificationCreateResponse, EmailVerificationMfaRequest, EmailVerificationRetryRequest, EmailVerificationVerifyRequest, EmbeddedWalletAuthToken, EmbeddedWalletAuthType, EmbeddedWalletChainEnum, EmbeddedWalletPasscodeClaimRequest, EmbeddedWalletSecret, ExchangeKeyEnum, ExchangeTransaction, ExchangeTransferResponse, ExportAleoViewKeyRequest, ExportEmbeddedWalletResponse, ExportWaasWalletPrivateKeyRequest, ExternalAuthAssertionResponse, ExternalAuthSigninRequest, FarcasterSignInRequest, Flow, FlowAttachSourceRequest, FlowPrepareSigningRequest, FlowQuoteRequest, FlowRecordBroadcastRequest, FlowSourceResponse, GeneratedTokenResponse, GetAvailableEVMGaslessRelayerResponse, GetEVMSponsoredTransactionStatusResponse, GetPasskeyAuthenticationOptionsResponse, GetPasskeyRegistrationOptionsResponse, GetUserPasskeysResponse, GlobalWalletConnection, GlobalWalletConnectionCreateRequest, GlobalWalletSettings, HealthcheckResponse, ImportWaasPrivateKeyRequest, InitEmailAuthRequest, InitEmailAuthResponse, InitPasskeyRecoveryRequest, InitPasskeyRecoveryResponse, InlineObject1, InlineObject2, InlineObject3, InlineObject4, InlineObject5, InlineResponse2001, InlineResponse2002, InlineResponse2003, InlineResponse2004, InlineResponse2005, InlineResponse2006, InlineResponse2007, InlineResponse2008, InlineResponse2009, JwksResponse, LinkBusinessAccountWalletSdkRequest, MFAAuthRecoveryDevicePostRequest, MFAAuthTotpDevicePostRequest, MFADevice, MFAGetRecoveryCodesResponse, MFAListDevicesResponse, MFAMethodsResponse, MFARegenRecoveryCodesResponse, MFARegisterPasskeyDeviceGetResponse, MFARegisterPasskeyDevicePostRequest, MFARegisterTotpDeviceGetResponse, MFARegisterTotpDevicePostRequest, MFAUpdateDeviceRequest, MergeUserConflictResolutions, MoonPayCurrenciesResponse, MultichainAccountBalanceResponse, MultichainAccountBalancesRequest, NetworkConfigurationResponse, NonceResponse, NoncesResponse, OauthInitAuthRequest, OauthProviderLoginUrl, OauthRequest, OauthResultRequest, OauthResultResponse, OpenRoomResponse, OpenRoomResponseForReshare, OpenRoomResponseWithServerKeygenIds, PasskeyAuthRequest, PasskeyRegisterRequest, PrefetchRequest, ProjectSettings, ProviderEnum, PublishEvents, RealtimeAuthTokenResponse, RecoverMultipleClientKeySharesRequest, RecoverMultipleClientKeySharesResponse, RefreshKeySharesRequest, RefreshKeySharesResponse, RegisterEmbeddedWalletSessionKeyResponse, RegisterSessionKeyRequest, ReshareRequest, ScanWebsiteUrlRequest, ScanWebsiteUrlResponse, ScreenTransactionRequest, ScreenTransactionResponse, SdkSettingsRequest, SdkUser, SignAleoRequestWithWaasRequest, SignMessageWithWaasRequest, SimulateEVMTransactionRequest, SimulateSVMTransactionRequest, SimulateTransactionResponse, SimulateUserOpRequest, SmsVerificationCreateRequest, SmsVerificationCreateResponse, SmsVerificationRetryRequest, SmsVerificationVerifyRequest, SolanaTransactionOptimizationRequest, SolanaTransactionOptimizationResponse, SponsorEVMTransactionRequest, SponsorEVMTransactionResponse, SponsorSVMTransactionRequest, SponsorSVMTransactionResponse, SsoProviderCheckRequest, SsoProviderCheckResponse, StepUpCheckRequest, StepUpCheckResponse, SupportedOfframpsResponse, SupportedOnrampsResponse, SwapQuoteRequest, SwapQuoteResponse, SwapStatusRequest, SwapStatusResponse, TelegramPostRequest, TokenBalance, TransactionFeeEstimateRequest, TransactionFeeEstimateResponse, TransferBusinessAccountOwnershipSdkRequest, TransferDestinationResponse, TurnkeyCreateWalletAccountsRequestBody, TurnkeyDeleteEmbeddedWalletsRequestBody, UpdateBusinessAccountMemberRoleSdkRequest, UpdateBusinessAccountSdkRequest, UpdateRecoveryEmailRequest, UpdateSelfResponse, UpdateUserPasskeyRequest, UpdateWaasWalletSettingsRequest, UpdateWaasWalletSettingsResponse, UpgradeEmbeddedWalletToV2Request, UserFields, UserFieldsCheckParams, UserFieldsCheckResponse, UserOauthAccessTokenResponse, UserPasskey, UserWalletSelectionRequest, VerifyRequest, VerifyResponse, VerifyUnlinkRequest, WaasPolicyLayerResponse, WaasPolicyLayerUpdateRequest, WaasSignerPolicyLayerUpdateRequest, WaasTransactionBroadcastRequest, WaasTransactionBroadcastResponse, WalletSanctionsResponse, WalletTransactionsResponse, YieldVaultListResponse } from '../models';
|
|
14
14
|
export interface AttachFlowSourceRequest {
|
|
15
15
|
environmentId: string;
|
|
16
16
|
flowId: string;
|
|
@@ -1088,6 +1088,13 @@ export interface ScanUrlRequest {
|
|
|
1088
1088
|
export interface ScanUrlOptionsRequest {
|
|
1089
1089
|
environmentId: string;
|
|
1090
1090
|
}
|
|
1091
|
+
export interface ScreenTransactionOperationRequest {
|
|
1092
|
+
environmentId: string;
|
|
1093
|
+
screenTransactionRequest: ScreenTransactionRequest;
|
|
1094
|
+
}
|
|
1095
|
+
export interface ScreenTransactionOptionsRequest {
|
|
1096
|
+
environmentId: string;
|
|
1097
|
+
}
|
|
1091
1098
|
export interface SdkAddBusinessAccountMemberRequest {
|
|
1092
1099
|
environmentId: string;
|
|
1093
1100
|
businessAccountId: string;
|
|
@@ -3934,6 +3941,24 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
3934
3941
|
* Options call for this endpoint
|
|
3935
3942
|
*/
|
|
3936
3943
|
scanUrlOptions(requestParameters: ScanUrlOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
3944
|
+
/**
|
|
3945
|
+
* Screens a transaction payload for sanctioned addresses before signing.
|
|
3946
|
+
* Screen a transaction payload for sanctioned addresses
|
|
3947
|
+
*/
|
|
3948
|
+
screenTransactionRaw(requestParameters: ScreenTransactionOperationRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<ScreenTransactionResponse>>;
|
|
3949
|
+
/**
|
|
3950
|
+
* Screens a transaction payload for sanctioned addresses before signing.
|
|
3951
|
+
* Screen a transaction payload for sanctioned addresses
|
|
3952
|
+
*/
|
|
3953
|
+
screenTransaction(requestParameters: ScreenTransactionOperationRequest, initOverrides?: RequestInit): Promise<ScreenTransactionResponse>;
|
|
3954
|
+
/**
|
|
3955
|
+
* Options call for this endpoint
|
|
3956
|
+
*/
|
|
3957
|
+
screenTransactionOptionsRaw(requestParameters: ScreenTransactionOptionsRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<void>>;
|
|
3958
|
+
/**
|
|
3959
|
+
* Options call for this endpoint
|
|
3960
|
+
*/
|
|
3961
|
+
screenTransactionOptions(requestParameters: ScreenTransactionOptionsRequest, initOverrides?: RequestInit): Promise<void>;
|
|
3937
3962
|
/**
|
|
3938
3963
|
* Caller must be an owner or admin of the business account. Target user is resolved by `userId` OR `identifier + type` (email/externalUserId create-or-resolve; id direct lookup). Idempotent: if the target is already an active member the existing row is returned with 200.
|
|
3939
3964
|
* SDK — add a member to a business account
|
|
@@ -4567,22 +4592,22 @@ export declare class SDKApi extends runtime.BaseAPI {
|
|
|
4567
4592
|
*/
|
|
4568
4593
|
updateUserMfaDevice(requestParameters: UpdateUserMfaDeviceRequest, initOverrides?: RequestInit): Promise<void>;
|
|
4569
4594
|
/**
|
|
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 shareSetId 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. Field permissions, grant/authorship, and the remove-vs-marker decision are enforced by wallet-service, not this route.
|
|
4595
|
+
* 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
4596
|
* Create, update, or remove a Rule on a signer-Layer
|
|
4572
4597
|
*/
|
|
4573
4598
|
updateWaasSignerSelfPolicyLayerRaw(requestParameters: UpdateWaasSignerSelfPolicyLayerRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<WaasPolicyLayerResponse>>;
|
|
4574
4599
|
/**
|
|
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 shareSetId 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. Field permissions, grant/authorship, and the remove-vs-marker decision are enforced by wallet-service, not this route.
|
|
4600
|
+
* 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
4601
|
* Create, update, or remove a Rule on a signer-Layer
|
|
4577
4602
|
*/
|
|
4578
4603
|
updateWaasSignerSelfPolicyLayer(requestParameters: UpdateWaasSignerSelfPolicyLayerRequest, initOverrides?: RequestInit): Promise<WaasPolicyLayerResponse>;
|
|
4579
4604
|
/**
|
|
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.
|
|
4605
|
+
* 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
4606
|
* Create, update, or remove a Rule on a wallet-Layer
|
|
4582
4607
|
*/
|
|
4583
4608
|
updateWaasWalletSelfPolicyLayerRaw(requestParameters: UpdateWaasWalletSelfPolicyLayerRequest, initOverrides?: RequestInit): Promise<runtime.ApiResponse<WaasPolicyLayerResponse>>;
|
|
4584
4609
|
/**
|
|
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.
|
|
4610
|
+
* 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
4611
|
* Create, update, or remove a Rule on a wallet-Layer
|
|
4587
4612
|
*/
|
|
4588
4613
|
updateWaasWalletSelfPolicyLayer(requestParameters: UpdateWaasWalletSelfPolicyLayerRequest, initOverrides?: RequestInit): Promise<WaasPolicyLayerResponse>;
|
package/src/apis/SDKApi.js
CHANGED
|
@@ -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';
|
|
@@ -249,6 +250,8 @@ import '../models/RoomTypeEnum.js';
|
|
|
249
250
|
import '../models/SanctionsWalletBlockedEventPayload.js';
|
|
250
251
|
import { ScanWebsiteUrlRequestToJSON } from '../models/ScanWebsiteUrlRequest.js';
|
|
251
252
|
import { ScanWebsiteUrlResponseFromJSON } from '../models/ScanWebsiteUrlResponse.js';
|
|
253
|
+
import { ScreenTransactionRequestToJSON } from '../models/ScreenTransactionRequest.js';
|
|
254
|
+
import { ScreenTransactionResponseFromJSON } from '../models/ScreenTransactionResponse.js';
|
|
252
255
|
import '../models/SdkEnvironmentIdWaasWalletIdAdditionalAddressesAdditionalAddresses.js';
|
|
253
256
|
import { SdkSettingsRequestToJSON } from '../models/SdkSettingsRequest.js';
|
|
254
257
|
import { SignAleoRequestWithWaasRequestToJSON } from '../models/SignAleoRequestWithWaasRequest.js';
|
|
@@ -313,6 +316,7 @@ import '../models/WaasDelegationCredentialsResponse.js';
|
|
|
313
316
|
import '../models/WaasPolicyConstraintCondition.js';
|
|
314
317
|
import '../models/WaasPolicyRuleType.js';
|
|
315
318
|
import { WaasPolicyLayerResponseFromJSON } from '../models/WaasPolicyLayerResponse.js';
|
|
319
|
+
import '../models/WaasPolicyLayerRuleOperation.js';
|
|
316
320
|
import { WaasPolicyLayerUpdateRequestToJSON } from '../models/WaasPolicyLayerUpdateRequest.js';
|
|
317
321
|
import { WaasSignerPolicyLayerUpdateRequestToJSON } from '../models/WaasSignerPolicyLayerUpdateRequest.js';
|
|
318
322
|
import '../models/WaasTransactionBroadcastSubmissionState.js';
|
|
@@ -8596,6 +8600,67 @@ class SDKApi extends BaseAPI {
|
|
|
8596
8600
|
async scanUrlOptions(requestParameters, initOverrides) {
|
|
8597
8601
|
await this.scanUrlOptionsRaw(requestParameters, initOverrides);
|
|
8598
8602
|
}
|
|
8603
|
+
/**
|
|
8604
|
+
* Screens a transaction payload for sanctioned addresses before signing.
|
|
8605
|
+
* Screen a transaction payload for sanctioned addresses
|
|
8606
|
+
*/
|
|
8607
|
+
async screenTransactionRaw(requestParameters, initOverrides) {
|
|
8608
|
+
if (requestParameters.environmentId === null || requestParameters.environmentId === undefined) {
|
|
8609
|
+
throw new RequiredError('environmentId', 'Required parameter requestParameters.environmentId was null or undefined when calling screenTransaction.');
|
|
8610
|
+
}
|
|
8611
|
+
if (requestParameters.screenTransactionRequest === null || requestParameters.screenTransactionRequest === undefined) {
|
|
8612
|
+
throw new RequiredError('screenTransactionRequest', 'Required parameter requestParameters.screenTransactionRequest was null or undefined when calling screenTransaction.');
|
|
8613
|
+
}
|
|
8614
|
+
const queryParameters = {};
|
|
8615
|
+
const headerParameters = {};
|
|
8616
|
+
headerParameters['Content-Type'] = 'application/json';
|
|
8617
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
8618
|
+
const token = this.configuration.accessToken;
|
|
8619
|
+
const tokenString = await token("bearerAuth", []);
|
|
8620
|
+
if (tokenString) {
|
|
8621
|
+
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
8622
|
+
}
|
|
8623
|
+
}
|
|
8624
|
+
const response = await this.request({
|
|
8625
|
+
path: `/sdk/{environmentId}/wallet/screenTransaction`.replace(`{${"environmentId"}}`, encodeURIComponent(String(requestParameters.environmentId))),
|
|
8626
|
+
method: 'POST',
|
|
8627
|
+
headers: headerParameters,
|
|
8628
|
+
query: queryParameters,
|
|
8629
|
+
body: ScreenTransactionRequestToJSON(requestParameters.screenTransactionRequest),
|
|
8630
|
+
}, initOverrides);
|
|
8631
|
+
return new JSONApiResponse(response, (jsonValue) => ScreenTransactionResponseFromJSON(jsonValue));
|
|
8632
|
+
}
|
|
8633
|
+
/**
|
|
8634
|
+
* Screens a transaction payload for sanctioned addresses before signing.
|
|
8635
|
+
* Screen a transaction payload for sanctioned addresses
|
|
8636
|
+
*/
|
|
8637
|
+
async screenTransaction(requestParameters, initOverrides) {
|
|
8638
|
+
const response = await this.screenTransactionRaw(requestParameters, initOverrides);
|
|
8639
|
+
return await response.value();
|
|
8640
|
+
}
|
|
8641
|
+
/**
|
|
8642
|
+
* Options call for this endpoint
|
|
8643
|
+
*/
|
|
8644
|
+
async screenTransactionOptionsRaw(requestParameters, initOverrides) {
|
|
8645
|
+
if (requestParameters.environmentId === null || requestParameters.environmentId === undefined) {
|
|
8646
|
+
throw new RequiredError('environmentId', 'Required parameter requestParameters.environmentId was null or undefined when calling screenTransactionOptions.');
|
|
8647
|
+
}
|
|
8648
|
+
const queryParameters = {};
|
|
8649
|
+
const headerParameters = {};
|
|
8650
|
+
const response = await this.request({
|
|
8651
|
+
path: `/sdk/{environmentId}/wallet/screenTransaction`.replace(`{${"environmentId"}}`, encodeURIComponent(String(requestParameters.environmentId))),
|
|
8652
|
+
method: 'OPTIONS',
|
|
8653
|
+
headers: headerParameters,
|
|
8654
|
+
query: queryParameters,
|
|
8655
|
+
}, initOverrides);
|
|
8656
|
+
return new VoidApiResponse(response);
|
|
8657
|
+
}
|
|
8658
|
+
/**
|
|
8659
|
+
* Options call for this endpoint
|
|
8660
|
+
*/
|
|
8661
|
+
async screenTransactionOptions(requestParameters, initOverrides) {
|
|
8662
|
+
await this.screenTransactionOptionsRaw(requestParameters, initOverrides);
|
|
8663
|
+
}
|
|
8599
8664
|
/**
|
|
8600
8665
|
* Caller must be an owner or admin of the business account. Target user is resolved by `userId` OR `identifier + type` (email/externalUserId create-or-resolve; id direct lookup). Idempotent: if the target is already an active member the existing row is returned with 200.
|
|
8601
8666
|
* SDK — add a member to a business account
|
|
@@ -10731,7 +10796,7 @@ class SDKApi extends BaseAPI {
|
|
|
10731
10796
|
await this.updateUserMfaDeviceRaw(requestParameters, initOverrides);
|
|
10732
10797
|
}
|
|
10733
10798
|
/**
|
|
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 shareSetId 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. Field permissions, grant/authorship, and the remove-vs-marker decision are enforced by wallet-service, not this route.
|
|
10799
|
+
* 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
10800
|
* Create, update, or remove a Rule on a signer-Layer
|
|
10736
10801
|
*/
|
|
10737
10802
|
async updateWaasSignerSelfPolicyLayerRaw(requestParameters, initOverrides) {
|
|
@@ -10764,7 +10829,7 @@ class SDKApi extends BaseAPI {
|
|
|
10764
10829
|
return new JSONApiResponse(response, (jsonValue) => WaasPolicyLayerResponseFromJSON(jsonValue));
|
|
10765
10830
|
}
|
|
10766
10831
|
/**
|
|
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 shareSetId 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. Field permissions, grant/authorship, and the remove-vs-marker decision are enforced by wallet-service, not this route.
|
|
10832
|
+
* 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
10833
|
* Create, update, or remove a Rule on a signer-Layer
|
|
10769
10834
|
*/
|
|
10770
10835
|
async updateWaasSignerSelfPolicyLayer(requestParameters, initOverrides) {
|
|
@@ -10772,7 +10837,7 @@ class SDKApi extends BaseAPI {
|
|
|
10772
10837
|
return await response.value();
|
|
10773
10838
|
}
|
|
10774
10839
|
/**
|
|
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.
|
|
10840
|
+
* 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
10841
|
* Create, update, or remove a Rule on a wallet-Layer
|
|
10777
10842
|
*/
|
|
10778
10843
|
async updateWaasWalletSelfPolicyLayerRaw(requestParameters, initOverrides) {
|
|
@@ -10805,7 +10870,7 @@ class SDKApi extends BaseAPI {
|
|
|
10805
10870
|
return new JSONApiResponse(response, (jsonValue) => WaasPolicyLayerResponseFromJSON(jsonValue));
|
|
10806
10871
|
}
|
|
10807
10872
|
/**
|
|
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.
|
|
10873
|
+
* 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
10874
|
* Create, update, or remove a Rule on a wallet-Layer
|
|
10810
10875
|
*/
|
|
10811
10876
|
async updateWaasWalletSelfPolicyLayer(requestParameters, initOverrides) {
|
package/src/apis/SDKViewsApi.cjs
CHANGED
|
@@ -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');
|
|
@@ -123,6 +124,7 @@ require('../models/ReshareKind.cjs');
|
|
|
123
124
|
require('../models/WaasPolicyConstraintCondition.cjs');
|
|
124
125
|
require('../models/WaasPolicyRuleType.cjs');
|
|
125
126
|
require('../models/SanctionsWalletBlockedEventPayload.cjs');
|
|
127
|
+
require('../models/ScreenTransactionResponse.cjs');
|
|
126
128
|
require('../models/SdkViewSectionAlignment.cjs');
|
|
127
129
|
require('../models/SdkViewSectionType.cjs');
|
|
128
130
|
require('../models/SdkViewType.cjs');
|
|
@@ -140,6 +142,7 @@ require('../models/UserFilterableFieldsEnum.cjs');
|
|
|
140
142
|
require('../models/VisitorFilterableFieldsEnum.cjs');
|
|
141
143
|
require('../models/WaasDelegatedAccessEncryptionPublicKeyType.cjs');
|
|
142
144
|
require('../models/WaasDelegationCredentialsResponse.cjs');
|
|
145
|
+
require('../models/WaasPolicyLayerRuleOperation.cjs');
|
|
143
146
|
require('../models/WaasPolicyLayerUpdateRequest.cjs');
|
|
144
147
|
require('../models/WaasSignerPolicyLayerUpdateRequest.cjs');
|
|
145
148
|
require('../models/WaasTransactionBroadcastSubmissionState.cjs');
|
package/src/apis/SDKViewsApi.js
CHANGED
|
@@ -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';
|
|
@@ -119,6 +120,7 @@ import '../models/ReshareKind.js';
|
|
|
119
120
|
import '../models/WaasPolicyConstraintCondition.js';
|
|
120
121
|
import '../models/WaasPolicyRuleType.js';
|
|
121
122
|
import '../models/SanctionsWalletBlockedEventPayload.js';
|
|
123
|
+
import '../models/ScreenTransactionResponse.js';
|
|
122
124
|
import '../models/SdkViewSectionAlignment.js';
|
|
123
125
|
import '../models/SdkViewSectionType.js';
|
|
124
126
|
import '../models/SdkViewType.js';
|
|
@@ -136,6 +138,7 @@ import '../models/UserFilterableFieldsEnum.js';
|
|
|
136
138
|
import '../models/VisitorFilterableFieldsEnum.js';
|
|
137
139
|
import '../models/WaasDelegatedAccessEncryptionPublicKeyType.js';
|
|
138
140
|
import '../models/WaasDelegationCredentialsResponse.js';
|
|
141
|
+
import '../models/WaasPolicyLayerRuleOperation.js';
|
|
139
142
|
import '../models/WaasPolicyLayerUpdateRequest.js';
|
|
140
143
|
import '../models/WaasSignerPolicyLayerUpdateRequest.js';
|
|
141
144
|
import '../models/WaasTransactionBroadcastSubmissionState.js';
|
package/src/apis/ServerApi.cjs
CHANGED
|
@@ -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');
|
|
@@ -135,6 +136,7 @@ require('../models/ReshareKind.cjs');
|
|
|
135
136
|
require('../models/WaasPolicyConstraintCondition.cjs');
|
|
136
137
|
require('../models/WaasPolicyRuleType.cjs');
|
|
137
138
|
require('../models/SanctionsWalletBlockedEventPayload.cjs');
|
|
139
|
+
require('../models/ScreenTransactionResponse.cjs');
|
|
138
140
|
require('../models/SignMessageRawSign.cjs');
|
|
139
141
|
var SoftDeleteWaasWalletsRequest = require('../models/SoftDeleteWaasWalletsRequest.cjs');
|
|
140
142
|
var SoftDeleteWaasWalletsResponse = require('../models/SoftDeleteWaasWalletsResponse.cjs');
|
|
@@ -149,6 +151,7 @@ require('../models/UserFilterableFieldsEnum.cjs');
|
|
|
149
151
|
require('../models/VisitorFilterableFieldsEnum.cjs');
|
|
150
152
|
require('../models/WaasDelegatedAccessEncryptionPublicKeyType.cjs');
|
|
151
153
|
require('../models/WaasDelegationCredentialsResponse.cjs');
|
|
154
|
+
require('../models/WaasPolicyLayerRuleOperation.cjs');
|
|
152
155
|
require('../models/WaasPolicyLayerUpdateRequest.cjs');
|
|
153
156
|
require('../models/WaasSignerPolicyLayerUpdateRequest.cjs');
|
|
154
157
|
require('../models/WaasTransactionBroadcastSubmissionState.cjs');
|
package/src/apis/ServerApi.js
CHANGED
|
@@ -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';
|
|
@@ -131,6 +132,7 @@ import '../models/ReshareKind.js';
|
|
|
131
132
|
import '../models/WaasPolicyConstraintCondition.js';
|
|
132
133
|
import '../models/WaasPolicyRuleType.js';
|
|
133
134
|
import '../models/SanctionsWalletBlockedEventPayload.js';
|
|
135
|
+
import '../models/ScreenTransactionResponse.js';
|
|
134
136
|
import '../models/SignMessageRawSign.js';
|
|
135
137
|
import { SoftDeleteWaasWalletsRequestToJSON } from '../models/SoftDeleteWaasWalletsRequest.js';
|
|
136
138
|
import { SoftDeleteWaasWalletsResponseFromJSON } from '../models/SoftDeleteWaasWalletsResponse.js';
|
|
@@ -145,6 +147,7 @@ import '../models/UserFilterableFieldsEnum.js';
|
|
|
145
147
|
import '../models/VisitorFilterableFieldsEnum.js';
|
|
146
148
|
import '../models/WaasDelegatedAccessEncryptionPublicKeyType.js';
|
|
147
149
|
import '../models/WaasDelegationCredentialsResponse.js';
|
|
150
|
+
import '../models/WaasPolicyLayerRuleOperation.js';
|
|
148
151
|
import '../models/WaasPolicyLayerUpdateRequest.js';
|
|
149
152
|
import '../models/WaasSignerPolicyLayerUpdateRequest.js';
|
|
150
153
|
import '../models/WaasTransactionBroadcastSubmissionState.js';
|
package/src/apis/SessionsApi.cjs
CHANGED
|
@@ -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');
|
|
@@ -127,6 +128,7 @@ require('../models/WaasPolicyConstraintCondition.cjs');
|
|
|
127
128
|
require('../models/WaasPolicyRuleType.cjs');
|
|
128
129
|
var RevokeAllSessionsResponse = require('../models/RevokeAllSessionsResponse.cjs');
|
|
129
130
|
require('../models/SanctionsWalletBlockedEventPayload.cjs');
|
|
131
|
+
require('../models/ScreenTransactionResponse.cjs');
|
|
130
132
|
require('../models/SignMessageRawSign.cjs');
|
|
131
133
|
require('../models/SsoProviderEnum.cjs');
|
|
132
134
|
require('../models/SsoProviderCheckResponse.cjs');
|
|
@@ -139,6 +141,7 @@ require('../models/UserFilterableFieldsEnum.cjs');
|
|
|
139
141
|
require('../models/VisitorFilterableFieldsEnum.cjs');
|
|
140
142
|
require('../models/WaasDelegatedAccessEncryptionPublicKeyType.cjs');
|
|
141
143
|
require('../models/WaasDelegationCredentialsResponse.cjs');
|
|
144
|
+
require('../models/WaasPolicyLayerRuleOperation.cjs');
|
|
142
145
|
require('../models/WaasPolicyLayerUpdateRequest.cjs');
|
|
143
146
|
require('../models/WaasSignerPolicyLayerUpdateRequest.cjs');
|
|
144
147
|
require('../models/WaasTransactionBroadcastSubmissionState.cjs');
|
package/src/apis/SessionsApi.js
CHANGED
|
@@ -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';
|
|
@@ -123,6 +124,7 @@ import '../models/WaasPolicyConstraintCondition.js';
|
|
|
123
124
|
import '../models/WaasPolicyRuleType.js';
|
|
124
125
|
import { RevokeAllSessionsResponseFromJSON } from '../models/RevokeAllSessionsResponse.js';
|
|
125
126
|
import '../models/SanctionsWalletBlockedEventPayload.js';
|
|
127
|
+
import '../models/ScreenTransactionResponse.js';
|
|
126
128
|
import '../models/SignMessageRawSign.js';
|
|
127
129
|
import '../models/SsoProviderEnum.js';
|
|
128
130
|
import '../models/SsoProviderCheckResponse.js';
|
|
@@ -135,6 +137,7 @@ import '../models/UserFilterableFieldsEnum.js';
|
|
|
135
137
|
import '../models/VisitorFilterableFieldsEnum.js';
|
|
136
138
|
import '../models/WaasDelegatedAccessEncryptionPublicKeyType.js';
|
|
137
139
|
import '../models/WaasDelegationCredentialsResponse.js';
|
|
140
|
+
import '../models/WaasPolicyLayerRuleOperation.js';
|
|
138
141
|
import '../models/WaasPolicyLayerUpdateRequest.js';
|
|
139
142
|
import '../models/WaasSignerPolicyLayerUpdateRequest.js';
|
|
140
143
|
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');
|
|
@@ -125,6 +126,7 @@ require('../models/ReshareKind.cjs');
|
|
|
125
126
|
require('../models/WaasPolicyConstraintCondition.cjs');
|
|
126
127
|
require('../models/WaasPolicyRuleType.cjs');
|
|
127
128
|
require('../models/SanctionsWalletBlockedEventPayload.cjs');
|
|
129
|
+
require('../models/ScreenTransactionResponse.cjs');
|
|
128
130
|
require('../models/SignMessageRawSign.cjs');
|
|
129
131
|
require('../models/SsoProviderEnum.cjs');
|
|
130
132
|
require('../models/SsoProviderCheckResponse.cjs');
|
|
@@ -138,6 +140,7 @@ require('../models/UserFilterableFieldsEnum.cjs');
|
|
|
138
140
|
require('../models/VisitorFilterableFieldsEnum.cjs');
|
|
139
141
|
require('../models/WaasDelegatedAccessEncryptionPublicKeyType.cjs');
|
|
140
142
|
require('../models/WaasDelegationCredentialsResponse.cjs');
|
|
143
|
+
require('../models/WaasPolicyLayerRuleOperation.cjs');
|
|
141
144
|
require('../models/WaasPolicyLayerUpdateRequest.cjs');
|
|
142
145
|
require('../models/WaasSignerPolicyLayerUpdateRequest.cjs');
|
|
143
146
|
require('../models/WaasTransactionBroadcastSubmissionState.cjs');
|