@webb-tools/tangle-substrate-types 0.9.5 → 0.9.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/index.cjs +2 -2
- package/build/index.d.ts +2 -1
- package/build/index.mjs +2 -2
- package/package.json +1 -1
package/build/index.cjs
CHANGED
@@ -4,7 +4,7 @@ require('@polkadot/types/types/registry');
|
|
4
4
|
require('@polkadot/types/lookup');
|
5
5
|
|
6
6
|
// This file is part of Tangle.
|
7
|
-
// Copyright (C) 2022-2024
|
7
|
+
// Copyright (C) 2022-2024 Tangle Foundation.
|
8
8
|
// SPDX-License-Identifier: Apache-2.0
|
9
9
|
var definitions = {
|
10
10
|
rpc: {
|
@@ -6337,7 +6337,7 @@ var lookup$1 = {
|
|
6337
6337
|
};
|
6338
6338
|
|
6339
6339
|
// This file is part of Tangle.
|
6340
|
-
// Copyright (C) 2022-2024
|
6340
|
+
// Copyright (C) 2022-2024 Tangle Foundation.
|
6341
6341
|
// SPDX-License-Identifier: Apache-2.0
|
6342
6342
|
const tangleTypes = typesFromDefs(tangleDefs);
|
6343
6343
|
const tangleRpc = jsonrpcFromDefs(tangleDefs, {});
|
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/build/index.mjs
CHANGED
@@ -2,7 +2,7 @@ import '@polkadot/types/types/registry';
|
|
2
2
|
import '@polkadot/types/lookup';
|
3
3
|
|
4
4
|
// This file is part of Tangle.
|
5
|
-
// Copyright (C) 2022-2024
|
5
|
+
// Copyright (C) 2022-2024 Tangle Foundation.
|
6
6
|
// SPDX-License-Identifier: Apache-2.0
|
7
7
|
var definitions = {
|
8
8
|
rpc: {
|
@@ -6335,7 +6335,7 @@ var lookup$1 = {
|
|
6335
6335
|
};
|
6336
6336
|
|
6337
6337
|
// This file is part of Tangle.
|
6338
|
-
// Copyright (C) 2022-2024
|
6338
|
+
// Copyright (C) 2022-2024 Tangle Foundation.
|
6339
6339
|
// SPDX-License-Identifier: Apache-2.0
|
6340
6340
|
const tangleTypes = typesFromDefs(tangleDefs);
|
6341
6341
|
const tangleRpc = jsonrpcFromDefs(tangleDefs, {});
|
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.7",
|
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",
|