@omnia/fx-sp-models 8.0.348-dev → 8.0.349-dev

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.
Files changed (2) hide show
  1. package/ListTree.d.ts +4 -0
  2. package/package.json +2 -2
package/ListTree.d.ts CHANGED
@@ -6,6 +6,10 @@ export interface ListTree {
6
6
  }
7
7
  export interface ListTreeFilter {
8
8
  baseType: ListTreeBaseType;
9
+ includeHidden?: boolean;
10
+ includeCatalog?: boolean;
11
+ includeForms?: boolean;
12
+ includeAssetsLibrary?: boolean;
9
13
  }
10
14
  export interface ListTreeFolder {
11
15
  uniqueId: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx-sp-models",
3
3
  "license": "MIT",
4
- "version": "8.0.348-dev",
4
+ "version": "8.0.349-dev",
5
5
  "description": "Provide Omnia Fx Sharepoint Models Stuffs.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"
@@ -19,7 +19,7 @@
19
19
  ],
20
20
  "author": "Omnia Digital Workplace AB",
21
21
  "dependencies": {
22
- "@omnia/fx-models": "8.0.348-dev"
22
+ "@omnia/fx-models": "8.0.349-dev"
23
23
  },
24
24
  "typings": "./index.d.ts",
25
25
  "bugs": {