@vellumai/plugin-api 0.10.7-dev.202607080954.70a8c0e → 0.10.7-dev.202607081046.662cc92

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 +1 -1
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -1254,8 +1254,8 @@ declare const DiskPressureStatusChangedEventSchema: z.ZodObject<{
1254
1254
  unknown: "unknown";
1255
1255
  disabled: "disabled";
1256
1256
  ok: "ok";
1257
- warning: "warning";
1258
1257
  critical: "critical";
1258
+ warning: "warning";
1259
1259
  }>;
1260
1260
  locked: z.ZodBoolean;
1261
1261
  acknowledged: z.ZodBoolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vellumai/plugin-api",
3
- "version": "0.10.7-dev.202607080954.70a8c0e",
3
+ "version": "0.10.7-dev.202607081046.662cc92",
4
4
  "description": "Public TypeScript authoring contract for Vellum assistant plugins.",
5
5
  "license": "MIT",
6
6
  "type": "module",