@membranehq/sdk 0.7.0 → 0.7.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bundle.d.ts +3445 -3621
- package/dist/bundle.js +10 -1
- package/dist/bundle.js.map +1 -1
- package/dist/dts/accessors/connections-accessors.d.ts +4 -3
- package/dist/dts/accessors/integrations-accessors.d.ts +4 -3
- package/dist/dts/accessors/scenarios-accessors.d.ts +4 -3
- package/dist/dts/config/config.test.d.ts +1 -0
- package/dist/dts/config/index.d.ts +42 -0
- package/dist/dts/entity-repository.d.ts +2 -2
- package/dist/dts/index.browser.d.ts +31 -0
- package/dist/dts/index.d.ts +2 -0
- package/dist/dts/index.node.d.ts +2 -0
- package/dist/dts/integration-elements/index.d.ts +0 -2
- package/dist/dts/orgs/types.d.ts +1 -0
- package/dist/dts/{workspace-elements/base/scenarios/types.d.ts → scenario-templates/index.d.ts} +64 -169
- package/dist/dts/workspace-elements/api/action-instances-api.d.ts +39 -37
- package/dist/dts/workspace-elements/api/action-run-log-records-api.d.ts +37 -37
- package/dist/dts/workspace-elements/api/actions-api.d.ts +64 -46
- package/dist/dts/workspace-elements/api/app-data-schema-instances-api.d.ts +13 -0
- package/dist/dts/workspace-elements/api/app-data-schemas-api.d.ts +3 -0
- package/dist/dts/workspace-elements/api/app-event-log-records-api.d.ts +17 -2
- package/dist/dts/workspace-elements/api/app-event-subscriptions-api.d.ts +13 -0
- package/dist/dts/workspace-elements/api/app-event-types-api.d.ts +3 -0
- package/dist/dts/workspace-elements/api/connections-api.d.ts +57 -34
- package/dist/dts/workspace-elements/api/customers-api.d.ts +3 -0
- package/dist/dts/workspace-elements/api/data-link-table-instances-api.d.ts +29 -16
- package/dist/dts/workspace-elements/api/data-link-tables-api.d.ts +3 -0
- package/dist/dts/workspace-elements/api/data-source-instances-api.d.ts +51 -32
- package/dist/dts/workspace-elements/api/data-sources-api.d.ts +70 -36
- package/dist/dts/workspace-elements/api/external-event-log-records-api.d.ts +27 -22
- package/dist/dts/workspace-elements/api/external-event-pulls-api.d.ts +27 -22
- package/dist/dts/workspace-elements/api/external-event-subscriptions-api.d.ts +21 -16
- package/dist/dts/workspace-elements/api/external-events-api.d.ts +7 -0
- package/dist/dts/workspace-elements/api/field-mapping-instances-api.d.ts +122 -76
- package/dist/dts/workspace-elements/api/field-mappings-api.d.ts +58 -24
- package/dist/dts/workspace-elements/api/flow-runs-api.d.ts +116 -104
- package/dist/dts/workspace-elements/api/flows-api.d.ts +133 -693
- package/dist/dts/workspace-elements/api/integrations-api.d.ts +12 -14
- package/dist/dts/workspace-elements/api/scenarios-api.d.ts +434 -431
- package/dist/dts/workspace-elements/base/action-instances/types.d.ts +5 -8
- package/dist/dts/workspace-elements/base/action-run-log-records/types.d.ts +2 -2
- package/dist/dts/workspace-elements/base/actions/index.d.ts +18 -15
- package/dist/dts/workspace-elements/base/app-data-schema-instances/types.d.ts +3 -0
- package/dist/dts/workspace-elements/base/app-data-schemas/types.d.ts +3 -0
- package/dist/dts/workspace-elements/base/app-event-subscriptions/types.d.ts +3 -0
- package/dist/dts/workspace-elements/base/app-event-types/types.d.ts +3 -0
- package/dist/dts/workspace-elements/base/connections/types.d.ts +5 -8
- package/dist/dts/workspace-elements/base/customers/index.d.ts +3 -0
- package/dist/dts/workspace-elements/base/data-link-table-instances/types.d.ts +5 -2
- package/dist/dts/workspace-elements/base/data-link-tables/types.d.ts +3 -0
- package/dist/dts/workspace-elements/base/data-source-instances/types.d.ts +7 -4
- package/dist/dts/workspace-elements/base/data-sources/types.d.ts +17 -10
- package/dist/dts/workspace-elements/base/external-event-log-records/types.d.ts +2 -2
- package/dist/dts/workspace-elements/base/external-event-pulls/types.d.ts +2 -2
- package/dist/dts/workspace-elements/base/external-event-subscriptions/types.d.ts +2 -2
- package/dist/dts/workspace-elements/base/field-mapping-instances/types.d.ts +7 -4
- package/dist/dts/workspace-elements/base/field-mappings/types.d.ts +15 -8
- package/dist/dts/workspace-elements/base/flow-instances/schemas.d.ts +26 -26
- package/dist/dts/workspace-elements/base/flow-instances/types.d.ts +15 -15
- package/dist/dts/workspace-elements/base/flow-runs/types.d.ts +2 -2
- package/dist/dts/workspace-elements/base/flows/types.d.ts +21 -14
- package/dist/dts/workspace-elements/base/integrations/types.d.ts +18 -0
- package/dist/dts/workspace-elements/base/scenarios/index.d.ts +163 -1
- package/dist/dts/workspace-elements/types.d.ts +118 -0
- package/dist/dts/workspace-elements-catalog/index.d.ts +1 -0
- package/dist/{index.module.d.mts → index.browser.d.mts} +17767 -17803
- package/dist/{index.d.ts → index.browser.d.ts} +17767 -17803
- package/dist/{index.js → index.browser.js} +114 -132
- package/dist/index.browser.js.map +1 -0
- package/dist/{index.module.mjs → index.browser.mjs} +110 -129
- package/dist/index.browser.mjs.map +1 -0
- package/dist/index.node.d.mts +27932 -0
- package/dist/index.node.d.ts +27932 -0
- package/dist/index.node.js +13334 -0
- package/dist/index.node.js.map +1 -0
- package/dist/index.node.mjs +12862 -0
- package/dist/index.node.mjs.map +1 -0
- package/package.json +38 -15
- package/dist/index.js.map +0 -1
- package/dist/index.module.mjs.map +0 -1
|
@@ -31,11 +31,11 @@ export declare const FindFlowRunsQuery: z.ZodObject<{
|
|
|
31
31
|
}, "strip", z.ZodTypeAny, {
|
|
32
32
|
id?: string | undefined;
|
|
33
33
|
state?: FlowRunState | undefined;
|
|
34
|
+
integrationId?: string | undefined;
|
|
34
35
|
limit?: number | undefined;
|
|
35
36
|
cursor?: string | undefined;
|
|
36
37
|
userId?: string | undefined;
|
|
37
38
|
connectionId?: string | undefined;
|
|
38
|
-
integrationId?: string | undefined;
|
|
39
39
|
universalFlowId?: string | undefined;
|
|
40
40
|
flowId?: string | undefined;
|
|
41
41
|
startedAfter?: string | undefined;
|
|
@@ -44,11 +44,11 @@ export declare const FindFlowRunsQuery: z.ZodObject<{
|
|
|
44
44
|
}, {
|
|
45
45
|
id?: string | undefined;
|
|
46
46
|
state?: FlowRunState | undefined;
|
|
47
|
+
integrationId?: string | undefined;
|
|
47
48
|
limit?: number | undefined;
|
|
48
49
|
cursor?: string | undefined;
|
|
49
50
|
userId?: string | undefined;
|
|
50
51
|
connectionId?: string | undefined;
|
|
51
|
-
integrationId?: string | undefined;
|
|
52
52
|
universalFlowId?: string | undefined;
|
|
53
53
|
flowId?: string | undefined;
|
|
54
54
|
startedAfter?: string | undefined;
|
|
@@ -113,6 +113,7 @@ export declare const FlowRunApiResponse: z.ZodObject<{
|
|
|
113
113
|
key: z.ZodOptional<z.ZodString>;
|
|
114
114
|
uuid: z.ZodOptional<z.ZodString>;
|
|
115
115
|
description: z.ZodOptional<z.ZodString>;
|
|
116
|
+
meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
116
117
|
name: z.ZodString;
|
|
117
118
|
errors: z.ZodOptional<z.ZodArray<z.ZodType<import("../..").ErrorDataSchema, z.ZodTypeDef, import("../..").ErrorDataSchema>, "many">>;
|
|
118
119
|
revision: z.ZodOptional<z.ZodString>;
|
|
@@ -132,7 +133,6 @@ export declare const FlowRunApiResponse: z.ZodObject<{
|
|
|
132
133
|
createdAt: z.ZodString;
|
|
133
134
|
updatedAt: z.ZodString;
|
|
134
135
|
state: z.ZodOptional<z.ZodNativeEnum<typeof import("..").WorkspaceElementState>>;
|
|
135
|
-
outdated: z.ZodOptional<z.ZodBoolean>;
|
|
136
136
|
customized: z.ZodOptional<z.ZodObject<{
|
|
137
137
|
name: z.ZodOptional<z.ZodBoolean>;
|
|
138
138
|
nodes: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -149,12 +149,13 @@ export declare const FlowRunApiResponse: z.ZodObject<{
|
|
|
149
149
|
name: string;
|
|
150
150
|
createdAt: string;
|
|
151
151
|
updatedAt: string;
|
|
152
|
-
userId: string;
|
|
153
152
|
integrationId: string;
|
|
153
|
+
userId: string;
|
|
154
154
|
enabled: boolean;
|
|
155
155
|
key?: string | undefined;
|
|
156
156
|
uuid?: string | undefined;
|
|
157
157
|
description?: string | undefined;
|
|
158
|
+
meta?: Record<string, any> | undefined;
|
|
158
159
|
state?: import("..").WorkspaceElementState | undefined;
|
|
159
160
|
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
160
161
|
revision?: string | undefined;
|
|
@@ -163,27 +164,27 @@ export declare const FlowRunApiResponse: z.ZodObject<{
|
|
|
163
164
|
instanceKey?: string | undefined;
|
|
164
165
|
connectionId?: string | undefined;
|
|
165
166
|
parameters?: any;
|
|
166
|
-
customized?: {
|
|
167
|
-
name?: boolean | undefined;
|
|
168
|
-
nodes?: boolean | undefined;
|
|
169
|
-
} | undefined;
|
|
170
167
|
parametersSchema?: import("../..").DataSchema | undefined;
|
|
171
168
|
dependencies?: any[] | undefined;
|
|
172
169
|
universalFlowId?: string | undefined;
|
|
173
170
|
nodes?: Record<string, any> | undefined;
|
|
174
171
|
flowId?: string | undefined;
|
|
175
|
-
|
|
172
|
+
customized?: {
|
|
173
|
+
name?: boolean | undefined;
|
|
174
|
+
nodes?: boolean | undefined;
|
|
175
|
+
} | undefined;
|
|
176
176
|
}, {
|
|
177
177
|
id: string;
|
|
178
178
|
name: string;
|
|
179
179
|
createdAt: string;
|
|
180
180
|
updatedAt: string;
|
|
181
|
-
userId: string;
|
|
182
181
|
integrationId: string;
|
|
182
|
+
userId: string;
|
|
183
183
|
enabled: boolean;
|
|
184
184
|
key?: string | undefined;
|
|
185
185
|
uuid?: string | undefined;
|
|
186
186
|
description?: string | undefined;
|
|
187
|
+
meta?: Record<string, any> | undefined;
|
|
187
188
|
state?: import("..").WorkspaceElementState | undefined;
|
|
188
189
|
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
189
190
|
revision?: string | undefined;
|
|
@@ -192,16 +193,15 @@ export declare const FlowRunApiResponse: z.ZodObject<{
|
|
|
192
193
|
instanceKey?: string | undefined;
|
|
193
194
|
connectionId?: string | undefined;
|
|
194
195
|
parameters?: any;
|
|
195
|
-
customized?: {
|
|
196
|
-
name?: boolean | undefined;
|
|
197
|
-
nodes?: boolean | undefined;
|
|
198
|
-
} | undefined;
|
|
199
196
|
parametersSchema?: import("../..").DataSchema | undefined;
|
|
200
197
|
dependencies?: any[] | undefined;
|
|
201
198
|
universalFlowId?: string | undefined;
|
|
202
199
|
nodes?: Record<string, any> | undefined;
|
|
203
200
|
flowId?: string | undefined;
|
|
204
|
-
|
|
201
|
+
customized?: {
|
|
202
|
+
name?: boolean | undefined;
|
|
203
|
+
nodes?: boolean | undefined;
|
|
204
|
+
} | undefined;
|
|
205
205
|
}>>;
|
|
206
206
|
connection: z.ZodOptional<z.ZodObject<{
|
|
207
207
|
id: z.ZodString;
|
|
@@ -211,6 +211,7 @@ export declare const FlowRunApiResponse: z.ZodObject<{
|
|
|
211
211
|
isTest: z.ZodOptional<z.ZodBoolean>;
|
|
212
212
|
disconnected: z.ZodOptional<z.ZodBoolean>;
|
|
213
213
|
isDefunct: z.ZodOptional<z.ZodBoolean>;
|
|
214
|
+
state: z.ZodOptional<z.ZodNativeEnum<typeof import("..").WorkspaceElementState>>;
|
|
214
215
|
error: z.ZodOptional<z.ZodType<import("../..").ErrorDataSchema, z.ZodTypeDef, import("../..").ErrorDataSchema>>;
|
|
215
216
|
integrationId: z.ZodString;
|
|
216
217
|
authOptionKey: z.ZodOptional<z.ZodString>;
|
|
@@ -220,24 +221,21 @@ export declare const FlowRunApiResponse: z.ZodObject<{
|
|
|
220
221
|
nextCredentialsRefreshAt: z.ZodOptional<z.ZodString>;
|
|
221
222
|
archivedAt: z.ZodOptional<z.ZodString>;
|
|
222
223
|
isDeactivated: z.ZodOptional<z.ZodBoolean>;
|
|
223
|
-
state: z.ZodOptional<z.ZodNativeEnum<typeof import("..").WorkspaceElementState>>;
|
|
224
|
-
errors: z.ZodOptional<z.ZodArray<z.ZodType<import("../..").ErrorDataSchema, z.ZodTypeDef, import("../..").ErrorDataSchema>, "many">>;
|
|
225
224
|
meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
226
225
|
}, "strip", z.ZodTypeAny, {
|
|
227
226
|
id: string;
|
|
228
227
|
name: string;
|
|
229
228
|
createdAt: string;
|
|
230
229
|
updatedAt: string;
|
|
231
|
-
userId: string;
|
|
232
230
|
integrationId: string;
|
|
231
|
+
userId: string;
|
|
233
232
|
error?: import("../..").ErrorDataSchema | undefined;
|
|
233
|
+
meta?: Record<string, any> | undefined;
|
|
234
234
|
state?: import("..").WorkspaceElementState | undefined;
|
|
235
|
-
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
236
235
|
archivedAt?: string | undefined;
|
|
237
236
|
isDeactivated?: boolean | undefined;
|
|
238
237
|
authOptionKey?: string | undefined;
|
|
239
238
|
isTest?: boolean | undefined;
|
|
240
|
-
meta?: Record<string, any> | undefined;
|
|
241
239
|
disconnected?: boolean | undefined;
|
|
242
240
|
isDefunct?: boolean | undefined;
|
|
243
241
|
lastActiveAt?: string | undefined;
|
|
@@ -247,16 +245,15 @@ export declare const FlowRunApiResponse: z.ZodObject<{
|
|
|
247
245
|
name: string;
|
|
248
246
|
createdAt: string;
|
|
249
247
|
updatedAt: string;
|
|
250
|
-
userId: string;
|
|
251
248
|
integrationId: string;
|
|
249
|
+
userId: string;
|
|
252
250
|
error?: import("../..").ErrorDataSchema | undefined;
|
|
251
|
+
meta?: Record<string, any> | undefined;
|
|
253
252
|
state?: import("..").WorkspaceElementState | undefined;
|
|
254
|
-
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
255
253
|
archivedAt?: string | undefined;
|
|
256
254
|
isDeactivated?: boolean | undefined;
|
|
257
255
|
authOptionKey?: string | undefined;
|
|
258
256
|
isTest?: boolean | undefined;
|
|
259
|
-
meta?: Record<string, any> | undefined;
|
|
260
257
|
disconnected?: boolean | undefined;
|
|
261
258
|
isDefunct?: boolean | undefined;
|
|
262
259
|
lastActiveAt?: string | undefined;
|
|
@@ -267,6 +264,7 @@ export declare const FlowRunApiResponse: z.ZodObject<{
|
|
|
267
264
|
key: z.ZodOptional<z.ZodString>;
|
|
268
265
|
uuid: z.ZodOptional<z.ZodString>;
|
|
269
266
|
description: z.ZodOptional<z.ZodString>;
|
|
267
|
+
meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
270
268
|
name: z.ZodString;
|
|
271
269
|
state: z.ZodOptional<z.ZodNativeEnum<typeof import("..").WorkspaceElementState>>;
|
|
272
270
|
errors: z.ZodOptional<z.ZodArray<z.ZodType<import("../..").ErrorDataSchema, z.ZodTypeDef, import("../..").ErrorDataSchema>, "many">>;
|
|
@@ -301,6 +299,7 @@ export declare const FlowRunApiResponse: z.ZodObject<{
|
|
|
301
299
|
key?: string | undefined;
|
|
302
300
|
uuid?: string | undefined;
|
|
303
301
|
description?: string | undefined;
|
|
302
|
+
meta?: Record<string, any> | undefined;
|
|
304
303
|
state?: import("..").WorkspaceElementState | undefined;
|
|
305
304
|
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
306
305
|
revision?: string | undefined;
|
|
@@ -332,6 +331,7 @@ export declare const FlowRunApiResponse: z.ZodObject<{
|
|
|
332
331
|
key?: string | undefined;
|
|
333
332
|
uuid?: string | undefined;
|
|
334
333
|
description?: string | undefined;
|
|
334
|
+
meta?: Record<string, any> | undefined;
|
|
335
335
|
state?: import("..").WorkspaceElementState | undefined;
|
|
336
336
|
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
337
337
|
revision?: string | undefined;
|
|
@@ -360,6 +360,7 @@ export declare const FlowRunApiResponse: z.ZodObject<{
|
|
|
360
360
|
user: z.ZodOptional<z.ZodObject<{
|
|
361
361
|
id: z.ZodString;
|
|
362
362
|
name: z.ZodString;
|
|
363
|
+
meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
363
364
|
internalId: z.ZodString;
|
|
364
365
|
fields: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
365
366
|
credentials: z.ZodOptional<z.ZodAny>;
|
|
@@ -372,6 +373,7 @@ export declare const FlowRunApiResponse: z.ZodObject<{
|
|
|
372
373
|
id: string;
|
|
373
374
|
name: string;
|
|
374
375
|
internalId: string;
|
|
376
|
+
meta?: Record<string, any> | undefined;
|
|
375
377
|
createdAt?: string | undefined;
|
|
376
378
|
archivedAt?: string | undefined;
|
|
377
379
|
credentials?: any;
|
|
@@ -383,6 +385,7 @@ export declare const FlowRunApiResponse: z.ZodObject<{
|
|
|
383
385
|
id: string;
|
|
384
386
|
name: string;
|
|
385
387
|
internalId: string;
|
|
388
|
+
meta?: Record<string, any> | undefined;
|
|
386
389
|
createdAt?: string | undefined;
|
|
387
390
|
archivedAt?: string | undefined;
|
|
388
391
|
credentials?: any;
|
|
@@ -403,16 +406,15 @@ export declare const FlowRunApiResponse: z.ZodObject<{
|
|
|
403
406
|
name: string;
|
|
404
407
|
createdAt: string;
|
|
405
408
|
updatedAt: string;
|
|
406
|
-
userId: string;
|
|
407
409
|
integrationId: string;
|
|
410
|
+
userId: string;
|
|
408
411
|
error?: import("../..").ErrorDataSchema | undefined;
|
|
412
|
+
meta?: Record<string, any> | undefined;
|
|
409
413
|
state?: import("..").WorkspaceElementState | undefined;
|
|
410
|
-
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
411
414
|
archivedAt?: string | undefined;
|
|
412
415
|
isDeactivated?: boolean | undefined;
|
|
413
416
|
authOptionKey?: string | undefined;
|
|
414
417
|
isTest?: boolean | undefined;
|
|
415
|
-
meta?: Record<string, any> | undefined;
|
|
416
418
|
disconnected?: boolean | undefined;
|
|
417
419
|
isDefunct?: boolean | undefined;
|
|
418
420
|
lastActiveAt?: string | undefined;
|
|
@@ -425,6 +427,7 @@ export declare const FlowRunApiResponse: z.ZodObject<{
|
|
|
425
427
|
key?: string | undefined;
|
|
426
428
|
uuid?: string | undefined;
|
|
427
429
|
description?: string | undefined;
|
|
430
|
+
meta?: Record<string, any> | undefined;
|
|
428
431
|
state?: import("..").WorkspaceElementState | undefined;
|
|
429
432
|
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
430
433
|
revision?: string | undefined;
|
|
@@ -452,14 +455,15 @@ export declare const FlowRunApiResponse: z.ZodObject<{
|
|
|
452
455
|
} | undefined;
|
|
453
456
|
name?: string | undefined;
|
|
454
457
|
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
455
|
-
connectionId?: string | undefined;
|
|
456
458
|
integrationId?: string | undefined;
|
|
459
|
+
connectionId?: string | undefined;
|
|
457
460
|
input?: any;
|
|
458
461
|
endTime?: string | undefined;
|
|
459
462
|
user?: {
|
|
460
463
|
id: string;
|
|
461
464
|
name: string;
|
|
462
465
|
internalId: string;
|
|
466
|
+
meta?: Record<string, any> | undefined;
|
|
463
467
|
createdAt?: string | undefined;
|
|
464
468
|
archivedAt?: string | undefined;
|
|
465
469
|
credentials?: any;
|
|
@@ -484,12 +488,13 @@ export declare const FlowRunApiResponse: z.ZodObject<{
|
|
|
484
488
|
name: string;
|
|
485
489
|
createdAt: string;
|
|
486
490
|
updatedAt: string;
|
|
487
|
-
userId: string;
|
|
488
491
|
integrationId: string;
|
|
492
|
+
userId: string;
|
|
489
493
|
enabled: boolean;
|
|
490
494
|
key?: string | undefined;
|
|
491
495
|
uuid?: string | undefined;
|
|
492
496
|
description?: string | undefined;
|
|
497
|
+
meta?: Record<string, any> | undefined;
|
|
493
498
|
state?: import("..").WorkspaceElementState | undefined;
|
|
494
499
|
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
495
500
|
revision?: string | undefined;
|
|
@@ -498,16 +503,15 @@ export declare const FlowRunApiResponse: z.ZodObject<{
|
|
|
498
503
|
instanceKey?: string | undefined;
|
|
499
504
|
connectionId?: string | undefined;
|
|
500
505
|
parameters?: any;
|
|
501
|
-
customized?: {
|
|
502
|
-
name?: boolean | undefined;
|
|
503
|
-
nodes?: boolean | undefined;
|
|
504
|
-
} | undefined;
|
|
505
506
|
parametersSchema?: import("../..").DataSchema | undefined;
|
|
506
507
|
dependencies?: any[] | undefined;
|
|
507
508
|
universalFlowId?: string | undefined;
|
|
508
509
|
nodes?: Record<string, any> | undefined;
|
|
509
510
|
flowId?: string | undefined;
|
|
510
|
-
|
|
511
|
+
customized?: {
|
|
512
|
+
name?: boolean | undefined;
|
|
513
|
+
nodes?: boolean | undefined;
|
|
514
|
+
} | undefined;
|
|
511
515
|
} | undefined;
|
|
512
516
|
}, {
|
|
513
517
|
id: string;
|
|
@@ -521,16 +525,15 @@ export declare const FlowRunApiResponse: z.ZodObject<{
|
|
|
521
525
|
name: string;
|
|
522
526
|
createdAt: string;
|
|
523
527
|
updatedAt: string;
|
|
524
|
-
userId: string;
|
|
525
528
|
integrationId: string;
|
|
529
|
+
userId: string;
|
|
526
530
|
error?: import("../..").ErrorDataSchema | undefined;
|
|
531
|
+
meta?: Record<string, any> | undefined;
|
|
527
532
|
state?: import("..").WorkspaceElementState | undefined;
|
|
528
|
-
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
529
533
|
archivedAt?: string | undefined;
|
|
530
534
|
isDeactivated?: boolean | undefined;
|
|
531
535
|
authOptionKey?: string | undefined;
|
|
532
536
|
isTest?: boolean | undefined;
|
|
533
|
-
meta?: Record<string, any> | undefined;
|
|
534
537
|
disconnected?: boolean | undefined;
|
|
535
538
|
isDefunct?: boolean | undefined;
|
|
536
539
|
lastActiveAt?: string | undefined;
|
|
@@ -543,6 +546,7 @@ export declare const FlowRunApiResponse: z.ZodObject<{
|
|
|
543
546
|
key?: string | undefined;
|
|
544
547
|
uuid?: string | undefined;
|
|
545
548
|
description?: string | undefined;
|
|
549
|
+
meta?: Record<string, any> | undefined;
|
|
546
550
|
state?: import("..").WorkspaceElementState | undefined;
|
|
547
551
|
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
548
552
|
revision?: string | undefined;
|
|
@@ -570,14 +574,15 @@ export declare const FlowRunApiResponse: z.ZodObject<{
|
|
|
570
574
|
} | undefined;
|
|
571
575
|
name?: string | undefined;
|
|
572
576
|
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
573
|
-
connectionId?: string | undefined;
|
|
574
577
|
integrationId?: string | undefined;
|
|
578
|
+
connectionId?: string | undefined;
|
|
575
579
|
input?: any;
|
|
576
580
|
endTime?: string | undefined;
|
|
577
581
|
user?: {
|
|
578
582
|
id: string;
|
|
579
583
|
name: string;
|
|
580
584
|
internalId: string;
|
|
585
|
+
meta?: Record<string, any> | undefined;
|
|
581
586
|
createdAt?: string | undefined;
|
|
582
587
|
archivedAt?: string | undefined;
|
|
583
588
|
credentials?: any;
|
|
@@ -602,12 +607,13 @@ export declare const FlowRunApiResponse: z.ZodObject<{
|
|
|
602
607
|
name: string;
|
|
603
608
|
createdAt: string;
|
|
604
609
|
updatedAt: string;
|
|
605
|
-
userId: string;
|
|
606
610
|
integrationId: string;
|
|
611
|
+
userId: string;
|
|
607
612
|
enabled: boolean;
|
|
608
613
|
key?: string | undefined;
|
|
609
614
|
uuid?: string | undefined;
|
|
610
615
|
description?: string | undefined;
|
|
616
|
+
meta?: Record<string, any> | undefined;
|
|
611
617
|
state?: import("..").WorkspaceElementState | undefined;
|
|
612
618
|
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
613
619
|
revision?: string | undefined;
|
|
@@ -616,16 +622,15 @@ export declare const FlowRunApiResponse: z.ZodObject<{
|
|
|
616
622
|
instanceKey?: string | undefined;
|
|
617
623
|
connectionId?: string | undefined;
|
|
618
624
|
parameters?: any;
|
|
619
|
-
customized?: {
|
|
620
|
-
name?: boolean | undefined;
|
|
621
|
-
nodes?: boolean | undefined;
|
|
622
|
-
} | undefined;
|
|
623
625
|
parametersSchema?: import("../..").DataSchema | undefined;
|
|
624
626
|
dependencies?: any[] | undefined;
|
|
625
627
|
universalFlowId?: string | undefined;
|
|
626
628
|
nodes?: Record<string, any> | undefined;
|
|
627
629
|
flowId?: string | undefined;
|
|
628
|
-
|
|
630
|
+
customized?: {
|
|
631
|
+
name?: boolean | undefined;
|
|
632
|
+
nodes?: boolean | undefined;
|
|
633
|
+
} | undefined;
|
|
629
634
|
} | undefined;
|
|
630
635
|
}>;
|
|
631
636
|
export type FlowRunApiResponse = z.infer<typeof FlowRunApiResponse>;
|
|
@@ -676,6 +681,7 @@ export declare const FindFlowRunsResponse: z.ZodObject<{
|
|
|
676
681
|
key: z.ZodOptional<z.ZodString>;
|
|
677
682
|
uuid: z.ZodOptional<z.ZodString>;
|
|
678
683
|
description: z.ZodOptional<z.ZodString>;
|
|
684
|
+
meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
679
685
|
name: z.ZodString;
|
|
680
686
|
errors: z.ZodOptional<z.ZodArray<z.ZodType<import("../..").ErrorDataSchema, z.ZodTypeDef, import("../..").ErrorDataSchema>, "many">>;
|
|
681
687
|
revision: z.ZodOptional<z.ZodString>;
|
|
@@ -695,7 +701,6 @@ export declare const FindFlowRunsResponse: z.ZodObject<{
|
|
|
695
701
|
createdAt: z.ZodString;
|
|
696
702
|
updatedAt: z.ZodString;
|
|
697
703
|
state: z.ZodOptional<z.ZodNativeEnum<typeof import("..").WorkspaceElementState>>;
|
|
698
|
-
outdated: z.ZodOptional<z.ZodBoolean>;
|
|
699
704
|
customized: z.ZodOptional<z.ZodObject<{
|
|
700
705
|
name: z.ZodOptional<z.ZodBoolean>;
|
|
701
706
|
nodes: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -712,12 +717,13 @@ export declare const FindFlowRunsResponse: z.ZodObject<{
|
|
|
712
717
|
name: string;
|
|
713
718
|
createdAt: string;
|
|
714
719
|
updatedAt: string;
|
|
715
|
-
userId: string;
|
|
716
720
|
integrationId: string;
|
|
721
|
+
userId: string;
|
|
717
722
|
enabled: boolean;
|
|
718
723
|
key?: string | undefined;
|
|
719
724
|
uuid?: string | undefined;
|
|
720
725
|
description?: string | undefined;
|
|
726
|
+
meta?: Record<string, any> | undefined;
|
|
721
727
|
state?: import("..").WorkspaceElementState | undefined;
|
|
722
728
|
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
723
729
|
revision?: string | undefined;
|
|
@@ -726,27 +732,27 @@ export declare const FindFlowRunsResponse: z.ZodObject<{
|
|
|
726
732
|
instanceKey?: string | undefined;
|
|
727
733
|
connectionId?: string | undefined;
|
|
728
734
|
parameters?: any;
|
|
729
|
-
customized?: {
|
|
730
|
-
name?: boolean | undefined;
|
|
731
|
-
nodes?: boolean | undefined;
|
|
732
|
-
} | undefined;
|
|
733
735
|
parametersSchema?: import("../..").DataSchema | undefined;
|
|
734
736
|
dependencies?: any[] | undefined;
|
|
735
737
|
universalFlowId?: string | undefined;
|
|
736
738
|
nodes?: Record<string, any> | undefined;
|
|
737
739
|
flowId?: string | undefined;
|
|
738
|
-
|
|
740
|
+
customized?: {
|
|
741
|
+
name?: boolean | undefined;
|
|
742
|
+
nodes?: boolean | undefined;
|
|
743
|
+
} | undefined;
|
|
739
744
|
}, {
|
|
740
745
|
id: string;
|
|
741
746
|
name: string;
|
|
742
747
|
createdAt: string;
|
|
743
748
|
updatedAt: string;
|
|
744
|
-
userId: string;
|
|
745
749
|
integrationId: string;
|
|
750
|
+
userId: string;
|
|
746
751
|
enabled: boolean;
|
|
747
752
|
key?: string | undefined;
|
|
748
753
|
uuid?: string | undefined;
|
|
749
754
|
description?: string | undefined;
|
|
755
|
+
meta?: Record<string, any> | undefined;
|
|
750
756
|
state?: import("..").WorkspaceElementState | undefined;
|
|
751
757
|
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
752
758
|
revision?: string | undefined;
|
|
@@ -755,16 +761,15 @@ export declare const FindFlowRunsResponse: z.ZodObject<{
|
|
|
755
761
|
instanceKey?: string | undefined;
|
|
756
762
|
connectionId?: string | undefined;
|
|
757
763
|
parameters?: any;
|
|
758
|
-
customized?: {
|
|
759
|
-
name?: boolean | undefined;
|
|
760
|
-
nodes?: boolean | undefined;
|
|
761
|
-
} | undefined;
|
|
762
764
|
parametersSchema?: import("../..").DataSchema | undefined;
|
|
763
765
|
dependencies?: any[] | undefined;
|
|
764
766
|
universalFlowId?: string | undefined;
|
|
765
767
|
nodes?: Record<string, any> | undefined;
|
|
766
768
|
flowId?: string | undefined;
|
|
767
|
-
|
|
769
|
+
customized?: {
|
|
770
|
+
name?: boolean | undefined;
|
|
771
|
+
nodes?: boolean | undefined;
|
|
772
|
+
} | undefined;
|
|
768
773
|
}>>;
|
|
769
774
|
connection: z.ZodOptional<z.ZodObject<{
|
|
770
775
|
id: z.ZodString;
|
|
@@ -774,6 +779,7 @@ export declare const FindFlowRunsResponse: z.ZodObject<{
|
|
|
774
779
|
isTest: z.ZodOptional<z.ZodBoolean>;
|
|
775
780
|
disconnected: z.ZodOptional<z.ZodBoolean>;
|
|
776
781
|
isDefunct: z.ZodOptional<z.ZodBoolean>;
|
|
782
|
+
state: z.ZodOptional<z.ZodNativeEnum<typeof import("..").WorkspaceElementState>>;
|
|
777
783
|
error: z.ZodOptional<z.ZodType<import("../..").ErrorDataSchema, z.ZodTypeDef, import("../..").ErrorDataSchema>>;
|
|
778
784
|
integrationId: z.ZodString;
|
|
779
785
|
authOptionKey: z.ZodOptional<z.ZodString>;
|
|
@@ -783,24 +789,21 @@ export declare const FindFlowRunsResponse: z.ZodObject<{
|
|
|
783
789
|
nextCredentialsRefreshAt: z.ZodOptional<z.ZodString>;
|
|
784
790
|
archivedAt: z.ZodOptional<z.ZodString>;
|
|
785
791
|
isDeactivated: z.ZodOptional<z.ZodBoolean>;
|
|
786
|
-
state: z.ZodOptional<z.ZodNativeEnum<typeof import("..").WorkspaceElementState>>;
|
|
787
|
-
errors: z.ZodOptional<z.ZodArray<z.ZodType<import("../..").ErrorDataSchema, z.ZodTypeDef, import("../..").ErrorDataSchema>, "many">>;
|
|
788
792
|
meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
789
793
|
}, "strip", z.ZodTypeAny, {
|
|
790
794
|
id: string;
|
|
791
795
|
name: string;
|
|
792
796
|
createdAt: string;
|
|
793
797
|
updatedAt: string;
|
|
794
|
-
userId: string;
|
|
795
798
|
integrationId: string;
|
|
799
|
+
userId: string;
|
|
796
800
|
error?: import("../..").ErrorDataSchema | undefined;
|
|
801
|
+
meta?: Record<string, any> | undefined;
|
|
797
802
|
state?: import("..").WorkspaceElementState | undefined;
|
|
798
|
-
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
799
803
|
archivedAt?: string | undefined;
|
|
800
804
|
isDeactivated?: boolean | undefined;
|
|
801
805
|
authOptionKey?: string | undefined;
|
|
802
806
|
isTest?: boolean | undefined;
|
|
803
|
-
meta?: Record<string, any> | undefined;
|
|
804
807
|
disconnected?: boolean | undefined;
|
|
805
808
|
isDefunct?: boolean | undefined;
|
|
806
809
|
lastActiveAt?: string | undefined;
|
|
@@ -810,16 +813,15 @@ export declare const FindFlowRunsResponse: z.ZodObject<{
|
|
|
810
813
|
name: string;
|
|
811
814
|
createdAt: string;
|
|
812
815
|
updatedAt: string;
|
|
813
|
-
userId: string;
|
|
814
816
|
integrationId: string;
|
|
817
|
+
userId: string;
|
|
815
818
|
error?: import("../..").ErrorDataSchema | undefined;
|
|
819
|
+
meta?: Record<string, any> | undefined;
|
|
816
820
|
state?: import("..").WorkspaceElementState | undefined;
|
|
817
|
-
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
818
821
|
archivedAt?: string | undefined;
|
|
819
822
|
isDeactivated?: boolean | undefined;
|
|
820
823
|
authOptionKey?: string | undefined;
|
|
821
824
|
isTest?: boolean | undefined;
|
|
822
|
-
meta?: Record<string, any> | undefined;
|
|
823
825
|
disconnected?: boolean | undefined;
|
|
824
826
|
isDefunct?: boolean | undefined;
|
|
825
827
|
lastActiveAt?: string | undefined;
|
|
@@ -830,6 +832,7 @@ export declare const FindFlowRunsResponse: z.ZodObject<{
|
|
|
830
832
|
key: z.ZodOptional<z.ZodString>;
|
|
831
833
|
uuid: z.ZodOptional<z.ZodString>;
|
|
832
834
|
description: z.ZodOptional<z.ZodString>;
|
|
835
|
+
meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
833
836
|
name: z.ZodString;
|
|
834
837
|
state: z.ZodOptional<z.ZodNativeEnum<typeof import("..").WorkspaceElementState>>;
|
|
835
838
|
errors: z.ZodOptional<z.ZodArray<z.ZodType<import("../..").ErrorDataSchema, z.ZodTypeDef, import("../..").ErrorDataSchema>, "many">>;
|
|
@@ -864,6 +867,7 @@ export declare const FindFlowRunsResponse: z.ZodObject<{
|
|
|
864
867
|
key?: string | undefined;
|
|
865
868
|
uuid?: string | undefined;
|
|
866
869
|
description?: string | undefined;
|
|
870
|
+
meta?: Record<string, any> | undefined;
|
|
867
871
|
state?: import("..").WorkspaceElementState | undefined;
|
|
868
872
|
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
869
873
|
revision?: string | undefined;
|
|
@@ -895,6 +899,7 @@ export declare const FindFlowRunsResponse: z.ZodObject<{
|
|
|
895
899
|
key?: string | undefined;
|
|
896
900
|
uuid?: string | undefined;
|
|
897
901
|
description?: string | undefined;
|
|
902
|
+
meta?: Record<string, any> | undefined;
|
|
898
903
|
state?: import("..").WorkspaceElementState | undefined;
|
|
899
904
|
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
900
905
|
revision?: string | undefined;
|
|
@@ -923,6 +928,7 @@ export declare const FindFlowRunsResponse: z.ZodObject<{
|
|
|
923
928
|
user: z.ZodOptional<z.ZodObject<{
|
|
924
929
|
id: z.ZodString;
|
|
925
930
|
name: z.ZodString;
|
|
931
|
+
meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
926
932
|
internalId: z.ZodString;
|
|
927
933
|
fields: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
|
|
928
934
|
credentials: z.ZodOptional<z.ZodAny>;
|
|
@@ -935,6 +941,7 @@ export declare const FindFlowRunsResponse: z.ZodObject<{
|
|
|
935
941
|
id: string;
|
|
936
942
|
name: string;
|
|
937
943
|
internalId: string;
|
|
944
|
+
meta?: Record<string, any> | undefined;
|
|
938
945
|
createdAt?: string | undefined;
|
|
939
946
|
archivedAt?: string | undefined;
|
|
940
947
|
credentials?: any;
|
|
@@ -946,6 +953,7 @@ export declare const FindFlowRunsResponse: z.ZodObject<{
|
|
|
946
953
|
id: string;
|
|
947
954
|
name: string;
|
|
948
955
|
internalId: string;
|
|
956
|
+
meta?: Record<string, any> | undefined;
|
|
949
957
|
createdAt?: string | undefined;
|
|
950
958
|
archivedAt?: string | undefined;
|
|
951
959
|
credentials?: any;
|
|
@@ -966,16 +974,15 @@ export declare const FindFlowRunsResponse: z.ZodObject<{
|
|
|
966
974
|
name: string;
|
|
967
975
|
createdAt: string;
|
|
968
976
|
updatedAt: string;
|
|
969
|
-
userId: string;
|
|
970
977
|
integrationId: string;
|
|
978
|
+
userId: string;
|
|
971
979
|
error?: import("../..").ErrorDataSchema | undefined;
|
|
980
|
+
meta?: Record<string, any> | undefined;
|
|
972
981
|
state?: import("..").WorkspaceElementState | undefined;
|
|
973
|
-
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
974
982
|
archivedAt?: string | undefined;
|
|
975
983
|
isDeactivated?: boolean | undefined;
|
|
976
984
|
authOptionKey?: string | undefined;
|
|
977
985
|
isTest?: boolean | undefined;
|
|
978
|
-
meta?: Record<string, any> | undefined;
|
|
979
986
|
disconnected?: boolean | undefined;
|
|
980
987
|
isDefunct?: boolean | undefined;
|
|
981
988
|
lastActiveAt?: string | undefined;
|
|
@@ -988,6 +995,7 @@ export declare const FindFlowRunsResponse: z.ZodObject<{
|
|
|
988
995
|
key?: string | undefined;
|
|
989
996
|
uuid?: string | undefined;
|
|
990
997
|
description?: string | undefined;
|
|
998
|
+
meta?: Record<string, any> | undefined;
|
|
991
999
|
state?: import("..").WorkspaceElementState | undefined;
|
|
992
1000
|
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
993
1001
|
revision?: string | undefined;
|
|
@@ -1015,14 +1023,15 @@ export declare const FindFlowRunsResponse: z.ZodObject<{
|
|
|
1015
1023
|
} | undefined;
|
|
1016
1024
|
name?: string | undefined;
|
|
1017
1025
|
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
1018
|
-
connectionId?: string | undefined;
|
|
1019
1026
|
integrationId?: string | undefined;
|
|
1027
|
+
connectionId?: string | undefined;
|
|
1020
1028
|
input?: any;
|
|
1021
1029
|
endTime?: string | undefined;
|
|
1022
1030
|
user?: {
|
|
1023
1031
|
id: string;
|
|
1024
1032
|
name: string;
|
|
1025
1033
|
internalId: string;
|
|
1034
|
+
meta?: Record<string, any> | undefined;
|
|
1026
1035
|
createdAt?: string | undefined;
|
|
1027
1036
|
archivedAt?: string | undefined;
|
|
1028
1037
|
credentials?: any;
|
|
@@ -1047,12 +1056,13 @@ export declare const FindFlowRunsResponse: z.ZodObject<{
|
|
|
1047
1056
|
name: string;
|
|
1048
1057
|
createdAt: string;
|
|
1049
1058
|
updatedAt: string;
|
|
1050
|
-
userId: string;
|
|
1051
1059
|
integrationId: string;
|
|
1060
|
+
userId: string;
|
|
1052
1061
|
enabled: boolean;
|
|
1053
1062
|
key?: string | undefined;
|
|
1054
1063
|
uuid?: string | undefined;
|
|
1055
1064
|
description?: string | undefined;
|
|
1065
|
+
meta?: Record<string, any> | undefined;
|
|
1056
1066
|
state?: import("..").WorkspaceElementState | undefined;
|
|
1057
1067
|
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
1058
1068
|
revision?: string | undefined;
|
|
@@ -1061,16 +1071,15 @@ export declare const FindFlowRunsResponse: z.ZodObject<{
|
|
|
1061
1071
|
instanceKey?: string | undefined;
|
|
1062
1072
|
connectionId?: string | undefined;
|
|
1063
1073
|
parameters?: any;
|
|
1064
|
-
customized?: {
|
|
1065
|
-
name?: boolean | undefined;
|
|
1066
|
-
nodes?: boolean | undefined;
|
|
1067
|
-
} | undefined;
|
|
1068
1074
|
parametersSchema?: import("../..").DataSchema | undefined;
|
|
1069
1075
|
dependencies?: any[] | undefined;
|
|
1070
1076
|
universalFlowId?: string | undefined;
|
|
1071
1077
|
nodes?: Record<string, any> | undefined;
|
|
1072
1078
|
flowId?: string | undefined;
|
|
1073
|
-
|
|
1079
|
+
customized?: {
|
|
1080
|
+
name?: boolean | undefined;
|
|
1081
|
+
nodes?: boolean | undefined;
|
|
1082
|
+
} | undefined;
|
|
1074
1083
|
} | undefined;
|
|
1075
1084
|
}, {
|
|
1076
1085
|
id: string;
|
|
@@ -1084,16 +1093,15 @@ export declare const FindFlowRunsResponse: z.ZodObject<{
|
|
|
1084
1093
|
name: string;
|
|
1085
1094
|
createdAt: string;
|
|
1086
1095
|
updatedAt: string;
|
|
1087
|
-
userId: string;
|
|
1088
1096
|
integrationId: string;
|
|
1097
|
+
userId: string;
|
|
1089
1098
|
error?: import("../..").ErrorDataSchema | undefined;
|
|
1099
|
+
meta?: Record<string, any> | undefined;
|
|
1090
1100
|
state?: import("..").WorkspaceElementState | undefined;
|
|
1091
|
-
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
1092
1101
|
archivedAt?: string | undefined;
|
|
1093
1102
|
isDeactivated?: boolean | undefined;
|
|
1094
1103
|
authOptionKey?: string | undefined;
|
|
1095
1104
|
isTest?: boolean | undefined;
|
|
1096
|
-
meta?: Record<string, any> | undefined;
|
|
1097
1105
|
disconnected?: boolean | undefined;
|
|
1098
1106
|
isDefunct?: boolean | undefined;
|
|
1099
1107
|
lastActiveAt?: string | undefined;
|
|
@@ -1106,6 +1114,7 @@ export declare const FindFlowRunsResponse: z.ZodObject<{
|
|
|
1106
1114
|
key?: string | undefined;
|
|
1107
1115
|
uuid?: string | undefined;
|
|
1108
1116
|
description?: string | undefined;
|
|
1117
|
+
meta?: Record<string, any> | undefined;
|
|
1109
1118
|
state?: import("..").WorkspaceElementState | undefined;
|
|
1110
1119
|
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
1111
1120
|
revision?: string | undefined;
|
|
@@ -1133,14 +1142,15 @@ export declare const FindFlowRunsResponse: z.ZodObject<{
|
|
|
1133
1142
|
} | undefined;
|
|
1134
1143
|
name?: string | undefined;
|
|
1135
1144
|
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
1136
|
-
connectionId?: string | undefined;
|
|
1137
1145
|
integrationId?: string | undefined;
|
|
1146
|
+
connectionId?: string | undefined;
|
|
1138
1147
|
input?: any;
|
|
1139
1148
|
endTime?: string | undefined;
|
|
1140
1149
|
user?: {
|
|
1141
1150
|
id: string;
|
|
1142
1151
|
name: string;
|
|
1143
1152
|
internalId: string;
|
|
1153
|
+
meta?: Record<string, any> | undefined;
|
|
1144
1154
|
createdAt?: string | undefined;
|
|
1145
1155
|
archivedAt?: string | undefined;
|
|
1146
1156
|
credentials?: any;
|
|
@@ -1165,12 +1175,13 @@ export declare const FindFlowRunsResponse: z.ZodObject<{
|
|
|
1165
1175
|
name: string;
|
|
1166
1176
|
createdAt: string;
|
|
1167
1177
|
updatedAt: string;
|
|
1168
|
-
userId: string;
|
|
1169
1178
|
integrationId: string;
|
|
1179
|
+
userId: string;
|
|
1170
1180
|
enabled: boolean;
|
|
1171
1181
|
key?: string | undefined;
|
|
1172
1182
|
uuid?: string | undefined;
|
|
1173
1183
|
description?: string | undefined;
|
|
1184
|
+
meta?: Record<string, any> | undefined;
|
|
1174
1185
|
state?: import("..").WorkspaceElementState | undefined;
|
|
1175
1186
|
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
1176
1187
|
revision?: string | undefined;
|
|
@@ -1179,16 +1190,15 @@ export declare const FindFlowRunsResponse: z.ZodObject<{
|
|
|
1179
1190
|
instanceKey?: string | undefined;
|
|
1180
1191
|
connectionId?: string | undefined;
|
|
1181
1192
|
parameters?: any;
|
|
1182
|
-
customized?: {
|
|
1183
|
-
name?: boolean | undefined;
|
|
1184
|
-
nodes?: boolean | undefined;
|
|
1185
|
-
} | undefined;
|
|
1186
1193
|
parametersSchema?: import("../..").DataSchema | undefined;
|
|
1187
1194
|
dependencies?: any[] | undefined;
|
|
1188
1195
|
universalFlowId?: string | undefined;
|
|
1189
1196
|
nodes?: Record<string, any> | undefined;
|
|
1190
1197
|
flowId?: string | undefined;
|
|
1191
|
-
|
|
1198
|
+
customized?: {
|
|
1199
|
+
name?: boolean | undefined;
|
|
1200
|
+
nodes?: boolean | undefined;
|
|
1201
|
+
} | undefined;
|
|
1192
1202
|
} | undefined;
|
|
1193
1203
|
}>, "many">;
|
|
1194
1204
|
cursor: z.ZodOptional<z.ZodString>;
|
|
@@ -1205,16 +1215,15 @@ export declare const FindFlowRunsResponse: z.ZodObject<{
|
|
|
1205
1215
|
name: string;
|
|
1206
1216
|
createdAt: string;
|
|
1207
1217
|
updatedAt: string;
|
|
1208
|
-
userId: string;
|
|
1209
1218
|
integrationId: string;
|
|
1219
|
+
userId: string;
|
|
1210
1220
|
error?: import("../..").ErrorDataSchema | undefined;
|
|
1221
|
+
meta?: Record<string, any> | undefined;
|
|
1211
1222
|
state?: import("..").WorkspaceElementState | undefined;
|
|
1212
|
-
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
1213
1223
|
archivedAt?: string | undefined;
|
|
1214
1224
|
isDeactivated?: boolean | undefined;
|
|
1215
1225
|
authOptionKey?: string | undefined;
|
|
1216
1226
|
isTest?: boolean | undefined;
|
|
1217
|
-
meta?: Record<string, any> | undefined;
|
|
1218
1227
|
disconnected?: boolean | undefined;
|
|
1219
1228
|
isDefunct?: boolean | undefined;
|
|
1220
1229
|
lastActiveAt?: string | undefined;
|
|
@@ -1227,6 +1236,7 @@ export declare const FindFlowRunsResponse: z.ZodObject<{
|
|
|
1227
1236
|
key?: string | undefined;
|
|
1228
1237
|
uuid?: string | undefined;
|
|
1229
1238
|
description?: string | undefined;
|
|
1239
|
+
meta?: Record<string, any> | undefined;
|
|
1230
1240
|
state?: import("..").WorkspaceElementState | undefined;
|
|
1231
1241
|
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
1232
1242
|
revision?: string | undefined;
|
|
@@ -1254,14 +1264,15 @@ export declare const FindFlowRunsResponse: z.ZodObject<{
|
|
|
1254
1264
|
} | undefined;
|
|
1255
1265
|
name?: string | undefined;
|
|
1256
1266
|
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
1257
|
-
connectionId?: string | undefined;
|
|
1258
1267
|
integrationId?: string | undefined;
|
|
1268
|
+
connectionId?: string | undefined;
|
|
1259
1269
|
input?: any;
|
|
1260
1270
|
endTime?: string | undefined;
|
|
1261
1271
|
user?: {
|
|
1262
1272
|
id: string;
|
|
1263
1273
|
name: string;
|
|
1264
1274
|
internalId: string;
|
|
1275
|
+
meta?: Record<string, any> | undefined;
|
|
1265
1276
|
createdAt?: string | undefined;
|
|
1266
1277
|
archivedAt?: string | undefined;
|
|
1267
1278
|
credentials?: any;
|
|
@@ -1286,12 +1297,13 @@ export declare const FindFlowRunsResponse: z.ZodObject<{
|
|
|
1286
1297
|
name: string;
|
|
1287
1298
|
createdAt: string;
|
|
1288
1299
|
updatedAt: string;
|
|
1289
|
-
userId: string;
|
|
1290
1300
|
integrationId: string;
|
|
1301
|
+
userId: string;
|
|
1291
1302
|
enabled: boolean;
|
|
1292
1303
|
key?: string | undefined;
|
|
1293
1304
|
uuid?: string | undefined;
|
|
1294
1305
|
description?: string | undefined;
|
|
1306
|
+
meta?: Record<string, any> | undefined;
|
|
1295
1307
|
state?: import("..").WorkspaceElementState | undefined;
|
|
1296
1308
|
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
1297
1309
|
revision?: string | undefined;
|
|
@@ -1300,16 +1312,15 @@ export declare const FindFlowRunsResponse: z.ZodObject<{
|
|
|
1300
1312
|
instanceKey?: string | undefined;
|
|
1301
1313
|
connectionId?: string | undefined;
|
|
1302
1314
|
parameters?: any;
|
|
1303
|
-
customized?: {
|
|
1304
|
-
name?: boolean | undefined;
|
|
1305
|
-
nodes?: boolean | undefined;
|
|
1306
|
-
} | undefined;
|
|
1307
1315
|
parametersSchema?: import("../..").DataSchema | undefined;
|
|
1308
1316
|
dependencies?: any[] | undefined;
|
|
1309
1317
|
universalFlowId?: string | undefined;
|
|
1310
1318
|
nodes?: Record<string, any> | undefined;
|
|
1311
1319
|
flowId?: string | undefined;
|
|
1312
|
-
|
|
1320
|
+
customized?: {
|
|
1321
|
+
name?: boolean | undefined;
|
|
1322
|
+
nodes?: boolean | undefined;
|
|
1323
|
+
} | undefined;
|
|
1313
1324
|
} | undefined;
|
|
1314
1325
|
}[];
|
|
1315
1326
|
cursor?: string | undefined;
|
|
@@ -1326,16 +1337,15 @@ export declare const FindFlowRunsResponse: z.ZodObject<{
|
|
|
1326
1337
|
name: string;
|
|
1327
1338
|
createdAt: string;
|
|
1328
1339
|
updatedAt: string;
|
|
1329
|
-
userId: string;
|
|
1330
1340
|
integrationId: string;
|
|
1341
|
+
userId: string;
|
|
1331
1342
|
error?: import("../..").ErrorDataSchema | undefined;
|
|
1343
|
+
meta?: Record<string, any> | undefined;
|
|
1332
1344
|
state?: import("..").WorkspaceElementState | undefined;
|
|
1333
|
-
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
1334
1345
|
archivedAt?: string | undefined;
|
|
1335
1346
|
isDeactivated?: boolean | undefined;
|
|
1336
1347
|
authOptionKey?: string | undefined;
|
|
1337
1348
|
isTest?: boolean | undefined;
|
|
1338
|
-
meta?: Record<string, any> | undefined;
|
|
1339
1349
|
disconnected?: boolean | undefined;
|
|
1340
1350
|
isDefunct?: boolean | undefined;
|
|
1341
1351
|
lastActiveAt?: string | undefined;
|
|
@@ -1348,6 +1358,7 @@ export declare const FindFlowRunsResponse: z.ZodObject<{
|
|
|
1348
1358
|
key?: string | undefined;
|
|
1349
1359
|
uuid?: string | undefined;
|
|
1350
1360
|
description?: string | undefined;
|
|
1361
|
+
meta?: Record<string, any> | undefined;
|
|
1351
1362
|
state?: import("..").WorkspaceElementState | undefined;
|
|
1352
1363
|
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
1353
1364
|
revision?: string | undefined;
|
|
@@ -1375,14 +1386,15 @@ export declare const FindFlowRunsResponse: z.ZodObject<{
|
|
|
1375
1386
|
} | undefined;
|
|
1376
1387
|
name?: string | undefined;
|
|
1377
1388
|
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
1378
|
-
connectionId?: string | undefined;
|
|
1379
1389
|
integrationId?: string | undefined;
|
|
1390
|
+
connectionId?: string | undefined;
|
|
1380
1391
|
input?: any;
|
|
1381
1392
|
endTime?: string | undefined;
|
|
1382
1393
|
user?: {
|
|
1383
1394
|
id: string;
|
|
1384
1395
|
name: string;
|
|
1385
1396
|
internalId: string;
|
|
1397
|
+
meta?: Record<string, any> | undefined;
|
|
1386
1398
|
createdAt?: string | undefined;
|
|
1387
1399
|
archivedAt?: string | undefined;
|
|
1388
1400
|
credentials?: any;
|
|
@@ -1407,12 +1419,13 @@ export declare const FindFlowRunsResponse: z.ZodObject<{
|
|
|
1407
1419
|
name: string;
|
|
1408
1420
|
createdAt: string;
|
|
1409
1421
|
updatedAt: string;
|
|
1410
|
-
userId: string;
|
|
1411
1422
|
integrationId: string;
|
|
1423
|
+
userId: string;
|
|
1412
1424
|
enabled: boolean;
|
|
1413
1425
|
key?: string | undefined;
|
|
1414
1426
|
uuid?: string | undefined;
|
|
1415
1427
|
description?: string | undefined;
|
|
1428
|
+
meta?: Record<string, any> | undefined;
|
|
1416
1429
|
state?: import("..").WorkspaceElementState | undefined;
|
|
1417
1430
|
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
1418
1431
|
revision?: string | undefined;
|
|
@@ -1421,16 +1434,15 @@ export declare const FindFlowRunsResponse: z.ZodObject<{
|
|
|
1421
1434
|
instanceKey?: string | undefined;
|
|
1422
1435
|
connectionId?: string | undefined;
|
|
1423
1436
|
parameters?: any;
|
|
1424
|
-
customized?: {
|
|
1425
|
-
name?: boolean | undefined;
|
|
1426
|
-
nodes?: boolean | undefined;
|
|
1427
|
-
} | undefined;
|
|
1428
1437
|
parametersSchema?: import("../..").DataSchema | undefined;
|
|
1429
1438
|
dependencies?: any[] | undefined;
|
|
1430
1439
|
universalFlowId?: string | undefined;
|
|
1431
1440
|
nodes?: Record<string, any> | undefined;
|
|
1432
1441
|
flowId?: string | undefined;
|
|
1433
|
-
|
|
1442
|
+
customized?: {
|
|
1443
|
+
name?: boolean | undefined;
|
|
1444
|
+
nodes?: boolean | undefined;
|
|
1445
|
+
} | undefined;
|
|
1434
1446
|
} | undefined;
|
|
1435
1447
|
}[];
|
|
1436
1448
|
cursor?: string | undefined;
|