Skip to content

Commit dc9903c

Browse files
committed
fix(ci): regenerate CLI table restore type
1 parent 510f8ff commit dc9903c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/sim-cli/src/generated/v2-api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7232,7 +7232,7 @@ type RestoreTableResponseRef1 = {
72327232
columns: Array<{
72337233
id?: string
72347234
name: string
7235-
type: 'string' | 'number' | 'currency' | 'boolean' | 'date' | 'json' | 'select'
7235+
type: 'string' | 'number' | 'currency' | 'boolean' | 'date' | 'ttl' | 'json' | 'select'
72367236
required: boolean
72377237
unique: boolean
72387238
workflowGroupId?: string

0 commit comments

Comments
 (0)