@membranehq/sdk 0.5.0 → 0.5.2

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 (69) hide show
  1. package/dist/bundle.d.ts +10513 -4612
  2. package/dist/bundle.js +149 -1
  3. package/dist/bundle.js.map +1 -1
  4. package/dist/dts/accessors/connections-accessors.d.ts +22 -15
  5. package/dist/dts/accessors/integrations-accessors.d.ts +22 -15
  6. package/dist/dts/data-schema/index.d.ts +0 -1
  7. package/dist/dts/entity-repository.d.ts +7 -6
  8. package/dist/dts/http-requests.d.ts +2 -2
  9. package/dist/dts/workspace-elements/api/action-instances-api.d.ts +269 -8
  10. package/dist/dts/workspace-elements/api/action-run-log-records-api.d.ts +435 -10
  11. package/dist/dts/workspace-elements/api/actions-api.d.ts +225 -114
  12. package/dist/dts/workspace-elements/api/app-data-schema-instances-api.d.ts +203 -8
  13. package/dist/dts/workspace-elements/api/app-data-schemas-api.d.ts +49 -3
  14. package/dist/dts/workspace-elements/api/app-event-log-records-api.d.ts +376 -0
  15. package/dist/dts/workspace-elements/api/app-event-subscriptions-api.d.ts +293 -8
  16. package/dist/dts/workspace-elements/api/app-event-types-api.d.ts +88 -3
  17. package/dist/dts/workspace-elements/api/connections-api.d.ts +505 -135
  18. package/dist/dts/workspace-elements/api/customers-api.d.ts +38 -5
  19. package/dist/dts/workspace-elements/api/data-link-table-instances-api.d.ts +447 -12
  20. package/dist/dts/workspace-elements/api/data-link-tables-api.d.ts +43 -2
  21. package/dist/dts/workspace-elements/api/data-source-instances-api.d.ts +1496 -12
  22. package/dist/dts/workspace-elements/api/data-sources-api.d.ts +189 -103
  23. package/dist/dts/workspace-elements/api/external-event-log-records-api.d.ts +602 -19
  24. package/dist/dts/workspace-elements/api/external-event-pulls-api.d.ts +608 -19
  25. package/dist/dts/workspace-elements/api/external-event-subscriptions-api.d.ts +465 -10
  26. package/dist/dts/workspace-elements/api/external-events-api.d.ts +75 -41
  27. package/dist/dts/workspace-elements/api/field-mapping-instances-api.d.ts +2570 -14
  28. package/dist/dts/workspace-elements/api/field-mappings-api.d.ts +199 -93
  29. package/dist/dts/workspace-elements/api/flow-runs-api.d.ts +1436 -47
  30. package/dist/dts/workspace-elements/api/flows-api.d.ts +590 -295
  31. package/dist/dts/workspace-elements/api/index.d.ts +1 -1
  32. package/dist/dts/workspace-elements/api/integrations-api.d.ts +176 -58
  33. package/dist/dts/workspace-elements/api/scenarios-api.d.ts +77 -36
  34. package/dist/dts/workspace-elements/api/screens-api.d.ts +33 -13
  35. package/dist/dts/workspace-elements/base/action-instances/types.d.ts +31 -15
  36. package/dist/dts/workspace-elements/base/action-run-log-records/types.d.ts +12 -10
  37. package/dist/dts/workspace-elements/base/actions/types.d.ts +28 -11
  38. package/dist/dts/workspace-elements/base/app-data-schema-instances/types.d.ts +23 -6
  39. package/dist/dts/workspace-elements/base/app-data-schemas/types.d.ts +22 -8
  40. package/dist/dts/workspace-elements/base/app-event-subscriptions/types.d.ts +25 -11
  41. package/dist/dts/workspace-elements/base/app-event-types/types.d.ts +23 -9
  42. package/dist/dts/workspace-elements/base/connections/types.d.ts +21 -21
  43. package/dist/dts/workspace-elements/base/customers/index.d.ts +8 -2
  44. package/dist/dts/workspace-elements/base/data-collections/schemas.d.ts +18 -18
  45. package/dist/dts/workspace-elements/base/data-link-table-instances/types.d.ts +23 -6
  46. package/dist/dts/workspace-elements/base/data-link-tables/types.d.ts +21 -4
  47. package/dist/dts/workspace-elements/base/data-source-instances/types.d.ts +59 -41
  48. package/dist/dts/workspace-elements/base/data-sources/types.d.ts +16 -8
  49. package/dist/dts/workspace-elements/base/external-event-subscriptions/types.d.ts +2 -5
  50. package/dist/dts/workspace-elements/base/field-mapping-instances/types.d.ts +23 -5
  51. package/dist/dts/workspace-elements/base/field-mappings/types.d.ts +20 -6
  52. package/dist/dts/workspace-elements/base/flow-instances/schemas.d.ts +2 -2
  53. package/dist/dts/workspace-elements/base/flow-instances/types.d.ts +24 -9
  54. package/dist/dts/workspace-elements/base/flow-runs/types.d.ts +14 -1
  55. package/dist/dts/workspace-elements/base/flows/types.d.ts +20 -6
  56. package/dist/dts/workspace-elements/base/integrations/types.d.ts +187 -104
  57. package/dist/dts/workspace-elements/base/scenarios/types.d.ts +21 -4
  58. package/dist/dts/workspace-elements/base/screens/types.d.ts +9 -1
  59. package/dist/dts/workspace-elements/types.d.ts +25 -3
  60. package/dist/dts/workspaces/types.d.ts +5 -4
  61. package/dist/index.d.ts +20345 -9526
  62. package/dist/index.js +268 -115
  63. package/dist/index.js.map +1 -1
  64. package/dist/index.module.d.mts +20345 -9526
  65. package/dist/index.module.mjs +234 -107
  66. package/dist/index.module.mjs.map +1 -1
  67. package/package.json +3 -2
  68. package/dist/dts/data-schema/schemas.d.ts +0 -4
  69. package/dist/dts/workspace-elements/api/app-events-api.d.ts +0 -17
@@ -1,10 +1,435 @@
1
- import { BaseActionRunLogRecord } from '../base/action-run-log-records';
2
- import { BaseAction } from '../base/actions';
3
- import { BaseConnection } from '../base/connections';
4
- import { BaseIntegration } from '../base/integrations';
5
- export interface ActionRunLogRecord extends BaseActionRunLogRecord {
6
- action?: BaseAction;
7
- integration?: BaseIntegration;
8
- connection?: BaseConnection;
9
- }
10
- export type ActionRunLogRecordApiResponse = ActionRunLogRecord;
1
+ import { z } from 'zod';
2
+ export declare const ActionRunLogRecordApiResponse: z.ZodObject<{
3
+ id: z.ZodString;
4
+ name: z.ZodString;
5
+ } & {
6
+ actionId: z.ZodString;
7
+ integrationId: z.ZodString;
8
+ connectionId: z.ZodString;
9
+ input: z.ZodOptional<z.ZodAny>;
10
+ output: z.ZodOptional<z.ZodAny>;
11
+ status: z.ZodNativeEnum<typeof import("../base/action-run-log-records").ActionRunLogStatus>;
12
+ createdAt: z.ZodString;
13
+ completedAt: z.ZodOptional<z.ZodString>;
14
+ error: any;
15
+ } & {
16
+ action: z.ZodOptional<z.ZodObject<{
17
+ id: z.ZodString;
18
+ name: z.ZodString;
19
+ } & {
20
+ key: z.ZodOptional<z.ZodString>;
21
+ uuid: z.ZodOptional<z.ZodString>;
22
+ description: z.ZodOptional<z.ZodString>;
23
+ state: z.ZodOptional<z.ZodNativeEnum<typeof import("..").WorkspaceElementState>>;
24
+ errors: z.ZodOptional<z.ZodArray<any, "many">>;
25
+ revision: z.ZodOptional<z.ZodString>;
26
+ isDeactivated: z.ZodOptional<z.ZodBoolean>;
27
+ createdAt: z.ZodOptional<z.ZodString>;
28
+ updatedAt: z.ZodOptional<z.ZodString>;
29
+ archivedAt: z.ZodOptional<z.ZodString>;
30
+ } & {
31
+ integrationId: z.ZodOptional<z.ZodString>;
32
+ parentId: z.ZodOptional<z.ZodString>;
33
+ parentRevision: z.ZodOptional<z.ZodString>;
34
+ isCustomized: z.ZodOptional<z.ZodBoolean>;
35
+ type: z.ZodNativeEnum<typeof import("../base/actions").ActionType>;
36
+ inputSchema: z.ZodOptional<z.ZodType<import("../..").DataSchema, z.ZodTypeDef, import("../..").DataSchema>>;
37
+ config: z.ZodOptional<z.ZodAny>;
38
+ outputMapping: z.ZodOptional<z.ZodAny>;
39
+ customOutputSchema: z.ZodOptional<z.ZodType<import("../..").DataSchema, z.ZodTypeDef, import("../..").DataSchema>>;
40
+ defaultOutputSchema: z.ZodOptional<z.ZodType<import("../..").DataSchema, z.ZodTypeDef, import("../..").DataSchema>>;
41
+ transformedOutputSchema: z.ZodOptional<z.ZodType<import("../..").DataSchema, z.ZodTypeDef, import("../..").DataSchema>>;
42
+ outputSchema: z.ZodOptional<z.ZodType<import("../..").DataSchema, z.ZodTypeDef, import("../..").DataSchema>>;
43
+ dependencies: z.ZodOptional<z.ZodArray<z.ZodAny, "many">>;
44
+ }, "strip", z.ZodTypeAny, {
45
+ type: import("../base/actions").ActionType;
46
+ id: string;
47
+ name: string;
48
+ key?: string | undefined;
49
+ uuid?: string | undefined;
50
+ description?: string | undefined;
51
+ state?: import("..").WorkspaceElementState | undefined;
52
+ errors?: any[] | undefined;
53
+ revision?: string | undefined;
54
+ isDeactivated?: boolean | undefined;
55
+ createdAt?: string | undefined;
56
+ updatedAt?: string | undefined;
57
+ archivedAt?: string | undefined;
58
+ integrationId?: string | undefined;
59
+ parentId?: string | undefined;
60
+ parentRevision?: string | undefined;
61
+ isCustomized?: boolean | undefined;
62
+ inputSchema?: import("../..").DataSchema | undefined;
63
+ config?: any;
64
+ outputMapping?: any;
65
+ customOutputSchema?: import("../..").DataSchema | undefined;
66
+ defaultOutputSchema?: import("../..").DataSchema | undefined;
67
+ transformedOutputSchema?: import("../..").DataSchema | undefined;
68
+ outputSchema?: import("../..").DataSchema | undefined;
69
+ dependencies?: any[] | undefined;
70
+ }, {
71
+ type: import("../base/actions").ActionType;
72
+ id: string;
73
+ name: string;
74
+ key?: string | undefined;
75
+ uuid?: string | undefined;
76
+ description?: string | undefined;
77
+ state?: import("..").WorkspaceElementState | undefined;
78
+ errors?: any[] | undefined;
79
+ revision?: string | undefined;
80
+ isDeactivated?: boolean | undefined;
81
+ createdAt?: string | undefined;
82
+ updatedAt?: string | undefined;
83
+ archivedAt?: string | undefined;
84
+ integrationId?: string | undefined;
85
+ parentId?: string | undefined;
86
+ parentRevision?: string | undefined;
87
+ isCustomized?: boolean | undefined;
88
+ inputSchema?: import("../..").DataSchema | undefined;
89
+ config?: any;
90
+ outputMapping?: any;
91
+ customOutputSchema?: import("../..").DataSchema | undefined;
92
+ defaultOutputSchema?: import("../..").DataSchema | undefined;
93
+ transformedOutputSchema?: import("../..").DataSchema | undefined;
94
+ outputSchema?: import("../..").DataSchema | undefined;
95
+ dependencies?: any[] | undefined;
96
+ }>>;
97
+ integration: z.ZodOptional<z.ZodObject<{
98
+ id: z.ZodString;
99
+ name: z.ZodString;
100
+ key: z.ZodOptional<z.ZodString>;
101
+ uuid: z.ZodOptional<z.ZodString>;
102
+ description: z.ZodOptional<z.ZodString>;
103
+ state: z.ZodOptional<z.ZodNativeEnum<typeof import("..").WorkspaceElementState>>;
104
+ errors: z.ZodOptional<z.ZodArray<any, "many">>;
105
+ revision: z.ZodOptional<z.ZodString>;
106
+ createdAt: z.ZodOptional<z.ZodString>;
107
+ updatedAt: z.ZodOptional<z.ZodString>;
108
+ } & {
109
+ logoUri: z.ZodString;
110
+ connectorId: z.ZodOptional<z.ZodString>;
111
+ connectorVersion: z.ZodOptional<z.ZodString>;
112
+ oAuthCallbackUri: z.ZodOptional<z.ZodString>;
113
+ parameters: z.ZodOptional<z.ZodAny>;
114
+ archivedAt: z.ZodOptional<z.ZodString>;
115
+ hasMissingParameters: z.ZodOptional<z.ZodBoolean>;
116
+ hasDocumentation: z.ZodOptional<z.ZodBoolean>;
117
+ hasOperations: z.ZodOptional<z.ZodBoolean>;
118
+ operationsCount: z.ZodOptional<z.ZodNumber>;
119
+ hasData: z.ZodOptional<z.ZodBoolean>;
120
+ dataCollectionsCount: z.ZodOptional<z.ZodNumber>;
121
+ hasEvents: z.ZodOptional<z.ZodBoolean>;
122
+ eventsCount: z.ZodOptional<z.ZodNumber>;
123
+ hasGlobalWebhooks: z.ZodOptional<z.ZodBoolean>;
124
+ hasUdm: z.ZodOptional<z.ZodBoolean>;
125
+ isTest: z.ZodOptional<z.ZodBoolean>;
126
+ appUuid: z.ZodOptional<z.ZodString>;
127
+ isDeactivated: z.ZodOptional<z.ZodBoolean>;
128
+ authType: z.ZodOptional<z.ZodEnum<["integration-app-token", "membrane-token", "oauth2", "oauth1", "client-credentials", "proxy"]>>;
129
+ }, "strip", z.ZodTypeAny, {
130
+ id: string;
131
+ name: string;
132
+ logoUri: string;
133
+ key?: string | undefined;
134
+ uuid?: string | undefined;
135
+ description?: string | undefined;
136
+ state?: import("..").WorkspaceElementState | undefined;
137
+ errors?: any[] | undefined;
138
+ revision?: string | undefined;
139
+ isDeactivated?: boolean | undefined;
140
+ createdAt?: string | undefined;
141
+ updatedAt?: string | undefined;
142
+ archivedAt?: string | undefined;
143
+ parameters?: any;
144
+ isTest?: boolean | undefined;
145
+ connectorId?: string | undefined;
146
+ connectorVersion?: string | undefined;
147
+ oAuthCallbackUri?: string | undefined;
148
+ hasMissingParameters?: boolean | undefined;
149
+ hasDocumentation?: boolean | undefined;
150
+ hasOperations?: boolean | undefined;
151
+ operationsCount?: number | undefined;
152
+ hasData?: boolean | undefined;
153
+ dataCollectionsCount?: number | undefined;
154
+ hasEvents?: boolean | undefined;
155
+ eventsCount?: number | undefined;
156
+ hasGlobalWebhooks?: boolean | undefined;
157
+ hasUdm?: boolean | undefined;
158
+ appUuid?: string | undefined;
159
+ authType?: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials" | undefined;
160
+ }, {
161
+ id: string;
162
+ name: string;
163
+ logoUri: string;
164
+ key?: string | undefined;
165
+ uuid?: string | undefined;
166
+ description?: string | undefined;
167
+ state?: import("..").WorkspaceElementState | undefined;
168
+ errors?: any[] | undefined;
169
+ revision?: string | undefined;
170
+ isDeactivated?: boolean | undefined;
171
+ createdAt?: string | undefined;
172
+ updatedAt?: string | undefined;
173
+ archivedAt?: string | undefined;
174
+ parameters?: any;
175
+ isTest?: boolean | undefined;
176
+ connectorId?: string | undefined;
177
+ connectorVersion?: string | undefined;
178
+ oAuthCallbackUri?: string | undefined;
179
+ hasMissingParameters?: boolean | undefined;
180
+ hasDocumentation?: boolean | undefined;
181
+ hasOperations?: boolean | undefined;
182
+ operationsCount?: number | undefined;
183
+ hasData?: boolean | undefined;
184
+ dataCollectionsCount?: number | undefined;
185
+ hasEvents?: boolean | undefined;
186
+ eventsCount?: number | undefined;
187
+ hasGlobalWebhooks?: boolean | undefined;
188
+ hasUdm?: boolean | undefined;
189
+ appUuid?: string | undefined;
190
+ authType?: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials" | undefined;
191
+ }>>;
192
+ connection: z.ZodOptional<z.ZodObject<{
193
+ id: z.ZodString;
194
+ } & {
195
+ name: z.ZodString;
196
+ userId: z.ZodString;
197
+ isTest: z.ZodOptional<z.ZodBoolean>;
198
+ disconnected: z.ZodOptional<z.ZodBoolean>;
199
+ isDefunct: z.ZodOptional<z.ZodBoolean>;
200
+ error: any;
201
+ integrationId: z.ZodString;
202
+ authOptionKey: z.ZodOptional<z.ZodString>;
203
+ createdAt: z.ZodString;
204
+ updatedAt: z.ZodString;
205
+ lastActiveAt: z.ZodOptional<z.ZodString>;
206
+ nextCredentialsRefreshAt: z.ZodOptional<z.ZodString>;
207
+ archivedAt: z.ZodOptional<z.ZodString>;
208
+ isDeactivated: z.ZodOptional<z.ZodBoolean>;
209
+ state: z.ZodOptional<z.ZodNativeEnum<typeof import("..").WorkspaceElementState>>;
210
+ errors: z.ZodOptional<z.ZodArray<any, "many">>;
211
+ meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
212
+ }, "strip", z.ZodTypeAny, {
213
+ id: string;
214
+ name: string;
215
+ createdAt: string;
216
+ updatedAt: string;
217
+ userId: string;
218
+ integrationId: string;
219
+ error?: any;
220
+ state?: import("..").WorkspaceElementState | undefined;
221
+ errors?: any[] | undefined;
222
+ isDeactivated?: boolean | undefined;
223
+ archivedAt?: string | undefined;
224
+ authOptionKey?: string | undefined;
225
+ isTest?: boolean | undefined;
226
+ disconnected?: boolean | undefined;
227
+ isDefunct?: boolean | undefined;
228
+ lastActiveAt?: string | undefined;
229
+ nextCredentialsRefreshAt?: string | undefined;
230
+ meta?: Record<string, any> | undefined;
231
+ }, {
232
+ id: string;
233
+ name: string;
234
+ createdAt: string;
235
+ updatedAt: string;
236
+ userId: string;
237
+ integrationId: string;
238
+ error?: any;
239
+ state?: import("..").WorkspaceElementState | undefined;
240
+ errors?: any[] | undefined;
241
+ isDeactivated?: boolean | undefined;
242
+ archivedAt?: string | undefined;
243
+ authOptionKey?: string | undefined;
244
+ isTest?: boolean | undefined;
245
+ disconnected?: boolean | undefined;
246
+ isDefunct?: boolean | undefined;
247
+ lastActiveAt?: string | undefined;
248
+ nextCredentialsRefreshAt?: string | undefined;
249
+ meta?: Record<string, any> | undefined;
250
+ }>>;
251
+ }, "strip", z.ZodTypeAny, {
252
+ status: import("../base/action-run-log-records").ActionRunLogStatus;
253
+ id: string;
254
+ name: string;
255
+ createdAt: string;
256
+ connectionId: string;
257
+ integrationId: string;
258
+ actionId: string;
259
+ connection?: {
260
+ id: string;
261
+ name: string;
262
+ createdAt: string;
263
+ updatedAt: string;
264
+ userId: string;
265
+ integrationId: string;
266
+ error?: any;
267
+ state?: import("..").WorkspaceElementState | undefined;
268
+ errors?: any[] | undefined;
269
+ isDeactivated?: boolean | undefined;
270
+ archivedAt?: string | undefined;
271
+ authOptionKey?: string | undefined;
272
+ isTest?: boolean | undefined;
273
+ disconnected?: boolean | undefined;
274
+ isDefunct?: boolean | undefined;
275
+ lastActiveAt?: string | undefined;
276
+ nextCredentialsRefreshAt?: string | undefined;
277
+ meta?: Record<string, any> | undefined;
278
+ } | undefined;
279
+ error?: any;
280
+ integration?: {
281
+ id: string;
282
+ name: string;
283
+ logoUri: string;
284
+ key?: string | undefined;
285
+ uuid?: string | undefined;
286
+ description?: string | undefined;
287
+ state?: import("..").WorkspaceElementState | undefined;
288
+ errors?: any[] | undefined;
289
+ revision?: string | undefined;
290
+ isDeactivated?: boolean | undefined;
291
+ createdAt?: string | undefined;
292
+ updatedAt?: string | undefined;
293
+ archivedAt?: string | undefined;
294
+ parameters?: any;
295
+ isTest?: boolean | undefined;
296
+ connectorId?: string | undefined;
297
+ connectorVersion?: string | undefined;
298
+ oAuthCallbackUri?: string | undefined;
299
+ hasMissingParameters?: boolean | undefined;
300
+ hasDocumentation?: boolean | undefined;
301
+ hasOperations?: boolean | undefined;
302
+ operationsCount?: number | undefined;
303
+ hasData?: boolean | undefined;
304
+ dataCollectionsCount?: number | undefined;
305
+ hasEvents?: boolean | undefined;
306
+ eventsCount?: number | undefined;
307
+ hasGlobalWebhooks?: boolean | undefined;
308
+ hasUdm?: boolean | undefined;
309
+ appUuid?: string | undefined;
310
+ authType?: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials" | undefined;
311
+ } | undefined;
312
+ action?: {
313
+ type: import("../base/actions").ActionType;
314
+ id: string;
315
+ name: string;
316
+ key?: string | undefined;
317
+ uuid?: string | undefined;
318
+ description?: string | undefined;
319
+ state?: import("..").WorkspaceElementState | undefined;
320
+ errors?: any[] | undefined;
321
+ revision?: string | undefined;
322
+ isDeactivated?: boolean | undefined;
323
+ createdAt?: string | undefined;
324
+ updatedAt?: string | undefined;
325
+ archivedAt?: string | undefined;
326
+ integrationId?: string | undefined;
327
+ parentId?: string | undefined;
328
+ parentRevision?: string | undefined;
329
+ isCustomized?: boolean | undefined;
330
+ inputSchema?: import("../..").DataSchema | undefined;
331
+ config?: any;
332
+ outputMapping?: any;
333
+ customOutputSchema?: import("../..").DataSchema | undefined;
334
+ defaultOutputSchema?: import("../..").DataSchema | undefined;
335
+ transformedOutputSchema?: import("../..").DataSchema | undefined;
336
+ outputSchema?: import("../..").DataSchema | undefined;
337
+ dependencies?: any[] | undefined;
338
+ } | undefined;
339
+ input?: any;
340
+ output?: any;
341
+ completedAt?: string | undefined;
342
+ }, {
343
+ status: import("../base/action-run-log-records").ActionRunLogStatus;
344
+ id: string;
345
+ name: string;
346
+ createdAt: string;
347
+ connectionId: string;
348
+ integrationId: string;
349
+ actionId: string;
350
+ connection?: {
351
+ id: string;
352
+ name: string;
353
+ createdAt: string;
354
+ updatedAt: string;
355
+ userId: string;
356
+ integrationId: string;
357
+ error?: any;
358
+ state?: import("..").WorkspaceElementState | undefined;
359
+ errors?: any[] | undefined;
360
+ isDeactivated?: boolean | undefined;
361
+ archivedAt?: string | undefined;
362
+ authOptionKey?: string | undefined;
363
+ isTest?: boolean | undefined;
364
+ disconnected?: boolean | undefined;
365
+ isDefunct?: boolean | undefined;
366
+ lastActiveAt?: string | undefined;
367
+ nextCredentialsRefreshAt?: string | undefined;
368
+ meta?: Record<string, any> | undefined;
369
+ } | undefined;
370
+ error?: any;
371
+ integration?: {
372
+ id: string;
373
+ name: string;
374
+ logoUri: string;
375
+ key?: string | undefined;
376
+ uuid?: string | undefined;
377
+ description?: string | undefined;
378
+ state?: import("..").WorkspaceElementState | undefined;
379
+ errors?: any[] | undefined;
380
+ revision?: string | undefined;
381
+ isDeactivated?: boolean | undefined;
382
+ createdAt?: string | undefined;
383
+ updatedAt?: string | undefined;
384
+ archivedAt?: string | undefined;
385
+ parameters?: any;
386
+ isTest?: boolean | undefined;
387
+ connectorId?: string | undefined;
388
+ connectorVersion?: string | undefined;
389
+ oAuthCallbackUri?: string | undefined;
390
+ hasMissingParameters?: boolean | undefined;
391
+ hasDocumentation?: boolean | undefined;
392
+ hasOperations?: boolean | undefined;
393
+ operationsCount?: number | undefined;
394
+ hasData?: boolean | undefined;
395
+ dataCollectionsCount?: number | undefined;
396
+ hasEvents?: boolean | undefined;
397
+ eventsCount?: number | undefined;
398
+ hasGlobalWebhooks?: boolean | undefined;
399
+ hasUdm?: boolean | undefined;
400
+ appUuid?: string | undefined;
401
+ authType?: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials" | undefined;
402
+ } | undefined;
403
+ action?: {
404
+ type: import("../base/actions").ActionType;
405
+ id: string;
406
+ name: string;
407
+ key?: string | undefined;
408
+ uuid?: string | undefined;
409
+ description?: string | undefined;
410
+ state?: import("..").WorkspaceElementState | undefined;
411
+ errors?: any[] | undefined;
412
+ revision?: string | undefined;
413
+ isDeactivated?: boolean | undefined;
414
+ createdAt?: string | undefined;
415
+ updatedAt?: string | undefined;
416
+ archivedAt?: string | undefined;
417
+ integrationId?: string | undefined;
418
+ parentId?: string | undefined;
419
+ parentRevision?: string | undefined;
420
+ isCustomized?: boolean | undefined;
421
+ inputSchema?: import("../..").DataSchema | undefined;
422
+ config?: any;
423
+ outputMapping?: any;
424
+ customOutputSchema?: import("../..").DataSchema | undefined;
425
+ defaultOutputSchema?: import("../..").DataSchema | undefined;
426
+ transformedOutputSchema?: import("../..").DataSchema | undefined;
427
+ outputSchema?: import("../..").DataSchema | undefined;
428
+ dependencies?: any[] | undefined;
429
+ } | undefined;
430
+ input?: any;
431
+ output?: any;
432
+ completedAt?: string | undefined;
433
+ }>;
434
+ export type ActionRunLogRecordApiResponse = z.infer<typeof ActionRunLogRecordApiResponse>;
435
+ export type ActionRunLogRecord = ActionRunLogRecordApiResponse;