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.9.1 to 0.9.2

8

custom.js

@@ -279,3 +279,3 @@ /**

overwrite: true,
returnType: "{ GetUserEffectivePermissions: SP.BasePermissions }",
returnType: "Base.IBaseExecution<{ GetUserEffectivePermissions: SP.BasePermissions }>",
params: [{ $: { Name: "userName", Type: "string" } }]

@@ -304,3 +304,3 @@ },

overwrite: true,
returnType: "{ GetUserEffectivePermissions: SP.BasePermissions }",
returnType: "Base.IBaseExecution<{ GetUserEffectivePermissions: SP.BasePermissions }>",
params: [{ $: { Name: "userName", Type: "string" } }]

@@ -467,3 +467,3 @@ },

overwrite: true,
returnType: "{ GetUserEffectivePermissions: SP.BasePermissions }",
returnType: "Base.IBaseExecution<{ GetUserEffectivePermissions: SP.BasePermissions }>",
params: [{ $: { Name: "userName", Type: "string" } }]

@@ -483,3 +483,3 @@ },

overwrite: true,
returnType: "{ GetUserEffectivePermissions: SP.BasePermissions }",
returnType: "Base.IBaseExecution<{ GetUserEffectivePermissions: SP.BasePermissions }>",
params: [{ $: { Name: "userName", Type: "string" } }]

@@ -486,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): { GetUserEffectivePermissions: SP.BasePermissions };
getUserEffectivePermissions(userName?: string): Base.IBaseExecution<{ GetUserEffectivePermissions: SP.BasePermissions }>;
update(properties?: any): Base.IBaseExecution<any>;
}
{
"name": "gd-sprest-def",
"version": "0.9.1",
"version": "0.9.2",
"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