@ignos/api-client 20260615.157.1-alpha → 20260615.158.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
|
@@ -37602,6 +37602,7 @@ export interface CreateSupplierInviteRequest {
|
|
|
37602
37602
|
supplierId: string;
|
|
37603
37603
|
threeLetterIsoCountry: string;
|
|
37604
37604
|
organizationNumber: string;
|
|
37605
|
+
supplierName?: string | null;
|
|
37605
37606
|
username: string;
|
|
37606
37607
|
invitedName: string;
|
|
37607
37608
|
}
|