digicust_types 1.8.157 → 1.8.159

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.
@@ -113,10 +113,10 @@ export interface AggregatedCaseDataModel {
113
113
  /**
114
114
  * Contains (experimental) aggregated descriptions by tariff number and country of origin code
115
115
  */
116
- aggregatedDescriptions: {
117
- [tariffNumber: string]: {
118
- [alpha2Code: string]: string;
119
- };
120
- };
116
+ aggregatedDescriptions?: {
117
+ tariffNumber: string;
118
+ alpha2Code: string;
119
+ description: string;
120
+ }[];
121
121
  }
122
122
  export declare const condenseAggregated: (aggregated?: AggregatedCaseDataModel) => AggregatedCaseDataModel;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digicust_types",
3
- "version": "1.8.157",
3
+ "version": "1.8.159",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",