gd-sprest-def
Advanced tools
Comparing version 1.3.5 to 1.3.6
@@ -161,3 +161,3 @@ import { IBaseExecution } from "../../base"; | ||
**********************************************/ | ||
export interface listItem extends oneDrive.baseItem { | ||
export interface listItem extends baseItem { | ||
contentType: ComplexTypes.contentTypeFacet; | ||
@@ -191,3 +191,3 @@ sharepointIds: ComplexTypes.sharepointIds; | ||
**********************************************/ | ||
export interface listItemVersion extends oneDrive.baseItemVersion { | ||
export interface listItemVersion extends baseItemVersion { | ||
@@ -199,3 +199,3 @@ fields: () => IBaseExecution<fieldValueSet>; | ||
**********************************************/ | ||
export interface driveItemVersion extends oneDrive.baseItemVersion { | ||
export interface driveItemVersion extends baseItemVersion { | ||
size: number; | ||
@@ -298,3 +298,3 @@ streams: () => IBaseExecution<stream[]>; | ||
**********************************************/ | ||
export interface list extends oneDrive.baseItem { | ||
export interface list extends baseItem { | ||
displayName: string; | ||
@@ -329,3 +329,3 @@ list: ComplexTypes.listInfo; | ||
**********************************************/ | ||
export interface site extends oneDrive.baseItem { | ||
export interface site extends baseItem { | ||
root: ComplexTypes.root; | ||
@@ -332,0 +332,0 @@ sharepointIds: ComplexTypes.sharepointIds; |
@@ -381,4 +381,3 @@ let fs = require("fs"); | ||
let values = returnType.split("."); | ||
values.length > 0 ? values.slice(0, 1) : null; | ||
returnType = values.join("."); | ||
returnType = values[1]; | ||
} | ||
@@ -385,0 +384,0 @@ |
{ | ||
"name": "gd-sprest-def", | ||
"version": "1.3.5", | ||
"version": "1.3.6", | ||
"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
6080480
66423