chore: generate
This commit is contained in:
@@ -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"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user