@microsoft/sp-odata-types
Advanced tools
Comparing version 1.9.0-plusbeta to 1.9.1-plusbeta
@@ -5,2 +5,8 @@ { | ||
{ | ||
"version": "1.9.1", | ||
"tag": "@microsoft/sp-odata-types_v1.9.1", | ||
"date": "Wed, 14 Aug 2019 06:49:49 GMT", | ||
"comments": {} | ||
}, | ||
{ | ||
"version": "1.9.0", | ||
@@ -7,0 +13,0 @@ "tag": "@microsoft/sp-odata-types_v1.9.0", |
# Change Log - @microsoft/sp-odata-types | ||
This log was last generated on Mon, 22 Jul 2019 19:07:47 GMT and should not be manually modified. | ||
This log was last generated on Wed, 14 Aug 2019 06:49:49 GMT and should not be manually modified. | ||
## 1.9.1 | ||
Wed, 14 Aug 2019 06:49:49 GMT | ||
*Version update only* | ||
## 1.9.0 | ||
@@ -6,0 +11,0 @@ Mon, 22 Jul 2019 19:07:47 GMT |
@@ -206,115 +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; | ||
buildNumber: string; | ||
cdnPrefix: string; | ||
completenessUrls: string[]; | ||
crossDomainPhotosEnabled: boolean; | ||
currentCultureName: string; | ||
currentLanguage: number; | ||
currentUICultureName: string; | ||
CorrelationId: string; | ||
disableAppViews: boolean; | ||
disableFlows: boolean; | ||
env: string; | ||
ExpFeatures: number[]; | ||
farmLabel: string; | ||
featureInfo: { | ||
[key: string]: { | ||
Version: number; | ||
Enabled: boolean; | ||
}; | ||
}; | ||
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; | ||
userPrincipalName: 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 */ | ||
@@ -599,33 +487,6 @@ /** | ||
/** | ||
* Date time without regional info. | ||
* | ||
* @internal | ||
*/ | ||
export 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 | ||
*/ | ||
export 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.9.0-plusbeta", | ||
"version": "1.9.1-plusbeta", | ||
"description": "TypeScript interfaces for working with SharePoint REST APIs", | ||
@@ -13,3 +13,3 @@ "license": "SEE LICENSE IN \"EULA\" FOLDER", | ||
"devDependencies": { | ||
"@microsoft/sp-build-node": "1.9.0-plusbeta", | ||
"@microsoft/sp-build-node": "1.9.1-plusbeta", | ||
"@ms/sp-build-compiler-3.3": "1.9.0-dev.4", | ||
@@ -16,0 +16,0 @@ "gulp": "~3.9.1" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1736340
1339