@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.
@@ -104,6 +104,6 @@ export interface SimpleUserView {
104
104
  export interface UserInfoDto {
105
105
  account: CustomerAccountDto;
106
106
  accounts: CustomerAccountDto[];
107
- user: CustomerUserDto;
107
+ user: CustomerUser;
108
108
  }
109
109
  export {};
@@ -55,7 +55,7 @@ export interface UpdateCustomerUserResponse {
55
55
  }
56
56
  export interface GetCustomerUserAddressesResponse extends Array<AddressDto> {
57
57
  }
58
- export interface GetAuthenticatedUserResponse extends Array<UserInfoDto> {
58
+ export interface GetAuthenticatedUserResponse extends UserInfoDto {
59
59
  }
60
60
  export interface GetCustomerUserOrganisationsResponse extends Array<CustomerOrganisationDto> {
61
61
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@djust-b2b/djust-front-sdk",
3
- "version": "1.21.14",
3
+ "version": "1.21.16",
4
4
  "description": "DJUST Front SDK is a versatile JavaScript Software Development Kit (SDK) ",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",