@bondsports/types 2.2.45 → 2.2.46

Sign up to get free protection for your applications and to get access to all the features.
@@ -7,9 +7,9 @@ import { PriceTypeEnum } from '../../pricing/types/pricing.enums';
7
7
  import { CreateEntitlementDiscountDto } from '../../payment/dto/discount.dto';
8
8
  export declare class CreateRentalProductDto {
9
9
  id?: number;
10
- name: string;
10
+ name?: string;
11
11
  glCodes?: number[];
12
- sports: SportsEnum[];
12
+ sports?: SportsEnum[];
13
13
  isPublic?: boolean;
14
14
  description?: string;
15
15
  quantity?: number;
@@ -36,7 +36,7 @@ export declare class CreateRentalPricesDto {
36
36
  }
37
37
  export declare class CreateRentalProductPackageDto {
38
38
  product: CreateRentalProductDto;
39
- facilitiesIds: number[];
39
+ facilitiesIds?: number[];
40
40
  pricing?: CreateRentalPricesDto;
41
41
  resources?: ResourceDto[];
42
42
  addons?: CreateRentalProductAddonDto[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bondsports/types",
3
- "version": "2.2.45",
3
+ "version": "2.2.46",
4
4
  "description": "backend types module for Bond-Sports",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {