grm-shared-library 1.0.58 → 1.0.59

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.ts CHANGED
@@ -1,6 +1,3 @@
1
- /**
2
- * Modules
3
- */
4
1
  export * from './modules/auth/index';
5
2
  export * from './modules/organization/index';
6
3
  export * from './modules/common/index';
@@ -8,15 +5,7 @@ export * from './modules/permission/index';
8
5
  export * from './modules/role/index';
9
6
  export * from './modules/user/index';
10
7
  export * from './modules/control-centre/index';
11
- /**
12
- * Kafka
13
- */
8
+ export * from './interfaces/server-message';
14
9
  export * from './kafka/topics';
15
- /**
16
- * Utilities
17
- */
18
10
  export * from './decorators/case-decorators';
19
- /**
20
- * Exceptions
21
- */
22
11
  export * from './exceptions/index';
package/dist/index.js CHANGED
@@ -14,9 +14,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
- /**
18
- * Modules
19
- */
17
+ // Modules
20
18
  __exportStar(require("./modules/auth/index"), exports);
21
19
  __exportStar(require("./modules/organization/index"), exports);
22
20
  __exportStar(require("./modules/common/index"), exports);
@@ -24,15 +22,11 @@ __exportStar(require("./modules/permission/index"), exports);
24
22
  __exportStar(require("./modules/role/index"), exports);
25
23
  __exportStar(require("./modules/user/index"), exports);
26
24
  __exportStar(require("./modules/control-centre/index"), exports);
27
- /**
28
- * Kafka
29
- */
25
+ // Interfaces
26
+ __exportStar(require("./interfaces/server-message"), exports);
27
+ // Kafka
30
28
  __exportStar(require("./kafka/topics"), exports);
31
- /**
32
- * Utilities
33
- */
29
+ // Utilities
34
30
  __exportStar(require("./decorators/case-decorators"), exports);
35
- /**
36
- * Exceptions
37
- */
31
+ // Exceptions
38
32
  __exportStar(require("./exceptions/index"), exports);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "grm-shared-library",
3
- "version": "1.0.58",
3
+ "version": "1.0.59",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [