@glodon-aiot/apis 3.22.4 → 3.23.0-alpha.3

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.
@@ -87,6 +87,8 @@ export interface IVersionParam {
87
87
  export interface ILabel {
88
88
  label: string;
89
89
  count: number;
90
+ /** 当前数据集版本下该标签的标注框总数,字段缺失时前端按 0 降级 */
91
+ boxCount?: number;
90
92
  id: string;
91
93
  color: string;
92
94
  threshold?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@glodon-aiot/apis",
3
- "version": "3.22.4",
3
+ "version": "3.23.0-alpha.3",
4
4
  "author": "glodoncv",
5
5
  "description": "aiot apis",
6
6
  "type": "module",