instill-sdk 0.19.0-rc.5 → 0.19.0-rc.6
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 +6 -6
- package/dist/core/membership/types.d.ts +108 -108
- package/dist/core/organization/types.d.ts +8 -8
- package/dist/core/user/types.d.ts +14 -14
- package/dist/helper/makeXMLRequestWithProgress.d.ts +4 -0
- package/dist/helper/makeXMLRequestWithProgress.d.ts.map +1 -0
- package/dist/index.d.ts +0 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +0 -103
- package/dist/index.mjs +0 -102
- package/dist/main/index.d.ts +0 -2
- package/dist/main/index.d.ts.map +1 -1
- package/dist/table/types.d.ts +1 -0
- package/dist/table/types.d.ts.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types.d.ts +36 -36
- package/dist/vdp/component/types.d.ts +28 -28
- package/dist/vdp/pipeline/types.d.ts +348 -348
- package/dist/vdp/release/types.d.ts +8 -8
- package/package.json +2 -2
- package/dist/chat/constant.d.ts +0 -8
- package/dist/chat/constant.d.ts.map +0 -1
package/dist/types.d.ts
CHANGED
|
@@ -82,9 +82,9 @@ export declare const UserOwnerSchema: z.ZodObject<{
|
|
|
82
82
|
}, "strip", z.ZodTypeAny, {
|
|
83
83
|
name: string;
|
|
84
84
|
uid: string;
|
|
85
|
-
id: string;
|
|
86
85
|
createTime: string;
|
|
87
86
|
updateTime: string;
|
|
87
|
+
id: string;
|
|
88
88
|
profile?: {
|
|
89
89
|
displayName?: string | undefined;
|
|
90
90
|
bio?: string | undefined;
|
|
@@ -100,9 +100,9 @@ export declare const UserOwnerSchema: z.ZodObject<{
|
|
|
100
100
|
}, {
|
|
101
101
|
name: string;
|
|
102
102
|
uid: string;
|
|
103
|
-
id: string;
|
|
104
103
|
createTime: string;
|
|
105
104
|
updateTime: string;
|
|
105
|
+
id: string;
|
|
106
106
|
profile?: {
|
|
107
107
|
displayName?: string | undefined;
|
|
108
108
|
bio?: string | undefined;
|
|
@@ -120,9 +120,9 @@ export declare const UserOwnerSchema: z.ZodObject<{
|
|
|
120
120
|
user: {
|
|
121
121
|
name: string;
|
|
122
122
|
uid: string;
|
|
123
|
-
id: string;
|
|
124
123
|
createTime: string;
|
|
125
124
|
updateTime: string;
|
|
125
|
+
id: string;
|
|
126
126
|
profile?: {
|
|
127
127
|
displayName?: string | undefined;
|
|
128
128
|
bio?: string | undefined;
|
|
@@ -140,9 +140,9 @@ export declare const UserOwnerSchema: z.ZodObject<{
|
|
|
140
140
|
user: {
|
|
141
141
|
name: string;
|
|
142
142
|
uid: string;
|
|
143
|
-
id: string;
|
|
144
143
|
createTime: string;
|
|
145
144
|
updateTime: string;
|
|
145
|
+
id: string;
|
|
146
146
|
profile?: {
|
|
147
147
|
displayName?: string | undefined;
|
|
148
148
|
bio?: string | undefined;
|
|
@@ -218,9 +218,9 @@ export declare const OrganizationOwnerSchema: z.ZodObject<{
|
|
|
218
218
|
}, "strip", z.ZodTypeAny, {
|
|
219
219
|
name: string;
|
|
220
220
|
uid: string;
|
|
221
|
-
id: string;
|
|
222
221
|
createTime: string;
|
|
223
222
|
updateTime: string;
|
|
223
|
+
id: string;
|
|
224
224
|
profile?: {
|
|
225
225
|
displayName?: string | undefined;
|
|
226
226
|
bio?: string | undefined;
|
|
@@ -236,9 +236,9 @@ export declare const OrganizationOwnerSchema: z.ZodObject<{
|
|
|
236
236
|
}, {
|
|
237
237
|
name: string;
|
|
238
238
|
uid: string;
|
|
239
|
-
id: string;
|
|
240
239
|
createTime: string;
|
|
241
240
|
updateTime: string;
|
|
241
|
+
id: string;
|
|
242
242
|
profile?: {
|
|
243
243
|
displayName?: string | undefined;
|
|
244
244
|
bio?: string | undefined;
|
|
@@ -294,13 +294,15 @@ export declare const OrganizationOwnerSchema: z.ZodObject<{
|
|
|
294
294
|
}, "strip", z.ZodTypeAny, {
|
|
295
295
|
name: string;
|
|
296
296
|
uid: string;
|
|
297
|
+
createTime: string;
|
|
298
|
+
updateTime: string;
|
|
297
299
|
id: string;
|
|
298
300
|
owner: {
|
|
299
301
|
name: string;
|
|
300
302
|
uid: string;
|
|
301
|
-
id: string;
|
|
302
303
|
createTime: string;
|
|
303
304
|
updateTime: string;
|
|
305
|
+
id: string;
|
|
304
306
|
profile?: {
|
|
305
307
|
displayName?: string | undefined;
|
|
306
308
|
bio?: string | undefined;
|
|
@@ -314,8 +316,6 @@ export declare const OrganizationOwnerSchema: z.ZodObject<{
|
|
|
314
316
|
} | undefined;
|
|
315
317
|
} | undefined;
|
|
316
318
|
};
|
|
317
|
-
createTime: string;
|
|
318
|
-
updateTime: string;
|
|
319
319
|
profile?: {
|
|
320
320
|
displayName?: string | undefined;
|
|
321
321
|
bio?: string | undefined;
|
|
@@ -330,13 +330,15 @@ export declare const OrganizationOwnerSchema: z.ZodObject<{
|
|
|
330
330
|
}, {
|
|
331
331
|
name: string;
|
|
332
332
|
uid: string;
|
|
333
|
+
createTime: string;
|
|
334
|
+
updateTime: string;
|
|
333
335
|
id: string;
|
|
334
336
|
owner: {
|
|
335
337
|
name: string;
|
|
336
338
|
uid: string;
|
|
337
|
-
id: string;
|
|
338
339
|
createTime: string;
|
|
339
340
|
updateTime: string;
|
|
341
|
+
id: string;
|
|
340
342
|
profile?: {
|
|
341
343
|
displayName?: string | undefined;
|
|
342
344
|
bio?: string | undefined;
|
|
@@ -350,8 +352,6 @@ export declare const OrganizationOwnerSchema: z.ZodObject<{
|
|
|
350
352
|
} | undefined;
|
|
351
353
|
} | undefined;
|
|
352
354
|
};
|
|
353
|
-
createTime: string;
|
|
354
|
-
updateTime: string;
|
|
355
355
|
profile?: {
|
|
356
356
|
displayName?: string | undefined;
|
|
357
357
|
bio?: string | undefined;
|
|
@@ -368,13 +368,15 @@ export declare const OrganizationOwnerSchema: z.ZodObject<{
|
|
|
368
368
|
organization: {
|
|
369
369
|
name: string;
|
|
370
370
|
uid: string;
|
|
371
|
+
createTime: string;
|
|
372
|
+
updateTime: string;
|
|
371
373
|
id: string;
|
|
372
374
|
owner: {
|
|
373
375
|
name: string;
|
|
374
376
|
uid: string;
|
|
375
|
-
id: string;
|
|
376
377
|
createTime: string;
|
|
377
378
|
updateTime: string;
|
|
379
|
+
id: string;
|
|
378
380
|
profile?: {
|
|
379
381
|
displayName?: string | undefined;
|
|
380
382
|
bio?: string | undefined;
|
|
@@ -388,8 +390,6 @@ export declare const OrganizationOwnerSchema: z.ZodObject<{
|
|
|
388
390
|
} | undefined;
|
|
389
391
|
} | undefined;
|
|
390
392
|
};
|
|
391
|
-
createTime: string;
|
|
392
|
-
updateTime: string;
|
|
393
393
|
profile?: {
|
|
394
394
|
displayName?: string | undefined;
|
|
395
395
|
bio?: string | undefined;
|
|
@@ -406,13 +406,15 @@ export declare const OrganizationOwnerSchema: z.ZodObject<{
|
|
|
406
406
|
organization: {
|
|
407
407
|
name: string;
|
|
408
408
|
uid: string;
|
|
409
|
+
createTime: string;
|
|
410
|
+
updateTime: string;
|
|
409
411
|
id: string;
|
|
410
412
|
owner: {
|
|
411
413
|
name: string;
|
|
412
414
|
uid: string;
|
|
413
|
-
id: string;
|
|
414
415
|
createTime: string;
|
|
415
416
|
updateTime: string;
|
|
417
|
+
id: string;
|
|
416
418
|
profile?: {
|
|
417
419
|
displayName?: string | undefined;
|
|
418
420
|
bio?: string | undefined;
|
|
@@ -426,8 +428,6 @@ export declare const OrganizationOwnerSchema: z.ZodObject<{
|
|
|
426
428
|
} | undefined;
|
|
427
429
|
} | undefined;
|
|
428
430
|
};
|
|
429
|
-
createTime: string;
|
|
430
|
-
updateTime: string;
|
|
431
431
|
profile?: {
|
|
432
432
|
displayName?: string | undefined;
|
|
433
433
|
bio?: string | undefined;
|
|
@@ -499,9 +499,9 @@ export declare const OwnerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
499
499
|
}, "strip", z.ZodTypeAny, {
|
|
500
500
|
name: string;
|
|
501
501
|
uid: string;
|
|
502
|
-
id: string;
|
|
503
502
|
createTime: string;
|
|
504
503
|
updateTime: string;
|
|
504
|
+
id: string;
|
|
505
505
|
profile?: {
|
|
506
506
|
displayName?: string | undefined;
|
|
507
507
|
bio?: string | undefined;
|
|
@@ -517,9 +517,9 @@ export declare const OwnerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
517
517
|
}, {
|
|
518
518
|
name: string;
|
|
519
519
|
uid: string;
|
|
520
|
-
id: string;
|
|
521
520
|
createTime: string;
|
|
522
521
|
updateTime: string;
|
|
522
|
+
id: string;
|
|
523
523
|
profile?: {
|
|
524
524
|
displayName?: string | undefined;
|
|
525
525
|
bio?: string | undefined;
|
|
@@ -537,9 +537,9 @@ export declare const OwnerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
537
537
|
user: {
|
|
538
538
|
name: string;
|
|
539
539
|
uid: string;
|
|
540
|
-
id: string;
|
|
541
540
|
createTime: string;
|
|
542
541
|
updateTime: string;
|
|
542
|
+
id: string;
|
|
543
543
|
profile?: {
|
|
544
544
|
displayName?: string | undefined;
|
|
545
545
|
bio?: string | undefined;
|
|
@@ -557,9 +557,9 @@ export declare const OwnerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
557
557
|
user: {
|
|
558
558
|
name: string;
|
|
559
559
|
uid: string;
|
|
560
|
-
id: string;
|
|
561
560
|
createTime: string;
|
|
562
561
|
updateTime: string;
|
|
562
|
+
id: string;
|
|
563
563
|
profile?: {
|
|
564
564
|
displayName?: string | undefined;
|
|
565
565
|
bio?: string | undefined;
|
|
@@ -631,9 +631,9 @@ export declare const OwnerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
631
631
|
}, "strip", z.ZodTypeAny, {
|
|
632
632
|
name: string;
|
|
633
633
|
uid: string;
|
|
634
|
-
id: string;
|
|
635
634
|
createTime: string;
|
|
636
635
|
updateTime: string;
|
|
636
|
+
id: string;
|
|
637
637
|
profile?: {
|
|
638
638
|
displayName?: string | undefined;
|
|
639
639
|
bio?: string | undefined;
|
|
@@ -649,9 +649,9 @@ export declare const OwnerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
649
649
|
}, {
|
|
650
650
|
name: string;
|
|
651
651
|
uid: string;
|
|
652
|
-
id: string;
|
|
653
652
|
createTime: string;
|
|
654
653
|
updateTime: string;
|
|
654
|
+
id: string;
|
|
655
655
|
profile?: {
|
|
656
656
|
displayName?: string | undefined;
|
|
657
657
|
bio?: string | undefined;
|
|
@@ -707,13 +707,15 @@ export declare const OwnerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
707
707
|
}, "strip", z.ZodTypeAny, {
|
|
708
708
|
name: string;
|
|
709
709
|
uid: string;
|
|
710
|
+
createTime: string;
|
|
711
|
+
updateTime: string;
|
|
710
712
|
id: string;
|
|
711
713
|
owner: {
|
|
712
714
|
name: string;
|
|
713
715
|
uid: string;
|
|
714
|
-
id: string;
|
|
715
716
|
createTime: string;
|
|
716
717
|
updateTime: string;
|
|
718
|
+
id: string;
|
|
717
719
|
profile?: {
|
|
718
720
|
displayName?: string | undefined;
|
|
719
721
|
bio?: string | undefined;
|
|
@@ -727,8 +729,6 @@ export declare const OwnerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
727
729
|
} | undefined;
|
|
728
730
|
} | undefined;
|
|
729
731
|
};
|
|
730
|
-
createTime: string;
|
|
731
|
-
updateTime: string;
|
|
732
732
|
profile?: {
|
|
733
733
|
displayName?: string | undefined;
|
|
734
734
|
bio?: string | undefined;
|
|
@@ -743,13 +743,15 @@ export declare const OwnerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
743
743
|
}, {
|
|
744
744
|
name: string;
|
|
745
745
|
uid: string;
|
|
746
|
+
createTime: string;
|
|
747
|
+
updateTime: string;
|
|
746
748
|
id: string;
|
|
747
749
|
owner: {
|
|
748
750
|
name: string;
|
|
749
751
|
uid: string;
|
|
750
|
-
id: string;
|
|
751
752
|
createTime: string;
|
|
752
753
|
updateTime: string;
|
|
754
|
+
id: string;
|
|
753
755
|
profile?: {
|
|
754
756
|
displayName?: string | undefined;
|
|
755
757
|
bio?: string | undefined;
|
|
@@ -763,8 +765,6 @@ export declare const OwnerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
763
765
|
} | undefined;
|
|
764
766
|
} | undefined;
|
|
765
767
|
};
|
|
766
|
-
createTime: string;
|
|
767
|
-
updateTime: string;
|
|
768
768
|
profile?: {
|
|
769
769
|
displayName?: string | undefined;
|
|
770
770
|
bio?: string | undefined;
|
|
@@ -781,13 +781,15 @@ export declare const OwnerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
781
781
|
organization: {
|
|
782
782
|
name: string;
|
|
783
783
|
uid: string;
|
|
784
|
+
createTime: string;
|
|
785
|
+
updateTime: string;
|
|
784
786
|
id: string;
|
|
785
787
|
owner: {
|
|
786
788
|
name: string;
|
|
787
789
|
uid: string;
|
|
788
|
-
id: string;
|
|
789
790
|
createTime: string;
|
|
790
791
|
updateTime: string;
|
|
792
|
+
id: string;
|
|
791
793
|
profile?: {
|
|
792
794
|
displayName?: string | undefined;
|
|
793
795
|
bio?: string | undefined;
|
|
@@ -801,8 +803,6 @@ export declare const OwnerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
801
803
|
} | undefined;
|
|
802
804
|
} | undefined;
|
|
803
805
|
};
|
|
804
|
-
createTime: string;
|
|
805
|
-
updateTime: string;
|
|
806
806
|
profile?: {
|
|
807
807
|
displayName?: string | undefined;
|
|
808
808
|
bio?: string | undefined;
|
|
@@ -819,13 +819,15 @@ export declare const OwnerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
819
819
|
organization: {
|
|
820
820
|
name: string;
|
|
821
821
|
uid: string;
|
|
822
|
+
createTime: string;
|
|
823
|
+
updateTime: string;
|
|
822
824
|
id: string;
|
|
823
825
|
owner: {
|
|
824
826
|
name: string;
|
|
825
827
|
uid: string;
|
|
826
|
-
id: string;
|
|
827
828
|
createTime: string;
|
|
828
829
|
updateTime: string;
|
|
830
|
+
id: string;
|
|
829
831
|
profile?: {
|
|
830
832
|
displayName?: string | undefined;
|
|
831
833
|
bio?: string | undefined;
|
|
@@ -839,8 +841,6 @@ export declare const OwnerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
839
841
|
} | undefined;
|
|
840
842
|
} | undefined;
|
|
841
843
|
};
|
|
842
|
-
createTime: string;
|
|
843
|
-
updateTime: string;
|
|
844
844
|
profile?: {
|
|
845
845
|
displayName?: string | undefined;
|
|
846
846
|
bio?: string | undefined;
|
|
@@ -89,9 +89,9 @@ export declare const ConnectorDefinitionSchema: z.ZodObject<{
|
|
|
89
89
|
}>, "many">;
|
|
90
90
|
}, "strip", z.ZodTypeAny, {
|
|
91
91
|
name: string;
|
|
92
|
-
title: string;
|
|
93
92
|
type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
|
|
94
93
|
uid: string;
|
|
94
|
+
title: string;
|
|
95
95
|
id: string;
|
|
96
96
|
documentationUrl: string;
|
|
97
97
|
icon: string;
|
|
@@ -114,9 +114,9 @@ export declare const ConnectorDefinitionSchema: z.ZodObject<{
|
|
|
114
114
|
}[];
|
|
115
115
|
}, {
|
|
116
116
|
name: string;
|
|
117
|
-
title: string;
|
|
118
117
|
type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
|
|
119
118
|
uid: string;
|
|
119
|
+
title: string;
|
|
120
120
|
id: string;
|
|
121
121
|
documentationUrl: string;
|
|
122
122
|
icon: string;
|
|
@@ -215,10 +215,10 @@ export declare const ComponentDefinitionSchema: z.ZodObject<{
|
|
|
215
215
|
releaseStage: z.ZodString;
|
|
216
216
|
}, "strip", z.ZodTypeAny, {
|
|
217
217
|
name: string;
|
|
218
|
-
title: string;
|
|
219
|
-
description: string;
|
|
220
218
|
type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
|
|
221
219
|
uid: string;
|
|
220
|
+
title: string;
|
|
221
|
+
description: string;
|
|
222
222
|
id: string;
|
|
223
223
|
documentationUrl: string;
|
|
224
224
|
icon: string;
|
|
@@ -244,10 +244,10 @@ export declare const ComponentDefinitionSchema: z.ZodObject<{
|
|
|
244
244
|
releaseStage: string;
|
|
245
245
|
}, {
|
|
246
246
|
name: string;
|
|
247
|
-
title: string;
|
|
248
|
-
description: string;
|
|
249
247
|
type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
|
|
250
248
|
uid: string;
|
|
249
|
+
title: string;
|
|
250
|
+
description: string;
|
|
251
251
|
id: string;
|
|
252
252
|
documentationUrl: string;
|
|
253
253
|
icon: string;
|
|
@@ -337,9 +337,9 @@ export declare const OperatorDefinitionSchema: z.ZodObject<{
|
|
|
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
|
-
title: string;
|
|
341
340
|
type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
|
|
342
341
|
uid: string;
|
|
342
|
+
title: string;
|
|
343
343
|
id: string;
|
|
344
344
|
documentationUrl: string;
|
|
345
345
|
icon: string;
|
|
@@ -360,9 +360,9 @@ export declare const OperatorDefinitionSchema: z.ZodObject<{
|
|
|
360
360
|
}[];
|
|
361
361
|
}, {
|
|
362
362
|
name: string;
|
|
363
|
-
title: string;
|
|
364
363
|
type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
|
|
365
364
|
uid: string;
|
|
365
|
+
title: string;
|
|
366
366
|
id: string;
|
|
367
367
|
documentationUrl: string;
|
|
368
368
|
icon: string;
|
|
@@ -447,9 +447,9 @@ export declare const listConnectorDefinitionsWithPaginationResponseValidator: z.
|
|
|
447
447
|
}>, "many">;
|
|
448
448
|
}, "strip", z.ZodTypeAny, {
|
|
449
449
|
name: string;
|
|
450
|
-
title: string;
|
|
451
450
|
type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
|
|
452
451
|
uid: string;
|
|
452
|
+
title: string;
|
|
453
453
|
id: string;
|
|
454
454
|
documentationUrl: string;
|
|
455
455
|
icon: string;
|
|
@@ -472,9 +472,9 @@ export declare const listConnectorDefinitionsWithPaginationResponseValidator: z.
|
|
|
472
472
|
}[];
|
|
473
473
|
}, {
|
|
474
474
|
name: string;
|
|
475
|
-
title: string;
|
|
476
475
|
type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
|
|
477
476
|
uid: string;
|
|
477
|
+
title: string;
|
|
478
478
|
id: string;
|
|
479
479
|
documentationUrl: string;
|
|
480
480
|
icon: string;
|
|
@@ -501,9 +501,9 @@ export declare const listConnectorDefinitionsWithPaginationResponseValidator: z.
|
|
|
501
501
|
}, "strip", z.ZodTypeAny, {
|
|
502
502
|
connectorDefinitions: {
|
|
503
503
|
name: string;
|
|
504
|
-
title: string;
|
|
505
504
|
type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
|
|
506
505
|
uid: string;
|
|
506
|
+
title: string;
|
|
507
507
|
id: string;
|
|
508
508
|
documentationUrl: string;
|
|
509
509
|
icon: string;
|
|
@@ -530,9 +530,9 @@ export declare const listConnectorDefinitionsWithPaginationResponseValidator: z.
|
|
|
530
530
|
}, {
|
|
531
531
|
connectorDefinitions: {
|
|
532
532
|
name: string;
|
|
533
|
-
title: string;
|
|
534
533
|
type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
|
|
535
534
|
uid: string;
|
|
535
|
+
title: string;
|
|
536
536
|
id: string;
|
|
537
537
|
documentationUrl: string;
|
|
538
538
|
icon: string;
|
|
@@ -628,10 +628,10 @@ export declare const listComponentDefinitionsWithPaginationResponseValidator: z.
|
|
|
628
628
|
releaseStage: z.ZodString;
|
|
629
629
|
}, "strip", z.ZodTypeAny, {
|
|
630
630
|
name: string;
|
|
631
|
-
title: string;
|
|
632
|
-
description: string;
|
|
633
631
|
type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
|
|
634
632
|
uid: string;
|
|
633
|
+
title: string;
|
|
634
|
+
description: string;
|
|
635
635
|
id: string;
|
|
636
636
|
documentationUrl: string;
|
|
637
637
|
icon: string;
|
|
@@ -657,10 +657,10 @@ export declare const listComponentDefinitionsWithPaginationResponseValidator: z.
|
|
|
657
657
|
releaseStage: string;
|
|
658
658
|
}, {
|
|
659
659
|
name: string;
|
|
660
|
-
title: string;
|
|
661
|
-
description: string;
|
|
662
660
|
type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
|
|
663
661
|
uid: string;
|
|
662
|
+
title: string;
|
|
663
|
+
description: string;
|
|
664
664
|
id: string;
|
|
665
665
|
documentationUrl: string;
|
|
666
666
|
icon: string;
|
|
@@ -692,10 +692,10 @@ export declare const listComponentDefinitionsWithPaginationResponseValidator: z.
|
|
|
692
692
|
totalSize: number;
|
|
693
693
|
componentDefinitions: {
|
|
694
694
|
name: string;
|
|
695
|
-
title: string;
|
|
696
|
-
description: string;
|
|
697
695
|
type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
|
|
698
696
|
uid: string;
|
|
697
|
+
title: string;
|
|
698
|
+
description: string;
|
|
699
699
|
id: string;
|
|
700
700
|
documentationUrl: string;
|
|
701
701
|
icon: string;
|
|
@@ -725,10 +725,10 @@ export declare const listComponentDefinitionsWithPaginationResponseValidator: z.
|
|
|
725
725
|
totalSize: number;
|
|
726
726
|
componentDefinitions: {
|
|
727
727
|
name: string;
|
|
728
|
-
title: string;
|
|
729
|
-
description: string;
|
|
730
728
|
type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
|
|
731
729
|
uid: string;
|
|
730
|
+
title: string;
|
|
731
|
+
description: string;
|
|
732
732
|
id: string;
|
|
733
733
|
documentationUrl: string;
|
|
734
734
|
icon: string;
|
|
@@ -814,9 +814,9 @@ export declare const getConnectorDefinitionResponseValidator: z.ZodObject<{
|
|
|
814
814
|
}>, "many">;
|
|
815
815
|
}, "strip", z.ZodTypeAny, {
|
|
816
816
|
name: string;
|
|
817
|
-
title: string;
|
|
818
817
|
type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
|
|
819
818
|
uid: string;
|
|
819
|
+
title: string;
|
|
820
820
|
id: string;
|
|
821
821
|
documentationUrl: string;
|
|
822
822
|
icon: string;
|
|
@@ -839,9 +839,9 @@ export declare const getConnectorDefinitionResponseValidator: z.ZodObject<{
|
|
|
839
839
|
}[];
|
|
840
840
|
}, {
|
|
841
841
|
name: string;
|
|
842
|
-
title: string;
|
|
843
842
|
type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
|
|
844
843
|
uid: string;
|
|
844
|
+
title: string;
|
|
845
845
|
id: string;
|
|
846
846
|
documentationUrl: string;
|
|
847
847
|
icon: string;
|
|
@@ -926,9 +926,9 @@ export declare const listOperatorDefinitionsWithPaginationResponseValidator: z.Z
|
|
|
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
|
-
title: string;
|
|
930
929
|
type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
|
|
931
930
|
uid: string;
|
|
931
|
+
title: string;
|
|
932
932
|
id: string;
|
|
933
933
|
documentationUrl: string;
|
|
934
934
|
icon: string;
|
|
@@ -949,9 +949,9 @@ export declare const listOperatorDefinitionsWithPaginationResponseValidator: z.Z
|
|
|
949
949
|
}[];
|
|
950
950
|
}, {
|
|
951
951
|
name: string;
|
|
952
|
-
title: string;
|
|
953
952
|
type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
|
|
954
953
|
uid: string;
|
|
954
|
+
title: string;
|
|
955
955
|
id: string;
|
|
956
956
|
documentationUrl: string;
|
|
957
957
|
icon: string;
|
|
@@ -978,9 +978,9 @@ export declare const listOperatorDefinitionsWithPaginationResponseValidator: z.Z
|
|
|
978
978
|
totalSize: number;
|
|
979
979
|
operatorDefinitions: {
|
|
980
980
|
name: string;
|
|
981
|
-
title: string;
|
|
982
981
|
type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
|
|
983
982
|
uid: string;
|
|
983
|
+
title: string;
|
|
984
984
|
id: string;
|
|
985
985
|
documentationUrl: string;
|
|
986
986
|
icon: string;
|
|
@@ -1005,9 +1005,9 @@ export declare const listOperatorDefinitionsWithPaginationResponseValidator: z.Z
|
|
|
1005
1005
|
totalSize: number;
|
|
1006
1006
|
operatorDefinitions: {
|
|
1007
1007
|
name: string;
|
|
1008
|
-
title: string;
|
|
1009
1008
|
type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
|
|
1010
1009
|
uid: string;
|
|
1010
|
+
title: string;
|
|
1011
1011
|
id: string;
|
|
1012
1012
|
documentationUrl: string;
|
|
1013
1013
|
icon: string;
|
|
@@ -1086,9 +1086,9 @@ export declare const getOperatorDefinitionResponseValidator: z.ZodObject<{
|
|
|
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
|
-
title: string;
|
|
1090
1089
|
type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
|
|
1091
1090
|
uid: string;
|
|
1091
|
+
title: string;
|
|
1092
1092
|
id: string;
|
|
1093
1093
|
documentationUrl: string;
|
|
1094
1094
|
icon: string;
|
|
@@ -1109,9 +1109,9 @@ export declare const getOperatorDefinitionResponseValidator: z.ZodObject<{
|
|
|
1109
1109
|
}[];
|
|
1110
1110
|
}, {
|
|
1111
1111
|
name: string;
|
|
1112
|
-
title: string;
|
|
1113
1112
|
type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
|
|
1114
1113
|
uid: string;
|
|
1114
|
+
title: string;
|
|
1115
1115
|
id: string;
|
|
1116
1116
|
documentationUrl: string;
|
|
1117
1117
|
icon: string;
|