@snabcentr/common-lib 1.67.2 → 1.69.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.
- package/dist/manifest.json +1 -1
- package/dist/release_notes.tmp +4 -2
- package/dist/sc-common-lib.js +2958 -2892
- package/dist/sc-common-lib.js.map +1 -1
- package/dist/sc-common-lib.umd.cjs +1 -1
- package/dist/sc-common-lib.umd.cjs.map +1 -1
- package/dist/src/catalog/classes/index.d.ts +0 -2
- package/dist/src/catalog/classes/index.d.ts.map +1 -1
- package/dist/src/catalog/interfaces/index.d.ts +0 -2
- package/dist/src/catalog/interfaces/index.d.ts.map +1 -1
- package/dist/src/catalog/providers/index.d.ts +0 -1
- package/dist/src/catalog/providers/index.d.ts.map +1 -1
- package/dist/src/catalog/providers/product-data-provider.d.ts +0 -10
- package/dist/src/catalog/providers/product-data-provider.d.ts.map +1 -1
- package/dist/src/config/classes/http-params-config.d.ts +8 -0
- package/dist/src/config/classes/http-params-config.d.ts.map +1 -1
- package/dist/src/config/interfaces/i-http-params-config.d.ts +8 -0
- package/dist/src/config/interfaces/i-http-params-config.d.ts.map +1 -1
- package/dist/src/index.d.ts +2 -0
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/price-history/classes/index.d.ts +3 -0
- package/dist/src/price-history/classes/index.d.ts.map +1 -0
- package/dist/src/price-history/classes/price-history-item.d.ts +56 -0
- package/dist/src/price-history/classes/price-history-item.d.ts.map +1 -0
- package/dist/src/price-history/classes/product-price-history.d.ts +19 -0
- package/dist/src/price-history/classes/product-price-history.d.ts.map +1 -0
- package/dist/src/price-history/index.d.ts +4 -0
- package/dist/src/price-history/index.d.ts.map +1 -0
- package/dist/src/{catalog/interfaces/i-product-price-history.d.ts → price-history/interfaces/i-price-history-item.d.ts} +15 -10
- package/dist/src/price-history/interfaces/i-price-history-item.d.ts.map +1 -0
- package/dist/src/price-history/interfaces/i-price-history-request-params.d.ts +19 -0
- package/dist/src/price-history/interfaces/i-price-history-request-params.d.ts.map +1 -0
- package/dist/src/price-history/interfaces/i-product-price-history.d.ts +12 -0
- package/dist/src/price-history/interfaces/i-product-price-history.d.ts.map +1 -0
- package/dist/src/price-history/interfaces/index.d.ts +4 -0
- package/dist/src/price-history/interfaces/index.d.ts.map +1 -0
- package/dist/src/price-history/providers/index.d.ts +2 -0
- package/dist/src/price-history/providers/index.d.ts.map +1 -0
- package/dist/src/price-history/providers/price-history-data-provider.d.ts +21 -0
- package/dist/src/price-history/providers/price-history-data-provider.d.ts.map +1 -0
- package/dist/src/recommendations/classes/index.d.ts +2 -0
- package/dist/src/recommendations/classes/index.d.ts.map +1 -0
- package/dist/src/{catalog → recommendations}/classes/recommendations-list.d.ts +3 -4
- package/dist/src/recommendations/classes/recommendations-list.d.ts.map +1 -0
- package/dist/src/recommendations/index.d.ts +4 -0
- package/dist/src/recommendations/index.d.ts.map +1 -0
- package/dist/src/{catalog → recommendations}/interfaces/i-recommendations-list.d.ts +3 -4
- package/dist/src/recommendations/interfaces/i-recommendations-list.d.ts.map +1 -0
- package/dist/src/recommendations/interfaces/index.d.ts +2 -0
- package/dist/src/recommendations/interfaces/index.d.ts.map +1 -0
- package/dist/src/recommendations/providers/index.d.ts +2 -0
- package/dist/src/recommendations/providers/index.d.ts.map +1 -0
- package/dist/src/{catalog → recommendations}/providers/recommendations-data-provider.d.ts +9 -1
- package/dist/src/recommendations/providers/recommendations-data-provider.d.ts.map +1 -0
- package/dist/src/system/classes/catalogable-item.d.ts +2 -6
- package/dist/src/system/classes/catalogable-item.d.ts.map +1 -1
- package/dist/src/system/classes/coded-identity.d.ts +18 -0
- package/dist/src/system/classes/coded-identity.d.ts.map +1 -0
- package/dist/src/system/classes/index.d.ts +1 -0
- package/dist/src/system/classes/index.d.ts.map +1 -1
- package/dist/src/system/interfaces/i-catalogable-item.d.ts +2 -6
- package/dist/src/system/interfaces/i-catalogable-item.d.ts.map +1 -1
- package/dist/src/system/interfaces/i-coded-identity.d.ts +11 -0
- package/dist/src/system/interfaces/i-coded-identity.d.ts.map +1 -0
- package/dist/src/system/interfaces/index.d.ts +1 -0
- package/dist/src/system/interfaces/index.d.ts.map +1 -1
- package/package.json +1 -1
- package/dist/src/catalog/classes/product-price-history.d.ts +0 -51
- package/dist/src/catalog/classes/product-price-history.d.ts.map +0 -1
- package/dist/src/catalog/classes/recommendations-list.d.ts.map +0 -1
- package/dist/src/catalog/interfaces/i-product-price-history.d.ts.map +0 -1
- package/dist/src/catalog/interfaces/i-recommendations-list.d.ts.map +0 -1
- package/dist/src/catalog/providers/recommendations-data-provider.d.ts.map +0 -1
package/dist/manifest.json
CHANGED
package/dist/release_notes.tmp
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
## 1.
|
|
1
|
+
## 1.69.0 (2025-09-02)
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
### changed (1 change)
|
|
4
|
+
|
|
5
|
+
- [#12067: Доработан механизм взаимодействия с микросервисом рекомендаций](web_soft/libs/ts/snabcentr-common-lib@ec3ca0a8f24264683b4f7bad557b31b7795b37f7) ([merge request](web_soft/libs/ts/snabcentr-common-lib!129))
|
|
4
6
|
|