@ignos/api-client 20260702.166.1-alpha → 20260703.167.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.
@@ -9770,6 +9770,8 @@ export interface CompanyDto {
9770
9770
  export interface SupplierInviteDto {
9771
9771
  id: string;
9772
9772
  supplierId: string;
9773
+ threeLetterIsoCountry: string;
9774
+ organizationNumber: string;
9773
9775
  supplierName?: string | null;
9774
9776
  customerName?: string | null;
9775
9777
  userId: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ignos/api-client",
3
- "version": "20260702.166.1-alpha",
3
+ "version": "20260703.167.1-alpha",
4
4
  "description": "IGNOS API Client",
5
5
  "type": "module",
6
6
  "main": "lib/index.js",
@@ -38146,6 +38146,8 @@ export interface CompanyDto {
38146
38146
  export interface SupplierInviteDto {
38147
38147
  id: string;
38148
38148
  supplierId: string;
38149
+ threeLetterIsoCountry: string;
38150
+ organizationNumber: string;
38149
38151
  supplierName?: string | null;
38150
38152
  customerName?: string | null;
38151
38153
  userId: string;