@budibase/shared-core 3.20.2 → 3.20.4

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.
@@ -13,6 +13,5 @@ export declare function hasCreatorPermissions(user?: UserBuilderInfo): boolean;
13
13
  export declare function isCreator(user?: UserBuilderInfo & UserAdminInfo & Partial<UserRoleInfo>): boolean;
14
14
  export declare function getGlobalUserID(userId?: string): string | undefined;
15
15
  export declare function containsUserID(value: string | undefined): boolean;
16
- export declare function getUserGroups(user: User, groups?: UserGroup[]): UserGroup[];
17
- export declare function getUserAppGroups(appId: string, user: User, groups?: UserGroup[]): UserGroup[];
16
+ export declare function getUserAppGroups(appId: string, userId: string, groups?: UserGroup[]): UserGroup[];
18
17
  export declare function userAppAccessList(user: User, groups?: UserGroup[]): string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@budibase/shared-core",
3
- "version": "3.20.2",
3
+ "version": "3.20.4",
4
4
  "description": "Shared data utils",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -37,5 +37,5 @@
37
37
  }
38
38
  }
39
39
  },
40
- "gitHead": "3582592cff6b755c0e6f5cf7d04f32be18d7a9a8"
40
+ "gitHead": "00bd6ef4645dfb893f5a83ec78571181ead1f084"
41
41
  }