gd-sprest 7.1.2 → 7.1.3

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.
@@ -4706,6 +4706,7 @@ exports.Mapper = {
4706
4706
  requestType: utils_1.RequestType.Post
4707
4707
  },
4708
4708
  update: {
4709
+ argNames: ["properties"],
4709
4710
  metadataType: "",
4710
4711
  name: "",
4711
4712
  requestMethod: "MERGE",
package/build/rest.js CHANGED
@@ -8,7 +8,7 @@ var sptypes_1 = require("./sptypes");
8
8
  * SharePoint REST Library
9
9
  */
10
10
  exports.$REST = {
11
- __ver: 7.12,
11
+ __ver: 7.13,
12
12
  AppContext: function (siteUrl) { return Lib.Site.getAppContext(siteUrl); },
13
13
  Apps: Lib.Apps,
14
14
  ContextInfo: Lib.ContextInfo,