@jsdev_ninja/core 0.10.6 → 0.10.7

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/core.es.js CHANGED
@@ -3016,6 +3016,7 @@ const k = i.string().min(1, { message: "שדה חובה" }), or = i.string().reg
3016
3016
  type: i.enum(["number", "percent", "none"]),
3017
3017
  value: i.number()
3018
3018
  }),
3019
+ isDiscountable: i.boolean({ description: "included in store discounts" }).optional(),
3019
3020
  weight: i.object({
3020
3021
  value: i.number(),
3021
3022
  unit: i.enum(["kg", "gram", "none"])