@jsdev_ninja/core 0.13.48 → 0.13.51

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
@@ -3576,9 +3576,13 @@ const On = {
3576
3576
  discounts: "discounts",
3577
3577
  organizations: "organizations",
3578
3578
  organizationGroups: "organization-groups",
3579
+ // todo remove
3580
+ "organization-groups": "organization-groups",
3581
+ // todo remove
3579
3582
  invoices: "invoices",
3580
3583
  suppliers: "suppliers",
3581
- supplierInvoices: "supplier-invoices"
3584
+ supplierInvoices: "supplier-invoices",
3585
+ "supplier-invoices": "supplier-invoices"
3582
3586
  }, En = {
3583
3587
  systemCollections: On,
3584
3588
  storeCollections: Pn,