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