intelica-library-components 1.1.87 → 1.1.89

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
@@ -3050,7 +3050,6 @@ declare class NotificationService {
3050
3050
  private http;
3051
3051
  private readonly configService;
3052
3052
  private readonly path;
3053
- private readonly defaultHeaders;
3054
3053
  constructor(http: HttpClient);
3055
3054
  getUserNotificacions(): Observable<UserNotificationInboxItem[]>;
3056
3055
  markAsRead(recipientId: string): Observable<NotificationRecipientSummaryResponse>;
@@ -3065,7 +3064,6 @@ declare class NotificationJobService {
3065
3064
  private http;
3066
3065
  private readonly configService;
3067
3066
  private readonly path;
3068
- private readonly defaultHeaders;
3069
3067
  constructor(http: HttpClient);
3070
3068
  createJobNotifications(payload: CreateNotificationJobRequest): Observable<NotificationJobResponse>;
3071
3069
  createJob(payload: CreateNotificationJobRequest): Observable<NotificationJobResponse>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "intelica-library-components",
3
- "version": "1.1.87",
3
+ "version": "1.1.89",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.3.0",
6
6
  "@angular/core": "^20.3.0",