We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2a5e46 commit 677e85fCopy full SHA for 677e85f
lib/src/rbac/permissions.dart
@@ -68,6 +68,12 @@ abstract class Permissions {
68
static const String userPreferenceBypassLimits =
69
'user_preference.bypass_limits';
70
71
+ // Local Ad Permissions
72
+ static const String localAdCreate = 'localAd.create';
73
+ static const String localAdRead = 'localAd.read';
74
+ static const String localAdUpdate = 'localAd.update';
75
+ static const String localAdDelete = 'localAd.delete';
76
+
77
// General System Permissions
78
static const String rateLimitingBypass = 'rate_limiting.bypass';
79
}
0 commit comments