@mojito-inc/core-service
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -802,3 +802,3 @@ import { ApolloClient, NormalizedCacheObject, ErrorPolicy, DefaultContext, FetchPolicy } from '@apollo/client'; | ||
nftTokenId: string; | ||
tokenType: TokenType$2; | ||
tokenType: string; | ||
quantity: number; | ||
@@ -1523,3 +1523,3 @@ nftOwnerAddress: string; | ||
contractAddress?: string; | ||
onChainTokenID?: number; | ||
onChainTokenID?: string; | ||
nftTokenId?: string; | ||
@@ -1526,0 +1526,0 @@ editionNumber?: number; |
@@ -8,3 +8,3 @@ export declare enum TokenType { | ||
nftTokenId: string; | ||
tokenType: TokenType; | ||
tokenType: string; | ||
quantity: number; | ||
@@ -11,0 +11,0 @@ nftOwnerAddress: string; |
@@ -5,3 +5,3 @@ export interface GetNFTDetailsParam { | ||
contractAddress?: string; | ||
onChainTokenID?: number; | ||
onChainTokenID?: string; | ||
nftTokenId?: string; | ||
@@ -8,0 +8,0 @@ editionNumber?: number; |
{ | ||
"name": "@mojito-inc/core-service", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "Mojito Core API service for auction, payment, token", | ||
@@ -5,0 +5,0 @@ "main": "./index.cjs", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
318607