@membranehq/sdk 0.5.1 → 0.5.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bundle.d.ts +160 -2153
- package/dist/dts/accessors/connections-accessors.d.ts +1 -15
- package/dist/dts/accessors/integrations-accessors.d.ts +1 -15
- package/dist/dts/workspace-elements/api/action-instances-api.d.ts +3 -3
- package/dist/dts/workspace-elements/api/action-run-log-records-api.d.ts +5 -99
- package/dist/dts/workspace-elements/api/actions-api.d.ts +0 -192
- package/dist/dts/workspace-elements/api/connections-api.d.ts +291 -211
- package/dist/dts/workspace-elements/api/data-link-table-instances-api.d.ts +5 -99
- package/dist/dts/workspace-elements/api/data-source-instances-api.d.ts +5 -99
- package/dist/dts/workspace-elements/api/data-sources-api.d.ts +0 -192
- package/dist/dts/workspace-elements/api/external-event-log-records-api.d.ts +5 -99
- package/dist/dts/workspace-elements/api/external-event-pulls-api.d.ts +5 -99
- package/dist/dts/workspace-elements/api/external-event-subscriptions-api.d.ts +5 -99
- package/dist/dts/workspace-elements/api/external-events-api.d.ts +0 -108
- package/dist/dts/workspace-elements/api/field-mapping-instances-api.d.ts +12 -228
- package/dist/dts/workspace-elements/api/field-mappings-api.d.ts +0 -192
- package/dist/dts/workspace-elements/api/flow-runs-api.d.ts +12 -228
- package/dist/dts/workspace-elements/api/flows-api.d.ts +42 -530
- package/dist/dts/workspace-elements/api/integrations-api.d.ts +109 -75
- package/dist/dts/workspace-elements/api/scenarios-api.d.ts +0 -84
- package/dist/dts/workspace-elements/base/action-instances/types.d.ts +3 -3
- package/dist/dts/workspace-elements/base/connections/types.d.ts +3 -9
- package/dist/dts/workspace-elements/base/flow-instances/schemas.d.ts +4 -4
- package/dist/dts/workspace-elements/base/flow-instances/types.d.ts +2 -2
- package/dist/dts/workspace-elements/base/flows/types.d.ts +6 -6
- package/dist/dts/workspace-elements/base/integrations/types.d.ts +0 -407
- package/dist/dts/workspaces/types.d.ts +1 -1
- package/dist/index.d.ts +530 -3109
- package/dist/index.js +22 -18
- package/dist/index.js.map +1 -1
- package/dist/index.module.d.mts +530 -3109
- package/dist/index.module.mjs +22 -19
- package/dist/index.module.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -67,8 +67,8 @@ export declare const CreateFlowNodeRequest: z.ZodObject<{
|
|
|
67
67
|
}>>, "many">>;
|
|
68
68
|
}, "strip", z.ZodTypeAny, {
|
|
69
69
|
type: string;
|
|
70
|
-
ui?: any;
|
|
71
70
|
config?: any;
|
|
71
|
+
ui?: any;
|
|
72
72
|
links?: {
|
|
73
73
|
key?: string | undefined;
|
|
74
74
|
filter?: any;
|
|
@@ -76,8 +76,8 @@ export declare const CreateFlowNodeRequest: z.ZodObject<{
|
|
|
76
76
|
}[] | undefined;
|
|
77
77
|
}, {
|
|
78
78
|
type: string;
|
|
79
|
-
ui?: any;
|
|
80
79
|
config?: any;
|
|
80
|
+
ui?: any;
|
|
81
81
|
links?: {
|
|
82
82
|
key?: string | undefined;
|
|
83
83
|
filter?: any;
|
|
@@ -104,8 +104,8 @@ export declare const CreateFlowRequest: z.ZodObject<{
|
|
|
104
104
|
}>>, "many">>;
|
|
105
105
|
}, "strip", z.ZodTypeAny, {
|
|
106
106
|
type: string;
|
|
107
|
-
ui?: any;
|
|
108
107
|
config?: any;
|
|
108
|
+
ui?: any;
|
|
109
109
|
links?: {
|
|
110
110
|
key?: string | undefined;
|
|
111
111
|
filter?: any;
|
|
@@ -113,8 +113,8 @@ export declare const CreateFlowRequest: z.ZodObject<{
|
|
|
113
113
|
}[] | undefined;
|
|
114
114
|
}, {
|
|
115
115
|
type: string;
|
|
116
|
-
ui?: any;
|
|
117
116
|
config?: any;
|
|
117
|
+
ui?: any;
|
|
118
118
|
links?: {
|
|
119
119
|
key?: string | undefined;
|
|
120
120
|
filter?: any;
|
|
@@ -130,8 +130,8 @@ export declare const CreateFlowRequest: z.ZodObject<{
|
|
|
130
130
|
parametersSchema?: DataSchema | undefined;
|
|
131
131
|
nodes?: Record<string, {
|
|
132
132
|
type: string;
|
|
133
|
-
ui?: any;
|
|
134
133
|
config?: any;
|
|
134
|
+
ui?: any;
|
|
135
135
|
links?: {
|
|
136
136
|
key?: string | undefined;
|
|
137
137
|
filter?: any;
|
|
@@ -146,8 +146,8 @@ export declare const CreateFlowRequest: z.ZodObject<{
|
|
|
146
146
|
parametersSchema?: DataSchema | undefined;
|
|
147
147
|
nodes?: Record<string, {
|
|
148
148
|
type: string;
|
|
149
|
-
ui?: any;
|
|
150
149
|
config?: any;
|
|
150
|
+
ui?: any;
|
|
151
151
|
links?: {
|
|
152
152
|
key?: string | undefined;
|
|
153
153
|
filter?: any;
|
|
@@ -176,8 +176,8 @@ export declare const UpdateFlowRequest: z.ZodObject<{
|
|
|
176
176
|
}>>, "many">>;
|
|
177
177
|
}, "strip", z.ZodTypeAny, {
|
|
178
178
|
type: string;
|
|
179
|
-
ui?: any;
|
|
180
179
|
config?: any;
|
|
180
|
+
ui?: any;
|
|
181
181
|
links?: {
|
|
182
182
|
key?: string | undefined;
|
|
183
183
|
filter?: any;
|
|
@@ -185,8 +185,8 @@ export declare const UpdateFlowRequest: z.ZodObject<{
|
|
|
185
185
|
}[] | undefined;
|
|
186
186
|
}, {
|
|
187
187
|
type: string;
|
|
188
|
-
ui?: any;
|
|
189
188
|
config?: any;
|
|
189
|
+
ui?: any;
|
|
190
190
|
links?: {
|
|
191
191
|
key?: string | undefined;
|
|
192
192
|
filter?: any;
|
|
@@ -205,8 +205,8 @@ export declare const UpdateFlowRequest: z.ZodObject<{
|
|
|
205
205
|
parametersSchema?: DataSchema | undefined;
|
|
206
206
|
nodes?: Record<string, {
|
|
207
207
|
type: string;
|
|
208
|
-
ui?: any;
|
|
209
208
|
config?: any;
|
|
209
|
+
ui?: any;
|
|
210
210
|
links?: {
|
|
211
211
|
key?: string | undefined;
|
|
212
212
|
filter?: any;
|
|
@@ -222,8 +222,8 @@ export declare const UpdateFlowRequest: z.ZodObject<{
|
|
|
222
222
|
parametersSchema?: DataSchema | undefined;
|
|
223
223
|
nodes?: Record<string, {
|
|
224
224
|
type: string;
|
|
225
|
-
ui?: any;
|
|
226
225
|
config?: any;
|
|
226
|
+
ui?: any;
|
|
227
227
|
links?: {
|
|
228
228
|
key?: string | undefined;
|
|
229
229
|
filter?: any;
|
|
@@ -402,13 +402,13 @@ export declare const FlowApiResponse: z.ZodObject<{
|
|
|
402
402
|
type?: string | undefined;
|
|
403
403
|
name?: string | undefined;
|
|
404
404
|
description?: string | undefined;
|
|
405
|
-
ui?: any;
|
|
406
405
|
isCustomized?: boolean | undefined;
|
|
407
406
|
inputSchema?: any;
|
|
408
407
|
config?: any;
|
|
409
408
|
outputSchema?: any;
|
|
410
409
|
version?: number | undefined;
|
|
411
410
|
onError?: "stop" | "continue" | undefined;
|
|
411
|
+
ui?: any;
|
|
412
412
|
outputExample?: any;
|
|
413
413
|
links?: {
|
|
414
414
|
key?: string | undefined;
|
|
@@ -420,13 +420,13 @@ export declare const FlowApiResponse: z.ZodObject<{
|
|
|
420
420
|
type?: string | undefined;
|
|
421
421
|
name?: string | undefined;
|
|
422
422
|
description?: string | undefined;
|
|
423
|
-
ui?: any;
|
|
424
423
|
isCustomized?: boolean | undefined;
|
|
425
424
|
inputSchema?: any;
|
|
426
425
|
config?: any;
|
|
427
426
|
outputSchema?: any;
|
|
428
427
|
version?: number | undefined;
|
|
429
428
|
onError?: "stop" | "continue" | undefined;
|
|
429
|
+
ui?: any;
|
|
430
430
|
outputExample?: any;
|
|
431
431
|
links?: {
|
|
432
432
|
key?: string | undefined;
|
|
@@ -454,44 +454,8 @@ export declare const FlowApiResponse: z.ZodObject<{
|
|
|
454
454
|
logoUri: z.ZodString;
|
|
455
455
|
connectorId: z.ZodOptional<z.ZodString>;
|
|
456
456
|
connectorVersion: z.ZodOptional<z.ZodString>;
|
|
457
|
-
authOptions: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
458
|
-
key: z.ZodString;
|
|
459
|
-
type: z.ZodEnum<["integration-app-token", "membrane-token", "oauth2", "oauth1", "client-credentials", "proxy"]>;
|
|
460
|
-
title: z.ZodOptional<z.ZodString>;
|
|
461
|
-
description: z.ZodOptional<z.ZodString>;
|
|
462
|
-
ui: z.ZodOptional<z.ZodObject<{
|
|
463
|
-
schema: z.ZodOptional<z.ZodAny>;
|
|
464
|
-
helpUri: z.ZodOptional<z.ZodString>;
|
|
465
|
-
}, "strip", z.ZodTypeAny, {
|
|
466
|
-
schema?: any;
|
|
467
|
-
helpUri?: string | undefined;
|
|
468
|
-
}, {
|
|
469
|
-
schema?: any;
|
|
470
|
-
helpUri?: string | undefined;
|
|
471
|
-
}>>;
|
|
472
|
-
}, "strip", z.ZodTypeAny, {
|
|
473
|
-
key: string;
|
|
474
|
-
type: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials";
|
|
475
|
-
description?: string | undefined;
|
|
476
|
-
title?: string | undefined;
|
|
477
|
-
ui?: {
|
|
478
|
-
schema?: any;
|
|
479
|
-
helpUri?: string | undefined;
|
|
480
|
-
} | undefined;
|
|
481
|
-
}, {
|
|
482
|
-
key: string;
|
|
483
|
-
type: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials";
|
|
484
|
-
description?: string | undefined;
|
|
485
|
-
title?: string | undefined;
|
|
486
|
-
ui?: {
|
|
487
|
-
schema?: any;
|
|
488
|
-
helpUri?: string | undefined;
|
|
489
|
-
} | undefined;
|
|
490
|
-
}>, "many">>;
|
|
491
457
|
oAuthCallbackUri: z.ZodOptional<z.ZodString>;
|
|
492
|
-
parametersSchema: z.ZodOptional<z.ZodType<DataSchema, z.ZodTypeDef, DataSchema>>;
|
|
493
458
|
parameters: z.ZodOptional<z.ZodAny>;
|
|
494
|
-
baseUri: z.ZodString;
|
|
495
459
|
archivedAt: z.ZodOptional<z.ZodString>;
|
|
496
460
|
hasMissingParameters: z.ZodOptional<z.ZodBoolean>;
|
|
497
461
|
hasDocumentation: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -510,7 +474,6 @@ export declare const FlowApiResponse: z.ZodObject<{
|
|
|
510
474
|
}, "strip", z.ZodTypeAny, {
|
|
511
475
|
id: string;
|
|
512
476
|
name: string;
|
|
513
|
-
baseUri: string;
|
|
514
477
|
logoUri: string;
|
|
515
478
|
key?: string | undefined;
|
|
516
479
|
uuid?: string | undefined;
|
|
@@ -523,20 +486,9 @@ export declare const FlowApiResponse: z.ZodObject<{
|
|
|
523
486
|
updatedAt?: string | undefined;
|
|
524
487
|
archivedAt?: string | undefined;
|
|
525
488
|
parameters?: any;
|
|
526
|
-
parametersSchema?: DataSchema | undefined;
|
|
527
489
|
isTest?: boolean | undefined;
|
|
528
490
|
connectorId?: string | undefined;
|
|
529
491
|
connectorVersion?: string | undefined;
|
|
530
|
-
authOptions?: {
|
|
531
|
-
key: string;
|
|
532
|
-
type: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials";
|
|
533
|
-
description?: string | undefined;
|
|
534
|
-
title?: string | undefined;
|
|
535
|
-
ui?: {
|
|
536
|
-
schema?: any;
|
|
537
|
-
helpUri?: string | undefined;
|
|
538
|
-
} | undefined;
|
|
539
|
-
}[] | undefined;
|
|
540
492
|
oAuthCallbackUri?: string | undefined;
|
|
541
493
|
hasMissingParameters?: boolean | undefined;
|
|
542
494
|
hasDocumentation?: boolean | undefined;
|
|
@@ -553,7 +505,6 @@ export declare const FlowApiResponse: z.ZodObject<{
|
|
|
553
505
|
}, {
|
|
554
506
|
id: string;
|
|
555
507
|
name: string;
|
|
556
|
-
baseUri: string;
|
|
557
508
|
logoUri: string;
|
|
558
509
|
key?: string | undefined;
|
|
559
510
|
uuid?: string | undefined;
|
|
@@ -566,20 +517,9 @@ export declare const FlowApiResponse: z.ZodObject<{
|
|
|
566
517
|
updatedAt?: string | undefined;
|
|
567
518
|
archivedAt?: string | undefined;
|
|
568
519
|
parameters?: any;
|
|
569
|
-
parametersSchema?: DataSchema | undefined;
|
|
570
520
|
isTest?: boolean | undefined;
|
|
571
521
|
connectorId?: string | undefined;
|
|
572
522
|
connectorVersion?: string | undefined;
|
|
573
|
-
authOptions?: {
|
|
574
|
-
key: string;
|
|
575
|
-
type: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials";
|
|
576
|
-
description?: string | undefined;
|
|
577
|
-
title?: string | undefined;
|
|
578
|
-
ui?: {
|
|
579
|
-
schema?: any;
|
|
580
|
-
helpUri?: string | undefined;
|
|
581
|
-
} | undefined;
|
|
582
|
-
}[] | undefined;
|
|
583
523
|
oAuthCallbackUri?: string | undefined;
|
|
584
524
|
hasMissingParameters?: boolean | undefined;
|
|
585
525
|
hasDocumentation?: boolean | undefined;
|
|
@@ -642,13 +582,13 @@ export declare const FlowApiResponse: z.ZodObject<{
|
|
|
642
582
|
type?: string | undefined;
|
|
643
583
|
name?: string | undefined;
|
|
644
584
|
description?: string | undefined;
|
|
645
|
-
ui?: any;
|
|
646
585
|
isCustomized?: boolean | undefined;
|
|
647
586
|
inputSchema?: any;
|
|
648
587
|
config?: any;
|
|
649
588
|
outputSchema?: any;
|
|
650
589
|
version?: number | undefined;
|
|
651
590
|
onError?: "stop" | "continue" | undefined;
|
|
591
|
+
ui?: any;
|
|
652
592
|
outputExample?: any;
|
|
653
593
|
links?: {
|
|
654
594
|
key?: string | undefined;
|
|
@@ -660,13 +600,13 @@ export declare const FlowApiResponse: z.ZodObject<{
|
|
|
660
600
|
type?: string | undefined;
|
|
661
601
|
name?: string | undefined;
|
|
662
602
|
description?: string | undefined;
|
|
663
|
-
ui?: any;
|
|
664
603
|
isCustomized?: boolean | undefined;
|
|
665
604
|
inputSchema?: any;
|
|
666
605
|
config?: any;
|
|
667
606
|
outputSchema?: any;
|
|
668
607
|
version?: number | undefined;
|
|
669
608
|
onError?: "stop" | "continue" | undefined;
|
|
609
|
+
ui?: any;
|
|
670
610
|
outputExample?: any;
|
|
671
611
|
links?: {
|
|
672
612
|
key?: string | undefined;
|
|
@@ -701,13 +641,13 @@ export declare const FlowApiResponse: z.ZodObject<{
|
|
|
701
641
|
type?: string | undefined;
|
|
702
642
|
name?: string | undefined;
|
|
703
643
|
description?: string | undefined;
|
|
704
|
-
ui?: any;
|
|
705
644
|
isCustomized?: boolean | undefined;
|
|
706
645
|
inputSchema?: any;
|
|
707
646
|
config?: any;
|
|
708
647
|
outputSchema?: any;
|
|
709
648
|
version?: number | undefined;
|
|
710
649
|
onError?: "stop" | "continue" | undefined;
|
|
650
|
+
ui?: any;
|
|
711
651
|
outputExample?: any;
|
|
712
652
|
links?: {
|
|
713
653
|
key?: string | undefined;
|
|
@@ -739,13 +679,13 @@ export declare const FlowApiResponse: z.ZodObject<{
|
|
|
739
679
|
type?: string | undefined;
|
|
740
680
|
name?: string | undefined;
|
|
741
681
|
description?: string | undefined;
|
|
742
|
-
ui?: any;
|
|
743
682
|
isCustomized?: boolean | undefined;
|
|
744
683
|
inputSchema?: any;
|
|
745
684
|
config?: any;
|
|
746
685
|
outputSchema?: any;
|
|
747
686
|
version?: number | undefined;
|
|
748
687
|
onError?: "stop" | "continue" | undefined;
|
|
688
|
+
ui?: any;
|
|
749
689
|
outputExample?: any;
|
|
750
690
|
links?: {
|
|
751
691
|
key?: string | undefined;
|
|
@@ -770,44 +710,8 @@ export declare const FlowApiResponse: z.ZodObject<{
|
|
|
770
710
|
logoUri: z.ZodString;
|
|
771
711
|
connectorId: z.ZodOptional<z.ZodString>;
|
|
772
712
|
connectorVersion: z.ZodOptional<z.ZodString>;
|
|
773
|
-
authOptions: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
774
|
-
key: z.ZodString;
|
|
775
|
-
type: z.ZodEnum<["integration-app-token", "membrane-token", "oauth2", "oauth1", "client-credentials", "proxy"]>;
|
|
776
|
-
title: z.ZodOptional<z.ZodString>;
|
|
777
|
-
description: z.ZodOptional<z.ZodString>;
|
|
778
|
-
ui: z.ZodOptional<z.ZodObject<{
|
|
779
|
-
schema: z.ZodOptional<z.ZodAny>;
|
|
780
|
-
helpUri: z.ZodOptional<z.ZodString>;
|
|
781
|
-
}, "strip", z.ZodTypeAny, {
|
|
782
|
-
schema?: any;
|
|
783
|
-
helpUri?: string | undefined;
|
|
784
|
-
}, {
|
|
785
|
-
schema?: any;
|
|
786
|
-
helpUri?: string | undefined;
|
|
787
|
-
}>>;
|
|
788
|
-
}, "strip", z.ZodTypeAny, {
|
|
789
|
-
key: string;
|
|
790
|
-
type: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials";
|
|
791
|
-
description?: string | undefined;
|
|
792
|
-
title?: string | undefined;
|
|
793
|
-
ui?: {
|
|
794
|
-
schema?: any;
|
|
795
|
-
helpUri?: string | undefined;
|
|
796
|
-
} | undefined;
|
|
797
|
-
}, {
|
|
798
|
-
key: string;
|
|
799
|
-
type: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials";
|
|
800
|
-
description?: string | undefined;
|
|
801
|
-
title?: string | undefined;
|
|
802
|
-
ui?: {
|
|
803
|
-
schema?: any;
|
|
804
|
-
helpUri?: string | undefined;
|
|
805
|
-
} | undefined;
|
|
806
|
-
}>, "many">>;
|
|
807
713
|
oAuthCallbackUri: z.ZodOptional<z.ZodString>;
|
|
808
|
-
parametersSchema: z.ZodOptional<z.ZodType<DataSchema, z.ZodTypeDef, DataSchema>>;
|
|
809
714
|
parameters: z.ZodOptional<z.ZodAny>;
|
|
810
|
-
baseUri: z.ZodString;
|
|
811
715
|
archivedAt: z.ZodOptional<z.ZodString>;
|
|
812
716
|
hasMissingParameters: z.ZodOptional<z.ZodBoolean>;
|
|
813
717
|
hasDocumentation: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -826,7 +730,6 @@ export declare const FlowApiResponse: z.ZodObject<{
|
|
|
826
730
|
}, "strip", z.ZodTypeAny, {
|
|
827
731
|
id: string;
|
|
828
732
|
name: string;
|
|
829
|
-
baseUri: string;
|
|
830
733
|
logoUri: string;
|
|
831
734
|
key?: string | undefined;
|
|
832
735
|
uuid?: string | undefined;
|
|
@@ -839,20 +742,9 @@ export declare const FlowApiResponse: z.ZodObject<{
|
|
|
839
742
|
updatedAt?: string | undefined;
|
|
840
743
|
archivedAt?: string | undefined;
|
|
841
744
|
parameters?: any;
|
|
842
|
-
parametersSchema?: DataSchema | undefined;
|
|
843
745
|
isTest?: boolean | undefined;
|
|
844
746
|
connectorId?: string | undefined;
|
|
845
747
|
connectorVersion?: string | undefined;
|
|
846
|
-
authOptions?: {
|
|
847
|
-
key: string;
|
|
848
|
-
type: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials";
|
|
849
|
-
description?: string | undefined;
|
|
850
|
-
title?: string | undefined;
|
|
851
|
-
ui?: {
|
|
852
|
-
schema?: any;
|
|
853
|
-
helpUri?: string | undefined;
|
|
854
|
-
} | undefined;
|
|
855
|
-
}[] | undefined;
|
|
856
748
|
oAuthCallbackUri?: string | undefined;
|
|
857
749
|
hasMissingParameters?: boolean | undefined;
|
|
858
750
|
hasDocumentation?: boolean | undefined;
|
|
@@ -869,7 +761,6 @@ export declare const FlowApiResponse: z.ZodObject<{
|
|
|
869
761
|
}, {
|
|
870
762
|
id: string;
|
|
871
763
|
name: string;
|
|
872
|
-
baseUri: string;
|
|
873
764
|
logoUri: string;
|
|
874
765
|
key?: string | undefined;
|
|
875
766
|
uuid?: string | undefined;
|
|
@@ -882,20 +773,9 @@ export declare const FlowApiResponse: z.ZodObject<{
|
|
|
882
773
|
updatedAt?: string | undefined;
|
|
883
774
|
archivedAt?: string | undefined;
|
|
884
775
|
parameters?: any;
|
|
885
|
-
parametersSchema?: DataSchema | undefined;
|
|
886
776
|
isTest?: boolean | undefined;
|
|
887
777
|
connectorId?: string | undefined;
|
|
888
778
|
connectorVersion?: string | undefined;
|
|
889
|
-
authOptions?: {
|
|
890
|
-
key: string;
|
|
891
|
-
type: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials";
|
|
892
|
-
description?: string | undefined;
|
|
893
|
-
title?: string | undefined;
|
|
894
|
-
ui?: {
|
|
895
|
-
schema?: any;
|
|
896
|
-
helpUri?: string | undefined;
|
|
897
|
-
} | undefined;
|
|
898
|
-
}[] | undefined;
|
|
899
779
|
oAuthCallbackUri?: string | undefined;
|
|
900
780
|
hasMissingParameters?: boolean | undefined;
|
|
901
781
|
hasDocumentation?: boolean | undefined;
|
|
@@ -914,7 +794,6 @@ export declare const FlowApiResponse: z.ZodObject<{
|
|
|
914
794
|
integration: {
|
|
915
795
|
id: string;
|
|
916
796
|
name: string;
|
|
917
|
-
baseUri: string;
|
|
918
797
|
logoUri: string;
|
|
919
798
|
key?: string | undefined;
|
|
920
799
|
uuid?: string | undefined;
|
|
@@ -927,20 +806,9 @@ export declare const FlowApiResponse: z.ZodObject<{
|
|
|
927
806
|
updatedAt?: string | undefined;
|
|
928
807
|
archivedAt?: string | undefined;
|
|
929
808
|
parameters?: any;
|
|
930
|
-
parametersSchema?: DataSchema | undefined;
|
|
931
809
|
isTest?: boolean | undefined;
|
|
932
810
|
connectorId?: string | undefined;
|
|
933
811
|
connectorVersion?: string | undefined;
|
|
934
|
-
authOptions?: {
|
|
935
|
-
key: string;
|
|
936
|
-
type: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials";
|
|
937
|
-
description?: string | undefined;
|
|
938
|
-
title?: string | undefined;
|
|
939
|
-
ui?: {
|
|
940
|
-
schema?: any;
|
|
941
|
-
helpUri?: string | undefined;
|
|
942
|
-
} | undefined;
|
|
943
|
-
}[] | undefined;
|
|
944
812
|
oAuthCallbackUri?: string | undefined;
|
|
945
813
|
hasMissingParameters?: boolean | undefined;
|
|
946
814
|
hasDocumentation?: boolean | undefined;
|
|
@@ -978,13 +846,13 @@ export declare const FlowApiResponse: z.ZodObject<{
|
|
|
978
846
|
type?: string | undefined;
|
|
979
847
|
name?: string | undefined;
|
|
980
848
|
description?: string | undefined;
|
|
981
|
-
ui?: any;
|
|
982
849
|
isCustomized?: boolean | undefined;
|
|
983
850
|
inputSchema?: any;
|
|
984
851
|
config?: any;
|
|
985
852
|
outputSchema?: any;
|
|
986
853
|
version?: number | undefined;
|
|
987
854
|
onError?: "stop" | "continue" | undefined;
|
|
855
|
+
ui?: any;
|
|
988
856
|
outputExample?: any;
|
|
989
857
|
links?: {
|
|
990
858
|
key?: string | undefined;
|
|
@@ -998,7 +866,6 @@ export declare const FlowApiResponse: z.ZodObject<{
|
|
|
998
866
|
integration: {
|
|
999
867
|
id: string;
|
|
1000
868
|
name: string;
|
|
1001
|
-
baseUri: string;
|
|
1002
869
|
logoUri: string;
|
|
1003
870
|
key?: string | undefined;
|
|
1004
871
|
uuid?: string | undefined;
|
|
@@ -1011,20 +878,9 @@ export declare const FlowApiResponse: z.ZodObject<{
|
|
|
1011
878
|
updatedAt?: string | undefined;
|
|
1012
879
|
archivedAt?: string | undefined;
|
|
1013
880
|
parameters?: any;
|
|
1014
|
-
parametersSchema?: DataSchema | undefined;
|
|
1015
881
|
isTest?: boolean | undefined;
|
|
1016
882
|
connectorId?: string | undefined;
|
|
1017
883
|
connectorVersion?: string | undefined;
|
|
1018
|
-
authOptions?: {
|
|
1019
|
-
key: string;
|
|
1020
|
-
type: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials";
|
|
1021
|
-
description?: string | undefined;
|
|
1022
|
-
title?: string | undefined;
|
|
1023
|
-
ui?: {
|
|
1024
|
-
schema?: any;
|
|
1025
|
-
helpUri?: string | undefined;
|
|
1026
|
-
} | undefined;
|
|
1027
|
-
}[] | undefined;
|
|
1028
884
|
oAuthCallbackUri?: string | undefined;
|
|
1029
885
|
hasMissingParameters?: boolean | undefined;
|
|
1030
886
|
hasDocumentation?: boolean | undefined;
|
|
@@ -1062,13 +918,13 @@ export declare const FlowApiResponse: z.ZodObject<{
|
|
|
1062
918
|
type?: string | undefined;
|
|
1063
919
|
name?: string | undefined;
|
|
1064
920
|
description?: string | undefined;
|
|
1065
|
-
ui?: any;
|
|
1066
921
|
isCustomized?: boolean | undefined;
|
|
1067
922
|
inputSchema?: any;
|
|
1068
923
|
config?: any;
|
|
1069
924
|
outputSchema?: any;
|
|
1070
925
|
version?: number | undefined;
|
|
1071
926
|
onError?: "stop" | "continue" | undefined;
|
|
927
|
+
ui?: any;
|
|
1072
928
|
outputExample?: any;
|
|
1073
929
|
links?: {
|
|
1074
930
|
key?: string | undefined;
|
|
@@ -1087,7 +943,6 @@ export declare const FlowApiResponse: z.ZodObject<{
|
|
|
1087
943
|
integration?: {
|
|
1088
944
|
id: string;
|
|
1089
945
|
name: string;
|
|
1090
|
-
baseUri: string;
|
|
1091
946
|
logoUri: string;
|
|
1092
947
|
key?: string | undefined;
|
|
1093
948
|
uuid?: string | undefined;
|
|
@@ -1100,20 +955,9 @@ export declare const FlowApiResponse: z.ZodObject<{
|
|
|
1100
955
|
updatedAt?: string | undefined;
|
|
1101
956
|
archivedAt?: string | undefined;
|
|
1102
957
|
parameters?: any;
|
|
1103
|
-
parametersSchema?: DataSchema | undefined;
|
|
1104
958
|
isTest?: boolean | undefined;
|
|
1105
959
|
connectorId?: string | undefined;
|
|
1106
960
|
connectorVersion?: string | undefined;
|
|
1107
|
-
authOptions?: {
|
|
1108
|
-
key: string;
|
|
1109
|
-
type: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials";
|
|
1110
|
-
description?: string | undefined;
|
|
1111
|
-
title?: string | undefined;
|
|
1112
|
-
ui?: {
|
|
1113
|
-
schema?: any;
|
|
1114
|
-
helpUri?: string | undefined;
|
|
1115
|
-
} | undefined;
|
|
1116
|
-
}[] | undefined;
|
|
1117
961
|
oAuthCallbackUri?: string | undefined;
|
|
1118
962
|
hasMissingParameters?: boolean | undefined;
|
|
1119
963
|
hasDocumentation?: boolean | undefined;
|
|
@@ -1143,7 +987,6 @@ export declare const FlowApiResponse: z.ZodObject<{
|
|
|
1143
987
|
integration: {
|
|
1144
988
|
id: string;
|
|
1145
989
|
name: string;
|
|
1146
|
-
baseUri: string;
|
|
1147
990
|
logoUri: string;
|
|
1148
991
|
key?: string | undefined;
|
|
1149
992
|
uuid?: string | undefined;
|
|
@@ -1156,20 +999,9 @@ export declare const FlowApiResponse: z.ZodObject<{
|
|
|
1156
999
|
updatedAt?: string | undefined;
|
|
1157
1000
|
archivedAt?: string | undefined;
|
|
1158
1001
|
parameters?: any;
|
|
1159
|
-
parametersSchema?: DataSchema | undefined;
|
|
1160
1002
|
isTest?: boolean | undefined;
|
|
1161
1003
|
connectorId?: string | undefined;
|
|
1162
1004
|
connectorVersion?: string | undefined;
|
|
1163
|
-
authOptions?: {
|
|
1164
|
-
key: string;
|
|
1165
|
-
type: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials";
|
|
1166
|
-
description?: string | undefined;
|
|
1167
|
-
title?: string | undefined;
|
|
1168
|
-
ui?: {
|
|
1169
|
-
schema?: any;
|
|
1170
|
-
helpUri?: string | undefined;
|
|
1171
|
-
} | undefined;
|
|
1172
|
-
}[] | undefined;
|
|
1173
1005
|
oAuthCallbackUri?: string | undefined;
|
|
1174
1006
|
hasMissingParameters?: boolean | undefined;
|
|
1175
1007
|
hasDocumentation?: boolean | undefined;
|
|
@@ -1207,13 +1039,13 @@ export declare const FlowApiResponse: z.ZodObject<{
|
|
|
1207
1039
|
type?: string | undefined;
|
|
1208
1040
|
name?: string | undefined;
|
|
1209
1041
|
description?: string | undefined;
|
|
1210
|
-
ui?: any;
|
|
1211
1042
|
isCustomized?: boolean | undefined;
|
|
1212
1043
|
inputSchema?: any;
|
|
1213
1044
|
config?: any;
|
|
1214
1045
|
outputSchema?: any;
|
|
1215
1046
|
version?: number | undefined;
|
|
1216
1047
|
onError?: "stop" | "continue" | undefined;
|
|
1048
|
+
ui?: any;
|
|
1217
1049
|
outputExample?: any;
|
|
1218
1050
|
links?: {
|
|
1219
1051
|
key?: string | undefined;
|
|
@@ -1231,13 +1063,13 @@ export declare const FlowApiResponse: z.ZodObject<{
|
|
|
1231
1063
|
type?: string | undefined;
|
|
1232
1064
|
name?: string | undefined;
|
|
1233
1065
|
description?: string | undefined;
|
|
1234
|
-
ui?: any;
|
|
1235
1066
|
isCustomized?: boolean | undefined;
|
|
1236
1067
|
inputSchema?: any;
|
|
1237
1068
|
config?: any;
|
|
1238
1069
|
outputSchema?: any;
|
|
1239
1070
|
version?: number | undefined;
|
|
1240
1071
|
onError?: "stop" | "continue" | undefined;
|
|
1072
|
+
ui?: any;
|
|
1241
1073
|
outputExample?: any;
|
|
1242
1074
|
links?: {
|
|
1243
1075
|
key?: string | undefined;
|
|
@@ -1254,7 +1086,6 @@ export declare const FlowApiResponse: z.ZodObject<{
|
|
|
1254
1086
|
integration?: {
|
|
1255
1087
|
id: string;
|
|
1256
1088
|
name: string;
|
|
1257
|
-
baseUri: string;
|
|
1258
1089
|
logoUri: string;
|
|
1259
1090
|
key?: string | undefined;
|
|
1260
1091
|
uuid?: string | undefined;
|
|
@@ -1267,20 +1098,9 @@ export declare const FlowApiResponse: z.ZodObject<{
|
|
|
1267
1098
|
updatedAt?: string | undefined;
|
|
1268
1099
|
archivedAt?: string | undefined;
|
|
1269
1100
|
parameters?: any;
|
|
1270
|
-
parametersSchema?: DataSchema | undefined;
|
|
1271
1101
|
isTest?: boolean | undefined;
|
|
1272
1102
|
connectorId?: string | undefined;
|
|
1273
1103
|
connectorVersion?: string | undefined;
|
|
1274
|
-
authOptions?: {
|
|
1275
|
-
key: string;
|
|
1276
|
-
type: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials";
|
|
1277
|
-
description?: string | undefined;
|
|
1278
|
-
title?: string | undefined;
|
|
1279
|
-
ui?: {
|
|
1280
|
-
schema?: any;
|
|
1281
|
-
helpUri?: string | undefined;
|
|
1282
|
-
} | undefined;
|
|
1283
|
-
}[] | undefined;
|
|
1284
1104
|
oAuthCallbackUri?: string | undefined;
|
|
1285
1105
|
hasMissingParameters?: boolean | undefined;
|
|
1286
1106
|
hasDocumentation?: boolean | undefined;
|
|
@@ -1310,7 +1130,6 @@ export declare const FlowApiResponse: z.ZodObject<{
|
|
|
1310
1130
|
integration: {
|
|
1311
1131
|
id: string;
|
|
1312
1132
|
name: string;
|
|
1313
|
-
baseUri: string;
|
|
1314
1133
|
logoUri: string;
|
|
1315
1134
|
key?: string | undefined;
|
|
1316
1135
|
uuid?: string | undefined;
|
|
@@ -1323,20 +1142,9 @@ export declare const FlowApiResponse: z.ZodObject<{
|
|
|
1323
1142
|
updatedAt?: string | undefined;
|
|
1324
1143
|
archivedAt?: string | undefined;
|
|
1325
1144
|
parameters?: any;
|
|
1326
|
-
parametersSchema?: DataSchema | undefined;
|
|
1327
1145
|
isTest?: boolean | undefined;
|
|
1328
1146
|
connectorId?: string | undefined;
|
|
1329
1147
|
connectorVersion?: string | undefined;
|
|
1330
|
-
authOptions?: {
|
|
1331
|
-
key: string;
|
|
1332
|
-
type: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials";
|
|
1333
|
-
description?: string | undefined;
|
|
1334
|
-
title?: string | undefined;
|
|
1335
|
-
ui?: {
|
|
1336
|
-
schema?: any;
|
|
1337
|
-
helpUri?: string | undefined;
|
|
1338
|
-
} | undefined;
|
|
1339
|
-
}[] | undefined;
|
|
1340
1148
|
oAuthCallbackUri?: string | undefined;
|
|
1341
1149
|
hasMissingParameters?: boolean | undefined;
|
|
1342
1150
|
hasDocumentation?: boolean | undefined;
|
|
@@ -1374,13 +1182,13 @@ export declare const FlowApiResponse: z.ZodObject<{
|
|
|
1374
1182
|
type?: string | undefined;
|
|
1375
1183
|
name?: string | undefined;
|
|
1376
1184
|
description?: string | undefined;
|
|
1377
|
-
ui?: any;
|
|
1378
1185
|
isCustomized?: boolean | undefined;
|
|
1379
1186
|
inputSchema?: any;
|
|
1380
1187
|
config?: any;
|
|
1381
1188
|
outputSchema?: any;
|
|
1382
1189
|
version?: number | undefined;
|
|
1383
1190
|
onError?: "stop" | "continue" | undefined;
|
|
1191
|
+
ui?: any;
|
|
1384
1192
|
outputExample?: any;
|
|
1385
1193
|
links?: {
|
|
1386
1194
|
key?: string | undefined;
|
|
@@ -1398,13 +1206,13 @@ export declare const FlowApiResponse: z.ZodObject<{
|
|
|
1398
1206
|
type?: string | undefined;
|
|
1399
1207
|
name?: string | undefined;
|
|
1400
1208
|
description?: string | undefined;
|
|
1401
|
-
ui?: any;
|
|
1402
1209
|
isCustomized?: boolean | undefined;
|
|
1403
1210
|
inputSchema?: any;
|
|
1404
1211
|
config?: any;
|
|
1405
1212
|
outputSchema?: any;
|
|
1406
1213
|
version?: number | undefined;
|
|
1407
1214
|
onError?: "stop" | "continue" | undefined;
|
|
1215
|
+
ui?: any;
|
|
1408
1216
|
outputExample?: any;
|
|
1409
1217
|
links?: {
|
|
1410
1218
|
key?: string | undefined;
|
|
@@ -1488,9 +1296,7 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
1488
1296
|
errors?: any[] | undefined;
|
|
1489
1297
|
isDeactivated?: boolean | undefined;
|
|
1490
1298
|
archivedAt?: string | undefined;
|
|
1491
|
-
|
|
1492
|
-
parameters?: unknown;
|
|
1493
|
-
connectorParameters?: unknown;
|
|
1299
|
+
authOptionKey?: string | undefined;
|
|
1494
1300
|
isTest?: boolean | undefined;
|
|
1495
1301
|
disconnected?: boolean | undefined;
|
|
1496
1302
|
isDefunct?: boolean | undefined;
|
|
@@ -1509,9 +1315,7 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
1509
1315
|
errors?: any[] | undefined;
|
|
1510
1316
|
isDeactivated?: boolean | undefined;
|
|
1511
1317
|
archivedAt?: string | undefined;
|
|
1512
|
-
|
|
1513
|
-
parameters?: unknown;
|
|
1514
|
-
connectorParameters?: unknown;
|
|
1318
|
+
authOptionKey?: string | undefined;
|
|
1515
1319
|
isTest?: boolean | undefined;
|
|
1516
1320
|
disconnected?: boolean | undefined;
|
|
1517
1321
|
isDefunct?: boolean | undefined;
|
|
@@ -1566,13 +1370,13 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
1566
1370
|
type?: string | undefined;
|
|
1567
1371
|
name?: string | undefined;
|
|
1568
1372
|
description?: string | undefined;
|
|
1569
|
-
ui?: any;
|
|
1570
1373
|
isCustomized?: boolean | undefined;
|
|
1571
1374
|
inputSchema?: any;
|
|
1572
1375
|
config?: any;
|
|
1573
1376
|
outputSchema?: any;
|
|
1574
1377
|
version?: number | undefined;
|
|
1575
1378
|
onError?: "stop" | "continue" | undefined;
|
|
1379
|
+
ui?: any;
|
|
1576
1380
|
outputExample?: any;
|
|
1577
1381
|
links?: {
|
|
1578
1382
|
key?: string | undefined;
|
|
@@ -1584,13 +1388,13 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
1584
1388
|
type?: string | undefined;
|
|
1585
1389
|
name?: string | undefined;
|
|
1586
1390
|
description?: string | undefined;
|
|
1587
|
-
ui?: any;
|
|
1588
1391
|
isCustomized?: boolean | undefined;
|
|
1589
1392
|
inputSchema?: any;
|
|
1590
1393
|
config?: any;
|
|
1591
1394
|
outputSchema?: any;
|
|
1592
1395
|
version?: number | undefined;
|
|
1593
1396
|
onError?: "stop" | "continue" | undefined;
|
|
1397
|
+
ui?: any;
|
|
1594
1398
|
outputExample?: any;
|
|
1595
1399
|
links?: {
|
|
1596
1400
|
key?: string | undefined;
|
|
@@ -1618,44 +1422,8 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
1618
1422
|
logoUri: z.ZodString;
|
|
1619
1423
|
connectorId: z.ZodOptional<z.ZodString>;
|
|
1620
1424
|
connectorVersion: z.ZodOptional<z.ZodString>;
|
|
1621
|
-
authOptions: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1622
|
-
key: z.ZodString;
|
|
1623
|
-
type: z.ZodEnum<["integration-app-token", "membrane-token", "oauth2", "oauth1", "client-credentials", "proxy"]>;
|
|
1624
|
-
title: z.ZodOptional<z.ZodString>;
|
|
1625
|
-
description: z.ZodOptional<z.ZodString>;
|
|
1626
|
-
ui: z.ZodOptional<z.ZodObject<{
|
|
1627
|
-
schema: z.ZodOptional<z.ZodAny>;
|
|
1628
|
-
helpUri: z.ZodOptional<z.ZodString>;
|
|
1629
|
-
}, "strip", z.ZodTypeAny, {
|
|
1630
|
-
schema?: any;
|
|
1631
|
-
helpUri?: string | undefined;
|
|
1632
|
-
}, {
|
|
1633
|
-
schema?: any;
|
|
1634
|
-
helpUri?: string | undefined;
|
|
1635
|
-
}>>;
|
|
1636
|
-
}, "strip", z.ZodTypeAny, {
|
|
1637
|
-
key: string;
|
|
1638
|
-
type: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials";
|
|
1639
|
-
description?: string | undefined;
|
|
1640
|
-
title?: string | undefined;
|
|
1641
|
-
ui?: {
|
|
1642
|
-
schema?: any;
|
|
1643
|
-
helpUri?: string | undefined;
|
|
1644
|
-
} | undefined;
|
|
1645
|
-
}, {
|
|
1646
|
-
key: string;
|
|
1647
|
-
type: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials";
|
|
1648
|
-
description?: string | undefined;
|
|
1649
|
-
title?: string | undefined;
|
|
1650
|
-
ui?: {
|
|
1651
|
-
schema?: any;
|
|
1652
|
-
helpUri?: string | undefined;
|
|
1653
|
-
} | undefined;
|
|
1654
|
-
}>, "many">>;
|
|
1655
1425
|
oAuthCallbackUri: z.ZodOptional<z.ZodString>;
|
|
1656
|
-
parametersSchema: z.ZodOptional<z.ZodType<DataSchema, z.ZodTypeDef, DataSchema>>;
|
|
1657
1426
|
parameters: z.ZodOptional<z.ZodAny>;
|
|
1658
|
-
baseUri: z.ZodString;
|
|
1659
1427
|
archivedAt: z.ZodOptional<z.ZodString>;
|
|
1660
1428
|
hasMissingParameters: z.ZodOptional<z.ZodBoolean>;
|
|
1661
1429
|
hasDocumentation: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -1674,7 +1442,6 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
1674
1442
|
}, "strip", z.ZodTypeAny, {
|
|
1675
1443
|
id: string;
|
|
1676
1444
|
name: string;
|
|
1677
|
-
baseUri: string;
|
|
1678
1445
|
logoUri: string;
|
|
1679
1446
|
key?: string | undefined;
|
|
1680
1447
|
uuid?: string | undefined;
|
|
@@ -1687,20 +1454,9 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
1687
1454
|
updatedAt?: string | undefined;
|
|
1688
1455
|
archivedAt?: string | undefined;
|
|
1689
1456
|
parameters?: any;
|
|
1690
|
-
parametersSchema?: DataSchema | undefined;
|
|
1691
1457
|
isTest?: boolean | undefined;
|
|
1692
1458
|
connectorId?: string | undefined;
|
|
1693
1459
|
connectorVersion?: string | undefined;
|
|
1694
|
-
authOptions?: {
|
|
1695
|
-
key: string;
|
|
1696
|
-
type: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials";
|
|
1697
|
-
description?: string | undefined;
|
|
1698
|
-
title?: string | undefined;
|
|
1699
|
-
ui?: {
|
|
1700
|
-
schema?: any;
|
|
1701
|
-
helpUri?: string | undefined;
|
|
1702
|
-
} | undefined;
|
|
1703
|
-
}[] | undefined;
|
|
1704
1460
|
oAuthCallbackUri?: string | undefined;
|
|
1705
1461
|
hasMissingParameters?: boolean | undefined;
|
|
1706
1462
|
hasDocumentation?: boolean | undefined;
|
|
@@ -1717,7 +1473,6 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
1717
1473
|
}, {
|
|
1718
1474
|
id: string;
|
|
1719
1475
|
name: string;
|
|
1720
|
-
baseUri: string;
|
|
1721
1476
|
logoUri: string;
|
|
1722
1477
|
key?: string | undefined;
|
|
1723
1478
|
uuid?: string | undefined;
|
|
@@ -1730,20 +1485,9 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
1730
1485
|
updatedAt?: string | undefined;
|
|
1731
1486
|
archivedAt?: string | undefined;
|
|
1732
1487
|
parameters?: any;
|
|
1733
|
-
parametersSchema?: DataSchema | undefined;
|
|
1734
1488
|
isTest?: boolean | undefined;
|
|
1735
1489
|
connectorId?: string | undefined;
|
|
1736
1490
|
connectorVersion?: string | undefined;
|
|
1737
|
-
authOptions?: {
|
|
1738
|
-
key: string;
|
|
1739
|
-
type: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials";
|
|
1740
|
-
description?: string | undefined;
|
|
1741
|
-
title?: string | undefined;
|
|
1742
|
-
ui?: {
|
|
1743
|
-
schema?: any;
|
|
1744
|
-
helpUri?: string | undefined;
|
|
1745
|
-
} | undefined;
|
|
1746
|
-
}[] | undefined;
|
|
1747
1491
|
oAuthCallbackUri?: string | undefined;
|
|
1748
1492
|
hasMissingParameters?: boolean | undefined;
|
|
1749
1493
|
hasDocumentation?: boolean | undefined;
|
|
@@ -1806,13 +1550,13 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
1806
1550
|
type?: string | undefined;
|
|
1807
1551
|
name?: string | undefined;
|
|
1808
1552
|
description?: string | undefined;
|
|
1809
|
-
ui?: any;
|
|
1810
1553
|
isCustomized?: boolean | undefined;
|
|
1811
1554
|
inputSchema?: any;
|
|
1812
1555
|
config?: any;
|
|
1813
1556
|
outputSchema?: any;
|
|
1814
1557
|
version?: number | undefined;
|
|
1815
1558
|
onError?: "stop" | "continue" | undefined;
|
|
1559
|
+
ui?: any;
|
|
1816
1560
|
outputExample?: any;
|
|
1817
1561
|
links?: {
|
|
1818
1562
|
key?: string | undefined;
|
|
@@ -1824,13 +1568,13 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
1824
1568
|
type?: string | undefined;
|
|
1825
1569
|
name?: string | undefined;
|
|
1826
1570
|
description?: string | undefined;
|
|
1827
|
-
ui?: any;
|
|
1828
1571
|
isCustomized?: boolean | undefined;
|
|
1829
1572
|
inputSchema?: any;
|
|
1830
1573
|
config?: any;
|
|
1831
1574
|
outputSchema?: any;
|
|
1832
1575
|
version?: number | undefined;
|
|
1833
1576
|
onError?: "stop" | "continue" | undefined;
|
|
1577
|
+
ui?: any;
|
|
1834
1578
|
outputExample?: any;
|
|
1835
1579
|
links?: {
|
|
1836
1580
|
key?: string | undefined;
|
|
@@ -1865,13 +1609,13 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
1865
1609
|
type?: string | undefined;
|
|
1866
1610
|
name?: string | undefined;
|
|
1867
1611
|
description?: string | undefined;
|
|
1868
|
-
ui?: any;
|
|
1869
1612
|
isCustomized?: boolean | undefined;
|
|
1870
1613
|
inputSchema?: any;
|
|
1871
1614
|
config?: any;
|
|
1872
1615
|
outputSchema?: any;
|
|
1873
1616
|
version?: number | undefined;
|
|
1874
1617
|
onError?: "stop" | "continue" | undefined;
|
|
1618
|
+
ui?: any;
|
|
1875
1619
|
outputExample?: any;
|
|
1876
1620
|
links?: {
|
|
1877
1621
|
key?: string | undefined;
|
|
@@ -1903,13 +1647,13 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
1903
1647
|
type?: string | undefined;
|
|
1904
1648
|
name?: string | undefined;
|
|
1905
1649
|
description?: string | undefined;
|
|
1906
|
-
ui?: any;
|
|
1907
1650
|
isCustomized?: boolean | undefined;
|
|
1908
1651
|
inputSchema?: any;
|
|
1909
1652
|
config?: any;
|
|
1910
1653
|
outputSchema?: any;
|
|
1911
1654
|
version?: number | undefined;
|
|
1912
1655
|
onError?: "stop" | "continue" | undefined;
|
|
1656
|
+
ui?: any;
|
|
1913
1657
|
outputExample?: any;
|
|
1914
1658
|
links?: {
|
|
1915
1659
|
key?: string | undefined;
|
|
@@ -1934,44 +1678,8 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
1934
1678
|
logoUri: z.ZodString;
|
|
1935
1679
|
connectorId: z.ZodOptional<z.ZodString>;
|
|
1936
1680
|
connectorVersion: z.ZodOptional<z.ZodString>;
|
|
1937
|
-
authOptions: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
1938
|
-
key: z.ZodString;
|
|
1939
|
-
type: z.ZodEnum<["integration-app-token", "membrane-token", "oauth2", "oauth1", "client-credentials", "proxy"]>;
|
|
1940
|
-
title: z.ZodOptional<z.ZodString>;
|
|
1941
|
-
description: z.ZodOptional<z.ZodString>;
|
|
1942
|
-
ui: z.ZodOptional<z.ZodObject<{
|
|
1943
|
-
schema: z.ZodOptional<z.ZodAny>;
|
|
1944
|
-
helpUri: z.ZodOptional<z.ZodString>;
|
|
1945
|
-
}, "strip", z.ZodTypeAny, {
|
|
1946
|
-
schema?: any;
|
|
1947
|
-
helpUri?: string | undefined;
|
|
1948
|
-
}, {
|
|
1949
|
-
schema?: any;
|
|
1950
|
-
helpUri?: string | undefined;
|
|
1951
|
-
}>>;
|
|
1952
|
-
}, "strip", z.ZodTypeAny, {
|
|
1953
|
-
key: string;
|
|
1954
|
-
type: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials";
|
|
1955
|
-
description?: string | undefined;
|
|
1956
|
-
title?: string | undefined;
|
|
1957
|
-
ui?: {
|
|
1958
|
-
schema?: any;
|
|
1959
|
-
helpUri?: string | undefined;
|
|
1960
|
-
} | undefined;
|
|
1961
|
-
}, {
|
|
1962
|
-
key: string;
|
|
1963
|
-
type: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials";
|
|
1964
|
-
description?: string | undefined;
|
|
1965
|
-
title?: string | undefined;
|
|
1966
|
-
ui?: {
|
|
1967
|
-
schema?: any;
|
|
1968
|
-
helpUri?: string | undefined;
|
|
1969
|
-
} | undefined;
|
|
1970
|
-
}>, "many">>;
|
|
1971
1681
|
oAuthCallbackUri: z.ZodOptional<z.ZodString>;
|
|
1972
|
-
parametersSchema: z.ZodOptional<z.ZodType<DataSchema, z.ZodTypeDef, DataSchema>>;
|
|
1973
1682
|
parameters: z.ZodOptional<z.ZodAny>;
|
|
1974
|
-
baseUri: z.ZodString;
|
|
1975
1683
|
archivedAt: z.ZodOptional<z.ZodString>;
|
|
1976
1684
|
hasMissingParameters: z.ZodOptional<z.ZodBoolean>;
|
|
1977
1685
|
hasDocumentation: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -1990,7 +1698,6 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
1990
1698
|
}, "strip", z.ZodTypeAny, {
|
|
1991
1699
|
id: string;
|
|
1992
1700
|
name: string;
|
|
1993
|
-
baseUri: string;
|
|
1994
1701
|
logoUri: string;
|
|
1995
1702
|
key?: string | undefined;
|
|
1996
1703
|
uuid?: string | undefined;
|
|
@@ -2003,20 +1710,9 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
2003
1710
|
updatedAt?: string | undefined;
|
|
2004
1711
|
archivedAt?: string | undefined;
|
|
2005
1712
|
parameters?: any;
|
|
2006
|
-
parametersSchema?: DataSchema | undefined;
|
|
2007
1713
|
isTest?: boolean | undefined;
|
|
2008
1714
|
connectorId?: string | undefined;
|
|
2009
1715
|
connectorVersion?: string | undefined;
|
|
2010
|
-
authOptions?: {
|
|
2011
|
-
key: string;
|
|
2012
|
-
type: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials";
|
|
2013
|
-
description?: string | undefined;
|
|
2014
|
-
title?: string | undefined;
|
|
2015
|
-
ui?: {
|
|
2016
|
-
schema?: any;
|
|
2017
|
-
helpUri?: string | undefined;
|
|
2018
|
-
} | undefined;
|
|
2019
|
-
}[] | undefined;
|
|
2020
1716
|
oAuthCallbackUri?: string | undefined;
|
|
2021
1717
|
hasMissingParameters?: boolean | undefined;
|
|
2022
1718
|
hasDocumentation?: boolean | undefined;
|
|
@@ -2033,7 +1729,6 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
2033
1729
|
}, {
|
|
2034
1730
|
id: string;
|
|
2035
1731
|
name: string;
|
|
2036
|
-
baseUri: string;
|
|
2037
1732
|
logoUri: string;
|
|
2038
1733
|
key?: string | undefined;
|
|
2039
1734
|
uuid?: string | undefined;
|
|
@@ -2046,20 +1741,9 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
2046
1741
|
updatedAt?: string | undefined;
|
|
2047
1742
|
archivedAt?: string | undefined;
|
|
2048
1743
|
parameters?: any;
|
|
2049
|
-
parametersSchema?: DataSchema | undefined;
|
|
2050
1744
|
isTest?: boolean | undefined;
|
|
2051
1745
|
connectorId?: string | undefined;
|
|
2052
1746
|
connectorVersion?: string | undefined;
|
|
2053
|
-
authOptions?: {
|
|
2054
|
-
key: string;
|
|
2055
|
-
type: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials";
|
|
2056
|
-
description?: string | undefined;
|
|
2057
|
-
title?: string | undefined;
|
|
2058
|
-
ui?: {
|
|
2059
|
-
schema?: any;
|
|
2060
|
-
helpUri?: string | undefined;
|
|
2061
|
-
} | undefined;
|
|
2062
|
-
}[] | undefined;
|
|
2063
1747
|
oAuthCallbackUri?: string | undefined;
|
|
2064
1748
|
hasMissingParameters?: boolean | undefined;
|
|
2065
1749
|
hasDocumentation?: boolean | undefined;
|
|
@@ -2078,7 +1762,6 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
2078
1762
|
integration: {
|
|
2079
1763
|
id: string;
|
|
2080
1764
|
name: string;
|
|
2081
|
-
baseUri: string;
|
|
2082
1765
|
logoUri: string;
|
|
2083
1766
|
key?: string | undefined;
|
|
2084
1767
|
uuid?: string | undefined;
|
|
@@ -2091,20 +1774,9 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
2091
1774
|
updatedAt?: string | undefined;
|
|
2092
1775
|
archivedAt?: string | undefined;
|
|
2093
1776
|
parameters?: any;
|
|
2094
|
-
parametersSchema?: DataSchema | undefined;
|
|
2095
1777
|
isTest?: boolean | undefined;
|
|
2096
1778
|
connectorId?: string | undefined;
|
|
2097
1779
|
connectorVersion?: string | undefined;
|
|
2098
|
-
authOptions?: {
|
|
2099
|
-
key: string;
|
|
2100
|
-
type: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials";
|
|
2101
|
-
description?: string | undefined;
|
|
2102
|
-
title?: string | undefined;
|
|
2103
|
-
ui?: {
|
|
2104
|
-
schema?: any;
|
|
2105
|
-
helpUri?: string | undefined;
|
|
2106
|
-
} | undefined;
|
|
2107
|
-
}[] | undefined;
|
|
2108
1780
|
oAuthCallbackUri?: string | undefined;
|
|
2109
1781
|
hasMissingParameters?: boolean | undefined;
|
|
2110
1782
|
hasDocumentation?: boolean | undefined;
|
|
@@ -2142,13 +1814,13 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
2142
1814
|
type?: string | undefined;
|
|
2143
1815
|
name?: string | undefined;
|
|
2144
1816
|
description?: string | undefined;
|
|
2145
|
-
ui?: any;
|
|
2146
1817
|
isCustomized?: boolean | undefined;
|
|
2147
1818
|
inputSchema?: any;
|
|
2148
1819
|
config?: any;
|
|
2149
1820
|
outputSchema?: any;
|
|
2150
1821
|
version?: number | undefined;
|
|
2151
1822
|
onError?: "stop" | "continue" | undefined;
|
|
1823
|
+
ui?: any;
|
|
2152
1824
|
outputExample?: any;
|
|
2153
1825
|
links?: {
|
|
2154
1826
|
key?: string | undefined;
|
|
@@ -2162,7 +1834,6 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
2162
1834
|
integration: {
|
|
2163
1835
|
id: string;
|
|
2164
1836
|
name: string;
|
|
2165
|
-
baseUri: string;
|
|
2166
1837
|
logoUri: string;
|
|
2167
1838
|
key?: string | undefined;
|
|
2168
1839
|
uuid?: string | undefined;
|
|
@@ -2175,20 +1846,9 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
2175
1846
|
updatedAt?: string | undefined;
|
|
2176
1847
|
archivedAt?: string | undefined;
|
|
2177
1848
|
parameters?: any;
|
|
2178
|
-
parametersSchema?: DataSchema | undefined;
|
|
2179
1849
|
isTest?: boolean | undefined;
|
|
2180
1850
|
connectorId?: string | undefined;
|
|
2181
1851
|
connectorVersion?: string | undefined;
|
|
2182
|
-
authOptions?: {
|
|
2183
|
-
key: string;
|
|
2184
|
-
type: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials";
|
|
2185
|
-
description?: string | undefined;
|
|
2186
|
-
title?: string | undefined;
|
|
2187
|
-
ui?: {
|
|
2188
|
-
schema?: any;
|
|
2189
|
-
helpUri?: string | undefined;
|
|
2190
|
-
} | undefined;
|
|
2191
|
-
}[] | undefined;
|
|
2192
1852
|
oAuthCallbackUri?: string | undefined;
|
|
2193
1853
|
hasMissingParameters?: boolean | undefined;
|
|
2194
1854
|
hasDocumentation?: boolean | undefined;
|
|
@@ -2226,13 +1886,13 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
2226
1886
|
type?: string | undefined;
|
|
2227
1887
|
name?: string | undefined;
|
|
2228
1888
|
description?: string | undefined;
|
|
2229
|
-
ui?: any;
|
|
2230
1889
|
isCustomized?: boolean | undefined;
|
|
2231
1890
|
inputSchema?: any;
|
|
2232
1891
|
config?: any;
|
|
2233
1892
|
outputSchema?: any;
|
|
2234
1893
|
version?: number | undefined;
|
|
2235
1894
|
onError?: "stop" | "continue" | undefined;
|
|
1895
|
+
ui?: any;
|
|
2236
1896
|
outputExample?: any;
|
|
2237
1897
|
links?: {
|
|
2238
1898
|
key?: string | undefined;
|
|
@@ -2251,7 +1911,6 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
2251
1911
|
integration?: {
|
|
2252
1912
|
id: string;
|
|
2253
1913
|
name: string;
|
|
2254
|
-
baseUri: string;
|
|
2255
1914
|
logoUri: string;
|
|
2256
1915
|
key?: string | undefined;
|
|
2257
1916
|
uuid?: string | undefined;
|
|
@@ -2264,20 +1923,9 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
2264
1923
|
updatedAt?: string | undefined;
|
|
2265
1924
|
archivedAt?: string | undefined;
|
|
2266
1925
|
parameters?: any;
|
|
2267
|
-
parametersSchema?: DataSchema | undefined;
|
|
2268
1926
|
isTest?: boolean | undefined;
|
|
2269
1927
|
connectorId?: string | undefined;
|
|
2270
1928
|
connectorVersion?: string | undefined;
|
|
2271
|
-
authOptions?: {
|
|
2272
|
-
key: string;
|
|
2273
|
-
type: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials";
|
|
2274
|
-
description?: string | undefined;
|
|
2275
|
-
title?: string | undefined;
|
|
2276
|
-
ui?: {
|
|
2277
|
-
schema?: any;
|
|
2278
|
-
helpUri?: string | undefined;
|
|
2279
|
-
} | undefined;
|
|
2280
|
-
}[] | undefined;
|
|
2281
1929
|
oAuthCallbackUri?: string | undefined;
|
|
2282
1930
|
hasMissingParameters?: boolean | undefined;
|
|
2283
1931
|
hasDocumentation?: boolean | undefined;
|
|
@@ -2307,7 +1955,6 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
2307
1955
|
integration: {
|
|
2308
1956
|
id: string;
|
|
2309
1957
|
name: string;
|
|
2310
|
-
baseUri: string;
|
|
2311
1958
|
logoUri: string;
|
|
2312
1959
|
key?: string | undefined;
|
|
2313
1960
|
uuid?: string | undefined;
|
|
@@ -2320,20 +1967,9 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
2320
1967
|
updatedAt?: string | undefined;
|
|
2321
1968
|
archivedAt?: string | undefined;
|
|
2322
1969
|
parameters?: any;
|
|
2323
|
-
parametersSchema?: DataSchema | undefined;
|
|
2324
1970
|
isTest?: boolean | undefined;
|
|
2325
1971
|
connectorId?: string | undefined;
|
|
2326
1972
|
connectorVersion?: string | undefined;
|
|
2327
|
-
authOptions?: {
|
|
2328
|
-
key: string;
|
|
2329
|
-
type: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials";
|
|
2330
|
-
description?: string | undefined;
|
|
2331
|
-
title?: string | undefined;
|
|
2332
|
-
ui?: {
|
|
2333
|
-
schema?: any;
|
|
2334
|
-
helpUri?: string | undefined;
|
|
2335
|
-
} | undefined;
|
|
2336
|
-
}[] | undefined;
|
|
2337
1973
|
oAuthCallbackUri?: string | undefined;
|
|
2338
1974
|
hasMissingParameters?: boolean | undefined;
|
|
2339
1975
|
hasDocumentation?: boolean | undefined;
|
|
@@ -2371,13 +2007,13 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
2371
2007
|
type?: string | undefined;
|
|
2372
2008
|
name?: string | undefined;
|
|
2373
2009
|
description?: string | undefined;
|
|
2374
|
-
ui?: any;
|
|
2375
2010
|
isCustomized?: boolean | undefined;
|
|
2376
2011
|
inputSchema?: any;
|
|
2377
2012
|
config?: any;
|
|
2378
2013
|
outputSchema?: any;
|
|
2379
2014
|
version?: number | undefined;
|
|
2380
2015
|
onError?: "stop" | "continue" | undefined;
|
|
2016
|
+
ui?: any;
|
|
2381
2017
|
outputExample?: any;
|
|
2382
2018
|
links?: {
|
|
2383
2019
|
key?: string | undefined;
|
|
@@ -2395,13 +2031,13 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
2395
2031
|
type?: string | undefined;
|
|
2396
2032
|
name?: string | undefined;
|
|
2397
2033
|
description?: string | undefined;
|
|
2398
|
-
ui?: any;
|
|
2399
2034
|
isCustomized?: boolean | undefined;
|
|
2400
2035
|
inputSchema?: any;
|
|
2401
2036
|
config?: any;
|
|
2402
2037
|
outputSchema?: any;
|
|
2403
2038
|
version?: number | undefined;
|
|
2404
2039
|
onError?: "stop" | "continue" | undefined;
|
|
2040
|
+
ui?: any;
|
|
2405
2041
|
outputExample?: any;
|
|
2406
2042
|
links?: {
|
|
2407
2043
|
key?: string | undefined;
|
|
@@ -2418,7 +2054,6 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
2418
2054
|
integration?: {
|
|
2419
2055
|
id: string;
|
|
2420
2056
|
name: string;
|
|
2421
|
-
baseUri: string;
|
|
2422
2057
|
logoUri: string;
|
|
2423
2058
|
key?: string | undefined;
|
|
2424
2059
|
uuid?: string | undefined;
|
|
@@ -2431,20 +2066,9 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
2431
2066
|
updatedAt?: string | undefined;
|
|
2432
2067
|
archivedAt?: string | undefined;
|
|
2433
2068
|
parameters?: any;
|
|
2434
|
-
parametersSchema?: DataSchema | undefined;
|
|
2435
2069
|
isTest?: boolean | undefined;
|
|
2436
2070
|
connectorId?: string | undefined;
|
|
2437
2071
|
connectorVersion?: string | undefined;
|
|
2438
|
-
authOptions?: {
|
|
2439
|
-
key: string;
|
|
2440
|
-
type: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials";
|
|
2441
|
-
description?: string | undefined;
|
|
2442
|
-
title?: string | undefined;
|
|
2443
|
-
ui?: {
|
|
2444
|
-
schema?: any;
|
|
2445
|
-
helpUri?: string | undefined;
|
|
2446
|
-
} | undefined;
|
|
2447
|
-
}[] | undefined;
|
|
2448
2072
|
oAuthCallbackUri?: string | undefined;
|
|
2449
2073
|
hasMissingParameters?: boolean | undefined;
|
|
2450
2074
|
hasDocumentation?: boolean | undefined;
|
|
@@ -2474,7 +2098,6 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
2474
2098
|
integration: {
|
|
2475
2099
|
id: string;
|
|
2476
2100
|
name: string;
|
|
2477
|
-
baseUri: string;
|
|
2478
2101
|
logoUri: string;
|
|
2479
2102
|
key?: string | undefined;
|
|
2480
2103
|
uuid?: string | undefined;
|
|
@@ -2487,20 +2110,9 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
2487
2110
|
updatedAt?: string | undefined;
|
|
2488
2111
|
archivedAt?: string | undefined;
|
|
2489
2112
|
parameters?: any;
|
|
2490
|
-
parametersSchema?: DataSchema | undefined;
|
|
2491
2113
|
isTest?: boolean | undefined;
|
|
2492
2114
|
connectorId?: string | undefined;
|
|
2493
2115
|
connectorVersion?: string | undefined;
|
|
2494
|
-
authOptions?: {
|
|
2495
|
-
key: string;
|
|
2496
|
-
type: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials";
|
|
2497
|
-
description?: string | undefined;
|
|
2498
|
-
title?: string | undefined;
|
|
2499
|
-
ui?: {
|
|
2500
|
-
schema?: any;
|
|
2501
|
-
helpUri?: string | undefined;
|
|
2502
|
-
} | undefined;
|
|
2503
|
-
}[] | undefined;
|
|
2504
2116
|
oAuthCallbackUri?: string | undefined;
|
|
2505
2117
|
hasMissingParameters?: boolean | undefined;
|
|
2506
2118
|
hasDocumentation?: boolean | undefined;
|
|
@@ -2538,13 +2150,13 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
2538
2150
|
type?: string | undefined;
|
|
2539
2151
|
name?: string | undefined;
|
|
2540
2152
|
description?: string | undefined;
|
|
2541
|
-
ui?: any;
|
|
2542
2153
|
isCustomized?: boolean | undefined;
|
|
2543
2154
|
inputSchema?: any;
|
|
2544
2155
|
config?: any;
|
|
2545
2156
|
outputSchema?: any;
|
|
2546
2157
|
version?: number | undefined;
|
|
2547
2158
|
onError?: "stop" | "continue" | undefined;
|
|
2159
|
+
ui?: any;
|
|
2548
2160
|
outputExample?: any;
|
|
2549
2161
|
links?: {
|
|
2550
2162
|
key?: string | undefined;
|
|
@@ -2562,13 +2174,13 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
2562
2174
|
type?: string | undefined;
|
|
2563
2175
|
name?: string | undefined;
|
|
2564
2176
|
description?: string | undefined;
|
|
2565
|
-
ui?: any;
|
|
2566
2177
|
isCustomized?: boolean | undefined;
|
|
2567
2178
|
inputSchema?: any;
|
|
2568
2179
|
config?: any;
|
|
2569
2180
|
outputSchema?: any;
|
|
2570
2181
|
version?: number | undefined;
|
|
2571
2182
|
onError?: "stop" | "continue" | undefined;
|
|
2183
|
+
ui?: any;
|
|
2572
2184
|
outputExample?: any;
|
|
2573
2185
|
links?: {
|
|
2574
2186
|
key?: string | undefined;
|
|
@@ -2581,7 +2193,6 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
2581
2193
|
integration: z.ZodOptional<z.ZodLazy<z.ZodType<{
|
|
2582
2194
|
id: string;
|
|
2583
2195
|
name: string;
|
|
2584
|
-
baseUri: string;
|
|
2585
2196
|
logoUri: string;
|
|
2586
2197
|
key?: string | undefined;
|
|
2587
2198
|
uuid?: string | undefined;
|
|
@@ -2594,20 +2205,9 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
2594
2205
|
updatedAt?: string | undefined;
|
|
2595
2206
|
archivedAt?: string | undefined;
|
|
2596
2207
|
parameters?: any;
|
|
2597
|
-
parametersSchema?: DataSchema | undefined;
|
|
2598
2208
|
isTest?: boolean | undefined;
|
|
2599
2209
|
connectorId?: string | undefined;
|
|
2600
2210
|
connectorVersion?: string | undefined;
|
|
2601
|
-
authOptions?: {
|
|
2602
|
-
key: string;
|
|
2603
|
-
type: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials";
|
|
2604
|
-
description?: string | undefined;
|
|
2605
|
-
title?: string | undefined;
|
|
2606
|
-
ui?: {
|
|
2607
|
-
schema?: any;
|
|
2608
|
-
helpUri?: string | undefined;
|
|
2609
|
-
} | undefined;
|
|
2610
|
-
}[] | undefined;
|
|
2611
2211
|
oAuthCallbackUri?: string | undefined;
|
|
2612
2212
|
hasMissingParameters?: boolean | undefined;
|
|
2613
2213
|
hasDocumentation?: boolean | undefined;
|
|
@@ -2624,7 +2224,6 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
2624
2224
|
}, z.ZodTypeDef, {
|
|
2625
2225
|
id: string;
|
|
2626
2226
|
name: string;
|
|
2627
|
-
baseUri: string;
|
|
2628
2227
|
logoUri: string;
|
|
2629
2228
|
key?: string | undefined;
|
|
2630
2229
|
uuid?: string | undefined;
|
|
@@ -2637,20 +2236,9 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
2637
2236
|
updatedAt?: string | undefined;
|
|
2638
2237
|
archivedAt?: string | undefined;
|
|
2639
2238
|
parameters?: any;
|
|
2640
|
-
parametersSchema?: DataSchema | undefined;
|
|
2641
2239
|
isTest?: boolean | undefined;
|
|
2642
2240
|
connectorId?: string | undefined;
|
|
2643
2241
|
connectorVersion?: string | undefined;
|
|
2644
|
-
authOptions?: {
|
|
2645
|
-
key: string;
|
|
2646
|
-
type: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials";
|
|
2647
|
-
description?: string | undefined;
|
|
2648
|
-
title?: string | undefined;
|
|
2649
|
-
ui?: {
|
|
2650
|
-
schema?: any;
|
|
2651
|
-
helpUri?: string | undefined;
|
|
2652
|
-
} | undefined;
|
|
2653
|
-
}[] | undefined;
|
|
2654
2242
|
oAuthCallbackUri?: string | undefined;
|
|
2655
2243
|
hasMissingParameters?: boolean | undefined;
|
|
2656
2244
|
hasDocumentation?: boolean | undefined;
|
|
@@ -2686,9 +2274,7 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
2686
2274
|
errors?: any[] | undefined;
|
|
2687
2275
|
isDeactivated?: boolean | undefined;
|
|
2688
2276
|
archivedAt?: string | undefined;
|
|
2689
|
-
|
|
2690
|
-
parameters?: unknown;
|
|
2691
|
-
connectorParameters?: unknown;
|
|
2277
|
+
authOptionKey?: string | undefined;
|
|
2692
2278
|
isTest?: boolean | undefined;
|
|
2693
2279
|
disconnected?: boolean | undefined;
|
|
2694
2280
|
isDefunct?: boolean | undefined;
|
|
@@ -2699,7 +2285,6 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
2699
2285
|
integration?: {
|
|
2700
2286
|
id: string;
|
|
2701
2287
|
name: string;
|
|
2702
|
-
baseUri: string;
|
|
2703
2288
|
logoUri: string;
|
|
2704
2289
|
key?: string | undefined;
|
|
2705
2290
|
uuid?: string | undefined;
|
|
@@ -2712,20 +2297,9 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
2712
2297
|
updatedAt?: string | undefined;
|
|
2713
2298
|
archivedAt?: string | undefined;
|
|
2714
2299
|
parameters?: any;
|
|
2715
|
-
parametersSchema?: DataSchema | undefined;
|
|
2716
2300
|
isTest?: boolean | undefined;
|
|
2717
2301
|
connectorId?: string | undefined;
|
|
2718
2302
|
connectorVersion?: string | undefined;
|
|
2719
|
-
authOptions?: {
|
|
2720
|
-
key: string;
|
|
2721
|
-
type: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials";
|
|
2722
|
-
description?: string | undefined;
|
|
2723
|
-
title?: string | undefined;
|
|
2724
|
-
ui?: {
|
|
2725
|
-
schema?: any;
|
|
2726
|
-
helpUri?: string | undefined;
|
|
2727
|
-
} | undefined;
|
|
2728
|
-
}[] | undefined;
|
|
2729
2303
|
oAuthCallbackUri?: string | undefined;
|
|
2730
2304
|
hasMissingParameters?: boolean | undefined;
|
|
2731
2305
|
hasDocumentation?: boolean | undefined;
|
|
@@ -2748,7 +2322,6 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
2748
2322
|
integration?: {
|
|
2749
2323
|
id: string;
|
|
2750
2324
|
name: string;
|
|
2751
|
-
baseUri: string;
|
|
2752
2325
|
logoUri: string;
|
|
2753
2326
|
key?: string | undefined;
|
|
2754
2327
|
uuid?: string | undefined;
|
|
@@ -2761,20 +2334,9 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
2761
2334
|
updatedAt?: string | undefined;
|
|
2762
2335
|
archivedAt?: string | undefined;
|
|
2763
2336
|
parameters?: any;
|
|
2764
|
-
parametersSchema?: DataSchema | undefined;
|
|
2765
2337
|
isTest?: boolean | undefined;
|
|
2766
2338
|
connectorId?: string | undefined;
|
|
2767
2339
|
connectorVersion?: string | undefined;
|
|
2768
|
-
authOptions?: {
|
|
2769
|
-
key: string;
|
|
2770
|
-
type: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials";
|
|
2771
|
-
description?: string | undefined;
|
|
2772
|
-
title?: string | undefined;
|
|
2773
|
-
ui?: {
|
|
2774
|
-
schema?: any;
|
|
2775
|
-
helpUri?: string | undefined;
|
|
2776
|
-
} | undefined;
|
|
2777
|
-
}[] | undefined;
|
|
2778
2340
|
oAuthCallbackUri?: string | undefined;
|
|
2779
2341
|
hasMissingParameters?: boolean | undefined;
|
|
2780
2342
|
hasDocumentation?: boolean | undefined;
|
|
@@ -2804,7 +2366,6 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
2804
2366
|
integration: {
|
|
2805
2367
|
id: string;
|
|
2806
2368
|
name: string;
|
|
2807
|
-
baseUri: string;
|
|
2808
2369
|
logoUri: string;
|
|
2809
2370
|
key?: string | undefined;
|
|
2810
2371
|
uuid?: string | undefined;
|
|
@@ -2817,20 +2378,9 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
2817
2378
|
updatedAt?: string | undefined;
|
|
2818
2379
|
archivedAt?: string | undefined;
|
|
2819
2380
|
parameters?: any;
|
|
2820
|
-
parametersSchema?: DataSchema | undefined;
|
|
2821
2381
|
isTest?: boolean | undefined;
|
|
2822
2382
|
connectorId?: string | undefined;
|
|
2823
2383
|
connectorVersion?: string | undefined;
|
|
2824
|
-
authOptions?: {
|
|
2825
|
-
key: string;
|
|
2826
|
-
type: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials";
|
|
2827
|
-
description?: string | undefined;
|
|
2828
|
-
title?: string | undefined;
|
|
2829
|
-
ui?: {
|
|
2830
|
-
schema?: any;
|
|
2831
|
-
helpUri?: string | undefined;
|
|
2832
|
-
} | undefined;
|
|
2833
|
-
}[] | undefined;
|
|
2834
2384
|
oAuthCallbackUri?: string | undefined;
|
|
2835
2385
|
hasMissingParameters?: boolean | undefined;
|
|
2836
2386
|
hasDocumentation?: boolean | undefined;
|
|
@@ -2868,13 +2418,13 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
2868
2418
|
type?: string | undefined;
|
|
2869
2419
|
name?: string | undefined;
|
|
2870
2420
|
description?: string | undefined;
|
|
2871
|
-
ui?: any;
|
|
2872
2421
|
isCustomized?: boolean | undefined;
|
|
2873
2422
|
inputSchema?: any;
|
|
2874
2423
|
config?: any;
|
|
2875
2424
|
outputSchema?: any;
|
|
2876
2425
|
version?: number | undefined;
|
|
2877
2426
|
onError?: "stop" | "continue" | undefined;
|
|
2427
|
+
ui?: any;
|
|
2878
2428
|
outputExample?: any;
|
|
2879
2429
|
links?: {
|
|
2880
2430
|
key?: string | undefined;
|
|
@@ -2892,13 +2442,13 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
2892
2442
|
type?: string | undefined;
|
|
2893
2443
|
name?: string | undefined;
|
|
2894
2444
|
description?: string | undefined;
|
|
2895
|
-
ui?: any;
|
|
2896
2445
|
isCustomized?: boolean | undefined;
|
|
2897
2446
|
inputSchema?: any;
|
|
2898
2447
|
config?: any;
|
|
2899
2448
|
outputSchema?: any;
|
|
2900
2449
|
version?: number | undefined;
|
|
2901
2450
|
onError?: "stop" | "continue" | undefined;
|
|
2451
|
+
ui?: any;
|
|
2902
2452
|
outputExample?: any;
|
|
2903
2453
|
links?: {
|
|
2904
2454
|
key?: string | undefined;
|
|
@@ -2961,9 +2511,7 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
2961
2511
|
errors?: any[] | undefined;
|
|
2962
2512
|
isDeactivated?: boolean | undefined;
|
|
2963
2513
|
archivedAt?: string | undefined;
|
|
2964
|
-
|
|
2965
|
-
parameters?: unknown;
|
|
2966
|
-
connectorParameters?: unknown;
|
|
2514
|
+
authOptionKey?: string | undefined;
|
|
2967
2515
|
isTest?: boolean | undefined;
|
|
2968
2516
|
disconnected?: boolean | undefined;
|
|
2969
2517
|
isDefunct?: boolean | undefined;
|
|
@@ -2974,7 +2522,6 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
2974
2522
|
integration?: {
|
|
2975
2523
|
id: string;
|
|
2976
2524
|
name: string;
|
|
2977
|
-
baseUri: string;
|
|
2978
2525
|
logoUri: string;
|
|
2979
2526
|
key?: string | undefined;
|
|
2980
2527
|
uuid?: string | undefined;
|
|
@@ -2987,20 +2534,9 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
2987
2534
|
updatedAt?: string | undefined;
|
|
2988
2535
|
archivedAt?: string | undefined;
|
|
2989
2536
|
parameters?: any;
|
|
2990
|
-
parametersSchema?: DataSchema | undefined;
|
|
2991
2537
|
isTest?: boolean | undefined;
|
|
2992
2538
|
connectorId?: string | undefined;
|
|
2993
2539
|
connectorVersion?: string | undefined;
|
|
2994
|
-
authOptions?: {
|
|
2995
|
-
key: string;
|
|
2996
|
-
type: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials";
|
|
2997
|
-
description?: string | undefined;
|
|
2998
|
-
title?: string | undefined;
|
|
2999
|
-
ui?: {
|
|
3000
|
-
schema?: any;
|
|
3001
|
-
helpUri?: string | undefined;
|
|
3002
|
-
} | undefined;
|
|
3003
|
-
}[] | undefined;
|
|
3004
2540
|
oAuthCallbackUri?: string | undefined;
|
|
3005
2541
|
hasMissingParameters?: boolean | undefined;
|
|
3006
2542
|
hasDocumentation?: boolean | undefined;
|
|
@@ -3023,7 +2559,6 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
3023
2559
|
integration?: {
|
|
3024
2560
|
id: string;
|
|
3025
2561
|
name: string;
|
|
3026
|
-
baseUri: string;
|
|
3027
2562
|
logoUri: string;
|
|
3028
2563
|
key?: string | undefined;
|
|
3029
2564
|
uuid?: string | undefined;
|
|
@@ -3036,20 +2571,9 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
3036
2571
|
updatedAt?: string | undefined;
|
|
3037
2572
|
archivedAt?: string | undefined;
|
|
3038
2573
|
parameters?: any;
|
|
3039
|
-
parametersSchema?: DataSchema | undefined;
|
|
3040
2574
|
isTest?: boolean | undefined;
|
|
3041
2575
|
connectorId?: string | undefined;
|
|
3042
2576
|
connectorVersion?: string | undefined;
|
|
3043
|
-
authOptions?: {
|
|
3044
|
-
key: string;
|
|
3045
|
-
type: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials";
|
|
3046
|
-
description?: string | undefined;
|
|
3047
|
-
title?: string | undefined;
|
|
3048
|
-
ui?: {
|
|
3049
|
-
schema?: any;
|
|
3050
|
-
helpUri?: string | undefined;
|
|
3051
|
-
} | undefined;
|
|
3052
|
-
}[] | undefined;
|
|
3053
2577
|
oAuthCallbackUri?: string | undefined;
|
|
3054
2578
|
hasMissingParameters?: boolean | undefined;
|
|
3055
2579
|
hasDocumentation?: boolean | undefined;
|
|
@@ -3079,7 +2603,6 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
3079
2603
|
integration: {
|
|
3080
2604
|
id: string;
|
|
3081
2605
|
name: string;
|
|
3082
|
-
baseUri: string;
|
|
3083
2606
|
logoUri: string;
|
|
3084
2607
|
key?: string | undefined;
|
|
3085
2608
|
uuid?: string | undefined;
|
|
@@ -3092,20 +2615,9 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
3092
2615
|
updatedAt?: string | undefined;
|
|
3093
2616
|
archivedAt?: string | undefined;
|
|
3094
2617
|
parameters?: any;
|
|
3095
|
-
parametersSchema?: DataSchema | undefined;
|
|
3096
2618
|
isTest?: boolean | undefined;
|
|
3097
2619
|
connectorId?: string | undefined;
|
|
3098
2620
|
connectorVersion?: string | undefined;
|
|
3099
|
-
authOptions?: {
|
|
3100
|
-
key: string;
|
|
3101
|
-
type: "proxy" | "integration-app-token" | "membrane-token" | "oauth2" | "oauth1" | "client-credentials";
|
|
3102
|
-
description?: string | undefined;
|
|
3103
|
-
title?: string | undefined;
|
|
3104
|
-
ui?: {
|
|
3105
|
-
schema?: any;
|
|
3106
|
-
helpUri?: string | undefined;
|
|
3107
|
-
} | undefined;
|
|
3108
|
-
}[] | undefined;
|
|
3109
2621
|
oAuthCallbackUri?: string | undefined;
|
|
3110
2622
|
hasMissingParameters?: boolean | undefined;
|
|
3111
2623
|
hasDocumentation?: boolean | undefined;
|
|
@@ -3143,13 +2655,13 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
3143
2655
|
type?: string | undefined;
|
|
3144
2656
|
name?: string | undefined;
|
|
3145
2657
|
description?: string | undefined;
|
|
3146
|
-
ui?: any;
|
|
3147
2658
|
isCustomized?: boolean | undefined;
|
|
3148
2659
|
inputSchema?: any;
|
|
3149
2660
|
config?: any;
|
|
3150
2661
|
outputSchema?: any;
|
|
3151
2662
|
version?: number | undefined;
|
|
3152
2663
|
onError?: "stop" | "continue" | undefined;
|
|
2664
|
+
ui?: any;
|
|
3153
2665
|
outputExample?: any;
|
|
3154
2666
|
links?: {
|
|
3155
2667
|
key?: string | undefined;
|
|
@@ -3167,13 +2679,13 @@ export declare const FlowInstanceApiResponse: z.ZodObject<{
|
|
|
3167
2679
|
type?: string | undefined;
|
|
3168
2680
|
name?: string | undefined;
|
|
3169
2681
|
description?: string | undefined;
|
|
3170
|
-
ui?: any;
|
|
3171
2682
|
isCustomized?: boolean | undefined;
|
|
3172
2683
|
inputSchema?: any;
|
|
3173
2684
|
config?: any;
|
|
3174
2685
|
outputSchema?: any;
|
|
3175
2686
|
version?: number | undefined;
|
|
3176
2687
|
onError?: "stop" | "continue" | undefined;
|
|
2688
|
+
ui?: any;
|
|
3177
2689
|
outputExample?: any;
|
|
3178
2690
|
links?: {
|
|
3179
2691
|
key?: string | undefined;
|