@royalinvest/dto 0.72.8 → 0.73.1
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 +3 -2
- package/dist/index.js +3 -2
- package/dist/key-value.d.ts +0 -4
- package/dist/property-key-value.d.ts +7 -0
- package/dist/property-key-value.js +2 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -9,12 +9,12 @@ export * from "./category";
|
|
|
9
9
|
export * from "./certificateFormData";
|
|
10
10
|
export * from "./checkout";
|
|
11
11
|
export * from "./co-singer";
|
|
12
|
+
export * from "./config";
|
|
12
13
|
export * from "./contract-type";
|
|
13
14
|
export * from "./contractAttachment";
|
|
14
15
|
export * from "./contractParty";
|
|
15
16
|
export * from "./contractUsage";
|
|
16
17
|
export * from "./country";
|
|
17
|
-
export * from "./config";
|
|
18
18
|
export * from "./credit-check";
|
|
19
19
|
export * from "./creditCheckReport";
|
|
20
20
|
export * from "./documentDrawingInstructions";
|
|
@@ -49,6 +49,7 @@ export * from "./placeholder";
|
|
|
49
49
|
export * from "./placeholderCollection";
|
|
50
50
|
export * from "./plan";
|
|
51
51
|
export * from "./profile";
|
|
52
|
+
export * from "./property-key-value";
|
|
52
53
|
export * from "./property";
|
|
53
54
|
export * from "./propertyUnit";
|
|
54
55
|
export * from "./quebec-lease-dwelling-annex6";
|
|
@@ -76,5 +77,5 @@ export * from "./template";
|
|
|
76
77
|
export * from "./types";
|
|
77
78
|
export * from "./usa";
|
|
78
79
|
export * from "./user";
|
|
79
|
-
export * from "./yes-no";
|
|
80
80
|
export * from "./utils";
|
|
81
|
+
export * from "./yes-no";
|
package/dist/index.js
CHANGED
|
@@ -25,12 +25,12 @@ __exportStar(require("./category"), exports);
|
|
|
25
25
|
__exportStar(require("./certificateFormData"), exports);
|
|
26
26
|
__exportStar(require("./checkout"), exports);
|
|
27
27
|
__exportStar(require("./co-singer"), exports);
|
|
28
|
+
__exportStar(require("./config"), exports);
|
|
28
29
|
__exportStar(require("./contract-type"), exports);
|
|
29
30
|
__exportStar(require("./contractAttachment"), exports);
|
|
30
31
|
__exportStar(require("./contractParty"), exports);
|
|
31
32
|
__exportStar(require("./contractUsage"), exports);
|
|
32
33
|
__exportStar(require("./country"), exports);
|
|
33
|
-
__exportStar(require("./config"), exports);
|
|
34
34
|
__exportStar(require("./credit-check"), exports);
|
|
35
35
|
__exportStar(require("./creditCheckReport"), exports);
|
|
36
36
|
__exportStar(require("./documentDrawingInstructions"), exports);
|
|
@@ -65,6 +65,7 @@ __exportStar(require("./placeholder"), exports);
|
|
|
65
65
|
__exportStar(require("./placeholderCollection"), exports);
|
|
66
66
|
__exportStar(require("./plan"), exports);
|
|
67
67
|
__exportStar(require("./profile"), exports);
|
|
68
|
+
__exportStar(require("./property-key-value"), exports);
|
|
68
69
|
__exportStar(require("./property"), exports);
|
|
69
70
|
__exportStar(require("./propertyUnit"), exports);
|
|
70
71
|
__exportStar(require("./quebec-lease-dwelling-annex6"), exports);
|
|
@@ -92,5 +93,5 @@ __exportStar(require("./template"), exports);
|
|
|
92
93
|
__exportStar(require("./types"), exports);
|
|
93
94
|
__exportStar(require("./usa"), exports);
|
|
94
95
|
__exportStar(require("./user"), exports);
|
|
95
|
-
__exportStar(require("./yes-no"), exports);
|
|
96
96
|
__exportStar(require("./utils"), exports);
|
|
97
|
+
__exportStar(require("./yes-no"), exports);
|
package/dist/key-value.d.ts
CHANGED
package/package.json
CHANGED