autogen: api/locale indexing

This commit is contained in:
무라쿠모 2024-09-07 20:28:33 +09:00
parent 138087a19a
commit 3a98271802
No known key found for this signature in database
GPG key ID: 139D6573F92DA9F7
7 changed files with 141 additions and 0 deletions

View file

@ -374,6 +374,8 @@ export type IUpdateEmailRequest = operations['i___update-email']['requestBody'][
export type IUpdateEmailResponse = operations['i___update-email']['responses']['200']['content']['application/json'];
export type IUpdateRequest = operations['i___update']['requestBody']['content']['application/json'];
export type IUpdateResponse = operations['i___update']['responses']['200']['content']['application/json'];
export type IUpdateRemovalConditionRequest = operations['i___update-removal-condition']['requestBody']['content']['application/json'];
export type IUpdateRemovalConditionResponse = operations['i___update-removal-condition']['responses']['200']['content']['application/json'];
export type IMoveRequest = operations['i___move']['requestBody']['content']['application/json'];
export type IMoveResponse = operations['i___move']['responses']['200']['content']['application/json'];
export type IWebhooksCreateRequest = operations['i___webhooks___create']['requestBody']['content']['application/json'];