refactor: rename prestataire to constructeur

This commit is contained in:
Matthieu
2025-09-17 08:50:07 +02:00
parent 4d2d552391
commit e8aeaf98e9
36 changed files with 796 additions and 783 deletions

View File

@@ -31,7 +31,7 @@ export declare class SitesController {
createdAt: Date;
updatedAt: Date;
reference: string | null;
prestataire: string | null;
constructeur: string | null;
prix: import("@prisma/client/runtime/library").Decimal | null;
emplacement: string | null;
machineId: string | null;
@@ -52,7 +52,7 @@ export declare class SitesController {
createdAt: Date;
updatedAt: Date;
reference: string | null;
prestataire: string | null;
constructeur: string | null;
prix: import("@prisma/client/runtime/library").Decimal | null;
emplacement: string | null;
machineId: string | null;
@@ -65,12 +65,12 @@ export declare class SitesController {
createdAt: Date;
updatedAt: Date;
reference: string | null;
prestataire: string | null;
constructeur: string | null;
prix: import("@prisma/client/runtime/library").Decimal | null;
emplacement: string | null;
machineId: string | null;
typeComposantId: string | null;
parentComposantId: string | null;
typeComposantId: string | null;
}[];
} & {
name: string;
@@ -78,12 +78,12 @@ export declare class SitesController {
createdAt: Date;
updatedAt: Date;
reference: string | null;
prestataire: string | null;
constructeur: string | null;
prix: import("@prisma/client/runtime/library").Decimal | null;
emplacement: string | null;
machineId: string | null;
typeComposantId: string | null;
parentComposantId: string | null;
typeComposantId: string | null;
})[];
} & {
name: string;
@@ -91,7 +91,7 @@ export declare class SitesController {
createdAt: Date;
updatedAt: Date;
reference: string | null;
prestataire: string | null;
constructeur: string | null;
prix: import("@prisma/client/runtime/library").Decimal | null;
emplacement: string | null;
siteId: string;
@@ -125,7 +125,7 @@ export declare class SitesController {
createdAt: Date;
updatedAt: Date;
reference: string | null;
prestataire: string | null;
constructeur: string | null;
prix: import("@prisma/client/runtime/library").Decimal | null;
emplacement: string | null;
machineId: string | null;
@@ -146,7 +146,7 @@ export declare class SitesController {
createdAt: Date;
updatedAt: Date;
reference: string | null;
prestataire: string | null;
constructeur: string | null;
prix: import("@prisma/client/runtime/library").Decimal | null;
emplacement: string | null;
machineId: string | null;
@@ -159,12 +159,12 @@ export declare class SitesController {
createdAt: Date;
updatedAt: Date;
reference: string | null;
prestataire: string | null;
constructeur: string | null;
prix: import("@prisma/client/runtime/library").Decimal | null;
emplacement: string | null;
machineId: string | null;
typeComposantId: string | null;
parentComposantId: string | null;
typeComposantId: string | null;
}[];
} & {
name: string;
@@ -172,12 +172,12 @@ export declare class SitesController {
createdAt: Date;
updatedAt: Date;
reference: string | null;
prestataire: string | null;
constructeur: string | null;
prix: import("@prisma/client/runtime/library").Decimal | null;
emplacement: string | null;
machineId: string | null;
typeComposantId: string | null;
parentComposantId: string | null;
typeComposantId: string | null;
})[];
} & {
name: string;
@@ -185,7 +185,7 @@ export declare class SitesController {
createdAt: Date;
updatedAt: Date;
reference: string | null;
prestataire: string | null;
constructeur: string | null;
prix: import("@prisma/client/runtime/library").Decimal | null;
emplacement: string | null;
siteId: string;

View File

@@ -31,7 +31,7 @@ export declare class SitesService {
createdAt: Date;
updatedAt: Date;
reference: string | null;
prestataire: string | null;
constructeur: string | null;
prix: import("@prisma/client/runtime/library").Decimal | null;
emplacement: string | null;
machineId: string | null;
@@ -52,7 +52,7 @@ export declare class SitesService {
createdAt: Date;
updatedAt: Date;
reference: string | null;
prestataire: string | null;
constructeur: string | null;
prix: import("@prisma/client/runtime/library").Decimal | null;
emplacement: string | null;
machineId: string | null;
@@ -65,12 +65,12 @@ export declare class SitesService {
createdAt: Date;
updatedAt: Date;
reference: string | null;
prestataire: string | null;
constructeur: string | null;
prix: import("@prisma/client/runtime/library").Decimal | null;
emplacement: string | null;
machineId: string | null;
typeComposantId: string | null;
parentComposantId: string | null;
typeComposantId: string | null;
}[];
} & {
name: string;
@@ -78,12 +78,12 @@ export declare class SitesService {
createdAt: Date;
updatedAt: Date;
reference: string | null;
prestataire: string | null;
constructeur: string | null;
prix: import("@prisma/client/runtime/library").Decimal | null;
emplacement: string | null;
machineId: string | null;
typeComposantId: string | null;
parentComposantId: string | null;
typeComposantId: string | null;
})[];
} & {
name: string;
@@ -91,7 +91,7 @@ export declare class SitesService {
createdAt: Date;
updatedAt: Date;
reference: string | null;
prestataire: string | null;
constructeur: string | null;
prix: import("@prisma/client/runtime/library").Decimal | null;
emplacement: string | null;
siteId: string;
@@ -125,7 +125,7 @@ export declare class SitesService {
createdAt: Date;
updatedAt: Date;
reference: string | null;
prestataire: string | null;
constructeur: string | null;
prix: import("@prisma/client/runtime/library").Decimal | null;
emplacement: string | null;
machineId: string | null;
@@ -146,7 +146,7 @@ export declare class SitesService {
createdAt: Date;
updatedAt: Date;
reference: string | null;
prestataire: string | null;
constructeur: string | null;
prix: import("@prisma/client/runtime/library").Decimal | null;
emplacement: string | null;
machineId: string | null;
@@ -159,12 +159,12 @@ export declare class SitesService {
createdAt: Date;
updatedAt: Date;
reference: string | null;
prestataire: string | null;
constructeur: string | null;
prix: import("@prisma/client/runtime/library").Decimal | null;
emplacement: string | null;
machineId: string | null;
typeComposantId: string | null;
parentComposantId: string | null;
typeComposantId: string | null;
}[];
} & {
name: string;
@@ -172,12 +172,12 @@ export declare class SitesService {
createdAt: Date;
updatedAt: Date;
reference: string | null;
prestataire: string | null;
constructeur: string | null;
prix: import("@prisma/client/runtime/library").Decimal | null;
emplacement: string | null;
machineId: string | null;
typeComposantId: string | null;
parentComposantId: string | null;
typeComposantId: string | null;
})[];
} & {
name: string;
@@ -185,7 +185,7 @@ export declare class SitesService {
createdAt: Date;
updatedAt: Date;
reference: string | null;
prestataire: string | null;
constructeur: string | null;
prix: import("@prisma/client/runtime/library").Decimal | null;
emplacement: string | null;
siteId: string;