@jsdev_ninja/core 0.13.32 → 0.13.33

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
@@ -3249,6 +3249,8 @@ const re = i.object({
3249
3249
  client: yn.optional(),
3250
3250
  address: Ae.optional(),
3251
3251
  nameOnInvoice: i.string().optional(),
3252
+ emailOnInvoice: i.string().email().optional(),
3253
+ phoneNumberOnInvoice: i.string().optional(),
3252
3254
  clientComment: i.string().optional(),
3253
3255
  organizationId: i.string().optional(),
3254
3256
  billingAccount: nt.optional(),