@connectedxm/admin 1.1.1 → 1.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.
package/dist/index.d.mts CHANGED
@@ -1174,7 +1174,7 @@ interface Notification extends BaseNotification {
1174
1174
  createdAt: string;
1175
1175
  updatedAt: string;
1176
1176
  }
1177
- type PermissionDomain = keyof Omit<OrganizationMembership, "organizationId" | "userId" | "user" | "createdAt" | "updatedAt">;
1177
+ type PermissionDomain = keyof Omit<OrganizationMembership, "organizationId" | "userId" | "user">;
1178
1178
  type PermissionType = "read" | "create" | "update" | "del";
1179
1179
  interface ModulePermissions {
1180
1180
  enabled: boolean;
@@ -1205,8 +1205,6 @@ interface OrganizationMembership {
1205
1205
  subscriptions: ModulePermissions;
1206
1206
  invoices: ModulePermissions;
1207
1207
  announcements: ModulePermissions;
1208
- createdAt: string;
1209
- updatedAt: string;
1210
1208
  }
1211
1209
  interface BaseOrganization {
1212
1210
  id: string;
package/dist/index.d.ts CHANGED
@@ -1174,7 +1174,7 @@ interface Notification extends BaseNotification {
1174
1174
  createdAt: string;
1175
1175
  updatedAt: string;
1176
1176
  }
1177
- type PermissionDomain = keyof Omit<OrganizationMembership, "organizationId" | "userId" | "user" | "createdAt" | "updatedAt">;
1177
+ type PermissionDomain = keyof Omit<OrganizationMembership, "organizationId" | "userId" | "user">;
1178
1178
  type PermissionType = "read" | "create" | "update" | "del";
1179
1179
  interface ModulePermissions {
1180
1180
  enabled: boolean;
@@ -1205,8 +1205,6 @@ interface OrganizationMembership {
1205
1205
  subscriptions: ModulePermissions;
1206
1206
  invoices: ModulePermissions;
1207
1207
  announcements: ModulePermissions;
1208
- createdAt: string;
1209
- updatedAt: string;
1210
1208
  }
1211
1209
  interface BaseOrganization {
1212
1210
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/admin",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "Admin API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "repository": {