@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,929 @@
1
+ {
2
+ "domain": "hearing",
3
+ "operations": [
4
+ {
5
+ "name": "activate",
6
+ "domain": "hearing",
7
+ "operationId": "hearing.activate",
8
+ "method": "POST",
9
+ "path": "/v2/hearings/{id}/activate",
10
+ "summary": "ヒアリングをアクティブにする",
11
+ "pathParams": [
12
+ {
13
+ "name": "id",
14
+ "type": "string",
15
+ "required": true,
16
+ "source": "spec"
17
+ }
18
+ ],
19
+ "queryParams": [],
20
+ "body": null,
21
+ "resultPath": null,
22
+ "risk": "write",
23
+ "aliases": []
24
+ },
25
+ {
26
+ "name": "archive",
27
+ "domain": "hearing",
28
+ "operationId": "hearing.archive",
29
+ "method": "POST",
30
+ "path": "/v2/hearings/{id}/archive",
31
+ "summary": "ヒアリングをアーカイブする",
32
+ "pathParams": [
33
+ {
34
+ "name": "id",
35
+ "type": "string",
36
+ "required": true,
37
+ "source": "spec"
38
+ }
39
+ ],
40
+ "queryParams": [],
41
+ "body": null,
42
+ "resultPath": null,
43
+ "risk": "write",
44
+ "aliases": []
45
+ },
46
+ {
47
+ "name": "copy",
48
+ "domain": "hearing",
49
+ "operationId": "hearing.copy",
50
+ "method": "POST",
51
+ "path": "/v2/hearings/{id}/copy",
52
+ "summary": "ヒアリングをコピーして新規作成する",
53
+ "pathParams": [
54
+ {
55
+ "name": "id",
56
+ "type": "string",
57
+ "required": true,
58
+ "source": "spec"
59
+ }
60
+ ],
61
+ "queryParams": [],
62
+ "body": null,
63
+ "resultPath": null,
64
+ "risk": "write",
65
+ "aliases": []
66
+ },
67
+ {
68
+ "name": "create",
69
+ "domain": "hearing",
70
+ "operationId": "hearing.store",
71
+ "method": "POST",
72
+ "path": "/v2/hearings",
73
+ "summary": "ヒアリングを作成する",
74
+ "pathParams": [],
75
+ "queryParams": [],
76
+ "body": {
77
+ "schema": {
78
+ "type": "object",
79
+ "properties": {
80
+ "title": {
81
+ "type": "string",
82
+ "maxLength": 255
83
+ },
84
+ "objectives": {
85
+ "type": "array",
86
+ "items": {
87
+ "type": "string",
88
+ "maxLength": 500
89
+ },
90
+ "minItems": 1
91
+ },
92
+ "estimated_duration_minutes": {
93
+ "type": "integer",
94
+ "minimum": 5,
95
+ "maximum": 180
96
+ },
97
+ "project_id": {
98
+ "type": [
99
+ "string",
100
+ "null"
101
+ ],
102
+ "maxLength": 255
103
+ },
104
+ "project_name": {
105
+ "type": [
106
+ "string",
107
+ "null"
108
+ ],
109
+ "maxLength": 255
110
+ }
111
+ },
112
+ "required": [
113
+ "title",
114
+ "objectives",
115
+ "estimated_duration_minutes"
116
+ ]
117
+ }
118
+ },
119
+ "resultPath": null,
120
+ "risk": "write",
121
+ "aliases": []
122
+ },
123
+ {
124
+ "name": "delete",
125
+ "domain": "hearing",
126
+ "operationId": "hearing.destroy",
127
+ "method": "DELETE",
128
+ "path": "/v2/hearings/{id}",
129
+ "summary": "ヒアリングを削除する",
130
+ "pathParams": [
131
+ {
132
+ "name": "id",
133
+ "type": "string",
134
+ "required": true,
135
+ "source": "spec"
136
+ }
137
+ ],
138
+ "queryParams": [],
139
+ "body": null,
140
+ "resultPath": null,
141
+ "risk": "destructive",
142
+ "aliases": []
143
+ },
144
+ {
145
+ "name": "delete-permission",
146
+ "domain": "hearing",
147
+ "operationId": "hearing.deletePermission",
148
+ "method": "DELETE",
149
+ "path": "/v2/hearings/{id}/permissions/{permissionKey}",
150
+ "summary": "ヒアリングの権限を削除する",
151
+ "pathParams": [
152
+ {
153
+ "name": "id",
154
+ "type": "string",
155
+ "required": true,
156
+ "source": "spec"
157
+ },
158
+ {
159
+ "name": "permissionKey",
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": "destroy-tracker-by-id",
173
+ "domain": "hearing",
174
+ "operationId": "hearing.destroyTrackerById",
175
+ "method": "DELETE",
176
+ "path": "/v2/hearings/trackers/{id}",
177
+ "summary": "トラッカーを削除(IDのみ指定)",
178
+ "pathParams": [
179
+ {
180
+ "name": "id",
181
+ "type": "string",
182
+ "required": true,
183
+ "source": "spec"
184
+ }
185
+ ],
186
+ "queryParams": [],
187
+ "body": null,
188
+ "resultPath": null,
189
+ "risk": "destructive",
190
+ "aliases": []
191
+ },
192
+ {
193
+ "name": "generate-design",
194
+ "domain": "hearing",
195
+ "operationId": "hearing.generateDesign",
196
+ "method": "POST",
197
+ "path": "/v2/hearings/{id}/generate-design",
198
+ "summary": "AI設計を生成する",
199
+ "pathParams": [
200
+ {
201
+ "name": "id",
202
+ "type": "string",
203
+ "required": true,
204
+ "source": "spec"
205
+ }
206
+ ],
207
+ "queryParams": [],
208
+ "body": null,
209
+ "resultPath": null,
210
+ "risk": "write",
211
+ "aliases": []
212
+ },
213
+ {
214
+ "name": "get",
215
+ "domain": "hearing",
216
+ "operationId": "hearing.show",
217
+ "method": "GET",
218
+ "path": "/v2/hearings/{id}",
219
+ "summary": "ヒアリングを取得する",
220
+ "pathParams": [
221
+ {
222
+ "name": "id",
223
+ "type": "string",
224
+ "required": true,
225
+ "source": "spec"
226
+ }
227
+ ],
228
+ "queryParams": [
229
+ {
230
+ "name": "limit",
231
+ "type": "integer",
232
+ "required": false,
233
+ "description": "1ページあたりの件数",
234
+ "source": "curation"
235
+ },
236
+ {
237
+ "name": "cursor",
238
+ "type": "string",
239
+ "required": false,
240
+ "description": "次ページの取得に使うカーソル",
241
+ "source": "curation"
242
+ }
243
+ ],
244
+ "body": null,
245
+ "resultPath": null,
246
+ "risk": "read",
247
+ "aliases": []
248
+ },
249
+ {
250
+ "name": "index-all-trackers",
251
+ "domain": "hearing",
252
+ "operationId": "hearing.indexAllTrackers",
253
+ "method": "GET",
254
+ "path": "/v2/hearings/trackers",
255
+ "summary": "テナントのトラッカー一覧を取得",
256
+ "pathParams": [],
257
+ "queryParams": [
258
+ {
259
+ "name": "hearing_id",
260
+ "type": "string",
261
+ "required": false,
262
+ "source": "spec"
263
+ },
264
+ {
265
+ "name": "keyword",
266
+ "type": "string",
267
+ "required": false,
268
+ "source": "spec"
269
+ },
270
+ {
271
+ "name": "is_active",
272
+ "type": "string",
273
+ "required": false,
274
+ "source": "spec"
275
+ },
276
+ {
277
+ "name": "limit",
278
+ "type": "integer",
279
+ "required": false,
280
+ "description": "1ページあたりの件数",
281
+ "source": "curation"
282
+ },
283
+ {
284
+ "name": "cursor",
285
+ "type": "string",
286
+ "required": false,
287
+ "description": "次ページの取得に使うカーソル",
288
+ "source": "curation"
289
+ }
290
+ ],
291
+ "body": null,
292
+ "resultPath": "trackers",
293
+ "risk": "read",
294
+ "aliases": []
295
+ },
296
+ {
297
+ "name": "index-permissions",
298
+ "domain": "hearing",
299
+ "operationId": "hearing.indexPermissions",
300
+ "method": "GET",
301
+ "path": "/v2/hearings/{id}/permissions",
302
+ "summary": "ヒアリングの権限一覧を取得する",
303
+ "pathParams": [
304
+ {
305
+ "name": "id",
306
+ "type": "string",
307
+ "required": true,
308
+ "source": "spec"
309
+ }
310
+ ],
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": "permissions",
329
+ "risk": "read",
330
+ "aliases": []
331
+ },
332
+ {
333
+ "name": "index-trackers",
334
+ "domain": "hearing",
335
+ "operationId": "hearing.indexTrackers",
336
+ "method": "GET",
337
+ "path": "/v2/hearings/{hearingId}/trackers",
338
+ "summary": "ヒアリングのトラッカー一覧を取得",
339
+ "pathParams": [
340
+ {
341
+ "name": "hearingId",
342
+ "type": "string",
343
+ "required": true,
344
+ "source": "spec"
345
+ }
346
+ ],
347
+ "queryParams": [
348
+ {
349
+ "name": "limit",
350
+ "type": "integer",
351
+ "required": false,
352
+ "description": "1ページあたりの件数",
353
+ "source": "curation"
354
+ },
355
+ {
356
+ "name": "cursor",
357
+ "type": "string",
358
+ "required": false,
359
+ "description": "次ページの取得に使うカーソル",
360
+ "source": "curation"
361
+ }
362
+ ],
363
+ "body": null,
364
+ "resultPath": "trackers",
365
+ "risk": "read",
366
+ "aliases": []
367
+ },
368
+ {
369
+ "name": "list",
370
+ "domain": "hearing",
371
+ "operationId": "hearing.index",
372
+ "method": "GET",
373
+ "path": "/v2/hearings",
374
+ "summary": "ヒアリング一覧を取得する",
375
+ "pathParams": [],
376
+ "queryParams": [
377
+ {
378
+ "name": "status",
379
+ "type": "string",
380
+ "required": false,
381
+ "source": "spec"
382
+ },
383
+ {
384
+ "name": "keyword",
385
+ "type": "string",
386
+ "required": false,
387
+ "source": "spec"
388
+ },
389
+ {
390
+ "name": "cursor",
391
+ "type": "string",
392
+ "required": false,
393
+ "description": "次ページの取得に使うカーソル",
394
+ "source": "curation"
395
+ },
396
+ {
397
+ "name": "page",
398
+ "type": "string",
399
+ "required": false,
400
+ "source": "spec"
401
+ },
402
+ {
403
+ "name": "limit",
404
+ "type": "integer",
405
+ "required": false,
406
+ "description": "1ページあたりの件数",
407
+ "source": "curation"
408
+ }
409
+ ],
410
+ "body": null,
411
+ "resultPath": "items",
412
+ "risk": "read",
413
+ "aliases": []
414
+ },
415
+ {
416
+ "name": "my-active-trackers",
417
+ "domain": "hearing",
418
+ "operationId": "hearing.myActiveTrackers",
419
+ "method": "GET",
420
+ "path": "/v2/hearings/trackers/my-active",
421
+ "summary": "ユーザー向けアクティブなヒアリングトラッカー一覧を取得する",
422
+ "pathParams": [],
423
+ "queryParams": [
424
+ {
425
+ "name": "limit",
426
+ "type": "integer",
427
+ "required": false,
428
+ "description": "1ページあたりの件数",
429
+ "source": "curation"
430
+ },
431
+ {
432
+ "name": "cursor",
433
+ "type": "string",
434
+ "required": false,
435
+ "description": "次ページの取得に使うカーソル",
436
+ "source": "curation"
437
+ }
438
+ ],
439
+ "body": null,
440
+ "resultPath": "trackers",
441
+ "risk": "read",
442
+ "aliases": []
443
+ },
444
+ {
445
+ "name": "my-role",
446
+ "domain": "hearing",
447
+ "operationId": "hearing.myRole",
448
+ "method": "GET",
449
+ "path": "/v2/hearings/{id}/my-role",
450
+ "summary": "自分の権限ロールを取得する",
451
+ "pathParams": [
452
+ {
453
+ "name": "id",
454
+ "type": "string",
455
+ "required": true,
456
+ "source": "spec"
457
+ }
458
+ ],
459
+ "queryParams": [
460
+ {
461
+ "name": "limit",
462
+ "type": "integer",
463
+ "required": false,
464
+ "description": "1ページあたりの件数",
465
+ "source": "curation"
466
+ },
467
+ {
468
+ "name": "cursor",
469
+ "type": "string",
470
+ "required": false,
471
+ "description": "次ページの取得に使うカーソル",
472
+ "source": "curation"
473
+ }
474
+ ],
475
+ "body": null,
476
+ "resultPath": null,
477
+ "risk": "read",
478
+ "aliases": []
479
+ },
480
+ {
481
+ "name": "pending-count",
482
+ "domain": "hearing",
483
+ "operationId": "hearing.pendingCount",
484
+ "method": "GET",
485
+ "path": "/v2/hearings/pending-count",
486
+ "summary": "ログインユーザーが回答すべきヒアリングの件数を返す(サイドバーバッジ用)",
487
+ "pathParams": [],
488
+ "queryParams": [
489
+ {
490
+ "name": "limit",
491
+ "type": "integer",
492
+ "required": false,
493
+ "description": "1ページあたりの件数",
494
+ "source": "curation"
495
+ },
496
+ {
497
+ "name": "cursor",
498
+ "type": "string",
499
+ "required": false,
500
+ "description": "次ページの取得に使うカーソル",
501
+ "source": "curation"
502
+ }
503
+ ],
504
+ "body": null,
505
+ "resultPath": null,
506
+ "risk": "read",
507
+ "aliases": []
508
+ },
509
+ {
510
+ "name": "show-tracker",
511
+ "domain": "hearing",
512
+ "operationId": "hearing.showTracker",
513
+ "method": "GET",
514
+ "path": "/v2/hearings/trackers/{id}",
515
+ "summary": "トラッカー詳細を取得",
516
+ "pathParams": [
517
+ {
518
+ "name": "id",
519
+ "type": "string",
520
+ "required": true,
521
+ "source": "spec"
522
+ }
523
+ ],
524
+ "queryParams": [
525
+ {
526
+ "name": "limit",
527
+ "type": "integer",
528
+ "required": false,
529
+ "description": "1ページあたりの件数",
530
+ "source": "curation"
531
+ },
532
+ {
533
+ "name": "cursor",
534
+ "type": "string",
535
+ "required": false,
536
+ "description": "次ページの取得に使うカーソル",
537
+ "source": "curation"
538
+ }
539
+ ],
540
+ "body": null,
541
+ "resultPath": null,
542
+ "risk": "read",
543
+ "aliases": []
544
+ },
545
+ {
546
+ "name": "store-tracker",
547
+ "domain": "hearing",
548
+ "operationId": "hearing.storeTracker",
549
+ "method": "POST",
550
+ "path": "/v2/hearings/{hearingId}/trackers",
551
+ "summary": "トラッカーを作成",
552
+ "pathParams": [
553
+ {
554
+ "name": "hearingId",
555
+ "type": "string",
556
+ "required": true,
557
+ "source": "spec"
558
+ }
559
+ ],
560
+ "queryParams": [],
561
+ "body": {
562
+ "schema": {
563
+ "type": "object",
564
+ "properties": {
565
+ "name": {
566
+ "type": "string",
567
+ "maxLength": 100
568
+ },
569
+ "repeat_type": {
570
+ "type": "string",
571
+ "enum": [
572
+ "daily",
573
+ "once",
574
+ "weekly",
575
+ "monthly",
576
+ "yearly"
577
+ ]
578
+ },
579
+ "date": {
580
+ "type": [
581
+ "string",
582
+ "null"
583
+ ],
584
+ "format": "date-time"
585
+ },
586
+ "repeat_config": {
587
+ "type": [
588
+ "array",
589
+ "null"
590
+ ],
591
+ "items": {
592
+ "type": "string"
593
+ }
594
+ },
595
+ "notification_config": {
596
+ "type": [
597
+ "array",
598
+ "null"
599
+ ],
600
+ "items": {
601
+ "type": "string"
602
+ }
603
+ },
604
+ "target_type": {
605
+ "type": "string",
606
+ "enum": [
607
+ "all",
608
+ "specific_users"
609
+ ]
610
+ },
611
+ "target_users": {
612
+ "type": [
613
+ "array",
614
+ "null"
615
+ ],
616
+ "items": {
617
+ "type": "string"
618
+ }
619
+ },
620
+ "start_date": {
621
+ "type": [
622
+ "string",
623
+ "null"
624
+ ],
625
+ "format": "date-time"
626
+ },
627
+ "end_date": {
628
+ "type": [
629
+ "string",
630
+ "null"
631
+ ],
632
+ "format": "date-time"
633
+ },
634
+ "is_active": {
635
+ "type": [
636
+ "boolean",
637
+ "null"
638
+ ]
639
+ }
640
+ },
641
+ "required": [
642
+ "name",
643
+ "repeat_type",
644
+ "target_type"
645
+ ]
646
+ }
647
+ },
648
+ "resultPath": null,
649
+ "risk": "write",
650
+ "aliases": []
651
+ },
652
+ {
653
+ "name": "sync-permissions",
654
+ "domain": "hearing",
655
+ "operationId": "hearing.syncPermissions",
656
+ "method": "PUT",
657
+ "path": "/v2/hearings/{id}/permissions",
658
+ "summary": "ヒアリングの権限を同期(一括更新)する",
659
+ "pathParams": [
660
+ {
661
+ "name": "id",
662
+ "type": "string",
663
+ "required": true,
664
+ "source": "spec"
665
+ }
666
+ ],
667
+ "queryParams": [],
668
+ "body": {
669
+ "schema": {
670
+ "type": "object",
671
+ "properties": {
672
+ "permissions": {
673
+ "type": "array",
674
+ "items": {
675
+ "type": "object",
676
+ "properties": {
677
+ "role": {
678
+ "type": "string",
679
+ "enum": [
680
+ "admin",
681
+ "viewer"
682
+ ]
683
+ },
684
+ "type": {
685
+ "type": "string",
686
+ "enum": [
687
+ "user",
688
+ "group",
689
+ "department"
690
+ ]
691
+ },
692
+ "target_id": {
693
+ "type": "string"
694
+ }
695
+ },
696
+ "required": [
697
+ "role",
698
+ "type",
699
+ "target_id"
700
+ ]
701
+ }
702
+ }
703
+ },
704
+ "required": [
705
+ "permissions"
706
+ ]
707
+ }
708
+ },
709
+ "resultPath": "permissions",
710
+ "risk": "write",
711
+ "aliases": []
712
+ },
713
+ {
714
+ "name": "update",
715
+ "domain": "hearing",
716
+ "operationId": "hearing.update",
717
+ "method": "PUT",
718
+ "path": "/v2/hearings/{id}",
719
+ "summary": "ヒアリングを更新する",
720
+ "pathParams": [
721
+ {
722
+ "name": "id",
723
+ "type": "string",
724
+ "required": true,
725
+ "source": "spec"
726
+ }
727
+ ],
728
+ "queryParams": [],
729
+ "body": {
730
+ "schema": {
731
+ "type": "object",
732
+ "properties": {
733
+ "title": {
734
+ "type": "string",
735
+ "maxLength": 255
736
+ },
737
+ "objectives": {
738
+ "type": "array",
739
+ "items": {
740
+ "type": "string",
741
+ "maxLength": 500
742
+ },
743
+ "minItems": 1
744
+ },
745
+ "estimated_duration_minutes": {
746
+ "type": "integer",
747
+ "minimum": 5,
748
+ "maximum": 180
749
+ },
750
+ "project_id": {
751
+ "type": [
752
+ "string",
753
+ "null"
754
+ ],
755
+ "maxLength": 255
756
+ },
757
+ "project_name": {
758
+ "type": [
759
+ "string",
760
+ "null"
761
+ ],
762
+ "maxLength": 255
763
+ }
764
+ }
765
+ }
766
+ },
767
+ "resultPath": null,
768
+ "risk": "write",
769
+ "aliases": []
770
+ },
771
+ {
772
+ "name": "update-design",
773
+ "domain": "hearing",
774
+ "operationId": "hearing.updateDesign",
775
+ "method": "PUT",
776
+ "path": "/v2/hearings/{id}/design",
777
+ "summary": "ヒアリング設計を更新する",
778
+ "pathParams": [
779
+ {
780
+ "name": "id",
781
+ "type": "string",
782
+ "required": true,
783
+ "source": "spec"
784
+ }
785
+ ],
786
+ "queryParams": [],
787
+ "body": {
788
+ "schema": {
789
+ "type": "object",
790
+ "properties": {
791
+ "design": {
792
+ "type": "object",
793
+ "properties": {
794
+ "blocks": {
795
+ "type": "array",
796
+ "items": {
797
+ "type": "string"
798
+ },
799
+ "minItems": 1
800
+ },
801
+ "total_duration_minutes": {
802
+ "type": "integer"
803
+ },
804
+ "ai_instructions": {
805
+ "type": [
806
+ "string",
807
+ "null"
808
+ ]
809
+ }
810
+ },
811
+ "required": [
812
+ "blocks",
813
+ "total_duration_minutes"
814
+ ]
815
+ }
816
+ },
817
+ "required": [
818
+ "design"
819
+ ]
820
+ }
821
+ },
822
+ "resultPath": null,
823
+ "risk": "write",
824
+ "aliases": []
825
+ },
826
+ {
827
+ "name": "update-tracker-by-id",
828
+ "domain": "hearing",
829
+ "operationId": "hearing.updateTrackerById",
830
+ "method": "PUT",
831
+ "path": "/v2/hearings/trackers/{id}",
832
+ "summary": "トラッカーを更新(IDのみ指定)",
833
+ "pathParams": [
834
+ {
835
+ "name": "id",
836
+ "type": "string",
837
+ "required": true,
838
+ "source": "spec"
839
+ }
840
+ ],
841
+ "queryParams": [],
842
+ "body": {
843
+ "schema": {
844
+ "type": "object",
845
+ "properties": {
846
+ "name": {
847
+ "type": "string",
848
+ "maxLength": 100
849
+ },
850
+ "repeat_type": {
851
+ "type": "string",
852
+ "enum": [
853
+ "daily",
854
+ "once",
855
+ "weekly",
856
+ "monthly",
857
+ "yearly"
858
+ ]
859
+ },
860
+ "date": {
861
+ "type": [
862
+ "string",
863
+ "null"
864
+ ],
865
+ "format": "date-time"
866
+ },
867
+ "repeat_config": {
868
+ "type": [
869
+ "array",
870
+ "null"
871
+ ],
872
+ "items": {
873
+ "type": "string"
874
+ }
875
+ },
876
+ "notification_config": {
877
+ "type": [
878
+ "array",
879
+ "null"
880
+ ],
881
+ "items": {
882
+ "type": "string"
883
+ }
884
+ },
885
+ "target_type": {
886
+ "type": "string",
887
+ "enum": [
888
+ "all",
889
+ "specific_users"
890
+ ]
891
+ },
892
+ "target_users": {
893
+ "type": [
894
+ "array",
895
+ "null"
896
+ ],
897
+ "items": {
898
+ "type": "string"
899
+ }
900
+ },
901
+ "start_date": {
902
+ "type": [
903
+ "string",
904
+ "null"
905
+ ],
906
+ "format": "date-time"
907
+ },
908
+ "end_date": {
909
+ "type": [
910
+ "string",
911
+ "null"
912
+ ],
913
+ "format": "date-time"
914
+ },
915
+ "is_active": {
916
+ "type": [
917
+ "boolean",
918
+ "null"
919
+ ]
920
+ }
921
+ }
922
+ }
923
+ },
924
+ "resultPath": null,
925
+ "risk": "write",
926
+ "aliases": []
927
+ }
928
+ ]
929
+ }