@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.
@@ -24,4 +24,5 @@ export declare class Price extends OrganizationConnectionBaseEntity {
24
24
  minQuantity?: number;
25
25
  taxIncludedPrice?: number;
26
26
  activityTimes?: ActivityTimes[];
27
+ matchingPrices?: [Price, number][];
27
28
  }
@@ -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;CAyC1D;AAzCD,sBAyCC"}
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;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"}
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;CAgGrB;AAhGD,8BAgGC"}
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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bondsports/types",
3
- "version": "2.2.195",
3
+ "version": "2.2.196",
4
4
  "description": "backend types module for Bond-Sports",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {