@toothfairyai/sdk 0.2.1 → 0.2.2

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/README.md +1 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -121,6 +121,7 @@ session.on('sse_event', (data) => {
121
121
  - `'data'`: Streaming response text chunks
122
122
  - `'complete'`: Final response with metadata
123
123
  - `'error'`: Error events
124
+ - `'chat_created'`: Chat creation events with chat ID
124
125
  - `'sse_event'`: All raw SSE events (when `showProgress=true`)
125
126
 
126
127
  **When to use `showProgress`:**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toothfairyai/sdk",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "JavaScript/TypeScript SDK for ToothFairyAI API integration",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",