@burtson-labs/bandit-engine 2.0.116 → 2.0.117

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.
@@ -10588,10 +10588,7 @@ var Management = () => {
10588
10588
  ];
10589
10589
  const platformAdminRoles = /* @__PURE__ */ new Set([
10590
10590
  "admin",
10591
- "super-user",
10592
- "superuser",
10593
- "platform_admin",
10594
- "super_admin"
10591
+ "platform_admin"
10595
10592
  ]);
10596
10593
  const userRoles = (authenticationService.parseJwtClaims(authenticationService.getToken() ?? "")?.roles ?? []).map((r) => r.toLowerCase());
10597
10594
  const isWorkspaceAdmin = userRoles.some((r) => platformAdminRoles.has(r));
@@ -11093,4 +11090,4 @@ export {
11093
11090
  useGatewayMemory,
11094
11091
  management_default
11095
11092
  };
11096
- //# sourceMappingURL=chunk-NO5FRJUX.mjs.map
11093
+ //# sourceMappingURL=chunk-3JR3GT5F.mjs.map