gd-sprest 9.4.2 → 9.4.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.
@@ -467,7 +467,7 @@ export interface IContextInformation {
467
467
  /**
468
468
  * Runs a loop to ensure the digest value doesn't expire.
469
469
  */
470
- enableRefreshToken();
470
+ enableRefreshToken(callback?: () => void);
471
471
 
472
472
  /**
473
473
  * Generates a guid.
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.42,
12
+ __ver: 9.43,
13
13
  AppContext: function (siteUrl) { return Lib.Site.getAppContext(siteUrl); },
14
14
  Apps: Lib.Apps,
15
15
  ContextInfo: Lib.ContextInfo,
@@ -3300,7 +3300,7 @@ declare module 'gd-sprest/lib/contextInfo' {
3300
3300
  /**
3301
3301
  * Runs a loop to ensure the digest value doesn't expire.
3302
3302
  */
3303
- enableRefreshToken();
3303
+ enableRefreshToken(callback?: () => void);
3304
3304
 
3305
3305
  /**
3306
3306
  * Generates a guid.