@kwiz/common 1.0.247 → 1.0.248

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.
@@ -191,10 +191,10 @@ export interface IFileInfo {
191
191
  TimeLastModified: Date;
192
192
  Title: string;
193
193
  Level: FileLevel;
194
- ListItemAllFields?: IDictionary<any>;
194
+ ListItemAllFields?: IDictionary<unknown>;
195
195
  }
196
196
  export interface IFileInfoWithModerationStatus extends IFileInfo {
197
- ListItemAllFields?: {
197
+ ListItemAllFields?: IDictionary<unknown> & {
198
198
  OData__ModerationStatus?: ModerationStatus;
199
199
  };
200
200
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kwiz/common",
3
- "version": "1.0.247",
3
+ "version": "1.0.248",
4
4
  "description": "KWIZ common utilities and helpers for M365 platform",
5
5
  "main": "lib/cjs/index.js",
6
6
  "module": "lib/esm/index.js",