@dereekb/dbx-firebase 13.0.6 → 13.1.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/package.json CHANGED
@@ -1,20 +1,20 @@
1
1
  {
2
2
  "name": "@dereekb/dbx-firebase",
3
- "version": "13.0.6",
3
+ "version": "13.1.0",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^21.0.0",
6
6
  "@angular/core": "^21.0.0",
7
7
  "@angular/fire": "21.0.0-rc.0-canary.ac3dd7c",
8
8
  "@angular/material": "^21.0.0",
9
- "@dereekb/date": "13.0.6",
10
- "@dereekb/dbx-analytics": "13.0.6",
11
- "@dereekb/dbx-core": "13.0.6",
12
- "@dereekb/dbx-form": "13.0.6",
13
- "@dereekb/dbx-web": "13.0.6",
14
- "@dereekb/firebase": "13.0.6",
15
- "@dereekb/model": "13.0.6",
16
- "@dereekb/rxjs": "13.0.6",
17
- "@dereekb/util": "13.0.6",
9
+ "@dereekb/date": "13.1.0",
10
+ "@dereekb/dbx-analytics": "13.1.0",
11
+ "@dereekb/dbx-core": "13.1.0",
12
+ "@dereekb/dbx-form": "13.1.0",
13
+ "@dereekb/dbx-web": "13.1.0",
14
+ "@dereekb/firebase": "13.1.0",
15
+ "@dereekb/model": "13.1.0",
16
+ "@dereekb/rxjs": "13.1.0",
17
+ "@dereekb/util": "13.1.0",
18
18
  "@ngrx/component-store": "^21.0.0",
19
19
  "@ngx-formly/core": "git+https://git@github.com/dereekb/ngx-formly#996d1041c8d2afbe429985a5ad394e59327bfa1d",
20
20
  "firebase": "^12.0.0",
@@ -3326,20 +3326,9 @@ declare class DbxFirebaseNotificationDocumentStoreDirective extends DbxFirebaseD
3326
3326
  static ɵdir: i0.ɵɵDirectiveDeclaration<DbxFirebaseNotificationDocumentStoreDirective, "[dbxFirebaseNotificationDocument]", never, {}, {}, never, never, true, never>;
3327
3327
  }
3328
3328
 
3329
- declare class NotificationBoxDocumentStore extends AbstractDbxFirebaseDocumentStore<NotificationBox, NotificationBoxDocument> {
3330
- readonly notificationFunctions: NotificationFunctions;
3331
- constructor();
3332
- readonly createdAt$: rxjs.Observable<_dereekb_util.Maybe<Date>>;
3333
- readonly recipients$: rxjs.Observable<_dereekb_firebase.NotificationBoxRecipient[]>;
3334
- readonly updateNotificationBox: _dereekb_dbx_firebase.DbxFirebaseDocumentStoreFunction<_dereekb_firebase.UpdateNotificationBoxParams, void>;
3335
- readonly updateNotificationBoxRecipient: _dereekb_dbx_firebase.DbxFirebaseDocumentStoreFunction<_dereekb_firebase.UpdateNotificationBoxRecipientParams, void>;
3336
- static ɵfac: i0.ɵɵFactoryDeclaration<NotificationBoxDocumentStore, never>;
3337
- static ɵprov: i0.ɵɵInjectableDeclaration<NotificationBoxDocumentStore>;
3338
- }
3339
-
3340
3329
  declare class NotificationCollectionStore extends AbstractDbxFirebaseCollectionWithParentStore<Notification, NotificationBox, NotificationDocument, NotificationBoxDocument> {
3341
- constructor(parent: NotificationBoxDocumentStore);
3342
- static ɵfac: i0.ɵɵFactoryDeclaration<NotificationCollectionStore, [{ optional: true; }]>;
3330
+ constructor();
3331
+ static ɵfac: i0.ɵɵFactoryDeclaration<NotificationCollectionStore, never>;
3343
3332
  static ɵprov: i0.ɵɵInjectableDeclaration<NotificationCollectionStore>;
3344
3333
  }
3345
3334
 
@@ -3349,6 +3338,17 @@ declare class DbxFirebaseNotificationCollectionStoreDirective extends DbxFirebas
3349
3338
  static ɵdir: i0.ɵɵDirectiveDeclaration<DbxFirebaseNotificationCollectionStoreDirective, "[dbxFirebaseNotificationCollection]", never, {}, {}, never, never, true, never>;
3350
3339
  }
3351
3340
 
3341
+ declare class NotificationBoxDocumentStore extends AbstractDbxFirebaseDocumentStore<NotificationBox, NotificationBoxDocument> {
3342
+ readonly notificationFunctions: NotificationFunctions;
3343
+ constructor();
3344
+ readonly createdAt$: rxjs.Observable<_dereekb_util.Maybe<Date>>;
3345
+ readonly recipients$: rxjs.Observable<_dereekb_firebase.NotificationBoxRecipient[]>;
3346
+ readonly updateNotificationBox: _dereekb_dbx_firebase.DbxFirebaseDocumentStoreFunction<_dereekb_firebase.TargetModelParams, void>;
3347
+ readonly updateNotificationBoxRecipient: _dereekb_dbx_firebase.DbxFirebaseDocumentStoreFunction<_dereekb_firebase.UpdateNotificationBoxRecipientParams, void>;
3348
+ static ɵfac: i0.ɵɵFactoryDeclaration<NotificationBoxDocumentStore, never>;
3349
+ static ɵprov: i0.ɵɵInjectableDeclaration<NotificationBoxDocumentStore>;
3350
+ }
3351
+
3352
3352
  declare class DbxFirebaseNotificationBoxDocumentStoreDirective extends DbxFirebaseDocumentStoreDirective<NotificationBox, NotificationBoxDocument, NotificationBoxDocumentStore> {
3353
3353
  constructor();
3354
3354
  static ɵfac: i0.ɵɵFactoryDeclaration<DbxFirebaseNotificationBoxDocumentStoreDirective, never>;
@@ -3417,7 +3417,7 @@ declare class NotificationUserDocumentStore extends AbstractDbxFirebaseDocumentS
3417
3417
  readonly notificationFunctions: NotificationFunctions;
3418
3418
  constructor();
3419
3419
  readonly updateNotificationUser: _dereekb_dbx_firebase.DbxFirebaseDocumentStoreFunction<_dereekb_firebase.UpdateNotificationUserParams, void>;
3420
- readonly resyncNotificationUser: _dereekb_dbx_firebase.DbxFirebaseDocumentStoreFunction<_dereekb_firebase.ResyncNotificationUserParams, _dereekb_firebase.ResyncNotificationUserResult>;
3420
+ readonly resyncNotificationUser: _dereekb_dbx_firebase.DbxFirebaseDocumentStoreFunction<_dereekb_firebase.TargetModelParams, _dereekb_firebase.ResyncNotificationUserResult>;
3421
3421
  static ɵfac: i0.ɵɵFactoryDeclaration<NotificationUserDocumentStore, never>;
3422
3422
  static ɵprov: i0.ɵɵInjectableDeclaration<NotificationUserDocumentStore>;
3423
3423
  }