Comparing version 1.2.2-0 to 1.2.2-1
{ | ||
"name": "@pnp/sp", | ||
"version": "1.2.2-0", | ||
"version": "1.2.2-1", | ||
"description": "pnp - provides a fluent api for working with SharePoint REST", | ||
@@ -11,5 +11,5 @@ "main": "./dist/sp.es5.umd.js", | ||
"peerDependencies": { | ||
"@pnp/common": "1.2.2-0", | ||
"@pnp/logging": "1.2.2-0", | ||
"@pnp/odata": "1.2.2-0" | ||
"@pnp/common": "1.2.2-1", | ||
"@pnp/logging": "1.2.2-1", | ||
"@pnp/odata": "1.2.2-1" | ||
}, | ||
@@ -16,0 +16,0 @@ "author": { |
@@ -473,17 +473,17 @@ import { SharePointQueryableInstance } from "./sharepointqueryable"; | ||
export declare class SearchBuiltInSourceId { | ||
static readonly Documents: string; | ||
static readonly ItemsMatchingContentType: string; | ||
static readonly ItemsMatchingTag: string; | ||
static readonly ItemsRelatedToCurrentUser: string; | ||
static readonly ItemsWithSameKeywordAsThisItem: string; | ||
static readonly LocalPeopleResults: string; | ||
static readonly LocalReportsAndDataResults: string; | ||
static readonly LocalSharePointResults: string; | ||
static readonly LocalVideoResults: string; | ||
static readonly Pages: string; | ||
static readonly Pictures: string; | ||
static readonly Popular: string; | ||
static readonly RecentlyChangedItems: string; | ||
static readonly RecommendedItems: string; | ||
static readonly Wiki: string; | ||
static readonly Documents = "e7ec8cee-ded8-43c9-beb5-436b54b31e84"; | ||
static readonly ItemsMatchingContentType = "5dc9f503-801e-4ced-8a2c-5d1237132419"; | ||
static readonly ItemsMatchingTag = "e1327b9c-2b8c-4b23-99c9-3730cb29c3f7"; | ||
static readonly ItemsRelatedToCurrentUser = "48fec42e-4a92-48ce-8363-c2703a40e67d"; | ||
static readonly ItemsWithSameKeywordAsThisItem = "5c069288-1d17-454a-8ac6-9c642a065f48"; | ||
static readonly LocalPeopleResults = "b09a7990-05ea-4af9-81ef-edfab16c4e31"; | ||
static readonly LocalReportsAndDataResults = "203fba36-2763-4060-9931-911ac8c0583b"; | ||
static readonly LocalSharePointResults = "8413cd39-2156-4e00-b54d-11efd9abdb89"; | ||
static readonly LocalVideoResults = "78b793ce-7956-4669-aa3b-451fc5defebf"; | ||
static readonly Pages = "5e34578e-4d08-4edc-8bf3-002acf3cdbcc"; | ||
static readonly Pictures = "38403c8c-3975-41a8-826e-717f2d41568a"; | ||
static readonly Popular = "97c71db1-58ce-4891-8b64-585bc2326c12"; | ||
static readonly RecentlyChangedItems = "ba63bbae-fa9c-42c0-b027-9a878f16557c"; | ||
static readonly RecommendedItems = "ec675252-14fa-4fbe-84dd-8d098ed74181"; | ||
static readonly Wiki = "9479bf85-e257-4318-b5a8-81a180f5faa1"; | ||
} |
@@ -186,2 +186,7 @@ import { TypedHash } from "@pnp/common"; | ||
/** | ||
* Gets the default document library for this web | ||
* | ||
*/ | ||
readonly defaultDocumentLibrary: List; | ||
/** | ||
* Gets a folder by server relative url | ||
@@ -188,0 +193,0 @@ * |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
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
5891543
43997