@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,1261 @@
1
+ {
2
+ "domain": "external-integration-proxy",
3
+ "operations": [
4
+ {
5
+ "name": "create-backlog-issue",
6
+ "domain": "external-integration-proxy",
7
+ "operationId": "externalIntegrationProxy.createBacklogIssue",
8
+ "method": "POST",
9
+ "path": "/v2/integrations/backlog/{spaceId}/issues",
10
+ "summary": "Backlog課題を作成",
11
+ "pathParams": [
12
+ {
13
+ "name": "spaceId",
14
+ "type": "string",
15
+ "required": true,
16
+ "source": "spec"
17
+ }
18
+ ],
19
+ "queryParams": [],
20
+ "body": {
21
+ "schema": {
22
+ "type": "object",
23
+ "properties": {
24
+ "projectId": {
25
+ "type": "integer"
26
+ },
27
+ "summary": {
28
+ "type": "string",
29
+ "maxLength": 1000
30
+ },
31
+ "issueTypeId": {
32
+ "type": "integer"
33
+ },
34
+ "priorityId": {
35
+ "type": "integer"
36
+ },
37
+ "assigneeId": {
38
+ "type": [
39
+ "integer",
40
+ "null"
41
+ ]
42
+ },
43
+ "dueDate": {
44
+ "type": [
45
+ "string",
46
+ "null"
47
+ ],
48
+ "format": "date"
49
+ },
50
+ "attachmentId": {
51
+ "type": [
52
+ "array",
53
+ "null"
54
+ ],
55
+ "items": {
56
+ "type": "integer"
57
+ }
58
+ }
59
+ },
60
+ "required": [
61
+ "projectId",
62
+ "summary",
63
+ "issueTypeId",
64
+ "priorityId"
65
+ ]
66
+ }
67
+ },
68
+ "resultPath": null,
69
+ "risk": "write",
70
+ "aliases": []
71
+ },
72
+ {
73
+ "name": "create-backlog-issue-comment",
74
+ "domain": "external-integration-proxy",
75
+ "operationId": "externalIntegrationProxy.createBacklogIssueComment",
76
+ "method": "POST",
77
+ "path": "/v2/integrations/backlog/{spaceId}/issues/{issueIdOrKey}/comments",
78
+ "summary": "Backlog課題コメントを追加",
79
+ "pathParams": [
80
+ {
81
+ "name": "spaceId",
82
+ "type": "string",
83
+ "required": true,
84
+ "source": "spec"
85
+ },
86
+ {
87
+ "name": "issueIdOrKey",
88
+ "type": "string",
89
+ "required": true,
90
+ "source": "spec"
91
+ }
92
+ ],
93
+ "queryParams": [],
94
+ "body": {
95
+ "schema": {
96
+ "type": "object",
97
+ "properties": {
98
+ "content": {
99
+ "type": "string"
100
+ }
101
+ },
102
+ "required": [
103
+ "content"
104
+ ]
105
+ }
106
+ },
107
+ "resultPath": null,
108
+ "risk": "write",
109
+ "aliases": []
110
+ },
111
+ {
112
+ "name": "delete-backlog-issue",
113
+ "domain": "external-integration-proxy",
114
+ "operationId": "externalIntegrationProxy.deleteBacklogIssue",
115
+ "method": "DELETE",
116
+ "path": "/v2/integrations/backlog/{spaceId}/issues/{issueIdOrKey}",
117
+ "summary": "Backlog課題を削除",
118
+ "pathParams": [
119
+ {
120
+ "name": "spaceId",
121
+ "type": "string",
122
+ "required": true,
123
+ "source": "spec"
124
+ },
125
+ {
126
+ "name": "issueIdOrKey",
127
+ "type": "string",
128
+ "required": true,
129
+ "source": "spec"
130
+ }
131
+ ],
132
+ "queryParams": [],
133
+ "body": null,
134
+ "resultPath": null,
135
+ "risk": "destructive",
136
+ "aliases": []
137
+ },
138
+ {
139
+ "name": "delete-backlog-issue-comment",
140
+ "domain": "external-integration-proxy",
141
+ "operationId": "externalIntegrationProxy.deleteBacklogIssueComment",
142
+ "method": "DELETE",
143
+ "path": "/v2/integrations/backlog/{spaceId}/issues/{issueIdOrKey}/comments/{commentId}",
144
+ "summary": "Backlog課題コメントを削除",
145
+ "pathParams": [
146
+ {
147
+ "name": "spaceId",
148
+ "type": "string",
149
+ "required": true,
150
+ "source": "spec"
151
+ },
152
+ {
153
+ "name": "issueIdOrKey",
154
+ "type": "string",
155
+ "required": true,
156
+ "source": "spec"
157
+ },
158
+ {
159
+ "name": "commentId",
160
+ "type": "string",
161
+ "required": true,
162
+ "source": "spec"
163
+ }
164
+ ],
165
+ "queryParams": [],
166
+ "body": null,
167
+ "resultPath": null,
168
+ "risk": "destructive",
169
+ "aliases": []
170
+ },
171
+ {
172
+ "name": "download-backlog-issue-attachment",
173
+ "domain": "external-integration-proxy",
174
+ "operationId": "externalIntegrationProxy.downloadBacklogIssueAttachment",
175
+ "method": "GET",
176
+ "path": "/v2/integrations/backlog/{spaceId}/issues/{issueIdOrKey}/attachments/{attachmentId}",
177
+ "summary": "Backlog課題の添付ファイルストリーミングダウンロード(バイナリ)",
178
+ "pathParams": [
179
+ {
180
+ "name": "spaceId",
181
+ "type": "string",
182
+ "required": true,
183
+ "source": "spec"
184
+ },
185
+ {
186
+ "name": "issueIdOrKey",
187
+ "type": "string",
188
+ "required": true,
189
+ "source": "spec"
190
+ },
191
+ {
192
+ "name": "attachmentId",
193
+ "type": "string",
194
+ "required": true,
195
+ "source": "spec"
196
+ }
197
+ ],
198
+ "queryParams": [
199
+ {
200
+ "name": "limit",
201
+ "type": "integer",
202
+ "required": false,
203
+ "description": "1ページあたりの件数",
204
+ "source": "curation"
205
+ },
206
+ {
207
+ "name": "cursor",
208
+ "type": "string",
209
+ "required": false,
210
+ "description": "次ページの取得に使うカーソル",
211
+ "source": "curation"
212
+ }
213
+ ],
214
+ "body": null,
215
+ "resultPath": null,
216
+ "risk": "read",
217
+ "aliases": []
218
+ },
219
+ {
220
+ "name": "get-backlog-issue",
221
+ "domain": "external-integration-proxy",
222
+ "operationId": "externalIntegrationProxy.getBacklogIssue",
223
+ "method": "GET",
224
+ "path": "/v2/integrations/backlog/{spaceId}/issues/{issueIdOrKey}",
225
+ "summary": "Backlog課題詳細",
226
+ "pathParams": [
227
+ {
228
+ "name": "spaceId",
229
+ "type": "string",
230
+ "required": true,
231
+ "source": "spec"
232
+ },
233
+ {
234
+ "name": "issueIdOrKey",
235
+ "type": "string",
236
+ "required": true,
237
+ "source": "spec"
238
+ }
239
+ ],
240
+ "queryParams": [
241
+ {
242
+ "name": "limit",
243
+ "type": "integer",
244
+ "required": false,
245
+ "description": "1ページあたりの件数",
246
+ "source": "curation"
247
+ },
248
+ {
249
+ "name": "cursor",
250
+ "type": "string",
251
+ "required": false,
252
+ "description": "次ページの取得に使うカーソル",
253
+ "source": "curation"
254
+ }
255
+ ],
256
+ "body": null,
257
+ "resultPath": null,
258
+ "risk": "read",
259
+ "aliases": []
260
+ },
261
+ {
262
+ "name": "get-git-hub-issue",
263
+ "domain": "external-integration-proxy",
264
+ "operationId": "externalIntegrationProxy.getGitHubIssue",
265
+ "method": "GET",
266
+ "path": "/v2/integrations/github/{accountId}/repos/{owner}/{repo}/issues/{number}",
267
+ "summary": "GitHub Issue詳細",
268
+ "pathParams": [
269
+ {
270
+ "name": "accountId",
271
+ "type": "string",
272
+ "required": true,
273
+ "source": "spec"
274
+ },
275
+ {
276
+ "name": "owner",
277
+ "type": "string",
278
+ "required": true,
279
+ "source": "spec"
280
+ },
281
+ {
282
+ "name": "repo",
283
+ "type": "string",
284
+ "required": true,
285
+ "source": "spec"
286
+ },
287
+ {
288
+ "name": "number",
289
+ "type": "integer",
290
+ "required": true,
291
+ "source": "spec"
292
+ }
293
+ ],
294
+ "queryParams": [
295
+ {
296
+ "name": "limit",
297
+ "type": "integer",
298
+ "required": false,
299
+ "description": "1ページあたりの件数",
300
+ "source": "curation"
301
+ },
302
+ {
303
+ "name": "cursor",
304
+ "type": "string",
305
+ "required": false,
306
+ "description": "次ページの取得に使うカーソル",
307
+ "source": "curation"
308
+ }
309
+ ],
310
+ "body": null,
311
+ "resultPath": null,
312
+ "risk": "read",
313
+ "aliases": []
314
+ },
315
+ {
316
+ "name": "get-git-hub-pull",
317
+ "domain": "external-integration-proxy",
318
+ "operationId": "externalIntegrationProxy.getGitHubPull",
319
+ "method": "GET",
320
+ "path": "/v2/integrations/github/{accountId}/repos/{owner}/{repo}/pulls/{number}",
321
+ "summary": "GitHub PR詳細",
322
+ "pathParams": [
323
+ {
324
+ "name": "accountId",
325
+ "type": "string",
326
+ "required": true,
327
+ "source": "spec"
328
+ },
329
+ {
330
+ "name": "owner",
331
+ "type": "string",
332
+ "required": true,
333
+ "source": "spec"
334
+ },
335
+ {
336
+ "name": "repo",
337
+ "type": "string",
338
+ "required": true,
339
+ "source": "spec"
340
+ },
341
+ {
342
+ "name": "number",
343
+ "type": "integer",
344
+ "required": true,
345
+ "source": "spec"
346
+ }
347
+ ],
348
+ "queryParams": [
349
+ {
350
+ "name": "limit",
351
+ "type": "integer",
352
+ "required": false,
353
+ "description": "1ページあたりの件数",
354
+ "source": "curation"
355
+ },
356
+ {
357
+ "name": "cursor",
358
+ "type": "string",
359
+ "required": false,
360
+ "description": "次ページの取得に使うカーソル",
361
+ "source": "curation"
362
+ }
363
+ ],
364
+ "body": null,
365
+ "resultPath": null,
366
+ "risk": "read",
367
+ "aliases": []
368
+ },
369
+ {
370
+ "name": "get-notion-database",
371
+ "domain": "external-integration-proxy",
372
+ "operationId": "externalIntegrationProxy.getNotionDatabase",
373
+ "method": "GET",
374
+ "path": "/v2/integrations/notion/{workspaceId}/databases/{databaseId}",
375
+ "summary": "Notionデータベース詳細を取得",
376
+ "pathParams": [
377
+ {
378
+ "name": "workspaceId",
379
+ "type": "string",
380
+ "required": true,
381
+ "source": "spec"
382
+ },
383
+ {
384
+ "name": "databaseId",
385
+ "type": "string",
386
+ "required": true,
387
+ "source": "spec"
388
+ }
389
+ ],
390
+ "queryParams": [
391
+ {
392
+ "name": "limit",
393
+ "type": "integer",
394
+ "required": false,
395
+ "description": "1ページあたりの件数",
396
+ "source": "curation"
397
+ },
398
+ {
399
+ "name": "cursor",
400
+ "type": "string",
401
+ "required": false,
402
+ "description": "次ページの取得に使うカーソル",
403
+ "source": "curation"
404
+ }
405
+ ],
406
+ "body": null,
407
+ "resultPath": null,
408
+ "risk": "read",
409
+ "aliases": []
410
+ },
411
+ {
412
+ "name": "get-notion-page",
413
+ "domain": "external-integration-proxy",
414
+ "operationId": "externalIntegrationProxy.getNotionPage",
415
+ "method": "GET",
416
+ "path": "/v2/integrations/notion/{workspaceId}/pages/{pageId}",
417
+ "summary": "Notionページ詳細を取得",
418
+ "pathParams": [
419
+ {
420
+ "name": "workspaceId",
421
+ "type": "string",
422
+ "required": true,
423
+ "source": "spec"
424
+ },
425
+ {
426
+ "name": "pageId",
427
+ "type": "string",
428
+ "required": true,
429
+ "source": "spec"
430
+ }
431
+ ],
432
+ "queryParams": [
433
+ {
434
+ "name": "limit",
435
+ "type": "integer",
436
+ "required": false,
437
+ "description": "1ページあたりの件数",
438
+ "source": "curation"
439
+ },
440
+ {
441
+ "name": "cursor",
442
+ "type": "string",
443
+ "required": false,
444
+ "description": "次ページの取得に使うカーソル",
445
+ "source": "curation"
446
+ }
447
+ ],
448
+ "body": null,
449
+ "resultPath": null,
450
+ "risk": "read",
451
+ "aliases": []
452
+ },
453
+ {
454
+ "name": "list-backlog-issue-attachments",
455
+ "domain": "external-integration-proxy",
456
+ "operationId": "externalIntegrationProxy.listBacklogIssueAttachments",
457
+ "method": "GET",
458
+ "path": "/v2/integrations/backlog/{spaceId}/issues/{issueIdOrKey}/attachments",
459
+ "summary": "Backlog課題の添付ファイル一覧",
460
+ "pathParams": [
461
+ {
462
+ "name": "spaceId",
463
+ "type": "string",
464
+ "required": true,
465
+ "source": "spec"
466
+ },
467
+ {
468
+ "name": "issueIdOrKey",
469
+ "type": "string",
470
+ "required": true,
471
+ "source": "spec"
472
+ }
473
+ ],
474
+ "queryParams": [
475
+ {
476
+ "name": "limit",
477
+ "type": "integer",
478
+ "required": false,
479
+ "description": "1ページあたりの件数",
480
+ "source": "curation"
481
+ },
482
+ {
483
+ "name": "cursor",
484
+ "type": "string",
485
+ "required": false,
486
+ "description": "次ページの取得に使うカーソル",
487
+ "source": "curation"
488
+ }
489
+ ],
490
+ "body": null,
491
+ "resultPath": null,
492
+ "risk": "read",
493
+ "aliases": []
494
+ },
495
+ {
496
+ "name": "list-backlog-issue-comments",
497
+ "domain": "external-integration-proxy",
498
+ "operationId": "externalIntegrationProxy.listBacklogIssueComments",
499
+ "method": "GET",
500
+ "path": "/v2/integrations/backlog/{spaceId}/issues/{issueIdOrKey}/comments",
501
+ "summary": "Backlog課題コメント一覧",
502
+ "pathParams": [
503
+ {
504
+ "name": "spaceId",
505
+ "type": "string",
506
+ "required": true,
507
+ "source": "spec"
508
+ },
509
+ {
510
+ "name": "issueIdOrKey",
511
+ "type": "string",
512
+ "required": true,
513
+ "source": "spec"
514
+ }
515
+ ],
516
+ "queryParams": [
517
+ {
518
+ "name": "limit",
519
+ "type": "integer",
520
+ "required": false,
521
+ "description": "1ページあたりの件数",
522
+ "source": "curation"
523
+ },
524
+ {
525
+ "name": "cursor",
526
+ "type": "string",
527
+ "required": false,
528
+ "description": "次ページの取得に使うカーソル",
529
+ "source": "curation"
530
+ }
531
+ ],
532
+ "body": null,
533
+ "resultPath": null,
534
+ "risk": "read",
535
+ "aliases": []
536
+ },
537
+ {
538
+ "name": "list-backlog-issue-types",
539
+ "domain": "external-integration-proxy",
540
+ "operationId": "externalIntegrationProxy.listBacklogIssueTypes",
541
+ "method": "GET",
542
+ "path": "/v2/integrations/backlog/{spaceId}/projects/{projectIdOrKey}/issue-types",
543
+ "summary": "Backlogプロジェクトの課題タイプ一覧",
544
+ "pathParams": [
545
+ {
546
+ "name": "spaceId",
547
+ "type": "string",
548
+ "required": true,
549
+ "source": "spec"
550
+ },
551
+ {
552
+ "name": "projectIdOrKey",
553
+ "type": "string",
554
+ "required": true,
555
+ "source": "spec"
556
+ }
557
+ ],
558
+ "queryParams": [
559
+ {
560
+ "name": "limit",
561
+ "type": "integer",
562
+ "required": false,
563
+ "description": "1ページあたりの件数",
564
+ "source": "curation"
565
+ },
566
+ {
567
+ "name": "cursor",
568
+ "type": "string",
569
+ "required": false,
570
+ "description": "次ページの取得に使うカーソル",
571
+ "source": "curation"
572
+ }
573
+ ],
574
+ "body": null,
575
+ "resultPath": null,
576
+ "risk": "read",
577
+ "aliases": []
578
+ },
579
+ {
580
+ "name": "list-backlog-issues",
581
+ "domain": "external-integration-proxy",
582
+ "operationId": "externalIntegrationProxy.listBacklogIssues",
583
+ "method": "GET",
584
+ "path": "/v2/integrations/backlog/{spaceId}/issues",
585
+ "summary": "Backlog課題一覧/検索",
586
+ "pathParams": [
587
+ {
588
+ "name": "spaceId",
589
+ "type": "string",
590
+ "required": true,
591
+ "source": "spec"
592
+ }
593
+ ],
594
+ "queryParams": [
595
+ {
596
+ "name": "description_max",
597
+ "type": [
598
+ "integer",
599
+ "null"
600
+ ],
601
+ "required": false,
602
+ "source": "spec"
603
+ },
604
+ {
605
+ "name": "limit",
606
+ "type": "integer",
607
+ "required": false,
608
+ "description": "1ページあたりの件数",
609
+ "source": "curation"
610
+ },
611
+ {
612
+ "name": "cursor",
613
+ "type": "string",
614
+ "required": false,
615
+ "description": "次ページの取得に使うカーソル",
616
+ "source": "curation"
617
+ }
618
+ ],
619
+ "body": null,
620
+ "resultPath": null,
621
+ "risk": "read",
622
+ "aliases": []
623
+ },
624
+ {
625
+ "name": "list-backlog-priorities",
626
+ "domain": "external-integration-proxy",
627
+ "operationId": "externalIntegrationProxy.listBacklogPriorities",
628
+ "method": "GET",
629
+ "path": "/v2/integrations/backlog/{spaceId}/priorities",
630
+ "summary": "Backlog優先度一覧",
631
+ "pathParams": [
632
+ {
633
+ "name": "spaceId",
634
+ "type": "string",
635
+ "required": true,
636
+ "source": "spec"
637
+ }
638
+ ],
639
+ "queryParams": [
640
+ {
641
+ "name": "limit",
642
+ "type": "integer",
643
+ "required": false,
644
+ "description": "1ページあたりの件数",
645
+ "source": "curation"
646
+ },
647
+ {
648
+ "name": "cursor",
649
+ "type": "string",
650
+ "required": false,
651
+ "description": "次ページの取得に使うカーソル",
652
+ "source": "curation"
653
+ }
654
+ ],
655
+ "body": null,
656
+ "resultPath": null,
657
+ "risk": "read",
658
+ "aliases": []
659
+ },
660
+ {
661
+ "name": "list-backlog-project-users",
662
+ "domain": "external-integration-proxy",
663
+ "operationId": "externalIntegrationProxy.listBacklogProjectUsers",
664
+ "method": "GET",
665
+ "path": "/v2/integrations/backlog/{spaceId}/projects/{projectIdOrKey}/users",
666
+ "summary": "Backlogプロジェクトのメンバー一覧",
667
+ "pathParams": [
668
+ {
669
+ "name": "spaceId",
670
+ "type": "string",
671
+ "required": true,
672
+ "source": "spec"
673
+ },
674
+ {
675
+ "name": "projectIdOrKey",
676
+ "type": "string",
677
+ "required": true,
678
+ "source": "spec"
679
+ }
680
+ ],
681
+ "queryParams": [
682
+ {
683
+ "name": "limit",
684
+ "type": "integer",
685
+ "required": false,
686
+ "description": "1ページあたりの件数",
687
+ "source": "curation"
688
+ },
689
+ {
690
+ "name": "cursor",
691
+ "type": "string",
692
+ "required": false,
693
+ "description": "次ページの取得に使うカーソル",
694
+ "source": "curation"
695
+ }
696
+ ],
697
+ "body": null,
698
+ "resultPath": null,
699
+ "risk": "read",
700
+ "aliases": []
701
+ },
702
+ {
703
+ "name": "list-backlog-projects",
704
+ "domain": "external-integration-proxy",
705
+ "operationId": "externalIntegrationProxy.listBacklogProjects",
706
+ "method": "GET",
707
+ "path": "/v2/integrations/backlog/{spaceId}/projects",
708
+ "summary": "Backlogプロジェクト一覧",
709
+ "pathParams": [
710
+ {
711
+ "name": "spaceId",
712
+ "type": "string",
713
+ "required": true,
714
+ "source": "spec"
715
+ }
716
+ ],
717
+ "queryParams": [
718
+ {
719
+ "name": "limit",
720
+ "type": "integer",
721
+ "required": false,
722
+ "description": "1ページあたりの件数",
723
+ "source": "curation"
724
+ },
725
+ {
726
+ "name": "cursor",
727
+ "type": "string",
728
+ "required": false,
729
+ "description": "次ページの取得に使うカーソル",
730
+ "source": "curation"
731
+ }
732
+ ],
733
+ "body": null,
734
+ "resultPath": null,
735
+ "risk": "read",
736
+ "aliases": []
737
+ },
738
+ {
739
+ "name": "list-backlog-spaces",
740
+ "domain": "external-integration-proxy",
741
+ "operationId": "externalIntegrationProxy.listBacklogSpaces",
742
+ "method": "GET",
743
+ "path": "/v2/integrations/backlog/spaces",
744
+ "summary": "Backlogスペース一覧(マスク済み)",
745
+ "pathParams": [],
746
+ "queryParams": [
747
+ {
748
+ "name": "limit",
749
+ "type": "integer",
750
+ "required": false,
751
+ "description": "1ページあたりの件数",
752
+ "source": "curation"
753
+ },
754
+ {
755
+ "name": "cursor",
756
+ "type": "string",
757
+ "required": false,
758
+ "description": "次ページの取得に使うカーソル",
759
+ "source": "curation"
760
+ }
761
+ ],
762
+ "body": null,
763
+ "resultPath": "spaces",
764
+ "risk": "read",
765
+ "aliases": []
766
+ },
767
+ {
768
+ "name": "list-backlog-statuses",
769
+ "domain": "external-integration-proxy",
770
+ "operationId": "externalIntegrationProxy.listBacklogStatuses",
771
+ "method": "GET",
772
+ "path": "/v2/integrations/backlog/{spaceId}/projects/{projectIdOrKey}/statuses",
773
+ "summary": "Backlogプロジェクトのステータス一覧",
774
+ "pathParams": [
775
+ {
776
+ "name": "spaceId",
777
+ "type": "string",
778
+ "required": true,
779
+ "source": "spec"
780
+ },
781
+ {
782
+ "name": "projectIdOrKey",
783
+ "type": "string",
784
+ "required": true,
785
+ "source": "spec"
786
+ }
787
+ ],
788
+ "queryParams": [
789
+ {
790
+ "name": "limit",
791
+ "type": "integer",
792
+ "required": false,
793
+ "description": "1ページあたりの件数",
794
+ "source": "curation"
795
+ },
796
+ {
797
+ "name": "cursor",
798
+ "type": "string",
799
+ "required": false,
800
+ "description": "次ページの取得に使うカーソル",
801
+ "source": "curation"
802
+ }
803
+ ],
804
+ "body": null,
805
+ "resultPath": null,
806
+ "risk": "read",
807
+ "aliases": []
808
+ },
809
+ {
810
+ "name": "list-git-hub-accounts",
811
+ "domain": "external-integration-proxy",
812
+ "operationId": "externalIntegrationProxy.listGitHubAccounts",
813
+ "method": "GET",
814
+ "path": "/v2/integrations/github/accounts",
815
+ "summary": "GitHubアカウント一覧(マスク済み)",
816
+ "pathParams": [],
817
+ "queryParams": [
818
+ {
819
+ "name": "limit",
820
+ "type": "integer",
821
+ "required": false,
822
+ "description": "1ページあたりの件数",
823
+ "source": "curation"
824
+ },
825
+ {
826
+ "name": "cursor",
827
+ "type": "string",
828
+ "required": false,
829
+ "description": "次ページの取得に使うカーソル",
830
+ "source": "curation"
831
+ }
832
+ ],
833
+ "body": null,
834
+ "resultPath": "accounts",
835
+ "risk": "read",
836
+ "aliases": []
837
+ },
838
+ {
839
+ "name": "list-git-hub-issues",
840
+ "domain": "external-integration-proxy",
841
+ "operationId": "externalIntegrationProxy.listGitHubIssues",
842
+ "method": "GET",
843
+ "path": "/v2/integrations/github/{accountId}/repos/{owner}/{repo}/issues",
844
+ "summary": "GitHub Issue一覧",
845
+ "pathParams": [
846
+ {
847
+ "name": "accountId",
848
+ "type": "string",
849
+ "required": true,
850
+ "source": "spec"
851
+ },
852
+ {
853
+ "name": "owner",
854
+ "type": "string",
855
+ "required": true,
856
+ "source": "spec"
857
+ },
858
+ {
859
+ "name": "repo",
860
+ "type": "string",
861
+ "required": true,
862
+ "source": "spec"
863
+ }
864
+ ],
865
+ "queryParams": [
866
+ {
867
+ "name": "limit",
868
+ "type": "integer",
869
+ "required": false,
870
+ "description": "1ページあたりの件数",
871
+ "source": "curation"
872
+ },
873
+ {
874
+ "name": "cursor",
875
+ "type": "string",
876
+ "required": false,
877
+ "description": "次ページの取得に使うカーソル",
878
+ "source": "curation"
879
+ }
880
+ ],
881
+ "body": null,
882
+ "resultPath": null,
883
+ "risk": "read",
884
+ "aliases": []
885
+ },
886
+ {
887
+ "name": "list-git-hub-pulls",
888
+ "domain": "external-integration-proxy",
889
+ "operationId": "externalIntegrationProxy.listGitHubPulls",
890
+ "method": "GET",
891
+ "path": "/v2/integrations/github/{accountId}/repos/{owner}/{repo}/pulls",
892
+ "summary": "GitHub PR一覧",
893
+ "pathParams": [
894
+ {
895
+ "name": "accountId",
896
+ "type": "string",
897
+ "required": true,
898
+ "source": "spec"
899
+ },
900
+ {
901
+ "name": "owner",
902
+ "type": "string",
903
+ "required": true,
904
+ "source": "spec"
905
+ },
906
+ {
907
+ "name": "repo",
908
+ "type": "string",
909
+ "required": true,
910
+ "source": "spec"
911
+ }
912
+ ],
913
+ "queryParams": [
914
+ {
915
+ "name": "limit",
916
+ "type": "integer",
917
+ "required": false,
918
+ "description": "1ページあたりの件数",
919
+ "source": "curation"
920
+ },
921
+ {
922
+ "name": "cursor",
923
+ "type": "string",
924
+ "required": false,
925
+ "description": "次ページの取得に使うカーソル",
926
+ "source": "curation"
927
+ }
928
+ ],
929
+ "body": null,
930
+ "resultPath": null,
931
+ "risk": "read",
932
+ "aliases": []
933
+ },
934
+ {
935
+ "name": "list-git-hub-repos",
936
+ "domain": "external-integration-proxy",
937
+ "operationId": "externalIntegrationProxy.listGitHubRepos",
938
+ "method": "GET",
939
+ "path": "/v2/integrations/github/{accountId}/repos",
940
+ "summary": "GitHubリポジトリ一覧",
941
+ "pathParams": [
942
+ {
943
+ "name": "accountId",
944
+ "type": "string",
945
+ "required": true,
946
+ "source": "spec"
947
+ }
948
+ ],
949
+ "queryParams": [
950
+ {
951
+ "name": "limit",
952
+ "type": "integer",
953
+ "required": false,
954
+ "description": "1ページあたりの件数",
955
+ "source": "curation"
956
+ },
957
+ {
958
+ "name": "cursor",
959
+ "type": "string",
960
+ "required": false,
961
+ "description": "次ページの取得に使うカーソル",
962
+ "source": "curation"
963
+ }
964
+ ],
965
+ "body": null,
966
+ "resultPath": null,
967
+ "risk": "read",
968
+ "aliases": []
969
+ },
970
+ {
971
+ "name": "list-notion-blocks",
972
+ "domain": "external-integration-proxy",
973
+ "operationId": "externalIntegrationProxy.listNotionBlocks",
974
+ "method": "GET",
975
+ "path": "/v2/integrations/notion/{workspaceId}/blocks/{blockId}/children",
976
+ "summary": "Notionページのブロック(コンテンツ)を取得",
977
+ "pathParams": [
978
+ {
979
+ "name": "workspaceId",
980
+ "type": "string",
981
+ "required": true,
982
+ "source": "spec"
983
+ },
984
+ {
985
+ "name": "blockId",
986
+ "type": "string",
987
+ "required": true,
988
+ "source": "spec"
989
+ }
990
+ ],
991
+ "queryParams": [
992
+ {
993
+ "name": "limit",
994
+ "type": "integer",
995
+ "required": false,
996
+ "description": "1ページあたりの件数",
997
+ "source": "curation"
998
+ },
999
+ {
1000
+ "name": "cursor",
1001
+ "type": "string",
1002
+ "required": false,
1003
+ "description": "次ページの取得に使うカーソル",
1004
+ "source": "curation"
1005
+ }
1006
+ ],
1007
+ "body": null,
1008
+ "resultPath": null,
1009
+ "risk": "read",
1010
+ "aliases": []
1011
+ },
1012
+ {
1013
+ "name": "list-notion-workspaces",
1014
+ "domain": "external-integration-proxy",
1015
+ "operationId": "externalIntegrationProxy.listNotionWorkspaces",
1016
+ "method": "GET",
1017
+ "path": "/v2/integrations/notion/workspaces",
1018
+ "summary": "Notionワークスペース一覧を取得(マスク済み)",
1019
+ "pathParams": [],
1020
+ "queryParams": [
1021
+ {
1022
+ "name": "limit",
1023
+ "type": "integer",
1024
+ "required": false,
1025
+ "description": "1ページあたりの件数",
1026
+ "source": "curation"
1027
+ },
1028
+ {
1029
+ "name": "cursor",
1030
+ "type": "string",
1031
+ "required": false,
1032
+ "description": "次ページの取得に使うカーソル",
1033
+ "source": "curation"
1034
+ }
1035
+ ],
1036
+ "body": null,
1037
+ "resultPath": "workspaces",
1038
+ "risk": "read",
1039
+ "aliases": []
1040
+ },
1041
+ {
1042
+ "name": "notion-search",
1043
+ "domain": "external-integration-proxy",
1044
+ "operationId": "externalIntegrationProxy.notionSearch",
1045
+ "method": "GET",
1046
+ "path": "/v2/integrations/notion/{workspaceId}/search",
1047
+ "summary": "Notion検索(データベース・ページ横断検索)",
1048
+ "pathParams": [
1049
+ {
1050
+ "name": "workspaceId",
1051
+ "type": "string",
1052
+ "required": true,
1053
+ "source": "spec"
1054
+ }
1055
+ ],
1056
+ "queryParams": [
1057
+ {
1058
+ "name": "limit",
1059
+ "type": "integer",
1060
+ "required": false,
1061
+ "description": "1ページあたりの件数",
1062
+ "source": "curation"
1063
+ },
1064
+ {
1065
+ "name": "cursor",
1066
+ "type": "string",
1067
+ "required": false,
1068
+ "description": "次ページの取得に使うカーソル",
1069
+ "source": "curation"
1070
+ }
1071
+ ],
1072
+ "body": null,
1073
+ "resultPath": null,
1074
+ "risk": "read",
1075
+ "aliases": []
1076
+ },
1077
+ {
1078
+ "name": "query-notion-database",
1079
+ "domain": "external-integration-proxy",
1080
+ "operationId": "externalIntegrationProxy.queryNotionDatabase",
1081
+ "method": "POST",
1082
+ "path": "/v2/integrations/notion/{workspaceId}/databases/{databaseId}/query",
1083
+ "summary": "Notionデータベースをクエリ",
1084
+ "pathParams": [
1085
+ {
1086
+ "name": "workspaceId",
1087
+ "type": "string",
1088
+ "required": true,
1089
+ "source": "spec"
1090
+ },
1091
+ {
1092
+ "name": "databaseId",
1093
+ "type": "string",
1094
+ "required": true,
1095
+ "source": "spec"
1096
+ }
1097
+ ],
1098
+ "queryParams": [],
1099
+ "body": null,
1100
+ "resultPath": null,
1101
+ "risk": "write",
1102
+ "aliases": []
1103
+ },
1104
+ {
1105
+ "name": "search-git-hub-issues",
1106
+ "domain": "external-integration-proxy",
1107
+ "operationId": "externalIntegrationProxy.searchGitHubIssues",
1108
+ "method": "GET",
1109
+ "path": "/v2/integrations/github/{accountId}/search/issues",
1110
+ "summary": "GitHub Issue/PR検索",
1111
+ "pathParams": [
1112
+ {
1113
+ "name": "accountId",
1114
+ "type": "string",
1115
+ "required": true,
1116
+ "source": "spec"
1117
+ }
1118
+ ],
1119
+ "queryParams": [
1120
+ {
1121
+ "name": "q",
1122
+ "type": "string",
1123
+ "required": false,
1124
+ "source": "spec"
1125
+ },
1126
+ {
1127
+ "name": "limit",
1128
+ "type": "integer",
1129
+ "required": false,
1130
+ "description": "1ページあたりの件数",
1131
+ "source": "curation"
1132
+ },
1133
+ {
1134
+ "name": "cursor",
1135
+ "type": "string",
1136
+ "required": false,
1137
+ "description": "次ページの取得に使うカーソル",
1138
+ "source": "curation"
1139
+ }
1140
+ ],
1141
+ "body": null,
1142
+ "resultPath": null,
1143
+ "risk": "read",
1144
+ "aliases": []
1145
+ },
1146
+ {
1147
+ "name": "update-backlog-issue",
1148
+ "domain": "external-integration-proxy",
1149
+ "operationId": "externalIntegrationProxy.updateBacklogIssue",
1150
+ "method": "PATCH",
1151
+ "path": "/v2/integrations/backlog/{spaceId}/issues/{issueIdOrKey}",
1152
+ "summary": "Backlog課題を更新",
1153
+ "pathParams": [
1154
+ {
1155
+ "name": "spaceId",
1156
+ "type": "string",
1157
+ "required": true,
1158
+ "source": "spec"
1159
+ },
1160
+ {
1161
+ "name": "issueIdOrKey",
1162
+ "type": "string",
1163
+ "required": true,
1164
+ "source": "spec"
1165
+ }
1166
+ ],
1167
+ "queryParams": [],
1168
+ "body": {
1169
+ "schema": {
1170
+ "type": "object",
1171
+ "properties": {
1172
+ "summary": {
1173
+ "type": [
1174
+ "string",
1175
+ "null"
1176
+ ],
1177
+ "maxLength": 1000
1178
+ },
1179
+ "statusId": {
1180
+ "type": [
1181
+ "integer",
1182
+ "null"
1183
+ ]
1184
+ },
1185
+ "priorityId": {
1186
+ "type": [
1187
+ "integer",
1188
+ "null"
1189
+ ]
1190
+ },
1191
+ "assigneeId": {
1192
+ "type": [
1193
+ "integer",
1194
+ "null"
1195
+ ]
1196
+ },
1197
+ "dueDate": {
1198
+ "type": [
1199
+ "string",
1200
+ "null"
1201
+ ],
1202
+ "format": "date"
1203
+ },
1204
+ "comment": {
1205
+ "type": [
1206
+ "string",
1207
+ "null"
1208
+ ]
1209
+ }
1210
+ }
1211
+ }
1212
+ },
1213
+ "resultPath": null,
1214
+ "risk": "write",
1215
+ "aliases": []
1216
+ },
1217
+ {
1218
+ "name": "update-notion-page",
1219
+ "domain": "external-integration-proxy",
1220
+ "operationId": "externalIntegrationProxy.updateNotionPage",
1221
+ "method": "PATCH",
1222
+ "path": "/v2/integrations/notion/{workspaceId}/pages/{pageId}",
1223
+ "summary": "Notionページを更新",
1224
+ "pathParams": [
1225
+ {
1226
+ "name": "workspaceId",
1227
+ "type": "string",
1228
+ "required": true,
1229
+ "source": "spec"
1230
+ },
1231
+ {
1232
+ "name": "pageId",
1233
+ "type": "string",
1234
+ "required": true,
1235
+ "source": "spec"
1236
+ }
1237
+ ],
1238
+ "queryParams": [],
1239
+ "body": {
1240
+ "schema": {
1241
+ "type": "object",
1242
+ "properties": {
1243
+ "properties": {
1244
+ "type": "array",
1245
+ "items": {
1246
+ "type": "string"
1247
+ },
1248
+ "minItems": 1
1249
+ }
1250
+ },
1251
+ "required": [
1252
+ "properties"
1253
+ ]
1254
+ }
1255
+ },
1256
+ "resultPath": null,
1257
+ "risk": "write",
1258
+ "aliases": []
1259
+ }
1260
+ ]
1261
+ }