@databutton/firebase-types 1.72.31 → 1.72.33
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
|
|
1290
|
-
latest
|
|
1291
|
-
minimum
|
|
1289
|
+
active?: string;
|
|
1290
|
+
latest?: string;
|
|
1291
|
+
minimum?: string;
|
|
1292
1292
|
beyond: string;
|
|
1293
1293
|
recommended: string;
|
|
1294
1294
|
mandatory: string;
|