@membranehq/sdk 0.5.0 → 0.5.1
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.
- package/dist/bundle.d.ts +13011 -5117
- package/dist/bundle.js +149 -1
- package/dist/bundle.js.map +1 -1
- package/dist/dts/accessors/connections-accessors.d.ts +31 -10
- package/dist/dts/accessors/integrations-accessors.d.ts +31 -10
- package/dist/dts/data-schema/index.d.ts +0 -1
- package/dist/dts/entity-repository.d.ts +7 -6
- package/dist/dts/http-requests.d.ts +2 -2
- package/dist/dts/workspace-elements/api/action-instances-api.d.ts +269 -8
- package/dist/dts/workspace-elements/api/action-run-log-records-api.d.ts +529 -10
- package/dist/dts/workspace-elements/api/actions-api.d.ts +393 -90
- package/dist/dts/workspace-elements/api/app-data-schema-instances-api.d.ts +203 -8
- package/dist/dts/workspace-elements/api/app-data-schemas-api.d.ts +49 -3
- package/dist/dts/workspace-elements/api/app-event-log-records-api.d.ts +376 -0
- package/dist/dts/workspace-elements/api/app-event-subscriptions-api.d.ts +293 -8
- package/dist/dts/workspace-elements/api/app-event-types-api.d.ts +88 -3
- package/dist/dts/workspace-elements/api/connections-api.d.ts +387 -97
- package/dist/dts/workspace-elements/api/customers-api.d.ts +38 -5
- package/dist/dts/workspace-elements/api/data-link-table-instances-api.d.ts +541 -12
- package/dist/dts/workspace-elements/api/data-link-tables-api.d.ts +43 -2
- package/dist/dts/workspace-elements/api/data-source-instances-api.d.ts +1590 -12
- package/dist/dts/workspace-elements/api/data-sources-api.d.ts +357 -79
- package/dist/dts/workspace-elements/api/external-event-log-records-api.d.ts +696 -19
- package/dist/dts/workspace-elements/api/external-event-pulls-api.d.ts +702 -19
- package/dist/dts/workspace-elements/api/external-event-subscriptions-api.d.ts +559 -10
- package/dist/dts/workspace-elements/api/external-events-api.d.ts +169 -27
- package/dist/dts/workspace-elements/api/field-mapping-instances-api.d.ts +2786 -14
- package/dist/dts/workspace-elements/api/field-mappings-api.d.ts +367 -69
- package/dist/dts/workspace-elements/api/flow-runs-api.d.ts +1652 -47
- package/dist/dts/workspace-elements/api/flows-api.d.ts +1040 -257
- package/dist/dts/workspace-elements/api/index.d.ts +1 -1
- package/dist/dts/workspace-elements/api/integrations-api.d.ts +121 -37
- package/dist/dts/workspace-elements/api/scenarios-api.d.ts +151 -26
- package/dist/dts/workspace-elements/api/screens-api.d.ts +33 -13
- package/dist/dts/workspace-elements/base/action-instances/types.d.ts +28 -12
- package/dist/dts/workspace-elements/base/action-run-log-records/types.d.ts +12 -10
- package/dist/dts/workspace-elements/base/actions/types.d.ts +28 -11
- package/dist/dts/workspace-elements/base/app-data-schema-instances/types.d.ts +23 -6
- package/dist/dts/workspace-elements/base/app-data-schemas/types.d.ts +22 -8
- package/dist/dts/workspace-elements/base/app-event-subscriptions/types.d.ts +25 -11
- package/dist/dts/workspace-elements/base/app-event-types/types.d.ts +23 -9
- package/dist/dts/workspace-elements/base/connections/types.d.ts +18 -12
- package/dist/dts/workspace-elements/base/customers/index.d.ts +8 -2
- package/dist/dts/workspace-elements/base/data-collections/schemas.d.ts +18 -18
- package/dist/dts/workspace-elements/base/data-link-table-instances/types.d.ts +23 -6
- package/dist/dts/workspace-elements/base/data-link-tables/types.d.ts +21 -4
- package/dist/dts/workspace-elements/base/data-source-instances/types.d.ts +59 -41
- package/dist/dts/workspace-elements/base/data-sources/types.d.ts +16 -8
- package/dist/dts/workspace-elements/base/external-event-subscriptions/types.d.ts +2 -5
- package/dist/dts/workspace-elements/base/field-mapping-instances/types.d.ts +23 -5
- package/dist/dts/workspace-elements/base/field-mappings/types.d.ts +20 -6
- package/dist/dts/workspace-elements/base/flow-instances/schemas.d.ts +6 -6
- package/dist/dts/workspace-elements/base/flow-instances/types.d.ts +26 -11
- package/dist/dts/workspace-elements/base/flow-runs/types.d.ts +14 -1
- package/dist/dts/workspace-elements/base/flows/types.d.ts +26 -12
- package/dist/dts/workspace-elements/base/integrations/types.d.ts +557 -67
- package/dist/dts/workspace-elements/base/scenarios/types.d.ts +21 -4
- package/dist/dts/workspace-elements/base/screens/types.d.ts +9 -1
- package/dist/dts/workspace-elements/types.d.ts +25 -3
- package/dist/dts/workspaces/types.d.ts +4 -3
- package/dist/index.d.ts +21959 -8561
- package/dist/index.js +258 -109
- package/dist/index.js.map +1 -1
- package/dist/index.module.d.mts +21959 -8561
- package/dist/index.module.mjs +225 -101
- package/dist/index.module.mjs.map +1 -1
- package/package.json +3 -2
- package/dist/dts/data-schema/schemas.d.ts +0 -4
- package/dist/dts/workspace-elements/api/app-events-api.d.ts +0 -17
|
@@ -215,15 +215,52 @@ export declare const ExternalEvent: z.ZodObject<{
|
|
|
215
215
|
integration: z.ZodObject<{
|
|
216
216
|
id: z.ZodString;
|
|
217
217
|
name: z.ZodString;
|
|
218
|
-
|
|
219
|
-
|
|
218
|
+
key: z.ZodOptional<z.ZodString>;
|
|
219
|
+
uuid: z.ZodOptional<z.ZodString>;
|
|
220
|
+
description: z.ZodOptional<z.ZodString>;
|
|
220
221
|
state: z.ZodOptional<z.ZodNativeEnum<typeof import("..").WorkspaceElementState>>;
|
|
221
222
|
errors: z.ZodOptional<z.ZodArray<any, "many">>;
|
|
223
|
+
revision: z.ZodOptional<z.ZodString>;
|
|
224
|
+
createdAt: z.ZodOptional<z.ZodString>;
|
|
225
|
+
updatedAt: z.ZodOptional<z.ZodString>;
|
|
222
226
|
} & {
|
|
223
227
|
logoUri: z.ZodString;
|
|
224
228
|
connectorId: z.ZodOptional<z.ZodString>;
|
|
225
229
|
connectorVersion: z.ZodOptional<z.ZodString>;
|
|
226
|
-
authOptions: z.ZodOptional<z.ZodArray<z.
|
|
230
|
+
authOptions: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
231
|
+
key: z.ZodString;
|
|
232
|
+
type: z.ZodEnum<["integration-app-token", "membrane-token", "oauth2", "oauth1", "client-credentials", "proxy"]>;
|
|
233
|
+
title: z.ZodOptional<z.ZodString>;
|
|
234
|
+
description: z.ZodOptional<z.ZodString>;
|
|
235
|
+
ui: z.ZodOptional<z.ZodObject<{
|
|
236
|
+
schema: z.ZodOptional<z.ZodAny>;
|
|
237
|
+
helpUri: z.ZodOptional<z.ZodString>;
|
|
238
|
+
}, "strip", z.ZodTypeAny, {
|
|
239
|
+
schema?: any;
|
|
240
|
+
helpUri?: string | undefined;
|
|
241
|
+
}, {
|
|
242
|
+
schema?: any;
|
|
243
|
+
helpUri?: string | undefined;
|
|
244
|
+
}>>;
|
|
245
|
+
}, "strip", z.ZodTypeAny, {
|
|
246
|
+
key: string;
|
|
247
|
+
type: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials";
|
|
248
|
+
description?: string | undefined;
|
|
249
|
+
title?: string | undefined;
|
|
250
|
+
ui?: {
|
|
251
|
+
schema?: any;
|
|
252
|
+
helpUri?: string | undefined;
|
|
253
|
+
} | undefined;
|
|
254
|
+
}, {
|
|
255
|
+
key: string;
|
|
256
|
+
type: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials";
|
|
257
|
+
description?: string | undefined;
|
|
258
|
+
title?: string | undefined;
|
|
259
|
+
ui?: {
|
|
260
|
+
schema?: any;
|
|
261
|
+
helpUri?: string | undefined;
|
|
262
|
+
} | undefined;
|
|
263
|
+
}>, "many">>;
|
|
227
264
|
oAuthCallbackUri: z.ZodOptional<z.ZodString>;
|
|
228
265
|
parametersSchema: z.ZodOptional<z.ZodType<import("../..").DataSchema, z.ZodTypeDef, import("../..").DataSchema>>;
|
|
229
266
|
parameters: z.ZodOptional<z.ZodAny>;
|
|
@@ -232,8 +269,11 @@ export declare const ExternalEvent: z.ZodObject<{
|
|
|
232
269
|
hasMissingParameters: z.ZodOptional<z.ZodBoolean>;
|
|
233
270
|
hasDocumentation: z.ZodOptional<z.ZodBoolean>;
|
|
234
271
|
hasOperations: z.ZodOptional<z.ZodBoolean>;
|
|
272
|
+
operationsCount: z.ZodOptional<z.ZodNumber>;
|
|
235
273
|
hasData: z.ZodOptional<z.ZodBoolean>;
|
|
274
|
+
dataCollectionsCount: z.ZodOptional<z.ZodNumber>;
|
|
236
275
|
hasEvents: z.ZodOptional<z.ZodBoolean>;
|
|
276
|
+
eventsCount: z.ZodOptional<z.ZodNumber>;
|
|
237
277
|
hasGlobalWebhooks: z.ZodOptional<z.ZodBoolean>;
|
|
238
278
|
hasUdm: z.ZodOptional<z.ZodBoolean>;
|
|
239
279
|
isTest: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -241,84 +281,135 @@ export declare const ExternalEvent: z.ZodObject<{
|
|
|
241
281
|
isDeactivated: z.ZodOptional<z.ZodBoolean>;
|
|
242
282
|
authType: z.ZodOptional<z.ZodEnum<["integration-app-token", "membrane-token", "oauth2", "oauth1", "client-credentials", "proxy"]>>;
|
|
243
283
|
}, "strip", z.ZodTypeAny, {
|
|
244
|
-
key: string;
|
|
245
284
|
id: string;
|
|
246
285
|
name: string;
|
|
247
286
|
baseUri: string;
|
|
248
287
|
logoUri: string;
|
|
288
|
+
key?: string | undefined;
|
|
289
|
+
uuid?: string | undefined;
|
|
290
|
+
description?: string | undefined;
|
|
249
291
|
state?: import("..").WorkspaceElementState | undefined;
|
|
250
292
|
errors?: any[] | undefined;
|
|
293
|
+
revision?: string | undefined;
|
|
294
|
+
isDeactivated?: boolean | undefined;
|
|
295
|
+
createdAt?: string | undefined;
|
|
296
|
+
updatedAt?: string | undefined;
|
|
297
|
+
archivedAt?: string | undefined;
|
|
251
298
|
parameters?: any;
|
|
252
299
|
parametersSchema?: import("../..").DataSchema | undefined;
|
|
253
|
-
archivedAt?: string | undefined;
|
|
254
300
|
isTest?: boolean | undefined;
|
|
255
301
|
connectorId?: string | undefined;
|
|
256
302
|
connectorVersion?: string | undefined;
|
|
257
|
-
authOptions?:
|
|
303
|
+
authOptions?: {
|
|
304
|
+
key: string;
|
|
305
|
+
type: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials";
|
|
306
|
+
description?: string | undefined;
|
|
307
|
+
title?: string | undefined;
|
|
308
|
+
ui?: {
|
|
309
|
+
schema?: any;
|
|
310
|
+
helpUri?: string | undefined;
|
|
311
|
+
} | undefined;
|
|
312
|
+
}[] | undefined;
|
|
258
313
|
oAuthCallbackUri?: string | undefined;
|
|
259
314
|
hasMissingParameters?: boolean | undefined;
|
|
260
315
|
hasDocumentation?: boolean | undefined;
|
|
261
316
|
hasOperations?: boolean | undefined;
|
|
317
|
+
operationsCount?: number | undefined;
|
|
262
318
|
hasData?: boolean | undefined;
|
|
319
|
+
dataCollectionsCount?: number | undefined;
|
|
263
320
|
hasEvents?: boolean | undefined;
|
|
321
|
+
eventsCount?: number | undefined;
|
|
264
322
|
hasGlobalWebhooks?: boolean | undefined;
|
|
265
323
|
hasUdm?: boolean | undefined;
|
|
266
324
|
appUuid?: string | undefined;
|
|
267
|
-
isDeactivated?: boolean | undefined;
|
|
268
325
|
authType?: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials" | undefined;
|
|
269
326
|
}, {
|
|
270
|
-
key: string;
|
|
271
327
|
id: string;
|
|
272
328
|
name: string;
|
|
273
329
|
baseUri: string;
|
|
274
330
|
logoUri: string;
|
|
331
|
+
key?: string | undefined;
|
|
332
|
+
uuid?: string | undefined;
|
|
333
|
+
description?: string | undefined;
|
|
275
334
|
state?: import("..").WorkspaceElementState | undefined;
|
|
276
335
|
errors?: any[] | undefined;
|
|
336
|
+
revision?: string | undefined;
|
|
337
|
+
isDeactivated?: boolean | undefined;
|
|
338
|
+
createdAt?: string | undefined;
|
|
339
|
+
updatedAt?: string | undefined;
|
|
340
|
+
archivedAt?: string | undefined;
|
|
277
341
|
parameters?: any;
|
|
278
342
|
parametersSchema?: import("../..").DataSchema | undefined;
|
|
279
|
-
archivedAt?: string | undefined;
|
|
280
343
|
isTest?: boolean | undefined;
|
|
281
344
|
connectorId?: string | undefined;
|
|
282
345
|
connectorVersion?: string | undefined;
|
|
283
|
-
authOptions?:
|
|
346
|
+
authOptions?: {
|
|
347
|
+
key: string;
|
|
348
|
+
type: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials";
|
|
349
|
+
description?: string | undefined;
|
|
350
|
+
title?: string | undefined;
|
|
351
|
+
ui?: {
|
|
352
|
+
schema?: any;
|
|
353
|
+
helpUri?: string | undefined;
|
|
354
|
+
} | undefined;
|
|
355
|
+
}[] | undefined;
|
|
284
356
|
oAuthCallbackUri?: string | undefined;
|
|
285
357
|
hasMissingParameters?: boolean | undefined;
|
|
286
358
|
hasDocumentation?: boolean | undefined;
|
|
287
359
|
hasOperations?: boolean | undefined;
|
|
360
|
+
operationsCount?: number | undefined;
|
|
288
361
|
hasData?: boolean | undefined;
|
|
362
|
+
dataCollectionsCount?: number | undefined;
|
|
289
363
|
hasEvents?: boolean | undefined;
|
|
364
|
+
eventsCount?: number | undefined;
|
|
290
365
|
hasGlobalWebhooks?: boolean | undefined;
|
|
291
366
|
hasUdm?: boolean | undefined;
|
|
292
367
|
appUuid?: string | undefined;
|
|
293
|
-
isDeactivated?: boolean | undefined;
|
|
294
368
|
authType?: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials" | undefined;
|
|
295
369
|
}>;
|
|
296
370
|
}, "strip", z.ZodTypeAny, {
|
|
297
371
|
integration: {
|
|
298
|
-
key: string;
|
|
299
372
|
id: string;
|
|
300
373
|
name: string;
|
|
301
374
|
baseUri: string;
|
|
302
375
|
logoUri: string;
|
|
376
|
+
key?: string | undefined;
|
|
377
|
+
uuid?: string | undefined;
|
|
378
|
+
description?: string | undefined;
|
|
303
379
|
state?: import("..").WorkspaceElementState | undefined;
|
|
304
380
|
errors?: any[] | undefined;
|
|
381
|
+
revision?: string | undefined;
|
|
382
|
+
isDeactivated?: boolean | undefined;
|
|
383
|
+
createdAt?: string | undefined;
|
|
384
|
+
updatedAt?: string | undefined;
|
|
385
|
+
archivedAt?: string | undefined;
|
|
305
386
|
parameters?: any;
|
|
306
387
|
parametersSchema?: import("../..").DataSchema | undefined;
|
|
307
|
-
archivedAt?: string | undefined;
|
|
308
388
|
isTest?: boolean | undefined;
|
|
309
389
|
connectorId?: string | undefined;
|
|
310
390
|
connectorVersion?: string | undefined;
|
|
311
|
-
authOptions?:
|
|
391
|
+
authOptions?: {
|
|
392
|
+
key: string;
|
|
393
|
+
type: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials";
|
|
394
|
+
description?: string | undefined;
|
|
395
|
+
title?: string | undefined;
|
|
396
|
+
ui?: {
|
|
397
|
+
schema?: any;
|
|
398
|
+
helpUri?: string | undefined;
|
|
399
|
+
} | undefined;
|
|
400
|
+
}[] | undefined;
|
|
312
401
|
oAuthCallbackUri?: string | undefined;
|
|
313
402
|
hasMissingParameters?: boolean | undefined;
|
|
314
403
|
hasDocumentation?: boolean | undefined;
|
|
315
404
|
hasOperations?: boolean | undefined;
|
|
405
|
+
operationsCount?: number | undefined;
|
|
316
406
|
hasData?: boolean | undefined;
|
|
407
|
+
dataCollectionsCount?: number | undefined;
|
|
317
408
|
hasEvents?: boolean | undefined;
|
|
409
|
+
eventsCount?: number | undefined;
|
|
318
410
|
hasGlobalWebhooks?: boolean | undefined;
|
|
319
411
|
hasUdm?: boolean | undefined;
|
|
320
412
|
appUuid?: string | undefined;
|
|
321
|
-
isDeactivated?: boolean | undefined;
|
|
322
413
|
authType?: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials" | undefined;
|
|
323
414
|
};
|
|
324
415
|
element: {
|
|
@@ -339,30 +430,47 @@ export declare const ExternalEvent: z.ZodObject<{
|
|
|
339
430
|
};
|
|
340
431
|
}, {
|
|
341
432
|
integration: {
|
|
342
|
-
key: string;
|
|
343
433
|
id: string;
|
|
344
434
|
name: string;
|
|
345
435
|
baseUri: string;
|
|
346
436
|
logoUri: string;
|
|
437
|
+
key?: string | undefined;
|
|
438
|
+
uuid?: string | undefined;
|
|
439
|
+
description?: string | undefined;
|
|
347
440
|
state?: import("..").WorkspaceElementState | undefined;
|
|
348
441
|
errors?: any[] | undefined;
|
|
442
|
+
revision?: string | undefined;
|
|
443
|
+
isDeactivated?: boolean | undefined;
|
|
444
|
+
createdAt?: string | undefined;
|
|
445
|
+
updatedAt?: string | undefined;
|
|
446
|
+
archivedAt?: string | undefined;
|
|
349
447
|
parameters?: any;
|
|
350
448
|
parametersSchema?: import("../..").DataSchema | undefined;
|
|
351
|
-
archivedAt?: string | undefined;
|
|
352
449
|
isTest?: boolean | undefined;
|
|
353
450
|
connectorId?: string | undefined;
|
|
354
451
|
connectorVersion?: string | undefined;
|
|
355
|
-
authOptions?:
|
|
452
|
+
authOptions?: {
|
|
453
|
+
key: string;
|
|
454
|
+
type: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials";
|
|
455
|
+
description?: string | undefined;
|
|
456
|
+
title?: string | undefined;
|
|
457
|
+
ui?: {
|
|
458
|
+
schema?: any;
|
|
459
|
+
helpUri?: string | undefined;
|
|
460
|
+
} | undefined;
|
|
461
|
+
}[] | undefined;
|
|
356
462
|
oAuthCallbackUri?: string | undefined;
|
|
357
463
|
hasMissingParameters?: boolean | undefined;
|
|
358
464
|
hasDocumentation?: boolean | undefined;
|
|
359
465
|
hasOperations?: boolean | undefined;
|
|
466
|
+
operationsCount?: number | undefined;
|
|
360
467
|
hasData?: boolean | undefined;
|
|
468
|
+
dataCollectionsCount?: number | undefined;
|
|
361
469
|
hasEvents?: boolean | undefined;
|
|
470
|
+
eventsCount?: number | undefined;
|
|
362
471
|
hasGlobalWebhooks?: boolean | undefined;
|
|
363
472
|
hasUdm?: boolean | undefined;
|
|
364
473
|
appUuid?: string | undefined;
|
|
365
|
-
isDeactivated?: boolean | undefined;
|
|
366
474
|
authType?: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials" | undefined;
|
|
367
475
|
};
|
|
368
476
|
element: {
|
|
@@ -399,30 +507,47 @@ export declare const ExternalEvent: z.ZodObject<{
|
|
|
399
507
|
} | undefined;
|
|
400
508
|
appliedToIntegrations?: {
|
|
401
509
|
integration: {
|
|
402
|
-
key: string;
|
|
403
510
|
id: string;
|
|
404
511
|
name: string;
|
|
405
512
|
baseUri: string;
|
|
406
513
|
logoUri: string;
|
|
514
|
+
key?: string | undefined;
|
|
515
|
+
uuid?: string | undefined;
|
|
516
|
+
description?: string | undefined;
|
|
407
517
|
state?: import("..").WorkspaceElementState | undefined;
|
|
408
518
|
errors?: any[] | undefined;
|
|
519
|
+
revision?: string | undefined;
|
|
520
|
+
isDeactivated?: boolean | undefined;
|
|
521
|
+
createdAt?: string | undefined;
|
|
522
|
+
updatedAt?: string | undefined;
|
|
523
|
+
archivedAt?: string | undefined;
|
|
409
524
|
parameters?: any;
|
|
410
525
|
parametersSchema?: import("../..").DataSchema | undefined;
|
|
411
|
-
archivedAt?: string | undefined;
|
|
412
526
|
isTest?: boolean | undefined;
|
|
413
527
|
connectorId?: string | undefined;
|
|
414
528
|
connectorVersion?: string | undefined;
|
|
415
|
-
authOptions?:
|
|
529
|
+
authOptions?: {
|
|
530
|
+
key: string;
|
|
531
|
+
type: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials";
|
|
532
|
+
description?: string | undefined;
|
|
533
|
+
title?: string | undefined;
|
|
534
|
+
ui?: {
|
|
535
|
+
schema?: any;
|
|
536
|
+
helpUri?: string | undefined;
|
|
537
|
+
} | undefined;
|
|
538
|
+
}[] | undefined;
|
|
416
539
|
oAuthCallbackUri?: string | undefined;
|
|
417
540
|
hasMissingParameters?: boolean | undefined;
|
|
418
541
|
hasDocumentation?: boolean | undefined;
|
|
419
542
|
hasOperations?: boolean | undefined;
|
|
543
|
+
operationsCount?: number | undefined;
|
|
420
544
|
hasData?: boolean | undefined;
|
|
545
|
+
dataCollectionsCount?: number | undefined;
|
|
421
546
|
hasEvents?: boolean | undefined;
|
|
547
|
+
eventsCount?: number | undefined;
|
|
422
548
|
hasGlobalWebhooks?: boolean | undefined;
|
|
423
549
|
hasUdm?: boolean | undefined;
|
|
424
550
|
appUuid?: string | undefined;
|
|
425
|
-
isDeactivated?: boolean | undefined;
|
|
426
551
|
authType?: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials" | undefined;
|
|
427
552
|
};
|
|
428
553
|
element: {
|
|
@@ -459,30 +584,47 @@ export declare const ExternalEvent: z.ZodObject<{
|
|
|
459
584
|
} | undefined;
|
|
460
585
|
appliedToIntegrations?: {
|
|
461
586
|
integration: {
|
|
462
|
-
key: string;
|
|
463
587
|
id: string;
|
|
464
588
|
name: string;
|
|
465
589
|
baseUri: string;
|
|
466
590
|
logoUri: string;
|
|
591
|
+
key?: string | undefined;
|
|
592
|
+
uuid?: string | undefined;
|
|
593
|
+
description?: string | undefined;
|
|
467
594
|
state?: import("..").WorkspaceElementState | undefined;
|
|
468
595
|
errors?: any[] | undefined;
|
|
596
|
+
revision?: string | undefined;
|
|
597
|
+
isDeactivated?: boolean | undefined;
|
|
598
|
+
createdAt?: string | undefined;
|
|
599
|
+
updatedAt?: string | undefined;
|
|
600
|
+
archivedAt?: string | undefined;
|
|
469
601
|
parameters?: any;
|
|
470
602
|
parametersSchema?: import("../..").DataSchema | undefined;
|
|
471
|
-
archivedAt?: string | undefined;
|
|
472
603
|
isTest?: boolean | undefined;
|
|
473
604
|
connectorId?: string | undefined;
|
|
474
605
|
connectorVersion?: string | undefined;
|
|
475
|
-
authOptions?:
|
|
606
|
+
authOptions?: {
|
|
607
|
+
key: string;
|
|
608
|
+
type: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials";
|
|
609
|
+
description?: string | undefined;
|
|
610
|
+
title?: string | undefined;
|
|
611
|
+
ui?: {
|
|
612
|
+
schema?: any;
|
|
613
|
+
helpUri?: string | undefined;
|
|
614
|
+
} | undefined;
|
|
615
|
+
}[] | undefined;
|
|
476
616
|
oAuthCallbackUri?: string | undefined;
|
|
477
617
|
hasMissingParameters?: boolean | undefined;
|
|
478
618
|
hasDocumentation?: boolean | undefined;
|
|
479
619
|
hasOperations?: boolean | undefined;
|
|
620
|
+
operationsCount?: number | undefined;
|
|
480
621
|
hasData?: boolean | undefined;
|
|
622
|
+
dataCollectionsCount?: number | undefined;
|
|
481
623
|
hasEvents?: boolean | undefined;
|
|
624
|
+
eventsCount?: number | undefined;
|
|
482
625
|
hasGlobalWebhooks?: boolean | undefined;
|
|
483
626
|
hasUdm?: boolean | undefined;
|
|
484
627
|
appUuid?: string | undefined;
|
|
485
|
-
isDeactivated?: boolean | undefined;
|
|
486
628
|
authType?: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials" | undefined;
|
|
487
629
|
};
|
|
488
630
|
element: {
|