@databutton/firebase-types 1.73.34 → 1.74.1

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.
@@ -35,6 +35,7 @@ export type WakeProjectResponse = {};
35
35
  export type DeleteProjectRequest = {
36
36
  projectId: string;
37
37
  };
38
+ export type DeleteProjectResponse = {};
38
39
  export type CustomDomainRequest = {
39
40
  domain: string;
40
41
  projectId: string;
@@ -59,7 +60,10 @@ export type DeleteDomainRequest = {
59
60
  domainName: string;
60
61
  };
61
62
  export type DeleteDomainResponse = {};
62
- export type DeleteProjectResponse = {};
63
+ export type RefreshCertificateRequest = {
64
+ domainName: string;
65
+ };
66
+ export type RefreshCertificateResponse = {};
63
67
  export type AdminCommandsForPalleteRequest = {
64
68
  projectId: string;
65
69
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.73.34",
3
+ "version": "1.74.1",
4
4
  "main": "lib/types/published/index.js",
5
5
  "type": "module",
6
6
  "engines": {