@mintbase-js/data
Advanced tools
Comparing version 0.6.0-fix-readme-1-eca6ae9.0 to 0.6.0-ft-minting-cf669a7.0
@@ -9,5 +9,5 @@ import { DocumentNode } from 'graphql'; | ||
query: DocumentNode | string; | ||
variables?: any; | ||
variables?: V; | ||
network?: Network | null | undefined; | ||
}) => Promise<GqlFetchResult<T>>; | ||
//# sourceMappingURL=fetch.d.ts.map |
@@ -50,3 +50,3 @@ export type Pagination = { | ||
trait_type?: string; | ||
value?: any; | ||
value?: unknown; | ||
display_type?: string; | ||
@@ -53,0 +53,0 @@ }>; |
import { ParsedDataReturn } from './types'; | ||
export declare const objectWithCamelKeys: (obj: object) => object; | ||
export declare const objectWithCamelKeys: (obj: Record<string, unknown>) => Record<string, unknown>; | ||
export declare const parseData: <T>(data: T, error?: null | string, errorMsg?: string) => ParsedDataReturn<T>; | ||
@@ -4,0 +4,0 @@ export declare function getTokenArrayFromNodes(nodes: { |
{ | ||
"name": "@mintbase-js/data", | ||
"version": "0.6.0-fix-readme-1-eca6ae9.0", | ||
"version": "0.6.0-ft-minting-cf669a7.0", | ||
"description": "Query wrappers for Mintbase JS SDK", | ||
@@ -33,3 +33,3 @@ "main": "lib/index.js", | ||
}, | ||
"gitHead": "faa547ab8290088785897f4e3b62dec7f4ed3f9d" | ||
"gitHead": "e868410f56679715b14baae25e6d4cf70528484f" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
970655