@royalinvest/dto 0.15.2 → 0.16.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/emailMessage.d.ts +8 -0
- package/dist/emailMessage.js +2 -0
- package/dist/index.d.ts +32 -31
- package/dist/index.js +32 -31
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1,43 +1,44 @@
|
|
|
1
|
-
export * from "./enum";
|
|
2
|
-
export * from "./quebec-lease-dwelling";
|
|
3
1
|
export * from "./address";
|
|
2
|
+
export * from "./auth";
|
|
3
|
+
export * from "./category";
|
|
4
|
+
export * from "./checkout";
|
|
5
|
+
export * from "./co-singer";
|
|
6
|
+
export * from "./contractAttachment";
|
|
4
7
|
export * from "./country";
|
|
8
|
+
export * from "./emailMessage";
|
|
9
|
+
export * from "./enum";
|
|
10
|
+
export * from "./expense";
|
|
11
|
+
export * from "./field";
|
|
12
|
+
export * from "./file";
|
|
13
|
+
export * from "./fileView";
|
|
14
|
+
export * from "./key-value";
|
|
15
|
+
export * from "./lease-details";
|
|
16
|
+
export * from "./lease-duplicate";
|
|
5
17
|
export * from "./lease-list-item";
|
|
6
18
|
export * from "./lease";
|
|
7
|
-
export * from "./property";
|
|
8
|
-
export * from "./state";
|
|
9
|
-
export * from "./template";
|
|
10
|
-
export * from "./yes-no";
|
|
11
19
|
export * from "./login";
|
|
12
|
-
export * from "./sign-up";
|
|
13
|
-
export * from "./user";
|
|
14
|
-
export * from "./auth";
|
|
15
|
-
export * from "./notification";
|
|
16
|
-
export * from "./expense";
|
|
17
|
-
export * from "./sort";
|
|
18
|
-
export * from "./key-value";
|
|
19
|
-
export * from "./category";
|
|
20
|
-
export * from "./template-variant";
|
|
21
|
-
export * from "./messageNotification";
|
|
22
20
|
export * from "./messageGenerate";
|
|
23
|
-
export * from "./
|
|
24
|
-
export * from "./
|
|
21
|
+
export * from "./messageNotification";
|
|
22
|
+
export * from "./noticeRule";
|
|
23
|
+
export * from "./notification";
|
|
24
|
+
export * from "./party";
|
|
25
|
+
export * from "./placeholder";
|
|
25
26
|
export * from "./profile";
|
|
27
|
+
export * from "./property";
|
|
28
|
+
export * from "./quebec-lease-dwelling";
|
|
29
|
+
export * from "./sign-up";
|
|
30
|
+
export * from "./signatureInitials";
|
|
26
31
|
export * from "./signatureParty";
|
|
32
|
+
export * from "./signaturePartyAuditDetails";
|
|
27
33
|
export * from "./signaturePartyBasic";
|
|
34
|
+
export * from "./signaturePartyDetails";
|
|
35
|
+
export * from "./signaturePartyEdit";
|
|
28
36
|
export * from "./signaturePartySigned";
|
|
29
37
|
export * from "./signaturePartyViewer";
|
|
30
|
-
export * from "./party";
|
|
31
|
-
export * from "./placeholder";
|
|
32
|
-
export * from "./field";
|
|
33
|
-
export * from "./co-singer";
|
|
34
|
-
export * from "./signatureInitials";
|
|
35
|
-
export * from "./lease-details";
|
|
36
|
-
export * from "./lease-duplicate";
|
|
37
|
-
export * from "./fileView";
|
|
38
38
|
export * from "./signAudit";
|
|
39
|
-
export * from "./
|
|
40
|
-
export * from "./
|
|
41
|
-
export * from "./
|
|
42
|
-
export * from "./
|
|
43
|
-
export * from "./
|
|
39
|
+
export * from "./sort";
|
|
40
|
+
export * from "./state";
|
|
41
|
+
export * from "./template-variant";
|
|
42
|
+
export * from "./template";
|
|
43
|
+
export * from "./user";
|
|
44
|
+
export * from "./yes-no";
|
package/dist/index.js
CHANGED
|
@@ -14,46 +14,47 @@ 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
|
-
__exportStar(require("./enum"), exports);
|
|
18
|
-
__exportStar(require("./quebec-lease-dwelling"), exports);
|
|
19
17
|
__exportStar(require("./address"), exports);
|
|
18
|
+
__exportStar(require("./auth"), exports);
|
|
19
|
+
__exportStar(require("./category"), exports);
|
|
20
|
+
__exportStar(require("./checkout"), exports);
|
|
21
|
+
__exportStar(require("./co-singer"), exports);
|
|
22
|
+
__exportStar(require("./contractAttachment"), exports);
|
|
20
23
|
__exportStar(require("./country"), exports);
|
|
24
|
+
__exportStar(require("./emailMessage"), exports);
|
|
25
|
+
__exportStar(require("./enum"), exports);
|
|
26
|
+
__exportStar(require("./expense"), exports);
|
|
27
|
+
__exportStar(require("./field"), exports);
|
|
28
|
+
__exportStar(require("./file"), exports);
|
|
29
|
+
__exportStar(require("./fileView"), exports);
|
|
30
|
+
__exportStar(require("./key-value"), exports);
|
|
31
|
+
__exportStar(require("./lease-details"), exports);
|
|
32
|
+
__exportStar(require("./lease-duplicate"), exports);
|
|
21
33
|
__exportStar(require("./lease-list-item"), exports);
|
|
22
34
|
__exportStar(require("./lease"), exports);
|
|
23
|
-
__exportStar(require("./property"), exports);
|
|
24
|
-
__exportStar(require("./state"), exports);
|
|
25
|
-
__exportStar(require("./template"), exports);
|
|
26
|
-
__exportStar(require("./yes-no"), exports);
|
|
27
35
|
__exportStar(require("./login"), exports);
|
|
28
|
-
__exportStar(require("./sign-up"), exports);
|
|
29
|
-
__exportStar(require("./user"), exports);
|
|
30
|
-
__exportStar(require("./auth"), exports);
|
|
31
|
-
__exportStar(require("./notification"), exports);
|
|
32
|
-
__exportStar(require("./expense"), exports);
|
|
33
|
-
__exportStar(require("./sort"), exports);
|
|
34
|
-
__exportStar(require("./key-value"), exports);
|
|
35
|
-
__exportStar(require("./category"), exports);
|
|
36
|
-
__exportStar(require("./template-variant"), exports);
|
|
37
|
-
__exportStar(require("./messageNotification"), exports);
|
|
38
36
|
__exportStar(require("./messageGenerate"), exports);
|
|
39
|
-
__exportStar(require("./
|
|
40
|
-
__exportStar(require("./
|
|
37
|
+
__exportStar(require("./messageNotification"), exports);
|
|
38
|
+
__exportStar(require("./noticeRule"), exports);
|
|
39
|
+
__exportStar(require("./notification"), exports);
|
|
40
|
+
__exportStar(require("./party"), exports);
|
|
41
|
+
__exportStar(require("./placeholder"), exports);
|
|
41
42
|
__exportStar(require("./profile"), exports);
|
|
43
|
+
__exportStar(require("./property"), exports);
|
|
44
|
+
__exportStar(require("./quebec-lease-dwelling"), exports);
|
|
45
|
+
__exportStar(require("./sign-up"), exports);
|
|
46
|
+
__exportStar(require("./signatureInitials"), exports);
|
|
42
47
|
__exportStar(require("./signatureParty"), exports);
|
|
48
|
+
__exportStar(require("./signaturePartyAuditDetails"), exports);
|
|
43
49
|
__exportStar(require("./signaturePartyBasic"), exports);
|
|
50
|
+
__exportStar(require("./signaturePartyDetails"), exports);
|
|
51
|
+
__exportStar(require("./signaturePartyEdit"), exports);
|
|
44
52
|
__exportStar(require("./signaturePartySigned"), exports);
|
|
45
53
|
__exportStar(require("./signaturePartyViewer"), exports);
|
|
46
|
-
__exportStar(require("./party"), exports);
|
|
47
|
-
__exportStar(require("./placeholder"), exports);
|
|
48
|
-
__exportStar(require("./field"), exports);
|
|
49
|
-
__exportStar(require("./co-singer"), exports);
|
|
50
|
-
__exportStar(require("./signatureInitials"), exports);
|
|
51
|
-
__exportStar(require("./lease-details"), exports);
|
|
52
|
-
__exportStar(require("./lease-duplicate"), exports);
|
|
53
|
-
__exportStar(require("./fileView"), exports);
|
|
54
54
|
__exportStar(require("./signAudit"), exports);
|
|
55
|
-
__exportStar(require("./
|
|
56
|
-
__exportStar(require("./
|
|
57
|
-
__exportStar(require("./
|
|
58
|
-
__exportStar(require("./
|
|
59
|
-
__exportStar(require("./
|
|
55
|
+
__exportStar(require("./sort"), exports);
|
|
56
|
+
__exportStar(require("./state"), exports);
|
|
57
|
+
__exportStar(require("./template-variant"), exports);
|
|
58
|
+
__exportStar(require("./template"), exports);
|
|
59
|
+
__exportStar(require("./user"), exports);
|
|
60
|
+
__exportStar(require("./yes-no"), exports);
|
package/package.json
CHANGED