@databutton/firebase-types 1.141.0 → 1.141.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.
@@ -63,6 +63,7 @@ export interface Notification {
63
63
  displayId?: string | null;
64
64
  reason?: string | null;
65
65
  taskTitle?: string | null;
66
+ environment?: "dev" | "prod" | null;
66
67
  };
67
68
  }
68
69
  export interface PublicUsername {
@@ -578,6 +578,7 @@ export type CreateApprovalNotificationRequest = {
578
578
  displayId?: string | null;
579
579
  reason?: string | null;
580
580
  taskTitle?: string | null;
581
+ environment?: "dev" | "prod" | null;
581
582
  };
582
583
  export type CreateApprovalNotificationResponse = {
583
584
  notificationId: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.141.0",
3
+ "version": "1.141.1",
4
4
  "main": "lib/types/published/index.js",
5
5
  "type": "module",
6
6
  "engines": {