From 5be5e8686982e069a28f934ec7cfb0d51ba36733 Mon Sep 17 00:00:00 2001 From: Seam Bot Date: Fri, 8 Aug 2025 16:43:11 +0000 Subject: [PATCH 1/2] feat: Update to @seamapi/types@1.518.0 --- package-lock.json | 8 ++++---- package.json | 2 +- .../customization-profiles/customization-profiles.ts | 12 ++++-------- 3 files changed, 9 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6c69f9df..9b707d46 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@seamapi/blueprint": "^0.51.1", "@seamapi/fake-seam-connect": "^1.77.0", "@seamapi/smith": "^0.4.4", - "@seamapi/types": "1.513.0", + "@seamapi/types": "1.518.0", "@swc/core": "^1.11.29", "@types/eslint": "^8.44.2", "@types/jsonwebtoken": "^9.0.6", @@ -1216,9 +1216,9 @@ } }, "node_modules/@seamapi/types": { - "version": "1.513.0", - "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.513.0.tgz", - "integrity": "sha512-gw/m0byFKTSYGU6eY0bUPglcKh0pQHf3uaxi/QPY3W5p1rceVrOBUi5UuZKIDAVleJZyEdrVT5pSXdZdWFcXTw==", + "version": "1.518.0", + "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.518.0.tgz", + "integrity": "sha512-+Zcf3jBbxdX2JcK/Bh+QNdjtqa7RQYzqofMxvmh4gJ5J4XTd3ahYdQgDvwLaMtKqKVV0x75EmzpQldA2bWgVjw==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index dc6505fe..aa60d5ff 100644 --- a/package.json +++ b/package.json @@ -101,7 +101,7 @@ "@seamapi/blueprint": "^0.51.1", "@seamapi/fake-seam-connect": "^1.77.0", "@seamapi/smith": "^0.4.4", - "@seamapi/types": "1.513.0", + "@seamapi/types": "1.518.0", "@swc/core": "^1.11.29", "@types/eslint": "^8.44.2", "@types/jsonwebtoken": "^9.0.6", diff --git a/src/lib/seam/connect/routes/workspaces/customization-profiles/customization-profiles.ts b/src/lib/seam/connect/routes/workspaces/customization-profiles/customization-profiles.ts index 89e81eb0..c5d0ef84 100644 --- a/src/lib/seam/connect/routes/workspaces/customization-profiles/customization-profiles.ts +++ b/src/lib/seam/connect/routes/workspaces/customization-profiles/customization-profiles.ts @@ -3,11 +3,7 @@ * Do not edit this file or add other files to this directory. */ -import type { - RouteRequestBody, - RouteRequestParams, - RouteResponse, -} from '@seamapi/types/connect' +import type { RouteRequestBody, RouteResponse } from '@seamapi/types/connect' import { seamApiLtsVersion } from 'lib/lts-version.js' import { @@ -222,8 +218,8 @@ export class SeamHttpWorkspacesCustomizationProfiles { } return new SeamHttpRequest(this, { pathname: '/workspaces/customization_profiles/list', - method: 'GET', - params: parameters, + method: 'POST', + body: parameters, responseKey: 'customization_profiles', options, }) @@ -315,7 +311,7 @@ export type WorkspacesCustomizationProfilesGetRequest = SeamHttpRequest< export interface WorkspacesCustomizationProfilesGetOptions {} export type WorkspacesCustomizationProfilesListParameters = - RouteRequestParams<'/workspaces/customization_profiles/list'> + RouteRequestBody<'/workspaces/customization_profiles/list'> /** * @deprecated Use WorkspacesCustomizationProfilesListParameters instead. From 657db399f6461a75f89787d5a42f2e2c3b262c3d Mon Sep 17 00:00:00 2001 From: Seam Bot Date: Fri, 8 Aug 2025 16:44:09 +0000 Subject: [PATCH 2/2] ci: Generate code --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9b707d46..1b5edb9c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -50,7 +50,7 @@ "npm": ">=10.1.0" }, "peerDependencies": { - "@seamapi/types": "^1.513.0" + "@seamapi/types": "^1.518.0" }, "peerDependenciesMeta": { "@seamapi/types": { diff --git a/package.json b/package.json index aa60d5ff..44ecee2b 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ "npm": ">=10.1.0" }, "peerDependencies": { - "@seamapi/types": "^1.513.0" + "@seamapi/types": "^1.518.0" }, "peerDependenciesMeta": { "@seamapi/types": {