@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
|
-
|
|
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
|
-
|
|
986
|
-
|
|
986
|
+
supportUntil?: Timestamp | null;
|
|
987
|
+
devxOpenUntil?: Timestamp | null;
|
|
987
988
|
}
|
|
988
989
|
export type DnsRecord = {
|
|
989
990
|
name: string;
|