@aldb2b/common 1.0.973 → 1.0.974
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.
|
@@ -1,12 +1,31 @@
|
|
|
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
|
+
};
|
|
2
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
15
|
exports.PreferenceCustomizationRepository = void 0;
|
|
16
|
+
const CustomModel_1 = require("../../../../db/CustomModel");
|
|
4
17
|
const MongooseBase_1 = require("../../../../db/MongooseBase");
|
|
5
|
-
|
|
18
|
+
const database_model_enum_1 = require("../../../../enums/database-model.enum");
|
|
19
|
+
const common_1 = require("@nestjs/common");
|
|
20
|
+
let PreferenceCustomizationRepository = class PreferenceCustomizationRepository extends MongooseBase_1.MongooseBase {
|
|
6
21
|
constructor(PreferenceCustomizationModel) {
|
|
7
22
|
super(PreferenceCustomizationModel);
|
|
8
23
|
this.PreferenceCustomizationModel = PreferenceCustomizationModel;
|
|
9
24
|
}
|
|
10
|
-
}
|
|
25
|
+
};
|
|
11
26
|
exports.PreferenceCustomizationRepository = PreferenceCustomizationRepository;
|
|
27
|
+
exports.PreferenceCustomizationRepository = PreferenceCustomizationRepository = __decorate([
|
|
28
|
+
__param(0, (0, common_1.Inject)(database_model_enum_1.DatabaseModel.PREFERENCE_CUSTOMIZATION_MODEL)),
|
|
29
|
+
__metadata("design:paramtypes", [CustomModel_1.CustomModel])
|
|
30
|
+
], PreferenceCustomizationRepository);
|
|
12
31
|
//# sourceMappingURL=preference-customization.repository.js.map
|
package/build/entities/models/common/repositories/preference-customization.repository.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"preference-customization.repository.js","sourceRoot":"","sources":["../../../../../src/entities/models/common/repositories/preference-customization.repository.ts"],"names":[],"mappings":"
|
|
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;AAE1D,+EAAoE;AACpE,2CAAsC;AAEtC,IAAa,iCAAiC,GAA9C,MAAa,iCAAkC,SAAQ,2BAA6C;IAChG,YAEY,4BAA0E;QAElF,KAAK,CAAC,4BAA4B,CAAC,CAAA;QAF3B,iCAA4B,GAA5B,4BAA4B,CAA8C;IAGtF,CAAC;CACJ,CAAA;AAPY,8EAAiC;4CAAjC,iCAAiC;IAErC,WAAA,IAAA,eAAM,EAAC,mCAAa,CAAC,8BAA8B,CAAC,CAAA;qCACf,yBAAW;GAH5C,iCAAiC,CAO7C"}
|