From b341a0fe4c510e5d633a2b5f6360cc34a61b8cd8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 May 2025 23:27:16 +0000 Subject: [PATCH 1/2] feat(deps): Bump @seamapi/types from 1.395.1 to 1.395.3 Bumps [@seamapi/types](https://github.com/seamapi/types) from 1.395.1 to 1.395.3. - [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.395.1...v1.395.3) --- updated-dependencies: - dependency-name: "@seamapi/types" dependency-version: 1.395.3 dependency-type: direct:production update-type: version-update:semver-patch ... 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 e8713a712..eef0f912b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@prettier/plugin-php": "^0.22.2", "@prettier/plugin-ruby": "^4.0.4", "@seamapi/blueprint": "^0.42.0", - "@seamapi/types": "1.395.1", + "@seamapi/types": "1.395.3", "change-case": "^5.4.4", "command-exists": "^1.2.9", "del": "^8.0.0", @@ -781,9 +781,9 @@ } }, "node_modules/@seamapi/types": { - "version": "1.395.1", - "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.395.1.tgz", - "integrity": "sha512-n13LTzgH6cJioTFIqWubdOrXk4pvxOs/SXcWbTGBFG84AWnZOQ6uEky5kRgDq1wTrlrzzAh1Jgieq72C3sxXcA==", + "version": "1.395.3", + "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.395.3.tgz", + "integrity": "sha512-HfqkuV/au/9V/XoBNZCv2sx6QuRdms68bC60/W23AdZ19h2p7fOHaUkc4DKJy8lvzTdr/499B8D6VCdRaTZSKw==", "license": "MIT", "engines": { "node": ">=18.12.0", diff --git a/package.json b/package.json index f6b784451..fe2e1fcd5 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@prettier/plugin-php": "^0.22.2", "@prettier/plugin-ruby": "^4.0.4", "@seamapi/blueprint": "^0.42.0", - "@seamapi/types": "1.395.1", + "@seamapi/types": "1.395.3", "change-case": "^5.4.4", "command-exists": "^1.2.9", "del": "^8.0.0", From 073f5b74ec62a75c798e35258987e3a0b5b1ce9c Mon Sep 17 00:00:00 2001 From: Seam Bot Date: Thu, 15 May 2025 23:28:20 +0000 Subject: [PATCH 2/2] ci: Generate docs --- docs/api/_blueprint.json | 60 +++++++++++++++++------- docs/api/_report.md | 4 -- docs/api/thermostats/schedules/README.md | 8 ++++ 3 files changed, 51 insertions(+), 21 deletions(-) diff --git a/docs/api/_blueprint.json b/docs/api/_blueprint.json index 8de87044e..4e9eb4a7b 100644 --- a/docs/api/_blueprint.json +++ b/docs/api/_blueprint.json @@ -9953,7 +9953,7 @@ "namespace": null, "endpoints": [ { - "title": "", + "title": "Delete a Connected Account", "name": "delete", "path": "/connected_accounts/delete", "description": "", @@ -10006,7 +10006,7 @@ "codeSamples": [] }, { - "title": "", + "title": "Get a Connected Account", "name": "get", "path": "/connected_accounts/get", "description": "", @@ -10067,7 +10067,7 @@ "codeSamples": [] }, { - "title": "", + "title": "List Connected Accounts", "name": "list", "path": "/connected_accounts/list", "description": "", @@ -10153,7 +10153,7 @@ "codeSamples": [] }, { - "title": "", + "title": "Update a Connected Account", "name": "update", "path": "/connected_accounts/update", "description": "", @@ -44239,6 +44239,19 @@ "propertyGroupKey": null, "format": "id", "jsonType": "string" + }, + { + "name": "workspace_id", + "description": "ID of the [workspace](../core-concepts/workspaces/README.md) that contains the thermostat schedule.", + "isDeprecated": false, + "deprecationMessage": "", + "isUndocumented": false, + "undocumentedMessage": "", + "isDraft": false, + "draftMessage": "", + "propertyGroupKey": null, + "format": "id", + "jsonType": "string" } ] }, @@ -45572,6 +45585,19 @@ "propertyGroupKey": null, "format": "id", "jsonType": "string" + }, + { + "name": "workspace_id", + "description": "ID of the [workspace](../core-concepts/workspaces/README.md) that contains the thermostat daily program.", + "isDeprecated": false, + "deprecationMessage": "", + "isUndocumented": false, + "undocumentedMessage": "", + "isDraft": false, + "draftMessage": "", + "propertyGroupKey": null, + "format": "id", + "jsonType": "string" } ] }, @@ -45601,19 +45627,6 @@ "format": "datetime", "jsonType": "string" }, - { - "name": "device_id", - "description": "ID of the thermostat device the weekly program is for.", - "isDeprecated": false, - "deprecationMessage": "", - "isUndocumented": false, - "undocumentedMessage": "", - "isDraft": false, - "draftMessage": "", - "propertyGroupKey": null, - "format": "id", - "jsonType": "string" - }, { "name": "friday_program_id", "description": "ID of the thermostat daily program to run on Fridays.", @@ -49235,6 +49248,19 @@ "propertyGroupKey": null, "format": "id", "jsonType": "string" + }, + { + "name": "workspace_id", + "description": "ID of the [workspace](../core-concepts/workspaces/README.md) that contains the thermostat schedule.", + "isDeprecated": false, + "deprecationMessage": "", + "isUndocumented": false, + "undocumentedMessage": "", + "isDraft": false, + "draftMessage": "", + "propertyGroupKey": null, + "format": "id", + "jsonType": "string" } ], "description": "Represents a [thermostat schedule](../capability-guides/thermostats/creating-and-managing-thermostat-schedules.md) that activates a configured [climate preset](../capability-guides/thermostats/creating-and-managing-climate-presets/README.md) on a [thermostat](https://docs.seam.co/latest/capability-guides/thermostats) at a specified starting time and deactivates the climate preset at a specified ending time.", diff --git a/docs/api/_report.md b/docs/api/_report.md index 327adc94d..602a30dc2 100644 --- a/docs/api/_report.md +++ b/docs/api/_report.md @@ -42,10 +42,6 @@ - `/connect_webviews/delete` - `/connect_webviews/get` - `/connect_webviews/list` -- `/connected_accounts/delete` -- `/connected_accounts/get` -- `/connected_accounts/list` -- `/connected_accounts/update` - `/devices/get` - `/devices/list_device_providers` - `/devices/update` diff --git a/docs/api/thermostats/schedules/README.md b/docs/api/thermostats/schedules/README.md index 51b61ece3..169387179 100644 --- a/docs/api/thermostats/schedules/README.md +++ b/docs/api/thermostats/schedules/README.md @@ -100,6 +100,14 @@ ID of the [thermostat schedule](../../../capability-guides/thermostats/creating- --- +### `workspace_id` + +Format: `UUID` + +ID of the [workspace](../../../core-concepts/workspaces/README.md) that contains the thermostat schedule. + +--- + ## Endpoints ### [`/thermostats/schedules/create`](./create.md)