@ignos/api-client 20260706.169.1-alpha → 20260706.170.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
|
@@ -9785,6 +9785,7 @@ export interface CurrentSupplierInviteDto extends SupplierInviteDto {
|
|
|
9785
9785
|
export interface MatchingCustomerOrCompany {
|
|
9786
9786
|
customer?: IgnosCustomerDto | null;
|
|
9787
9787
|
company?: CompanyDto | null;
|
|
9788
|
+
companyCustomers?: CompanyCustomerDto[];
|
|
9788
9789
|
}
|
|
9789
9790
|
export interface IgnosCustomerDto {
|
|
9790
9791
|
id: string;
|
package/package.json
CHANGED
package/src/ignosportal-api.ts
CHANGED
|
@@ -38163,6 +38163,7 @@ export interface CurrentSupplierInviteDto extends SupplierInviteDto {
|
|
|
38163
38163
|
export interface MatchingCustomerOrCompany {
|
|
38164
38164
|
customer?: IgnosCustomerDto | null;
|
|
38165
38165
|
company?: CompanyDto | null;
|
|
38166
|
+
companyCustomers?: CompanyCustomerDto[];
|
|
38166
38167
|
}
|
|
38167
38168
|
|
|
38168
38169
|
export interface IgnosCustomerDto {
|