digicust_types 1.8.168 → 1.8.170

Sign up to get free protection for your applications and to get access to all the features.
@@ -24,11 +24,9 @@ export interface AggregatedCaseDataModel {
24
24
  route?: Meta<string[]>;
25
25
  arrivalDate?: DateTimeModel;
26
26
  departureDate?: DateTimeModel;
27
- presentationDate?: DateTimeModel & {
28
- fromTime: string;
29
- toTime: string;
30
- };
31
- presentationDateFrom: any;
27
+ presentationDate?: DateTimeModel;
28
+ presentationTimeStart?: Meta<string>;
29
+ presentationTimeEnd?: Meta<string>;
32
30
  issueDate?: DateTimeModel;
33
31
  transferDate?: DateTimeModel;
34
32
  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.170",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",