@likewatt/models 1.64.0 → 1.64.1
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/Customer.d.ts +1 -1
- package/dist/core/Customer.js +1 -1
- package/package.json +1 -1
package/dist/core/Customer.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Document } from 'mongoose';
|
|
2
2
|
/**
|
|
3
3
|
* Représente un utilisateur dans le système.
|
|
4
|
-
* - @Schema/timestamps : gère
|
|
4
|
+
* - @Schema/timestamps : gère creaxtedAt et updatedAt automatiques
|
|
5
5
|
* - @Prop : schéma Mongoose
|
|
6
6
|
* - @ApiProperty : documentation Swagger
|
|
7
7
|
* - class-validator rules : validation runtime
|
package/dist/core/Customer.js
CHANGED
|
@@ -16,7 +16,7 @@ const uuid_1 = require("uuid");
|
|
|
16
16
|
const class_validator_1 = require("class-validator");
|
|
17
17
|
/**
|
|
18
18
|
* Représente un utilisateur dans le système.
|
|
19
|
-
* - @Schema/timestamps : gère
|
|
19
|
+
* - @Schema/timestamps : gère creaxtedAt et updatedAt automatiques
|
|
20
20
|
* - @Prop : schéma Mongoose
|
|
21
21
|
* - @ApiProperty : documentation Swagger
|
|
22
22
|
* - class-validator rules : validation runtime
|