@dssp/dcsp 1.0.0-alpha.92 → 1.0.0-alpha.93
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/dist-client/tsconfig.tsbuildinfo +1 -1
- package/package.json +4 -4
- package/schema.graphql +11 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dssp/dcsp",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.93",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "dist-client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -42,8 +42,8 @@
|
|
|
42
42
|
"@dssp/building-complex": "^1.0.0-alpha.84",
|
|
43
43
|
"@dssp/integration-allbaro": "^1.0.0-alpha.84",
|
|
44
44
|
"@dssp/integration-kiscon": "^1.0.0-alpha.84",
|
|
45
|
-
"@dssp/project": "^1.0.0-alpha.
|
|
46
|
-
"@dssp/supervision": "^1.0.0-alpha.
|
|
45
|
+
"@dssp/project": "^1.0.0-alpha.93",
|
|
46
|
+
"@dssp/supervision": "^1.0.0-alpha.93",
|
|
47
47
|
"@material/web": "^2.4.0",
|
|
48
48
|
"@operato/chart": "^10.0.0-beta",
|
|
49
49
|
"@operato/gantt": "^10.0.0-beta",
|
|
@@ -95,5 +95,5 @@
|
|
|
95
95
|
"devDependencies": {
|
|
96
96
|
"@things-factory/builder": "^10.0.0-beta"
|
|
97
97
|
},
|
|
98
|
-
"gitHead": "
|
|
98
|
+
"gitHead": "2d02e1f6e3defa92815d3ce19f321bda7753204b"
|
|
99
99
|
}
|
package/schema.graphql
CHANGED
|
@@ -5003,6 +5003,9 @@ type KpiMetric {
|
|
|
5003
5003
|
"""Aggregation period type for this metric."""
|
|
5004
5004
|
periodType: KpiPeriodType!
|
|
5005
5005
|
|
|
5006
|
+
"""목록 표시 순서(오름차순). 미지정(null)은 뒤로 정렬."""
|
|
5007
|
+
rank: Int
|
|
5008
|
+
|
|
5006
5009
|
"""
|
|
5007
5010
|
Cron schedule string for periodic KPI value aggregation (e.g., "0 0 * * *" for daily).
|
|
5008
5011
|
"""
|
|
@@ -5061,6 +5064,9 @@ input KpiMetricPatch {
|
|
|
5061
5064
|
"""Aggregation period type for this metric."""
|
|
5062
5065
|
periodType: KpiPeriodType
|
|
5063
5066
|
|
|
5067
|
+
"""목록 표시 순서(오름차순). 미지정(null)은 뒤로 정렬."""
|
|
5068
|
+
rank: Int
|
|
5069
|
+
|
|
5064
5070
|
"""
|
|
5065
5071
|
Cron schedule string for periodic KPI value aggregation (e.g., "0 0 * * *" for daily).
|
|
5066
5072
|
"""
|
|
@@ -8633,6 +8639,8 @@ input NewFavorite {
|
|
|
8633
8639
|
}
|
|
8634
8640
|
|
|
8635
8641
|
input NewFieldDocument {
|
|
8642
|
+
"""AI 브리핑 힌트용 분류 문자열 (대 · 중 · 소분류)"""
|
|
8643
|
+
category: String
|
|
8636
8644
|
code: String!
|
|
8637
8645
|
file: Upload
|
|
8638
8646
|
name: String!
|
|
@@ -8759,6 +8767,9 @@ input NewKpiMetric {
|
|
|
8759
8767
|
"""Aggregation period type for this metric."""
|
|
8760
8768
|
periodType: KpiPeriodType
|
|
8761
8769
|
|
|
8770
|
+
"""목록 표시 순서(오름차순). 미지정(null)은 뒤로 정렬."""
|
|
8771
|
+
rank: Int
|
|
8772
|
+
|
|
8762
8773
|
"""
|
|
8763
8774
|
Cron schedule string for periodic KPI value aggregation (e.g., "0 0 * * *" for daily).
|
|
8764
8775
|
"""
|