nayota-show-sdk 1.3.44 → 1.3.45

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.
@@ -36,6 +36,7 @@ import { requestShow } from '../utils'
36
36
  * @property {Array} customLocation.svgCoordinates - 自定义位置的svg坐标。
37
37
  * @property {Date} createdAt - 告警记录的创建日期。
38
38
  * @property {Date} updatedAt - 告警记录的最后更新日期。
39
+ * @property {number} source - 告警来源 取value值[{name: '平台', value: 1}, {name: '小程序', value: 2}, {name: '维保', value: 3}]。
39
40
  * @example
40
41
  * {
41
42
  "picUrls": [],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nayota-show-sdk",
3
- "version": "1.3.44",
3
+ "version": "1.3.45",
4
4
  "description": "nayota-show-server rest-api",
5
5
  "type": "module",
6
6
  "main": "index.js",