digicust_types 1.8.360 → 1.8.361

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,4 @@
1
- import { CustomsTariffNumberNormalizationSettings, DigicustDocumentType, DocumentCodeSource, Event, Money, PackageType, ProcedureMode, Rule, StakeholderModel } from "..";
1
+ import { CustomsTariffNumberNormalizationSettings, DigicustDocumentType, Event, Money, PackageType, ProcedureMode, Rule, StakeholderModel } from "..";
2
2
  import { Submission } from "./sftp-config.model";
3
3
  import { UploadWidget } from "./uploadWidget";
4
4
  /**
@@ -435,10 +435,7 @@ export interface ExecutionStrategy {
435
435
  * Controls document code integration from different sources.
436
436
  */
437
437
  documentCodeIntegration?: {
438
- /**
439
- * Allowed sources for document code derivation
440
- */
441
- allowedSources?: DocumentCodeSource[];
438
+ persistNegativeCodings?: boolean;
442
439
  };
443
440
  /**
444
441
  * Controls how additional material properties are handled
@@ -1,4 +1,3 @@
1
- /// <reference types="node" />
2
1
  /**
3
2
  * Information about an uploaded file. Used by multer package.
4
3
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digicust_types",
3
- "version": "1.8.360",
3
+ "version": "1.8.361",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",