dt-common-device 7.6.10 → 7.6.11

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
@@ -17,3 +17,4 @@ export * from "./queue";
17
17
  export * from "./entities/pms";
18
18
  export * from "./audit";
19
19
  export { initialize, getConfig, shutdown } from "./config/config";
20
+ export * from "./pms/index";
package/dist/index.js CHANGED
@@ -59,3 +59,5 @@ var config_1 = require("./config/config");
59
59
  Object.defineProperty(exports, "initialize", { enumerable: true, get: function () { return config_1.initialize; } });
60
60
  Object.defineProperty(exports, "getConfig", { enumerable: true, get: function () { return config_1.getConfig; } });
61
61
  Object.defineProperty(exports, "shutdown", { enumerable: true, get: function () { return config_1.shutdown; } });
62
+ //Export PMS Webhook Queue
63
+ __exportStar(require("./pms/index"), exports);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dt-common-device",
3
- "version": "7.6.10",
3
+ "version": "7.6.11",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [