@tocca-systems/twp-cli 0.14.1 → 0.15.1

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-HGTPIEAP.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/{run-6FWRZNZR.js → chunk-BPMSIIOU.js} +14 -14
  307. package/dist/{chunk-EOFANBVM.js → chunk-FKIZ5ZJU.js} +2 -2
  308. package/dist/{chunk-6JGIC2IW.js → chunk-HCO3IYGJ.js} +1 -1
  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-BJQLIPWN.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,979 @@
1
+ {
2
+ "domain": "project",
3
+ "operations": [
4
+ {
5
+ "name": "activate",
6
+ "domain": "project",
7
+ "operationId": "project.activate",
8
+ "method": "POST",
9
+ "path": "/v2/projects/{id}/activate",
10
+ "summary": "プロジェクトのtask_last_updated_atを現在時刻に更新(マイタスク画面への表示用)",
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": "close",
27
+ "domain": "project",
28
+ "operationId": "project.close",
29
+ "method": "POST",
30
+ "path": "/v2/projects/{id}/close",
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": "create",
48
+ "domain": "project",
49
+ "operationId": "project.store",
50
+ "method": "POST",
51
+ "path": "/v2/projects",
52
+ "summary": "プロジェクト作成",
53
+ "pathParams": [],
54
+ "queryParams": [],
55
+ "body": {
56
+ "schema": {
57
+ "type": "object",
58
+ "properties": {
59
+ "code": {
60
+ "type": "string",
61
+ "maxLength": 255
62
+ },
63
+ "name": {
64
+ "type": "string",
65
+ "maxLength": 255
66
+ },
67
+ "parent_project_id": {
68
+ "type": [
69
+ "string",
70
+ "null"
71
+ ]
72
+ },
73
+ "segment": {
74
+ "type": [
75
+ "string",
76
+ "null"
77
+ ]
78
+ },
79
+ "status": {
80
+ "type": [
81
+ "string",
82
+ "null"
83
+ ],
84
+ "enum": [
85
+ "active",
86
+ "closed",
87
+ null
88
+ ]
89
+ },
90
+ "start_date": {
91
+ "type": [
92
+ "string",
93
+ "null"
94
+ ],
95
+ "format": "date"
96
+ },
97
+ "end_date": {
98
+ "type": [
99
+ "string",
100
+ "null"
101
+ ],
102
+ "format": "date"
103
+ },
104
+ "project_manager_id": {
105
+ "type": [
106
+ "string",
107
+ "null"
108
+ ]
109
+ },
110
+ "project_leader_id": {
111
+ "type": [
112
+ "string",
113
+ "null"
114
+ ]
115
+ },
116
+ "quality_manager_id": {
117
+ "type": [
118
+ "string",
119
+ "null"
120
+ ]
121
+ },
122
+ "profit_manager_id": {
123
+ "type": [
124
+ "string",
125
+ "null"
126
+ ]
127
+ },
128
+ "enduser_company_id": {
129
+ "type": [
130
+ "string",
131
+ "null"
132
+ ]
133
+ },
134
+ "customer_company_id": {
135
+ "type": [
136
+ "string",
137
+ "null"
138
+ ]
139
+ },
140
+ "department_id": {
141
+ "type": [
142
+ "string",
143
+ "null"
144
+ ]
145
+ },
146
+ "quality_evaluation": {
147
+ "type": [
148
+ "string",
149
+ "null"
150
+ ]
151
+ },
152
+ "cost_evaluation": {
153
+ "type": [
154
+ "string",
155
+ "null"
156
+ ]
157
+ },
158
+ "delivery_evaluation": {
159
+ "type": [
160
+ "string",
161
+ "null"
162
+ ]
163
+ },
164
+ "develop_method_type": {
165
+ "type": [
166
+ "integer",
167
+ "null"
168
+ ],
169
+ "enum": [
170
+ "0",
171
+ "1",
172
+ "2",
173
+ null
174
+ ]
175
+ },
176
+ "develop_scale_plan": {
177
+ "type": [
178
+ "number",
179
+ "null"
180
+ ]
181
+ },
182
+ "develop_scale_result": {
183
+ "type": [
184
+ "number",
185
+ "null"
186
+ ]
187
+ },
188
+ "memo": {
189
+ "type": [
190
+ "string",
191
+ "null"
192
+ ]
193
+ },
194
+ "display_flg": {
195
+ "type": [
196
+ "boolean",
197
+ "null"
198
+ ]
199
+ },
200
+ "task_enabled_flg": {
201
+ "type": [
202
+ "boolean",
203
+ "null"
204
+ ]
205
+ },
206
+ "ai_analysis_enabled_flg": {
207
+ "type": [
208
+ "boolean",
209
+ "null"
210
+ ]
211
+ },
212
+ "punch_disabled_flg": {
213
+ "type": [
214
+ "boolean",
215
+ "null"
216
+ ]
217
+ },
218
+ "assignment_default_mode": {
219
+ "type": [
220
+ "string",
221
+ "null"
222
+ ],
223
+ "enum": [
224
+ "full_time",
225
+ "no_hours",
226
+ "default_hours",
227
+ "required",
228
+ null
229
+ ]
230
+ },
231
+ "assignment_default_hours": {
232
+ "type": [
233
+ "number",
234
+ "null"
235
+ ],
236
+ "minimum": 0.5,
237
+ "maximum": 24
238
+ },
239
+ "cost_type": {
240
+ "type": [
241
+ "integer",
242
+ "null"
243
+ ],
244
+ "enum": [
245
+ "0",
246
+ "1",
247
+ null
248
+ ]
249
+ },
250
+ "assign_over_policy": {
251
+ "type": [
252
+ "integer",
253
+ "null"
254
+ ],
255
+ "enum": [
256
+ "0",
257
+ "1",
258
+ "2",
259
+ null
260
+ ]
261
+ },
262
+ "quality_requirement_level": {
263
+ "type": [
264
+ "integer",
265
+ "null"
266
+ ],
267
+ "minimum": 0,
268
+ "maximum": 5
269
+ },
270
+ "release_approved_date": {
271
+ "type": [
272
+ "string",
273
+ "null"
274
+ ],
275
+ "format": "date"
276
+ },
277
+ "release_approved_by": {
278
+ "type": [
279
+ "string",
280
+ "null"
281
+ ]
282
+ },
283
+ "release_date": {
284
+ "type": [
285
+ "string",
286
+ "null"
287
+ ],
288
+ "format": "date"
289
+ },
290
+ "delivery_date": {
291
+ "type": [
292
+ "string",
293
+ "null"
294
+ ],
295
+ "format": "date"
296
+ },
297
+ "risk": {
298
+ "type": [
299
+ "string",
300
+ "null"
301
+ ]
302
+ },
303
+ "chance": {
304
+ "type": [
305
+ "string",
306
+ "null"
307
+ ]
308
+ },
309
+ "improvement_point": {
310
+ "type": [
311
+ "string",
312
+ "null"
313
+ ]
314
+ },
315
+ "improvement_method": {
316
+ "type": [
317
+ "string",
318
+ "null"
319
+ ]
320
+ },
321
+ "user_num": {
322
+ "type": [
323
+ "integer",
324
+ "null"
325
+ ],
326
+ "minimum": 0
327
+ },
328
+ "admin_num": {
329
+ "type": [
330
+ "integer",
331
+ "null"
332
+ ],
333
+ "minimum": 0
334
+ },
335
+ "default_due_days": {
336
+ "type": [
337
+ "integer",
338
+ "null"
339
+ ],
340
+ "minimum": 1,
341
+ "maximum": 365
342
+ },
343
+ "from_estimate_id": {
344
+ "type": [
345
+ "string",
346
+ "null"
347
+ ]
348
+ }
349
+ },
350
+ "required": [
351
+ "code",
352
+ "name"
353
+ ]
354
+ }
355
+ },
356
+ "resultPath": null,
357
+ "risk": "write",
358
+ "aliases": []
359
+ },
360
+ {
361
+ "name": "delete",
362
+ "domain": "project",
363
+ "operationId": "project.destroy",
364
+ "method": "DELETE",
365
+ "path": "/v2/projects/{id}",
366
+ "summary": "プロジェクト削除",
367
+ "pathParams": [
368
+ {
369
+ "name": "id",
370
+ "type": "string",
371
+ "required": true,
372
+ "source": "spec"
373
+ }
374
+ ],
375
+ "queryParams": [],
376
+ "body": null,
377
+ "resultPath": null,
378
+ "risk": "destructive",
379
+ "aliases": []
380
+ },
381
+ {
382
+ "name": "get",
383
+ "domain": "project",
384
+ "operationId": "project.show",
385
+ "method": "GET",
386
+ "path": "/v2/projects/{id}",
387
+ "summary": "プロジェクト詳細取得",
388
+ "pathParams": [
389
+ {
390
+ "name": "id",
391
+ "type": "string",
392
+ "required": true,
393
+ "source": "spec"
394
+ }
395
+ ],
396
+ "queryParams": [
397
+ {
398
+ "name": "limit",
399
+ "type": "integer",
400
+ "required": false,
401
+ "description": "1ページあたりの件数",
402
+ "source": "curation"
403
+ },
404
+ {
405
+ "name": "cursor",
406
+ "type": "string",
407
+ "required": false,
408
+ "description": "次ページの取得に使うカーソル",
409
+ "source": "curation"
410
+ }
411
+ ],
412
+ "body": null,
413
+ "resultPath": null,
414
+ "risk": "read",
415
+ "aliases": []
416
+ },
417
+ {
418
+ "name": "list",
419
+ "domain": "project",
420
+ "operationId": "project.index",
421
+ "method": "GET",
422
+ "path": "/v2/projects",
423
+ "summary": "プロジェクト一覧取得(カーソルベースページネーション)",
424
+ "pathParams": [],
425
+ "queryParams": [
426
+ {
427
+ "name": "sort",
428
+ "type": "string",
429
+ "required": false,
430
+ "source": "spec"
431
+ },
432
+ {
433
+ "name": "status",
434
+ "type": "string",
435
+ "required": false,
436
+ "source": "spec"
437
+ },
438
+ {
439
+ "name": "keyword",
440
+ "type": "string",
441
+ "required": false,
442
+ "source": "spec"
443
+ },
444
+ {
445
+ "name": "display_flg",
446
+ "type": "string",
447
+ "required": false,
448
+ "source": "spec"
449
+ },
450
+ {
451
+ "name": "cursor",
452
+ "type": "string",
453
+ "required": false,
454
+ "description": "次ページの取得に使うカーソル",
455
+ "source": "curation"
456
+ },
457
+ {
458
+ "name": "member_user_id",
459
+ "type": "string",
460
+ "required": false,
461
+ "source": "spec"
462
+ },
463
+ {
464
+ "name": "department_id",
465
+ "type": "string",
466
+ "required": false,
467
+ "source": "spec"
468
+ },
469
+ {
470
+ "name": "project_manager_id",
471
+ "type": "string",
472
+ "required": false,
473
+ "source": "spec"
474
+ },
475
+ {
476
+ "name": "company_id",
477
+ "type": "string",
478
+ "required": false,
479
+ "source": "spec"
480
+ },
481
+ {
482
+ "name": "limit",
483
+ "type": "integer",
484
+ "required": false,
485
+ "description": "1ページあたりの件数",
486
+ "source": "curation"
487
+ }
488
+ ],
489
+ "body": null,
490
+ "resultPath": null,
491
+ "risk": "read",
492
+ "aliases": []
493
+ },
494
+ {
495
+ "name": "search",
496
+ "domain": "project",
497
+ "operationId": "project.search",
498
+ "method": "GET",
499
+ "path": "/v2/projects/search",
500
+ "summary": "プロジェクト詳細検索(ハイブリッド方式)",
501
+ "pathParams": [],
502
+ "queryParams": [
503
+ {
504
+ "name": "keyword",
505
+ "type": "string",
506
+ "required": false,
507
+ "source": "spec"
508
+ },
509
+ {
510
+ "name": "status",
511
+ "type": "string",
512
+ "required": false,
513
+ "source": "spec"
514
+ },
515
+ {
516
+ "name": "display_flg",
517
+ "type": "string",
518
+ "required": false,
519
+ "source": "spec"
520
+ },
521
+ {
522
+ "name": "include_closed",
523
+ "type": "string",
524
+ "required": false,
525
+ "source": "spec"
526
+ },
527
+ {
528
+ "name": "include_hidden",
529
+ "type": "string",
530
+ "required": false,
531
+ "source": "spec"
532
+ },
533
+ {
534
+ "name": "enduser_company_id",
535
+ "type": "string",
536
+ "required": false,
537
+ "source": "spec"
538
+ },
539
+ {
540
+ "name": "customer_company_id",
541
+ "type": "string",
542
+ "required": false,
543
+ "source": "spec"
544
+ },
545
+ {
546
+ "name": "department_id",
547
+ "type": "string",
548
+ "required": false,
549
+ "source": "spec"
550
+ },
551
+ {
552
+ "name": "project_manager_id",
553
+ "type": "string",
554
+ "required": false,
555
+ "source": "spec"
556
+ },
557
+ {
558
+ "name": "profit_manager_id",
559
+ "type": "string",
560
+ "required": false,
561
+ "source": "spec"
562
+ },
563
+ {
564
+ "name": "segment",
565
+ "type": "string",
566
+ "required": false,
567
+ "source": "spec"
568
+ },
569
+ {
570
+ "name": "start_date_from",
571
+ "type": "string",
572
+ "required": false,
573
+ "source": "spec"
574
+ },
575
+ {
576
+ "name": "start_date_to",
577
+ "type": "string",
578
+ "required": false,
579
+ "source": "spec"
580
+ },
581
+ {
582
+ "name": "end_date_from",
583
+ "type": "string",
584
+ "required": false,
585
+ "source": "spec"
586
+ },
587
+ {
588
+ "name": "end_date_to",
589
+ "type": "string",
590
+ "required": false,
591
+ "source": "spec"
592
+ },
593
+ {
594
+ "name": "sort_column",
595
+ "type": "string",
596
+ "required": false,
597
+ "source": "spec"
598
+ },
599
+ {
600
+ "name": "sort_direction",
601
+ "type": "string",
602
+ "required": false,
603
+ "source": "spec"
604
+ },
605
+ {
606
+ "name": "cursor",
607
+ "type": "string",
608
+ "required": false,
609
+ "description": "次ページの取得に使うカーソル",
610
+ "source": "curation"
611
+ },
612
+ {
613
+ "name": "limit",
614
+ "type": "integer",
615
+ "required": false,
616
+ "description": "1ページあたりの件数",
617
+ "source": "curation"
618
+ }
619
+ ],
620
+ "body": null,
621
+ "resultPath": "",
622
+ "risk": "read",
623
+ "aliases": []
624
+ },
625
+ {
626
+ "name": "show-by-code",
627
+ "domain": "project",
628
+ "operationId": "project.showByCode",
629
+ "method": "GET",
630
+ "path": "/v2/projects/by-code/{code}",
631
+ "summary": "プロジェクトコードから詳細取得",
632
+ "pathParams": [
633
+ {
634
+ "name": "code",
635
+ "type": "string",
636
+ "required": true,
637
+ "source": "spec"
638
+ }
639
+ ],
640
+ "queryParams": [
641
+ {
642
+ "name": "limit",
643
+ "type": "integer",
644
+ "required": false,
645
+ "description": "1ページあたりの件数",
646
+ "source": "curation"
647
+ },
648
+ {
649
+ "name": "cursor",
650
+ "type": "string",
651
+ "required": false,
652
+ "description": "次ページの取得に使うカーソル",
653
+ "source": "curation"
654
+ }
655
+ ],
656
+ "body": null,
657
+ "resultPath": null,
658
+ "risk": "read",
659
+ "aliases": []
660
+ },
661
+ {
662
+ "name": "update",
663
+ "domain": "project",
664
+ "operationId": "project.update",
665
+ "method": "PUT",
666
+ "path": "/v2/projects/{id}",
667
+ "summary": "プロジェクト更新",
668
+ "pathParams": [
669
+ {
670
+ "name": "id",
671
+ "type": "string",
672
+ "required": true,
673
+ "source": "spec"
674
+ }
675
+ ],
676
+ "queryParams": [],
677
+ "body": {
678
+ "schema": {
679
+ "type": "object",
680
+ "properties": {
681
+ "code": {
682
+ "type": "string",
683
+ "maxLength": 255
684
+ },
685
+ "name": {
686
+ "type": "string",
687
+ "maxLength": 255
688
+ },
689
+ "parent_project_id": {
690
+ "type": [
691
+ "string",
692
+ "null"
693
+ ]
694
+ },
695
+ "segment": {
696
+ "type": [
697
+ "string",
698
+ "null"
699
+ ]
700
+ },
701
+ "status": {
702
+ "type": [
703
+ "string",
704
+ "null"
705
+ ],
706
+ "enum": [
707
+ "active",
708
+ "closed",
709
+ null
710
+ ]
711
+ },
712
+ "start_date": {
713
+ "type": [
714
+ "string",
715
+ "null"
716
+ ],
717
+ "format": "date"
718
+ },
719
+ "end_date": {
720
+ "type": [
721
+ "string",
722
+ "null"
723
+ ],
724
+ "format": "date"
725
+ },
726
+ "project_manager_id": {
727
+ "type": [
728
+ "string",
729
+ "null"
730
+ ]
731
+ },
732
+ "project_leader_id": {
733
+ "type": [
734
+ "string",
735
+ "null"
736
+ ]
737
+ },
738
+ "quality_manager_id": {
739
+ "type": [
740
+ "string",
741
+ "null"
742
+ ]
743
+ },
744
+ "profit_manager_id": {
745
+ "type": [
746
+ "string",
747
+ "null"
748
+ ]
749
+ },
750
+ "enduser_company_id": {
751
+ "type": [
752
+ "string",
753
+ "null"
754
+ ]
755
+ },
756
+ "customer_company_id": {
757
+ "type": [
758
+ "string",
759
+ "null"
760
+ ]
761
+ },
762
+ "department_id": {
763
+ "type": [
764
+ "string",
765
+ "null"
766
+ ]
767
+ },
768
+ "quality_evaluation": {
769
+ "type": [
770
+ "string",
771
+ "null"
772
+ ]
773
+ },
774
+ "cost_evaluation": {
775
+ "type": [
776
+ "string",
777
+ "null"
778
+ ]
779
+ },
780
+ "delivery_evaluation": {
781
+ "type": [
782
+ "string",
783
+ "null"
784
+ ]
785
+ },
786
+ "develop_method_type": {
787
+ "type": [
788
+ "integer",
789
+ "null"
790
+ ],
791
+ "enum": [
792
+ "0",
793
+ "1",
794
+ "2",
795
+ null
796
+ ]
797
+ },
798
+ "develop_scale_plan": {
799
+ "type": [
800
+ "number",
801
+ "null"
802
+ ]
803
+ },
804
+ "develop_scale_result": {
805
+ "type": [
806
+ "number",
807
+ "null"
808
+ ]
809
+ },
810
+ "memo": {
811
+ "type": [
812
+ "string",
813
+ "null"
814
+ ]
815
+ },
816
+ "display_flg": {
817
+ "type": [
818
+ "boolean",
819
+ "null"
820
+ ]
821
+ },
822
+ "closed_flg": {
823
+ "type": [
824
+ "boolean",
825
+ "null"
826
+ ]
827
+ },
828
+ "task_enabled_flg": {
829
+ "type": [
830
+ "boolean",
831
+ "null"
832
+ ]
833
+ },
834
+ "ai_analysis_enabled_flg": {
835
+ "type": [
836
+ "boolean",
837
+ "null"
838
+ ]
839
+ },
840
+ "punch_disabled_flg": {
841
+ "type": [
842
+ "boolean",
843
+ "null"
844
+ ]
845
+ },
846
+ "assignment_default_mode": {
847
+ "type": [
848
+ "string",
849
+ "null"
850
+ ],
851
+ "enum": [
852
+ "full_time",
853
+ "no_hours",
854
+ "default_hours",
855
+ "required",
856
+ null
857
+ ]
858
+ },
859
+ "assignment_default_hours": {
860
+ "type": [
861
+ "number",
862
+ "null"
863
+ ],
864
+ "minimum": 0.5,
865
+ "maximum": 24
866
+ },
867
+ "cost_type": {
868
+ "type": [
869
+ "integer",
870
+ "null"
871
+ ],
872
+ "enum": [
873
+ "0",
874
+ "1",
875
+ null
876
+ ]
877
+ },
878
+ "assign_over_policy": {
879
+ "type": [
880
+ "integer",
881
+ "null"
882
+ ],
883
+ "enum": [
884
+ "0",
885
+ "1",
886
+ "2",
887
+ null
888
+ ]
889
+ },
890
+ "quality_requirement_level": {
891
+ "type": [
892
+ "integer",
893
+ "null"
894
+ ],
895
+ "minimum": 0,
896
+ "maximum": 5
897
+ },
898
+ "release_approved_date": {
899
+ "type": [
900
+ "string",
901
+ "null"
902
+ ],
903
+ "format": "date"
904
+ },
905
+ "release_approved_by": {
906
+ "type": [
907
+ "string",
908
+ "null"
909
+ ]
910
+ },
911
+ "release_date": {
912
+ "type": [
913
+ "string",
914
+ "null"
915
+ ],
916
+ "format": "date"
917
+ },
918
+ "delivery_date": {
919
+ "type": [
920
+ "string",
921
+ "null"
922
+ ],
923
+ "format": "date"
924
+ },
925
+ "risk": {
926
+ "type": [
927
+ "string",
928
+ "null"
929
+ ]
930
+ },
931
+ "chance": {
932
+ "type": [
933
+ "string",
934
+ "null"
935
+ ]
936
+ },
937
+ "improvement_point": {
938
+ "type": [
939
+ "string",
940
+ "null"
941
+ ]
942
+ },
943
+ "improvement_method": {
944
+ "type": [
945
+ "string",
946
+ "null"
947
+ ]
948
+ },
949
+ "user_num": {
950
+ "type": [
951
+ "integer",
952
+ "null"
953
+ ],
954
+ "minimum": 0
955
+ },
956
+ "admin_num": {
957
+ "type": [
958
+ "integer",
959
+ "null"
960
+ ],
961
+ "minimum": 0
962
+ },
963
+ "default_due_days": {
964
+ "type": [
965
+ "integer",
966
+ "null"
967
+ ],
968
+ "minimum": 1,
969
+ "maximum": 365
970
+ }
971
+ }
972
+ }
973
+ },
974
+ "resultPath": null,
975
+ "risk": "write",
976
+ "aliases": []
977
+ }
978
+ ]
979
+ }