@tocca-systems/twp-cli 0.14.0 → 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 (320) hide show
  1. package/CHANGELOG.public.md +31 -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-OOHRCRTG.js → app-LLSZV6SM.js} +33 -32
  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-S646CPM4.js +9 -0
  310. package/dist/{chunk-KIOMZ2ZU.js → chunk-Y5RTTQ4Y.js} +68 -41
  311. package/dist/cli.js +25 -23
  312. package/dist/{commands-MQ32SI5I.js → commands-RNBJ3AKL.js} +18 -17
  313. package/dist/{commands-YPT6RK74.js → commands-VUWI4ERO.js} +1 -1
  314. package/dist/oneshot-HQJEXZHJ.js +18 -0
  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 +6 -2
  319. package/dist/chunk-NNOYO67O.js +0 -7
  320. package/dist/oneshot-4RW7KWY5.js +0 -18
@@ -0,0 +1,108 @@
1
+ {
2
+ "domain": "user-shortcut-setting",
3
+ "operations": [
4
+ {
5
+ "name": "delete",
6
+ "domain": "user-shortcut-setting",
7
+ "operationId": "userShortcutSetting.destroy",
8
+ "method": "DELETE",
9
+ "path": "/v2/user/shortcut-settings",
10
+ "summary": "上書きを全削除して既定へ戻す(「デフォルトに戻す」)",
11
+ "pathParams": [],
12
+ "queryParams": [],
13
+ "body": null,
14
+ "resultPath": "shortcuts",
15
+ "risk": "destructive",
16
+ "aliases": []
17
+ },
18
+ {
19
+ "name": "get",
20
+ "domain": "user-shortcut-setting",
21
+ "operationId": "userShortcutSetting.show",
22
+ "method": "GET",
23
+ "path": "/v2/user/shortcut-settings",
24
+ "summary": "上書き中のショートカットを取得",
25
+ "pathParams": [],
26
+ "queryParams": [
27
+ {
28
+ "name": "limit",
29
+ "type": "integer",
30
+ "required": false,
31
+ "description": "1ページあたりの件数",
32
+ "source": "curation"
33
+ },
34
+ {
35
+ "name": "cursor",
36
+ "type": "string",
37
+ "required": false,
38
+ "description": "次ページの取得に使うカーソル",
39
+ "source": "curation"
40
+ }
41
+ ],
42
+ "body": null,
43
+ "resultPath": "shortcuts",
44
+ "risk": "read",
45
+ "aliases": []
46
+ },
47
+ {
48
+ "name": "update",
49
+ "domain": "user-shortcut-setting",
50
+ "operationId": "userShortcutSetting.update",
51
+ "method": "PUT",
52
+ "path": "/v2/user/shortcut-settings",
53
+ "summary": "上書きを全置換",
54
+ "pathParams": [],
55
+ "queryParams": [],
56
+ "body": {
57
+ "schema": {
58
+ "type": "object",
59
+ "properties": {
60
+ "shortcuts": {
61
+ "type": "array",
62
+ "items": {
63
+ "type": "object",
64
+ "properties": {
65
+ "shortcut_id": {
66
+ "type": "string",
67
+ "pattern": "^[a-z0-9][a-z0-9-]*$",
68
+ "maxLength": 64
69
+ },
70
+ "which": {
71
+ "type": "integer",
72
+ "minimum": 8,
73
+ "maximum": 255
74
+ },
75
+ "display_key": {
76
+ "type": "string",
77
+ "maxLength": 16
78
+ },
79
+ "short_key": {
80
+ "type": "boolean"
81
+ },
82
+ "alt_key": {
83
+ "type": "boolean"
84
+ },
85
+ "shift_key": {
86
+ "type": "boolean"
87
+ }
88
+ },
89
+ "required": [
90
+ "shortcut_id",
91
+ "which",
92
+ "display_key"
93
+ ]
94
+ },
95
+ "maxItems": 50
96
+ }
97
+ },
98
+ "required": [
99
+ "shortcuts"
100
+ ]
101
+ }
102
+ },
103
+ "resultPath": "shortcuts",
104
+ "risk": "write",
105
+ "aliases": []
106
+ }
107
+ ]
108
+ }
@@ -0,0 +1,540 @@
1
+ {
2
+ "domain": "user-skill-profile",
3
+ "operations": [
4
+ {
5
+ "name": "confirm",
6
+ "domain": "user-skill-profile",
7
+ "operationId": "userSkillProfile.confirm",
8
+ "method": "POST",
9
+ "path": "/v2/organization/user-skill-profiles/{id}/confirm",
10
+ "summary": "",
11
+ "pathParams": [
12
+ {
13
+ "name": "id",
14
+ "type": "string",
15
+ "required": true,
16
+ "source": "spec"
17
+ }
18
+ ],
19
+ "queryParams": [],
20
+ "body": {
21
+ "schema": {
22
+ "type": "object",
23
+ "properties": {
24
+ "skills": {
25
+ "type": "array",
26
+ "items": {
27
+ "type": "object",
28
+ "properties": {
29
+ "skill_id": {
30
+ "type": "string"
31
+ },
32
+ "confirmed_level": {
33
+ "type": "integer",
34
+ "minimum": 1,
35
+ "maximum": 5
36
+ }
37
+ },
38
+ "required": [
39
+ "skill_id",
40
+ "confirmed_level"
41
+ ]
42
+ },
43
+ "minItems": 1
44
+ },
45
+ "secondary_evaluation_enabled": {
46
+ "type": "boolean"
47
+ }
48
+ },
49
+ "required": [
50
+ "skills"
51
+ ]
52
+ }
53
+ },
54
+ "resultPath": "",
55
+ "risk": "write",
56
+ "aliases": []
57
+ },
58
+ {
59
+ "name": "copy-from-previous",
60
+ "domain": "user-skill-profile",
61
+ "operationId": "userSkillProfile.copyFromPrevious",
62
+ "method": "POST",
63
+ "path": "/v2/organization/user-skill-profiles/copy-from-previous",
64
+ "summary": "",
65
+ "pathParams": [],
66
+ "queryParams": [],
67
+ "body": {
68
+ "schema": {
69
+ "type": "object",
70
+ "properties": {
71
+ "user_ids": {
72
+ "type": "array",
73
+ "items": {
74
+ "type": "string"
75
+ },
76
+ "minItems": 1
77
+ },
78
+ "fiscal_year": {
79
+ "type": "integer",
80
+ "minimum": 2000,
81
+ "maximum": 2100
82
+ }
83
+ },
84
+ "required": [
85
+ "user_ids",
86
+ "fiscal_year"
87
+ ]
88
+ }
89
+ },
90
+ "resultPath": "",
91
+ "risk": "write",
92
+ "aliases": []
93
+ },
94
+ {
95
+ "name": "create",
96
+ "domain": "user-skill-profile",
97
+ "operationId": "userSkillProfile.store",
98
+ "method": "POST",
99
+ "path": "/v2/organization/user-skill-profiles",
100
+ "summary": "",
101
+ "pathParams": [],
102
+ "queryParams": [],
103
+ "body": {
104
+ "schema": {
105
+ "type": "object",
106
+ "properties": {
107
+ "user_id": {
108
+ "type": "string"
109
+ },
110
+ "fiscal_year": {
111
+ "type": "integer",
112
+ "minimum": 2000,
113
+ "maximum": 2100
114
+ },
115
+ "role_template_ids": {
116
+ "type": "array",
117
+ "items": {
118
+ "type": "string"
119
+ },
120
+ "minItems": 1
121
+ },
122
+ "skills": {
123
+ "type": [
124
+ "array",
125
+ "null"
126
+ ],
127
+ "items": {
128
+ "type": "object",
129
+ "properties": {
130
+ "skill_id": {
131
+ "type": "string"
132
+ },
133
+ "target_level": {
134
+ "type": [
135
+ "integer",
136
+ "null"
137
+ ],
138
+ "minimum": 1,
139
+ "maximum": 5
140
+ }
141
+ },
142
+ "required": [
143
+ "skill_id"
144
+ ]
145
+ }
146
+ },
147
+ "skill_up_policy": {
148
+ "type": [
149
+ "string",
150
+ "null"
151
+ ],
152
+ "maxLength": 5000
153
+ },
154
+ "status": {
155
+ "type": [
156
+ "string",
157
+ "null"
158
+ ],
159
+ "enum": [
160
+ "draft",
161
+ "self_evaluated",
162
+ "primary_evaluated",
163
+ "secondary_evaluated",
164
+ "confirmed",
165
+ null
166
+ ]
167
+ }
168
+ },
169
+ "required": [
170
+ "user_id",
171
+ "fiscal_year",
172
+ "role_template_ids"
173
+ ]
174
+ }
175
+ },
176
+ "resultPath": "",
177
+ "risk": "write",
178
+ "aliases": []
179
+ },
180
+ {
181
+ "name": "evaluation-summary",
182
+ "domain": "user-skill-profile",
183
+ "operationId": "userSkillProfile.evaluationSummary",
184
+ "method": "GET",
185
+ "path": "/v2/organization/user-skill-profiles/{id}/evaluation-summary",
186
+ "summary": "",
187
+ "pathParams": [
188
+ {
189
+ "name": "id",
190
+ "type": "string",
191
+ "required": true,
192
+ "source": "spec"
193
+ }
194
+ ],
195
+ "queryParams": [
196
+ {
197
+ "name": "limit",
198
+ "type": "integer",
199
+ "required": false,
200
+ "description": "1ページあたりの件数",
201
+ "source": "curation"
202
+ },
203
+ {
204
+ "name": "cursor",
205
+ "type": "string",
206
+ "required": false,
207
+ "description": "次ページの取得に使うカーソル",
208
+ "source": "curation"
209
+ }
210
+ ],
211
+ "body": null,
212
+ "resultPath": "",
213
+ "risk": "read",
214
+ "aliases": []
215
+ },
216
+ {
217
+ "name": "get",
218
+ "domain": "user-skill-profile",
219
+ "operationId": "userSkillProfile.show",
220
+ "method": "GET",
221
+ "path": "/v2/organization/user-skill-profiles/{id}",
222
+ "summary": "",
223
+ "pathParams": [
224
+ {
225
+ "name": "id",
226
+ "type": "string",
227
+ "required": true,
228
+ "source": "spec"
229
+ }
230
+ ],
231
+ "queryParams": [
232
+ {
233
+ "name": "limit",
234
+ "type": "integer",
235
+ "required": false,
236
+ "description": "1ページあたりの件数",
237
+ "source": "curation"
238
+ },
239
+ {
240
+ "name": "cursor",
241
+ "type": "string",
242
+ "required": false,
243
+ "description": "次ページの取得に使うカーソル",
244
+ "source": "curation"
245
+ }
246
+ ],
247
+ "body": null,
248
+ "resultPath": "",
249
+ "risk": "read",
250
+ "aliases": []
251
+ },
252
+ {
253
+ "name": "initialize-year",
254
+ "domain": "user-skill-profile",
255
+ "operationId": "userSkillProfile.initializeYear",
256
+ "method": "POST",
257
+ "path": "/v2/organization/user-skill-profiles/initialize-year",
258
+ "summary": "",
259
+ "pathParams": [],
260
+ "queryParams": [],
261
+ "body": {
262
+ "schema": {
263
+ "type": "object",
264
+ "properties": {
265
+ "user_ids": {
266
+ "type": "array",
267
+ "items": {
268
+ "type": "string"
269
+ },
270
+ "minItems": 1
271
+ },
272
+ "fiscal_year": {
273
+ "type": "integer",
274
+ "minimum": 2000,
275
+ "maximum": 2100
276
+ },
277
+ "role_template_ids": {
278
+ "type": "array",
279
+ "items": {
280
+ "type": "string"
281
+ },
282
+ "minItems": 1
283
+ }
284
+ },
285
+ "required": [
286
+ "user_ids",
287
+ "fiscal_year",
288
+ "role_template_ids"
289
+ ]
290
+ }
291
+ },
292
+ "resultPath": "",
293
+ "risk": "write",
294
+ "aliases": []
295
+ },
296
+ {
297
+ "name": "list",
298
+ "domain": "user-skill-profile",
299
+ "operationId": "userSkillProfile.index",
300
+ "method": "GET",
301
+ "path": "/v2/organization/user-skill-profiles",
302
+ "summary": "",
303
+ "pathParams": [],
304
+ "queryParams": [
305
+ {
306
+ "name": "fiscal_year",
307
+ "type": "string",
308
+ "required": false,
309
+ "source": "spec"
310
+ },
311
+ {
312
+ "name": "status",
313
+ "type": "string",
314
+ "required": false,
315
+ "source": "spec"
316
+ },
317
+ {
318
+ "name": "limit",
319
+ "type": "integer",
320
+ "required": false,
321
+ "description": "1ページあたりの件数",
322
+ "source": "curation"
323
+ },
324
+ {
325
+ "name": "cursor",
326
+ "type": "string",
327
+ "required": false,
328
+ "description": "次ページの取得に使うカーソル",
329
+ "source": "curation"
330
+ }
331
+ ],
332
+ "body": null,
333
+ "resultPath": "",
334
+ "risk": "read",
335
+ "aliases": []
336
+ },
337
+ {
338
+ "name": "primary-evaluate",
339
+ "domain": "user-skill-profile",
340
+ "operationId": "userSkillProfile.primaryEvaluate",
341
+ "method": "POST",
342
+ "path": "/v2/organization/user-skill-profiles/{id}/primary-evaluate",
343
+ "summary": "",
344
+ "pathParams": [
345
+ {
346
+ "name": "id",
347
+ "type": "string",
348
+ "required": true,
349
+ "source": "spec"
350
+ }
351
+ ],
352
+ "queryParams": [],
353
+ "body": {
354
+ "schema": {
355
+ "type": "object",
356
+ "properties": {
357
+ "skills": {
358
+ "type": "array",
359
+ "items": {
360
+ "type": "object",
361
+ "properties": {
362
+ "skill_id": {
363
+ "type": "string"
364
+ },
365
+ "primary_level": {
366
+ "type": "integer",
367
+ "minimum": 1,
368
+ "maximum": 5
369
+ },
370
+ "primary_comment": {
371
+ "type": [
372
+ "string",
373
+ "null"
374
+ ],
375
+ "maxLength": 2000
376
+ }
377
+ },
378
+ "required": [
379
+ "skill_id",
380
+ "primary_level"
381
+ ]
382
+ },
383
+ "minItems": 1
384
+ }
385
+ },
386
+ "required": [
387
+ "skills"
388
+ ]
389
+ }
390
+ },
391
+ "resultPath": "",
392
+ "risk": "write",
393
+ "aliases": []
394
+ },
395
+ {
396
+ "name": "secondary-evaluate",
397
+ "domain": "user-skill-profile",
398
+ "operationId": "userSkillProfile.secondaryEvaluate",
399
+ "method": "POST",
400
+ "path": "/v2/organization/user-skill-profiles/{id}/secondary-evaluate",
401
+ "summary": "",
402
+ "pathParams": [
403
+ {
404
+ "name": "id",
405
+ "type": "string",
406
+ "required": true,
407
+ "source": "spec"
408
+ }
409
+ ],
410
+ "queryParams": [],
411
+ "body": {
412
+ "schema": {
413
+ "type": "object",
414
+ "properties": {
415
+ "skills": {
416
+ "type": "array",
417
+ "items": {
418
+ "type": "object",
419
+ "properties": {
420
+ "skill_id": {
421
+ "type": "string"
422
+ },
423
+ "secondary_level": {
424
+ "type": "integer",
425
+ "minimum": 1,
426
+ "maximum": 5
427
+ },
428
+ "secondary_comment": {
429
+ "type": [
430
+ "string",
431
+ "null"
432
+ ],
433
+ "maxLength": 2000
434
+ }
435
+ },
436
+ "required": [
437
+ "skill_id",
438
+ "secondary_level"
439
+ ]
440
+ },
441
+ "minItems": 1
442
+ }
443
+ },
444
+ "required": [
445
+ "skills"
446
+ ]
447
+ }
448
+ },
449
+ "resultPath": "",
450
+ "risk": "write",
451
+ "aliases": []
452
+ },
453
+ {
454
+ "name": "self-evaluate",
455
+ "domain": "user-skill-profile",
456
+ "operationId": "userSkillProfile.selfEvaluate",
457
+ "method": "POST",
458
+ "path": "/v2/organization/user-skill-profiles/{id}/self-evaluate",
459
+ "summary": "",
460
+ "pathParams": [
461
+ {
462
+ "name": "id",
463
+ "type": "string",
464
+ "required": true,
465
+ "source": "spec"
466
+ }
467
+ ],
468
+ "queryParams": [],
469
+ "body": {
470
+ "schema": {
471
+ "type": "object",
472
+ "properties": {
473
+ "skills": {
474
+ "type": "array",
475
+ "items": {
476
+ "type": "object",
477
+ "properties": {
478
+ "skill_id": {
479
+ "type": "string"
480
+ },
481
+ "self_level": {
482
+ "type": "integer",
483
+ "minimum": 1,
484
+ "maximum": 5
485
+ },
486
+ "self_comment": {
487
+ "type": [
488
+ "string",
489
+ "null"
490
+ ],
491
+ "maxLength": 2000
492
+ }
493
+ },
494
+ "required": [
495
+ "skill_id",
496
+ "self_level"
497
+ ]
498
+ },
499
+ "minItems": 1
500
+ },
501
+ "skill_up_policy": {
502
+ "type": [
503
+ "string",
504
+ "null"
505
+ ],
506
+ "maxLength": 5000
507
+ }
508
+ },
509
+ "required": [
510
+ "skills"
511
+ ]
512
+ }
513
+ },
514
+ "resultPath": "",
515
+ "risk": "write",
516
+ "aliases": []
517
+ },
518
+ {
519
+ "name": "update",
520
+ "domain": "user-skill-profile",
521
+ "operationId": "userSkillProfile.update",
522
+ "method": "PATCH",
523
+ "path": "/v2/organization/user-skill-profiles/{id}",
524
+ "summary": "",
525
+ "pathParams": [
526
+ {
527
+ "name": "id",
528
+ "type": "string",
529
+ "required": true,
530
+ "source": "spec"
531
+ }
532
+ ],
533
+ "queryParams": [],
534
+ "body": null,
535
+ "resultPath": "",
536
+ "risk": "write",
537
+ "aliases": []
538
+ }
539
+ ]
540
+ }