@dynamic-labs/sdk-api 0.25.0 → 0.26.0
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 +4 -0
- package/src/apis/AdminActionsApi.js +4 -0
- package/src/apis/AllowlistsApi.cjs +4 -0
- package/src/apis/AllowlistsApi.js +4 -0
- package/src/apis/AnalyticsApi.cjs +4 -0
- package/src/apis/AnalyticsApi.js +4 -0
- package/src/apis/AuthorizedClientsApi.cjs +4 -0
- package/src/apis/AuthorizedClientsApi.js +4 -0
- package/src/apis/BusinessAccountsApi.cjs +4 -0
- package/src/apis/BusinessAccountsApi.js +4 -0
- package/src/apis/CaptchaApi.cjs +4 -0
- package/src/apis/CaptchaApi.js +4 -0
- package/src/apis/ChainalysisApi.cjs +4 -0
- package/src/apis/ChainalysisApi.js +4 -0
- package/src/apis/ChainsApi.cjs +4 -0
- package/src/apis/ChainsApi.js +4 -0
- package/src/apis/CheckoutApi.cjs +4 -0
- package/src/apis/CheckoutApi.js +4 -0
- package/src/apis/ClientGrantApi.cjs +4 -0
- package/src/apis/ClientGrantApi.js +4 -0
- package/src/apis/CustomFieldsApi.cjs +4 -0
- package/src/apis/CustomFieldsApi.js +4 -0
- package/src/apis/CustomHostnamesApi.cjs +4 -0
- package/src/apis/CustomHostnamesApi.js +4 -0
- package/src/apis/CustomNetworksApi.cjs +4 -0
- package/src/apis/CustomNetworksApi.js +4 -0
- package/src/apis/DeeplinkUrlsApi.cjs +4 -0
- package/src/apis/DeeplinkUrlsApi.js +4 -0
- package/src/apis/EnvironmentsApi.cjs +4 -0
- package/src/apis/EnvironmentsApi.js +4 -0
- package/src/apis/EventsApi.cjs +4 -0
- package/src/apis/EventsApi.js +4 -0
- package/src/apis/ExchangesApi.cjs +4 -0
- package/src/apis/ExchangesApi.js +4 -0
- package/src/apis/ExportsApi.cjs +4 -0
- package/src/apis/ExportsApi.js +4 -0
- package/src/apis/ExternalJwtApi.cjs +4 -0
- package/src/apis/ExternalJwtApi.js +4 -0
- package/src/apis/FlowAnalyticsApi.cjs +4 -0
- package/src/apis/FlowAnalyticsApi.js +4 -0
- package/src/apis/GaslessApi.cjs +4 -0
- package/src/apis/GaslessApi.js +4 -0
- package/src/apis/GatesApi.cjs +4 -0
- package/src/apis/GatesApi.js +4 -0
- package/src/apis/GlobalWalletAccessControlApi.cjs +4 -0
- package/src/apis/GlobalWalletAccessControlApi.js +4 -0
- package/src/apis/GlobalWalletConnectionsApi.cjs +4 -0
- package/src/apis/GlobalWalletConnectionsApi.js +4 -0
- package/src/apis/GlobalWalletsApi.cjs +4 -0
- package/src/apis/GlobalWalletsApi.js +4 -0
- package/src/apis/InvitesApi.cjs +4 -0
- package/src/apis/InvitesApi.js +4 -0
- package/src/apis/KybApi.cjs +4 -0
- package/src/apis/KybApi.js +4 -0
- package/src/apis/MembersApi.cjs +4 -0
- package/src/apis/MembersApi.js +4 -0
- package/src/apis/MfaSettingsApi.cjs +4 -0
- package/src/apis/MfaSettingsApi.js +4 -0
- package/src/apis/NameServicesApi.cjs +4 -0
- package/src/apis/NameServicesApi.js +4 -0
- package/src/apis/OrganizationSettingsApi.cjs +4 -0
- package/src/apis/OrganizationSettingsApi.js +4 -0
- package/src/apis/OrganizationsApi.cjs +4 -0
- package/src/apis/OrganizationsApi.js +4 -0
- package/src/apis/OriginsApi.cjs +4 -0
- package/src/apis/OriginsApi.js +4 -0
- package/src/apis/ProjectsApi.cjs +4 -0
- package/src/apis/ProjectsApi.js +4 -0
- package/src/apis/ProvidersApi.cjs +4 -0
- package/src/apis/ProvidersApi.js +4 -0
- package/src/apis/SDKApi.cjs +4 -0
- package/src/apis/SDKApi.js +4 -0
- package/src/apis/SDKViewsApi.cjs +4 -0
- package/src/apis/SDKViewsApi.js +4 -0
- package/src/apis/ScreeningPoliciesApi.cjs +428 -0
- package/src/apis/ScreeningPoliciesApi.d.ts +110 -0
- package/src/apis/ScreeningPoliciesApi.js +424 -0
- package/src/apis/ServerApi.cjs +4 -0
- package/src/apis/ServerApi.js +4 -0
- package/src/apis/SessionsApi.cjs +4 -0
- package/src/apis/SessionsApi.js +4 -0
- package/src/apis/TestAccountApi.cjs +4 -0
- package/src/apis/TestAccountApi.js +4 -0
- package/src/apis/TokensApi.cjs +4 -0
- package/src/apis/TokensApi.js +4 -0
- package/src/apis/UserApiTokensApi.cjs +4 -0
- package/src/apis/UserApiTokensApi.js +4 -0
- package/src/apis/UsersApi.cjs +4 -0
- package/src/apis/UsersApi.js +4 -0
- package/src/apis/VisitsApi.cjs +4 -0
- package/src/apis/VisitsApi.js +4 -0
- package/src/apis/WaasApi.cjs +4 -0
- package/src/apis/WaasApi.js +4 -0
- package/src/apis/WalletConnectApi.cjs +4 -0
- package/src/apis/WalletConnectApi.js +4 -0
- package/src/apis/WalletsApi.cjs +4 -0
- package/src/apis/WalletsApi.js +4 -0
- package/src/apis/WebhooksApi.cjs +4 -0
- package/src/apis/WebhooksApi.js +4 -0
- package/src/apis/YieldApi.cjs +4 -0
- package/src/apis/YieldApi.js +4 -0
- package/src/apis/ZendeskApi.cjs +4 -0
- package/src/apis/ZendeskApi.js +4 -0
- package/src/apis/index.d.ts +1 -0
- package/src/index.cjs +54 -0
- package/src/index.js +10 -0
- package/src/models/FlowExecutionStateEnum.cjs +1 -0
- package/src/models/FlowExecutionStateEnum.d.ts +1 -0
- package/src/models/FlowExecutionStateEnum.js +1 -0
- package/src/models/ScreeningAddressDisposition.cjs +42 -0
- package/src/models/ScreeningAddressDisposition.d.ts +25 -0
- package/src/models/ScreeningAddressDisposition.js +36 -0
- package/src/models/ScreeningAddressScopeEnum.cjs +45 -0
- package/src/models/ScreeningAddressScopeEnum.d.ts +28 -0
- package/src/models/ScreeningAddressScopeEnum.js +39 -0
- package/src/models/ScreeningPolicy.cjs +49 -0
- package/src/models/ScreeningPolicy.d.ts +82 -0
- package/src/models/ScreeningPolicy.js +43 -0
- package/src/models/ScreeningPolicyAddress.cjs +48 -0
- package/src/models/ScreeningPolicyAddress.d.ts +71 -0
- package/src/models/ScreeningPolicyAddress.js +42 -0
- package/src/models/ScreeningPolicyAddressCreateRequest.cjs +44 -0
- package/src/models/ScreeningPolicyAddressCreateRequest.d.ts +54 -0
- package/src/models/ScreeningPolicyAddressCreateRequest.js +38 -0
- package/src/models/ScreeningPolicyAddressesResponse.cjs +35 -0
- package/src/models/ScreeningPolicyAddressesResponse.d.ts +34 -0
- package/src/models/ScreeningPolicyAddressesResponse.js +29 -0
- package/src/models/ScreeningPolicyProviderEnum.cjs +43 -0
- package/src/models/ScreeningPolicyProviderEnum.d.ts +26 -0
- package/src/models/ScreeningPolicyProviderEnum.js +37 -0
- package/src/models/ScreeningPolicyScopeEnum.cjs +44 -0
- package/src/models/ScreeningPolicyScopeEnum.d.ts +27 -0
- package/src/models/ScreeningPolicyScopeEnum.js +38 -0
- package/src/models/ScreeningPolicyUpdateRequest.cjs +35 -0
- package/src/models/ScreeningPolicyUpdateRequest.d.ts +48 -0
- package/src/models/ScreeningPolicyUpdateRequest.js +29 -0
- package/src/models/index.d.ts +9 -0
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var runtime = require('../runtime.cjs');
|
|
6
|
+
|
|
7
|
+
/* tslint:disable */
|
|
8
|
+
function ScreeningPolicyUpdateRequestFromJSON(json) {
|
|
9
|
+
return ScreeningPolicyUpdateRequestFromJSONTyped(json);
|
|
10
|
+
}
|
|
11
|
+
function ScreeningPolicyUpdateRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
12
|
+
if ((json === undefined) || (json === null)) {
|
|
13
|
+
return json;
|
|
14
|
+
}
|
|
15
|
+
return {
|
|
16
|
+
'revision': !runtime.exists(json, 'revision') ? undefined : json['revision'],
|
|
17
|
+
'rules': json['rules'],
|
|
18
|
+
};
|
|
19
|
+
}
|
|
20
|
+
function ScreeningPolicyUpdateRequestToJSON(value) {
|
|
21
|
+
if (value === undefined) {
|
|
22
|
+
return undefined;
|
|
23
|
+
}
|
|
24
|
+
if (value === null) {
|
|
25
|
+
return null;
|
|
26
|
+
}
|
|
27
|
+
return {
|
|
28
|
+
'revision': value.revision,
|
|
29
|
+
'rules': value.rules,
|
|
30
|
+
};
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
exports.ScreeningPolicyUpdateRequestFromJSON = ScreeningPolicyUpdateRequestFromJSON;
|
|
34
|
+
exports.ScreeningPolicyUpdateRequestFromJSONTyped = ScreeningPolicyUpdateRequestFromJSONTyped;
|
|
35
|
+
exports.ScreeningPolicyUpdateRequestToJSON = ScreeningPolicyUpdateRequestToJSON;
|
|
@@ -0,0 +1,48 @@
|
|
|
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
|
+
* Replaces the whole rule blob. Rules are stored exactly as sent — order
|
|
14
|
+
* preserved, nothing normalized, reshaped, or dropped — because evaluation is
|
|
15
|
+
* first-match-wins and the array order is the policy.
|
|
16
|
+
* @export
|
|
17
|
+
* @interface ScreeningPolicyUpdateRequest
|
|
18
|
+
*/
|
|
19
|
+
export interface ScreeningPolicyUpdateRequest {
|
|
20
|
+
/**
|
|
21
|
+
* The `revision` this edit was based on. Required to replace an existing
|
|
22
|
+
* policy, and a stale value is rejected with a 409 rather than silently
|
|
23
|
+
* applied. Omit it only when creating the first policy for this vendor.
|
|
24
|
+
* @type {number}
|
|
25
|
+
* @memberof ScreeningPolicyUpdateRequest
|
|
26
|
+
*/
|
|
27
|
+
revision?: number;
|
|
28
|
+
/**
|
|
29
|
+
* Customer rules, `{ preScreen, postScreen }`, per the vendor's own rule schema
|
|
30
|
+
* (`TrmPolicyRules` or `ChainalysisPolicyRules`). Typed as a free-form object
|
|
31
|
+
* rather than a `oneOf` over the two: the vendor is a path parameter, no
|
|
32
|
+
* OpenAPI construct selects a body schema from one, and `oneOf` generates SDK
|
|
33
|
+
* models that do not compile. The server validates the blob against the
|
|
34
|
+
* vendor's schema before writing, so a TRM policy naming a `chainalysis.*`
|
|
35
|
+
* field is a 400. Clients should validate against those two schemas before
|
|
36
|
+
* submitting.
|
|
37
|
+
*
|
|
38
|
+
* Neither the sanctions floor nor the terminal ALLOW appears here. Both are
|
|
39
|
+
* generated from code on every screen, so there is nothing to author, edit, or
|
|
40
|
+
* read back, and no request body can weaken them.
|
|
41
|
+
* @type {object}
|
|
42
|
+
* @memberof ScreeningPolicyUpdateRequest
|
|
43
|
+
*/
|
|
44
|
+
rules: object;
|
|
45
|
+
}
|
|
46
|
+
export declare function ScreeningPolicyUpdateRequestFromJSON(json: any): ScreeningPolicyUpdateRequest;
|
|
47
|
+
export declare function ScreeningPolicyUpdateRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): ScreeningPolicyUpdateRequest;
|
|
48
|
+
export declare function ScreeningPolicyUpdateRequestToJSON(value?: ScreeningPolicyUpdateRequest | null): any;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { exists } from '../runtime.js';
|
|
2
|
+
|
|
3
|
+
/* tslint:disable */
|
|
4
|
+
function ScreeningPolicyUpdateRequestFromJSON(json) {
|
|
5
|
+
return ScreeningPolicyUpdateRequestFromJSONTyped(json);
|
|
6
|
+
}
|
|
7
|
+
function ScreeningPolicyUpdateRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
8
|
+
if ((json === undefined) || (json === null)) {
|
|
9
|
+
return json;
|
|
10
|
+
}
|
|
11
|
+
return {
|
|
12
|
+
'revision': !exists(json, 'revision') ? undefined : json['revision'],
|
|
13
|
+
'rules': json['rules'],
|
|
14
|
+
};
|
|
15
|
+
}
|
|
16
|
+
function ScreeningPolicyUpdateRequestToJSON(value) {
|
|
17
|
+
if (value === undefined) {
|
|
18
|
+
return undefined;
|
|
19
|
+
}
|
|
20
|
+
if (value === null) {
|
|
21
|
+
return null;
|
|
22
|
+
}
|
|
23
|
+
return {
|
|
24
|
+
'revision': value.revision,
|
|
25
|
+
'rules': value.rules,
|
|
26
|
+
};
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
export { ScreeningPolicyUpdateRequestFromJSON, ScreeningPolicyUpdateRequestFromJSONTyped, ScreeningPolicyUpdateRequestToJSON };
|
package/src/models/index.d.ts
CHANGED
|
@@ -634,8 +634,17 @@ export * from './ScreenTransactionRequestContextSuiTransaction';
|
|
|
634
634
|
export * from './ScreenTransactionRequestContextSvmTransaction';
|
|
635
635
|
export * from './ScreenTransactionRequestContextTronTransaction';
|
|
636
636
|
export * from './ScreenTransactionResponse';
|
|
637
|
+
export * from './ScreeningAddressDisposition';
|
|
638
|
+
export * from './ScreeningAddressScopeEnum';
|
|
637
639
|
export * from './ScreeningCoreField';
|
|
638
640
|
export * from './ScreeningOperator';
|
|
641
|
+
export * from './ScreeningPolicy';
|
|
642
|
+
export * from './ScreeningPolicyAddress';
|
|
643
|
+
export * from './ScreeningPolicyAddressCreateRequest';
|
|
644
|
+
export * from './ScreeningPolicyAddressesResponse';
|
|
645
|
+
export * from './ScreeningPolicyProviderEnum';
|
|
646
|
+
export * from './ScreeningPolicyScopeEnum';
|
|
647
|
+
export * from './ScreeningPolicyUpdateRequest';
|
|
639
648
|
export * from './ScreeningPostScreenAction';
|
|
640
649
|
export * from './ScreeningPreScreenAction';
|
|
641
650
|
export * from './ScreeningPreScreenNode';
|