From 2dca437faf52f050f7c71550fd6d11624cbdc38e Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 19 Dec 2023 00:02:53 +0000 Subject: [PATCH] daily update 20231219T000253 --- client/services/InsightsService.ts | 2 +- swagger.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/client/services/InsightsService.ts b/client/services/InsightsService.ts index 6739a3b..c325fda 100644 --- a/client/services/InsightsService.ts +++ b/client/services/InsightsService.ts @@ -587,7 +587,7 @@ export class InsightsService { /** * The date and time when workflow was created. */ - "workflow-created-at": any; + "workflow-created-at": string; /** * The ID of the workflow associated with the provided test counts */ diff --git a/swagger.json b/swagger.json index 109801b..d928db2 100644 --- a/swagger.json +++ b/swagger.json @@ -2049,7 +2049,8 @@ "type": "integer" }, "workflow-created-at": { - "description": "The date and time when workflow was created." + "description": "The date and time when workflow was created.", + "type": "string" }, "workflow-id": { "description": "The ID of the workflow associated with the provided test counts"