grm-shared-library 1.0.229 → 1.0.230

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.
@@ -8,3 +8,4 @@ export * from './dtos/resend-otp.dto';
8
8
  export * from './dtos/refresh-token.dto';
9
9
  export * from './interfaces/register-response';
10
10
  export * from './interfaces/login-response';
11
+ export * from './enums/otp-action';
@@ -26,3 +26,5 @@ __exportStar(require("./dtos/refresh-token.dto"), exports);
26
26
  // Interfaces
27
27
  __exportStar(require("./interfaces/register-response"), exports);
28
28
  __exportStar(require("./interfaces/login-response"), exports);
29
+ // Enums
30
+ __exportStar(require("./enums/otp-action"), exports);
@@ -4,3 +4,4 @@ export * from './dtos/organization-sla.dto';
4
4
  export * from './interfaces/organization';
5
5
  export * from './interfaces/organization-sla';
6
6
  export * from './enums/org-status.enum';
7
+ export * from './enums/org-type.enum';
@@ -14,9 +14,13 @@ 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
+ //Dtos
17
18
  __exportStar(require("./dtos/create-organization.dto"), exports);
18
19
  __exportStar(require("./dtos/update-organization.dto"), exports);
19
20
  __exportStar(require("./dtos/organization-sla.dto"), exports);
21
+ // Interfaces
20
22
  __exportStar(require("./interfaces/organization"), exports);
21
23
  __exportStar(require("./interfaces/organization-sla"), exports);
24
+ // Enums
22
25
  __exportStar(require("./enums/org-status.enum"), exports);
26
+ __exportStar(require("./enums/org-type.enum"), exports);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "grm-shared-library",
3
- "version": "1.0.229",
3
+ "version": "1.0.230",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [