nayota-show-sdk 1.3.52 → 1.3.53

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.
Files changed (2) hide show
  1. package/api/area.js +2 -0
  2. package/package.json +1 -1
package/api/area.js CHANGED
@@ -27,6 +27,7 @@ import { requestShow } from '../utils'
27
27
  * @property {string} managerName - 管理人姓名
28
28
  * @property {number} areaSize - 区域面积(平方米)
29
29
  * @property {Array} centerCoordinate - 区域中心坐标 [x, y]
30
+ * @property {boolean} isPointDisplay - 是否显示点位
30
31
  * @property {string} creator - 创建人id
31
32
  * @property {string} linkType - 区域关联类型 'none'|'depart'|'device'|'link'|'scada'
32
33
  * @property {string} targetDepartId - 关联部门ID(跳转楼栋/楼层)
@@ -49,6 +50,7 @@ import { requestShow } from '../utils'
49
50
  "managerName": "张三",
50
51
  "creator": "667d2ecc52d21700095b58b5",
51
52
  "centerCoordinate": [116.404, 39.915],
53
+ "isPointDisplay": true,
52
54
  "linkType": "scada",
53
55
  "targetDeviceId": "67073bfe463d6e00099becde",
54
56
  "targetDeviceIds": ["67073bfe463d6e00099becde", "67073bfe463d6e00099becdf"],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nayota-show-sdk",
3
- "version": "1.3.52",
3
+ "version": "1.3.53",
4
4
  "description": "nayota-show-server rest-api",
5
5
  "type": "module",
6
6
  "main": "index.js",