@databutton/firebase-types 1.77.15 → 1.77.16

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;
@@ -161,6 +161,7 @@ export type EnableMcpExtensionResponse = {
161
161
  };
162
162
  export type ToggleSupportAccessRequest = {
163
163
  projectId: string;
164
+ supportAccessEnabledUntil?: string | null;
164
165
  };
165
166
  export type ToggleSupportAccessResponse = {
166
167
  success: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.77.15",
3
+ "version": "1.77.16",
4
4
  "main": "lib/types/published/index.js",
5
5
  "type": "module",
6
6
  "engines": {