instill-sdk 0.19.0-rc.19 → 0.19.0-rc.20
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/table/types.d.ts +1 -1
- package/dist/table/types.d.ts.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/vdp/component/types.d.ts +22 -22
- package/dist/vdp/pipeline/types.d.ts +76 -76
- package/dist/vdp/release/types.d.ts +2 -2
- package/package.json +3 -3
|
@@ -91,8 +91,8 @@ export declare const ConnectorDefinitionSchema: z.ZodObject<{
|
|
|
91
91
|
name: string;
|
|
92
92
|
type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
|
|
93
93
|
uid: string;
|
|
94
|
-
id: string;
|
|
95
94
|
title: string;
|
|
95
|
+
id: string;
|
|
96
96
|
documentationUrl: string;
|
|
97
97
|
icon: string;
|
|
98
98
|
custom: boolean;
|
|
@@ -116,8 +116,8 @@ export declare const ConnectorDefinitionSchema: z.ZodObject<{
|
|
|
116
116
|
name: string;
|
|
117
117
|
type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
|
|
118
118
|
uid: string;
|
|
119
|
-
id: string;
|
|
120
119
|
title: string;
|
|
120
|
+
id: string;
|
|
121
121
|
documentationUrl: string;
|
|
122
122
|
icon: string;
|
|
123
123
|
custom: boolean;
|
|
@@ -217,9 +217,9 @@ export declare const ComponentDefinitionSchema: z.ZodObject<{
|
|
|
217
217
|
name: string;
|
|
218
218
|
type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
|
|
219
219
|
uid: string;
|
|
220
|
-
id: string;
|
|
221
220
|
title: string;
|
|
222
221
|
description: string;
|
|
222
|
+
id: string;
|
|
223
223
|
documentationUrl: string;
|
|
224
224
|
icon: string;
|
|
225
225
|
custom: boolean;
|
|
@@ -246,9 +246,9 @@ export declare const ComponentDefinitionSchema: z.ZodObject<{
|
|
|
246
246
|
name: string;
|
|
247
247
|
type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
|
|
248
248
|
uid: string;
|
|
249
|
-
id: string;
|
|
250
249
|
title: string;
|
|
251
250
|
description: string;
|
|
251
|
+
id: string;
|
|
252
252
|
documentationUrl: string;
|
|
253
253
|
icon: string;
|
|
254
254
|
custom: boolean;
|
|
@@ -339,8 +339,8 @@ export declare const OperatorDefinitionSchema: z.ZodObject<{
|
|
|
339
339
|
name: string;
|
|
340
340
|
type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
|
|
341
341
|
uid: string;
|
|
342
|
-
id: string;
|
|
343
342
|
title: string;
|
|
343
|
+
id: string;
|
|
344
344
|
documentationUrl: string;
|
|
345
345
|
icon: string;
|
|
346
346
|
custom: boolean;
|
|
@@ -362,8 +362,8 @@ export declare const OperatorDefinitionSchema: z.ZodObject<{
|
|
|
362
362
|
name: string;
|
|
363
363
|
type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
|
|
364
364
|
uid: string;
|
|
365
|
-
id: string;
|
|
366
365
|
title: string;
|
|
366
|
+
id: string;
|
|
367
367
|
documentationUrl: string;
|
|
368
368
|
icon: string;
|
|
369
369
|
custom: boolean;
|
|
@@ -449,8 +449,8 @@ export declare const listConnectorDefinitionsWithPaginationResponseValidator: z.
|
|
|
449
449
|
name: string;
|
|
450
450
|
type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
|
|
451
451
|
uid: string;
|
|
452
|
-
id: string;
|
|
453
452
|
title: string;
|
|
453
|
+
id: string;
|
|
454
454
|
documentationUrl: string;
|
|
455
455
|
icon: string;
|
|
456
456
|
custom: boolean;
|
|
@@ -474,8 +474,8 @@ export declare const listConnectorDefinitionsWithPaginationResponseValidator: z.
|
|
|
474
474
|
name: string;
|
|
475
475
|
type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
|
|
476
476
|
uid: string;
|
|
477
|
-
id: string;
|
|
478
477
|
title: string;
|
|
478
|
+
id: string;
|
|
479
479
|
documentationUrl: string;
|
|
480
480
|
icon: string;
|
|
481
481
|
custom: boolean;
|
|
@@ -503,8 +503,8 @@ export declare const listConnectorDefinitionsWithPaginationResponseValidator: z.
|
|
|
503
503
|
name: string;
|
|
504
504
|
type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
|
|
505
505
|
uid: string;
|
|
506
|
-
id: string;
|
|
507
506
|
title: string;
|
|
507
|
+
id: string;
|
|
508
508
|
documentationUrl: string;
|
|
509
509
|
icon: string;
|
|
510
510
|
custom: boolean;
|
|
@@ -532,8 +532,8 @@ export declare const listConnectorDefinitionsWithPaginationResponseValidator: z.
|
|
|
532
532
|
name: string;
|
|
533
533
|
type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
|
|
534
534
|
uid: string;
|
|
535
|
-
id: string;
|
|
536
535
|
title: string;
|
|
536
|
+
id: string;
|
|
537
537
|
documentationUrl: string;
|
|
538
538
|
icon: string;
|
|
539
539
|
custom: boolean;
|
|
@@ -630,9 +630,9 @@ export declare const listComponentDefinitionsWithPaginationResponseValidator: z.
|
|
|
630
630
|
name: string;
|
|
631
631
|
type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
|
|
632
632
|
uid: string;
|
|
633
|
-
id: string;
|
|
634
633
|
title: string;
|
|
635
634
|
description: string;
|
|
635
|
+
id: string;
|
|
636
636
|
documentationUrl: string;
|
|
637
637
|
icon: string;
|
|
638
638
|
custom: boolean;
|
|
@@ -659,9 +659,9 @@ export declare const listComponentDefinitionsWithPaginationResponseValidator: z.
|
|
|
659
659
|
name: string;
|
|
660
660
|
type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
|
|
661
661
|
uid: string;
|
|
662
|
-
id: string;
|
|
663
662
|
title: string;
|
|
664
663
|
description: string;
|
|
664
|
+
id: string;
|
|
665
665
|
documentationUrl: string;
|
|
666
666
|
icon: string;
|
|
667
667
|
custom: boolean;
|
|
@@ -694,9 +694,9 @@ export declare const listComponentDefinitionsWithPaginationResponseValidator: z.
|
|
|
694
694
|
name: string;
|
|
695
695
|
type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
|
|
696
696
|
uid: string;
|
|
697
|
-
id: string;
|
|
698
697
|
title: string;
|
|
699
698
|
description: string;
|
|
699
|
+
id: string;
|
|
700
700
|
documentationUrl: string;
|
|
701
701
|
icon: string;
|
|
702
702
|
custom: boolean;
|
|
@@ -727,9 +727,9 @@ export declare const listComponentDefinitionsWithPaginationResponseValidator: z.
|
|
|
727
727
|
name: string;
|
|
728
728
|
type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
|
|
729
729
|
uid: string;
|
|
730
|
-
id: string;
|
|
731
730
|
title: string;
|
|
732
731
|
description: string;
|
|
732
|
+
id: string;
|
|
733
733
|
documentationUrl: string;
|
|
734
734
|
icon: string;
|
|
735
735
|
custom: boolean;
|
|
@@ -816,8 +816,8 @@ export declare const getConnectorDefinitionResponseValidator: z.ZodObject<{
|
|
|
816
816
|
name: string;
|
|
817
817
|
type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
|
|
818
818
|
uid: string;
|
|
819
|
-
id: string;
|
|
820
819
|
title: string;
|
|
820
|
+
id: string;
|
|
821
821
|
documentationUrl: string;
|
|
822
822
|
icon: string;
|
|
823
823
|
custom: boolean;
|
|
@@ -841,8 +841,8 @@ export declare const getConnectorDefinitionResponseValidator: z.ZodObject<{
|
|
|
841
841
|
name: string;
|
|
842
842
|
type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
|
|
843
843
|
uid: string;
|
|
844
|
-
id: string;
|
|
845
844
|
title: string;
|
|
845
|
+
id: string;
|
|
846
846
|
documentationUrl: string;
|
|
847
847
|
icon: string;
|
|
848
848
|
custom: boolean;
|
|
@@ -928,8 +928,8 @@ export declare const listOperatorDefinitionsWithPaginationResponseValidator: z.Z
|
|
|
928
928
|
name: string;
|
|
929
929
|
type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
|
|
930
930
|
uid: string;
|
|
931
|
-
id: string;
|
|
932
931
|
title: string;
|
|
932
|
+
id: string;
|
|
933
933
|
documentationUrl: string;
|
|
934
934
|
icon: string;
|
|
935
935
|
custom: boolean;
|
|
@@ -951,8 +951,8 @@ export declare const listOperatorDefinitionsWithPaginationResponseValidator: z.Z
|
|
|
951
951
|
name: string;
|
|
952
952
|
type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
|
|
953
953
|
uid: string;
|
|
954
|
-
id: string;
|
|
955
954
|
title: string;
|
|
955
|
+
id: string;
|
|
956
956
|
documentationUrl: string;
|
|
957
957
|
icon: string;
|
|
958
958
|
custom: boolean;
|
|
@@ -980,8 +980,8 @@ export declare const listOperatorDefinitionsWithPaginationResponseValidator: z.Z
|
|
|
980
980
|
name: string;
|
|
981
981
|
type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
|
|
982
982
|
uid: string;
|
|
983
|
-
id: string;
|
|
984
983
|
title: string;
|
|
984
|
+
id: string;
|
|
985
985
|
documentationUrl: string;
|
|
986
986
|
icon: string;
|
|
987
987
|
custom: boolean;
|
|
@@ -1007,8 +1007,8 @@ export declare const listOperatorDefinitionsWithPaginationResponseValidator: z.Z
|
|
|
1007
1007
|
name: string;
|
|
1008
1008
|
type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
|
|
1009
1009
|
uid: string;
|
|
1010
|
-
id: string;
|
|
1011
1010
|
title: string;
|
|
1011
|
+
id: string;
|
|
1012
1012
|
documentationUrl: string;
|
|
1013
1013
|
icon: string;
|
|
1014
1014
|
custom: boolean;
|
|
@@ -1088,8 +1088,8 @@ export declare const getOperatorDefinitionResponseValidator: z.ZodObject<{
|
|
|
1088
1088
|
name: string;
|
|
1089
1089
|
type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
|
|
1090
1090
|
uid: string;
|
|
1091
|
-
id: string;
|
|
1092
1091
|
title: string;
|
|
1092
|
+
id: string;
|
|
1093
1093
|
documentationUrl: string;
|
|
1094
1094
|
icon: string;
|
|
1095
1095
|
custom: boolean;
|
|
@@ -1111,8 +1111,8 @@ export declare const getOperatorDefinitionResponseValidator: z.ZodObject<{
|
|
|
1111
1111
|
name: string;
|
|
1112
1112
|
type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
|
|
1113
1113
|
uid: string;
|
|
1114
|
-
id: string;
|
|
1115
1114
|
title: string;
|
|
1115
|
+
id: string;
|
|
1116
1116
|
documentationUrl: string;
|
|
1117
1117
|
icon: string;
|
|
1118
1118
|
custom: boolean;
|