@bondsports/types 2.2.175 → 2.2.176

Sign up to get free protection for your applications and to get access to all the features.
@@ -86,6 +86,7 @@ export interface IUpdateProductPrice {
86
86
  priceId: number;
87
87
  unitPrice: number;
88
88
  originalUnitPrice: number;
89
+ totalPrice?: number;
89
90
  }
90
91
  export interface IPriceUpdate {
91
92
  unitPrice: number;
@@ -18,3 +18,7 @@ export type SegmentEntity = Segment | SegmentDto | DraftSegment;
18
18
  export type SeriesEntity = Series | SeriesDto | DraftSeries;
19
19
  export type SlotEntity = Slot | SlotDto | DraftSlot;
20
20
  export type AddonEntity = Addon | AddonDto | DraftAddon;
21
+ export type IDraftEntitySplitAmount = {
22
+ amount: number;
23
+ id: string;
24
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bondsports/types",
3
- "version": "2.2.175",
3
+ "version": "2.2.176",
4
4
  "description": "backend types module for Bond-Sports",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {