instill-sdk 0.19.0-rc.24 → 0.19.0-rc.25

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.
@@ -191,11 +191,6 @@ export declare const OrganizationSchema: z.ZodObject<{
191
191
  } | undefined;
192
192
  }>>;
193
193
  }, "strip", z.ZodTypeAny, {
194
- name: string;
195
- uid: string;
196
- id: string;
197
- createTime: string;
198
- updateTime: string;
199
194
  owner: {
200
195
  name: string;
201
196
  uid: string;
@@ -215,6 +210,11 @@ export declare const OrganizationSchema: z.ZodObject<{
215
210
  } | undefined;
216
211
  } | undefined;
217
212
  };
213
+ name: string;
214
+ uid: string;
215
+ id: string;
216
+ createTime: string;
217
+ updateTime: string;
218
218
  profile?: {
219
219
  displayName?: string | undefined;
220
220
  bio?: string | undefined;
@@ -227,11 +227,6 @@ export declare const OrganizationSchema: z.ZodObject<{
227
227
  } | undefined;
228
228
  } | undefined;
229
229
  }, {
230
- name: string;
231
- uid: string;
232
- id: string;
233
- createTime: string;
234
- updateTime: string;
235
230
  owner: {
236
231
  name: string;
237
232
  uid: string;
@@ -251,6 +246,11 @@ export declare const OrganizationSchema: z.ZodObject<{
251
246
  } | undefined;
252
247
  } | undefined;
253
248
  };
249
+ name: string;
250
+ uid: string;
251
+ id: string;
252
+ createTime: string;
253
+ updateTime: string;
254
254
  profile?: {
255
255
  displayName?: string | undefined;
256
256
  bio?: string | undefined;
package/dist/index.js CHANGED
@@ -8402,7 +8402,8 @@ var ChatClient = class extends APIResource {
8402
8402
  objectUids,
8403
8403
  enableWebSearch = false,
8404
8404
  tableUids,
8405
- folders
8405
+ folders,
8406
+ catalogs
8406
8407
  }) {
8407
8408
  const additionalHeaders = getInstillAdditionalHeaders({
8408
8409
  stream: true
@@ -8417,7 +8418,8 @@ var ChatClient = class extends APIResource {
8417
8418
  enableWebSearch,
8418
8419
  context: {
8419
8420
  tableUids,
8420
- folders
8421
+ folders,
8422
+ catalogs
8421
8423
  }
8422
8424
  }),
8423
8425
  additionalHeaders,
package/dist/index.mjs CHANGED
@@ -8354,7 +8354,8 @@ var ChatClient = class extends APIResource {
8354
8354
  objectUids,
8355
8355
  enableWebSearch = false,
8356
8356
  tableUids,
8357
- folders
8357
+ folders,
8358
+ catalogs
8358
8359
  }) {
8359
8360
  const additionalHeaders = getInstillAdditionalHeaders({
8360
8361
  stream: true
@@ -8369,7 +8370,8 @@ var ChatClient = class extends APIResource {
8369
8370
  enableWebSearch,
8370
8371
  context: {
8371
8372
  tableUids,
8372
- folders
8373
+ folders,
8374
+ catalogs
8373
8375
  }
8374
8376
  }),
8375
8377
  additionalHeaders,