@bondsports/types 2.2.85 → 2.2.86

Sign up to get free protection for your applications and to get access to all the features.
@@ -31,7 +31,7 @@ export declare class CreatePricingWithScheduleDto {
31
31
  }
32
32
  export declare class CreateRentalPricesDto {
33
33
  type: PriceTypeEnum;
34
- defaultPricing: CreatePricingWithScheduleDto;
34
+ defaultPricing?: CreatePricingWithScheduleDto;
35
35
  customPricing?: CreatePricingWithScheduleDto[];
36
36
  }
37
37
  export declare class CreateRentalProductPackageDto {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bondsports/types",
3
- "version": "2.2.85",
3
+ "version": "2.2.86",
4
4
  "description": "backend types module for Bond-Sports",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {