instill-sdk 0.19.0-rc.2 → 0.19.0-rc.3
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 +12 -12
- 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 +23 -23
- package/dist/helper/getQueryString.d.ts.map +1 -1
- package/dist/helper/makeXMLRequestWithProgress.d.ts +4 -0
- package/dist/helper/makeXMLRequestWithProgress.d.ts.map +1 -0
- package/dist/index.js +612 -490
- package/dist/index.mjs +618 -490
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types.d.ts +28 -28
- package/dist/vdp/component/types.d.ts +81 -81
- package/dist/vdp/pipeline/types.d.ts +742 -742
- package/dist/vdp/release/types.d.ts +10 -10
- package/dist/vdp/types.d.ts +8 -8
- package/package.json +6 -6
- package/dist/chat/constant.d.ts +0 -8
- package/dist/chat/constant.d.ts.map +0 -1
|
@@ -117,9 +117,9 @@ export declare const OrganizationSchema: z.ZodObject<{
|
|
|
117
117
|
}, "strip", z.ZodTypeAny, {
|
|
118
118
|
name: string;
|
|
119
119
|
uid: string;
|
|
120
|
+
id: string;
|
|
120
121
|
createTime: string;
|
|
121
122
|
updateTime: string;
|
|
122
|
-
id: string;
|
|
123
123
|
profile?: {
|
|
124
124
|
displayName?: string | undefined;
|
|
125
125
|
bio?: string | undefined;
|
|
@@ -135,9 +135,9 @@ export declare const OrganizationSchema: z.ZodObject<{
|
|
|
135
135
|
}, {
|
|
136
136
|
name: string;
|
|
137
137
|
uid: string;
|
|
138
|
+
id: string;
|
|
138
139
|
createTime: string;
|
|
139
140
|
updateTime: string;
|
|
140
|
-
id: string;
|
|
141
141
|
profile?: {
|
|
142
142
|
displayName?: string | undefined;
|
|
143
143
|
bio?: string | undefined;
|
|
@@ -193,14 +193,15 @@ export declare const OrganizationSchema: z.ZodObject<{
|
|
|
193
193
|
}, "strip", z.ZodTypeAny, {
|
|
194
194
|
name: string;
|
|
195
195
|
uid: string;
|
|
196
|
+
id: string;
|
|
196
197
|
createTime: string;
|
|
197
198
|
updateTime: string;
|
|
198
199
|
owner: {
|
|
199
200
|
name: string;
|
|
200
201
|
uid: string;
|
|
202
|
+
id: string;
|
|
201
203
|
createTime: string;
|
|
202
204
|
updateTime: string;
|
|
203
|
-
id: string;
|
|
204
205
|
profile?: {
|
|
205
206
|
displayName?: string | undefined;
|
|
206
207
|
bio?: string | undefined;
|
|
@@ -214,7 +215,6 @@ export declare const OrganizationSchema: z.ZodObject<{
|
|
|
214
215
|
} | undefined;
|
|
215
216
|
} | undefined;
|
|
216
217
|
};
|
|
217
|
-
id: string;
|
|
218
218
|
profile?: {
|
|
219
219
|
displayName?: string | undefined;
|
|
220
220
|
bio?: string | undefined;
|
|
@@ -229,14 +229,15 @@ export declare const OrganizationSchema: z.ZodObject<{
|
|
|
229
229
|
}, {
|
|
230
230
|
name: string;
|
|
231
231
|
uid: string;
|
|
232
|
+
id: string;
|
|
232
233
|
createTime: string;
|
|
233
234
|
updateTime: string;
|
|
234
235
|
owner: {
|
|
235
236
|
name: string;
|
|
236
237
|
uid: string;
|
|
238
|
+
id: string;
|
|
237
239
|
createTime: string;
|
|
238
240
|
updateTime: string;
|
|
239
|
-
id: string;
|
|
240
241
|
profile?: {
|
|
241
242
|
displayName?: string | undefined;
|
|
242
243
|
bio?: string | undefined;
|
|
@@ -250,7 +251,6 @@ export declare const OrganizationSchema: z.ZodObject<{
|
|
|
250
251
|
} | undefined;
|
|
251
252
|
} | undefined;
|
|
252
253
|
};
|
|
253
|
-
id: string;
|
|
254
254
|
profile?: {
|
|
255
255
|
displayName?: string | undefined;
|
|
256
256
|
bio?: string | undefined;
|
|
@@ -115,9 +115,9 @@ export declare const UserSchema: z.ZodObject<{
|
|
|
115
115
|
}, "strip", z.ZodTypeAny, {
|
|
116
116
|
name: string;
|
|
117
117
|
uid: string;
|
|
118
|
+
id: string;
|
|
118
119
|
createTime: string;
|
|
119
120
|
updateTime: string;
|
|
120
|
-
id: string;
|
|
121
121
|
profile?: {
|
|
122
122
|
displayName?: string | undefined;
|
|
123
123
|
bio?: string | undefined;
|
|
@@ -133,9 +133,9 @@ export declare const UserSchema: z.ZodObject<{
|
|
|
133
133
|
}, {
|
|
134
134
|
name: string;
|
|
135
135
|
uid: string;
|
|
136
|
+
id: string;
|
|
136
137
|
createTime: string;
|
|
137
138
|
updateTime: string;
|
|
138
|
-
id: string;
|
|
139
139
|
profile?: {
|
|
140
140
|
displayName?: string | undefined;
|
|
141
141
|
bio?: string | undefined;
|
|
@@ -218,12 +218,12 @@ export declare const AuthenticatedUserSchema: z.ZodObject<{
|
|
|
218
218
|
} | undefined;
|
|
219
219
|
}>>;
|
|
220
220
|
}, "strip", z.ZodTypeAny, {
|
|
221
|
+
role: string;
|
|
221
222
|
name: string;
|
|
222
223
|
uid: string;
|
|
224
|
+
id: string;
|
|
223
225
|
createTime: string;
|
|
224
226
|
updateTime: string;
|
|
225
|
-
id: string;
|
|
226
|
-
role: string;
|
|
227
227
|
customerId: string;
|
|
228
228
|
email: string;
|
|
229
229
|
newsletterSubscription: boolean;
|
|
@@ -242,12 +242,12 @@ export declare const AuthenticatedUserSchema: z.ZodObject<{
|
|
|
242
242
|
} | undefined;
|
|
243
243
|
cookieToken?: string | undefined;
|
|
244
244
|
}, {
|
|
245
|
+
role: string;
|
|
245
246
|
name: string;
|
|
246
247
|
uid: string;
|
|
248
|
+
id: string;
|
|
247
249
|
createTime: string;
|
|
248
250
|
updateTime: string;
|
|
249
|
-
id: string;
|
|
250
|
-
role: string;
|
|
251
251
|
customerId: string;
|
|
252
252
|
email: string;
|
|
253
253
|
newsletterSubscription: boolean;
|
|
@@ -324,12 +324,12 @@ export declare const getAuthenticatedResponseValidator: z.ZodObject<{
|
|
|
324
324
|
} | undefined;
|
|
325
325
|
}>>;
|
|
326
326
|
}, "strip", z.ZodTypeAny, {
|
|
327
|
+
role: string;
|
|
327
328
|
name: string;
|
|
328
329
|
uid: string;
|
|
330
|
+
id: string;
|
|
329
331
|
createTime: string;
|
|
330
332
|
updateTime: string;
|
|
331
|
-
id: string;
|
|
332
|
-
role: string;
|
|
333
333
|
customerId: string;
|
|
334
334
|
email: string;
|
|
335
335
|
newsletterSubscription: boolean;
|
|
@@ -348,12 +348,12 @@ export declare const getAuthenticatedResponseValidator: z.ZodObject<{
|
|
|
348
348
|
} | undefined;
|
|
349
349
|
cookieToken?: string | undefined;
|
|
350
350
|
}, {
|
|
351
|
+
role: string;
|
|
351
352
|
name: string;
|
|
352
353
|
uid: string;
|
|
354
|
+
id: string;
|
|
353
355
|
createTime: string;
|
|
354
356
|
updateTime: string;
|
|
355
|
-
id: string;
|
|
356
|
-
role: string;
|
|
357
357
|
customerId: string;
|
|
358
358
|
email: string;
|
|
359
359
|
newsletterSubscription: boolean;
|
|
@@ -431,12 +431,12 @@ export declare const updateAuthenticatedUserResponseValidator: z.ZodObject<{
|
|
|
431
431
|
} | undefined;
|
|
432
432
|
}>>;
|
|
433
433
|
}, "strip", z.ZodTypeAny, {
|
|
434
|
+
role: string;
|
|
434
435
|
name: string;
|
|
435
436
|
uid: string;
|
|
437
|
+
id: string;
|
|
436
438
|
createTime: string;
|
|
437
439
|
updateTime: string;
|
|
438
|
-
id: string;
|
|
439
|
-
role: string;
|
|
440
440
|
customerId: string;
|
|
441
441
|
email: string;
|
|
442
442
|
newsletterSubscription: boolean;
|
|
@@ -455,12 +455,12 @@ export declare const updateAuthenticatedUserResponseValidator: z.ZodObject<{
|
|
|
455
455
|
} | undefined;
|
|
456
456
|
cookieToken?: string | undefined;
|
|
457
457
|
}, {
|
|
458
|
+
role: string;
|
|
458
459
|
name: string;
|
|
459
460
|
uid: string;
|
|
461
|
+
id: string;
|
|
460
462
|
createTime: string;
|
|
461
463
|
updateTime: string;
|
|
462
|
-
id: string;
|
|
463
|
-
role: string;
|
|
464
464
|
customerId: string;
|
|
465
465
|
email: string;
|
|
466
466
|
newsletterSubscription: boolean;
|
|
@@ -542,9 +542,9 @@ export declare const listUsersWithPaginationResponseValidator: z.ZodObject<{
|
|
|
542
542
|
}, "strip", z.ZodTypeAny, {
|
|
543
543
|
name: string;
|
|
544
544
|
uid: string;
|
|
545
|
+
id: string;
|
|
545
546
|
createTime: string;
|
|
546
547
|
updateTime: string;
|
|
547
|
-
id: string;
|
|
548
548
|
profile?: {
|
|
549
549
|
displayName?: string | undefined;
|
|
550
550
|
bio?: string | undefined;
|
|
@@ -560,9 +560,9 @@ export declare const listUsersWithPaginationResponseValidator: z.ZodObject<{
|
|
|
560
560
|
}, {
|
|
561
561
|
name: string;
|
|
562
562
|
uid: string;
|
|
563
|
+
id: string;
|
|
563
564
|
createTime: string;
|
|
564
565
|
updateTime: string;
|
|
565
|
-
id: string;
|
|
566
566
|
profile?: {
|
|
567
567
|
displayName?: string | undefined;
|
|
568
568
|
bio?: string | undefined;
|
|
@@ -579,14 +579,12 @@ export declare const listUsersWithPaginationResponseValidator: z.ZodObject<{
|
|
|
579
579
|
nextPageToken: z.ZodString;
|
|
580
580
|
totalSize: z.ZodNumber;
|
|
581
581
|
}, "strip", z.ZodTypeAny, {
|
|
582
|
-
nextPageToken: string;
|
|
583
|
-
totalSize: number;
|
|
584
582
|
users: {
|
|
585
583
|
name: string;
|
|
586
584
|
uid: string;
|
|
585
|
+
id: string;
|
|
587
586
|
createTime: string;
|
|
588
587
|
updateTime: string;
|
|
589
|
-
id: string;
|
|
590
588
|
profile?: {
|
|
591
589
|
displayName?: string | undefined;
|
|
592
590
|
bio?: string | undefined;
|
|
@@ -600,15 +598,15 @@ export declare const listUsersWithPaginationResponseValidator: z.ZodObject<{
|
|
|
600
598
|
} | undefined;
|
|
601
599
|
} | undefined;
|
|
602
600
|
}[];
|
|
603
|
-
}, {
|
|
604
601
|
nextPageToken: string;
|
|
605
602
|
totalSize: number;
|
|
603
|
+
}, {
|
|
606
604
|
users: {
|
|
607
605
|
name: string;
|
|
608
606
|
uid: string;
|
|
607
|
+
id: string;
|
|
609
608
|
createTime: string;
|
|
610
609
|
updateTime: string;
|
|
611
|
-
id: string;
|
|
612
610
|
profile?: {
|
|
613
611
|
displayName?: string | undefined;
|
|
614
612
|
bio?: string | undefined;
|
|
@@ -622,6 +620,8 @@ export declare const listUsersWithPaginationResponseValidator: z.ZodObject<{
|
|
|
622
620
|
} | undefined;
|
|
623
621
|
} | undefined;
|
|
624
622
|
}[];
|
|
623
|
+
nextPageToken: string;
|
|
624
|
+
totalSize: number;
|
|
625
625
|
}>;
|
|
626
626
|
export type GetUserRequest = {
|
|
627
627
|
userId: string;
|
|
@@ -681,9 +681,9 @@ export declare const getUserResponseValidator: z.ZodObject<{
|
|
|
681
681
|
}, "strip", z.ZodTypeAny, {
|
|
682
682
|
name: string;
|
|
683
683
|
uid: string;
|
|
684
|
+
id: string;
|
|
684
685
|
createTime: string;
|
|
685
686
|
updateTime: string;
|
|
686
|
-
id: string;
|
|
687
687
|
profile?: {
|
|
688
688
|
displayName?: string | undefined;
|
|
689
689
|
bio?: string | undefined;
|
|
@@ -699,9 +699,9 @@ export declare const getUserResponseValidator: z.ZodObject<{
|
|
|
699
699
|
}, {
|
|
700
700
|
name: string;
|
|
701
701
|
uid: string;
|
|
702
|
+
id: string;
|
|
702
703
|
createTime: string;
|
|
703
704
|
updateTime: string;
|
|
704
|
-
id: string;
|
|
705
705
|
profile?: {
|
|
706
706
|
displayName?: string | undefined;
|
|
707
707
|
bio?: string | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getQueryString.d.ts","sourceRoot":"","sources":["../../src/helper/getQueryString.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,UAAU,CAAC;AAEpC,eAAO,MAAM,cAAc,
|
|
1
|
+
{"version":3,"file":"getQueryString.d.ts","sourceRoot":"","sources":["../../src/helper/getQueryString.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,UAAU,CAAC;AAEpC,eAAO,MAAM,cAAc,GAAI,qRA0B5B;IACD,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,IAAI,CAAC,EAAE,QAAQ,CAAC,MAAM,CAAC,CAAC;IACxB,MAAM,CAAC,EAAE,QAAQ,CAAC,MAAM,CAAC,CAAC;IAC1B,OAAO,CAAC,EAAE,QAAQ,CAAC,MAAM,CAAC,CAAC;IAC3B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,UAAU,CAAC,EAAE,MAAM,CAAC;IAGpB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,QAAQ,CAAC,MAAM,CAAC,CAAC;IAC/B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,EAAE,CAAC;IACrB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,IAAI,CAAC,EAAE,MAAM,CAAC;CACf,WAuIA,CAAC"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
type ProgressCallback = (progress: number) => void;
|
|
2
|
+
export declare const makeXMLRequestWithProgress: <T>(url: string, method: string, accessToken: string, body?: any, onProgress?: ProgressCallback) => Promise<T>;
|
|
3
|
+
export {};
|
|
4
|
+
//# sourceMappingURL=makeXMLRequestWithProgress.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"makeXMLRequestWithProgress.d.ts","sourceRoot":"","sources":["../../src/helper/makeXMLRequestWithProgress.ts"],"names":[],"mappings":"AAEA,KAAK,gBAAgB,GAAG,CAAC,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAC;AAGnD,eAAO,MAAM,0BAA0B,GAAI,CAAC,OACrC,MAAM,UACH,MAAM,eACD,MAAM,SAEZ,GAAG,eACG,gBAAgB,KAC5B,OAAO,CAAC,CAAC,CAoCX,CAAC"}
|