From 3fdf27b41c223d16a0a37da676175f18cc0b7952 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 02:03:25 +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.809.0 to 1.811.0 - [Release notes](https://github.com/seamapi/types/releases) - [Commits](https://github.com/seamapi/types/compare/v1.809.0...v1.811.0) --- updated-dependencies: - dependency-name: "@seamapi/types" dependency-version: 1.811.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 c20c0d3cd..1d2b11a5b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@prettier/plugin-ruby": "^4.0.4", "@seamapi/blueprint": "^0.55.0", "@seamapi/smith": "^0.5.2", - "@seamapi/types": "^1.809.0", + "@seamapi/types": "^1.811.0", "@types/command-exists": "^1.2.3", "change-case": "^5.4.4", "command-exists": "^1.2.9", @@ -984,9 +984,9 @@ } }, "node_modules/@seamapi/types": { - "version": "1.809.0", - "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.809.0.tgz", - "integrity": "sha512-xBrXorx5njf53vwoHSgEzXxL4Bul82kxKOzRVNs/K37VU4YcaLKQc1Q7ONuFPP/PfDSWP2pCOiRgzx99nrPiHQ==", + "version": "1.811.0", + "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.811.0.tgz", + "integrity": "sha512-pKnGG3+OBDp1JXU8zvwbrYvXLvdJNCFAuey78igPRCrNgsd1v9w7XvA4Fefb4Yx4FHjPmArNQaAHy/TbgEtx0A==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index 3458592ad..f78e79bd9 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@prettier/plugin-ruby": "^4.0.4", "@seamapi/blueprint": "^0.55.0", "@seamapi/smith": "^0.5.2", - "@seamapi/types": "^1.809.0", + "@seamapi/types": "^1.811.0", "@types/command-exists": "^1.2.3", "change-case": "^5.4.4", "command-exists": "^1.2.9", From d9599cc77ef90cd8f9f31905c1f7e284757c28b5 Mon Sep 17 00:00:00 2001 From: Seam Bot Date: Tue, 28 Apr 2026 02:05:29 +0000 Subject: [PATCH 2/2] ci: Generate docs --- docs/api-reference/_blueprint.json | 171 ++++++++++++++++++++++++++++ docs/api-reference/spaces/README.md | 25 ++++ docs/api-reference/spaces/create.md | 39 +++++++ docs/api-reference/spaces/update.md | 39 +++++++ 4 files changed, 274 insertions(+) diff --git a/docs/api-reference/_blueprint.json b/docs/api-reference/_blueprint.json index 7f636bdbd..20d97b546 100644 --- a/docs/api-reference/_blueprint.json +++ b/docs/api-reference/_blueprint.json @@ -71299,6 +71299,64 @@ "jsonType": "array", "itemFormat": "id" }, + { + "name": "customer_data", + "description": "Reservation/stay-related defaults for the space.", + "isRequired": false, + "isDeprecated": false, + "deprecationMessage": "", + "isUndocumented": false, + "undocumentedMessage": "", + "isDraft": false, + "draftMessage": "", + "hasDefault": false, + "format": "object", + "jsonType": "object", + "parameters": [ + { + "name": "default_checkin_time", + "description": "Default check-in time for reservations at the space, as HH:mm or HH:mm:ss.", + "isRequired": false, + "isDeprecated": false, + "deprecationMessage": "", + "isUndocumented": false, + "undocumentedMessage": "", + "isDraft": false, + "draftMessage": "", + "hasDefault": false, + "format": "string", + "jsonType": "string" + }, + { + "name": "default_checkout_time", + "description": "Default check-out time for reservations at the space, as HH:mm or HH:mm:ss.", + "isRequired": false, + "isDeprecated": false, + "deprecationMessage": "", + "isUndocumented": false, + "undocumentedMessage": "", + "isDraft": false, + "draftMessage": "", + "hasDefault": false, + "format": "string", + "jsonType": "string" + }, + { + "name": "time_zone", + "description": "IANA time zone for the space, e.g. America/Los_Angeles.", + "isRequired": false, + "isDeprecated": false, + "deprecationMessage": "", + "isUndocumented": false, + "undocumentedMessage": "", + "isDraft": false, + "draftMessage": "", + "hasDefault": false, + "format": "string", + "jsonType": "string" + } + ] + }, { "name": "customer_key", "description": "Customer key for which you want to create the space.", @@ -72590,6 +72648,64 @@ "jsonType": "array", "itemFormat": "id" }, + { + "name": "customer_data", + "description": "Reservation/stay-related defaults for the space. Only the keys you provide are updated; omit a key to leave it unchanged. Pass null on a key to clear it.", + "isRequired": false, + "isDeprecated": false, + "deprecationMessage": "", + "isUndocumented": false, + "undocumentedMessage": "", + "isDraft": false, + "draftMessage": "", + "hasDefault": false, + "format": "object", + "jsonType": "object", + "parameters": [ + { + "name": "default_checkin_time", + "description": "Default check-in time for reservations at the space, as HH:mm or HH:mm:ss.", + "isRequired": false, + "isDeprecated": false, + "deprecationMessage": "", + "isUndocumented": false, + "undocumentedMessage": "", + "isDraft": false, + "draftMessage": "", + "hasDefault": false, + "format": "string", + "jsonType": "string" + }, + { + "name": "default_checkout_time", + "description": "Default check-out time for reservations at the space, as HH:mm or HH:mm:ss.", + "isRequired": false, + "isDeprecated": false, + "deprecationMessage": "", + "isUndocumented": false, + "undocumentedMessage": "", + "isDraft": false, + "draftMessage": "", + "hasDefault": false, + "format": "string", + "jsonType": "string" + }, + { + "name": "time_zone", + "description": "IANA time zone for the space, e.g. America/Los_Angeles.", + "isRequired": false, + "isDeprecated": false, + "deprecationMessage": "", + "isUndocumented": false, + "undocumentedMessage": "", + "isDraft": false, + "draftMessage": "", + "hasDefault": false, + "format": "string", + "jsonType": "string" + } + ] + }, { "name": "customer_key", "description": "Customer key for which you want to update the space.", @@ -119260,6 +119376,61 @@ "format": "datetime", "jsonType": "string" }, + { + "name": "customer_data", + "description": "Reservation/stay-related defaults for the space.", + "isDeprecated": false, + "deprecationMessage": "", + "isUndocumented": false, + "undocumentedMessage": "", + "isDraft": false, + "draftMessage": "", + "propertyGroupKey": null, + "format": "object", + "jsonType": "object", + "propertyGroups": [], + "properties": [ + { + "name": "default_checkin_time", + "description": "Default check-in time for reservations at the space, as HH:mm or HH:mm:ss.", + "isDeprecated": false, + "deprecationMessage": "", + "isUndocumented": false, + "undocumentedMessage": "", + "isDraft": false, + "draftMessage": "", + "propertyGroupKey": null, + "format": "string", + "jsonType": "string" + }, + { + "name": "default_checkout_time", + "description": "Default check-out time for reservations at the space, as HH:mm or HH:mm:ss.", + "isDeprecated": false, + "deprecationMessage": "", + "isUndocumented": false, + "undocumentedMessage": "", + "isDraft": false, + "draftMessage": "", + "propertyGroupKey": null, + "format": "string", + "jsonType": "string" + }, + { + "name": "time_zone", + "description": "IANA time zone for the space, e.g. America/Los_Angeles.", + "isDeprecated": false, + "deprecationMessage": "", + "isUndocumented": false, + "undocumentedMessage": "", + "isDraft": false, + "draftMessage": "", + "propertyGroupKey": null, + "format": "string", + "jsonType": "string" + } + ] + }, { "name": "customer_key", "description": "Customer key associated with the space.", diff --git a/docs/api-reference/spaces/README.md b/docs/api-reference/spaces/README.md index e280b25cb..c2bfb0f34 100644 --- a/docs/api-reference/spaces/README.md +++ b/docs/api-reference/spaces/README.md @@ -45,6 +45,31 @@ Date and time at which the space was created. +--- + +**`customer_data`** *Object* + +Reservation/stay-related defaults for the space. + + + +
+ Child Properties + + - default_checkin_time String + + Default check-in time for reservations at the space, as HH:mm or HH:mm:ss. + + - default_checkout_time String + + Default check-out time for reservations at the space, as HH:mm or HH:mm:ss. + + - time_zone String + + IANA time zone for the space, e.g. America/Los_Angeles. + +
+ --- **`customer_key`** *String* diff --git a/docs/api-reference/spaces/create.md b/docs/api-reference/spaces/create.md index 740ce74ed..1e83fd0e1 100644 --- a/docs/api-reference/spaces/create.md +++ b/docs/api-reference/spaces/create.md @@ -204,6 +204,45 @@ IDs of the entrances that you want to add to the new space. --- +**`customer_data`** *Object* + +Reservation/stay-related defaults for the space. + +
+ +default_checkin_time String + +Default check-in time for reservations at the space, as HH:mm or HH:mm:ss. + +
+ +--- + + + +
+ +default_checkout_time String + +Default check-out time for reservations at the space, as HH:mm or HH:mm:ss. + +
+ +--- + + + +
+ +time_zone String + +IANA time zone for the space, e.g. America/Los_Angeles. + +
+ +--- + + **`customer_key`** *String* Customer key for which you want to create the space. diff --git a/docs/api-reference/spaces/update.md b/docs/api-reference/spaces/update.md index bf057e804..b3152d21d 100644 --- a/docs/api-reference/spaces/update.md +++ b/docs/api-reference/spaces/update.md @@ -185,6 +185,45 @@ IDs of the entrances that you want to set for the space. If specified, this will --- +**`customer_data`** *Object* + +Reservation/stay-related defaults for the space. Only the keys you provide are updated; omit a key to leave it unchanged. Pass null on a key to clear it. + +
+ +default_checkin_time String + +Default check-in time for reservations at the space, as HH:mm or HH:mm:ss. + +
+ +--- + + + +
+ +default_checkout_time String + +Default check-out time for reservations at the space, as HH:mm or HH:mm:ss. + +
+ +--- + + + +
+ +time_zone String + +IANA time zone for the space, e.g. America/Los_Angeles. + +
+ +--- + + **`customer_key`** *String* Customer key for which you want to update the space.