nayota-show-sdk 1.3.25 → 1.3.26

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 +1 -0
  2. package/package.json +1 -1
package/api/area.js CHANGED
@@ -25,6 +25,7 @@ import { requestShow } from '../utils'
25
25
  * @property {Object} statisticsJson - 统计组件自定义json
26
26
  * @property {string} areaClass - 区域类型id
27
27
  * @property {string} managerName - 管理人姓名
28
+ * @property {number} areaSize - 区域面积(平方米)
28
29
  * @example
29
30
  * {
30
31
  "_id": "67073bfe463d6e00099becdd",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nayota-show-sdk",
3
- "version": "1.3.25",
3
+ "version": "1.3.26",
4
4
  "description": "nayota-show-server rest-api",
5
5
  "type": "module",
6
6
  "main": "index.js",