@databutton/firebase-types 1.75.19 → 1.75.21

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.
@@ -931,12 +931,16 @@ export interface Project {
931
931
  provider: "fly" | "cloudrun";
932
932
  cpuCount?: number;
933
933
  memoryInGb?: number;
934
+ regionHint?: string;
935
+ useVpc?: boolean;
934
936
  };
935
937
  prodxConfig?: {
936
938
  provider: "cloudrun";
937
939
  cpuCount?: number;
938
940
  memoryInGb?: number;
939
941
  alwaysOn?: boolean;
942
+ regionHint?: string;
943
+ useVpc?: boolean;
940
944
  };
941
945
  }
942
946
  export interface ProjectAccess {
@@ -1352,6 +1356,8 @@ export type AppbutlerResources = {
1352
1356
  alwaysOn: boolean;
1353
1357
  cpu: string;
1354
1358
  memory: string;
1359
+ diskSizeInGb?: number;
1360
+ useVpc?: boolean;
1355
1361
  };
1356
1362
  export type Appbutler = {
1357
1363
  createdBy: PerformedBy;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.75.19",
3
+ "version": "1.75.21",
4
4
  "main": "lib/types/published/index.js",
5
5
  "type": "module",
6
6
  "engines": {