chore: generate

This commit is contained in:
GitHub Action
2026-01-10 13:50:58 +00:00
parent 1662e149b3
commit e20535655b
2 changed files with 4 additions and 0 deletions

View File

@@ -2062,6 +2062,7 @@ export type OAuth = {
refresh: string
access: string
expires: number
accountId?: string
enterpriseUrl?: string
}

View File

@@ -10463,6 +10463,9 @@
"expires": {
"type": "number"
},
"accountId": {
"type": "string"
},
"enterpriseUrl": {
"type": "string"
}