@databutton/firebase-types 1.76.21 → 1.76.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.
@@ -128,6 +128,10 @@ export type CloneAppRequest = {
128
128
  newAppName?: string;
129
129
  addUsersAsCollaborators?: string[];
130
130
  };
131
+ export type DeactivateUserRequest = null;
132
+ export type DeactivateUserResponse = {
133
+ success: boolean;
134
+ };
131
135
  export type CloneAppResponse = {
132
136
  projectUrl: string;
133
137
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.76.21",
3
+ "version": "1.76.22",
4
4
  "main": "lib/types/published/index.js",
5
5
  "type": "module",
6
6
  "engines": {