@bondsports/types 2.0.51 → 2.0.52

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.
@@ -37,6 +37,7 @@ export declare class PunchPassEventDto extends SimpleEventDto {
37
37
  attendeeId: number;
38
38
  redeemedOn: Date;
39
39
  punch: number;
40
+ deletedAt?: Date;
40
41
  }
41
42
  export declare class GetPassesOptionsDto extends PaginationQuery {
42
43
  searchText?: string;
@@ -53,6 +54,7 @@ export declare class GetPassEventsDto {
53
54
  itemsPerPage: number;
54
55
  includeResources?: boolean;
55
56
  orderBy?: OrderByEnum;
57
+ includeDeleted?: boolean;
56
58
  }
57
59
  export declare class ByPassIdOrganizationIdUserIdDto extends ByOrganizationAndUserDto {
58
60
  passId: number;
@@ -1 +1 @@
1
- {"version":3,"file":"punch-pass.dto.js","sourceRoot":"","sources":["../../../../src/types/punch-pass/dto/punch-pass.dto.ts"],"names":[],"mappings":";;;AAAA,qDAAsD;AAEtD,uDAAwD;AAQxD,sDAAkF;AAGlF,MAAa,yBAAyB;CAcrC;AAdD,8DAcC;AAED,MAAa,gBAAgB;CAwB5B;AAxBD,4CAwBC;AAED,MAAa,iBAAkB,SAAQ,2BAAc;CAMpD;AAND,8CAMC;AAED,MAAa,mBAAoB,SAAQ,6BAAe;CAcvD;AAdD,kDAcC;AAED,MAAa,gBAAgB;CAU5B;AAVD,4CAUC;AAED,MAAa,+BAAgC,SAAQ,mCAAwB;CAE5E;AAFD,0EAEC"}
1
+ {"version":3,"file":"punch-pass.dto.js","sourceRoot":"","sources":["../../../../src/types/punch-pass/dto/punch-pass.dto.ts"],"names":[],"mappings":";;;AAAA,qDAAsD;AAEtD,uDAAwD;AAQxD,sDAAkF;AAGlF,MAAa,yBAAyB;CAcrC;AAdD,8DAcC;AAED,MAAa,gBAAgB;CAwB5B;AAxBD,4CAwBC;AAED,MAAa,iBAAkB,SAAQ,2BAAc;CAQpD;AARD,8CAQC;AAED,MAAa,mBAAoB,SAAQ,6BAAe;CAcvD;AAdD,kDAcC;AAED,MAAa,gBAAgB;CAY5B;AAZD,4CAYC;AAED,MAAa,+BAAgC,SAAQ,mCAAwB;CAE5E;AAFD,0EAEC"}
@@ -6,4 +6,5 @@ export interface EventAttendeeRawData {
6
6
  eventStartDate: string | Date;
7
7
  eventEndDate: string | Date;
8
8
  eventTimezone: string;
9
+ deletedAt?: string | Date;
9
10
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bondsports/types",
3
- "version": "2.0.51",
3
+ "version": "2.0.52",
4
4
  "description": "backend types module for Bond-Sports",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {