vesant-sdk 1.7.1-dev.8d808aa → 1.7.1-dev.9fc141f

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/index.mjs CHANGED
@@ -3524,6 +3524,9 @@ var KYC_DECLINED_DESCRIPTIONS = {
3524
3524
  KYC_PROVIDER_REJECTED: "Identity verification was rejected by the verification provider",
3525
3525
  KYC_DECLINED: "Identity verification was declined"
3526
3526
  };
3527
+ function isKycDocumentExpiredCallbackEvent(value) {
3528
+ return typeof value === "object" && value !== null && value.event === "kyc_document_expired";
3529
+ }
3527
3530
 
3528
3531
  // src/tax/client.ts
3529
3532
  var TaxClient = class extends BaseClient {
@@ -3813,6 +3816,6 @@ function buildHandler(options) {
3813
3816
  return handler;
3814
3817
  }
3815
3818
 
3816
- export { AuthenticationError, BaseClient, CGSError, CircuitBreaker, CircuitBreakerOpenError, ComplianceBlockedError, ComplianceClient, ComplianceError, DEFAULT_CURRENCY_RATES, GeolocationClient, InMemoryDedupStore, KYC_DECLINED_DESCRIPTIONS, KycClient, NetworkError, RateLimitError, RateLimitTracker, RefreshingTokenProvider, RiskProfileClient, SDK_VERSION, ServiceUnavailableError, StaticApiKeyProvider, TaxClient, TimeoutError, ValidationError, VesantError, WebhookHandler, assessGpsIntegrity, collectAll, collectDeviceSignals, createConsoleLogger, createNextWebhookHandler, createWebhookMiddleware, decodeCipherText, generateCipherText, gpsIntegrityInputFromPosition, isCipherTextExpired, noopLogger, paginate, probeGeolocationPermission, sdkReasons, verifyWebhookSignature };
3819
+ export { AuthenticationError, BaseClient, CGSError, CircuitBreaker, CircuitBreakerOpenError, ComplianceBlockedError, ComplianceClient, ComplianceError, DEFAULT_CURRENCY_RATES, GeolocationClient, InMemoryDedupStore, KYC_DECLINED_DESCRIPTIONS, KycClient, NetworkError, RateLimitError, RateLimitTracker, RefreshingTokenProvider, RiskProfileClient, SDK_VERSION, ServiceUnavailableError, StaticApiKeyProvider, TaxClient, TimeoutError, ValidationError, VesantError, WebhookHandler, assessGpsIntegrity, collectAll, collectDeviceSignals, createConsoleLogger, createNextWebhookHandler, createWebhookMiddleware, decodeCipherText, generateCipherText, gpsIntegrityInputFromPosition, isCipherTextExpired, isKycDocumentExpiredCallbackEvent, noopLogger, paginate, probeGeolocationPermission, sdkReasons, verifyWebhookSignature };
3817
3820
  //# sourceMappingURL=index.mjs.map
3818
3821
  //# sourceMappingURL=index.mjs.map