@aldb2b/common 1.0.958 → 1.0.959

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.
@@ -2,6 +2,6 @@ import { CustomModel } from '../../../../db/CustomModel';
2
2
  import { MongooseBase } from '../../../../db/MongooseBase';
3
3
  import { PreferenceCustomization } from '../entities/preference-customization.entity';
4
4
  export declare class PreferenceCustomizationRepository extends MongooseBase<PreferenceCustomization> {
5
- private preferenceCustomizationModel;
6
- constructor(preferenceCustomizationModel: CustomModel<PreferenceCustomization>);
5
+ private PreferenceCustomizationModel;
6
+ constructor(PreferenceCustomizationModel: CustomModel<PreferenceCustomization>);
7
7
  }
@@ -1,31 +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
- var __param = (this && this.__param) || function (paramIndex, decorator) {
12
- return function (target, key) { decorator(target, key, paramIndex); }
13
- };
14
2
  Object.defineProperty(exports, "__esModule", { value: true });
15
3
  exports.PreferenceCustomizationRepository = void 0;
16
- const CustomModel_1 = require("../../../../db/CustomModel");
17
4
  const MongooseBase_1 = require("../../../../db/MongooseBase");
18
- const preference_customization_entity_1 = require("../entities/preference-customization.entity");
19
- const common_1 = require("@nestjs/common");
20
- let PreferenceCustomizationRepository = class PreferenceCustomizationRepository extends MongooseBase_1.MongooseBase {
21
- constructor(preferenceCustomizationModel) {
22
- super(preferenceCustomizationModel);
23
- this.preferenceCustomizationModel = preferenceCustomizationModel;
5
+ class PreferenceCustomizationRepository extends MongooseBase_1.MongooseBase {
6
+ constructor(PreferenceCustomizationModel) {
7
+ super(PreferenceCustomizationModel);
8
+ this.PreferenceCustomizationModel = PreferenceCustomizationModel;
24
9
  }
25
- };
10
+ }
26
11
  exports.PreferenceCustomizationRepository = PreferenceCustomizationRepository;
27
- exports.PreferenceCustomizationRepository = PreferenceCustomizationRepository = __decorate([
28
- __param(0, (0, common_1.Inject)(preference_customization_entity_1.PreferenceCustomization.name)),
29
- __metadata("design:paramtypes", [CustomModel_1.CustomModel])
30
- ], PreferenceCustomizationRepository);
31
12
  //# sourceMappingURL=preference-customization.repository.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"preference-customization.repository.js","sourceRoot":"","sources":["../../../../../src/entities/models/common/repositories/preference-customization.repository.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,4DAAwD;AACxD,8DAA0D;AAC1D,iGAAqF;AACrF,2CAAsC;AAEtC,IAAa,iCAAiC,GAA9C,MAAa,iCAAkC,SAAQ,2BAAqC;IAC1F,YAEY,4BAAkE;QAE5E,KAAK,CAAC,4BAA4B,CAAC,CAAA;QAFzB,iCAA4B,GAA5B,4BAA4B,CAAsC;IAG9E,CAAC;CACF,CAAA;AAPY,8EAAiC;4CAAjC,iCAAiC;IAEvC,WAAA,IAAA,eAAM,EAAC,yDAAuB,CAAC,IAAI,CAAC,CAAA;qCACC,yBAAW;GAH1C,iCAAiC,CAO7C"}
1
+ {"version":3,"file":"preference-customization.repository.js","sourceRoot":"","sources":["../../../../../src/entities/models/common/repositories/preference-customization.repository.ts"],"names":[],"mappings":";;;AACA,8DAA0D;AAG1D,MAAa,iCAAkC,SAAQ,2BAAqC;IACxF,YAAoB,4BAAkE;QAClF,KAAK,CAAC,4BAA4B,CAAC,CAAA;QADnB,iCAA4B,GAA5B,4BAA4B,CAAsC;IAEtF,CAAC;CACJ;AAJD,8EAIC"}