@@ -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
@@ -1821,7 +1821,7 @@ export type CreateTableBody = {
18211821 columns : Array < {
18221822 id ?: string
18231823 name : string
1824- type : 'string' | 'number' | 'currency' | 'boolean' | 'date' | 'json' | 'select'
1824+ type : 'string' | 'number' | 'currency' | 'boolean' | 'date' | 'ttl' | ' json' | 'select'
18251825 required ?: boolean
18261826 unique ?: boolean
18271827 options ?: Array < {
@@ -1853,7 +1853,7 @@ type CreateTableResponseRef1 = {
18531853 columns : Array < {
18541854 id ?: string
18551855 name : string
1856- type : 'string' | 'number' | 'currency' | 'boolean' | 'date' | 'json' | 'select'
1856+ type : 'string' | 'number' | 'currency' | 'boolean' | 'date' | 'ttl' | ' json' | 'select'
18571857 required : boolean
18581858 unique : boolean
18591859 workflowGroupId ?: string
@@ -2805,7 +2805,7 @@ type DeleteTableColumnResponseRef0 = {
28052805 columns : Array < {
28062806 id ?: string
28072807 name : string
2808- type : 'string' | 'number' | 'currency' | 'boolean' | 'date' | 'json' | 'select'
2808+ type : 'string' | 'number' | 'currency' | 'boolean' | 'date' | 'ttl' | ' json' | 'select'
28092809 required : boolean
28102810 unique : boolean
28112811 workflowGroupId ?: string
@@ -3066,7 +3066,7 @@ type DeleteWorkflowGroupResponseRef0 = {
30663066 columns : Array < {
30673067 id ?: string
30683068 name : string
3069- type : 'string' | 'number' | 'currency' | 'boolean' | 'date' | 'json' | 'select'
3069+ type : 'string' | 'number' | 'currency' | 'boolean' | 'date' | 'ttl' | ' json' | 'select'
30703070 required : boolean
30713071 unique : boolean
30723072 workflowGroupId ?: string
@@ -4219,7 +4219,7 @@ type GetTableResponseRef1 = {
42194219 columns : Array < {
42204220 id ?: string
42214221 name : string
4222- type : 'string' | 'number' | 'currency' | 'boolean' | 'date' | 'json' | 'select'
4222+ type : 'string' | 'number' | 'currency' | 'boolean' | 'date' | 'ttl' | ' json' | 'select'
42234223 required : boolean
42244224 unique : boolean
42254225 workflowGroupId ?: string
@@ -5975,7 +5975,7 @@ type ListTablesResponseRef0 = {
59755975 columns : Array < {
59765976 id ?: string
59775977 name : string
5978- type : 'string' | 'number' | 'currency' | 'boolean' | 'date' | 'json' | 'select'
5978+ type : 'string' | 'number' | 'currency' | 'boolean' | 'date' | 'ttl' | ' json' | 'select'
59795979 required : boolean
59805980 unique : boolean
59815981 workflowGroupId ?: string
@@ -8319,7 +8319,7 @@ type UpdateTableResponseRef1 = {
83198319 columns : Array < {
83208320 id ?: string
83218321 name : string
8322- type : 'string' | 'number' | 'currency' | 'boolean' | 'date' | 'json' | 'select'
8322+ type : 'string' | 'number' | 'currency' | 'boolean' | 'date' | 'ttl' | ' json' | 'select'
83238323 required : boolean
83248324 unique : boolean
83258325 workflowGroupId ?: string
@@ -8361,7 +8361,7 @@ export type UpdateTableColumnBody = {
83618361 columnName : string
83628362 updates : {
83638363 name ?: string
8364- type ?: 'string' | 'number' | 'currency' | 'boolean' | 'date' | 'json' | 'select'
8364+ type ?: 'string' | 'number' | 'currency' | 'boolean' | 'date' | 'ttl' | ' json' | 'select'
83658365 required ?: boolean
83668366 unique ?: boolean
83678367 options ?: Array < {
@@ -8377,7 +8377,7 @@ type UpdateTableColumnResponseRef0 = {
83778377 columns : Array < {
83788378 id ?: string
83798379 name : string
8380- type : 'string' | 'number' | 'currency' | 'boolean' | 'date' | 'json' | 'select'
8380+ type : 'string' | 'number' | 'currency' | 'boolean' | 'date' | 'ttl' | ' json' | 'select'
83818381 required : boolean
83828382 unique : boolean
83838383 workflowGroupId ?: string
@@ -8640,7 +8640,7 @@ export type UpdateWorkflowGroupBody = {
86408640 } >
86418641 newOutputColumns ?: Array < {
86428642 name : string
8643- type : 'string' | 'number' | 'currency' | 'boolean' | 'date' | 'json' | 'select'
8643+ type : 'string' | 'number' | 'currency' | 'boolean' | 'date' | 'ttl' | ' json' | 'select'
86448644 required ?: boolean
86458645 unique ?: boolean
86468646 } >
@@ -8686,7 +8686,7 @@ type UpdateWorkflowGroupResponseRef1 = {
86868686 columns : Array < {
86878687 id ?: string
86888688 name : string
8689- type : 'string' | 'number' | 'currency' | 'boolean' | 'date' | 'json' | 'select'
8689+ type : 'string' | 'number' | 'currency' | 'boolean' | 'date' | 'ttl' | ' json' | 'select'
86908690 required : boolean
86918691 unique : boolean
86928692 workflowGroupId ?: string
0 commit comments