digicust_types 1.7.533 → 1.7.534

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,6 @@
1
1
  import { CodeModel } from './code.model';
2
2
  export interface SettlementCode extends CodeModel {
3
- code: string;
3
+ codeFrom: string;
4
+ codeUntil: string;
4
5
  name: string;
5
6
  }
@@ -0,0 +1,7 @@
1
+ import { Weight, Meta, ATB } from "../..";
2
+ import { DigicustDocumentModel } from "./digicust-document.model";
3
+ export interface TemporaryUsageModel extends DigicustDocumentModel {
4
+ preliminaryDocuments?: ATB[];
5
+ weight?: Weight;
6
+ numberOfShipments?: Meta<number>;
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.7.533",
3
+ "version": "1.7.534",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",