@stndrds/schema 1.0.0-alpha.211 → 1.0.0-alpha.213

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.mts CHANGED
@@ -2166,6 +2166,8 @@ interface AgentToolCall {
2166
2166
  result?: unknown;
2167
2167
  error?: string;
2168
2168
  durationMs?: number;
2169
+ /** Set by StreamEventAccumulator.reconcile() when the tool call was cut off before completing. */
2170
+ errorCode?: ToolPartErrorCode;
2169
2171
  }
2170
2172
  interface RecordAgentEvent {
2171
2173
  type: AgentTriggerType;
package/dist/index.d.ts CHANGED
@@ -2166,6 +2166,8 @@ interface AgentToolCall {
2166
2166
  result?: unknown;
2167
2167
  error?: string;
2168
2168
  durationMs?: number;
2169
+ /** Set by StreamEventAccumulator.reconcile() when the tool call was cut off before completing. */
2170
+ errorCode?: ToolPartErrorCode;
2169
2171
  }
2170
2172
  interface RecordAgentEvent {
2171
2173
  type: AgentTriggerType;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stndrds/schema",
3
- "version": "1.0.0-alpha.211",
3
+ "version": "1.0.0-alpha.213",
4
4
  "description": "Standard schema definitions and utilities",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -120,7 +120,7 @@
120
120
  "@standard-schema/spec": "^1.1.0",
121
121
  "libphonenumber-js": "^1.12.31",
122
122
  "zod": "^4.2.1",
123
- "@stndrds/constants": "1.0.0-alpha.211"
123
+ "@stndrds/constants": "1.0.0-alpha.213"
124
124
  },
125
125
  "devDependencies": {
126
126
  "@types/node": "^25.0.3",