@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.
@@ -4,6 +4,6 @@
4
4
  "name": "public-api",
5
5
  "src": "src/public-api.ts",
6
6
  "isEntry": true,
7
- "integrity": "sha384-iyGawyIrVR2oimFKqCPCCDsBa8nPsFGDXRQeGlxWQ/5W8GqbjsE6IxL8cDr7ahjY"
7
+ "integrity": "sha384-xoNdoNHzfjYpBKKCoiHLveb3+TyfKB8QN36q5KYBIVC/p73LR/OWLEBJuMS4H+c5"
8
8
  }
9
9
  }
@@ -1,10 +1,6 @@
1
- ## 2.0.2 (2025-10-10)
1
+ ## 2.0.3 (2025-10-10)
2
2
 
3
3
  ### changed (1 change)
4
4
 
5
- - [#: Доработана аутентификация и работа с хранилищем.](web_soft/libs/ts/snabcentr-common-lib@99996fc89dfa32c76978883d1f8d03902a88469a) ([merge request](web_soft/libs/ts/snabcentr-common-lib!140))
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
 
@@ -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
  * Добавляет связь между клиентом и шаблоном прайс-листа.