@dynamic-labs/sdk-api 0.0.1070 → 0.0.1072
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/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/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 +3 -0
- package/src/apis/SDKApi.js +3 -0
- package/src/apis/SDKViewsApi.cjs +3 -0
- package/src/apis/SDKViewsApi.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 +120 -0
- package/src/apis/WaasApi.d.ts +55 -1
- package/src/apis/WaasApi.js +120 -0
- 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/index.cjs +68 -0
- package/src/index.js +14 -0
- package/src/models/FlowFeeBalance.cjs +41 -0
- package/src/models/FlowFeeBalance.d.ts +51 -0
- package/src/models/FlowFeeBalance.js +35 -0
- package/src/models/FlowFeeBalancesResponse.cjs +35 -0
- package/src/models/FlowFeeBalancesResponse.d.ts +34 -0
- package/src/models/FlowFeeBalancesResponse.js +29 -0
- package/src/models/UnprocessableEntityErrorCode.cjs +1 -0
- package/src/models/UnprocessableEntityErrorCode.d.ts +2 -1
- package/src/models/UnprocessableEntityErrorCode.js +1 -0
- package/src/models/WaasTransactionReviewConfigRequest.cjs +44 -0
- package/src/models/WaasTransactionReviewConfigRequest.d.ts +58 -0
- package/src/models/WaasTransactionReviewConfigRequest.js +38 -0
- package/src/models/WaasTransactionReviewConfigResponse.cjs +46 -0
- package/src/models/WaasTransactionReviewConfigResponse.d.ts +64 -0
- package/src/models/WaasTransactionReviewConfigResponse.js +40 -0
- package/src/models/WaasTransactionReviewFailurePolicy.cjs +40 -0
- package/src/models/WaasTransactionReviewFailurePolicy.d.ts +23 -0
- package/src/models/WaasTransactionReviewFailurePolicy.js +34 -0
- package/src/models/WaasTransactionReviewTestRequest.cjs +37 -0
- package/src/models/WaasTransactionReviewTestRequest.d.ts +35 -0
- package/src/models/WaasTransactionReviewTestRequest.js +31 -0
- package/src/models/WaasTransactionReviewTestRequestConfig.cjs +44 -0
- package/src/models/WaasTransactionReviewTestRequestConfig.d.ts +58 -0
- package/src/models/WaasTransactionReviewTestRequestConfig.js +38 -0
- package/src/models/WaasTransactionReviewTestResponse.cjs +51 -0
- package/src/models/WaasTransactionReviewTestResponse.d.ts +74 -0
- package/src/models/WaasTransactionReviewTestResponse.js +45 -0
- package/src/models/WaasTransactionReviewTestResponseDecision.cjs +35 -0
- package/src/models/WaasTransactionReviewTestResponseDecision.d.ts +33 -0
- package/src/models/WaasTransactionReviewTestResponseDecision.js +29 -0
- package/src/models/WaasTransactionReviewTestResponseRequest.cjs +47 -0
- package/src/models/WaasTransactionReviewTestResponseRequest.d.ts +43 -0
- package/src/models/WaasTransactionReviewTestResponseRequest.js +41 -0
- package/src/models/WaasTransactionReviewTestResponseResponse.cjs +39 -0
- package/src/models/WaasTransactionReviewTestResponseResponse.d.ts +48 -0
- package/src/models/WaasTransactionReviewTestResponseResponse.js +33 -0
- package/src/models/WaasTransactionReviewTestResponseResponseParsed.cjs +35 -0
- package/src/models/WaasTransactionReviewTestResponseResponseParsed.d.ts +33 -0
- package/src/models/WaasTransactionReviewTestResponseResponseParsed.js +29 -0
- package/src/models/WaasTransactionReviewTestResponseResponseSignature.cjs +54 -0
- package/src/models/WaasTransactionReviewTestResponseResponseSignature.d.ts +37 -0
- package/src/models/WaasTransactionReviewTestResponseResponseSignature.js +48 -0
- package/src/models/WaasTransactionReviewTestScenario.cjs +49 -0
- package/src/models/WaasTransactionReviewTestScenario.d.ts +32 -0
- package/src/models/WaasTransactionReviewTestScenario.js +43 -0
- package/src/models/index.d.ts +14 -0
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var WaasTransactionReviewTestResponseDecision = require('./WaasTransactionReviewTestResponseDecision.cjs');
|
|
6
|
+
var WaasTransactionReviewTestResponseRequest = require('./WaasTransactionReviewTestResponseRequest.cjs');
|
|
7
|
+
var WaasTransactionReviewTestResponseResponse = require('./WaasTransactionReviewTestResponseResponse.cjs');
|
|
8
|
+
var WaasTransactionReviewTestResponseResponseSignature = require('./WaasTransactionReviewTestResponseResponseSignature.cjs');
|
|
9
|
+
var WaasTransactionReviewTestScenario = require('./WaasTransactionReviewTestScenario.cjs');
|
|
10
|
+
|
|
11
|
+
/* tslint:disable */
|
|
12
|
+
function WaasTransactionReviewTestResponseFromJSON(json) {
|
|
13
|
+
return WaasTransactionReviewTestResponseFromJSONTyped(json);
|
|
14
|
+
}
|
|
15
|
+
function WaasTransactionReviewTestResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
16
|
+
if ((json === undefined) || (json === null)) {
|
|
17
|
+
return json;
|
|
18
|
+
}
|
|
19
|
+
return {
|
|
20
|
+
'decision': WaasTransactionReviewTestResponseDecision.WaasTransactionReviewTestResponseDecisionFromJSON(json['decision']),
|
|
21
|
+
'failurePolicyApplied': json['failurePolicyApplied'],
|
|
22
|
+
'latencyMs': json['latencyMs'],
|
|
23
|
+
'request': WaasTransactionReviewTestResponseRequest.WaasTransactionReviewTestResponseRequestFromJSON(json['request']),
|
|
24
|
+
'response': WaasTransactionReviewTestResponseResponse.WaasTransactionReviewTestResponseResponseFromJSON(json['response']),
|
|
25
|
+
'responseSignature': WaasTransactionReviewTestResponseResponseSignature.WaasTransactionReviewTestResponseResponseSignatureFromJSON(json['responseSignature']),
|
|
26
|
+
'scenario': WaasTransactionReviewTestScenario.WaasTransactionReviewTestScenarioFromJSON(json['scenario']),
|
|
27
|
+
'transportError': json['transportError'],
|
|
28
|
+
};
|
|
29
|
+
}
|
|
30
|
+
function WaasTransactionReviewTestResponseToJSON(value) {
|
|
31
|
+
if (value === undefined) {
|
|
32
|
+
return undefined;
|
|
33
|
+
}
|
|
34
|
+
if (value === null) {
|
|
35
|
+
return null;
|
|
36
|
+
}
|
|
37
|
+
return {
|
|
38
|
+
'decision': WaasTransactionReviewTestResponseDecision.WaasTransactionReviewTestResponseDecisionToJSON(value.decision),
|
|
39
|
+
'failurePolicyApplied': value.failurePolicyApplied,
|
|
40
|
+
'latencyMs': value.latencyMs,
|
|
41
|
+
'request': WaasTransactionReviewTestResponseRequest.WaasTransactionReviewTestResponseRequestToJSON(value.request),
|
|
42
|
+
'response': WaasTransactionReviewTestResponseResponse.WaasTransactionReviewTestResponseResponseToJSON(value.response),
|
|
43
|
+
'responseSignature': WaasTransactionReviewTestResponseResponseSignature.WaasTransactionReviewTestResponseResponseSignatureToJSON(value.responseSignature),
|
|
44
|
+
'scenario': WaasTransactionReviewTestScenario.WaasTransactionReviewTestScenarioToJSON(value.scenario),
|
|
45
|
+
'transportError': value.transportError,
|
|
46
|
+
};
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
exports.WaasTransactionReviewTestResponseFromJSON = WaasTransactionReviewTestResponseFromJSON;
|
|
50
|
+
exports.WaasTransactionReviewTestResponseFromJSONTyped = WaasTransactionReviewTestResponseFromJSONTyped;
|
|
51
|
+
exports.WaasTransactionReviewTestResponseToJSON = WaasTransactionReviewTestResponseToJSON;
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Dashboard API
|
|
3
|
+
* Dashboard API documentation
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { WaasTransactionReviewTestResponseDecision } from './WaasTransactionReviewTestResponseDecision';
|
|
13
|
+
import { WaasTransactionReviewTestResponseRequest } from './WaasTransactionReviewTestResponseRequest';
|
|
14
|
+
import { WaasTransactionReviewTestResponseResponse } from './WaasTransactionReviewTestResponseResponse';
|
|
15
|
+
import { WaasTransactionReviewTestResponseResponseSignature } from './WaasTransactionReviewTestResponseResponseSignature';
|
|
16
|
+
import { WaasTransactionReviewTestScenario } from './WaasTransactionReviewTestScenario';
|
|
17
|
+
/**
|
|
18
|
+
*
|
|
19
|
+
* @export
|
|
20
|
+
* @interface WaasTransactionReviewTestResponse
|
|
21
|
+
*/
|
|
22
|
+
export interface WaasTransactionReviewTestResponse {
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @type {WaasTransactionReviewTestResponseDecision}
|
|
26
|
+
* @memberof WaasTransactionReviewTestResponse
|
|
27
|
+
*/
|
|
28
|
+
decision: WaasTransactionReviewTestResponseDecision;
|
|
29
|
+
/**
|
|
30
|
+
* True if the decision came from the failure policy (timeout, transport error, bad status, signature problem) rather than from a parsed webhook response.
|
|
31
|
+
* @type {boolean}
|
|
32
|
+
* @memberof WaasTransactionReviewTestResponse
|
|
33
|
+
*/
|
|
34
|
+
failurePolicyApplied: boolean;
|
|
35
|
+
/**
|
|
36
|
+
* Wall-clock duration of the call in milliseconds.
|
|
37
|
+
* @type {number}
|
|
38
|
+
* @memberof WaasTransactionReviewTestResponse
|
|
39
|
+
*/
|
|
40
|
+
latencyMs: number;
|
|
41
|
+
/**
|
|
42
|
+
*
|
|
43
|
+
* @type {WaasTransactionReviewTestResponseRequest}
|
|
44
|
+
* @memberof WaasTransactionReviewTestResponse
|
|
45
|
+
*/
|
|
46
|
+
request: WaasTransactionReviewTestResponseRequest;
|
|
47
|
+
/**
|
|
48
|
+
*
|
|
49
|
+
* @type {WaasTransactionReviewTestResponseResponse}
|
|
50
|
+
* @memberof WaasTransactionReviewTestResponse
|
|
51
|
+
*/
|
|
52
|
+
response: WaasTransactionReviewTestResponseResponse;
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @type {WaasTransactionReviewTestResponseResponseSignature}
|
|
56
|
+
* @memberof WaasTransactionReviewTestResponse
|
|
57
|
+
*/
|
|
58
|
+
responseSignature: WaasTransactionReviewTestResponseResponseSignature;
|
|
59
|
+
/**
|
|
60
|
+
*
|
|
61
|
+
* @type {WaasTransactionReviewTestScenario}
|
|
62
|
+
* @memberof WaasTransactionReviewTestResponse
|
|
63
|
+
*/
|
|
64
|
+
scenario: WaasTransactionReviewTestScenario;
|
|
65
|
+
/**
|
|
66
|
+
* Network or timeout error message, if any.
|
|
67
|
+
* @type {string}
|
|
68
|
+
* @memberof WaasTransactionReviewTestResponse
|
|
69
|
+
*/
|
|
70
|
+
transportError: string | null;
|
|
71
|
+
}
|
|
72
|
+
export declare function WaasTransactionReviewTestResponseFromJSON(json: any): WaasTransactionReviewTestResponse;
|
|
73
|
+
export declare function WaasTransactionReviewTestResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): WaasTransactionReviewTestResponse;
|
|
74
|
+
export declare function WaasTransactionReviewTestResponseToJSON(value?: WaasTransactionReviewTestResponse | null): any;
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import { WaasTransactionReviewTestResponseDecisionFromJSON, WaasTransactionReviewTestResponseDecisionToJSON } from './WaasTransactionReviewTestResponseDecision.js';
|
|
2
|
+
import { WaasTransactionReviewTestResponseRequestFromJSON, WaasTransactionReviewTestResponseRequestToJSON } from './WaasTransactionReviewTestResponseRequest.js';
|
|
3
|
+
import { WaasTransactionReviewTestResponseResponseFromJSON, WaasTransactionReviewTestResponseResponseToJSON } from './WaasTransactionReviewTestResponseResponse.js';
|
|
4
|
+
import { WaasTransactionReviewTestResponseResponseSignatureFromJSON, WaasTransactionReviewTestResponseResponseSignatureToJSON } from './WaasTransactionReviewTestResponseResponseSignature.js';
|
|
5
|
+
import { WaasTransactionReviewTestScenarioFromJSON, WaasTransactionReviewTestScenarioToJSON } from './WaasTransactionReviewTestScenario.js';
|
|
6
|
+
|
|
7
|
+
/* tslint:disable */
|
|
8
|
+
function WaasTransactionReviewTestResponseFromJSON(json) {
|
|
9
|
+
return WaasTransactionReviewTestResponseFromJSONTyped(json);
|
|
10
|
+
}
|
|
11
|
+
function WaasTransactionReviewTestResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
12
|
+
if ((json === undefined) || (json === null)) {
|
|
13
|
+
return json;
|
|
14
|
+
}
|
|
15
|
+
return {
|
|
16
|
+
'decision': WaasTransactionReviewTestResponseDecisionFromJSON(json['decision']),
|
|
17
|
+
'failurePolicyApplied': json['failurePolicyApplied'],
|
|
18
|
+
'latencyMs': json['latencyMs'],
|
|
19
|
+
'request': WaasTransactionReviewTestResponseRequestFromJSON(json['request']),
|
|
20
|
+
'response': WaasTransactionReviewTestResponseResponseFromJSON(json['response']),
|
|
21
|
+
'responseSignature': WaasTransactionReviewTestResponseResponseSignatureFromJSON(json['responseSignature']),
|
|
22
|
+
'scenario': WaasTransactionReviewTestScenarioFromJSON(json['scenario']),
|
|
23
|
+
'transportError': json['transportError'],
|
|
24
|
+
};
|
|
25
|
+
}
|
|
26
|
+
function WaasTransactionReviewTestResponseToJSON(value) {
|
|
27
|
+
if (value === undefined) {
|
|
28
|
+
return undefined;
|
|
29
|
+
}
|
|
30
|
+
if (value === null) {
|
|
31
|
+
return null;
|
|
32
|
+
}
|
|
33
|
+
return {
|
|
34
|
+
'decision': WaasTransactionReviewTestResponseDecisionToJSON(value.decision),
|
|
35
|
+
'failurePolicyApplied': value.failurePolicyApplied,
|
|
36
|
+
'latencyMs': value.latencyMs,
|
|
37
|
+
'request': WaasTransactionReviewTestResponseRequestToJSON(value.request),
|
|
38
|
+
'response': WaasTransactionReviewTestResponseResponseToJSON(value.response),
|
|
39
|
+
'responseSignature': WaasTransactionReviewTestResponseResponseSignatureToJSON(value.responseSignature),
|
|
40
|
+
'scenario': WaasTransactionReviewTestScenarioToJSON(value.scenario),
|
|
41
|
+
'transportError': value.transportError,
|
|
42
|
+
};
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
export { WaasTransactionReviewTestResponseFromJSON, WaasTransactionReviewTestResponseFromJSONTyped, WaasTransactionReviewTestResponseToJSON };
|
|
@@ -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 WaasTransactionReviewTestResponseDecisionFromJSON(json) {
|
|
9
|
+
return WaasTransactionReviewTestResponseDecisionFromJSONTyped(json);
|
|
10
|
+
}
|
|
11
|
+
function WaasTransactionReviewTestResponseDecisionFromJSONTyped(json, ignoreDiscriminator) {
|
|
12
|
+
if ((json === undefined) || (json === null)) {
|
|
13
|
+
return json;
|
|
14
|
+
}
|
|
15
|
+
return {
|
|
16
|
+
'proceed': json['proceed'],
|
|
17
|
+
'reason': !runtime.exists(json, 'reason') ? undefined : json['reason'],
|
|
18
|
+
};
|
|
19
|
+
}
|
|
20
|
+
function WaasTransactionReviewTestResponseDecisionToJSON(value) {
|
|
21
|
+
if (value === undefined) {
|
|
22
|
+
return undefined;
|
|
23
|
+
}
|
|
24
|
+
if (value === null) {
|
|
25
|
+
return null;
|
|
26
|
+
}
|
|
27
|
+
return {
|
|
28
|
+
'proceed': value.proceed,
|
|
29
|
+
'reason': value.reason,
|
|
30
|
+
};
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
exports.WaasTransactionReviewTestResponseDecisionFromJSON = WaasTransactionReviewTestResponseDecisionFromJSON;
|
|
34
|
+
exports.WaasTransactionReviewTestResponseDecisionFromJSONTyped = WaasTransactionReviewTestResponseDecisionFromJSONTyped;
|
|
35
|
+
exports.WaasTransactionReviewTestResponseDecisionToJSON = WaasTransactionReviewTestResponseDecisionToJSON;
|
|
@@ -0,0 +1,33 @@
|
|
|
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
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface WaasTransactionReviewTestResponseDecision
|
|
16
|
+
*/
|
|
17
|
+
export interface WaasTransactionReviewTestResponseDecision {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {boolean}
|
|
21
|
+
* @memberof WaasTransactionReviewTestResponseDecision
|
|
22
|
+
*/
|
|
23
|
+
proceed: boolean;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof WaasTransactionReviewTestResponseDecision
|
|
28
|
+
*/
|
|
29
|
+
reason?: string;
|
|
30
|
+
}
|
|
31
|
+
export declare function WaasTransactionReviewTestResponseDecisionFromJSON(json: any): WaasTransactionReviewTestResponseDecision;
|
|
32
|
+
export declare function WaasTransactionReviewTestResponseDecisionFromJSONTyped(json: any, ignoreDiscriminator: boolean): WaasTransactionReviewTestResponseDecision;
|
|
33
|
+
export declare function WaasTransactionReviewTestResponseDecisionToJSON(value?: WaasTransactionReviewTestResponseDecision | null): any;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { exists } from '../runtime.js';
|
|
2
|
+
|
|
3
|
+
/* tslint:disable */
|
|
4
|
+
function WaasTransactionReviewTestResponseDecisionFromJSON(json) {
|
|
5
|
+
return WaasTransactionReviewTestResponseDecisionFromJSONTyped(json);
|
|
6
|
+
}
|
|
7
|
+
function WaasTransactionReviewTestResponseDecisionFromJSONTyped(json, ignoreDiscriminator) {
|
|
8
|
+
if ((json === undefined) || (json === null)) {
|
|
9
|
+
return json;
|
|
10
|
+
}
|
|
11
|
+
return {
|
|
12
|
+
'proceed': json['proceed'],
|
|
13
|
+
'reason': !exists(json, 'reason') ? undefined : json['reason'],
|
|
14
|
+
};
|
|
15
|
+
}
|
|
16
|
+
function WaasTransactionReviewTestResponseDecisionToJSON(value) {
|
|
17
|
+
if (value === undefined) {
|
|
18
|
+
return undefined;
|
|
19
|
+
}
|
|
20
|
+
if (value === null) {
|
|
21
|
+
return null;
|
|
22
|
+
}
|
|
23
|
+
return {
|
|
24
|
+
'proceed': value.proceed,
|
|
25
|
+
'reason': value.reason,
|
|
26
|
+
};
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
export { WaasTransactionReviewTestResponseDecisionFromJSON, WaasTransactionReviewTestResponseDecisionFromJSONTyped, WaasTransactionReviewTestResponseDecisionToJSON };
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
/* tslint:disable */
|
|
6
|
+
/* eslint-disable */
|
|
7
|
+
/**
|
|
8
|
+
* Dashboard API
|
|
9
|
+
* Dashboard API documentation
|
|
10
|
+
*
|
|
11
|
+
* The version of the OpenAPI document: 1.0.0
|
|
12
|
+
*
|
|
13
|
+
*
|
|
14
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
15
|
+
* https://openapi-generator.tech
|
|
16
|
+
* Do not edit the class manually.
|
|
17
|
+
*/
|
|
18
|
+
function WaasTransactionReviewTestResponseRequestFromJSON(json) {
|
|
19
|
+
return WaasTransactionReviewTestResponseRequestFromJSONTyped(json);
|
|
20
|
+
}
|
|
21
|
+
function WaasTransactionReviewTestResponseRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
22
|
+
if ((json === undefined) || (json === null)) {
|
|
23
|
+
return json;
|
|
24
|
+
}
|
|
25
|
+
return {
|
|
26
|
+
'body': json['body'],
|
|
27
|
+
'headers': json['headers'],
|
|
28
|
+
'url': json['url'],
|
|
29
|
+
};
|
|
30
|
+
}
|
|
31
|
+
function WaasTransactionReviewTestResponseRequestToJSON(value) {
|
|
32
|
+
if (value === undefined) {
|
|
33
|
+
return undefined;
|
|
34
|
+
}
|
|
35
|
+
if (value === null) {
|
|
36
|
+
return null;
|
|
37
|
+
}
|
|
38
|
+
return {
|
|
39
|
+
'body': value.body,
|
|
40
|
+
'headers': value.headers,
|
|
41
|
+
'url': value.url,
|
|
42
|
+
};
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
exports.WaasTransactionReviewTestResponseRequestFromJSON = WaasTransactionReviewTestResponseRequestFromJSON;
|
|
46
|
+
exports.WaasTransactionReviewTestResponseRequestFromJSONTyped = WaasTransactionReviewTestResponseRequestFromJSONTyped;
|
|
47
|
+
exports.WaasTransactionReviewTestResponseRequestToJSON = WaasTransactionReviewTestResponseRequestToJSON;
|
|
@@ -0,0 +1,43 @@
|
|
|
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
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface WaasTransactionReviewTestResponseRequest
|
|
16
|
+
*/
|
|
17
|
+
export interface WaasTransactionReviewTestResponseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* The exact payload sent to the webhook.
|
|
20
|
+
* @type {{ [key: string]: object; }}
|
|
21
|
+
* @memberof WaasTransactionReviewTestResponseRequest
|
|
22
|
+
*/
|
|
23
|
+
body: {
|
|
24
|
+
[key: string]: object;
|
|
25
|
+
};
|
|
26
|
+
/**
|
|
27
|
+
* Headers sent to the webhook. When a secret is configured the x-dynamic-signature header is present but its HMAC value is redacted (returned as "[redacted]") so the computed signature is never echoed back to the caller.
|
|
28
|
+
* @type {{ [key: string]: string; }}
|
|
29
|
+
* @memberof WaasTransactionReviewTestResponseRequest
|
|
30
|
+
*/
|
|
31
|
+
headers: {
|
|
32
|
+
[key: string]: string;
|
|
33
|
+
};
|
|
34
|
+
/**
|
|
35
|
+
*
|
|
36
|
+
* @type {string}
|
|
37
|
+
* @memberof WaasTransactionReviewTestResponseRequest
|
|
38
|
+
*/
|
|
39
|
+
url: string;
|
|
40
|
+
}
|
|
41
|
+
export declare function WaasTransactionReviewTestResponseRequestFromJSON(json: any): WaasTransactionReviewTestResponseRequest;
|
|
42
|
+
export declare function WaasTransactionReviewTestResponseRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): WaasTransactionReviewTestResponseRequest;
|
|
43
|
+
export declare function WaasTransactionReviewTestResponseRequestToJSON(value?: WaasTransactionReviewTestResponseRequest | null): any;
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Dashboard API
|
|
5
|
+
* Dashboard API documentation
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
function WaasTransactionReviewTestResponseRequestFromJSON(json) {
|
|
15
|
+
return WaasTransactionReviewTestResponseRequestFromJSONTyped(json);
|
|
16
|
+
}
|
|
17
|
+
function WaasTransactionReviewTestResponseRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
18
|
+
if ((json === undefined) || (json === null)) {
|
|
19
|
+
return json;
|
|
20
|
+
}
|
|
21
|
+
return {
|
|
22
|
+
'body': json['body'],
|
|
23
|
+
'headers': json['headers'],
|
|
24
|
+
'url': json['url'],
|
|
25
|
+
};
|
|
26
|
+
}
|
|
27
|
+
function WaasTransactionReviewTestResponseRequestToJSON(value) {
|
|
28
|
+
if (value === undefined) {
|
|
29
|
+
return undefined;
|
|
30
|
+
}
|
|
31
|
+
if (value === null) {
|
|
32
|
+
return null;
|
|
33
|
+
}
|
|
34
|
+
return {
|
|
35
|
+
'body': value.body,
|
|
36
|
+
'headers': value.headers,
|
|
37
|
+
'url': value.url,
|
|
38
|
+
};
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
export { WaasTransactionReviewTestResponseRequestFromJSON, WaasTransactionReviewTestResponseRequestFromJSONTyped, WaasTransactionReviewTestResponseRequestToJSON };
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var WaasTransactionReviewTestResponseResponseParsed = require('./WaasTransactionReviewTestResponseResponseParsed.cjs');
|
|
6
|
+
|
|
7
|
+
/* tslint:disable */
|
|
8
|
+
function WaasTransactionReviewTestResponseResponseFromJSON(json) {
|
|
9
|
+
return WaasTransactionReviewTestResponseResponseFromJSONTyped(json);
|
|
10
|
+
}
|
|
11
|
+
function WaasTransactionReviewTestResponseResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
12
|
+
if ((json === undefined) || (json === null)) {
|
|
13
|
+
return json;
|
|
14
|
+
}
|
|
15
|
+
return {
|
|
16
|
+
'body': json['body'],
|
|
17
|
+
'headers': json['headers'],
|
|
18
|
+
'parsed': WaasTransactionReviewTestResponseResponseParsed.WaasTransactionReviewTestResponseResponseParsedFromJSON(json['parsed']),
|
|
19
|
+
'status': json['status'],
|
|
20
|
+
};
|
|
21
|
+
}
|
|
22
|
+
function WaasTransactionReviewTestResponseResponseToJSON(value) {
|
|
23
|
+
if (value === undefined) {
|
|
24
|
+
return undefined;
|
|
25
|
+
}
|
|
26
|
+
if (value === null) {
|
|
27
|
+
return null;
|
|
28
|
+
}
|
|
29
|
+
return {
|
|
30
|
+
'body': value.body,
|
|
31
|
+
'headers': value.headers,
|
|
32
|
+
'parsed': WaasTransactionReviewTestResponseResponseParsed.WaasTransactionReviewTestResponseResponseParsedToJSON(value.parsed),
|
|
33
|
+
'status': value.status,
|
|
34
|
+
};
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
exports.WaasTransactionReviewTestResponseResponseFromJSON = WaasTransactionReviewTestResponseResponseFromJSON;
|
|
38
|
+
exports.WaasTransactionReviewTestResponseResponseFromJSONTyped = WaasTransactionReviewTestResponseResponseFromJSONTyped;
|
|
39
|
+
exports.WaasTransactionReviewTestResponseResponseToJSON = WaasTransactionReviewTestResponseResponseToJSON;
|
|
@@ -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
|
+
import { WaasTransactionReviewTestResponseResponseParsed } from './WaasTransactionReviewTestResponseResponseParsed';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface WaasTransactionReviewTestResponseResponse
|
|
17
|
+
*/
|
|
18
|
+
export interface WaasTransactionReviewTestResponseResponse {
|
|
19
|
+
/**
|
|
20
|
+
* Raw response body as received from the webhook, or null on transport error.
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof WaasTransactionReviewTestResponseResponse
|
|
23
|
+
*/
|
|
24
|
+
body: string | null;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {{ [key: string]: string; }}
|
|
28
|
+
* @memberof WaasTransactionReviewTestResponseResponse
|
|
29
|
+
*/
|
|
30
|
+
headers: {
|
|
31
|
+
[key: string]: string;
|
|
32
|
+
};
|
|
33
|
+
/**
|
|
34
|
+
*
|
|
35
|
+
* @type {WaasTransactionReviewTestResponseResponseParsed}
|
|
36
|
+
* @memberof WaasTransactionReviewTestResponseResponse
|
|
37
|
+
*/
|
|
38
|
+
parsed: WaasTransactionReviewTestResponseResponseParsed | null;
|
|
39
|
+
/**
|
|
40
|
+
*
|
|
41
|
+
* @type {number}
|
|
42
|
+
* @memberof WaasTransactionReviewTestResponseResponse
|
|
43
|
+
*/
|
|
44
|
+
status: number | null;
|
|
45
|
+
}
|
|
46
|
+
export declare function WaasTransactionReviewTestResponseResponseFromJSON(json: any): WaasTransactionReviewTestResponseResponse;
|
|
47
|
+
export declare function WaasTransactionReviewTestResponseResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): WaasTransactionReviewTestResponseResponse;
|
|
48
|
+
export declare function WaasTransactionReviewTestResponseResponseToJSON(value?: WaasTransactionReviewTestResponseResponse | null): any;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { WaasTransactionReviewTestResponseResponseParsedFromJSON, WaasTransactionReviewTestResponseResponseParsedToJSON } from './WaasTransactionReviewTestResponseResponseParsed.js';
|
|
2
|
+
|
|
3
|
+
/* tslint:disable */
|
|
4
|
+
function WaasTransactionReviewTestResponseResponseFromJSON(json) {
|
|
5
|
+
return WaasTransactionReviewTestResponseResponseFromJSONTyped(json);
|
|
6
|
+
}
|
|
7
|
+
function WaasTransactionReviewTestResponseResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
8
|
+
if ((json === undefined) || (json === null)) {
|
|
9
|
+
return json;
|
|
10
|
+
}
|
|
11
|
+
return {
|
|
12
|
+
'body': json['body'],
|
|
13
|
+
'headers': json['headers'],
|
|
14
|
+
'parsed': WaasTransactionReviewTestResponseResponseParsedFromJSON(json['parsed']),
|
|
15
|
+
'status': json['status'],
|
|
16
|
+
};
|
|
17
|
+
}
|
|
18
|
+
function WaasTransactionReviewTestResponseResponseToJSON(value) {
|
|
19
|
+
if (value === undefined) {
|
|
20
|
+
return undefined;
|
|
21
|
+
}
|
|
22
|
+
if (value === null) {
|
|
23
|
+
return null;
|
|
24
|
+
}
|
|
25
|
+
return {
|
|
26
|
+
'body': value.body,
|
|
27
|
+
'headers': value.headers,
|
|
28
|
+
'parsed': WaasTransactionReviewTestResponseResponseParsedToJSON(value.parsed),
|
|
29
|
+
'status': value.status,
|
|
30
|
+
};
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
export { WaasTransactionReviewTestResponseResponseFromJSON, WaasTransactionReviewTestResponseResponseFromJSONTyped, WaasTransactionReviewTestResponseResponseToJSON };
|
|
@@ -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 WaasTransactionReviewTestResponseResponseParsedFromJSON(json) {
|
|
9
|
+
return WaasTransactionReviewTestResponseResponseParsedFromJSONTyped(json);
|
|
10
|
+
}
|
|
11
|
+
function WaasTransactionReviewTestResponseResponseParsedFromJSONTyped(json, ignoreDiscriminator) {
|
|
12
|
+
if ((json === undefined) || (json === null)) {
|
|
13
|
+
return json;
|
|
14
|
+
}
|
|
15
|
+
return {
|
|
16
|
+
'proceed': !runtime.exists(json, 'proceed') ? undefined : json['proceed'],
|
|
17
|
+
'reason': !runtime.exists(json, 'reason') ? undefined : json['reason'],
|
|
18
|
+
};
|
|
19
|
+
}
|
|
20
|
+
function WaasTransactionReviewTestResponseResponseParsedToJSON(value) {
|
|
21
|
+
if (value === undefined) {
|
|
22
|
+
return undefined;
|
|
23
|
+
}
|
|
24
|
+
if (value === null) {
|
|
25
|
+
return null;
|
|
26
|
+
}
|
|
27
|
+
return {
|
|
28
|
+
'proceed': value.proceed,
|
|
29
|
+
'reason': value.reason,
|
|
30
|
+
};
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
exports.WaasTransactionReviewTestResponseResponseParsedFromJSON = WaasTransactionReviewTestResponseResponseParsedFromJSON;
|
|
34
|
+
exports.WaasTransactionReviewTestResponseResponseParsedFromJSONTyped = WaasTransactionReviewTestResponseResponseParsedFromJSONTyped;
|
|
35
|
+
exports.WaasTransactionReviewTestResponseResponseParsedToJSON = WaasTransactionReviewTestResponseResponseParsedToJSON;
|
|
@@ -0,0 +1,33 @@
|
|
|
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
|
+
* The JSON-parsed response when the body parsed cleanly and the status was 2xx, otherwise null.
|
|
14
|
+
* @export
|
|
15
|
+
* @interface WaasTransactionReviewTestResponseResponseParsed
|
|
16
|
+
*/
|
|
17
|
+
export interface WaasTransactionReviewTestResponseResponseParsed {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {boolean}
|
|
21
|
+
* @memberof WaasTransactionReviewTestResponseResponseParsed
|
|
22
|
+
*/
|
|
23
|
+
proceed?: boolean;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof WaasTransactionReviewTestResponseResponseParsed
|
|
28
|
+
*/
|
|
29
|
+
reason?: string;
|
|
30
|
+
}
|
|
31
|
+
export declare function WaasTransactionReviewTestResponseResponseParsedFromJSON(json: any): WaasTransactionReviewTestResponseResponseParsed;
|
|
32
|
+
export declare function WaasTransactionReviewTestResponseResponseParsedFromJSONTyped(json: any, ignoreDiscriminator: boolean): WaasTransactionReviewTestResponseResponseParsed;
|
|
33
|
+
export declare function WaasTransactionReviewTestResponseResponseParsedToJSON(value?: WaasTransactionReviewTestResponseResponseParsed | null): any;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { exists } from '../runtime.js';
|
|
2
|
+
|
|
3
|
+
/* tslint:disable */
|
|
4
|
+
function WaasTransactionReviewTestResponseResponseParsedFromJSON(json) {
|
|
5
|
+
return WaasTransactionReviewTestResponseResponseParsedFromJSONTyped(json);
|
|
6
|
+
}
|
|
7
|
+
function WaasTransactionReviewTestResponseResponseParsedFromJSONTyped(json, ignoreDiscriminator) {
|
|
8
|
+
if ((json === undefined) || (json === null)) {
|
|
9
|
+
return json;
|
|
10
|
+
}
|
|
11
|
+
return {
|
|
12
|
+
'proceed': !exists(json, 'proceed') ? undefined : json['proceed'],
|
|
13
|
+
'reason': !exists(json, 'reason') ? undefined : json['reason'],
|
|
14
|
+
};
|
|
15
|
+
}
|
|
16
|
+
function WaasTransactionReviewTestResponseResponseParsedToJSON(value) {
|
|
17
|
+
if (value === undefined) {
|
|
18
|
+
return undefined;
|
|
19
|
+
}
|
|
20
|
+
if (value === null) {
|
|
21
|
+
return null;
|
|
22
|
+
}
|
|
23
|
+
return {
|
|
24
|
+
'proceed': value.proceed,
|
|
25
|
+
'reason': value.reason,
|
|
26
|
+
};
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
export { WaasTransactionReviewTestResponseResponseParsedFromJSON, WaasTransactionReviewTestResponseResponseParsedFromJSONTyped, WaasTransactionReviewTestResponseResponseParsedToJSON };
|