gd-sprest-def 2.1.1 → 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
@@ -156,7 +156,6 @@ export interface IMethodInfo {
156
156
  argValues?: Array<any>;
157
157
  data?: any;
158
158
  getAllItemsFl?: boolean;
159
- getAllItemsWaitTime?: number;
160
159
  inheritMetadataType?: boolean;
161
160
  metadataType?: string;
162
161
  name?: string;
@@ -186,9 +185,6 @@ export interface IODataQuery {
186
185
  */
187
186
  GetAllItems?: boolean;
188
187
 
189
- /** Time in ms to wait between calls to avoid throttling. */
190
- GetAllItemsWaitTime?: number;
191
-
192
188
  /** The order by fields. */
193
189
  OrderBy?: Array<string>;
194
190
 
package/lib/base.d.ts CHANGED
@@ -156,7 +156,6 @@ export interface IMethodInfo {
156
156
  argValues?: Array<any>;
157
157
  data?: any;
158
158
  getAllItemsFl?: boolean;
159
- getAllItemsWaitTime?: number;
160
159
  inheritMetadataType?: boolean;
161
160
  metadataType?: string;
162
161
  name?: string;
@@ -186,9 +185,6 @@ export interface IODataQuery {
186
185
  */
187
186
  GetAllItems?: boolean;
188
187
 
189
- /** Time in ms to wait between calls to avoid throttling. */
190
- GetAllItemsWaitTime?: number;
191
-
192
188
  /** The order by fields. */
193
189
  OrderBy?: Array<string>;
194
190
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gd-sprest-def",
3
- "version": "2.1.1",
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",