@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,1030 @@
1
+ {
2
+ "domain": "meeting",
3
+ "operations": [
4
+ {
5
+ "name": "create",
6
+ "domain": "meeting",
7
+ "operationId": "meeting.store",
8
+ "method": "POST",
9
+ "path": "/v2/meetings",
10
+ "summary": "",
11
+ "pathParams": [],
12
+ "queryParams": [],
13
+ "body": {
14
+ "schema": {
15
+ "type": "object",
16
+ "properties": {
17
+ "title": {
18
+ "type": "string",
19
+ "maxLength": 255
20
+ },
21
+ "meeting_type": {
22
+ "type": [
23
+ "string",
24
+ "null"
25
+ ],
26
+ "enum": [
27
+ "regular",
28
+ "client",
29
+ "internal",
30
+ "retrospective",
31
+ "decision",
32
+ null
33
+ ]
34
+ },
35
+ "meeting_date": {
36
+ "type": "string"
37
+ },
38
+ "duration_minutes": {
39
+ "type": [
40
+ "integer",
41
+ "null"
42
+ ],
43
+ "minimum": 1,
44
+ "maximum": 1440
45
+ },
46
+ "category_id": {
47
+ "type": [
48
+ "string",
49
+ "null"
50
+ ],
51
+ "maxLength": 255
52
+ },
53
+ "category_name": {
54
+ "type": [
55
+ "string",
56
+ "null"
57
+ ],
58
+ "maxLength": 255
59
+ },
60
+ "project_id": {
61
+ "type": [
62
+ "string",
63
+ "null"
64
+ ],
65
+ "maxLength": 255
66
+ },
67
+ "project_name": {
68
+ "type": [
69
+ "string",
70
+ "null"
71
+ ],
72
+ "maxLength": 255
73
+ },
74
+ "attendees": {
75
+ "type": [
76
+ "array",
77
+ "null"
78
+ ],
79
+ "items": {
80
+ "type": "object",
81
+ "properties": {
82
+ "user_id": {
83
+ "type": "string"
84
+ },
85
+ "user_name": {
86
+ "type": [
87
+ "string",
88
+ "null"
89
+ ]
90
+ }
91
+ }
92
+ }
93
+ },
94
+ "external_attendees": {
95
+ "type": [
96
+ "array",
97
+ "null"
98
+ ],
99
+ "items": {
100
+ "type": "object",
101
+ "properties": {
102
+ "name": {
103
+ "type": "string"
104
+ },
105
+ "email": {
106
+ "type": [
107
+ "string",
108
+ "null"
109
+ ],
110
+ "format": "email"
111
+ }
112
+ }
113
+ }
114
+ },
115
+ "agenda": {
116
+ "type": [
117
+ "string",
118
+ "null"
119
+ ]
120
+ },
121
+ "notes": {
122
+ "type": [
123
+ "string",
124
+ "null"
125
+ ]
126
+ },
127
+ "decisions": {
128
+ "type": [
129
+ "array",
130
+ "null"
131
+ ],
132
+ "items": {
133
+ "type": "object",
134
+ "properties": {
135
+ "decision": {
136
+ "type": "string"
137
+ },
138
+ "rationale": {
139
+ "type": [
140
+ "string",
141
+ "null"
142
+ ]
143
+ },
144
+ "decided_by": {
145
+ "type": [
146
+ "string",
147
+ "null"
148
+ ]
149
+ },
150
+ "decided_by_name": {
151
+ "type": [
152
+ "string",
153
+ "null"
154
+ ]
155
+ }
156
+ }
157
+ }
158
+ },
159
+ "action_items": {
160
+ "type": [
161
+ "array",
162
+ "null"
163
+ ],
164
+ "items": {
165
+ "type": "object",
166
+ "properties": {
167
+ "assignee_id": {
168
+ "type": [
169
+ "string",
170
+ "null"
171
+ ]
172
+ },
173
+ "assignee_name": {
174
+ "type": [
175
+ "string",
176
+ "null"
177
+ ]
178
+ },
179
+ "deadline": {
180
+ "type": [
181
+ "string",
182
+ "null"
183
+ ]
184
+ }
185
+ }
186
+ }
187
+ },
188
+ "confidentiality": {
189
+ "type": [
190
+ "string",
191
+ "null"
192
+ ],
193
+ "enum": [
194
+ "normal",
195
+ "restricted",
196
+ "confidential",
197
+ null
198
+ ]
199
+ },
200
+ "visibility_types": {
201
+ "type": [
202
+ "array",
203
+ "null"
204
+ ],
205
+ "items": {
206
+ "type": "string",
207
+ "enum": [
208
+ "all",
209
+ "attendees_only",
210
+ "department",
211
+ "department_position",
212
+ "project",
213
+ "user"
214
+ ]
215
+ }
216
+ },
217
+ "visibility_targets": {
218
+ "type": [
219
+ "array",
220
+ "null"
221
+ ],
222
+ "items": {
223
+ "type": "object",
224
+ "properties": {
225
+ "target_type": {
226
+ "type": "string",
227
+ "enum": [
228
+ "department",
229
+ "department_position",
230
+ "project",
231
+ "user"
232
+ ]
233
+ },
234
+ "target_id": {
235
+ "type": [
236
+ "string",
237
+ "null"
238
+ ]
239
+ },
240
+ "target_name": {
241
+ "type": [
242
+ "string",
243
+ "null"
244
+ ]
245
+ },
246
+ "min_position_rank": {
247
+ "type": [
248
+ "integer",
249
+ "null"
250
+ ]
251
+ },
252
+ "min_position_name": {
253
+ "type": [
254
+ "string",
255
+ "null"
256
+ ]
257
+ }
258
+ }
259
+ }
260
+ },
261
+ "tags": {
262
+ "type": [
263
+ "array",
264
+ "null"
265
+ ],
266
+ "items": {
267
+ "type": "string",
268
+ "maxLength": 50
269
+ }
270
+ },
271
+ "show_indent_guide": {
272
+ "type": "boolean"
273
+ }
274
+ },
275
+ "required": [
276
+ "title",
277
+ "meeting_date"
278
+ ]
279
+ }
280
+ },
281
+ "resultPath": null,
282
+ "risk": "write",
283
+ "aliases": []
284
+ },
285
+ {
286
+ "name": "create-task-from-action-item",
287
+ "domain": "meeting",
288
+ "operationId": "meeting.createTaskFromActionItem",
289
+ "method": "POST",
290
+ "path": "/v2/meetings/{id}/action-items/{actionItemId}/create-task",
291
+ "summary": "",
292
+ "pathParams": [
293
+ {
294
+ "name": "id",
295
+ "type": "string",
296
+ "required": true,
297
+ "source": "spec"
298
+ },
299
+ {
300
+ "name": "actionItemId",
301
+ "type": "string",
302
+ "required": true,
303
+ "source": "spec"
304
+ }
305
+ ],
306
+ "queryParams": [],
307
+ "body": {
308
+ "schema": {
309
+ "type": "object",
310
+ "properties": {
311
+ "project_id": {
312
+ "type": "string"
313
+ }
314
+ },
315
+ "required": [
316
+ "project_id"
317
+ ]
318
+ }
319
+ },
320
+ "resultPath": null,
321
+ "risk": "write",
322
+ "aliases": []
323
+ },
324
+ {
325
+ "name": "delete",
326
+ "domain": "meeting",
327
+ "operationId": "meeting.destroy",
328
+ "method": "DELETE",
329
+ "path": "/v2/meetings/{id}",
330
+ "summary": "",
331
+ "pathParams": [
332
+ {
333
+ "name": "id",
334
+ "type": "string",
335
+ "required": true,
336
+ "source": "spec"
337
+ }
338
+ ],
339
+ "queryParams": [],
340
+ "body": null,
341
+ "resultPath": null,
342
+ "risk": "destructive",
343
+ "aliases": []
344
+ },
345
+ {
346
+ "name": "desktop-intake",
347
+ "domain": "meeting",
348
+ "operationId": "meeting.desktopIntake",
349
+ "method": "POST",
350
+ "path": "/v2/meetings/{id}/desktop-intake",
351
+ "summary": "デスクトップアプリからの議事録素材取り込み",
352
+ "pathParams": [
353
+ {
354
+ "name": "id",
355
+ "type": "string",
356
+ "required": true,
357
+ "source": "spec"
358
+ }
359
+ ],
360
+ "queryParams": [],
361
+ "body": {
362
+ "schema": {
363
+ "type": "object",
364
+ "properties": {
365
+ "transcript": {
366
+ "type": "string"
367
+ },
368
+ "language": {
369
+ "type": [
370
+ "string",
371
+ "null"
372
+ ],
373
+ "enum": [
374
+ "ja",
375
+ "en",
376
+ null
377
+ ]
378
+ },
379
+ "audio_duration_seconds": {
380
+ "type": [
381
+ "integer",
382
+ "null"
383
+ ],
384
+ "minimum": 1,
385
+ "maximum": 86400
386
+ },
387
+ "recording_started_at": {
388
+ "type": [
389
+ "string",
390
+ "null"
391
+ ]
392
+ },
393
+ "recording_ended_at": {
394
+ "type": [
395
+ "string",
396
+ "null"
397
+ ]
398
+ }
399
+ },
400
+ "required": [
401
+ "transcript"
402
+ ]
403
+ }
404
+ },
405
+ "resultPath": null,
406
+ "risk": "write",
407
+ "aliases": []
408
+ },
409
+ {
410
+ "name": "duplicate",
411
+ "domain": "meeting",
412
+ "operationId": "meeting.duplicate",
413
+ "method": "POST",
414
+ "path": "/v2/meetings/{id}/duplicate",
415
+ "summary": "既存議事録を複製して新しい下書きを作成する",
416
+ "pathParams": [
417
+ {
418
+ "name": "id",
419
+ "type": "string",
420
+ "required": true,
421
+ "source": "spec"
422
+ }
423
+ ],
424
+ "queryParams": [],
425
+ "body": null,
426
+ "resultPath": null,
427
+ "risk": "write",
428
+ "aliases": []
429
+ },
430
+ {
431
+ "name": "generate-draft",
432
+ "domain": "meeting",
433
+ "operationId": "meeting.generateDraft",
434
+ "method": "POST",
435
+ "path": "/v2/meetings/{id}/generate-draft",
436
+ "summary": "文字起こしテキストからAI議事録ドラフトを手動生成(再生成)",
437
+ "pathParams": [
438
+ {
439
+ "name": "id",
440
+ "type": "string",
441
+ "required": true,
442
+ "source": "spec"
443
+ }
444
+ ],
445
+ "queryParams": [],
446
+ "body": {
447
+ "schema": {
448
+ "type": "object",
449
+ "properties": {
450
+ "force_overwrite": {
451
+ "type": [
452
+ "boolean",
453
+ "null"
454
+ ]
455
+ }
456
+ }
457
+ }
458
+ },
459
+ "resultPath": null,
460
+ "risk": "write",
461
+ "aliases": []
462
+ },
463
+ {
464
+ "name": "get",
465
+ "domain": "meeting",
466
+ "operationId": "meeting.show",
467
+ "method": "GET",
468
+ "path": "/v2/meetings/{id}",
469
+ "summary": "",
470
+ "pathParams": [
471
+ {
472
+ "name": "id",
473
+ "type": "string",
474
+ "required": true,
475
+ "source": "spec"
476
+ }
477
+ ],
478
+ "queryParams": [
479
+ {
480
+ "name": "limit",
481
+ "type": "integer",
482
+ "required": false,
483
+ "description": "1ページあたりの件数",
484
+ "source": "curation"
485
+ },
486
+ {
487
+ "name": "cursor",
488
+ "type": "string",
489
+ "required": false,
490
+ "description": "次ページの取得に使うカーソル",
491
+ "source": "curation"
492
+ }
493
+ ],
494
+ "body": null,
495
+ "resultPath": "meeting",
496
+ "risk": "read",
497
+ "aliases": []
498
+ },
499
+ {
500
+ "name": "list",
501
+ "domain": "meeting",
502
+ "operationId": "meeting.index",
503
+ "method": "GET",
504
+ "path": "/v2/meetings",
505
+ "summary": "議事録一覧を取得(カーソルベースページネーション対応)",
506
+ "pathParams": [],
507
+ "queryParams": [
508
+ {
509
+ "name": "project_id",
510
+ "type": [
511
+ "string",
512
+ "null"
513
+ ],
514
+ "required": false,
515
+ "source": "spec"
516
+ },
517
+ {
518
+ "name": "title",
519
+ "type": [
520
+ "string",
521
+ "null"
522
+ ],
523
+ "required": false,
524
+ "source": "spec"
525
+ },
526
+ {
527
+ "name": "tags[]",
528
+ "type": "array",
529
+ "required": false,
530
+ "source": "spec"
531
+ },
532
+ {
533
+ "name": "sort_by",
534
+ "type": [
535
+ "string",
536
+ "null"
537
+ ],
538
+ "required": false,
539
+ "source": "spec"
540
+ },
541
+ {
542
+ "name": "sort_order",
543
+ "type": [
544
+ "string",
545
+ "null"
546
+ ],
547
+ "required": false,
548
+ "source": "spec"
549
+ },
550
+ {
551
+ "name": "status",
552
+ "type": "string",
553
+ "required": false,
554
+ "source": "spec"
555
+ },
556
+ {
557
+ "name": "meeting_type",
558
+ "type": "string",
559
+ "required": false,
560
+ "source": "spec"
561
+ },
562
+ {
563
+ "name": "start_date",
564
+ "type": "string",
565
+ "required": false,
566
+ "source": "spec"
567
+ },
568
+ {
569
+ "name": "end_date",
570
+ "type": "string",
571
+ "required": false,
572
+ "source": "spec"
573
+ },
574
+ {
575
+ "name": "cursor",
576
+ "type": "string",
577
+ "required": false,
578
+ "description": "次ページの取得に使うカーソル",
579
+ "source": "curation"
580
+ },
581
+ {
582
+ "name": "limit",
583
+ "type": "integer",
584
+ "required": false,
585
+ "description": "1ページあたりの件数",
586
+ "source": "curation"
587
+ }
588
+ ],
589
+ "body": null,
590
+ "resultPath": "items",
591
+ "risk": "read",
592
+ "aliases": []
593
+ },
594
+ {
595
+ "name": "list-by-project",
596
+ "domain": "meeting",
597
+ "operationId": "meeting.listByProject",
598
+ "method": "GET",
599
+ "path": "/v2/projects/{projectId}/meetings",
600
+ "summary": "プロジェクトに紐づく議事録一覧を取得",
601
+ "pathParams": [
602
+ {
603
+ "name": "projectId",
604
+ "type": "string",
605
+ "required": true,
606
+ "source": "spec"
607
+ }
608
+ ],
609
+ "queryParams": [
610
+ {
611
+ "name": "status",
612
+ "type": "string",
613
+ "required": false,
614
+ "source": "spec"
615
+ },
616
+ {
617
+ "name": "meeting_type",
618
+ "type": "string",
619
+ "required": false,
620
+ "source": "spec"
621
+ },
622
+ {
623
+ "name": "start_date",
624
+ "type": "string",
625
+ "required": false,
626
+ "source": "spec"
627
+ },
628
+ {
629
+ "name": "end_date",
630
+ "type": "string",
631
+ "required": false,
632
+ "source": "spec"
633
+ },
634
+ {
635
+ "name": "cursor",
636
+ "type": "string",
637
+ "required": false,
638
+ "description": "次ページの取得に使うカーソル",
639
+ "source": "curation"
640
+ },
641
+ {
642
+ "name": "limit",
643
+ "type": "integer",
644
+ "required": false,
645
+ "description": "1ページあたりの件数",
646
+ "source": "curation"
647
+ }
648
+ ],
649
+ "body": null,
650
+ "resultPath": null,
651
+ "risk": "read",
652
+ "aliases": []
653
+ },
654
+ {
655
+ "name": "pending-action-items",
656
+ "domain": "meeting",
657
+ "operationId": "meeting.pendingActionItems",
658
+ "method": "GET",
659
+ "path": "/v2/meetings/pending-action-items",
660
+ "summary": "",
661
+ "pathParams": [],
662
+ "queryParams": [
663
+ {
664
+ "name": "limit",
665
+ "type": "integer",
666
+ "required": false,
667
+ "description": "1ページあたりの件数",
668
+ "source": "curation"
669
+ },
670
+ {
671
+ "name": "cursor",
672
+ "type": "string",
673
+ "required": false,
674
+ "description": "次ページの取得に使うカーソル",
675
+ "source": "curation"
676
+ }
677
+ ],
678
+ "body": null,
679
+ "resultPath": "items",
680
+ "risk": "read",
681
+ "aliases": []
682
+ },
683
+ {
684
+ "name": "publish",
685
+ "domain": "meeting",
686
+ "operationId": "meeting.publish",
687
+ "method": "POST",
688
+ "path": "/v2/meetings/{id}/publish",
689
+ "summary": "",
690
+ "pathParams": [
691
+ {
692
+ "name": "id",
693
+ "type": "string",
694
+ "required": true,
695
+ "source": "spec"
696
+ }
697
+ ],
698
+ "queryParams": [],
699
+ "body": null,
700
+ "resultPath": null,
701
+ "risk": "write",
702
+ "aliases": []
703
+ },
704
+ {
705
+ "name": "tags",
706
+ "domain": "meeting",
707
+ "operationId": "meeting.tags",
708
+ "method": "GET",
709
+ "path": "/v2/meetings/tags",
710
+ "summary": "一覧のタグ絞り込みに使う候補を返す。",
711
+ "pathParams": [],
712
+ "queryParams": [
713
+ {
714
+ "name": "limit",
715
+ "type": "integer",
716
+ "required": false,
717
+ "description": "1ページあたりの件数",
718
+ "source": "curation"
719
+ },
720
+ {
721
+ "name": "cursor",
722
+ "type": "string",
723
+ "required": false,
724
+ "description": "次ページの取得に使うカーソル",
725
+ "source": "curation"
726
+ }
727
+ ],
728
+ "body": null,
729
+ "resultPath": "items",
730
+ "risk": "read",
731
+ "aliases": []
732
+ },
733
+ {
734
+ "name": "update",
735
+ "domain": "meeting",
736
+ "operationId": "meeting.update",
737
+ "method": "PUT",
738
+ "path": "/v2/meetings/{id}",
739
+ "summary": "",
740
+ "pathParams": [
741
+ {
742
+ "name": "id",
743
+ "type": "string",
744
+ "required": true,
745
+ "source": "spec"
746
+ }
747
+ ],
748
+ "queryParams": [],
749
+ "body": {
750
+ "schema": {
751
+ "type": "object",
752
+ "properties": {
753
+ "title": {
754
+ "type": "string",
755
+ "maxLength": 255
756
+ },
757
+ "meeting_type": {
758
+ "type": [
759
+ "string",
760
+ "null"
761
+ ],
762
+ "enum": [
763
+ "regular",
764
+ "client",
765
+ "internal",
766
+ "retrospective",
767
+ "decision",
768
+ null
769
+ ]
770
+ },
771
+ "meeting_date": {
772
+ "type": "string"
773
+ },
774
+ "duration_minutes": {
775
+ "type": [
776
+ "integer",
777
+ "null"
778
+ ],
779
+ "minimum": 1,
780
+ "maximum": 1440
781
+ },
782
+ "category_id": {
783
+ "type": [
784
+ "string",
785
+ "null"
786
+ ],
787
+ "maxLength": 255
788
+ },
789
+ "category_name": {
790
+ "type": [
791
+ "string",
792
+ "null"
793
+ ],
794
+ "maxLength": 255
795
+ },
796
+ "project_id": {
797
+ "type": [
798
+ "string",
799
+ "null"
800
+ ],
801
+ "maxLength": 255
802
+ },
803
+ "project_name": {
804
+ "type": [
805
+ "string",
806
+ "null"
807
+ ],
808
+ "maxLength": 255
809
+ },
810
+ "attendees": {
811
+ "type": [
812
+ "array",
813
+ "null"
814
+ ],
815
+ "items": {
816
+ "type": "object",
817
+ "properties": {
818
+ "user_id": {
819
+ "type": "string"
820
+ },
821
+ "user_name": {
822
+ "type": [
823
+ "string",
824
+ "null"
825
+ ]
826
+ }
827
+ }
828
+ }
829
+ },
830
+ "external_attendees": {
831
+ "type": [
832
+ "array",
833
+ "null"
834
+ ],
835
+ "items": {
836
+ "type": "object",
837
+ "properties": {
838
+ "name": {
839
+ "type": "string"
840
+ },
841
+ "email": {
842
+ "type": [
843
+ "string",
844
+ "null"
845
+ ],
846
+ "format": "email"
847
+ }
848
+ }
849
+ }
850
+ },
851
+ "agenda": {
852
+ "type": [
853
+ "string",
854
+ "null"
855
+ ]
856
+ },
857
+ "notes": {
858
+ "type": [
859
+ "string",
860
+ "null"
861
+ ]
862
+ },
863
+ "decisions": {
864
+ "type": [
865
+ "array",
866
+ "null"
867
+ ],
868
+ "items": {
869
+ "type": "object",
870
+ "properties": {
871
+ "decision": {
872
+ "type": "string"
873
+ },
874
+ "rationale": {
875
+ "type": [
876
+ "string",
877
+ "null"
878
+ ]
879
+ },
880
+ "decided_by": {
881
+ "type": [
882
+ "string",
883
+ "null"
884
+ ]
885
+ },
886
+ "decided_by_name": {
887
+ "type": [
888
+ "string",
889
+ "null"
890
+ ]
891
+ }
892
+ }
893
+ }
894
+ },
895
+ "action_items": {
896
+ "type": [
897
+ "array",
898
+ "null"
899
+ ],
900
+ "items": {
901
+ "type": "object",
902
+ "properties": {
903
+ "assignee_id": {
904
+ "type": [
905
+ "string",
906
+ "null"
907
+ ]
908
+ },
909
+ "assignee_name": {
910
+ "type": [
911
+ "string",
912
+ "null"
913
+ ]
914
+ },
915
+ "deadline": {
916
+ "type": [
917
+ "string",
918
+ "null"
919
+ ]
920
+ },
921
+ "status": {
922
+ "type": [
923
+ "string",
924
+ "null"
925
+ ],
926
+ "enum": [
927
+ "open",
928
+ "in_progress",
929
+ "done",
930
+ null
931
+ ]
932
+ }
933
+ }
934
+ }
935
+ },
936
+ "confidentiality": {
937
+ "type": [
938
+ "string",
939
+ "null"
940
+ ],
941
+ "enum": [
942
+ "normal",
943
+ "restricted",
944
+ "confidential",
945
+ null
946
+ ]
947
+ },
948
+ "visibility_types": {
949
+ "type": [
950
+ "array",
951
+ "null"
952
+ ],
953
+ "items": {
954
+ "type": "string",
955
+ "enum": [
956
+ "all",
957
+ "attendees_only",
958
+ "department",
959
+ "department_position",
960
+ "project",
961
+ "user"
962
+ ]
963
+ }
964
+ },
965
+ "visibility_targets": {
966
+ "type": [
967
+ "array",
968
+ "null"
969
+ ],
970
+ "items": {
971
+ "type": "object",
972
+ "properties": {
973
+ "target_type": {
974
+ "type": "string",
975
+ "enum": [
976
+ "department",
977
+ "department_position",
978
+ "project",
979
+ "user"
980
+ ]
981
+ },
982
+ "target_id": {
983
+ "type": [
984
+ "string",
985
+ "null"
986
+ ]
987
+ },
988
+ "target_name": {
989
+ "type": [
990
+ "string",
991
+ "null"
992
+ ]
993
+ },
994
+ "min_position_rank": {
995
+ "type": [
996
+ "integer",
997
+ "null"
998
+ ]
999
+ },
1000
+ "min_position_name": {
1001
+ "type": [
1002
+ "string",
1003
+ "null"
1004
+ ]
1005
+ }
1006
+ }
1007
+ }
1008
+ },
1009
+ "tags": {
1010
+ "type": [
1011
+ "array",
1012
+ "null"
1013
+ ],
1014
+ "items": {
1015
+ "type": "string",
1016
+ "maxLength": 50
1017
+ }
1018
+ },
1019
+ "show_indent_guide": {
1020
+ "type": "boolean"
1021
+ }
1022
+ }
1023
+ }
1024
+ },
1025
+ "resultPath": null,
1026
+ "risk": "write",
1027
+ "aliases": []
1028
+ }
1029
+ ]
1030
+ }