instill-sdk 0.19.0-rc.10 → 0.19.0-rc.11
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/tsconfig.tsbuildinfo +1 -1
- package/dist/types.d.ts +36 -36
- package/dist/vdp/component/types.d.ts +68 -68
- package/dist/vdp/pipeline/types.d.ts +368 -368
- package/dist/vdp/release/types.d.ts +6 -6
- package/package.json +4 -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;
|
|
85
86
|
createTime: string;
|
|
86
87
|
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;
|
|
103
104
|
createTime: string;
|
|
104
105
|
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;
|
|
123
124
|
createTime: string;
|
|
124
125
|
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;
|
|
143
144
|
createTime: string;
|
|
144
145
|
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;
|
|
221
222
|
createTime: string;
|
|
222
223
|
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;
|
|
239
240
|
createTime: string;
|
|
240
241
|
updateTime: string;
|
|
241
|
-
id: string;
|
|
242
242
|
profile?: {
|
|
243
243
|
displayName?: string | undefined;
|
|
244
244
|
bio?: string | undefined;
|
|
@@ -294,15 +294,13 @@ 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;
|
|
299
297
|
id: string;
|
|
300
298
|
owner: {
|
|
301
299
|
name: string;
|
|
302
300
|
uid: string;
|
|
301
|
+
id: string;
|
|
303
302
|
createTime: string;
|
|
304
303
|
updateTime: string;
|
|
305
|
-
id: string;
|
|
306
304
|
profile?: {
|
|
307
305
|
displayName?: string | undefined;
|
|
308
306
|
bio?: string | undefined;
|
|
@@ -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;
|
|
@@ -330,15 +330,13 @@ export declare const OrganizationOwnerSchema: z.ZodObject<{
|
|
|
330
330
|
}, {
|
|
331
331
|
name: string;
|
|
332
332
|
uid: string;
|
|
333
|
-
createTime: string;
|
|
334
|
-
updateTime: string;
|
|
335
333
|
id: string;
|
|
336
334
|
owner: {
|
|
337
335
|
name: string;
|
|
338
336
|
uid: string;
|
|
337
|
+
id: string;
|
|
339
338
|
createTime: string;
|
|
340
339
|
updateTime: string;
|
|
341
|
-
id: string;
|
|
342
340
|
profile?: {
|
|
343
341
|
displayName?: string | undefined;
|
|
344
342
|
bio?: string | undefined;
|
|
@@ -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;
|
|
@@ -368,15 +368,13 @@ export declare const OrganizationOwnerSchema: z.ZodObject<{
|
|
|
368
368
|
organization: {
|
|
369
369
|
name: string;
|
|
370
370
|
uid: string;
|
|
371
|
-
createTime: string;
|
|
372
|
-
updateTime: string;
|
|
373
371
|
id: string;
|
|
374
372
|
owner: {
|
|
375
373
|
name: string;
|
|
376
374
|
uid: string;
|
|
375
|
+
id: string;
|
|
377
376
|
createTime: string;
|
|
378
377
|
updateTime: string;
|
|
379
|
-
id: string;
|
|
380
378
|
profile?: {
|
|
381
379
|
displayName?: string | undefined;
|
|
382
380
|
bio?: string | undefined;
|
|
@@ -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;
|
|
@@ -406,15 +406,13 @@ export declare const OrganizationOwnerSchema: z.ZodObject<{
|
|
|
406
406
|
organization: {
|
|
407
407
|
name: string;
|
|
408
408
|
uid: string;
|
|
409
|
-
createTime: string;
|
|
410
|
-
updateTime: string;
|
|
411
409
|
id: string;
|
|
412
410
|
owner: {
|
|
413
411
|
name: string;
|
|
414
412
|
uid: string;
|
|
413
|
+
id: string;
|
|
415
414
|
createTime: string;
|
|
416
415
|
updateTime: string;
|
|
417
|
-
id: string;
|
|
418
416
|
profile?: {
|
|
419
417
|
displayName?: string | undefined;
|
|
420
418
|
bio?: string | undefined;
|
|
@@ -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;
|
|
@@ -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;
|
|
502
503
|
createTime: string;
|
|
503
504
|
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;
|
|
520
521
|
createTime: string;
|
|
521
522
|
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;
|
|
540
541
|
createTime: string;
|
|
541
542
|
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;
|
|
560
561
|
createTime: string;
|
|
561
562
|
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;
|
|
634
635
|
createTime: string;
|
|
635
636
|
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;
|
|
652
653
|
createTime: string;
|
|
653
654
|
updateTime: string;
|
|
654
|
-
id: string;
|
|
655
655
|
profile?: {
|
|
656
656
|
displayName?: string | undefined;
|
|
657
657
|
bio?: string | undefined;
|
|
@@ -707,15 +707,13 @@ 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;
|
|
712
710
|
id: string;
|
|
713
711
|
owner: {
|
|
714
712
|
name: string;
|
|
715
713
|
uid: string;
|
|
714
|
+
id: string;
|
|
716
715
|
createTime: string;
|
|
717
716
|
updateTime: string;
|
|
718
|
-
id: string;
|
|
719
717
|
profile?: {
|
|
720
718
|
displayName?: string | undefined;
|
|
721
719
|
bio?: string | undefined;
|
|
@@ -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;
|
|
@@ -743,15 +743,13 @@ export declare const OwnerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
743
743
|
}, {
|
|
744
744
|
name: string;
|
|
745
745
|
uid: string;
|
|
746
|
-
createTime: string;
|
|
747
|
-
updateTime: string;
|
|
748
746
|
id: string;
|
|
749
747
|
owner: {
|
|
750
748
|
name: string;
|
|
751
749
|
uid: string;
|
|
750
|
+
id: string;
|
|
752
751
|
createTime: string;
|
|
753
752
|
updateTime: string;
|
|
754
|
-
id: string;
|
|
755
753
|
profile?: {
|
|
756
754
|
displayName?: string | undefined;
|
|
757
755
|
bio?: string | undefined;
|
|
@@ -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;
|
|
@@ -781,15 +781,13 @@ 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;
|
|
786
784
|
id: string;
|
|
787
785
|
owner: {
|
|
788
786
|
name: string;
|
|
789
787
|
uid: string;
|
|
788
|
+
id: string;
|
|
790
789
|
createTime: string;
|
|
791
790
|
updateTime: string;
|
|
792
|
-
id: string;
|
|
793
791
|
profile?: {
|
|
794
792
|
displayName?: string | undefined;
|
|
795
793
|
bio?: string | undefined;
|
|
@@ -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;
|
|
@@ -819,15 +819,13 @@ 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;
|
|
824
822
|
id: string;
|
|
825
823
|
owner: {
|
|
826
824
|
name: string;
|
|
827
825
|
uid: string;
|
|
826
|
+
id: string;
|
|
828
827
|
createTime: string;
|
|
829
828
|
updateTime: string;
|
|
830
|
-
id: string;
|
|
831
829
|
profile?: {
|
|
832
830
|
displayName?: string | undefined;
|
|
833
831
|
bio?: string | undefined;
|
|
@@ -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;
|