getstream
Advanced tools
Comparing version 4.2.3 to 4.2.4
@@ -14,3 +14,3 @@ { | ||
"license": "BSD-3-Clause", | ||
"version": "4.2.3", | ||
"version": "4.2.4", | ||
"scripts": { | ||
@@ -17,0 +17,0 @@ "build": "babel src --out-dir lib", |
@@ -324,2 +324,18 @@ // TypeScript Version: 3.2 | ||
// Update activity | ||
updateActivity(activity: object, callback: RestCallback): void; | ||
updateActivity(activity: object): Promise<object>; | ||
// Retrieve activities by ID or foreign ID and time | ||
getActivities(params: object, callback: RestCallback): void; | ||
getActivities(params: object): Promise<object>; | ||
// Partially update activity | ||
activityPartialUpdate(data: object, callback: RestCallback): void; | ||
activityPartialUpdate(data: object): Promise<object>; | ||
// Partially update multiple activities | ||
activitiesPartialUpdate(changes: object, callback: RestCallback): void; | ||
activitiesPartialUpdate(changes: object): Promise<object>; | ||
// Update activities | ||
@@ -326,0 +342,0 @@ updateActivities( |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
510977
11251
10