@kl1/contracts 1.2.94 → 1.2.95

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.
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(),