chore: generate
This commit is contained in:
parent
1662e149b3
commit
e20535655b
2 changed files with 4 additions and 0 deletions
|
|
@ -2062,6 +2062,7 @@ export type OAuth = {
|
|||
refresh: string
|
||||
access: string
|
||||
expires: number
|
||||
accountId?: string
|
||||
enterpriseUrl?: string
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -10463,6 +10463,9 @@
|
|||
"expires": {
|
||||
"type": "number"
|
||||
},
|
||||
"accountId": {
|
||||
"type": "string"
|
||||
},
|
||||
"enterpriseUrl": {
|
||||
"type": "string"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue