digicust_types 1.7.488 → 1.7.490
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.
|
@@ -79,8 +79,8 @@ export interface MaterialModel {
|
|
|
79
79
|
*/
|
|
80
80
|
applicantId?: string;
|
|
81
81
|
/**
|
|
82
|
-
|
|
83
|
-
|
|
82
|
+
* Owning declarant, if any. Used for matching by tariff number.
|
|
83
|
+
*/
|
|
84
84
|
declarantId?: string;
|
|
85
85
|
/**
|
|
86
86
|
* Owning exporter, if any. Used for matching by tariff number.
|
|
@@ -96,7 +96,7 @@ export interface MaterialModel {
|
|
|
96
96
|
buyerId?: string;
|
|
97
97
|
/**
|
|
98
98
|
* Owning agent, if any. Used for matching by tariff number.
|
|
99
|
-
|
|
99
|
+
*/
|
|
100
100
|
agentId?: string;
|
|
101
101
|
/**
|
|
102
102
|
* Owning broker, if any. Used for matching by tariff number.
|
|
@@ -126,6 +126,7 @@ export interface MaterialModel {
|
|
|
126
126
|
documentTypeCodes?: (DocumentCode & {
|
|
127
127
|
procedure?: ProcedureMode | "any";
|
|
128
128
|
reference?: string;
|
|
129
|
+
issuingDate?: DateTimeModel;
|
|
129
130
|
} & Workflow<DigicustDocumentType>)[];
|
|
130
131
|
CAS?: Workflow<string>;
|
|
131
132
|
units?: Workflow<{
|