instill-sdk 0.19.0-rc.2 → 0.19.0-rc.3
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/core/integration/type.d.ts +12 -12
- package/dist/core/membership/types.d.ts +96 -96
- package/dist/core/organization/types.d.ts +6 -6
- package/dist/core/user/types.d.ts +23 -23
- package/dist/helper/getQueryString.d.ts.map +1 -1
- package/dist/helper/makeXMLRequestWithProgress.d.ts +4 -0
- package/dist/helper/makeXMLRequestWithProgress.d.ts.map +1 -0
- package/dist/index.js +612 -490
- package/dist/index.mjs +618 -490
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types.d.ts +28 -28
- package/dist/vdp/component/types.d.ts +81 -81
- package/dist/vdp/pipeline/types.d.ts +742 -742
- package/dist/vdp/release/types.d.ts +10 -10
- package/dist/vdp/types.d.ts +8 -8
- package/package.json +6 -6
- package/dist/chat/constant.d.ts +0 -8
- package/dist/chat/constant.d.ts.map +0 -1
|
@@ -88,14 +88,14 @@ export declare const ConnectorDefinitionSchema: z.ZodObject<{
|
|
|
88
88
|
title: string;
|
|
89
89
|
}>, "many">;
|
|
90
90
|
}, "strip", z.ZodTypeAny, {
|
|
91
|
+
type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_GENERIC" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION";
|
|
91
92
|
name: string;
|
|
92
93
|
uid: string;
|
|
93
|
-
title: string;
|
|
94
|
-
type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
|
|
95
94
|
id: string;
|
|
95
|
+
custom: boolean;
|
|
96
96
|
documentationUrl: string;
|
|
97
|
+
title: string;
|
|
97
98
|
icon: string;
|
|
98
|
-
custom: boolean;
|
|
99
99
|
spec: {
|
|
100
100
|
componentSpecification: Record<string, any>;
|
|
101
101
|
dataSpecifications: Record<string, {
|
|
@@ -113,14 +113,14 @@ export declare const ConnectorDefinitionSchema: z.ZodObject<{
|
|
|
113
113
|
title: string;
|
|
114
114
|
}[];
|
|
115
115
|
}, {
|
|
116
|
+
type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_GENERIC" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION";
|
|
116
117
|
name: string;
|
|
117
118
|
uid: string;
|
|
118
|
-
title: string;
|
|
119
|
-
type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
|
|
120
119
|
id: string;
|
|
120
|
+
custom: boolean;
|
|
121
121
|
documentationUrl: string;
|
|
122
|
+
title: string;
|
|
122
123
|
icon: string;
|
|
123
|
-
custom: boolean;
|
|
124
124
|
spec: {
|
|
125
125
|
componentSpecification: Record<string, any>;
|
|
126
126
|
dataSpecifications: Record<string, {
|
|
@@ -214,15 +214,16 @@ export declare const ComponentDefinitionSchema: z.ZodObject<{
|
|
|
214
214
|
description: z.ZodString;
|
|
215
215
|
releaseStage: z.ZodString;
|
|
216
216
|
}, "strip", z.ZodTypeAny, {
|
|
217
|
+
type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_GENERIC" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION";
|
|
217
218
|
name: string;
|
|
218
|
-
description: string;
|
|
219
219
|
uid: string;
|
|
220
|
-
title: string;
|
|
221
|
-
type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
|
|
222
220
|
id: string;
|
|
221
|
+
description: string;
|
|
222
|
+
custom: boolean;
|
|
223
|
+
sourceUrl: string;
|
|
223
224
|
documentationUrl: string;
|
|
225
|
+
title: string;
|
|
224
226
|
icon: string;
|
|
225
|
-
custom: boolean;
|
|
226
227
|
spec: {
|
|
227
228
|
componentSpecification: Record<string, any>;
|
|
228
229
|
dataSpecifications: Record<string, {
|
|
@@ -239,19 +240,19 @@ export declare const ComponentDefinitionSchema: z.ZodObject<{
|
|
|
239
240
|
description: string;
|
|
240
241
|
title: string;
|
|
241
242
|
}[];
|
|
242
|
-
sourceUrl: string;
|
|
243
243
|
version: string;
|
|
244
244
|
releaseStage: string;
|
|
245
245
|
}, {
|
|
246
|
+
type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_GENERIC" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION";
|
|
246
247
|
name: string;
|
|
247
|
-
description: string;
|
|
248
248
|
uid: string;
|
|
249
|
-
title: string;
|
|
250
|
-
type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
|
|
251
249
|
id: string;
|
|
250
|
+
description: string;
|
|
251
|
+
custom: boolean;
|
|
252
|
+
sourceUrl: string;
|
|
252
253
|
documentationUrl: string;
|
|
254
|
+
title: string;
|
|
253
255
|
icon: string;
|
|
254
|
-
custom: boolean;
|
|
255
256
|
spec: {
|
|
256
257
|
componentSpecification: Record<string, any>;
|
|
257
258
|
dataSpecifications: Record<string, {
|
|
@@ -268,7 +269,6 @@ export declare const ComponentDefinitionSchema: z.ZodObject<{
|
|
|
268
269
|
description: string;
|
|
269
270
|
title: string;
|
|
270
271
|
}[];
|
|
271
|
-
sourceUrl: string;
|
|
272
272
|
version: string;
|
|
273
273
|
releaseStage: string;
|
|
274
274
|
}>;
|
|
@@ -336,14 +336,14 @@ export declare const OperatorDefinitionSchema: z.ZodObject<{
|
|
|
336
336
|
}>, "many">;
|
|
337
337
|
type: z.ZodEnum<["COMPONENT_TYPE_UNSPECIFIED", "COMPONENT_TYPE_OPERATOR", "COMPONENT_TYPE_DATA", "COMPONENT_TYPE_AI", "COMPONENT_TYPE_APPLICATION", "COMPONENT_TYPE_GENERIC"]>;
|
|
338
338
|
}, "strip", z.ZodTypeAny, {
|
|
339
|
+
type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_GENERIC" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION";
|
|
339
340
|
name: string;
|
|
340
341
|
uid: string;
|
|
341
|
-
title: string;
|
|
342
|
-
type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
|
|
343
342
|
id: string;
|
|
343
|
+
custom: boolean;
|
|
344
344
|
documentationUrl: string;
|
|
345
|
+
title: string;
|
|
345
346
|
icon: string;
|
|
346
|
-
custom: boolean;
|
|
347
347
|
spec: {
|
|
348
348
|
componentSpecification: Record<string, any>;
|
|
349
349
|
dataSpecifications: Record<string, {
|
|
@@ -359,14 +359,14 @@ export declare const OperatorDefinitionSchema: z.ZodObject<{
|
|
|
359
359
|
title: string;
|
|
360
360
|
}[];
|
|
361
361
|
}, {
|
|
362
|
+
type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_GENERIC" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION";
|
|
362
363
|
name: string;
|
|
363
364
|
uid: string;
|
|
364
|
-
title: string;
|
|
365
|
-
type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
|
|
366
365
|
id: string;
|
|
366
|
+
custom: boolean;
|
|
367
367
|
documentationUrl: string;
|
|
368
|
+
title: string;
|
|
368
369
|
icon: string;
|
|
369
|
-
custom: boolean;
|
|
370
370
|
spec: {
|
|
371
371
|
componentSpecification: Record<string, any>;
|
|
372
372
|
dataSpecifications: Record<string, {
|
|
@@ -446,14 +446,14 @@ export declare const listConnectorDefinitionsWithPaginationResponseValidator: z.
|
|
|
446
446
|
title: string;
|
|
447
447
|
}>, "many">;
|
|
448
448
|
}, "strip", z.ZodTypeAny, {
|
|
449
|
+
type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_GENERIC" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION";
|
|
449
450
|
name: string;
|
|
450
451
|
uid: string;
|
|
451
|
-
title: string;
|
|
452
|
-
type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
|
|
453
452
|
id: string;
|
|
453
|
+
custom: boolean;
|
|
454
454
|
documentationUrl: string;
|
|
455
|
+
title: string;
|
|
455
456
|
icon: string;
|
|
456
|
-
custom: boolean;
|
|
457
457
|
spec: {
|
|
458
458
|
componentSpecification: Record<string, any>;
|
|
459
459
|
dataSpecifications: Record<string, {
|
|
@@ -471,14 +471,14 @@ export declare const listConnectorDefinitionsWithPaginationResponseValidator: z.
|
|
|
471
471
|
title: string;
|
|
472
472
|
}[];
|
|
473
473
|
}, {
|
|
474
|
+
type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_GENERIC" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION";
|
|
474
475
|
name: string;
|
|
475
476
|
uid: string;
|
|
476
|
-
title: string;
|
|
477
|
-
type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
|
|
478
477
|
id: string;
|
|
478
|
+
custom: boolean;
|
|
479
479
|
documentationUrl: string;
|
|
480
|
+
title: string;
|
|
480
481
|
icon: string;
|
|
481
|
-
custom: boolean;
|
|
482
482
|
spec: {
|
|
483
483
|
componentSpecification: Record<string, any>;
|
|
484
484
|
dataSpecifications: Record<string, {
|
|
@@ -499,15 +499,17 @@ export declare const listConnectorDefinitionsWithPaginationResponseValidator: z.
|
|
|
499
499
|
nextPageToken: z.ZodString;
|
|
500
500
|
totalSize: z.ZodNumber;
|
|
501
501
|
}, "strip", z.ZodTypeAny, {
|
|
502
|
+
nextPageToken: string;
|
|
503
|
+
totalSize: number;
|
|
502
504
|
connectorDefinitions: {
|
|
505
|
+
type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_GENERIC" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION";
|
|
503
506
|
name: string;
|
|
504
507
|
uid: string;
|
|
505
|
-
title: string;
|
|
506
|
-
type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
|
|
507
508
|
id: string;
|
|
509
|
+
custom: boolean;
|
|
508
510
|
documentationUrl: string;
|
|
511
|
+
title: string;
|
|
509
512
|
icon: string;
|
|
510
|
-
custom: boolean;
|
|
511
513
|
spec: {
|
|
512
514
|
componentSpecification: Record<string, any>;
|
|
513
515
|
dataSpecifications: Record<string, {
|
|
@@ -525,18 +527,18 @@ export declare const listConnectorDefinitionsWithPaginationResponseValidator: z.
|
|
|
525
527
|
title: string;
|
|
526
528
|
}[];
|
|
527
529
|
}[];
|
|
530
|
+
}, {
|
|
528
531
|
nextPageToken: string;
|
|
529
532
|
totalSize: number;
|
|
530
|
-
}, {
|
|
531
533
|
connectorDefinitions: {
|
|
534
|
+
type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_GENERIC" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION";
|
|
532
535
|
name: string;
|
|
533
536
|
uid: string;
|
|
534
|
-
title: string;
|
|
535
|
-
type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
|
|
536
537
|
id: string;
|
|
538
|
+
custom: boolean;
|
|
537
539
|
documentationUrl: string;
|
|
540
|
+
title: string;
|
|
538
541
|
icon: string;
|
|
539
|
-
custom: boolean;
|
|
540
542
|
spec: {
|
|
541
543
|
componentSpecification: Record<string, any>;
|
|
542
544
|
dataSpecifications: Record<string, {
|
|
@@ -554,8 +556,6 @@ export declare const listConnectorDefinitionsWithPaginationResponseValidator: z.
|
|
|
554
556
|
title: string;
|
|
555
557
|
}[];
|
|
556
558
|
}[];
|
|
557
|
-
nextPageToken: string;
|
|
558
|
-
totalSize: number;
|
|
559
559
|
}>;
|
|
560
560
|
export type ListComponentDefinitionsRequest = {
|
|
561
561
|
pageSize?: number;
|
|
@@ -627,15 +627,16 @@ export declare const listComponentDefinitionsWithPaginationResponseValidator: z.
|
|
|
627
627
|
description: z.ZodString;
|
|
628
628
|
releaseStage: z.ZodString;
|
|
629
629
|
}, "strip", z.ZodTypeAny, {
|
|
630
|
+
type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_GENERIC" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION";
|
|
630
631
|
name: string;
|
|
631
|
-
description: string;
|
|
632
632
|
uid: string;
|
|
633
|
-
title: string;
|
|
634
|
-
type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
|
|
635
633
|
id: string;
|
|
634
|
+
description: string;
|
|
635
|
+
custom: boolean;
|
|
636
|
+
sourceUrl: string;
|
|
636
637
|
documentationUrl: string;
|
|
638
|
+
title: string;
|
|
637
639
|
icon: string;
|
|
638
|
-
custom: boolean;
|
|
639
640
|
spec: {
|
|
640
641
|
componentSpecification: Record<string, any>;
|
|
641
642
|
dataSpecifications: Record<string, {
|
|
@@ -652,19 +653,19 @@ export declare const listComponentDefinitionsWithPaginationResponseValidator: z.
|
|
|
652
653
|
description: string;
|
|
653
654
|
title: string;
|
|
654
655
|
}[];
|
|
655
|
-
sourceUrl: string;
|
|
656
656
|
version: string;
|
|
657
657
|
releaseStage: string;
|
|
658
658
|
}, {
|
|
659
|
+
type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_GENERIC" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION";
|
|
659
660
|
name: string;
|
|
660
|
-
description: string;
|
|
661
661
|
uid: string;
|
|
662
|
-
title: string;
|
|
663
|
-
type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
|
|
664
662
|
id: string;
|
|
663
|
+
description: string;
|
|
664
|
+
custom: boolean;
|
|
665
|
+
sourceUrl: string;
|
|
665
666
|
documentationUrl: string;
|
|
667
|
+
title: string;
|
|
666
668
|
icon: string;
|
|
667
|
-
custom: boolean;
|
|
668
669
|
spec: {
|
|
669
670
|
componentSpecification: Record<string, any>;
|
|
670
671
|
dataSpecifications: Record<string, {
|
|
@@ -681,7 +682,6 @@ export declare const listComponentDefinitionsWithPaginationResponseValidator: z.
|
|
|
681
682
|
description: string;
|
|
682
683
|
title: string;
|
|
683
684
|
}[];
|
|
684
|
-
sourceUrl: string;
|
|
685
685
|
version: string;
|
|
686
686
|
releaseStage: string;
|
|
687
687
|
}>, "many">;
|
|
@@ -691,15 +691,16 @@ export declare const listComponentDefinitionsWithPaginationResponseValidator: z.
|
|
|
691
691
|
nextPageToken: string;
|
|
692
692
|
totalSize: number;
|
|
693
693
|
componentDefinitions: {
|
|
694
|
+
type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_GENERIC" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION";
|
|
694
695
|
name: string;
|
|
695
|
-
description: string;
|
|
696
696
|
uid: string;
|
|
697
|
-
title: string;
|
|
698
|
-
type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
|
|
699
697
|
id: string;
|
|
698
|
+
description: string;
|
|
699
|
+
custom: boolean;
|
|
700
|
+
sourceUrl: string;
|
|
700
701
|
documentationUrl: string;
|
|
702
|
+
title: string;
|
|
701
703
|
icon: string;
|
|
702
|
-
custom: boolean;
|
|
703
704
|
spec: {
|
|
704
705
|
componentSpecification: Record<string, any>;
|
|
705
706
|
dataSpecifications: Record<string, {
|
|
@@ -716,7 +717,6 @@ export declare const listComponentDefinitionsWithPaginationResponseValidator: z.
|
|
|
716
717
|
description: string;
|
|
717
718
|
title: string;
|
|
718
719
|
}[];
|
|
719
|
-
sourceUrl: string;
|
|
720
720
|
version: string;
|
|
721
721
|
releaseStage: string;
|
|
722
722
|
}[];
|
|
@@ -724,15 +724,16 @@ export declare const listComponentDefinitionsWithPaginationResponseValidator: z.
|
|
|
724
724
|
nextPageToken: string;
|
|
725
725
|
totalSize: number;
|
|
726
726
|
componentDefinitions: {
|
|
727
|
+
type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_GENERIC" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION";
|
|
727
728
|
name: string;
|
|
728
|
-
description: string;
|
|
729
729
|
uid: string;
|
|
730
|
-
title: string;
|
|
731
|
-
type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
|
|
732
730
|
id: string;
|
|
731
|
+
description: string;
|
|
732
|
+
custom: boolean;
|
|
733
|
+
sourceUrl: string;
|
|
733
734
|
documentationUrl: string;
|
|
735
|
+
title: string;
|
|
734
736
|
icon: string;
|
|
735
|
-
custom: boolean;
|
|
736
737
|
spec: {
|
|
737
738
|
componentSpecification: Record<string, any>;
|
|
738
739
|
dataSpecifications: Record<string, {
|
|
@@ -749,7 +750,6 @@ export declare const listComponentDefinitionsWithPaginationResponseValidator: z.
|
|
|
749
750
|
description: string;
|
|
750
751
|
title: string;
|
|
751
752
|
}[];
|
|
752
|
-
sourceUrl: string;
|
|
753
753
|
version: string;
|
|
754
754
|
releaseStage: string;
|
|
755
755
|
}[];
|
|
@@ -813,14 +813,14 @@ export declare const getConnectorDefinitionResponseValidator: z.ZodObject<{
|
|
|
813
813
|
title: string;
|
|
814
814
|
}>, "many">;
|
|
815
815
|
}, "strip", z.ZodTypeAny, {
|
|
816
|
+
type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_GENERIC" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION";
|
|
816
817
|
name: string;
|
|
817
818
|
uid: string;
|
|
818
|
-
title: string;
|
|
819
|
-
type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
|
|
820
819
|
id: string;
|
|
820
|
+
custom: boolean;
|
|
821
821
|
documentationUrl: string;
|
|
822
|
+
title: string;
|
|
822
823
|
icon: string;
|
|
823
|
-
custom: boolean;
|
|
824
824
|
spec: {
|
|
825
825
|
componentSpecification: Record<string, any>;
|
|
826
826
|
dataSpecifications: Record<string, {
|
|
@@ -838,14 +838,14 @@ export declare const getConnectorDefinitionResponseValidator: z.ZodObject<{
|
|
|
838
838
|
title: string;
|
|
839
839
|
}[];
|
|
840
840
|
}, {
|
|
841
|
+
type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_GENERIC" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION";
|
|
841
842
|
name: string;
|
|
842
843
|
uid: string;
|
|
843
|
-
title: string;
|
|
844
|
-
type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
|
|
845
844
|
id: string;
|
|
845
|
+
custom: boolean;
|
|
846
846
|
documentationUrl: string;
|
|
847
|
+
title: string;
|
|
847
848
|
icon: string;
|
|
848
|
-
custom: boolean;
|
|
849
849
|
spec: {
|
|
850
850
|
componentSpecification: Record<string, any>;
|
|
851
851
|
dataSpecifications: Record<string, {
|
|
@@ -925,14 +925,14 @@ export declare const listOperatorDefinitionsWithPaginationResponseValidator: z.Z
|
|
|
925
925
|
}>, "many">;
|
|
926
926
|
type: z.ZodEnum<["COMPONENT_TYPE_UNSPECIFIED", "COMPONENT_TYPE_OPERATOR", "COMPONENT_TYPE_DATA", "COMPONENT_TYPE_AI", "COMPONENT_TYPE_APPLICATION", "COMPONENT_TYPE_GENERIC"]>;
|
|
927
927
|
}, "strip", z.ZodTypeAny, {
|
|
928
|
+
type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_GENERIC" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION";
|
|
928
929
|
name: string;
|
|
929
930
|
uid: string;
|
|
930
|
-
title: string;
|
|
931
|
-
type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
|
|
932
931
|
id: string;
|
|
932
|
+
custom: boolean;
|
|
933
933
|
documentationUrl: string;
|
|
934
|
+
title: string;
|
|
934
935
|
icon: string;
|
|
935
|
-
custom: boolean;
|
|
936
936
|
spec: {
|
|
937
937
|
componentSpecification: Record<string, any>;
|
|
938
938
|
dataSpecifications: Record<string, {
|
|
@@ -948,14 +948,14 @@ export declare const listOperatorDefinitionsWithPaginationResponseValidator: z.Z
|
|
|
948
948
|
title: string;
|
|
949
949
|
}[];
|
|
950
950
|
}, {
|
|
951
|
+
type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_GENERIC" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION";
|
|
951
952
|
name: string;
|
|
952
953
|
uid: string;
|
|
953
|
-
title: string;
|
|
954
|
-
type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
|
|
955
954
|
id: string;
|
|
955
|
+
custom: boolean;
|
|
956
956
|
documentationUrl: string;
|
|
957
|
+
title: string;
|
|
957
958
|
icon: string;
|
|
958
|
-
custom: boolean;
|
|
959
959
|
spec: {
|
|
960
960
|
componentSpecification: Record<string, any>;
|
|
961
961
|
dataSpecifications: Record<string, {
|
|
@@ -977,14 +977,14 @@ export declare const listOperatorDefinitionsWithPaginationResponseValidator: z.Z
|
|
|
977
977
|
nextPageToken: string;
|
|
978
978
|
totalSize: number;
|
|
979
979
|
operatorDefinitions: {
|
|
980
|
+
type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_GENERIC" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION";
|
|
980
981
|
name: string;
|
|
981
982
|
uid: string;
|
|
982
|
-
title: string;
|
|
983
|
-
type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
|
|
984
983
|
id: string;
|
|
984
|
+
custom: boolean;
|
|
985
985
|
documentationUrl: string;
|
|
986
|
+
title: string;
|
|
986
987
|
icon: string;
|
|
987
|
-
custom: boolean;
|
|
988
988
|
spec: {
|
|
989
989
|
componentSpecification: Record<string, any>;
|
|
990
990
|
dataSpecifications: Record<string, {
|
|
@@ -1004,14 +1004,14 @@ export declare const listOperatorDefinitionsWithPaginationResponseValidator: z.Z
|
|
|
1004
1004
|
nextPageToken: string;
|
|
1005
1005
|
totalSize: number;
|
|
1006
1006
|
operatorDefinitions: {
|
|
1007
|
+
type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_GENERIC" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION";
|
|
1007
1008
|
name: string;
|
|
1008
1009
|
uid: string;
|
|
1009
|
-
title: string;
|
|
1010
|
-
type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
|
|
1011
1010
|
id: string;
|
|
1011
|
+
custom: boolean;
|
|
1012
1012
|
documentationUrl: string;
|
|
1013
|
+
title: string;
|
|
1013
1014
|
icon: string;
|
|
1014
|
-
custom: boolean;
|
|
1015
1015
|
spec: {
|
|
1016
1016
|
componentSpecification: Record<string, any>;
|
|
1017
1017
|
dataSpecifications: Record<string, {
|
|
@@ -1085,14 +1085,14 @@ export declare const getOperatorDefinitionResponseValidator: z.ZodObject<{
|
|
|
1085
1085
|
}>, "many">;
|
|
1086
1086
|
type: z.ZodEnum<["COMPONENT_TYPE_UNSPECIFIED", "COMPONENT_TYPE_OPERATOR", "COMPONENT_TYPE_DATA", "COMPONENT_TYPE_AI", "COMPONENT_TYPE_APPLICATION", "COMPONENT_TYPE_GENERIC"]>;
|
|
1087
1087
|
}, "strip", z.ZodTypeAny, {
|
|
1088
|
+
type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_GENERIC" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION";
|
|
1088
1089
|
name: string;
|
|
1089
1090
|
uid: string;
|
|
1090
|
-
title: string;
|
|
1091
|
-
type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
|
|
1092
1091
|
id: string;
|
|
1092
|
+
custom: boolean;
|
|
1093
1093
|
documentationUrl: string;
|
|
1094
|
+
title: string;
|
|
1094
1095
|
icon: string;
|
|
1095
|
-
custom: boolean;
|
|
1096
1096
|
spec: {
|
|
1097
1097
|
componentSpecification: Record<string, any>;
|
|
1098
1098
|
dataSpecifications: Record<string, {
|
|
@@ -1108,14 +1108,14 @@ export declare const getOperatorDefinitionResponseValidator: z.ZodObject<{
|
|
|
1108
1108
|
title: string;
|
|
1109
1109
|
}[];
|
|
1110
1110
|
}, {
|
|
1111
|
+
type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_GENERIC" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION";
|
|
1111
1112
|
name: string;
|
|
1112
1113
|
uid: string;
|
|
1113
|
-
title: string;
|
|
1114
|
-
type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
|
|
1115
1114
|
id: string;
|
|
1115
|
+
custom: boolean;
|
|
1116
1116
|
documentationUrl: string;
|
|
1117
|
+
title: string;
|
|
1117
1118
|
icon: string;
|
|
1118
|
-
custom: boolean;
|
|
1119
1119
|
spec: {
|
|
1120
1120
|
componentSpecification: Record<string, any>;
|
|
1121
1121
|
dataSpecifications: Record<string, {
|