@databutton/firebase-types 1.143.0 → 1.143.2
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;
|
|
@@ -1573,6 +1575,8 @@ export interface ProjectAccess {
|
|
|
1573
1575
|
devxOpenUntil?: Timestamp | null;
|
|
1574
1576
|
refreshKey?: string;
|
|
1575
1577
|
salt?: string;
|
|
1578
|
+
appHost?: string;
|
|
1579
|
+
appBasePath?: string;
|
|
1576
1580
|
checkAttributes?: OidcAttributeCheck[];
|
|
1577
1581
|
}
|
|
1578
1582
|
export type DnsRecord = {
|
|
@@ -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;
|