Comparing version 1.1.2 to 1.1.3-1
{ | ||
"name": "@pnp/sp", | ||
"version": "1.1.2", | ||
"version": "1.1.3-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.1.2", | ||
"@pnp/logging": "1.1.2", | ||
"@pnp/odata": "1.1.2" | ||
"@pnp/common": "1.1.3-1", | ||
"@pnp/logging": "1.1.3-1", | ||
"@pnp/odata": "1.1.3-1" | ||
}, | ||
@@ -16,0 +16,0 @@ "author": { |
export declare class SPBatchParseException extends Error { | ||
constructor(msg: string); | ||
} | ||
export declare class SPODataIdException extends Error { | ||
readonly data: any; | ||
constructor(data: any, msg?: string); | ||
} | ||
export declare class MaxCommentLengthException extends Error { | ||
@@ -9,0 +5,0 @@ constructor(msg?: string); |
import { SharePointQueryableConstructor } from "./sharepointqueryable"; | ||
import { ODataParser } from "@pnp/odata"; | ||
export declare function spExtractODataId(candidate: any): string; | ||
export declare function spGetEntityUrl(entity: any): string; | ||
export declare function spODataEntity<T, DataType = any>(factory: SharePointQueryableConstructor<T>): ODataParser<T & DataType>; | ||
export declare function spODataEntityArray<T, DataType = any>(factory: SharePointQueryableConstructor<T>): ODataParser<(T & DataType)[]>; |
@@ -67,3 +67,3 @@ import { SharePointQueryable, SharePointQueryableInstance } from "./sharepointqueryable"; | ||
*/ | ||
followed(types: SocialActorTypes): Promise<any[]>; | ||
followed(types: SocialActorTypes): Promise<SocialActor[]>; | ||
/** | ||
@@ -70,0 +70,0 @@ * Gets the count of users, documents, sites, and tags that the current user is following. |
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
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
6286011
47199
2
22
46
362