@bondsports/types 1.30.0 → 1.32.0
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/dto/customer.dto.d.ts +26 -1
- package/dist/types/dto/customer.dto.js +4 -1
- package/dist/types/dto/customer.dto.js.map +1 -1
- package/dist/types/dto/events.dto.d.ts +15 -4
- package/dist/types/dto/events.dto.js +4 -1
- package/dist/types/dto/events.dto.js.map +1 -1
- package/dist/types/dto/facilities.dto.d.ts +3 -1
- package/dist/types/dto/facilities.dto.js +4 -1
- package/dist/types/dto/facilities.dto.js.map +1 -1
- package/dist/types/dto/general.dto.d.ts +18 -2
- package/dist/types/dto/general.dto.js +15 -3
- package/dist/types/dto/general.dto.js.map +1 -1
- package/dist/types/dto/glcodes.dto.d.ts +0 -7
- package/dist/types/dto/glcodes.dto.js +1 -4
- package/dist/types/dto/glcodes.dto.js.map +1 -1
- package/dist/types/dto/groupsDivisions.dto.d.ts +7 -0
- package/dist/types/dto/groupsDivisions.dto.js +7 -1
- package/dist/types/dto/groupsDivisions.dto.js.map +1 -1
- package/dist/types/dto/index.d.ts +3 -8
- package/dist/types/dto/index.js +3 -8
- package/dist/types/dto/index.js.map +1 -1
- package/dist/types/dto/package.dto.d.ts +31 -0
- package/dist/types/dto/package.dto.js +22 -0
- package/dist/types/dto/package.dto.js.map +1 -0
- package/dist/types/dto/product-variants.dto.d.ts +36 -0
- package/dist/types/dto/product-variants.dto.js +26 -0
- package/dist/types/dto/product-variants.dto.js.map +1 -0
- package/dist/types/dto/product.dto.d.ts +110 -0
- package/dist/types/dto/product.dto.js +41 -0
- package/dist/types/dto/product.dto.js.map +1 -0
- package/dist/types/entity/ActivityTimes.d.ts +1 -1
- package/dist/types/entity/Address.js.map +1 -1
- package/dist/types/entity/Customer.d.ts +32 -31
- package/dist/types/entity/Customer.js.map +1 -1
- package/dist/types/entity/EventAttendees.d.ts +3 -1
- package/dist/types/entity/EventAttendees.js.map +1 -1
- package/dist/types/entity/Events.d.ts +2 -2
- package/dist/types/entity/Facility.d.ts +2 -2
- package/dist/types/entity/Group.d.ts +1 -1
- package/dist/types/entity/Invoice.d.ts +2 -2
- package/dist/types/entity/InvoiceNote.d.ts +1 -1
- package/dist/types/entity/LinkedAccounts.d.ts +1 -1
- package/dist/types/entity/Media.d.ts +2 -2
- package/dist/types/entity/Media.js.map +1 -1
- package/dist/types/entity/Product.d.ts +4 -2
- package/dist/types/entity/Product.js.map +1 -1
- package/dist/types/entity/ProductResource.d.ts +1 -1
- package/dist/types/entity/ProductsUsers.d.ts +13 -7
- package/dist/types/entity/ProductsUsers.js.map +1 -1
- package/dist/types/entity/PurchasedResources.d.ts +3 -3
- package/dist/types/entity/SeasonAttendees.d.ts +2 -2
- package/dist/types/entity/TeamMember.d.ts +1 -1
- package/dist/types/entity/UserAuthorizations.d.ts +1 -1
- package/dist/types/entity/UserInFamilyAccount.d.ts +1 -1
- package/dist/types/entity/index.d.ts +0 -13
- package/dist/types/entity/index.js +0 -13
- package/dist/types/entity/index.js.map +1 -1
- package/dist/types/familyAccount/dto/addFamilyMember.dto.d.ts +1 -1
- package/dist/types/familyAccount/dto/getFamilies.dto.d.ts +1 -1
- package/dist/types/gl-codes/dto/resource-to-gl.dto.d.ts +11 -2
- package/dist/types/gl-codes/dto/resource-to-gl.dto.js +6 -3
- package/dist/types/gl-codes/dto/resource-to-gl.dto.js.map +1 -1
- package/dist/types/gl-codes/index.d.ts +1 -0
- package/dist/types/gl-codes/index.js +1 -0
- package/dist/types/gl-codes/index.js.map +1 -1
- package/dist/types/gl-codes/types/index.d.ts +1 -0
- package/dist/types/{payment/stripe → gl-codes/types}/index.js +1 -1
- package/dist/types/gl-codes/types/index.js.map +1 -0
- package/dist/types/gl-codes/types/interfaces/gl-code.interfaces.d.ts +5 -0
- package/dist/types/gl-codes/types/interfaces/gl-code.interfaces.js +3 -0
- package/dist/types/gl-codes/types/interfaces/gl-code.interfaces.js.map +1 -0
- package/dist/types/gl-codes/types/interfaces/index.d.ts +1 -0
- package/dist/types/gl-codes/types/interfaces/index.js +18 -0
- package/dist/types/gl-codes/types/interfaces/index.js.map +1 -0
- package/dist/types/import/dto/product.dto.d.ts +1 -1
- package/dist/types/index.d.ts +6 -0
- package/dist/types/index.js +6 -0
- package/dist/types/index.js.map +1 -1
- package/dist/types/membership/interfaces/membership.interfaces.d.ts +1 -1
- package/dist/types/payment/dto/index.d.ts +2 -1
- package/dist/types/payment/dto/index.js +2 -1
- package/dist/types/payment/dto/index.js.map +1 -1
- package/dist/types/payment/dto/{paymentMethod.dto.js → payment-method.dto.js} +1 -1
- package/dist/types/payment/dto/payment-method.dto.js.map +1 -0
- package/dist/types/payment/dto/payment-plan.dto.d.ts +44 -0
- package/dist/types/payment/dto/payment-plan.dto.js +32 -0
- package/dist/types/payment/dto/payment-plan.dto.js.map +1 -0
- package/dist/types/payment/dto/payment.dto.d.ts +2 -37
- package/dist/types/payment/dto/payment.dto.js +2 -27
- package/dist/types/payment/dto/payment.dto.js.map +1 -1
- package/dist/types/{entity → payment/entities}/FutureInstallment.d.ts +5 -5
- package/dist/types/{entity → payment/entities}/FutureInstallment.js +1 -1
- package/dist/types/payment/entities/FutureInstallment.js.map +1 -0
- package/dist/types/payment/entities/Payment.d.ts +2 -2
- package/dist/types/payment/entities/PaymentNote.d.ts +1 -1
- package/dist/types/payment/entities/PaymentPlanSchedule.d.ts +1 -1
- package/dist/types/{entity/Payments_Deprecated.d.ts → payment/entities/Payments.deprecated.d.ts} +1 -1
- package/dist/types/{entity/Payments_Deprecated.js → payment/entities/Payments.deprecated.js} +2 -2
- package/dist/types/payment/entities/Payments.deprecated.js.map +1 -0
- package/dist/types/payment/entities/ProductPaymentPlan.d.ts +17 -0
- package/dist/types/{entity → payment/entities}/ProductPaymentPlan.js +1 -1
- package/dist/types/payment/entities/ProductPaymentPlan.js.map +1 -0
- package/dist/types/{entity → payment/entities}/RefundReason.d.ts +1 -1
- package/dist/types/{entity → payment/entities}/RefundReason.js +1 -1
- package/dist/types/payment/entities/RefundReason.js.map +1 -0
- package/dist/types/payment/entities/index.d.ts +4 -0
- package/dist/types/payment/entities/index.js +4 -0
- package/dist/types/payment/entities/index.js.map +1 -1
- package/dist/types/payment/index.d.ts +0 -1
- package/dist/types/payment/index.js +0 -1
- package/dist/types/payment/index.js.map +1 -1
- package/dist/types/payment/types/consts/payment.consts.d.ts +1 -1
- package/dist/types/payment/types/enums/index.d.ts +1 -0
- package/dist/types/payment/types/enums/index.js +1 -0
- package/dist/types/payment/types/enums/index.js.map +1 -1
- package/dist/types/payment/types/enums/payment-plan.enums.d.ts +18 -0
- package/dist/types/payment/types/enums/payment-plan.enums.js +25 -0
- package/dist/types/payment/types/enums/payment-plan.enums.js.map +1 -0
- package/dist/types/payment/types/interfaces/index.d.ts +2 -0
- package/dist/types/payment/types/interfaces/index.js +2 -0
- package/dist/types/payment/types/interfaces/index.js.map +1 -1
- package/dist/types/payment/types/interfaces/payment.interfaces.d.ts +5 -0
- package/dist/types/payment/types/interfaces/payment.interfaces.js.map +1 -1
- package/dist/types/payment/types/interfaces/scheduled-payments.interfaces.d.ts +3 -0
- package/dist/types/payment/types/interfaces/scheduled-payments.interfaces.js +3 -0
- package/dist/types/payment/types/interfaces/scheduled-payments.interfaces.js.map +1 -0
- package/dist/types/payment/{stripe/stripe.types.js → types/interfaces/stripe.interfaces.js} +1 -1
- package/dist/types/payment/types/interfaces/stripe.interfaces.js.map +1 -0
- package/dist/types/pricing/dto/index.d.ts +1 -0
- package/dist/types/pricing/dto/index.js +18 -0
- package/dist/types/pricing/dto/index.js.map +1 -0
- package/dist/types/{dto → pricing/dto}/pricing.dto.d.ts +13 -3
- package/dist/types/{dto → pricing/dto}/pricing.dto.js +4 -1
- package/dist/types/pricing/dto/pricing.dto.js.map +1 -0
- package/dist/types/{entity → pricing/entities}/Price.d.ts +3 -3
- package/dist/types/{entity → pricing/entities}/Price.js +1 -1
- package/dist/types/pricing/entities/Price.js.map +1 -0
- package/dist/types/pricing/entities/index.d.ts +1 -0
- package/dist/types/pricing/entities/index.js +18 -0
- package/dist/types/pricing/entities/index.js.map +1 -0
- package/dist/types/pricing/index.d.ts +2 -0
- package/dist/types/pricing/index.js +19 -0
- package/dist/types/pricing/index.js.map +1 -0
- package/dist/types/product-pricing/dto/index.d.ts +1 -0
- package/dist/types/product-pricing/dto/index.js +18 -0
- package/dist/types/product-pricing/dto/index.js.map +1 -0
- package/dist/types/product-pricing/dto/product-pricing.dto.d.ts +56 -0
- package/dist/types/product-pricing/dto/product-pricing.dto.js +45 -0
- package/dist/types/product-pricing/dto/product-pricing.dto.js.map +1 -0
- package/dist/types/product-pricing/index.d.ts +1 -0
- package/dist/types/product-pricing/index.js +18 -0
- package/dist/types/product-pricing/index.js.map +1 -0
- package/dist/types/programs/dto/index.d.ts +1 -0
- package/dist/types/programs/dto/index.js +18 -0
- package/dist/types/programs/dto/index.js.map +1 -0
- package/dist/types/{dto → programs/dto}/program.dto.d.ts +5 -2
- package/dist/types/{dto → programs/dto}/program.dto.js +5 -1
- package/dist/types/programs/dto/program.dto.js.map +1 -0
- package/dist/types/{entity → programs/entities}/Program.d.ts +6 -6
- package/dist/types/{entity → programs/entities}/Program.js +1 -1
- package/dist/types/programs/entities/Program.js.map +1 -0
- package/dist/types/{entity → programs/entities}/ProgramHighlights.d.ts +2 -2
- package/dist/types/{entity → programs/entities}/ProgramHighlights.js +1 -1
- package/dist/types/programs/entities/ProgramHighlights.js.map +1 -0
- package/dist/types/programs/entities/index.d.ts +2 -0
- package/dist/types/programs/entities/index.js +19 -0
- package/dist/types/programs/entities/index.js.map +1 -0
- package/dist/types/programs/index.d.ts +2 -0
- package/dist/types/programs/index.js +19 -0
- package/dist/types/programs/index.js.map +1 -0
- package/dist/types/programs-seasons/dto/index.d.ts +1 -0
- package/dist/types/programs-seasons/dto/index.js +18 -0
- package/dist/types/programs-seasons/dto/index.js.map +1 -0
- package/dist/types/{dto → programs-seasons/dto}/program-seasons.dto.d.ts +11 -8
- package/dist/types/{dto → programs-seasons/dto}/program-seasons.dto.js +7 -4
- package/dist/types/programs-seasons/dto/program-seasons.dto.js.map +1 -0
- package/dist/types/{entity → programs-seasons/entities}/ProgramSeason.d.ts +16 -16
- package/dist/types/{entity → programs-seasons/entities}/ProgramSeason.js +1 -1
- package/dist/types/programs-seasons/entities/ProgramSeason.js.map +1 -0
- package/dist/types/programs-seasons/entities/index.d.ts +1 -0
- package/dist/types/programs-seasons/entities/index.js +18 -0
- package/dist/types/programs-seasons/entities/index.js.map +1 -0
- package/dist/types/programs-seasons/index.d.ts +2 -0
- package/dist/types/programs-seasons/index.js +19 -0
- package/dist/types/programs-seasons/index.js.map +1 -0
- package/dist/types/purchase/dto/purchase.dto.d.ts +2 -2
- package/dist/types/purchase/dto/purchase.dto.js +1 -1
- package/dist/types/purchase/dto/purchase.dto.js.map +1 -1
- package/dist/types/reservations/entities/Addon.d.ts +1 -1
- package/dist/types/reservations/entities/Series.d.ts +1 -1
- package/dist/types/reservations/entities/Slots.d.ts +1 -1
- package/dist/types/roles/entities/UserRole.d.ts +1 -1
- package/dist/types/services/interfaces.service.d.ts +3 -18
- package/dist/types/services/interfaces.service.js +1 -1
- package/dist/types/services/interfaces.service.js.map +1 -1
- package/dist/types/shifts/entities/shift.entity.d.ts +1 -1
- package/dist/types/spaces/dto/index.d.ts +2 -0
- package/dist/types/spaces/dto/index.js +19 -0
- package/dist/types/spaces/dto/index.js.map +1 -0
- package/dist/types/spaces/dto/resource.dto.d.ts +8 -0
- package/dist/types/spaces/dto/resource.dto.js +11 -0
- package/dist/types/spaces/dto/resource.dto.js.map +1 -0
- package/dist/types/{dto → spaces/dto}/space.dto.d.ts +3 -3
- package/dist/types/{dto → spaces/dto}/space.dto.js +1 -1
- package/dist/types/spaces/dto/space.dto.js.map +1 -0
- package/dist/types/{entity → spaces/entities}/Resource.d.ts +8 -8
- package/dist/types/{entity → spaces/entities}/Resource.js +1 -1
- package/dist/types/spaces/entities/Resource.js.map +1 -0
- package/dist/types/{entity → spaces/entities}/SpacesDependency.d.ts +1 -1
- package/dist/types/{entity → spaces/entities}/SpacesDependency.js +1 -1
- package/dist/types/spaces/entities/SpacesDependency.js.map +1 -0
- package/dist/types/spaces/entities/index.d.ts +2 -0
- package/dist/types/spaces/entities/index.js +19 -0
- package/dist/types/spaces/entities/index.js.map +1 -0
- package/dist/types/spaces/index.d.ts +3 -0
- package/dist/types/spaces/index.js +20 -0
- package/dist/types/spaces/index.js.map +1 -0
- package/dist/types/spaces/types/index.d.ts +1 -0
- package/dist/types/spaces/types/index.js +18 -0
- package/dist/types/spaces/types/index.js.map +1 -0
- package/dist/types/spaces/types/interfaces/index.d.ts +1 -0
- package/dist/types/spaces/types/interfaces/index.js +18 -0
- package/dist/types/spaces/types/interfaces/index.js.map +1 -0
- package/dist/types/spaces/types/interfaces/resource.interfaces.d.ts +6 -0
- package/dist/types/spaces/types/interfaces/resource.interfaces.js +3 -0
- package/dist/types/spaces/types/interfaces/resource.interfaces.js.map +1 -0
- package/dist/types/user/dto/index.d.ts +2 -0
- package/dist/types/user/dto/index.js +19 -0
- package/dist/types/user/dto/index.js.map +1 -0
- package/dist/types/user/dto/user-settings.dto.d.ts +26 -0
- package/dist/types/user/dto/user-settings.dto.js +7 -0
- package/dist/types/user/dto/user-settings.dto.js.map +1 -0
- package/dist/types/user/dto/user.dto.d.ts +39 -0
- package/dist/types/user/dto/user.dto.js +26 -0
- package/dist/types/user/dto/user.dto.js.map +1 -0
- package/dist/types/{entity → user/entities}/Athlete.d.ts +1 -1
- package/dist/types/{entity → user/entities}/Athlete.js +1 -1
- package/dist/types/user/entities/Athlete.js.map +1 -0
- package/dist/types/{entity → user/entities}/AthleteSports.d.ts +2 -2
- package/dist/types/{entity → user/entities}/AthleteSports.js +1 -1
- package/dist/types/user/entities/AthleteSports.js.map +1 -0
- package/dist/types/{entity → user/entities}/User.d.ts +14 -11
- package/dist/types/{entity → user/entities}/User.js +1 -1
- package/dist/types/user/entities/User.js.map +1 -0
- package/dist/types/user/entities/index.d.ts +3 -0
- package/dist/types/user/entities/index.js +20 -0
- package/dist/types/user/entities/index.js.map +1 -0
- package/dist/types/user/index.d.ts +2 -0
- package/dist/types/user/index.js +19 -0
- package/dist/types/user/index.js.map +1 -0
- package/package.json +1 -1
- package/dist/types/dto/pricing.dto.js.map +0 -1
- package/dist/types/dto/productPricing.dto.d.ts +0 -229
- package/dist/types/dto/productPricing.dto.js +0 -120
- package/dist/types/dto/productPricing.dto.js.map +0 -1
- package/dist/types/dto/productVariants.dto.d.ts +0 -19
- package/dist/types/dto/productVariants.dto.js +0 -13
- package/dist/types/dto/productVariants.dto.js.map +0 -1
- package/dist/types/dto/program-seasons.dto.js.map +0 -1
- package/dist/types/dto/program.dto.js.map +0 -1
- package/dist/types/dto/resource.dto.d.ts +0 -5
- package/dist/types/dto/resource.dto.js +0 -7
- package/dist/types/dto/resource.dto.js.map +0 -1
- package/dist/types/dto/space.dto.js.map +0 -1
- package/dist/types/dto/user.dto.d.ts +0 -9
- package/dist/types/dto/user.dto.js +0 -13
- package/dist/types/dto/user.dto.js.map +0 -1
- package/dist/types/entity/Athlete.js.map +0 -1
- package/dist/types/entity/AthleteSports.js.map +0 -1
- package/dist/types/entity/FutureInstallment.js.map +0 -1
- package/dist/types/entity/Payments_Deprecated.js.map +0 -1
- package/dist/types/entity/Price.js.map +0 -1
- package/dist/types/entity/ProductPaymentPlan.d.ts +0 -12
- package/dist/types/entity/ProductPaymentPlan.js.map +0 -1
- package/dist/types/entity/Program.js.map +0 -1
- package/dist/types/entity/ProgramHighlights.js.map +0 -1
- package/dist/types/entity/ProgramSeason.js.map +0 -1
- package/dist/types/entity/RefundReason.js.map +0 -1
- package/dist/types/entity/Resource.js.map +0 -1
- package/dist/types/entity/SpacesDependency.js.map +0 -1
- package/dist/types/entity/User.js.map +0 -1
- package/dist/types/payment/dto/paymentMethod.dto.js.map +0 -1
- package/dist/types/payment/stripe/index.d.ts +0 -1
- package/dist/types/payment/stripe/index.js.map +0 -1
- package/dist/types/payment/stripe/stripe.types.js.map +0 -1
- /package/dist/types/payment/dto/{paymentMethod.dto.d.ts → payment-method.dto.d.ts} +0 -0
- /package/dist/types/payment/{stripe/stripe.types.d.ts → types/interfaces/stripe.interfaces.d.ts} +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"scheduled-payments.interfaces.js","sourceRoot":"","sources":["../../../../../src/types/payment/types/interfaces/scheduled-payments.interfaces.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"stripe.interfaces.js","sourceRoot":"","sources":["../../../../../src/types/payment/types/interfaces/stripe.interfaces.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './pricing.dto';
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./pricing.dto"), exports);
|
|
18
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/types/pricing/dto/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,gDAA8B"}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { DiscountMethodsEnum } from '
|
|
2
|
-
import {
|
|
3
|
-
import { IEntitlementTerms, IQuestionAnswerObject } from '../services/interfaces.service';
|
|
1
|
+
import { CurrencyEnum, DiscountMethodsEnum, ResourceNameTypeEnum } from '../../services/enums.service';
|
|
2
|
+
import { IEntitlementTerms, IQuestionAnswerObject } from '../../services/interfaces.service';
|
|
4
3
|
export declare class CreateEntitlementTermsDto {
|
|
5
4
|
organizationId: number;
|
|
6
5
|
entitlementGroupId: number;
|
|
@@ -43,3 +42,14 @@ export declare class CreateGroupPricingWithProduct {
|
|
|
43
42
|
discountValue?: number;
|
|
44
43
|
discountMethod?: DiscountMethodsEnum;
|
|
45
44
|
}
|
|
45
|
+
export declare class CreatePriceDto {
|
|
46
|
+
id?: number;
|
|
47
|
+
price: number;
|
|
48
|
+
currency: CurrencyEnum;
|
|
49
|
+
name: string;
|
|
50
|
+
startDate?: Date;
|
|
51
|
+
endDate?: Date;
|
|
52
|
+
discountValue?: number;
|
|
53
|
+
discountMethod?: DiscountMethodsEnum;
|
|
54
|
+
isDefaultPriceForProduct?: boolean;
|
|
55
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateGroupPricingWithProduct = exports.FindEntitlementGroupByIdDto = exports.GetEntitlementGroupPricingDto = exports.CreateEntitlementGroupDto = exports.FindGroupItemsPricingsDto = exports.FindLowestPriceDto = exports.FindEntitlementTermsByVariablesDto = exports.FindEntitlementTermsByGroupIdDto = exports.CreateEntitlementTermsDto = void 0;
|
|
3
|
+
exports.CreatePriceDto = exports.CreateGroupPricingWithProduct = exports.FindEntitlementGroupByIdDto = exports.GetEntitlementGroupPricingDto = exports.CreateEntitlementGroupDto = exports.FindGroupItemsPricingsDto = exports.FindLowestPriceDto = exports.FindEntitlementTermsByVariablesDto = exports.FindEntitlementTermsByGroupIdDto = exports.CreateEntitlementTermsDto = void 0;
|
|
4
4
|
class CreateEntitlementTermsDto {
|
|
5
5
|
}
|
|
6
6
|
exports.CreateEntitlementTermsDto = CreateEntitlementTermsDto;
|
|
@@ -28,4 +28,7 @@ exports.FindEntitlementGroupByIdDto = FindEntitlementGroupByIdDto;
|
|
|
28
28
|
class CreateGroupPricingWithProduct {
|
|
29
29
|
}
|
|
30
30
|
exports.CreateGroupPricingWithProduct = CreateGroupPricingWithProduct;
|
|
31
|
+
class CreatePriceDto {
|
|
32
|
+
}
|
|
33
|
+
exports.CreatePriceDto = CreatePriceDto;
|
|
31
34
|
//# sourceMappingURL=pricing.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pricing.dto.js","sourceRoot":"","sources":["../../../../src/types/pricing/dto/pricing.dto.ts"],"names":[],"mappings":";;;AAGA,MAAa,yBAAyB;CAIrC;AAJD,8DAIC;AAED,MAAa,gCAAgC;CAE5C;AAFD,4EAEC;AAED,MAAa,kCAAkC;CAG9C;AAHD,gFAGC;AAED,MAAa,kBAAkB;CAQ9B;AARD,gDAQC;AAED,MAAa,yBAAyB;CAGrC;AAHD,8DAGC;AAED,MAAa,yBAAyB;CAErC;AAFD,8DAEC;AAED,MAAa,6BAA6B;CAIzC;AAJD,sEAIC;AAED,MAAa,2BAA2B;CAEvC;AAFD,kEAEC;AAED,MAAa,6BAA6B;CAYzC;AAZD,sEAYC;AAED,MAAa,cAAc;CAkB1B;AAlBD,wCAkBC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Product } from '
|
|
2
|
-
import { CurrencyEnum, DiscountMethodsEnum } from '
|
|
3
|
-
import { OrganizationConnectionBaseEntity } from '
|
|
1
|
+
import { Product } from '../../entity/Product';
|
|
2
|
+
import { CurrencyEnum, DiscountMethodsEnum } from '../../services/enums.service';
|
|
3
|
+
import { OrganizationConnectionBaseEntity } from '../../entity/OrganizationConnectionBaseEntity';
|
|
4
4
|
export declare class Price extends OrganizationConnectionBaseEntity {
|
|
5
5
|
productId: number;
|
|
6
6
|
product: Product;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.Price = void 0;
|
|
4
|
-
const OrganizationConnectionBaseEntity_1 = require("
|
|
4
|
+
const OrganizationConnectionBaseEntity_1 = require("../../entity/OrganizationConnectionBaseEntity");
|
|
5
5
|
class Price extends OrganizationConnectionBaseEntity_1.OrganizationConnectionBaseEntity {
|
|
6
6
|
}
|
|
7
7
|
exports.Price = Price;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Price.js","sourceRoot":"","sources":["../../../../src/types/pricing/entities/Price.ts"],"names":[],"mappings":";;;AAEA,oGAAiG;AAIjG,MAAa,KAAM,SAAQ,mEAAgC;CA4B1D;AA5BD,sBA4BC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './Price';
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./Price"), exports);
|
|
18
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/types/pricing/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,0CAAwB"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./dto"), exports);
|
|
18
|
+
__exportStar(require("./entities"), exports);
|
|
19
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/types/pricing/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,wCAAsB;AACtB,6CAA2B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './product-pricing.dto';
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./product-pricing.dto"), exports);
|
|
18
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/types/product-pricing/dto/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,wDAAsC"}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import { UserAnswersDto } from '../../dto/application.dto';
|
|
2
|
+
import { PaginationQuery } from '../../dto/general.dto';
|
|
3
|
+
import { ResourceDto } from '../../spaces/dto/resource.dto';
|
|
4
|
+
import { ByOrganizationIdDto } from '../../organization/dto/organization.dto';
|
|
5
|
+
import { ProductTypesEnum } from '../../services/enums.service';
|
|
6
|
+
export declare class FindPriceOfProductDto {
|
|
7
|
+
id: number;
|
|
8
|
+
userId: number;
|
|
9
|
+
resources: ResourceDto[];
|
|
10
|
+
}
|
|
11
|
+
export declare class FindPricesOfProductsDto {
|
|
12
|
+
products: FindPriceOfProductDto[];
|
|
13
|
+
answers: UserAnswersDto[];
|
|
14
|
+
}
|
|
15
|
+
export declare class FindByProductUserIdsDto {
|
|
16
|
+
userId: number;
|
|
17
|
+
organizationId: number;
|
|
18
|
+
}
|
|
19
|
+
export declare class GetByOrgIdInvoiceIdDto extends ByOrganizationIdDto {
|
|
20
|
+
invoiceId?: number;
|
|
21
|
+
}
|
|
22
|
+
export declare class GetAllOrganizationAddonsDto extends ByOrganizationIdDto {
|
|
23
|
+
}
|
|
24
|
+
export declare class GetByCustomerIdDto extends PaginationQuery {
|
|
25
|
+
customerId: number;
|
|
26
|
+
}
|
|
27
|
+
export declare class GetBySessionType {
|
|
28
|
+
sessionType: 'event' | 'segment';
|
|
29
|
+
}
|
|
30
|
+
export declare class CreateSubcategoryDto {
|
|
31
|
+
productType: ProductTypesEnum;
|
|
32
|
+
name: string;
|
|
33
|
+
stationId?: number;
|
|
34
|
+
ordinal?: number;
|
|
35
|
+
}
|
|
36
|
+
export declare class CreateSubcategoriesDto {
|
|
37
|
+
subcategories: CreateSubcategoryDto[];
|
|
38
|
+
}
|
|
39
|
+
export declare class UpdateSubcategoryDto {
|
|
40
|
+
id: number;
|
|
41
|
+
productType?: ProductTypesEnum;
|
|
42
|
+
name?: string;
|
|
43
|
+
stationId?: number;
|
|
44
|
+
ordinal?: number;
|
|
45
|
+
}
|
|
46
|
+
export declare class GetSubcategoryDto {
|
|
47
|
+
stationId?: number;
|
|
48
|
+
}
|
|
49
|
+
export declare class SetStationSubcategoriesDto {
|
|
50
|
+
stationId: number;
|
|
51
|
+
subcategoryIds?: number[];
|
|
52
|
+
categories?: string[];
|
|
53
|
+
}
|
|
54
|
+
export declare class archiveDto {
|
|
55
|
+
isArchive: boolean;
|
|
56
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.archiveDto = exports.SetStationSubcategoriesDto = exports.GetSubcategoryDto = exports.UpdateSubcategoryDto = exports.CreateSubcategoriesDto = exports.CreateSubcategoryDto = exports.GetBySessionType = exports.GetByCustomerIdDto = exports.GetAllOrganizationAddonsDto = exports.GetByOrgIdInvoiceIdDto = exports.FindByProductUserIdsDto = exports.FindPricesOfProductsDto = exports.FindPriceOfProductDto = void 0;
|
|
4
|
+
const general_dto_1 = require("../../dto/general.dto");
|
|
5
|
+
const organization_dto_1 = require("../../organization/dto/organization.dto");
|
|
6
|
+
class FindPriceOfProductDto {
|
|
7
|
+
}
|
|
8
|
+
exports.FindPriceOfProductDto = FindPriceOfProductDto;
|
|
9
|
+
class FindPricesOfProductsDto {
|
|
10
|
+
}
|
|
11
|
+
exports.FindPricesOfProductsDto = FindPricesOfProductsDto;
|
|
12
|
+
class FindByProductUserIdsDto {
|
|
13
|
+
}
|
|
14
|
+
exports.FindByProductUserIdsDto = FindByProductUserIdsDto;
|
|
15
|
+
class GetByOrgIdInvoiceIdDto extends organization_dto_1.ByOrganizationIdDto {
|
|
16
|
+
}
|
|
17
|
+
exports.GetByOrgIdInvoiceIdDto = GetByOrgIdInvoiceIdDto;
|
|
18
|
+
class GetAllOrganizationAddonsDto extends organization_dto_1.ByOrganizationIdDto {
|
|
19
|
+
}
|
|
20
|
+
exports.GetAllOrganizationAddonsDto = GetAllOrganizationAddonsDto;
|
|
21
|
+
class GetByCustomerIdDto extends general_dto_1.PaginationQuery {
|
|
22
|
+
}
|
|
23
|
+
exports.GetByCustomerIdDto = GetByCustomerIdDto;
|
|
24
|
+
class GetBySessionType {
|
|
25
|
+
}
|
|
26
|
+
exports.GetBySessionType = GetBySessionType;
|
|
27
|
+
class CreateSubcategoryDto {
|
|
28
|
+
}
|
|
29
|
+
exports.CreateSubcategoryDto = CreateSubcategoryDto;
|
|
30
|
+
class CreateSubcategoriesDto {
|
|
31
|
+
}
|
|
32
|
+
exports.CreateSubcategoriesDto = CreateSubcategoriesDto;
|
|
33
|
+
class UpdateSubcategoryDto {
|
|
34
|
+
}
|
|
35
|
+
exports.UpdateSubcategoryDto = UpdateSubcategoryDto;
|
|
36
|
+
class GetSubcategoryDto {
|
|
37
|
+
}
|
|
38
|
+
exports.GetSubcategoryDto = GetSubcategoryDto;
|
|
39
|
+
class SetStationSubcategoriesDto {
|
|
40
|
+
}
|
|
41
|
+
exports.SetStationSubcategoriesDto = SetStationSubcategoriesDto;
|
|
42
|
+
class archiveDto {
|
|
43
|
+
}
|
|
44
|
+
exports.archiveDto = archiveDto;
|
|
45
|
+
//# sourceMappingURL=product-pricing.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"product-pricing.dto.js","sourceRoot":"","sources":["../../../../src/types/product-pricing/dto/product-pricing.dto.ts"],"names":[],"mappings":";;;AACA,uDAAwD;AAExD,8EAA8E;AAG9E,MAAa,qBAAqB;CAIjC;AAJD,sDAIC;AAED,MAAa,uBAAuB;CAGnC;AAHD,0DAGC;AAED,MAAa,uBAAuB;CAInC;AAJD,0DAIC;AAED,MAAa,sBAAuB,SAAQ,sCAAmB;CAE9D;AAFD,wDAEC;AAED,MAAa,2BAA4B,SAAQ,sCAAmB;CAAG;AAAvE,kEAAuE;AAEvE,MAAa,kBAAmB,SAAQ,6BAAe;CAEtD;AAFD,gDAEC;AAED,MAAa,gBAAgB;CAE5B;AAFD,4CAEC;AAED,MAAa,oBAAoB;CAQhC;AARD,oDAQC;AAED,MAAa,sBAAsB;CAElC;AAFD,wDAEC;AAED,MAAa,oBAAoB;CAUhC;AAVD,oDAUC;AAED,MAAa,iBAAiB;CAE7B;AAFD,8CAEC;AAED,MAAa,0BAA0B;CAMtC;AAND,gEAMC;AAED,MAAa,UAAU;CAEtB;AAFD,gCAEC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './dto';
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./dto"), exports);
|
|
18
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/types/product-pricing/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,wCAAsB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './program.dto';
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./program.dto"), exports);
|
|
18
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/types/programs/dto/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,gDAA8B"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { ProgramHighlights } from '../
|
|
2
|
-
import { GenderEnum,
|
|
1
|
+
import { ProgramHighlights } from '../entities/ProgramHighlights';
|
|
2
|
+
import { GenderEnum, LevelOfPlayEnum, ProgramHighlightTypeEnum, ProgramTypesEnum, PublishingStatusEnum, SportsEnum } from '../../services/enums.service';
|
|
3
|
+
import { IdAndNameDto } from '../../dto/general.dto';
|
|
3
4
|
export declare class FindProgramsByOrganizationIdDto {
|
|
4
5
|
organizationId: number;
|
|
5
6
|
programType?: ProgramTypesEnum;
|
|
@@ -46,3 +47,5 @@ export declare class ProgramHighlightDto {
|
|
|
46
47
|
type: ProgramHighlightTypeEnum;
|
|
47
48
|
title: string;
|
|
48
49
|
}
|
|
50
|
+
export declare class SimpleProgramDto extends IdAndNameDto {
|
|
51
|
+
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ProgramHighlightDto = exports.UpdateProgramStatusDto = exports.UpdateProgramDto = exports.CreateProgramDto = exports.BaseProgramDto = exports.ByOrganizationIdAndProgramIdDto = exports.ByProgramIdDto = exports.FindProgramsByOrganizationIdDto = void 0;
|
|
3
|
+
exports.SimpleProgramDto = exports.ProgramHighlightDto = exports.UpdateProgramStatusDto = exports.UpdateProgramDto = exports.CreateProgramDto = exports.BaseProgramDto = exports.ByOrganizationIdAndProgramIdDto = exports.ByProgramIdDto = exports.FindProgramsByOrganizationIdDto = void 0;
|
|
4
|
+
const general_dto_1 = require("../../dto/general.dto");
|
|
4
5
|
class FindProgramsByOrganizationIdDto {
|
|
5
6
|
}
|
|
6
7
|
exports.FindProgramsByOrganizationIdDto = FindProgramsByOrganizationIdDto;
|
|
@@ -25,4 +26,7 @@ exports.UpdateProgramStatusDto = UpdateProgramStatusDto;
|
|
|
25
26
|
class ProgramHighlightDto {
|
|
26
27
|
}
|
|
27
28
|
exports.ProgramHighlightDto = ProgramHighlightDto;
|
|
29
|
+
class SimpleProgramDto extends general_dto_1.IdAndNameDto {
|
|
30
|
+
}
|
|
31
|
+
exports.SimpleProgramDto = SimpleProgramDto;
|
|
28
32
|
//# sourceMappingURL=program.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"program.dto.js","sourceRoot":"","sources":["../../../../src/types/programs/dto/program.dto.ts"],"names":[],"mappings":";;;AASA,uDAAqD;AAErD,MAAa,+BAA+B;CAG3C;AAHD,0EAGC;AAED,MAAa,cAAc;CAE1B;AAFD,wCAEC;AAED,MAAa,+BAA+B;CAI3C;AAJD,0EAIC;AAED,MAAa,cAAc;CA4C1B;AA5CD,wCA4CC;AAED,MAAa,gBAAiB,SAAQ,cAAc;CAAG;AAAvD,4CAAuD;AAEvD,MAAa,gBAAiB,SAAQ,cAAc;CAInD;AAJD,4CAIC;AAED,MAAa,sBAAsB;CAGlC;AAHD,wDAGC;AAED,MAAa,mBAAmB;CAK/B;AALD,kDAKC;AAED,MAAa,gBAAiB,SAAQ,0BAAY;CAAG;AAArD,4CAAqD"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { Media } from '
|
|
2
|
-
import { GenderEnum, PublishingStatusEnum, ProgramTypesEnum, SportsEnum, LevelOfPlayEnum } from '
|
|
3
|
-
import { BondBaseEntity } from '
|
|
1
|
+
import { Media } from '../../entity/Media';
|
|
2
|
+
import { GenderEnum, PublishingStatusEnum, ProgramTypesEnum, SportsEnum, LevelOfPlayEnum } from '../../services/enums.service';
|
|
3
|
+
import { BondBaseEntity } from '../../entity/BondBaseEntity';
|
|
4
4
|
import { ProgramHighlights } from './ProgramHighlights';
|
|
5
|
-
import { ProgramSeason } from '
|
|
6
|
-
import { PurchasedResource } from '
|
|
7
|
-
import { ColorCode } from '
|
|
5
|
+
import { ProgramSeason } from '../../programs-seasons/entities/ProgramSeason';
|
|
6
|
+
import { PurchasedResource } from '../../entity/PurchasedResources';
|
|
7
|
+
import { ColorCode } from '../../entity/ColorCode';
|
|
8
8
|
export declare class Program extends BondBaseEntity {
|
|
9
9
|
type: ProgramTypesEnum;
|
|
10
10
|
name: string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.Program = void 0;
|
|
4
|
-
const BondBaseEntity_1 = require("
|
|
4
|
+
const BondBaseEntity_1 = require("../../entity/BondBaseEntity");
|
|
5
5
|
class Program extends BondBaseEntity_1.BondBaseEntity {
|
|
6
6
|
}
|
|
7
7
|
exports.Program = Program;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Program.js","sourceRoot":"","sources":["../../../../src/types/programs/entities/Program.ts"],"names":[],"mappings":";;;AASA,gEAA6D;AAM7D,MAAa,OAAQ,SAAQ,+BAAc;CA8C1C;AA9CD,0BA8CC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ProgramHighlightTypeEnum } from '
|
|
2
|
-
import { BondBaseEntity } from '
|
|
1
|
+
import { ProgramHighlightTypeEnum } from '../../services/enums.service';
|
|
2
|
+
import { BondBaseEntity } from '../../entity/BondBaseEntity';
|
|
3
3
|
import { Program } from './Program';
|
|
4
4
|
export declare class ProgramHighlights extends BondBaseEntity {
|
|
5
5
|
type: ProgramHighlightTypeEnum;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ProgramHighlights = void 0;
|
|
4
|
-
const BondBaseEntity_1 = require("
|
|
4
|
+
const BondBaseEntity_1 = require("../../entity/BondBaseEntity");
|
|
5
5
|
class ProgramHighlights extends BondBaseEntity_1.BondBaseEntity {
|
|
6
6
|
}
|
|
7
7
|
exports.ProgramHighlights = ProgramHighlights;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ProgramHighlights.js","sourceRoot":"","sources":["../../../../src/types/programs/entities/ProgramHighlights.ts"],"names":[],"mappings":";;;AAEA,gEAA6D;AAG7D,MAAa,iBAAkB,SAAQ,+BAAc;CAYpD;AAZD,8CAYC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./Program"), exports);
|
|
18
|
+
__exportStar(require("./ProgramHighlights"), exports);
|
|
19
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/types/programs/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,4CAA0B;AAC1B,sDAAoC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./dto"), exports);
|
|
18
|
+
__exportStar(require("./entities"), exports);
|
|
19
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/types/programs/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,wCAAsB;AACtB,6CAA2B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './program-seasons.dto';
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./program-seasons.dto"), exports);
|
|
18
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/types/programs-seasons/dto/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,wDAAsC"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { MaintenanceDto } from '
|
|
3
|
-
import { EComparisonFilter, ProgramSeasonTypesEnum, PublishingStatusEnum, ResourceNameTypeEnum } from '
|
|
4
|
-
import { GenderEnum, LevelOfPlayEnum, RegistrationConstraintPeriodTypeEnum, SlotTypeEnum, SportsEnum } from '
|
|
5
|
-
import { PaginationQuery } from '
|
|
1
|
+
import { ByOrganizationIdDto, OptionalOrganizationIdDto } from '../../organization/dto/organization.dto';
|
|
2
|
+
import { MaintenanceDto } from '../../reservations/dto/maintenance.dto';
|
|
3
|
+
import { EComparisonFilter, ProgramSeasonTypesEnum, PublishingStatusEnum, ResourceNameTypeEnum } from '../../services/enums.service';
|
|
4
|
+
import { GenderEnum, LevelOfPlayEnum, RegistrationConstraintPeriodTypeEnum, SlotTypeEnum, SportsEnum } from '../../services/enums.service';
|
|
5
|
+
import { IdAndNameDto, PaginationQuery } from '../../dto/general.dto';
|
|
6
6
|
export declare class FindProgramSeasonsByProgramIdDto {
|
|
7
7
|
programId: number;
|
|
8
8
|
}
|
|
@@ -138,9 +138,12 @@ export declare class ShallowUpdateProgramSeasonDto {
|
|
|
138
138
|
ageCalcDate?: string;
|
|
139
139
|
colorCodeId?: number;
|
|
140
140
|
}
|
|
141
|
-
export declare class ShallowUpdateSubSeasonDto {
|
|
142
|
-
|
|
143
|
-
|
|
141
|
+
export declare class ShallowUpdateSubSeasonDto extends IdAndNameDto {
|
|
142
|
+
}
|
|
143
|
+
export declare class SimpleSessionDto extends IdAndNameDto {
|
|
144
|
+
status: PublishingStatusEnum;
|
|
145
|
+
startDate: Date;
|
|
146
|
+
endDate: Date;
|
|
144
147
|
}
|
|
145
148
|
export declare class SpaceResourcePairDto {
|
|
146
149
|
resourceType: ResourceNameTypeEnum;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateProgramSeasonColorsDto = exports.MoveParticipantDto = exports.RegistrationSettingsDto = exports.RegistrationDatesDto = exports.UpdateSeasonRegistrationDatesDto = exports.MoveAttendeeDto = exports.UpdateSeasonDatesDto = exports.SpaceAllocationsByTimesDto = exports.SingleSpaceAllocationByTimesDto = exports.BulkSpaceResourceAllocationDto = exports.SpaceResourcePairDto = exports.ShallowUpdateSubSeasonDto = exports.ShallowUpdateProgramSeasonDto = exports.UpdateProgramSeasonStatusDto = exports.UpdateProgramSeasonDto = exports.SubSeasonBasicInfo = exports.CreateSessionScheduleDto = exports.CreateProgramSeasonDto = exports.BaseProgramSeasonDto = exports.ActivityTimesDto = exports.BlockedDatesDto = exports.FindRegisteredUsersOptionsDto = exports.FindRegisteredUserDto = exports.DeleteProductDto = exports.FindSessionEventByIdDto = exports.ByOrganizationIdAndProgramSeasonIdDto = exports.FindSeasonEventsQueryDto = exports.SegmentsBySessionQueryDto = exports.FindProgramSeasonByIdDto = exports.FindProgramSeasonByIdQueryDto = exports.DeleteEventAttendeesDto = exports.FindSessionsByProgramAndOrganizationDto = exports.FindSessionsFiltersDto = exports.FindProgramSeasonsByProgramIdDto = void 0;
|
|
4
|
-
const organization_dto_1 = require("
|
|
5
|
-
const general_dto_1 = require("
|
|
3
|
+
exports.UpdateProgramSeasonColorsDto = exports.MoveParticipantDto = exports.RegistrationSettingsDto = exports.RegistrationDatesDto = exports.UpdateSeasonRegistrationDatesDto = exports.MoveAttendeeDto = exports.UpdateSeasonDatesDto = exports.SpaceAllocationsByTimesDto = exports.SingleSpaceAllocationByTimesDto = exports.BulkSpaceResourceAllocationDto = exports.SpaceResourcePairDto = exports.SimpleSessionDto = exports.ShallowUpdateSubSeasonDto = exports.ShallowUpdateProgramSeasonDto = exports.UpdateProgramSeasonStatusDto = exports.UpdateProgramSeasonDto = exports.SubSeasonBasicInfo = exports.CreateSessionScheduleDto = exports.CreateProgramSeasonDto = exports.BaseProgramSeasonDto = exports.ActivityTimesDto = exports.BlockedDatesDto = exports.FindRegisteredUsersOptionsDto = exports.FindRegisteredUserDto = exports.DeleteProductDto = exports.FindSessionEventByIdDto = exports.ByOrganizationIdAndProgramSeasonIdDto = exports.FindSeasonEventsQueryDto = exports.SegmentsBySessionQueryDto = exports.FindProgramSeasonByIdDto = exports.FindProgramSeasonByIdQueryDto = exports.DeleteEventAttendeesDto = exports.FindSessionsByProgramAndOrganizationDto = exports.FindSessionsFiltersDto = exports.FindProgramSeasonsByProgramIdDto = void 0;
|
|
4
|
+
const organization_dto_1 = require("../../organization/dto/organization.dto");
|
|
5
|
+
const general_dto_1 = require("../../dto/general.dto");
|
|
6
6
|
class FindProgramSeasonsByProgramIdDto {
|
|
7
7
|
}
|
|
8
8
|
exports.FindProgramSeasonsByProgramIdDto = FindProgramSeasonsByProgramIdDto;
|
|
@@ -69,9 +69,12 @@ exports.UpdateProgramSeasonStatusDto = UpdateProgramSeasonStatusDto;
|
|
|
69
69
|
class ShallowUpdateProgramSeasonDto {
|
|
70
70
|
}
|
|
71
71
|
exports.ShallowUpdateProgramSeasonDto = ShallowUpdateProgramSeasonDto;
|
|
72
|
-
class ShallowUpdateSubSeasonDto {
|
|
72
|
+
class ShallowUpdateSubSeasonDto extends general_dto_1.IdAndNameDto {
|
|
73
73
|
}
|
|
74
74
|
exports.ShallowUpdateSubSeasonDto = ShallowUpdateSubSeasonDto;
|
|
75
|
+
class SimpleSessionDto extends general_dto_1.IdAndNameDto {
|
|
76
|
+
}
|
|
77
|
+
exports.SimpleSessionDto = SimpleSessionDto;
|
|
75
78
|
class SpaceResourcePairDto {
|
|
76
79
|
}
|
|
77
80
|
exports.SpaceResourcePairDto = SpaceResourcePairDto;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"program-seasons.dto.js","sourceRoot":"","sources":["../../../../src/types/programs-seasons/dto/program-seasons.dto.ts"],"names":[],"mappings":";;;AAAA,8EAAyG;AAezG,uDAAsE;AAEtE,MAAa,gCAAgC;CAE5C;AAFD,4EAEC;AACD,MAAa,sBAAsB;CAIlC;AAJD,wDAIC;AACD,MAAa,uCAAwC,SAAQ,gCAAgC;CAE5F;AAFD,0FAEC;AAED,MAAa,uBAAuB;CAEnC;AAFD,0DAEC;AAED,MAAa,6BAA6B;CAEzC;AAFD,sEAEC;AAED,MAAa,wBAAyB,SAAQ,4CAAyB;CAEtE;AAFD,4DAEC;AAED,MAAa,yBAAyB;CAIrC;AAJD,8DAIC;AACD,MAAa,wBAAwB;CAIpC;AAJD,4DAIC;AAED,MAAa,qCAAsC,SAAQ,sCAAmB;CAE7E;AAFD,sFAEC;AAED,MAAa,uBAAuB;CAGnC;AAHD,0DAGC;AAED,MAAa,gBAAgB;CAE5B;AAFD,4CAEC;AAED,MAAa,qBAAsB,SAAQ,wBAAwB;CAElE;AAFD,sDAEC;AAED,MAAa,6BAA8B,SAAQ,6BAAe;CAMjE;AAND,sEAMC;AAED,MAAa,eAAe;CAM3B;AAND,0CAMC;AAED,MAAa,gBAAgB;CAM5B;AAND,4CAMC;AAED,MAAa,oBAAoB;CA0EhC;AA1ED,oDA0EC;AAED,MAAa,sBAAuB,SAAQ,oBAAoB;CAE/D;AAFD,wDAEC;AAED,MAAa,wBAAwB;CAMpC;AAND,4DAMC;AAED,MAAa,kBAAkB;CAK9B;AALD,gDAKC;AAED,MAAa,sBAAuB,SAAQ,oBAAoB;CAE/D;AAFD,wDAEC;AAED,MAAa,4BAA4B;CAGxC;AAHD,oEAGC;AAED,MAAa,6BAA6B;CAoDzC;AApDD,sEAoDC;AAED,MAAa,yBAA0B,SAAQ,0BAAY;CAAG;AAA9D,8DAA8D;AAE9D,MAAa,gBAAiB,SAAQ,0BAAY;CAMjD;AAND,4CAMC;AAED,MAAa,oBAAoB;CAWhC;AAXD,oDAWC;AAED,MAAa,8BAA8B;CAI1C;AAJD,wEAIC;AAED,MAAa,+BAA+B;CAO3C;AAPD,0EAOC;AAED,MAAa,0BAA0B;CAEtC;AAFD,gEAEC;AAED,MAAa,oBAAoB;CAIhC;AAJD,oDAIC;AAED,MAAa,eAAe;CAK3B;AALD,0CAKC;AAED,MAAa,gCAAgC;CAE5C;AAFD,4EAEC;AAED,MAAa,oBAAoB;CAShC;AATD,oDASC;AAED,MAAa,uBAAwB,SAAQ,oBAAoB;CAUhE;AAVD,0DAUC;AAED,MAAa,kBAAkB;CAY9B;AAZD,gDAYC;AAED,MAAa,4BAA4B;CAExC;AAFD,oEAEC"}
|