@tocca-systems/twp-cli 0.14.1 → 0.15.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 (318) hide show
  1. package/CHANGELOG.public.md +23 -0
  2. package/README.md +27 -0
  3. package/command-model/account-lock.json +108 -0
  4. package/command-model/address.json +40 -0
  5. package/command-model/agent-loop.json +1121 -0
  6. package/command-model/agent.json +838 -0
  7. package/command-model/ai-chat-history.json +239 -0
  8. package/command-model/ai-rag.json +118 -0
  9. package/command-model/ai-task-copilot.json +235 -0
  10. package/command-model/ai-token-usage.json +421 -0
  11. package/command-model/analysis-page-access-rule.json +250 -0
  12. package/command-model/analysis.json +153 -0
  13. package/command-model/announcement.json +208 -0
  14. package/command-model/api-key.json +255 -0
  15. package/command-model/api-usage.json +123 -0
  16. package/command-model/attendance-report-category.json +263 -0
  17. package/command-model/attendance-report-reason-detail.json +291 -0
  18. package/command-model/attendance-report-reason.json +279 -0
  19. package/command-model/attendance-report.json +384 -0
  20. package/command-model/attendance-timesheet.json +92 -0
  21. package/command-model/attendance.json +34 -0
  22. package/command-model/audit-log.json +146 -0
  23. package/command-model/auth.json +268 -0
  24. package/command-model/authorize.json +60 -0
  25. package/command-model/auto-charge.json +149 -0
  26. package/command-model/badge.json +116 -0
  27. package/command-model/billing.json +297 -0
  28. package/command-model/budget.json +505 -0
  29. package/command-model/business-card.json +47 -0
  30. package/command-model/business-place.json +323 -0
  31. package/command-model/capacity.json +171 -0
  32. package/command-model/catalog.json +234 -0
  33. package/command-model/chat-channel.json +566 -0
  34. package/command-model/chat-mention-group.json +135 -0
  35. package/command-model/chat-message.json +296 -0
  36. package/command-model/chat-tenant-connection.json +173 -0
  37. package/command-model/cli-auth.json +212 -0
  38. package/command-model/cms-tag.json +323 -0
  39. package/command-model/commuting-expense.json +422 -0
  40. package/command-model/company-case-document.json +41 -0
  41. package/command-model/company-contract-document.json +350 -0
  42. package/command-model/company.json +581 -0
  43. package/command-model/config.json +63 -0
  44. package/command-model/contract.json +546 -0
  45. package/command-model/credit.json +629 -0
  46. package/command-model/cross-project-report.json +40 -0
  47. package/command-model/customer-campaign.json +181 -0
  48. package/command-model/customer-contact.json +538 -0
  49. package/command-model/customer-interaction.json +714 -0
  50. package/command-model/customer-people.json +129 -0
  51. package/command-model/customer.json +129 -0
  52. package/command-model/cycle-time-analysis.json +59 -0
  53. package/command-model/dashboard-calendar.json +40 -0
  54. package/command-model/department.json +374 -0
  55. package/command-model/deposit-plan.json +69 -0
  56. package/command-model/deposit.json +498 -0
  57. package/command-model/desktop-release.json +63 -0
  58. package/command-model/domain-knowledge-doc.json +287 -0
  59. package/command-model/domain-knowledge.json +246 -0
  60. package/command-model/dynamo-attachment.json +253 -0
  61. package/command-model/dynamo-cms.json +1322 -0
  62. package/command-model/dynamo-inquiry.json +417 -0
  63. package/command-model/dynamo-support.json +297 -0
  64. package/command-model/email-change.json +59 -0
  65. package/command-model/equipment-category.json +129 -0
  66. package/command-model/equipment.json +614 -0
  67. package/command-model/estimate-case-document.json +349 -0
  68. package/command-model/estimate-format.json +465 -0
  69. package/command-model/estimate-no-rule.json +236 -0
  70. package/command-model/estimate.json +1025 -0
  71. package/command-model/evaluation-pdf.json +68 -0
  72. package/command-model/evaluation-period.json +476 -0
  73. package/command-model/evaluation.json +786 -0
  74. package/command-model/expense-settings.json +60 -0
  75. package/command-model/external-integration-proxy.json +1261 -0
  76. package/command-model/faq-notion-import.json +246 -0
  77. package/command-model/faq.json +410 -0
  78. package/command-model/favorite.json +179 -0
  79. package/command-model/feedback.json +544 -0
  80. package/command-model/fiscal-year-setting.json +167 -0
  81. package/command-model/floor-map.json +175 -0
  82. package/command-model/follow-up-message-template.json +197 -0
  83. package/command-model/git-hub-pr-status.json +41 -0
  84. package/command-model/goal-sheet.json +350 -0
  85. package/command-model/google-auth.json +100 -0
  86. package/command-model/hearing-auth.json +329 -0
  87. package/command-model/hearing-invitation.json +252 -0
  88. package/command-model/hearing-session.json +194 -0
  89. package/command-model/hearing.json +929 -0
  90. package/command-model/holiday.json +362 -0
  91. package/command-model/hr-checklist-template.json +261 -0
  92. package/command-model/hr-checklist.json +185 -0
  93. package/command-model/hr-qualification.json +108 -0
  94. package/command-model/html-editor.json +55 -0
  95. package/command-model/index.json +1500 -0
  96. package/command-model/inquiry-response-generator.json +43 -0
  97. package/command-model/inquiry-routing.json +364 -0
  98. package/command-model/invoice-auto-template.json +245 -0
  99. package/command-model/invoice-no-rule.json +236 -0
  100. package/command-model/invoice.json +897 -0
  101. package/command-model/job-title.json +421 -0
  102. package/command-model/knowledge-qa.json +62 -0
  103. package/command-model/knowledge-recommendation-feedback.json +102 -0
  104. package/command-model/knowledge-recommendation.json +56 -0
  105. package/command-model/legacy-migration.json +76 -0
  106. package/command-model/license-assignment.json +296 -0
  107. package/command-model/license-type.json +288 -0
  108. package/command-model/license.json +525 -0
  109. package/command-model/login-history.json +99 -0
  110. package/command-model/man-hour.json +107 -0
  111. package/command-model/master-announcement.json +520 -0
  112. package/command-model/master-billing.json +117 -0
  113. package/command-model/master-pricing.json +246 -0
  114. package/command-model/master-product.json +523 -0
  115. package/command-model/master-support-ai.json +39 -0
  116. package/command-model/master-support.json +450 -0
  117. package/command-model/master-tenant.json +1909 -0
  118. package/command-model/media-file-comment.json +142 -0
  119. package/command-model/media-file-hls.json +47 -0
  120. package/command-model/media-file-version.json +188 -0
  121. package/command-model/media-file.json +1712 -0
  122. package/command-model/media-folder.json +398 -0
  123. package/command-model/meeting-category.json +195 -0
  124. package/command-model/meeting-minutes.json +68 -0
  125. package/command-model/meeting-pdf.json +41 -0
  126. package/command-model/meeting-template.json +227 -0
  127. package/command-model/meeting.json +1030 -0
  128. package/command-model/member.json +132 -0
  129. package/command-model/microsoft-auth.json +97 -0
  130. package/command-model/milli-credit.json +273 -0
  131. package/command-model/ms365-calendar-o-auth.json +115 -0
  132. package/command-model/music-generation.json +232 -0
  133. package/command-model/my-task.json +167 -0
  134. package/command-model/my-training.json +158 -0
  135. package/command-model/news-perspective.json +215 -0
  136. package/command-model/note-category.json +149 -0
  137. package/command-model/note-comment.json +225 -0
  138. package/command-model/note-favorite.json +47 -0
  139. package/command-model/note-reaction.json +62 -0
  140. package/command-model/note-subscription.json +110 -0
  141. package/command-model/note.json +578 -0
  142. package/command-model/notification-recipient-rule.json +231 -0
  143. package/command-model/notification.json +336 -0
  144. package/command-model/notion-import.json +265 -0
  145. package/command-model/o-auth-client.json +334 -0
  146. package/command-model/onboarding-template.json +706 -0
  147. package/command-model/operating-hours.json +100 -0
  148. package/command-model/order-form-scan.json +33 -0
  149. package/command-model/org-chart.json +40 -0
  150. package/command-model/organization-announcement-category.json +135 -0
  151. package/command-model/organization-announcement.json +605 -0
  152. package/command-model/password-reset.json +100 -0
  153. package/command-model/payee.json +223 -0
  154. package/command-model/pc-situation.json +129 -0
  155. package/command-model/phone-change.json +65 -0
  156. package/command-model/policy-employee.json +99 -0
  157. package/command-model/policy.json +506 -0
  158. package/command-model/position.json +305 -0
  159. package/command-model/private-agent-loop.json +850 -0
  160. package/command-model/private-task.json +406 -0
  161. package/command-model/process.json +237 -0
  162. package/command-model/profit-analysis.json +183 -0
  163. package/command-model/profit-summary.json +70 -0
  164. package/command-model/project-assignment.json +55 -0
  165. package/command-model/project-cost.json +255 -0
  166. package/command-model/project-custom-field.json +379 -0
  167. package/command-model/project-digest.json +116 -0
  168. package/command-model/project-evaluation.json +313 -0
  169. package/command-model/project-health.json +158 -0
  170. package/command-model/project-member.json +468 -0
  171. package/command-model/project-process.json +310 -0
  172. package/command-model/project-profit-analysis.json +59 -0
  173. package/command-model/project-quality-check-corrective-task.json +126 -0
  174. package/command-model/project-quality-check-record.json +131 -0
  175. package/command-model/project-quality-check-scope.json +87 -0
  176. package/command-model/project-quality-check-status.json +63 -0
  177. package/command-model/project-repository.json +180 -0
  178. package/command-model/project-revenue.json +292 -0
  179. package/command-model/project-task-analytics.json +41 -0
  180. package/command-model/project-task-category.json +203 -0
  181. package/command-model/project-task-comment.json +430 -0
  182. package/command-model/project-task-form-options.json +41 -0
  183. package/command-model/project-task-label.json +203 -0
  184. package/command-model/project-task-link.json +169 -0
  185. package/command-model/project-task-milestone.json +215 -0
  186. package/command-model/project-task-rule.json +376 -0
  187. package/command-model/project-task-status.json +221 -0
  188. package/command-model/project-task-template.json +264 -0
  189. package/command-model/project-task-type.json +240 -0
  190. package/command-model/project-task-version.json +215 -0
  191. package/command-model/project-task-watcher.json +101 -0
  192. package/command-model/project-task.json +1476 -0
  193. package/command-model/project-template.json +443 -0
  194. package/command-model/project.json +979 -0
  195. package/command-model/prospect-activity.json +293 -0
  196. package/command-model/prospect-promotion.json +86 -0
  197. package/command-model/prospect.json +793 -0
  198. package/command-model/public-search.json +68 -0
  199. package/command-model/purchase-ai-field-mapping.json +293 -0
  200. package/command-model/purchase-document.json +349 -0
  201. package/command-model/purchase-estimate-scan.json +42 -0
  202. package/command-model/purchase-no-rule.json +242 -0
  203. package/command-model/purchase.json +608 -0
  204. package/command-model/push-subscription.json +108 -0
  205. package/command-model/qualification-import.json +91 -0
  206. package/command-model/qualification.json +252 -0
  207. package/command-model/quality-check-item.json +256 -0
  208. package/command-model/rag.json +76 -0
  209. package/command-model/rating-criteria.json +76 -0
  210. package/command-model/receivable-closing.json +105 -0
  211. package/command-model/receivable.json +63 -0
  212. package/command-model/received-invoice.json +151 -0
  213. package/command-model/refresh-token.json +31 -0
  214. package/command-model/report-format-order.json +48 -0
  215. package/command-model/report-saved-tab.json +154 -0
  216. package/command-model/report.json +2400 -0
  217. package/command-model/retrospective.json +591 -0
  218. package/command-model/revoke.json +34 -0
  219. package/command-model/risk-analysis.json +41 -0
  220. package/command-model/role-template.json +198 -0
  221. package/command-model/sales-ai-review-knowledge-draft.json +37 -0
  222. package/command-model/sales-ai-review-knowledge-pr.json +49 -0
  223. package/command-model/sales-ai-review-reason-list.json +70 -0
  224. package/command-model/sales-pdf.json +293 -0
  225. package/command-model/sales-rounding-setting.json +66 -0
  226. package/command-model/sales.json +425 -0
  227. package/command-model/saved-tab.json +150 -0
  228. package/command-model/saved-task-filter.json +154 -0
  229. package/command-model/seal-impression.json +195 -0
  230. package/command-model/segment.json +237 -0
  231. package/command-model/sidebar-badge-setting.json +60 -0
  232. package/command-model/skill-analytics.json +163 -0
  233. package/command-model/skill-category.json +235 -0
  234. package/command-model/skill-evaluation-export.json +49 -0
  235. package/command-model/skill-evaluation-record.json +140 -0
  236. package/command-model/skill-micro-feedback.json +132 -0
  237. package/command-model/skill-role-assignment.json +117 -0
  238. package/command-model/skill.json +327 -0
  239. package/command-model/staff-kpi-setting.json +186 -0
  240. package/command-model/staff-kpi.json +46 -0
  241. package/command-model/staffing-plan.json +428 -0
  242. package/command-model/storage.json +254 -0
  243. package/command-model/subscription.json +164 -0
  244. package/command-model/supplier-payment-schedule.json +237 -0
  245. package/command-model/supplier-payment.json +344 -0
  246. package/command-model/survey-tracker.json +398 -0
  247. package/command-model/survey.json +1759 -0
  248. package/command-model/task-analysis.json +34 -0
  249. package/command-model/task-branch.json +307 -0
  250. package/command-model/task-recurrence.json +261 -0
  251. package/command-model/task-wiki-link.json +155 -0
  252. package/command-model/tenant-ai-key.json +339 -0
  253. package/command-model/tenant-egress-policy.json +288 -0
  254. package/command-model/tenant-email-settings.json +143 -0
  255. package/command-model/tenant-git-hub-settings.json +361 -0
  256. package/command-model/tenant-master-email-change.json +59 -0
  257. package/command-model/tenant-rag-settings.json +382 -0
  258. package/command-model/tenant-registration.json +128 -0
  259. package/command-model/tenant-search.json +40 -0
  260. package/command-model/tenant-settings.json +1228 -0
  261. package/command-model/terms.json +90 -0
  262. package/command-model/test-execution.json +367 -0
  263. package/command-model/test-scenario.json +384 -0
  264. package/command-model/token.json +31 -0
  265. package/command-model/training-attendance.json +509 -0
  266. package/command-model/training-master.json +314 -0
  267. package/command-model/training-session.json +604 -0
  268. package/command-model/unified-search.json +127 -0
  269. package/command-model/update-record.json +90 -0
  270. package/command-model/user-api-key.json +357 -0
  271. package/command-model/user-assignment-calendar.json +47 -0
  272. package/command-model/user-assignment.json +663 -0
  273. package/command-model/user-contract-type.json +453 -0
  274. package/command-model/user-contract.json +759 -0
  275. package/command-model/user-group.json +147 -0
  276. package/command-model/user-info.json +34 -0
  277. package/command-model/user-invitation.json +1045 -0
  278. package/command-model/user-management.json +393 -0
  279. package/command-model/user-qualification.json +167 -0
  280. package/command-model/user-seal-generate.json +49 -0
  281. package/command-model/user-shortcut-setting.json +108 -0
  282. package/command-model/user-skill-profile.json +540 -0
  283. package/command-model/user.json +983 -0
  284. package/command-model/video-generation.json +456 -0
  285. package/command-model/web-search.json +67 -0
  286. package/command-model/well-known.json +63 -0
  287. package/command-model/whisper.json +88 -0
  288. package/command-model/wiki-collection.json +457 -0
  289. package/command-model/wiki-notion-import.json +172 -0
  290. package/command-model/wiki-template.json +187 -0
  291. package/command-model/wiki.json +449 -0
  292. package/command-model/worker-agent-run.json +185 -0
  293. package/command-model/worker-agent.json +524 -0
  294. package/command-model/workflow-ai-review.json +108 -0
  295. package/command-model/workflow-analysis.json +59 -0
  296. package/command-model/workflow-approval-delegation.json +135 -0
  297. package/command-model/workflow-approval.json +257 -0
  298. package/command-model/workflow-instance.json +273 -0
  299. package/command-model/workflow-tracker.json +481 -0
  300. package/command-model/workflow.json +553 -0
  301. package/command-model/workload-alert.json +105 -0
  302. package/dist/api-command-KPZHOOY2.js +73 -0
  303. package/dist/{app-BSEVWRJY.js → app-LLSZV6SM.js} +28 -27
  304. package/dist/{backlog-M5ORA4UV.js → backlog-AYEKG575.js} +2 -2
  305. package/dist/{chunk-V4VHRASG.js → chunk-7WEYBZSK.js} +1 -1
  306. package/dist/{chunk-EOFANBVM.js → chunk-FKIZ5ZJU.js} +2 -2
  307. package/dist/{chunk-6JGIC2IW.js → chunk-HCO3IYGJ.js} +1 -1
  308. package/dist/{run-6FWRZNZR.js → chunk-JD752WTS.js} +6 -7
  309. package/dist/{chunk-4WK2ECUX.js → chunk-S646CPM4.js} +3 -3
  310. package/dist/{chunk-ZVZL4QHS.js → chunk-Y5RTTQ4Y.js} +51 -25
  311. package/dist/cli.js +25 -23
  312. package/dist/{commands-S7RTRVR5.js → commands-RNBJ3AKL.js} +4 -4
  313. package/dist/{commands-YPT6RK74.js → commands-VUWI4ERO.js} +1 -1
  314. package/dist/{oneshot-FI5F5SP5.js → oneshot-HQJEXZHJ.js} +5 -5
  315. package/dist/run-N3HIHYO7.js +4 -0
  316. package/dist/{setup-JXETAINT.js → setup-OULTAG6G.js} +1 -1
  317. package/dist/{task-DAW7IUDT.js → task-UK4QO26W.js} +2 -2
  318. package/package.json +2 -1
@@ -0,0 +1,786 @@
1
+ {
2
+ "domain": "evaluation",
3
+ "operations": [
4
+ {
5
+ "name": "create",
6
+ "domain": "evaluation",
7
+ "operationId": "evaluation.store",
8
+ "method": "POST",
9
+ "path": "/v2/organization/evaluations",
10
+ "summary": "評価を作成",
11
+ "pathParams": [],
12
+ "queryParams": [],
13
+ "body": {
14
+ "schema": {
15
+ "type": "object",
16
+ "properties": {
17
+ "user_id": {
18
+ "type": "string"
19
+ },
20
+ "evaluation_period_id": {
21
+ "type": "string"
22
+ }
23
+ },
24
+ "required": [
25
+ "user_id",
26
+ "evaluation_period_id"
27
+ ]
28
+ }
29
+ },
30
+ "resultPath": "",
31
+ "risk": "write",
32
+ "aliases": []
33
+ },
34
+ {
35
+ "name": "delete",
36
+ "domain": "evaluation",
37
+ "operationId": "evaluation.destroy",
38
+ "method": "DELETE",
39
+ "path": "/v2/organization/evaluations/{id}",
40
+ "summary": "評価を削除",
41
+ "pathParams": [
42
+ {
43
+ "name": "id",
44
+ "type": "string",
45
+ "required": true,
46
+ "source": "spec"
47
+ }
48
+ ],
49
+ "queryParams": [],
50
+ "body": null,
51
+ "resultPath": "",
52
+ "risk": "destructive",
53
+ "aliases": []
54
+ },
55
+ {
56
+ "name": "get",
57
+ "domain": "evaluation",
58
+ "operationId": "evaluation.show",
59
+ "method": "GET",
60
+ "path": "/v2/organization/evaluations/{id}",
61
+ "summary": "評価詳細を取得",
62
+ "pathParams": [
63
+ {
64
+ "name": "id",
65
+ "type": "string",
66
+ "required": true,
67
+ "source": "spec"
68
+ }
69
+ ],
70
+ "queryParams": [
71
+ {
72
+ "name": "limit",
73
+ "type": "integer",
74
+ "required": false,
75
+ "description": "1ページあたりの件数",
76
+ "source": "curation"
77
+ },
78
+ {
79
+ "name": "cursor",
80
+ "type": "string",
81
+ "required": false,
82
+ "description": "次ページの取得に使うカーソル",
83
+ "source": "curation"
84
+ }
85
+ ],
86
+ "body": null,
87
+ "resultPath": "",
88
+ "risk": "read",
89
+ "aliases": []
90
+ },
91
+ {
92
+ "name": "list",
93
+ "domain": "evaluation",
94
+ "operationId": "evaluation.index",
95
+ "method": "GET",
96
+ "path": "/v2/organization/evaluations",
97
+ "summary": "評価一覧を取得",
98
+ "pathParams": [],
99
+ "queryParams": [
100
+ {
101
+ "name": "status",
102
+ "type": "string",
103
+ "required": false,
104
+ "source": "spec"
105
+ },
106
+ {
107
+ "name": "evaluation_period_id",
108
+ "type": "string",
109
+ "required": false,
110
+ "source": "spec"
111
+ },
112
+ {
113
+ "name": "limit",
114
+ "type": "integer",
115
+ "required": false,
116
+ "description": "1ページあたりの件数",
117
+ "source": "curation"
118
+ },
119
+ {
120
+ "name": "cursor",
121
+ "type": "string",
122
+ "required": false,
123
+ "description": "次ページの取得に使うカーソル",
124
+ "source": "curation"
125
+ }
126
+ ],
127
+ "body": null,
128
+ "resultPath": "",
129
+ "risk": "read",
130
+ "aliases": []
131
+ },
132
+ {
133
+ "name": "my-feedbacks",
134
+ "domain": "evaluation",
135
+ "operationId": "evaluation.myFeedbacks",
136
+ "method": "GET",
137
+ "path": "/v2/organization/feedbacks/me",
138
+ "summary": "自分が受け取ったフィードバック一覧を取得",
139
+ "pathParams": [],
140
+ "queryParams": [
141
+ {
142
+ "name": "limit",
143
+ "type": "integer",
144
+ "required": false,
145
+ "description": "1ページあたりの件数",
146
+ "source": "curation"
147
+ },
148
+ {
149
+ "name": "cursor",
150
+ "type": "string",
151
+ "required": false,
152
+ "description": "次ページの取得に使うカーソル",
153
+ "source": "curation"
154
+ }
155
+ ],
156
+ "body": null,
157
+ "resultPath": "",
158
+ "risk": "read",
159
+ "aliases": []
160
+ },
161
+ {
162
+ "name": "precheck-next-period-goal",
163
+ "domain": "evaluation",
164
+ "operationId": "evaluation.precheckNextPeriodGoal",
165
+ "method": "POST",
166
+ "path": "/v2/organization/evaluations/{id}/feedback/next-period-goal-precheck",
167
+ "summary": "「次期に向けての目標」の公開前チェック",
168
+ "pathParams": [
169
+ {
170
+ "name": "id",
171
+ "type": "string",
172
+ "required": true,
173
+ "source": "spec"
174
+ }
175
+ ],
176
+ "queryParams": [],
177
+ "body": {
178
+ "schema": {
179
+ "type": "object",
180
+ "properties": {
181
+ "next_period_goal": {
182
+ "type": [
183
+ "array",
184
+ "null"
185
+ ],
186
+ "items": {
187
+ "type": "string"
188
+ }
189
+ }
190
+ }
191
+ }
192
+ },
193
+ "resultPath": null,
194
+ "risk": "write",
195
+ "aliases": []
196
+ },
197
+ {
198
+ "name": "preview-chain",
199
+ "domain": "evaluation",
200
+ "operationId": "evaluation.previewChain",
201
+ "method": "GET",
202
+ "path": "/v2/organization/evaluations/preview-chain",
203
+ "summary": "評価チェーンのプレビューを取得",
204
+ "pathParams": [],
205
+ "queryParams": [
206
+ {
207
+ "name": "user_id",
208
+ "type": "string",
209
+ "required": true,
210
+ "source": "spec"
211
+ },
212
+ {
213
+ "name": "limit",
214
+ "type": "integer",
215
+ "required": false,
216
+ "description": "1ページあたりの件数",
217
+ "source": "curation"
218
+ },
219
+ {
220
+ "name": "cursor",
221
+ "type": "string",
222
+ "required": false,
223
+ "description": "次ページの取得に使うカーソル",
224
+ "source": "curation"
225
+ }
226
+ ],
227
+ "body": null,
228
+ "resultPath": "",
229
+ "risk": "read",
230
+ "aliases": []
231
+ },
232
+ {
233
+ "name": "project-evaluations",
234
+ "domain": "evaluation",
235
+ "operationId": "evaluation.projectEvaluations",
236
+ "method": "GET",
237
+ "path": "/v2/organization/evaluations/{id}/project-evaluations",
238
+ "summary": "評価対象者のプロジェクト別評価を取得(評価ステップ画面の冒頭表示用)",
239
+ "pathParams": [
240
+ {
241
+ "name": "id",
242
+ "type": "string",
243
+ "required": true,
244
+ "source": "spec"
245
+ }
246
+ ],
247
+ "queryParams": [
248
+ {
249
+ "name": "limit",
250
+ "type": "integer",
251
+ "required": false,
252
+ "description": "1ページあたりの件数",
253
+ "source": "curation"
254
+ },
255
+ {
256
+ "name": "cursor",
257
+ "type": "string",
258
+ "required": false,
259
+ "description": "次ページの取得に使うカーソル",
260
+ "source": "curation"
261
+ }
262
+ ],
263
+ "body": null,
264
+ "resultPath": "",
265
+ "risk": "read",
266
+ "aliases": []
267
+ },
268
+ {
269
+ "name": "proxy-step",
270
+ "domain": "evaluation",
271
+ "operationId": "evaluation.proxyStep",
272
+ "method": "POST",
273
+ "path": "/v2/organization/evaluations/{id}/steps/{step}/proxy",
274
+ "summary": "代理評価を実行",
275
+ "pathParams": [
276
+ {
277
+ "name": "id",
278
+ "type": "string",
279
+ "required": true,
280
+ "source": "spec"
281
+ },
282
+ {
283
+ "name": "step",
284
+ "type": "integer",
285
+ "required": true,
286
+ "source": "spec"
287
+ }
288
+ ],
289
+ "queryParams": [],
290
+ "body": {
291
+ "schema": {
292
+ "type": "object",
293
+ "properties": {
294
+ "level": {
295
+ "type": [
296
+ "string",
297
+ "null"
298
+ ],
299
+ "enum": [
300
+ "A",
301
+ "B",
302
+ "C",
303
+ "D",
304
+ "E",
305
+ null
306
+ ]
307
+ },
308
+ "position_level": {
309
+ "type": [
310
+ "string",
311
+ "null"
312
+ ],
313
+ "enum": [
314
+ "A",
315
+ "B",
316
+ "C",
317
+ "D",
318
+ "E",
319
+ null
320
+ ]
321
+ },
322
+ "position_comment": {
323
+ "type": [
324
+ "string",
325
+ "null"
326
+ ],
327
+ "maxLength": 2000
328
+ },
329
+ "bonus_level": {
330
+ "type": [
331
+ "string",
332
+ "null"
333
+ ],
334
+ "enum": [
335
+ "A",
336
+ "B",
337
+ "C",
338
+ "D",
339
+ "E",
340
+ null
341
+ ]
342
+ },
343
+ "bonus_comment": {
344
+ "type": [
345
+ "string",
346
+ "null"
347
+ ],
348
+ "maxLength": 2000
349
+ },
350
+ "feedback_comment": {
351
+ "type": [
352
+ "string",
353
+ "null"
354
+ ],
355
+ "maxLength": 2000
356
+ },
357
+ "comment": {
358
+ "type": [
359
+ "string",
360
+ "null"
361
+ ],
362
+ "maxLength": 2000
363
+ },
364
+ "proxy_reason": {
365
+ "type": [
366
+ "string",
367
+ "null"
368
+ ],
369
+ "maxLength": 500
370
+ },
371
+ "is_draft": {
372
+ "type": "boolean"
373
+ }
374
+ }
375
+ }
376
+ },
377
+ "resultPath": "",
378
+ "risk": "write",
379
+ "aliases": []
380
+ },
381
+ {
382
+ "name": "publish-feedback",
383
+ "domain": "evaluation",
384
+ "operationId": "evaluation.publishFeedback",
385
+ "method": "POST",
386
+ "path": "/v2/organization/evaluations/{id}/feedback/publish",
387
+ "summary": "フィードバックを公開",
388
+ "pathParams": [
389
+ {
390
+ "name": "id",
391
+ "type": "string",
392
+ "required": true,
393
+ "source": "spec"
394
+ }
395
+ ],
396
+ "queryParams": [],
397
+ "body": null,
398
+ "resultPath": null,
399
+ "risk": "write",
400
+ "aliases": []
401
+ },
402
+ {
403
+ "name": "reassign-evaluator",
404
+ "domain": "evaluation",
405
+ "operationId": "evaluation.reassignEvaluator",
406
+ "method": "PUT",
407
+ "path": "/v2/organization/evaluations/{id}/steps/{step}/reassign",
408
+ "summary": "評価ステップの担当者を変更",
409
+ "pathParams": [
410
+ {
411
+ "name": "id",
412
+ "type": "string",
413
+ "required": true,
414
+ "source": "spec"
415
+ },
416
+ {
417
+ "name": "step",
418
+ "type": "integer",
419
+ "required": true,
420
+ "source": "spec"
421
+ }
422
+ ],
423
+ "queryParams": [],
424
+ "body": {
425
+ "schema": {
426
+ "type": "object",
427
+ "properties": {
428
+ "new_evaluator_id": {
429
+ "type": "string"
430
+ }
431
+ },
432
+ "required": [
433
+ "new_evaluator_id"
434
+ ]
435
+ }
436
+ },
437
+ "resultPath": "",
438
+ "risk": "write",
439
+ "aliases": []
440
+ },
441
+ {
442
+ "name": "reject-step",
443
+ "domain": "evaluation",
444
+ "operationId": "evaluation.rejectStep",
445
+ "method": "POST",
446
+ "path": "/v2/organization/evaluations/{id}/reject",
447
+ "summary": "評価ステップを差し戻し(現ステップの評価者が前のステップへ戻す)",
448
+ "pathParams": [
449
+ {
450
+ "name": "id",
451
+ "type": "string",
452
+ "required": true,
453
+ "source": "spec"
454
+ }
455
+ ],
456
+ "queryParams": [],
457
+ "body": null,
458
+ "resultPath": "",
459
+ "risk": "write",
460
+ "aliases": []
461
+ },
462
+ {
463
+ "name": "save-feedback",
464
+ "domain": "evaluation",
465
+ "operationId": "evaluation.saveFeedback",
466
+ "method": "PUT",
467
+ "path": "/v2/organization/evaluations/{id}/feedback",
468
+ "summary": "フィードバックを保存(公開前)",
469
+ "pathParams": [
470
+ {
471
+ "name": "id",
472
+ "type": "string",
473
+ "required": true,
474
+ "source": "spec"
475
+ }
476
+ ],
477
+ "queryParams": [],
478
+ "body": {
479
+ "schema": {
480
+ "type": "object",
481
+ "properties": {
482
+ "feedback": {
483
+ "type": [
484
+ "string",
485
+ "null"
486
+ ],
487
+ "maxLength": 5000
488
+ },
489
+ "feedback_memo": {
490
+ "type": [
491
+ "string",
492
+ "null"
493
+ ],
494
+ "maxLength": 5000
495
+ },
496
+ "notice_remarks": {
497
+ "type": [
498
+ "string",
499
+ "null"
500
+ ],
501
+ "maxLength": 500
502
+ },
503
+ "next_period_goal": {
504
+ "type": "object",
505
+ "properties": {
506
+ "title": {
507
+ "type": [
508
+ "string",
509
+ "null"
510
+ ],
511
+ "maxLength": 255
512
+ },
513
+ "kpi": {
514
+ "type": [
515
+ "string",
516
+ "null"
517
+ ],
518
+ "maxLength": 5000
519
+ },
520
+ "reason": {
521
+ "type": [
522
+ "string",
523
+ "null"
524
+ ],
525
+ "maxLength": 5000
526
+ },
527
+ "difficulty": {
528
+ "type": [
529
+ "number",
530
+ "null"
531
+ ],
532
+ "minimum": 0,
533
+ "maximum": 5
534
+ },
535
+ "weight": {
536
+ "type": [
537
+ "number",
538
+ "null"
539
+ ],
540
+ "minimum": 0,
541
+ "maximum": 100
542
+ }
543
+ }
544
+ }
545
+ }
546
+ }
547
+ },
548
+ "resultPath": null,
549
+ "risk": "write",
550
+ "aliases": []
551
+ },
552
+ {
553
+ "name": "send-feedback",
554
+ "domain": "evaluation",
555
+ "operationId": "evaluation.sendFeedback",
556
+ "method": "POST",
557
+ "path": "/v2/organization/evaluations/{id}/feedback",
558
+ "summary": "フィードバックを送信(後方互換性用)",
559
+ "pathParams": [
560
+ {
561
+ "name": "id",
562
+ "type": "string",
563
+ "required": true,
564
+ "source": "spec"
565
+ }
566
+ ],
567
+ "queryParams": [],
568
+ "body": {
569
+ "schema": {
570
+ "type": "object",
571
+ "properties": {
572
+ "feedback": {
573
+ "type": "string",
574
+ "maxLength": 5000
575
+ }
576
+ },
577
+ "required": [
578
+ "feedback"
579
+ ]
580
+ }
581
+ },
582
+ "resultPath": null,
583
+ "risk": "write",
584
+ "aliases": []
585
+ },
586
+ {
587
+ "name": "subordinates",
588
+ "domain": "evaluation",
589
+ "operationId": "evaluation.subordinates",
590
+ "method": "GET",
591
+ "path": "/v2/organization/evaluations/subordinates",
592
+ "summary": "部下一覧を取得(評価データ付き)",
593
+ "pathParams": [],
594
+ "queryParams": [
595
+ {
596
+ "name": "evaluation_period_id",
597
+ "type": "string",
598
+ "required": true,
599
+ "source": "spec"
600
+ },
601
+ {
602
+ "name": "limit",
603
+ "type": "integer",
604
+ "required": false,
605
+ "description": "1ページあたりの件数",
606
+ "source": "curation"
607
+ },
608
+ {
609
+ "name": "cursor",
610
+ "type": "string",
611
+ "required": false,
612
+ "description": "次ページの取得に使うカーソル",
613
+ "source": "curation"
614
+ }
615
+ ],
616
+ "body": null,
617
+ "resultPath": "",
618
+ "risk": "read",
619
+ "aliases": []
620
+ },
621
+ {
622
+ "name": "update-skills",
623
+ "domain": "evaluation",
624
+ "operationId": "evaluation.updateSkills",
625
+ "method": "PUT",
626
+ "path": "/v2/organization/evaluations/{id}/skills",
627
+ "summary": "スキル評価を更新",
628
+ "pathParams": [
629
+ {
630
+ "name": "id",
631
+ "type": "string",
632
+ "required": true,
633
+ "source": "spec"
634
+ }
635
+ ],
636
+ "queryParams": [],
637
+ "body": {
638
+ "schema": {
639
+ "type": "object",
640
+ "properties": {
641
+ "skill_evaluation": {
642
+ "type": "array",
643
+ "items": {
644
+ "type": "string"
645
+ },
646
+ "minItems": 1
647
+ }
648
+ },
649
+ "required": [
650
+ "skill_evaluation"
651
+ ]
652
+ }
653
+ },
654
+ "resultPath": "",
655
+ "risk": "write",
656
+ "aliases": []
657
+ },
658
+ {
659
+ "name": "update-step",
660
+ "domain": "evaluation",
661
+ "operationId": "evaluation.updateStep",
662
+ "method": "PUT",
663
+ "path": "/v2/organization/evaluations/{id}/steps/{step}",
664
+ "summary": "評価ステップを更新",
665
+ "pathParams": [
666
+ {
667
+ "name": "id",
668
+ "type": "string",
669
+ "required": true,
670
+ "source": "spec"
671
+ },
672
+ {
673
+ "name": "step",
674
+ "type": "integer",
675
+ "required": true,
676
+ "source": "spec"
677
+ }
678
+ ],
679
+ "queryParams": [],
680
+ "body": {
681
+ "schema": {
682
+ "type": "object",
683
+ "properties": {
684
+ "level": {
685
+ "type": [
686
+ "string",
687
+ "null"
688
+ ],
689
+ "enum": [
690
+ "A",
691
+ "B",
692
+ "C",
693
+ "D",
694
+ "E",
695
+ null
696
+ ]
697
+ },
698
+ "position_level": {
699
+ "type": [
700
+ "string",
701
+ "null"
702
+ ],
703
+ "enum": [
704
+ "A",
705
+ "B",
706
+ "C",
707
+ "D",
708
+ "E",
709
+ null
710
+ ]
711
+ },
712
+ "position_comment": {
713
+ "type": [
714
+ "string",
715
+ "null"
716
+ ],
717
+ "maxLength": 2000
718
+ },
719
+ "bonus_level": {
720
+ "type": [
721
+ "string",
722
+ "null"
723
+ ],
724
+ "enum": [
725
+ "A",
726
+ "B",
727
+ "C",
728
+ "D",
729
+ "E",
730
+ null
731
+ ]
732
+ },
733
+ "bonus_comment": {
734
+ "type": [
735
+ "string",
736
+ "null"
737
+ ],
738
+ "maxLength": 2000
739
+ },
740
+ "feedback_comment": {
741
+ "type": [
742
+ "string",
743
+ "null"
744
+ ],
745
+ "maxLength": 2000
746
+ },
747
+ "comment": {
748
+ "type": [
749
+ "string",
750
+ "null"
751
+ ],
752
+ "maxLength": 2000
753
+ },
754
+ "is_draft": {
755
+ "type": "boolean"
756
+ }
757
+ }
758
+ }
759
+ },
760
+ "resultPath": "",
761
+ "risk": "write",
762
+ "aliases": []
763
+ },
764
+ {
765
+ "name": "withdraw-step",
766
+ "domain": "evaluation",
767
+ "operationId": "evaluation.withdrawStep",
768
+ "method": "POST",
769
+ "path": "/v2/organization/evaluations/{id}/withdraw",
770
+ "summary": "評価ステップを取り下げ(確定した本人が確定を撤回し、前のステップへ戻す)",
771
+ "pathParams": [
772
+ {
773
+ "name": "id",
774
+ "type": "string",
775
+ "required": true,
776
+ "source": "spec"
777
+ }
778
+ ],
779
+ "queryParams": [],
780
+ "body": null,
781
+ "resultPath": "",
782
+ "risk": "write",
783
+ "aliases": []
784
+ }
785
+ ]
786
+ }