This is an automated email from the ASF dual-hosted git repository.

ocket8888 pushed a commit to branch 4.x
in repository 
https://gitbox.apache.org/repos/asf/trafficcontrol-trafficops-types.git

commit 971f90f41dbdd612f5a62320cf8437bbe3867ae6
Author: ocket8888 <[email protected]>
AuthorDate: Thu Dec 8 08:59:19 2022 -0700

    Add new server update status fields
---
 src/server.ts | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/server.ts b/src/server.ts
index 8ec04f9..f1ca9c1 100644
--- a/src/server.ts
+++ b/src/server.ts
@@ -527,11 +527,15 @@ export interface ServerDetails  {
  * current state.
  */
 export interface ServerUpdateStatus {
+       configApplyTime: Date;
+       configUpdateTime: Date;
        /* eslint-disable @typescript-eslint/naming-convention */
        host_id: number;
        host_name: string;
        parent_pending: boolean;
        parent_reval_pending: boolean;
+       revalUpdateTime: Date;
+       revalApplyTime: Date;
        reval_pending: boolean;
        status: string;
        upd_pending: boolean;

Reply via email to