@mojito-inc/core-service
Advanced tools
Comparing version 1.0.8-beta.20 to 1.0.8-beta.21
@@ -90,3 +90,11 @@ import { gql } from '@apollo/client'; | ||
query CanRedeemClaimableItemV2($claimableItemID: UUID1!, $destAddr: String!) { | ||
canRedeemClaimableItemV2(claimableItemID: $claimableItemID, destAddr: $destAddr) | ||
canRedeemClaimableItemV2(claimableItemID: $claimableItemID, destAddr: $destAddr) { | ||
canRedeem | ||
latestInvoice { | ||
invoiceID | ||
status | ||
onChainTokenId | ||
invoiceCreatedAt | ||
} | ||
} | ||
} | ||
@@ -93,0 +101,0 @@ `; |
{ | ||
"name": "@mojito-inc/core-service", | ||
"version": "1.0.8-beta.20", | ||
"version": "1.0.8-beta.21", | ||
"description": "Mojito Core API service for auction, payment, token", | ||
@@ -5,0 +5,0 @@ "main": "./index.cjs", |
Sorry, the diff of this file is not supported yet
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
428559
11429