digicust_types 1.8.5 → 1.8.6

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.
@@ -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 */
@@ -154,6 +154,12 @@ export interface MaterialModel {
154
154
  * Redundant meta property needed for search scoring
155
155
  */
156
156
  hasAnyUserEditedProperties?: boolean;
157
+ /**
158
+ * Suggestions added while uploading bulk data
159
+ */
160
+ suggestions?: {
161
+ tariffNumber?: string;
162
+ };
157
163
  meta?: {
158
164
  version?: number;
159
165
  userCreated?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digicust_types",
3
- "version": "1.8.5",
3
+ "version": "1.8.6",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",