@xenosystem/agent-sdk 0.9.16 → 0.9.19

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
@@ -644,7 +644,7 @@ interface PolicyEnforcerConfig {
644
644
  };
645
645
  }
646
646
  type AgentSandbox = PolicyEnforcerConfig;
647
- declare const SDK_VERSION = "0.9.16";
647
+ declare const SDK_VERSION = "0.9.19";
648
648
  type AuditRiskLevel = "none" | "low" | "medium" | "high" | "critical";
649
649
  type AuditDecision = "allow" | "ask" | "deny";
650
650
  type AuditStatus = "ok" | "error";
package/dist/index.d.ts CHANGED
@@ -644,7 +644,7 @@ interface PolicyEnforcerConfig {
644
644
  };
645
645
  }
646
646
  type AgentSandbox = PolicyEnforcerConfig;
647
- declare const SDK_VERSION = "0.9.16";
647
+ declare const SDK_VERSION = "0.9.19";
648
648
  type AuditRiskLevel = "none" | "low" | "medium" | "high" | "critical";
649
649
  type AuditDecision = "allow" | "ask" | "deny";
650
650
  type AuditStatus = "ok" | "error";