@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,983 @@
1
+ {
2
+ "domain": "user",
3
+ "operations": [
4
+ {
5
+ "name": "add-backlog-space",
6
+ "domain": "user",
7
+ "operationId": "user.addBacklogSpace",
8
+ "method": "POST",
9
+ "path": "/v2/user/external-integrations/backlog",
10
+ "summary": "Backlogスペースを追加",
11
+ "pathParams": [],
12
+ "queryParams": [],
13
+ "body": {
14
+ "schema": {
15
+ "type": "object",
16
+ "properties": {
17
+ "space_url": {
18
+ "type": "string",
19
+ "format": "uri",
20
+ "maxLength": 255
21
+ },
22
+ "api_key": {
23
+ "type": "string"
24
+ },
25
+ "email": {
26
+ "type": [
27
+ "string",
28
+ "null"
29
+ ],
30
+ "format": "email",
31
+ "maxLength": 255
32
+ }
33
+ },
34
+ "required": [
35
+ "space_url",
36
+ "api_key"
37
+ ]
38
+ }
39
+ },
40
+ "resultPath": null,
41
+ "risk": "write",
42
+ "aliases": []
43
+ },
44
+ {
45
+ "name": "add-git-hub-account",
46
+ "domain": "user",
47
+ "operationId": "user.addGitHubAccount",
48
+ "method": "POST",
49
+ "path": "/v2/user/external-integrations/github",
50
+ "summary": "GitHubアカウントを追加",
51
+ "pathParams": [],
52
+ "queryParams": [],
53
+ "body": {
54
+ "schema": {
55
+ "type": "object",
56
+ "properties": {
57
+ "host": {
58
+ "type": "string",
59
+ "pattern": "^[a-zA-Z0-9.-]+$",
60
+ "maxLength": 255
61
+ },
62
+ "token": {
63
+ "type": "string"
64
+ },
65
+ "email": {
66
+ "type": [
67
+ "string",
68
+ "null"
69
+ ],
70
+ "format": "email",
71
+ "maxLength": 255
72
+ },
73
+ "username": {
74
+ "type": [
75
+ "string",
76
+ "null"
77
+ ],
78
+ "maxLength": 255
79
+ }
80
+ },
81
+ "required": [
82
+ "host",
83
+ "token"
84
+ ]
85
+ }
86
+ },
87
+ "resultPath": null,
88
+ "risk": "write",
89
+ "aliases": []
90
+ },
91
+ {
92
+ "name": "add-notion-workspace",
93
+ "domain": "user",
94
+ "operationId": "user.addNotionWorkspace",
95
+ "method": "POST",
96
+ "path": "/v2/user/external-integrations/notion",
97
+ "summary": "Notionワークスペースを追加",
98
+ "pathParams": [],
99
+ "queryParams": [],
100
+ "body": {
101
+ "schema": {
102
+ "type": "object",
103
+ "properties": {
104
+ "token": {
105
+ "type": "string"
106
+ },
107
+ "workspace_name": {
108
+ "type": [
109
+ "string",
110
+ "null"
111
+ ],
112
+ "maxLength": 255
113
+ }
114
+ },
115
+ "required": [
116
+ "token"
117
+ ]
118
+ }
119
+ },
120
+ "resultPath": null,
121
+ "risk": "write",
122
+ "aliases": []
123
+ },
124
+ {
125
+ "name": "delete-backlog-space",
126
+ "domain": "user",
127
+ "operationId": "user.deleteBacklogSpace",
128
+ "method": "DELETE",
129
+ "path": "/v2/user/external-integrations/backlog/{id}",
130
+ "summary": "Backlogスペースを削除",
131
+ "pathParams": [
132
+ {
133
+ "name": "id",
134
+ "type": "string",
135
+ "required": true,
136
+ "source": "spec"
137
+ }
138
+ ],
139
+ "queryParams": [],
140
+ "body": null,
141
+ "resultPath": null,
142
+ "risk": "destructive",
143
+ "aliases": []
144
+ },
145
+ {
146
+ "name": "delete-git-hub-account",
147
+ "domain": "user",
148
+ "operationId": "user.deleteGitHubAccount",
149
+ "method": "DELETE",
150
+ "path": "/v2/user/external-integrations/github/{id}",
151
+ "summary": "GitHubアカウントを削除",
152
+ "pathParams": [
153
+ {
154
+ "name": "id",
155
+ "type": "string",
156
+ "required": true,
157
+ "source": "spec"
158
+ }
159
+ ],
160
+ "queryParams": [],
161
+ "body": null,
162
+ "resultPath": null,
163
+ "risk": "destructive",
164
+ "aliases": []
165
+ },
166
+ {
167
+ "name": "delete-notion-workspace",
168
+ "domain": "user",
169
+ "operationId": "user.deleteNotionWorkspace",
170
+ "method": "DELETE",
171
+ "path": "/v2/user/external-integrations/notion/{id}",
172
+ "summary": "Notionワークスペースを削除",
173
+ "pathParams": [
174
+ {
175
+ "name": "id",
176
+ "type": "string",
177
+ "required": true,
178
+ "source": "spec"
179
+ }
180
+ ],
181
+ "queryParams": [],
182
+ "body": null,
183
+ "resultPath": null,
184
+ "risk": "destructive",
185
+ "aliases": []
186
+ },
187
+ {
188
+ "name": "get-ai-plugin-settings",
189
+ "domain": "user",
190
+ "operationId": "user.getAiPluginSettings",
191
+ "method": "GET",
192
+ "path": "/v2/user/ai-plugin-settings",
193
+ "summary": "Get the authenticated user's AI plugin settings.",
194
+ "pathParams": [],
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": null,
213
+ "risk": "read",
214
+ "aliases": []
215
+ },
216
+ {
217
+ "name": "get-avatar",
218
+ "domain": "user",
219
+ "operationId": "user.getAvatar",
220
+ "method": "GET",
221
+ "path": "/v2/user/avatar",
222
+ "summary": "Get the authenticated user's avatar settings",
223
+ "pathParams": [],
224
+ "queryParams": [
225
+ {
226
+ "name": "limit",
227
+ "type": "integer",
228
+ "required": false,
229
+ "description": "1ページあたりの件数",
230
+ "source": "curation"
231
+ },
232
+ {
233
+ "name": "cursor",
234
+ "type": "string",
235
+ "required": false,
236
+ "description": "次ページの取得に使うカーソル",
237
+ "source": "curation"
238
+ }
239
+ ],
240
+ "body": null,
241
+ "resultPath": null,
242
+ "risk": "read",
243
+ "aliases": []
244
+ },
245
+ {
246
+ "name": "get-external-integrations",
247
+ "domain": "user",
248
+ "operationId": "user.getExternalIntegrations",
249
+ "method": "GET",
250
+ "path": "/v2/user/external-integrations",
251
+ "summary": "外部システム連携一覧を取得",
252
+ "pathParams": [],
253
+ "queryParams": [
254
+ {
255
+ "name": "limit",
256
+ "type": "integer",
257
+ "required": false,
258
+ "description": "1ページあたりの件数",
259
+ "source": "curation"
260
+ },
261
+ {
262
+ "name": "cursor",
263
+ "type": "string",
264
+ "required": false,
265
+ "description": "次ページの取得に使うカーソル",
266
+ "source": "curation"
267
+ }
268
+ ],
269
+ "body": null,
270
+ "resultPath": null,
271
+ "risk": "read",
272
+ "aliases": []
273
+ },
274
+ {
275
+ "name": "get-mcp-custom-settings",
276
+ "domain": "user",
277
+ "operationId": "user.getMcpCustomSettings",
278
+ "method": "GET",
279
+ "path": "/v2/user/mcp-custom-settings",
280
+ "summary": "Get the authenticated user's MCP custom settings",
281
+ "pathParams": [],
282
+ "queryParams": [
283
+ {
284
+ "name": "limit",
285
+ "type": "integer",
286
+ "required": false,
287
+ "description": "1ページあたりの件数",
288
+ "source": "curation"
289
+ },
290
+ {
291
+ "name": "cursor",
292
+ "type": "string",
293
+ "required": false,
294
+ "description": "次ページの取得に使うカーソル",
295
+ "source": "curation"
296
+ }
297
+ ],
298
+ "body": null,
299
+ "resultPath": null,
300
+ "risk": "read",
301
+ "aliases": []
302
+ },
303
+ {
304
+ "name": "get-mcp-oauth-permissions",
305
+ "domain": "user",
306
+ "operationId": "user.getMcpOauthPermissions",
307
+ "method": "GET",
308
+ "path": "/v2/user/mcp-oauth-permissions",
309
+ "summary": "Get the authenticated user's MCP OAuth permissions",
310
+ "pathParams": [],
311
+ "queryParams": [
312
+ {
313
+ "name": "limit",
314
+ "type": "integer",
315
+ "required": false,
316
+ "description": "1ページあたりの件数",
317
+ "source": "curation"
318
+ },
319
+ {
320
+ "name": "cursor",
321
+ "type": "string",
322
+ "required": false,
323
+ "description": "次ページの取得に使うカーソル",
324
+ "source": "curation"
325
+ }
326
+ ],
327
+ "body": null,
328
+ "resultPath": "available_permissions",
329
+ "risk": "read",
330
+ "aliases": []
331
+ },
332
+ {
333
+ "name": "get-personal-contact-info",
334
+ "domain": "user",
335
+ "operationId": "user.getPersonalContactInfo",
336
+ "method": "GET",
337
+ "path": "/v2/user/personal-contact",
338
+ "summary": "Get the authenticated user's personal contact information",
339
+ "pathParams": [],
340
+ "queryParams": [
341
+ {
342
+ "name": "limit",
343
+ "type": "integer",
344
+ "required": false,
345
+ "description": "1ページあたりの件数",
346
+ "source": "curation"
347
+ },
348
+ {
349
+ "name": "cursor",
350
+ "type": "string",
351
+ "required": false,
352
+ "description": "次ページの取得に使うカーソル",
353
+ "source": "curation"
354
+ }
355
+ ],
356
+ "body": null,
357
+ "resultPath": null,
358
+ "risk": "read",
359
+ "aliases": []
360
+ },
361
+ {
362
+ "name": "get-seal-impression",
363
+ "domain": "user",
364
+ "operationId": "user.getSealImpression",
365
+ "method": "GET",
366
+ "path": "/v2/user/seal-impression",
367
+ "summary": "Get the authenticated user's seal impression settings",
368
+ "pathParams": [],
369
+ "queryParams": [
370
+ {
371
+ "name": "limit",
372
+ "type": "integer",
373
+ "required": false,
374
+ "description": "1ページあたりの件数",
375
+ "source": "curation"
376
+ },
377
+ {
378
+ "name": "cursor",
379
+ "type": "string",
380
+ "required": false,
381
+ "description": "次ページの取得に使うカーソル",
382
+ "source": "curation"
383
+ }
384
+ ],
385
+ "body": null,
386
+ "resultPath": null,
387
+ "risk": "read",
388
+ "aliases": []
389
+ },
390
+ {
391
+ "name": "get-two-factor-settings",
392
+ "domain": "user",
393
+ "operationId": "user.getTwoFactorSettings",
394
+ "method": "GET",
395
+ "path": "/v2/user/two-factor-settings",
396
+ "summary": "Get the authenticated user's two-factor authentication settings",
397
+ "pathParams": [],
398
+ "queryParams": [
399
+ {
400
+ "name": "limit",
401
+ "type": "integer",
402
+ "required": false,
403
+ "description": "1ページあたりの件数",
404
+ "source": "curation"
405
+ },
406
+ {
407
+ "name": "cursor",
408
+ "type": "string",
409
+ "required": false,
410
+ "description": "次ページの取得に使うカーソル",
411
+ "source": "curation"
412
+ }
413
+ ],
414
+ "body": null,
415
+ "resultPath": null,
416
+ "risk": "read",
417
+ "aliases": []
418
+ },
419
+ {
420
+ "name": "list-users",
421
+ "domain": "user",
422
+ "operationId": "user.listUsers",
423
+ "method": "GET",
424
+ "path": "/v2/users",
425
+ "summary": "テナント内のユーザー一覧を取得(共有・メンバー追加用)",
426
+ "pathParams": [],
427
+ "queryParams": [
428
+ {
429
+ "name": "keyword",
430
+ "type": "string",
431
+ "required": false,
432
+ "source": "spec"
433
+ },
434
+ {
435
+ "name": "limit",
436
+ "type": "integer",
437
+ "required": false,
438
+ "description": "1ページあたりの件数",
439
+ "source": "curation"
440
+ },
441
+ {
442
+ "name": "cursor",
443
+ "type": "string",
444
+ "required": false,
445
+ "description": "次ページの取得に使うカーソル",
446
+ "source": "curation"
447
+ }
448
+ ],
449
+ "body": null,
450
+ "resultPath": null,
451
+ "risk": "read",
452
+ "aliases": []
453
+ },
454
+ {
455
+ "name": "me",
456
+ "domain": "user",
457
+ "operationId": "user.me",
458
+ "method": "GET",
459
+ "path": "/v2/user",
460
+ "summary": "Get the authenticated user's information",
461
+ "pathParams": [],
462
+ "queryParams": [
463
+ {
464
+ "name": "limit",
465
+ "type": "integer",
466
+ "required": false,
467
+ "description": "1ページあたりの件数",
468
+ "source": "curation"
469
+ },
470
+ {
471
+ "name": "cursor",
472
+ "type": "string",
473
+ "required": false,
474
+ "description": "次ページの取得に使うカーソル",
475
+ "source": "curation"
476
+ }
477
+ ],
478
+ "body": null,
479
+ "resultPath": null,
480
+ "risk": "read",
481
+ "aliases": []
482
+ },
483
+ {
484
+ "name": "test-backlog-connection",
485
+ "domain": "user",
486
+ "operationId": "user.testBacklogConnection",
487
+ "method": "POST",
488
+ "path": "/v2/user/external-integrations/backlog/{id}/test",
489
+ "summary": "Backlog接続テスト",
490
+ "pathParams": [
491
+ {
492
+ "name": "id",
493
+ "type": "string",
494
+ "required": true,
495
+ "source": "spec"
496
+ }
497
+ ],
498
+ "queryParams": [],
499
+ "body": null,
500
+ "resultPath": null,
501
+ "risk": "write",
502
+ "aliases": []
503
+ },
504
+ {
505
+ "name": "test-git-hub-connection",
506
+ "domain": "user",
507
+ "operationId": "user.testGitHubConnection",
508
+ "method": "POST",
509
+ "path": "/v2/user/external-integrations/github/{id}/test",
510
+ "summary": "GitHub接続テスト",
511
+ "pathParams": [
512
+ {
513
+ "name": "id",
514
+ "type": "string",
515
+ "required": true,
516
+ "source": "spec"
517
+ }
518
+ ],
519
+ "queryParams": [],
520
+ "body": null,
521
+ "resultPath": null,
522
+ "risk": "write",
523
+ "aliases": []
524
+ },
525
+ {
526
+ "name": "test-notion-connection",
527
+ "domain": "user",
528
+ "operationId": "user.testNotionConnection",
529
+ "method": "POST",
530
+ "path": "/v2/user/external-integrations/notion/{id}/test",
531
+ "summary": "Notion接続テスト",
532
+ "pathParams": [
533
+ {
534
+ "name": "id",
535
+ "type": "string",
536
+ "required": true,
537
+ "source": "spec"
538
+ }
539
+ ],
540
+ "queryParams": [],
541
+ "body": null,
542
+ "resultPath": null,
543
+ "risk": "write",
544
+ "aliases": []
545
+ },
546
+ {
547
+ "name": "update",
548
+ "domain": "user",
549
+ "operationId": "user.update",
550
+ "method": "PUT",
551
+ "path": "/v2/user",
552
+ "summary": "Update the authenticated user's profile.",
553
+ "pathParams": [],
554
+ "queryParams": [],
555
+ "body": {
556
+ "schema": {
557
+ "type": "object",
558
+ "properties": {
559
+ "name": {
560
+ "type": "string",
561
+ "maxLength": 255
562
+ },
563
+ "personal_email": {
564
+ "type": [
565
+ "string",
566
+ "null"
567
+ ],
568
+ "format": "email",
569
+ "maxLength": 255
570
+ },
571
+ "personal_tel": {
572
+ "type": [
573
+ "string",
574
+ "null"
575
+ ],
576
+ "maxLength": 50
577
+ },
578
+ "emergency_contact_name": {
579
+ "type": [
580
+ "string",
581
+ "null"
582
+ ],
583
+ "maxLength": 255
584
+ },
585
+ "emergency_contact_address": {
586
+ "type": [
587
+ "string",
588
+ "null"
589
+ ],
590
+ "maxLength": 1000
591
+ },
592
+ "emergency_contact_tel": {
593
+ "type": [
594
+ "string",
595
+ "null"
596
+ ],
597
+ "maxLength": 50
598
+ },
599
+ "emergency_contact_relationship": {
600
+ "type": [
601
+ "string",
602
+ "null"
603
+ ],
604
+ "maxLength": 255
605
+ },
606
+ "note_nickname": {
607
+ "type": [
608
+ "string",
609
+ "null"
610
+ ],
611
+ "maxLength": 50
612
+ }
613
+ },
614
+ "required": [
615
+ "name"
616
+ ]
617
+ }
618
+ },
619
+ "resultPath": null,
620
+ "risk": "write",
621
+ "aliases": []
622
+ },
623
+ {
624
+ "name": "update-ai-plugin-settings",
625
+ "domain": "user",
626
+ "operationId": "user.updateAiPluginSettings",
627
+ "method": "PUT",
628
+ "path": "/v2/user/ai-plugin-settings",
629
+ "summary": "Update the authenticated user's AI plugin settings",
630
+ "pathParams": [],
631
+ "queryParams": [],
632
+ "body": {
633
+ "schema": {
634
+ "type": "object",
635
+ "properties": {
636
+ "settings": {
637
+ "type": "array",
638
+ "items": {
639
+ "type": "boolean"
640
+ },
641
+ "minItems": 1
642
+ }
643
+ },
644
+ "required": [
645
+ "settings"
646
+ ]
647
+ }
648
+ },
649
+ "resultPath": null,
650
+ "risk": "write",
651
+ "aliases": []
652
+ },
653
+ {
654
+ "name": "update-avatar",
655
+ "domain": "user",
656
+ "operationId": "user.updateAvatar",
657
+ "method": "PUT",
658
+ "path": "/v2/user/avatar",
659
+ "summary": "Update the authenticated user's avatar settings",
660
+ "pathParams": [],
661
+ "queryParams": [],
662
+ "body": {
663
+ "schema": {
664
+ "type": "object",
665
+ "properties": {
666
+ "attachment_id": {
667
+ "type": [
668
+ "string",
669
+ "null"
670
+ ],
671
+ "format": "uuid"
672
+ }
673
+ }
674
+ }
675
+ },
676
+ "resultPath": null,
677
+ "risk": "write",
678
+ "aliases": []
679
+ },
680
+ {
681
+ "name": "update-backlog-space",
682
+ "domain": "user",
683
+ "operationId": "user.updateBacklogSpace",
684
+ "method": "PUT",
685
+ "path": "/v2/user/external-integrations/backlog/{id}",
686
+ "summary": "Backlogスペースを更新",
687
+ "pathParams": [
688
+ {
689
+ "name": "id",
690
+ "type": "string",
691
+ "required": true,
692
+ "source": "spec"
693
+ }
694
+ ],
695
+ "queryParams": [],
696
+ "body": {
697
+ "schema": {
698
+ "type": "object",
699
+ "properties": {
700
+ "space_url": {
701
+ "type": [
702
+ "string",
703
+ "null"
704
+ ],
705
+ "format": "uri",
706
+ "maxLength": 255
707
+ },
708
+ "api_key": {
709
+ "type": [
710
+ "string",
711
+ "null"
712
+ ]
713
+ },
714
+ "email": {
715
+ "type": [
716
+ "string",
717
+ "null"
718
+ ],
719
+ "format": "email",
720
+ "maxLength": 255
721
+ }
722
+ }
723
+ }
724
+ },
725
+ "resultPath": null,
726
+ "risk": "write",
727
+ "aliases": []
728
+ },
729
+ {
730
+ "name": "update-git-hub-account",
731
+ "domain": "user",
732
+ "operationId": "user.updateGitHubAccount",
733
+ "method": "PUT",
734
+ "path": "/v2/user/external-integrations/github/{id}",
735
+ "summary": "GitHubアカウントを更新",
736
+ "pathParams": [
737
+ {
738
+ "name": "id",
739
+ "type": "string",
740
+ "required": true,
741
+ "source": "spec"
742
+ }
743
+ ],
744
+ "queryParams": [],
745
+ "body": {
746
+ "schema": {
747
+ "type": "object",
748
+ "properties": {
749
+ "host": {
750
+ "type": [
751
+ "string",
752
+ "null"
753
+ ],
754
+ "pattern": "^[a-zA-Z0-9.-]+$",
755
+ "maxLength": 255
756
+ },
757
+ "token": {
758
+ "type": [
759
+ "string",
760
+ "null"
761
+ ]
762
+ },
763
+ "email": {
764
+ "type": [
765
+ "string",
766
+ "null"
767
+ ],
768
+ "format": "email",
769
+ "maxLength": 255
770
+ },
771
+ "username": {
772
+ "type": [
773
+ "string",
774
+ "null"
775
+ ],
776
+ "maxLength": 255
777
+ }
778
+ }
779
+ }
780
+ },
781
+ "resultPath": null,
782
+ "risk": "write",
783
+ "aliases": []
784
+ },
785
+ {
786
+ "name": "update-mcp-custom-settings",
787
+ "domain": "user",
788
+ "operationId": "user.updateMcpCustomSettings",
789
+ "method": "PUT",
790
+ "path": "/v2/user/mcp-custom-settings",
791
+ "summary": "Update the authenticated user's MCP custom settings",
792
+ "pathParams": [],
793
+ "queryParams": [],
794
+ "body": {
795
+ "schema": {
796
+ "type": "object",
797
+ "properties": {
798
+ "custom_instructions": {
799
+ "type": [
800
+ "string",
801
+ "null"
802
+ ],
803
+ "maxLength": 8192
804
+ },
805
+ "custom_settings": {
806
+ "type": [
807
+ "string",
808
+ "null"
809
+ ]
810
+ }
811
+ }
812
+ }
813
+ },
814
+ "resultPath": null,
815
+ "risk": "write",
816
+ "aliases": []
817
+ },
818
+ {
819
+ "name": "update-mcp-oauth-permissions",
820
+ "domain": "user",
821
+ "operationId": "user.updateMcpOauthPermissions",
822
+ "method": "PUT",
823
+ "path": "/v2/user/mcp-oauth-permissions",
824
+ "summary": "Update the authenticated user's MCP OAuth permissions",
825
+ "pathParams": [],
826
+ "queryParams": [],
827
+ "body": {
828
+ "schema": {
829
+ "type": "object",
830
+ "properties": {
831
+ "permissions": {
832
+ "type": [
833
+ "array",
834
+ "null"
835
+ ],
836
+ "items": {
837
+ "type": "string"
838
+ }
839
+ }
840
+ },
841
+ "required": [
842
+ "permissions"
843
+ ]
844
+ }
845
+ },
846
+ "resultPath": "permissions",
847
+ "risk": "write",
848
+ "aliases": []
849
+ },
850
+ {
851
+ "name": "update-notion-workspace",
852
+ "domain": "user",
853
+ "operationId": "user.updateNotionWorkspace",
854
+ "method": "PUT",
855
+ "path": "/v2/user/external-integrations/notion/{id}",
856
+ "summary": "Notionワークスペースを更新",
857
+ "pathParams": [
858
+ {
859
+ "name": "id",
860
+ "type": "string",
861
+ "required": true,
862
+ "source": "spec"
863
+ }
864
+ ],
865
+ "queryParams": [],
866
+ "body": {
867
+ "schema": {
868
+ "type": "object",
869
+ "properties": {
870
+ "token": {
871
+ "type": [
872
+ "string",
873
+ "null"
874
+ ]
875
+ },
876
+ "workspace_name": {
877
+ "type": [
878
+ "string",
879
+ "null"
880
+ ],
881
+ "maxLength": 255
882
+ }
883
+ }
884
+ }
885
+ },
886
+ "resultPath": null,
887
+ "risk": "write",
888
+ "aliases": []
889
+ },
890
+ {
891
+ "name": "update-password",
892
+ "domain": "user",
893
+ "operationId": "user.updatePassword",
894
+ "method": "PUT",
895
+ "path": "/v2/user/password",
896
+ "summary": "Update the authenticated user's password",
897
+ "pathParams": [],
898
+ "queryParams": [],
899
+ "body": {
900
+ "schema": {
901
+ "type": "object",
902
+ "properties": {
903
+ "current_password": {
904
+ "type": "string"
905
+ },
906
+ "password": {
907
+ "type": "string"
908
+ },
909
+ "password_confirmation": {
910
+ "type": "string"
911
+ }
912
+ },
913
+ "required": [
914
+ "current_password",
915
+ "password",
916
+ "password_confirmation"
917
+ ]
918
+ }
919
+ },
920
+ "resultPath": null,
921
+ "risk": "write",
922
+ "aliases": []
923
+ },
924
+ {
925
+ "name": "update-seal-impression",
926
+ "domain": "user",
927
+ "operationId": "user.updateSealImpression",
928
+ "method": "PUT",
929
+ "path": "/v2/user/seal-impression",
930
+ "summary": "Update the authenticated user's seal impression settings",
931
+ "pathParams": [],
932
+ "queryParams": [],
933
+ "body": {
934
+ "schema": {
935
+ "type": "object",
936
+ "properties": {
937
+ "attachment_id": {
938
+ "type": [
939
+ "string",
940
+ "null"
941
+ ],
942
+ "format": "uuid"
943
+ }
944
+ }
945
+ }
946
+ },
947
+ "resultPath": null,
948
+ "risk": "write",
949
+ "aliases": []
950
+ },
951
+ {
952
+ "name": "update-two-factor-settings",
953
+ "domain": "user",
954
+ "operationId": "user.updateTwoFactorSettings",
955
+ "method": "PUT",
956
+ "path": "/v2/user/two-factor-settings",
957
+ "summary": "Update the authenticated user's two-factor authentication settings",
958
+ "pathParams": [],
959
+ "queryParams": [],
960
+ "body": {
961
+ "schema": {
962
+ "type": "object",
963
+ "properties": {
964
+ "two_factor_authentication_type": {
965
+ "type": "string",
966
+ "enum": [
967
+ "0",
968
+ "1",
969
+ "2"
970
+ ]
971
+ }
972
+ },
973
+ "required": [
974
+ "two_factor_authentication_type"
975
+ ]
976
+ }
977
+ },
978
+ "resultPath": null,
979
+ "risk": "write",
980
+ "aliases": []
981
+ }
982
+ ]
983
+ }