gd-sprest 8.8.6 → 8.8.8

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.
@@ -6727,6 +6727,11 @@ exports.MapperV2 = {
6727
6727
  },
6728
6728
  },
6729
6729
  permissions: {
6730
+ add: {
6731
+ argNames: ["values"],
6732
+ name: "",
6733
+ requestType: utils_1.RequestType.PostWithArgsInBody
6734
+ },
6730
6735
  query: { argNames: ["oData"], requestType: utils_1.RequestType.OData },
6731
6736
  },
6732
6737
  permissionGrantConditionSet: {
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.85,
12
+ __ver: 8.88,
13
13
  AppContext: function (siteUrl) { return Lib.Site.getAppContext(siteUrl); },
14
14
  Apps: Lib.Apps,
15
15
  ContextInfo: Lib.ContextInfo,