@likewatt/models 1.1.19 → 1.1.20
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/dist/core/Site.d.ts +1 -0
- package/dist/core/Site.js +6 -0
- package/package.json +1 -1
package/dist/core/Site.d.ts
CHANGED
package/dist/core/Site.js
CHANGED
|
@@ -385,6 +385,12 @@ __decorate([
|
|
|
385
385
|
(0, class_validator_1.IsString)(),
|
|
386
386
|
__metadata("design:type", String)
|
|
387
387
|
], Site.prototype, "dataSource", void 0);
|
|
388
|
+
__decorate([
|
|
389
|
+
(0, swagger_1.ApiProperty)(),
|
|
390
|
+
(0, mongoose_1.Prop)({ required: true }),
|
|
391
|
+
(0, class_validator_1.IsString)(),
|
|
392
|
+
__metadata("design:type", String)
|
|
393
|
+
], Site.prototype, "selectedDataSource", void 0);
|
|
388
394
|
__decorate([
|
|
389
395
|
(0, swagger_1.ApiProperty)(),
|
|
390
396
|
(0, mongoose_1.Prop)({ required: false }),
|