@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.cjs.js +1 -1
- package/dist/core.cjs.js.map +1 -1
- package/dist/core.es.js +3 -1
- package/dist/core.es.js.map +1 -1
- package/dist/core.umd.js +1 -1
- package/dist/core.umd.js.map +1 -1
- package/dist/lib/entities/Order.d.ts +6 -0
- package/dist/lib/entities/Order.d.ts.map +1 -1
- package/dist/lib/entities/Order.js +2 -0
- package/dist/lib/firebase-api/index.d.ts +3 -3
- package/dist/lib/firebase-api/index.js +1 -1
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/package.json +1 -1
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",
|