ttc-ai-chat-sdk 1.9.9-dev → 1.10.1-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 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -146,6 +146,7 @@ export interface ModelInput {
146
146
  export interface ClientModel {
147
147
  addModel(input: ModelInput): Promise<rpcResponseType<any>>;
148
148
  fetchModels(): Promise<rpcResponseType<{
149
+ id: string;
149
150
  name: string;
150
151
  options: {};
151
152
  provider: "openai" | "anthropic" | "deepseek" | "gemini" | "elevenlabs" | "assemblyai" | "grok" | "gemini_tts";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ttc-ai-chat-sdk",
3
- "version": "1.9.9-dev",
3
+ "version": "1.10.1-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",