instill-sdk 0.19.0-rc.28 → 0.19.0-rc.4
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 +2 -3
- package/dist/chat/ChatClient.d.ts.map +1 -1
- package/dist/chat/types.d.ts +6 -58
- package/dist/chat/types.d.ts.map +1 -1
- package/dist/core/integration/type.d.ts +18 -18
- package/dist/core/membership/types.d.ts +60 -60
- package/dist/core/organization/types.d.ts +4 -4
- package/dist/core/subscription/types.d.ts +1 -1
- package/dist/core/subscription/types.d.ts.map +1 -1
- package/dist/folder/types.d.ts +0 -5
- package/dist/folder/types.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.d.ts +0 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -154
- package/dist/index.mjs +2 -153
- package/dist/main/index.d.ts +0 -2
- package/dist/main/index.d.ts.map +1 -1
- package/dist/table/TableClient.d.ts +1 -3
- package/dist/table/TableClient.d.ts.map +1 -1
- package/dist/table/types.d.ts +0 -24
- package/dist/table/types.d.ts.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types.d.ts +17 -31
- package/dist/types.d.ts.map +1 -1
- package/dist/vdp/component/types.d.ts +72 -72
- package/dist/vdp/pipeline/types.d.ts +216 -216
- package/dist/vdp/release/types.d.ts +4 -4
- package/dist/vdp/types.d.ts +8 -8
- package/package.json +2 -3
- package/dist/chat/constant.d.ts +0 -8
- package/dist/chat/constant.d.ts.map +0 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { APIResource } from "../main/resource";
|
|
2
|
-
import { CreateInstillChatRequest, CreateInstillChatResponse, DeleteInstillChatRequest, ListInstillChatsRequest, ListInstillChatsResponse, ListPaginatedInstillChatsRequest, ListPaginatedInstillChatsResponse, PostInstillChatMessageRequest, PostInstillChatMessageResponse, ListPaginatedInstillChatMessagesRequest, ListPaginatedInstillChatMessagesResponse, ListInstillChatMessagesRequest, ListInstillChatMessagesResponse, GetInstillChatRequest, ListNamespaceChatTablesRequest, ListNamespaceChatTablesResponse, UpdateInstillChatRequest, PostCreateTableFlowChatMessageRequest, PostCreateTableFlowChatMessageResponse, ListPaginatedCreateTableFlowChatMessagesRequest, ListPaginatedCreateTableFlowChatMessagesResponse, ListCreateTableFlowChatMessagesRequest, ListCreateTableFlowChatMessagesResponse
|
|
2
|
+
import { CreateInstillChatRequest, CreateInstillChatResponse, DeleteInstillChatRequest, ListInstillChatsRequest, ListInstillChatsResponse, ListPaginatedInstillChatsRequest, ListPaginatedInstillChatsResponse, PostInstillChatMessageRequest, PostInstillChatMessageResponse, ListPaginatedInstillChatMessagesRequest, ListPaginatedInstillChatMessagesResponse, ListInstillChatMessagesRequest, ListInstillChatMessagesResponse, GetInstillChatRequest, ListNamespaceChatTablesRequest, ListNamespaceChatTablesResponse, UpdateInstillChatRequest, PostCreateTableFlowChatMessageRequest, PostCreateTableFlowChatMessageResponse, ListPaginatedCreateTableFlowChatMessagesRequest, ListPaginatedCreateTableFlowChatMessagesResponse, ListCreateTableFlowChatMessagesRequest, ListCreateTableFlowChatMessagesResponse } from "./types";
|
|
3
3
|
export declare class ChatClient extends APIResource {
|
|
4
4
|
createInstillChat(props: CreateInstillChatRequest): Promise<CreateInstillChatResponse>;
|
|
5
5
|
updateInstillChat(props: UpdateInstillChatRequest): Promise<CreateInstillChatResponse>;
|
|
@@ -7,13 +7,12 @@ export declare class ChatClient extends APIResource {
|
|
|
7
7
|
listInstillChats(props: ListInstillChatsRequest): Promise<ListInstillChatsResponse>;
|
|
8
8
|
deleteInstillChat(props: DeleteInstillChatRequest): Promise<void>;
|
|
9
9
|
getInstillChat(props: GetInstillChatRequest): Promise<CreateInstillChatResponse>;
|
|
10
|
-
postInstillChatMessage({ namespaceId, chatUid, message, objectUids, enableWebSearch,
|
|
10
|
+
postInstillChatMessage({ namespaceId, chatUid, message, objectUids, enableWebSearch, tableUids, }: PostInstillChatMessageRequest): Promise<PostInstillChatMessageResponse>;
|
|
11
11
|
postCreateTableFLowChatMessage({ namespaceId, tableUid, message, }: PostCreateTableFlowChatMessageRequest): Promise<PostCreateTableFlowChatMessageResponse>;
|
|
12
12
|
listPaginatedInstillChatMessages(props: ListPaginatedInstillChatMessagesRequest): Promise<ListPaginatedInstillChatMessagesResponse>;
|
|
13
13
|
listInstillChatMessages(props: ListInstillChatMessagesRequest): Promise<ListInstillChatMessagesResponse>;
|
|
14
14
|
listPaginatedCreateTableFLowChatMessages(props: ListPaginatedCreateTableFlowChatMessagesRequest): Promise<ListPaginatedCreateTableFlowChatMessagesResponse>;
|
|
15
15
|
listCreateTableFLowChatMessages(props: ListCreateTableFlowChatMessagesRequest): Promise<ListCreateTableFlowChatMessagesResponse>;
|
|
16
16
|
listNamespaceChatTables(props: ListNamespaceChatTablesRequest): Promise<ListNamespaceChatTablesResponse>;
|
|
17
|
-
listNamespaceChatAvailableContexts(props: ListNamespaceChatAvailableContextsRequest): Promise<ListNamespaceChatAvailableContextsResponse>;
|
|
18
17
|
}
|
|
19
18
|
//# sourceMappingURL=ChatClient.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ChatClient.d.ts","sourceRoot":"","sources":["../../src/chat/ChatClient.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAC/C,OAAO,EACL,wBAAwB,EACxB,yBAAyB,EACzB,wBAAwB,EACxB,uBAAuB,EACvB,wBAAwB,EACxB,gCAAgC,EAChC,iCAAiC,EAEjC,6BAA6B,EAC7B,8BAA8B,EAC9B,uCAAuC,EACvC,wCAAwC,EACxC,8BAA8B,EAE9B,+BAA+B,EAC/B,qBAAqB,EAErB,8BAA8B,EAC9B,+BAA+B,EAC/B,wBAAwB,EACxB,qCAAqC,EACrC,sCAAsC,EACtC,+CAA+C,EAC/C,gDAAgD,EAChD,sCAAsC,EACtC,uCAAuC,
|
|
1
|
+
{"version":3,"file":"ChatClient.d.ts","sourceRoot":"","sources":["../../src/chat/ChatClient.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAC/C,OAAO,EACL,wBAAwB,EACxB,yBAAyB,EACzB,wBAAwB,EACxB,uBAAuB,EACvB,wBAAwB,EACxB,gCAAgC,EAChC,iCAAiC,EAEjC,6BAA6B,EAC7B,8BAA8B,EAC9B,uCAAuC,EACvC,wCAAwC,EACxC,8BAA8B,EAE9B,+BAA+B,EAC/B,qBAAqB,EAErB,8BAA8B,EAC9B,+BAA+B,EAC/B,wBAAwB,EACxB,qCAAqC,EACrC,sCAAsC,EACtC,+CAA+C,EAC/C,gDAAgD,EAChD,sCAAsC,EACtC,uCAAuC,EACxC,MAAM,SAAS,CAAC;AAEjB,qBAAa,UAAW,SAAQ,WAAW;IACnC,iBAAiB,CAAC,KAAK,EAAE,wBAAwB;IAiBjD,iBAAiB,CAAC,KAAK,EAAE,wBAAwB;IAiBjD,yBAAyB,CAAC,KAAK,EAAE,gCAAgC;IAmBjE,gBAAgB,CAAC,KAAK,EAAE,uBAAuB;IAuC/C,iBAAiB,CAAC,KAAK,EAAE,wBAAwB;IAYjD,cAAc,CAAC,KAAK,EAAE,qBAAqB;IAc3C,sBAAsB,CAAC,EAC3B,WAAW,EACX,OAAO,EACP,OAAO,EACP,UAAU,EACV,eAAuB,EACvB,SAAS,GACV,EAAE,6BAA6B;IA0B1B,8BAA8B,CAAC,EACnC,WAAW,EACX,QAAQ,EACR,OAAO,GACR,EAAE,qCAAqC;IAsBlC,gCAAgC,CACpC,KAAK,EAAE,uCAAuC;IAsB1C,uBAAuB,CAAC,KAAK,EAAE,8BAA8B;IA0C7D,wCAAwC,CAC5C,KAAK,EAAE,+CAA+C;IAsBlD,+BAA+B,CACnC,KAAK,EAAE,sCAAsC;IA2CzC,uBAAuB,CAAC,KAAK,EAAE,8BAA8B;CAapE"}
|
package/dist/chat/types.d.ts
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { FileType } from "../catalog";
|
|
2
1
|
import { Table } from "../table";
|
|
3
|
-
import { Citation, InstillChatMessageContext,
|
|
2
|
+
import { Citation, InstillChatMessageContext, Nullable } from "../types";
|
|
4
3
|
export type ChatAgentConfig = {
|
|
5
4
|
instructions: string;
|
|
6
5
|
connections: Record<string, string>;
|
|
@@ -47,7 +46,6 @@ export declare const InstillChatTypeEnum: {
|
|
|
47
46
|
readonly ReplanTriggered: "CHAT_REPLAN_TRIGGERED";
|
|
48
47
|
readonly ErrorUpdated: "CHAT_ERROR_UPDATED";
|
|
49
48
|
readonly CitationListUpdated: "CHAT_CITATION_LIST_UPDATED";
|
|
50
|
-
readonly ChatAttachmentsUpdated: "CHAT_ATTACHMENTS_UPDATED";
|
|
51
49
|
readonly TableCreated: "CHAT_TABLE_CREATED";
|
|
52
50
|
};
|
|
53
51
|
export type InstillChatEventType = (typeof InstillChatTypeEnum)[keyof typeof InstillChatTypeEnum];
|
|
@@ -109,12 +107,10 @@ export type InstillChatEventEnd = {
|
|
|
109
107
|
event: typeof InstillChatTypeEnum.Ended;
|
|
110
108
|
data: InstillChatEventCommonData;
|
|
111
109
|
};
|
|
112
|
-
export type
|
|
113
|
-
event: typeof InstillChatTypeEnum.
|
|
110
|
+
export type InstillChatEventCitationList = {
|
|
111
|
+
event: typeof InstillChatTypeEnum.CitationListUpdated;
|
|
114
112
|
data: InstillChatEventCommonData & {
|
|
115
|
-
|
|
116
|
-
fileAttachments: InstillChatMessageFileAttachment[];
|
|
117
|
-
};
|
|
113
|
+
citations: Citation[];
|
|
118
114
|
};
|
|
119
115
|
};
|
|
120
116
|
export type InstillChatEventTableCreated = {
|
|
@@ -123,13 +119,7 @@ export type InstillChatEventTableCreated = {
|
|
|
123
119
|
tableUID: string;
|
|
124
120
|
};
|
|
125
121
|
};
|
|
126
|
-
export type
|
|
127
|
-
event: typeof InstillChatTypeEnum.CitationListUpdated;
|
|
128
|
-
data: InstillChatEventCommonData & {
|
|
129
|
-
citations: Citation[];
|
|
130
|
-
};
|
|
131
|
-
};
|
|
132
|
-
export type InstillChatEvent = InstillChatEventStatus | InstillChatEventOutput | InstillChatEventName | InstillChatEventDebug | InstillChatEventReplan | InstillChatEventError | InstillChatEventStart | InstillChatEventEnd | InstillChatEventCitationList | InstillChatEventTableCreated | InstillChatEventAttachments;
|
|
122
|
+
export type InstillChatEvent = InstillChatEventStatus | InstillChatEventOutput | InstillChatEventName | InstillChatEventDebug | InstillChatEventReplan | InstillChatEventError | InstillChatEventStart | InstillChatEventEnd | InstillChatEventCitationList | InstillChatEventTableCreated;
|
|
133
123
|
export type InstillChatFeed = InstillChatMessage[];
|
|
134
124
|
export type ListPaginatedInstillChatsRequest = {
|
|
135
125
|
namespaceId: string;
|
|
@@ -156,9 +146,7 @@ export type PostInstillChatMessageRequest = {
|
|
|
156
146
|
message: string;
|
|
157
147
|
objectUids?: string[];
|
|
158
148
|
enableWebSearch?: boolean;
|
|
159
|
-
|
|
160
|
-
folders: InstillChatMessageContextFolder[];
|
|
161
|
-
catalogs: InstillChatMessageContextCatalog[];
|
|
149
|
+
tableUids: string[];
|
|
162
150
|
};
|
|
163
151
|
export type PostCreateTableFlowChatMessageRequest = {
|
|
164
152
|
namespaceId: string;
|
|
@@ -207,13 +195,6 @@ declare enum InstillChatMessageTypeEnum {
|
|
|
207
195
|
ShowTable = "MESSAGE_TYPE_SHOW_TABLE"
|
|
208
196
|
}
|
|
209
197
|
export type InstillChatMessageType = `${InstillChatMessageTypeEnum}`;
|
|
210
|
-
export type InstillChatMessageFileAttachment = {
|
|
211
|
-
fileName: string;
|
|
212
|
-
fileSize: string;
|
|
213
|
-
contentType: string;
|
|
214
|
-
fileExtension: FileType;
|
|
215
|
-
downloadUrl: string;
|
|
216
|
-
};
|
|
217
198
|
export type InstillChatMessage = {
|
|
218
199
|
uid: string;
|
|
219
200
|
chatUid: string;
|
|
@@ -225,9 +206,6 @@ export type InstillChatMessage = {
|
|
|
225
206
|
msgSenderUid: string;
|
|
226
207
|
citations: Citation[];
|
|
227
208
|
context: InstillChatMessageContext;
|
|
228
|
-
attachments: {
|
|
229
|
-
fileAttachments: InstillChatMessageFileAttachment[];
|
|
230
|
-
};
|
|
231
209
|
};
|
|
232
210
|
export type ListNamespaceChatTablesRequest = {
|
|
233
211
|
namespaceId: string;
|
|
@@ -236,35 +214,5 @@ export type ListNamespaceChatTablesRequest = {
|
|
|
236
214
|
export type ListNamespaceChatTablesResponse = {
|
|
237
215
|
tables: Table[];
|
|
238
216
|
};
|
|
239
|
-
export type ListNamespaceChatAvailableContextsRequest = {
|
|
240
|
-
namespaceId: string;
|
|
241
|
-
};
|
|
242
|
-
export type NamespaceChatAvailableContextsFileOption = {
|
|
243
|
-
fileUid: string;
|
|
244
|
-
name: string;
|
|
245
|
-
type: FileType;
|
|
246
|
-
summary: string;
|
|
247
|
-
};
|
|
248
|
-
export type NamespaceChatAvailableContextsOption = {
|
|
249
|
-
description: string;
|
|
250
|
-
fileOptions: NamespaceChatAvailableContextsFileOption[];
|
|
251
|
-
};
|
|
252
|
-
export type NamespaceChatAvailableContextsFolderOption = NamespaceChatAvailableContextsOption & {
|
|
253
|
-
folderUid: string;
|
|
254
|
-
name: string;
|
|
255
|
-
};
|
|
256
|
-
export type NamespaceChatAvailableContextsTableOption = NamespaceChatAvailableContextsOption & {
|
|
257
|
-
tableUid: string;
|
|
258
|
-
title: string;
|
|
259
|
-
};
|
|
260
|
-
export type NamespaceChatAvailableContextsCatalogOption = NamespaceChatAvailableContextsOption & {
|
|
261
|
-
catalogUid: string;
|
|
262
|
-
catalogId: string;
|
|
263
|
-
};
|
|
264
|
-
export type ListNamespaceChatAvailableContextsResponse = {
|
|
265
|
-
folderOptions: NamespaceChatAvailableContextsFolderOption[];
|
|
266
|
-
tableOptions: NamespaceChatAvailableContextsTableOption[];
|
|
267
|
-
catalogOptions: NamespaceChatAvailableContextsCatalogOption[];
|
|
268
|
-
};
|
|
269
217
|
export {};
|
|
270
218
|
//# sourceMappingURL=types.d.ts.map
|
package/dist/chat/types.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/chat/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/chat/types.ts"],"names":[],"mappings":"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"}
|
|
@@ -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
|
-
uid: string;
|
|
83
|
-
id: string;
|
|
84
82
|
title: string;
|
|
85
83
|
description: string;
|
|
86
|
-
|
|
84
|
+
uid: string;
|
|
85
|
+
id: string;
|
|
87
86
|
icon: string;
|
|
88
87
|
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
|
-
uid: string;
|
|
101
|
-
id: string;
|
|
102
100
|
title: string;
|
|
103
101
|
description: string;
|
|
104
|
-
|
|
102
|
+
uid: string;
|
|
103
|
+
id: string;
|
|
105
104
|
icon: string;
|
|
106
105
|
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
|
-
uid: string;
|
|
178
|
-
id: string;
|
|
179
177
|
title: string;
|
|
180
178
|
description: string;
|
|
181
|
-
|
|
179
|
+
uid: string;
|
|
180
|
+
id: string;
|
|
182
181
|
icon: string;
|
|
183
182
|
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
|
-
uid: string;
|
|
196
|
-
id: string;
|
|
197
195
|
title: string;
|
|
198
196
|
description: string;
|
|
199
|
-
|
|
197
|
+
uid: string;
|
|
198
|
+
id: string;
|
|
200
199
|
icon: string;
|
|
201
200
|
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
|
-
uid: string;
|
|
220
|
-
id: string;
|
|
221
219
|
title: string;
|
|
222
220
|
description: string;
|
|
223
|
-
|
|
221
|
+
uid: string;
|
|
222
|
+
id: string;
|
|
224
223
|
icon: string;
|
|
225
224
|
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
|
-
uid: string;
|
|
242
|
-
id: string;
|
|
243
241
|
title: string;
|
|
244
242
|
description: string;
|
|
245
|
-
|
|
243
|
+
uid: string;
|
|
244
|
+
id: string;
|
|
246
245
|
icon: string;
|
|
247
246
|
vendor: string;
|
|
247
|
+
view: "VIEW_FULL" | "VIEW_BASIC";
|
|
248
248
|
helpLink: {
|
|
249
249
|
text: string;
|
|
250
250
|
url: string;
|