chore: generate
This commit is contained in:
parent
dbd48d423d
commit
b2baddcd37
3 changed files with 23 additions and 21 deletions
|
|
@ -5680,14 +5680,14 @@ export type SessionUnshareData = {
|
|||
}
|
||||
|
||||
export type SessionUnshareErrors = {
|
||||
/**
|
||||
* Bad request
|
||||
*/
|
||||
400: BadRequestError
|
||||
/**
|
||||
* NotFoundError
|
||||
*/
|
||||
404: NotFoundError
|
||||
/**
|
||||
* InternalServerError
|
||||
*/
|
||||
500: EffectHttpApiErrorInternalServerError
|
||||
}
|
||||
|
||||
export type SessionUnshareError = SessionUnshareErrors[keyof SessionUnshareErrors]
|
||||
|
|
@ -5714,14 +5714,14 @@ export type SessionShareData = {
|
|||
}
|
||||
|
||||
export type SessionShareErrors = {
|
||||
/**
|
||||
* Bad request
|
||||
*/
|
||||
400: BadRequestError
|
||||
/**
|
||||
* NotFoundError
|
||||
*/
|
||||
404: NotFoundError
|
||||
/**
|
||||
* InternalServerError
|
||||
*/
|
||||
500: EffectHttpApiErrorInternalServerError
|
||||
}
|
||||
|
||||
export type SessionShareError = SessionShareErrors[keyof SessionShareErrors]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue