@bondsports/types 2.2.279-team-b-3 → 2.2.279-team-b-5

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.
@@ -1 +1,2 @@
1
+ export * from './program-season-participant.dto';
1
2
  export * from './program-seasons.dto';
@@ -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"}
@@ -11,7 +11,7 @@ import { CreateOrUpdateResourceSettingDto } from '../../resource-settings/dto/cr
11
11
  import { GenderEnum, LevelOfPlayEnum, OrderByEnum, ProgramSeasonTypesEnum, ProgramTypesEnum, PublishingStatusEnum, RegistrationConstraintPeriodTypeEnum, ResourceNameTypeEnum, SportsEnum } from '../../services/enums.service';
12
12
  import { SimpleResourceDto } from '../../resources/dto/resource.dto';
13
13
  import { IGetProgramSeasonChildrenFilters, IGetProgramSeasonsChildrenOptions } from '../types/interfaces/program-season.interfaces';
14
- import { SegmentSortByFieldsEnum } from '../types/enums/program-season.enums';
14
+ import { EventSortByFieldsEnum, SegmentSortByFieldsEnum } from '../types/enums/program-season.enums';
15
15
  import { BondBaseEntity } from '../../entity/BondBaseEntity';
16
16
  import { ProgramSeason } from '../entities/ProgramSeason';
17
17
  export declare class FindSessionsFiltersDto {
@@ -267,10 +267,10 @@ export declare class GetPaginatedSessionQueryDto<T extends BondBaseEntity> exten
267
267
  endDate?: string;
268
268
  }
269
269
  export declare class GetPaginatedSegmentsQueryDto extends GetPaginatedSessionQueryDto<ProgramSeason> {
270
- sortBy?: SegmentSortByFieldsEnum;
270
+ orderBy?: SegmentSortByFieldsEnum;
271
271
  order?: OrderByEnum;
272
272
  }
273
273
  export declare class GetPaginatedEventsQueryDto extends GetPaginatedSessionQueryDto<Event> {
274
- sortBy?: SegmentSortByFieldsEnum;
274
+ orderBy?: EventSortByFieldsEnum;
275
275
  order?: OrderByEnum;
276
276
  }
@@ -22,7 +22,7 @@ export type EventsFilter = {
22
22
  sessionId?: number;
23
23
  resourcesIds?: number[];
24
24
  attendeeId?: number;
25
- sortBy?: keyof Event;
25
+ orderBy?: keyof Event;
26
26
  order?: OrderByEnum;
27
27
  };
28
28
  export type ProgramSeasonsSegmentsFilter = {
@@ -44,7 +44,7 @@ export interface IGetProgramSeasonChildrenFilters<T extends BondBaseEntity> {
44
44
  attendeeId?: number;
45
45
  startDate?: string;
46
46
  endDate?: string;
47
- sortBy?: keyof T;
47
+ orderBy?: keyof T;
48
48
  order?: OrderByEnum;
49
49
  }
50
50
  export interface IGetProgramSeasonsChildrenOptions extends IPagination {
@@ -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;AAuEzB,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
+ {"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, SessionParticipantsSearchFieldEnum, SessionParticipantsSortByEnum } from '../types/enums';
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[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bondsports/types",
3
- "version": "2.2.279-team-b-3",
3
+ "version": "2.2.279-team-b-5",
4
4
  "description": "backend types module for Bond-Sports",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {