You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by oc...@apache.org on 2023/04/24 21:57:08 UTC

[trafficcontrol-trafficops-types] 05/06: Didnt mean to remove this

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 c236f8b68db248576a04e1b5fd1ac547fa5c35f9
Author: shamrickus <sh...@gmail.com>
AuthorDate: Mon Apr 24 15:09:33 2023 -0600

    Didnt mean to remove this
---
 src/server.ts | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/server.ts b/src/server.ts
index 01da184..83caa25 100644
--- a/src/server.ts
+++ b/src/server.ts
@@ -202,6 +202,11 @@ export interface ResponseServer {
 	offlineReason: string | null;
 	/** The physical location in which the Server resides. */
 	physLocation: string;
+	/**
+	* An integral, unique identifier for the physical location in which the
+	* Server resides.
+	*/
+	physLocationId: number;
 	/**
 	 * An _ordered_ array of strings representing the Profiles used by this server
 	 */