6.7.0
@comet/cms-api@6.7.0
Minor Changes
- 645f19d: Add
nullable
param to@AffectedEntity
to support id args that can benull
orundefined
- a0506e1: API Generator: Support validator decorators for input generation
Patch Changes
-
645f19d: Fix mutations
moveDamFiles
,copyFilesToScope
,archiveDamFiles
andrestoreDamFiles
by adding@AffectedEntity
to enable scope checks -
8315f10: Fix order of
@RequiredPermission()
decoratorsDecorators defined on handlers should be considered before decorators defined on classes.
-
6eeaaa2: The CometAuthGuards now only creates the
CurrentUser
just on a request-basis and skips when called in a fieldResolver (e.g. whenfieldResolverEnhancers
containsguards
).
@comet/cms-admin@6.7.0
Patch Changes
-
2db3bc8: Fix
CurrentUserInterface
typeAdd missing
id
field, makename
,email
, andlanguage
required.