RubyGems
npm
PyPI
Organizations
Log in
Sign up
npm
digicust_types
Versions diffs
1.8.333 → 1.8.335
digicust_types 1.8.333 → 1.8.335
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (2)
hide
show
package/lib/models/digicust/execution-strategy/execution-strategy.model.d.ts
+3
-0
package/package.json
+1
-1
package/lib/models/digicust/execution-strategy/execution-strategy.model.d.ts
CHANGED
Viewed
@@ -308,6 +308,9 @@ export interface ExecutionStrategy {
308
308
createNewCustomsCasesPerRecipient?: {
309
309
active?: boolean;
310
310
};
311
+
createNewCustomsCasesPerWaybillContainer?: {
312
+
active?: boolean;
313
+
};
311
314
};
312
315
matchingEngine?: {
313
316
materialMatching?: {
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "digicust_types",
3
-
"version": "1.8.
333
",
3
+
"version": "1.8.
335
",
4
4
"description": "",
5
5
"main": "lib/index.js",
6
6
"types": "lib/index.d.ts",