digicust_types 1.7.460 → 1.7.461

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.
@@ -81,6 +81,26 @@ export interface MaterialModel {
81
81
  */
82
82
  applicant?: string;
83
83
  applicantId?: string;
84
+ /**
85
+ * Owning declarant, if any. Used for matching by tariff number.
86
+ */
87
+ declarant?: string;
88
+ declarantId?: string;
89
+ /**
90
+ * Owning exporter, if any. Used for matching by tariff number.
91
+ */
92
+ importer?: string;
93
+ importerId?: string;
94
+ /**
95
+ * Owning exporter, if any. Used for matching by tariff number.
96
+ */
97
+ exporter?: string;
98
+ exporterId?: string;
99
+ /**
100
+ * Owning buyer, if any. Used for matching by tariff number.
101
+ */
102
+ buyer?: string;
103
+ buyerId?: string;
84
104
  /**
85
105
  * Different materialNumbers might be applied for different recipients.
86
106
  * The recipientId refers to a stakeholder.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digicust_types",
3
- "version": "1.7.460",
3
+ "version": "1.7.461",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",