@ignos/api-client 20260703.167.1-alpha → 20260706.168.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.
@@ -9773,7 +9773,6 @@ export interface SupplierInviteDto {
9773
9773
  threeLetterIsoCountry: string;
9774
9774
  organizationNumber: string;
9775
9775
  supplierName?: string | null;
9776
- customerName?: string | null;
9777
9776
  userId: string;
9778
9777
  userName?: string | null;
9779
9778
  acceptedTimestamp?: Date | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ignos/api-client",
3
- "version": "20260703.167.1-alpha",
3
+ "version": "20260706.168.1-alpha",
4
4
  "description": "IGNOS API Client",
5
5
  "type": "module",
6
6
  "main": "lib/index.js",
@@ -38149,7 +38149,6 @@ export interface SupplierInviteDto {
38149
38149
  threeLetterIsoCountry: string;
38150
38150
  organizationNumber: string;
38151
38151
  supplierName?: string | null;
38152
- customerName?: string | null;
38153
38152
  userId: string;
38154
38153
  userName?: string | null;
38155
38154
  acceptedTimestamp?: Date | null;