Socket
Socket
Sign inDemoInstall

gd-sprest-def

Package Overview
Dependencies
Maintainers
1
Versions
147
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 1.1.3 to 1.1.4

2

lib/SP/UserProfiles/entitytypes.d.ts

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

getUserProfileProperties(accountName?: string): Base.IBaseCollection<SP.KeyValue>;
getUserProfilePropertyFor(accountName?: string, propertyName?: string): Base.IBaseExecution<string>;
getUserProfilePropertyFor(accountName?: string, propertyName?: string): Base.IBaseExecution<SP.UserProfiles.PersonProperties>;
hardDeleteUserProfile(accountName?: string, userId?: any): Base.IBaseExecution<boolean>;

@@ -218,0 +218,0 @@ hideSuggestion(accountName?: string): Base.IBaseExecution<any>;

@@ -18,2 +18,7 @@ ##### Missing Properties

<Property Name="OnlyAllowMembersViewMembership" Type="Edm.Boolean" />
```
```
###### FunctionImport - Fix the ReturnType value
```
<FunctionImport Name="GetUserProfilePropertyFor" ReturnType="SP.UserProfiles.PersonProperties" IsSideEffecting="false" IsBindable="true">
```
{
"name": "gd-sprest-def",
"version": "1.1.3",
"version": "1.1.4",
"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 not supported yet

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