@likewatt/models 1.0.82 → 1.0.83
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/core/User.d.ts
CHANGED
package/dist/core/User.js
CHANGED
|
@@ -358,6 +358,15 @@ __decorate([
|
|
|
358
358
|
(0, class_validator_1.IsBoolean)(),
|
|
359
359
|
__metadata("design:type", Boolean)
|
|
360
360
|
], User.prototype, "isSignUpEmailSent", void 0);
|
|
361
|
+
__decorate([
|
|
362
|
+
(0, swagger_1.ApiProperty)({
|
|
363
|
+
description: 'Lecture seule (interdit de modifier les éléments)',
|
|
364
|
+
example: false,
|
|
365
|
+
}),
|
|
366
|
+
(0, mongoose_2.Prop)({ type: Boolean, default: false }),
|
|
367
|
+
(0, class_validator_1.IsBoolean)(),
|
|
368
|
+
__metadata("design:type", Boolean)
|
|
369
|
+
], User.prototype, "readOnly", void 0);
|
|
361
370
|
__decorate([
|
|
362
371
|
(0, swagger_1.ApiProperty)({
|
|
363
372
|
description: 'E-mail admin envoyé',
|