Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@microsoft/sp-odata-types

Package Overview
Dependencies
Maintainers
2
Versions
91
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.8.0 to 1.8.1-plusbeta

6

CHANGELOG.json

@@ -5,2 +5,8 @@ {

{
"version": "1.8.1",
"tag": "@microsoft/sp-odata-types_v1.8.1",
"date": "Fri, 12 Apr 2019 16:07:21 GMT",
"comments": {}
},
{
"version": "1.8.0",

@@ -7,0 +13,0 @@ "tag": "@microsoft/sp-odata-types_v1.8.0",

7

CHANGELOG.md
# Change Log - @microsoft/sp-odata-types
This log was last generated on Thu, 14 Mar 2019 01:04:21 GMT and should not be manually modified.
This log was last generated on Fri, 12 Apr 2019 16:07:21 GMT and should not be manually modified.
## 1.8.1
Fri, 12 Apr 2019 16:07:21 GMT
*Version update only*
## 1.8.0

@@ -6,0 +11,0 @@ Thu, 14 Mar 2019 01:04:21 GMT

137

dist/index-internal.d.ts

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

/**
* 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;
}
/* Excluded from this release type: _IODataPageContextInfo */

@@ -591,33 +487,6 @@ /**

/**
* 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: ISPSystemTime */
/**
* SharePoint time zone data.
*
* @internal
*/
declare interface ISPSystemTimeZoneData {
DaylightDate: ISPSystemTime;
DaylightBias: number;
Description: string;
Id: number;
Bias: number;
StandardDate: ISPSystemTime;
StandardBias: number;
}
/* Excluded from this release type: ISPSystemTimeZoneData */
export { }
{
"name": "@microsoft/sp-odata-types",
"version": "1.8.0",
"version": "1.8.1-plusbeta",
"description": "TypeScript interfaces for working with SharePoint REST APIs",

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

"devDependencies": {
"@microsoft/sp-build-node": "1.8.0",
"@ms/sp-build-compiler-2.9": "1.8.0",
"@microsoft/sp-build-node": "1.8.1-plusbeta",
"@ms/sp-build-compiler-2.9": "1.8.1-plusbeta",
"gulp": "~3.9.1"

@@ -17,0 +17,0 @@ },

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