@webb-tools/tangle-substrate-types 0.9.5 → 0.9.6
Sign up to get free protection for your applications and to get access to all the features.
- package/build/index.d.ts +2 -1
- package/package.json +1 -1
package/build/index.d.ts
CHANGED
@@ -13035,6 +13035,7 @@ interface WasmRuntime extends Enum {
|
|
13035
13035
|
readonly isWasmer: boolean;
|
13036
13036
|
readonly type: 'Wasmtime' | 'Wasmer';
|
13037
13037
|
}
|
13038
|
+
type PHANTOM_SERVICES = 'services';
|
13038
13039
|
|
13039
13040
|
declare module '@polkadot/rpc-core/types/jsonrpc' {
|
13040
13041
|
interface RpcInterface {
|
@@ -27121,4 +27122,4 @@ declare const tangleTypesAlias: Record<string, any>;
|
|
27121
27122
|
declare const tangleTypesBundle: OverrideBundleType;
|
27122
27123
|
declare const typesBundleForPolkadot: OverrideBundleType;
|
27123
27124
|
|
27124
|
-
export { lookup as tangleLookupTypes, tangleRpc, tangleTypes, tangleTypesAlias, tangleTypesBundle, typesBundleForPolkadot };
|
27125
|
+
export { type Architecture, type ContainerGadget, type FieldFieldType, type Gadget, type GadgetBinary, type GadgetSource, type GadgetSourceFetcher, type GithubFetcher, type ImageRegistryFetcher, type JobDefinition, type JobMetadata, type JobResultVerifier, type NativeGadget, type OperatingSystem, type PHANTOM_SERVICES, type RpcServicesWithBlueprint, type Service, type ServiceBlueprint, type ServiceMetadata, type ServiceRegistrationHook, type ServiceRequestHook, type TestFetcher, type WasmGadget, type WasmRuntime, lookup as tangleLookupTypes, tangleRpc, tangleTypes, tangleTypesAlias, tangleTypesBundle, typesBundleForPolkadot };
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@webb-tools/tangle-substrate-types",
|
3
|
-
"version": "0.9.
|
3
|
+
"version": "0.9.6",
|
4
4
|
"description": "Polkadot.js type definitions required for interacting with Webb's tangle network",
|
5
5
|
"author": "Webb Developers <drew@webb.tools>",
|
6
6
|
"license": "Apache-2.0",
|