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
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export declare const instillChatMessageEnum: {
|
|
2
|
+
readonly Started: "CHAT_STARTED";
|
|
3
|
+
readonly StatusUpdated: "CHAT_STATUS_UPDATED";
|
|
4
|
+
readonly OutputUpdated: "CHAT_OUTPUT_UPDATED";
|
|
5
|
+
readonly Ended: "CHAT_ENDED";
|
|
6
|
+
readonly UserMessage: "CHAT_USER_MESSAGE";
|
|
7
|
+
};
|
|
8
|
+
//# sourceMappingURL=constant.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"constant.d.ts","sourceRoot":"","sources":["../../src/chat/constant.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,sBAAsB;;;;;;CAMzB,CAAC"}
|
|
@@ -79,13 +79,13 @@ export declare const IntegrationSchema: z.ZodObject<{
|
|
|
79
79
|
}>>;
|
|
80
80
|
view: z.ZodEnum<["VIEW_FULL", "VIEW_BASIC"]>;
|
|
81
81
|
}, "strip", z.ZodTypeAny, {
|
|
82
|
-
title: string;
|
|
83
82
|
description: string;
|
|
84
83
|
uid: string;
|
|
84
|
+
view: "VIEW_FULL" | "VIEW_BASIC";
|
|
85
|
+
title: string;
|
|
85
86
|
id: string;
|
|
86
87
|
icon: string;
|
|
87
88
|
vendor: string;
|
|
88
|
-
view: "VIEW_FULL" | "VIEW_BASIC";
|
|
89
89
|
helpLink: {
|
|
90
90
|
text: string;
|
|
91
91
|
url: string;
|
|
@@ -97,13 +97,13 @@ export declare const IntegrationSchema: z.ZodObject<{
|
|
|
97
97
|
} | null;
|
|
98
98
|
setupSchema?: any;
|
|
99
99
|
}, {
|
|
100
|
-
title: string;
|
|
101
100
|
description: string;
|
|
102
101
|
uid: string;
|
|
102
|
+
view: "VIEW_FULL" | "VIEW_BASIC";
|
|
103
|
+
title: string;
|
|
103
104
|
id: string;
|
|
104
105
|
icon: string;
|
|
105
106
|
vendor: string;
|
|
106
|
-
view: "VIEW_FULL" | "VIEW_BASIC";
|
|
107
107
|
helpLink: {
|
|
108
108
|
text: string;
|
|
109
109
|
url: string;
|
|
@@ -174,13 +174,13 @@ export declare const listPaginatedIntegrationsResponseValidator: z.ZodObject<{
|
|
|
174
174
|
}>>;
|
|
175
175
|
view: z.ZodEnum<["VIEW_FULL", "VIEW_BASIC"]>;
|
|
176
176
|
}, "strip", z.ZodTypeAny, {
|
|
177
|
-
title: string;
|
|
178
177
|
description: string;
|
|
179
178
|
uid: string;
|
|
179
|
+
view: "VIEW_FULL" | "VIEW_BASIC";
|
|
180
|
+
title: string;
|
|
180
181
|
id: string;
|
|
181
182
|
icon: string;
|
|
182
183
|
vendor: string;
|
|
183
|
-
view: "VIEW_FULL" | "VIEW_BASIC";
|
|
184
184
|
helpLink: {
|
|
185
185
|
text: string;
|
|
186
186
|
url: string;
|
|
@@ -192,13 +192,13 @@ export declare const listPaginatedIntegrationsResponseValidator: z.ZodObject<{
|
|
|
192
192
|
} | null;
|
|
193
193
|
setupSchema?: any;
|
|
194
194
|
}, {
|
|
195
|
-
title: string;
|
|
196
195
|
description: string;
|
|
197
196
|
uid: string;
|
|
197
|
+
view: "VIEW_FULL" | "VIEW_BASIC";
|
|
198
|
+
title: string;
|
|
198
199
|
id: string;
|
|
199
200
|
icon: string;
|
|
200
201
|
vendor: string;
|
|
201
|
-
view: "VIEW_FULL" | "VIEW_BASIC";
|
|
202
202
|
helpLink: {
|
|
203
203
|
text: string;
|
|
204
204
|
url: string;
|
|
@@ -216,13 +216,13 @@ export declare const listPaginatedIntegrationsResponseValidator: z.ZodObject<{
|
|
|
216
216
|
nextPageToken: string | null;
|
|
217
217
|
totalSize: number;
|
|
218
218
|
integrations: {
|
|
219
|
-
title: string;
|
|
220
219
|
description: string;
|
|
221
220
|
uid: string;
|
|
221
|
+
view: "VIEW_FULL" | "VIEW_BASIC";
|
|
222
|
+
title: string;
|
|
222
223
|
id: string;
|
|
223
224
|
icon: string;
|
|
224
225
|
vendor: string;
|
|
225
|
-
view: "VIEW_FULL" | "VIEW_BASIC";
|
|
226
226
|
helpLink: {
|
|
227
227
|
text: string;
|
|
228
228
|
url: string;
|
|
@@ -238,13 +238,13 @@ export declare const listPaginatedIntegrationsResponseValidator: z.ZodObject<{
|
|
|
238
238
|
nextPageToken: string | null;
|
|
239
239
|
totalSize: number;
|
|
240
240
|
integrations: {
|
|
241
|
-
title: string;
|
|
242
241
|
description: string;
|
|
243
242
|
uid: string;
|
|
243
|
+
view: "VIEW_FULL" | "VIEW_BASIC";
|
|
244
|
+
title: string;
|
|
244
245
|
id: string;
|
|
245
246
|
icon: string;
|
|
246
247
|
vendor: string;
|
|
247
|
-
view: "VIEW_FULL" | "VIEW_BASIC";
|
|
248
248
|
helpLink: {
|
|
249
249
|
text: string;
|
|
250
250
|
url: string;
|