@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
|
10
|
+
name?: string;
|
11
11
|
glCodes?: number[];
|
12
|
-
sports
|
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
|
39
|
+
facilitiesIds?: number[];
|
40
40
|
pricing?: CreateRentalPricesDto;
|
41
41
|
resources?: ResourceDto[];
|
42
42
|
addons?: CreateRentalProductAddonDto[];
|