@@ -181,7 +181,7 @@ export type AddTableColumnBody = {
181181 column : {
182182 id ?: string
183183 name : string
184- type : 'string' | 'number' | 'currency' | 'boolean' | 'date' | 'json' | 'select'
184+ type : 'string' | 'number' | 'currency' | 'boolean' | 'date' | 'ttl' | ' json' | 'select'
185185 required ?: boolean
186186 unique ?: boolean
187187 options ?: Array < {
@@ -198,7 +198,7 @@ type AddTableColumnResponseRef0 = {
198198 columns : Array < {
199199 id ?: string
200200 name : string
201- type : 'string' | 'number' | 'currency' | 'boolean' | 'date' | 'json' | 'select'
201+ type : 'string' | 'number' | 'currency' | 'boolean' | 'date' | 'ttl' | ' json' | 'select'
202202 required : boolean
203203 unique : boolean
204204 workflowGroupId ?: string
@@ -248,7 +248,7 @@ export type AddWorkflowGroupBody = {
248248 }
249249 outputColumns : Array < {
250250 name : string
251- type : 'string' | 'number' | 'currency' | 'boolean' | 'date' | 'json' | 'select'
251+ type : 'string' | 'number' | 'currency' | 'boolean' | 'date' | 'ttl' | ' json' | 'select'
252252 required ?: boolean
253253 unique ?: boolean
254254 } >
@@ -283,7 +283,7 @@ type AddWorkflowGroupResponseRef1 = {
283283 columns : Array < {
284284 id ?: string
285285 name : string
286- type : 'string' | 'number' | 'currency' | 'boolean' | 'date' | 'json' | 'select'
286+ type : 'string' | 'number' | 'currency' | 'boolean' | 'date' | 'ttl' | ' json' | 'select'
287287 required : boolean
288288 unique : boolean
289289 workflowGroupId ?: string
@@ -1874,7 +1874,7 @@ export type CreateTableBody = {
18741874 columns : Array < {
18751875 id ?: string
18761876 name : string
1877- type : 'string' | 'number' | 'currency' | 'boolean' | 'date' | 'json' | 'select'
1877+ type : 'string' | 'number' | 'currency' | 'boolean' | 'date' | 'ttl' | ' json' | 'select'
18781878 required ?: boolean
18791879 unique ?: boolean
18801880 options ?: Array < {
@@ -1906,7 +1906,7 @@ type CreateTableResponseRef1 = {
19061906 columns : Array < {
19071907 id ?: string
19081908 name : string
1909- type : 'string' | 'number' | 'currency' | 'boolean' | 'date' | 'json' | 'select'
1909+ type : 'string' | 'number' | 'currency' | 'boolean' | 'date' | 'ttl' | ' json' | 'select'
19101910 required : boolean
19111911 unique : boolean
19121912 workflowGroupId ?: string
@@ -2858,7 +2858,7 @@ type DeleteTableColumnResponseRef0 = {
28582858 columns : Array < {
28592859 id ?: string
28602860 name : string
2861- type : 'string' | 'number' | 'currency' | 'boolean' | 'date' | 'json' | 'select'
2861+ type : 'string' | 'number' | 'currency' | 'boolean' | 'date' | 'ttl' | ' json' | 'select'
28622862 required : boolean
28632863 unique : boolean
28642864 workflowGroupId ?: string
@@ -3119,7 +3119,7 @@ type DeleteWorkflowGroupResponseRef0 = {
31193119 columns : Array < {
31203120 id ?: string
31213121 name : string
3122- type : 'string' | 'number' | 'currency' | 'boolean' | 'date' | 'json' | 'select'
3122+ type : 'string' | 'number' | 'currency' | 'boolean' | 'date' | 'ttl' | ' json' | 'select'
31233123 required : boolean
31243124 unique : boolean
31253125 workflowGroupId ?: string
@@ -4272,7 +4272,7 @@ type GetTableResponseRef1 = {
42724272 columns : Array < {
42734273 id ?: string
42744274 name : string
4275- type : 'string' | 'number' | 'currency' | 'boolean' | 'date' | 'json' | 'select'
4275+ type : 'string' | 'number' | 'currency' | 'boolean' | 'date' | 'ttl' | ' json' | 'select'
42764276 required : boolean
42774277 unique : boolean
42784278 workflowGroupId ?: string
@@ -6028,7 +6028,7 @@ type ListTablesResponseRef0 = {
60286028 columns : Array < {
60296029 id ?: string
60306030 name : string
6031- type : 'string' | 'number' | 'currency' | 'boolean' | 'date' | 'json' | 'select'
6031+ type : 'string' | 'number' | 'currency' | 'boolean' | 'date' | 'ttl' | ' json' | 'select'
60326032 required : boolean
60336033 unique : boolean
60346034 workflowGroupId ?: string
@@ -8372,7 +8372,7 @@ type UpdateTableResponseRef1 = {
83728372 columns : Array < {
83738373 id ?: string
83748374 name : string
8375- type : 'string' | 'number' | 'currency' | 'boolean' | 'date' | 'json' | 'select'
8375+ type : 'string' | 'number' | 'currency' | 'boolean' | 'date' | 'ttl' | ' json' | 'select'
83768376 required : boolean
83778377 unique : boolean
83788378 workflowGroupId ?: string
@@ -8414,7 +8414,7 @@ export type UpdateTableColumnBody = {
84148414 columnName : string
84158415 updates : {
84168416 name ?: string
8417- type ?: 'string' | 'number' | 'currency' | 'boolean' | 'date' | 'json' | 'select'
8417+ type ?: 'string' | 'number' | 'currency' | 'boolean' | 'date' | 'ttl' | ' json' | 'select'
84188418 required ?: boolean
84198419 unique ?: boolean
84208420 options ?: Array < {
@@ -8430,7 +8430,7 @@ type UpdateTableColumnResponseRef0 = {
84308430 columns : Array < {
84318431 id ?: string
84328432 name : string
8433- type : 'string' | 'number' | 'currency' | 'boolean' | 'date' | 'json' | 'select'
8433+ type : 'string' | 'number' | 'currency' | 'boolean' | 'date' | 'ttl' | ' json' | 'select'
84348434 required : boolean
84358435 unique : boolean
84368436 workflowGroupId ?: string
@@ -8693,7 +8693,7 @@ export type UpdateWorkflowGroupBody = {
86938693 } >
86948694 newOutputColumns ?: Array < {
86958695 name : string
8696- type : 'string' | 'number' | 'currency' | 'boolean' | 'date' | 'json' | 'select'
8696+ type : 'string' | 'number' | 'currency' | 'boolean' | 'date' | 'ttl' | ' json' | 'select'
86978697 required ?: boolean
86988698 unique ?: boolean
86998699 } >
@@ -8739,7 +8739,7 @@ type UpdateWorkflowGroupResponseRef1 = {
87398739 columns : Array < {
87408740 id ?: string
87418741 name : string
8742- type : 'string' | 'number' | 'currency' | 'boolean' | 'date' | 'json' | 'select'
8742+ type : 'string' | 'number' | 'currency' | 'boolean' | 'date' | 'ttl' | ' json' | 'select'
87438743 required : boolean
87448744 unique : boolean
87458745 workflowGroupId ?: string
0 commit comments