@dssp/dkpi 1.0.0-alpha.7 → 1.0.0-alpha.70

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.
Files changed (232) hide show
  1. package/KPI-STATISTICS-SERVICE.md +233 -0
  2. package/_index.html +0 -5
  3. package/assets/favicon.ico +0 -0
  4. package/assets/images/project-image.png +0 -0
  5. package/assets/manifest/apple-1024.png +0 -0
  6. package/assets/manifest/apple-120.png +0 -0
  7. package/assets/manifest/apple-152.png +0 -0
  8. package/assets/manifest/apple-167.png +0 -0
  9. package/assets/manifest/apple-180.png +0 -0
  10. package/assets/manifest/apple-touch-icon.png +0 -0
  11. package/assets/manifest/badge-128x128.png +0 -0
  12. package/assets/manifest/chrome-splashscreen-icon-384x384.png +0 -0
  13. package/assets/manifest/chrome-touch-icon-192x192.png +0 -0
  14. package/assets/manifest/icon-128x128.png +0 -0
  15. package/assets/manifest/icon-192x192.png +0 -0
  16. package/assets/manifest/icon-512x512.png +0 -0
  17. package/assets/manifest/icon-72x72.png +0 -0
  18. package/assets/manifest/icon-96x96.png +0 -0
  19. package/assets/manifest/image-metaog.png +0 -0
  20. package/assets/manifest/maskable_icon.png +0 -0
  21. package/assets/manifest/ms-icon-144x144.png +0 -0
  22. package/assets/manifest/ms-touch-icon-144x144-precomposed.png +0 -0
  23. package/assets/videos/intro.mp4 +0 -0
  24. package/dist-client/bootstrap.js +64 -4
  25. package/dist-client/bootstrap.js.map +1 -1
  26. package/dist-client/components/kpi-2d-lookup-chart.d.ts +43 -0
  27. package/dist-client/components/kpi-2d-lookup-chart.js +253 -0
  28. package/dist-client/components/kpi-2d-lookup-chart.js.map +1 -0
  29. package/dist-client/components/kpi-boxplot-chart.d.ts +24 -0
  30. package/dist-client/components/kpi-boxplot-chart.js +291 -0
  31. package/dist-client/components/kpi-boxplot-chart.js.map +1 -0
  32. package/dist-client/components/kpi-lookup-chart.d.ts +53 -0
  33. package/dist-client/components/kpi-lookup-chart.js +430 -0
  34. package/dist-client/components/kpi-lookup-chart.js.map +1 -0
  35. package/dist-client/components/kpi-mini-trend-chart.d.ts +14 -0
  36. package/dist-client/components/kpi-mini-trend-chart.js +148 -0
  37. package/dist-client/components/kpi-mini-trend-chart.js.map +1 -0
  38. package/dist-client/components/kpi-radar-chart.d.ts +17 -0
  39. package/dist-client/components/kpi-radar-chart.js +259 -0
  40. package/dist-client/components/kpi-radar-chart.js.map +1 -0
  41. package/dist-client/components/kpi-single-boxplot-chart.d.ts +24 -0
  42. package/dist-client/components/kpi-single-boxplot-chart.js +391 -0
  43. package/dist-client/components/kpi-single-boxplot-chart.js.map +1 -0
  44. package/dist-client/components/kpi-trend-chart.d.ts +25 -0
  45. package/dist-client/components/kpi-trend-chart.js +220 -0
  46. package/dist-client/components/kpi-trend-chart.js.map +1 -0
  47. package/dist-client/components/sv-pagenation-control.d.ts +18 -0
  48. package/dist-client/components/sv-pagenation-control.js +142 -0
  49. package/dist-client/components/sv-pagenation-control.js.map +1 -0
  50. package/dist-client/google-map/common-google-map.d.ts +35 -0
  51. package/dist-client/google-map/common-google-map.js +345 -0
  52. package/dist-client/google-map/common-google-map.js.map +1 -0
  53. package/dist-client/google-map/google-map-loader.d.ts +6 -0
  54. package/dist-client/google-map/google-map-loader.js +23 -0
  55. package/dist-client/google-map/google-map-loader.js.map +1 -0
  56. package/dist-client/icons/menu-icons.d.ts +6 -0
  57. package/dist-client/icons/menu-icons.js +42 -0
  58. package/dist-client/icons/menu-icons.js.map +1 -1
  59. package/dist-client/pages/kpi-admin/dssp-kpi-list-page.d.ts +22 -0
  60. package/dist-client/pages/kpi-admin/dssp-kpi-list-page.js +57 -0
  61. package/dist-client/pages/kpi-admin/dssp-kpi-list-page.js.map +1 -0
  62. package/dist-client/pages/kpi-admin/dssp-kpi-overview.d.ts +46 -0
  63. package/dist-client/pages/kpi-admin/dssp-kpi-overview.js +378 -0
  64. package/dist-client/pages/kpi-admin/dssp-kpi-overview.js.map +1 -0
  65. package/dist-client/pages/kpi-admin/kpi-grade-2d-editor.d.ts +20 -0
  66. package/dist-client/pages/kpi-admin/kpi-grade-2d-editor.js +445 -0
  67. package/dist-client/pages/kpi-admin/kpi-grade-2d-editor.js.map +1 -0
  68. package/dist-client/pages/kpi-admin/kpi-system-guide.d.ts +18 -0
  69. package/dist-client/pages/kpi-admin/kpi-system-guide.js +535 -0
  70. package/dist-client/pages/kpi-admin/kpi-system-guide.js.map +1 -0
  71. package/dist-client/pages/kpi-dashboard/cards/kpi-level1-card.d.ts +18 -0
  72. package/dist-client/pages/kpi-dashboard/cards/kpi-level1-card.js +259 -0
  73. package/dist-client/pages/kpi-dashboard/cards/kpi-level1-card.js.map +1 -0
  74. package/dist-client/pages/kpi-dashboard/cards/kpi-level2-comparison.d.ts +22 -0
  75. package/dist-client/pages/kpi-dashboard/cards/kpi-level2-comparison.js +346 -0
  76. package/dist-client/pages/kpi-dashboard/cards/kpi-level2-comparison.js.map +1 -0
  77. package/dist-client/pages/kpi-dashboard/cards/kpi-level3-comparison.d.ts +26 -0
  78. package/dist-client/pages/kpi-dashboard/cards/kpi-level3-comparison.js +433 -0
  79. package/dist-client/pages/kpi-dashboard/cards/kpi-level3-comparison.js.map +1 -0
  80. package/dist-client/pages/kpi-dashboard/components/kpi-chart-toggle.d.ts +8 -0
  81. package/dist-client/pages/kpi-dashboard/components/kpi-chart-toggle.js +78 -0
  82. package/dist-client/pages/kpi-dashboard/components/kpi-chart-toggle.js.map +1 -0
  83. package/dist-client/pages/kpi-dashboard/components/kpi-left-panel.d.ts +38 -0
  84. package/dist-client/pages/kpi-dashboard/components/kpi-left-panel.js +851 -0
  85. package/dist-client/pages/kpi-dashboard/components/kpi-left-panel.js.map +1 -0
  86. package/dist-client/pages/kpi-dashboard/components/kpi-map-panel.d.ts +42 -0
  87. package/dist-client/pages/kpi-dashboard/components/kpi-map-panel.js +316 -0
  88. package/dist-client/pages/kpi-dashboard/components/kpi-map-panel.js.map +1 -0
  89. package/dist-client/pages/kpi-dashboard/components/kpi-region-popup.d.ts +28 -0
  90. package/dist-client/pages/kpi-dashboard/components/kpi-region-popup.js +497 -0
  91. package/dist-client/pages/kpi-dashboard/components/kpi-region-popup.js.map +1 -0
  92. package/dist-client/pages/kpi-dashboard/kpi-alert-panel.d.ts +18 -0
  93. package/dist-client/pages/kpi-dashboard/kpi-alert-panel.js +131 -0
  94. package/dist-client/pages/kpi-dashboard/kpi-alert-panel.js.map +1 -0
  95. package/dist-client/pages/kpi-dashboard/kpi-dashboard-map.d.ts +52 -0
  96. package/dist-client/pages/kpi-dashboard/kpi-dashboard-map.js +798 -0
  97. package/dist-client/pages/kpi-dashboard/kpi-dashboard-map.js.map +1 -0
  98. package/dist-client/pages/kpi-dashboard/kpi-dashboard.d.ts +63 -0
  99. package/dist-client/pages/kpi-dashboard/kpi-dashboard.js +1089 -0
  100. package/dist-client/pages/kpi-dashboard/kpi-dashboard.js.map +1 -0
  101. package/dist-client/pages/kpi-dashboard/kpi-grade-visualization.d.ts +12 -0
  102. package/dist-client/pages/kpi-dashboard/kpi-grade-visualization.js +82 -0
  103. package/dist-client/pages/kpi-dashboard/kpi-grade-visualization.js.map +1 -0
  104. package/dist-client/pages/kpi-dashboard/kpi-history-viewer.d.ts +11 -0
  105. package/dist-client/pages/kpi-dashboard/kpi-history-viewer.js +65 -0
  106. package/dist-client/pages/kpi-dashboard/kpi-history-viewer.js.map +1 -0
  107. package/dist-client/pages/kpi-dashboard/kpi-list-summary.d.ts +13 -0
  108. package/dist-client/pages/kpi-dashboard/kpi-list-summary.js +115 -0
  109. package/dist-client/pages/kpi-dashboard/kpi-list-summary.js.map +1 -0
  110. package/dist-client/pages/kpi-dashboard/kpi-performance-summary.d.ts +15 -0
  111. package/dist-client/pages/kpi-dashboard/kpi-performance-summary.js +147 -0
  112. package/dist-client/pages/kpi-dashboard/kpi-performance-summary.js.map +1 -0
  113. package/dist-client/pages/kpi-dashboard/kpi-value-entry.d.ts +7 -0
  114. package/dist-client/pages/kpi-dashboard/kpi-value-entry.js +86 -0
  115. package/dist-client/pages/kpi-dashboard/kpi-value-entry.js.map +1 -0
  116. package/dist-client/pages/kpi-metric-value/kpi-metric-value-editor-page.d.ts +57 -0
  117. package/dist-client/pages/kpi-metric-value/kpi-metric-value-editor-page.js +719 -0
  118. package/dist-client/pages/kpi-metric-value/kpi-metric-value-editor-page.js.map +1 -0
  119. package/dist-client/pages/kpi-metric-value/kpi-metric-value-importer.d.ts +23 -0
  120. package/dist-client/pages/kpi-metric-value/kpi-metric-value-importer.js +76 -0
  121. package/dist-client/pages/kpi-metric-value/kpi-metric-value-importer.js.map +1 -0
  122. package/dist-client/pages/kpi-metric-value/kpi-metric-value-list-page.d.ts +68 -0
  123. package/dist-client/pages/kpi-metric-value/kpi-metric-value-list-page.js +380 -0
  124. package/dist-client/pages/kpi-metric-value/kpi-metric-value-list-page.js.map +1 -0
  125. package/dist-client/pages/kpi-metric-value/kpi-metric-value-manual-entry-form.d.ts +12 -0
  126. package/dist-client/pages/kpi-metric-value/kpi-metric-value-manual-entry-form.js +174 -0
  127. package/dist-client/pages/kpi-metric-value/kpi-metric-value-manual-entry-form.js.map +1 -0
  128. package/dist-client/pages/kpi-metric-value/kpi-metric-value-manual-entry-page.d.ts +40 -0
  129. package/dist-client/pages/kpi-metric-value/kpi-metric-value-manual-entry-page.js +190 -0
  130. package/dist-client/pages/kpi-metric-value/kpi-metric-value-manual-entry-page.js.map +1 -0
  131. package/dist-client/pages/kpi-value/kpi-value-importer.d.ts +23 -0
  132. package/dist-client/pages/kpi-value/kpi-value-importer.js +93 -0
  133. package/dist-client/pages/kpi-value/kpi-value-importer.js.map +1 -0
  134. package/dist-client/pages/kpi-value/kpi-value-list-page.d.ts +71 -0
  135. package/dist-client/pages/kpi-value/kpi-value-list-page.js +464 -0
  136. package/dist-client/pages/kpi-value/kpi-value-list-page.js.map +1 -0
  137. package/dist-client/pages/project-complete-tabs/pc-tab1-plan.d.ts +14 -0
  138. package/dist-client/pages/project-complete-tabs/pc-tab1-plan.js +339 -0
  139. package/dist-client/pages/project-complete-tabs/pc-tab1-plan.js.map +1 -0
  140. package/dist-client/pages/project-complete-tabs/pc-tab2-rating.d.ts +14 -0
  141. package/dist-client/pages/project-complete-tabs/pc-tab2-rating.js +276 -0
  142. package/dist-client/pages/project-complete-tabs/pc-tab2-rating.js.map +1 -0
  143. package/dist-client/pages/project-complete-tabs/pc-tab3-upload.d.ts +18 -0
  144. package/dist-client/pages/project-complete-tabs/pc-tab3-upload.js +307 -0
  145. package/dist-client/pages/project-complete-tabs/pc-tab3-upload.js.map +1 -0
  146. package/dist-client/pages/project-complete-tabs/pc-tab4-monthly.d.ts +18 -0
  147. package/dist-client/pages/project-complete-tabs/pc-tab4-monthly.js +433 -0
  148. package/dist-client/pages/project-complete-tabs/pc-tab4-monthly.js.map +1 -0
  149. package/dist-client/pages/sv-project-complete.d.ts +21 -0
  150. package/dist-client/pages/sv-project-complete.js +213 -0
  151. package/dist-client/pages/sv-project-complete.js.map +1 -0
  152. package/dist-client/pages/sv-project-completed-list.d.ts +27 -0
  153. package/dist-client/pages/sv-project-completed-list.js +416 -0
  154. package/dist-client/pages/sv-project-completed-list.js.map +1 -0
  155. package/dist-client/pages/sv-project-detail.d.ts +46 -0
  156. package/dist-client/pages/sv-project-detail.js +1236 -0
  157. package/dist-client/pages/sv-project-detail.js.map +1 -0
  158. package/dist-client/pages/sv-project-list.d.ts +165 -0
  159. package/dist-client/pages/sv-project-list.js +488 -0
  160. package/dist-client/pages/sv-project-list.js.map +1 -0
  161. package/dist-client/route.d.ts +1 -1
  162. package/dist-client/route.js +35 -1
  163. package/dist-client/route.js.map +1 -1
  164. package/dist-client/shared/complete-api.d.ts +8 -0
  165. package/dist-client/shared/complete-api.js +177 -0
  166. package/dist-client/shared/complete-api.js.map +1 -0
  167. package/dist-client/shared/func.d.ts +2 -0
  168. package/dist-client/shared/func.js +22 -0
  169. package/dist-client/shared/func.js.map +1 -0
  170. package/dist-client/themes/dark.css +24 -24
  171. package/dist-client/themes/light.css +23 -23
  172. package/dist-client/tsconfig.tsbuildinfo +1 -1
  173. package/dist-client/viewparts/menu-tools.d.ts +40 -5
  174. package/dist-client/viewparts/menu-tools.js +289 -34
  175. package/dist-client/viewparts/menu-tools.js.map +1 -1
  176. package/dist-server/index.d.ts +2 -0
  177. package/dist-server/index.js +5 -0
  178. package/dist-server/index.js.map +1 -1
  179. package/dist-server/migrations/index.d.ts +1 -0
  180. package/dist-server/migrations/index.js +12 -0
  181. package/dist-server/migrations/index.js.map +1 -0
  182. package/dist-server/scripts/calculate-kpi-scores.d.ts +10 -0
  183. package/dist-server/scripts/calculate-kpi-scores.js +333 -0
  184. package/dist-server/scripts/calculate-kpi-scores.js.map +1 -0
  185. package/dist-server/scripts/load-grade-data-migration.d.ts +14 -0
  186. package/dist-server/scripts/load-grade-data-migration.js +279 -0
  187. package/dist-server/scripts/load-grade-data-migration.js.map +1 -0
  188. package/dist-server/scripts/propagate-parent-kpi-values.d.ts +14 -0
  189. package/dist-server/scripts/propagate-parent-kpi-values.js +786 -0
  190. package/dist-server/scripts/propagate-parent-kpi-values.js.map +1 -0
  191. package/dist-server/scripts/recalculate-by-project-name.d.ts +2 -0
  192. package/dist-server/scripts/recalculate-by-project-name.js +72 -0
  193. package/dist-server/scripts/recalculate-by-project-name.js.map +1 -0
  194. package/dist-server/service/index.d.ts +4 -0
  195. package/dist-server/service/index.js +20 -0
  196. package/dist-server/service/index.js.map +1 -0
  197. package/dist-server/service/kpi-metric-value/index.d.ts +4 -0
  198. package/dist-server/service/kpi-metric-value/index.js +8 -0
  199. package/dist-server/service/kpi-metric-value/index.js.map +1 -0
  200. package/dist-server/service/kpi-metric-value/kpi-metric-value-mutation.d.ts +74 -0
  201. package/dist-server/service/kpi-metric-value/kpi-metric-value-mutation.js +687 -0
  202. package/dist-server/service/kpi-metric-value/kpi-metric-value-mutation.js.map +1 -0
  203. package/dist-server/service/kpi-metric-value/kpi-metric-value-query.d.ts +7 -0
  204. package/dist-server/service/kpi-metric-value/kpi-metric-value-query.js +52 -0
  205. package/dist-server/service/kpi-metric-value/kpi-metric-value-query.js.map +1 -0
  206. package/dist-server/service/kpi-stat/index.d.ts +4 -0
  207. package/dist-server/service/kpi-stat/index.js +8 -0
  208. package/dist-server/service/kpi-stat/index.js.map +1 -0
  209. package/dist-server/service/kpi-stat/kpi-stat-query.d.ts +12 -0
  210. package/dist-server/service/kpi-stat/kpi-stat-query.js +662 -0
  211. package/dist-server/service/kpi-stat/kpi-stat-query.js.map +1 -0
  212. package/dist-server/service/kpi-stat/kpi-stat-types.d.ts +32 -0
  213. package/dist-server/service/kpi-stat/kpi-stat-types.js +180 -0
  214. package/dist-server/service/kpi-stat/kpi-stat-types.js.map +1 -0
  215. package/dist-server/service/kpi-value/index.d.ts +3 -0
  216. package/dist-server/service/kpi-value/index.js +7 -0
  217. package/dist-server/service/kpi-value/index.js.map +1 -0
  218. package/dist-server/service/kpi-value/kpi-value-query.d.ts +8 -0
  219. package/dist-server/service/kpi-value/kpi-value-query.js +69 -0
  220. package/dist-server/service/kpi-value/kpi-value-query.js.map +1 -0
  221. package/dist-server/tsconfig.tsbuildinfo +1 -1
  222. package/kpi-module-service-tests.md +1286 -0
  223. package/kpi-module-test-report.md +676 -0
  224. package/kpi-module-unit-test-detailed-report.md +925 -0
  225. package/kpi-module-unit-tests-detailed.md +1452 -0
  226. package/package.json +65 -55
  227. package/recalculate-batch.sh +64 -0
  228. package/recalculate-projects-range.sh +98 -0
  229. package/schema.graphql +2514 -455
  230. package/things-factory.config.js +11 -1
  231. package/views/auth-page.html +0 -1
  232. package/views/public/home.html +0 -1
package/schema.graphql CHANGED
@@ -3,15 +3,6 @@
3
3
  # !!! DO NOT MODIFY THIS FILE BY YOURSELF !!!
4
4
  # -----------------------------------------------
5
5
 
6
- input APIDocCompletionInput {
7
- code: String!
8
- language: String
9
- }
10
-
11
- type APIDocCompletionOutput {
12
- message: String
13
- }
14
-
15
6
  """Represents a pair of access and refresh tokens."""
16
7
  type AccessToken {
17
8
  """The access token for API authentication."""
@@ -21,6 +12,46 @@ type AccessToken {
21
12
  refreshToken: String!
22
13
  }
23
14
 
15
+ """Entity for ActionPlan"""
16
+ type ActionPlan {
17
+ active: Boolean
18
+ content: String
19
+ createdAt: DateTimeISO
20
+ creator: User
21
+ deletedAt: DateTimeISO
22
+ description: String
23
+ domain: Domain
24
+ id: ID!
25
+ issue: Issue!
26
+ name: String
27
+ params: String
28
+ state: String
29
+ thumbnail: String
30
+ updatedAt: DateTimeISO
31
+ updater: User
32
+ }
33
+
34
+ type ActionPlanList {
35
+ items: [ActionPlan!]!
36
+ total: Int!
37
+ }
38
+
39
+ input ActionPlanPatch {
40
+ active: Boolean
41
+ cuFlag: String
42
+ description: String
43
+ id: ID
44
+ name: String
45
+ state: ActionPlanStatus
46
+ thumbnail: Upload
47
+ }
48
+
49
+ """state enumeration of a actionPlan"""
50
+ enum ActionPlanStatus {
51
+ STATUS_A
52
+ STATUS_B
53
+ }
54
+
24
55
  """Entity for Activity"""
25
56
  type Activity {
26
57
  """BPMN 2.0 task type"""
@@ -910,6 +941,7 @@ enum AttributeSetItemType {
910
941
  datetime
911
942
  file
912
943
  number
944
+ secret
913
945
  select
914
946
  text
915
947
  }
@@ -1114,6 +1146,11 @@ type Board {
1114
1146
  """A list of play groups that this board is a part of."""
1115
1147
  playGroups: [PlayGroup!]
1116
1148
 
1149
+ """
1150
+ Sort order for display. Lower values appear first. Supports fractional values for insertion.
1151
+ """
1152
+ sortOrder: Float
1153
+
1117
1154
  """The state of the board, can be 'draft' or 'released'."""
1118
1155
  state: String
1119
1156
 
@@ -1168,6 +1205,11 @@ type BoardFavorite {
1168
1205
  """A list of play groups that this board is a part of."""
1169
1206
  playGroups: [PlayGroup!]
1170
1207
 
1208
+ """
1209
+ Sort order for display. Lower values appear first. Supports fractional values for insertion.
1210
+ """
1211
+ sortOrder: Float
1212
+
1171
1213
  """The state of the board, can be 'draft' or 'released'."""
1172
1214
  state: String
1173
1215
 
@@ -1387,6 +1429,7 @@ type Building {
1387
1429
 
1388
1430
  """단지 정보"""
1389
1431
  type BuildingComplex {
1432
+ actualProgress: Float
1390
1433
  address: String
1391
1434
  area: Float
1392
1435
  buildingCount: Float
@@ -1395,13 +1438,16 @@ type BuildingComplex {
1395
1438
  constructionCompany: String
1396
1439
  constructionCost: Float
1397
1440
  constructionType: String
1441
+ coverageRatio: Float
1398
1442
  createdAt: DateTimeISO
1399
1443
  creator: User
1400
1444
  deletedAt: DateTimeISO
1445
+ designChangeCount: Float
1401
1446
  designCompany: String
1402
1447
  domain: Domain
1403
1448
  drawing: Attachment
1404
1449
  etc: String
1450
+ floorAreaRatio: Float
1405
1451
  householdCount: Float
1406
1452
  id: ID!
1407
1453
  latitude: Float
@@ -1411,26 +1457,35 @@ type BuildingComplex {
1411
1457
  overallSupervisoryEmails: [String!]
1412
1458
  planXScale: Float
1413
1459
  planYScale: Float
1460
+ plannedProgress: Float
1461
+ siteType: String
1462
+ structureType: String
1414
1463
  supervisoryCompany: String
1415
1464
  taskConstructorEmails: [String!]
1416
1465
  taskSupervisoryEmails: [String!]
1417
1466
  updatedAt: DateTimeISO
1418
1467
  updater: User
1468
+ virtualTourLink: String
1469
+ workerCount: Float
1419
1470
  }
1420
1471
 
1421
1472
  input BuildingComplexPatch {
1473
+ actualProgress: Float
1422
1474
  address: String
1423
1475
  area: Float
1424
- buildingCount: Float
1476
+ buildingCount: Int
1425
1477
  buildings: [BuildingPatch!]
1426
1478
  clientCompany: String
1427
1479
  constructionCompany: String
1428
1480
  constructionCost: Float
1429
1481
  constructionType: String
1482
+ coverageRatio: Float
1483
+ designChangeCount: Int
1430
1484
  designCompany: String
1431
1485
  drawingUpload: Upload
1432
1486
  etc: String
1433
- householdCount: Float
1487
+ floorAreaRatio: Float
1488
+ householdCount: Int
1434
1489
  id: String
1435
1490
  latitude: Float
1436
1491
  longitude: Float
@@ -1439,9 +1494,137 @@ input BuildingComplexPatch {
1439
1494
  overallSupervisoryEmails: [String!]
1440
1495
  planXScale: Float
1441
1496
  planYScale: Float
1497
+ plannedProgress: Float
1498
+ siteType: SiteType
1499
+ structureType: String
1442
1500
  supervisoryCompany: String
1443
1501
  taskConstructorEmails: [String!]
1444
1502
  taskSupervisoryEmails: [String!]
1503
+ virtualTourLink: String
1504
+ workerCount: Int
1505
+ }
1506
+
1507
+ type BuildingInspection {
1508
+ attachments: [Attachment!]!
1509
+ buildingInspectionSummary: BuildingInspectionSummary!
1510
+ buildingLevel: BuildingLevel
1511
+ cellX: Float
1512
+ cellY: Float
1513
+ checklist: Checklist
1514
+ createdAt: DateTimeISO
1515
+ creator: User
1516
+ deletedAt: DateTimeISO
1517
+ drawingMarker: String
1518
+ failCount: Float
1519
+ id: ID!
1520
+ manager: ProjectManagerOutput
1521
+ memo: String
1522
+ projectType: String
1523
+ requestDate: String
1524
+ status: String
1525
+ updatedAt: DateTimeISO
1526
+ updater: User
1527
+ worklog: BuildingInspectionDailyWorklog
1528
+ }
1529
+
1530
+ """Entity for BuildingInspectionDailyWorklog"""
1531
+ type BuildingInspectionDailyWorklog {
1532
+ buildingInspections: [BuildingInspection!]
1533
+ createdAt: DateTimeISO
1534
+ creator: User
1535
+ date: String
1536
+ deletedAt: DateTimeISO
1537
+ directiveMemo: String
1538
+ documentNo: String
1539
+ domain: Domain
1540
+ id: ID
1541
+ memo: String
1542
+
1543
+ """총괄 감리 책임자"""
1544
+ overallSupervisory: User
1545
+ overallSupervisorySignature: String
1546
+ projectId: String!
1547
+
1548
+ """건축사보 (공종별 감리 관리자)"""
1549
+ taskSupervisory: User
1550
+ taskSupervisorySignature: String
1551
+ updatedAt: DateTimeISO
1552
+ updater: User
1553
+ worklogs: Object
1554
+ }
1555
+
1556
+ input BuildingInspectionDailyWorklogNew {
1557
+ buildingInspectionIds: [String!]
1558
+ date: String!
1559
+ directiveMemo: String
1560
+ memo: String
1561
+ overallSupervisoryId: String
1562
+ overallSupervisorySignature: String
1563
+ projectId: String!
1564
+ taskSupervisoryId: String
1565
+ taskSupervisorySignature: String
1566
+ worklogs: Object
1567
+ }
1568
+
1569
+ input BuildingInspectionDailyWorklogPatch {
1570
+ directiveMemo: String
1571
+ id: ID!
1572
+ memo: String
1573
+ worklogs: Object
1574
+ }
1575
+
1576
+ """History Entity of BuildingInspection"""
1577
+ type BuildingInspectionHistory {
1578
+ attachments: [Attachment!]!
1579
+ buildingLevel: BuildingLevel
1580
+ cellX: Float
1581
+ cellY: Float
1582
+ checklistHistory: ChecklistHistory
1583
+ checklistId: String
1584
+ createdAt: DateTimeISO
1585
+ creator: User
1586
+ drawingMarker: String
1587
+ failCount: Float
1588
+ id: ID!
1589
+ loggedAt: DateTimeISO
1590
+ manager: ProjectManagerOutput
1591
+ memo: String
1592
+ projectType: String
1593
+ requestDate: String
1594
+ status: String
1595
+ timestamp: User!
1596
+ updater: User
1597
+ worklog: BuildingInspectionDailyWorklog
1598
+ }
1599
+
1600
+ type BuildingInspectionHistoryList {
1601
+ items: [BuildingInspectionHistory!]!
1602
+ total: Int!
1603
+ }
1604
+
1605
+ type BuildingInspectionList {
1606
+ items: [BuildingInspection!]!
1607
+ total: Int!
1608
+ }
1609
+
1610
+ type BuildingInspectionSummary {
1611
+ """검측 실패 수"""
1612
+ fail: Int!
1613
+
1614
+ """검측 통과 수"""
1615
+ pass: Int!
1616
+
1617
+ """재검측 대기 수 (failCount > 0 인 WAIT/OVERALL_WAIT)"""
1618
+ reWait: Int
1619
+
1620
+ """검측 요청 수"""
1621
+ request: Int!
1622
+
1623
+ """요청일자"""
1624
+ requestDate: String
1625
+
1626
+ """검측 대기 수"""
1627
+ wait: Int!
1445
1628
  }
1446
1629
 
1447
1630
  type BuildingInspectionSummaryOfLevel {
@@ -1458,6 +1641,21 @@ type BuildingInspectionSummaryOfLevel {
1458
1641
  wait: Int!
1459
1642
  }
1460
1643
 
1644
+ input BuildingInspectionsOfBuildingLevel {
1645
+ buildingLevelId: String!
1646
+ endDate: String
1647
+ limit: Float
1648
+ startDate: String
1649
+ }
1650
+
1651
+ input BuildingInspectionsOfProject {
1652
+ limit: Float
1653
+ projectId: String!
1654
+
1655
+ """상태 필터 (WAIT, REQUEST, FAIL, RE_WAIT, PASS)"""
1656
+ statusFilter: String
1657
+ }
1658
+
1461
1659
  """층 정보"""
1462
1660
  type BuildingLevel {
1463
1661
  building: Building!
@@ -1503,22 +1701,293 @@ input BuildingPatch {
1503
1701
  name: String
1504
1702
  }
1505
1703
 
1506
- input ChatCompletionInput {
1507
- content: String!
1704
+ type Checklist {
1705
+ buildingInspection: BuildingInspection!
1706
+ checklistAttachments(description: String): [Attachment!]!
1707
+ checklistItems: [ChecklistItem!]!
1708
+ checklistReferenceType: String
1709
+ constructionDetailType: String
1710
+ constructionInspectionDate: DateTimeISO
1711
+ constructionType: String
1712
+ createdAt: DateTimeISO
1713
+ creator: User
1714
+ deletedAt: DateTimeISO
1715
+ documentNo: String
1716
+ id: ID!
1717
+ inspectionDrawingType: String
1718
+ inspectionParts: [String!]
1719
+ inspectionRequestDocumentNo: String
1720
+ inspectionRequestMemo: String
1721
+ inspectionRequestUpdatedAt: DateTimeISO
1722
+ inspectionResultDocumentNo: String
1723
+ inspectionResultMemo: String
1724
+ inspectionResultStatus: String
1725
+ inspectionResultType: String
1726
+ inspectionResultUpdatedAt: DateTimeISO
1727
+ location: String
1728
+ name: String
1729
+ nameListAttachment: Attachment
1730
+
1731
+ """총괄 시공 책임자"""
1732
+ overallConstructor: User
1733
+ overallConstructorSignature: String
1734
+
1735
+ """총괄 감리 책임자"""
1736
+ overallSupervisory: User
1737
+ overallSupervisorySignature: String
1738
+ projectType: String
1739
+ supervisorInspectionDate: DateTimeISO
1740
+
1741
+ """공종별 시공 관리자"""
1742
+ taskConstructor: User
1743
+ taskConstructorSignature: String
1744
+
1745
+ """건축사보 (공종별 감리 관리자)"""
1746
+ taskSupervisory: User
1747
+ taskSupervisorySignature: String
1748
+ updatedAt: DateTimeISO
1749
+ updater: User
1508
1750
  }
1509
1751
 
1510
- type ChatCompletionOutput {
1511
- message: String
1752
+ """Entity for ChecklistHistory"""
1753
+ type ChecklistHistory {
1754
+ buildingInspectionHistory: BuildingInspectionHistory!
1755
+ checklistItemHistories: [ChecklistItemHistory!]!
1756
+ checklistReferenceType: String
1757
+ constructionDetailType: String
1758
+ constructionInspectionDate: DateTimeISO
1759
+ constructionType: String
1760
+ createdAt: DateTimeISO
1761
+ creator: User
1762
+ documentNo: String
1763
+ id: ID!
1764
+ inspectionDrawingType: String
1765
+ inspectionParts: [String!]
1766
+ inspectionRequestDocumentNo: String
1767
+ inspectionRequestMemo: String
1768
+ inspectionRequestUpdatedAt: DateTimeISO
1769
+ inspectionResultDocumentNo: String
1770
+ inspectionResultMemo: String
1771
+ inspectionResultStatus: String
1772
+ inspectionResultType: String
1773
+ inspectionResultUpdatedAt: DateTimeISO
1774
+ location: String
1775
+ loggedAt: DateTimeISO
1776
+ name: String
1777
+
1778
+ """총괄 시공 책임자"""
1779
+ overallConstructor: User
1780
+ overallConstructorSignature: String
1781
+
1782
+ """총괄 감리 책임자"""
1783
+ overallSupervisory: User
1784
+ overallSupervisorySignature: String
1785
+ projectType: String
1786
+ supervisorInspectionDate: DateTimeISO
1787
+
1788
+ """공종별 시공 관리자"""
1789
+ taskConstructor: User
1790
+ taskConstructorSignature: String
1791
+
1792
+ """건축사보 (공종별 감리 관리자)"""
1793
+ taskSupervisory: User
1794
+ taskSupervisorySignature: String
1795
+ timestamp: User!
1796
+ updater: User
1512
1797
  }
1513
1798
 
1514
- input CodeDecipherInput {
1515
- code: String!
1516
- language: String
1517
- system: String
1799
+ type ChecklistHistoryList {
1800
+ items: [ChecklistHistory!]!
1801
+ total: Int!
1518
1802
  }
1519
1803
 
1520
- type CodeDecipherOutput {
1521
- message: String
1804
+ input ChecklistInputType {
1805
+ constructionDetailType: String
1806
+ constructionType: String
1807
+ inspectionDrawingType: String
1808
+ inspectionParts: [String!]
1809
+ location: String
1810
+ name: String!
1811
+ }
1812
+
1813
+ type ChecklistItem {
1814
+ checklist: Checklist
1815
+ checklistItemAttachmentCount: Float!
1816
+ checklistItemAttachments(description: String): [Attachment!]!
1817
+ checklistItemCommentCount: Float!
1818
+ checklistItemComments: [ChecklistItemComment!]!
1819
+ constructionConfirmStatus: String
1820
+ createdAt: DateTimeISO
1821
+ creator: User
1822
+ deletedAt: DateTimeISO
1823
+ detailType: String!
1824
+ id: ID!
1825
+ inspctionCriteria: String
1826
+ mainType: String!
1827
+ name: String
1828
+ sequence: Int
1829
+ supervisoryConfirmStatus: String
1830
+ updatedAt: DateTimeISO
1831
+ updater: User
1832
+ }
1833
+
1834
+ """Entity for ChecklistItemComment"""
1835
+ type ChecklistItemComment {
1836
+ checklistItem: ChecklistItem
1837
+ comment: String
1838
+ createdAt: DateTimeISO
1839
+ creator: User
1840
+ deletedAt: DateTimeISO
1841
+ id: ID!
1842
+ }
1843
+
1844
+ input ChecklistItemCommentPatch {
1845
+ checklistItemId: String
1846
+ comment: String
1847
+ id: ID
1848
+ }
1849
+
1850
+ """History Entity of ChecklistItem"""
1851
+ type ChecklistItemHistory {
1852
+ checklistHistory: ChecklistHistory
1853
+ checklistId: String
1854
+ checklistItemAttachmentCount: Float!
1855
+ checklistItemAttachments(description: String): [Attachment!]!
1856
+ checklistItemCommentCount: Float!
1857
+ checklistItemComments: [ChecklistItemComment!]!
1858
+ constructionConfirmStatus: String
1859
+ createdAt: DateTimeISO
1860
+ creator: User
1861
+ detailType: String!
1862
+ id: ID!
1863
+ inspctionCriteria: String
1864
+ loggedAt: DateTimeISO
1865
+ mainType: String!
1866
+ name: String
1867
+ sequence: Float
1868
+ supervisoryConfirmStatus: String
1869
+ updater: User
1870
+ }
1871
+
1872
+ type ChecklistItemHistoryList {
1873
+ items: [ChecklistItemHistory!]!
1874
+ total: Int!
1875
+ }
1876
+
1877
+ input ChecklistItemInputType {
1878
+ detailType: String!
1879
+ inspctionCriteria: String
1880
+ mainType: String!
1881
+ name: String!
1882
+ }
1883
+
1884
+ type ChecklistItemList {
1885
+ items: [ChecklistItem!]!
1886
+ total: Int!
1887
+ }
1888
+
1889
+ input ChecklistItemSubmitInputType {
1890
+ constructionConfirmStatus: String
1891
+ id: String!
1892
+ supervisoryConfirmStatus: String
1893
+ }
1894
+
1895
+ type ChecklistList {
1896
+ items: [Checklist!]!
1897
+ total: Int!
1898
+ }
1899
+
1900
+ input ChecklistSubmitInputType {
1901
+ id: String!
1902
+ inspectionRequestMemo: String
1903
+ inspectionResultMemo: String
1904
+ inspectionResultStatus: String
1905
+ inspectionResultType: String
1906
+ overallConstructorSignature: String
1907
+ overallSupervisorySignature: String
1908
+ taskConstructorSignature: String
1909
+ taskSupervisorySignature: String
1910
+ }
1911
+
1912
+ type ChecklistTemplate {
1913
+ checklistTemplateItems: [ChecklistTemplateItem!]!
1914
+ createdAt: DateTimeISO
1915
+ creator: User
1916
+ deletedAt: DateTimeISO
1917
+ domain: Domain
1918
+ id: ID!
1919
+ name: String
1920
+ updatedAt: DateTimeISO
1921
+ updater: User
1922
+ }
1923
+
1924
+ type ChecklistTemplateItem {
1925
+ checklistTemplate: ChecklistTemplate
1926
+ createdAt: DateTimeISO
1927
+ creator: User
1928
+ criteriaRequestStatus: CriteriaRequestStatus
1929
+ detailType: String!
1930
+ detailTypeName: String!
1931
+ id: ID!
1932
+ inspctionCriteria: String
1933
+ inspctionCriteriaText: String
1934
+ mainType: String!
1935
+ name: String!
1936
+ sequence: Int
1937
+ updatedAt: DateTimeISO
1938
+ updater: User
1939
+ }
1940
+
1941
+ type ChecklistTemplateItemList {
1942
+ items: [ChecklistTemplateItem!]!
1943
+ total: Int!
1944
+ }
1945
+
1946
+ input ChecklistTemplateItemPatch {
1947
+ checklistTemplateId: String
1948
+ criteriaRequestStatus: CriteriaRequestStatus
1949
+ cuFlag: String
1950
+ detailType: String
1951
+ id: ID
1952
+ inspctionCriteria: String
1953
+ inspctionCriteriaText: String
1954
+ mainType: String
1955
+ name: String
1956
+ sequence: Int
1957
+ }
1958
+
1959
+ type ChecklistTemplateList {
1960
+ items: [ChecklistTemplate!]!
1961
+ total: Int!
1962
+ }
1963
+
1964
+ input ChecklistTemplatePatch {
1965
+ cuFlag: String
1966
+ id: ID
1967
+ name: String
1968
+ }
1969
+
1970
+ type ChecklistType {
1971
+ createdAt: DateTimeISO
1972
+ creator: User
1973
+ detailType: String!
1974
+ domain: Domain
1975
+ id: ID!
1976
+ mainType: String!
1977
+ updatedAt: DateTimeISO
1978
+ updater: User
1979
+ }
1980
+
1981
+ type ChecklistTypeList {
1982
+ items: [ChecklistType!]!
1983
+ total: Int!
1984
+ }
1985
+
1986
+ input ChecklistTypePatch {
1987
+ cuFlag: String
1988
+ detailType: String
1989
+ id: ID
1990
+ mainType: String
1522
1991
  }
1523
1992
 
1524
1993
  """Entity for CommonCode"""
@@ -1579,9 +2048,7 @@ input CommonCodePatch {
1579
2048
 
1580
2049
  """Represents a configured connection to an external system or service."""
1581
2050
  type Connection {
1582
- """
1583
- Indicates whether the connection is currently active and should be maintained.
1584
- """
2051
+ """Whether to automatically connect when the application starts"""
1585
2052
  active: Boolean
1586
2053
 
1587
2054
  """The timestamp when the connection was created."""
@@ -1608,6 +2075,11 @@ type Connection {
1608
2075
  """The name of the connection."""
1609
2076
  name: String!
1610
2077
 
2078
+ """
2079
+ When true, connection is created on-demand when needed and cleaned up after use.
2080
+ """
2081
+ onDemand: Boolean
2082
+
1611
2083
  """A key-value map of parameters for the connection."""
1612
2084
  params: Object
1613
2085
 
@@ -1635,7 +2107,7 @@ type ConnectionList {
1635
2107
 
1636
2108
  """Input for updating (patching) an existing connection."""
1637
2109
  input ConnectionPatch {
1638
- """The new active status for the connection."""
2110
+ """Whether to automatically connect when the application starts"""
1639
2111
  active: Boolean
1640
2112
 
1641
2113
  """
@@ -1658,6 +2130,11 @@ input ConnectionPatch {
1658
2130
  """The new name for the connection."""
1659
2131
  name: String
1660
2132
 
2133
+ """
2134
+ When true, connection is created on-demand when needed and cleaned up after use.
2135
+ """
2136
+ onDemand: Boolean
2137
+
1661
2138
  """The new parameters for the connection."""
1662
2139
  params: Object
1663
2140
 
@@ -1682,6 +2159,11 @@ type ConnectionState {
1682
2159
  """The name of the connection."""
1683
2160
  name: String
1684
2161
 
2162
+ """
2163
+ When true, connection is created on-demand when needed and cleaned up after use.
2164
+ """
2165
+ onDemand: Boolean
2166
+
1685
2167
  """The current status of the connection."""
1686
2168
  state: String
1687
2169
 
@@ -1822,6 +2304,13 @@ input ContactPatch {
1822
2304
  profile: ProfileInput
1823
2305
  }
1824
2306
 
2307
+ """검사 기준 API 요청 상태"""
2308
+ enum CriteriaRequestStatus {
2309
+ FAIL
2310
+ REQUEST
2311
+ SUCCESS
2312
+ }
2313
+
1825
2314
  """
1826
2315
  Represents a data payload delivered via subscription, including its domain, tag, and content.
1827
2316
  """
@@ -2004,15 +2493,18 @@ input DataItemPatch {
2004
2493
 
2005
2494
  """type enumeration of a data-item"""
2006
2495
  enum DataItemType {
2496
+ audio
2007
2497
  boolean
2008
2498
  date
2009
2499
  datetime
2010
2500
  file
2501
+ image
2011
2502
  number
2012
2503
  radio
2013
2504
  select
2014
2505
  signature
2015
2506
  text
2507
+ video
2016
2508
  }
2017
2509
 
2018
2510
  """
@@ -2916,6 +3408,9 @@ type Domain {
2916
3408
  """A description of the domain."""
2917
3409
  description: String
2918
3410
 
3411
+ """The environment variables associated with the domain."""
3412
+ envVars: [EnvVar!]
3413
+
2919
3414
  """The external type of the domain, if applicable."""
2920
3415
  extType: String
2921
3416
 
@@ -3415,13 +3910,75 @@ type EntityRelationMetadata {
3415
3910
  relationType: Boolean
3416
3911
  }
3417
3912
 
3418
- """Entity for Favorite"""
3419
- type Favorite {
3913
+ """Environment variable entity for storing key-value pairs."""
3914
+ type EnvVar {
3915
+ """Indicates whether this environment variable is currently active."""
3916
+ active: Boolean!
3917
+
3918
+ """The timestamp when the environment variable was created."""
3420
3919
  createdAt: DateTimeISO
3421
- creator: User
3422
- domain: Domain!
3423
- id: ID!
3424
- routing: String!
3920
+
3921
+ """A detailed description of the environment variable."""
3922
+ description: String
3923
+
3924
+ """The domain to which this environment variable belongs."""
3925
+ domain: Domain
3926
+
3927
+ """The domain ID to which this environment variable belongs."""
3928
+ domainId: String!
3929
+
3930
+ """Unique identifier for the environment variable."""
3931
+ id: ID!
3932
+
3933
+ """The name of the environment variable."""
3934
+ name: String!
3935
+
3936
+ """The timestamp when the environment variable was last updated."""
3937
+ updatedAt: DateTimeISO
3938
+
3939
+ """The value of the environment variable (encrypted)."""
3940
+ value: String
3941
+ }
3942
+
3943
+ """List of environment variables."""
3944
+ type EnvVarList {
3945
+ """The list of environment variable items."""
3946
+ items: [EnvVar!]!
3947
+
3948
+ """The total number of environment variables."""
3949
+ total: Int!
3950
+ }
3951
+
3952
+ """Input type for updating an existing environment variable."""
3953
+ input EnvVarPatch {
3954
+ """The new active status for the environment variable."""
3955
+ active: Boolean
3956
+
3957
+ """
3958
+ A flag indicating whether the environment variable is being created, updated, or deleted.
3959
+ """
3960
+ cuFlag: String
3961
+
3962
+ """The new description for the environment variable."""
3963
+ description: String
3964
+
3965
+ """The unique identifier of the environment variable to update."""
3966
+ id: ID
3967
+
3968
+ """The new name for the environment variable."""
3969
+ name: String
3970
+
3971
+ """The new value for the environment variable."""
3972
+ value: String
3973
+ }
3974
+
3975
+ """Entity for Favorite"""
3976
+ type Favorite {
3977
+ createdAt: DateTimeISO
3978
+ creator: User
3979
+ domain: Domain!
3980
+ id: ID!
3981
+ routing: String!
3425
3982
  updatedAt: DateTimeISO
3426
3983
  updater: User
3427
3984
  user: User!
@@ -3537,16 +4094,6 @@ input GroupPatch {
3537
4094
  name: String
3538
4095
  }
3539
4096
 
3540
- input ImageCompletionInput {
3541
- count: Float!
3542
- description: String!
3543
- size: String!
3544
- }
3545
-
3546
- type ImageCompletionOutput {
3547
- images: String
3548
- }
3549
-
3550
4097
  """
3551
4098
  Enumeration for inherited value types: None, Only, or Include. Used to specify how values are inherited in queries or filters.
3552
4099
  """
@@ -3681,6 +4228,45 @@ type InvitationList {
3681
4228
  total: Int
3682
4229
  }
3683
4230
 
4231
+ """Entity for Issue"""
4232
+ type Issue {
4233
+ actionPlans: [ActionPlan!]!
4234
+ active: Boolean
4235
+ createdAt: DateTimeISO
4236
+ creator: User
4237
+ deletedAt: DateTimeISO
4238
+ description: String
4239
+ domain: Domain
4240
+ id: ID!
4241
+ name: String
4242
+ params: String
4243
+ state: String
4244
+ thumbnail: String
4245
+ updatedAt: DateTimeISO
4246
+ updater: User
4247
+ }
4248
+
4249
+ type IssueList {
4250
+ items: [Issue!]!
4251
+ total: Int!
4252
+ }
4253
+
4254
+ input IssuePatch {
4255
+ active: Boolean
4256
+ cuFlag: String
4257
+ description: String
4258
+ id: ID
4259
+ name: String
4260
+ state: IssueStatus
4261
+ thumbnail: Upload
4262
+ }
4263
+
4264
+ """state enumeration of a issue"""
4265
+ enum IssueStatus {
4266
+ STATUS_A
4267
+ STATUS_B
4268
+ }
4269
+
3684
4270
  """
3685
4271
  A field whose value is a JSON Web Token (JWT): https://jwt.io/introduction.
3686
4272
  """
@@ -3693,11 +4279,8 @@ type Kpi {
3693
4279
  """Indicates whether this KPI is active and usable."""
3694
4280
  active: Boolean
3695
4281
 
3696
- """Category to which this KPI belongs."""
3697
- category: KpiCategory
3698
-
3699
- """ID of the category for this KPI."""
3700
- categoryId: String
4282
+ """Child KPIs in hierarchical structure."""
4283
+ children: [Kpi!]
3701
4284
 
3702
4285
  """Timestamp when this KPI was created."""
3703
4286
  createdAt: DateTimeISO
@@ -3725,16 +4308,32 @@ type Kpi {
3725
4308
  """
3726
4309
  formula: String
3727
4310
 
3728
- """List of grades for this KPI."""
3729
- grades: [KpiGrade!]
4311
+ """
4312
+ Performance index lookup table for complex transformations. @deprecated 향후 제거 예정. performanceFormula 사용 권장.
4313
+ """
4314
+ grades: Object
3730
4315
  histories(limit: Int): [KpiHistory!]
3731
4316
 
3732
4317
  """Unique identifier for this KPI."""
3733
4318
  id: ID!
3734
4319
 
4320
+ """
4321
+ Indicates whether this KPI is a leaf node (has actual measured values).
4322
+ """
4323
+ isLeaf: Boolean
4324
+
3735
4325
  """Name of the KPI."""
3736
4326
  name: String
3737
4327
 
4328
+ """Parent KPI in hierarchical structure."""
4329
+ parent: Kpi
4330
+
4331
+ """ID of the parent KPI."""
4332
+ parentId: String
4333
+
4334
+ """Aggregation period type for this KPI."""
4335
+ periodType: KpiPeriodType!
4336
+
3738
4337
  """
3739
4338
  Cron schedule string for periodic KPI value aggregation (e.g., "0 0 * * *" for daily).
3740
4339
  """
@@ -3743,6 +4342,16 @@ type Kpi {
3743
4342
  """Schedule ID for the KPI (used for scheduler registration)."""
3744
4343
  scheduleId: String
3745
4344
 
4345
+ """
4346
+ Score calculation formula for this KPI. Converts KPI value to performance score (0-100). For complex mappings, use grades lookup table instead. Example: "if(value >= 90, 100, if(value >= 80, 85, 70))" or "value * 0.8 + 20"
4347
+ """
4348
+ scoreFormula: String
4349
+
4350
+ """
4351
+ value → score 변환 방식. NONE: 미설정, DIRECT: value=score(변환 없음), FORMULA: scoreFormula 수식, LOOKUP: grade table(1D), CUSTOM: 2D 룩업 등 특수 변환.
4352
+ """
4353
+ scoreType: KpiScoreType
4354
+
3746
4355
  """Current state of the KPI (DRAFT, RELEASED, ARCHIVED)."""
3747
4356
  state: String
3748
4357
  targetValue: Float
@@ -3762,7 +4371,15 @@ type Kpi {
3762
4371
 
3763
4372
  """ID of the user who last updated this KPI."""
3764
4373
  updaterId: String
3765
- value: KpiValue
4374
+ value(
4375
+ """Organization scope filter for value"""
4376
+ orgScope: String
4377
+ ): KpiValue
4378
+
4379
+ """
4380
+ value 획득 방식. MEASURED: 외부 시스템 수집 측정값, ASSESSED: 감리자 직접 평가(1~5), CALCULATED: formula 자동 계산, COMPOSITE: 다차원 룩업 결과.
4381
+ """
4382
+ valueType: KpiValueType
3766
4383
 
3767
4384
  """
3768
4385
  Version number of the KPI. Increments on each modification. When the KPI is released, a snapshot is saved in kpi-history and the status becomes RELEASED. Editing after release increases the version and sets status to DRAFT.
@@ -3770,14 +4387,17 @@ type Kpi {
3770
4387
  version: Float
3771
4388
 
3772
4389
  """
3773
- Visualization options and metadata for this KPI, such as color, icon, thresholds, unit, decimal places, etc.
4390
+ Visualization options and metadata for this KPI, such as color, icon, thresholds, unit, decimal places, min/max values, etc.
3774
4391
  """
3775
4392
  vizMeta: Object
3776
4393
 
3777
4394
  """
3778
- Visualization type for this KPI (e.g., bar, line, gauge, progress, card, table, icon, badge, text).
4395
+ Visualization type for this KPI (e.g., CARD, GAUGE, PROGRESS, BAR, LINE, etc.).
3779
4396
  """
3780
- vizType: String
4397
+ vizType: KpiVizType
4398
+
4399
+ """Weight for aggregation in parent category."""
4400
+ weight: Float
3781
4401
  }
3782
4402
 
3783
4403
  """KPI 경고/알림 엔티티. KPI 실적, 등급, 목표 미달 등 경고/알림 정보를 제공."""
@@ -3796,193 +4416,34 @@ type KpiAlert {
3796
4416
  message: String!
3797
4417
  }
3798
4418
 
3799
- """
3800
- KPI category entity. Represents a classification or group for KPIs. Supports hierarchical (tree) structure.
3801
- """
3802
- type KpiCategory {
3803
- """Whether this category is active (usable) or not."""
3804
- active: Boolean
3805
-
3806
- """Timestamp when this KPI category was created."""
3807
- createdAt: DateTimeISO
3808
-
3809
- """User who created this KPI category."""
3810
- creator: User
3811
-
3812
- """ID of the user who created this KPI category."""
3813
- creatorId: String
3814
-
3815
- """Detailed description of this KPI category."""
3816
- description: String
3817
-
3818
- """Domain (tenant) to which this KPI category belongs."""
3819
- domain: Domain
3820
-
3821
- """ID of the domain (tenant) for this KPI category."""
3822
- domainId: String
3823
-
3824
- """Unique identifier for this KPI category."""
3825
- id: ID!
3826
-
3827
- """List of KPIs belonging to this category."""
3828
- kpis: [Kpi!]
3829
-
3830
- """Name of the KPI category."""
3831
- name: String!
3832
-
3833
- """Parent category for hierarchical category structure."""
3834
- parent: KpiCategory
3835
-
3836
- """ID of the parent category, if any."""
3837
- parentId: String
3838
-
3839
- """Timestamp when this KPI category was last updated."""
3840
- updatedAt: DateTimeISO
3841
-
3842
- """User who last updated this KPI category."""
3843
- updater: User
3844
-
3845
- """ID of the user who last updated this KPI category."""
3846
- updaterId: String
3847
- }
3848
-
3849
- type KpiCategoryList {
3850
- items: [KpiCategory!]!
3851
- total: Int!
3852
- }
3853
-
3854
- """
3855
- Input type for updating an existing KPI category. Used in mutations to patch category details.
3856
- """
3857
- input KpiCategoryPatch {
3858
- """Custom flag for update operations (internal use)."""
3859
- cuFlag: String
3860
-
3861
- """Detailed description of this KPI category."""
3862
- description: String
3863
-
3864
- """ID of the KPI category to update."""
3865
- id: ID
3866
-
3867
- """Name of the KPI category."""
3868
- name: String
3869
-
3870
- """ID of the parent category, if any."""
3871
- parentId: ID
3872
- }
3873
-
3874
- """
3875
- KPI grade entity. Represents a grade/section for a KPI version, with value range, score, color, and description.
3876
- """
3877
- type KpiGrade {
3878
- """Indicates whether this KPI grade is active and usable."""
3879
- active: Boolean
3880
-
3881
- """Color code for this grade (for visualization purposes)."""
3882
- color: String
3883
-
3884
- """Timestamp when this KPI grade was created."""
3885
- createdAt: DateTimeISO
3886
-
3887
- """User who created this KPI grade."""
3888
- creator: User
3889
-
3890
- """ID of the user who created this KPI grade."""
3891
- creatorId: String
3892
-
3893
- """Detailed description of this KPI grade."""
3894
- description: String
3895
-
3896
- """Domain (tenant) to which this KPI grade belongs."""
3897
- domain: Domain
3898
-
3899
- """ID of the domain (tenant) for this KPI grade."""
3900
- domainId: String
3901
-
3902
- """Unique identifier for this KPI grade."""
3903
- id: ID!
3904
-
3905
- """Reference to the KPI to which this grade belongs."""
3906
- kpi: Kpi!
3907
-
3908
- """ID of the referenced KPI."""
3909
- kpiId: String!
3910
-
3911
- """Maximum value for this grade section."""
3912
- maxValue: Float!
3913
-
3914
- """Minimum value for this grade section."""
3915
- minValue: Float!
3916
-
3917
- """Name of the grade or section for this KPI."""
3918
- name: String
3919
-
3920
- """Score or weight for this grade (optional)."""
3921
- score: Float
3922
-
3923
- """Timestamp when this KPI grade was last updated."""
3924
- updatedAt: DateTimeISO
3925
-
3926
- """User who last updated this KPI grade."""
3927
- updater: User
3928
-
3929
- """ID of the user who last updated this KPI grade."""
3930
- updaterId: String
3931
-
3932
- """Version of the KPI definition to which this grade belongs."""
3933
- version: Int!
3934
- }
3935
-
3936
- type KpiGradeList {
3937
- items: [KpiGrade!]!
3938
- total: Int!
4419
+ type KpiComprehensiveStats {
4420
+ avgVal: Float!
4421
+ kpiName: String
4422
+ maxVal: Float!
4423
+ medVal: Float!
4424
+ minVal: Float!
4425
+ projectCount: Int!
4426
+ q1Val: Float!
4427
+ q3Val: Float!
3939
4428
  }
3940
4429
 
3941
- """
3942
- Input type for updating an existing KPI grade. Used in mutations to patch grade details.
3943
- """
3944
- input KpiGradePatch {
3945
- """Indicates whether this KPI grade is active and usable."""
3946
- active: Boolean
3947
-
3948
- """Color code for this grade (for visualization purposes)."""
3949
- color: String
3950
-
3951
- """Custom flag for update operations (internal use)."""
3952
- cuFlag: String
3953
-
3954
- """Detailed description of this KPI grade."""
3955
- description: String
3956
-
3957
- """ID of the KPI grade to update."""
3958
- id: ID
3959
-
3960
- """ID of the KPI to which this grade belongs."""
3961
- kpiId: ID
3962
-
3963
- """Maximum value for this grade section."""
3964
- maxValue: Int
3965
-
3966
- """Minimum value for this grade section."""
3967
- minValue: Int
3968
-
3969
- """Name of the grade or section for this KPI."""
3970
- name: String
3971
-
3972
- """Score or weight for this grade (optional)."""
3973
- score: Int
3974
-
3975
- """Version of the KPI definition to which this grade belongs."""
3976
- version: Int
4430
+ type KpiComprehensiveStatsByGeoGroup {
4431
+ address: String
4432
+ avgVal: Float!
4433
+ geoGroup: String
4434
+ kpiName: String
4435
+ maxVal: Float!
4436
+ medVal: Float!
4437
+ minVal: Float!
4438
+ projectCount: Int!
4439
+ q1Val: Float!
4440
+ q3Val: Float!
3977
4441
  }
3978
4442
 
3979
4443
  """History Entity of Kpi"""
3980
4444
  type KpiHistory {
3981
4445
  """Whether this KPI is active (usable) or not."""
3982
4446
  active: Boolean
3983
-
3984
- """Category to which this KPI belongs."""
3985
- category: KpiCategory
3986
4447
  createdAt: DateTimeISO
3987
4448
  creator: User
3988
4449
  deletedAt: DateTimeISO
@@ -3991,8 +4452,12 @@ type KpiHistory {
3991
4452
 
3992
4453
  """Calculation formula for the KPI."""
3993
4454
  formula: String
4455
+
4456
+ """Grade configuration for this KPI version"""
4457
+ grades: Object
3994
4458
  id: ID!
3995
4459
  name: String!
4460
+ periodType: KpiPeriodType
3996
4461
 
3997
4462
  """Current state of the KPI (DRAFT, RELEASED, ARCHIVED)."""
3998
4463
  state: String
@@ -4002,6 +4467,9 @@ type KpiHistory {
4002
4467
  updatedAt: DateTimeISO
4003
4468
  updater: User
4004
4469
  version: Float
4470
+
4471
+ """Weight for aggregation in parent category."""
4472
+ weight: Float
4005
4473
  }
4006
4474
 
4007
4475
  type KpiList {
@@ -4014,6 +4482,9 @@ type KpiMetric {
4014
4482
  """Indicates whether this metric is active and usable."""
4015
4483
  active: Boolean
4016
4484
 
4485
+ """데이터 수집 방식"""
4486
+ collectType: KpiMetricCollectType!
4487
+
4017
4488
  """Timestamp when this KPI metric was created."""
4018
4489
  createdAt: DateTimeISO
4019
4490
 
@@ -4044,17 +4515,15 @@ type KpiMetric {
4044
4515
  """Name of the field in the dataset this metric maps to."""
4045
4516
  fieldName: String
4046
4517
 
4047
- """
4048
- Calculation formula for the metric, using other metric codes and operators.
4049
- """
4050
- formula: String
4051
-
4052
4518
  """Unique identifier for this KPI metric."""
4053
4519
  id: ID!
4054
4520
 
4055
4521
  """Metric code, unique within the domain, used in KPI formulas."""
4056
4522
  name: String!
4057
4523
 
4524
+ """Aggregation period type for this metric."""
4525
+ periodType: KpiPeriodType!
4526
+
4058
4527
  """
4059
4528
  Cron schedule string for periodic KPI value aggregation (e.g., "0 0 * * *" for daily).
4060
4529
  """
@@ -4085,6 +4554,14 @@ type KpiMetric {
4085
4554
  updaterId: String
4086
4555
  }
4087
4556
 
4557
+ """방식: AUTO(자동), MANUAL(수동), IMPORT(임포트), EXTERNAL(외부API)"""
4558
+ enum KpiMetricCollectType {
4559
+ AUTO
4560
+ EXTERNAL
4561
+ IMPORT
4562
+ MANUAL
4563
+ }
4564
+
4088
4565
  type KpiMetricList {
4089
4566
  items: [KpiMetric!]!
4090
4567
  total: Int!
@@ -4092,18 +4569,19 @@ type KpiMetricList {
4092
4569
 
4093
4570
  input KpiMetricPatch {
4094
4571
  active: Boolean
4572
+
4573
+ """데이터 수집 방식"""
4574
+ collectType: KpiMetricCollectType
4095
4575
  cuFlag: String
4096
4576
  dataSetId: ID
4097
4577
  description: String
4098
4578
  fieldName: String
4099
-
4100
- """
4101
- Calculation formula for the metric, using other metric codes and operators.
4102
- """
4103
- formula: String
4104
4579
  id: ID
4105
4580
  name: String
4106
4581
 
4582
+ """Aggregation period type for this metric."""
4583
+ periodType: KpiPeriodType
4584
+
4107
4585
  """
4108
4586
  Cron schedule string for periodic KPI value aggregation (e.g., "0 0 * * *" for daily).
4109
4587
  """
@@ -4119,6 +4597,190 @@ input KpiMetricPatch {
4119
4597
  unit: String
4120
4598
  }
4121
4599
 
4600
+ """
4601
+ Current value for each KPI metric (can be used for both state and history).
4602
+ """
4603
+ type KpiMetricValue {
4604
+ createdAt: DateTimeISO
4605
+ creator: User
4606
+ creatorId: String
4607
+ domain: Domain
4608
+ domainId: String
4609
+ id: ID!
4610
+ meta: Object
4611
+ metric: KpiMetric!
4612
+ metricId: String!
4613
+
4614
+ """
4615
+ Organizational unit for this value (project, department, company, employee, etc.)
4616
+ """
4617
+ org: String
4618
+ periodType: KpiPeriodType!
4619
+ project: Project!
4620
+ unit: String
4621
+ updatedAt: DateTimeISO
4622
+ updater: User
4623
+ updaterId: String
4624
+ value: Float!
4625
+
4626
+ """
4627
+ Date or period for which this metric value is recorded (e.g., day: YYYY-MM-DD, month: YYYY-MM, range: YYYY-MM-DD~YYYY-MM-DD).
4628
+ """
4629
+ valueDate: String!
4630
+ }
4631
+
4632
+ type KpiMetricValueList {
4633
+ items: [KpiMetricValue!]!
4634
+ total: Int!
4635
+ }
4636
+
4637
+ """
4638
+ Input type for updating an existing metric value. Used in mutations to patch metric value details.
4639
+ """
4640
+ input KpiMetricValuePatch {
4641
+ """Custom flag for update operations (internal use)."""
4642
+ cuFlag: String
4643
+
4644
+ """ID of the metric value to update."""
4645
+ id: ID
4646
+
4647
+ """
4648
+ Extended or non-numeric information related to this metric value, stored as JSON. Can include status, comments, or other metadata.
4649
+ """
4650
+ meta: Object
4651
+
4652
+ """ID of the metric to which this value belongs."""
4653
+ metricId: ID
4654
+
4655
+ """
4656
+ Organizational unit for this value (project, department, company, employee, etc.)
4657
+ """
4658
+ org: String
4659
+
4660
+ """Aggregation period type for this metric value."""
4661
+ periodType: KpiPeriodType
4662
+
4663
+ """Unit of measurement for this metric value."""
4664
+ unit: String
4665
+
4666
+ """The value for this metric and period."""
4667
+ value: Float
4668
+
4669
+ """
4670
+ Date or period for which this metric value is recorded (e.g., day, month, quarter, range).
4671
+ """
4672
+ valueDate: String
4673
+ }
4674
+
4675
+ type KpiMonthlyTrend {
4676
+ avgVal: Float!
4677
+ geoGroup: String
4678
+ projectCount: Int!
4679
+ yearMonth: String!
4680
+ }
4681
+
4682
+ """
4683
+ KPI organization scope mapping entity. Maps business entities to various scope dimensions for KPI analysis using generic reference pattern.
4684
+ """
4685
+ type KpiOrgScope {
4686
+ """Timestamp when this org-scope mapping was created."""
4687
+ createdAt: DateTimeISO
4688
+
4689
+ """User who created this org-scope mapping."""
4690
+ creator: User
4691
+
4692
+ """ID of the user who created this org-scope mapping."""
4693
+ creatorId: String
4694
+
4695
+ """Domain (tenant) to which this org-scope mapping belongs."""
4696
+ domain: Domain
4697
+
4698
+ """ID of the domain (tenant) for this org-scope mapping."""
4699
+ domainId: String
4700
+
4701
+ """ID of the referenced business entity"""
4702
+ entityId: String!
4703
+
4704
+ """
4705
+ Name of the referenced business entity (denormalized for performance and convenience)
4706
+ """
4707
+ entityName: String!
4708
+
4709
+ """
4710
+ Type of the referenced business entity (e.g., Project, Department, Company, Employee)
4711
+ """
4712
+ entityType: String!
4713
+
4714
+ """Unique identifier for this org-scope mapping."""
4715
+ id: ID!
4716
+
4717
+ """Legacy org field for backward compatibility"""
4718
+ org: String
4719
+
4720
+ """First scope dimension (e.g., geographical region, business unit)"""
4721
+ scope01: String
4722
+
4723
+ """Second scope dimension (e.g., product line, customer segment)"""
4724
+ scope02: String
4725
+
4726
+ """Third scope dimension (e.g., process type, technology stack)"""
4727
+ scope03: String
4728
+
4729
+ """Fourth scope dimension (e.g., cost center, profit center)"""
4730
+ scope04: String
4731
+
4732
+ """Fifth scope dimension (e.g., risk level, priority tier)"""
4733
+ scope05: String
4734
+
4735
+ """Timestamp when this org-scope mapping was last updated."""
4736
+ updatedAt: DateTimeISO
4737
+
4738
+ """User who last updated this org-scope mapping."""
4739
+ updater: User
4740
+
4741
+ """ID of the user who last updated this org-scope mapping."""
4742
+ updaterId: String
4743
+ }
4744
+
4745
+ """List of KPI org-scope mappings with pagination"""
4746
+ type KpiOrgScopeList {
4747
+ """Array of KPI org-scope mappings"""
4748
+ items: [KpiOrgScope!]!
4749
+
4750
+ """Total count of items"""
4751
+ total: Int!
4752
+ }
4753
+
4754
+ """Input type for updating an existing KPI org-scope mapping"""
4755
+ input KpiOrgScopePatch {
4756
+ """Active status"""
4757
+ active: Boolean
4758
+
4759
+ """Human-readable name or description"""
4760
+ displayName: String
4761
+
4762
+ """ID of the org-scope mapping to update"""
4763
+ id: ID!
4764
+
4765
+ """Organizational unit identifier"""
4766
+ org: String
4767
+
4768
+ """First scope dimension"""
4769
+ scope01: String
4770
+
4771
+ """Second scope dimension"""
4772
+ scope02: String
4773
+
4774
+ """Third scope dimension"""
4775
+ scope03: String
4776
+
4777
+ """Fourth scope dimension"""
4778
+ scope04: String
4779
+
4780
+ """Fifth scope dimension"""
4781
+ scope05: String
4782
+ }
4783
+
4122
4784
  """
4123
4785
  Input type for updating an existing KPI. Used in mutations to patch KPI details.
4124
4786
  """
@@ -4126,9 +4788,6 @@ input KpiPatch {
4126
4788
  """Indicates whether this KPI is active and usable."""
4127
4789
  active: Boolean
4128
4790
 
4129
- """ID of the category to which this KPI belongs."""
4130
- categoryId: ID
4131
-
4132
4791
  """Custom flag for update operations (internal use)."""
4133
4792
  cuFlag: String
4134
4793
 
@@ -4138,17 +4797,36 @@ input KpiPatch {
4138
4797
  """Calculation formula for the KPI, using metric codes and operators."""
4139
4798
  formula: String
4140
4799
 
4800
+ """Score lookup table for this KPI version"""
4801
+ grades: Object
4802
+
4141
4803
  """ID of the KPI to update."""
4142
4804
  id: ID
4143
4805
 
4806
+ """
4807
+ Indicates whether this KPI is a leaf node (has actual measured values).
4808
+ """
4809
+ isLeaf: Boolean
4810
+
4144
4811
  """Name of the KPI."""
4145
4812
  name: String
4146
4813
 
4814
+ """Reference to the parent KPI in hierarchical structure."""
4815
+ parent: ObjectRef
4816
+
4147
4817
  """
4148
4818
  Cron schedule string for periodic KPI value aggregation (e.g., "0 0 * * *" for daily).
4149
4819
  """
4150
4820
  schedule: String
4151
4821
 
4822
+ """
4823
+ Score calculation formula for this KPI. Converts KPI value to performance score (0-1).
4824
+ """
4825
+ scoreFormula: String
4826
+
4827
+ """value → score 변환 방식."""
4828
+ scoreType: KpiScoreType
4829
+
4152
4830
  """Current state of the KPI (DRAFT, RELEASED, ARCHIVED)."""
4153
4831
  state: KpiStatus
4154
4832
 
@@ -4158,15 +4836,276 @@ input KpiPatch {
4158
4836
  """Timezone for the KPI schedule."""
4159
4837
  timezone: String
4160
4838
 
4839
+ """value 획득 방식."""
4840
+ valueType: KpiValueType
4841
+
4161
4842
  """
4162
4843
  Visualization options and metadata for this KPI, such as color, icon, thresholds, unit, decimal places, etc.
4163
4844
  """
4164
4845
  vizMeta: Object
4165
4846
 
4166
4847
  """
4167
- Visualization type for this KPI (e.g., bar, line, gauge, progress, card, table, icon, badge, text).
4848
+ Visualization type for this KPI (e.g., CARD, GAUGE, PROGRESS, BAR, LINE, etc.).
4849
+ """
4850
+ vizType: KpiVizType
4851
+
4852
+ """Weight for aggregation in parent category."""
4853
+ weight: Float
4854
+ }
4855
+
4856
+ """
4857
+ Aggregation period type for KPI (DAY, WEEK, MONTH, QUARTER, RANGE, ALLTIME)
4858
+ """
4859
+ enum KpiPeriodType {
4860
+ ALLTIME
4861
+ DAY
4862
+ MONTH
4863
+ QUARTER
4864
+ RANGE
4865
+ WEEK
4866
+ YEAR
4867
+ }
4868
+
4869
+ type KpiProjectStat {
4870
+ avgVal: Float!
4871
+ categoryName: String
4872
+ kpiName: String!
4873
+ maxVal: Float!
4874
+ medVal: Float!
4875
+ minVal: Float!
4876
+ projectCount: Int!
4877
+ q1Val: Float!
4878
+ q3Val: Float!
4879
+ stddevVal: Float!
4880
+ }
4881
+
4882
+ """
4883
+ Defines the meaning and metadata for each scope level (scope01~05) in KpiOrgScope
4884
+ """
4885
+ type KpiScope {
4886
+ """Whether this scope definition is active and should be used"""
4887
+ active: Boolean!
4888
+ createdAt: DateTimeISO
4889
+ creator: User
4890
+
4891
+ """Detailed description of what this scope dimension represents"""
4892
+ description: String
4893
+
4894
+ """Order/priority for display and processing"""
4895
+ displayOrder: Int!
4896
+
4897
+ """Domain this scope definition belongs to"""
4898
+ domain: Domain
4899
+ id: ID!
4900
+
4901
+ """Whether this scope should be included in statistical calculations"""
4902
+ includeInStatistics: Boolean!
4903
+
4904
+ """Scope level (1-5) corresponding to scope01-scope05 in KpiOrgScope"""
4905
+ level: Int!
4906
+
4907
+ """Additional metadata for this scope dimension (colors, icons, etc.)"""
4908
+ metadata: Object
4909
+
4910
+ """Display name for this scope dimension (e.g., "지역", "회사", "프로젝트규모")"""
4911
+ name: String!
4912
+
4913
+ """Parent scope level if this forms a hierarchy"""
4914
+ parentLevel: Int
4915
+
4916
+ """Type category of this scope dimension"""
4917
+ scopeType: ScopeType!
4918
+
4919
+ """Whether this scope should be displayed in dashboard visualizations"""
4920
+ showInDashboard: Boolean!
4921
+ updatedAt: DateTimeISO
4922
+ updater: User
4923
+
4924
+ """
4925
+ List of valid values for this scope (e.g., ["서울", "부산", "대구"] for regions)
4926
+ """
4927
+ validValues: Object
4928
+
4929
+ """Regex pattern for validating values in this scope dimension"""
4930
+ validationPattern: String
4931
+ }
4932
+
4933
+ type KpiScopeList {
4934
+ items: [KpiScope!]!
4935
+ total: Float!
4936
+ }
4937
+
4938
+ input KpiScopePatch {
4939
+ """Whether this scope definition is active and should be used"""
4940
+ active: Boolean! = true
4941
+ cuFlag: String
4942
+
4943
+ """Detailed description of what this scope dimension represents"""
4944
+ description: String
4945
+
4946
+ """Order/priority for display and processing"""
4947
+ displayOrder: Int! = 1
4948
+ id: ID
4949
+
4950
+ """Whether this scope should be included in statistical calculations"""
4951
+ includeInStatistics: Boolean! = true
4952
+
4953
+ """Scope level (1-5) corresponding to scope01-scope05 in KpiOrgScope"""
4954
+ level: Int!
4955
+
4956
+ """Additional metadata for this scope dimension"""
4957
+ metadata: Object
4958
+
4959
+ """Display name for this scope dimension (e.g., "지역", "회사", "프로젝트규모")"""
4960
+ name: String!
4961
+
4962
+ """Parent scope level if this forms a hierarchy"""
4963
+ parentLevel: Int
4964
+
4965
+ """Type category of this scope dimension"""
4966
+ scopeType: ScopeType!
4967
+
4968
+ """Whether this scope should be displayed in dashboard visualizations"""
4969
+ showInDashboard: Boolean! = false
4970
+
4971
+ """List of valid values for this scope"""
4972
+ validValues: [String!]
4973
+
4974
+ """Regex pattern for validating values in this scope dimension"""
4975
+ validationPattern: String
4976
+ }
4977
+
4978
+ """
4979
+ value → score 변환 방식. DIRECT: value=score(변환 없음), FORMULA: scoreFormula 수식 적용, LOOKUP: grade table(1D) 매핑, CUSTOM: 2D 룩업 등 특수 변환.
4980
+ """
4981
+ enum KpiScoreType {
4982
+ CUSTOM
4983
+ DIRECT
4984
+ FORMULA
4985
+ LOOKUP
4986
+ }
4987
+
4988
+ """
4989
+ KPI Statistics Entity - Stores comprehensive statistical information for KPIs and Categories including central tendency measures (mean, median), dispersion metrics (standard deviation, variance), range indicators (min, max), and percentile distributions (25th, 75th percentiles, IQR). Supports both KPI and Category targets with flexible period-based aggregation (daily, weekly, monthly, yearly). Includes extensible JSON fields for additional metrics and metadata for calculation tracking.
4990
+ """
4991
+ type KpiStatistic {
4992
+ """Additional statistical metrics stored as key-value pairs"""
4993
+ additionalStatistics: Object
4994
+
4995
+ """Number of data points used in calculation"""
4996
+ count: Float
4997
+
4998
+ """Timestamp when this statistic was created"""
4999
+ createdAt: DateTimeISO
5000
+
5001
+ """User who created this statistic"""
5002
+ creator: User
5003
+
5004
+ """Domain this statistic belongs to"""
5005
+ domain: Domain
5006
+ id: ID!
5007
+
5008
+ """Interquartile range (75th percentile - 25th percentile)"""
5009
+ iqr: Float
5010
+
5011
+ """Reference to the KPI definition for which this value is calculated."""
5012
+ kpi: Kpi
5013
+
5014
+ """Organization scope for scoped statistics. Null for overall statistics."""
5015
+ kpiOrgScope: KpiOrgScope
5016
+
5017
+ """Lower fence for outlier detection (Q1 - 1.5 * IQR)"""
5018
+ lowerFence: Float
5019
+
5020
+ """Maximum value in the dataset"""
5021
+ maximum: Float
5022
+
5023
+ """Arithmetic mean of all values"""
5024
+ mean: Float
5025
+
5026
+ """Middle value when data is sorted (50th percentile)"""
5027
+ median: Float
5028
+
5029
+ """
5030
+ Calculation metadata including method, timestamp, and data quality information
5031
+ """
5032
+ metadata: Object
5033
+
5034
+ """Minimum value in the dataset"""
5035
+ minimum: Float
5036
+
5037
+ """25th percentile - 25% of data is below this value"""
5038
+ percentile25: Float
5039
+
5040
+ """75th percentile - 75% of data is below this value"""
5041
+ percentile75: Float
5042
+
5043
+ """Aggregation period type for this statistic."""
5044
+ periodType: KpiPeriodType!
5045
+
5046
+ """Range of values (maximum - minimum)"""
5047
+ range: Float
5048
+
5049
+ """
5050
+ Legacy scope field - use kpiOrgScope instead. Statistical scope - null for overall statistics, category value for scoped statistics (e.g., "서울", "부장", "대규모")
4168
5051
  """
4169
- vizType: String
5052
+ scope: String
5053
+
5054
+ """Standard deviation - measure of data dispersion"""
5055
+ standardDeviation: Float
5056
+
5057
+ """Sum of all values in the dataset"""
5058
+ sum: Float
5059
+
5060
+ """Timestamp when this statistic was last updated"""
5061
+ updatedAt: DateTimeISO
5062
+
5063
+ """User who last updated this statistic"""
5064
+ updater: User
5065
+
5066
+ """Upper fence for outlier detection (Q3 + 1.5 * IQR)"""
5067
+ upperFence: Float
5068
+
5069
+ """
5070
+ Date or period for which this statistic is calculated (e.g., day: YYYY-MM-DD, month: YYYY-MM, quarter: YYYY-Qn, range: YYYY-MM-DD~YYYY-MM-DD).
5071
+ """
5072
+ valueDate: String!
5073
+
5074
+ """Variance - square of standard deviation"""
5075
+ variance: Float
5076
+ }
5077
+
5078
+ type KpiStatisticList {
5079
+ items: [KpiStatistic!]!
5080
+ total: Int!
5081
+ }
5082
+
5083
+ input KpiStatisticPatch {
5084
+ additionalStatistics: Object
5085
+ count: Float
5086
+ cuFlag: String
5087
+ id: ID
5088
+ iqr: Float
5089
+ kpi: ObjectRef
5090
+ lowerFence: Float
5091
+ maximum: Float
5092
+ mean: Float
5093
+ median: Float
5094
+ metadata: Object
5095
+ minimum: Float
5096
+ percentile25: Float
5097
+ percentile75: Float
5098
+ periodType: KpiPeriodType
5099
+ range: Float
5100
+ standardDeviation: Float
5101
+ sum: Float
5102
+ upperFence: Float
5103
+
5104
+ """
5105
+ Date or period for which this statistic is calculated (e.g., day: YYYY-MM-DD, month: YYYY-MM, quarter: YYYY-Qn, range: YYYY-MM-DD~YYYY-MM-DD).
5106
+ """
5107
+ valueDate: String
5108
+ variance: Float
4170
5109
  }
4171
5110
 
4172
5111
  """State enumeration of a KPI (DRAFT, RELEASED, ARCHIVED)"""
@@ -4193,13 +5132,8 @@ type KpiValue {
4193
5132
  """ID of the domain (tenant) for this KPI value."""
4194
5133
  domainId: String
4195
5134
 
4196
- """
4197
- ID of the group (organization, department, project, etc.) this value is associated with.
4198
- """
4199
- groupId: String
4200
-
4201
- """Type of the group (e.g., USER, DEPT, PROJECT) for this value."""
4202
- groupType: String
5135
+ """Group key for this value (organization, line, user, project, etc.)"""
5136
+ group: String
4203
5137
 
4204
5138
  """Unique identifier for this KPI value record."""
4205
5139
  id: ID!
@@ -4215,11 +5149,26 @@ type KpiValue {
4215
5149
  """ID of the referenced KPI."""
4216
5150
  kpiId: String!
4217
5151
 
5152
+ """Reference to the organization scope mapping for this KPI value."""
5153
+ kpiOrgScope: KpiOrgScope
5154
+
5155
+ """ID of the referenced KPI organization scope."""
5156
+ kpiOrgScopeId: String
5157
+
4218
5158
  """
4219
5159
  Extended or non-numeric information related to this KPI value, stored as JSON5. Can include grade, status, comments, or other metadata.
4220
5160
  """
4221
5161
  meta: Object
4222
5162
 
5163
+ """Aggregation period type for this KPI value."""
5164
+ periodType: KpiPeriodType!
5165
+ project: Project!
5166
+
5167
+ """
5168
+ Performance score calculated from KPI value using scoreFormula or grades lookup table.
5169
+ """
5170
+ score: Float
5171
+
4223
5172
  """Source of the value (e.g., system, user, external integration)."""
4224
5173
  source: String
4225
5174
 
@@ -4236,7 +5185,7 @@ type KpiValue {
4236
5185
  value: Float!
4237
5186
 
4238
5187
  """
4239
- Date or period for which this KPI value is recorded (e.g., day, month, quarter).
5188
+ Date or period for which this KPI value is recorded (e.g., day: YYYY-MM-DD, month: YYYY-MM, quarter: YYYY-Qn, range: YYYY-MM-DD~YYYY-MM-DD).
4240
5189
  """
4241
5190
  valueDate: String!
4242
5191
 
@@ -4262,13 +5211,8 @@ input KpiValuePatch {
4262
5211
  """Custom flag for update operations (internal use)."""
4263
5212
  cuFlag: String
4264
5213
 
4265
- """
4266
- ID of the group (organization, department, project, etc.) this value is associated with.
4267
- """
4268
- groupId: String
4269
-
4270
- """Type of the group (e.g., USER, DEPT, PROJECT) for this value."""
4271
- groupType: String
5214
+ """Group key for this value (organization, line, user, project, etc.)"""
5215
+ group: String
4272
5216
 
4273
5217
  """ID of the KPI value to update."""
4274
5218
  id: ID
@@ -4281,11 +5225,22 @@ input KpiValuePatch {
4281
5225
  """ID of the KPI to which this value belongs."""
4282
5226
  kpiId: ID
4283
5227
 
5228
+ """ID of the KPI organization scope for this value."""
5229
+ kpiOrgScopeId: ID
5230
+
4284
5231
  """
4285
5232
  Extended or non-numeric information related to this KPI value, stored as JSON5. Can include grade, status, comments, or other metadata.
4286
5233
  """
4287
5234
  meta: Object
4288
5235
 
5236
+ """Legacy organizational unit identifier (for backward compatibility)"""
5237
+ org: String
5238
+
5239
+ """
5240
+ Performance score calculated from KPI value using scoreFormula or grades lookup table. Range: 0-1.
5241
+ """
5242
+ score: Float
5243
+
4289
5244
  """Source of the value (e.g., system, user, external integration)."""
4290
5245
  source: String
4291
5246
 
@@ -4301,6 +5256,40 @@ input KpiValuePatch {
4301
5256
  version: Int
4302
5257
  }
4303
5258
 
5259
+ """
5260
+ value 획득 방식. MEASURED: 외부 시스템 수집 측정값, ASSESSED: 감리자 직접 평가(1~5), CALCULATED: formula 자동 계산, COMPOSITE: 다차원 복합 입력 결과.
5261
+ """
5262
+ enum KpiValueType {
5263
+ ASSESSED
5264
+ CALCULATED
5265
+ COMPOSITE
5266
+ MEASURED
5267
+ }
5268
+
5269
+ type KpiValuesObject {
5270
+ kpiName: String!
5271
+ value: Float!
5272
+ }
5273
+
5274
+ """Visualization type for KPI display (CARD, GAUGE, PROGRESS, etc.)"""
5275
+ enum KpiVizType {
5276
+ BADGE
5277
+ BAR
5278
+ BULLET
5279
+ CARD
5280
+ DONUT
5281
+ GAUGE
5282
+ ICON
5283
+ LINE
5284
+ PIE
5285
+ PROGRESS
5286
+ RADAR
5287
+ SPEEDOMETER
5288
+ TABLE
5289
+ TEXT
5290
+ THERMOMETER
5291
+ }
5292
+
4304
5293
  """Entity for LiteMenu"""
4305
5294
  type LiteMenu {
4306
5295
  active: Boolean
@@ -4796,6 +5785,9 @@ type Mutation {
4796
5785
  username: String!
4797
5786
  ): Boolean!
4798
5787
 
5788
+ """To apply to all building inspection"""
5789
+ applyToAllBuildingInspection(buildingInspectionId: String!): Boolean!
5790
+
4799
5791
  """To approve ActivityApproval"""
4800
5792
  approveActivityApproval(comment: String, id: String!): ActivityApproval
4801
5793
 
@@ -4812,6 +5804,28 @@ type Mutation {
4812
5804
  Attaches an existing contact to an employee. The contact is identified by its ID and the employee is identified by their ID.
4813
5805
  """
4814
5806
  attachContact(contactId: String!, id: String!): Employee!
5807
+
5808
+ """Bulk create or update KPI org-scope mappings."""
5809
+ bulkUpsertKpiOrgScopes(
5810
+ """Array of org-scope mapping data for bulk upsert."""
5811
+ orgScopes: [NewKpiOrgScope!]!
5812
+ ): [KpiOrgScope!]!
5813
+
5814
+ """
5815
+ Calculate statistics for all KPIs in a specific period from KpiValue data
5816
+ """
5817
+ calculateAllKpiStatistics(periodType: KpiPeriodType!, valueDate: String!): [KpiStatistic!]!
5818
+
5819
+ """Calculate statistics for a specific KPI and period from KpiValue data"""
5820
+ calculateKpiStatistics(kpiId: String!, periodType: KpiPeriodType!, valueDate: String!): [KpiStatistic!]!
5821
+
5822
+ """KPI 기준으로 formula 계산 및 KPI Value upsert"""
5823
+ calculateKpiValue(kpiId: String!, org: String, valueDate: String): KpiValue!
5824
+
5825
+ """
5826
+ Recalculate statistics for dashboard regions (scope02-based statistics)
5827
+ """
5828
+ calculateRegionalStatistics(periodType: KpiPeriodType! = MONTH, valueDate: String!): [KpiStatistic!]!
4815
5829
  cancelInvitation(email: EmailAddress!, reference: String!, type: String!): Boolean!
4816
5830
 
4817
5831
  """To clear translations cache"""
@@ -4836,6 +5850,9 @@ type Mutation {
4836
5850
  """
4837
5851
  copyScenarios(ids: [String!]!): [Scenario!]!
4838
5852
 
5853
+ """To create new ActionPlan"""
5854
+ createActionPlan(actionPlan: NewActionPlan!): ActionPlan!
5855
+
4839
5856
  """To create new Activity"""
4840
5857
  createActivity(activity: NewActivity!): Activity!
4841
5858
 
@@ -4870,6 +5887,15 @@ type Mutation {
4870
5887
  """To create new BoardTemplate"""
4871
5888
  createBoardTemplate(boardTemplate: NewBoardTemplate!): BoardTemplate!
4872
5889
 
5890
+ """To create Building Inspection information"""
5891
+ createBuildingInspection(patch: NewBuildingInspection!): BuildingInspection!
5892
+
5893
+ """Create Daily Worklog by projectId+date"""
5894
+ createBuildingInspectionDailyWorklog(patch: BuildingInspectionDailyWorklogNew!): BuildingInspectionDailyWorklog!
5895
+
5896
+ """To create new ChecklistItemComment"""
5897
+ createChecklistItemComment(checklistItemComment: NewChecklistItemComment!): ChecklistItemComment!
5898
+
4873
5899
  """To create new CommonCode"""
4874
5900
  createCommonCode(commonCode: NewCommonCode!): CommonCode!
4875
5901
 
@@ -4937,6 +5963,9 @@ type Mutation {
4937
5963
  """To create new EntityColumn"""
4938
5964
  createEntityColumn(entityColumn: NewEntityColumn!): EntityColumn!
4939
5965
 
5966
+ """To create new EnvVar"""
5967
+ createEnvVar(envVar: NewEnvVar!): EnvVar!
5968
+
4940
5969
  """To create new Favorite"""
4941
5970
  createFavorite(favorite: NewFavorite!): Favorite!
4942
5971
 
@@ -4946,30 +5975,39 @@ type Mutation {
4946
5975
  """Creates a new board group."""
4947
5976
  createGroup(group: NewGroup!): Group
4948
5977
 
5978
+ """To create new Issue"""
5979
+ createIssue(issue: NewIssue!): Issue!
5980
+
4949
5981
  """Create a new KPI with the provided details."""
4950
5982
  createKpi(
4951
5983
  """Input object containing details for the new KPI."""
4952
5984
  kpi: NewKpi!
4953
5985
  ): Kpi!
4954
5986
 
4955
- """Create a new KPI category with the provided details."""
4956
- createKpiCategory(
4957
- """Input object containing details for the new KPI category."""
4958
- category: NewKpiCategory!
4959
- ): KpiCategory!
4960
-
4961
- """Create a new KPI grade with the provided details."""
4962
- createKpiGrade(
4963
- """Input object containing details for the new KPI grade."""
4964
- grade: NewKpiGrade!
4965
- ): KpiGrade!
4966
-
4967
5987
  """Create a new KPI metric with the provided details."""
4968
5988
  createKpiMetric(
4969
5989
  """Input object containing details for the new KPI metric."""
4970
- metric: NewKpiMetric!
5990
+ kpiMetric: NewKpiMetric!
4971
5991
  ): KpiMetric!
4972
5992
 
5993
+ """Create a new metric value with the provided details."""
5994
+ createKpiMetricValue(
5995
+ """Input object containing details for the new metric value."""
5996
+ metricValue: NewKpiMetricValue!
5997
+ ): KpiMetricValue!
5998
+
5999
+ """Create a new KPI org-scope mapping with the provided details."""
6000
+ createKpiOrgScope(
6001
+ """Input object containing details for the new org-scope mapping."""
6002
+ kpiOrgScope: NewKpiOrgScope!
6003
+ ): KpiOrgScope!
6004
+
6005
+ """Create a new scope dimension definition"""
6006
+ createKpiScope(kpiScope: NewKpiScope!): KpiScope!
6007
+
6008
+ """To create new KpiStatistic"""
6009
+ createKpiStatistic(kpiStatistic: NewKpiStatistic!): KpiStatistic!
6010
+
4973
6011
  """Create a new KPI value with the provided details."""
4974
6012
  createKpiValue(
4975
6013
  """Input object containing details for the new KPI value."""
@@ -4997,6 +6035,12 @@ type Mutation {
4997
6035
  """To create new MenuDetailColumn"""
4998
6036
  createMenuDetailColumn(menuDetailColumn: NewMenuDetailColumn!): MenuDetailColumn!
4999
6037
 
6038
+ """Create multiple KPI values with the provided details."""
6039
+ createMultipleKpiValue(
6040
+ """Array of input objects containing details for the new KPI values."""
6041
+ values: [NewKpiValue!]!
6042
+ ): [KpiValue!]!
6043
+
5000
6044
  """To create new ApprovalLine for current user"""
5001
6045
  createMyApprovalLine(approvalLine: NewApprovalLine!): ApprovalLine!
5002
6046
 
@@ -5030,6 +6074,9 @@ type Mutation {
5030
6074
  """프로젝트 생성"""
5031
6075
  createProject(project: NewProject!): Project!
5032
6076
 
6077
+ """To create new ProjectReport"""
6078
+ createProjectReport(projectReport: NewProjectReport!): ProjectReport!
6079
+
5033
6080
  """To create new Resource"""
5034
6081
  createResource(resource: NewResource!): Resource!
5035
6082
 
@@ -5045,9 +6092,15 @@ type Mutation {
5045
6092
  """Creates a new state register."""
5046
6093
  createStateRegister(stateRegister: NewStateRegister!): StateRegister!
5047
6094
 
6095
+ """To create new Supervisor"""
6096
+ createSupervisor(supervisor: NewSupervisor!): Supervisor!
6097
+
5048
6098
  """To create new Task"""
5049
6099
  createTask(task: NewTask!): Task!
5050
6100
 
6101
+ """To create Task Checklist information"""
6102
+ createTaskChecklist(patch: NewTaskChecklist!): Boolean!
6103
+
5051
6104
  """To create new TaskResource"""
5052
6105
  createTaskResource(taskResource: NewTaskResource!): TaskResource!
5053
6106
 
@@ -5077,6 +6130,12 @@ type Mutation {
5077
6130
  """To delegate a ActivityThread"""
5078
6131
  delegateActivityThread(assignee: ObjectRef, dueAt: DateTimeISO, id: String!, reason: String): ActivityThread!
5079
6132
 
6133
+ """To delete ActionPlan"""
6134
+ deleteActionPlan(id: String!): Boolean!
6135
+
6136
+ """To delete multiple ActionPlans"""
6137
+ deleteActionPlans(ids: [String!]!): Boolean!
6138
+
5080
6139
  """To delete multiple Activities"""
5081
6140
  deleteActivities(ids: [String!]!): Boolean!
5082
6141
 
@@ -5139,9 +6198,30 @@ type Mutation {
5139
6198
  """To delete multiple BuildingComplexes"""
5140
6199
  deleteBuildingComplexes(ids: [String!]!): Boolean!
5141
6200
 
6201
+ """To delete multiple Checklists"""
6202
+ deleteBuildingInspections(ids: [String!]!): Boolean!
6203
+
5142
6204
  """To delete multiple Buildings"""
5143
6205
  deleteBuildings(ids: [String!]!): Boolean!
5144
6206
 
6207
+ """To delete ChecklistItemComment"""
6208
+ deleteChecklistItemComment(id: String!): Boolean!
6209
+
6210
+ """To delete ChecklistTemplateItem"""
6211
+ deleteChecklistTemplateItem(id: String!): Boolean!
6212
+
6213
+ """To delete multiple ChecklistTemplateItems"""
6214
+ deleteChecklistTemplateItems(ids: [String!]!): Boolean!
6215
+
6216
+ """To delete multiple ChecklistTemplates"""
6217
+ deleteChecklistTemplates(ids: [String!]!): Boolean!
6218
+
6219
+ """To delete multiple ChecklistTypes"""
6220
+ deleteChecklistTypes(ids: [String!]!): Boolean!
6221
+
6222
+ """To create Building Inspection And Checklist information"""
6223
+ deleteChecklists(ids: [String!]!): Boolean!
6224
+
5145
6225
  """To delete CommonCode"""
5146
6226
  deleteCommonCode(id: String!): Boolean!
5147
6227
 
@@ -5276,6 +6356,12 @@ type Mutation {
5276
6356
  """To delete multiple EntityColumns"""
5277
6357
  deleteEntityColumns(ids: [String!]!): Boolean!
5278
6358
 
6359
+ """To delete EnvVar"""
6360
+ deleteEnvVar(id: String!): Boolean!
6361
+
6362
+ """To delete multiple EnvVars"""
6363
+ deleteEnvVars(ids: [String!]!): Boolean!
6364
+
5279
6365
  """To delete Favorite"""
5280
6366
  deleteFavorite(routing: String!): Boolean!
5281
6367
 
@@ -5291,27 +6377,45 @@ type Mutation {
5291
6377
  """To delete multiple InspectionParts"""
5292
6378
  deleteInspectionParts(ids: [String!]!): Boolean!
5293
6379
 
5294
- """To delete Kpi"""
5295
- deleteKpi(id: String!): Boolean!
5296
-
5297
- """To delete multiple KpiCategories"""
5298
- deleteKpiCategories(ids: [String!]!): Boolean!
6380
+ """To delete Issue"""
6381
+ deleteIssue(id: String!): Boolean!
5299
6382
 
5300
- """To delete KpiCategory"""
5301
- deleteKpiCategory(id: String!): Boolean!
6383
+ """To delete multiple Issues"""
6384
+ deleteIssues(ids: [String!]!): Boolean!
5302
6385
 
5303
- """To delete KpiGrade"""
5304
- deleteKpiGrade(id: String!): Boolean!
5305
-
5306
- """To delete multiple KpiGrades"""
5307
- deleteKpiGrades(ids: [String!]!): Boolean!
6386
+ """To delete Kpi"""
6387
+ deleteKpi(id: String!): Boolean!
5308
6388
 
5309
6389
  """To delete KpiMetric"""
5310
6390
  deleteKpiMetric(id: String!): Boolean!
5311
6391
 
6392
+ """To delete KpiMetricValue"""
6393
+ deleteKpiMetricValue(id: String!): Boolean!
6394
+
6395
+ """To delete multiple KpiMetricValues"""
6396
+ deleteKpiMetricValues(ids: [String!]!): Boolean!
6397
+
5312
6398
  """To delete multiple KpiMetrics"""
5313
6399
  deleteKpiMetrics(ids: [String!]!): Boolean!
5314
6400
 
6401
+ """Delete KPI org-scope mappings by their IDs."""
6402
+ deleteKpiOrgScopes(
6403
+ """Array of org-scope mapping IDs to delete."""
6404
+ ids: [String!]!
6405
+ ): Boolean!
6406
+
6407
+ """Delete a scope dimension definition"""
6408
+ deleteKpiScope(id: String!): Boolean!
6409
+
6410
+ """Delete multiple scope dimension definitions"""
6411
+ deleteKpiScopes(ids: [String!]!): Boolean!
6412
+
6413
+ """To delete KpiStatistic"""
6414
+ deleteKpiStatistic(id: String!): Boolean!
6415
+
6416
+ """To delete multiple KpiStatistics"""
6417
+ deleteKpiStatistics(ids: [String!]!): Boolean!
6418
+
5315
6419
  """To delete KpiValue"""
5316
6420
  deleteKpiValue(id: String!): Boolean!
5317
6421
 
@@ -5423,6 +6527,12 @@ type Mutation {
5423
6527
  """To delete Project"""
5424
6528
  deleteProject(id: String!): Boolean!
5425
6529
 
6530
+ """To delete ProjectReport"""
6531
+ deleteProjectReport(id: String!): Boolean!
6532
+
6533
+ """To delete multiple ProjectReports"""
6534
+ deleteProjectReports(ids: [String!]!): Boolean!
6535
+
5426
6536
  """To delete Resource"""
5427
6537
  deleteResource(id: String!): Boolean!
5428
6538
 
@@ -5456,6 +6566,12 @@ type Mutation {
5456
6566
  """Deletes multiple scenario steps by their IDs."""
5457
6567
  deleteSteps(ids: [String!]!): Boolean!
5458
6568
 
6569
+ """To delete Supervisor"""
6570
+ deleteSupervisor(id: String!): Boolean!
6571
+
6572
+ """To delete multiple Supervisors"""
6573
+ deleteSupervisors(ids: [String!]!): Boolean!
6574
+
5459
6575
  """To delete Task"""
5460
6576
  deleteTask(id: String!): Boolean!
5461
6577
 
@@ -5539,6 +6655,9 @@ type Mutation {
5539
6655
  Finalizes and generates the latest data summaries for the specified dataset. This operation aggregates collected data into summary records for reporting and analysis.
5540
6656
  """
5541
6657
  finalizeLatestDataCollection(dataSetId: String!): Boolean!
6658
+
6659
+ """To finalize project with KPI recalculation"""
6660
+ finalizeProjectWithKpiRecalculation(projectId: String!): Boolean!
5542
6661
  generateApplianceSecret(id: String!): Appliance!
5543
6662
  generateApplicationSecret(id: String!): Application!
5544
6663
 
@@ -5558,6 +6677,9 @@ type Mutation {
5558
6677
  getOauth2AuthUrl(id: String!): String!
5559
6678
  grantRoles(customerId: String!, roles: [RolePatch!]!): Boolean!
5560
6679
 
6680
+ """To import multiple ActionPlans"""
6681
+ importActionPlans(actionPlans: [ActionPlanPatch!]!): Boolean!
6682
+
5561
6683
  """To import multiple Activities"""
5562
6684
  importActivities(activities: [ActivityPatch!]!): Boolean!
5563
6685
 
@@ -5617,15 +6739,18 @@ type Mutation {
5617
6739
  """
5618
6740
  importEmployees(employees: [EmployeePatch!]!): Boolean!
5619
6741
 
5620
- """To import multiple KpiCategories"""
5621
- importKpiCategories(kpiCategories: [KpiCategoryPatch!]!): Boolean!
6742
+ """To import multiple Issues"""
6743
+ importIssues(issues: [IssuePatch!]!): Boolean!
5622
6744
 
5623
- """To import multiple KpiGrades"""
5624
- importKpiGrades(kpiGrades: [KpiGradePatch!]!): Boolean!
6745
+ """To import multiple KpiMetricValues"""
6746
+ importKpiMetricValues(metricValues: [KpiMetricValuePatch!]!): Boolean!
5625
6747
 
5626
6748
  """To import multiple KpiMetrics"""
5627
6749
  importKpiMetrics(kpiMetrics: [KpiMetricPatch!]!): Boolean!
5628
6750
 
6751
+ """To import KpiStatistics"""
6752
+ importKpiStatistics(kpiStatistics: [KpiStatisticPatch!]!): Boolean!
6753
+
5629
6754
  """To import multiple KpiValues"""
5630
6755
  importKpiValues(kpiValues: [KpiValuePatch!]!): Boolean!
5631
6756
 
@@ -5656,6 +6781,9 @@ type Mutation {
5656
6781
  """To import multiple Oauth2Clients"""
5657
6782
  importOauth2Clients(oauth2Clients: [Oauth2ClientPatch!]!): Boolean!
5658
6783
 
6784
+ """To import multiple ProjectReports"""
6785
+ importProjectReports(projectReports: [ProjectReportPatch!]!): Boolean!
6786
+
5659
6787
  """To import multiple Resources"""
5660
6788
  importResources(resources: [ResourcePatch!]!): Boolean!
5661
6789
 
@@ -5667,6 +6795,9 @@ type Mutation {
5667
6795
  """Imports multiple state registers from a provided list."""
5668
6796
  importStateRegisters(stateRegisters: [StateRegisterPatch!]!): Boolean!
5669
6797
 
6798
+ """To import multiple Supervisors"""
6799
+ importSupervisors(supervisors: [SupervisorPatch!]!): Boolean!
6800
+
5670
6801
  """To import multiple TaskResources"""
5671
6802
  importTaskResources(taskResources: [TaskResourcePatch!]!): Boolean!
5672
6803
 
@@ -5719,6 +6850,29 @@ type Mutation {
5719
6850
  """
5720
6851
  pickActivityInstance(id: String!): ActivityThread
5721
6852
 
6853
+ """기존 KPI Value 인스턴스를 현재 formula/metric 값으로 재계산"""
6854
+ recalculateKpiValue(id: String!): KpiValue!
6855
+
6856
+ """Recalculate scores for all KpiValues of a specific KPI"""
6857
+ recalculateScoresForKpi(kpiId: String!): Boolean!
6858
+
6859
+ """Record a metric value by metric name, value, meta, and org."""
6860
+ recordKpiMetricValue(
6861
+ """Extended or non-numeric information (JSON)."""
6862
+ meta: Object
6863
+
6864
+ """Metric code/name."""
6865
+ metricName: String!
6866
+
6867
+ """
6868
+ Organizational unit for this value (project, department, company, employee, etc.)
6869
+ """
6870
+ org: String
6871
+
6872
+ """Metric value (number)."""
6873
+ value: Float
6874
+ ): KpiMetricValue!
6875
+
5722
6876
  """To refresh oauth2 access token"""
5723
6877
  refreshOauth2AccessToken(id: String!): Oauth2Client!
5724
6878
 
@@ -5755,6 +6909,9 @@ type Mutation {
5755
6909
  releaseKpi(id: String!): Kpi!
5756
6910
  renewApplicationAccessToken(id: String!, scope: String!): AccessToken!
5757
6911
 
6912
+ """Updates the sortOrder of a single board."""
6913
+ reorderBoard(id: String!, sortOrder: Float!): Boolean!
6914
+
5758
6915
  """Sets the custom playback order for boards in a play group."""
5759
6916
  reorderPlayGroup(boardIds: [String!]!, id: String!): PlayGroup!
5760
6917
 
@@ -5805,7 +6962,7 @@ type Mutation {
5805
6962
  startDataSummarySchedule(dataSetId: String!): DataSet!
5806
6963
 
5807
6964
  """Starts a new scenario instance, which will run in the background."""
5808
- startScenario(instanceName: String, scenarioName: String!, variables: Object): ScenarioInstance!
6965
+ startScenario(instanceName: String, scenarioName: String!, variables: Object): ScenarioInstanceStartResult!
5809
6966
 
5810
6967
  """Starts the schedule for a specific scenario, if one is defined."""
5811
6968
  startScenarioSchedule(scenarioId: String!): Scenario!
@@ -5847,6 +7004,9 @@ type Mutation {
5847
7004
  username: String!
5848
7005
  ): Boolean!
5849
7006
 
7007
+ """To modify ActionPlan information"""
7008
+ updateActionPlan(id: String!, patch: ActionPlanPatch!): ActionPlan!
7009
+
5850
7010
  """To modify Activity information"""
5851
7011
  updateActivity(id: String!, patch: ActivityPatch!): Activity!
5852
7012
 
@@ -5890,6 +7050,18 @@ type Mutation {
5890
7050
  """To modify BuildingComplex information"""
5891
7051
  updateBuildingComplex(id: String!, patch: BuildingComplexPatch!): BuildingComplex!
5892
7052
 
7053
+ """To update Building Inspection information"""
7054
+ updateBuildingInspection(patch: UpdateBuildingInspection!): BuildingInspection!
7055
+
7056
+ """To create Building Inspection And Checklist information"""
7057
+ updateBuildingInspectionChecklist(buildingInspection: UpdateBuildingInspectionSubmitType!): Boolean!
7058
+
7059
+ """Update Daily Worklog"""
7060
+ updateBuildingInspectionDailyWorklog(patch: BuildingInspectionDailyWorklogPatch!): BuildingInspectionDailyWorklog!
7061
+
7062
+ """To modify ChecklistItemComment information"""
7063
+ updateChecklistItemComment(id: String!, patch: ChecklistItemCommentPatch!): ChecklistItemComment!
7064
+
5893
7065
  """To modify CommonCode information"""
5894
7066
  updateCommonCode(name: String!, patch: CommonCodePatch!): CommonCode!
5895
7067
 
@@ -5950,24 +7122,42 @@ type Mutation {
5950
7122
  """To modify EntityColumn information"""
5951
7123
  updateEntityColumn(id: String!, patch: EntityColumnPatch!): EntityColumn!
5952
7124
 
7125
+ """To modify EnvVar information"""
7126
+ updateEnvVar(envVar: EnvVarPatch!, id: String!): EnvVar!
7127
+
5953
7128
  """To modify Font information"""
5954
7129
  updateFont(id: String!, patch: FontPatch!): Font!
5955
7130
 
5956
7131
  """Updates an existing board group."""
5957
7132
  updateGroup(id: String!, patch: GroupPatch!): Group!
5958
7133
 
7134
+ """To modify Issue information"""
7135
+ updateIssue(id: String!, patch: IssuePatch!): Issue!
7136
+
5959
7137
  """To modify Kpi information"""
5960
7138
  updateKpi(id: String!, patch: KpiPatch!): Kpi!
5961
7139
 
5962
- """To modify KpiCategory information"""
5963
- updateKpiCategory(id: String!, patch: KpiCategoryPatch!): KpiCategory!
5964
-
5965
- """To modify KpiGrade information"""
5966
- updateKpiGrade(id: String!, patch: KpiGradePatch!): KpiGrade!
5967
-
5968
7140
  """To modify KpiMetric information"""
5969
7141
  updateKpiMetric(id: String!, patch: KpiMetricPatch!): KpiMetric!
5970
7142
 
7143
+ """To modify KpiMetricValue information"""
7144
+ updateKpiMetricValue(id: String!, patch: KpiMetricValuePatch!): KpiMetricValue!
7145
+
7146
+ """To modify multiple assessment KpiMetricValues' value"""
7147
+ updateKpiMetricValuesAssessment(patches: [KpiMetricValuePatch!]!): [KpiMetricValue!]!
7148
+
7149
+ """To modify multiple cumulative KpiMetricValues' value"""
7150
+ updateKpiMetricValuesCumulative(patches: [KpiMetricValuePatch!]!): [KpiMetricValue!]!
7151
+
7152
+ """To modify multiple sentiment KpiMetricValues' value"""
7153
+ updateKpiMetricValuesSentiment(attachment: NewAttachment!): Attachment
7154
+
7155
+ """Update a scope dimension definition"""
7156
+ updateKpiScope(id: String!, patch: KpiScopePatch!): KpiScope!
7157
+
7158
+ """To modify KpiStatistic information"""
7159
+ updateKpiStatistic(id: String!, patch: KpiStatisticPatch!): KpiStatistic!
7160
+
5971
7161
  """To modify KpiValue information"""
5972
7162
  updateKpiValue(id: String!, patch: KpiValuePatch!): KpiValue!
5973
7163
 
@@ -5992,6 +7182,9 @@ type Mutation {
5992
7182
  """To modify MenuDetailColumn information"""
5993
7183
  updateMenuDetailColumn(id: String!, patch: MenuDetailColumnPatch!): MenuDetailColumn!
5994
7184
 
7185
+ """To modify multiple ActionPlans' information"""
7186
+ updateMultipleActionPlan(patches: [ActionPlanPatch!]!): [ActionPlan!]!
7187
+
5995
7188
  """To modify multiple Activities' information"""
5996
7189
  updateMultipleActivity(patches: [ActivityPatch!]!): [Activity!]!
5997
7190
 
@@ -6013,6 +7206,15 @@ type Mutation {
6013
7206
  """To modify multiple Buildings' information"""
6014
7207
  updateMultipleBuilding(patches: [BuildingPatch!]!): [Building!]!
6015
7208
 
7209
+ """To modify multiple ChecklistTemplates' information"""
7210
+ updateMultipleChecklistTemplate(patches: [ChecklistTemplatePatch!]!): [ChecklistTemplate!]!
7211
+
7212
+ """To modify multiple ChecklistTemplateItems' information"""
7213
+ updateMultipleChecklistTemplateItems(checklistTemplateId: String!, patches: [ChecklistTemplateItemPatch!]!): [ChecklistTemplateItem!]!
7214
+
7215
+ """To modify multiple ChecklistTypes' information"""
7216
+ updateMultipleChecklistType(patches: [ChecklistTypePatch!]!): [ChecklistType!]!
7217
+
6016
7218
  """To modify multiple CommonCodes' information"""
6017
7219
  updateMultipleCommonCode(patches: [CommonCodePatch!]!): [CommonCode!]!
6018
7220
 
@@ -6068,24 +7270,39 @@ type Mutation {
6068
7270
  """To modify multiple Entitys' information"""
6069
7271
  updateMultipleEntityColumn(patches: [EntityColumnPatch!]!): [EntityColumn!]!
6070
7272
 
7273
+ """To modify multiple EnvVars' information"""
7274
+ updateMultipleEnvVars(patches: [EnvVarPatch!]!): [EnvVar!]!
7275
+
6071
7276
  """To modify multiple InspectionDrawingTypes' information"""
6072
7277
  updateMultipleInspectionDrawingType(patches: [InspectionDrawingTypePatch!]!): [InspectionDrawingType!]!
6073
7278
 
6074
7279
  """To modify multiple InspectionParts' information"""
6075
7280
  updateMultipleInspectionPart(inspectionDrawingTypeId: String!, patches: [InspectionPartPatch!]!): [InspectionPart!]!
6076
7281
 
6077
- """To modify multiple Kpis' information"""
6078
- updateMultipleKpi(patches: [KpiPatch!]!): Boolean!
6079
-
6080
- """To modify multiple KpiCategories' information"""
6081
- updateMultipleKpiCategory(patches: [KpiCategoryPatch!]!): [KpiCategory!]!
7282
+ """To modify multiple Issues' information"""
7283
+ updateMultipleIssue(patches: [IssuePatch!]!): [Issue!]!
6082
7284
 
6083
- """To modify multiple KpiGrades' information"""
6084
- updateMultipleKpiGrade(patches: [KpiGradePatch!]!): [KpiGrade!]!
7285
+ """To modify multiple Kpis' information"""
7286
+ updateMultipleKpi(patches: [KpiPatch!]!): [Kpi!]!
6085
7287
 
6086
7288
  """To modify multiple KpiMetrics' information"""
6087
7289
  updateMultipleKpiMetric(patches: [KpiMetricPatch!]!): [KpiMetric!]!
6088
7290
 
7291
+ """To modify multiple KpiMetricValues' information"""
7292
+ updateMultipleKpiMetricValue(patches: [KpiMetricValuePatch!]!): [KpiMetricValue!]!
7293
+
7294
+ """Update multiple KPI org-scope mappings with the provided patches."""
7295
+ updateMultipleKpiOrgScope(
7296
+ """Array of patch objects for updating org-scope mappings."""
7297
+ patches: [KpiOrgScopePatch!]!
7298
+ ): [KpiOrgScope!]!
7299
+
7300
+ """Update multiple scope dimension definitions"""
7301
+ updateMultipleKpiScope(patches: [KpiScopePatch!]!): [KpiScope!]!
7302
+
7303
+ """To modify multiple KpiStatistics' information"""
7304
+ updateMultipleKpiStatistic(patches: [KpiStatisticPatch!]!): [KpiStatistic!]!
7305
+
6089
7306
  """To modify multiple KpiValues' information"""
6090
7307
  updateMultipleKpiValue(patches: [KpiValuePatch!]!): [KpiValue!]!
6091
7308
 
@@ -6113,6 +7330,9 @@ type Mutation {
6113
7330
  """To modify multiple PrinterDevices' information"""
6114
7331
  updateMultiplePrinterDevice(patches: [PrinterDevicePatch!]!): [PrinterDevice!]!
6115
7332
 
7333
+ """To modify multiple ProjectReports' information"""
7334
+ updateMultipleProjectReport(patches: [ProjectReportPatch!]!): [ProjectReport!]!
7335
+
6116
7336
  """To modify multiple Resources' information"""
6117
7337
  updateMultipleResource(patches: [ResourcePatch!]!): [Resource!]!
6118
7338
 
@@ -6132,6 +7352,9 @@ type Mutation {
6132
7352
  """
6133
7353
  updateMultipleStep(patches: [StepPatch!]!, scenarioId: String!): [Step!]!
6134
7354
 
7355
+ """To modify multiple Supervisors' information"""
7356
+ updateMultipleSupervisor(patches: [SupervisorPatch!]!): [Supervisor!]!
7357
+
6135
7358
  """To modify multiple Tasks' information"""
6136
7359
  updateMultipleTask(patches: [TaskPatch!]!): [Task!]!
6137
7360
 
@@ -6193,12 +7416,15 @@ type Mutation {
6193
7416
  """To modify privilege information"""
6194
7417
  updatePrivilege(category: String!, name: String!, patch: PrivilegePatch!): Privilege!
6195
7418
 
6196
- """프로젝트 업데이트"""
7419
+ """프로젝트 업데이트 (중복 사용 금지)"""
6197
7420
  updateProject(project: ProjectPatch!): Project!
6198
7421
 
6199
7422
  """프로젝트 도면 업데이트"""
6200
7423
  updateProjectPlan(project: ProjectPatch!): Project!
6201
7424
 
7425
+ """To modify ProjectReport information"""
7426
+ updateProjectReport(id: String!, patch: ProjectReportPatch!): ProjectReport!
7427
+
6202
7428
  """To modify Resource information"""
6203
7429
  updateResource(id: String!, patch: ResourcePatch!): Resource!
6204
7430
 
@@ -6228,9 +7454,15 @@ type Mutation {
6228
7454
  """
6229
7455
  updateStateRegisterByName(name: String!, state: Object!): StateRegister!
6230
7456
 
7457
+ """To modify Supervisor information"""
7458
+ updateSupervisor(id: String!, patch: SupervisorPatch!): Supervisor!
7459
+
6231
7460
  """To modify Task information"""
6232
7461
  updateTask(id: String!, patch: TaskPatch!): Task!
6233
7462
 
7463
+ """To update Task Checklist information"""
7464
+ updateTaskChecklist(taskChecklist: UpdateTaskChecklistSubmitType!): Boolean!
7465
+
6234
7466
  """To modify TaskResource information"""
6235
7467
  updateTaskResource(id: String!, patch: TaskResourcePatch!): TaskResource!
6236
7468
 
@@ -6272,6 +7504,15 @@ type Mutation {
6272
7504
  uploadProjectScheduleTable(param: UploadProjectScheduleTable!): Boolean!
6273
7505
  }
6274
7506
 
7507
+ input NewActionPlan {
7508
+ active: Boolean
7509
+ description: String
7510
+ name: String!
7511
+ params: String
7512
+ state: ActionPlanStatus
7513
+ thumbnail: Upload
7514
+ }
7515
+
6275
7516
  input NewActivity {
6276
7517
  active: Boolean
6277
7518
  activityType: String
@@ -6464,6 +7705,20 @@ input NewBoardTemplate {
6464
7705
  visibility: String!
6465
7706
  }
6466
7707
 
7708
+ input NewBuildingInspection {
7709
+ buildingLevelId: String
7710
+ cellX: Float
7711
+ cellY: Float
7712
+ checklist: ChecklistInputType!
7713
+ checklistItem: [ChecklistItemInputType!]!
7714
+ managerId: String
7715
+ }
7716
+
7717
+ input NewChecklistItemComment {
7718
+ checklistItemId: String
7719
+ comment: String
7720
+ }
7721
+
6467
7722
  input NewCommonCode {
6468
7723
  description: String
6469
7724
  details: [String!]
@@ -6480,6 +7735,9 @@ input NewCommonCodeDetail {
6480
7735
 
6481
7736
  """Input for creating a new connection."""
6482
7737
  input NewConnection {
7738
+ """Whether to automatically connect when the application starts"""
7739
+ active: Boolean
7740
+
6483
7741
  """A detailed description for the new connection."""
6484
7742
  description: String
6485
7743
 
@@ -6492,6 +7750,11 @@ input NewConnection {
6492
7750
  """The name for the new connection."""
6493
7751
  name: String!
6494
7752
 
7753
+ """
7754
+ When true, connection is created on-demand when needed and cleaned up after use.
7755
+ """
7756
+ onDemand: Boolean
7757
+
6495
7758
  """A key-value map of parameters for the new connection."""
6496
7759
  params: Object
6497
7760
 
@@ -6775,6 +8038,21 @@ input NewEntityColumn {
6775
8038
  virtualField: Boolean
6776
8039
  }
6777
8040
 
8041
+ """Input type for creating a new environment variable."""
8042
+ input NewEnvVar {
8043
+ """Indicates whether this environment variable is active."""
8044
+ active: Boolean
8045
+
8046
+ """A detailed description for the new environment variable."""
8047
+ description: String
8048
+
8049
+ """The name for the new environment variable."""
8050
+ name: String!
8051
+
8052
+ """The value for the new environment variable."""
8053
+ value: String
8054
+ }
8055
+
6778
8056
  input NewFavorite {
6779
8057
  routing: String!
6780
8058
  }
@@ -6797,6 +8075,15 @@ input NewGroup {
6797
8075
  name: String!
6798
8076
  }
6799
8077
 
8078
+ input NewIssue {
8079
+ active: Boolean
8080
+ description: String
8081
+ name: String!
8082
+ params: String
8083
+ state: IssueStatus
8084
+ thumbnail: Upload
8085
+ }
8086
+
6800
8087
  """
6801
8088
  Input type for creating a new KPI. Used in mutations to provide KPI details.
6802
8089
  """
@@ -6804,23 +8091,39 @@ input NewKpi {
6804
8091
  """Indicates whether this KPI is active and usable."""
6805
8092
  active: Boolean
6806
8093
 
6807
- """ID of the category to which this KPI belongs."""
6808
- categoryId: ID
6809
-
6810
8094
  """Detailed description of the KPI."""
6811
8095
  description: String
6812
8096
 
6813
8097
  """Calculation formula for the KPI, using metric codes and operators."""
6814
8098
  formula: String
6815
8099
 
8100
+ """Score lookup table for this KPI version"""
8101
+ grades: Object
8102
+
8103
+ """
8104
+ Indicates whether this KPI is a leaf node (has actual measured values).
8105
+ """
8106
+ isLeaf: Boolean
8107
+
6816
8108
  """Name of the KPI."""
6817
8109
  name: String!
6818
8110
 
8111
+ """Reference to the parent KPI in hierarchical structure."""
8112
+ parent: ObjectRef
8113
+
6819
8114
  """
6820
8115
  Cron schedule string for periodic KPI value aggregation (e.g., "0 0 * * *" for daily).
6821
8116
  """
6822
8117
  schedule: String
6823
8118
 
8119
+ """
8120
+ Score calculation formula for this KPI. Converts KPI value to performance score (0-1).
8121
+ """
8122
+ scoreFormula: String
8123
+
8124
+ """value → score 변환 방식."""
8125
+ scoreType: KpiScoreType
8126
+
6824
8127
  """Current state of the KPI (DRAFT, RELEASED, ARCHIVED)."""
6825
8128
  state: KpiStatus
6826
8129
 
@@ -6830,63 +8133,21 @@ input NewKpi {
6830
8133
  """Timezone for the KPI schedule."""
6831
8134
  timezone: String
6832
8135
 
8136
+ """value 획득 방식."""
8137
+ valueType: KpiValueType
8138
+
6833
8139
  """
6834
8140
  Visualization options and metadata for this KPI, such as color, icon, thresholds, unit, decimal places, etc.
6835
8141
  """
6836
8142
  vizMeta: Object
6837
8143
 
6838
8144
  """
6839
- Visualization type for this KPI (e.g., bar, line, gauge, progress, card, table, icon, badge, text).
8145
+ Visualization type for this KPI (e.g., CARD, GAUGE, PROGRESS, BAR, LINE, etc.).
6840
8146
  """
6841
- vizType: String
6842
- }
6843
-
6844
- """
6845
- Input type for creating a new KPI category. Used in mutations to provide category details.
6846
- """
6847
- input NewKpiCategory {
6848
- active: Boolean
6849
-
6850
- """Detailed description of this KPI category."""
6851
- description: String
6852
-
6853
- """Name of the KPI category."""
6854
- name: String!
6855
-
6856
- """ID of the parent category, if any."""
6857
- parentId: ID
6858
- }
6859
-
6860
- """
6861
- Input type for creating a new KPI grade. Used in mutations to provide grade details.
6862
- """
6863
- input NewKpiGrade {
6864
- """Indicates whether this KPI grade is active and usable."""
6865
- active: Boolean
6866
-
6867
- """Color code for this grade (for visualization purposes)."""
6868
- color: String
6869
-
6870
- """Detailed description of this KPI grade."""
6871
- description: String
8147
+ vizType: KpiVizType
6872
8148
 
6873
- """ID of the KPI to which this grade belongs."""
6874
- kpiId: ID!
6875
-
6876
- """Maximum value for this grade section."""
6877
- maxValue: Int!
6878
-
6879
- """Minimum value for this grade section."""
6880
- minValue: Int!
6881
-
6882
- """Name of the grade or section for this KPI."""
6883
- name: String!
6884
-
6885
- """Score or weight for this grade (optional)."""
6886
- score: Int
6887
-
6888
- """Version of the KPI definition to which this grade belongs."""
6889
- version: Int!
8149
+ """Weight for aggregation in parent category."""
8150
+ weight: Float
6890
8151
  }
6891
8152
 
6892
8153
  """
@@ -6896,6 +8157,9 @@ input NewKpiMetric {
6896
8157
  """Indicates whether this metric is active and usable."""
6897
8158
  active: Boolean
6898
8159
 
8160
+ """데이터 수집 방식"""
8161
+ collectType: KpiMetricCollectType
8162
+
6899
8163
  """ID of the source dataset for this metric."""
6900
8164
  dataSetId: ID
6901
8165
 
@@ -6905,14 +8169,12 @@ input NewKpiMetric {
6905
8169
  """Name of the field in the dataset this metric maps to."""
6906
8170
  fieldName: String
6907
8171
 
6908
- """
6909
- Calculation formula for the metric, using other metric codes and operators.
6910
- """
6911
- formula: String
6912
-
6913
8172
  """Metric code, unique within the domain, used in KPI formulas."""
6914
8173
  name: String!
6915
8174
 
8175
+ """Aggregation period type for this metric."""
8176
+ periodType: KpiPeriodType
8177
+
6916
8178
  """
6917
8179
  Cron schedule string for periodic KPI value aggregation (e.g., "0 0 * * *" for daily).
6918
8180
  """
@@ -6927,24 +8189,142 @@ input NewKpiMetric {
6927
8189
  """Thumbnail image or file for this metric."""
6928
8190
  thumbnail: Upload
6929
8191
 
6930
- """Timezone for the schedule."""
6931
- timezone: String
8192
+ """Timezone for the schedule."""
8193
+ timezone: String
8194
+
8195
+ """Unit of measurement for this metric (e.g., %, count, hours)."""
8196
+ unit: String
8197
+ }
8198
+
8199
+ """
8200
+ Input type for creating a new metric value. Used in mutations to provide metric value details.
8201
+ """
8202
+ input NewKpiMetricValue {
8203
+ """
8204
+ Extended or non-numeric information related to this metric value, stored as JSON. Can include status, comments, or other metadata.
8205
+ """
8206
+ meta: Object
8207
+
8208
+ """ID of the metric to which this value belongs."""
8209
+ metricId: ID!
8210
+
8211
+ """
8212
+ Organizational unit for this value (project, department, company, employee, etc.)
8213
+ """
8214
+ org: String
8215
+
8216
+ """Aggregation period type for this metric value."""
8217
+ periodType: KpiPeriodType!
8218
+
8219
+ """Unit of measurement for this metric value."""
8220
+ unit: String
8221
+
8222
+ """The value for this metric and period."""
8223
+ value: Float!
8224
+
8225
+ """
8226
+ Date or period for which this metric value is recorded (e.g., day, month, quarter, range).
8227
+ """
8228
+ valueDate: String!
8229
+ }
8230
+
8231
+ """Input type for creating a new KPI org-scope mapping"""
8232
+ input NewKpiOrgScope {
8233
+ """Active status"""
8234
+ active: Boolean
8235
+
8236
+ """Human-readable name or description"""
8237
+ displayName: String
8238
+
8239
+ """Organizational unit identifier"""
8240
+ org: String!
8241
+
8242
+ """First scope dimension"""
8243
+ scope01: String
8244
+
8245
+ """Second scope dimension"""
8246
+ scope02: String
8247
+
8248
+ """Third scope dimension"""
8249
+ scope03: String
8250
+
8251
+ """Fourth scope dimension"""
8252
+ scope04: String
8253
+
8254
+ """Fifth scope dimension"""
8255
+ scope05: String
8256
+ }
8257
+
8258
+ input NewKpiScope {
8259
+ """Whether this scope definition is active and should be used"""
8260
+ active: Boolean! = true
8261
+
8262
+ """Detailed description of what this scope dimension represents"""
8263
+ description: String
8264
+
8265
+ """Order/priority for display and processing"""
8266
+ displayOrder: Int! = 1
8267
+
8268
+ """Whether this scope should be included in statistical calculations"""
8269
+ includeInStatistics: Boolean! = true
8270
+
8271
+ """Scope level (1-5) corresponding to scope01-scope05 in KpiOrgScope"""
8272
+ level: Int!
8273
+
8274
+ """Additional metadata for this scope dimension"""
8275
+ metadata: Object
8276
+
8277
+ """Display name for this scope dimension (e.g., "지역", "회사", "프로젝트규모")"""
8278
+ name: String!
8279
+
8280
+ """Parent scope level if this forms a hierarchy"""
8281
+ parentLevel: Int
8282
+
8283
+ """Type category of this scope dimension"""
8284
+ scopeType: ScopeType!
8285
+
8286
+ """Whether this scope should be displayed in dashboard visualizations"""
8287
+ showInDashboard: Boolean! = false
8288
+
8289
+ """List of valid values for this scope"""
8290
+ validValues: [String!]
8291
+
8292
+ """Regex pattern for validating values in this scope dimension"""
8293
+ validationPattern: String
8294
+ }
6932
8295
 
6933
- """Unit of measurement for this metric (e.g., %, count, hours)."""
6934
- unit: String
8296
+ input NewKpiStatistic {
8297
+ additionalStatistics: Object
8298
+ count: Float
8299
+ iqr: Float
8300
+ kpi: ObjectRef
8301
+ lowerFence: Float
8302
+ maximum: Float
8303
+ mean: Float
8304
+ median: Float
8305
+ metadata: Object
8306
+ minimum: Float
8307
+ percentile25: Float
8308
+ percentile75: Float
8309
+ periodType: KpiPeriodType!
8310
+ range: Float
8311
+ standardDeviation: Float
8312
+ sum: Float
8313
+ upperFence: Float
8314
+
8315
+ """
8316
+ Date or period for which this statistic is calculated (e.g., day: YYYY-MM-DD, month: YYYY-MM, quarter: YYYY-Qn, range: YYYY-MM-DD~YYYY-MM-DD).
8317
+ """
8318
+ valueDate: String!
8319
+ variance: Float
6935
8320
  }
6936
8321
 
6937
8322
  """
6938
8323
  Input type for creating a new KPI value. Used in mutations to provide KPI value details.
6939
8324
  """
6940
8325
  input NewKpiValue {
6941
- """
6942
- ID of the group (organization, department, project, etc.) this value is associated with.
6943
- """
6944
- groupId: String
6945
-
6946
- """Type of the group (e.g., USER, DEPT, PROJECT) for this value."""
6947
- groupType: String
8326
+ """Group key for this value (organization, line, user, project, etc.)"""
8327
+ group: String
6948
8328
 
6949
8329
  """
6950
8330
  Indicates whether this value was entered manually or generated automatically.
@@ -6954,11 +8334,22 @@ input NewKpiValue {
6954
8334
  """ID of the KPI to which this value belongs."""
6955
8335
  kpiId: ID!
6956
8336
 
8337
+ """ID of the KPI organization scope for this value."""
8338
+ kpiOrgScopeId: ID
8339
+
6957
8340
  """
6958
8341
  Extended or non-numeric information related to this KPI value, stored as JSON5. Can include grade, status, comments, or other metadata.
6959
8342
  """
6960
8343
  meta: Object
6961
8344
 
8345
+ """Legacy organizational unit identifier (for backward compatibility)"""
8346
+ org: String
8347
+
8348
+ """
8349
+ Performance score calculated from KPI value using scoreFormula or grades lookup table. Range: 0-1.
8350
+ """
8351
+ score: Float
8352
+
6962
8353
  """Source of the value (e.g., system, user, external integration)."""
6963
8354
  source: String
6964
8355
 
@@ -7237,6 +8628,15 @@ input NewProject {
7237
8628
  name: String!
7238
8629
  }
7239
8630
 
8631
+ input NewProjectReport {
8632
+ active: Boolean
8633
+ description: String
8634
+ name: String!
8635
+ params: String
8636
+ state: ProjectReportStatus
8637
+ thumbnail: Upload
8638
+ }
8639
+
7240
8640
  input NewResource {
7241
8641
  name: String!
7242
8642
  type: ResourceType!
@@ -7266,6 +8666,9 @@ input NewScenario {
7266
8666
  """A detailed description for the new scenario."""
7267
8667
  description: String
7268
8668
 
8669
+ """Iteration for scenario execution: SELF, CHILDREN, or SELF & CHILDREN."""
8670
+ iteration: String
8671
+
7269
8672
  """The name of the new scenario."""
7270
8673
  name: String!
7271
8674
 
@@ -7331,6 +8734,15 @@ input NewStateRegister {
7331
8734
  unit: String
7332
8735
  }
7333
8736
 
8737
+ input NewSupervisor {
8738
+ active: Boolean
8739
+ description: String
8740
+ name: String!
8741
+ params: String
8742
+ state: SupervisorStatus
8743
+ thumbnail: Upload
8744
+ }
8745
+
7334
8746
  input NewTask {
7335
8747
  """작업이 활성 상태인지 여부 (선택 사항)"""
7336
8748
  active: Boolean
@@ -7354,6 +8766,12 @@ input NewTask {
7354
8766
  project: ObjectRefForProject
7355
8767
  }
7356
8768
 
8769
+ input NewTaskChecklist {
8770
+ checklist: TaskChecklistInputType!
8771
+ checklistItem: [ChecklistItemInputType!]!
8772
+ managerId: String
8773
+ }
8774
+
7357
8775
  input NewTaskResource {
7358
8776
  quantity: Float!
7359
8777
  resourceId: ID!
@@ -7738,6 +9156,36 @@ enum OrgMemberTargetType {
7738
9156
  Role
7739
9157
  }
7740
9158
 
9159
+ type PDFDrawing {
9160
+ drawingURL: String
9161
+ dwgId: String
9162
+ id: String
9163
+ links: [PDFDrawingLink!]
9164
+ title: String
9165
+ }
9166
+
9167
+ type PDFDrawingLink {
9168
+ box: String
9169
+ data: PDFDrawingLinkData
9170
+ dwgId: String
9171
+ id: String
9172
+ story: String
9173
+ symbol: String
9174
+ type: String
9175
+ }
9176
+
9177
+ type PDFDrawingLinkData {
9178
+ box: String
9179
+ code: String
9180
+ dwgId: String
9181
+ finDetItems: [RoomFinishDetail!]
9182
+ id: String
9183
+ rmname: String
9184
+ sn: String
9185
+ symbol: String
9186
+ type: String
9187
+ }
9188
+
7741
9189
  """Entity for PagePreference"""
7742
9190
  type PagePreference {
7743
9191
  createdAt: DateTimeISO
@@ -8126,21 +9574,29 @@ input ProfileInput {
8126
9574
  """프로젝트"""
8127
9575
  type Project {
8128
9576
  buildingComplex: BuildingComplex
9577
+ buildingUsage: String
9578
+ completeReport: Attachment
8129
9579
  createdAt: DateTimeISO
8130
9580
  creator: User
8131
9581
  deletedAt: DateTimeISO
9582
+ documentNaming: String
8132
9583
  domain: Domain
8133
9584
  endDate: String
9585
+ geoGroup: String
8134
9586
  id: ID!
9587
+ inputType: String
8135
9588
  inspPassRate: Float
8136
9589
  kpi: Float
9590
+ kpiValues: [KpiValuesObject!]!
8137
9591
  mainPhoto: Attachment
8138
9592
  name: String!
8139
- projectType: String!
9593
+ postalCode: String
9594
+ projectType: String
8140
9595
  robotCount: Float
8141
9596
  robotProgressRate: Float
8142
9597
  rootTasks: [Task!]
8143
9598
  scheduleTable: Attachment
9599
+ sectorType: String
8144
9600
  startDate: String
8145
9601
  state: String!
8146
9602
  structuralSafetyRate: Float
@@ -8159,10 +9615,25 @@ type ProjectList {
8159
9615
  total: Int!
8160
9616
  }
8161
9617
 
9618
+ type ProjectManagerOutput {
9619
+ id: ID
9620
+ name: String
9621
+ phone: String
9622
+ position: String
9623
+ updatedAt: String
9624
+ userId: ID!
9625
+ }
9626
+
8162
9627
  input ProjectPatch {
8163
9628
  """연관된 건물 복합체 정보 (선택 사항)"""
8164
9629
  buildingComplex: BuildingComplexPatch
8165
9630
 
9631
+ """건물 용도 (RESIDENTIAL: 주거, NON_RESIDENTIAL: 비주거)"""
9632
+ buildingUsage: String
9633
+
9634
+ """프로젝트 문서 네이밍"""
9635
+ documentNaming: String
9636
+
8166
9637
  """프로젝트 준공일정"""
8167
9638
  endDate: String
8168
9639
 
@@ -8187,6 +9658,9 @@ input ProjectPatch {
8187
9658
  """로봇 작업 진행율 (%)"""
8188
9659
  robotProgressRate: Float
8189
9660
 
9661
+ """발주 유형 (PUBLIC: 공공, PRIVATE: 민간)"""
9662
+ sectorType: String
9663
+
8190
9664
  """프로젝트 착공일정"""
8191
9665
  startDate: String
8192
9666
 
@@ -8200,6 +9674,47 @@ input ProjectPatch {
8200
9674
  weeklyProgress: Float
8201
9675
  }
8202
9676
 
9677
+ """Entity for ProjectReport"""
9678
+ type ProjectReport {
9679
+ active: Boolean
9680
+ content: String
9681
+ createdAt: DateTimeISO
9682
+ creator: User
9683
+ date: DateTimeISO
9684
+ deletedAt: DateTimeISO
9685
+ description: String
9686
+ domain: Domain
9687
+ id: ID!
9688
+ name: String
9689
+ params: String
9690
+ state: String
9691
+ supervisor: Supervisor!
9692
+ thumbnail: String
9693
+ updatedAt: DateTimeISO
9694
+ updater: User
9695
+ }
9696
+
9697
+ type ProjectReportList {
9698
+ items: [ProjectReport!]!
9699
+ total: Int!
9700
+ }
9701
+
9702
+ input ProjectReportPatch {
9703
+ active: Boolean
9704
+ cuFlag: String
9705
+ description: String
9706
+ id: ID
9707
+ name: String
9708
+ state: ProjectReportStatus
9709
+ thumbnail: Upload
9710
+ }
9711
+
9712
+ """state enumeration of a projectReport"""
9713
+ enum ProjectReportStatus {
9714
+ STATUS_A
9715
+ STATUS_B
9716
+ }
9717
+
8203
9718
  """
8204
9719
  Describes a single property for a component or a step, used for UI rendering and configuration.
8205
9720
  """
@@ -8221,12 +9736,35 @@ type PropertySpec {
8221
9736
  """CSS styles to be applied to the input field."""
8222
9737
  styles: Object
8223
9738
 
8224
- """The data type of the property (e.g., text, number, boolean, select)."""
9739
+ """
9740
+ The data type of the property (e.g., text, number, boolean, select, password).
9741
+ """
8225
9742
  type: String!
9743
+
9744
+ """
9745
+ Whether this property should use Domain attributes for secure storage instead of direct params.
9746
+ """
9747
+ useDomainAttribute: Boolean
8226
9748
  }
8227
9749
 
8228
9750
  type Query {
8229
- APIDocCompletion(input: APIDocCompletionInput!): APIDocCompletionOutput!
9751
+ """To fetch a ActionPlan"""
9752
+ actionPlan(id: String!): ActionPlan
9753
+
9754
+ """To fetch multiple ActionPlans"""
9755
+ actionPlans(
9756
+ """An array of filter conditions to apply to the list query."""
9757
+ filters: [Filter!]
9758
+
9759
+ """Inherited value type for the list query."""
9760
+ inherited: InheritedValueType
9761
+
9762
+ """Pagination options for the list query."""
9763
+ pagination: Pagination
9764
+
9765
+ """Sorting options for the list query."""
9766
+ sortings: [Sorting!]
9767
+ ): ActionPlanList!
8230
9768
 
8231
9769
  """To fetch multiple Activities"""
8232
9770
  activities(
@@ -8558,8 +10096,14 @@ type Query {
8558
10096
  sortings: [Sorting!]
8559
10097
  ): AuthProviderList!
8560
10098
 
8561
- """Finds a single board by its ID."""
8562
- board(id: String!): Board!
10099
+ """
10100
+ Finds a single board by its ID. If cachedUpdatedAt matches, model is omitted.
10101
+ """
10102
+ board(
10103
+ """Client cache timestamp — if matches, model field is omitted"""
10104
+ cachedUpdatedAt: String
10105
+ id: String!
10106
+ ): Board!
8563
10107
 
8564
10108
  """Finds a single board by its name."""
8565
10109
  boardByName(name: String!): Board
@@ -8573,8 +10117,188 @@ type Query {
8573
10117
  """To fetch a BoardTemplate"""
8574
10118
  boardTemplate(id: String!): BoardTemplate
8575
10119
 
8576
- """To fetch multiple BoardTemplates"""
8577
- boardTemplates(
10120
+ """To fetch multiple BoardTemplates"""
10121
+ boardTemplates(
10122
+ """An array of filter conditions to apply to the list query."""
10123
+ filters: [Filter!]
10124
+
10125
+ """Inherited value type for the list query."""
10126
+ inherited: InheritedValueType
10127
+
10128
+ """Pagination options for the list query."""
10129
+ pagination: Pagination
10130
+
10131
+ """Sorting options for the list query."""
10132
+ sortings: [Sorting!]
10133
+ ): BoardTemplateList!
10134
+
10135
+ """To fetch BoardTemplates created by me"""
10136
+ boardTemplatesCreatedByMe(
10137
+ """An array of filter conditions to apply to the list query."""
10138
+ filters: [Filter!]
10139
+
10140
+ """Inherited value type for the list query."""
10141
+ inherited: InheritedValueType
10142
+
10143
+ """Pagination options for the list query."""
10144
+ pagination: Pagination
10145
+
10146
+ """Sorting options for the list query."""
10147
+ sortings: [Sorting!]
10148
+ ): BoardTemplateList!
10149
+
10150
+ """Retrieves up to 10 historical versions of a specific board."""
10151
+ boardVersions(id: String!): [BoardHistory!]!
10152
+
10153
+ """Retrieves a paginated list of all boards."""
10154
+ boards(
10155
+ """An array of filter conditions to apply to the list query."""
10156
+ filters: [Filter!]
10157
+
10158
+ """Inherited value type for the list query."""
10159
+ inherited: InheritedValueType
10160
+
10161
+ """Pagination options for the list query."""
10162
+ pagination: Pagination
10163
+
10164
+ """Sorting options for the list query."""
10165
+ sortings: [Sorting!]
10166
+ ): BoardList!
10167
+
10168
+ """Retrieves a paginated list of boards created by the current user."""
10169
+ boardsCreatedByMe(
10170
+ """An array of filter conditions to apply to the list query."""
10171
+ filters: [Filter!]
10172
+
10173
+ """Inherited value type for the list query."""
10174
+ inherited: InheritedValueType
10175
+
10176
+ """Pagination options for the list query."""
10177
+ pagination: Pagination
10178
+
10179
+ """Sorting options for the list query."""
10180
+ sortings: [Sorting!]
10181
+ ): BoardList!
10182
+
10183
+ """
10184
+ Retrieves boards that have been updated or soft-deleted since the given timestamp.
10185
+ """
10186
+ boardsUpdatedSince(since: DateTimeISO!): [Board!]!
10187
+
10188
+ """To fetch a building"""
10189
+ building(id: String!): Building
10190
+
10191
+ """To fetch a BuildingComplex"""
10192
+ buildingBuildingComplex(id: String!): BuildingComplex
10193
+
10194
+ """To fetch a BuildingInspection"""
10195
+ buildingInspection(id: String!): BuildingInspection
10196
+ buildingInspectionDailyWorklogByProjectIdAndDate(date: String!, projectId: String!): BuildingInspectionDailyWorklog
10197
+
10198
+ """To fetch a BuildingInspection Summary"""
10199
+ buildingInspectionDateSummaryOfLevelAndPeriod(buildingLevelId: String!, endDate: String!, startDate: String!): [BuildingInspectionSummary!]
10200
+
10201
+ """To fetch multiple BuildingInspections"""
10202
+ buildingInspectionHistories(
10203
+ """An array of filter conditions to apply to the list query."""
10204
+ filters: [Filter!]
10205
+
10206
+ """Inherited value type for the list query."""
10207
+ inherited: InheritedValueType
10208
+
10209
+ """Pagination options for the list query."""
10210
+ pagination: Pagination
10211
+
10212
+ """Sorting options for the list query."""
10213
+ sortings: [Sorting!]
10214
+ ): BuildingInspectionHistoryList!
10215
+
10216
+ """To fetch a BuildingInspectionHistory"""
10217
+ buildingInspectionHistory(id: String!): BuildingInspectionHistory
10218
+
10219
+ """To fetch a BuildingInspection Summary"""
10220
+ buildingInspectionSummaryOfBuildingLevel(buildingLevelId: String!): BuildingInspectionSummary
10221
+
10222
+ """프로젝트의 검측상태 별 카운트"""
10223
+ buildingInspectionSummaryOfProject(projectId: String!): BuildingInspectionSummary!
10224
+
10225
+ """To fetch multiple BuildingInspections"""
10226
+ buildingInspections(
10227
+ """An array of filter conditions to apply to the list query."""
10228
+ filters: [Filter!]
10229
+
10230
+ """Inherited value type for the list query."""
10231
+ inherited: InheritedValueType
10232
+
10233
+ """Pagination options for the list query."""
10234
+ pagination: Pagination
10235
+
10236
+ """Sorting options for the list query."""
10237
+ sortings: [Sorting!]
10238
+ ): BuildingInspectionList!
10239
+
10240
+ """To fetch multiple BuildingInspections"""
10241
+ buildingInspectionsOfBuildingLevel(params: BuildingInspectionsOfBuildingLevel!): BuildingInspectionList!
10242
+
10243
+ """To fetch multiple BuildingInspections"""
10244
+ buildingInspectionsOfProject(params: BuildingInspectionsOfProject!): BuildingInspectionList!
10245
+
10246
+ """To fetch a building level"""
10247
+ buildingLevel(id: String!): BuildingLevel
10248
+
10249
+ """
10250
+ Checks if the system is configured to provide a default password for new users.
10251
+ """
10252
+ checkDefaultPassword: Boolean!
10253
+
10254
+ """
10255
+ Determines whether the system provides a default password when creating a new user.
10256
+ """
10257
+ checkResettablePasswordToDefault: Boolean!
10258
+
10259
+ """To fetch the preset of role for new user"""
10260
+ checkRolePreset: [Role!]!
10261
+
10262
+ """
10263
+ Checks if the current authenticated user belongs to the current domain.
10264
+ """
10265
+ checkUserBelongsDomain: Boolean!
10266
+
10267
+ """Checks if a user with the given email address exists in the system."""
10268
+ checkUserExistence(
10269
+ """The email address to check for existence."""
10270
+ email: EmailAddress!
10271
+ ): Boolean!
10272
+
10273
+ """To fetch a Checklist"""
10274
+ checklist(id: String!): Checklist
10275
+
10276
+ """To fetch multiple ChecklistHistories"""
10277
+ checklistHistories(
10278
+ """An array of filter conditions to apply to the list query."""
10279
+ filters: [Filter!]
10280
+
10281
+ """Inherited value type for the list query."""
10282
+ inherited: InheritedValueType
10283
+
10284
+ """Pagination options for the list query."""
10285
+ pagination: Pagination
10286
+
10287
+ """Sorting options for the list query."""
10288
+ sortings: [Sorting!]
10289
+ ): ChecklistHistoryList!
10290
+
10291
+ """To fetch a ChecklistHistory"""
10292
+ checklistHistory(id: String!): ChecklistHistory!
10293
+
10294
+ """To fetch a ChecklistItem"""
10295
+ checklistItem(id: String!): ChecklistItem
10296
+
10297
+ """To fetch multiple ChecklistItemComments"""
10298
+ checklistItemComments(checklistItemId: String!, pagination: Pagination!): [ChecklistItemComment!]!
10299
+
10300
+ """To fetch multiple ChecklistItems"""
10301
+ checklistItemHistories(
8578
10302
  """An array of filter conditions to apply to the list query."""
8579
10303
  filters: [Filter!]
8580
10304
 
@@ -8586,10 +10310,13 @@ type Query {
8586
10310
 
8587
10311
  """Sorting options for the list query."""
8588
10312
  sortings: [Sorting!]
8589
- ): BoardTemplateList!
10313
+ ): ChecklistItemHistoryList!
8590
10314
 
8591
- """To fetch BoardTemplates created by me"""
8592
- boardTemplatesCreatedByMe(
10315
+ """To fetch a ChecklistItemHistory"""
10316
+ checklistItemHistory(id: String!): ChecklistItemHistory
10317
+
10318
+ """To fetch multiple ChecklistItems"""
10319
+ checklistItems(
8593
10320
  """An array of filter conditions to apply to the list query."""
8594
10321
  filters: [Filter!]
8595
10322
 
@@ -8601,13 +10328,13 @@ type Query {
8601
10328
 
8602
10329
  """Sorting options for the list query."""
8603
10330
  sortings: [Sorting!]
8604
- ): BoardTemplateList!
10331
+ ): ChecklistItemList!
8605
10332
 
8606
- """Retrieves up to 10 historical versions of a specific board."""
8607
- boardVersions(id: String!): [BoardHistory!]!
10333
+ """To fetch a ChecklistTemplateItem"""
10334
+ checklistTemplateItem(id: String!): ChecklistTemplateItem
8608
10335
 
8609
- """Retrieves a paginated list of all boards."""
8610
- boards(
10336
+ """To fetch multiple ChecklistTemplateItems"""
10337
+ checklistTemplateItems(
8611
10338
  """An array of filter conditions to apply to the list query."""
8612
10339
  filters: [Filter!]
8613
10340
 
@@ -8619,10 +10346,10 @@ type Query {
8619
10346
 
8620
10347
  """Sorting options for the list query."""
8621
10348
  sortings: [Sorting!]
8622
- ): BoardList!
10349
+ ): ChecklistTemplateItemList!
8623
10350
 
8624
- """Retrieves a paginated list of boards created by the current user."""
8625
- boardsCreatedByMe(
10351
+ """To fetch multiple ChecklistTemplates"""
10352
+ checklistTemplates(
8626
10353
  """An array of filter conditions to apply to the list query."""
8627
10354
  filters: [Filter!]
8628
10355
 
@@ -8634,41 +10361,37 @@ type Query {
8634
10361
 
8635
10362
  """Sorting options for the list query."""
8636
10363
  sortings: [Sorting!]
8637
- ): BoardList!
10364
+ ): ChecklistTemplateList!
8638
10365
 
8639
- """To fetch a building"""
8640
- building(id: String!): Building
10366
+ """To fetch multiple ChecklistTypes"""
10367
+ checklistTypes(
10368
+ """An array of filter conditions to apply to the list query."""
10369
+ filters: [Filter!]
8641
10370
 
8642
- """To fetch a BuildingComplex"""
8643
- buildingBuildingComplex(id: String!): BuildingComplex
10371
+ """Inherited value type for the list query."""
10372
+ inherited: InheritedValueType
8644
10373
 
8645
- """To fetch a building level"""
8646
- buildingLevel(id: String!): BuildingLevel
8647
- chatCompletion(input: ChatCompletionInput!): ChatCompletionOutput!
10374
+ """Pagination options for the list query."""
10375
+ pagination: Pagination
8648
10376
 
8649
- """
8650
- Checks if the system is configured to provide a default password for new users.
8651
- """
8652
- checkDefaultPassword: Boolean!
10377
+ """Sorting options for the list query."""
10378
+ sortings: [Sorting!]
10379
+ ): ChecklistTypeList!
8653
10380
 
8654
- """
8655
- Determines whether the system provides a default password when creating a new user.
8656
- """
8657
- checkResettablePasswordToDefault: Boolean!
10381
+ """To fetch multiple Checklists"""
10382
+ checklists(
10383
+ """An array of filter conditions to apply to the list query."""
10384
+ filters: [Filter!]
8658
10385
 
8659
- """To fetch the preset of role for new user"""
8660
- checkRolePreset: [Role!]!
10386
+ """Inherited value type for the list query."""
10387
+ inherited: InheritedValueType
8661
10388
 
8662
- """
8663
- Checks if the current authenticated user belongs to the current domain.
8664
- """
8665
- checkUserBelongsDomain: Boolean!
10389
+ """Pagination options for the list query."""
10390
+ pagination: Pagination
8666
10391
 
8667
- """Checks if a user with the given email address exists in the system."""
8668
- checkUserExistence(
8669
- """The email address to check for existence."""
8670
- email: EmailAddress!
8671
- ): Boolean!
10392
+ """Sorting options for the list query."""
10393
+ sortings: [Sorting!]
10394
+ ): ChecklistList!
8672
10395
 
8673
10396
  """To fetch common approval lines"""
8674
10397
  commonApprovalLines(
@@ -8800,7 +10523,14 @@ type Query {
8800
10523
  """Sorting options for the list query."""
8801
10524
  sortings: [Sorting!]
8802
10525
  ): ContactList!
10526
+
10527
+ """프로젝트 타입 조회"""
10528
+ currentProjectType: String!
8803
10529
  customers: [Domain!]!
10530
+ dailyWorklogDatesOfProject(endDate: String!, projectId: String!, startDate: String!): [BuildingInspectionDailyWorklog!]!
10531
+
10532
+ """Get aggregated statistics by scope02 (regional level) for dashboard"""
10533
+ dashboardRegionalStatistics(periodType: KpiPeriodType! = MONTH, valueDate: String!): [KpiStatistic!]!
8804
10534
 
8805
10535
  """
8806
10536
  Retrieves a single data archive by its unique identifier. This query fetches detailed information about a data archive request including its status, download URL, and associated dataset information for data export purposes.
@@ -9154,8 +10884,6 @@ type Query {
9154
10884
  """Sorting options for the list query."""
9155
10885
  sortings: [Sorting!]
9156
10886
  ): [DynamicDataSummary!]!
9157
- decipherCode(input: CodeDecipherInput!): CodeDecipherOutput!
9158
- decipherErrorCode(input: CodeDecipherInput!): CodeDecipherOutput!
9159
10887
 
9160
10888
  """To fetch a Department"""
9161
10889
  department(id: String!): Department
@@ -9343,6 +11071,20 @@ type Query {
9343
11071
 
9344
11072
  """To fetch a EntityMetadata"""
9345
11073
  entityMetadata(name: String!): EntityMetadata!
11074
+ envVar(id: String!): EnvVar
11075
+ envVars(
11076
+ """An array of filter conditions to apply to the list query."""
11077
+ filters: [Filter!]
11078
+
11079
+ """Inherited value type for the list query."""
11080
+ inherited: InheritedValueType
11081
+
11082
+ """Pagination options for the list query."""
11083
+ pagination: Pagination
11084
+
11085
+ """Sorting options for the list query."""
11086
+ sortings: [Sorting!]
11087
+ ): EnvVarList!
9346
11088
 
9347
11089
  """To fetch a Favorite"""
9348
11090
  favorite(id: String!): Favorite!
@@ -9423,8 +11165,9 @@ type Query {
9423
11165
 
9424
11166
  """To query whether I have the given permission"""
9425
11167
  hasPrivilege(category: String!, privilege: String!): Boolean!
9426
- i18nCompletion(input: i18nCompletionInput!): i18nCompletionOutput!
9427
- imageCompletion(input: ImageCompletionInput!): ImageCompletionOutput!
11168
+
11169
+ """BuildingInspection By ChecklistItemId"""
11170
+ inspectionByChecklistItemId: BuildingInspection!
9428
11171
 
9429
11172
  """To fetch a InspectionDrawingType"""
9430
11173
  inspectionDrawingType(id: String!): InspectionDrawingType
@@ -9485,6 +11228,24 @@ type Query {
9485
11228
  invitation(email: EmailAddress!, reference: String!, type: String!): Invitation!
9486
11229
  invitations(reference: String!, type: String!): InvitationList!
9487
11230
 
11231
+ """To fetch a Issue"""
11232
+ issue(id: String!): Issue
11233
+
11234
+ """To fetch multiple Issues"""
11235
+ issues(
11236
+ """An array of filter conditions to apply to the list query."""
11237
+ filters: [Filter!]
11238
+
11239
+ """Inherited value type for the list query."""
11240
+ inherited: InheritedValueType
11241
+
11242
+ """Pagination options for the list query."""
11243
+ pagination: Pagination
11244
+
11245
+ """Sorting options for the list query."""
11246
+ sortings: [Sorting!]
11247
+ ): IssueList!
11248
+
9488
11249
  """Fetch a single KPI by its unique identifier."""
9489
11250
  kpi(
9490
11251
  """Unique identifier of the KPI to fetch."""
@@ -9494,8 +11255,26 @@ type Query {
9494
11255
  """KPI 실적/등급/목표 미달 등 경고/알림 리스트 반환"""
9495
11256
  kpiAlerts: [KpiAlert!]!
9496
11257
 
9497
- """To fetch multiple KpiCategories"""
9498
- kpiCategories(
11258
+ """Fetch child KPIs of a given parent KPI"""
11259
+ kpiChildren(
11260
+ """ID of the parent KPI"""
11261
+ parentId: String!
11262
+ ): [Kpi!]!
11263
+
11264
+ """Fetch a single KPI metric by its unique identifier."""
11265
+ kpiMetric(
11266
+ """Unique identifier of the KPI metric to fetch."""
11267
+ id: String!
11268
+ ): KpiMetric
11269
+
11270
+ """Fetch a single metric value by its unique identifier."""
11271
+ kpiMetricValue(
11272
+ """Unique identifier of the metric value to fetch."""
11273
+ id: String!
11274
+ ): KpiMetricValue
11275
+
11276
+ """To fetch multiple KpiMetricValues"""
11277
+ kpiMetricValues(
9499
11278
  """An array of filter conditions to apply to the list query."""
9500
11279
  filters: [Filter!]
9501
11280
 
@@ -9507,22 +11286,46 @@ type Query {
9507
11286
 
9508
11287
  """Sorting options for the list query."""
9509
11288
  sortings: [Sorting!]
9510
- ): KpiCategoryList!
11289
+ ): KpiMetricValueList!
9511
11290
 
9512
- """Fetch a single KPI category by its unique identifier."""
9513
- kpiCategory(
9514
- """Unique identifier of the KPI category to fetch."""
9515
- id: String!
9516
- ): KpiCategory
11291
+ """To fetch multiple KpiMetrics"""
11292
+ kpiMetrics(
11293
+ """An array of filter conditions to apply to the list query."""
11294
+ filters: [Filter!]
11295
+
11296
+ """Inherited value type for the list query."""
11297
+ inherited: InheritedValueType
11298
+
11299
+ """Pagination options for the list query."""
11300
+ pagination: Pagination
9517
11301
 
9518
- """Fetch a single KPI grade by its unique identifier."""
9519
- kpiGrade(
9520
- """Unique identifier of the KPI grade to fetch."""
11302
+ """Sorting options for the list query."""
11303
+ sortings: [Sorting!]
11304
+ ): KpiMetricList!
11305
+
11306
+ """Fetch a single KPI org-scope mapping by its unique identifier."""
11307
+ kpiOrgScope(
11308
+ """Unique identifier of the org-scope mapping to fetch."""
9521
11309
  id: String!
9522
- ): KpiGrade
11310
+ ): KpiOrgScope
9523
11311
 
9524
- """To fetch multiple KpiGrades"""
9525
- kpiGrades(
11312
+ """Find org-scope mapping by org identifier"""
11313
+ kpiOrgScopeByOrg(
11314
+ """Organization identifier to search for"""
11315
+ org: String!
11316
+ ): KpiOrgScope
11317
+
11318
+ """Get distinct values for a specific scope field"""
11319
+ kpiOrgScopeValues(
11320
+ """Scope field to get distinct values from"""
11321
+ scopeField: String!
11322
+
11323
+ """Optional search term to filter values"""
11324
+ searchTerm: String
11325
+ ): [String!]!
11326
+
11327
+ """Fetch multiple KPI org-scope mappings with filters and pagination"""
11328
+ kpiOrgScopes(
9526
11329
  """An array of filter conditions to apply to the list query."""
9527
11330
  filters: [Filter!]
9528
11331
 
@@ -9534,16 +11337,24 @@ type Query {
9534
11337
 
9535
11338
  """Sorting options for the list query."""
9536
11339
  sortings: [Sorting!]
9537
- ): KpiGradeList!
11340
+ ): KpiOrgScopeList!
9538
11341
 
9539
- """Fetch a single KPI metric by its unique identifier."""
9540
- kpiMetric(
9541
- """Unique identifier of the KPI metric to fetch."""
9542
- id: String!
9543
- ): KpiMetric
11342
+ """Get distinct org values"""
11343
+ kpiOrgValues(
11344
+ """Optional search term to filter org values"""
11345
+ searchTerm: String
11346
+ ): [String!]!
9544
11347
 
9545
- """To fetch multiple KpiMetrics"""
9546
- kpiMetrics(
11348
+ """
11349
+ Get KPI stats aggregated from project data with optional sectorType/buildingUsage filters
11350
+ """
11351
+ kpiProjectStats(buildingUsage: String, endYearMonth: String, kpiNamePattern: String, sectorType: String, startYearMonth: String): [KpiProjectStat!]!
11352
+
11353
+ """Fetch a scope dimension definition by ID"""
11354
+ kpiScope(id: String!): KpiScope
11355
+
11356
+ """Fetch multiple scope dimension definitions"""
11357
+ kpiScopes(
9547
11358
  """An array of filter conditions to apply to the list query."""
9548
11359
  filters: [Filter!]
9549
11360
 
@@ -9555,7 +11366,28 @@ type Query {
9555
11366
 
9556
11367
  """Sorting options for the list query."""
9557
11368
  sortings: [Sorting!]
9558
- ): KpiMetricList!
11369
+ ): KpiScopeList!
11370
+
11371
+ """To fetch a KpiStatistic"""
11372
+ kpiStatistic(id: String!): KpiStatistic
11373
+
11374
+ """To fetch multiple KpiStatistics"""
11375
+ kpiStatistics(
11376
+ """An array of filter conditions to apply to the list query."""
11377
+ filters: [Filter!]
11378
+
11379
+ """Inherited value type for the list query."""
11380
+ inherited: InheritedValueType
11381
+
11382
+ """Pagination options for the list query."""
11383
+ pagination: Pagination
11384
+
11385
+ """Sorting options for the list query."""
11386
+ sortings: [Sorting!]
11387
+ ): KpiStatisticList!
11388
+
11389
+ """Fetch KPIs in hierarchical tree structure"""
11390
+ kpiTree: [Kpi!]!
9559
11391
 
9560
11392
  """Fetch a single KPI value by its unique identifier."""
9561
11393
  kpiValue(
@@ -9578,6 +11410,24 @@ type Query {
9578
11410
  sortings: [Sorting!]
9579
11411
  ): KpiValueList!
9580
11412
 
11413
+ """Get KPI box plot statistics for Y-category KPIs by geo group"""
11414
+ kpiYValueComprehensiveStatsByGeoGroup(geoGroup: String): [KpiComprehensiveStatsByGeoGroup!]!
11415
+
11416
+ """Get Y-level KPI statistics by geo_group code (sigungu)"""
11417
+ kpiYValueStatsByGeoGroup(endYearMonth: String, geoGroup: String!, startYearMonth: String): [KpiComprehensiveStats!]!
11418
+
11419
+ """Get KPI statistics for Y-category KPIs by specific metro area"""
11420
+ kpiYValueStatsByMetroArea(endYearMonth: String, metroArea: String!, startYearMonth: String): [KpiComprehensiveStats!]!
11421
+
11422
+ """Get KPI box plot statistics for Z-category KPIs by metro area"""
11423
+ kpiZValueComprehensiveStatsByGeoGroup(buildingUsage: String, endYearMonth: String, geoGroup: String, kpiName: String, sectorType: String, startYearMonth: String): [KpiComprehensiveStatsByGeoGroup!]!
11424
+
11425
+ """Get monthly KPI trend for Z-category KPIs by metro area"""
11426
+ kpiZValueMonthlyTrendByGeoGroup(buildingUsage: String, endYearMonth: String, kpiName: String, sectorType: String, startYearMonth: String): [KpiMonthlyTrend!]!
11427
+
11428
+ """Get KPI statistics by sigungu (geo_group code) level"""
11429
+ kpiZValueStatsBySigungu(buildingUsage: String, endYearMonth: String, kpiName: String, sectorType: String, startYearMonth: String): [KpiComprehensiveStatsByGeoGroup!]!
11430
+
9581
11431
  """To fetch multiple Kpis"""
9582
11432
  kpis(
9583
11433
  """An array of filter conditions to apply to the list query."""
@@ -9593,6 +11443,19 @@ type Query {
9593
11443
  sortings: [Sorting!]
9594
11444
  ): KpiList!
9595
11445
 
11446
+ """Fetch root KPIs (KPIs without parent)"""
11447
+ kpisLevel0: [Kpi!]!
11448
+
11449
+ """
11450
+ Fetch first level child KPIs. If rootId is provided, get children of that parent. If not, get all level 1 KPIs (children of root KPIs)
11451
+ """
11452
+ kpisLevel1(
11453
+ """
11454
+ ID of the parent KPI to get level 1 children. If not provided, returns all level 1 KPIs
11455
+ """
11456
+ rootId: String
11457
+ ): [Kpi!]!
11458
+
9596
11459
  """To fetch a LiteMenu"""
9597
11460
  liteMenu(id: String!): LiteMenu!
9598
11461
 
@@ -9951,6 +11814,15 @@ type Query {
9951
11814
  sortings: [Sorting!]
9952
11815
  ): PayloadLogList!
9953
11816
 
11817
+ """To fetch a PDFDrawing by dwgId"""
11818
+ pdfDrawingByDwgId(dwgId: String!): PDFDrawing!
11819
+
11820
+ """To fetch a PDFDrawing by title"""
11821
+ pdfDrawingByTitle(title: String!): PDFDrawing!
11822
+
11823
+ """To fetch multiple PDFDrawings"""
11824
+ pdfDrawings: [PDFDrawing!]!
11825
+
9954
11826
  """To get list of activity instance that a user can pick"""
9955
11827
  pickableActivityList(
9956
11828
  """An array of filter conditions to apply to the list query."""
@@ -10029,6 +11901,30 @@ type Query {
10029
11901
  """To fetch a Project"""
10030
11902
  projectByBuildingComplexId(buildingComplexId: String!): Project
10031
11903
 
11904
+ """To fetch Project"""
11905
+ projectByBuildingLevelId(buildingLevelId: String!): Project!
11906
+
11907
+ """To fetch a ProjectReport"""
11908
+ projectReport(id: String!): ProjectReport
11909
+
11910
+ """To fetch multiple ProjectReports"""
11911
+ projectReports(
11912
+ """An array of filter conditions to apply to the list query."""
11913
+ filters: [Filter!]
11914
+
11915
+ """Inherited value type for the list query."""
11916
+ inherited: InheritedValueType
11917
+
11918
+ """Pagination options for the list query."""
11919
+ pagination: Pagination
11920
+
11921
+ """Sorting options for the list query."""
11922
+ sortings: [Sorting!]
11923
+ ): ProjectReportList!
11924
+
11925
+ """To fetch KpiValues by project group with X prefix kpi names"""
11926
+ projectXKpiValues(projectId: String!): [KpiValue!]!
11927
+
10032
11928
  """프로젝트 리스트"""
10033
11929
  projects(
10034
11930
  """An array of filter conditions to apply to the list query."""
@@ -10047,6 +11943,9 @@ type Query {
10047
11943
  """To query data in S3 using Amazon Athena SDK"""
10048
11944
  queryFromAthena(queryData: Object!): Any!
10049
11945
 
11946
+ """Get regional statistics for dashboard map visualization"""
11947
+ regionalKpiStatistics(periodType: KpiPeriodType! = MONTH, regions: [String!], valueDate: String!): [KpiStatistic!]!
11948
+
10050
11949
  """To fetch a Resource"""
10051
11950
  resource(id: String!): Resource
10052
11951
 
@@ -10230,9 +12129,30 @@ type Query {
10230
12129
  sortings: [Sorting!]
10231
12130
  ): ActivityList!
10232
12131
 
12132
+ """To fetch a Supervisor"""
12133
+ supervisor(id: String!): Supervisor
12134
+
12135
+ """To fetch multiple Supervisors"""
12136
+ supervisors(
12137
+ """An array of filter conditions to apply to the list query."""
12138
+ filters: [Filter!]
12139
+
12140
+ """Inherited value type for the list query."""
12141
+ inherited: InheritedValueType
12142
+
12143
+ """Pagination options for the list query."""
12144
+ pagination: Pagination
12145
+
12146
+ """Sorting options for the list query."""
12147
+ sortings: [Sorting!]
12148
+ ): SupervisorList!
12149
+
10233
12150
  """Fetch a single Task by its ID"""
10234
12151
  task(id: String!): Task
10235
12152
 
12153
+ """Fetch a single TaskChecklistBinding by its ID"""
12154
+ taskChecklistBinding(id: String!): TaskChecklistBinding
12155
+
10236
12156
  """To fetch a TaskResource"""
10237
12157
  taskResource(id: String!): TaskResource
10238
12158
 
@@ -10328,6 +12248,12 @@ type Query {
10328
12248
  sortings: [Sorting!]
10329
12249
  ): ActivityThreadList!
10330
12250
 
12251
+ """Get KPI box plot statistics for Y-category KPIs for all projects"""
12252
+ totalKpiYValueComprehensiveStats(buildingUsage: String, endYearMonth: String, sectorType: String, startYearMonth: String): [KpiComprehensiveStats!]!
12253
+
12254
+ """Get KPI box plot statistics for Z-category KPIs for all projects"""
12255
+ totalKpiZValueComprehensiveStats(buildingUsage: String, endYearMonth: String, sectorType: String, startYearMonth: String): [KpiComprehensiveStats!]!
12256
+
10331
12257
  """Fetches a user by their email address within the current domain."""
10332
12258
  user(
10333
12259
  """The email address of the user to fetch."""
@@ -10526,10 +12452,17 @@ type RolePrivilege {
10526
12452
  name: String
10527
12453
  }
10528
12454
 
12455
+ type RoomFinishDetail {
12456
+ box: String
12457
+ dwgId: String
12458
+ part: String
12459
+ symbol: String
12460
+ }
12461
+
10529
12462
  """Represents a sequence of steps designed to automate a task or process."""
10530
12463
  type Scenario {
10531
12464
  """
10532
- Indicates if the scenario should be automatically started when the server starts. [will be deprecated]
12465
+ Indicates if the scenario should be automatically started when the server starts.
10533
12466
  """
10534
12467
  active: Boolean
10535
12468
  connectionNames: [Connection!]!
@@ -10550,6 +12483,9 @@ type Scenario {
10550
12483
  id: ID!
10551
12484
  instances: [ScenarioInstance!]
10552
12485
 
12486
+ """Iteration for scenario execution: SELF, CHILDREN, or SELF & CHILDREN."""
12487
+ iteration: String
12488
+
10553
12489
  """The name of the scenario."""
10554
12490
  name: String!
10555
12491
 
@@ -10679,6 +12615,18 @@ type ScenarioInstanceRunResult {
10679
12615
  variables: Object
10680
12616
  }
10681
12617
 
12618
+ """Contains the final result of a completed scenario instance start."""
12619
+ type ScenarioInstanceStartResult {
12620
+ """A final message from the run (e.g., success or failure reason)."""
12621
+ message: String
12622
+
12623
+ """The final state of the instance after the run."""
12624
+ state: String
12625
+
12626
+ """The timestamp when the instance started."""
12627
+ timestamp: DateTimeISO
12628
+ }
12629
+
10682
12630
  """
10683
12631
  Represents the complete state of a scenario instance at a point in time.
10684
12632
  """
@@ -10731,7 +12679,9 @@ type ScenarioList {
10731
12679
 
10732
12680
  """Input for updating (patching) an existing scenario."""
10733
12681
  input ScenarioPatch {
10734
- """The new active status for the scenario."""
12682
+ """
12683
+ Indicates if the scenario should be automatically started when the server starts.
12684
+ """
10735
12685
  active: Boolean
10736
12686
 
10737
12687
  """
@@ -10745,6 +12695,11 @@ input ScenarioPatch {
10745
12695
  """The unique identifier of the scenario to update."""
10746
12696
  id: ID
10747
12697
 
12698
+ """
12699
+ The new iteration for scenario execution: SELF, CHILDREN, or SELF & CHILDREN.
12700
+ """
12701
+ iteration: String
12702
+
10748
12703
  """The new name for the scenario."""
10749
12704
  name: String
10750
12705
 
@@ -10776,6 +12731,16 @@ type ScenarioQueueState {
10776
12731
  queue: [PendingObject!]!
10777
12732
  }
10778
12733
 
12734
+ """Types of organizational scope dimensions"""
12735
+ enum ScopeType {
12736
+ BUSINESS
12737
+ CUSTOM
12738
+ GEOGRAPHIC
12739
+ ORGANIZATIONAL
12740
+ TECHNICAL
12741
+ TEMPORAL
12742
+ }
12743
+
10779
12744
  """Entity for Setting"""
10780
12745
  type Setting {
10781
12746
  category: String!
@@ -10804,6 +12769,21 @@ input SettingPatch {
10804
12769
  value: String
10805
12770
  }
10806
12771
 
12772
+ """현장 유형"""
12773
+ enum SiteType {
12774
+ APARTMENT_COMPLEX
12775
+ COMMERCIAL
12776
+ CULTURAL
12777
+ DETACHED_HOUSE
12778
+ EDUCATION
12779
+ INDUSTRIAL
12780
+ MEDICAL
12781
+ NEIGHBORHOOD_FACILITY
12782
+ OFFICE
12783
+ RELIGIOUS
12784
+ TRANSPORT
12785
+ }
12786
+
10807
12787
  """Input type for specifying sorting options in a list query."""
10808
12788
  input Sorting {
10809
12789
  """Set to true for descending order. Default is false (ascending)."""
@@ -11080,6 +13060,47 @@ type Subscription {
11080
13060
  scenarioQueueState: ScenarioQueueState!
11081
13061
  }
11082
13062
 
13063
+ """Entity for Supervisor"""
13064
+ type Supervisor {
13065
+ active: Boolean
13066
+ createdAt: DateTimeISO
13067
+ creator: User
13068
+ deletedAt: DateTimeISO
13069
+ description: String
13070
+ domain: Domain
13071
+ email: String
13072
+ id: ID!
13073
+ name: String
13074
+ params: String
13075
+ phoneNumber: String
13076
+ reports: [ProjectReport!]!
13077
+ state: String
13078
+ thumbnail: String
13079
+ updatedAt: DateTimeISO
13080
+ updater: User
13081
+ }
13082
+
13083
+ type SupervisorList {
13084
+ items: [Supervisor!]!
13085
+ total: Int!
13086
+ }
13087
+
13088
+ input SupervisorPatch {
13089
+ active: Boolean
13090
+ cuFlag: String
13091
+ description: String
13092
+ id: ID
13093
+ name: String
13094
+ state: SupervisorStatus
13095
+ thumbnail: Upload
13096
+ }
13097
+
13098
+ """state enumeration of a supervisor"""
13099
+ enum SupervisorStatus {
13100
+ STATUS_A
13101
+ STATUS_B
13102
+ }
13103
+
11083
13104
  """공정표 작업 정보"""
11084
13105
  type Task {
11085
13106
  children(
@@ -11116,12 +13137,39 @@ type Task {
11116
13137
  startDate: DateTimeISO
11117
13138
  style: String
11118
13139
  tags: Object
13140
+ taskChecklistBinding: TaskChecklistBinding
11119
13141
  taskResources: [TaskResource!]
11120
13142
  type: String
11121
13143
  updatedAt: DateTimeISO
11122
13144
  updater: User
11123
13145
  }
11124
13146
 
13147
+ """Task와 Checklist 간의 바인딩 정보"""
13148
+ type TaskChecklistBinding {
13149
+ checklist: Checklist
13150
+ createdAt: DateTimeISO
13151
+ creator: User
13152
+ id: ID!
13153
+ manager: ManagerOutput
13154
+ project: Project
13155
+ status: String
13156
+ task: Task
13157
+ taskCode: String!
13158
+ updatedAt: DateTimeISO
13159
+ updater: User
13160
+ }
13161
+
13162
+ input TaskChecklistInputType {
13163
+ constructionDetailType: String
13164
+ constructionType: String
13165
+ inspectionDrawingType: String
13166
+ inspectionParts: [String!]
13167
+ location: String
13168
+ name: String!
13169
+ projectId: String
13170
+ taskCode: String
13171
+ }
13172
+
11125
13173
  type TaskList {
11126
13174
  """작업 리스트 항목들"""
11127
13175
  items: [Task!]!
@@ -11313,6 +13361,25 @@ input ThemePatch {
11313
13361
  value: Object
11314
13362
  }
11315
13363
 
13364
+ input UpdateBuildingInspection {
13365
+ drawingMarker: String
13366
+ id: String!
13367
+ memo: String
13368
+ }
13369
+
13370
+ input UpdateBuildingInspectionSubmitType {
13371
+ checklist: ChecklistSubmitInputType!
13372
+ checklistItem: [ChecklistItemSubmitInputType!]!
13373
+ id: String!
13374
+ memo: String
13375
+ }
13376
+
13377
+ input UpdateTaskChecklistSubmitType {
13378
+ checklist: ChecklistSubmitInputType!
13379
+ checklistId: String!
13380
+ checklistItem: [ChecklistItemSubmitInputType!]!
13381
+ }
13382
+
11316
13383
  """The `Upload` scalar type represents a file upload."""
11317
13384
  scalar Upload
11318
13385
 
@@ -11561,12 +13628,4 @@ input WorkerTypePatch {
11561
13628
  description: String
11562
13629
  id: ID
11563
13630
  name: String
11564
- }
11565
-
11566
- input i18nCompletionInput {
11567
- json: String!
11568
- }
11569
-
11570
- type i18nCompletionOutput {
11571
- message: String
11572
13631
  }