digicust_types 1.8.317 → 1.8.318

Sign up to get free protection for your applications and to get access to all the features.
@@ -7,7 +7,7 @@ import { DigicustDocumentModel } from "./digicust-document.model";
7
7
  */
8
8
  export interface CustomsServiceInstructions extends DigicustDocumentModel {
9
9
  issueDate?: DateTimeModel;
10
- meansOfTranspototation?: MeanOfTransportation[];
10
+ meansOfTransportation?: MeanOfTransportation[];
11
11
  netWeight?: Weight;
12
12
  grossWeight?: Weight;
13
13
  customsOffices?: CustomsOffice[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digicust_types",
3
- "version": "1.8.317",
3
+ "version": "1.8.318",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",