@burtson-labs/bandit-engine 2.0.115 → 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.
package/dist/index.mjs CHANGED
@@ -10,7 +10,7 @@ import {
10
10
  useGatewayHealth,
11
11
  useGatewayMemory,
12
12
  useGatewayModels
13
- } from "./chunk-NZKNHFE4.mjs";
13
+ } from "./chunk-3JR3GT5F.mjs";
14
14
  import "./chunk-W2EPDR5G.mjs";
15
15
  import "./chunk-HAUDGBUS.mjs";
16
16
  import "./chunk-BN3D45E2.mjs";
@@ -44271,8 +44271,7 @@ var Management = () => {
44271
44271
  ];
44272
44272
  const platformAdminRoles = /* @__PURE__ */ new Set([
44273
44273
  "admin",
44274
- "platform_admin",
44275
- "super_admin"
44274
+ "platform_admin"
44276
44275
  ]);
44277
44276
  const userRoles = (authenticationService.parseJwtClaims(authenticationService.getToken() ?? "")?.roles ?? []).map((r) => r.toLowerCase());
44278
44277
  const isWorkspaceAdmin = userRoles.some((r) => platformAdminRoles.has(r));