File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ export type Tenant = {
156156 name : string ;
157157 selfProvisioningDomains : string [ ] ;
158158 createdTime : number ;
159- customAttributes ?: Record < string , string | number | boolean > ;
159+ customAttributes ?: Record < string , string | number | boolean | string [ ] > ;
160160 domains ?: string [ ] ;
161161 authType ?: 'none' | 'saml' | 'oidc' ;
162162 enforceSSO ?: boolean ;
@@ -349,7 +349,7 @@ export type GenerateEmbeddedLinkResponse = {
349349 token : string ;
350350} ;
351351
352- export type AttributesTypes = string | boolean | number ;
352+ export type AttributesTypes = string | boolean | number | string [ ] ;
353353
354354export type TemplateOptions = Record < string , string > ; // for providing messaging template options (templates that are being sent via email / text message)
355355
You can’t perform that action at this time.
0 commit comments