File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff 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 */
You can’t perform that action at this time.
0 commit comments