@snabcentr/common-lib 1.58.1 → 1.58.2
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
CHANGED
package/dist/release_notes.tmp
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
## 1.58.
|
|
1
|
+
## 1.58.2 (2025-06-20)
|
|
2
2
|
|
|
3
|
-
###
|
|
3
|
+
### fixed (1 change)
|
|
4
4
|
|
|
5
|
-
- [#
|
|
5
|
+
- [#11865: Исправлена ссылка запроса списка шаблонов прайс-листа](web_soft/libs/ts/snabcentr-common-lib@0a2d3dea5a7f7fc77a9136935e09dcbf02f6aaa3) ([merge request](web_soft/libs/ts/snabcentr-common-lib!102))
|
|
6
6
|
|
package/dist/sc-common-lib.js
CHANGED
|
@@ -2656,7 +2656,7 @@ class bt extends we {
|
|
|
2656
2656
|
* @see /doc/api/internal#/operations/api_internal_catalog_price_template_get_list
|
|
2657
2657
|
*/
|
|
2658
2658
|
getTemplateList(r, e, s) {
|
|
2659
|
-
return this.getPaginated("/internal/
|
|
2659
|
+
return this.getPaginated("/internal/price/templates", r, e, s, {}, (i) => {
|
|
2660
2660
|
const o = { ...i.data };
|
|
2661
2661
|
return o.data = o.data.map((l) => new B(l)), o;
|
|
2662
2662
|
});
|