@bondsports/types 2.2.22 → 2.2.23
Sign up to get free protection for your applications and to get access to all the features.
@@ -7,3 +7,9 @@ export declare class ProductResourceDto extends IdAndNameDto {
|
|
7
7
|
program?: SimpleProgramDto;
|
8
8
|
parentSession?: SimpleSessionDto;
|
9
9
|
}
|
10
|
+
export declare class ResourcesForProductQueryDto {
|
11
|
+
includeResources?: boolean;
|
12
|
+
futureResources?: boolean;
|
13
|
+
startDate?: string;
|
14
|
+
endDate?: string;
|
15
|
+
}
|
@@ -1,8 +1,11 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.ProductResourceDto = void 0;
|
3
|
+
exports.ResourcesForProductQueryDto = exports.ProductResourceDto = void 0;
|
4
4
|
const general_dto_1 = require("../../dto/general.dto");
|
5
5
|
class ProductResourceDto extends general_dto_1.IdAndNameDto {
|
6
6
|
}
|
7
7
|
exports.ProductResourceDto = ProductResourceDto;
|
8
|
+
class ResourcesForProductQueryDto {
|
9
|
+
}
|
10
|
+
exports.ResourcesForProductQueryDto = ResourcesForProductQueryDto;
|
8
11
|
//# sourceMappingURL=product-resource.dto.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"product-resource.dto.js","sourceRoot":"","sources":["../../../../src/types/product-pricing/dto/product-resource.dto.ts"],"names":[],"mappings":";;;AAAA,uDAAqD;
|
1
|
+
{"version":3,"file":"product-resource.dto.js","sourceRoot":"","sources":["../../../../src/types/product-pricing/dto/product-resource.dto.ts"],"names":[],"mappings":";;;AAAA,uDAAqD;AAMrD,MAAa,kBAAmB,SAAQ,0BAAY;CAMnD;AAND,gDAMC;AAED,MAAa,2BAA2B;CAQvC;AARD,kEAQC"}
|