Browse Source

chore: generate

GitHub Action 3 months ago
parent
commit
e20535655b
2 changed files with 4 additions and 0 deletions
  1. 1 0
      packages/sdk/js/src/v2/gen/types.gen.ts
  2. 3 0
      packages/sdk/openapi.json

+ 1 - 0
packages/sdk/js/src/v2/gen/types.gen.ts

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

+ 3 - 0
packages/sdk/openapi.json

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