Didnt mean to remove this
diff --git a/src/server.ts b/src/server.ts
index 01da184..83caa25 100644
--- a/src/server.ts
+++ b/src/server.ts
@@ -203,6 +203,11 @@
 	/** 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
 	 */
 	profileNames: Array<string>;