@avallon-labs/sdk 26.10.0 → 26.11.0

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 +2 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -1011,6 +1011,8 @@ interface ChatAgentPromptUpdated {
1011
1011
  interface ChatCreated {
1012
1012
  id: string;
1013
1013
  created_at: string;
1014
+ chat_token: string;
1015
+ chat_token_expires_in: number;
1014
1016
  }
1015
1017
 
1016
1018
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@avallon-labs/sdk",
3
- "version": "26.10.0",
3
+ "version": "26.11.0",
4
4
  "description": "Avallon API SDK - generated from OpenAPI",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",