@membranehq/sdk 0.7.4 → 0.7.5

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 (83) hide show
  1. package/dist/bundle.d.ts +2063 -13949
  2. package/dist/bundle.js +3949 -4253
  3. package/dist/bundle.js.map +1 -1
  4. package/dist/dts/accessors/connections-accessors.d.ts +28 -28
  5. package/dist/dts/accessors/integrations-accessors.d.ts +28 -28
  6. package/dist/dts/config/index.d.ts +1 -11
  7. package/dist/dts/date-time/business-day.d.ts +2 -0
  8. package/dist/dts/date-time/business-day.test.d.ts +1 -0
  9. package/dist/dts/date-time/index.d.ts +1 -0
  10. package/dist/dts/entity-repository.d.ts +13 -64
  11. package/dist/dts/http-requests.d.ts +2 -14
  12. package/dist/dts/iframe.d.ts +4 -12
  13. package/dist/dts/scenario-templates/index.d.ts +60 -484
  14. package/dist/dts/workspace-elements/api/action-instances-api.d.ts +17 -248
  15. package/dist/dts/workspace-elements/api/action-run-log-records-api.d.ts +23 -339
  16. package/dist/dts/workspace-elements/api/actions-api.d.ts +52 -639
  17. package/dist/dts/workspace-elements/api/app-data-schema-instances-api.d.ts +8 -169
  18. package/dist/dts/workspace-elements/api/app-data-schemas-api.d.ts +19 -51
  19. package/dist/dts/workspace-elements/api/app-event-log-records-api.d.ts +15 -325
  20. package/dist/dts/workspace-elements/api/app-event-subscriptions-api.d.ts +13 -248
  21. package/dist/dts/workspace-elements/api/app-event-types-api.d.ts +28 -90
  22. package/dist/dts/workspace-elements/api/connections-api.d.ts +56 -892
  23. package/dist/dts/workspace-elements/api/customers-api.d.ts +8 -68
  24. package/dist/dts/workspace-elements/api/data-link-table-instances-api.d.ts +21 -369
  25. package/dist/dts/workspace-elements/api/data-link-tables-api.d.ts +17 -45
  26. package/dist/dts/workspace-elements/api/data-source-instances-api.d.ts +79 -1341
  27. package/dist/dts/workspace-elements/api/data-sources-api.d.ts +52 -767
  28. package/dist/dts/workspace-elements/api/external-event-log-records-api.d.ts +29 -502
  29. package/dist/dts/workspace-elements/api/external-event-pulls-api.d.ts +29 -506
  30. package/dist/dts/workspace-elements/api/external-event-subscriptions-api.d.ts +21 -381
  31. package/dist/dts/workspace-elements/api/external-events-api.d.ts +20 -425
  32. package/dist/dts/workspace-elements/api/field-mapping-instances-api.d.ts +109 -2321
  33. package/dist/dts/workspace-elements/api/field-mappings-api.d.ts +47 -702
  34. package/dist/dts/workspace-elements/api/flow-runs-api.d.ts +66 -1229
  35. package/dist/dts/workspace-elements/api/flows-api.d.ts +149 -1836
  36. package/dist/dts/workspace-elements/api/integrations-api.d.ts +45 -287
  37. package/dist/dts/workspace-elements/api/scenarios-api.d.ts +27 -450
  38. package/dist/dts/workspace-elements/api/screens-api.d.ts +11 -31
  39. package/dist/dts/workspace-elements/base/action-instances/types.d.ts +6 -60
  40. package/dist/dts/workspace-elements/base/action-run-log-records/types.d.ts +3 -28
  41. package/dist/dts/workspace-elements/base/actions/index.d.ts +10 -82
  42. package/dist/dts/workspace-elements/base/app-data-schema-instances/types.d.ts +4 -47
  43. package/dist/dts/workspace-elements/base/app-data-schemas/types.d.ts +3 -36
  44. package/dist/dts/workspace-elements/base/app-event-subscriptions/types.d.ts +6 -75
  45. package/dist/dts/workspace-elements/base/app-event-types/types.d.ts +6 -69
  46. package/dist/dts/workspace-elements/base/connections/types.d.ts +11 -56
  47. package/dist/dts/workspace-elements/base/connectors/types.d.ts +1 -11
  48. package/dist/dts/workspace-elements/base/customers/index.d.ts +1 -25
  49. package/dist/dts/workspace-elements/base/data-collections/schemas.d.ts +141 -1471
  50. package/dist/dts/workspace-elements/base/data-collections/types.d.ts +1 -29
  51. package/dist/dts/workspace-elements/base/data-link-table-instances/types.d.ts +6 -61
  52. package/dist/dts/workspace-elements/base/data-link-tables/types.d.ts +3 -32
  53. package/dist/dts/workspace-elements/base/data-source-instances/types.d.ts +60 -973
  54. package/dist/dts/workspace-elements/base/data-sources/index.d.ts +8 -104
  55. package/dist/dts/workspace-elements/base/external-event-log-records/types.d.ts +4 -26
  56. package/dist/dts/workspace-elements/base/external-event-pulls/types.d.ts +4 -30
  57. package/dist/dts/workspace-elements/base/external-event-subscriptions/types.d.ts +9 -161
  58. package/dist/dts/workspace-elements/base/external-events/types.d.ts +7 -121
  59. package/dist/dts/workspace-elements/base/field-mapping-instances/types.d.ts +9 -76
  60. package/dist/dts/workspace-elements/base/field-mappings/index.d.ts +13 -133
  61. package/dist/dts/workspace-elements/base/flow-instances/schemas.d.ts +16 -194
  62. package/dist/dts/workspace-elements/base/flow-instances/types.d.ts +15 -132
  63. package/dist/dts/workspace-elements/base/flow-runs/flow-node-runs.d.ts +29 -284
  64. package/dist/dts/workspace-elements/base/flow-runs/types.d.ts +13 -93
  65. package/dist/dts/workspace-elements/base/flows/index.d.ts +20 -240
  66. package/dist/dts/workspace-elements/base/flows/nodes/base.d.ts +7 -56
  67. package/dist/dts/workspace-elements/base/integrations/types.d.ts +23 -539
  68. package/dist/dts/workspace-elements/base/scenarios/index.d.ts +11 -119
  69. package/dist/dts/workspace-elements/base/screens/types.d.ts +6 -31
  70. package/dist/dts/workspace-elements/types.d.ts +15 -153
  71. package/dist/index.browser.d.mts +5926 -24800
  72. package/dist/index.browser.d.ts +5926 -24800
  73. package/dist/index.browser.js +287 -281
  74. package/dist/index.browser.js.map +1 -1
  75. package/dist/index.browser.mjs +285 -279
  76. package/dist/index.browser.mjs.map +1 -1
  77. package/dist/index.node.d.mts +5956 -24840
  78. package/dist/index.node.d.ts +5956 -24840
  79. package/dist/index.node.js +287 -281
  80. package/dist/index.node.js.map +1 -1
  81. package/dist/index.node.mjs +285 -279
  82. package/dist/index.node.mjs.map +1 -1
  83. package/package.json +2 -2
@@ -4,68 +4,27 @@ export declare const CreateFlowRunRequest: z.ZodObject<{
4
4
  flowInstanceId: z.ZodString;
5
5
  nodeKey: z.ZodOptional<z.ZodString>;
6
6
  input: z.ZodOptional<z.ZodAny>;
7
- }, "strip", z.ZodTypeAny, {
8
- flowInstanceId: string;
9
- input?: any;
10
- nodeKey?: string | undefined;
11
- }, {
12
- flowInstanceId: string;
13
- input?: any;
14
- nodeKey?: string | undefined;
15
- }>;
7
+ }, z.core.$strip>;
16
8
  export type CreateFlowRunRequest = z.infer<typeof CreateFlowRunRequest>;
17
9
  export declare const FindFlowRunsQuery: z.ZodObject<{
18
- limit: z.ZodOptional<z.ZodNumber>;
10
+ limit: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
19
11
  cursor: z.ZodOptional<z.ZodString>;
20
- } & {
21
12
  id: z.ZodOptional<z.ZodString>;
22
13
  flowInstanceId: z.ZodOptional<z.ZodString>;
23
14
  startNodeKey: z.ZodOptional<z.ZodString>;
24
15
  flowId: z.ZodOptional<z.ZodString>;
25
16
  universalFlowId: z.ZodOptional<z.ZodString>;
26
17
  userId: z.ZodOptional<z.ZodString>;
27
- state: z.ZodOptional<z.ZodNativeEnum<typeof FlowRunState>>;
18
+ state: z.ZodOptional<z.ZodEnum<typeof FlowRunState>>;
28
19
  integrationId: z.ZodOptional<z.ZodString>;
29
20
  connectionId: z.ZodOptional<z.ZodString>;
30
21
  startedAfter: z.ZodOptional<z.ZodString>;
31
- }, "strip", z.ZodTypeAny, {
32
- id?: string | undefined;
33
- state?: FlowRunState | undefined;
34
- integrationId?: string | undefined;
35
- limit?: number | undefined;
36
- cursor?: string | undefined;
37
- userId?: string | undefined;
38
- connectionId?: string | undefined;
39
- universalFlowId?: string | undefined;
40
- flowId?: string | undefined;
41
- startedAfter?: string | undefined;
42
- flowInstanceId?: string | undefined;
43
- startNodeKey?: string | undefined;
44
- }, {
45
- id?: string | undefined;
46
- state?: FlowRunState | undefined;
47
- integrationId?: string | undefined;
48
- limit?: number | undefined;
49
- cursor?: string | undefined;
50
- userId?: string | undefined;
51
- connectionId?: string | undefined;
52
- universalFlowId?: string | undefined;
53
- flowId?: string | undefined;
54
- startedAfter?: string | undefined;
55
- flowInstanceId?: string | undefined;
56
- startNodeKey?: string | undefined;
57
- }>;
22
+ }, z.core.$strip>;
58
23
  export type FindFlowRunsQuery = z.infer<typeof FindFlowRunsQuery>;
59
24
  export declare const FlowRunLaunchedByApi: z.ZodObject<{
60
- type: z.ZodNativeEnum<typeof FlowRunLaunchedByTrigger>;
61
- ids: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
62
- }, "strip", z.ZodTypeAny, {
63
- type: FlowRunLaunchedByTrigger;
64
- ids?: string[] | undefined;
65
- }, {
66
- type: FlowRunLaunchedByTrigger;
67
- ids?: string[] | undefined;
68
- }>;
25
+ type: z.ZodEnum<typeof FlowRunLaunchedByTrigger>;
26
+ ids: z.ZodOptional<z.ZodArray<z.ZodString>>;
27
+ }, z.core.$strip>;
69
28
  export type FlowRunLaunchedByApi = z.infer<typeof FlowRunLaunchedByApi>;
70
29
  export declare const FlowRunApiResponse: z.ZodObject<{
71
30
  id: z.ZodString;
@@ -77,37 +36,20 @@ export declare const FlowRunApiResponse: z.ZodObject<{
77
36
  startNodeKey: z.ZodString;
78
37
  userId: z.ZodString;
79
38
  input: z.ZodOptional<z.ZodAny>;
80
- state: z.ZodNativeEnum<typeof FlowRunState>;
39
+ state: z.ZodEnum<typeof FlowRunState>;
81
40
  startTime: z.ZodString;
82
41
  endTime: z.ZodOptional<z.ZodString>;
83
- errors: z.ZodOptional<z.ZodArray<z.ZodType<import("../..").ErrorDataSchema, z.ZodTypeDef, import("../..").ErrorDataSchema>, "many">>;
42
+ errors: z.ZodOptional<z.ZodArray<z.ZodType<import("../..").ErrorDataSchema, unknown, z.core.$ZodTypeInternals<import("../..").ErrorDataSchema, unknown>>>>;
84
43
  nodes: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
85
- state: z.ZodNativeEnum<typeof import("../base/flow-runs").FlowRunNodeState>;
44
+ state: z.ZodEnum<typeof import("../base/flow-runs").FlowRunNodeState>;
86
45
  runs: z.ZodOptional<z.ZodNumber>;
87
46
  erroredRuns: z.ZodOptional<z.ZodNumber>;
88
47
  outputs: z.ZodOptional<z.ZodNumber>;
89
- }, "strip", z.ZodTypeAny, {
90
- state: import("../base/flow-runs").FlowRunNodeState;
91
- runs?: number | undefined;
92
- erroredRuns?: number | undefined;
93
- outputs?: number | undefined;
94
- }, {
95
- state: import("../base/flow-runs").FlowRunNodeState;
96
- runs?: number | undefined;
97
- erroredRuns?: number | undefined;
98
- outputs?: number | undefined;
99
- }>>>;
48
+ }, z.core.$strip>>>;
100
49
  launchedBy: z.ZodOptional<z.ZodObject<{
101
- type: z.ZodNativeEnum<typeof FlowRunLaunchedByTrigger>;
102
- ids: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
103
- }, "strip", z.ZodTypeAny, {
104
- type: FlowRunLaunchedByTrigger;
105
- ids?: string[] | undefined;
106
- }, {
107
- type: FlowRunLaunchedByTrigger;
108
- ids?: string[] | undefined;
109
- }>>;
110
- } & {
50
+ type: z.ZodEnum<typeof FlowRunLaunchedByTrigger>;
51
+ ids: z.ZodOptional<z.ZodArray<z.ZodString>>;
52
+ }, z.core.$strip>>;
111
53
  flowInstance: z.ZodOptional<z.ZodObject<{
112
54
  id: z.ZodString;
113
55
  key: z.ZodOptional<z.ZodString>;
@@ -115,11 +57,10 @@ export declare const FlowRunApiResponse: z.ZodObject<{
115
57
  description: z.ZodOptional<z.ZodString>;
116
58
  meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
117
59
  name: z.ZodString;
118
- errors: z.ZodOptional<z.ZodArray<z.ZodType<import("../..").ErrorDataSchema, z.ZodTypeDef, import("../..").ErrorDataSchema>, "many">>;
60
+ errors: z.ZodOptional<z.ZodArray<z.ZodType<import("../..").ErrorDataSchema, unknown, z.core.$ZodTypeInternals<import("../..").ErrorDataSchema, unknown>>>>;
119
61
  revision: z.ZodOptional<z.ZodString>;
120
62
  archivedAt: z.ZodOptional<z.ZodString>;
121
63
  isDeactivated: z.ZodOptional<z.ZodBoolean>;
122
- } & {
123
64
  userId: z.ZodString;
124
65
  connectionId: z.ZodOptional<z.ZodString>;
125
66
  flowId: z.ZodOptional<z.ZodString>;
@@ -127,92 +68,27 @@ export declare const FlowRunApiResponse: z.ZodObject<{
127
68
  integrationId: z.ZodString;
128
69
  instanceKey: z.ZodOptional<z.ZodString>;
129
70
  parameters: z.ZodOptional<z.ZodAny>;
130
- parametersSchema: z.ZodOptional<z.ZodType<import("../..").DataSchema, z.ZodTypeDef, import("../..").DataSchema>>;
71
+ parametersSchema: z.ZodOptional<z.ZodType<import("../..").DataSchema, unknown, z.core.$ZodTypeInternals<import("../..").DataSchema, unknown>>>;
131
72
  nodes: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
132
73
  enabled: z.ZodBoolean;
133
74
  createdAt: z.ZodString;
134
75
  updatedAt: z.ZodString;
135
- state: z.ZodOptional<z.ZodNativeEnum<typeof import("..").WorkspaceElementState>>;
76
+ state: z.ZodOptional<z.ZodEnum<typeof import("..").WorkspaceElementState>>;
136
77
  customized: z.ZodOptional<z.ZodObject<{
137
78
  name: z.ZodOptional<z.ZodBoolean>;
138
79
  nodes: z.ZodOptional<z.ZodBoolean>;
139
- }, "strip", z.ZodTypeAny, {
140
- name?: boolean | undefined;
141
- nodes?: boolean | undefined;
142
- }, {
143
- name?: boolean | undefined;
144
- nodes?: boolean | undefined;
145
- }>>;
146
- dependencies: z.ZodOptional<z.ZodArray<z.ZodAny, "many">>;
147
- }, "strip", z.ZodTypeAny, {
148
- id: string;
149
- name: string;
150
- createdAt: string;
151
- updatedAt: string;
152
- integrationId: string;
153
- userId: string;
154
- enabled: boolean;
155
- key?: string | undefined;
156
- uuid?: string | undefined;
157
- description?: string | undefined;
158
- meta?: Record<string, any> | undefined;
159
- state?: import("..").WorkspaceElementState | undefined;
160
- errors?: import("../..").ErrorDataSchema[] | undefined;
161
- revision?: string | undefined;
162
- archivedAt?: string | undefined;
163
- isDeactivated?: boolean | undefined;
164
- instanceKey?: string | undefined;
165
- connectionId?: string | undefined;
166
- parameters?: any;
167
- parametersSchema?: import("../..").DataSchema | undefined;
168
- dependencies?: any[] | undefined;
169
- universalFlowId?: string | undefined;
170
- nodes?: Record<string, any> | undefined;
171
- flowId?: string | undefined;
172
- customized?: {
173
- name?: boolean | undefined;
174
- nodes?: boolean | undefined;
175
- } | undefined;
176
- }, {
177
- id: string;
178
- name: string;
179
- createdAt: string;
180
- updatedAt: string;
181
- integrationId: string;
182
- userId: string;
183
- enabled: boolean;
184
- key?: string | undefined;
185
- uuid?: string | undefined;
186
- description?: string | undefined;
187
- meta?: Record<string, any> | undefined;
188
- state?: import("..").WorkspaceElementState | undefined;
189
- errors?: import("../..").ErrorDataSchema[] | undefined;
190
- revision?: string | undefined;
191
- archivedAt?: string | undefined;
192
- isDeactivated?: boolean | undefined;
193
- instanceKey?: string | undefined;
194
- connectionId?: string | undefined;
195
- parameters?: any;
196
- parametersSchema?: import("../..").DataSchema | undefined;
197
- dependencies?: any[] | undefined;
198
- universalFlowId?: string | undefined;
199
- nodes?: Record<string, any> | undefined;
200
- flowId?: string | undefined;
201
- customized?: {
202
- name?: boolean | undefined;
203
- nodes?: boolean | undefined;
204
- } | undefined;
205
- }>>;
80
+ }, z.core.$strip>>;
81
+ dependencies: z.ZodOptional<z.ZodArray<z.ZodAny>>;
82
+ }, z.core.$strip>>;
206
83
  connection: z.ZodOptional<z.ZodObject<{
207
84
  id: z.ZodString;
208
- } & {
209
85
  name: z.ZodString;
210
86
  userId: z.ZodString;
211
87
  isTest: z.ZodOptional<z.ZodBoolean>;
212
88
  disconnected: z.ZodOptional<z.ZodBoolean>;
213
89
  isDefunct: z.ZodOptional<z.ZodBoolean>;
214
- state: z.ZodOptional<z.ZodNativeEnum<typeof import("..").WorkspaceElementState>>;
215
- error: z.ZodOptional<z.ZodType<import("../..").ErrorDataSchema, z.ZodTypeDef, import("../..").ErrorDataSchema>>;
90
+ state: z.ZodOptional<z.ZodEnum<typeof import("..").WorkspaceElementState>>;
91
+ error: z.ZodOptional<z.ZodType<import("../..").ErrorDataSchema, unknown, z.core.$ZodTypeInternals<import("../..").ErrorDataSchema, unknown>>>;
216
92
  integrationId: z.ZodString;
217
93
  authOptionKey: z.ZodOptional<z.ZodString>;
218
94
  createdAt: z.ZodString;
@@ -222,43 +98,7 @@ export declare const FlowRunApiResponse: z.ZodObject<{
222
98
  archivedAt: z.ZodOptional<z.ZodString>;
223
99
  isDeactivated: z.ZodOptional<z.ZodBoolean>;
224
100
  meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
225
- }, "strip", z.ZodTypeAny, {
226
- id: string;
227
- name: string;
228
- createdAt: string;
229
- updatedAt: string;
230
- integrationId: string;
231
- userId: string;
232
- error?: import("../..").ErrorDataSchema | undefined;
233
- meta?: Record<string, any> | undefined;
234
- state?: import("..").WorkspaceElementState | undefined;
235
- archivedAt?: string | undefined;
236
- isDeactivated?: boolean | undefined;
237
- authOptionKey?: string | undefined;
238
- isTest?: boolean | undefined;
239
- disconnected?: boolean | undefined;
240
- isDefunct?: boolean | undefined;
241
- lastActiveAt?: string | undefined;
242
- nextCredentialsRefreshAt?: string | undefined;
243
- }, {
244
- id: string;
245
- name: string;
246
- createdAt: string;
247
- updatedAt: string;
248
- integrationId: string;
249
- userId: string;
250
- error?: import("../..").ErrorDataSchema | undefined;
251
- meta?: Record<string, any> | undefined;
252
- state?: import("..").WorkspaceElementState | undefined;
253
- archivedAt?: string | undefined;
254
- isDeactivated?: boolean | undefined;
255
- authOptionKey?: string | undefined;
256
- isTest?: boolean | undefined;
257
- disconnected?: boolean | undefined;
258
- isDefunct?: boolean | undefined;
259
- lastActiveAt?: string | undefined;
260
- nextCredentialsRefreshAt?: string | undefined;
261
- }>>;
101
+ }, z.core.$strip>>;
262
102
  integration: z.ZodOptional<z.ZodObject<{
263
103
  id: z.ZodString;
264
104
  key: z.ZodOptional<z.ZodString>;
@@ -266,12 +106,11 @@ export declare const FlowRunApiResponse: z.ZodObject<{
266
106
  description: z.ZodOptional<z.ZodString>;
267
107
  meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
268
108
  name: z.ZodString;
269
- state: z.ZodOptional<z.ZodNativeEnum<typeof import("..").WorkspaceElementState>>;
270
- errors: z.ZodOptional<z.ZodArray<z.ZodType<import("../..").ErrorDataSchema, z.ZodTypeDef, import("../..").ErrorDataSchema>, "many">>;
109
+ state: z.ZodOptional<z.ZodEnum<typeof import("..").WorkspaceElementState>>;
110
+ errors: z.ZodOptional<z.ZodArray<z.ZodType<import("../..").ErrorDataSchema, unknown, z.core.$ZodTypeInternals<import("../..").ErrorDataSchema, unknown>>>>;
271
111
  revision: z.ZodOptional<z.ZodString>;
272
112
  createdAt: z.ZodOptional<z.ZodString>;
273
113
  updatedAt: z.ZodOptional<z.ZodString>;
274
- } & {
275
114
  logoUri: z.ZodString;
276
115
  connectorId: z.ZodOptional<z.ZodString>;
277
116
  connectorVersion: z.ZodOptional<z.ZodString>;
@@ -291,72 +130,15 @@ export declare const FlowRunApiResponse: z.ZodObject<{
291
130
  isTest: z.ZodOptional<z.ZodBoolean>;
292
131
  appUuid: z.ZodOptional<z.ZodString>;
293
132
  isDeactivated: z.ZodOptional<z.ZodBoolean>;
294
- authType: z.ZodOptional<z.ZodEnum<["integration-app-token", "membrane-token", "oauth2", "oauth1", "client-credentials", "proxy"]>>;
295
- }, "strip", z.ZodTypeAny, {
296
- id: string;
297
- name: string;
298
- logoUri: string;
299
- key?: string | undefined;
300
- uuid?: string | undefined;
301
- description?: string | undefined;
302
- meta?: Record<string, any> | undefined;
303
- state?: import("..").WorkspaceElementState | undefined;
304
- errors?: import("../..").ErrorDataSchema[] | undefined;
305
- revision?: string | undefined;
306
- createdAt?: string | undefined;
307
- updatedAt?: string | undefined;
308
- archivedAt?: string | undefined;
309
- isDeactivated?: boolean | undefined;
310
- parameters?: any;
311
- connectorId?: string | undefined;
312
- connectorVersion?: string | undefined;
313
- oAuthCallbackUri?: string | undefined;
314
- hasMissingParameters?: boolean | undefined;
315
- hasDocumentation?: boolean | undefined;
316
- hasOperations?: boolean | undefined;
317
- operationsCount?: number | undefined;
318
- hasData?: boolean | undefined;
319
- dataCollectionsCount?: number | undefined;
320
- hasEvents?: boolean | undefined;
321
- eventsCount?: number | undefined;
322
- hasGlobalWebhooks?: boolean | undefined;
323
- hasUdm?: boolean | undefined;
324
- isTest?: boolean | undefined;
325
- appUuid?: string | undefined;
326
- authType?: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials" | undefined;
327
- }, {
328
- id: string;
329
- name: string;
330
- logoUri: string;
331
- key?: string | undefined;
332
- uuid?: string | undefined;
333
- description?: string | undefined;
334
- meta?: Record<string, any> | undefined;
335
- state?: import("..").WorkspaceElementState | undefined;
336
- errors?: import("../..").ErrorDataSchema[] | undefined;
337
- revision?: string | undefined;
338
- createdAt?: string | undefined;
339
- updatedAt?: string | undefined;
340
- archivedAt?: string | undefined;
341
- isDeactivated?: boolean | undefined;
342
- parameters?: any;
343
- connectorId?: string | undefined;
344
- connectorVersion?: string | undefined;
345
- oAuthCallbackUri?: string | undefined;
346
- hasMissingParameters?: boolean | undefined;
347
- hasDocumentation?: boolean | undefined;
348
- hasOperations?: boolean | undefined;
349
- operationsCount?: number | undefined;
350
- hasData?: boolean | undefined;
351
- dataCollectionsCount?: number | undefined;
352
- hasEvents?: boolean | undefined;
353
- eventsCount?: number | undefined;
354
- hasGlobalWebhooks?: boolean | undefined;
355
- hasUdm?: boolean | undefined;
356
- isTest?: boolean | undefined;
357
- appUuid?: string | undefined;
358
- authType?: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials" | undefined;
359
- }>>;
133
+ authType: z.ZodOptional<z.ZodEnum<{
134
+ proxy: "proxy";
135
+ "integration-app-token": "integration-app-token";
136
+ "membrane-token": "membrane-token";
137
+ oauth2: "oauth2";
138
+ oauth1: "oauth1";
139
+ "client-credentials": "client-credentials";
140
+ }>>;
141
+ }, z.core.$strip>>;
360
142
  user: z.ZodOptional<z.ZodObject<{
361
143
  id: z.ZodString;
362
144
  name: z.ZodString;
@@ -369,270 +151,8 @@ export declare const FlowRunApiResponse: z.ZodObject<{
369
151
  isBillable: z.ZodOptional<z.ZodBoolean>;
370
152
  createdAt: z.ZodOptional<z.ZodString>;
371
153
  archivedAt: z.ZodOptional<z.ZodString>;
372
- }, "strip", z.ZodTypeAny, {
373
- id: string;
374
- name: string;
375
- internalId: string;
376
- meta?: Record<string, any> | undefined;
377
- createdAt?: string | undefined;
378
- archivedAt?: string | undefined;
379
- credentials?: any;
380
- fields?: Record<string, any> | undefined;
381
- isTest?: boolean | undefined;
382
- lastActiveAt?: string | undefined;
383
- isBillable?: boolean | undefined;
384
- }, {
385
- id: string;
386
- name: string;
387
- internalId: string;
388
- meta?: Record<string, any> | undefined;
389
- createdAt?: string | undefined;
390
- archivedAt?: string | undefined;
391
- credentials?: any;
392
- fields?: Record<string, any> | undefined;
393
- isTest?: boolean | undefined;
394
- lastActiveAt?: string | undefined;
395
- isBillable?: boolean | undefined;
396
- }>>;
397
- }, "strip", z.ZodTypeAny, {
398
- id: string;
399
- state: FlowRunState;
400
- userId: string;
401
- startTime: string;
402
- flowInstanceId: string;
403
- startNodeKey: string;
404
- connection?: {
405
- id: string;
406
- name: string;
407
- createdAt: string;
408
- updatedAt: string;
409
- integrationId: string;
410
- userId: string;
411
- error?: import("../..").ErrorDataSchema | undefined;
412
- meta?: Record<string, any> | undefined;
413
- state?: import("..").WorkspaceElementState | undefined;
414
- archivedAt?: string | undefined;
415
- isDeactivated?: boolean | undefined;
416
- authOptionKey?: string | undefined;
417
- isTest?: boolean | undefined;
418
- disconnected?: boolean | undefined;
419
- isDefunct?: boolean | undefined;
420
- lastActiveAt?: string | undefined;
421
- nextCredentialsRefreshAt?: string | undefined;
422
- } | undefined;
423
- integration?: {
424
- id: string;
425
- name: string;
426
- logoUri: string;
427
- key?: string | undefined;
428
- uuid?: string | undefined;
429
- description?: string | undefined;
430
- meta?: Record<string, any> | undefined;
431
- state?: import("..").WorkspaceElementState | undefined;
432
- errors?: import("../..").ErrorDataSchema[] | undefined;
433
- revision?: string | undefined;
434
- createdAt?: string | undefined;
435
- updatedAt?: string | undefined;
436
- archivedAt?: string | undefined;
437
- isDeactivated?: boolean | undefined;
438
- parameters?: any;
439
- connectorId?: string | undefined;
440
- connectorVersion?: string | undefined;
441
- oAuthCallbackUri?: string | undefined;
442
- hasMissingParameters?: boolean | undefined;
443
- hasDocumentation?: boolean | undefined;
444
- hasOperations?: boolean | undefined;
445
- operationsCount?: number | undefined;
446
- hasData?: boolean | undefined;
447
- dataCollectionsCount?: number | undefined;
448
- hasEvents?: boolean | undefined;
449
- eventsCount?: number | undefined;
450
- hasGlobalWebhooks?: boolean | undefined;
451
- hasUdm?: boolean | undefined;
452
- isTest?: boolean | undefined;
453
- appUuid?: string | undefined;
454
- authType?: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials" | undefined;
455
- } | undefined;
456
- name?: string | undefined;
457
- errors?: import("../..").ErrorDataSchema[] | undefined;
458
- integrationId?: string | undefined;
459
- connectionId?: string | undefined;
460
- endTime?: string | undefined;
461
- user?: {
462
- id: string;
463
- name: string;
464
- internalId: string;
465
- meta?: Record<string, any> | undefined;
466
- createdAt?: string | undefined;
467
- archivedAt?: string | undefined;
468
- credentials?: any;
469
- fields?: Record<string, any> | undefined;
470
- isTest?: boolean | undefined;
471
- lastActiveAt?: string | undefined;
472
- isBillable?: boolean | undefined;
473
- } | undefined;
474
- input?: any;
475
- universalFlowId?: string | undefined;
476
- nodes?: Record<string, {
477
- state: import("../base/flow-runs").FlowRunNodeState;
478
- runs?: number | undefined;
479
- erroredRuns?: number | undefined;
480
- outputs?: number | undefined;
481
- }> | undefined;
482
- launchedBy?: {
483
- type: FlowRunLaunchedByTrigger;
484
- ids?: string[] | undefined;
485
- } | undefined;
486
- flowInstance?: {
487
- id: string;
488
- name: string;
489
- createdAt: string;
490
- updatedAt: string;
491
- integrationId: string;
492
- userId: string;
493
- enabled: boolean;
494
- key?: string | undefined;
495
- uuid?: string | undefined;
496
- description?: string | undefined;
497
- meta?: Record<string, any> | undefined;
498
- state?: import("..").WorkspaceElementState | undefined;
499
- errors?: import("../..").ErrorDataSchema[] | undefined;
500
- revision?: string | undefined;
501
- archivedAt?: string | undefined;
502
- isDeactivated?: boolean | undefined;
503
- instanceKey?: string | undefined;
504
- connectionId?: string | undefined;
505
- parameters?: any;
506
- parametersSchema?: import("../..").DataSchema | undefined;
507
- dependencies?: any[] | undefined;
508
- universalFlowId?: string | undefined;
509
- nodes?: Record<string, any> | undefined;
510
- flowId?: string | undefined;
511
- customized?: {
512
- name?: boolean | undefined;
513
- nodes?: boolean | undefined;
514
- } | undefined;
515
- } | undefined;
516
- }, {
517
- id: string;
518
- state: FlowRunState;
519
- userId: string;
520
- startTime: string;
521
- flowInstanceId: string;
522
- startNodeKey: string;
523
- connection?: {
524
- id: string;
525
- name: string;
526
- createdAt: string;
527
- updatedAt: string;
528
- integrationId: string;
529
- userId: string;
530
- error?: import("../..").ErrorDataSchema | undefined;
531
- meta?: Record<string, any> | undefined;
532
- state?: import("..").WorkspaceElementState | undefined;
533
- archivedAt?: string | undefined;
534
- isDeactivated?: boolean | undefined;
535
- authOptionKey?: string | undefined;
536
- isTest?: boolean | undefined;
537
- disconnected?: boolean | undefined;
538
- isDefunct?: boolean | undefined;
539
- lastActiveAt?: string | undefined;
540
- nextCredentialsRefreshAt?: string | undefined;
541
- } | undefined;
542
- integration?: {
543
- id: string;
544
- name: string;
545
- logoUri: string;
546
- key?: string | undefined;
547
- uuid?: string | undefined;
548
- description?: string | undefined;
549
- meta?: Record<string, any> | undefined;
550
- state?: import("..").WorkspaceElementState | undefined;
551
- errors?: import("../..").ErrorDataSchema[] | undefined;
552
- revision?: string | undefined;
553
- createdAt?: string | undefined;
554
- updatedAt?: string | undefined;
555
- archivedAt?: string | undefined;
556
- isDeactivated?: boolean | undefined;
557
- parameters?: any;
558
- connectorId?: string | undefined;
559
- connectorVersion?: string | undefined;
560
- oAuthCallbackUri?: string | undefined;
561
- hasMissingParameters?: boolean | undefined;
562
- hasDocumentation?: boolean | undefined;
563
- hasOperations?: boolean | undefined;
564
- operationsCount?: number | undefined;
565
- hasData?: boolean | undefined;
566
- dataCollectionsCount?: number | undefined;
567
- hasEvents?: boolean | undefined;
568
- eventsCount?: number | undefined;
569
- hasGlobalWebhooks?: boolean | undefined;
570
- hasUdm?: boolean | undefined;
571
- isTest?: boolean | undefined;
572
- appUuid?: string | undefined;
573
- authType?: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials" | undefined;
574
- } | undefined;
575
- name?: string | undefined;
576
- errors?: import("../..").ErrorDataSchema[] | undefined;
577
- integrationId?: string | undefined;
578
- connectionId?: string | undefined;
579
- endTime?: string | undefined;
580
- user?: {
581
- id: string;
582
- name: string;
583
- internalId: string;
584
- meta?: Record<string, any> | undefined;
585
- createdAt?: string | undefined;
586
- archivedAt?: string | undefined;
587
- credentials?: any;
588
- fields?: Record<string, any> | undefined;
589
- isTest?: boolean | undefined;
590
- lastActiveAt?: string | undefined;
591
- isBillable?: boolean | undefined;
592
- } | undefined;
593
- input?: any;
594
- universalFlowId?: string | undefined;
595
- nodes?: Record<string, {
596
- state: import("../base/flow-runs").FlowRunNodeState;
597
- runs?: number | undefined;
598
- erroredRuns?: number | undefined;
599
- outputs?: number | undefined;
600
- }> | undefined;
601
- launchedBy?: {
602
- type: FlowRunLaunchedByTrigger;
603
- ids?: string[] | undefined;
604
- } | undefined;
605
- flowInstance?: {
606
- id: string;
607
- name: string;
608
- createdAt: string;
609
- updatedAt: string;
610
- integrationId: string;
611
- userId: string;
612
- enabled: boolean;
613
- key?: string | undefined;
614
- uuid?: string | undefined;
615
- description?: string | undefined;
616
- meta?: Record<string, any> | undefined;
617
- state?: import("..").WorkspaceElementState | undefined;
618
- errors?: import("../..").ErrorDataSchema[] | undefined;
619
- revision?: string | undefined;
620
- archivedAt?: string | undefined;
621
- isDeactivated?: boolean | undefined;
622
- instanceKey?: string | undefined;
623
- connectionId?: string | undefined;
624
- parameters?: any;
625
- parametersSchema?: import("../..").DataSchema | undefined;
626
- dependencies?: any[] | undefined;
627
- universalFlowId?: string | undefined;
628
- nodes?: Record<string, any> | undefined;
629
- flowId?: string | undefined;
630
- customized?: {
631
- name?: boolean | undefined;
632
- nodes?: boolean | undefined;
633
- } | undefined;
634
- } | undefined;
635
- }>;
154
+ }, z.core.$strip>>;
155
+ }, z.core.$strip>;
636
156
  export type FlowRunApiResponse = z.infer<typeof FlowRunApiResponse>;
637
157
  export declare const FindFlowRunsResponse: z.ZodObject<{
638
158
  items: z.ZodArray<z.ZodObject<{
@@ -645,37 +165,20 @@ export declare const FindFlowRunsResponse: z.ZodObject<{
645
165
  startNodeKey: z.ZodString;
646
166
  userId: z.ZodString;
647
167
  input: z.ZodOptional<z.ZodAny>;
648
- state: z.ZodNativeEnum<typeof FlowRunState>;
168
+ state: z.ZodEnum<typeof FlowRunState>;
649
169
  startTime: z.ZodString;
650
170
  endTime: z.ZodOptional<z.ZodString>;
651
- errors: z.ZodOptional<z.ZodArray<z.ZodType<import("../..").ErrorDataSchema, z.ZodTypeDef, import("../..").ErrorDataSchema>, "many">>;
171
+ errors: z.ZodOptional<z.ZodArray<z.ZodType<import("../..").ErrorDataSchema, unknown, z.core.$ZodTypeInternals<import("../..").ErrorDataSchema, unknown>>>>;
652
172
  nodes: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
653
- state: z.ZodNativeEnum<typeof import("../base/flow-runs").FlowRunNodeState>;
173
+ state: z.ZodEnum<typeof import("../base/flow-runs").FlowRunNodeState>;
654
174
  runs: z.ZodOptional<z.ZodNumber>;
655
175
  erroredRuns: z.ZodOptional<z.ZodNumber>;
656
176
  outputs: z.ZodOptional<z.ZodNumber>;
657
- }, "strip", z.ZodTypeAny, {
658
- state: import("../base/flow-runs").FlowRunNodeState;
659
- runs?: number | undefined;
660
- erroredRuns?: number | undefined;
661
- outputs?: number | undefined;
662
- }, {
663
- state: import("../base/flow-runs").FlowRunNodeState;
664
- runs?: number | undefined;
665
- erroredRuns?: number | undefined;
666
- outputs?: number | undefined;
667
- }>>>;
177
+ }, z.core.$strip>>>;
668
178
  launchedBy: z.ZodOptional<z.ZodObject<{
669
- type: z.ZodNativeEnum<typeof FlowRunLaunchedByTrigger>;
670
- ids: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
671
- }, "strip", z.ZodTypeAny, {
672
- type: FlowRunLaunchedByTrigger;
673
- ids?: string[] | undefined;
674
- }, {
675
- type: FlowRunLaunchedByTrigger;
676
- ids?: string[] | undefined;
677
- }>>;
678
- } & {
179
+ type: z.ZodEnum<typeof FlowRunLaunchedByTrigger>;
180
+ ids: z.ZodOptional<z.ZodArray<z.ZodString>>;
181
+ }, z.core.$strip>>;
679
182
  flowInstance: z.ZodOptional<z.ZodObject<{
680
183
  id: z.ZodString;
681
184
  key: z.ZodOptional<z.ZodString>;
@@ -683,11 +186,10 @@ export declare const FindFlowRunsResponse: z.ZodObject<{
683
186
  description: z.ZodOptional<z.ZodString>;
684
187
  meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
685
188
  name: z.ZodString;
686
- errors: z.ZodOptional<z.ZodArray<z.ZodType<import("../..").ErrorDataSchema, z.ZodTypeDef, import("../..").ErrorDataSchema>, "many">>;
189
+ errors: z.ZodOptional<z.ZodArray<z.ZodType<import("../..").ErrorDataSchema, unknown, z.core.$ZodTypeInternals<import("../..").ErrorDataSchema, unknown>>>>;
687
190
  revision: z.ZodOptional<z.ZodString>;
688
191
  archivedAt: z.ZodOptional<z.ZodString>;
689
192
  isDeactivated: z.ZodOptional<z.ZodBoolean>;
690
- } & {
691
193
  userId: z.ZodString;
692
194
  connectionId: z.ZodOptional<z.ZodString>;
693
195
  flowId: z.ZodOptional<z.ZodString>;
@@ -695,92 +197,27 @@ export declare const FindFlowRunsResponse: z.ZodObject<{
695
197
  integrationId: z.ZodString;
696
198
  instanceKey: z.ZodOptional<z.ZodString>;
697
199
  parameters: z.ZodOptional<z.ZodAny>;
698
- parametersSchema: z.ZodOptional<z.ZodType<import("../..").DataSchema, z.ZodTypeDef, import("../..").DataSchema>>;
200
+ parametersSchema: z.ZodOptional<z.ZodType<import("../..").DataSchema, unknown, z.core.$ZodTypeInternals<import("../..").DataSchema, unknown>>>;
699
201
  nodes: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
700
202
  enabled: z.ZodBoolean;
701
203
  createdAt: z.ZodString;
702
204
  updatedAt: z.ZodString;
703
- state: z.ZodOptional<z.ZodNativeEnum<typeof import("..").WorkspaceElementState>>;
205
+ state: z.ZodOptional<z.ZodEnum<typeof import("..").WorkspaceElementState>>;
704
206
  customized: z.ZodOptional<z.ZodObject<{
705
207
  name: z.ZodOptional<z.ZodBoolean>;
706
208
  nodes: z.ZodOptional<z.ZodBoolean>;
707
- }, "strip", z.ZodTypeAny, {
708
- name?: boolean | undefined;
709
- nodes?: boolean | undefined;
710
- }, {
711
- name?: boolean | undefined;
712
- nodes?: boolean | undefined;
713
- }>>;
714
- dependencies: z.ZodOptional<z.ZodArray<z.ZodAny, "many">>;
715
- }, "strip", z.ZodTypeAny, {
716
- id: string;
717
- name: string;
718
- createdAt: string;
719
- updatedAt: string;
720
- integrationId: string;
721
- userId: string;
722
- enabled: boolean;
723
- key?: string | undefined;
724
- uuid?: string | undefined;
725
- description?: string | undefined;
726
- meta?: Record<string, any> | undefined;
727
- state?: import("..").WorkspaceElementState | undefined;
728
- errors?: import("../..").ErrorDataSchema[] | undefined;
729
- revision?: string | undefined;
730
- archivedAt?: string | undefined;
731
- isDeactivated?: boolean | undefined;
732
- instanceKey?: string | undefined;
733
- connectionId?: string | undefined;
734
- parameters?: any;
735
- parametersSchema?: import("../..").DataSchema | undefined;
736
- dependencies?: any[] | undefined;
737
- universalFlowId?: string | undefined;
738
- nodes?: Record<string, any> | undefined;
739
- flowId?: string | undefined;
740
- customized?: {
741
- name?: boolean | undefined;
742
- nodes?: boolean | undefined;
743
- } | undefined;
744
- }, {
745
- id: string;
746
- name: string;
747
- createdAt: string;
748
- updatedAt: string;
749
- integrationId: string;
750
- userId: string;
751
- enabled: boolean;
752
- key?: string | undefined;
753
- uuid?: string | undefined;
754
- description?: string | undefined;
755
- meta?: Record<string, any> | undefined;
756
- state?: import("..").WorkspaceElementState | undefined;
757
- errors?: import("../..").ErrorDataSchema[] | undefined;
758
- revision?: string | undefined;
759
- archivedAt?: string | undefined;
760
- isDeactivated?: boolean | undefined;
761
- instanceKey?: string | undefined;
762
- connectionId?: string | undefined;
763
- parameters?: any;
764
- parametersSchema?: import("../..").DataSchema | undefined;
765
- dependencies?: any[] | undefined;
766
- universalFlowId?: string | undefined;
767
- nodes?: Record<string, any> | undefined;
768
- flowId?: string | undefined;
769
- customized?: {
770
- name?: boolean | undefined;
771
- nodes?: boolean | undefined;
772
- } | undefined;
773
- }>>;
209
+ }, z.core.$strip>>;
210
+ dependencies: z.ZodOptional<z.ZodArray<z.ZodAny>>;
211
+ }, z.core.$strip>>;
774
212
  connection: z.ZodOptional<z.ZodObject<{
775
213
  id: z.ZodString;
776
- } & {
777
214
  name: z.ZodString;
778
215
  userId: z.ZodString;
779
216
  isTest: z.ZodOptional<z.ZodBoolean>;
780
217
  disconnected: z.ZodOptional<z.ZodBoolean>;
781
218
  isDefunct: z.ZodOptional<z.ZodBoolean>;
782
- state: z.ZodOptional<z.ZodNativeEnum<typeof import("..").WorkspaceElementState>>;
783
- error: z.ZodOptional<z.ZodType<import("../..").ErrorDataSchema, z.ZodTypeDef, import("../..").ErrorDataSchema>>;
219
+ state: z.ZodOptional<z.ZodEnum<typeof import("..").WorkspaceElementState>>;
220
+ error: z.ZodOptional<z.ZodType<import("../..").ErrorDataSchema, unknown, z.core.$ZodTypeInternals<import("../..").ErrorDataSchema, unknown>>>;
784
221
  integrationId: z.ZodString;
785
222
  authOptionKey: z.ZodOptional<z.ZodString>;
786
223
  createdAt: z.ZodString;
@@ -790,43 +227,7 @@ export declare const FindFlowRunsResponse: z.ZodObject<{
790
227
  archivedAt: z.ZodOptional<z.ZodString>;
791
228
  isDeactivated: z.ZodOptional<z.ZodBoolean>;
792
229
  meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
793
- }, "strip", z.ZodTypeAny, {
794
- id: string;
795
- name: string;
796
- createdAt: string;
797
- updatedAt: string;
798
- integrationId: string;
799
- userId: string;
800
- error?: import("../..").ErrorDataSchema | undefined;
801
- meta?: Record<string, any> | undefined;
802
- state?: import("..").WorkspaceElementState | undefined;
803
- archivedAt?: string | undefined;
804
- isDeactivated?: boolean | undefined;
805
- authOptionKey?: string | undefined;
806
- isTest?: boolean | undefined;
807
- disconnected?: boolean | undefined;
808
- isDefunct?: boolean | undefined;
809
- lastActiveAt?: string | undefined;
810
- nextCredentialsRefreshAt?: string | undefined;
811
- }, {
812
- id: string;
813
- name: string;
814
- createdAt: string;
815
- updatedAt: string;
816
- integrationId: string;
817
- userId: string;
818
- error?: import("../..").ErrorDataSchema | undefined;
819
- meta?: Record<string, any> | undefined;
820
- state?: import("..").WorkspaceElementState | undefined;
821
- archivedAt?: string | undefined;
822
- isDeactivated?: boolean | undefined;
823
- authOptionKey?: string | undefined;
824
- isTest?: boolean | undefined;
825
- disconnected?: boolean | undefined;
826
- isDefunct?: boolean | undefined;
827
- lastActiveAt?: string | undefined;
828
- nextCredentialsRefreshAt?: string | undefined;
829
- }>>;
230
+ }, z.core.$strip>>;
830
231
  integration: z.ZodOptional<z.ZodObject<{
831
232
  id: z.ZodString;
832
233
  key: z.ZodOptional<z.ZodString>;
@@ -834,12 +235,11 @@ export declare const FindFlowRunsResponse: z.ZodObject<{
834
235
  description: z.ZodOptional<z.ZodString>;
835
236
  meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
836
237
  name: z.ZodString;
837
- state: z.ZodOptional<z.ZodNativeEnum<typeof import("..").WorkspaceElementState>>;
838
- errors: z.ZodOptional<z.ZodArray<z.ZodType<import("../..").ErrorDataSchema, z.ZodTypeDef, import("../..").ErrorDataSchema>, "many">>;
238
+ state: z.ZodOptional<z.ZodEnum<typeof import("..").WorkspaceElementState>>;
239
+ errors: z.ZodOptional<z.ZodArray<z.ZodType<import("../..").ErrorDataSchema, unknown, z.core.$ZodTypeInternals<import("../..").ErrorDataSchema, unknown>>>>;
839
240
  revision: z.ZodOptional<z.ZodString>;
840
241
  createdAt: z.ZodOptional<z.ZodString>;
841
242
  updatedAt: z.ZodOptional<z.ZodString>;
842
- } & {
843
243
  logoUri: z.ZodString;
844
244
  connectorId: z.ZodOptional<z.ZodString>;
845
245
  connectorVersion: z.ZodOptional<z.ZodString>;
@@ -859,72 +259,15 @@ export declare const FindFlowRunsResponse: z.ZodObject<{
859
259
  isTest: z.ZodOptional<z.ZodBoolean>;
860
260
  appUuid: z.ZodOptional<z.ZodString>;
861
261
  isDeactivated: z.ZodOptional<z.ZodBoolean>;
862
- authType: z.ZodOptional<z.ZodEnum<["integration-app-token", "membrane-token", "oauth2", "oauth1", "client-credentials", "proxy"]>>;
863
- }, "strip", z.ZodTypeAny, {
864
- id: string;
865
- name: string;
866
- logoUri: string;
867
- key?: string | undefined;
868
- uuid?: string | undefined;
869
- description?: string | undefined;
870
- meta?: Record<string, any> | undefined;
871
- state?: import("..").WorkspaceElementState | undefined;
872
- errors?: import("../..").ErrorDataSchema[] | undefined;
873
- revision?: string | undefined;
874
- createdAt?: string | undefined;
875
- updatedAt?: string | undefined;
876
- archivedAt?: string | undefined;
877
- isDeactivated?: boolean | undefined;
878
- parameters?: any;
879
- connectorId?: string | undefined;
880
- connectorVersion?: string | undefined;
881
- oAuthCallbackUri?: string | undefined;
882
- hasMissingParameters?: boolean | undefined;
883
- hasDocumentation?: boolean | undefined;
884
- hasOperations?: boolean | undefined;
885
- operationsCount?: number | undefined;
886
- hasData?: boolean | undefined;
887
- dataCollectionsCount?: number | undefined;
888
- hasEvents?: boolean | undefined;
889
- eventsCount?: number | undefined;
890
- hasGlobalWebhooks?: boolean | undefined;
891
- hasUdm?: boolean | undefined;
892
- isTest?: boolean | undefined;
893
- appUuid?: string | undefined;
894
- authType?: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials" | undefined;
895
- }, {
896
- id: string;
897
- name: string;
898
- logoUri: string;
899
- key?: string | undefined;
900
- uuid?: string | undefined;
901
- description?: string | undefined;
902
- meta?: Record<string, any> | undefined;
903
- state?: import("..").WorkspaceElementState | undefined;
904
- errors?: import("../..").ErrorDataSchema[] | undefined;
905
- revision?: string | undefined;
906
- createdAt?: string | undefined;
907
- updatedAt?: string | undefined;
908
- archivedAt?: string | undefined;
909
- isDeactivated?: boolean | undefined;
910
- parameters?: any;
911
- connectorId?: string | undefined;
912
- connectorVersion?: string | undefined;
913
- oAuthCallbackUri?: string | undefined;
914
- hasMissingParameters?: boolean | undefined;
915
- hasDocumentation?: boolean | undefined;
916
- hasOperations?: boolean | undefined;
917
- operationsCount?: number | undefined;
918
- hasData?: boolean | undefined;
919
- dataCollectionsCount?: number | undefined;
920
- hasEvents?: boolean | undefined;
921
- eventsCount?: number | undefined;
922
- hasGlobalWebhooks?: boolean | undefined;
923
- hasUdm?: boolean | undefined;
924
- isTest?: boolean | undefined;
925
- appUuid?: string | undefined;
926
- authType?: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials" | undefined;
927
- }>>;
262
+ authType: z.ZodOptional<z.ZodEnum<{
263
+ proxy: "proxy";
264
+ "integration-app-token": "integration-app-token";
265
+ "membrane-token": "membrane-token";
266
+ oauth2: "oauth2";
267
+ oauth1: "oauth1";
268
+ "client-credentials": "client-credentials";
269
+ }>>;
270
+ }, z.core.$strip>>;
928
271
  user: z.ZodOptional<z.ZodObject<{
929
272
  id: z.ZodString;
930
273
  name: z.ZodString;
@@ -937,515 +280,9 @@ export declare const FindFlowRunsResponse: z.ZodObject<{
937
280
  isBillable: z.ZodOptional<z.ZodBoolean>;
938
281
  createdAt: z.ZodOptional<z.ZodString>;
939
282
  archivedAt: z.ZodOptional<z.ZodString>;
940
- }, "strip", z.ZodTypeAny, {
941
- id: string;
942
- name: string;
943
- internalId: string;
944
- meta?: Record<string, any> | undefined;
945
- createdAt?: string | undefined;
946
- archivedAt?: string | undefined;
947
- credentials?: any;
948
- fields?: Record<string, any> | undefined;
949
- isTest?: boolean | undefined;
950
- lastActiveAt?: string | undefined;
951
- isBillable?: boolean | undefined;
952
- }, {
953
- id: string;
954
- name: string;
955
- internalId: string;
956
- meta?: Record<string, any> | undefined;
957
- createdAt?: string | undefined;
958
- archivedAt?: string | undefined;
959
- credentials?: any;
960
- fields?: Record<string, any> | undefined;
961
- isTest?: boolean | undefined;
962
- lastActiveAt?: string | undefined;
963
- isBillable?: boolean | undefined;
964
- }>>;
965
- }, "strip", z.ZodTypeAny, {
966
- id: string;
967
- state: FlowRunState;
968
- userId: string;
969
- startTime: string;
970
- flowInstanceId: string;
971
- startNodeKey: string;
972
- connection?: {
973
- id: string;
974
- name: string;
975
- createdAt: string;
976
- updatedAt: string;
977
- integrationId: string;
978
- userId: string;
979
- error?: import("../..").ErrorDataSchema | undefined;
980
- meta?: Record<string, any> | undefined;
981
- state?: import("..").WorkspaceElementState | undefined;
982
- archivedAt?: string | undefined;
983
- isDeactivated?: boolean | undefined;
984
- authOptionKey?: string | undefined;
985
- isTest?: boolean | undefined;
986
- disconnected?: boolean | undefined;
987
- isDefunct?: boolean | undefined;
988
- lastActiveAt?: string | undefined;
989
- nextCredentialsRefreshAt?: string | undefined;
990
- } | undefined;
991
- integration?: {
992
- id: string;
993
- name: string;
994
- logoUri: string;
995
- key?: string | undefined;
996
- uuid?: string | undefined;
997
- description?: string | undefined;
998
- meta?: Record<string, any> | undefined;
999
- state?: import("..").WorkspaceElementState | undefined;
1000
- errors?: import("../..").ErrorDataSchema[] | undefined;
1001
- revision?: string | undefined;
1002
- createdAt?: string | undefined;
1003
- updatedAt?: string | undefined;
1004
- archivedAt?: string | undefined;
1005
- isDeactivated?: boolean | undefined;
1006
- parameters?: any;
1007
- connectorId?: string | undefined;
1008
- connectorVersion?: string | undefined;
1009
- oAuthCallbackUri?: string | undefined;
1010
- hasMissingParameters?: boolean | undefined;
1011
- hasDocumentation?: boolean | undefined;
1012
- hasOperations?: boolean | undefined;
1013
- operationsCount?: number | undefined;
1014
- hasData?: boolean | undefined;
1015
- dataCollectionsCount?: number | undefined;
1016
- hasEvents?: boolean | undefined;
1017
- eventsCount?: number | undefined;
1018
- hasGlobalWebhooks?: boolean | undefined;
1019
- hasUdm?: boolean | undefined;
1020
- isTest?: boolean | undefined;
1021
- appUuid?: string | undefined;
1022
- authType?: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials" | undefined;
1023
- } | undefined;
1024
- name?: string | undefined;
1025
- errors?: import("../..").ErrorDataSchema[] | undefined;
1026
- integrationId?: string | undefined;
1027
- connectionId?: string | undefined;
1028
- endTime?: string | undefined;
1029
- user?: {
1030
- id: string;
1031
- name: string;
1032
- internalId: string;
1033
- meta?: Record<string, any> | undefined;
1034
- createdAt?: string | undefined;
1035
- archivedAt?: string | undefined;
1036
- credentials?: any;
1037
- fields?: Record<string, any> | undefined;
1038
- isTest?: boolean | undefined;
1039
- lastActiveAt?: string | undefined;
1040
- isBillable?: boolean | undefined;
1041
- } | undefined;
1042
- input?: any;
1043
- universalFlowId?: string | undefined;
1044
- nodes?: Record<string, {
1045
- state: import("../base/flow-runs").FlowRunNodeState;
1046
- runs?: number | undefined;
1047
- erroredRuns?: number | undefined;
1048
- outputs?: number | undefined;
1049
- }> | undefined;
1050
- launchedBy?: {
1051
- type: FlowRunLaunchedByTrigger;
1052
- ids?: string[] | undefined;
1053
- } | undefined;
1054
- flowInstance?: {
1055
- id: string;
1056
- name: string;
1057
- createdAt: string;
1058
- updatedAt: string;
1059
- integrationId: string;
1060
- userId: string;
1061
- enabled: boolean;
1062
- key?: string | undefined;
1063
- uuid?: string | undefined;
1064
- description?: string | undefined;
1065
- meta?: Record<string, any> | undefined;
1066
- state?: import("..").WorkspaceElementState | undefined;
1067
- errors?: import("../..").ErrorDataSchema[] | undefined;
1068
- revision?: string | undefined;
1069
- archivedAt?: string | undefined;
1070
- isDeactivated?: boolean | undefined;
1071
- instanceKey?: string | undefined;
1072
- connectionId?: string | undefined;
1073
- parameters?: any;
1074
- parametersSchema?: import("../..").DataSchema | undefined;
1075
- dependencies?: any[] | undefined;
1076
- universalFlowId?: string | undefined;
1077
- nodes?: Record<string, any> | undefined;
1078
- flowId?: string | undefined;
1079
- customized?: {
1080
- name?: boolean | undefined;
1081
- nodes?: boolean | undefined;
1082
- } | undefined;
1083
- } | undefined;
1084
- }, {
1085
- id: string;
1086
- state: FlowRunState;
1087
- userId: string;
1088
- startTime: string;
1089
- flowInstanceId: string;
1090
- startNodeKey: string;
1091
- connection?: {
1092
- id: string;
1093
- name: string;
1094
- createdAt: string;
1095
- updatedAt: string;
1096
- integrationId: string;
1097
- userId: string;
1098
- error?: import("../..").ErrorDataSchema | undefined;
1099
- meta?: Record<string, any> | undefined;
1100
- state?: import("..").WorkspaceElementState | undefined;
1101
- archivedAt?: string | undefined;
1102
- isDeactivated?: boolean | undefined;
1103
- authOptionKey?: string | undefined;
1104
- isTest?: boolean | undefined;
1105
- disconnected?: boolean | undefined;
1106
- isDefunct?: boolean | undefined;
1107
- lastActiveAt?: string | undefined;
1108
- nextCredentialsRefreshAt?: string | undefined;
1109
- } | undefined;
1110
- integration?: {
1111
- id: string;
1112
- name: string;
1113
- logoUri: string;
1114
- key?: string | undefined;
1115
- uuid?: string | undefined;
1116
- description?: string | undefined;
1117
- meta?: Record<string, any> | undefined;
1118
- state?: import("..").WorkspaceElementState | undefined;
1119
- errors?: import("../..").ErrorDataSchema[] | undefined;
1120
- revision?: string | undefined;
1121
- createdAt?: string | undefined;
1122
- updatedAt?: string | undefined;
1123
- archivedAt?: string | undefined;
1124
- isDeactivated?: boolean | undefined;
1125
- parameters?: any;
1126
- connectorId?: string | undefined;
1127
- connectorVersion?: string | undefined;
1128
- oAuthCallbackUri?: string | undefined;
1129
- hasMissingParameters?: boolean | undefined;
1130
- hasDocumentation?: boolean | undefined;
1131
- hasOperations?: boolean | undefined;
1132
- operationsCount?: number | undefined;
1133
- hasData?: boolean | undefined;
1134
- dataCollectionsCount?: number | undefined;
1135
- hasEvents?: boolean | undefined;
1136
- eventsCount?: number | undefined;
1137
- hasGlobalWebhooks?: boolean | undefined;
1138
- hasUdm?: boolean | undefined;
1139
- isTest?: boolean | undefined;
1140
- appUuid?: string | undefined;
1141
- authType?: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials" | undefined;
1142
- } | undefined;
1143
- name?: string | undefined;
1144
- errors?: import("../..").ErrorDataSchema[] | undefined;
1145
- integrationId?: string | undefined;
1146
- connectionId?: string | undefined;
1147
- endTime?: string | undefined;
1148
- user?: {
1149
- id: string;
1150
- name: string;
1151
- internalId: string;
1152
- meta?: Record<string, any> | undefined;
1153
- createdAt?: string | undefined;
1154
- archivedAt?: string | undefined;
1155
- credentials?: any;
1156
- fields?: Record<string, any> | undefined;
1157
- isTest?: boolean | undefined;
1158
- lastActiveAt?: string | undefined;
1159
- isBillable?: boolean | undefined;
1160
- } | undefined;
1161
- input?: any;
1162
- universalFlowId?: string | undefined;
1163
- nodes?: Record<string, {
1164
- state: import("../base/flow-runs").FlowRunNodeState;
1165
- runs?: number | undefined;
1166
- erroredRuns?: number | undefined;
1167
- outputs?: number | undefined;
1168
- }> | undefined;
1169
- launchedBy?: {
1170
- type: FlowRunLaunchedByTrigger;
1171
- ids?: string[] | undefined;
1172
- } | undefined;
1173
- flowInstance?: {
1174
- id: string;
1175
- name: string;
1176
- createdAt: string;
1177
- updatedAt: string;
1178
- integrationId: string;
1179
- userId: string;
1180
- enabled: boolean;
1181
- key?: string | undefined;
1182
- uuid?: string | undefined;
1183
- description?: string | undefined;
1184
- meta?: Record<string, any> | undefined;
1185
- state?: import("..").WorkspaceElementState | undefined;
1186
- errors?: import("../..").ErrorDataSchema[] | undefined;
1187
- revision?: string | undefined;
1188
- archivedAt?: string | undefined;
1189
- isDeactivated?: boolean | undefined;
1190
- instanceKey?: string | undefined;
1191
- connectionId?: string | undefined;
1192
- parameters?: any;
1193
- parametersSchema?: import("../..").DataSchema | undefined;
1194
- dependencies?: any[] | undefined;
1195
- universalFlowId?: string | undefined;
1196
- nodes?: Record<string, any> | undefined;
1197
- flowId?: string | undefined;
1198
- customized?: {
1199
- name?: boolean | undefined;
1200
- nodes?: boolean | undefined;
1201
- } | undefined;
1202
- } | undefined;
1203
- }>, "many">;
283
+ }, z.core.$strip>>;
284
+ }, z.core.$strip>>;
1204
285
  cursor: z.ZodOptional<z.ZodString>;
1205
- }, "strip", z.ZodTypeAny, {
1206
- items: {
1207
- id: string;
1208
- state: FlowRunState;
1209
- userId: string;
1210
- startTime: string;
1211
- flowInstanceId: string;
1212
- startNodeKey: string;
1213
- connection?: {
1214
- id: string;
1215
- name: string;
1216
- createdAt: string;
1217
- updatedAt: string;
1218
- integrationId: string;
1219
- userId: string;
1220
- error?: import("../..").ErrorDataSchema | undefined;
1221
- meta?: Record<string, any> | undefined;
1222
- state?: import("..").WorkspaceElementState | undefined;
1223
- archivedAt?: string | undefined;
1224
- isDeactivated?: boolean | undefined;
1225
- authOptionKey?: string | undefined;
1226
- isTest?: boolean | undefined;
1227
- disconnected?: boolean | undefined;
1228
- isDefunct?: boolean | undefined;
1229
- lastActiveAt?: string | undefined;
1230
- nextCredentialsRefreshAt?: string | undefined;
1231
- } | undefined;
1232
- integration?: {
1233
- id: string;
1234
- name: string;
1235
- logoUri: string;
1236
- key?: string | undefined;
1237
- uuid?: string | undefined;
1238
- description?: string | undefined;
1239
- meta?: Record<string, any> | undefined;
1240
- state?: import("..").WorkspaceElementState | undefined;
1241
- errors?: import("../..").ErrorDataSchema[] | undefined;
1242
- revision?: string | undefined;
1243
- createdAt?: string | undefined;
1244
- updatedAt?: string | undefined;
1245
- archivedAt?: string | undefined;
1246
- isDeactivated?: boolean | undefined;
1247
- parameters?: any;
1248
- connectorId?: string | undefined;
1249
- connectorVersion?: string | undefined;
1250
- oAuthCallbackUri?: string | undefined;
1251
- hasMissingParameters?: boolean | undefined;
1252
- hasDocumentation?: boolean | undefined;
1253
- hasOperations?: boolean | undefined;
1254
- operationsCount?: number | undefined;
1255
- hasData?: boolean | undefined;
1256
- dataCollectionsCount?: number | undefined;
1257
- hasEvents?: boolean | undefined;
1258
- eventsCount?: number | undefined;
1259
- hasGlobalWebhooks?: boolean | undefined;
1260
- hasUdm?: boolean | undefined;
1261
- isTest?: boolean | undefined;
1262
- appUuid?: string | undefined;
1263
- authType?: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials" | undefined;
1264
- } | undefined;
1265
- name?: string | undefined;
1266
- errors?: import("../..").ErrorDataSchema[] | undefined;
1267
- integrationId?: string | undefined;
1268
- connectionId?: string | undefined;
1269
- endTime?: string | undefined;
1270
- user?: {
1271
- id: string;
1272
- name: string;
1273
- internalId: string;
1274
- meta?: Record<string, any> | undefined;
1275
- createdAt?: string | undefined;
1276
- archivedAt?: string | undefined;
1277
- credentials?: any;
1278
- fields?: Record<string, any> | undefined;
1279
- isTest?: boolean | undefined;
1280
- lastActiveAt?: string | undefined;
1281
- isBillable?: boolean | undefined;
1282
- } | undefined;
1283
- input?: any;
1284
- universalFlowId?: string | undefined;
1285
- nodes?: Record<string, {
1286
- state: import("../base/flow-runs").FlowRunNodeState;
1287
- runs?: number | undefined;
1288
- erroredRuns?: number | undefined;
1289
- outputs?: number | undefined;
1290
- }> | undefined;
1291
- launchedBy?: {
1292
- type: FlowRunLaunchedByTrigger;
1293
- ids?: string[] | undefined;
1294
- } | undefined;
1295
- flowInstance?: {
1296
- id: string;
1297
- name: string;
1298
- createdAt: string;
1299
- updatedAt: string;
1300
- integrationId: string;
1301
- userId: string;
1302
- enabled: boolean;
1303
- key?: string | undefined;
1304
- uuid?: string | undefined;
1305
- description?: string | undefined;
1306
- meta?: Record<string, any> | undefined;
1307
- state?: import("..").WorkspaceElementState | undefined;
1308
- errors?: import("../..").ErrorDataSchema[] | undefined;
1309
- revision?: string | undefined;
1310
- archivedAt?: string | undefined;
1311
- isDeactivated?: boolean | undefined;
1312
- instanceKey?: string | undefined;
1313
- connectionId?: string | undefined;
1314
- parameters?: any;
1315
- parametersSchema?: import("../..").DataSchema | undefined;
1316
- dependencies?: any[] | undefined;
1317
- universalFlowId?: string | undefined;
1318
- nodes?: Record<string, any> | undefined;
1319
- flowId?: string | undefined;
1320
- customized?: {
1321
- name?: boolean | undefined;
1322
- nodes?: boolean | undefined;
1323
- } | undefined;
1324
- } | undefined;
1325
- }[];
1326
- cursor?: string | undefined;
1327
- }, {
1328
- items: {
1329
- id: string;
1330
- state: FlowRunState;
1331
- userId: string;
1332
- startTime: string;
1333
- flowInstanceId: string;
1334
- startNodeKey: string;
1335
- connection?: {
1336
- id: string;
1337
- name: string;
1338
- createdAt: string;
1339
- updatedAt: string;
1340
- integrationId: string;
1341
- userId: string;
1342
- error?: import("../..").ErrorDataSchema | undefined;
1343
- meta?: Record<string, any> | undefined;
1344
- state?: import("..").WorkspaceElementState | undefined;
1345
- archivedAt?: string | undefined;
1346
- isDeactivated?: boolean | undefined;
1347
- authOptionKey?: string | undefined;
1348
- isTest?: boolean | undefined;
1349
- disconnected?: boolean | undefined;
1350
- isDefunct?: boolean | undefined;
1351
- lastActiveAt?: string | undefined;
1352
- nextCredentialsRefreshAt?: string | undefined;
1353
- } | undefined;
1354
- integration?: {
1355
- id: string;
1356
- name: string;
1357
- logoUri: string;
1358
- key?: string | undefined;
1359
- uuid?: string | undefined;
1360
- description?: string | undefined;
1361
- meta?: Record<string, any> | undefined;
1362
- state?: import("..").WorkspaceElementState | undefined;
1363
- errors?: import("../..").ErrorDataSchema[] | undefined;
1364
- revision?: string | undefined;
1365
- createdAt?: string | undefined;
1366
- updatedAt?: string | undefined;
1367
- archivedAt?: string | undefined;
1368
- isDeactivated?: boolean | undefined;
1369
- parameters?: any;
1370
- connectorId?: string | undefined;
1371
- connectorVersion?: string | undefined;
1372
- oAuthCallbackUri?: string | undefined;
1373
- hasMissingParameters?: boolean | undefined;
1374
- hasDocumentation?: boolean | undefined;
1375
- hasOperations?: boolean | undefined;
1376
- operationsCount?: number | undefined;
1377
- hasData?: boolean | undefined;
1378
- dataCollectionsCount?: number | undefined;
1379
- hasEvents?: boolean | undefined;
1380
- eventsCount?: number | undefined;
1381
- hasGlobalWebhooks?: boolean | undefined;
1382
- hasUdm?: boolean | undefined;
1383
- isTest?: boolean | undefined;
1384
- appUuid?: string | undefined;
1385
- authType?: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials" | undefined;
1386
- } | undefined;
1387
- name?: string | undefined;
1388
- errors?: import("../..").ErrorDataSchema[] | undefined;
1389
- integrationId?: string | undefined;
1390
- connectionId?: string | undefined;
1391
- endTime?: string | undefined;
1392
- user?: {
1393
- id: string;
1394
- name: string;
1395
- internalId: string;
1396
- meta?: Record<string, any> | undefined;
1397
- createdAt?: string | undefined;
1398
- archivedAt?: string | undefined;
1399
- credentials?: any;
1400
- fields?: Record<string, any> | undefined;
1401
- isTest?: boolean | undefined;
1402
- lastActiveAt?: string | undefined;
1403
- isBillable?: boolean | undefined;
1404
- } | undefined;
1405
- input?: any;
1406
- universalFlowId?: string | undefined;
1407
- nodes?: Record<string, {
1408
- state: import("../base/flow-runs").FlowRunNodeState;
1409
- runs?: number | undefined;
1410
- erroredRuns?: number | undefined;
1411
- outputs?: number | undefined;
1412
- }> | undefined;
1413
- launchedBy?: {
1414
- type: FlowRunLaunchedByTrigger;
1415
- ids?: string[] | undefined;
1416
- } | undefined;
1417
- flowInstance?: {
1418
- id: string;
1419
- name: string;
1420
- createdAt: string;
1421
- updatedAt: string;
1422
- integrationId: string;
1423
- userId: string;
1424
- enabled: boolean;
1425
- key?: string | undefined;
1426
- uuid?: string | undefined;
1427
- description?: string | undefined;
1428
- meta?: Record<string, any> | undefined;
1429
- state?: import("..").WorkspaceElementState | undefined;
1430
- errors?: import("../..").ErrorDataSchema[] | undefined;
1431
- revision?: string | undefined;
1432
- archivedAt?: string | undefined;
1433
- isDeactivated?: boolean | undefined;
1434
- instanceKey?: string | undefined;
1435
- connectionId?: string | undefined;
1436
- parameters?: any;
1437
- parametersSchema?: import("../..").DataSchema | undefined;
1438
- dependencies?: any[] | undefined;
1439
- universalFlowId?: string | undefined;
1440
- nodes?: Record<string, any> | undefined;
1441
- flowId?: string | undefined;
1442
- customized?: {
1443
- name?: boolean | undefined;
1444
- nodes?: boolean | undefined;
1445
- } | undefined;
1446
- } | undefined;
1447
- }[];
1448
- cursor?: string | undefined;
1449
- }>;
286
+ }, z.core.$strip>;
1450
287
  export type FindFlowRunsResponse = z.infer<typeof FindFlowRunsResponse>;
1451
288
  export type FlowRun = FlowRunApiResponse;