@connectedxm/admin 1.3.2 → 1.3.3
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.d.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1262,6 +1262,7 @@ interface Notification extends BaseNotification {
|
|
|
1262
1262
|
type PermissionDomain = keyof Omit<OrganizationMembership, "organizationId" | "userId" | "user">;
|
|
1263
1263
|
type PermissionType = "read" | "create" | "update" | "del";
|
|
1264
1264
|
interface ModulePermissions {
|
|
1265
|
+
superEnabled: boolean;
|
|
1265
1266
|
enabled: boolean;
|
|
1266
1267
|
read: boolean;
|
|
1267
1268
|
create: boolean;
|
package/dist/index.d.ts
CHANGED
|
@@ -1262,6 +1262,7 @@ interface Notification extends BaseNotification {
|
|
|
1262
1262
|
type PermissionDomain = keyof Omit<OrganizationMembership, "organizationId" | "userId" | "user">;
|
|
1263
1263
|
type PermissionType = "read" | "create" | "update" | "del";
|
|
1264
1264
|
interface ModulePermissions {
|
|
1265
|
+
superEnabled: boolean;
|
|
1265
1266
|
enabled: boolean;
|
|
1266
1267
|
read: boolean;
|
|
1267
1268
|
create: boolean;
|