digicust_types 1.8.367 → 1.8.369

Sign up to get free protection for your applications and to get access to all the features.
@@ -45,7 +45,10 @@ export interface EmailDocument extends DigicustDocumentModel {
45
45
  shipper?: CompanyModel;
46
46
  carrier?: CompanyModel;
47
47
  declarant?: CompanyModel;
48
+ consignee?: CompanyModel;
48
49
  presentationDate?: DateTimeModel;
50
+ presentationTimeStart?: Meta<string>;
51
+ presentationTimeEnd?: Meta<string>;
49
52
  shippingDate?: DateTimeModel;
50
53
  packages?: Package[];
51
54
  containers?: Container[];
@@ -97,6 +97,7 @@ export interface ScopeSftpConfig {
97
97
  template?: string;
98
98
  sendAutomatic?: string;
99
99
  accumulatePosition?: string;
100
+ addStatisticalValue?: boolean;
100
101
  }
101
102
  export interface CargoSoftSftpConfig {
102
103
  "sftp-password"?: string;
@@ -0,0 +1,7 @@
1
+ import { UserInput } from "./documents";
2
+ export interface UserInputTemplate {
3
+ id: string;
4
+ name: string;
5
+ description?: string;
6
+ userInput?: UserInput;
7
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digicust_types",
3
- "version": "1.8.367",
3
+ "version": "1.8.369",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",