@bondsports/types 1.34.0 → 1.35.0

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,5 +1,5 @@
1
- import { EntryStatusEnum } from '../services/enums.service';
2
1
  import { ByOrganizationIdDto } from '../organization/dto/organization.dto';
2
+ import { EntryStatusEnum } from '../services/enums.service';
3
3
  export declare class GetAttendeesByProductUserIdDto extends ByOrganizationIdDto {
4
4
  id: number;
5
5
  }
@@ -21,6 +21,7 @@ export declare class UpdateAttendeeDto {
21
21
  export declare class CreateAttendeeByUserDto {
22
22
  eventId: number;
23
23
  attendeeId: number;
24
+ productUserId?: number;
24
25
  entryStatus?: EntryStatusEnum;
25
26
  }
26
27
  export declare class CreateAttendeeDto {
@@ -1 +1 @@
1
- {"version":3,"file":"registration.js","sourceRoot":"","sources":["../../../src/types/dto/registration.ts"],"names":[],"mappings":";;;AACA,2EAA2E;AAE3E,MAAa,8BAA+B,SAAQ,sCAAmB;CAEtE;AAFD,wEAEC;AAED,MAAa,uBAAwB,SAAQ,sCAAmB;CAI/D;AAJD,0DAIC;AAED,MAAa,yBAA0B,SAAQ,sCAAmB;CAEjE;AAFD,8DAEC;AAED,MAAa,iBAAiB;CAM7B;AAND,8CAMC;AAED,MAAa,uBAAuB;CAInC;AAJD,0DAIC;AAED,MAAa,iBAAiB;CAM7B;AAND,8CAMC;AAED,MAAa,SAAS;CAWrB;AAXD,8BAWC"}
1
+ {"version":3,"file":"registration.js","sourceRoot":"","sources":["../../../src/types/dto/registration.ts"],"names":[],"mappings":";;;AAAA,2EAA2E;AAG3E,MAAa,8BAA+B,SAAQ,sCAAmB;CAEtE;AAFD,wEAEC;AAED,MAAa,uBAAwB,SAAQ,sCAAmB;CAI/D;AAJD,0DAIC;AAED,MAAa,yBAA0B,SAAQ,sCAAmB;CAEjE;AAFD,8DAEC;AAED,MAAa,iBAAiB;CAM7B;AAND,8CAMC;AAED,MAAa,uBAAuB;CAQnC;AARD,0DAQC;AAED,MAAa,iBAAiB;CAM7B;AAND,8CAMC;AAED,MAAa,SAAS;CAWrB;AAXD,8BAWC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bondsports/types",
3
- "version": "1.34.0",
3
+ "version": "1.35.0",
4
4
  "description": "backend types module for Bond-Sports",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {