gd-sprest-def
Advanced tools
Comparing version 1.6.0 to 1.6.1
@@ -741,4 +741,7 @@ let fs = require("fs"); | ||
**********************************************/ | ||
export interface ${name} ${entity.returnType && getGraphType(entity.returnType) ? "extends " + getGraphType(entity.returnType) : ""} { | ||
export interface ${name} extends ${name}Props, ${name}Methods ${entity.returnType && getGraphType(entity.returnType) ? ", " + getGraphType(entity.returnType) : ""} { } | ||
export interface ${name}Props { | ||
${props.join('\n')} | ||
} | ||
export interface ${name}Methods { | ||
${methods.join('\n')} | ||
@@ -745,0 +748,0 @@ }`); |
{ | ||
"name": "gd-sprest-def", | ||
"version": "1.6.0", | ||
"version": "1.6.1", | ||
"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
10905817
108159