@databutton/firebase-types 1.77.15 → 1.77.17
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.
|
@@ -951,8 +951,12 @@ export interface Project {
|
|
|
951
951
|
serviceCreationStartedAt?: Timestamp;
|
|
952
952
|
serviceCreationSucceededAt?: Timestamp;
|
|
953
953
|
serviceCreationFailedAt?: Timestamp;
|
|
954
|
+
/**
|
|
955
|
+
* @deprecated Use supportAccessEnabledUntil instead
|
|
956
|
+
*/
|
|
954
957
|
supportAccessEnabled?: boolean;
|
|
955
958
|
supportAccessEnabledUntil?: Timestamp | null;
|
|
959
|
+
supportAccessModifiedBy?: PerformedBy | null;
|
|
956
960
|
devxApisOpenedUntil?: Timestamp | null;
|
|
957
961
|
checkpointsGeneratedAt?: Timestamp;
|
|
958
962
|
customDomain?: ProjectCustomDomain | null;
|