@jsdev_ninja/core 0.11.8 → 0.11.9

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
@@ -3152,7 +3152,9 @@ const Ir = o.object({
3152
3152
  date: o.number(),
3153
3153
  deliveryDate: o.coerce.number().optional(),
3154
3154
  createdAt: o.number().optional(),
3155
- client: hr.required({})
3155
+ client: hr.required({}),
3156
+ nameOnInvoice: o.string().optional(),
3157
+ clientComment: o.string().optional()
3156
3158
  }), pr = o.enum(["individual", "company"]);
3157
3159
  o.object({
3158
3160
  id: o.string(),