Providers & Contact fini

This commit is contained in:
2026-06-07 17:27:56 +02:00
parent ea65e6a3dc
commit 0d156faead
31 changed files with 227 additions and 338 deletions
@@ -11,5 +11,6 @@
export interface CreateProviderDto {
price?: number;
providerTypeId?: number;
}
@@ -10,6 +10,10 @@
export interface CreateStaffDto {
firstName?: string | null;
lastName?: string | null;
profession?: string | null;
email?: string | null;
f4T2NumberApproval?: string | null;
f4T2ExpirationDate?: string;
}
@@ -12,5 +12,6 @@
export interface GetProviderDto {
id?: number;
price?: number;
providerTypeId?: number;
}
@@ -11,6 +11,10 @@
export interface GetStaffDto {
id?: number;
firstName?: string | null;
lastName?: string | null;
profession?: string | null;
email?: string | null;
f4T2NumberApproval?: string | null;
f4T2ExpirationDate?: string;
}
@@ -18,6 +18,7 @@ export const MethodImplAttributes = {
NUMBER_1: 1,
NUMBER_2: 2,
NUMBER_3: 3,
NUMBER_32: 3,
NUMBER_4: 4,
NUMBER_42: 4,
NUMBER_8: 8,