@subql/types-cosmos
Advanced tools
Comparing version 3.5.1 to 3.5.2-0
@@ -50,2 +50,8 @@ import { CosmWasmClient } from '@cosmjs/cosmwasm-stargate'; | ||
}; | ||
type CosmosRuntimeFilterMap = { | ||
[CosmosHandlerKind.Block]: CosmosBlockFilter; | ||
[CosmosHandlerKind.Transaction]: CosmosTxFilter; | ||
[CosmosHandlerKind.Message]: CosmosMessageFilter; | ||
[CosmosHandlerKind.Event]: CosmosEventFilter; | ||
}; | ||
/** | ||
@@ -293,3 +299,3 @@ * Represents a Cosmos subquery network configuration, which is based on the CommonSubqueryNetworkConfig template. | ||
export type SecondLayerHandlerProcessor<K extends CosmosHandlerKind, F extends Record<string, unknown>, // EthereumRuntimeFilterMap? | ||
E, DS extends CosmosCustomDatasource = CosmosCustomDatasource> = SecondLayerHandlerProcessor_0_0_0<CosmosRuntimeHandlerInputMap, K, F, E, DS, CosmWasmClient> | (SecondLayerHandlerProcessor_1_0_0<CosmosRuntimeHandlerInputMap, K, F, E, DS, CosmWasmClient> & { | ||
E, DS extends CosmosCustomDatasource = CosmosCustomDatasource> = SecondLayerHandlerProcessor_0_0_0<K, CosmosRuntimeHandlerInputMap, CosmosRuntimeFilterMap, F, E, DS, CosmWasmClient> | (SecondLayerHandlerProcessor_1_0_0<K, CosmosRuntimeHandlerInputMap, CosmosRuntimeFilterMap, F, E, DS, CosmWasmClient> & { | ||
filterProcessor: (params: { | ||
@@ -296,0 +302,0 @@ filter: F | undefined; |
{ | ||
"name": "@subql/types-cosmos", | ||
"version": "3.5.1", | ||
"version": "3.5.2-0", | ||
"description": "", | ||
@@ -22,4 +22,5 @@ "homepage": "https://github.com/subquery/subql-cosmos", | ||
"@cosmjs/stargate": "^0.32.4", | ||
"@subql/types-core": "^0.10.0" | ||
} | ||
"@subql/types-core": "^1.1.1" | ||
}, | ||
"stableVersion": "3.5.1" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
134792
490
2
+ Added@subql/types-core@1.1.1(transitive)
- Removed@subql/types-core@0.10.0(transitive)
- Removedpackage-json-type@1.0.3(transitive)
Updated@subql/types-core@^1.1.1