@avallon-labs/sdk 10.0.0 → 10.1.0-staging.278

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 +4 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -2100,6 +2100,10 @@ type GetCallAnalyticsParams = {
2100
2100
  from: string;
2101
2101
  to: string;
2102
2102
  timezone?: string;
2103
+ /**
2104
+ * Comma-separated list of agent UUIDs to filter by
2105
+ */
2106
+ agent_ids?: string;
2103
2107
  };
2104
2108
 
2105
2109
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@avallon-labs/sdk",
3
- "version": "10.0.0",
3
+ "version": "10.1.0-staging.278",
4
4
  "description": "Avallon API SDK - generated from OpenAPI",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",