@snabcentr/client-core 2.44.0 → 2.45.0
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/catalog/dto/index.d.ts +1 -0
- package/catalog/dto/sc-i-product-notify-when-in-stock.d.ts +21 -0
- package/catalog/services/sc-catalog.service.d.ts +8 -0
- package/esm2022/catalog/dto/index.mjs +2 -1
- package/esm2022/catalog/dto/sc-i-product-notify-when-in-stock.mjs +2 -0
- package/esm2022/catalog/services/sc-catalog.service.mjs +10 -1
- package/esm2022/notifications/dto/sc-i-user-notification.mjs +1 -1
- package/esm2022/notifications/enums/sc-notification-action-types.mjs +5 -1
- package/fesm2022/snabcentr-client-core.mjs +13 -0
- package/fesm2022/snabcentr-client-core.mjs.map +1 -1
- package/notifications/dto/sc-i-user-notification.d.ts +8 -0
- package/notifications/enums/sc-notification-action-types.d.ts +4 -0
- package/package.json +1 -1
- package/release_notes.tmp +2 -2
|
@@ -52,6 +52,14 @@ export interface ScIUserNotification {
|
|
|
52
52
|
* Идентификатор новости.
|
|
53
53
|
*/
|
|
54
54
|
newsId?: number;
|
|
55
|
+
/**
|
|
56
|
+
* Идентификатор товара.
|
|
57
|
+
*/
|
|
58
|
+
productId?: number;
|
|
59
|
+
/**
|
|
60
|
+
* Символьное обозначение (slug) товара.
|
|
61
|
+
*/
|
|
62
|
+
productSlug?: string;
|
|
55
63
|
/**
|
|
56
64
|
* Внешняя ссылка действия по уведомлению.
|
|
57
65
|
*/
|
package/package.json
CHANGED
package/release_notes.tmp
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
## 2.
|
|
1
|
+
## 2.45.0 (2025-05-05)
|
|
2
2
|
|
|
3
3
|
### added (1 change)
|
|
4
4
|
|
|
5
|
-
- [#
|
|
5
|
+
- [#10994: Добавлен метод для отправки уведомлений о поступлении товара.](web_soft/libs/angular/snabcentr-client-core-lib@ed8a602a9edb51db1f4cd58d10fd9d7c78079296) ([merge request](web_soft/libs/angular/snabcentr-client-core-lib!231))
|
|
6
6
|
|