@chopkola/common 1.0.38 → 1.0.39

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.
@@ -33,6 +33,6 @@ export declare type AdministratorDashboardData = {
33
33
  system_activities: SystemLoggedActivityI[];
34
34
  performance_data: SystemPerformanceI[];
35
35
  };
36
- export declare type GetAdministratorDashboardPageResourceI = {
36
+ export interface GetAdministratorDashboardPageResourceI {
37
37
  data: AdministratorDashboardData;
38
- };
38
+ }
@@ -8,3 +8,4 @@ var AdminnistratorDashboardIconEnum;
8
8
  AdminnistratorDashboardIconEnum["STORE"] = "store";
9
9
  AdminnistratorDashboardIconEnum["USERS"] = "user";
10
10
  })(AdminnistratorDashboardIconEnum = exports.AdminnistratorDashboardIconEnum || (exports.AdminnistratorDashboardIconEnum = {}));
11
+ ;
@@ -1,8 +1,8 @@
1
1
  import { RoleI, UserI } from "../user";
2
2
  export declare type AdministratorSystemUserData = {
3
- users: UserI;
4
- };
5
- export declare type GetSystemUserManagementPageResourceI = {
6
- data: AdministratorSystemUserData;
3
+ users: UserI[];
7
4
  roles: RoleI[];
8
5
  };
6
+ export interface GetSystemUserManagementPageResourceI {
7
+ data: AdministratorSystemUserData;
8
+ }
@@ -1,2 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ ;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chopkola/common",
3
- "version": "1.0.38",
3
+ "version": "1.0.39",
4
4
  "description": "",
5
5
  "license": "ISC",
6
6
  "author": "akrosoft technology ltd",