@bondsports/types 2.2.195 → 2.2.196
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.
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/dist/types/pricing/entities/Price.d.ts +1 -0
- package/dist/types/pricing/entities/Price.js.map +1 -1
- package/dist/types/reservations/dto/slot.dto.d.ts +0 -2
- package/dist/types/reservations/dto/slot.dto.js.map +1 -1
- package/dist/types/reservations/types/classes/slot.classes.d.ts +0 -2
- package/dist/types/reservations/types/classes/slot.classes.js.map +1 -1
- package/package.json +1 -1
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Price.js","sourceRoot":"","sources":["../../../../src/types/pricing/entities/Price.ts"],"names":[],"mappings":";;;AAEA,oGAAiG;AAKjG,MAAa,KAAM,SAAQ,mEAAgC;
|
1
|
+
{"version":3,"file":"Price.js","sourceRoot":"","sources":["../../../../src/types/pricing/entities/Price.ts"],"names":[],"mappings":";;;AAEA,oGAAiG;AAKjG,MAAa,KAAM,SAAQ,mEAAgC;CA2C1D;AA3CD,sBA2CC"}
|
@@ -9,7 +9,6 @@ import { IOverridePriceMeta } from '../types/interfaces/reservation.interfaces';
|
|
9
9
|
import { IBaseSlot, IDraftSlot, ISlotProductMetadata, ITimeSlot } from '../types/interfaces/slot.interfaces';
|
10
10
|
import { AddonDto, DraftAddonDto } from './addon.dto';
|
11
11
|
import { MaintenanceDto } from './maintenance.dto';
|
12
|
-
import { Price } from '../../pricing/entities/Price';
|
13
12
|
import { SimpleFacilityDto } from '../../dto/facilities.dto';
|
14
13
|
export declare class SlotProductMetadataDto implements ISlotProductMetadata {
|
15
14
|
productId: number;
|
@@ -70,7 +69,6 @@ export declare class SlotDto extends BaseSlotDto {
|
|
70
69
|
addonsIds?: number[];
|
71
70
|
parentSlotId?: number;
|
72
71
|
facilityId?: number;
|
73
|
-
matchingPrices?: [Price, number][];
|
74
72
|
}
|
75
73
|
declare class BaseDraftSlotDto extends BaseSlotDto {
|
76
74
|
id: string;
|
@@ -1 +1 @@
|
|
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;
|
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;CAiCvC;AAjCD,0BAiCC;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"}
|
@@ -7,7 +7,6 @@ import { IDraftSlot } from '../interfaces/slot.interfaces';
|
|
7
7
|
import { DraftAddon } from './addon.classes';
|
8
8
|
import { Maintenance } from './maintenance.classes';
|
9
9
|
import { SlotProductMetadata } from './product.classes';
|
10
|
-
import { Price } from '../../../pricing/entities/Price';
|
11
10
|
import { SimpleFacilityDto } from '../../../dto/facilities.dto';
|
12
11
|
export declare class DraftSlot implements IDraftSlot {
|
13
12
|
id: string;
|
@@ -56,6 +55,5 @@ export declare class DraftSlot implements IDraftSlot {
|
|
56
55
|
approvalStatus?: ReservationStatusEnum;
|
57
56
|
paymentStatus?: ReservationPaymentStatusEnum;
|
58
57
|
cartItemId?: string;
|
59
|
-
matchingPrices?: [Price, number][];
|
60
58
|
facility?: SimpleFacilityDto;
|
61
59
|
}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"slot.classes.js","sourceRoot":"","sources":["../../../../../src/types/reservations/types/classes/slot.classes.ts"],"names":[],"mappings":";;;AAoBA,MAAa,SAAS;
|
1
|
+
{"version":3,"file":"slot.classes.js","sourceRoot":"","sources":["../../../../../src/types/reservations/types/classes/slot.classes.ts"],"names":[],"mappings":";;;AAoBA,MAAa,SAAS;CA8FrB;AA9FD,8BA8FC"}
|