@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.
@@ -1 +1 @@
1
- {"completedAt":"2026-09-01T21:09:39.160Z"}
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" | "agent" | "decision" | "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";
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
  };