spitfirepm 1.40.232 → 1.40.233

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.
@@ -8,7 +8,7 @@ const $ = require("jquery");
8
8
  const BrowserExtensionChecker_1 = require("./BrowserExtensionChecker");
9
9
  const RESTClientBase = require("./APIClientBase"); // avoid conflict with same in SwaggerClient when loaded by classic UI
10
10
  //import {dialog} from "jquery-ui";
11
- const ClientPackageVersion = "1.40.232";
11
+ const ClientPackageVersion = "1.40.233";
12
12
  // originally modified for typescript and linter requirements by Uladzislau Kumakou
13
13
  var LoggingLevels;
14
14
  (function (LoggingLevels) {
@@ -2603,6 +2603,7 @@ class sfRestClient {
2603
2603
  result = this.PageTypeNames.Report;
2604
2604
  break;
2605
2605
  case 'ExecutiveInfo':
2606
+ case 'Executive':
2606
2607
  case 'project-summary':
2607
2608
  case 'projects-summary':
2608
2609
  result = this.PageTypeNames.ExecutiveDashboard;