instill-sdk 0.19.0-rc.18 → 0.19.0-rc.19
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/chat/ChatClient.d.ts +1 -2
- package/dist/chat/ChatClient.d.ts.map +1 -1
- package/dist/chat/types.d.ts +0 -30
- package/dist/chat/types.d.ts.map +1 -1
- package/dist/core/membership/types.d.ts +96 -96
- package/dist/core/organization/types.d.ts +6 -6
- 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.js +32 -10
- package/dist/index.mjs +32 -10
- package/dist/table/TableClient.d.ts +3 -1
- package/dist/table/TableClient.d.ts.map +1 -1
- package/dist/table/types.d.ts +23 -0
- package/dist/table/types.d.ts.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types.d.ts +28 -28
- package/dist/vdp/component/types.d.ts +44 -44
- package/dist/vdp/pipeline/types.d.ts +236 -236
- package/dist/vdp/release/types.d.ts +4 -4
- package/dist/vdp/types.d.ts +8 -8
- package/package.json +3 -3
- 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,15 +294,15 @@ export declare const OrganizationOwnerSchema: z.ZodObject<{
|
|
|
294
294
|
}, "strip", z.ZodTypeAny, {
|
|
295
295
|
name: string;
|
|
296
296
|
uid: string;
|
|
297
|
-
id: string;
|
|
298
297
|
createTime: string;
|
|
299
298
|
updateTime: string;
|
|
299
|
+
id: string;
|
|
300
300
|
owner: {
|
|
301
301
|
name: string;
|
|
302
302
|
uid: string;
|
|
303
|
-
id: string;
|
|
304
303
|
createTime: string;
|
|
305
304
|
updateTime: string;
|
|
305
|
+
id: string;
|
|
306
306
|
profile?: {
|
|
307
307
|
displayName?: string | undefined;
|
|
308
308
|
bio?: string | undefined;
|
|
@@ -330,15 +330,15 @@ export declare const OrganizationOwnerSchema: z.ZodObject<{
|
|
|
330
330
|
}, {
|
|
331
331
|
name: string;
|
|
332
332
|
uid: string;
|
|
333
|
-
id: string;
|
|
334
333
|
createTime: string;
|
|
335
334
|
updateTime: string;
|
|
335
|
+
id: string;
|
|
336
336
|
owner: {
|
|
337
337
|
name: string;
|
|
338
338
|
uid: string;
|
|
339
|
-
id: string;
|
|
340
339
|
createTime: string;
|
|
341
340
|
updateTime: string;
|
|
341
|
+
id: string;
|
|
342
342
|
profile?: {
|
|
343
343
|
displayName?: string | undefined;
|
|
344
344
|
bio?: string | undefined;
|
|
@@ -368,15 +368,15 @@ export declare const OrganizationOwnerSchema: z.ZodObject<{
|
|
|
368
368
|
organization: {
|
|
369
369
|
name: string;
|
|
370
370
|
uid: string;
|
|
371
|
-
id: string;
|
|
372
371
|
createTime: string;
|
|
373
372
|
updateTime: string;
|
|
373
|
+
id: string;
|
|
374
374
|
owner: {
|
|
375
375
|
name: string;
|
|
376
376
|
uid: string;
|
|
377
|
-
id: string;
|
|
378
377
|
createTime: string;
|
|
379
378
|
updateTime: string;
|
|
379
|
+
id: string;
|
|
380
380
|
profile?: {
|
|
381
381
|
displayName?: string | undefined;
|
|
382
382
|
bio?: string | undefined;
|
|
@@ -406,15 +406,15 @@ export declare const OrganizationOwnerSchema: z.ZodObject<{
|
|
|
406
406
|
organization: {
|
|
407
407
|
name: string;
|
|
408
408
|
uid: string;
|
|
409
|
-
id: string;
|
|
410
409
|
createTime: string;
|
|
411
410
|
updateTime: string;
|
|
411
|
+
id: string;
|
|
412
412
|
owner: {
|
|
413
413
|
name: string;
|
|
414
414
|
uid: string;
|
|
415
|
-
id: string;
|
|
416
415
|
createTime: string;
|
|
417
416
|
updateTime: string;
|
|
417
|
+
id: string;
|
|
418
418
|
profile?: {
|
|
419
419
|
displayName?: string | undefined;
|
|
420
420
|
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,15 +707,15 @@ export declare const OwnerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
707
707
|
}, "strip", z.ZodTypeAny, {
|
|
708
708
|
name: string;
|
|
709
709
|
uid: string;
|
|
710
|
-
id: string;
|
|
711
710
|
createTime: string;
|
|
712
711
|
updateTime: string;
|
|
712
|
+
id: string;
|
|
713
713
|
owner: {
|
|
714
714
|
name: string;
|
|
715
715
|
uid: string;
|
|
716
|
-
id: string;
|
|
717
716
|
createTime: string;
|
|
718
717
|
updateTime: string;
|
|
718
|
+
id: string;
|
|
719
719
|
profile?: {
|
|
720
720
|
displayName?: string | undefined;
|
|
721
721
|
bio?: string | undefined;
|
|
@@ -743,15 +743,15 @@ export declare const OwnerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
743
743
|
}, {
|
|
744
744
|
name: string;
|
|
745
745
|
uid: string;
|
|
746
|
-
id: string;
|
|
747
746
|
createTime: string;
|
|
748
747
|
updateTime: string;
|
|
748
|
+
id: string;
|
|
749
749
|
owner: {
|
|
750
750
|
name: string;
|
|
751
751
|
uid: string;
|
|
752
|
-
id: string;
|
|
753
752
|
createTime: string;
|
|
754
753
|
updateTime: string;
|
|
754
|
+
id: string;
|
|
755
755
|
profile?: {
|
|
756
756
|
displayName?: string | undefined;
|
|
757
757
|
bio?: string | undefined;
|
|
@@ -781,15 +781,15 @@ export declare const OwnerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
781
781
|
organization: {
|
|
782
782
|
name: string;
|
|
783
783
|
uid: string;
|
|
784
|
-
id: string;
|
|
785
784
|
createTime: string;
|
|
786
785
|
updateTime: string;
|
|
786
|
+
id: string;
|
|
787
787
|
owner: {
|
|
788
788
|
name: string;
|
|
789
789
|
uid: string;
|
|
790
|
-
id: string;
|
|
791
790
|
createTime: string;
|
|
792
791
|
updateTime: string;
|
|
792
|
+
id: string;
|
|
793
793
|
profile?: {
|
|
794
794
|
displayName?: string | undefined;
|
|
795
795
|
bio?: string | undefined;
|
|
@@ -819,15 +819,15 @@ export declare const OwnerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
819
819
|
organization: {
|
|
820
820
|
name: string;
|
|
821
821
|
uid: string;
|
|
822
|
-
id: string;
|
|
823
822
|
createTime: string;
|
|
824
823
|
updateTime: string;
|
|
824
|
+
id: string;
|
|
825
825
|
owner: {
|
|
826
826
|
name: string;
|
|
827
827
|
uid: string;
|
|
828
|
-
id: string;
|
|
829
828
|
createTime: string;
|
|
830
829
|
updateTime: string;
|
|
830
|
+
id: string;
|
|
831
831
|
profile?: {
|
|
832
832
|
displayName?: string | undefined;
|
|
833
833
|
bio?: string | undefined;
|
|
@@ -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
|
+
type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
|
|
93
93
|
uid: string;
|
|
94
94
|
id: string;
|
|
95
|
-
custom: boolean;
|
|
96
95
|
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
|
+
type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
|
|
118
118
|
uid: string;
|
|
119
119
|
id: string;
|
|
120
|
-
custom: boolean;
|
|
121
120
|
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;
|
|
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
|
id: string;
|
|
221
|
-
custom: boolean;
|
|
222
221
|
title: string;
|
|
223
222
|
description: 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;
|
|
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
|
id: string;
|
|
250
|
-
custom: boolean;
|
|
251
250
|
title: string;
|
|
252
251
|
description: 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
|
+
type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
|
|
341
341
|
uid: string;
|
|
342
342
|
id: string;
|
|
343
|
-
custom: boolean;
|
|
344
343
|
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
|
+
type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
|
|
364
364
|
uid: string;
|
|
365
365
|
id: string;
|
|
366
|
-
custom: boolean;
|
|
367
366
|
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
|
+
type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
|
|
451
451
|
uid: string;
|
|
452
452
|
id: string;
|
|
453
|
-
custom: boolean;
|
|
454
453
|
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
|
+
type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
|
|
476
476
|
uid: string;
|
|
477
477
|
id: string;
|
|
478
|
-
custom: boolean;
|
|
479
478
|
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
|
+
type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
|
|
505
505
|
uid: string;
|
|
506
506
|
id: string;
|
|
507
|
-
custom: boolean;
|
|
508
507
|
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
|
+
type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
|
|
534
534
|
uid: string;
|
|
535
535
|
id: string;
|
|
536
|
-
custom: boolean;
|
|
537
536
|
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;
|
|
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
|
id: string;
|
|
634
|
-
custom: boolean;
|
|
635
634
|
title: string;
|
|
636
635
|
description: 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;
|
|
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
|
id: string;
|
|
663
|
-
custom: boolean;
|
|
664
663
|
title: string;
|
|
665
664
|
description: 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;
|
|
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
|
id: string;
|
|
698
|
-
custom: boolean;
|
|
699
698
|
title: string;
|
|
700
699
|
description: 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;
|
|
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
|
id: string;
|
|
731
|
-
custom: boolean;
|
|
732
731
|
title: string;
|
|
733
732
|
description: 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
|
+
type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
|
|
818
818
|
uid: string;
|
|
819
819
|
id: string;
|
|
820
|
-
custom: boolean;
|
|
821
820
|
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
|
+
type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
|
|
843
843
|
uid: string;
|
|
844
844
|
id: string;
|
|
845
|
-
custom: boolean;
|
|
846
845
|
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
|
+
type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
|
|
930
930
|
uid: string;
|
|
931
931
|
id: string;
|
|
932
|
-
custom: boolean;
|
|
933
932
|
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
|
+
type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
|
|
953
953
|
uid: string;
|
|
954
954
|
id: string;
|
|
955
|
-
custom: boolean;
|
|
956
955
|
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
|
+
type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
|
|
982
982
|
uid: string;
|
|
983
983
|
id: string;
|
|
984
|
-
custom: boolean;
|
|
985
984
|
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
|
+
type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
|
|
1009
1009
|
uid: string;
|
|
1010
1010
|
id: string;
|
|
1011
|
-
custom: boolean;
|
|
1012
1011
|
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
|
+
type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
|
|
1090
1090
|
uid: string;
|
|
1091
1091
|
id: string;
|
|
1092
|
-
custom: boolean;
|
|
1093
1092
|
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
|
+
type: "COMPONENT_TYPE_UNSPECIFIED" | "COMPONENT_TYPE_OPERATOR" | "COMPONENT_TYPE_DATA" | "COMPONENT_TYPE_AI" | "COMPONENT_TYPE_APPLICATION" | "COMPONENT_TYPE_GENERIC";
|
|
1113
1113
|
uid: string;
|
|
1114
1114
|
id: string;
|
|
1115
|
-
custom: boolean;
|
|
1116
1115
|
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, {
|