digicust_types 1.8.193 → 1.8.194

Sign up to get free protection for your applications and to get access to all the features.
@@ -5,6 +5,8 @@ export interface CustomsTariffNumber extends Meta<string> {
5
5
  processedByTaric?: boolean;
6
6
  toBeProcessed?: boolean;
7
7
  classificationType?: ClassificationTypes;
8
+ isError?: boolean;
9
+ error?: any;
8
10
  };
9
11
  userEdited?: boolean;
10
12
  additionalCodes?: Meta<string>[];
@@ -81,7 +81,7 @@ export type TariffWSMessage = {
81
81
  customer_id: string;
82
82
  project_id: string;
83
83
  tariff_system: TariffSystem;
84
- language: "en" | "de";
84
+ language: string;
85
85
  type?: TariffWSMessageType;
86
86
  number?: string;
87
87
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digicust_types",
3
- "version": "1.8.193",
3
+ "version": "1.8.194",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",