@bondsports/types 2.2.188 → 2.2.190

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.
@@ -198,6 +198,7 @@ export interface ISingleReservation {
198
198
  answers?: Answer[];
199
199
  series: Series[];
200
200
  segments?: Segment[];
201
+ privacySetting: PrivacySettingsEnum;
201
202
  }
202
203
  export interface IUpdateReservationResult {
203
204
  reservation: Reservation;
@@ -19,6 +19,7 @@ export declare class UpdateRolePermissionGroupsDto {
19
19
  export declare class GetPermissionGroupsOptionsDto extends PaginatedSearchDto {
20
20
  includeInactive?: boolean;
21
21
  includePermissions?: boolean;
22
+ includeChildGroups?: boolean;
22
23
  }
23
24
  export declare class VerifyActionDto {
24
25
  areYouSure: boolean;
@@ -22,6 +22,7 @@ class GetPermissionGroupsOptionsDto extends general_dto_1.PaginatedSearchDto {
22
22
  super(...arguments);
23
23
  this.includeInactive = false;
24
24
  this.includePermissions = false;
25
+ this.includeChildGroups = false;
25
26
  }
26
27
  }
27
28
  exports.GetPermissionGroupsOptionsDto = GetPermissionGroupsOptionsDto;
@@ -1 +1 @@
1
- {"version":3,"file":"permission-group.dto.js","sourceRoot":"","sources":["../../../../src/types/roles/dto/permission-group.dto.ts"],"names":[],"mappings":";;;AAAA,uDAA2D;AAG3D,MAAa,wBAAwB;IAArC;QAGC,WAAM,GAAI,IAAI,CAAC;IAChB,CAAC;CAAA;AAJD,4DAIC;AAED,MAAa,6BAA6B;CAEzC;AAFD,sEAEC;AAED,MAAa,kBAAmB,SAAQ,wBAAwB;CAM/D;AAND,gDAMC;AAED,MAAa,6BAA6B;CAIzC;AAJD,sEAIC;AAED,MAAa,6BAA8B,SAAQ,gCAAkB;IAArE;;QACC,oBAAe,GAAI,KAAK,CAAC;QAEzB,uBAAkB,GAAI,KAAK,CAAC;IAC7B,CAAC;CAAA;AAJD,sEAIC;AAED,MAAa,eAAe;IAA5B;QACC,eAAU,GAAG,KAAK,CAAC;IACpB,CAAC;CAAA;AAFD,0CAEC"}
1
+ {"version":3,"file":"permission-group.dto.js","sourceRoot":"","sources":["../../../../src/types/roles/dto/permission-group.dto.ts"],"names":[],"mappings":";;;AAAA,uDAA2D;AAG3D,MAAa,wBAAwB;IAArC;QAGC,WAAM,GAAI,IAAI,CAAC;IAChB,CAAC;CAAA;AAJD,4DAIC;AAED,MAAa,6BAA6B;CAEzC;AAFD,sEAEC;AAED,MAAa,kBAAmB,SAAQ,wBAAwB;CAM/D;AAND,gDAMC;AAED,MAAa,6BAA6B;CAIzC;AAJD,sEAIC;AAED,MAAa,6BAA8B,SAAQ,gCAAkB;IAArE;;QACC,oBAAe,GAAI,KAAK,CAAC;QAEzB,uBAAkB,GAAI,KAAK,CAAC;QAE5B,uBAAkB,GAAI,KAAK,CAAC;IAC7B,CAAC;CAAA;AAND,sEAMC;AAED,MAAa,eAAe;IAA5B;QACC,eAAU,GAAG,KAAK,CAAC;IACpB,CAAC;CAAA;AAFD,0CAEC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bondsports/types",
3
- "version": "2.2.188",
3
+ "version": "2.2.190",
4
4
  "description": "backend types module for Bond-Sports",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {