instill-sdk 0.19.0-rc.20 → 0.19.0-rc.21

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.
@@ -88,14 +88,14 @@ export declare const ConnectorDefinitionSchema: z.ZodObject<{
88
88
  description: string;
89
89
  }>, "many">;
90
90
  }, "strip", z.ZodTypeAny, {
91
- name: string;
92
91
  type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
92
+ name: string;
93
93
  uid: string;
94
- title: string;
95
94
  id: string;
95
+ custom: boolean;
96
+ title: string;
96
97
  documentationUrl: 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
  description: string;
114
114
  }[];
115
115
  }, {
116
- name: string;
117
116
  type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
117
+ name: string;
118
118
  uid: string;
119
- title: string;
120
119
  id: string;
120
+ custom: boolean;
121
+ title: string;
121
122
  documentationUrl: 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,15 @@ export declare const ComponentDefinitionSchema: z.ZodObject<{
214
214
  description: z.ZodString;
215
215
  releaseStage: z.ZodString;
216
216
  }, "strip", z.ZodTypeAny, {
217
- name: string;
218
217
  type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
218
+ name: string;
219
219
  uid: string;
220
+ id: string;
221
+ custom: boolean;
220
222
  title: string;
221
223
  description: string;
222
- id: string;
223
224
  documentationUrl: string;
224
225
  icon: string;
225
- custom: boolean;
226
226
  spec: {
227
227
  componentSpecification: Record<string, any>;
228
228
  dataSpecifications: Record<string, {
@@ -243,15 +243,15 @@ export declare const ComponentDefinitionSchema: z.ZodObject<{
243
243
  version: string;
244
244
  releaseStage: string;
245
245
  }, {
246
- name: string;
247
246
  type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
247
+ name: string;
248
248
  uid: string;
249
+ id: string;
250
+ custom: boolean;
249
251
  title: string;
250
252
  description: string;
251
- id: string;
252
253
  documentationUrl: string;
253
254
  icon: string;
254
- custom: boolean;
255
255
  spec: {
256
256
  componentSpecification: Record<string, any>;
257
257
  dataSpecifications: Record<string, {
@@ -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
- name: string;
340
339
  type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
340
+ name: string;
341
341
  uid: string;
342
- title: string;
343
342
  id: string;
343
+ custom: boolean;
344
+ title: string;
344
345
  documentationUrl: 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
  description: string;
360
360
  }[];
361
361
  }, {
362
- name: string;
363
362
  type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
363
+ name: string;
364
364
  uid: string;
365
- title: string;
366
365
  id: string;
366
+ custom: boolean;
367
+ title: string;
367
368
  documentationUrl: 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
  description: string;
447
447
  }>, "many">;
448
448
  }, "strip", z.ZodTypeAny, {
449
- name: string;
450
449
  type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
450
+ name: string;
451
451
  uid: string;
452
- title: string;
453
452
  id: string;
453
+ custom: boolean;
454
+ title: string;
454
455
  documentationUrl: 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
  description: string;
472
472
  }[];
473
473
  }, {
474
- name: string;
475
474
  type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
475
+ name: string;
476
476
  uid: string;
477
- title: string;
478
477
  id: string;
478
+ custom: boolean;
479
+ title: string;
479
480
  documentationUrl: string;
480
481
  icon: string;
481
- custom: boolean;
482
482
  spec: {
483
483
  componentSpecification: Record<string, any>;
484
484
  dataSpecifications: Record<string, {
@@ -500,14 +500,14 @@ export declare const listConnectorDefinitionsWithPaginationResponseValidator: z.
500
500
  totalSize: z.ZodNumber;
501
501
  }, "strip", z.ZodTypeAny, {
502
502
  connectorDefinitions: {
503
- name: string;
504
503
  type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
504
+ name: string;
505
505
  uid: string;
506
- title: string;
507
506
  id: string;
507
+ custom: boolean;
508
+ title: string;
508
509
  documentationUrl: string;
509
510
  icon: string;
510
- custom: boolean;
511
511
  spec: {
512
512
  componentSpecification: Record<string, any>;
513
513
  dataSpecifications: Record<string, {
@@ -529,14 +529,14 @@ export declare const listConnectorDefinitionsWithPaginationResponseValidator: z.
529
529
  totalSize: number;
530
530
  }, {
531
531
  connectorDefinitions: {
532
- name: string;
533
532
  type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
533
+ name: string;
534
534
  uid: string;
535
- title: string;
536
535
  id: string;
536
+ custom: boolean;
537
+ title: string;
537
538
  documentationUrl: string;
538
539
  icon: string;
539
- custom: boolean;
540
540
  spec: {
541
541
  componentSpecification: Record<string, any>;
542
542
  dataSpecifications: Record<string, {
@@ -627,15 +627,15 @@ export declare const listComponentDefinitionsWithPaginationResponseValidator: z.
627
627
  description: z.ZodString;
628
628
  releaseStage: z.ZodString;
629
629
  }, "strip", z.ZodTypeAny, {
630
- name: string;
631
630
  type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
631
+ name: string;
632
632
  uid: string;
633
+ id: string;
634
+ custom: boolean;
633
635
  title: string;
634
636
  description: string;
635
- id: string;
636
637
  documentationUrl: string;
637
638
  icon: string;
638
- custom: boolean;
639
639
  spec: {
640
640
  componentSpecification: Record<string, any>;
641
641
  dataSpecifications: Record<string, {
@@ -656,15 +656,15 @@ export declare const listComponentDefinitionsWithPaginationResponseValidator: z.
656
656
  version: string;
657
657
  releaseStage: string;
658
658
  }, {
659
- name: string;
660
659
  type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
660
+ name: string;
661
661
  uid: string;
662
+ id: string;
663
+ custom: boolean;
662
664
  title: string;
663
665
  description: string;
664
- id: string;
665
666
  documentationUrl: string;
666
667
  icon: string;
667
- custom: boolean;
668
668
  spec: {
669
669
  componentSpecification: Record<string, any>;
670
670
  dataSpecifications: Record<string, {
@@ -691,15 +691,15 @@ export declare const listComponentDefinitionsWithPaginationResponseValidator: z.
691
691
  nextPageToken: string;
692
692
  totalSize: number;
693
693
  componentDefinitions: {
694
- name: string;
695
694
  type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
695
+ name: string;
696
696
  uid: string;
697
+ id: string;
698
+ custom: boolean;
697
699
  title: string;
698
700
  description: string;
699
- id: string;
700
701
  documentationUrl: string;
701
702
  icon: string;
702
- custom: boolean;
703
703
  spec: {
704
704
  componentSpecification: Record<string, any>;
705
705
  dataSpecifications: Record<string, {
@@ -724,15 +724,15 @@ export declare const listComponentDefinitionsWithPaginationResponseValidator: z.
724
724
  nextPageToken: string;
725
725
  totalSize: number;
726
726
  componentDefinitions: {
727
- name: string;
728
727
  type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
728
+ name: string;
729
729
  uid: string;
730
+ id: string;
731
+ custom: boolean;
730
732
  title: string;
731
733
  description: string;
732
- id: string;
733
734
  documentationUrl: string;
734
735
  icon: string;
735
- custom: boolean;
736
736
  spec: {
737
737
  componentSpecification: Record<string, any>;
738
738
  dataSpecifications: Record<string, {
@@ -813,14 +813,14 @@ export declare const getConnectorDefinitionResponseValidator: z.ZodObject<{
813
813
  description: string;
814
814
  }>, "many">;
815
815
  }, "strip", z.ZodTypeAny, {
816
- name: string;
817
816
  type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
817
+ name: string;
818
818
  uid: string;
819
- title: string;
820
819
  id: string;
820
+ custom: boolean;
821
+ title: string;
821
822
  documentationUrl: 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
  description: string;
839
839
  }[];
840
840
  }, {
841
- name: string;
842
841
  type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
842
+ name: string;
843
843
  uid: string;
844
- title: string;
845
844
  id: string;
845
+ custom: boolean;
846
+ title: string;
846
847
  documentationUrl: 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
- name: string;
929
928
  type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
929
+ name: string;
930
930
  uid: string;
931
- title: string;
932
931
  id: string;
932
+ custom: boolean;
933
+ title: string;
933
934
  documentationUrl: 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
  description: string;
949
949
  }[];
950
950
  }, {
951
- name: string;
952
951
  type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
952
+ name: string;
953
953
  uid: string;
954
- title: string;
955
954
  id: string;
955
+ custom: boolean;
956
+ title: string;
956
957
  documentationUrl: 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
- name: string;
981
980
  type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
981
+ name: string;
982
982
  uid: string;
983
- title: string;
984
983
  id: string;
984
+ custom: boolean;
985
+ title: string;
985
986
  documentationUrl: 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
- name: string;
1008
1007
  type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
1008
+ name: string;
1009
1009
  uid: string;
1010
- title: string;
1011
1010
  id: string;
1011
+ custom: boolean;
1012
+ title: string;
1012
1013
  documentationUrl: 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
- name: string;
1089
1088
  type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
1089
+ name: string;
1090
1090
  uid: string;
1091
- title: string;
1092
1091
  id: string;
1092
+ custom: boolean;
1093
+ title: string;
1093
1094
  documentationUrl: 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
  description: string;
1109
1109
  }[];
1110
1110
  }, {
1111
- name: string;
1112
1111
  type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
1112
+ name: string;
1113
1113
  uid: string;
1114
- title: string;
1115
1114
  id: string;
1115
+ custom: boolean;
1116
+ title: string;
1116
1117
  documentationUrl: string;
1117
1118
  icon: string;
1118
- custom: boolean;
1119
1119
  spec: {
1120
1120
  componentSpecification: Record<string, any>;
1121
1121
  dataSpecifications: Record<string, {