@databutton/firebase-types 1.158.0 → 1.159.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.
|
@@ -2828,5 +2828,7 @@ export interface AgentImprovement {
|
|
|
2828
2828
|
sessionId: string | null;
|
|
2829
2829
|
taskId: string | null;
|
|
2830
2830
|
discussionSessionId: string | null;
|
|
2831
|
+
source: "agent_proactive" | "user_requested" | "user_manual";
|
|
2832
|
+
userId: string | null;
|
|
2831
2833
|
}
|
|
2832
2834
|
export {};
|
|
@@ -148,6 +148,7 @@ export type AdminAccountRow = {
|
|
|
148
148
|
subdomain: string | null;
|
|
149
149
|
hasSso: boolean;
|
|
150
150
|
monthlyCreditsUsedInCents: number | null;
|
|
151
|
+
creditsPerBillingPeriodInCents: number | null;
|
|
151
152
|
extraCreditsInCents: number | null;
|
|
152
153
|
};
|
|
153
154
|
export type AdminSearchAccountsResult = {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@databutton/firebase-types",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.159.1",
|
|
4
4
|
"main": "lib/types/published/index.js",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"engines": {
|
|
@@ -21,6 +21,10 @@
|
|
|
21
21
|
"@semantic-release/github"
|
|
22
22
|
]
|
|
23
23
|
},
|
|
24
|
+
"resolutions": {
|
|
25
|
+
"//": "Pin a single @smithy/signature-v4 so the SigV4a signer registered by @aws-sdk/signature-v4a is visible to the CloudFront KVS client. Two copies (5.5.0 via signature-v4a, 5.5.x via signature-v4-multi-region) split the signer container and break KVS writes (DAT-13050).",
|
|
26
|
+
"@smithy/signature-v4": "5.5.2"
|
|
27
|
+
},
|
|
24
28
|
"repository": {
|
|
25
29
|
"type": "git",
|
|
26
30
|
"url": "https://github.com/databutton/databutton-firebase.git"
|