@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.
@@ -9664,6 +9664,7 @@ export interface CreateSupplierInviteRequest {
9664
9664
  supplierId: string;
9665
9665
  threeLetterIsoCountry: string;
9666
9666
  organizationNumber: string;
9667
+ supplierName?: string | null;
9667
9668
  username: string;
9668
9669
  invitedName: string;
9669
9670
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ignos/api-client",
3
- "version": "20260615.157.1-alpha",
3
+ "version": "20260615.158.1-alpha",
4
4
  "description": "IGNOS API Client",
5
5
  "type": "module",
6
6
  "main": "lib/index.js",
@@ -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
  }