@avallon-labs/sdk 16.0.0 → 16.1.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
@@ -2114,6 +2114,8 @@ type WebhookScope = {
2114
2114
  call_agent_id: string;
2115
2115
  } | {
2116
2116
  inbox_id: string;
2117
+ } | {
2118
+ worker_id: string;
2117
2119
  };
2118
2120
 
2119
2121
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@avallon-labs/sdk",
3
- "version": "16.0.0",
3
+ "version": "16.1.0",
4
4
  "description": "Avallon API SDK - generated from OpenAPI",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",