@likewatt/models 1.57.1 → 1.57.2

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.
@@ -231,9 +231,8 @@ __decorate([
231
231
  ], ScenarioDefaultValue.prototype, "scenarioOption", void 0);
232
232
  __decorate([
233
233
  (0, swagger_1.ApiPropertyOptional)(),
234
- (0, mongoose_1.Prop)(),
234
+ (0, mongoose_1.Prop)({ type: Date }),
235
235
  (0, class_validator_1.IsOptional)(),
236
- (0, class_validator_1.IsString)(),
237
236
  __metadata("design:type", Object)
238
237
  ], ScenarioDefaultValue.prototype, "createdBy", void 0);
239
238
  __decorate([
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@likewatt/models",
3
- "version": "1.57.1",
3
+ "version": "1.57.2",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "scripts": {