vesant-sdk 1.7.1-dev.301c6df → 1.7.1-dev.30e7557

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/kyc/core.mjs CHANGED
@@ -1265,7 +1265,10 @@ var KYC_DECLINED_DESCRIPTIONS = {
1265
1265
  KYC_PROVIDER_REJECTED: "Identity verification was rejected by the verification provider",
1266
1266
  KYC_DECLINED: "Identity verification was declined"
1267
1267
  };
1268
+ function isKycDocumentExpiredCallbackEvent(value) {
1269
+ return typeof value === "object" && value !== null && value.event === "kyc_document_expired";
1270
+ }
1268
1271
 
1269
- export { KYC_DECLINED_DESCRIPTIONS, KycClient };
1272
+ export { KYC_DECLINED_DESCRIPTIONS, KycClient, isKycDocumentExpiredCallbackEvent };
1270
1273
  //# sourceMappingURL=core.mjs.map
1271
1274
  //# sourceMappingURL=core.mjs.map