@djust-b2b/djust-front-sdk 1.21.14 → 1.21.16
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.
|
@@ -55,7 +55,7 @@ export interface UpdateCustomerUserResponse {
|
|
|
55
55
|
}
|
|
56
56
|
export interface GetCustomerUserAddressesResponse extends Array<AddressDto> {
|
|
57
57
|
}
|
|
58
|
-
export interface GetAuthenticatedUserResponse extends
|
|
58
|
+
export interface GetAuthenticatedUserResponse extends UserInfoDto {
|
|
59
59
|
}
|
|
60
60
|
export interface GetCustomerUserOrganisationsResponse extends Array<CustomerOrganisationDto> {
|
|
61
61
|
}
|