@databutton/firebase-types 1.143.0 → 1.143.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.
@@ -59,6 +59,8 @@ export interface Notification {
59
59
  title: string;
60
60
  description: string;
61
61
  sessionId: string;
62
+ messageSequence?: string | null;
63
+ toolUseId?: string | null;
62
64
  taskId?: string | null;
63
65
  displayId?: string | null;
64
66
  reason?: string | null;
@@ -574,6 +574,8 @@ export type CreateApprovalNotificationRequest = {
574
574
  userId: string | null;
575
575
  toolName: string;
576
576
  sessionId: string;
577
+ messageSequence?: string | null;
578
+ toolUseId?: string | null;
577
579
  taskId?: string | null;
578
580
  displayId?: string | null;
579
581
  reason?: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.143.0",
3
+ "version": "1.143.1",
4
4
  "main": "lib/types/published/index.js",
5
5
  "type": "module",
6
6
  "engines": {