@vellumai/plugin-api 0.10.8-dev.202607130516.157ae8a → 0.10.8-dev.202607130914.073396f

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 +0 -8
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -535,9 +535,6 @@ declare const AssistantConfigSchema: z.ZodObject<{
535
535
  fastConcurrency?: number | undefined;
536
536
  embedConcurrency?: number | undefined;
537
537
  }>>>;
538
- worker: z.ZodDefault<z.ZodObject<{
539
- enabled: z.ZodDefault<z.ZodBoolean>;
540
- }, z.core.$strip>>;
541
538
  retention: z.ZodDefault<z.ZodObject<{
542
539
  keepRawForever: z.ZodDefault<z.ZodBoolean>;
543
540
  }, z.core.$strip>>;
@@ -680,11 +677,6 @@ declare const AssistantConfigSchema: z.ZodObject<{
680
677
  pluginSourceScanIntervalMs: z.ZodDefault<z.ZodNumber>;
681
678
  baselineSnapshotIntervalMs: z.ZodDefault<z.ZodNumber>;
682
679
  }, z.core.$strip>>;
683
- schedules: z.ZodDefault<z.ZodObject<{
684
- worker: z.ZodDefault<z.ZodObject<{
685
- enabled: z.ZodDefault<z.ZodBoolean>;
686
- }, z.core.$strip>>;
687
- }, z.core.$strip>>;
688
680
  migrations: z.ZodDefault<z.ZodObject<{
689
681
  worker: z.ZodDefault<z.ZodObject<{
690
682
  enabled: z.ZodDefault<z.ZodBoolean>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vellumai/plugin-api",
3
- "version": "0.10.8-dev.202607130516.157ae8a",
3
+ "version": "0.10.8-dev.202607130914.073396f",
4
4
  "description": "Public TypeScript authoring contract for Vellum assistant plugins.",
5
5
  "license": "MIT",
6
6
  "type": "module",