@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,465 @@
1
+ {
2
+ "domain": "estimate-format",
3
+ "operations": [
4
+ {
5
+ "name": "create",
6
+ "domain": "estimate-format",
7
+ "operationId": "estimateFormat.store",
8
+ "method": "POST",
9
+ "path": "/v2/sales/estimate-formats",
10
+ "summary": "見積フォーマット作成",
11
+ "pathParams": [],
12
+ "queryParams": [],
13
+ "body": {
14
+ "schema": {
15
+ "type": "object",
16
+ "properties": {
17
+ "format_name": {
18
+ "type": "string",
19
+ "maxLength": 255
20
+ },
21
+ "start_date": {
22
+ "type": [
23
+ "string",
24
+ "null"
25
+ ],
26
+ "format": "date-time"
27
+ },
28
+ "end_date": {
29
+ "type": [
30
+ "string",
31
+ "null"
32
+ ],
33
+ "format": "date-time"
34
+ },
35
+ "default_unit": {
36
+ "type": "string",
37
+ "enum": [
38
+ "set",
39
+ "item",
40
+ "unit",
41
+ "hour",
42
+ "day",
43
+ "month",
44
+ "person",
45
+ "person_month",
46
+ "person_day"
47
+ ]
48
+ },
49
+ "default_tax_rate": {
50
+ "type": "string",
51
+ "enum": [
52
+ "10",
53
+ "8",
54
+ "0"
55
+ ]
56
+ },
57
+ "default_business_place_id": {
58
+ "type": [
59
+ "integer",
60
+ "null"
61
+ ]
62
+ },
63
+ "default_seal_impression_id": {
64
+ "type": [
65
+ "integer",
66
+ "null"
67
+ ]
68
+ },
69
+ "default_estimate_no_id": {
70
+ "type": "integer"
71
+ },
72
+ "default_invoice_no_id": {
73
+ "type": "integer"
74
+ },
75
+ "default_payee_id": {
76
+ "type": [
77
+ "integer",
78
+ "null"
79
+ ]
80
+ },
81
+ "default_terms": {
82
+ "type": [
83
+ "string",
84
+ "null"
85
+ ]
86
+ },
87
+ "default_invoice_memo": {
88
+ "type": [
89
+ "string",
90
+ "null"
91
+ ]
92
+ },
93
+ "default_purchase_terms": {
94
+ "type": [
95
+ "string",
96
+ "null"
97
+ ]
98
+ },
99
+ "default_purchase_acceptance_terms": {
100
+ "type": [
101
+ "string",
102
+ "null"
103
+ ]
104
+ },
105
+ "estimate_workflow_id": {
106
+ "type": [
107
+ "string",
108
+ "null"
109
+ ],
110
+ "maxLength": 36
111
+ },
112
+ "contract_workflow_id": {
113
+ "type": [
114
+ "string",
115
+ "null"
116
+ ],
117
+ "maxLength": 36
118
+ },
119
+ "invoice_workflow_id": {
120
+ "type": [
121
+ "string",
122
+ "null"
123
+ ],
124
+ "maxLength": 36
125
+ },
126
+ "purchase_workflow_id": {
127
+ "type": [
128
+ "string",
129
+ "null"
130
+ ],
131
+ "maxLength": 36
132
+ },
133
+ "estimate_manage_content": {
134
+ "type": [
135
+ "array",
136
+ "null"
137
+ ],
138
+ "items": {
139
+ "type": "string"
140
+ }
141
+ },
142
+ "contract_manage_content": {
143
+ "type": [
144
+ "array",
145
+ "null"
146
+ ],
147
+ "items": {
148
+ "type": "string"
149
+ }
150
+ },
151
+ "invoice_manage_content": {
152
+ "type": [
153
+ "array",
154
+ "null"
155
+ ],
156
+ "items": {
157
+ "type": "string"
158
+ }
159
+ },
160
+ "sort_order": {
161
+ "type": [
162
+ "integer",
163
+ "null"
164
+ ],
165
+ "minimum": 0
166
+ }
167
+ },
168
+ "required": [
169
+ "format_name",
170
+ "default_unit",
171
+ "default_tax_rate",
172
+ "default_estimate_no_id",
173
+ "default_invoice_no_id"
174
+ ],
175
+ "title": "EstimateFormatStoreRequest"
176
+ }
177
+ },
178
+ "resultPath": null,
179
+ "risk": "write",
180
+ "aliases": []
181
+ },
182
+ {
183
+ "name": "delete",
184
+ "domain": "estimate-format",
185
+ "operationId": "estimateFormat.destroy",
186
+ "method": "DELETE",
187
+ "path": "/v2/sales/estimate-formats/{id}",
188
+ "summary": "見積フォーマット削除",
189
+ "pathParams": [
190
+ {
191
+ "name": "id",
192
+ "type": "string",
193
+ "required": true,
194
+ "source": "spec"
195
+ }
196
+ ],
197
+ "queryParams": [],
198
+ "body": null,
199
+ "resultPath": null,
200
+ "risk": "destructive",
201
+ "aliases": []
202
+ },
203
+ {
204
+ "name": "get",
205
+ "domain": "estimate-format",
206
+ "operationId": "estimateFormat.show",
207
+ "method": "GET",
208
+ "path": "/v2/sales/estimate-formats/{id}",
209
+ "summary": "見積フォーマット詳細取得",
210
+ "pathParams": [
211
+ {
212
+ "name": "id",
213
+ "type": "string",
214
+ "required": true,
215
+ "source": "spec"
216
+ }
217
+ ],
218
+ "queryParams": [
219
+ {
220
+ "name": "limit",
221
+ "type": "integer",
222
+ "required": false,
223
+ "description": "1ページあたりの件数",
224
+ "source": "curation"
225
+ },
226
+ {
227
+ "name": "cursor",
228
+ "type": "string",
229
+ "required": false,
230
+ "description": "次ページの取得に使うカーソル",
231
+ "source": "curation"
232
+ }
233
+ ],
234
+ "body": null,
235
+ "resultPath": null,
236
+ "risk": "read",
237
+ "aliases": []
238
+ },
239
+ {
240
+ "name": "list",
241
+ "domain": "estimate-format",
242
+ "operationId": "estimateFormat.index",
243
+ "method": "GET",
244
+ "path": "/v2/sales/estimate-formats",
245
+ "summary": "見積フォーマット一覧取得",
246
+ "pathParams": [],
247
+ "queryParams": [
248
+ {
249
+ "name": "keyword",
250
+ "type": "string",
251
+ "required": false,
252
+ "source": "spec"
253
+ },
254
+ {
255
+ "name": "sort_column",
256
+ "type": "string",
257
+ "required": false,
258
+ "source": "spec"
259
+ },
260
+ {
261
+ "name": "sort_direction",
262
+ "type": "string",
263
+ "required": false,
264
+ "source": "spec"
265
+ },
266
+ {
267
+ "name": "limit",
268
+ "type": "integer",
269
+ "required": false,
270
+ "description": "1ページあたりの件数",
271
+ "source": "curation"
272
+ },
273
+ {
274
+ "name": "cursor",
275
+ "type": "string",
276
+ "required": false,
277
+ "description": "次ページの取得に使うカーソル",
278
+ "source": "curation"
279
+ }
280
+ ],
281
+ "body": null,
282
+ "resultPath": "list",
283
+ "risk": "read",
284
+ "aliases": []
285
+ },
286
+ {
287
+ "name": "update",
288
+ "domain": "estimate-format",
289
+ "operationId": "estimateFormat.update",
290
+ "method": "PUT",
291
+ "path": "/v2/sales/estimate-formats/{id}",
292
+ "summary": "見積フォーマット更新",
293
+ "pathParams": [
294
+ {
295
+ "name": "id",
296
+ "type": "string",
297
+ "required": true,
298
+ "source": "spec"
299
+ }
300
+ ],
301
+ "queryParams": [],
302
+ "body": {
303
+ "schema": {
304
+ "type": "object",
305
+ "properties": {
306
+ "format_name": {
307
+ "type": "string",
308
+ "maxLength": 255
309
+ },
310
+ "start_date": {
311
+ "type": [
312
+ "string",
313
+ "null"
314
+ ],
315
+ "format": "date-time"
316
+ },
317
+ "end_date": {
318
+ "type": [
319
+ "string",
320
+ "null"
321
+ ],
322
+ "format": "date-time"
323
+ },
324
+ "default_unit": {
325
+ "type": "string",
326
+ "enum": [
327
+ "set",
328
+ "item",
329
+ "unit",
330
+ "hour",
331
+ "day",
332
+ "month",
333
+ "person",
334
+ "person_month",
335
+ "person_day"
336
+ ]
337
+ },
338
+ "default_tax_rate": {
339
+ "type": "string",
340
+ "enum": [
341
+ "10",
342
+ "8",
343
+ "0"
344
+ ]
345
+ },
346
+ "default_business_place_id": {
347
+ "type": [
348
+ "integer",
349
+ "null"
350
+ ]
351
+ },
352
+ "default_seal_impression_id": {
353
+ "type": [
354
+ "integer",
355
+ "null"
356
+ ]
357
+ },
358
+ "default_estimate_no_id": {
359
+ "type": "integer"
360
+ },
361
+ "default_invoice_no_id": {
362
+ "type": "integer"
363
+ },
364
+ "default_payee_id": {
365
+ "type": [
366
+ "integer",
367
+ "null"
368
+ ]
369
+ },
370
+ "default_terms": {
371
+ "type": [
372
+ "string",
373
+ "null"
374
+ ]
375
+ },
376
+ "default_invoice_memo": {
377
+ "type": [
378
+ "string",
379
+ "null"
380
+ ]
381
+ },
382
+ "default_purchase_terms": {
383
+ "type": [
384
+ "string",
385
+ "null"
386
+ ]
387
+ },
388
+ "default_purchase_acceptance_terms": {
389
+ "type": [
390
+ "string",
391
+ "null"
392
+ ]
393
+ },
394
+ "estimate_workflow_id": {
395
+ "type": [
396
+ "string",
397
+ "null"
398
+ ],
399
+ "maxLength": 36
400
+ },
401
+ "contract_workflow_id": {
402
+ "type": [
403
+ "string",
404
+ "null"
405
+ ],
406
+ "maxLength": 36
407
+ },
408
+ "invoice_workflow_id": {
409
+ "type": [
410
+ "string",
411
+ "null"
412
+ ],
413
+ "maxLength": 36
414
+ },
415
+ "purchase_workflow_id": {
416
+ "type": [
417
+ "string",
418
+ "null"
419
+ ],
420
+ "maxLength": 36
421
+ },
422
+ "estimate_manage_content": {
423
+ "type": [
424
+ "array",
425
+ "null"
426
+ ],
427
+ "items": {
428
+ "type": "string"
429
+ }
430
+ },
431
+ "contract_manage_content": {
432
+ "type": [
433
+ "array",
434
+ "null"
435
+ ],
436
+ "items": {
437
+ "type": "string"
438
+ }
439
+ },
440
+ "invoice_manage_content": {
441
+ "type": [
442
+ "array",
443
+ "null"
444
+ ],
445
+ "items": {
446
+ "type": "string"
447
+ }
448
+ },
449
+ "sort_order": {
450
+ "type": [
451
+ "integer",
452
+ "null"
453
+ ],
454
+ "minimum": 0
455
+ }
456
+ },
457
+ "title": "EstimateFormatUpdateRequest"
458
+ }
459
+ },
460
+ "resultPath": null,
461
+ "risk": "write",
462
+ "aliases": []
463
+ }
464
+ ]
465
+ }
@@ -0,0 +1,236 @@
1
+ {
2
+ "domain": "estimate-no-rule",
3
+ "operations": [
4
+ {
5
+ "name": "create",
6
+ "domain": "estimate-no-rule",
7
+ "operationId": "estimateNoRule.store",
8
+ "method": "POST",
9
+ "path": "/v2/sales/estimate-no-rules",
10
+ "summary": "見積番号ルール作成",
11
+ "pathParams": [],
12
+ "queryParams": [],
13
+ "body": {
14
+ "schema": {
15
+ "type": "object",
16
+ "properties": {
17
+ "rule_name": {
18
+ "type": "string",
19
+ "maxLength": 100
20
+ },
21
+ "prefix": {
22
+ "type": [
23
+ "string",
24
+ "null"
25
+ ],
26
+ "maxLength": 20
27
+ },
28
+ "digit_count": {
29
+ "type": "integer",
30
+ "minimum": 1,
31
+ "maximum": 10
32
+ },
33
+ "current_number": {
34
+ "type": [
35
+ "integer",
36
+ "null"
37
+ ],
38
+ "minimum": 0
39
+ },
40
+ "count_up_num": {
41
+ "type": [
42
+ "integer",
43
+ "null"
44
+ ],
45
+ "minimum": 1
46
+ },
47
+ "sort_order": {
48
+ "type": [
49
+ "integer",
50
+ "null"
51
+ ],
52
+ "minimum": 0
53
+ }
54
+ },
55
+ "required": [
56
+ "rule_name",
57
+ "digit_count"
58
+ ],
59
+ "title": "EstimateNoRuleStoreRequest"
60
+ }
61
+ },
62
+ "resultPath": null,
63
+ "risk": "write",
64
+ "aliases": []
65
+ },
66
+ {
67
+ "name": "delete",
68
+ "domain": "estimate-no-rule",
69
+ "operationId": "estimateNoRule.destroy",
70
+ "method": "DELETE",
71
+ "path": "/v2/sales/estimate-no-rules/{id}",
72
+ "summary": "見積番号ルール削除",
73
+ "pathParams": [
74
+ {
75
+ "name": "id",
76
+ "type": "string",
77
+ "required": true,
78
+ "source": "spec"
79
+ }
80
+ ],
81
+ "queryParams": [],
82
+ "body": null,
83
+ "resultPath": null,
84
+ "risk": "destructive",
85
+ "aliases": []
86
+ },
87
+ {
88
+ "name": "get",
89
+ "domain": "estimate-no-rule",
90
+ "operationId": "estimateNoRule.show",
91
+ "method": "GET",
92
+ "path": "/v2/sales/estimate-no-rules/{id}",
93
+ "summary": "見積番号ルール詳細取得",
94
+ "pathParams": [
95
+ {
96
+ "name": "id",
97
+ "type": "string",
98
+ "required": true,
99
+ "source": "spec"
100
+ }
101
+ ],
102
+ "queryParams": [
103
+ {
104
+ "name": "limit",
105
+ "type": "integer",
106
+ "required": false,
107
+ "description": "1ページあたりの件数",
108
+ "source": "curation"
109
+ },
110
+ {
111
+ "name": "cursor",
112
+ "type": "string",
113
+ "required": false,
114
+ "description": "次ページの取得に使うカーソル",
115
+ "source": "curation"
116
+ }
117
+ ],
118
+ "body": null,
119
+ "resultPath": null,
120
+ "risk": "read",
121
+ "aliases": []
122
+ },
123
+ {
124
+ "name": "list",
125
+ "domain": "estimate-no-rule",
126
+ "operationId": "estimateNoRule.index",
127
+ "method": "GET",
128
+ "path": "/v2/sales/estimate-no-rules",
129
+ "summary": "見積番号ルール一覧取得",
130
+ "pathParams": [],
131
+ "queryParams": [
132
+ {
133
+ "name": "keyword",
134
+ "type": "string",
135
+ "required": false,
136
+ "source": "spec"
137
+ },
138
+ {
139
+ "name": "sort_column",
140
+ "type": "string",
141
+ "required": false,
142
+ "source": "spec"
143
+ },
144
+ {
145
+ "name": "sort_direction",
146
+ "type": "string",
147
+ "required": false,
148
+ "source": "spec"
149
+ },
150
+ {
151
+ "name": "limit",
152
+ "type": "integer",
153
+ "required": false,
154
+ "description": "1ページあたりの件数",
155
+ "source": "curation"
156
+ },
157
+ {
158
+ "name": "cursor",
159
+ "type": "string",
160
+ "required": false,
161
+ "description": "次ページの取得に使うカーソル",
162
+ "source": "curation"
163
+ }
164
+ ],
165
+ "body": null,
166
+ "resultPath": "list",
167
+ "risk": "read",
168
+ "aliases": []
169
+ },
170
+ {
171
+ "name": "update",
172
+ "domain": "estimate-no-rule",
173
+ "operationId": "estimateNoRule.update",
174
+ "method": "PUT",
175
+ "path": "/v2/sales/estimate-no-rules/{id}",
176
+ "summary": "見積番号ルール更新",
177
+ "pathParams": [
178
+ {
179
+ "name": "id",
180
+ "type": "string",
181
+ "required": true,
182
+ "source": "spec"
183
+ }
184
+ ],
185
+ "queryParams": [],
186
+ "body": {
187
+ "schema": {
188
+ "type": "object",
189
+ "properties": {
190
+ "rule_name": {
191
+ "type": "string",
192
+ "maxLength": 100
193
+ },
194
+ "prefix": {
195
+ "type": [
196
+ "string",
197
+ "null"
198
+ ],
199
+ "maxLength": 20
200
+ },
201
+ "digit_count": {
202
+ "type": "integer",
203
+ "minimum": 1,
204
+ "maximum": 10
205
+ },
206
+ "current_number": {
207
+ "type": [
208
+ "integer",
209
+ "null"
210
+ ],
211
+ "minimum": 0
212
+ },
213
+ "count_up_num": {
214
+ "type": [
215
+ "integer",
216
+ "null"
217
+ ],
218
+ "minimum": 1
219
+ },
220
+ "sort_order": {
221
+ "type": [
222
+ "integer",
223
+ "null"
224
+ ],
225
+ "minimum": 0
226
+ }
227
+ },
228
+ "title": "EstimateNoRuleUpdateRequest"
229
+ }
230
+ },
231
+ "resultPath": null,
232
+ "risk": "write",
233
+ "aliases": []
234
+ }
235
+ ]
236
+ }