@hugo.ye/common 1.0.38 → 1.0.43

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.
Files changed (93) hide show
  1. package/build/models/continent.entity.d.ts +2 -1
  2. package/build/models/continent.entity.d.ts.map +1 -1
  3. package/build/models/continent.entity.js +12 -1
  4. package/build/models/continent.entity.js.map +1 -1
  5. package/build/models/country.entity.d.ts +3 -2
  6. package/build/models/country.entity.d.ts.map +1 -1
  7. package/build/models/country.entity.js +24 -10
  8. package/build/models/country.entity.js.map +1 -1
  9. package/build/models/index.d.ts +1 -1
  10. package/build/models/index.js +1 -1
  11. package/build/models/member.entity.d.ts +1 -1
  12. package/build/models/member.entity.js +2 -2
  13. package/build/models/{setting-member-level.entity.d.ts → setting-member-grade.entity.d.ts} +2 -2
  14. package/build/models/{setting-member-level.entity.d.ts.map → setting-member-grade.entity.d.ts.map} +1 -1
  15. package/build/models/{setting-member-level.entity.js → setting-member-grade.entity.js} +15 -15
  16. package/build/models/{setting-member-level.entity.js.map → setting-member-grade.entity.js.map} +1 -1
  17. package/build/repositories/chat-contacts.repository.d.ts +8 -0
  18. package/build/repositories/chat-contacts.repository.d.ts.map +1 -0
  19. package/build/repositories/chat-contacts.repository.js +31 -0
  20. package/build/repositories/chat-contacts.repository.js.map +1 -0
  21. package/build/repositories/chat-group-user.repository.d.ts +8 -0
  22. package/build/repositories/chat-group-user.repository.d.ts.map +1 -0
  23. package/build/repositories/chat-group-user.repository.js +31 -0
  24. package/build/repositories/chat-group-user.repository.js.map +1 -0
  25. package/build/repositories/chat-group.repository.d.ts +8 -0
  26. package/build/repositories/chat-group.repository.d.ts.map +1 -0
  27. package/build/repositories/chat-group.repository.js +31 -0
  28. package/build/repositories/chat-group.repository.js.map +1 -0
  29. package/build/repositories/chat-user-profile.repository.d.ts +8 -0
  30. package/build/repositories/chat-user-profile.repository.d.ts.map +1 -0
  31. package/build/repositories/chat-user-profile.repository.js +31 -0
  32. package/build/repositories/chat-user-profile.repository.js.map +1 -0
  33. package/build/repositories/chat-user.repository.d.ts +8 -0
  34. package/build/repositories/chat-user.repository.d.ts.map +1 -0
  35. package/build/repositories/chat-user.repository.js +31 -0
  36. package/build/repositories/chat-user.repository.js.map +1 -0
  37. package/build/repositories/country.repository.d.ts +8 -0
  38. package/build/repositories/country.repository.d.ts.map +1 -0
  39. package/build/repositories/country.repository.js +31 -0
  40. package/build/repositories/country.repository.js.map +1 -0
  41. package/build/repositories/index.d.ts +17 -0
  42. package/build/repositories/index.d.ts.map +1 -1
  43. package/build/repositories/index.js +17 -0
  44. package/build/repositories/index.js.map +1 -1
  45. package/build/repositories/logs.repository.d.ts +8 -0
  46. package/build/repositories/logs.repository.d.ts.map +1 -0
  47. package/build/repositories/logs.repository.js +31 -0
  48. package/build/repositories/logs.repository.js.map +1 -0
  49. package/build/repositories/news.repository.d.ts +8 -0
  50. package/build/repositories/news.repository.d.ts.map +1 -0
  51. package/build/repositories/news.repository.js +31 -0
  52. package/build/repositories/news.repository.js.map +1 -0
  53. package/build/repositories/orders.repository.d.ts +8 -0
  54. package/build/repositories/orders.repository.d.ts.map +1 -0
  55. package/build/repositories/orders.repository.js +31 -0
  56. package/build/repositories/orders.repository.js.map +1 -0
  57. package/build/repositories/pages.repository.d.ts +8 -0
  58. package/build/repositories/pages.repository.d.ts.map +1 -0
  59. package/build/repositories/pages.repository.js +31 -0
  60. package/build/repositories/pages.repository.js.map +1 -0
  61. package/build/repositories/roles.repository.d.ts +8 -0
  62. package/build/repositories/roles.repository.d.ts.map +1 -0
  63. package/build/repositories/roles.repository.js +31 -0
  64. package/build/repositories/roles.repository.js.map +1 -0
  65. package/build/repositories/service-fee.repository.d.ts +8 -0
  66. package/build/repositories/service-fee.repository.d.ts.map +1 -0
  67. package/build/repositories/service-fee.repository.js +31 -0
  68. package/build/repositories/service-fee.repository.js.map +1 -0
  69. package/build/repositories/service.repository.d.ts +8 -0
  70. package/build/repositories/service.repository.d.ts.map +1 -0
  71. package/build/repositories/service.repository.js +31 -0
  72. package/build/repositories/service.repository.js.map +1 -0
  73. package/build/repositories/setting-member-grade.repository.d.ts +8 -0
  74. package/build/repositories/setting-member-grade.repository.d.ts.map +1 -0
  75. package/build/repositories/setting-member-grade.repository.js +31 -0
  76. package/build/repositories/setting-member-grade.repository.js.map +1 -0
  77. package/build/repositories/trademark.repository.d.ts +8 -0
  78. package/build/repositories/trademark.repository.d.ts.map +1 -0
  79. package/build/repositories/trademark.repository.js +31 -0
  80. package/build/repositories/trademark.repository.js.map +1 -0
  81. package/build/repositories/user-profile.repository.d.ts +8 -0
  82. package/build/repositories/user-profile.repository.d.ts.map +1 -0
  83. package/build/repositories/user-profile.repository.js +31 -0
  84. package/build/repositories/user-profile.repository.js.map +1 -0
  85. package/build/repositories/users.repository.d.ts +9 -0
  86. package/build/repositories/users.repository.d.ts.map +1 -0
  87. package/build/repositories/users.repository.js +31 -0
  88. package/build/repositories/users.repository.js.map +1 -0
  89. package/build/repositories/visit-logs.repository.d.ts +8 -0
  90. package/build/repositories/visit-logs.repository.d.ts.map +1 -0
  91. package/build/repositories/visit-logs.repository.js +31 -0
  92. package/build/repositories/visit-logs.repository.js.map +1 -0
  93. package/package.json +1 -1
@@ -1,6 +1,7 @@
1
- import { AbstractEntity } from '../index.js';
1
+ import { AbstractEntity, CountryEntity } from '../index.js';
2
2
  export declare class ContinentEntity extends AbstractEntity<ContinentEntity> {
3
3
  chineseName: string;
4
4
  name: string;
5
+ countries: CountryEntity[];
5
6
  }
6
7
  //# sourceMappingURL=continent.entity.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"continent.entity.d.ts","sourceRoot":"","sources":["../../src/models/continent.entity.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAG7C,qBAGa,eAAgB,SAAQ,cAAc,CAAC,eAAe,CAAC;IAIlE,WAAW,EAAE,MAAM,CAAC;IAIpB,IAAI,EAAC,MAAM,CAAC;CACb"}
1
+ {"version":3,"file":"continent.entity.d.ts","sourceRoot":"","sources":["../../src/models/continent.entity.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAG5D,qBAGa,eAAgB,SAAQ,cAAc,CAAC,eAAe,CAAC;IAGlE,WAAW,EAAE,MAAM,CAAC;IAIpB,IAAI,EAAE,MAAM,CAAC;IASb,SAAS,EAAE,aAAa,EAAE,CAAC;CAC5B"}
@@ -8,11 +8,12 @@ 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
10
  import { Column, Entity, JoinTable, OneToMany } from 'typeorm';
11
- import { AbstractEntity } from '../index.js';
11
+ import { AbstractEntity, CountryEntity } from '../index.js';
12
12
  import { Directive, Field, ObjectType } from '@nestjs/graphql';
13
13
  let ContinentEntity = class ContinentEntity extends AbstractEntity {
14
14
  chineseName;
15
15
  name;
16
+ countries;
16
17
  };
17
18
  __decorate([
18
19
  Column({ nullable: true }),
@@ -24,6 +25,16 @@ __decorate([
24
25
  Field(),
25
26
  __metadata("design:type", String)
26
27
  ], ContinentEntity.prototype, "name", void 0);
28
+ __decorate([
29
+ OneToMany(() => CountryEntity, (country) => country.continent, {
30
+ nullable: true,
31
+ cascade: true,
32
+ }),
33
+ JoinTable(),
34
+ Directive('@shareable'),
35
+ Field(() => [CountryEntity], { nullable: true }),
36
+ __metadata("design:type", Array)
37
+ ], ContinentEntity.prototype, "countries", void 0);
27
38
  ContinentEntity = __decorate([
28
39
  Entity(),
29
40
  ObjectType(),
@@ -1 +1 @@
1
- {"version":3,"file":"continent.entity.js","sourceRoot":"","sources":["../../src/models/continent.entity.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAC/D,OAAO,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAC7C,OAAO,EAAE,SAAS,EAAE,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAKxD,IAAM,eAAe,GAArB,MAAM,eAAgB,SAAQ,cAA+B;IAIlE,WAAW,CAAS;IAIpB,IAAI,CAAQ;CACb,CAAA;AALC;IAFC,MAAM,CAAC,EAAC,QAAQ,EAAE,IAAI,EAAC,CAAC;IACxB,KAAK,CAAC,EAAC,QAAQ,EAAE,IAAI,EAAC,CAAC;;oDACJ;AAIpB;IAFC,MAAM,EAAE;IACR,KAAK,EAAE;;6CACI;AARD,eAAe;IAH3B,MAAM,EAAE;IACR,UAAU,EAAE;IACZ,SAAS,CAAC,oCAAoC,CAAC;GACnC,eAAe,CAS3B"}
1
+ {"version":3,"file":"continent.entity.js","sourceRoot":"","sources":["../../src/models/continent.entity.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAC/D,OAAO,EAAE,cAAc,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAC5D,OAAO,EAAE,SAAS,EAAE,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAKxD,IAAM,eAAe,GAArB,MAAM,eAAgB,SAAQ,cAA+B;IAGlE,WAAW,CAAS;IAIpB,IAAI,CAAS;IASb,SAAS,CAAkB;CAC5B,CAAA;AAdC;IAFC,MAAM,CAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC1B,KAAK,CAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;oDACN;AAIpB;IAFC,MAAM,EAAE;IACR,KAAK,EAAE;;6CACK;AASb;IAPC,SAAS,CAAC,GAAG,EAAE,CAAC,aAAa,EAAE,CAAC,OAAO,EAAE,EAAE,CAAC,OAAO,CAAC,SAAS,EAAE;QAC9D,QAAQ,EAAE,IAAI;QACd,OAAO,EAAE,IAAI;KACd,CAAC;IACD,SAAS,EAAE;IACX,SAAS,CAAC,YAAY,CAAC;IACvB,KAAK,CAAC,GAAG,EAAE,CAAC,CAAC,aAAa,CAAC,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;kDACtB;AAhBhB,eAAe;IAH3B,MAAM,EAAE;IACR,UAAU,EAAE;IACZ,SAAS,CAAC,oCAAoC,CAAC;GACnC,eAAe,CAiB3B"}
@@ -1,9 +1,9 @@
1
+ import { type Relation } from 'typeorm';
1
2
  import { AbstractEntity } from '../index.js';
2
- import { ServiceFeeEntity } from './index.js';
3
+ import { ContinentEntity, ServiceFeeEntity } from './index.js';
3
4
  export declare class CountryEntity extends AbstractEntity<CountryEntity> {
4
5
  chinesename: string;
5
6
  name: string;
6
- continent: 'Asia' | 'Europe' | 'Africa' | 'North America' | 'South America' | 'Oceania' | 'America';
7
7
  isHotTrademark: boolean;
8
8
  isHotInventionPatent: boolean;
9
9
  isHotUtilityModel: boolean;
@@ -12,5 +12,6 @@ export declare class CountryEntity extends AbstractEntity<CountryEntity> {
12
12
  isHotCopyrightRegistration: boolean;
13
13
  sortNumber: number;
14
14
  fees: ServiceFeeEntity[];
15
+ continent: Relation<ContinentEntity>;
15
16
  }
16
17
  //# sourceMappingURL=country.entity.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"country.entity.d.ts","sourceRoot":"","sources":["../../src/models/country.entity.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAC7C,OAAO,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAC;AAE/C,qBAKa,aAAc,SAAQ,cAAc,CAAC,aAAa,CAAC;IAI9D,WAAW,EAAE,MAAM,CAAC;IAKpB,IAAI,EAAE,MAAM,CAAC;IAKb,SAAS,EACL,MAAM,GACN,QAAQ,GACR,QAAQ,GACR,eAAe,GACf,eAAe,GACf,SAAS,GACT,SAAS,CAAC;IAKd,cAAc,EAAE,OAAO,CAAC;IAKxB,oBAAoB,EAAE,OAAO,CAAC;IAK9B,iBAAiB,EAAE,OAAO,CAAC;IAK3B,iBAAiB,EAAE,OAAO,CAAC;IAK3B,sBAAsB,EAAE,OAAO,CAAC;IAKhC,0BAA0B,EAAE,OAAO,CAAC;IAIpC,UAAU,EAAE,MAAM,CAAC;IASnB,IAAI,EAAE,gBAAgB,EAAE,CAAC;CAC1B"}
1
+ {"version":3,"file":"country.entity.d.ts","sourceRoot":"","sources":["../../src/models/country.entity.ts"],"names":[],"mappings":"AACA,OAAO,EAOL,KAAK,QAAQ,EACd,MAAM,SAAS,CAAC;AACjB,OAAO,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAC7C,OAAO,EAAE,eAAe,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAC;AAEhE,qBAKa,aAAc,SAAQ,cAAc,CAAC,aAAa,CAAC;IAI9D,WAAW,EAAE,MAAM,CAAC;IAKpB,IAAI,EAAE,MAAM,CAAC;IAiBb,cAAc,EAAE,OAAO,CAAC;IAKxB,oBAAoB,EAAE,OAAO,CAAC;IAK9B,iBAAiB,EAAE,OAAO,CAAC;IAK3B,iBAAiB,EAAE,OAAO,CAAC;IAK3B,sBAAsB,EAAE,OAAO,CAAC;IAKhC,0BAA0B,EAAE,OAAO,CAAC;IAIpC,UAAU,EAAE,MAAM,CAAC;IASnB,IAAI,EAAE,gBAAgB,EAAE,CAAC;IAQzB,SAAS,EAAE,QAAQ,CAAC,eAAe,CAAC,CAAC;CACtC"}
@@ -8,13 +8,23 @@ 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
10
  import { Directive, Field, ObjectType } from '@nestjs/graphql';
11
- import { Column, Entity, Index, JoinTable, OneToMany } from 'typeorm';
11
+ import { Column, Entity, Index, JoinTable, ManyToOne, OneToMany, } from 'typeorm';
12
12
  import { AbstractEntity } from '../index.js';
13
- import { ServiceFeeEntity } from './index.js';
13
+ import { ContinentEntity, ServiceFeeEntity } from './index.js';
14
14
  let CountryEntity = class CountryEntity extends AbstractEntity {
15
15
  chinesename; // 国家中文名称
16
16
  name; // 国家(英文)名称
17
- continent; // 所在大洲,亚洲(Asia),非洲(Africa),欧洲(Europe),北美洲(North America),南美洲(South America),大洋洲(Oceania)
17
+ // @Column()
18
+ // @Field()
19
+ // @Index('continent-idx')
20
+ // continent:
21
+ // | 'Asia'
22
+ // | 'Europe'
23
+ // | 'Africa'
24
+ // | 'North America'
25
+ // | 'South America'
26
+ // | 'Oceania'
27
+ // | 'America'; // 所在大洲,亚洲(Asia),非洲(Africa),欧洲(Europe),北美洲(North America),南美洲(South America),大洋洲(Oceania)
18
28
  isHotTrademark; // 热门商标国家
19
29
  isHotInventionPatent; // 热门发明专利国家
20
30
  isHotUtilityModel; // 热门实用新型国家
@@ -23,6 +33,7 @@ let CountryEntity = class CountryEntity extends AbstractEntity {
23
33
  isHotCopyrightRegistration; // 热门版本登记国家
24
34
  sortNumber;
25
35
  fees;
36
+ continent;
26
37
  };
27
38
  __decorate([
28
39
  Column({ nullable: true }),
@@ -36,12 +47,6 @@ __decorate([
36
47
  Index('englishName-idx'),
37
48
  __metadata("design:type", String)
38
49
  ], CountryEntity.prototype, "name", void 0);
39
- __decorate([
40
- Column(),
41
- Field(),
42
- Index('continent-idx'),
43
- __metadata("design:type", String)
44
- ], CountryEntity.prototype, "continent", void 0);
45
50
  __decorate([
46
51
  Column({ default: false }),
47
52
  Field({ nullable: false }),
@@ -93,10 +98,19 @@ __decorate([
93
98
  Field(() => [ServiceFeeEntity], { nullable: true }),
94
99
  __metadata("design:type", Array)
95
100
  ], CountryEntity.prototype, "fees", void 0);
101
+ __decorate([
102
+ ManyToOne(() => ContinentEntity, (continent) => continent.countries, {
103
+ onDelete: 'CASCADE',
104
+ nullable: true,
105
+ }),
106
+ Field(() => ContinentEntity, { nullable: true }),
107
+ Directive('@shareable'),
108
+ __metadata("design:type", Object)
109
+ ], CountryEntity.prototype, "continent", void 0);
96
110
  CountryEntity = __decorate([
97
111
  Entity(),
98
112
  ObjectType(),
99
- Directive('@key(fields:"id,chinesename,name,continent,isHotTrademark,isHotInventionPatent,isHotUtilityModel,isHotDesignPatent,isHotAnnuityManagement,isHotCopyrightRegistration")')
113
+ Directive('@key(fields:"id,chinesename,name,isHotTrademark,isHotInventionPatent,isHotUtilityModel,isHotDesignPatent,isHotAnnuityManagement,isHotCopyrightRegistration")')
100
114
  ], CountryEntity);
101
115
  export { CountryEntity };
102
116
  //# sourceMappingURL=country.entity.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"country.entity.js","sourceRoot":"","sources":["../../src/models/country.entity.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"country.entity.js","sourceRoot":"","sources":["../../src/models/country.entity.ts"],"names":[],"mappings":"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"}
@@ -36,6 +36,6 @@ export * from './recharge-record.entity.js';
36
36
  export * from './order-file.entity.js';
37
37
  export * from './order-progress-timeline.entity.js';
38
38
  export * from './trademark.entity.js';
39
- export * from './setting-member-level.entity.ts';
39
+ export * from './setting-member-grade.entity.ts';
40
40
  export * from './project.entity.ts';
41
41
  //# sourceMappingURL=index.d.ts.map
@@ -36,6 +36,6 @@ export * from './recharge-record.entity.js';
36
36
  export * from './order-file.entity.js';
37
37
  export * from './order-progress-timeline.entity.js';
38
38
  export * from './trademark.entity.js';
39
- export * from "./setting-member-level.entity.js";
39
+ export * from "./setting-member-grade.entity.js";
40
40
  export * from "./project.entity.js";
41
41
  //# sourceMappingURL=index.js.map
@@ -21,7 +21,7 @@ export declare class MemberEntity extends AbstractEntity<MemberEntity> {
21
21
  country: string;
22
22
  province: string;
23
23
  city: string;
24
- level: number;
24
+ grade: number;
25
25
  totalSpending: number;
26
26
  purchaseAmount: number;
27
27
  totalOrders: number;
@@ -32,7 +32,7 @@ let MemberEntity = class MemberEntity extends AbstractEntity {
32
32
  country;
33
33
  province;
34
34
  city;
35
- level; // 会员等级
35
+ grade; // 会员等级
36
36
  totalSpending; // 累计消费, 已付款
37
37
  purchaseAmount; // 购买等级金额
38
38
  totalOrders; // 订单总数
@@ -165,7 +165,7 @@ __decorate([
165
165
  Column({ default: 1 }),
166
166
  Field({ defaultValue: 1 }),
167
167
  __metadata("design:type", Number)
168
- ], MemberEntity.prototype, "level", void 0);
168
+ ], MemberEntity.prototype, "grade", void 0);
169
169
  __decorate([
170
170
  Column({ default: 0, type: 'decimal', precision: 10, scale: 3 }),
171
171
  Field({ defaultValue: 0 }),
@@ -1,5 +1,5 @@
1
1
  import { AbstractEntity } from '../index.js';
2
- export declare class SettingMemberLevelEntity extends AbstractEntity<SettingMemberLevelEntity> {
2
+ export declare class SettingMemberGradeEntity extends AbstractEntity<SettingMemberGradeEntity> {
3
3
  name: string;
4
4
  description: string;
5
5
  inipaFee: number;
@@ -11,4 +11,4 @@ export declare class SettingMemberLevelEntity extends AbstractEntity<SettingMemb
11
11
  updatedDate: Date;
12
12
  updatedBy: string;
13
13
  }
14
- //# sourceMappingURL=setting-member-level.entity.d.ts.map
14
+ //# sourceMappingURL=setting-member-grade.entity.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"setting-member-level.entity.d.ts","sourceRoot":"","sources":["../../src/models/setting-member-level.entity.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAI7C,qBAKa,wBAAyB,SAAQ,cAAc,CAAC,wBAAwB,CAAC;IAIpF,IAAI,EAAE,MAAM,CAAC;IAIb,WAAW,EAAE,MAAM,CAAC;IAIpB,QAAQ,EAAE,MAAM,CAAC;IAIjB,aAAa,EAAE,MAAM,CAAC;IAItB,cAAc,EAAE,MAAM,CAAC;IAIvB,aAAa,EAAE,OAAO,CAAC;IAIvB,WAAW,EAAE,IAAI,CAAC;IAIlB,SAAS,EAAE,MAAM,CAAC;IAIlB,WAAW,EAAE,IAAI,CAAC;IAIlB,SAAS,EAAE,MAAM,CAAC;CACnB"}
1
+ {"version":3,"file":"setting-member-grade.entity.d.ts","sourceRoot":"","sources":["../../src/models/setting-member-grade.entity.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAI7C,qBAKa,wBAAyB,SAAQ,cAAc,CAAC,wBAAwB,CAAC;IAIpF,IAAI,EAAE,MAAM,CAAC;IAIb,WAAW,EAAE,MAAM,CAAC;IAIpB,QAAQ,EAAE,MAAM,CAAC;IAIjB,aAAa,EAAE,MAAM,CAAC;IAItB,cAAc,EAAE,MAAM,CAAC;IAIvB,aAAa,EAAE,OAAO,CAAC;IAIvB,WAAW,EAAE,IAAI,CAAC;IAIlB,SAAS,EAAE,MAAM,CAAC;IAIlB,WAAW,EAAE,IAAI,CAAC;IAIlB,SAAS,EAAE,MAAM,CAAC;CACnB"}
@@ -10,7 +10,7 @@ var __metadata = (this && this.__metadata) || function (k, v) {
10
10
  import { AbstractEntity } from '../index.js';
11
11
  import { Directive, Field, ObjectType } from '@nestjs/graphql';
12
12
  import { Column, Entity, Index } from 'typeorm';
13
- let SettingMemberLevelEntity = class SettingMemberLevelEntity extends AbstractEntity {
13
+ let SettingMemberGradeEntity = class SettingMemberGradeEntity extends AbstractEntity {
14
14
  name; // 等级名称
15
15
  description; // 描述说明
16
16
  inipaFee; // INIPA对应服务费
@@ -27,56 +27,56 @@ __decorate([
27
27
  Field(),
28
28
  Index('name-idx'),
29
29
  __metadata("design:type", String)
30
- ], SettingMemberLevelEntity.prototype, "name", void 0);
30
+ ], SettingMemberGradeEntity.prototype, "name", void 0);
31
31
  __decorate([
32
32
  Column({ nullable: true }),
33
33
  Field({ nullable: true }),
34
34
  __metadata("design:type", String)
35
- ], SettingMemberLevelEntity.prototype, "description", void 0);
35
+ ], SettingMemberGradeEntity.prototype, "description", void 0);
36
36
  __decorate([
37
37
  Column({ type: 'decimal', precision: 10, scale: 2 }),
38
38
  Field(),
39
39
  __metadata("design:type", Number)
40
- ], SettingMemberLevelEntity.prototype, "inipaFee", void 0);
40
+ ], SettingMemberGradeEntity.prototype, "inipaFee", void 0);
41
41
  __decorate([
42
42
  Column({ type: 'decimal', precision: 10, scale: 2 }),
43
43
  Field(),
44
44
  __metadata("design:type", Number)
45
- ], SettingMemberLevelEntity.prototype, "totalSpending", void 0);
45
+ ], SettingMemberGradeEntity.prototype, "totalSpending", void 0);
46
46
  __decorate([
47
47
  Column({ type: 'decimal', precision: 10, scale: 2 }),
48
48
  Field(),
49
49
  __metadata("design:type", Number)
50
- ], SettingMemberLevelEntity.prototype, "purchaseAmount", void 0);
50
+ ], SettingMemberGradeEntity.prototype, "purchaseAmount", void 0);
51
51
  __decorate([
52
52
  Column({ default: false }),
53
53
  Field({ defaultValue: false }),
54
54
  __metadata("design:type", Boolean)
55
- ], SettingMemberLevelEntity.prototype, "certification", void 0);
55
+ ], SettingMemberGradeEntity.prototype, "certification", void 0);
56
56
  __decorate([
57
57
  Column(),
58
58
  Field(() => Date, { nullable: true }),
59
59
  __metadata("design:type", Date)
60
- ], SettingMemberLevelEntity.prototype, "createdDate", void 0);
60
+ ], SettingMemberGradeEntity.prototype, "createdDate", void 0);
61
61
  __decorate([
62
62
  Column(),
63
63
  Field({ nullable: true }),
64
64
  __metadata("design:type", String)
65
- ], SettingMemberLevelEntity.prototype, "createdBy", void 0);
65
+ ], SettingMemberGradeEntity.prototype, "createdBy", void 0);
66
66
  __decorate([
67
67
  Column({ nullable: true }),
68
68
  Field(() => Date, { nullable: true }),
69
69
  __metadata("design:type", Date)
70
- ], SettingMemberLevelEntity.prototype, "updatedDate", void 0);
70
+ ], SettingMemberGradeEntity.prototype, "updatedDate", void 0);
71
71
  __decorate([
72
72
  Column({ nullable: true }),
73
73
  Field({ nullable: true }),
74
74
  __metadata("design:type", String)
75
- ], SettingMemberLevelEntity.prototype, "updatedBy", void 0);
76
- SettingMemberLevelEntity = __decorate([
75
+ ], SettingMemberGradeEntity.prototype, "updatedBy", void 0);
76
+ SettingMemberGradeEntity = __decorate([
77
77
  Entity(),
78
78
  ObjectType(),
79
79
  Directive('@key(fields:"id,name,description,inipaFee,totalSpending,purchaseAmount,certification,createdDate,createdBy,updatedDate,updatedBy")')
80
- ], SettingMemberLevelEntity);
81
- export { SettingMemberLevelEntity };
82
- //# sourceMappingURL=setting-member-level.entity.js.map
80
+ ], SettingMemberGradeEntity);
81
+ export { SettingMemberGradeEntity };
82
+ //# sourceMappingURL=setting-member-grade.entity.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"setting-member-level.entity.js","sourceRoot":"","sources":["../../src/models/setting-member-level.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,EAAE,MAAM,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAOzC,IAAM,wBAAwB,GAA9B,MAAM,wBAAyB,SAAQ,cAAwC;IAIpF,IAAI,CAAS,CAAC,OAAO;IAIrB,WAAW,CAAS,CAAC,OAAO;IAI5B,QAAQ,CAAS,CAAC,aAAa;IAI/B,aAAa,CAAS,CAAC,MAAM;IAI7B,cAAc,CAAS,CAAC,SAAS;IAIjC,aAAa,CAAU,CAAC,SAAS;IAIjC,WAAW,CAAO;IAIlB,SAAS,CAAS;IAIlB,WAAW,CAAO;IAIlB,SAAS,CAAS;CACnB,CAAA;AArCC;IAHC,MAAM,EAAE;IACR,KAAK,EAAE;IACP,KAAK,CAAC,UAAU,CAAC;;sDACL;AAIb;IAFC,MAAM,CAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC1B,KAAK,CAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;6DACN;AAIpB;IAFC,MAAM,CAAC,EAAE,IAAI,EAAE,SAAS,EAAE,SAAS,EAAE,EAAE,EAAE,KAAK,EAAE,CAAC,EAAE,CAAC;IACpD,KAAK,EAAE;;0DACS;AAIjB;IAFC,MAAM,CAAC,EAAE,IAAI,EAAE,SAAS,EAAE,SAAS,EAAE,EAAE,EAAE,KAAK,EAAE,CAAC,EAAE,CAAC;IACpD,KAAK,EAAE;;+DACc;AAItB;IAFC,MAAM,CAAC,EAAE,IAAI,EAAE,SAAS,EAAE,SAAS,EAAE,EAAE,EAAE,KAAK,EAAE,CAAC,EAAE,CAAC;IACpD,KAAK,EAAE;;gEACe;AAIvB;IAFC,MAAM,CAAC,EAAE,OAAO,EAAE,KAAK,EAAE,CAAC;IAC1B,KAAK,CAAC,EAAE,YAAY,EAAE,KAAK,EAAE,CAAC;;+DACR;AAIvB;IAFC,MAAM,EAAE;IACR,KAAK,CAAC,GAAG,EAAE,CAAC,IAAI,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;8BACzB,IAAI;6DAAC;AAIlB;IAFC,MAAM,EAAE;IACR,KAAK,CAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;2DACR;AAIlB;IAFC,MAAM,CAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC1B,KAAK,CAAC,GAAG,EAAE,CAAC,IAAI,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;8BACzB,IAAI;6DAAC;AAIlB;IAFC,MAAM,CAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC1B,KAAK,CAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;2DACR;AAxCP,wBAAwB;IALpC,MAAM,EAAE;IACR,UAAU,EAAE;IACZ,SAAS,CACR,oIAAoI,CACrI;GACY,wBAAwB,CAyCpC"}
1
+ {"version":3,"file":"setting-member-grade.entity.js","sourceRoot":"","sources":["../../src/models/setting-member-grade.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,EAAE,MAAM,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAOzC,IAAM,wBAAwB,GAA9B,MAAM,wBAAyB,SAAQ,cAAwC;IAIpF,IAAI,CAAS,CAAC,OAAO;IAIrB,WAAW,CAAS,CAAC,OAAO;IAI5B,QAAQ,CAAS,CAAC,aAAa;IAI/B,aAAa,CAAS,CAAC,MAAM;IAI7B,cAAc,CAAS,CAAC,SAAS;IAIjC,aAAa,CAAU,CAAC,SAAS;IAIjC,WAAW,CAAO;IAIlB,SAAS,CAAS;IAIlB,WAAW,CAAO;IAIlB,SAAS,CAAS;CACnB,CAAA;AArCC;IAHC,MAAM,EAAE;IACR,KAAK,EAAE;IACP,KAAK,CAAC,UAAU,CAAC;;sDACL;AAIb;IAFC,MAAM,CAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC1B,KAAK,CAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;6DACN;AAIpB;IAFC,MAAM,CAAC,EAAE,IAAI,EAAE,SAAS,EAAE,SAAS,EAAE,EAAE,EAAE,KAAK,EAAE,CAAC,EAAE,CAAC;IACpD,KAAK,EAAE;;0DACS;AAIjB;IAFC,MAAM,CAAC,EAAE,IAAI,EAAE,SAAS,EAAE,SAAS,EAAE,EAAE,EAAE,KAAK,EAAE,CAAC,EAAE,CAAC;IACpD,KAAK,EAAE;;+DACc;AAItB;IAFC,MAAM,CAAC,EAAE,IAAI,EAAE,SAAS,EAAE,SAAS,EAAE,EAAE,EAAE,KAAK,EAAE,CAAC,EAAE,CAAC;IACpD,KAAK,EAAE;;gEACe;AAIvB;IAFC,MAAM,CAAC,EAAE,OAAO,EAAE,KAAK,EAAE,CAAC;IAC1B,KAAK,CAAC,EAAE,YAAY,EAAE,KAAK,EAAE,CAAC;;+DACR;AAIvB;IAFC,MAAM,EAAE;IACR,KAAK,CAAC,GAAG,EAAE,CAAC,IAAI,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;8BACzB,IAAI;6DAAC;AAIlB;IAFC,MAAM,EAAE;IACR,KAAK,CAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;2DACR;AAIlB;IAFC,MAAM,CAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC1B,KAAK,CAAC,GAAG,EAAE,CAAC,IAAI,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;8BACzB,IAAI;6DAAC;AAIlB;IAFC,MAAM,CAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC1B,KAAK,CAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;2DACR;AAxCP,wBAAwB;IALpC,MAAM,EAAE;IACR,UAAU,EAAE;IACZ,SAAS,CACR,oIAAoI,CACrI;GACY,wBAAwB,CAyCpC"}
@@ -0,0 +1,8 @@
1
+ import { AbstractRepository, ChatContactsEntity } from "../index.js";
2
+ import { Logger } from "@nestjs/common";
3
+ import { EntityManager, Repository } from "typeorm";
4
+ export declare class ChatContactsRepository extends AbstractRepository<ChatContactsEntity> {
5
+ protected readonly logger: Logger;
6
+ constructor(entityRepository: Repository<ChatContactsEntity>, entityManager: EntityManager);
7
+ }
8
+ //# sourceMappingURL=chat-contacts.repository.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"chat-contacts.repository.d.ts","sourceRoot":"","sources":["../../src/repositories/chat-contacts.repository.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAC;AACrE,OAAO,EAAc,MAAM,EAAE,MAAM,gBAAgB,CAAC;AAEpD,OAAO,EAAE,aAAa,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAEpD,qBACa,sBAAuB,SAAQ,kBAAkB,CAAC,kBAAkB,CAAC;IAC9E,SAAS,CAAC,QAAQ,CAAC,MAAM,SAA2C;gBAG1B,gBAAgB,EAAE,UAAU,CAAC,kBAAkB,CAAC,EACtF,aAAa,EAAE,aAAa;CAInC"}
@@ -0,0 +1,31 @@
1
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
2
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
3
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
4
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
5
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
6
+ };
7
+ var __metadata = (this && this.__metadata) || function (k, v) {
8
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
9
+ };
10
+ var __param = (this && this.__param) || function (paramIndex, decorator) {
11
+ return function (target, key) { decorator(target, key, paramIndex); }
12
+ };
13
+ var ChatContactsRepository_1;
14
+ import { AbstractRepository, ChatContactsEntity } from "../index.js";
15
+ import { Injectable, Logger } from "@nestjs/common";
16
+ import { InjectRepository } from "@nestjs/typeorm";
17
+ import { EntityManager, Repository } from "typeorm";
18
+ let ChatContactsRepository = ChatContactsRepository_1 = class ChatContactsRepository extends AbstractRepository {
19
+ logger = new Logger(ChatContactsRepository_1.name);
20
+ constructor(entityRepository, entityManager) {
21
+ super(entityManager, entityRepository);
22
+ }
23
+ };
24
+ ChatContactsRepository = ChatContactsRepository_1 = __decorate([
25
+ Injectable(),
26
+ __param(0, InjectRepository(ChatContactsEntity)),
27
+ __metadata("design:paramtypes", [Repository,
28
+ EntityManager])
29
+ ], ChatContactsRepository);
30
+ export { ChatContactsRepository };
31
+ //# sourceMappingURL=chat-contacts.repository.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"chat-contacts.repository.js","sourceRoot":"","sources":["../../src/repositories/chat-contacts.repository.ts"],"names":[],"mappings":";;;;;;;;;;;;;AAAA,OAAO,EAAE,kBAAkB,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAC;AACrE,OAAO,EAAE,UAAU,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAC;AACpD,OAAO,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AACnD,OAAO,EAAE,aAAa,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAG7C,IAAM,sBAAsB,8BAA5B,MAAM,sBAAuB,SAAQ,kBAAsC;IAC3D,MAAM,GAAG,IAAI,MAAM,CAAC,wBAAsB,CAAC,IAAI,CAAC,CAAC;IAEpE,YAC0C,gBAAgD,EACtF,aAA4B;QAE5B,KAAK,CAAC,aAAa,EAAE,gBAAgB,CAAC,CAAC;IAC3C,CAAC;CACJ,CAAA;AATY,sBAAsB;IADlC,UAAU,EAAE;IAKJ,WAAA,gBAAgB,CAAC,kBAAkB,CAAC,CAAA;qCAAmB,UAAU;QACnD,aAAa;GALvB,sBAAsB,CASlC"}
@@ -0,0 +1,8 @@
1
+ import { AbstractRepository, ChatGroupUserEntity } from '../index.js';
2
+ import { Logger } from '@nestjs/common';
3
+ import { EntityManager, Repository } from 'typeorm';
4
+ export declare class ChatGroupUserRepository extends AbstractRepository<ChatGroupUserEntity> {
5
+ protected readonly logger: Logger;
6
+ constructor(entityRepository: Repository<ChatGroupUserEntity>, entityManager: EntityManager);
7
+ }
8
+ //# sourceMappingURL=chat-group-user.repository.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"chat-group-user.repository.d.ts","sourceRoot":"","sources":["../../src/repositories/chat-group-user.repository.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,mBAAmB,EAAE,MAAM,aAAa,CAAC;AACtE,OAAO,EAAc,MAAM,EAAE,MAAM,gBAAgB,CAAC;AAEpD,OAAO,EAAE,aAAa,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AACpD,qBACa,uBAAwB,SAAQ,kBAAkB,CAAC,mBAAmB,CAAC;IAChF,SAAS,CAAC,QAAQ,CAAC,MAAM,SAA4C;gBAG1B,gBAAgB,EAAE,UAAU,CAAC,mBAAmB,CAAC,EACxF,aAAa,EAAE,aAAa;CAInC"}
@@ -0,0 +1,31 @@
1
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
2
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
3
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
4
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
5
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
6
+ };
7
+ var __metadata = (this && this.__metadata) || function (k, v) {
8
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
9
+ };
10
+ var __param = (this && this.__param) || function (paramIndex, decorator) {
11
+ return function (target, key) { decorator(target, key, paramIndex); }
12
+ };
13
+ var ChatGroupUserRepository_1;
14
+ import { AbstractRepository, ChatGroupUserEntity } from '../index.js';
15
+ import { Injectable, Logger } from '@nestjs/common';
16
+ import { InjectRepository } from '@nestjs/typeorm';
17
+ import { EntityManager, Repository } from 'typeorm';
18
+ let ChatGroupUserRepository = ChatGroupUserRepository_1 = class ChatGroupUserRepository extends AbstractRepository {
19
+ logger = new Logger(ChatGroupUserRepository_1.name);
20
+ constructor(entityRepository, entityManager) {
21
+ super(entityManager, entityRepository);
22
+ }
23
+ };
24
+ ChatGroupUserRepository = ChatGroupUserRepository_1 = __decorate([
25
+ Injectable(),
26
+ __param(0, InjectRepository(ChatGroupUserEntity)),
27
+ __metadata("design:paramtypes", [Repository,
28
+ EntityManager])
29
+ ], ChatGroupUserRepository);
30
+ export { ChatGroupUserRepository };
31
+ //# sourceMappingURL=chat-group-user.repository.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"chat-group-user.repository.js","sourceRoot":"","sources":["../../src/repositories/chat-group-user.repository.ts"],"names":[],"mappings":";;;;;;;;;;;;;AAAA,OAAO,EAAE,kBAAkB,EAAE,mBAAmB,EAAE,MAAM,aAAa,CAAC;AACtE,OAAO,EAAE,UAAU,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAC;AACpD,OAAO,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AACnD,OAAO,EAAE,aAAa,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAE7C,IAAM,uBAAuB,+BAA7B,MAAM,uBAAwB,SAAQ,kBAAuC;IAC7D,MAAM,GAAG,IAAI,MAAM,CAAC,yBAAuB,CAAC,IAAI,CAAC,CAAC;IAErE,YAC2C,gBAAiD,EACxF,aAA4B;QAE5B,KAAK,CAAC,aAAa,EAAE,gBAAgB,CAAC,CAAC;IAC3C,CAAC;CACJ,CAAA;AATY,uBAAuB;IADnC,UAAU,EAAE;IAKJ,WAAA,gBAAgB,CAAC,mBAAmB,CAAC,CAAA;qCAAmB,UAAU;QACpD,aAAa;GALvB,uBAAuB,CASnC"}
@@ -0,0 +1,8 @@
1
+ import { AbstractRepository, ChatGroupEntity } from "../index.js";
2
+ import { Logger } from "@nestjs/common";
3
+ import { EntityManager, Repository } from "typeorm";
4
+ export declare class ChatGroupRepository extends AbstractRepository<ChatGroupEntity> {
5
+ protected readonly logger: Logger;
6
+ constructor(entityRepository: Repository<ChatGroupEntity>, entityManager: EntityManager);
7
+ }
8
+ //# sourceMappingURL=chat-group.repository.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"chat-group.repository.d.ts","sourceRoot":"","sources":["../../src/repositories/chat-group.repository.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAClE,OAAO,EAAc,MAAM,EAAE,MAAM,gBAAgB,CAAC;AAEpD,OAAO,EAAE,aAAa,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAEpD,qBACa,mBAAoB,SAAQ,kBAAkB,CAAC,eAAe,CAAC;IACxE,SAAS,CAAC,QAAQ,CAAC,MAAM,SAAwC;gBAG1B,gBAAgB,EAAE,UAAU,CAAC,eAAe,CAAC,EAChF,aAAa,EAAE,aAAa;CAInC"}
@@ -0,0 +1,31 @@
1
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
2
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
3
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
4
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
5
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
6
+ };
7
+ var __metadata = (this && this.__metadata) || function (k, v) {
8
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
9
+ };
10
+ var __param = (this && this.__param) || function (paramIndex, decorator) {
11
+ return function (target, key) { decorator(target, key, paramIndex); }
12
+ };
13
+ var ChatGroupRepository_1;
14
+ import { AbstractRepository, ChatGroupEntity } from "../index.js";
15
+ import { Injectable, Logger } from "@nestjs/common";
16
+ import { InjectRepository } from "@nestjs/typeorm";
17
+ import { EntityManager, Repository } from "typeorm";
18
+ let ChatGroupRepository = ChatGroupRepository_1 = class ChatGroupRepository extends AbstractRepository {
19
+ logger = new Logger(ChatGroupRepository_1.name);
20
+ constructor(entityRepository, entityManager) {
21
+ super(entityManager, entityRepository);
22
+ }
23
+ };
24
+ ChatGroupRepository = ChatGroupRepository_1 = __decorate([
25
+ Injectable(),
26
+ __param(0, InjectRepository(ChatGroupEntity)),
27
+ __metadata("design:paramtypes", [Repository,
28
+ EntityManager])
29
+ ], ChatGroupRepository);
30
+ export { ChatGroupRepository };
31
+ //# sourceMappingURL=chat-group.repository.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"chat-group.repository.js","sourceRoot":"","sources":["../../src/repositories/chat-group.repository.ts"],"names":[],"mappings":";;;;;;;;;;;;;AAAA,OAAO,EAAE,kBAAkB,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAClE,OAAO,EAAE,UAAU,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAC;AACpD,OAAO,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AACnD,OAAO,EAAE,aAAa,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAG7C,IAAM,mBAAmB,2BAAzB,MAAM,mBAAoB,SAAQ,kBAAmC;IACrD,MAAM,GAAG,IAAI,MAAM,CAAC,qBAAmB,CAAC,IAAI,CAAC,CAAC;IAEjE,YACuC,gBAA6C,EAChF,aAA4B;QAE5B,KAAK,CAAC,aAAa,EAAE,gBAAgB,CAAC,CAAC;IAC3C,CAAC;CACJ,CAAA;AATY,mBAAmB;IAD/B,UAAU,EAAE;IAKJ,WAAA,gBAAgB,CAAC,eAAe,CAAC,CAAA;qCAAmB,UAAU;QAChD,aAAa;GALvB,mBAAmB,CAS/B"}
@@ -0,0 +1,8 @@
1
+ import { AbstractRepository, UserProfileEntity } from "../index.js";
2
+ import { Logger } from "@nestjs/common";
3
+ import { EntityManager, Repository } from "typeorm";
4
+ export declare class ChatUserProfileRepository extends AbstractRepository<UserProfileEntity> {
5
+ protected readonly logger: Logger;
6
+ constructor(entityRepository: Repository<UserProfileEntity>, entityManager: EntityManager);
7
+ }
8
+ //# sourceMappingURL=chat-user-profile.repository.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"chat-user-profile.repository.d.ts","sourceRoot":"","sources":["../../src/repositories/chat-user-profile.repository.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAC;AACpE,OAAO,EAAc,MAAM,EAAE,MAAM,gBAAgB,CAAC;AAEpD,OAAO,EAAE,aAAa,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAEpD,qBACa,yBAA0B,SAAQ,kBAAkB,CAAC,iBAAiB,CAAC;IAChF,SAAS,CAAC,QAAQ,CAAC,MAAM,SAA8C;gBAG9B,gBAAgB,EAAE,UAAU,CAAC,iBAAiB,CAAC,EACpF,aAAa,EAAE,aAAa;CAInC"}
@@ -0,0 +1,31 @@
1
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
2
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
3
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
4
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
5
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
6
+ };
7
+ var __metadata = (this && this.__metadata) || function (k, v) {
8
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
9
+ };
10
+ var __param = (this && this.__param) || function (paramIndex, decorator) {
11
+ return function (target, key) { decorator(target, key, paramIndex); }
12
+ };
13
+ var ChatUserProfileRepository_1;
14
+ import { AbstractRepository, UserProfileEntity } from "../index.js";
15
+ import { Injectable, Logger } from "@nestjs/common";
16
+ import { InjectRepository } from "@nestjs/typeorm";
17
+ import { EntityManager, Repository } from "typeorm";
18
+ let ChatUserProfileRepository = ChatUserProfileRepository_1 = class ChatUserProfileRepository extends AbstractRepository {
19
+ logger = new Logger(ChatUserProfileRepository_1.name);
20
+ constructor(entityRepository, entityManager) {
21
+ super(entityManager, entityRepository);
22
+ }
23
+ };
24
+ ChatUserProfileRepository = ChatUserProfileRepository_1 = __decorate([
25
+ Injectable(),
26
+ __param(0, InjectRepository(UserProfileEntity)),
27
+ __metadata("design:paramtypes", [Repository,
28
+ EntityManager])
29
+ ], ChatUserProfileRepository);
30
+ export { ChatUserProfileRepository };
31
+ //# sourceMappingURL=chat-user-profile.repository.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"chat-user-profile.repository.js","sourceRoot":"","sources":["../../src/repositories/chat-user-profile.repository.ts"],"names":[],"mappings":";;;;;;;;;;;;;AAAA,OAAO,EAAE,kBAAkB,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAC;AACpE,OAAO,EAAE,UAAU,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAC;AACpD,OAAO,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AACnD,OAAO,EAAE,aAAa,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAG7C,IAAM,yBAAyB,iCAA/B,MAAM,yBAA0B,SAAQ,kBAAqC;IAC7D,MAAM,GAAG,IAAI,MAAM,CAAC,2BAAyB,CAAC,IAAI,CAAC,CAAC;IAEvE,YACyC,gBAA+C,EACpF,aAA4B;QAE5B,KAAK,CAAC,aAAa,EAAE,gBAAgB,CAAC,CAAC;IAC3C,CAAC;CACJ,CAAA;AATY,yBAAyB;IADrC,UAAU,EAAE;IAKJ,WAAA,gBAAgB,CAAC,iBAAiB,CAAC,CAAA;qCAAmB,UAAU;QAClD,aAAa;GALvB,yBAAyB,CASrC"}
@@ -0,0 +1,8 @@
1
+ import { AbstractRepository, UserEntity } from '../index.js';
2
+ import { Logger } from '@nestjs/common';
3
+ import { EntityManager, Repository } from 'typeorm';
4
+ export declare class ChatUserRepository extends AbstractRepository<UserEntity> {
5
+ protected readonly logger: Logger;
6
+ constructor(entityRepository: Repository<UserEntity>, entityManager: EntityManager);
7
+ }
8
+ //# sourceMappingURL=chat-user.repository.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"chat-user.repository.d.ts","sourceRoot":"","sources":["../../src/repositories/chat-user.repository.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAC7D,OAAO,EAAc,MAAM,EAAE,MAAM,gBAAgB,CAAC;AAEpD,OAAO,EAAE,aAAa,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAEpD,qBACa,kBAAmB,SAAQ,kBAAkB,CAAC,UAAU,CAAC;IAClE,SAAS,CAAC,QAAQ,CAAC,MAAM,SAAuC;gBAG9B,gBAAgB,EAAE,UAAU,CAAC,UAAU,CAAC,EACtE,aAAa,EAAE,aAAa;CAInC"}
@@ -0,0 +1,31 @@
1
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
2
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
3
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
4
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
5
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
6
+ };
7
+ var __metadata = (this && this.__metadata) || function (k, v) {
8
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
9
+ };
10
+ var __param = (this && this.__param) || function (paramIndex, decorator) {
11
+ return function (target, key) { decorator(target, key, paramIndex); }
12
+ };
13
+ var ChatUserRepository_1;
14
+ import { AbstractRepository, UserEntity } from '../index.js';
15
+ import { Injectable, Logger } from '@nestjs/common';
16
+ import { InjectRepository } from '@nestjs/typeorm';
17
+ import { EntityManager, Repository } from 'typeorm';
18
+ let ChatUserRepository = ChatUserRepository_1 = class ChatUserRepository extends AbstractRepository {
19
+ logger = new Logger(ChatUserRepository_1.name);
20
+ constructor(entityRepository, entityManager) {
21
+ super(entityManager, entityRepository);
22
+ }
23
+ };
24
+ ChatUserRepository = ChatUserRepository_1 = __decorate([
25
+ Injectable(),
26
+ __param(0, InjectRepository(UserEntity)),
27
+ __metadata("design:paramtypes", [Repository,
28
+ EntityManager])
29
+ ], ChatUserRepository);
30
+ export { ChatUserRepository };
31
+ //# sourceMappingURL=chat-user.repository.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"chat-user.repository.js","sourceRoot":"","sources":["../../src/repositories/chat-user.repository.ts"],"names":[],"mappings":";;;;;;;;;;;;;AAAA,OAAO,EAAE,kBAAkB,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAC7D,OAAO,EAAE,UAAU,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAC;AACpD,OAAO,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AACnD,OAAO,EAAE,aAAa,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAG7C,IAAM,kBAAkB,0BAAxB,MAAM,kBAAmB,SAAQ,kBAA8B;IAC/C,MAAM,GAAG,IAAI,MAAM,CAAC,oBAAkB,CAAC,IAAI,CAAC,CAAC;IAEhE,YACkC,gBAAwC,EACtE,aAA4B;QAE5B,KAAK,CAAC,aAAa,EAAE,gBAAgB,CAAC,CAAC;IAC3C,CAAC;CACJ,CAAA;AATY,kBAAkB;IAD9B,UAAU,EAAE;IAKJ,WAAA,gBAAgB,CAAC,UAAU,CAAC,CAAA;qCAAmB,UAAU;QAC3C,aAAa;GALvB,kBAAkB,CAS9B"}
@@ -0,0 +1,8 @@
1
+ import { AbstractRepository, CountryEntity } from '../index.js';
2
+ import { Logger } from '@nestjs/common';
3
+ import { EntityManager, Repository } from 'typeorm';
4
+ export declare class CountryRepository extends AbstractRepository<CountryEntity> {
5
+ protected readonly logger: Logger;
6
+ constructor(entityRepository: Repository<CountryEntity>, entityManager: EntityManager);
7
+ }
8
+ //# sourceMappingURL=country.repository.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"country.repository.d.ts","sourceRoot":"","sources":["../../src/repositories/country.repository.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAChE,OAAO,EAAc,MAAM,EAAE,MAAM,gBAAgB,CAAC;AAEpD,OAAO,EAAE,aAAa,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAEpD,qBACa,iBAAkB,SAAQ,kBAAkB,CAAC,aAAa,CAAC;IACpE,SAAS,CAAC,QAAQ,CAAC,MAAM,SAAsC;gBAG1B,gBAAgB,EAAE,UAAU,CAAC,aAAa,CAAC,EAC5E,aAAa,EAAE,aAAa;CAInC"}