@clerk/types 4.93.0-canary.v20251013065321 → 4.93.0-snapshot.v20251010205949
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 +2 -0
- package/dist/index.d.ts +2 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
@@ -3708,6 +3708,7 @@ interface EnterpriseAccountConnectionJSON extends ClerkResourceJSON {
|
|
3708
3708
|
sync_user_attributes: boolean;
|
3709
3709
|
created_at: number;
|
3710
3710
|
updated_at: number;
|
3711
|
+
enterprise_connection_id: string | null;
|
3711
3712
|
}
|
3712
3713
|
interface SamlAccountJSON extends ClerkResourceJSON {
|
3713
3714
|
object: 'saml_account';
|
@@ -3720,6 +3721,7 @@ interface SamlAccountJSON extends ClerkResourceJSON {
|
|
3720
3721
|
verification?: VerificationJSON;
|
3721
3722
|
saml_connection?: SamlAccountConnectionJSON;
|
3722
3723
|
last_authenticated_at: number | null;
|
3724
|
+
enterprise_connection_id: string | null;
|
3723
3725
|
}
|
3724
3726
|
interface UserJSON extends ClerkResourceJSON {
|
3725
3727
|
object: 'user';
|
package/dist/index.d.ts
CHANGED
@@ -3708,6 +3708,7 @@ interface EnterpriseAccountConnectionJSON extends ClerkResourceJSON {
|
|
3708
3708
|
sync_user_attributes: boolean;
|
3709
3709
|
created_at: number;
|
3710
3710
|
updated_at: number;
|
3711
|
+
enterprise_connection_id: string | null;
|
3711
3712
|
}
|
3712
3713
|
interface SamlAccountJSON extends ClerkResourceJSON {
|
3713
3714
|
object: 'saml_account';
|
@@ -3720,6 +3721,7 @@ interface SamlAccountJSON extends ClerkResourceJSON {
|
|
3720
3721
|
verification?: VerificationJSON;
|
3721
3722
|
saml_connection?: SamlAccountConnectionJSON;
|
3722
3723
|
last_authenticated_at: number | null;
|
3724
|
+
enterprise_connection_id: string | null;
|
3723
3725
|
}
|
3724
3726
|
interface UserJSON extends ClerkResourceJSON {
|
3725
3727
|
object: 'user';
|