Member Junction
    Preparing search index...

    Function parsePathWithOperations

    • Parses a path specification into path and allowed operations.

      Supports formats:

      • "customer.*" - All operations allowed (backward compatible)
      • "customer.*:add" - Only add operation allowed
      • "customer.*:add,update" - Add and update allowed
      • "customer.*:add,update,delete" - All operations explicitly allowed

      Parameters

      • pathSpec: string

        The path specification string

      Returns ParsedPathWithOperations

      Parsed path with operations