diff --git a/package-lock.json b/package-lock.json index d31f528a..7faada97 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@seamapi/blueprint": "^1.10.0", "@seamapi/fake-seam-connect": "^2.0.4", "@seamapi/smith": "^1.1.0", - "@seamapi/types": "1.1069.0", + "@seamapi/types": "1.1072.0", "@types/jsonwebtoken": "^9.0.6", "@types/node": "^24.10.9", "ava": "^8.0.1", @@ -1133,9 +1133,9 @@ } }, "node_modules/@seamapi/types": { - "version": "1.1069.0", - "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.1069.0.tgz", - "integrity": "sha512-6sbnT7dkl9DSaegp+t25UTFAxxxevOAebdQSlvCBs8PU4yudNWmJ+mkIpYGrLIz2MxK/EU4ph+5wZ/z01Dh0Cg==", + "version": "1.1072.0", + "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.1072.0.tgz", + "integrity": "sha512-kE5c41x+l194qvJDouJ7Ub9ulHhZ9iMNeBBmU/RiE8l895nBQ0kBYpJyBGP5fgBZp3Qc/ac6qFfgQsC9GEuMVA==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index fb9f4f82..74793b54 100644 --- a/package.json +++ b/package.json @@ -88,7 +88,7 @@ "@seamapi/blueprint": "^1.10.0", "@seamapi/fake-seam-connect": "^2.0.4", "@seamapi/smith": "^1.1.0", - "@seamapi/types": "1.1069.0", + "@seamapi/types": "1.1072.0", "@types/jsonwebtoken": "^9.0.6", "@types/node": "^24.10.9", "ava": "^8.0.1", diff --git a/src/lib/resources/device.ts b/src/lib/resources/device.ts index abe7834a..a5ecfa1c 100644 --- a/src/lib/resources/device.ts +++ b/src/lib/resources/device.ts @@ -790,10 +790,6 @@ export type Device = { */ akiles_metadata?: | { - /** - * Group ID to which to add users for an Akiles device. - */ - _member_group_id?: string | undefined /** * Gadget ID for an Akiles device. */