Socket
Socket
Sign inDemoInstall

@microsoft/sp-odata-types

Package Overview
Dependencies
Maintainers
2
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 1.7.1 to 1.8.0-plusbeta

dist/tsdoc-metadata.json

17

CHANGELOG.json

@@ -5,6 +5,15 @@ {

{
"version": "1.7.1",
"tag": "@microsoft/sp-odata-types_v1.7.1",
"date": "Tue, 18 Dec 2018 02:02:24 GMT",
"comments": {}
"version": "1.8.0",
"tag": "@microsoft/sp-odata-types_v1.8.0",
"date": "Thu, 14 Mar 2019 01:04:21 GMT",
"comments": {
"none": [
{
"comment": "Upgrade Typescript to 2.7.2"
},
{
"comment": "Upgrade Typescript to 2.7.2"
}
]
}
},

@@ -11,0 +20,0 @@ {

# Change Log - @microsoft/sp-odata-types
This log was last generated on Tue, 18 Dec 2018 02:02:24 GMT and should not be manually modified.
This log was last generated on Thu, 14 Mar 2019 01:04:21 GMT and should not be manually modified.
## 1.7.1
Tue, 18 Dec 2018 02:02:24 GMT
## 1.8.0
Thu, 14 Mar 2019 01:04:21 GMT
*Version update only*
### Updates
- Upgrade Typescript to 2.7.2
- Upgrade Typescript to 2.7.2
## 1.7.0

@@ -11,0 +14,0 @@ Thu, 08 Nov 2018 17:05:51 GMT

/**
* TypeScript interfaces for working with SharePoint REST APIs.
*
*
* @remarks

@@ -9,3 +9,3 @@ * This package defines TypeScript interfaces that describe various ODATA objects

* only of type definitions.
*
*
* @packagedocumentation

@@ -207,3 +207,107 @@ */

/* Excluded from this release type: _IODataPageContextInfo */
/**
* Interface for _spPageContextInfo. Status of properties in the PageContext will be noted
* one of the following tags.
*
* 1. Already in the PageContext API
* 2. Soon to be added to the PageContext api
* 3. No plans to add to add to the PageContext api
*
* @internal
*/
export declare interface _IODataPageContextInfo {
aadInstanceUrl: string;
aadTenantId: string;
aadUserId: string;
alertsEnabled: boolean;
allowSilverlightPrompt: boolean;
blockDownloadExperienceEnabled: boolean;
cdnPrefix: string;
completenessUrls: string[];
crossDomainPhotosEnabled: boolean;
currentCultureName: string;
currentLanguage: number;
currentUICultureName: string;
CorrelationId: string;
disableAppViews: boolean;
disableFlows: boolean;
env: string;
ExpFeatures: number[];
farmLabel: string;
fid: number;
formDigestValue: string;
formDigestTimeoutSeconds: number;
groupColor: string;
groupHasHomepage: boolean;
groupId: string;
groupType: string;
guestsEnabled: boolean;
hasManageWebPermission: boolean;
hideSyncButtonOnODB: boolean;
isAnonymousGuestUser: boolean;
isAppWeb: boolean;
isExternalGuestUser: boolean;
isNoScriptEnabled: boolean;
isSPO: boolean;
killSwitches: {
[key: string]: boolean;
};
layoutsUrl: string;
listBaseTemplate: number;
listId: string;
listPermsMask: IODataBasePermission;
listTitle: string;
listUrl: string;
MenuData: Object;
msGraphEndpointUrl: string;
navigationInfo: IODataNavigationNodeCollection;
nid: number;
openInClient: boolean;
pageItemId: number;
pageListId: string;
pagePermsMask: IODataBasePermission;
pagePersonalizationScope: number;
preferUserTimeZone: boolean;
PreviewFeaturesEnabled: boolean;
RecycleBinItemCount: number;
serverRequestPath: string;
serverTime: string;
showNGSCDialogForSyncOnODB: boolean;
siteAbsoluteUrl: string;
siteClassification: string;
siteClientTag: string;
siteId: string;
sitePagesEnabled: boolean;
sitePagesFeatureVersion: number;
siteServerRelativeUrl: string;
siteSubscriptionId: string;
socialBarEnabled: boolean;
spfx3rdPartyServicePrincipalId: string;
spfxOBOFlowEnabled: boolean;
systemUserKey: string;
tenantAppVersion: string;
themeCacheToken: string;
themedCssFolderUrl: string;
themedImageFileNames: string;
userDisplayName: string;
userEmail: string;
userFirstDayOfWeek: number;
userId: number;
userLoginName: string;
userTimeZoneData: ISPSystemTimeZoneData;
viewId: string;
viewOnlyExperienceEnabled: boolean;
webAbsoluteUrl: string;
webDescription: string;
webFirstDayOfWeek: number;
webId: string;
webServerRelativeUrl: string;
webLanguage: number;
webLogoUrl: string;
webPermMasks: IODataBasePermission;
webTemplate: string;
webTimeZoneData: ISPSystemTimeZoneData;
webTitle: string;
webUIVersion: string;
}

@@ -488,4 +592,33 @@ /**

/* Excluded from this release type: ISPSystemTime */
/**
* Date time without regional info.
*
* @internal
*/
declare interface ISPSystemTime {
Day: number;
DayOfWeek: number;
Hour: number;
Milliseconds: number;
Minute: number;
Month: number;
Second: number;
Year: number;
}
/* Excluded from this release type: ISPSystemTimeZoneData */
/**
* SharePoint time zone data.
*
* @internal
*/
declare interface ISPSystemTimeZoneData {
DaylightDate: ISPSystemTime;
DaylightBias: number;
Description: string;
Id: number;
Bias: number;
StandardDate: ISPSystemTime;
StandardBias: number;
}
export { }

@@ -81,2 +81,3 @@ import IODataNavigationNodeCollection from './IODataNavigationNodeCollection';

spfx3rdPartyServicePrincipalId: string;
spfxOBOFlowEnabled: boolean;
systemUserKey: string;

@@ -83,0 +84,0 @@ tenantAppVersion: string;

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

@@ -13,8 +13,8 @@ "license": "SEE LICENSE IN \"EULA\" FOLDER",

"devDependencies": {
"@microsoft/rush-stack-compiler": "0.1.18",
"@microsoft/sp-build-node": "1.7.1",
"@microsoft/sp-build-node": "1.8.0-plusbeta",
"@ms/sp-build-compiler-2.9": "1.8.0-plusbeta",
"gulp": "~3.9.1"
},
"dependencies": {
"tslib": "~1.8.0"
"tslib": "~1.9.3"
},

@@ -21,0 +21,0 @@ "scripts": {

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