Skip to content

Commit e205356

Browse files
committed
chore: generate
1 parent 1662e14 commit e205356

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

packages/sdk/js/src/v2/gen/types.gen.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2062,6 +2062,7 @@ export type OAuth = {
20622062
refresh: string
20632063
access: string
20642064
expires: number
2065+
accountId?: string
20652066
enterpriseUrl?: string
20662067
}
20672068

packages/sdk/openapi.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10463,6 +10463,9 @@
1046310463
"expires": {
1046410464
"type": "number"
1046510465
},
10466+
"accountId": {
10467+
"type": "string"
10468+
},
1046610469
"enterpriseUrl": {
1046710470
"type": "string"
1046810471
}

0 commit comments

Comments
 (0)