@databutton/firebase-types 1.56.0 → 1.56.2

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.
@@ -881,6 +881,7 @@ export interface Sequence {
881
881
  export interface Domain {
882
882
  createdBy: PerformedBy;
883
883
  lastUpdatedBy: PerformedBy;
884
+ customDomainId: string;
884
885
  projectId: string | null;
885
886
  owner: string;
886
887
  validationStatus: "pending" | "validated" | "failed";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.56.0",
3
+ "version": "1.56.2",
4
4
  "main": "./lib/index.js",
5
5
  "type": "module",
6
6
  "engines": {
@@ -57,7 +57,7 @@
57
57
  "capture-website": "3.2.0",
58
58
  "cors": "2.8.5",
59
59
  "firebase": "9.23.0",
60
- "firebase-admin": "11.10.1",
60
+ "firebase-admin": "11.11.0",
61
61
  "firebase-functions": "4.4.1",
62
62
  "google-auth-library": "^8.6.0",
63
63
  "intercom-client": "3.2.1",