@settlemint/sdk-thegraph
Advanced tools
Comparing version 0.5.5 to 0.5.6-mainc20d78b
@@ -65,2 +65,6 @@ import { AbstractSetupSchema, initGraphQLTada } from 'gql.tada'; | ||
}; | ||
declare function createTheGraphFallbackClient<const Setup extends AbstractSetupSchema>(options: ClientOptions, requestConfig?: RequestConfig): { | ||
client: GraphQLClient; | ||
graphql: initGraphQLTada<AbstractSetupSchema>; | ||
}; | ||
/** | ||
@@ -91,3 +95,7 @@ * Creates a The Graph client for server-side use with additional authentication. | ||
}; | ||
declare function createServerTheGraphFallbackClient<const Setup extends AbstractSetupSchema>(options: ServerClientOptions, requestConfig?: RequestConfig): { | ||
client: GraphQLClient; | ||
graphql: initGraphQLTada<AbstractSetupSchema>; | ||
}; | ||
export { type RequestConfig, createServerTheGraphClient, createTheGraphClient }; | ||
export { type RequestConfig, createServerTheGraphClient, createServerTheGraphFallbackClient, createTheGraphClient, createTheGraphFallbackClient }; |
{ | ||
"name": "@settlemint/sdk-thegraph", | ||
"description": "SettleMint SDK, integrate SettleMint into your application with ease.", | ||
"version": "0.5.5", | ||
"version": "0.5.6-mainc20d78b", | ||
"type": "module", | ||
@@ -51,3 +51,3 @@ "private": false, | ||
"dependencies": { | ||
"@settlemint/sdk-utils": "0.5.5", | ||
"@settlemint/sdk-utils": "0.5.6-mainc20d78b", | ||
"graphql-request": "^7", | ||
@@ -54,0 +54,0 @@ "zod": "^3" |
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
33847
228
+ Added@settlemint/sdk-utils@0.5.6-mainc20d78b(transitive)
- Removed@settlemint/sdk-utils@0.5.5(transitive)