Skip to content

8.26.0

Choose a tag to compare

@github-actions github-actions released this 08 Jul 08:18
43c650f

@comet/cms-api@8.26.0

Minor Changes

  • 7f8313b: Allow AffectedScope to return multiple scopes

    The argsToScope function can now return ContentScope[] in addition to a single ContentScope. When multiple scopes are returned, the user must have access to all of them (AND relationship).

    @AffectedScope((args: MyArgs) => [{ domain: args.fromDomain }, { domain: args.toDomain }])