@proofhound/api-client 0.1.12 → 0.1.13

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.
@@ -22,6 +22,8 @@ export declare const runResultClient: {
22
22
  role: "text" | "metadata" | "image" | "image_url" | "image_base64" | "expected_output";
23
23
  value: unknown;
24
24
  }[];
25
+ inputPreview: string | null;
26
+ outputPreview: string | null;
25
27
  inputVariables: unknown;
26
28
  rawResponse: string | null;
27
29
  parsedOutput: unknown;
@@ -101,6 +103,8 @@ export declare const runResultClient: {
101
103
  role: "text" | "metadata" | "image" | "image_url" | "image_base64" | "expected_output";
102
104
  value: unknown;
103
105
  }[];
106
+ inputPreview: string | null;
107
+ outputPreview: string | null;
104
108
  errorClass: string | null;
105
109
  errorMessage: string | null;
106
110
  latencyMs: number | null;
@@ -1 +1 @@
1
- {"version":3,"file":"run-result.d.ts","sourceRoot":"","sources":["../src/run-result.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,4BAA4B,EAG5B,qBAAqB,EAEtB,MAAM,oBAAoB,CAAC;AAiC5B,eAAO,MAAM,eAAe;mCACK,MAAM,gBAAgB,MAAM,SAAS,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gCAI7D,MAAM,SAAS,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAItD,MAAM,gBAAgB,MAAM,eAAe,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAEnE,CAAC"}
1
+ {"version":3,"file":"run-result.d.ts","sourceRoot":"","sources":["../src/run-result.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,4BAA4B,EAG5B,qBAAqB,EAEtB,MAAM,oBAAoB,CAAC;AAiC5B,eAAO,MAAM,eAAe;mCACK,MAAM,gBAAgB,MAAM,SAAS,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gCAI7D,MAAM,SAAS,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAItD,MAAM,gBAAgB,MAAM,eAAe,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAEnE,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@proofhound/api-client",
3
- "version": "0.1.12",
3
+ "version": "0.1.13",
4
4
  "description": "Frontend C1 layer: HTTP client, split by resource",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -11,7 +11,7 @@
11
11
  "dependencies": {
12
12
  "axios": "^1.16.1",
13
13
  "zod": "^4.4.3",
14
- "@proofhound/shared": "0.1.12"
14
+ "@proofhound/shared": "0.1.13"
15
15
  },
16
16
  "devDependencies": {
17
17
  "@types/node": "^24.12.4",