bruce-models 1.5.8 → 1.5.9

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.
@@ -711,6 +711,7 @@ var Account;
711
711
  let EAppId;
712
712
  (function (EAppId) {
713
713
  EAppId["BruceApi"] = "BruceAPI";
714
+ EAppId["Navigator"] = "Navigator";
714
715
  })(EAppId = Account.EAppId || (Account.EAppId = {}));
715
716
  let EStarterContent;
716
717
  (function (EStarterContent) {
@@ -1130,11 +1131,11 @@ var BruceApi;
1130
1131
  // Attempt to load an account specific base url.
1131
1132
  // This could be one with a region specific endpoint.
1132
1133
  try {
1133
- const { settings } = yield Account.GetAppSettings({
1134
+ const settings = (yield Account.GetAppSettings({
1134
1135
  api: cam,
1135
1136
  accountId: this.accountId,
1136
1137
  appId: Account.EAppId.BruceApi
1137
- });
1138
+ })).settings;
1138
1139
  if (this.loadCancelled) {
1139
1140
  console.warn("BruceApi: Loading was cancelled due to SetBaseUrl being called, not setting regional base url.");
1140
1141
  return;