rebilly-js-sdk 56.43.1 → 56.44.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/CHANGELOG.md +6 -1
- package/dist/rebilly-js-sdk.d.ts +12 -6
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1 +1,6 @@
|
|
|
1
|
-
## [56.
|
|
1
|
+
## [56.44.0](https://github.com/Rebilly/rebilly/compare/rebilly-js-sdk-v56.43.1...rebilly-js-sdk-v56.44.0) (2024-08-05)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* **api-metadata, rebilly-js-sdk:** Update resources based on latest api definitions ([#6841](https://github.com/Rebilly/rebilly/issues/6841)) ([8b38158](https://github.com/Rebilly/rebilly/commit/8b381583601d3e33572054764788d254978e0535))
|
package/dist/rebilly-js-sdk.d.ts
CHANGED
|
@@ -9176,7 +9176,7 @@ export interface coreComponents {
|
|
|
9176
9176
|
faceProofRequired?: boolean;
|
|
9177
9177
|
/**
|
|
9178
9178
|
* Specifies if the customer must use the face liveness feature when uploading a selfie.
|
|
9179
|
-
* For more information, see [Facial recognition and identity verification](https://www.rebilly.com/docs/kyc-and-aml/kyc
|
|
9179
|
+
* For more information, see [Facial recognition and identity verification](https://www.rebilly.com/docs/kyc-and-aml/kyc#facial-recognition-identity-verification).
|
|
9180
9180
|
*/
|
|
9181
9181
|
faceLivenessRequired?: boolean;
|
|
9182
9182
|
};
|
|
@@ -9328,6 +9328,8 @@ export interface coreComponents {
|
|
|
9328
9328
|
hasMatchingFaceProof?: boolean;
|
|
9329
9329
|
/** Specifies if an identity document has been tampered with. */
|
|
9330
9330
|
isTampered?: boolean;
|
|
9331
|
+
/** Specifies if the face liveness session completed. */
|
|
9332
|
+
hasCompletedFaceLiveness?: boolean;
|
|
9331
9333
|
/** Use `expirationDate` field instead. */
|
|
9332
9334
|
expiryDate?: string | null;
|
|
9333
9335
|
};
|
|
@@ -22127,7 +22129,7 @@ export interface coreComponents {
|
|
|
22127
22129
|
/** Session ID of the KYC liveness session in the third-party service. */
|
|
22128
22130
|
sessionId?: string;
|
|
22129
22131
|
/** Status of the session. */
|
|
22130
|
-
status?: "pending" | "
|
|
22132
|
+
status?: "pending" | "succeeded" | "failed" | "abandoned";
|
|
22131
22133
|
/** URL of the reference image. */
|
|
22132
22134
|
referenceImage?: string | null;
|
|
22133
22135
|
createdTime?: coreComponents["schemas"]["CreatedTime"];
|
|
@@ -42992,7 +42994,7 @@ export interface storefrontComponents {
|
|
|
42992
42994
|
faceProofRequired?: boolean;
|
|
42993
42995
|
/**
|
|
42994
42996
|
* Specifies if the customer must use the face liveness feature when uploading a selfie.
|
|
42995
|
-
* For more information, see [Facial recognition and identity verification](https://www.rebilly.com/docs/kyc-and-aml/kyc
|
|
42997
|
+
* For more information, see [Facial recognition and identity verification](https://www.rebilly.com/docs/kyc-and-aml/kyc#facial-recognition-identity-verification).
|
|
42996
42998
|
*/
|
|
42997
42999
|
faceLivenessRequired?: boolean;
|
|
42998
43000
|
};
|
|
@@ -43144,6 +43146,8 @@ export interface storefrontComponents {
|
|
|
43144
43146
|
hasMatchingFaceProof?: boolean;
|
|
43145
43147
|
/** Specifies if an identity document has been tampered with. */
|
|
43146
43148
|
isTampered?: boolean;
|
|
43149
|
+
/** Specifies if the face liveness session completed. */
|
|
43150
|
+
hasCompletedFaceLiveness?: boolean;
|
|
43147
43151
|
/** Use `expirationDate` field instead. */
|
|
43148
43152
|
expiryDate?: string | null;
|
|
43149
43153
|
};
|
|
@@ -55943,7 +55947,7 @@ export interface storefrontComponents {
|
|
|
55943
55947
|
/** Session ID of the KYC liveness session in the third-party service. */
|
|
55944
55948
|
sessionId?: string;
|
|
55945
55949
|
/** Status of the session. */
|
|
55946
|
-
status?: "pending" | "
|
|
55950
|
+
status?: "pending" | "succeeded" | "failed" | "abandoned";
|
|
55947
55951
|
/** URL of the reference image. */
|
|
55948
55952
|
referenceImage?: string | null;
|
|
55949
55953
|
createdTime?: storefrontComponents["schemas"]["CreatedTime"];
|
|
@@ -65674,7 +65678,7 @@ export interface reportsComponents {
|
|
|
65674
65678
|
faceProofRequired?: boolean;
|
|
65675
65679
|
/**
|
|
65676
65680
|
* Specifies if the customer must use the face liveness feature when uploading a selfie.
|
|
65677
|
-
* For more information, see [Facial recognition and identity verification](https://www.rebilly.com/docs/kyc-and-aml/kyc
|
|
65681
|
+
* For more information, see [Facial recognition and identity verification](https://www.rebilly.com/docs/kyc-and-aml/kyc#facial-recognition-identity-verification).
|
|
65678
65682
|
*/
|
|
65679
65683
|
faceLivenessRequired?: boolean;
|
|
65680
65684
|
};
|
|
@@ -65826,6 +65830,8 @@ export interface reportsComponents {
|
|
|
65826
65830
|
hasMatchingFaceProof?: boolean;
|
|
65827
65831
|
/** Specifies if an identity document has been tampered with. */
|
|
65828
65832
|
isTampered?: boolean;
|
|
65833
|
+
/** Specifies if the face liveness session completed. */
|
|
65834
|
+
hasCompletedFaceLiveness?: boolean;
|
|
65829
65835
|
/** Use `expirationDate` field instead. */
|
|
65830
65836
|
expiryDate?: string | null;
|
|
65831
65837
|
};
|
|
@@ -78625,7 +78631,7 @@ export interface reportsComponents {
|
|
|
78625
78631
|
/** Session ID of the KYC liveness session in the third-party service. */
|
|
78626
78632
|
sessionId?: string;
|
|
78627
78633
|
/** Status of the session. */
|
|
78628
|
-
status?: "pending" | "
|
|
78634
|
+
status?: "pending" | "succeeded" | "failed" | "abandoned";
|
|
78629
78635
|
/** URL of the reference image. */
|
|
78630
78636
|
referenceImage?: string | null;
|
|
78631
78637
|
createdTime?: reportsComponents["schemas"]["CreatedTime"];
|