@bondsports/types 2.1.35 → 2.1.37
Sign up to get free protection for your applications and to get access to all the features.
@@ -7,7 +7,7 @@ export declare class AddImportedCustomerDto extends CreateOrEditCustomerDto {
|
|
7
7
|
importedParentId?: string;
|
8
8
|
importedPartnerId?: string;
|
9
9
|
endDate?: string;
|
10
|
-
startDate
|
10
|
+
startDate?: string;
|
11
11
|
membershipId?: number;
|
12
12
|
}
|
13
13
|
export declare class AddFamilyDto {
|
@@ -21,13 +21,13 @@ export declare class CustomerImportValidationDto {
|
|
21
21
|
}
|
22
22
|
export declare class ExistingCustomerDto {
|
23
23
|
id: number;
|
24
|
-
|
24
|
+
importedId: string;
|
25
25
|
name: string;
|
26
26
|
email: string;
|
27
27
|
}
|
28
28
|
export declare class ExistingUserDto {
|
29
29
|
id: number;
|
30
|
-
|
30
|
+
importedId: string;
|
31
31
|
email: string;
|
32
32
|
}
|
33
33
|
export declare class CustomerImportResponseDto {
|