@bondsports/types 2.1.57 → 2.1.58

Sign up to get free protection for your applications and to get access to all the features.
@@ -15,5 +15,7 @@ export declare class Price extends OrganizationConnectionBaseEntity {
15
15
  deletedAt?: Date;
16
16
  discountMethod?: DiscountMethodsEnum;
17
17
  discountValue?: number;
18
+ maxQuantity?: number;
19
+ minQuantity?: number;
18
20
  taxIncludedPrice?: number;
19
21
  }
@@ -1 +1 @@
1
- {"version":3,"file":"Price.js","sourceRoot":"","sources":["../../../../src/types/pricing/entities/Price.ts"],"names":[],"mappings":";;;AAEA,oGAAiG;AAGjG,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;AAGjG,MAAa,KAAM,SAAQ,mEAAgC;CA8B1D;AA9BD,sBA8BC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bondsports/types",
3
- "version": "2.1.57",
3
+ "version": "2.1.58",
4
4
  "description": "backend types module for Bond-Sports",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {