@vellumai/plugin-api 0.10.0-dev.202606221828.5af1324 → 0.10.0-dev.202606222147.354e06a

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.
Files changed (2) hide show
  1. package/index.d.ts +3 -5
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -1557,11 +1557,9 @@ declare interface GuardianDecisionAction {
1557
1557
  }
1558
1558
 
1559
1559
  /**
1560
- * Shared types for the guardian decision primitive.
1561
- *
1562
- * All decision entrypoints (callback buttons, conversational engine, legacy
1563
- * parser, requester self-cancel) use these types to route through the
1564
- * unified `applyGuardianDecision` primitive.
1560
+ * Shared types and render helpers for guardian decision prompts: the prompt
1561
+ * model shown to guardians, the canonical action constants, and the
1562
+ * legend/fallback builders used to present them on rich and plain-text channels.
1565
1563
  */
1566
1564
  /** Structured model for prompts shown to guardians. */
1567
1565
  declare interface GuardianDecisionPrompt {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vellumai/plugin-api",
3
- "version": "0.10.0-dev.202606221828.5af1324",
3
+ "version": "0.10.0-dev.202606222147.354e06a",
4
4
  "description": "Public TypeScript authoring contract for Vellum assistant plugins.",
5
5
  "license": "MIT",
6
6
  "type": "module",