@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.
@@ -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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ignos/api-client",
3
- "version": "20260706.169.1-alpha",
3
+ "version": "20260706.170.1-alpha",
4
4
  "description": "IGNOS API Client",
5
5
  "type": "module",
6
6
  "main": "lib/index.js",
@@ -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 {