gd-sprest-def 2.0.9 → 2.1.0

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.
package/base.d.ts CHANGED
@@ -185,6 +185,9 @@ export interface IODataQuery {
185
185
  */
186
186
  GetAllItems?: boolean;
187
187
 
188
+ /** Time in ms to wait between calls to avoid throttling. */
189
+ GetAllItemsWaitTime?: number;
190
+
188
191
  /** The order by fields. */
189
192
  OrderBy?: Array<string>;
190
193
 
package/lib/base.d.ts CHANGED
@@ -185,6 +185,9 @@ export interface IODataQuery {
185
185
  */
186
186
  GetAllItems?: boolean;
187
187
 
188
+ /** Time in ms to wait between calls to avoid throttling. */
189
+ GetAllItemsWaitTime?: number;
190
+
188
191
  /** The order by fields. */
189
192
  OrderBy?: Array<string>;
190
193
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gd-sprest-def",
3
- "version": "2.0.9",
3
+ "version": "2.1.0",
4
4
  "description": "TypeScript definition files generated from the $metadata REST endpoint in SharePoint.",
5
5
  "author": "Gunjan Datta <me@dattabase.com> (https://gunjandatta.github.io)",
6
6
  "license": "MIT",