@@ -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"