@likewatt/models 1.0.36 → 1.0.37

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 const RateOfGrowthSchema: MSchema<RateOfGrowth, import("mongoose"
50
50
  export declare class Technology {
51
51
  id: string;
52
52
  index: number;
53
- type?: number | null;
53
+ type?: number;
54
54
  settings: Record<string, unknown>;
55
55
  }
56
56
  export declare const TechnologySchema: MSchema<Technology, import("mongoose").Model<Technology, any, any, any, Document<unknown, any, Technology, any> & Technology & {
@@ -151,7 +151,7 @@ __decorate([
151
151
  (0, mongoose_1.Prop)(),
152
152
  (0, class_validator_1.IsOptional)(),
153
153
  (0, class_validator_1.IsNumber)(),
154
- __metadata("design:type", Object)
154
+ __metadata("design:type", Number)
155
155
  ], Technology.prototype, "type", void 0);
156
156
  __decorate([
157
157
  (0, swagger_1.ApiProperty)({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@likewatt/models",
3
- "version": "1.0.36",
3
+ "version": "1.0.37",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "scripts": {