@nx-ddd/x 18.2.0 → 18.4.0
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nx-ddd/x",
|
|
3
|
-
"version": "18.
|
|
3
|
+
"version": "18.4.0",
|
|
4
4
|
"main": "./index.js",
|
|
5
5
|
"types": "./index.d.ts",
|
|
6
6
|
"homepage": "https://github.com/xx-machina/plaform/tree/main/packages/@nx-ddd/x",
|
|
@@ -10,9 +10,9 @@
|
|
|
10
10
|
},
|
|
11
11
|
"peerDependencies": {
|
|
12
12
|
"@angular/core": "^18.0.0",
|
|
13
|
-
"@nx-ddd/common": "18.
|
|
14
|
-
"@nx-ddd/core": "18.
|
|
15
|
-
"@nx-ddd/firestore": "18.
|
|
13
|
+
"@nx-ddd/common": "18.4.0",
|
|
14
|
+
"@nx-ddd/core": "18.4.0",
|
|
15
|
+
"@nx-ddd/firestore": "18.4.0",
|
|
16
16
|
"class-validator": "^0.14.0",
|
|
17
17
|
"dayjs": "1.11.12",
|
|
18
18
|
"tslib": "^2.3.0",
|
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.MessageEvent = void 0;
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
5
|
const models_1 = require("@nx-ddd/common/domain/models");
|
|
6
|
-
const
|
|
6
|
+
const firestore_1 = require("@nx-ddd/firestore");
|
|
7
7
|
class User {
|
|
8
8
|
}
|
|
9
9
|
class MessageEvent extends models_1.Entity {
|
|
@@ -13,19 +13,19 @@ class MessageEvent extends models_1.Entity {
|
|
|
13
13
|
}
|
|
14
14
|
exports.MessageEvent = MessageEvent;
|
|
15
15
|
tslib_1.__decorate([
|
|
16
|
-
|
|
16
|
+
firestore_1.Firestore.String(),
|
|
17
17
|
tslib_1.__metadata("design:type", String)
|
|
18
18
|
], MessageEvent.prototype, "senderId", void 0);
|
|
19
19
|
tslib_1.__decorate([
|
|
20
|
-
|
|
20
|
+
firestore_1.Firestore.String(),
|
|
21
21
|
tslib_1.__metadata("design:type", String)
|
|
22
22
|
], MessageEvent.prototype, "eventType", void 0);
|
|
23
23
|
tslib_1.__decorate([
|
|
24
|
-
|
|
24
|
+
firestore_1.Firestore.String(),
|
|
25
25
|
tslib_1.__metadata("design:type", String)
|
|
26
26
|
], MessageEvent.prototype, "dmConversationId", void 0);
|
|
27
27
|
tslib_1.__decorate([
|
|
28
|
-
|
|
28
|
+
firestore_1.Firestore.String(),
|
|
29
29
|
tslib_1.__metadata("design:type", String)
|
|
30
30
|
], MessageEvent.prototype, "text", void 0);
|
|
31
31
|
//# sourceMappingURL=message-event.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"message-event.js","sourceRoot":"","sources":["../../../../../../../../packages/@nx-ddd/x/src/lib/domain/models/message-event.ts"],"names":[],"mappings":";;;;AAAA,yDAAsD;AACtD,
|
|
1
|
+
{"version":3,"file":"message-event.js","sourceRoot":"","sources":["../../../../../../../../packages/@nx-ddd/x/src/lib/domain/models/message-event.ts"],"names":[],"mappings":";;;;AAAA,yDAAsD;AACtD,iDAA8C;AAE9C,MAAM,IAAI;CAIT;AAED,MAAa,YAAa,SAAQ,eAAM;IAkBtC,MAAM,CAAC,IAAI,CAAC,MAA6B;QACvC,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,YAAY,EAAE,EAAE,MAAM,CAAC,CAAC;IACnD,CAAC;CACF;AArBD,oCAqBC;AAhBC;IADC,qBAAS,CAAC,MAAM,EAAE;;8CACF;AAKjB;IADC,qBAAS,CAAC,MAAM,EAAE;;+CACQ;AAG3B;IADC,qBAAS,CAAC,MAAM,EAAE;;sDACM;AAGzB;IADC,qBAAS,CAAC,MAAM,EAAE;;0CACN"}
|