@dssp/dkpi 1.0.0-alpha.8 → 1.0.0-y.0

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 (125) hide show
  1. package/assets/favicon.ico +0 -0
  2. package/assets/manifest/apple-1024.png +0 -0
  3. package/assets/manifest/apple-120.png +0 -0
  4. package/assets/manifest/apple-152.png +0 -0
  5. package/assets/manifest/apple-167.png +0 -0
  6. package/assets/manifest/apple-180.png +0 -0
  7. package/assets/manifest/apple-touch-icon.png +0 -0
  8. package/assets/manifest/badge-128x128.png +0 -0
  9. package/assets/manifest/chrome-splashscreen-icon-384x384.png +0 -0
  10. package/assets/manifest/chrome-touch-icon-192x192.png +0 -0
  11. package/assets/manifest/icon-128x128.png +0 -0
  12. package/assets/manifest/icon-192x192.png +0 -0
  13. package/assets/manifest/icon-512x512.png +0 -0
  14. package/assets/manifest/icon-72x72.png +0 -0
  15. package/assets/manifest/icon-96x96.png +0 -0
  16. package/assets/manifest/image-metaog.png +0 -0
  17. package/assets/manifest/maskable_icon.png +0 -0
  18. package/assets/manifest/ms-icon-144x144.png +0 -0
  19. package/assets/manifest/ms-touch-icon-144x144-precomposed.png +0 -0
  20. package/assets/videos/intro.mp4 +0 -0
  21. package/dist-client/bootstrap.js +64 -4
  22. package/dist-client/bootstrap.js.map +1 -1
  23. package/dist-client/components/kpi-single-boxplot-chart.d.ts +24 -0
  24. package/dist-client/components/kpi-single-boxplot-chart.js +317 -0
  25. package/dist-client/components/kpi-single-boxplot-chart.js.map +1 -0
  26. package/dist-client/components/sv-pagenation-control.d.ts +18 -0
  27. package/dist-client/components/sv-pagenation-control.js +142 -0
  28. package/dist-client/components/sv-pagenation-control.js.map +1 -0
  29. package/dist-client/icons/menu-icons.d.ts +6 -0
  30. package/dist-client/icons/menu-icons.js +42 -0
  31. package/dist-client/icons/menu-icons.js.map +1 -1
  32. package/dist-client/pages/kpi-metric-value/kpi-metric-value-editor-page.d.ts +58 -0
  33. package/dist-client/pages/kpi-metric-value/kpi-metric-value-editor-page.js +731 -0
  34. package/dist-client/pages/kpi-metric-value/kpi-metric-value-editor-page.js.map +1 -0
  35. package/dist-client/pages/kpi-metric-value/kpi-metric-value-importer.d.ts +23 -0
  36. package/dist-client/pages/kpi-metric-value/kpi-metric-value-importer.js +76 -0
  37. package/dist-client/pages/kpi-metric-value/kpi-metric-value-importer.js.map +1 -0
  38. package/dist-client/pages/kpi-metric-value/kpi-metric-value-list-page.d.ts +69 -0
  39. package/dist-client/pages/kpi-metric-value/kpi-metric-value-list-page.js +385 -0
  40. package/dist-client/pages/kpi-metric-value/kpi-metric-value-list-page.js.map +1 -0
  41. package/dist-client/pages/kpi-metric-value/kpi-metric-value-manual-entry-form.d.ts +12 -0
  42. package/dist-client/pages/kpi-metric-value/kpi-metric-value-manual-entry-form.js +174 -0
  43. package/dist-client/pages/kpi-metric-value/kpi-metric-value-manual-entry-form.js.map +1 -0
  44. package/dist-client/pages/kpi-metric-value/kpi-metric-value-manual-entry-page.d.ts +41 -0
  45. package/dist-client/pages/kpi-metric-value/kpi-metric-value-manual-entry-page.js +191 -0
  46. package/dist-client/pages/kpi-metric-value/kpi-metric-value-manual-entry-page.js.map +1 -0
  47. package/dist-client/pages/kpi-value/kpi-value-importer.d.ts +23 -0
  48. package/dist-client/pages/kpi-value/kpi-value-importer.js +93 -0
  49. package/dist-client/pages/kpi-value/kpi-value-importer.js.map +1 -0
  50. package/dist-client/pages/kpi-value/kpi-value-list-page.d.ts +72 -0
  51. package/dist-client/pages/kpi-value/kpi-value-list-page.js +465 -0
  52. package/dist-client/pages/kpi-value/kpi-value-list-page.js.map +1 -0
  53. package/dist-client/pages/project-complete-tabs/pc-tab1-plan.d.ts +13 -0
  54. package/dist-client/pages/project-complete-tabs/pc-tab1-plan.js +248 -0
  55. package/dist-client/pages/project-complete-tabs/pc-tab1-plan.js.map +1 -0
  56. package/dist-client/pages/project-complete-tabs/pc-tab2-rating.d.ts +10 -0
  57. package/dist-client/pages/project-complete-tabs/pc-tab2-rating.js +229 -0
  58. package/dist-client/pages/project-complete-tabs/pc-tab2-rating.js.map +1 -0
  59. package/dist-client/pages/project-complete-tabs/pc-tab3-upload.d.ts +12 -0
  60. package/dist-client/pages/project-complete-tabs/pc-tab3-upload.js +213 -0
  61. package/dist-client/pages/project-complete-tabs/pc-tab3-upload.js.map +1 -0
  62. package/dist-client/pages/sv-project-complete.d.ts +22 -0
  63. package/dist-client/pages/sv-project-complete.js +213 -0
  64. package/dist-client/pages/sv-project-complete.js.map +1 -0
  65. package/dist-client/pages/sv-project-completed-list.d.ts +24 -0
  66. package/dist-client/pages/sv-project-completed-list.js +357 -0
  67. package/dist-client/pages/sv-project-completed-list.js.map +1 -0
  68. package/dist-client/pages/sv-project-detail.d.ts +13 -0
  69. package/dist-client/pages/sv-project-detail.js +494 -0
  70. package/dist-client/pages/sv-project-detail.js.map +1 -0
  71. package/dist-client/pages/sv-project-list.d.ts +157 -0
  72. package/dist-client/pages/sv-project-list.js +431 -0
  73. package/dist-client/pages/sv-project-list.js.map +1 -0
  74. package/dist-client/route.d.ts +1 -1
  75. package/dist-client/route.js +22 -1
  76. package/dist-client/route.js.map +1 -1
  77. package/dist-client/shared/complete-api.d.ts +5 -0
  78. package/dist-client/shared/complete-api.js +125 -0
  79. package/dist-client/shared/complete-api.js.map +1 -0
  80. package/dist-client/shared/func.d.ts +2 -0
  81. package/dist-client/shared/func.js +22 -0
  82. package/dist-client/shared/func.js.map +1 -0
  83. package/dist-client/themes/dark.css +24 -24
  84. package/dist-client/themes/light.css +23 -23
  85. package/dist-client/tsconfig.tsbuildinfo +1 -1
  86. package/dist-client/viewparts/menu-tools.d.ts +29 -2
  87. package/dist-client/viewparts/menu-tools.js +250 -36
  88. package/dist-client/viewparts/menu-tools.js.map +1 -1
  89. package/dist-server/index.d.ts +2 -0
  90. package/dist-server/index.js +5 -0
  91. package/dist-server/index.js.map +1 -1
  92. package/dist-server/migrations/index.d.ts +1 -0
  93. package/dist-server/migrations/index.js +12 -0
  94. package/dist-server/migrations/index.js.map +1 -0
  95. package/dist-server/scripts/calculate-kpi-scores.d.ts +10 -0
  96. package/dist-server/scripts/calculate-kpi-scores.js +271 -0
  97. package/dist-server/scripts/calculate-kpi-scores.js.map +1 -0
  98. package/dist-server/scripts/load-grade-data-migration.d.ts +10 -0
  99. package/dist-server/scripts/load-grade-data-migration.js +194 -0
  100. package/dist-server/scripts/load-grade-data-migration.js.map +1 -0
  101. package/dist-server/scripts/propagate-parent-kpi-values.d.ts +10 -0
  102. package/dist-server/scripts/propagate-parent-kpi-values.js +440 -0
  103. package/dist-server/scripts/propagate-parent-kpi-values.js.map +1 -0
  104. package/dist-server/service/index.d.ts +6 -0
  105. package/dist-server/service/index.js +21 -0
  106. package/dist-server/service/index.js.map +1 -0
  107. package/dist-server/service/kpi-metric-value/index.d.ts +4 -0
  108. package/dist-server/service/kpi-metric-value/index.js +8 -0
  109. package/dist-server/service/kpi-metric-value/index.js.map +1 -0
  110. package/dist-server/service/kpi-metric-value/kpi-metric-value-mutation.d.ts +7 -0
  111. package/dist-server/service/kpi-metric-value/kpi-metric-value-mutation.js +112 -0
  112. package/dist-server/service/kpi-metric-value/kpi-metric-value-mutation.js.map +1 -0
  113. package/dist-server/service/kpi-metric-value/kpi-metric-value-query.d.ts +7 -0
  114. package/dist-server/service/kpi-metric-value/kpi-metric-value-query.js +47 -0
  115. package/dist-server/service/kpi-metric-value/kpi-metric-value-query.js.map +1 -0
  116. package/dist-server/service/kpi-value/index.d.ts +3 -0
  117. package/dist-server/service/kpi-value/index.js +7 -0
  118. package/dist-server/service/kpi-value/index.js.map +1 -0
  119. package/dist-server/service/kpi-value/kpi-value-query.d.ts +7 -0
  120. package/dist-server/service/kpi-value/kpi-value-query.js +47 -0
  121. package/dist-server/service/kpi-value/kpi-value-query.js.map +1 -0
  122. package/dist-server/tsconfig.tsbuildinfo +1 -1
  123. package/package.json +14 -4
  124. package/schema.graphql +2374 -435
  125. package/things-factory.config.js +7 -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"""
@@ -910,6 +950,7 @@ enum AttributeSetItemType {
910
950
  datetime
911
951
  file
912
952
  number
953
+ secret
913
954
  select
914
955
  text
915
956
  }
@@ -1387,6 +1428,7 @@ type Building {
1387
1428
 
1388
1429
  """단지 정보"""
1389
1430
  type BuildingComplex {
1431
+ actualProgress: Float
1390
1432
  address: String
1391
1433
  area: Float
1392
1434
  buildingCount: Float
@@ -1395,13 +1437,16 @@ type BuildingComplex {
1395
1437
  constructionCompany: String
1396
1438
  constructionCost: Float
1397
1439
  constructionType: String
1440
+ coverageRatio: Float
1398
1441
  createdAt: DateTimeISO
1399
1442
  creator: User
1400
1443
  deletedAt: DateTimeISO
1444
+ designChangeCount: Float
1401
1445
  designCompany: String
1402
1446
  domain: Domain
1403
1447
  drawing: Attachment
1404
1448
  etc: String
1449
+ floorAreaRatio: Float
1405
1450
  householdCount: Float
1406
1451
  id: ID!
1407
1452
  latitude: Float
@@ -1411,26 +1456,35 @@ type BuildingComplex {
1411
1456
  overallSupervisoryEmails: [String!]
1412
1457
  planXScale: Float
1413
1458
  planYScale: Float
1459
+ plannedProgress: Float
1460
+ siteType: String
1461
+ structureType: String
1414
1462
  supervisoryCompany: String
1415
1463
  taskConstructorEmails: [String!]
1416
1464
  taskSupervisoryEmails: [String!]
1417
1465
  updatedAt: DateTimeISO
1418
1466
  updater: User
1467
+ virtualTourLink: String
1468
+ workerCount: Float
1419
1469
  }
1420
1470
 
1421
1471
  input BuildingComplexPatch {
1472
+ actualProgress: Float
1422
1473
  address: String
1423
1474
  area: Float
1424
- buildingCount: Float
1475
+ buildingCount: Int
1425
1476
  buildings: [BuildingPatch!]
1426
1477
  clientCompany: String
1427
1478
  constructionCompany: String
1428
1479
  constructionCost: Float
1429
1480
  constructionType: String
1481
+ coverageRatio: Float
1482
+ designChangeCount: Int
1430
1483
  designCompany: String
1431
1484
  drawingUpload: Upload
1432
1485
  etc: String
1433
- householdCount: Float
1486
+ floorAreaRatio: Float
1487
+ householdCount: Int
1434
1488
  id: String
1435
1489
  latitude: Float
1436
1490
  longitude: Float
@@ -1439,9 +1493,132 @@ input BuildingComplexPatch {
1439
1493
  overallSupervisoryEmails: [String!]
1440
1494
  planXScale: Float
1441
1495
  planYScale: Float
1496
+ plannedProgress: Float
1497
+ siteType: SiteType
1498
+ structureType: String
1442
1499
  supervisoryCompany: String
1443
1500
  taskConstructorEmails: [String!]
1444
1501
  taskSupervisoryEmails: [String!]
1502
+ virtualTourLink: String
1503
+ workerCount: Int
1504
+ }
1505
+
1506
+ type BuildingInspection {
1507
+ attachments: [Attachment!]!
1508
+ buildingInspectionSummary: BuildingInspectionSummary!
1509
+ buildingLevel: BuildingLevel
1510
+ cellX: Float
1511
+ cellY: Float
1512
+ checklist: Checklist
1513
+ createdAt: DateTimeISO
1514
+ creator: User
1515
+ deletedAt: DateTimeISO
1516
+ drawingMarker: String
1517
+ id: ID!
1518
+ manager: ProjectManagerOutput
1519
+ memo: String
1520
+ projectType: String
1521
+ requestDate: String
1522
+ status: String
1523
+ updatedAt: DateTimeISO
1524
+ updater: User
1525
+ worklog: BuildingInspectionDailyWorklog
1526
+ }
1527
+
1528
+ """Entity for BuildingInspectionDailyWorklog"""
1529
+ type BuildingInspectionDailyWorklog {
1530
+ buildingInspections: [BuildingInspection!]
1531
+ createdAt: DateTimeISO
1532
+ creator: User
1533
+ date: String
1534
+ deletedAt: DateTimeISO
1535
+ directiveMemo: String
1536
+ documentNo: String
1537
+ domain: Domain
1538
+ id: ID
1539
+ memo: String
1540
+
1541
+ """총괄 감리 책임자"""
1542
+ overallSupervisory: User
1543
+ overallSupervisorySignature: String
1544
+ projectId: String!
1545
+
1546
+ """건축사보 (공종별 감리 관리자)"""
1547
+ taskSupervisory: User
1548
+ taskSupervisorySignature: String
1549
+ updatedAt: DateTimeISO
1550
+ updater: User
1551
+ worklogs: Object
1552
+ }
1553
+
1554
+ input BuildingInspectionDailyWorklogNew {
1555
+ buildingInspectionIds: [String!]
1556
+ date: String!
1557
+ directiveMemo: String
1558
+ memo: String
1559
+ overallSupervisoryId: String
1560
+ overallSupervisorySignature: String
1561
+ projectId: String!
1562
+ taskSupervisoryId: String
1563
+ taskSupervisorySignature: String
1564
+ worklogs: Object
1565
+ }
1566
+
1567
+ input BuildingInspectionDailyWorklogPatch {
1568
+ directiveMemo: String
1569
+ id: ID!
1570
+ memo: String
1571
+ worklogs: Object
1572
+ }
1573
+
1574
+ """History Entity of BuildingInspection"""
1575
+ type BuildingInspectionHistory {
1576
+ attachments: [Attachment!]!
1577
+ buildingLevel: BuildingLevel
1578
+ cellX: Float
1579
+ cellY: Float
1580
+ checklistHistory: ChecklistHistory
1581
+ checklistId: String
1582
+ createdAt: DateTimeISO
1583
+ creator: User
1584
+ drawingMarker: String
1585
+ id: ID!
1586
+ loggedAt: DateTimeISO
1587
+ manager: ProjectManagerOutput
1588
+ memo: String
1589
+ projectType: String
1590
+ requestDate: String
1591
+ status: String
1592
+ timestamp: User!
1593
+ updater: User
1594
+ worklog: BuildingInspectionDailyWorklog
1595
+ }
1596
+
1597
+ type BuildingInspectionHistoryList {
1598
+ items: [BuildingInspectionHistory!]!
1599
+ total: Int!
1600
+ }
1601
+
1602
+ type BuildingInspectionList {
1603
+ items: [BuildingInspection!]!
1604
+ total: Int!
1605
+ }
1606
+
1607
+ type BuildingInspectionSummary {
1608
+ """검측 실패 수"""
1609
+ fail: Int!
1610
+
1611
+ """검측 통과 수"""
1612
+ pass: Int!
1613
+
1614
+ """검측 요청 수"""
1615
+ request: Int!
1616
+
1617
+ """요청일자"""
1618
+ requestDate: String
1619
+
1620
+ """검측 대기 수"""
1621
+ wait: Int!
1445
1622
  }
1446
1623
 
1447
1624
  type BuildingInspectionSummaryOfLevel {
@@ -1458,6 +1635,18 @@ type BuildingInspectionSummaryOfLevel {
1458
1635
  wait: Int!
1459
1636
  }
1460
1637
 
1638
+ input BuildingInspectionsOfBuildingLevel {
1639
+ buildingLevelId: String!
1640
+ endDate: String
1641
+ limit: Float
1642
+ startDate: String
1643
+ }
1644
+
1645
+ input BuildingInspectionsOfProject {
1646
+ limit: Float
1647
+ projectId: String!
1648
+ }
1649
+
1461
1650
  """층 정보"""
1462
1651
  type BuildingLevel {
1463
1652
  building: Building!
@@ -1511,6 +1700,293 @@ type ChatCompletionOutput {
1511
1700
  message: String
1512
1701
  }
1513
1702
 
1703
+ type Checklist {
1704
+ buildingInspection: BuildingInspection!
1705
+ checklistAttachments(description: String): [Attachment!]!
1706
+ checklistItems: [ChecklistItem!]!
1707
+ checklistReferenceType: String
1708
+ constructionDetailType: String
1709
+ constructionInspectionDate: DateTimeISO
1710
+ constructionType: String
1711
+ createdAt: DateTimeISO
1712
+ creator: User
1713
+ deletedAt: DateTimeISO
1714
+ documentNo: String
1715
+ id: ID!
1716
+ inspectionDrawingType: String
1717
+ inspectionParts: [String!]
1718
+ inspectionRequestDocumentNo: String
1719
+ inspectionRequestMemo: String
1720
+ inspectionRequestUpdatedAt: DateTimeISO
1721
+ inspectionResultDocumentNo: String
1722
+ inspectionResultMemo: String
1723
+ inspectionResultStatus: String
1724
+ inspectionResultType: String
1725
+ inspectionResultUpdatedAt: DateTimeISO
1726
+ location: String
1727
+ name: String
1728
+ nameListAttachment: Attachment
1729
+
1730
+ """총괄 시공 책임자"""
1731
+ overallConstructor: User
1732
+ overallConstructorSignature: String
1733
+
1734
+ """총괄 감리 책임자"""
1735
+ overallSupervisory: User
1736
+ overallSupervisorySignature: String
1737
+ projectType: String
1738
+ supervisorInspectionDate: DateTimeISO
1739
+
1740
+ """공종별 시공 관리자"""
1741
+ taskConstructor: User
1742
+ taskConstructorSignature: String
1743
+
1744
+ """건축사보 (공종별 감리 관리자)"""
1745
+ taskSupervisory: User
1746
+ taskSupervisorySignature: String
1747
+ updatedAt: DateTimeISO
1748
+ updater: User
1749
+ }
1750
+
1751
+ """Entity for ChecklistHistory"""
1752
+ type ChecklistHistory {
1753
+ buildingInspectionHistory: BuildingInspectionHistory!
1754
+ checklistItemHistories: [ChecklistItemHistory!]!
1755
+ checklistReferenceType: String
1756
+ constructionDetailType: String
1757
+ constructionInspectionDate: DateTimeISO
1758
+ constructionType: String
1759
+ createdAt: DateTimeISO
1760
+ creator: User
1761
+ documentNo: String
1762
+ id: ID!
1763
+ inspectionDrawingType: String
1764
+ inspectionParts: [String!]
1765
+ inspectionRequestDocumentNo: String
1766
+ inspectionRequestMemo: String
1767
+ inspectionRequestUpdatedAt: DateTimeISO
1768
+ inspectionResultDocumentNo: String
1769
+ inspectionResultMemo: String
1770
+ inspectionResultStatus: String
1771
+ inspectionResultType: String
1772
+ inspectionResultUpdatedAt: DateTimeISO
1773
+ location: String
1774
+ loggedAt: DateTimeISO
1775
+ name: String
1776
+
1777
+ """총괄 시공 책임자"""
1778
+ overallConstructor: User
1779
+ overallConstructorSignature: String
1780
+
1781
+ """총괄 감리 책임자"""
1782
+ overallSupervisory: User
1783
+ overallSupervisorySignature: String
1784
+ projectType: String
1785
+ supervisorInspectionDate: DateTimeISO
1786
+
1787
+ """공종별 시공 관리자"""
1788
+ taskConstructor: User
1789
+ taskConstructorSignature: String
1790
+
1791
+ """건축사보 (공종별 감리 관리자)"""
1792
+ taskSupervisory: User
1793
+ taskSupervisorySignature: String
1794
+ timestamp: User!
1795
+ updater: User
1796
+ }
1797
+
1798
+ type ChecklistHistoryList {
1799
+ items: [ChecklistHistory!]!
1800
+ total: Int!
1801
+ }
1802
+
1803
+ input ChecklistInputType {
1804
+ constructionDetailType: String
1805
+ constructionType: String
1806
+ inspectionDrawingType: String
1807
+ inspectionParts: [String!]
1808
+ location: String
1809
+ name: String!
1810
+ }
1811
+
1812
+ type ChecklistItem {
1813
+ checklist: Checklist
1814
+ checklistItemAttachmentCount: Float!
1815
+ checklistItemAttachments(description: String): [Attachment!]!
1816
+ checklistItemCommentCount: Float!
1817
+ checklistItemComments: [ChecklistItemComment!]!
1818
+ constructionConfirmStatus: String
1819
+ createdAt: DateTimeISO
1820
+ creator: User
1821
+ deletedAt: DateTimeISO
1822
+ detailType: String!
1823
+ id: ID!
1824
+ inspctionCriteria: String
1825
+ mainType: String!
1826
+ name: String
1827
+ sequence: Int
1828
+ supervisoryConfirmStatus: String
1829
+ updatedAt: DateTimeISO
1830
+ updater: User
1831
+ }
1832
+
1833
+ """Entity for ChecklistItemComment"""
1834
+ type ChecklistItemComment {
1835
+ checklistItem: ChecklistItem
1836
+ comment: String
1837
+ createdAt: DateTimeISO
1838
+ creator: User
1839
+ deletedAt: DateTimeISO
1840
+ id: ID!
1841
+ }
1842
+
1843
+ input ChecklistItemCommentPatch {
1844
+ checklistItemId: String
1845
+ comment: String
1846
+ id: ID
1847
+ }
1848
+
1849
+ """History Entity of ChecklistItem"""
1850
+ type ChecklistItemHistory {
1851
+ checklistHistory: ChecklistHistory
1852
+ checklistId: String
1853
+ checklistItemAttachmentCount: Float!
1854
+ checklistItemAttachments(description: String): [Attachment!]!
1855
+ checklistItemCommentCount: Float!
1856
+ checklistItemComments: [ChecklistItemComment!]!
1857
+ constructionConfirmStatus: String
1858
+ createdAt: DateTimeISO
1859
+ creator: User
1860
+ detailType: String!
1861
+ id: ID!
1862
+ inspctionCriteria: String
1863
+ loggedAt: DateTimeISO
1864
+ mainType: String!
1865
+ name: String
1866
+ sequence: Float
1867
+ supervisoryConfirmStatus: String
1868
+ updater: User
1869
+ }
1870
+
1871
+ type ChecklistItemHistoryList {
1872
+ items: [ChecklistItemHistory!]!
1873
+ total: Int!
1874
+ }
1875
+
1876
+ input ChecklistItemInputType {
1877
+ detailType: String!
1878
+ inspctionCriteria: String
1879
+ mainType: String!
1880
+ name: String!
1881
+ }
1882
+
1883
+ type ChecklistItemList {
1884
+ items: [ChecklistItem!]!
1885
+ total: Int!
1886
+ }
1887
+
1888
+ input ChecklistItemSubmitInputType {
1889
+ constructionConfirmStatus: String
1890
+ id: String!
1891
+ supervisoryConfirmStatus: String
1892
+ }
1893
+
1894
+ type ChecklistList {
1895
+ items: [Checklist!]!
1896
+ total: Int!
1897
+ }
1898
+
1899
+ input ChecklistSubmitInputType {
1900
+ id: String!
1901
+ inspectionRequestMemo: String
1902
+ inspectionResultMemo: String
1903
+ inspectionResultStatus: String
1904
+ inspectionResultType: String
1905
+ overallConstructorSignature: String
1906
+ overallSupervisorySignature: String
1907
+ taskConstructorSignature: String
1908
+ taskSupervisorySignature: String
1909
+ }
1910
+
1911
+ type ChecklistTemplate {
1912
+ checklistTemplateItems: [ChecklistTemplateItem!]!
1913
+ createdAt: DateTimeISO
1914
+ creator: User
1915
+ deletedAt: DateTimeISO
1916
+ domain: Domain
1917
+ id: ID!
1918
+ name: String
1919
+ updatedAt: DateTimeISO
1920
+ updater: User
1921
+ }
1922
+
1923
+ type ChecklistTemplateItem {
1924
+ checklistTemplate: ChecklistTemplate
1925
+ createdAt: DateTimeISO
1926
+ creator: User
1927
+ criteriaRequestStatus: CriteriaRequestStatus
1928
+ detailType: String!
1929
+ detailTypeName: String!
1930
+ id: ID!
1931
+ inspctionCriteria: String
1932
+ mainType: String!
1933
+ name: String!
1934
+ sequence: Int
1935
+ updatedAt: DateTimeISO
1936
+ updater: User
1937
+ }
1938
+
1939
+ type ChecklistTemplateItemList {
1940
+ items: [ChecklistTemplateItem!]!
1941
+ total: Int!
1942
+ }
1943
+
1944
+ input ChecklistTemplateItemPatch {
1945
+ checklistTemplateId: String
1946
+ criteriaRequestStatus: CriteriaRequestStatus
1947
+ cuFlag: String
1948
+ detailType: String
1949
+ id: ID
1950
+ inspctionCriteria: String
1951
+ mainType: String
1952
+ name: String
1953
+ sequence: Int
1954
+ }
1955
+
1956
+ type ChecklistTemplateList {
1957
+ items: [ChecklistTemplate!]!
1958
+ total: Int!
1959
+ }
1960
+
1961
+ input ChecklistTemplatePatch {
1962
+ cuFlag: String
1963
+ id: ID
1964
+ name: String
1965
+ }
1966
+
1967
+ type ChecklistType {
1968
+ createdAt: DateTimeISO
1969
+ creator: User
1970
+ detailType: String!
1971
+ domain: Domain
1972
+ id: ID!
1973
+ mainType: String!
1974
+ updatedAt: DateTimeISO
1975
+ updater: User
1976
+ }
1977
+
1978
+ type ChecklistTypeList {
1979
+ items: [ChecklistType!]!
1980
+ total: Int!
1981
+ }
1982
+
1983
+ input ChecklistTypePatch {
1984
+ cuFlag: String
1985
+ detailType: String
1986
+ id: ID
1987
+ mainType: String
1988
+ }
1989
+
1514
1990
  input CodeDecipherInput {
1515
1991
  code: String!
1516
1992
  language: String
@@ -1579,9 +2055,7 @@ input CommonCodePatch {
1579
2055
 
1580
2056
  """Represents a configured connection to an external system or service."""
1581
2057
  type Connection {
1582
- """
1583
- Indicates whether the connection is currently active and should be maintained.
1584
- """
2058
+ """Whether to automatically connect when the application starts"""
1585
2059
  active: Boolean
1586
2060
 
1587
2061
  """The timestamp when the connection was created."""
@@ -1608,6 +2082,11 @@ type Connection {
1608
2082
  """The name of the connection."""
1609
2083
  name: String!
1610
2084
 
2085
+ """
2086
+ When true, connection is created on-demand when needed and cleaned up after use.
2087
+ """
2088
+ onDemand: Boolean
2089
+
1611
2090
  """A key-value map of parameters for the connection."""
1612
2091
  params: Object
1613
2092
 
@@ -1635,7 +2114,7 @@ type ConnectionList {
1635
2114
 
1636
2115
  """Input for updating (patching) an existing connection."""
1637
2116
  input ConnectionPatch {
1638
- """The new active status for the connection."""
2117
+ """Whether to automatically connect when the application starts"""
1639
2118
  active: Boolean
1640
2119
 
1641
2120
  """
@@ -1658,6 +2137,11 @@ input ConnectionPatch {
1658
2137
  """The new name for the connection."""
1659
2138
  name: String
1660
2139
 
2140
+ """
2141
+ When true, connection is created on-demand when needed and cleaned up after use.
2142
+ """
2143
+ onDemand: Boolean
2144
+
1661
2145
  """The new parameters for the connection."""
1662
2146
  params: Object
1663
2147
 
@@ -1682,6 +2166,11 @@ type ConnectionState {
1682
2166
  """The name of the connection."""
1683
2167
  name: String
1684
2168
 
2169
+ """
2170
+ When true, connection is created on-demand when needed and cleaned up after use.
2171
+ """
2172
+ onDemand: Boolean
2173
+
1685
2174
  """The current status of the connection."""
1686
2175
  state: String
1687
2176
 
@@ -1822,6 +2311,13 @@ input ContactPatch {
1822
2311
  profile: ProfileInput
1823
2312
  }
1824
2313
 
2314
+ """검사 기준 API 요청 상태"""
2315
+ enum CriteriaRequestStatus {
2316
+ FAIL
2317
+ REQUEST
2318
+ SUCCESS
2319
+ }
2320
+
1825
2321
  """
1826
2322
  Represents a data payload delivered via subscription, including its domain, tag, and content.
1827
2323
  """
@@ -2916,6 +3412,9 @@ type Domain {
2916
3412
  """A description of the domain."""
2917
3413
  description: String
2918
3414
 
3415
+ """The environment variables associated with the domain."""
3416
+ envVars: [EnvVar!]
3417
+
2919
3418
  """The external type of the domain, if applicable."""
2920
3419
  extType: String
2921
3420
 
@@ -3415,22 +3914,84 @@ type EntityRelationMetadata {
3415
3914
  relationType: Boolean
3416
3915
  }
3417
3916
 
3418
- """Entity for Favorite"""
3419
- type Favorite {
3917
+ """Environment variable entity for storing key-value pairs."""
3918
+ type EnvVar {
3919
+ """Indicates whether this environment variable is currently active."""
3920
+ active: Boolean!
3921
+
3922
+ """The timestamp when the environment variable was created."""
3420
3923
  createdAt: DateTimeISO
3421
- creator: User
3422
- domain: Domain!
3423
- id: ID!
3424
- routing: String!
3425
- updatedAt: DateTimeISO
3426
- updater: User
3427
- user: User!
3428
- }
3429
3924
 
3430
- type FavoriteList {
3431
- items: [Favorite!]!
3432
- total: Int!
3433
- }
3925
+ """A detailed description of the environment variable."""
3926
+ description: String
3927
+
3928
+ """The domain to which this environment variable belongs."""
3929
+ domain: Domain
3930
+
3931
+ """The domain ID to which this environment variable belongs."""
3932
+ domainId: String!
3933
+
3934
+ """Unique identifier for the environment variable."""
3935
+ id: ID!
3936
+
3937
+ """The name of the environment variable."""
3938
+ name: String!
3939
+
3940
+ """The timestamp when the environment variable was last updated."""
3941
+ updatedAt: DateTimeISO
3942
+
3943
+ """The value of the environment variable (encrypted)."""
3944
+ value: String
3945
+ }
3946
+
3947
+ """List of environment variables."""
3948
+ type EnvVarList {
3949
+ """The list of environment variable items."""
3950
+ items: [EnvVar!]!
3951
+
3952
+ """The total number of environment variables."""
3953
+ total: Int!
3954
+ }
3955
+
3956
+ """Input type for updating an existing environment variable."""
3957
+ input EnvVarPatch {
3958
+ """The new active status for the environment variable."""
3959
+ active: Boolean
3960
+
3961
+ """
3962
+ A flag indicating whether the environment variable is being created, updated, or deleted.
3963
+ """
3964
+ cuFlag: String
3965
+
3966
+ """The new description for the environment variable."""
3967
+ description: String
3968
+
3969
+ """The unique identifier of the environment variable to update."""
3970
+ id: ID
3971
+
3972
+ """The new name for the environment variable."""
3973
+ name: String
3974
+
3975
+ """The new value for the environment variable."""
3976
+ value: String
3977
+ }
3978
+
3979
+ """Entity for Favorite"""
3980
+ type Favorite {
3981
+ createdAt: DateTimeISO
3982
+ creator: User
3983
+ domain: Domain!
3984
+ id: ID!
3985
+ routing: String!
3986
+ updatedAt: DateTimeISO
3987
+ updater: User
3988
+ user: User!
3989
+ }
3990
+
3991
+ type FavoriteList {
3992
+ items: [Favorite!]!
3993
+ total: Int!
3994
+ }
3434
3995
 
3435
3996
  """Input type for specifying a filter condition in a list query."""
3436
3997
  input Filter {
@@ -3681,6 +4242,45 @@ type InvitationList {
3681
4242
  total: Int
3682
4243
  }
3683
4244
 
4245
+ """Entity for Issue"""
4246
+ type Issue {
4247
+ actionPlans: [ActionPlan!]!
4248
+ active: Boolean
4249
+ createdAt: DateTimeISO
4250
+ creator: User
4251
+ deletedAt: DateTimeISO
4252
+ description: String
4253
+ domain: Domain
4254
+ id: ID!
4255
+ name: String
4256
+ params: String
4257
+ state: String
4258
+ thumbnail: String
4259
+ updatedAt: DateTimeISO
4260
+ updater: User
4261
+ }
4262
+
4263
+ type IssueList {
4264
+ items: [Issue!]!
4265
+ total: Int!
4266
+ }
4267
+
4268
+ input IssuePatch {
4269
+ active: Boolean
4270
+ cuFlag: String
4271
+ description: String
4272
+ id: ID
4273
+ name: String
4274
+ state: IssueStatus
4275
+ thumbnail: Upload
4276
+ }
4277
+
4278
+ """state enumeration of a issue"""
4279
+ enum IssueStatus {
4280
+ STATUS_A
4281
+ STATUS_B
4282
+ }
4283
+
3684
4284
  """
3685
4285
  A field whose value is a JSON Web Token (JWT): https://jwt.io/introduction.
3686
4286
  """
@@ -3693,11 +4293,8 @@ type Kpi {
3693
4293
  """Indicates whether this KPI is active and usable."""
3694
4294
  active: Boolean
3695
4295
 
3696
- """Category to which this KPI belongs."""
3697
- category: KpiCategory
3698
-
3699
- """ID of the category for this KPI."""
3700
- categoryId: String
4296
+ """Child KPIs in hierarchical structure."""
4297
+ children: [Kpi!]
3701
4298
 
3702
4299
  """Timestamp when this KPI was created."""
3703
4300
  createdAt: DateTimeISO
@@ -3725,16 +4322,32 @@ type Kpi {
3725
4322
  """
3726
4323
  formula: String
3727
4324
 
3728
- """List of grades for this KPI."""
3729
- grades: [KpiGrade!]
4325
+ """
4326
+ Performance index lookup table for complex transformations. @deprecated 향후 제거 예정. performanceFormula 사용 권장.
4327
+ """
4328
+ grades: Object
3730
4329
  histories(limit: Int): [KpiHistory!]
3731
4330
 
3732
4331
  """Unique identifier for this KPI."""
3733
4332
  id: ID!
3734
4333
 
4334
+ """
4335
+ Indicates whether this KPI is a leaf node (has actual measured values).
4336
+ """
4337
+ isLeaf: Boolean
4338
+
3735
4339
  """Name of the KPI."""
3736
4340
  name: String
3737
4341
 
4342
+ """Parent KPI in hierarchical structure."""
4343
+ parent: Kpi
4344
+
4345
+ """ID of the parent KPI."""
4346
+ parentId: String
4347
+
4348
+ """Aggregation period type for this KPI."""
4349
+ periodType: KpiPeriodType!
4350
+
3738
4351
  """
3739
4352
  Cron schedule string for periodic KPI value aggregation (e.g., "0 0 * * *" for daily).
3740
4353
  """
@@ -3743,6 +4356,11 @@ type Kpi {
3743
4356
  """Schedule ID for the KPI (used for scheduler registration)."""
3744
4357
  scheduleId: String
3745
4358
 
4359
+ """
4360
+ Score calculation formula for this KPI. Converts KPI value to performance score (0-100). For complex mappings, use grades lookup table instead. Example: "if(value >= 90, 100, if(value >= 80, 85, 70))" or "value * 0.8 + 20"
4361
+ """
4362
+ scoreFormula: String
4363
+
3746
4364
  """Current state of the KPI (DRAFT, RELEASED, ARCHIVED)."""
3747
4365
  state: String
3748
4366
  targetValue: Float
@@ -3762,7 +4380,10 @@ type Kpi {
3762
4380
 
3763
4381
  """ID of the user who last updated this KPI."""
3764
4382
  updaterId: String
3765
- value: KpiValue
4383
+ value(
4384
+ """Organization scope filter for value"""
4385
+ orgScope: String
4386
+ ): KpiValue
3766
4387
 
3767
4388
  """
3768
4389
  Version number of the KPI. Increments on each modification. When the KPI is released, a snapshot is saved in kpi-history and the status becomes RELEASED. Editing after release increases the version and sets status to DRAFT.
@@ -3770,14 +4391,17 @@ type Kpi {
3770
4391
  version: Float
3771
4392
 
3772
4393
  """
3773
- Visualization options and metadata for this KPI, such as color, icon, thresholds, unit, decimal places, etc.
4394
+ Visualization options and metadata for this KPI, such as color, icon, thresholds, unit, decimal places, min/max values, etc.
3774
4395
  """
3775
4396
  vizMeta: Object
3776
4397
 
3777
4398
  """
3778
- Visualization type for this KPI (e.g., bar, line, gauge, progress, card, table, icon, badge, text).
4399
+ Visualization type for this KPI (e.g., CARD, GAUGE, PROGRESS, BAR, LINE, etc.).
3779
4400
  """
3780
- vizType: String
4401
+ vizType: KpiVizType
4402
+
4403
+ """Weight for aggregation in parent category."""
4404
+ weight: Float
3781
4405
  }
3782
4406
 
3783
4407
  """KPI 경고/알림 엔티티. KPI 실적, 등급, 목표 미달 등 경고/알림 정보를 제공."""
@@ -3796,193 +4420,10 @@ type KpiAlert {
3796
4420
  message: String!
3797
4421
  }
3798
4422
 
3799
- """
3800
- KPI category entity. Represents a classification or group for KPIs. Supports hierarchical (tree) structure.
3801
- """
3802
- type KpiCategory {
3803
- """Whether this category is active (usable) or not."""
3804
- active: Boolean
3805
-
3806
- """Timestamp when this KPI category was created."""
3807
- createdAt: DateTimeISO
3808
-
3809
- """User who created this KPI category."""
3810
- creator: User
3811
-
3812
- """ID of the user who created this KPI category."""
3813
- creatorId: String
3814
-
3815
- """Detailed description of this KPI category."""
3816
- description: String
3817
-
3818
- """Domain (tenant) to which this KPI category belongs."""
3819
- domain: Domain
3820
-
3821
- """ID of the domain (tenant) for this KPI category."""
3822
- domainId: String
3823
-
3824
- """Unique identifier for this KPI category."""
3825
- id: ID!
3826
-
3827
- """List of KPIs belonging to this category."""
3828
- kpis: [Kpi!]
3829
-
3830
- """Name of the KPI category."""
3831
- name: String!
3832
-
3833
- """Parent category for hierarchical category structure."""
3834
- parent: KpiCategory
3835
-
3836
- """ID of the parent category, if any."""
3837
- parentId: String
3838
-
3839
- """Timestamp when this KPI category was last updated."""
3840
- updatedAt: DateTimeISO
3841
-
3842
- """User who last updated this KPI category."""
3843
- updater: User
3844
-
3845
- """ID of the user who last updated this KPI category."""
3846
- updaterId: String
3847
- }
3848
-
3849
- type KpiCategoryList {
3850
- items: [KpiCategory!]!
3851
- total: Int!
3852
- }
3853
-
3854
- """
3855
- Input type for updating an existing KPI category. Used in mutations to patch category details.
3856
- """
3857
- input KpiCategoryPatch {
3858
- """Custom flag for update operations (internal use)."""
3859
- cuFlag: String
3860
-
3861
- """Detailed description of this KPI category."""
3862
- description: String
3863
-
3864
- """ID of the KPI category to update."""
3865
- id: ID
3866
-
3867
- """Name of the KPI category."""
3868
- name: String
3869
-
3870
- """ID of the parent category, if any."""
3871
- parentId: ID
3872
- }
3873
-
3874
- """
3875
- KPI grade entity. Represents a grade/section for a KPI version, with value range, score, color, and description.
3876
- """
3877
- type KpiGrade {
3878
- """Indicates whether this KPI grade is active and usable."""
3879
- active: Boolean
3880
-
3881
- """Color code for this grade (for visualization purposes)."""
3882
- color: String
3883
-
3884
- """Timestamp when this KPI grade was created."""
3885
- createdAt: DateTimeISO
3886
-
3887
- """User who created this KPI grade."""
3888
- creator: User
3889
-
3890
- """ID of the user who created this KPI grade."""
3891
- creatorId: String
3892
-
3893
- """Detailed description of this KPI grade."""
3894
- description: String
3895
-
3896
- """Domain (tenant) to which this KPI grade belongs."""
3897
- domain: Domain
3898
-
3899
- """ID of the domain (tenant) for this KPI grade."""
3900
- domainId: String
3901
-
3902
- """Unique identifier for this KPI grade."""
3903
- id: ID!
3904
-
3905
- """Reference to the KPI to which this grade belongs."""
3906
- kpi: Kpi!
3907
-
3908
- """ID of the referenced KPI."""
3909
- kpiId: String!
3910
-
3911
- """Maximum value for this grade section."""
3912
- maxValue: Float!
3913
-
3914
- """Minimum value for this grade section."""
3915
- minValue: Float!
3916
-
3917
- """Name of the grade or section for this KPI."""
3918
- name: String
3919
-
3920
- """Score or weight for this grade (optional)."""
3921
- score: Float
3922
-
3923
- """Timestamp when this KPI grade was last updated."""
3924
- updatedAt: DateTimeISO
3925
-
3926
- """User who last updated this KPI grade."""
3927
- updater: User
3928
-
3929
- """ID of the user who last updated this KPI grade."""
3930
- updaterId: String
3931
-
3932
- """Version of the KPI definition to which this grade belongs."""
3933
- version: Int!
3934
- }
3935
-
3936
- type KpiGradeList {
3937
- items: [KpiGrade!]!
3938
- total: Int!
3939
- }
3940
-
3941
- """
3942
- Input type for updating an existing KPI grade. Used in mutations to patch grade details.
3943
- """
3944
- input KpiGradePatch {
3945
- """Indicates whether this KPI grade is active and usable."""
3946
- active: Boolean
3947
-
3948
- """Color code for this grade (for visualization purposes)."""
3949
- color: String
3950
-
3951
- """Custom flag for update operations (internal use)."""
3952
- cuFlag: String
3953
-
3954
- """Detailed description of this KPI grade."""
3955
- description: String
3956
-
3957
- """ID of the KPI grade to update."""
3958
- id: ID
3959
-
3960
- """ID of the KPI to which this grade belongs."""
3961
- kpiId: ID
3962
-
3963
- """Maximum value for this grade section."""
3964
- maxValue: Int
3965
-
3966
- """Minimum value for this grade section."""
3967
- minValue: Int
3968
-
3969
- """Name of the grade or section for this KPI."""
3970
- name: String
3971
-
3972
- """Score or weight for this grade (optional)."""
3973
- score: Int
3974
-
3975
- """Version of the KPI definition to which this grade belongs."""
3976
- version: Int
3977
- }
3978
-
3979
4423
  """History Entity of Kpi"""
3980
4424
  type KpiHistory {
3981
4425
  """Whether this KPI is active (usable) or not."""
3982
4426
  active: Boolean
3983
-
3984
- """Category to which this KPI belongs."""
3985
- category: KpiCategory
3986
4427
  createdAt: DateTimeISO
3987
4428
  creator: User
3988
4429
  deletedAt: DateTimeISO
@@ -3991,8 +4432,12 @@ type KpiHistory {
3991
4432
 
3992
4433
  """Calculation formula for the KPI."""
3993
4434
  formula: String
4435
+
4436
+ """Grade configuration for this KPI version"""
4437
+ grades: Object
3994
4438
  id: ID!
3995
4439
  name: String!
4440
+ periodType: KpiPeriodType
3996
4441
 
3997
4442
  """Current state of the KPI (DRAFT, RELEASED, ARCHIVED)."""
3998
4443
  state: String
@@ -4002,6 +4447,9 @@ type KpiHistory {
4002
4447
  updatedAt: DateTimeISO
4003
4448
  updater: User
4004
4449
  version: Float
4450
+
4451
+ """Weight for aggregation in parent category."""
4452
+ weight: Float
4005
4453
  }
4006
4454
 
4007
4455
  type KpiList {
@@ -4014,6 +4462,9 @@ type KpiMetric {
4014
4462
  """Indicates whether this metric is active and usable."""
4015
4463
  active: Boolean
4016
4464
 
4465
+ """데이터 수집 방식"""
4466
+ collectType: KpiMetricCollectType!
4467
+
4017
4468
  """Timestamp when this KPI metric was created."""
4018
4469
  createdAt: DateTimeISO
4019
4470
 
@@ -4044,17 +4495,15 @@ type KpiMetric {
4044
4495
  """Name of the field in the dataset this metric maps to."""
4045
4496
  fieldName: String
4046
4497
 
4047
- """
4048
- Calculation formula for the metric, using other metric codes and operators.
4049
- """
4050
- formula: String
4051
-
4052
4498
  """Unique identifier for this KPI metric."""
4053
4499
  id: ID!
4054
4500
 
4055
4501
  """Metric code, unique within the domain, used in KPI formulas."""
4056
4502
  name: String!
4057
4503
 
4504
+ """Aggregation period type for this metric."""
4505
+ periodType: KpiPeriodType!
4506
+
4058
4507
  """
4059
4508
  Cron schedule string for periodic KPI value aggregation (e.g., "0 0 * * *" for daily).
4060
4509
  """
@@ -4085,6 +4534,14 @@ type KpiMetric {
4085
4534
  updaterId: String
4086
4535
  }
4087
4536
 
4537
+ """방식: AUTO(자동), MANUAL(수동), IMPORT(임포트), EXTERNAL(외부API)"""
4538
+ enum KpiMetricCollectType {
4539
+ AUTO
4540
+ EXTERNAL
4541
+ IMPORT
4542
+ MANUAL
4543
+ }
4544
+
4088
4545
  type KpiMetricList {
4089
4546
  items: [KpiMetric!]!
4090
4547
  total: Int!
@@ -4092,18 +4549,19 @@ type KpiMetricList {
4092
4549
 
4093
4550
  input KpiMetricPatch {
4094
4551
  active: Boolean
4552
+
4553
+ """데이터 수집 방식"""
4554
+ collectType: KpiMetricCollectType
4095
4555
  cuFlag: String
4096
4556
  dataSetId: ID
4097
4557
  description: String
4098
4558
  fieldName: String
4099
-
4100
- """
4101
- Calculation formula for the metric, using other metric codes and operators.
4102
- """
4103
- formula: String
4104
4559
  id: ID
4105
4560
  name: String
4106
4561
 
4562
+ """Aggregation period type for this metric."""
4563
+ periodType: KpiPeriodType
4564
+
4107
4565
  """
4108
4566
  Cron schedule string for periodic KPI value aggregation (e.g., "0 0 * * *" for daily).
4109
4567
  """
@@ -4119,6 +4577,183 @@ input KpiMetricPatch {
4119
4577
  unit: String
4120
4578
  }
4121
4579
 
4580
+ """
4581
+ Current value for each KPI metric (can be used for both state and history).
4582
+ """
4583
+ type KpiMetricValue {
4584
+ createdAt: DateTimeISO
4585
+ creator: User
4586
+ creatorId: String
4587
+ domain: Domain
4588
+ domainId: String
4589
+ id: ID!
4590
+ meta: Object
4591
+ metric: KpiMetric!
4592
+ metricId: String!
4593
+
4594
+ """
4595
+ Organizational unit for this value (project, department, company, employee, etc.)
4596
+ """
4597
+ org: String
4598
+ periodType: KpiPeriodType!
4599
+ project: Project!
4600
+ unit: String
4601
+ updatedAt: DateTimeISO
4602
+ updater: User
4603
+ updaterId: String
4604
+ value: Float!
4605
+
4606
+ """
4607
+ Date or period for which this metric value is recorded (e.g., day: YYYY-MM-DD, month: YYYY-MM, range: YYYY-MM-DD~YYYY-MM-DD).
4608
+ """
4609
+ valueDate: String!
4610
+ }
4611
+
4612
+ type KpiMetricValueList {
4613
+ items: [KpiMetricValue!]!
4614
+ total: Int!
4615
+ }
4616
+
4617
+ """
4618
+ Input type for updating an existing metric value. Used in mutations to patch metric value details.
4619
+ """
4620
+ input KpiMetricValuePatch {
4621
+ """Custom flag for update operations (internal use)."""
4622
+ cuFlag: String
4623
+
4624
+ """ID of the metric value to update."""
4625
+ id: ID
4626
+
4627
+ """
4628
+ Extended or non-numeric information related to this metric value, stored as JSON. Can include status, comments, or other metadata.
4629
+ """
4630
+ meta: Object
4631
+
4632
+ """ID of the metric to which this value belongs."""
4633
+ metricId: ID
4634
+
4635
+ """
4636
+ Organizational unit for this value (project, department, company, employee, etc.)
4637
+ """
4638
+ org: String
4639
+
4640
+ """Aggregation period type for this metric value."""
4641
+ periodType: KpiPeriodType
4642
+
4643
+ """Unit of measurement for this metric value."""
4644
+ unit: String
4645
+
4646
+ """The value for this metric and period."""
4647
+ value: Float
4648
+
4649
+ """
4650
+ Date or period for which this metric value is recorded (e.g., day, month, quarter, range).
4651
+ """
4652
+ valueDate: String
4653
+ }
4654
+
4655
+ """
4656
+ KPI organization scope mapping entity. Maps business entities to various scope dimensions for KPI analysis using generic reference pattern.
4657
+ """
4658
+ type KpiOrgScope {
4659
+ """Timestamp when this org-scope mapping was created."""
4660
+ createdAt: DateTimeISO
4661
+
4662
+ """User who created this org-scope mapping."""
4663
+ creator: User
4664
+
4665
+ """ID of the user who created this org-scope mapping."""
4666
+ creatorId: String
4667
+
4668
+ """Domain (tenant) to which this org-scope mapping belongs."""
4669
+ domain: Domain
4670
+
4671
+ """ID of the domain (tenant) for this org-scope mapping."""
4672
+ domainId: String
4673
+
4674
+ """ID of the referenced business entity"""
4675
+ entityId: String!
4676
+
4677
+ """
4678
+ Name of the referenced business entity (denormalized for performance and convenience)
4679
+ """
4680
+ entityName: String!
4681
+
4682
+ """
4683
+ Type of the referenced business entity (e.g., Project, Department, Company, Employee)
4684
+ """
4685
+ entityType: String!
4686
+
4687
+ """Unique identifier for this org-scope mapping."""
4688
+ id: ID!
4689
+
4690
+ """Legacy org field for backward compatibility"""
4691
+ org: String
4692
+
4693
+ """First scope dimension (e.g., geographical region, business unit)"""
4694
+ scope01: String
4695
+
4696
+ """Second scope dimension (e.g., product line, customer segment)"""
4697
+ scope02: String
4698
+
4699
+ """Third scope dimension (e.g., process type, technology stack)"""
4700
+ scope03: String
4701
+
4702
+ """Fourth scope dimension (e.g., cost center, profit center)"""
4703
+ scope04: String
4704
+
4705
+ """Fifth scope dimension (e.g., risk level, priority tier)"""
4706
+ scope05: String
4707
+
4708
+ """Timestamp when this org-scope mapping was last updated."""
4709
+ updatedAt: DateTimeISO
4710
+
4711
+ """User who last updated this org-scope mapping."""
4712
+ updater: User
4713
+
4714
+ """ID of the user who last updated this org-scope mapping."""
4715
+ updaterId: String
4716
+ }
4717
+
4718
+ """List of KPI org-scope mappings with pagination"""
4719
+ type KpiOrgScopeList {
4720
+ """Array of KPI org-scope mappings"""
4721
+ items: [KpiOrgScope!]!
4722
+
4723
+ """Total count of items"""
4724
+ total: Int!
4725
+ }
4726
+
4727
+ """Input type for updating an existing KPI org-scope mapping"""
4728
+ input KpiOrgScopePatch {
4729
+ """Active status"""
4730
+ active: Boolean
4731
+
4732
+ """Human-readable name or description"""
4733
+ displayName: String
4734
+
4735
+ """ID of the org-scope mapping to update"""
4736
+ id: ID!
4737
+
4738
+ """Organizational unit identifier"""
4739
+ org: String
4740
+
4741
+ """First scope dimension"""
4742
+ scope01: String
4743
+
4744
+ """Second scope dimension"""
4745
+ scope02: String
4746
+
4747
+ """Third scope dimension"""
4748
+ scope03: String
4749
+
4750
+ """Fourth scope dimension"""
4751
+ scope04: String
4752
+
4753
+ """Fifth scope dimension"""
4754
+ scope05: String
4755
+ }
4756
+
4122
4757
  """
4123
4758
  Input type for updating an existing KPI. Used in mutations to patch KPI details.
4124
4759
  """
@@ -4126,9 +4761,6 @@ input KpiPatch {
4126
4761
  """Indicates whether this KPI is active and usable."""
4127
4762
  active: Boolean
4128
4763
 
4129
- """ID of the category to which this KPI belongs."""
4130
- categoryId: ID
4131
-
4132
4764
  """Custom flag for update operations (internal use)."""
4133
4765
  cuFlag: String
4134
4766
 
@@ -4138,17 +4770,33 @@ input KpiPatch {
4138
4770
  """Calculation formula for the KPI, using metric codes and operators."""
4139
4771
  formula: String
4140
4772
 
4773
+ """Score lookup table for this KPI version"""
4774
+ grades: Object
4775
+
4141
4776
  """ID of the KPI to update."""
4142
4777
  id: ID
4143
4778
 
4779
+ """
4780
+ Indicates whether this KPI is a leaf node (has actual measured values).
4781
+ """
4782
+ isLeaf: Boolean
4783
+
4144
4784
  """Name of the KPI."""
4145
4785
  name: String
4146
4786
 
4787
+ """Reference to the parent KPI in hierarchical structure."""
4788
+ parent: ObjectRef
4789
+
4147
4790
  """
4148
4791
  Cron schedule string for periodic KPI value aggregation (e.g., "0 0 * * *" for daily).
4149
4792
  """
4150
4793
  schedule: String
4151
4794
 
4795
+ """
4796
+ Score calculation formula for this KPI. Converts KPI value to performance score (0-1).
4797
+ """
4798
+ scoreFormula: String
4799
+
4152
4800
  """Current state of the KPI (DRAFT, RELEASED, ARCHIVED)."""
4153
4801
  state: KpiStatus
4154
4802
 
@@ -4164,9 +4812,244 @@ input KpiPatch {
4164
4812
  vizMeta: Object
4165
4813
 
4166
4814
  """
4167
- Visualization type for this KPI (e.g., bar, line, gauge, progress, card, table, icon, badge, text).
4815
+ Visualization type for this KPI (e.g., CARD, GAUGE, PROGRESS, BAR, LINE, etc.).
4816
+ """
4817
+ vizType: KpiVizType
4818
+
4819
+ """Weight for aggregation in parent category."""
4820
+ weight: Float
4821
+ }
4822
+
4823
+ """
4824
+ Aggregation period type for KPI (DAY, WEEK, MONTH, QUARTER, RANGE, ALLTIME)
4825
+ """
4826
+ enum KpiPeriodType {
4827
+ ALLTIME
4828
+ DAY
4829
+ MONTH
4830
+ QUARTER
4831
+ RANGE
4832
+ WEEK
4833
+ YEAR
4834
+ }
4835
+
4836
+ """
4837
+ Defines the meaning and metadata for each scope level (scope01~05) in KpiOrgScope
4838
+ """
4839
+ type KpiScope {
4840
+ """Whether this scope definition is active and should be used"""
4841
+ active: Boolean!
4842
+ createdAt: DateTimeISO
4843
+ creator: User
4844
+
4845
+ """Detailed description of what this scope dimension represents"""
4846
+ description: String
4847
+
4848
+ """Order/priority for display and processing"""
4849
+ displayOrder: Int!
4850
+
4851
+ """Domain this scope definition belongs to"""
4852
+ domain: Domain
4853
+ id: ID!
4854
+
4855
+ """Whether this scope should be included in statistical calculations"""
4856
+ includeInStatistics: Boolean!
4857
+
4858
+ """Scope level (1-5) corresponding to scope01-scope05 in KpiOrgScope"""
4859
+ level: Int!
4860
+
4861
+ """Additional metadata for this scope dimension (colors, icons, etc.)"""
4862
+ metadata: Object
4863
+
4864
+ """Display name for this scope dimension (e.g., "지역", "회사", "프로젝트규모")"""
4865
+ name: String!
4866
+
4867
+ """Parent scope level if this forms a hierarchy"""
4868
+ parentLevel: Int
4869
+
4870
+ """Type category of this scope dimension"""
4871
+ scopeType: ScopeType!
4872
+
4873
+ """Whether this scope should be displayed in dashboard visualizations"""
4874
+ showInDashboard: Boolean!
4875
+ updatedAt: DateTimeISO
4876
+ updater: User
4877
+
4878
+ """
4879
+ List of valid values for this scope (e.g., ["서울", "부산", "대구"] for regions)
4880
+ """
4881
+ validValues: Object
4882
+
4883
+ """Regex pattern for validating values in this scope dimension"""
4884
+ validationPattern: String
4885
+ }
4886
+
4887
+ type KpiScopeList {
4888
+ items: [KpiScope!]!
4889
+ total: Float!
4890
+ }
4891
+
4892
+ input KpiScopePatch {
4893
+ """Whether this scope definition is active and should be used"""
4894
+ active: Boolean! = true
4895
+ cuFlag: String
4896
+
4897
+ """Detailed description of what this scope dimension represents"""
4898
+ description: String
4899
+
4900
+ """Order/priority for display and processing"""
4901
+ displayOrder: Int! = 1
4902
+ id: ID
4903
+
4904
+ """Whether this scope should be included in statistical calculations"""
4905
+ includeInStatistics: Boolean! = true
4906
+
4907
+ """Scope level (1-5) corresponding to scope01-scope05 in KpiOrgScope"""
4908
+ level: Int!
4909
+
4910
+ """Additional metadata for this scope dimension"""
4911
+ metadata: Object
4912
+
4913
+ """Display name for this scope dimension (e.g., "지역", "회사", "프로젝트규모")"""
4914
+ name: String!
4915
+
4916
+ """Parent scope level if this forms a hierarchy"""
4917
+ parentLevel: Int
4918
+
4919
+ """Type category of this scope dimension"""
4920
+ scopeType: ScopeType!
4921
+
4922
+ """Whether this scope should be displayed in dashboard visualizations"""
4923
+ showInDashboard: Boolean! = false
4924
+
4925
+ """List of valid values for this scope"""
4926
+ validValues: [String!]
4927
+
4928
+ """Regex pattern for validating values in this scope dimension"""
4929
+ validationPattern: String
4930
+ }
4931
+
4932
+ """
4933
+ KPI Statistics Entity - Stores comprehensive statistical information for KPIs and Categories including central tendency measures (mean, median), dispersion metrics (standard deviation, variance), range indicators (min, max), and percentile distributions (25th, 75th percentiles, IQR). Supports both KPI and Category targets with flexible period-based aggregation (daily, weekly, monthly, yearly). Includes extensible JSON fields for additional metrics and metadata for calculation tracking.
4934
+ """
4935
+ type KpiStatistic {
4936
+ """Additional statistical metrics stored as key-value pairs"""
4937
+ additionalStatistics: Object
4938
+
4939
+ """Number of data points used in calculation"""
4940
+ count: Float
4941
+
4942
+ """Timestamp when this statistic was created"""
4943
+ createdAt: DateTimeISO
4944
+
4945
+ """User who created this statistic"""
4946
+ creator: User
4947
+
4948
+ """Domain this statistic belongs to"""
4949
+ domain: Domain
4950
+ id: ID!
4951
+
4952
+ """Interquartile range (75th percentile - 25th percentile)"""
4953
+ iqr: Float
4954
+
4955
+ """Reference to the KPI definition for which this value is calculated."""
4956
+ kpi: Kpi
4957
+
4958
+ """Organization scope for scoped statistics. Null for overall statistics."""
4959
+ kpiOrgScope: KpiOrgScope
4960
+
4961
+ """Lower fence for outlier detection (Q1 - 1.5 * IQR)"""
4962
+ lowerFence: Float
4963
+
4964
+ """Maximum value in the dataset"""
4965
+ maximum: Float
4966
+
4967
+ """Arithmetic mean of all values"""
4968
+ mean: Float
4969
+
4970
+ """Middle value when data is sorted (50th percentile)"""
4971
+ median: Float
4972
+
4973
+ """
4974
+ Calculation metadata including method, timestamp, and data quality information
4975
+ """
4976
+ metadata: Object
4977
+
4978
+ """Minimum value in the dataset"""
4979
+ minimum: Float
4980
+
4981
+ """25th percentile - 25% of data is below this value"""
4982
+ percentile25: Float
4983
+
4984
+ """75th percentile - 75% of data is below this value"""
4985
+ percentile75: Float
4986
+
4987
+ """Aggregation period type for this statistic."""
4988
+ periodType: KpiPeriodType!
4989
+
4990
+ """Range of values (maximum - minimum)"""
4991
+ range: Float
4992
+
4993
+ """
4994
+ Legacy scope field - use kpiOrgScope instead. Statistical scope - null for overall statistics, category value for scoped statistics (e.g., "서울", "부장", "대규모")
4995
+ """
4996
+ scope: String
4997
+
4998
+ """Standard deviation - measure of data dispersion"""
4999
+ standardDeviation: Float
5000
+
5001
+ """Sum of all values in the dataset"""
5002
+ sum: Float
5003
+
5004
+ """Timestamp when this statistic was last updated"""
5005
+ updatedAt: DateTimeISO
5006
+
5007
+ """User who last updated this statistic"""
5008
+ updater: User
5009
+
5010
+ """Upper fence for outlier detection (Q3 + 1.5 * IQR)"""
5011
+ upperFence: Float
5012
+
5013
+ """
5014
+ Date or period for which this statistic is calculated (e.g., day: YYYY-MM-DD, month: YYYY-MM, quarter: YYYY-Qn, range: YYYY-MM-DD~YYYY-MM-DD).
5015
+ """
5016
+ valueDate: String!
5017
+
5018
+ """Variance - square of standard deviation"""
5019
+ variance: Float
5020
+ }
5021
+
5022
+ type KpiStatisticList {
5023
+ items: [KpiStatistic!]!
5024
+ total: Int!
5025
+ }
5026
+
5027
+ input KpiStatisticPatch {
5028
+ additionalStatistics: Object
5029
+ count: Float
5030
+ cuFlag: String
5031
+ id: ID
5032
+ iqr: Float
5033
+ kpi: ObjectRef
5034
+ lowerFence: Float
5035
+ maximum: Float
5036
+ mean: Float
5037
+ median: Float
5038
+ metadata: Object
5039
+ minimum: Float
5040
+ percentile25: Float
5041
+ percentile75: Float
5042
+ periodType: KpiPeriodType
5043
+ range: Float
5044
+ standardDeviation: Float
5045
+ sum: Float
5046
+ upperFence: Float
5047
+
5048
+ """
5049
+ Date or period for which this statistic is calculated (e.g., day: YYYY-MM-DD, month: YYYY-MM, quarter: YYYY-Qn, range: YYYY-MM-DD~YYYY-MM-DD).
4168
5050
  """
4169
- vizType: String
5051
+ valueDate: String
5052
+ variance: Float
4170
5053
  }
4171
5054
 
4172
5055
  """State enumeration of a KPI (DRAFT, RELEASED, ARCHIVED)"""
@@ -4193,13 +5076,8 @@ type KpiValue {
4193
5076
  """ID of the domain (tenant) for this KPI value."""
4194
5077
  domainId: String
4195
5078
 
4196
- """
4197
- ID of the group (organization, department, project, etc.) this value is associated with.
4198
- """
4199
- groupId: String
4200
-
4201
- """Type of the group (e.g., USER, DEPT, PROJECT) for this value."""
4202
- groupType: String
5079
+ """Group key for this value (organization, line, user, project, etc.)"""
5080
+ group: String
4203
5081
 
4204
5082
  """Unique identifier for this KPI value record."""
4205
5083
  id: ID!
@@ -4215,11 +5093,26 @@ type KpiValue {
4215
5093
  """ID of the referenced KPI."""
4216
5094
  kpiId: String!
4217
5095
 
5096
+ """Reference to the organization scope mapping for this KPI value."""
5097
+ kpiOrgScope: KpiOrgScope
5098
+
5099
+ """ID of the referenced KPI organization scope."""
5100
+ kpiOrgScopeId: String
5101
+
4218
5102
  """
4219
5103
  Extended or non-numeric information related to this KPI value, stored as JSON5. Can include grade, status, comments, or other metadata.
4220
5104
  """
4221
5105
  meta: Object
4222
5106
 
5107
+ """Aggregation period type for this KPI value."""
5108
+ periodType: KpiPeriodType!
5109
+ project: Project!
5110
+
5111
+ """
5112
+ Performance score calculated from KPI value using scoreFormula or grades lookup table. Range: 0-1.
5113
+ """
5114
+ score: Float
5115
+
4223
5116
  """Source of the value (e.g., system, user, external integration)."""
4224
5117
  source: String
4225
5118
 
@@ -4236,7 +5129,7 @@ type KpiValue {
4236
5129
  value: Float!
4237
5130
 
4238
5131
  """
4239
- Date or period for which this KPI value is recorded (e.g., day, month, quarter).
5132
+ Date or period for which this KPI value is recorded (e.g., day: YYYY-MM-DD, month: YYYY-MM, quarter: YYYY-Qn, range: YYYY-MM-DD~YYYY-MM-DD).
4240
5133
  """
4241
5134
  valueDate: String!
4242
5135
 
@@ -4262,13 +5155,8 @@ input KpiValuePatch {
4262
5155
  """Custom flag for update operations (internal use)."""
4263
5156
  cuFlag: String
4264
5157
 
4265
- """
4266
- ID of the group (organization, department, project, etc.) this value is associated with.
4267
- """
4268
- groupId: String
4269
-
4270
- """Type of the group (e.g., USER, DEPT, PROJECT) for this value."""
4271
- groupType: String
5158
+ """Group key for this value (organization, line, user, project, etc.)"""
5159
+ group: String
4272
5160
 
4273
5161
  """ID of the KPI value to update."""
4274
5162
  id: ID
@@ -4281,11 +5169,22 @@ input KpiValuePatch {
4281
5169
  """ID of the KPI to which this value belongs."""
4282
5170
  kpiId: ID
4283
5171
 
5172
+ """ID of the KPI organization scope for this value."""
5173
+ kpiOrgScopeId: ID
5174
+
4284
5175
  """
4285
5176
  Extended or non-numeric information related to this KPI value, stored as JSON5. Can include grade, status, comments, or other metadata.
4286
5177
  """
4287
5178
  meta: Object
4288
5179
 
5180
+ """Legacy organizational unit identifier (for backward compatibility)"""
5181
+ org: String
5182
+
5183
+ """
5184
+ Performance score calculated from KPI value using scoreFormula or grades lookup table. Range: 0-1.
5185
+ """
5186
+ score: Float
5187
+
4289
5188
  """Source of the value (e.g., system, user, external integration)."""
4290
5189
  source: String
4291
5190
 
@@ -4301,6 +5200,25 @@ input KpiValuePatch {
4301
5200
  version: Int
4302
5201
  }
4303
5202
 
5203
+ """Visualization type for KPI display (CARD, GAUGE, PROGRESS, etc.)"""
5204
+ enum KpiVizType {
5205
+ BADGE
5206
+ BAR
5207
+ BULLET
5208
+ CARD
5209
+ DONUT
5210
+ GAUGE
5211
+ ICON
5212
+ LINE
5213
+ PIE
5214
+ PROGRESS
5215
+ RADAR
5216
+ SPEEDOMETER
5217
+ TABLE
5218
+ TEXT
5219
+ THERMOMETER
5220
+ }
5221
+
4304
5222
  """Entity for LiteMenu"""
4305
5223
  type LiteMenu {
4306
5224
  active: Boolean
@@ -4796,6 +5714,9 @@ type Mutation {
4796
5714
  username: String!
4797
5715
  ): Boolean!
4798
5716
 
5717
+ """To apply to all building inspection"""
5718
+ applyToAllBuildingInspection(buildingInspectionId: String!): Boolean!
5719
+
4799
5720
  """To approve ActivityApproval"""
4800
5721
  approveActivityApproval(comment: String, id: String!): ActivityApproval
4801
5722
 
@@ -4812,6 +5733,28 @@ type Mutation {
4812
5733
  Attaches an existing contact to an employee. The contact is identified by its ID and the employee is identified by their ID.
4813
5734
  """
4814
5735
  attachContact(contactId: String!, id: String!): Employee!
5736
+
5737
+ """Bulk create or update KPI org-scope mappings."""
5738
+ bulkUpsertKpiOrgScopes(
5739
+ """Array of org-scope mapping data for bulk upsert."""
5740
+ orgScopes: [NewKpiOrgScope!]!
5741
+ ): [KpiOrgScope!]!
5742
+
5743
+ """
5744
+ Calculate statistics for all KPIs in a specific period from KpiValue data
5745
+ """
5746
+ calculateAllKpiStatistics(periodType: KpiPeriodType!, valueDate: String!): [KpiStatistic!]!
5747
+
5748
+ """Calculate statistics for a specific KPI and period from KpiValue data"""
5749
+ calculateKpiStatistics(kpiId: String!, periodType: KpiPeriodType!, valueDate: String!): [KpiStatistic!]!
5750
+
5751
+ """KPI 기준으로 formula 계산 및 KPI Value upsert"""
5752
+ calculateKpiValue(kpiId: String!, org: String, valueDate: String): KpiValue!
5753
+
5754
+ """
5755
+ Recalculate statistics for dashboard regions (scope02-based statistics)
5756
+ """
5757
+ calculateRegionalStatistics(periodType: KpiPeriodType! = MONTH, valueDate: String!): [KpiStatistic!]!
4815
5758
  cancelInvitation(email: EmailAddress!, reference: String!, type: String!): Boolean!
4816
5759
 
4817
5760
  """To clear translations cache"""
@@ -4836,6 +5779,9 @@ type Mutation {
4836
5779
  """
4837
5780
  copyScenarios(ids: [String!]!): [Scenario!]!
4838
5781
 
5782
+ """To create new ActionPlan"""
5783
+ createActionPlan(actionPlan: NewActionPlan!): ActionPlan!
5784
+
4839
5785
  """To create new Activity"""
4840
5786
  createActivity(activity: NewActivity!): Activity!
4841
5787
 
@@ -4870,6 +5816,15 @@ type Mutation {
4870
5816
  """To create new BoardTemplate"""
4871
5817
  createBoardTemplate(boardTemplate: NewBoardTemplate!): BoardTemplate!
4872
5818
 
5819
+ """To create Building Inspection information"""
5820
+ createBuildingInspection(patch: NewBuildingInspection!): BuildingInspection!
5821
+
5822
+ """Create Daily Worklog by projectId+date"""
5823
+ createBuildingInspectionDailyWorklog(patch: BuildingInspectionDailyWorklogNew!): BuildingInspectionDailyWorklog!
5824
+
5825
+ """To create new ChecklistItemComment"""
5826
+ createChecklistItemComment(checklistItemComment: NewChecklistItemComment!): ChecklistItemComment!
5827
+
4873
5828
  """To create new CommonCode"""
4874
5829
  createCommonCode(commonCode: NewCommonCode!): CommonCode!
4875
5830
 
@@ -4937,6 +5892,9 @@ type Mutation {
4937
5892
  """To create new EntityColumn"""
4938
5893
  createEntityColumn(entityColumn: NewEntityColumn!): EntityColumn!
4939
5894
 
5895
+ """To create new EnvVar"""
5896
+ createEnvVar(envVar: NewEnvVar!): EnvVar!
5897
+
4940
5898
  """To create new Favorite"""
4941
5899
  createFavorite(favorite: NewFavorite!): Favorite!
4942
5900
 
@@ -4946,30 +5904,39 @@ type Mutation {
4946
5904
  """Creates a new board group."""
4947
5905
  createGroup(group: NewGroup!): Group
4948
5906
 
5907
+ """To create new Issue"""
5908
+ createIssue(issue: NewIssue!): Issue!
5909
+
4949
5910
  """Create a new KPI with the provided details."""
4950
5911
  createKpi(
4951
5912
  """Input object containing details for the new KPI."""
4952
5913
  kpi: NewKpi!
4953
5914
  ): Kpi!
4954
5915
 
4955
- """Create a new KPI category with the provided details."""
4956
- createKpiCategory(
4957
- """Input object containing details for the new KPI category."""
4958
- category: NewKpiCategory!
4959
- ): KpiCategory!
4960
-
4961
- """Create a new KPI grade with the provided details."""
4962
- createKpiGrade(
4963
- """Input object containing details for the new KPI grade."""
4964
- grade: NewKpiGrade!
4965
- ): KpiGrade!
4966
-
4967
5916
  """Create a new KPI metric with the provided details."""
4968
5917
  createKpiMetric(
4969
5918
  """Input object containing details for the new KPI metric."""
4970
- metric: NewKpiMetric!
5919
+ kpiMetric: NewKpiMetric!
4971
5920
  ): KpiMetric!
4972
5921
 
5922
+ """Create a new metric value with the provided details."""
5923
+ createKpiMetricValue(
5924
+ """Input object containing details for the new metric value."""
5925
+ metricValue: NewKpiMetricValue!
5926
+ ): KpiMetricValue!
5927
+
5928
+ """Create a new KPI org-scope mapping with the provided details."""
5929
+ createKpiOrgScope(
5930
+ """Input object containing details for the new org-scope mapping."""
5931
+ kpiOrgScope: NewKpiOrgScope!
5932
+ ): KpiOrgScope!
5933
+
5934
+ """Create a new scope dimension definition"""
5935
+ createKpiScope(kpiScope: NewKpiScope!): KpiScope!
5936
+
5937
+ """To create new KpiStatistic"""
5938
+ createKpiStatistic(kpiStatistic: NewKpiStatistic!): KpiStatistic!
5939
+
4973
5940
  """Create a new KPI value with the provided details."""
4974
5941
  createKpiValue(
4975
5942
  """Input object containing details for the new KPI value."""
@@ -4997,6 +5964,12 @@ type Mutation {
4997
5964
  """To create new MenuDetailColumn"""
4998
5965
  createMenuDetailColumn(menuDetailColumn: NewMenuDetailColumn!): MenuDetailColumn!
4999
5966
 
5967
+ """Create multiple KPI values with the provided details."""
5968
+ createMultipleKpiValue(
5969
+ """Array of input objects containing details for the new KPI values."""
5970
+ values: [NewKpiValue!]!
5971
+ ): [KpiValue!]!
5972
+
5000
5973
  """To create new ApprovalLine for current user"""
5001
5974
  createMyApprovalLine(approvalLine: NewApprovalLine!): ApprovalLine!
5002
5975
 
@@ -5030,6 +6003,9 @@ type Mutation {
5030
6003
  """프로젝트 생성"""
5031
6004
  createProject(project: NewProject!): Project!
5032
6005
 
6006
+ """To create new ProjectReport"""
6007
+ createProjectReport(projectReport: NewProjectReport!): ProjectReport!
6008
+
5033
6009
  """To create new Resource"""
5034
6010
  createResource(resource: NewResource!): Resource!
5035
6011
 
@@ -5045,9 +6021,15 @@ type Mutation {
5045
6021
  """Creates a new state register."""
5046
6022
  createStateRegister(stateRegister: NewStateRegister!): StateRegister!
5047
6023
 
6024
+ """To create new Supervisor"""
6025
+ createSupervisor(supervisor: NewSupervisor!): Supervisor!
6026
+
5048
6027
  """To create new Task"""
5049
6028
  createTask(task: NewTask!): Task!
5050
6029
 
6030
+ """To create Task Checklist information"""
6031
+ createTaskChecklist(patch: NewTaskChecklist!): Boolean!
6032
+
5051
6033
  """To create new TaskResource"""
5052
6034
  createTaskResource(taskResource: NewTaskResource!): TaskResource!
5053
6035
 
@@ -5077,6 +6059,12 @@ type Mutation {
5077
6059
  """To delegate a ActivityThread"""
5078
6060
  delegateActivityThread(assignee: ObjectRef, dueAt: DateTimeISO, id: String!, reason: String): ActivityThread!
5079
6061
 
6062
+ """To delete ActionPlan"""
6063
+ deleteActionPlan(id: String!): Boolean!
6064
+
6065
+ """To delete multiple ActionPlans"""
6066
+ deleteActionPlans(ids: [String!]!): Boolean!
6067
+
5080
6068
  """To delete multiple Activities"""
5081
6069
  deleteActivities(ids: [String!]!): Boolean!
5082
6070
 
@@ -5139,9 +6127,30 @@ type Mutation {
5139
6127
  """To delete multiple BuildingComplexes"""
5140
6128
  deleteBuildingComplexes(ids: [String!]!): Boolean!
5141
6129
 
6130
+ """To delete multiple Checklists"""
6131
+ deleteBuildingInspections(ids: [String!]!): Boolean!
6132
+
5142
6133
  """To delete multiple Buildings"""
5143
6134
  deleteBuildings(ids: [String!]!): Boolean!
5144
6135
 
6136
+ """To delete ChecklistItemComment"""
6137
+ deleteChecklistItemComment(id: String!): Boolean!
6138
+
6139
+ """To delete ChecklistTemplateItem"""
6140
+ deleteChecklistTemplateItem(id: String!): Boolean!
6141
+
6142
+ """To delete multiple ChecklistTemplateItems"""
6143
+ deleteChecklistTemplateItems(ids: [String!]!): Boolean!
6144
+
6145
+ """To delete multiple ChecklistTemplates"""
6146
+ deleteChecklistTemplates(ids: [String!]!): Boolean!
6147
+
6148
+ """To delete multiple ChecklistTypes"""
6149
+ deleteChecklistTypes(ids: [String!]!): Boolean!
6150
+
6151
+ """To create Building Inspection And Checklist information"""
6152
+ deleteChecklists(ids: [String!]!): Boolean!
6153
+
5145
6154
  """To delete CommonCode"""
5146
6155
  deleteCommonCode(id: String!): Boolean!
5147
6156
 
@@ -5276,6 +6285,12 @@ type Mutation {
5276
6285
  """To delete multiple EntityColumns"""
5277
6286
  deleteEntityColumns(ids: [String!]!): Boolean!
5278
6287
 
6288
+ """To delete EnvVar"""
6289
+ deleteEnvVar(id: String!): Boolean!
6290
+
6291
+ """To delete multiple EnvVars"""
6292
+ deleteEnvVars(ids: [String!]!): Boolean!
6293
+
5279
6294
  """To delete Favorite"""
5280
6295
  deleteFavorite(routing: String!): Boolean!
5281
6296
 
@@ -5291,27 +6306,45 @@ type Mutation {
5291
6306
  """To delete multiple InspectionParts"""
5292
6307
  deleteInspectionParts(ids: [String!]!): Boolean!
5293
6308
 
5294
- """To delete Kpi"""
5295
- deleteKpi(id: String!): Boolean!
5296
-
5297
- """To delete multiple KpiCategories"""
5298
- deleteKpiCategories(ids: [String!]!): Boolean!
5299
-
5300
- """To delete KpiCategory"""
5301
- deleteKpiCategory(id: String!): Boolean!
6309
+ """To delete Issue"""
6310
+ deleteIssue(id: String!): Boolean!
5302
6311
 
5303
- """To delete KpiGrade"""
5304
- deleteKpiGrade(id: String!): Boolean!
6312
+ """To delete multiple Issues"""
6313
+ deleteIssues(ids: [String!]!): Boolean!
5305
6314
 
5306
- """To delete multiple KpiGrades"""
5307
- deleteKpiGrades(ids: [String!]!): Boolean!
6315
+ """To delete Kpi"""
6316
+ deleteKpi(id: String!): Boolean!
5308
6317
 
5309
6318
  """To delete KpiMetric"""
5310
6319
  deleteKpiMetric(id: String!): Boolean!
5311
6320
 
6321
+ """To delete KpiMetricValue"""
6322
+ deleteKpiMetricValue(id: String!): Boolean!
6323
+
6324
+ """To delete multiple KpiMetricValues"""
6325
+ deleteKpiMetricValues(ids: [String!]!): Boolean!
6326
+
5312
6327
  """To delete multiple KpiMetrics"""
5313
6328
  deleteKpiMetrics(ids: [String!]!): Boolean!
5314
6329
 
6330
+ """Delete KPI org-scope mappings by their IDs."""
6331
+ deleteKpiOrgScopes(
6332
+ """Array of org-scope mapping IDs to delete."""
6333
+ ids: [String!]!
6334
+ ): Boolean!
6335
+
6336
+ """Delete a scope dimension definition"""
6337
+ deleteKpiScope(id: String!): Boolean!
6338
+
6339
+ """Delete multiple scope dimension definitions"""
6340
+ deleteKpiScopes(ids: [String!]!): Boolean!
6341
+
6342
+ """To delete KpiStatistic"""
6343
+ deleteKpiStatistic(id: String!): Boolean!
6344
+
6345
+ """To delete multiple KpiStatistics"""
6346
+ deleteKpiStatistics(ids: [String!]!): Boolean!
6347
+
5315
6348
  """To delete KpiValue"""
5316
6349
  deleteKpiValue(id: String!): Boolean!
5317
6350
 
@@ -5423,6 +6456,12 @@ type Mutation {
5423
6456
  """To delete Project"""
5424
6457
  deleteProject(id: String!): Boolean!
5425
6458
 
6459
+ """To delete ProjectReport"""
6460
+ deleteProjectReport(id: String!): Boolean!
6461
+
6462
+ """To delete multiple ProjectReports"""
6463
+ deleteProjectReports(ids: [String!]!): Boolean!
6464
+
5426
6465
  """To delete Resource"""
5427
6466
  deleteResource(id: String!): Boolean!
5428
6467
 
@@ -5456,6 +6495,12 @@ type Mutation {
5456
6495
  """Deletes multiple scenario steps by their IDs."""
5457
6496
  deleteSteps(ids: [String!]!): Boolean!
5458
6497
 
6498
+ """To delete Supervisor"""
6499
+ deleteSupervisor(id: String!): Boolean!
6500
+
6501
+ """To delete multiple Supervisors"""
6502
+ deleteSupervisors(ids: [String!]!): Boolean!
6503
+
5459
6504
  """To delete Task"""
5460
6505
  deleteTask(id: String!): Boolean!
5461
6506
 
@@ -5539,6 +6584,9 @@ type Mutation {
5539
6584
  Finalizes and generates the latest data summaries for the specified dataset. This operation aggregates collected data into summary records for reporting and analysis.
5540
6585
  """
5541
6586
  finalizeLatestDataCollection(dataSetId: String!): Boolean!
6587
+
6588
+ """To finalize project with KPI recalculation"""
6589
+ finalizeProjectWithKpiRecalculation(projectId: String!): Boolean!
5542
6590
  generateApplianceSecret(id: String!): Appliance!
5543
6591
  generateApplicationSecret(id: String!): Application!
5544
6592
 
@@ -5558,6 +6606,9 @@ type Mutation {
5558
6606
  getOauth2AuthUrl(id: String!): String!
5559
6607
  grantRoles(customerId: String!, roles: [RolePatch!]!): Boolean!
5560
6608
 
6609
+ """To import multiple ActionPlans"""
6610
+ importActionPlans(actionPlans: [ActionPlanPatch!]!): Boolean!
6611
+
5561
6612
  """To import multiple Activities"""
5562
6613
  importActivities(activities: [ActivityPatch!]!): Boolean!
5563
6614
 
@@ -5617,15 +6668,18 @@ type Mutation {
5617
6668
  """
5618
6669
  importEmployees(employees: [EmployeePatch!]!): Boolean!
5619
6670
 
5620
- """To import multiple KpiCategories"""
5621
- importKpiCategories(kpiCategories: [KpiCategoryPatch!]!): Boolean!
6671
+ """To import multiple Issues"""
6672
+ importIssues(issues: [IssuePatch!]!): Boolean!
5622
6673
 
5623
- """To import multiple KpiGrades"""
5624
- importKpiGrades(kpiGrades: [KpiGradePatch!]!): Boolean!
6674
+ """To import multiple KpiMetricValues"""
6675
+ importKpiMetricValues(metricValues: [KpiMetricValuePatch!]!): Boolean!
5625
6676
 
5626
6677
  """To import multiple KpiMetrics"""
5627
6678
  importKpiMetrics(kpiMetrics: [KpiMetricPatch!]!): Boolean!
5628
6679
 
6680
+ """To import KpiStatistics"""
6681
+ importKpiStatistics(kpiStatistics: [KpiStatisticPatch!]!): Boolean!
6682
+
5629
6683
  """To import multiple KpiValues"""
5630
6684
  importKpiValues(kpiValues: [KpiValuePatch!]!): Boolean!
5631
6685
 
@@ -5656,6 +6710,9 @@ type Mutation {
5656
6710
  """To import multiple Oauth2Clients"""
5657
6711
  importOauth2Clients(oauth2Clients: [Oauth2ClientPatch!]!): Boolean!
5658
6712
 
6713
+ """To import multiple ProjectReports"""
6714
+ importProjectReports(projectReports: [ProjectReportPatch!]!): Boolean!
6715
+
5659
6716
  """To import multiple Resources"""
5660
6717
  importResources(resources: [ResourcePatch!]!): Boolean!
5661
6718
 
@@ -5667,6 +6724,9 @@ type Mutation {
5667
6724
  """Imports multiple state registers from a provided list."""
5668
6725
  importStateRegisters(stateRegisters: [StateRegisterPatch!]!): Boolean!
5669
6726
 
6727
+ """To import multiple Supervisors"""
6728
+ importSupervisors(supervisors: [SupervisorPatch!]!): Boolean!
6729
+
5670
6730
  """To import multiple TaskResources"""
5671
6731
  importTaskResources(taskResources: [TaskResourcePatch!]!): Boolean!
5672
6732
 
@@ -5719,6 +6779,29 @@ type Mutation {
5719
6779
  """
5720
6780
  pickActivityInstance(id: String!): ActivityThread
5721
6781
 
6782
+ """기존 KPI Value 인스턴스를 현재 formula/metric 값으로 재계산"""
6783
+ recalculateKpiValue(id: String!): KpiValue!
6784
+
6785
+ """Recalculate scores for all KpiValues of a specific KPI"""
6786
+ recalculateScoresForKpi(kpiId: String!): Boolean!
6787
+
6788
+ """Record a metric value by metric name, value, meta, and org."""
6789
+ recordKpiMetricValue(
6790
+ """Extended or non-numeric information (JSON)."""
6791
+ meta: Object
6792
+
6793
+ """Metric code/name."""
6794
+ metricName: String!
6795
+
6796
+ """
6797
+ Organizational unit for this value (project, department, company, employee, etc.)
6798
+ """
6799
+ org: String
6800
+
6801
+ """Metric value (number)."""
6802
+ value: Float
6803
+ ): KpiMetricValue!
6804
+
5722
6805
  """To refresh oauth2 access token"""
5723
6806
  refreshOauth2AccessToken(id: String!): Oauth2Client!
5724
6807
 
@@ -5805,7 +6888,7 @@ type Mutation {
5805
6888
  startDataSummarySchedule(dataSetId: String!): DataSet!
5806
6889
 
5807
6890
  """Starts a new scenario instance, which will run in the background."""
5808
- startScenario(instanceName: String, scenarioName: String!, variables: Object): ScenarioInstance!
6891
+ startScenario(instanceName: String, scenarioName: String!, variables: Object): ScenarioInstanceStartResult!
5809
6892
 
5810
6893
  """Starts the schedule for a specific scenario, if one is defined."""
5811
6894
  startScenarioSchedule(scenarioId: String!): Scenario!
@@ -5847,6 +6930,9 @@ type Mutation {
5847
6930
  username: String!
5848
6931
  ): Boolean!
5849
6932
 
6933
+ """To modify ActionPlan information"""
6934
+ updateActionPlan(id: String!, patch: ActionPlanPatch!): ActionPlan!
6935
+
5850
6936
  """To modify Activity information"""
5851
6937
  updateActivity(id: String!, patch: ActivityPatch!): Activity!
5852
6938
 
@@ -5890,6 +6976,18 @@ type Mutation {
5890
6976
  """To modify BuildingComplex information"""
5891
6977
  updateBuildingComplex(id: String!, patch: BuildingComplexPatch!): BuildingComplex!
5892
6978
 
6979
+ """To update Building Inspection information"""
6980
+ updateBuildingInspection(patch: UpdateBuildingInspection!): BuildingInspection!
6981
+
6982
+ """To create Building Inspection And Checklist information"""
6983
+ updateBuildingInspectionChecklist(buildingInspection: UpdateBuildingInspectionSubmitType!): Boolean!
6984
+
6985
+ """Update Daily Worklog"""
6986
+ updateBuildingInspectionDailyWorklog(patch: BuildingInspectionDailyWorklogPatch!): BuildingInspectionDailyWorklog!
6987
+
6988
+ """To modify ChecklistItemComment information"""
6989
+ updateChecklistItemComment(id: String!, patch: ChecklistItemCommentPatch!): ChecklistItemComment!
6990
+
5893
6991
  """To modify CommonCode information"""
5894
6992
  updateCommonCode(name: String!, patch: CommonCodePatch!): CommonCode!
5895
6993
 
@@ -5950,24 +7048,42 @@ type Mutation {
5950
7048
  """To modify EntityColumn information"""
5951
7049
  updateEntityColumn(id: String!, patch: EntityColumnPatch!): EntityColumn!
5952
7050
 
7051
+ """To modify EnvVar information"""
7052
+ updateEnvVar(envVar: EnvVarPatch!, id: String!): EnvVar!
7053
+
5953
7054
  """To modify Font information"""
5954
7055
  updateFont(id: String!, patch: FontPatch!): Font!
5955
7056
 
5956
7057
  """Updates an existing board group."""
5957
7058
  updateGroup(id: String!, patch: GroupPatch!): Group!
5958
7059
 
7060
+ """To modify Issue information"""
7061
+ updateIssue(id: String!, patch: IssuePatch!): Issue!
7062
+
5959
7063
  """To modify Kpi information"""
5960
7064
  updateKpi(id: String!, patch: KpiPatch!): Kpi!
5961
7065
 
5962
- """To modify KpiCategory information"""
5963
- updateKpiCategory(id: String!, patch: KpiCategoryPatch!): KpiCategory!
5964
-
5965
- """To modify KpiGrade information"""
5966
- updateKpiGrade(id: String!, patch: KpiGradePatch!): KpiGrade!
5967
-
5968
7066
  """To modify KpiMetric information"""
5969
7067
  updateKpiMetric(id: String!, patch: KpiMetricPatch!): KpiMetric!
5970
7068
 
7069
+ """To modify KpiMetricValue information"""
7070
+ updateKpiMetricValue(id: String!, patch: KpiMetricValuePatch!): KpiMetricValue!
7071
+
7072
+ """To modify multiple assessment KpiMetricValues' value"""
7073
+ updateKpiMetricValuesAssessment(patches: [KpiMetricValuePatch!]!): [KpiMetricValue!]!
7074
+
7075
+ """To modify multiple cumulative KpiMetricValues' value"""
7076
+ updateKpiMetricValuesCumulative(patches: [KpiMetricValuePatch!]!): [KpiMetricValue!]!
7077
+
7078
+ """To modify multiple sentiment KpiMetricValues' value"""
7079
+ updateKpiMetricValuesSentiment(patches: [KpiMetricValuePatch!]!): [KpiMetricValue!]!
7080
+
7081
+ """Update a scope dimension definition"""
7082
+ updateKpiScope(id: String!, patch: KpiScopePatch!): KpiScope!
7083
+
7084
+ """To modify KpiStatistic information"""
7085
+ updateKpiStatistic(id: String!, patch: KpiStatisticPatch!): KpiStatistic!
7086
+
5971
7087
  """To modify KpiValue information"""
5972
7088
  updateKpiValue(id: String!, patch: KpiValuePatch!): KpiValue!
5973
7089
 
@@ -5992,6 +7108,9 @@ type Mutation {
5992
7108
  """To modify MenuDetailColumn information"""
5993
7109
  updateMenuDetailColumn(id: String!, patch: MenuDetailColumnPatch!): MenuDetailColumn!
5994
7110
 
7111
+ """To modify multiple ActionPlans' information"""
7112
+ updateMultipleActionPlan(patches: [ActionPlanPatch!]!): [ActionPlan!]!
7113
+
5995
7114
  """To modify multiple Activities' information"""
5996
7115
  updateMultipleActivity(patches: [ActivityPatch!]!): [Activity!]!
5997
7116
 
@@ -6013,6 +7132,15 @@ type Mutation {
6013
7132
  """To modify multiple Buildings' information"""
6014
7133
  updateMultipleBuilding(patches: [BuildingPatch!]!): [Building!]!
6015
7134
 
7135
+ """To modify multiple ChecklistTemplates' information"""
7136
+ updateMultipleChecklistTemplate(patches: [ChecklistTemplatePatch!]!): [ChecklistTemplate!]!
7137
+
7138
+ """To modify multiple ChecklistTemplateItems' information"""
7139
+ updateMultipleChecklistTemplateItems(checklistTemplateId: String!, patches: [ChecklistTemplateItemPatch!]!): [ChecklistTemplateItem!]!
7140
+
7141
+ """To modify multiple ChecklistTypes' information"""
7142
+ updateMultipleChecklistType(patches: [ChecklistTypePatch!]!): [ChecklistType!]!
7143
+
6016
7144
  """To modify multiple CommonCodes' information"""
6017
7145
  updateMultipleCommonCode(patches: [CommonCodePatch!]!): [CommonCode!]!
6018
7146
 
@@ -6068,24 +7196,39 @@ type Mutation {
6068
7196
  """To modify multiple Entitys' information"""
6069
7197
  updateMultipleEntityColumn(patches: [EntityColumnPatch!]!): [EntityColumn!]!
6070
7198
 
7199
+ """To modify multiple EnvVars' information"""
7200
+ updateMultipleEnvVars(patches: [EnvVarPatch!]!): [EnvVar!]!
7201
+
6071
7202
  """To modify multiple InspectionDrawingTypes' information"""
6072
7203
  updateMultipleInspectionDrawingType(patches: [InspectionDrawingTypePatch!]!): [InspectionDrawingType!]!
6073
7204
 
6074
7205
  """To modify multiple InspectionParts' information"""
6075
7206
  updateMultipleInspectionPart(inspectionDrawingTypeId: String!, patches: [InspectionPartPatch!]!): [InspectionPart!]!
6076
7207
 
6077
- """To modify multiple Kpis' information"""
6078
- updateMultipleKpi(patches: [KpiPatch!]!): Boolean!
6079
-
6080
- """To modify multiple KpiCategories' information"""
6081
- updateMultipleKpiCategory(patches: [KpiCategoryPatch!]!): [KpiCategory!]!
7208
+ """To modify multiple Issues' information"""
7209
+ updateMultipleIssue(patches: [IssuePatch!]!): [Issue!]!
6082
7210
 
6083
- """To modify multiple KpiGrades' information"""
6084
- updateMultipleKpiGrade(patches: [KpiGradePatch!]!): [KpiGrade!]!
7211
+ """To modify multiple Kpis' information"""
7212
+ updateMultipleKpi(patches: [KpiPatch!]!): [Kpi!]!
6085
7213
 
6086
7214
  """To modify multiple KpiMetrics' information"""
6087
7215
  updateMultipleKpiMetric(patches: [KpiMetricPatch!]!): [KpiMetric!]!
6088
7216
 
7217
+ """To modify multiple KpiMetricValues' information"""
7218
+ updateMultipleKpiMetricValue(patches: [KpiMetricValuePatch!]!): [KpiMetricValue!]!
7219
+
7220
+ """Update multiple KPI org-scope mappings with the provided patches."""
7221
+ updateMultipleKpiOrgScope(
7222
+ """Array of patch objects for updating org-scope mappings."""
7223
+ patches: [KpiOrgScopePatch!]!
7224
+ ): [KpiOrgScope!]!
7225
+
7226
+ """Update multiple scope dimension definitions"""
7227
+ updateMultipleKpiScope(patches: [KpiScopePatch!]!): [KpiScope!]!
7228
+
7229
+ """To modify multiple KpiStatistics' information"""
7230
+ updateMultipleKpiStatistic(patches: [KpiStatisticPatch!]!): [KpiStatistic!]!
7231
+
6089
7232
  """To modify multiple KpiValues' information"""
6090
7233
  updateMultipleKpiValue(patches: [KpiValuePatch!]!): [KpiValue!]!
6091
7234
 
@@ -6113,6 +7256,9 @@ type Mutation {
6113
7256
  """To modify multiple PrinterDevices' information"""
6114
7257
  updateMultiplePrinterDevice(patches: [PrinterDevicePatch!]!): [PrinterDevice!]!
6115
7258
 
7259
+ """To modify multiple ProjectReports' information"""
7260
+ updateMultipleProjectReport(patches: [ProjectReportPatch!]!): [ProjectReport!]!
7261
+
6116
7262
  """To modify multiple Resources' information"""
6117
7263
  updateMultipleResource(patches: [ResourcePatch!]!): [Resource!]!
6118
7264
 
@@ -6132,6 +7278,9 @@ type Mutation {
6132
7278
  """
6133
7279
  updateMultipleStep(patches: [StepPatch!]!, scenarioId: String!): [Step!]!
6134
7280
 
7281
+ """To modify multiple Supervisors' information"""
7282
+ updateMultipleSupervisor(patches: [SupervisorPatch!]!): [Supervisor!]!
7283
+
6135
7284
  """To modify multiple Tasks' information"""
6136
7285
  updateMultipleTask(patches: [TaskPatch!]!): [Task!]!
6137
7286
 
@@ -6193,12 +7342,15 @@ type Mutation {
6193
7342
  """To modify privilege information"""
6194
7343
  updatePrivilege(category: String!, name: String!, patch: PrivilegePatch!): Privilege!
6195
7344
 
6196
- """프로젝트 업데이트"""
7345
+ """프로젝트 업데이트 (중복 사용 금지)"""
6197
7346
  updateProject(project: ProjectPatch!): Project!
6198
7347
 
6199
7348
  """프로젝트 도면 업데이트"""
6200
7349
  updateProjectPlan(project: ProjectPatch!): Project!
6201
7350
 
7351
+ """To modify ProjectReport information"""
7352
+ updateProjectReport(id: String!, patch: ProjectReportPatch!): ProjectReport!
7353
+
6202
7354
  """To modify Resource information"""
6203
7355
  updateResource(id: String!, patch: ResourcePatch!): Resource!
6204
7356
 
@@ -6228,9 +7380,15 @@ type Mutation {
6228
7380
  """
6229
7381
  updateStateRegisterByName(name: String!, state: Object!): StateRegister!
6230
7382
 
7383
+ """To modify Supervisor information"""
7384
+ updateSupervisor(id: String!, patch: SupervisorPatch!): Supervisor!
7385
+
6231
7386
  """To modify Task information"""
6232
7387
  updateTask(id: String!, patch: TaskPatch!): Task!
6233
7388
 
7389
+ """To update Task Checklist information"""
7390
+ updateTaskChecklist(taskChecklist: UpdateTaskChecklistSubmitType!): Boolean!
7391
+
6234
7392
  """To modify TaskResource information"""
6235
7393
  updateTaskResource(id: String!, patch: TaskResourcePatch!): TaskResource!
6236
7394
 
@@ -6272,6 +7430,15 @@ type Mutation {
6272
7430
  uploadProjectScheduleTable(param: UploadProjectScheduleTable!): Boolean!
6273
7431
  }
6274
7432
 
7433
+ input NewActionPlan {
7434
+ active: Boolean
7435
+ description: String
7436
+ name: String!
7437
+ params: String
7438
+ state: ActionPlanStatus
7439
+ thumbnail: Upload
7440
+ }
7441
+
6275
7442
  input NewActivity {
6276
7443
  active: Boolean
6277
7444
  activityType: String
@@ -6464,6 +7631,20 @@ input NewBoardTemplate {
6464
7631
  visibility: String!
6465
7632
  }
6466
7633
 
7634
+ input NewBuildingInspection {
7635
+ buildingLevelId: String
7636
+ cellX: Float
7637
+ cellY: Float
7638
+ checklist: ChecklistInputType!
7639
+ checklistItem: [ChecklistItemInputType!]!
7640
+ managerId: String
7641
+ }
7642
+
7643
+ input NewChecklistItemComment {
7644
+ checklistItemId: String
7645
+ comment: String
7646
+ }
7647
+
6467
7648
  input NewCommonCode {
6468
7649
  description: String
6469
7650
  details: [String!]
@@ -6480,6 +7661,9 @@ input NewCommonCodeDetail {
6480
7661
 
6481
7662
  """Input for creating a new connection."""
6482
7663
  input NewConnection {
7664
+ """Whether to automatically connect when the application starts"""
7665
+ active: Boolean
7666
+
6483
7667
  """A detailed description for the new connection."""
6484
7668
  description: String
6485
7669
 
@@ -6492,6 +7676,11 @@ input NewConnection {
6492
7676
  """The name for the new connection."""
6493
7677
  name: String!
6494
7678
 
7679
+ """
7680
+ When true, connection is created on-demand when needed and cleaned up after use.
7681
+ """
7682
+ onDemand: Boolean
7683
+
6495
7684
  """A key-value map of parameters for the new connection."""
6496
7685
  params: Object
6497
7686
 
@@ -6775,6 +7964,21 @@ input NewEntityColumn {
6775
7964
  virtualField: Boolean
6776
7965
  }
6777
7966
 
7967
+ """Input type for creating a new environment variable."""
7968
+ input NewEnvVar {
7969
+ """Indicates whether this environment variable is active."""
7970
+ active: Boolean
7971
+
7972
+ """A detailed description for the new environment variable."""
7973
+ description: String
7974
+
7975
+ """The name for the new environment variable."""
7976
+ name: String!
7977
+
7978
+ """The value for the new environment variable."""
7979
+ value: String
7980
+ }
7981
+
6778
7982
  input NewFavorite {
6779
7983
  routing: String!
6780
7984
  }
@@ -6797,6 +8001,15 @@ input NewGroup {
6797
8001
  name: String!
6798
8002
  }
6799
8003
 
8004
+ input NewIssue {
8005
+ active: Boolean
8006
+ description: String
8007
+ name: String!
8008
+ params: String
8009
+ state: IssueStatus
8010
+ thumbnail: Upload
8011
+ }
8012
+
6800
8013
  """
6801
8014
  Input type for creating a new KPI. Used in mutations to provide KPI details.
6802
8015
  """
@@ -6804,23 +8017,36 @@ input NewKpi {
6804
8017
  """Indicates whether this KPI is active and usable."""
6805
8018
  active: Boolean
6806
8019
 
6807
- """ID of the category to which this KPI belongs."""
6808
- categoryId: ID
6809
-
6810
8020
  """Detailed description of the KPI."""
6811
8021
  description: String
6812
8022
 
6813
8023
  """Calculation formula for the KPI, using metric codes and operators."""
6814
8024
  formula: String
6815
8025
 
8026
+ """Score lookup table for this KPI version"""
8027
+ grades: Object
8028
+
8029
+ """
8030
+ Indicates whether this KPI is a leaf node (has actual measured values).
8031
+ """
8032
+ isLeaf: Boolean
8033
+
6816
8034
  """Name of the KPI."""
6817
8035
  name: String!
6818
8036
 
8037
+ """Reference to the parent KPI in hierarchical structure."""
8038
+ parent: ObjectRef
8039
+
6819
8040
  """
6820
8041
  Cron schedule string for periodic KPI value aggregation (e.g., "0 0 * * *" for daily).
6821
8042
  """
6822
8043
  schedule: String
6823
8044
 
8045
+ """
8046
+ Score calculation formula for this KPI. Converts KPI value to performance score (0-1).
8047
+ """
8048
+ scoreFormula: String
8049
+
6824
8050
  """Current state of the KPI (DRAFT, RELEASED, ARCHIVED)."""
6825
8051
  state: KpiStatus
6826
8052
 
@@ -6836,57 +8062,12 @@ input NewKpi {
6836
8062
  vizMeta: Object
6837
8063
 
6838
8064
  """
6839
- Visualization type for this KPI (e.g., bar, line, gauge, progress, card, table, icon, badge, text).
8065
+ Visualization type for this KPI (e.g., CARD, GAUGE, PROGRESS, BAR, LINE, etc.).
6840
8066
  """
6841
- vizType: String
6842
- }
6843
-
6844
- """
6845
- Input type for creating a new KPI category. Used in mutations to provide category details.
6846
- """
6847
- input NewKpiCategory {
6848
- active: Boolean
6849
-
6850
- """Detailed description of this KPI category."""
6851
- description: String
6852
-
6853
- """Name of the KPI category."""
6854
- name: String!
6855
-
6856
- """ID of the parent category, if any."""
6857
- parentId: ID
6858
- }
6859
-
6860
- """
6861
- Input type for creating a new KPI grade. Used in mutations to provide grade details.
6862
- """
6863
- input NewKpiGrade {
6864
- """Indicates whether this KPI grade is active and usable."""
6865
- active: Boolean
6866
-
6867
- """Color code for this grade (for visualization purposes)."""
6868
- color: String
6869
-
6870
- """Detailed description of this KPI grade."""
6871
- description: String
8067
+ vizType: KpiVizType
6872
8068
 
6873
- """ID of the KPI to which this grade belongs."""
6874
- kpiId: ID!
6875
-
6876
- """Maximum value for this grade section."""
6877
- maxValue: Int!
6878
-
6879
- """Minimum value for this grade section."""
6880
- minValue: Int!
6881
-
6882
- """Name of the grade or section for this KPI."""
6883
- name: String!
6884
-
6885
- """Score or weight for this grade (optional)."""
6886
- score: Int
6887
-
6888
- """Version of the KPI definition to which this grade belongs."""
6889
- version: Int!
8069
+ """Weight for aggregation in parent category."""
8070
+ weight: Float
6890
8071
  }
6891
8072
 
6892
8073
  """
@@ -6896,6 +8077,9 @@ input NewKpiMetric {
6896
8077
  """Indicates whether this metric is active and usable."""
6897
8078
  active: Boolean
6898
8079
 
8080
+ """데이터 수집 방식"""
8081
+ collectType: KpiMetricCollectType
8082
+
6899
8083
  """ID of the source dataset for this metric."""
6900
8084
  dataSetId: ID
6901
8085
 
@@ -6905,14 +8089,12 @@ input NewKpiMetric {
6905
8089
  """Name of the field in the dataset this metric maps to."""
6906
8090
  fieldName: String
6907
8091
 
6908
- """
6909
- Calculation formula for the metric, using other metric codes and operators.
6910
- """
6911
- formula: String
6912
-
6913
8092
  """Metric code, unique within the domain, used in KPI formulas."""
6914
8093
  name: String!
6915
8094
 
8095
+ """Aggregation period type for this metric."""
8096
+ periodType: KpiPeriodType
8097
+
6916
8098
  """
6917
8099
  Cron schedule string for periodic KPI value aggregation (e.g., "0 0 * * *" for daily).
6918
8100
  """
@@ -6935,16 +8117,134 @@ input NewKpiMetric {
6935
8117
  }
6936
8118
 
6937
8119
  """
6938
- Input type for creating a new KPI value. Used in mutations to provide KPI value details.
8120
+ Input type for creating a new metric value. Used in mutations to provide metric value details.
6939
8121
  """
6940
- input NewKpiValue {
8122
+ input NewKpiMetricValue {
6941
8123
  """
6942
- ID of the group (organization, department, project, etc.) this value is associated with.
8124
+ Extended or non-numeric information related to this metric value, stored as JSON. Can include status, comments, or other metadata.
6943
8125
  """
6944
- groupId: String
8126
+ meta: Object
8127
+
8128
+ """ID of the metric to which this value belongs."""
8129
+ metricId: ID!
8130
+
8131
+ """
8132
+ Organizational unit for this value (project, department, company, employee, etc.)
8133
+ """
8134
+ org: String
8135
+
8136
+ """Aggregation period type for this metric value."""
8137
+ periodType: KpiPeriodType!
8138
+
8139
+ """Unit of measurement for this metric value."""
8140
+ unit: String
8141
+
8142
+ """The value for this metric and period."""
8143
+ value: Float!
8144
+
8145
+ """
8146
+ Date or period for which this metric value is recorded (e.g., day, month, quarter, range).
8147
+ """
8148
+ valueDate: String!
8149
+ }
6945
8150
 
6946
- """Type of the group (e.g., USER, DEPT, PROJECT) for this value."""
6947
- groupType: String
8151
+ """Input type for creating a new KPI org-scope mapping"""
8152
+ input NewKpiOrgScope {
8153
+ """Active status"""
8154
+ active: Boolean
8155
+
8156
+ """Human-readable name or description"""
8157
+ displayName: String
8158
+
8159
+ """Organizational unit identifier"""
8160
+ org: String!
8161
+
8162
+ """First scope dimension"""
8163
+ scope01: String
8164
+
8165
+ """Second scope dimension"""
8166
+ scope02: String
8167
+
8168
+ """Third scope dimension"""
8169
+ scope03: String
8170
+
8171
+ """Fourth scope dimension"""
8172
+ scope04: String
8173
+
8174
+ """Fifth scope dimension"""
8175
+ scope05: String
8176
+ }
8177
+
8178
+ input NewKpiScope {
8179
+ """Whether this scope definition is active and should be used"""
8180
+ active: Boolean! = true
8181
+
8182
+ """Detailed description of what this scope dimension represents"""
8183
+ description: String
8184
+
8185
+ """Order/priority for display and processing"""
8186
+ displayOrder: Int! = 1
8187
+
8188
+ """Whether this scope should be included in statistical calculations"""
8189
+ includeInStatistics: Boolean! = true
8190
+
8191
+ """Scope level (1-5) corresponding to scope01-scope05 in KpiOrgScope"""
8192
+ level: Int!
8193
+
8194
+ """Additional metadata for this scope dimension"""
8195
+ metadata: Object
8196
+
8197
+ """Display name for this scope dimension (e.g., "지역", "회사", "프로젝트규모")"""
8198
+ name: String!
8199
+
8200
+ """Parent scope level if this forms a hierarchy"""
8201
+ parentLevel: Int
8202
+
8203
+ """Type category of this scope dimension"""
8204
+ scopeType: ScopeType!
8205
+
8206
+ """Whether this scope should be displayed in dashboard visualizations"""
8207
+ showInDashboard: Boolean! = false
8208
+
8209
+ """List of valid values for this scope"""
8210
+ validValues: [String!]
8211
+
8212
+ """Regex pattern for validating values in this scope dimension"""
8213
+ validationPattern: String
8214
+ }
8215
+
8216
+ input NewKpiStatistic {
8217
+ additionalStatistics: Object
8218
+ count: Float
8219
+ iqr: Float
8220
+ kpi: ObjectRef
8221
+ lowerFence: Float
8222
+ maximum: Float
8223
+ mean: Float
8224
+ median: Float
8225
+ metadata: Object
8226
+ minimum: Float
8227
+ percentile25: Float
8228
+ percentile75: Float
8229
+ periodType: KpiPeriodType!
8230
+ range: Float
8231
+ standardDeviation: Float
8232
+ sum: Float
8233
+ upperFence: Float
8234
+
8235
+ """
8236
+ Date or period for which this statistic is calculated (e.g., day: YYYY-MM-DD, month: YYYY-MM, quarter: YYYY-Qn, range: YYYY-MM-DD~YYYY-MM-DD).
8237
+ """
8238
+ valueDate: String!
8239
+ variance: Float
8240
+ }
8241
+
8242
+ """
8243
+ Input type for creating a new KPI value. Used in mutations to provide KPI value details.
8244
+ """
8245
+ input NewKpiValue {
8246
+ """Group key for this value (organization, line, user, project, etc.)"""
8247
+ group: String
6948
8248
 
6949
8249
  """
6950
8250
  Indicates whether this value was entered manually or generated automatically.
@@ -6954,11 +8254,22 @@ input NewKpiValue {
6954
8254
  """ID of the KPI to which this value belongs."""
6955
8255
  kpiId: ID!
6956
8256
 
8257
+ """ID of the KPI organization scope for this value."""
8258
+ kpiOrgScopeId: ID
8259
+
6957
8260
  """
6958
8261
  Extended or non-numeric information related to this KPI value, stored as JSON5. Can include grade, status, comments, or other metadata.
6959
8262
  """
6960
8263
  meta: Object
6961
8264
 
8265
+ """Legacy organizational unit identifier (for backward compatibility)"""
8266
+ org: String
8267
+
8268
+ """
8269
+ Performance score calculated from KPI value using scoreFormula or grades lookup table. Range: 0-1.
8270
+ """
8271
+ score: Float
8272
+
6962
8273
  """Source of the value (e.g., system, user, external integration)."""
6963
8274
  source: String
6964
8275
 
@@ -7237,6 +8548,15 @@ input NewProject {
7237
8548
  name: String!
7238
8549
  }
7239
8550
 
8551
+ input NewProjectReport {
8552
+ active: Boolean
8553
+ description: String
8554
+ name: String!
8555
+ params: String
8556
+ state: ProjectReportStatus
8557
+ thumbnail: Upload
8558
+ }
8559
+
7240
8560
  input NewResource {
7241
8561
  name: String!
7242
8562
  type: ResourceType!
@@ -7266,6 +8586,9 @@ input NewScenario {
7266
8586
  """A detailed description for the new scenario."""
7267
8587
  description: String
7268
8588
 
8589
+ """Iteration for scenario execution: SELF, CHILDREN, or SELF & CHILDREN."""
8590
+ iteration: String
8591
+
7269
8592
  """The name of the new scenario."""
7270
8593
  name: String!
7271
8594
 
@@ -7331,6 +8654,15 @@ input NewStateRegister {
7331
8654
  unit: String
7332
8655
  }
7333
8656
 
8657
+ input NewSupervisor {
8658
+ active: Boolean
8659
+ description: String
8660
+ name: String!
8661
+ params: String
8662
+ state: SupervisorStatus
8663
+ thumbnail: Upload
8664
+ }
8665
+
7334
8666
  input NewTask {
7335
8667
  """작업이 활성 상태인지 여부 (선택 사항)"""
7336
8668
  active: Boolean
@@ -7354,6 +8686,12 @@ input NewTask {
7354
8686
  project: ObjectRefForProject
7355
8687
  }
7356
8688
 
8689
+ input NewTaskChecklist {
8690
+ checklist: TaskChecklistInputType!
8691
+ checklistItem: [ChecklistItemInputType!]!
8692
+ managerId: String
8693
+ }
8694
+
7357
8695
  input NewTaskResource {
7358
8696
  quantity: Float!
7359
8697
  resourceId: ID!
@@ -7738,6 +9076,36 @@ enum OrgMemberTargetType {
7738
9076
  Role
7739
9077
  }
7740
9078
 
9079
+ type PDFDrawing {
9080
+ drawingURL: String
9081
+ dwgId: String
9082
+ id: String
9083
+ links: [PDFDrawingLink!]
9084
+ title: String
9085
+ }
9086
+
9087
+ type PDFDrawingLink {
9088
+ box: String
9089
+ data: PDFDrawingLinkData
9090
+ dwgId: String
9091
+ id: String
9092
+ story: String
9093
+ symbol: String
9094
+ type: String
9095
+ }
9096
+
9097
+ type PDFDrawingLinkData {
9098
+ box: String
9099
+ code: String
9100
+ dwgId: String
9101
+ finDetItems: [RoomFinishDetail!]
9102
+ id: String
9103
+ rmname: String
9104
+ sn: String
9105
+ symbol: String
9106
+ type: String
9107
+ }
9108
+
7741
9109
  """Entity for PagePreference"""
7742
9110
  type PagePreference {
7743
9111
  createdAt: DateTimeISO
@@ -8126,17 +9494,22 @@ input ProfileInput {
8126
9494
  """프로젝트"""
8127
9495
  type Project {
8128
9496
  buildingComplex: BuildingComplex
9497
+ completeReports: [Attachment!]!
8129
9498
  createdAt: DateTimeISO
8130
9499
  creator: User
8131
9500
  deletedAt: DateTimeISO
9501
+ documentNaming: String
8132
9502
  domain: Domain
8133
9503
  endDate: String
9504
+ geoGroup: String
8134
9505
  id: ID!
9506
+ inputType: String
8135
9507
  inspPassRate: Float
8136
9508
  kpi: Float
8137
9509
  mainPhoto: Attachment
8138
9510
  name: String!
8139
- projectType: String!
9511
+ postalCode: String
9512
+ projectType: String
8140
9513
  robotCount: Float
8141
9514
  robotProgressRate: Float
8142
9515
  rootTasks: [Task!]
@@ -8159,10 +9532,22 @@ type ProjectList {
8159
9532
  total: Int!
8160
9533
  }
8161
9534
 
9535
+ type ProjectManagerOutput {
9536
+ id: ID
9537
+ name: String
9538
+ phone: String
9539
+ position: String
9540
+ updatedAt: String
9541
+ userId: ID!
9542
+ }
9543
+
8162
9544
  input ProjectPatch {
8163
9545
  """연관된 건물 복합체 정보 (선택 사항)"""
8164
9546
  buildingComplex: BuildingComplexPatch
8165
9547
 
9548
+ """프로젝트 문서 네이밍"""
9549
+ documentNaming: String
9550
+
8166
9551
  """프로젝트 준공일정"""
8167
9552
  endDate: String
8168
9553
 
@@ -8200,6 +9585,47 @@ input ProjectPatch {
8200
9585
  weeklyProgress: Float
8201
9586
  }
8202
9587
 
9588
+ """Entity for ProjectReport"""
9589
+ type ProjectReport {
9590
+ active: Boolean
9591
+ content: String
9592
+ createdAt: DateTimeISO
9593
+ creator: User
9594
+ date: DateTimeISO
9595
+ deletedAt: DateTimeISO
9596
+ description: String
9597
+ domain: Domain
9598
+ id: ID!
9599
+ name: String
9600
+ params: String
9601
+ state: String
9602
+ supervisor: Supervisor!
9603
+ thumbnail: String
9604
+ updatedAt: DateTimeISO
9605
+ updater: User
9606
+ }
9607
+
9608
+ type ProjectReportList {
9609
+ items: [ProjectReport!]!
9610
+ total: Int!
9611
+ }
9612
+
9613
+ input ProjectReportPatch {
9614
+ active: Boolean
9615
+ cuFlag: String
9616
+ description: String
9617
+ id: ID
9618
+ name: String
9619
+ state: ProjectReportStatus
9620
+ thumbnail: Upload
9621
+ }
9622
+
9623
+ """state enumeration of a projectReport"""
9624
+ enum ProjectReportStatus {
9625
+ STATUS_A
9626
+ STATUS_B
9627
+ }
9628
+
8203
9629
  """
8204
9630
  Describes a single property for a component or a step, used for UI rendering and configuration.
8205
9631
  """
@@ -8221,13 +9647,38 @@ type PropertySpec {
8221
9647
  """CSS styles to be applied to the input field."""
8222
9648
  styles: Object
8223
9649
 
8224
- """The data type of the property (e.g., text, number, boolean, select)."""
9650
+ """
9651
+ The data type of the property (e.g., text, number, boolean, select, password).
9652
+ """
8225
9653
  type: String!
9654
+
9655
+ """
9656
+ Whether this property should use Domain attributes for secure storage instead of direct params.
9657
+ """
9658
+ useDomainAttribute: Boolean
8226
9659
  }
8227
9660
 
8228
9661
  type Query {
8229
9662
  APIDocCompletion(input: APIDocCompletionInput!): APIDocCompletionOutput!
8230
9663
 
9664
+ """To fetch a ActionPlan"""
9665
+ actionPlan(id: String!): ActionPlan
9666
+
9667
+ """To fetch multiple ActionPlans"""
9668
+ actionPlans(
9669
+ """An array of filter conditions to apply to the list query."""
9670
+ filters: [Filter!]
9671
+
9672
+ """Inherited value type for the list query."""
9673
+ inherited: InheritedValueType
9674
+
9675
+ """Pagination options for the list query."""
9676
+ pagination: Pagination
9677
+
9678
+ """Sorting options for the list query."""
9679
+ sortings: [Sorting!]
9680
+ ): ActionPlanList!
9681
+
8231
9682
  """To fetch multiple Activities"""
8232
9683
  activities(
8233
9684
  """An array of filter conditions to apply to the list query."""
@@ -8540,11 +9991,193 @@ type Query {
8540
9991
  """To fetch a AuthProvider"""
8541
9992
  authProvider(id: String!): AuthProvider
8542
9993
 
8543
- """To fetch a AuthProvider"""
8544
- authProviderTypes: AuthProviderTypeList
9994
+ """To fetch a AuthProvider"""
9995
+ authProviderTypes: AuthProviderTypeList
9996
+
9997
+ """To fetch multiple AuthProviders"""
9998
+ authProviders(
9999
+ """An array of filter conditions to apply to the list query."""
10000
+ filters: [Filter!]
10001
+
10002
+ """Inherited value type for the list query."""
10003
+ inherited: InheritedValueType
10004
+
10005
+ """Pagination options for the list query."""
10006
+ pagination: Pagination
10007
+
10008
+ """Sorting options for the list query."""
10009
+ sortings: [Sorting!]
10010
+ ): AuthProviderList!
10011
+
10012
+ """Finds a single board by its ID."""
10013
+ board(id: String!): Board!
10014
+
10015
+ """Finds a single board by its name."""
10016
+ boardByName(name: String!): Board
10017
+
10018
+ """Retrieves the most recently published version of a board."""
10019
+ boardPublished(id: String!): BoardHistory!
10020
+
10021
+ """To fetch a BoardSettings"""
10022
+ boardSettings(names: [String!]): [BoardSetting!]!
10023
+
10024
+ """To fetch a BoardTemplate"""
10025
+ boardTemplate(id: String!): BoardTemplate
10026
+
10027
+ """To fetch multiple BoardTemplates"""
10028
+ boardTemplates(
10029
+ """An array of filter conditions to apply to the list query."""
10030
+ filters: [Filter!]
10031
+
10032
+ """Inherited value type for the list query."""
10033
+ inherited: InheritedValueType
10034
+
10035
+ """Pagination options for the list query."""
10036
+ pagination: Pagination
10037
+
10038
+ """Sorting options for the list query."""
10039
+ sortings: [Sorting!]
10040
+ ): BoardTemplateList!
10041
+
10042
+ """To fetch BoardTemplates created by me"""
10043
+ boardTemplatesCreatedByMe(
10044
+ """An array of filter conditions to apply to the list query."""
10045
+ filters: [Filter!]
10046
+
10047
+ """Inherited value type for the list query."""
10048
+ inherited: InheritedValueType
10049
+
10050
+ """Pagination options for the list query."""
10051
+ pagination: Pagination
10052
+
10053
+ """Sorting options for the list query."""
10054
+ sortings: [Sorting!]
10055
+ ): BoardTemplateList!
10056
+
10057
+ """Retrieves up to 10 historical versions of a specific board."""
10058
+ boardVersions(id: String!): [BoardHistory!]!
10059
+
10060
+ """Retrieves a paginated list of all boards."""
10061
+ boards(
10062
+ """An array of filter conditions to apply to the list query."""
10063
+ filters: [Filter!]
10064
+
10065
+ """Inherited value type for the list query."""
10066
+ inherited: InheritedValueType
10067
+
10068
+ """Pagination options for the list query."""
10069
+ pagination: Pagination
10070
+
10071
+ """Sorting options for the list query."""
10072
+ sortings: [Sorting!]
10073
+ ): BoardList!
10074
+
10075
+ """Retrieves a paginated list of boards created by the current user."""
10076
+ boardsCreatedByMe(
10077
+ """An array of filter conditions to apply to the list query."""
10078
+ filters: [Filter!]
10079
+
10080
+ """Inherited value type for the list query."""
10081
+ inherited: InheritedValueType
10082
+
10083
+ """Pagination options for the list query."""
10084
+ pagination: Pagination
10085
+
10086
+ """Sorting options for the list query."""
10087
+ sortings: [Sorting!]
10088
+ ): BoardList!
10089
+
10090
+ """To fetch a building"""
10091
+ building(id: String!): Building
10092
+
10093
+ """To fetch a BuildingComplex"""
10094
+ buildingBuildingComplex(id: String!): BuildingComplex
10095
+
10096
+ """To fetch a BuildingInspection"""
10097
+ buildingInspection(id: String!): BuildingInspection
10098
+ buildingInspectionDailyWorklogByProjectIdAndDate(date: String!, projectId: String!): BuildingInspectionDailyWorklog
10099
+
10100
+ """To fetch a BuildingInspection Summary"""
10101
+ buildingInspectionDateSummaryOfLevelAndPeriod(buildingLevelId: String!, endDate: String!, startDate: String!): [BuildingInspectionSummary!]
10102
+
10103
+ """To fetch multiple BuildingInspections"""
10104
+ buildingInspectionHistories(
10105
+ """An array of filter conditions to apply to the list query."""
10106
+ filters: [Filter!]
10107
+
10108
+ """Inherited value type for the list query."""
10109
+ inherited: InheritedValueType
10110
+
10111
+ """Pagination options for the list query."""
10112
+ pagination: Pagination
10113
+
10114
+ """Sorting options for the list query."""
10115
+ sortings: [Sorting!]
10116
+ ): BuildingInspectionHistoryList!
10117
+
10118
+ """To fetch a BuildingInspectionHistory"""
10119
+ buildingInspectionHistory(id: String!): BuildingInspectionHistory
10120
+
10121
+ """To fetch a BuildingInspection Summary"""
10122
+ buildingInspectionSummaryOfBuildingLevel(buildingLevelId: String!): BuildingInspectionSummary
10123
+
10124
+ """프로젝트의 검측상태 별 카운트"""
10125
+ buildingInspectionSummaryOfProject(projectId: String!): BuildingInspectionSummary!
10126
+
10127
+ """To fetch multiple BuildingInspections"""
10128
+ buildingInspections(
10129
+ """An array of filter conditions to apply to the list query."""
10130
+ filters: [Filter!]
10131
+
10132
+ """Inherited value type for the list query."""
10133
+ inherited: InheritedValueType
10134
+
10135
+ """Pagination options for the list query."""
10136
+ pagination: Pagination
10137
+
10138
+ """Sorting options for the list query."""
10139
+ sortings: [Sorting!]
10140
+ ): BuildingInspectionList!
10141
+
10142
+ """To fetch multiple BuildingInspections"""
10143
+ buildingInspectionsOfBuildingLevel(params: BuildingInspectionsOfBuildingLevel!): BuildingInspectionList!
10144
+
10145
+ """To fetch multiple BuildingInspections"""
10146
+ buildingInspectionsOfProject(params: BuildingInspectionsOfProject!): BuildingInspectionList!
10147
+
10148
+ """To fetch a building level"""
10149
+ buildingLevel(id: String!): BuildingLevel
10150
+ chatCompletion(input: ChatCompletionInput!): ChatCompletionOutput!
10151
+
10152
+ """
10153
+ Checks if the system is configured to provide a default password for new users.
10154
+ """
10155
+ checkDefaultPassword: Boolean!
10156
+
10157
+ """
10158
+ Determines whether the system provides a default password when creating a new user.
10159
+ """
10160
+ checkResettablePasswordToDefault: Boolean!
10161
+
10162
+ """To fetch the preset of role for new user"""
10163
+ checkRolePreset: [Role!]!
10164
+
10165
+ """
10166
+ Checks if the current authenticated user belongs to the current domain.
10167
+ """
10168
+ checkUserBelongsDomain: Boolean!
10169
+
10170
+ """Checks if a user with the given email address exists in the system."""
10171
+ checkUserExistence(
10172
+ """The email address to check for existence."""
10173
+ email: EmailAddress!
10174
+ ): Boolean!
10175
+
10176
+ """To fetch a Checklist"""
10177
+ checklist(id: String!): Checklist
8545
10178
 
8546
- """To fetch multiple AuthProviders"""
8547
- authProviders(
10179
+ """To fetch multiple ChecklistHistories"""
10180
+ checklistHistories(
8548
10181
  """An array of filter conditions to apply to the list query."""
8549
10182
  filters: [Filter!]
8550
10183
 
@@ -8556,25 +10189,19 @@ type Query {
8556
10189
 
8557
10190
  """Sorting options for the list query."""
8558
10191
  sortings: [Sorting!]
8559
- ): AuthProviderList!
8560
-
8561
- """Finds a single board by its ID."""
8562
- board(id: String!): Board!
8563
-
8564
- """Finds a single board by its name."""
8565
- boardByName(name: String!): Board
10192
+ ): ChecklistHistoryList!
8566
10193
 
8567
- """Retrieves the most recently published version of a board."""
8568
- boardPublished(id: String!): BoardHistory!
10194
+ """To fetch a ChecklistHistory"""
10195
+ checklistHistory(id: String!): ChecklistHistory!
8569
10196
 
8570
- """To fetch a BoardSettings"""
8571
- boardSettings(names: [String!]): [BoardSetting!]!
10197
+ """To fetch a ChecklistItem"""
10198
+ checklistItem(id: String!): ChecklistItem
8572
10199
 
8573
- """To fetch a BoardTemplate"""
8574
- boardTemplate(id: String!): BoardTemplate
10200
+ """To fetch multiple ChecklistItemComments"""
10201
+ checklistItemComments(checklistItemId: String!, pagination: Pagination!): [ChecklistItemComment!]!
8575
10202
 
8576
- """To fetch multiple BoardTemplates"""
8577
- boardTemplates(
10203
+ """To fetch multiple ChecklistItems"""
10204
+ checklistItemHistories(
8578
10205
  """An array of filter conditions to apply to the list query."""
8579
10206
  filters: [Filter!]
8580
10207
 
@@ -8586,10 +10213,13 @@ type Query {
8586
10213
 
8587
10214
  """Sorting options for the list query."""
8588
10215
  sortings: [Sorting!]
8589
- ): BoardTemplateList!
10216
+ ): ChecklistItemHistoryList!
8590
10217
 
8591
- """To fetch BoardTemplates created by me"""
8592
- boardTemplatesCreatedByMe(
10218
+ """To fetch a ChecklistItemHistory"""
10219
+ checklistItemHistory(id: String!): ChecklistItemHistory
10220
+
10221
+ """To fetch multiple ChecklistItems"""
10222
+ checklistItems(
8593
10223
  """An array of filter conditions to apply to the list query."""
8594
10224
  filters: [Filter!]
8595
10225
 
@@ -8601,13 +10231,13 @@ type Query {
8601
10231
 
8602
10232
  """Sorting options for the list query."""
8603
10233
  sortings: [Sorting!]
8604
- ): BoardTemplateList!
10234
+ ): ChecklistItemList!
8605
10235
 
8606
- """Retrieves up to 10 historical versions of a specific board."""
8607
- boardVersions(id: String!): [BoardHistory!]!
10236
+ """To fetch a ChecklistTemplateItem"""
10237
+ checklistTemplateItem(id: String!): ChecklistTemplateItem
8608
10238
 
8609
- """Retrieves a paginated list of all boards."""
8610
- boards(
10239
+ """To fetch multiple ChecklistTemplateItems"""
10240
+ checklistTemplateItems(
8611
10241
  """An array of filter conditions to apply to the list query."""
8612
10242
  filters: [Filter!]
8613
10243
 
@@ -8619,10 +10249,10 @@ type Query {
8619
10249
 
8620
10250
  """Sorting options for the list query."""
8621
10251
  sortings: [Sorting!]
8622
- ): BoardList!
10252
+ ): ChecklistTemplateItemList!
8623
10253
 
8624
- """Retrieves a paginated list of boards created by the current user."""
8625
- boardsCreatedByMe(
10254
+ """To fetch multiple ChecklistTemplates"""
10255
+ checklistTemplates(
8626
10256
  """An array of filter conditions to apply to the list query."""
8627
10257
  filters: [Filter!]
8628
10258
 
@@ -8634,41 +10264,37 @@ type Query {
8634
10264
 
8635
10265
  """Sorting options for the list query."""
8636
10266
  sortings: [Sorting!]
8637
- ): BoardList!
10267
+ ): ChecklistTemplateList!
8638
10268
 
8639
- """To fetch a building"""
8640
- building(id: String!): Building
10269
+ """To fetch multiple ChecklistTypes"""
10270
+ checklistTypes(
10271
+ """An array of filter conditions to apply to the list query."""
10272
+ filters: [Filter!]
8641
10273
 
8642
- """To fetch a BuildingComplex"""
8643
- buildingBuildingComplex(id: String!): BuildingComplex
10274
+ """Inherited value type for the list query."""
10275
+ inherited: InheritedValueType
8644
10276
 
8645
- """To fetch a building level"""
8646
- buildingLevel(id: String!): BuildingLevel
8647
- chatCompletion(input: ChatCompletionInput!): ChatCompletionOutput!
10277
+ """Pagination options for the list query."""
10278
+ pagination: Pagination
8648
10279
 
8649
- """
8650
- Checks if the system is configured to provide a default password for new users.
8651
- """
8652
- checkDefaultPassword: Boolean!
10280
+ """Sorting options for the list query."""
10281
+ sortings: [Sorting!]
10282
+ ): ChecklistTypeList!
8653
10283
 
8654
- """
8655
- Determines whether the system provides a default password when creating a new user.
8656
- """
8657
- checkResettablePasswordToDefault: Boolean!
10284
+ """To fetch multiple Checklists"""
10285
+ checklists(
10286
+ """An array of filter conditions to apply to the list query."""
10287
+ filters: [Filter!]
8658
10288
 
8659
- """To fetch the preset of role for new user"""
8660
- checkRolePreset: [Role!]!
10289
+ """Inherited value type for the list query."""
10290
+ inherited: InheritedValueType
8661
10291
 
8662
- """
8663
- Checks if the current authenticated user belongs to the current domain.
8664
- """
8665
- checkUserBelongsDomain: Boolean!
10292
+ """Pagination options for the list query."""
10293
+ pagination: Pagination
8666
10294
 
8667
- """Checks if a user with the given email address exists in the system."""
8668
- checkUserExistence(
8669
- """The email address to check for existence."""
8670
- email: EmailAddress!
8671
- ): Boolean!
10295
+ """Sorting options for the list query."""
10296
+ sortings: [Sorting!]
10297
+ ): ChecklistList!
8672
10298
 
8673
10299
  """To fetch common approval lines"""
8674
10300
  commonApprovalLines(
@@ -8801,6 +10427,10 @@ type Query {
8801
10427
  sortings: [Sorting!]
8802
10428
  ): ContactList!
8803
10429
  customers: [Domain!]!
10430
+ dailyWorklogDatesOfProject(endDate: String!, projectId: String!, startDate: String!): [BuildingInspectionDailyWorklog!]!
10431
+
10432
+ """Get aggregated statistics by scope02 (regional level) for dashboard"""
10433
+ dashboardRegionalStatistics(periodType: KpiPeriodType! = MONTH, valueDate: String!): [KpiStatistic!]!
8804
10434
 
8805
10435
  """
8806
10436
  Retrieves a single data archive by its unique identifier. This query fetches detailed information about a data archive request including its status, download URL, and associated dataset information for data export purposes.
@@ -9343,6 +10973,20 @@ type Query {
9343
10973
 
9344
10974
  """To fetch a EntityMetadata"""
9345
10975
  entityMetadata(name: String!): EntityMetadata!
10976
+ envVar(id: String!): EnvVar
10977
+ envVars(
10978
+ """An array of filter conditions to apply to the list query."""
10979
+ filters: [Filter!]
10980
+
10981
+ """Inherited value type for the list query."""
10982
+ inherited: InheritedValueType
10983
+
10984
+ """Pagination options for the list query."""
10985
+ pagination: Pagination
10986
+
10987
+ """Sorting options for the list query."""
10988
+ sortings: [Sorting!]
10989
+ ): EnvVarList!
9346
10990
 
9347
10991
  """To fetch a Favorite"""
9348
10992
  favorite(id: String!): Favorite!
@@ -9426,6 +11070,9 @@ type Query {
9426
11070
  i18nCompletion(input: i18nCompletionInput!): i18nCompletionOutput!
9427
11071
  imageCompletion(input: ImageCompletionInput!): ImageCompletionOutput!
9428
11072
 
11073
+ """BuildingInspection By ChecklistItemId"""
11074
+ inspectionByChecklistItemId: BuildingInspection!
11075
+
9429
11076
  """To fetch a InspectionDrawingType"""
9430
11077
  inspectionDrawingType(id: String!): InspectionDrawingType
9431
11078
 
@@ -9485,6 +11132,24 @@ type Query {
9485
11132
  invitation(email: EmailAddress!, reference: String!, type: String!): Invitation!
9486
11133
  invitations(reference: String!, type: String!): InvitationList!
9487
11134
 
11135
+ """To fetch a Issue"""
11136
+ issue(id: String!): Issue
11137
+
11138
+ """To fetch multiple Issues"""
11139
+ issues(
11140
+ """An array of filter conditions to apply to the list query."""
11141
+ filters: [Filter!]
11142
+
11143
+ """Inherited value type for the list query."""
11144
+ inherited: InheritedValueType
11145
+
11146
+ """Pagination options for the list query."""
11147
+ pagination: Pagination
11148
+
11149
+ """Sorting options for the list query."""
11150
+ sortings: [Sorting!]
11151
+ ): IssueList!
11152
+
9488
11153
  """Fetch a single KPI by its unique identifier."""
9489
11154
  kpi(
9490
11155
  """Unique identifier of the KPI to fetch."""
@@ -9494,8 +11159,26 @@ type Query {
9494
11159
  """KPI 실적/등급/목표 미달 등 경고/알림 리스트 반환"""
9495
11160
  kpiAlerts: [KpiAlert!]!
9496
11161
 
9497
- """To fetch multiple KpiCategories"""
9498
- kpiCategories(
11162
+ """Fetch child KPIs of a given parent KPI"""
11163
+ kpiChildren(
11164
+ """ID of the parent KPI"""
11165
+ parentId: String!
11166
+ ): [Kpi!]!
11167
+
11168
+ """Fetch a single KPI metric by its unique identifier."""
11169
+ kpiMetric(
11170
+ """Unique identifier of the KPI metric to fetch."""
11171
+ id: String!
11172
+ ): KpiMetric
11173
+
11174
+ """Fetch a single metric value by its unique identifier."""
11175
+ kpiMetricValue(
11176
+ """Unique identifier of the metric value to fetch."""
11177
+ id: String!
11178
+ ): KpiMetricValue
11179
+
11180
+ """To fetch multiple KpiMetricValues"""
11181
+ kpiMetricValues(
9499
11182
  """An array of filter conditions to apply to the list query."""
9500
11183
  filters: [Filter!]
9501
11184
 
@@ -9507,22 +11190,46 @@ type Query {
9507
11190
 
9508
11191
  """Sorting options for the list query."""
9509
11192
  sortings: [Sorting!]
9510
- ): KpiCategoryList!
11193
+ ): KpiMetricValueList!
9511
11194
 
9512
- """Fetch a single KPI category by its unique identifier."""
9513
- kpiCategory(
9514
- """Unique identifier of the KPI category to fetch."""
9515
- id: String!
9516
- ): KpiCategory
11195
+ """To fetch multiple KpiMetrics"""
11196
+ kpiMetrics(
11197
+ """An array of filter conditions to apply to the list query."""
11198
+ filters: [Filter!]
11199
+
11200
+ """Inherited value type for the list query."""
11201
+ inherited: InheritedValueType
11202
+
11203
+ """Pagination options for the list query."""
11204
+ pagination: Pagination
11205
+
11206
+ """Sorting options for the list query."""
11207
+ sortings: [Sorting!]
11208
+ ): KpiMetricList!
9517
11209
 
9518
- """Fetch a single KPI grade by its unique identifier."""
9519
- kpiGrade(
9520
- """Unique identifier of the KPI grade to fetch."""
11210
+ """Fetch a single KPI org-scope mapping by its unique identifier."""
11211
+ kpiOrgScope(
11212
+ """Unique identifier of the org-scope mapping to fetch."""
9521
11213
  id: String!
9522
- ): KpiGrade
11214
+ ): KpiOrgScope
11215
+
11216
+ """Find org-scope mapping by org identifier"""
11217
+ kpiOrgScopeByOrg(
11218
+ """Organization identifier to search for"""
11219
+ org: String!
11220
+ ): KpiOrgScope
11221
+
11222
+ """Get distinct values for a specific scope field"""
11223
+ kpiOrgScopeValues(
11224
+ """Scope field to get distinct values from"""
11225
+ scopeField: String!
11226
+
11227
+ """Optional search term to filter values"""
11228
+ searchTerm: String
11229
+ ): [String!]!
9523
11230
 
9524
- """To fetch multiple KpiGrades"""
9525
- kpiGrades(
11231
+ """Fetch multiple KPI org-scope mappings with filters and pagination"""
11232
+ kpiOrgScopes(
9526
11233
  """An array of filter conditions to apply to the list query."""
9527
11234
  filters: [Filter!]
9528
11235
 
@@ -9534,16 +11241,19 @@ type Query {
9534
11241
 
9535
11242
  """Sorting options for the list query."""
9536
11243
  sortings: [Sorting!]
9537
- ): KpiGradeList!
11244
+ ): KpiOrgScopeList!
9538
11245
 
9539
- """Fetch a single KPI metric by its unique identifier."""
9540
- kpiMetric(
9541
- """Unique identifier of the KPI metric to fetch."""
9542
- id: String!
9543
- ): KpiMetric
11246
+ """Get distinct org values"""
11247
+ kpiOrgValues(
11248
+ """Optional search term to filter org values"""
11249
+ searchTerm: String
11250
+ ): [String!]!
9544
11251
 
9545
- """To fetch multiple KpiMetrics"""
9546
- kpiMetrics(
11252
+ """Fetch a scope dimension definition by ID"""
11253
+ kpiScope(id: String!): KpiScope
11254
+
11255
+ """Fetch multiple scope dimension definitions"""
11256
+ kpiScopes(
9547
11257
  """An array of filter conditions to apply to the list query."""
9548
11258
  filters: [Filter!]
9549
11259
 
@@ -9555,7 +11265,28 @@ type Query {
9555
11265
 
9556
11266
  """Sorting options for the list query."""
9557
11267
  sortings: [Sorting!]
9558
- ): KpiMetricList!
11268
+ ): KpiScopeList!
11269
+
11270
+ """To fetch a KpiStatistic"""
11271
+ kpiStatistic(id: String!): KpiStatistic
11272
+
11273
+ """To fetch multiple KpiStatistics"""
11274
+ kpiStatistics(
11275
+ """An array of filter conditions to apply to the list query."""
11276
+ filters: [Filter!]
11277
+
11278
+ """Inherited value type for the list query."""
11279
+ inherited: InheritedValueType
11280
+
11281
+ """Pagination options for the list query."""
11282
+ pagination: Pagination
11283
+
11284
+ """Sorting options for the list query."""
11285
+ sortings: [Sorting!]
11286
+ ): KpiStatisticList!
11287
+
11288
+ """Fetch KPIs in hierarchical tree structure"""
11289
+ kpiTree: [Kpi!]!
9559
11290
 
9560
11291
  """Fetch a single KPI value by its unique identifier."""
9561
11292
  kpiValue(
@@ -9593,6 +11324,19 @@ type Query {
9593
11324
  sortings: [Sorting!]
9594
11325
  ): KpiList!
9595
11326
 
11327
+ """Fetch root KPIs (KPIs without parent)"""
11328
+ kpisLevel0: [Kpi!]!
11329
+
11330
+ """
11331
+ Fetch first level child KPIs. If rootId is provided, get children of that parent. If not, get all level 1 KPIs (children of root KPIs)
11332
+ """
11333
+ kpisLevel1(
11334
+ """
11335
+ ID of the parent KPI to get level 1 children. If not provided, returns all level 1 KPIs
11336
+ """
11337
+ rootId: String
11338
+ ): [Kpi!]!
11339
+
9596
11340
  """To fetch a LiteMenu"""
9597
11341
  liteMenu(id: String!): LiteMenu!
9598
11342
 
@@ -9951,6 +11695,15 @@ type Query {
9951
11695
  sortings: [Sorting!]
9952
11696
  ): PayloadLogList!
9953
11697
 
11698
+ """To fetch a PDFDrawing by dwgId"""
11699
+ pdfDrawingByDwgId(dwgId: String!): PDFDrawing!
11700
+
11701
+ """To fetch a PDFDrawing by title"""
11702
+ pdfDrawingByTitle(title: String!): PDFDrawing!
11703
+
11704
+ """To fetch multiple PDFDrawings"""
11705
+ pdfDrawings: [PDFDrawing!]!
11706
+
9954
11707
  """To get list of activity instance that a user can pick"""
9955
11708
  pickableActivityList(
9956
11709
  """An array of filter conditions to apply to the list query."""
@@ -10029,6 +11782,27 @@ type Query {
10029
11782
  """To fetch a Project"""
10030
11783
  projectByBuildingComplexId(buildingComplexId: String!): Project
10031
11784
 
11785
+ """To fetch Project"""
11786
+ projectByBuildingLevelId(buildingLevelId: String!): Project!
11787
+
11788
+ """To fetch a ProjectReport"""
11789
+ projectReport(id: String!): ProjectReport
11790
+
11791
+ """To fetch multiple ProjectReports"""
11792
+ projectReports(
11793
+ """An array of filter conditions to apply to the list query."""
11794
+ filters: [Filter!]
11795
+
11796
+ """Inherited value type for the list query."""
11797
+ inherited: InheritedValueType
11798
+
11799
+ """Pagination options for the list query."""
11800
+ pagination: Pagination
11801
+
11802
+ """Sorting options for the list query."""
11803
+ sortings: [Sorting!]
11804
+ ): ProjectReportList!
11805
+
10032
11806
  """프로젝트 리스트"""
10033
11807
  projects(
10034
11808
  """An array of filter conditions to apply to the list query."""
@@ -10047,6 +11821,9 @@ type Query {
10047
11821
  """To query data in S3 using Amazon Athena SDK"""
10048
11822
  queryFromAthena(queryData: Object!): Any!
10049
11823
 
11824
+ """Get regional statistics for dashboard map visualization"""
11825
+ regionalKpiStatistics(periodType: KpiPeriodType! = MONTH, regions: [String!], valueDate: String!): [KpiStatistic!]!
11826
+
10050
11827
  """To fetch a Resource"""
10051
11828
  resource(id: String!): Resource
10052
11829
 
@@ -10230,9 +12007,30 @@ type Query {
10230
12007
  sortings: [Sorting!]
10231
12008
  ): ActivityList!
10232
12009
 
12010
+ """To fetch a Supervisor"""
12011
+ supervisor(id: String!): Supervisor
12012
+
12013
+ """To fetch multiple Supervisors"""
12014
+ supervisors(
12015
+ """An array of filter conditions to apply to the list query."""
12016
+ filters: [Filter!]
12017
+
12018
+ """Inherited value type for the list query."""
12019
+ inherited: InheritedValueType
12020
+
12021
+ """Pagination options for the list query."""
12022
+ pagination: Pagination
12023
+
12024
+ """Sorting options for the list query."""
12025
+ sortings: [Sorting!]
12026
+ ): SupervisorList!
12027
+
10233
12028
  """Fetch a single Task by its ID"""
10234
12029
  task(id: String!): Task
10235
12030
 
12031
+ """Fetch a single TaskChecklistBinding by its ID"""
12032
+ taskChecklistBinding(id: String!): TaskChecklistBinding
12033
+
10236
12034
  """To fetch a TaskResource"""
10237
12035
  taskResource(id: String!): TaskResource
10238
12036
 
@@ -10526,10 +12324,17 @@ type RolePrivilege {
10526
12324
  name: String
10527
12325
  }
10528
12326
 
12327
+ type RoomFinishDetail {
12328
+ box: String
12329
+ dwgId: String
12330
+ part: String
12331
+ symbol: String
12332
+ }
12333
+
10529
12334
  """Represents a sequence of steps designed to automate a task or process."""
10530
12335
  type Scenario {
10531
12336
  """
10532
- Indicates if the scenario should be automatically started when the server starts. [will be deprecated]
12337
+ Indicates if the scenario should be automatically started when the server starts.
10533
12338
  """
10534
12339
  active: Boolean
10535
12340
  connectionNames: [Connection!]!
@@ -10550,6 +12355,9 @@ type Scenario {
10550
12355
  id: ID!
10551
12356
  instances: [ScenarioInstance!]
10552
12357
 
12358
+ """Iteration for scenario execution: SELF, CHILDREN, or SELF & CHILDREN."""
12359
+ iteration: String
12360
+
10553
12361
  """The name of the scenario."""
10554
12362
  name: String!
10555
12363
 
@@ -10679,6 +12487,18 @@ type ScenarioInstanceRunResult {
10679
12487
  variables: Object
10680
12488
  }
10681
12489
 
12490
+ """Contains the final result of a completed scenario instance start."""
12491
+ type ScenarioInstanceStartResult {
12492
+ """A final message from the run (e.g., success or failure reason)."""
12493
+ message: String
12494
+
12495
+ """The final state of the instance after the run."""
12496
+ state: String
12497
+
12498
+ """The timestamp when the instance started."""
12499
+ timestamp: DateTimeISO
12500
+ }
12501
+
10682
12502
  """
10683
12503
  Represents the complete state of a scenario instance at a point in time.
10684
12504
  """
@@ -10731,7 +12551,9 @@ type ScenarioList {
10731
12551
 
10732
12552
  """Input for updating (patching) an existing scenario."""
10733
12553
  input ScenarioPatch {
10734
- """The new active status for the scenario."""
12554
+ """
12555
+ Indicates if the scenario should be automatically started when the server starts.
12556
+ """
10735
12557
  active: Boolean
10736
12558
 
10737
12559
  """
@@ -10745,6 +12567,11 @@ input ScenarioPatch {
10745
12567
  """The unique identifier of the scenario to update."""
10746
12568
  id: ID
10747
12569
 
12570
+ """
12571
+ The new iteration for scenario execution: SELF, CHILDREN, or SELF & CHILDREN.
12572
+ """
12573
+ iteration: String
12574
+
10748
12575
  """The new name for the scenario."""
10749
12576
  name: String
10750
12577
 
@@ -10776,6 +12603,16 @@ type ScenarioQueueState {
10776
12603
  queue: [PendingObject!]!
10777
12604
  }
10778
12605
 
12606
+ """Types of organizational scope dimensions"""
12607
+ enum ScopeType {
12608
+ BUSINESS
12609
+ CUSTOM
12610
+ GEOGRAPHIC
12611
+ ORGANIZATIONAL
12612
+ TECHNICAL
12613
+ TEMPORAL
12614
+ }
12615
+
10779
12616
  """Entity for Setting"""
10780
12617
  type Setting {
10781
12618
  category: String!
@@ -10804,6 +12641,21 @@ input SettingPatch {
10804
12641
  value: String
10805
12642
  }
10806
12643
 
12644
+ """현장 유형"""
12645
+ enum SiteType {
12646
+ APARTMENT_COMPLEX
12647
+ COMMERCIAL
12648
+ CULTURAL
12649
+ DETACHED_HOUSE
12650
+ EDUCATION
12651
+ INDUSTRIAL
12652
+ MEDICAL
12653
+ NEIGHBORHOOD_FACILITY
12654
+ OFFICE
12655
+ RELIGIOUS
12656
+ TRANSPORT
12657
+ }
12658
+
10807
12659
  """Input type for specifying sorting options in a list query."""
10808
12660
  input Sorting {
10809
12661
  """Set to true for descending order. Default is false (ascending)."""
@@ -11080,6 +12932,47 @@ type Subscription {
11080
12932
  scenarioQueueState: ScenarioQueueState!
11081
12933
  }
11082
12934
 
12935
+ """Entity for Supervisor"""
12936
+ type Supervisor {
12937
+ active: Boolean
12938
+ createdAt: DateTimeISO
12939
+ creator: User
12940
+ deletedAt: DateTimeISO
12941
+ description: String
12942
+ domain: Domain
12943
+ email: String
12944
+ id: ID!
12945
+ name: String
12946
+ params: String
12947
+ phoneNumber: String
12948
+ reports: [ProjectReport!]!
12949
+ state: String
12950
+ thumbnail: String
12951
+ updatedAt: DateTimeISO
12952
+ updater: User
12953
+ }
12954
+
12955
+ type SupervisorList {
12956
+ items: [Supervisor!]!
12957
+ total: Int!
12958
+ }
12959
+
12960
+ input SupervisorPatch {
12961
+ active: Boolean
12962
+ cuFlag: String
12963
+ description: String
12964
+ id: ID
12965
+ name: String
12966
+ state: SupervisorStatus
12967
+ thumbnail: Upload
12968
+ }
12969
+
12970
+ """state enumeration of a supervisor"""
12971
+ enum SupervisorStatus {
12972
+ STATUS_A
12973
+ STATUS_B
12974
+ }
12975
+
11083
12976
  """공정표 작업 정보"""
11084
12977
  type Task {
11085
12978
  children(
@@ -11116,12 +13009,39 @@ type Task {
11116
13009
  startDate: DateTimeISO
11117
13010
  style: String
11118
13011
  tags: Object
13012
+ taskChecklistBinding: TaskChecklistBinding
11119
13013
  taskResources: [TaskResource!]
11120
13014
  type: String
11121
13015
  updatedAt: DateTimeISO
11122
13016
  updater: User
11123
13017
  }
11124
13018
 
13019
+ """Task와 Checklist 간의 바인딩 정보"""
13020
+ type TaskChecklistBinding {
13021
+ checklist: Checklist
13022
+ createdAt: DateTimeISO
13023
+ creator: User
13024
+ id: ID!
13025
+ manager: ManagerOutput
13026
+ project: Project
13027
+ status: String
13028
+ task: Task
13029
+ taskCode: String!
13030
+ updatedAt: DateTimeISO
13031
+ updater: User
13032
+ }
13033
+
13034
+ input TaskChecklistInputType {
13035
+ constructionDetailType: String
13036
+ constructionType: String
13037
+ inspectionDrawingType: String
13038
+ inspectionParts: [String!]
13039
+ location: String
13040
+ name: String!
13041
+ projectId: String
13042
+ taskCode: String
13043
+ }
13044
+
11125
13045
  type TaskList {
11126
13046
  """작업 리스트 항목들"""
11127
13047
  items: [Task!]!
@@ -11313,6 +13233,25 @@ input ThemePatch {
11313
13233
  value: Object
11314
13234
  }
11315
13235
 
13236
+ input UpdateBuildingInspection {
13237
+ drawingMarker: String
13238
+ id: String!
13239
+ memo: String
13240
+ }
13241
+
13242
+ input UpdateBuildingInspectionSubmitType {
13243
+ checklist: ChecklistSubmitInputType!
13244
+ checklistItem: [ChecklistItemSubmitInputType!]!
13245
+ id: String!
13246
+ memo: String
13247
+ }
13248
+
13249
+ input UpdateTaskChecklistSubmitType {
13250
+ checklist: ChecklistSubmitInputType!
13251
+ checklistId: String!
13252
+ checklistItem: [ChecklistItemSubmitInputType!]!
13253
+ }
13254
+
11316
13255
  """The `Upload` scalar type represents a file upload."""
11317
13256
  scalar Upload
11318
13257