digicust_types 1.8.58 → 1.8.60

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,6 @@
1
1
  export interface TariffNumberSuggestion {
2
- tariffNumber?: string;
3
- reason?: string;
4
- confidence?: number;
2
+ tariffNumber: string;
3
+ reason: string;
5
4
  }
6
5
  export interface TariffClassifyV2Payload {
7
6
  product_name: string;
@@ -11,5 +10,11 @@ export interface TariffClassifyV2Payload {
11
10
  }
12
11
  export interface TariffClassifyV2Result {
13
12
  tariff_code: string;
14
- description: string;
13
+ product_description: string;
14
+ details: {
15
+ level: string;
16
+ confidence: number;
17
+ explanation: string;
18
+ details: string;
19
+ }[];
15
20
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digicust_types",
3
- "version": "1.8.58",
3
+ "version": "1.8.60",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",