@databutton/firebase-types 1.72.52 → 1.72.54
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.
|
@@ -1294,12 +1294,11 @@ export interface UpgradeWorkspaceRequest {
|
|
|
1294
1294
|
}
|
|
1295
1295
|
export type UpgradeRequest = UpgradeDevxRequest | UpgradeWorkspaceRequest;
|
|
1296
1296
|
export interface WorkspaceConfig {
|
|
1297
|
-
active?: string;
|
|
1298
|
-
latest?: string;
|
|
1299
|
-
minimum?: string;
|
|
1300
1297
|
beyond: string;
|
|
1301
1298
|
recommended: string;
|
|
1302
1299
|
mandatory: string;
|
|
1300
|
+
internal?: string;
|
|
1301
|
+
fly?: string;
|
|
1303
1302
|
[key: string]: string | undefined;
|
|
1304
1303
|
}
|
|
1305
1304
|
export interface DbtnControllerRequirements {
|