gd-sprest 7.9.7 → 7.9.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.
- package/build/mapper/def.js +1 -1
- package/build/rest.js +1 -1
- package/dist/gd-sprest.js +1 -1
- package/dist/gd-sprest.min.js +1 -1
- package/package.json +1 -1
package/build/mapper/def.js
CHANGED
|
@@ -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"],
|
package/build/rest.js
CHANGED