@treeseed/sdk 0.13.0-rc.70 → 0.13.0-rc.72
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/.treeseed-build-complete.json +1 -1
- package/dist/content/validation/content-model-schemas.d.ts +1 -1
- package/dist/deployment/hosted-topology.d.ts +826 -0
- package/dist/deployment/hosted-topology.js +246 -0
- package/dist/deployment/index.d.ts +1 -0
- package/dist/deployment/index.js +1 -0
- package/dist/operator-contracts/canonical-command-tree.js +10 -0
- package/dist/operator-contracts/catalog/communication-operations.d.ts +1 -1
- package/dist/operator-contracts/catalog/hosted-topology-operations.d.ts +168 -0
- package/dist/operator-contracts/catalog/hosted-topology-operations.js +77 -0
- package/dist/operator-contracts/communication/contracts.d.ts +2 -2
- package/dist/operator-contracts/control-plane-operations.d.ts +171 -1
- package/dist/operator-contracts/control-plane-operations.js +3 -4
- package/dist/secrets-capability/service-provider-contracts.js +10 -9
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"completedAt":"2026-09-
|
|
1
|
+
{"completedAt":"2026-09-02T02:59:22.984Z"}
|
|
@@ -21917,7 +21917,7 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
21917
21917
|
}>;
|
|
21918
21918
|
/** A JSON-safe description derived directly from the canonical validation schema. */
|
|
21919
21919
|
export declare function describeContentFrontmatterContract(model: PortableContentModel): {
|
|
21920
|
-
model: "knowledge" | "
|
|
21920
|
+
model: "knowledge" | "decision" | "agent" | "objective" | "workday" | "proposal" | "question" | "group" | "discussion" | "page" | "person" | "note" | "book" | "discussion_message" | "discussion_event" | "group_edge" | "agent_context_query" | "agent_context_query_set" | "agent_instruction_template" | "discussion_topic" | "assignment_plan" | "assignment_status" | "assignment_summary" | "agent_evaluation" | "agent_test" | "template_product";
|
|
21921
21921
|
fields: {
|
|
21922
21922
|
[k: string]: Record<string, unknown>;
|
|
21923
21923
|
};
|