@experts_hub/shared 1.0.586 → 1.0.587
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.
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -8537,7 +8537,7 @@ __decorateClass([
|
|
|
8537
8537
|
__decorateClass([
|
|
8538
8538
|
(0, import_class_validator89.IsOptional)(),
|
|
8539
8539
|
(0, import_class_validator89.IsBoolean)({ message: "Is active must be a boolean value" })
|
|
8540
|
-
], CreateAdminRoleDto.prototype, "
|
|
8540
|
+
], CreateAdminRoleDto.prototype, "isActive", 2);
|
|
8541
8541
|
|
|
8542
8542
|
// src/modules/admin-role/dto/update-admin-role.dto.ts
|
|
8543
8543
|
var import_class_validator90 = require("class-validator");
|
package/dist/index.mjs
CHANGED
|
@@ -8585,7 +8585,7 @@ __decorateClass([
|
|
|
8585
8585
|
__decorateClass([
|
|
8586
8586
|
IsOptional49(),
|
|
8587
8587
|
IsBoolean15({ message: "Is active must be a boolean value" })
|
|
8588
|
-
], CreateAdminRoleDto.prototype, "
|
|
8588
|
+
], CreateAdminRoleDto.prototype, "isActive", 2);
|
|
8589
8589
|
|
|
8590
8590
|
// src/modules/admin-role/dto/update-admin-role.dto.ts
|
|
8591
8591
|
import { IsBoolean as IsBoolean16, IsNotEmpty as IsNotEmpty74, IsOptional as IsOptional50, IsString as IsString53 } from "class-validator";
|