@snabcentr/common-lib 1.63.0 → 1.63.1

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-DjAjKdIa4BYZ+SJ3EuRaHe4Ro8IOKo5DPp3NU78h4hnsoPx89BrAmaSyf+cdjjHe"
7
+ "integrity": "sha384-OrT7aQZV5SJvdafAGzqbc1JbPoBWqdw8GtL9lwFgPFZzya4KjQv+n4SPPg1pRoPx"
8
8
  }
9
9
  }
@@ -1,6 +1,6 @@
1
- ## 1.63.0 (2025-08-14)
1
+ ## 1.63.1 (2025-08-21)
2
2
 
3
3
  ### changed (1 change)
4
4
 
5
- - [#11995: Доработаны модели данных фильтров клиентов](web_soft/libs/ts/snabcentr-common-lib@c411b8e349827293c808e67a41d2970023e6c5b7) ([merge request](web_soft/libs/ts/snabcentr-common-lib!120))
5
+ - [#11995: Отключён обработчик ошибок по умолчанию для ClientPriceTemplateProvider.attachTemplate](web_soft/libs/ts/snabcentr-common-lib@093a3e67468381c4f035339b48c1f1f55d6ca455) ([merge request](web_soft/libs/ts/snabcentr-common-lib!121))
6
6
 
@@ -2325,7 +2325,9 @@ class Tt extends h {
2325
2325
  startAt: t.startAt && B(t.startAt, i),
2326
2326
  endAt: t.endAt && B(t.endAt, i)
2327
2327
  },
2328
- (o) => new X(o.data)
2328
+ (o) => new X(o.data),
2329
+ {},
2330
+ !0
2329
2331
  );
2330
2332
  }
2331
2333
  /**
@@ -2337,7 +2339,7 @@ class Tt extends h {
2337
2339
  * @see /doc/api/internal#/operations/api_internal_client_price_template_apply
2338
2340
  */
2339
2341
  applyTemplate(r, e) {
2340
- return this.post(`/internal/clients/${r}/price/templates/${e}/apply`);
2342
+ return this.post(`/internal/clients/${r}/price/templates/${e}/apply`, {}, void 0, {}, !0);
2341
2343
  }
2342
2344
  /**
2343
2345
  * Изменяет связь между клиентом и шаблоном прайс-листа.