@adminiumjs/meta 0.1.0 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -112,7 +112,7 @@ export declare const systemActionKeySchema: z.ZodEnum<{
|
|
|
112
112
|
/**
|
|
113
113
|
* Reserved keys — deferred features (automations, webhooks, manifest
|
|
114
114
|
* administration, raw-SQL console; deferred per the v1-free pivot,
|
|
115
|
-
*
|
|
115
|
+
* 17-deferred-monetization.md) with ZERO enforcement points in v1:
|
|
116
116
|
* no route or realtime authorizer checks them. They stay in
|
|
117
117
|
* {@link SYSTEM_ACTION_KEYS} because the grammar is a closed set that stored
|
|
118
118
|
* grants round-trip through (removing a key would orphan persisted
|
|
@@ -83,7 +83,7 @@ export const systemActionKeySchema = z.enum(SYSTEM_ACTION_KEYS);
|
|
|
83
83
|
/**
|
|
84
84
|
* Reserved keys — deferred features (automations, webhooks, manifest
|
|
85
85
|
* administration, raw-SQL console; deferred per the v1-free pivot,
|
|
86
|
-
*
|
|
86
|
+
* 17-deferred-monetization.md) with ZERO enforcement points in v1:
|
|
87
87
|
* no route or realtime authorizer checks them. They stay in
|
|
88
88
|
* {@link SYSTEM_ACTION_KEYS} because the grammar is a closed set that stored
|
|
89
89
|
* grants round-trip through (removing a key would orphan persisted
|