@databutton/firebase-types 1.66.12 → 1.67.0

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.
@@ -989,6 +989,9 @@ export type Appbutler = {
989
989
  projectId?: string;
990
990
  serviceIsReady: boolean;
991
991
  markedForDeletionAt: Timestamp | null;
992
+ overrideURL?: string;
993
+ username?: string;
994
+ customDomain?: string;
992
995
  };
993
996
  export type ProjectAppbutlers = {
994
997
  region: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.66.12",
3
+ "version": "1.67.0",
4
4
  "main": "lib/types/published/index.js",
5
5
  "type": "module",
6
6
  "engines": {