@likewatt/models 1.0.101 → 1.0.102

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.
@@ -113,7 +113,6 @@ export declare class User {
113
113
  rights: Rights;
114
114
  webhook?: WebhookParams;
115
115
  tokenData?: tokenData;
116
- isEmailConfirmed: boolean;
117
116
  _createdAt?: string;
118
117
  _lastConnected?: string;
119
118
  }
package/dist/core/User.js CHANGED
@@ -599,15 +599,6 @@ __decorate([
599
599
  (0, class_validator_1.IsOptional)(),
600
600
  __metadata("design:type", tokenData)
601
601
  ], User.prototype, "tokenData", void 0);
602
- __decorate([
603
- (0, swagger_1.ApiProperty)({
604
- description: 'Indique si l’adresse e-mail de l’utilisateur a été confirmée',
605
- example: false,
606
- }),
607
- (0, mongoose_2.Prop)({ type: Boolean, default: false }),
608
- (0, class_validator_1.IsBoolean)(),
609
- __metadata("design:type", Boolean)
610
- ], User.prototype, "isEmailConfirmed", void 0);
611
602
  __decorate([
612
603
  (0, swagger_1.ApiProperty)({
613
604
  description: 'Date interne de création (legacy)',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@likewatt/models",
3
- "version": "1.0.101",
3
+ "version": "1.0.102",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "scripts": {