@dssp/dcsp 1.0.0-alpha.30 → 1.0.0-alpha.32
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 +13 -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.32",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "dist-client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -40,8 +40,8 @@
|
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
42
|
"@dssp/building-complex": "^1.0.0-alpha.22",
|
|
43
|
-
"@dssp/project": "^1.0.0-alpha.
|
|
44
|
-
"@dssp/supervision": "^1.0.0-alpha.
|
|
43
|
+
"@dssp/project": "^1.0.0-alpha.32",
|
|
44
|
+
"@dssp/supervision": "^1.0.0-alpha.32",
|
|
45
45
|
"@material/web": "^2.1.0",
|
|
46
46
|
"@operato/chart": "^9.0.0",
|
|
47
47
|
"@operato/gantt": "^9.0.0",
|
|
@@ -93,5 +93,5 @@
|
|
|
93
93
|
"devDependencies": {
|
|
94
94
|
"@things-factory/builder": "^9.0.0"
|
|
95
95
|
},
|
|
96
|
-
"gitHead": "
|
|
96
|
+
"gitHead": "f839ebb8ef8360f19b0d10aad95516030234aef7"
|
|
97
97
|
}
|
package/schema.graphql
CHANGED
|
@@ -1070,7 +1070,15 @@ type BuildingInspectionDailyWorklog {
|
|
|
1070
1070
|
domain: Domain
|
|
1071
1071
|
id: ID
|
|
1072
1072
|
memo: String
|
|
1073
|
+
|
|
1074
|
+
"""총괄 감리 책임자"""
|
|
1075
|
+
overallSupervisory: User
|
|
1076
|
+
overallSupervisorySignature: String
|
|
1073
1077
|
projectId: String!
|
|
1078
|
+
|
|
1079
|
+
"""건축사보 (공종별 감리 관리자)"""
|
|
1080
|
+
taskSupervisory: User
|
|
1081
|
+
taskSupervisorySignature: String
|
|
1074
1082
|
updatedAt: DateTimeISO
|
|
1075
1083
|
updater: User
|
|
1076
1084
|
worklogs: Object
|
|
@@ -1081,7 +1089,11 @@ input BuildingInspectionDailyWorklogNew {
|
|
|
1081
1089
|
date: String!
|
|
1082
1090
|
directiveMemo: String
|
|
1083
1091
|
memo: String
|
|
1092
|
+
overallSupervisoryId: String
|
|
1093
|
+
overallSupervisorySignature: String
|
|
1084
1094
|
projectId: String!
|
|
1095
|
+
taskSupervisoryId: String
|
|
1096
|
+
taskSupervisorySignature: String
|
|
1085
1097
|
worklogs: Object
|
|
1086
1098
|
}
|
|
1087
1099
|
|
|
@@ -5501,6 +5513,7 @@ type PDFDrawing {
|
|
|
5501
5513
|
type PDFDrawingLink {
|
|
5502
5514
|
box: String
|
|
5503
5515
|
data: PDFDrawingLinkData
|
|
5516
|
+
dwgId: String
|
|
5504
5517
|
id: String
|
|
5505
5518
|
story: String
|
|
5506
5519
|
symbol: String
|