@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.
package/lib/ignosportal-api.d.ts
CHANGED
|
@@ -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
package/src/ignosportal-api.ts
CHANGED
|
@@ -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;
|