@arizeai/phoenix-client 5.8.1 → 5.8.2

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arizeai/phoenix-client",
3
- "version": "5.8.1",
3
+ "version": "5.8.2",
4
4
  "description": "A client for the Phoenix API",
5
5
  "main": "dist/src/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -79,13 +79,13 @@
79
79
  },
80
80
  "dependencies": {
81
81
  "@arizeai/openinference-semantic-conventions": "^1.1.0",
82
- "@arizeai/openinference-vercel": "^2.3.1",
82
+ "@arizeai/openinference-vercel": "^2.7.0",
83
83
  "async": "^3.2.6",
84
84
  "openapi-fetch": "^0.12.5",
85
85
  "tiny-invariant": "^1.3.3",
86
86
  "zod": "^3.24.3",
87
87
  "zod-to-json-schema": "^3.24.3",
88
- "@arizeai/phoenix-otel": "0.4.0",
88
+ "@arizeai/phoenix-otel": "0.4.1",
89
89
  "@arizeai/phoenix-config": "0.1.0"
90
90
  },
91
91
  "engines": {
@@ -5383,6 +5383,8 @@ export interface operations {
5383
5383
  limit?: number;
5384
5384
  /** @description Include experiment projects in the response. Experiment projects are created from running experiments. */
5385
5385
  include_experiment_projects?: boolean;
5386
+ /** @description Include dataset evaluator projects in the response. Dataset evaluator projects are created when running experiments with persisted evaluators. */
5387
+ include_dataset_evaluator_projects?: boolean;
5386
5388
  };
5387
5389
  header?: never;
5388
5390
  path?: never;