@livetiles/reach-plugin-types 0.5.0-preview.280 → 0.5.0-preview.281
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 +7 -0
- package/package.json +1 -1
package/lib/index.d.ts
CHANGED
|
@@ -2534,12 +2534,16 @@ declare module "libs/reach/util/common/src/content/PageItem" {
|
|
|
2534
2534
|
isUnlinked?: boolean;
|
|
2535
2535
|
pageType?: PageType;
|
|
2536
2536
|
firstChildId?: string;
|
|
2537
|
+
isGroupInheritanceBroken?: boolean;
|
|
2537
2538
|
}
|
|
2538
2539
|
export interface ContentsSummary {
|
|
2539
2540
|
[lang: string]: TitleContent & {
|
|
2540
2541
|
fileInfo?: DocumentFileInfo;
|
|
2541
2542
|
};
|
|
2542
2543
|
}
|
|
2544
|
+
export interface GroupInheritanceUpdateRequest {
|
|
2545
|
+
breakGroupInheritance: boolean;
|
|
2546
|
+
}
|
|
2543
2547
|
export interface PageNavigationNode {
|
|
2544
2548
|
id: string;
|
|
2545
2549
|
contents?: ContentsSummary;
|
|
@@ -10968,6 +10972,7 @@ declare module "libs/reach/feature/content/src/stream/streamUtils" {
|
|
|
10968
10972
|
isUnlinked?: boolean;
|
|
10969
10973
|
pageType?: PageType;
|
|
10970
10974
|
firstChildId?: string;
|
|
10975
|
+
isGroupInheritanceBroken?: boolean;
|
|
10971
10976
|
lease: import("@livetiles/reach/util/common").LeaseInfo;
|
|
10972
10977
|
id?: string;
|
|
10973
10978
|
versionId?: string;
|
|
@@ -11154,6 +11159,7 @@ declare module "libs/reach/feature/content/src/stream/streamUtils" {
|
|
|
11154
11159
|
isUnlinked?: boolean;
|
|
11155
11160
|
pageType?: PageType;
|
|
11156
11161
|
firstChildId?: string;
|
|
11162
|
+
isGroupInheritanceBroken?: boolean;
|
|
11157
11163
|
lease: import("@livetiles/reach/util/common").LeaseInfo;
|
|
11158
11164
|
id?: string;
|
|
11159
11165
|
versionId?: string;
|
|
@@ -11351,6 +11357,7 @@ declare module "libs/reach/feature/content/src/stream/streamUtils" {
|
|
|
11351
11357
|
isUnlinked?: boolean;
|
|
11352
11358
|
pageType?: PageType;
|
|
11353
11359
|
firstChildId?: string;
|
|
11360
|
+
isGroupInheritanceBroken?: boolean;
|
|
11354
11361
|
lease: import("@livetiles/reach/util/common").LeaseInfo;
|
|
11355
11362
|
id?: string;
|
|
11356
11363
|
versionId?: string;
|