@things-factory/dataset 8.0.8 → 8.0.12

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/dataset",
3
- "version": "8.0.8",
3
+ "version": "8.0.12",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "dist-client/index.js",
6
6
  "things-factory": true,
@@ -56,5 +56,5 @@
56
56
  "simple-statistics": "^7.8.3",
57
57
  "statistics": "^3.3.0"
58
58
  },
59
- "gitHead": "2f53ec5833616a278c1f5fc057a5ce50f309cebd"
59
+ "gitHead": "3c9ffd8fc4bccdbcab857fc4cc71faf20179cf4f"
60
60
  }
@@ -33,6 +33,12 @@ export class NewDataSensor {
33
33
  @Field({ nullable: true })
34
34
  tag?: string
35
35
 
36
+ @Field({ nullable: true })
37
+ capacity?: number
38
+
39
+ @Field({ nullable: true })
40
+ unit?: string
41
+
36
42
  @Field({ nullable: true })
37
43
  refBy?: string
38
44
 
@@ -78,6 +84,12 @@ export class DataSensorPatch {
78
84
  @Field({ nullable: true })
79
85
  tag?: string
80
86
 
87
+ @Field({ nullable: true })
88
+ capacity?: number
89
+
90
+ @Field({ nullable: true })
91
+ unit?: string
92
+
81
93
  @Field({ nullable: true })
82
94
  refBy?: string
83
95
 
@@ -86,6 +86,7 @@
86
86
  "field.time-limit": "time limit",
87
87
  "field.time-period": "time period",
88
88
  "field.unit": "unit",
89
+ "field.capacity": "capacity",
89
90
  "field.use-case": "use case",
90
91
  "field.view": "view",
91
92
  "field.work-date": "work date",
@@ -86,6 +86,7 @@
86
86
  "field.tag": "タグ名",
87
87
  "field.time-period": "時間単位",
88
88
  "field.unit": "単位",
89
+ "field.capacity": "容量",
89
90
  "field.use-case": "使用事例",
90
91
  "field.view": "画面",
91
92
  "field.work-date": "作業基準日",
@@ -86,6 +86,7 @@
86
86
  "field.time-limit": "제한시간",
87
87
  "field.time-period": "시간단위",
88
88
  "field.unit": "단위",
89
+ "field.capacity": "용량",
89
90
  "field.use-case": "사용 사례",
90
91
  "field.view": "화면",
91
92
  "field.work-date": "작업기준일",
@@ -86,6 +86,7 @@
86
86
  "field.time-limit": "had masa",
87
87
  "field.time-period": "tempoh masa",
88
88
  "field.unit": "unit",
89
+ "field.capacity": "kapasiti",
89
90
  "field.use-case": "kes penggunaan",
90
91
  "field.view": "skrin",
91
92
  "field.work-date": "tarikh kerja",
@@ -86,6 +86,7 @@
86
86
  "field.time-limit": "限制时间",
87
87
  "field.time-period": "时间单位",
88
88
  "field.unit": "单位",
89
+ "field.capacity": "容量",
89
90
  "field.use-case": "使用案例",
90
91
  "field.view": "屏幕",
91
92
  "field.work-date": "工作基准日",