@livetiles/reach-plugin-types 0.5.0-preview.416 → 0.5.0-preview.418
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/index.d.ts +3 -2
- package/package.json +1 -1
package/lib/index.d.ts
CHANGED
|
@@ -1995,7 +1995,6 @@ declare module "libs/reach/util/common/src/content/NewsItem" {
|
|
|
1995
1995
|
expiryDate?: string;
|
|
1996
1996
|
knownState: KnownNewsState;
|
|
1997
1997
|
hasNewComments?: boolean;
|
|
1998
|
-
isLiked?: boolean;
|
|
1999
1998
|
}
|
|
2000
1999
|
export interface NewsItemAlertOptions {
|
|
2001
2000
|
duration?: string;
|
|
@@ -2179,6 +2178,7 @@ declare module "libs/reach/util/common/src/content/PublishableItem" {
|
|
|
2179
2178
|
statistics?: ItemStatistics;
|
|
2180
2179
|
useExternalContent?: boolean;
|
|
2181
2180
|
isDemoContent?: boolean;
|
|
2181
|
+
isLiked?: boolean;
|
|
2182
2182
|
}
|
|
2183
2183
|
export interface ShareablePublishableItem extends PublishableItem {
|
|
2184
2184
|
shareToken: ShareToken;
|
|
@@ -9524,7 +9524,6 @@ declare module "libs/reach/feature/content/src/stream/streamUtils" {
|
|
|
9524
9524
|
expiryDate?: string;
|
|
9525
9525
|
knownState: KnownNewsState;
|
|
9526
9526
|
hasNewComments?: boolean;
|
|
9527
|
-
isLiked?: boolean;
|
|
9528
9527
|
metadata?: import("@livetiles/reach/util/common").NewsMetadata;
|
|
9529
9528
|
channels?: Channel[];
|
|
9530
9529
|
lease: import("@livetiles/reach/util/common").LeaseInfo;
|
|
@@ -9553,6 +9552,7 @@ declare module "libs/reach/feature/content/src/stream/streamUtils" {
|
|
|
9553
9552
|
statistics?: import("@livetiles/reach/util/common").ItemStatistics;
|
|
9554
9553
|
useExternalContent?: boolean;
|
|
9555
9554
|
isDemoContent?: boolean;
|
|
9555
|
+
isLiked?: boolean;
|
|
9556
9556
|
poll?: import("@livetiles/reach/util/common").Poll;
|
|
9557
9557
|
searchHighlights?: import("@livetiles/reach/util/common").SearchHighlightSummary;
|
|
9558
9558
|
} | {
|
|
@@ -9659,6 +9659,7 @@ declare module "libs/reach/feature/content/src/stream/streamUtils" {
|
|
|
9659
9659
|
statistics?: import("@livetiles/reach/util/common").ItemStatistics;
|
|
9660
9660
|
useExternalContent?: boolean;
|
|
9661
9661
|
isDemoContent?: boolean;
|
|
9662
|
+
isLiked?: boolean;
|
|
9662
9663
|
poll?: import("@livetiles/reach/util/common").Poll;
|
|
9663
9664
|
searchHighlights?: import("@livetiles/reach/util/common").SearchHighlightSummary;
|
|
9664
9665
|
}) & {
|