From d5eb746ea051e407afa25d7921672c6920dcae06 Mon Sep 17 00:00:00 2001 From: Seam Bot Date: Mon, 13 Jul 2026 19:11:24 +0000 Subject: [PATCH 1/2] feat: Update to @seamapi/types@1.947.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 2eafa7d0a..b3411e19a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@prettier/plugin-ruby": "^4.0.4", "@seamapi/blueprint": "^0.56.0", "@seamapi/smith": "^0.5.2", - "@seamapi/types": "1.946.0", + "@seamapi/types": "1.947.0", "@types/command-exists": "^1.2.3", "change-case": "^5.4.4", "command-exists": "^1.2.9", @@ -4094,9 +4094,9 @@ } }, "node_modules/@seamapi/types": { - "version": "1.946.0", - "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.946.0.tgz", - "integrity": "sha512-0MgTYHsiCDDvEEAMaHmYg0HACKM6PYD+h3kSAg386pC9z+Hr0ddCPfhsuBlnI2FLuxogl//nt5XwxQpgGa0guQ==", + "version": "1.947.0", + "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.947.0.tgz", + "integrity": "sha512-pKV5CM8jy0xe+NbcqBtWSw3KkYKrwVc+WslR9jmKUHFIk7w2EsfMmWj08MdU5Ek3GlIA0LSxkiripnHQdZhsPA==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index 301c405bc..0bcd7cb19 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "@prettier/plugin-ruby": "^4.0.4", "@seamapi/blueprint": "^0.56.0", "@seamapi/smith": "^0.5.2", - "@seamapi/types": "1.946.0", + "@seamapi/types": "1.947.0", "@types/command-exists": "^1.2.3", "change-case": "^5.4.4", "command-exists": "^1.2.9", From d66180546436b3df17fe87c0777eb754a857ffcd Mon Sep 17 00:00:00 2001 From: Seam Bot Date: Mon, 13 Jul 2026 19:14:16 +0000 Subject: [PATCH 2/2] ci: Generate docs --- docs/api-reference/_blueprint.json | 8 ++++---- docs/api-reference/access_codes/README.md | 14 +++++++------- .../api-reference/access_codes/unmanaged/README.md | 14 +++++++------- mintlify-docs/api/access_codes/errors.mdx | 8 ++++---- .../api/access_codes/unmanaged/errors.mdx | 8 ++++---- 5 files changed, 26 insertions(+), 26 deletions(-) diff --git a/docs/api-reference/_blueprint.json b/docs/api-reference/_blueprint.json index e8667c625..7ae000663 100644 --- a/docs/api-reference/_blueprint.json +++ b/docs/api-reference/_blueprint.json @@ -97192,7 +97192,7 @@ "jsonType": "string", "values": [ { - "name": "schlage_access_code_ambiguous_timezone_dst_risk", + "name": "time_frame_adjusted_for_unknown_time_zone", "description": "", "isDeprecated": false, "deprecationMessage": "", @@ -97204,7 +97204,7 @@ ] } ], - "description": "The Schlage device's timezone is ambiguous and this code's schedule crosses a daylight-saving transition in at least one plausible timezone. A 1-hour safety buffer has been applied to the side of the schedule affected by the transition (`ends_at` for spring-forward, `starts_at` for fall-back) so the code stays active through the shift — the code may be usable up to 1 hour beyond your requested window. Set the device's timezone via `/devices/report_provider_metadata` to clear the buffer and guarantee exact DST handling." + "description": "The device's time zone is unknown and this code's time frame crosses a daylight-saving transition in at least one plausible time zone. A 1-hour safety buffer has been applied to the side of the time frame affected by the transition (`ends_at` for spring-forward, `starts_at` for fall-back) so the code stays active through the shift — the code may be usable up to 1 hour beyond your requested window. Set the device's time zone via `/devices/report_provider_metadata` to clear the buffer and guarantee exact handling." }, { "resourceType": null, @@ -131660,7 +131660,7 @@ "jsonType": "string", "values": [ { - "name": "schlage_access_code_ambiguous_timezone_dst_risk", + "name": "time_frame_adjusted_for_unknown_time_zone", "description": "", "isDeprecated": false, "deprecationMessage": "", @@ -131672,7 +131672,7 @@ ] } ], - "description": "The Schlage device's timezone is ambiguous and this code's schedule crosses a daylight-saving transition in at least one plausible timezone. A 1-hour safety buffer has been applied to the side of the schedule affected by the transition (`ends_at` for spring-forward, `starts_at` for fall-back) so the code stays active through the shift — the code may be usable up to 1 hour beyond your requested window. Set the device's timezone via `/devices/report_provider_metadata` to clear the buffer and guarantee exact DST handling." + "description": "The device's time zone is unknown and this code's time frame crosses a daylight-saving transition in at least one plausible time zone. A 1-hour safety buffer has been applied to the side of the time frame affected by the transition (`ends_at` for spring-forward, `starts_at` for fall-back) so the code stays active through the shift — the code may be usable up to 1 hour beyond your requested window. Set the device's time zone via `/devices/report_provider_metadata` to clear the buffer and guarantee exact handling." }, { "resourceType": null, diff --git a/docs/api-reference/access_codes/README.md b/docs/api-reference/access_codes/README.md index 5f380118d..fe6b19a78 100644 --- a/docs/api-reference/access_codes/README.md +++ b/docs/api-reference/access_codes/README.md @@ -1827,9 +1827,9 @@ The access code's PIN rotates periodically when the code is renewed. Retrieve th
-schlage_access_code_ambiguous_timezone_dst_risk +time_frame_adjusted_for_unknown_time_zone -The Schlage device's timezone is ambiguous and this code's schedule crosses a daylight-saving transition in at least one plausible timezone. A 1-hour safety buffer has been applied to the side of the schedule affected by the transition (`ends_at` for spring-forward, `starts_at` for fall-back) so the code stays active through the shift — the code may be usable up to 1 hour beyond your requested window. Set the device's timezone via `/devices/report_provider_metadata` to clear the buffer and guarantee exact DST handling. +The device's time zone is unknown and this code's time frame crosses a daylight-saving transition in at least one plausible time zone. A 1-hour safety buffer has been applied to the side of the time frame affected by the transition (`ends_at` for spring-forward, `starts_at` for fall-back) so the code stays active through the shift — the code may be usable up to 1 hour beyond your requested window. Set the device's time zone via `/devices/report_provider_metadata` to clear the buffer and guarantee exact handling. **`created_at`** *Datetime* @@ -1854,7 +1854,7 @@ The Schlage device's timezone is ambiguous and this code's schedule crosses a da Enum values: - - schlage_access_code_ambiguous_timezone_dst_risk + - time_frame_adjusted_for_unknown_time_zone
@@ -2352,15 +2352,15 @@ Management was transferred to another workspace. --- -**`schlage_access_code_ambiguous_timezone_dst_risk`** +**`third_party_integration_detected`** -The Schlage device's timezone is ambiguous and this code's schedule crosses a daylight-saving transition in at least one plausible timezone. A 1-hour safety buffer has been applied to the side of the schedule affected by the transition (`ends_at` for spring-forward, `starts_at` for fall-back) so the code stays active through the shift — the code may be usable up to 1 hour beyond your requested window. Set the device's timezone via `/devices/report_provider_metadata` to clear the buffer and guarantee exact DST handling. +Third-party integration detected that may cause access codes to fail. --- -**`third_party_integration_detected`** +**`time_frame_adjusted_for_unknown_time_zone`** -Third-party integration detected that may cause access codes to fail. +The device's time zone is unknown and this code's time frame crosses a daylight-saving transition in at least one plausible time zone. A 1-hour safety buffer has been applied to the side of the time frame affected by the transition (`ends_at` for spring-forward, `starts_at` for fall-back) so the code stays active through the shift — the code may be usable up to 1 hour beyond your requested window. Set the device's time zone via `/devices/report_provider_metadata` to clear the buffer and guarantee exact handling. --- diff --git a/docs/api-reference/access_codes/unmanaged/README.md b/docs/api-reference/access_codes/unmanaged/README.md index 171710dd8..3451d4fe1 100644 --- a/docs/api-reference/access_codes/unmanaged/README.md +++ b/docs/api-reference/access_codes/unmanaged/README.md @@ -1352,9 +1352,9 @@ The access code's PIN rotates periodically when the code is renewed. Retrieve th
-schlage_access_code_ambiguous_timezone_dst_risk +time_frame_adjusted_for_unknown_time_zone -The Schlage device's timezone is ambiguous and this code's schedule crosses a daylight-saving transition in at least one plausible timezone. A 1-hour safety buffer has been applied to the side of the schedule affected by the transition (`ends_at` for spring-forward, `starts_at` for fall-back) so the code stays active through the shift — the code may be usable up to 1 hour beyond your requested window. Set the device's timezone via `/devices/report_provider_metadata` to clear the buffer and guarantee exact DST handling. +The device's time zone is unknown and this code's time frame crosses a daylight-saving transition in at least one plausible time zone. A 1-hour safety buffer has been applied to the side of the time frame affected by the transition (`ends_at` for spring-forward, `starts_at` for fall-back) so the code stays active through the shift — the code may be usable up to 1 hour beyond your requested window. Set the device's time zone via `/devices/report_provider_metadata` to clear the buffer and guarantee exact handling. **`created_at`** *Datetime* @@ -1379,7 +1379,7 @@ The Schlage device's timezone is ambiguous and this code's schedule crosses a da Enum values: - - schlage_access_code_ambiguous_timezone_dst_risk + - time_frame_adjusted_for_unknown_time_zone
@@ -1877,15 +1877,15 @@ Management was transferred to another workspace. --- -**`schlage_access_code_ambiguous_timezone_dst_risk`** +**`third_party_integration_detected`** -The Schlage device's timezone is ambiguous and this code's schedule crosses a daylight-saving transition in at least one plausible timezone. A 1-hour safety buffer has been applied to the side of the schedule affected by the transition (`ends_at` for spring-forward, `starts_at` for fall-back) so the code stays active through the shift — the code may be usable up to 1 hour beyond your requested window. Set the device's timezone via `/devices/report_provider_metadata` to clear the buffer and guarantee exact DST handling. +Third-party integration detected that may cause access codes to fail. --- -**`third_party_integration_detected`** +**`time_frame_adjusted_for_unknown_time_zone`** -Third-party integration detected that may cause access codes to fail. +The device's time zone is unknown and this code's time frame crosses a daylight-saving transition in at least one plausible time zone. A 1-hour safety buffer has been applied to the side of the time frame affected by the transition (`ends_at` for spring-forward, `starts_at` for fall-back) so the code stays active through the shift — the code may be usable up to 1 hour beyond your requested window. Set the device's time zone via `/devices/report_provider_metadata` to clear the buffer and guarantee exact handling. --- diff --git a/mintlify-docs/api/access_codes/errors.mdx b/mintlify-docs/api/access_codes/errors.mdx index c5cbd40c2..7c924d431 100644 --- a/mintlify-docs/api/access_codes/errors.mdx +++ b/mintlify-docs/api/access_codes/errors.mdx @@ -296,15 +296,15 @@ Management was transferred to another workspace. --- -### `schlage_access_code_ambiguous_timezone_dst_risk` +### `third_party_integration_detected` -The Schlage device's timezone is ambiguous and this code's schedule crosses a daylight-saving transition in at least one plausible timezone. A 1-hour safety buffer has been applied to the side of the schedule affected by the transition (`ends_at` for spring-forward, `starts_at` for fall-back) so the code stays active through the shift — the code may be usable up to 1 hour beyond your requested window. Set the device's timezone via `/devices/report_provider_metadata` to clear the buffer and guarantee exact DST handling. +Third-party integration detected that may cause access codes to fail. --- -### `third_party_integration_detected` +### `time_frame_adjusted_for_unknown_time_zone` -Third-party integration detected that may cause access codes to fail. +The device's time zone is unknown and this code's time frame crosses a daylight-saving transition in at least one plausible time zone. A 1-hour safety buffer has been applied to the side of the time frame affected by the transition (`ends_at` for spring-forward, `starts_at` for fall-back) so the code stays active through the shift — the code may be usable up to 1 hour beyond your requested window. Set the device's time zone via `/devices/report_provider_metadata` to clear the buffer and guarantee exact handling. --- diff --git a/mintlify-docs/api/access_codes/unmanaged/errors.mdx b/mintlify-docs/api/access_codes/unmanaged/errors.mdx index 8b02c82e9..c4882c53a 100644 --- a/mintlify-docs/api/access_codes/unmanaged/errors.mdx +++ b/mintlify-docs/api/access_codes/unmanaged/errors.mdx @@ -296,15 +296,15 @@ Management was transferred to another workspace. --- -### `schlage_access_code_ambiguous_timezone_dst_risk` +### `third_party_integration_detected` -The Schlage device's timezone is ambiguous and this code's schedule crosses a daylight-saving transition in at least one plausible timezone. A 1-hour safety buffer has been applied to the side of the schedule affected by the transition (`ends_at` for spring-forward, `starts_at` for fall-back) so the code stays active through the shift — the code may be usable up to 1 hour beyond your requested window. Set the device's timezone via `/devices/report_provider_metadata` to clear the buffer and guarantee exact DST handling. +Third-party integration detected that may cause access codes to fail. --- -### `third_party_integration_detected` +### `time_frame_adjusted_for_unknown_time_zone` -Third-party integration detected that may cause access codes to fail. +The device's time zone is unknown and this code's time frame crosses a daylight-saving transition in at least one plausible time zone. A 1-hour safety buffer has been applied to the side of the time frame affected by the transition (`ends_at` for spring-forward, `starts_at` for fall-back) so the code stays active through the shift — the code may be usable up to 1 hour beyond your requested window. Set the device's time zone via `/devices/report_provider_metadata` to clear the buffer and guarantee exact handling. ---