Socket
Socket
Sign inDemoInstall

@microsoft/sp-odata-types

Package Overview
Dependencies
Maintainers
1
Versions
90
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@microsoft/sp-odata-types - npm Package Compare versions

Comparing version 0.1.0 to 0.2.1

CHANGELOG.json

35

CHANGELOG.md

@@ -1,21 +0,18 @@

> ## Overview
> We break changes into three categories (following [semver](http://semver.org/)), corresponding to the types of version
> bumps we may make:
> - **`PATCH`** A patch change should be released when a backwards-compatible bugfix is made.
> - **`MINOR`** A minor change should be released when functionality is added, but backwards-compatibility is maintained.
> - **`MAJOR`** A major change should be released whenever backwards compatibility is broken.
>
> Whenver a change is made to this project, a brief description of the change should be included in this file under the
> **Unreleased changes** heading with an annotation tagging the change. When the package is released, all of the
> changes listed under **Unreleased changes** will be moved under a heading for the new version.
>
> Example changes:
> ## Unreleased changes
> - `PATCH` Fixing a minor style issue where a textbox can overlap with its label.
> - `MAJOR` Changing the interface of `BaseClientSideWebPart.onInit()` to be async.
> - `MINOR` Including new performance logging functions.
> - `PATCH` Correctly handling negative numbers in the `setZIndex` function.
# Change Log - @microsoft/sp-odata-types
# Unreleased changes
This log was last generated on Tue, 03 Jan 2017 22:53:56 GMT and should not be manually modified.
*Initial release*
## 0.2.1
Tue, 03 Jan 2017 21:52:49 GMT
### Patches
- More changes for RC0 release.
## 0.2.0
Tue, 06 Dec 2016 20:44:26 GMT
### Minor changes
- Changes for RC0 release.
/**
* Data used for creating a SPPermission object.
*
* @public

@@ -4,0 +5,0 @@ */

@@ -6,2 +6,3 @@ import { IODataChangeToken } from './SmallTypes';

* https://msdn.microsoft.com/en-us/library/office/jj860569.aspx
*
* @public

@@ -8,0 +9,0 @@ */

@@ -5,2 +5,3 @@ /**

* https://msdn.microsoft.com/en-us/library/office/jj860569.aspx
*
* @public

@@ -7,0 +8,0 @@ */

/**
* Represents an OData SP.NavigationNode object.
* https://msdn.microsoft.com/en-us/library/office/jj246311.aspx
*
* @public

@@ -39,2 +40,3 @@ */

* https://msdn.microsoft.com/en-us/library/office/ee557907.aspx
*
* @public

@@ -41,0 +43,0 @@ */

@@ -45,5 +45,5 @@ import IODataNavigationNodeCollection from './IODataNavigationNodeCollection';

layoutsUrl: string;
listBaseTemplate: string;
listBaseTemplate: number;
listId: string;
listPermsMask: Object;
listPermsMask: IODataBasePermission;
listTitle: string;

@@ -57,2 +57,3 @@ listUrl: string;

pageListId: string;
pagePermsMask: IODataBasePermission;
pagePersonalizationScope: number;

@@ -77,2 +78,3 @@ PreviewFeaturesEnabled: boolean;

userDisplayName: string;
userEmail: string;
userId: number;

@@ -79,0 +81,0 @@ userLoginName: string;

@@ -5,2 +5,3 @@ /**

* https://msdn.microsoft.com/en-us/library/office/jj860569.aspx
*
* @public

@@ -22,2 +23,4 @@ */

* https://msdn.microsoft.com/en-us/library/office/jj860569.aspx
*
* @public
*/

@@ -24,0 +27,0 @@ export interface IODataUser {

@@ -6,2 +6,3 @@ import { IODataChangeToken } from './SmallTypes';

* https://msdn.microsoft.com/en-us/library/office/jj860569.aspx
*
* @public

@@ -8,0 +9,0 @@ */

/**
* Represents an OData SP.ChangeToken object. For more information about this object
* @see {@link https://msdn.microsoft.com/en-us/library/office/jj860569.aspx}
*
* @public

@@ -15,2 +16,3 @@ */

* @see {@link https://msdn.microsoft.com/en-us/library/office/jj860569.aspx}
*
* @public

@@ -17,0 +19,0 @@ */

{
"name": "@microsoft/sp-odata-types",
"version": "0.1.0",
"version": "0.2.1",
"description": "TypeScript interfaces for working with SharePoint REST APIs",

@@ -12,4 +12,3 @@ "license": "SEE LICENSE IN LICENSE.docx",

},
"dependencies": {
},
"dependencies": {},
"scripts": {

@@ -20,2 +19,2 @@ "build": "gulp bundle",

}
}
}
# sp-odata-types
This package provides TypeScript interfaces for the various ODATA objects
returned from SharePoint REST APIs.
returned from SharePoint REST APIs. Do not add executable code to this package.

@@ -6,0 +6,0 @@ *This package is part of the [SharePoint Framework](https://github.com/SharePoint/sp-dev-docs/wiki),

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