summaryrefslogtreecommitdiffhomepage
path: root/packages/sdk/js/src
diff options
context:
space:
mode:
Diffstat (limited to 'packages/sdk/js/src')
-rw-r--r--packages/sdk/js/src/gen/types.gen.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/sdk/js/src/gen/types.gen.ts b/packages/sdk/js/src/gen/types.gen.ts
index 47668750e..912631560 100644
--- a/packages/sdk/js/src/gen/types.gen.ts
+++ b/packages/sdk/js/src/gen/types.gen.ts
@@ -334,7 +334,7 @@ export type EventSessionCompacted = {
export type Permission = {
id: string
type: string
- pattern?: string
+ pattern?: string | Array<string>
sessionID: string
messageID: string
callID?: string