digicust_types 1.8.88 → 1.8.90

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,7 @@
1
1
  import { HsCodeModel, Meta, ClassificationCode, TariffNumberSuggestion } from "../..";
2
2
  export interface CustomsTariffNumber extends Meta<string> {
3
3
  hsCode?: Meta<string>;
4
+ replacedByTaric?: boolean;
4
5
  additionalCodes?: Meta<string>[];
5
6
  hsCodeInvoice?: Meta<string>;
6
7
  customsDescription?: string;
@@ -2,6 +2,8 @@ export interface CallerReference {
2
2
  application?: string;
3
3
  component?: string;
4
4
  function?: string;
5
+ runtimeId?: string;
6
+ context?: any;
5
7
  }
6
8
  export interface ReadLockModel {
7
9
  id?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digicust_types",
3
- "version": "1.8.88",
3
+ "version": "1.8.90",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",