@vellumai/plugin-api 0.10.8-dev.202607141535.d82d641 → 0.10.8-dev.202607141817.ebca77a

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
@@ -245,15 +245,15 @@ declare const AssistantActivityStateEventSchema: z.ZodObject<{
245
245
  reason: z.ZodEnum<{
246
246
  thinking_delta: "thinking_delta";
247
247
  generation_cancelled: "generation_cancelled";
248
+ tool_use_start: "tool_use_start";
249
+ message_complete: "message_complete";
248
250
  message_dequeued: "message_dequeued";
249
251
  first_text_delta: "first_text_delta";
250
- tool_use_start: "tool_use_start";
251
252
  preview_start: "preview_start";
252
253
  tool_result_received: "tool_result_received";
253
254
  confirmation_requested: "confirmation_requested";
254
255
  confirmation_resolved: "confirmation_resolved";
255
256
  context_compacting: "context_compacting";
256
- message_complete: "message_complete";
257
257
  error_terminal: "error_terminal";
258
258
  }>;
259
259
  requestId: z.ZodOptional<z.ZodString>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vellumai/plugin-api",
3
- "version": "0.10.8-dev.202607141535.d82d641",
3
+ "version": "0.10.8-dev.202607141817.ebca77a",
4
4
  "description": "Public TypeScript authoring contract for Vellum assistant plugins.",
5
5
  "license": "MIT",
6
6
  "type": "module",