@ludo.ninja/api 2.0.0 → 2.1.1

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.
@@ -1873,6 +1873,8 @@ export type IUserWallet = {
1873
1873
  export type IUserXp = {
1874
1874
  xps: Scalars['Int'];
1875
1875
  level: Scalars['Int'];
1876
+ levelMinXps: Scalars['Int'];
1877
+ levelMaxXps: Scalars['Int'];
1876
1878
  };
1877
1879
  export type IWallet = {
1878
1880
  address: Scalars['String'];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ludo.ninja/api",
3
- "version": "2.0.0",
3
+ "version": "2.1.1",
4
4
  "main": "./build/index.js",
5
5
  "scripts": {
6
6
  "test": "jest",
@@ -2325,6 +2325,8 @@ export type IUserWallet = {
2325
2325
  export type IUserXp = {
2326
2326
  xps: Scalars['Int'];
2327
2327
  level: Scalars['Int'];
2328
+ levelMinXps: Scalars['Int'];
2329
+ levelMaxXps: Scalars['Int'];
2328
2330
  };
2329
2331
 
2330
2332
  export type IWallet = {