@bondsports/types 2.2.194 → 2.2.195
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.
@@ -10,6 +10,7 @@ import { IBaseSlot, IDraftSlot, ISlotProductMetadata, ITimeSlot } from '../types
|
|
10
10
|
import { AddonDto, DraftAddonDto } from './addon.dto';
|
11
11
|
import { MaintenanceDto } from './maintenance.dto';
|
12
12
|
import { Price } from '../../pricing/entities/Price';
|
13
|
+
import { SimpleFacilityDto } from '../../dto/facilities.dto';
|
13
14
|
export declare class SlotProductMetadataDto implements ISlotProductMetadata {
|
14
15
|
productId: number;
|
15
16
|
price: number;
|
@@ -92,6 +93,7 @@ export declare class DraftSlotDto extends BaseDraftSlotDto implements IDraftSlot
|
|
92
93
|
product?: Product;
|
93
94
|
conflictsIds?: number[];
|
94
95
|
totalSlotsInSeries?: number;
|
96
|
+
facility?: SimpleFacilityDto;
|
95
97
|
}
|
96
98
|
export declare class TimeSlotDto implements ITimeSlot {
|
97
99
|
id?: number;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"slot.dto.js","sourceRoot":"","sources":["../../../../src/types/reservations/dto/slot.dto.ts"],"names":[],"mappings":";;;
|
1
|
+
{"version":3,"file":"slot.dto.js","sourceRoot":"","sources":["../../../../src/types/reservations/dto/slot.dto.ts"],"names":[],"mappings":";;;AAwBA,MAAa,sBAAsB;CAMlC;AAND,wDAMC;AAED,MAAa,uBAAuB;CAYnC;AAZD,0DAYC;AAED,MAAa,WAAY,SAAQ,uBAAuB;CA8CvD;AA9CD,kCA8CC;AAED,MAAa,OAAQ,SAAQ,WAAW;CAmCvC;AAnCD,0BAmCC;AAED,MAAM,gBAAiB,SAAQ,WAAW;CAczC;AAED,MAAa,kBAAmB,SAAQ,gBAAgB;CAEvD;AAFD,gDAEC;AAED,MAAa,YAAa,SAAQ,gBAAgB;CAkBjD;AAlBD,oCAkBC;AAED,MAAa,WAAW;CAsBvB;AAtBD,kCAsBC;AAED,MAAa,YAAY;CAExB;AAFD,oCAEC;AAED,MAAa,WAAW;CAEvB;AAFD,kCAEC;AAED,MAAa,oBAAoB;CAIhC;AAJD,oDAIC;AAED,MAAa,oBAAoB;CAKhC;AALD,oDAKC;AAED,MAAa,gBAAgB;CAc5B;AAdD,4CAcC;AAED,MAAa,kBAAkB;CAc9B;AAdD,gDAcC"}
|