digicust_types 1.7.290 → 1.7.291

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -6,8 +6,8 @@ import { LineItemContainingDocument } from "./line-item-containing-document";
6
6
  * Identifies a user input on tariff classification
7
7
  */
8
8
  export interface TariffClassificationInput extends LineItemContainingDocument, DigicustDocumentModel {
9
- documentType: DigicustDocumentType.TariffClassificationInput;
10
- items: TariffClassificationInputItem[];
9
+ documentType?: DigicustDocumentType.TariffClassificationInput;
10
+ items?: TariffClassificationInputItem[];
11
11
  }
12
12
  export interface TariffClassificationInputItem extends LineItemModel {
13
13
  id?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digicust_types",
3
- "version": "1.7.290",
3
+ "version": "1.7.291",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",