chayns-api 3.2.3 → 3.2.4

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.
@@ -513,6 +513,7 @@ export interface RefreshData {
513
513
  suffix?: boolean;
514
514
  tapps?: boolean;
515
515
  user?: boolean;
516
+ userImage?: boolean;
516
517
  chaynsProData?: boolean;
517
518
  ignoreUacCache?: boolean;
518
519
  chaynsInfo?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chayns-api",
3
- "version": "3.2.3",
3
+ "version": "3.2.4",
4
4
  "description": "new chayns api",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",