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