@ludo.ninja/api 3.0.94 → 3.0.95

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ludo.ninja/api",
3
- "version": "3.0.94",
3
+ "version": "3.0.95",
4
4
  "main": "./build/index.js",
5
5
  "scripts": {
6
6
  "test": "jest",
@@ -1247,7 +1247,7 @@ export type IFetchLudoNftForWalletQueryVariables = Exact<{
1247
1247
  }>;
1248
1248
 
1249
1249
 
1250
- export type IFetchLudoNftForWalletQuery = { fetchLudoNftForWallet?: Maybe<Pick<ILudoNft, 'blockchain' | 'address' | 'tierId'>> };
1250
+ export type IFetchLudoNftForWalletQuery = { fetchLudoNftForWallet?: Maybe<Pick<ILudoNft, 'blockchain' | 'address' | 'tierId' | 'tokenId'>> };
1251
1251
 
1252
1252
  export type IFetchProfileQueryVariables = Exact<{
1253
1253
  userId: Scalars['ID'];
@@ -2377,6 +2377,7 @@ export const FetchLudoNftForWalletDocument = gql`
2377
2377
  blockchain
2378
2378
  address
2379
2379
  tierId
2380
+ tokenId
2380
2381
  }
2381
2382
  }
2382
2383
  `;