From 675ee36a9626abf9e52e45562d98a3171835c0d9 Mon Sep 17 00:00:00 2001 From: Seam Bot Date: Tue, 29 Jul 2025 17:57:36 +0000 Subject: [PATCH 1/2] feat: Update to @seamapi/types@1.480.0 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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", From 4ed3b8bb1839e488641d6d1e3b2f33bd1dea2641 Mon Sep 17 00:00:00 2001 From: Seam Bot Date: Tue, 29 Jul 2025 17:59:16 +0000 Subject: [PATCH 2/2] ci: Generate docs --- docs/api/_blueprint.json | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) 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": []