@bondsports/types 1.19.40 → 1.19.42
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/index.d.ts +2 -5
- package/dist/types/dto/index.js +2 -5
- 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 +16 -20
- package/dist/types/dto/product.dto.js +6 -9
- package/dist/types/dto/product.dto.js.map +1 -1
- package/dist/types/entity/ActivityTimes.d.ts +1 -1
- package/dist/types/entity/Events.d.ts +2 -2
- package/dist/types/entity/Facility.d.ts +1 -1
- package/dist/types/entity/Invoice.d.ts +1 -1
- package/dist/types/entity/Media.d.ts +1 -1
- package/dist/types/entity/Product.d.ts +2 -2
- package/dist/types/entity/ProductResource.d.ts +1 -1
- package/dist/types/entity/PurchasedResources.d.ts +2 -2
- package/dist/types/entity/SeasonAttendees.d.ts +1 -1
- package/dist/types/entity/index.d.ts +0 -8
- package/dist/types/entity/index.js +0 -8
- package/dist/types/entity/index.js.map +1 -1
- package/dist/types/import/dto/product.dto.d.ts +1 -1
- package/dist/types/index.d.ts +4 -0
- package/dist/types/index.js +4 -0
- package/dist/types/index.js.map +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 +1 -41
- package/dist/types/payment/dto/payment.dto.js +2 -26
- 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 +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/{entity → payment/entities}/ProductPaymentPlan.d.ts +4 -4
- 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 -2
- package/dist/types/payment/index.js +0 -2
- package/dist/types/payment/index.js.map +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.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/{scheduled-payments/types → types}/interfaces/scheduled-payments.interfaces.d.ts +1 -1
- 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/{payment/stripe → pricing/dto}/index.js +1 -1
- 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/{payment/scheduled-payments → pricing/entities}/index.js +1 -1
- 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/{payment/scheduled-payments/types/interfaces → product-pricing/dto}/index.js +1 -1
- 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/{payment/scheduled-payments/types/enums → product-pricing}/index.js +1 -1
- 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 +3 -3
- package/dist/types/{dto → programs/dto}/program.dto.js +1 -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/{payment/scheduled-payments/types → programs/entities}/index.js +2 -2
- 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 +5 -5
- package/dist/types/{dto → programs-seasons/dto}/program-seasons.dto.js +2 -2
- 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 +1 -1
- package/dist/types/purchase/dto/purchase.dto.js.map +1 -1
- package/dist/types/services/interfaces.service.d.ts +2 -2
- package/dist/types/services/interfaces.service.js +1 -1
- package/dist/types/services/interfaces.service.js.map +1 -1
- package/dist/types/user/dto/user.dto.d.ts +2 -2
- package/package.json +1 -1
- package/dist/types/dto/pricing.dto.js.map +0 -1
- package/dist/types/dto/productPricing.dto.d.ts +0 -121
- package/dist/types/dto/productPricing.dto.js +0 -84
- 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/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.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/payment/dto/paymentMethod.dto.js.map +0 -1
- package/dist/types/payment/scheduled-payments/index.d.ts +0 -1
- package/dist/types/payment/scheduled-payments/index.js.map +0 -1
- package/dist/types/payment/scheduled-payments/types/enums/index.d.ts +0 -1
- package/dist/types/payment/scheduled-payments/types/enums/index.js.map +0 -1
- package/dist/types/payment/scheduled-payments/types/enums/payment-plan.enums.js.map +0 -1
- package/dist/types/payment/scheduled-payments/types/index.d.ts +0 -2
- package/dist/types/payment/scheduled-payments/types/index.js.map +0 -1
- package/dist/types/payment/scheduled-payments/types/interfaces/index.d.ts +0 -1
- package/dist/types/payment/scheduled-payments/types/interfaces/index.js.map +0 -1
- package/dist/types/payment/scheduled-payments/types/interfaces/scheduled-payments.interfaces.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/{scheduled-payments/types → types}/enums/payment-plan.enums.d.ts +0 -0
- /package/dist/types/payment/{scheduled-payments/types → types}/enums/payment-plan.enums.js +0 -0
- /package/dist/types/payment/{scheduled-payments/types → types}/interfaces/scheduled-payments.interfaces.js +0 -0
- /package/dist/types/payment/{stripe/stripe.types.d.ts → types/interfaces/stripe.interfaces.d.ts} +0 -0
|
@@ -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';
|
|
@@ -14,5 +14,5 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./
|
|
17
|
+
__exportStar(require("./dto"), exports);
|
|
18
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,6 +1,6 @@
|
|
|
1
|
-
import { ProgramHighlights } from '../
|
|
2
|
-
import { GenderEnum, LevelOfPlayEnum, ProgramHighlightTypeEnum, ProgramTypesEnum, PublishingStatusEnum, SportsEnum } from '
|
|
3
|
-
import { IdAndNameDto } from '
|
|
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';
|
|
4
4
|
export declare class FindProgramsByOrganizationIdDto {
|
|
5
5
|
organizationId: number;
|
|
6
6
|
programType?: ProgramTypesEnum;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
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("
|
|
4
|
+
const general_dto_1 = require("../../dto/general.dto");
|
|
5
5
|
class FindProgramsByOrganizationIdDto {
|
|
6
6
|
}
|
|
7
7
|
exports.FindProgramsByOrganizationIdDto = FindProgramsByOrganizationIdDto;
|
|
@@ -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"}
|
|
@@ -14,6 +14,6 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./
|
|
18
|
-
__exportStar(require("./
|
|
17
|
+
__exportStar(require("./Program"), exports);
|
|
18
|
+
__exportStar(require("./ProgramHighlights"), exports);
|
|
19
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 { ByOrganizationIdDto, OptionalOrganizationIdDto } from '
|
|
2
|
-
import { MaintenanceDto } from '
|
|
3
|
-
import { EComparisonFilter, ProgramSeasonTypesEnum, PublishingStatusEnum, ResourceNameTypeEnum } from '
|
|
4
|
-
import { GenderEnum, LevelOfPlayEnum, RegistrationConstraintPeriodTypeEnum, SlotTypeEnum, SportsEnum } from '
|
|
5
|
-
import { IdAndNameDto, 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
|
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
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("
|
|
5
|
-
const general_dto_1 = require("
|
|
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;
|
|
@@ -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"}
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import { GenderEnum, LevelOfPlayEnum, ProgramSeasonTypesEnum, PublishingStatusEnum, SportsEnum } from '
|
|
2
|
-
import { EventAsSeasonSegment, SeasonAsSeasonSegment } from '
|
|
3
|
-
import { ActivityTimes } from '
|
|
4
|
-
import { Address } from '
|
|
5
|
-
import { BlockedDate } from '
|
|
6
|
-
import { BondBaseEntity } from '
|
|
7
|
-
import { Event } from '
|
|
8
|
-
import { Facility } from '
|
|
9
|
-
import { Product } from '
|
|
10
|
-
import { ProductResource } from '
|
|
11
|
-
import { Program } from '
|
|
12
|
-
import { PurchasedResource } from '
|
|
13
|
-
import { RegistrationConstraint } from '
|
|
14
|
-
import { Resource } from '
|
|
15
|
-
import { SeasonAttendee } from '
|
|
16
|
-
import { ColorCode } from '
|
|
1
|
+
import { GenderEnum, LevelOfPlayEnum, ProgramSeasonTypesEnum, PublishingStatusEnum, SportsEnum } from '../../services/enums.service';
|
|
2
|
+
import { EventAsSeasonSegment, SeasonAsSeasonSegment } from '../../services/interfaces.service';
|
|
3
|
+
import { ActivityTimes } from '../../entity/ActivityTimes';
|
|
4
|
+
import { Address } from '../../entity/Address';
|
|
5
|
+
import { BlockedDate } from '../../entity/BlockedDate';
|
|
6
|
+
import { BondBaseEntity } from '../../entity/BondBaseEntity';
|
|
7
|
+
import { Event } from '../../entity/Events';
|
|
8
|
+
import { Facility } from '../../entity/Facility';
|
|
9
|
+
import { Product } from '../../entity/Product';
|
|
10
|
+
import { ProductResource } from '../../entity/ProductResource';
|
|
11
|
+
import { Program } from '../../programs/entities/Program';
|
|
12
|
+
import { PurchasedResource } from '../../entity/PurchasedResources';
|
|
13
|
+
import { RegistrationConstraint } from '../../entity/RegistrationConstraint';
|
|
14
|
+
import { Resource } from '../../entity/Resource';
|
|
15
|
+
import { SeasonAttendee } from '../../entity/SeasonAttendees';
|
|
16
|
+
import { ColorCode } from '../../entity/ColorCode';
|
|
17
17
|
export declare class ProgramSeason extends BondBaseEntity {
|
|
18
18
|
programId: number;
|
|
19
19
|
name: string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ProgramSeason = void 0;
|
|
4
|
-
const BondBaseEntity_1 = require("
|
|
4
|
+
const BondBaseEntity_1 = require("../../entity/BondBaseEntity");
|
|
5
5
|
class ProgramSeason extends BondBaseEntity_1.BondBaseEntity {
|
|
6
6
|
}
|
|
7
7
|
exports.ProgramSeason = ProgramSeason;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ProgramSeason.js","sourceRoot":"","sources":["../../../../src/types/programs-seasons/entities/ProgramSeason.ts"],"names":[],"mappings":";;;AAuBA,gEAA6D;AAY7D,MAAa,aAAc,SAAQ,+BAAc;CAsHhD;AAtHD,sCAsHC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './ProgramSeason';
|
|
@@ -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("./ProgramSeason"), exports);
|
|
18
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/types/programs-seasons/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,kDAAgC"}
|
|
@@ -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-seasons/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,wCAAsB;AACtB,6CAA2B"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { UserAnswersDto } from '../../dto/application.dto';
|
|
2
|
+
import { ScheduledPaymentDto } from '../../payment/dto/payment-plan.dto';
|
|
2
3
|
import { ResourceDto } from '../../dto/resource.dto';
|
|
3
|
-
import { ScheduledPaymentDto } from '../../payment/dto/payment.dto';
|
|
4
4
|
import { PaymentMethodTypeEnum, PaymentStatusEnum, PlatformsEnum, ResourceNameTypeEnum } from '../../services/enums.service';
|
|
5
5
|
export declare class PurchasePaymentDto {
|
|
6
6
|
token: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"purchase.dto.js","sourceRoot":"","sources":["../../../../src/types/purchase/dto/purchase.dto.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"purchase.dto.js","sourceRoot":"","sources":["../../../../src/types/purchase/dto/purchase.dto.ts"],"names":[],"mappings":";;;AAEA,yDAAqD;AAQrD,MAAa,kBAAkB;CAK9B;AALD,gDAKC;AAED,MAAa,uBAAuB;CAkBnC;AAlBD,0DAkBC;AAED,MAAa,kBAAkB;CA4B9B;AA5BD,gDA4BC;AAED,MAAa,mBAAoB,SAAQ,0BAAW;CAAG;AAAvD,kDAAuD;AAEvD,MAAa,kBAAkB;CAuB9B;AAvBD,gDAuBC;AAED,MAAa,wBAAwB;CAgBpC;AAhBD,4DAgBC;AAED,MAAa,yBAAyB;CAQrC;AARD,8DAQC;AAED,MAAa,WAAW;IAAxB;QAGC,qBAAgB,GAAG,KAAK,CAAC;QAEzB,aAAQ,GAAG,KAAK,CAAC;IAClB,CAAC;CAAA;AAND,kCAMC;AAED,MAAa,uBAAuB;CAUnC;AAVD,0DAUC;AAED,MAAa,sBAAsB;CAElC;AAFD,wDAEC"}
|
|
@@ -2,7 +2,7 @@ import { Stripe } from 'stripe';
|
|
|
2
2
|
import { ActivityTimes } from '../entity/ActivityTimes';
|
|
3
3
|
import { Customer } from '../entity/Customer';
|
|
4
4
|
import { Invoice } from '../entity/Invoice';
|
|
5
|
-
import { Price } from '../
|
|
5
|
+
import { Price } from '../pricing/entities/Price';
|
|
6
6
|
import { ProductsUsers } from '../entity/ProductsUsers';
|
|
7
7
|
import { Variant } from '../entity/Variants';
|
|
8
8
|
import { VariantTitle } from '../entity/VariantTitles';
|
|
@@ -11,7 +11,7 @@ import { PurchasePaymentDto, PurchaseRequestDto } from '../purchase/dto/purchase
|
|
|
11
11
|
import { Answer } from './../entity/Answer';
|
|
12
12
|
import { Event } from './../entity/Events';
|
|
13
13
|
import { Product } from './../entity/Product';
|
|
14
|
-
import { ProgramSeason } from '
|
|
14
|
+
import { ProgramSeason } from '../programs-seasons/entities/ProgramSeason';
|
|
15
15
|
import { AddonTimePeriodEnum, CurrencyEnum, EntitlementTermsTypesEnum, GenderEnum, LevelOfPlayEnum, MembershipStatusEnum, PackageProductsRelationTypeEnum, PaymentMethodTypeEnum, PaymentStatusEnum, ProductSubTypesEnum, ProductTypesEnum, ProgramTypesEnum, PurchasedResourceStatusEnum, RegistrationValidationStatusEnum, RegistrationWindowStatusEnum, ResourceNameTypeEnum, SlotTypeEnum, SportsEnum } from './enums.service';
|
|
16
16
|
import { User } from '../user/entities/User';
|
|
17
17
|
export interface IEntitlementTerms {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.EventAsSeasonSegment = exports.SeasonAsSeasonSegment = void 0;
|
|
4
4
|
const Events_1 = require("./../entity/Events");
|
|
5
|
-
const ProgramSeason_1 = require("
|
|
5
|
+
const ProgramSeason_1 = require("../programs-seasons/entities/ProgramSeason");
|
|
6
6
|
const enums_service_1 = require("./enums.service");
|
|
7
7
|
class SeasonAsSeasonSegment extends ProgramSeason_1.ProgramSeason {
|
|
8
8
|
constructor() {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"interfaces.service.js","sourceRoot":"","sources":["../../../src/types/services/interfaces.service.ts"],"names":[],"mappings":";;;AAWA,+CAA2C;AAE3C,
|
|
1
|
+
{"version":3,"file":"interfaces.service.js","sourceRoot":"","sources":["../../../src/types/services/interfaces.service.ts"],"names":[],"mappings":";;;AAWA,+CAA2C;AAE3C,8EAA2E;AAC3E,mDAmByB;AAuEzB,MAAa,qBAAsB,SAAQ,6BAAa;IAAxD;;QACC,gBAAW,GAAyB,oCAAoB,CAAC,cAAc,CAAC;IAEzE,CAAC;CAAA;AAHD,sDAGC;AAED,MAAa,oBAAqB,SAAQ,cAAK;IAA/C;;QACC,gBAAW,GAAyB,oCAAoB,CAAC,KAAK,CAAC;IAEhE,CAAC;CAAA;AAHD,oDAGC"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { SimpleEventDto } from '../../dto/events.dto';
|
|
2
2
|
import { SimpleFacilityDto } from '../../dto/facilities.dto';
|
|
3
3
|
import { IdDto, PaginationResultDto } from '../../dto/general.dto';
|
|
4
|
-
import { SimpleSessionDto } from '../../dto/program-seasons.dto';
|
|
5
|
-
import { SimpleProgramDto } from '../../dto/program.dto';
|
|
4
|
+
import { SimpleSessionDto } from '../../programs-seasons/dto/program-seasons.dto';
|
|
5
|
+
import { SimpleProgramDto } from '../../programs/dto/program.dto';
|
|
6
6
|
import { SimpleResourceDto } from '../../dto/resource.dto';
|
|
7
7
|
import { SimpleProductDto } from '../../dto/product.dto';
|
|
8
8
|
export declare class UserIdDto {
|
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"pricing.dto.js","sourceRoot":"","sources":["../../../src/types/dto/pricing.dto.ts"],"names":[],"mappings":";;;AAIA,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"}
|
|
@@ -1,121 +0,0 @@
|
|
|
1
|
-
import { PaymentPlanDto } from '../payment/dto/payment.dto';
|
|
2
|
-
import { AddonTimePeriodEnum, CurrencyEnum, DiscountMethodsEnum, PackageProductsRelationTypeEnum, ProductPackageLevelEnum, ProductTypesEnum, ResourceNameTypeEnum } from '../services/enums.service';
|
|
3
|
-
import { UserAnswersDto } from './application.dto';
|
|
4
|
-
import { PaginationQuery } from './general.dto';
|
|
5
|
-
import { ProductInPackage } from './product.dto';
|
|
6
|
-
import { ResourceDto } from './resource.dto';
|
|
7
|
-
export declare class FindPriceOfProductDto {
|
|
8
|
-
id: number;
|
|
9
|
-
userId: number;
|
|
10
|
-
resources: ResourceDto[];
|
|
11
|
-
}
|
|
12
|
-
export declare class FindPricesOfProductsDto {
|
|
13
|
-
products: FindPriceOfProductDto[];
|
|
14
|
-
answers: UserAnswersDto[];
|
|
15
|
-
}
|
|
16
|
-
export declare class FindPackageByResourceDto {
|
|
17
|
-
resourceType: ResourceNameTypeEnum;
|
|
18
|
-
resourceId: number;
|
|
19
|
-
}
|
|
20
|
-
export declare class FindProductsByResourceAsOrganizationDto extends FindPackageByResourceDto {
|
|
21
|
-
organizationId: number;
|
|
22
|
-
}
|
|
23
|
-
export declare class CreatePaymentPlanDto extends PaymentPlanDto {
|
|
24
|
-
name: string;
|
|
25
|
-
}
|
|
26
|
-
export declare class VariantWithPrice {
|
|
27
|
-
variantIds: number[];
|
|
28
|
-
price: CreatePriceDto[];
|
|
29
|
-
}
|
|
30
|
-
export declare class CreatePriceDto {
|
|
31
|
-
id?: number;
|
|
32
|
-
price: number;
|
|
33
|
-
currency: CurrencyEnum;
|
|
34
|
-
name: string;
|
|
35
|
-
startDate?: Date;
|
|
36
|
-
endDate?: Date;
|
|
37
|
-
discountValue?: number;
|
|
38
|
-
discountMethod?: DiscountMethodsEnum;
|
|
39
|
-
isDefaultPriceForProduct?: boolean;
|
|
40
|
-
}
|
|
41
|
-
export declare class CreatePackageDto {
|
|
42
|
-
parentProductId: number;
|
|
43
|
-
productsData?: ProductInPackage[];
|
|
44
|
-
productsIds?: ExistingProductToPackageDto[];
|
|
45
|
-
}
|
|
46
|
-
export declare class CreatePackageToResourceDto {
|
|
47
|
-
resourceId: number;
|
|
48
|
-
resourceType: ResourceNameTypeEnum;
|
|
49
|
-
isCreateToChildProducts: boolean;
|
|
50
|
-
productsData: ProductInPackage[];
|
|
51
|
-
}
|
|
52
|
-
export declare class ExistingProductToPackageDto {
|
|
53
|
-
relationType: PackageProductsRelationTypeEnum;
|
|
54
|
-
id: number;
|
|
55
|
-
timePeriod?: AddonTimePeriodEnum;
|
|
56
|
-
level?: ProductPackageLevelEnum;
|
|
57
|
-
}
|
|
58
|
-
export declare class FindByProductUserIdsDto {
|
|
59
|
-
userId: number;
|
|
60
|
-
organizationId: number;
|
|
61
|
-
}
|
|
62
|
-
export declare class GetByOrganizationIdDto {
|
|
63
|
-
organizationId?: number;
|
|
64
|
-
}
|
|
65
|
-
export declare class GetByOrgIdInvoiceIdDto extends GetByOrganizationIdDto {
|
|
66
|
-
invoiceId?: number;
|
|
67
|
-
}
|
|
68
|
-
export declare class GetAllVariantTitlesDto {
|
|
69
|
-
organizationId: number;
|
|
70
|
-
}
|
|
71
|
-
export declare class GetAllOrganizationAddonsDto {
|
|
72
|
-
organizationId: number;
|
|
73
|
-
}
|
|
74
|
-
export declare class CreateVariantTitleDto {
|
|
75
|
-
organizationId: number;
|
|
76
|
-
title: string;
|
|
77
|
-
variants: string[];
|
|
78
|
-
}
|
|
79
|
-
export declare class UpdateVariantTitleDto {
|
|
80
|
-
organizationId: number;
|
|
81
|
-
titleId: number;
|
|
82
|
-
title: string;
|
|
83
|
-
variants: string[];
|
|
84
|
-
}
|
|
85
|
-
export declare class GetByCustomerIdDto extends PaginationQuery {
|
|
86
|
-
customerId: number;
|
|
87
|
-
}
|
|
88
|
-
export declare class GetBySessionType {
|
|
89
|
-
sessionType: 'event' | 'segment';
|
|
90
|
-
}
|
|
91
|
-
export declare class CreateSubcategoryDto {
|
|
92
|
-
productType: ProductTypesEnum;
|
|
93
|
-
name: string;
|
|
94
|
-
stationId?: number;
|
|
95
|
-
ordinal?: number;
|
|
96
|
-
}
|
|
97
|
-
export declare class CreateSubcategoriesDto {
|
|
98
|
-
subcategories: CreateSubcategoryDto[];
|
|
99
|
-
}
|
|
100
|
-
export declare class UpdateSubcategoryDto {
|
|
101
|
-
id: number;
|
|
102
|
-
productType?: ProductTypesEnum;
|
|
103
|
-
name?: string;
|
|
104
|
-
stationId?: number;
|
|
105
|
-
ordinal?: number;
|
|
106
|
-
}
|
|
107
|
-
export declare class GetSubcategoryDto {
|
|
108
|
-
stationId?: number;
|
|
109
|
-
}
|
|
110
|
-
export declare class SetStationSubcategoriesDto {
|
|
111
|
-
stationId: number;
|
|
112
|
-
subcategoryIds?: number[];
|
|
113
|
-
categories?: string[];
|
|
114
|
-
}
|
|
115
|
-
export declare class createResourceDto {
|
|
116
|
-
resourceId: number;
|
|
117
|
-
resourceType: ResourceNameTypeEnum;
|
|
118
|
-
}
|
|
119
|
-
export declare class archiveDto {
|
|
120
|
-
isArchive: boolean;
|
|
121
|
-
}
|