digicust_types 1.8.4 → 1.8.6

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 */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digicust_types",
3
- "version": "1.8.4",
3
+ "version": "1.8.6",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",