@bondsports/types 2.4.71 → 2.4.73
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/cart/dto/cart-item.dto.d.ts +2 -0
- package/dist/types/cart/dto/cart-item.dto.js.map +1 -1
- package/dist/types/cart/entities/cart-item.entity.d.ts +3 -0
- package/dist/types/cart/entities/cart-item.entity.js.map +1 -1
- package/dist/types/cart/types/interfaces/cart.interfaces.d.ts +1 -0
- package/dist/types/checkout-questionnaires/types/checkout-questionnaires.types.d.ts +1 -1
- package/dist/types/customers/dto/customer.dto.js.map +1 -1
- package/dist/types/dto/application.dto.js.map +1 -1
- package/dist/types/dto/events.dto.d.ts +1 -0
- package/dist/types/dto/events.dto.js.map +1 -1
- package/dist/types/dto/general.dto.d.ts +1 -0
- package/dist/types/dto/general.dto.js.map +1 -1
- package/dist/types/dto/package.dto.d.ts +1 -0
- package/dist/types/dto/package.dto.js.map +1 -1
- package/dist/types/employees/dto/employee.dto.d.ts +4 -16
- package/dist/types/employees/dto/employee.dto.js +1 -10
- package/dist/types/employees/dto/employee.dto.js.map +1 -1
- package/dist/types/employees/entities/EmployeeFacilityAccess.d.ts +2 -0
- package/dist/types/employees/entities/EmployeeFacilityAccess.js.map +1 -1
- package/dist/types/entity/LineItems.d.ts +3 -0
- package/dist/types/entity/LineItems.js.map +1 -1
- package/dist/types/entity/index.d.ts +0 -1
- package/dist/types/entity/index.js +0 -1
- package/dist/types/entity/index.js.map +1 -1
- package/dist/types/facilities/dto/facilities.dto.d.ts +22 -0
- package/dist/types/facilities/dto/facilities.dto.js.map +1 -1
- package/dist/types/facilities/entities/Facility.d.ts +2 -0
- package/dist/types/facilities/entities/Facility.js.map +1 -1
- package/dist/types/facilities/types/consts/facility.consts.d.ts +5 -0
- package/dist/types/facilities/types/consts/facility.consts.js +11 -0
- package/dist/types/facilities/types/consts/facility.consts.js.map +1 -0
- package/dist/types/facilities/types/consts/index.d.ts +1 -0
- package/dist/types/facilities/types/consts/index.js +18 -0
- package/dist/types/facilities/types/consts/index.js.map +1 -0
- package/dist/types/facilities/types/enums/facilities.enums.d.ts +4 -0
- package/dist/types/facilities/types/enums/facilities.enums.js +9 -0
- package/dist/types/facilities/types/enums/facilities.enums.js.map +1 -0
- package/dist/types/facilities/types/enums/index.d.ts +1 -0
- package/dist/types/facilities/types/enums/index.js +18 -0
- package/dist/types/facilities/types/enums/index.js.map +1 -0
- package/dist/types/facilities/types/facilities.types.d.ts +1 -21
- package/dist/types/facilities/types/facilities.types.js +0 -3
- package/dist/types/facilities/types/facilities.types.js.map +1 -1
- package/dist/types/facilities/types/index.d.ts +3 -0
- package/dist/types/facilities/types/index.js +3 -0
- package/dist/types/facilities/types/index.js.map +1 -1
- package/dist/types/facilities/types/interfaces/facilities.interfaces.d.ts +30 -0
- package/dist/types/facilities/types/interfaces/facilities.interfaces.js +3 -0
- package/dist/types/facilities/types/interfaces/facilities.interfaces.js.map +1 -0
- package/dist/types/facilities/types/interfaces/index.d.ts +1 -0
- package/dist/types/facilities/types/interfaces/index.js +18 -0
- package/dist/types/facilities/types/interfaces/index.js.map +1 -0
- package/dist/types/folders/types/interfaces/folder-restrictions.interfaces.d.ts +1 -1
- package/dist/types/invoice/dto/lineItem.dto.d.ts +1 -0
- package/dist/types/invoice/dto/lineItem.dto.js.map +1 -1
- package/dist/types/membership/dto/eligible-members.dto.d.ts +33 -0
- package/dist/types/membership/dto/eligible-members.dto.js +19 -0
- package/dist/types/membership/dto/eligible-members.dto.js.map +1 -0
- package/dist/types/membership/dto/index.d.ts +1 -0
- package/dist/types/membership/dto/index.js +1 -0
- package/dist/types/membership/dto/index.js.map +1 -1
- package/dist/types/membership/types/membership.interfaces.d.ts +36 -1
- package/dist/types/membership/types/membership.member.classes.d.ts +0 -2
- package/dist/types/membership/types/membership.member.classes.js.map +1 -1
- package/dist/types/membership/types/membership.member.consts.d.ts +8 -0
- package/dist/types/membership/types/membership.member.consts.js +15 -1
- package/dist/types/membership/types/membership.member.consts.js.map +1 -1
- package/dist/types/membership/types/membership.members.interfaces.d.ts +1 -1
- package/dist/types/notifications/dto/index.d.ts +1 -0
- package/dist/types/notifications/dto/index.js +1 -0
- package/dist/types/notifications/dto/index.js.map +1 -1
- package/dist/types/notifications/dto/notification-subscriptions.dto.d.ts +34 -0
- package/dist/types/notifications/dto/notification-subscriptions.dto.js +24 -0
- package/dist/types/notifications/dto/notification-subscriptions.dto.js.map +1 -0
- package/dist/types/notifications/dto/notification.create.dto.d.ts +5 -0
- package/dist/types/notifications/dto/notification.create.dto.js +6 -2
- package/dist/types/notifications/dto/notification.create.dto.js.map +1 -1
- package/dist/types/notifications/entities/index.d.ts +2 -0
- package/dist/types/notifications/entities/index.js +19 -0
- package/dist/types/notifications/entities/index.js.map +1 -0
- package/dist/types/notifications/entities/notification-subscription-to-facility.entity.d.ts +10 -0
- package/dist/types/notifications/entities/notification-subscription-to-facility.entity.js +8 -0
- package/dist/types/notifications/entities/notification-subscription-to-facility.entity.js.map +1 -0
- package/dist/types/notifications/entities/notification-subscription.entity.d.ts +12 -0
- package/dist/types/{entity/NotificationSubscriptions.js → notifications/entities/notification-subscription.entity.js} +2 -2
- package/dist/types/notifications/entities/notification-subscription.entity.js.map +1 -0
- package/dist/types/notifications/index.d.ts +1 -0
- package/dist/types/notifications/index.js +1 -0
- package/dist/types/notifications/index.js.map +1 -1
- package/dist/types/notifications/types/consts/notification.consts.d.ts +1 -0
- package/dist/types/notifications/types/consts/notification.consts.js +2 -1
- package/dist/types/notifications/types/consts/notification.consts.js.map +1 -1
- package/dist/types/notifications/types/enums/notification.enums.d.ts +5 -0
- package/dist/types/notifications/types/enums/notification.enums.js +7 -1
- package/dist/types/notifications/types/enums/notification.enums.js.map +1 -1
- package/dist/types/notifications/types/interfaces/index.d.ts +1 -0
- package/dist/types/notifications/types/interfaces/index.js +1 -0
- package/dist/types/notifications/types/interfaces/index.js.map +1 -1
- package/dist/types/notifications/types/interfaces/notification-subscriptions.interfaces.d.ts +30 -0
- package/dist/types/notifications/types/interfaces/notification-subscriptions.interfaces.js +3 -0
- package/dist/types/notifications/types/interfaces/notification-subscriptions.interfaces.js.map +1 -0
- package/dist/types/notifications/types/interfaces/notification.interfaces.d.ts +9 -2
- package/dist/types/online-booking/types/interfaces/schedule.interfaces.d.ts +7 -0
- package/dist/types/organization/entities/OrganizationUsers.d.ts +2 -0
- package/dist/types/organization/entities/OrganizationUsers.js.map +1 -1
- package/dist/types/payment/dto/discount.dto.d.ts +4 -4
- package/dist/types/payment/dto/discount.dto.js +1 -1
- package/dist/types/payment/dto/discount.dto.js.map +1 -1
- package/dist/types/product-pricing/dto/product-categories.dto.d.ts +2 -0
- package/dist/types/product-pricing/dto/product-categories.dto.js.map +1 -1
- package/dist/types/product-pricing/dto/product-pricing.dto.d.ts +2 -0
- package/dist/types/product-pricing/dto/product-pricing.dto.js.map +1 -1
- package/dist/types/product-pricing/dto/product.dto.d.ts +3 -4
- package/dist/types/product-pricing/dto/product.dto.js +1 -4
- package/dist/types/product-pricing/dto/product.dto.js.map +1 -1
- package/dist/types/product-pricing/dto/public-product.dto.d.ts +4 -0
- package/dist/types/product-pricing/dto/public-product.dto.js +4 -1
- package/dist/types/product-pricing/dto/public-product.dto.js.map +1 -1
- package/dist/types/product-pricing/dto/punch-pass-product.dto.d.ts +1 -0
- package/dist/types/product-pricing/dto/punch-pass-product.dto.js.map +1 -1
- package/dist/types/product-pricing/entities/product-category.entity.d.ts +1 -1
- package/dist/types/product-pricing/entities/station-to-product-category.entity.d.ts +1 -1
- package/dist/types/product-pricing/types/consts/product-category.consts.d.ts +5 -0
- package/dist/types/product-pricing/types/consts/product-category.consts.js +2 -0
- package/dist/types/product-pricing/types/consts/product-category.consts.js.map +1 -1
- package/dist/types/product-pricing/types/interfaces/index.d.ts +1 -0
- package/dist/types/product-pricing/types/interfaces/index.js +1 -0
- package/dist/types/product-pricing/types/interfaces/index.js.map +1 -1
- package/dist/types/product-pricing/types/interfaces/product-creation.interfaces.d.ts +8 -0
- package/dist/types/product-pricing/types/interfaces/product-creation.interfaces.js +3 -0
- package/dist/types/product-pricing/types/interfaces/product-creation.interfaces.js.map +1 -0
- package/dist/types/product-pricing/types/interfaces/product-pricing.interfaces.d.ts +5 -0
- package/dist/types/programs/dto/index.d.ts +1 -0
- package/dist/types/programs/dto/index.js +1 -0
- package/dist/types/programs/dto/index.js.map +1 -1
- package/dist/types/programs/dto/program-backoffice.dto.d.ts +10 -0
- package/dist/types/programs/dto/program-backoffice.dto.js +11 -0
- package/dist/types/programs/dto/program-backoffice.dto.js.map +1 -0
- package/dist/types/programs/dto/program-public.dto.d.ts +3 -1
- package/dist/types/programs/dto/program-public.dto.js.map +1 -1
- package/dist/types/programs/dto/program.dto.d.ts +3 -0
- package/dist/types/programs/dto/program.dto.js.map +1 -1
- package/dist/types/programs/entities/Program.d.ts +4 -1
- package/dist/types/programs/entities/Program.js.map +1 -1
- package/dist/types/programs/types/consts/program.consts.d.ts +3 -1
- package/dist/types/programs/types/consts/program.consts.js +7 -1
- package/dist/types/programs/types/consts/program.consts.js.map +1 -1
- package/dist/types/programs/types/enums/program.enums.d.ts +9 -0
- package/dist/types/programs/types/enums/program.enums.js +11 -1
- package/dist/types/programs/types/enums/program.enums.js.map +1 -1
- package/dist/types/programs/types/interfaces/program.interfaces.d.ts +8 -0
- package/dist/types/programs-seasons/dto/program-session.dto.d.ts +1 -0
- package/dist/types/programs-seasons/dto/program-session.dto.js.map +1 -1
- package/dist/types/programs-seasons/types/interfaces/program-seasons-notifications.interface.d.ts +0 -2
- package/dist/types/punch-pass/types/interfaces.d.ts +0 -2
- package/dist/types/reservations/dto/reservation.dto.d.ts +1 -4
- package/dist/types/reservations/dto/reservation.dto.js +2 -5
- package/dist/types/reservations/dto/reservation.dto.js.map +1 -1
- package/dist/types/reservations/dto/slot.dto.d.ts +1 -0
- package/dist/types/reservations/dto/slot.dto.js.map +1 -1
- package/dist/types/reservations/types/classes/slot.classes.d.ts +1 -0
- package/dist/types/reservations/types/classes/slot.classes.js.map +1 -1
- package/dist/types/reservations/types/interfaces/reservation.interfaces.d.ts +3 -1
- package/dist/types/reservations/types/interfaces/reservation.interfaces.js.map +1 -1
- package/dist/types/reservations/types/interfaces/slot.interfaces.d.ts +1 -0
- package/dist/types/reservations/types/reservation.types.d.ts +2 -0
- package/dist/types/resources/dto/instructor.dto.d.ts +1 -0
- package/dist/types/resources/dto/instructor.dto.js.map +1 -1
- package/dist/types/resources/dto/resource.dto.d.ts +1 -0
- package/dist/types/resources/dto/resource.dto.js.map +1 -1
- package/dist/types/resources/dto/space.dto.d.ts +1 -1
- package/dist/types/resources/dto/space.dto.js.map +1 -1
- package/dist/types/resources/entities/Resource.d.ts +1 -0
- package/dist/types/resources/entities/Resource.js.map +1 -1
- package/dist/types/resources/entities/Space.d.ts +1 -1
- package/dist/types/resources/types/interfaces/resource.interfaces.d.ts +1 -0
- package/dist/types/services/enums.service.d.ts +3 -1
- package/dist/types/services/enums.service.js +2 -0
- package/dist/types/services/enums.service.js.map +1 -1
- package/dist/types/services/interfaces.service.d.ts +2 -0
- package/dist/types/shifts/dto/find-shifts-filters.dto.d.ts +3 -3
- package/dist/types/shifts/entities/shift.entity.d.ts +1 -1
- package/dist/types/tip-configurations/dto/tip-configuration.dto.d.ts +1 -0
- package/dist/types/tip-configurations/dto/tip-configuration.dto.js.map +1 -1
- package/dist/types/tip-configurations/types/interfaces/tip-configuration.interfaces.d.ts +1 -0
- package/dist/types/user/dto/user.dto.d.ts +1 -0
- package/dist/types/user/dto/user.dto.js.map +1 -1
- package/dist/types/user/types/user.interfaces.d.ts +9 -0
- package/dist/types/user-identification/dto/index.d.ts +1 -0
- package/dist/types/user-identification/dto/index.js +1 -0
- package/dist/types/user-identification/dto/index.js.map +1 -1
- package/dist/types/user-identification/dto/user-identifier-public.dto.d.ts +16 -0
- package/dist/types/user-identification/dto/user-identifier-public.dto.js +11 -0
- package/dist/types/user-identification/dto/user-identifier-public.dto.js.map +1 -0
- package/dist/types/user-identification/dto/user-identifier.dto.d.ts +1 -1
- package/dist/types/user-identification/types/consts/index.d.ts +2 -0
- package/dist/types/user-identification/types/consts/index.js +19 -0
- package/dist/types/user-identification/types/consts/index.js.map +1 -0
- package/dist/types/user-identification/types/consts/public-user-identification.consts.d.ts +6 -0
- package/dist/types/user-identification/types/consts/public-user-identification.consts.js +20 -0
- package/dist/types/user-identification/types/consts/public-user-identification.consts.js.map +1 -0
- package/dist/types/user-identification/types/consts/user-identification.consts.d.ts +2 -0
- package/dist/types/user-identification/types/consts/user-identification.consts.js +12 -0
- package/dist/types/user-identification/types/consts/user-identification.consts.js.map +1 -0
- package/dist/types/user-identification/types/enums/user-identifier.types.d.ts +15 -0
- package/dist/types/user-identification/types/enums/user-identifier.types.js +19 -1
- package/dist/types/user-identification/types/enums/user-identifier.types.js.map +1 -1
- package/dist/types/user-identification/types/index.d.ts +2 -0
- package/dist/types/user-identification/types/index.js +2 -0
- package/dist/types/user-identification/types/index.js.map +1 -1
- package/dist/types/user-identification/types/interfaces.d.ts +19 -0
- package/dist/types/user-identification/types/interfaces.js +3 -0
- package/dist/types/user-identification/types/interfaces.js.map +1 -0
- package/package.json +1 -1
- package/dist/types/entity/NotificationSubscriptions.d.ts +0 -8
- package/dist/types/entity/NotificationSubscriptions.js.map +0 -1
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { CustomerMerge } from '../../customers-merge/entities/CustomerMerge';
|
|
2
|
+
import { EmployeeFacilityAccess } from '../../employees/entities/EmployeeFacilityAccess';
|
|
2
3
|
import { EmployeeStatus } from '../../employees/types/enums';
|
|
3
4
|
import { BondBaseEntity } from '../../entity/BondBaseEntity';
|
|
4
5
|
import { Facility } from '../../facilities/entities/Facility';
|
|
@@ -16,4 +17,5 @@ export declare class OrganizationUsers extends BondBaseEntity {
|
|
|
16
17
|
merge?: CustomerMerge;
|
|
17
18
|
defaultFacilityId?: number | null;
|
|
18
19
|
defaultFacility?: Facility;
|
|
20
|
+
employeeFacilityAccesses?: EmployeeFacilityAccess[];
|
|
19
21
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"OrganizationUsers.js","sourceRoot":"","sources":["../../../../src/types/organization/entities/OrganizationUsers.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"OrganizationUsers.js","sourceRoot":"","sources":["../../../../src/types/organization/entities/OrganizationUsers.ts"],"names":[],"mappings":";;;AAKA,gEAA6D;AAI7D,MAAa,iBAAkB,SAAQ,+BAAc;CA2BpD;AA3BD,8CA2BC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import { IdDto, PaginationQuery } from '../../dto/general.dto';
|
|
1
|
+
import { IdAndNameDto, IdDto, PaginationQuery } from '../../dto/general.dto';
|
|
2
|
+
import { EntitlementTermsTypesEnum } from '../../entitlement-group/types/enums';
|
|
2
3
|
import { ResourceGlDto } from '../../gl-codes/dto/resource-to-gl.dto';
|
|
3
4
|
import { OrganizationBaseEntityDto } from '../../organization/dto/organization.dto';
|
|
4
5
|
import { ProgramTypesEnum } from '../../programs/types/enums/program.enums';
|
|
@@ -130,10 +131,9 @@ export declare class ItemDiscountDto extends OrganizationBaseEntityDto {
|
|
|
130
131
|
price: number;
|
|
131
132
|
unitPrice: number;
|
|
132
133
|
}
|
|
133
|
-
export declare class EntitlementDiscountGroupDto {
|
|
134
|
-
name: string;
|
|
135
|
-
id: number;
|
|
134
|
+
export declare class EntitlementDiscountGroupDto extends IdAndNameDto {
|
|
136
135
|
status: ActivityEnum;
|
|
136
|
+
type: EntitlementTermsTypesEnum;
|
|
137
137
|
}
|
|
138
138
|
export declare class EntitlementDiscountDto extends IdDto {
|
|
139
139
|
organizationId: number;
|
|
@@ -64,7 +64,7 @@ exports.RemoveDiscountsDto = RemoveDiscountsDto;
|
|
|
64
64
|
class ItemDiscountDto extends organization_dto_1.OrganizationBaseEntityDto {
|
|
65
65
|
}
|
|
66
66
|
exports.ItemDiscountDto = ItemDiscountDto;
|
|
67
|
-
class EntitlementDiscountGroupDto {
|
|
67
|
+
class EntitlementDiscountGroupDto extends general_dto_1.IdAndNameDto {
|
|
68
68
|
}
|
|
69
69
|
exports.EntitlementDiscountGroupDto = EntitlementDiscountGroupDto;
|
|
70
70
|
class EntitlementDiscountDto extends general_dto_1.IdDto {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"discount.dto.js","sourceRoot":"","sources":["../../../../src/types/payment/dto/discount.dto.ts"],"names":[],"mappings":";;;AACA,
|
|
1
|
+
{"version":3,"file":"discount.dto.js","sourceRoot":"","sources":["../../../../src/types/payment/dto/discount.dto.ts"],"names":[],"mappings":";;;AACA,uDAA6E;AAG7E,8EAAoF;AACpF,4EAA4E;AAC5E,gEAMsC;AACtC,kEAAwF;AAcxF,MAAa,4BAA4B;CAIxC;AAJD,oEAIC;AAED,MAAa,8BAA8B;CAU1C;AAVD,wEAUC;AATC,gCAAgB,CAAC,KAAK,EAEtB,gCAAgB,CAAC,MAAM,EAEvB,gCAAgB,CAAC,IAAI,EAErB,gCAAgB,CAAC,SAAS,EAE1B,gCAAgB,CAAC,MAAM;AAGzB,MAAa,0BAA0B;CAItC;AAJD,gEAIC;AAED,MAAa,6BAA6B;CAIzC;AAJD,sEAIC;AAHC,kCAAkB,CAAC,KAAK,EAExB,kCAAkB,CAAC,OAAO;AAG5B,MAAa,8BAA8B;CAI1C;AAJD,wEAIC;AAED,MAAa,0BAA0B;CAUtC;AAVD,gEAUC;AAED,MAAM,iBAAiB;CAoBtB;AAED,MAAa,WAAY,SAAQ,iBAAiB;CAYjD;AAZD,kCAYC;AAED,MAAa,iBAAkB,SAAQ,4CAAyB;CAQ/D;AARD,8CAQC;AAED,MAAa,eAAgB,SAAQ,6BAAe;CAMnD;AAND,0CAMC;AAED,MAAa,iBAAkB,SAAQ,iBAAiB;CAMvD;AAND,8CAMC;AAED,MAAa,iBAAiB;CAwB7B;AAxBD,8CAwBC;AAED,MAAa,kBAAkB;CAE9B;AAFD,gDAEC;AAED,MAAa,kBAAkB;CAE9B;AAFD,gDAEC;AAED,MAAa,cAAc;CAU1B;AAVD,wCAUC;AAED,MAAa,eAAe;CAQ3B;AARD,0CAQC;AAED,MAAa,iBAAiB;CAI7B;AAJD,8CAIC;AAED,MAAa,kBAAkB;CAM9B;AAND,gDAMC;AAED,MAAa,eAAgB,SAAQ,4CAAyB;CA4B7D;AA5BD,0CA4BC;AAED,MAAa,2BAA4B,SAAQ,0BAAY;CAI5D;AAJD,kEAIC;AAED,MAAa,sBAAuB,SAAQ,mBAAK;CAYhD;AAZD,wDAYC;AAED,MAAa,4BAA6B,SAAQ,iBAAiB;IAAnE;;QAKC,oBAAoB;QACpB,SAAI,GAAqB,iCAAgB,CAAC,iBAAiB,CAAC;IAC7D,CAAC;CAAA;AAPD,oEAOC"}
|
|
@@ -55,6 +55,8 @@ export declare class ByOrganizationAndCategoryIdDto extends ByOrganizationIdDto
|
|
|
55
55
|
}
|
|
56
56
|
export declare class GetStationProductCategoriesDto {
|
|
57
57
|
stationId?: number;
|
|
58
|
+
facilitiesIds?: number[];
|
|
59
|
+
hideEmpty?: boolean;
|
|
58
60
|
productType?: ProductTypesEnum;
|
|
59
61
|
}
|
|
60
62
|
export declare class IncludeProductsCountDto {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"product-categories.dto.js","sourceRoot":"","sources":["../../../../src/types/product-pricing/dto/product-categories.dto.ts"],"names":[],"mappings":";;;AACA,uDAAwD;AAExD,8EAAyG;AAMzG,MAAa,gCAAgC;CAE5C;AAFD,4EAEC;AAED,MAAa,4BAA4B;CAIxC;AAJD,oEAIC;AAED,MAAa,wBAEX,SAAQ,4BAA4B;CAYrC;AAdD,4DAcC;AAED,MAAa,wBAEX,SAAQ,4BAA4B;CAUrC;AAZD,4DAYC;AAED,MAAa,uBAAuC,SAAQ,4CAAyB;CAQpF;AARD,0DAQC;AAED,MAAa,kBAAkE,SAAQ,uBAA0B;CAQhH;AARD,gDAQC;AAED,MAAa,uBAAwB,SAAQ,6BAAe;CAkB3D;AAlBD,0DAkBC;AAED,MAAa,8BAA+B,SAAQ,sCAAmB;CAEtE;AAFD,wEAEC;AAED,MAAa,8BAA8B;
|
|
1
|
+
{"version":3,"file":"product-categories.dto.js","sourceRoot":"","sources":["../../../../src/types/product-pricing/dto/product-categories.dto.ts"],"names":[],"mappings":";;;AACA,uDAAwD;AAExD,8EAAyG;AAMzG,MAAa,gCAAgC;CAE5C;AAFD,4EAEC;AAED,MAAa,4BAA4B;CAIxC;AAJD,oEAIC;AAED,MAAa,wBAEX,SAAQ,4BAA4B;CAYrC;AAdD,4DAcC;AAED,MAAa,wBAEX,SAAQ,4BAA4B;CAUrC;AAZD,4DAYC;AAED,MAAa,uBAAuC,SAAQ,4CAAyB;CAQpF;AARD,0DAQC;AAED,MAAa,kBAAkE,SAAQ,uBAA0B;CAQhH;AARD,gDAQC;AAED,MAAa,uBAAwB,SAAQ,6BAAe;CAkB3D;AAlBD,0DAkBC;AAED,MAAa,8BAA+B,SAAQ,sCAAmB;CAEtE;AAFD,wEAEC;AAED,MAAa,8BAA8B;CAQ1C;AARD,wEAQC;AAED,MAAa,uBAAuB;CAEnC;AAFD,0DAEC"}
|
|
@@ -33,6 +33,7 @@ export declare class GetByOrgIdInvoiceIdDto extends ByOrganizationIdDto {
|
|
|
33
33
|
}
|
|
34
34
|
export declare class GetAllOrganizationAddonsOptionsDto {
|
|
35
35
|
includeArchived?: boolean;
|
|
36
|
+
facilitiesIds?: number[];
|
|
36
37
|
}
|
|
37
38
|
export declare class GetByCustomerIdDto extends PaginationQuery {
|
|
38
39
|
customerId: number;
|
|
@@ -96,4 +97,5 @@ export declare class GetPunchPassProductsByTypeQueryDto extends PaginationQuery
|
|
|
96
97
|
sortBy?: OrderByProductEnum;
|
|
97
98
|
order?: OrderByEnum;
|
|
98
99
|
includeResourceSettings?: boolean;
|
|
100
|
+
facilitiesIds?: number[];
|
|
99
101
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"product-pricing.dto.js","sourceRoot":"","sources":["../../../../src/types/product-pricing/dto/product-pricing.dto.ts"],"names":[],"mappings":";;;AAGA,uDAAwD;AACxD,8EAA8E;AAW9E,MAAa,qBAAqB;CAUjC;AAVD,sDAUC;AAED,MAAa,kBAAkB;CAQ9B;AARD,gDAQC;AAED,MAAa,uBAAuB;CAInC;AAJD,0DAIC;AAED,MAAa,uBAAuB;CAInC;AAJD,0DAIC;AAED,MAAa,sBAAuB,SAAQ,sCAAmB;CAE9D;AAFD,wDAEC;AAED,MAAa,kCAAkC;
|
|
1
|
+
{"version":3,"file":"product-pricing.dto.js","sourceRoot":"","sources":["../../../../src/types/product-pricing/dto/product-pricing.dto.ts"],"names":[],"mappings":";;;AAGA,uDAAwD;AACxD,8EAA8E;AAW9E,MAAa,qBAAqB;CAUjC;AAVD,sDAUC;AAED,MAAa,kBAAkB;CAQ9B;AARD,gDAQC;AAED,MAAa,uBAAuB;CAInC;AAJD,0DAIC;AAED,MAAa,uBAAuB;CAInC;AAJD,0DAIC;AAED,MAAa,sBAAuB,SAAQ,sCAAmB;CAE9D;AAFD,wDAEC;AAED,MAAa,kCAAkC;CAI9C;AAJD,gFAIC;AAED,MAAa,kBAAmB,SAAQ,6BAAe;CAEtD;AAFD,gDAEC;AAED,MAAa,gBAAgB;CAE5B;AAFD,4CAEC;AAED,MAAa,UAAU;CAEtB;AAFD,gCAEC;AAED,MAAa,0BAA2B,SAAQ,UAAU;CAEzD;AAFD,gEAEC;AAED,MAAa,oBAAqB,SAAQ,sCAAmB;CAE5D;AAFD,oDAEC;AAED,MAAa,yBAA0B,SAAQ,6BAAe;CAoE7D;AApED,8DAoEC;AAED,MAAa,kCAAmC,SAAQ,6BAAe;CAsBtE;AAtBD,gFAsBC"}
|
|
@@ -61,10 +61,6 @@ export declare class UsersRequiredProductsByProductIdsDto {
|
|
|
61
61
|
productIds: number[];
|
|
62
62
|
redeemRelevantDate?: string;
|
|
63
63
|
}
|
|
64
|
-
export declare class AddRequiredProductsDto {
|
|
65
|
-
productId: number;
|
|
66
|
-
requiredProductIds: number[];
|
|
67
|
-
}
|
|
68
64
|
export declare class ProductsIdsDto extends PaginationQuery {
|
|
69
65
|
productIds?: number[];
|
|
70
66
|
includePrices?: boolean;
|
|
@@ -122,6 +118,7 @@ export declare class GetExtraProductDataDto implements IGetResourcesProductsOpti
|
|
|
122
118
|
isGetEntitlePricing?: boolean;
|
|
123
119
|
isGetAddOns?: boolean;
|
|
124
120
|
includeResources?: boolean;
|
|
121
|
+
includeFacilities?: boolean;
|
|
125
122
|
includeArchived?: boolean;
|
|
126
123
|
includeHiddenProducts?: boolean;
|
|
127
124
|
platform?: PlatformsEnum;
|
|
@@ -210,6 +207,8 @@ export declare class ProductDto extends BaseProductDto {
|
|
|
210
207
|
punchPass?: PunchPassDto;
|
|
211
208
|
productCategory?: ProductCategoryDto;
|
|
212
209
|
isAvailableOnline?: boolean;
|
|
210
|
+
facilityIds?: number[];
|
|
211
|
+
isAllFacilities?: boolean;
|
|
213
212
|
requiredProducts?: ProductDto[];
|
|
214
213
|
}
|
|
215
214
|
export declare class ResourceProductDto {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UserRequiredProductsDto = exports.RequiredProductsByProductIdDto = exports.RequiredProductDto = exports.ResourceProductDto = exports.ProductDto = exports.DeprecatedProductDto = exports.BaseProductDto = exports.SimpleProductDto = exports.GetOrganizationProductsDto = exports.GetExtraProductDataDto = exports.ProductFieldsDto = exports.GetProductsDto = exports.ProductsIdsDto = exports.
|
|
3
|
+
exports.UserRequiredProductsDto = exports.RequiredProductsByProductIdDto = exports.RequiredProductDto = exports.ResourceProductDto = exports.ProductDto = exports.DeprecatedProductDto = exports.BaseProductDto = exports.SimpleProductDto = exports.GetOrganizationProductsDto = exports.GetExtraProductDataDto = exports.ProductFieldsDto = exports.GetProductsDto = exports.ProductsIdsDto = exports.UsersRequiredProductsByProductIdsDto = exports.UsersRequiredProductsDto = exports.ReturnRequiredProductsDto = exports.ConnectProductResourceDto = exports.CreateRentalProductAddonDto = exports.ByProductAndOrgDto = exports.CreateProductAvailabilityTimesDto = exports.FindByProductIdDto = void 0;
|
|
4
4
|
const general_dto_1 = require("../../dto/general.dto");
|
|
5
5
|
const organization_dto_1 = require("../../organization/dto/organization.dto");
|
|
6
6
|
class FindByProductIdDto {
|
|
@@ -27,9 +27,6 @@ exports.UsersRequiredProductsDto = UsersRequiredProductsDto;
|
|
|
27
27
|
class UsersRequiredProductsByProductIdsDto {
|
|
28
28
|
}
|
|
29
29
|
exports.UsersRequiredProductsByProductIdsDto = UsersRequiredProductsByProductIdsDto;
|
|
30
|
-
class AddRequiredProductsDto {
|
|
31
|
-
}
|
|
32
|
-
exports.AddRequiredProductsDto = AddRequiredProductsDto;
|
|
33
30
|
class ProductsIdsDto extends general_dto_1.PaginationQuery {
|
|
34
31
|
}
|
|
35
32
|
exports.ProductsIdsDto = ProductsIdsDto;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"product.dto.js","sourceRoot":"","sources":["../../../../src/types/product-pricing/dto/product.dto.ts"],"names":[],"mappings":";;;AAIA,uDAAmF;AAQnF,8EAA8E;AAsB9E,MAAa,kBAAkB;CAE9B;AAFD,gDAEC;AAED,MAAa,iCAAiC;CAU7C;AAVD,8EAUC;AAED,MAAa,kBAAmB,SAAQ,sCAAmB;CAE1D;AAFD,gDAEC;AAED,MAAa,2BAA2B;CAYvC;AAZD,kEAYC;AAED,MAAa,yBAAyB;CAMrC;AAND,8DAMC;AAED,MAAa,yBAAyB;CAMrC;AAND,8DAMC;AAED,MAAa,wBAAwB;CAMpC;AAND,4DAMC;AAED,MAAa,oCAAoC;CAMhD;AAND,oFAMC;AAED,MAAa,
|
|
1
|
+
{"version":3,"file":"product.dto.js","sourceRoot":"","sources":["../../../../src/types/product-pricing/dto/product.dto.ts"],"names":[],"mappings":";;;AAIA,uDAAmF;AAQnF,8EAA8E;AAsB9E,MAAa,kBAAkB;CAE9B;AAFD,gDAEC;AAED,MAAa,iCAAiC;CAU7C;AAVD,8EAUC;AAED,MAAa,kBAAmB,SAAQ,sCAAmB;CAE1D;AAFD,gDAEC;AAED,MAAa,2BAA2B;CAYvC;AAZD,kEAYC;AAED,MAAa,yBAAyB;CAMrC;AAND,8DAMC;AAED,MAAa,yBAAyB;CAMrC;AAND,8DAMC;AAED,MAAa,wBAAwB;CAMpC;AAND,4DAMC;AAED,MAAa,oCAAoC;CAMhD;AAND,oFAMC;AAED,MAAa,cAAe,SAAQ,6BAAe;CAQlD;AARD,wCAQC;AAED,MAAa,cAAe,SAAQ,6BAAe;CA4BlD;AA5BD,wCA4BC;AAED,MAAa,gBAAgB;CAwD5B;AAxDD,4CAwDC;AAED,MAAa,sBAAsB;CAkBlC;AAlBD,wDAkBC;AAED,MAAa,0BAA2B,SAAQ,6BAAe;CAM9D;AAND,gEAMC;AAED,MAAa,gBAAiB,SAAQ,0BAAY;CAYjD;AAZD,4CAYC;AAED,MAAa,cAAc;CAgH1B;AAhHD,wCAgHC;AAED,MAAa,oBAAqB,SAAQ,cAAc;CAEvD;AAFD,oDAEC;AAED,MAAa,UAAW,SAAQ,cAAc;CAsB7C;AAtBD,gCAsBC;AAED,MAAa,kBAAkB;CAU9B;AAVD,gDAUC;AAED,MAAa,kBAAmB,SAAQ,UAAU;CAMjD;AAND,gDAMC;AAED,MAAa,8BAA8B;CAI1C;AAJD,wEAIC;AAED,MAAa,uBAAuB;CAInC;AAJD,0DAIC"}
|
|
@@ -41,6 +41,9 @@ export declare class PricingScheduleDto {
|
|
|
41
41
|
activityTimes: SimpleActivityTimesDto[];
|
|
42
42
|
pricesIds: number[];
|
|
43
43
|
}
|
|
44
|
+
export declare class ProductSettingsDto {
|
|
45
|
+
overrideBookingDuration?: boolean;
|
|
46
|
+
}
|
|
44
47
|
export declare class ExtendedProductDto extends BasicProductDto {
|
|
45
48
|
productType: ProductTypesEnum;
|
|
46
49
|
duration?: DurationDto;
|
|
@@ -53,6 +56,7 @@ export declare class ExtendedProductDto extends BasicProductDto {
|
|
|
53
56
|
mainMedia?: MediaDto;
|
|
54
57
|
requiredProducts?: ExtendedProductDto[];
|
|
55
58
|
resource?: ProductResourceDto;
|
|
59
|
+
settings?: ProductSettingsDto;
|
|
56
60
|
}
|
|
57
61
|
export declare class ExtendedRequiredProductDto extends ExtendedProductDto {
|
|
58
62
|
required?: boolean;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ByOrganizationUserAndProductIdDto = exports.GetPaginatedCategoryProductsQueryDto = exports.PaginatedProductsDto = exports.ExtendedRequiredProductDto = exports.ExtendedProductDto = exports.PricingScheduleDto = exports.BasicProductPackageDto = exports.BasicProductDto = void 0;
|
|
3
|
+
exports.ByOrganizationUserAndProductIdDto = exports.GetPaginatedCategoryProductsQueryDto = exports.PaginatedProductsDto = exports.ExtendedRequiredProductDto = exports.ExtendedProductDto = exports.ProductSettingsDto = exports.PricingScheduleDto = exports.BasicProductPackageDto = exports.BasicProductDto = void 0;
|
|
4
4
|
const general_dto_1 = require("../../dto/general.dto");
|
|
5
5
|
const organization_dto_1 = require("../../organization/dto/organization.dto");
|
|
6
6
|
const product_dto_1 = require("./product.dto");
|
|
@@ -13,6 +13,9 @@ exports.BasicProductPackageDto = BasicProductPackageDto;
|
|
|
13
13
|
class PricingScheduleDto {
|
|
14
14
|
}
|
|
15
15
|
exports.PricingScheduleDto = PricingScheduleDto;
|
|
16
|
+
class ProductSettingsDto {
|
|
17
|
+
}
|
|
18
|
+
exports.ProductSettingsDto = ProductSettingsDto;
|
|
16
19
|
class ExtendedProductDto extends BasicProductDto {
|
|
17
20
|
}
|
|
18
21
|
exports.ExtendedProductDto = ExtendedProductDto;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"public-product.dto.js","sourceRoot":"","sources":["../../../../src/types/product-pricing/dto/public-product.dto.ts"],"names":[],"mappings":";;;AAIA,uDAA0F;AAG1F,8EAAoF;AAcpF,+CAAqE;AAErE,MAAa,eAAgB,SAAQ,4CAAyB;CA8B7D;AA9BD,0CA8BC;AAED,MAAa,sBAAsB;CAYlC;AAZD,wDAYC;AAED,MAAa,kBAAkB;CAI9B;AAJD,gDAIC;AAED,MAAa,kBAAmB,SAAQ,eAAe;
|
|
1
|
+
{"version":3,"file":"public-product.dto.js","sourceRoot":"","sources":["../../../../src/types/product-pricing/dto/public-product.dto.ts"],"names":[],"mappings":";;;AAIA,uDAA0F;AAG1F,8EAAoF;AAcpF,+CAAqE;AAErE,MAAa,eAAgB,SAAQ,4CAAyB;CA8B7D;AA9BD,0CA8BC;AAED,MAAa,sBAAsB;CAYlC;AAZD,wDAYC;AAED,MAAa,kBAAkB;CAI9B;AAJD,gDAIC;AAED,MAAa,kBAAkB;CAE9B;AAFD,gDAEC;AAED,MAAa,kBAAmB,SAAQ,eAAe;CAwBtD;AAxBD,gDAwBC;AAED,MAAa,0BAA2B,SAAQ,kBAAkB;CAIjE;AAJD,gEAIC;AAED,MAAa,oBAAqB,SAAQ,iCAAoC;CAE7E;AAFD,oDAEC;AAED,MAAa,oCAAqC,SAAQ,6BAAe;CAYxE;AAZD,oFAYC;AAED,MAAa,iCAAkC,SAAQ,gCAAkB;CAExE;AAFD,8EAEC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"punch-pass-product.dto.js","sourceRoot":"","sources":["../../../../src/types/product-pricing/dto/punch-pass-product.dto.ts"],"names":[],"mappings":";;;AAOA,MAAa,4BAA4B;CAMxC;AAND,oEAMC;AAED,MAAa,gCAAgC;
|
|
1
|
+
{"version":3,"file":"punch-pass-product.dto.js","sourceRoot":"","sources":["../../../../src/types/product-pricing/dto/punch-pass-product.dto.ts"],"names":[],"mappings":";;;AAOA,MAAa,4BAA4B;CAMxC;AAND,oEAMC;AAED,MAAa,gCAAgC;CAU5C;AAVD,4EAUC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { OrganizationConnectionBaseEntity } from '../../entity/OrganizationConnectionBaseEntity';
|
|
2
|
-
import { Station } from '../../stations/entities/station.entity';
|
|
3
2
|
import { ProductTypesEnum } from '../../services/enums.service';
|
|
3
|
+
import { Station } from '../../stations/entities/station.entity';
|
|
4
4
|
import { Product } from './product.entity';
|
|
5
5
|
import { StationToProductCategory } from './station-to-product-category.entity';
|
|
6
6
|
export declare class ProductCategory extends OrganizationConnectionBaseEntity {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { OrganizationConnectionBaseEntity } from '../../entity/OrganizationConnectionBaseEntity';
|
|
2
|
-
import { Station } from '../../stations/entities/station.entity';
|
|
3
2
|
import { ProductTypesEnum } from '../../services/enums.service';
|
|
3
|
+
import { Station } from '../../stations/entities/station.entity';
|
|
4
4
|
import { ProductCategory } from './product-category.entity';
|
|
5
5
|
export declare class StationToProductCategory extends OrganizationConnectionBaseEntity {
|
|
6
6
|
stationId: number;
|
|
@@ -218,6 +218,7 @@ export declare const RESERVATION_SETTINGS_SCHEMA: z.ZodEffects<z.ZodObject<{
|
|
|
218
218
|
};
|
|
219
219
|
}>;
|
|
220
220
|
slotStartTime: z.ZodDefault<z.ZodNullable<z.ZodEffects<z.ZodNumber, number, number>>>;
|
|
221
|
+
allowOverlappingStartTimes: z.ZodDefault<z.ZodBoolean>;
|
|
221
222
|
memberships: z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
222
223
|
id: z.ZodString;
|
|
223
224
|
name: z.ZodString;
|
|
@@ -309,6 +310,7 @@ export declare const RESERVATION_SETTINGS_SCHEMA: z.ZodEffects<z.ZodObject<{
|
|
|
309
310
|
};
|
|
310
311
|
};
|
|
311
312
|
slotStartTime?: number;
|
|
313
|
+
allowOverlappingStartTimes?: boolean;
|
|
312
314
|
memberships?: [{
|
|
313
315
|
name?: string;
|
|
314
316
|
membershipsIds?: [number, ...number[]];
|
|
@@ -376,6 +378,7 @@ export declare const RESERVATION_SETTINGS_SCHEMA: z.ZodEffects<z.ZodObject<{
|
|
|
376
378
|
};
|
|
377
379
|
};
|
|
378
380
|
slotStartTime?: number;
|
|
381
|
+
allowOverlappingStartTimes?: boolean;
|
|
379
382
|
memberships?: [{
|
|
380
383
|
name?: string;
|
|
381
384
|
membershipsIds?: [number, ...number[]];
|
|
@@ -443,6 +446,7 @@ export declare const RESERVATION_SETTINGS_SCHEMA: z.ZodEffects<z.ZodObject<{
|
|
|
443
446
|
};
|
|
444
447
|
};
|
|
445
448
|
slotStartTime?: number;
|
|
449
|
+
allowOverlappingStartTimes?: boolean;
|
|
446
450
|
memberships?: [{
|
|
447
451
|
name?: string;
|
|
448
452
|
membershipsIds?: [number, ...number[]];
|
|
@@ -510,6 +514,7 @@ export declare const RESERVATION_SETTINGS_SCHEMA: z.ZodEffects<z.ZodObject<{
|
|
|
510
514
|
};
|
|
511
515
|
};
|
|
512
516
|
slotStartTime?: number;
|
|
517
|
+
allowOverlappingStartTimes?: boolean;
|
|
513
518
|
memberships?: [{
|
|
514
519
|
name?: string;
|
|
515
520
|
membershipsIds?: [number, ...number[]];
|
|
@@ -59,6 +59,7 @@ exports.RESERVATION_SETTINGS_SCHEMA = zod_1.z
|
|
|
59
59
|
.refine(val => exports.SLOT_ALLOWED_START_TIMES.includes(val))
|
|
60
60
|
.nullable()
|
|
61
61
|
.default(null),
|
|
62
|
+
allowOverlappingStartTimes: zod_1.z.boolean().default(false),
|
|
62
63
|
memberships: zod_1.z
|
|
63
64
|
.array(zod_1.z.object({
|
|
64
65
|
id: zod_1.z.string().uuid(),
|
|
@@ -115,6 +116,7 @@ exports.RESERVATION_DEFAULT_SETTINGS = {
|
|
|
115
116
|
},
|
|
116
117
|
},
|
|
117
118
|
slotStartTime: null,
|
|
119
|
+
allowOverlappingStartTimes: false,
|
|
118
120
|
memberships: null,
|
|
119
121
|
approvalRequired: false,
|
|
120
122
|
allowResourceSelection: true,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"product-category.consts.js","sourceRoot":"","sources":["../../../../../src/types/product-pricing/types/consts/product-category.consts.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"product-category.consts.js","sourceRoot":"","sources":["../../../../../src/types/product-pricing/types/consts/product-category.consts.ts"],"names":[],"mappings":";;;AAAA,qDAA8D;AAE9D,6BAAmC;AAEnC,mEAAwF;AAExF,MAAM,mBAAmB,GAAG,EAAE,CAAC;AAC/B,MAAM,gBAAgB,GAAG,EAAE,CAAC;AAC5B,MAAM,yBAAyB,GAAG,EAAE,CAAC;AAExB,QAAA,wBAAwB,GAAa,CAAC,CAAC,EAAE,mBAAmB,EAAE,gBAAgB,EAAE,yBAAyB,CAAC,CAAC;AAExH,MAAM,eAAe,GAAG,EAAE,CAAC;AAE3B,MAAM,2BAA2B,GAAW,IAAA,uBAAW,EAAC,eAAe,EAAE,oBAAQ,CAAC,MAAM,EAAE,oBAAQ,CAAC,MAAM,CAAC,CAAC;AAE3G,MAAM,cAAc,GAAc,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;AAE1D,MAAM,eAAe,GAAiF,OAAC;KACrG,MAAM,CAAC;IACP,MAAM,EAAE,cAAc;IACtB,IAAI,EAAE,OAAC,CAAC,UAAU,CAAC,oBAAQ,CAAC;CAC5B,CAAC;KACD,QAAQ,EAAE,CAAC;AAEb,MAAM,0BAA0B,GAAG,eAAe,CAAC,WAAW,CAAC,CAAC,KAAK,EAAE,GAAG,EAAE,EAAE;IAC7E,MAAM,iBAAiB,GAAG,IAAA,uBAAW,EAAC,KAAK,CAAC,MAAM,EAAE,KAAK,CAAC,IAAI,EAAE,oBAAQ,CAAC,MAAM,CAAC,CAAC;AAElF,CAAC,CAAC,CAAC;AAEU,QAAA,2BAA2B,GAAG,OAAC;KAC1C,MAAM,CAAC;IACP,aAAa,EAAE,OAAC,CAAC,KAAK,CAAC,OAAC,CAAC,UAAU,CAAC,gCAAgB,CAAC,CAAC,CAAC,QAAQ,EAAE;IAEjE,gBAAgB,EAAE,OAAC,CAAC,OAAO,EAAE,CAAC,OAAO,CAAC,IAAI,CAAC;IAE3C,sBAAsB,EAAE,OAAC,CAAC,OAAO,EAAE,CAAC,OAAO,CAAC,KAAK,CAAC;IAElD,6BAA6B,EAAE,OAAC;SAC9B,MAAM,CAAC,OAAC,CAAC,UAAU,CAAC,mCAAmB,CAAC,EAAE,OAAC,CAAC,KAAK,CAAC,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,QAAQ,EAAE,CAAC;SACtF,QAAQ,EAAE;IAEZ,gBAAgB,EAAE,OAAC;SACjB,MAAM,CAAC;QACP,WAAW,EAAE,0BAA0B;QACvC,WAAW,EAAE,0BAA0B;QACvC,YAAY,EAAE,0BAA0B;QACxC,eAAe,EAAE,0BAA0B;KAC3C,CAAC;SACD,WAAW,CAAC,CAAC,EAAE,eAAe,EAAE,YAAY,EAAE,WAAW,EAAE,WAAW,EAAE,EAAE,GAAG,EAAE,EAAE;QACjF,MAAM,GAAG,GAAW,IAAA,uBAAW,EAAC,WAAW,CAAC,MAAM,EAAE,WAAW,CAAC,IAAI,EAAE,oBAAQ,CAAC,MAAM,CAAC,CAAC;QACvF,MAAM,GAAG,GAAW,IAAA,uBAAW,EAAC,WAAW,CAAC,MAAM,EAAE,WAAW,CAAC,IAAI,EAAE,oBAAQ,CAAC,MAAM,CAAC,CAAC;QAGvF,MAAM,sBAAsB,GAAW,IAAA,uBAAW,EAAC,eAAe,CAAC,MAAM,EAAE,eAAe,CAAC,IAAI,EAAE,oBAAQ,CAAC,MAAM,CAAC,CAAC;QAClH,MAAM,mBAAmB,GAAW,IAAA,uBAAW,EAAC,YAAY,CAAC,MAAM,EAAE,YAAY,CAAC,IAAI,EAAE,oBAAQ,CAAC,MAAM,CAAC,CAAC;IAG1G,CAAC,CAAC;IAEH,OAAO,EAAE,OAAC,CAAC,MAAM,CAAC;QACjB,oBAAoB,EAAE,OAAC,CAAC,MAAM,CAAC;YAC9B,MAAM,EAAE,cAAc;YACtB,IAAI,EAAE,OAAC,CAAC,UAAU,CAAC,oBAAQ,CAAC;SAC5B,CAAC;QACF,oBAAoB,EAAE,OAAC,CAAC,MAAM,CAAC;YAC9B,MAAM,EAAE,cAAc;YACtB,IAAI,EAAE,OAAC,CAAC,UAAU,CAAC,oBAAQ,CAAC;SAC5B,CAAC;QACF,eAAe,EAAE,eAAe,CAAC,QAAQ,EAAE;QAC3C,qBAAqB,EAAE,eAAe,CAAC,QAAQ,EAAE;KACjD,CAAC;IAEF,aAAa,EAAE,OAAC;SACd,MAAM,EAAE;SACR,GAAG,EAAE;SACL,MAAM,CAAC,GAAG,CAAC,EAAE,CAAC,gCAAwB,CAAC,QAAQ,CAAC,GAAG,CAAC,CAAC;SACrD,QAAQ,EAAE;SACV,OAAO,CAAC,IAAI,CAAC;IAEf,0BAA0B,EAAE,OAAC,CAAC,OAAO,EAAE,CAAC,OAAO,CAAC,KAAK,CAAC;IAEtD,WAAW,EAAE,OAAC;SACZ,KAAK,CACL,OAAC,CAAC,MAAM,CAAC;QACR,EAAE,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;QACrB,IAAI,EAAE,OAAC,CAAC,MAAM,EAAE;QAChB,cAAc,EAAE,OAAC,CAAC,KAAK,CAAC,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,CAAC,QAAQ,EAAE;QACpD,oBAAoB,EAAE,OAAC,CAAC,MAAM,CAAC;YAC9B,MAAM,EAAE,cAAc;YACtB,IAAI,EAAE,OAAC,CAAC,UAAU,CAAC,oBAAQ,CAAC;SAC5B,CAAC;QACF,oBAAoB,EAAE,OAAC,CAAC,MAAM,CAAC;YAC9B,MAAM,EAAE,cAAc;YACtB,IAAI,EAAE,OAAC,CAAC,UAAU,CAAC,oBAAQ,CAAC;SAC5B,CAAC;KACF,CAAC,CACF;SACA,QAAQ,EAAE;SACV,QAAQ,EAAE;CACZ,CAAC;KACD,WAAW,CAAC,CAAC,QAAQ,EAAE,GAAG,EAAE,EAAE;IAG9B,MAAM,aAAa,GAAa,QAAQ,CAAC,WAAW,EAAE,OAAO,CAAC,OAAO,CAAC,EAAE,CAAC,OAAO,CAAC,cAAc,CAAC,IAAI,EAAE,CAAC;IAEvG,MAAM,mBAAmB,GAAa,CAAC,GAAG,IAAI,GAAG,CAAC,aAAa,CAAC,CAAC,CAAC;AAEnE,CAAC,CAAC,CAAC;AAIS,QAAA,qBAAqB,GAAG,OAAC,CAAC,MAAM,CAAC;IAC7C,WAAW,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,QAAQ,EAAE;CACxC,CAAC,CAAC;AAIU,QAAA,4BAA4B,GAA0C;IAClF,OAAO,EAAE;QACR,oBAAoB,EAAE;YACrB,MAAM,EAAE,EAAE;YACV,IAAI,EAAE,oBAAQ,CAAC,GAAG;SAClB;QACD,oBAAoB,EAAE;YACrB,MAAM,EAAE,CAAC;YACT,IAAI,EAAE,oBAAQ,CAAC,GAAG;SAClB;QACD,eAAe,EAAE,IAAI;QACrB,qBAAqB,EAAE,IAAI;KAC3B;IACD,gBAAgB,EAAE;QACjB,WAAW,EAAE;YACZ,MAAM,EAAE,EAAE;YACV,IAAI,EAAE,oBAAQ,CAAC,MAAM;SACrB;QACD,WAAW,EAAE;YACZ,MAAM,EAAE,CAAC;YACT,IAAI,EAAE,oBAAQ,CAAC,IAAI;SACnB;QACD,YAAY,EAAE;YACb,MAAM,EAAE,CAAC;YACT,IAAI,EAAE,oBAAQ,CAAC,IAAI;SACnB;QACD,eAAe,EAAE;YAChB,MAAM,EAAE,CAAC;YACT,IAAI,EAAE,oBAAQ,CAAC,IAAI;SACnB;KACD;IACD,aAAa,EAAE,IAAI;IACnB,0BAA0B,EAAE,KAAK;IACjC,WAAW,EAAE,IAAI;IACjB,gBAAgB,EAAE,KAAK;IACvB,sBAAsB,EAAE,IAAI;IAC5B,6BAA6B,EAAE,IAAI;CACnC,CAAC"}
|
|
@@ -15,6 +15,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
17
|
__exportStar(require("./product-categories.interfaces"), exports);
|
|
18
|
+
__exportStar(require("./product-creation.interfaces"), exports);
|
|
18
19
|
__exportStar(require("./product-pricing.interfaces"), exports);
|
|
19
20
|
__exportStar(require("./product-resource.interfaces"), exports);
|
|
20
21
|
__exportStar(require("./validate-resources.interfaces"), exports);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/types/product-pricing/types/interfaces/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,kEAAgD;AAChD,+DAA6C;AAC7C,gEAA8C;AAC9C,kEAAgD"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/types/product-pricing/types/interfaces/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,kEAAgD;AAChD,gEAA8C;AAC9C,+DAA6C;AAC7C,gEAA8C;AAC9C,kEAAgD"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { ResourceGLsResponseDto } from '../../../gl-codes/dto/resource-to-gl.dto';
|
|
2
|
+
import { Discount } from '../../../payment/entities/Discount';
|
|
3
|
+
import { ResourceSetting } from '../../../resource-settings/entities/resource-setting.entity';
|
|
4
|
+
export interface IGetSourceProductDataResponse {
|
|
5
|
+
discounts: Discount[];
|
|
6
|
+
glCodes: ResourceGLsResponseDto[];
|
|
7
|
+
resourceSettings: ResourceSetting[];
|
|
8
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"product-creation.interfaces.js","sourceRoot":"","sources":["../../../../../src/types/product-pricing/types/interfaces/product-creation.interfaces.ts"],"names":[],"mappings":""}
|
|
@@ -55,6 +55,7 @@ export interface IGetProductsByTypeOptions extends IPagination {
|
|
|
55
55
|
statuses?: ActivityEnum[];
|
|
56
56
|
}
|
|
57
57
|
export interface IGetPunchPassProductsOptions extends IPagination {
|
|
58
|
+
facilitiesIds?: number[];
|
|
58
59
|
includeArchived?: boolean;
|
|
59
60
|
includeResourceSettings?: boolean;
|
|
60
61
|
order?: OrderByEnum;
|
|
@@ -144,3 +145,7 @@ export interface IGetCategoryProductsOptions extends IPagination {
|
|
|
144
145
|
search?: string;
|
|
145
146
|
sports?: SportNameEnum[];
|
|
146
147
|
}
|
|
148
|
+
export interface IGetOrganizationAddonsOptions {
|
|
149
|
+
facilitiesIds?: number[];
|
|
150
|
+
includeArchived?: boolean;
|
|
151
|
+
}
|
|
@@ -15,6 +15,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
17
|
__exportStar(require("./event-public.dto"), exports);
|
|
18
|
+
__exportStar(require("./program-backoffice.dto"), exports);
|
|
18
19
|
__exportStar(require("./program-public.dto"), exports);
|
|
19
20
|
__exportStar(require("./program.dto"), exports);
|
|
20
21
|
__exportStar(require("./segment-public.dto"), exports);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/types/programs/dto/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,qDAAmC;AACnC,uDAAqC;AACrC,gDAA8B;AAC9B,uDAAqC;AACrC,uDAAqC"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/types/programs/dto/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,qDAAmC;AACnC,2DAAyC;AACzC,uDAAqC;AACrC,gDAA8B;AAC9B,uDAAqC;AACrC,uDAAqC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { ProgramScheduleStatusEnum } from '../types/enums/program.enums';
|
|
2
|
+
import { OrganizationProgramsFiltersDto, ProgramDto } from './program-public.dto';
|
|
3
|
+
export declare class BackofficeProgramDto extends ProgramDto {
|
|
4
|
+
scheduleStatus?: ProgramScheduleStatusEnum;
|
|
5
|
+
facilityIds?: number[];
|
|
6
|
+
currentSession?: string;
|
|
7
|
+
}
|
|
8
|
+
export declare class BackofficeProgramsFiltersDto extends OrganizationProgramsFiltersDto {
|
|
9
|
+
includeScheduleSummary?: boolean;
|
|
10
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.BackofficeProgramsFiltersDto = exports.BackofficeProgramDto = void 0;
|
|
4
|
+
const program_public_dto_1 = require("./program-public.dto");
|
|
5
|
+
class BackofficeProgramDto extends program_public_dto_1.ProgramDto {
|
|
6
|
+
}
|
|
7
|
+
exports.BackofficeProgramDto = BackofficeProgramDto;
|
|
8
|
+
class BackofficeProgramsFiltersDto extends program_public_dto_1.OrganizationProgramsFiltersDto {
|
|
9
|
+
}
|
|
10
|
+
exports.BackofficeProgramsFiltersDto = BackofficeProgramsFiltersDto;
|
|
11
|
+
//# sourceMappingURL=program-backoffice.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"program-backoffice.dto.js","sourceRoot":"","sources":["../../../../src/types/programs/dto/program-backoffice.dto.ts"],"names":[],"mappings":";;;AAGA,6DAAkF;AAElF,MAAa,oBAAqB,SAAQ,+BAAU;CAMnD;AAND,oDAMC;AAED,MAAa,4BAA6B,SAAQ,mDAA8B;CAE/E;AAFD,oEAEC"}
|
|
@@ -3,7 +3,7 @@ import { PaginationQuery, PaginationResultDto } from '../../dto/general.dto';
|
|
|
3
3
|
import { AccountingCodeDto } from '../../gl-codes/dto/gl-code.dto';
|
|
4
4
|
import { SimpleMediaDto } from '../../media/dto/media-public.dto';
|
|
5
5
|
import { OrganizationBaseEntityDto } from '../../organization/dto/organization.dto';
|
|
6
|
-
import { GenderEnum, GenderNameEnum } from '../../services/enums.service';
|
|
6
|
+
import { GenderEnum, GenderNameEnum, OrderByEnum } from '../../services/enums.service';
|
|
7
7
|
import { LevelOfPlayEnum, LevelOfPlayNameEnum, OrderByProgramEnum, ProgramExpandEnum, ProgramTypeNameEnum, ProgramTypesEnum, PublishingStatusEnum } from '../types/enums/program.enums';
|
|
8
8
|
import { IProgramFilters } from '../types/interfaces/program.interfaces';
|
|
9
9
|
import { SessionDto } from './session-public.dto';
|
|
@@ -14,12 +14,14 @@ export declare class OrganizationProgramsFiltersDto extends PaginationQuery impl
|
|
|
14
14
|
levels?: LevelOfPlayEnum[];
|
|
15
15
|
search?: string;
|
|
16
16
|
includePast?: boolean;
|
|
17
|
+
includeEmptyPrograms?: boolean;
|
|
17
18
|
startDate?: string;
|
|
18
19
|
endDate?: string;
|
|
19
20
|
expand?: ProgramExpandEnum[];
|
|
20
21
|
facilitiesIds?: number[];
|
|
21
22
|
statuses?: PublishingStatusEnum[];
|
|
22
23
|
orderBy?: OrderByProgramEnum;
|
|
24
|
+
order?: OrderByEnum;
|
|
23
25
|
}
|
|
24
26
|
export declare class ProgramDto extends OrganizationBaseEntityDto {
|
|
25
27
|
type: ProgramTypeNameEnum;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"program-public.dto.js","sourceRoot":"","sources":["../../../../src/types/programs/dto/program-public.dto.ts"],"names":[],"mappings":";;;AAGA,uDAA6E;AAG7E,8EAAoF;AAqBpF,MAAa,8BAA+B,SAAQ,6BAAe;
|
|
1
|
+
{"version":3,"file":"program-public.dto.js","sourceRoot":"","sources":["../../../../src/types/programs/dto/program-public.dto.ts"],"names":[],"mappings":";;;AAGA,uDAA6E;AAG7E,8EAAoF;AAqBpF,MAAa,8BAA+B,SAAQ,6BAAe;CA4BlE;AA5BD,wEA4BC;AAED,MAAa,UAAW,SAAQ,4CAAyB;CA4BxD;AA5BD,gCA4BC"}
|
|
@@ -18,6 +18,8 @@ export declare class GetOrganizationProgramsDto extends PaginationQuery implemen
|
|
|
18
18
|
statuses?: PublishingStatusEnum[];
|
|
19
19
|
search?: string;
|
|
20
20
|
includePast?: boolean;
|
|
21
|
+
includeEmptyPrograms?: boolean;
|
|
22
|
+
facilitiesIds?: number[];
|
|
21
23
|
}
|
|
22
24
|
export declare class RelatedProgramsDto {
|
|
23
25
|
included: Record<ProgramTypesEnum, number[]>;
|
|
@@ -42,6 +44,7 @@ export declare class ByProgramDto extends ByOrganizationIdDto {
|
|
|
42
44
|
}
|
|
43
45
|
export declare class FindProgramFiltersDto {
|
|
44
46
|
includeSeasons?: boolean;
|
|
47
|
+
includeScheduleSummary?: boolean;
|
|
45
48
|
}
|
|
46
49
|
export declare class UpdateProgramStatusDto extends ByProgramIdDto {
|
|
47
50
|
status: PublishingStatusEnum;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"program.dto.js","sourceRoot":"","sources":["../../../../src/types/programs/dto/program.dto.ts"],"names":[],"mappings":";;;AAEA,uDAAyF;AAGzF,8EAAyG;AAazG,MAAa,2BAA2B;CAIvC;AAJD,kEAIC;AAED,MAAa,0BAA2B,SAAQ,6BAAe;
|
|
1
|
+
{"version":3,"file":"program.dto.js","sourceRoot":"","sources":["../../../../src/types/programs/dto/program.dto.ts"],"names":[],"mappings":";;;AAEA,uDAAyF;AAGzF,8EAAyG;AAazG,MAAa,2BAA2B;CAIvC;AAJD,kEAIC;AAED,MAAa,0BAA2B,SAAQ,6BAAe;CAY9D;AAZD,gEAYC;AAED,MAAa,kBAAkB;CAI9B;AAJD,gDAIC;AAED,MAAa,iCAAiC;CAM7C;AAND,8EAMC;AAED,MAAa,+BAAgC,SAAQ,sCAAmB;CAEvE;AAFD,0EAEC;AAED,MAAa,6CAA8C,SAAQ,sCAAmB;CAErF;AAFD,sGAEC;AAED,MAAa,cAAe,SAAQ,4CAAyB;CAE5D;AAFD,wCAEC;AAED,MAAa,YAAa,SAAQ,sCAAmB;CAEpD;AAFD,oCAEC;AAED,MAAa,qBAAqB;CAIjC;AAJD,sDAIC;AAED,MAAa,sBAAuB,SAAQ,cAAc;CAEzD;AAFD,wDAEC;AAED,MAAa,mBAAmB;CAY/B;AAZD,kDAYC;AAED,MAAa,cAAc;CA8C1B;AA9CD,wCA8CC;AAED,MAAa,gBAAiB,SAAQ,cAAc;CAAG;AAAvD,4CAAuD;AAEvD,MAAa,gBAAiB,SAAQ,cAAc;CAInD;AAJD,4CAIC;AAED,MAAa,uBAAuB;CAEnC;AAFD,0DAEC;AAED,MAAa,gBAAiB,SAAQ,0BAAY;CAcjD;AAdD,4CAcC;AAED,MAAa,aAAa;CAEzB;AAFD,sCAEC;AAED,MAAa,wBAAyB,SAAQ,6BAAe;CAQ5D;AARD,4DAQC;AAED,MAAa,cAAc;CA4B1B;AA5BD,wCA4BC"}
|
|
@@ -7,7 +7,7 @@ import { GlCode } from '../../gl-codes/entities/gl-code';
|
|
|
7
7
|
import { Media } from '../../media/entities/Media';
|
|
8
8
|
import { ProgramSeason } from '../../programs-seasons/entities/ProgramSeason';
|
|
9
9
|
import { GenderEnum, PaginationTypeEnum } from '../../services/enums.service';
|
|
10
|
-
import { LevelOfPlayEnum, ProgramTypesEnum, PublishingStatusEnum } from '../types/enums/program.enums';
|
|
10
|
+
import { LevelOfPlayEnum, ProgramScheduleStatusEnum, ProgramTypesEnum, PublishingStatusEnum } from '../types/enums/program.enums';
|
|
11
11
|
import { ProgramHighlights } from './ProgramHighlights';
|
|
12
12
|
export declare class Program extends OrganizationConnectionBaseEntity {
|
|
13
13
|
deletedAt?: Date;
|
|
@@ -37,5 +37,8 @@ export declare class Program extends OrganizationConnectionBaseEntity {
|
|
|
37
37
|
linkSEO: string;
|
|
38
38
|
sessions?: ProgramSeason[];
|
|
39
39
|
sessionsNumber?: number;
|
|
40
|
+
scheduleStatus?: ProgramScheduleStatusEnum;
|
|
41
|
+
facilityIds?: number[];
|
|
42
|
+
currentSession?: string;
|
|
40
43
|
paginationType?: PaginationTypeEnum;
|
|
41
44
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Program.js","sourceRoot":"","sources":["../../../../src/types/programs/entities/Program.ts"],"names":[],"mappings":";;;AAIA,oGAAiG;
|
|
1
|
+
{"version":3,"file":"Program.js","sourceRoot":"","sources":["../../../../src/types/programs/entities/Program.ts"],"names":[],"mappings":";;;AAIA,oGAAiG;AAgBjG,MAAa,OAAQ,SAAQ,mEAAgC;CA+D5D;AA/DD,0BA+DC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { GenderEnum, GenderNameEnum } from '../../../services/enums.service';
|
|
2
|
-
import { LevelOfPlayEnum, LevelOfPlayNameEnum, ProgramTypeNameEnum, ProgramTypeNamesEnum, ProgramTypesEnum, PublishingStatusEnum } from '../enums/program.enums';
|
|
2
|
+
import { LevelOfPlayEnum, LevelOfPlayNameEnum, ProgramScheduleStatusEnum, ProgramTypeNameEnum, ProgramTypeNamesEnum, ProgramTypesEnum, PublishingStatusEnum } from '../enums/program.enums';
|
|
3
3
|
export declare const PROGRAM_TYPE_MAPPER: Record<ProgramTypesEnum, ProgramTypeNameEnum>;
|
|
4
4
|
export declare const PROGRAM_TYPE_NAMES_MAPPER: {
|
|
5
5
|
2: ProgramTypeNamesEnum;
|
|
@@ -24,3 +24,5 @@ export declare const getLevelOfPlayName: (id: LevelOfPlayEnum) => LevelOfPlayNam
|
|
|
24
24
|
export declare const getLevelOfPlayId: (name: LevelOfPlayNameEnum) => LevelOfPlayEnum;
|
|
25
25
|
export declare const getPublishingStatusName: (id: PublishingStatusEnum) => string;
|
|
26
26
|
export declare const getPublishingStatusId: (name: string) => PublishingStatusEnum;
|
|
27
|
+
export declare const BUCKET_TO_STATUS: Record<number, ProgramScheduleStatusEnum>;
|
|
28
|
+
export declare const ACTIVE_SCHEDULE_STATUSES: ProgramScheduleStatusEnum[];
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.getPublishingStatusId = exports.getPublishingStatusName = exports.getLevelOfPlayId = exports.getLevelOfPlayName = exports.getGenderId = exports.getGenderName = exports.getProgramTypeFilterIds = exports.getProgramTypeId = exports.getProgramTypeName = exports.SKIP_EVENT_PRECREATION_PROGRAM_TYPES = exports.FOLDERED_REGISTRATION_PROGRAM_TYPES = exports.PROGRAM_TYPE_NAMES_MAPPER = exports.PROGRAM_TYPE_MAPPER = void 0;
|
|
3
|
+
exports.ACTIVE_SCHEDULE_STATUSES = exports.BUCKET_TO_STATUS = exports.getPublishingStatusId = exports.getPublishingStatusName = exports.getLevelOfPlayId = exports.getLevelOfPlayName = exports.getGenderId = exports.getGenderName = exports.getProgramTypeFilterIds = exports.getProgramTypeId = exports.getProgramTypeName = exports.SKIP_EVENT_PRECREATION_PROGRAM_TYPES = exports.FOLDERED_REGISTRATION_PROGRAM_TYPES = exports.PROGRAM_TYPE_NAMES_MAPPER = exports.PROGRAM_TYPE_MAPPER = void 0;
|
|
4
4
|
const enums_service_1 = require("../../../services/enums.service");
|
|
5
5
|
const program_enums_1 = require("../enums/program.enums");
|
|
6
6
|
exports.PROGRAM_TYPE_MAPPER = {
|
|
@@ -82,4 +82,10 @@ const getPublishingStatusName = (id) => PUBLISHING_STATUS_MAPPER[id];
|
|
|
82
82
|
exports.getPublishingStatusName = getPublishingStatusName;
|
|
83
83
|
const getPublishingStatusId = (name) => name ? (PUBLISHING_STATUS_ID_MAPPER[name] ?? +name) : undefined;
|
|
84
84
|
exports.getPublishingStatusId = getPublishingStatusId;
|
|
85
|
+
exports.BUCKET_TO_STATUS = {
|
|
86
|
+
0: program_enums_1.ProgramScheduleStatusEnum.CURRENT,
|
|
87
|
+
1: program_enums_1.ProgramScheduleStatusEnum.UPCOMING,
|
|
88
|
+
2: program_enums_1.ProgramScheduleStatusEnum.PAST,
|
|
89
|
+
};
|
|
90
|
+
exports.ACTIVE_SCHEDULE_STATUSES = [program_enums_1.ProgramScheduleStatusEnum.CURRENT, program_enums_1.ProgramScheduleStatusEnum.UPCOMING];
|
|
85
91
|
//# sourceMappingURL=program.consts.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"program.consts.js","sourceRoot":"","sources":["../../../../../src/types/programs/types/consts/program.consts.ts"],"names":[],"mappings":";;;AAAA,mEAA6E;AAC7E,
|
|
1
|
+
{"version":3,"file":"program.consts.js","sourceRoot":"","sources":["../../../../../src/types/programs/types/consts/program.consts.ts"],"names":[],"mappings":";;;AAAA,mEAA6E;AAC7E,0DAQgC;AAEnB,QAAA,mBAAmB,GAAkD;IACjF,CAAC,gCAAgB,CAAC,KAAK,CAAC,EAAE,mCAAmB,CAAC,KAAK;IACnD,CAAC,gCAAgB,CAAC,MAAM,CAAC,EAAE,mCAAmB,CAAC,MAAM;IACrD,CAAC,gCAAgB,CAAC,IAAI,CAAC,EAAE,mCAAmB,CAAC,IAAI;IACjD,CAAC,gCAAgB,CAAC,SAAS,CAAC,EAAE,mCAAmB,CAAC,SAAS;IAC3D,CAAC,gCAAgB,CAAC,MAAM,CAAC,EAAE,mCAAmB,CAAC,MAAM;IACrD,CAAC,gCAAgB,CAAC,UAAU,CAAC,EAAE,mCAAmB,CAAC,UAAU;IAC7D,CAAC,gCAAgB,CAAC,MAAM,CAAC,EAAE,mCAAmB,CAAC,MAAM;IACrD,CAAC,gCAAgB,CAAC,SAAS,CAAC,EAAE,mCAAmB,CAAC,MAAM;IACxD,CAAC,gCAAgB,CAAC,aAAa,CAAC,EAAE,mCAAmB,CAAC,UAAU;IAChE,CAAC,gCAAgB,CAAC,YAAY,CAAC,EAAE,mCAAmB,CAAC,SAAS;CAC9D,CAAC;AAEW,QAAA,yBAAyB,GAAG;IACxC,CAAC,gCAAgB,CAAC,KAAK,CAAC,EAAE,oCAAoB,CAAC,KAAK;IACpD,CAAC,gCAAgB,CAAC,MAAM,CAAC,EAAE,oCAAoB,CAAC,MAAM;IACtD,CAAC,gCAAgB,CAAC,IAAI,CAAC,EAAE,oCAAoB,CAAC,IAAI;IAClD,CAAC,gCAAgB,CAAC,SAAS,CAAC,EAAE,oCAAoB,CAAC,SAAS;IAC5D,CAAC,gCAAgB,CAAC,MAAM,CAAC,EAAE,oCAAoB,CAAC,MAAM;IACtD,CAAC,gCAAgB,CAAC,UAAU,CAAC,EAAE,oCAAoB,CAAC,UAAU;IAC9D,CAAC,gCAAgB,CAAC,MAAM,CAAC,EAAE,oCAAoB,CAAC,MAAM;IACtD,CAAC,gCAAgB,CAAC,SAAS,CAAC,EAAE,oCAAoB,CAAC,MAAM;IACzD,CAAC,gCAAgB,CAAC,aAAa,CAAC,EAAE,oCAAoB,CAAC,UAAU;IACjE,CAAC,gCAAgB,CAAC,YAAY,CAAC,EAAE,oCAAoB,CAAC,SAAS;CAC/D,CAAC;AAEF,MAAM,sBAAsB,GAAG,MAAM,CAAC,WAAW,CAAC,MAAM,CAAC,OAAO,CAAC,2BAAmB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,IAAI,CAAC,EAAE,EAAE,CAAC,CAAC,IAAI,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC;AAExH,MAAM,6BAA6B,GAA6D;IAC/F,CAAC,mCAAmB,CAAC,SAAS,CAAC,EAAE,CAAC,gCAAgB,CAAC,SAAS,EAAE,gCAAgB,CAAC,YAAY,CAAC;CAC5F,CAAC;AAEF,MAAM,aAAa,GAAG;IACrB,CAAC,0BAAU,CAAC,KAAK,CAAC,EAAE,8BAAc,CAAC,QAAQ;IAC3C,CAAC,0BAAU,CAAC,IAAI,CAAC,EAAE,8BAAc,CAAC,IAAI;IACtC,CAAC,0BAAU,CAAC,MAAM,CAAC,EAAE,8BAAc,CAAC,MAAM;CAC1C,CAAC;AAEF,MAAM,gBAAgB,GAAG,MAAM,CAAC,WAAW,CAAC,MAAM,CAAC,OAAO,CAAC,aAAa,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,IAAI,CAAC,EAAE,EAAE,CAAC,CAAC,IAAI,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC;AAE5G,MAAM,oBAAoB,GAAG;IAC5B,CAAC,+BAAe,CAAC,QAAQ,CAAC,EAAE,mCAAmB,CAAC,QAAQ;IACxD,CAAC,+BAAe,CAAC,YAAY,CAAC,EAAE,mCAAmB,CAAC,YAAY;IAChE,CAAC,+BAAe,CAAC,QAAQ,CAAC,EAAE,mCAAmB,CAAC,QAAQ;IACxD,CAAC,+BAAe,CAAC,OAAO,CAAC,EAAE,mCAAmB,CAAC,OAAO;IACtD,CAAC,+BAAe,CAAC,SAAS,CAAC,EAAE,mCAAmB,CAAC,SAAS;CAC1D,CAAC;AAEW,QAAA,mCAAmC,GAAG;IAClD,gCAAgB,CAAC,SAAS;IAC1B,gCAAgB,CAAC,aAAa;IAC9B,gCAAgB,CAAC,YAAY;CAC7B,CAAC;AAEW,QAAA,oCAAoC,GAAG,2CAAmC,CAAC;AAExF,MAAM,uBAAuB,GAAG,MAAM,CAAC,WAAW,CACjD,MAAM,CAAC,OAAO,CAAC,oBAAoB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,IAAI,CAAC,EAAE,EAAE,CAAC,CAAC,IAAI,EAAE,CAAC,EAAE,CAAC,CAAC,CACrE,CAAC;AAEK,MAAM,kBAAkB,GAAG,CAAC,EAAoB,EAAuB,EAAE,CAAC,2BAAmB,CAAC,EAAE,CAAC,CAAC;AAA5F,QAAA,kBAAkB,sBAA0E;AAElG,MAAM,gBAAgB,GAAG,CAAC,IAAyB,EAAoB,EAAE,CAC/E,IAAI,CAAC,CAAC,CAAC,CAAC,sBAAsB,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC;AAD/C,QAAA,gBAAgB,oBAC+B;AAErD,MAAM,uBAAuB,GAAG,CAAC,IAAyB,EAAsB,EAAE;IACxF,IAAI,CAAC,IAAI;QAAE,OAAO,EAAE,CAAC;IAErB,OAAO,6BAA6B,CAAC,IAAI,CAAC,IAAI,CAAC,IAAA,wBAAgB,EAAC,IAAI,CAAC,CAAC,CAAC;AACxE,CAAC,CAAC;AAJW,QAAA,uBAAuB,2BAIlC;AAEK,MAAM,aAAa,GAAG,CAAC,EAAc,EAAkB,EAAE,CAAC,aAAa,CAAC,EAAE,CAAC,CAAC;AAAtE,QAAA,aAAa,iBAAyD;AAE5E,MAAM,WAAW,GAAG,CAAC,IAAoB,EAAc,EAAE,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,gBAAgB,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC;AAA3G,QAAA,WAAW,eAAgG;AAEjH,MAAM,kBAAkB,GAAG,CAAC,EAAmB,EAAuB,EAAE,CAAC,oBAAoB,CAAC,EAAE,CAAC,CAAC;AAA5F,QAAA,kBAAkB,sBAA0E;AAElG,MAAM,gBAAgB,GAAG,CAAC,IAAyB,EAAmB,EAAE,CAC9E,IAAI,CAAC,CAAC,CAAC,CAAC,uBAAuB,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC;AADhD,QAAA,gBAAgB,oBACgC;AAE7D,MAAM,wBAAwB,GAAG;IAChC,CAAC,oCAAoB,CAAC,KAAK,CAAC,EAAE,OAAO;IACrC,CAAC,oCAAoB,CAAC,SAAS,CAAC,EAAE,WAAW;IAC7C,CAAC,oCAAoB,CAAC,MAAM,CAAC,EAAE,QAAQ;IACvC,CAAC,oCAAoB,CAAC,SAAS,CAAC,EAAE,WAAW;IAC7C,CAAC,oCAAoB,CAAC,OAAO,CAAC,EAAE,SAAS;IACzC,CAAC,oCAAoB,CAAC,WAAW,CAAC,EAAE,aAAa;CACjD,CAAC;AAEF,MAAM,2BAA2B,GAAG,MAAM,CAAC,WAAW,CACrD,MAAM,CAAC,OAAO,CAAC,wBAAwB,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,IAAI,CAAC,EAAE,EAAE,CAAC,CAAC,IAAI,EAAE,CAAC,EAAE,CAAC,CAAC,CACzE,CAAC;AAEK,MAAM,uBAAuB,GAAG,CAAC,EAAwB,EAAU,EAAE,CAAC,wBAAwB,CAAC,EAAE,CAAC,CAAC;AAA7F,QAAA,uBAAuB,2BAAsE;AAEnG,MAAM,qBAAqB,GAAG,CAAC,IAAY,EAAwB,EAAE,CAC3E,IAAI,CAAC,CAAC,CAAC,CAAC,2BAA2B,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC;AADpD,QAAA,qBAAqB,yBAC+B;AAEpD,QAAA,gBAAgB,GAA8C;IAC1E,CAAC,EAAE,yCAAyB,CAAC,OAAO;IACpC,CAAC,EAAE,yCAAyB,CAAC,QAAQ;IACrC,CAAC,EAAE,yCAAyB,CAAC,IAAI;CACjC,CAAC;AAEW,QAAA,wBAAwB,GAAG,CAAC,yCAAyB,CAAC,OAAO,EAAE,yCAAyB,CAAC,QAAQ,CAAC,CAAC"}
|
|
@@ -80,9 +80,18 @@ export declare enum ProgramExpandEnum {
|
|
|
80
80
|
SESSIONS_PRODUCTS_ACCOUNTING_CODES = "sessions.products.accountingCodes"
|
|
81
81
|
}
|
|
82
82
|
export declare enum OrderByProgramEnum {
|
|
83
|
+
ID = "id",
|
|
83
84
|
NAME = "name",
|
|
84
85
|
TYPE = "type",
|
|
85
86
|
SPORT = "sport",
|
|
87
|
+
GENDER = "gender",
|
|
88
|
+
PUBLISHING_STATUS = "publishingStatus",
|
|
86
89
|
CREATED_AT = "createdAt",
|
|
87
90
|
UPDATED_AT = "updatedAt"
|
|
88
91
|
}
|
|
92
|
+
export declare enum ProgramScheduleStatusEnum {
|
|
93
|
+
ARCHIVE = "archive",
|
|
94
|
+
CURRENT = "current",
|
|
95
|
+
UPCOMING = "upcoming",
|
|
96
|
+
PAST = "past"
|
|
97
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.OrderByProgramEnum = exports.ProgramExpandEnum = exports.ProgramHighlightTypeEnum = exports.PublishingStatusEnum = exports.ProgramSeasonTypesEnum = exports.ProgramTypesEnum = exports.LevelOfPlayEnum = exports.LevelOfPlayNameEnum = exports.ProgramTypeNamesEnum = exports.ProgramTypeNameEnum = void 0;
|
|
3
|
+
exports.ProgramScheduleStatusEnum = exports.OrderByProgramEnum = exports.ProgramExpandEnum = exports.ProgramHighlightTypeEnum = exports.PublishingStatusEnum = exports.ProgramSeasonTypesEnum = exports.ProgramTypesEnum = exports.LevelOfPlayEnum = exports.LevelOfPlayNameEnum = exports.ProgramTypeNamesEnum = exports.ProgramTypeNameEnum = void 0;
|
|
4
4
|
var ProgramTypeNameEnum;
|
|
5
5
|
(function (ProgramTypeNameEnum) {
|
|
6
6
|
ProgramTypeNameEnum["LEAGUE"] = "league";
|
|
@@ -93,10 +93,20 @@ var ProgramExpandEnum;
|
|
|
93
93
|
})(ProgramExpandEnum = exports.ProgramExpandEnum || (exports.ProgramExpandEnum = {}));
|
|
94
94
|
var OrderByProgramEnum;
|
|
95
95
|
(function (OrderByProgramEnum) {
|
|
96
|
+
OrderByProgramEnum["ID"] = "id";
|
|
96
97
|
OrderByProgramEnum["NAME"] = "name";
|
|
97
98
|
OrderByProgramEnum["TYPE"] = "type";
|
|
98
99
|
OrderByProgramEnum["SPORT"] = "sport";
|
|
100
|
+
OrderByProgramEnum["GENDER"] = "gender";
|
|
101
|
+
OrderByProgramEnum["PUBLISHING_STATUS"] = "publishingStatus";
|
|
99
102
|
OrderByProgramEnum["CREATED_AT"] = "createdAt";
|
|
100
103
|
OrderByProgramEnum["UPDATED_AT"] = "updatedAt";
|
|
101
104
|
})(OrderByProgramEnum = exports.OrderByProgramEnum || (exports.OrderByProgramEnum = {}));
|
|
105
|
+
var ProgramScheduleStatusEnum;
|
|
106
|
+
(function (ProgramScheduleStatusEnum) {
|
|
107
|
+
ProgramScheduleStatusEnum["ARCHIVE"] = "archive";
|
|
108
|
+
ProgramScheduleStatusEnum["CURRENT"] = "current";
|
|
109
|
+
ProgramScheduleStatusEnum["UPCOMING"] = "upcoming";
|
|
110
|
+
ProgramScheduleStatusEnum["PAST"] = "past";
|
|
111
|
+
})(ProgramScheduleStatusEnum = exports.ProgramScheduleStatusEnum || (exports.ProgramScheduleStatusEnum = {}));
|
|
102
112
|
//# sourceMappingURL=program.enums.js.map
|