@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,91 @@
1
+ {
2
+ "domain": "qualification-import",
3
+ "operations": [
4
+ {
5
+ "name": "import-qualifications",
6
+ "domain": "qualification-import",
7
+ "operationId": "qualificationImport.importQualifications",
8
+ "method": "POST",
9
+ "path": "/v2/organization/qualifications/bulk-import",
10
+ "summary": "資格マスタの一括登録",
11
+ "pathParams": [],
12
+ "queryParams": [],
13
+ "body": null,
14
+ "resultPath": "",
15
+ "risk": "write",
16
+ "aliases": []
17
+ },
18
+ {
19
+ "name": "import-user-qualifications",
20
+ "domain": "qualification-import",
21
+ "operationId": "qualificationImport.importUserQualifications",
22
+ "method": "POST",
23
+ "path": "/v2/organization/user-qualifications/bulk-import",
24
+ "summary": "保有資格の一括登録",
25
+ "pathParams": [],
26
+ "queryParams": [],
27
+ "body": null,
28
+ "resultPath": "",
29
+ "risk": "write",
30
+ "aliases": []
31
+ },
32
+ {
33
+ "name": "qualification-template",
34
+ "domain": "qualification-import",
35
+ "operationId": "qualificationImport.qualificationTemplate",
36
+ "method": "GET",
37
+ "path": "/v2/organization/qualifications/import-template",
38
+ "summary": "資格マスタ用テンプレートCSV",
39
+ "pathParams": [],
40
+ "queryParams": [
41
+ {
42
+ "name": "limit",
43
+ "type": "integer",
44
+ "required": false,
45
+ "description": "1ページあたりの件数",
46
+ "source": "curation"
47
+ },
48
+ {
49
+ "name": "cursor",
50
+ "type": "string",
51
+ "required": false,
52
+ "description": "次ページの取得に使うカーソル",
53
+ "source": "curation"
54
+ }
55
+ ],
56
+ "body": null,
57
+ "resultPath": null,
58
+ "risk": "read",
59
+ "aliases": []
60
+ },
61
+ {
62
+ "name": "user-qualification-template",
63
+ "domain": "qualification-import",
64
+ "operationId": "qualificationImport.userQualificationTemplate",
65
+ "method": "GET",
66
+ "path": "/v2/organization/user-qualifications/import-template",
67
+ "summary": "保有資格用テンプレートCSV",
68
+ "pathParams": [],
69
+ "queryParams": [
70
+ {
71
+ "name": "limit",
72
+ "type": "integer",
73
+ "required": false,
74
+ "description": "1ページあたりの件数",
75
+ "source": "curation"
76
+ },
77
+ {
78
+ "name": "cursor",
79
+ "type": "string",
80
+ "required": false,
81
+ "description": "次ページの取得に使うカーソル",
82
+ "source": "curation"
83
+ }
84
+ ],
85
+ "body": null,
86
+ "resultPath": null,
87
+ "risk": "read",
88
+ "aliases": []
89
+ }
90
+ ]
91
+ }
@@ -0,0 +1,252 @@
1
+ {
2
+ "domain": "qualification",
3
+ "operations": [
4
+ {
5
+ "name": "create",
6
+ "domain": "qualification",
7
+ "operationId": "qualification.store",
8
+ "method": "POST",
9
+ "path": "/v2/organization/qualifications",
10
+ "summary": "資格作成",
11
+ "pathParams": [],
12
+ "queryParams": [],
13
+ "body": {
14
+ "schema": {
15
+ "type": "object",
16
+ "properties": {
17
+ "name": {
18
+ "type": "string",
19
+ "maxLength": 255
20
+ },
21
+ "is_recommended": {
22
+ "type": [
23
+ "boolean",
24
+ "null"
25
+ ]
26
+ },
27
+ "note": {
28
+ "type": [
29
+ "string",
30
+ "null"
31
+ ],
32
+ "maxLength": 1000
33
+ },
34
+ "sort_order": {
35
+ "type": [
36
+ "integer",
37
+ "null"
38
+ ],
39
+ "minimum": 0,
40
+ "maximum": 9999
41
+ }
42
+ },
43
+ "required": [
44
+ "name"
45
+ ]
46
+ }
47
+ },
48
+ "resultPath": null,
49
+ "risk": "write",
50
+ "aliases": []
51
+ },
52
+ {
53
+ "name": "delete",
54
+ "domain": "qualification",
55
+ "operationId": "qualification.destroy",
56
+ "method": "DELETE",
57
+ "path": "/v2/organization/qualifications/{id}",
58
+ "summary": "資格削除(論理削除)",
59
+ "pathParams": [
60
+ {
61
+ "name": "id",
62
+ "type": "string",
63
+ "required": true,
64
+ "source": "spec"
65
+ }
66
+ ],
67
+ "queryParams": [],
68
+ "body": null,
69
+ "resultPath": null,
70
+ "risk": "destructive",
71
+ "aliases": []
72
+ },
73
+ {
74
+ "name": "get",
75
+ "domain": "qualification",
76
+ "operationId": "qualification.show",
77
+ "method": "GET",
78
+ "path": "/v2/organization/qualifications/{id}",
79
+ "summary": "資格詳細取得",
80
+ "pathParams": [
81
+ {
82
+ "name": "id",
83
+ "type": "string",
84
+ "required": true,
85
+ "source": "spec"
86
+ }
87
+ ],
88
+ "queryParams": [
89
+ {
90
+ "name": "limit",
91
+ "type": "integer",
92
+ "required": false,
93
+ "description": "1ページあたりの件数",
94
+ "source": "curation"
95
+ },
96
+ {
97
+ "name": "cursor",
98
+ "type": "string",
99
+ "required": false,
100
+ "description": "次ページの取得に使うカーソル",
101
+ "source": "curation"
102
+ }
103
+ ],
104
+ "body": null,
105
+ "resultPath": null,
106
+ "risk": "read",
107
+ "aliases": []
108
+ },
109
+ {
110
+ "name": "list",
111
+ "domain": "qualification",
112
+ "operationId": "qualification.index",
113
+ "method": "GET",
114
+ "path": "/v2/organization/qualifications",
115
+ "summary": "資格一覧取得",
116
+ "pathParams": [],
117
+ "queryParams": [
118
+ {
119
+ "name": "keyword",
120
+ "type": "string",
121
+ "required": false,
122
+ "source": "spec"
123
+ },
124
+ {
125
+ "name": "is_recommended",
126
+ "type": "string",
127
+ "required": false,
128
+ "source": "spec"
129
+ },
130
+ {
131
+ "name": "include_deleted",
132
+ "type": "string",
133
+ "required": false,
134
+ "source": "spec"
135
+ },
136
+ {
137
+ "name": "limit",
138
+ "type": "integer",
139
+ "required": false,
140
+ "description": "1ページあたりの件数",
141
+ "source": "curation"
142
+ },
143
+ {
144
+ "name": "cursor",
145
+ "type": "string",
146
+ "required": false,
147
+ "description": "次ページの取得に使うカーソル",
148
+ "source": "curation"
149
+ }
150
+ ],
151
+ "body": null,
152
+ "resultPath": "list",
153
+ "risk": "read",
154
+ "aliases": []
155
+ },
156
+ {
157
+ "name": "program-description",
158
+ "domain": "qualification",
159
+ "operationId": "qualification.programDescription",
160
+ "method": "GET",
161
+ "path": "/v2/organization/qualifications/program-description",
162
+ "summary": "資格制度の説明文を取得",
163
+ "pathParams": [],
164
+ "queryParams": [
165
+ {
166
+ "name": "limit",
167
+ "type": "integer",
168
+ "required": false,
169
+ "description": "1ページあたりの件数",
170
+ "source": "curation"
171
+ },
172
+ {
173
+ "name": "cursor",
174
+ "type": "string",
175
+ "required": false,
176
+ "description": "次ページの取得に使うカーソル",
177
+ "source": "curation"
178
+ }
179
+ ],
180
+ "body": null,
181
+ "resultPath": null,
182
+ "risk": "read",
183
+ "aliases": []
184
+ },
185
+ {
186
+ "name": "update",
187
+ "domain": "qualification",
188
+ "operationId": "qualification.update",
189
+ "method": "PUT",
190
+ "path": "/v2/organization/qualifications/{id}",
191
+ "summary": "資格更新",
192
+ "pathParams": [
193
+ {
194
+ "name": "id",
195
+ "type": "string",
196
+ "required": true,
197
+ "source": "spec"
198
+ }
199
+ ],
200
+ "queryParams": [],
201
+ "body": {
202
+ "schema": {
203
+ "type": "object",
204
+ "properties": {
205
+ "name": {
206
+ "type": "string",
207
+ "maxLength": 255
208
+ },
209
+ "is_recommended": {
210
+ "type": [
211
+ "boolean",
212
+ "null"
213
+ ]
214
+ },
215
+ "note": {
216
+ "type": [
217
+ "string",
218
+ "null"
219
+ ],
220
+ "maxLength": 1000
221
+ },
222
+ "sort_order": {
223
+ "type": [
224
+ "integer",
225
+ "null"
226
+ ],
227
+ "minimum": 0,
228
+ "maximum": 9999
229
+ }
230
+ }
231
+ }
232
+ },
233
+ "resultPath": null,
234
+ "risk": "write",
235
+ "aliases": []
236
+ },
237
+ {
238
+ "name": "update-program-description",
239
+ "domain": "qualification",
240
+ "operationId": "qualification.updateProgramDescription",
241
+ "method": "PUT",
242
+ "path": "/v2/organization/qualifications/program-description",
243
+ "summary": "資格制度の説明文を更新(管理者のみ)",
244
+ "pathParams": [],
245
+ "queryParams": [],
246
+ "body": null,
247
+ "resultPath": null,
248
+ "risk": "write",
249
+ "aliases": []
250
+ }
251
+ ]
252
+ }
@@ -0,0 +1,256 @@
1
+ {
2
+ "domain": "quality-check-item",
3
+ "operations": [
4
+ {
5
+ "name": "create",
6
+ "domain": "quality-check-item",
7
+ "operationId": "qualityCheckItem.store",
8
+ "method": "POST",
9
+ "path": "/v2/project/quality-check-items",
10
+ "summary": "品質チェック項目作成",
11
+ "pathParams": [],
12
+ "queryParams": [],
13
+ "body": {
14
+ "schema": {
15
+ "type": "object",
16
+ "properties": {
17
+ "item_code": {
18
+ "type": "string",
19
+ "maxLength": 50
20
+ },
21
+ "title": {
22
+ "type": "string",
23
+ "maxLength": 500
24
+ },
25
+ "category": {
26
+ "type": "string",
27
+ "maxLength": 100
28
+ },
29
+ "applicable_process_ids": {
30
+ "type": "array",
31
+ "items": {
32
+ "type": "string",
33
+ "maxLength": 255
34
+ },
35
+ "minItems": 1,
36
+ "maxItems": 200
37
+ },
38
+ "sort_order": {
39
+ "type": "integer",
40
+ "minimum": 0,
41
+ "maximum": 9999
42
+ },
43
+ "approval_status": {
44
+ "type": [
45
+ "string",
46
+ "null"
47
+ ],
48
+ "enum": [
49
+ "draft",
50
+ "review_requested",
51
+ "under_review",
52
+ "approved",
53
+ "rejected",
54
+ "on_hold",
55
+ null
56
+ ]
57
+ }
58
+ },
59
+ "required": [
60
+ "item_code",
61
+ "title",
62
+ "category",
63
+ "applicable_process_ids",
64
+ "sort_order"
65
+ ]
66
+ }
67
+ },
68
+ "resultPath": null,
69
+ "risk": "write",
70
+ "aliases": []
71
+ },
72
+ {
73
+ "name": "delete",
74
+ "domain": "quality-check-item",
75
+ "operationId": "qualityCheckItem.destroy",
76
+ "method": "DELETE",
77
+ "path": "/v2/project/quality-check-items/{id}",
78
+ "summary": "品質チェック項目削除",
79
+ "pathParams": [
80
+ {
81
+ "name": "id",
82
+ "type": "string",
83
+ "required": true,
84
+ "source": "spec"
85
+ }
86
+ ],
87
+ "queryParams": [],
88
+ "body": null,
89
+ "resultPath": null,
90
+ "risk": "destructive",
91
+ "aliases": []
92
+ },
93
+ {
94
+ "name": "get",
95
+ "domain": "quality-check-item",
96
+ "operationId": "qualityCheckItem.show",
97
+ "method": "GET",
98
+ "path": "/v2/project/quality-check-items/{id}",
99
+ "summary": "品質チェック項目詳細取得",
100
+ "pathParams": [
101
+ {
102
+ "name": "id",
103
+ "type": "string",
104
+ "required": true,
105
+ "source": "spec"
106
+ }
107
+ ],
108
+ "queryParams": [
109
+ {
110
+ "name": "limit",
111
+ "type": "integer",
112
+ "required": false,
113
+ "description": "1ページあたりの件数",
114
+ "source": "curation"
115
+ },
116
+ {
117
+ "name": "cursor",
118
+ "type": "string",
119
+ "required": false,
120
+ "description": "次ページの取得に使うカーソル",
121
+ "source": "curation"
122
+ }
123
+ ],
124
+ "body": null,
125
+ "resultPath": null,
126
+ "risk": "read",
127
+ "aliases": []
128
+ },
129
+ {
130
+ "name": "list",
131
+ "domain": "quality-check-item",
132
+ "operationId": "qualityCheckItem.index",
133
+ "method": "GET",
134
+ "path": "/v2/project/quality-check-items",
135
+ "summary": "品質チェック項目一覧取得",
136
+ "pathParams": [],
137
+ "queryParams": [
138
+ {
139
+ "name": "status",
140
+ "type": [
141
+ "string",
142
+ "null"
143
+ ],
144
+ "required": false,
145
+ "source": "spec"
146
+ },
147
+ {
148
+ "name": "approval_status",
149
+ "type": [
150
+ "string",
151
+ "null"
152
+ ],
153
+ "required": false,
154
+ "source": "spec"
155
+ },
156
+ {
157
+ "name": "keyword",
158
+ "type": [
159
+ "string",
160
+ "null"
161
+ ],
162
+ "required": false,
163
+ "source": "spec"
164
+ },
165
+ {
166
+ "name": "process_ids[]",
167
+ "type": "array",
168
+ "required": true,
169
+ "source": "spec"
170
+ },
171
+ {
172
+ "name": "limit",
173
+ "type": "integer",
174
+ "required": false,
175
+ "description": "1ページあたりの件数",
176
+ "source": "curation"
177
+ },
178
+ {
179
+ "name": "cursor",
180
+ "type": "string",
181
+ "required": false,
182
+ "description": "次ページの取得に使うカーソル",
183
+ "source": "curation"
184
+ }
185
+ ],
186
+ "body": null,
187
+ "resultPath": "list",
188
+ "risk": "read",
189
+ "aliases": []
190
+ },
191
+ {
192
+ "name": "update",
193
+ "domain": "quality-check-item",
194
+ "operationId": "qualityCheckItem.update",
195
+ "method": "PUT",
196
+ "path": "/v2/project/quality-check-items/{id}",
197
+ "summary": "品質チェック項目更新(承認ステータスの手動遷移を含む)",
198
+ "pathParams": [
199
+ {
200
+ "name": "id",
201
+ "type": "string",
202
+ "required": true,
203
+ "source": "spec"
204
+ }
205
+ ],
206
+ "queryParams": [],
207
+ "body": {
208
+ "schema": {
209
+ "type": "object",
210
+ "properties": {
211
+ "item_code": {
212
+ "type": "string",
213
+ "maxLength": 50
214
+ },
215
+ "title": {
216
+ "type": "string",
217
+ "maxLength": 500
218
+ },
219
+ "category": {
220
+ "type": "string",
221
+ "maxLength": 100
222
+ },
223
+ "applicable_process_ids": {
224
+ "type": "array",
225
+ "items": {
226
+ "type": "string",
227
+ "maxLength": 255
228
+ },
229
+ "minItems": 1,
230
+ "maxItems": 200
231
+ },
232
+ "sort_order": {
233
+ "type": "integer",
234
+ "minimum": 0,
235
+ "maximum": 9999
236
+ },
237
+ "approval_status": {
238
+ "type": "string",
239
+ "enum": [
240
+ "draft",
241
+ "review_requested",
242
+ "under_review",
243
+ "approved",
244
+ "rejected",
245
+ "on_hold"
246
+ ]
247
+ }
248
+ }
249
+ }
250
+ },
251
+ "resultPath": null,
252
+ "risk": "write",
253
+ "aliases": []
254
+ }
255
+ ]
256
+ }
@@ -0,0 +1,76 @@
1
+ {
2
+ "domain": "rag",
3
+ "operations": [
4
+ {
5
+ "name": "index-connectors",
6
+ "domain": "rag",
7
+ "operationId": "rag.indexConnectors",
8
+ "method": "GET",
9
+ "path": "/v2/rag/connectors",
10
+ "summary": "利用可能なRAGコネクター一覧を取得",
11
+ "pathParams": [],
12
+ "queryParams": [
13
+ {
14
+ "name": "limit",
15
+ "type": "integer",
16
+ "required": false,
17
+ "description": "1ページあたりの件数",
18
+ "source": "curation"
19
+ },
20
+ {
21
+ "name": "cursor",
22
+ "type": "string",
23
+ "required": false,
24
+ "description": "次ページの取得に使うカーソル",
25
+ "source": "curation"
26
+ }
27
+ ],
28
+ "body": null,
29
+ "resultPath": "connectors",
30
+ "risk": "read",
31
+ "aliases": []
32
+ },
33
+ {
34
+ "name": "search",
35
+ "domain": "rag",
36
+ "operationId": "rag.search",
37
+ "method": "POST",
38
+ "path": "/v2/rag/connectors/{connectorId}/search",
39
+ "summary": "RAGコネクターで検索",
40
+ "pathParams": [
41
+ {
42
+ "name": "connectorId",
43
+ "type": "string",
44
+ "required": true,
45
+ "source": "spec"
46
+ }
47
+ ],
48
+ "queryParams": [],
49
+ "body": {
50
+ "schema": {
51
+ "type": "object",
52
+ "properties": {
53
+ "query": {
54
+ "type": "string",
55
+ "maxLength": 1000
56
+ },
57
+ "limit": {
58
+ "type": [
59
+ "integer",
60
+ "null"
61
+ ],
62
+ "minimum": 1,
63
+ "maximum": 20
64
+ }
65
+ },
66
+ "required": [
67
+ "query"
68
+ ]
69
+ }
70
+ },
71
+ "resultPath": "documents",
72
+ "risk": "write",
73
+ "aliases": []
74
+ }
75
+ ]
76
+ }