Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions docs/api-reference/_blueprint.json
Original file line number Diff line number Diff line change
Expand Up @@ -156312,6 +156312,19 @@
"format": "id",
"jsonType": "string"
},
{
"name": "device_name",
"description": "Name of the deleted device, captured at deletion time. The device record no longer exists when this event fires, so the name is preserved here. Null when the device had no resolvable name.",
"isDeprecated": false,
"deprecationMessage": "",
"isUndocumented": false,
"undocumentedMessage": "",
"isDraft": false,
"draftMessage": "",
"propertyGroupKey": null,
"format": "string",
"jsonType": "string"
},
{
"name": "event_id",
"description": "ID of the event.",
Expand Down
4 changes: 4 additions & 0 deletions docs/api-reference/devices/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5909,6 +5909,10 @@ A [device](https://docs.seam.co/core-concepts/devices) was deleted.

ID of the affected device.

<strong><code>device_name</code></strong> <i>String</i>

Name of the deleted device, captured at deletion time. The device record no longer exists when this event fires, so the name is preserved here. Null when the device had no resolvable name.

<strong><code>event_id</code></strong> <i>UUID</i>

ID of the event.
Expand Down
5 changes: 5 additions & 0 deletions mintlify-docs/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -14859,6 +14859,11 @@
"format": "uuid",
"type": "string"
},
"device_name": {
"description": "Name of the deleted device, captured at deletion time. The device record no longer exists when this event fires, so the name is preserved here. Null when the device had no resolvable name.",
"nullable": true,
"type": "string"
},
"event_id": {
"description": "ID of the event.",
"format": "uuid",
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@prettier/plugin-ruby": "^4.0.4",
"@seamapi/blueprint": "^0.55.0",
"@seamapi/smith": "^0.5.2",
"@seamapi/types": "1.906.0",
"@seamapi/types": "1.907.0",
"@types/command-exists": "^1.2.3",
"change-case": "^5.4.4",
"command-exists": "^1.2.9",
Expand Down
Loading