gd-sprest-def
Advanced tools
Comparing version 1.1.9 to 1.2.0
@@ -57,4 +57,7 @@ var fs = require('fs'); | ||
res.on("end", function () { | ||
// Rename the "case" type. It will cause issues w/ TypeScript | ||
let content = data.toString().replace('Name="case"', 'Name="_case"'); | ||
// Write the file | ||
fs.writeFileSync("graph.xml", data); | ||
fs.writeFileSync("graph.xml", content); | ||
@@ -61,0 +64,0 @@ // Log |
@@ -20,5 +20,5 @@ import { Base } from "../../../"; | ||
/********************************************* | ||
* case | ||
* _case | ||
**********************************************/ | ||
export interface case { | ||
export interface _case { | ||
createdDateTime?: any; | ||
@@ -33,5 +33,5 @@ description?: string; | ||
/********************************************* | ||
* caseCollections | ||
* _caseCollections | ||
**********************************************/ | ||
export interface caseCollections { | ||
export interface _caseCollections { | ||
@@ -38,0 +38,0 @@ } |
{ | ||
"name": "gd-sprest-def", | ||
"version": "1.1.9", | ||
"version": "1.2.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)", |
Sorry, the diff of this file is not supported yet
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
7812229
90845