@bondsports/types 2.4.51 → 2.4.52-a-1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/dist/types/dto/events.dto.d.ts +12 -32
- package/dist/types/dto/events.dto.js +1 -7
- package/dist/types/dto/events.dto.js.map +1 -1
- package/dist/types/employees/dto/employee-facilities.dto.d.ts +11 -0
- package/dist/types/employees/dto/employee-facilities.dto.js +14 -0
- package/dist/types/employees/dto/employee-facilities.dto.js.map +1 -0
- package/dist/types/employees/dto/index.d.ts +1 -0
- package/dist/types/employees/dto/index.js +1 -0
- package/dist/types/employees/dto/index.js.map +1 -1
- package/dist/types/employees/types/enums.d.ts +4 -0
- package/dist/types/employees/types/enums.js +6 -1
- package/dist/types/employees/types/enums.js.map +1 -1
- package/dist/types/employees/types/interfaces/employee-facility-access.interfaces.d.ts +8 -1
- package/dist/types/entity/Events.d.ts +0 -1
- package/dist/types/entity/Events.js.map +1 -1
- package/dist/types/folders/types/interfaces/folder-content.interfaces.d.ts +3 -8
- package/dist/types/import/dto/customer.dto.d.ts +1 -6
- package/dist/types/import/dto/customer.dto.js.map +1 -1
- package/dist/types/index.d.ts +0 -1
- package/dist/types/index.js +0 -1
- package/dist/types/index.js.map +1 -1
- package/dist/types/leagues-scheduler/dto/leagues-scheduler-metadata.dto.d.ts +0 -1
- package/dist/types/leagues-scheduler/dto/leagues-scheduler-metadata.dto.js.map +1 -1
- package/dist/types/leagues-scheduler/dto/leagues-scheduler.dto.d.ts +0 -6
- package/dist/types/leagues-scheduler/dto/leagues-scheduler.dto.js.map +1 -1
- package/dist/types/leagues-scheduler/types/enums.d.ts +1 -2
- package/dist/types/leagues-scheduler/types/enums.js +0 -1
- package/dist/types/leagues-scheduler/types/enums.js.map +1 -1
- package/dist/types/leagues-scheduler/types/interfaces.d.ts +0 -18
- package/dist/types/leagues-scheduler/types/interfaces.js.map +1 -1
- package/dist/types/programs/dto/program-public.dto.js.map +1 -1
- package/dist/types/programs/types/consts/program.consts.d.ts +0 -2
- package/dist/types/programs/types/consts/program.consts.js +2 -17
- package/dist/types/programs/types/consts/program.consts.js.map +1 -1
- package/dist/types/programs/types/enums/program.enums.d.ts +1 -2
- package/dist/types/programs/types/enums/program.enums.js +0 -1
- package/dist/types/programs/types/enums/program.enums.js.map +1 -1
- package/dist/types/programs-seasons/types/classes/index.d.ts +0 -1
- package/dist/types/programs-seasons/types/classes/index.js +0 -1
- package/dist/types/programs-seasons/types/classes/index.js.map +1 -1
- package/dist/types/programs-seasons/types/consts/program-season.consts.d.ts +2 -0
- package/dist/types/programs-seasons/types/consts/program-season.consts.js +3 -1
- package/dist/types/programs-seasons/types/consts/program-season.consts.js.map +1 -1
- package/dist/types/services/enums.service.d.ts +0 -3
- package/dist/types/services/enums.service.js +0 -3
- package/dist/types/services/enums.service.js.map +1 -1
- package/dist/types/session-participants/dto/get.session.participant.dto.d.ts +1 -2
- package/dist/types/session-participants/dto/get.session.participant.dto.js.map +1 -1
- package/dist/types/session-participants/dto/session.participant.dto.d.ts +0 -3
- package/dist/types/session-participants/dto/session.participant.dto.js.map +1 -1
- package/dist/types/session-participants/types/classes.d.ts +0 -3
- package/dist/types/session-participants/types/classes.js.map +1 -1
- package/dist/types/session-participants/types/consts.d.ts +1 -5
- package/dist/types/session-participants/types/consts.js +3 -16
- package/dist/types/session-participants/types/consts.js.map +1 -1
- package/dist/types/session-participants/types/enums.d.ts +0 -10
- package/dist/types/session-participants/types/enums.js +1 -12
- package/dist/types/session-participants/types/enums.js.map +1 -1
- package/dist/types/session-participants/types/interfaces.d.ts +0 -4
- package/package.json +1 -1
- package/dist/types/group-registration/dto/group-registration.dto.d.ts +0 -14
- package/dist/types/group-registration/dto/group-registration.dto.js +0 -15
- package/dist/types/group-registration/dto/group-registration.dto.js.map +0 -1
- package/dist/types/group-registration/dto/index.d.ts +0 -1
- package/dist/types/group-registration/dto/index.js +0 -18
- package/dist/types/group-registration/dto/index.js.map +0 -1
- package/dist/types/group-registration/index.d.ts +0 -1
- package/dist/types/group-registration/index.js +0 -18
- package/dist/types/group-registration/index.js.map +0 -1
- package/dist/types/programs-seasons/types/classes/attendee.classes.d.ts +0 -22
- package/dist/types/programs-seasons/types/classes/attendee.classes.js +0 -10
- package/dist/types/programs-seasons/types/classes/attendee.classes.js.map +0 -1
|
@@ -77,11 +77,9 @@ export interface IEventOfSessionDetails {
|
|
|
77
77
|
programId: number;
|
|
78
78
|
sessionId: number;
|
|
79
79
|
attenedanceCount: number;
|
|
80
|
-
awayTeamName?: string;
|
|
81
80
|
checkedInCount: number;
|
|
82
81
|
endDate: Date;
|
|
83
82
|
endTime: string;
|
|
84
|
-
homeTeamName?: string;
|
|
85
83
|
isPublic: boolean;
|
|
86
84
|
metaData?: unknown;
|
|
87
85
|
missingPaymentCount: number;
|
|
@@ -102,24 +100,20 @@ export interface IEventAttendeeBase {
|
|
|
102
100
|
firstName: string | null;
|
|
103
101
|
lastName: string | null;
|
|
104
102
|
}
|
|
105
|
-
export
|
|
106
|
-
productId: number;
|
|
107
|
-
productName: string;
|
|
108
|
-
}
|
|
109
|
-
export declare class AttendeeOfEventDto {
|
|
110
|
-
eventId: number;
|
|
111
|
-
userId: number;
|
|
112
|
-
firstName: string;
|
|
113
|
-
lastName: string;
|
|
103
|
+
export interface IAttendeeOfEvent extends IEventAttendeeBase {
|
|
114
104
|
addonProductUserIds: number[];
|
|
115
|
-
addOns:
|
|
105
|
+
addOns: {
|
|
106
|
+
productId: number;
|
|
107
|
+
productName: string;
|
|
108
|
+
}[];
|
|
116
109
|
birthDate: string;
|
|
117
110
|
entryStatus: EntryStatusEnum;
|
|
111
|
+
firstName: string;
|
|
112
|
+
lastName: string;
|
|
118
113
|
leftPasses?: number;
|
|
119
114
|
mediaURL: string;
|
|
120
115
|
paymentStatus: PaymentStatusEnum;
|
|
121
116
|
signedWaiver: string;
|
|
122
|
-
teamName?: string;
|
|
123
117
|
totalPasses?: number;
|
|
124
118
|
}
|
|
125
119
|
export interface INotifyEventAttendee extends IEventAttendeeBase {
|
|
@@ -131,24 +125,11 @@ export interface INotifyEventAttendee extends IEventAttendeeBase {
|
|
|
131
125
|
}
|
|
132
126
|
export declare class FindEventAttendeeOptionsDto extends PaginationRangeQuery {
|
|
133
127
|
nameSearch?: string;
|
|
134
|
-
isCheckedIn?:
|
|
135
|
-
isNotCheckedIn?:
|
|
136
|
-
hasAddons?:
|
|
137
|
-
isWaiverSigned?:
|
|
138
|
-
statuses?: string
|
|
139
|
-
teamFolderIds?: number[];
|
|
140
|
-
}
|
|
141
|
-
export interface IGetAttendeesOfSessionEventParams {
|
|
142
|
-
eventId: number;
|
|
143
|
-
hasAddons?: boolean;
|
|
144
|
-
isCheckedIn?: boolean;
|
|
145
|
-
isFolderedRegistration?: boolean;
|
|
146
|
-
isNotCheckedIn?: boolean;
|
|
147
|
-
isWaiverSigned?: boolean;
|
|
148
|
-
nameSearch?: string;
|
|
149
|
-
paginationRange: PaginationRangeQuery;
|
|
150
|
-
paymentStatuses?: string[];
|
|
151
|
-
teamFolderIds?: number[];
|
|
128
|
+
isCheckedIn?: string;
|
|
129
|
+
isNotCheckedIn?: string;
|
|
130
|
+
hasAddons?: string;
|
|
131
|
+
isWaiverSigned?: string;
|
|
132
|
+
statuses?: string;
|
|
152
133
|
}
|
|
153
134
|
export declare class SimpleEventDto extends IdDto {
|
|
154
135
|
title?: string;
|
|
@@ -195,7 +176,6 @@ export declare class ParentSessionDto extends IdDto {
|
|
|
195
176
|
export declare class EventWithAttendanceDto extends SimpleEventDto {
|
|
196
177
|
parentSession: ParentSessionDto;
|
|
197
178
|
attendance: AttendanceDto[];
|
|
198
|
-
participantTeamName?: string;
|
|
199
179
|
}
|
|
200
180
|
export declare class GetUsersEventsQueryDto extends PaginationQuery {
|
|
201
181
|
startDateBefore?: string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GetUsersEventsQueryDto = exports.EventWithAttendanceDto = exports.ParentSessionDto = exports.EventInScheduleDto = exports.SpaceDto = exports.SimpleAttendeeDto = exports.SimpleEventDto = exports.FindEventAttendeeOptionsDto = exports.
|
|
3
|
+
exports.GetUsersEventsQueryDto = exports.EventWithAttendanceDto = exports.ParentSessionDto = exports.EventInScheduleDto = exports.SpaceDto = exports.SimpleAttendeeDto = exports.SimpleEventDto = exports.FindEventAttendeeOptionsDto = exports.ProgramSessionLandingPageDto = exports.ProgramLandingPageQueryDto = exports.ProgramLandingPageDto = exports.FacilityEventsScheduleQueryParams = exports.FindByFacilityIdAndOrganizationIdDto = exports.FindByFacilityIdDto = exports.EventsIdsQueryDto = exports.AddEventToSessionDto = exports.EventMetadataDto = exports.UpdateEventDto = exports.FindEventByIdDto = void 0;
|
|
4
4
|
const general_dto_1 = require("./general.dto");
|
|
5
5
|
class FindEventByIdDto {
|
|
6
6
|
}
|
|
@@ -35,12 +35,6 @@ exports.ProgramLandingPageQueryDto = ProgramLandingPageQueryDto;
|
|
|
35
35
|
class ProgramSessionLandingPageDto {
|
|
36
36
|
}
|
|
37
37
|
exports.ProgramSessionLandingPageDto = ProgramSessionLandingPageDto;
|
|
38
|
-
class AttendeeOfEventAddOnDto {
|
|
39
|
-
}
|
|
40
|
-
exports.AttendeeOfEventAddOnDto = AttendeeOfEventAddOnDto;
|
|
41
|
-
class AttendeeOfEventDto {
|
|
42
|
-
}
|
|
43
|
-
exports.AttendeeOfEventDto = AttendeeOfEventDto;
|
|
44
38
|
class FindEventAttendeeOptionsDto extends general_dto_1.PaginationRangeQuery {
|
|
45
39
|
}
|
|
46
40
|
exports.FindEventAttendeeOptionsDto = FindEventAttendeeOptionsDto;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"events.dto.js","sourceRoot":"","sources":["../../../src/types/dto/events.dto.ts"],"names":[],"mappings":";;;AAUA,+CAAgG;AAEhG,MAAa,gBAAgB;CAM5B;AAND,4CAMC;AAED,MAAa,cAAc;CA0B1B;AA1BD,wCA0BC;AAED,MAAa,gBAAgB;CAc5B;AAdD,4CAcC;AAED,MAAa,oBAAoB;CAEhC;AAFD,oDAEC;AAED,MAAa,iBAAiB;CAoB7B;AApBD,8CAoBC;AAED,MAAa,mBAAmB;CAE/B;AAFD,kDAEC;AAED,MAAa,oCAAqC,SAAQ,mBAAmB;CAE5E;AAFD,oFAEC;AAED,MAAa,iCAAiC;CAM7C;AAND,8EAMC;AAED,MAAa,qBAAqB;CAEjC;AAFD,sDAEC;AAED,MAAa,0BAA0B;CAEtC;AAFD,gEAEC;AAED,MAAa,4BAA4B;CAIxC;AAJD,oEAIC;
|
|
1
|
+
{"version":3,"file":"events.dto.js","sourceRoot":"","sources":["../../../src/types/dto/events.dto.ts"],"names":[],"mappings":";;;AAUA,+CAAgG;AAEhG,MAAa,gBAAgB;CAM5B;AAND,4CAMC;AAED,MAAa,cAAc;CA0B1B;AA1BD,wCA0BC;AAED,MAAa,gBAAgB;CAc5B;AAdD,4CAcC;AAED,MAAa,oBAAoB;CAEhC;AAFD,oDAEC;AAED,MAAa,iBAAiB;CAoB7B;AApBD,8CAoBC;AAED,MAAa,mBAAmB;CAE/B;AAFD,kDAEC;AAED,MAAa,oCAAqC,SAAQ,mBAAmB;CAE5E;AAFD,oFAEC;AAED,MAAa,iCAAiC;CAM7C;AAND,8EAMC;AAED,MAAa,qBAAqB;CAEjC;AAFD,sDAEC;AAED,MAAa,0BAA0B;CAEtC;AAFD,gEAEC;AAED,MAAa,4BAA4B;CAIxC;AAJD,oEAIC;AAuDD,MAAa,2BAA4B,SAAQ,kCAAoB;CAYpE;AAZD,kEAYC;AAED,MAAa,cAAe,SAAQ,mBAAK;CAwBxC;AAxBD,wCAwBC;AAED,MAAa,iBAAkB,SAAQ,mBAAK;CAE3C;AAFD,8CAEC;AAED,MAAa,QAAQ;CAIpB;AAJD,4BAIC;AAED,MAAa,kBAAkB;CA4B9B;AA5BD,gDA4BC;AAED,MAAa,gBAAiB,SAAQ,mBAAK;CAM1C;AAND,4CAMC;AAED,MAAa,sBAAuB,SAAQ,cAAc;CAIzD;AAJD,wDAIC;AAED,MAAa,sBAAuB,SAAQ,6BAAe;CAgB1D;AAhBD,wDAgBC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { FacilityDto, SimpleFacilityDto } from '../../facilities/dto/facilities.dto';
|
|
2
|
+
import { EmployeeFacilitiesViewEnum } from '../types/enums';
|
|
3
|
+
export declare class EmployeeFacilitiesDto {
|
|
4
|
+
employeeId: number;
|
|
5
|
+
defaultFacilityId: number | null;
|
|
6
|
+
facilityIds: number[];
|
|
7
|
+
accessibleFacilities: SimpleFacilityDto[] | FacilityDto[];
|
|
8
|
+
}
|
|
9
|
+
export declare class GetEmployeeFacilitiesQueryDto {
|
|
10
|
+
view?: EmployeeFacilitiesViewEnum;
|
|
11
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.GetEmployeeFacilitiesQueryDto = exports.EmployeeFacilitiesDto = void 0;
|
|
4
|
+
const enums_1 = require("../types/enums");
|
|
5
|
+
class EmployeeFacilitiesDto {
|
|
6
|
+
}
|
|
7
|
+
exports.EmployeeFacilitiesDto = EmployeeFacilitiesDto;
|
|
8
|
+
class GetEmployeeFacilitiesQueryDto {
|
|
9
|
+
constructor() {
|
|
10
|
+
this.view = enums_1.EmployeeFacilitiesViewEnum.SUMMARY;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
exports.GetEmployeeFacilitiesQueryDto = GetEmployeeFacilitiesQueryDto;
|
|
14
|
+
//# sourceMappingURL=employee-facilities.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"employee-facilities.dto.js","sourceRoot":"","sources":["../../../../src/types/employees/dto/employee-facilities.dto.ts"],"names":[],"mappings":";;;AAEA,0CAA4D;AAE5D,MAAa,qBAAqB;CAQjC;AARD,sDAQC;AAED,MAAa,6BAA6B;IAA1C;QACC,SAAI,GAAgC,kCAA0B,CAAC,OAAO,CAAC;IACxE,CAAC;CAAA;AAFD,sEAEC"}
|
|
@@ -14,5 +14,6 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./employee-facilities.dto"), exports);
|
|
17
18
|
__exportStar(require("./employee.dto"), exports);
|
|
18
19
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/types/employees/dto/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,iDAA+B"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/types/employees/dto/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,4DAA0C;AAC1C,iDAA+B"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.MembershipSortByEnum = exports.OrganizationUserOrderBy = exports.UserOrderBy = exports.EmployeeStatus = void 0;
|
|
3
|
+
exports.EmployeeFacilitiesViewEnum = exports.MembershipSortByEnum = exports.OrganizationUserOrderBy = exports.UserOrderBy = exports.EmployeeStatus = void 0;
|
|
4
4
|
var EmployeeStatus;
|
|
5
5
|
(function (EmployeeStatus) {
|
|
6
6
|
EmployeeStatus["ACTIVE"] = "active";
|
|
@@ -30,4 +30,9 @@ var MembershipSortByEnum;
|
|
|
30
30
|
MembershipSortByEnum["ACTIVITIES"] = "activities";
|
|
31
31
|
MembershipSortByEnum["MEMEMBERSHIP_TYPE"] = "membershipType";
|
|
32
32
|
})(MembershipSortByEnum = exports.MembershipSortByEnum || (exports.MembershipSortByEnum = {}));
|
|
33
|
+
var EmployeeFacilitiesViewEnum;
|
|
34
|
+
(function (EmployeeFacilitiesViewEnum) {
|
|
35
|
+
EmployeeFacilitiesViewEnum["SUMMARY"] = "SUMMARY";
|
|
36
|
+
EmployeeFacilitiesViewEnum["FULL"] = "FULL";
|
|
37
|
+
})(EmployeeFacilitiesViewEnum = exports.EmployeeFacilitiesViewEnum || (exports.EmployeeFacilitiesViewEnum = {}));
|
|
33
38
|
//# sourceMappingURL=enums.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"enums.js","sourceRoot":"","sources":["../../../../src/types/employees/types/enums.ts"],"names":[],"mappings":";;;AAAA,IAAY,cAIX;AAJD,WAAY,cAAc;IACzB,mCAAiB,CAAA;IACjB,uCAAqB,CAAA;IACrB,qCAAmB,CAAA;AACpB,CAAC,EAJW,cAAc,GAAd,sBAAc,KAAd,sBAAc,QAIzB;AAED,IAAY,WAKX;AALD,WAAY,WAAW;IACtB,8BAAe,CAAA;IACf,uCAAwB,CAAA;IACxB,qCAAsB,CAAA;IACtB,uCAAwB,CAAA;AACzB,CAAC,EALW,WAAW,GAAX,mBAAW,KAAX,mBAAW,QAKtB;AAED,IAAY,uBAKX;AALD,WAAY,uBAAuB;IAClC,4CAAiB,CAAA;IACjB,wEAA6C,CAAA;IAC7C,oEAAyC,CAAA;IACzC,uDAA4B,CAAA;AAC7B,CAAC,EALW,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAKlC;AAED,IAAY,oBAOX;AAPD,WAAY,oBAAoB;IAC/B,qCAAa,CAAA;IACb,wDAAgC,CAAA;IAChC,0CAAkB,CAAA;IAClB,yCAAiB,CAAA;IACjB,iDAAyB,CAAA;IACzB,4DAAoC,CAAA;AACrC,CAAC,EAPW,oBAAoB,GAApB,4BAAoB,KAApB,4BAAoB,QAO/B"}
|
|
1
|
+
{"version":3,"file":"enums.js","sourceRoot":"","sources":["../../../../src/types/employees/types/enums.ts"],"names":[],"mappings":";;;AAAA,IAAY,cAIX;AAJD,WAAY,cAAc;IACzB,mCAAiB,CAAA;IACjB,uCAAqB,CAAA;IACrB,qCAAmB,CAAA;AACpB,CAAC,EAJW,cAAc,GAAd,sBAAc,KAAd,sBAAc,QAIzB;AAED,IAAY,WAKX;AALD,WAAY,WAAW;IACtB,8BAAe,CAAA;IACf,uCAAwB,CAAA;IACxB,qCAAsB,CAAA;IACtB,uCAAwB,CAAA;AACzB,CAAC,EALW,WAAW,GAAX,mBAAW,KAAX,mBAAW,QAKtB;AAED,IAAY,uBAKX;AALD,WAAY,uBAAuB;IAClC,4CAAiB,CAAA;IACjB,wEAA6C,CAAA;IAC7C,oEAAyC,CAAA;IACzC,uDAA4B,CAAA;AAC7B,CAAC,EALW,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAKlC;AAED,IAAY,oBAOX;AAPD,WAAY,oBAAoB;IAC/B,qCAAa,CAAA;IACb,wDAAgC,CAAA;IAChC,0CAAkB,CAAA;IAClB,yCAAiB,CAAA;IACjB,iDAAyB,CAAA;IACzB,4DAAoC,CAAA;AACrC,CAAC,EAPW,oBAAoB,GAApB,4BAAoB,KAApB,4BAAoB,QAO/B;AAED,IAAY,0BAGX;AAHD,WAAY,0BAA0B;IACrC,iDAAmB,CAAA;IACnB,2CAAa,CAAA;AACd,CAAC,EAHW,0BAA0B,GAA1B,kCAA0B,KAA1B,kCAA0B,QAGrC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
import { Facility } from '../../../facilities/entities/Facility';
|
|
2
|
+
export interface ICreateEmployeeFacilityAccessInput {
|
|
2
3
|
organizationId: number;
|
|
3
4
|
userId: number;
|
|
4
5
|
facilityIds: number[];
|
|
@@ -7,6 +8,12 @@ export interface IEmployeeFacilityAccessState {
|
|
|
7
8
|
defaultFacilityId: number | null;
|
|
8
9
|
facilityIds: number[];
|
|
9
10
|
}
|
|
11
|
+
export interface IEmployeeFacilities {
|
|
12
|
+
defaultFacilityId: number | null;
|
|
13
|
+
employeeId: number;
|
|
14
|
+
accessibleFacilities: Facility[];
|
|
15
|
+
facilityIds: number[];
|
|
16
|
+
}
|
|
10
17
|
export interface IFindFacilityAccessFilter {
|
|
11
18
|
organizationId: number;
|
|
12
19
|
facilityIds?: number[];
|
|
@@ -81,7 +81,6 @@ export declare class Event extends OrganizationConnectionBaseEntity {
|
|
|
81
81
|
parentGroupFolder?: Folder;
|
|
82
82
|
registrationWindowStatus: RegistrationWindowStatusEnum;
|
|
83
83
|
resources?: Resource[];
|
|
84
|
-
participantTeamName?: string;
|
|
85
84
|
participantsNumber?: number;
|
|
86
85
|
maxParticipants?: number;
|
|
87
86
|
isWaitlistEnabled?: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Events.js","sourceRoot":"","sources":["../../../src/types/entity/Events.ts"],"names":[],"mappings":";;;AAoBA,yFAAsF;AAItF,MAAa,KAAM,SAAQ,mEAAgC;
|
|
1
|
+
{"version":3,"file":"Events.js","sourceRoot":"","sources":["../../../src/types/entity/Events.ts"],"names":[],"mappings":";;;AAoBA,yFAAsF;AAItF,MAAa,KAAM,SAAQ,mEAAgC;CA4I1D;AA5ID,sBA4IC"}
|
|
@@ -3,10 +3,9 @@ import { ContentType } from '../../../folders/entities/folder-content.entity';
|
|
|
3
3
|
/**
|
|
4
4
|
* Parameters for building folder contents query
|
|
5
5
|
*/
|
|
6
|
-
export interface
|
|
6
|
+
export interface FolderContentsByFolderQueryParams {
|
|
7
7
|
organizationId?: number;
|
|
8
8
|
contentId?: number;
|
|
9
|
-
contentIds?: number[];
|
|
10
9
|
contentTypes?: ContentType[];
|
|
11
10
|
excludedContentIds?: number[];
|
|
12
11
|
excludedFolderContentIds?: number[];
|
|
@@ -14,7 +13,7 @@ export interface IFolderContentsByFolderQueryParams {
|
|
|
14
13
|
/**
|
|
15
14
|
* Parameters for building folder contents by IDs query
|
|
16
15
|
*/
|
|
17
|
-
export interface
|
|
16
|
+
export interface FolderContentsByIdsQueryParams {
|
|
18
17
|
organizationId?: number;
|
|
19
18
|
contentTypes?: ContentType[];
|
|
20
19
|
}
|
|
@@ -24,7 +23,6 @@ export interface IFolderContentsByIdsQueryParams {
|
|
|
24
23
|
export interface IGetFolderContentsParams {
|
|
25
24
|
organizationId?: number;
|
|
26
25
|
contentId?: number;
|
|
27
|
-
contentIds?: number[];
|
|
28
26
|
contentTypes?: ContentType[];
|
|
29
27
|
excludedContentIds?: number[];
|
|
30
28
|
excludedFolderContentIds?: number[];
|
|
@@ -38,12 +36,9 @@ export interface IGetPaginatedFolderContentsParams extends IGetFolderContentsPar
|
|
|
38
36
|
}
|
|
39
37
|
/**
|
|
40
38
|
* Metadata structure for team folder content (ContentType.USER in team folders).
|
|
41
|
-
* Used to track the specific purchase associated with a user's team membership
|
|
42
|
-
* along with player-level attributes (team role, jersey number, position).
|
|
39
|
+
* Used to track the specific purchase associated with a user's team membership.
|
|
43
40
|
*/
|
|
44
41
|
export interface ITeamFolderMetadata {
|
|
45
42
|
productUserId?: number;
|
|
46
|
-
jerseyNumber?: number;
|
|
47
|
-
position?: string;
|
|
48
43
|
teamRole?: string;
|
|
49
44
|
}
|
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
import { AddressDto } from '../../address/dto/address.dto';
|
|
2
1
|
import { CreateCustomerDto } from '../../customers/dto/customer.dto';
|
|
3
2
|
import { CustomerDto } from '../../dto/customer.dto';
|
|
4
3
|
import { User } from '../../user/entities/User';
|
|
5
4
|
import { ImportResponseDto, ImportValidationResponseDto } from './import.dto';
|
|
6
|
-
export declare class AddImportedCustomerDto extends CreateCustomerDto
|
|
5
|
+
export declare class AddImportedCustomerDto extends CreateCustomerDto {
|
|
7
6
|
importedId: string;
|
|
8
7
|
genderStr: string;
|
|
9
8
|
importedParentId?: string;
|
|
@@ -11,10 +10,6 @@ export declare class AddImportedCustomerDto extends CreateCustomerDto implements
|
|
|
11
10
|
endDate?: string;
|
|
12
11
|
startDate?: string;
|
|
13
12
|
membershipId?: number;
|
|
14
|
-
street?: string;
|
|
15
|
-
city?: string;
|
|
16
|
-
state?: string;
|
|
17
|
-
zip?: string;
|
|
18
13
|
}
|
|
19
14
|
export declare class AddFamilyDto {
|
|
20
15
|
parents: AddImportedCustomerDto[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"customer.dto.js","sourceRoot":"","sources":["../../../../src/types/import/dto/customer.dto.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"customer.dto.js","sourceRoot":"","sources":["../../../../src/types/import/dto/customer.dto.ts"],"names":[],"mappings":";;;AACA,mEAAqE;AAIrE,6CAA8E;AAE9E,MAAa,sBAAuB,SAAQ,gCAAiB;CAc5D;AAdD,wDAcC;AAED,MAAa,YAAY;CAIxB;AAJD,oCAIC;AAED,MAAa,2BAA4B,SAAQ,wCAA2B;CAI3E;AAJD,kEAIC;AAED,MAAa,wBAAwB;CAEpC;AAFD,4DAEC;AAED,MAAa,yBAA0B,SAAQ,8BAA8B;CAAG;AAAhF,8DAAgF"}
|
package/dist/types/index.d.ts
CHANGED
|
@@ -19,7 +19,6 @@ export * from './filters';
|
|
|
19
19
|
export * from './folders';
|
|
20
20
|
export * from './future-installments';
|
|
21
21
|
export * from './gl-codes';
|
|
22
|
-
export * from './group-registration';
|
|
23
22
|
export * from './import';
|
|
24
23
|
export * from './interceptors';
|
|
25
24
|
export * from './invitations';
|
package/dist/types/index.js
CHANGED
|
@@ -35,7 +35,6 @@ __exportStar(require("./filters"), exports);
|
|
|
35
35
|
__exportStar(require("./folders"), exports);
|
|
36
36
|
__exportStar(require("./future-installments"), exports);
|
|
37
37
|
__exportStar(require("./gl-codes"), exports);
|
|
38
|
-
__exportStar(require("./group-registration"), exports);
|
|
39
38
|
__exportStar(require("./import"), exports);
|
|
40
39
|
__exportStar(require("./interceptors"), exports);
|
|
41
40
|
__exportStar(require("./invitations"), exports);
|
package/dist/types/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/types/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,+CAA6B;AAC7B,+CAA6B;AAC7B,2CAAyB;AACzB,4CAA0B;AAC1B,+CAA6B;AAC7B,yCAAuB;AACvB,yCAAuB;AACvB,8CAA4B;AAC5B,oDAAkC;AAClC,wCAAsB;AACtB,8CAA4B;AAC5B,sDAAoC;AACpC,2CAAyB;AACzB,2CAAyB;AACzB,+CAA6B;AAC7B,kDAAgC;AAChC,wCAAsB;AACtB,4CAA0B;AAC1B,4CAA0B;AAC1B,wDAAsC;AACtC,6CAA2B;AAC3B,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/types/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,+CAA6B;AAC7B,+CAA6B;AAC7B,2CAAyB;AACzB,4CAA0B;AAC1B,+CAA6B;AAC7B,yCAAuB;AACvB,yCAAuB;AACvB,8CAA4B;AAC5B,oDAAkC;AAClC,wCAAsB;AACtB,8CAA4B;AAC5B,sDAAoC;AACpC,2CAAyB;AACzB,2CAAyB;AACzB,+CAA6B;AAC7B,kDAAgC;AAChC,wCAAsB;AACtB,4CAA0B;AAC1B,4CAA0B;AAC1B,wDAAsC;AACtC,6CAA2B;AAC3B,2CAAyB;AACzB,iDAA+B;AAC/B,gDAA8B;AAC9B,4CAA0B;AAC1B,4CAA0B;AAC1B,2CAAyB;AACzB,qDAAmC;AACnC,sDAAoC;AACpC,0CAAwB;AACxB,0CAAwB;AACxB,+CAA6B;AAC7B,mDAAiC;AACjC,0CAAwB;AACxB,kDAAgC;AAChC,mDAAiC;AACjC,mDAAiC;AACjC,iDAA+B;AAC/B,4CAA0B;AAC1B,4CAA0B;AAC1B,oDAAkC;AAClC,6CAA2B;AAC3B,qDAAmC;AACnC,+CAA6B;AAC7B,+CAA6B;AAC7B,6CAA2B;AAC3B,mDAAiC;AACjC,iDAA+B;AAC/B,sDAAoC;AACpC,8CAA4B;AAC5B,0CAAwB;AACxB,6CAA2B;AAC3B,yDAAuC;AACvC,2CAAyB;AACzB,0DAAwC;AACxC,0CAAwB;AACxB,0CAAwB;AACxB,uDAAqC;AACrC,yCAAuB;AACvB,oDAAkC;AAClC,wDAAsC;AACtC,yCAAuB;AACvB,4CAA0B;AAC1B,6CAA2B;AAC3B,4CAA0B;AAC1B,6CAA2B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"leagues-scheduler-metadata.dto.js","sourceRoot":"","sources":["../../../../src/types/leagues-scheduler/dto/leagues-scheduler-metadata.dto.ts"],"names":[],"mappings":";;;AAMA,6CAA6C;AAC7C,kDAAyF;AAAhF,0GAAA,YAAY,OAAA;AAAE,gHAAA,kBAAkB,OAAA;AAAE,8GAAA,gBAAgB,OAAA;AAE3D;;;;;;;;;;;;GAYG;AACH,MAAa,qBAAqB;
|
|
1
|
+
{"version":3,"file":"leagues-scheduler-metadata.dto.js","sourceRoot":"","sources":["../../../../src/types/leagues-scheduler/dto/leagues-scheduler-metadata.dto.ts"],"names":[],"mappings":";;;AAMA,6CAA6C;AAC7C,kDAAyF;AAAhF,0GAAA,YAAY,OAAA;AAAE,gHAAA,kBAAkB,OAAA;AAAE,8GAAA,gBAAgB,OAAA;AAE3D;;;;;;;;;;;;GAYG;AACH,MAAa,qBAAqB;CAgBjC;AAhBD,sDAgBC;AAED,gDAAgD;AAEhD;;;;GAIG;AACH,MAAa,gBAAgB;CAY5B;AAZD,4CAYC;AAED;;;;;GAKG;AACH,MAAa,qBAAqB;CAUjC;AAVD,sDAUC"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { ProgramSeason } from '../../programs-seasons/entities/ProgramSeason';
|
|
2
1
|
import { IScheduleConfig, IGameSchedule, ITeamSchedule, IDivisionSchedule, IScheduleConflict, IConflictingEvent, IConflictingResource, IGeneratedSchedule, ByeWeekPolicyEnum, ScheduleConflictTypeEnum, ValidationSeverityEnum, InternalConflictTypeEnum } from '../types/interfaces';
|
|
3
2
|
import { MaintenanceEventDto } from './maintenance-event.dto';
|
|
4
3
|
import { ScheduleQualityScoreDto } from './quality-metrics.dto';
|
|
@@ -51,7 +50,6 @@ export declare class ScheduleConfigDto implements IScheduleConfig {
|
|
|
51
50
|
rounds?: number;
|
|
52
51
|
maintenanceEvents?: MaintenanceEventDto[];
|
|
53
52
|
isCreateSlots?: boolean;
|
|
54
|
-
respectDivisionBoundaries?: boolean;
|
|
55
53
|
}
|
|
56
54
|
/**
|
|
57
55
|
* Game Schedule DTO (Controller use only)
|
|
@@ -127,9 +125,6 @@ export declare class ScheduleConflictDto implements IScheduleConflict {
|
|
|
127
125
|
startDate?: string;
|
|
128
126
|
startTime?: string;
|
|
129
127
|
endTime?: string;
|
|
130
|
-
description?: string;
|
|
131
|
-
divisionId?: number;
|
|
132
|
-
divisionName?: string;
|
|
133
128
|
}
|
|
134
129
|
/**
|
|
135
130
|
* Generated Schedule DTO (Controller use only)
|
|
@@ -219,7 +214,6 @@ export declare class PublishScheduleResponseDto {
|
|
|
219
214
|
maintenanceEventsCreated?: number;
|
|
220
215
|
metadata: PublishMetadataDto;
|
|
221
216
|
qualityMetrics?: Record<string, unknown>;
|
|
222
|
-
programSeason?: ProgramSeason;
|
|
223
217
|
}
|
|
224
218
|
export declare class ScheduleConfigRequestDto {
|
|
225
219
|
seasonFolderId: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"leagues-scheduler.dto.js","sourceRoot":"","sources":["../../../../src/types/leagues-scheduler/dto/leagues-scheduler.dto.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"leagues-scheduler.dto.js","sourceRoot":"","sources":["../../../../src/types/leagues-scheduler/dto/leagues-scheduler.dto.ts"],"names":[],"mappings":";;;AAmBA,6CAA6C;AAC7C,kDAK6B;AAJ5B,+GAAA,iBAAiB,OAAA;AACjB,sHAAA,wBAAwB,OAAA;AACxB,oHAAA,sBAAsB,OAAA;AACtB,sHAAA,wBAAwB,OAAA;AAGzB,2DAA2D;AAC3D,iEAA8D;AAArD,4HAAA,mBAAmB,OAAA;AAE5B,+EAA+E;AAC/E,wBAAwB;AACxB,+EAA+E;AAE/E;;GAEG;AACH,MAAa,2BAA2B;CAEvC;AAFD,kEAEC;AAED;;GAEG;AACH,MAAa,8BAA8B;CAM1C;AAND,wEAMC;AAED,+EAA+E;AAC/E,yBAAyB;AACzB,+EAA+E;AAE/E;;;GAGG;AACH,MAAa,aAAa;CAUzB;AAVD,sCAUC;AAED;;;GAGG;AACH,MAAa,iBAAiB;CAkC7B;AAlCD,8CAkCC;AAED,+EAA+E;AAC/E,yBAAyB;AACzB,+EAA+E;AAE/E;;;GAGG;AACH,MAAa,eAAe;CAsC3B;AAtCD,0CAsCC;AAED;;;GAGG;AACH,MAAa,eAAe;CAY3B;AAZD,0CAYC;AAED;;;GAGG;AACH,MAAa,mBAAmB;CAQ/B;AARD,kDAQC;AAED;;GAEG;AACH,MAAa,mBAAmB;CAI/B;AAJD,kDAIC;AAED;;GAEG;AACH,MAAa,sBAAsB;CAIlC;AAJD,wDAIC;AAED;;;GAGG;AACH,MAAa,mBAAmB;CAgB/B;AAhBD,kDAgBC;AAED;;;GAGG;AACH,MAAa,oBAAoB;CAgBhC;AAhBD,oDAgBC;AAED,wBAAwB;AACxB,MAAa,0BAA0B;CAUtC;AAVD,gEAUC;AAED,MAAa,2BAA2B;CAwBvC;AAxBD,kEAwBC;AAED,MAAa,yBAAyB;CAMrC;AAND,8DAMC;AAED;;;GAGG;AACH,MAAa,wBAAwB;CAUpC;AAVD,4DAUC;AAED;;;GAGG;AACH,MAAa,uBAAuB;CAUnC;AAVD,0DAUC;AAED;;;GAGG;AACH,MAAa,kBAAkB;CAQ9B;AARD,gDAQC;AAED,MAAa,0BAA0B;CAoBtC;AApBD,gEAoBC;AAED,MAAa,wBAAwB;CAIpC;AAJD,4DAIC;AAED,MAAa,yBAAyB;CAUrC;AAVD,8DAUC;AAED,MAAa,sBAAsB;CAclC;AAdD,wDAcC;AAED;;;GAGG;AACH,MAAa,6BAA6B;CAMzC;AAND,sEAMC;AAED;;;GAGG;AACH,MAAa,8BAA8B;CAkB1C;AAlBD,wEAkBC;AAED;;;;GAIG;AACH,MAAa,wBAAwB;CAIpC;AAJD,4DAIC;AAED;;GAEG;AACH,MAAa,mBAAmB;CAc/B;AAdD,kDAcC;AAED;;GAEG;AACH,MAAa,wBAAwB;CAQpC;AARD,4DAQC;AAED;;GAEG;AACH,MAAa,yBAAyB;CAQrC;AARD,8DAQC"}
|
|
@@ -13,8 +13,7 @@ export declare enum ScheduleConflictTypeEnum {
|
|
|
13
13
|
TEAM_DOUBLE_BOOKING = "team_double_booking",
|
|
14
14
|
TIME_CONFLICT = "time_conflict",
|
|
15
15
|
BLACKOUT_DATE = "blackout_date",
|
|
16
|
-
TEAM_BLACKOUT = "team_blackout"
|
|
17
|
-
INSUFFICIENT_TEAMS = "insufficient_teams"
|
|
16
|
+
TEAM_BLACKOUT = "team_blackout"
|
|
18
17
|
}
|
|
19
18
|
export declare enum ValidationSeverityEnum {
|
|
20
19
|
WARNING = "warning",
|
|
@@ -20,7 +20,6 @@ var ScheduleConflictTypeEnum;
|
|
|
20
20
|
ScheduleConflictTypeEnum["TIME_CONFLICT"] = "time_conflict";
|
|
21
21
|
ScheduleConflictTypeEnum["BLACKOUT_DATE"] = "blackout_date";
|
|
22
22
|
ScheduleConflictTypeEnum["TEAM_BLACKOUT"] = "team_blackout";
|
|
23
|
-
ScheduleConflictTypeEnum["INSUFFICIENT_TEAMS"] = "insufficient_teams";
|
|
24
23
|
})(ScheduleConflictTypeEnum = exports.ScheduleConflictTypeEnum || (exports.ScheduleConflictTypeEnum = {}));
|
|
25
24
|
var ValidationSeverityEnum;
|
|
26
25
|
(function (ValidationSeverityEnum) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"enums.js","sourceRoot":"","sources":["../../../../src/types/leagues-scheduler/types/enums.ts"],"names":[],"mappings":";;;AAAA,+EAA6E;AAE7E,IAAY,kBAGX;AAHD,WAAY,kBAAkB;IAC7B,qCAAe,CAAA;IACf,6CAAuB,CAAA;AACxB,CAAC,EAHW,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAG7B;AAED,IAAY,iBAIX;AAJD,WAAY,iBAAiB;IAC5B,kCAAa,CAAA;IACb,sCAAiB,CAAA;IACjB,sCAAiB,CAAA;AAClB,CAAC,EAJW,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAI5B;AAED,IAAY,
|
|
1
|
+
{"version":3,"file":"enums.js","sourceRoot":"","sources":["../../../../src/types/leagues-scheduler/types/enums.ts"],"names":[],"mappings":";;;AAAA,+EAA6E;AAE7E,IAAY,kBAGX;AAHD,WAAY,kBAAkB;IAC7B,qCAAe,CAAA;IACf,6CAAuB,CAAA;AACxB,CAAC,EAHW,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAG7B;AAED,IAAY,iBAIX;AAJD,WAAY,iBAAiB;IAC5B,kCAAa,CAAA;IACb,sCAAiB,CAAA;IACjB,sCAAiB,CAAA;AAClB,CAAC,EAJW,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAI5B;AAED,IAAY,wBAMX;AAND,WAAY,wBAAwB;IACnC,yEAA6C,CAAA;IAC7C,uEAA2C,CAAA;IAC3C,2DAA+B,CAAA;IAC/B,2DAA+B,CAAA;IAC/B,2DAA+B,CAAA;AAChC,CAAC,EANW,wBAAwB,GAAxB,gCAAwB,KAAxB,gCAAwB,QAMnC;AAED,IAAY,sBAGX;AAHD,WAAY,sBAAsB;IACjC,6CAAmB,CAAA;IACnB,yCAAe,CAAA;AAChB,CAAC,EAHW,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QAGjC;AAED,IAAY,YAMX;AAND,WAAY,YAAY;IACvB,iCAAiB,CAAA;IACjB,mCAAmB,CAAA;IACnB,yCAAyB,CAAA;IACzB,qCAAqB,CAAA;IACrB,iCAAiB,CAAA;AAClB,CAAC,EANW,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAMvB;AAED,IAAY,gBAWX;AAXD,WAAY,gBAAgB;IAC3B,iCAAa,CAAA;IACb,mCAAe,CAAA;IACf,yCAAqB,CAAA;IACrB,qCAAiB,CAAA;IACjB,6CAAyB,CAAA;IACzB,yCAAqB,CAAA;IACrB,uCAAmB,CAAA;IACnB,2CAAuB,CAAA;IACvB,mCAAe,CAAA;IACf,mCAAe,CAAA;AAChB,CAAC,EAXW,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QAW3B;AAEY,QAAA,uBAAuB,GAAG,CAAC,gBAAgB,CAAC,OAAO,EAAE,gBAAgB,CAAC,KAAK,CAAU,CAAC;AAEtF,QAAA,8BAA8B,GAAG;IAC7C,gBAAgB,CAAC,IAAI;IACrB,gBAAgB,CAAC,UAAU;IAC3B,gBAAgB,CAAC,QAAQ;IACzB,gBAAgB,CAAC,SAAS;CACjB,CAAC;AAEX,MAAM,wBAAwB,GAAuD;IACpF,CAAC,4BAAa,CAAC,QAAQ,CAAC,EAAE,+BAAuB;IACjD,CAAC,4BAAa,CAAC,cAAc,CAAC,EAAE,sCAA8B;CAC9D,CAAC;AAEF;;GAEG;AACH,SAAgB,wBAAwB,CAAC,SAAwB;IAChE,OAAO,CAAC,GAAG,CAAC,wBAAwB,CAAC,SAAS,CAAC,IAAI,sCAA8B,CAAC,CAAC,CAAC;AACrF,CAAC;AAFD,4DAEC"}
|
|
@@ -35,7 +35,6 @@ export interface IScheduleConfig {
|
|
|
35
35
|
blackoutDates?: string[];
|
|
36
36
|
breakBetweenGames?: number;
|
|
37
37
|
byeWeekPolicy: ByeWeekPolicyEnum;
|
|
38
|
-
respectDivisionBoundaries?: boolean;
|
|
39
38
|
gameDuration: number;
|
|
40
39
|
gamesPerTeam?: number;
|
|
41
40
|
gamesPerWeek: number;
|
|
@@ -107,15 +106,6 @@ export interface IScheduleConflict {
|
|
|
107
106
|
startDate?: string;
|
|
108
107
|
startTime?: string;
|
|
109
108
|
type: ScheduleConflictTypeEnum;
|
|
110
|
-
/**
|
|
111
|
-
* Human-readable description used by the FE when type-specific fields
|
|
112
|
-
* (resource, event, date) don't apply — e.g. division-level warnings.
|
|
113
|
-
*/
|
|
114
|
-
description?: string;
|
|
115
|
-
/** Division this conflict pertains to (for division-level warnings). */
|
|
116
|
-
divisionId?: number;
|
|
117
|
-
/** Display name of the division for FE rendering. */
|
|
118
|
-
divisionName?: string;
|
|
119
109
|
}
|
|
120
110
|
export interface IGenerateScheduleOptions {
|
|
121
111
|
isGenerateOptimized?: boolean;
|
|
@@ -283,17 +273,9 @@ export interface ICreateEventsParams {
|
|
|
283
273
|
}
|
|
284
274
|
export interface IScheduleTeam {
|
|
285
275
|
id: number;
|
|
286
|
-
divisionId?: number;
|
|
287
|
-
divisionName?: string;
|
|
288
276
|
ancestors?: number[];
|
|
289
277
|
name: string;
|
|
290
278
|
}
|
|
291
|
-
export interface ITeamDivisionIndex {
|
|
292
|
-
teamDivisionMap: Map<number, number>;
|
|
293
|
-
teamNameMap: Map<number, string>;
|
|
294
|
-
teamsByDivision: Map<number, IScheduleTeam[]>;
|
|
295
|
-
divisionNameMap: Map<number, string>;
|
|
296
|
-
}
|
|
297
279
|
export interface ITeamPairing {
|
|
298
280
|
awayTeam: IScheduleTeam;
|
|
299
281
|
homeTeam: IScheduleTeam;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"interfaces.js","sourceRoot":"","sources":["../../../../src/types/leagues-scheduler/types/interfaces.ts"],"names":[],"mappings":";;;AAIA,mCAUiB;AAGhB,mGAZA,0BAAkB,OAYA;AAClB,kGAZA,yBAAiB,OAYA;AACjB,yGAZA,gCAAwB,OAYA;AACxB,uGAZA,8BAAsB,OAYA;AACtB,6FAZA,oBAAY,OAYA;AACZ,iGAZA,wBAAgB,OAYA;AAChB,wGAZA,+BAAuB,OAYA;AACvB,+GAZA,sCAA8B,OAYA;AAC9B,yGAZA,gCAAwB,OAYA;
|
|
1
|
+
{"version":3,"file":"interfaces.js","sourceRoot":"","sources":["../../../../src/types/leagues-scheduler/types/interfaces.ts"],"names":[],"mappings":";;;AAIA,mCAUiB;AAGhB,mGAZA,0BAAkB,OAYA;AAClB,kGAZA,yBAAiB,OAYA;AACjB,yGAZA,gCAAwB,OAYA;AACxB,uGAZA,8BAAsB,OAYA;AACtB,6FAZA,oBAAY,OAYA;AACZ,iGAZA,wBAAgB,OAYA;AAChB,wGAZA,+BAAuB,OAYA;AACvB,+GAZA,sCAA8B,OAYA;AAC9B,yGAZA,gCAAwB,OAYA;AA6UzB,IAAY,wBAGX;AAHD,WAAY,wBAAwB;IACnC,iEAAqC,CAAA;IACrC,uEAA2C,CAAA;AAC5C,CAAC,EAHW,wBAAwB,GAAxB,gCAAwB,KAAxB,gCAAwB,QAGnC"}
|
|
@@ -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;
|
|
1
|
+
{"version":3,"file":"program-public.dto.js","sourceRoot":"","sources":["../../../../src/types/programs/dto/program-public.dto.ts"],"names":[],"mappings":";;;AAGA,uDAA6E;AAG7E,8EAAoF;AAgBpF,MAAa,8BAA+B,SAAQ,6BAAe;CAwBlE;AAxBD,wEAwBC;AAED,MAAa,UAAW,SAAQ,4CAAyB;CA4BxD;AA5BD,gCA4BC"}
|
|
@@ -11,13 +11,11 @@ export declare const PROGRAM_TYPE_NAMES_MAPPER: {
|
|
|
11
11
|
0: ProgramTypeNamesEnum;
|
|
12
12
|
10: ProgramTypeNamesEnum;
|
|
13
13
|
11: ProgramTypeNamesEnum;
|
|
14
|
-
12: ProgramTypeNamesEnum;
|
|
15
14
|
};
|
|
16
15
|
export declare const FOLDERED_REGISTRATION_PROGRAM_TYPES: ProgramTypesEnum[];
|
|
17
16
|
export declare const SKIP_EVENT_PRECREATION_PROGRAM_TYPES: ProgramTypesEnum[];
|
|
18
17
|
export declare const getProgramTypeName: (id: ProgramTypesEnum) => ProgramTypeNameEnum;
|
|
19
18
|
export declare const getProgramTypeId: (name: ProgramTypeNameEnum) => ProgramTypesEnum;
|
|
20
|
-
export declare const getProgramTypeFilterIds: (name: ProgramTypeNameEnum) => ProgramTypesEnum[];
|
|
21
19
|
export declare const getGenderName: (id: GenderEnum) => GenderNameEnum;
|
|
22
20
|
export declare const getGenderId: (name: GenderNameEnum) => GenderEnum;
|
|
23
21
|
export declare const getLevelOfPlayName: (id: LevelOfPlayEnum) => LevelOfPlayNameEnum;
|
|
@@ -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.
|
|
3
|
+
exports.getPublishingStatusId = exports.getPublishingStatusName = exports.getLevelOfPlayId = exports.getLevelOfPlayName = exports.getGenderId = exports.getGenderName = 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 = {
|
|
@@ -13,7 +13,6 @@ exports.PROGRAM_TYPE_MAPPER = {
|
|
|
13
13
|
[program_enums_1.ProgramTypesEnum.LEAGUE]: program_enums_1.ProgramTypeNameEnum.LEAGUE,
|
|
14
14
|
[program_enums_1.ProgramTypesEnum.LEAGUE_V2]: program_enums_1.ProgramTypeNameEnum.LEAGUE,
|
|
15
15
|
[program_enums_1.ProgramTypesEnum.TOURNAMENT_V2]: program_enums_1.ProgramTypeNameEnum.TOURNAMENT,
|
|
16
|
-
[program_enums_1.ProgramTypesEnum.CLUB_TEAM_V2]: program_enums_1.ProgramTypeNameEnum.CLUB_TEAM,
|
|
17
16
|
};
|
|
18
17
|
exports.PROGRAM_TYPE_NAMES_MAPPER = {
|
|
19
18
|
[program_enums_1.ProgramTypesEnum.CLASS]: program_enums_1.ProgramTypeNamesEnum.CLASS,
|
|
@@ -25,12 +24,8 @@ exports.PROGRAM_TYPE_NAMES_MAPPER = {
|
|
|
25
24
|
[program_enums_1.ProgramTypesEnum.LEAGUE]: program_enums_1.ProgramTypeNamesEnum.LEAGUE,
|
|
26
25
|
[program_enums_1.ProgramTypesEnum.LEAGUE_V2]: program_enums_1.ProgramTypeNamesEnum.LEAGUE,
|
|
27
26
|
[program_enums_1.ProgramTypesEnum.TOURNAMENT_V2]: program_enums_1.ProgramTypeNamesEnum.TOURNAMENT,
|
|
28
|
-
[program_enums_1.ProgramTypesEnum.CLUB_TEAM_V2]: program_enums_1.ProgramTypeNamesEnum.CLUB_TEAM,
|
|
29
27
|
};
|
|
30
28
|
const PROGRAM_TYPE_ID_MAPPER = Object.fromEntries(Object.entries(exports.PROGRAM_TYPE_MAPPER).map(([id, name]) => [name, +id]));
|
|
31
|
-
const PROGRAM_TYPE_FILTER_ID_MAPPER = {
|
|
32
|
-
[program_enums_1.ProgramTypeNameEnum.CLUB_TEAM]: [program_enums_1.ProgramTypesEnum.CLUB_TEAM, program_enums_1.ProgramTypesEnum.CLUB_TEAM_V2],
|
|
33
|
-
};
|
|
34
29
|
const GENDER_MAPPER = {
|
|
35
30
|
[enums_service_1.GenderEnum.OTHER]: enums_service_1.GenderNameEnum.EVERYONE,
|
|
36
31
|
[enums_service_1.GenderEnum.MALE]: enums_service_1.GenderNameEnum.MALE,
|
|
@@ -44,23 +39,13 @@ const LEVEL_OF_PLAY_MAPPER = {
|
|
|
44
39
|
[program_enums_1.LevelOfPlayEnum.SEMIPRO]: program_enums_1.LevelOfPlayNameEnum.SEMIPRO,
|
|
45
40
|
[program_enums_1.LevelOfPlayEnum.SPECTATOR]: program_enums_1.LevelOfPlayNameEnum.SPECTATOR,
|
|
46
41
|
};
|
|
47
|
-
exports.FOLDERED_REGISTRATION_PROGRAM_TYPES = [
|
|
48
|
-
program_enums_1.ProgramTypesEnum.LEAGUE_V2,
|
|
49
|
-
program_enums_1.ProgramTypesEnum.TOURNAMENT_V2,
|
|
50
|
-
program_enums_1.ProgramTypesEnum.CLUB_TEAM_V2,
|
|
51
|
-
];
|
|
42
|
+
exports.FOLDERED_REGISTRATION_PROGRAM_TYPES = [program_enums_1.ProgramTypesEnum.LEAGUE_V2, program_enums_1.ProgramTypesEnum.TOURNAMENT_V2];
|
|
52
43
|
exports.SKIP_EVENT_PRECREATION_PROGRAM_TYPES = exports.FOLDERED_REGISTRATION_PROGRAM_TYPES;
|
|
53
44
|
const LEVEL_OF_PLAY_ID_MAPPER = Object.fromEntries(Object.entries(LEVEL_OF_PLAY_MAPPER).map(([id, name]) => [name, +id]));
|
|
54
45
|
const getProgramTypeName = (id) => exports.PROGRAM_TYPE_MAPPER[id];
|
|
55
46
|
exports.getProgramTypeName = getProgramTypeName;
|
|
56
47
|
const getProgramTypeId = (name) => name ? (PROGRAM_TYPE_ID_MAPPER[name] ?? +name) : undefined;
|
|
57
48
|
exports.getProgramTypeId = getProgramTypeId;
|
|
58
|
-
const getProgramTypeFilterIds = (name) => {
|
|
59
|
-
if (!name)
|
|
60
|
-
return [];
|
|
61
|
-
return PROGRAM_TYPE_FILTER_ID_MAPPER[name] ?? [(0, exports.getProgramTypeId)(name)];
|
|
62
|
-
};
|
|
63
|
-
exports.getProgramTypeFilterIds = getProgramTypeFilterIds;
|
|
64
49
|
const getGenderName = (id) => GENDER_MAPPER[id];
|
|
65
50
|
exports.getGenderName = getGenderName;
|
|
66
51
|
const getGenderId = (name) => (name ? (GENDER_ID_MAPPER[name] ?? +name) : undefined);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"program.consts.js","sourceRoot":"","sources":["../../../../../src/types/programs/types/consts/program.consts.ts"],"names":[],"mappings":";;;AAAA,mEAA6E;AAC7E,0DAOgC;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;
|
|
1
|
+
{"version":3,"file":"program.consts.js","sourceRoot":"","sources":["../../../../../src/types/programs/types/consts/program.consts.ts"],"names":[],"mappings":"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"}
|
|
@@ -48,7 +48,6 @@ var ProgramTypesEnum;
|
|
|
48
48
|
ProgramTypesEnum[ProgramTypesEnum["CLUB_TEAM"] = 6] = "CLUB_TEAM";
|
|
49
49
|
ProgramTypesEnum[ProgramTypesEnum["LEAGUE_V2"] = 10] = "LEAGUE_V2";
|
|
50
50
|
ProgramTypesEnum[ProgramTypesEnum["TOURNAMENT_V2"] = 11] = "TOURNAMENT_V2";
|
|
51
|
-
ProgramTypesEnum[ProgramTypesEnum["CLUB_TEAM_V2"] = 12] = "CLUB_TEAM_V2";
|
|
52
51
|
})(ProgramTypesEnum = exports.ProgramTypesEnum || (exports.ProgramTypesEnum = {}));
|
|
53
52
|
var ProgramSeasonTypesEnum;
|
|
54
53
|
(function (ProgramSeasonTypesEnum) {
|
|
@@ -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,
|
|
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,gBAUX;AAVD,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;AACnB,CAAC,EAVW,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QAU3B;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,kBAMX;AAND,WAAY,kBAAkB;IAC7B,mCAAa,CAAA;IACb,mCAAa,CAAA;IACb,qCAAe,CAAA;IACf,8CAAwB,CAAA;IACxB,8CAAwB,CAAA;AACzB,CAAC,EANW,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAM7B"}
|
|
@@ -14,6 +14,5 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./attendee.classes"), exports);
|
|
18
17
|
__exportStar(require("./program-season.classes"), exports);
|
|
19
18
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/types/programs-seasons/types/classes/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/types/programs-seasons/types/classes/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2DAAyC"}
|