@dssp/supervision 1.0.0 → 1.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-client/bootstrap.d.ts +1 -0
- package/dist-client/bootstrap.js +2 -0
- package/dist-client/bootstrap.js.map +1 -0
- package/dist-client/graphql/building-inspection.d.ts +1 -0
- package/dist-client/graphql/building-inspection.js +102 -0
- package/dist-client/graphql/building-inspection.js.map +1 -0
- package/dist-client/index.d.ts +0 -0
- package/dist-client/index.js +2 -0
- package/dist-client/index.js.map +1 -0
- package/dist-client/pages/action-plan/action-plan-importer.d.ts +10 -0
- package/dist-client/pages/action-plan/action-plan-importer.js +101 -0
- package/dist-client/pages/action-plan/action-plan-importer.js.map +1 -0
- package/dist-client/pages/action-plan/action-plan-list-page.d.ts +62 -0
- package/dist-client/pages/action-plan/action-plan-list-page.js +322 -0
- package/dist-client/pages/action-plan/action-plan-list-page.js.map +1 -0
- package/dist-client/pages/building-inspection/building-inspection-detail-ai-defect.d.ts +22 -0
- package/dist-client/pages/building-inspection/building-inspection-detail-ai-defect.js +171 -0
- package/dist-client/pages/building-inspection/building-inspection-detail-ai-defect.js.map +1 -0
- package/dist-client/pages/building-inspection/building-inspection-detail-ai-measurement.d.ts +71 -0
- package/dist-client/pages/building-inspection/building-inspection-detail-ai-measurement.js +1407 -0
- package/dist-client/pages/building-inspection/building-inspection-detail-ai-measurement.js.map +1 -0
- package/dist-client/pages/building-inspection/building-inspection-detail-ai-measurement_old_ai.d.ts +59 -0
- package/dist-client/pages/building-inspection/building-inspection-detail-ai-measurement_old_ai.js +868 -0
- package/dist-client/pages/building-inspection/building-inspection-detail-ai-measurement_old_ai.js.map +1 -0
- package/dist-client/pages/building-inspection/building-inspection-detail-camera.d.ts +27 -0
- package/dist-client/pages/building-inspection/building-inspection-detail-camera.js +342 -0
- package/dist-client/pages/building-inspection/building-inspection-detail-camera.js.map +1 -0
- package/dist-client/pages/building-inspection/building-inspection-detail-checklist.d.ts +31 -0
- package/dist-client/pages/building-inspection/building-inspection-detail-checklist.js +332 -0
- package/dist-client/pages/building-inspection/building-inspection-detail-checklist.js.map +1 -0
- package/dist-client/pages/building-inspection/building-inspection-detail-drawing.d.ts +36 -0
- package/dist-client/pages/building-inspection/building-inspection-detail-drawing.js +369 -0
- package/dist-client/pages/building-inspection/building-inspection-detail-drawing.js.map +1 -0
- package/dist-client/pages/building-inspection/building-inspection-list.d.ts +98 -0
- package/dist-client/pages/building-inspection/building-inspection-list.js +914 -0
- package/dist-client/pages/building-inspection/building-inspection-list.js.map +1 -0
- package/dist-client/pages/building-inspection/building-inspection-management.d.ts +82 -0
- package/dist-client/pages/building-inspection/building-inspection-management.js +1527 -0
- package/dist-client/pages/building-inspection/building-inspection-management.js.map +1 -0
- package/dist-client/pages/building-inspection/component/building-inspection-detail-header.d.ts +1 -0
- package/dist-client/pages/building-inspection/component/building-inspection-detail-header.js +178 -0
- package/dist-client/pages/building-inspection/component/building-inspection-detail-header.js.map +1 -0
- package/dist-client/pages/building-inspection/component/daily-worklog-popup.d.ts +27 -0
- package/dist-client/pages/building-inspection/component/daily-worklog-popup.js +542 -0
- package/dist-client/pages/building-inspection/component/daily-worklog-popup.js.map +1 -0
- package/dist-client/pages/building-inspection/component/field-document/field-document-constants.d.ts +18 -0
- package/dist-client/pages/building-inspection/component/field-document/field-document-constants.js +630 -0
- package/dist-client/pages/building-inspection/component/field-document/field-document-constants.js.map +1 -0
- package/dist-client/pages/building-inspection/component/field-document/field-document-detail-popup.d.ts +10 -0
- package/dist-client/pages/building-inspection/component/field-document/field-document-detail-popup.js +219 -0
- package/dist-client/pages/building-inspection/component/field-document/field-document-detail-popup.js.map +1 -0
- package/dist-client/pages/building-inspection/component/field-document/field-document-list-panel.d.ts +25 -0
- package/dist-client/pages/building-inspection/component/field-document/field-document-list-panel.js +546 -0
- package/dist-client/pages/building-inspection/component/field-document/field-document-list-panel.js.map +1 -0
- package/dist-client/pages/building-inspection/component/field-document/field-document-popup.d.ts +42 -0
- package/dist-client/pages/building-inspection/component/field-document/field-document-popup.js +738 -0
- package/dist-client/pages/building-inspection/component/field-document/field-document-popup.js.map +1 -0
- package/dist-client/pages/building-inspection/component/image-preview-popup.d.ts +15 -0
- package/dist-client/pages/building-inspection/component/image-preview-popup.js +348 -0
- package/dist-client/pages/building-inspection/component/image-preview-popup.js.map +1 -0
- package/dist-client/pages/building-inspection/component/inspection-document/inspection-request-document.d.ts +25 -0
- package/dist-client/pages/building-inspection/component/inspection-document/inspection-request-document.js +491 -0
- package/dist-client/pages/building-inspection/component/inspection-document/inspection-request-document.js.map +1 -0
- package/dist-client/pages/building-inspection/component/inspection-document/inspection-result-notification.d.ts +31 -0
- package/dist-client/pages/building-inspection/component/inspection-document/inspection-result-notification.js +485 -0
- package/dist-client/pages/building-inspection/component/inspection-document/inspection-result-notification.js.map +1 -0
- package/dist-client/pages/building-inspection/component/inspection-document/photo-album-popup.d.ts +27 -0
- package/dist-client/pages/building-inspection/component/inspection-document/photo-album-popup.js +416 -0
- package/dist-client/pages/building-inspection/component/inspection-document/photo-album-popup.js.map +1 -0
- package/dist-client/pages/building-inspection/component/inspection-event-provider.d.ts +9 -0
- package/dist-client/pages/building-inspection/component/inspection-event-provider.js +190 -0
- package/dist-client/pages/building-inspection/component/inspection-event-provider.js.map +1 -0
- package/dist-client/pages/building-inspection/inspection-create-popup.d.ts +3 -0
- package/dist-client/pages/building-inspection/inspection-create-popup.js +841 -0
- package/dist-client/pages/building-inspection/inspection-create-popup.js.map +1 -0
- package/dist-client/pages/building-inspection/inspection-with-checklist-create-popup.d.ts +4 -0
- package/dist-client/pages/building-inspection/inspection-with-checklist-create-popup.js +844 -0
- package/dist-client/pages/building-inspection/inspection-with-checklist-create-popup.js.map +1 -0
- package/dist-client/pages/building-inspection-grid/building-inspection-grid-detail.d.ts +60 -0
- package/dist-client/pages/building-inspection-grid/building-inspection-grid-detail.js +1135 -0
- package/dist-client/pages/building-inspection-grid/building-inspection-grid-detail.js.map +1 -0
- package/dist-client/pages/building-inspection-grid/component/grid-inspection-create-popup.d.ts +2 -0
- package/dist-client/pages/building-inspection-grid/component/grid-inspection-create-popup.js +740 -0
- package/dist-client/pages/building-inspection-grid/component/grid-inspection-create-popup.js.map +1 -0
- package/dist-client/pages/building-inspection-grid/component/grid-inspection-list-layer.d.ts +19 -0
- package/dist-client/pages/building-inspection-grid/component/grid-inspection-list-layer.js +205 -0
- package/dist-client/pages/building-inspection-grid/component/grid-inspection-list-layer.js.map +1 -0
- package/dist-client/pages/building-inspection-grid/component/notice-comment-popup.d.ts +1 -0
- package/dist-client/pages/building-inspection-grid/component/notice-comment-popup.js +304 -0
- package/dist-client/pages/building-inspection-grid/component/notice-comment-popup.js.map +1 -0
- package/dist-client/pages/building-inspection-grid/component/plan-preview-popup.d.ts +15 -0
- package/dist-client/pages/building-inspection-grid/component/plan-preview-popup.js +430 -0
- package/dist-client/pages/building-inspection-grid/component/plan-preview-popup.js.map +1 -0
- package/dist-client/pages/checklist/attachment-list-popup.d.ts +3 -0
- package/dist-client/pages/checklist/attachment-list-popup.js +492 -0
- package/dist-client/pages/checklist/attachment-list-popup.js.map +1 -0
- package/dist-client/pages/checklist/checklist-view.d.ts +16 -0
- package/dist-client/pages/checklist/checklist-view.js +926 -0
- package/dist-client/pages/checklist/checklist-view.js.map +1 -0
- package/dist-client/pages/checklist/comment-list-popup.d.ts +1 -0
- package/dist-client/pages/checklist/comment-list-popup.js +367 -0
- package/dist-client/pages/checklist/comment-list-popup.js.map +1 -0
- package/dist-client/pages/checklist/file-preview-popup.d.ts +1 -0
- package/dist-client/pages/checklist/file-preview-popup.js +77 -0
- package/dist-client/pages/checklist/file-preview-popup.js.map +1 -0
- package/dist-client/pages/checklist/inspection-info-popup.d.ts +49 -0
- package/dist-client/pages/checklist/inspection-info-popup.js +683 -0
- package/dist-client/pages/checklist/inspection-info-popup.js.map +1 -0
- package/dist-client/pages/checklist/inspection-tab-popup.d.ts +18 -0
- package/dist-client/pages/checklist/inspection-tab-popup.js +196 -0
- package/dist-client/pages/checklist/inspection-tab-popup.js.map +1 -0
- package/dist-client/pages/checklist/kcs-criteria-popup.d.ts +16 -0
- package/dist-client/pages/checklist/kcs-criteria-popup.js +179 -0
- package/dist-client/pages/checklist/kcs-criteria-popup.js.map +1 -0
- package/dist-client/pages/checklist-database/checklist-database.d.ts +35 -0
- package/dist-client/pages/checklist-database/checklist-database.js +540 -0
- package/dist-client/pages/checklist-database/checklist-database.js.map +1 -0
- package/dist-client/pages/checklist-template/checklist-template-item.d.ts +2 -0
- package/dist-client/pages/checklist-template/checklist-template-item.js +278 -0
- package/dist-client/pages/checklist-template/checklist-template-item.js.map +1 -0
- package/dist-client/pages/checklist-template/checklist-template-list.d.ts +53 -0
- package/dist-client/pages/checklist-template/checklist-template-list.js +350 -0
- package/dist-client/pages/checklist-template/checklist-template-list.js.map +1 -0
- package/dist-client/pages/checklist-template/checklist-type-management.d.ts +55 -0
- package/dist-client/pages/checklist-template/checklist-type-management.js +250 -0
- package/dist-client/pages/checklist-template/checklist-type-management.js.map +1 -0
- package/dist-client/pages/checklist-template/construction-checklist-template-item-popup.d.ts +2 -0
- package/dist-client/pages/checklist-template/construction-checklist-template-item-popup.js +223 -0
- package/dist-client/pages/checklist-template/construction-checklist-template-item-popup.js.map +1 -0
- package/dist-client/pages/checklist-template/construction-checklist-template-list.d.ts +55 -0
- package/dist-client/pages/checklist-template/construction-checklist-template-list.js +404 -0
- package/dist-client/pages/checklist-template/construction-checklist-template-list.js.map +1 -0
- package/dist-client/pages/issue/issue-importer.d.ts +10 -0
- package/dist-client/pages/issue/issue-importer.js +101 -0
- package/dist-client/pages/issue/issue-importer.js.map +1 -0
- package/dist-client/pages/issue/issue-list-page.d.ts +62 -0
- package/dist-client/pages/issue/issue-list-page.js +322 -0
- package/dist-client/pages/issue/issue-list-page.js.map +1 -0
- package/dist-client/pages/project-checklist/project-checklist-management.d.ts +62 -0
- package/dist-client/pages/project-checklist/project-checklist-management.js +1145 -0
- package/dist-client/pages/project-checklist/project-checklist-management.js.map +1 -0
- package/dist-client/pages/project-report/project-report-importer.d.ts +10 -0
- package/dist-client/pages/project-report/project-report-importer.js +101 -0
- package/dist-client/pages/project-report/project-report-importer.js.map +1 -0
- package/dist-client/pages/project-report/project-report-list-page.d.ts +62 -0
- package/dist-client/pages/project-report/project-report-list-page.js +322 -0
- package/dist-client/pages/project-report/project-report-list-page.js.map +1 -0
- package/dist-client/pages/supervisor/supervisor-importer.d.ts +10 -0
- package/dist-client/pages/supervisor/supervisor-importer.js +101 -0
- package/dist-client/pages/supervisor/supervisor-importer.js.map +1 -0
- package/dist-client/pages/supervisor/supervisor-list-page.d.ts +62 -0
- package/dist-client/pages/supervisor/supervisor-list-page.js +322 -0
- package/dist-client/pages/supervisor/supervisor-list-page.js.map +1 -0
- package/dist-client/route.d.ts +1 -0
- package/dist-client/route.js +44 -0
- package/dist-client/route.js.map +1 -0
- package/dist-client/stt/speech-to-text.d.ts +41 -0
- package/dist-client/stt/speech-to-text.js +331 -0
- package/dist-client/stt/speech-to-text.js.map +1 -0
- package/dist-client/stt/stt-utils.d.ts +28 -0
- package/dist-client/stt/stt-utils.js +146 -0
- package/dist-client/stt/stt-utils.js.map +1 -0
- package/dist-client/tsconfig.tsbuildinfo +1 -0
- package/dist-server/controllers/index.d.ts +0 -0
- package/dist-server/controllers/index.js +1 -0
- package/dist-server/controllers/index.js.map +1 -0
- package/dist-server/index.d.ts +3 -0
- package/dist-server/index.js +7 -0
- package/dist-server/index.js.map +1 -0
- package/dist-server/middlewares/index.d.ts +1 -0
- package/dist-server/middlewares/index.js +7 -0
- package/dist-server/middlewares/index.js.map +1 -0
- package/dist-server/migrations/index.d.ts +1 -0
- package/dist-server/migrations/index.js +12 -0
- package/dist-server/migrations/index.js.map +1 -0
- package/dist-server/routes.d.ts +0 -0
- package/dist-server/routes.js +25 -0
- package/dist-server/routes.js.map +1 -0
- package/dist-server/service/action-plan/action-plan-mutation.d.ts +10 -0
- package/dist-server/service/action-plan/action-plan-mutation.js +167 -0
- package/dist-server/service/action-plan/action-plan-mutation.js.map +1 -0
- package/dist-server/service/action-plan/action-plan-query.d.ts +12 -0
- package/dist-server/service/action-plan/action-plan-query.js +91 -0
- package/dist-server/service/action-plan/action-plan-query.js.map +1 -0
- package/dist-server/service/action-plan/action-plan-type.d.ts +23 -0
- package/dist-server/service/action-plan/action-plan-type.js +86 -0
- package/dist-server/service/action-plan/action-plan-type.js.map +1 -0
- package/dist-server/service/action-plan/action-plan.d.ts +27 -0
- package/dist-server/service/action-plan/action-plan.js +116 -0
- package/dist-server/service/action-plan/action-plan.js.map +1 -0
- package/dist-server/service/action-plan/index.d.ts +5 -0
- package/dist-server/service/action-plan/index.js +9 -0
- package/dist-server/service/action-plan/index.js.map +1 -0
- package/dist-server/service/building-inspection/building-inspection-mutation.d.ts +9 -0
- package/dist-server/service/building-inspection/building-inspection-mutation.js +404 -0
- package/dist-server/service/building-inspection/building-inspection-mutation.js.map +1 -0
- package/dist-server/service/building-inspection/building-inspection-query.d.ts +24 -0
- package/dist-server/service/building-inspection/building-inspection-query.js +406 -0
- package/dist-server/service/building-inspection/building-inspection-query.js.map +1 -0
- package/dist-server/service/building-inspection/building-inspection-type.d.ts +89 -0
- package/dist-server/service/building-inspection/building-inspection-type.js +330 -0
- package/dist-server/service/building-inspection/building-inspection-type.js.map +1 -0
- package/dist-server/service/building-inspection/building-inspection.d.ts +42 -0
- package/dist-server/service/building-inspection/building-inspection.js +186 -0
- package/dist-server/service/building-inspection/building-inspection.js.map +1 -0
- package/dist-server/service/building-inspection/index.d.ts +7 -0
- package/dist-server/service/building-inspection/index.js +19 -0
- package/dist-server/service/building-inspection/index.js.map +1 -0
- package/dist-server/service/building-inspection-daily-worklog/building-inspection-daily-worklog-mutation.d.ts +6 -0
- package/dist-server/service/building-inspection-daily-worklog/building-inspection-daily-worklog-mutation.js +66 -0
- package/dist-server/service/building-inspection-daily-worklog/building-inspection-daily-worklog-mutation.js.map +1 -0
- package/dist-server/service/building-inspection-daily-worklog/building-inspection-daily-worklog-query.d.ts +16 -0
- package/dist-server/service/building-inspection-daily-worklog/building-inspection-daily-worklog-query.js +171 -0
- package/dist-server/service/building-inspection-daily-worklog/building-inspection-daily-worklog-query.js.map +1 -0
- package/dist-server/service/building-inspection-daily-worklog/building-inspection-daily-worklog-type.d.ts +23 -0
- package/dist-server/service/building-inspection-daily-worklog/building-inspection-daily-worklog-type.js +90 -0
- package/dist-server/service/building-inspection-daily-worklog/building-inspection-daily-worklog-type.js.map +1 -0
- package/dist-server/service/building-inspection-daily-worklog/building-inspection-daily-worklog.d.ts +33 -0
- package/dist-server/service/building-inspection-daily-worklog/building-inspection-daily-worklog.js +132 -0
- package/dist-server/service/building-inspection-daily-worklog/building-inspection-daily-worklog.js.map +1 -0
- package/dist-server/service/building-inspection-daily-worklog/index.d.ts +5 -0
- package/dist-server/service/building-inspection-daily-worklog/index.js +9 -0
- package/dist-server/service/building-inspection-daily-worklog/index.js.map +1 -0
- package/dist-server/service/building-inspection-history/building-inspection-history-query.d.ts +16 -0
- package/dist-server/service/building-inspection-history/building-inspection-history-query.js +120 -0
- package/dist-server/service/building-inspection-history/building-inspection-history-query.js.map +1 -0
- package/dist-server/service/building-inspection-history/building-inspection-history-type.d.ts +5 -0
- package/dist-server/service/building-inspection-history/building-inspection-history-type.js +21 -0
- package/dist-server/service/building-inspection-history/building-inspection-history-type.js.map +1 -0
- package/dist-server/service/building-inspection-history/building-inspection-history.d.ts +35 -0
- package/dist-server/service/building-inspection-history/building-inspection-history.js +162 -0
- package/dist-server/service/building-inspection-history/building-inspection-history.js.map +1 -0
- package/dist-server/service/building-inspection-history/event-subscriber.d.ts +7 -0
- package/dist-server/service/building-inspection-history/event-subscriber.js +21 -0
- package/dist-server/service/building-inspection-history/event-subscriber.js.map +1 -0
- package/dist-server/service/building-inspection-history/index.d.ts +6 -0
- package/dist-server/service/building-inspection-history/index.js +10 -0
- package/dist-server/service/building-inspection-history/index.js.map +1 -0
- package/dist-server/service/checklist/checklist-mutation.d.ts +3 -0
- package/dist-server/service/checklist/checklist-mutation.js +30 -0
- package/dist-server/service/checklist/checklist-mutation.js.map +1 -0
- package/dist-server/service/checklist/checklist-query.d.ts +21 -0
- package/dist-server/service/checklist/checklist-query.js +177 -0
- package/dist-server/service/checklist/checklist-query.js.map +1 -0
- package/dist-server/service/checklist/checklist-type.d.ts +5 -0
- package/dist-server/service/checklist/checklist-type.js +21 -0
- package/dist-server/service/checklist/checklist-type.js.map +1 -0
- package/dist-server/service/checklist/checklist.d.ts +66 -0
- package/dist-server/service/checklist/checklist.js +259 -0
- package/dist-server/service/checklist/checklist.js.map +1 -0
- package/dist-server/service/checklist/event-subscriber.d.ts +7 -0
- package/dist-server/service/checklist/event-subscriber.js +21 -0
- package/dist-server/service/checklist/event-subscriber.js.map +1 -0
- package/dist-server/service/checklist/index.d.ts +5 -0
- package/dist-server/service/checklist/index.js +9 -0
- package/dist-server/service/checklist/index.js.map +1 -0
- package/dist-server/service/checklist-history/checklist-history-query.d.ts +11 -0
- package/dist-server/service/checklist-history/checklist-history-query.js +77 -0
- package/dist-server/service/checklist-history/checklist-history-query.js.map +1 -0
- package/dist-server/service/checklist-history/checklist-history-type.d.ts +5 -0
- package/dist-server/service/checklist-history/checklist-history-type.js +21 -0
- package/dist-server/service/checklist-history/checklist-history-type.js.map +1 -0
- package/dist-server/service/checklist-history/checklist-history.d.ts +50 -0
- package/dist-server/service/checklist-history/checklist-history.js +239 -0
- package/dist-server/service/checklist-history/checklist-history.js.map +1 -0
- package/dist-server/service/checklist-history/event-subscriber.d.ts +7 -0
- package/dist-server/service/checklist-history/event-subscriber.js +21 -0
- package/dist-server/service/checklist-history/event-subscriber.js.map +1 -0
- package/dist-server/service/checklist-history/index.d.ts +6 -0
- package/dist-server/service/checklist-history/index.js +10 -0
- package/dist-server/service/checklist-history/index.js.map +1 -0
- package/dist-server/service/checklist-item/checklist-item-mutation.d.ts +4 -0
- package/dist-server/service/checklist-item/checklist-item-mutation.js +39 -0
- package/dist-server/service/checklist-item/checklist-item-mutation.js.map +1 -0
- package/dist-server/service/checklist-item/checklist-item-query.d.ts +18 -0
- package/dist-server/service/checklist-item/checklist-item-query.js +138 -0
- package/dist-server/service/checklist-item/checklist-item-query.js.map +1 -0
- package/dist-server/service/checklist-item/checklist-item-type.d.ts +9 -0
- package/dist-server/service/checklist-item/checklist-item-type.js +35 -0
- package/dist-server/service/checklist-item/checklist-item-type.js.map +1 -0
- package/dist-server/service/checklist-item/checklist-item.d.ts +29 -0
- package/dist-server/service/checklist-item/checklist-item.js +124 -0
- package/dist-server/service/checklist-item/checklist-item.js.map +1 -0
- package/dist-server/service/checklist-item/index.d.ts +5 -0
- package/dist-server/service/checklist-item/index.js +9 -0
- package/dist-server/service/checklist-item/index.js.map +1 -0
- package/dist-server/service/checklist-item-comment/checklist-item-comment-history.d.ts +16 -0
- package/dist-server/service/checklist-item-comment/checklist-item-comment-history.js +83 -0
- package/dist-server/service/checklist-item-comment/checklist-item-comment-history.js.map +1 -0
- package/dist-server/service/checklist-item-comment/checklist-item-comment-mutation.d.ts +8 -0
- package/dist-server/service/checklist-item-comment/checklist-item-comment-mutation.js +114 -0
- package/dist-server/service/checklist-item-comment/checklist-item-comment-mutation.js.map +1 -0
- package/dist-server/service/checklist-item-comment/checklist-item-comment-query.d.ts +7 -0
- package/dist-server/service/checklist-item-comment/checklist-item-comment-query.js +49 -0
- package/dist-server/service/checklist-item-comment/checklist-item-comment-query.js.map +1 -0
- package/dist-server/service/checklist-item-comment/checklist-item-comment-type.d.ts +14 -0
- package/dist-server/service/checklist-item-comment/checklist-item-comment-type.js +53 -0
- package/dist-server/service/checklist-item-comment/checklist-item-comment-type.js.map +1 -0
- package/dist-server/service/checklist-item-comment/checklist-item-comment.d.ts +12 -0
- package/dist-server/service/checklist-item-comment/checklist-item-comment.js +57 -0
- package/dist-server/service/checklist-item-comment/checklist-item-comment.js.map +1 -0
- package/dist-server/service/checklist-item-comment/index.d.ts +5 -0
- package/dist-server/service/checklist-item-comment/index.js +10 -0
- package/dist-server/service/checklist-item-comment/index.js.map +1 -0
- package/dist-server/service/checklist-item-history/checklist-item-history-query.d.ts +16 -0
- package/dist-server/service/checklist-item-history/checklist-item-history-query.js +123 -0
- package/dist-server/service/checklist-item-history/checklist-item-history-query.js.map +1 -0
- package/dist-server/service/checklist-item-history/checklist-item-history-type.d.ts +5 -0
- package/dist-server/service/checklist-item-history/checklist-item-history-type.js +21 -0
- package/dist-server/service/checklist-item-history/checklist-item-history-type.js.map +1 -0
- package/dist-server/service/checklist-item-history/checklist-item-history.d.ts +27 -0
- package/dist-server/service/checklist-item-history/checklist-item-history.js +133 -0
- package/dist-server/service/checklist-item-history/checklist-item-history.js.map +1 -0
- package/dist-server/service/checklist-item-history/event-subscriber.d.ts +7 -0
- package/dist-server/service/checklist-item-history/event-subscriber.js +21 -0
- package/dist-server/service/checklist-item-history/event-subscriber.js.map +1 -0
- package/dist-server/service/checklist-item-history/index.d.ts +6 -0
- package/dist-server/service/checklist-item-history/index.js +10 -0
- package/dist-server/service/checklist-item-history/index.js.map +1 -0
- package/dist-server/service/checklist-template/checklist-template-mutation.d.ts +6 -0
- package/dist-server/service/checklist-template/checklist-template-mutation.js +64 -0
- package/dist-server/service/checklist-template/checklist-template-mutation.js.map +1 -0
- package/dist-server/service/checklist-template/checklist-template-query.d.ts +10 -0
- package/dist-server/service/checklist-template/checklist-template-query.js +62 -0
- package/dist-server/service/checklist-template/checklist-template-query.js.map +1 -0
- package/dist-server/service/checklist-template/checklist-template-type.d.ts +10 -0
- package/dist-server/service/checklist-template/checklist-template-type.js +39 -0
- package/dist-server/service/checklist-template/checklist-template-type.js.map +1 -0
- package/dist-server/service/checklist-template/checklist-template.d.ts +17 -0
- package/dist-server/service/checklist-template/checklist-template.js +78 -0
- package/dist-server/service/checklist-template/checklist-template.js.map +1 -0
- package/dist-server/service/checklist-template/index.d.ts +5 -0
- package/dist-server/service/checklist-template/index.js +9 -0
- package/dist-server/service/checklist-template/index.js.map +1 -0
- package/dist-server/service/checklist-template-item/checklist-template-item-mutation.d.ts +7 -0
- package/dist-server/service/checklist-template-item/checklist-template-item-mutation.js +80 -0
- package/dist-server/service/checklist-template-item/checklist-template-item-mutation.js.map +1 -0
- package/dist-server/service/checklist-template-item/checklist-template-item-query.d.ts +11 -0
- package/dist-server/service/checklist-template-item/checklist-template-item-query.js +78 -0
- package/dist-server/service/checklist-template-item/checklist-template-item-query.js.map +1 -0
- package/dist-server/service/checklist-template-item/checklist-template-item-type.d.ts +19 -0
- package/dist-server/service/checklist-template-item/checklist-template-item-type.js +69 -0
- package/dist-server/service/checklist-template-item/checklist-template-item-type.js.map +1 -0
- package/dist-server/service/checklist-template-item/checklist-template-item.d.ts +26 -0
- package/dist-server/service/checklist-template-item/checklist-template-item.js +106 -0
- package/dist-server/service/checklist-template-item/checklist-template-item.js.map +1 -0
- package/dist-server/service/checklist-template-item/index.d.ts +5 -0
- package/dist-server/service/checklist-template-item/index.js +9 -0
- package/dist-server/service/checklist-template-item/index.js.map +1 -0
- package/dist-server/service/checklist-template-item/spec-matching-service.d.ts +2 -0
- package/dist-server/service/checklist-template-item/spec-matching-service.js +51 -0
- package/dist-server/service/checklist-template-item/spec-matching-service.js.map +1 -0
- package/dist-server/service/checklist-type/checklist-type-mutation.d.ts +6 -0
- package/dist-server/service/checklist-type/checklist-type-mutation.js +64 -0
- package/dist-server/service/checklist-type/checklist-type-mutation.js.map +1 -0
- package/dist-server/service/checklist-type/checklist-type-query.d.ts +10 -0
- package/dist-server/service/checklist-type/checklist-type-query.js +62 -0
- package/dist-server/service/checklist-type/checklist-type-query.js.map +1 -0
- package/dist-server/service/checklist-type/checklist-type-type.d.ts +11 -0
- package/dist-server/service/checklist-type/checklist-type-type.js +43 -0
- package/dist-server/service/checklist-type/checklist-type-type.js.map +1 -0
- package/dist-server/service/checklist-type/checklist-type.d.ts +19 -0
- package/dist-server/service/checklist-type/checklist-type.js +78 -0
- package/dist-server/service/checklist-type/checklist-type.js.map +1 -0
- package/dist-server/service/checklist-type/index.d.ts +5 -0
- package/dist-server/service/checklist-type/index.js +9 -0
- package/dist-server/service/checklist-type/index.js.map +1 -0
- package/dist-server/service/construction-checklist-template/construction-checklist-template-mutation.d.ts +7 -0
- package/dist-server/service/construction-checklist-template/construction-checklist-template-mutation.js +107 -0
- package/dist-server/service/construction-checklist-template/construction-checklist-template-mutation.js.map +1 -0
- package/dist-server/service/construction-checklist-template/construction-checklist-template-query.d.ts +10 -0
- package/dist-server/service/construction-checklist-template/construction-checklist-template-query.js +62 -0
- package/dist-server/service/construction-checklist-template/construction-checklist-template-query.js.map +1 -0
- package/dist-server/service/construction-checklist-template/construction-checklist-template-type.d.ts +11 -0
- package/dist-server/service/construction-checklist-template/construction-checklist-template-type.js +43 -0
- package/dist-server/service/construction-checklist-template/construction-checklist-template-type.js.map +1 -0
- package/dist-server/service/construction-checklist-template/construction-checklist-template.d.ts +18 -0
- package/dist-server/service/construction-checklist-template/construction-checklist-template.js +80 -0
- package/dist-server/service/construction-checklist-template/construction-checklist-template.js.map +1 -0
- package/dist-server/service/construction-checklist-template/index.d.ts +5 -0
- package/dist-server/service/construction-checklist-template/index.js +9 -0
- package/dist-server/service/construction-checklist-template/index.js.map +1 -0
- package/dist-server/service/construction-checklist-template-item/construction-checklist-template-item-mutation.d.ts +6 -0
- package/dist-server/service/construction-checklist-template-item/construction-checklist-template-item-mutation.js +56 -0
- package/dist-server/service/construction-checklist-template-item/construction-checklist-template-item-mutation.js.map +1 -0
- package/dist-server/service/construction-checklist-template-item/construction-checklist-template-item-query.d.ts +9 -0
- package/dist-server/service/construction-checklist-template-item/construction-checklist-template-item-query.js +53 -0
- package/dist-server/service/construction-checklist-template-item/construction-checklist-template-item-query.js.map +1 -0
- package/dist-server/service/construction-checklist-template-item/construction-checklist-template-item-type.d.ts +17 -0
- package/dist-server/service/construction-checklist-template-item/construction-checklist-template-item-type.js +67 -0
- package/dist-server/service/construction-checklist-template-item/construction-checklist-template-item-type.js.map +1 -0
- package/dist-server/service/construction-checklist-template-item/construction-checklist-template-item.d.ts +24 -0
- package/dist-server/service/construction-checklist-template-item/construction-checklist-template-item.js +113 -0
- package/dist-server/service/construction-checklist-template-item/construction-checklist-template-item.js.map +1 -0
- package/dist-server/service/construction-checklist-template-item/index.d.ts +5 -0
- package/dist-server/service/construction-checklist-template-item/index.js +9 -0
- package/dist-server/service/construction-checklist-template-item/index.js.map +1 -0
- package/dist-server/service/field-document/field-document-auto-file.d.ts +21 -0
- package/dist-server/service/field-document/field-document-auto-file.js +47 -0
- package/dist-server/service/field-document/field-document-auto-file.js.map +1 -0
- package/dist-server/service/field-document/field-document-mutation.d.ts +9 -0
- package/dist-server/service/field-document/field-document-mutation.js +139 -0
- package/dist-server/service/field-document/field-document-mutation.js.map +1 -0
- package/dist-server/service/field-document/field-document-query.d.ts +14 -0
- package/dist-server/service/field-document/field-document-query.js +120 -0
- package/dist-server/service/field-document/field-document-query.js.map +1 -0
- package/dist-server/service/field-document/field-document-summary-service.d.ts +10 -0
- package/dist-server/service/field-document/field-document-summary-service.js +79 -0
- package/dist-server/service/field-document/field-document-summary-service.js.map +1 -0
- package/dist-server/service/field-document/field-document-type.d.ts +24 -0
- package/dist-server/service/field-document/field-document-type.js +88 -0
- package/dist-server/service/field-document/field-document-type.js.map +1 -0
- package/dist-server/service/field-document/field-document.d.ts +29 -0
- package/dist-server/service/field-document/field-document.js +127 -0
- package/dist-server/service/field-document/field-document.js.map +1 -0
- package/dist-server/service/field-document/index.d.ts +5 -0
- package/dist-server/service/field-document/index.js +9 -0
- package/dist-server/service/field-document/index.js.map +1 -0
- package/dist-server/service/index.d.ts +23 -0
- package/dist-server/service/index.js +98 -0
- package/dist-server/service/index.js.map +1 -0
- package/dist-server/service/issue/index.d.ts +5 -0
- package/dist-server/service/issue/index.js +9 -0
- package/dist-server/service/issue/index.js.map +1 -0
- package/dist-server/service/issue/issue-mutation.d.ts +10 -0
- package/dist-server/service/issue/issue-mutation.js +167 -0
- package/dist-server/service/issue/issue-mutation.js.map +1 -0
- package/dist-server/service/issue/issue-query.d.ts +12 -0
- package/dist-server/service/issue/issue-query.js +91 -0
- package/dist-server/service/issue/issue-query.js.map +1 -0
- package/dist-server/service/issue/issue-type.d.ts +23 -0
- package/dist-server/service/issue/issue-type.js +86 -0
- package/dist-server/service/issue/issue-type.js.map +1 -0
- package/dist-server/service/issue/issue.d.ts +26 -0
- package/dist-server/service/issue/issue.js +111 -0
- package/dist-server/service/issue/issue.js.map +1 -0
- package/dist-server/service/project-checklist/index.d.ts +5 -0
- package/dist-server/service/project-checklist/index.js +9 -0
- package/dist-server/service/project-checklist/index.js.map +1 -0
- package/dist-server/service/project-checklist/project-checklist-mutation.d.ts +7 -0
- package/dist-server/service/project-checklist/project-checklist-mutation.js +118 -0
- package/dist-server/service/project-checklist/project-checklist-mutation.js.map +1 -0
- package/dist-server/service/project-checklist/project-checklist-query.d.ts +12 -0
- package/dist-server/service/project-checklist/project-checklist-query.js +76 -0
- package/dist-server/service/project-checklist/project-checklist-query.js.map +1 -0
- package/dist-server/service/project-checklist/project-checklist-type.d.ts +18 -0
- package/dist-server/service/project-checklist/project-checklist-type.js +69 -0
- package/dist-server/service/project-checklist/project-checklist-type.js.map +1 -0
- package/dist-server/service/project-checklist/project-checklist.d.ts +20 -0
- package/dist-server/service/project-checklist/project-checklist.js +90 -0
- package/dist-server/service/project-checklist/project-checklist.js.map +1 -0
- package/dist-server/service/project-checklist/spec-matching-service.d.ts +17 -0
- package/dist-server/service/project-checklist/spec-matching-service.js +140 -0
- package/dist-server/service/project-checklist/spec-matching-service.js.map +1 -0
- package/dist-server/service/project-checklist-item/index.d.ts +4 -0
- package/dist-server/service/project-checklist-item/index.js +9 -0
- package/dist-server/service/project-checklist-item/index.js.map +1 -0
- package/dist-server/service/project-checklist-item/project-checklist-item-mutation.d.ts +2 -0
- package/dist-server/service/project-checklist-item/project-checklist-item-mutation.js +13 -0
- package/dist-server/service/project-checklist-item/project-checklist-item-mutation.js.map +1 -0
- package/dist-server/service/project-checklist-item/project-checklist-item-query.d.ts +5 -0
- package/dist-server/service/project-checklist-item/project-checklist-item-query.js +34 -0
- package/dist-server/service/project-checklist-item/project-checklist-item-query.js.map +1 -0
- package/dist-server/service/project-checklist-item/project-checklist-item-type.d.ts +5 -0
- package/dist-server/service/project-checklist-item/project-checklist-item-type.js +21 -0
- package/dist-server/service/project-checklist-item/project-checklist-item-type.js.map +1 -0
- package/dist-server/service/project-checklist-item/project-checklist-item.d.ts +19 -0
- package/dist-server/service/project-checklist-item/project-checklist-item.js +92 -0
- package/dist-server/service/project-checklist-item/project-checklist-item.js.map +1 -0
- package/dist-server/service/project-report/index.d.ts +5 -0
- package/dist-server/service/project-report/index.js +9 -0
- package/dist-server/service/project-report/index.js.map +1 -0
- package/dist-server/service/project-report/project-report-mutation.d.ts +10 -0
- package/dist-server/service/project-report/project-report-mutation.js +167 -0
- package/dist-server/service/project-report/project-report-mutation.js.map +1 -0
- package/dist-server/service/project-report/project-report-query.d.ts +12 -0
- package/dist-server/service/project-report/project-report-query.js +91 -0
- package/dist-server/service/project-report/project-report-query.js.map +1 -0
- package/dist-server/service/project-report/project-report-type.d.ts +23 -0
- package/dist-server/service/project-report/project-report-type.js +86 -0
- package/dist-server/service/project-report/project-report-type.js.map +1 -0
- package/dist-server/service/project-report/project-report.d.ts +28 -0
- package/dist-server/service/project-report/project-report.js +121 -0
- package/dist-server/service/project-report/project-report.js.map +1 -0
- package/dist-server/service/supervisor/index.d.ts +5 -0
- package/dist-server/service/supervisor/index.js +9 -0
- package/dist-server/service/supervisor/index.js.map +1 -0
- package/dist-server/service/supervisor/supervisor-mutation.d.ts +10 -0
- package/dist-server/service/supervisor/supervisor-mutation.js +167 -0
- package/dist-server/service/supervisor/supervisor-mutation.js.map +1 -0
- package/dist-server/service/supervisor/supervisor-query.d.ts +12 -0
- package/dist-server/service/supervisor/supervisor-query.js +91 -0
- package/dist-server/service/supervisor/supervisor-query.js.map +1 -0
- package/dist-server/service/supervisor/supervisor-type.d.ts +23 -0
- package/dist-server/service/supervisor/supervisor-type.js +86 -0
- package/dist-server/service/supervisor/supervisor-type.js.map +1 -0
- package/dist-server/service/supervisor/supervisor.d.ts +28 -0
- package/dist-server/service/supervisor/supervisor.js +121 -0
- package/dist-server/service/supervisor/supervisor.js.map +1 -0
- package/dist-server/tsconfig.tsbuildinfo +1 -0
- package/package.json +4 -4
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
import { BuildingInspection } from './building-inspection';
|
|
2
|
+
import { InspectionResultStatus, InspectionResultType } from '../checklist/checklist';
|
|
3
|
+
export declare class ChecklistInputType {
|
|
4
|
+
name: string;
|
|
5
|
+
constructionType?: string;
|
|
6
|
+
constructionDetailType?: string;
|
|
7
|
+
location?: string;
|
|
8
|
+
inspectionDrawingType?: string;
|
|
9
|
+
inspectionParts?: string[];
|
|
10
|
+
}
|
|
11
|
+
export declare class ChecklistItemInputType {
|
|
12
|
+
name: string;
|
|
13
|
+
mainType: string;
|
|
14
|
+
detailType: string;
|
|
15
|
+
inspctionCriteria?: string;
|
|
16
|
+
kcsCriteria?: string;
|
|
17
|
+
siteSpecCriteria?: string;
|
|
18
|
+
}
|
|
19
|
+
export declare class NewBuildingInspection {
|
|
20
|
+
buildingLevelId?: string;
|
|
21
|
+
checklist: ChecklistInputType;
|
|
22
|
+
checklistItem: ChecklistItemInputType[];
|
|
23
|
+
cellX?: number;
|
|
24
|
+
cellY?: number;
|
|
25
|
+
managerId?: string;
|
|
26
|
+
}
|
|
27
|
+
export declare class ChecklistSubmitInputType {
|
|
28
|
+
id: string;
|
|
29
|
+
overallConstructorSignature?: string;
|
|
30
|
+
taskConstructorSignature?: string;
|
|
31
|
+
overallSupervisorySignature?: string;
|
|
32
|
+
taskSupervisorySignature?: string;
|
|
33
|
+
inspectionRequestMemo?: string;
|
|
34
|
+
inspectionResultMemo?: string;
|
|
35
|
+
inspectionResultStatus?: InspectionResultStatus;
|
|
36
|
+
inspectionResultType?: InspectionResultType;
|
|
37
|
+
}
|
|
38
|
+
export declare class ChecklistItemSubmitInputType {
|
|
39
|
+
id: string;
|
|
40
|
+
constructionConfirmStatus?: string;
|
|
41
|
+
supervisoryConfirmStatus?: string;
|
|
42
|
+
}
|
|
43
|
+
export declare class UpdateBuildingInspectionSubmitType {
|
|
44
|
+
id: string;
|
|
45
|
+
memo?: string;
|
|
46
|
+
requestDate?: string;
|
|
47
|
+
checklist: ChecklistSubmitInputType;
|
|
48
|
+
checklistItem: ChecklistItemSubmitInputType[];
|
|
49
|
+
}
|
|
50
|
+
export declare class UpdateBuildingInspection {
|
|
51
|
+
id: string;
|
|
52
|
+
drawingMarker?: string;
|
|
53
|
+
memo?: string;
|
|
54
|
+
}
|
|
55
|
+
export declare class BuildingInspectionsOfProject {
|
|
56
|
+
projectId: string;
|
|
57
|
+
limit: number;
|
|
58
|
+
statusFilter?: string;
|
|
59
|
+
}
|
|
60
|
+
export declare class BuildingInspectionsOfBuilding {
|
|
61
|
+
buildingId: string;
|
|
62
|
+
limit: number;
|
|
63
|
+
}
|
|
64
|
+
export declare class BuildingInspectionsOfBuildingLevel {
|
|
65
|
+
buildingLevelId: string;
|
|
66
|
+
limit: number;
|
|
67
|
+
startDate?: string;
|
|
68
|
+
endDate?: string;
|
|
69
|
+
}
|
|
70
|
+
export declare class BuildingInspectionSummary {
|
|
71
|
+
requestDate?: string;
|
|
72
|
+
wait: number;
|
|
73
|
+
request: number;
|
|
74
|
+
pass: number;
|
|
75
|
+
fail: number;
|
|
76
|
+
reWait?: number;
|
|
77
|
+
}
|
|
78
|
+
export declare class BuildingInspectionList {
|
|
79
|
+
items: BuildingInspection[];
|
|
80
|
+
total: number;
|
|
81
|
+
}
|
|
82
|
+
export declare class ProjectManagerOutput {
|
|
83
|
+
id?: string;
|
|
84
|
+
phone?: string;
|
|
85
|
+
position?: string;
|
|
86
|
+
userId?: string;
|
|
87
|
+
name?: string;
|
|
88
|
+
updatedAt?: string;
|
|
89
|
+
}
|
|
@@ -0,0 +1,330 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ProjectManagerOutput = exports.BuildingInspectionList = exports.BuildingInspectionSummary = exports.BuildingInspectionsOfBuildingLevel = exports.BuildingInspectionsOfBuilding = exports.BuildingInspectionsOfProject = exports.UpdateBuildingInspection = exports.UpdateBuildingInspectionSubmitType = exports.ChecklistItemSubmitInputType = exports.ChecklistSubmitInputType = exports.NewBuildingInspection = exports.ChecklistItemInputType = exports.ChecklistInputType = void 0;
|
|
4
|
+
const tslib_1 = require("tslib");
|
|
5
|
+
const type_graphql_1 = require("type-graphql");
|
|
6
|
+
const building_inspection_1 = require("./building-inspection");
|
|
7
|
+
const checklist_1 = require("../checklist/checklist");
|
|
8
|
+
let ChecklistInputType = class ChecklistInputType {
|
|
9
|
+
};
|
|
10
|
+
exports.ChecklistInputType = ChecklistInputType;
|
|
11
|
+
tslib_1.__decorate([
|
|
12
|
+
(0, type_graphql_1.Field)({ nullable: false }),
|
|
13
|
+
tslib_1.__metadata("design:type", String)
|
|
14
|
+
], ChecklistInputType.prototype, "name", void 0);
|
|
15
|
+
tslib_1.__decorate([
|
|
16
|
+
(0, type_graphql_1.Field)({ nullable: true }),
|
|
17
|
+
tslib_1.__metadata("design:type", String)
|
|
18
|
+
], ChecklistInputType.prototype, "constructionType", void 0);
|
|
19
|
+
tslib_1.__decorate([
|
|
20
|
+
(0, type_graphql_1.Field)({ nullable: true }),
|
|
21
|
+
tslib_1.__metadata("design:type", String)
|
|
22
|
+
], ChecklistInputType.prototype, "constructionDetailType", void 0);
|
|
23
|
+
tslib_1.__decorate([
|
|
24
|
+
(0, type_graphql_1.Field)({ nullable: true }),
|
|
25
|
+
tslib_1.__metadata("design:type", String)
|
|
26
|
+
], ChecklistInputType.prototype, "location", void 0);
|
|
27
|
+
tslib_1.__decorate([
|
|
28
|
+
(0, type_graphql_1.Field)({ nullable: true }),
|
|
29
|
+
tslib_1.__metadata("design:type", String)
|
|
30
|
+
], ChecklistInputType.prototype, "inspectionDrawingType", void 0);
|
|
31
|
+
tslib_1.__decorate([
|
|
32
|
+
(0, type_graphql_1.Field)(type => [String], { nullable: true }),
|
|
33
|
+
tslib_1.__metadata("design:type", Array)
|
|
34
|
+
], ChecklistInputType.prototype, "inspectionParts", void 0);
|
|
35
|
+
exports.ChecklistInputType = ChecklistInputType = tslib_1.__decorate([
|
|
36
|
+
(0, type_graphql_1.InputType)()
|
|
37
|
+
], ChecklistInputType);
|
|
38
|
+
let ChecklistItemInputType = class ChecklistItemInputType {
|
|
39
|
+
};
|
|
40
|
+
exports.ChecklistItemInputType = ChecklistItemInputType;
|
|
41
|
+
tslib_1.__decorate([
|
|
42
|
+
(0, type_graphql_1.Field)({ nullable: false }),
|
|
43
|
+
tslib_1.__metadata("design:type", String)
|
|
44
|
+
], ChecklistItemInputType.prototype, "name", void 0);
|
|
45
|
+
tslib_1.__decorate([
|
|
46
|
+
(0, type_graphql_1.Field)({ nullable: false }),
|
|
47
|
+
tslib_1.__metadata("design:type", String)
|
|
48
|
+
], ChecklistItemInputType.prototype, "mainType", void 0);
|
|
49
|
+
tslib_1.__decorate([
|
|
50
|
+
(0, type_graphql_1.Field)({ nullable: false }),
|
|
51
|
+
tslib_1.__metadata("design:type", String)
|
|
52
|
+
], ChecklistItemInputType.prototype, "detailType", void 0);
|
|
53
|
+
tslib_1.__decorate([
|
|
54
|
+
(0, type_graphql_1.Field)({ nullable: true }),
|
|
55
|
+
tslib_1.__metadata("design:type", String)
|
|
56
|
+
], ChecklistItemInputType.prototype, "inspctionCriteria", void 0);
|
|
57
|
+
tslib_1.__decorate([
|
|
58
|
+
(0, type_graphql_1.Field)({ nullable: true }),
|
|
59
|
+
tslib_1.__metadata("design:type", String)
|
|
60
|
+
], ChecklistItemInputType.prototype, "kcsCriteria", void 0);
|
|
61
|
+
tslib_1.__decorate([
|
|
62
|
+
(0, type_graphql_1.Field)({ nullable: true }),
|
|
63
|
+
tslib_1.__metadata("design:type", String)
|
|
64
|
+
], ChecklistItemInputType.prototype, "siteSpecCriteria", void 0);
|
|
65
|
+
exports.ChecklistItemInputType = ChecklistItemInputType = tslib_1.__decorate([
|
|
66
|
+
(0, type_graphql_1.InputType)()
|
|
67
|
+
], ChecklistItemInputType);
|
|
68
|
+
let NewBuildingInspection = class NewBuildingInspection {
|
|
69
|
+
};
|
|
70
|
+
exports.NewBuildingInspection = NewBuildingInspection;
|
|
71
|
+
tslib_1.__decorate([
|
|
72
|
+
(0, type_graphql_1.Field)({ nullable: true }),
|
|
73
|
+
tslib_1.__metadata("design:type", String)
|
|
74
|
+
], NewBuildingInspection.prototype, "buildingLevelId", void 0);
|
|
75
|
+
tslib_1.__decorate([
|
|
76
|
+
(0, type_graphql_1.Field)(type => ChecklistInputType, { nullable: false }),
|
|
77
|
+
tslib_1.__metadata("design:type", ChecklistInputType)
|
|
78
|
+
], NewBuildingInspection.prototype, "checklist", void 0);
|
|
79
|
+
tslib_1.__decorate([
|
|
80
|
+
(0, type_graphql_1.Field)(type => [ChecklistItemInputType], { nullable: false }),
|
|
81
|
+
tslib_1.__metadata("design:type", Array)
|
|
82
|
+
], NewBuildingInspection.prototype, "checklistItem", void 0);
|
|
83
|
+
tslib_1.__decorate([
|
|
84
|
+
(0, type_graphql_1.Field)({ nullable: true }),
|
|
85
|
+
tslib_1.__metadata("design:type", Number)
|
|
86
|
+
], NewBuildingInspection.prototype, "cellX", void 0);
|
|
87
|
+
tslib_1.__decorate([
|
|
88
|
+
(0, type_graphql_1.Field)({ nullable: true }),
|
|
89
|
+
tslib_1.__metadata("design:type", Number)
|
|
90
|
+
], NewBuildingInspection.prototype, "cellY", void 0);
|
|
91
|
+
tslib_1.__decorate([
|
|
92
|
+
(0, type_graphql_1.Field)({ nullable: true }),
|
|
93
|
+
tslib_1.__metadata("design:type", String)
|
|
94
|
+
], NewBuildingInspection.prototype, "managerId", void 0);
|
|
95
|
+
exports.NewBuildingInspection = NewBuildingInspection = tslib_1.__decorate([
|
|
96
|
+
(0, type_graphql_1.InputType)()
|
|
97
|
+
], NewBuildingInspection);
|
|
98
|
+
let ChecklistSubmitInputType = class ChecklistSubmitInputType {
|
|
99
|
+
};
|
|
100
|
+
exports.ChecklistSubmitInputType = ChecklistSubmitInputType;
|
|
101
|
+
tslib_1.__decorate([
|
|
102
|
+
(0, type_graphql_1.Field)({ nullable: false }),
|
|
103
|
+
tslib_1.__metadata("design:type", String)
|
|
104
|
+
], ChecklistSubmitInputType.prototype, "id", void 0);
|
|
105
|
+
tslib_1.__decorate([
|
|
106
|
+
(0, type_graphql_1.Field)({ nullable: true }),
|
|
107
|
+
tslib_1.__metadata("design:type", String)
|
|
108
|
+
], ChecklistSubmitInputType.prototype, "overallConstructorSignature", void 0);
|
|
109
|
+
tslib_1.__decorate([
|
|
110
|
+
(0, type_graphql_1.Field)({ nullable: true }),
|
|
111
|
+
tslib_1.__metadata("design:type", String)
|
|
112
|
+
], ChecklistSubmitInputType.prototype, "taskConstructorSignature", void 0);
|
|
113
|
+
tslib_1.__decorate([
|
|
114
|
+
(0, type_graphql_1.Field)({ nullable: true }),
|
|
115
|
+
tslib_1.__metadata("design:type", String)
|
|
116
|
+
], ChecklistSubmitInputType.prototype, "overallSupervisorySignature", void 0);
|
|
117
|
+
tslib_1.__decorate([
|
|
118
|
+
(0, type_graphql_1.Field)({ nullable: true }),
|
|
119
|
+
tslib_1.__metadata("design:type", String)
|
|
120
|
+
], ChecklistSubmitInputType.prototype, "taskSupervisorySignature", void 0);
|
|
121
|
+
tslib_1.__decorate([
|
|
122
|
+
(0, type_graphql_1.Field)({ nullable: true }),
|
|
123
|
+
tslib_1.__metadata("design:type", String)
|
|
124
|
+
], ChecklistSubmitInputType.prototype, "inspectionRequestMemo", void 0);
|
|
125
|
+
tslib_1.__decorate([
|
|
126
|
+
(0, type_graphql_1.Field)({ nullable: true }),
|
|
127
|
+
tslib_1.__metadata("design:type", String)
|
|
128
|
+
], ChecklistSubmitInputType.prototype, "inspectionResultMemo", void 0);
|
|
129
|
+
tslib_1.__decorate([
|
|
130
|
+
(0, type_graphql_1.Field)({ nullable: true }),
|
|
131
|
+
tslib_1.__metadata("design:type", String)
|
|
132
|
+
], ChecklistSubmitInputType.prototype, "inspectionResultStatus", void 0);
|
|
133
|
+
tslib_1.__decorate([
|
|
134
|
+
(0, type_graphql_1.Field)({ nullable: true }),
|
|
135
|
+
tslib_1.__metadata("design:type", String)
|
|
136
|
+
], ChecklistSubmitInputType.prototype, "inspectionResultType", void 0);
|
|
137
|
+
exports.ChecklistSubmitInputType = ChecklistSubmitInputType = tslib_1.__decorate([
|
|
138
|
+
(0, type_graphql_1.InputType)()
|
|
139
|
+
], ChecklistSubmitInputType);
|
|
140
|
+
let ChecklistItemSubmitInputType = class ChecklistItemSubmitInputType {
|
|
141
|
+
};
|
|
142
|
+
exports.ChecklistItemSubmitInputType = ChecklistItemSubmitInputType;
|
|
143
|
+
tslib_1.__decorate([
|
|
144
|
+
(0, type_graphql_1.Field)({ nullable: false }),
|
|
145
|
+
tslib_1.__metadata("design:type", String)
|
|
146
|
+
], ChecklistItemSubmitInputType.prototype, "id", void 0);
|
|
147
|
+
tslib_1.__decorate([
|
|
148
|
+
(0, type_graphql_1.Field)({ nullable: true }),
|
|
149
|
+
tslib_1.__metadata("design:type", String)
|
|
150
|
+
], ChecklistItemSubmitInputType.prototype, "constructionConfirmStatus", void 0);
|
|
151
|
+
tslib_1.__decorate([
|
|
152
|
+
(0, type_graphql_1.Field)({ nullable: true }),
|
|
153
|
+
tslib_1.__metadata("design:type", String)
|
|
154
|
+
], ChecklistItemSubmitInputType.prototype, "supervisoryConfirmStatus", void 0);
|
|
155
|
+
exports.ChecklistItemSubmitInputType = ChecklistItemSubmitInputType = tslib_1.__decorate([
|
|
156
|
+
(0, type_graphql_1.InputType)()
|
|
157
|
+
], ChecklistItemSubmitInputType);
|
|
158
|
+
let UpdateBuildingInspectionSubmitType = class UpdateBuildingInspectionSubmitType {
|
|
159
|
+
};
|
|
160
|
+
exports.UpdateBuildingInspectionSubmitType = UpdateBuildingInspectionSubmitType;
|
|
161
|
+
tslib_1.__decorate([
|
|
162
|
+
(0, type_graphql_1.Field)({ nullable: false }),
|
|
163
|
+
tslib_1.__metadata("design:type", String)
|
|
164
|
+
], UpdateBuildingInspectionSubmitType.prototype, "id", void 0);
|
|
165
|
+
tslib_1.__decorate([
|
|
166
|
+
(0, type_graphql_1.Field)({ nullable: true }),
|
|
167
|
+
tslib_1.__metadata("design:type", String)
|
|
168
|
+
], UpdateBuildingInspectionSubmitType.prototype, "memo", void 0);
|
|
169
|
+
tslib_1.__decorate([
|
|
170
|
+
(0, type_graphql_1.Field)({ nullable: true }),
|
|
171
|
+
tslib_1.__metadata("design:type", String)
|
|
172
|
+
], UpdateBuildingInspectionSubmitType.prototype, "requestDate", void 0);
|
|
173
|
+
tslib_1.__decorate([
|
|
174
|
+
(0, type_graphql_1.Field)(type => ChecklistSubmitInputType, { nullable: false }),
|
|
175
|
+
tslib_1.__metadata("design:type", ChecklistSubmitInputType)
|
|
176
|
+
], UpdateBuildingInspectionSubmitType.prototype, "checklist", void 0);
|
|
177
|
+
tslib_1.__decorate([
|
|
178
|
+
(0, type_graphql_1.Field)(type => [ChecklistItemSubmitInputType], { nullable: false }),
|
|
179
|
+
tslib_1.__metadata("design:type", Array)
|
|
180
|
+
], UpdateBuildingInspectionSubmitType.prototype, "checklistItem", void 0);
|
|
181
|
+
exports.UpdateBuildingInspectionSubmitType = UpdateBuildingInspectionSubmitType = tslib_1.__decorate([
|
|
182
|
+
(0, type_graphql_1.InputType)()
|
|
183
|
+
], UpdateBuildingInspectionSubmitType);
|
|
184
|
+
let UpdateBuildingInspection = class UpdateBuildingInspection {
|
|
185
|
+
};
|
|
186
|
+
exports.UpdateBuildingInspection = UpdateBuildingInspection;
|
|
187
|
+
tslib_1.__decorate([
|
|
188
|
+
(0, type_graphql_1.Field)({ nullable: false }),
|
|
189
|
+
tslib_1.__metadata("design:type", String)
|
|
190
|
+
], UpdateBuildingInspection.prototype, "id", void 0);
|
|
191
|
+
tslib_1.__decorate([
|
|
192
|
+
(0, type_graphql_1.Field)(type => String, { nullable: true }),
|
|
193
|
+
tslib_1.__metadata("design:type", String)
|
|
194
|
+
], UpdateBuildingInspection.prototype, "drawingMarker", void 0);
|
|
195
|
+
tslib_1.__decorate([
|
|
196
|
+
(0, type_graphql_1.Field)(type => String, { nullable: true }),
|
|
197
|
+
tslib_1.__metadata("design:type", String)
|
|
198
|
+
], UpdateBuildingInspection.prototype, "memo", void 0);
|
|
199
|
+
exports.UpdateBuildingInspection = UpdateBuildingInspection = tslib_1.__decorate([
|
|
200
|
+
(0, type_graphql_1.InputType)()
|
|
201
|
+
], UpdateBuildingInspection);
|
|
202
|
+
let BuildingInspectionsOfProject = class BuildingInspectionsOfProject {
|
|
203
|
+
};
|
|
204
|
+
exports.BuildingInspectionsOfProject = BuildingInspectionsOfProject;
|
|
205
|
+
tslib_1.__decorate([
|
|
206
|
+
(0, type_graphql_1.Field)({ nullable: false }),
|
|
207
|
+
tslib_1.__metadata("design:type", String)
|
|
208
|
+
], BuildingInspectionsOfProject.prototype, "projectId", void 0);
|
|
209
|
+
tslib_1.__decorate([
|
|
210
|
+
(0, type_graphql_1.Field)({ nullable: true }),
|
|
211
|
+
tslib_1.__metadata("design:type", Number)
|
|
212
|
+
], BuildingInspectionsOfProject.prototype, "limit", void 0);
|
|
213
|
+
tslib_1.__decorate([
|
|
214
|
+
(0, type_graphql_1.Field)({ nullable: true, description: '상태 필터 (WAIT, REQUEST, FAIL, RE_WAIT, PASS)' }),
|
|
215
|
+
tslib_1.__metadata("design:type", String)
|
|
216
|
+
], BuildingInspectionsOfProject.prototype, "statusFilter", void 0);
|
|
217
|
+
exports.BuildingInspectionsOfProject = BuildingInspectionsOfProject = tslib_1.__decorate([
|
|
218
|
+
(0, type_graphql_1.InputType)()
|
|
219
|
+
], BuildingInspectionsOfProject);
|
|
220
|
+
let BuildingInspectionsOfBuilding = class BuildingInspectionsOfBuilding {
|
|
221
|
+
};
|
|
222
|
+
exports.BuildingInspectionsOfBuilding = BuildingInspectionsOfBuilding;
|
|
223
|
+
tslib_1.__decorate([
|
|
224
|
+
(0, type_graphql_1.Field)({ nullable: false }),
|
|
225
|
+
tslib_1.__metadata("design:type", String)
|
|
226
|
+
], BuildingInspectionsOfBuilding.prototype, "buildingId", void 0);
|
|
227
|
+
tslib_1.__decorate([
|
|
228
|
+
(0, type_graphql_1.Field)({ nullable: true }),
|
|
229
|
+
tslib_1.__metadata("design:type", Number)
|
|
230
|
+
], BuildingInspectionsOfBuilding.prototype, "limit", void 0);
|
|
231
|
+
exports.BuildingInspectionsOfBuilding = BuildingInspectionsOfBuilding = tslib_1.__decorate([
|
|
232
|
+
(0, type_graphql_1.InputType)()
|
|
233
|
+
], BuildingInspectionsOfBuilding);
|
|
234
|
+
let BuildingInspectionsOfBuildingLevel = class BuildingInspectionsOfBuildingLevel {
|
|
235
|
+
};
|
|
236
|
+
exports.BuildingInspectionsOfBuildingLevel = BuildingInspectionsOfBuildingLevel;
|
|
237
|
+
tslib_1.__decorate([
|
|
238
|
+
(0, type_graphql_1.Field)({ nullable: false }),
|
|
239
|
+
tslib_1.__metadata("design:type", String)
|
|
240
|
+
], BuildingInspectionsOfBuildingLevel.prototype, "buildingLevelId", void 0);
|
|
241
|
+
tslib_1.__decorate([
|
|
242
|
+
(0, type_graphql_1.Field)({ nullable: true }),
|
|
243
|
+
tslib_1.__metadata("design:type", Number)
|
|
244
|
+
], BuildingInspectionsOfBuildingLevel.prototype, "limit", void 0);
|
|
245
|
+
tslib_1.__decorate([
|
|
246
|
+
(0, type_graphql_1.Field)({ nullable: true }),
|
|
247
|
+
tslib_1.__metadata("design:type", String)
|
|
248
|
+
], BuildingInspectionsOfBuildingLevel.prototype, "startDate", void 0);
|
|
249
|
+
tslib_1.__decorate([
|
|
250
|
+
(0, type_graphql_1.Field)({ nullable: true }),
|
|
251
|
+
tslib_1.__metadata("design:type", String)
|
|
252
|
+
], BuildingInspectionsOfBuildingLevel.prototype, "endDate", void 0);
|
|
253
|
+
exports.BuildingInspectionsOfBuildingLevel = BuildingInspectionsOfBuildingLevel = tslib_1.__decorate([
|
|
254
|
+
(0, type_graphql_1.InputType)()
|
|
255
|
+
], BuildingInspectionsOfBuildingLevel);
|
|
256
|
+
let BuildingInspectionSummary = class BuildingInspectionSummary {
|
|
257
|
+
};
|
|
258
|
+
exports.BuildingInspectionSummary = BuildingInspectionSummary;
|
|
259
|
+
tslib_1.__decorate([
|
|
260
|
+
(0, type_graphql_1.Field)(type => String, { nullable: true, description: '요청일자' }),
|
|
261
|
+
tslib_1.__metadata("design:type", String)
|
|
262
|
+
], BuildingInspectionSummary.prototype, "requestDate", void 0);
|
|
263
|
+
tslib_1.__decorate([
|
|
264
|
+
(0, type_graphql_1.Field)(type => type_graphql_1.Int, { description: '검측 대기 수' }),
|
|
265
|
+
tslib_1.__metadata("design:type", Number)
|
|
266
|
+
], BuildingInspectionSummary.prototype, "wait", void 0);
|
|
267
|
+
tslib_1.__decorate([
|
|
268
|
+
(0, type_graphql_1.Field)(type => type_graphql_1.Int, { description: '검측 요청 수' }),
|
|
269
|
+
tslib_1.__metadata("design:type", Number)
|
|
270
|
+
], BuildingInspectionSummary.prototype, "request", void 0);
|
|
271
|
+
tslib_1.__decorate([
|
|
272
|
+
(0, type_graphql_1.Field)(type => type_graphql_1.Int, { description: '검측 통과 수' }),
|
|
273
|
+
tslib_1.__metadata("design:type", Number)
|
|
274
|
+
], BuildingInspectionSummary.prototype, "pass", void 0);
|
|
275
|
+
tslib_1.__decorate([
|
|
276
|
+
(0, type_graphql_1.Field)(type => type_graphql_1.Int, { description: '검측 실패 수' }),
|
|
277
|
+
tslib_1.__metadata("design:type", Number)
|
|
278
|
+
], BuildingInspectionSummary.prototype, "fail", void 0);
|
|
279
|
+
tslib_1.__decorate([
|
|
280
|
+
(0, type_graphql_1.Field)(type => type_graphql_1.Int, { nullable: true, description: '재검측 대기 수 (failCount > 0 인 WAIT/OVERALL_WAIT)' }),
|
|
281
|
+
tslib_1.__metadata("design:type", Number)
|
|
282
|
+
], BuildingInspectionSummary.prototype, "reWait", void 0);
|
|
283
|
+
exports.BuildingInspectionSummary = BuildingInspectionSummary = tslib_1.__decorate([
|
|
284
|
+
(0, type_graphql_1.ObjectType)()
|
|
285
|
+
], BuildingInspectionSummary);
|
|
286
|
+
let BuildingInspectionList = class BuildingInspectionList {
|
|
287
|
+
};
|
|
288
|
+
exports.BuildingInspectionList = BuildingInspectionList;
|
|
289
|
+
tslib_1.__decorate([
|
|
290
|
+
(0, type_graphql_1.Field)(type => [building_inspection_1.BuildingInspection]),
|
|
291
|
+
tslib_1.__metadata("design:type", Array)
|
|
292
|
+
], BuildingInspectionList.prototype, "items", void 0);
|
|
293
|
+
tslib_1.__decorate([
|
|
294
|
+
(0, type_graphql_1.Field)(type => type_graphql_1.Int),
|
|
295
|
+
tslib_1.__metadata("design:type", Number)
|
|
296
|
+
], BuildingInspectionList.prototype, "total", void 0);
|
|
297
|
+
exports.BuildingInspectionList = BuildingInspectionList = tslib_1.__decorate([
|
|
298
|
+
(0, type_graphql_1.ObjectType)()
|
|
299
|
+
], BuildingInspectionList);
|
|
300
|
+
let ProjectManagerOutput = class ProjectManagerOutput {
|
|
301
|
+
};
|
|
302
|
+
exports.ProjectManagerOutput = ProjectManagerOutput;
|
|
303
|
+
tslib_1.__decorate([
|
|
304
|
+
(0, type_graphql_1.Field)(type => type_graphql_1.ID, { nullable: true }),
|
|
305
|
+
tslib_1.__metadata("design:type", String)
|
|
306
|
+
], ProjectManagerOutput.prototype, "id", void 0);
|
|
307
|
+
tslib_1.__decorate([
|
|
308
|
+
(0, type_graphql_1.Field)({ nullable: true }),
|
|
309
|
+
tslib_1.__metadata("design:type", String)
|
|
310
|
+
], ProjectManagerOutput.prototype, "phone", void 0);
|
|
311
|
+
tslib_1.__decorate([
|
|
312
|
+
(0, type_graphql_1.Field)({ nullable: true }),
|
|
313
|
+
tslib_1.__metadata("design:type", String)
|
|
314
|
+
], ProjectManagerOutput.prototype, "position", void 0);
|
|
315
|
+
tslib_1.__decorate([
|
|
316
|
+
(0, type_graphql_1.Field)(type => type_graphql_1.ID),
|
|
317
|
+
tslib_1.__metadata("design:type", String)
|
|
318
|
+
], ProjectManagerOutput.prototype, "userId", void 0);
|
|
319
|
+
tslib_1.__decorate([
|
|
320
|
+
(0, type_graphql_1.Field)({ nullable: true }),
|
|
321
|
+
tslib_1.__metadata("design:type", String)
|
|
322
|
+
], ProjectManagerOutput.prototype, "name", void 0);
|
|
323
|
+
tslib_1.__decorate([
|
|
324
|
+
(0, type_graphql_1.Field)({ nullable: true }),
|
|
325
|
+
tslib_1.__metadata("design:type", String)
|
|
326
|
+
], ProjectManagerOutput.prototype, "updatedAt", void 0);
|
|
327
|
+
exports.ProjectManagerOutput = ProjectManagerOutput = tslib_1.__decorate([
|
|
328
|
+
(0, type_graphql_1.ObjectType)()
|
|
329
|
+
], ProjectManagerOutput);
|
|
330
|
+
//# sourceMappingURL=building-inspection-type.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"building-inspection-type.js","sourceRoot":"","sources":["../../../server/service/building-inspection/building-inspection-type.ts"],"names":[],"mappings":"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","sourcesContent":["import { ObjectType, Field, InputType, Int, ID } from 'type-graphql'\nimport { BuildingInspection } from './building-inspection'\nimport { InspectionResultStatus, InspectionResultType } from '../checklist/checklist'\n\n@InputType()\nexport class ChecklistInputType {\n @Field({ nullable: false })\n name: string\n\n @Field({ nullable: true })\n constructionType?: string\n\n @Field({ nullable: true })\n constructionDetailType?: string\n\n @Field({ nullable: true })\n location?: string\n\n @Field({ nullable: true })\n inspectionDrawingType?: string\n\n @Field(type => [String], { nullable: true })\n inspectionParts?: string[]\n}\n\n@InputType()\nexport class ChecklistItemInputType {\n @Field({ nullable: false })\n name: string\n\n @Field({ nullable: false })\n mainType: string\n\n @Field({ nullable: false })\n detailType: string\n\n @Field({ nullable: true })\n inspctionCriteria?: string\n\n @Field({ nullable: true })\n kcsCriteria?: string\n\n @Field({ nullable: true })\n siteSpecCriteria?: string\n}\n\n@InputType()\nexport class NewBuildingInspection {\n @Field({ nullable: true })\n buildingLevelId?: string\n\n @Field(type => ChecklistInputType, { nullable: false })\n checklist: ChecklistInputType\n\n @Field(type => [ChecklistItemInputType], { nullable: false })\n checklistItem: ChecklistItemInputType[]\n\n @Field({ nullable: true })\n cellX?: number\n\n @Field({ nullable: true })\n cellY?: number\n\n @Field({ nullable: true })\n managerId?: string\n}\n\n@InputType()\nexport class ChecklistSubmitInputType {\n @Field({ nullable: false })\n id: string\n\n @Field({ nullable: true })\n overallConstructorSignature?: string\n\n @Field({ nullable: true })\n taskConstructorSignature?: string\n\n @Field({ nullable: true })\n overallSupervisorySignature?: string\n\n @Field({ nullable: true })\n taskSupervisorySignature?: string\n\n @Field({ nullable: true })\n inspectionRequestMemo?: string\n\n @Field({ nullable: true })\n inspectionResultMemo?: string\n\n @Field({ nullable: true })\n inspectionResultStatus?: InspectionResultStatus\n\n @Field({ nullable: true })\n inspectionResultType?: InspectionResultType\n}\n\n@InputType()\nexport class ChecklistItemSubmitInputType {\n @Field({ nullable: false })\n id: string\n\n @Field({ nullable: true })\n constructionConfirmStatus?: string\n\n @Field({ nullable: true })\n supervisoryConfirmStatus?: string\n}\n\n@InputType()\nexport class UpdateBuildingInspectionSubmitType {\n @Field({ nullable: false })\n id: string\n\n @Field({ nullable: true })\n memo?: string\n\n @Field({ nullable: true })\n requestDate?: string\n\n @Field(type => ChecklistSubmitInputType, { nullable: false })\n checklist: ChecklistSubmitInputType\n\n @Field(type => [ChecklistItemSubmitInputType], { nullable: false })\n checklistItem: ChecklistItemSubmitInputType[]\n}\n@InputType()\nexport class UpdateBuildingInspection {\n @Field({ nullable: false })\n id: string\n\n @Field(type => String, { nullable: true })\n drawingMarker?: string\n\n @Field(type => String, { nullable: true })\n memo?: string\n}\n\n@InputType()\nexport class BuildingInspectionsOfProject {\n @Field({ nullable: false })\n projectId: string\n\n @Field({ nullable: true })\n limit: number\n\n @Field({ nullable: true, description: '상태 필터 (WAIT, REQUEST, FAIL, RE_WAIT, PASS)' })\n statusFilter?: string\n}\n\n@InputType()\nexport class BuildingInspectionsOfBuilding {\n @Field({ nullable: false })\n buildingId: string\n\n @Field({ nullable: true })\n limit: number\n}\n\n@InputType()\nexport class BuildingInspectionsOfBuildingLevel {\n @Field({ nullable: false })\n buildingLevelId: string\n\n @Field({ nullable: true })\n limit: number\n\n @Field({ nullable: true })\n startDate?: string\n\n @Field({ nullable: true })\n endDate?: string\n}\n\n@ObjectType()\nexport class BuildingInspectionSummary {\n @Field(type => String, { nullable: true, description: '요청일자' })\n requestDate?: string\n\n @Field(type => Int, { description: '검측 대기 수' })\n wait: number\n\n @Field(type => Int, { description: '검측 요청 수' })\n request: number\n\n @Field(type => Int, { description: '검측 통과 수' })\n pass: number\n\n @Field(type => Int, { description: '검측 실패 수' })\n fail: number\n\n @Field(type => Int, { nullable: true, description: '재검측 대기 수 (failCount > 0 인 WAIT/OVERALL_WAIT)' })\n reWait?: number\n}\n\n@ObjectType()\nexport class BuildingInspectionList {\n @Field(type => [BuildingInspection])\n items: BuildingInspection[]\n\n @Field(type => Int)\n total: number\n}\n\n@ObjectType()\nexport class ProjectManagerOutput {\n @Field(type => ID, { nullable: true })\n id?: string\n\n @Field({ nullable: true })\n phone?: string\n\n @Field({ nullable: true })\n position?: string\n\n @Field(type => ID)\n userId?: string\n\n @Field({ nullable: true })\n name?: string\n\n @Field({ nullable: true })\n updatedAt?: string\n}\n"]}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { User } from '@things-factory/auth-base';
|
|
2
|
+
import { BuildingLevel } from '@dssp/building-complex';
|
|
3
|
+
import { Checklist } from '../checklist/checklist';
|
|
4
|
+
import { BuildingInspectionDailyWorklog } from '../building-inspection-daily-worklog/building-inspection-daily-worklog';
|
|
5
|
+
export declare enum BuildingInspectionStatus {
|
|
6
|
+
WAIT = "WAIT",
|
|
7
|
+
OVERALL_WAIT = "OVERALL_WAIT",
|
|
8
|
+
REQUEST = "REQUEST",
|
|
9
|
+
OVERALL_REQUEST = "OVERALL_REQUEST",
|
|
10
|
+
PASS = "PASS",
|
|
11
|
+
FAIL = "FAIL"
|
|
12
|
+
}
|
|
13
|
+
export declare enum ProjectType {
|
|
14
|
+
DSSP = "DSSP",
|
|
15
|
+
DCSP = "DCSP"
|
|
16
|
+
}
|
|
17
|
+
export declare class BuildingInspection {
|
|
18
|
+
readonly id: string;
|
|
19
|
+
projectType?: ProjectType;
|
|
20
|
+
status?: BuildingInspectionStatus;
|
|
21
|
+
failCount?: number;
|
|
22
|
+
requestDate?: string;
|
|
23
|
+
drawingMarker?: string;
|
|
24
|
+
cellX?: number;
|
|
25
|
+
cellY?: number;
|
|
26
|
+
memo?: string;
|
|
27
|
+
buildingLevel?: BuildingLevel;
|
|
28
|
+
buildingLevelId?: string;
|
|
29
|
+
checklist?: Checklist;
|
|
30
|
+
checklistId?: string;
|
|
31
|
+
manager?: User;
|
|
32
|
+
managerId?: string;
|
|
33
|
+
worklog?: BuildingInspectionDailyWorklog;
|
|
34
|
+
worklogId?: string;
|
|
35
|
+
createdAt?: Date;
|
|
36
|
+
updatedAt?: Date;
|
|
37
|
+
deletedAt?: Date;
|
|
38
|
+
creator?: User;
|
|
39
|
+
creatorId?: string;
|
|
40
|
+
updater?: User;
|
|
41
|
+
updaterId?: string;
|
|
42
|
+
}
|
|
@@ -0,0 +1,186 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.BuildingInspection = exports.ProjectType = exports.BuildingInspectionStatus = 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 building_complex_1 = require("@dssp/building-complex");
|
|
9
|
+
const checklist_1 = require("../checklist/checklist");
|
|
10
|
+
const building_inspection_type_1 = require("./building-inspection-type");
|
|
11
|
+
const building_inspection_daily_worklog_1 = require("../building-inspection-daily-worklog/building-inspection-daily-worklog");
|
|
12
|
+
var BuildingInspectionStatus;
|
|
13
|
+
(function (BuildingInspectionStatus) {
|
|
14
|
+
BuildingInspectionStatus["WAIT"] = "WAIT";
|
|
15
|
+
BuildingInspectionStatus["OVERALL_WAIT"] = "OVERALL_WAIT";
|
|
16
|
+
BuildingInspectionStatus["REQUEST"] = "REQUEST";
|
|
17
|
+
BuildingInspectionStatus["OVERALL_REQUEST"] = "OVERALL_REQUEST";
|
|
18
|
+
BuildingInspectionStatus["PASS"] = "PASS";
|
|
19
|
+
BuildingInspectionStatus["FAIL"] = "FAIL";
|
|
20
|
+
})(BuildingInspectionStatus || (exports.BuildingInspectionStatus = BuildingInspectionStatus = {}));
|
|
21
|
+
var ProjectType;
|
|
22
|
+
(function (ProjectType) {
|
|
23
|
+
ProjectType["DSSP"] = "DSSP";
|
|
24
|
+
ProjectType["DCSP"] = "DCSP";
|
|
25
|
+
})(ProjectType || (exports.ProjectType = ProjectType = {}));
|
|
26
|
+
(0, type_graphql_1.registerEnumType)(BuildingInspectionStatus, {
|
|
27
|
+
name: 'BuildingInspectionStatus',
|
|
28
|
+
description: '검측 상태'
|
|
29
|
+
});
|
|
30
|
+
(0, type_graphql_1.registerEnumType)(ProjectType, {
|
|
31
|
+
name: 'ProjectType',
|
|
32
|
+
description: '프로젝트 타입'
|
|
33
|
+
});
|
|
34
|
+
let BuildingInspection = class BuildingInspection {
|
|
35
|
+
};
|
|
36
|
+
exports.BuildingInspection = BuildingInspection;
|
|
37
|
+
tslib_1.__decorate([
|
|
38
|
+
(0, typeorm_1.PrimaryGeneratedColumn)('uuid'),
|
|
39
|
+
(0, type_graphql_1.Field)(type => type_graphql_1.ID),
|
|
40
|
+
tslib_1.__metadata("design:type", String)
|
|
41
|
+
], BuildingInspection.prototype, "id", void 0);
|
|
42
|
+
tslib_1.__decorate([
|
|
43
|
+
(0, typeorm_1.Column)({ nullable: false, comment: '프로젝트 타입', default: ProjectType.DSSP }),
|
|
44
|
+
(0, type_graphql_1.Field)({ nullable: true }),
|
|
45
|
+
tslib_1.__metadata("design:type", String)
|
|
46
|
+
], BuildingInspection.prototype, "projectType", void 0);
|
|
47
|
+
tslib_1.__decorate([
|
|
48
|
+
(0, typeorm_1.Column)({
|
|
49
|
+
nullable: false,
|
|
50
|
+
comment: '상태(WAIT: 작업 완료, OVERALL_WAIT: 총괄자 작업 완료, REQUEST: 검측 요청, OVERALL_REQUEST: 총괄자 검측 요청, PASS: 합격(검측 완료), FAIL: 불합격(조치 필요))',
|
|
51
|
+
default: BuildingInspectionStatus.WAIT
|
|
52
|
+
}),
|
|
53
|
+
(0, type_graphql_1.Field)({ nullable: true }),
|
|
54
|
+
tslib_1.__metadata("design:type", String)
|
|
55
|
+
], BuildingInspection.prototype, "status", void 0);
|
|
56
|
+
tslib_1.__decorate([
|
|
57
|
+
(0, typeorm_1.Column)({ type: 'int', default: 0, nullable: false, comment: '불합격 횟수 (재검측 여부 판단용)' }),
|
|
58
|
+
(0, type_graphql_1.Field)({ nullable: true }),
|
|
59
|
+
tslib_1.__metadata("design:type", Number)
|
|
60
|
+
], BuildingInspection.prototype, "failCount", void 0);
|
|
61
|
+
tslib_1.__decorate([
|
|
62
|
+
(0, typeorm_1.Column)({ type: 'timestamp', default: () => 'CURRENT_TIMESTAMP', nullable: true, comment: '검측 요청일시' }),
|
|
63
|
+
(0, type_graphql_1.Field)(type => String, { nullable: true }),
|
|
64
|
+
tslib_1.__metadata("design:type", String)
|
|
65
|
+
], BuildingInspection.prototype, "requestDate", void 0);
|
|
66
|
+
tslib_1.__decorate([
|
|
67
|
+
(0, typeorm_1.Column)({ type: 'simple-json', nullable: true, comment: '도면 마커' }),
|
|
68
|
+
(0, type_graphql_1.Field)(type => String, { nullable: true }),
|
|
69
|
+
tslib_1.__metadata("design:type", String)
|
|
70
|
+
], BuildingInspection.prototype, "drawingMarker", void 0);
|
|
71
|
+
tslib_1.__decorate([
|
|
72
|
+
(0, typeorm_1.Column)({ nullable: true, comment: 'X좌표' }),
|
|
73
|
+
(0, type_graphql_1.Field)({ nullable: true }),
|
|
74
|
+
tslib_1.__metadata("design:type", Number)
|
|
75
|
+
], BuildingInspection.prototype, "cellX", void 0);
|
|
76
|
+
tslib_1.__decorate([
|
|
77
|
+
(0, typeorm_1.Column)({ nullable: true, comment: 'Y좌표' }),
|
|
78
|
+
(0, type_graphql_1.Field)({ nullable: true }),
|
|
79
|
+
tslib_1.__metadata("design:type", Number)
|
|
80
|
+
], BuildingInspection.prototype, "cellY", void 0);
|
|
81
|
+
tslib_1.__decorate([
|
|
82
|
+
(0, typeorm_1.Column)({ nullable: true, comment: '메모 - DSSP: 검측 메모, DCSP: 검측 요청서 메모' }),
|
|
83
|
+
(0, type_graphql_1.Field)({ nullable: true }),
|
|
84
|
+
tslib_1.__metadata("design:type", String)
|
|
85
|
+
], BuildingInspection.prototype, "memo", void 0);
|
|
86
|
+
tslib_1.__decorate([
|
|
87
|
+
(0, typeorm_1.ManyToOne)(type => building_complex_1.BuildingLevel),
|
|
88
|
+
(0, type_graphql_1.Field)(() => building_complex_1.BuildingLevel, { nullable: true }),
|
|
89
|
+
tslib_1.__metadata("design:type", building_complex_1.BuildingLevel)
|
|
90
|
+
], BuildingInspection.prototype, "buildingLevel", void 0);
|
|
91
|
+
tslib_1.__decorate([
|
|
92
|
+
(0, typeorm_1.RelationId)((buildingInspection) => buildingInspection.buildingLevel),
|
|
93
|
+
tslib_1.__metadata("design:type", String)
|
|
94
|
+
], BuildingInspection.prototype, "buildingLevelId", void 0);
|
|
95
|
+
tslib_1.__decorate([
|
|
96
|
+
(0, typeorm_1.OneToOne)(type => checklist_1.Checklist),
|
|
97
|
+
(0, typeorm_1.JoinColumn)(),
|
|
98
|
+
(0, type_graphql_1.Field)(() => checklist_1.Checklist, { nullable: true }),
|
|
99
|
+
tslib_1.__metadata("design:type", checklist_1.Checklist)
|
|
100
|
+
], BuildingInspection.prototype, "checklist", void 0);
|
|
101
|
+
tslib_1.__decorate([
|
|
102
|
+
(0, typeorm_1.RelationId)((buildingInspection) => buildingInspection.checklist),
|
|
103
|
+
tslib_1.__metadata("design:type", String)
|
|
104
|
+
], BuildingInspection.prototype, "checklistId", void 0);
|
|
105
|
+
tslib_1.__decorate([
|
|
106
|
+
(0, typeorm_1.ManyToOne)(type => auth_base_1.User, { nullable: true }),
|
|
107
|
+
(0, type_graphql_1.Field)(type => building_inspection_type_1.ProjectManagerOutput, { nullable: true }),
|
|
108
|
+
tslib_1.__metadata("design:type", auth_base_1.User)
|
|
109
|
+
], BuildingInspection.prototype, "manager", void 0);
|
|
110
|
+
tslib_1.__decorate([
|
|
111
|
+
(0, typeorm_1.RelationId)((buildingInspection) => buildingInspection.manager),
|
|
112
|
+
tslib_1.__metadata("design:type", String)
|
|
113
|
+
], BuildingInspection.prototype, "managerId", void 0);
|
|
114
|
+
tslib_1.__decorate([
|
|
115
|
+
(0, typeorm_1.ManyToOne)(type => building_inspection_daily_worklog_1.BuildingInspectionDailyWorklog, { nullable: true }),
|
|
116
|
+
(0, type_graphql_1.Field)(type => building_inspection_daily_worklog_1.BuildingInspectionDailyWorklog, { nullable: true }),
|
|
117
|
+
tslib_1.__metadata("design:type", building_inspection_daily_worklog_1.BuildingInspectionDailyWorklog)
|
|
118
|
+
], BuildingInspection.prototype, "worklog", void 0);
|
|
119
|
+
tslib_1.__decorate([
|
|
120
|
+
(0, typeorm_1.RelationId)((buildingInspection) => buildingInspection.worklog),
|
|
121
|
+
tslib_1.__metadata("design:type", String)
|
|
122
|
+
], BuildingInspection.prototype, "worklogId", void 0);
|
|
123
|
+
tslib_1.__decorate([
|
|
124
|
+
(0, typeorm_1.CreateDateColumn)(),
|
|
125
|
+
(0, type_graphql_1.Field)({ nullable: true }),
|
|
126
|
+
tslib_1.__metadata("design:type", Date)
|
|
127
|
+
], BuildingInspection.prototype, "createdAt", void 0);
|
|
128
|
+
tslib_1.__decorate([
|
|
129
|
+
(0, typeorm_1.UpdateDateColumn)(),
|
|
130
|
+
(0, type_graphql_1.Field)({ nullable: true }),
|
|
131
|
+
tslib_1.__metadata("design:type", Date)
|
|
132
|
+
], BuildingInspection.prototype, "updatedAt", void 0);
|
|
133
|
+
tslib_1.__decorate([
|
|
134
|
+
(0, typeorm_1.DeleteDateColumn)(),
|
|
135
|
+
(0, type_graphql_1.Field)({ nullable: true }),
|
|
136
|
+
tslib_1.__metadata("design:type", Date)
|
|
137
|
+
], BuildingInspection.prototype, "deletedAt", void 0);
|
|
138
|
+
tslib_1.__decorate([
|
|
139
|
+
(0, typeorm_1.ManyToOne)(type => auth_base_1.User, { nullable: true }),
|
|
140
|
+
(0, type_graphql_1.Field)(type => auth_base_1.User, { nullable: true }),
|
|
141
|
+
tslib_1.__metadata("design:type", auth_base_1.User)
|
|
142
|
+
], BuildingInspection.prototype, "creator", void 0);
|
|
143
|
+
tslib_1.__decorate([
|
|
144
|
+
(0, typeorm_1.RelationId)((buildingInspection) => buildingInspection.creator),
|
|
145
|
+
tslib_1.__metadata("design:type", String)
|
|
146
|
+
], BuildingInspection.prototype, "creatorId", void 0);
|
|
147
|
+
tslib_1.__decorate([
|
|
148
|
+
(0, typeorm_1.ManyToOne)(type => auth_base_1.User, { nullable: true }),
|
|
149
|
+
(0, type_graphql_1.Field)(type => auth_base_1.User, { nullable: true }),
|
|
150
|
+
tslib_1.__metadata("design:type", auth_base_1.User)
|
|
151
|
+
], BuildingInspection.prototype, "updater", void 0);
|
|
152
|
+
tslib_1.__decorate([
|
|
153
|
+
(0, typeorm_1.RelationId)((buildingInspection) => buildingInspection.updater),
|
|
154
|
+
tslib_1.__metadata("design:type", String)
|
|
155
|
+
], BuildingInspection.prototype, "updaterId", void 0);
|
|
156
|
+
exports.BuildingInspection = BuildingInspection = tslib_1.__decorate([
|
|
157
|
+
(0, typeorm_1.Entity)({ comment: '시공 검측 (층별 도면의 검측 리스트)' }),
|
|
158
|
+
(0, typeorm_1.Index)('ix_building_inspection_0', (buildingInspection) => [
|
|
159
|
+
buildingInspection.buildingLevel,
|
|
160
|
+
buildingInspection.cellX,
|
|
161
|
+
buildingInspection.cellY
|
|
162
|
+
], {
|
|
163
|
+
where: '"deleted_at" IS NULL'
|
|
164
|
+
}),
|
|
165
|
+
(0, typeorm_1.Index)('ix_building_inspection_1', (buildingInspection) => [buildingInspection.checklist], {
|
|
166
|
+
where: '"deleted_at" IS NULL'
|
|
167
|
+
}),
|
|
168
|
+
(0, typeorm_1.Index)('ix_building_inspection_2', (buildingInspection) => [buildingInspection.requestDate], {
|
|
169
|
+
where: '"deleted_at" IS NULL'
|
|
170
|
+
}),
|
|
171
|
+
(0, typeorm_1.Index)('ix_building_inspection_3', (buildingInspection) => [
|
|
172
|
+
buildingInspection.buildingLevel,
|
|
173
|
+
buildingInspection.projectType,
|
|
174
|
+
buildingInspection.requestDate
|
|
175
|
+
], { where: '"deleted_at" IS NULL' }),
|
|
176
|
+
(0, typeorm_1.Index)('ix_building_inspection_4', (buildingInspection) => [
|
|
177
|
+
buildingInspection.buildingLevel,
|
|
178
|
+
buildingInspection.projectType,
|
|
179
|
+
buildingInspection.status
|
|
180
|
+
], { where: '"deleted_at" IS NULL' }),
|
|
181
|
+
(0, typeorm_1.Index)('ix_building_inspection_5', (buildingInspection) => [buildingInspection.worklog], {
|
|
182
|
+
where: '"deleted_at" IS NULL'
|
|
183
|
+
}),
|
|
184
|
+
(0, type_graphql_1.ObjectType)()
|
|
185
|
+
], BuildingInspection);
|
|
186
|
+
//# sourceMappingURL=building-inspection.js.map
|