@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.
- package/dist/bundle.d.ts +1828 -1832
- package/dist/bundle.js +32 -23
- package/dist/bundle.js.map +1 -1
- package/dist/dts/accessors/action-instances-accessors.d.ts +13 -10
- package/dist/dts/accessors/actions-accessors.d.ts +9 -9
- package/dist/dts/accessors/app-data-schema-instances-accessors.d.ts +3 -3
- package/dist/dts/accessors/app-data-schemas-accessors.d.ts +3 -3
- package/dist/dts/accessors/app-event-subscriptions-accessors.d.ts +3 -3
- package/dist/dts/accessors/app-event-types-accessors.d.ts +3 -3
- package/dist/dts/accessors/base-accessors.d.ts +8 -8
- package/dist/dts/accessors/connections-accessors.d.ts +15 -15
- package/dist/dts/accessors/customers-accessors.d.ts +5 -5
- package/dist/dts/accessors/data-link-table-instances-accessors.d.ts +3 -3
- package/dist/dts/accessors/data-link-tables-accessors.d.ts +3 -3
- package/dist/dts/accessors/data-sources-accessors.d.ts +14 -14
- package/dist/dts/accessors/external-event-subscriptions-accessors.d.ts +3 -3
- package/dist/dts/accessors/field-mapping-instances-accessors.d.ts +7 -7
- package/dist/dts/accessors/field-mappings-accessors.d.ts +7 -7
- package/dist/dts/accessors/flow-instances-accessors.d.ts +8 -8
- package/dist/dts/accessors/flow-runs-accessors.d.ts +3 -3
- package/dist/dts/accessors/flows-accessors.d.ts +7 -7
- package/dist/dts/accessors/integrations-accessors.d.ts +10 -10
- package/dist/dts/accessors/scenarios-accessors.d.ts +3 -3
- package/dist/dts/accessors/screens-accessors.d.ts +3 -3
- package/dist/dts/api-client.d.ts +3 -3
- package/dist/dts/auth/accessors.d.ts +2 -2
- package/dist/dts/client.d.ts +5 -5
- package/dist/dts/data-builder/index.d.ts +1 -1
- package/dist/dts/data-schema/arbitrary-fields.test.d.ts +1 -0
- package/dist/dts/data-schema/types.d.ts +1 -0
- package/dist/dts/error-tools/index.d.ts +1 -1
- package/dist/dts/errors/index.d.ts +24 -15
- package/dist/dts/formulas/base.d.ts +3 -1
- package/dist/dts/index.d.ts +2 -1
- package/dist/dts/index.umd.d.ts +2 -2
- package/dist/dts/integration-elements/connection-level-element.accessor.d.ts +5 -5
- package/dist/dts/integration-elements/integration-level-element.accessor.d.ts +5 -5
- package/dist/dts/workspace-elements/api/action-instances-api.d.ts +119 -65
- package/dist/dts/workspace-elements/api/action-run-log-records-api.d.ts +69 -90
- package/dist/dts/workspace-elements/api/actions-api.d.ts +253 -339
- package/dist/dts/workspace-elements/api/app-data-schema-instances-api.d.ts +21 -21
- package/dist/dts/workspace-elements/api/app-data-schemas-api.d.ts +7 -7
- package/dist/dts/workspace-elements/api/app-event-log-records-api.d.ts +22 -22
- package/dist/dts/workspace-elements/api/app-event-subscriptions-api.d.ts +18 -18
- package/dist/dts/workspace-elements/api/app-event-types-api.d.ts +7 -7
- package/dist/dts/workspace-elements/api/connections-api.d.ts +90 -89
- package/dist/dts/workspace-elements/api/data-link-table-instances-api.d.ts +50 -50
- package/dist/dts/workspace-elements/api/data-link-tables-api.d.ts +7 -7
- package/dist/dts/workspace-elements/api/data-source-instances-api.d.ts +55 -55
- package/dist/dts/workspace-elements/api/data-sources-api.d.ts +62 -62
- package/dist/dts/workspace-elements/api/external-event-log-records-api.d.ts +40 -40
- package/dist/dts/workspace-elements/api/external-event-pulls-api.d.ts +40 -40
- package/dist/dts/workspace-elements/api/external-event-subscriptions-api.d.ts +35 -35
- package/dist/dts/workspace-elements/api/external-events-api.d.ts +20 -20
- package/dist/dts/workspace-elements/api/field-mapping-instances-api.d.ts +166 -166
- package/dist/dts/workspace-elements/api/field-mappings-api.d.ts +96 -96
- package/dist/dts/workspace-elements/api/flow-runs-api.d.ts +128 -128
- package/dist/dts/workspace-elements/api/flows-api.d.ts +223 -223
- package/dist/dts/workspace-elements/api/integrations-api.d.ts +26 -26
- package/dist/dts/workspace-elements/api/scenarios-api.d.ts +21 -21
- package/dist/dts/workspace-elements/base/action-instances/types.d.ts +10 -10
- package/dist/dts/workspace-elements/base/action-run-log-records/types.d.ts +4 -3
- package/dist/dts/workspace-elements/base/actions/index.d.ts +111 -1
- package/dist/dts/workspace-elements/base/app-data-schema-instances/types.d.ts +11 -10
- package/dist/dts/workspace-elements/base/app-data-schemas/types.d.ts +7 -7
- package/dist/dts/workspace-elements/base/app-event-subscriptions/types.d.ts +7 -7
- package/dist/dts/workspace-elements/base/app-event-types/types.d.ts +7 -7
- package/dist/dts/workspace-elements/base/connections/types.d.ts +11 -10
- package/dist/dts/workspace-elements/base/data-link-table-instances/types.d.ts +7 -7
- package/dist/dts/workspace-elements/base/data-link-tables/types.d.ts +7 -7
- package/dist/dts/workspace-elements/base/data-source-instances/types.d.ts +10 -9
- package/dist/dts/workspace-elements/base/data-sources/types.d.ts +8 -8
- package/dist/dts/workspace-elements/base/external-event-log-records/types.d.ts +4 -3
- package/dist/dts/workspace-elements/base/external-event-pulls/types.d.ts +4 -3
- package/dist/dts/workspace-elements/base/external-event-subscriptions/types.d.ts +4 -3
- package/dist/dts/workspace-elements/base/field-mapping-instances/types.d.ts +11 -10
- package/dist/dts/workspace-elements/base/field-mappings/types.d.ts +21 -21
- package/dist/dts/workspace-elements/base/flow-instances/schemas.d.ts +8 -8
- package/dist/dts/workspace-elements/base/flow-instances/types.d.ts +15 -14
- package/dist/dts/workspace-elements/base/flow-runs/flow-node-runs.d.ts +16 -16
- package/dist/dts/workspace-elements/base/flow-runs/types.d.ts +6 -5
- package/dist/dts/workspace-elements/base/flows/types.d.ts +15 -15
- package/dist/dts/workspace-elements/base/integrations/types.d.ts +48 -48
- package/dist/dts/workspace-elements/base/scenarios/types.d.ts +7 -7
- package/dist/dts/workspace-elements/errors.d.ts +2 -2
- package/dist/dts/workspace-elements/types.d.ts +53 -9
- package/dist/dts/workspace-elements-catalog/index.d.ts +3 -0
- package/dist/dts/workspaces/types.d.ts +2 -0
- package/dist/index.d.ts +2416 -2380
- package/dist/index.js +125 -118
- package/dist/index.js.map +1 -1
- package/dist/index.module.d.mts +2416 -2380
- package/dist/index.module.mjs +117 -113
- package/dist/index.module.mjs.map +1 -1
- package/package.json +1 -3
- package/dist/dts/workspace-elements/base/actions/types.d.ts +0 -85
|
@@ -357,15 +357,15 @@ export declare const RunFlowOptions: z.ZodObject<{
|
|
|
357
357
|
export type RunFlowOptions = z.infer<typeof RunFlowOptions>;
|
|
358
358
|
export declare const FlowApiResponse: z.ZodObject<{
|
|
359
359
|
id: z.ZodString;
|
|
360
|
-
name: z.ZodString;
|
|
361
360
|
key: z.ZodOptional<z.ZodString>;
|
|
362
361
|
uuid: z.ZodOptional<z.ZodString>;
|
|
363
362
|
description: z.ZodOptional<z.ZodString>;
|
|
363
|
+
name: z.ZodString;
|
|
364
364
|
state: z.ZodOptional<z.ZodNativeEnum<typeof import("..").WorkspaceElementState>>;
|
|
365
|
-
errors: z.ZodOptional<z.ZodArray<
|
|
366
|
-
isDeactivated: z.ZodOptional<z.ZodBoolean>;
|
|
365
|
+
errors: z.ZodOptional<z.ZodArray<z.ZodType<import("../..").ErrorDataSchema, z.ZodTypeDef, import("../..").ErrorDataSchema>, "many">>;
|
|
367
366
|
createdAt: z.ZodOptional<z.ZodString>;
|
|
368
367
|
updatedAt: z.ZodOptional<z.ZodString>;
|
|
368
|
+
isDeactivated: z.ZodOptional<z.ZodBoolean>;
|
|
369
369
|
} & {
|
|
370
370
|
integrationId: z.ZodOptional<z.ZodString>;
|
|
371
371
|
universalFlowId: z.ZodOptional<z.ZodString>;
|
|
@@ -402,9 +402,9 @@ export declare const FlowApiResponse: z.ZodObject<{
|
|
|
402
402
|
type?: string | undefined;
|
|
403
403
|
name?: string | undefined;
|
|
404
404
|
description?: string | undefined;
|
|
405
|
-
isCustomized?: boolean | undefined;
|
|
406
405
|
inputSchema?: any;
|
|
407
406
|
config?: any;
|
|
407
|
+
isCustomized?: boolean | undefined;
|
|
408
408
|
outputSchema?: any;
|
|
409
409
|
version?: number | undefined;
|
|
410
410
|
onError?: "stop" | "continue" | undefined;
|
|
@@ -420,9 +420,9 @@ export declare const FlowApiResponse: z.ZodObject<{
|
|
|
420
420
|
type?: string | undefined;
|
|
421
421
|
name?: string | undefined;
|
|
422
422
|
description?: string | undefined;
|
|
423
|
-
isCustomized?: boolean | undefined;
|
|
424
423
|
inputSchema?: any;
|
|
425
424
|
config?: any;
|
|
425
|
+
isCustomized?: boolean | undefined;
|
|
426
426
|
outputSchema?: any;
|
|
427
427
|
version?: number | undefined;
|
|
428
428
|
onError?: "stop" | "continue" | undefined;
|
|
@@ -441,12 +441,12 @@ export declare const FlowApiResponse: z.ZodObject<{
|
|
|
441
441
|
} & {
|
|
442
442
|
integration: z.ZodOptional<z.ZodObject<{
|
|
443
443
|
id: z.ZodString;
|
|
444
|
-
name: z.ZodString;
|
|
445
444
|
key: z.ZodOptional<z.ZodString>;
|
|
446
445
|
uuid: z.ZodOptional<z.ZodString>;
|
|
447
446
|
description: z.ZodOptional<z.ZodString>;
|
|
447
|
+
name: z.ZodString;
|
|
448
448
|
state: z.ZodOptional<z.ZodNativeEnum<typeof import("..").WorkspaceElementState>>;
|
|
449
|
-
errors: z.ZodOptional<z.ZodArray<
|
|
449
|
+
errors: z.ZodOptional<z.ZodArray<z.ZodType<import("../..").ErrorDataSchema, z.ZodTypeDef, import("../..").ErrorDataSchema>, "many">>;
|
|
450
450
|
revision: z.ZodOptional<z.ZodString>;
|
|
451
451
|
createdAt: z.ZodOptional<z.ZodString>;
|
|
452
452
|
updatedAt: z.ZodOptional<z.ZodString>;
|
|
@@ -479,14 +479,13 @@ export declare const FlowApiResponse: z.ZodObject<{
|
|
|
479
479
|
uuid?: string | undefined;
|
|
480
480
|
description?: string | undefined;
|
|
481
481
|
state?: import("..").WorkspaceElementState | undefined;
|
|
482
|
-
errors?:
|
|
482
|
+
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
483
483
|
revision?: string | undefined;
|
|
484
|
-
isDeactivated?: boolean | undefined;
|
|
485
484
|
createdAt?: string | undefined;
|
|
486
485
|
updatedAt?: string | undefined;
|
|
487
486
|
archivedAt?: string | undefined;
|
|
487
|
+
isDeactivated?: boolean | undefined;
|
|
488
488
|
parameters?: any;
|
|
489
|
-
isTest?: boolean | undefined;
|
|
490
489
|
connectorId?: string | undefined;
|
|
491
490
|
connectorVersion?: string | undefined;
|
|
492
491
|
oAuthCallbackUri?: string | undefined;
|
|
@@ -500,6 +499,7 @@ export declare const FlowApiResponse: z.ZodObject<{
|
|
|
500
499
|
eventsCount?: number | undefined;
|
|
501
500
|
hasGlobalWebhooks?: boolean | undefined;
|
|
502
501
|
hasUdm?: boolean | undefined;
|
|
502
|
+
isTest?: boolean | undefined;
|
|
503
503
|
appUuid?: string | undefined;
|
|
504
504
|
authType?: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials" | undefined;
|
|
505
505
|
}, {
|
|
@@ -510,14 +510,13 @@ export declare const FlowApiResponse: z.ZodObject<{
|
|
|
510
510
|
uuid?: string | undefined;
|
|
511
511
|
description?: string | undefined;
|
|
512
512
|
state?: import("..").WorkspaceElementState | undefined;
|
|
513
|
-
errors?:
|
|
513
|
+
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
514
514
|
revision?: string | undefined;
|
|
515
|
-
isDeactivated?: boolean | undefined;
|
|
516
515
|
createdAt?: string | undefined;
|
|
517
516
|
updatedAt?: string | undefined;
|
|
518
517
|
archivedAt?: string | undefined;
|
|
518
|
+
isDeactivated?: boolean | undefined;
|
|
519
519
|
parameters?: any;
|
|
520
|
-
isTest?: boolean | undefined;
|
|
521
520
|
connectorId?: string | undefined;
|
|
522
521
|
connectorVersion?: string | undefined;
|
|
523
522
|
oAuthCallbackUri?: string | undefined;
|
|
@@ -531,21 +530,22 @@ export declare const FlowApiResponse: z.ZodObject<{
|
|
|
531
530
|
eventsCount?: number | undefined;
|
|
532
531
|
hasGlobalWebhooks?: boolean | undefined;
|
|
533
532
|
hasUdm?: boolean | undefined;
|
|
533
|
+
isTest?: boolean | undefined;
|
|
534
534
|
appUuid?: string | undefined;
|
|
535
535
|
authType?: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials" | undefined;
|
|
536
536
|
}>>;
|
|
537
537
|
appliedToIntegrations: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
538
538
|
element: z.ZodObject<{
|
|
539
539
|
id: z.ZodString;
|
|
540
|
-
name: z.ZodString;
|
|
541
540
|
key: z.ZodOptional<z.ZodString>;
|
|
542
541
|
uuid: z.ZodOptional<z.ZodString>;
|
|
543
542
|
description: z.ZodOptional<z.ZodString>;
|
|
543
|
+
name: z.ZodString;
|
|
544
544
|
state: z.ZodOptional<z.ZodNativeEnum<typeof import("..").WorkspaceElementState>>;
|
|
545
|
-
errors: z.ZodOptional<z.ZodArray<
|
|
546
|
-
isDeactivated: z.ZodOptional<z.ZodBoolean>;
|
|
545
|
+
errors: z.ZodOptional<z.ZodArray<z.ZodType<import("../..").ErrorDataSchema, z.ZodTypeDef, import("../..").ErrorDataSchema>, "many">>;
|
|
547
546
|
createdAt: z.ZodOptional<z.ZodString>;
|
|
548
547
|
updatedAt: z.ZodOptional<z.ZodString>;
|
|
548
|
+
isDeactivated: z.ZodOptional<z.ZodBoolean>;
|
|
549
549
|
} & {
|
|
550
550
|
integrationId: z.ZodOptional<z.ZodString>;
|
|
551
551
|
universalFlowId: z.ZodOptional<z.ZodString>;
|
|
@@ -582,9 +582,9 @@ export declare const FlowApiResponse: z.ZodObject<{
|
|
|
582
582
|
type?: string | undefined;
|
|
583
583
|
name?: string | undefined;
|
|
584
584
|
description?: string | undefined;
|
|
585
|
-
isCustomized?: boolean | undefined;
|
|
586
585
|
inputSchema?: any;
|
|
587
586
|
config?: any;
|
|
587
|
+
isCustomized?: boolean | undefined;
|
|
588
588
|
outputSchema?: any;
|
|
589
589
|
version?: number | undefined;
|
|
590
590
|
onError?: "stop" | "continue" | undefined;
|
|
@@ -600,9 +600,9 @@ export declare const FlowApiResponse: z.ZodObject<{
|
|
|
600
600
|
type?: string | undefined;
|
|
601
601
|
name?: string | undefined;
|
|
602
602
|
description?: string | undefined;
|
|
603
|
-
isCustomized?: boolean | undefined;
|
|
604
603
|
inputSchema?: any;
|
|
605
604
|
config?: any;
|
|
605
|
+
isCustomized?: boolean | undefined;
|
|
606
606
|
outputSchema?: any;
|
|
607
607
|
version?: number | undefined;
|
|
608
608
|
onError?: "stop" | "continue" | undefined;
|
|
@@ -626,14 +626,14 @@ export declare const FlowApiResponse: z.ZodObject<{
|
|
|
626
626
|
uuid?: string | undefined;
|
|
627
627
|
description?: string | undefined;
|
|
628
628
|
state?: import("..").WorkspaceElementState | undefined;
|
|
629
|
-
errors?:
|
|
630
|
-
isDeactivated?: boolean | undefined;
|
|
629
|
+
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
631
630
|
createdAt?: string | undefined;
|
|
632
631
|
updatedAt?: string | undefined;
|
|
633
632
|
archivedAt?: string | undefined;
|
|
633
|
+
isDeactivated?: boolean | undefined;
|
|
634
634
|
integrationId?: string | undefined;
|
|
635
|
-
parametersSchema?: DataSchema | undefined;
|
|
636
635
|
customized?: boolean | undefined;
|
|
636
|
+
parametersSchema?: DataSchema | undefined;
|
|
637
637
|
universalFlowId?: string | undefined;
|
|
638
638
|
universalFlowRevision?: string | undefined;
|
|
639
639
|
nodes?: Record<string, {
|
|
@@ -641,9 +641,9 @@ export declare const FlowApiResponse: z.ZodObject<{
|
|
|
641
641
|
type?: string | undefined;
|
|
642
642
|
name?: string | undefined;
|
|
643
643
|
description?: string | undefined;
|
|
644
|
-
isCustomized?: boolean | undefined;
|
|
645
644
|
inputSchema?: any;
|
|
646
645
|
config?: any;
|
|
646
|
+
isCustomized?: boolean | undefined;
|
|
647
647
|
outputSchema?: any;
|
|
648
648
|
version?: number | undefined;
|
|
649
649
|
onError?: "stop" | "continue" | undefined;
|
|
@@ -664,14 +664,14 @@ export declare const FlowApiResponse: z.ZodObject<{
|
|
|
664
664
|
uuid?: string | undefined;
|
|
665
665
|
description?: string | undefined;
|
|
666
666
|
state?: import("..").WorkspaceElementState | undefined;
|
|
667
|
-
errors?:
|
|
668
|
-
isDeactivated?: boolean | undefined;
|
|
667
|
+
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
669
668
|
createdAt?: string | undefined;
|
|
670
669
|
updatedAt?: string | undefined;
|
|
671
670
|
archivedAt?: string | undefined;
|
|
671
|
+
isDeactivated?: boolean | undefined;
|
|
672
672
|
integrationId?: string | undefined;
|
|
673
|
-
parametersSchema?: DataSchema | undefined;
|
|
674
673
|
customized?: boolean | undefined;
|
|
674
|
+
parametersSchema?: DataSchema | undefined;
|
|
675
675
|
universalFlowId?: string | undefined;
|
|
676
676
|
universalFlowRevision?: string | undefined;
|
|
677
677
|
nodes?: Record<string, {
|
|
@@ -679,9 +679,9 @@ export declare const FlowApiResponse: z.ZodObject<{
|
|
|
679
679
|
type?: string | undefined;
|
|
680
680
|
name?: string | undefined;
|
|
681
681
|
description?: string | undefined;
|
|
682
|
-
isCustomized?: boolean | undefined;
|
|
683
682
|
inputSchema?: any;
|
|
684
683
|
config?: any;
|
|
684
|
+
isCustomized?: boolean | undefined;
|
|
685
685
|
outputSchema?: any;
|
|
686
686
|
version?: number | undefined;
|
|
687
687
|
onError?: "stop" | "continue" | undefined;
|
|
@@ -697,12 +697,12 @@ export declare const FlowApiResponse: z.ZodObject<{
|
|
|
697
697
|
}>;
|
|
698
698
|
integration: z.ZodObject<{
|
|
699
699
|
id: z.ZodString;
|
|
700
|
-
name: z.ZodString;
|
|
701
700
|
key: z.ZodOptional<z.ZodString>;
|
|
702
701
|
uuid: z.ZodOptional<z.ZodString>;
|
|
703
702
|
description: z.ZodOptional<z.ZodString>;
|
|
703
|
+
name: z.ZodString;
|
|
704
704
|
state: z.ZodOptional<z.ZodNativeEnum<typeof import("..").WorkspaceElementState>>;
|
|
705
|
-
errors: z.ZodOptional<z.ZodArray<
|
|
705
|
+
errors: z.ZodOptional<z.ZodArray<z.ZodType<import("../..").ErrorDataSchema, z.ZodTypeDef, import("../..").ErrorDataSchema>, "many">>;
|
|
706
706
|
revision: z.ZodOptional<z.ZodString>;
|
|
707
707
|
createdAt: z.ZodOptional<z.ZodString>;
|
|
708
708
|
updatedAt: z.ZodOptional<z.ZodString>;
|
|
@@ -735,14 +735,13 @@ export declare const FlowApiResponse: z.ZodObject<{
|
|
|
735
735
|
uuid?: string | undefined;
|
|
736
736
|
description?: string | undefined;
|
|
737
737
|
state?: import("..").WorkspaceElementState | undefined;
|
|
738
|
-
errors?:
|
|
738
|
+
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
739
739
|
revision?: string | undefined;
|
|
740
|
-
isDeactivated?: boolean | undefined;
|
|
741
740
|
createdAt?: string | undefined;
|
|
742
741
|
updatedAt?: string | undefined;
|
|
743
742
|
archivedAt?: string | undefined;
|
|
743
|
+
isDeactivated?: boolean | undefined;
|
|
744
744
|
parameters?: any;
|
|
745
|
-
isTest?: boolean | undefined;
|
|
746
745
|
connectorId?: string | undefined;
|
|
747
746
|
connectorVersion?: string | undefined;
|
|
748
747
|
oAuthCallbackUri?: string | undefined;
|
|
@@ -756,6 +755,7 @@ export declare const FlowApiResponse: z.ZodObject<{
|
|
|
756
755
|
eventsCount?: number | undefined;
|
|
757
756
|
hasGlobalWebhooks?: boolean | undefined;
|
|
758
757
|
hasUdm?: boolean | undefined;
|
|
758
|
+
isTest?: boolean | undefined;
|
|
759
759
|
appUuid?: string | undefined;
|
|
760
760
|
authType?: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials" | undefined;
|
|
761
761
|
}, {
|
|
@@ -766,14 +766,13 @@ export declare const FlowApiResponse: z.ZodObject<{
|
|
|
766
766
|
uuid?: string | undefined;
|
|
767
767
|
description?: string | undefined;
|
|
768
768
|
state?: import("..").WorkspaceElementState | undefined;
|
|
769
|
-
errors?:
|
|
769
|
+
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
770
770
|
revision?: string | undefined;
|
|
771
|
-
isDeactivated?: boolean | undefined;
|
|
772
771
|
createdAt?: string | undefined;
|
|
773
772
|
updatedAt?: string | undefined;
|
|
774
773
|
archivedAt?: string | undefined;
|
|
774
|
+
isDeactivated?: boolean | undefined;
|
|
775
775
|
parameters?: any;
|
|
776
|
-
isTest?: boolean | undefined;
|
|
777
776
|
connectorId?: string | undefined;
|
|
778
777
|
connectorVersion?: string | undefined;
|
|
779
778
|
oAuthCallbackUri?: string | undefined;
|
|
@@ -787,6 +786,7 @@ export declare const FlowApiResponse: z.ZodObject<{
|
|
|
787
786
|
eventsCount?: number | undefined;
|
|
788
787
|
hasGlobalWebhooks?: boolean | undefined;
|
|
789
788
|
hasUdm?: boolean | undefined;
|
|
789
|
+
isTest?: boolean | undefined;
|
|
790
790
|
appUuid?: string | undefined;
|
|
791
791
|
authType?: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials" | undefined;
|
|
792
792
|
}>;
|
|
@@ -799,14 +799,13 @@ export declare const FlowApiResponse: z.ZodObject<{
|
|
|
799
799
|
uuid?: string | undefined;
|
|
800
800
|
description?: string | undefined;
|
|
801
801
|
state?: import("..").WorkspaceElementState | undefined;
|
|
802
|
-
errors?:
|
|
802
|
+
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
803
803
|
revision?: string | undefined;
|
|
804
|
-
isDeactivated?: boolean | undefined;
|
|
805
804
|
createdAt?: string | undefined;
|
|
806
805
|
updatedAt?: string | undefined;
|
|
807
806
|
archivedAt?: string | undefined;
|
|
807
|
+
isDeactivated?: boolean | undefined;
|
|
808
808
|
parameters?: any;
|
|
809
|
-
isTest?: boolean | undefined;
|
|
810
809
|
connectorId?: string | undefined;
|
|
811
810
|
connectorVersion?: string | undefined;
|
|
812
811
|
oAuthCallbackUri?: string | undefined;
|
|
@@ -820,6 +819,7 @@ export declare const FlowApiResponse: z.ZodObject<{
|
|
|
820
819
|
eventsCount?: number | undefined;
|
|
821
820
|
hasGlobalWebhooks?: boolean | undefined;
|
|
822
821
|
hasUdm?: boolean | undefined;
|
|
822
|
+
isTest?: boolean | undefined;
|
|
823
823
|
appUuid?: string | undefined;
|
|
824
824
|
authType?: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials" | undefined;
|
|
825
825
|
};
|
|
@@ -831,14 +831,14 @@ export declare const FlowApiResponse: z.ZodObject<{
|
|
|
831
831
|
uuid?: string | undefined;
|
|
832
832
|
description?: string | undefined;
|
|
833
833
|
state?: import("..").WorkspaceElementState | undefined;
|
|
834
|
-
errors?:
|
|
835
|
-
isDeactivated?: boolean | undefined;
|
|
834
|
+
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
836
835
|
createdAt?: string | undefined;
|
|
837
836
|
updatedAt?: string | undefined;
|
|
838
837
|
archivedAt?: string | undefined;
|
|
838
|
+
isDeactivated?: boolean | undefined;
|
|
839
839
|
integrationId?: string | undefined;
|
|
840
|
-
parametersSchema?: DataSchema | undefined;
|
|
841
840
|
customized?: boolean | undefined;
|
|
841
|
+
parametersSchema?: DataSchema | undefined;
|
|
842
842
|
universalFlowId?: string | undefined;
|
|
843
843
|
universalFlowRevision?: string | undefined;
|
|
844
844
|
nodes?: Record<string, {
|
|
@@ -846,9 +846,9 @@ export declare const FlowApiResponse: z.ZodObject<{
|
|
|
846
846
|
type?: string | undefined;
|
|
847
847
|
name?: string | undefined;
|
|
848
848
|
description?: string | undefined;
|
|
849
|
-
isCustomized?: boolean | undefined;
|
|
850
849
|
inputSchema?: any;
|
|
851
850
|
config?: any;
|
|
851
|
+
isCustomized?: boolean | undefined;
|
|
852
852
|
outputSchema?: any;
|
|
853
853
|
version?: number | undefined;
|
|
854
854
|
onError?: "stop" | "continue" | undefined;
|
|
@@ -871,14 +871,13 @@ export declare const FlowApiResponse: z.ZodObject<{
|
|
|
871
871
|
uuid?: string | undefined;
|
|
872
872
|
description?: string | undefined;
|
|
873
873
|
state?: import("..").WorkspaceElementState | undefined;
|
|
874
|
-
errors?:
|
|
874
|
+
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
875
875
|
revision?: string | undefined;
|
|
876
|
-
isDeactivated?: boolean | undefined;
|
|
877
876
|
createdAt?: string | undefined;
|
|
878
877
|
updatedAt?: string | undefined;
|
|
879
878
|
archivedAt?: string | undefined;
|
|
879
|
+
isDeactivated?: boolean | undefined;
|
|
880
880
|
parameters?: any;
|
|
881
|
-
isTest?: boolean | undefined;
|
|
882
881
|
connectorId?: string | undefined;
|
|
883
882
|
connectorVersion?: string | undefined;
|
|
884
883
|
oAuthCallbackUri?: string | undefined;
|
|
@@ -892,6 +891,7 @@ export declare const FlowApiResponse: z.ZodObject<{
|
|
|
892
891
|
eventsCount?: number | undefined;
|
|
893
892
|
hasGlobalWebhooks?: boolean | undefined;
|
|
894
893
|
hasUdm?: boolean | undefined;
|
|
894
|
+
isTest?: boolean | undefined;
|
|
895
895
|
appUuid?: string | undefined;
|
|
896
896
|
authType?: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials" | undefined;
|
|
897
897
|
};
|
|
@@ -903,14 +903,14 @@ export declare const FlowApiResponse: z.ZodObject<{
|
|
|
903
903
|
uuid?: string | undefined;
|
|
904
904
|
description?: string | undefined;
|
|
905
905
|
state?: import("..").WorkspaceElementState | undefined;
|
|
906
|
-
errors?:
|
|
907
|
-
isDeactivated?: boolean | undefined;
|
|
906
|
+
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
908
907
|
createdAt?: string | undefined;
|
|
909
908
|
updatedAt?: string | undefined;
|
|
910
909
|
archivedAt?: string | undefined;
|
|
910
|
+
isDeactivated?: boolean | undefined;
|
|
911
911
|
integrationId?: string | undefined;
|
|
912
|
-
parametersSchema?: DataSchema | undefined;
|
|
913
912
|
customized?: boolean | undefined;
|
|
913
|
+
parametersSchema?: DataSchema | undefined;
|
|
914
914
|
universalFlowId?: string | undefined;
|
|
915
915
|
universalFlowRevision?: string | undefined;
|
|
916
916
|
nodes?: Record<string, {
|
|
@@ -918,9 +918,9 @@ export declare const FlowApiResponse: z.ZodObject<{
|
|
|
918
918
|
type?: string | undefined;
|
|
919
919
|
name?: string | undefined;
|
|
920
920
|
description?: string | undefined;
|
|
921
|
-
isCustomized?: boolean | undefined;
|
|
922
921
|
inputSchema?: any;
|
|
923
922
|
config?: any;
|
|
923
|
+
isCustomized?: boolean | undefined;
|
|
924
924
|
outputSchema?: any;
|
|
925
925
|
version?: number | undefined;
|
|
926
926
|
onError?: "stop" | "continue" | undefined;
|
|
@@ -948,14 +948,13 @@ export declare const FlowApiResponse: z.ZodObject<{
|
|
|
948
948
|
uuid?: string | undefined;
|
|
949
949
|
description?: string | undefined;
|
|
950
950
|
state?: import("..").WorkspaceElementState | undefined;
|
|
951
|
-
errors?:
|
|
951
|
+
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
952
952
|
revision?: string | undefined;
|
|
953
|
-
isDeactivated?: boolean | undefined;
|
|
954
953
|
createdAt?: string | undefined;
|
|
955
954
|
updatedAt?: string | undefined;
|
|
956
955
|
archivedAt?: string | undefined;
|
|
956
|
+
isDeactivated?: boolean | undefined;
|
|
957
957
|
parameters?: any;
|
|
958
|
-
isTest?: boolean | undefined;
|
|
959
958
|
connectorId?: string | undefined;
|
|
960
959
|
connectorVersion?: string | undefined;
|
|
961
960
|
oAuthCallbackUri?: string | undefined;
|
|
@@ -969,20 +968,21 @@ export declare const FlowApiResponse: z.ZodObject<{
|
|
|
969
968
|
eventsCount?: number | undefined;
|
|
970
969
|
hasGlobalWebhooks?: boolean | undefined;
|
|
971
970
|
hasUdm?: boolean | undefined;
|
|
971
|
+
isTest?: boolean | undefined;
|
|
972
972
|
appUuid?: string | undefined;
|
|
973
973
|
authType?: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials" | undefined;
|
|
974
974
|
} | undefined;
|
|
975
975
|
uuid?: string | undefined;
|
|
976
976
|
description?: string | undefined;
|
|
977
977
|
state?: import("..").WorkspaceElementState | undefined;
|
|
978
|
-
errors?:
|
|
979
|
-
isDeactivated?: boolean | undefined;
|
|
978
|
+
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
980
979
|
createdAt?: string | undefined;
|
|
981
980
|
updatedAt?: string | undefined;
|
|
982
981
|
archivedAt?: string | undefined;
|
|
982
|
+
isDeactivated?: boolean | undefined;
|
|
983
983
|
integrationId?: string | undefined;
|
|
984
|
-
parametersSchema?: DataSchema | undefined;
|
|
985
984
|
customized?: boolean | undefined;
|
|
985
|
+
parametersSchema?: DataSchema | undefined;
|
|
986
986
|
appliedToIntegrations?: {
|
|
987
987
|
integration: {
|
|
988
988
|
id: string;
|
|
@@ -992,14 +992,13 @@ export declare const FlowApiResponse: z.ZodObject<{
|
|
|
992
992
|
uuid?: string | undefined;
|
|
993
993
|
description?: string | undefined;
|
|
994
994
|
state?: import("..").WorkspaceElementState | undefined;
|
|
995
|
-
errors?:
|
|
995
|
+
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
996
996
|
revision?: string | undefined;
|
|
997
|
-
isDeactivated?: boolean | undefined;
|
|
998
997
|
createdAt?: string | undefined;
|
|
999
998
|
updatedAt?: string | undefined;
|
|
1000
999
|
archivedAt?: string | undefined;
|
|
1000
|
+
isDeactivated?: boolean | undefined;
|
|
1001
1001
|
parameters?: any;
|
|
1002
|
-
isTest?: boolean | undefined;
|
|
1003
1002
|
connectorId?: string | undefined;
|
|
1004
1003
|
connectorVersion?: string | undefined;
|
|
1005
1004
|
oAuthCallbackUri?: string | undefined;
|
|
@@ -1013,6 +1012,7 @@ export declare const FlowApiResponse: z.ZodObject<{
|
|
|
1013
1012
|
eventsCount?: number | undefined;
|
|
1014
1013
|
hasGlobalWebhooks?: boolean | undefined;
|
|
1015
1014
|
hasUdm?: boolean | undefined;
|
|
1015
|
+
isTest?: boolean | undefined;
|
|
1016
1016
|
appUuid?: string | undefined;
|
|
1017
1017
|
authType?: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials" | undefined;
|
|
1018
1018
|
};
|
|
@@ -1024,14 +1024,14 @@ export declare const FlowApiResponse: z.ZodObject<{
|
|
|
1024
1024
|
uuid?: string | undefined;
|
|
1025
1025
|
description?: string | undefined;
|
|
1026
1026
|
state?: import("..").WorkspaceElementState | undefined;
|
|
1027
|
-
errors?:
|
|
1028
|
-
isDeactivated?: boolean | undefined;
|
|
1027
|
+
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
1029
1028
|
createdAt?: string | undefined;
|
|
1030
1029
|
updatedAt?: string | undefined;
|
|
1031
1030
|
archivedAt?: string | undefined;
|
|
1031
|
+
isDeactivated?: boolean | undefined;
|
|
1032
1032
|
integrationId?: string | undefined;
|
|
1033
|
-
parametersSchema?: DataSchema | undefined;
|
|
1034
1033
|
customized?: boolean | undefined;
|
|
1034
|
+
parametersSchema?: DataSchema | undefined;
|
|
1035
1035
|
universalFlowId?: string | undefined;
|
|
1036
1036
|
universalFlowRevision?: string | undefined;
|
|
1037
1037
|
nodes?: Record<string, {
|
|
@@ -1039,9 +1039,9 @@ export declare const FlowApiResponse: z.ZodObject<{
|
|
|
1039
1039
|
type?: string | undefined;
|
|
1040
1040
|
name?: string | undefined;
|
|
1041
1041
|
description?: string | undefined;
|
|
1042
|
-
isCustomized?: boolean | undefined;
|
|
1043
1042
|
inputSchema?: any;
|
|
1044
1043
|
config?: any;
|
|
1044
|
+
isCustomized?: boolean | undefined;
|
|
1045
1045
|
outputSchema?: any;
|
|
1046
1046
|
version?: number | undefined;
|
|
1047
1047
|
onError?: "stop" | "continue" | undefined;
|
|
@@ -1063,9 +1063,9 @@ export declare const FlowApiResponse: z.ZodObject<{
|
|
|
1063
1063
|
type?: string | undefined;
|
|
1064
1064
|
name?: string | undefined;
|
|
1065
1065
|
description?: string | undefined;
|
|
1066
|
-
isCustomized?: boolean | undefined;
|
|
1067
1066
|
inputSchema?: any;
|
|
1068
1067
|
config?: any;
|
|
1068
|
+
isCustomized?: boolean | undefined;
|
|
1069
1069
|
outputSchema?: any;
|
|
1070
1070
|
version?: number | undefined;
|
|
1071
1071
|
onError?: "stop" | "continue" | undefined;
|
|
@@ -1091,14 +1091,13 @@ export declare const FlowApiResponse: z.ZodObject<{
|
|
|
1091
1091
|
uuid?: string | undefined;
|
|
1092
1092
|
description?: string | undefined;
|
|
1093
1093
|
state?: import("..").WorkspaceElementState | undefined;
|
|
1094
|
-
errors?:
|
|
1094
|
+
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
1095
1095
|
revision?: string | undefined;
|
|
1096
|
-
isDeactivated?: boolean | undefined;
|
|
1097
1096
|
createdAt?: string | undefined;
|
|
1098
1097
|
updatedAt?: string | undefined;
|
|
1099
1098
|
archivedAt?: string | undefined;
|
|
1099
|
+
isDeactivated?: boolean | undefined;
|
|
1100
1100
|
parameters?: any;
|
|
1101
|
-
isTest?: boolean | undefined;
|
|
1102
1101
|
connectorId?: string | undefined;
|
|
1103
1102
|
connectorVersion?: string | undefined;
|
|
1104
1103
|
oAuthCallbackUri?: string | undefined;
|
|
@@ -1112,20 +1111,21 @@ export declare const FlowApiResponse: z.ZodObject<{
|
|
|
1112
1111
|
eventsCount?: number | undefined;
|
|
1113
1112
|
hasGlobalWebhooks?: boolean | undefined;
|
|
1114
1113
|
hasUdm?: boolean | undefined;
|
|
1114
|
+
isTest?: boolean | undefined;
|
|
1115
1115
|
appUuid?: string | undefined;
|
|
1116
1116
|
authType?: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials" | undefined;
|
|
1117
1117
|
} | undefined;
|
|
1118
1118
|
uuid?: string | undefined;
|
|
1119
1119
|
description?: string | undefined;
|
|
1120
1120
|
state?: import("..").WorkspaceElementState | undefined;
|
|
1121
|
-
errors?:
|
|
1122
|
-
isDeactivated?: boolean | undefined;
|
|
1121
|
+
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
1123
1122
|
createdAt?: string | undefined;
|
|
1124
1123
|
updatedAt?: string | undefined;
|
|
1125
1124
|
archivedAt?: string | undefined;
|
|
1125
|
+
isDeactivated?: boolean | undefined;
|
|
1126
1126
|
integrationId?: string | undefined;
|
|
1127
|
-
parametersSchema?: DataSchema | undefined;
|
|
1128
1127
|
customized?: boolean | undefined;
|
|
1128
|
+
parametersSchema?: DataSchema | undefined;
|
|
1129
1129
|
appliedToIntegrations?: {
|
|
1130
1130
|
integration: {
|
|
1131
1131
|
id: string;
|
|
@@ -1135,14 +1135,13 @@ export declare const FlowApiResponse: z.ZodObject<{
|
|
|
1135
1135
|
uuid?: string | undefined;
|
|
1136
1136
|
description?: string | undefined;
|
|
1137
1137
|
state?: import("..").WorkspaceElementState | undefined;
|
|
1138
|
-
errors?:
|
|
1138
|
+
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
1139
1139
|
revision?: string | undefined;
|
|
1140
|
-
isDeactivated?: boolean | undefined;
|
|
1141
1140
|
createdAt?: string | undefined;
|
|
1142
1141
|
updatedAt?: string | undefined;
|
|
1143
1142
|
archivedAt?: string | undefined;
|
|
1143
|
+
isDeactivated?: boolean | undefined;
|
|
1144
1144
|
parameters?: any;
|
|
1145
|
-
isTest?: boolean | undefined;
|
|
1146
1145
|
connectorId?: string | undefined;
|
|
1147
1146
|
connectorVersion?: string | undefined;
|
|
1148
1147
|
oAuthCallbackUri?: string | undefined;
|
|
@@ -1156,6 +1155,7 @@ export declare const FlowApiResponse: z.ZodObject<{
|
|
|
1156
1155
|
eventsCount?: number | undefined;
|
|
1157
1156
|
hasGlobalWebhooks?: boolean | undefined;
|
|
1158
1157
|
hasUdm?: boolean | undefined;
|
|
1158
|
+
isTest?: boolean | undefined;
|
|
1159
1159
|
appUuid?: string | undefined;
|
|
1160
1160
|
authType?: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials" | undefined;
|
|
1161
1161
|
};
|
|
@@ -1167,14 +1167,14 @@ export declare const FlowApiResponse: z.ZodObject<{
|
|
|
1167
1167
|
uuid?: string | undefined;
|
|
1168
1168
|
description?: string | undefined;
|
|
1169
1169
|
state?: import("..").WorkspaceElementState | undefined;
|
|
1170
|
-
errors?:
|
|
1171
|
-
isDeactivated?: boolean | undefined;
|
|
1170
|
+
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
1172
1171
|
createdAt?: string | undefined;
|
|
1173
1172
|
updatedAt?: string | undefined;
|
|
1174
1173
|
archivedAt?: string | undefined;
|
|
1174
|
+
isDeactivated?: boolean | undefined;
|
|
1175
1175
|
integrationId?: string | undefined;
|
|
1176
|
-
parametersSchema?: DataSchema | undefined;
|
|
1177
1176
|
customized?: boolean | undefined;
|
|
1177
|
+
parametersSchema?: DataSchema | undefined;
|
|
1178
1178
|
universalFlowId?: string | undefined;
|
|
1179
1179
|
universalFlowRevision?: string | undefined;
|
|
1180
1180
|
nodes?: Record<string, {
|
|
@@ -1182,9 +1182,9 @@ export declare const FlowApiResponse: z.ZodObject<{
|
|
|
1182
1182
|
type?: string | undefined;
|
|
1183
1183
|
name?: string | undefined;
|
|
1184
1184
|
description?: string | undefined;
|
|
1185
|
-
isCustomized?: boolean | undefined;
|
|
1186
1185
|
inputSchema?: any;
|
|
1187
1186
|
config?: any;
|
|
1187
|
+
isCustomized?: boolean | undefined;
|
|
1188
1188
|
outputSchema?: any;
|
|
1189
1189
|
version?: number | undefined;
|
|
1190
1190
|
onError?: "stop" | "continue" | undefined;
|
|
@@ -1206,9 +1206,9 @@ export declare const FlowApiResponse: z.ZodObject<{
|
|
|
1206
1206
|
type?: string | undefined;
|
|
1207
1207
|
name?: string | undefined;
|
|
1208
1208
|
description?: string | undefined;
|
|
1209
|
-
isCustomized?: boolean | undefined;
|
|
1210
1209
|
inputSchema?: any;
|
|
1211
1210
|
config?: any;
|
|
1211
|
+
isCustomized?: boolean | undefined;
|
|
1212
1212
|
outputSchema?: any;
|
|
1213
1213
|
version?: number | undefined;
|
|
1214
1214
|
onError?: "stop" | "continue" | undefined;
|
|
@@ -1226,14 +1226,14 @@ export type FlowApiResponse = z.infer<typeof FlowApiResponse>;
|
|
|
1226
1226
|
export type Flow = FlowApiResponse;
|
|
1227
1227
|
export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
1228
1228
|
id: z.ZodString;
|
|
1229
|
-
name: z.ZodString;
|
|
1230
1229
|
key: z.ZodOptional<z.ZodString>;
|
|
1231
1230
|
uuid: z.ZodOptional<z.ZodString>;
|
|
1232
1231
|
description: z.ZodOptional<z.ZodString>;
|
|
1233
|
-
|
|
1232
|
+
name: z.ZodString;
|
|
1233
|
+
errors: z.ZodOptional<z.ZodArray<z.ZodType<import("../..").ErrorDataSchema, z.ZodTypeDef, import("../..").ErrorDataSchema>, "many">>;
|
|
1234
1234
|
revision: z.ZodOptional<z.ZodString>;
|
|
1235
|
-
isDeactivated: z.ZodOptional<z.ZodBoolean>;
|
|
1236
1235
|
archivedAt: z.ZodOptional<z.ZodString>;
|
|
1236
|
+
isDeactivated: z.ZodOptional<z.ZodBoolean>;
|
|
1237
1237
|
} & {
|
|
1238
1238
|
userId: z.ZodString;
|
|
1239
1239
|
connectionId: z.ZodOptional<z.ZodString>;
|
|
@@ -1291,18 +1291,18 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
1291
1291
|
updatedAt: string;
|
|
1292
1292
|
userId: string;
|
|
1293
1293
|
integrationId: string;
|
|
1294
|
-
error?:
|
|
1294
|
+
error?: import("../..").ErrorDataSchema | undefined;
|
|
1295
1295
|
state?: import("..").WorkspaceElementState | undefined;
|
|
1296
|
-
errors?:
|
|
1297
|
-
isDeactivated?: boolean | undefined;
|
|
1296
|
+
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
1298
1297
|
archivedAt?: string | undefined;
|
|
1298
|
+
isDeactivated?: boolean | undefined;
|
|
1299
1299
|
authOptionKey?: string | undefined;
|
|
1300
1300
|
isTest?: boolean | undefined;
|
|
1301
|
+
meta?: Record<string, any> | undefined;
|
|
1301
1302
|
disconnected?: boolean | undefined;
|
|
1302
1303
|
isDefunct?: boolean | undefined;
|
|
1303
1304
|
lastActiveAt?: string | undefined;
|
|
1304
1305
|
nextCredentialsRefreshAt?: string | undefined;
|
|
1305
|
-
meta?: Record<string, any> | undefined;
|
|
1306
1306
|
}, z.ZodTypeDef, {
|
|
1307
1307
|
id: string;
|
|
1308
1308
|
name: string;
|
|
@@ -1310,30 +1310,30 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
1310
1310
|
updatedAt: string;
|
|
1311
1311
|
userId: string;
|
|
1312
1312
|
integrationId: string;
|
|
1313
|
-
error?:
|
|
1313
|
+
error?: import("../..").ErrorDataSchema | undefined;
|
|
1314
1314
|
state?: import("..").WorkspaceElementState | undefined;
|
|
1315
|
-
errors?:
|
|
1316
|
-
isDeactivated?: boolean | undefined;
|
|
1315
|
+
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
1317
1316
|
archivedAt?: string | undefined;
|
|
1317
|
+
isDeactivated?: boolean | undefined;
|
|
1318
1318
|
authOptionKey?: string | undefined;
|
|
1319
1319
|
isTest?: boolean | undefined;
|
|
1320
|
+
meta?: Record<string, any> | undefined;
|
|
1320
1321
|
disconnected?: boolean | undefined;
|
|
1321
1322
|
isDefunct?: boolean | undefined;
|
|
1322
1323
|
lastActiveAt?: string | undefined;
|
|
1323
1324
|
nextCredentialsRefreshAt?: string | undefined;
|
|
1324
|
-
meta?: Record<string, any> | undefined;
|
|
1325
1325
|
}>>>;
|
|
1326
1326
|
flow: z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
1327
1327
|
id: z.ZodString;
|
|
1328
|
-
name: z.ZodString;
|
|
1329
1328
|
key: z.ZodOptional<z.ZodString>;
|
|
1330
1329
|
uuid: z.ZodOptional<z.ZodString>;
|
|
1331
1330
|
description: z.ZodOptional<z.ZodString>;
|
|
1331
|
+
name: z.ZodString;
|
|
1332
1332
|
state: z.ZodOptional<z.ZodNativeEnum<typeof import("..").WorkspaceElementState>>;
|
|
1333
|
-
errors: z.ZodOptional<z.ZodArray<
|
|
1334
|
-
isDeactivated: z.ZodOptional<z.ZodBoolean>;
|
|
1333
|
+
errors: z.ZodOptional<z.ZodArray<z.ZodType<import("../..").ErrorDataSchema, z.ZodTypeDef, import("../..").ErrorDataSchema>, "many">>;
|
|
1335
1334
|
createdAt: z.ZodOptional<z.ZodString>;
|
|
1336
1335
|
updatedAt: z.ZodOptional<z.ZodString>;
|
|
1336
|
+
isDeactivated: z.ZodOptional<z.ZodBoolean>;
|
|
1337
1337
|
} & {
|
|
1338
1338
|
integrationId: z.ZodOptional<z.ZodString>;
|
|
1339
1339
|
universalFlowId: z.ZodOptional<z.ZodString>;
|
|
@@ -1370,9 +1370,9 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
1370
1370
|
type?: string | undefined;
|
|
1371
1371
|
name?: string | undefined;
|
|
1372
1372
|
description?: string | undefined;
|
|
1373
|
-
isCustomized?: boolean | undefined;
|
|
1374
1373
|
inputSchema?: any;
|
|
1375
1374
|
config?: any;
|
|
1375
|
+
isCustomized?: boolean | undefined;
|
|
1376
1376
|
outputSchema?: any;
|
|
1377
1377
|
version?: number | undefined;
|
|
1378
1378
|
onError?: "stop" | "continue" | undefined;
|
|
@@ -1388,9 +1388,9 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
1388
1388
|
type?: string | undefined;
|
|
1389
1389
|
name?: string | undefined;
|
|
1390
1390
|
description?: string | undefined;
|
|
1391
|
-
isCustomized?: boolean | undefined;
|
|
1392
1391
|
inputSchema?: any;
|
|
1393
1392
|
config?: any;
|
|
1393
|
+
isCustomized?: boolean | undefined;
|
|
1394
1394
|
outputSchema?: any;
|
|
1395
1395
|
version?: number | undefined;
|
|
1396
1396
|
onError?: "stop" | "continue" | undefined;
|
|
@@ -1409,12 +1409,12 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
1409
1409
|
} & {
|
|
1410
1410
|
integration: z.ZodOptional<z.ZodObject<{
|
|
1411
1411
|
id: z.ZodString;
|
|
1412
|
-
name: z.ZodString;
|
|
1413
1412
|
key: z.ZodOptional<z.ZodString>;
|
|
1414
1413
|
uuid: z.ZodOptional<z.ZodString>;
|
|
1415
1414
|
description: z.ZodOptional<z.ZodString>;
|
|
1415
|
+
name: z.ZodString;
|
|
1416
1416
|
state: z.ZodOptional<z.ZodNativeEnum<typeof import("..").WorkspaceElementState>>;
|
|
1417
|
-
errors: z.ZodOptional<z.ZodArray<
|
|
1417
|
+
errors: z.ZodOptional<z.ZodArray<z.ZodType<import("../..").ErrorDataSchema, z.ZodTypeDef, import("../..").ErrorDataSchema>, "many">>;
|
|
1418
1418
|
revision: z.ZodOptional<z.ZodString>;
|
|
1419
1419
|
createdAt: z.ZodOptional<z.ZodString>;
|
|
1420
1420
|
updatedAt: z.ZodOptional<z.ZodString>;
|
|
@@ -1447,14 +1447,13 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
1447
1447
|
uuid?: string | undefined;
|
|
1448
1448
|
description?: string | undefined;
|
|
1449
1449
|
state?: import("..").WorkspaceElementState | undefined;
|
|
1450
|
-
errors?:
|
|
1450
|
+
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
1451
1451
|
revision?: string | undefined;
|
|
1452
|
-
isDeactivated?: boolean | undefined;
|
|
1453
1452
|
createdAt?: string | undefined;
|
|
1454
1453
|
updatedAt?: string | undefined;
|
|
1455
1454
|
archivedAt?: string | undefined;
|
|
1455
|
+
isDeactivated?: boolean | undefined;
|
|
1456
1456
|
parameters?: any;
|
|
1457
|
-
isTest?: boolean | undefined;
|
|
1458
1457
|
connectorId?: string | undefined;
|
|
1459
1458
|
connectorVersion?: string | undefined;
|
|
1460
1459
|
oAuthCallbackUri?: string | undefined;
|
|
@@ -1468,6 +1467,7 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
1468
1467
|
eventsCount?: number | undefined;
|
|
1469
1468
|
hasGlobalWebhooks?: boolean | undefined;
|
|
1470
1469
|
hasUdm?: boolean | undefined;
|
|
1470
|
+
isTest?: boolean | undefined;
|
|
1471
1471
|
appUuid?: string | undefined;
|
|
1472
1472
|
authType?: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials" | undefined;
|
|
1473
1473
|
}, {
|
|
@@ -1478,14 +1478,13 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
1478
1478
|
uuid?: string | undefined;
|
|
1479
1479
|
description?: string | undefined;
|
|
1480
1480
|
state?: import("..").WorkspaceElementState | undefined;
|
|
1481
|
-
errors?:
|
|
1481
|
+
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
1482
1482
|
revision?: string | undefined;
|
|
1483
|
-
isDeactivated?: boolean | undefined;
|
|
1484
1483
|
createdAt?: string | undefined;
|
|
1485
1484
|
updatedAt?: string | undefined;
|
|
1486
1485
|
archivedAt?: string | undefined;
|
|
1486
|
+
isDeactivated?: boolean | undefined;
|
|
1487
1487
|
parameters?: any;
|
|
1488
|
-
isTest?: boolean | undefined;
|
|
1489
1488
|
connectorId?: string | undefined;
|
|
1490
1489
|
connectorVersion?: string | undefined;
|
|
1491
1490
|
oAuthCallbackUri?: string | undefined;
|
|
@@ -1499,21 +1498,22 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
1499
1498
|
eventsCount?: number | undefined;
|
|
1500
1499
|
hasGlobalWebhooks?: boolean | undefined;
|
|
1501
1500
|
hasUdm?: boolean | undefined;
|
|
1501
|
+
isTest?: boolean | undefined;
|
|
1502
1502
|
appUuid?: string | undefined;
|
|
1503
1503
|
authType?: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials" | undefined;
|
|
1504
1504
|
}>>;
|
|
1505
1505
|
appliedToIntegrations: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1506
1506
|
element: z.ZodObject<{
|
|
1507
1507
|
id: z.ZodString;
|
|
1508
|
-
name: z.ZodString;
|
|
1509
1508
|
key: z.ZodOptional<z.ZodString>;
|
|
1510
1509
|
uuid: z.ZodOptional<z.ZodString>;
|
|
1511
1510
|
description: z.ZodOptional<z.ZodString>;
|
|
1511
|
+
name: z.ZodString;
|
|
1512
1512
|
state: z.ZodOptional<z.ZodNativeEnum<typeof import("..").WorkspaceElementState>>;
|
|
1513
|
-
errors: z.ZodOptional<z.ZodArray<
|
|
1514
|
-
isDeactivated: z.ZodOptional<z.ZodBoolean>;
|
|
1513
|
+
errors: z.ZodOptional<z.ZodArray<z.ZodType<import("../..").ErrorDataSchema, z.ZodTypeDef, import("../..").ErrorDataSchema>, "many">>;
|
|
1515
1514
|
createdAt: z.ZodOptional<z.ZodString>;
|
|
1516
1515
|
updatedAt: z.ZodOptional<z.ZodString>;
|
|
1516
|
+
isDeactivated: z.ZodOptional<z.ZodBoolean>;
|
|
1517
1517
|
} & {
|
|
1518
1518
|
integrationId: z.ZodOptional<z.ZodString>;
|
|
1519
1519
|
universalFlowId: z.ZodOptional<z.ZodString>;
|
|
@@ -1550,9 +1550,9 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
1550
1550
|
type?: string | undefined;
|
|
1551
1551
|
name?: string | undefined;
|
|
1552
1552
|
description?: string | undefined;
|
|
1553
|
-
isCustomized?: boolean | undefined;
|
|
1554
1553
|
inputSchema?: any;
|
|
1555
1554
|
config?: any;
|
|
1555
|
+
isCustomized?: boolean | undefined;
|
|
1556
1556
|
outputSchema?: any;
|
|
1557
1557
|
version?: number | undefined;
|
|
1558
1558
|
onError?: "stop" | "continue" | undefined;
|
|
@@ -1568,9 +1568,9 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
1568
1568
|
type?: string | undefined;
|
|
1569
1569
|
name?: string | undefined;
|
|
1570
1570
|
description?: string | undefined;
|
|
1571
|
-
isCustomized?: boolean | undefined;
|
|
1572
1571
|
inputSchema?: any;
|
|
1573
1572
|
config?: any;
|
|
1573
|
+
isCustomized?: boolean | undefined;
|
|
1574
1574
|
outputSchema?: any;
|
|
1575
1575
|
version?: number | undefined;
|
|
1576
1576
|
onError?: "stop" | "continue" | undefined;
|
|
@@ -1594,14 +1594,14 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
1594
1594
|
uuid?: string | undefined;
|
|
1595
1595
|
description?: string | undefined;
|
|
1596
1596
|
state?: import("..").WorkspaceElementState | undefined;
|
|
1597
|
-
errors?:
|
|
1598
|
-
isDeactivated?: boolean | undefined;
|
|
1597
|
+
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
1599
1598
|
createdAt?: string | undefined;
|
|
1600
1599
|
updatedAt?: string | undefined;
|
|
1601
1600
|
archivedAt?: string | undefined;
|
|
1601
|
+
isDeactivated?: boolean | undefined;
|
|
1602
1602
|
integrationId?: string | undefined;
|
|
1603
|
-
parametersSchema?: DataSchema | undefined;
|
|
1604
1603
|
customized?: boolean | undefined;
|
|
1604
|
+
parametersSchema?: DataSchema | undefined;
|
|
1605
1605
|
universalFlowId?: string | undefined;
|
|
1606
1606
|
universalFlowRevision?: string | undefined;
|
|
1607
1607
|
nodes?: Record<string, {
|
|
@@ -1609,9 +1609,9 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
1609
1609
|
type?: string | undefined;
|
|
1610
1610
|
name?: string | undefined;
|
|
1611
1611
|
description?: string | undefined;
|
|
1612
|
-
isCustomized?: boolean | undefined;
|
|
1613
1612
|
inputSchema?: any;
|
|
1614
1613
|
config?: any;
|
|
1614
|
+
isCustomized?: boolean | undefined;
|
|
1615
1615
|
outputSchema?: any;
|
|
1616
1616
|
version?: number | undefined;
|
|
1617
1617
|
onError?: "stop" | "continue" | undefined;
|
|
@@ -1632,14 +1632,14 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
1632
1632
|
uuid?: string | undefined;
|
|
1633
1633
|
description?: string | undefined;
|
|
1634
1634
|
state?: import("..").WorkspaceElementState | undefined;
|
|
1635
|
-
errors?:
|
|
1636
|
-
isDeactivated?: boolean | undefined;
|
|
1635
|
+
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
1637
1636
|
createdAt?: string | undefined;
|
|
1638
1637
|
updatedAt?: string | undefined;
|
|
1639
1638
|
archivedAt?: string | undefined;
|
|
1639
|
+
isDeactivated?: boolean | undefined;
|
|
1640
1640
|
integrationId?: string | undefined;
|
|
1641
|
-
parametersSchema?: DataSchema | undefined;
|
|
1642
1641
|
customized?: boolean | undefined;
|
|
1642
|
+
parametersSchema?: DataSchema | undefined;
|
|
1643
1643
|
universalFlowId?: string | undefined;
|
|
1644
1644
|
universalFlowRevision?: string | undefined;
|
|
1645
1645
|
nodes?: Record<string, {
|
|
@@ -1647,9 +1647,9 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
1647
1647
|
type?: string | undefined;
|
|
1648
1648
|
name?: string | undefined;
|
|
1649
1649
|
description?: string | undefined;
|
|
1650
|
-
isCustomized?: boolean | undefined;
|
|
1651
1650
|
inputSchema?: any;
|
|
1652
1651
|
config?: any;
|
|
1652
|
+
isCustomized?: boolean | undefined;
|
|
1653
1653
|
outputSchema?: any;
|
|
1654
1654
|
version?: number | undefined;
|
|
1655
1655
|
onError?: "stop" | "continue" | undefined;
|
|
@@ -1665,12 +1665,12 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
1665
1665
|
}>;
|
|
1666
1666
|
integration: z.ZodObject<{
|
|
1667
1667
|
id: z.ZodString;
|
|
1668
|
-
name: z.ZodString;
|
|
1669
1668
|
key: z.ZodOptional<z.ZodString>;
|
|
1670
1669
|
uuid: z.ZodOptional<z.ZodString>;
|
|
1671
1670
|
description: z.ZodOptional<z.ZodString>;
|
|
1671
|
+
name: z.ZodString;
|
|
1672
1672
|
state: z.ZodOptional<z.ZodNativeEnum<typeof import("..").WorkspaceElementState>>;
|
|
1673
|
-
errors: z.ZodOptional<z.ZodArray<
|
|
1673
|
+
errors: z.ZodOptional<z.ZodArray<z.ZodType<import("../..").ErrorDataSchema, z.ZodTypeDef, import("../..").ErrorDataSchema>, "many">>;
|
|
1674
1674
|
revision: z.ZodOptional<z.ZodString>;
|
|
1675
1675
|
createdAt: z.ZodOptional<z.ZodString>;
|
|
1676
1676
|
updatedAt: z.ZodOptional<z.ZodString>;
|
|
@@ -1703,14 +1703,13 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
1703
1703
|
uuid?: string | undefined;
|
|
1704
1704
|
description?: string | undefined;
|
|
1705
1705
|
state?: import("..").WorkspaceElementState | undefined;
|
|
1706
|
-
errors?:
|
|
1706
|
+
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
1707
1707
|
revision?: string | undefined;
|
|
1708
|
-
isDeactivated?: boolean | undefined;
|
|
1709
1708
|
createdAt?: string | undefined;
|
|
1710
1709
|
updatedAt?: string | undefined;
|
|
1711
1710
|
archivedAt?: string | undefined;
|
|
1711
|
+
isDeactivated?: boolean | undefined;
|
|
1712
1712
|
parameters?: any;
|
|
1713
|
-
isTest?: boolean | undefined;
|
|
1714
1713
|
connectorId?: string | undefined;
|
|
1715
1714
|
connectorVersion?: string | undefined;
|
|
1716
1715
|
oAuthCallbackUri?: string | undefined;
|
|
@@ -1724,6 +1723,7 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
1724
1723
|
eventsCount?: number | undefined;
|
|
1725
1724
|
hasGlobalWebhooks?: boolean | undefined;
|
|
1726
1725
|
hasUdm?: boolean | undefined;
|
|
1726
|
+
isTest?: boolean | undefined;
|
|
1727
1727
|
appUuid?: string | undefined;
|
|
1728
1728
|
authType?: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials" | undefined;
|
|
1729
1729
|
}, {
|
|
@@ -1734,14 +1734,13 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
1734
1734
|
uuid?: string | undefined;
|
|
1735
1735
|
description?: string | undefined;
|
|
1736
1736
|
state?: import("..").WorkspaceElementState | undefined;
|
|
1737
|
-
errors?:
|
|
1737
|
+
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
1738
1738
|
revision?: string | undefined;
|
|
1739
|
-
isDeactivated?: boolean | undefined;
|
|
1740
1739
|
createdAt?: string | undefined;
|
|
1741
1740
|
updatedAt?: string | undefined;
|
|
1742
1741
|
archivedAt?: string | undefined;
|
|
1742
|
+
isDeactivated?: boolean | undefined;
|
|
1743
1743
|
parameters?: any;
|
|
1744
|
-
isTest?: boolean | undefined;
|
|
1745
1744
|
connectorId?: string | undefined;
|
|
1746
1745
|
connectorVersion?: string | undefined;
|
|
1747
1746
|
oAuthCallbackUri?: string | undefined;
|
|
@@ -1755,6 +1754,7 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
1755
1754
|
eventsCount?: number | undefined;
|
|
1756
1755
|
hasGlobalWebhooks?: boolean | undefined;
|
|
1757
1756
|
hasUdm?: boolean | undefined;
|
|
1757
|
+
isTest?: boolean | undefined;
|
|
1758
1758
|
appUuid?: string | undefined;
|
|
1759
1759
|
authType?: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials" | undefined;
|
|
1760
1760
|
}>;
|
|
@@ -1767,14 +1767,13 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
1767
1767
|
uuid?: string | undefined;
|
|
1768
1768
|
description?: string | undefined;
|
|
1769
1769
|
state?: import("..").WorkspaceElementState | undefined;
|
|
1770
|
-
errors?:
|
|
1770
|
+
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
1771
1771
|
revision?: string | undefined;
|
|
1772
|
-
isDeactivated?: boolean | undefined;
|
|
1773
1772
|
createdAt?: string | undefined;
|
|
1774
1773
|
updatedAt?: string | undefined;
|
|
1775
1774
|
archivedAt?: string | undefined;
|
|
1775
|
+
isDeactivated?: boolean | undefined;
|
|
1776
1776
|
parameters?: any;
|
|
1777
|
-
isTest?: boolean | undefined;
|
|
1778
1777
|
connectorId?: string | undefined;
|
|
1779
1778
|
connectorVersion?: string | undefined;
|
|
1780
1779
|
oAuthCallbackUri?: string | undefined;
|
|
@@ -1788,6 +1787,7 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
1788
1787
|
eventsCount?: number | undefined;
|
|
1789
1788
|
hasGlobalWebhooks?: boolean | undefined;
|
|
1790
1789
|
hasUdm?: boolean | undefined;
|
|
1790
|
+
isTest?: boolean | undefined;
|
|
1791
1791
|
appUuid?: string | undefined;
|
|
1792
1792
|
authType?: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials" | undefined;
|
|
1793
1793
|
};
|
|
@@ -1799,14 +1799,14 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
1799
1799
|
uuid?: string | undefined;
|
|
1800
1800
|
description?: string | undefined;
|
|
1801
1801
|
state?: import("..").WorkspaceElementState | undefined;
|
|
1802
|
-
errors?:
|
|
1803
|
-
isDeactivated?: boolean | undefined;
|
|
1802
|
+
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
1804
1803
|
createdAt?: string | undefined;
|
|
1805
1804
|
updatedAt?: string | undefined;
|
|
1806
1805
|
archivedAt?: string | undefined;
|
|
1806
|
+
isDeactivated?: boolean | undefined;
|
|
1807
1807
|
integrationId?: string | undefined;
|
|
1808
|
-
parametersSchema?: DataSchema | undefined;
|
|
1809
1808
|
customized?: boolean | undefined;
|
|
1809
|
+
parametersSchema?: DataSchema | undefined;
|
|
1810
1810
|
universalFlowId?: string | undefined;
|
|
1811
1811
|
universalFlowRevision?: string | undefined;
|
|
1812
1812
|
nodes?: Record<string, {
|
|
@@ -1814,9 +1814,9 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
1814
1814
|
type?: string | undefined;
|
|
1815
1815
|
name?: string | undefined;
|
|
1816
1816
|
description?: string | undefined;
|
|
1817
|
-
isCustomized?: boolean | undefined;
|
|
1818
1817
|
inputSchema?: any;
|
|
1819
1818
|
config?: any;
|
|
1819
|
+
isCustomized?: boolean | undefined;
|
|
1820
1820
|
outputSchema?: any;
|
|
1821
1821
|
version?: number | undefined;
|
|
1822
1822
|
onError?: "stop" | "continue" | undefined;
|
|
@@ -1839,14 +1839,13 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
1839
1839
|
uuid?: string | undefined;
|
|
1840
1840
|
description?: string | undefined;
|
|
1841
1841
|
state?: import("..").WorkspaceElementState | undefined;
|
|
1842
|
-
errors?:
|
|
1842
|
+
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
1843
1843
|
revision?: string | undefined;
|
|
1844
|
-
isDeactivated?: boolean | undefined;
|
|
1845
1844
|
createdAt?: string | undefined;
|
|
1846
1845
|
updatedAt?: string | undefined;
|
|
1847
1846
|
archivedAt?: string | undefined;
|
|
1847
|
+
isDeactivated?: boolean | undefined;
|
|
1848
1848
|
parameters?: any;
|
|
1849
|
-
isTest?: boolean | undefined;
|
|
1850
1849
|
connectorId?: string | undefined;
|
|
1851
1850
|
connectorVersion?: string | undefined;
|
|
1852
1851
|
oAuthCallbackUri?: string | undefined;
|
|
@@ -1860,6 +1859,7 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
1860
1859
|
eventsCount?: number | undefined;
|
|
1861
1860
|
hasGlobalWebhooks?: boolean | undefined;
|
|
1862
1861
|
hasUdm?: boolean | undefined;
|
|
1862
|
+
isTest?: boolean | undefined;
|
|
1863
1863
|
appUuid?: string | undefined;
|
|
1864
1864
|
authType?: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials" | undefined;
|
|
1865
1865
|
};
|
|
@@ -1871,14 +1871,14 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
1871
1871
|
uuid?: string | undefined;
|
|
1872
1872
|
description?: string | undefined;
|
|
1873
1873
|
state?: import("..").WorkspaceElementState | undefined;
|
|
1874
|
-
errors?:
|
|
1875
|
-
isDeactivated?: boolean | undefined;
|
|
1874
|
+
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
1876
1875
|
createdAt?: string | undefined;
|
|
1877
1876
|
updatedAt?: string | undefined;
|
|
1878
1877
|
archivedAt?: string | undefined;
|
|
1878
|
+
isDeactivated?: boolean | undefined;
|
|
1879
1879
|
integrationId?: string | undefined;
|
|
1880
|
-
parametersSchema?: DataSchema | undefined;
|
|
1881
1880
|
customized?: boolean | undefined;
|
|
1881
|
+
parametersSchema?: DataSchema | undefined;
|
|
1882
1882
|
universalFlowId?: string | undefined;
|
|
1883
1883
|
universalFlowRevision?: string | undefined;
|
|
1884
1884
|
nodes?: Record<string, {
|
|
@@ -1886,9 +1886,9 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
1886
1886
|
type?: string | undefined;
|
|
1887
1887
|
name?: string | undefined;
|
|
1888
1888
|
description?: string | undefined;
|
|
1889
|
-
isCustomized?: boolean | undefined;
|
|
1890
1889
|
inputSchema?: any;
|
|
1891
1890
|
config?: any;
|
|
1891
|
+
isCustomized?: boolean | undefined;
|
|
1892
1892
|
outputSchema?: any;
|
|
1893
1893
|
version?: number | undefined;
|
|
1894
1894
|
onError?: "stop" | "continue" | undefined;
|
|
@@ -1916,14 +1916,13 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
1916
1916
|
uuid?: string | undefined;
|
|
1917
1917
|
description?: string | undefined;
|
|
1918
1918
|
state?: import("..").WorkspaceElementState | undefined;
|
|
1919
|
-
errors?:
|
|
1919
|
+
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
1920
1920
|
revision?: string | undefined;
|
|
1921
|
-
isDeactivated?: boolean | undefined;
|
|
1922
1921
|
createdAt?: string | undefined;
|
|
1923
1922
|
updatedAt?: string | undefined;
|
|
1924
1923
|
archivedAt?: string | undefined;
|
|
1924
|
+
isDeactivated?: boolean | undefined;
|
|
1925
1925
|
parameters?: any;
|
|
1926
|
-
isTest?: boolean | undefined;
|
|
1927
1926
|
connectorId?: string | undefined;
|
|
1928
1927
|
connectorVersion?: string | undefined;
|
|
1929
1928
|
oAuthCallbackUri?: string | undefined;
|
|
@@ -1937,20 +1936,21 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
1937
1936
|
eventsCount?: number | undefined;
|
|
1938
1937
|
hasGlobalWebhooks?: boolean | undefined;
|
|
1939
1938
|
hasUdm?: boolean | undefined;
|
|
1939
|
+
isTest?: boolean | undefined;
|
|
1940
1940
|
appUuid?: string | undefined;
|
|
1941
1941
|
authType?: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials" | undefined;
|
|
1942
1942
|
} | undefined;
|
|
1943
1943
|
uuid?: string | undefined;
|
|
1944
1944
|
description?: string | undefined;
|
|
1945
1945
|
state?: import("..").WorkspaceElementState | undefined;
|
|
1946
|
-
errors?:
|
|
1947
|
-
isDeactivated?: boolean | undefined;
|
|
1946
|
+
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
1948
1947
|
createdAt?: string | undefined;
|
|
1949
1948
|
updatedAt?: string | undefined;
|
|
1950
1949
|
archivedAt?: string | undefined;
|
|
1950
|
+
isDeactivated?: boolean | undefined;
|
|
1951
1951
|
integrationId?: string | undefined;
|
|
1952
|
-
parametersSchema?: DataSchema | undefined;
|
|
1953
1952
|
customized?: boolean | undefined;
|
|
1953
|
+
parametersSchema?: DataSchema | undefined;
|
|
1954
1954
|
appliedToIntegrations?: {
|
|
1955
1955
|
integration: {
|
|
1956
1956
|
id: string;
|
|
@@ -1960,14 +1960,13 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
1960
1960
|
uuid?: string | undefined;
|
|
1961
1961
|
description?: string | undefined;
|
|
1962
1962
|
state?: import("..").WorkspaceElementState | undefined;
|
|
1963
|
-
errors?:
|
|
1963
|
+
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
1964
1964
|
revision?: string | undefined;
|
|
1965
|
-
isDeactivated?: boolean | undefined;
|
|
1966
1965
|
createdAt?: string | undefined;
|
|
1967
1966
|
updatedAt?: string | undefined;
|
|
1968
1967
|
archivedAt?: string | undefined;
|
|
1968
|
+
isDeactivated?: boolean | undefined;
|
|
1969
1969
|
parameters?: any;
|
|
1970
|
-
isTest?: boolean | undefined;
|
|
1971
1970
|
connectorId?: string | undefined;
|
|
1972
1971
|
connectorVersion?: string | undefined;
|
|
1973
1972
|
oAuthCallbackUri?: string | undefined;
|
|
@@ -1981,6 +1980,7 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
1981
1980
|
eventsCount?: number | undefined;
|
|
1982
1981
|
hasGlobalWebhooks?: boolean | undefined;
|
|
1983
1982
|
hasUdm?: boolean | undefined;
|
|
1983
|
+
isTest?: boolean | undefined;
|
|
1984
1984
|
appUuid?: string | undefined;
|
|
1985
1985
|
authType?: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials" | undefined;
|
|
1986
1986
|
};
|
|
@@ -1992,14 +1992,14 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
1992
1992
|
uuid?: string | undefined;
|
|
1993
1993
|
description?: string | undefined;
|
|
1994
1994
|
state?: import("..").WorkspaceElementState | undefined;
|
|
1995
|
-
errors?:
|
|
1996
|
-
isDeactivated?: boolean | undefined;
|
|
1995
|
+
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
1997
1996
|
createdAt?: string | undefined;
|
|
1998
1997
|
updatedAt?: string | undefined;
|
|
1999
1998
|
archivedAt?: string | undefined;
|
|
1999
|
+
isDeactivated?: boolean | undefined;
|
|
2000
2000
|
integrationId?: string | undefined;
|
|
2001
|
-
parametersSchema?: DataSchema | undefined;
|
|
2002
2001
|
customized?: boolean | undefined;
|
|
2002
|
+
parametersSchema?: DataSchema | undefined;
|
|
2003
2003
|
universalFlowId?: string | undefined;
|
|
2004
2004
|
universalFlowRevision?: string | undefined;
|
|
2005
2005
|
nodes?: Record<string, {
|
|
@@ -2007,9 +2007,9 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
2007
2007
|
type?: string | undefined;
|
|
2008
2008
|
name?: string | undefined;
|
|
2009
2009
|
description?: string | undefined;
|
|
2010
|
-
isCustomized?: boolean | undefined;
|
|
2011
2010
|
inputSchema?: any;
|
|
2012
2011
|
config?: any;
|
|
2012
|
+
isCustomized?: boolean | undefined;
|
|
2013
2013
|
outputSchema?: any;
|
|
2014
2014
|
version?: number | undefined;
|
|
2015
2015
|
onError?: "stop" | "continue" | undefined;
|
|
@@ -2031,9 +2031,9 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
2031
2031
|
type?: string | undefined;
|
|
2032
2032
|
name?: string | undefined;
|
|
2033
2033
|
description?: string | undefined;
|
|
2034
|
-
isCustomized?: boolean | undefined;
|
|
2035
2034
|
inputSchema?: any;
|
|
2036
2035
|
config?: any;
|
|
2036
|
+
isCustomized?: boolean | undefined;
|
|
2037
2037
|
outputSchema?: any;
|
|
2038
2038
|
version?: number | undefined;
|
|
2039
2039
|
onError?: "stop" | "continue" | undefined;
|
|
@@ -2059,14 +2059,13 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
2059
2059
|
uuid?: string | undefined;
|
|
2060
2060
|
description?: string | undefined;
|
|
2061
2061
|
state?: import("..").WorkspaceElementState | undefined;
|
|
2062
|
-
errors?:
|
|
2062
|
+
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
2063
2063
|
revision?: string | undefined;
|
|
2064
|
-
isDeactivated?: boolean | undefined;
|
|
2065
2064
|
createdAt?: string | undefined;
|
|
2066
2065
|
updatedAt?: string | undefined;
|
|
2067
2066
|
archivedAt?: string | undefined;
|
|
2067
|
+
isDeactivated?: boolean | undefined;
|
|
2068
2068
|
parameters?: any;
|
|
2069
|
-
isTest?: boolean | undefined;
|
|
2070
2069
|
connectorId?: string | undefined;
|
|
2071
2070
|
connectorVersion?: string | undefined;
|
|
2072
2071
|
oAuthCallbackUri?: string | undefined;
|
|
@@ -2080,20 +2079,21 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
2080
2079
|
eventsCount?: number | undefined;
|
|
2081
2080
|
hasGlobalWebhooks?: boolean | undefined;
|
|
2082
2081
|
hasUdm?: boolean | undefined;
|
|
2082
|
+
isTest?: boolean | undefined;
|
|
2083
2083
|
appUuid?: string | undefined;
|
|
2084
2084
|
authType?: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials" | undefined;
|
|
2085
2085
|
} | undefined;
|
|
2086
2086
|
uuid?: string | undefined;
|
|
2087
2087
|
description?: string | undefined;
|
|
2088
2088
|
state?: import("..").WorkspaceElementState | undefined;
|
|
2089
|
-
errors?:
|
|
2090
|
-
isDeactivated?: boolean | undefined;
|
|
2089
|
+
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
2091
2090
|
createdAt?: string | undefined;
|
|
2092
2091
|
updatedAt?: string | undefined;
|
|
2093
2092
|
archivedAt?: string | undefined;
|
|
2093
|
+
isDeactivated?: boolean | undefined;
|
|
2094
2094
|
integrationId?: string | undefined;
|
|
2095
|
-
parametersSchema?: DataSchema | undefined;
|
|
2096
2095
|
customized?: boolean | undefined;
|
|
2096
|
+
parametersSchema?: DataSchema | undefined;
|
|
2097
2097
|
appliedToIntegrations?: {
|
|
2098
2098
|
integration: {
|
|
2099
2099
|
id: string;
|
|
@@ -2103,14 +2103,13 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
2103
2103
|
uuid?: string | undefined;
|
|
2104
2104
|
description?: string | undefined;
|
|
2105
2105
|
state?: import("..").WorkspaceElementState | undefined;
|
|
2106
|
-
errors?:
|
|
2106
|
+
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
2107
2107
|
revision?: string | undefined;
|
|
2108
|
-
isDeactivated?: boolean | undefined;
|
|
2109
2108
|
createdAt?: string | undefined;
|
|
2110
2109
|
updatedAt?: string | undefined;
|
|
2111
2110
|
archivedAt?: string | undefined;
|
|
2111
|
+
isDeactivated?: boolean | undefined;
|
|
2112
2112
|
parameters?: any;
|
|
2113
|
-
isTest?: boolean | undefined;
|
|
2114
2113
|
connectorId?: string | undefined;
|
|
2115
2114
|
connectorVersion?: string | undefined;
|
|
2116
2115
|
oAuthCallbackUri?: string | undefined;
|
|
@@ -2124,6 +2123,7 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
2124
2123
|
eventsCount?: number | undefined;
|
|
2125
2124
|
hasGlobalWebhooks?: boolean | undefined;
|
|
2126
2125
|
hasUdm?: boolean | undefined;
|
|
2126
|
+
isTest?: boolean | undefined;
|
|
2127
2127
|
appUuid?: string | undefined;
|
|
2128
2128
|
authType?: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials" | undefined;
|
|
2129
2129
|
};
|
|
@@ -2135,14 +2135,14 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
2135
2135
|
uuid?: string | undefined;
|
|
2136
2136
|
description?: string | undefined;
|
|
2137
2137
|
state?: import("..").WorkspaceElementState | undefined;
|
|
2138
|
-
errors?:
|
|
2139
|
-
isDeactivated?: boolean | undefined;
|
|
2138
|
+
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
2140
2139
|
createdAt?: string | undefined;
|
|
2141
2140
|
updatedAt?: string | undefined;
|
|
2142
2141
|
archivedAt?: string | undefined;
|
|
2142
|
+
isDeactivated?: boolean | undefined;
|
|
2143
2143
|
integrationId?: string | undefined;
|
|
2144
|
-
parametersSchema?: DataSchema | undefined;
|
|
2145
2144
|
customized?: boolean | undefined;
|
|
2145
|
+
parametersSchema?: DataSchema | undefined;
|
|
2146
2146
|
universalFlowId?: string | undefined;
|
|
2147
2147
|
universalFlowRevision?: string | undefined;
|
|
2148
2148
|
nodes?: Record<string, {
|
|
@@ -2150,9 +2150,9 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
2150
2150
|
type?: string | undefined;
|
|
2151
2151
|
name?: string | undefined;
|
|
2152
2152
|
description?: string | undefined;
|
|
2153
|
-
isCustomized?: boolean | undefined;
|
|
2154
2153
|
inputSchema?: any;
|
|
2155
2154
|
config?: any;
|
|
2155
|
+
isCustomized?: boolean | undefined;
|
|
2156
2156
|
outputSchema?: any;
|
|
2157
2157
|
version?: number | undefined;
|
|
2158
2158
|
onError?: "stop" | "continue" | undefined;
|
|
@@ -2174,9 +2174,9 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
2174
2174
|
type?: string | undefined;
|
|
2175
2175
|
name?: string | undefined;
|
|
2176
2176
|
description?: string | undefined;
|
|
2177
|
-
isCustomized?: boolean | undefined;
|
|
2178
2177
|
inputSchema?: any;
|
|
2179
2178
|
config?: any;
|
|
2179
|
+
isCustomized?: boolean | undefined;
|
|
2180
2180
|
outputSchema?: any;
|
|
2181
2181
|
version?: number | undefined;
|
|
2182
2182
|
onError?: "stop" | "continue" | undefined;
|
|
@@ -2198,14 +2198,13 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
2198
2198
|
uuid?: string | undefined;
|
|
2199
2199
|
description?: string | undefined;
|
|
2200
2200
|
state?: import("..").WorkspaceElementState | undefined;
|
|
2201
|
-
errors?:
|
|
2201
|
+
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
2202
2202
|
revision?: string | undefined;
|
|
2203
|
-
isDeactivated?: boolean | undefined;
|
|
2204
2203
|
createdAt?: string | undefined;
|
|
2205
2204
|
updatedAt?: string | undefined;
|
|
2206
2205
|
archivedAt?: string | undefined;
|
|
2206
|
+
isDeactivated?: boolean | undefined;
|
|
2207
2207
|
parameters?: any;
|
|
2208
|
-
isTest?: boolean | undefined;
|
|
2209
2208
|
connectorId?: string | undefined;
|
|
2210
2209
|
connectorVersion?: string | undefined;
|
|
2211
2210
|
oAuthCallbackUri?: string | undefined;
|
|
@@ -2219,6 +2218,7 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
2219
2218
|
eventsCount?: number | undefined;
|
|
2220
2219
|
hasGlobalWebhooks?: boolean | undefined;
|
|
2221
2220
|
hasUdm?: boolean | undefined;
|
|
2221
|
+
isTest?: boolean | undefined;
|
|
2222
2222
|
appUuid?: string | undefined;
|
|
2223
2223
|
authType?: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials" | undefined;
|
|
2224
2224
|
}, z.ZodTypeDef, {
|
|
@@ -2229,14 +2229,13 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
2229
2229
|
uuid?: string | undefined;
|
|
2230
2230
|
description?: string | undefined;
|
|
2231
2231
|
state?: import("..").WorkspaceElementState | undefined;
|
|
2232
|
-
errors?:
|
|
2232
|
+
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
2233
2233
|
revision?: string | undefined;
|
|
2234
|
-
isDeactivated?: boolean | undefined;
|
|
2235
2234
|
createdAt?: string | undefined;
|
|
2236
2235
|
updatedAt?: string | undefined;
|
|
2237
2236
|
archivedAt?: string | undefined;
|
|
2237
|
+
isDeactivated?: boolean | undefined;
|
|
2238
2238
|
parameters?: any;
|
|
2239
|
-
isTest?: boolean | undefined;
|
|
2240
2239
|
connectorId?: string | undefined;
|
|
2241
2240
|
connectorVersion?: string | undefined;
|
|
2242
2241
|
oAuthCallbackUri?: string | undefined;
|
|
@@ -2250,6 +2249,7 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
2250
2249
|
eventsCount?: number | undefined;
|
|
2251
2250
|
hasGlobalWebhooks?: boolean | undefined;
|
|
2252
2251
|
hasUdm?: boolean | undefined;
|
|
2252
|
+
isTest?: boolean | undefined;
|
|
2253
2253
|
appUuid?: string | undefined;
|
|
2254
2254
|
authType?: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials" | undefined;
|
|
2255
2255
|
}>>>;
|
|
@@ -2269,18 +2269,18 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
2269
2269
|
updatedAt: string;
|
|
2270
2270
|
userId: string;
|
|
2271
2271
|
integrationId: string;
|
|
2272
|
-
error?:
|
|
2272
|
+
error?: import("../..").ErrorDataSchema | undefined;
|
|
2273
2273
|
state?: import("..").WorkspaceElementState | undefined;
|
|
2274
|
-
errors?:
|
|
2275
|
-
isDeactivated?: boolean | undefined;
|
|
2274
|
+
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
2276
2275
|
archivedAt?: string | undefined;
|
|
2276
|
+
isDeactivated?: boolean | undefined;
|
|
2277
2277
|
authOptionKey?: string | undefined;
|
|
2278
2278
|
isTest?: boolean | undefined;
|
|
2279
|
+
meta?: Record<string, any> | undefined;
|
|
2279
2280
|
disconnected?: boolean | undefined;
|
|
2280
2281
|
isDefunct?: boolean | undefined;
|
|
2281
2282
|
lastActiveAt?: string | undefined;
|
|
2282
2283
|
nextCredentialsRefreshAt?: string | undefined;
|
|
2283
|
-
meta?: Record<string, any> | undefined;
|
|
2284
2284
|
} | undefined;
|
|
2285
2285
|
integration?: {
|
|
2286
2286
|
id: string;
|
|
@@ -2290,14 +2290,13 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
2290
2290
|
uuid?: string | undefined;
|
|
2291
2291
|
description?: string | undefined;
|
|
2292
2292
|
state?: import("..").WorkspaceElementState | undefined;
|
|
2293
|
-
errors?:
|
|
2293
|
+
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
2294
2294
|
revision?: string | undefined;
|
|
2295
|
-
isDeactivated?: boolean | undefined;
|
|
2296
2295
|
createdAt?: string | undefined;
|
|
2297
2296
|
updatedAt?: string | undefined;
|
|
2298
2297
|
archivedAt?: string | undefined;
|
|
2298
|
+
isDeactivated?: boolean | undefined;
|
|
2299
2299
|
parameters?: any;
|
|
2300
|
-
isTest?: boolean | undefined;
|
|
2301
2300
|
connectorId?: string | undefined;
|
|
2302
2301
|
connectorVersion?: string | undefined;
|
|
2303
2302
|
oAuthCallbackUri?: string | undefined;
|
|
@@ -2311,6 +2310,7 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
2311
2310
|
eventsCount?: number | undefined;
|
|
2312
2311
|
hasGlobalWebhooks?: boolean | undefined;
|
|
2313
2312
|
hasUdm?: boolean | undefined;
|
|
2313
|
+
isTest?: boolean | undefined;
|
|
2314
2314
|
appUuid?: string | undefined;
|
|
2315
2315
|
authType?: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials" | undefined;
|
|
2316
2316
|
} | undefined;
|
|
@@ -2327,14 +2327,13 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
2327
2327
|
uuid?: string | undefined;
|
|
2328
2328
|
description?: string | undefined;
|
|
2329
2329
|
state?: import("..").WorkspaceElementState | undefined;
|
|
2330
|
-
errors?:
|
|
2330
|
+
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
2331
2331
|
revision?: string | undefined;
|
|
2332
|
-
isDeactivated?: boolean | undefined;
|
|
2333
2332
|
createdAt?: string | undefined;
|
|
2334
2333
|
updatedAt?: string | undefined;
|
|
2335
2334
|
archivedAt?: string | undefined;
|
|
2335
|
+
isDeactivated?: boolean | undefined;
|
|
2336
2336
|
parameters?: any;
|
|
2337
|
-
isTest?: boolean | undefined;
|
|
2338
2337
|
connectorId?: string | undefined;
|
|
2339
2338
|
connectorVersion?: string | undefined;
|
|
2340
2339
|
oAuthCallbackUri?: string | undefined;
|
|
@@ -2348,20 +2347,21 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
2348
2347
|
eventsCount?: number | undefined;
|
|
2349
2348
|
hasGlobalWebhooks?: boolean | undefined;
|
|
2350
2349
|
hasUdm?: boolean | undefined;
|
|
2350
|
+
isTest?: boolean | undefined;
|
|
2351
2351
|
appUuid?: string | undefined;
|
|
2352
2352
|
authType?: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials" | undefined;
|
|
2353
2353
|
} | undefined;
|
|
2354
2354
|
uuid?: string | undefined;
|
|
2355
2355
|
description?: string | undefined;
|
|
2356
2356
|
state?: import("..").WorkspaceElementState | undefined;
|
|
2357
|
-
errors?:
|
|
2358
|
-
isDeactivated?: boolean | undefined;
|
|
2357
|
+
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
2359
2358
|
createdAt?: string | undefined;
|
|
2360
2359
|
updatedAt?: string | undefined;
|
|
2361
2360
|
archivedAt?: string | undefined;
|
|
2361
|
+
isDeactivated?: boolean | undefined;
|
|
2362
2362
|
integrationId?: string | undefined;
|
|
2363
|
-
parametersSchema?: DataSchema | undefined;
|
|
2364
2363
|
customized?: boolean | undefined;
|
|
2364
|
+
parametersSchema?: DataSchema | undefined;
|
|
2365
2365
|
appliedToIntegrations?: {
|
|
2366
2366
|
integration: {
|
|
2367
2367
|
id: string;
|
|
@@ -2371,14 +2371,13 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
2371
2371
|
uuid?: string | undefined;
|
|
2372
2372
|
description?: string | undefined;
|
|
2373
2373
|
state?: import("..").WorkspaceElementState | undefined;
|
|
2374
|
-
errors?:
|
|
2374
|
+
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
2375
2375
|
revision?: string | undefined;
|
|
2376
|
-
isDeactivated?: boolean | undefined;
|
|
2377
2376
|
createdAt?: string | undefined;
|
|
2378
2377
|
updatedAt?: string | undefined;
|
|
2379
2378
|
archivedAt?: string | undefined;
|
|
2379
|
+
isDeactivated?: boolean | undefined;
|
|
2380
2380
|
parameters?: any;
|
|
2381
|
-
isTest?: boolean | undefined;
|
|
2382
2381
|
connectorId?: string | undefined;
|
|
2383
2382
|
connectorVersion?: string | undefined;
|
|
2384
2383
|
oAuthCallbackUri?: string | undefined;
|
|
@@ -2392,6 +2391,7 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
2392
2391
|
eventsCount?: number | undefined;
|
|
2393
2392
|
hasGlobalWebhooks?: boolean | undefined;
|
|
2394
2393
|
hasUdm?: boolean | undefined;
|
|
2394
|
+
isTest?: boolean | undefined;
|
|
2395
2395
|
appUuid?: string | undefined;
|
|
2396
2396
|
authType?: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials" | undefined;
|
|
2397
2397
|
};
|
|
@@ -2403,14 +2403,14 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
2403
2403
|
uuid?: string | undefined;
|
|
2404
2404
|
description?: string | undefined;
|
|
2405
2405
|
state?: import("..").WorkspaceElementState | undefined;
|
|
2406
|
-
errors?:
|
|
2407
|
-
isDeactivated?: boolean | undefined;
|
|
2406
|
+
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
2408
2407
|
createdAt?: string | undefined;
|
|
2409
2408
|
updatedAt?: string | undefined;
|
|
2410
2409
|
archivedAt?: string | undefined;
|
|
2410
|
+
isDeactivated?: boolean | undefined;
|
|
2411
2411
|
integrationId?: string | undefined;
|
|
2412
|
-
parametersSchema?: DataSchema | undefined;
|
|
2413
2412
|
customized?: boolean | undefined;
|
|
2413
|
+
parametersSchema?: DataSchema | undefined;
|
|
2414
2414
|
universalFlowId?: string | undefined;
|
|
2415
2415
|
universalFlowRevision?: string | undefined;
|
|
2416
2416
|
nodes?: Record<string, {
|
|
@@ -2418,9 +2418,9 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
2418
2418
|
type?: string | undefined;
|
|
2419
2419
|
name?: string | undefined;
|
|
2420
2420
|
description?: string | undefined;
|
|
2421
|
-
isCustomized?: boolean | undefined;
|
|
2422
2421
|
inputSchema?: any;
|
|
2423
2422
|
config?: any;
|
|
2423
|
+
isCustomized?: boolean | undefined;
|
|
2424
2424
|
outputSchema?: any;
|
|
2425
2425
|
version?: number | undefined;
|
|
2426
2426
|
onError?: "stop" | "continue" | undefined;
|
|
@@ -2442,9 +2442,9 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
2442
2442
|
type?: string | undefined;
|
|
2443
2443
|
name?: string | undefined;
|
|
2444
2444
|
description?: string | undefined;
|
|
2445
|
-
isCustomized?: boolean | undefined;
|
|
2446
2445
|
inputSchema?: any;
|
|
2447
2446
|
config?: any;
|
|
2447
|
+
isCustomized?: boolean | undefined;
|
|
2448
2448
|
outputSchema?: any;
|
|
2449
2449
|
version?: number | undefined;
|
|
2450
2450
|
onError?: "stop" | "continue" | undefined;
|
|
@@ -2461,13 +2461,17 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
2461
2461
|
uuid?: string | undefined;
|
|
2462
2462
|
description?: string | undefined;
|
|
2463
2463
|
state?: import("..").WorkspaceElementState | undefined;
|
|
2464
|
-
errors?:
|
|
2464
|
+
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
2465
2465
|
revision?: string | undefined;
|
|
2466
|
-
isDeactivated?: boolean | undefined;
|
|
2467
2466
|
archivedAt?: string | undefined;
|
|
2467
|
+
isDeactivated?: boolean | undefined;
|
|
2468
2468
|
instanceKey?: string | undefined;
|
|
2469
2469
|
connectionId?: string | undefined;
|
|
2470
2470
|
parameters?: any;
|
|
2471
|
+
customized?: {
|
|
2472
|
+
name?: boolean | undefined;
|
|
2473
|
+
nodes?: boolean | undefined;
|
|
2474
|
+
} | undefined;
|
|
2471
2475
|
parametersSchema?: DataSchema | undefined;
|
|
2472
2476
|
user?: {
|
|
2473
2477
|
id: string;
|
|
@@ -2481,10 +2485,6 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
2481
2485
|
lastActiveAt?: string | undefined;
|
|
2482
2486
|
isBillable?: boolean | undefined;
|
|
2483
2487
|
} | undefined;
|
|
2484
|
-
customized?: {
|
|
2485
|
-
name?: boolean | undefined;
|
|
2486
|
-
nodes?: boolean | undefined;
|
|
2487
|
-
} | undefined;
|
|
2488
2488
|
dependencies?: any[] | undefined;
|
|
2489
2489
|
universalFlowId?: string | undefined;
|
|
2490
2490
|
nodes?: Record<string, any> | undefined;
|
|
@@ -2506,18 +2506,18 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
2506
2506
|
updatedAt: string;
|
|
2507
2507
|
userId: string;
|
|
2508
2508
|
integrationId: string;
|
|
2509
|
-
error?:
|
|
2509
|
+
error?: import("../..").ErrorDataSchema | undefined;
|
|
2510
2510
|
state?: import("..").WorkspaceElementState | undefined;
|
|
2511
|
-
errors?:
|
|
2512
|
-
isDeactivated?: boolean | undefined;
|
|
2511
|
+
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
2513
2512
|
archivedAt?: string | undefined;
|
|
2513
|
+
isDeactivated?: boolean | undefined;
|
|
2514
2514
|
authOptionKey?: string | undefined;
|
|
2515
2515
|
isTest?: boolean | undefined;
|
|
2516
|
+
meta?: Record<string, any> | undefined;
|
|
2516
2517
|
disconnected?: boolean | undefined;
|
|
2517
2518
|
isDefunct?: boolean | undefined;
|
|
2518
2519
|
lastActiveAt?: string | undefined;
|
|
2519
2520
|
nextCredentialsRefreshAt?: string | undefined;
|
|
2520
|
-
meta?: Record<string, any> | undefined;
|
|
2521
2521
|
} | undefined;
|
|
2522
2522
|
integration?: {
|
|
2523
2523
|
id: string;
|
|
@@ -2527,14 +2527,13 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
2527
2527
|
uuid?: string | undefined;
|
|
2528
2528
|
description?: string | undefined;
|
|
2529
2529
|
state?: import("..").WorkspaceElementState | undefined;
|
|
2530
|
-
errors?:
|
|
2530
|
+
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
2531
2531
|
revision?: string | undefined;
|
|
2532
|
-
isDeactivated?: boolean | undefined;
|
|
2533
2532
|
createdAt?: string | undefined;
|
|
2534
2533
|
updatedAt?: string | undefined;
|
|
2535
2534
|
archivedAt?: string | undefined;
|
|
2535
|
+
isDeactivated?: boolean | undefined;
|
|
2536
2536
|
parameters?: any;
|
|
2537
|
-
isTest?: boolean | undefined;
|
|
2538
2537
|
connectorId?: string | undefined;
|
|
2539
2538
|
connectorVersion?: string | undefined;
|
|
2540
2539
|
oAuthCallbackUri?: string | undefined;
|
|
@@ -2548,6 +2547,7 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
2548
2547
|
eventsCount?: number | undefined;
|
|
2549
2548
|
hasGlobalWebhooks?: boolean | undefined;
|
|
2550
2549
|
hasUdm?: boolean | undefined;
|
|
2550
|
+
isTest?: boolean | undefined;
|
|
2551
2551
|
appUuid?: string | undefined;
|
|
2552
2552
|
authType?: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials" | undefined;
|
|
2553
2553
|
} | undefined;
|
|
@@ -2564,14 +2564,13 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
2564
2564
|
uuid?: string | undefined;
|
|
2565
2565
|
description?: string | undefined;
|
|
2566
2566
|
state?: import("..").WorkspaceElementState | undefined;
|
|
2567
|
-
errors?:
|
|
2567
|
+
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
2568
2568
|
revision?: string | undefined;
|
|
2569
|
-
isDeactivated?: boolean | undefined;
|
|
2570
2569
|
createdAt?: string | undefined;
|
|
2571
2570
|
updatedAt?: string | undefined;
|
|
2572
2571
|
archivedAt?: string | undefined;
|
|
2572
|
+
isDeactivated?: boolean | undefined;
|
|
2573
2573
|
parameters?: any;
|
|
2574
|
-
isTest?: boolean | undefined;
|
|
2575
2574
|
connectorId?: string | undefined;
|
|
2576
2575
|
connectorVersion?: string | undefined;
|
|
2577
2576
|
oAuthCallbackUri?: string | undefined;
|
|
@@ -2585,20 +2584,21 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
2585
2584
|
eventsCount?: number | undefined;
|
|
2586
2585
|
hasGlobalWebhooks?: boolean | undefined;
|
|
2587
2586
|
hasUdm?: boolean | undefined;
|
|
2587
|
+
isTest?: boolean | undefined;
|
|
2588
2588
|
appUuid?: string | undefined;
|
|
2589
2589
|
authType?: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials" | undefined;
|
|
2590
2590
|
} | undefined;
|
|
2591
2591
|
uuid?: string | undefined;
|
|
2592
2592
|
description?: string | undefined;
|
|
2593
2593
|
state?: import("..").WorkspaceElementState | undefined;
|
|
2594
|
-
errors?:
|
|
2595
|
-
isDeactivated?: boolean | undefined;
|
|
2594
|
+
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
2596
2595
|
createdAt?: string | undefined;
|
|
2597
2596
|
updatedAt?: string | undefined;
|
|
2598
2597
|
archivedAt?: string | undefined;
|
|
2598
|
+
isDeactivated?: boolean | undefined;
|
|
2599
2599
|
integrationId?: string | undefined;
|
|
2600
|
-
parametersSchema?: DataSchema | undefined;
|
|
2601
2600
|
customized?: boolean | undefined;
|
|
2601
|
+
parametersSchema?: DataSchema | undefined;
|
|
2602
2602
|
appliedToIntegrations?: {
|
|
2603
2603
|
integration: {
|
|
2604
2604
|
id: string;
|
|
@@ -2608,14 +2608,13 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
2608
2608
|
uuid?: string | undefined;
|
|
2609
2609
|
description?: string | undefined;
|
|
2610
2610
|
state?: import("..").WorkspaceElementState | undefined;
|
|
2611
|
-
errors?:
|
|
2611
|
+
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
2612
2612
|
revision?: string | undefined;
|
|
2613
|
-
isDeactivated?: boolean | undefined;
|
|
2614
2613
|
createdAt?: string | undefined;
|
|
2615
2614
|
updatedAt?: string | undefined;
|
|
2616
2615
|
archivedAt?: string | undefined;
|
|
2616
|
+
isDeactivated?: boolean | undefined;
|
|
2617
2617
|
parameters?: any;
|
|
2618
|
-
isTest?: boolean | undefined;
|
|
2619
2618
|
connectorId?: string | undefined;
|
|
2620
2619
|
connectorVersion?: string | undefined;
|
|
2621
2620
|
oAuthCallbackUri?: string | undefined;
|
|
@@ -2629,6 +2628,7 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
2629
2628
|
eventsCount?: number | undefined;
|
|
2630
2629
|
hasGlobalWebhooks?: boolean | undefined;
|
|
2631
2630
|
hasUdm?: boolean | undefined;
|
|
2631
|
+
isTest?: boolean | undefined;
|
|
2632
2632
|
appUuid?: string | undefined;
|
|
2633
2633
|
authType?: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials" | undefined;
|
|
2634
2634
|
};
|
|
@@ -2640,14 +2640,14 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
2640
2640
|
uuid?: string | undefined;
|
|
2641
2641
|
description?: string | undefined;
|
|
2642
2642
|
state?: import("..").WorkspaceElementState | undefined;
|
|
2643
|
-
errors?:
|
|
2644
|
-
isDeactivated?: boolean | undefined;
|
|
2643
|
+
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
2645
2644
|
createdAt?: string | undefined;
|
|
2646
2645
|
updatedAt?: string | undefined;
|
|
2647
2646
|
archivedAt?: string | undefined;
|
|
2647
|
+
isDeactivated?: boolean | undefined;
|
|
2648
2648
|
integrationId?: string | undefined;
|
|
2649
|
-
parametersSchema?: DataSchema | undefined;
|
|
2650
2649
|
customized?: boolean | undefined;
|
|
2650
|
+
parametersSchema?: DataSchema | undefined;
|
|
2651
2651
|
universalFlowId?: string | undefined;
|
|
2652
2652
|
universalFlowRevision?: string | undefined;
|
|
2653
2653
|
nodes?: Record<string, {
|
|
@@ -2655,9 +2655,9 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
2655
2655
|
type?: string | undefined;
|
|
2656
2656
|
name?: string | undefined;
|
|
2657
2657
|
description?: string | undefined;
|
|
2658
|
-
isCustomized?: boolean | undefined;
|
|
2659
2658
|
inputSchema?: any;
|
|
2660
2659
|
config?: any;
|
|
2660
|
+
isCustomized?: boolean | undefined;
|
|
2661
2661
|
outputSchema?: any;
|
|
2662
2662
|
version?: number | undefined;
|
|
2663
2663
|
onError?: "stop" | "continue" | undefined;
|
|
@@ -2679,9 +2679,9 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
2679
2679
|
type?: string | undefined;
|
|
2680
2680
|
name?: string | undefined;
|
|
2681
2681
|
description?: string | undefined;
|
|
2682
|
-
isCustomized?: boolean | undefined;
|
|
2683
2682
|
inputSchema?: any;
|
|
2684
2683
|
config?: any;
|
|
2684
|
+
isCustomized?: boolean | undefined;
|
|
2685
2685
|
outputSchema?: any;
|
|
2686
2686
|
version?: number | undefined;
|
|
2687
2687
|
onError?: "stop" | "continue" | undefined;
|
|
@@ -2698,13 +2698,17 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
2698
2698
|
uuid?: string | undefined;
|
|
2699
2699
|
description?: string | undefined;
|
|
2700
2700
|
state?: import("..").WorkspaceElementState | undefined;
|
|
2701
|
-
errors?:
|
|
2701
|
+
errors?: import("../..").ErrorDataSchema[] | undefined;
|
|
2702
2702
|
revision?: string | undefined;
|
|
2703
|
-
isDeactivated?: boolean | undefined;
|
|
2704
2703
|
archivedAt?: string | undefined;
|
|
2704
|
+
isDeactivated?: boolean | undefined;
|
|
2705
2705
|
instanceKey?: string | undefined;
|
|
2706
2706
|
connectionId?: string | undefined;
|
|
2707
2707
|
parameters?: any;
|
|
2708
|
+
customized?: {
|
|
2709
|
+
name?: boolean | undefined;
|
|
2710
|
+
nodes?: boolean | undefined;
|
|
2711
|
+
} | undefined;
|
|
2708
2712
|
parametersSchema?: DataSchema | undefined;
|
|
2709
2713
|
user?: {
|
|
2710
2714
|
id: string;
|
|
@@ -2718,10 +2722,6 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
2718
2722
|
lastActiveAt?: string | undefined;
|
|
2719
2723
|
isBillable?: boolean | undefined;
|
|
2720
2724
|
} | undefined;
|
|
2721
|
-
customized?: {
|
|
2722
|
-
name?: boolean | undefined;
|
|
2723
|
-
nodes?: boolean | undefined;
|
|
2724
|
-
} | undefined;
|
|
2725
2725
|
dependencies?: any[] | undefined;
|
|
2726
2726
|
universalFlowId?: string | undefined;
|
|
2727
2727
|
nodes?: Record<string, any> | undefined;
|