gd-sprest 9.8.3 → 9.8.4

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.
@@ -3550,6 +3550,9 @@ export const MapperV2 = {
3550
3550
  name: "",
3551
3551
  requestType: RequestType.GraphDelete
3552
3552
  },
3553
+ content: {
3554
+ requestType: RequestType.GetBuffer
3555
+ },
3553
3556
  query: { argNames: ["oData"], requestType: RequestType.OData },
3554
3557
  workbook: {
3555
3558
  returnType: "workbook"
package/build/rest.js CHANGED
@@ -6,7 +6,7 @@ import { GraphTypes, SPTypes } from "./sptypes";
6
6
  * SharePoint REST Library
7
7
  */
8
8
  export const $REST = {
9
- __ver: 9.82,
9
+ __ver: 9.84,
10
10
  AppContext: (siteUrl) => { return Lib.Site.getAppContext(siteUrl); },
11
11
  Apps: Lib.Apps,
12
12
  ContextInfo: Lib.ContextInfo,