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.0 to 0.9.1

12

custom.js

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

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