gd-sprest-def 2.0.6 → 2.0.7

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
@@ -158,6 +158,7 @@ export interface IMethodInfo {
158
158
  replaceEndpointFl?: boolean;
159
159
  requestMethod?: string;
160
160
  requestType?: number;
161
+ returnProp?: string;
161
162
  returnType?: string;
162
163
  }
163
164
 
package/lib/base.d.ts CHANGED
@@ -158,6 +158,7 @@ export interface IMethodInfo {
158
158
  replaceEndpointFl?: boolean;
159
159
  requestMethod?: string;
160
160
  requestType?: number;
161
+ returnProp?: string;
161
162
  returnType?: string;
162
163
  }
163
164
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gd-sprest-def",
3
- "version": "2.0.6",
3
+ "version": "2.0.7",
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",