digicust_types 1.8.294 → 1.8.296

Sign up to get free protection for your applications and to get access to all the features.
@@ -128,6 +128,8 @@ export interface DbhSftpConfig {
128
128
  aggregateFreightAndGoodsInvoices?: boolean;
129
129
  addStatisticalValue?: boolean;
130
130
  hideItemInvoiceValue?: boolean;
131
+ /** Abwicklungsmodell */
132
+ processingModel?: string;
131
133
  }
132
134
  export interface AebSftpConfig {
133
135
  "client-name"?: string;
@@ -5,6 +5,7 @@ import { ItemFraudDetectionDetails } from "../fraud/item-fraud-detection";
5
5
  */
6
6
  export interface LineItemModel {
7
7
  id?: string;
8
+ refId?: string;
8
9
  documentId?: string;
9
10
  mergedItemIds?: string[];
10
11
  sourceDocumentIds?: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digicust_types",
3
- "version": "1.8.294",
3
+ "version": "1.8.296",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",