@bondsports/types 2.4.69-a-2 → 2.4.69-a-4

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.
Files changed (57) hide show
  1. package/dist/tsconfig.build.tsbuildinfo +1 -1
  2. package/dist/types/dto/package.dto.d.ts +1 -0
  3. package/dist/types/dto/package.dto.js.map +1 -1
  4. package/dist/types/facilities/dto/facilities.dto.d.ts +21 -6
  5. package/dist/types/facilities/dto/facilities.dto.js.map +1 -1
  6. package/dist/types/facilities/types/consts/facility.consts.d.ts +5 -0
  7. package/dist/types/facilities/types/consts/facility.consts.js +11 -0
  8. package/dist/types/facilities/types/consts/facility.consts.js.map +1 -0
  9. package/dist/types/facilities/types/consts/index.d.ts +1 -0
  10. package/dist/types/facilities/types/consts/index.js +18 -0
  11. package/dist/types/facilities/types/consts/index.js.map +1 -0
  12. package/dist/types/facilities/types/enums/facilities.enums.d.ts +4 -0
  13. package/dist/types/facilities/types/enums/facilities.enums.js +9 -0
  14. package/dist/types/facilities/types/enums/facilities.enums.js.map +1 -0
  15. package/dist/types/facilities/types/enums/index.d.ts +1 -0
  16. package/dist/types/facilities/types/enums/index.js +18 -0
  17. package/dist/types/facilities/types/enums/index.js.map +1 -0
  18. package/dist/types/facilities/types/facilities.types.d.ts +1 -21
  19. package/dist/types/facilities/types/facilities.types.js +0 -3
  20. package/dist/types/facilities/types/facilities.types.js.map +1 -1
  21. package/dist/types/facilities/types/index.d.ts +3 -0
  22. package/dist/types/facilities/types/index.js +3 -0
  23. package/dist/types/facilities/types/index.js.map +1 -1
  24. package/dist/types/facilities/types/interfaces/facilities.interfaces.d.ts +30 -0
  25. package/dist/types/facilities/types/interfaces/facilities.interfaces.js +3 -0
  26. package/dist/types/facilities/types/interfaces/facilities.interfaces.js.map +1 -0
  27. package/dist/types/facilities/types/interfaces/index.d.ts +1 -0
  28. package/dist/types/facilities/types/interfaces/index.js +18 -0
  29. package/dist/types/facilities/types/interfaces/index.js.map +1 -0
  30. package/dist/types/membership/dto/eligible-members.dto.d.ts +39 -0
  31. package/dist/types/membership/dto/eligible-members.dto.js +22 -0
  32. package/dist/types/membership/dto/eligible-members.dto.js.map +1 -0
  33. package/dist/types/membership/dto/index.d.ts +1 -0
  34. package/dist/types/membership/dto/index.js +1 -0
  35. package/dist/types/membership/dto/index.js.map +1 -1
  36. package/dist/types/membership/types/membership.interfaces.d.ts +40 -1
  37. package/dist/types/membership/types/membership.member.classes.d.ts +0 -2
  38. package/dist/types/membership/types/membership.member.classes.js.map +1 -1
  39. package/dist/types/membership/types/membership.member.consts.d.ts +8 -0
  40. package/dist/types/membership/types/membership.member.consts.js +15 -1
  41. package/dist/types/membership/types/membership.member.consts.js.map +1 -1
  42. package/dist/types/membership/types/membership.members.interfaces.d.ts +1 -1
  43. package/dist/types/notifications/types/interfaces/notification.interfaces.d.ts +3 -2
  44. package/dist/types/product-pricing/dto/product-pricing.dto.d.ts +1 -0
  45. package/dist/types/product-pricing/dto/product-pricing.dto.js.map +1 -1
  46. package/dist/types/product-pricing/types/interfaces/product-pricing.interfaces.d.ts +4 -0
  47. package/dist/types/programs-seasons/dto/program-session.dto.d.ts +1 -0
  48. package/dist/types/programs-seasons/dto/program-session.dto.js.map +1 -1
  49. package/dist/types/programs-seasons/types/interfaces/program-seasons-notifications.interface.d.ts +0 -2
  50. package/dist/types/punch-pass/types/interfaces.d.ts +0 -2
  51. package/dist/types/reservations/dto/reservation.dto.d.ts +1 -4
  52. package/dist/types/reservations/dto/reservation.dto.js +2 -5
  53. package/dist/types/reservations/dto/reservation.dto.js.map +1 -1
  54. package/dist/types/tip-configurations/dto/tip-configuration.dto.d.ts +1 -0
  55. package/dist/types/tip-configurations/dto/tip-configuration.dto.js.map +1 -1
  56. package/dist/types/tip-configurations/types/interfaces/tip-configuration.interfaces.d.ts +1 -0
  57. package/package.json +1 -1
@@ -9,6 +9,7 @@ export declare class CreateProductDto {
9
9
  id?: number;
10
10
  organizationId: number;
11
11
  name: string;
12
+ facilitiesIds?: number[];
12
13
  quantity?: number;
13
14
  isAll?: boolean;
14
15
  isPublic: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"package.dto.js","sourceRoot":"","sources":["../../../src/types/dto/package.dto.ts"],"names":[],"mappings":";;;AAiBA,MAAa,gBAAgB;CA2F5B;AA3FD,4CA2FC;AAED,MAAa,gBAAiB,SAAQ,gBAAgB;CAMrD;AAND,4CAMC;AAED,MAAa,2BAA2B;CAQvC;AARD,kEAQC;AAED,MAAa,gBAAgB;CAM5B;AAND,4CAMC;AAED,MAAa,wBAAwB;CAIpC;AAJD,4DAIC;AAED,MAAa,uCAAwC,SAAQ,wBAAwB;CAEpF;AAFD,0FAEC;AAED,MAAa,0BAA0B;CAMtC;AAND,gEAMC;AAED,MAAa,iBAAiB;CAM7B;AAND,8CAMC"}
1
+ {"version":3,"file":"package.dto.js","sourceRoot":"","sources":["../../../src/types/dto/package.dto.ts"],"names":[],"mappings":";;;AAiBA,MAAa,gBAAgB;CA6F5B;AA7FD,4CA6FC;AAED,MAAa,gBAAiB,SAAQ,gBAAgB;CAMrD;AAND,4CAMC;AAED,MAAa,2BAA2B;CAQvC;AARD,kEAQC;AAED,MAAa,gBAAgB;CAM5B;AAND,4CAMC;AAED,MAAa,wBAAwB;CAIpC;AAJD,4DAIC;AAED,MAAa,uCAAwC,SAAQ,wBAAwB;CAEpF;AAFD,0FAEC;AAED,MAAa,0BAA0B;CAMtC;AAND,gEAMC;AAED,MAAa,iBAAiB;CAM7B;AAND,8CAMC"}
@@ -1,6 +1,9 @@
1
1
  import { AddressDto } from '../../address/dto/address.dto';
2
2
  import { IdAndNameDto, PaginationQuery } from '../../dto/general.dto';
3
+ import { SimpleMediaDto } from '../../media/dto/media-public.dto';
3
4
  import { OptionalOrganizationIdDto } from '../../organization/dto/organization.dto';
5
+ import { OrderByEnum } from '../../services/enums.service';
6
+ import { FacilitiesOrderByEnum } from '../types/enums/facilities.enums';
4
7
  export declare class OptionalFacilityIdDto extends OptionalOrganizationIdDto {
5
8
  facilityId?: number;
6
9
  }
@@ -13,8 +16,8 @@ export declare class CreateFacilityDto {
13
16
  name: string;
14
17
  sports: number[];
15
18
  description?: string;
16
- email?: string;
17
- phone?: string;
19
+ email?: string | null;
20
+ phone?: string | null;
18
21
  longDescription?: string;
19
22
  info?: string;
20
23
  address: AddressDto;
@@ -24,10 +27,14 @@ export declare class CreateFacilityDto {
24
27
  }
25
28
  export declare class FacilityDto {
26
29
  id: number;
30
+ organizationId: number;
31
+ addressId?: number;
32
+ createdAt: Date;
33
+ updatedAt: Date;
27
34
  name: string;
28
35
  description?: string;
29
- email?: string;
30
- phone?: string;
36
+ email?: string | null;
37
+ phone?: string | null;
31
38
  address: AddressDto;
32
39
  amenities: number[];
33
40
  timezone: string;
@@ -37,6 +44,7 @@ export declare class FacilityDto {
37
44
  creatorType: string;
38
45
  userCreatorId: number;
39
46
  mainMediaId: number;
47
+ mainMedia?: SimpleMediaDto;
40
48
  publishedDate?: Date;
41
49
  isPublished: boolean;
42
50
  sports?: number[];
@@ -46,12 +54,15 @@ export declare class FacilityDto {
46
54
  ordinal: number;
47
55
  locationId?: string;
48
56
  linkSEO: string;
57
+ tipConfigId?: number;
58
+ stripeConfigurationId?: string;
59
+ questionnaireId?: number;
49
60
  }
50
61
  export declare class UpdateFacilityDetailsDto {
51
62
  name?: string;
52
63
  description?: string;
53
- email?: string;
54
- phone?: string;
64
+ email?: string | null;
65
+ phone?: string | null;
55
66
  longDescription?: string;
56
67
  info?: string;
57
68
  address?: AddressDto;
@@ -67,6 +78,10 @@ export declare class UpdateFacilityAmenitiesDto {
67
78
  }
68
79
  export declare class FindFacilitiesOptionsDto extends PaginationQuery {
69
80
  nameSearch?: string;
81
+ sports?: number[];
82
+ isPublished?: boolean;
83
+ orderBy?: FacilitiesOrderByEnum;
84
+ order?: OrderByEnum;
70
85
  }
71
86
  export declare class BasicFacilityDto extends IdAndNameDto {
72
87
  timezone?: string;
@@ -1 +1 @@
1
- {"version":3,"file":"facilities.dto.js","sourceRoot":"","sources":["../../../../src/types/facilities/dto/facilities.dto.ts"],"names":[],"mappings":";;;AAEA,uDAAsE;AACtE,8EAAoF;AAEpF,MAAa,qBAAsB,SAAQ,4CAAyB;CAEnE;AAFD,sDAEC;AAED,MAAa,cAAc;CAM1B;AAND,wCAMC;AAED,MAAa,iBAAiB;CAsB7B;AAtBD,8CAsBC;AAED,MAAa,WAAW;CA8CvB;AA9CD,kCA8CC;AAED,MAAa,wBAAwB;CAcpC;AAdD,4DAcC;AAED,MAAa,6BAA6B;CAEzC;AAFD,sEAEC;AAED,MAAa,uBAAuB;CAEnC;AAFD,0DAEC;AAED,MAAa,0BAA0B;CAEtC;AAFD,gEAEC;AAED,MAAa,wBAAyB,SAAQ,6BAAe;CAE5D;AAFD,4DAEC;AAED,MAAa,gBAAiB,SAAQ,0BAAY;CAEjD;AAFD,4CAEC;AAED,MAAa,iBAAkB,SAAQ,0BAAY;CAMlD;AAND,8CAMC"}
1
+ {"version":3,"file":"facilities.dto.js","sourceRoot":"","sources":["../../../../src/types/facilities/dto/facilities.dto.ts"],"names":[],"mappings":";;;AAEA,uDAAsE;AAEtE,8EAAoF;AAIpF,MAAa,qBAAsB,SAAQ,4CAAyB;CAEnE;AAFD,sDAEC;AAED,MAAa,cAAc;CAM1B;AAND,wCAMC;AAED,MAAa,iBAAiB;CAsB7B;AAtBD,8CAsBC;AAED,MAAa,WAAW;CA8DvB;AA9DD,kCA8DC;AAED,MAAa,wBAAwB;CAcpC;AAdD,4DAcC;AAED,MAAa,6BAA6B;CAEzC;AAFD,sEAEC;AAED,MAAa,uBAAuB;CAEnC;AAFD,0DAEC;AAED,MAAa,0BAA0B;CAEtC;AAFD,gEAEC;AAED,MAAa,wBAAyB,SAAQ,6BAAe;CAU5D;AAVD,4DAUC;AAED,MAAa,gBAAiB,SAAQ,0BAAY;CAEjD;AAFD,4CAEC;AAED,MAAa,iBAAkB,SAAQ,0BAAY;CAMlD;AAND,8CAMC"}
@@ -0,0 +1,5 @@
1
+ import { FacilitiesOrderByEnum } from '../enums/facilities.enums';
2
+ import { TFacilityRelation } from '../facilities.types';
3
+ export declare const FACILITY_ORDER_BY_COLUMN_MAPPER: Record<FacilitiesOrderByEnum, string>;
4
+ export declare const DEFAULT_FACILITY_RELATIONS: TFacilityRelation[];
5
+ export declare const MAX_FACILITIES_IDS = 100;
@@ -0,0 +1,11 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.MAX_FACILITIES_IDS = exports.DEFAULT_FACILITY_RELATIONS = exports.FACILITY_ORDER_BY_COLUMN_MAPPER = void 0;
4
+ const facilities_enums_1 = require("../enums/facilities.enums");
5
+ exports.FACILITY_ORDER_BY_COLUMN_MAPPER = {
6
+ [facilities_enums_1.FacilitiesOrderByEnum.NAME]: 'facility.name',
7
+ [facilities_enums_1.FacilitiesOrderByEnum.IS_PUBLISHED]: 'facility.isPublished',
8
+ };
9
+ exports.DEFAULT_FACILITY_RELATIONS = ['address', 'openingTimes', 'mainMedia'];
10
+ exports.MAX_FACILITIES_IDS = 100;
11
+ //# sourceMappingURL=facility.consts.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"facility.consts.js","sourceRoot":"","sources":["../../../../../src/types/facilities/types/consts/facility.consts.ts"],"names":[],"mappings":";;;AAAA,gEAAkE;AAGrD,QAAA,+BAA+B,GAA0C;IACrF,CAAC,wCAAqB,CAAC,IAAI,CAAC,EAAE,eAAe;IAC7C,CAAC,wCAAqB,CAAC,YAAY,CAAC,EAAE,sBAAsB;CAC5D,CAAC;AAEW,QAAA,0BAA0B,GAAwB,CAAC,SAAS,EAAE,cAAc,EAAE,WAAW,CAAC,CAAC;AAE3F,QAAA,kBAAkB,GAAG,GAAG,CAAC"}
@@ -0,0 +1 @@
1
+ export * from './facility.consts';
@@ -0,0 +1,18 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./facility.consts"), exports);
18
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/types/facilities/types/consts/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,oDAAkC"}
@@ -0,0 +1,4 @@
1
+ export declare enum FacilitiesOrderByEnum {
2
+ NAME = "name",
3
+ IS_PUBLISHED = "isPublished"
4
+ }
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.FacilitiesOrderByEnum = void 0;
4
+ var FacilitiesOrderByEnum;
5
+ (function (FacilitiesOrderByEnum) {
6
+ FacilitiesOrderByEnum["NAME"] = "name";
7
+ FacilitiesOrderByEnum["IS_PUBLISHED"] = "isPublished";
8
+ })(FacilitiesOrderByEnum = exports.FacilitiesOrderByEnum || (exports.FacilitiesOrderByEnum = {}));
9
+ //# sourceMappingURL=facilities.enums.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"facilities.enums.js","sourceRoot":"","sources":["../../../../../src/types/facilities/types/enums/facilities.enums.ts"],"names":[],"mappings":";;;AAAA,IAAY,qBAGX;AAHD,WAAY,qBAAqB;IAChC,sCAAa,CAAA;IACb,qDAA4B,CAAA;AAC7B,CAAC,EAHW,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QAGhC"}
@@ -0,0 +1 @@
1
+ export * from './facilities.enums';
@@ -0,0 +1,18 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./facilities.enums"), exports);
18
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/types/facilities/types/enums/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,qDAAmC"}
@@ -1,21 +1 @@
1
- import { UpdateFacilityDetailsDto } from '../dto/facilities.dto';
2
- export interface IUpdateFacilityDetails extends UpdateFacilityDetailsDto {
3
- stripeConfigurationId?: string | null;
4
- tipConfigId?: number | null;
5
- }
6
- export interface IFacilityNameAndCoordinates {
7
- coordinates: number[];
8
- facilityName: string;
9
- }
10
- export type FacilityRelation = 'address' | 'mainMedia' | 'openingTimes' | 'spaces' | 'resources' | 'programSeasons' | 'tipConfiguration' | 'products';
11
- export declare const DEFAULT_FACILITY_RELATIONS: FacilityRelation[];
12
- export interface IFindFacilitiesOptions {
13
- organizationId?: number;
14
- facilityIds?: number[];
15
- hasLocation?: boolean;
16
- hasStripeConfig?: boolean;
17
- isTipConfigured?: boolean;
18
- nameSearch?: string;
19
- relations?: FacilityRelation[];
20
- }
21
- export declare const MAX_FACILITIES_IDS = 100;
1
+ export type TFacilityRelation = 'address' | 'mainMedia' | 'openingTimes' | 'spaces' | 'resources' | 'programSeasons' | 'tipConfiguration' | 'products';
@@ -1,6 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.MAX_FACILITIES_IDS = exports.DEFAULT_FACILITY_RELATIONS = void 0;
4
- exports.DEFAULT_FACILITY_RELATIONS = ['address', 'openingTimes', 'mainMedia'];
5
- exports.MAX_FACILITIES_IDS = 100;
6
3
  //# sourceMappingURL=facilities.types.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"facilities.types.js","sourceRoot":"","sources":["../../../../src/types/facilities/types/facilities.types.ts"],"names":[],"mappings":";;;AAuBa,QAAA,0BAA0B,GAAuB,CAAC,SAAS,EAAE,cAAc,EAAE,WAAW,CAAC,CAAC;AAY1F,QAAA,kBAAkB,GAAG,GAAG,CAAC"}
1
+ {"version":3,"file":"facilities.types.js","sourceRoot":"","sources":["../../../../src/types/facilities/types/facilities.types.ts"],"names":[],"mappings":""}
@@ -1 +1,4 @@
1
+ export * from './consts';
2
+ export * from './enums';
1
3
  export * from './facilities.types';
4
+ export * from './interfaces';
@@ -14,5 +14,8 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./consts"), exports);
18
+ __exportStar(require("./enums"), exports);
17
19
  __exportStar(require("./facilities.types"), exports);
20
+ __exportStar(require("./interfaces"), exports);
18
21
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/types/facilities/types/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,qDAAmC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/types/facilities/types/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAAyB;AACzB,0CAAwB;AACxB,qDAAmC;AACnC,+CAA6B"}
@@ -0,0 +1,30 @@
1
+ import { OrderByEnum } from '../../../services/enums.service';
2
+ import { UpdateFacilityDetailsDto } from '../../dto/facilities.dto';
3
+ import { FacilitiesOrderByEnum } from '../enums/facilities.enums';
4
+ import { TFacilityRelation } from '../facilities.types';
5
+ export interface IUpdateFacilityDetails extends UpdateFacilityDetailsDto {
6
+ stripeConfigurationId?: string | null;
7
+ tipConfigId?: number | null;
8
+ }
9
+ export interface IFacilityNameAndCoordinates {
10
+ coordinates: number[];
11
+ facilityName: string;
12
+ }
13
+ export interface IFindFacilitiesOptions {
14
+ organizationId?: number;
15
+ facilityIds?: number[];
16
+ hasLocation?: boolean;
17
+ hasStripeConfig?: boolean;
18
+ isPublished?: boolean;
19
+ isTipConfigured?: boolean;
20
+ nameSearch?: string;
21
+ relations?: TFacilityRelation[];
22
+ sports?: number[];
23
+ }
24
+ export interface IFacilitiesListOptions {
25
+ isPublished?: boolean;
26
+ nameSearch?: string;
27
+ order?: OrderByEnum;
28
+ orderBy?: FacilitiesOrderByEnum;
29
+ sports?: number[];
30
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=facilities.interfaces.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"facilities.interfaces.js","sourceRoot":"","sources":["../../../../../src/types/facilities/types/interfaces/facilities.interfaces.ts"],"names":[],"mappings":""}
@@ -0,0 +1 @@
1
+ export * from './facilities.interfaces';
@@ -0,0 +1,18 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./facilities.interfaces"), exports);
18
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/types/facilities/types/interfaces/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,0DAAwC"}
@@ -0,0 +1,39 @@
1
+ import { GenderEnum } from '../../services/enums.service';
2
+ import { IEligibleFamilyMember, IEligibleMembersResponse } from '../types/membership.interfaces';
3
+ export declare class ByOrganizationIdPackageProductUserIdDto {
4
+ organizationId: number;
5
+ packageProductUserId: number;
6
+ }
7
+ export declare class EligibleFamilyMemberUserDto {
8
+ id: number;
9
+ firstName: string;
10
+ lastName: string;
11
+ gender: GenderEnum;
12
+ birthDate: string | null;
13
+ }
14
+ export declare class EligibleFamilyMemberDto implements IEligibleFamilyMember {
15
+ membershipMemberId: number | null;
16
+ ineligibilityReasons: string[];
17
+ isAdmin: boolean;
18
+ isAlreadyMember: boolean;
19
+ isEligible: boolean;
20
+ user: EligibleFamilyMemberUserDto;
21
+ }
22
+ export declare class EligibleMembersCapacityDto {
23
+ currentTotal: number;
24
+ remainingTotal: number;
25
+ isFull: boolean;
26
+ }
27
+ export declare class EligibleMembersMembershipDto {
28
+ id: number;
29
+ name: string;
30
+ gender: GenderEnum;
31
+ minAgeYears: number | null;
32
+ maxAgeYears: number | null;
33
+ maxMembers: number;
34
+ }
35
+ export declare class EligibleMembersResponseDto implements IEligibleMembersResponse {
36
+ capacity: EligibleMembersCapacityDto;
37
+ members: EligibleFamilyMemberDto[];
38
+ membership: EligibleMembersMembershipDto;
39
+ }
@@ -0,0 +1,22 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.EligibleMembersResponseDto = exports.EligibleMembersMembershipDto = exports.EligibleMembersCapacityDto = exports.EligibleFamilyMemberDto = exports.EligibleFamilyMemberUserDto = exports.ByOrganizationIdPackageProductUserIdDto = void 0;
4
+ class ByOrganizationIdPackageProductUserIdDto {
5
+ }
6
+ exports.ByOrganizationIdPackageProductUserIdDto = ByOrganizationIdPackageProductUserIdDto;
7
+ class EligibleFamilyMemberUserDto {
8
+ }
9
+ exports.EligibleFamilyMemberUserDto = EligibleFamilyMemberUserDto;
10
+ class EligibleFamilyMemberDto {
11
+ }
12
+ exports.EligibleFamilyMemberDto = EligibleFamilyMemberDto;
13
+ class EligibleMembersCapacityDto {
14
+ }
15
+ exports.EligibleMembersCapacityDto = EligibleMembersCapacityDto;
16
+ class EligibleMembersMembershipDto {
17
+ }
18
+ exports.EligibleMembersMembershipDto = EligibleMembersMembershipDto;
19
+ class EligibleMembersResponseDto {
20
+ }
21
+ exports.EligibleMembersResponseDto = EligibleMembersResponseDto;
22
+ //# sourceMappingURL=eligible-members.dto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"eligible-members.dto.js","sourceRoot":"","sources":["../../../../src/types/membership/dto/eligible-members.dto.ts"],"names":[],"mappings":";;;AAIA,MAAa,uCAAuC;CAInD;AAJD,0FAIC;AAED,MAAa,2BAA2B;CAUvC;AAVD,kEAUC;AAED,MAAa,uBAAuB;CAYnC;AAZD,0DAYC;AAED,MAAa,0BAA0B;CAMtC;AAND,gEAMC;AAED,MAAa,4BAA4B;CAYxC;AAZD,oEAYC;AAED,MAAa,0BAA0B;CAMtC;AAND,gEAMC"}
@@ -1,3 +1,4 @@
1
+ export * from './eligible-members.dto';
1
2
  export * from './expended-member.dto';
2
3
  export * from './membership-member.dto';
3
4
  export * from './membership.dto';
@@ -14,6 +14,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./eligible-members.dto"), exports);
17
18
  __exportStar(require("./expended-member.dto"), exports);
18
19
  __exportStar(require("./membership-member.dto"), exports);
19
20
  __exportStar(require("./membership.dto"), exports);
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/types/membership/dto/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,wDAAsC;AACtC,0DAAwC;AACxC,mDAAiC;AACjC,iEAA+C;AAC/C,0DAAwC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/types/membership/dto/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yDAAuC;AACvC,wDAAsC;AACtC,0DAAwC;AACxC,mDAAiC;AACjC,iEAA+C;AAC/C,0DAAwC"}
@@ -10,12 +10,45 @@ import { MembershipMember } from '../entities/membership-member.entity';
10
10
  import { Membership } from '../entities/membership.entity';
11
11
  export interface IExpandedMembershipMemberData {
12
12
  invoice: Partial<Invoice>;
13
- lineItem: Partial<LineItems>;
13
+ lineItem: Partial<LineItems> & {
14
+ packageProductId?: number | null;
15
+ packageProductUserId?: number | null;
16
+ };
14
17
  member: MembershipMember;
15
18
  membership: Partial<Membership>;
16
19
  payment?: Partial<InvoiceToPayment>;
17
20
  user: Partial<User>;
18
21
  }
22
+ export interface IEligibleFamilyMember {
23
+ membershipMemberId: number | null;
24
+ ineligibilityReasons: string[];
25
+ isAdmin: boolean;
26
+ isAlreadyMember: boolean;
27
+ isEligible: boolean;
28
+ user: {
29
+ id: number;
30
+ firstName: string;
31
+ lastName: string;
32
+ gender: GenderEnum;
33
+ birthDate: string | null;
34
+ };
35
+ }
36
+ export interface IEligibleMembersResponse {
37
+ capacity: {
38
+ currentTotal: number;
39
+ remainingTotal: number;
40
+ isFull: boolean;
41
+ };
42
+ members: IEligibleFamilyMember[];
43
+ membership: {
44
+ id: number;
45
+ name: string;
46
+ gender: GenderEnum;
47
+ minAgeYears: number | null;
48
+ maxAgeYears: number | null;
49
+ maxMembers: number;
50
+ };
51
+ }
19
52
  export interface IGetPauseOptions {
20
53
  activeOnly?: boolean;
21
54
  }
@@ -38,6 +71,12 @@ export interface IExpandedMembershipMemberRawData extends Partial<MembershipMemb
38
71
  membershipName: string;
39
72
  parentPrice?: number;
40
73
  }
74
+ export interface IFamilyMembershipMemberProductPrice {
75
+ id: number;
76
+ price: number;
77
+ productId: number;
78
+ packageProductUserId: number;
79
+ }
41
80
  export interface IRawMembershipMemberWithMembership {
42
81
  member_membershipId: number;
43
82
  member_nextPaymentMethodId?: string;
@@ -3,8 +3,6 @@ export declare class PauseMailRelevantInfo {
3
3
  members: IMemberMailDetails[];
4
4
  organizationId: number;
5
5
  membership_name: string;
6
- facility_name: string;
7
- facility_id?: number;
8
6
  membership_pause_start: string;
9
7
  membership_pause_end: string;
10
8
  previous_next_billing_date: string;
@@ -1 +1 @@
1
- {"version":3,"file":"membership.member.classes.js","sourceRoot":"","sources":["../../../../src/types/membership/types/membership.member.classes.ts"],"names":[],"mappings":";;;AAGA,MAAa,qBAAqB;CAsBjC;AAtBD,sDAsBC"}
1
+ {"version":3,"file":"membership.member.classes.js","sourceRoot":"","sources":["../../../../src/types/membership/types/membership.member.classes.ts"],"names":[],"mappings":";;;AAGA,MAAa,qBAAqB;CAkBjC;AAlBD,sDAkBC"}
@@ -1,3 +1,4 @@
1
+ import { MembershipStatusEnum } from '../../services/enums.service';
1
2
  import { IGetPauseOptions } from './membership.interfaces';
2
3
  export declare const DEFAULT_MEMBERSHIP_MEMBER_ALIAS = "membershipMember";
3
4
  export declare const DEFAULT_GET_PAUSE_OPTIONS: IGetPauseOptions;
@@ -12,3 +13,10 @@ export declare const MEMBERSHIP_STATUS_PRIORITY: {
12
13
  pending: number;
13
14
  none: number;
14
15
  };
16
+ /**
17
+ * Statuses that mean the member currently occupies a slot on a membership
18
+ * (i.e. should be counted toward capacity and flagged as `isAlreadyMember`).
19
+ * Includes scheduled-cancel + paused variants since the term hasn't ended, and
20
+ * PENDING (future startDate) since a not-yet-started member still holds their slot.
21
+ */
22
+ export declare const CURRENT_MEMBERSHIP_STATUSES: MembershipStatusEnum[];
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.MEMBERSHIP_STATUS_PRIORITY = exports.DEFAULT_GET_PAUSE_OPTIONS = exports.DEFAULT_MEMBERSHIP_MEMBER_ALIAS = void 0;
3
+ exports.CURRENT_MEMBERSHIP_STATUSES = exports.MEMBERSHIP_STATUS_PRIORITY = exports.DEFAULT_GET_PAUSE_OPTIONS = exports.DEFAULT_MEMBERSHIP_MEMBER_ALIAS = void 0;
4
4
  const enums_service_1 = require("../../services/enums.service");
5
5
  exports.DEFAULT_MEMBERSHIP_MEMBER_ALIAS = 'membershipMember';
6
6
  exports.DEFAULT_GET_PAUSE_OPTIONS = {
@@ -17,4 +17,18 @@ exports.MEMBERSHIP_STATUS_PRIORITY = {
17
17
  [enums_service_1.MembershipStatusEnum.PENDING]: 1,
18
18
  [enums_service_1.MembershipStatusEnum.NONE]: 1,
19
19
  };
20
+ /**
21
+ * Statuses that mean the member currently occupies a slot on a membership
22
+ * (i.e. should be counted toward capacity and flagged as `isAlreadyMember`).
23
+ * Includes scheduled-cancel + paused variants since the term hasn't ended, and
24
+ * PENDING (future startDate) since a not-yet-started member still holds their slot.
25
+ */
26
+ exports.CURRENT_MEMBERSHIP_STATUSES = [
27
+ enums_service_1.MembershipStatusEnum.ACTIVE,
28
+ enums_service_1.MembershipStatusEnum.ACTIVE_CANCELLED,
29
+ enums_service_1.MembershipStatusEnum.PAUSED,
30
+ enums_service_1.MembershipStatusEnum.PAUSED_CANCELLED,
31
+ enums_service_1.MembershipStatusEnum.PAUSE_PENDING,
32
+ enums_service_1.MembershipStatusEnum.PENDING,
33
+ ];
20
34
  //# sourceMappingURL=membership.member.consts.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"membership.member.consts.js","sourceRoot":"","sources":["../../../../src/types/membership/types/membership.member.consts.ts"],"names":[],"mappings":";;;AAAA,gEAAoE;AAIvD,QAAA,+BAA+B,GAAG,kBAAkB,CAAC;AAErD,QAAA,yBAAyB,GAAqB;IAC1D,UAAU,EAAE,KAAK;CACjB,CAAC;AAEW,QAAA,0BAA0B,GAAG;IACzC,CAAC,oCAAoB,CAAC,MAAM,CAAC,EAAE,CAAC;IAChC,CAAC,oCAAoB,CAAC,gBAAgB,CAAC,EAAE,CAAC;IAC1C,CAAC,oCAAoB,CAAC,MAAM,CAAC,EAAE,CAAC;IAChC,CAAC,oCAAoB,CAAC,gBAAgB,CAAC,EAAE,CAAC;IAC1C,CAAC,oCAAoB,CAAC,aAAa,CAAC,EAAE,CAAC;IACvC,CAAC,oCAAoB,CAAC,SAAS,CAAC,EAAE,CAAC;IACnC,CAAC,oCAAoB,CAAC,OAAO,CAAC,EAAE,CAAC;IACjC,CAAC,oCAAoB,CAAC,OAAO,CAAC,EAAE,CAAC;IACjC,CAAC,oCAAoB,CAAC,IAAI,CAAC,EAAE,CAAC;CAC9B,CAAC"}
1
+ {"version":3,"file":"membership.member.consts.js","sourceRoot":"","sources":["../../../../src/types/membership/types/membership.member.consts.ts"],"names":[],"mappings":";;;AAAA,gEAAoE;AAIvD,QAAA,+BAA+B,GAAG,kBAAkB,CAAC;AAErD,QAAA,yBAAyB,GAAqB;IAC1D,UAAU,EAAE,KAAK;CACjB,CAAC;AAEW,QAAA,0BAA0B,GAAG;IACzC,CAAC,oCAAoB,CAAC,MAAM,CAAC,EAAE,CAAC;IAChC,CAAC,oCAAoB,CAAC,gBAAgB,CAAC,EAAE,CAAC;IAC1C,CAAC,oCAAoB,CAAC,MAAM,CAAC,EAAE,CAAC;IAChC,CAAC,oCAAoB,CAAC,gBAAgB,CAAC,EAAE,CAAC;IAC1C,CAAC,oCAAoB,CAAC,aAAa,CAAC,EAAE,CAAC;IACvC,CAAC,oCAAoB,CAAC,SAAS,CAAC,EAAE,CAAC;IACnC,CAAC,oCAAoB,CAAC,OAAO,CAAC,EAAE,CAAC;IACjC,CAAC,oCAAoB,CAAC,OAAO,CAAC,EAAE,CAAC;IACjC,CAAC,oCAAoB,CAAC,IAAI,CAAC,EAAE,CAAC;CAC9B,CAAC;AAEF;;;;;GAKG;AACU,QAAA,2BAA2B,GAA2B;IAClE,oCAAoB,CAAC,MAAM;IAC3B,oCAAoB,CAAC,gBAAgB;IACrC,oCAAoB,CAAC,MAAM;IAC3B,oCAAoB,CAAC,gBAAgB;IACrC,oCAAoB,CAAC,aAAa;IAClC,oCAAoB,CAAC,OAAO;CAC5B,CAAC"}
@@ -22,8 +22,8 @@ export interface IRegistrationDates {
22
22
  }
23
23
  export interface ISendPauseMail {
24
24
  adminId: number;
25
+ facilityId?: number;
25
26
  adminTemplateKey: EmailTemplatesEnum.ADMIN_PAUSE_USER | EmailTemplatesEnum.PAUSE_RESUME_ADMIN;
26
- facilityName?: string;
27
27
  initialEmail?: string;
28
28
  mailData: PauseMailRelevantInfo;
29
29
  organizationName?: string;
@@ -9,8 +9,9 @@ export interface IAdditionalRecipients {
9
9
  to: string | string[];
10
10
  }
11
11
  /**
12
- * If organizationId is provided, fromDisplayName will be the organization name if not provided.
13
- * If replyToOrganization is true and organizationId is provided, replyTo will be the organization email if not provided.
12
+ * If facilityId is provided and resolves to a facility, facility sender fields are preferred.
13
+ * If organizationId is provided, fromDisplayName will default to the organization name when facility name is unavailable.
14
+ * If replyToOrganization is true and organizationId is provided, replyTo defaults to facility email first, then organization email.
14
15
  */
15
16
  export interface INotificationSender {
16
17
  /**
@@ -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;
@@ -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;CAE9C;AAFD,gFAEC;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"}
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"}
@@ -145,3 +145,7 @@ export interface IGetCategoryProductsOptions extends IPagination {
145
145
  search?: string;
146
146
  sports?: SportNameEnum[];
147
147
  }
148
+ export interface IGetOrganizationAddonsOptions {
149
+ facilitiesIds?: number[];
150
+ includeArchived?: boolean;
151
+ }
@@ -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":"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"}
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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"}
@@ -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;