instill-sdk 0.19.0-rc.14 → 0.19.0-rc.15
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 +1 -1
- package/dist/chat/ChatClient.d.ts.map +1 -1
- package/dist/chat/types.d.ts +2 -1
- 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 +72 -72
- package/dist/core/organization/types.d.ts +4 -4
- package/dist/index.js +6 -2
- package/dist/index.mjs +6 -2
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types.d.ts +21 -16
- 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 +1 -1
package/dist/index.mjs
CHANGED
|
@@ -8321,7 +8321,8 @@ var ChatClient = class extends APIResource {
|
|
|
8321
8321
|
message,
|
|
8322
8322
|
objectUids,
|
|
8323
8323
|
enableWebSearch = false,
|
|
8324
|
-
tableUids
|
|
8324
|
+
tableUids,
|
|
8325
|
+
folders
|
|
8325
8326
|
}) {
|
|
8326
8327
|
const additionalHeaders = getInstillAdditionalHeaders({
|
|
8327
8328
|
stream: true
|
|
@@ -8334,7 +8335,10 @@ var ChatClient = class extends APIResource {
|
|
|
8334
8335
|
message,
|
|
8335
8336
|
objectUids,
|
|
8336
8337
|
enableWebSearch,
|
|
8337
|
-
context: {
|
|
8338
|
+
context: {
|
|
8339
|
+
tableUids,
|
|
8340
|
+
folders
|
|
8341
|
+
}
|
|
8338
8342
|
}),
|
|
8339
8343
|
additionalHeaders,
|
|
8340
8344
|
stream: true
|