From 03894d7136ea7ecb22ce6ead4a6ec73f8dea1c9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 09:55:00 +0000 Subject: [PATCH 1/2] feat(deps-dev): bump @seamapi/types in the seam group Bumps the seam group with 1 update: [@seamapi/types](https://github.com/seamapi/types). Updates `@seamapi/types` from 1.517.0 to 1.520.0 - [Release notes](https://github.com/seamapi/types/releases) - [Changelog](https://github.com/seamapi/types/blob/main/.releaserc.json) - [Commits](https://github.com/seamapi/types/compare/v1.517.0...v1.520.0) --- updated-dependencies: - dependency-name: "@seamapi/types" dependency-version: 1.520.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: seam ... Signed-off-by: dependabot[bot] --- 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 e64de44e..60ff34a8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "devDependencies": { "@seamapi/fake-seam-connect": "1.83.2", "@seamapi/nextlove-sdk-generator": "^1.19.0", - "@seamapi/types": "1.517.0", + "@seamapi/types": "1.520.0", "del": "^7.1.0", "markdown-toc": "^1.2.0", "prettier": "^3.2.5" @@ -476,9 +476,9 @@ } }, "node_modules/@seamapi/types": { - "version": "1.517.0", - "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.517.0.tgz", - "integrity": "sha512-FnVqqonmpBCLEdPeP4PxaD4E+ffq0NnW4vNmuHmKQ5QThB5p3+9i+ityzrs4uWxf76G2g/1ysRfvfhwHyEsjOg==", + "version": "1.520.0", + "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.520.0.tgz", + "integrity": "sha512-mLBy0WTh6YIGg8Uf4GlWr2IozasHMjZdqf33NI51DL26T9rU7MFT1hE5+OE0YVPkYbL8u/FztBuNtL1nmB3//Q==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index 2ec347af..0b059e00 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "devDependencies": { "@seamapi/fake-seam-connect": "1.83.2", "@seamapi/nextlove-sdk-generator": "^1.19.0", - "@seamapi/types": "1.517.0", + "@seamapi/types": "1.520.0", "del": "^7.1.0", "markdown-toc": "^1.2.0", "prettier": "^3.2.5" From 7428eab74ec8bac4ccfd102393dc903b9fe965cf Mon Sep 17 00:00:00 2001 From: Seam Bot Date: Mon, 11 Aug 2025 09:55:34 +0000 Subject: [PATCH 2/2] ci: Generate code --- lib/seam/routes/clients/access_grants.rb | 4 ++-- lib/seam/routes/clients/events.rb | 4 ++-- lib/seam/routes/clients/spaces.rb | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/seam/routes/clients/access_grants.rb b/lib/seam/routes/clients/access_grants.rb index 59c81b20..12aff8e6 100644 --- a/lib/seam/routes/clients/access_grants.rb +++ b/lib/seam/routes/clients/access_grants.rb @@ -32,8 +32,8 @@ def get_related(access_grant_ids:, exclude: nil, include: nil) nil end - def list(access_grant_key: nil, acs_entrance_id: nil, acs_system_id: nil, location_id: nil, space_id: nil, user_identity_id: nil) - res = @client.post("/access_grants/list", {access_grant_key: access_grant_key, acs_entrance_id: acs_entrance_id, acs_system_id: acs_system_id, location_id: location_id, space_id: space_id, user_identity_id: user_identity_id}.compact) + def list(access_grant_key: nil, acs_entrance_id: nil, acs_system_id: nil, customer_key: nil, location_id: nil, space_id: nil, user_identity_id: nil) + res = @client.post("/access_grants/list", {access_grant_key: access_grant_key, acs_entrance_id: acs_entrance_id, acs_system_id: acs_system_id, customer_key: customer_key, location_id: location_id, space_id: space_id, user_identity_id: user_identity_id}.compact) Seam::Resources::AccessGrant.load_from_response(res.body["access_grants"]) end diff --git a/lib/seam/routes/clients/events.rb b/lib/seam/routes/clients/events.rb index 1dd4a58b..69eca1ab 100644 --- a/lib/seam/routes/clients/events.rb +++ b/lib/seam/routes/clients/events.rb @@ -14,8 +14,8 @@ def get(device_id: nil, event_id: nil, event_type: nil) Seam::Resources::SeamEvent.load_from_response(res.body["event"]) end - def list(access_code_id: nil, access_code_ids: nil, acs_system_id: nil, acs_system_ids: nil, between: nil, connect_webview_id: nil, connected_account_id: nil, customer_ids: nil, device_id: nil, device_ids: nil, event_ids: nil, event_type: nil, event_types: nil, limit: nil, since: nil, unstable_offset: nil) - res = @client.post("/events/list", {access_code_id: access_code_id, access_code_ids: access_code_ids, acs_system_id: acs_system_id, acs_system_ids: acs_system_ids, between: between, connect_webview_id: connect_webview_id, connected_account_id: connected_account_id, customer_ids: customer_ids, device_id: device_id, device_ids: device_ids, event_ids: event_ids, event_type: event_type, event_types: event_types, limit: limit, since: since, unstable_offset: unstable_offset}.compact) + def list(access_code_id: nil, access_code_ids: nil, acs_system_id: nil, acs_system_ids: nil, between: nil, connect_webview_id: nil, connected_account_id: nil, customer_key: nil, device_id: nil, device_ids: nil, event_ids: nil, event_type: nil, event_types: nil, limit: nil, since: nil, unstable_offset: nil) + res = @client.post("/events/list", {access_code_id: access_code_id, access_code_ids: access_code_ids, acs_system_id: acs_system_id, acs_system_ids: acs_system_ids, between: between, connect_webview_id: connect_webview_id, connected_account_id: connected_account_id, customer_key: customer_key, device_id: device_id, device_ids: device_ids, event_ids: event_ids, event_type: event_type, event_types: event_types, limit: limit, since: since, unstable_offset: unstable_offset}.compact) Seam::Resources::SeamEvent.load_from_response(res.body["events"]) end diff --git a/lib/seam/routes/clients/spaces.rb b/lib/seam/routes/clients/spaces.rb index 6d9661b4..af22b17d 100644 --- a/lib/seam/routes/clients/spaces.rb +++ b/lib/seam/routes/clients/spaces.rb @@ -44,8 +44,8 @@ def get_related(exclude: nil, include: nil, space_ids: nil, space_keys: nil) nil end - def list(connected_account_id: nil, search: nil, space_key: nil) - res = @client.post("/spaces/list", {connected_account_id: connected_account_id, search: search, space_key: space_key}.compact) + def list(connected_account_id: nil, customer_key: nil, search: nil, space_key: nil) + res = @client.post("/spaces/list", {connected_account_id: connected_account_id, customer_key: customer_key, search: search, space_key: space_key}.compact) Seam::Resources::Space.load_from_response(res.body["spaces"]) end