@stytch/vanilla-js 5.9.0 → 5.9.2

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.
@@ -718,6 +718,10 @@ var AuthFlowType;
718
718
  AuthFlowType["Organization"] = "Organization";
719
719
  AuthFlowType["PasswordReset"] = "PasswordReset";
720
720
  })(AuthFlowType || (AuthFlowType = {}));
721
+ var RedirectURLType;
722
+ (function (RedirectURLType) {
723
+ RedirectURLType["ResetPassword"] = "reset_password";
724
+ })(RedirectURLType || (RedirectURLType = {}));
721
725
  var B2BMFAProducts;
722
726
  (function (B2BMFAProducts) {
723
727
  B2BMFAProducts["smsOtp"] = "smsOtp";
@@ -5674,7 +5678,7 @@ var internalSymB2C = Symbol["for"]('stytch__internal_b2c');
5674
5678
  var writeB2CInternals = function writeB2CInternals(obj, internals) {
5675
5679
  Object.assign(obj, _defineProperty({}, internalSymB2C, internals));
5676
5680
  };
5677
- var version = "5.9.0";
5681
+ var version = "5.9.2";
5678
5682
  var NetworkClient = /*#__PURE__*/function () {
5679
5683
  function NetworkClient(_publicToken, _subscriptionDataLayer, _liveAPIURL, _testAPIURL, additionalTelemetryDataFn) {
5680
5684
  _classCallCheck2(this, NetworkClient);
@@ -5864,4 +5868,4 @@ var StytchHeadlessClient = /*#__PURE__*/_createClass2(function StytchHeadlessCli
5864
5868
  networkClient: this._networkClient
5865
5869
  });
5866
5870
  });
5867
- export { AuthFlowType, B2BMFAProducts, B2BOAuthProviders, B2BProducts, BiometricsFailedError, BiometricsUnavailableError, ChallengeSigningFailedError, DeviceCredentialsNotAllowedError, FailedCodeChallengeError, FailedToDecryptDataError, InternalError, InvalidAuthorizationCredentialError, InvalidCredentialTypeError, InvalidRedirectSchemeError, InvalidStartUrlError, JSONDataNotConvertibleToStringError, KeyInvalidatedError, KeystoreUnavailableError, MissingAttestationObjectError, MissingAuthorizationCredentialIDTokenError, MissingGoogleClientIDError, MissingPKCEError, MissingPublicKeyError, MissingUrlError, NoBiometricsEnrolledError, NoBiometricsRegistrationError, NoCredentialsPresentError, NoCurrentSessionError, OAuthProviders, OTPMethods, OneTapPositions, PasskeysInvalidEncoding, PasskeysMisconfigured, PasskeysUnsupportedError, Products, RNUIProducts, RandomNumberGenerationFailed, SDKAPIUnreachableError, SDKNotConfiguredError, SignInWithAppleMisconfigured, StytchAPIError, StytchAPISchemaError, StytchAPIUnreachableError, StytchError, StytchEventType, StytchHeadlessClient, StytchSDKAPIError, StytchSDKError, StytchSDKSchemaError, StytchSDKUsageError, UNRECOVERABLE_ERROR_TYPES, UserCancellationError, UserLockedOutError, Wallets, errorToStytchError };
5871
+ export { AuthFlowType, B2BMFAProducts, B2BOAuthProviders, B2BProducts, BiometricsFailedError, BiometricsUnavailableError, ChallengeSigningFailedError, DeviceCredentialsNotAllowedError, FailedCodeChallengeError, FailedToDecryptDataError, InternalError, InvalidAuthorizationCredentialError, InvalidCredentialTypeError, InvalidRedirectSchemeError, InvalidStartUrlError, JSONDataNotConvertibleToStringError, KeyInvalidatedError, KeystoreUnavailableError, MissingAttestationObjectError, MissingAuthorizationCredentialIDTokenError, MissingGoogleClientIDError, MissingPKCEError, MissingPublicKeyError, MissingUrlError, NoBiometricsEnrolledError, NoBiometricsRegistrationError, NoCredentialsPresentError, NoCurrentSessionError, OAuthProviders, OTPMethods, OneTapPositions, PasskeysInvalidEncoding, PasskeysMisconfigured, PasskeysUnsupportedError, Products, RNUIProducts, RandomNumberGenerationFailed, RedirectURLType, SDKAPIUnreachableError, SDKNotConfiguredError, SignInWithAppleMisconfigured, StytchAPIError, StytchAPISchemaError, StytchAPIUnreachableError, StytchError, StytchEventType, StytchHeadlessClient, StytchSDKAPIError, StytchSDKError, StytchSDKSchemaError, StytchSDKUsageError, UNRECOVERABLE_ERROR_TYPES, UserCancellationError, UserLockedOutError, Wallets, errorToStytchError };
@@ -720,6 +720,10 @@ exports.AuthFlowType = void 0;
720
720
  AuthFlowType["Organization"] = "Organization";
721
721
  AuthFlowType["PasswordReset"] = "PasswordReset";
722
722
  })(exports.AuthFlowType || (exports.AuthFlowType = {}));
723
+ exports.RedirectURLType = void 0;
724
+ (function (RedirectURLType) {
725
+ RedirectURLType["ResetPassword"] = "reset_password";
726
+ })(exports.RedirectURLType || (exports.RedirectURLType = {}));
723
727
  exports.B2BMFAProducts = void 0;
724
728
  (function (B2BMFAProducts) {
725
729
  B2BMFAProducts["smsOtp"] = "smsOtp";
@@ -5676,7 +5680,7 @@ var internalSymB2C = Symbol["for"]('stytch__internal_b2c');
5676
5680
  var writeB2CInternals = function writeB2CInternals(obj, internals) {
5677
5681
  Object.assign(obj, _defineProperty({}, internalSymB2C, internals));
5678
5682
  };
5679
- var version = "5.9.0";
5683
+ var version = "5.9.2";
5680
5684
  var NetworkClient = /*#__PURE__*/function () {
5681
5685
  function NetworkClient(_publicToken, _subscriptionDataLayer, _liveAPIURL, _testAPIURL, additionalTelemetryDataFn) {
5682
5686
  _classCallCheck2(this, NetworkClient);