@consciousclouds/admin-sdk 0.1.6 → 0.1.7
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.
|
@@ -685,7 +685,7 @@ export interface ToolList {
|
|
|
685
685
|
count: number;
|
|
686
686
|
}
|
|
687
687
|
/**
|
|
688
|
-
* The body of GET /admin/traces/{turnKey} — one Turn Trace in full: the envelope and every span the conductor assembled for the turn (observability-contract), plus the derived one-line summary. Spans record the decision PATH — ids, scores, routes, counts — never raw bodies or secrets; a missing expected span marks the whole trace incomplete rather than hiding the gap.
|
|
688
|
+
* The body of GET /admin/traces/{turnKey} — one Turn Trace in full: the turn envelope and every span the conductor assembled for the turn (observability-contract), plus the derived one-line summary. Spans record the decision PATH — ids, scores, routes, counts — never raw bodies or secrets; a missing expected span marks the whole trace incomplete rather than hiding the gap.
|
|
689
689
|
*/
|
|
690
690
|
export interface TraceDetail {
|
|
691
691
|
summary: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@consciousclouds/admin-sdk",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.7",
|
|
4
4
|
"description": "ConsciousClouds Universal Admin SDK \u2014 the thin, policy-free client for the Operator Gateway's governance reads: Projects/enrollment, Personalities and their governed records, effective authority envelopes, and Operative Type rosters. Types + HTTP wrappers only; every authorization decision belongs to the Operator Gateway and the Control Plane.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"type": "module",
|