ttc-ai-chat-sdk 1.9.6-dev → 1.9.7-dev

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -351,7 +351,7 @@ export interface AssistantAPI {
351
351
  * @returns Promise with assistant details
352
352
  */
353
353
  fetch(query: Partial<{
354
- id: string;
354
+ assistantId: string;
355
355
  cuid: string;
356
356
  }>): Promise<rpcResponseType<{
357
357
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ttc-ai-chat-sdk",
3
- "version": "1.9.6-dev",
3
+ "version": "1.9.7-dev",
4
4
  "description": "TypeScript client sdk for TTC AI services with decorators and schema validation.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",