Skip to content

Commit 3de5b8b

Browse files
committed
ci: Generate code
1 parent 3550ec7 commit 3de5b8b

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

src/route-types.ts

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5122,9 +5122,10 @@ export type Routes = {
51225122
workspace: {
51235123
workspace_id: string
51245124
name: string
5125-
publishable_key: string
5125+
publishable_key?: string | undefined
51265126
created_at: string
51275127
is_sandbox: boolean
5128+
is_publishable_key_auth_enabled: boolean
51285129
is_suspended: boolean
51295130
company_name: string
51305131
/** deprecated: use company_name */
@@ -5151,9 +5152,10 @@ export type Routes = {
51515152
workspace: {
51525153
workspace_id: string
51535154
name: string
5154-
publishable_key: string
5155+
publishable_key?: string | undefined
51555156
created_at: string
51565157
is_sandbox: boolean
5158+
is_publishable_key_auth_enabled: boolean
51575159
is_suspended: boolean
51585160
company_name: string
51595161
/** deprecated: use company_name */
@@ -5180,9 +5182,10 @@ export type Routes = {
51805182
workspaces: {
51815183
workspace_id: string
51825184
name: string
5183-
publishable_key: string
5185+
publishable_key?: string | undefined
51845186
created_at: string
51855187
is_sandbox: boolean
5188+
is_publishable_key_auth_enabled: boolean
51865189
is_suspended: boolean
51875190
company_name: string
51885191
/** deprecated: use company_name */

0 commit comments

Comments
 (0)