@membranehq/sdk 0.5.2 → 0.7.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 (96) hide show
  1. package/dist/bundle.d.ts +1828 -1832
  2. package/dist/bundle.js +32 -23
  3. package/dist/bundle.js.map +1 -1
  4. package/dist/dts/accessors/action-instances-accessors.d.ts +13 -10
  5. package/dist/dts/accessors/actions-accessors.d.ts +9 -9
  6. package/dist/dts/accessors/app-data-schema-instances-accessors.d.ts +3 -3
  7. package/dist/dts/accessors/app-data-schemas-accessors.d.ts +3 -3
  8. package/dist/dts/accessors/app-event-subscriptions-accessors.d.ts +3 -3
  9. package/dist/dts/accessors/app-event-types-accessors.d.ts +3 -3
  10. package/dist/dts/accessors/base-accessors.d.ts +8 -8
  11. package/dist/dts/accessors/connections-accessors.d.ts +15 -15
  12. package/dist/dts/accessors/customers-accessors.d.ts +5 -5
  13. package/dist/dts/accessors/data-link-table-instances-accessors.d.ts +3 -3
  14. package/dist/dts/accessors/data-link-tables-accessors.d.ts +3 -3
  15. package/dist/dts/accessors/data-sources-accessors.d.ts +14 -14
  16. package/dist/dts/accessors/external-event-subscriptions-accessors.d.ts +3 -3
  17. package/dist/dts/accessors/field-mapping-instances-accessors.d.ts +7 -7
  18. package/dist/dts/accessors/field-mappings-accessors.d.ts +7 -7
  19. package/dist/dts/accessors/flow-instances-accessors.d.ts +8 -8
  20. package/dist/dts/accessors/flow-runs-accessors.d.ts +3 -3
  21. package/dist/dts/accessors/flows-accessors.d.ts +7 -7
  22. package/dist/dts/accessors/integrations-accessors.d.ts +10 -10
  23. package/dist/dts/accessors/scenarios-accessors.d.ts +3 -3
  24. package/dist/dts/accessors/screens-accessors.d.ts +3 -3
  25. package/dist/dts/api-client.d.ts +3 -3
  26. package/dist/dts/auth/accessors.d.ts +2 -2
  27. package/dist/dts/client.d.ts +5 -5
  28. package/dist/dts/data-builder/index.d.ts +1 -1
  29. package/dist/dts/data-schema/arbitrary-fields.test.d.ts +1 -0
  30. package/dist/dts/data-schema/types.d.ts +1 -0
  31. package/dist/dts/error-tools/index.d.ts +1 -1
  32. package/dist/dts/errors/index.d.ts +24 -15
  33. package/dist/dts/formulas/base.d.ts +3 -1
  34. package/dist/dts/index.d.ts +2 -1
  35. package/dist/dts/index.umd.d.ts +2 -2
  36. package/dist/dts/integration-elements/connection-level-element.accessor.d.ts +5 -5
  37. package/dist/dts/integration-elements/integration-level-element.accessor.d.ts +5 -5
  38. package/dist/dts/workspace-elements/api/action-instances-api.d.ts +119 -65
  39. package/dist/dts/workspace-elements/api/action-run-log-records-api.d.ts +69 -90
  40. package/dist/dts/workspace-elements/api/actions-api.d.ts +253 -339
  41. package/dist/dts/workspace-elements/api/app-data-schema-instances-api.d.ts +21 -21
  42. package/dist/dts/workspace-elements/api/app-data-schemas-api.d.ts +7 -7
  43. package/dist/dts/workspace-elements/api/app-event-log-records-api.d.ts +22 -22
  44. package/dist/dts/workspace-elements/api/app-event-subscriptions-api.d.ts +18 -18
  45. package/dist/dts/workspace-elements/api/app-event-types-api.d.ts +7 -7
  46. package/dist/dts/workspace-elements/api/connections-api.d.ts +90 -89
  47. package/dist/dts/workspace-elements/api/data-link-table-instances-api.d.ts +50 -50
  48. package/dist/dts/workspace-elements/api/data-link-tables-api.d.ts +7 -7
  49. package/dist/dts/workspace-elements/api/data-source-instances-api.d.ts +55 -55
  50. package/dist/dts/workspace-elements/api/data-sources-api.d.ts +62 -62
  51. package/dist/dts/workspace-elements/api/external-event-log-records-api.d.ts +40 -40
  52. package/dist/dts/workspace-elements/api/external-event-pulls-api.d.ts +40 -40
  53. package/dist/dts/workspace-elements/api/external-event-subscriptions-api.d.ts +35 -35
  54. package/dist/dts/workspace-elements/api/external-events-api.d.ts +20 -20
  55. package/dist/dts/workspace-elements/api/field-mapping-instances-api.d.ts +166 -166
  56. package/dist/dts/workspace-elements/api/field-mappings-api.d.ts +96 -96
  57. package/dist/dts/workspace-elements/api/flow-runs-api.d.ts +128 -128
  58. package/dist/dts/workspace-elements/api/flows-api.d.ts +223 -223
  59. package/dist/dts/workspace-elements/api/integrations-api.d.ts +26 -26
  60. package/dist/dts/workspace-elements/api/scenarios-api.d.ts +21 -21
  61. package/dist/dts/workspace-elements/base/action-instances/types.d.ts +10 -10
  62. package/dist/dts/workspace-elements/base/action-run-log-records/types.d.ts +4 -3
  63. package/dist/dts/workspace-elements/base/actions/index.d.ts +111 -1
  64. package/dist/dts/workspace-elements/base/app-data-schema-instances/types.d.ts +11 -10
  65. package/dist/dts/workspace-elements/base/app-data-schemas/types.d.ts +7 -7
  66. package/dist/dts/workspace-elements/base/app-event-subscriptions/types.d.ts +7 -7
  67. package/dist/dts/workspace-elements/base/app-event-types/types.d.ts +7 -7
  68. package/dist/dts/workspace-elements/base/connections/types.d.ts +11 -10
  69. package/dist/dts/workspace-elements/base/data-link-table-instances/types.d.ts +7 -7
  70. package/dist/dts/workspace-elements/base/data-link-tables/types.d.ts +7 -7
  71. package/dist/dts/workspace-elements/base/data-source-instances/types.d.ts +10 -9
  72. package/dist/dts/workspace-elements/base/data-sources/types.d.ts +8 -8
  73. package/dist/dts/workspace-elements/base/external-event-log-records/types.d.ts +4 -3
  74. package/dist/dts/workspace-elements/base/external-event-pulls/types.d.ts +4 -3
  75. package/dist/dts/workspace-elements/base/external-event-subscriptions/types.d.ts +4 -3
  76. package/dist/dts/workspace-elements/base/field-mapping-instances/types.d.ts +11 -10
  77. package/dist/dts/workspace-elements/base/field-mappings/types.d.ts +21 -21
  78. package/dist/dts/workspace-elements/base/flow-instances/schemas.d.ts +8 -8
  79. package/dist/dts/workspace-elements/base/flow-instances/types.d.ts +15 -14
  80. package/dist/dts/workspace-elements/base/flow-runs/flow-node-runs.d.ts +16 -16
  81. package/dist/dts/workspace-elements/base/flow-runs/types.d.ts +6 -5
  82. package/dist/dts/workspace-elements/base/flows/types.d.ts +15 -15
  83. package/dist/dts/workspace-elements/base/integrations/types.d.ts +48 -48
  84. package/dist/dts/workspace-elements/base/scenarios/types.d.ts +7 -7
  85. package/dist/dts/workspace-elements/errors.d.ts +2 -2
  86. package/dist/dts/workspace-elements/types.d.ts +53 -9
  87. package/dist/dts/workspace-elements-catalog/index.d.ts +3 -0
  88. package/dist/dts/workspaces/types.d.ts +2 -0
  89. package/dist/index.d.ts +2416 -2380
  90. package/dist/index.js +125 -118
  91. package/dist/index.js.map +1 -1
  92. package/dist/index.module.d.mts +2416 -2380
  93. package/dist/index.module.mjs +117 -113
  94. package/dist/index.module.mjs.map +1 -1
  95. package/package.json +1 -3
  96. package/dist/dts/workspace-elements/base/actions/types.d.ts +0 -85
@@ -62,7 +62,7 @@ export declare const ExternalEventSubscriptionApiResponse: z.ZodObject<{
62
62
  } | undefined;
63
63
  }>>;
64
64
  status: z.ZodOptional<z.ZodNativeEnum<typeof import("../base/external-event-subscriptions").ExternalEventSubscriptionStatus>>;
65
- error: any;
65
+ error: z.ZodOptional<z.ZodType<import("../..").ErrorDataSchema, z.ZodTypeDef, import("../..").ErrorDataSchema>>;
66
66
  isRealTime: z.ZodOptional<z.ZodBoolean>;
67
67
  requiresPull: z.ZodOptional<z.ZodBoolean>;
68
68
  requiresFullSync: z.ZodOptional<z.ZodBoolean>;
@@ -118,7 +118,7 @@ export declare const ExternalEventSubscriptionApiResponse: z.ZodObject<{
118
118
  isTest: z.ZodOptional<z.ZodBoolean>;
119
119
  disconnected: z.ZodOptional<z.ZodBoolean>;
120
120
  isDefunct: z.ZodOptional<z.ZodBoolean>;
121
- error: any;
121
+ error: z.ZodOptional<z.ZodType<import("../..").ErrorDataSchema, z.ZodTypeDef, import("../..").ErrorDataSchema>>;
122
122
  integrationId: z.ZodString;
123
123
  authOptionKey: z.ZodOptional<z.ZodString>;
124
124
  createdAt: z.ZodString;
@@ -128,7 +128,7 @@ export declare const ExternalEventSubscriptionApiResponse: z.ZodObject<{
128
128
  archivedAt: z.ZodOptional<z.ZodString>;
129
129
  isDeactivated: z.ZodOptional<z.ZodBoolean>;
130
130
  state: z.ZodOptional<z.ZodNativeEnum<typeof import("..").WorkspaceElementState>>;
131
- errors: z.ZodOptional<z.ZodArray<any, "many">>;
131
+ errors: z.ZodOptional<z.ZodArray<z.ZodType<import("../..").ErrorDataSchema, z.ZodTypeDef, import("../..").ErrorDataSchema>, "many">>;
132
132
  meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
133
133
  }, "strip", z.ZodTypeAny, {
134
134
  id: string;
@@ -137,18 +137,18 @@ export declare const ExternalEventSubscriptionApiResponse: z.ZodObject<{
137
137
  updatedAt: string;
138
138
  userId: string;
139
139
  integrationId: string;
140
- error?: any;
140
+ error?: import("../..").ErrorDataSchema | undefined;
141
141
  state?: import("..").WorkspaceElementState | undefined;
142
- errors?: any[] | undefined;
143
- isDeactivated?: boolean | undefined;
142
+ errors?: import("../..").ErrorDataSchema[] | undefined;
144
143
  archivedAt?: string | undefined;
144
+ isDeactivated?: boolean | undefined;
145
145
  authOptionKey?: string | undefined;
146
146
  isTest?: boolean | undefined;
147
+ meta?: Record<string, any> | undefined;
147
148
  disconnected?: boolean | undefined;
148
149
  isDefunct?: boolean | undefined;
149
150
  lastActiveAt?: string | undefined;
150
151
  nextCredentialsRefreshAt?: string | undefined;
151
- meta?: Record<string, any> | undefined;
152
152
  }, {
153
153
  id: string;
154
154
  name: string;
@@ -156,27 +156,27 @@ export declare const ExternalEventSubscriptionApiResponse: z.ZodObject<{
156
156
  updatedAt: string;
157
157
  userId: string;
158
158
  integrationId: string;
159
- error?: any;
159
+ error?: import("../..").ErrorDataSchema | undefined;
160
160
  state?: import("..").WorkspaceElementState | undefined;
161
- errors?: any[] | undefined;
162
- isDeactivated?: boolean | undefined;
161
+ errors?: import("../..").ErrorDataSchema[] | undefined;
163
162
  archivedAt?: string | undefined;
163
+ isDeactivated?: boolean | undefined;
164
164
  authOptionKey?: string | undefined;
165
165
  isTest?: boolean | undefined;
166
+ meta?: Record<string, any> | undefined;
166
167
  disconnected?: boolean | undefined;
167
168
  isDefunct?: boolean | undefined;
168
169
  lastActiveAt?: string | undefined;
169
170
  nextCredentialsRefreshAt?: string | undefined;
170
- meta?: Record<string, any> | undefined;
171
171
  }>>;
172
172
  integration: z.ZodOptional<z.ZodObject<{
173
173
  id: z.ZodString;
174
- name: z.ZodString;
175
174
  key: z.ZodOptional<z.ZodString>;
176
175
  uuid: z.ZodOptional<z.ZodString>;
177
176
  description: z.ZodOptional<z.ZodString>;
177
+ name: z.ZodString;
178
178
  state: z.ZodOptional<z.ZodNativeEnum<typeof import("..").WorkspaceElementState>>;
179
- errors: z.ZodOptional<z.ZodArray<any, "many">>;
179
+ errors: z.ZodOptional<z.ZodArray<z.ZodType<import("../..").ErrorDataSchema, z.ZodTypeDef, import("../..").ErrorDataSchema>, "many">>;
180
180
  revision: z.ZodOptional<z.ZodString>;
181
181
  createdAt: z.ZodOptional<z.ZodString>;
182
182
  updatedAt: z.ZodOptional<z.ZodString>;
@@ -209,14 +209,13 @@ export declare const ExternalEventSubscriptionApiResponse: z.ZodObject<{
209
209
  uuid?: string | undefined;
210
210
  description?: string | undefined;
211
211
  state?: import("..").WorkspaceElementState | undefined;
212
- errors?: any[] | undefined;
212
+ errors?: import("../..").ErrorDataSchema[] | undefined;
213
213
  revision?: string | undefined;
214
- isDeactivated?: boolean | undefined;
215
214
  createdAt?: string | undefined;
216
215
  updatedAt?: string | undefined;
217
216
  archivedAt?: string | undefined;
217
+ isDeactivated?: boolean | undefined;
218
218
  parameters?: any;
219
- isTest?: boolean | undefined;
220
219
  connectorId?: string | undefined;
221
220
  connectorVersion?: string | undefined;
222
221
  oAuthCallbackUri?: string | undefined;
@@ -230,6 +229,7 @@ export declare const ExternalEventSubscriptionApiResponse: z.ZodObject<{
230
229
  eventsCount?: number | undefined;
231
230
  hasGlobalWebhooks?: boolean | undefined;
232
231
  hasUdm?: boolean | undefined;
232
+ isTest?: boolean | undefined;
233
233
  appUuid?: string | undefined;
234
234
  authType?: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials" | undefined;
235
235
  }, {
@@ -240,14 +240,13 @@ export declare const ExternalEventSubscriptionApiResponse: z.ZodObject<{
240
240
  uuid?: string | undefined;
241
241
  description?: string | undefined;
242
242
  state?: import("..").WorkspaceElementState | undefined;
243
- errors?: any[] | undefined;
243
+ errors?: import("../..").ErrorDataSchema[] | undefined;
244
244
  revision?: string | undefined;
245
- isDeactivated?: boolean | undefined;
246
245
  createdAt?: string | undefined;
247
246
  updatedAt?: string | undefined;
248
247
  archivedAt?: string | undefined;
248
+ isDeactivated?: boolean | undefined;
249
249
  parameters?: any;
250
- isTest?: boolean | undefined;
251
250
  connectorId?: string | undefined;
252
251
  connectorVersion?: string | undefined;
253
252
  oAuthCallbackUri?: string | undefined;
@@ -261,6 +260,7 @@ export declare const ExternalEventSubscriptionApiResponse: z.ZodObject<{
261
260
  eventsCount?: number | undefined;
262
261
  hasGlobalWebhooks?: boolean | undefined;
263
262
  hasUdm?: boolean | undefined;
263
+ isTest?: boolean | undefined;
264
264
  appUuid?: string | undefined;
265
265
  authType?: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials" | undefined;
266
266
  }>>;
@@ -276,21 +276,21 @@ export declare const ExternalEventSubscriptionApiResponse: z.ZodObject<{
276
276
  updatedAt: string;
277
277
  userId: string;
278
278
  integrationId: string;
279
- error?: any;
279
+ error?: import("../..").ErrorDataSchema | undefined;
280
280
  state?: import("..").WorkspaceElementState | undefined;
281
- errors?: any[] | undefined;
282
- isDeactivated?: boolean | undefined;
281
+ errors?: import("../..").ErrorDataSchema[] | undefined;
283
282
  archivedAt?: string | undefined;
283
+ isDeactivated?: boolean | undefined;
284
284
  authOptionKey?: string | undefined;
285
285
  isTest?: boolean | undefined;
286
+ meta?: Record<string, any> | undefined;
286
287
  disconnected?: boolean | undefined;
287
288
  isDefunct?: boolean | undefined;
288
289
  lastActiveAt?: string | undefined;
289
290
  nextCredentialsRefreshAt?: string | undefined;
290
- meta?: Record<string, any> | undefined;
291
291
  } | undefined;
292
292
  status?: import("../base/external-event-subscriptions").ExternalEventSubscriptionStatus | undefined;
293
- error?: any;
293
+ error?: import("../..").ErrorDataSchema | undefined;
294
294
  integration?: {
295
295
  id: string;
296
296
  name: string;
@@ -299,14 +299,13 @@ export declare const ExternalEventSubscriptionApiResponse: z.ZodObject<{
299
299
  uuid?: string | undefined;
300
300
  description?: string | undefined;
301
301
  state?: import("..").WorkspaceElementState | undefined;
302
- errors?: any[] | undefined;
302
+ errors?: import("../..").ErrorDataSchema[] | undefined;
303
303
  revision?: string | undefined;
304
- isDeactivated?: boolean | undefined;
305
304
  createdAt?: string | undefined;
306
305
  updatedAt?: string | undefined;
307
306
  archivedAt?: string | undefined;
307
+ isDeactivated?: boolean | undefined;
308
308
  parameters?: any;
309
- isTest?: boolean | undefined;
310
309
  connectorId?: string | undefined;
311
310
  connectorVersion?: string | undefined;
312
311
  oAuthCallbackUri?: string | undefined;
@@ -320,6 +319,7 @@ export declare const ExternalEventSubscriptionApiResponse: z.ZodObject<{
320
319
  eventsCount?: number | undefined;
321
320
  hasGlobalWebhooks?: boolean | undefined;
322
321
  hasUdm?: boolean | undefined;
322
+ isTest?: boolean | undefined;
323
323
  appUuid?: string | undefined;
324
324
  authType?: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials" | undefined;
325
325
  } | undefined;
@@ -374,21 +374,21 @@ export declare const ExternalEventSubscriptionApiResponse: z.ZodObject<{
374
374
  updatedAt: string;
375
375
  userId: string;
376
376
  integrationId: string;
377
- error?: any;
377
+ error?: import("../..").ErrorDataSchema | undefined;
378
378
  state?: import("..").WorkspaceElementState | undefined;
379
- errors?: any[] | undefined;
380
- isDeactivated?: boolean | undefined;
379
+ errors?: import("../..").ErrorDataSchema[] | undefined;
381
380
  archivedAt?: string | undefined;
381
+ isDeactivated?: boolean | undefined;
382
382
  authOptionKey?: string | undefined;
383
383
  isTest?: boolean | undefined;
384
+ meta?: Record<string, any> | undefined;
384
385
  disconnected?: boolean | undefined;
385
386
  isDefunct?: boolean | undefined;
386
387
  lastActiveAt?: string | undefined;
387
388
  nextCredentialsRefreshAt?: string | undefined;
388
- meta?: Record<string, any> | undefined;
389
389
  } | undefined;
390
390
  status?: import("../base/external-event-subscriptions").ExternalEventSubscriptionStatus | undefined;
391
- error?: any;
391
+ error?: import("../..").ErrorDataSchema | undefined;
392
392
  integration?: {
393
393
  id: string;
394
394
  name: string;
@@ -397,14 +397,13 @@ export declare const ExternalEventSubscriptionApiResponse: z.ZodObject<{
397
397
  uuid?: string | undefined;
398
398
  description?: string | undefined;
399
399
  state?: import("..").WorkspaceElementState | undefined;
400
- errors?: any[] | undefined;
400
+ errors?: import("../..").ErrorDataSchema[] | undefined;
401
401
  revision?: string | undefined;
402
- isDeactivated?: boolean | undefined;
403
402
  createdAt?: string | undefined;
404
403
  updatedAt?: string | undefined;
405
404
  archivedAt?: string | undefined;
405
+ isDeactivated?: boolean | undefined;
406
406
  parameters?: any;
407
- isTest?: boolean | undefined;
408
407
  connectorId?: string | undefined;
409
408
  connectorVersion?: string | undefined;
410
409
  oAuthCallbackUri?: string | undefined;
@@ -418,6 +417,7 @@ export declare const ExternalEventSubscriptionApiResponse: z.ZodObject<{
418
417
  eventsCount?: number | undefined;
419
418
  hasGlobalWebhooks?: boolean | undefined;
420
419
  hasUdm?: boolean | undefined;
420
+ isTest?: boolean | undefined;
421
421
  appUuid?: string | undefined;
422
422
  authType?: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials" | undefined;
423
423
  } | undefined;
@@ -214,12 +214,12 @@ export declare const ExternalEvent: z.ZodObject<{
214
214
  }>;
215
215
  integration: z.ZodObject<{
216
216
  id: z.ZodString;
217
- name: z.ZodString;
218
217
  key: z.ZodOptional<z.ZodString>;
219
218
  uuid: z.ZodOptional<z.ZodString>;
220
219
  description: z.ZodOptional<z.ZodString>;
220
+ name: z.ZodString;
221
221
  state: z.ZodOptional<z.ZodNativeEnum<typeof import("..").WorkspaceElementState>>;
222
- errors: z.ZodOptional<z.ZodArray<any, "many">>;
222
+ errors: z.ZodOptional<z.ZodArray<z.ZodType<import("../..").ErrorDataSchema, z.ZodTypeDef, import("../..").ErrorDataSchema>, "many">>;
223
223
  revision: z.ZodOptional<z.ZodString>;
224
224
  createdAt: z.ZodOptional<z.ZodString>;
225
225
  updatedAt: z.ZodOptional<z.ZodString>;
@@ -252,14 +252,13 @@ export declare const ExternalEvent: z.ZodObject<{
252
252
  uuid?: string | undefined;
253
253
  description?: string | undefined;
254
254
  state?: import("..").WorkspaceElementState | undefined;
255
- errors?: any[] | undefined;
255
+ errors?: import("../..").ErrorDataSchema[] | undefined;
256
256
  revision?: string | undefined;
257
- isDeactivated?: boolean | undefined;
258
257
  createdAt?: string | undefined;
259
258
  updatedAt?: string | undefined;
260
259
  archivedAt?: string | undefined;
260
+ isDeactivated?: boolean | undefined;
261
261
  parameters?: any;
262
- isTest?: boolean | undefined;
263
262
  connectorId?: string | undefined;
264
263
  connectorVersion?: string | undefined;
265
264
  oAuthCallbackUri?: string | undefined;
@@ -273,6 +272,7 @@ export declare const ExternalEvent: z.ZodObject<{
273
272
  eventsCount?: number | undefined;
274
273
  hasGlobalWebhooks?: boolean | undefined;
275
274
  hasUdm?: boolean | undefined;
275
+ isTest?: boolean | undefined;
276
276
  appUuid?: string | undefined;
277
277
  authType?: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials" | undefined;
278
278
  }, {
@@ -283,14 +283,13 @@ export declare const ExternalEvent: z.ZodObject<{
283
283
  uuid?: string | undefined;
284
284
  description?: string | undefined;
285
285
  state?: import("..").WorkspaceElementState | undefined;
286
- errors?: any[] | undefined;
286
+ errors?: import("../..").ErrorDataSchema[] | undefined;
287
287
  revision?: string | undefined;
288
- isDeactivated?: boolean | undefined;
289
288
  createdAt?: string | undefined;
290
289
  updatedAt?: string | undefined;
291
290
  archivedAt?: string | undefined;
291
+ isDeactivated?: boolean | undefined;
292
292
  parameters?: any;
293
- isTest?: boolean | undefined;
294
293
  connectorId?: string | undefined;
295
294
  connectorVersion?: string | undefined;
296
295
  oAuthCallbackUri?: string | undefined;
@@ -304,6 +303,7 @@ export declare const ExternalEvent: z.ZodObject<{
304
303
  eventsCount?: number | undefined;
305
304
  hasGlobalWebhooks?: boolean | undefined;
306
305
  hasUdm?: boolean | undefined;
306
+ isTest?: boolean | undefined;
307
307
  appUuid?: string | undefined;
308
308
  authType?: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials" | undefined;
309
309
  }>;
@@ -316,14 +316,13 @@ export declare const ExternalEvent: z.ZodObject<{
316
316
  uuid?: string | undefined;
317
317
  description?: string | undefined;
318
318
  state?: import("..").WorkspaceElementState | undefined;
319
- errors?: any[] | undefined;
319
+ errors?: import("../..").ErrorDataSchema[] | undefined;
320
320
  revision?: string | undefined;
321
- isDeactivated?: boolean | undefined;
322
321
  createdAt?: string | undefined;
323
322
  updatedAt?: string | undefined;
324
323
  archivedAt?: string | undefined;
324
+ isDeactivated?: boolean | undefined;
325
325
  parameters?: any;
326
- isTest?: boolean | undefined;
327
326
  connectorId?: string | undefined;
328
327
  connectorVersion?: string | undefined;
329
328
  oAuthCallbackUri?: string | undefined;
@@ -337,6 +336,7 @@ export declare const ExternalEvent: z.ZodObject<{
337
336
  eventsCount?: number | undefined;
338
337
  hasGlobalWebhooks?: boolean | undefined;
339
338
  hasUdm?: boolean | undefined;
339
+ isTest?: boolean | undefined;
340
340
  appUuid?: string | undefined;
341
341
  authType?: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials" | undefined;
342
342
  };
@@ -365,14 +365,13 @@ export declare const ExternalEvent: z.ZodObject<{
365
365
  uuid?: string | undefined;
366
366
  description?: string | undefined;
367
367
  state?: import("..").WorkspaceElementState | undefined;
368
- errors?: any[] | undefined;
368
+ errors?: import("../..").ErrorDataSchema[] | undefined;
369
369
  revision?: string | undefined;
370
- isDeactivated?: boolean | undefined;
371
370
  createdAt?: string | undefined;
372
371
  updatedAt?: string | undefined;
373
372
  archivedAt?: string | undefined;
373
+ isDeactivated?: boolean | undefined;
374
374
  parameters?: any;
375
- isTest?: boolean | undefined;
376
375
  connectorId?: string | undefined;
377
376
  connectorVersion?: string | undefined;
378
377
  oAuthCallbackUri?: string | undefined;
@@ -386,6 +385,7 @@ export declare const ExternalEvent: z.ZodObject<{
386
385
  eventsCount?: number | undefined;
387
386
  hasGlobalWebhooks?: boolean | undefined;
388
387
  hasUdm?: boolean | undefined;
388
+ isTest?: boolean | undefined;
389
389
  appUuid?: string | undefined;
390
390
  authType?: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials" | undefined;
391
391
  };
@@ -430,14 +430,13 @@ export declare const ExternalEvent: z.ZodObject<{
430
430
  uuid?: string | undefined;
431
431
  description?: string | undefined;
432
432
  state?: import("..").WorkspaceElementState | undefined;
433
- errors?: any[] | undefined;
433
+ errors?: import("../..").ErrorDataSchema[] | undefined;
434
434
  revision?: string | undefined;
435
- isDeactivated?: boolean | undefined;
436
435
  createdAt?: string | undefined;
437
436
  updatedAt?: string | undefined;
438
437
  archivedAt?: string | undefined;
438
+ isDeactivated?: boolean | undefined;
439
439
  parameters?: any;
440
- isTest?: boolean | undefined;
441
440
  connectorId?: string | undefined;
442
441
  connectorVersion?: string | undefined;
443
442
  oAuthCallbackUri?: string | undefined;
@@ -451,6 +450,7 @@ export declare const ExternalEvent: z.ZodObject<{
451
450
  eventsCount?: number | undefined;
452
451
  hasGlobalWebhooks?: boolean | undefined;
453
452
  hasUdm?: boolean | undefined;
453
+ isTest?: boolean | undefined;
454
454
  appUuid?: string | undefined;
455
455
  authType?: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials" | undefined;
456
456
  };
@@ -495,14 +495,13 @@ export declare const ExternalEvent: z.ZodObject<{
495
495
  uuid?: string | undefined;
496
496
  description?: string | undefined;
497
497
  state?: import("..").WorkspaceElementState | undefined;
498
- errors?: any[] | undefined;
498
+ errors?: import("../..").ErrorDataSchema[] | undefined;
499
499
  revision?: string | undefined;
500
- isDeactivated?: boolean | undefined;
501
500
  createdAt?: string | undefined;
502
501
  updatedAt?: string | undefined;
503
502
  archivedAt?: string | undefined;
503
+ isDeactivated?: boolean | undefined;
504
504
  parameters?: any;
505
- isTest?: boolean | undefined;
506
505
  connectorId?: string | undefined;
507
506
  connectorVersion?: string | undefined;
508
507
  oAuthCallbackUri?: string | undefined;
@@ -516,6 +515,7 @@ export declare const ExternalEvent: z.ZodObject<{
516
515
  eventsCount?: number | undefined;
517
516
  hasGlobalWebhooks?: boolean | undefined;
518
517
  hasUdm?: boolean | undefined;
518
+ isTest?: boolean | undefined;
519
519
  appUuid?: string | undefined;
520
520
  authType?: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials" | undefined;
521
521
  };