@bondsports/types 2.4.34 → 2.4.35

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.
@@ -26,6 +26,15 @@ export declare class UpdateEventDto {
26
26
  eventSubType?: string;
27
27
  metadata?: Record<string, unknown>;
28
28
  }
29
+ export declare class EventMetadataDto {
30
+ homeTeamId?: number;
31
+ awayTeamId?: number;
32
+ homeParentId?: number;
33
+ awayParentId?: number;
34
+ groupId?: number;
35
+ parentGroupId?: number;
36
+ scheduledBy?: string;
37
+ }
29
38
  export declare class AddEventToSessionDto {
30
39
  eventsData: UpdateEventDto[];
31
40
  }
@@ -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.ProgramSessionLandingPageDto = exports.ProgramLandingPageQueryDto = exports.ProgramLandingPageDto = exports.FacilityEventsScheduleQueryParams = exports.FindByFacilityIdAndOrganizationIdDto = exports.FindByFacilityIdDto = exports.EventsIdsQueryDto = exports.AddEventToSessionDto = exports.UpdateEventDto = exports.FindEventByIdDto = void 0;
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
  }
@@ -8,6 +8,9 @@ exports.FindEventByIdDto = FindEventByIdDto;
8
8
  class UpdateEventDto {
9
9
  }
10
10
  exports.UpdateEventDto = UpdateEventDto;
11
+ class EventMetadataDto {
12
+ }
13
+ exports.EventMetadataDto = EventMetadataDto;
11
14
  class AddEventToSessionDto {
12
15
  }
13
16
  exports.AddEventToSessionDto = AddEventToSessionDto;
@@ -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,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;AA0CD,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"}
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;AA0CD,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"}
@@ -1,5 +1,4 @@
1
1
  export * from './invoice-history.dto';
2
2
  export * from './invoice.dto';
3
3
  export * from './lineItem.dto';
4
- export * from './publish-invoice.dto';
5
4
  export * from './share-invoice.dto';
@@ -17,6 +17,5 @@ Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./invoice-history.dto"), exports);
18
18
  __exportStar(require("./invoice.dto"), exports);
19
19
  __exportStar(require("./lineItem.dto"), exports);
20
- __exportStar(require("./publish-invoice.dto"), exports);
21
20
  __exportStar(require("./share-invoice.dto"), exports);
22
21
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/types/invoice/dto/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,wDAAsC;AACtC,gDAA8B;AAC9B,iDAA+B;AAC/B,wDAAsC;AACtC,sDAAoC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/types/invoice/dto/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,wDAAsC;AACtC,gDAA8B;AAC9B,iDAA+B;AAC/B,sDAAoC"}
@@ -1,4 +1,5 @@
1
1
  export * from './get.session.participant.dto';
2
2
  export * from './move-session-participants.dto';
3
3
  export * from './notify-session-participants.dto';
4
+ export * from './product-registration-removal.dto';
4
5
  export * from './session.participant.dto';
@@ -17,5 +17,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./get.session.participant.dto"), exports);
18
18
  __exportStar(require("./move-session-participants.dto"), exports);
19
19
  __exportStar(require("./notify-session-participants.dto"), exports);
20
+ __exportStar(require("./product-registration-removal.dto"), exports);
20
21
  __exportStar(require("./session.participant.dto"), exports);
21
22
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/types/session-participants/dto/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,gEAA8C;AAC9C,kEAAgD;AAChD,oEAAkD;AAClD,4DAA0C"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/types/session-participants/dto/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,gEAA8C;AAC9C,kEAAgD;AAChD,oEAAkD;AAClD,qEAAmD;AACnD,4DAA0C"}
@@ -0,0 +1,9 @@
1
+ export declare class ProductRegistrationRemovalQueryDto {
2
+ folderContentId: number;
3
+ productUserId: number;
4
+ userId: number;
5
+ }
6
+ export declare class RemovedItemsDto {
7
+ folderContentId: number;
8
+ productUserId: number;
9
+ }
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.RemovedItemsDto = exports.ProductRegistrationRemovalQueryDto = void 0;
4
+ class ProductRegistrationRemovalQueryDto {
5
+ }
6
+ exports.ProductRegistrationRemovalQueryDto = ProductRegistrationRemovalQueryDto;
7
+ class RemovedItemsDto {
8
+ }
9
+ exports.RemovedItemsDto = RemovedItemsDto;
10
+ //# sourceMappingURL=product-registration-removal.dto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"product-registration-removal.dto.js","sourceRoot":"","sources":["../../../../src/types/session-participants/dto/product-registration-removal.dto.ts"],"names":[],"mappings":";;;AACA,MAAa,kCAAkC;CAM9C;AAND,gFAMC;AAED,MAAa,eAAe;CAI3B;AAJD,0CAIC"}
@@ -89,6 +89,10 @@ export interface IRemoveExistingEventAttendeesParams {
89
89
  userId: number;
90
90
  events: Event[];
91
91
  }
92
+ export interface IRemovedItems {
93
+ folderContentId: number;
94
+ productUserId: number;
95
+ }
92
96
  /**
93
97
  * Parameters for syncing EventAttendees for newly created game events.
94
98
  * Used when games are created with team metadata (homeTeamId/awayTeamId).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bondsports/types",
3
- "version": "2.4.34",
3
+ "version": "2.4.35",
4
4
  "description": "backend types module for Bond-Sports",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {
@@ -1,12 +0,0 @@
1
- export declare class PublishInvoiceDto {
2
- organizationId: number;
3
- userId: number;
4
- sendToEmail: string;
5
- memo?: string;
6
- }
7
- export declare class DeprecatedLandingPageUrlDto {
8
- landingPageUrl: string;
9
- }
10
- export declare class PublishInvoiceResponseDto {
11
- data: DeprecatedLandingPageUrlDto;
12
- }
@@ -1,14 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PublishInvoiceResponseDto = exports.DeprecatedLandingPageUrlDto = exports.PublishInvoiceDto = void 0;
4
- //TODO: deprecate once BOND-15715 clients is merged
5
- class PublishInvoiceDto {
6
- }
7
- exports.PublishInvoiceDto = PublishInvoiceDto;
8
- class DeprecatedLandingPageUrlDto {
9
- }
10
- exports.DeprecatedLandingPageUrlDto = DeprecatedLandingPageUrlDto;
11
- class PublishInvoiceResponseDto {
12
- }
13
- exports.PublishInvoiceResponseDto = PublishInvoiceResponseDto;
14
- //# sourceMappingURL=publish-invoice.dto.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"publish-invoice.dto.js","sourceRoot":"","sources":["../../../../src/types/invoice/dto/publish-invoice.dto.ts"],"names":[],"mappings":";;;AAEA,mDAAmD;AACnD,MAAa,iBAAiB;CAQ7B;AARD,8CAQC;AAED,MAAa,2BAA2B;CAEvC;AAFD,kEAEC;AAED,MAAa,yBAAyB;CAErC;AAFD,8DAEC"}