From 470ca0664689239c1c80ee88874210fd9f1f66ad Mon Sep 17 00:00:00 2001 From: Seam Bot Date: Thu, 25 Sep 2025 15:37:55 +0000 Subject: [PATCH 1/2] feat: Update to @seamapi/types@1.588.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 25ebe0e60..b6ab57b22 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@prettier/plugin-ruby": "^4.0.4", "@seamapi/blueprint": "^0.51.3", "@seamapi/smith": "^0.5.2", - "@seamapi/types": "1.587.0", + "@seamapi/types": "1.588.0", "@types/command-exists": "^1.2.3", "change-case": "^5.4.4", "command-exists": "^1.2.9", @@ -983,9 +983,9 @@ } }, "node_modules/@seamapi/types": { - "version": "1.587.0", - "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.587.0.tgz", - "integrity": "sha512-5p5KOjoUUZVdwP0XDS0BYzeR3PU8Hiw6yQwkSaIoYfPhkZWqWiac9DjAmJysKqSOefECPUk/0BT8rpMenJ8puQ==", + "version": "1.588.0", + "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.588.0.tgz", + "integrity": "sha512-RKRa5EyCu5qVlcTLpVrjnYo2vQcUcPO8/lB8McnZBYaA9H4DNat3yol6TKHJc/D+WDd0VnbY7T1jg2LGnavh+g==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index fab458dec..ae4f52f1a 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@prettier/plugin-ruby": "^4.0.4", "@seamapi/blueprint": "^0.51.3", "@seamapi/smith": "^0.5.2", - "@seamapi/types": "1.587.0", + "@seamapi/types": "1.588.0", "@types/command-exists": "^1.2.3", "change-case": "^5.4.4", "command-exists": "^1.2.9", From bc89449920490870a8a2ee98ae8309e07e0e1fe8 Mon Sep 17 00:00:00 2001 From: Seam Bot Date: Thu, 25 Sep 2025 15:39:48 +0000 Subject: [PATCH 2/2] ci: Generate docs --- docs/api/_blueprint.json | 188 ++++++++++++++++++++++++++++ docs/api/customers/create_portal.md | 12 ++ docs/api/customers/push_data.md | 63 ++++++++++ 3 files changed, 263 insertions(+) diff --git a/docs/api/_blueprint.json b/docs/api/_blueprint.json index 5d08a580c..3b0520208 100644 --- a/docs/api/_blueprint.json +++ b/docs/api/_blueprint.json @@ -26633,6 +26633,20 @@ "format": "string", "jsonType": "string" }, + { + "name": "site_key", + "description": "", + "isRequired": false, + "isDeprecated": false, + "deprecationMessage": "", + "isUndocumented": false, + "undocumentedMessage": "", + "isDraft": false, + "draftMessage": "", + "hasDefault": false, + "format": "string", + "jsonType": "string" + }, { "name": "reservation_key", "description": "", @@ -27334,6 +27348,20 @@ "hasDefault": false, "format": "string", "jsonType": "string" + }, + { + "name": "parent_site_key", + "description": "Your unique identifier for the site.", + "isRequired": false, + "isDeprecated": false, + "deprecationMessage": "", + "isUndocumented": false, + "undocumentedMessage": "", + "isDraft": false, + "draftMessage": "", + "hasDefault": false, + "format": "string", + "jsonType": "string" } ] }, @@ -27983,6 +28011,20 @@ "format": "string", "jsonType": "string" }, + { + "name": "parent_site_key", + "description": "Your unique identifier for the site.", + "isRequired": false, + "isDeprecated": false, + "deprecationMessage": "", + "isUndocumented": false, + "undocumentedMessage": "", + "isDraft": false, + "draftMessage": "", + "hasDefault": false, + "format": "string", + "jsonType": "string" + }, { "name": "room_key", "description": "Your unique identifier for the room.", @@ -27999,6 +28041,51 @@ } ] }, + { + "name": "sites", + "description": "List of general sites or areas.", + "isRequired": false, + "isDeprecated": false, + "deprecationMessage": "", + "isUndocumented": false, + "undocumentedMessage": "", + "isDraft": false, + "draftMessage": "", + "hasDefault": false, + "format": "list", + "jsonType": "array", + "itemFormat": "object", + "itemParameters": [ + { + "name": "name", + "description": "Your display name for this location resource.", + "isRequired": false, + "isDeprecated": false, + "deprecationMessage": "", + "isUndocumented": false, + "undocumentedMessage": "", + "isDraft": false, + "draftMessage": "", + "hasDefault": false, + "format": "string", + "jsonType": "string" + }, + { + "name": "site_key", + "description": "Your unique identifier for the site.", + "isRequired": false, + "isDeprecated": false, + "deprecationMessage": "", + "isUndocumented": false, + "undocumentedMessage": "", + "isDraft": false, + "draftMessage": "", + "hasDefault": false, + "format": "string", + "jsonType": "string" + } + ] + }, { "name": "spaces", "description": "List of general spaces or areas.", @@ -28146,6 +28233,20 @@ "format": "string", "jsonType": "string" }, + { + "name": "parent_site_key", + "description": "Your unique identifier for the site.", + "isRequired": false, + "isDeprecated": false, + "deprecationMessage": "", + "isUndocumented": false, + "undocumentedMessage": "", + "isDraft": false, + "draftMessage": "", + "hasDefault": false, + "format": "string", + "jsonType": "string" + }, { "name": "unit_key", "description": "Your unique identifier for the unit.", @@ -29288,6 +29389,20 @@ "hasDefault": false, "format": "string", "jsonType": "string" + }, + { + "name": "parent_site_key", + "description": "Your unique identifier for the site.", + "isRequired": false, + "isDeprecated": false, + "deprecationMessage": "", + "isUndocumented": false, + "undocumentedMessage": "", + "isDraft": false, + "draftMessage": "", + "hasDefault": false, + "format": "string", + "jsonType": "string" } ] }, @@ -29937,6 +30052,20 @@ "format": "string", "jsonType": "string" }, + { + "name": "parent_site_key", + "description": "Your unique identifier for the site.", + "isRequired": false, + "isDeprecated": false, + "deprecationMessage": "", + "isUndocumented": false, + "undocumentedMessage": "", + "isDraft": false, + "draftMessage": "", + "hasDefault": false, + "format": "string", + "jsonType": "string" + }, { "name": "room_key", "description": "Your unique identifier for the room.", @@ -29953,6 +30082,51 @@ } ] }, + { + "name": "sites", + "description": "List of general sites or areas.", + "isRequired": false, + "isDeprecated": false, + "deprecationMessage": "", + "isUndocumented": false, + "undocumentedMessage": "", + "isDraft": false, + "draftMessage": "", + "hasDefault": false, + "format": "list", + "jsonType": "array", + "itemFormat": "object", + "itemParameters": [ + { + "name": "name", + "description": "Your display name for this location resource.", + "isRequired": false, + "isDeprecated": false, + "deprecationMessage": "", + "isUndocumented": false, + "undocumentedMessage": "", + "isDraft": false, + "draftMessage": "", + "hasDefault": false, + "format": "string", + "jsonType": "string" + }, + { + "name": "site_key", + "description": "Your unique identifier for the site.", + "isRequired": false, + "isDeprecated": false, + "deprecationMessage": "", + "isUndocumented": false, + "undocumentedMessage": "", + "isDraft": false, + "draftMessage": "", + "hasDefault": false, + "format": "string", + "jsonType": "string" + } + ] + }, { "name": "spaces", "description": "List of general spaces or areas.", @@ -30100,6 +30274,20 @@ "format": "string", "jsonType": "string" }, + { + "name": "parent_site_key", + "description": "Your unique identifier for the site.", + "isRequired": false, + "isDeprecated": false, + "deprecationMessage": "", + "isUndocumented": false, + "undocumentedMessage": "", + "isDraft": false, + "draftMessage": "", + "hasDefault": false, + "format": "string", + "jsonType": "string" + }, { "name": "unit_key", "description": "Your unique identifier for the unit.", diff --git a/docs/api/customers/create_portal.md b/docs/api/customers/create_portal.md index f0c9a76d6..540339f27 100644 --- a/docs/api/customers/create_portal.md +++ b/docs/api/customers/create_portal.md @@ -180,6 +180,18 @@ List of hotel or hospitality rooms. +
+ +sites List + +List of general sites or areas. + +
+ +--- + + +
spaces List diff --git a/docs/api/customers/push_data.md b/docs/api/customers/push_data.md index 43a0847fc..483e9c349 100644 --- a/docs/api/customers/push_data.md +++ b/docs/api/customers/push_data.md @@ -520,6 +520,18 @@ Your display name for this location resource. --- + +
+ +parent_site_key String + +Your unique identifier for the site. + +
+ +--- + + **`facilities`** *Array* *of Objects* List of gym or fitness facilities. @@ -965,6 +977,18 @@ Your display name for this location resource. +
+ +parent_site_key String + +Your unique identifier for the site. + +
+ +--- + + +
room_key String @@ -976,6 +1000,33 @@ Your unique identifier for the room. --- +**`sites`** *Array* *of Objects* + +List of general sites or areas. + +
+ +name String + +Your display name for this location resource. + +
+ +--- + + + +
+ +site_key String + +Your unique identifier for the site. + +
+ +--- + + **`spaces`** *Array* *of Objects* List of general spaces or areas. @@ -1070,6 +1121,18 @@ Your display name for this location resource. +
+ +parent_site_key String + +Your unique identifier for the site. + +
+ +--- + + +
unit_key String