instill-sdk 0.19.0-rc.28 → 0.19.0-rc.4

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/types.d.ts CHANGED
@@ -295,8 +295,6 @@ export declare const OrganizationOwnerSchema: z.ZodObject<{
295
295
  name: string;
296
296
  uid: string;
297
297
  id: string;
298
- createTime: string;
299
- updateTime: string;
300
298
  owner: {
301
299
  name: string;
302
300
  uid: string;
@@ -316,6 +314,8 @@ export declare const OrganizationOwnerSchema: z.ZodObject<{
316
314
  } | undefined;
317
315
  } | undefined;
318
316
  };
317
+ createTime: string;
318
+ updateTime: string;
319
319
  profile?: {
320
320
  displayName?: string | undefined;
321
321
  bio?: string | undefined;
@@ -331,8 +331,6 @@ export declare const OrganizationOwnerSchema: z.ZodObject<{
331
331
  name: string;
332
332
  uid: string;
333
333
  id: string;
334
- createTime: string;
335
- updateTime: string;
336
334
  owner: {
337
335
  name: string;
338
336
  uid: string;
@@ -352,6 +350,8 @@ export declare const OrganizationOwnerSchema: z.ZodObject<{
352
350
  } | undefined;
353
351
  } | undefined;
354
352
  };
353
+ createTime: string;
354
+ updateTime: string;
355
355
  profile?: {
356
356
  displayName?: string | undefined;
357
357
  bio?: string | undefined;
@@ -369,8 +369,6 @@ export declare const OrganizationOwnerSchema: z.ZodObject<{
369
369
  name: string;
370
370
  uid: string;
371
371
  id: string;
372
- createTime: string;
373
- updateTime: string;
374
372
  owner: {
375
373
  name: string;
376
374
  uid: string;
@@ -390,6 +388,8 @@ export declare const OrganizationOwnerSchema: z.ZodObject<{
390
388
  } | undefined;
391
389
  } | undefined;
392
390
  };
391
+ createTime: string;
392
+ updateTime: string;
393
393
  profile?: {
394
394
  displayName?: string | undefined;
395
395
  bio?: string | undefined;
@@ -407,8 +407,6 @@ export declare const OrganizationOwnerSchema: z.ZodObject<{
407
407
  name: string;
408
408
  uid: string;
409
409
  id: string;
410
- createTime: string;
411
- updateTime: string;
412
410
  owner: {
413
411
  name: string;
414
412
  uid: string;
@@ -428,6 +426,8 @@ export declare const OrganizationOwnerSchema: z.ZodObject<{
428
426
  } | undefined;
429
427
  } | undefined;
430
428
  };
429
+ createTime: string;
430
+ updateTime: string;
431
431
  profile?: {
432
432
  displayName?: string | undefined;
433
433
  bio?: string | undefined;
@@ -708,8 +708,6 @@ export declare const OwnerSchema: z.ZodUnion<[z.ZodObject<{
708
708
  name: string;
709
709
  uid: string;
710
710
  id: string;
711
- createTime: string;
712
- updateTime: string;
713
711
  owner: {
714
712
  name: string;
715
713
  uid: string;
@@ -729,6 +727,8 @@ export declare const OwnerSchema: z.ZodUnion<[z.ZodObject<{
729
727
  } | undefined;
730
728
  } | undefined;
731
729
  };
730
+ createTime: string;
731
+ updateTime: string;
732
732
  profile?: {
733
733
  displayName?: string | undefined;
734
734
  bio?: string | undefined;
@@ -744,8 +744,6 @@ export declare const OwnerSchema: z.ZodUnion<[z.ZodObject<{
744
744
  name: string;
745
745
  uid: string;
746
746
  id: string;
747
- createTime: string;
748
- updateTime: string;
749
747
  owner: {
750
748
  name: string;
751
749
  uid: string;
@@ -765,6 +763,8 @@ export declare const OwnerSchema: z.ZodUnion<[z.ZodObject<{
765
763
  } | undefined;
766
764
  } | undefined;
767
765
  };
766
+ createTime: string;
767
+ updateTime: string;
768
768
  profile?: {
769
769
  displayName?: string | undefined;
770
770
  bio?: string | undefined;
@@ -782,8 +782,6 @@ export declare const OwnerSchema: z.ZodUnion<[z.ZodObject<{
782
782
  name: string;
783
783
  uid: string;
784
784
  id: string;
785
- createTime: string;
786
- updateTime: string;
787
785
  owner: {
788
786
  name: string;
789
787
  uid: string;
@@ -803,6 +801,8 @@ export declare const OwnerSchema: z.ZodUnion<[z.ZodObject<{
803
801
  } | undefined;
804
802
  } | undefined;
805
803
  };
804
+ createTime: string;
805
+ updateTime: string;
806
806
  profile?: {
807
807
  displayName?: string | undefined;
808
808
  bio?: string | undefined;
@@ -820,8 +820,6 @@ export declare const OwnerSchema: z.ZodUnion<[z.ZodObject<{
820
820
  name: string;
821
821
  uid: string;
822
822
  id: string;
823
- createTime: string;
824
- updateTime: string;
825
823
  owner: {
826
824
  name: string;
827
825
  uid: string;
@@ -841,6 +839,8 @@ export declare const OwnerSchema: z.ZodUnion<[z.ZodObject<{
841
839
  } | undefined;
842
840
  } | undefined;
843
841
  };
842
+ createTime: string;
843
+ updateTime: string;
844
844
  profile?: {
845
845
  displayName?: string | undefined;
846
846
  bio?: string | undefined;
@@ -976,22 +976,8 @@ export type Citation = {
976
976
  name: string;
977
977
  url: string;
978
978
  };
979
- export type InstillChatMessageContextTable = {
980
- tableUid: string;
981
- fileUids: string[];
982
- };
983
- export type InstillChatMessageContextFolder = {
984
- folderUid: string;
985
- fileUids: string[];
986
- };
987
- export type InstillChatMessageContextCatalog = {
988
- catalogUid: string;
989
- fileUids: string[];
990
- };
991
979
  export type InstillChatMessageContext = {
992
- tables: InstillChatMessageContextTable[];
993
- folders: InstillChatMessageContextFolder[];
994
- catalogs: InstillChatMessageContextCatalog[];
980
+ tableUids: string[];
995
981
  };
996
982
  export {};
997
983
  //# sourceMappingURL=types.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":"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"}
@@ -88,14 +88,14 @@ export declare const ConnectorDefinitionSchema: z.ZodObject<{
88
88
  description: string;
89
89
  }>, "many">;
90
90
  }, "strip", z.ZodTypeAny, {
91
- type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
92
91
  name: string;
92
+ title: string;
93
+ type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
93
94
  uid: string;
94
95
  id: string;
95
- custom: boolean;
96
- title: string;
97
96
  documentationUrl: string;
98
97
  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
- type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
117
116
  name: string;
117
+ title: string;
118
+ type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
118
119
  uid: string;
119
120
  id: string;
120
- custom: boolean;
121
- title: string;
122
121
  documentationUrl: string;
123
122
  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
- type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
218
217
  name: string;
219
- uid: string;
220
- id: string;
221
- custom: boolean;
222
218
  title: string;
223
219
  description: string;
220
+ type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
221
+ uid: string;
222
+ id: string;
224
223
  documentationUrl: string;
225
224
  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
- type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
247
246
  name: string;
248
- uid: string;
249
- id: string;
250
- custom: boolean;
251
247
  title: string;
252
248
  description: string;
249
+ type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
250
+ uid: string;
251
+ id: string;
253
252
  documentationUrl: string;
254
253
  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
- type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
340
339
  name: string;
340
+ title: string;
341
+ type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
341
342
  uid: string;
342
343
  id: string;
343
- custom: boolean;
344
- title: string;
345
344
  documentationUrl: string;
346
345
  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
- type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
363
362
  name: string;
363
+ title: string;
364
+ type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
364
365
  uid: string;
365
366
  id: string;
366
- custom: boolean;
367
- title: string;
368
367
  documentationUrl: string;
369
368
  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
- type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
450
449
  name: string;
450
+ title: string;
451
+ type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
451
452
  uid: string;
452
453
  id: string;
453
- custom: boolean;
454
- title: string;
455
454
  documentationUrl: string;
456
455
  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
- type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
475
474
  name: string;
475
+ title: string;
476
+ type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
476
477
  uid: string;
477
478
  id: string;
478
- custom: boolean;
479
- title: string;
480
479
  documentationUrl: string;
481
480
  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
- type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
504
503
  name: string;
504
+ title: string;
505
+ type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
505
506
  uid: string;
506
507
  id: string;
507
- custom: boolean;
508
- title: string;
509
508
  documentationUrl: string;
510
509
  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
- type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
533
532
  name: string;
533
+ title: string;
534
+ type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
534
535
  uid: string;
535
536
  id: string;
536
- custom: boolean;
537
- title: string;
538
537
  documentationUrl: string;
539
538
  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
- type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
631
630
  name: string;
632
- uid: string;
633
- id: string;
634
- custom: boolean;
635
631
  title: string;
636
632
  description: string;
633
+ type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
634
+ uid: string;
635
+ id: string;
637
636
  documentationUrl: string;
638
637
  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
- type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
660
659
  name: string;
661
- uid: string;
662
- id: string;
663
- custom: boolean;
664
660
  title: string;
665
661
  description: string;
662
+ type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
663
+ uid: string;
664
+ id: string;
666
665
  documentationUrl: string;
667
666
  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
- type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
695
694
  name: string;
696
- uid: string;
697
- id: string;
698
- custom: boolean;
699
695
  title: string;
700
696
  description: string;
697
+ type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
698
+ uid: string;
699
+ id: string;
701
700
  documentationUrl: string;
702
701
  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
- type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
728
727
  name: string;
729
- uid: string;
730
- id: string;
731
- custom: boolean;
732
728
  title: string;
733
729
  description: string;
730
+ type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
731
+ uid: string;
732
+ id: string;
734
733
  documentationUrl: string;
735
734
  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
- type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
817
816
  name: string;
817
+ title: string;
818
+ type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
818
819
  uid: string;
819
820
  id: string;
820
- custom: boolean;
821
- title: string;
822
821
  documentationUrl: string;
823
822
  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
- type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
842
841
  name: string;
842
+ title: string;
843
+ type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
843
844
  uid: string;
844
845
  id: string;
845
- custom: boolean;
846
- title: string;
847
846
  documentationUrl: string;
848
847
  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_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
929
928
  name: string;
929
+ title: string;
930
+ type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
930
931
  uid: string;
931
932
  id: string;
932
- custom: boolean;
933
- title: string;
934
933
  documentationUrl: string;
935
934
  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
- type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
952
951
  name: string;
952
+ title: string;
953
+ type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
953
954
  uid: string;
954
955
  id: string;
955
- custom: boolean;
956
- title: string;
957
956
  documentationUrl: string;
958
957
  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_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
981
980
  name: string;
981
+ title: string;
982
+ type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
982
983
  uid: string;
983
984
  id: string;
984
- custom: boolean;
985
- title: string;
986
985
  documentationUrl: string;
987
986
  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_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
1008
1007
  name: string;
1008
+ title: string;
1009
+ type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
1009
1010
  uid: string;
1010
1011
  id: string;
1011
- custom: boolean;
1012
- title: string;
1013
1012
  documentationUrl: string;
1014
1013
  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_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
1089
1088
  name: string;
1089
+ title: string;
1090
+ type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
1090
1091
  uid: string;
1091
1092
  id: string;
1092
- custom: boolean;
1093
- title: string;
1094
1093
  documentationUrl: string;
1095
1094
  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
- type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
1112
1111
  name: string;
1112
+ title: string;
1113
+ type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
1113
1114
  uid: string;
1114
1115
  id: string;
1115
- custom: boolean;
1116
- title: string;
1117
1116
  documentationUrl: string;
1118
1117
  icon: string;
1118
+ custom: boolean;
1119
1119
  spec: {
1120
1120
  componentSpecification: Record<string, any>;
1121
1121
  dataSpecifications: Record<string, {