@databutton/firebase-types 1.168.1 → 1.170.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.
@@ -1184,6 +1184,14 @@ export interface AgentConfig {
1184
1184
  status?: AgentStatus;
1185
1185
  primaryModel?: string;
1186
1186
  demoEmailConfig?: DemoEmailConfig;
1187
+ /**
1188
+ * Who a newly created task falls to when nothing else names an approver — the
1189
+ * agent delegating a task, or a scheduled run with no creator to assign. A
1190
+ * Firebase user ID or an email, matching how approvers are stored on the task
1191
+ * itself. Null/absent leaves those tasks unassigned, which means their
1192
+ * approvals and clarifying questions reach nobody's inbox.
1193
+ */
1194
+ defaultApprover?: string | null;
1187
1195
  }
1188
1196
  export type AgentStatus = {
1189
1197
  available: true;
@@ -228,6 +228,10 @@ export type CreateRiffCheckoutSessionResponse = {
228
228
  sessionId: string | null;
229
229
  url: string;
230
230
  };
231
+ /**
232
+ * @deprecated The sendMobileOnboardingEmail callable was removed 2026-08-24;
233
+ * nothing reads this type. Slated for removal in the next major.
234
+ */
231
235
  export type MobileOnboardingEmailRequest = {
232
236
  appName: string;
233
237
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.168.1",
3
+ "version": "1.170.0",
4
4
  "main": "lib/types/published/index.js",
5
5
  "type": "module",
6
6
  "engines": {
@@ -23,13 +23,13 @@
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.12",
26
+ "@smithy/signature-v4": "5.7.2",
27
27
  "//2": "Runtime-shipping transitive security bumps. yarn v1 only pins transitive deps durably via resolutions (a bare lockfile edit reverts on install). All are same-major, backward-compatible. Consolidates Renovate/Dependabot PRs #1225, #1237, #1238, #1243, #1245.",
28
28
  "websocket-driver": "0.7.5",
29
29
  "@protobufjs/utf8": "1.1.2",
30
30
  "@tootallnate/once": "2.0.1",
31
31
  "node-forge": "1.4.0",
32
- "fast-xml-parser": "5.10.1"
32
+ "fast-xml-parser": "5.11.0"
33
33
  },
34
34
  "repository": {
35
35
  "type": "git",