asv-hlps-market 1.0.17 → 1.0.19

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.
@@ -5,5 +5,6 @@ interface Market {
5
5
  iconName: string;
6
6
  iconPack: string;
7
7
  isActive: boolean;
8
+ imgSrc: boolean;
8
9
  }
9
10
  export default Market;
@@ -1,7 +1,7 @@
1
1
  import UserBase from "asv-hlps/lib/cjs/users/models/UserBase";
2
2
  import UMarket from "../../markets/models/UMarket";
3
3
  export default interface User extends UserBase {
4
- markets?: UMarket[];
4
+ umarkets?: UMarket[];
5
5
  wallets?: any;
6
6
  phone?: string;
7
7
  }
@@ -5,5 +5,6 @@ interface Market {
5
5
  iconName: string;
6
6
  iconPack: string;
7
7
  isActive: boolean;
8
+ imgSrc: boolean;
8
9
  }
9
10
  export default Market;
@@ -1,7 +1,7 @@
1
1
  import UserBase from "asv-hlps/lib/cjs/users/models/UserBase";
2
2
  import UMarket from "../../markets/models/UMarket";
3
3
  export default interface User extends UserBase {
4
- markets?: UMarket[];
4
+ umarkets?: UMarket[];
5
5
  wallets?: any;
6
6
  phone?: string;
7
7
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "asv-hlps-market",
3
- "version": "1.0.17",
3
+ "version": "1.0.19",
4
4
  "description": "",
5
5
  "main": "./lib/cjs/index.js",
6
6
  "module": "./lib/esm/index.js",