gd-sprest 8.5.5 → 8.5.7

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.
@@ -93,7 +93,7 @@ exports.MapperV2 = {
93
93
  requestType: utils_1.RequestType.Get
94
94
  },
95
95
  extractSensitivityLabel: {
96
- name: "[base.eTag]/extractSensitivityLabel",
96
+ name: "extractSensitivityLabel",
97
97
  requestType: utils_1.RequestType.Post
98
98
  },
99
99
  subscriptions: {
@@ -183,6 +183,10 @@ exports.MapperV2 = {
183
183
  requestType: utils_1.RequestType.Get,
184
184
  returnType: "driveItem"
185
185
  },
186
+ extractSensitivityLabel: {
187
+ name: "extractSensitivityLabel",
188
+ requestType: utils_1.RequestType.Post
189
+ },
186
190
  fields: {
187
191
  appendRequest: true,
188
192
  requestType: utils_1.RequestType.Get,
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.55,
12
+ __ver: 8.57,
13
13
  AppContext: function (siteUrl) { return Lib.Site.getAppContext(siteUrl); },
14
14
  Apps: Lib.Apps,
15
15
  ContextInfo: Lib.ContextInfo,
package/build/v2/sites.js CHANGED
@@ -113,7 +113,7 @@ exports.sites.getFile = function (props) {
113
113
  }, reject);
114
114
  });
115
115
  }
116
- });
116
+ }, reject);
117
117
  }, reject);
118
118
  });
119
119
  };