@databutton/firebase-types 1.76.13 → 1.76.14

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