@likewatt/models 1.0.43 → 1.0.44

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.
@@ -50,7 +50,7 @@ export declare class Site {
50
50
  TCSPE: number;
51
51
  TURPE_VERSION: number;
52
52
  _createdAt: Date;
53
- _lastModifiedAt: Date;
53
+ _lastModified: Date;
54
54
  _lastUpdated: string;
55
55
  _step3: boolean;
56
56
  _step3At: Date;
package/dist/core/Site.js CHANGED
@@ -272,7 +272,7 @@ __decorate([
272
272
  (0, mongoose_1.Prop)({ type: Date, required: true }),
273
273
  (0, class_validator_1.IsDate)(),
274
274
  __metadata("design:type", Date)
275
- ], Site.prototype, "_lastModifiedAt", void 0);
275
+ ], Site.prototype, "_lastModified", void 0);
276
276
  __decorate([
277
277
  (0, swagger_1.ApiProperty)(),
278
278
  (0, mongoose_1.Prop)({ required: true }),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@likewatt/models",
3
- "version": "1.0.43",
3
+ "version": "1.0.44",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "scripts": {