@fabricorg/experiments-api-client 0.1.9 → 0.1.10
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/dist/index.d.cts +3 -3
- package/dist/index.d.ts +3 -3
- package/package.json +2 -2
package/dist/index.d.cts
CHANGED
|
@@ -1414,7 +1414,7 @@ declare class ApiClient {
|
|
|
1414
1414
|
updatedAt: string;
|
|
1415
1415
|
suite: string;
|
|
1416
1416
|
durationMs: number;
|
|
1417
|
-
source: "bdd" | "live-suite" | "junit" | "cli" | "other" | "eval-run";
|
|
1417
|
+
source: "bdd" | "live-suite" | "junit" | "cli" | "other" | "eval-run" | "databricks-mlflow";
|
|
1418
1418
|
summary: {
|
|
1419
1419
|
passed: number;
|
|
1420
1420
|
failed: number;
|
|
@@ -1443,7 +1443,7 @@ declare class ApiClient {
|
|
|
1443
1443
|
updatedAt: string;
|
|
1444
1444
|
suite: string;
|
|
1445
1445
|
durationMs: number;
|
|
1446
|
-
source: "bdd" | "live-suite" | "junit" | "cli" | "other" | "eval-run";
|
|
1446
|
+
source: "bdd" | "live-suite" | "junit" | "cli" | "other" | "eval-run" | "databricks-mlflow";
|
|
1447
1447
|
summary: {
|
|
1448
1448
|
passed: number;
|
|
1449
1449
|
failed: number;
|
|
@@ -1483,7 +1483,7 @@ declare class ApiClient {
|
|
|
1483
1483
|
updatedAt: string;
|
|
1484
1484
|
suite: string;
|
|
1485
1485
|
durationMs: number;
|
|
1486
|
-
source: "bdd" | "live-suite" | "junit" | "cli" | "other" | "eval-run";
|
|
1486
|
+
source: "bdd" | "live-suite" | "junit" | "cli" | "other" | "eval-run" | "databricks-mlflow";
|
|
1487
1487
|
summary: {
|
|
1488
1488
|
passed: number;
|
|
1489
1489
|
failed: number;
|
package/dist/index.d.ts
CHANGED
|
@@ -1414,7 +1414,7 @@ declare class ApiClient {
|
|
|
1414
1414
|
updatedAt: string;
|
|
1415
1415
|
suite: string;
|
|
1416
1416
|
durationMs: number;
|
|
1417
|
-
source: "bdd" | "live-suite" | "junit" | "cli" | "other" | "eval-run";
|
|
1417
|
+
source: "bdd" | "live-suite" | "junit" | "cli" | "other" | "eval-run" | "databricks-mlflow";
|
|
1418
1418
|
summary: {
|
|
1419
1419
|
passed: number;
|
|
1420
1420
|
failed: number;
|
|
@@ -1443,7 +1443,7 @@ declare class ApiClient {
|
|
|
1443
1443
|
updatedAt: string;
|
|
1444
1444
|
suite: string;
|
|
1445
1445
|
durationMs: number;
|
|
1446
|
-
source: "bdd" | "live-suite" | "junit" | "cli" | "other" | "eval-run";
|
|
1446
|
+
source: "bdd" | "live-suite" | "junit" | "cli" | "other" | "eval-run" | "databricks-mlflow";
|
|
1447
1447
|
summary: {
|
|
1448
1448
|
passed: number;
|
|
1449
1449
|
failed: number;
|
|
@@ -1483,7 +1483,7 @@ declare class ApiClient {
|
|
|
1483
1483
|
updatedAt: string;
|
|
1484
1484
|
suite: string;
|
|
1485
1485
|
durationMs: number;
|
|
1486
|
-
source: "bdd" | "live-suite" | "junit" | "cli" | "other" | "eval-run";
|
|
1486
|
+
source: "bdd" | "live-suite" | "junit" | "cli" | "other" | "eval-run" | "databricks-mlflow";
|
|
1487
1487
|
summary: {
|
|
1488
1488
|
passed: number;
|
|
1489
1489
|
failed: number;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fabricorg/experiments-api-client",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.10",
|
|
4
4
|
"description": "Typed RPC client for the hosted Fabric Experiments API.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"clean": "rm -rf dist"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@fabricorg/experiments-api-protocol": "^0.
|
|
31
|
+
"@fabricorg/experiments-api-protocol": "^0.2.0"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"tsup": "^8.3.5",
|