@mojito-inc/core-service
Advanced tools
Comparing version 1.0.8-beta.42 to 1.0.8-beta.43
@@ -32,2 +32,3 @@ import { CurrencyCodeFiat } from '../connect-wallet'; | ||
currency?: CurrencyCodeFiat; | ||
signature?: string; | ||
} | ||
@@ -34,0 +35,0 @@ export interface InitiateRemoveListingParam { |
@@ -116,4 +116,4 @@ import { gql } from '@apollo/client'; | ||
const removeListingMutation = gql ` | ||
mutation removeListing($orgID: UUID1!, $nftTokenId: UUID1!, $currency: CurrencyCodeFiat) { | ||
removeListing(nftTokenId: $nftTokenId, orgID: $orgID, currency: $currency) | ||
mutation removeListing($orgID: UUID1!, $nftTokenId: UUID1!, $currency: CurrencyCodeFiat, $signature: String) { | ||
removeListing(nftTokenId: $nftTokenId, orgID: $orgID, currency: $currency, signature: $signature) | ||
} | ||
@@ -120,0 +120,0 @@ `; |
{ | ||
"name": "@mojito-inc/core-service", | ||
"version": "1.0.8-beta.42", | ||
"version": "1.0.8-beta.43", | ||
"description": "Mojito Core API service for auction, payment, token", | ||
@@ -5,0 +5,0 @@ "main": "./index.cjs", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
517535
14279