gd-sprest-def
Advanced tools
Comparing version 0.8.9 to 0.9.0
@@ -277,2 +277,7 @@ /** | ||
{ | ||
name: "getUserEffectivePermissions", | ||
returnType: "Base.IBaseExecution<{GetUserEffectivePermissions: SP.BasePermissions}>", | ||
params: [{ $: { Name: "userName", Type: "string" } }] | ||
}, | ||
{ | ||
name: "update", | ||
@@ -296,2 +301,7 @@ returnType: "any", | ||
{ | ||
name: "getUserEffectivePermissions", | ||
returnType: "Base.IBaseExecution<{GetUserEffectivePermissions: SP.BasePermissions}>", | ||
params: [{ $: { Name: "userName", Type: "string" } }] | ||
}, | ||
{ | ||
name: "update", | ||
@@ -453,2 +463,7 @@ returnType: "any", | ||
{ | ||
name: "getUserEffectivePermissions", | ||
returnType: "Base.IBaseExecution<{GetUserEffectivePermissions: SP.BasePermissions}>", | ||
params: [{ $: { Name: "userName", Type: "string" } }] | ||
}, | ||
{ | ||
name: "update", | ||
@@ -463,2 +478,7 @@ returnType: "any", | ||
{ | ||
name: "getUserEffectivePermissions", | ||
returnType: "Base.IBaseExecution<{GetUserEffectivePermissions: SP.BasePermissions}>", | ||
params: [{ $: { Name: "userName", Type: "string" } }] | ||
}, | ||
{ | ||
name: "update", | ||
@@ -465,0 +485,0 @@ returnType: "any", |
@@ -235,3 +235,3 @@ import { Base } from "../../"; | ||
getHashtags(): Base.IBaseCollection<SP.Hashtag>; | ||
getUserEffectivePermissions(userName?: string): Base.IBaseExecution<SP.BasePermissions>; | ||
// getUserEffectivePermissions(userName?: string): Base.IBaseExecution<SP.BasePermissions>; | ||
getWOPIFrameUrl(action?: number): Base.IBaseExecution<string>; | ||
@@ -257,3 +257,4 @@ mediaServiceUpdate(parameters?: SP.MediaServiceUpdateParameters): Base.IBaseExecution<any>; | ||
validateUpdateListItem(formValues?: Array<SP.ListItemFormUpdateValue>, bNewDocumentUpdate?: boolean, checkInComment?: string): Base.IBaseCollection<SP.ListItemFormUpdateValue>; | ||
getUserEffectivePermissions(userName?: string): Base.IBaseExecution<Base.IBaseExecution<{GetUserEffectivePermissions: SP.BasePermissions}>>; | ||
update(properties?: any): Base.IBaseExecution<any>; | ||
} |
{ | ||
"name": "gd-sprest-def", | ||
"version": "0.8.9", | ||
"version": "0.9.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 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
4278018
48562