gd-sprest-def
Advanced tools
Comparing version 0.9.0 to 0.9.1
@@ -278,3 +278,4 @@ /** | ||
name: "getUserEffectivePermissions", | ||
returnType: "Base.IBaseExecution<{GetUserEffectivePermissions: SP.BasePermissions}>", | ||
overwrite: true, | ||
returnType: "{ GetUserEffectivePermissions: SP.BasePermissions }", | ||
params: [{ $: { Name: "userName", Type: "string" } }] | ||
@@ -302,3 +303,4 @@ }, | ||
name: "getUserEffectivePermissions", | ||
returnType: "Base.IBaseExecution<{GetUserEffectivePermissions: SP.BasePermissions}>", | ||
overwrite: true, | ||
returnType: "{ GetUserEffectivePermissions: SP.BasePermissions }", | ||
params: [{ $: { Name: "userName", Type: "string" } }] | ||
@@ -464,3 +466,4 @@ }, | ||
name: "getUserEffectivePermissions", | ||
returnType: "Base.IBaseExecution<{GetUserEffectivePermissions: SP.BasePermissions}>", | ||
overwrite: true, | ||
returnType: "{ GetUserEffectivePermissions: SP.BasePermissions }", | ||
params: [{ $: { Name: "userName", Type: "string" } }] | ||
@@ -479,3 +482,4 @@ }, | ||
name: "getUserEffectivePermissions", | ||
returnType: "Base.IBaseExecution<{GetUserEffectivePermissions: SP.BasePermissions}>", | ||
overwrite: true, | ||
returnType: "{ GetUserEffectivePermissions: SP.BasePermissions }", | ||
params: [{ $: { Name: "userName", Type: "string" } }] | ||
@@ -482,0 +486,0 @@ }, |
@@ -256,4 +256,4 @@ import { Base } from "../../"; | ||
validateUpdateListItem(formValues?: Array<SP.ListItemFormUpdateValue>, bNewDocumentUpdate?: boolean, checkInComment?: string): Base.IBaseCollection<SP.ListItemFormUpdateValue>; | ||
getUserEffectivePermissions(userName?: string): Base.IBaseExecution<Base.IBaseExecution<{GetUserEffectivePermissions: SP.BasePermissions}>>; | ||
getUserEffectivePermissions(userName?: string): { GetUserEffectivePermissions: SP.BasePermissions }; | ||
update(properties?: any): Base.IBaseExecution<any>; | ||
} |
{ | ||
"name": "gd-sprest-def", | ||
"version": "0.9.0", | ||
"version": "0.9.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
48566
4277902