gd-sprest-def
Advanced tools
Comparing version 0.3.9 to 0.4.0
@@ -104,2 +104,8 @@ /** | ||
export interface IBaseResults<Type = any> extends IBaseResult { | ||
/** Returns the next set of results. */ | ||
next(): IBaseCollection<Type>; | ||
/** True, if more items exist. */ | ||
nextFl: boolean; | ||
/** Results */ | ||
@@ -106,0 +112,0 @@ results: Array<Type>; |
@@ -104,2 +104,8 @@ /** | ||
export interface IBaseResults<Type = any> extends IBaseResult { | ||
/** Returns the next set of results. */ | ||
next(): IBaseCollection<Type>; | ||
/** True, if more items exist. */ | ||
nextFl: boolean; | ||
/** Results */ | ||
@@ -106,0 +112,0 @@ results: Array<Type>; |
{ | ||
"name": "gd-sprest-def", | ||
"version": "0.3.9", | ||
"version": "0.4.0", | ||
"description": "TypeScript definition files generated from the $metadata REST endpoint in SharePoint.", | ||
@@ -5,0 +5,0 @@ "author": "Gunjan Datta <me@dattabase.com> (https://gunjandatta.github.io)", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3916865
36849