@dssp/dkpi 1.0.0-alpha.40 → 1.0.0-alpha.47

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 (92) hide show
  1. package/dist-client/components/{pagenation.d.ts → sv-pagenation-control.d.ts} +1 -1
  2. package/dist-client/components/{pagenation.js → sv-pagenation-control.js} +10 -10
  3. package/dist-client/components/sv-pagenation-control.js.map +1 -0
  4. package/dist-client/icons/menu-icons.d.ts +6 -0
  5. package/dist-client/icons/menu-icons.js +42 -0
  6. package/dist-client/icons/menu-icons.js.map +1 -1
  7. package/dist-client/pages/kpi-metric-value/kpi-metric-value-editor-page.d.ts +58 -0
  8. package/dist-client/pages/kpi-metric-value/kpi-metric-value-editor-page.js +731 -0
  9. package/dist-client/pages/kpi-metric-value/kpi-metric-value-editor-page.js.map +1 -0
  10. package/dist-client/pages/kpi-metric-value/kpi-metric-value-importer.d.ts +23 -0
  11. package/dist-client/pages/kpi-metric-value/kpi-metric-value-importer.js +76 -0
  12. package/dist-client/pages/kpi-metric-value/kpi-metric-value-importer.js.map +1 -0
  13. package/dist-client/pages/kpi-metric-value/kpi-metric-value-list-page.d.ts +69 -0
  14. package/dist-client/pages/kpi-metric-value/kpi-metric-value-list-page.js +385 -0
  15. package/dist-client/pages/kpi-metric-value/kpi-metric-value-list-page.js.map +1 -0
  16. package/dist-client/pages/kpi-metric-value/kpi-metric-value-manual-entry-form.d.ts +12 -0
  17. package/dist-client/pages/kpi-metric-value/kpi-metric-value-manual-entry-form.js +174 -0
  18. package/dist-client/pages/kpi-metric-value/kpi-metric-value-manual-entry-form.js.map +1 -0
  19. package/dist-client/pages/kpi-metric-value/kpi-metric-value-manual-entry-page.d.ts +41 -0
  20. package/dist-client/pages/kpi-metric-value/kpi-metric-value-manual-entry-page.js +191 -0
  21. package/dist-client/pages/kpi-metric-value/kpi-metric-value-manual-entry-page.js.map +1 -0
  22. package/dist-client/pages/kpi-value/kpi-value-importer.d.ts +23 -0
  23. package/dist-client/pages/kpi-value/kpi-value-importer.js +93 -0
  24. package/dist-client/pages/kpi-value/kpi-value-importer.js.map +1 -0
  25. package/dist-client/pages/kpi-value/kpi-value-list-page.d.ts +72 -0
  26. package/dist-client/pages/kpi-value/kpi-value-list-page.js +465 -0
  27. package/dist-client/pages/kpi-value/kpi-value-list-page.js.map +1 -0
  28. package/dist-client/pages/project-complete-tabs/pc-tab1-plan.d.ts +12 -0
  29. package/dist-client/pages/project-complete-tabs/pc-tab1-plan.js +274 -0
  30. package/dist-client/pages/project-complete-tabs/pc-tab1-plan.js.map +1 -0
  31. package/dist-client/pages/project-complete-tabs/pc-tab2-final.d.ts +11 -0
  32. package/dist-client/pages/project-complete-tabs/pc-tab2-final.js +277 -0
  33. package/dist-client/pages/project-complete-tabs/pc-tab2-final.js.map +1 -0
  34. package/dist-client/pages/project-complete-tabs/pc-tab3-rating.d.ts +10 -0
  35. package/dist-client/pages/project-complete-tabs/pc-tab3-rating.js +230 -0
  36. package/dist-client/pages/project-complete-tabs/pc-tab3-rating.js.map +1 -0
  37. package/dist-client/pages/project-complete-tabs/pc-tab4-upload.d.ts +13 -0
  38. package/dist-client/pages/project-complete-tabs/pc-tab4-upload.js +217 -0
  39. package/dist-client/pages/project-complete-tabs/pc-tab4-upload.js.map +1 -0
  40. package/dist-client/pages/sv-project-complete.d.ts +26 -0
  41. package/dist-client/pages/sv-project-complete.js +299 -0
  42. package/dist-client/pages/sv-project-complete.js.map +1 -0
  43. package/dist-client/pages/sv-project-completed-list.d.ts +1 -1
  44. package/dist-client/pages/sv-project-completed-list.js +189 -168
  45. package/dist-client/pages/sv-project-completed-list.js.map +1 -1
  46. package/dist-client/pages/sv-project-detail.d.ts +13 -0
  47. package/dist-client/pages/sv-project-detail.js +486 -0
  48. package/dist-client/pages/sv-project-detail.js.map +1 -0
  49. package/dist-client/pages/sv-project-list.d.ts +6 -1
  50. package/dist-client/pages/sv-project-list.js +201 -186
  51. package/dist-client/pages/sv-project-list.js.map +1 -1
  52. package/dist-client/route.d.ts +1 -1
  53. package/dist-client/route.js +15 -0
  54. package/dist-client/route.js.map +1 -1
  55. package/dist-client/shared/complete-api.d.ts +3 -0
  56. package/dist-client/shared/complete-api.js +83 -0
  57. package/dist-client/shared/complete-api.js.map +1 -0
  58. package/dist-client/shared/func.d.ts +2 -0
  59. package/dist-client/shared/func.js +22 -0
  60. package/dist-client/shared/func.js.map +1 -0
  61. package/dist-client/tsconfig.tsbuildinfo +1 -1
  62. package/dist-client/viewparts/menu-tools.js +1 -0
  63. package/dist-client/viewparts/menu-tools.js.map +1 -1
  64. package/dist-server/index.d.ts +1 -0
  65. package/dist-server/index.js +1 -0
  66. package/dist-server/index.js.map +1 -1
  67. package/dist-server/scripts/propagate-parent-kpi-values.d.ts +10 -0
  68. package/dist-server/scripts/propagate-parent-kpi-values.js +440 -0
  69. package/dist-server/scripts/propagate-parent-kpi-values.js.map +1 -0
  70. package/dist-server/service/index.d.ts +6 -0
  71. package/dist-server/service/index.js +21 -0
  72. package/dist-server/service/index.js.map +1 -0
  73. package/dist-server/service/kpi-metric-value/index.d.ts +4 -0
  74. package/dist-server/service/kpi-metric-value/index.js +8 -0
  75. package/dist-server/service/kpi-metric-value/index.js.map +1 -0
  76. package/dist-server/service/kpi-metric-value/kpi-metric-value-mutation.d.ts +7 -0
  77. package/dist-server/service/kpi-metric-value/kpi-metric-value-mutation.js +104 -0
  78. package/dist-server/service/kpi-metric-value/kpi-metric-value-mutation.js.map +1 -0
  79. package/dist-server/service/kpi-metric-value/kpi-metric-value-query.d.ts +7 -0
  80. package/dist-server/service/kpi-metric-value/kpi-metric-value-query.js +47 -0
  81. package/dist-server/service/kpi-metric-value/kpi-metric-value-query.js.map +1 -0
  82. package/dist-server/service/kpi-value/index.d.ts +3 -0
  83. package/dist-server/service/kpi-value/index.js +7 -0
  84. package/dist-server/service/kpi-value/index.js.map +1 -0
  85. package/dist-server/service/kpi-value/kpi-value-query.d.ts +7 -0
  86. package/dist-server/service/kpi-value/kpi-value-query.js +47 -0
  87. package/dist-server/service/kpi-value/kpi-value-query.js.map +1 -0
  88. package/dist-server/tsconfig.tsbuildinfo +1 -1
  89. package/package.json +7 -3
  90. package/schema.graphql +2122 -14
  91. package/things-factory.config.js +3 -1
  92. package/dist-client/components/pagenation.js.map +0 -1
package/schema.graphql CHANGED
@@ -21,6 +21,46 @@ type AccessToken {
21
21
  refreshToken: String!
22
22
  }
23
23
 
24
+ """Entity for ActionPlan"""
25
+ type ActionPlan {
26
+ active: Boolean
27
+ content: String
28
+ createdAt: DateTimeISO
29
+ creator: User
30
+ deletedAt: DateTimeISO
31
+ description: String
32
+ domain: Domain
33
+ id: ID!
34
+ issue: Issue!
35
+ name: String
36
+ params: String
37
+ state: String
38
+ thumbnail: String
39
+ updatedAt: DateTimeISO
40
+ updater: User
41
+ }
42
+
43
+ type ActionPlanList {
44
+ items: [ActionPlan!]!
45
+ total: Int!
46
+ }
47
+
48
+ input ActionPlanPatch {
49
+ active: Boolean
50
+ cuFlag: String
51
+ description: String
52
+ id: ID
53
+ name: String
54
+ state: ActionPlanStatus
55
+ thumbnail: Upload
56
+ }
57
+
58
+ """state enumeration of a actionPlan"""
59
+ enum ActionPlanStatus {
60
+ STATUS_A
61
+ STATUS_B
62
+ }
63
+
24
64
  """Entity for Activity"""
25
65
  type Activity {
26
66
  """BPMN 2.0 task type"""
@@ -1369,6 +1409,301 @@ input BoardTemplatePatch {
1369
1409
  visibility: String
1370
1410
  }
1371
1411
 
1412
+ """동 정보"""
1413
+ type Building {
1414
+ basementFloorCount: Float
1415
+ buildingComplex: BuildingComplex
1416
+ buildingLevels: [BuildingLevel!]
1417
+ createdAt: DateTimeISO
1418
+ creator: User
1419
+ deletedAt: DateTimeISO
1420
+ drawing: Attachment
1421
+ floorCount: Float
1422
+ hasBasement: Boolean
1423
+ id: ID!
1424
+ name: String
1425
+ updatedAt: DateTimeISO
1426
+ updater: User
1427
+ }
1428
+
1429
+ """단지 정보"""
1430
+ type BuildingComplex {
1431
+ actualArea: Float
1432
+ actualConstructionCost: Float
1433
+ actualCoverageRatio: Float
1434
+ actualDesignChangeCount: Float
1435
+ actualFloorAreaRatio: Float
1436
+ actualProgress: Float
1437
+ actualWorkerCount: Float
1438
+ address: String
1439
+ area: Float
1440
+ buildingCount: Float
1441
+ buildings: [Building!]
1442
+ clientCompany: String
1443
+ constructionCompany: String
1444
+ constructionCost: Float
1445
+ constructionType: String
1446
+ coverageRatio: Float
1447
+ createdAt: DateTimeISO
1448
+ creator: User
1449
+ deletedAt: DateTimeISO
1450
+ designChangeCount: Float
1451
+ designCompany: String
1452
+ domain: Domain
1453
+ drawing: Attachment
1454
+ etc: String
1455
+ floorAreaRatio: Float
1456
+ householdCount: Float
1457
+ id: ID!
1458
+ latitude: Float
1459
+ longitude: Float
1460
+ notice: String
1461
+ overallConstructorEmails: [String!]
1462
+ overallSupervisoryEmails: [String!]
1463
+ planXScale: Float
1464
+ planYScale: Float
1465
+ plannedProgress: Float
1466
+ siteType: String
1467
+ structureType: String
1468
+ supervisoryCompany: String
1469
+ taskConstructorEmails: [String!]
1470
+ taskSupervisoryEmails: [String!]
1471
+ updatedAt: DateTimeISO
1472
+ updater: User
1473
+ virtualTourLink: String
1474
+ workerCount: Float
1475
+ }
1476
+
1477
+ input BuildingComplexPatch {
1478
+ actualArea: Float
1479
+ actualConstructionCost: Float
1480
+ actualCoverageRatio: Float
1481
+ actualDesignChangeCount: Float
1482
+ actualFloorAreaRatio: Float
1483
+ actualProgress: Float
1484
+ actualWorkerCount: Float
1485
+ address: String
1486
+ area: Float
1487
+ buildingCount: Int
1488
+ buildings: [BuildingPatch!]
1489
+ clientCompany: String
1490
+ constructionCompany: String
1491
+ constructionCost: Float
1492
+ constructionType: String
1493
+ coverageRatio: Float
1494
+ designChangeCount: Int
1495
+ designCompany: String
1496
+ drawingUpload: Upload
1497
+ etc: String
1498
+ floorAreaRatio: Float
1499
+ householdCount: Int
1500
+ id: String
1501
+ latitude: Float
1502
+ longitude: Float
1503
+ notice: String
1504
+ overallConstructorEmails: [String!]
1505
+ overallSupervisoryEmails: [String!]
1506
+ planXScale: Float
1507
+ planYScale: Float
1508
+ plannedProgress: Float
1509
+ siteType: SiteType
1510
+ structureType: String
1511
+ supervisoryCompany: String
1512
+ taskConstructorEmails: [String!]
1513
+ taskSupervisoryEmails: [String!]
1514
+ virtualTourLink: String
1515
+ workerCount: Int
1516
+ }
1517
+
1518
+ type BuildingInspection {
1519
+ attachments: [Attachment!]!
1520
+ buildingInspectionSummary: BuildingInspectionSummary!
1521
+ buildingLevel: BuildingLevel
1522
+ cellX: Float
1523
+ cellY: Float
1524
+ checklist: Checklist
1525
+ createdAt: DateTimeISO
1526
+ creator: User
1527
+ deletedAt: DateTimeISO
1528
+ drawingMarker: String
1529
+ id: ID!
1530
+ manager: ProjectManagerOutput
1531
+ memo: String
1532
+ projectType: String
1533
+ requestDate: String
1534
+ status: String
1535
+ updatedAt: DateTimeISO
1536
+ updater: User
1537
+ worklog: BuildingInspectionDailyWorklog
1538
+ }
1539
+
1540
+ """Entity for BuildingInspectionDailyWorklog"""
1541
+ type BuildingInspectionDailyWorklog {
1542
+ buildingInspections: [BuildingInspection!]
1543
+ createdAt: DateTimeISO
1544
+ creator: User
1545
+ date: String
1546
+ deletedAt: DateTimeISO
1547
+ directiveMemo: String
1548
+ documentNo: String
1549
+ domain: Domain
1550
+ id: ID
1551
+ memo: String
1552
+
1553
+ """총괄 감리 책임자"""
1554
+ overallSupervisory: User
1555
+ overallSupervisorySignature: String
1556
+ projectId: String!
1557
+
1558
+ """건축사보 (공종별 감리 관리자)"""
1559
+ taskSupervisory: User
1560
+ taskSupervisorySignature: String
1561
+ updatedAt: DateTimeISO
1562
+ updater: User
1563
+ worklogs: Object
1564
+ }
1565
+
1566
+ input BuildingInspectionDailyWorklogNew {
1567
+ buildingInspectionIds: [String!]
1568
+ date: String!
1569
+ directiveMemo: String
1570
+ memo: String
1571
+ overallSupervisoryId: String
1572
+ overallSupervisorySignature: String
1573
+ projectId: String!
1574
+ taskSupervisoryId: String
1575
+ taskSupervisorySignature: String
1576
+ worklogs: Object
1577
+ }
1578
+
1579
+ input BuildingInspectionDailyWorklogPatch {
1580
+ directiveMemo: String
1581
+ id: ID!
1582
+ memo: String
1583
+ worklogs: Object
1584
+ }
1585
+
1586
+ """History Entity of BuildingInspection"""
1587
+ type BuildingInspectionHistory {
1588
+ attachments: [Attachment!]!
1589
+ buildingLevel: BuildingLevel
1590
+ cellX: Float
1591
+ cellY: Float
1592
+ checklistHistory: ChecklistHistory
1593
+ checklistId: String
1594
+ createdAt: DateTimeISO
1595
+ creator: User
1596
+ drawingMarker: String
1597
+ id: ID!
1598
+ loggedAt: DateTimeISO
1599
+ manager: ProjectManagerOutput
1600
+ memo: String
1601
+ projectType: String
1602
+ requestDate: String
1603
+ status: String
1604
+ timestamp: User!
1605
+ updater: User
1606
+ worklog: BuildingInspectionDailyWorklog
1607
+ }
1608
+
1609
+ type BuildingInspectionHistoryList {
1610
+ items: [BuildingInspectionHistory!]!
1611
+ total: Int!
1612
+ }
1613
+
1614
+ type BuildingInspectionList {
1615
+ items: [BuildingInspection!]!
1616
+ total: Int!
1617
+ }
1618
+
1619
+ type BuildingInspectionSummary {
1620
+ """검측 실패 수"""
1621
+ fail: Int!
1622
+
1623
+ """검측 통과 수"""
1624
+ pass: Int!
1625
+
1626
+ """검측 요청 수"""
1627
+ request: Int!
1628
+
1629
+ """요청일자"""
1630
+ requestDate: String
1631
+
1632
+ """검측 대기 수"""
1633
+ wait: Int!
1634
+ }
1635
+
1636
+ type BuildingInspectionSummaryOfLevel {
1637
+ """검측 실패 수"""
1638
+ fail: Int!
1639
+
1640
+ """검측 통과 수"""
1641
+ pass: Int!
1642
+
1643
+ """검측 요청 수"""
1644
+ request: Int!
1645
+
1646
+ """검측 대기 수"""
1647
+ wait: Int!
1648
+ }
1649
+
1650
+ input BuildingInspectionsOfBuildingLevel {
1651
+ buildingLevelId: String!
1652
+ endDate: String
1653
+ limit: Float
1654
+ startDate: String
1655
+ }
1656
+
1657
+ input BuildingInspectionsOfProject {
1658
+ limit: Float
1659
+ projectId: String!
1660
+ }
1661
+
1662
+ """층 정보"""
1663
+ type BuildingLevel {
1664
+ building: Building!
1665
+ createdAt: DateTimeISO
1666
+ creator: User
1667
+ deletedAt: DateTimeISO
1668
+ elevationDrawing: Attachment
1669
+ elevationDrawingThumbnail: String
1670
+ etcDrawings: [Attachment!]
1671
+ floor: Float!
1672
+
1673
+ """층 표시명 (예: 1층 = 1, 지하 1층 = 지하 1)"""
1674
+ floorDisplayName: String
1675
+ id: ID!
1676
+ inspectionSummary: BuildingInspectionSummaryOfLevel!
1677
+ mainDrawing: Attachment
1678
+ mainDrawingImage: String
1679
+ mainDrawingThumbnail: String
1680
+ noticeCount: Float!
1681
+ rebarDistributionDrawing: Attachment
1682
+ rebarDistributionDrawingThumbnail: String
1683
+ updatedAt: DateTimeISO
1684
+ updater: User
1685
+ }
1686
+
1687
+ input BuildingLevelPatch {
1688
+ elevationDrawingUpload: Upload
1689
+ etcDrawingIds: [String!]
1690
+ etcDrawingsUpload: [Upload!]
1691
+ floor: Float!
1692
+ id: ID
1693
+ mainDrawingUpload: Upload
1694
+ rebarDistributionDrawingUpload: Upload
1695
+ }
1696
+
1697
+ input BuildingPatch {
1698
+ basementFloorCount: Float
1699
+ buildingLevels: [BuildingLevelPatch!]
1700
+ drawingUpload: Upload
1701
+ floorCount: Float
1702
+ hasBasement: Boolean
1703
+ id: ID
1704
+ name: String
1705
+ }
1706
+
1372
1707
  input ChatCompletionInput {
1373
1708
  content: String!
1374
1709
  }
@@ -1377,6 +1712,290 @@ type ChatCompletionOutput {
1377
1712
  message: String
1378
1713
  }
1379
1714
 
1715
+ type Checklist {
1716
+ buildingInspection: BuildingInspection!
1717
+ checklistItems: [ChecklistItem!]!
1718
+ checklistReferenceType: String
1719
+ constructionDetailType: String
1720
+ constructionInspectionDate: DateTimeISO
1721
+ constructionType: String
1722
+ createdAt: DateTimeISO
1723
+ creator: User
1724
+ deletedAt: DateTimeISO
1725
+ documentNo: String
1726
+ id: ID!
1727
+ inspectionDrawingType: String
1728
+ inspectionParts: [String!]
1729
+ inspectionRequestDocumentNo: String
1730
+ inspectionRequestMemo: String
1731
+ inspectionRequestUpdatedAt: DateTimeISO
1732
+ inspectionResultDocumentNo: String
1733
+ inspectionResultMemo: String
1734
+ inspectionResultStatus: String
1735
+ inspectionResultType: String
1736
+ inspectionResultUpdatedAt: DateTimeISO
1737
+ location: String
1738
+ name: String
1739
+ nameListAttachment: Attachment
1740
+
1741
+ """총괄 시공 책임자"""
1742
+ overallConstructor: User
1743
+ overallConstructorSignature: String
1744
+
1745
+ """총괄 감리 책임자"""
1746
+ overallSupervisory: User
1747
+ overallSupervisorySignature: String
1748
+ projectType: String
1749
+ supervisorInspectionDate: DateTimeISO
1750
+
1751
+ """공종별 시공 관리자"""
1752
+ taskConstructor: User
1753
+ taskConstructorSignature: String
1754
+
1755
+ """건축사보 (공종별 감리 관리자)"""
1756
+ taskSupervisory: User
1757
+ taskSupervisorySignature: String
1758
+ updatedAt: DateTimeISO
1759
+ updater: User
1760
+ }
1761
+
1762
+ """Entity for ChecklistHistory"""
1763
+ type ChecklistHistory {
1764
+ buildingInspectionHistory: BuildingInspectionHistory!
1765
+ checklistItemHistories: [ChecklistItemHistory!]!
1766
+ checklistReferenceType: String
1767
+ constructionDetailType: String
1768
+ constructionInspectionDate: DateTimeISO
1769
+ constructionType: String
1770
+ createdAt: DateTimeISO
1771
+ creator: User
1772
+ documentNo: String
1773
+ id: ID!
1774
+ inspectionDrawingType: String
1775
+ inspectionParts: [String!]
1776
+ inspectionRequestDocumentNo: String
1777
+ inspectionRequestMemo: String
1778
+ inspectionRequestUpdatedAt: DateTimeISO
1779
+ inspectionResultDocumentNo: String
1780
+ inspectionResultMemo: String
1781
+ inspectionResultStatus: String
1782
+ inspectionResultType: String
1783
+ inspectionResultUpdatedAt: DateTimeISO
1784
+ location: String
1785
+ loggedAt: DateTimeISO
1786
+ name: String
1787
+
1788
+ """총괄 시공 책임자"""
1789
+ overallConstructor: User
1790
+ overallConstructorSignature: String
1791
+
1792
+ """총괄 감리 책임자"""
1793
+ overallSupervisory: User
1794
+ overallSupervisorySignature: String
1795
+ projectType: String
1796
+ supervisorInspectionDate: DateTimeISO
1797
+
1798
+ """공종별 시공 관리자"""
1799
+ taskConstructor: User
1800
+ taskConstructorSignature: String
1801
+
1802
+ """건축사보 (공종별 감리 관리자)"""
1803
+ taskSupervisory: User
1804
+ taskSupervisorySignature: String
1805
+ timestamp: User!
1806
+ updater: User
1807
+ }
1808
+
1809
+ type ChecklistHistoryList {
1810
+ items: [ChecklistHistory!]!
1811
+ total: Int!
1812
+ }
1813
+
1814
+ input ChecklistInputType {
1815
+ constructionDetailType: String
1816
+ constructionType: String
1817
+ inspectionDrawingType: String
1818
+ inspectionParts: [String!]
1819
+ location: String
1820
+ name: String!
1821
+ }
1822
+
1823
+ type ChecklistItem {
1824
+ checklist: Checklist
1825
+ checklistItemAttachmentCount: Float!
1826
+ checklistItemAttachments(description: String): [Attachment!]!
1827
+ checklistItemCommentCount: Float!
1828
+ checklistItemComments: [ChecklistItemComment!]!
1829
+ constructionConfirmStatus: String
1830
+ createdAt: DateTimeISO
1831
+ creator: User
1832
+ deletedAt: DateTimeISO
1833
+ detailType: String!
1834
+ id: ID!
1835
+ inspctionCriteria: String
1836
+ mainType: String!
1837
+ name: String
1838
+ sequence: Int
1839
+ supervisoryConfirmStatus: String
1840
+ updatedAt: DateTimeISO
1841
+ updater: User
1842
+ }
1843
+
1844
+ """Entity for ChecklistItemComment"""
1845
+ type ChecklistItemComment {
1846
+ checklistItem: ChecklistItem
1847
+ comment: String
1848
+ createdAt: DateTimeISO
1849
+ creator: User
1850
+ deletedAt: DateTimeISO
1851
+ id: ID!
1852
+ }
1853
+
1854
+ input ChecklistItemCommentPatch {
1855
+ checklistItemId: String
1856
+ comment: String
1857
+ id: ID
1858
+ }
1859
+
1860
+ """History Entity of ChecklistItem"""
1861
+ type ChecklistItemHistory {
1862
+ checklistHistory: ChecklistHistory
1863
+ checklistId: String
1864
+ checklistItemAttachmentCount: Float!
1865
+ checklistItemAttachments(description: String): [Attachment!]!
1866
+ checklistItemCommentCount: Float!
1867
+ checklistItemComments: [ChecklistItemComment!]!
1868
+ constructionConfirmStatus: String
1869
+ createdAt: DateTimeISO
1870
+ creator: User
1871
+ detailType: String!
1872
+ id: ID!
1873
+ inspctionCriteria: String
1874
+ loggedAt: DateTimeISO
1875
+ mainType: String!
1876
+ name: String
1877
+ sequence: Float
1878
+ supervisoryConfirmStatus: String
1879
+ updater: User
1880
+ }
1881
+
1882
+ type ChecklistItemHistoryList {
1883
+ items: [ChecklistItemHistory!]!
1884
+ total: Int!
1885
+ }
1886
+
1887
+ input ChecklistItemInputType {
1888
+ detailType: String!
1889
+ inspctionCriteria: String
1890
+ mainType: String!
1891
+ name: String!
1892
+ }
1893
+
1894
+ type ChecklistItemList {
1895
+ items: [ChecklistItem!]!
1896
+ total: Int!
1897
+ }
1898
+
1899
+ input ChecklistItemSubmitInputType {
1900
+ constructionConfirmStatus: String
1901
+ id: String!
1902
+ supervisoryConfirmStatus: String
1903
+ }
1904
+
1905
+ type ChecklistList {
1906
+ items: [Checklist!]!
1907
+ total: Int!
1908
+ }
1909
+
1910
+ input ChecklistSubmitInputType {
1911
+ id: String!
1912
+ inspectionRequestMemo: String
1913
+ inspectionResultMemo: String
1914
+ inspectionResultStatus: String
1915
+ inspectionResultType: String
1916
+ overallConstructorSignature: String
1917
+ overallSupervisorySignature: String
1918
+ taskConstructorSignature: String
1919
+ taskSupervisorySignature: String
1920
+ }
1921
+
1922
+ type ChecklistTemplate {
1923
+ checklistTemplateItems: [ChecklistTemplateItem!]!
1924
+ createdAt: DateTimeISO
1925
+ creator: User
1926
+ deletedAt: DateTimeISO
1927
+ domain: Domain
1928
+ id: ID!
1929
+ name: String
1930
+ updatedAt: DateTimeISO
1931
+ updater: User
1932
+ }
1933
+
1934
+ type ChecklistTemplateItem {
1935
+ checklistTemplate: ChecklistTemplate
1936
+ createdAt: DateTimeISO
1937
+ creator: User
1938
+ detailType: String!
1939
+ detailTypeName: String!
1940
+ id: ID!
1941
+ inspctionCriteria: String
1942
+ mainType: String!
1943
+ name: String!
1944
+ sequence: Int
1945
+ updatedAt: DateTimeISO
1946
+ updater: User
1947
+ }
1948
+
1949
+ type ChecklistTemplateItemList {
1950
+ items: [ChecklistTemplateItem!]!
1951
+ total: Int!
1952
+ }
1953
+
1954
+ input ChecklistTemplateItemPatch {
1955
+ checklistTemplateId: String
1956
+ cuFlag: String
1957
+ detailType: String
1958
+ id: ID
1959
+ inspctionCriteria: String
1960
+ mainType: String
1961
+ name: String
1962
+ sequence: Int
1963
+ }
1964
+
1965
+ type ChecklistTemplateList {
1966
+ items: [ChecklistTemplate!]!
1967
+ total: Int!
1968
+ }
1969
+
1970
+ input ChecklistTemplatePatch {
1971
+ cuFlag: String
1972
+ id: ID
1973
+ name: String
1974
+ }
1975
+
1976
+ type ChecklistType {
1977
+ createdAt: DateTimeISO
1978
+ creator: User
1979
+ detailType: String!
1980
+ domain: Domain
1981
+ id: ID!
1982
+ mainType: String!
1983
+ updatedAt: DateTimeISO
1984
+ updater: User
1985
+ }
1986
+
1987
+ type ChecklistTypeList {
1988
+ items: [ChecklistType!]!
1989
+ total: Int!
1990
+ }
1991
+
1992
+ input ChecklistTypePatch {
1993
+ cuFlag: String
1994
+ detailType: String
1995
+ id: ID
1996
+ mainType: String
1997
+ }
1998
+
1380
1999
  input CodeDecipherInput {
1381
2000
  code: String!
1382
2001
  language: String
@@ -1600,27 +2219,77 @@ type ConnectorType {
1600
2219
  taskPrefixes: [String!]
1601
2220
  }
1602
2221
 
1603
- """Entity for Contact"""
1604
- type Contact {
1605
- address: String
1606
- company: String
2222
+ """세부 공종 타입"""
2223
+ type ConstructionDetailType {
2224
+ constructionType: ConstructionType
1607
2225
  createdAt: DateTimeISO
1608
2226
  creator: User
1609
- deletedAt: DateTimeISO
1610
- department: String
1611
- domain: Domain!
1612
- email: EmailAddress
1613
2227
  id: ID!
1614
- items: [ContactItem!]
1615
2228
  name: String
1616
- note: String
1617
- phone: String
1618
- profile: Profile
2229
+ sequence: Int
1619
2230
  updatedAt: DateTimeISO
1620
2231
  updater: User
1621
2232
  }
1622
2233
 
1623
- type ContactItem {
2234
+ type ConstructionDetailTypeList {
2235
+ items: [ConstructionDetailType!]!
2236
+ total: Int!
2237
+ }
2238
+
2239
+ input ConstructionDetailTypePatch {
2240
+ cuFlag: String
2241
+ id: ID
2242
+ name: String
2243
+ sequence: Int
2244
+ }
2245
+
2246
+ """공종 타입"""
2247
+ type ConstructionType {
2248
+ constructionDetailTypes: [ConstructionDetailType!]
2249
+ createdAt: DateTimeISO
2250
+ creator: User
2251
+ deletedAt: DateTimeISO
2252
+ description: String
2253
+ domain: Domain
2254
+ id: ID!
2255
+ name: String
2256
+ updatedAt: DateTimeISO
2257
+ updater: User
2258
+ }
2259
+
2260
+ type ConstructionTypeList {
2261
+ items: [ConstructionType!]!
2262
+ total: Int!
2263
+ }
2264
+
2265
+ input ConstructionTypePatch {
2266
+ cuFlag: String
2267
+ description: String
2268
+ id: ID
2269
+ name: String
2270
+ }
2271
+
2272
+ """Entity for Contact"""
2273
+ type Contact {
2274
+ address: String
2275
+ company: String
2276
+ createdAt: DateTimeISO
2277
+ creator: User
2278
+ deletedAt: DateTimeISO
2279
+ department: String
2280
+ domain: Domain!
2281
+ email: EmailAddress
2282
+ id: ID!
2283
+ items: [ContactItem!]
2284
+ name: String
2285
+ note: String
2286
+ phone: String
2287
+ profile: Profile
2288
+ updatedAt: DateTimeISO
2289
+ updater: User
2290
+ }
2291
+
2292
+ type ContactItem {
1624
2293
  label: String!
1625
2294
  type: String!
1626
2295
  value: String!
@@ -2709,6 +3378,14 @@ input DepartmentPatch {
2709
3378
  picture: Upload
2710
3379
  }
2711
3380
 
3381
+ type DigestedResource {
3382
+ """할당량"""
3383
+ allocated: Float
3384
+
3385
+ """자원 유형"""
3386
+ type: String
3387
+ }
3388
+
2712
3389
  """
2713
3390
  Represents a domain entity, which is a logical grouping of users, roles, and resources within the system.
2714
3391
  """
@@ -3442,6 +4119,53 @@ enum InheritedValueType {
3442
4119
  Only
3443
4120
  }
3444
4121
 
4122
+ """Entity for InspectionDrawingType"""
4123
+ type InspectionDrawingType {
4124
+ createdAt: DateTimeISO
4125
+ creator: User
4126
+ domain: Domain
4127
+ id: ID!
4128
+ inspectionParts: [InspectionPart!]
4129
+ name: String
4130
+ updatedAt: DateTimeISO
4131
+ updater: User
4132
+ }
4133
+
4134
+ type InspectionDrawingTypeList {
4135
+ items: [InspectionDrawingType!]!
4136
+ total: Int!
4137
+ }
4138
+
4139
+ input InspectionDrawingTypePatch {
4140
+ cuFlag: String
4141
+ id: ID
4142
+ name: String
4143
+ }
4144
+
4145
+ """Entity for InspectionPart"""
4146
+ type InspectionPart {
4147
+ createdAt: DateTimeISO
4148
+ creator: User
4149
+ id: ID!
4150
+ inspectionDrawingType: InspectionDrawingType
4151
+ name: String
4152
+ sequence: Int
4153
+ updatedAt: DateTimeISO
4154
+ updater: User
4155
+ }
4156
+
4157
+ type InspectionPartList {
4158
+ items: [InspectionPart!]!
4159
+ total: Int!
4160
+ }
4161
+
4162
+ input InspectionPartPatch {
4163
+ cuFlag: String
4164
+ id: ID
4165
+ name: String
4166
+ sequence: Int
4167
+ }
4168
+
3445
4169
  """Entity for InstallableActivity"""
3446
4170
  type InstallableActivity {
3447
4171
  activity: Activity
@@ -3520,6 +4244,45 @@ type InvitationList {
3520
4244
  total: Int
3521
4245
  }
3522
4246
 
4247
+ """Entity for Issue"""
4248
+ type Issue {
4249
+ actionPlans: [ActionPlan!]!
4250
+ active: Boolean
4251
+ createdAt: DateTimeISO
4252
+ creator: User
4253
+ deletedAt: DateTimeISO
4254
+ description: String
4255
+ domain: Domain
4256
+ id: ID!
4257
+ name: String
4258
+ params: String
4259
+ state: String
4260
+ thumbnail: String
4261
+ updatedAt: DateTimeISO
4262
+ updater: User
4263
+ }
4264
+
4265
+ type IssueList {
4266
+ items: [Issue!]!
4267
+ total: Int!
4268
+ }
4269
+
4270
+ input IssuePatch {
4271
+ active: Boolean
4272
+ cuFlag: String
4273
+ description: String
4274
+ id: ID
4275
+ name: String
4276
+ state: IssueStatus
4277
+ thumbnail: Upload
4278
+ }
4279
+
4280
+ """state enumeration of a issue"""
4281
+ enum IssueStatus {
4282
+ STATUS_A
4283
+ STATUS_B
4284
+ }
4285
+
3523
4286
  """
3524
4287
  A field whose value is a JSON Web Token (JWT): https://jwt.io/introduction.
3525
4288
  """
@@ -3835,6 +4598,7 @@ type KpiMetricValue {
3835
4598
  """
3836
4599
  org: String
3837
4600
  periodType: KpiPeriodType!
4601
+ project: Project!
3838
4602
  unit: String
3839
4603
  updatedAt: DateTimeISO
3840
4604
  updater: User
@@ -4344,6 +5108,7 @@ type KpiValue {
4344
5108
 
4345
5109
  """Aggregation period type for this KPI value."""
4346
5110
  periodType: KpiPeriodType!
5111
+ project: Project!
4347
5112
 
4348
5113
  """
4349
5114
  Performance score calculated from KPI value using scoreFormula or grades lookup table. Range: 0-1.
@@ -4548,6 +5313,31 @@ type LoginHistoryList {
4548
5313
  total: Int!
4549
5314
  }
4550
5315
 
5316
+ """담당자 관리"""
5317
+ type Manager {
5318
+ id: ID!
5319
+ phone: String
5320
+ position: String
5321
+ user: User
5322
+ }
5323
+
5324
+ type ManagerOutput {
5325
+ id: ID
5326
+ name: String
5327
+ phone: String
5328
+ position: String
5329
+ updatedAt: String
5330
+ userId: ID!
5331
+ }
5332
+
5333
+ input ManagerPatch {
5334
+ id: ID
5335
+ name: String
5336
+ phone: String
5337
+ position: String
5338
+ userId: ID
5339
+ }
5340
+
4551
5341
  """Entity for Menu"""
4552
5342
  type Menu {
4553
5343
  buttons: [MenuButton!]!
@@ -4926,6 +5716,9 @@ type Mutation {
4926
5716
  username: String!
4927
5717
  ): Boolean!
4928
5718
 
5719
+ """To apply to all building inspection"""
5720
+ applyToAllBuildingInspection(buildingInspectionId: String!): Boolean!
5721
+
4929
5722
  """To approve ActivityApproval"""
4930
5723
  approveActivityApproval(comment: String, id: String!): ActivityApproval
4931
5724
 
@@ -4988,6 +5781,9 @@ type Mutation {
4988
5781
  """
4989
5782
  copyScenarios(ids: [String!]!): [Scenario!]!
4990
5783
 
5784
+ """To create new ActionPlan"""
5785
+ createActionPlan(actionPlan: NewActionPlan!): ActionPlan!
5786
+
4991
5787
  """To create new Activity"""
4992
5788
  createActivity(activity: NewActivity!): Activity!
4993
5789
 
@@ -5022,6 +5818,15 @@ type Mutation {
5022
5818
  """To create new BoardTemplate"""
5023
5819
  createBoardTemplate(boardTemplate: NewBoardTemplate!): BoardTemplate!
5024
5820
 
5821
+ """To create Building Inspection information"""
5822
+ createBuildingInspection(patch: NewBuildingInspection!): BuildingInspection!
5823
+
5824
+ """Create Daily Worklog by projectId+date"""
5825
+ createBuildingInspectionDailyWorklog(patch: BuildingInspectionDailyWorklogNew!): BuildingInspectionDailyWorklog!
5826
+
5827
+ """To create new ChecklistItemComment"""
5828
+ createChecklistItemComment(checklistItemComment: NewChecklistItemComment!): ChecklistItemComment!
5829
+
5025
5830
  """To create new CommonCode"""
5026
5831
  createCommonCode(commonCode: NewCommonCode!): CommonCode!
5027
5832
 
@@ -5101,6 +5906,9 @@ type Mutation {
5101
5906
  """Creates a new board group."""
5102
5907
  createGroup(group: NewGroup!): Group
5103
5908
 
5909
+ """To create new Issue"""
5910
+ createIssue(issue: NewIssue!): Issue!
5911
+
5104
5912
  """Create a new KPI with the provided details."""
5105
5913
  createKpi(
5106
5914
  """Input object containing details for the new KPI."""
@@ -5170,6 +5978,9 @@ type Mutation {
5170
5978
  """To create my new PagePreference"""
5171
5979
  createMyPagePreference(pagePreference: NewPagePreference!): PagePreference!
5172
5980
 
5981
+ """To create new NoticeComment"""
5982
+ createNoticeComment(noticeComment: NewNoticeComment!): NoticeComment!
5983
+
5173
5984
  """To create new Notification"""
5174
5985
  createNotification(notification: NewNotification!): Notification!
5175
5986
 
@@ -5191,6 +6002,15 @@ type Mutation {
5191
6002
  """To create new privilege"""
5192
6003
  createPrivilege(privilege: NewPrivilege!): Privilege!
5193
6004
 
6005
+ """프로젝트 생성"""
6006
+ createProject(project: NewProject!): Project!
6007
+
6008
+ """To create new ProjectReport"""
6009
+ createProjectReport(projectReport: NewProjectReport!): ProjectReport!
6010
+
6011
+ """To create new Resource"""
6012
+ createResource(resource: NewResource!): Resource!
6013
+
5194
6014
  """To create new user"""
5195
6015
  createRole(role: NewRole!): User!
5196
6016
 
@@ -5203,6 +6023,18 @@ type Mutation {
5203
6023
  """Creates a new state register."""
5204
6024
  createStateRegister(stateRegister: NewStateRegister!): StateRegister!
5205
6025
 
6026
+ """To create new Supervisor"""
6027
+ createSupervisor(supervisor: NewSupervisor!): Supervisor!
6028
+
6029
+ """To create new Task"""
6030
+ createTask(task: NewTask!): Task!
6031
+
6032
+ """To create Task Checklist information"""
6033
+ createTaskChecklist(patch: NewTaskChecklist!): Boolean!
6034
+
6035
+ """To create new TaskResource"""
6036
+ createTaskResource(taskResource: NewTaskResource!): TaskResource!
6037
+
5206
6038
  """To create new Terminology"""
5207
6039
  createTerminology(terminology: NewTerminology!): Terminology!
5208
6040
 
@@ -5229,6 +6061,12 @@ type Mutation {
5229
6061
  """To delegate a ActivityThread"""
5230
6062
  delegateActivityThread(assignee: ObjectRef, dueAt: DateTimeISO, id: String!, reason: String): ActivityThread!
5231
6063
 
6064
+ """To delete ActionPlan"""
6065
+ deleteActionPlan(id: String!): Boolean!
6066
+
6067
+ """To delete multiple ActionPlans"""
6068
+ deleteActionPlans(ids: [String!]!): Boolean!
6069
+
5232
6070
  """To delete multiple Activities"""
5233
6071
  deleteActivities(ids: [String!]!): Boolean!
5234
6072
 
@@ -5282,6 +6120,39 @@ type Mutation {
5282
6120
  """To delete BoardTemplate"""
5283
6121
  deleteBoardTemplate(id: String!): Boolean!
5284
6122
 
6123
+ """To delete Building"""
6124
+ deleteBuilding(id: String!): Boolean!
6125
+
6126
+ """To delete BuildingComplex"""
6127
+ deleteBuildingComplex(id: String!): Boolean!
6128
+
6129
+ """To delete multiple BuildingComplexes"""
6130
+ deleteBuildingComplexes(ids: [String!]!): Boolean!
6131
+
6132
+ """To delete multiple Checklists"""
6133
+ deleteBuildingInspections(ids: [String!]!): Boolean!
6134
+
6135
+ """To delete multiple Buildings"""
6136
+ deleteBuildings(ids: [String!]!): Boolean!
6137
+
6138
+ """To delete ChecklistItemComment"""
6139
+ deleteChecklistItemComment(id: String!): Boolean!
6140
+
6141
+ """To delete ChecklistTemplateItem"""
6142
+ deleteChecklistTemplateItem(id: String!): Boolean!
6143
+
6144
+ """To delete multiple ChecklistTemplateItems"""
6145
+ deleteChecklistTemplateItems(ids: [String!]!): Boolean!
6146
+
6147
+ """To delete multiple ChecklistTemplates"""
6148
+ deleteChecklistTemplates(ids: [String!]!): Boolean!
6149
+
6150
+ """To delete multiple ChecklistTypes"""
6151
+ deleteChecklistTypes(ids: [String!]!): Boolean!
6152
+
6153
+ """To create Building Inspection And Checklist information"""
6154
+ deleteChecklists(ids: [String!]!): Boolean!
6155
+
5285
6156
  """To delete CommonCode"""
5286
6157
  deleteCommonCode(id: String!): Boolean!
5287
6158
 
@@ -5300,6 +6171,12 @@ type Mutation {
5300
6171
  """Deletes multiple connections by their names."""
5301
6172
  deleteConnections(names: [String!]!): Boolean!
5302
6173
 
6174
+ """To delete multiple ConstructionDetailTypes"""
6175
+ deleteConstructionDetailTypes(ids: [String!]!): Boolean!
6176
+
6177
+ """To delete multiple ConstructionTypes"""
6178
+ deleteConstructionTypes(ids: [String!]!): Boolean!
6179
+
5303
6180
  """To delete Contact"""
5304
6181
  deleteContact(id: String!): Boolean!
5305
6182
 
@@ -5425,6 +6302,18 @@ type Mutation {
5425
6302
  """Deletes a board group."""
5426
6303
  deleteGroup(id: String!): Boolean!
5427
6304
 
6305
+ """To delete multiple InspectionDrawingTypes"""
6306
+ deleteInspectionDrawingTypes(ids: [String!]!): Boolean!
6307
+
6308
+ """To delete multiple InspectionParts"""
6309
+ deleteInspectionParts(ids: [String!]!): Boolean!
6310
+
6311
+ """To delete Issue"""
6312
+ deleteIssue(id: String!): Boolean!
6313
+
6314
+ """To delete multiple Issues"""
6315
+ deleteIssues(ids: [String!]!): Boolean!
6316
+
5428
6317
  """To delete Kpi"""
5429
6318
  deleteKpi(id: String!): Boolean!
5430
6319
 
@@ -5518,6 +6407,9 @@ type Mutation {
5518
6407
  """To delete my preference"""
5519
6408
  deleteMyUserPreference(element: String!, key: String!): Boolean!
5520
6409
 
6410
+ """To delete NoticeComment"""
6411
+ deleteNoticeComment(id: String!): Boolean!
6412
+
5521
6413
  """To delete Notification"""
5522
6414
  deleteNotification(id: String!): Boolean!
5523
6415
 
@@ -5563,6 +6455,21 @@ type Mutation {
5563
6455
  """To delete privilege"""
5564
6456
  deletePrivilege(category: String!, name: String!): Boolean!
5565
6457
 
6458
+ """To delete Project"""
6459
+ deleteProject(id: String!): Boolean!
6460
+
6461
+ """To delete ProjectReport"""
6462
+ deleteProjectReport(id: String!): Boolean!
6463
+
6464
+ """To delete multiple ProjectReports"""
6465
+ deleteProjectReports(ids: [String!]!): Boolean!
6466
+
6467
+ """To delete Resource"""
6468
+ deleteResource(id: String!): Boolean!
6469
+
6470
+ """To delete multiple Resources"""
6471
+ deleteResources(ids: [String!]!): Boolean!
6472
+
5566
6473
  """To delete role"""
5567
6474
  deleteRole(id: String!): Boolean!
5568
6475
 
@@ -5590,6 +6497,24 @@ type Mutation {
5590
6497
  """Deletes multiple scenario steps by their IDs."""
5591
6498
  deleteSteps(ids: [String!]!): Boolean!
5592
6499
 
6500
+ """To delete Supervisor"""
6501
+ deleteSupervisor(id: String!): Boolean!
6502
+
6503
+ """To delete multiple Supervisors"""
6504
+ deleteSupervisors(ids: [String!]!): Boolean!
6505
+
6506
+ """To delete Task"""
6507
+ deleteTask(id: String!): Boolean!
6508
+
6509
+ """To delete TaskResource"""
6510
+ deleteTaskResource(id: String!): Boolean!
6511
+
6512
+ """To delete multiple TaskResources"""
6513
+ deleteTaskResources(ids: [String!]!): Boolean!
6514
+
6515
+ """To delete multiple Tasks"""
6516
+ deleteTasks(ids: [String!]!): Boolean!
6517
+
5593
6518
  """To delete multiple Terminologies"""
5594
6519
  deleteTerminologies(ids: [String!]!): Boolean!
5595
6520
 
@@ -5627,6 +6552,9 @@ type Mutation {
5627
6552
  """To delete multiple workShifts"""
5628
6553
  deleteWorkShifts(ids: [String!]!): Boolean!
5629
6554
 
6555
+ """To delete multiple WorkerTypes"""
6556
+ deleteWorkerTypes(ids: [String!]!): Boolean!
6557
+
5630
6558
  """
5631
6559
  Detaches an existing contact from an employee. The employee is identified by their ID.
5632
6560
  """
@@ -5637,6 +6565,9 @@ type Mutation {
5637
6565
  domainRegister(domainInput: DomainGeneratorInput!): Domain!
5638
6566
  domainUserRoleRegister(newDomainInfo: DomainUserRoleInput!): Domain!
5639
6567
 
6568
+ """선택된 도면 파일들을 ZIP으로 압축하여 다운로드 URL 반환"""
6569
+ downloadPlanFiles(fileIds: [String!]!): String!
6570
+
5640
6571
  """To draft standard ActivityInstance"""
5641
6572
  draftActivityInstance(activityInstance: ActivityInstanceDraft!): ActivityInstance!
5642
6573
 
@@ -5674,6 +6605,9 @@ type Mutation {
5674
6605
  getOauth2AuthUrl(id: String!): String!
5675
6606
  grantRoles(customerId: String!, roles: [RolePatch!]!): Boolean!
5676
6607
 
6608
+ """To import multiple ActionPlans"""
6609
+ importActionPlans(actionPlans: [ActionPlanPatch!]!): Boolean!
6610
+
5677
6611
  """To import multiple Activities"""
5678
6612
  importActivities(activities: [ActivityPatch!]!): Boolean!
5679
6613
 
@@ -5697,6 +6631,9 @@ type Mutation {
5697
6631
  """Imports multiple boards from JSON files."""
5698
6632
  importBoards(files: [Upload!]!, groupId: String!, overwrite: Boolean!): [Board!]!
5699
6633
 
6634
+ """To import multiple Buildings"""
6635
+ importBuildings(buildings: [BuildingPatch!]!): Boolean!
6636
+
5700
6637
  """To import multiple CommonCodeDetails"""
5701
6638
  importCommonCodeDetails(commonCodeDetails: [CommonCodeDetailPatch!]!): Boolean!
5702
6639
 
@@ -5730,6 +6667,9 @@ type Mutation {
5730
6667
  """
5731
6668
  importEmployees(employees: [EmployeePatch!]!): Boolean!
5732
6669
 
6670
+ """To import multiple Issues"""
6671
+ importIssues(issues: [IssuePatch!]!): Boolean!
6672
+
5733
6673
  """To import multiple KpiMetricValues"""
5734
6674
  importKpiMetricValues(metricValues: [KpiMetricValuePatch!]!): Boolean!
5735
6675
 
@@ -5769,6 +6709,12 @@ type Mutation {
5769
6709
  """To import multiple Oauth2Clients"""
5770
6710
  importOauth2Clients(oauth2Clients: [Oauth2ClientPatch!]!): Boolean!
5771
6711
 
6712
+ """To import multiple ProjectReports"""
6713
+ importProjectReports(projectReports: [ProjectReportPatch!]!): Boolean!
6714
+
6715
+ """To import multiple Resources"""
6716
+ importResources(resources: [ResourcePatch!]!): Boolean!
6717
+
5772
6718
  """
5773
6719
  Imports multiple scenarios, including their steps. This can overwrite existing scenarios if IDs match.
5774
6720
  """
@@ -5777,6 +6723,15 @@ type Mutation {
5777
6723
  """Imports multiple state registers from a provided list."""
5778
6724
  importStateRegisters(stateRegisters: [StateRegisterPatch!]!): Boolean!
5779
6725
 
6726
+ """To import multiple Supervisors"""
6727
+ importSupervisors(supervisors: [SupervisorPatch!]!): Boolean!
6728
+
6729
+ """To import multiple TaskResources"""
6730
+ importTaskResources(taskResources: [TaskResourcePatch!]!): Boolean!
6731
+
6732
+ """To import multiple Tasks"""
6733
+ importTasks(tasks: [TaskPatch!]!): Boolean!
6734
+
5780
6735
  """To import multiple Terminologies"""
5781
6736
  importTerminologies(terminologies: [TerminologyPatch!]!): Boolean!
5782
6737
 
@@ -5974,6 +6929,9 @@ type Mutation {
5974
6929
  username: String!
5975
6930
  ): Boolean!
5976
6931
 
6932
+ """To modify ActionPlan information"""
6933
+ updateActionPlan(id: String!, patch: ActionPlanPatch!): ActionPlan!
6934
+
5977
6935
  """To modify Activity information"""
5978
6936
  updateActivity(id: String!, patch: ActivityPatch!): Activity!
5979
6937
 
@@ -6011,6 +6969,24 @@ type Mutation {
6011
6969
  """To modify BoardTemplate information"""
6012
6970
  updateBoardTemplate(id: String!, patch: BoardTemplatePatch!): BoardTemplate!
6013
6971
 
6972
+ """To modify Building information"""
6973
+ updateBuilding(id: String!, patch: BuildingPatch!): Building!
6974
+
6975
+ """To modify BuildingComplex information"""
6976
+ updateBuildingComplex(id: String!, patch: BuildingComplexPatch!): BuildingComplex!
6977
+
6978
+ """To update Building Inspection information"""
6979
+ updateBuildingInspection(patch: UpdateBuildingInspection!): BuildingInspection!
6980
+
6981
+ """To create Building Inspection And Checklist information"""
6982
+ updateBuildingInspectionChecklist(buildingInspection: UpdateBuildingInspectionSubmitType!): Boolean!
6983
+
6984
+ """Update Daily Worklog"""
6985
+ updateBuildingInspectionDailyWorklog(patch: BuildingInspectionDailyWorklogPatch!): BuildingInspectionDailyWorklog!
6986
+
6987
+ """To modify ChecklistItemComment information"""
6988
+ updateChecklistItemComment(id: String!, patch: ChecklistItemCommentPatch!): ChecklistItemComment!
6989
+
6014
6990
  """To modify CommonCode information"""
6015
6991
  updateCommonCode(name: String!, patch: CommonCodePatch!): CommonCode!
6016
6992
 
@@ -6080,6 +7056,9 @@ type Mutation {
6080
7056
  """Updates an existing board group."""
6081
7057
  updateGroup(id: String!, patch: GroupPatch!): Group!
6082
7058
 
7059
+ """To modify Issue information"""
7060
+ updateIssue(id: String!, patch: IssuePatch!): Issue!
7061
+
6083
7062
  """To modify Kpi information"""
6084
7063
  updateKpi(id: String!, patch: KpiPatch!): Kpi!
6085
7064
 
@@ -6119,6 +7098,9 @@ type Mutation {
6119
7098
  """To modify MenuDetailColumn information"""
6120
7099
  updateMenuDetailColumn(id: String!, patch: MenuDetailColumnPatch!): MenuDetailColumn!
6121
7100
 
7101
+ """To modify multiple ActionPlans' information"""
7102
+ updateMultipleActionPlan(patches: [ActionPlanPatch!]!): [ActionPlan!]!
7103
+
6122
7104
  """To modify multiple Activities' information"""
6123
7105
  updateMultipleActivity(patches: [ActivityPatch!]!): [Activity!]!
6124
7106
 
@@ -6137,6 +7119,18 @@ type Mutation {
6137
7119
  ): [AttributeSet!]!
6138
7120
  updateMultipleAuthProvider(patches: [AuthProviderPatch!]!): [AuthProvider!]!
6139
7121
 
7122
+ """To modify multiple Buildings' information"""
7123
+ updateMultipleBuilding(patches: [BuildingPatch!]!): [Building!]!
7124
+
7125
+ """To modify multiple ChecklistTemplates' information"""
7126
+ updateMultipleChecklistTemplate(patches: [ChecklistTemplatePatch!]!): [ChecklistTemplate!]!
7127
+
7128
+ """To modify multiple ChecklistTemplateItems' information"""
7129
+ updateMultipleChecklistTemplateItems(checklistTemplateId: String!, patches: [ChecklistTemplateItemPatch!]!): [ChecklistTemplateItem!]!
7130
+
7131
+ """To modify multiple ChecklistTypes' information"""
7132
+ updateMultipleChecklistType(patches: [ChecklistTypePatch!]!): [ChecklistType!]!
7133
+
6140
7134
  """To modify multiple CommonCodes' information"""
6141
7135
  updateMultipleCommonCode(patches: [CommonCodePatch!]!): [CommonCode!]!
6142
7136
 
@@ -6146,6 +7140,12 @@ type Mutation {
6146
7140
  """Updates multiple connections at once."""
6147
7141
  updateMultipleConnection(patches: [ConnectionPatch!]!): [Connection!]!
6148
7142
 
7143
+ """To modify multiple ConstructionDetailTypes' information"""
7144
+ updateMultipleConstructionDetailType(constructionTypeId: String!, patches: [ConstructionDetailTypePatch!]!): [ConstructionDetailType!]!
7145
+
7146
+ """To modify multiple ConstructionTypes' information"""
7147
+ updateMultipleConstructionType(patches: [ConstructionTypePatch!]!): [ConstructionType!]!
7148
+
6149
7149
  """To modify multiple Contacts' information"""
6150
7150
  updateMultipleContact(patches: [ContactPatch!]!): [Contact!]!
6151
7151
 
@@ -6189,6 +7189,15 @@ type Mutation {
6189
7189
  """To modify multiple EnvVars' information"""
6190
7190
  updateMultipleEnvVars(patches: [EnvVarPatch!]!): [EnvVar!]!
6191
7191
 
7192
+ """To modify multiple InspectionDrawingTypes' information"""
7193
+ updateMultipleInspectionDrawingType(patches: [InspectionDrawingTypePatch!]!): [InspectionDrawingType!]!
7194
+
7195
+ """To modify multiple InspectionParts' information"""
7196
+ updateMultipleInspectionPart(inspectionDrawingTypeId: String!, patches: [InspectionPartPatch!]!): [InspectionPart!]!
7197
+
7198
+ """To modify multiple Issues' information"""
7199
+ updateMultipleIssue(patches: [IssuePatch!]!): [Issue!]!
7200
+
6192
7201
  """To modify multiple Kpis' information"""
6193
7202
  updateMultipleKpi(patches: [KpiPatch!]!): [Kpi!]!
6194
7203
 
@@ -6213,6 +7222,9 @@ type Mutation {
6213
7222
  """To modify multiple KpiValues' information"""
6214
7223
  updateMultipleKpiValue(patches: [KpiValuePatch!]!): [KpiValue!]!
6215
7224
 
7225
+ """To modify multiple Managers' information"""
7226
+ updateMultipleManager(patches: [ManagerPatch!]!): [Manager!]!
7227
+
6216
7228
  """To modify multiple Menus' information"""
6217
7229
  updateMultipleMenu(patches: [MenuPatch!]!): [Menu!]!
6218
7230
 
@@ -6234,6 +7246,12 @@ type Mutation {
6234
7246
  """To modify multiple PrinterDevices' information"""
6235
7247
  updateMultiplePrinterDevice(patches: [PrinterDevicePatch!]!): [PrinterDevice!]!
6236
7248
 
7249
+ """To modify multiple ProjectReports' information"""
7250
+ updateMultipleProjectReport(patches: [ProjectReportPatch!]!): [ProjectReport!]!
7251
+
7252
+ """To modify multiple Resources' information"""
7253
+ updateMultipleResource(patches: [ResourcePatch!]!): [Resource!]!
7254
+
6237
7255
  """
6238
7256
  Updates multiple scenarios at once. Can be used to create or update records.
6239
7257
  """
@@ -6250,6 +7268,15 @@ type Mutation {
6250
7268
  """
6251
7269
  updateMultipleStep(patches: [StepPatch!]!, scenarioId: String!): [Step!]!
6252
7270
 
7271
+ """To modify multiple Supervisors' information"""
7272
+ updateMultipleSupervisor(patches: [SupervisorPatch!]!): [Supervisor!]!
7273
+
7274
+ """To modify multiple Tasks' information"""
7275
+ updateMultipleTask(patches: [TaskPatch!]!): [Task!]!
7276
+
7277
+ """To modify multiple TaskResources' information"""
7278
+ updateMultipleTaskResource(patches: [TaskResourcePatch!]!): [TaskResource!]!
7279
+
6253
7280
  """To modify multiple Terminologies' information"""
6254
7281
  updateMultipleTerminologies(patches: [TerminologyPatch!]!): [Terminology!]!
6255
7282
 
@@ -6269,6 +7296,9 @@ type Mutation {
6269
7296
  """To modify multiple WorkShifts' information"""
6270
7297
  updateMultipleWorkShift(patches: [WorkShiftPatch!]!): [WorkShift!]!
6271
7298
 
7299
+ """To modify multiple WorkerTypes' information"""
7300
+ updateMultipleWorkerType(patches: [WorkerTypePatch!]!): [WorkerType!]!
7301
+
6272
7302
  """To modify ApprovalLine information for current user"""
6273
7303
  updateMyApprovalLine(id: String!, patch: ApprovalLinePatch!): ApprovalLine!
6274
7304
 
@@ -6278,6 +7308,9 @@ type Mutation {
6278
7308
  """To create or update my preference"""
6279
7309
  updateMyUserPreference(key: String!, preference: Object!): UserPreference!
6280
7310
 
7311
+ """To modify NoticeComment information"""
7312
+ updateNoticeComment(id: String!, patch: NoticeCommentPatch!): NoticeComment!
7313
+
6281
7314
  """To modify Notification information"""
6282
7315
  updateNotification(id: String!, patch: NotificationPatch!): Notification!
6283
7316
 
@@ -6299,6 +7332,21 @@ type Mutation {
6299
7332
  """To modify privilege information"""
6300
7333
  updatePrivilege(category: String!, name: String!, patch: PrivilegePatch!): Privilege!
6301
7334
 
7335
+ """프로젝트 업데이트 (중복 사용 금지)"""
7336
+ updateProject(project: ProjectPatch!): Project!
7337
+
7338
+ """프로젝트 완료 1단계 업데이트"""
7339
+ updateProjectCompleteStep1(project: ProjectCompleteStep1Patch!): Project!
7340
+
7341
+ """프로젝트 도면 업데이트"""
7342
+ updateProjectPlan(project: ProjectPatch!): Project!
7343
+
7344
+ """To modify ProjectReport information"""
7345
+ updateProjectReport(id: String!, patch: ProjectReportPatch!): ProjectReport!
7346
+
7347
+ """To modify Resource information"""
7348
+ updateResource(id: String!, patch: ResourcePatch!): Resource!
7349
+
6302
7350
  """To modify role information"""
6303
7351
  updateRole(id: String!, patch: RolePatch!): Role!
6304
7352
 
@@ -6325,6 +7373,18 @@ type Mutation {
6325
7373
  """
6326
7374
  updateStateRegisterByName(name: String!, state: Object!): StateRegister!
6327
7375
 
7376
+ """To modify Supervisor information"""
7377
+ updateSupervisor(id: String!, patch: SupervisorPatch!): Supervisor!
7378
+
7379
+ """To modify Task information"""
7380
+ updateTask(id: String!, patch: TaskPatch!): Task!
7381
+
7382
+ """To update Task Checklist information"""
7383
+ updateTaskChecklist(taskChecklist: UpdateTaskChecklistSubmitType!): Boolean!
7384
+
7385
+ """To modify TaskResource information"""
7386
+ updateTaskResource(id: String!, patch: TaskResourcePatch!): TaskResource!
7387
+
6328
7388
  """To modify Terminology information"""
6329
7389
  updateTerminology(id: String!, patch: TerminologyPatch!): Terminology!
6330
7390
 
@@ -6358,6 +7418,18 @@ type Mutation {
6358
7418
  """The username or email of the user whose roles to update."""
6359
7419
  username: String!
6360
7420
  ): User!
7421
+
7422
+ """프로젝트 공정표 업로드"""
7423
+ uploadProjectScheduleTable(param: UploadProjectScheduleTable!): Boolean!
7424
+ }
7425
+
7426
+ input NewActionPlan {
7427
+ active: Boolean
7428
+ description: String
7429
+ name: String!
7430
+ params: String
7431
+ state: ActionPlanStatus
7432
+ thumbnail: Upload
6361
7433
  }
6362
7434
 
6363
7435
  input NewActivity {
@@ -6552,6 +7624,20 @@ input NewBoardTemplate {
6552
7624
  visibility: String!
6553
7625
  }
6554
7626
 
7627
+ input NewBuildingInspection {
7628
+ buildingLevelId: String
7629
+ cellX: Float
7630
+ cellY: Float
7631
+ checklist: ChecklistInputType!
7632
+ checklistItem: [ChecklistItemInputType!]!
7633
+ managerId: String
7634
+ }
7635
+
7636
+ input NewChecklistItemComment {
7637
+ checklistItemId: String
7638
+ comment: String
7639
+ }
7640
+
6555
7641
  input NewCommonCode {
6556
7642
  description: String
6557
7643
  details: [String!]
@@ -6908,6 +7994,15 @@ input NewGroup {
6908
7994
  name: String!
6909
7995
  }
6910
7996
 
7997
+ input NewIssue {
7998
+ active: Boolean
7999
+ description: String
8000
+ name: String!
8001
+ params: String
8002
+ state: IssueStatus
8003
+ thumbnail: Upload
8004
+ }
8005
+
6911
8006
  """
6912
8007
  Input type for creating a new KPI. Used in mutations to provide KPI details.
6913
8008
  """
@@ -7339,6 +8434,11 @@ input NewMenuDetailColumn {
7339
8434
  virtualField: Boolean
7340
8435
  }
7341
8436
 
8437
+ input NewNoticeComment {
8438
+ buildingLevelId: String
8439
+ comment: String
8440
+ }
8441
+
7342
8442
  input NewNotification {
7343
8443
  body: String
7344
8444
  image: String
@@ -7433,6 +8533,29 @@ input NewPrivilege {
7433
8533
  roles: [ObjectRef!]
7434
8534
  }
7435
8535
 
8536
+ input NewProject {
8537
+ """연관된 건물 복합체 정보 (선택 사항)"""
8538
+ buildingComplex: ObjectRef
8539
+
8540
+ """프로젝트 이름"""
8541
+ name: String!
8542
+ }
8543
+
8544
+ input NewProjectReport {
8545
+ active: Boolean
8546
+ description: String
8547
+ name: String!
8548
+ params: String
8549
+ state: ProjectReportStatus
8550
+ thumbnail: Upload
8551
+ }
8552
+
8553
+ input NewResource {
8554
+ name: String!
8555
+ type: ResourceType!
8556
+ unit: String!
8557
+ }
8558
+
7436
8559
  """Input for creating a new role."""
7437
8560
  input NewRole {
7438
8561
  """A description for the new role."""
@@ -7524,7 +8647,51 @@ input NewStateRegister {
7524
8647
  unit: String
7525
8648
  }
7526
8649
 
7527
- input NewTerminology {
8650
+ input NewSupervisor {
8651
+ active: Boolean
8652
+ description: String
8653
+ name: String!
8654
+ params: String
8655
+ state: SupervisorStatus
8656
+ thumbnail: Upload
8657
+ }
8658
+
8659
+ input NewTask {
8660
+ """작업이 활성 상태인지 여부 (선택 사항)"""
8661
+ active: Boolean
8662
+
8663
+ """프로젝트 내에서 유니크한 작업 코드"""
8664
+ code: String!
8665
+
8666
+ """작업에 대한 설명 (선택 사항)"""
8667
+ description: String
8668
+
8669
+ """작업의 이름"""
8670
+ name: String!
8671
+
8672
+ """작업에 대한 추가 파라미터, JSON 형식으로 저장 (선택 사항)"""
8673
+ params: String
8674
+
8675
+ """부모 작업, 해당 작업이 하위 작업인 경우 (선택 사항)"""
8676
+ parent: ObjectRefForTask
8677
+
8678
+ """작업이 속한 프로젝트 (선택 사항)"""
8679
+ project: ObjectRefForProject
8680
+ }
8681
+
8682
+ input NewTaskChecklist {
8683
+ checklist: TaskChecklistInputType!
8684
+ checklistItem: [ChecklistItemInputType!]!
8685
+ managerId: String
8686
+ }
8687
+
8688
+ input NewTaskResource {
8689
+ quantity: Float!
8690
+ resourceId: ID!
8691
+ taskId: ID!
8692
+ }
8693
+
8694
+ input NewTerminology {
7528
8695
  category: String!
7529
8696
  description: String
7530
8697
  display: String!
@@ -7605,6 +8772,22 @@ input NewUserPreference {
7605
8772
  user: ObjectRef!
7606
8773
  }
7607
8774
 
8775
+ """Entity for NoticeComment"""
8776
+ type NoticeComment {
8777
+ buildingLevel: BuildingLevel
8778
+ comment: String
8779
+ createdAt: DateTimeISO
8780
+ creator: User
8781
+ deletedAt: DateTimeISO
8782
+ id: ID!
8783
+ }
8784
+
8785
+ input NoticeCommentPatch {
8786
+ buildingLevelId: String
8787
+ comment: String
8788
+ id: ID
8789
+ }
8790
+
7608
8791
  """Entity for Notification"""
7609
8792
  type Notification {
7610
8793
  body: String
@@ -7826,6 +9009,31 @@ input ObjectRefForEmployee {
7826
9009
  type: EmployeeType
7827
9010
  }
7828
9011
 
9012
+ input ObjectRefForProject {
9013
+ """A description of the referenced object."""
9014
+ description: String
9015
+
9016
+ """The unique identifier of the referenced object."""
9017
+ id: ID!
9018
+
9019
+ """프로젝트 이름 (선택 사항)"""
9020
+ name: String
9021
+ }
9022
+
9023
+ input ObjectRefForTask {
9024
+ """작업 코드 (선택 사항)"""
9025
+ code: String
9026
+
9027
+ """A description of the referenced object."""
9028
+ description: String
9029
+
9030
+ """The unique identifier of the referenced object."""
9031
+ id: ID!
9032
+
9033
+ """The name of the referenced object."""
9034
+ name: String
9035
+ }
9036
+
7829
9037
  input ObjectRefForUser {
7830
9038
  """A description of the referenced object."""
7831
9039
  description: String
@@ -7861,6 +9069,36 @@ enum OrgMemberTargetType {
7861
9069
  Role
7862
9070
  }
7863
9071
 
9072
+ type PDFDrawing {
9073
+ drawingURL: String
9074
+ dwgId: String
9075
+ id: String
9076
+ links: [PDFDrawingLink!]
9077
+ title: String
9078
+ }
9079
+
9080
+ type PDFDrawingLink {
9081
+ box: String
9082
+ data: PDFDrawingLinkData
9083
+ dwgId: String
9084
+ id: String
9085
+ story: String
9086
+ symbol: String
9087
+ type: String
9088
+ }
9089
+
9090
+ type PDFDrawingLinkData {
9091
+ box: String
9092
+ code: String
9093
+ dwgId: String
9094
+ finDetItems: [RoomFinishDetail!]
9095
+ id: String
9096
+ rmname: String
9097
+ sn: String
9098
+ symbol: String
9099
+ type: String
9100
+ }
9101
+
7864
9102
  """Entity for PagePreference"""
7865
9103
  type PagePreference {
7866
9104
  createdAt: DateTimeISO
@@ -8246,6 +9484,157 @@ input ProfileInput {
8246
9484
  zoom: Float
8247
9485
  }
8248
9486
 
9487
+ """프로젝트"""
9488
+ type Project {
9489
+ actualEndDate: String
9490
+ actualStartDate: String
9491
+ buildingComplex: BuildingComplex
9492
+ completeReports: [Attachment!]!
9493
+ createdAt: DateTimeISO
9494
+ creator: User
9495
+ deletedAt: DateTimeISO
9496
+ documentNaming: String
9497
+ domain: Domain
9498
+ endDate: String
9499
+ geoGroup: String
9500
+ id: ID!
9501
+ inputType: String
9502
+ inspPassRate: Float
9503
+ kpi: Float
9504
+ mainPhoto: Attachment
9505
+ name: String!
9506
+ postalCode: String
9507
+ projectType: String
9508
+ robotCount: Float
9509
+ robotProgressRate: Float
9510
+ rootTasks: [Task!]
9511
+ scheduleTable: Attachment
9512
+ startDate: String
9513
+ state: String!
9514
+ structuralSafetyRate: Float
9515
+ tasks: [Task!]
9516
+ totalProgress: Float
9517
+ updatedAt: DateTimeISO
9518
+ updater: User
9519
+ weeklyProgress: Float
9520
+ }
9521
+
9522
+ input ProjectCompleteStep1Patch {
9523
+ """실제 준공일"""
9524
+ actualEndDate: String
9525
+
9526
+ """실제 착공일"""
9527
+ actualStartDate: String
9528
+
9529
+ """연관된 건물 복합체 정보 (선택 사항)"""
9530
+ buildingComplex: BuildingComplexPatch
9531
+
9532
+ """수정할 프로젝트의 ID"""
9533
+ id: String!
9534
+ }
9535
+
9536
+ type ProjectList {
9537
+ """프로젝트 리스트 항목들"""
9538
+ items: [Project!]!
9539
+
9540
+ """전체 프로젝트 수"""
9541
+ total: Int!
9542
+ }
9543
+
9544
+ type ProjectManagerOutput {
9545
+ id: ID
9546
+ name: String
9547
+ phone: String
9548
+ position: String
9549
+ updatedAt: String
9550
+ userId: ID!
9551
+ }
9552
+
9553
+ input ProjectPatch {
9554
+ """연관된 건물 복합체 정보 (선택 사항)"""
9555
+ buildingComplex: BuildingComplexPatch
9556
+
9557
+ """프로젝트 문서 네이밍"""
9558
+ documentNaming: String
9559
+
9560
+ """프로젝트 준공일정"""
9561
+ endDate: String
9562
+
9563
+ """수정할 프로젝트의 ID"""
9564
+ id: String!
9565
+
9566
+ """검측/통과 비율 (%)"""
9567
+ inspPassRate: Float
9568
+
9569
+ """프로젝트 KPI"""
9570
+ kpi: Float
9571
+
9572
+ """프로젝트 대표 사진 업로드"""
9573
+ mainPhotoUpload: Upload
9574
+
9575
+ """프로젝트 이름"""
9576
+ name: String!
9577
+
9578
+ """로봇 작업 대수"""
9579
+ robotCount: Int
9580
+
9581
+ """로봇 작업 진행율 (%)"""
9582
+ robotProgressRate: Float
9583
+
9584
+ """프로젝트 착공일정"""
9585
+ startDate: String
9586
+
9587
+ """구조 안전도 (%)"""
9588
+ structuralSafetyRate: Float
9589
+
9590
+ """프로젝트 전체 진행현황 (%)"""
9591
+ totalProgress: Float
9592
+
9593
+ """프로젝트 주간 진행현황 (%)"""
9594
+ weeklyProgress: Float
9595
+ }
9596
+
9597
+ """Entity for ProjectReport"""
9598
+ type ProjectReport {
9599
+ active: Boolean
9600
+ content: String
9601
+ createdAt: DateTimeISO
9602
+ creator: User
9603
+ date: DateTimeISO
9604
+ deletedAt: DateTimeISO
9605
+ description: String
9606
+ domain: Domain
9607
+ id: ID!
9608
+ name: String
9609
+ params: String
9610
+ state: String
9611
+ supervisor: Supervisor!
9612
+ thumbnail: String
9613
+ updatedAt: DateTimeISO
9614
+ updater: User
9615
+ }
9616
+
9617
+ type ProjectReportList {
9618
+ items: [ProjectReport!]!
9619
+ total: Int!
9620
+ }
9621
+
9622
+ input ProjectReportPatch {
9623
+ active: Boolean
9624
+ cuFlag: String
9625
+ description: String
9626
+ id: ID
9627
+ name: String
9628
+ state: ProjectReportStatus
9629
+ thumbnail: Upload
9630
+ }
9631
+
9632
+ """state enumeration of a projectReport"""
9633
+ enum ProjectReportStatus {
9634
+ STATUS_A
9635
+ STATUS_B
9636
+ }
9637
+
8249
9638
  """
8250
9639
  Describes a single property for a component or a step, used for UI rendering and configuration.
8251
9640
  """
@@ -8281,6 +9670,24 @@ type PropertySpec {
8281
9670
  type Query {
8282
9671
  APIDocCompletion(input: APIDocCompletionInput!): APIDocCompletionOutput!
8283
9672
 
9673
+ """To fetch a ActionPlan"""
9674
+ actionPlan(id: String!): ActionPlan
9675
+
9676
+ """To fetch multiple ActionPlans"""
9677
+ actionPlans(
9678
+ """An array of filter conditions to apply to the list query."""
9679
+ filters: [Filter!]
9680
+
9681
+ """Inherited value type for the list query."""
9682
+ inherited: InheritedValueType
9683
+
9684
+ """Pagination options for the list query."""
9685
+ pagination: Pagination
9686
+
9687
+ """Sorting options for the list query."""
9688
+ sortings: [Sorting!]
9689
+ ): ActionPlanList!
9690
+
8284
9691
  """To fetch multiple Activities"""
8285
9692
  activities(
8286
9693
  """An array of filter conditions to apply to the list query."""
@@ -8688,6 +10095,67 @@ type Query {
8688
10095
  """Sorting options for the list query."""
8689
10096
  sortings: [Sorting!]
8690
10097
  ): BoardList!
10098
+
10099
+ """To fetch a building"""
10100
+ building(id: String!): Building
10101
+
10102
+ """To fetch a BuildingComplex"""
10103
+ buildingBuildingComplex(id: String!): BuildingComplex
10104
+
10105
+ """To fetch a BuildingInspection"""
10106
+ buildingInspection(id: String!): BuildingInspection
10107
+ buildingInspectionDailyWorklogByProjectIdAndDate(date: String!, projectId: String!): BuildingInspectionDailyWorklog
10108
+
10109
+ """To fetch a BuildingInspection Summary"""
10110
+ buildingInspectionDateSummaryOfLevelAndPeriod(buildingLevelId: String!, endDate: String!, startDate: String!): [BuildingInspectionSummary!]
10111
+
10112
+ """To fetch multiple BuildingInspections"""
10113
+ buildingInspectionHistories(
10114
+ """An array of filter conditions to apply to the list query."""
10115
+ filters: [Filter!]
10116
+
10117
+ """Inherited value type for the list query."""
10118
+ inherited: InheritedValueType
10119
+
10120
+ """Pagination options for the list query."""
10121
+ pagination: Pagination
10122
+
10123
+ """Sorting options for the list query."""
10124
+ sortings: [Sorting!]
10125
+ ): BuildingInspectionHistoryList!
10126
+
10127
+ """To fetch a BuildingInspectionHistory"""
10128
+ buildingInspectionHistory(id: String!): BuildingInspectionHistory
10129
+
10130
+ """To fetch a BuildingInspection Summary"""
10131
+ buildingInspectionSummaryOfBuildingLevel(buildingLevelId: String!): BuildingInspectionSummary
10132
+
10133
+ """프로젝트의 검측상태 별 카운트"""
10134
+ buildingInspectionSummaryOfProject(projectId: String!): BuildingInspectionSummary!
10135
+
10136
+ """To fetch multiple BuildingInspections"""
10137
+ buildingInspections(
10138
+ """An array of filter conditions to apply to the list query."""
10139
+ filters: [Filter!]
10140
+
10141
+ """Inherited value type for the list query."""
10142
+ inherited: InheritedValueType
10143
+
10144
+ """Pagination options for the list query."""
10145
+ pagination: Pagination
10146
+
10147
+ """Sorting options for the list query."""
10148
+ sortings: [Sorting!]
10149
+ ): BuildingInspectionList!
10150
+
10151
+ """To fetch multiple BuildingInspections"""
10152
+ buildingInspectionsOfBuildingLevel(params: BuildingInspectionsOfBuildingLevel!): BuildingInspectionList!
10153
+
10154
+ """To fetch multiple BuildingInspections"""
10155
+ buildingInspectionsOfProject(params: BuildingInspectionsOfProject!): BuildingInspectionList!
10156
+
10157
+ """To fetch a building level"""
10158
+ buildingLevel(id: String!): BuildingLevel
8691
10159
  chatCompletion(input: ChatCompletionInput!): ChatCompletionOutput!
8692
10160
 
8693
10161
  """
@@ -8714,6 +10182,129 @@ type Query {
8714
10182
  email: EmailAddress!
8715
10183
  ): Boolean!
8716
10184
 
10185
+ """To fetch a Checklist"""
10186
+ checklist(id: String!): Checklist
10187
+
10188
+ """To fetch multiple ChecklistHistories"""
10189
+ checklistHistories(
10190
+ """An array of filter conditions to apply to the list query."""
10191
+ filters: [Filter!]
10192
+
10193
+ """Inherited value type for the list query."""
10194
+ inherited: InheritedValueType
10195
+
10196
+ """Pagination options for the list query."""
10197
+ pagination: Pagination
10198
+
10199
+ """Sorting options for the list query."""
10200
+ sortings: [Sorting!]
10201
+ ): ChecklistHistoryList!
10202
+
10203
+ """To fetch a ChecklistHistory"""
10204
+ checklistHistory(id: String!): ChecklistHistory!
10205
+
10206
+ """To fetch a ChecklistItem"""
10207
+ checklistItem(id: String!): ChecklistItem
10208
+
10209
+ """To fetch multiple ChecklistItemComments"""
10210
+ checklistItemComments(checklistItemId: String!, pagination: Pagination!): [ChecklistItemComment!]!
10211
+
10212
+ """To fetch multiple ChecklistItems"""
10213
+ checklistItemHistories(
10214
+ """An array of filter conditions to apply to the list query."""
10215
+ filters: [Filter!]
10216
+
10217
+ """Inherited value type for the list query."""
10218
+ inherited: InheritedValueType
10219
+
10220
+ """Pagination options for the list query."""
10221
+ pagination: Pagination
10222
+
10223
+ """Sorting options for the list query."""
10224
+ sortings: [Sorting!]
10225
+ ): ChecklistItemHistoryList!
10226
+
10227
+ """To fetch a ChecklistItemHistory"""
10228
+ checklistItemHistory(id: String!): ChecklistItemHistory
10229
+
10230
+ """To fetch multiple ChecklistItems"""
10231
+ checklistItems(
10232
+ """An array of filter conditions to apply to the list query."""
10233
+ filters: [Filter!]
10234
+
10235
+ """Inherited value type for the list query."""
10236
+ inherited: InheritedValueType
10237
+
10238
+ """Pagination options for the list query."""
10239
+ pagination: Pagination
10240
+
10241
+ """Sorting options for the list query."""
10242
+ sortings: [Sorting!]
10243
+ ): ChecklistItemList!
10244
+
10245
+ """To fetch a ChecklistTemplateItem"""
10246
+ checklistTemplateItem(id: String!): ChecklistTemplateItem
10247
+
10248
+ """To fetch multiple ChecklistTemplateItems"""
10249
+ checklistTemplateItems(
10250
+ """An array of filter conditions to apply to the list query."""
10251
+ filters: [Filter!]
10252
+
10253
+ """Inherited value type for the list query."""
10254
+ inherited: InheritedValueType
10255
+
10256
+ """Pagination options for the list query."""
10257
+ pagination: Pagination
10258
+
10259
+ """Sorting options for the list query."""
10260
+ sortings: [Sorting!]
10261
+ ): ChecklistTemplateItemList!
10262
+
10263
+ """To fetch multiple ChecklistTemplates"""
10264
+ checklistTemplates(
10265
+ """An array of filter conditions to apply to the list query."""
10266
+ filters: [Filter!]
10267
+
10268
+ """Inherited value type for the list query."""
10269
+ inherited: InheritedValueType
10270
+
10271
+ """Pagination options for the list query."""
10272
+ pagination: Pagination
10273
+
10274
+ """Sorting options for the list query."""
10275
+ sortings: [Sorting!]
10276
+ ): ChecklistTemplateList!
10277
+
10278
+ """To fetch multiple ChecklistTypes"""
10279
+ checklistTypes(
10280
+ """An array of filter conditions to apply to the list query."""
10281
+ filters: [Filter!]
10282
+
10283
+ """Inherited value type for the list query."""
10284
+ inherited: InheritedValueType
10285
+
10286
+ """Pagination options for the list query."""
10287
+ pagination: Pagination
10288
+
10289
+ """Sorting options for the list query."""
10290
+ sortings: [Sorting!]
10291
+ ): ChecklistTypeList!
10292
+
10293
+ """To fetch multiple Checklists"""
10294
+ checklists(
10295
+ """An array of filter conditions to apply to the list query."""
10296
+ filters: [Filter!]
10297
+
10298
+ """Inherited value type for the list query."""
10299
+ inherited: InheritedValueType
10300
+
10301
+ """Pagination options for the list query."""
10302
+ pagination: Pagination
10303
+
10304
+ """Sorting options for the list query."""
10305
+ sortings: [Sorting!]
10306
+ ): ChecklistList!
10307
+
8717
10308
  """To fetch common approval lines"""
8718
10309
  commonApprovalLines(
8719
10310
  """An array of filter conditions to apply to the list query."""
@@ -8794,6 +10385,39 @@ type Query {
8794
10385
  """Fetches a list of all available connector types."""
8795
10386
  connectors: ConnectorList!
8796
10387
 
10388
+ """To fetch multiple ConstructionDetailTypes"""
10389
+ constructionDetailTypes(
10390
+ """An array of filter conditions to apply to the list query."""
10391
+ filters: [Filter!]
10392
+
10393
+ """Inherited value type for the list query."""
10394
+ inherited: InheritedValueType
10395
+
10396
+ """Pagination options for the list query."""
10397
+ pagination: Pagination
10398
+
10399
+ """Sorting options for the list query."""
10400
+ sortings: [Sorting!]
10401
+ ): ConstructionDetailTypeList!
10402
+
10403
+ """To fetch a ConstructionType"""
10404
+ constructionType(id: String!): ConstructionType
10405
+
10406
+ """To fetch multiple ConstructionTypes"""
10407
+ constructionTypes(
10408
+ """An array of filter conditions to apply to the list query."""
10409
+ filters: [Filter!]
10410
+
10411
+ """Inherited value type for the list query."""
10412
+ inherited: InheritedValueType
10413
+
10414
+ """Pagination options for the list query."""
10415
+ pagination: Pagination
10416
+
10417
+ """Sorting options for the list query."""
10418
+ sortings: [Sorting!]
10419
+ ): ConstructionTypeList!
10420
+
8797
10421
  """To fetch a Contact"""
8798
10422
  contact(id: String!): Contact
8799
10423
 
@@ -8812,6 +10436,7 @@ type Query {
8812
10436
  sortings: [Sorting!]
8813
10437
  ): ContactList!
8814
10438
  customers: [Domain!]!
10439
+ dailyWorklogDatesOfProject(endDate: String!, projectId: String!, startDate: String!): [BuildingInspectionDailyWorklog!]!
8815
10440
 
8816
10441
  """Get aggregated statistics by scope02 (regional level) for dashboard"""
8817
10442
  dashboardRegionalStatistics(periodType: KpiPeriodType! = MONTH, valueDate: String!): [KpiStatistic!]!
@@ -9454,6 +11079,45 @@ type Query {
9454
11079
  i18nCompletion(input: i18nCompletionInput!): i18nCompletionOutput!
9455
11080
  imageCompletion(input: ImageCompletionInput!): ImageCompletionOutput!
9456
11081
 
11082
+ """BuildingInspection By ChecklistItemId"""
11083
+ inspectionByChecklistItemId: BuildingInspection!
11084
+
11085
+ """To fetch a InspectionDrawingType"""
11086
+ inspectionDrawingType(id: String!): InspectionDrawingType
11087
+
11088
+ """To fetch multiple InspectionDrawingTypes"""
11089
+ inspectionDrawingTypes(
11090
+ """An array of filter conditions to apply to the list query."""
11091
+ filters: [Filter!]
11092
+
11093
+ """Inherited value type for the list query."""
11094
+ inherited: InheritedValueType
11095
+
11096
+ """Pagination options for the list query."""
11097
+ pagination: Pagination
11098
+
11099
+ """Sorting options for the list query."""
11100
+ sortings: [Sorting!]
11101
+ ): InspectionDrawingTypeList!
11102
+
11103
+ """To fetch a InspectionPart"""
11104
+ inspectionPart(id: String!): InspectionPart
11105
+
11106
+ """To fetch multiple InspectionParts"""
11107
+ inspectionParts(
11108
+ """An array of filter conditions to apply to the list query."""
11109
+ filters: [Filter!]
11110
+
11111
+ """Inherited value type for the list query."""
11112
+ inherited: InheritedValueType
11113
+
11114
+ """Pagination options for the list query."""
11115
+ pagination: Pagination
11116
+
11117
+ """Sorting options for the list query."""
11118
+ sortings: [Sorting!]
11119
+ ): InspectionPartList!
11120
+
9457
11121
  """To fetch multiple InstallableActivitys"""
9458
11122
  installableActivities(
9459
11123
  """An array of filter conditions to apply to the list query."""
@@ -9477,6 +11141,24 @@ type Query {
9477
11141
  invitation(email: EmailAddress!, reference: String!, type: String!): Invitation!
9478
11142
  invitations(reference: String!, type: String!): InvitationList!
9479
11143
 
11144
+ """To fetch a Issue"""
11145
+ issue(id: String!): Issue
11146
+
11147
+ """To fetch multiple Issues"""
11148
+ issues(
11149
+ """An array of filter conditions to apply to the list query."""
11150
+ filters: [Filter!]
11151
+
11152
+ """Inherited value type for the list query."""
11153
+ inherited: InheritedValueType
11154
+
11155
+ """Pagination options for the list query."""
11156
+ pagination: Pagination
11157
+
11158
+ """Sorting options for the list query."""
11159
+ sortings: [Sorting!]
11160
+ ): IssueList!
11161
+
9480
11162
  """Fetch a single KPI by its unique identifier."""
9481
11163
  kpi(
9482
11164
  """Unique identifier of the KPI to fetch."""
@@ -9697,6 +11379,9 @@ type Query {
9697
11379
  sortings: [Sorting!]
9698
11380
  ): LoginHistoryList!
9699
11381
 
11382
+ """담당자 리스트"""
11383
+ managers: [ManagerOutput!]!
11384
+
9700
11385
  """To fetch a Menu"""
9701
11386
  menu(id: String!): Menu!
9702
11387
 
@@ -9914,6 +11599,9 @@ type Query {
9914
11599
  sortings: [Sorting!]
9915
11600
  ): UserPreferenceList!
9916
11601
 
11602
+ """To fetch multiple NoticeComments"""
11603
+ noticeComments(buildingLevelId: String!): [NoticeComment!]!
11604
+
9917
11605
  """To fetch a Notification"""
9918
11606
  notification(id: String!): Notification
9919
11607
 
@@ -10016,6 +11704,15 @@ type Query {
10016
11704
  sortings: [Sorting!]
10017
11705
  ): PayloadLogList!
10018
11706
 
11707
+ """To fetch a PDFDrawing by dwgId"""
11708
+ pdfDrawingByDwgId(dwgId: String!): PDFDrawing!
11709
+
11710
+ """To fetch a PDFDrawing by title"""
11711
+ pdfDrawingByTitle(title: String!): PDFDrawing!
11712
+
11713
+ """To fetch multiple PDFDrawings"""
11714
+ pdfDrawings: [PDFDrawing!]!
11715
+
10019
11716
  """To get list of activity instance that a user can pick"""
10020
11717
  pickableActivityList(
10021
11718
  """An array of filter conditions to apply to the list query."""
@@ -10088,12 +11785,72 @@ type Query {
10088
11785
  sortings: [Sorting!]
10089
11786
  ): PrivilegeList!
10090
11787
 
11788
+ """To fetch a Project"""
11789
+ project(id: String!): Project
11790
+
11791
+ """To fetch a Project"""
11792
+ projectByBuildingComplexId(buildingComplexId: String!): Project
11793
+
11794
+ """To fetch Project"""
11795
+ projectByBuildingLevelId(buildingLevelId: String!): Project!
11796
+
11797
+ """To fetch a ProjectReport"""
11798
+ projectReport(id: String!): ProjectReport
11799
+
11800
+ """To fetch multiple ProjectReports"""
11801
+ projectReports(
11802
+ """An array of filter conditions to apply to the list query."""
11803
+ filters: [Filter!]
11804
+
11805
+ """Inherited value type for the list query."""
11806
+ inherited: InheritedValueType
11807
+
11808
+ """Pagination options for the list query."""
11809
+ pagination: Pagination
11810
+
11811
+ """Sorting options for the list query."""
11812
+ sortings: [Sorting!]
11813
+ ): ProjectReportList!
11814
+
11815
+ """프로젝트 리스트"""
11816
+ projects(
11817
+ """An array of filter conditions to apply to the list query."""
11818
+ filters: [Filter!]
11819
+
11820
+ """Inherited value type for the list query."""
11821
+ inherited: InheritedValueType
11822
+
11823
+ """Pagination options for the list query."""
11824
+ pagination: Pagination
11825
+
11826
+ """Sorting options for the list query."""
11827
+ sortings: [Sorting!]
11828
+ ): ProjectList!
11829
+
10091
11830
  """To query data in S3 using Amazon Athena SDK"""
10092
11831
  queryFromAthena(queryData: Object!): Any!
10093
11832
 
10094
11833
  """Get regional statistics for dashboard map visualization"""
10095
11834
  regionalKpiStatistics(periodType: KpiPeriodType! = MONTH, regions: [String!], valueDate: String!): [KpiStatistic!]!
10096
11835
 
11836
+ """To fetch a Resource"""
11837
+ resource(id: String!): Resource
11838
+
11839
+ """To fetch multiple Resources"""
11840
+ resources(
11841
+ """An array of filter conditions to apply to the list query."""
11842
+ filters: [Filter!]
11843
+
11844
+ """Inherited value type for the list query."""
11845
+ inherited: InheritedValueType
11846
+
11847
+ """Pagination options for the list query."""
11848
+ pagination: Pagination
11849
+
11850
+ """Sorting options for the list query."""
11851
+ sortings: [Sorting!]
11852
+ ): ResourceList!
11853
+
10097
11854
  """To fetch role"""
10098
11855
  role(name: String!): Role!
10099
11856
 
@@ -10259,6 +12016,48 @@ type Query {
10259
12016
  sortings: [Sorting!]
10260
12017
  ): ActivityList!
10261
12018
 
12019
+ """To fetch a Supervisor"""
12020
+ supervisor(id: String!): Supervisor
12021
+
12022
+ """To fetch multiple Supervisors"""
12023
+ supervisors(
12024
+ """An array of filter conditions to apply to the list query."""
12025
+ filters: [Filter!]
12026
+
12027
+ """Inherited value type for the list query."""
12028
+ inherited: InheritedValueType
12029
+
12030
+ """Pagination options for the list query."""
12031
+ pagination: Pagination
12032
+
12033
+ """Sorting options for the list query."""
12034
+ sortings: [Sorting!]
12035
+ ): SupervisorList!
12036
+
12037
+ """Fetch a single Task by its ID"""
12038
+ task(id: String!): Task
12039
+
12040
+ """Fetch a single TaskChecklistBinding by its ID"""
12041
+ taskChecklistBinding(id: String!): TaskChecklistBinding
12042
+
12043
+ """To fetch a TaskResource"""
12044
+ taskResource(id: String!): TaskResource
12045
+
12046
+ """To fetch multiple TaskResources"""
12047
+ taskResources(
12048
+ """An array of filter conditions to apply to the list query."""
12049
+ filters: [Filter!]
12050
+
12051
+ """Inherited value type for the list query."""
12052
+ inherited: InheritedValueType
12053
+
12054
+ """Pagination options for the list query."""
12055
+ pagination: Pagination
12056
+
12057
+ """Sorting options for the list query."""
12058
+ sortings: [Sorting!]
12059
+ ): TaskResourceList!
12060
+
10262
12061
  """Fetches a single task type by its name."""
10263
12062
  taskType(name: String!): TaskType!
10264
12063
 
@@ -10270,6 +12069,21 @@ type Query {
10270
12069
  """
10271
12070
  taskTypesByConnection(connectionName: String!): TaskTypeList!
10272
12071
 
12072
+ """Fetch multiple Tasks based on list parameters"""
12073
+ tasks(
12074
+ """An array of filter conditions to apply to the list query."""
12075
+ filters: [Filter!]
12076
+
12077
+ """Inherited value type for the list query."""
12078
+ inherited: InheritedValueType
12079
+
12080
+ """Pagination options for the list query."""
12081
+ pagination: Pagination
12082
+
12083
+ """Sorting options for the list query."""
12084
+ sortings: [Sorting!]
12085
+ ): TaskList!
12086
+
10273
12087
  """To fetch multiple Terminologies"""
10274
12088
  terminologies(
10275
12089
  """An array of filter conditions to apply to the list query."""
@@ -10365,6 +12179,24 @@ type Query {
10365
12179
  """Sorting options for the list query."""
10366
12180
  sortings: [Sorting!]
10367
12181
  ): WorkShiftList!
12182
+
12183
+ """To fetch a WorkerType"""
12184
+ workerType(id: String!): WorkerType
12185
+
12186
+ """To fetch multiple WorkerTypes"""
12187
+ workerTypes(
12188
+ """An array of filter conditions to apply to the list query."""
12189
+ filters: [Filter!]
12190
+
12191
+ """Inherited value type for the list query."""
12192
+ inherited: InheritedValueType
12193
+
12194
+ """Pagination options for the list query."""
12195
+ pagination: Pagination
12196
+
12197
+ """Sorting options for the list query."""
12198
+ sortings: [Sorting!]
12199
+ ): WorkerTypeList!
10368
12200
  }
10369
12201
 
10370
12202
  type RecipientItem {
@@ -10373,6 +12205,40 @@ type RecipientItem {
10373
12205
  value: String
10374
12206
  }
10375
12207
 
12208
+ """자원"""
12209
+ type Resource {
12210
+ createdAt: DateTimeISO
12211
+ creator: User
12212
+ deletedAt: DateTimeISO
12213
+ domain: Domain
12214
+ id: ID!
12215
+ name: String!
12216
+ type: String!
12217
+ unit: String!
12218
+ updatedAt: DateTimeISO
12219
+ updater: User
12220
+ }
12221
+
12222
+ type ResourceList {
12223
+ items: [Resource!]!
12224
+ total: Int!
12225
+ }
12226
+
12227
+ input ResourcePatch {
12228
+ cuFlag: String
12229
+ id: ID
12230
+ name: String
12231
+ type: ResourceType
12232
+ unit: String
12233
+ }
12234
+
12235
+ """자원 유형"""
12236
+ enum ResourceType {
12237
+ EQUIPMENT
12238
+ HUMAN
12239
+ MATERIAL
12240
+ }
12241
+
10376
12242
  """
10377
12243
  A role that groups a set of privileges, which can be assigned to users.
10378
12244
  """
@@ -10467,6 +12333,13 @@ type RolePrivilege {
10467
12333
  name: String
10468
12334
  }
10469
12335
 
12336
+ type RoomFinishDetail {
12337
+ box: String
12338
+ dwgId: String
12339
+ part: String
12340
+ symbol: String
12341
+ }
12342
+
10470
12343
  """Represents a sequence of steps designed to automate a task or process."""
10471
12344
  type Scenario {
10472
12345
  """
@@ -10777,6 +12650,21 @@ input SettingPatch {
10777
12650
  value: String
10778
12651
  }
10779
12652
 
12653
+ """현장 유형"""
12654
+ enum SiteType {
12655
+ APARTMENT_COMPLEX
12656
+ COMMERCIAL
12657
+ CULTURAL
12658
+ DETACHED_HOUSE
12659
+ EDUCATION
12660
+ INDUSTRIAL
12661
+ MEDICAL
12662
+ NEIGHBORHOOD_FACILITY
12663
+ OFFICE
12664
+ RELIGIOUS
12665
+ TRANSPORT
12666
+ }
12667
+
10780
12668
  """Input type for specifying sorting options in a list query."""
10781
12669
  input Sorting {
10782
12670
  """Set to true for descending order. Default is false (ascending)."""
@@ -11053,6 +12941,174 @@ type Subscription {
11053
12941
  scenarioQueueState: ScenarioQueueState!
11054
12942
  }
11055
12943
 
12944
+ """Entity for Supervisor"""
12945
+ type Supervisor {
12946
+ active: Boolean
12947
+ createdAt: DateTimeISO
12948
+ creator: User
12949
+ deletedAt: DateTimeISO
12950
+ description: String
12951
+ domain: Domain
12952
+ email: String
12953
+ id: ID!
12954
+ name: String
12955
+ params: String
12956
+ phoneNumber: String
12957
+ reports: [ProjectReport!]!
12958
+ state: String
12959
+ thumbnail: String
12960
+ updatedAt: DateTimeISO
12961
+ updater: User
12962
+ }
12963
+
12964
+ type SupervisorList {
12965
+ items: [Supervisor!]!
12966
+ total: Int!
12967
+ }
12968
+
12969
+ input SupervisorPatch {
12970
+ active: Boolean
12971
+ cuFlag: String
12972
+ description: String
12973
+ id: ID
12974
+ name: String
12975
+ state: SupervisorStatus
12976
+ thumbnail: Upload
12977
+ }
12978
+
12979
+ """state enumeration of a supervisor"""
12980
+ enum SupervisorStatus {
12981
+ STATUS_A
12982
+ STATUS_B
12983
+ }
12984
+
12985
+ """공정표 작업 정보"""
12986
+ type Task {
12987
+ children(
12988
+ """An array of filter conditions to apply to the list query."""
12989
+ filters: [Filter!]
12990
+
12991
+ """Inherited value type for the list query."""
12992
+ inherited: InheritedValueType
12993
+
12994
+ """Pagination options for the list query."""
12995
+ pagination: Pagination
12996
+
12997
+ """Sorting options for the list query."""
12998
+ sortings: [Sorting!]
12999
+ ): [Task!]
13000
+ code: String!
13001
+ createdAt: DateTimeISO
13002
+ creator: User
13003
+ deletedAt: DateTimeISO
13004
+ dependsOn: String
13005
+ duration: Float
13006
+ endDate: DateTimeISO
13007
+ id: ID!
13008
+
13009
+ """Calculate the duration of the task in days"""
13010
+ length: String
13011
+ name: String
13012
+ parent: Task
13013
+ progress: Float
13014
+ project: Project!
13015
+
13016
+ """Return the simple list of resources allocated to the task"""
13017
+ resources: [DigestedResource!]!
13018
+ startDate: DateTimeISO
13019
+ style: String
13020
+ tags: Object
13021
+ taskChecklistBinding: TaskChecklistBinding
13022
+ taskResources: [TaskResource!]
13023
+ type: String
13024
+ updatedAt: DateTimeISO
13025
+ updater: User
13026
+ }
13027
+
13028
+ """Task와 Checklist 간의 바인딩 정보"""
13029
+ type TaskChecklistBinding {
13030
+ checklist: Checklist
13031
+ createdAt: DateTimeISO
13032
+ creator: User
13033
+ id: ID!
13034
+ manager: ManagerOutput
13035
+ project: Project
13036
+ status: String
13037
+ task: Task
13038
+ taskCode: String!
13039
+ updatedAt: DateTimeISO
13040
+ updater: User
13041
+ }
13042
+
13043
+ input TaskChecklistInputType {
13044
+ constructionDetailType: String
13045
+ constructionType: String
13046
+ inspectionDrawingType: String
13047
+ inspectionParts: [String!]
13048
+ location: String
13049
+ name: String!
13050
+ projectId: String
13051
+ taskCode: String
13052
+ }
13053
+
13054
+ type TaskList {
13055
+ """작업 리스트 항목들"""
13056
+ items: [Task!]!
13057
+
13058
+ """전체 작업 수"""
13059
+ total: Int!
13060
+ }
13061
+
13062
+ input TaskPatch {
13063
+ """작업이 활성 상태인지 여부 (선택 사항)"""
13064
+ active: Boolean
13065
+
13066
+ """프로젝트 내에서 유니크한 작업 코드 (선택 사항)"""
13067
+ code: String
13068
+
13069
+ """생성('+') 또는 수정('M') 플래그 (선택 사항)"""
13070
+ cuFlag: String
13071
+
13072
+ """작업에 대한 설명 (선택 사항)"""
13073
+ description: String
13074
+
13075
+ """수정할 작업의 ID (선택 사항)"""
13076
+ id: ID
13077
+
13078
+ """작업의 이름 (선택 사항)"""
13079
+ name: String
13080
+
13081
+ """부모 작업, 해당 작업이 하위 작업인 경우 (선택 사항)"""
13082
+ parent: ObjectRefForTask
13083
+
13084
+ """작업이 속한 프로젝트 (선택 사항)"""
13085
+ project: ObjectRefForProject
13086
+ }
13087
+
13088
+ """작업에 소요되는 자원"""
13089
+ type TaskResource {
13090
+ createdAt: DateTimeISO
13091
+ deletedAt: DateTimeISO
13092
+ id: ID!
13093
+ quantity: Float!
13094
+ resource: Resource!
13095
+ task: Task!
13096
+ updatedAt: DateTimeISO
13097
+ }
13098
+
13099
+ type TaskResourceList {
13100
+ items: [TaskResource!]!
13101
+ total: Int!
13102
+ }
13103
+
13104
+ input TaskResourcePatch {
13105
+ cuFlag: String
13106
+ id: ID
13107
+ quantity: Float
13108
+ resourceId: ID
13109
+ taskId: ID
13110
+ }
13111
+
11056
13112
  """Describes a type of task that can be used in a scenario."""
11057
13113
  type TaskType {
11058
13114
  """Indicates whether this task type can be used without a connector."""
@@ -11186,9 +13242,36 @@ input ThemePatch {
11186
13242
  value: Object
11187
13243
  }
11188
13244
 
13245
+ input UpdateBuildingInspection {
13246
+ drawingMarker: String
13247
+ id: String!
13248
+ memo: String
13249
+ }
13250
+
13251
+ input UpdateBuildingInspectionSubmitType {
13252
+ checklist: ChecklistSubmitInputType!
13253
+ checklistItem: [ChecklistItemSubmitInputType!]!
13254
+ id: String!
13255
+ memo: String
13256
+ }
13257
+
13258
+ input UpdateTaskChecklistSubmitType {
13259
+ checklist: ChecklistSubmitInputType!
13260
+ checklistId: String!
13261
+ checklistItem: [ChecklistItemSubmitInputType!]!
13262
+ }
13263
+
11189
13264
  """The `Upload` scalar type represents a file upload."""
11190
13265
  scalar Upload
11191
13266
 
13267
+ input UploadProjectScheduleTable {
13268
+ """수정할 프로젝트의 ID"""
13269
+ projectId: String!
13270
+
13271
+ """프로젝트 공정표 업로드"""
13272
+ scheduleTable: Upload
13273
+ }
13274
+
11192
13275
  type UploadURL {
11193
13276
  fields: Any!
11194
13277
  url: String!
@@ -11403,6 +13486,31 @@ input WorkShiftPatch {
11403
13486
  toTime: String!
11404
13487
  }
11405
13488
 
13489
+ """작업자 타입"""
13490
+ type WorkerType {
13491
+ createdAt: DateTimeISO
13492
+ creator: User
13493
+ deletedAt: DateTimeISO
13494
+ description: String
13495
+ domain: Domain
13496
+ id: ID!
13497
+ name: String!
13498
+ updatedAt: DateTimeISO
13499
+ updater: User
13500
+ }
13501
+
13502
+ type WorkerTypeList {
13503
+ items: [WorkerType!]!
13504
+ total: Int!
13505
+ }
13506
+
13507
+ input WorkerTypePatch {
13508
+ cuFlag: String!
13509
+ description: String
13510
+ id: ID
13511
+ name: String
13512
+ }
13513
+
11406
13514
  input i18nCompletionInput {
11407
13515
  json: String!
11408
13516
  }