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]
Description and expected behavior
The documentation states that AllWriteOperations is exported from @zenstackhq/orm to help users configure groups of operations efficiently:
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: