@snabcentr/common-lib 1.78.1 → 1.80.0

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.
Files changed (58) hide show
  1. package/dist/manifest.json +1 -1
  2. package/dist/sc-common-lib.js +575 -559
  3. package/dist/sc-common-lib.js.map +1 -1
  4. package/dist/sc-common-lib.umd.cjs +1 -1
  5. package/dist/sc-common-lib.umd.cjs.map +1 -1
  6. package/dist/src/cart/classes/cart-item-base.d.ts +2 -2
  7. package/dist/src/cart/classes/cart-item-base.d.ts.map +1 -1
  8. package/dist/src/cart/classes/cart-item.d.ts +0 -4
  9. package/dist/src/cart/classes/cart-item.d.ts.map +1 -1
  10. package/dist/src/cart/interfaces/i-cart-item-base.d.ts +2 -2
  11. package/dist/src/cart/interfaces/i-cart-item-base.d.ts.map +1 -1
  12. package/dist/src/cart/interfaces/i-cart-item.d.ts +0 -4
  13. package/dist/src/cart/interfaces/i-cart-item.d.ts.map +1 -1
  14. package/dist/src/catalog/classes/product.d.ts +4 -10
  15. package/dist/src/catalog/classes/product.d.ts.map +1 -1
  16. package/dist/src/catalog/interfaces/i-predefined-properties.d.ts +1 -1
  17. package/dist/src/catalog/interfaces/i-predefined-properties.d.ts.map +1 -1
  18. package/dist/src/catalog/interfaces/i-product.d.ts +4 -10
  19. package/dist/src/catalog/interfaces/i-product.d.ts.map +1 -1
  20. package/dist/src/config/index.d.ts +0 -1
  21. package/dist/src/config/index.d.ts.map +1 -1
  22. package/dist/src/configurator/interfaces/i-configurator-calculate-params-base.d.ts +6 -0
  23. package/dist/src/configurator/interfaces/i-configurator-calculate-params-base.d.ts.map +1 -0
  24. package/dist/src/configurator/interfaces/i-configurator-calculate-params-sandwich.d.ts +16 -0
  25. package/dist/src/configurator/interfaces/i-configurator-calculate-params-sandwich.d.ts.map +1 -0
  26. package/dist/src/configurator/interfaces/i-configurator-calculate-result-sandwich.d.ts +19 -0
  27. package/dist/src/configurator/interfaces/i-configurator-calculate-result-sandwich.d.ts.map +1 -0
  28. package/dist/src/configurator/interfaces/i-configurator-calculate-sheet-sandwich.d.ts +10 -0
  29. package/dist/src/configurator/interfaces/i-configurator-calculate-sheet-sandwich.d.ts.map +1 -0
  30. package/dist/src/configurator/interfaces/i-sandwich-calculate-item.d.ts +18 -0
  31. package/dist/src/configurator/interfaces/i-sandwich-calculate-item.d.ts.map +1 -0
  32. package/dist/src/configurator/interfaces/index.d.ts +5 -0
  33. package/dist/src/configurator/interfaces/index.d.ts.map +1 -1
  34. package/dist/src/configurator/providers/configurator-provider.d.ts +12 -0
  35. package/dist/src/configurator/providers/configurator-provider.d.ts.map +1 -1
  36. package/dist/src/helpers/units-helper.d.ts +0 -10
  37. package/dist/src/helpers/units-helper.d.ts.map +1 -1
  38. package/dist/src/orders/classes/order-product.d.ts +2 -1
  39. package/dist/src/orders/classes/order-product.d.ts.map +1 -1
  40. package/dist/src/orders/interfaces/i-order-product.d.ts +2 -1
  41. package/dist/src/orders/interfaces/i-order-product.d.ts.map +1 -1
  42. package/dist/src/references/classes/currency.d.ts +8 -0
  43. package/dist/src/references/classes/currency.d.ts.map +1 -1
  44. package/dist/src/references/classes/index.d.ts +1 -0
  45. package/dist/src/references/classes/index.d.ts.map +1 -1
  46. package/dist/src/references/classes/product-unit.d.ts +30 -0
  47. package/dist/src/references/classes/product-unit.d.ts.map +1 -0
  48. package/dist/src/references/interfaces/i-currency.d.ts +8 -0
  49. package/dist/src/references/interfaces/i-currency.d.ts.map +1 -1
  50. package/dist/src/references/interfaces/i-product-unit.d.ts +23 -0
  51. package/dist/src/references/interfaces/i-product-unit.d.ts.map +1 -0
  52. package/dist/src/references/interfaces/index.d.ts +2 -1
  53. package/dist/src/references/interfaces/index.d.ts.map +1 -1
  54. package/package.json +3 -3
  55. package/dist/src/config/functions/index.d.ts +0 -2
  56. package/dist/src/config/functions/index.d.ts.map +0 -1
  57. package/dist/src/config/functions/load-remote-config.d.ts +0 -8
  58. package/dist/src/config/functions/load-remote-config.d.ts.map +0 -1
@@ -4,6 +4,6 @@
4
4
  "name": "public-api",
5
5
  "src": "src/public-api.ts",
6
6
  "isEntry": true,
7
- "integrity": "sha384-u1WwX6EKoog+3gb7iywudMJsxkQUPOMqndlAXL+1PYBtvuMnzPlSNoZp4T64Rctd"
7
+ "integrity": "sha384-1DEuD753gdIupyzLRLGTRzApqhNgd3XYY2wZZtJLXg488gOM1Dsdzf8BZnPg2lLX"
8
8
  }
9
9
  }