instill-sdk 0.19.0-rc.1 → 0.19.0-rc.2
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/constant.d.ts +8 -0
- package/dist/chat/constant.d.ts.map +1 -0
- package/dist/core/integration/type.d.ts +12 -12
- package/dist/core/membership/types.d.ts +132 -132
- package/dist/core/organization/types.d.ts +10 -10
- package/dist/core/user/types.d.ts +14 -14
- package/dist/folder/FolderClient.d.ts +11 -0
- package/dist/folder/FolderClient.d.ts.map +1 -0
- package/dist/folder/index.d.ts +3 -0
- package/dist/folder/index.d.ts.map +1 -0
- package/dist/folder/types.d.ts +51 -0
- package/dist/folder/types.d.ts.map +1 -0
- package/dist/helper/getQueryString.d.ts.map +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +593 -612
- package/dist/index.mjs +592 -618
- package/dist/main/index.d.ts +2 -0
- package/dist/main/index.d.ts.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types.d.ts +44 -44
- package/dist/vdp/component/types.d.ts +68 -68
- package/dist/vdp/pipeline/types.d.ts +456 -456
- package/dist/vdp/release/types.d.ts +6 -6
- package/package.json +5 -5
- package/dist/helper/makeXMLRequestWithProgress.d.ts +0 -4
- package/dist/helper/makeXMLRequestWithProgress.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,14 @@ export declare const OrganizationOwnerSchema: z.ZodObject<{
|
|
|
294
294
|
}, "strip", z.ZodTypeAny, {
|
|
295
295
|
name: string;
|
|
296
296
|
uid: string;
|
|
297
|
-
|
|
297
|
+
createTime: string;
|
|
298
|
+
updateTime: string;
|
|
298
299
|
owner: {
|
|
299
300
|
name: string;
|
|
300
301
|
uid: string;
|
|
301
|
-
id: string;
|
|
302
302
|
createTime: string;
|
|
303
303
|
updateTime: string;
|
|
304
|
+
id: string;
|
|
304
305
|
profile?: {
|
|
305
306
|
displayName?: string | undefined;
|
|
306
307
|
bio?: string | undefined;
|
|
@@ -314,8 +315,7 @@ export declare const OrganizationOwnerSchema: z.ZodObject<{
|
|
|
314
315
|
} | undefined;
|
|
315
316
|
} | undefined;
|
|
316
317
|
};
|
|
317
|
-
|
|
318
|
-
updateTime: string;
|
|
318
|
+
id: string;
|
|
319
319
|
profile?: {
|
|
320
320
|
displayName?: string | undefined;
|
|
321
321
|
bio?: string | undefined;
|
|
@@ -330,13 +330,14 @@ export declare const OrganizationOwnerSchema: z.ZodObject<{
|
|
|
330
330
|
}, {
|
|
331
331
|
name: string;
|
|
332
332
|
uid: string;
|
|
333
|
-
|
|
333
|
+
createTime: string;
|
|
334
|
+
updateTime: string;
|
|
334
335
|
owner: {
|
|
335
336
|
name: string;
|
|
336
337
|
uid: string;
|
|
337
|
-
id: string;
|
|
338
338
|
createTime: string;
|
|
339
339
|
updateTime: string;
|
|
340
|
+
id: string;
|
|
340
341
|
profile?: {
|
|
341
342
|
displayName?: string | undefined;
|
|
342
343
|
bio?: string | undefined;
|
|
@@ -350,8 +351,7 @@ export declare const OrganizationOwnerSchema: z.ZodObject<{
|
|
|
350
351
|
} | undefined;
|
|
351
352
|
} | undefined;
|
|
352
353
|
};
|
|
353
|
-
|
|
354
|
-
updateTime: string;
|
|
354
|
+
id: string;
|
|
355
355
|
profile?: {
|
|
356
356
|
displayName?: string | undefined;
|
|
357
357
|
bio?: string | undefined;
|
|
@@ -368,13 +368,14 @@ export declare const OrganizationOwnerSchema: z.ZodObject<{
|
|
|
368
368
|
organization: {
|
|
369
369
|
name: string;
|
|
370
370
|
uid: string;
|
|
371
|
-
|
|
371
|
+
createTime: string;
|
|
372
|
+
updateTime: string;
|
|
372
373
|
owner: {
|
|
373
374
|
name: string;
|
|
374
375
|
uid: string;
|
|
375
|
-
id: string;
|
|
376
376
|
createTime: string;
|
|
377
377
|
updateTime: string;
|
|
378
|
+
id: string;
|
|
378
379
|
profile?: {
|
|
379
380
|
displayName?: string | undefined;
|
|
380
381
|
bio?: string | undefined;
|
|
@@ -388,8 +389,7 @@ export declare const OrganizationOwnerSchema: z.ZodObject<{
|
|
|
388
389
|
} | undefined;
|
|
389
390
|
} | undefined;
|
|
390
391
|
};
|
|
391
|
-
|
|
392
|
-
updateTime: string;
|
|
392
|
+
id: string;
|
|
393
393
|
profile?: {
|
|
394
394
|
displayName?: string | undefined;
|
|
395
395
|
bio?: string | undefined;
|
|
@@ -406,13 +406,14 @@ export declare const OrganizationOwnerSchema: z.ZodObject<{
|
|
|
406
406
|
organization: {
|
|
407
407
|
name: string;
|
|
408
408
|
uid: string;
|
|
409
|
-
|
|
409
|
+
createTime: string;
|
|
410
|
+
updateTime: string;
|
|
410
411
|
owner: {
|
|
411
412
|
name: string;
|
|
412
413
|
uid: string;
|
|
413
|
-
id: string;
|
|
414
414
|
createTime: string;
|
|
415
415
|
updateTime: string;
|
|
416
|
+
id: string;
|
|
416
417
|
profile?: {
|
|
417
418
|
displayName?: string | undefined;
|
|
418
419
|
bio?: string | undefined;
|
|
@@ -426,8 +427,7 @@ export declare const OrganizationOwnerSchema: z.ZodObject<{
|
|
|
426
427
|
} | undefined;
|
|
427
428
|
} | undefined;
|
|
428
429
|
};
|
|
429
|
-
|
|
430
|
-
updateTime: string;
|
|
430
|
+
id: 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,14 @@ export declare const OwnerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
707
707
|
}, "strip", z.ZodTypeAny, {
|
|
708
708
|
name: string;
|
|
709
709
|
uid: string;
|
|
710
|
-
|
|
710
|
+
createTime: string;
|
|
711
|
+
updateTime: string;
|
|
711
712
|
owner: {
|
|
712
713
|
name: string;
|
|
713
714
|
uid: string;
|
|
714
|
-
id: string;
|
|
715
715
|
createTime: string;
|
|
716
716
|
updateTime: string;
|
|
717
|
+
id: string;
|
|
717
718
|
profile?: {
|
|
718
719
|
displayName?: string | undefined;
|
|
719
720
|
bio?: string | undefined;
|
|
@@ -727,8 +728,7 @@ export declare const OwnerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
727
728
|
} | undefined;
|
|
728
729
|
} | undefined;
|
|
729
730
|
};
|
|
730
|
-
|
|
731
|
-
updateTime: string;
|
|
731
|
+
id: string;
|
|
732
732
|
profile?: {
|
|
733
733
|
displayName?: string | undefined;
|
|
734
734
|
bio?: string | undefined;
|
|
@@ -743,13 +743,14 @@ export declare const OwnerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
743
743
|
}, {
|
|
744
744
|
name: string;
|
|
745
745
|
uid: string;
|
|
746
|
-
|
|
746
|
+
createTime: string;
|
|
747
|
+
updateTime: string;
|
|
747
748
|
owner: {
|
|
748
749
|
name: string;
|
|
749
750
|
uid: string;
|
|
750
|
-
id: string;
|
|
751
751
|
createTime: string;
|
|
752
752
|
updateTime: string;
|
|
753
|
+
id: string;
|
|
753
754
|
profile?: {
|
|
754
755
|
displayName?: string | undefined;
|
|
755
756
|
bio?: string | undefined;
|
|
@@ -763,8 +764,7 @@ export declare const OwnerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
763
764
|
} | undefined;
|
|
764
765
|
} | undefined;
|
|
765
766
|
};
|
|
766
|
-
|
|
767
|
-
updateTime: string;
|
|
767
|
+
id: string;
|
|
768
768
|
profile?: {
|
|
769
769
|
displayName?: string | undefined;
|
|
770
770
|
bio?: string | undefined;
|
|
@@ -781,13 +781,14 @@ export declare const OwnerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
781
781
|
organization: {
|
|
782
782
|
name: string;
|
|
783
783
|
uid: string;
|
|
784
|
-
|
|
784
|
+
createTime: string;
|
|
785
|
+
updateTime: string;
|
|
785
786
|
owner: {
|
|
786
787
|
name: string;
|
|
787
788
|
uid: string;
|
|
788
|
-
id: string;
|
|
789
789
|
createTime: string;
|
|
790
790
|
updateTime: string;
|
|
791
|
+
id: string;
|
|
791
792
|
profile?: {
|
|
792
793
|
displayName?: string | undefined;
|
|
793
794
|
bio?: string | undefined;
|
|
@@ -801,8 +802,7 @@ export declare const OwnerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
801
802
|
} | undefined;
|
|
802
803
|
} | undefined;
|
|
803
804
|
};
|
|
804
|
-
|
|
805
|
-
updateTime: string;
|
|
805
|
+
id: string;
|
|
806
806
|
profile?: {
|
|
807
807
|
displayName?: string | undefined;
|
|
808
808
|
bio?: string | undefined;
|
|
@@ -819,13 +819,14 @@ export declare const OwnerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
819
819
|
organization: {
|
|
820
820
|
name: string;
|
|
821
821
|
uid: string;
|
|
822
|
-
|
|
822
|
+
createTime: string;
|
|
823
|
+
updateTime: string;
|
|
823
824
|
owner: {
|
|
824
825
|
name: string;
|
|
825
826
|
uid: string;
|
|
826
|
-
id: string;
|
|
827
827
|
createTime: string;
|
|
828
828
|
updateTime: string;
|
|
829
|
+
id: string;
|
|
829
830
|
profile?: {
|
|
830
831
|
displayName?: string | undefined;
|
|
831
832
|
bio?: string | undefined;
|
|
@@ -839,8 +840,7 @@ export declare const OwnerSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
839
840
|
} | undefined;
|
|
840
841
|
} | undefined;
|
|
841
842
|
};
|
|
842
|
-
|
|
843
|
-
updateTime: string;
|
|
843
|
+
id: string;
|
|
844
844
|
profile?: {
|
|
845
845
|
displayName?: string | undefined;
|
|
846
846
|
bio?: string | undefined;
|