@stndrds/schema 1.0.0-alpha.79 → 1.0.0-alpha.80

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.
@@ -258,8 +258,6 @@ var rollupConfigSchema = baseConfigSchema.extend({
258
258
  ).optional()
259
259
  });
260
260
  var documentConfigSchema = baseConfigSchema.extend({
261
- templateId: z.string().optional(),
262
- allowedTemplates: z.array(z.string()).optional(),
263
261
  multiple: z.boolean().optional(),
264
262
  maxDocuments: z.number().int().min(1).optional(),
265
263
  autoProcess: z.boolean().optional()
@@ -258,8 +258,6 @@ var rollupConfigSchema = baseConfigSchema.extend({
258
258
  ).optional()
259
259
  });
260
260
  var documentConfigSchema = baseConfigSchema.extend({
261
- templateId: _zod.z.string().optional(),
262
- allowedTemplates: _zod.z.array(_zod.z.string()).optional(),
263
261
  multiple: _zod.z.boolean().optional(),
264
262
  maxDocuments: _zod.z.number().int().min(1).optional(),
265
263
  autoProcess: _zod.z.boolean().optional()