gd-sprest 8.2.4 → 8.2.6

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.
@@ -23,7 +23,7 @@ jobs:
23
23
  npm run test --if-present
24
24
 
25
25
  - name: Build Artifacts
26
- uses: actions/upload-artifact@v1
26
+ uses: actions/upload-artifact@v4
27
27
  with:
28
28
  name: dist
29
29
  path: dist
package/build/rest.js CHANGED
@@ -9,7 +9,7 @@ var sptypes_1 = require("./sptypes");
9
9
  * SharePoint REST Library
10
10
  */
11
11
  exports.$REST = {
12
- __ver: 8.24,
12
+ __ver: 8.26,
13
13
  AppContext: function (siteUrl) { return Lib.Site.getAppContext(siteUrl); },
14
14
  Apps: Lib.Apps,
15
15
  ContextInfo: Lib.ContextInfo,
@@ -550,10 +550,14 @@ exports.Request = {
550
550
  helper_1.Helper.updateDataCollection(obj, objData["results"]);
551
551
  // Update the expanded properties
552
552
  helper_1.Helper.updateExpandedProperties(obj);
553
+ // Update the search results
554
+ helper_1.Helper.updateSearchResults(obj);
553
555
  }
554
556
  else {
555
557
  // Update the object
556
558
  obj = __assign(__assign({}, obj), objData);
559
+ // Update the search results
560
+ helper_1.Helper.updateSearchResults(obj);
557
561
  }
558
562
  }
559
563
  // Else, see if the data properties exists