digicust_types 1.8.490 → 1.8.491

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.
@@ -412,7 +412,6 @@ export interface ExecutionStrategy {
412
412
  useShipper?: boolean;
413
413
  useRecipientOrImporter?: boolean;
414
414
  useDeclarant?: boolean;
415
- useApplicant?: boolean;
416
415
  };
417
416
  /**
418
417
  * General integration options for both material and tariffNumber based master data
@@ -112,13 +112,8 @@ export interface MaterialModel {
112
112
  beneficiaryId?: string;
113
113
  /**
114
114
  * Owning applicant, if any. Used for matching by tariff number.
115
- * @deprecated
116
115
  */
117
116
  applicantId?: string;
118
- applicants?: {
119
- id: string;
120
- name: string;
121
- }[];
122
117
  /**
123
118
  * Owning declarant, if any. Used for matching by tariff number.
124
119
  * @deprecated
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digicust_types",
3
- "version": "1.8.490",
3
+ "version": "1.8.491",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",