@jsdev_ninja/core 0.13.32 → 0.13.34

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(),
@@ -3515,12 +3517,12 @@ const Zn = {
3515
3517
  companies: "COMPANIES"
3516
3518
  }, jn = {
3517
3519
  products: "products",
3520
+ "favorite-products": "favorite-products",
3518
3521
  profiles: "profiles",
3519
3522
  cart: "cart",
3520
3523
  clients: "clients",
3521
3524
  orders: "orders",
3522
3525
  categories: "categories",
3523
- favorites: "favorites",
3524
3526
  payments: "payments",
3525
3527
  settings: "settings",
3526
3528
  discounts: "discounts",