@vellumai/plugin-api 0.10.8-dev.202607131347.fa3874c → 0.10.8-dev.202607131633.d20b450

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 +2 -2
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -2956,8 +2956,8 @@ declare interface GuardianDecisionPrompt {
2956
2956
  conversationId: string;
2957
2957
  callSessionId: string | null;
2958
2958
  /**
2959
- * Canonical request kind (e.g. 'tool_approval', 'pending_question').
2960
- * Present when the prompt originates from the canonical guardian request
2959
+ * Guardian request kind (e.g. 'tool_approval', 'pending_question').
2960
+ * Present when the prompt originates from the guardian request
2961
2961
  * store. Absent for legacy-only prompts.
2962
2962
  */
2963
2963
  kind?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vellumai/plugin-api",
3
- "version": "0.10.8-dev.202607131347.fa3874c",
3
+ "version": "0.10.8-dev.202607131633.d20b450",
4
4
  "description": "Public TypeScript authoring contract for Vellum assistant plugins.",
5
5
  "license": "MIT",
6
6
  "type": "module",