diff --git a/docs/api-reference/_blueprint.json b/docs/api-reference/_blueprint.json index 94161729d..28f0b44e6 100644 --- a/docs/api-reference/_blueprint.json +++ b/docs/api-reference/_blueprint.json @@ -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.", diff --git a/docs/api-reference/devices/README.md b/docs/api-reference/devices/README.md index 66bc1d1e5..1d433cffe 100644 --- a/docs/api-reference/devices/README.md +++ b/docs/api-reference/devices/README.md @@ -5909,6 +5909,10 @@ A [device](https://docs.seam.co/core-concepts/devices) was deleted. ID of the affected device. +device_name String + + 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. + event_id UUID ID of the event. diff --git a/mintlify-docs/openapi.json b/mintlify-docs/openapi.json index 1213918cf..4f6755903 100644 --- a/mintlify-docs/openapi.json +++ b/mintlify-docs/openapi.json @@ -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", diff --git a/package-lock.json b/package-lock.json index 7fad0e7ea..69b2c303c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,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", @@ -984,9 +984,9 @@ } }, "node_modules/@seamapi/types": { - "version": "1.906.0", - "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.906.0.tgz", - "integrity": "sha512-G7X7/B2sH8LAsmPKbDMJzJUUAYxbl3c5lCzeokVnqd6fNBNglw2Q57EEBAfeX4mC1MklJR4MbeC45zKNamx07w==", + "version": "1.907.0", + "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.907.0.tgz", + "integrity": "sha512-T3H1Vnv+uEBZAo0DaQjwDF6Z22U20dZYrlhX0rjZ2nMJyZyE7aZrkGPej3lANgYZUpQxn4U+Xby8V7B1XjMkig==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index 49baef7da..797fd544f 100644 --- a/package.json +++ b/package.json @@ -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",