adamo-types 2.0.8-sit → 2.0.8
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.
|
@@ -86,7 +86,7 @@ export declare class CreateApprovalDto extends CreateApprovalDto_base {
|
|
|
86
86
|
declare const PartialCreateApprovalDto_base: import("@nestjs/common").Type<Omit<CreateApprovalDto, "created">>;
|
|
87
87
|
export declare class PartialCreateApprovalDto extends PartialCreateApprovalDto_base {
|
|
88
88
|
}
|
|
89
|
-
declare const UpdateApprovalCustomerDto_base: import("@nestjs/common").Type<Partial<Pick<ApprovalCustomerDto, "firstName" | "lastName" | "
|
|
89
|
+
declare const UpdateApprovalCustomerDto_base: import("@nestjs/common").Type<Partial<Pick<ApprovalCustomerDto, "firstName" | "lastName" | "title" | "identification" | "phones">>>;
|
|
90
90
|
export declare class UpdateApprovalCustomerDto extends UpdateApprovalCustomerDto_base {
|
|
91
91
|
}
|
|
92
92
|
declare const UpdateApprovalBillingDto_base: import("@nestjs/common").Type<Partial<ApprovalBillingDto>>;
|
|
@@ -34,7 +34,7 @@ export declare class CustomerProductChangeOfAddressProcessDto {
|
|
|
34
34
|
created: ProcessAuditFieldsDto;
|
|
35
35
|
updated: ProcessAuditFieldsDto;
|
|
36
36
|
}
|
|
37
|
-
declare const CreateCustomerProductChangeOfAddressProcessDto_base: import("@nestjs/common").Type<Pick<CustomerProductChangeOfAddressProcessDto, "customerId" | "status" | "
|
|
37
|
+
declare const CreateCustomerProductChangeOfAddressProcessDto_base: import("@nestjs/common").Type<Pick<CustomerProductChangeOfAddressProcessDto, "customerId" | "status" | "created" | "salesPerson" | "product">>;
|
|
38
38
|
export declare class CreateCustomerProductChangeOfAddressProcessDto extends CreateCustomerProductChangeOfAddressProcessDto_base {
|
|
39
39
|
}
|
|
40
40
|
declare const UpdateCustomerProductChangeOfAddressProcessDto_base: import("@nestjs/common").Type<Omit<CustomerProductChangeOfAddressProcessDto, "id" | "customerId" | "created" | "product">>;
|