@ignos/api-client 20260612.150.1-alpha → 20260615.152.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
|
@@ -9656,7 +9656,8 @@ export interface TenantWithSupplierDto {
|
|
|
9656
9656
|
}
|
|
9657
9657
|
export interface CreateSupplierInviteRequest {
|
|
9658
9658
|
supplierId: string;
|
|
9659
|
-
|
|
9659
|
+
threeLetterIsoCountry: string;
|
|
9660
|
+
organizationNumber: string;
|
|
9660
9661
|
username: string;
|
|
9661
9662
|
invitedName: string;
|
|
9662
9663
|
}
|
package/package.json
CHANGED
package/src/ignosportal-api.ts
CHANGED
|
@@ -37518,7 +37518,8 @@ export interface TenantWithSupplierDto {
|
|
|
37518
37518
|
|
|
37519
37519
|
export interface CreateSupplierInviteRequest {
|
|
37520
37520
|
supplierId: string;
|
|
37521
|
-
|
|
37521
|
+
threeLetterIsoCountry: string;
|
|
37522
|
+
organizationNumber: string;
|
|
37522
37523
|
username: string;
|
|
37523
37524
|
invitedName: string;
|
|
37524
37525
|
}
|