@handlebar/governance-schema 0.0.6-dev.3 → 0.0.6-dev.4
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.ts +1 -0
- package/dist/index.js +4 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export * from "./audit/events";
|
|
2
2
|
export * from "./audit/events.base";
|
|
3
3
|
export * from "./audit/events.llm";
|
|
4
|
+
export * from "./audit/run-metrics";
|
|
4
5
|
export * from "./audit/governance-actions";
|
|
5
6
|
export type { EndUserConfig, EndUserGroupConfig } from "./enduser.types";
|
|
6
7
|
export * from "./rules/action.types";
|
package/dist/index.js
CHANGED
|
@@ -12800,11 +12800,14 @@ export {
|
|
|
12800
12800
|
MessageRoleSchema,
|
|
12801
12801
|
MessageKindSchema,
|
|
12802
12802
|
MessageEventSchema,
|
|
12803
|
+
InbuiltAgentMetricKind,
|
|
12803
12804
|
HitlMetaSchema,
|
|
12804
12805
|
GovernanceDecisionSchema,
|
|
12805
12806
|
ErrorEventSchema,
|
|
12807
|
+
CustomAgentMetricKind,
|
|
12806
12808
|
AuditEventSchema,
|
|
12807
12809
|
AuditEnvelopeSchema,
|
|
12808
|
-
AppliedActionSchema
|
|
12810
|
+
AppliedActionSchema,
|
|
12811
|
+
AgentMetrics
|
|
12809
12812
|
};
|
|
12810
12813
|
// 🚲
|