@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.
@@ -4,6 +4,6 @@
4
4
  "name": "public-api",
5
5
  "src": "src/public-api.ts",
6
6
  "isEntry": true,
7
- "integrity": "sha384-v5xsOGNWL1Ug+huNW8FYwFJ64Aul6YhP3qsUpYiHS19RUHzXztM7Dh0+Ek1W94rx"
7
+ "integrity": "sha384-Q2qWPYEjDkN0lL/y1vB359r3xOX/Z1rNGHvdfVeySfwBfph8PsqyxrU3bWKEsG+M"
8
8
  }
9
9
  }
@@ -1,6 +1,6 @@
1
- ## 1.58.1 (2025-06-16)
1
+ ## 1.58.2 (2025-06-20)
2
2
 
3
- ### changed (1 change)
3
+ ### fixed (1 change)
4
4
 
5
- - [#11808: Обновлен тип SearchResult: добавлены необязательные значения полям categories и products](web_soft/libs/ts/snabcentr-common-lib@28a869187a86c1fe288251a6d70163c9a9492348) ([merge request](web_soft/libs/ts/snabcentr-common-lib!101))
5
+ - [#11865: Исправлена ссылка запроса списка шаблонов прайс-листа](web_soft/libs/ts/snabcentr-common-lib@0a2d3dea5a7f7fc77a9136935e09dcbf02f6aaa3) ([merge request](web_soft/libs/ts/snabcentr-common-lib!102))
6
6
 
@@ -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/catalog/properties", r, e, s, {}, (i) => {
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
  });