gd-sprest-def 2.1.0 → 2.1.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.
package/base.d.ts CHANGED
@@ -185,9 +185,6 @@ 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
-
191
188
  /** The order by fields. */
192
189
  OrderBy?: Array<string>;
193
190
 
package/lib/base.d.ts CHANGED
@@ -185,9 +185,6 @@ 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
-
191
188
  /** The order by fields. */
192
189
  OrderBy?: Array<string>;
193
190
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gd-sprest-def",
3
- "version": "2.1.0",
3
+ "version": "2.1.2",
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",