digicust_types 1.8.299 → 1.8.301

Sign up to get free protection for your applications and to get access to all the features.
@@ -49,6 +49,7 @@ export interface DhfSftpConfig {
49
49
  "sftp-dns-name"?: string;
50
50
  "sftp-inbound"?: string;
51
51
  "sftp-path"?: string;
52
+ useBasicFTP?: boolean;
52
53
  }
53
54
  export interface MercurioSftpConfig {
54
55
  "sftp-password"?: string;
@@ -20,13 +20,12 @@ export interface AddressModel extends Meta<any> {
20
20
  isEU?: boolean;
21
21
  value?: string;
22
22
  treatyMemberships?: Array<string>;
23
+ additionalIdentifier?: string;
23
24
  /** TypeOfLocation */
24
25
  DE_S0347?: string;
25
26
  /** QualifierOfIdentification */
26
27
  DE_S0326?: string;
27
28
  /** e.g. company name, mostly needed for place of loading */
28
29
  complementOfInformation?: string;
29
- permitNumber?: string;
30
- aditionalIdentifier?: string;
31
30
  }
32
31
  export declare const condenseAddress: (address: AddressModel) => AddressModel;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digicust_types",
3
- "version": "1.8.299",
3
+ "version": "1.8.301",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",