@ignos/api-client 20260415.106.1-alpha → 20260416.107.1-alpha

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.
@@ -3713,6 +3713,7 @@ export interface UserDetailsDto {
3713
3713
  hasAccessToIgnos?: boolean;
3714
3714
  isInvitedUser?: boolean;
3715
3715
  isSupplier?: boolean;
3716
+ companyId?: string | null;
3716
3717
  }
3717
3718
  export interface UserDto {
3718
3719
  id?: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ignos/api-client",
3
- "version": "20260415.106.1-alpha",
3
+ "version": "20260416.107.1-alpha",
4
4
  "description": "IGNOS API Client",
5
5
  "type": "module",
6
6
  "main": "lib/index.js",
@@ -29979,6 +29979,7 @@ export interface UserDetailsDto {
29979
29979
  hasAccessToIgnos?: boolean;
29980
29980
  isInvitedUser?: boolean;
29981
29981
  isSupplier?: boolean;
29982
+ companyId?: string | null;
29982
29983
  }
29983
29984
 
29984
29985
  export interface UserDto {