@vellumai/plugin-api 0.10.3-dev.202606252335.0b45a57 → 0.10.3-dev.202606260318.2a238d5

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 -0
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -1491,6 +1491,8 @@ declare interface FormSurfaceData {
1491
1491
  back?: string;
1492
1492
  submit?: string;
1493
1493
  };
1494
+ /** Progress indicator style for multi-page forms: segment bar or labeled tabs. */
1495
+ progressStyle?: "bar" | "tabs";
1494
1496
  }
1495
1497
 
1496
1498
  /** Response to a generate_avatar request indicating success or failure. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vellumai/plugin-api",
3
- "version": "0.10.3-dev.202606252335.0b45a57",
3
+ "version": "0.10.3-dev.202606260318.2a238d5",
4
4
  "description": "Public TypeScript authoring contract for Vellum assistant plugins.",
5
5
  "license": "MIT",
6
6
  "type": "module",