@rocketlink/crm-model 1.0.69 → 1.0.70

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.js CHANGED
@@ -15,7 +15,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  exports.FORMATS = exports.getCurrentDateCompacted = exports.stringToDate = exports.dateToString = exports.isDateString = void 0;
18
- // Export constantsfinXpSDDRequestColumnMapper
18
+ // Export constants
19
19
  __exportStar(require("./util/constants"), exports);
20
20
  __exportStar(require("./util/dateUtils"), exports);
21
21
  var dateUtils_1 = require("./util/dateUtils");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rocketlink/crm-model",
3
- "version": "1.0.69",
3
+ "version": "1.0.70",
4
4
  "description": "Shared DTOs and Models for CRM Rocketlink",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
package/src/index.ts CHANGED
@@ -1,4 +1,4 @@
1
- // Export constantsfinXpSDDRequestColumnMapper
1
+ // Export constants
2
2
  export * from './util/constants';
3
3
  export * from './util/dateUtils';
4
4
  export { isDateString, dateToString, stringToDate, getCurrentDateCompacted, FORMATS } from './util/dateUtils';