@databutton/firebase-types 1.131.1 → 1.133.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.
@@ -43,6 +43,8 @@ export interface Notification {
43
43
  description: string;
44
44
  sessionId: string;
45
45
  taskId?: string | null;
46
+ reason?: string | null;
47
+ taskTitle?: string | null;
46
48
  };
47
49
  }
48
50
  export interface PublicUsername {
@@ -574,6 +574,8 @@ export type CreateApprovalNotificationRequest = {
574
574
  toolName: string;
575
575
  sessionId: string;
576
576
  taskId?: string | null;
577
+ reason?: string | null;
578
+ taskTitle?: string | null;
577
579
  };
578
580
  export type CreateApprovalNotificationResponse = {
579
581
  notificationId: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.131.1",
3
+ "version": "1.133.0",
4
4
  "main": "lib/types/published/index.js",
5
5
  "type": "module",
6
6
  "engines": {