@databutton/firebase-types 1.76.7 → 1.76.8

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.
@@ -947,6 +947,7 @@ export interface Project {
947
947
  serviceCreationSucceededAt?: Timestamp;
948
948
  serviceCreationFailedAt?: Timestamp;
949
949
  supportAccessEnabled?: boolean;
950
+ devxApisOpened?: boolean;
950
951
  checkpointsGeneratedAt?: Timestamp;
951
952
  customDomain?: ProjectCustomDomain | null;
952
953
  /**
@@ -981,6 +982,8 @@ export interface ProjectAccess {
981
982
  members: string[] | null;
982
983
  devxAppbutlerId?: string | null;
983
984
  prodxAppbutlerId?: string | null;
985
+ support?: boolean;
986
+ devxOpen?: boolean;
984
987
  }
985
988
  export type DnsRecord = {
986
989
  name: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.76.7",
3
+ "version": "1.76.8",
4
4
  "main": "lib/types/published/index.js",
5
5
  "type": "module",
6
6
  "engines": {