xcally-nest-library 0.0.4 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,14 +3,8 @@ import { PaginateConfig, PaginateQuery, Paginated } from 'nestjs-paginate';
3
3
  interface IId {
4
4
  id: number;
5
5
  }
6
- interface IGenericRepository<E> {
7
- save<T extends DeepPartial<E>>(entity: T): Promise<E>;
8
- update<T extends DeepPartial<E> & IId>(entity: T): Promise<E>;
9
- count(options: FindOptionsWhere<E>): Promise<number>;
10
- getMany(query: PaginateQuery): Promise<Paginated<E>>;
11
- }
12
- export declare class GenericRepository<E extends ObjectLiteral> implements IGenericRepository<E> {
13
- readonly entityManager: EntityManager;
6
+ export declare class GenericRepository<E extends ObjectLiteral> {
7
+ private readonly entityManager;
14
8
  protected repository: Repository<E>;
15
9
  protected paginateConfig: PaginateConfig<E>;
16
10
  constructor(entityManager: EntityManager, entity: EntityTarget<E>, paginateConfig: PaginateConfig<E>);
@@ -18,5 +12,8 @@ export declare class GenericRepository<E extends ObjectLiteral> implements IGene
18
12
  save<T extends DeepPartial<E>>(entity: T): Promise<E>;
19
13
  update<T extends DeepPartial<E> & IId>(dto: T): Promise<E>;
20
14
  count(options: FindOptionsWhere<E>): Promise<number>;
15
+ findAll(): Promise<E[]>;
16
+ countAll(): Promise<number>;
17
+ findById(id: number): Promise<E>;
21
18
  }
22
19
  export {};
@@ -1,22 +1,12 @@
1
1
  "use strict";
2
- var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
- 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;
6
- return c > 3 && r && Object.defineProperty(target, key, r), r;
7
- };
8
- var __metadata = (this && this.__metadata) || function (k, v) {
9
- if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
- };
11
2
  Object.defineProperty(exports, "__esModule", { value: true });
12
3
  exports.GenericRepository = void 0;
13
4
  const typeorm_1 = require("typeorm");
14
- const common_1 = require("@nestjs/common");
15
5
  const nestjs_paginate_1 = require("nestjs-paginate");
16
- let GenericRepository = class GenericRepository {
6
+ class GenericRepository {
17
7
  constructor(entityManager, entity, paginateConfig) {
18
8
  this.entityManager = entityManager;
19
- this.repository = entityManager.getRepository(entity);
9
+ this.repository = this.entityManager.getRepository(entity);
20
10
  this.paginateConfig = paginateConfig;
21
11
  }
22
12
  getMany(query) {
@@ -33,16 +23,22 @@ let GenericRepository = class GenericRepository {
33
23
  if (!entity) {
34
24
  throw new Error('Entity not found');
35
25
  }
36
- const entityUpdated = await this.repository.save({ id: entity.id, ...dto });
37
- return Object.assign(entity, entityUpdated);
26
+ return this.repository.save({ id: entity.id, ...dto });
38
27
  }
39
28
  count(options) {
40
29
  return this.repository.count(options);
41
30
  }
42
- };
31
+ findAll() {
32
+ return this.repository.find();
33
+ }
34
+ countAll() {
35
+ return this.repository.count();
36
+ }
37
+ findById(id) {
38
+ return this.repository.findOneBy({
39
+ id: (0, typeorm_1.Equal)(id),
40
+ });
41
+ }
42
+ }
43
43
  exports.GenericRepository = GenericRepository;
44
- exports.GenericRepository = GenericRepository = __decorate([
45
- (0, common_1.Injectable)(),
46
- __metadata("design:paramtypes", [typeorm_1.EntityManager, Object, Object])
47
- ], GenericRepository);
48
44
  //# sourceMappingURL=generic.repository.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"generic.repository.js","sourceRoot":"","sources":["../../../../src/db/typeorm/generic.repository.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAAuH;AACvH,2CAA4C;AAC5C,qDAAqF;AAc9E,IAAM,iBAAiB,GAAvB,MAAM,iBAAiB;IAG5B,YACW,aAA4B,EACrC,MAAuB,EACvB,cAAiC;QAFxB,kBAAa,GAAb,aAAa,CAAe;QAIrC,IAAI,CAAC,UAAU,GAAG,aAAa,CAAC,aAAa,CAAC,MAAM,CAAC,CAAC;QACtD,IAAI,CAAC,cAAc,GAAG,cAAc,CAAC;IACvC,CAAC;IACD,OAAO,CAAC,KAAoB;QAC1B,OAAO,IAAA,0BAAQ,EAAC,KAAK,EAAE,IAAI,CAAC,UAAU,EAAE,IAAI,CAAC,cAAc,CAAC,CAAC;IAC/D,CAAC;IACD,IAAI,CAA2B,MAAS;QACtC,MAAM,GAAG,GAAG,IAAI,CAAC,UAAU,CAAC,MAAM,CAAC,EAAE,GAAG,MAAM,EAAE,CAAC,CAAC;QAClD,OAAO,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;IACnC,CAAC;IAED,KAAK,CAAC,MAAM,CAAiC,GAAM;QACjD,MAAM,MAAM,GAAG,MAAM,IAAI,CAAC,UAAU,CAAC,SAAS,CAAC;YAC7C,EAAE,EAAE,IAAA,eAAK,EAAC,GAAG,CAAC,EAAE,CAAC;SACgB,CAAC,CAAC;QACrC,IAAI,CAAC,MAAM,EAAE,CAAC;YACZ,MAAM,IAAI,KAAK,CAAC,kBAAkB,CAAC,CAAC;QACtC,CAAC;QACD,MAAM,aAAa,GAAG,MAAM,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,EAAE,EAAE,EAAE,MAAM,CAAC,EAAE,EAAE,GAAG,GAAG,EAAE,CAAC,CAAC;QAC5E,OAAO,MAAM,CAAC,MAAM,CAAC,MAAM,EAAE,aAAa,CAAC,CAAC;IAC9C,CAAC;IAED,KAAK,CAAC,OAA4B;QAChC,OAAO,IAAI,CAAC,UAAU,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;IACxC,CAAC;CACF,CAAA;AAjCY,8CAAiB;4BAAjB,iBAAiB;IAD7B,IAAA,mBAAU,GAAE;qCAKe,uBAAa;GAJ5B,iBAAiB,CAiC7B"}
1
+ {"version":3,"file":"generic.repository.js","sourceRoot":"","sources":["../../../../src/db/typeorm/generic.repository.ts"],"names":[],"mappings":";;;AAAA,qCAAuH;AACvH,qDAAqF;AASrF,MAAa,iBAAiB;IAI5B,YACmB,aAA4B,EAC7C,MAAuB,EACvB,cAAiC;QAFhB,kBAAa,GAAb,aAAa,CAAe;QAI7C,IAAI,CAAC,UAAU,GAAG,IAAI,CAAC,aAAa,CAAC,aAAa,CAAC,MAAM,CAAC,CAAC;QAC3D,IAAI,CAAC,cAAc,GAAG,cAAc,CAAC;IACvC,CAAC;IAOD,OAAO,CAAC,KAAoB;QAC1B,OAAO,IAAA,0BAAQ,EAAC,KAAK,EAAE,IAAI,CAAC,UAAU,EAAE,IAAI,CAAC,cAAc,CAAC,CAAC;IAC/D,CAAC;IAOD,IAAI,CAA2B,MAAS;QACtC,MAAM,GAAG,GAAG,IAAI,CAAC,UAAU,CAAC,MAAM,CAAC,EAAE,GAAG,MAAM,EAAE,CAAC,CAAC;QAClD,OAAO,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;IACnC,CAAC;IASD,KAAK,CAAC,MAAM,CAAiC,GAAM;QACjD,MAAM,MAAM,GAAG,MAAM,IAAI,CAAC,UAAU,CAAC,SAAS,CAAC;YAC7C,EAAE,EAAE,IAAA,eAAK,EAAC,GAAG,CAAC,EAAE,CAAC;SACgB,CAAC,CAAC;QACrC,IAAI,CAAC,MAAM,EAAE,CAAC;YACZ,MAAM,IAAI,KAAK,CAAC,kBAAkB,CAAC,CAAC;QACtC,CAAC;QACD,OAAO,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,EAAE,EAAE,EAAE,MAAM,CAAC,EAAE,EAAE,GAAG,GAAG,EAAE,CAAC,CAAC;IACzD,CAAC;IAQD,KAAK,CAAC,OAA4B;QAChC,OAAO,IAAI,CAAC,UAAU,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;IACxC,CAAC;IAOD,OAAO;QACL,OAAO,IAAI,CAAC,UAAU,CAAC,IAAI,EAAE,CAAC;IAChC,CAAC;IAOD,QAAQ;QACN,OAAO,IAAI,CAAC,UAAU,CAAC,KAAK,EAAE,CAAC;IACjC,CAAC;IAED,QAAQ,CAAC,EAAU;QACjB,OAAO,IAAI,CAAC,UAAU,CAAC,SAAS,CAAC;YAC/B,EAAE,EAAE,IAAA,eAAK,EAAC,EAAE,CAAC;SACoB,CAAC,CAAC;IACvC,CAAC;CACF;AAlFD,8CAkFC"}