@microblink/blinkid-core 7.4.3 → 7.6.1
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/dist/blinkid-core.js +18 -18
- package/dist/resources/blinkid-worker.js +445 -399
- package/dist/resources/full/advanced/BlinkIdModule.data +0 -0
- package/dist/resources/full/advanced/BlinkIdModule.js +124 -138
- package/dist/resources/full/advanced/BlinkIdModule.wasm +0 -0
- package/dist/resources/full/advanced-threads/BlinkIdModule.data +0 -0
- package/dist/resources/full/advanced-threads/BlinkIdModule.js +145 -162
- package/dist/resources/full/advanced-threads/BlinkIdModule.wasm +0 -0
- package/dist/resources/full/basic/BlinkIdModule.data +0 -0
- package/dist/resources/full/basic/BlinkIdModule.js +120 -134
- package/dist/resources/full/basic/BlinkIdModule.wasm +0 -0
- package/dist/resources/lightweight/advanced/BlinkIdModule.data +0 -0
- package/dist/resources/lightweight/advanced/BlinkIdModule.js +124 -137
- package/dist/resources/lightweight/advanced/BlinkIdModule.wasm +0 -0
- package/dist/resources/lightweight/advanced-threads/BlinkIdModule.data +0 -0
- package/dist/resources/lightweight/advanced-threads/BlinkIdModule.js +145 -162
- package/dist/resources/lightweight/advanced-threads/BlinkIdModule.wasm +0 -0
- package/dist/resources/lightweight/basic/BlinkIdModule.data +0 -0
- package/dist/resources/lightweight/basic/BlinkIdModule.js +120 -133
- package/dist/resources/lightweight/basic/BlinkIdModule.wasm +0 -0
- package/dist/resources/size-manifest.json +12 -12
- package/package.json +1 -1
- package/types/deviceInfo/createDerivedDeviceInfo.d.ts +1 -1
- package/types/deviceInfo/createDerivedDeviceInfo.d.ts.map +1 -1
- package/types/deviceInfo/deviceInfo.d.ts +1 -1
- package/types/deviceInfo/deviceInfo.d.ts.map +1 -1
- package/types/deviceInfo/getBrowserFromUserAgent.d.ts.map +1 -1
- package/types/index.d.ts +1 -1
- package/types/index.d.ts.map +1 -1
- package/types/index.rollup.d.ts +197 -27
|
Binary file
|
|
@@ -1,30 +1,30 @@
|
|
|
1
1
|
{
|
|
2
2
|
"wasm": {
|
|
3
3
|
"basic": {
|
|
4
|
-
"full":
|
|
5
|
-
"lightweight":
|
|
4
|
+
"full": 3242406,
|
|
5
|
+
"lightweight": 3280244
|
|
6
6
|
},
|
|
7
7
|
"advanced": {
|
|
8
|
-
"full":
|
|
9
|
-
"lightweight":
|
|
8
|
+
"full": 3261747,
|
|
9
|
+
"lightweight": 3298066
|
|
10
10
|
},
|
|
11
11
|
"advanced-threads": {
|
|
12
|
-
"full":
|
|
13
|
-
"lightweight":
|
|
12
|
+
"full": 3309394,
|
|
13
|
+
"lightweight": 3343706
|
|
14
14
|
}
|
|
15
15
|
},
|
|
16
16
|
"data": {
|
|
17
17
|
"basic": {
|
|
18
|
-
"full":
|
|
19
|
-
"lightweight":
|
|
18
|
+
"full": 13393962,
|
|
19
|
+
"lightweight": 11761277
|
|
20
20
|
},
|
|
21
21
|
"advanced": {
|
|
22
|
-
"full":
|
|
23
|
-
"lightweight":
|
|
22
|
+
"full": 13393962,
|
|
23
|
+
"lightweight": 11761277
|
|
24
24
|
},
|
|
25
25
|
"advanced-threads": {
|
|
26
|
-
"full":
|
|
27
|
-
"lightweight":
|
|
26
|
+
"full": 13393962,
|
|
27
|
+
"lightweight": 11761277
|
|
28
28
|
}
|
|
29
29
|
}
|
|
30
30
|
}
|
package/package.json
CHANGED
|
@@ -3,5 +3,5 @@
|
|
|
3
3
|
*/
|
|
4
4
|
import { DerivedDeviceInfo } from "./deviceInfo";
|
|
5
5
|
import type { UADataValues } from "./navigator-types";
|
|
6
|
-
export declare function createDerivedDeviceInfo(
|
|
6
|
+
export declare function createDerivedDeviceInfo(userAgent: string, userAgentData?: UADataValues): DerivedDeviceInfo;
|
|
7
7
|
//# sourceMappingURL=createDerivedDeviceInfo.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createDerivedDeviceInfo.d.ts","sourceRoot":"","sources":["../../src/deviceInfo/createDerivedDeviceInfo.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,iBAAiB,EAAE,MAAM,cAAc,CAAC;AAIjD,OAAO,KAAK,EAAc,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAElE,wBAAgB,uBAAuB,CACrC,
|
|
1
|
+
{"version":3,"file":"createDerivedDeviceInfo.d.ts","sourceRoot":"","sources":["../../src/deviceInfo/createDerivedDeviceInfo.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,iBAAiB,EAAE,MAAM,cAAc,CAAC;AAIjD,OAAO,KAAK,EAAc,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAElE,wBAAgB,uBAAuB,CACrC,SAAS,EAAE,MAAM,EACjB,aAAa,CAAC,EAAE,YAAY,GAC3B,iBAAiB,CA+EnB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"deviceInfo.d.ts","sourceRoot":"","sources":["../../src/deviceInfo/deviceInfo.ts"],"names":[],"mappings":"AAAA;;GAEG;AAGH,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AACvD,OAAO,mBAAmB,CAAC;AAC3B,OAAO,KAAK,EAAE,UAAU,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAElE,mBAAmB,mBAAmB,CAAC;AAEvC;;GAEG;AACH,MAAM,MAAM,OAAO,GAAG;IACpB,QAAQ,EAAE,MAAM,CAAC;IACjB,sBAAsB,EAAE,MAAM,CAAC;IAC/B,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,MAAM,MAAM,qBAAqB,GAAG;IAClC,aAAa,EAAE,OAAO,CAAC;IACvB,mBAAmB,EAAE,OAAO,CAAC;CAC9B,CAAC;AAEF,MAAM,MAAM,gBAAgB,GAAG;IAC7B,WAAW,EAAE,MAAM,CAAC;IACpB,YAAY,EAAE,MAAM,CAAC;IACrB,gBAAgB,EAAE,MAAM,CAAC;IACzB,mBAAmB,EAAE,MAAM,CAAC;IAC5B,oBAAoB,EAAE,MAAM,CAAC;IAC7B,cAAc,EAAE,MAAM,CAAC;CACxB,CAAC;AAEF,MAAM,MAAM,UAAU,GAAG;IACvB,aAAa,CAAC,EAAE,YAAY,CAAC;IAC7B,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,EAAE,MAAM,CAAC;IAChB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,GAAG,CAAC,EAAE,OAAO,CAAC;IACd,MAAM,EAAE,gBAAgB,CAAC;IACzB,qBAAqB,EAAE,qBAAqB,CAAC;IAC7C,iBAAiB,EAAE,iBAAiB,CAAC;CACtC,CAAC;AAEF,MAAM,MAAM,iBAAiB,GAAG;IAC9B,KAAK,EAAE,MAAM,CAAC;IACd,
|
|
1
|
+
{"version":3,"file":"deviceInfo.d.ts","sourceRoot":"","sources":["../../src/deviceInfo/deviceInfo.ts"],"names":[],"mappings":"AAAA;;GAEG;AAGH,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AACvD,OAAO,mBAAmB,CAAC;AAC3B,OAAO,KAAK,EAAE,UAAU,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAElE,mBAAmB,mBAAmB,CAAC;AAEvC;;GAEG;AACH,MAAM,MAAM,OAAO,GAAG;IACpB,QAAQ,EAAE,MAAM,CAAC;IACjB,sBAAsB,EAAE,MAAM,CAAC;IAC/B,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,MAAM,MAAM,qBAAqB,GAAG;IAClC,aAAa,EAAE,OAAO,CAAC;IACvB,mBAAmB,EAAE,OAAO,CAAC;CAC9B,CAAC;AAEF,MAAM,MAAM,gBAAgB,GAAG;IAC7B,WAAW,EAAE,MAAM,CAAC;IACpB,YAAY,EAAE,MAAM,CAAC;IACrB,gBAAgB,EAAE,MAAM,CAAC;IACzB,mBAAmB,EAAE,MAAM,CAAC;IAC5B,oBAAoB,EAAE,MAAM,CAAC;IAC7B,cAAc,EAAE,MAAM,CAAC;CACxB,CAAC;AAEF,MAAM,MAAM,UAAU,GAAG;IACvB,aAAa,CAAC,EAAE,YAAY,CAAC;IAC7B,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,EAAE,MAAM,CAAC;IAChB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,GAAG,CAAC,EAAE,OAAO,CAAC;IACd,MAAM,EAAE,gBAAgB,CAAC;IACzB,qBAAqB,EAAE,qBAAqB,CAAC;IAC7C,iBAAiB,EAAE,iBAAiB,CAAC;CACtC,CAAC;AAEF,MAAM,MAAM,iBAAiB,GAAG;IAC9B,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,UAAU,EAAE,CAAC;IAC1B,QAAQ,EAAE,eAAe,GAAG,EAAE,CAAC;IAC/B,OAAO,EAAE;QACP,KAAK,EAAE,MAAM,CAAC;QACd,OAAO,EAAE,MAAM,CAAC;KACjB,CAAC;CACH,CAAC;AAqCF;;;GAGG;AACH,wBAAsB,gBAAgB,sCAqBrC;AAED,wBAAsB,aAAa,wBA4BlC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getBrowserFromUserAgent.d.ts","sourceRoot":"","sources":["../../src/deviceInfo/getBrowserFromUserAgent.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,MAAM,MAAM,WAAW,GAEnB,iBAAiB,GACjB,kBAAkB,GAClB,eAAe,GAEf,MAAM,GACN,YAAY,GACZ,SAAS,GACT,OAAO,GACP,OAAO,GACP,iBAAiB,GAEjB,iBAAiB,GACjB,aAAa,GAEb,QAAQ,GACR,SAAS,GACT,QAAQ,GAER,SAAS,CAAC;AAEd,MAAM,WAAW,WAAW;IAC1B,IAAI,EAAE,WAAW,CAAC;IAClB,OAAO,EAAE,MAAM,CAAC;CACjB;AA0FD;;;;;;;GAOG;AACH,wBAAgB,aAAa,IAAI,WAAW,
|
|
1
|
+
{"version":3,"file":"getBrowserFromUserAgent.d.ts","sourceRoot":"","sources":["../../src/deviceInfo/getBrowserFromUserAgent.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,MAAM,MAAM,WAAW,GAEnB,iBAAiB,GACjB,kBAAkB,GAClB,eAAe,GAEf,MAAM,GACN,YAAY,GACZ,SAAS,GACT,OAAO,GACP,OAAO,GACP,iBAAiB,GAEjB,iBAAiB,GACjB,aAAa,GAEb,QAAQ,GACR,SAAS,GACT,QAAQ,GAER,SAAS,CAAC;AAEd,MAAM,WAAW,WAAW;IAC1B,IAAI,EAAE,WAAW,CAAC;IAClB,OAAO,EAAE,MAAM,CAAC;CACjB;AA0FD;;;;;;;GAOG;AACH,wBAAgB,aAAa,IAAI,WAAW,CAyB3C"}
|
package/types/index.d.ts
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
* This package serves as the foundation for document scanning, handling WASM initialization, worker communication,
|
|
8
8
|
* and core scanning operations.
|
|
9
9
|
*/
|
|
10
|
-
import { WorkerScanningSession } from "@microblink/blinkid-worker";
|
|
10
|
+
import type { WorkerScanningSession } from "@microblink/blinkid-worker";
|
|
11
11
|
import { Remote } from "comlink";
|
|
12
12
|
export * from "./BlinkIdCore";
|
|
13
13
|
export * from "./createCustomImageData";
|
package/types/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;;;;GAKG;AAEH,OAAO,EAAE,qBAAqB,EAAE,MAAM,4BAA4B,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;;;;GAKG;AAEH,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,4BAA4B,CAAC;AACxE,OAAO,EAAE,MAAM,EAAE,MAAM,SAAS,CAAC;AAEjC,cAAc,eAAe,CAAC;AAC9B,cAAc,yBAAyB,CAAC;AACxC,cAAc,qBAAqB,CAAC;AACpC,cAAc,0BAA0B,CAAC;AACzC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,aAAa,CAAC;AAC5B,cAAc,SAAS,CAAC;AAGxB,cAAc,yBAAyB,CAAC;AAExC,mBAAmB,0BAA0B,CAAC;AAC9C,mBAAmB,4BAA4B,CAAC;AAEhD,4CAA4C;AAC5C,MAAM,MAAM,qBAAqB,GAAG,MAAM,CAAC,qBAAqB,CAAC,CAAC;AAIlE,QAAA,MAAM,UAAU,eAAW,CAAC;AAE5B,OAAO,CAAC,MAAM,CAAC;IAEb,IAAI,gBAAgB,EAAE,OAAO,UAAU,CAAC;CACzC"}
|
package/types/index.rollup.d.ts
CHANGED
|
@@ -38,8 +38,10 @@ export declare type AlphabetType = "latin" | "arabic" | "cyrillic" | "greek";
|
|
|
38
38
|
*/
|
|
39
39
|
/** Represents level of anonymization performed on the scanning result. */
|
|
40
40
|
export declare type AnonymizationMode =
|
|
41
|
+
/** Anonymization will not be performed */
|
|
42
|
+
"none"
|
|
41
43
|
/** DocumentImage is anonymized with black boxes covering sensitive data. */
|
|
42
|
-
"image-only"
|
|
44
|
+
| "image-only"
|
|
43
45
|
/** Result fields containing sensitive data are removed from result. */
|
|
44
46
|
| "result-fields-only"
|
|
45
47
|
/** This mode is combination of ImageOnly and ResultFieldsOnly modes. */
|
|
@@ -863,7 +865,20 @@ export declare type BarcodeElementKey =
|
|
|
863
865
|
*
|
|
864
866
|
* Security version being used.
|
|
865
867
|
*/
|
|
866
|
-
| "security-version"
|
|
868
|
+
| "security-version"
|
|
869
|
+
/**
|
|
870
|
+
* SubField Designator extracted from barcode, to support proper document classification based on the standard.
|
|
871
|
+
* subfield designator is a 2-character code that specifies the type of document, typically DL or ID. It is located
|
|
872
|
+
* immediately after the IIN and the variable metadata structure in the PDF417 barcode data structure.
|
|
873
|
+
* for example: ANSI 636010090002DL00410267ZF03080067DLDAQS1234567812300000000000000
|
|
874
|
+
* ^^
|
|
875
|
+
* | |
|
|
876
|
+
* | +-- SubField Designator (DL, ID, EN, etc.)
|
|
877
|
+
* +----- IIN (636010)
|
|
878
|
+
*
|
|
879
|
+
* Mandatory on all AAMVA barcodes.
|
|
880
|
+
*/
|
|
881
|
+
| "sub-field-designator";
|
|
867
882
|
|
|
868
883
|
/**
|
|
869
884
|
* Contains data extracted from the barcode
|
|
@@ -874,6 +889,8 @@ export declare type BarcodeElementKey =
|
|
|
874
889
|
export declare type BarcodeResult = {
|
|
875
890
|
/** The raw, unparsed barcode data. */
|
|
876
891
|
barcodeData: BarcodeData;
|
|
892
|
+
/** Whether the raw barcode data was successfully parsed into structured information. */
|
|
893
|
+
parsed: boolean;
|
|
877
894
|
/** The first name of the document owner. */
|
|
878
895
|
firstName: string;
|
|
879
896
|
/** The middle name of the document owner. */
|
|
@@ -960,11 +977,17 @@ export declare type BarcodeType =
|
|
|
960
977
|
* @ignore
|
|
961
978
|
*/
|
|
962
979
|
export declare interface BlinkIdBindings {
|
|
963
|
-
createBlinkIdScanningSession: (sessionSettings: BlinkIdSessionSettings) => BlinkIdScanningSession;
|
|
980
|
+
createBlinkIdScanningSession: (sessionSettings: BlinkIdSessionSettings, userId: string) => BlinkIdScanningSession;
|
|
964
981
|
initializeWithLicenseKey: (licenceKey: string, userId: string, allowHelloMessage: boolean) => LicenseUnlockResult;
|
|
965
|
-
submitServerPermission: (serverPermission:
|
|
982
|
+
submitServerPermission: (serverPermission: string) => ServerPermissionSubmitError | undefined;
|
|
966
983
|
getActiveLicenseTokenInfo: () => LicenseUnlockResult;
|
|
967
984
|
setPingProxyUrl: (url: string) => void;
|
|
985
|
+
initializeSdk: (userId: string) => void;
|
|
986
|
+
terminateSdk: () => void;
|
|
987
|
+
sendPinglets: () => void;
|
|
988
|
+
arePingRequestsInProgress: () => boolean;
|
|
989
|
+
queuePinglet: (data: string, schemaName: string, schemaVersion: string, sessionNumber: number) => void;
|
|
990
|
+
isPingEnabled: () => boolean;
|
|
968
991
|
}
|
|
969
992
|
|
|
970
993
|
/**
|
|
@@ -1083,12 +1106,32 @@ export declare type BlinkIdScanningResult = {
|
|
|
1083
1106
|
countryCode?: StringResult;
|
|
1084
1107
|
/** The national insurance number of the document owner */
|
|
1085
1108
|
nationalInsuranceNumber?: StringResult;
|
|
1109
|
+
/** The locality code of the document owner */
|
|
1110
|
+
localityCode?: StringResult;
|
|
1111
|
+
/** The maiden name of the document owner */
|
|
1112
|
+
maidenName?: StringResult;
|
|
1113
|
+
/** The municipality code of the document owner */
|
|
1114
|
+
municipalityCode?: StringResult;
|
|
1115
|
+
/** The municipality of registration of the document owner */
|
|
1116
|
+
municipalityOfRegistration?: StringResult;
|
|
1117
|
+
/** The polling station code of the document owner */
|
|
1118
|
+
pollingStationCode?: StringResult;
|
|
1119
|
+
/** The registration center code of the document owner */
|
|
1120
|
+
registrationCenterCode?: StringResult;
|
|
1121
|
+
/** The section code of the document owner */
|
|
1122
|
+
sectionCode?: StringResult;
|
|
1123
|
+
/** The state code of the document owner */
|
|
1124
|
+
stateCode?: StringResult;
|
|
1125
|
+
/** The state of the document owner */
|
|
1126
|
+
stateName?: StringResult;
|
|
1086
1127
|
/** The date of birth of the document owner */
|
|
1087
1128
|
dateOfBirth?: DateResult<StringResult>;
|
|
1088
1129
|
/** The date of issue of the document */
|
|
1089
1130
|
dateOfIssue?: DateResult<StringResult>;
|
|
1090
1131
|
/** The date of expiry of the document */
|
|
1091
1132
|
dateOfExpiry?: DateResult<StringResult>;
|
|
1133
|
+
/** The date of entry of the document owner */
|
|
1134
|
+
dateOfEntry?: DateResult<StringResult>;
|
|
1092
1135
|
/** Determines if date of expiry is permanent */
|
|
1093
1136
|
dateOfExpiryPermanent?: boolean;
|
|
1094
1137
|
/** The driver license detailed info */
|
|
@@ -1214,6 +1257,8 @@ declare class BlinkIdWorker {
|
|
|
1214
1257
|
* The progress status callback.
|
|
1215
1258
|
*/
|
|
1216
1259
|
progressStatusCallback?: ProgressStatusCallback;
|
|
1260
|
+
reportPinglet(pinglet: Ping): void;
|
|
1261
|
+
sendPinglets(): void;
|
|
1217
1262
|
/**
|
|
1218
1263
|
* This method initializes everything.
|
|
1219
1264
|
*/
|
|
@@ -1251,6 +1296,8 @@ declare class BlinkIdWorker {
|
|
|
1251
1296
|
* @returns Whether the production overlay is shown.
|
|
1252
1297
|
*/
|
|
1253
1298
|
showProductionOverlay: () => boolean;
|
|
1299
|
+
ping: BlinkIdWorker["reportPinglet"];
|
|
1300
|
+
sendPinglets: BlinkIdWorker["sendPinglets"];
|
|
1254
1301
|
} & ProxyMarked;
|
|
1255
1302
|
/**
|
|
1256
1303
|
* This method creates a proxy session.
|
|
@@ -1267,13 +1314,7 @@ declare class BlinkIdWorker {
|
|
|
1267
1314
|
/**
|
|
1268
1315
|
* Terminates the workers and the Wasm runtime.
|
|
1269
1316
|
*/
|
|
1270
|
-
terminate(): void
|
|
1271
|
-
/**
|
|
1272
|
-
* If the ping is enabled, this method will return 1.
|
|
1273
|
-
*
|
|
1274
|
-
* @returns 1 if the ping is enabled, 0 otherwise.
|
|
1275
|
-
*/
|
|
1276
|
-
ping(): number;
|
|
1317
|
+
terminate(): Promise<void>;
|
|
1277
1318
|
}
|
|
1278
1319
|
|
|
1279
1320
|
/**
|
|
@@ -1488,7 +1529,7 @@ export declare type DependentInfo = {
|
|
|
1488
1529
|
|
|
1489
1530
|
export declare type DerivedDeviceInfo = {
|
|
1490
1531
|
model: string;
|
|
1491
|
-
|
|
1532
|
+
formFactors: FormFactor[];
|
|
1492
1533
|
platform: OperatingSystem | "";
|
|
1493
1534
|
browser: {
|
|
1494
1535
|
brand: string;
|
|
@@ -1691,7 +1732,7 @@ export declare type DocumentRules = {
|
|
|
1691
1732
|
* Copyright (c) 2025 Microblink Ltd. All rights reserved.
|
|
1692
1733
|
*/
|
|
1693
1734
|
/** Represents document class types */
|
|
1694
|
-
declare type DocumentType_2 = "consular-id" | "dl" | "dl-public-services-card" | "employment-pass" | "fin-card" | "id" | "multipurpose-id" | "mykad" | "mykid" | "mypr" | "mytentera" | "pan-card" | "professional-id" | "public-services-card" | "residence-permit" | "resident-id" | "temporary-residence-permit" | "voter-id" | "work-permit" | "ikad" | "military-id" | "mykas" | "social-security-card" | "health-insurance-card" | "passport" | "s-pass" | "address-card" | "alien-id" | "alien-passport" | "green-card" | "minors-id" | "postal-id" | "professional-dl" | "tax-id" | "weapon-permit" | "visa" | "border-crossing-card" | "driver-card" | "global-entry-card" | "mypolis" | "nexus-card" | "passport-card" | "proof-of-age-card" | "refugee-id" | "tribal-id" | "veteran-id" | "citizenship-certificate" | "my-number-card" | "consular-passport" | "minors-passport" | "minors-public-services-card" | "driving-privilege-card" | "asylum-request" | "driver-qualification-card" | "provisional-dl" | "refugee-passport" | "special-id" | "uniformed-services-id" | "immigrant-visa" | "consular-voter-id" | "twic-card" | "exit-entry-permit" | "mainland-travel-permit-taiwan" | "nbi-clearance" | "proof-of-registration" | "temporary-protection-permit" | "afghan-citizen-card" | "eid" | "pass" | "sis-id" | "asic-card" | "bidoon-card" | "interim-health-insurance-card" | "non-voter-id" | "reciprocal-health-insurance-card" | "vehicle-registration" | "esaad-card" | "registration-certificate" | "medical-marijuana-id" | "non-card-tribal-id" | "diplomatic-id";
|
|
1735
|
+
declare type DocumentType_2 = "consular-id" | "dl" | "dl-public-services-card" | "employment-pass" | "fin-card" | "id" | "multipurpose-id" | "mykad" | "mykid" | "mypr" | "mytentera" | "pan-card" | "professional-id" | "public-services-card" | "residence-permit" | "resident-id" | "temporary-residence-permit" | "voter-id" | "work-permit" | "ikad" | "military-id" | "mykas" | "social-security-card" | "health-insurance-card" | "passport" | "s-pass" | "address-card" | "alien-id" | "alien-passport" | "green-card" | "minors-id" | "postal-id" | "professional-dl" | "tax-id" | "weapon-permit" | "visa" | "border-crossing-card" | "driver-card" | "global-entry-card" | "mypolis" | "nexus-card" | "passport-card" | "proof-of-age-card" | "refugee-id" | "tribal-id" | "veteran-id" | "citizenship-certificate" | "my-number-card" | "consular-passport" | "minors-passport" | "minors-public-services-card" | "driving-privilege-card" | "asylum-request" | "driver-qualification-card" | "provisional-dl" | "refugee-passport" | "special-id" | "uniformed-services-id" | "immigrant-visa" | "consular-voter-id" | "twic-card" | "exit-entry-permit" | "mainland-travel-permit-taiwan" | "nbi-clearance" | "proof-of-registration" | "temporary-protection-permit" | "afghan-citizen-card" | "eid" | "pass" | "sis-id" | "asic-card" | "bidoon-card" | "interim-health-insurance-card" | "non-voter-id" | "reciprocal-health-insurance-card" | "vehicle-registration" | "esaad-card" | "registration-certificate" | "medical-marijuana-id" | "non-card-tribal-id" | "diplomatic-id" | "emergency-passport" | "temporary-passport" | "metis-federation-card" | "adr-certificate";
|
|
1695
1736
|
export { DocumentType_2 as DocumentType }
|
|
1696
1737
|
|
|
1697
1738
|
/**
|
|
@@ -1838,6 +1879,13 @@ export declare type EmscriptenModuleFactory<T extends EmscriptenModule = Emscrip
|
|
|
1838
1879
|
*/
|
|
1839
1880
|
export declare type EnvironmentType = "WEB" | "NODE" | "SHELL" | "WORKER";
|
|
1840
1881
|
|
|
1882
|
+
/** Represents the data for the `ping.error` event. */
|
|
1883
|
+
export declare type ErrorData = {
|
|
1884
|
+
errorType: "NonFatal" | "Crash";
|
|
1885
|
+
errorMessage: string;
|
|
1886
|
+
stackTrace?: string;
|
|
1887
|
+
};
|
|
1888
|
+
|
|
1841
1889
|
/**
|
|
1842
1890
|
* Extracts the barcode input image from the scanning result.
|
|
1843
1891
|
*
|
|
@@ -1929,6 +1977,18 @@ export declare type GpuInfo = {
|
|
|
1929
1977
|
version: string;
|
|
1930
1978
|
};
|
|
1931
1979
|
|
|
1980
|
+
/** Represents the data for the `ping.hardware.camera.info` event. */
|
|
1981
|
+
export declare type HardwareCameraInfoData = {
|
|
1982
|
+
availableCameras: {
|
|
1983
|
+
cameraFacing: "Front" | "Back" | "Unknown";
|
|
1984
|
+
focus?: "Auto" | "Fixed";
|
|
1985
|
+
availableResolutions?: {
|
|
1986
|
+
width: number;
|
|
1987
|
+
height: number;
|
|
1988
|
+
}[];
|
|
1989
|
+
}[];
|
|
1990
|
+
};
|
|
1991
|
+
|
|
1932
1992
|
/**
|
|
1933
1993
|
* Allows for type-safe parameter passing while still conforming to spec.
|
|
1934
1994
|
*/
|
|
@@ -2062,9 +2122,6 @@ export declare type LicenseRequest = Readonly<{
|
|
|
2062
2122
|
sdkVersion: string;
|
|
2063
2123
|
}>;
|
|
2064
2124
|
|
|
2065
|
-
/** The license status response. */
|
|
2066
|
-
export declare type LicenseStatusResponse = Record<string, string>;
|
|
2067
|
-
|
|
2068
2125
|
/** The license token state. */
|
|
2069
2126
|
export declare type LicenseTokenState = "invalid" | "requires-server-permission" | "valid";
|
|
2070
2127
|
|
|
@@ -2123,6 +2180,12 @@ export declare type LoadWasmParams = {
|
|
|
2123
2180
|
initialMemory?: number;
|
|
2124
2181
|
};
|
|
2125
2182
|
|
|
2183
|
+
/** Represents the data for the `ping.log` event. */
|
|
2184
|
+
export declare type LogData = {
|
|
2185
|
+
logLevel: "Info" | "Warning";
|
|
2186
|
+
logMessage: string;
|
|
2187
|
+
};
|
|
2188
|
+
|
|
2126
2189
|
/** Types of documents that can contain MRZ */
|
|
2127
2190
|
export declare type MrzDocumentType = "unknown" | "identity-card" | "passport" | "visa" | "green-card" | "mys-pass-imm13p" | "driver-license" | "internal-travel-document" | "border-crossing-card";
|
|
2128
2191
|
|
|
@@ -2227,6 +2290,50 @@ declare type PartialScanningSettings = Partial<OverrideProperties<ScanningSettin
|
|
|
2227
2290
|
customDocumentRules: Partial<DocumentRules>[];
|
|
2228
2291
|
}>>;
|
|
2229
2292
|
|
|
2293
|
+
export declare type Ping = PingBrowserDeviceInfo | PingError | PingHardwareCameraInfo | PingLog | PingSdkCameraInputInfo | PingSdkCameraPermission | PingSdkInitStart | PingSdkScanConditions | PingSdkUxEvent | PingSdkWrapperProduct;
|
|
2294
|
+
|
|
2295
|
+
/** Represents the base structure for a ping event. */
|
|
2296
|
+
export declare interface PingBase<TData, TSchemaName extends SchemaName, TSchemaVersion extends Semver, TSessionNumber extends number = number> {
|
|
2297
|
+
/** The data payload of the event. */
|
|
2298
|
+
data: TData;
|
|
2299
|
+
/** The name of the schema. */
|
|
2300
|
+
schemaName: TSchemaName;
|
|
2301
|
+
/** The version of the schema. */
|
|
2302
|
+
schemaVersion: TSchemaVersion;
|
|
2303
|
+
/** The session number associated with the event. */
|
|
2304
|
+
sessionNumber?: TSessionNumber;
|
|
2305
|
+
}
|
|
2306
|
+
|
|
2307
|
+
/** Represents the `ping.browser.device.info` event. */
|
|
2308
|
+
export declare type PingBrowserDeviceInfo = PingBase<unknown, "ping.browser.device.info", "1.0.0">;
|
|
2309
|
+
|
|
2310
|
+
/** Represents the `ping.error` event. */
|
|
2311
|
+
export declare type PingError = PingBase<ErrorData, "ping.error", "1.0.0">;
|
|
2312
|
+
|
|
2313
|
+
/** Represents the `ping.hardware.camera.info` event. */
|
|
2314
|
+
export declare type PingHardwareCameraInfo = PingBase<HardwareCameraInfoData, "ping.hardware.camera.info", "1.0.1", 0>;
|
|
2315
|
+
|
|
2316
|
+
/** Represents the `ping.log` event. */
|
|
2317
|
+
export declare type PingLog = PingBase<LogData, "ping.log", "1.0.0">;
|
|
2318
|
+
|
|
2319
|
+
/** Represents the `ping.sdk.camera.input.info` event. */
|
|
2320
|
+
export declare type PingSdkCameraInputInfo = PingBase<SdkCameraInputInfoData, "ping.sdk.camera.input.info", "1.0.1">;
|
|
2321
|
+
|
|
2322
|
+
/** Represents the `ping.sdk.camera.permission` event. */
|
|
2323
|
+
export declare type PingSdkCameraPermission = PingBase<SdkCameraPermissionData, "ping.sdk.camera.permission", "1.0.0">;
|
|
2324
|
+
|
|
2325
|
+
/** Represents the `ping.sdk.init.start` event. */
|
|
2326
|
+
export declare type PingSdkInitStart = PingBase<SdkInitStartData, "ping.sdk.init.start", "1.0.0">;
|
|
2327
|
+
|
|
2328
|
+
/** Represents the `ping.sdk.scan.conditions` event. */
|
|
2329
|
+
export declare type PingSdkScanConditions = PingBase<SdkScanConditionsData, "ping.sdk.scan.conditions", "1.0.0">;
|
|
2330
|
+
|
|
2331
|
+
/** Represents the `ping.sdk.ux.event` event. */
|
|
2332
|
+
export declare type PingSdkUxEvent = PingBase<SdkUxEventData, "ping.sdk.ux.event", "1.0.0">;
|
|
2333
|
+
|
|
2334
|
+
/** Represents the `ping.sdk.wrapper.product` event. */
|
|
2335
|
+
export declare type PingSdkWrapperProduct = PingBase<SdkWrapperProductData, "ping.sdk.wrapper.product", "1.0.0">;
|
|
2336
|
+
|
|
2230
2337
|
/**
|
|
2231
2338
|
* Copyright (c) 2025 Microblink Ltd. All rights reserved.
|
|
2232
2339
|
*/
|
|
@@ -2323,14 +2430,6 @@ export declare type ProcessResultWithBuffer = BlinkIdProcessResult & {
|
|
|
2323
2430
|
*/
|
|
2324
2431
|
export declare type ProgressStatusCallback = (progress: DownloadProgress) => void;
|
|
2325
2432
|
|
|
2326
|
-
/**
|
|
2327
|
-
* Error thrown when proxy URL validation fails
|
|
2328
|
-
*/
|
|
2329
|
-
export declare class ProxyUrlValidationError extends Error {
|
|
2330
|
-
readonly url: string;
|
|
2331
|
-
constructor(message: string, url: string);
|
|
2332
|
-
}
|
|
2333
|
-
|
|
2334
2433
|
/** Represents a quadrilateral shape with signed integer coordinates. */
|
|
2335
2434
|
export declare type Quadrilateral = {
|
|
2336
2435
|
/** Upper left point of the quadrilateral. */
|
|
@@ -2401,7 +2500,7 @@ export declare type Rectangle = {
|
|
|
2401
2500
|
* Copyright (c) 2025 Microblink Ltd. All rights reserved.
|
|
2402
2501
|
*/
|
|
2403
2502
|
/** Represents regions */
|
|
2404
|
-
export declare type Region = "alabama" | "alaska" | "alberta" | "arizona" | "arkansas" | "australian-capital-territory" | "british-columbia" | "california" | "colorado" | "connecticut" | "delaware" | "district-of-columbia" | "florida" | "georgia" | "hawaii" | "idaho" | "illinois" | "indiana" | "iowa" | "kansas" | "kentucky" | "louisiana" | "maine" | "manitoba" | "maryland" | "massachusetts" | "michigan" | "minnesota" | "mississippi" | "missouri" | "montana" | "nebraska" | "nevada" | "new-brunswick" | "new-hampshire" | "new-jersey" | "new-mexico" | "new-south-wales" | "new-york" | "northern-territory" | "north-carolina" | "north-dakota" | "nova-scotia" | "ohio" | "oklahoma" | "ontario" | "oregon" | "pennsylvania" | "quebec" | "queensland" | "rhode-island" | "saskatchewan" | "south-australia" | "south-carolina" | "south-dakota" | "tasmania" | "tennessee" | "texas" | "utah" | "vermont" | "victoria" | "virginia" | "washington" | "western-australia" | "west-virginia" | "wisconsin" | "wyoming" | "yukon" | "ciudad-de-mexico" | "jalisco" | "newfoundland-and-labrador" | "nuevo-leon" | "baja-california" | "chihuahua" | "guanajuato" | "guerrero" | "mexico" | "michoacan" | "new-york-city" | "tamaulipas" | "veracruz" | "chiapas" | "coahuila" | "durango" | "guerrero-cocula" | "guerrero-juchitan" | "guerrero-tepecoacuilco" | "guerrero-tlacoapa" | "gujarat" | "hidalgo" | "karnataka" | "kerala" | "khyber-pakhtunkhwa" | "madhya-pradesh" | "maharashtra" | "morelos" | "nayarit" | "oaxaca" | "puebla" | "punjab" | "queretaro" | "san-luis-potosi" | "sinaloa" | "sonora" | "tabasco" | "tamil-nadu" | "yucatan" | "zacatecas" | "aguascalientes" | "baja-california-sur" | "campeche" | "colima" | "quintana-roo-benito-juarez" | "quintana-roo" | "quintana-roo-solidaridad" | "tlaxcala" | "quintana-roo-cozumel" | "sao-paolo" | "rio-de-janeiro" | "rio-grande-do-sul" | "northwest-territories" | "nunavut" | "prince-edward-island" | "distrito-federal" | "maranhao" | "mato-grosso" | "minas-gerais" | "para" | "parana" | "pernambuco" | "santa-catarina" | "andhra-pradesh" | "ceara" | "goias" | "guerrero-acapulco-de-juarez" | "haryana" | "sergipe" | "alagoas" | "bangsamoro";
|
|
2503
|
+
export declare type Region = "alabama" | "alaska" | "alberta" | "arizona" | "arkansas" | "australian-capital-territory" | "british-columbia" | "california" | "colorado" | "connecticut" | "delaware" | "district-of-columbia" | "florida" | "georgia" | "hawaii" | "idaho" | "illinois" | "indiana" | "iowa" | "kansas" | "kentucky" | "louisiana" | "maine" | "manitoba" | "maryland" | "massachusetts" | "michigan" | "minnesota" | "mississippi" | "missouri" | "montana" | "nebraska" | "nevada" | "new-brunswick" | "new-hampshire" | "new-jersey" | "new-mexico" | "new-south-wales" | "new-york" | "northern-territory" | "north-carolina" | "north-dakota" | "nova-scotia" | "ohio" | "oklahoma" | "ontario" | "oregon" | "pennsylvania" | "quebec" | "queensland" | "rhode-island" | "saskatchewan" | "south-australia" | "south-carolina" | "south-dakota" | "tasmania" | "tennessee" | "texas" | "utah" | "vermont" | "victoria" | "virginia" | "washington" | "western-australia" | "west-virginia" | "wisconsin" | "wyoming" | "yukon" | "ciudad-de-mexico" | "jalisco" | "newfoundland-and-labrador" | "nuevo-leon" | "baja-california" | "chihuahua" | "guanajuato" | "guerrero" | "mexico" | "michoacan" | "new-york-city" | "tamaulipas" | "veracruz" | "chiapas" | "coahuila" | "durango" | "guerrero-cocula" | "guerrero-juchitan" | "guerrero-tepecoacuilco" | "guerrero-tlacoapa" | "gujarat" | "hidalgo" | "karnataka" | "kerala" | "khyber-pakhtunkhwa" | "madhya-pradesh" | "maharashtra" | "morelos" | "nayarit" | "oaxaca" | "puebla" | "punjab" | "queretaro" | "san-luis-potosi" | "sinaloa" | "sonora" | "tabasco" | "tamil-nadu" | "yucatan" | "zacatecas" | "aguascalientes" | "baja-california-sur" | "campeche" | "colima" | "quintana-roo-benito-juarez" | "quintana-roo" | "quintana-roo-solidaridad" | "tlaxcala" | "quintana-roo-cozumel" | "sao-paolo" | "rio-de-janeiro" | "rio-grande-do-sul" | "northwest-territories" | "nunavut" | "prince-edward-island" | "distrito-federal" | "maranhao" | "mato-grosso" | "minas-gerais" | "para" | "parana" | "pernambuco" | "santa-catarina" | "andhra-pradesh" | "ceara" | "goias" | "guerrero-acapulco-de-juarez" | "haryana" | "sergipe" | "alagoas" | "bangsamoro" | "telangana";
|
|
2405
2504
|
|
|
2406
2505
|
/** Represents a remote scanning session. */
|
|
2407
2506
|
export declare type RemoteScanningSession = Remote<WorkerScanningSession>;
|
|
@@ -2767,11 +2866,60 @@ export declare type ScanningSide = "first" | "second";
|
|
|
2767
2866
|
*/
|
|
2768
2867
|
export declare type ScanningStatus = "scanning-side-in-progress" | "scanning-barcode-in-progress" | "side-scanned" | "document-scanned" | "cancelled";
|
|
2769
2868
|
|
|
2869
|
+
export declare type SchemaName = Ping["schemaName"];
|
|
2870
|
+
|
|
2871
|
+
/** Represents the data for the `ping.sdk.camera.input.info` event. */
|
|
2872
|
+
export declare type SdkCameraInputInfoData = {
|
|
2873
|
+
cameraFacing: "Front" | "Back" | "Unknown";
|
|
2874
|
+
cameraFrameWidth: number;
|
|
2875
|
+
cameraFrameHeight: number;
|
|
2876
|
+
roiWidth: number;
|
|
2877
|
+
roiHeight: number;
|
|
2878
|
+
viewPortAspectRatio: number;
|
|
2879
|
+
};
|
|
2880
|
+
|
|
2881
|
+
/** Represents the data for the `ping.sdk.camera.permission` event. */
|
|
2882
|
+
export declare type SdkCameraPermissionData = {
|
|
2883
|
+
eventType: "CameraPermissionCheck" | "CameraPermissionRequest" | "CameraPermissionUserResponse";
|
|
2884
|
+
cameraPermissionGranted?: boolean;
|
|
2885
|
+
};
|
|
2886
|
+
|
|
2887
|
+
/** Represents the data for the `ping.sdk.init.start` event. */
|
|
2888
|
+
export declare type SdkInitStartData = {
|
|
2889
|
+
product: "BlinkID";
|
|
2890
|
+
platform: "Emscripten";
|
|
2891
|
+
packageName: string;
|
|
2892
|
+
userId: string;
|
|
2893
|
+
};
|
|
2894
|
+
|
|
2895
|
+
/** Represents the data for the `ping.sdk.scan.conditions` event. */
|
|
2896
|
+
export declare type SdkScanConditionsData = {
|
|
2897
|
+
updateType: "DeviceOrientation" | "FlashlightState";
|
|
2898
|
+
deviceOrientation?: "Portrait" | "LandscapeRight" | "LandscapeLeft" | "PortraitUpside";
|
|
2899
|
+
flashlightOn?: boolean;
|
|
2900
|
+
};
|
|
2901
|
+
|
|
2902
|
+
/** Represents the data for the `ping.sdk.ux.event` event. */
|
|
2903
|
+
export declare type SdkUxEventData = {
|
|
2904
|
+
eventType: "CameraStarted" | "CameraClosed" | "OnboardingInfoDisplayed" | "CloseButtonClicked" | "HelpTooltipDisplayed" | "HelpOpened" | "HelpClosed" | "AlertDisplayed" | "ErrorMessage" | "StepTimeout" | "AppMovedToBackground";
|
|
2905
|
+
errorMessageType?: "MoveCloser" | "MoveFarther" | "KeepVisible" | "FlipSide" | "AlignDocument" | "MoveFromEdge" | "IncreaseLighting" | "DecreaseLighting" | "EliminateBlur" | "EliminateGlare";
|
|
2906
|
+
alertType?: "InvalidLicenseKey" | "NetworkError" | "DocumentClassNotAllowed" | "StepTimeout";
|
|
2907
|
+
helpCloseType?: "ContentSkipped" | "ContentFullyViewed";
|
|
2908
|
+
};
|
|
2909
|
+
|
|
2910
|
+
/** Represents the data for the `ping.sdk.wrapper.product` event. */
|
|
2911
|
+
export declare type SdkWrapperProductData = {
|
|
2912
|
+
wrapperProduct: "CrossplatformFlutter" | "CrossplatformReactNative" | "IdentityVerification";
|
|
2913
|
+
correlationId?: string;
|
|
2914
|
+
};
|
|
2915
|
+
|
|
2916
|
+
declare type Semver = `${number}.${number}.${number}` | `${number}.${number}.${number}-${string}`;
|
|
2917
|
+
|
|
2770
2918
|
/** The server permission error. */
|
|
2771
2919
|
export declare type ServerPermissionError = "network-error" | "remote-lock" | "permission-expired" | "payload-corrupted" | "payload-signature-verification-failed" | "incorrect-token-state" | "detected-skewed-clock";
|
|
2772
2920
|
|
|
2773
|
-
/** The server permission submit
|
|
2774
|
-
export declare type
|
|
2921
|
+
/** The server permission submit error. */
|
|
2922
|
+
export declare type ServerPermissionSubmitError = Readonly<{
|
|
2775
2923
|
/** The error. */
|
|
2776
2924
|
error: ServerPermissionError;
|
|
2777
2925
|
/** The lease. */
|
|
@@ -2903,6 +3051,8 @@ export declare type VizResult = {
|
|
|
2903
3051
|
dateOfIssue?: DateResult<StringResult>;
|
|
2904
3052
|
/** The date of expiry of the document */
|
|
2905
3053
|
dateOfExpiry?: DateResult<StringResult>;
|
|
3054
|
+
/** The date of entry of the document owner */
|
|
3055
|
+
dateOfEntry?: DateResult<StringResult>;
|
|
2906
3056
|
/** Determines if date of expiry is permanent */
|
|
2907
3057
|
dateOfExpiryPermanent?: boolean;
|
|
2908
3058
|
/** The document number */
|
|
@@ -2945,6 +3095,24 @@ export declare type VizResult = {
|
|
|
2945
3095
|
countryCode?: StringResult;
|
|
2946
3096
|
/** The national insurance number of the document owner */
|
|
2947
3097
|
nationalInsuranceNumber?: StringResult;
|
|
3098
|
+
/** The locality code of the document owner */
|
|
3099
|
+
localityCode?: StringResult;
|
|
3100
|
+
/** The maiden name of the document owner */
|
|
3101
|
+
maidenName?: StringResult;
|
|
3102
|
+
/** The municipality code of the document owner */
|
|
3103
|
+
municipalityCode?: StringResult;
|
|
3104
|
+
/** The municipality of registration of the document owner */
|
|
3105
|
+
municipalityOfRegistration?: StringResult;
|
|
3106
|
+
/** The polling station code of the document owner */
|
|
3107
|
+
pollingStationCode?: StringResult;
|
|
3108
|
+
/** The registration center code of the document owner */
|
|
3109
|
+
registrationCenterCode?: StringResult;
|
|
3110
|
+
/** The section code of the document owner */
|
|
3111
|
+
sectionCode?: StringResult;
|
|
3112
|
+
/** The state code of the document owner */
|
|
3113
|
+
stateCode?: StringResult;
|
|
3114
|
+
/** The state of the document owner */
|
|
3115
|
+
stateName?: StringResult;
|
|
2948
3116
|
};
|
|
2949
3117
|
|
|
2950
3118
|
export declare type WasmBuildType = (typeof wasmBuildTypes)[number];
|
|
@@ -2990,6 +3158,8 @@ export declare type WorkerScanningSession = OverrideProperties<BlinkIdScanningSe
|
|
|
2990
3158
|
* @returns Whether the production overlay is shown.
|
|
2991
3159
|
*/
|
|
2992
3160
|
showProductionOverlay: () => boolean;
|
|
3161
|
+
ping: BlinkIdWorker["reportPinglet"];
|
|
3162
|
+
sendPinglets: BlinkIdWorker["sendPinglets"];
|
|
2993
3163
|
};
|
|
2994
3164
|
|
|
2995
3165
|
export { }
|