@royalinvest/dto 0.45.2 → 0.45.3

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.
@@ -48,7 +48,7 @@ export declare enum SignActionEnum {
48
48
  }
49
49
  export declare enum SignatureDateTypeEnum {
50
50
  equalDayMonthYearBoxes = "equalDayMonthYearBoxes",
51
- dayMonthYearStringWithSlashes = "dayMonthYearStringWithSlashes"
51
+ lineWithFormattedString = "lineWithFormattedString"
52
52
  }
53
53
  export declare enum LeaseNoticeTypeEnum {
54
54
  Modification = "modification",
@@ -59,7 +59,7 @@ var SignActionEnum;
59
59
  var SignatureDateTypeEnum;
60
60
  (function (SignatureDateTypeEnum) {
61
61
  SignatureDateTypeEnum["equalDayMonthYearBoxes"] = "equalDayMonthYearBoxes";
62
- SignatureDateTypeEnum["dayMonthYearStringWithSlashes"] = "dayMonthYearStringWithSlashes";
62
+ SignatureDateTypeEnum["lineWithFormattedString"] = "lineWithFormattedString";
63
63
  })(SignatureDateTypeEnum || (exports.SignatureDateTypeEnum = SignatureDateTypeEnum = {}));
64
64
  var LeaseNoticeTypeEnum;
65
65
  (function (LeaseNoticeTypeEnum) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@royalinvest/dto",
3
- "version": "0.45.2",
3
+ "version": "0.45.3",
4
4
  "description": "Data Transfer Objects (DTOs) to carry data between frontend and backend processes.",
5
5
  "main": "./src/index.ts",
6
6
  "types": "./dist/index.d.ts",