@bondsports/types 2.4.72 → 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/organization/entities/OrganizationUsers.d.ts +2 -0
- package/dist/types/organization/entities/OrganizationUsers.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 -0
- package/dist/types/product-pricing/dto/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/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/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/types/interfaces.d.ts +1 -1
- package/package.json +1 -1
- package/dist/types/entity/NotificationSubscriptions.d.ts +0 -8
- package/dist/types/entity/NotificationSubscriptions.js.map +0 -1
|
@@ -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"}
|
|
@@ -118,6 +118,7 @@ export declare class GetExtraProductDataDto implements IGetResourcesProductsOpti
|
|
|
118
118
|
isGetEntitlePricing?: boolean;
|
|
119
119
|
isGetAddOns?: boolean;
|
|
120
120
|
includeResources?: boolean;
|
|
121
|
+
includeFacilities?: boolean;
|
|
121
122
|
includeArchived?: boolean;
|
|
122
123
|
includeHiddenProducts?: boolean;
|
|
123
124
|
platform?: PlatformsEnum;
|
|
@@ -206,6 +207,8 @@ export declare class ProductDto extends BaseProductDto {
|
|
|
206
207
|
punchPass?: PunchPassDto;
|
|
207
208
|
productCategory?: ProductCategoryDto;
|
|
208
209
|
isAvailableOnline?: boolean;
|
|
210
|
+
facilityIds?: number[];
|
|
211
|
+
isAllFacilities?: boolean;
|
|
209
212
|
requiredProducts?: ProductDto[];
|
|
210
213
|
}
|
|
211
214
|
export declare class ResourceProductDto {
|
|
@@ -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,cAAe,SAAQ,6BAAe;CAQlD;AARD,wCAQC;AAED,MAAa,cAAe,SAAQ,6BAAe;CA4BlD;AA5BD,wCA4BC;AAED,MAAa,gBAAgB;CAwD5B;AAxDD,4CAwDC;AAED,MAAa,sBAAsB;
|
|
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"}
|
|
@@ -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;
|
|
@@ -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":"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"}
|
|
@@ -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
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"program.enums.js","sourceRoot":"","sources":["../../../../../src/types/programs/types/enums/program.enums.ts"],"names":[],"mappings":";;;AAAA,IAAY,mBAQX;AARD,WAAY,mBAAmB;IAC9B,wCAAiB,CAAA;IACjB,gDAAyB,CAAA;IACzB,sCAAe,CAAA;IACf,wCAAiB,CAAA;IACjB,oCAAa,CAAA;IACb,wCAAiB,CAAA;IACjB,8CAAuB,CAAA;AACxB,CAAC,EARW,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QAQ9B;AAED,IAAY,oBAQX;AARD,WAAY,oBAAoB;IAC/B,0CAAkB,CAAA;IAClB,kDAA0B,CAAA;IAC1B,yCAAiB,CAAA;IACjB,0CAAkB,CAAA;IAClB,sCAAc,CAAA;IACd,0CAAkB,CAAA;IAClB,8CAAsB,CAAA;AACvB,CAAC,EARW,oBAAoB,GAApB,4BAAoB,KAApB,4BAAoB,QAQ/B;AAED,IAAY,mBAMX;AAND,WAAY,mBAAmB;IAC9B,4CAAqB,CAAA;IACrB,oDAA6B,CAAA;IAC7B,4CAAqB,CAAA;IACrB,0CAAmB,CAAA;IACnB,8CAAuB,CAAA;AACxB,CAAC,EANW,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QAM9B;AAED,IAAY,eAMX;AAND,WAAY,eAAe;IAC1B,6DAAY,CAAA;IACZ,qEAAgB,CAAA;IAChB,6DAAY,CAAA;IACZ,2DAAW,CAAA;IACX,+DAAa,CAAA;AACd,CAAC,EANW,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAM1B;AAED,IAAY,gBAWX;AAXD,WAAY,gBAAgB;IAC3B,2DAAU,CAAA;IACV,mEAAc,CAAA;IACd,yDAAS,CAAA;IACT,2DAAU,CAAA;IACV,uDAAQ,CAAA;IACR,2DAAU,CAAA;IACV,iEAAa,CAAA;IACb,kEAAc,CAAA;IACd,0EAAkB,CAAA;IAClB,wEAAiB,CAAA;AAClB,CAAC,EAXW,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QAW3B;AAED,IAAY,sBAIX;AAJD,WAAY,sBAAsB;IACjC,iFAAe,CAAA;IACf,2EAAY,CAAA;IACZ,6FAAqB,CAAA;AACtB,CAAC,EAJW,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QAIjC;AAED,IAAY,oBAOX;AAPD,WAAY,oBAAoB;IAC/B,iEAAS,CAAA;IACT,yEAAa,CAAA;IACb,mEAAU,CAAA;IACV,yEAAa,CAAA;IACb,qEAAW,CAAA;IACX,6EAAe,CAAA;AAChB,CAAC,EAPW,oBAAoB,GAApB,4BAAoB,KAApB,4BAAoB,QAO/B;AAED,IAAY,wBAYX;AAZD,WAAY,wBAAwB;IACnC,yEAAS,CAAA;IACT,2EAAU,CAAA;IACV,2EAAU,CAAA;IACV,2EAAU,CAAA;IACV,qFAAe,CAAA;IACf,qFAAe,CAAA;IACf,6EAAW,CAAA;IACX,6EAAW,CAAA;IACX,2EAAU,CAAA;IACV,gGAAqB,CAAA;IACrB,wFAAiB,CAAA;AAClB,CAAC,EAZW,wBAAwB,GAAxB,gCAAwB,KAAxB,gCAAwB,QAYnC;AAED,IAAY,iBAUX;AAVD,WAAY,iBAAiB;IAC5B,yDAAoC,CAAA;IACpC,0CAAqB,CAAA;IACrB,2EAAsD,CAAA;IACtD,6EAAwD,CAAA;IACxD,4DAAuC,CAAA;IACvC,0EAAqD,CAAA;IACrD,+FAA0E,CAAA;IAC1E,uGAAkF,CAAA;IAClF,6FAAwE,CAAA;AACzE,CAAC,EAVW,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAU5B;AAED,IAAY,
|
|
1
|
+
{"version":3,"file":"program.enums.js","sourceRoot":"","sources":["../../../../../src/types/programs/types/enums/program.enums.ts"],"names":[],"mappings":"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"}
|
|
@@ -55,9 +55,17 @@ export interface ISessionsFilters extends IBaseSessionsFilters {
|
|
|
55
55
|
}
|
|
56
56
|
export interface IProgramFilters extends IBaseSessionsFilters, IPagination {
|
|
57
57
|
expand?: ProgramExpandEnum[];
|
|
58
|
+
includeEmptyPrograms?: boolean;
|
|
59
|
+
includeScheduleSummary?: boolean;
|
|
58
60
|
order?: OrderByEnum;
|
|
59
61
|
orderBy?: OrderByProgramEnum;
|
|
60
62
|
programTypes?: ProgramTypesEnum[];
|
|
61
63
|
sports?: SportsEnum[];
|
|
62
64
|
}
|
|
65
|
+
export interface IProgramsScheduleSummaryFields {
|
|
66
|
+
id: number;
|
|
67
|
+
bucket: number;
|
|
68
|
+
currentSession: string | null;
|
|
69
|
+
facilityIds: number[] | null;
|
|
70
|
+
}
|
|
63
71
|
export {};
|
|
@@ -282,6 +282,7 @@ export declare class GetOrganizationProgramSessionsDto extends PaginationQuery i
|
|
|
282
282
|
programIds?: number[];
|
|
283
283
|
programTypes?: ProgramTypesEnum[];
|
|
284
284
|
includeSegmentedSessions?: boolean;
|
|
285
|
+
facilitiesIds?: number[];
|
|
285
286
|
}
|
|
286
287
|
export declare class RelatedSessionsDto {
|
|
287
288
|
included?: Record<ProgramTypesEnum, Record<number, number[]>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"program-session.dto.js","sourceRoot":"","sources":["../../../../src/types/programs-seasons/dto/program-session.dto.ts"],"names":[],"mappings":";;;AAGA,uDAA4G;AAI5G,yFAAoF;AACpF,8EAAyG;AAEzG,gEAAuF;AA2BvF,MAAa,sBAAsB;CAIlC;AAJD,wDAIC;AAED,MAAa,WAAY,SAAQ,0BAAY;CAE5C;AAFD,kCAEC;AAED,MAAa,YAAa,SAAQ,0BAAY;CAE7C;AAFD,oCAEC;AAED,MAAa,uBAAuB;CAEnC;AAFD,0DAEC;AAED,MAAa,6BAA6B;CAEzC;AAFD,sEAEC;AAED,MAAa,wBAAyB,SAAQ,4CAAyB;CAEtE;AAFD,4DAEC;AAED,MAAa,+BAAgC,SAAQ,wBAAwB;CAE5E;AAFD,0EAEC;AAED,MAAa,wBAAyB,SAAQ,6BAAe;CA8B5D;AA9BD,4DA8BC;AAED,MAAa,qCAAsC,SAAQ,sCAAmB;CAE7E;AAFD,sFAEC;AAED,MAAa,uBAAuB;CAInC;AAJD,0DAIC;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,oBAAoB;CAYhC;AAZD,oDAYC;AAED,MAAa,uBAAwB,SAAQ,oBAAoB;CAchE;AAdD,0DAcC;AAED,MAAa,oBAAqB,SAAQ,uBAAuB;CA8EhE;AA9ED,oDA8EC;AAED,MAAM,sBAAsB;CAM3B;AAED,MAAa,wBAAwB;CAMpC;AAND,4DAMC;AAED,MAAa,wBAAyB,SAAQ,sBAAsB;CAInE;AAJD,4DAIC;AAED,MAAa,kBAAkB;CAQ9B;AARD,gDAQC;AAED,MAAa,sBAAuB,SAAQ,oBAAoB;CAU/D;AAVD,wDAUC;AAED,MAAa,sBAAuB,SAAQ,oBAAoB;CAE/D;AAFD,wDAEC;AAED,MAAa,4BAA4B;CAIxC;AAJD,oEAIC;AAED,MAAa,6BAA6B;CA0DzC;AA1DD,sEA0DC;AAED,MAAa,yBAA0B,SAAQ,0BAAY;CAAG;AAA9D,8DAA8D;AAE9D,MAAa,gBAAiB,SAAQ,0BAAY;CAsBjD;AAtBD,4CAsBC;AAED,MAAa,oBAAoB;CAYhC;AAZD,oDAYC;AAED,MAAa,8BAA8B;CAI1C;AAJD,wEAIC;AAED,MAAa,+BAA+B;CAY3C;AAZD,0EAYC;AAED,MAAa,0BAA0B;CAEtC;AAFD,gEAEC;AAED,MAAa,oBAAoB;CAIhC;AAJD,oDAIC;AAED,MAAa,eAAe;CAQ3B;AARD,0CAQC;AAED,MAAa,gCAAgC;CAE5C;AAFD,4EAEC;AAED,MAAa,kBAAkB;CAY9B;AAZD,gDAYC;AAED,MAAa,4BAA4B;CAExC;AAFD,oEAEC;AAED,MAAa,6BAA8B,SAAQ,qCAAuB;CAAG;AAA7E,sEAA6E;AAE7E,MAAa,qBAAqB;CAMjC;AAND,sDAMC;AAED;;GAEG;AACH,MAAa,uBAAwB,SAAQ,2CAAmB;CAY/D;AAZD,0DAYC;AAED;;GAEG;AACH,MAAa,yBAA0B,SAAQ,2CAAmB;CAajE;AAbD,8DAaC;AAED,MAAa,iCAAkC,SAAQ,6BAAe;
|
|
1
|
+
{"version":3,"file":"program-session.dto.js","sourceRoot":"","sources":["../../../../src/types/programs-seasons/dto/program-session.dto.ts"],"names":[],"mappings":"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"}
|
package/dist/types/programs-seasons/types/interfaces/program-seasons-notifications.interface.d.ts
CHANGED
|
@@ -19,8 +19,6 @@ export interface ISegmentMailData {
|
|
|
19
19
|
export interface ISeasonRegistrationMailData {
|
|
20
20
|
backoffice_invoices_url: string;
|
|
21
21
|
consumer_invoices_url: string;
|
|
22
|
-
facility_id?: number;
|
|
23
|
-
facility_name?: string;
|
|
24
22
|
global_digital_identifier: string;
|
|
25
23
|
global_digital_identifier_image_url: string;
|
|
26
24
|
is_punch_card?: boolean;
|
|
@@ -87,8 +87,6 @@ export interface ITotalRedeemedQuantity {
|
|
|
87
87
|
export interface IPurchasePassConfirmationMailData extends Record<string, unknown> {
|
|
88
88
|
backoffice_invoices_url: string;
|
|
89
89
|
consumer_invoices_url: string;
|
|
90
|
-
facility_id: number;
|
|
91
|
-
facility_name: string;
|
|
92
90
|
organization_id: number;
|
|
93
91
|
organization_name: string;
|
|
94
92
|
product_name: string;
|
|
@@ -22,7 +22,7 @@ import { ProgramTypesEnum } from '../../programs/types/enums/program.enums';
|
|
|
22
22
|
import { PurchasePaymentDto, PurchaseResultDto } from '../../purchase/dto/purchase.dto';
|
|
23
23
|
import { InstructorResourceDto } from '../../resources/dto/instructor.dto';
|
|
24
24
|
import { SpaceResourceDto } from '../../resources/dto/space.dto';
|
|
25
|
-
import { AddonParentTypeEnum, FinancialStepEnum,
|
|
25
|
+
import { AddonParentTypeEnum, FinancialStepEnum, OrderByEnum, PlatformsEnum, ProductPackageLevelEnum, ResourceNameTypeEnum, ResourceSubTypeEnum, ResourceTypeEnum, UpdatePricesTypeEnum } from '../../services/enums.service';
|
|
26
26
|
import { Reservation } from '../entities/reservation.entity';
|
|
27
27
|
import { PrivacySettingsEnum, ReservationPaymentStatusEnum, ReservationStatusEnum, ReservationTypeEnum, SlotFilterOptions, SlotNotesFilterEnum, SlotOrderBy, SlotTypeEnum, SortByReservationEnum } from '../types/enums/reservation.enums';
|
|
28
28
|
import { ISegmentsAddons } from '../types/interfaces/addon.interfaces';
|
|
@@ -300,9 +300,6 @@ export declare class RemoveSlotsFinancialDataDto implements IRemoveSlotsFinancia
|
|
|
300
300
|
nextFinancialStep: FinancialStepEnum;
|
|
301
301
|
invoice: Invoice;
|
|
302
302
|
}
|
|
303
|
-
export declare class ReservationNotifyDto {
|
|
304
|
-
notifyMethods?: NotifyMethodEnum[];
|
|
305
|
-
}
|
|
306
303
|
export declare class UpdateReservationSlotsColorsDto {
|
|
307
304
|
slots?: UpdateSlotsColorsDto[];
|
|
308
305
|
colorCodeId?: number;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DraftIdsDto = exports.GetDraftSlotsOptions = exports.GetDraftReservationOptionsDto = exports.GetDraftReservationAddonsQueryDto = exports.DraftSlotsFilterResultDto = exports.SimpleDraftSegmentDto = exports.ByRentalProductId = exports.ByDraftReservationIdDto = exports.GetDraftReservationSlotsFiltersDto = exports.AddSegmentsDto = exports.InvoiceReservationItemsDto = exports.ChargeReservationResultDto = exports.UpdateCustomerSlotsColorsDto = exports.UpdateReservationSlotsColorsDto = exports.
|
|
4
|
-
exports.EditReservationAddonsDto = exports.EditReservationItemsResultDto = exports.EditSlotsDto = exports.EditSlotsFinancialDetailsDto = exports.EditItemsRefundMetadataDto = exports.ReservationItemLineDto = exports.DuplicateReservationItemsDto = exports.DuplicateReservationDto = exports.PaginatedSlotsSharedDto = exports.ProblematicProductDto = exports.CreateReservationAddonsDto = exports.ReservationAddonsDto = exports.SegmentsAddonsGroupDto = exports.UpdateDraftSlotsDto = exports.GenerateReservationDto =
|
|
3
|
+
exports.ByDraftSlotIdDto = exports.DraftIdsDto = exports.GetDraftSlotsOptions = exports.GetDraftReservationOptionsDto = exports.GetDraftReservationAddonsQueryDto = exports.DraftSlotsFilterResultDto = exports.SimpleDraftSegmentDto = exports.ByRentalProductId = exports.ByDraftReservationIdDto = exports.GetDraftReservationSlotsFiltersDto = exports.AddSegmentsDto = exports.InvoiceReservationItemsDto = exports.ChargeReservationResultDto = exports.UpdateCustomerSlotsColorsDto = exports.UpdateReservationSlotsColorsDto = exports.RemoveSlotsFinancialDataDto = exports.EditReservationDetailsDto = exports.EditItemsRefundMetaDto = exports.FindBySlotDto = exports.UpdateReservationStatusDto = exports.FindBySlotIdsDto = exports.DuplicateSlotDto = exports.GetFilterOptionsDto = exports.FindByReservationDto = exports.getSlotFQueryParamsDto = exports.IncludeConflictsOptionsDto = exports.FindSlotsByFacilityIdFiltersDto = exports.FindReservationsByUserIdFiltersDto = exports.ReservationTableOptionsDto = exports.FindReservationsByOrganizationIdFiltersDto = exports.BookingDto = exports.BookingData = exports.UpdateReservationPriceDto = exports.CategoryPricesDto = exports.FindSlotsQueryParamsDto = exports.SlotsFilterDto = exports.GetReservationAddonsOptionsQueryDto = exports.SingleReservationIncludesDto = exports.CreateReservationCartDto = exports.DraftReservationDto = exports.SimpleDraftReservationDto = exports.CreateDraftReservationDto = exports.SegmentsAddonsDto = exports.CreateSegmentsAddonsDto = exports.BaseReservationItemLineItemDataDto = exports.SingleReservationDto = exports.ReservationDto = exports.DuplicatedDetailsDto = exports.SimpleReservationDto = exports.ProductPricesDto = void 0;
|
|
4
|
+
exports.EditReservationAddonsDto = exports.EditReservationItemsResultDto = exports.EditSlotsDto = exports.EditSlotsFinancialDetailsDto = exports.EditItemsRefundMetadataDto = exports.ReservationItemLineDto = exports.DuplicateReservationItemsDto = exports.DuplicateReservationDto = exports.PaginatedSlotsSharedDto = exports.ProblematicProductDto = exports.CreateReservationAddonsDto = exports.ReservationAddonsDto = exports.SegmentsAddonsGroupDto = exports.UpdateDraftSlotsDto = exports.GenerateReservationDto = void 0;
|
|
5
5
|
const general_dto_1 = require("../../dto/general.dto");
|
|
6
6
|
const invoice_dto_1 = require("../../invoice/dto/invoice.dto");
|
|
7
7
|
const organization_dto_1 = require("../../organization/dto/organization.dto");
|
|
@@ -126,9 +126,6 @@ exports.EditReservationDetailsDto = EditReservationDetailsDto;
|
|
|
126
126
|
class RemoveSlotsFinancialDataDto {
|
|
127
127
|
}
|
|
128
128
|
exports.RemoveSlotsFinancialDataDto = RemoveSlotsFinancialDataDto;
|
|
129
|
-
class ReservationNotifyDto {
|
|
130
|
-
}
|
|
131
|
-
exports.ReservationNotifyDto = ReservationNotifyDto;
|
|
132
129
|
class UpdateReservationSlotsColorsDto {
|
|
133
130
|
}
|
|
134
131
|
exports.UpdateReservationSlotsColorsDto = UpdateReservationSlotsColorsDto;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"reservation.dto.js","sourceRoot":"","sources":["../../../../src/types/reservations/dto/reservation.dto.ts"],"names":[],"mappings":";;;;AAQA,
|
|
1
|
+
{"version":3,"file":"reservation.dto.js","sourceRoot":"","sources":["../../../../src/types/reservations/dto/reservation.dto.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"slot.dto.js","sourceRoot":"","sources":["../../../../src/types/reservations/dto/slot.dto.ts"],"names":[],"mappings":";;;AAOA,8EAAoF;AAQpF,wEAU0C;AAa1C,MAAa,sBAAsB;CAclC;AAdD,wDAcC;AAED,MAAa,4BAA4B;CAYxC;AAZD,oEAYC;AAED,MAAa,iBAAiB;CAgC7B;AAhCD,8CAgCC;AAED,MAAa,WAAY,SAAQ,iBAAiB;CAgCjD;AAhCD,kCAgCC;AAED,MAAa,OAAQ,SAAQ,WAAW;CAwCvC;AAxCD,0BAwCC;AAED,MAAa,UAAW,SAAQ,4CAAyB;CA0CxD;AA1CD,gCA0CC;AAED,MAAa,gBAAiB,SAAQ,WAAW;
|
|
1
|
+
{"version":3,"file":"slot.dto.js","sourceRoot":"","sources":["../../../../src/types/reservations/dto/slot.dto.ts"],"names":[],"mappings":";;;AAOA,8EAAoF;AAQpF,wEAU0C;AAa1C,MAAa,sBAAsB;CAclC;AAdD,wDAcC;AAED,MAAa,4BAA4B;CAYxC;AAZD,oEAYC;AAED,MAAa,iBAAiB;CAgC7B;AAhCD,8CAgCC;AAED,MAAa,WAAY,SAAQ,iBAAiB;CAgCjD;AAhCD,kCAgCC;AAED,MAAa,OAAQ,SAAQ,WAAW;CAwCvC;AAxCD,0BAwCC;AAED,MAAa,UAAW,SAAQ,4CAAyB;CA0CxD;AA1CD,gCA0CC;AAED,MAAa,gBAAiB,SAAQ,WAAW;CAkBhD;AAlBD,4CAkBC;AAED,MAAa,kBAAkB;CAoC9B;AApCD,gDAoCC;AAED,MAAa,aAAc,SAAQ,iBAAiB;CAsBnD;AAtBD,sCAsBC;AAED,MAAa,YAAa,SAAQ,gBAAgB;CAkBjD;AAlBD,oCAkBC;AAED,MAAa,gBAAgB;CAY5B;AAZD,4CAYC;AAED,MAAa,WAAY,SAAQ,gBAAgB;CAUhD;AAVD,kCAUC;AAED,MAAa,YAAY;CAExB;AAFD,oCAEC;AAED,MAAa,WAAW;CAEvB;AAFD,kCAEC;AAED,MAAa,oBAAoB;CAIhC;AAJD,oDAIC;AAED,MAAa,oBAAoB;CAKhC;AALD,oDAKC;AAED,MAAa,gBAAgB;CAc5B;AAdD,4CAcC;AAED,MAAa,kBAAkB;CAoB9B;AApBD,gDAoBC;AAED,MAAa,WAAY,SAAQ,OAAO;CAkBvC;AAlBD,kCAkBC;AAED,MAAa,gBAAgB;CAsB5B;AAtBD,4CAsBC;AArBC,qCAAiB,CAAC,QAAQ,EAE1B,qCAAiB,CAAC,UAAU,EAE5B,qCAAiB,CAAC,UAAU,EAE5B,qCAAiB,CAAC,WAAW,EAE7B,qCAAiB,CAAC,MAAM,EAExB,qCAAiB,CAAC,QAAQ,EAE1B,qCAAiB,CAAC,QAAQ,EAE1B,qCAAiB,CAAC,MAAM,EAExB,qCAAiB,CAAC,eAAe,EAEjC,qCAAiB,CAAC,cAAc,EAEhC,qCAAiB,CAAC,WAAW"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"slot.classes.js","sourceRoot":"","sources":["../../../../../src/types/reservations/types/classes/slot.classes.ts"],"names":[],"mappings":";;;AAuBA,MAAa,SAAS;
|
|
1
|
+
{"version":3,"file":"slot.classes.js","sourceRoot":"","sources":["../../../../../src/types/reservations/types/classes/slot.classes.ts"],"names":[],"mappings":";;;AAuBA,MAAa,SAAS;CAgHrB;AAhHD,8BAgHC;AAED,0CAA0C;AAC1C,MAAa,aAAc,SAAQ,SAAS;CAAG;AAA/C,sCAA+C"}
|
|
@@ -6,6 +6,7 @@ import { AnswerTemplateDataDto, QuestionAnswersDto } from '../../../dto/applicat
|
|
|
6
6
|
import { PaginationQuery, SelectOptionsDto } from '../../../dto/general.dto';
|
|
7
7
|
import { Customer } from '../../../entity/Customer';
|
|
8
8
|
import { Invoice } from '../../../entity/Invoice';
|
|
9
|
+
import { LineItems } from '../../../entity/LineItems';
|
|
9
10
|
import { LineItemDto } from '../../../invoice/dto/lineItem.dto';
|
|
10
11
|
import { FuturePaymentStatusEnum, PaymentMethodTypeEnum, PaymentStatusEnum } from '../../../payment/types/enums/payment.enums';
|
|
11
12
|
import { RefundResult } from '../../../payment/types/interfaces/refund.interfaces';
|
|
@@ -354,6 +355,7 @@ export interface IDuplicateDraftReservation extends IGetDraftReservationOptions,
|
|
|
354
355
|
combineSlots?: boolean;
|
|
355
356
|
excludeIds?: number[];
|
|
356
357
|
isEdit?: boolean;
|
|
358
|
+
lineItems?: LineItems[];
|
|
357
359
|
reservationAddonsIds?: number[];
|
|
358
360
|
slotsFilter?: SlotsFilterDto;
|
|
359
361
|
slotsIds?: number[];
|
|
@@ -431,8 +433,8 @@ export interface IValidateEditSlotsOptions {
|
|
|
431
433
|
draftReservation?: DraftReservation;
|
|
432
434
|
includeEditInfo?: boolean;
|
|
433
435
|
reservation?: Reservation;
|
|
434
|
-
updatePrices?: IUpdateCartPrices;
|
|
435
436
|
skipSave?: boolean;
|
|
437
|
+
updatePrices?: IUpdateCartPrices;
|
|
436
438
|
}
|
|
437
439
|
export interface IEditItems {
|
|
438
440
|
editLineItems?: TReservationItemLineItem[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"reservation.interfaces.js","sourceRoot":"","sources":["../../../../../src/types/reservations/types/interfaces/reservation.interfaces.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"reservation.interfaces.js","sourceRoot":"","sources":["../../../../../src/types/reservations/types/interfaces/reservation.interfaces.ts"],"names":[],"mappings":";;;AAsCA,kEASoC;AA2DpC,MAAa,SAAS;CAGrB;AAHD,8BAGC"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { PaginationResultDto } from "../../dto/general.dto";
|
|
1
2
|
import { AddonDto } from '../dto/addon.dto';
|
|
2
3
|
import { ReservationDto } from '../dto/reservation.dto';
|
|
3
4
|
import { SegmentDto } from '../dto/segment.dto';
|
|
@@ -22,3 +23,4 @@ export type IDraftEntitySplitAmount = {
|
|
|
22
23
|
amount: number;
|
|
23
24
|
id: string;
|
|
24
25
|
};
|
|
26
|
+
export type TReservationSlotsPaginationResult = PaginationResultDto<Slot>;
|
|
@@ -15,6 +15,7 @@ export declare class InstructorResourceDto extends BaseResourceDto {
|
|
|
15
15
|
lastName: string;
|
|
16
16
|
address?: AddressDto;
|
|
17
17
|
programTypes?: ProgramTypesEnum[];
|
|
18
|
+
accessibleFacilitiesIds?: number[];
|
|
18
19
|
}
|
|
19
20
|
export declare class CreateInstructorDto extends ResourceDependenciesDto {
|
|
20
21
|
description?: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"instructor.dto.js","sourceRoot":"","sources":["../../../../src/types/resources/dto/instructor.dto.ts"],"names":[],"mappings":";;;AAOA,iDAA6F;AAE7F,MAAa,qBAAsB,SAAQ,8BAAe;
|
|
1
|
+
{"version":3,"file":"instructor.dto.js","sourceRoot":"","sources":["../../../../src/types/resources/dto/instructor.dto.ts"],"names":[],"mappings":";;;AAOA,iDAA6F;AAE7F,MAAa,qBAAsB,SAAQ,8BAAe;CAsBzD;AAtBD,sDAsBC;AAED,MAAa,mBAAoB,SAAQ,sCAAuB;CAsB/D;AAtBD,kDAsBC;AAED,MAAa,mBAAoB,SAAQ,gCAAiB;CAIzD;AAJD,kDAIC;AAED,MAAa,oBAAoB;CAEhC;AAFD,oDAEC;AAED,MAAa,gBAAgB;CAY5B;AAZD,4CAYC"}
|