@xyo-network/bridge-abstract 3.9.4 → 3.9.6
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/dist/neutral/index.d.ts +8 -0
- package/package.json +24 -24
package/dist/neutral/index.d.ts
CHANGED
|
@@ -84,6 +84,8 @@ declare abstract class AbstractModuleProxy<TWrappedModule extends ModuleInstance
|
|
|
84
84
|
config: _xyo_network_module_model.AnyConfigSchema<_xyo_network_module_model.ModuleConfig<void, void>>;
|
|
85
85
|
ephemeralQueryAccountEnabled?: boolean;
|
|
86
86
|
moduleIdentifierTransformers?: _xyo_network_module_model.ModuleIdentifierTransformer[];
|
|
87
|
+
privateChildren?: ModuleInstance[];
|
|
88
|
+
publicChildren?: ModuleInstance[];
|
|
87
89
|
}, _xyo_network_module_model.ModuleEventData<object>>[]>;
|
|
88
90
|
query<T extends QueryBoundWitness = QueryBoundWitness>(query: T, payloads?: Payload[]): Promise<ModuleQueryResult>;
|
|
89
91
|
queryHandler<T extends QueryBoundWitness = QueryBoundWitness>(_query: T, _payloads?: Payload[], _queryConfig?: TWrappedModule['params']['config']): Promise<ModuleQueryHandlerResult>;
|
|
@@ -119,6 +121,8 @@ declare class ModuleProxyResolver<T extends ModuleProxyResolverOptions = ModuleP
|
|
|
119
121
|
config: _xyo_network_module_model.AnyConfigSchema<_xyo_network_module_model.ModuleConfig<void, void>>;
|
|
120
122
|
ephemeralQueryAccountEnabled?: boolean;
|
|
121
123
|
moduleIdentifierTransformers?: ModuleIdentifierTransformer[];
|
|
124
|
+
privateChildren?: ModuleInstance[];
|
|
125
|
+
publicChildren?: ModuleInstance[];
|
|
122
126
|
}, _xyo_network_module_model.ModuleEventData<object>>;
|
|
123
127
|
protected get childAddressMap(): Record<Lowercase<string>, string | null>;
|
|
124
128
|
protected get host(): ModuleResolver<ModuleInstance<_xylabs_object.BaseParamsFields & {
|
|
@@ -129,6 +133,8 @@ declare class ModuleProxyResolver<T extends ModuleProxyResolverOptions = ModuleP
|
|
|
129
133
|
config: _xyo_network_module_model.AnyConfigSchema<_xyo_network_module_model.ModuleConfig<void, void>>;
|
|
130
134
|
ephemeralQueryAccountEnabled?: boolean;
|
|
131
135
|
moduleIdentifierTransformers?: ModuleIdentifierTransformer[];
|
|
136
|
+
privateChildren?: ModuleInstance[];
|
|
137
|
+
publicChildren?: ModuleInstance[];
|
|
132
138
|
}, _xyo_network_module_model.ModuleEventData<object>>>;
|
|
133
139
|
protected get mod(): ModuleInstance<_xylabs_object.BaseParamsFields & {
|
|
134
140
|
account?: _xyo_network_account.AccountInstance | "random";
|
|
@@ -138,6 +144,8 @@ declare class ModuleProxyResolver<T extends ModuleProxyResolverOptions = ModuleP
|
|
|
138
144
|
config: _xyo_network_module_model.AnyConfigSchema<_xyo_network_module_model.ModuleConfig<void, void>>;
|
|
139
145
|
ephemeralQueryAccountEnabled?: boolean;
|
|
140
146
|
moduleIdentifierTransformers?: ModuleIdentifierTransformer[];
|
|
147
|
+
privateChildren?: ModuleInstance[];
|
|
148
|
+
publicChildren?: ModuleInstance[];
|
|
141
149
|
}, _xyo_network_module_model.ModuleEventData<object>>;
|
|
142
150
|
addResolver(_resolver: ModuleResolver): this;
|
|
143
151
|
childManifest(address: Address): ModuleManifestPayload | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/bridge-abstract",
|
|
3
|
-
"version": "3.9.
|
|
3
|
+
"version": "3.9.6",
|
|
4
4
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
5
5
|
"homepage": "https://xyo.network",
|
|
6
6
|
"bugs": {
|
|
@@ -35,29 +35,29 @@
|
|
|
35
35
|
"@xylabs/hex": "^4.5.1",
|
|
36
36
|
"@xylabs/object": "^4.5.1",
|
|
37
37
|
"@xylabs/promise": "^4.5.1",
|
|
38
|
-
"@xyo-network/account": "^3.9.
|
|
39
|
-
"@xyo-network/account-model": "^3.9.
|
|
40
|
-
"@xyo-network/archivist-model": "^3.9.
|
|
41
|
-
"@xyo-network/archivist-wrapper": "^3.9.
|
|
42
|
-
"@xyo-network/boundwitness-model": "^3.9.
|
|
43
|
-
"@xyo-network/boundwitness-wrapper": "^3.9.
|
|
44
|
-
"@xyo-network/bridge-model": "^3.9.
|
|
45
|
-
"@xyo-network/diviner-model": "^3.9.
|
|
46
|
-
"@xyo-network/diviner-wrapper": "^3.9.
|
|
47
|
-
"@xyo-network/manifest-model": "^3.9.
|
|
48
|
-
"@xyo-network/module-abstract": "^3.9.
|
|
49
|
-
"@xyo-network/module-model": "^3.9.
|
|
50
|
-
"@xyo-network/module-resolver": "^3.9.
|
|
51
|
-
"@xyo-network/module-wrapper": "^3.9.
|
|
52
|
-
"@xyo-network/node-model": "^3.9.
|
|
53
|
-
"@xyo-network/node-wrapper": "^3.9.
|
|
54
|
-
"@xyo-network/payload-builder": "^3.9.
|
|
55
|
-
"@xyo-network/payload-model": "^3.9.
|
|
56
|
-
"@xyo-network/query-payload-plugin": "^3.9.
|
|
57
|
-
"@xyo-network/sentinel-model": "^3.9.
|
|
58
|
-
"@xyo-network/sentinel-wrapper": "^3.9.
|
|
59
|
-
"@xyo-network/witness-model": "^3.9.
|
|
60
|
-
"@xyo-network/witness-wrapper": "^3.9.
|
|
38
|
+
"@xyo-network/account": "^3.9.6",
|
|
39
|
+
"@xyo-network/account-model": "^3.9.6",
|
|
40
|
+
"@xyo-network/archivist-model": "^3.9.6",
|
|
41
|
+
"@xyo-network/archivist-wrapper": "^3.9.6",
|
|
42
|
+
"@xyo-network/boundwitness-model": "^3.9.6",
|
|
43
|
+
"@xyo-network/boundwitness-wrapper": "^3.9.6",
|
|
44
|
+
"@xyo-network/bridge-model": "^3.9.6",
|
|
45
|
+
"@xyo-network/diviner-model": "^3.9.6",
|
|
46
|
+
"@xyo-network/diviner-wrapper": "^3.9.6",
|
|
47
|
+
"@xyo-network/manifest-model": "^3.9.6",
|
|
48
|
+
"@xyo-network/module-abstract": "^3.9.6",
|
|
49
|
+
"@xyo-network/module-model": "^3.9.6",
|
|
50
|
+
"@xyo-network/module-resolver": "^3.9.6",
|
|
51
|
+
"@xyo-network/module-wrapper": "^3.9.6",
|
|
52
|
+
"@xyo-network/node-model": "^3.9.6",
|
|
53
|
+
"@xyo-network/node-wrapper": "^3.9.6",
|
|
54
|
+
"@xyo-network/payload-builder": "^3.9.6",
|
|
55
|
+
"@xyo-network/payload-model": "^3.9.6",
|
|
56
|
+
"@xyo-network/query-payload-plugin": "^3.9.6",
|
|
57
|
+
"@xyo-network/sentinel-model": "^3.9.6",
|
|
58
|
+
"@xyo-network/sentinel-wrapper": "^3.9.6",
|
|
59
|
+
"@xyo-network/witness-model": "^3.9.6",
|
|
60
|
+
"@xyo-network/witness-wrapper": "^3.9.6",
|
|
61
61
|
"lru-cache": "^11.0.2"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|