@microsoft/sp-odata-types
Advanced tools
Comparing version 1.6.0 to 1.7.0-plusbeta
@@ -5,2 +5,8 @@ { | ||
{ | ||
"version": "1.7.0", | ||
"tag": "@microsoft/sp-odata-types_v1.7.0", | ||
"date": "Thu, 08 Nov 2018 17:05:51 GMT", | ||
"comments": {} | ||
}, | ||
{ | ||
"version": "1.6.0", | ||
@@ -158,2 +164,2 @@ "tag": "@microsoft/sp-odata-types_v1.6.0", | ||
] | ||
} | ||
} |
# Change Log - @microsoft/sp-odata-types | ||
This log was last generated on Mon, 27 Aug 2018 20:46:09 GMT and should not be manually modified. | ||
This log was last generated on Thu, 08 Nov 2018 17:05:51 GMT and should not be manually modified. | ||
## 1.7.0 | ||
Thu, 08 Nov 2018 17:05:51 GMT | ||
*Version update only* | ||
## 1.6.0 | ||
@@ -6,0 +11,0 @@ Mon, 27 Aug 2018 18:06:28 GMT |
@@ -32,3 +32,3 @@ /** | ||
/** | ||
* Example: { StringValue: "1;3;9fb9199b-65f2-4a4a-b597-11d1a44422c1;635892156279130000;10721" } | ||
* Example: `{ StringValue: "1;3;9fb9199b-65f2-4a4a-b597-11d1a44422c1;635892156279130000;10721" }` | ||
*/ | ||
@@ -46,15 +46,15 @@ StringValue: string; | ||
/** | ||
* Example: "16.0.4919.3000" | ||
* Example: `"16.0.4919.3000"` | ||
*/ | ||
LibraryVersion: string; | ||
/** | ||
* Example: "http:\u002f\u002fexample.com\u002fsites\u002fPubSite" | ||
* Example: `"http:\u002f\u002fexample.com\u002fsites\u002fPubSite"` | ||
*/ | ||
SiteFullUrl: string; | ||
/** | ||
* Example: [ "14.0.0.0", "15.0.0.0" ] | ||
* Example: `[ "14.0.0.0", "15.0.0.0" ]` | ||
*/ | ||
SupportedSchemaVersions: string[]; | ||
/** | ||
* Example: "http:\u002f\u002fexample.com\u002fsites\u002fPubSite" | ||
* Example: `"http:\u002f\u002fexample.com\u002fsites\u002fPubSite"` | ||
*/ | ||
@@ -67,3 +67,3 @@ WebFullUrl: string; | ||
* see the MSDN documentation here: | ||
* https://msdn.microsoft.com/en-us/library/office/jj860569.aspx | ||
* {@link https://msdn.microsoft.com/en-us/library/office/jj860569.aspx} | ||
* | ||
@@ -78,3 +78,3 @@ * @public | ||
/** | ||
* Example: "/Date(1453294804000)/" | ||
* Example: `"/Date(1453294804000)/"` | ||
*/ | ||
@@ -96,31 +96,31 @@ Created: string; | ||
/** | ||
* Example: "/Guid(9fb9199b-65f2-4a4a-b597-11d1a44422c1)/" | ||
* Example: `"/Guid(9fb9199b-65f2-4a4a-b597-11d1a44422c1)/"` | ||
*/ | ||
Id: string; | ||
/** | ||
* Example: "/Date(1453294809000)/" | ||
* Example: `"/Date(1453294809000)/"` | ||
*/ | ||
LastItemDeletedDate: string; | ||
/** | ||
* Example: "/Date(1453294809000)/" | ||
* Example: `"/Date(1453294809000)/"` | ||
*/ | ||
LastItemModifiedDate: string; | ||
/** | ||
* Example: "/sites/PubSite" | ||
* Example: `"/sites/PubSite"` | ||
*/ | ||
ParentWebUrl: string; | ||
/** | ||
* Example: "/Guid(22a9ef51-737b-4ff2-9346-694633fe4416)/" | ||
* Example: `"/Guid(22a9ef51-737b-4ff2-9346-694633fe4416)/"` | ||
*/ | ||
TemplateFeatureId: string; | ||
/** | ||
* Example: "Pages" | ||
* Example: `"Pages"` | ||
*/ | ||
Title: string; | ||
/** | ||
* Example: "MyListTitleList" | ||
* Example: `"MyListTitleList"` | ||
*/ | ||
EntityTypeName: string; | ||
/** | ||
* Example: "SP.Data.MyListTitleListItem" | ||
* Example: `"SP.Data.MyListTitleListItem"` | ||
*/ | ||
@@ -133,3 +133,3 @@ ListItemEntityTypeFullName: string; | ||
* see the MSDN documentation here: | ||
* https://msdn.microsoft.com/en-us/library/office/jj860569.aspx | ||
* {@link https://msdn.microsoft.com/en-us/library/office/jj860569.aspx} | ||
* | ||
@@ -141,3 +141,3 @@ * @public | ||
/** | ||
* Example: { StringValue: "0x010100C5..." } | ||
* Example: `{ StringValue: "0x010100C5..." }` | ||
*/ | ||
@@ -152,3 +152,3 @@ ContentTypeId: { | ||
/** | ||
* Example: "/Guid(d5369f3b-bd7a-412a-9c0f-7f0650bb5489)/" | ||
* Example: `"/Guid(d5369f3b-bd7a-412a-9c0f-7f0650bb5489)/"` | ||
*/ | ||
@@ -160,3 +160,3 @@ UniqueId: string; | ||
* Represents an OData SP.NavigationNode object. | ||
* https://msdn.microsoft.com/en-us/library/office/jj246311.aspx | ||
* {@link https://msdn.microsoft.com/en-us/library/office/jj246311.aspx} | ||
* | ||
@@ -198,3 +198,3 @@ * @public | ||
* Represents an OData Microsoft.SharePoint.Navigation.SPNavigation object. | ||
* https://msdn.microsoft.com/en-us/library/office/ee557907.aspx | ||
* {@link https://msdn.microsoft.com/en-us/library/office/ee557907.aspx} | ||
* | ||
@@ -221,3 +221,3 @@ * @public | ||
* see the MSDN documentation here: | ||
* https://msdn.microsoft.com/en-us/library/office/jj860569.aspx | ||
* {@link https://msdn.microsoft.com/en-us/library/office/jj860569.aspx} | ||
* | ||
@@ -229,3 +229,3 @@ * @public | ||
/** | ||
* Example: "someone@example.com" | ||
* Example: `"someone@example.com"` | ||
*/ | ||
@@ -238,3 +238,3 @@ Email: string; | ||
/** | ||
* Example: "i:0#.w|domain\user" | ||
* Example: `"i:0#.w|domain\user"` | ||
*/ | ||
@@ -263,3 +263,3 @@ LoginName: string; | ||
/** | ||
* Example: "DOMAIN\user" | ||
* Example: `"DOMAIN\user"` | ||
*/ | ||
@@ -277,3 +277,3 @@ Title: string; | ||
* see the MSDN documentation here: | ||
* https://msdn.microsoft.com/en-us/library/office/dn531432.aspx#bk_UserCustomAction | ||
* {@link https://msdn.microsoft.com/en-us/library/office/dn531432.aspx#bk_UserCustomAction} | ||
* | ||
@@ -287,3 +287,3 @@ * @public | ||
* @remarks | ||
* Example: "359af2a7-b73c-4aac-874c-60a865da0be7" | ||
* Example: `"359af2a7-b73c-4aac-874c-60a865da0be7"` | ||
*/ | ||
@@ -299,6 +299,3 @@ ClientSideComponentId: string; | ||
* | ||
* Example: "{ \\"maxItemsToShow\\": 123 }" | ||
* | ||
* @internalremarks | ||
* The "\\" in the example above is an AEDoc escape followed by a JSON string escape. | ||
* Example: `"{ \"maxItemsToShow\": 123 }"` | ||
*/ | ||
@@ -322,3 +319,3 @@ ClientSideComponentProperties: string; | ||
* Gets a value that specifies the identifier (GUID) of the custom action. | ||
* Example: "48309f28-53aa-43ed-b113-625120e5af6f" | ||
* Example: `"48309f28-53aa-43ed-b113-625120e5af6f"` | ||
*/ | ||
@@ -333,3 +330,3 @@ Id: string; | ||
* @remarks | ||
* Example: "ClientSide.Application" | ||
* Example: `"ClientSide.Application"` | ||
*/ | ||
@@ -344,2 +341,3 @@ Location: string; | ||
* Gets or sets the value that specifies the type of object associated with the custom action. | ||
* | ||
* @remarks | ||
@@ -383,3 +381,3 @@ * Represents an SP.UserCustomActionRegistrationType value: | ||
* @remarks | ||
* Example: "16.0.1.0" | ||
* Example: `"16.0.1.0"` | ||
*/ | ||
@@ -392,3 +390,3 @@ VersionOfUserCustomAction: string; | ||
* see the MSDN documentation here: | ||
* https://msdn.microsoft.com/en-us/library/office/jj860569.aspx | ||
* {@link https://msdn.microsoft.com/en-us/library/office/jj860569.aspx} | ||
* | ||
@@ -399,7 +397,7 @@ * @public | ||
/** | ||
* Example: "s-1-5-21-2127521184-1604012920-1887927527-2632426" | ||
* Example: `"s-1-5-21-2127521184-1604012920-1887927527-2632426"` | ||
*/ | ||
NameId: string; | ||
/** | ||
* Example: "urn:office:idp:activedirectory" | ||
* Example: `"urn:office:idp:activedirectory"` | ||
*/ | ||
@@ -412,3 +410,3 @@ NameIdIssuer: string; | ||
* see the MSDN documentation here: | ||
* https://msdn.microsoft.com/en-us/library/office/jj860569.aspx | ||
* {@link https://msdn.microsoft.com/en-us/library/office/jj860569.aspx} | ||
* | ||
@@ -420,3 +418,4 @@ * @public | ||
* Gets a value that specifies when the site was created. | ||
* Example: "/Date(2016,0,20,12,58,7,0)/" | ||
* | ||
* Example: `"/Date(2016,0,20,12,58,7,0)/"` | ||
*/ | ||
@@ -430,3 +429,4 @@ Created?: string; | ||
* Gets or sets the URL for a custom master page file to apply to the website. | ||
* Example: "/sites/PubSite/_catalogs/masterpage/seattle.master" | ||
* | ||
* Example: `"/sites/PubSite/_catalogs/masterpage/seattle.master"` | ||
*/ | ||
@@ -440,3 +440,4 @@ CustomMasterUrl?: string; | ||
* Gets a value that specifies the site identifier for the site. | ||
* Example: "/Guid(92ea328e-9f50-49a6-9da5-2f2dd5577041)/" | ||
* | ||
* Example: `"/Guid(92ea328e-9f50-49a6-9da5-2f2dd5577041)/"` | ||
*/ | ||
@@ -450,3 +451,4 @@ Id?: string; | ||
* Gets a value that specifies the LCID for the language that is used on the site. | ||
* Example: 1033 | ||
* | ||
* Example: `1033` | ||
*/ | ||
@@ -456,3 +458,4 @@ Language?: number; | ||
* Gets a value that specifies when an item was last modified in the site. | ||
* Example: "/Date(1453618828000)/" | ||
* | ||
* Example: `"/Date(1453618828000)/"` | ||
*/ | ||
@@ -462,3 +465,4 @@ LastItemModifiedDate?: string; | ||
* Gets or sets the URL of the master page that is used for the website. | ||
* Example: "/sites/PubSite/_catalogs/masterpage/seattle.master" | ||
* | ||
* Example: `"/sites/PubSite/_catalogs/masterpage/seattle.master"` | ||
*/ | ||
@@ -470,6 +474,8 @@ MasterUrl?: string; | ||
NoCrawl?: boolean; | ||
/** Gets or sets a value that specifies whether the Quick Launch area is enabled on the site. | ||
/** | ||
* Gets or sets a value that specifies whether the Quick Launch area is enabled on the site. | ||
*/ | ||
QuickLaunchEnabled?: boolean; | ||
/** Gets or sets a value that determines whether the recycle bin is enabled for the website. | ||
/** | ||
* Gets or sets a value that determines whether the recycle bin is enabled for the website. | ||
*/ | ||
@@ -479,3 +485,4 @@ RecycleBinEnabled?: boolean; | ||
* Gets or sets the server-relative URL for the Web site. | ||
* Example: "/sites/PubSite" | ||
* | ||
* Example: `"/sites/PubSite"` | ||
*/ | ||
@@ -493,3 +500,4 @@ ServerRelativeUrl?: string; | ||
* Gets or sets the user interface (UI) version of the Web site. | ||
* Example: 15 | ||
* | ||
* Example: `15` | ||
*/ | ||
@@ -499,3 +507,4 @@ UIVersion?: number; | ||
* Gets the absolute URL for the website. | ||
* Example: "http://example.com/sites/PubSite" | ||
* | ||
* Example: `"http://example.com/sites/PubSite"` | ||
*/ | ||
@@ -505,3 +514,4 @@ Url?: string; | ||
* Gets the name of the site definition or site template that was used to create the site. | ||
* Example: "BLANKINTERNET" | ||
* | ||
* Example: `"BLANKINTERNET"` | ||
*/ | ||
@@ -508,0 +518,0 @@ WebTemplate?: string; |
@@ -0,1 +1,2 @@ | ||
"use strict"; | ||
// * * * IMPORTANT - "sp-odata-types" * * * | ||
@@ -8,2 +9,3 @@ // | ||
// DO NOT ADD EXECUTABLE CODE TO THIS PACKAGE. | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=index.js.map |
@@ -0,1 +1,3 @@ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=IODataBasePermission.js.map |
@@ -5,3 +5,3 @@ import { IODataChangeToken } from './SmallTypes'; | ||
* see the MSDN documentation here: | ||
* https://msdn.microsoft.com/en-us/library/office/jj860569.aspx | ||
* {@link https://msdn.microsoft.com/en-us/library/office/jj860569.aspx} | ||
* | ||
@@ -16,3 +16,3 @@ * @public | ||
/** | ||
* Example: "/Date(1453294804000)/" | ||
* Example: `"/Date(1453294804000)/"` | ||
*/ | ||
@@ -34,31 +34,31 @@ Created: string; | ||
/** | ||
* Example: "/Guid(9fb9199b-65f2-4a4a-b597-11d1a44422c1)/" | ||
* Example: `"/Guid(9fb9199b-65f2-4a4a-b597-11d1a44422c1)/"` | ||
*/ | ||
Id: string; | ||
/** | ||
* Example: "/Date(1453294809000)/" | ||
* Example: `"/Date(1453294809000)/"` | ||
*/ | ||
LastItemDeletedDate: string; | ||
/** | ||
* Example: "/Date(1453294809000)/" | ||
* Example: `"/Date(1453294809000)/"` | ||
*/ | ||
LastItemModifiedDate: string; | ||
/** | ||
* Example: "/sites/PubSite" | ||
* Example: `"/sites/PubSite"` | ||
*/ | ||
ParentWebUrl: string; | ||
/** | ||
* Example: "/Guid(22a9ef51-737b-4ff2-9346-694633fe4416)/" | ||
* Example: `"/Guid(22a9ef51-737b-4ff2-9346-694633fe4416)/"` | ||
*/ | ||
TemplateFeatureId: string; | ||
/** | ||
* Example: "Pages" | ||
* Example: `"Pages"` | ||
*/ | ||
Title: string; | ||
/** | ||
* Example: "MyListTitleList" | ||
* Example: `"MyListTitleList"` | ||
*/ | ||
EntityTypeName: string; | ||
/** | ||
* Example: "SP.Data.MyListTitleListItem" | ||
* Example: `"SP.Data.MyListTitleListItem"` | ||
*/ | ||
@@ -65,0 +65,0 @@ ListItemEntityTypeFullName: string; |
@@ -0,1 +1,3 @@ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=IODataList.js.map |
/** | ||
* Represents an OData SP.ListItem object. For more information about this object | ||
* see the MSDN documentation here: | ||
* https://msdn.microsoft.com/en-us/library/office/jj860569.aspx | ||
* {@link https://msdn.microsoft.com/en-us/library/office/jj860569.aspx} | ||
* | ||
@@ -11,3 +11,3 @@ * @public | ||
/** | ||
* Example: { StringValue: "0x010100C5..." } | ||
* Example: `{ StringValue: "0x010100C5..." }` | ||
*/ | ||
@@ -22,3 +22,3 @@ ContentTypeId: { | ||
/** | ||
* Example: "/Guid(d5369f3b-bd7a-412a-9c0f-7f0650bb5489)/" | ||
* Example: `"/Guid(d5369f3b-bd7a-412a-9c0f-7f0650bb5489)/"` | ||
*/ | ||
@@ -25,0 +25,0 @@ UniqueId: string; |
@@ -0,1 +1,3 @@ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=IODataListItem.js.map |
/** | ||
* Represents an OData SP.NavigationNode object. | ||
* https://msdn.microsoft.com/en-us/library/office/jj246311.aspx | ||
* {@link https://msdn.microsoft.com/en-us/library/office/jj246311.aspx} | ||
* | ||
@@ -39,3 +39,3 @@ * @public | ||
* Represents an OData Microsoft.SharePoint.Navigation.SPNavigation object. | ||
* https://msdn.microsoft.com/en-us/library/office/ee557907.aspx | ||
* {@link https://msdn.microsoft.com/en-us/library/office/ee557907.aspx} | ||
* | ||
@@ -42,0 +42,0 @@ * @public |
@@ -0,1 +1,3 @@ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=IODataNavigationNodeCollection.js.map |
@@ -0,1 +1,3 @@ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=IODataPageContextInfo.js.map |
/** | ||
* Represents an OData SP.UserId object. For more information about this object | ||
* see the MSDN documentation here: | ||
* https://msdn.microsoft.com/en-us/library/office/jj860569.aspx | ||
* {@link https://msdn.microsoft.com/en-us/library/office/jj860569.aspx} | ||
* | ||
@@ -10,7 +10,7 @@ * @public | ||
/** | ||
* Example: "s-1-5-21-2127521184-1604012920-1887927527-2632426" | ||
* Example: `"s-1-5-21-2127521184-1604012920-1887927527-2632426"` | ||
*/ | ||
NameId: string; | ||
/** | ||
* Example: "urn:office:idp:activedirectory" | ||
* Example: `"urn:office:idp:activedirectory"` | ||
*/ | ||
@@ -22,3 +22,3 @@ NameIdIssuer: string; | ||
* see the MSDN documentation here: | ||
* https://msdn.microsoft.com/en-us/library/office/jj860569.aspx | ||
* {@link https://msdn.microsoft.com/en-us/library/office/jj860569.aspx} | ||
* | ||
@@ -30,3 +30,3 @@ * @public | ||
/** | ||
* Example: "someone@example.com" | ||
* Example: `"someone@example.com"` | ||
*/ | ||
@@ -39,3 +39,3 @@ Email: string; | ||
/** | ||
* Example: "i:0#.w|domain\user" | ||
* Example: `"i:0#.w|domain\user"` | ||
*/ | ||
@@ -64,3 +64,3 @@ LoginName: string; | ||
/** | ||
* Example: "DOMAIN\user" | ||
* Example: `"DOMAIN\user"` | ||
*/ | ||
@@ -67,0 +67,0 @@ Title: string; |
@@ -0,1 +1,3 @@ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=IODataUser.js.map |
@@ -5,3 +5,3 @@ import IODataBasePermission from './IODataBasePermission'; | ||
* see the MSDN documentation here: | ||
* https://msdn.microsoft.com/en-us/library/office/dn531432.aspx#bk_UserCustomAction | ||
* {@link https://msdn.microsoft.com/en-us/library/office/dn531432.aspx#bk_UserCustomAction} | ||
* | ||
@@ -15,3 +15,3 @@ * @public | ||
* @remarks | ||
* Example: "359af2a7-b73c-4aac-874c-60a865da0be7" | ||
* Example: `"359af2a7-b73c-4aac-874c-60a865da0be7"` | ||
*/ | ||
@@ -27,6 +27,3 @@ ClientSideComponentId: string; | ||
* | ||
* Example: "{ \\"maxItemsToShow\\": 123 }" | ||
* | ||
* @internalremarks | ||
* The "\\" in the example above is an AEDoc escape followed by a JSON string escape. | ||
* Example: `"{ \"maxItemsToShow\": 123 }"` | ||
*/ | ||
@@ -50,3 +47,3 @@ ClientSideComponentProperties: string; | ||
* Gets a value that specifies the identifier (GUID) of the custom action. | ||
* Example: "48309f28-53aa-43ed-b113-625120e5af6f" | ||
* Example: `"48309f28-53aa-43ed-b113-625120e5af6f"` | ||
*/ | ||
@@ -61,3 +58,3 @@ Id: string; | ||
* @remarks | ||
* Example: "ClientSide.Application" | ||
* Example: `"ClientSide.Application"` | ||
*/ | ||
@@ -72,2 +69,3 @@ Location: string; | ||
* Gets or sets the value that specifies the type of object associated with the custom action. | ||
* | ||
* @remarks | ||
@@ -111,3 +109,3 @@ * Represents an SP.UserCustomActionRegistrationType value: | ||
* @remarks | ||
* Example: "16.0.1.0" | ||
* Example: `"16.0.1.0"` | ||
*/ | ||
@@ -114,0 +112,0 @@ VersionOfUserCustomAction: string; |
@@ -0,1 +1,3 @@ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=IODataUserCustomAction.js.map |
@@ -5,3 +5,3 @@ import { IODataChangeToken } from './SmallTypes'; | ||
* see the MSDN documentation here: | ||
* https://msdn.microsoft.com/en-us/library/office/jj860569.aspx | ||
* {@link https://msdn.microsoft.com/en-us/library/office/jj860569.aspx} | ||
* | ||
@@ -13,3 +13,4 @@ * @public | ||
* Gets a value that specifies when the site was created. | ||
* Example: "/Date(2016,0,20,12,58,7,0)/" | ||
* | ||
* Example: `"/Date(2016,0,20,12,58,7,0)/"` | ||
*/ | ||
@@ -23,3 +24,4 @@ Created?: string; | ||
* Gets or sets the URL for a custom master page file to apply to the website. | ||
* Example: "/sites/PubSite/_catalogs/masterpage/seattle.master" | ||
* | ||
* Example: `"/sites/PubSite/_catalogs/masterpage/seattle.master"` | ||
*/ | ||
@@ -33,3 +35,4 @@ CustomMasterUrl?: string; | ||
* Gets a value that specifies the site identifier for the site. | ||
* Example: "/Guid(92ea328e-9f50-49a6-9da5-2f2dd5577041)/" | ||
* | ||
* Example: `"/Guid(92ea328e-9f50-49a6-9da5-2f2dd5577041)/"` | ||
*/ | ||
@@ -43,3 +46,4 @@ Id?: string; | ||
* Gets a value that specifies the LCID for the language that is used on the site. | ||
* Example: 1033 | ||
* | ||
* Example: `1033` | ||
*/ | ||
@@ -49,3 +53,4 @@ Language?: number; | ||
* Gets a value that specifies when an item was last modified in the site. | ||
* Example: "/Date(1453618828000)/" | ||
* | ||
* Example: `"/Date(1453618828000)/"` | ||
*/ | ||
@@ -55,3 +60,4 @@ LastItemModifiedDate?: string; | ||
* Gets or sets the URL of the master page that is used for the website. | ||
* Example: "/sites/PubSite/_catalogs/masterpage/seattle.master" | ||
* | ||
* Example: `"/sites/PubSite/_catalogs/masterpage/seattle.master"` | ||
*/ | ||
@@ -63,6 +69,8 @@ MasterUrl?: string; | ||
NoCrawl?: boolean; | ||
/** Gets or sets a value that specifies whether the Quick Launch area is enabled on the site. | ||
/** | ||
* Gets or sets a value that specifies whether the Quick Launch area is enabled on the site. | ||
*/ | ||
QuickLaunchEnabled?: boolean; | ||
/** Gets or sets a value that determines whether the recycle bin is enabled for the website. | ||
/** | ||
* Gets or sets a value that determines whether the recycle bin is enabled for the website. | ||
*/ | ||
@@ -72,3 +80,4 @@ RecycleBinEnabled?: boolean; | ||
* Gets or sets the server-relative URL for the Web site. | ||
* Example: "/sites/PubSite" | ||
* | ||
* Example: `"/sites/PubSite"` | ||
*/ | ||
@@ -86,3 +95,4 @@ ServerRelativeUrl?: string; | ||
* Gets or sets the user interface (UI) version of the Web site. | ||
* Example: 15 | ||
* | ||
* Example: `15` | ||
*/ | ||
@@ -92,3 +102,4 @@ UIVersion?: number; | ||
* Gets the absolute URL for the website. | ||
* Example: "http://example.com/sites/PubSite" | ||
* | ||
* Example: `"http://example.com/sites/PubSite"` | ||
*/ | ||
@@ -98,3 +109,4 @@ Url?: string; | ||
* Gets the name of the site definition or site template that was used to create the site. | ||
* Example: "BLANKINTERNET" | ||
* | ||
* Example: `"BLANKINTERNET"` | ||
*/ | ||
@@ -101,0 +113,0 @@ WebTemplate?: string; |
@@ -0,1 +1,3 @@ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=IODataWeb.js.map |
@@ -9,3 +9,3 @@ /** | ||
/** | ||
* Example: { StringValue: "1;3;9fb9199b-65f2-4a4a-b597-11d1a44422c1;635892156279130000;10721" } | ||
* Example: `{ StringValue: "1;3;9fb9199b-65f2-4a4a-b597-11d1a44422c1;635892156279130000;10721" }` | ||
*/ | ||
@@ -22,17 +22,17 @@ StringValue: string; | ||
/** | ||
* Example: "16.0.4919.3000" | ||
* Example: `"16.0.4919.3000"` | ||
*/ | ||
LibraryVersion: string; | ||
/** | ||
* Example: "http:\u002f\u002fexample.com\u002fsites\u002fPubSite" | ||
* Example: `"http:\u002f\u002fexample.com\u002fsites\u002fPubSite"` | ||
*/ | ||
SiteFullUrl: string; | ||
/** | ||
* Example: [ "14.0.0.0", "15.0.0.0" ] | ||
* Example: `[ "14.0.0.0", "15.0.0.0" ]` | ||
*/ | ||
SupportedSchemaVersions: string[]; | ||
/** | ||
* Example: "http:\u002f\u002fexample.com\u002fsites\u002fPubSite" | ||
* Example: `"http:\u002f\u002fexample.com\u002fsites\u002fPubSite"` | ||
*/ | ||
WebFullUrl: string; | ||
} |
@@ -0,1 +1,3 @@ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=SmallTypes.js.map |
{ | ||
"name": "@microsoft/sp-odata-types", | ||
"version": "1.6.0", | ||
"version": "1.7.0-plusbeta", | ||
"description": "TypeScript interfaces for working with SharePoint REST APIs", | ||
@@ -13,3 +13,4 @@ "license": "SEE LICENSE IN \"EULA\" FOLDER", | ||
"devDependencies": { | ||
"@microsoft/sp-build-node": "1.6.0", | ||
"@microsoft/rush-stack-compiler": "0.1.18", | ||
"@microsoft/sp-build-node": "1.7.0-plusbeta", | ||
"gulp": "~3.9.1" | ||
@@ -23,2 +24,2 @@ }, | ||
} | ||
} | ||
} |
Sorry, the diff of this file is too big to display
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
1791029
3466
3
1