@databutton/firebase-types 1.75.20 → 1.75.22

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.
@@ -1356,6 +1356,8 @@ export type AppbutlerResources = {
1356
1356
  alwaysOn: boolean;
1357
1357
  cpu: string;
1358
1358
  memory: string;
1359
+ diskSizeInGb?: number;
1360
+ useVpc?: boolean;
1359
1361
  };
1360
1362
  export type Appbutler = {
1361
1363
  createdBy: PerformedBy;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.75.20",
3
+ "version": "1.75.22",
4
4
  "main": "lib/types/published/index.js",
5
5
  "type": "module",
6
6
  "engines": {