@dereekb/firebase 12.5.7 → 12.5.8
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
|
@@ -122,11 +122,15 @@ export interface NotificationTaskServiceHandleNotificationTaskResult<D extends N
|
|
|
122
122
|
/**
|
|
123
123
|
* Updates the metadata for the notification item if the task is successful but not yet marked done.
|
|
124
124
|
*
|
|
125
|
+
* Is merged with the existing metadata.
|
|
126
|
+
*
|
|
125
127
|
* Does not update the metadata if the completion type is true or false.
|
|
126
128
|
*/
|
|
127
129
|
readonly updateMetadata?: Maybe<Partial<D>>;
|
|
128
130
|
/**
|
|
129
131
|
* Delays the next run of the task by the specified amount of time or until the given date.
|
|
132
|
+
*
|
|
133
|
+
* If milliseconds are provided, it is the amount of time relative from when the notification started this run, not from "now".
|
|
130
134
|
*/
|
|
131
135
|
readonly delayUntil?: Maybe<Date | Milliseconds>;
|
|
132
136
|
/**
|
package/test/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
|
|
4
4
|
|
|
5
|
+
## [12.5.8](https://github.com/dereekb/dbx-components/compare/v12.5.7-dev...v12.5.8) (2025-11-06)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
5
9
|
## [12.5.7](https://github.com/dereekb/dbx-components/compare/v12.5.6-dev...v12.5.7) (2025-11-05)
|
|
6
10
|
|
|
7
11
|
|