getstream
Advanced tools
Comparing version 7.3.0 to 7.3.1
@@ -37,3 +37,6 @@ /// <reference path="../types/modules.d.ts" /> | ||
}; | ||
export declare type GetFeedOptions = FeedPaginationOptions & EnrichOptions & RankedFeedOptions & NotificationFeedOptions; | ||
export declare type FeedContextOptions = { | ||
user_id?: string; | ||
}; | ||
export declare type GetFeedOptions = FeedPaginationOptions & EnrichOptions & RankedFeedOptions & NotificationFeedOptions & FeedContextOptions; | ||
export declare type GetFollowOptions = { | ||
@@ -40,0 +43,0 @@ filter?: string[]; |
@@ -14,3 +14,3 @@ { | ||
"license": "BSD-3-Clause", | ||
"version": "7.3.0", | ||
"version": "7.3.1", | ||
"scripts": { | ||
@@ -17,0 +17,0 @@ "transpile": "babel src --out-dir lib --extensions '.ts'", |
@@ -46,4 +46,12 @@ /// <reference path="../types/modules.d.ts" /> | ||
export type GetFeedOptions = FeedPaginationOptions & EnrichOptions & RankedFeedOptions & NotificationFeedOptions; | ||
export type FeedContextOptions = { | ||
user_id?: string; | ||
}; | ||
export type GetFeedOptions = FeedPaginationOptions & | ||
EnrichOptions & | ||
RankedFeedOptions & | ||
NotificationFeedOptions & | ||
FeedContextOptions; | ||
export type GetFollowOptions = { | ||
@@ -50,0 +58,0 @@ filter?: string[]; |
Sorry, the diff of this file is too big to display
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
777138
15541