nayota-show-sdk 1.3.28 → 1.3.30

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.
@@ -16,6 +16,7 @@ import { requestShow } from "../utils";
16
16
  * @property {string} flowMeterId - 关联的流量表ID,关联到流量表设备
17
17
  * @property {boolean} isActive - 是否启用
18
18
  * @property {string} description - 关联描述
19
+ * @property {number} power - 功率
19
20
  * @property {string} creator - 创建者
20
21
  * @property {Date} createdAt - 创建时间
21
22
  * @property {Date} updatedAt - 更新时间
@@ -130,7 +131,7 @@ export function deleteMany(ids) {
130
131
  return requestShow({
131
132
  url: "/energy-calculations",
132
133
  method: "delete",
133
- data: { ids },
134
+ data: ids,
134
135
  });
135
136
  }
136
137
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nayota-show-sdk",
3
- "version": "1.3.28",
3
+ "version": "1.3.30",
4
4
  "description": "nayota-show-server rest-api",
5
5
  "type": "module",
6
6
  "main": "index.js",