@company-semantics/contracts 0.54.0 → 0.55.0
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.
- package/package.json +1 -1
- package/src/internal-admin.ts +2 -1
- package/src/org/view-scopes.ts +0 -1
package/package.json
CHANGED
package/src/internal-admin.ts
CHANGED
|
@@ -9,7 +9,8 @@
|
|
|
9
9
|
export type InternalAdminCapability =
|
|
10
10
|
| 'internal.view_orgs'
|
|
11
11
|
| 'internal.view_audit'
|
|
12
|
-
| 'internal.view_system'
|
|
12
|
+
| 'internal.view_system'
|
|
13
|
+
| 'internal.view_snapshot';
|
|
13
14
|
|
|
14
15
|
/** Context attached to internal-admin requests after auth middleware validation. */
|
|
15
16
|
export interface InternalAdminContext {
|
package/src/org/view-scopes.ts
CHANGED
|
@@ -21,7 +21,6 @@ export const VIEW_SCOPE_MAP = {
|
|
|
21
21
|
timeline: 'org.view_timeline',
|
|
22
22
|
dashboard: 'org.view_dashboard',
|
|
23
23
|
'organization-strategy': 'org.view_strategy',
|
|
24
|
-
'system-snapshot': 'org.view_system',
|
|
25
24
|
'internal-admin': 'internal.view_admin',
|
|
26
25
|
// Public views (require only authentication)
|
|
27
26
|
chat: null,
|