@dereekb/firebase 12.3.13 → 12.4.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.cjs.js CHANGED
@@ -9005,10 +9005,14 @@ class SendNotificationParams extends TargetModelParams {
9005
9005
  super(...args);
9006
9006
  /**
9007
9007
  * Whether or not to ignore the send at time. Defaults to false.
9008
+ *
9009
+ * If true, the send at time will be ignored and the notification will be sent immediately.
9008
9010
  */
9009
9011
  this.ignoreSendAtThrottle = void 0;
9010
9012
  /**
9011
9013
  * Whether or not to throw an error if the notification has already been sent or is being sent.
9014
+ *
9015
+ * Defaults to false.
9012
9016
  */
9013
9017
  this.throwErrorIfSent = void 0;
9014
9018
  }
package/index.esm.js CHANGED
@@ -9003,10 +9003,14 @@ class SendNotificationParams extends TargetModelParams {
9003
9003
  super(...args);
9004
9004
  /**
9005
9005
  * Whether or not to ignore the send at time. Defaults to false.
9006
+ *
9007
+ * If true, the send at time will be ignored and the notification will be sent immediately.
9006
9008
  */
9007
9009
  this.ignoreSendAtThrottle = void 0;
9008
9010
  /**
9009
9011
  * Whether or not to throw an error if the notification has already been sent or is being sent.
9012
+ *
9013
+ * Defaults to false.
9010
9014
  */
9011
9015
  this.throwErrorIfSent = void 0;
9012
9016
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dereekb/firebase",
3
- "version": "12.3.13",
3
+ "version": "12.4.1",
4
4
  "exports": {
5
5
  ".": {
6
6
  "types": "./src/index.d.ts",
@@ -245,10 +245,14 @@ export declare class NotificationRecipientParams {
245
245
  export declare class SendNotificationParams extends TargetModelParams {
246
246
  /**
247
247
  * Whether or not to ignore the send at time. Defaults to false.
248
+ *
249
+ * If true, the send at time will be ignored and the notification will be sent immediately.
248
250
  */
249
251
  ignoreSendAtThrottle?: Maybe<boolean>;
250
252
  /**
251
253
  * Whether or not to throw an error if the notification has already been sent or is being sent.
254
+ *
255
+ * Defaults to false.
252
256
  */
253
257
  throwErrorIfSent?: Maybe<boolean>;
254
258
  }
package/test/CHANGELOG.md CHANGED
@@ -2,6 +2,14 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [12.4.1](https://github.com/dereekb/dbx-components/compare/v12.4.0-dev...v12.4.1) (2025-09-09)
6
+
7
+
8
+
9
+ # [12.4.0](https://github.com/dereekb/dbx-components/compare/v12.3.12-dev-dev...v12.4.0) (2025-08-30)
10
+
11
+
12
+
5
13
  ## [12.3.13](https://github.com/dereekb/dbx-components/compare/v12.3.12-dev...v12.3.13) (2025-08-22)
6
14
 
7
15
 
package/test/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dereekb/firebase/test",
3
- "version": "12.3.13",
3
+ "version": "12.4.1",
4
4
  "type": "commonjs",
5
5
  "peerDependencies": {
6
6
  "@dereekb/util": "*",