@hugo.ye/common 1.0.102 → 1.0.104
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/build/models/chat-contacts.entity.d.ts +0 -3
- package/build/models/chat-contacts.entity.d.ts.map +1 -1
- package/build/models/chat-contacts.entity.js +0 -10
- package/build/models/chat-contacts.entity.js.map +1 -1
- package/build/models/chat-group.entity.d.ts +1 -2
- package/build/models/chat-group.entity.d.ts.map +1 -1
- package/build/models/chat-group.entity.js +0 -7
- package/build/models/chat-group.entity.js.map +1 -1
- package/build/models/users.entity.d.ts +4 -5
- package/build/models/users.entity.d.ts.map +1 -1
- package/build/models/users.entity.js +28 -22
- package/build/models/users.entity.js.map +1 -1
- package/package.json +1 -1
|
@@ -1,9 +1,6 @@
|
|
|
1
|
-
import { type Relation } from 'typeorm';
|
|
2
1
|
import { AbstractEntity } from '../index.js';
|
|
3
|
-
import { UserEntity } from './index.js';
|
|
4
2
|
export declare class ChatContactsEntity extends AbstractEntity<ChatContactsEntity> {
|
|
5
3
|
contactsId: number;
|
|
6
4
|
createdDate: Date;
|
|
7
|
-
user: Relation<UserEntity>;
|
|
8
5
|
}
|
|
9
6
|
//# sourceMappingURL=chat-contacts.entity.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"chat-contacts.entity.d.ts","sourceRoot":"","sources":["../../src/models/chat-contacts.entity.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"chat-contacts.entity.d.ts","sourceRoot":"","sources":["../../src/models/chat-contacts.entity.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAG7C,qBAGa,kBAAmB,SAAQ,cAAc,CAAC,kBAAkB,CAAC;IAGxE,UAAU,EAAE,MAAM,CAAC;IAInB,WAAW,EAAE,IAAI,CAAC;CASnB"}
|
|
@@ -14,7 +14,6 @@ import { UserEntity } from './index.js';
|
|
|
14
14
|
let ChatContactsEntity = class ChatContactsEntity extends AbstractEntity {
|
|
15
15
|
contactsId;
|
|
16
16
|
createdDate;
|
|
17
|
-
user;
|
|
18
17
|
};
|
|
19
18
|
__decorate([
|
|
20
19
|
Column(),
|
|
@@ -26,15 +25,6 @@ __decorate([
|
|
|
26
25
|
Field(() => Date, { nullable: true }),
|
|
27
26
|
__metadata("design:type", Date)
|
|
28
27
|
], ChatContactsEntity.prototype, "createdDate", void 0);
|
|
29
|
-
__decorate([
|
|
30
|
-
ManyToOne(() => UserEntity, (user) => user.contacts, {
|
|
31
|
-
onDelete: 'CASCADE',
|
|
32
|
-
nullable: true,
|
|
33
|
-
}),
|
|
34
|
-
Field(() => UserEntity, { nullable: true }),
|
|
35
|
-
Directive('@shareable'),
|
|
36
|
-
__metadata("design:type", Object)
|
|
37
|
-
], ChatContactsEntity.prototype, "user", void 0);
|
|
38
28
|
ChatContactsEntity = __decorate([
|
|
39
29
|
ObjectType(),
|
|
40
30
|
Entity(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"chat-contacts.entity.js","sourceRoot":"","sources":["../../src/models/chat-contacts.entity.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,SAAS,EAAE,KAAK,EAAE,GAAG,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AACpE,OAAO,EAAE,MAAM,EAAE,MAAM,EAAE,SAAS,EAAiB,MAAM,SAAS,CAAC;AACnE,OAAO,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAC7C,OAAO,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAKlC,IAAM,kBAAkB,GAAxB,MAAM,kBAAmB,SAAQ,cAAkC;IAGxE,UAAU,CAAS;IAInB,WAAW,CAAO;
|
|
1
|
+
{"version":3,"file":"chat-contacts.entity.js","sourceRoot":"","sources":["../../src/models/chat-contacts.entity.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,SAAS,EAAE,KAAK,EAAE,GAAG,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AACpE,OAAO,EAAE,MAAM,EAAE,MAAM,EAAE,SAAS,EAAiB,MAAM,SAAS,CAAC;AACnE,OAAO,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAC7C,OAAO,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAKlC,IAAM,kBAAkB,GAAxB,MAAM,kBAAmB,SAAQ,cAAkC;IAGxE,UAAU,CAAS;IAInB,WAAW,CAAO;CASnB,CAAA;AAbC;IAFC,MAAM,EAAE;IACR,KAAK,EAAE;;sDACW;AAInB;IAFC,MAAM,EAAE;IACR,KAAK,CAAC,GAAG,EAAE,CAAC,IAAI,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;8BACzB,IAAI;uDAAC;AAPP,kBAAkB;IAH9B,UAAU,EAAE;IACZ,MAAM,EAAE;IACR,SAAS,CAAC,0CAA0C,CAAC;GACzC,kBAAkB,CAgB9B"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AbstractEntity, ChatEntity
|
|
1
|
+
import { AbstractEntity, ChatEntity } from "../index.js";
|
|
2
2
|
export declare class ChatGroupEntity extends AbstractEntity<ChatGroupEntity> {
|
|
3
3
|
name: string;
|
|
4
4
|
count: number;
|
|
@@ -6,6 +6,5 @@ export declare class ChatGroupEntity extends AbstractEntity<ChatGroupEntity> {
|
|
|
6
6
|
createdDate: Date;
|
|
7
7
|
type: number;
|
|
8
8
|
chats: ChatEntity[];
|
|
9
|
-
users: UserEntity[];
|
|
10
9
|
}
|
|
11
10
|
//# sourceMappingURL=chat-group.entity.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"chat-group.entity.d.ts","sourceRoot":"","sources":["../../src/models/chat-group.entity.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,cAAc,EAAE,UAAU,
|
|
1
|
+
{"version":3,"file":"chat-group.entity.d.ts","sourceRoot":"","sources":["../../src/models/chat-group.entity.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,cAAc,EAAE,UAAU,EAAc,MAAM,aAAa,CAAC;AAErE,qBAGa,eAAgB,SAAQ,cAAc,CAAC,eAAe,CAAC;IAIhE,IAAI,EAAE,MAAM,CAAC;IAIb,KAAK,EAAE,MAAM,CAAC;IAId,SAAS,EAAE,MAAM,CAAC;IAIlB,WAAW,EAAE,IAAI,CAAC;IAIlB,IAAI,EAAE,MAAM,CAAC;IAMb,KAAK,EAAE,UAAU,EAAE,CAAA;CAOtB"}
|
|
@@ -17,7 +17,6 @@ let ChatGroupEntity = class ChatGroupEntity extends AbstractEntity {
|
|
|
17
17
|
createdDate;
|
|
18
18
|
type; // 群组类型:0 二人对话(dialog), 1 讨论群(group)
|
|
19
19
|
chats;
|
|
20
|
-
users;
|
|
21
20
|
};
|
|
22
21
|
__decorate([
|
|
23
22
|
Column(),
|
|
@@ -51,12 +50,6 @@ __decorate([
|
|
|
51
50
|
JoinTable(),
|
|
52
51
|
__metadata("design:type", Array)
|
|
53
52
|
], ChatGroupEntity.prototype, "chats", void 0);
|
|
54
|
-
__decorate([
|
|
55
|
-
ManyToMany(() => UserEntity, users => users.chatGroups, { nullable: true }),
|
|
56
|
-
Directive('@shareable'),
|
|
57
|
-
Field(() => [UserEntity], { nullable: true }),
|
|
58
|
-
__metadata("design:type", Array)
|
|
59
|
-
], ChatGroupEntity.prototype, "users", void 0);
|
|
60
53
|
ChatGroupEntity = __decorate([
|
|
61
54
|
Entity(),
|
|
62
55
|
ObjectType(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"chat-group.entity.js","sourceRoot":"","sources":["../../src/models/chat-group.entity.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,SAAS,EAAE,KAAK,EAAE,GAAG,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AACpE,OAAO,EAAE,MAAM,EAAE,MAAM,EAAE,SAAS,EAAE,UAAU,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAC3E,OAAO,EAAE,cAAc,EAAE,UAAU,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAK9D,IAAM,eAAe,GAArB,MAAM,eAAgB,SAAQ,cAA+B;IAIhE,IAAI,CAAS;IAIb,KAAK,CAAS,CAAC,OAAO;IAItB,SAAS,CAAS;IAIlB,WAAW,CAAO;IAIlB,IAAI,CAAS,CAAC,oCAAoC;IAMlD,KAAK,CAAc;
|
|
1
|
+
{"version":3,"file":"chat-group.entity.js","sourceRoot":"","sources":["../../src/models/chat-group.entity.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,SAAS,EAAE,KAAK,EAAE,GAAG,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AACpE,OAAO,EAAE,MAAM,EAAE,MAAM,EAAE,SAAS,EAAE,UAAU,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAC3E,OAAO,EAAE,cAAc,EAAE,UAAU,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAK9D,IAAM,eAAe,GAArB,MAAM,eAAgB,SAAQ,cAA+B;IAIhE,IAAI,CAAS;IAIb,KAAK,CAAS,CAAC,OAAO;IAItB,SAAS,CAAS;IAIlB,WAAW,CAAO;IAIlB,IAAI,CAAS,CAAC,oCAAoC;IAMlD,KAAK,CAAc;CAOtB,CAAA;AA7BG;IAFC,MAAM,EAAE;IACR,KAAK,EAAE;;6CACK;AAIb;IAFC,MAAM,CAAC,EAAE,OAAO,EAAE,CAAC,EAAE,CAAC;IACtB,KAAK,CAAC,EAAE,YAAY,EAAE,CAAC,EAAE,CAAC;;8CACb;AAId;IAFC,MAAM,EAAE;IACR,KAAK,CAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;kDACR;AAIlB;IAFC,MAAM,EAAE;IACR,KAAK,CAAC,GAAG,EAAE,CAAC,IAAI,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;8BACzB,IAAI;oDAAC;AAIlB;IAFC,MAAM,CAAC,EAAE,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC;IACvC,KAAK,CAAC,EAAE,YAAY,EAAE,CAAC,EAAE,CAAC;;6CACd;AAMb;IAJC,SAAS,CAAC,GAAG,EAAE,CAAC,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,KAAK,CAAC,KAAK,EAAE,EAAE,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IACpF,KAAK,CAAC,GAAG,EAAE,CAAC,CAAC,UAAU,CAAC,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7C,SAAS,CAAC,YAAY,CAAC;IACvB,SAAS,EAAE;;8CACO;AA1BV,eAAe;IAH3B,MAAM,EAAE;IACR,UAAU,EAAE;IACZ,SAAS,CAAC,yDAAyD,CAAC;GACxD,eAAe,CAiC3B"}
|
|
@@ -1,18 +1,17 @@
|
|
|
1
|
-
import { AbstractEntity } from
|
|
2
|
-
import { type Relation } from
|
|
3
|
-
import { RoleEntity, UserProfileEntity
|
|
1
|
+
import { AbstractEntity } from '../index.js';
|
|
2
|
+
import { type Relation } from 'typeorm';
|
|
3
|
+
import { RoleEntity, UserProfileEntity } from './index.js';
|
|
4
4
|
export declare class UserEntity extends AbstractEntity<UserEntity> {
|
|
5
5
|
email: string;
|
|
6
6
|
password: string;
|
|
7
7
|
username: string;
|
|
8
|
+
status: 'active' | 'inactive' | 'banned';
|
|
8
9
|
isOnline: boolean;
|
|
9
10
|
createdBy: string;
|
|
10
11
|
createdDate: Date;
|
|
11
12
|
updatedBy: string;
|
|
12
13
|
updatedDate: Date;
|
|
13
14
|
roles: RoleEntity[];
|
|
14
|
-
chatGroups: ChatGroupEntity[];
|
|
15
|
-
contacts: ChatContactsEntity[];
|
|
16
15
|
profile: Relation<UserProfileEntity>;
|
|
17
16
|
}
|
|
18
17
|
//# sourceMappingURL=users.entity.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"users.entity.d.ts","sourceRoot":"","sources":["../../src/models/users.entity.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAE7C,OAAO,
|
|
1
|
+
{"version":3,"file":"users.entity.d.ts","sourceRoot":"","sources":["../../src/models/users.entity.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAE7C,OAAO,EAQL,KAAK,QAAQ,EACd,MAAM,SAAS,CAAC;AACjB,OAAO,EACL,UAAU,EACV,iBAAiB,EAGlB,MAAM,aAAa,CAAC;AAErB,qBAKa,UAAW,SAAQ,cAAc,CAAC,UAAU,CAAC;IAIxD,KAAK,EAAE,MAAM,CAAC;IAGd,QAAQ,EAAE,MAAM,CAAC;IAKjB,QAAQ,EAAE,MAAM,CAAC;IAIjB,MAAM,EAAE,QAAQ,GAAG,UAAU,GAAG,QAAQ,CAAC;IAIzC,QAAQ,EAAE,OAAO,CAAC;IAIlB,SAAS,EAAE,MAAM,CAAC;IAIlB,WAAW,EAAE,IAAI,CAAC;IAIlB,SAAS,EAAE,MAAM,CAAC;IAIlB,WAAW,EAAE,IAAI,CAAC;IASlB,KAAK,EAAE,UAAU,EAAE,CAAC;IAoBpB,OAAO,EAAE,QAAQ,CAAC,iBAAiB,CAAC,CAAC;CACtC"}
|
|
@@ -7,22 +7,31 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
7
7
|
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
8
8
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
9
9
|
};
|
|
10
|
-
import { AbstractEntity } from
|
|
11
|
-
import { Directive, Field, ObjectType } from
|
|
12
|
-
import { Column, Entity, Index, JoinTable, ManyToMany, OneToMany, OneToOne } from
|
|
13
|
-
import { RoleEntity, UserProfileEntity, ChatContactsEntity, ChatGroupEntity } from
|
|
10
|
+
import { AbstractEntity } from '../index.js';
|
|
11
|
+
import { Directive, Field, ObjectType } from '@nestjs/graphql';
|
|
12
|
+
import { Column, Entity, Index, JoinTable, ManyToMany, OneToMany, OneToOne, } from 'typeorm';
|
|
13
|
+
import { RoleEntity, UserProfileEntity, ChatContactsEntity, ChatGroupEntity, } from './index.js';
|
|
14
14
|
let UserEntity = class UserEntity extends AbstractEntity {
|
|
15
15
|
email;
|
|
16
16
|
password;
|
|
17
17
|
username;
|
|
18
|
+
status;
|
|
18
19
|
isOnline;
|
|
19
20
|
createdBy;
|
|
20
21
|
createdDate;
|
|
21
22
|
updatedBy;
|
|
22
23
|
updatedDate;
|
|
23
24
|
roles;
|
|
24
|
-
|
|
25
|
-
|
|
25
|
+
// @ManyToMany(() => ChatGroupEntity, group => group.users, { cascade: true, nullable: true })
|
|
26
|
+
// @JoinTable()
|
|
27
|
+
// @Directive('@shareable')
|
|
28
|
+
// @Field(() => [ChatGroupEntity], { nullable: true })
|
|
29
|
+
// chatGroups: ChatGroupEntity[];
|
|
30
|
+
// @OneToMany(() => ChatContactsEntity, (contacts) => contacts.user, { cascade: true, nullable: true })
|
|
31
|
+
// @JoinTable()
|
|
32
|
+
// @Directive('@shareable')
|
|
33
|
+
// @Field(() => [ChatContactsEntity], { nullable: true })
|
|
34
|
+
// contacts: ChatContactsEntity[]
|
|
26
35
|
profile;
|
|
27
36
|
};
|
|
28
37
|
__decorate([
|
|
@@ -41,6 +50,11 @@ __decorate([
|
|
|
41
50
|
Index('username-idx'),
|
|
42
51
|
__metadata("design:type", String)
|
|
43
52
|
], UserEntity.prototype, "username", void 0);
|
|
53
|
+
__decorate([
|
|
54
|
+
Column({ default: 'active' }),
|
|
55
|
+
Field({ defaultValue: 'active' }),
|
|
56
|
+
__metadata("design:type", String)
|
|
57
|
+
], UserEntity.prototype, "status", void 0);
|
|
44
58
|
__decorate([
|
|
45
59
|
Column({ default: false }),
|
|
46
60
|
Field({ nullable: true }),
|
|
@@ -67,28 +81,20 @@ __decorate([
|
|
|
67
81
|
__metadata("design:type", Date)
|
|
68
82
|
], UserEntity.prototype, "updatedDate", void 0);
|
|
69
83
|
__decorate([
|
|
70
|
-
ManyToMany(() => RoleEntity, role => role.users, {
|
|
84
|
+
ManyToMany(() => RoleEntity, (role) => role.users, {
|
|
85
|
+
cascade: true,
|
|
86
|
+
nullable: true,
|
|
87
|
+
}),
|
|
71
88
|
JoinTable(),
|
|
72
89
|
Directive('@shareable'),
|
|
73
90
|
Field(() => [RoleEntity], { nullable: true }),
|
|
74
91
|
__metadata("design:type", Array)
|
|
75
92
|
], UserEntity.prototype, "roles", void 0);
|
|
76
93
|
__decorate([
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
__metadata("design:type", Array)
|
|
82
|
-
], UserEntity.prototype, "chatGroups", void 0);
|
|
83
|
-
__decorate([
|
|
84
|
-
OneToMany(() => ChatContactsEntity, (contacts) => contacts.user, { cascade: true, nullable: true }),
|
|
85
|
-
JoinTable(),
|
|
86
|
-
Directive('@shareable'),
|
|
87
|
-
Field(() => [ChatContactsEntity], { nullable: true }),
|
|
88
|
-
__metadata("design:type", Array)
|
|
89
|
-
], UserEntity.prototype, "contacts", void 0);
|
|
90
|
-
__decorate([
|
|
91
|
-
OneToOne(() => UserProfileEntity, (profile) => profile.user, { cascade: true, nullable: true }),
|
|
94
|
+
OneToOne(() => UserProfileEntity, (profile) => profile.user, {
|
|
95
|
+
cascade: true,
|
|
96
|
+
nullable: true,
|
|
97
|
+
}),
|
|
92
98
|
Field(() => UserProfileEntity, { nullable: true }),
|
|
93
99
|
Directive('@shareable'),
|
|
94
100
|
__metadata("design:type", Object)
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"users.entity.js","sourceRoot":"","sources":["../../src/models/users.entity.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAC7C,OAAO,EAAE,SAAS,EAAE,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAC/D,OAAO,
|
|
1
|
+
{"version":3,"file":"users.entity.js","sourceRoot":"","sources":["../../src/models/users.entity.ts"],"names":[],"mappings":"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"}
|