autogen: api/locale indexing
This commit is contained in:
parent
138087a19a
commit
3a98271802
7 changed files with 141 additions and 0 deletions
|
@ -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'];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue