@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.
@@ -9656,7 +9656,8 @@ export interface TenantWithSupplierDto {
9656
9656
  }
9657
9657
  export interface CreateSupplierInviteRequest {
9658
9658
  supplierId: string;
9659
- supplierName?: string | null;
9659
+ threeLetterIsoCountry: string;
9660
+ organizationNumber: string;
9660
9661
  username: string;
9661
9662
  invitedName: string;
9662
9663
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ignos/api-client",
3
- "version": "20260612.150.1-alpha",
3
+ "version": "20260615.152.1-alpha",
4
4
  "description": "IGNOS API Client",
5
5
  "type": "module",
6
6
  "main": "lib/index.js",
@@ -37518,7 +37518,8 @@ export interface TenantWithSupplierDto {
37518
37518
 
37519
37519
  export interface CreateSupplierInviteRequest {
37520
37520
  supplierId: string;
37521
- supplierName?: string | null;
37521
+ threeLetterIsoCountry: string;
37522
+ organizationNumber: string;
37522
37523
  username: string;
37523
37524
  invitedName: string;
37524
37525
  }