Skip to content

Commit 6052ebd

Browse files
committed
frontend type update
1 parent 7e49b13 commit 6052ebd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

web-app/src/app/services/feeds/types.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -280,13 +280,13 @@ export interface components {
280280
hash?: string;
281281
/**
282282
* Format: date-time
283-
* @description The start date of the service date range for the dataset.
283+
* @description The start date of the service date range for the dataset in UTC. Timing starts at 00:00:00 of the day.
284284
* @example "2023-07-10T06:00:00.000Z"
285285
*/
286286
service_date_range_start?: string;
287287
/**
288288
* Format: date-time
289-
* @description The start date of the service date range for the dataset.
289+
* @description The start date of the service date range for the dataset in UTC. Timing ends at 23:59:59 of the day.
290290
* @example 2023-07-10T05:59:59+00Z
291291
*/
292292
service_date_range_end?: string;
@@ -422,13 +422,13 @@ export interface components {
422422
validation_report?: components['schemas']['ValidationReport'];
423423
/**
424424
* Format: date-time
425-
* @description The start date of the service date range for the dataset.
425+
* @description The start date of the service date range for the dataset in UTC. Timing starts at 00:00:00 of the day.
426426
* @example "2023-07-10T06:00:00.000Z"
427427
*/
428428
service_date_range_start?: string;
429429
/**
430430
* Format: date-time
431-
* @description The start date of the service date range for the dataset.
431+
* @description The start date of the service date range for the dataset in UTC. Timing ends at 23:59:59 of the day.
432432
* @example 2023-07-10T05:59:59+00Z
433433
*/
434434
service_date_range_end?: string;

0 commit comments

Comments
 (0)