@snabcentr/common-lib 2.0.2 → 2.0.3
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,10 +1,6 @@
|
|
|
1
|
-
## 2.0.
|
|
1
|
+
## 2.0.3 (2025-10-10)
|
|
2
2
|
|
|
3
3
|
### changed (1 change)
|
|
4
4
|
|
|
5
|
-
- [
|
|
6
|
-
|
|
7
|
-
### fixed (1 change)
|
|
8
|
-
|
|
9
|
-
- [#: Исправлена ошибка пересчета прав доступа при изменении ключа доступа.](web_soft/libs/ts/snabcentr-common-lib@877b9fc0309b062ba2f752f66c488c7035b1b98b) ([merge request](web_soft/libs/ts/snabcentr-common-lib!139))
|
|
5
|
+
- [#12333: Отключены дефолтные уведомления в запросе получения действующего...](web_soft/libs/ts/snabcentr-common-lib@c5263a2efb10e8ee70b6e7245ccf492da818d919) ([merge request](web_soft/libs/ts/snabcentr-common-lib!141))
|
|
10
6
|
|
package/dist/sc-common-lib.js
CHANGED
|
@@ -2437,7 +2437,7 @@ class jt extends h {
|
|
|
2437
2437
|
* @see /doc/api/internal#/operations/api_internal_client_price_template_get_active
|
|
2438
2438
|
*/
|
|
2439
2439
|
getActiveTemplate(r) {
|
|
2440
|
-
return this.get(`/internal/clients/${r}/price/templates/active`, {}, (e) => new se(e.data));
|
|
2440
|
+
return this.get(`/internal/clients/${r}/price/templates/active`, {}, (e) => new se(e.data), !0);
|
|
2441
2441
|
}
|
|
2442
2442
|
/**
|
|
2443
2443
|
* Добавляет связь между клиентом и шаблоном прайс-листа.
|