@budibase/pro 3.18.15 → 3.19.0
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.
- package/dist/api/controllers/global/groups.d.ts +1 -3
- package/dist/api/index.d.ts +3 -4
- package/dist/index.js +34 -34
- package/dist/sdk/groups/groups.d.ts +0 -2
- package/dist/sdk/users/users.d.ts +0 -3
- package/package.json +2 -2
- package/dist/api/controllers/global/users.d.ts +0 -3
- package/dist/api/routes/global/users.d.ts +0 -3
|
@@ -35,6 +35,4 @@ export declare function cleanupApp(appId: string): Promise<{
|
|
|
35
35
|
id: string;
|
|
36
36
|
rev?: string;
|
|
37
37
|
}[]>;
|
|
38
|
-
export declare function addAppBuilder(groupId: string, appId: string): Promise<void>;
|
|
39
|
-
export declare function removeAppBuilder(groupId: string, appId: string): Promise<void>;
|
|
40
38
|
export declare function adjustGroupCreatorsQuotas(): Promise<void>;
|
|
@@ -1,5 +1,2 @@
|
|
|
1
|
-
import { User } from "@budibase/types";
|
|
2
1
|
import { users } from "@budibase/backend-core";
|
|
3
2
|
export declare const db: typeof users.UserDB;
|
|
4
|
-
export declare function addAppBuilder(user: User, appId: string): Promise<void>;
|
|
5
|
-
export declare function removeAppBuilder(user: User, appId: string): Promise<void>;
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"dist"
|
|
5
5
|
],
|
|
6
6
|
"license": "UNLICENSED",
|
|
7
|
-
"version": "3.
|
|
7
|
+
"version": "3.19.0",
|
|
8
8
|
"description": "Budibase Pro (Backend)",
|
|
9
9
|
"main": "dist/index.js",
|
|
10
10
|
"types": "dist/index.d.ts",
|
|
@@ -70,5 +70,5 @@
|
|
|
70
70
|
}
|
|
71
71
|
}
|
|
72
72
|
},
|
|
73
|
-
"gitHead": "
|
|
73
|
+
"gitHead": "72863c719173848d3128cbef9556a0af09708c20"
|
|
74
74
|
}
|