gd-sprest 8.3.1 → 8.3.2

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.
@@ -54,7 +54,7 @@ export interface IListForm {
54
54
  * @param info - The list form information.
55
55
  * @param itemValues - The list item values.
56
56
  */
57
- saveItem(info: IListFormResult, formValues: any): PromiseLike<IListFormResult>;
57
+ saveItem(info: IListFormResult, formValues: any, checkItemVersion?: boolean): PromiseLike<IListFormResult>;
58
58
 
59
59
  /**
60
60
  * Method to show the file dialog.
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.31,
12
+ __ver: 8.32,
13
13
  AppContext: function (siteUrl) { return Lib.Site.getAppContext(siteUrl); },
14
14
  Apps: Lib.Apps,
15
15
  ContextInfo: Lib.ContextInfo,
@@ -2422,7 +2422,7 @@ declare module 'gd-sprest/helper/listForm' {
2422
2422
  * @param info - The list form information.
2423
2423
  * @param itemValues - The list item values.
2424
2424
  */
2425
- saveItem(info: IListFormResult, formValues: any): PromiseLike<IListFormResult>;
2425
+ saveItem(info: IListFormResult, formValues: any, checkItemVersion?: boolean): PromiseLike<IListFormResult>;
2426
2426
 
2427
2427
  /**
2428
2428
  * Method to show the file dialog.