digicust_types 1.8.131 → 1.8.133

Sign up to get free protection for your applications and to get access to all the features.
@@ -67,6 +67,7 @@ export interface ExecutionStrategy {
67
67
  additionalCostsStrategy?: "equalDistribution" | "addToFirstItem" | "splitToAllItems" | "splitToAllItemsByNetWeight" | "splitToAllItemsByTotalValue";
68
68
  allowDateInOrderNumber?: boolean;
69
69
  eliminateArticleNumberFromDescription?: boolean;
70
+ alwaysAssumeThreeDigitDecimalForWeights?: boolean;
70
71
  /** Determines whether or not data from incoming emails are extracted and normalized.
71
72
  * @default false */
72
73
  normalizeEmailDocuments?: boolean;
@@ -75,6 +75,8 @@ export interface BEOConfig {
75
75
  "customer-code"?: string;
76
76
  /** mandantId */
77
77
  "client-code"?: string;
78
+ username?: string;
79
+ password?: string;
78
80
  };
79
81
  }
80
82
  export interface DbhSftpConfig {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digicust_types",
3
- "version": "1.8.131",
3
+ "version": "1.8.133",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",