@mojito-inc/core-service
Advanced tools
Comparing version 1.0.8-beta.37 to 1.0.8-beta.38
@@ -53,2 +53,6 @@ export declare enum RegistryTokenFilterInput { | ||
} | ||
export interface SimilarNFTFilterProp { | ||
nftTokenId: string; | ||
traitType: string[]; | ||
} | ||
export interface GetAllRegistryTokensV2Params { | ||
@@ -75,2 +79,3 @@ orgID: string; | ||
currency?: RegistryCurrency; | ||
similarNFTFilter?: SimilarNFTFilterProp; | ||
} | ||
@@ -77,0 +82,0 @@ export declare enum RegistryCollectionSortColumns { |
@@ -205,2 +205,3 @@ import { gql } from '@apollo/client'; | ||
$currency: CurrencyCodeFiat | ||
$similarNFTFilter: SimilarTraitsInput | ||
) { | ||
@@ -228,2 +229,3 @@ getAllRegistryTokensV2( | ||
currency: $currency | ||
similarNFTFilter: $similarNFTFilter | ||
) { | ||
@@ -230,0 +232,0 @@ data { |
{ | ||
"name": "@mojito-inc/core-service", | ||
"version": "1.0.8-beta.37", | ||
"version": "1.0.8-beta.38", | ||
"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
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
489010
13289