@avallon-labs/sdk 22.3.0 → 23.0.0-staging.496

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
@@ -4614,7 +4614,7 @@ interface VoiceAgentPlaceholders {
4614
4614
  */
4615
4615
  interface VoiceAgentPrompt {
4616
4616
  prompt?: string;
4617
- greeting?: string;
4617
+ greeting?: string | null;
4618
4618
  }
4619
4619
 
4620
4620
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@avallon-labs/sdk",
3
- "version": "22.3.0",
3
+ "version": "23.0.0-staging.496",
4
4
  "description": "Avallon API SDK - generated from OpenAPI",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",