gd-sprest-def 2.0.6 → 2.0.8
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 +2 -0
- package/lib/base.d.ts +2 -0
- package/package.json +1 -1
package/base.d.ts
CHANGED
|
@@ -139,6 +139,7 @@ export interface IMapperMethod {
|
|
|
139
139
|
replaceEndpointFl?: boolean;
|
|
140
140
|
requestType?: number;
|
|
141
141
|
requestMethod?: string;
|
|
142
|
+
returnProp?: string;
|
|
142
143
|
returnType?: string;
|
|
143
144
|
}
|
|
144
145
|
|
|
@@ -158,6 +159,7 @@ export interface IMethodInfo {
|
|
|
158
159
|
replaceEndpointFl?: boolean;
|
|
159
160
|
requestMethod?: string;
|
|
160
161
|
requestType?: number;
|
|
162
|
+
returnProp?: string;
|
|
161
163
|
returnType?: string;
|
|
162
164
|
}
|
|
163
165
|
|
package/lib/base.d.ts
CHANGED
|
@@ -139,6 +139,7 @@ export interface IMapperMethod {
|
|
|
139
139
|
replaceEndpointFl?: boolean;
|
|
140
140
|
requestType?: number;
|
|
141
141
|
requestMethod?: string;
|
|
142
|
+
returnProp?: string;
|
|
142
143
|
returnType?: string;
|
|
143
144
|
}
|
|
144
145
|
|
|
@@ -158,6 +159,7 @@ export interface IMethodInfo {
|
|
|
158
159
|
replaceEndpointFl?: boolean;
|
|
159
160
|
requestMethod?: string;
|
|
160
161
|
requestType?: number;
|
|
162
|
+
returnProp?: string;
|
|
161
163
|
returnType?: string;
|
|
162
164
|
}
|
|
163
165
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gd-sprest-def",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.8",
|
|
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",
|