digicust_types 1.8.56 → 1.8.57

Sign up to get free protection for your applications and to get access to all the features.
@@ -42,6 +42,8 @@ export interface AggregatedCaseDataModel {
42
42
  carrier?: CompanyModel;
43
43
  warehouse?: CompanyModel;
44
44
  obligater?: CompanyModel;
45
+ /** AWR/Außenwirtschaftsrechtlicher Ausführer */
46
+ contractualPartner?: CompanyModel;
45
47
  exportDeclarationType?: TypeOfExportDeclarationModel;
46
48
  constellationOfParticipants?: ConstellationOfParticipantsModel;
47
49
  buyerSellerRelation?: BuyerSellerRelationship;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digicust_types",
3
- "version": "1.8.56",
3
+ "version": "1.8.57",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",