digicust_types 1.8.212 → 1.8.213

Sign up to get free protection for your applications and to get access to all the features.
@@ -92,6 +92,9 @@ export interface LineItemModel {
92
92
  creationType?: MasterDataCreationType;
93
93
  bbox?: Bbox;
94
94
  fraudDetection?: ItemFraudDetectionDetails;
95
+ dangerousGoods?: {
96
+ UNNumber?: Meta<string>;
97
+ }[];
95
98
  matchingMetadata?: MatchingMetadataModel<MaterialMatchInput, MaterialMatchResult>;
96
99
  }
97
100
  export declare const condenseLineItem: (lineItem?: LineItemModel) => LineItemModel;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digicust_types",
3
- "version": "1.8.212",
3
+ "version": "1.8.213",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",