Skip to content

Commit 9ba1d47

Browse files
authored
feat: Update to @seamapi/types@1.648.0 (#958)
* feat: Update to @seamapi/types@1.648.0 * ci: Generate docs
1 parent a1cfdfe commit 9ba1d47

File tree

4 files changed

+24
-8
lines changed

4 files changed

+24
-8
lines changed

docs/api/_blueprint.json

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24222,8 +24222,7 @@
2422224222
"undocumentedMessage": "",
2422324223
"isDraft": false,
2422424224
"draftMessage": "",
24225-
"hasDefault": true,
24226-
"default": true,
24225+
"hasDefault": false,
2422724226
"format": "boolean",
2422824227
"jsonType": "boolean"
2422924228
},
@@ -26995,6 +26994,21 @@
2699526994
"format": "boolean",
2699626995
"jsonType": "boolean"
2699726996
},
26997+
{
26998+
"name": "allow_automatic_management_of_new_devices",
26999+
"description": "Indicates whether the customer can automatically manage new devices for their properties.",
27000+
"isRequired": false,
27001+
"isDeprecated": false,
27002+
"deprecationMessage": "",
27003+
"isUndocumented": false,
27004+
"undocumentedMessage": "",
27005+
"isDraft": false,
27006+
"draftMessage": "",
27007+
"hasDefault": true,
27008+
"default": false,
27009+
"format": "boolean",
27010+
"jsonType": "boolean"
27011+
},
2699827012
{
2699927013
"name": "allow_instant_key_customization",
2700027014
"description": "Indicates whether the customer can customize the Instant Key profile for their properties.",
@@ -39831,7 +39845,8 @@
3983139845
"hasPagination": true,
3983239846
"authMethods": [
3983339847
"api_key",
39834-
"personal_access_token"
39848+
"personal_access_token",
39849+
"client_session_token"
3983539850
],
3983639851
"workspaceScope": "required",
3983739852
"codeSamples": [

docs/api/devices/unmanaged/list.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -409,6 +409,7 @@ seam devices unmanaged list --customer_ids ["e387e15f-be27-47ad-881f-4a6fc5460c5
409409
<summary>Authentication Methods</summary>
410410

411411
- API key
412+
- Client session token
412413
- Personal access token
413414
<br>Must also include the `seam-workspace` header in the request.
414415

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.51.3",
3434
"@seamapi/smith": "^0.5.2",
35-
"@seamapi/types": "1.646.0",
35+
"@seamapi/types": "1.648.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)