@bondsports/types 2.2.279-team-b-4 → 2.2.279-team-b-6
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/programs-seasons/dto/index.d.ts +1 -0
- package/dist/types/programs-seasons/dto/index.js +1 -0
- package/dist/types/programs-seasons/dto/index.js.map +1 -1
- package/dist/types/programs-seasons/dto/program-season-participant.dto.d.ts +8 -0
- package/dist/types/programs-seasons/dto/program-season-participant.dto.js +7 -0
- package/dist/types/programs-seasons/dto/program-season-participant.dto.js.map +1 -0
- package/dist/types/programs-seasons/types/interfaces/program-season.interfaces.d.ts +1 -1
- package/dist/types/services/interfaces.service.d.ts +6 -0
- package/dist/types/services/interfaces.service.js.map +1 -1
- package/dist/types/session-participants/dto/get.session.participant.dto.d.ts +2 -2
- package/dist/types/session-participants/dto/session.participant.dto.d.ts +3 -0
- package/dist/types/session-participants/dto/session.participant.dto.js.map +1 -1
- package/package.json +1 -1
@@ -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("./program-season-participant.dto"), exports);
|
17
18
|
__exportStar(require("./program-seasons.dto"), exports);
|
18
19
|
//# sourceMappingURL=index.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/types/programs-seasons/dto/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,wDAAsC"}
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/types/programs-seasons/dto/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,mEAAiD;AACjD,wDAAsC"}
|
@@ -0,0 +1,8 @@
|
|
1
|
+
import { ScheduleDto } from '../../dto/activityTimes.dto';
|
2
|
+
import { SimpleInvoiceDto } from '../../invoice/dto/invoice.dto';
|
3
|
+
import { AnswerDto } from '../../dto/application.dto';
|
4
|
+
export declare class ProgramSeasonParticipantDto {
|
5
|
+
applicationAnswers: AnswerDto[];
|
6
|
+
invoices: SimpleInvoiceDto[];
|
7
|
+
schedule: ScheduleDto[];
|
8
|
+
}
|
@@ -0,0 +1,7 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.ProgramSeasonParticipantDto = void 0;
|
4
|
+
class ProgramSeasonParticipantDto {
|
5
|
+
}
|
6
|
+
exports.ProgramSeasonParticipantDto = ProgramSeasonParticipantDto;
|
7
|
+
//# sourceMappingURL=program-season-participant.dto.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"program-season-participant.dto.js","sourceRoot":"","sources":["../../../../src/types/programs-seasons/dto/program-season-participant.dto.ts"],"names":[],"mappings":";;;AAIA,MAAa,2BAA2B;CAMvC;AAND,kEAMC"}
|
@@ -15,6 +15,7 @@ import { Answer } from '../questionnaires/entities/Answer';
|
|
15
15
|
import { SimpleUserDto } from '../user/dto/user.dto';
|
16
16
|
import { Event } from './../entity/Events';
|
17
17
|
import { AddonTimePeriodEnum, CurrencyEnum, GenderEnum, LevelOfPlayEnum, MembershipStatusEnum, PackageProductsRelationTypeEnum, PaginationTypeEnum, ProductSubTypesEnum, ProductTypesEnum, ProgramTypesEnum, PurchasedResourceStatusEnum, RegistrationValidationStatusEnum, RegistrationWindowStatusEnum, ResourceNameTypeEnum, SportsEnum } from './enums.service';
|
18
|
+
import { ScheduleDto } from '../dto/activityTimes.dto';
|
18
19
|
export interface IQuestionAnswerObject {
|
19
20
|
questionId: number;
|
20
21
|
value: any;
|
@@ -61,6 +62,11 @@ export interface ISeasonAttendeeInfo {
|
|
61
62
|
redeemNext: ProductsUsers;
|
62
63
|
purchasedProductUser?: ProductsUsers;
|
63
64
|
}
|
65
|
+
export interface ISeasonParticipantInfo {
|
66
|
+
applicationAnswers: Answer[];
|
67
|
+
invoices: Invoice[];
|
68
|
+
schedule: ScheduleDto[];
|
69
|
+
}
|
64
70
|
export interface ISeasonAttendeeListInfo {
|
65
71
|
userId: number;
|
66
72
|
userFirstName: string;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"interfaces.service.js","sourceRoot":"","sources":["../../../src/types/services/interfaces.service.ts"],"names":[],"mappings":";;;AAWA,8EAA2E;AAI3E,+CAA2C;AAC3C,mDAgByB;
|
1
|
+
{"version":3,"file":"interfaces.service.js","sourceRoot":"","sources":["../../../src/types/services/interfaces.service.ts"],"names":[],"mappings":";;;AAWA,8EAA2E;AAI3E,+CAA2C;AAC3C,mDAgByB;AA8EzB,MAAa,qBAAsB,SAAQ,6BAAa;IAAxD;;QACC,gBAAW,GAAyB,oCAAoB,CAAC,cAAc,CAAC;IAEzE,CAAC;CAAA;AAHD,sDAGC;AAED,MAAa,oBAAqB,SAAQ,cAAK;IAA/C;;QACC,gBAAW,GAAyB,oCAAoB,CAAC,KAAK,CAAC;IAEhE,CAAC;CAAA;AAHD,oDAGC"}
|
@@ -1,12 +1,12 @@
|
|
1
1
|
import { OrderByEnum, SignWaiverEnum, GenderEnum } from '../../services/enums.service';
|
2
2
|
import { PaginationQuery } from '../../dto/general.dto';
|
3
|
-
import { SessionParticipantsPaymentStatusEnum,
|
3
|
+
import { SessionParticipantsPaymentStatusEnum, SessionParticipantsSortByEnum } from '../types/enums';
|
4
4
|
import { ByOrganizationIdDto } from '../../organization/dto/organization.dto';
|
5
5
|
export declare class FindSessionParticipantsOptionsDto extends PaginationQuery {
|
6
6
|
paymentStatuses?: SessionParticipantsPaymentStatusEnum[];
|
7
7
|
search?: string;
|
8
|
-
searchField?: SessionParticipantsSearchFieldEnum;
|
9
8
|
genders?: GenderEnum[];
|
9
|
+
productIds?: number[];
|
10
10
|
waiverStatus?: SignWaiverEnum;
|
11
11
|
sortBy?: SessionParticipantsSortByEnum[];
|
12
12
|
order?: OrderByEnum[];
|
@@ -22,6 +22,7 @@ export declare class RawSessionParticipantDto implements IRawSessionParticipant
|
|
22
22
|
waiverSignedDate: string;
|
23
23
|
profilePictureId?: number;
|
24
24
|
sessionId: number;
|
25
|
+
phoneNumber?: string;
|
25
26
|
}
|
26
27
|
export declare class SessionParticipantDto implements ISessionParticipant {
|
27
28
|
name: string;
|
@@ -42,4 +43,6 @@ export declare class SessionParticipantDto implements ISessionParticipant {
|
|
42
43
|
fullPrice: number;
|
43
44
|
waiverSigned: boolean;
|
44
45
|
sessionId: number;
|
46
|
+
phoneNumber?: string;
|
47
|
+
birthDate?: string;
|
45
48
|
}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"session.participant.dto.js","sourceRoot":"","sources":["../../../../src/types/session-participants/dto/session.participant.dto.ts"],"names":[],"mappings":";;;AAKA,MAAa,wBAAwB;
|
1
|
+
{"version":3,"file":"session.participant.dto.js","sourceRoot":"","sources":["../../../../src/types/session-participants/dto/session.participant.dto.ts"],"names":[],"mappings":";;;AAKA,MAAa,wBAAwB;CAwCpC;AAxCD,4DAwCC;AAED,MAAa,qBAAqB;CA0CjC;AA1CD,sDA0CC"}
|