UNPKG

@nestjs-mod/webhook-afat

Version:

Webhook UI components and tools for AFAT (Angular, Formly, Antd, Transloco) and rest-sdk for work with backend of this module from Angular appliaction

14 lines (13 loc) 735 B
import { WebhookUserInterface } from '../generated/rest-sdk'; import { WebhookRestSdkAngularService } from '../generated/webhook-rest_sdk-angular.module'; import * as i0 from "@angular/core"; export declare class WebhookAuthService { private readonly ssoRestSdkAngularService; private webhookUser$; constructor(ssoRestSdkAngularService: WebhookRestSdkAngularService); getWebhookUser(): WebhookUserInterface | null; loadWebhookUser(): import("rxjs").Observable<WebhookUserInterface | null>; webhookUserUpdates(): import("rxjs").Observable<WebhookUserInterface | null>; static ɵfac: i0.ɵɵFactoryDeclaration<WebhookAuthService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<WebhookAuthService>; }