diff --git a/docs/api/_blueprint.json b/docs/api/_blueprint.json index 25179e045..b7f4d1b22 100644 --- a/docs/api/_blueprint.json +++ b/docs/api/_blueprint.json @@ -52227,7 +52227,7 @@ "jsonType": "string" }, { - "name": "workspace_slug", + "name": "slug", "description": "Workspace slug", "isRequired": true, "isDeprecated": false, @@ -55177,6 +55177,20 @@ "draftMessage": "" } ] + }, + { + "name": "slug", + "description": "Slug to set on the workspace.", + "isRequired": false, + "isDeprecated": false, + "deprecationMessage": "", + "isUndocumented": false, + "undocumentedMessage": "", + "isDraft": false, + "draftMessage": "", + "hasDefault": false, + "format": "string", + "jsonType": "string" } ] }, diff --git a/docs/api/_report.md b/docs/api/_report.md index 5a05e0f50..80055c7f0 100644 --- a/docs/api/_report.md +++ b/docs/api/_report.md @@ -614,6 +614,8 @@ These items are deprecated. - `noise_sensors` - `/noise_sensors/noise_thresholds/create` - `action_attempt` +- `/seam/customer/v1/settings/get` + - `slug` - `/seam/customer/v1/staff_members/get` - `access_grant` - `spaces` diff --git a/package-lock.json b/package-lock.json index c3aa2d9f1..50eb75d9b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@prettier/plugin-ruby": "^4.0.4", "@seamapi/blueprint": "^0.52.2", "@seamapi/smith": "^0.5.2", - "@seamapi/types": "1.665.0", + "@seamapi/types": "1.666.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.665.0", - "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.665.0.tgz", - "integrity": "sha512-VLkeqvGtQ1BKMWmd3YrVCzxycCZSEEYmZ9MYOo9g9siI0JkOBFoHdxgyY/AULXHO7X2Q+o5M3+qGykhzDuvB5g==", + "version": "1.666.0", + "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.666.0.tgz", + "integrity": "sha512-LijbzCfc90yTDIOfHvy4fn6vCzjcgmx8xOmsy6afQ3sZ5rmdc4MJWwX84g1ODswH604Ghs0EJRKFfyQfgjFnQw==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index dd1de4f96..9560cc546 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@prettier/plugin-ruby": "^4.0.4", "@seamapi/blueprint": "^0.52.2", "@seamapi/smith": "^0.5.2", - "@seamapi/types": "1.665.0", + "@seamapi/types": "1.666.0", "@types/command-exists": "^1.2.3", "change-case": "^5.4.4", "command-exists": "^1.2.9",