@databutton/firebase-types 1.74.20 → 1.74.22
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.
|
@@ -145,6 +145,14 @@ export type EnableFirebaseExtensionRequest = {
|
|
|
145
145
|
export type EnableFirebaseExtensionResponse = {
|
|
146
146
|
success: boolean;
|
|
147
147
|
};
|
|
148
|
+
export type EnableMcpExtensionRequest = {
|
|
149
|
+
projectId: string;
|
|
150
|
+
};
|
|
151
|
+
export type EnableMcpExtensionResponse = {
|
|
152
|
+
success: boolean;
|
|
153
|
+
apiKeyId: string;
|
|
154
|
+
apiKey: string;
|
|
155
|
+
};
|
|
148
156
|
export type TroubleshootDnsRecordRequest = {
|
|
149
157
|
domainName: string;
|
|
150
158
|
name: string;
|