digicust_types 1.8.14 → 1.8.15

Sign up to get free protection for your applications and to get access to all the features.
@@ -17,5 +17,7 @@ export declare enum CustomsOfficeType {
17
17
  export = "Export",
18
18
  transit = "Transit",
19
19
  import = "Import",
20
- declaration = "Declaration"
20
+ declaration = "Declaration",
21
+ departure = "Departure",
22
+ destination = "Destination"
21
23
  }
@@ -9,4 +9,6 @@ var CustomsOfficeType;
9
9
  CustomsOfficeType["transit"] = "Transit";
10
10
  CustomsOfficeType["import"] = "Import";
11
11
  CustomsOfficeType["declaration"] = "Declaration";
12
+ CustomsOfficeType["departure"] = "Departure";
13
+ CustomsOfficeType["destination"] = "Destination";
12
14
  })(CustomsOfficeType || (exports.CustomsOfficeType = CustomsOfficeType = {}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digicust_types",
3
- "version": "1.8.14",
3
+ "version": "1.8.15",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",