@steedos/service-objectql 2.5.15 → 2.5.16-beta.2

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-objectql",
3
- "version": "2.5.15",
3
+ "version": "2.5.16-beta.2",
4
4
  "main": "package.service.js",
5
5
  "private": false,
6
6
  "publishConfig": {
@@ -13,8 +13,8 @@
13
13
  "description": "steedos package",
14
14
  "repository": {},
15
15
  "license": "MIT",
16
- "gitHead": "dd588460d9a446d76c1d065c342594e9bec1f14d",
16
+ "gitHead": "f8b3f647c00f580f9a10547a4a8afec0398bcbe2",
17
17
  "dependencies": {
18
- "@steedos/objectql": "2.5.15"
18
+ "@steedos/objectql": "2.5.16-beta.2"
19
19
  }
20
20
  }
@@ -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-20 14:02:33
4
+ * @LastEditors: baozhoutao@steedos.com
5
+ * @LastEditTime: 2023-10-10 17:23:06
6
6
  * @Description:
7
7
  */
8
8
  "use strict";
@@ -371,7 +371,7 @@ module.exports = {
371
371
  getRecordPermissionsById: {
372
372
  params: {
373
373
  objectName: { type: "string" },
374
- recordId: { type: "string" },
374
+ recordId: { type: "any" },
375
375
  },
376
376
  async handler(ctx) {
377
377
  const userSession = ctx.meta.user;