@flashbacktech/tsclient 0.4.68 → 0.4.69

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/index.d.cts CHANGED
@@ -971,7 +971,7 @@ interface ChatScope {
971
971
  /** @deprecated Use `projectId`. Carried only to ease the cutover. */
972
972
  workspaceId?: string;
973
973
  }
974
- type ChatSessionSource = 'adhoc' | 'template';
974
+ type ChatSessionSource = 'adhoc' | 'template' | 'mcp';
975
975
  type ChatMessageRole = 'user' | 'assistant' | 'system';
976
976
  /**
977
977
  * Status of a single chat turn (agent_chat_turns.status). The first four are
package/dist/index.d.ts CHANGED
@@ -971,7 +971,7 @@ interface ChatScope {
971
971
  /** @deprecated Use `projectId`. Carried only to ease the cutover. */
972
972
  workspaceId?: string;
973
973
  }
974
- type ChatSessionSource = 'adhoc' | 'template';
974
+ type ChatSessionSource = 'adhoc' | 'template' | 'mcp';
975
975
  type ChatMessageRole = 'user' | 'assistant' | 'system';
976
976
  /**
977
977
  * Status of a single chat turn (agent_chat_turns.status). The first four are
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flashbacktech/tsclient",
3
- "version": "0.4.68",
3
+ "version": "0.4.69",
4
4
  "description": "TypeScript client for the cloud-agent platform API.",
5
5
  "type": "module",
6
6
  "sideEffects": false,