@authme/id-recognition 2.2.0 → 2.2.1-rc.3
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/index.cjs +263 -0
- package/index.js +219 -0
- package/package.json +10 -12
- package/src/index.d.ts +7 -6
- package/src/lib/data-access/api.d.ts +19 -19
- package/src/lib/data-access/index.d.ts +1 -1
- package/src/lib/enum/id-recognition.enum.d.ts +29 -103
- package/src/lib/enum/index.d.ts +1 -1
- package/src/lib/interface/id-recognition-type.interface.d.ts +74 -84
- package/src/lib/interface/index.d.ts +1 -1
- package/src/lib/model/dto.model.d.ts +17 -16
- package/src/lib/model/id-type.enum.d.ts +13 -13
- package/src/lib/model/index.d.ts +2 -2
- package/src/lib/modules-id-recognition-feature-id-recognition.d.ts +18 -18
- package/src/lib/util.d.ts +7 -3
- package/src/lib/version.d.ts +1 -0
- package/CHANGELOG.md +0 -190
- package/src/index.js +0 -10
- package/src/index.js.map +0 -1
- package/src/lib/data-access/api.js +0 -72
- package/src/lib/data-access/api.js.map +0 -1
- package/src/lib/data-access/index.js +0 -5
- package/src/lib/data-access/index.js.map +0 -1
- package/src/lib/enum/id-recognition.enum.js +0 -121
- package/src/lib/enum/id-recognition.enum.js.map +0 -1
- package/src/lib/enum/index.js +0 -5
- package/src/lib/enum/index.js.map +0 -1
- package/src/lib/interface/id-recognition-type.interface.js +0 -3
- package/src/lib/interface/id-recognition-type.interface.js.map +0 -1
- package/src/lib/interface/index.js +0 -5
- package/src/lib/interface/index.js.map +0 -1
- package/src/lib/model/dto.model.js +0 -3
- package/src/lib/model/dto.model.js.map +0 -1
- package/src/lib/model/id-type.enum.js +0 -29
- package/src/lib/model/id-type.enum.js.map +0 -1
- package/src/lib/model/index.js +0 -6
- package/src/lib/model/index.js.map +0 -1
- package/src/lib/modules-id-recognition-feature-id-recognition.js +0 -58
- package/src/lib/modules-id-recognition-feature-id-recognition.js.map +0 -1
- package/src/lib/util.js +0 -62
- package/src/lib/util.js.map +0 -1
|
@@ -1,103 +1,29 @@
|
|
|
1
|
-
export
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
Unknown =
|
|
20
|
-
Passport =
|
|
21
|
-
TWN_IDCard_Front =
|
|
22
|
-
TWN_IDCard_Back =
|
|
23
|
-
TWN_DriverLicense_Front =
|
|
24
|
-
TWN_DriverLicense_Back =
|
|
25
|
-
TWN_ResidentCard_Front =
|
|
26
|
-
TWN_ResidentCard_Back =
|
|
27
|
-
TWN_HealthCard_Front =
|
|
28
|
-
TWN_VehiclesLicense_Front =
|
|
29
|
-
}
|
|
30
|
-
export declare enum EAuthMeIDCardMetalTagStatus {
|
|
31
|
-
NotFound = "EAuthMeIDCardMetalTagStatus_NotFound",
|
|
32
|
-
Bright = "EAuthMeIDCardMetalTagStatus_Bright",
|
|
33
|
-
Dark = "EAuthMeIDCardMetalTagStatus_Dark"
|
|
34
|
-
}
|
|
35
|
-
export declare enum EAuthMeLaserTagStatus {
|
|
36
|
-
NoTag = "EAuthMeLaserTagStatus_NoTag",
|
|
37
|
-
HasTag = "EAuthMeLaserTagStatus_HasTag",
|
|
38
|
-
Others = "EAuthMeLaserTagStatus_Others"
|
|
39
|
-
}
|
|
40
|
-
export declare enum EAuthMeTaiwanHoleStatus {
|
|
41
|
-
NotFound = "EAuthMeTaiwanHoleStatus_NotFound",
|
|
42
|
-
Found = "EAuthMeTaiwanHoleStatus_Found"
|
|
43
|
-
}
|
|
44
|
-
export declare enum EAuthMeCardClass {
|
|
45
|
-
Invalid = "EAuthMeCardClass_Invalid",
|
|
46
|
-
Background = "EAuthMeCardClass_Background",
|
|
47
|
-
Unknown = "EAuthMeCardClass_Unknown",
|
|
48
|
-
Passport = "EAuthMeCardClass_Passport",
|
|
49
|
-
TWN_IDCard_Front = "EAuthMeCardClass_TWN_IDCard_Front",
|
|
50
|
-
TWN_IDCard_Back = "EAuthMeCardClass_TWN_IDCard_Back",
|
|
51
|
-
TWN_DriverLicense_Front = "EAuthMeCardClass_TWN_DriverLicense_Front",
|
|
52
|
-
TWN_DriverLicense_Back = "EAuthMeCardClass_TWN_DriverLicense_Back",
|
|
53
|
-
TWN_ResidentCard_Front = "EAuthMeCardClass_TWN_ResidentCard_Front",
|
|
54
|
-
TWN_ResidentCard_Back = "EAuthMeCardClass_TWN_ResidentCard_Back",
|
|
55
|
-
TWN_HealthCard_Front = "EAuthMeCardClass_TWN_HealthCard_Front",
|
|
56
|
-
TWN_VehiclesLicense_Front = "EAuthMeCardClass_TWN_VehiclesLicense_Front"
|
|
57
|
-
}
|
|
58
|
-
export declare enum EAuthMeCardMatchStatus {
|
|
59
|
-
None = "EAuthMeCardMatchStatus_None",
|
|
60
|
-
Mismatch = "EAuthMeCardMatchStatus_Mismatch",
|
|
61
|
-
NeedMoreFrame = "EAuthMeCardMatchStatus_NeedMoreFrame",
|
|
62
|
-
Match = "EAuthMeCardMatchStatus_Match"
|
|
63
|
-
}
|
|
64
|
-
export declare enum EAuthMeCardOCRStatus {
|
|
65
|
-
NoCard = "EAuthMeCardOCRStatus_NoCard",
|
|
66
|
-
WrongCardType = "EAuthMeCardOCRStatus_WrongCardType",
|
|
67
|
-
PositionNotMatch = "EAuthMeCardOCRStatus_PositionNotMatch",
|
|
68
|
-
Reflective = "EAuthMeCardOCRStatus_Reflective",
|
|
69
|
-
Blur = "EAuthMeCardOCRStatus_Blur",
|
|
70
|
-
Pass = "EAuthMeCardOCRStatus_Pass",
|
|
71
|
-
Error = "EAuthMeCardOCRStatus_Error"
|
|
72
|
-
}
|
|
73
|
-
export declare enum EAuthMeIDCardAntiFraudStatus {
|
|
74
|
-
Failed = "EAuthMeIDCardAntiFraudStatus_Failed",
|
|
75
|
-
NoCard = "EAuthMeIDCardAntiFraudStatus_NoCard",
|
|
76
|
-
WrongCardType = "EAuthMeIDCardAntiFraudStatus_WrongCardType",
|
|
77
|
-
Reflective = "EAuthMeIDCardAntiFraudStatus_Reflective",
|
|
78
|
-
Blur = "EAuthMeIDCardAntiFraudStatus_Blur",
|
|
79
|
-
Gray = "EAuthMeIDCardAntiFraudStatus_Gray",
|
|
80
|
-
PositionNotMatch = "EAuthMeIDCardAntiFraudStatus_PositionNotMatch",
|
|
81
|
-
NeedMoreFrame = "EAuthMeIDCardAntiFraudStatus_NeedMoreFrame",
|
|
82
|
-
Pass = "EAuthMeIDCardAntiFraudStatus_Pass",
|
|
83
|
-
Error = "EAuthMeIDCardAntiFraudStatus_Error"
|
|
84
|
-
}
|
|
85
|
-
export declare enum EAuthMePassportRecogStatus {
|
|
86
|
-
Success = "EAuthMePassportRecogStatus_Success",
|
|
87
|
-
WrongFormat = "EAuthMePassportRecogStatus_WrongFormat"
|
|
88
|
-
}
|
|
89
|
-
export declare enum EAuthMePassportServiceStatus {
|
|
90
|
-
Success = "EAuthMePassportServiceStatus_Success",
|
|
91
|
-
NotFound = "EAuthMePassportServiceStatus_NotFound",
|
|
92
|
-
RecogFailed = "EAuthMePassportServiceStatus_RecogFailed",
|
|
93
|
-
Error = "EAuthMePassportServiceStatus_Error"
|
|
94
|
-
}
|
|
95
|
-
export declare enum EAuthMeIDCardAntiFraudStage {
|
|
96
|
-
Frontal = "EAuthMeIDCardAntiFraudStage_Frontal",
|
|
97
|
-
Up = "EAuthMeIDCardAntiFraudStage_Up",
|
|
98
|
-
Down = "EAuthMeIDCardAntiFraudStage_Down",
|
|
99
|
-
Left = "EAuthMeIDCardAntiFraudStage_Left",
|
|
100
|
-
Right = "EAuthMeIDCardAntiFraudStage_Right",
|
|
101
|
-
IgnoreCardMatch = "EAuthMeIDCardAntiFraudStage_IgnoreCardMatch",
|
|
102
|
-
Done = "EAuthMeIDCardAntiFraudStage_Done"
|
|
103
|
-
}
|
|
1
|
+
export { EAuthMeCardClass, EAuthMeCardMatchStatus, EAuthMeCardOCRStatus, EAuthMeIDCardAntiFraudStage, EAuthMeIDCardAntiFraudStatus, EAuthMeMRZRecogStatus, EAuthMePassportServiceStatus, } from '@authme/engine';
|
|
2
|
+
export declare enum ResourceImageType {
|
|
3
|
+
Recognition = "Recognition",
|
|
4
|
+
Fraud = "Fraud",
|
|
5
|
+
Manual = "Manual"
|
|
6
|
+
}
|
|
7
|
+
export declare enum CountryCode {
|
|
8
|
+
TWN = "TWN"
|
|
9
|
+
}
|
|
10
|
+
export declare enum IdRecognitionCardType {
|
|
11
|
+
IDCard = "IDCard",
|
|
12
|
+
DriverLicense = "DriverLicense",
|
|
13
|
+
HealthCard = "HealthCard",
|
|
14
|
+
ResidentCard = "ResidentCard",
|
|
15
|
+
Passport = "Passport"
|
|
16
|
+
}
|
|
17
|
+
export declare enum ServerSideEAuthMeCardClass {
|
|
18
|
+
Invalid = "Invalid",
|
|
19
|
+
Unknown = "UnknownCard",
|
|
20
|
+
Passport = "Passport",
|
|
21
|
+
TWN_IDCard_Front = "TWN_IDCard_Front",
|
|
22
|
+
TWN_IDCard_Back = "TWN_IDCard_Back",
|
|
23
|
+
TWN_DriverLicense_Front = "TWN_DriverLicense_Front",
|
|
24
|
+
TWN_DriverLicense_Back = "TWN_DriverLicense_Back",
|
|
25
|
+
TWN_ResidentCard_Front = "TWN_ResidentCard_Front",
|
|
26
|
+
TWN_ResidentCard_Back = "TWN_ResidentCard_Back",
|
|
27
|
+
TWN_HealthCard_Front = "TWN_HealthCard_Front",
|
|
28
|
+
TWN_VehiclesLicense_Front = "TWN_VehiclesLicense_Front"
|
|
29
|
+
}
|
package/src/lib/enum/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './id-recognition.enum';
|
|
1
|
+
export * from './id-recognition.enum';
|
|
@@ -1,84 +1,74 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
documentType: string;
|
|
76
|
-
gender: string;
|
|
77
|
-
nationality: string;
|
|
78
|
-
idNumber: string;
|
|
79
|
-
[key: string]: string;
|
|
80
|
-
}
|
|
81
|
-
export interface AuthMeMRZInfo {
|
|
82
|
-
eRecogStatus: EAuthMePassportRecogStatus;
|
|
83
|
-
afVertices: number[];
|
|
84
|
-
}
|
|
1
|
+
import { EAuthMeIDCardMetalTagStatus } from '@authme/engine';
|
|
2
|
+
import { EAuthMeCardClass, EAuthMeCardMatchStatus, EAuthMeCardOCRStatus, EAuthMeIDCardAntiFraudStage, EAuthMeIDCardAntiFraudStatus, EAuthMeMRZRecogStatus, EAuthMePassportServiceStatus } from '../enum';
|
|
3
|
+
export interface IDCardAntiFraudResult {
|
|
4
|
+
info: AuthMeIDCardAntiFraudInfo;
|
|
5
|
+
statistics: AuthMeIDCardAntiFraudStatistics;
|
|
6
|
+
eStage: EAuthMeIDCardAntiFraudStage;
|
|
7
|
+
eStatus: EAuthMeIDCardAntiFraudStatus;
|
|
8
|
+
}
|
|
9
|
+
export interface AuthMeIDCardAntiFraudInfo {
|
|
10
|
+
aiCardVertices: number[];
|
|
11
|
+
fCardMatchScore: number;
|
|
12
|
+
reflective: AuthMeImageReflectiveInfo;
|
|
13
|
+
eCardMatchStatus: EAuthMeCardMatchStatus;
|
|
14
|
+
blur: AuthMeImageBlurInfo;
|
|
15
|
+
colorDetect: AuthMeIDCardColorInfo;
|
|
16
|
+
metalTag: AuthMeMetalTagInfo;
|
|
17
|
+
cardClass: AuthMeCardClassInfo;
|
|
18
|
+
}
|
|
19
|
+
export interface AuthMeImageReflectiveInfo {
|
|
20
|
+
fScore: number;
|
|
21
|
+
}
|
|
22
|
+
export interface AuthMeImageBlurInfo {
|
|
23
|
+
fScore: number;
|
|
24
|
+
}
|
|
25
|
+
export interface AuthMeIDCardColorInfo {
|
|
26
|
+
fScore: number;
|
|
27
|
+
}
|
|
28
|
+
export interface AuthMeMetalTagInfo {
|
|
29
|
+
aeStatus: EAuthMeIDCardMetalTagStatus[];
|
|
30
|
+
}
|
|
31
|
+
export interface AuthMeCardClassInfo {
|
|
32
|
+
eClass: EAuthMeCardClass;
|
|
33
|
+
}
|
|
34
|
+
export interface AuthMeIDCardAntiFraudStatistics {
|
|
35
|
+
iValidMetalTagCount: number;
|
|
36
|
+
}
|
|
37
|
+
export interface CardOCRResult {
|
|
38
|
+
info: AuthMeCardOCRInfo;
|
|
39
|
+
eStatus: EAuthMeCardOCRStatus;
|
|
40
|
+
iWidth: number;
|
|
41
|
+
iHeight: number;
|
|
42
|
+
ulStride: number;
|
|
43
|
+
pointer: number;
|
|
44
|
+
imageData?: Uint8Array;
|
|
45
|
+
}
|
|
46
|
+
export interface AuthMeCardOCRInfo {
|
|
47
|
+
aiCardVertices: number[];
|
|
48
|
+
fCardMatchScore: number;
|
|
49
|
+
cardClass: AuthMeCardClassInfo;
|
|
50
|
+
reflective: AuthMeImageReflectiveInfo;
|
|
51
|
+
blur: AuthMeImageBlurInfo;
|
|
52
|
+
}
|
|
53
|
+
export interface PassportResult {
|
|
54
|
+
info: AuthMeMRZInfo;
|
|
55
|
+
eStatus: EAuthMePassportServiceStatus;
|
|
56
|
+
tField: MRZFieldTD3;
|
|
57
|
+
}
|
|
58
|
+
export interface MRZFieldTD3 {
|
|
59
|
+
surname: string;
|
|
60
|
+
givenName: string;
|
|
61
|
+
dateOfBirth: string;
|
|
62
|
+
expiryDate: string;
|
|
63
|
+
country: string;
|
|
64
|
+
documentNumber: string;
|
|
65
|
+
documentType: string;
|
|
66
|
+
gender: string;
|
|
67
|
+
nationality: string;
|
|
68
|
+
idNumber: string;
|
|
69
|
+
[key: string]: string;
|
|
70
|
+
}
|
|
71
|
+
export interface AuthMeMRZInfo {
|
|
72
|
+
eRecogStatus: EAuthMeMRZRecogStatus;
|
|
73
|
+
afVertices: number[];
|
|
74
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './id-recognition-type.interface';
|
|
1
|
+
export * from './id-recognition-type.interface';
|
|
@@ -1,16 +1,17 @@
|
|
|
1
|
-
export interface IdRecognitionResponse {
|
|
2
|
-
id: string;
|
|
3
|
-
details: {
|
|
4
|
-
[key: string]: string;
|
|
5
|
-
};
|
|
6
|
-
}
|
|
7
|
-
export declare type IdRecognitionInfoConfirmRequest = IdRecognitionResponse;
|
|
8
|
-
export interface InitScanResponse {
|
|
9
|
-
scanId: string;
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
}
|
|
1
|
+
export interface IdRecognitionResponse {
|
|
2
|
+
id: string;
|
|
3
|
+
details: {
|
|
4
|
+
[key: string]: string;
|
|
5
|
+
};
|
|
6
|
+
}
|
|
7
|
+
export declare type IdRecognitionInfoConfirmRequest = IdRecognitionResponse;
|
|
8
|
+
export interface InitScanResponse {
|
|
9
|
+
scanId: string;
|
|
10
|
+
expiredIn: number;
|
|
11
|
+
parameters: {
|
|
12
|
+
enableManualUpload: boolean;
|
|
13
|
+
fraudRetryTimes: number;
|
|
14
|
+
fraudTimeout: number;
|
|
15
|
+
fraudMaxFps: number;
|
|
16
|
+
};
|
|
17
|
+
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
export declare enum IdType {
|
|
2
|
-
IdCard = "IDCard",
|
|
3
|
-
DriverLicense = "DriverLicense",
|
|
4
|
-
HealthCard = "HealthCard",
|
|
5
|
-
Passport = "Passport"
|
|
6
|
-
}
|
|
7
|
-
export interface IdConfig {
|
|
8
|
-
front: boolean;
|
|
9
|
-
back: boolean;
|
|
10
|
-
}
|
|
11
|
-
export declare const IdTypeConfig: {
|
|
12
|
-
[key: string]: IdConfig;
|
|
13
|
-
};
|
|
1
|
+
export declare enum IdType {
|
|
2
|
+
IdCard = "IDCard",
|
|
3
|
+
DriverLicense = "DriverLicense",
|
|
4
|
+
HealthCard = "HealthCard",
|
|
5
|
+
Passport = "Passport"
|
|
6
|
+
}
|
|
7
|
+
export interface IdConfig {
|
|
8
|
+
front: boolean;
|
|
9
|
+
back: boolean;
|
|
10
|
+
}
|
|
11
|
+
export declare const IdTypeConfig: {
|
|
12
|
+
[key: string]: IdConfig;
|
|
13
|
+
};
|
package/src/lib/model/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './id-type.enum';
|
|
2
|
-
export * from './dto.model';
|
|
1
|
+
export * from './id-type.enum';
|
|
2
|
+
export * from './dto.model';
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
import { AuthmeEngineModuleBase, MlEngine } from '@authme/engine';
|
|
2
|
-
import { CardOCRResult, IDCardAntiFraudResult, PassportResult } from './interface';
|
|
3
|
-
import { EAuthMeCardClass, EAuthMeIDCardAntiFraudStage } from './enum';
|
|
4
|
-
export declare class CardOCR extends AuthmeEngineModuleBase<CardOCRResult> {
|
|
5
|
-
private type;
|
|
6
|
-
constructor(engine: MlEngine);
|
|
7
|
-
setType(type: EAuthMeCardClass): Promise<
|
|
8
|
-
getType(): EAuthMeCardClass;
|
|
9
|
-
}
|
|
10
|
-
export declare class IdCardAntiFraudService extends AuthmeEngineModuleBase<IDCardAntiFraudResult> {
|
|
11
|
-
constructor(engine: MlEngine);
|
|
12
|
-
setStage(stageList: EAuthMeIDCardAntiFraudStage[]): Promise<
|
|
13
|
-
}
|
|
14
|
-
export declare class MRZService extends AuthmeEngineModuleBase<PassportResult> {
|
|
15
|
-
constructor(engine: MlEngine);
|
|
16
|
-
getFinalResult(): Promise<unknown>;
|
|
17
|
-
toJson(params: unknown): Promise<string>;
|
|
18
|
-
}
|
|
1
|
+
import { AuthmeEngineModuleBase, MlEngine } from '@authme/engine';
|
|
2
|
+
import { CardOCRResult, IDCardAntiFraudResult, PassportResult } from './interface';
|
|
3
|
+
import { EAuthMeCardClass, EAuthMeIDCardAntiFraudStage } from './enum';
|
|
4
|
+
export declare class CardOCR extends AuthmeEngineModuleBase<CardOCRResult> {
|
|
5
|
+
private type;
|
|
6
|
+
constructor(engine: MlEngine);
|
|
7
|
+
setType(type: EAuthMeCardClass): Promise<unknown>;
|
|
8
|
+
getType(): EAuthMeCardClass;
|
|
9
|
+
}
|
|
10
|
+
export declare class IdCardAntiFraudService extends AuthmeEngineModuleBase<IDCardAntiFraudResult> {
|
|
11
|
+
constructor(engine: MlEngine);
|
|
12
|
+
setStage(stageList: EAuthMeIDCardAntiFraudStage[]): Promise<unknown>;
|
|
13
|
+
}
|
|
14
|
+
export declare class MRZService extends AuthmeEngineModuleBase<PassportResult> {
|
|
15
|
+
constructor(engine: MlEngine);
|
|
16
|
+
getFinalResult(): Promise<unknown>;
|
|
17
|
+
toJson(params: unknown): Promise<string>;
|
|
18
|
+
}
|
package/src/lib/util.d.ts
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
|
-
import { CountryCode, IdRecognitionCardType } from './enum';
|
|
2
|
-
export declare function getCardSubTypes(type: IdRecognitionCardType, country: CountryCode
|
|
3
|
-
export declare function getRecognitionColumnOrder(column: string): number;
|
|
1
|
+
import { CountryCode, EAuthMeCardClass, IdRecognitionCardType, ServerSideEAuthMeCardClass } from './enum';
|
|
2
|
+
export declare function getCardSubTypes(type: IdRecognitionCardType, country: CountryCode): EAuthMeCardClass[];
|
|
3
|
+
export declare function getRecognitionColumnOrder(column: string): number;
|
|
4
|
+
export declare const twoWayAuthmeCardClassMap: {
|
|
5
|
+
toServer(clientEnum: `${EAuthMeCardClass}`): `${ServerSideEAuthMeCardClass}`;
|
|
6
|
+
toClient(serverEnum: `${ServerSideEAuthMeCardClass}`): `${EAuthMeCardClass}`;
|
|
7
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const version: string;
|
package/CHANGELOG.md
DELETED
|
@@ -1,190 +0,0 @@
|
|
|
1
|
-
# Changelog
|
|
2
|
-
|
|
3
|
-
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
|
|
4
|
-
|
|
5
|
-
## [2.2.0](https://github.com/AuthMe01/web-client-sdk/compare/v2.2.0-rc.13...v2.2.0) (2022-12-19)
|
|
6
|
-
|
|
7
|
-
## [2.2.0-rc.13](https://github.com/AuthMe01/web-client-sdk/compare/v2.2.0-rc.12...v2.2.0-rc.13) (2022-12-19)
|
|
8
|
-
|
|
9
|
-
### Bug Fixes
|
|
10
|
-
|
|
11
|
-
- 1.close btn add stop sdk method. 2.implement loading-sdk lottie. 3.delete vehicles license item ([83738bd](https://github.com/AuthMe01/web-client-sdk/commit/83738bd1630c539157222bc7a909962cc65696ae))
|
|
12
|
-
|
|
13
|
-
## [2.2.0-rc.12](https://github.com/AuthMe01/web-client-sdk/compare/v2.2.0-rc.11...v2.2.0-rc.12) (2022-12-16)
|
|
14
|
-
|
|
15
|
-
## [2.2.0-rc.11](https://github.com/AuthMe01/web-client-sdk/compare/v2.2.0-rc.10...v2.2.0-rc.11) (2022-12-16)
|
|
16
|
-
|
|
17
|
-
## [2.2.0-rc.10](https://github.com/AuthMe01/web-client-sdk/compare/v2.2.0-rc.9...v2.2.0-rc.10) (2022-12-15)
|
|
18
|
-
|
|
19
|
-
## [2.2.0-rc.9](https://github.com/AuthMe01/web-client-sdk/compare/v2.2.0-rc.8...v2.2.0-rc.9) (2022-12-09)
|
|
20
|
-
|
|
21
|
-
## [2.2.0-rc.8](https://github.com/AuthMe01/web-client-sdk/compare/v2.2.0-rc.7...v2.2.0-rc.8) (2022-12-07)
|
|
22
|
-
|
|
23
|
-
## [2.2.0-rc.7](https://github.com/AuthMe01/web-client-sdk/compare/v2.2.0-rc.6...v2.2.0-rc.7) (2022-12-07)
|
|
24
|
-
|
|
25
|
-
## [2.2.0-rc.6](https://github.com/AuthMe01/web-client-sdk/compare/v2.2.0-rc.5...v2.2.0-rc.6) (2022-12-05)
|
|
26
|
-
|
|
27
|
-
## [2.2.0-rc.5](https://github.com/AuthMe01/web-client-sdk/compare/v2.2.0-rc.4...v2.2.0-rc.5) (2022-12-03)
|
|
28
|
-
|
|
29
|
-
### Bug Fixes
|
|
30
|
-
|
|
31
|
-
- naming TW => TWN ([dcd4615](https://github.com/AuthMe01/web-client-sdk/commit/dcd4615f80345a8308d688671283b8b0cbb006ec))
|
|
32
|
-
|
|
33
|
-
## [2.2.0-rc.4](https://github.com/AuthMe01/web-client-sdk/compare/v2.2.0-rc.3...v2.2.0-rc.4) (2022-12-01)
|
|
34
|
-
|
|
35
|
-
## [2.2.0-rc.3](https://github.com/AuthMe01/web-client-sdk/compare/v2.2.0-rc.2...v2.2.0-rc.3) (2022-11-30)
|
|
36
|
-
|
|
37
|
-
## [2.2.0-rc.2](https://github.com/AuthMe01/web-client-sdk/compare/v2.2.0-rc.1...v2.2.0-rc.2) (2022-11-28)
|
|
38
|
-
|
|
39
|
-
### Features
|
|
40
|
-
|
|
41
|
-
- mv confirm-ui to sdk & add showConfirmPage flag ([9ff9279](https://github.com/AuthMe01/web-client-sdk/commit/9ff92795b2deaf28a89fcaabe6df24a5c67243c1))
|
|
42
|
-
|
|
43
|
-
## [2.2.0-rc.1](https://github.com/AuthMe01/web-client-sdk/compare/v2.2.0-rc.0...v2.2.0-rc.1) (2022-11-18)
|
|
44
|
-
|
|
45
|
-
## [2.2.0-rc.0](https://github.com/AuthMe01/web-client-sdk/compare/v2.1.1...v2.2.0-rc.0) (2022-11-11)
|
|
46
|
-
|
|
47
|
-
### Features
|
|
48
|
-
|
|
49
|
-
- PROD-1947 update EngineLib v4.0.0 ([b409697](https://github.com/AuthMe01/web-client-sdk/commit/b409697feececcfb92de73c924645f753b080e45))
|
|
50
|
-
|
|
51
|
-
### Bug Fixes
|
|
52
|
-
|
|
53
|
-
- field via engine-lib toJson when mrz ([dd4e731](https://github.com/AuthMe01/web-client-sdk/commit/dd4e73134dce246f450d124a0afb36e182a9873d))
|
|
54
|
-
- mrz surName => surname ([2ea119f](https://github.com/AuthMe01/web-client-sdk/commit/2ea119f2df4356ff9ac4c3bdf088be59469340a9))
|
|
55
|
-
|
|
56
|
-
## [2.1.2-rc.0](https://github.com/AuthMe01/web-client-sdk/compare/prod-2.1.1...prod-2.1.2-rc.0) (2022-09-15)
|
|
57
|
-
|
|
58
|
-
## [2.1.1](https://github.com/AuthMe01/web-client-sdk/compare/prod-2.1.0...prod-2.1.1) (2022-09-08)
|
|
59
|
-
|
|
60
|
-
## 1.2.2 (2022-07-28)
|
|
61
|
-
|
|
62
|
-
### Bug Fixes
|
|
63
|
-
|
|
64
|
-
- PROD-255 add anti fraud status enum ([c50b6e7](https://github.com/AuthMe01/web-client-sdk/commit/c50b6e717bfadb4d516cb3c60bcacb145a06cecd))
|
|
65
|
-
- PROD-255 fix memory leak issue ([7c35177](https://github.com/AuthMe01/web-client-sdk/commit/7c351779f89020694f41f38d7fd8320284c6e544))
|
|
66
|
-
- PROD-255 reduce frame size to 720p ([540e24d](https://github.com/AuthMe01/web-client-sdk/commit/540e24d9aa34e442ef6f23dc398ee7778de7fd60))
|
|
67
|
-
- PROD-255 remove console & add fas fail handle ([c2faac9](https://github.com/AuthMe01/web-client-sdk/commit/c2faac958921590958cfc851b678945babeb8402))
|
|
68
|
-
- PROD-327 change ocr confirm image to cropped version ([b233dec](https://github.com/AuthMe01/web-client-sdk/commit/b233dec49ac5d8f4873924d58335073de338b55e))
|
|
69
|
-
- PROD-327 fix confirm page display issue ([85a53f3](https://github.com/AuthMe01/web-client-sdk/commit/85a53f3ee03b61141cadf79f85923f9297e16c2c))
|
|
70
|
-
- PROD-405 Handle ocr backend recognition error ([1084e8d](https://github.com/AuthMe01/web-client-sdk/commit/1084e8d70f00ab8200f00f334272e1d594585387))
|
|
71
|
-
|
|
72
|
-
### Features
|
|
73
|
-
|
|
74
|
-
- PR-52 Add FAS porting ([d43ec7e](https://github.com/AuthMe01/web-client-sdk/commit/d43ec7e92c215b108157aa3931625865c0603540))
|
|
75
|
-
- PROD-1170 MRZ function ([f58a3d1](https://github.com/AuthMe01/web-client-sdk/commit/f58a3d1ab7e57e199fc11a4216d698668cf0c7e1))
|
|
76
|
-
- PROD-195 sdk ocr add config ([5eccd4c](https://github.com/AuthMe01/web-client-sdk/commit/5eccd4c1ecdc393e8bb617a980a7345e405ebf0c))
|
|
77
|
-
- PROD-255 add OCR api impl ([40098a8](https://github.com/AuthMe01/web-client-sdk/commit/40098a8e76b02d3a3e7f4ef642da8d1806818496))
|
|
78
|
-
- PROD-327 add ocr confirm image flow ([21e2ef1](https://github.com/AuthMe01/web-client-sdk/commit/21e2ef167452df46c8f85c426fe09c5e3899d50d))
|
|
79
|
-
- PROD-334 Add Network Error Retry ([1dafbfd](https://github.com/AuthMe01/web-client-sdk/commit/1dafbfd2d51024abed9611cda4b7bd04401ed7f1))
|
|
80
|
-
- PROD-772 Add fps limit for anti-fraud ([6afca8e](https://github.com/AuthMe01/web-client-sdk/commit/6afca8e8b71c357050ab9564ff32621f9f0dbecd))
|
|
81
|
-
- PROD-957 update engineLib v1.0.2 ([f5383e5](https://github.com/AuthMe01/web-client-sdk/commit/f5383e5210c798bf2663ad8f094a16b937ffa5b6))
|
|
82
|
-
|
|
83
|
-
## 1.2.1 (2022-07-28)
|
|
84
|
-
|
|
85
|
-
### Bug Fixes
|
|
86
|
-
|
|
87
|
-
- PROD-255 add anti fraud status enum ([c50b6e7](https://github.com/AuthMe01/web-client-sdk/commit/c50b6e717bfadb4d516cb3c60bcacb145a06cecd))
|
|
88
|
-
- PROD-255 fix memory leak issue ([7c35177](https://github.com/AuthMe01/web-client-sdk/commit/7c351779f89020694f41f38d7fd8320284c6e544))
|
|
89
|
-
- PROD-255 reduce frame size to 720p ([540e24d](https://github.com/AuthMe01/web-client-sdk/commit/540e24d9aa34e442ef6f23dc398ee7778de7fd60))
|
|
90
|
-
- PROD-255 remove console & add fas fail handle ([c2faac9](https://github.com/AuthMe01/web-client-sdk/commit/c2faac958921590958cfc851b678945babeb8402))
|
|
91
|
-
- PROD-327 change ocr confirm image to cropped version ([b233dec](https://github.com/AuthMe01/web-client-sdk/commit/b233dec49ac5d8f4873924d58335073de338b55e))
|
|
92
|
-
- PROD-327 fix confirm page display issue ([85a53f3](https://github.com/AuthMe01/web-client-sdk/commit/85a53f3ee03b61141cadf79f85923f9297e16c2c))
|
|
93
|
-
- PROD-405 Handle ocr backend recognition error ([1084e8d](https://github.com/AuthMe01/web-client-sdk/commit/1084e8d70f00ab8200f00f334272e1d594585387))
|
|
94
|
-
|
|
95
|
-
### Features
|
|
96
|
-
|
|
97
|
-
- PR-52 Add FAS porting ([d43ec7e](https://github.com/AuthMe01/web-client-sdk/commit/d43ec7e92c215b108157aa3931625865c0603540))
|
|
98
|
-
- PROD-1170 MRZ function ([f58a3d1](https://github.com/AuthMe01/web-client-sdk/commit/f58a3d1ab7e57e199fc11a4216d698668cf0c7e1))
|
|
99
|
-
- PROD-195 sdk ocr add config ([5eccd4c](https://github.com/AuthMe01/web-client-sdk/commit/5eccd4c1ecdc393e8bb617a980a7345e405ebf0c))
|
|
100
|
-
- PROD-255 add OCR api impl ([40098a8](https://github.com/AuthMe01/web-client-sdk/commit/40098a8e76b02d3a3e7f4ef642da8d1806818496))
|
|
101
|
-
- PROD-327 add ocr confirm image flow ([21e2ef1](https://github.com/AuthMe01/web-client-sdk/commit/21e2ef167452df46c8f85c426fe09c5e3899d50d))
|
|
102
|
-
- PROD-334 Add Network Error Retry ([1dafbfd](https://github.com/AuthMe01/web-client-sdk/commit/1dafbfd2d51024abed9611cda4b7bd04401ed7f1))
|
|
103
|
-
- PROD-772 Add fps limit for anti-fraud ([6afca8e](https://github.com/AuthMe01/web-client-sdk/commit/6afca8e8b71c357050ab9564ff32621f9f0dbecd))
|
|
104
|
-
- PROD-957 update engineLib v1.0.2 ([f5383e5](https://github.com/AuthMe01/web-client-sdk/commit/f5383e5210c798bf2663ad8f094a16b937ffa5b6))
|
|
105
|
-
|
|
106
|
-
# 1.2.0 (2022-07-25)
|
|
107
|
-
|
|
108
|
-
### Bug Fixes
|
|
109
|
-
|
|
110
|
-
- PROD-255 add anti fraud status enum ([c50b6e7](https://github.com/AuthMe01/web-client-sdk/commit/c50b6e717bfadb4d516cb3c60bcacb145a06cecd))
|
|
111
|
-
- PROD-255 fix memory leak issue ([7c35177](https://github.com/AuthMe01/web-client-sdk/commit/7c351779f89020694f41f38d7fd8320284c6e544))
|
|
112
|
-
- PROD-255 reduce frame size to 720p ([540e24d](https://github.com/AuthMe01/web-client-sdk/commit/540e24d9aa34e442ef6f23dc398ee7778de7fd60))
|
|
113
|
-
- PROD-255 remove console & add fas fail handle ([c2faac9](https://github.com/AuthMe01/web-client-sdk/commit/c2faac958921590958cfc851b678945babeb8402))
|
|
114
|
-
- PROD-327 change ocr confirm image to cropped version ([b233dec](https://github.com/AuthMe01/web-client-sdk/commit/b233dec49ac5d8f4873924d58335073de338b55e))
|
|
115
|
-
- PROD-327 fix confirm page display issue ([85a53f3](https://github.com/AuthMe01/web-client-sdk/commit/85a53f3ee03b61141cadf79f85923f9297e16c2c))
|
|
116
|
-
- PROD-405 Handle ocr backend recognition error ([1084e8d](https://github.com/AuthMe01/web-client-sdk/commit/1084e8d70f00ab8200f00f334272e1d594585387))
|
|
117
|
-
|
|
118
|
-
### Features
|
|
119
|
-
|
|
120
|
-
- PR-52 Add FAS porting ([d43ec7e](https://github.com/AuthMe01/web-client-sdk/commit/d43ec7e92c215b108157aa3931625865c0603540))
|
|
121
|
-
- PROD-195 sdk ocr add config ([5eccd4c](https://github.com/AuthMe01/web-client-sdk/commit/5eccd4c1ecdc393e8bb617a980a7345e405ebf0c))
|
|
122
|
-
- PROD-255 add OCR api impl ([40098a8](https://github.com/AuthMe01/web-client-sdk/commit/40098a8e76b02d3a3e7f4ef642da8d1806818496))
|
|
123
|
-
- PROD-327 add ocr confirm image flow ([21e2ef1](https://github.com/AuthMe01/web-client-sdk/commit/21e2ef167452df46c8f85c426fe09c5e3899d50d))
|
|
124
|
-
- PROD-334 Add Network Error Retry ([1dafbfd](https://github.com/AuthMe01/web-client-sdk/commit/1dafbfd2d51024abed9611cda4b7bd04401ed7f1))
|
|
125
|
-
- PROD-772 Add fps limit for anti-fraud ([6afca8e](https://github.com/AuthMe01/web-client-sdk/commit/6afca8e8b71c357050ab9564ff32621f9f0dbecd))
|
|
126
|
-
- PROD-957 update engineLib v1.0.2 ([f5383e5](https://github.com/AuthMe01/web-client-sdk/commit/f5383e5210c798bf2663ad8f094a16b937ffa5b6))
|
|
127
|
-
|
|
128
|
-
## 1.1.1 (2022-07-07)
|
|
129
|
-
|
|
130
|
-
### Bug Fixes
|
|
131
|
-
|
|
132
|
-
- PROD-255 add anti fraud status enum ([c50b6e7](https://github.com/AuthMe01/web-client-sdk/commit/c50b6e717bfadb4d516cb3c60bcacb145a06cecd))
|
|
133
|
-
- PROD-255 fix memory leak issue ([7c35177](https://github.com/AuthMe01/web-client-sdk/commit/7c351779f89020694f41f38d7fd8320284c6e544))
|
|
134
|
-
- PROD-255 reduce frame size to 720p ([540e24d](https://github.com/AuthMe01/web-client-sdk/commit/540e24d9aa34e442ef6f23dc398ee7778de7fd60))
|
|
135
|
-
- PROD-255 remove console & add fas fail handle ([c2faac9](https://github.com/AuthMe01/web-client-sdk/commit/c2faac958921590958cfc851b678945babeb8402))
|
|
136
|
-
- PROD-327 change ocr confirm image to cropped version ([b233dec](https://github.com/AuthMe01/web-client-sdk/commit/b233dec49ac5d8f4873924d58335073de338b55e))
|
|
137
|
-
- PROD-327 fix confirm page display issue ([85a53f3](https://github.com/AuthMe01/web-client-sdk/commit/85a53f3ee03b61141cadf79f85923f9297e16c2c))
|
|
138
|
-
- PROD-405 Handle ocr backend recognition error ([1084e8d](https://github.com/AuthMe01/web-client-sdk/commit/1084e8d70f00ab8200f00f334272e1d594585387))
|
|
139
|
-
|
|
140
|
-
### Features
|
|
141
|
-
|
|
142
|
-
- PR-52 Add FAS porting ([d43ec7e](https://github.com/AuthMe01/web-client-sdk/commit/d43ec7e92c215b108157aa3931625865c0603540))
|
|
143
|
-
- PROD-195 sdk ocr add config ([5eccd4c](https://github.com/AuthMe01/web-client-sdk/commit/5eccd4c1ecdc393e8bb617a980a7345e405ebf0c))
|
|
144
|
-
- PROD-255 add OCR api impl ([40098a8](https://github.com/AuthMe01/web-client-sdk/commit/40098a8e76b02d3a3e7f4ef642da8d1806818496))
|
|
145
|
-
- PROD-327 add ocr confirm image flow ([21e2ef1](https://github.com/AuthMe01/web-client-sdk/commit/21e2ef167452df46c8f85c426fe09c5e3899d50d))
|
|
146
|
-
- PROD-334 Add Network Error Retry ([1dafbfd](https://github.com/AuthMe01/web-client-sdk/commit/1dafbfd2d51024abed9611cda4b7bd04401ed7f1))
|
|
147
|
-
- PROD-772 Add fps limit for anti-fraud ([6afca8e](https://github.com/AuthMe01/web-client-sdk/commit/6afca8e8b71c357050ab9564ff32621f9f0dbecd))
|
|
148
|
-
- PROD-957 update engineLib v1.0.2 ([f5383e5](https://github.com/AuthMe01/web-client-sdk/commit/f5383e5210c798bf2663ad8f094a16b937ffa5b6))
|
|
149
|
-
|
|
150
|
-
# 1.1.0 (2022-07-06)
|
|
151
|
-
|
|
152
|
-
### Bug Fixes
|
|
153
|
-
|
|
154
|
-
- PROD-255 add anti fraud status enum ([c50b6e7](https://github.com/AuthMe01/web-client-sdk/commit/c50b6e717bfadb4d516cb3c60bcacb145a06cecd))
|
|
155
|
-
- PROD-255 fix memory leak issue ([7c35177](https://github.com/AuthMe01/web-client-sdk/commit/7c351779f89020694f41f38d7fd8320284c6e544))
|
|
156
|
-
- PROD-255 reduce frame size to 720p ([540e24d](https://github.com/AuthMe01/web-client-sdk/commit/540e24d9aa34e442ef6f23dc398ee7778de7fd60))
|
|
157
|
-
- PROD-255 remove console & add fas fail handle ([c2faac9](https://github.com/AuthMe01/web-client-sdk/commit/c2faac958921590958cfc851b678945babeb8402))
|
|
158
|
-
- PROD-327 change ocr confirm image to cropped version ([b233dec](https://github.com/AuthMe01/web-client-sdk/commit/b233dec49ac5d8f4873924d58335073de338b55e))
|
|
159
|
-
- PROD-327 fix confirm page display issue ([85a53f3](https://github.com/AuthMe01/web-client-sdk/commit/85a53f3ee03b61141cadf79f85923f9297e16c2c))
|
|
160
|
-
- PROD-405 Handle ocr backend recognition error ([1084e8d](https://github.com/AuthMe01/web-client-sdk/commit/1084e8d70f00ab8200f00f334272e1d594585387))
|
|
161
|
-
|
|
162
|
-
### Features
|
|
163
|
-
|
|
164
|
-
- PR-52 Add FAS porting ([d43ec7e](https://github.com/AuthMe01/web-client-sdk/commit/d43ec7e92c215b108157aa3931625865c0603540))
|
|
165
|
-
- PROD-195 sdk ocr add config ([5eccd4c](https://github.com/AuthMe01/web-client-sdk/commit/5eccd4c1ecdc393e8bb617a980a7345e405ebf0c))
|
|
166
|
-
- PROD-255 add OCR api impl ([40098a8](https://github.com/AuthMe01/web-client-sdk/commit/40098a8e76b02d3a3e7f4ef642da8d1806818496))
|
|
167
|
-
- PROD-327 add ocr confirm image flow ([21e2ef1](https://github.com/AuthMe01/web-client-sdk/commit/21e2ef167452df46c8f85c426fe09c5e3899d50d))
|
|
168
|
-
- PROD-334 Add Network Error Retry ([1dafbfd](https://github.com/AuthMe01/web-client-sdk/commit/1dafbfd2d51024abed9611cda4b7bd04401ed7f1))
|
|
169
|
-
- PROD-772 Add fps limit for anti-fraud ([6afca8e](https://github.com/AuthMe01/web-client-sdk/commit/6afca8e8b71c357050ab9564ff32621f9f0dbecd))
|
|
170
|
-
- PROD-957 update engineLib v1.0.2 ([f5383e5](https://github.com/AuthMe01/web-client-sdk/commit/f5383e5210c798bf2663ad8f094a16b937ffa5b6))
|
|
171
|
-
|
|
172
|
-
# 1.0.0 (2022-05-30)
|
|
173
|
-
|
|
174
|
-
### Bug Fixes
|
|
175
|
-
|
|
176
|
-
- PROD-255 add anti fraud status enum ([c50b6e7](https://github.com/AuthMe01/web-client-sdk/commit/c50b6e717bfadb4d516cb3c60bcacb145a06cecd))
|
|
177
|
-
- PROD-255 fix memory leak issue ([7c35177](https://github.com/AuthMe01/web-client-sdk/commit/7c351779f89020694f41f38d7fd8320284c6e544))
|
|
178
|
-
- PROD-255 reduce frame size to 720p ([540e24d](https://github.com/AuthMe01/web-client-sdk/commit/540e24d9aa34e442ef6f23dc398ee7778de7fd60))
|
|
179
|
-
- PROD-255 remove console & add fas fail handle ([c2faac9](https://github.com/AuthMe01/web-client-sdk/commit/c2faac958921590958cfc851b678945babeb8402))
|
|
180
|
-
- PROD-327 change ocr confirm image to cropped version ([b233dec](https://github.com/AuthMe01/web-client-sdk/commit/b233dec49ac5d8f4873924d58335073de338b55e))
|
|
181
|
-
- PROD-327 fix confirm page display issue ([85a53f3](https://github.com/AuthMe01/web-client-sdk/commit/85a53f3ee03b61141cadf79f85923f9297e16c2c))
|
|
182
|
-
- PROD-405 Handle ocr backend recognition error ([1084e8d](https://github.com/AuthMe01/web-client-sdk/commit/1084e8d70f00ab8200f00f334272e1d594585387))
|
|
183
|
-
|
|
184
|
-
### Features
|
|
185
|
-
|
|
186
|
-
- PR-52 Add FAS porting ([d43ec7e](https://github.com/AuthMe01/web-client-sdk/commit/d43ec7e92c215b108157aa3931625865c0603540))
|
|
187
|
-
- PROD-195 sdk ocr add config ([5eccd4c](https://github.com/AuthMe01/web-client-sdk/commit/5eccd4c1ecdc393e8bb617a980a7345e405ebf0c))
|
|
188
|
-
- PROD-255 add OCR api impl ([40098a8](https://github.com/AuthMe01/web-client-sdk/commit/40098a8e76b02d3a3e7f4ef642da8d1806818496))
|
|
189
|
-
- PROD-327 add ocr confirm image flow ([21e2ef1](https://github.com/AuthMe01/web-client-sdk/commit/21e2ef167452df46c8f85c426fe09c5e3899d50d))
|
|
190
|
-
- PROD-334 Add Network Error Retry ([1dafbfd](https://github.com/AuthMe01/web-client-sdk/commit/1dafbfd2d51024abed9611cda4b7bd04401ed7f1))
|
package/src/index.js
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./lib/modules-id-recognition-feature-id-recognition"), exports);
|
|
5
|
-
tslib_1.__exportStar(require("./lib/model"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./lib/enum"), exports);
|
|
7
|
-
tslib_1.__exportStar(require("./lib/interface"), exports);
|
|
8
|
-
tslib_1.__exportStar(require("./lib/util"), exports);
|
|
9
|
-
tslib_1.__exportStar(require("./lib/data-access"), exports);
|
|
10
|
-
//# sourceMappingURL=index.js.map
|
package/src/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../libs/modules/id-recognition/feature-id-recognition/src/index.ts"],"names":[],"mappings":";;;AAAA,8FAAoE;AACpE,sDAA4B;AAC5B,qDAA2B;AAC3B,0DAAgC;AAChC,qDAA2B;AAC3B,4DAAkC"}
|