gd-sprest 9.7.2 → 9.7.3

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.
@@ -76,9 +76,6 @@ export interface IBase<Type = any, Result = Type, QueryResult = Result> extends
76
76
  /** Gets the property. */
77
77
  getProperty(propertyName: string, requestType?: string);
78
78
 
79
- /** Stops any requests for a batch or query. */
80
- stop();
81
-
82
79
  /** Updates the metdata uri. */
83
80
  updateMetadataUri(metadata, targetInfo: ITargetInfoProps);
84
81
 
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: 9.72,
12
+ __ver: 9.73,
13
13
  AppContext: function (siteUrl) { return Lib.Site.getAppContext(siteUrl); },
14
14
  Apps: Lib.Apps,
15
15
  ContextInfo: Lib.ContextInfo,
@@ -7457,9 +7457,6 @@ declare module 'gd-sprest/utils/base' {
7457
7457
  /** Gets the property. */
7458
7458
  getProperty(propertyName: string, requestType?: string);
7459
7459
 
7460
- /** Stops any requests for a batch or query. */
7461
- stop();
7462
-
7463
7460
  /** Updates the metdata uri. */
7464
7461
  updateMetadataUri(metadata, targetInfo: ITargetInfoProps);
7465
7462