@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 +0 -6
- package/dist/index.d.ts +0 -6
- package/package.json +1 -1
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;
|