diff --git a/docs/api/_blueprint.json b/docs/api/_blueprint.json index 29c27940b..be56aec59 100644 --- a/docs/api/_blueprint.json +++ b/docs/api/_blueprint.json @@ -64540,7 +64540,9 @@ }, "hasPagination": false, "authMethods": [ - "client_session_token" + "client_session_token", + "personal_access_token", + "api_key" ], "workspaceScope": "required", "codeSamples": [] @@ -64590,7 +64592,9 @@ }, "hasPagination": false, "authMethods": [ - "client_session_token" + "client_session_token", + "personal_access_token", + "api_key" ], "workspaceScope": "required", "codeSamples": [] @@ -64625,7 +64629,9 @@ }, "hasPagination": false, "authMethods": [ - "client_session_token" + "client_session_token", + "personal_access_token", + "api_key" ], "workspaceScope": "required", "codeSamples": [] @@ -64714,7 +64720,9 @@ }, "hasPagination": false, "authMethods": [ - "client_session_token" + "client_session_token", + "personal_access_token", + "api_key" ], "workspaceScope": "required", "codeSamples": [] @@ -64745,7 +64753,9 @@ }, "hasPagination": false, "authMethods": [ - "client_session_token" + "client_session_token", + "personal_access_token", + "api_key" ], "workspaceScope": "required", "codeSamples": [] diff --git a/package-lock.json b/package-lock.json index b6879d5b3..03672bf9e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@prettier/plugin-ruby": "^4.0.4", "@seamapi/blueprint": "^0.51.3", "@seamapi/smith": "^0.4.4", - "@seamapi/types": "1.479.0", + "@seamapi/types": "1.480.0", "@types/command-exists": "^1.2.3", "change-case": "^5.4.4", "command-exists": "^1.2.9", @@ -886,9 +886,9 @@ } }, "node_modules/@seamapi/types": { - "version": "1.479.0", - "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.479.0.tgz", - "integrity": "sha512-COnvSgszW8Jc/4ms15iqx2mlI04K9DvY6nhFBIybVwJ7aVnTxSbmC8taFufIg61Z/Lh7rfgozYz8Jigw2qakvA==", + "version": "1.480.0", + "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.480.0.tgz", + "integrity": "sha512-vjUd65+ZX9GcXnU5LrnCiJKSDj9x4PmwVYHO+HofpbAQNhGdG58VRWZ90LBH2tlRMxiFb4OtY1nQuSnd7d0Lvw==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index 11abc7457..70df656db 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@prettier/plugin-ruby": "^4.0.4", "@seamapi/blueprint": "^0.51.3", "@seamapi/smith": "^0.4.4", - "@seamapi/types": "1.479.0", + "@seamapi/types": "1.480.0", "@types/command-exists": "^1.2.3", "change-case": "^5.4.4", "command-exists": "^1.2.9",