@clerk/types 4.78.0 → 4.78.1-canary.v20250815212140
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
|
@@ -7270,6 +7270,8 @@ type UnstableErrors = WithParamName<{
|
|
|
7270
7270
|
organization_domain_blocked: LocalizationValue;
|
|
7271
7271
|
organization_domain_exists_for_enterprise_connection: LocalizationValue;
|
|
7272
7272
|
organization_membership_quota_exceeded: LocalizationValue;
|
|
7273
|
+
organization_not_found_or_unauthorized: LocalizationValue;
|
|
7274
|
+
organization_not_found_or_unauthorized_with_create_organization_disabled: LocalizationValue;
|
|
7273
7275
|
}>;
|
|
7274
7276
|
|
|
7275
7277
|
interface FieldError {
|
package/dist/index.d.ts
CHANGED
|
@@ -7270,6 +7270,8 @@ type UnstableErrors = WithParamName<{
|
|
|
7270
7270
|
organization_domain_blocked: LocalizationValue;
|
|
7271
7271
|
organization_domain_exists_for_enterprise_connection: LocalizationValue;
|
|
7272
7272
|
organization_membership_quota_exceeded: LocalizationValue;
|
|
7273
|
+
organization_not_found_or_unauthorized: LocalizationValue;
|
|
7274
|
+
organization_not_found_or_unauthorized_with_create_organization_disabled: LocalizationValue;
|
|
7273
7275
|
}>;
|
|
7274
7276
|
|
|
7275
7277
|
interface FieldError {
|