@livetiles/reach-plugin-types 0.5.0-preview.309 → 0.5.0-preview.310
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 +2 -2
- package/package.json +1 -1
package/lib/index.d.ts
CHANGED
|
@@ -7011,13 +7011,13 @@ declare module "libs/reach/feature/content/src/common/AppTriggerActions" {
|
|
|
7011
7011
|
itemId: string;
|
|
7012
7012
|
static create(itemId: string): RefetchStreamItemAction;
|
|
7013
7013
|
}
|
|
7014
|
-
export class
|
|
7014
|
+
export class PagesRecycleBinCleanUpAction implements AppTriggerAction {
|
|
7015
7015
|
static type: string;
|
|
7016
7016
|
type: string;
|
|
7017
7017
|
pageId: string;
|
|
7018
7018
|
parentId: string;
|
|
7019
7019
|
affectedGroupIds: string[];
|
|
7020
|
-
static create(pageId: string, parentId: string, affectedGroupIds: string[]):
|
|
7020
|
+
static create(pageId: string, parentId: string, affectedGroupIds: string[]): PagesRecycleBinCleanUpAction;
|
|
7021
7021
|
}
|
|
7022
7022
|
}
|
|
7023
7023
|
declare module "libs/reach/feature/content/src/comments/CommentFilter" {
|