@kl1/contracts 1.2.94 → 1.2.96

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.mjs CHANGED
@@ -6900,7 +6900,6 @@ var WidgetSchema = DefaultEntitySchema.extend({
6900
6900
  position: WidgetPositionSchema,
6901
6901
  fields: FieldsSchema,
6902
6902
  url: z85.string(),
6903
- upload: UploadSchema.nullable(),
6904
6903
  type: WidgetTypeSchema.nullable(),
6905
6904
  headers: z85.array(WidgetHeaderSchema).nullable(),
6906
6905
  method: WidgetMethodSchema.nullable(),