@alba-cars/common-modules 1.10.47 → 1.10.48

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.
@@ -55,6 +55,7 @@ export declare class UserFilterDTO {
55
55
  isPhoneNumberVerified?: boolean;
56
56
  roles?: Role[];
57
57
  isActive?: boolean;
58
+ hasSpecialRoles?: boolean;
58
59
  fromDate?: Date;
59
60
  toDate?: Date;
60
61
  validate(): string[];
@@ -180,6 +180,11 @@ __decorate([
180
180
  (0, class_validator_1.IsBoolean)(),
181
181
  __metadata("design:type", Boolean)
182
182
  ], UserFilterDTO.prototype, "isActive", void 0);
183
+ __decorate([
184
+ (0, class_validator_1.IsOptional)(),
185
+ (0, class_validator_1.IsBoolean)(),
186
+ __metadata("design:type", Boolean)
187
+ ], UserFilterDTO.prototype, "hasSpecialRoles", void 0);
183
188
  __decorate([
184
189
  (0, class_validator_1.IsOptional)(),
185
190
  (0, class_validator_1.IsDate)(),
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.10.47",
6
+ "version": "1.10.48",
7
7
  "description": "A package containing DTOs, validation classes and common modules and interfaces for Alba Cars",
8
8
  "main": "dist/index.js",
9
9
  "types": "dist/index.d.ts",