@atbash/sdk 0.3.10-dev.0 → 0.3.11

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 CHANGED
@@ -210,7 +210,7 @@ declare function verifyJudgeResponseSignature(bodyBytes: Uint8Array, signatureHe
210
210
  * Tracks: function call counts, latency, source (CLI/plugin/SDK),
211
211
  * and agent identity. Opt-in — no data sent unless enabled.
212
212
  */
213
- type ClientSource = "cli" | "sdk" | "plugin:openclaw" | "plugin:claude-hook" | "plugin:langchain" | "plugin:langgraph" | "plugin:hermes" | "plugin:eliza" | "plugin:crewai" | "plugin:mcp" | "plugin:autogen" | "plugin:jeenai" | (string & {});
213
+ type ClientSource = "cli" | "sdk" | "plugin:openclaw" | "plugin:langchain" | "plugin:langgraph" | "plugin:hermes" | "plugin:eliza" | "plugin:crewai" | "plugin:mcp" | "plugin:autogen" | "plugin:jeenai" | (string & {});
214
214
  interface TelemetryConfig {
215
215
  /** Must be true to send any telemetry. Default: false */
216
216
  enabled: boolean;
package/dist/index.d.ts CHANGED
@@ -210,7 +210,7 @@ declare function verifyJudgeResponseSignature(bodyBytes: Uint8Array, signatureHe
210
210
  * Tracks: function call counts, latency, source (CLI/plugin/SDK),
211
211
  * and agent identity. Opt-in — no data sent unless enabled.
212
212
  */
213
- type ClientSource = "cli" | "sdk" | "plugin:openclaw" | "plugin:claude-hook" | "plugin:langchain" | "plugin:langgraph" | "plugin:hermes" | "plugin:eliza" | "plugin:crewai" | "plugin:mcp" | "plugin:autogen" | "plugin:jeenai" | (string & {});
213
+ type ClientSource = "cli" | "sdk" | "plugin:openclaw" | "plugin:langchain" | "plugin:langgraph" | "plugin:hermes" | "plugin:eliza" | "plugin:crewai" | "plugin:mcp" | "plugin:autogen" | "plugin:jeenai" | (string & {});
214
214
  interface TelemetryConfig {
215
215
  /** Must be true to send any telemetry. Default: false */
216
216
  enabled: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atbash/sdk",
3
- "version": "0.3.10-dev.0",
3
+ "version": "0.3.11",
4
4
  "description": "Atbash SDK — control boundary before the last irreversible step in an agent workflow",
5
5
  "homepage": "https://atbash.ai",
6
6
  "author": "Atbash",