instill-sdk 0.19.0-rc.2 → 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/types.d.ts CHANGED
@@ -296,6 +296,7 @@ export declare const OrganizationOwnerSchema: z.ZodObject<{
296
296
  uid: string;
297
297
  createTime: string;
298
298
  updateTime: string;
299
+ id: string;
299
300
  owner: {
300
301
  name: string;
301
302
  uid: string;
@@ -315,7 +316,6 @@ export declare const OrganizationOwnerSchema: z.ZodObject<{
315
316
  } | undefined;
316
317
  } | undefined;
317
318
  };
318
- id: string;
319
319
  profile?: {
320
320
  displayName?: string | undefined;
321
321
  bio?: string | undefined;
@@ -332,6 +332,7 @@ export declare const OrganizationOwnerSchema: z.ZodObject<{
332
332
  uid: string;
333
333
  createTime: string;
334
334
  updateTime: string;
335
+ id: string;
335
336
  owner: {
336
337
  name: string;
337
338
  uid: string;
@@ -351,7 +352,6 @@ export declare const OrganizationOwnerSchema: z.ZodObject<{
351
352
  } | undefined;
352
353
  } | undefined;
353
354
  };
354
- id: string;
355
355
  profile?: {
356
356
  displayName?: string | undefined;
357
357
  bio?: string | undefined;
@@ -370,6 +370,7 @@ export declare const OrganizationOwnerSchema: z.ZodObject<{
370
370
  uid: string;
371
371
  createTime: string;
372
372
  updateTime: string;
373
+ id: string;
373
374
  owner: {
374
375
  name: string;
375
376
  uid: string;
@@ -389,7 +390,6 @@ export declare const OrganizationOwnerSchema: z.ZodObject<{
389
390
  } | undefined;
390
391
  } | undefined;
391
392
  };
392
- id: string;
393
393
  profile?: {
394
394
  displayName?: string | undefined;
395
395
  bio?: string | undefined;
@@ -408,6 +408,7 @@ export declare const OrganizationOwnerSchema: z.ZodObject<{
408
408
  uid: string;
409
409
  createTime: string;
410
410
  updateTime: string;
411
+ id: string;
411
412
  owner: {
412
413
  name: string;
413
414
  uid: string;
@@ -427,7 +428,6 @@ export declare const OrganizationOwnerSchema: z.ZodObject<{
427
428
  } | undefined;
428
429
  } | undefined;
429
430
  };
430
- id: string;
431
431
  profile?: {
432
432
  displayName?: string | undefined;
433
433
  bio?: string | undefined;
@@ -709,6 +709,7 @@ export declare const OwnerSchema: z.ZodUnion<[z.ZodObject<{
709
709
  uid: string;
710
710
  createTime: string;
711
711
  updateTime: string;
712
+ id: string;
712
713
  owner: {
713
714
  name: string;
714
715
  uid: string;
@@ -728,7 +729,6 @@ export declare const OwnerSchema: z.ZodUnion<[z.ZodObject<{
728
729
  } | undefined;
729
730
  } | undefined;
730
731
  };
731
- id: string;
732
732
  profile?: {
733
733
  displayName?: string | undefined;
734
734
  bio?: string | undefined;
@@ -745,6 +745,7 @@ export declare const OwnerSchema: z.ZodUnion<[z.ZodObject<{
745
745
  uid: string;
746
746
  createTime: string;
747
747
  updateTime: string;
748
+ id: string;
748
749
  owner: {
749
750
  name: string;
750
751
  uid: string;
@@ -764,7 +765,6 @@ export declare const OwnerSchema: z.ZodUnion<[z.ZodObject<{
764
765
  } | undefined;
765
766
  } | undefined;
766
767
  };
767
- id: string;
768
768
  profile?: {
769
769
  displayName?: string | undefined;
770
770
  bio?: string | undefined;
@@ -783,6 +783,7 @@ export declare const OwnerSchema: z.ZodUnion<[z.ZodObject<{
783
783
  uid: string;
784
784
  createTime: string;
785
785
  updateTime: string;
786
+ id: string;
786
787
  owner: {
787
788
  name: string;
788
789
  uid: string;
@@ -802,7 +803,6 @@ export declare const OwnerSchema: z.ZodUnion<[z.ZodObject<{
802
803
  } | undefined;
803
804
  } | undefined;
804
805
  };
805
- id: string;
806
806
  profile?: {
807
807
  displayName?: string | undefined;
808
808
  bio?: string | undefined;
@@ -821,6 +821,7 @@ export declare const OwnerSchema: z.ZodUnion<[z.ZodObject<{
821
821
  uid: string;
822
822
  createTime: string;
823
823
  updateTime: string;
824
+ id: string;
824
825
  owner: {
825
826
  name: string;
826
827
  uid: string;
@@ -840,7 +841,6 @@ export declare const OwnerSchema: z.ZodUnion<[z.ZodObject<{
840
841
  } | undefined;
841
842
  } | undefined;
842
843
  };
843
- id: string;
844
844
  profile?: {
845
845
  displayName?: string | undefined;
846
846
  bio?: string | undefined;
@@ -13,12 +13,12 @@ export declare const TaskSchema: z.ZodObject<{
13
13
  description: z.ZodString;
14
14
  }, "strip", z.ZodTypeAny, {
15
15
  name: string;
16
- description: string;
17
16
  title: string;
17
+ description: string;
18
18
  }, {
19
19
  name: string;
20
- description: string;
21
20
  title: string;
21
+ description: string;
22
22
  }>;
23
23
  export type ConnectorDefinition = {
24
24
  name: string;
@@ -80,18 +80,18 @@ export declare const ConnectorDefinitionSchema: z.ZodObject<{
80
80
  description: z.ZodString;
81
81
  }, "strip", z.ZodTypeAny, {
82
82
  name: string;
83
- description: string;
84
83
  title: string;
84
+ description: string;
85
85
  }, {
86
86
  name: string;
87
- description: string;
88
87
  title: string;
88
+ description: string;
89
89
  }>, "many">;
90
90
  }, "strip", z.ZodTypeAny, {
91
91
  name: string;
92
+ type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
92
93
  uid: string;
93
94
  title: string;
94
- type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
95
95
  id: string;
96
96
  documentationUrl: string;
97
97
  icon: string;
@@ -109,14 +109,14 @@ export declare const ConnectorDefinitionSchema: z.ZodObject<{
109
109
  vendorAttributes: Record<string, any>;
110
110
  tasks: {
111
111
  name: string;
112
- description: string;
113
112
  title: string;
113
+ description: string;
114
114
  }[];
115
115
  }, {
116
116
  name: string;
117
+ type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
117
118
  uid: string;
118
119
  title: string;
119
- type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
120
120
  id: string;
121
121
  documentationUrl: string;
122
122
  icon: string;
@@ -134,8 +134,8 @@ export declare const ConnectorDefinitionSchema: z.ZodObject<{
134
134
  vendorAttributes: Record<string, any>;
135
135
  tasks: {
136
136
  name: string;
137
- description: string;
138
137
  title: string;
138
+ description: string;
139
139
  }[];
140
140
  }>;
141
141
  export type ComponentDefinition = {
@@ -204,21 +204,21 @@ export declare const ComponentDefinitionSchema: z.ZodObject<{
204
204
  description: z.ZodString;
205
205
  }, "strip", z.ZodTypeAny, {
206
206
  name: string;
207
- description: string;
208
207
  title: string;
208
+ description: string;
209
209
  }, {
210
210
  name: string;
211
- description: string;
212
211
  title: string;
212
+ description: string;
213
213
  }>, "many">;
214
214
  description: z.ZodString;
215
215
  releaseStage: z.ZodString;
216
216
  }, "strip", z.ZodTypeAny, {
217
217
  name: string;
218
- description: string;
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
220
  title: string;
221
- type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
221
+ description: string;
222
222
  id: string;
223
223
  documentationUrl: string;
224
224
  icon: string;
@@ -236,18 +236,18 @@ export declare const ComponentDefinitionSchema: z.ZodObject<{
236
236
  vendorAttributes: Record<string, any>;
237
237
  tasks: {
238
238
  name: string;
239
- description: string;
240
239
  title: string;
240
+ description: string;
241
241
  }[];
242
242
  sourceUrl: string;
243
243
  version: string;
244
244
  releaseStage: string;
245
245
  }, {
246
246
  name: string;
247
- description: string;
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
249
  title: string;
250
- type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
250
+ description: string;
251
251
  id: string;
252
252
  documentationUrl: string;
253
253
  icon: string;
@@ -265,8 +265,8 @@ export declare const ComponentDefinitionSchema: z.ZodObject<{
265
265
  vendorAttributes: Record<string, any>;
266
266
  tasks: {
267
267
  name: string;
268
- description: string;
269
268
  title: string;
269
+ description: string;
270
270
  }[];
271
271
  sourceUrl: string;
272
272
  version: string;
@@ -327,19 +327,19 @@ export declare const OperatorDefinitionSchema: z.ZodObject<{
327
327
  description: z.ZodString;
328
328
  }, "strip", z.ZodTypeAny, {
329
329
  name: string;
330
- description: string;
331
330
  title: string;
331
+ description: string;
332
332
  }, {
333
333
  name: string;
334
- description: string;
335
334
  title: string;
335
+ description: string;
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
339
  name: string;
340
+ type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
340
341
  uid: string;
341
342
  title: string;
342
- type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
343
343
  id: string;
344
344
  documentationUrl: string;
345
345
  icon: string;
@@ -355,14 +355,14 @@ export declare const OperatorDefinitionSchema: z.ZodObject<{
355
355
  public: boolean;
356
356
  tasks: {
357
357
  name: string;
358
- description: string;
359
358
  title: string;
359
+ description: string;
360
360
  }[];
361
361
  }, {
362
362
  name: string;
363
+ type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
363
364
  uid: string;
364
365
  title: string;
365
- type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
366
366
  id: string;
367
367
  documentationUrl: string;
368
368
  icon: string;
@@ -378,8 +378,8 @@ export declare const OperatorDefinitionSchema: z.ZodObject<{
378
378
  public: boolean;
379
379
  tasks: {
380
380
  name: string;
381
- description: string;
382
381
  title: string;
382
+ description: string;
383
383
  }[];
384
384
  }>;
385
385
  export type ListConnectorDefinitionsRequest = {
@@ -438,18 +438,18 @@ export declare const listConnectorDefinitionsWithPaginationResponseValidator: z.
438
438
  description: z.ZodString;
439
439
  }, "strip", z.ZodTypeAny, {
440
440
  name: string;
441
- description: string;
442
441
  title: string;
442
+ description: string;
443
443
  }, {
444
444
  name: string;
445
- description: string;
446
445
  title: string;
446
+ description: string;
447
447
  }>, "many">;
448
448
  }, "strip", z.ZodTypeAny, {
449
449
  name: string;
450
+ type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
450
451
  uid: string;
451
452
  title: string;
452
- type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
453
453
  id: string;
454
454
  documentationUrl: string;
455
455
  icon: string;
@@ -467,14 +467,14 @@ export declare const listConnectorDefinitionsWithPaginationResponseValidator: z.
467
467
  vendorAttributes: Record<string, any>;
468
468
  tasks: {
469
469
  name: string;
470
- description: string;
471
470
  title: string;
471
+ description: string;
472
472
  }[];
473
473
  }, {
474
474
  name: string;
475
+ type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
475
476
  uid: string;
476
477
  title: string;
477
- type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
478
478
  id: string;
479
479
  documentationUrl: string;
480
480
  icon: string;
@@ -492,8 +492,8 @@ export declare const listConnectorDefinitionsWithPaginationResponseValidator: z.
492
492
  vendorAttributes: Record<string, any>;
493
493
  tasks: {
494
494
  name: string;
495
- description: string;
496
495
  title: string;
496
+ description: string;
497
497
  }[];
498
498
  }>, "many">;
499
499
  nextPageToken: z.ZodString;
@@ -501,9 +501,9 @@ export declare const listConnectorDefinitionsWithPaginationResponseValidator: z.
501
501
  }, "strip", z.ZodTypeAny, {
502
502
  connectorDefinitions: {
503
503
  name: string;
504
+ type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
504
505
  uid: string;
505
506
  title: string;
506
- type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
507
507
  id: string;
508
508
  documentationUrl: string;
509
509
  icon: string;
@@ -521,8 +521,8 @@ export declare const listConnectorDefinitionsWithPaginationResponseValidator: z.
521
521
  vendorAttributes: Record<string, any>;
522
522
  tasks: {
523
523
  name: string;
524
- description: string;
525
524
  title: string;
525
+ description: string;
526
526
  }[];
527
527
  }[];
528
528
  nextPageToken: string;
@@ -530,9 +530,9 @@ export declare const listConnectorDefinitionsWithPaginationResponseValidator: z.
530
530
  }, {
531
531
  connectorDefinitions: {
532
532
  name: string;
533
+ type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
533
534
  uid: string;
534
535
  title: string;
535
- type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
536
536
  id: string;
537
537
  documentationUrl: string;
538
538
  icon: string;
@@ -550,8 +550,8 @@ export declare const listConnectorDefinitionsWithPaginationResponseValidator: z.
550
550
  vendorAttributes: Record<string, any>;
551
551
  tasks: {
552
552
  name: string;
553
- description: string;
554
553
  title: string;
554
+ description: string;
555
555
  }[];
556
556
  }[];
557
557
  nextPageToken: string;
@@ -617,21 +617,21 @@ export declare const listComponentDefinitionsWithPaginationResponseValidator: z.
617
617
  description: z.ZodString;
618
618
  }, "strip", z.ZodTypeAny, {
619
619
  name: string;
620
- description: string;
621
620
  title: string;
621
+ description: string;
622
622
  }, {
623
623
  name: string;
624
- description: string;
625
624
  title: string;
625
+ description: string;
626
626
  }>, "many">;
627
627
  description: z.ZodString;
628
628
  releaseStage: z.ZodString;
629
629
  }, "strip", z.ZodTypeAny, {
630
630
  name: string;
631
- description: string;
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
633
  title: string;
634
- type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
634
+ description: string;
635
635
  id: string;
636
636
  documentationUrl: string;
637
637
  icon: string;
@@ -649,18 +649,18 @@ export declare const listComponentDefinitionsWithPaginationResponseValidator: z.
649
649
  vendorAttributes: Record<string, any>;
650
650
  tasks: {
651
651
  name: string;
652
- description: string;
653
652
  title: string;
653
+ description: string;
654
654
  }[];
655
655
  sourceUrl: string;
656
656
  version: string;
657
657
  releaseStage: string;
658
658
  }, {
659
659
  name: string;
660
- description: string;
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
662
  title: string;
663
- type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
663
+ description: string;
664
664
  id: string;
665
665
  documentationUrl: string;
666
666
  icon: string;
@@ -678,8 +678,8 @@ export declare const listComponentDefinitionsWithPaginationResponseValidator: z.
678
678
  vendorAttributes: Record<string, any>;
679
679
  tasks: {
680
680
  name: string;
681
- description: string;
682
681
  title: string;
682
+ description: string;
683
683
  }[];
684
684
  sourceUrl: string;
685
685
  version: string;
@@ -692,10 +692,10 @@ export declare const listComponentDefinitionsWithPaginationResponseValidator: z.
692
692
  totalSize: number;
693
693
  componentDefinitions: {
694
694
  name: string;
695
- description: string;
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
697
  title: string;
698
- type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
698
+ description: string;
699
699
  id: string;
700
700
  documentationUrl: string;
701
701
  icon: string;
@@ -713,8 +713,8 @@ export declare const listComponentDefinitionsWithPaginationResponseValidator: z.
713
713
  vendorAttributes: Record<string, any>;
714
714
  tasks: {
715
715
  name: string;
716
- description: string;
717
716
  title: string;
717
+ description: string;
718
718
  }[];
719
719
  sourceUrl: string;
720
720
  version: string;
@@ -725,10 +725,10 @@ export declare const listComponentDefinitionsWithPaginationResponseValidator: z.
725
725
  totalSize: number;
726
726
  componentDefinitions: {
727
727
  name: string;
728
- description: string;
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
730
  title: string;
731
- type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
731
+ description: string;
732
732
  id: string;
733
733
  documentationUrl: string;
734
734
  icon: string;
@@ -746,8 +746,8 @@ export declare const listComponentDefinitionsWithPaginationResponseValidator: z.
746
746
  vendorAttributes: Record<string, any>;
747
747
  tasks: {
748
748
  name: string;
749
- description: string;
750
749
  title: string;
750
+ description: string;
751
751
  }[];
752
752
  sourceUrl: string;
753
753
  version: string;
@@ -805,18 +805,18 @@ export declare const getConnectorDefinitionResponseValidator: z.ZodObject<{
805
805
  description: z.ZodString;
806
806
  }, "strip", z.ZodTypeAny, {
807
807
  name: string;
808
- description: string;
809
808
  title: string;
809
+ description: string;
810
810
  }, {
811
811
  name: string;
812
- description: string;
813
812
  title: string;
813
+ description: string;
814
814
  }>, "many">;
815
815
  }, "strip", z.ZodTypeAny, {
816
816
  name: string;
817
+ type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
817
818
  uid: string;
818
819
  title: string;
819
- type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
820
820
  id: string;
821
821
  documentationUrl: string;
822
822
  icon: string;
@@ -834,14 +834,14 @@ export declare const getConnectorDefinitionResponseValidator: z.ZodObject<{
834
834
  vendorAttributes: Record<string, any>;
835
835
  tasks: {
836
836
  name: string;
837
- description: string;
838
837
  title: string;
838
+ description: string;
839
839
  }[];
840
840
  }, {
841
841
  name: string;
842
+ type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
842
843
  uid: string;
843
844
  title: string;
844
- type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
845
845
  id: string;
846
846
  documentationUrl: string;
847
847
  icon: string;
@@ -859,8 +859,8 @@ export declare const getConnectorDefinitionResponseValidator: z.ZodObject<{
859
859
  vendorAttributes: Record<string, any>;
860
860
  tasks: {
861
861
  name: string;
862
- description: string;
863
862
  title: string;
863
+ description: string;
864
864
  }[];
865
865
  }>;
866
866
  export type ListOperatorDefinitionsRequest = {
@@ -916,19 +916,19 @@ export declare const listOperatorDefinitionsWithPaginationResponseValidator: z.Z
916
916
  description: z.ZodString;
917
917
  }, "strip", z.ZodTypeAny, {
918
918
  name: string;
919
- description: string;
920
919
  title: string;
920
+ description: string;
921
921
  }, {
922
922
  name: string;
923
- description: string;
924
923
  title: string;
924
+ description: string;
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
928
  name: string;
929
+ type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
929
930
  uid: string;
930
931
  title: string;
931
- type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
932
932
  id: string;
933
933
  documentationUrl: string;
934
934
  icon: string;
@@ -944,14 +944,14 @@ export declare const listOperatorDefinitionsWithPaginationResponseValidator: z.Z
944
944
  public: boolean;
945
945
  tasks: {
946
946
  name: string;
947
- description: string;
948
947
  title: string;
948
+ description: string;
949
949
  }[];
950
950
  }, {
951
951
  name: string;
952
+ type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
952
953
  uid: string;
953
954
  title: string;
954
- type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
955
955
  id: string;
956
956
  documentationUrl: string;
957
957
  icon: string;
@@ -967,8 +967,8 @@ export declare const listOperatorDefinitionsWithPaginationResponseValidator: z.Z
967
967
  public: boolean;
968
968
  tasks: {
969
969
  name: string;
970
- description: string;
971
970
  title: string;
971
+ description: string;
972
972
  }[];
973
973
  }>, "many">;
974
974
  nextPageToken: z.ZodString;
@@ -978,9 +978,9 @@ export declare const listOperatorDefinitionsWithPaginationResponseValidator: z.Z
978
978
  totalSize: number;
979
979
  operatorDefinitions: {
980
980
  name: string;
981
+ type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
981
982
  uid: string;
982
983
  title: string;
983
- type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
984
984
  id: string;
985
985
  documentationUrl: string;
986
986
  icon: string;
@@ -996,8 +996,8 @@ export declare const listOperatorDefinitionsWithPaginationResponseValidator: z.Z
996
996
  public: boolean;
997
997
  tasks: {
998
998
  name: string;
999
- description: string;
1000
999
  title: string;
1000
+ description: string;
1001
1001
  }[];
1002
1002
  }[];
1003
1003
  }, {
@@ -1005,9 +1005,9 @@ export declare const listOperatorDefinitionsWithPaginationResponseValidator: z.Z
1005
1005
  totalSize: number;
1006
1006
  operatorDefinitions: {
1007
1007
  name: string;
1008
+ type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
1008
1009
  uid: string;
1009
1010
  title: string;
1010
- type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
1011
1011
  id: string;
1012
1012
  documentationUrl: string;
1013
1013
  icon: string;
@@ -1023,8 +1023,8 @@ export declare const listOperatorDefinitionsWithPaginationResponseValidator: z.Z
1023
1023
  public: boolean;
1024
1024
  tasks: {
1025
1025
  name: string;
1026
- description: string;
1027
1026
  title: string;
1027
+ description: string;
1028
1028
  }[];
1029
1029
  }[];
1030
1030
  }>;
@@ -1076,19 +1076,19 @@ export declare const getOperatorDefinitionResponseValidator: z.ZodObject<{
1076
1076
  description: z.ZodString;
1077
1077
  }, "strip", z.ZodTypeAny, {
1078
1078
  name: string;
1079
- description: string;
1080
1079
  title: string;
1080
+ description: string;
1081
1081
  }, {
1082
1082
  name: string;
1083
- description: string;
1084
1083
  title: string;
1084
+ description: string;
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
1088
  name: string;
1089
+ type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
1089
1090
  uid: string;
1090
1091
  title: string;
1091
- type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
1092
1092
  id: string;
1093
1093
  documentationUrl: string;
1094
1094
  icon: string;
@@ -1104,14 +1104,14 @@ export declare const getOperatorDefinitionResponseValidator: z.ZodObject<{
1104
1104
  public: boolean;
1105
1105
  tasks: {
1106
1106
  name: string;
1107
- description: string;
1108
1107
  title: string;
1108
+ description: string;
1109
1109
  }[];
1110
1110
  }, {
1111
1111
  name: string;
1112
+ type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
1112
1113
  uid: string;
1113
1114
  title: string;
1114
- type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
1115
1115
  id: string;
1116
1116
  documentationUrl: string;
1117
1117
  icon: string;
@@ -1127,8 +1127,8 @@ export declare const getOperatorDefinitionResponseValidator: z.ZodObject<{
1127
1127
  public: boolean;
1128
1128
  tasks: {
1129
1129
  name: string;
1130
- description: string;
1131
1130
  title: string;
1131
+ description: string;
1132
1132
  }[];
1133
1133
  }>;
1134
1134
  //# sourceMappingURL=types.d.ts.map