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
|
refresh: string
|
||||||
access: string
|
access: string
|
||||||
expires: number
|
expires: number
|
||||||
|
accountId?: string
|
||||||
enterpriseUrl?: string
|
enterpriseUrl?: string
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -10463,6 +10463,9 @@
|
||||||
"expires": {
|
"expires": {
|
||||||
"type": "number"
|
"type": "number"
|
||||||
},
|
},
|
||||||
|
"accountId": {
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
"enterpriseUrl": {
|
"enterpriseUrl": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue