@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