@bondsports/types 2.3.42-a-1 → 2.3.43-a-1

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.
@@ -130,5 +130,5 @@ export interface IFetchCartOptions {
130
130
  revalidate?: boolean;
131
131
  skipCache?: boolean;
132
132
  }
133
- export interface IUpdateCartItemsOptions extends IFetchCartOptions, IValidateCartOptions {
133
+ export interface ICartOptions extends IFetchCartOptions, IValidateCartOptions {
134
134
  }
@@ -19,6 +19,7 @@ export declare class CreateRentalProductDto {
19
19
  endDate?: Date;
20
20
  tax?: number;
21
21
  isTaxInclusive?: boolean;
22
+ taxesIds?: number[];
22
23
  durationMinutes?: number;
23
24
  durationDays?: number;
24
25
  status?: ActivityEnum;
@@ -1 +1 @@
1
- {"version":3,"file":"rental-product.dto.js","sourceRoot":"","sources":["../../../../src/types/product-pricing/dto/rental-product.dto.ts"],"names":[],"mappings":";;;AAWA,MAAa,sBAAsB;CAoClC;AApCD,wDAoCC;AAED,MAAa,4BAA4B;CAIxC;AAJD,oEAIC;AAED,MAAa,qBAAqB;CAMjC;AAND,sDAMC;AAED,MAAa,6BAA6B;CAczC;AAdD,sEAcC"}
1
+ {"version":3,"file":"rental-product.dto.js","sourceRoot":"","sources":["../../../../src/types/product-pricing/dto/rental-product.dto.ts"],"names":[],"mappings":";;;AAWA,MAAa,sBAAsB;CAsClC;AAtCD,wDAsCC;AAED,MAAa,4BAA4B;CAIxC;AAJD,oEAIC;AAED,MAAa,qBAAqB;CAMjC;AAND,sDAMC;AAED,MAAa,6BAA6B;CAczC;AAdD,sEAcC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bondsports/types",
3
- "version": "2.3.42-a-1",
3
+ "version": "2.3.43-a-1",
4
4
  "description": "backend types module for Bond-Sports",
5
5
  "publishConfig": {
6
6
  "access": "public",
@@ -54,5 +54,5 @@
54
54
  "ts-node": "^10.8.0",
55
55
  "typescript": "^4.4.3"
56
56
  },
57
- "gitHead": "6a9c348206b0af193ad98d5cd0818e1a18b5b5c5"
57
+ "gitHead": "1d6972dbe4d25b76ed53e794fab22876bb4cf547"
58
58
  }