@hitsoft/e-donusum 100.1.18-Edo-Test → 100.1.19-Edo-Test

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.
@@ -93,6 +93,14 @@ export interface ConnectorPurchaseInvoiceDocumentLineDto {
93
93
  baseType: number | null;
94
94
  baseEntry: number | null;
95
95
  baseLine: number | null;
96
+ itemCode?: string;
97
+ itemDescription?: string;
98
+ unitPrice?: number | null;
99
+ taxCode?: string;
100
+ vatGroup?: string;
101
+ currency?: string;
102
+ uomCode?: string;
103
+ discPrcnt?: number | null;
96
104
  }
97
105
  export interface ConnectorMultipleEmptyDraftDto {
98
106
  invoiceID: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hitsoft/e-donusum",
3
- "version": "100.1.18-Edo-Test",
3
+ "version": "100.1.19-Edo-Test",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=9",
6
6
  "@angular/core": ">=9",