gd-sprest 7.9.7 → 7.9.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.
@@ -4711,7 +4711,7 @@ exports.Mapper = {
4711
4711
  "AttachmentFiles|SP.Attachment.Collection|('[Name]')|SP.Attachment", "Comments|Microsoft.SharePoint.Comments.comment.Collection|('[Name]')|Microsoft.SharePoint.Comments.comment",
4712
4712
  "ContentType|SP.ContentType", "FieldValuesAsHtml", "FieldValuesAsText", "FieldValuesForEdit", "File|SP.File", "FirstUniqueAncestorSecurableObject",
4713
4713
  "Folder|SP.Folder", "GetDlpPolicyTip", "ParentList", "Properties", "RoleAssignments|SP.RoleAssignment.Collection|roleassignments|([Name])|SP.RoleAssignment",
4714
- "Versions|SP.ListItemVersion.Collection"
4714
+ "Versions|SP.ListItemVersion.Collection|([Name])|SPListItemVersion"
4715
4715
  ],
4716
4716
  addThumbnailFieldData: {
4717
4717
  argNames: ["imageStream", "imageName", "fieldInternalName"],
@@ -4851,7 +4851,9 @@ exports.Mapper = {
4851
4851
  recycle: {},
4852
4852
  },
4853
4853
  "SP.ListItemVersion.Collection": {
4854
- deleteAll: {},
4854
+ deleteAll: {
4855
+ requestType: utils_1.RequestType.Post
4856
+ },
4855
4857
  getById: {
4856
4858
  argNames: ["versionId"],
4857
4859
  requestType: utils_1.RequestType.GetWithArgsValueOnly,
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: 7.97,
12
+ __ver: 7.99,
13
13
  AppContext: function (siteUrl) { return Lib.Site.getAppContext(siteUrl); },
14
14
  Apps: Lib.Apps,
15
15
  ContextInfo: Lib.ContextInfo,