chayns-api 3.3.0-beta.1 → 3.3.0

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.
@@ -548,6 +548,7 @@ export interface RefreshData {
548
548
  suffix?: boolean;
549
549
  tapps?: boolean;
550
550
  user?: boolean;
551
+ userImage?: boolean;
551
552
  chaynsProData?: boolean;
552
553
  ignoreUacCache?: boolean;
553
554
  chaynsInfo?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chayns-api",
3
- "version": "3.3.0-beta.1",
3
+ "version": "3.3.0",
4
4
  "description": "new chayns api",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",