@dssp/supervision 1.0.0-y.0 → 1.0.1

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 (265) hide show
  1. package/dist-client/graphql/building-inspection.js +3 -1
  2. package/dist-client/graphql/building-inspection.js.map +1 -1
  3. package/dist-client/pages/action-plan/action-plan-list-page.d.ts +1 -2
  4. package/dist-client/pages/action-plan/action-plan-list-page.js +1 -2
  5. package/dist-client/pages/action-plan/action-plan-list-page.js.map +1 -1
  6. package/dist-client/pages/building-inspection/building-inspection-detail-ai-defect.js +2 -0
  7. package/dist-client/pages/building-inspection/building-inspection-detail-ai-defect.js.map +1 -1
  8. package/dist-client/pages/building-inspection/building-inspection-detail-ai-measurement.d.ts +53 -39
  9. package/dist-client/pages/building-inspection/building-inspection-detail-ai-measurement.js +1108 -526
  10. package/dist-client/pages/building-inspection/building-inspection-detail-ai-measurement.js.map +1 -1
  11. package/dist-client/pages/building-inspection/building-inspection-detail-ai-measurement_old_ai.d.ts +59 -0
  12. package/dist-client/pages/building-inspection/building-inspection-detail-ai-measurement_old_ai.js +868 -0
  13. package/dist-client/pages/building-inspection/building-inspection-detail-ai-measurement_old_ai.js.map +1 -0
  14. package/dist-client/pages/building-inspection/building-inspection-detail-camera.js +1 -0
  15. package/dist-client/pages/building-inspection/building-inspection-detail-camera.js.map +1 -1
  16. package/dist-client/pages/building-inspection/building-inspection-detail-checklist.d.ts +2 -0
  17. package/dist-client/pages/building-inspection/building-inspection-detail-checklist.js +17 -0
  18. package/dist-client/pages/building-inspection/building-inspection-detail-checklist.js.map +1 -1
  19. package/dist-client/pages/building-inspection/building-inspection-detail-drawing.js +1 -0
  20. package/dist-client/pages/building-inspection/building-inspection-detail-drawing.js.map +1 -1
  21. package/dist-client/pages/building-inspection/building-inspection-list.d.ts +8 -0
  22. package/dist-client/pages/building-inspection/building-inspection-list.js +17 -7
  23. package/dist-client/pages/building-inspection/building-inspection-list.js.map +1 -1
  24. package/dist-client/pages/building-inspection/building-inspection-management.d.ts +82 -0
  25. package/dist-client/pages/building-inspection/building-inspection-management.js +1527 -0
  26. package/dist-client/pages/building-inspection/building-inspection-management.js.map +1 -0
  27. package/dist-client/pages/building-inspection/component/building-inspection-detail-header.d.ts +0 -3
  28. package/dist-client/pages/building-inspection/component/building-inspection-detail-header.js +20 -75
  29. package/dist-client/pages/building-inspection/component/building-inspection-detail-header.js.map +1 -1
  30. package/dist-client/pages/building-inspection/component/field-document/field-document-constants.d.ts +18 -0
  31. package/dist-client/pages/building-inspection/component/field-document/field-document-constants.js +630 -0
  32. package/dist-client/pages/building-inspection/component/field-document/field-document-constants.js.map +1 -0
  33. package/dist-client/pages/building-inspection/component/field-document/field-document-detail-popup.d.ts +10 -0
  34. package/dist-client/pages/building-inspection/component/field-document/field-document-detail-popup.js +219 -0
  35. package/dist-client/pages/building-inspection/component/field-document/field-document-detail-popup.js.map +1 -0
  36. package/dist-client/pages/building-inspection/component/field-document/field-document-list-panel.d.ts +25 -0
  37. package/dist-client/pages/building-inspection/component/field-document/field-document-list-panel.js +546 -0
  38. package/dist-client/pages/building-inspection/component/field-document/field-document-list-panel.js.map +1 -0
  39. package/dist-client/pages/building-inspection/component/field-document/field-document-popup.d.ts +42 -0
  40. package/dist-client/pages/building-inspection/component/field-document/field-document-popup.js +738 -0
  41. package/dist-client/pages/building-inspection/component/field-document/field-document-popup.js.map +1 -0
  42. package/dist-client/pages/building-inspection/component/image-preview-popup.js +0 -3
  43. package/dist-client/pages/building-inspection/component/image-preview-popup.js.map +1 -1
  44. package/dist-client/pages/building-inspection/component/inspection-document/inspection-request-document.d.ts +5 -0
  45. package/dist-client/pages/building-inspection/component/inspection-document/inspection-request-document.js +62 -3
  46. package/dist-client/pages/building-inspection/component/inspection-document/inspection-request-document.js.map +1 -1
  47. package/dist-client/pages/building-inspection/component/inspection-document/inspection-result-notification.d.ts +1 -0
  48. package/dist-client/pages/building-inspection/component/inspection-document/inspection-result-notification.js +8 -2
  49. package/dist-client/pages/building-inspection/component/inspection-document/inspection-result-notification.js.map +1 -1
  50. package/dist-client/pages/building-inspection/component/inspection-event-provider.d.ts +3 -2
  51. package/dist-client/pages/building-inspection/component/inspection-event-provider.js +131 -34
  52. package/dist-client/pages/building-inspection/component/inspection-event-provider.js.map +1 -1
  53. package/dist-client/pages/building-inspection/inspection-create-popup.js +5 -4
  54. package/dist-client/pages/building-inspection/inspection-create-popup.js.map +1 -1
  55. package/dist-client/pages/building-inspection/inspection-with-checklist-create-popup.d.ts +4 -0
  56. package/dist-client/pages/building-inspection/inspection-with-checklist-create-popup.js +844 -0
  57. package/dist-client/pages/building-inspection/inspection-with-checklist-create-popup.js.map +1 -0
  58. package/dist-client/pages/building-inspection-grid/building-inspection-grid-detail.js +8 -5
  59. package/dist-client/pages/building-inspection-grid/building-inspection-grid-detail.js.map +1 -1
  60. package/dist-client/pages/building-inspection-grid/component/grid-inspection-create-popup.js +1 -1
  61. package/dist-client/pages/building-inspection-grid/component/grid-inspection-create-popup.js.map +1 -1
  62. package/dist-client/pages/building-inspection-grid/component/grid-inspection-list-layer.js +2 -2
  63. package/dist-client/pages/building-inspection-grid/component/grid-inspection-list-layer.js.map +1 -1
  64. package/dist-client/pages/checklist/attachment-list-popup.js +1 -2
  65. package/dist-client/pages/checklist/attachment-list-popup.js.map +1 -1
  66. package/dist-client/pages/checklist/checklist-view.d.ts +1 -0
  67. package/dist-client/pages/checklist/checklist-view.js +219 -31
  68. package/dist-client/pages/checklist/checklist-view.js.map +1 -1
  69. package/dist-client/pages/checklist/comment-list-popup.js +1 -2
  70. package/dist-client/pages/checklist/comment-list-popup.js.map +1 -1
  71. package/dist-client/pages/checklist/inspection-info-popup.d.ts +1 -2
  72. package/dist-client/pages/checklist/inspection-info-popup.js +1 -2
  73. package/dist-client/pages/checklist/inspection-info-popup.js.map +1 -1
  74. package/dist-client/pages/checklist/inspection-tab-popup.js +1 -1
  75. package/dist-client/pages/checklist/inspection-tab-popup.js.map +1 -1
  76. package/dist-client/pages/checklist/kcs-criteria-popup.d.ts +16 -0
  77. package/dist-client/pages/checklist/kcs-criteria-popup.js +179 -0
  78. package/dist-client/pages/checklist/kcs-criteria-popup.js.map +1 -0
  79. package/dist-client/pages/checklist-database/checklist-database.d.ts +35 -0
  80. package/dist-client/pages/checklist-database/checklist-database.js +540 -0
  81. package/dist-client/pages/checklist-database/checklist-database.js.map +1 -0
  82. package/dist-client/pages/checklist-template/checklist-template-item.js +25 -0
  83. package/dist-client/pages/checklist-template/checklist-template-item.js.map +1 -1
  84. package/dist-client/pages/checklist-template/checklist-template-list.js +2 -1
  85. package/dist-client/pages/checklist-template/checklist-template-list.js.map +1 -1
  86. package/dist-client/pages/checklist-template/construction-checklist-template-item-popup.d.ts +2 -0
  87. package/dist-client/pages/checklist-template/construction-checklist-template-item-popup.js +223 -0
  88. package/dist-client/pages/checklist-template/construction-checklist-template-item-popup.js.map +1 -0
  89. package/dist-client/pages/checklist-template/construction-checklist-template-list.d.ts +55 -0
  90. package/dist-client/pages/checklist-template/construction-checklist-template-list.js +404 -0
  91. package/dist-client/pages/checklist-template/construction-checklist-template-list.js.map +1 -0
  92. package/dist-client/pages/issue/issue-list-page.d.ts +1 -2
  93. package/dist-client/pages/issue/issue-list-page.js +1 -2
  94. package/dist-client/pages/issue/issue-list-page.js.map +1 -1
  95. package/dist-client/pages/project-checklist/project-checklist-management.d.ts +62 -0
  96. package/dist-client/pages/project-checklist/project-checklist-management.js +1145 -0
  97. package/dist-client/pages/project-checklist/project-checklist-management.js.map +1 -0
  98. package/dist-client/pages/project-report/project-report-list-page.d.ts +1 -2
  99. package/dist-client/pages/project-report/project-report-list-page.js +1 -2
  100. package/dist-client/pages/project-report/project-report-list-page.js.map +1 -1
  101. package/dist-client/pages/supervisor/supervisor-list-page.d.ts +1 -2
  102. package/dist-client/pages/supervisor/supervisor-list-page.js +1 -2
  103. package/dist-client/pages/supervisor/supervisor-list-page.js.map +1 -1
  104. package/dist-client/route.d.ts +1 -1
  105. package/dist-client/route.js +12 -0
  106. package/dist-client/route.js.map +1 -1
  107. package/dist-client/stt/speech-to-text.d.ts +13 -8
  108. package/dist-client/stt/speech-to-text.js +282 -40
  109. package/dist-client/stt/speech-to-text.js.map +1 -1
  110. package/dist-client/tsconfig.tsbuildinfo +1 -1
  111. package/dist-server/service/action-plan/action-plan-mutation.js +5 -6
  112. package/dist-server/service/action-plan/action-plan-mutation.js.map +1 -1
  113. package/dist-server/service/action-plan/action-plan-query.d.ts +2 -2
  114. package/dist-server/service/action-plan/action-plan-query.js +5 -11
  115. package/dist-server/service/action-plan/action-plan-query.js.map +1 -1
  116. package/dist-server/service/building-inspection/building-inspection-mutation.js +41 -7
  117. package/dist-server/service/building-inspection/building-inspection-mutation.js.map +1 -1
  118. package/dist-server/service/building-inspection/building-inspection-query.d.ts +7 -3
  119. package/dist-server/service/building-inspection/building-inspection-query.js +154 -25
  120. package/dist-server/service/building-inspection/building-inspection-query.js.map +1 -1
  121. package/dist-server/service/building-inspection/building-inspection-type.d.ts +10 -1
  122. package/dist-server/service/building-inspection/building-inspection-type.js +35 -1
  123. package/dist-server/service/building-inspection/building-inspection-type.js.map +1 -1
  124. package/dist-server/service/building-inspection/building-inspection.d.ts +1 -0
  125. package/dist-server/service/building-inspection/building-inspection.js +20 -2
  126. package/dist-server/service/building-inspection/building-inspection.js.map +1 -1
  127. package/dist-server/service/building-inspection-daily-worklog/building-inspection-daily-worklog-mutation.js +10 -0
  128. package/dist-server/service/building-inspection-daily-worklog/building-inspection-daily-worklog-mutation.js.map +1 -1
  129. package/dist-server/service/building-inspection-history/building-inspection-history.d.ts +1 -0
  130. package/dist-server/service/building-inspection-history/building-inspection-history.js +6 -1
  131. package/dist-server/service/building-inspection-history/building-inspection-history.js.map +1 -1
  132. package/dist-server/service/checklist-item/checklist-item-mutation.d.ts +2 -0
  133. package/dist-server/service/checklist-item/checklist-item-mutation.js +26 -0
  134. package/dist-server/service/checklist-item/checklist-item-mutation.js.map +1 -1
  135. package/dist-server/service/checklist-item/checklist-item-type.d.ts +5 -1
  136. package/dist-server/service/checklist-item/checklist-item-type.js +15 -1
  137. package/dist-server/service/checklist-item/checklist-item-type.js.map +1 -1
  138. package/dist-server/service/checklist-item/checklist-item.d.ts +2 -0
  139. package/dist-server/service/checklist-item/checklist-item.js +11 -1
  140. package/dist-server/service/checklist-item/checklist-item.js.map +1 -1
  141. package/dist-server/service/checklist-item/index.d.ts +2 -1
  142. package/dist-server/service/checklist-item-history/checklist-item-history.d.ts +2 -0
  143. package/dist-server/service/checklist-item-history/checklist-item-history.js +11 -1
  144. package/dist-server/service/checklist-item-history/checklist-item-history.js.map +1 -1
  145. package/dist-server/service/checklist-template/checklist-template-query.d.ts +1 -1
  146. package/dist-server/service/checklist-template/checklist-template-query.js +2 -5
  147. package/dist-server/service/checklist-template/checklist-template-query.js.map +1 -1
  148. package/dist-server/service/checklist-template-item/checklist-template-item-mutation.js +11 -2
  149. package/dist-server/service/checklist-template-item/checklist-template-item-mutation.js.map +1 -1
  150. package/dist-server/service/checklist-template-item/checklist-template-item-type.d.ts +1 -0
  151. package/dist-server/service/checklist-template-item/checklist-template-item-type.js +4 -0
  152. package/dist-server/service/checklist-template-item/checklist-template-item-type.js.map +1 -1
  153. package/dist-server/service/checklist-template-item/checklist-template-item.d.ts +1 -0
  154. package/dist-server/service/checklist-template-item/checklist-template-item.js +6 -1
  155. package/dist-server/service/checklist-template-item/checklist-template-item.js.map +1 -1
  156. package/dist-server/service/checklist-template-item/spec-matching-service.js +1 -0
  157. package/dist-server/service/checklist-template-item/spec-matching-service.js.map +1 -1
  158. package/dist-server/service/checklist-type/checklist-type-query.d.ts +1 -1
  159. package/dist-server/service/checklist-type/checklist-type-query.js +2 -5
  160. package/dist-server/service/checklist-type/checklist-type-query.js.map +1 -1
  161. package/dist-server/service/construction-checklist-template/construction-checklist-template-mutation.d.ts +7 -0
  162. package/dist-server/service/construction-checklist-template/construction-checklist-template-mutation.js +107 -0
  163. package/dist-server/service/construction-checklist-template/construction-checklist-template-mutation.js.map +1 -0
  164. package/dist-server/service/construction-checklist-template/construction-checklist-template-query.d.ts +10 -0
  165. package/dist-server/service/construction-checklist-template/construction-checklist-template-query.js +62 -0
  166. package/dist-server/service/construction-checklist-template/construction-checklist-template-query.js.map +1 -0
  167. package/dist-server/service/construction-checklist-template/construction-checklist-template-type.d.ts +11 -0
  168. package/dist-server/service/construction-checklist-template/construction-checklist-template-type.js +43 -0
  169. package/dist-server/service/construction-checklist-template/construction-checklist-template-type.js.map +1 -0
  170. package/dist-server/service/construction-checklist-template/construction-checklist-template.d.ts +18 -0
  171. package/dist-server/service/construction-checklist-template/construction-checklist-template.js +80 -0
  172. package/dist-server/service/construction-checklist-template/construction-checklist-template.js.map +1 -0
  173. package/dist-server/service/construction-checklist-template/index.d.ts +5 -0
  174. package/dist-server/service/construction-checklist-template/index.js +9 -0
  175. package/dist-server/service/construction-checklist-template/index.js.map +1 -0
  176. package/dist-server/service/construction-checklist-template-item/construction-checklist-template-item-mutation.d.ts +6 -0
  177. package/dist-server/service/construction-checklist-template-item/construction-checklist-template-item-mutation.js +56 -0
  178. package/dist-server/service/construction-checklist-template-item/construction-checklist-template-item-mutation.js.map +1 -0
  179. package/dist-server/service/construction-checklist-template-item/construction-checklist-template-item-query.d.ts +9 -0
  180. package/dist-server/service/construction-checklist-template-item/construction-checklist-template-item-query.js +53 -0
  181. package/dist-server/service/construction-checklist-template-item/construction-checklist-template-item-query.js.map +1 -0
  182. package/dist-server/service/construction-checklist-template-item/construction-checklist-template-item-type.d.ts +17 -0
  183. package/dist-server/service/construction-checklist-template-item/construction-checklist-template-item-type.js +67 -0
  184. package/dist-server/service/construction-checklist-template-item/construction-checklist-template-item-type.js.map +1 -0
  185. package/dist-server/service/construction-checklist-template-item/construction-checklist-template-item.d.ts +24 -0
  186. package/dist-server/service/construction-checklist-template-item/construction-checklist-template-item.js +113 -0
  187. package/dist-server/service/construction-checklist-template-item/construction-checklist-template-item.js.map +1 -0
  188. package/dist-server/service/construction-checklist-template-item/index.d.ts +5 -0
  189. package/dist-server/service/construction-checklist-template-item/index.js +9 -0
  190. package/dist-server/service/construction-checklist-template-item/index.js.map +1 -0
  191. package/dist-server/service/field-document/field-document-auto-file.d.ts +21 -0
  192. package/dist-server/service/field-document/field-document-auto-file.js +47 -0
  193. package/dist-server/service/field-document/field-document-auto-file.js.map +1 -0
  194. package/dist-server/service/field-document/field-document-mutation.d.ts +9 -0
  195. package/dist-server/service/field-document/field-document-mutation.js +139 -0
  196. package/dist-server/service/field-document/field-document-mutation.js.map +1 -0
  197. package/dist-server/service/field-document/field-document-query.d.ts +14 -0
  198. package/dist-server/service/field-document/field-document-query.js +120 -0
  199. package/dist-server/service/field-document/field-document-query.js.map +1 -0
  200. package/dist-server/service/field-document/field-document-summary-service.d.ts +10 -0
  201. package/dist-server/service/field-document/field-document-summary-service.js +79 -0
  202. package/dist-server/service/field-document/field-document-summary-service.js.map +1 -0
  203. package/dist-server/service/field-document/field-document-type.d.ts +24 -0
  204. package/dist-server/service/field-document/field-document-type.js +88 -0
  205. package/dist-server/service/field-document/field-document-type.js.map +1 -0
  206. package/dist-server/service/field-document/field-document.d.ts +29 -0
  207. package/dist-server/service/field-document/field-document.js +127 -0
  208. package/dist-server/service/field-document/field-document.js.map +1 -0
  209. package/dist-server/service/field-document/index.d.ts +5 -0
  210. package/dist-server/service/field-document/index.js +9 -0
  211. package/dist-server/service/field-document/index.js.map +1 -0
  212. package/dist-server/service/index.d.ts +7 -2
  213. package/dist-server/service/index.js +20 -0
  214. package/dist-server/service/index.js.map +1 -1
  215. package/dist-server/service/issue/issue-mutation.js +5 -6
  216. package/dist-server/service/issue/issue-mutation.js.map +1 -1
  217. package/dist-server/service/issue/issue-query.d.ts +2 -2
  218. package/dist-server/service/issue/issue-query.js +5 -11
  219. package/dist-server/service/issue/issue-query.js.map +1 -1
  220. package/dist-server/service/project-checklist/index.d.ts +5 -0
  221. package/dist-server/service/project-checklist/index.js +9 -0
  222. package/dist-server/service/project-checklist/index.js.map +1 -0
  223. package/dist-server/service/project-checklist/project-checklist-mutation.d.ts +7 -0
  224. package/dist-server/service/project-checklist/project-checklist-mutation.js +118 -0
  225. package/dist-server/service/project-checklist/project-checklist-mutation.js.map +1 -0
  226. package/dist-server/service/project-checklist/project-checklist-query.d.ts +12 -0
  227. package/dist-server/service/project-checklist/project-checklist-query.js +76 -0
  228. package/dist-server/service/project-checklist/project-checklist-query.js.map +1 -0
  229. package/dist-server/service/project-checklist/project-checklist-type.d.ts +18 -0
  230. package/dist-server/service/project-checklist/project-checklist-type.js +69 -0
  231. package/dist-server/service/project-checklist/project-checklist-type.js.map +1 -0
  232. package/dist-server/service/project-checklist/project-checklist.d.ts +20 -0
  233. package/dist-server/service/project-checklist/project-checklist.js +90 -0
  234. package/dist-server/service/project-checklist/project-checklist.js.map +1 -0
  235. package/dist-server/service/project-checklist/spec-matching-service.d.ts +17 -0
  236. package/dist-server/service/project-checklist/spec-matching-service.js +140 -0
  237. package/dist-server/service/project-checklist/spec-matching-service.js.map +1 -0
  238. package/dist-server/service/project-checklist-item/index.d.ts +4 -0
  239. package/dist-server/service/project-checklist-item/index.js +9 -0
  240. package/dist-server/service/project-checklist-item/index.js.map +1 -0
  241. package/dist-server/service/project-checklist-item/project-checklist-item-mutation.d.ts +2 -0
  242. package/dist-server/service/project-checklist-item/project-checklist-item-mutation.js +13 -0
  243. package/dist-server/service/project-checklist-item/project-checklist-item-mutation.js.map +1 -0
  244. package/dist-server/service/project-checklist-item/project-checklist-item-query.d.ts +5 -0
  245. package/dist-server/service/project-checklist-item/project-checklist-item-query.js +34 -0
  246. package/dist-server/service/project-checklist-item/project-checklist-item-query.js.map +1 -0
  247. package/dist-server/service/project-checklist-item/project-checklist-item-type.d.ts +5 -0
  248. package/dist-server/service/project-checklist-item/project-checklist-item-type.js +21 -0
  249. package/dist-server/service/project-checklist-item/project-checklist-item-type.js.map +1 -0
  250. package/dist-server/service/project-checklist-item/project-checklist-item.d.ts +19 -0
  251. package/dist-server/service/project-checklist-item/project-checklist-item.js +92 -0
  252. package/dist-server/service/project-checklist-item/project-checklist-item.js.map +1 -0
  253. package/dist-server/service/project-report/project-report-mutation.js +5 -6
  254. package/dist-server/service/project-report/project-report-mutation.js.map +1 -1
  255. package/dist-server/service/project-report/project-report-query.d.ts +2 -2
  256. package/dist-server/service/project-report/project-report-query.js +5 -11
  257. package/dist-server/service/project-report/project-report-query.js.map +1 -1
  258. package/dist-server/service/supervisor/supervisor-mutation.js +5 -6
  259. package/dist-server/service/supervisor/supervisor-mutation.js.map +1 -1
  260. package/dist-server/service/supervisor/supervisor-query.d.ts +2 -2
  261. package/dist-server/service/supervisor/supervisor-query.js +5 -11
  262. package/dist-server/service/supervisor/supervisor-query.js.map +1 -1
  263. package/dist-server/tsconfig.tsbuildinfo +1 -1
  264. package/package.json +14 -12
  265. package/things-factory.config.js +7 -1
@@ -0,0 +1,56 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ConstructionChecklistTemplateItemMutation = void 0;
4
+ const tslib_1 = require("tslib");
5
+ const type_graphql_1 = require("type-graphql");
6
+ const typeorm_1 = require("typeorm");
7
+ const construction_checklist_template_item_1 = require("./construction-checklist-template-item");
8
+ const construction_checklist_template_item_type_1 = require("./construction-checklist-template-item-type");
9
+ const construction_checklist_template_1 = require("../construction-checklist-template/construction-checklist-template");
10
+ let ConstructionChecklistTemplateItemMutation = class ConstructionChecklistTemplateItemMutation {
11
+ async updateMultipleConstructionChecklistTemplateItems(constructionChecklistTemplateId, patches, context) {
12
+ var _a, _b, _c, _d, _e;
13
+ const { user, tx } = context.state;
14
+ const itemRepo = tx.getRepository(construction_checklist_template_item_1.ConstructionChecklistTemplateItem);
15
+ const template = await tx.getRepository(construction_checklist_template_1.ConstructionChecklistTemplate).findOneBy({ id: constructionChecklistTemplateId });
16
+ // 기존 아이템 삭제
17
+ await itemRepo.delete({ constructionChecklistTemplate: { id: constructionChecklistTemplateId } });
18
+ // 새로 저장
19
+ let results = [];
20
+ for (let i = 0; i < patches.length; i++) {
21
+ const patch = patches[i];
22
+ const result = await itemRepo.save(Object.assign(Object.assign({}, patch), { recommendation1: ((_a = patch.recommendation1) === null || _a === void 0 ? void 0 : _a.trim()) || null, recommendation2: ((_b = patch.recommendation2) === null || _b === void 0 ? void 0 : _b.trim()) || null, recommendation3: ((_c = patch.recommendation3) === null || _c === void 0 ? void 0 : _c.trim()) || null, recommendation4: ((_d = patch.recommendation4) === null || _d === void 0 ? void 0 : _d.trim()) || null, recommendation5: ((_e = patch.recommendation5) === null || _e === void 0 ? void 0 : _e.trim()) || null, sequence: i, constructionChecklistTemplate: template, creator: user, updater: user }));
23
+ results.push(result);
24
+ }
25
+ return results;
26
+ }
27
+ async deleteConstructionChecklistTemplateItems(ids, context) {
28
+ const { tx } = context.state;
29
+ await tx.getRepository(construction_checklist_template_item_1.ConstructionChecklistTemplateItem).delete({ id: (0, typeorm_1.In)(ids) });
30
+ return true;
31
+ }
32
+ };
33
+ exports.ConstructionChecklistTemplateItemMutation = ConstructionChecklistTemplateItemMutation;
34
+ tslib_1.__decorate([
35
+ (0, type_graphql_1.Directive)('@transaction'),
36
+ (0, type_graphql_1.Mutation)(returns => [construction_checklist_template_item_1.ConstructionChecklistTemplateItem], { description: '공종 체크리스트 템플릿 아이템 일괄 저장' }),
37
+ tslib_1.__param(0, (0, type_graphql_1.Arg)('constructionChecklistTemplateId')),
38
+ tslib_1.__param(1, (0, type_graphql_1.Arg)('patches', type => [construction_checklist_template_item_type_1.ConstructionChecklistTemplateItemPatch])),
39
+ tslib_1.__param(2, (0, type_graphql_1.Ctx)()),
40
+ tslib_1.__metadata("design:type", Function),
41
+ tslib_1.__metadata("design:paramtypes", [String, Array, Object]),
42
+ tslib_1.__metadata("design:returntype", Promise)
43
+ ], ConstructionChecklistTemplateItemMutation.prototype, "updateMultipleConstructionChecklistTemplateItems", null);
44
+ tslib_1.__decorate([
45
+ (0, type_graphql_1.Directive)('@transaction'),
46
+ (0, type_graphql_1.Mutation)(returns => Boolean, { description: '공종 체크리스트 템플릿 아이템 삭제' }),
47
+ tslib_1.__param(0, (0, type_graphql_1.Arg)('ids', type => [String])),
48
+ tslib_1.__param(1, (0, type_graphql_1.Ctx)()),
49
+ tslib_1.__metadata("design:type", Function),
50
+ tslib_1.__metadata("design:paramtypes", [Array, Object]),
51
+ tslib_1.__metadata("design:returntype", Promise)
52
+ ], ConstructionChecklistTemplateItemMutation.prototype, "deleteConstructionChecklistTemplateItems", null);
53
+ exports.ConstructionChecklistTemplateItemMutation = ConstructionChecklistTemplateItemMutation = tslib_1.__decorate([
54
+ (0, type_graphql_1.Resolver)(construction_checklist_template_item_1.ConstructionChecklistTemplateItem)
55
+ ], ConstructionChecklistTemplateItemMutation);
56
+ //# sourceMappingURL=construction-checklist-template-item-mutation.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"construction-checklist-template-item-mutation.js","sourceRoot":"","sources":["../../../server/service/construction-checklist-template-item/construction-checklist-template-item-mutation.ts"],"names":[],"mappings":"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","sourcesContent":["import { Resolver, Mutation, Arg, Ctx, Directive } from 'type-graphql'\nimport { In } from 'typeorm'\nimport { ConstructionChecklistTemplateItem } from './construction-checklist-template-item'\nimport { ConstructionChecklistTemplateItemPatch } from './construction-checklist-template-item-type'\nimport { ConstructionChecklistTemplate } from '../construction-checklist-template/construction-checklist-template'\n\n@Resolver(ConstructionChecklistTemplateItem)\nexport class ConstructionChecklistTemplateItemMutation {\n @Directive('@transaction')\n @Mutation(returns => [ConstructionChecklistTemplateItem], { description: '공종 체크리스트 템플릿 아이템 일괄 저장' })\n async updateMultipleConstructionChecklistTemplateItems(\n @Arg('constructionChecklistTemplateId') constructionChecklistTemplateId: string,\n @Arg('patches', type => [ConstructionChecklistTemplateItemPatch]) patches: ConstructionChecklistTemplateItemPatch[],\n @Ctx() context: ResolverContext\n ): Promise<ConstructionChecklistTemplateItem[]> {\n const { user, tx } = context.state\n\n const itemRepo = tx.getRepository(ConstructionChecklistTemplateItem)\n const template = await tx.getRepository(ConstructionChecklistTemplate).findOneBy({ id: constructionChecklistTemplateId })\n\n // 기존 아이템 삭제\n await itemRepo.delete({ constructionChecklistTemplate: { id: constructionChecklistTemplateId } })\n\n // 새로 저장\n let results = []\n for (let i = 0; i < patches.length; i++) {\n const patch = patches[i]\n const result = await itemRepo.save({\n ...patch,\n recommendation1: patch.recommendation1?.trim() || null,\n recommendation2: patch.recommendation2?.trim() || null,\n recommendation3: patch.recommendation3?.trim() || null,\n recommendation4: patch.recommendation4?.trim() || null,\n recommendation5: patch.recommendation5?.trim() || null,\n sequence: i,\n constructionChecklistTemplate: template,\n creator: user,\n updater: user\n })\n results.push(result)\n }\n\n return results\n }\n\n @Directive('@transaction')\n @Mutation(returns => Boolean, { description: '공종 체크리스트 템플릿 아이템 삭제' })\n async deleteConstructionChecklistTemplateItems(\n @Arg('ids', type => [String]) ids: string[],\n @Ctx() context: ResolverContext\n ): Promise<boolean> {\n const { tx } = context.state\n\n await tx.getRepository(ConstructionChecklistTemplateItem).delete({ id: In(ids) })\n\n return true\n }\n}\n"]}
@@ -0,0 +1,9 @@
1
+ import { ListParam } from '@things-factory/shell';
2
+ import { User } from '@things-factory/auth-base';
3
+ import { ConstructionChecklistTemplateItem } from './construction-checklist-template-item';
4
+ import { ConstructionChecklistTemplateItemList } from './construction-checklist-template-item-type';
5
+ export declare class ConstructionChecklistTemplateItemQuery {
6
+ constructionChecklistTemplateItems(params: ListParam, context: ResolverContext): Promise<ConstructionChecklistTemplateItemList>;
7
+ updater(item: ConstructionChecklistTemplateItem): Promise<User>;
8
+ creator(item: ConstructionChecklistTemplateItem): Promise<User>;
9
+ }
@@ -0,0 +1,53 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ConstructionChecklistTemplateItemQuery = void 0;
4
+ const tslib_1 = require("tslib");
5
+ const type_graphql_1 = require("type-graphql");
6
+ const shell_1 = require("@things-factory/shell");
7
+ const auth_base_1 = require("@things-factory/auth-base");
8
+ const construction_checklist_template_item_1 = require("./construction-checklist-template-item");
9
+ const construction_checklist_template_item_type_1 = require("./construction-checklist-template-item-type");
10
+ let ConstructionChecklistTemplateItemQuery = class ConstructionChecklistTemplateItemQuery {
11
+ async constructionChecklistTemplateItems(params, context) {
12
+ const queryBuilder = (0, shell_1.getQueryBuilderFromListParams)({
13
+ params,
14
+ repository: await (0, shell_1.getRepository)(construction_checklist_template_item_1.ConstructionChecklistTemplateItem),
15
+ searchables: ['name', 'mainType']
16
+ });
17
+ const [items, total] = await queryBuilder.getManyAndCount();
18
+ return { items, total };
19
+ }
20
+ async updater(item) {
21
+ return await (0, shell_1.getRepository)(auth_base_1.User).findOneBy({ id: item.updaterId });
22
+ }
23
+ async creator(item) {
24
+ return await (0, shell_1.getRepository)(auth_base_1.User).findOneBy({ id: item.creatorId });
25
+ }
26
+ };
27
+ exports.ConstructionChecklistTemplateItemQuery = ConstructionChecklistTemplateItemQuery;
28
+ tslib_1.__decorate([
29
+ (0, type_graphql_1.Query)(returns => construction_checklist_template_item_type_1.ConstructionChecklistTemplateItemList, { description: '공종 체크리스트 템플릿 아이템 목록' }),
30
+ tslib_1.__param(0, (0, type_graphql_1.Args)()),
31
+ tslib_1.__param(1, (0, type_graphql_1.Ctx)()),
32
+ tslib_1.__metadata("design:type", Function),
33
+ tslib_1.__metadata("design:paramtypes", [shell_1.ListParam, Object]),
34
+ tslib_1.__metadata("design:returntype", Promise)
35
+ ], ConstructionChecklistTemplateItemQuery.prototype, "constructionChecklistTemplateItems", null);
36
+ tslib_1.__decorate([
37
+ (0, type_graphql_1.FieldResolver)(type => auth_base_1.User),
38
+ tslib_1.__param(0, (0, type_graphql_1.Root)()),
39
+ tslib_1.__metadata("design:type", Function),
40
+ tslib_1.__metadata("design:paramtypes", [construction_checklist_template_item_1.ConstructionChecklistTemplateItem]),
41
+ tslib_1.__metadata("design:returntype", Promise)
42
+ ], ConstructionChecklistTemplateItemQuery.prototype, "updater", null);
43
+ tslib_1.__decorate([
44
+ (0, type_graphql_1.FieldResolver)(type => auth_base_1.User),
45
+ tslib_1.__param(0, (0, type_graphql_1.Root)()),
46
+ tslib_1.__metadata("design:type", Function),
47
+ tslib_1.__metadata("design:paramtypes", [construction_checklist_template_item_1.ConstructionChecklistTemplateItem]),
48
+ tslib_1.__metadata("design:returntype", Promise)
49
+ ], ConstructionChecklistTemplateItemQuery.prototype, "creator", null);
50
+ exports.ConstructionChecklistTemplateItemQuery = ConstructionChecklistTemplateItemQuery = tslib_1.__decorate([
51
+ (0, type_graphql_1.Resolver)(construction_checklist_template_item_1.ConstructionChecklistTemplateItem)
52
+ ], ConstructionChecklistTemplateItemQuery);
53
+ //# sourceMappingURL=construction-checklist-template-item-query.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"construction-checklist-template-item-query.js","sourceRoot":"","sources":["../../../server/service/construction-checklist-template-item/construction-checklist-template-item-query.ts"],"names":[],"mappings":";;;;AAAA,+CAA8E;AAC9E,iDAA+F;AAC/F,yDAAgD;AAChD,iGAA0F;AAC1F,2GAAmG;AAG5F,IAAM,sCAAsC,GAA5C,MAAM,sCAAsC;IAE3C,AAAN,KAAK,CAAC,kCAAkC,CAC9B,MAAiB,EAClB,OAAwB;QAE/B,MAAM,YAAY,GAAG,IAAA,qCAA6B,EAAC;YACjD,MAAM;YACN,UAAU,EAAE,MAAM,IAAA,qBAAa,EAAC,wEAAiC,CAAC;YAClE,WAAW,EAAE,CAAC,MAAM,EAAE,UAAU,CAAC;SAClC,CAAC,CAAA;QAEF,MAAM,CAAC,KAAK,EAAE,KAAK,CAAC,GAAG,MAAM,YAAY,CAAC,eAAe,EAAE,CAAA;QAE3D,OAAO,EAAE,KAAK,EAAE,KAAK,EAAE,CAAA;IACzB,CAAC;IAGK,AAAN,KAAK,CAAC,OAAO,CAAS,IAAuC;QAC3D,OAAO,MAAM,IAAA,qBAAa,EAAC,gBAAI,CAAC,CAAC,SAAS,CAAC,EAAE,EAAE,EAAE,IAAI,CAAC,SAAS,EAAE,CAAC,CAAA;IACpE,CAAC;IAGK,AAAN,KAAK,CAAC,OAAO,CAAS,IAAuC;QAC3D,OAAO,MAAM,IAAA,qBAAa,EAAC,gBAAI,CAAC,CAAC,SAAS,CAAC,EAAE,EAAE,EAAE,IAAI,CAAC,SAAS,EAAE,CAAC,CAAA;IACpE,CAAC;CACF,CAAA;AA1BY,wFAAsC;AAE3C;IADL,IAAA,oBAAK,EAAC,OAAO,CAAC,EAAE,CAAC,iFAAqC,EAAE,EAAE,WAAW,EAAE,qBAAqB,EAAE,CAAC;IAE7F,mBAAA,IAAA,mBAAI,GAAE,CAAA;IACN,mBAAA,IAAA,kBAAG,GAAE,CAAA;;6CADU,iBAAS;;gGAY1B;AAGK;IADL,IAAA,4BAAa,EAAC,IAAI,CAAC,EAAE,CAAC,gBAAI,CAAC;IACb,mBAAA,IAAA,mBAAI,GAAE,CAAA;;6CAAO,wEAAiC;;qEAE5D;AAGK;IADL,IAAA,4BAAa,EAAC,IAAI,CAAC,EAAE,CAAC,gBAAI,CAAC;IACb,mBAAA,IAAA,mBAAI,GAAE,CAAA;;6CAAO,wEAAiC;;qEAE5D;iDAzBU,sCAAsC;IADlD,IAAA,uBAAQ,EAAC,wEAAiC,CAAC;GAC/B,sCAAsC,CA0BlD","sourcesContent":["import { Resolver, Query, FieldResolver, Root, Args, Ctx } from 'type-graphql'\nimport { getQueryBuilderFromListParams, getRepository, ListParam } from '@things-factory/shell'\nimport { User } from '@things-factory/auth-base'\nimport { ConstructionChecklistTemplateItem } from './construction-checklist-template-item'\nimport { ConstructionChecklistTemplateItemList } from './construction-checklist-template-item-type'\n\n@Resolver(ConstructionChecklistTemplateItem)\nexport class ConstructionChecklistTemplateItemQuery {\n @Query(returns => ConstructionChecklistTemplateItemList, { description: '공종 체크리스트 템플릿 아이템 목록' })\n async constructionChecklistTemplateItems(\n @Args() params: ListParam,\n @Ctx() context: ResolverContext\n ): Promise<ConstructionChecklistTemplateItemList> {\n const queryBuilder = getQueryBuilderFromListParams({\n params,\n repository: await getRepository(ConstructionChecklistTemplateItem),\n searchables: ['name', 'mainType']\n })\n\n const [items, total] = await queryBuilder.getManyAndCount()\n\n return { items, total }\n }\n\n @FieldResolver(type => User)\n async updater(@Root() item: ConstructionChecklistTemplateItem): Promise<User> {\n return await getRepository(User).findOneBy({ id: item.updaterId })\n }\n\n @FieldResolver(type => User)\n async creator(@Root() item: ConstructionChecklistTemplateItem): Promise<User> {\n return await getRepository(User).findOneBy({ id: item.creatorId })\n }\n}\n"]}
@@ -0,0 +1,17 @@
1
+ import { ConstructionChecklistTemplateItem } from './construction-checklist-template-item';
2
+ export declare class ConstructionChecklistTemplateItemPatch {
3
+ id?: string;
4
+ mainType?: string;
5
+ name?: string;
6
+ recommendation1?: string;
7
+ recommendation2?: string;
8
+ recommendation3?: string;
9
+ recommendation4?: string;
10
+ recommendation5?: string;
11
+ inspctionCriteria?: string;
12
+ sequence?: number;
13
+ }
14
+ export declare class ConstructionChecklistTemplateItemList {
15
+ items: ConstructionChecklistTemplateItem[];
16
+ total: number;
17
+ }
@@ -0,0 +1,67 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ConstructionChecklistTemplateItemList = exports.ConstructionChecklistTemplateItemPatch = void 0;
4
+ const tslib_1 = require("tslib");
5
+ const type_graphql_1 = require("type-graphql");
6
+ const construction_checklist_template_item_1 = require("./construction-checklist-template-item");
7
+ let ConstructionChecklistTemplateItemPatch = class ConstructionChecklistTemplateItemPatch {
8
+ };
9
+ exports.ConstructionChecklistTemplateItemPatch = ConstructionChecklistTemplateItemPatch;
10
+ tslib_1.__decorate([
11
+ (0, type_graphql_1.Field)(type => type_graphql_1.ID, { nullable: true }),
12
+ tslib_1.__metadata("design:type", String)
13
+ ], ConstructionChecklistTemplateItemPatch.prototype, "id", void 0);
14
+ tslib_1.__decorate([
15
+ (0, type_graphql_1.Field)({ nullable: true }),
16
+ tslib_1.__metadata("design:type", String)
17
+ ], ConstructionChecklistTemplateItemPatch.prototype, "mainType", void 0);
18
+ tslib_1.__decorate([
19
+ (0, type_graphql_1.Field)({ nullable: true }),
20
+ tslib_1.__metadata("design:type", String)
21
+ ], ConstructionChecklistTemplateItemPatch.prototype, "name", void 0);
22
+ tslib_1.__decorate([
23
+ (0, type_graphql_1.Field)({ nullable: true }),
24
+ tslib_1.__metadata("design:type", String)
25
+ ], ConstructionChecklistTemplateItemPatch.prototype, "recommendation1", void 0);
26
+ tslib_1.__decorate([
27
+ (0, type_graphql_1.Field)({ nullable: true }),
28
+ tslib_1.__metadata("design:type", String)
29
+ ], ConstructionChecklistTemplateItemPatch.prototype, "recommendation2", void 0);
30
+ tslib_1.__decorate([
31
+ (0, type_graphql_1.Field)({ nullable: true }),
32
+ tslib_1.__metadata("design:type", String)
33
+ ], ConstructionChecklistTemplateItemPatch.prototype, "recommendation3", void 0);
34
+ tslib_1.__decorate([
35
+ (0, type_graphql_1.Field)({ nullable: true }),
36
+ tslib_1.__metadata("design:type", String)
37
+ ], ConstructionChecklistTemplateItemPatch.prototype, "recommendation4", void 0);
38
+ tslib_1.__decorate([
39
+ (0, type_graphql_1.Field)({ nullable: true }),
40
+ tslib_1.__metadata("design:type", String)
41
+ ], ConstructionChecklistTemplateItemPatch.prototype, "recommendation5", void 0);
42
+ tslib_1.__decorate([
43
+ (0, type_graphql_1.Field)({ nullable: true }),
44
+ tslib_1.__metadata("design:type", String)
45
+ ], ConstructionChecklistTemplateItemPatch.prototype, "inspctionCriteria", void 0);
46
+ tslib_1.__decorate([
47
+ (0, type_graphql_1.Field)(type => type_graphql_1.Int, { nullable: true }),
48
+ tslib_1.__metadata("design:type", Number)
49
+ ], ConstructionChecklistTemplateItemPatch.prototype, "sequence", void 0);
50
+ exports.ConstructionChecklistTemplateItemPatch = ConstructionChecklistTemplateItemPatch = tslib_1.__decorate([
51
+ (0, type_graphql_1.InputType)()
52
+ ], ConstructionChecklistTemplateItemPatch);
53
+ let ConstructionChecklistTemplateItemList = class ConstructionChecklistTemplateItemList {
54
+ };
55
+ exports.ConstructionChecklistTemplateItemList = ConstructionChecklistTemplateItemList;
56
+ tslib_1.__decorate([
57
+ (0, type_graphql_1.Field)(type => [construction_checklist_template_item_1.ConstructionChecklistTemplateItem]),
58
+ tslib_1.__metadata("design:type", Array)
59
+ ], ConstructionChecklistTemplateItemList.prototype, "items", void 0);
60
+ tslib_1.__decorate([
61
+ (0, type_graphql_1.Field)(type => type_graphql_1.Int),
62
+ tslib_1.__metadata("design:type", Number)
63
+ ], ConstructionChecklistTemplateItemList.prototype, "total", void 0);
64
+ exports.ConstructionChecklistTemplateItemList = ConstructionChecklistTemplateItemList = tslib_1.__decorate([
65
+ (0, type_graphql_1.ObjectType)()
66
+ ], ConstructionChecklistTemplateItemList);
67
+ //# sourceMappingURL=construction-checklist-template-item-type.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"construction-checklist-template-item-type.js","sourceRoot":"","sources":["../../../server/service/construction-checklist-template-item/construction-checklist-template-item-type.ts"],"names":[],"mappings":";;;;AAAA,+CAAoE;AACpE,iGAA0F;AAGnF,IAAM,sCAAsC,GAA5C,MAAM,sCAAsC;CA8BlD,CAAA;AA9BY,wFAAsC;AAEjD;IADC,IAAA,oBAAK,EAAC,IAAI,CAAC,EAAE,CAAC,iBAAE,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;kEAC3B;AAGX;IADC,IAAA,oBAAK,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;wEACT;AAGjB;IADC,IAAA,oBAAK,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;oEACb;AAGb;IADC,IAAA,oBAAK,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;+EACF;AAGxB;IADC,IAAA,oBAAK,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;+EACF;AAGxB;IADC,IAAA,oBAAK,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;+EACF;AAGxB;IADC,IAAA,oBAAK,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;+EACF;AAGxB;IADC,IAAA,oBAAK,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;+EACF;AAGxB;IADC,IAAA,oBAAK,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;iFACA;AAG1B;IADC,IAAA,oBAAK,EAAC,IAAI,CAAC,EAAE,CAAC,kBAAG,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;wEACtB;iDA7BN,sCAAsC;IADlD,IAAA,wBAAS,GAAE;GACC,sCAAsC,CA8BlD;AAGM,IAAM,qCAAqC,GAA3C,MAAM,qCAAqC;CAMjD,CAAA;AANY,sFAAqC;AAEhD;IADC,IAAA,oBAAK,EAAC,IAAI,CAAC,EAAE,CAAC,CAAC,wEAAiC,CAAC,CAAC;;oEACT;AAG1C;IADC,IAAA,oBAAK,EAAC,IAAI,CAAC,EAAE,CAAC,kBAAG,CAAC;;oEACN;gDALF,qCAAqC;IADjD,IAAA,yBAAU,GAAE;GACA,qCAAqC,CAMjD","sourcesContent":["import { ObjectType, Field, InputType, Int, ID } from 'type-graphql'\nimport { ConstructionChecklistTemplateItem } from './construction-checklist-template-item'\n\n@InputType()\nexport class ConstructionChecklistTemplateItemPatch {\n @Field(type => ID, { nullable: true })\n id?: string\n\n @Field({ nullable: true })\n mainType?: string\n\n @Field({ nullable: true })\n name?: string\n\n @Field({ nullable: true })\n recommendation1?: string\n\n @Field({ nullable: true })\n recommendation2?: string\n\n @Field({ nullable: true })\n recommendation3?: string\n\n @Field({ nullable: true })\n recommendation4?: string\n\n @Field({ nullable: true })\n recommendation5?: string\n\n @Field({ nullable: true })\n inspctionCriteria?: string\n\n @Field(type => Int, { nullable: true })\n sequence?: number\n}\n\n@ObjectType()\nexport class ConstructionChecklistTemplateItemList {\n @Field(type => [ConstructionChecklistTemplateItem])\n items: ConstructionChecklistTemplateItem[]\n\n @Field(type => Int)\n total: number\n}\n"]}
@@ -0,0 +1,24 @@
1
+ import { User } from '@things-factory/auth-base';
2
+ import { ConstructionChecklistTemplate } from '../construction-checklist-template/construction-checklist-template';
3
+ import { CriteriaRequestStatus } from '../checklist-template-item/checklist-template-item';
4
+ export declare class ConstructionChecklistTemplateItem {
5
+ readonly id: string;
6
+ mainType?: string;
7
+ name: string;
8
+ recommendation1?: string;
9
+ recommendation2?: string;
10
+ recommendation3?: string;
11
+ recommendation4?: string;
12
+ recommendation5?: string;
13
+ inspctionCriteria?: string;
14
+ criteriaRequestStatus?: CriteriaRequestStatus;
15
+ sequence?: number;
16
+ constructionChecklistTemplate?: ConstructionChecklistTemplate;
17
+ constructionChecklistTemplateId?: string;
18
+ createdAt?: Date;
19
+ updatedAt?: Date;
20
+ creator?: User;
21
+ creatorId?: string;
22
+ updater?: User;
23
+ updaterId?: string;
24
+ }
@@ -0,0 +1,113 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ConstructionChecklistTemplateItem = void 0;
4
+ const tslib_1 = require("tslib");
5
+ const typeorm_1 = require("typeorm");
6
+ const type_graphql_1 = require("type-graphql");
7
+ const auth_base_1 = require("@things-factory/auth-base");
8
+ const construction_checklist_template_1 = require("../construction-checklist-template/construction-checklist-template");
9
+ const checklist_template_item_1 = require("../checklist-template-item/checklist-template-item");
10
+ let ConstructionChecklistTemplateItem = class ConstructionChecklistTemplateItem {
11
+ };
12
+ exports.ConstructionChecklistTemplateItem = ConstructionChecklistTemplateItem;
13
+ tslib_1.__decorate([
14
+ (0, typeorm_1.PrimaryGeneratedColumn)('uuid'),
15
+ (0, type_graphql_1.Field)(type => type_graphql_1.ID),
16
+ tslib_1.__metadata("design:type", String)
17
+ ], ConstructionChecklistTemplateItem.prototype, "id", void 0);
18
+ tslib_1.__decorate([
19
+ (0, typeorm_1.Column)({ nullable: true, comment: '구분' }),
20
+ (0, type_graphql_1.Field)({ nullable: true }),
21
+ tslib_1.__metadata("design:type", String)
22
+ ], ConstructionChecklistTemplateItem.prototype, "mainType", void 0);
23
+ tslib_1.__decorate([
24
+ (0, typeorm_1.Column)({ nullable: false, comment: '검사항목' }),
25
+ (0, type_graphql_1.Field)({ nullable: false }),
26
+ tslib_1.__metadata("design:type", String)
27
+ ], ConstructionChecklistTemplateItem.prototype, "name", void 0);
28
+ tslib_1.__decorate([
29
+ (0, typeorm_1.Column)({ nullable: true, comment: '추천 검사 항목 1' }),
30
+ (0, type_graphql_1.Field)({ nullable: true }),
31
+ tslib_1.__metadata("design:type", String)
32
+ ], ConstructionChecklistTemplateItem.prototype, "recommendation1", void 0);
33
+ tslib_1.__decorate([
34
+ (0, typeorm_1.Column)({ nullable: true, comment: '추천 검사 항목 2' }),
35
+ (0, type_graphql_1.Field)({ nullable: true }),
36
+ tslib_1.__metadata("design:type", String)
37
+ ], ConstructionChecklistTemplateItem.prototype, "recommendation2", void 0);
38
+ tslib_1.__decorate([
39
+ (0, typeorm_1.Column)({ nullable: true, comment: '추천 검사 항목 3' }),
40
+ (0, type_graphql_1.Field)({ nullable: true }),
41
+ tslib_1.__metadata("design:type", String)
42
+ ], ConstructionChecklistTemplateItem.prototype, "recommendation3", void 0);
43
+ tslib_1.__decorate([
44
+ (0, typeorm_1.Column)({ nullable: true, comment: '추천 검사 항목 4' }),
45
+ (0, type_graphql_1.Field)({ nullable: true }),
46
+ tslib_1.__metadata("design:type", String)
47
+ ], ConstructionChecklistTemplateItem.prototype, "recommendation4", void 0);
48
+ tslib_1.__decorate([
49
+ (0, typeorm_1.Column)({ nullable: true, comment: '추천 검사 항목 5' }),
50
+ (0, type_graphql_1.Field)({ nullable: true }),
51
+ tslib_1.__metadata("design:type", String)
52
+ ], ConstructionChecklistTemplateItem.prototype, "recommendation5", void 0);
53
+ tslib_1.__decorate([
54
+ (0, typeorm_1.Column)({ nullable: true, comment: '검사 기준 (AI)' }),
55
+ (0, type_graphql_1.Field)({ nullable: true }),
56
+ tslib_1.__metadata("design:type", String)
57
+ ], ConstructionChecklistTemplateItem.prototype, "inspctionCriteria", void 0);
58
+ tslib_1.__decorate([
59
+ (0, typeorm_1.Column)({ nullable: true, comment: '검사 기준 API 요청 상태' }),
60
+ (0, type_graphql_1.Field)(type => checklist_template_item_1.CriteriaRequestStatus, { nullable: true }),
61
+ tslib_1.__metadata("design:type", String)
62
+ ], ConstructionChecklistTemplateItem.prototype, "criteriaRequestStatus", void 0);
63
+ tslib_1.__decorate([
64
+ (0, typeorm_1.Column)({ nullable: true, comment: '시퀀스' }),
65
+ (0, type_graphql_1.Field)(type => type_graphql_1.Int, { nullable: true }),
66
+ tslib_1.__metadata("design:type", Number)
67
+ ], ConstructionChecklistTemplateItem.prototype, "sequence", void 0);
68
+ tslib_1.__decorate([
69
+ (0, typeorm_1.ManyToOne)(type => construction_checklist_template_1.ConstructionChecklistTemplate),
70
+ (0, type_graphql_1.Field)(type => construction_checklist_template_1.ConstructionChecklistTemplate, { nullable: true }),
71
+ tslib_1.__metadata("design:type", construction_checklist_template_1.ConstructionChecklistTemplate)
72
+ ], ConstructionChecklistTemplateItem.prototype, "constructionChecklistTemplate", void 0);
73
+ tslib_1.__decorate([
74
+ (0, typeorm_1.RelationId)((item) => item.constructionChecklistTemplate),
75
+ tslib_1.__metadata("design:type", String)
76
+ ], ConstructionChecklistTemplateItem.prototype, "constructionChecklistTemplateId", void 0);
77
+ tslib_1.__decorate([
78
+ (0, typeorm_1.CreateDateColumn)(),
79
+ (0, type_graphql_1.Field)({ nullable: true }),
80
+ tslib_1.__metadata("design:type", Date)
81
+ ], ConstructionChecklistTemplateItem.prototype, "createdAt", void 0);
82
+ tslib_1.__decorate([
83
+ (0, typeorm_1.UpdateDateColumn)(),
84
+ (0, type_graphql_1.Field)({ nullable: true }),
85
+ tslib_1.__metadata("design:type", Date)
86
+ ], ConstructionChecklistTemplateItem.prototype, "updatedAt", void 0);
87
+ tslib_1.__decorate([
88
+ (0, typeorm_1.ManyToOne)(type => auth_base_1.User, { nullable: true }),
89
+ (0, type_graphql_1.Field)(type => auth_base_1.User, { nullable: true }),
90
+ tslib_1.__metadata("design:type", auth_base_1.User)
91
+ ], ConstructionChecklistTemplateItem.prototype, "creator", void 0);
92
+ tslib_1.__decorate([
93
+ (0, typeorm_1.RelationId)((item) => item.creator),
94
+ tslib_1.__metadata("design:type", String)
95
+ ], ConstructionChecklistTemplateItem.prototype, "creatorId", void 0);
96
+ tslib_1.__decorate([
97
+ (0, typeorm_1.ManyToOne)(type => auth_base_1.User, { nullable: true }),
98
+ (0, type_graphql_1.Field)(type => auth_base_1.User, { nullable: true }),
99
+ tslib_1.__metadata("design:type", auth_base_1.User)
100
+ ], ConstructionChecklistTemplateItem.prototype, "updater", void 0);
101
+ tslib_1.__decorate([
102
+ (0, typeorm_1.RelationId)((item) => item.updater),
103
+ tslib_1.__metadata("design:type", String)
104
+ ], ConstructionChecklistTemplateItem.prototype, "updaterId", void 0);
105
+ exports.ConstructionChecklistTemplateItem = ConstructionChecklistTemplateItem = tslib_1.__decorate([
106
+ (0, typeorm_1.Entity)({ comment: '공종 기반 체크리스트 템플릿 아이템' }),
107
+ (0, typeorm_1.Index)('ix_construction_checklist_template_item_0', (item) => [
108
+ item.constructionChecklistTemplate,
109
+ item.sequence
110
+ ]),
111
+ (0, type_graphql_1.ObjectType)()
112
+ ], ConstructionChecklistTemplateItem);
113
+ //# sourceMappingURL=construction-checklist-template-item.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"construction-checklist-template-item.js","sourceRoot":"","sources":["../../../server/service/construction-checklist-template-item/construction-checklist-template-item.ts"],"names":[],"mappings":"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","sourcesContent":["import {\n CreateDateColumn,\n UpdateDateColumn,\n Entity,\n Index,\n Column,\n RelationId,\n ManyToOne,\n PrimaryGeneratedColumn\n} from 'typeorm'\nimport { ObjectType, Field, ID, Int, registerEnumType } from 'type-graphql'\n\nimport { User } from '@things-factory/auth-base'\nimport { ConstructionChecklistTemplate } from '../construction-checklist-template/construction-checklist-template'\nimport { CriteriaRequestStatus } from '../checklist-template-item/checklist-template-item'\n\n@Entity({ comment: '공종 기반 체크리스트 템플릿 아이템' })\n@Index('ix_construction_checklist_template_item_0', (item: ConstructionChecklistTemplateItem) => [\n item.constructionChecklistTemplate,\n item.sequence\n])\n@ObjectType()\nexport class ConstructionChecklistTemplateItem {\n @PrimaryGeneratedColumn('uuid')\n @Field(type => ID)\n readonly id: string\n\n @Column({ nullable: true, comment: '구분' })\n @Field({ nullable: true })\n mainType?: string\n\n @Column({ nullable: false, comment: '검사항목' })\n @Field({ nullable: false })\n name: string\n\n @Column({ nullable: true, comment: '추천 검사 항목 1' })\n @Field({ nullable: true })\n recommendation1?: string\n\n @Column({ nullable: true, comment: '추천 검사 항목 2' })\n @Field({ nullable: true })\n recommendation2?: string\n\n @Column({ nullable: true, comment: '추천 검사 항목 3' })\n @Field({ nullable: true })\n recommendation3?: string\n\n @Column({ nullable: true, comment: '추천 검사 항목 4' })\n @Field({ nullable: true })\n recommendation4?: string\n\n @Column({ nullable: true, comment: '추천 검사 항목 5' })\n @Field({ nullable: true })\n recommendation5?: string\n\n @Column({ nullable: true, comment: '검사 기준 (AI)' })\n @Field({ nullable: true })\n inspctionCriteria?: string\n\n @Column({ nullable: true, comment: '검사 기준 API 요청 상태' })\n @Field(type => CriteriaRequestStatus, { nullable: true })\n criteriaRequestStatus?: CriteriaRequestStatus\n\n @Column({ nullable: true, comment: '시퀀스' })\n @Field(type => Int, { nullable: true })\n sequence?: number\n\n @ManyToOne(type => ConstructionChecklistTemplate)\n @Field(type => ConstructionChecklistTemplate, { nullable: true })\n constructionChecklistTemplate?: ConstructionChecklistTemplate\n\n @RelationId((item: ConstructionChecklistTemplateItem) => item.constructionChecklistTemplate)\n constructionChecklistTemplateId?: string\n\n @CreateDateColumn()\n @Field({ nullable: true })\n createdAt?: Date\n\n @UpdateDateColumn()\n @Field({ nullable: true })\n updatedAt?: Date\n\n @ManyToOne(type => User, { nullable: true })\n @Field(type => User, { nullable: true })\n creator?: User\n\n @RelationId((item: ConstructionChecklistTemplateItem) => item.creator)\n creatorId?: string\n\n @ManyToOne(type => User, { nullable: true })\n @Field(type => User, { nullable: true })\n updater?: User\n\n @RelationId((item: ConstructionChecklistTemplateItem) => item.updater)\n updaterId?: string\n}\n"]}
@@ -0,0 +1,5 @@
1
+ import { ConstructionChecklistTemplateItem } from './construction-checklist-template-item';
2
+ import { ConstructionChecklistTemplateItemQuery } from './construction-checklist-template-item-query';
3
+ import { ConstructionChecklistTemplateItemMutation } from './construction-checklist-template-item-mutation';
4
+ export declare const entities: (typeof ConstructionChecklistTemplateItem)[];
5
+ export declare const resolvers: (typeof ConstructionChecklistTemplateItemQuery | typeof ConstructionChecklistTemplateItemMutation)[];
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.resolvers = exports.entities = void 0;
4
+ const construction_checklist_template_item_1 = require("./construction-checklist-template-item");
5
+ const construction_checklist_template_item_query_1 = require("./construction-checklist-template-item-query");
6
+ const construction_checklist_template_item_mutation_1 = require("./construction-checklist-template-item-mutation");
7
+ exports.entities = [construction_checklist_template_item_1.ConstructionChecklistTemplateItem];
8
+ exports.resolvers = [construction_checklist_template_item_query_1.ConstructionChecklistTemplateItemQuery, construction_checklist_template_item_mutation_1.ConstructionChecklistTemplateItemMutation];
9
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../server/service/construction-checklist-template-item/index.ts"],"names":[],"mappings":";;;AAAA,iGAA0F;AAC1F,6GAAqG;AACrG,mHAA2G;AAE9F,QAAA,QAAQ,GAAG,CAAC,wEAAiC,CAAC,CAAA;AAC9C,QAAA,SAAS,GAAG,CAAC,mFAAsC,EAAE,yFAAyC,CAAC,CAAA","sourcesContent":["import { ConstructionChecklistTemplateItem } from './construction-checklist-template-item'\nimport { ConstructionChecklistTemplateItemQuery } from './construction-checklist-template-item-query'\nimport { ConstructionChecklistTemplateItemMutation } from './construction-checklist-template-item-mutation'\n\nexport const entities = [ConstructionChecklistTemplateItem]\nexport const resolvers = [ConstructionChecklistTemplateItemQuery, ConstructionChecklistTemplateItemMutation]\n"]}
@@ -0,0 +1,21 @@
1
+ import { FieldDocument } from './field-document';
2
+ /**
3
+ * buildingLevelId → building → buildingComplex → project 체인으로 projectId를 조회
4
+ */
5
+ export declare function getProjectIdByBuildingLevelId(buildingLevelId: string, tx?: any): Promise<string | null>;
6
+ interface AutoFileParams {
7
+ projectId: string;
8
+ code: string;
9
+ name: string;
10
+ sourceType: string;
11
+ sourceRefId: string;
12
+ context: ResolverContext;
13
+ }
14
+ /**
15
+ * 기존 프로세스에서 자동으로 현장 문서 등록
16
+ * - 일일업무일지 → 020108
17
+ * - 검측요청서 → 040201
18
+ * - 체크리스트 → 040202
19
+ */
20
+ export declare function autoFileDocument(params: AutoFileParams): Promise<FieldDocument>;
21
+ export {};
@@ -0,0 +1,47 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.getProjectIdByBuildingLevelId = getProjectIdByBuildingLevelId;
4
+ exports.autoFileDocument = autoFileDocument;
5
+ const shell_1 = require("@things-factory/shell");
6
+ const field_document_1 = require("./field-document");
7
+ const field_document_summary_service_1 = require("./field-document-summary-service");
8
+ /**
9
+ * buildingLevelId → building → buildingComplex → project 체인으로 projectId를 조회
10
+ */
11
+ async function getProjectIdByBuildingLevelId(buildingLevelId, tx) {
12
+ const repo = tx || (0, shell_1.getRepository)('projects');
13
+ const result = await (tx || (0, shell_1.getRepository)('projects'))
14
+ .createQueryBuilder('p')
15
+ .select('p.id', 'projectId')
16
+ .leftJoin('building_complexes', 'bc', 'p.building_complex_id = bc.id')
17
+ .leftJoin('buildings', 'b', 'b.building_complex_id = bc.id')
18
+ .leftJoin('building_levels', 'bl', 'bl.building_id = b.id')
19
+ .where('bl.id = :buildingLevelId', { buildingLevelId })
20
+ .getRawOne();
21
+ return (result === null || result === void 0 ? void 0 : result.projectId) || null;
22
+ }
23
+ /**
24
+ * 기존 프로세스에서 자동으로 현장 문서 등록
25
+ * - 일일업무일지 → 020108
26
+ * - 검측요청서 → 040201
27
+ * - 체크리스트 → 040202
28
+ */
29
+ async function autoFileDocument(params) {
30
+ const { projectId, code, name, sourceType, sourceRefId, context } = params;
31
+ const { domain, user, tx } = context.state;
32
+ const repo = tx.getRepository(field_document_1.FieldDocument);
33
+ const result = await repo.save({
34
+ projectId,
35
+ code,
36
+ name,
37
+ sourceType,
38
+ sourceRefId,
39
+ aiSummaryStatus: field_document_1.FieldDocumentSummaryStatus.REQUEST,
40
+ domain,
41
+ creator: user,
42
+ updater: user
43
+ });
44
+ (0, field_document_summary_service_1.queueDocumentSummary)(result.id);
45
+ return result;
46
+ }
47
+ //# sourceMappingURL=field-document-auto-file.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"field-document-auto-file.js","sourceRoot":"","sources":["../../../server/service/field-document/field-document-auto-file.ts"],"names":[],"mappings":";;AAOA,sEAYC;AAiBD,4CAqBC;AAzDD,iDAAqD;AACrD,qDAA4E;AAC5E,qFAAuE;AAEvE;;GAEG;AACI,KAAK,UAAU,6BAA6B,CAAC,eAAuB,EAAE,EAAQ;IACnF,MAAM,IAAI,GAAG,EAAE,IAAI,IAAA,qBAAa,EAAC,UAAU,CAAC,CAAA;IAC5C,MAAM,MAAM,GAAG,MAAM,CAAC,EAAE,IAAI,IAAA,qBAAa,EAAC,UAAU,CAAC,CAAC;SACnD,kBAAkB,CAAC,GAAG,CAAC;SACvB,MAAM,CAAC,MAAM,EAAE,WAAW,CAAC;SAC3B,QAAQ,CAAC,oBAAoB,EAAE,IAAI,EAAE,+BAA+B,CAAC;SACrE,QAAQ,CAAC,WAAW,EAAE,GAAG,EAAE,+BAA+B,CAAC;SAC3D,QAAQ,CAAC,iBAAiB,EAAE,IAAI,EAAE,uBAAuB,CAAC;SAC1D,KAAK,CAAC,0BAA0B,EAAE,EAAE,eAAe,EAAE,CAAC;SACtD,SAAS,EAAE,CAAA;IAEd,OAAO,CAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,SAAS,KAAI,IAAI,CAAA;AAClC,CAAC;AAWD;;;;;GAKG;AACI,KAAK,UAAU,gBAAgB,CAAC,MAAsB;IAC3D,MAAM,EAAE,SAAS,EAAE,IAAI,EAAE,IAAI,EAAE,UAAU,EAAE,WAAW,EAAE,OAAO,EAAE,GAAG,MAAM,CAAA;IAC1E,MAAM,EAAE,MAAM,EAAE,IAAI,EAAE,EAAE,EAAE,GAAG,OAAO,CAAC,KAAK,CAAA;IAE1C,MAAM,IAAI,GAAG,EAAE,CAAC,aAAa,CAAC,8BAAa,CAAC,CAAA;IAE5C,MAAM,MAAM,GAAG,MAAM,IAAI,CAAC,IAAI,CAAC;QAC7B,SAAS;QACT,IAAI;QACJ,IAAI;QACJ,UAAU;QACV,WAAW;QACX,eAAe,EAAE,2CAA0B,CAAC,OAAO;QACnD,MAAM;QACN,OAAO,EAAE,IAAI;QACb,OAAO,EAAE,IAAI;KACd,CAAC,CAAA;IAEF,IAAA,qDAAoB,EAAC,MAAM,CAAC,EAAE,CAAC,CAAA;IAE/B,OAAO,MAAM,CAAA;AACf,CAAC","sourcesContent":["import { getRepository } from '@things-factory/shell'\nimport { FieldDocument, FieldDocumentSummaryStatus } from './field-document'\nimport { queueDocumentSummary } from './field-document-summary-service'\n\n/**\n * buildingLevelId → building → buildingComplex → project 체인으로 projectId를 조회\n */\nexport async function getProjectIdByBuildingLevelId(buildingLevelId: string, tx?: any): Promise<string | null> {\n const repo = tx || getRepository('projects')\n const result = await (tx || getRepository('projects'))\n .createQueryBuilder('p')\n .select('p.id', 'projectId')\n .leftJoin('building_complexes', 'bc', 'p.building_complex_id = bc.id')\n .leftJoin('buildings', 'b', 'b.building_complex_id = bc.id')\n .leftJoin('building_levels', 'bl', 'bl.building_id = b.id')\n .where('bl.id = :buildingLevelId', { buildingLevelId })\n .getRawOne()\n\n return result?.projectId || null\n}\n\ninterface AutoFileParams {\n projectId: string\n code: string\n name: string\n sourceType: string\n sourceRefId: string\n context: ResolverContext\n}\n\n/**\n * 기존 프로세스에서 자동으로 현장 문서 등록\n * - 일일업무일지 → 020108\n * - 검측요청서 → 040201\n * - 체크리스트 → 040202\n */\nexport async function autoFileDocument(params: AutoFileParams): Promise<FieldDocument> {\n const { projectId, code, name, sourceType, sourceRefId, context } = params\n const { domain, user, tx } = context.state\n\n const repo = tx.getRepository(FieldDocument)\n\n const result = await repo.save({\n projectId,\n code,\n name,\n sourceType,\n sourceRefId,\n aiSummaryStatus: FieldDocumentSummaryStatus.REQUEST,\n domain,\n creator: user,\n updater: user\n })\n\n queueDocumentSummary(result.id)\n\n return result\n}\n"]}
@@ -0,0 +1,9 @@
1
+ import { FieldDocument } from './field-document';
2
+ import { NewFieldDocument } from './field-document-type';
3
+ export declare class FieldDocumentMutation {
4
+ createFieldDocument(patch: NewFieldDocument, context: ResolverContext): Promise<FieldDocument>;
5
+ createFieldDocuments(patches: NewFieldDocument[], context: ResolverContext): Promise<FieldDocument[]>;
6
+ moveFieldDocuments(ids: string[], targetCode: string, context: ResolverContext): Promise<boolean>;
7
+ toggleFieldDocumentFavorite(id: string, context: ResolverContext): Promise<FieldDocument>;
8
+ deleteFieldDocuments(ids: string[], context: ResolverContext): Promise<boolean>;
9
+ }