@bondsports/types 2.2.21 → 2.2.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/dist/types/product-pricing/dto/product-resource.dto.d.ts +6 -0
- package/dist/types/product-pricing/dto/product-resource.dto.js +4 -1
- package/dist/types/product-pricing/dto/product-resource.dto.js.map +1 -1
- package/dist/types/resources/dto/resource.dto.d.ts +1 -0
- package/dist/types/resources/dto/resource.dto.js.map +1 -1
- package/package.json +1 -1
|
@@ -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"}
|
|
@@ -39,6 +39,7 @@ export declare class BaseResourceDto extends IdDto {
|
|
|
39
39
|
purchasedResources?: PurchasedResourceDto[];
|
|
40
40
|
linkSEO: string;
|
|
41
41
|
medias?: MediaDto[];
|
|
42
|
+
schedule?: ResourceScheduleDto[];
|
|
42
43
|
products?: ResourceProductDto[];
|
|
43
44
|
}
|
|
44
45
|
export declare class ResourceDependenciesDto {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"resource.dto.js","sourceRoot":"","sources":["../../../../src/types/resources/dto/resource.dto.ts"],"names":[],"mappings":";;;AAEA,uDAAsF;AAEtF,8EAA8E;AAiB9E,MAAa,WAAW;CAIvB;AAJD,kCAIC;AAED,MAAa,iBAAkB,SAAQ,0BAAY;CAAG;AAAtD,8CAAsD;AAEtD,MAAa,eAAgB,SAAQ,mBAAK;
|
|
1
|
+
{"version":3,"file":"resource.dto.js","sourceRoot":"","sources":["../../../../src/types/resources/dto/resource.dto.ts"],"names":[],"mappings":";;;AAEA,uDAAsF;AAEtF,8EAA8E;AAiB9E,MAAa,WAAW;CAIvB;AAJD,kCAIC;AAED,MAAa,iBAAkB,SAAQ,0BAAY;CAAG;AAAtD,8CAAsD;AAEtD,MAAa,eAAgB,SAAQ,mBAAK;CAgDzC;AAhDD,0CAgDC;AAED,MAAa,uBAAuB;CAInC;AAJD,0DAIC;AAED,MAAa,+BAA+B;CAY3C;AAZD,0EAYC;AAED,MAAa,yBAA0B,SAAQ,sCAAwB;CAQtE;AARD,8DAQC;AAED,MAAa,kCAAmC,SAAQ,sCAAmB;CAE1E;AAFD,gFAEC;AAED,MAAa,2BAA4B,SAAQ,sCAAmB;CAEnE;AAFD,kEAEC;AAED,MAAa,uCAAwC,SAAQ,kCAAkC;CAE9F;AAFD,0FAEC;AAED,MAAa,6BAA8B,SAAQ,sCAAmB;CAErE;AAFD,sEAEC;AAED,MAAa,wBAAwB;CAUpC;AAVD,4DAUC;AAED,MAAa,iBAAiB;CAE7B;AAFD,8CAEC;AAED,MAAa,mBAAmB;CAE/B;AAFD,kDAEC;AAED,MAAa,iBAAiB;CAwB7B;AAxBD,8CAwBC"}
|