onfido-sdk-ui 14.59.0 → 14.61.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/LICENSE +4 -4
- package/Onfido.js +365 -46
- package/package.json +1 -1
- package/types/capture-api/callbacks/complete.d.ts +1 -1
- package/types/capture-api/steps/ProofOfAddress.d.ts +2 -2
- package/types/capture-api/steps/ProofOfAddress.js +6 -3
- package/types/capture-api/theming/Branding.d.ts +0 -4
- package/types/capture-api/theming/Theme.d.ts +2 -2
- package/types/contract/module/FaceMotionModule.d.ts +2 -0
- package/types/shared/SdkParameters.d.ts +3 -1
- package/types/shared/Types.d.ts +3 -0
- package/types/shared/v15Typing.d.ts +7 -0
package/LICENSE
CHANGED
|
@@ -10,7 +10,7 @@ at https://documentation.onfido.com/sdk/sdk-licenses/.
|
|
|
10
10
|
------------------
|
|
11
11
|
|
|
12
12
|
Name: @onfido/capture-api
|
|
13
|
-
Version: 0.0.0-master.
|
|
13
|
+
Version: 0.0.0-master.2220301
|
|
14
14
|
License: null
|
|
15
15
|
Private: false
|
|
16
16
|
Repository: git@gitlab.eu-west-1.mgmt.onfido.xyz:onfido/sdks/capture-api.git
|
|
@@ -26,7 +26,7 @@ Description: A shared library to use in various capture packages
|
|
|
26
26
|
---
|
|
27
27
|
|
|
28
28
|
Name: @onfido/sdk-analytics
|
|
29
|
-
Version: 0.0.
|
|
29
|
+
Version: 0.0.152
|
|
30
30
|
License: null
|
|
31
31
|
Private: false
|
|
32
32
|
Description: Contracts for Onfido in-house analytics
|
|
@@ -252,7 +252,7 @@ SOFTWARE.
|
|
|
252
252
|
---
|
|
253
253
|
|
|
254
254
|
Name: capture-module
|
|
255
|
-
Version: 3.
|
|
255
|
+
Version: 3.16.0
|
|
256
256
|
License: null
|
|
257
257
|
Private: false
|
|
258
258
|
|
|
@@ -293,7 +293,7 @@ SOFTWARE.
|
|
|
293
293
|
---
|
|
294
294
|
|
|
295
295
|
Name: @onfido/capture-contract
|
|
296
|
-
Version: 0.0.0-master.
|
|
296
|
+
Version: 0.0.0-master.2229565
|
|
297
297
|
License: null
|
|
298
298
|
Private: false
|
|
299
299
|
Description: Contracts for the SDKs and modules
|
package/Onfido.js
CHANGED
|
@@ -1,82 +1,401 @@
|
|
|
1
|
-
var
|
|
2
|
-
var
|
|
3
|
-
var
|
|
4
|
-
class
|
|
1
|
+
var B = Object.defineProperty;
|
|
2
|
+
var L = (e, i, n) => i in e ? B(e, i, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[i] = n;
|
|
3
|
+
var k = (e, i, n) => (L(e, typeof i != "symbol" ? i + "" : i, n), n);
|
|
4
|
+
class O {
|
|
5
5
|
constructor() {
|
|
6
6
|
this.eventListener = {};
|
|
7
7
|
}
|
|
8
|
-
addEventListener(
|
|
9
|
-
return this.eventListener[
|
|
8
|
+
addEventListener(i, n) {
|
|
9
|
+
return this.eventListener[i] = this.eventListener[i] || [], this.eventListener[i].push(n), this;
|
|
10
10
|
}
|
|
11
|
-
removeEventListener(
|
|
12
|
-
const
|
|
13
|
-
if (
|
|
14
|
-
let
|
|
15
|
-
for (; (
|
|
16
|
-
|
|
11
|
+
removeEventListener(i, n) {
|
|
12
|
+
const r = this.eventListener[i];
|
|
13
|
+
if (r) {
|
|
14
|
+
let o;
|
|
15
|
+
for (; (o = r.indexOf(n)) !== -1; )
|
|
16
|
+
r.splice(o, 1);
|
|
17
17
|
}
|
|
18
18
|
}
|
|
19
|
-
trigger(
|
|
20
|
-
(this.eventListener[
|
|
21
|
-
|
|
19
|
+
trigger(i, n) {
|
|
20
|
+
(this.eventListener[i] || []).forEach((r) => {
|
|
21
|
+
r == null || r(n);
|
|
22
22
|
});
|
|
23
23
|
}
|
|
24
24
|
}
|
|
25
|
-
|
|
25
|
+
function R(e) {
|
|
26
|
+
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
27
|
+
}
|
|
28
|
+
function N(e) {
|
|
29
|
+
if (e.__esModule)
|
|
30
|
+
return e;
|
|
31
|
+
var i = e.default;
|
|
32
|
+
if (typeof i == "function") {
|
|
33
|
+
var n = function r() {
|
|
34
|
+
return this instanceof r ? Reflect.construct(i, arguments, this.constructor) : i.apply(this, arguments);
|
|
35
|
+
};
|
|
36
|
+
n.prototype = i.prototype;
|
|
37
|
+
} else
|
|
38
|
+
n = {};
|
|
39
|
+
return Object.defineProperty(n, "__esModule", { value: !0 }), Object.keys(e).forEach(function(r) {
|
|
40
|
+
var o = Object.getOwnPropertyDescriptor(e, r);
|
|
41
|
+
Object.defineProperty(n, r, o.get ? o : {
|
|
42
|
+
enumerable: !0,
|
|
43
|
+
get: function() {
|
|
44
|
+
return e[r];
|
|
45
|
+
}
|
|
46
|
+
});
|
|
47
|
+
}), n;
|
|
48
|
+
}
|
|
49
|
+
function V(e) {
|
|
50
|
+
throw new Error('Could not dynamically require "' + e + '". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.');
|
|
51
|
+
}
|
|
52
|
+
var D = { exports: {} };
|
|
53
|
+
const M = {}, P = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
54
|
+
__proto__: null,
|
|
55
|
+
default: M
|
|
56
|
+
}, Symbol.toStringTag, { value: "Module" })), W = /* @__PURE__ */ N(P);
|
|
57
|
+
(function(e) {
|
|
58
|
+
(function() {
|
|
59
|
+
var i, n = 0, r = [], o;
|
|
60
|
+
for (o = 0; o < 256; o++)
|
|
61
|
+
r[o] = (o + 256).toString(16).substr(1);
|
|
62
|
+
d.BUFFER_SIZE = 4096, d.bin = l, d.clearBuffer = function() {
|
|
63
|
+
i = null, n = 0;
|
|
64
|
+
}, d.test = function(t) {
|
|
65
|
+
return typeof t == "string" ? /^[0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$/i.test(t) : !1;
|
|
66
|
+
};
|
|
67
|
+
var s;
|
|
68
|
+
typeof crypto < "u" ? s = crypto : typeof window < "u" && typeof window.msCrypto < "u" && (s = window.msCrypto), typeof V == "function" ? (s = s || W, e.exports = d) : typeof window < "u" && (window.uuid = d), d.randomBytes = function() {
|
|
69
|
+
if (s) {
|
|
70
|
+
if (s.randomBytes)
|
|
71
|
+
return s.randomBytes;
|
|
72
|
+
if (s.getRandomValues)
|
|
73
|
+
return typeof Uint8Array.prototype.slice != "function" ? function(t) {
|
|
74
|
+
var c = new Uint8Array(t);
|
|
75
|
+
return s.getRandomValues(c), Array.from(c);
|
|
76
|
+
} : function(t) {
|
|
77
|
+
var c = new Uint8Array(t);
|
|
78
|
+
return s.getRandomValues(c), c;
|
|
79
|
+
};
|
|
80
|
+
}
|
|
81
|
+
return function(t) {
|
|
82
|
+
var c, f = [];
|
|
83
|
+
for (c = 0; c < t; c++)
|
|
84
|
+
f.push(Math.floor(Math.random() * 256));
|
|
85
|
+
return f;
|
|
86
|
+
};
|
|
87
|
+
}();
|
|
88
|
+
function p(t) {
|
|
89
|
+
return (!i || n + t > d.BUFFER_SIZE) && (n = 0, i = d.randomBytes(d.BUFFER_SIZE)), i.slice(n, n += t);
|
|
90
|
+
}
|
|
91
|
+
function l() {
|
|
92
|
+
var t = p(16);
|
|
93
|
+
return t[6] = t[6] & 15 | 64, t[8] = t[8] & 63 | 128, t;
|
|
94
|
+
}
|
|
95
|
+
function d() {
|
|
96
|
+
var t = l();
|
|
97
|
+
return r[t[0]] + r[t[1]] + r[t[2]] + r[t[3]] + "-" + r[t[4]] + r[t[5]] + "-" + r[t[6]] + r[t[7]] + "-" + r[t[8]] + r[t[9]] + "-" + r[t[10]] + r[t[11]] + r[t[12]] + r[t[13]] + r[t[14]] + r[t[15]];
|
|
98
|
+
}
|
|
99
|
+
})();
|
|
100
|
+
})(D);
|
|
101
|
+
var j = D.exports;
|
|
102
|
+
const _ = /* @__PURE__ */ R(j);
|
|
103
|
+
var a;
|
|
104
|
+
(function(e) {
|
|
105
|
+
e.MicrophonePermissionDenied = "MicrophonePermissionDenied", e.CameraPermissionDenied = "CameraPermissionDenied", e.PermissionsUnavailable = "PermissionsUnavailable", e.CameraNotDetected = "CameraNotDetected", e.CameraException = "CameraException", e.FailedToWriteToDisk = "FailedToWriteToDisk", e.InvalidImageData = "InvalidImageData", e.WorkflowTaskAbandoned = "WorkflowTaskAbandoned", e.WorkflowTaskError = "WorkflowTaskError", e.BiometricTokenRetrievalException = "BiometricTokenRetrievalException", e.WorkflowBiometricTokenStorageException = "WorkflowBiometricTokenStorageException", e.CrossDeviceRestartError = "CrossDeviceRestartError", e.CrossDeviceDesktopError = "CrossDeviceDesktopError", e.CrossDeviceVerificationInvalidError = "CrossDeviceVerificationInvalidError", e.CrossDeviceVerificationAbortError = "CrossDeviceVerificationAbortError", e.InvalidToken = "InvalidToken", e.ExpiredToken = "ExpiredToken", e.ExpiredTrial = "ExpiredTrial", e.NetworkException = "NetworkException", e.UploadError = "UploadError", e.InitialisationInvalid = "InitialisationInvalid", e.SdkVersionInsufficient = "SdkVersionInsufficient", e.UnsupportedError = "UnsupportedError", e.UnsupportedFeatureError = "UnsupportedFeatureError", e.InvalidSdkParameter = "InvalidSdkParameter", e.FeaturesNotAuthorized = "FeaturesNotAuthorized", e.MissingSteps = "MissingSteps", e.DuplicateStep = "DuplicateStep", e.WelcomeMustBeFirstStep = "WelcomeMustBeFirstStep", e.WorkflowVersionMismatch = "WorkflowVersionMismatch", e.WorkflowInputError = "WorkflowInputError", e.MissingLogoCobrandingParameter = "MissingLogoCobrandingParameter", e.InvalidCustomTranslations = "InvalidCustomTranslations", e.InvalidCountryCode = "InvalidCountryCode", e.InvalidDocumentFormatAndCountryCombination = "InvalidDocumentFormatAndCountryCombination", e.InvalidDocumentTypeException = "InvalidDocumentTypeException", e.InvalidDocumentTitle = "InvalidDocumentTitle", e.DuplicateGenericDocument = "DuplicateGenericDocument", e.NfcInputNotAvailable = "NfcInputNotAvailable", e.AppTerminated = "AppTerminated", e.GenericException = "GenericException", e.GeoBlocked = "GeoBlocked", e.ModuleLoadError = "ModuleLoadError";
|
|
106
|
+
})(a || (a = {}));
|
|
107
|
+
var b;
|
|
108
|
+
(function(e) {
|
|
109
|
+
e.UserExit = "UserExit", e.ConsentDenied = "ConsentDenied", e.RequiredNfcNotCompleted = "RequiredNfcNotCompleted";
|
|
110
|
+
})(b || (b = {}));
|
|
111
|
+
var x;
|
|
112
|
+
(function(e) {
|
|
113
|
+
e.AppInBackground = "AppInBackground", e.AppInactive = "AppInactive";
|
|
114
|
+
})(x || (x = {}));
|
|
115
|
+
var C;
|
|
116
|
+
(function(e) {
|
|
117
|
+
e.AppBackInForeground = "AppBackInForeground", e.AppBackToActive = "AppBackToActive";
|
|
118
|
+
})(C || (C = {}));
|
|
119
|
+
a.CrossDeviceRestartError;
|
|
120
|
+
a.CrossDeviceDesktopError;
|
|
121
|
+
a.CrossDeviceVerificationInvalidError;
|
|
122
|
+
a.CrossDeviceVerificationAbortError;
|
|
123
|
+
const I = {
|
|
124
|
+
type: "invalid_token",
|
|
125
|
+
message: "The token is invalid.",
|
|
126
|
+
level: "external"
|
|
127
|
+
/* EXTERNAL */
|
|
128
|
+
// does not exist in analytics types
|
|
129
|
+
};
|
|
130
|
+
a.WorkflowTaskAbandoned;
|
|
131
|
+
a.WorkflowInputError;
|
|
132
|
+
a.ExpiredToken;
|
|
133
|
+
a.ExpiredTrial;
|
|
134
|
+
a.GeoBlocked;
|
|
135
|
+
a.PermissionsUnavailable;
|
|
136
|
+
a.GenericException;
|
|
137
|
+
a.UnsupportedError;
|
|
138
|
+
a.UnsupportedFeatureError;
|
|
139
|
+
a.InitialisationInvalid;
|
|
140
|
+
a.SdkVersionInsufficient;
|
|
141
|
+
a.CameraNotDetected;
|
|
142
|
+
a.ModuleLoadError;
|
|
143
|
+
class h extends Error {
|
|
144
|
+
constructor({
|
|
145
|
+
type: i,
|
|
146
|
+
message: n,
|
|
147
|
+
level: r,
|
|
148
|
+
exception: o,
|
|
149
|
+
stack: s,
|
|
150
|
+
body: p,
|
|
151
|
+
httpCode: l,
|
|
152
|
+
analyticsError: d
|
|
153
|
+
}) {
|
|
154
|
+
super(n), this.name = "SdkError", this.type = i, this.level = r, this.exception = o, this.body = p, this.httpCode = l, this.analyticsError = d, s && (this.stack = s);
|
|
155
|
+
}
|
|
156
|
+
encode() {
|
|
157
|
+
return {
|
|
158
|
+
name: this.name,
|
|
159
|
+
type: this.type,
|
|
160
|
+
message: this.message,
|
|
161
|
+
level: this.level,
|
|
162
|
+
stack: this.stack,
|
|
163
|
+
exception: this.exception,
|
|
164
|
+
body: this.body,
|
|
165
|
+
httpCode: this.httpCode,
|
|
166
|
+
analyticsError: this.analyticsError
|
|
167
|
+
};
|
|
168
|
+
}
|
|
169
|
+
static decode(i) {
|
|
170
|
+
return i.name === "SdkError" ? new h({
|
|
171
|
+
type: i.type,
|
|
172
|
+
message: i.message,
|
|
173
|
+
level: i.level,
|
|
174
|
+
exception: i.exception,
|
|
175
|
+
stack: i.stack,
|
|
176
|
+
body: i.body,
|
|
177
|
+
httpCode: i.httpCode,
|
|
178
|
+
analyticsError: i.analyticsError
|
|
179
|
+
}) : i;
|
|
180
|
+
}
|
|
181
|
+
}
|
|
182
|
+
const q = (e) => {
|
|
183
|
+
const { payload: i, urls: n } = e;
|
|
184
|
+
return {
|
|
185
|
+
sub: e.sub,
|
|
186
|
+
type: e.iss === "studio" ? "studio" : "sdk",
|
|
187
|
+
enterpriseFeatures: e.enterprise_features,
|
|
188
|
+
urls: {
|
|
189
|
+
authUrl: n.auth_url,
|
|
190
|
+
detectDocumentUrl: n.detect_document_url,
|
|
191
|
+
hostedSdkUrl: n.hosted_sdk_url,
|
|
192
|
+
syncUrl: n.sync_url,
|
|
193
|
+
onfidoApiUrl: n.onfido_api_url,
|
|
194
|
+
telephonyUrl: n.telephony_url,
|
|
195
|
+
crossDeviceUrl: n.cross_device_url
|
|
196
|
+
},
|
|
197
|
+
exp: e.exp,
|
|
198
|
+
payload: {
|
|
199
|
+
applicantUuid: i.app,
|
|
200
|
+
applicationId: i.application_id,
|
|
201
|
+
clientUuid: i.client_uuid,
|
|
202
|
+
isSandbox: i.is_sandbox,
|
|
203
|
+
isTrial: i.is_trial
|
|
204
|
+
}
|
|
205
|
+
};
|
|
206
|
+
}, G = (e) => {
|
|
207
|
+
if (!e)
|
|
208
|
+
throw new h(I);
|
|
209
|
+
try {
|
|
210
|
+
return q(JSON.parse(atob(e.split(".")[1])));
|
|
211
|
+
} catch {
|
|
212
|
+
throw new h(I);
|
|
213
|
+
}
|
|
214
|
+
}, T = "14", A = "fallback", $ = "0.0.0";
|
|
215
|
+
var v = /* @__PURE__ */ ((e) => (e.Npm = "Npm", e.Evergreen = "Evergreen", e))(v || {}), y = /* @__PURE__ */ ((e) => (e.Started = "Started", e.Error = "Error", e.Retry = "Retry", e.Fallback = "Fallback", e.Completed = "Completed", e))(y || {});
|
|
216
|
+
const g = (e) => e === A ? $ : E(e), z = (e) => `v${(e || T).replace(/^v/, "")}`, E = (e) => `${e || T}`.replace(/^v/g, ""), H = (e) => e.charAt(0).toUpperCase() + e.slice(1), m = (e, i, n = {}, r, o) => {
|
|
217
|
+
var s, p;
|
|
218
|
+
try {
|
|
219
|
+
if ("token" in e) {
|
|
220
|
+
const l = e.token, d = G(l);
|
|
221
|
+
let t = "Light";
|
|
222
|
+
(s = e.theme) != null && s.name && (t = H((p = e.theme) == null ? void 0 : p.name));
|
|
223
|
+
const c = e.language || "en-GB";
|
|
224
|
+
let f = [];
|
|
225
|
+
"steps" in e && (f = e.steps.map((u) => typeof u == "object" && "type" in u ? u.type : u)), fetch(`${d.urls.onfidoApiUrl}/v4/sdk/analytics`, {
|
|
226
|
+
method: "POST",
|
|
227
|
+
// @ts-ignore wip
|
|
228
|
+
headers: {
|
|
229
|
+
"Content-Type": "application/json",
|
|
230
|
+
authorization: `Bearer ${l}`,
|
|
231
|
+
"x-onfido-sdk-platform": "web",
|
|
232
|
+
"x-onfido-sdk-version": g(
|
|
233
|
+
n == null ? void 0 : n.version
|
|
234
|
+
)
|
|
235
|
+
},
|
|
236
|
+
body: JSON.stringify({
|
|
237
|
+
context: {
|
|
238
|
+
device: {
|
|
239
|
+
deviceType: "Desktop",
|
|
240
|
+
hardware: {},
|
|
241
|
+
os: {
|
|
242
|
+
deviceLanguages: []
|
|
243
|
+
},
|
|
244
|
+
browser: {
|
|
245
|
+
userAgent: navigator.userAgent
|
|
246
|
+
}
|
|
247
|
+
},
|
|
248
|
+
runtimeInfo: {
|
|
249
|
+
client: {
|
|
250
|
+
clientId: d.payload.clientUuid
|
|
251
|
+
},
|
|
252
|
+
identifiers: {
|
|
253
|
+
sessionId: _(),
|
|
254
|
+
applicantId: d.payload.applicantUuid
|
|
255
|
+
},
|
|
256
|
+
appInfo: {
|
|
257
|
+
referrer: ""
|
|
258
|
+
},
|
|
259
|
+
emittedAt: (/* @__PURE__ */ new Date()).toISOString(),
|
|
260
|
+
crossDevice: !1
|
|
261
|
+
},
|
|
262
|
+
sdkInfo: {
|
|
263
|
+
library: {
|
|
264
|
+
sdk: "Web",
|
|
265
|
+
version: g(
|
|
266
|
+
(n == null ? void 0 : n.version) || A
|
|
267
|
+
),
|
|
268
|
+
pinnedVersion: g(e.version),
|
|
269
|
+
variant: "Bundled",
|
|
270
|
+
analyticsLibraryVersion: "0.0.141"
|
|
271
|
+
}
|
|
272
|
+
},
|
|
273
|
+
configuration: {
|
|
274
|
+
analytics: {
|
|
275
|
+
loggingLevel: []
|
|
276
|
+
},
|
|
277
|
+
callback: {},
|
|
278
|
+
ui: {
|
|
279
|
+
themeConfigured: t
|
|
280
|
+
},
|
|
281
|
+
orchestration: {
|
|
282
|
+
steps: f
|
|
283
|
+
},
|
|
284
|
+
languageInformation: {
|
|
285
|
+
displayedLocaleCode: c
|
|
286
|
+
},
|
|
287
|
+
clientDomain: location == null ? void 0 : location.href,
|
|
288
|
+
scriptHostname: "sdk.onfido.com"
|
|
289
|
+
},
|
|
290
|
+
dynamicRuntimeInfo: []
|
|
291
|
+
},
|
|
292
|
+
events: [
|
|
293
|
+
{
|
|
294
|
+
...i,
|
|
295
|
+
errorInfo: r,
|
|
296
|
+
duration: o,
|
|
297
|
+
eventMetadata: {
|
|
298
|
+
runtimeId: _(),
|
|
299
|
+
generatedAt: (/* @__PURE__ */ new Date()).toISOString()
|
|
300
|
+
}
|
|
301
|
+
}
|
|
302
|
+
]
|
|
303
|
+
})
|
|
304
|
+
}).catch((u) => {
|
|
305
|
+
console.error(u);
|
|
306
|
+
});
|
|
307
|
+
}
|
|
308
|
+
} catch (l) {
|
|
309
|
+
console.error(l);
|
|
310
|
+
}
|
|
311
|
+
};
|
|
26
312
|
window.OnfidoDistribution = { name: "NPM" };
|
|
27
|
-
class
|
|
313
|
+
class K extends O {
|
|
28
314
|
constructor() {
|
|
29
315
|
super(...arguments);
|
|
30
|
-
|
|
31
|
-
|
|
316
|
+
k(this, "_handle");
|
|
317
|
+
k(this, "_handleSetCallbacks", []);
|
|
32
318
|
}
|
|
33
|
-
_setHandle(
|
|
34
|
-
this._handle =
|
|
35
|
-
|
|
319
|
+
_setHandle(n) {
|
|
320
|
+
this._handle = n, this._handleSetCallbacks.forEach((r) => r(n)), this._handleSetCallbacks = [], Object.entries(this.eventListener).forEach(([r, o]) => {
|
|
321
|
+
n.addEventListener(r, o);
|
|
36
322
|
}), this.eventListener = {};
|
|
37
323
|
}
|
|
38
|
-
addEventListener(
|
|
39
|
-
return this._handle ? (this._handle.addEventListener(
|
|
324
|
+
addEventListener(n, r) {
|
|
325
|
+
return this._handle ? (this._handle.addEventListener(n, r), this) : super.addEventListener(n, r);
|
|
40
326
|
}
|
|
41
|
-
removeEventListener(
|
|
327
|
+
removeEventListener(n, r) {
|
|
42
328
|
if (this._handle)
|
|
43
|
-
return this._handle.removeEventListener(
|
|
44
|
-
super.removeEventListener(
|
|
329
|
+
return this._handle.removeEventListener(n, r), this;
|
|
330
|
+
super.removeEventListener(n, r);
|
|
45
331
|
}
|
|
46
332
|
async tearDown() {
|
|
47
|
-
var
|
|
333
|
+
var n;
|
|
48
334
|
if (this._handle)
|
|
49
|
-
await ((
|
|
335
|
+
await ((n = this._handle) == null ? void 0 : n.tearDown());
|
|
50
336
|
else
|
|
51
337
|
return this._handleSetCallbacks.push(() => {
|
|
52
338
|
this.tearDown();
|
|
53
339
|
}), Promise.resolve();
|
|
54
340
|
}
|
|
55
341
|
get version() {
|
|
56
|
-
var
|
|
57
|
-
return (
|
|
342
|
+
var n;
|
|
343
|
+
return (n = this._handle) == null ? void 0 : n.version;
|
|
58
344
|
}
|
|
59
345
|
}
|
|
60
|
-
const
|
|
61
|
-
init(
|
|
62
|
-
const
|
|
63
|
-
return
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
346
|
+
const U = {
|
|
347
|
+
init(e) {
|
|
348
|
+
const i = new K(), n = E(e.version), r = e.sdkUrl || `https://sdk.onfido.com/${z(e.version)}/Onfido.js`;
|
|
349
|
+
return m(
|
|
350
|
+
e,
|
|
351
|
+
{
|
|
352
|
+
identifier: "LoaderStateEvent",
|
|
353
|
+
state: y.Started,
|
|
354
|
+
loaderSource: v.Npm
|
|
355
|
+
},
|
|
356
|
+
{
|
|
357
|
+
version: n
|
|
358
|
+
}
|
|
359
|
+
), import(/* webpackIgnore: true */ /* @vite-ignore */ r).then((o) => {
|
|
360
|
+
m(
|
|
361
|
+
e,
|
|
362
|
+
{
|
|
363
|
+
identifier: "LoaderStateEvent",
|
|
364
|
+
state: y.Completed,
|
|
365
|
+
loaderSource: v.Npm
|
|
366
|
+
},
|
|
367
|
+
{
|
|
368
|
+
version: n
|
|
369
|
+
}
|
|
370
|
+
);
|
|
371
|
+
const { Onfido: s } = o;
|
|
372
|
+
i._setHandle(s.init(e));
|
|
373
|
+
}).catch((o) => {
|
|
67
374
|
var s;
|
|
68
|
-
|
|
69
|
-
|
|
375
|
+
m(
|
|
376
|
+
e,
|
|
377
|
+
{
|
|
378
|
+
identifier: "LoaderStateEvent",
|
|
379
|
+
state: y.Error,
|
|
380
|
+
loaderSource: v.Npm
|
|
381
|
+
},
|
|
382
|
+
{
|
|
383
|
+
version: n
|
|
384
|
+
},
|
|
385
|
+
{
|
|
386
|
+
message: o == null ? void 0 : o.message
|
|
387
|
+
}
|
|
388
|
+
), i.trigger("error", { error: o }), (s = e.onError) == null || s.call(e, o);
|
|
389
|
+
}), i;
|
|
70
390
|
}
|
|
71
391
|
};
|
|
72
|
-
Object.defineProperty(
|
|
392
|
+
Object.defineProperty(U, "environment", {
|
|
73
393
|
get: () => window == null ? void 0 : window.Onfido.environment,
|
|
74
|
-
set: (
|
|
75
|
-
window.Onfido = window.Onfido || {}, window.Onfido.environment =
|
|
394
|
+
set: (e) => {
|
|
395
|
+
window.Onfido = window.Onfido || {}, window.Onfido.environment = e;
|
|
76
396
|
}
|
|
77
397
|
});
|
|
78
|
-
const
|
|
398
|
+
const J = U;
|
|
79
399
|
export {
|
|
80
|
-
|
|
81
|
-
a as prefixVersion
|
|
400
|
+
J as Onfido
|
|
82
401
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "onfido-sdk-ui",
|
|
3
|
-
"version": "14.
|
|
3
|
+
"version": "14.61.0",
|
|
4
4
|
"description": "JavaScript SDK view layer for Onfido identity verification",
|
|
5
5
|
"author": "Onfido Customer Support <support@onfido.com> (https://documentation.onfido.com/sdk/web/)",
|
|
6
6
|
"repository": {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { ProofOfAddressType } from '../steps/ProofOfAddress.js';
|
|
2
2
|
import type { StepNames } from '../steps/Step.js';
|
|
3
3
|
export type CompleteCallback = (result: Record<string, CaptureResult>) => void;
|
|
4
|
-
export type CaptureResult = FacePhotoCaptureResult;
|
|
4
|
+
export type CaptureResult = DocumentCaptureResult | FaceMotionCaptureResult | FacePhotoCaptureResult | FaceVideoCaptureResult | ProofOfAddressCaptureResult;
|
|
5
5
|
export type FacePhotoCaptureResult = {
|
|
6
6
|
type: StepNames.FacePhoto;
|
|
7
7
|
id: string;
|
|
@@ -5,7 +5,6 @@ export declare enum ProofOfAddressType {
|
|
|
5
5
|
AccommodationTenancyCertificate = "accommodation_tenancy_certificate",
|
|
6
6
|
AddressCertificate = "address_certificate",
|
|
7
7
|
BankBuildingSocietyStatement = "bank_building_society_statement",
|
|
8
|
-
BankStatement = "bank_statement",
|
|
9
8
|
BenefitLetters = "benefit_letters",
|
|
10
9
|
CouncilTax = "council_tax",
|
|
11
10
|
ElectricityBill = "electricity_bill",
|
|
@@ -32,4 +31,5 @@ export type ProofOfAddressFiltering = {
|
|
|
32
31
|
export type ProofOfAddressOptions = {
|
|
33
32
|
proofOfAddressFiltering?: ProofOfAddressFiltering;
|
|
34
33
|
};
|
|
35
|
-
export declare const
|
|
34
|
+
export declare const defaultProofOfAddressOptions: {};
|
|
35
|
+
export declare const ProofOfAddress: (options?: Partial<ProofOfAddressOptions>, key?: string) => ProofOfAddressStep;
|
|
@@ -4,7 +4,6 @@ export var ProofOfAddressType;
|
|
|
4
4
|
ProofOfAddressType["AccommodationTenancyCertificate"] = "accommodation_tenancy_certificate";
|
|
5
5
|
ProofOfAddressType["AddressCertificate"] = "address_certificate";
|
|
6
6
|
ProofOfAddressType["BankBuildingSocietyStatement"] = "bank_building_society_statement";
|
|
7
|
-
ProofOfAddressType["BankStatement"] = "bank_statement";
|
|
8
7
|
ProofOfAddressType["BenefitLetters"] = "benefit_letters";
|
|
9
8
|
ProofOfAddressType["CouncilTax"] = "council_tax";
|
|
10
9
|
ProofOfAddressType["ElectricityBill"] = "electricity_bill";
|
|
@@ -21,10 +20,14 @@ export var ProofOfAddressType;
|
|
|
21
20
|
ProofOfAddressType["UtilityBill"] = "utility_bill";
|
|
22
21
|
ProofOfAddressType["WaterBill"] = "water_bill";
|
|
23
22
|
})(ProofOfAddressType || (ProofOfAddressType = {}));
|
|
24
|
-
export const
|
|
23
|
+
export const defaultProofOfAddressOptions = {};
|
|
24
|
+
export const ProofOfAddress = (options, key = StepNames.ProofOfAddress) => {
|
|
25
25
|
return {
|
|
26
26
|
type: StepNames.ProofOfAddress,
|
|
27
|
+
options: {
|
|
28
|
+
...defaultProofOfAddressOptions,
|
|
29
|
+
...options,
|
|
30
|
+
},
|
|
27
31
|
key,
|
|
28
|
-
options: {},
|
|
29
32
|
};
|
|
30
33
|
};
|
|
@@ -2,6 +2,7 @@ export type FaceMotionModuleConfiguration = {
|
|
|
2
2
|
recordAudio?: boolean;
|
|
3
3
|
showIntro?: boolean;
|
|
4
4
|
randomizeChallenge?: boolean;
|
|
5
|
+
livenessType?: 'two_head_turns' | 'four_random_head_turns' | 'passive';
|
|
5
6
|
};
|
|
6
7
|
type FaceMotionVariantType = 'motion';
|
|
7
8
|
export type EncryptedBiometricTokenType = {
|
|
@@ -24,5 +25,6 @@ export type FaceMotionFeatureFlags = {
|
|
|
24
25
|
video_settings: {
|
|
25
26
|
webm_mime_type_preference: string[];
|
|
26
27
|
};
|
|
28
|
+
enable_devicemotion_permission?: boolean;
|
|
27
29
|
};
|
|
28
30
|
export {};
|
|
@@ -25,7 +25,9 @@ export type CommonSdkParameters = {
|
|
|
25
25
|
enterpriseFeatures?: EnterpriseFeatureParameter;
|
|
26
26
|
language?: string | LegacyLanguageParameter;
|
|
27
27
|
translations?: Translations;
|
|
28
|
-
theme?: CaptureTheme
|
|
28
|
+
theme?: CaptureTheme & {
|
|
29
|
+
name?: string;
|
|
30
|
+
};
|
|
29
31
|
navigation?: CaptureNavigation;
|
|
30
32
|
};
|
|
31
33
|
export type LegacyLanguageParameter = {
|
package/types/shared/Types.d.ts
CHANGED
|
@@ -31,6 +31,8 @@ export type Configuration<T = unknown> = {
|
|
|
31
31
|
};
|
|
32
32
|
language?: string;
|
|
33
33
|
workflowRunId?: string;
|
|
34
|
+
taskId?: string;
|
|
35
|
+
taskDefinitionId?: string;
|
|
34
36
|
};
|
|
35
37
|
export type Input = Record<string, unknown>;
|
|
36
38
|
export type Empty = Record<string, never>;
|
|
@@ -103,6 +105,7 @@ export type ClientConfiguration = {
|
|
|
103
105
|
sessionUuid: string;
|
|
104
106
|
workflowRunId: string | undefined;
|
|
105
107
|
steps: LegacyStepDefinition[];
|
|
108
|
+
roomId?: string;
|
|
106
109
|
referrer?: string;
|
|
107
110
|
domain?: string;
|
|
108
111
|
};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { Theme } from '../capture-api/theming/Theme';
|
|
2
|
+
import type { Branding } from '../capture-api/theming/Branding';
|
|
2
3
|
export type V15Theme = Theme & {
|
|
3
4
|
/**
|
|
4
5
|
* @deprecated Internal type: Temporary until fonts are officially supported through the theming API
|
|
@@ -12,4 +13,10 @@ export type V15Theme = Theme & {
|
|
|
12
13
|
* @deprecated Internal type only
|
|
13
14
|
*/
|
|
14
15
|
version?: 'v2' | 'v3';
|
|
16
|
+
/**
|
|
17
|
+
* @deprecated Internal type only
|
|
18
|
+
*/
|
|
19
|
+
branding?: Branding & {
|
|
20
|
+
legacy?: boolean;
|
|
21
|
+
};
|
|
15
22
|
};
|