@authhero/adapter-interfaces 2.9.0 → 2.9.1
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.
|
@@ -66,6 +66,7 @@ export declare const tenantInsertSchema: z.ZodObject<{
|
|
|
66
66
|
trust_azure_adfs_email_verified_connection_property: z.ZodOptional<z.ZodBoolean>;
|
|
67
67
|
use_scope_descriptions_for_consent: z.ZodOptional<z.ZodBoolean>;
|
|
68
68
|
inherit_global_permissions_in_organizations: z.ZodOptional<z.ZodBoolean>;
|
|
69
|
+
restrict_undefined_scopes: z.ZodOptional<z.ZodBoolean>;
|
|
69
70
|
}, z.core.$strip>>;
|
|
70
71
|
sandbox_version: z.ZodOptional<z.ZodString>;
|
|
71
72
|
legacy_sandbox_version: z.ZodOptional<z.ZodString>;
|
|
@@ -249,6 +250,7 @@ export declare const tenantSchema: z.ZodObject<{
|
|
|
249
250
|
trust_azure_adfs_email_verified_connection_property: z.ZodOptional<z.ZodBoolean>;
|
|
250
251
|
use_scope_descriptions_for_consent: z.ZodOptional<z.ZodBoolean>;
|
|
251
252
|
inherit_global_permissions_in_organizations: z.ZodOptional<z.ZodBoolean>;
|
|
253
|
+
restrict_undefined_scopes: z.ZodOptional<z.ZodBoolean>;
|
|
252
254
|
}, z.core.$strip>>;
|
|
253
255
|
sandbox_version: z.ZodOptional<z.ZodString>;
|
|
254
256
|
legacy_sandbox_version: z.ZodOptional<z.ZodString>;
|