@ignos/api-client 20260323.89.1-alpha → 20260323.90.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
|
@@ -9127,6 +9127,7 @@ export interface CompanyCustomerDto {
|
|
|
9127
9127
|
customerName?: string | null;
|
|
9128
9128
|
supplierId?: string | null;
|
|
9129
9129
|
supplierName?: string | null;
|
|
9130
|
+
customerIgnosPortalPrefix?: string | null;
|
|
9130
9131
|
}
|
|
9131
9132
|
export interface CompanyDto {
|
|
9132
9133
|
id?: string;
|
package/package.json
CHANGED
package/src/ignosportal-api.ts
CHANGED
|
@@ -35300,6 +35300,7 @@ export interface CompanyCustomerDto {
|
|
|
35300
35300
|
customerName?: string | null;
|
|
35301
35301
|
supplierId?: string | null;
|
|
35302
35302
|
supplierName?: string | null;
|
|
35303
|
+
customerIgnosPortalPrefix?: string | null;
|
|
35303
35304
|
}
|
|
35304
35305
|
|
|
35305
35306
|
export interface CompanyDto {
|