@clerk/types 4.59.0-snapshot.v20250515162250 → 4.59.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/dist/index.d.mts CHANGED
@@ -2772,7 +2772,6 @@ interface AuthConfigJSON extends ClerkResourceJSON {
2772
2772
  single_session_mode: boolean;
2773
2773
  claimed_at: number | null;
2774
2774
  reverification: boolean;
2775
- preferred_channels?: Record<string, PhoneCodeChannel>;
2776
2775
  }
2777
2776
  interface VerificationJSON extends ClerkResourceJSON {
2778
2777
  status: VerificationStatus;
@@ -4036,10 +4035,6 @@ interface AuthConfigResource extends ClerkResource {
4036
4035
  * Whether Reverification is enabled at the instance level.
4037
4036
  */
4038
4037
  reverification: boolean;
4039
- /**
4040
- * Preferred channels for phone code providers.
4041
- */
4042
- preferredChannels: Record<string, PhoneCodeChannel> | null;
4043
4038
  __internal_toSnapshot: () => AuthConfigJSONSnapshot;
4044
4039
  }
4045
4040
 
@@ -4168,7 +4163,6 @@ type _LocalizationResource = {
4168
4163
  signInEnterPasswordTitle: LocalizationValue;
4169
4164
  backButton: LocalizationValue;
4170
4165
  footerActionLink__useAnotherMethod: LocalizationValue;
4171
- footerActionLink__alternativePhoneCodeProvider: LocalizationValue;
4172
4166
  badge__primary: LocalizationValue;
4173
4167
  badge__thisDevice: LocalizationValue;
4174
4168
  badge__userDevice: LocalizationValue;
package/dist/index.d.ts CHANGED
@@ -2772,7 +2772,6 @@ interface AuthConfigJSON extends ClerkResourceJSON {
2772
2772
  single_session_mode: boolean;
2773
2773
  claimed_at: number | null;
2774
2774
  reverification: boolean;
2775
- preferred_channels?: Record<string, PhoneCodeChannel>;
2776
2775
  }
2777
2776
  interface VerificationJSON extends ClerkResourceJSON {
2778
2777
  status: VerificationStatus;
@@ -4036,10 +4035,6 @@ interface AuthConfigResource extends ClerkResource {
4036
4035
  * Whether Reverification is enabled at the instance level.
4037
4036
  */
4038
4037
  reverification: boolean;
4039
- /**
4040
- * Preferred channels for phone code providers.
4041
- */
4042
- preferredChannels: Record<string, PhoneCodeChannel> | null;
4043
4038
  __internal_toSnapshot: () => AuthConfigJSONSnapshot;
4044
4039
  }
4045
4040
 
@@ -4168,7 +4163,6 @@ type _LocalizationResource = {
4168
4163
  signInEnterPasswordTitle: LocalizationValue;
4169
4164
  backButton: LocalizationValue;
4170
4165
  footerActionLink__useAnotherMethod: LocalizationValue;
4171
- footerActionLink__alternativePhoneCodeProvider: LocalizationValue;
4172
4166
  badge__primary: LocalizationValue;
4173
4167
  badge__thisDevice: LocalizationValue;
4174
4168
  badge__userDevice: LocalizationValue;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clerk/types",
3
- "version": "4.59.0-snapshot.v20250515162250",
3
+ "version": "4.59.0",
4
4
  "description": "Typings for Clerk libraries.",
5
5
  "keywords": [
6
6
  "clerk",