digicust_types 1.8.5 → 1.8.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -5,6 +5,7 @@ import { Meta } from "..";
5
5
  */
6
6
  export interface DocumentCode extends Meta<DigicustDocumentType> {
7
7
  NC_24000?: string;
8
+ NC_49000?: string;
8
9
  Dokumentenarten?: string;
9
10
  DE_I0200?: string;
10
11
  /** Bescheinigungsbereich */
@@ -45,6 +45,10 @@ export interface MaterialModel {
45
45
  projectId?: string;
46
46
  creationType?: MasterDataCreationType;
47
47
  matchingType?: "materialNumber" | "tariffNumber";
48
+ /**
49
+ * Tags for material data
50
+ */
51
+ tags?: string[];
48
52
  description?: Workflow<string>;
49
53
  documentDescription?: Workflow<string>;
50
54
  additionalInformation?: Meta<string>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digicust_types",
3
- "version": "1.8.5",
3
+ "version": "1.8.7",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",