@microsoft/sp-odata-types
Advanced tools
Comparing version 1.4.1 to 1.5.0-plusbeta
@@ -5,2 +5,10 @@ { | ||
{ | ||
"version": "1.5.0", | ||
"tag": "@microsoft/sp-odata-types_v1.5.0", | ||
"date": "Fri, 01 Jun 2018 18:13:37 GMT", | ||
"comments": { | ||
"none": [] | ||
} | ||
}, | ||
{ | ||
"version": "1.4.1", | ||
@@ -7,0 +15,0 @@ "tag": "@microsoft/sp-odata-types_v1.4.1", |
# Change Log - @microsoft/sp-odata-types | ||
This log was last generated on Thu, 15 Feb 2018 01:56:14 GMT and should not be manually modified. | ||
This log was last generated on Fri, 01 Jun 2018 20:13:50 GMT and should not be manually modified. | ||
## 1.5.0 | ||
Fri, 01 Jun 2018 18:13:37 GMT | ||
### Updates | ||
## 1.4.1 | ||
Thu, 15 Feb 2018 01:56:14 GMT | ||
*Version update only* | ||
### Updates | ||
- Package version bump from 1.4.1-pr.2 to 1.4.1 by version policy | ||
## 1.4.0 | ||
@@ -11,0 +19,0 @@ Mon, 04 Dec 2017 18:15:58 GMT |
@@ -498,3 +498,3 @@ { | ||
"isStatic": false, | ||
"type": "{ StringValue: string }", | ||
"type": "{\n StringValue: string;\n }", | ||
"deprecatedMessage": [], | ||
@@ -501,0 +501,0 @@ "summary": [ |
@@ -0,1 +1,12 @@ | ||
/** | ||
* TypeScript interfaces for working with SharePoint REST APIs. | ||
* | ||
* @remarks | ||
* This package defines TypeScript interfaces that describe various ODATA objects | ||
* returned by SharePoint REST APIs. It is useful when implementing data layers that | ||
* interpret these types. This package does not contain any runtime code; it consists | ||
* only of type definitions. | ||
* | ||
* @packagedocumentation | ||
*/ | ||
export { IODataNavigationNode, IODataNavigationNodeCollection } from './IODataNavigationNodeCollection'; | ||
@@ -2,0 +13,0 @@ export { default as IODataWeb } from './IODataWeb'; |
@@ -1,2 +0,1 @@ | ||
"use strict"; | ||
// * * * IMPORTANT - "sp-odata-types" * * * | ||
@@ -9,4 +8,3 @@ // | ||
// DO NOT ADD EXECUTABLE CODE TO THIS PACKAGE. | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=index.js.map |
@@ -1,4 +0,3 @@ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=IODataBasePermission.js.map |
@@ -1,4 +0,3 @@ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=IODataList.js.map |
@@ -1,4 +0,3 @@ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=IODataListItem.js.map |
@@ -1,4 +0,3 @@ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=IODataNavigationNodeCollection.js.map |
@@ -14,2 +14,5 @@ import IODataNavigationNodeCollection from './IODataNavigationNodeCollection'; | ||
export interface IODataPageContextInfo { | ||
aadInstanceUrl: string; | ||
aadTenantId: string; | ||
aadUserId: string; | ||
alertsEnabled: boolean; | ||
@@ -52,2 +55,3 @@ allowSilverlightPrompt: boolean; | ||
MenuData: Object; | ||
msGraphEndpointUrl: string; | ||
navigationInfo: IODataNavigationNodeCollection; | ||
@@ -60,2 +64,3 @@ nid: number; | ||
pagePersonalizationScope: number; | ||
preferUserTimeZone: boolean; | ||
PreviewFeaturesEnabled: boolean; | ||
@@ -71,4 +76,6 @@ RecycleBinItemCount: number; | ||
sitePagesEnabled: boolean; | ||
sitePagesFeatureVersion: number; | ||
siteServerRelativeUrl: string; | ||
siteSubscriptionId: string; | ||
socialBarEnabled: boolean; | ||
systemUserKey: string; | ||
@@ -81,7 +88,11 @@ tenantAppVersion: string; | ||
userEmail: string; | ||
userFirstDayOfWeek: number; | ||
userId: number; | ||
userLoginName: string; | ||
userTimeZoneData: ISPSystemTimeZoneData; | ||
viewId: string; | ||
viewOnlyExperienceEnabled: boolean; | ||
webAbsoluteUrl: string; | ||
webDescription: string; | ||
webFirstDayOfWeek: number; | ||
webId: string; | ||
@@ -93,5 +104,35 @@ webServerRelativeUrl: string; | ||
webTemplate: string; | ||
webTimeZoneData: ISPSystemTimeZoneData; | ||
webTitle: string; | ||
webUIVersion: string; | ||
} | ||
/** | ||
* Date time without regional info. | ||
* | ||
* @internal | ||
*/ | ||
export interface ISPSystemTime { | ||
Day: number; | ||
DayOfWeek: number; | ||
Hour: number; | ||
Milliseconds: number; | ||
Minute: number; | ||
Month: number; | ||
Second: number; | ||
Year: number; | ||
} | ||
/** | ||
* SharePoint time zone data. | ||
* | ||
* @internal | ||
*/ | ||
export interface ISPSystemTimeZoneData { | ||
DaylightDate: ISPSystemTime; | ||
DaylightBias: number; | ||
Description: string; | ||
Id: number; | ||
Bias: number; | ||
StandardDate: ISPSystemTime; | ||
StandardBias: number; | ||
} | ||
export default IODataPageContextInfo; |
@@ -1,4 +0,3 @@ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=IODataPageContextInfo.js.map |
@@ -1,4 +0,3 @@ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=IODataUser.js.map |
@@ -1,4 +0,3 @@ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=IODataUserCustomAction.js.map |
@@ -1,4 +0,3 @@ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=IODataWeb.js.map |
@@ -1,4 +0,3 @@ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=SmallTypes.js.map |
{ | ||
"name": "@microsoft/sp-odata-types", | ||
"version": "1.4.1", | ||
"version": "1.5.0-plusbeta", | ||
"description": "TypeScript interfaces for working with SharePoint REST APIs", | ||
@@ -8,5 +8,8 @@ "license": "SEE LICENSE IN \"EULA\" FOLDER", | ||
"main": "lib/index.js", | ||
"typings": "lib/index.d.ts", | ||
"typings": "dist/index-internal.d.ts", | ||
"tsdoc": { | ||
"tsdocFlavor": "AEDoc" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/sp-build-node": "1.4.1", | ||
"@microsoft/sp-build-node": "1.5.0-plusbeta", | ||
"gulp": "~3.9.1" | ||
@@ -13,0 +16,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
1774433
79
2835
1