@bondsports/types 2.2.46 → 2.2.47
Sign up to get free protection for your applications and to get access to all the features.
@@ -1,10 +1,10 @@
|
|
1
|
-
import { ActivityEnum, ProductPackageLevelEnum, ProductSubTypesEnum, SportsEnum } from '../../services/enums.service';
|
2
|
-
import { ResourceDto } from '../../resources/dto/resource.dto';
|
3
|
-
import { CreatePriceDto } from '../../pricing/dto/pricing.dto';
|
4
|
-
import { CreateRentalProductAddonDto } from './product.dto';
|
5
1
|
import { BasicActivityTimesDto } from '../../dto/activityTimes.dto';
|
6
|
-
import { PriceTypeEnum } from '../../pricing/types/pricing.enums';
|
7
2
|
import { CreateEntitlementDiscountDto } from '../../payment/dto/discount.dto';
|
3
|
+
import { CreatePriceDto } from '../../pricing/dto/pricing.dto';
|
4
|
+
import { PriceTypeEnum } from '../../pricing/types/pricing.enums';
|
5
|
+
import { ResourceDto } from '../../resources/dto/resource.dto';
|
6
|
+
import { ActivityEnum, ProductPackageLevelEnum, ProductSubTypesEnum, SportsEnum } from '../../services/enums.service';
|
7
|
+
import { CreateRentalProductAddonDto } from './product.dto';
|
8
8
|
export declare class CreateRentalProductDto {
|
9
9
|
id?: number;
|
10
10
|
name?: string;
|
@@ -23,7 +23,7 @@ export declare class CreateRentalProductDto {
|
|
23
23
|
status?: ActivityEnum;
|
24
24
|
level?: ProductPackageLevelEnum;
|
25
25
|
productSubType?: ProductSubTypesEnum;
|
26
|
-
|
26
|
+
onlyForCustomersIds?: number[];
|
27
27
|
}
|
28
28
|
export declare class CreatePricingWithScheduleDto {
|
29
29
|
prices: CreatePriceDto[];
|