@dynamic-labs/sdk-api 0.0.1028 → 0.0.1030
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 +1 -0
- package/src/apis/AdminActionsApi.js +1 -0
- package/src/apis/AllowlistsApi.cjs +1 -0
- package/src/apis/AllowlistsApi.js +1 -0
- package/src/apis/AnalyticsApi.cjs +1 -0
- package/src/apis/AnalyticsApi.js +1 -0
- package/src/apis/AuthorizedClientsApi.cjs +1 -0
- package/src/apis/AuthorizedClientsApi.js +1 -0
- package/src/apis/ChainalysisApi.cjs +1 -0
- package/src/apis/ChainalysisApi.js +1 -0
- package/src/apis/ChainsApi.cjs +1 -0
- package/src/apis/ChainsApi.js +1 -0
- package/src/apis/CheckoutApi.cjs +1 -0
- package/src/apis/CheckoutApi.js +1 -0
- package/src/apis/ClientGrantApi.cjs +1 -0
- package/src/apis/ClientGrantApi.js +1 -0
- package/src/apis/CustomFieldsApi.cjs +1 -0
- package/src/apis/CustomFieldsApi.js +1 -0
- package/src/apis/CustomHostnamesApi.cjs +1 -0
- package/src/apis/CustomHostnamesApi.js +1 -0
- package/src/apis/CustomNetworksApi.cjs +1 -0
- package/src/apis/CustomNetworksApi.js +1 -0
- package/src/apis/DeeplinkUrlsApi.cjs +1 -0
- package/src/apis/DeeplinkUrlsApi.js +1 -0
- package/src/apis/EnvironmentsApi.cjs +1 -0
- package/src/apis/EnvironmentsApi.js +1 -0
- package/src/apis/EventsApi.cjs +1 -0
- package/src/apis/EventsApi.js +1 -0
- package/src/apis/ExchangesApi.cjs +1 -0
- package/src/apis/ExchangesApi.js +1 -0
- package/src/apis/ExportsApi.cjs +1 -0
- package/src/apis/ExportsApi.js +1 -0
- package/src/apis/ExternalJwtApi.cjs +1 -0
- package/src/apis/ExternalJwtApi.js +1 -0
- package/src/apis/GatesApi.cjs +1 -0
- package/src/apis/GatesApi.js +1 -0
- package/src/apis/GlobalWalletAccessControlApi.cjs +1 -0
- package/src/apis/GlobalWalletAccessControlApi.js +1 -0
- package/src/apis/GlobalWalletConnectionsApi.cjs +1 -0
- package/src/apis/GlobalWalletConnectionsApi.js +1 -0
- package/src/apis/GlobalWalletsApi.cjs +1 -0
- package/src/apis/GlobalWalletsApi.js +1 -0
- package/src/apis/InvitesApi.cjs +1 -0
- package/src/apis/InvitesApi.js +1 -0
- package/src/apis/MembersApi.cjs +1 -0
- package/src/apis/MembersApi.js +1 -0
- package/src/apis/MfaSettingsApi.cjs +1 -0
- package/src/apis/MfaSettingsApi.js +1 -0
- package/src/apis/NameServicesApi.cjs +1 -0
- package/src/apis/NameServicesApi.js +1 -0
- package/src/apis/OrganizationSettingsApi.cjs +1 -0
- package/src/apis/OrganizationSettingsApi.js +1 -0
- package/src/apis/OrganizationsApi.cjs +1 -0
- package/src/apis/OrganizationsApi.js +1 -0
- package/src/apis/OriginsApi.cjs +1 -0
- package/src/apis/OriginsApi.js +1 -0
- package/src/apis/ProjectsApi.cjs +1 -0
- package/src/apis/ProjectsApi.js +1 -0
- package/src/apis/ProvidersApi.cjs +1 -0
- package/src/apis/ProvidersApi.js +1 -0
- package/src/apis/SDKApi.cjs +1 -0
- package/src/apis/SDKApi.js +1 -0
- package/src/apis/SDKViewsApi.cjs +1 -0
- package/src/apis/SDKViewsApi.js +1 -0
- package/src/apis/SessionsApi.cjs +1 -0
- package/src/apis/SessionsApi.js +1 -0
- package/src/apis/TestAccountApi.cjs +1 -0
- package/src/apis/TestAccountApi.js +1 -0
- package/src/apis/TokensApi.cjs +1 -0
- package/src/apis/TokensApi.js +1 -0
- package/src/apis/UserApiTokensApi.cjs +1 -0
- package/src/apis/UserApiTokensApi.js +1 -0
- package/src/apis/UsersApi.cjs +1 -0
- package/src/apis/UsersApi.js +1 -0
- package/src/apis/VisitsApi.cjs +1 -0
- package/src/apis/VisitsApi.js +1 -0
- package/src/apis/WaasApi.cjs +1 -0
- package/src/apis/WaasApi.js +1 -0
- package/src/apis/WalletConnectApi.cjs +1 -0
- package/src/apis/WalletConnectApi.js +1 -0
- package/src/apis/WalletsApi.cjs +1 -0
- package/src/apis/WalletsApi.js +1 -0
- package/src/apis/WebhooksApi.cjs +1 -0
- package/src/apis/WebhooksApi.js +1 -0
- package/src/index.cjs +12 -0
- package/src/index.js +1 -0
- package/src/models/GrantPeekResponse.cjs +6 -0
- package/src/models/GrantPeekResponse.d.ts +22 -0
- package/src/models/GrantPeekResponse.js +6 -0
- package/src/models/Provider.d.ts +1 -1
- package/src/models/ProviderCreateRequest.d.ts +1 -1
- package/src/models/ProviderEnum.cjs +2 -0
- package/src/models/ProviderEnum.d.ts +3 -1
- package/src/models/ProviderEnum.js +2 -0
- package/src/models/ProviderUpdateRequest.d.ts +1 -1
- package/src/models/SanctionsWalletBlockedEventPayload.cjs +72 -0
- package/src/models/SanctionsWalletBlockedEventPayload.d.ts +90 -0
- package/src/models/SanctionsWalletBlockedEventPayload.js +66 -0
- package/src/models/UnprocessableEntityErrorCode.cjs +4 -0
- package/src/models/UnprocessableEntityErrorCode.d.ts +5 -1
- package/src/models/UnprocessableEntityErrorCode.js +4 -0
- package/src/models/index.d.ts +1 -0
package/src/apis/SDKViewsApi.js
CHANGED
|
@@ -105,6 +105,7 @@ import '../models/OauthResultStatus.js';
|
|
|
105
105
|
import '../models/WhenToImplementEnum.js';
|
|
106
106
|
import '../models/PublishEventsEvents.js';
|
|
107
107
|
import '../models/ReshareKind.js';
|
|
108
|
+
import '../models/SanctionsWalletBlockedEventPayload.js';
|
|
108
109
|
import '../models/SdkViewSectionAlignment.js';
|
|
109
110
|
import '../models/SdkViewSectionType.js';
|
|
110
111
|
import '../models/SdkViewType.js';
|
package/src/apis/SessionsApi.cjs
CHANGED
|
@@ -113,6 +113,7 @@ require('../models/WhenToImplementEnum.cjs');
|
|
|
113
113
|
require('../models/PublishEventsEvents.cjs');
|
|
114
114
|
require('../models/ReshareKind.cjs');
|
|
115
115
|
var RevokeAllSessionsResponse = require('../models/RevokeAllSessionsResponse.cjs');
|
|
116
|
+
require('../models/SanctionsWalletBlockedEventPayload.cjs');
|
|
116
117
|
require('../models/SsoProviderEnum.cjs');
|
|
117
118
|
require('../models/SsoProviderCheckResponse.cjs');
|
|
118
119
|
require('../models/SubscriptionAdvancedScopeEnum.cjs');
|
package/src/apis/SessionsApi.js
CHANGED
|
@@ -109,6 +109,7 @@ import '../models/WhenToImplementEnum.js';
|
|
|
109
109
|
import '../models/PublishEventsEvents.js';
|
|
110
110
|
import '../models/ReshareKind.js';
|
|
111
111
|
import { RevokeAllSessionsResponseFromJSON } from '../models/RevokeAllSessionsResponse.js';
|
|
112
|
+
import '../models/SanctionsWalletBlockedEventPayload.js';
|
|
112
113
|
import '../models/SsoProviderEnum.js';
|
|
113
114
|
import '../models/SsoProviderCheckResponse.js';
|
|
114
115
|
import '../models/SubscriptionAdvancedScopeEnum.js';
|
|
@@ -111,6 +111,7 @@ require('../models/OauthResultStatus.cjs');
|
|
|
111
111
|
require('../models/WhenToImplementEnum.cjs');
|
|
112
112
|
require('../models/PublishEventsEvents.cjs');
|
|
113
113
|
require('../models/ReshareKind.cjs');
|
|
114
|
+
require('../models/SanctionsWalletBlockedEventPayload.cjs');
|
|
114
115
|
require('../models/SsoProviderEnum.cjs');
|
|
115
116
|
require('../models/SsoProviderCheckResponse.cjs');
|
|
116
117
|
require('../models/SubscriptionAdvancedScopeEnum.cjs');
|
|
@@ -107,6 +107,7 @@ import '../models/OauthResultStatus.js';
|
|
|
107
107
|
import '../models/WhenToImplementEnum.js';
|
|
108
108
|
import '../models/PublishEventsEvents.js';
|
|
109
109
|
import '../models/ReshareKind.js';
|
|
110
|
+
import '../models/SanctionsWalletBlockedEventPayload.js';
|
|
110
111
|
import '../models/SsoProviderEnum.js';
|
|
111
112
|
import '../models/SsoProviderCheckResponse.js';
|
|
112
113
|
import '../models/SubscriptionAdvancedScopeEnum.js';
|
package/src/apis/TokensApi.cjs
CHANGED
|
@@ -112,6 +112,7 @@ require('../models/WhenToImplementEnum.cjs');
|
|
|
112
112
|
var PostTokenFields = require('../models/PostTokenFields.cjs');
|
|
113
113
|
require('../models/PublishEventsEvents.cjs');
|
|
114
114
|
require('../models/ReshareKind.cjs');
|
|
115
|
+
require('../models/SanctionsWalletBlockedEventPayload.cjs');
|
|
115
116
|
require('../models/SsoProviderEnum.cjs');
|
|
116
117
|
require('../models/SsoProviderCheckResponse.cjs');
|
|
117
118
|
require('../models/SubscriptionAdvancedScopeEnum.cjs');
|
package/src/apis/TokensApi.js
CHANGED
|
@@ -108,6 +108,7 @@ import '../models/WhenToImplementEnum.js';
|
|
|
108
108
|
import { PostTokenFieldsToJSON } from '../models/PostTokenFields.js';
|
|
109
109
|
import '../models/PublishEventsEvents.js';
|
|
110
110
|
import '../models/ReshareKind.js';
|
|
111
|
+
import '../models/SanctionsWalletBlockedEventPayload.js';
|
|
111
112
|
import '../models/SsoProviderEnum.js';
|
|
112
113
|
import '../models/SsoProviderCheckResponse.js';
|
|
113
114
|
import '../models/SubscriptionAdvancedScopeEnum.js';
|
|
@@ -112,6 +112,7 @@ require('../models/WhenToImplementEnum.cjs');
|
|
|
112
112
|
var PostTokenFields = require('../models/PostTokenFields.cjs');
|
|
113
113
|
require('../models/PublishEventsEvents.cjs');
|
|
114
114
|
require('../models/ReshareKind.cjs');
|
|
115
|
+
require('../models/SanctionsWalletBlockedEventPayload.cjs');
|
|
115
116
|
require('../models/SsoProviderEnum.cjs');
|
|
116
117
|
require('../models/SsoProviderCheckResponse.cjs');
|
|
117
118
|
require('../models/SubscriptionAdvancedScopeEnum.cjs');
|
|
@@ -108,6 +108,7 @@ import '../models/WhenToImplementEnum.js';
|
|
|
108
108
|
import { PostTokenFieldsToJSON } from '../models/PostTokenFields.js';
|
|
109
109
|
import '../models/PublishEventsEvents.js';
|
|
110
110
|
import '../models/ReshareKind.js';
|
|
111
|
+
import '../models/SanctionsWalletBlockedEventPayload.js';
|
|
111
112
|
import '../models/SsoProviderEnum.js';
|
|
112
113
|
import '../models/SsoProviderCheckResponse.js';
|
|
113
114
|
import '../models/SubscriptionAdvancedScopeEnum.js';
|
package/src/apis/UsersApi.cjs
CHANGED
|
@@ -115,6 +115,7 @@ require('../models/OauthResultStatus.cjs');
|
|
|
115
115
|
require('../models/WhenToImplementEnum.cjs');
|
|
116
116
|
require('../models/PublishEventsEvents.cjs');
|
|
117
117
|
require('../models/ReshareKind.cjs');
|
|
118
|
+
require('../models/SanctionsWalletBlockedEventPayload.cjs');
|
|
118
119
|
var SessionsResponse = require('../models/SessionsResponse.cjs');
|
|
119
120
|
require('../models/SsoProviderEnum.cjs');
|
|
120
121
|
require('../models/SsoProviderCheckResponse.cjs');
|
package/src/apis/UsersApi.js
CHANGED
|
@@ -111,6 +111,7 @@ import '../models/OauthResultStatus.js';
|
|
|
111
111
|
import '../models/WhenToImplementEnum.js';
|
|
112
112
|
import '../models/PublishEventsEvents.js';
|
|
113
113
|
import '../models/ReshareKind.js';
|
|
114
|
+
import '../models/SanctionsWalletBlockedEventPayload.js';
|
|
114
115
|
import { SessionsResponseFromJSON } from '../models/SessionsResponse.js';
|
|
115
116
|
import '../models/SsoProviderEnum.js';
|
|
116
117
|
import '../models/SsoProviderCheckResponse.js';
|
package/src/apis/VisitsApi.cjs
CHANGED
|
@@ -111,6 +111,7 @@ require('../models/OauthResultStatus.cjs');
|
|
|
111
111
|
require('../models/WhenToImplementEnum.cjs');
|
|
112
112
|
require('../models/PublishEventsEvents.cjs');
|
|
113
113
|
require('../models/ReshareKind.cjs');
|
|
114
|
+
require('../models/SanctionsWalletBlockedEventPayload.cjs');
|
|
114
115
|
require('../models/SsoProviderEnum.cjs');
|
|
115
116
|
require('../models/SsoProviderCheckResponse.cjs');
|
|
116
117
|
require('../models/SubscriptionAdvancedScopeEnum.cjs');
|
package/src/apis/VisitsApi.js
CHANGED
|
@@ -107,6 +107,7 @@ import '../models/OauthResultStatus.js';
|
|
|
107
107
|
import '../models/WhenToImplementEnum.js';
|
|
108
108
|
import '../models/PublishEventsEvents.js';
|
|
109
109
|
import '../models/ReshareKind.js';
|
|
110
|
+
import '../models/SanctionsWalletBlockedEventPayload.js';
|
|
110
111
|
import '../models/SsoProviderEnum.js';
|
|
111
112
|
import '../models/SsoProviderCheckResponse.js';
|
|
112
113
|
import '../models/SubscriptionAdvancedScopeEnum.js';
|
package/src/apis/WaasApi.cjs
CHANGED
|
@@ -118,6 +118,7 @@ require('../models/PublishEventsEvents.cjs');
|
|
|
118
118
|
require('../models/ReshareKind.cjs');
|
|
119
119
|
var RevokeDelegatedAccessRequest = require('../models/RevokeDelegatedAccessRequest.cjs');
|
|
120
120
|
var RevokeDelegatedAccessResponse = require('../models/RevokeDelegatedAccessResponse.cjs');
|
|
121
|
+
require('../models/SanctionsWalletBlockedEventPayload.cjs');
|
|
121
122
|
require('../models/SsoProviderEnum.cjs');
|
|
122
123
|
require('../models/SsoProviderCheckResponse.cjs');
|
|
123
124
|
require('../models/SubscriptionAdvancedScopeEnum.cjs');
|
package/src/apis/WaasApi.js
CHANGED
|
@@ -114,6 +114,7 @@ import '../models/PublishEventsEvents.js';
|
|
|
114
114
|
import '../models/ReshareKind.js';
|
|
115
115
|
import { RevokeDelegatedAccessRequestToJSON } from '../models/RevokeDelegatedAccessRequest.js';
|
|
116
116
|
import { RevokeDelegatedAccessResponseFromJSON } from '../models/RevokeDelegatedAccessResponse.js';
|
|
117
|
+
import '../models/SanctionsWalletBlockedEventPayload.js';
|
|
117
118
|
import '../models/SsoProviderEnum.js';
|
|
118
119
|
import '../models/SsoProviderCheckResponse.js';
|
|
119
120
|
import '../models/SubscriptionAdvancedScopeEnum.js';
|
|
@@ -111,6 +111,7 @@ require('../models/OauthResultStatus.cjs');
|
|
|
111
111
|
require('../models/WhenToImplementEnum.cjs');
|
|
112
112
|
require('../models/PublishEventsEvents.cjs');
|
|
113
113
|
require('../models/ReshareKind.cjs');
|
|
114
|
+
require('../models/SanctionsWalletBlockedEventPayload.cjs');
|
|
114
115
|
require('../models/SsoProviderEnum.cjs');
|
|
115
116
|
require('../models/SsoProviderCheckResponse.cjs');
|
|
116
117
|
require('../models/SubscriptionAdvancedScopeEnum.cjs');
|
|
@@ -107,6 +107,7 @@ import '../models/OauthResultStatus.js';
|
|
|
107
107
|
import '../models/WhenToImplementEnum.js';
|
|
108
108
|
import '../models/PublishEventsEvents.js';
|
|
109
109
|
import '../models/ReshareKind.js';
|
|
110
|
+
import '../models/SanctionsWalletBlockedEventPayload.js';
|
|
110
111
|
import '../models/SsoProviderEnum.js';
|
|
111
112
|
import '../models/SsoProviderCheckResponse.js';
|
|
112
113
|
import '../models/SubscriptionAdvancedScopeEnum.js';
|
package/src/apis/WalletsApi.cjs
CHANGED
|
@@ -115,6 +115,7 @@ require('../models/OauthResultStatus.cjs');
|
|
|
115
115
|
require('../models/WhenToImplementEnum.cjs');
|
|
116
116
|
require('../models/PublishEventsEvents.cjs');
|
|
117
117
|
require('../models/ReshareKind.cjs');
|
|
118
|
+
require('../models/SanctionsWalletBlockedEventPayload.cjs');
|
|
118
119
|
require('../models/SsoProviderEnum.cjs');
|
|
119
120
|
require('../models/SsoProviderCheckResponse.cjs');
|
|
120
121
|
require('../models/SubscriptionAdvancedScopeEnum.cjs');
|
package/src/apis/WalletsApi.js
CHANGED
|
@@ -111,6 +111,7 @@ import '../models/OauthResultStatus.js';
|
|
|
111
111
|
import '../models/WhenToImplementEnum.js';
|
|
112
112
|
import '../models/PublishEventsEvents.js';
|
|
113
113
|
import '../models/ReshareKind.js';
|
|
114
|
+
import '../models/SanctionsWalletBlockedEventPayload.js';
|
|
114
115
|
import '../models/SsoProviderEnum.js';
|
|
115
116
|
import '../models/SsoProviderCheckResponse.js';
|
|
116
117
|
import '../models/SubscriptionAdvancedScopeEnum.js';
|
package/src/apis/WebhooksApi.cjs
CHANGED
|
@@ -111,6 +111,7 @@ require('../models/OauthResultStatus.cjs');
|
|
|
111
111
|
require('../models/WhenToImplementEnum.cjs');
|
|
112
112
|
require('../models/PublishEventsEvents.cjs');
|
|
113
113
|
require('../models/ReshareKind.cjs');
|
|
114
|
+
require('../models/SanctionsWalletBlockedEventPayload.cjs');
|
|
114
115
|
require('../models/SsoProviderEnum.cjs');
|
|
115
116
|
require('../models/SsoProviderCheckResponse.cjs');
|
|
116
117
|
require('../models/SubscriptionAdvancedScopeEnum.cjs');
|
package/src/apis/WebhooksApi.js
CHANGED
|
@@ -107,6 +107,7 @@ import '../models/OauthResultStatus.js';
|
|
|
107
107
|
import '../models/WhenToImplementEnum.js';
|
|
108
108
|
import '../models/PublishEventsEvents.js';
|
|
109
109
|
import '../models/ReshareKind.js';
|
|
110
|
+
import '../models/SanctionsWalletBlockedEventPayload.js';
|
|
110
111
|
import '../models/SsoProviderEnum.js';
|
|
111
112
|
import '../models/SsoProviderCheckResponse.js';
|
|
112
113
|
import '../models/SubscriptionAdvancedScopeEnum.js';
|
package/src/index.cjs
CHANGED
|
@@ -560,6 +560,7 @@ var RevokeDelegatedAccessResponse = require('./models/RevokeDelegatedAccessRespo
|
|
|
560
560
|
var RevokeDelegatedAccessWalletResult = require('./models/RevokeDelegatedAccessWalletResult.cjs');
|
|
561
561
|
var RoleEnum = require('./models/RoleEnum.cjs');
|
|
562
562
|
var RoomTypeEnum = require('./models/RoomTypeEnum.cjs');
|
|
563
|
+
var SanctionsWalletBlockedEventPayload = require('./models/SanctionsWalletBlockedEventPayload.cjs');
|
|
563
564
|
var ScanWebsiteUrlRequest = require('./models/ScanWebsiteUrlRequest.cjs');
|
|
564
565
|
var ScanWebsiteUrlResponse = require('./models/ScanWebsiteUrlResponse.cjs');
|
|
565
566
|
var SdkEnvironmentIdWaasWalletIdAdditionalAddressesAdditionalAddresses = require('./models/SdkEnvironmentIdWaasWalletIdAdditionalAddressesAdditionalAddresses.cjs');
|
|
@@ -2764,6 +2765,17 @@ Object.defineProperty(exports, 'RoomTypeEnum', {
|
|
|
2764
2765
|
exports.RoomTypeEnumFromJSON = RoomTypeEnum.RoomTypeEnumFromJSON;
|
|
2765
2766
|
exports.RoomTypeEnumFromJSONTyped = RoomTypeEnum.RoomTypeEnumFromJSONTyped;
|
|
2766
2767
|
exports.RoomTypeEnumToJSON = RoomTypeEnum.RoomTypeEnumToJSON;
|
|
2768
|
+
exports.SanctionsWalletBlockedEventPayloadFromJSON = SanctionsWalletBlockedEventPayload.SanctionsWalletBlockedEventPayloadFromJSON;
|
|
2769
|
+
exports.SanctionsWalletBlockedEventPayloadFromJSONTyped = SanctionsWalletBlockedEventPayload.SanctionsWalletBlockedEventPayloadFromJSONTyped;
|
|
2770
|
+
Object.defineProperty(exports, 'SanctionsWalletBlockedEventPayloadKeyOwnerEnum', {
|
|
2771
|
+
enumerable: true,
|
|
2772
|
+
get: function () { return SanctionsWalletBlockedEventPayload.SanctionsWalletBlockedEventPayloadKeyOwnerEnum; }
|
|
2773
|
+
});
|
|
2774
|
+
Object.defineProperty(exports, 'SanctionsWalletBlockedEventPayloadSanctionsProviderEnum', {
|
|
2775
|
+
enumerable: true,
|
|
2776
|
+
get: function () { return SanctionsWalletBlockedEventPayload.SanctionsWalletBlockedEventPayloadSanctionsProviderEnum; }
|
|
2777
|
+
});
|
|
2778
|
+
exports.SanctionsWalletBlockedEventPayloadToJSON = SanctionsWalletBlockedEventPayload.SanctionsWalletBlockedEventPayloadToJSON;
|
|
2767
2779
|
exports.ScanWebsiteUrlRequestFromJSON = ScanWebsiteUrlRequest.ScanWebsiteUrlRequestFromJSON;
|
|
2768
2780
|
exports.ScanWebsiteUrlRequestFromJSONTyped = ScanWebsiteUrlRequest.ScanWebsiteUrlRequestFromJSONTyped;
|
|
2769
2781
|
exports.ScanWebsiteUrlRequestToJSON = ScanWebsiteUrlRequest.ScanWebsiteUrlRequestToJSON;
|
package/src/index.js
CHANGED
|
@@ -556,6 +556,7 @@ export { RevokeDelegatedAccessResponseFromJSON, RevokeDelegatedAccessResponseFro
|
|
|
556
556
|
export { RevokeDelegatedAccessWalletResultFromJSON, RevokeDelegatedAccessWalletResultFromJSONTyped, RevokeDelegatedAccessWalletResultToJSON } from './models/RevokeDelegatedAccessWalletResult.js';
|
|
557
557
|
export { RoleEnum, RoleEnumFromJSON, RoleEnumFromJSONTyped, RoleEnumToJSON } from './models/RoleEnum.js';
|
|
558
558
|
export { RoomTypeEnum, RoomTypeEnumFromJSON, RoomTypeEnumFromJSONTyped, RoomTypeEnumToJSON } from './models/RoomTypeEnum.js';
|
|
559
|
+
export { SanctionsWalletBlockedEventPayloadFromJSON, SanctionsWalletBlockedEventPayloadFromJSONTyped, SanctionsWalletBlockedEventPayloadKeyOwnerEnum, SanctionsWalletBlockedEventPayloadSanctionsProviderEnum, SanctionsWalletBlockedEventPayloadToJSON } from './models/SanctionsWalletBlockedEventPayload.js';
|
|
559
560
|
export { ScanWebsiteUrlRequestFromJSON, ScanWebsiteUrlRequestFromJSONTyped, ScanWebsiteUrlRequestToJSON } from './models/ScanWebsiteUrlRequest.js';
|
|
560
561
|
export { ScanWebsiteUrlResponseFromJSON, ScanWebsiteUrlResponseFromJSONTyped, ScanWebsiteUrlResponseToJSON } from './models/ScanWebsiteUrlResponse.js';
|
|
561
562
|
export { SdkEnvironmentIdWaasWalletIdAdditionalAddressesAdditionalAddressesFromJSON, SdkEnvironmentIdWaasWalletIdAdditionalAddressesAdditionalAddressesFromJSONTyped, SdkEnvironmentIdWaasWalletIdAdditionalAddressesAdditionalAddressesToJSON, SdkEnvironmentIdWaasWalletIdAdditionalAddressesAdditionalAddressesTypeEnum } from './models/SdkEnvironmentIdWaasWalletIdAdditionalAddressesAdditionalAddresses.js';
|
|
@@ -17,6 +17,9 @@ function GrantPeekResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
17
17
|
return {
|
|
18
18
|
'clientType': ClientTypeEnum.ClientTypeEnumFromJSON(json['client_type']),
|
|
19
19
|
'clientMetadata': !runtime.exists(json, 'client_metadata') ? undefined : ClientMetadata.ClientMetadataFromJSON(json['client_metadata']),
|
|
20
|
+
'requesterLocation': !runtime.exists(json, 'requester_location') ? undefined : json['requester_location'],
|
|
21
|
+
'approverLocation': !runtime.exists(json, 'approver_location') ? undefined : json['approver_location'],
|
|
22
|
+
'countryMismatch': !runtime.exists(json, 'country_mismatch') ? undefined : json['country_mismatch'],
|
|
20
23
|
};
|
|
21
24
|
}
|
|
22
25
|
function GrantPeekResponseToJSON(value) {
|
|
@@ -29,6 +32,9 @@ function GrantPeekResponseToJSON(value) {
|
|
|
29
32
|
return {
|
|
30
33
|
'client_type': ClientTypeEnum.ClientTypeEnumToJSON(value.clientType),
|
|
31
34
|
'client_metadata': ClientMetadata.ClientMetadataToJSON(value.clientMetadata),
|
|
35
|
+
'requester_location': value.requesterLocation,
|
|
36
|
+
'approver_location': value.approverLocation,
|
|
37
|
+
'country_mismatch': value.countryMismatch,
|
|
32
38
|
};
|
|
33
39
|
}
|
|
34
40
|
|
|
@@ -31,6 +31,28 @@ export interface GrantPeekResponse {
|
|
|
31
31
|
* @memberof GrantPeekResponse
|
|
32
32
|
*/
|
|
33
33
|
clientMetadata?: ClientMetadata;
|
|
34
|
+
/**
|
|
35
|
+
* CF-geolocated `city, region, country` of the `/auth/grant/code`
|
|
36
|
+
* requester. Omitted off-edge (preview / local).
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof GrantPeekResponse
|
|
39
|
+
*/
|
|
40
|
+
requesterLocation?: string;
|
|
41
|
+
/**
|
|
42
|
+
* CF-geolocated `city, region, country` of the dashboard user
|
|
43
|
+
* viewing the consent screen. Omitted off-edge.
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof GrantPeekResponse
|
|
46
|
+
*/
|
|
47
|
+
approverLocation?: string;
|
|
48
|
+
/**
|
|
49
|
+
* `true` when both `cf-ipcountry` values are known and differ.
|
|
50
|
+
* Omitted (not `false`) when either country is unknown — callers
|
|
51
|
+
* must treat omitted as "do not warn".
|
|
52
|
+
* @type {boolean}
|
|
53
|
+
* @memberof GrantPeekResponse
|
|
54
|
+
*/
|
|
55
|
+
countryMismatch?: boolean;
|
|
34
56
|
}
|
|
35
57
|
export declare function GrantPeekResponseFromJSON(json: any): GrantPeekResponse;
|
|
36
58
|
export declare function GrantPeekResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): GrantPeekResponse;
|
|
@@ -13,6 +13,9 @@ function GrantPeekResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
13
13
|
return {
|
|
14
14
|
'clientType': ClientTypeEnumFromJSON(json['client_type']),
|
|
15
15
|
'clientMetadata': !exists(json, 'client_metadata') ? undefined : ClientMetadataFromJSON(json['client_metadata']),
|
|
16
|
+
'requesterLocation': !exists(json, 'requester_location') ? undefined : json['requester_location'],
|
|
17
|
+
'approverLocation': !exists(json, 'approver_location') ? undefined : json['approver_location'],
|
|
18
|
+
'countryMismatch': !exists(json, 'country_mismatch') ? undefined : json['country_mismatch'],
|
|
16
19
|
};
|
|
17
20
|
}
|
|
18
21
|
function GrantPeekResponseToJSON(value) {
|
|
@@ -25,6 +28,9 @@ function GrantPeekResponseToJSON(value) {
|
|
|
25
28
|
return {
|
|
26
29
|
'client_type': ClientTypeEnumToJSON(value.clientType),
|
|
27
30
|
'client_metadata': ClientMetadataToJSON(value.clientMetadata),
|
|
31
|
+
'requester_location': value.requesterLocation,
|
|
32
|
+
'approver_location': value.approverLocation,
|
|
33
|
+
'country_mismatch': value.countryMismatch,
|
|
28
34
|
};
|
|
29
35
|
}
|
|
30
36
|
|
package/src/models/Provider.d.ts
CHANGED
|
@@ -48,7 +48,7 @@ export interface Provider {
|
|
|
48
48
|
*/
|
|
49
49
|
clientId?: string;
|
|
50
50
|
/**
|
|
51
|
-
*
|
|
51
|
+
* Provider secret. The OAuth client secret for OAuth-based providers (see https://www.oauth.com/oauth2-servers/client-registration/client-id-secret/); the API key for providers that authenticate by key (e.g., trmWalletScreening, chainalysisAddressScreening).
|
|
52
52
|
* @type {string}
|
|
53
53
|
* @memberof Provider
|
|
54
54
|
*/
|
|
@@ -35,7 +35,7 @@ export interface ProviderCreateRequest {
|
|
|
35
35
|
*/
|
|
36
36
|
clientId?: string;
|
|
37
37
|
/**
|
|
38
|
-
*
|
|
38
|
+
* Provider secret. The OAuth client secret for OAuth-based providers (see https://www.oauth.com/oauth2-servers/client-registration/client-id-secret/); the API key for providers that authenticate by key (e.g., trmWalletScreening, chainalysisAddressScreening).
|
|
39
39
|
* @type {string}
|
|
40
40
|
* @memberof ProviderCreateRequest
|
|
41
41
|
*/
|
|
@@ -63,6 +63,8 @@ exports.ProviderEnum = void 0;
|
|
|
63
63
|
ProviderEnum["Okta"] = "okta";
|
|
64
64
|
ProviderEnum["Sendgrid"] = "sendgrid";
|
|
65
65
|
ProviderEnum["Resend"] = "resend";
|
|
66
|
+
ProviderEnum["TrmWalletScreening"] = "trmWalletScreening";
|
|
67
|
+
ProviderEnum["ChainalysisAddressScreening"] = "chainalysisAddressScreening";
|
|
66
68
|
})(exports.ProviderEnum || (exports.ProviderEnum = {}));
|
|
67
69
|
function ProviderEnumFromJSON(json) {
|
|
68
70
|
return ProviderEnumFromJSONTyped(json);
|
|
@@ -55,7 +55,9 @@ export declare enum ProviderEnum {
|
|
|
55
55
|
Passkey = "passkey",
|
|
56
56
|
Okta = "okta",
|
|
57
57
|
Sendgrid = "sendgrid",
|
|
58
|
-
Resend = "resend"
|
|
58
|
+
Resend = "resend",
|
|
59
|
+
TrmWalletScreening = "trmWalletScreening",
|
|
60
|
+
ChainalysisAddressScreening = "chainalysisAddressScreening"
|
|
59
61
|
}
|
|
60
62
|
export declare function ProviderEnumFromJSON(json: any): ProviderEnum;
|
|
61
63
|
export declare function ProviderEnumFromJSONTyped(json: any, ignoreDiscriminator: boolean): ProviderEnum;
|
|
@@ -59,6 +59,8 @@ var ProviderEnum;
|
|
|
59
59
|
ProviderEnum["Okta"] = "okta";
|
|
60
60
|
ProviderEnum["Sendgrid"] = "sendgrid";
|
|
61
61
|
ProviderEnum["Resend"] = "resend";
|
|
62
|
+
ProviderEnum["TrmWalletScreening"] = "trmWalletScreening";
|
|
63
|
+
ProviderEnum["ChainalysisAddressScreening"] = "chainalysisAddressScreening";
|
|
62
64
|
})(ProviderEnum || (ProviderEnum = {}));
|
|
63
65
|
function ProviderEnumFromJSON(json) {
|
|
64
66
|
return ProviderEnumFromJSONTyped(json);
|
|
@@ -28,7 +28,7 @@ export interface ProviderUpdateRequest {
|
|
|
28
28
|
*/
|
|
29
29
|
clientId?: string;
|
|
30
30
|
/**
|
|
31
|
-
*
|
|
31
|
+
* Provider secret. The OAuth client secret for OAuth-based providers (see https://www.oauth.com/oauth2-servers/client-registration/client-id-secret/); the API key for providers that authenticate by key (e.g., trmWalletScreening, chainalysisAddressScreening). On update, rotates the stored secret.
|
|
32
32
|
* @type {string}
|
|
33
33
|
* @memberof ProviderUpdateRequest
|
|
34
34
|
*/
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
/* tslint:disable */
|
|
6
|
+
/* eslint-disable */
|
|
7
|
+
/**
|
|
8
|
+
* Dashboard API
|
|
9
|
+
* Dashboard API documentation
|
|
10
|
+
*
|
|
11
|
+
* The version of the OpenAPI document: 1.0.0
|
|
12
|
+
*
|
|
13
|
+
*
|
|
14
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
15
|
+
* https://openapi-generator.tech
|
|
16
|
+
* Do not edit the class manually.
|
|
17
|
+
*/
|
|
18
|
+
/**
|
|
19
|
+
* @export
|
|
20
|
+
* @enum {string}
|
|
21
|
+
*/
|
|
22
|
+
exports.SanctionsWalletBlockedEventPayloadSanctionsProviderEnum = void 0;
|
|
23
|
+
(function (SanctionsWalletBlockedEventPayloadSanctionsProviderEnum) {
|
|
24
|
+
SanctionsWalletBlockedEventPayloadSanctionsProviderEnum["TrmWalletScreening"] = "trm-wallet-screening";
|
|
25
|
+
SanctionsWalletBlockedEventPayloadSanctionsProviderEnum["ChainalysisAddressScreening"] = "chainalysis-address-screening";
|
|
26
|
+
})(exports.SanctionsWalletBlockedEventPayloadSanctionsProviderEnum || (exports.SanctionsWalletBlockedEventPayloadSanctionsProviderEnum = {})); /**
|
|
27
|
+
* @export
|
|
28
|
+
* @enum {string}
|
|
29
|
+
*/
|
|
30
|
+
exports.SanctionsWalletBlockedEventPayloadKeyOwnerEnum = void 0;
|
|
31
|
+
(function (SanctionsWalletBlockedEventPayloadKeyOwnerEnum) {
|
|
32
|
+
SanctionsWalletBlockedEventPayloadKeyOwnerEnum["Dynamic"] = "dynamic";
|
|
33
|
+
SanctionsWalletBlockedEventPayloadKeyOwnerEnum["CustomerProvided"] = "customerProvided";
|
|
34
|
+
})(exports.SanctionsWalletBlockedEventPayloadKeyOwnerEnum || (exports.SanctionsWalletBlockedEventPayloadKeyOwnerEnum = {}));
|
|
35
|
+
function SanctionsWalletBlockedEventPayloadFromJSON(json) {
|
|
36
|
+
return SanctionsWalletBlockedEventPayloadFromJSONTyped(json);
|
|
37
|
+
}
|
|
38
|
+
function SanctionsWalletBlockedEventPayloadFromJSONTyped(json, ignoreDiscriminator) {
|
|
39
|
+
if ((json === undefined) || (json === null)) {
|
|
40
|
+
return json;
|
|
41
|
+
}
|
|
42
|
+
return {
|
|
43
|
+
'walletAddress': json['walletAddress'],
|
|
44
|
+
'chain': json['chain'],
|
|
45
|
+
'sanctionsProvider': json['sanctionsProvider'],
|
|
46
|
+
'sanctionCheckRequestId': json['sanctionCheckRequestId'],
|
|
47
|
+
'categories': json['categories'],
|
|
48
|
+
'keyOwner': json['keyOwner'],
|
|
49
|
+
'screenedAt': (new Date(json['screenedAt'])),
|
|
50
|
+
};
|
|
51
|
+
}
|
|
52
|
+
function SanctionsWalletBlockedEventPayloadToJSON(value) {
|
|
53
|
+
if (value === undefined) {
|
|
54
|
+
return undefined;
|
|
55
|
+
}
|
|
56
|
+
if (value === null) {
|
|
57
|
+
return null;
|
|
58
|
+
}
|
|
59
|
+
return {
|
|
60
|
+
'walletAddress': value.walletAddress,
|
|
61
|
+
'chain': value.chain,
|
|
62
|
+
'sanctionsProvider': value.sanctionsProvider,
|
|
63
|
+
'sanctionCheckRequestId': value.sanctionCheckRequestId,
|
|
64
|
+
'categories': value.categories,
|
|
65
|
+
'keyOwner': value.keyOwner,
|
|
66
|
+
'screenedAt': (value.screenedAt.toISOString()),
|
|
67
|
+
};
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
exports.SanctionsWalletBlockedEventPayloadFromJSON = SanctionsWalletBlockedEventPayloadFromJSON;
|
|
71
|
+
exports.SanctionsWalletBlockedEventPayloadFromJSONTyped = SanctionsWalletBlockedEventPayloadFromJSONTyped;
|
|
72
|
+
exports.SanctionsWalletBlockedEventPayloadToJSON = SanctionsWalletBlockedEventPayloadToJSON;
|
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Dashboard API
|
|
3
|
+
* Dashboard API documentation
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* Payload of the `sanctions.wallet.blocked` webhook event.
|
|
14
|
+
*
|
|
15
|
+
* Trigger semantics:
|
|
16
|
+
* - Fires once per user-flow BLOCKED decision (the orchestrator's
|
|
17
|
+
* winning result), not per provider response.
|
|
18
|
+
* - NOT emitted on cache-hit BLOCKED — the original outbound call
|
|
19
|
+
* already emitted.
|
|
20
|
+
* - NOT emitted on OK, FLAGGED, REVIEW, or ERROR outcomes (v1 surfaces
|
|
21
|
+
* BLOCKED only).
|
|
22
|
+
* - Customers opt in via the existing webhook subscription UI.
|
|
23
|
+
* @export
|
|
24
|
+
* @interface SanctionsWalletBlockedEventPayload
|
|
25
|
+
*/
|
|
26
|
+
export interface SanctionsWalletBlockedEventPayload {
|
|
27
|
+
/**
|
|
28
|
+
* Lowercase, normalized address that was blocked.
|
|
29
|
+
* @type {string}
|
|
30
|
+
* @memberof SanctionsWalletBlockedEventPayload
|
|
31
|
+
*/
|
|
32
|
+
walletAddress: string;
|
|
33
|
+
/**
|
|
34
|
+
* Chain identifier (e.g. 'ethereum', 'bitcoin', 'solana'). Canonical
|
|
35
|
+
* value from the `SanctionChecks.chain` audit row.
|
|
36
|
+
* @type {string}
|
|
37
|
+
* @memberof SanctionsWalletBlockedEventPayload
|
|
38
|
+
*/
|
|
39
|
+
chain: string;
|
|
40
|
+
/**
|
|
41
|
+
*
|
|
42
|
+
* @type {string}
|
|
43
|
+
* @memberof SanctionsWalletBlockedEventPayload
|
|
44
|
+
*/
|
|
45
|
+
sanctionsProvider: SanctionsWalletBlockedEventPayloadSanctionsProviderEnum;
|
|
46
|
+
/**
|
|
47
|
+
* Forensic key into the `SanctionChecks` audit row.
|
|
48
|
+
* @type {string}
|
|
49
|
+
* @memberof SanctionsWalletBlockedEventPayload
|
|
50
|
+
*/
|
|
51
|
+
sanctionCheckRequestId: string;
|
|
52
|
+
/**
|
|
53
|
+
* Vendor-returned categories that triggered the block.
|
|
54
|
+
* @type {Array<string>}
|
|
55
|
+
* @memberof SanctionsWalletBlockedEventPayload
|
|
56
|
+
*/
|
|
57
|
+
categories: Array<string>;
|
|
58
|
+
/**
|
|
59
|
+
* Who owns the key used for the check. `customerProvided` if the
|
|
60
|
+
* check ran against a customer-supplied BYOK key; `dynamic` if it
|
|
61
|
+
* ran against a Dynamic-managed key.
|
|
62
|
+
* @type {string}
|
|
63
|
+
* @memberof SanctionsWalletBlockedEventPayload
|
|
64
|
+
*/
|
|
65
|
+
keyOwner: SanctionsWalletBlockedEventPayloadKeyOwnerEnum;
|
|
66
|
+
/**
|
|
67
|
+
* ISO 8601 timestamp of when the screening decision landed.
|
|
68
|
+
* @type {Date}
|
|
69
|
+
* @memberof SanctionsWalletBlockedEventPayload
|
|
70
|
+
*/
|
|
71
|
+
screenedAt: Date;
|
|
72
|
+
}
|
|
73
|
+
/**
|
|
74
|
+
* @export
|
|
75
|
+
* @enum {string}
|
|
76
|
+
*/
|
|
77
|
+
export declare enum SanctionsWalletBlockedEventPayloadSanctionsProviderEnum {
|
|
78
|
+
TrmWalletScreening = "trm-wallet-screening",
|
|
79
|
+
ChainalysisAddressScreening = "chainalysis-address-screening"
|
|
80
|
+
} /**
|
|
81
|
+
* @export
|
|
82
|
+
* @enum {string}
|
|
83
|
+
*/
|
|
84
|
+
export declare enum SanctionsWalletBlockedEventPayloadKeyOwnerEnum {
|
|
85
|
+
Dynamic = "dynamic",
|
|
86
|
+
CustomerProvided = "customerProvided"
|
|
87
|
+
}
|
|
88
|
+
export declare function SanctionsWalletBlockedEventPayloadFromJSON(json: any): SanctionsWalletBlockedEventPayload;
|
|
89
|
+
export declare function SanctionsWalletBlockedEventPayloadFromJSONTyped(json: any, ignoreDiscriminator: boolean): SanctionsWalletBlockedEventPayload;
|
|
90
|
+
export declare function SanctionsWalletBlockedEventPayloadToJSON(value?: SanctionsWalletBlockedEventPayload | null): any;
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Dashboard API
|
|
5
|
+
* Dashboard API documentation
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
/**
|
|
15
|
+
* @export
|
|
16
|
+
* @enum {string}
|
|
17
|
+
*/
|
|
18
|
+
var SanctionsWalletBlockedEventPayloadSanctionsProviderEnum;
|
|
19
|
+
(function (SanctionsWalletBlockedEventPayloadSanctionsProviderEnum) {
|
|
20
|
+
SanctionsWalletBlockedEventPayloadSanctionsProviderEnum["TrmWalletScreening"] = "trm-wallet-screening";
|
|
21
|
+
SanctionsWalletBlockedEventPayloadSanctionsProviderEnum["ChainalysisAddressScreening"] = "chainalysis-address-screening";
|
|
22
|
+
})(SanctionsWalletBlockedEventPayloadSanctionsProviderEnum || (SanctionsWalletBlockedEventPayloadSanctionsProviderEnum = {})); /**
|
|
23
|
+
* @export
|
|
24
|
+
* @enum {string}
|
|
25
|
+
*/
|
|
26
|
+
var SanctionsWalletBlockedEventPayloadKeyOwnerEnum;
|
|
27
|
+
(function (SanctionsWalletBlockedEventPayloadKeyOwnerEnum) {
|
|
28
|
+
SanctionsWalletBlockedEventPayloadKeyOwnerEnum["Dynamic"] = "dynamic";
|
|
29
|
+
SanctionsWalletBlockedEventPayloadKeyOwnerEnum["CustomerProvided"] = "customerProvided";
|
|
30
|
+
})(SanctionsWalletBlockedEventPayloadKeyOwnerEnum || (SanctionsWalletBlockedEventPayloadKeyOwnerEnum = {}));
|
|
31
|
+
function SanctionsWalletBlockedEventPayloadFromJSON(json) {
|
|
32
|
+
return SanctionsWalletBlockedEventPayloadFromJSONTyped(json);
|
|
33
|
+
}
|
|
34
|
+
function SanctionsWalletBlockedEventPayloadFromJSONTyped(json, ignoreDiscriminator) {
|
|
35
|
+
if ((json === undefined) || (json === null)) {
|
|
36
|
+
return json;
|
|
37
|
+
}
|
|
38
|
+
return {
|
|
39
|
+
'walletAddress': json['walletAddress'],
|
|
40
|
+
'chain': json['chain'],
|
|
41
|
+
'sanctionsProvider': json['sanctionsProvider'],
|
|
42
|
+
'sanctionCheckRequestId': json['sanctionCheckRequestId'],
|
|
43
|
+
'categories': json['categories'],
|
|
44
|
+
'keyOwner': json['keyOwner'],
|
|
45
|
+
'screenedAt': (new Date(json['screenedAt'])),
|
|
46
|
+
};
|
|
47
|
+
}
|
|
48
|
+
function SanctionsWalletBlockedEventPayloadToJSON(value) {
|
|
49
|
+
if (value === undefined) {
|
|
50
|
+
return undefined;
|
|
51
|
+
}
|
|
52
|
+
if (value === null) {
|
|
53
|
+
return null;
|
|
54
|
+
}
|
|
55
|
+
return {
|
|
56
|
+
'walletAddress': value.walletAddress,
|
|
57
|
+
'chain': value.chain,
|
|
58
|
+
'sanctionsProvider': value.sanctionsProvider,
|
|
59
|
+
'sanctionCheckRequestId': value.sanctionCheckRequestId,
|
|
60
|
+
'categories': value.categories,
|
|
61
|
+
'keyOwner': value.keyOwner,
|
|
62
|
+
'screenedAt': (value.screenedAt.toISOString()),
|
|
63
|
+
};
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
export { SanctionsWalletBlockedEventPayloadFromJSON, SanctionsWalletBlockedEventPayloadFromJSONTyped, SanctionsWalletBlockedEventPayloadKeyOwnerEnum, SanctionsWalletBlockedEventPayloadSanctionsProviderEnum, SanctionsWalletBlockedEventPayloadToJSON };
|
|
@@ -145,6 +145,10 @@ exports.UnprocessableEntityErrorCode = void 0;
|
|
|
145
145
|
UnprocessableEntityErrorCode["CredentialNotEnabledForSignIn"] = "credential_not_enabled_for_sign_in";
|
|
146
146
|
UnprocessableEntityErrorCode["UnsupportedChain"] = "unsupported_chain";
|
|
147
147
|
UnprocessableEntityErrorCode["ShareSetIdRequired"] = "share_set_id_required";
|
|
148
|
+
UnprocessableEntityErrorCode["AddressScreeningByokAuth"] = "address_screening_byok_auth";
|
|
149
|
+
UnprocessableEntityErrorCode["AddressScreeningByokQuota"] = "address_screening_byok_quota";
|
|
150
|
+
UnprocessableEntityErrorCode["AddressScreeningByokShape"] = "address_screening_byok_shape";
|
|
151
|
+
UnprocessableEntityErrorCode["AddressScreeningByokUpstream"] = "address_screening_byok_upstream";
|
|
148
152
|
})(exports.UnprocessableEntityErrorCode || (exports.UnprocessableEntityErrorCode = {}));
|
|
149
153
|
function UnprocessableEntityErrorCodeFromJSON(json) {
|
|
150
154
|
return UnprocessableEntityErrorCodeFromJSONTyped(json);
|
|
@@ -137,7 +137,11 @@ export declare enum UnprocessableEntityErrorCode {
|
|
|
137
137
|
CannotDeleteLastSignInVerifiedCredential = "cannot_delete_last_sign_in_verified_credential",
|
|
138
138
|
CredentialNotEnabledForSignIn = "credential_not_enabled_for_sign_in",
|
|
139
139
|
UnsupportedChain = "unsupported_chain",
|
|
140
|
-
ShareSetIdRequired = "share_set_id_required"
|
|
140
|
+
ShareSetIdRequired = "share_set_id_required",
|
|
141
|
+
AddressScreeningByokAuth = "address_screening_byok_auth",
|
|
142
|
+
AddressScreeningByokQuota = "address_screening_byok_quota",
|
|
143
|
+
AddressScreeningByokShape = "address_screening_byok_shape",
|
|
144
|
+
AddressScreeningByokUpstream = "address_screening_byok_upstream"
|
|
141
145
|
}
|
|
142
146
|
export declare function UnprocessableEntityErrorCodeFromJSON(json: any): UnprocessableEntityErrorCode;
|
|
143
147
|
export declare function UnprocessableEntityErrorCodeFromJSONTyped(json: any, ignoreDiscriminator: boolean): UnprocessableEntityErrorCode;
|