gd-sprest-def
Advanced tools
Comparing version 0.4.7 to 0.4.8
@@ -823,4 +823,4 @@ let fs = require("fs"); | ||
methods.push([ | ||
'\t' + methodInfo.name + ': { ', | ||
argNames.length > 0 ? '\t\targNames: IMapper & [ "' + argNames.join('", "') + '" ],' : '', | ||
'\t' + methodInfo.name + ': IMapper & { ', | ||
argNames.length > 0 ? '\t\targNames: [ "' + argNames.join('", "') + '" ],' : '', | ||
'\t},' | ||
@@ -827,0 +827,0 @@ ].join('\n')); |
{ | ||
"name": "gd-sprest-def", | ||
"version": "0.4.7", | ||
"version": "0.4.8", | ||
"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
4062411