chore: generate
parent
1662e149b3
commit
e20535655b
|
|
@ -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…
Reference in New Issue