Socket
Socket
Sign inDemoInstall

gd-sprest-def

Package Overview
Dependencies
Maintainers
1
Versions
148
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gd-sprest-def - npm Package Compare versions

Comparing version 0.8.9 to 0.9.0

20

custom.js

@@ -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",

3

lib/SP/Workflow/entitytypes.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc