Skip to content

Missing export AllWriteOperations in @zenstackhq/orm #2568

@17

Description

@17

Description and expected behavior
The documentation states that AllWriteOperations is exported from @zenstackhq/orm to help users configure groups of operations efficiently:

The AllReadOperations and AllWriteOperations constants exported from @zenstackhq/orm can be handy if you want to configure for such groups of operations.

The Problem:
Currently, while AllReadOperations is available, AllWriteOperations is missing from the exported members of the @zenstackhq/orm package. This leads to compilation errors when trying to follow the documented pattern for access control or plugin configuration.

Expected Behavior:
AllWriteOperations should be exported alongside AllReadOperations to maintain consistency with the
documentation.

Environment:

  • ZenStack version: [3.5.1]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions