gd-sprest-def
Advanced tools
Comparing version 0.4.1 to 0.4.2
@@ -229,2 +229,14 @@ /** | ||
{ | ||
name: "getItems", | ||
overwrite: true, | ||
returnType: "IBaseCollection<SP.ListItem, SP.ListItemOData, IBaseExecution & SP.ListItemCollectionMethods> & IBaseExecution & SP.ListItemCollectionMethods", | ||
params: [{ $: { Name: "viewXML", Type: "string" } }] | ||
}, | ||
{ | ||
name: "getItemsByQuery", | ||
overwrite: true, | ||
returnType: "IBaseCollection<SP.ListItem, SP.ListItemOData, IBaseExecution & SP.ListItemCollectionMethods> & IBaseExecution & SP.ListItemCollectionMethods", | ||
params: [{ $: { Name: "camlQuery", Type: "string" } }] | ||
}, | ||
{ | ||
name: "update", | ||
@@ -231,0 +243,0 @@ returnType: "any", |
{ | ||
"name": "gd-sprest-def", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"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)", |
Sorry, the diff of this file is too big to display
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
3922147
36868