digicust_types 1.8.168 → 1.8.169

Sign up to get free protection for your applications and to get access to all the features.
@@ -25,10 +25,9 @@ export interface AggregatedCaseDataModel {
25
25
  arrivalDate?: DateTimeModel;
26
26
  departureDate?: DateTimeModel;
27
27
  presentationDate?: DateTimeModel & {
28
- fromTime: string;
29
- toTime: string;
28
+ fromTime?: string;
29
+ toTime?: string;
30
30
  };
31
- presentationDateFrom: any;
32
31
  issueDate?: DateTimeModel;
33
32
  transferDate?: DateTimeModel;
34
33
  registrationDate?: DateTimeModel;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digicust_types",
3
- "version": "1.8.168",
3
+ "version": "1.8.169",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",