@orangelogic/orange-dam-content-browser-sdk 2.1.41-pr61281.83 → 2.1.42

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.
@@ -107,6 +107,8 @@ export type GetFoldersRequest = {
107
107
  useSession?: string;
108
108
  start?: number;
109
109
  pageSize?: number;
110
+ self?: boolean;
111
+ includeDirectChild?: boolean;
110
112
  };
111
113
  export declare enum MediaType {
112
114
  Album = "Album",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orangelogic/orange-dam-content-browser-sdk",
3
- "version": "2.1.41-pr61281.83",
3
+ "version": "2.1.42",
4
4
  "description": "OrangeDAM Content Browser SDK source code",
5
5
  "main": "build/OrangeDAMContentBrowserSDK.min.js",
6
6
  "types": "build/index.d.ts",