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.
@@ -19,7 +19,7 @@ export interface CaseModel {
19
19
  contextId?: string;
20
20
  status?: Meta<CaseStatus>;
21
21
  createdAt?: Date;
22
- _ts?: number | undefined;
22
+ finishedAt?: number | undefined;
23
23
  processedAt?: string;
24
24
  sentAt?: Date;
25
25
  automatic?: boolean;
@@ -79,8 +79,8 @@ export interface MaterialModel {
79
79
  */
80
80
  applicantId?: string;
81
81
  /**
82
- * Owning declarant, if any. Used for matching by tariff number.
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<{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digicust_types",
3
- "version": "1.7.488",
3
+ "version": "1.7.490",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",