Skip to content

Commit ae9647b

Browse files
authored
feat: Update to @seamapi/[email protected] (#984)
* feat: Update to @seamapi/[email protected] * ci: Generate docs
1 parent 7ffe399 commit ae9647b

File tree

4 files changed

+22
-6
lines changed

4 files changed

+22
-6
lines changed

docs/api/_blueprint.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52227,7 +52227,7 @@
5222752227
"jsonType": "string"
5222852228
},
5222952229
{
52230-
"name": "workspace_slug",
52230+
"name": "slug",
5223152231
"description": "Workspace slug",
5223252232
"isRequired": true,
5223352233
"isDeprecated": false,
@@ -55177,6 +55177,20 @@
5517755177
"draftMessage": ""
5517855178
}
5517955179
]
55180+
},
55181+
{
55182+
"name": "slug",
55183+
"description": "Slug to set on the workspace.",
55184+
"isRequired": false,
55185+
"isDeprecated": false,
55186+
"deprecationMessage": "",
55187+
"isUndocumented": false,
55188+
"undocumentedMessage": "",
55189+
"isDraft": false,
55190+
"draftMessage": "",
55191+
"hasDefault": false,
55192+
"format": "string",
55193+
"jsonType": "string"
5518055194
}
5518155195
]
5518255196
},

docs/api/_report.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -614,6 +614,8 @@ These items are deprecated.
614614
- `noise_sensors`
615615
- `/noise_sensors/noise_thresholds/create`
616616
- `action_attempt`
617+
- `/seam/customer/v1/settings/get`
618+
- `slug`
617619
- `/seam/customer/v1/staff_members/get`
618620
- `access_grant`
619621
- `spaces`

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@prettier/plugin-ruby": "^4.0.4",
3333
"@seamapi/blueprint": "^0.52.2",
3434
"@seamapi/smith": "^0.5.2",
35-
"@seamapi/types": "1.665.0",
35+
"@seamapi/types": "1.666.0",
3636
"@types/command-exists": "^1.2.3",
3737
"change-case": "^5.4.4",
3838
"command-exists": "^1.2.9",

0 commit comments

Comments
 (0)