@snabcentr/client-core 2.50.0 → 2.52.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@snabcentr/client-core",
3
- "version": "2.50.0",
3
+ "version": "2.52.1",
4
4
  "author": "Snabcentr Ltd.",
5
5
  "repository": "https://gitlab.snabcentr.met/web/angular/snabcentr-client-core-lib",
6
6
  "license": "Commercial",
package/release_notes.tmp CHANGED
@@ -1,6 +1,6 @@
1
- ## 2.50.0 (2025-05-22)
1
+ ## 2.52.1 (2025-05-23)
2
2
 
3
3
  ### added (1 change)
4
4
 
5
- - [#11626: Добавлено форматирование даты в сообщении к доставке заказа. Добавлен...](web_soft/libs/angular/snabcentr-client-core-lib@e12948de44b1d75db2d35e4bc7d688ad71b7eeed) ([merge request](web_soft/libs/angular/snabcentr-client-core-lib!238))
5
+ - [#11651: Добавлено свойство isHidden для продукта.](web_soft/libs/angular/snabcentr-client-core-lib@c759735cb912c981bf3060d1881d8f657d31f58a) ([merge request](web_soft/libs/angular/snabcentr-client-core-lib!241))
6
6
 
@@ -85,6 +85,16 @@ export declare class ScUTMService {
85
85
  * @param utm Данные о UTM-метке.
86
86
  */
87
87
  saveUTM$(utm: ScUTM): Observable<undefined>;
88
+ /**
89
+ * Проверяет, существует ли уже сохраненная UTM-метка.
90
+ *
91
+ * @param utm Данные о UTM-метке.
92
+ */
93
+ private isExistingUTM;
94
+ /**
95
+ * Обновляет timestamp сохранения UTM в {@link Storage}.
96
+ */
97
+ private updateTimestamp;
88
98
  static ɵfac: i0.ɵɵFactoryDeclaration<ScUTMService, never>;
89
99
  static ɵprov: i0.ɵɵInjectableDeclaration<ScUTMService>;
90
100
  }