Socket
Socket
Sign inDemoInstall

gd-sprest-def

Package Overview
Dependencies
0
Maintainers
1
Versions
145
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.9.9 to 1.0.0

18

custom.js

@@ -28,2 +28,20 @@ /**

// Comments
"Microsoft.SharePoint.Comments.comment": [
{
name: "delete",
returnType: "any",
params: []
}
],
// Comments
"Collection(Microsoft.SharePoint.Comments.comment)": [
{
name: "add",
returnType: "SP.Microsoft.SharePoint.Comments.comment",
params: [{ $: { Name: "text", Type: "SP.Microsoft.SharePoint.Comments.comment" } }]
}
],
// Content Type

@@ -30,0 +48,0 @@ "SP.ContentType": [

2

lib/Microsoft/SharePoint/Comments/entitytypes.d.ts

@@ -81,2 +81,3 @@ import { Base } from "../../../";

deleteAll(): Base.IBaseExecution<boolean>;
add(text?: SP.Microsoft.SharePoint.Comments.comment): Base.IBaseExecution<SP.Microsoft.SharePoint.Comments.comment>;
}

@@ -98,2 +99,3 @@

unlike(): Base.IBaseExecution<any>;
delete(): Base.IBaseExecution<any>;
}

@@ -100,0 +102,0 @@

2

package.json
{
"name": "gd-sprest-def",
"version": "0.9.9",
"version": "1.0.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

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc