@membranehq/sdk 0.7.1 → 0.7.4

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.
Files changed (85) hide show
  1. package/dist/bundle.d.ts +5200 -4617
  2. package/dist/bundle.js +10 -1
  3. package/dist/bundle.js.map +1 -1
  4. package/dist/dts/accessors/connections-accessors.d.ts +4 -3
  5. package/dist/dts/accessors/integrations-accessors.d.ts +4 -3
  6. package/dist/dts/accessors/scenarios-accessors.d.ts +4 -3
  7. package/dist/dts/config/config.test.d.ts +1 -0
  8. package/dist/dts/config/index.d.ts +42 -0
  9. package/dist/dts/entity-repository.d.ts +2 -2
  10. package/dist/dts/index.browser.d.ts +31 -0
  11. package/dist/dts/index.d.ts +2 -0
  12. package/dist/dts/index.node.d.ts +2 -0
  13. package/dist/dts/integration-elements/index.d.ts +0 -2
  14. package/dist/dts/{workspace-elements/base/scenarios/types.d.ts → scenario-templates/index.d.ts} +64 -169
  15. package/dist/dts/workspace-elements/api/action-instances-api.d.ts +39 -34
  16. package/dist/dts/workspace-elements/api/action-run-log-records-api.d.ts +37 -37
  17. package/dist/dts/workspace-elements/api/actions-api.d.ts +64 -46
  18. package/dist/dts/workspace-elements/api/app-data-schema-instances-api.d.ts +13 -0
  19. package/dist/dts/workspace-elements/api/app-data-schemas-api.d.ts +3 -0
  20. package/dist/dts/workspace-elements/api/app-event-log-records-api.d.ts +17 -2
  21. package/dist/dts/workspace-elements/api/app-event-subscriptions-api.d.ts +13 -0
  22. package/dist/dts/workspace-elements/api/app-event-types-api.d.ts +3 -0
  23. package/dist/dts/workspace-elements/api/connections-api.d.ts +57 -34
  24. package/dist/dts/workspace-elements/api/customers-api.d.ts +3 -0
  25. package/dist/dts/workspace-elements/api/data-link-table-instances-api.d.ts +29 -16
  26. package/dist/dts/workspace-elements/api/data-link-tables-api.d.ts +3 -0
  27. package/dist/dts/workspace-elements/api/data-source-instances-api.d.ts +51 -43
  28. package/dist/dts/workspace-elements/api/data-sources-api.d.ts +474 -441
  29. package/dist/dts/workspace-elements/api/external-event-log-records-api.d.ts +27 -22
  30. package/dist/dts/workspace-elements/api/external-event-pulls-api.d.ts +27 -22
  31. package/dist/dts/workspace-elements/api/external-event-subscriptions-api.d.ts +21 -16
  32. package/dist/dts/workspace-elements/api/external-events-api.d.ts +7 -0
  33. package/dist/dts/workspace-elements/api/field-mapping-instances-api.d.ts +144 -124
  34. package/dist/dts/workspace-elements/api/field-mappings-api.d.ts +250 -118
  35. package/dist/dts/workspace-elements/api/flow-runs-api.d.ts +122 -98
  36. package/dist/dts/workspace-elements/api/flows-api.d.ts +965 -826
  37. package/dist/dts/workspace-elements/api/integrations-api.d.ts +12 -14
  38. package/dist/dts/workspace-elements/api/scenarios-api.d.ts +434 -431
  39. package/dist/dts/workspace-elements/base/action-instances/types.d.ts +5 -5
  40. package/dist/dts/workspace-elements/base/action-run-log-records/types.d.ts +2 -2
  41. package/dist/dts/workspace-elements/base/actions/index.d.ts +18 -15
  42. package/dist/dts/workspace-elements/base/app-data-schema-instances/types.d.ts +3 -0
  43. package/dist/dts/workspace-elements/base/app-data-schemas/types.d.ts +3 -0
  44. package/dist/dts/workspace-elements/base/app-event-subscriptions/types.d.ts +3 -0
  45. package/dist/dts/workspace-elements/base/app-event-types/types.d.ts +3 -0
  46. package/dist/dts/workspace-elements/base/connections/types.d.ts +5 -8
  47. package/dist/dts/workspace-elements/base/customers/index.d.ts +3 -0
  48. package/dist/dts/workspace-elements/base/data-link-table-instances/types.d.ts +5 -2
  49. package/dist/dts/workspace-elements/base/data-link-tables/types.d.ts +3 -0
  50. package/dist/dts/workspace-elements/base/data-source-instances/types.d.ts +9 -6
  51. package/dist/dts/workspace-elements/base/data-sources/index.d.ts +153 -2
  52. package/dist/dts/workspace-elements/base/external-event-log-records/types.d.ts +2 -2
  53. package/dist/dts/workspace-elements/base/external-event-pulls/types.d.ts +2 -2
  54. package/dist/dts/workspace-elements/base/external-event-subscriptions/types.d.ts +2 -2
  55. package/dist/dts/workspace-elements/base/field-mapping-instances/types.d.ts +8 -5
  56. package/dist/dts/workspace-elements/base/field-mappings/index.d.ts +191 -1
  57. package/dist/dts/workspace-elements/base/flow-instances/schemas.d.ts +26 -26
  58. package/dist/dts/workspace-elements/base/flow-instances/types.d.ts +15 -12
  59. package/dist/dts/workspace-elements/base/flow-runs/types.d.ts +4 -4
  60. package/dist/dts/workspace-elements/base/flows/index.d.ts +300 -1
  61. package/dist/dts/workspace-elements/base/flows/nodes/base.d.ts +79 -1
  62. package/dist/dts/workspace-elements/base/flows/nodes/index.d.ts +1 -1
  63. package/dist/dts/workspace-elements/base/integrations/types.d.ts +18 -0
  64. package/dist/dts/workspace-elements/base/scenarios/index.d.ts +163 -1
  65. package/dist/dts/workspace-elements/types.d.ts +118 -0
  66. package/dist/dts/workspace-elements-catalog/index.d.ts +1 -0
  67. package/dist/{index.d.ts → index.browser.d.mts} +17282 -16311
  68. package/dist/{index.module.d.mts → index.browser.d.ts} +17282 -16311
  69. package/dist/{index.js → index.browser.js} +228 -255
  70. package/dist/index.browser.js.map +1 -0
  71. package/dist/{index.module.mjs → index.browser.mjs} +218 -250
  72. package/dist/index.browser.mjs.map +1 -0
  73. package/dist/index.node.d.mts +28306 -0
  74. package/dist/index.node.d.ts +28306 -0
  75. package/dist/index.node.js +13329 -0
  76. package/dist/index.node.js.map +1 -0
  77. package/dist/index.node.mjs +12853 -0
  78. package/dist/index.node.mjs.map +1 -0
  79. package/package.json +38 -15
  80. package/dist/dts/workspace-elements/base/data-sources/constants.d.ts +0 -4
  81. package/dist/dts/workspace-elements/base/data-sources/types.d.ts +0 -102
  82. package/dist/dts/workspace-elements/base/field-mappings/types.d.ts +0 -129
  83. package/dist/dts/workspace-elements/base/flows/types.d.ts +0 -241
  84. package/dist/index.js.map +0 -1
  85. 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>;
@@ -148,12 +149,13 @@ export declare const FlowRunApiResponse: z.ZodObject<{
148
149
  name: string;
149
150
  createdAt: string;
150
151
  updatedAt: string;
151
- userId: string;
152
152
  integrationId: string;
153
+ userId: string;
153
154
  enabled: boolean;
154
155
  key?: string | undefined;
155
156
  uuid?: string | undefined;
156
157
  description?: string | undefined;
158
+ meta?: Record<string, any> | undefined;
157
159
  state?: import("..").WorkspaceElementState | undefined;
158
160
  errors?: import("../..").ErrorDataSchema[] | undefined;
159
161
  revision?: string | undefined;
@@ -162,26 +164,27 @@ export declare const FlowRunApiResponse: z.ZodObject<{
162
164
  instanceKey?: string | undefined;
163
165
  connectionId?: string | undefined;
164
166
  parameters?: any;
165
- customized?: {
166
- name?: boolean | undefined;
167
- nodes?: boolean | undefined;
168
- } | undefined;
169
167
  parametersSchema?: import("../..").DataSchema | undefined;
170
168
  dependencies?: any[] | undefined;
171
169
  universalFlowId?: string | undefined;
172
170
  nodes?: Record<string, any> | undefined;
173
171
  flowId?: string | undefined;
172
+ customized?: {
173
+ name?: boolean | undefined;
174
+ nodes?: boolean | undefined;
175
+ } | undefined;
174
176
  }, {
175
177
  id: string;
176
178
  name: string;
177
179
  createdAt: string;
178
180
  updatedAt: string;
179
- userId: string;
180
181
  integrationId: string;
182
+ userId: string;
181
183
  enabled: boolean;
182
184
  key?: string | undefined;
183
185
  uuid?: string | undefined;
184
186
  description?: string | undefined;
187
+ meta?: Record<string, any> | undefined;
185
188
  state?: import("..").WorkspaceElementState | undefined;
186
189
  errors?: import("../..").ErrorDataSchema[] | undefined;
187
190
  revision?: string | undefined;
@@ -190,15 +193,15 @@ export declare const FlowRunApiResponse: z.ZodObject<{
190
193
  instanceKey?: string | undefined;
191
194
  connectionId?: string | undefined;
192
195
  parameters?: any;
193
- customized?: {
194
- name?: boolean | undefined;
195
- nodes?: boolean | undefined;
196
- } | undefined;
197
196
  parametersSchema?: import("../..").DataSchema | undefined;
198
197
  dependencies?: any[] | undefined;
199
198
  universalFlowId?: string | undefined;
200
199
  nodes?: Record<string, any> | undefined;
201
200
  flowId?: string | undefined;
201
+ customized?: {
202
+ name?: boolean | undefined;
203
+ nodes?: boolean | undefined;
204
+ } | undefined;
202
205
  }>>;
203
206
  connection: z.ZodOptional<z.ZodObject<{
204
207
  id: z.ZodString;
@@ -208,6 +211,7 @@ export declare const FlowRunApiResponse: z.ZodObject<{
208
211
  isTest: z.ZodOptional<z.ZodBoolean>;
209
212
  disconnected: z.ZodOptional<z.ZodBoolean>;
210
213
  isDefunct: z.ZodOptional<z.ZodBoolean>;
214
+ state: z.ZodOptional<z.ZodNativeEnum<typeof import("..").WorkspaceElementState>>;
211
215
  error: z.ZodOptional<z.ZodType<import("../..").ErrorDataSchema, z.ZodTypeDef, import("../..").ErrorDataSchema>>;
212
216
  integrationId: z.ZodString;
213
217
  authOptionKey: z.ZodOptional<z.ZodString>;
@@ -217,24 +221,21 @@ export declare const FlowRunApiResponse: z.ZodObject<{
217
221
  nextCredentialsRefreshAt: z.ZodOptional<z.ZodString>;
218
222
  archivedAt: z.ZodOptional<z.ZodString>;
219
223
  isDeactivated: z.ZodOptional<z.ZodBoolean>;
220
- state: z.ZodOptional<z.ZodNativeEnum<typeof import("..").WorkspaceElementState>>;
221
- errors: z.ZodOptional<z.ZodArray<z.ZodType<import("../..").ErrorDataSchema, z.ZodTypeDef, import("../..").ErrorDataSchema>, "many">>;
222
224
  meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
223
225
  }, "strip", z.ZodTypeAny, {
224
226
  id: string;
225
227
  name: string;
226
228
  createdAt: string;
227
229
  updatedAt: string;
228
- userId: string;
229
230
  integrationId: string;
231
+ userId: string;
230
232
  error?: import("../..").ErrorDataSchema | undefined;
233
+ meta?: Record<string, any> | undefined;
231
234
  state?: import("..").WorkspaceElementState | undefined;
232
- errors?: import("../..").ErrorDataSchema[] | undefined;
233
235
  archivedAt?: string | undefined;
234
236
  isDeactivated?: boolean | undefined;
235
237
  authOptionKey?: string | undefined;
236
238
  isTest?: boolean | undefined;
237
- meta?: Record<string, any> | undefined;
238
239
  disconnected?: boolean | undefined;
239
240
  isDefunct?: boolean | undefined;
240
241
  lastActiveAt?: string | undefined;
@@ -244,16 +245,15 @@ export declare const FlowRunApiResponse: z.ZodObject<{
244
245
  name: string;
245
246
  createdAt: string;
246
247
  updatedAt: string;
247
- userId: string;
248
248
  integrationId: string;
249
+ userId: string;
249
250
  error?: import("../..").ErrorDataSchema | undefined;
251
+ meta?: Record<string, any> | undefined;
250
252
  state?: import("..").WorkspaceElementState | undefined;
251
- errors?: import("../..").ErrorDataSchema[] | undefined;
252
253
  archivedAt?: string | undefined;
253
254
  isDeactivated?: boolean | undefined;
254
255
  authOptionKey?: string | undefined;
255
256
  isTest?: boolean | undefined;
256
- meta?: Record<string, any> | undefined;
257
257
  disconnected?: boolean | undefined;
258
258
  isDefunct?: boolean | undefined;
259
259
  lastActiveAt?: string | undefined;
@@ -264,6 +264,7 @@ export declare const FlowRunApiResponse: z.ZodObject<{
264
264
  key: z.ZodOptional<z.ZodString>;
265
265
  uuid: z.ZodOptional<z.ZodString>;
266
266
  description: z.ZodOptional<z.ZodString>;
267
+ meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
267
268
  name: z.ZodString;
268
269
  state: z.ZodOptional<z.ZodNativeEnum<typeof import("..").WorkspaceElementState>>;
269
270
  errors: z.ZodOptional<z.ZodArray<z.ZodType<import("../..").ErrorDataSchema, z.ZodTypeDef, import("../..").ErrorDataSchema>, "many">>;
@@ -298,6 +299,7 @@ export declare const FlowRunApiResponse: z.ZodObject<{
298
299
  key?: string | undefined;
299
300
  uuid?: string | undefined;
300
301
  description?: string | undefined;
302
+ meta?: Record<string, any> | undefined;
301
303
  state?: import("..").WorkspaceElementState | undefined;
302
304
  errors?: import("../..").ErrorDataSchema[] | undefined;
303
305
  revision?: string | undefined;
@@ -329,6 +331,7 @@ export declare const FlowRunApiResponse: z.ZodObject<{
329
331
  key?: string | undefined;
330
332
  uuid?: string | undefined;
331
333
  description?: string | undefined;
334
+ meta?: Record<string, any> | undefined;
332
335
  state?: import("..").WorkspaceElementState | undefined;
333
336
  errors?: import("../..").ErrorDataSchema[] | undefined;
334
337
  revision?: string | undefined;
@@ -357,6 +360,7 @@ export declare const FlowRunApiResponse: z.ZodObject<{
357
360
  user: z.ZodOptional<z.ZodObject<{
358
361
  id: z.ZodString;
359
362
  name: z.ZodString;
363
+ meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
360
364
  internalId: z.ZodString;
361
365
  fields: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
362
366
  credentials: z.ZodOptional<z.ZodAny>;
@@ -369,6 +373,7 @@ export declare const FlowRunApiResponse: z.ZodObject<{
369
373
  id: string;
370
374
  name: string;
371
375
  internalId: string;
376
+ meta?: Record<string, any> | undefined;
372
377
  createdAt?: string | undefined;
373
378
  archivedAt?: string | undefined;
374
379
  credentials?: any;
@@ -380,6 +385,7 @@ export declare const FlowRunApiResponse: z.ZodObject<{
380
385
  id: string;
381
386
  name: string;
382
387
  internalId: string;
388
+ meta?: Record<string, any> | undefined;
383
389
  createdAt?: string | undefined;
384
390
  archivedAt?: string | undefined;
385
391
  credentials?: any;
@@ -400,16 +406,15 @@ export declare const FlowRunApiResponse: z.ZodObject<{
400
406
  name: string;
401
407
  createdAt: string;
402
408
  updatedAt: string;
403
- userId: string;
404
409
  integrationId: string;
410
+ userId: string;
405
411
  error?: import("../..").ErrorDataSchema | undefined;
412
+ meta?: Record<string, any> | undefined;
406
413
  state?: import("..").WorkspaceElementState | undefined;
407
- errors?: import("../..").ErrorDataSchema[] | undefined;
408
414
  archivedAt?: string | undefined;
409
415
  isDeactivated?: boolean | undefined;
410
416
  authOptionKey?: string | undefined;
411
417
  isTest?: boolean | undefined;
412
- meta?: Record<string, any> | undefined;
413
418
  disconnected?: boolean | undefined;
414
419
  isDefunct?: boolean | undefined;
415
420
  lastActiveAt?: string | undefined;
@@ -422,6 +427,7 @@ export declare const FlowRunApiResponse: z.ZodObject<{
422
427
  key?: string | undefined;
423
428
  uuid?: string | undefined;
424
429
  description?: string | undefined;
430
+ meta?: Record<string, any> | undefined;
425
431
  state?: import("..").WorkspaceElementState | undefined;
426
432
  errors?: import("../..").ErrorDataSchema[] | undefined;
427
433
  revision?: string | undefined;
@@ -449,14 +455,14 @@ export declare const FlowRunApiResponse: z.ZodObject<{
449
455
  } | undefined;
450
456
  name?: string | undefined;
451
457
  errors?: import("../..").ErrorDataSchema[] | undefined;
452
- connectionId?: string | undefined;
453
458
  integrationId?: string | undefined;
454
- input?: any;
459
+ connectionId?: string | undefined;
455
460
  endTime?: string | undefined;
456
461
  user?: {
457
462
  id: string;
458
463
  name: string;
459
464
  internalId: string;
465
+ meta?: Record<string, any> | undefined;
460
466
  createdAt?: string | undefined;
461
467
  archivedAt?: string | undefined;
462
468
  credentials?: any;
@@ -465,6 +471,7 @@ export declare const FlowRunApiResponse: z.ZodObject<{
465
471
  lastActiveAt?: string | undefined;
466
472
  isBillable?: boolean | undefined;
467
473
  } | undefined;
474
+ input?: any;
468
475
  universalFlowId?: string | undefined;
469
476
  nodes?: Record<string, {
470
477
  state: import("../base/flow-runs").FlowRunNodeState;
@@ -481,12 +488,13 @@ export declare const FlowRunApiResponse: z.ZodObject<{
481
488
  name: string;
482
489
  createdAt: string;
483
490
  updatedAt: string;
484
- userId: string;
485
491
  integrationId: string;
492
+ userId: string;
486
493
  enabled: boolean;
487
494
  key?: string | undefined;
488
495
  uuid?: string | undefined;
489
496
  description?: string | undefined;
497
+ meta?: Record<string, any> | undefined;
490
498
  state?: import("..").WorkspaceElementState | undefined;
491
499
  errors?: import("../..").ErrorDataSchema[] | undefined;
492
500
  revision?: string | undefined;
@@ -495,15 +503,15 @@ export declare const FlowRunApiResponse: z.ZodObject<{
495
503
  instanceKey?: string | undefined;
496
504
  connectionId?: string | undefined;
497
505
  parameters?: any;
498
- customized?: {
499
- name?: boolean | undefined;
500
- nodes?: boolean | undefined;
501
- } | undefined;
502
506
  parametersSchema?: import("../..").DataSchema | undefined;
503
507
  dependencies?: any[] | undefined;
504
508
  universalFlowId?: string | undefined;
505
509
  nodes?: Record<string, any> | undefined;
506
510
  flowId?: string | undefined;
511
+ customized?: {
512
+ name?: boolean | undefined;
513
+ nodes?: boolean | undefined;
514
+ } | undefined;
507
515
  } | undefined;
508
516
  }, {
509
517
  id: string;
@@ -517,16 +525,15 @@ export declare const FlowRunApiResponse: z.ZodObject<{
517
525
  name: string;
518
526
  createdAt: string;
519
527
  updatedAt: string;
520
- userId: string;
521
528
  integrationId: string;
529
+ userId: string;
522
530
  error?: import("../..").ErrorDataSchema | undefined;
531
+ meta?: Record<string, any> | undefined;
523
532
  state?: import("..").WorkspaceElementState | undefined;
524
- errors?: import("../..").ErrorDataSchema[] | undefined;
525
533
  archivedAt?: string | undefined;
526
534
  isDeactivated?: boolean | undefined;
527
535
  authOptionKey?: string | undefined;
528
536
  isTest?: boolean | undefined;
529
- meta?: Record<string, any> | undefined;
530
537
  disconnected?: boolean | undefined;
531
538
  isDefunct?: boolean | undefined;
532
539
  lastActiveAt?: string | undefined;
@@ -539,6 +546,7 @@ export declare const FlowRunApiResponse: z.ZodObject<{
539
546
  key?: string | undefined;
540
547
  uuid?: string | undefined;
541
548
  description?: string | undefined;
549
+ meta?: Record<string, any> | undefined;
542
550
  state?: import("..").WorkspaceElementState | undefined;
543
551
  errors?: import("../..").ErrorDataSchema[] | undefined;
544
552
  revision?: string | undefined;
@@ -566,14 +574,14 @@ export declare const FlowRunApiResponse: z.ZodObject<{
566
574
  } | undefined;
567
575
  name?: string | undefined;
568
576
  errors?: import("../..").ErrorDataSchema[] | undefined;
569
- connectionId?: string | undefined;
570
577
  integrationId?: string | undefined;
571
- input?: any;
578
+ connectionId?: string | undefined;
572
579
  endTime?: string | undefined;
573
580
  user?: {
574
581
  id: string;
575
582
  name: string;
576
583
  internalId: string;
584
+ meta?: Record<string, any> | undefined;
577
585
  createdAt?: string | undefined;
578
586
  archivedAt?: string | undefined;
579
587
  credentials?: any;
@@ -582,6 +590,7 @@ export declare const FlowRunApiResponse: z.ZodObject<{
582
590
  lastActiveAt?: string | undefined;
583
591
  isBillable?: boolean | undefined;
584
592
  } | undefined;
593
+ input?: any;
585
594
  universalFlowId?: string | undefined;
586
595
  nodes?: Record<string, {
587
596
  state: import("../base/flow-runs").FlowRunNodeState;
@@ -598,12 +607,13 @@ export declare const FlowRunApiResponse: z.ZodObject<{
598
607
  name: string;
599
608
  createdAt: string;
600
609
  updatedAt: string;
601
- userId: string;
602
610
  integrationId: string;
611
+ userId: string;
603
612
  enabled: boolean;
604
613
  key?: string | undefined;
605
614
  uuid?: string | undefined;
606
615
  description?: string | undefined;
616
+ meta?: Record<string, any> | undefined;
607
617
  state?: import("..").WorkspaceElementState | undefined;
608
618
  errors?: import("../..").ErrorDataSchema[] | undefined;
609
619
  revision?: string | undefined;
@@ -612,15 +622,15 @@ export declare const FlowRunApiResponse: z.ZodObject<{
612
622
  instanceKey?: string | undefined;
613
623
  connectionId?: string | undefined;
614
624
  parameters?: any;
615
- customized?: {
616
- name?: boolean | undefined;
617
- nodes?: boolean | undefined;
618
- } | undefined;
619
625
  parametersSchema?: import("../..").DataSchema | undefined;
620
626
  dependencies?: any[] | undefined;
621
627
  universalFlowId?: string | undefined;
622
628
  nodes?: Record<string, any> | undefined;
623
629
  flowId?: string | undefined;
630
+ customized?: {
631
+ name?: boolean | undefined;
632
+ nodes?: boolean | undefined;
633
+ } | undefined;
624
634
  } | undefined;
625
635
  }>;
626
636
  export type FlowRunApiResponse = z.infer<typeof FlowRunApiResponse>;
@@ -671,6 +681,7 @@ export declare const FindFlowRunsResponse: z.ZodObject<{
671
681
  key: z.ZodOptional<z.ZodString>;
672
682
  uuid: z.ZodOptional<z.ZodString>;
673
683
  description: z.ZodOptional<z.ZodString>;
684
+ meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
674
685
  name: z.ZodString;
675
686
  errors: z.ZodOptional<z.ZodArray<z.ZodType<import("../..").ErrorDataSchema, z.ZodTypeDef, import("../..").ErrorDataSchema>, "many">>;
676
687
  revision: z.ZodOptional<z.ZodString>;
@@ -706,12 +717,13 @@ export declare const FindFlowRunsResponse: z.ZodObject<{
706
717
  name: string;
707
718
  createdAt: string;
708
719
  updatedAt: string;
709
- userId: string;
710
720
  integrationId: string;
721
+ userId: string;
711
722
  enabled: boolean;
712
723
  key?: string | undefined;
713
724
  uuid?: string | undefined;
714
725
  description?: string | undefined;
726
+ meta?: Record<string, any> | undefined;
715
727
  state?: import("..").WorkspaceElementState | undefined;
716
728
  errors?: import("../..").ErrorDataSchema[] | undefined;
717
729
  revision?: string | undefined;
@@ -720,26 +732,27 @@ export declare const FindFlowRunsResponse: z.ZodObject<{
720
732
  instanceKey?: string | undefined;
721
733
  connectionId?: string | undefined;
722
734
  parameters?: any;
723
- customized?: {
724
- name?: boolean | undefined;
725
- nodes?: boolean | undefined;
726
- } | undefined;
727
735
  parametersSchema?: import("../..").DataSchema | undefined;
728
736
  dependencies?: any[] | undefined;
729
737
  universalFlowId?: string | undefined;
730
738
  nodes?: Record<string, any> | undefined;
731
739
  flowId?: string | undefined;
740
+ customized?: {
741
+ name?: boolean | undefined;
742
+ nodes?: boolean | undefined;
743
+ } | undefined;
732
744
  }, {
733
745
  id: string;
734
746
  name: string;
735
747
  createdAt: string;
736
748
  updatedAt: string;
737
- userId: string;
738
749
  integrationId: string;
750
+ userId: string;
739
751
  enabled: boolean;
740
752
  key?: string | undefined;
741
753
  uuid?: string | undefined;
742
754
  description?: string | undefined;
755
+ meta?: Record<string, any> | undefined;
743
756
  state?: import("..").WorkspaceElementState | undefined;
744
757
  errors?: import("../..").ErrorDataSchema[] | undefined;
745
758
  revision?: string | undefined;
@@ -748,15 +761,15 @@ export declare const FindFlowRunsResponse: z.ZodObject<{
748
761
  instanceKey?: string | undefined;
749
762
  connectionId?: string | undefined;
750
763
  parameters?: any;
751
- customized?: {
752
- name?: boolean | undefined;
753
- nodes?: boolean | undefined;
754
- } | undefined;
755
764
  parametersSchema?: import("../..").DataSchema | undefined;
756
765
  dependencies?: any[] | undefined;
757
766
  universalFlowId?: string | undefined;
758
767
  nodes?: Record<string, any> | undefined;
759
768
  flowId?: string | undefined;
769
+ customized?: {
770
+ name?: boolean | undefined;
771
+ nodes?: boolean | undefined;
772
+ } | undefined;
760
773
  }>>;
761
774
  connection: z.ZodOptional<z.ZodObject<{
762
775
  id: z.ZodString;
@@ -766,6 +779,7 @@ export declare const FindFlowRunsResponse: z.ZodObject<{
766
779
  isTest: z.ZodOptional<z.ZodBoolean>;
767
780
  disconnected: z.ZodOptional<z.ZodBoolean>;
768
781
  isDefunct: z.ZodOptional<z.ZodBoolean>;
782
+ state: z.ZodOptional<z.ZodNativeEnum<typeof import("..").WorkspaceElementState>>;
769
783
  error: z.ZodOptional<z.ZodType<import("../..").ErrorDataSchema, z.ZodTypeDef, import("../..").ErrorDataSchema>>;
770
784
  integrationId: z.ZodString;
771
785
  authOptionKey: z.ZodOptional<z.ZodString>;
@@ -775,24 +789,21 @@ export declare const FindFlowRunsResponse: z.ZodObject<{
775
789
  nextCredentialsRefreshAt: z.ZodOptional<z.ZodString>;
776
790
  archivedAt: z.ZodOptional<z.ZodString>;
777
791
  isDeactivated: z.ZodOptional<z.ZodBoolean>;
778
- state: z.ZodOptional<z.ZodNativeEnum<typeof import("..").WorkspaceElementState>>;
779
- errors: z.ZodOptional<z.ZodArray<z.ZodType<import("../..").ErrorDataSchema, z.ZodTypeDef, import("../..").ErrorDataSchema>, "many">>;
780
792
  meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
781
793
  }, "strip", z.ZodTypeAny, {
782
794
  id: string;
783
795
  name: string;
784
796
  createdAt: string;
785
797
  updatedAt: string;
786
- userId: string;
787
798
  integrationId: string;
799
+ userId: string;
788
800
  error?: import("../..").ErrorDataSchema | undefined;
801
+ meta?: Record<string, any> | undefined;
789
802
  state?: import("..").WorkspaceElementState | undefined;
790
- errors?: import("../..").ErrorDataSchema[] | undefined;
791
803
  archivedAt?: string | undefined;
792
804
  isDeactivated?: boolean | undefined;
793
805
  authOptionKey?: string | undefined;
794
806
  isTest?: boolean | undefined;
795
- meta?: Record<string, any> | undefined;
796
807
  disconnected?: boolean | undefined;
797
808
  isDefunct?: boolean | undefined;
798
809
  lastActiveAt?: string | undefined;
@@ -802,16 +813,15 @@ export declare const FindFlowRunsResponse: z.ZodObject<{
802
813
  name: string;
803
814
  createdAt: string;
804
815
  updatedAt: string;
805
- userId: string;
806
816
  integrationId: string;
817
+ userId: string;
807
818
  error?: import("../..").ErrorDataSchema | undefined;
819
+ meta?: Record<string, any> | undefined;
808
820
  state?: import("..").WorkspaceElementState | undefined;
809
- errors?: import("../..").ErrorDataSchema[] | undefined;
810
821
  archivedAt?: string | undefined;
811
822
  isDeactivated?: boolean | undefined;
812
823
  authOptionKey?: string | undefined;
813
824
  isTest?: boolean | undefined;
814
- meta?: Record<string, any> | undefined;
815
825
  disconnected?: boolean | undefined;
816
826
  isDefunct?: boolean | undefined;
817
827
  lastActiveAt?: string | undefined;
@@ -822,6 +832,7 @@ export declare const FindFlowRunsResponse: z.ZodObject<{
822
832
  key: z.ZodOptional<z.ZodString>;
823
833
  uuid: z.ZodOptional<z.ZodString>;
824
834
  description: z.ZodOptional<z.ZodString>;
835
+ meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
825
836
  name: z.ZodString;
826
837
  state: z.ZodOptional<z.ZodNativeEnum<typeof import("..").WorkspaceElementState>>;
827
838
  errors: z.ZodOptional<z.ZodArray<z.ZodType<import("../..").ErrorDataSchema, z.ZodTypeDef, import("../..").ErrorDataSchema>, "many">>;
@@ -856,6 +867,7 @@ export declare const FindFlowRunsResponse: z.ZodObject<{
856
867
  key?: string | undefined;
857
868
  uuid?: string | undefined;
858
869
  description?: string | undefined;
870
+ meta?: Record<string, any> | undefined;
859
871
  state?: import("..").WorkspaceElementState | undefined;
860
872
  errors?: import("../..").ErrorDataSchema[] | undefined;
861
873
  revision?: string | undefined;
@@ -887,6 +899,7 @@ export declare const FindFlowRunsResponse: z.ZodObject<{
887
899
  key?: string | undefined;
888
900
  uuid?: string | undefined;
889
901
  description?: string | undefined;
902
+ meta?: Record<string, any> | undefined;
890
903
  state?: import("..").WorkspaceElementState | undefined;
891
904
  errors?: import("../..").ErrorDataSchema[] | undefined;
892
905
  revision?: string | undefined;
@@ -915,6 +928,7 @@ export declare const FindFlowRunsResponse: z.ZodObject<{
915
928
  user: z.ZodOptional<z.ZodObject<{
916
929
  id: z.ZodString;
917
930
  name: z.ZodString;
931
+ meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
918
932
  internalId: z.ZodString;
919
933
  fields: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
920
934
  credentials: z.ZodOptional<z.ZodAny>;
@@ -927,6 +941,7 @@ export declare const FindFlowRunsResponse: z.ZodObject<{
927
941
  id: string;
928
942
  name: string;
929
943
  internalId: string;
944
+ meta?: Record<string, any> | undefined;
930
945
  createdAt?: string | undefined;
931
946
  archivedAt?: string | undefined;
932
947
  credentials?: any;
@@ -938,6 +953,7 @@ export declare const FindFlowRunsResponse: z.ZodObject<{
938
953
  id: string;
939
954
  name: string;
940
955
  internalId: string;
956
+ meta?: Record<string, any> | undefined;
941
957
  createdAt?: string | undefined;
942
958
  archivedAt?: string | undefined;
943
959
  credentials?: any;
@@ -958,16 +974,15 @@ export declare const FindFlowRunsResponse: z.ZodObject<{
958
974
  name: string;
959
975
  createdAt: string;
960
976
  updatedAt: string;
961
- userId: string;
962
977
  integrationId: string;
978
+ userId: string;
963
979
  error?: import("../..").ErrorDataSchema | undefined;
980
+ meta?: Record<string, any> | undefined;
964
981
  state?: import("..").WorkspaceElementState | undefined;
965
- errors?: import("../..").ErrorDataSchema[] | undefined;
966
982
  archivedAt?: string | undefined;
967
983
  isDeactivated?: boolean | undefined;
968
984
  authOptionKey?: string | undefined;
969
985
  isTest?: boolean | undefined;
970
- meta?: Record<string, any> | undefined;
971
986
  disconnected?: boolean | undefined;
972
987
  isDefunct?: boolean | undefined;
973
988
  lastActiveAt?: string | undefined;
@@ -980,6 +995,7 @@ export declare const FindFlowRunsResponse: z.ZodObject<{
980
995
  key?: string | undefined;
981
996
  uuid?: string | undefined;
982
997
  description?: string | undefined;
998
+ meta?: Record<string, any> | undefined;
983
999
  state?: import("..").WorkspaceElementState | undefined;
984
1000
  errors?: import("../..").ErrorDataSchema[] | undefined;
985
1001
  revision?: string | undefined;
@@ -1007,14 +1023,14 @@ export declare const FindFlowRunsResponse: z.ZodObject<{
1007
1023
  } | undefined;
1008
1024
  name?: string | undefined;
1009
1025
  errors?: import("../..").ErrorDataSchema[] | undefined;
1010
- connectionId?: string | undefined;
1011
1026
  integrationId?: string | undefined;
1012
- input?: any;
1027
+ connectionId?: string | undefined;
1013
1028
  endTime?: string | undefined;
1014
1029
  user?: {
1015
1030
  id: string;
1016
1031
  name: string;
1017
1032
  internalId: string;
1033
+ meta?: Record<string, any> | undefined;
1018
1034
  createdAt?: string | undefined;
1019
1035
  archivedAt?: string | undefined;
1020
1036
  credentials?: any;
@@ -1023,6 +1039,7 @@ export declare const FindFlowRunsResponse: z.ZodObject<{
1023
1039
  lastActiveAt?: string | undefined;
1024
1040
  isBillable?: boolean | undefined;
1025
1041
  } | undefined;
1042
+ input?: any;
1026
1043
  universalFlowId?: string | undefined;
1027
1044
  nodes?: Record<string, {
1028
1045
  state: import("../base/flow-runs").FlowRunNodeState;
@@ -1039,12 +1056,13 @@ export declare const FindFlowRunsResponse: z.ZodObject<{
1039
1056
  name: string;
1040
1057
  createdAt: string;
1041
1058
  updatedAt: string;
1042
- userId: string;
1043
1059
  integrationId: string;
1060
+ userId: string;
1044
1061
  enabled: boolean;
1045
1062
  key?: string | undefined;
1046
1063
  uuid?: string | undefined;
1047
1064
  description?: string | undefined;
1065
+ meta?: Record<string, any> | undefined;
1048
1066
  state?: import("..").WorkspaceElementState | undefined;
1049
1067
  errors?: import("../..").ErrorDataSchema[] | undefined;
1050
1068
  revision?: string | undefined;
@@ -1053,15 +1071,15 @@ export declare const FindFlowRunsResponse: z.ZodObject<{
1053
1071
  instanceKey?: string | undefined;
1054
1072
  connectionId?: string | undefined;
1055
1073
  parameters?: any;
1056
- customized?: {
1057
- name?: boolean | undefined;
1058
- nodes?: boolean | undefined;
1059
- } | undefined;
1060
1074
  parametersSchema?: import("../..").DataSchema | undefined;
1061
1075
  dependencies?: any[] | undefined;
1062
1076
  universalFlowId?: string | undefined;
1063
1077
  nodes?: Record<string, any> | undefined;
1064
1078
  flowId?: string | undefined;
1079
+ customized?: {
1080
+ name?: boolean | undefined;
1081
+ nodes?: boolean | undefined;
1082
+ } | undefined;
1065
1083
  } | undefined;
1066
1084
  }, {
1067
1085
  id: string;
@@ -1075,16 +1093,15 @@ export declare const FindFlowRunsResponse: z.ZodObject<{
1075
1093
  name: string;
1076
1094
  createdAt: string;
1077
1095
  updatedAt: string;
1078
- userId: string;
1079
1096
  integrationId: string;
1097
+ userId: string;
1080
1098
  error?: import("../..").ErrorDataSchema | undefined;
1099
+ meta?: Record<string, any> | undefined;
1081
1100
  state?: import("..").WorkspaceElementState | undefined;
1082
- errors?: import("../..").ErrorDataSchema[] | undefined;
1083
1101
  archivedAt?: string | undefined;
1084
1102
  isDeactivated?: boolean | undefined;
1085
1103
  authOptionKey?: string | undefined;
1086
1104
  isTest?: boolean | undefined;
1087
- meta?: Record<string, any> | undefined;
1088
1105
  disconnected?: boolean | undefined;
1089
1106
  isDefunct?: boolean | undefined;
1090
1107
  lastActiveAt?: string | undefined;
@@ -1097,6 +1114,7 @@ export declare const FindFlowRunsResponse: z.ZodObject<{
1097
1114
  key?: string | undefined;
1098
1115
  uuid?: string | undefined;
1099
1116
  description?: string | undefined;
1117
+ meta?: Record<string, any> | undefined;
1100
1118
  state?: import("..").WorkspaceElementState | undefined;
1101
1119
  errors?: import("../..").ErrorDataSchema[] | undefined;
1102
1120
  revision?: string | undefined;
@@ -1124,14 +1142,14 @@ export declare const FindFlowRunsResponse: z.ZodObject<{
1124
1142
  } | undefined;
1125
1143
  name?: string | undefined;
1126
1144
  errors?: import("../..").ErrorDataSchema[] | undefined;
1127
- connectionId?: string | undefined;
1128
1145
  integrationId?: string | undefined;
1129
- input?: any;
1146
+ connectionId?: string | undefined;
1130
1147
  endTime?: string | undefined;
1131
1148
  user?: {
1132
1149
  id: string;
1133
1150
  name: string;
1134
1151
  internalId: string;
1152
+ meta?: Record<string, any> | undefined;
1135
1153
  createdAt?: string | undefined;
1136
1154
  archivedAt?: string | undefined;
1137
1155
  credentials?: any;
@@ -1140,6 +1158,7 @@ export declare const FindFlowRunsResponse: z.ZodObject<{
1140
1158
  lastActiveAt?: string | undefined;
1141
1159
  isBillable?: boolean | undefined;
1142
1160
  } | undefined;
1161
+ input?: any;
1143
1162
  universalFlowId?: string | undefined;
1144
1163
  nodes?: Record<string, {
1145
1164
  state: import("../base/flow-runs").FlowRunNodeState;
@@ -1156,12 +1175,13 @@ export declare const FindFlowRunsResponse: z.ZodObject<{
1156
1175
  name: string;
1157
1176
  createdAt: string;
1158
1177
  updatedAt: string;
1159
- userId: string;
1160
1178
  integrationId: string;
1179
+ userId: string;
1161
1180
  enabled: boolean;
1162
1181
  key?: string | undefined;
1163
1182
  uuid?: string | undefined;
1164
1183
  description?: string | undefined;
1184
+ meta?: Record<string, any> | undefined;
1165
1185
  state?: import("..").WorkspaceElementState | undefined;
1166
1186
  errors?: import("../..").ErrorDataSchema[] | undefined;
1167
1187
  revision?: string | undefined;
@@ -1170,15 +1190,15 @@ export declare const FindFlowRunsResponse: z.ZodObject<{
1170
1190
  instanceKey?: string | undefined;
1171
1191
  connectionId?: string | undefined;
1172
1192
  parameters?: any;
1173
- customized?: {
1174
- name?: boolean | undefined;
1175
- nodes?: boolean | undefined;
1176
- } | undefined;
1177
1193
  parametersSchema?: import("../..").DataSchema | undefined;
1178
1194
  dependencies?: any[] | undefined;
1179
1195
  universalFlowId?: string | undefined;
1180
1196
  nodes?: Record<string, any> | undefined;
1181
1197
  flowId?: string | undefined;
1198
+ customized?: {
1199
+ name?: boolean | undefined;
1200
+ nodes?: boolean | undefined;
1201
+ } | undefined;
1182
1202
  } | undefined;
1183
1203
  }>, "many">;
1184
1204
  cursor: z.ZodOptional<z.ZodString>;
@@ -1195,16 +1215,15 @@ export declare const FindFlowRunsResponse: z.ZodObject<{
1195
1215
  name: string;
1196
1216
  createdAt: string;
1197
1217
  updatedAt: string;
1198
- userId: string;
1199
1218
  integrationId: string;
1219
+ userId: string;
1200
1220
  error?: import("../..").ErrorDataSchema | undefined;
1221
+ meta?: Record<string, any> | undefined;
1201
1222
  state?: import("..").WorkspaceElementState | undefined;
1202
- errors?: import("../..").ErrorDataSchema[] | undefined;
1203
1223
  archivedAt?: string | undefined;
1204
1224
  isDeactivated?: boolean | undefined;
1205
1225
  authOptionKey?: string | undefined;
1206
1226
  isTest?: boolean | undefined;
1207
- meta?: Record<string, any> | undefined;
1208
1227
  disconnected?: boolean | undefined;
1209
1228
  isDefunct?: boolean | undefined;
1210
1229
  lastActiveAt?: string | undefined;
@@ -1217,6 +1236,7 @@ export declare const FindFlowRunsResponse: z.ZodObject<{
1217
1236
  key?: string | undefined;
1218
1237
  uuid?: string | undefined;
1219
1238
  description?: string | undefined;
1239
+ meta?: Record<string, any> | undefined;
1220
1240
  state?: import("..").WorkspaceElementState | undefined;
1221
1241
  errors?: import("../..").ErrorDataSchema[] | undefined;
1222
1242
  revision?: string | undefined;
@@ -1244,14 +1264,14 @@ export declare const FindFlowRunsResponse: z.ZodObject<{
1244
1264
  } | undefined;
1245
1265
  name?: string | undefined;
1246
1266
  errors?: import("../..").ErrorDataSchema[] | undefined;
1247
- connectionId?: string | undefined;
1248
1267
  integrationId?: string | undefined;
1249
- input?: any;
1268
+ connectionId?: string | undefined;
1250
1269
  endTime?: string | undefined;
1251
1270
  user?: {
1252
1271
  id: string;
1253
1272
  name: string;
1254
1273
  internalId: string;
1274
+ meta?: Record<string, any> | undefined;
1255
1275
  createdAt?: string | undefined;
1256
1276
  archivedAt?: string | undefined;
1257
1277
  credentials?: any;
@@ -1260,6 +1280,7 @@ export declare const FindFlowRunsResponse: z.ZodObject<{
1260
1280
  lastActiveAt?: string | undefined;
1261
1281
  isBillable?: boolean | undefined;
1262
1282
  } | undefined;
1283
+ input?: any;
1263
1284
  universalFlowId?: string | undefined;
1264
1285
  nodes?: Record<string, {
1265
1286
  state: import("../base/flow-runs").FlowRunNodeState;
@@ -1276,12 +1297,13 @@ export declare const FindFlowRunsResponse: z.ZodObject<{
1276
1297
  name: string;
1277
1298
  createdAt: string;
1278
1299
  updatedAt: string;
1279
- userId: string;
1280
1300
  integrationId: string;
1301
+ userId: string;
1281
1302
  enabled: boolean;
1282
1303
  key?: string | undefined;
1283
1304
  uuid?: string | undefined;
1284
1305
  description?: string | undefined;
1306
+ meta?: Record<string, any> | undefined;
1285
1307
  state?: import("..").WorkspaceElementState | undefined;
1286
1308
  errors?: import("../..").ErrorDataSchema[] | undefined;
1287
1309
  revision?: string | undefined;
@@ -1290,15 +1312,15 @@ export declare const FindFlowRunsResponse: z.ZodObject<{
1290
1312
  instanceKey?: string | undefined;
1291
1313
  connectionId?: string | undefined;
1292
1314
  parameters?: any;
1293
- customized?: {
1294
- name?: boolean | undefined;
1295
- nodes?: boolean | undefined;
1296
- } | undefined;
1297
1315
  parametersSchema?: import("../..").DataSchema | undefined;
1298
1316
  dependencies?: any[] | undefined;
1299
1317
  universalFlowId?: string | undefined;
1300
1318
  nodes?: Record<string, any> | undefined;
1301
1319
  flowId?: string | undefined;
1320
+ customized?: {
1321
+ name?: boolean | undefined;
1322
+ nodes?: boolean | undefined;
1323
+ } | undefined;
1302
1324
  } | undefined;
1303
1325
  }[];
1304
1326
  cursor?: string | undefined;
@@ -1315,16 +1337,15 @@ export declare const FindFlowRunsResponse: z.ZodObject<{
1315
1337
  name: string;
1316
1338
  createdAt: string;
1317
1339
  updatedAt: string;
1318
- userId: string;
1319
1340
  integrationId: string;
1341
+ userId: string;
1320
1342
  error?: import("../..").ErrorDataSchema | undefined;
1343
+ meta?: Record<string, any> | undefined;
1321
1344
  state?: import("..").WorkspaceElementState | undefined;
1322
- errors?: import("../..").ErrorDataSchema[] | undefined;
1323
1345
  archivedAt?: string | undefined;
1324
1346
  isDeactivated?: boolean | undefined;
1325
1347
  authOptionKey?: string | undefined;
1326
1348
  isTest?: boolean | undefined;
1327
- meta?: Record<string, any> | undefined;
1328
1349
  disconnected?: boolean | undefined;
1329
1350
  isDefunct?: boolean | undefined;
1330
1351
  lastActiveAt?: string | undefined;
@@ -1337,6 +1358,7 @@ export declare const FindFlowRunsResponse: z.ZodObject<{
1337
1358
  key?: string | undefined;
1338
1359
  uuid?: string | undefined;
1339
1360
  description?: string | undefined;
1361
+ meta?: Record<string, any> | undefined;
1340
1362
  state?: import("..").WorkspaceElementState | undefined;
1341
1363
  errors?: import("../..").ErrorDataSchema[] | undefined;
1342
1364
  revision?: string | undefined;
@@ -1364,14 +1386,14 @@ export declare const FindFlowRunsResponse: z.ZodObject<{
1364
1386
  } | undefined;
1365
1387
  name?: string | undefined;
1366
1388
  errors?: import("../..").ErrorDataSchema[] | undefined;
1367
- connectionId?: string | undefined;
1368
1389
  integrationId?: string | undefined;
1369
- input?: any;
1390
+ connectionId?: string | undefined;
1370
1391
  endTime?: string | undefined;
1371
1392
  user?: {
1372
1393
  id: string;
1373
1394
  name: string;
1374
1395
  internalId: string;
1396
+ meta?: Record<string, any> | undefined;
1375
1397
  createdAt?: string | undefined;
1376
1398
  archivedAt?: string | undefined;
1377
1399
  credentials?: any;
@@ -1380,6 +1402,7 @@ export declare const FindFlowRunsResponse: z.ZodObject<{
1380
1402
  lastActiveAt?: string | undefined;
1381
1403
  isBillable?: boolean | undefined;
1382
1404
  } | undefined;
1405
+ input?: any;
1383
1406
  universalFlowId?: string | undefined;
1384
1407
  nodes?: Record<string, {
1385
1408
  state: import("../base/flow-runs").FlowRunNodeState;
@@ -1396,12 +1419,13 @@ export declare const FindFlowRunsResponse: z.ZodObject<{
1396
1419
  name: string;
1397
1420
  createdAt: string;
1398
1421
  updatedAt: string;
1399
- userId: string;
1400
1422
  integrationId: string;
1423
+ userId: string;
1401
1424
  enabled: boolean;
1402
1425
  key?: string | undefined;
1403
1426
  uuid?: string | undefined;
1404
1427
  description?: string | undefined;
1428
+ meta?: Record<string, any> | undefined;
1405
1429
  state?: import("..").WorkspaceElementState | undefined;
1406
1430
  errors?: import("../..").ErrorDataSchema[] | undefined;
1407
1431
  revision?: string | undefined;
@@ -1410,15 +1434,15 @@ export declare const FindFlowRunsResponse: z.ZodObject<{
1410
1434
  instanceKey?: string | undefined;
1411
1435
  connectionId?: string | undefined;
1412
1436
  parameters?: any;
1413
- customized?: {
1414
- name?: boolean | undefined;
1415
- nodes?: boolean | undefined;
1416
- } | undefined;
1417
1437
  parametersSchema?: import("../..").DataSchema | undefined;
1418
1438
  dependencies?: any[] | undefined;
1419
1439
  universalFlowId?: string | undefined;
1420
1440
  nodes?: Record<string, any> | undefined;
1421
1441
  flowId?: string | undefined;
1442
+ customized?: {
1443
+ name?: boolean | undefined;
1444
+ nodes?: boolean | undefined;
1445
+ } | undefined;
1422
1446
  } | undefined;
1423
1447
  }[];
1424
1448
  cursor?: string | undefined;