@databutton/firebase-types 1.161.0 → 1.163.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.
@@ -1516,6 +1516,13 @@ export interface Project {
1516
1516
  lastTaskNumber: number;
1517
1517
  };
1518
1518
  agentConfig?: AgentConfig;
1519
+ /**
1520
+ * Set when an internal user clicks "Go live" for an agent: the agent's
1521
+ * production-mode UAT data is wiped and the agent is marked as live.
1522
+ * Truthy ⇒ the agent has gone live. Null/absent ⇒ not yet live.
1523
+ */
1524
+ agentLiveAt?: Timestamp | null;
1525
+ agentLiveSetBy?: PerformedBy | null;
1519
1526
  /**
1520
1527
  * Select services during the project creation flow
1521
1528
  * Used for tools and prompts++
@@ -150,6 +150,9 @@ export type AdminAccountRow = {
150
150
  monthlyCreditsUsedInCents: number | null;
151
151
  creditsPerBillingPeriodInCents: number | null;
152
152
  extraCreditsInCents: number | null;
153
+ accountType: string;
154
+ parentAccountId: string | null;
155
+ parentAccountName: string | null;
153
156
  };
154
157
  export type AdminSearchAccountsResult = {
155
158
  accounts: AdminAccountRow[];
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.161.0",
3
+ "version": "1.163.0",
4
4
  "main": "lib/types/published/index.js",
5
5
  "type": "module",
6
6
  "engines": {
7
- "node": "20"
7
+ "node": "22"
8
8
  },
9
9
  "types": "lib/types/published/index.d.ts",
10
10
  "files": [
@@ -23,7 +23,7 @@
23
23
  },
24
24
  "resolutions": {
25
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.6.2"
26
+ "@smithy/signature-v4": "5.6.12"
27
27
  },
28
28
  "repository": {
29
29
  "type": "git",