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.
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",