@membranehq/sdk 0.5.2 → 0.6.0

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 (66) hide show
  1. package/dist/bundle.d.ts +1661 -1666
  2. package/dist/bundle.js +9 -4
  3. package/dist/bundle.js.map +1 -1
  4. package/dist/dts/accessors/action-instances-accessors.d.ts +5 -2
  5. package/dist/dts/accessors/actions-accessors.d.ts +2 -2
  6. package/dist/dts/accessors/connections-accessors.d.ts +7 -7
  7. package/dist/dts/accessors/integrations-accessors.d.ts +7 -7
  8. package/dist/dts/errors/index.d.ts +10 -1
  9. package/dist/dts/workspace-elements/api/action-instances-api.d.ts +119 -65
  10. package/dist/dts/workspace-elements/api/action-run-log-records-api.d.ts +69 -90
  11. package/dist/dts/workspace-elements/api/actions-api.d.ts +253 -339
  12. package/dist/dts/workspace-elements/api/app-data-schema-instances-api.d.ts +21 -21
  13. package/dist/dts/workspace-elements/api/app-data-schemas-api.d.ts +7 -7
  14. package/dist/dts/workspace-elements/api/app-event-log-records-api.d.ts +22 -22
  15. package/dist/dts/workspace-elements/api/app-event-subscriptions-api.d.ts +18 -18
  16. package/dist/dts/workspace-elements/api/app-event-types-api.d.ts +7 -7
  17. package/dist/dts/workspace-elements/api/connections-api.d.ts +90 -89
  18. package/dist/dts/workspace-elements/api/data-link-table-instances-api.d.ts +50 -50
  19. package/dist/dts/workspace-elements/api/data-link-tables-api.d.ts +7 -7
  20. package/dist/dts/workspace-elements/api/data-source-instances-api.d.ts +55 -55
  21. package/dist/dts/workspace-elements/api/data-sources-api.d.ts +62 -62
  22. package/dist/dts/workspace-elements/api/external-event-log-records-api.d.ts +40 -40
  23. package/dist/dts/workspace-elements/api/external-event-pulls-api.d.ts +40 -40
  24. package/dist/dts/workspace-elements/api/external-event-subscriptions-api.d.ts +35 -35
  25. package/dist/dts/workspace-elements/api/external-events-api.d.ts +20 -20
  26. package/dist/dts/workspace-elements/api/field-mapping-instances-api.d.ts +146 -146
  27. package/dist/dts/workspace-elements/api/field-mappings-api.d.ts +56 -56
  28. package/dist/dts/workspace-elements/api/flow-runs-api.d.ts +128 -128
  29. package/dist/dts/workspace-elements/api/flows-api.d.ts +223 -223
  30. package/dist/dts/workspace-elements/api/integrations-api.d.ts +26 -26
  31. package/dist/dts/workspace-elements/api/scenarios-api.d.ts +21 -21
  32. package/dist/dts/workspace-elements/base/action-instances/types.d.ts +10 -10
  33. package/dist/dts/workspace-elements/base/action-run-log-records/types.d.ts +4 -3
  34. package/dist/dts/workspace-elements/base/actions/index.d.ts +111 -1
  35. package/dist/dts/workspace-elements/base/app-data-schema-instances/types.d.ts +11 -10
  36. package/dist/dts/workspace-elements/base/app-data-schemas/types.d.ts +7 -7
  37. package/dist/dts/workspace-elements/base/app-event-subscriptions/types.d.ts +7 -7
  38. package/dist/dts/workspace-elements/base/app-event-types/types.d.ts +7 -7
  39. package/dist/dts/workspace-elements/base/connections/types.d.ts +11 -10
  40. package/dist/dts/workspace-elements/base/data-link-table-instances/types.d.ts +7 -7
  41. package/dist/dts/workspace-elements/base/data-link-tables/types.d.ts +7 -7
  42. package/dist/dts/workspace-elements/base/data-source-instances/types.d.ts +10 -9
  43. package/dist/dts/workspace-elements/base/data-sources/types.d.ts +8 -8
  44. package/dist/dts/workspace-elements/base/external-event-log-records/types.d.ts +4 -3
  45. package/dist/dts/workspace-elements/base/external-event-pulls/types.d.ts +4 -3
  46. package/dist/dts/workspace-elements/base/external-event-subscriptions/types.d.ts +4 -3
  47. package/dist/dts/workspace-elements/base/field-mapping-instances/types.d.ts +11 -10
  48. package/dist/dts/workspace-elements/base/field-mappings/types.d.ts +9 -9
  49. package/dist/dts/workspace-elements/base/flow-instances/schemas.d.ts +8 -8
  50. package/dist/dts/workspace-elements/base/flow-instances/types.d.ts +15 -14
  51. package/dist/dts/workspace-elements/base/flow-runs/flow-node-runs.d.ts +16 -16
  52. package/dist/dts/workspace-elements/base/flow-runs/types.d.ts +6 -5
  53. package/dist/dts/workspace-elements/base/flows/types.d.ts +15 -15
  54. package/dist/dts/workspace-elements/base/integrations/types.d.ts +48 -48
  55. package/dist/dts/workspace-elements/base/scenarios/types.d.ts +7 -7
  56. package/dist/dts/workspace-elements/types.d.ts +53 -9
  57. package/dist/dts/workspace-elements-catalog/index.d.ts +3 -0
  58. package/dist/dts/workspaces/types.d.ts +2 -0
  59. package/dist/index.d.ts +2269 -2236
  60. package/dist/index.js +48 -48
  61. package/dist/index.js.map +1 -1
  62. package/dist/index.module.d.mts +2269 -2236
  63. package/dist/index.module.mjs +46 -48
  64. package/dist/index.module.mjs.map +1 -1
  65. package/package.json +1 -3
  66. package/dist/dts/workspace-elements/base/actions/types.d.ts +0 -85
@@ -80,7 +80,7 @@ export declare const FlowRunApiResponse: z.ZodObject<{
80
80
  state: z.ZodNativeEnum<typeof FlowRunState>;
81
81
  startTime: z.ZodString;
82
82
  endTime: z.ZodOptional<z.ZodString>;
83
- errors: z.ZodOptional<z.ZodArray<any, "many">>;
83
+ errors: z.ZodOptional<z.ZodArray<z.ZodType<import("../..").ErrorDataSchema, z.ZodTypeDef, import("../..").ErrorDataSchema>, "many">>;
84
84
  nodes: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
85
85
  state: z.ZodNativeEnum<typeof import("../base/flow-runs").FlowRunNodeState>;
86
86
  runs: z.ZodOptional<z.ZodNumber>;
@@ -110,14 +110,14 @@ export declare const FlowRunApiResponse: z.ZodObject<{
110
110
  } & {
111
111
  flowInstance: z.ZodOptional<z.ZodObject<{
112
112
  id: z.ZodString;
113
- name: z.ZodString;
114
113
  key: z.ZodOptional<z.ZodString>;
115
114
  uuid: z.ZodOptional<z.ZodString>;
116
115
  description: z.ZodOptional<z.ZodString>;
117
- errors: z.ZodOptional<z.ZodArray<any, "many">>;
116
+ name: z.ZodString;
117
+ errors: z.ZodOptional<z.ZodArray<z.ZodType<import("../..").ErrorDataSchema, z.ZodTypeDef, import("../..").ErrorDataSchema>, "many">>;
118
118
  revision: z.ZodOptional<z.ZodString>;
119
- isDeactivated: z.ZodOptional<z.ZodBoolean>;
120
119
  archivedAt: z.ZodOptional<z.ZodString>;
120
+ isDeactivated: z.ZodOptional<z.ZodBoolean>;
121
121
  } & {
122
122
  userId: z.ZodString;
123
123
  connectionId: z.ZodOptional<z.ZodString>;
@@ -156,18 +156,18 @@ export declare const FlowRunApiResponse: z.ZodObject<{
156
156
  uuid?: string | undefined;
157
157
  description?: string | undefined;
158
158
  state?: import("..").WorkspaceElementState | undefined;
159
- errors?: any[] | undefined;
159
+ errors?: import("../..").ErrorDataSchema[] | undefined;
160
160
  revision?: string | undefined;
161
- isDeactivated?: boolean | undefined;
162
161
  archivedAt?: string | undefined;
162
+ isDeactivated?: boolean | undefined;
163
163
  instanceKey?: string | undefined;
164
164
  connectionId?: string | undefined;
165
165
  parameters?: any;
166
- parametersSchema?: import("../..").DataSchema | undefined;
167
166
  customized?: {
168
167
  name?: boolean | undefined;
169
168
  nodes?: boolean | undefined;
170
169
  } | undefined;
170
+ parametersSchema?: import("../..").DataSchema | undefined;
171
171
  dependencies?: any[] | undefined;
172
172
  universalFlowId?: string | undefined;
173
173
  nodes?: Record<string, any> | undefined;
@@ -185,18 +185,18 @@ export declare const FlowRunApiResponse: z.ZodObject<{
185
185
  uuid?: string | undefined;
186
186
  description?: string | undefined;
187
187
  state?: import("..").WorkspaceElementState | undefined;
188
- errors?: any[] | undefined;
188
+ errors?: import("../..").ErrorDataSchema[] | undefined;
189
189
  revision?: string | undefined;
190
- isDeactivated?: boolean | undefined;
191
190
  archivedAt?: string | undefined;
191
+ isDeactivated?: boolean | undefined;
192
192
  instanceKey?: string | undefined;
193
193
  connectionId?: string | undefined;
194
194
  parameters?: any;
195
- parametersSchema?: import("../..").DataSchema | undefined;
196
195
  customized?: {
197
196
  name?: boolean | undefined;
198
197
  nodes?: boolean | undefined;
199
198
  } | undefined;
199
+ parametersSchema?: import("../..").DataSchema | undefined;
200
200
  dependencies?: any[] | undefined;
201
201
  universalFlowId?: string | undefined;
202
202
  nodes?: Record<string, any> | undefined;
@@ -211,7 +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
- error: any;
214
+ error: z.ZodOptional<z.ZodType<import("../..").ErrorDataSchema, z.ZodTypeDef, import("../..").ErrorDataSchema>>;
215
215
  integrationId: z.ZodString;
216
216
  authOptionKey: z.ZodOptional<z.ZodString>;
217
217
  createdAt: z.ZodString;
@@ -221,7 +221,7 @@ export declare const FlowRunApiResponse: z.ZodObject<{
221
221
  archivedAt: z.ZodOptional<z.ZodString>;
222
222
  isDeactivated: z.ZodOptional<z.ZodBoolean>;
223
223
  state: z.ZodOptional<z.ZodNativeEnum<typeof import("..").WorkspaceElementState>>;
224
- errors: z.ZodOptional<z.ZodArray<any, "many">>;
224
+ errors: z.ZodOptional<z.ZodArray<z.ZodType<import("../..").ErrorDataSchema, z.ZodTypeDef, import("../..").ErrorDataSchema>, "many">>;
225
225
  meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
226
226
  }, "strip", z.ZodTypeAny, {
227
227
  id: string;
@@ -230,18 +230,18 @@ export declare const FlowRunApiResponse: z.ZodObject<{
230
230
  updatedAt: string;
231
231
  userId: string;
232
232
  integrationId: string;
233
- error?: any;
233
+ error?: import("../..").ErrorDataSchema | undefined;
234
234
  state?: import("..").WorkspaceElementState | undefined;
235
- errors?: any[] | undefined;
236
- isDeactivated?: boolean | undefined;
235
+ errors?: import("../..").ErrorDataSchema[] | undefined;
237
236
  archivedAt?: string | undefined;
237
+ isDeactivated?: boolean | undefined;
238
238
  authOptionKey?: string | undefined;
239
239
  isTest?: boolean | undefined;
240
+ meta?: Record<string, any> | undefined;
240
241
  disconnected?: boolean | undefined;
241
242
  isDefunct?: boolean | undefined;
242
243
  lastActiveAt?: string | undefined;
243
244
  nextCredentialsRefreshAt?: string | undefined;
244
- meta?: Record<string, any> | undefined;
245
245
  }, {
246
246
  id: string;
247
247
  name: string;
@@ -249,27 +249,27 @@ export declare const FlowRunApiResponse: z.ZodObject<{
249
249
  updatedAt: string;
250
250
  userId: string;
251
251
  integrationId: string;
252
- error?: any;
252
+ error?: import("../..").ErrorDataSchema | undefined;
253
253
  state?: import("..").WorkspaceElementState | undefined;
254
- errors?: any[] | undefined;
255
- isDeactivated?: boolean | undefined;
254
+ errors?: import("../..").ErrorDataSchema[] | undefined;
256
255
  archivedAt?: string | undefined;
256
+ isDeactivated?: boolean | undefined;
257
257
  authOptionKey?: string | undefined;
258
258
  isTest?: boolean | undefined;
259
+ meta?: Record<string, any> | undefined;
259
260
  disconnected?: boolean | undefined;
260
261
  isDefunct?: boolean | undefined;
261
262
  lastActiveAt?: string | undefined;
262
263
  nextCredentialsRefreshAt?: string | undefined;
263
- meta?: Record<string, any> | undefined;
264
264
  }>>;
265
265
  integration: z.ZodOptional<z.ZodObject<{
266
266
  id: z.ZodString;
267
- name: z.ZodString;
268
267
  key: z.ZodOptional<z.ZodString>;
269
268
  uuid: z.ZodOptional<z.ZodString>;
270
269
  description: z.ZodOptional<z.ZodString>;
270
+ name: z.ZodString;
271
271
  state: z.ZodOptional<z.ZodNativeEnum<typeof import("..").WorkspaceElementState>>;
272
- errors: z.ZodOptional<z.ZodArray<any, "many">>;
272
+ errors: z.ZodOptional<z.ZodArray<z.ZodType<import("../..").ErrorDataSchema, z.ZodTypeDef, import("../..").ErrorDataSchema>, "many">>;
273
273
  revision: z.ZodOptional<z.ZodString>;
274
274
  createdAt: z.ZodOptional<z.ZodString>;
275
275
  updatedAt: z.ZodOptional<z.ZodString>;
@@ -302,14 +302,13 @@ export declare const FlowRunApiResponse: z.ZodObject<{
302
302
  uuid?: string | undefined;
303
303
  description?: string | undefined;
304
304
  state?: import("..").WorkspaceElementState | undefined;
305
- errors?: any[] | undefined;
305
+ errors?: import("../..").ErrorDataSchema[] | undefined;
306
306
  revision?: string | undefined;
307
- isDeactivated?: boolean | undefined;
308
307
  createdAt?: string | undefined;
309
308
  updatedAt?: string | undefined;
310
309
  archivedAt?: string | undefined;
310
+ isDeactivated?: boolean | undefined;
311
311
  parameters?: any;
312
- isTest?: boolean | undefined;
313
312
  connectorId?: string | undefined;
314
313
  connectorVersion?: string | undefined;
315
314
  oAuthCallbackUri?: string | undefined;
@@ -323,6 +322,7 @@ export declare const FlowRunApiResponse: z.ZodObject<{
323
322
  eventsCount?: number | undefined;
324
323
  hasGlobalWebhooks?: boolean | undefined;
325
324
  hasUdm?: boolean | undefined;
325
+ isTest?: boolean | undefined;
326
326
  appUuid?: string | undefined;
327
327
  authType?: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials" | undefined;
328
328
  }, {
@@ -333,14 +333,13 @@ export declare const FlowRunApiResponse: z.ZodObject<{
333
333
  uuid?: string | undefined;
334
334
  description?: string | undefined;
335
335
  state?: import("..").WorkspaceElementState | undefined;
336
- errors?: any[] | undefined;
336
+ errors?: import("../..").ErrorDataSchema[] | undefined;
337
337
  revision?: string | undefined;
338
- isDeactivated?: boolean | undefined;
339
338
  createdAt?: string | undefined;
340
339
  updatedAt?: string | undefined;
341
340
  archivedAt?: string | undefined;
341
+ isDeactivated?: boolean | undefined;
342
342
  parameters?: any;
343
- isTest?: boolean | undefined;
344
343
  connectorId?: string | undefined;
345
344
  connectorVersion?: string | undefined;
346
345
  oAuthCallbackUri?: string | undefined;
@@ -354,6 +353,7 @@ export declare const FlowRunApiResponse: z.ZodObject<{
354
353
  eventsCount?: number | undefined;
355
354
  hasGlobalWebhooks?: boolean | undefined;
356
355
  hasUdm?: boolean | undefined;
356
+ isTest?: boolean | undefined;
357
357
  appUuid?: string | undefined;
358
358
  authType?: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials" | undefined;
359
359
  }>>;
@@ -405,18 +405,18 @@ export declare const FlowRunApiResponse: z.ZodObject<{
405
405
  updatedAt: string;
406
406
  userId: string;
407
407
  integrationId: string;
408
- error?: any;
408
+ error?: import("../..").ErrorDataSchema | undefined;
409
409
  state?: import("..").WorkspaceElementState | undefined;
410
- errors?: any[] | undefined;
411
- isDeactivated?: boolean | undefined;
410
+ errors?: import("../..").ErrorDataSchema[] | undefined;
412
411
  archivedAt?: string | undefined;
412
+ isDeactivated?: boolean | undefined;
413
413
  authOptionKey?: string | undefined;
414
414
  isTest?: boolean | undefined;
415
+ meta?: Record<string, any> | undefined;
415
416
  disconnected?: boolean | undefined;
416
417
  isDefunct?: boolean | undefined;
417
418
  lastActiveAt?: string | undefined;
418
419
  nextCredentialsRefreshAt?: string | undefined;
419
- meta?: Record<string, any> | undefined;
420
420
  } | undefined;
421
421
  integration?: {
422
422
  id: string;
@@ -426,14 +426,13 @@ export declare const FlowRunApiResponse: z.ZodObject<{
426
426
  uuid?: string | undefined;
427
427
  description?: string | undefined;
428
428
  state?: import("..").WorkspaceElementState | undefined;
429
- errors?: any[] | undefined;
429
+ errors?: import("../..").ErrorDataSchema[] | undefined;
430
430
  revision?: string | undefined;
431
- isDeactivated?: boolean | undefined;
432
431
  createdAt?: string | undefined;
433
432
  updatedAt?: string | undefined;
434
433
  archivedAt?: string | undefined;
434
+ isDeactivated?: boolean | undefined;
435
435
  parameters?: any;
436
- isTest?: boolean | undefined;
437
436
  connectorId?: string | undefined;
438
437
  connectorVersion?: string | undefined;
439
438
  oAuthCallbackUri?: string | undefined;
@@ -447,13 +446,15 @@ export declare const FlowRunApiResponse: z.ZodObject<{
447
446
  eventsCount?: number | undefined;
448
447
  hasGlobalWebhooks?: boolean | undefined;
449
448
  hasUdm?: boolean | undefined;
449
+ isTest?: boolean | undefined;
450
450
  appUuid?: string | undefined;
451
451
  authType?: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials" | undefined;
452
452
  } | undefined;
453
453
  name?: string | undefined;
454
- errors?: any[] | undefined;
454
+ errors?: import("../..").ErrorDataSchema[] | undefined;
455
455
  connectionId?: string | undefined;
456
456
  integrationId?: string | undefined;
457
+ input?: any;
457
458
  endTime?: string | undefined;
458
459
  user?: {
459
460
  id: string;
@@ -467,7 +468,6 @@ export declare const FlowRunApiResponse: z.ZodObject<{
467
468
  lastActiveAt?: string | undefined;
468
469
  isBillable?: boolean | undefined;
469
470
  } | undefined;
470
- input?: any;
471
471
  universalFlowId?: string | undefined;
472
472
  nodes?: Record<string, {
473
473
  state: import("../base/flow-runs").FlowRunNodeState;
@@ -491,18 +491,18 @@ export declare const FlowRunApiResponse: z.ZodObject<{
491
491
  uuid?: string | undefined;
492
492
  description?: string | undefined;
493
493
  state?: import("..").WorkspaceElementState | undefined;
494
- errors?: any[] | undefined;
494
+ errors?: import("../..").ErrorDataSchema[] | undefined;
495
495
  revision?: string | undefined;
496
- isDeactivated?: boolean | undefined;
497
496
  archivedAt?: string | undefined;
497
+ isDeactivated?: boolean | undefined;
498
498
  instanceKey?: string | undefined;
499
499
  connectionId?: string | undefined;
500
500
  parameters?: any;
501
- parametersSchema?: import("../..").DataSchema | undefined;
502
501
  customized?: {
503
502
  name?: boolean | undefined;
504
503
  nodes?: boolean | undefined;
505
504
  } | undefined;
505
+ parametersSchema?: import("../..").DataSchema | undefined;
506
506
  dependencies?: any[] | undefined;
507
507
  universalFlowId?: string | undefined;
508
508
  nodes?: Record<string, any> | undefined;
@@ -523,18 +523,18 @@ export declare const FlowRunApiResponse: z.ZodObject<{
523
523
  updatedAt: string;
524
524
  userId: string;
525
525
  integrationId: string;
526
- error?: any;
526
+ error?: import("../..").ErrorDataSchema | undefined;
527
527
  state?: import("..").WorkspaceElementState | undefined;
528
- errors?: any[] | undefined;
529
- isDeactivated?: boolean | undefined;
528
+ errors?: import("../..").ErrorDataSchema[] | undefined;
530
529
  archivedAt?: string | undefined;
530
+ isDeactivated?: boolean | undefined;
531
531
  authOptionKey?: string | undefined;
532
532
  isTest?: boolean | undefined;
533
+ meta?: Record<string, any> | undefined;
533
534
  disconnected?: boolean | undefined;
534
535
  isDefunct?: boolean | undefined;
535
536
  lastActiveAt?: string | undefined;
536
537
  nextCredentialsRefreshAt?: string | undefined;
537
- meta?: Record<string, any> | undefined;
538
538
  } | undefined;
539
539
  integration?: {
540
540
  id: string;
@@ -544,14 +544,13 @@ export declare const FlowRunApiResponse: z.ZodObject<{
544
544
  uuid?: string | undefined;
545
545
  description?: string | undefined;
546
546
  state?: import("..").WorkspaceElementState | undefined;
547
- errors?: any[] | undefined;
547
+ errors?: import("../..").ErrorDataSchema[] | undefined;
548
548
  revision?: string | undefined;
549
- isDeactivated?: boolean | undefined;
550
549
  createdAt?: string | undefined;
551
550
  updatedAt?: string | undefined;
552
551
  archivedAt?: string | undefined;
552
+ isDeactivated?: boolean | undefined;
553
553
  parameters?: any;
554
- isTest?: boolean | undefined;
555
554
  connectorId?: string | undefined;
556
555
  connectorVersion?: string | undefined;
557
556
  oAuthCallbackUri?: string | undefined;
@@ -565,13 +564,15 @@ export declare const FlowRunApiResponse: z.ZodObject<{
565
564
  eventsCount?: number | undefined;
566
565
  hasGlobalWebhooks?: boolean | undefined;
567
566
  hasUdm?: boolean | undefined;
567
+ isTest?: boolean | undefined;
568
568
  appUuid?: string | undefined;
569
569
  authType?: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials" | undefined;
570
570
  } | undefined;
571
571
  name?: string | undefined;
572
- errors?: any[] | undefined;
572
+ errors?: import("../..").ErrorDataSchema[] | undefined;
573
573
  connectionId?: string | undefined;
574
574
  integrationId?: string | undefined;
575
+ input?: any;
575
576
  endTime?: string | undefined;
576
577
  user?: {
577
578
  id: string;
@@ -585,7 +586,6 @@ export declare const FlowRunApiResponse: z.ZodObject<{
585
586
  lastActiveAt?: string | undefined;
586
587
  isBillable?: boolean | undefined;
587
588
  } | undefined;
588
- input?: any;
589
589
  universalFlowId?: string | undefined;
590
590
  nodes?: Record<string, {
591
591
  state: import("../base/flow-runs").FlowRunNodeState;
@@ -609,18 +609,18 @@ export declare const FlowRunApiResponse: z.ZodObject<{
609
609
  uuid?: string | undefined;
610
610
  description?: string | undefined;
611
611
  state?: import("..").WorkspaceElementState | undefined;
612
- errors?: any[] | undefined;
612
+ errors?: import("../..").ErrorDataSchema[] | undefined;
613
613
  revision?: string | undefined;
614
- isDeactivated?: boolean | undefined;
615
614
  archivedAt?: string | undefined;
615
+ isDeactivated?: boolean | undefined;
616
616
  instanceKey?: string | undefined;
617
617
  connectionId?: string | undefined;
618
618
  parameters?: any;
619
- parametersSchema?: import("../..").DataSchema | undefined;
620
619
  customized?: {
621
620
  name?: boolean | undefined;
622
621
  nodes?: boolean | undefined;
623
622
  } | undefined;
623
+ parametersSchema?: import("../..").DataSchema | undefined;
624
624
  dependencies?: any[] | undefined;
625
625
  universalFlowId?: string | undefined;
626
626
  nodes?: Record<string, any> | undefined;
@@ -643,7 +643,7 @@ export declare const FindFlowRunsResponse: z.ZodObject<{
643
643
  state: z.ZodNativeEnum<typeof FlowRunState>;
644
644
  startTime: z.ZodString;
645
645
  endTime: z.ZodOptional<z.ZodString>;
646
- errors: z.ZodOptional<z.ZodArray<any, "many">>;
646
+ errors: z.ZodOptional<z.ZodArray<z.ZodType<import("../..").ErrorDataSchema, z.ZodTypeDef, import("../..").ErrorDataSchema>, "many">>;
647
647
  nodes: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
648
648
  state: z.ZodNativeEnum<typeof import("../base/flow-runs").FlowRunNodeState>;
649
649
  runs: z.ZodOptional<z.ZodNumber>;
@@ -673,14 +673,14 @@ export declare const FindFlowRunsResponse: z.ZodObject<{
673
673
  } & {
674
674
  flowInstance: z.ZodOptional<z.ZodObject<{
675
675
  id: z.ZodString;
676
- name: z.ZodString;
677
676
  key: z.ZodOptional<z.ZodString>;
678
677
  uuid: z.ZodOptional<z.ZodString>;
679
678
  description: z.ZodOptional<z.ZodString>;
680
- errors: z.ZodOptional<z.ZodArray<any, "many">>;
679
+ name: z.ZodString;
680
+ errors: z.ZodOptional<z.ZodArray<z.ZodType<import("../..").ErrorDataSchema, z.ZodTypeDef, import("../..").ErrorDataSchema>, "many">>;
681
681
  revision: z.ZodOptional<z.ZodString>;
682
- isDeactivated: z.ZodOptional<z.ZodBoolean>;
683
682
  archivedAt: z.ZodOptional<z.ZodString>;
683
+ isDeactivated: z.ZodOptional<z.ZodBoolean>;
684
684
  } & {
685
685
  userId: z.ZodString;
686
686
  connectionId: z.ZodOptional<z.ZodString>;
@@ -719,18 +719,18 @@ export declare const FindFlowRunsResponse: z.ZodObject<{
719
719
  uuid?: string | undefined;
720
720
  description?: string | undefined;
721
721
  state?: import("..").WorkspaceElementState | undefined;
722
- errors?: any[] | undefined;
722
+ errors?: import("../..").ErrorDataSchema[] | undefined;
723
723
  revision?: string | undefined;
724
- isDeactivated?: boolean | undefined;
725
724
  archivedAt?: string | undefined;
725
+ isDeactivated?: boolean | undefined;
726
726
  instanceKey?: string | undefined;
727
727
  connectionId?: string | undefined;
728
728
  parameters?: any;
729
- parametersSchema?: import("../..").DataSchema | undefined;
730
729
  customized?: {
731
730
  name?: boolean | undefined;
732
731
  nodes?: boolean | undefined;
733
732
  } | undefined;
733
+ parametersSchema?: import("../..").DataSchema | undefined;
734
734
  dependencies?: any[] | undefined;
735
735
  universalFlowId?: string | undefined;
736
736
  nodes?: Record<string, any> | undefined;
@@ -748,18 +748,18 @@ export declare const FindFlowRunsResponse: z.ZodObject<{
748
748
  uuid?: string | undefined;
749
749
  description?: string | undefined;
750
750
  state?: import("..").WorkspaceElementState | undefined;
751
- errors?: any[] | undefined;
751
+ errors?: import("../..").ErrorDataSchema[] | undefined;
752
752
  revision?: string | undefined;
753
- isDeactivated?: boolean | undefined;
754
753
  archivedAt?: string | undefined;
754
+ isDeactivated?: boolean | undefined;
755
755
  instanceKey?: string | undefined;
756
756
  connectionId?: string | undefined;
757
757
  parameters?: any;
758
- parametersSchema?: import("../..").DataSchema | undefined;
759
758
  customized?: {
760
759
  name?: boolean | undefined;
761
760
  nodes?: boolean | undefined;
762
761
  } | undefined;
762
+ parametersSchema?: import("../..").DataSchema | undefined;
763
763
  dependencies?: any[] | undefined;
764
764
  universalFlowId?: string | undefined;
765
765
  nodes?: Record<string, any> | undefined;
@@ -774,7 +774,7 @@ export declare const FindFlowRunsResponse: z.ZodObject<{
774
774
  isTest: z.ZodOptional<z.ZodBoolean>;
775
775
  disconnected: z.ZodOptional<z.ZodBoolean>;
776
776
  isDefunct: z.ZodOptional<z.ZodBoolean>;
777
- error: any;
777
+ error: z.ZodOptional<z.ZodType<import("../..").ErrorDataSchema, z.ZodTypeDef, import("../..").ErrorDataSchema>>;
778
778
  integrationId: z.ZodString;
779
779
  authOptionKey: z.ZodOptional<z.ZodString>;
780
780
  createdAt: z.ZodString;
@@ -784,7 +784,7 @@ export declare const FindFlowRunsResponse: z.ZodObject<{
784
784
  archivedAt: z.ZodOptional<z.ZodString>;
785
785
  isDeactivated: z.ZodOptional<z.ZodBoolean>;
786
786
  state: z.ZodOptional<z.ZodNativeEnum<typeof import("..").WorkspaceElementState>>;
787
- errors: z.ZodOptional<z.ZodArray<any, "many">>;
787
+ errors: z.ZodOptional<z.ZodArray<z.ZodType<import("../..").ErrorDataSchema, z.ZodTypeDef, import("../..").ErrorDataSchema>, "many">>;
788
788
  meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
789
789
  }, "strip", z.ZodTypeAny, {
790
790
  id: string;
@@ -793,18 +793,18 @@ export declare const FindFlowRunsResponse: z.ZodObject<{
793
793
  updatedAt: string;
794
794
  userId: string;
795
795
  integrationId: string;
796
- error?: any;
796
+ error?: import("../..").ErrorDataSchema | undefined;
797
797
  state?: import("..").WorkspaceElementState | undefined;
798
- errors?: any[] | undefined;
799
- isDeactivated?: boolean | undefined;
798
+ errors?: import("../..").ErrorDataSchema[] | undefined;
800
799
  archivedAt?: string | undefined;
800
+ isDeactivated?: boolean | undefined;
801
801
  authOptionKey?: string | undefined;
802
802
  isTest?: boolean | undefined;
803
+ meta?: Record<string, any> | undefined;
803
804
  disconnected?: boolean | undefined;
804
805
  isDefunct?: boolean | undefined;
805
806
  lastActiveAt?: string | undefined;
806
807
  nextCredentialsRefreshAt?: string | undefined;
807
- meta?: Record<string, any> | undefined;
808
808
  }, {
809
809
  id: string;
810
810
  name: string;
@@ -812,27 +812,27 @@ export declare const FindFlowRunsResponse: z.ZodObject<{
812
812
  updatedAt: string;
813
813
  userId: string;
814
814
  integrationId: string;
815
- error?: any;
815
+ error?: import("../..").ErrorDataSchema | undefined;
816
816
  state?: import("..").WorkspaceElementState | undefined;
817
- errors?: any[] | undefined;
818
- isDeactivated?: boolean | undefined;
817
+ errors?: import("../..").ErrorDataSchema[] | undefined;
819
818
  archivedAt?: string | undefined;
819
+ isDeactivated?: boolean | undefined;
820
820
  authOptionKey?: string | undefined;
821
821
  isTest?: boolean | undefined;
822
+ meta?: Record<string, any> | undefined;
822
823
  disconnected?: boolean | undefined;
823
824
  isDefunct?: boolean | undefined;
824
825
  lastActiveAt?: string | undefined;
825
826
  nextCredentialsRefreshAt?: string | undefined;
826
- meta?: Record<string, any> | undefined;
827
827
  }>>;
828
828
  integration: z.ZodOptional<z.ZodObject<{
829
829
  id: z.ZodString;
830
- name: z.ZodString;
831
830
  key: z.ZodOptional<z.ZodString>;
832
831
  uuid: z.ZodOptional<z.ZodString>;
833
832
  description: z.ZodOptional<z.ZodString>;
833
+ name: z.ZodString;
834
834
  state: z.ZodOptional<z.ZodNativeEnum<typeof import("..").WorkspaceElementState>>;
835
- errors: z.ZodOptional<z.ZodArray<any, "many">>;
835
+ errors: z.ZodOptional<z.ZodArray<z.ZodType<import("../..").ErrorDataSchema, z.ZodTypeDef, import("../..").ErrorDataSchema>, "many">>;
836
836
  revision: z.ZodOptional<z.ZodString>;
837
837
  createdAt: z.ZodOptional<z.ZodString>;
838
838
  updatedAt: z.ZodOptional<z.ZodString>;
@@ -865,14 +865,13 @@ export declare const FindFlowRunsResponse: z.ZodObject<{
865
865
  uuid?: string | undefined;
866
866
  description?: string | undefined;
867
867
  state?: import("..").WorkspaceElementState | undefined;
868
- errors?: any[] | undefined;
868
+ errors?: import("../..").ErrorDataSchema[] | undefined;
869
869
  revision?: string | undefined;
870
- isDeactivated?: boolean | undefined;
871
870
  createdAt?: string | undefined;
872
871
  updatedAt?: string | undefined;
873
872
  archivedAt?: string | undefined;
873
+ isDeactivated?: boolean | undefined;
874
874
  parameters?: any;
875
- isTest?: boolean | undefined;
876
875
  connectorId?: string | undefined;
877
876
  connectorVersion?: string | undefined;
878
877
  oAuthCallbackUri?: string | undefined;
@@ -886,6 +885,7 @@ export declare const FindFlowRunsResponse: z.ZodObject<{
886
885
  eventsCount?: number | undefined;
887
886
  hasGlobalWebhooks?: boolean | undefined;
888
887
  hasUdm?: boolean | undefined;
888
+ isTest?: boolean | undefined;
889
889
  appUuid?: string | undefined;
890
890
  authType?: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials" | undefined;
891
891
  }, {
@@ -896,14 +896,13 @@ export declare const FindFlowRunsResponse: z.ZodObject<{
896
896
  uuid?: string | undefined;
897
897
  description?: string | undefined;
898
898
  state?: import("..").WorkspaceElementState | undefined;
899
- errors?: any[] | undefined;
899
+ errors?: import("../..").ErrorDataSchema[] | undefined;
900
900
  revision?: string | undefined;
901
- isDeactivated?: boolean | undefined;
902
901
  createdAt?: string | undefined;
903
902
  updatedAt?: string | undefined;
904
903
  archivedAt?: string | undefined;
904
+ isDeactivated?: boolean | undefined;
905
905
  parameters?: any;
906
- isTest?: boolean | undefined;
907
906
  connectorId?: string | undefined;
908
907
  connectorVersion?: string | undefined;
909
908
  oAuthCallbackUri?: string | undefined;
@@ -917,6 +916,7 @@ export declare const FindFlowRunsResponse: z.ZodObject<{
917
916
  eventsCount?: number | undefined;
918
917
  hasGlobalWebhooks?: boolean | undefined;
919
918
  hasUdm?: boolean | undefined;
919
+ isTest?: boolean | undefined;
920
920
  appUuid?: string | undefined;
921
921
  authType?: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials" | undefined;
922
922
  }>>;
@@ -968,18 +968,18 @@ export declare const FindFlowRunsResponse: z.ZodObject<{
968
968
  updatedAt: string;
969
969
  userId: string;
970
970
  integrationId: string;
971
- error?: any;
971
+ error?: import("../..").ErrorDataSchema | undefined;
972
972
  state?: import("..").WorkspaceElementState | undefined;
973
- errors?: any[] | undefined;
974
- isDeactivated?: boolean | undefined;
973
+ errors?: import("../..").ErrorDataSchema[] | undefined;
975
974
  archivedAt?: string | undefined;
975
+ isDeactivated?: boolean | undefined;
976
976
  authOptionKey?: string | undefined;
977
977
  isTest?: boolean | undefined;
978
+ meta?: Record<string, any> | undefined;
978
979
  disconnected?: boolean | undefined;
979
980
  isDefunct?: boolean | undefined;
980
981
  lastActiveAt?: string | undefined;
981
982
  nextCredentialsRefreshAt?: string | undefined;
982
- meta?: Record<string, any> | undefined;
983
983
  } | undefined;
984
984
  integration?: {
985
985
  id: string;
@@ -989,14 +989,13 @@ export declare const FindFlowRunsResponse: z.ZodObject<{
989
989
  uuid?: string | undefined;
990
990
  description?: string | undefined;
991
991
  state?: import("..").WorkspaceElementState | undefined;
992
- errors?: any[] | undefined;
992
+ errors?: import("../..").ErrorDataSchema[] | undefined;
993
993
  revision?: string | undefined;
994
- isDeactivated?: boolean | undefined;
995
994
  createdAt?: string | undefined;
996
995
  updatedAt?: string | undefined;
997
996
  archivedAt?: string | undefined;
997
+ isDeactivated?: boolean | undefined;
998
998
  parameters?: any;
999
- isTest?: boolean | undefined;
1000
999
  connectorId?: string | undefined;
1001
1000
  connectorVersion?: string | undefined;
1002
1001
  oAuthCallbackUri?: string | undefined;
@@ -1010,13 +1009,15 @@ export declare const FindFlowRunsResponse: z.ZodObject<{
1010
1009
  eventsCount?: number | undefined;
1011
1010
  hasGlobalWebhooks?: boolean | undefined;
1012
1011
  hasUdm?: boolean | undefined;
1012
+ isTest?: boolean | undefined;
1013
1013
  appUuid?: string | undefined;
1014
1014
  authType?: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials" | undefined;
1015
1015
  } | undefined;
1016
1016
  name?: string | undefined;
1017
- errors?: any[] | undefined;
1017
+ errors?: import("../..").ErrorDataSchema[] | undefined;
1018
1018
  connectionId?: string | undefined;
1019
1019
  integrationId?: string | undefined;
1020
+ input?: any;
1020
1021
  endTime?: string | undefined;
1021
1022
  user?: {
1022
1023
  id: string;
@@ -1030,7 +1031,6 @@ export declare const FindFlowRunsResponse: z.ZodObject<{
1030
1031
  lastActiveAt?: string | undefined;
1031
1032
  isBillable?: boolean | undefined;
1032
1033
  } | undefined;
1033
- input?: any;
1034
1034
  universalFlowId?: string | undefined;
1035
1035
  nodes?: Record<string, {
1036
1036
  state: import("../base/flow-runs").FlowRunNodeState;
@@ -1054,18 +1054,18 @@ export declare const FindFlowRunsResponse: z.ZodObject<{
1054
1054
  uuid?: string | undefined;
1055
1055
  description?: string | undefined;
1056
1056
  state?: import("..").WorkspaceElementState | undefined;
1057
- errors?: any[] | undefined;
1057
+ errors?: import("../..").ErrorDataSchema[] | undefined;
1058
1058
  revision?: string | undefined;
1059
- isDeactivated?: boolean | undefined;
1060
1059
  archivedAt?: string | undefined;
1060
+ isDeactivated?: boolean | undefined;
1061
1061
  instanceKey?: string | undefined;
1062
1062
  connectionId?: string | undefined;
1063
1063
  parameters?: any;
1064
- parametersSchema?: import("../..").DataSchema | undefined;
1065
1064
  customized?: {
1066
1065
  name?: boolean | undefined;
1067
1066
  nodes?: boolean | undefined;
1068
1067
  } | undefined;
1068
+ parametersSchema?: import("../..").DataSchema | undefined;
1069
1069
  dependencies?: any[] | undefined;
1070
1070
  universalFlowId?: string | undefined;
1071
1071
  nodes?: Record<string, any> | undefined;
@@ -1086,18 +1086,18 @@ export declare const FindFlowRunsResponse: z.ZodObject<{
1086
1086
  updatedAt: string;
1087
1087
  userId: string;
1088
1088
  integrationId: string;
1089
- error?: any;
1089
+ error?: import("../..").ErrorDataSchema | undefined;
1090
1090
  state?: import("..").WorkspaceElementState | undefined;
1091
- errors?: any[] | undefined;
1092
- isDeactivated?: boolean | undefined;
1091
+ errors?: import("../..").ErrorDataSchema[] | undefined;
1093
1092
  archivedAt?: string | undefined;
1093
+ isDeactivated?: boolean | undefined;
1094
1094
  authOptionKey?: string | undefined;
1095
1095
  isTest?: boolean | undefined;
1096
+ meta?: Record<string, any> | undefined;
1096
1097
  disconnected?: boolean | undefined;
1097
1098
  isDefunct?: boolean | undefined;
1098
1099
  lastActiveAt?: string | undefined;
1099
1100
  nextCredentialsRefreshAt?: string | undefined;
1100
- meta?: Record<string, any> | undefined;
1101
1101
  } | undefined;
1102
1102
  integration?: {
1103
1103
  id: string;
@@ -1107,14 +1107,13 @@ export declare const FindFlowRunsResponse: z.ZodObject<{
1107
1107
  uuid?: string | undefined;
1108
1108
  description?: string | undefined;
1109
1109
  state?: import("..").WorkspaceElementState | undefined;
1110
- errors?: any[] | undefined;
1110
+ errors?: import("../..").ErrorDataSchema[] | undefined;
1111
1111
  revision?: string | undefined;
1112
- isDeactivated?: boolean | undefined;
1113
1112
  createdAt?: string | undefined;
1114
1113
  updatedAt?: string | undefined;
1115
1114
  archivedAt?: string | undefined;
1115
+ isDeactivated?: boolean | undefined;
1116
1116
  parameters?: any;
1117
- isTest?: boolean | undefined;
1118
1117
  connectorId?: string | undefined;
1119
1118
  connectorVersion?: string | undefined;
1120
1119
  oAuthCallbackUri?: string | undefined;
@@ -1128,13 +1127,15 @@ export declare const FindFlowRunsResponse: z.ZodObject<{
1128
1127
  eventsCount?: number | undefined;
1129
1128
  hasGlobalWebhooks?: boolean | undefined;
1130
1129
  hasUdm?: boolean | undefined;
1130
+ isTest?: boolean | undefined;
1131
1131
  appUuid?: string | undefined;
1132
1132
  authType?: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials" | undefined;
1133
1133
  } | undefined;
1134
1134
  name?: string | undefined;
1135
- errors?: any[] | undefined;
1135
+ errors?: import("../..").ErrorDataSchema[] | undefined;
1136
1136
  connectionId?: string | undefined;
1137
1137
  integrationId?: string | undefined;
1138
+ input?: any;
1138
1139
  endTime?: string | undefined;
1139
1140
  user?: {
1140
1141
  id: string;
@@ -1148,7 +1149,6 @@ export declare const FindFlowRunsResponse: z.ZodObject<{
1148
1149
  lastActiveAt?: string | undefined;
1149
1150
  isBillable?: boolean | undefined;
1150
1151
  } | undefined;
1151
- input?: any;
1152
1152
  universalFlowId?: string | undefined;
1153
1153
  nodes?: Record<string, {
1154
1154
  state: import("../base/flow-runs").FlowRunNodeState;
@@ -1172,18 +1172,18 @@ export declare const FindFlowRunsResponse: z.ZodObject<{
1172
1172
  uuid?: string | undefined;
1173
1173
  description?: string | undefined;
1174
1174
  state?: import("..").WorkspaceElementState | undefined;
1175
- errors?: any[] | undefined;
1175
+ errors?: import("../..").ErrorDataSchema[] | undefined;
1176
1176
  revision?: string | undefined;
1177
- isDeactivated?: boolean | undefined;
1178
1177
  archivedAt?: string | undefined;
1178
+ isDeactivated?: boolean | undefined;
1179
1179
  instanceKey?: string | undefined;
1180
1180
  connectionId?: string | undefined;
1181
1181
  parameters?: any;
1182
- parametersSchema?: import("../..").DataSchema | undefined;
1183
1182
  customized?: {
1184
1183
  name?: boolean | undefined;
1185
1184
  nodes?: boolean | undefined;
1186
1185
  } | undefined;
1186
+ parametersSchema?: import("../..").DataSchema | undefined;
1187
1187
  dependencies?: any[] | undefined;
1188
1188
  universalFlowId?: string | undefined;
1189
1189
  nodes?: Record<string, any> | undefined;
@@ -1207,18 +1207,18 @@ export declare const FindFlowRunsResponse: z.ZodObject<{
1207
1207
  updatedAt: string;
1208
1208
  userId: string;
1209
1209
  integrationId: string;
1210
- error?: any;
1210
+ error?: import("../..").ErrorDataSchema | undefined;
1211
1211
  state?: import("..").WorkspaceElementState | undefined;
1212
- errors?: any[] | undefined;
1213
- isDeactivated?: boolean | undefined;
1212
+ errors?: import("../..").ErrorDataSchema[] | undefined;
1214
1213
  archivedAt?: string | undefined;
1214
+ isDeactivated?: boolean | undefined;
1215
1215
  authOptionKey?: string | undefined;
1216
1216
  isTest?: boolean | undefined;
1217
+ meta?: Record<string, any> | undefined;
1217
1218
  disconnected?: boolean | undefined;
1218
1219
  isDefunct?: boolean | undefined;
1219
1220
  lastActiveAt?: string | undefined;
1220
1221
  nextCredentialsRefreshAt?: string | undefined;
1221
- meta?: Record<string, any> | undefined;
1222
1222
  } | undefined;
1223
1223
  integration?: {
1224
1224
  id: string;
@@ -1228,14 +1228,13 @@ export declare const FindFlowRunsResponse: z.ZodObject<{
1228
1228
  uuid?: string | undefined;
1229
1229
  description?: string | undefined;
1230
1230
  state?: import("..").WorkspaceElementState | undefined;
1231
- errors?: any[] | undefined;
1231
+ errors?: import("../..").ErrorDataSchema[] | undefined;
1232
1232
  revision?: string | undefined;
1233
- isDeactivated?: boolean | undefined;
1234
1233
  createdAt?: string | undefined;
1235
1234
  updatedAt?: string | undefined;
1236
1235
  archivedAt?: string | undefined;
1236
+ isDeactivated?: boolean | undefined;
1237
1237
  parameters?: any;
1238
- isTest?: boolean | undefined;
1239
1238
  connectorId?: string | undefined;
1240
1239
  connectorVersion?: string | undefined;
1241
1240
  oAuthCallbackUri?: string | undefined;
@@ -1249,13 +1248,15 @@ export declare const FindFlowRunsResponse: z.ZodObject<{
1249
1248
  eventsCount?: number | undefined;
1250
1249
  hasGlobalWebhooks?: boolean | undefined;
1251
1250
  hasUdm?: boolean | undefined;
1251
+ isTest?: boolean | undefined;
1252
1252
  appUuid?: string | undefined;
1253
1253
  authType?: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials" | undefined;
1254
1254
  } | undefined;
1255
1255
  name?: string | undefined;
1256
- errors?: any[] | undefined;
1256
+ errors?: import("../..").ErrorDataSchema[] | undefined;
1257
1257
  connectionId?: string | undefined;
1258
1258
  integrationId?: string | undefined;
1259
+ input?: any;
1259
1260
  endTime?: string | undefined;
1260
1261
  user?: {
1261
1262
  id: string;
@@ -1269,7 +1270,6 @@ export declare const FindFlowRunsResponse: z.ZodObject<{
1269
1270
  lastActiveAt?: string | undefined;
1270
1271
  isBillable?: boolean | undefined;
1271
1272
  } | undefined;
1272
- input?: any;
1273
1273
  universalFlowId?: string | undefined;
1274
1274
  nodes?: Record<string, {
1275
1275
  state: import("../base/flow-runs").FlowRunNodeState;
@@ -1293,18 +1293,18 @@ export declare const FindFlowRunsResponse: z.ZodObject<{
1293
1293
  uuid?: string | undefined;
1294
1294
  description?: string | undefined;
1295
1295
  state?: import("..").WorkspaceElementState | undefined;
1296
- errors?: any[] | undefined;
1296
+ errors?: import("../..").ErrorDataSchema[] | undefined;
1297
1297
  revision?: string | undefined;
1298
- isDeactivated?: boolean | undefined;
1299
1298
  archivedAt?: string | undefined;
1299
+ isDeactivated?: boolean | undefined;
1300
1300
  instanceKey?: string | undefined;
1301
1301
  connectionId?: string | undefined;
1302
1302
  parameters?: any;
1303
- parametersSchema?: import("../..").DataSchema | undefined;
1304
1303
  customized?: {
1305
1304
  name?: boolean | undefined;
1306
1305
  nodes?: boolean | undefined;
1307
1306
  } | undefined;
1307
+ parametersSchema?: import("../..").DataSchema | undefined;
1308
1308
  dependencies?: any[] | undefined;
1309
1309
  universalFlowId?: string | undefined;
1310
1310
  nodes?: Record<string, any> | undefined;
@@ -1328,18 +1328,18 @@ export declare const FindFlowRunsResponse: z.ZodObject<{
1328
1328
  updatedAt: string;
1329
1329
  userId: string;
1330
1330
  integrationId: string;
1331
- error?: any;
1331
+ error?: import("../..").ErrorDataSchema | undefined;
1332
1332
  state?: import("..").WorkspaceElementState | undefined;
1333
- errors?: any[] | undefined;
1334
- isDeactivated?: boolean | undefined;
1333
+ errors?: import("../..").ErrorDataSchema[] | undefined;
1335
1334
  archivedAt?: string | undefined;
1335
+ isDeactivated?: boolean | undefined;
1336
1336
  authOptionKey?: string | undefined;
1337
1337
  isTest?: boolean | undefined;
1338
+ meta?: Record<string, any> | undefined;
1338
1339
  disconnected?: boolean | undefined;
1339
1340
  isDefunct?: boolean | undefined;
1340
1341
  lastActiveAt?: string | undefined;
1341
1342
  nextCredentialsRefreshAt?: string | undefined;
1342
- meta?: Record<string, any> | undefined;
1343
1343
  } | undefined;
1344
1344
  integration?: {
1345
1345
  id: string;
@@ -1349,14 +1349,13 @@ export declare const FindFlowRunsResponse: z.ZodObject<{
1349
1349
  uuid?: string | undefined;
1350
1350
  description?: string | undefined;
1351
1351
  state?: import("..").WorkspaceElementState | undefined;
1352
- errors?: any[] | undefined;
1352
+ errors?: import("../..").ErrorDataSchema[] | undefined;
1353
1353
  revision?: string | undefined;
1354
- isDeactivated?: boolean | undefined;
1355
1354
  createdAt?: string | undefined;
1356
1355
  updatedAt?: string | undefined;
1357
1356
  archivedAt?: string | undefined;
1357
+ isDeactivated?: boolean | undefined;
1358
1358
  parameters?: any;
1359
- isTest?: boolean | undefined;
1360
1359
  connectorId?: string | undefined;
1361
1360
  connectorVersion?: string | undefined;
1362
1361
  oAuthCallbackUri?: string | undefined;
@@ -1370,13 +1369,15 @@ export declare const FindFlowRunsResponse: z.ZodObject<{
1370
1369
  eventsCount?: number | undefined;
1371
1370
  hasGlobalWebhooks?: boolean | undefined;
1372
1371
  hasUdm?: boolean | undefined;
1372
+ isTest?: boolean | undefined;
1373
1373
  appUuid?: string | undefined;
1374
1374
  authType?: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials" | undefined;
1375
1375
  } | undefined;
1376
1376
  name?: string | undefined;
1377
- errors?: any[] | undefined;
1377
+ errors?: import("../..").ErrorDataSchema[] | undefined;
1378
1378
  connectionId?: string | undefined;
1379
1379
  integrationId?: string | undefined;
1380
+ input?: any;
1380
1381
  endTime?: string | undefined;
1381
1382
  user?: {
1382
1383
  id: string;
@@ -1390,7 +1391,6 @@ export declare const FindFlowRunsResponse: z.ZodObject<{
1390
1391
  lastActiveAt?: string | undefined;
1391
1392
  isBillable?: boolean | undefined;
1392
1393
  } | undefined;
1393
- input?: any;
1394
1394
  universalFlowId?: string | undefined;
1395
1395
  nodes?: Record<string, {
1396
1396
  state: import("../base/flow-runs").FlowRunNodeState;
@@ -1414,18 +1414,18 @@ export declare const FindFlowRunsResponse: z.ZodObject<{
1414
1414
  uuid?: string | undefined;
1415
1415
  description?: string | undefined;
1416
1416
  state?: import("..").WorkspaceElementState | undefined;
1417
- errors?: any[] | undefined;
1417
+ errors?: import("../..").ErrorDataSchema[] | undefined;
1418
1418
  revision?: string | undefined;
1419
- isDeactivated?: boolean | undefined;
1420
1419
  archivedAt?: string | undefined;
1420
+ isDeactivated?: boolean | undefined;
1421
1421
  instanceKey?: string | undefined;
1422
1422
  connectionId?: string | undefined;
1423
1423
  parameters?: any;
1424
- parametersSchema?: import("../..").DataSchema | undefined;
1425
1424
  customized?: {
1426
1425
  name?: boolean | undefined;
1427
1426
  nodes?: boolean | undefined;
1428
1427
  } | undefined;
1428
+ parametersSchema?: import("../..").DataSchema | undefined;
1429
1429
  dependencies?: any[] | undefined;
1430
1430
  universalFlowId?: string | undefined;
1431
1431
  nodes?: Record<string, any> | undefined;