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 <[email protected]> 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 */
