getstream
Advanced tools
Comparing version 4.2.4 to 4.2.5
@@ -14,3 +14,3 @@ { | ||
"license": "BSD-3-Clause", | ||
"version": "4.2.4", | ||
"version": "4.2.5", | ||
"scripts": { | ||
@@ -96,3 +96,3 @@ "build": "babel src --out-dir lib", | ||
"testdouble": "^3.12.0", | ||
"typescript": "^3.2.4", | ||
"typescript": "^3.5.3", | ||
"uglifyjs-webpack-plugin": "^2.0.1", | ||
@@ -99,0 +99,0 @@ "webpack": "^4.8.3", |
@@ -1,2 +0,2 @@ | ||
// TypeScript Version: 3.2 | ||
// TypeScript Version: 3.5 | ||
export as namespace stream; | ||
@@ -143,4 +143,4 @@ | ||
// Remove activity | ||
removeActivity(activityId: string | Activity): Promise<object>; | ||
removeActivity(activityId: string | Activity, callback: RestCallback): void; | ||
removeActivity(activityId: string | object): Promise<object>; | ||
removeActivity(activityId: string | object, callback: RestCallback): void; | ||
@@ -196,3 +196,3 @@ // Add activities | ||
// Get feed | ||
get(options?: object): Promise<object>; | ||
get(options: object): Promise<object>; | ||
get(options: object, callback: RestCallback): void; | ||
@@ -247,3 +247,3 @@ | ||
kind: string, | ||
reaction: string | Activity, | ||
reaction: string | Reaction, | ||
data?: object, | ||
@@ -254,3 +254,3 @@ targetFeeds?: string[], | ||
kind: string, | ||
reaction: string | Activity, | ||
reaction: string | Reaction, | ||
data: object, | ||
@@ -257,0 +257,0 @@ targetFeeds: string[], |
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
510972