@likewatt/models 1.89.0 → 1.90.0

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.
@@ -130,7 +130,6 @@ export declare class ConfigSite {
130
130
  demandMultiplier?: number;
131
131
  demandMultiplierSlots?: DemandMultiplierSlot[];
132
132
  demandMultiplierUnit?: string;
133
- distributionKey?: DistributionKey[];
134
133
  priorityStage?: number;
135
134
  rateOfGrowth?: RateOfGrowth[];
136
135
  settings?: Record<string, unknown>;
@@ -370,17 +370,6 @@ __decorate([
370
370
  (0, class_validator_1.IsString)(),
371
371
  __metadata("design:type", String)
372
372
  ], ConfigSite.prototype, "demandMultiplierUnit", void 0);
373
- __decorate([
374
- (0, swagger_1.ApiProperty)({ type: [DistributionKey], required: false }),
375
- (0, mongoose_1.Prop)({
376
- type: [exports.DistributionKeySchema],
377
- required: false,
378
- default: undefined,
379
- }),
380
- (0, class_validator_1.IsOptional)(),
381
- (0, class_validator_1.IsArray)(),
382
- __metadata("design:type", Array)
383
- ], ConfigSite.prototype, "distributionKey", void 0);
384
373
  __decorate([
385
374
  (0, swagger_1.ApiPropertyOptional)({ example: 1 }),
386
375
  (0, mongoose_1.Prop)(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@likewatt/models",
3
- "version": "1.89.0",
3
+ "version": "1.90.0",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "scripts": {