@mojito-inc/core-service
Advanced tools
Comparing version 1.0.8-beta.13 to 1.0.8-beta.14
@@ -9,4 +9,4 @@ import { gql } from '@apollo/client'; | ||
const redeemEarnableItemQuery = gql ` | ||
mutation redeemEarnableItem($claimableItemId: UUID1!, $destAddr: String) { | ||
redeemEarnableItem(claimableItemId: $claimableItemId, destAddr: $destAddr) { | ||
mutation redeemEarnableItem($claimableItemId: UUID1!, $destAddr: String, $gating: GateInput) { | ||
redeemEarnableItem(claimableItemId: $claimableItemId, destAddr: $destAddr, gating: $gating) { | ||
redeemInitiated | ||
@@ -13,0 +13,0 @@ invoiceID |
{ | ||
"name": "@mojito-inc/core-service", | ||
"version": "1.0.8-beta.13", | ||
"version": "1.0.8-beta.14", | ||
"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
395704