@databutton/firebase-types 1.72.32 → 1.72.34

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.
@@ -1267,7 +1267,7 @@ export type Appbutler = {
1267
1267
  export type ProjectAppbutlers = {
1268
1268
  region: string;
1269
1269
  devxAppbutlerId: string;
1270
- prodxAppbutlerId: string;
1270
+ prodxAppbutlerId: string | null;
1271
1271
  };
1272
1272
  export interface InitialDevxConfig {
1273
1273
  activeVersion: string;
@@ -1286,9 +1286,9 @@ export interface UpgradeWorkspaceRequest {
1286
1286
  }
1287
1287
  export type UpgradeRequest = UpgradeDevxRequest | UpgradeWorkspaceRequest;
1288
1288
  export interface WorkspaceConfig {
1289
- active: string;
1290
- latest: string;
1291
- minimum: string;
1289
+ active?: string;
1290
+ latest?: string;
1291
+ minimum?: string;
1292
1292
  beyond: string;
1293
1293
  recommended: string;
1294
1294
  mandatory: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.72.32",
3
+ "version": "1.72.34",
4
4
  "main": "lib/types/published/index.js",
5
5
  "type": "module",
6
6
  "engines": {