@steedos/service-object-mixin 2.5.11-beta.9 → 2.5.12-beta.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/service-object-mixin",
3
- "version": "2.5.11-beta.9",
3
+ "version": "2.5.12-beta.1",
4
4
  "main": "package.service.js",
5
5
  "private": false,
6
6
  "publishConfig": {
@@ -13,5 +13,5 @@
13
13
  "description": "steedos package",
14
14
  "repository": {},
15
15
  "license": "MIT",
16
- "gitHead": "e1cca47d712bc36ed0748e257da560b24330b788"
16
+ "gitHead": "4ce8bfd6eb83dbdf7864ccbd28397408d35ab530"
17
17
  }
@@ -1,8 +1,8 @@
1
1
  /*
2
2
  * @Author: sunhaolin@hotoa.com
3
3
  * @Date: 2023-03-23 15:12:14
4
- * @LastEditors: 孙浩林 sunhaolin@steedos.com
5
- * @LastEditTime: 2023-07-05 10:37:29
4
+ * @LastEditors: baozhoutao@steedos.com
5
+ * @LastEditTime: 2023-08-03 11:02:58
6
6
  * @Description:
7
7
  */
8
8
  "use strict";
@@ -233,8 +233,8 @@ module.exports = {
233
233
  }
234
234
  })
235
235
  },
236
- getUserObjectPermissions: async (userSession) => {
237
- return await this.broker.call("objectql.getUserObjectPermissions", {
236
+ getUserObjectPermission: async (userSession) => {
237
+ return await this.broker.call("objectql.getUserObjectPermission", {
238
238
  objectName,
239
239
  }, {
240
240
  meta: {