RubyGems
npm
PyPI
Organizations
Log in
Sign up
npm
digicust_types
Versions diffs
1.8.26 → 1.8.28
digicust_types 1.8.26 → 1.8.28
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (3)
hide
show
package/lib/models/digicust/documents/document-types/digicust-document.model.js
+1
-0
package/lib/models/digicust/execution-strategy/sftp-config.model.d.ts
+1
-0
package/package.json
+1
-1
package/lib/models/digicust/documents/document-types/digicust-document.model.js
CHANGED
Viewed
@@ -6,6 +6,7 @@ const __2 = require("../..");
6
6
const condenseDocument = (document) => {
7
7
const doc = document
8
8
? {
9
+
temp: "isCondensed",
9
10
id: document.id,
10
11
caseId: document.caseId,
11
12
queueId: document.queueId,
package/lib/models/digicust/execution-strategy/sftp-config.model.d.ts
CHANGED
Viewed
@@ -42,6 +42,7 @@ export interface DbhSftpConfig {
42
42
template?: string;
43
43
aggregateItems?: boolean;
44
44
duplicateBTIsInAdditionalInformationField?: boolean;
45
+
aggregateFreightAndGoodsInvoices?: boolean;
45
46
};
46
47
}
47
48
export interface AebSftpConfig {
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "digicust_types",
3
-
"version": "1.8.
26
",
3
+
"version": "1.8.
28
",
4
4
"description": "",
5
5
"main": "lib/index.js",
6
6
"types": "lib/index.d.ts",