@snabcentr/client-ui 5.0.0 → 5.0.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/index.d.ts
CHANGED
|
@@ -316,6 +316,10 @@ declare class ScSignInFormByPhoneComponent {
|
|
|
316
316
|
* {@link Subject} события отправки формы.
|
|
317
317
|
*/
|
|
318
318
|
readonly onSubmit: Subject<void>;
|
|
319
|
+
/**
|
|
320
|
+
* Сервис для отображения Push-уведомлений с контактами для помощи клиенту.
|
|
321
|
+
*/
|
|
322
|
+
private readonly helpNotificationService;
|
|
319
323
|
/**
|
|
320
324
|
* {@link Observable} запроса данных аутентификации.
|
|
321
325
|
*/
|