@bondsports/types 2.0.37 → 2.0.38

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.
@@ -11,7 +11,6 @@ export declare class Price extends OrganizationConnectionBaseEntity {
11
11
  endDate: Date;
12
12
  groupId?: number;
13
13
  groupName?: string;
14
- originalPrice?: number;
15
14
  deletedAt?: Date;
16
15
  discountMethod?: DiscountMethodsEnum;
17
16
  discountValue?: number;
@@ -1 +1 @@
1
- {"version":3,"file":"Price.js","sourceRoot":"","sources":["../../../../src/types/pricing/entities/Price.ts"],"names":[],"mappings":";;;AAEA,oGAAiG;AAIjG,MAAa,KAAM,SAAQ,mEAAgC;CA0B1D;AA1BD,sBA0BC"}
1
+ {"version":3,"file":"Price.js","sourceRoot":"","sources":["../../../../src/types/pricing/entities/Price.ts"],"names":[],"mappings":";;;AAEA,oGAAiG;AAIjG,MAAa,KAAM,SAAQ,mEAAgC;CAyB1D;AAzBD,sBAyBC"}
@@ -108,9 +108,9 @@ export interface IPricesOfProductsResults {
108
108
  productId: number;
109
109
  userId: number;
110
110
  price: number;
111
+ unitPrice: number;
111
112
  groupId?: number;
112
113
  groupName?: string;
113
- originalPrice?: number;
114
114
  priceWithoutTax: number;
115
115
  tax: number;
116
116
  isTaxInclusive: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bondsports/types",
3
- "version": "2.0.37",
3
+ "version": "2.0.38",
4
4
  "description": "backend types module for Bond-Sports",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {