bruce-models 7.1.78 → 7.1.79

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -128,5 +128,5 @@ __exportStar(require("./util/object-utils"), exports);
128
128
  __exportStar(require("./util/path-utils"), exports);
129
129
  __exportStar(require("./util/url-utils"), exports);
130
130
  // This is updated with the package.json version on build.
131
- exports.VERSION = "7.1.78";
131
+ exports.VERSION = "7.1.79";
132
132
  //# sourceMappingURL=bruce-models.js.map
@@ -110,4 +110,4 @@ export * from "./util/math-utils";
110
110
  export * from "./util/object-utils";
111
111
  export * from "./util/path-utils";
112
112
  export * from "./util/url-utils";
113
- export declare const VERSION = "7.1.78";
113
+ export declare const VERSION = "7.1.79";
@@ -3,6 +3,7 @@ export declare namespace DatabaseServer {
3
3
  "ID"?: number;
4
4
  "HostingLocation.ID"?: number;
5
5
  "URL"?: string;
6
+ "ReadOnlyURL"?: string;
6
7
  Credentials?: string;
7
8
  CredentialsElevated?: string;
8
9
  "Settings"?: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bruce-models",
3
- "version": "7.1.78",
3
+ "version": "7.1.79",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "main": "dist/bruce-models.umd.js",