feat: add profiles session API
This commit is contained in:
8
dist/shared/dto/machine.dto.js
vendored
8
dist/shared/dto/machine.dto.js
vendored
@@ -15,7 +15,7 @@ class CreateMachineDto {
|
||||
name;
|
||||
siteId;
|
||||
reference;
|
||||
constructeur;
|
||||
constructeurId;
|
||||
prix;
|
||||
emplacement;
|
||||
typeMachineId;
|
||||
@@ -38,7 +38,7 @@ __decorate([
|
||||
(0, class_validator_1.IsOptional)(),
|
||||
(0, class_validator_1.IsString)(),
|
||||
__metadata("design:type", String)
|
||||
], CreateMachineDto.prototype, "constructeur", void 0);
|
||||
], CreateMachineDto.prototype, "constructeurId", void 0);
|
||||
__decorate([
|
||||
(0, class_validator_1.IsOptional)(),
|
||||
(0, class_validator_1.IsDecimal)(),
|
||||
@@ -57,7 +57,7 @@ __decorate([
|
||||
class UpdateMachineDto {
|
||||
name;
|
||||
reference;
|
||||
constructeur;
|
||||
constructeurId;
|
||||
prix;
|
||||
emplacement;
|
||||
typeMachineId;
|
||||
@@ -77,7 +77,7 @@ __decorate([
|
||||
(0, class_validator_1.IsOptional)(),
|
||||
(0, class_validator_1.IsString)(),
|
||||
__metadata("design:type", String)
|
||||
], UpdateMachineDto.prototype, "constructeur", void 0);
|
||||
], UpdateMachineDto.prototype, "constructeurId", void 0);
|
||||
__decorate([
|
||||
(0, class_validator_1.IsOptional)(),
|
||||
(0, class_validator_1.IsDecimal)(),
|
||||
|
||||
Reference in New Issue
Block a user