Comparing version 1.2.8-0 to 1.2.8-1
{ | ||
"name": "@pnp/sp", | ||
"version": "1.2.8-0", | ||
"version": "1.2.8-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.8-0", | ||
"@pnp/logging": "1.2.8-0", | ||
"@pnp/odata": "1.2.8-0" | ||
"@pnp/common": "1.2.8-1", | ||
"@pnp/logging": "1.2.8-1", | ||
"@pnp/odata": "1.2.8-1" | ||
}, | ||
@@ -16,0 +16,0 @@ "author": { |
@@ -18,3 +18,3 @@ import { SharePointQueryableCollection, SharePointQueryableInstance } from "./sharepointqueryable"; | ||
* @param expirationDate The date and time to expire the subscription in the form YYYY-MM-ddTHH:mm:ss+00:00 (maximum of 6 months) | ||
* @param clientState A client specific string (defaults to pnp-js-core-subscription when omitted) | ||
* @param clientState A client specific string (optional) | ||
*/ | ||
@@ -31,5 +31,7 @@ add(notificationUrl: string, expirationDate: string, clientState?: string): Promise<SubscriptionAddResult>; | ||
* | ||
* @param expirationDate The date and time to expire the subscription in the form YYYY-MM-ddTHH:mm:ss+00:00 (maximum of 6 months) | ||
* @param expirationDate The date and time to expire the subscription in the form YYYY-MM-ddTHH:mm:ss+00:00 (maximum of 6 months, optional) | ||
* @param notificationUrl The url to receive the notifications (optional) | ||
* @param clientState A client specific string (optional) | ||
*/ | ||
update(expirationDate: string): Promise<SubscriptionUpdateResult>; | ||
update(expirationDate?: string, notificationUrl?: string, clientState?: string): Promise<SubscriptionUpdateResult>; | ||
/** | ||
@@ -36,0 +38,0 @@ * Removes this webhook subscription |
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
6154330
86
48405