@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.
- package/dist/manifest.json +1 -1
- package/dist/release_notes.tmp +2 -2
- package/dist/sc-common-lib.js +4 -2
- package/dist/sc-common-lib.js.map +1 -1
- package/dist/sc-common-lib.umd.cjs +1 -1
- package/dist/sc-common-lib.umd.cjs.map +1 -1
- package/dist/src/catalog/providers/client-price-template-provider.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/manifest.json
CHANGED
package/dist/release_notes.tmp
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
## 1.63.
|
|
1
|
+
## 1.63.1 (2025-08-21)
|
|
2
2
|
|
|
3
3
|
### changed (1 change)
|
|
4
4
|
|
|
5
|
-
- [#11995:
|
|
5
|
+
- [#11995: Отключён обработчик ошибок по умолчанию для ClientPriceTemplateProvider.attachTemplate](web_soft/libs/ts/snabcentr-common-lib@093a3e67468381c4f035339b48c1f1f55d6ca455) ([merge request](web_soft/libs/ts/snabcentr-common-lib!121))
|
|
6
6
|
|
package/dist/sc-common-lib.js
CHANGED
|
@@ -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
|
* Изменяет связь между клиентом и шаблоном прайс-листа.
|