chore: clean artifacts and fix device roles

This commit is contained in:
Peter Steinberger
2026-01-19 09:23:40 +00:00
parent 35e7c62e78
commit 9292ec9880
4 changed files with 38 additions and 2 deletions

View File

@@ -24,6 +24,7 @@ export const DevicePairRequestedEventSchema = Type.Object(
clientId: Type.Optional(NonEmptyString),
clientMode: Type.Optional(NonEmptyString),
role: Type.Optional(NonEmptyString),
roles: Type.Optional(Type.Array(NonEmptyString)),
scopes: Type.Optional(Type.Array(NonEmptyString)),
remoteIp: Type.Optional(NonEmptyString),
silent: Type.Optional(Type.Boolean()),