gd-sprest 6.8.4 → 6.8.5

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.
@@ -6434,18 +6434,16 @@ exports.Mapper = {
6434
6434
  "SP.Web.Collection": {
6435
6435
  add: {
6436
6436
  argNames: ["parameters"],
6437
- metadataType: "SP.Web",
6438
- name: "",
6439
- requestType: utils_1.RequestType.PostBodyNoArgs
6437
+ metadataType: "SP.WebCreationInformation",
6438
+ requestType: utils_1.RequestType.PostWithArgsInBody
6440
6439
  },
6441
6440
  query: { argNames: ["oData"], requestType: utils_1.RequestType.OData },
6442
6441
  },
6443
6442
  "SP.WebInformation.Collection": {
6444
6443
  add: {
6445
6444
  argNames: ["parameters"],
6446
- metadataType: "SP.WebCreationInformation",
6447
- name: "",
6448
- requestType: utils_1.RequestType.PostBodyNoArgs
6445
+ metadataType: "SP.WebInfoCreationInformation",
6446
+ requestType: utils_1.RequestType.PostWithArgsInBody
6449
6447
  },
6450
6448
  getById: {
6451
6449
  argNames: ["id"],
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: 6.84,
11
+ __ver: 6.85,
12
12
  AppContext: function (siteUrl) { return Lib.Site.getAppContext(siteUrl); },
13
13
  Apps: Lib.Apps,
14
14
  ContextInfo: Lib.ContextInfo,