@avallon-labs/sdk 3.5.0 → 3.6.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 +1 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -787,6 +787,7 @@ interface CallDetail {
787
787
  type CallEvaluationMetricsItem = {
788
788
  slug: string;
789
789
  name: string;
790
+ block_name: string;
790
791
  question: string;
791
792
  pass: boolean | null;
792
793
  score: number | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@avallon-labs/sdk",
3
- "version": "3.5.0",
3
+ "version": "3.6.0",
4
4
  "description": "Avallon API SDK - generated from OpenAPI",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",