@snabcentr/common-lib 1.67.2 → 1.68.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 +3444 -3392
- 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 -1
- package/dist/src/catalog/classes/index.d.ts.map +1 -1
- package/dist/src/catalog/interfaces/index.d.ts +0 -1
- package/dist/src/catalog/interfaces/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 +4 -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 +4 -0
- package/dist/src/config/interfaces/i-http-params-config.d.ts.map +1 -1
- package/dist/src/index.d.ts +1 -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/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/interfaces/i-product-price-history.d.ts.map +0 -1
package/dist/manifest.json
CHANGED
package/dist/release_notes.tmp
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
## 1.
|
|
1
|
+
## 1.68.0 (2025-09-01)
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
### added (1 change)
|
|
4
|
+
|
|
5
|
+
- [#12088: Добавлена реализация взаимодействия с микросервисом истории цен](web_soft/libs/ts/snabcentr-common-lib@ced073f2e0df0ca9c100e02995288b15664e9da4) ([merge request](web_soft/libs/ts/snabcentr-common-lib!128))
|
|
4
6
|
|