@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.
package/lib/ignosportal-api.d.ts
CHANGED
package/package.json
CHANGED
package/src/ignosportal-api.ts
CHANGED
|
@@ -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 {
|