nayota-show-sdk 1.3.22 → 1.3.23

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/bmsRouter.js +1 -0
  2. package/package.json +1 -1
package/api/bmsRouter.js CHANGED
@@ -29,6 +29,7 @@ import { requestShow } from '../utils'
29
29
  * @property {String} statisticsComponent - 统计组件
30
30
  * @property {String} statisticsJson - 统计组件自定义json
31
31
  * @property {array} areaClass - 区域类型id数组
32
+ * @property {string} defaultDepart - 默认层级
32
33
  * @example
33
34
  * {
34
35
  "children": [],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nayota-show-sdk",
3
- "version": "1.3.22",
3
+ "version": "1.3.23",
4
4
  "description": "nayota-show-server rest-api",
5
5
  "type": "module",
6
6
  "main": "index.js",