@bondsports/types 2.2.66 → 2.2.67
Sign up to get free protection for your applications and to get access to all the features.
@@ -1,15 +1,15 @@
|
|
1
1
|
import { QuestionAnswersDto } from '../../../dto/application.dto';
|
2
2
|
import { ActivityTimes } from '../../../entity/ActivityTimes';
|
3
3
|
import { Price } from '../../../pricing/entities/Price';
|
4
|
-
import { PurchaseResourceDto } from '../../../purchase/dto/purchase.dto';
|
5
4
|
import { ActivityEnum, OrderByEnum, SportsEnum } from '../../../services/enums.service';
|
6
5
|
import { IPagination } from '../../../util/models/interfaces/general.interfaces';
|
7
6
|
import { OrderByProductEnum } from '../enums/product.enums';
|
7
|
+
import { IProductResource } from './porduct-resource.interfaces';
|
8
8
|
export interface IGetCurrentPricesOptions {
|
9
9
|
userId?: number;
|
10
10
|
answers?: QuestionAnswersDto[];
|
11
11
|
prefetchedPrices?: Price[];
|
12
|
-
resources?:
|
12
|
+
resources?: IProductResource[];
|
13
13
|
}
|
14
14
|
export interface IGetProductsByTypeOptions extends IPagination {
|
15
15
|
productIds?: number[];
|