diff --git a/docs/api/_blueprint.json b/docs/api/_blueprint.json index 88751ad9f..35e8ae720 100644 --- a/docs/api/_blueprint.json +++ b/docs/api/_blueprint.json @@ -10127,7 +10127,7 @@ "namespace": null, "endpoints": [ { - "title": "", + "title": "Delete a Connected Account", "name": "delete", "path": "/connected_accounts/delete", "description": "", @@ -10180,7 +10180,7 @@ "codeSamples": [] }, { - "title": "", + "title": "Get a Connected Account", "name": "get", "path": "/connected_accounts/get", "description": "", @@ -10241,7 +10241,7 @@ "codeSamples": [] }, { - "title": "", + "title": "List Connected Accounts", "name": "list", "path": "/connected_accounts/list", "description": "", @@ -10327,7 +10327,7 @@ "codeSamples": [] }, { - "title": "", + "title": "Update a Connected Account", "name": "update", "path": "/connected_accounts/update", "description": "", @@ -44413,6 +44413,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" } ] }, @@ -45746,6 +45759,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" } ] }, @@ -45775,19 +45801,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.", @@ -49409,6 +49422,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 752e7ea79..22aedea7c 100644 --- a/docs/api/_report.md +++ b/docs/api/_report.md @@ -39,10 +39,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 d8914ac59..476a1b13e 100644 --- a/docs/api/thermostats/schedules/README.md +++ b/docs/api/thermostats/schedules/README.md @@ -130,6 +130,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 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",