@@ -123,7 +123,7 @@ export type AddTableColumnBody = {
123123 column : {
124124 id ?: string
125125 name : string
126- type : 'string' | 'number' | 'currency' | 'boolean' | 'date' | 'json' | 'select'
126+ type : 'string' | 'number' | 'currency' | 'boolean' | 'date' | 'ttl' | ' json' | 'select'
127127 required ?: boolean
128128 unique ?: boolean
129129 options ?: Array < {
@@ -140,7 +140,7 @@ type AddTableColumnResponseRef0 = {
140140 columns : Array < {
141141 id ?: string
142142 name : string
143- type : 'string' | 'number' | 'currency' | 'boolean' | 'date' | 'json' | 'select'
143+ type : 'string' | 'number' | 'currency' | 'boolean' | 'date' | 'ttl' | ' json' | 'select'
144144 required : boolean
145145 unique : boolean
146146 workflowGroupId ?: string
@@ -190,7 +190,7 @@ export type AddWorkflowGroupBody = {
190190 }
191191 outputColumns : Array < {
192192 name : string
193- type : 'string' | 'number' | 'currency' | 'boolean' | 'date' | 'json' | 'select'
193+ type : 'string' | 'number' | 'currency' | 'boolean' | 'date' | 'ttl' | ' json' | 'select'
194194 required ?: boolean
195195 unique ?: boolean
196196 } >
@@ -225,7 +225,7 @@ type AddWorkflowGroupResponseRef1 = {
225225 columns : Array < {
226226 id ?: string
227227 name : string
228- type : 'string' | 'number' | 'currency' | 'boolean' | 'date' | 'json' | 'select'
228+ type : 'string' | 'number' | 'currency' | 'boolean' | 'date' | 'ttl' | ' json' | 'select'
229229 required : boolean
230230 unique : boolean
231231 workflowGroupId ?: string
@@ -1225,7 +1225,7 @@ export type CreateTableBody = {
12251225 columns : Array < {
12261226 id ?: string
12271227 name : string
1228- type : 'string' | 'number' | 'currency' | 'boolean' | 'date' | 'json' | 'select'
1228+ type : 'string' | 'number' | 'currency' | 'boolean' | 'date' | 'ttl' | ' json' | 'select'
12291229 required ?: boolean
12301230 unique ?: boolean
12311231 options ?: Array < {
@@ -1256,7 +1256,7 @@ type CreateTableResponseRef1 = {
12561256 columns : Array < {
12571257 id ?: string
12581258 name : string
1259- type : 'string' | 'number' | 'currency' | 'boolean' | 'date' | 'json' | 'select'
1259+ type : 'string' | 'number' | 'currency' | 'boolean' | 'date' | 'ttl' | ' json' | 'select'
12601260 required : boolean
12611261 unique : boolean
12621262 workflowGroupId ?: string
@@ -2002,7 +2002,7 @@ type DeleteTableColumnResponseRef0 = {
20022002 columns : Array < {
20032003 id ?: string
20042004 name : string
2005- type : 'string' | 'number' | 'currency' | 'boolean' | 'date' | 'json' | 'select'
2005+ type : 'string' | 'number' | 'currency' | 'boolean' | 'date' | 'ttl' | ' json' | 'select'
20062006 required : boolean
20072007 unique : boolean
20082008 workflowGroupId ?: string
@@ -2246,7 +2246,7 @@ type DeleteWorkflowGroupResponseRef0 = {
22462246 columns : Array < {
22472247 id ?: string
22482248 name : string
2249- type : 'string' | 'number' | 'currency' | 'boolean' | 'date' | 'json' | 'select'
2249+ type : 'string' | 'number' | 'currency' | 'boolean' | 'date' | 'ttl' | ' json' | 'select'
22502250 required : boolean
22512251 unique : boolean
22522252 workflowGroupId ?: string
@@ -2960,7 +2960,7 @@ type GetTableResponseRef1 = {
29602960 columns : Array < {
29612961 id ?: string
29622962 name : string
2963- type : 'string' | 'number' | 'currency' | 'boolean' | 'date' | 'json' | 'select'
2963+ type : 'string' | 'number' | 'currency' | 'boolean' | 'date' | 'ttl' | ' json' | 'select'
29642964 required : boolean
29652965 unique : boolean
29662966 workflowGroupId ?: string
@@ -4147,7 +4147,7 @@ type ListTablesResponseRef0 = {
41474147 columns : Array < {
41484148 id ?: string
41494149 name : string
4150- type : 'string' | 'number' | 'currency' | 'boolean' | 'date' | 'json' | 'select'
4150+ type : 'string' | 'number' | 'currency' | 'boolean' | 'date' | 'ttl' | ' json' | 'select'
41514151 required : boolean
41524152 unique : boolean
41534153 workflowGroupId ?: string
@@ -5691,7 +5691,7 @@ type UpdateTableResponseRef1 = {
56915691 columns : Array < {
56925692 id ?: string
56935693 name : string
5694- type : 'string' | 'number' | 'currency' | 'boolean' | 'date' | 'json' | 'select'
5694+ type : 'string' | 'number' | 'currency' | 'boolean' | 'date' | 'ttl' | ' json' | 'select'
56955695 required : boolean
56965696 unique : boolean
56975697 workflowGroupId ?: string
@@ -5733,7 +5733,7 @@ export type UpdateTableColumnBody = {
57335733 columnName : string
57345734 updates : {
57355735 name ?: string
5736- type ?: 'string' | 'number' | 'currency' | 'boolean' | 'date' | 'json' | 'select'
5736+ type ?: 'string' | 'number' | 'currency' | 'boolean' | 'date' | 'ttl' | ' json' | 'select'
57375737 required ?: boolean
57385738 unique ?: boolean
57395739 options ?: Array < {
@@ -5749,7 +5749,7 @@ type UpdateTableColumnResponseRef0 = {
57495749 columns : Array < {
57505750 id ?: string
57515751 name : string
5752- type : 'string' | 'number' | 'currency' | 'boolean' | 'date' | 'json' | 'select'
5752+ type : 'string' | 'number' | 'currency' | 'boolean' | 'date' | 'ttl' | ' json' | 'select'
57535753 required : boolean
57545754 unique : boolean
57555755 workflowGroupId ?: string
@@ -6000,7 +6000,7 @@ export type UpdateWorkflowGroupBody = {
60006000 } >
60016001 newOutputColumns ?: Array < {
60026002 name : string
6003- type : 'string' | 'number' | 'currency' | 'boolean' | 'date' | 'json' | 'select'
6003+ type : 'string' | 'number' | 'currency' | 'boolean' | 'date' | 'ttl' | ' json' | 'select'
60046004 required ?: boolean
60056005 unique ?: boolean
60066006 } >
@@ -6046,7 +6046,7 @@ type UpdateWorkflowGroupResponseRef1 = {
60466046 columns : Array < {
60476047 id ?: string
60486048 name : string
6049- type : 'string' | 'number' | 'currency' | 'boolean' | 'date' | 'json' | 'select'
6049+ type : 'string' | 'number' | 'currency' | 'boolean' | 'date' | 'ttl' | ' json' | 'select'
60506050 required : boolean
60516051 unique : boolean
60526052 workflowGroupId ?: string
0 commit comments