@sinch/verification 1.0.0 → 1.2.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/README.md +22 -16
- package/dist/models/v1/enums.d.ts +0 -3
- package/dist/models/v1/helper.d.ts +113 -1
- package/dist/models/v1/helper.js +157 -0
- package/dist/models/v1/helper.js.map +1 -1
- package/dist/models/v1/identity/identity.d.ts +4 -4
- package/dist/models/v1/identity/index.d.ts +1 -1
- package/dist/models/v1/index.d.ts +13 -22
- package/dist/models/v1/index.js +24 -22
- package/dist/models/v1/index.js.map +1 -1
- package/dist/models/v1/{flashcall-request-event-response → mod-callbacks/flashcall-request-event-response}/flashcall-request-event-response.d.ts +6 -5
- package/dist/models/v1/mod-callbacks/flashcall-request-event-response/flashcall-request-event-response.js.map +1 -0
- package/dist/models/v1/mod-callbacks/flashcall-request-event-response/index.d.ts +1 -0
- package/dist/models/v1/mod-callbacks/flashcall-request-event-response/index.js.map +1 -0
- package/dist/models/v1/mod-callbacks/index.d.ts +8 -0
- package/dist/models/v1/mod-callbacks/index.js +28 -0
- package/dist/models/v1/mod-callbacks/index.js.map +1 -0
- package/dist/models/v1/mod-callbacks/phonecall-request-event-response/index.d.ts +1 -0
- package/dist/models/v1/mod-callbacks/phonecall-request-event-response/index.js.map +1 -0
- package/dist/models/v1/mod-callbacks/phonecall-request-event-response/phonecall-request-event-response.d.ts +24 -0
- package/dist/models/v1/{callout-request-event-response/callout-request-event-response.js → mod-callbacks/phonecall-request-event-response/phonecall-request-event-response.js} +1 -1
- package/dist/models/v1/mod-callbacks/phonecall-request-event-response/phonecall-request-event-response.js.map +1 -0
- package/dist/models/v1/mod-callbacks/sms-request-event-response/index.d.ts +1 -0
- package/dist/models/v1/mod-callbacks/sms-request-event-response/index.js.map +1 -0
- package/dist/models/v1/{sms-request-event-response → mod-callbacks/sms-request-event-response}/sms-request-event-response.d.ts +9 -6
- package/dist/models/v1/mod-callbacks/sms-request-event-response/sms-request-event-response.js.map +1 -0
- package/dist/models/v1/mod-callbacks/verification-callback-event.d.ts +3 -0
- package/dist/models/v1/mod-callbacks/verification-callback-event.js +3 -0
- package/dist/models/v1/mod-callbacks/verification-callback-event.js.map +1 -0
- package/dist/models/v1/mod-callbacks/verification-request-event/index.d.ts +1 -0
- package/dist/models/v1/mod-callbacks/verification-request-event/index.js.map +1 -0
- package/dist/models/v1/{verification-request-event → mod-callbacks/verification-request-event}/verification-request-event.d.ts +2 -2
- package/dist/models/v1/mod-callbacks/verification-request-event/verification-request-event.js.map +1 -0
- package/dist/models/v1/mod-callbacks/verification-request-event-response/index.js.map +1 -0
- package/dist/models/v1/mod-callbacks/verification-request-event-response/verification-request-event-response.d.ts +4 -0
- package/dist/models/v1/mod-callbacks/verification-request-event-response/verification-request-event-response.js.map +1 -0
- package/dist/models/v1/mod-callbacks/verification-result-event/index.js.map +1 -0
- package/dist/models/v1/{verification-result-event → mod-callbacks/verification-result-event}/verification-result-event.d.ts +2 -2
- package/dist/models/v1/mod-callbacks/verification-result-event/verification-result-event.js.map +1 -0
- package/dist/models/v1/mod-callbacks/verification-result-event-response/index.js.map +1 -0
- package/dist/models/v1/mod-callbacks/verification-result-event-response/verification-result-event-response.d.ts +4 -0
- package/dist/models/v1/mod-callbacks/verification-result-event-response/verification-result-event-response.js.map +1 -0
- package/dist/models/v1/phonecall-verification-report-response/index.d.ts +1 -0
- package/dist/models/v1/phonecall-verification-report-response/index.js.map +1 -0
- package/dist/models/v1/{callout-verification-report-response/callout-verification-report-response.d.ts → phonecall-verification-report-response/phonecall-verification-report-response.d.ts} +3 -1
- package/dist/models/v1/{callout-request-event-response-callout/callout-request-event-response-callout.js → phonecall-verification-report-response/phonecall-verification-report-response.js} +1 -1
- package/dist/models/v1/phonecall-verification-report-response/phonecall-verification-report-response.js.map +1 -0
- package/dist/models/v1/phonecall-verification-status-response/index.d.ts +1 -0
- package/dist/models/v1/phonecall-verification-status-response/index.js.map +1 -0
- package/dist/models/v1/{callout-verification-status-response/callout-verification-status-response.d.ts → phonecall-verification-status-response/phonecall-verification-status-response.d.ts} +3 -1
- package/dist/models/v1/phonecall-verification-status-response/phonecall-verification-status-response.js +3 -0
- package/dist/models/v1/phonecall-verification-status-response/phonecall-verification-status-response.js.map +1 -0
- package/dist/models/v1/requests/verification-status/verification-status-request-data.d.ts +1 -1
- package/dist/models/v1/requests/verifications/verifications-request-data.d.ts +22 -2
- package/dist/models/v1/sms-verification-report-response/index.d.ts +1 -1
- package/dist/models/v1/sms-verification-report-response/sms-verification-report-response.d.ts +3 -1
- package/dist/models/v1/sms-verification-status-response/index.d.ts +1 -1
- package/dist/models/v1/sms-verification-status-response/index.js +0 -15
- package/dist/models/v1/sms-verification-status-response/index.js.map +1 -1
- package/dist/models/v1/sms-verification-status-response/sms-verification-status-response.d.ts +5 -3
- package/dist/models/v1/start-data-verification-response/index.d.ts +1 -0
- package/dist/models/v1/start-data-verification-response/index.js.map +1 -0
- package/dist/models/v1/{start-seamless-verification-response/start-seamless-verification-response.d.ts → start-data-verification-response/start-data-verification-response.d.ts} +3 -1
- package/dist/models/v1/start-data-verification-response/start-data-verification-response.js +3 -0
- package/dist/models/v1/start-data-verification-response/start-data-verification-response.js.map +1 -0
- package/dist/models/v1/start-phonecall-verification-response/index.d.ts +1 -0
- package/dist/models/v1/start-phonecall-verification-response/index.js.map +1 -0
- package/dist/models/v1/{start-callout-verification-response/start-callout-verification-response.d.ts → start-phonecall-verification-response/start-phonecall-verification-response.d.ts} +3 -1
- package/dist/models/v1/start-phonecall-verification-response/start-phonecall-verification-response.js +3 -0
- package/dist/models/v1/start-phonecall-verification-response/start-phonecall-verification-response.js.map +1 -0
- package/dist/models/v1/start-verification-request/index.d.ts +1 -1
- package/dist/models/v1/start-verification-request/start-verification-request.d.ts +22 -5
- package/dist/models/v1/verification-price-sms/verification-price-sms.d.ts +3 -1
- package/dist/models/v1/verification-report-request/index.d.ts +1 -1
- package/dist/models/v1/verification-report-request/verification-report-request.d.ts +12 -1
- package/dist/models/v1/verification-status-response/verification-status-response.d.ts +3 -3
- package/dist/rest/v1/callbacks/callbacks-webhook.d.ts +5 -4
- package/dist/rest/v1/callbacks/callbacks-webhook.js +1 -1
- package/dist/rest/v1/callbacks/callbacks-webhook.js.map +1 -1
- package/dist/rest/v1/verification-domain-api.js +1 -1
- package/dist/rest/v1/verification-domain-api.js.map +1 -1
- package/dist/rest/v1/verification-status/verification-status-api.js +5 -1
- package/dist/rest/v1/verification-status/verification-status-api.js.map +1 -1
- package/dist/rest/v1/verifications/verifications-api.d.ts +34 -3
- package/dist/rest/v1/verifications/verifications-api.jest.fixture.d.ts +27 -3
- package/dist/rest/v1/verifications/verifications-api.jest.fixture.js +16 -0
- package/dist/rest/v1/verifications/verifications-api.jest.fixture.js.map +1 -1
- package/dist/rest/v1/verifications/verifications-api.js +156 -13
- package/dist/rest/v1/verifications/verifications-api.js.map +1 -1
- package/package.json +6 -4
- package/dist/models/v1/callout-request-event-response/callout-request-event-response.d.ts +0 -8
- package/dist/models/v1/callout-request-event-response/callout-request-event-response.js.map +0 -1
- package/dist/models/v1/callout-request-event-response/index.d.ts +0 -1
- package/dist/models/v1/callout-request-event-response/index.js.map +0 -1
- package/dist/models/v1/callout-request-event-response-callout/callout-request-event-response-callout.d.ts +0 -7
- package/dist/models/v1/callout-request-event-response-callout/callout-request-event-response-callout.js.map +0 -1
- package/dist/models/v1/callout-request-event-response-callout/index.d.ts +0 -1
- package/dist/models/v1/callout-request-event-response-callout/index.js.map +0 -1
- package/dist/models/v1/callout-request-event-response-callout-speech/callout-request-event-response-callout-speech.d.ts +0 -7
- package/dist/models/v1/callout-request-event-response-callout-speech/callout-request-event-response-callout-speech.js +0 -3
- package/dist/models/v1/callout-request-event-response-callout-speech/callout-request-event-response-callout-speech.js.map +0 -1
- package/dist/models/v1/callout-request-event-response-callout-speech/index.d.ts +0 -1
- package/dist/models/v1/callout-request-event-response-callout-speech/index.js.map +0 -1
- package/dist/models/v1/callout-verification-report-response/callout-verification-report-response.js +0 -3
- package/dist/models/v1/callout-verification-report-response/callout-verification-report-response.js.map +0 -1
- package/dist/models/v1/callout-verification-report-response/index.d.ts +0 -1
- package/dist/models/v1/callout-verification-report-response/index.js.map +0 -1
- package/dist/models/v1/callout-verification-status-response/callout-verification-status-response.js +0 -3
- package/dist/models/v1/callout-verification-status-response/callout-verification-status-response.js.map +0 -1
- package/dist/models/v1/callout-verification-status-response/index.d.ts +0 -1
- package/dist/models/v1/callout-verification-status-response/index.js +0 -18
- package/dist/models/v1/callout-verification-status-response/index.js.map +0 -1
- package/dist/models/v1/flashcall-request-event-response/flashcall-request-event-response.js.map +0 -1
- package/dist/models/v1/flashcall-request-event-response/index.d.ts +0 -1
- package/dist/models/v1/flashcall-request-event-response/index.js.map +0 -1
- package/dist/models/v1/sms-request-event-response/index.d.ts +0 -1
- package/dist/models/v1/sms-request-event-response/index.js.map +0 -1
- package/dist/models/v1/sms-request-event-response/sms-request-event-response.js.map +0 -1
- package/dist/models/v1/start-callout-verification-response/index.d.ts +0 -1
- package/dist/models/v1/start-callout-verification-response/index.js.map +0 -1
- package/dist/models/v1/start-callout-verification-response/start-callout-verification-response.js +0 -3
- package/dist/models/v1/start-callout-verification-response/start-callout-verification-response.js.map +0 -1
- package/dist/models/v1/start-seamless-verification-response/index.d.ts +0 -1
- package/dist/models/v1/start-seamless-verification-response/index.js.map +0 -1
- package/dist/models/v1/start-seamless-verification-response/start-seamless-verification-response.js +0 -3
- package/dist/models/v1/start-seamless-verification-response/start-seamless-verification-response.js.map +0 -1
- package/dist/models/v1/verification-report-response-price/index.d.ts +0 -1
- package/dist/models/v1/verification-report-response-price/index.js.map +0 -1
- package/dist/models/v1/verification-report-response-price/verification-report-response-price.d.ts +0 -19
- package/dist/models/v1/verification-report-response-price/verification-report-response-price.js +0 -3
- package/dist/models/v1/verification-report-response-price/verification-report-response-price.js.map +0 -1
- package/dist/models/v1/verification-request-event/index.d.ts +0 -1
- package/dist/models/v1/verification-request-event/index.js.map +0 -1
- package/dist/models/v1/verification-request-event/verification-request-event.js.map +0 -1
- package/dist/models/v1/verification-request-event-response/index.js.map +0 -1
- package/dist/models/v1/verification-request-event-response/verification-request-event-response.d.ts +0 -4
- package/dist/models/v1/verification-request-event-response/verification-request-event-response.js.map +0 -1
- package/dist/models/v1/verification-result-event/index.js +0 -3
- package/dist/models/v1/verification-result-event/index.js.map +0 -1
- package/dist/models/v1/verification-result-event/verification-result-event.js.map +0 -1
- package/dist/models/v1/verification-result-event-response/index.js +0 -3
- package/dist/models/v1/verification-result-event-response/index.js.map +0 -1
- package/dist/models/v1/verification-result-event-response/verification-result-event-response.d.ts +0 -4
- package/dist/models/v1/verification-result-event-response/verification-result-event-response.js.map +0 -1
- /package/dist/models/v1/{flashcall-request-event-response → mod-callbacks/flashcall-request-event-response}/flashcall-request-event-response.js +0 -0
- /package/dist/models/v1/{callout-request-event-response-callout-speech → mod-callbacks/flashcall-request-event-response}/index.js +0 -0
- /package/dist/models/v1/{callout-request-event-response-callout → mod-callbacks/phonecall-request-event-response}/index.js +0 -0
- /package/dist/models/v1/{callout-request-event-response → mod-callbacks/sms-request-event-response}/index.js +0 -0
- /package/dist/models/v1/{sms-request-event-response → mod-callbacks/sms-request-event-response}/sms-request-event-response.js +0 -0
- /package/dist/models/v1/{flashcall-request-event-response → mod-callbacks/verification-request-event}/index.js +0 -0
- /package/dist/models/v1/{verification-request-event → mod-callbacks/verification-request-event}/verification-request-event.js +0 -0
- /package/dist/models/v1/{verification-request-event-response → mod-callbacks/verification-request-event-response}/index.d.ts +0 -0
- /package/dist/models/v1/{callout-verification-report-response → mod-callbacks/verification-request-event-response}/index.js +0 -0
- /package/dist/models/v1/{verification-request-event-response → mod-callbacks/verification-request-event-response}/verification-request-event-response.js +0 -0
- /package/dist/models/v1/{verification-result-event → mod-callbacks/verification-result-event}/index.d.ts +0 -0
- /package/dist/models/v1/{start-callout-verification-response → mod-callbacks/verification-result-event}/index.js +0 -0
- /package/dist/models/v1/{verification-result-event → mod-callbacks/verification-result-event}/verification-result-event.js +0 -0
- /package/dist/models/v1/{verification-result-event-response → mod-callbacks/verification-result-event-response}/index.d.ts +0 -0
- /package/dist/models/v1/{sms-request-event-response → mod-callbacks/verification-result-event-response}/index.js +0 -0
- /package/dist/models/v1/{verification-result-event-response → mod-callbacks/verification-result-event-response}/verification-result-event-response.js +0 -0
- /package/dist/models/v1/{start-seamless-verification-response → phonecall-verification-report-response}/index.js +0 -0
- /package/dist/models/v1/{verification-report-response-price → phonecall-verification-status-response}/index.js +0 -0
- /package/dist/models/v1/{verification-request-event-response → start-data-verification-response}/index.js +0 -0
- /package/dist/models/v1/{verification-request-event → start-phonecall-verification-response}/index.js +0 -0
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { CalloutRequestEventResponseCallout } from '../callout-request-event-response-callout';
|
|
2
|
-
import { ActionEnum } from '../enums';
|
|
3
|
-
export interface CalloutRequestEventResponse {
|
|
4
|
-
/** Determines whether the verification can be executed. */
|
|
5
|
-
action?: ActionEnum;
|
|
6
|
-
/** @see CalloutRequestEventResponseCallout */
|
|
7
|
-
callout?: CalloutRequestEventResponseCallout;
|
|
8
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"callout-request-event-response.js","sourceRoot":"","sources":["../../../../src/models/v1/callout-request-event-response/callout-request-event-response.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export type { CalloutRequestEventResponse } from './callout-request-event-response';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/models/v1/callout-request-event-response/index.ts"],"names":[],"mappings":""}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { CalloutRequestEventResponseCalloutSpeech } from '../callout-request-event-response-callout-speech';
|
|
2
|
-
export interface CalloutRequestEventResponseCallout {
|
|
3
|
-
/** The Phone Call PIN that should be entered by the user. Sinch servers automatically generate PIN codes for Phone Call verification. If you want to set your own code, you can specify it in the response to the Verification Request Event. */
|
|
4
|
-
code?: string;
|
|
5
|
-
/** @see CalloutRequestEventResponseCalloutSpeech */
|
|
6
|
-
speech?: CalloutRequestEventResponseCalloutSpeech;
|
|
7
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"callout-request-event-response-callout.js","sourceRoot":"","sources":["../../../../src/models/v1/callout-request-event-response-callout/callout-request-event-response-callout.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export type { CalloutRequestEventResponseCallout } from './callout-request-event-response-callout';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/models/v1/callout-request-event-response-callout/index.ts"],"names":[],"mappings":""}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* An object defining various properties for the text-to-speech message.
|
|
3
|
-
*/
|
|
4
|
-
export interface CalloutRequestEventResponseCalloutSpeech {
|
|
5
|
-
/** Indicates the language that should be used for the text-to-speech message. Currently, only `en-US` is supported. */
|
|
6
|
-
locale?: string;
|
|
7
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"callout-request-event-response-callout-speech.js","sourceRoot":"","sources":["../../../../src/models/v1/callout-request-event-response-callout-speech/callout-request-event-response-callout-speech.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export type { CalloutRequestEventResponseCalloutSpeech } from './callout-request-event-response-callout-speech';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/models/v1/callout-request-event-response-callout-speech/index.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"callout-verification-report-response.js","sourceRoot":"","sources":["../../../../src/models/v1/callout-verification-report-response/callout-verification-report-response.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export type { CalloutVerificationReportResponse } from './callout-verification-report-response';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/models/v1/callout-verification-report-response/index.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"callout-verification-status-response.js","sourceRoot":"","sources":["../../../../src/models/v1/callout-verification-status-response/callout-verification-status-response.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './callout-verification-status-response';
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
-
};
|
|
16
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./callout-verification-status-response"), exports);
|
|
18
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/models/v1/callout-verification-status-response/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yEAAuD"}
|
package/dist/models/v1/flashcall-request-event-response/flashcall-request-event-response.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"flashcall-request-event-response.js","sourceRoot":"","sources":["../../../../src/models/v1/flashcall-request-event-response/flashcall-request-event-response.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export type { FlashCallRequestEventResponse } from './flashcall-request-event-response';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/models/v1/flashcall-request-event-response/index.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export type { SMSRequestEventResponse } from './sms-request-event-response';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/models/v1/sms-request-event-response/index.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"sms-request-event-response.js","sourceRoot":"","sources":["../../../../src/models/v1/sms-request-event-response/sms-request-event-response.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export type { StartCalloutVerificationResponse } from './start-callout-verification-response';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/models/v1/start-callout-verification-response/index.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"start-callout-verification-response.js","sourceRoot":"","sources":["../../../../src/models/v1/start-callout-verification-response/start-callout-verification-response.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export type { StartSeamlessVerificationResponse } from './start-seamless-verification-response';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/models/v1/start-seamless-verification-response/index.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"start-seamless-verification-response.js","sourceRoot":"","sources":["../../../../src/models/v1/start-seamless-verification-response/start-seamless-verification-response.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export type { VerificationReportResponsePrice, } from './verification-report-response-price';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/models/v1/verification-report-response-price/index.ts"],"names":[],"mappings":""}
|
package/dist/models/v1/verification-report-response-price/verification-report-response-price.d.ts
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { Price } from '../price';
|
|
2
|
-
/**
|
|
3
|
-
* Prices associated with this verification
|
|
4
|
-
*/
|
|
5
|
-
export interface VerificationReportResponsePrice {
|
|
6
|
-
/** The maximum price charged for this verification process. This property will appear in the body of the response with a delay. It will become visible only when the verification status is other than PENDING. */
|
|
7
|
-
verificationPrice?: Price;
|
|
8
|
-
/** The maximum cost of the call made during this verification process. Present only when termination debiting is enabled (disabled by default). This property will appear in the body of the response with a delay. It will become visible only after the call is completed, when its cost is known to Sinch. */
|
|
9
|
-
terminationPrice?: Price;
|
|
10
|
-
/** The time of the call for which the fee was charged. Present only when termination debiting is enabled (disabled by default). Depending on the type of rounding used, the value is the actual call time rounded to the nearest second, minute or other value. */
|
|
11
|
-
billableDuration?: number;
|
|
12
|
-
}
|
|
13
|
-
/**
|
|
14
|
-
* Prices associated with this verification
|
|
15
|
-
*/
|
|
16
|
-
export interface SMSVerificationReportResponsePrice {
|
|
17
|
-
/** The maximum price charged for this verification process. This property will appear in the body of the response with a delay. It will become visible only when the verification status is other than PENDING. */
|
|
18
|
-
verificationPrice?: Price;
|
|
19
|
-
}
|
package/dist/models/v1/verification-report-response-price/verification-report-response-price.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"verification-report-response-price.js","sourceRoot":"","sources":["../../../../src/models/v1/verification-report-response-price/verification-report-response-price.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export type { VerificationRequestEvent } from './verification-request-event';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/models/v1/verification-request-event/index.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"verification-request-event.js","sourceRoot":"","sources":["../../../../src/models/v1/verification-request-event/verification-request-event.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/models/v1/verification-request-event-response/index.ts"],"names":[],"mappings":""}
|
package/dist/models/v1/verification-request-event-response/verification-request-event-response.d.ts
DELETED
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { SMSRequestEventResponse } from '../sms-request-event-response';
|
|
2
|
-
import { FlashCallRequestEventResponse } from '../flashcall-request-event-response';
|
|
3
|
-
import { CalloutRequestEventResponse } from '../callout-request-event-response';
|
|
4
|
-
export type VerificationRequestEventResponse = SMSRequestEventResponse | FlashCallRequestEventResponse | CalloutRequestEventResponse;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"verification-request-event-response.js","sourceRoot":"","sources":["../../../../src/models/v1/verification-request-event-response/verification-request-event-response.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/models/v1/verification-result-event/index.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"verification-result-event.js","sourceRoot":"","sources":["../../../../src/models/v1/verification-result-event/verification-result-event.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/models/v1/verification-result-event-response/index.ts"],"names":[],"mappings":""}
|
package/dist/models/v1/verification-result-event-response/verification-result-event-response.d.ts
DELETED
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { SMSRequestEventResponse } from '../sms-request-event-response';
|
|
2
|
-
import { FlashCallRequestEventResponse } from '../flashcall-request-event-response';
|
|
3
|
-
import { CalloutRequestEventResponse } from '../callout-request-event-response';
|
|
4
|
-
export type VerificationResultEventResponse = SMSRequestEventResponse | FlashCallRequestEventResponse | CalloutRequestEventResponse;
|
package/dist/models/v1/verification-result-event-response/verification-result-event-response.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"verification-result-event-response.js","sourceRoot":"","sources":["../../../../src/models/v1/verification-result-event-response/verification-result-event-response.ts"],"names":[],"mappings":""}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|