@poap-xyz/providers
Advanced tools
Comparing version 0.2.4 to 0.2.5-beta-v0
import { CompassProvider } from '../../ports/CompassProvider/CompassProvider'; | ||
export declare class PoapCompass implements CompassProvider { | ||
protected batchSize: number; | ||
private apiKey; | ||
@@ -16,2 +17,7 @@ private baseUrl; | ||
}>; | ||
batch<D, V = { | ||
readonly [variable: string]: unknown; | ||
}>(query: string, variables: V[], signal?: AbortSignal): Promise<{ | ||
data: D; | ||
}[]>; | ||
} | ||
@@ -18,0 +24,0 @@ export interface PoapCompassConfig { |
@@ -7,2 +7,7 @@ export interface CompassProvider { | ||
}>; | ||
batch<D, V = { | ||
readonly [variable: string]: unknown; | ||
}>(query: string, variables: V[], signal?: AbortSignal): Promise<{ | ||
data: D; | ||
}[]>; | ||
} |
import { CompassProvider } from '../../ports/CompassProvider/CompassProvider'; | ||
export declare class PoapCompass implements CompassProvider { | ||
protected batchSize: number; | ||
private apiKey; | ||
@@ -16,2 +17,7 @@ private baseUrl; | ||
}>; | ||
batch<D, V = { | ||
readonly [variable: string]: unknown; | ||
}>(query: string, variables: V[], signal?: AbortSignal): Promise<{ | ||
data: D; | ||
}[]>; | ||
} | ||
@@ -18,0 +24,0 @@ export interface PoapCompassConfig { |
@@ -7,2 +7,7 @@ export interface CompassProvider { | ||
}>; | ||
batch<D, V = { | ||
readonly [variable: string]: unknown; | ||
}>(query: string, variables: V[], signal?: AbortSignal): Promise<{ | ||
data: D; | ||
}[]>; | ||
} |
import { CompassProvider } from '../../ports/CompassProvider/CompassProvider'; | ||
export declare class PoapCompass implements CompassProvider { | ||
protected batchSize: number; | ||
private apiKey; | ||
@@ -16,2 +17,7 @@ private baseUrl; | ||
}>; | ||
batch<D, V = { | ||
readonly [variable: string]: unknown; | ||
}>(query: string, variables: V[], signal?: AbortSignal): Promise<{ | ||
data: D; | ||
}[]>; | ||
} | ||
@@ -18,0 +24,0 @@ export interface PoapCompassConfig { |
@@ -7,2 +7,7 @@ export interface CompassProvider { | ||
}>; | ||
batch<D, V = { | ||
readonly [variable: string]: unknown; | ||
}>(query: string, variables: V[], signal?: AbortSignal): Promise<{ | ||
data: D; | ||
}[]>; | ||
} |
{ | ||
"name": "@poap-xyz/providers", | ||
"version": "0.2.4", | ||
"version": "0.2.5-beta-v0", | ||
"description": "Providers module for the poap.js library", | ||
@@ -29,4 +29,5 @@ "main": "dist/cjs/index.cjs", | ||
"dependencies": { | ||
"@poap-xyz/utils": "0.2.4", | ||
"axios": "^1.3.5" | ||
"@poap-xyz/utils": "0.2.5-beta-v0", | ||
"axios": "^1.3.5", | ||
"lodash.chunk": "^4.2.0" | ||
}, | ||
@@ -38,3 +39,4 @@ "devDependencies": { | ||
"node": ">=18" | ||
} | ||
}, | ||
"stableVersion": "0.2.5" | ||
} |
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 too big to display
Sorry, the diff of this file is not supported yet
565780
6530
3
+ Addedlodash.chunk@^4.2.0
+ Added@poap-xyz/utils@0.2.5-beta-v0(transitive)
+ Addedlodash.chunk@4.2.0(transitive)
- Removed@poap-xyz/utils@0.2.4(transitive)