@xyo-network/bridge-module-resolver 2.84.13 → 2.84.15
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/browser/ProxyModule.d.cts +2 -346
- package/dist/browser/ProxyModule.d.cts.map +1 -1
- package/dist/browser/ProxyModule.d.mts +2 -346
- package/dist/browser/ProxyModule.d.mts.map +1 -1
- package/dist/browser/ProxyModule.d.ts +2 -346
- package/dist/browser/ProxyModule.d.ts.map +1 -1
- package/dist/node/ProxyModule.d.cts +2 -346
- package/dist/node/ProxyModule.d.cts.map +1 -1
- package/dist/node/ProxyModule.d.mts +2 -346
- package/dist/node/ProxyModule.d.mts.map +1 -1
- package/dist/node/ProxyModule.d.ts +2 -346
- package/dist/node/ProxyModule.d.ts.map +1 -1
- package/package.json +20 -20
|
@@ -21,349 +21,7 @@ export declare class ProxyModule extends BaseEmitter<ModuleParams, ModuleEventDa
|
|
|
21
21
|
private _busyCount;
|
|
22
22
|
constructor(proxyParams: ProxyModuleParams);
|
|
23
23
|
get address(): string;
|
|
24
|
-
get bridge(): BridgeModule<import("@xyo-network/bridge-model").BridgeParams<(import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
25
|
-
accountDerivationPath?: string | undefined;
|
|
26
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
27
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
28
|
-
readonly name?: string | undefined;
|
|
29
|
-
readonly paging?: Record<string, {
|
|
30
|
-
size?: number | undefined;
|
|
31
|
-
}> | undefined;
|
|
32
|
-
readonly security?: {
|
|
33
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
34
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
35
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
36
|
-
} | undefined;
|
|
37
|
-
readonly sign?: boolean | undefined;
|
|
38
|
-
readonly storeQueries?: boolean | undefined;
|
|
39
|
-
readonly timestamp?: boolean | undefined;
|
|
40
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
41
|
-
schema: string;
|
|
42
|
-
} & Omit<(import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
43
|
-
accountDerivationPath?: string | undefined;
|
|
44
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
45
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
46
|
-
readonly name?: string | undefined;
|
|
47
|
-
readonly paging?: Record<string, {
|
|
48
|
-
size?: number | undefined;
|
|
49
|
-
}> | undefined;
|
|
50
|
-
readonly security?: {
|
|
51
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
52
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
53
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
54
|
-
} | undefined;
|
|
55
|
-
readonly sign?: boolean | undefined;
|
|
56
|
-
readonly storeQueries?: boolean | undefined;
|
|
57
|
-
readonly timestamp?: boolean | undefined;
|
|
58
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
59
|
-
discoverCache?: true | import("@xyo-network/bridge-model").CacheConfig | undefined;
|
|
60
|
-
maxDepth?: number | undefined;
|
|
61
|
-
schema: "network.xyo.bridge.config";
|
|
62
|
-
}, "schema"> & {
|
|
63
|
-
schema: "network.xyo.bridge.config";
|
|
64
|
-
}) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & Omit<{
|
|
65
|
-
accountDerivationPath?: string | undefined;
|
|
66
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
67
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
68
|
-
readonly name?: string | undefined;
|
|
69
|
-
readonly paging?: Record<string, {
|
|
70
|
-
size?: number | undefined;
|
|
71
|
-
}> | undefined;
|
|
72
|
-
readonly security?: {
|
|
73
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
74
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
75
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
76
|
-
} | undefined;
|
|
77
|
-
readonly sign?: boolean | undefined;
|
|
78
|
-
readonly storeQueries?: boolean | undefined;
|
|
79
|
-
readonly timestamp?: boolean | undefined;
|
|
80
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
81
|
-
discoverCache?: true | import("@xyo-network/bridge-model").CacheConfig | undefined;
|
|
82
|
-
maxDepth?: number | undefined;
|
|
83
|
-
schema: "network.xyo.bridge.config";
|
|
84
|
-
}, "schema"> & {
|
|
85
|
-
schema: "network.xyo.bridge.config";
|
|
86
|
-
} & object) | (import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
87
|
-
accountDerivationPath?: string | undefined;
|
|
88
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
89
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
90
|
-
readonly name?: string | undefined;
|
|
91
|
-
readonly paging?: Record<string, {
|
|
92
|
-
size?: number | undefined;
|
|
93
|
-
}> | undefined;
|
|
94
|
-
readonly security?: {
|
|
95
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
96
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
97
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
98
|
-
} | undefined;
|
|
99
|
-
readonly sign?: boolean | undefined;
|
|
100
|
-
readonly storeQueries?: boolean | undefined;
|
|
101
|
-
readonly timestamp?: boolean | undefined;
|
|
102
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
103
|
-
discoverCache?: true | import("@xyo-network/bridge-model").CacheConfig | undefined;
|
|
104
|
-
maxDepth?: number | undefined;
|
|
105
|
-
schema: "network.xyo.bridge.config";
|
|
106
|
-
}, "schema"> & {
|
|
107
|
-
schema: "network.xyo.bridge.config";
|
|
108
|
-
} & import("@xyo-network/payload-model").PayloadMetaFields) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & Omit<{
|
|
109
|
-
accountDerivationPath?: string | undefined;
|
|
110
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
111
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
112
|
-
readonly name?: string | undefined;
|
|
113
|
-
readonly paging?: Record<string, {
|
|
114
|
-
size?: number | undefined;
|
|
115
|
-
}> | undefined;
|
|
116
|
-
readonly security?: {
|
|
117
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
118
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
119
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
120
|
-
} | undefined;
|
|
121
|
-
readonly sign?: boolean | undefined;
|
|
122
|
-
readonly storeQueries?: boolean | undefined;
|
|
123
|
-
readonly timestamp?: boolean | undefined;
|
|
124
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
125
|
-
discoverCache?: true | import("@xyo-network/bridge-model").CacheConfig | undefined;
|
|
126
|
-
maxDepth?: number | undefined;
|
|
127
|
-
schema: "network.xyo.bridge.config";
|
|
128
|
-
}, "schema"> & {
|
|
129
|
-
schema: "network.xyo.bridge.config";
|
|
130
|
-
}), "schema">, "schema"> & {
|
|
131
|
-
schema: string;
|
|
132
|
-
}) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & Omit<{
|
|
133
|
-
accountDerivationPath?: string | undefined;
|
|
134
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
135
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
136
|
-
readonly name?: string | undefined;
|
|
137
|
-
readonly paging?: Record<string, {
|
|
138
|
-
size?: number | undefined;
|
|
139
|
-
}> | undefined;
|
|
140
|
-
readonly security?: {
|
|
141
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
142
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
143
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
144
|
-
} | undefined;
|
|
145
|
-
readonly sign?: boolean | undefined;
|
|
146
|
-
readonly storeQueries?: boolean | undefined;
|
|
147
|
-
readonly timestamp?: boolean | undefined;
|
|
148
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
149
|
-
schema: string;
|
|
150
|
-
} & Omit<(import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
151
|
-
accountDerivationPath?: string | undefined;
|
|
152
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
153
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
154
|
-
readonly name?: string | undefined;
|
|
155
|
-
readonly paging?: Record<string, {
|
|
156
|
-
size?: number | undefined;
|
|
157
|
-
}> | undefined;
|
|
158
|
-
readonly security?: {
|
|
159
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
160
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
161
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
162
|
-
} | undefined;
|
|
163
|
-
readonly sign?: boolean | undefined;
|
|
164
|
-
readonly storeQueries?: boolean | undefined;
|
|
165
|
-
readonly timestamp?: boolean | undefined;
|
|
166
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
167
|
-
discoverCache?: true | import("@xyo-network/bridge-model").CacheConfig | undefined;
|
|
168
|
-
maxDepth?: number | undefined;
|
|
169
|
-
schema: "network.xyo.bridge.config";
|
|
170
|
-
}, "schema"> & {
|
|
171
|
-
schema: "network.xyo.bridge.config";
|
|
172
|
-
}) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & Omit<{
|
|
173
|
-
accountDerivationPath?: string | undefined;
|
|
174
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
175
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
176
|
-
readonly name?: string | undefined;
|
|
177
|
-
readonly paging?: Record<string, {
|
|
178
|
-
size?: number | undefined;
|
|
179
|
-
}> | undefined;
|
|
180
|
-
readonly security?: {
|
|
181
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
182
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
183
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
184
|
-
} | undefined;
|
|
185
|
-
readonly sign?: boolean | undefined;
|
|
186
|
-
readonly storeQueries?: boolean | undefined;
|
|
187
|
-
readonly timestamp?: boolean | undefined;
|
|
188
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
189
|
-
discoverCache?: true | import("@xyo-network/bridge-model").CacheConfig | undefined;
|
|
190
|
-
maxDepth?: number | undefined;
|
|
191
|
-
schema: "network.xyo.bridge.config";
|
|
192
|
-
}, "schema"> & {
|
|
193
|
-
schema: "network.xyo.bridge.config";
|
|
194
|
-
} & object) | (import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
195
|
-
accountDerivationPath?: string | undefined;
|
|
196
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
197
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
198
|
-
readonly name?: string | undefined;
|
|
199
|
-
readonly paging?: Record<string, {
|
|
200
|
-
size?: number | undefined;
|
|
201
|
-
}> | undefined;
|
|
202
|
-
readonly security?: {
|
|
203
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
204
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
205
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
206
|
-
} | undefined;
|
|
207
|
-
readonly sign?: boolean | undefined;
|
|
208
|
-
readonly storeQueries?: boolean | undefined;
|
|
209
|
-
readonly timestamp?: boolean | undefined;
|
|
210
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
211
|
-
discoverCache?: true | import("@xyo-network/bridge-model").CacheConfig | undefined;
|
|
212
|
-
maxDepth?: number | undefined;
|
|
213
|
-
schema: "network.xyo.bridge.config";
|
|
214
|
-
}, "schema"> & {
|
|
215
|
-
schema: "network.xyo.bridge.config";
|
|
216
|
-
} & import("@xyo-network/payload-model").PayloadMetaFields) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & Omit<{
|
|
217
|
-
accountDerivationPath?: string | undefined;
|
|
218
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
219
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
220
|
-
readonly name?: string | undefined;
|
|
221
|
-
readonly paging?: Record<string, {
|
|
222
|
-
size?: number | undefined;
|
|
223
|
-
}> | undefined;
|
|
224
|
-
readonly security?: {
|
|
225
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
226
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
227
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
228
|
-
} | undefined;
|
|
229
|
-
readonly sign?: boolean | undefined;
|
|
230
|
-
readonly storeQueries?: boolean | undefined;
|
|
231
|
-
readonly timestamp?: boolean | undefined;
|
|
232
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
233
|
-
discoverCache?: true | import("@xyo-network/bridge-model").CacheConfig | undefined;
|
|
234
|
-
maxDepth?: number | undefined;
|
|
235
|
-
schema: "network.xyo.bridge.config";
|
|
236
|
-
}, "schema"> & {
|
|
237
|
-
schema: "network.xyo.bridge.config";
|
|
238
|
-
}), "schema">, "schema"> & {
|
|
239
|
-
schema: string;
|
|
240
|
-
} & object) | (import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
241
|
-
accountDerivationPath?: string | undefined;
|
|
242
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
243
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
244
|
-
readonly name?: string | undefined;
|
|
245
|
-
readonly paging?: Record<string, {
|
|
246
|
-
size?: number | undefined;
|
|
247
|
-
}> | undefined;
|
|
248
|
-
readonly security?: {
|
|
249
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
250
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
251
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
252
|
-
} | undefined;
|
|
253
|
-
readonly sign?: boolean | undefined;
|
|
254
|
-
readonly storeQueries?: boolean | undefined;
|
|
255
|
-
readonly timestamp?: boolean | undefined;
|
|
256
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
257
|
-
schema: string;
|
|
258
|
-
} & Omit<(import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
259
|
-
accountDerivationPath?: string | undefined;
|
|
260
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
261
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
262
|
-
readonly name?: string | undefined;
|
|
263
|
-
readonly paging?: Record<string, {
|
|
264
|
-
size?: number | undefined;
|
|
265
|
-
}> | undefined;
|
|
266
|
-
readonly security?: {
|
|
267
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
268
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
269
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
270
|
-
} | undefined;
|
|
271
|
-
readonly sign?: boolean | undefined;
|
|
272
|
-
readonly storeQueries?: boolean | undefined;
|
|
273
|
-
readonly timestamp?: boolean | undefined;
|
|
274
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
275
|
-
discoverCache?: true | import("@xyo-network/bridge-model").CacheConfig | undefined;
|
|
276
|
-
maxDepth?: number | undefined;
|
|
277
|
-
schema: "network.xyo.bridge.config";
|
|
278
|
-
}, "schema"> & {
|
|
279
|
-
schema: "network.xyo.bridge.config";
|
|
280
|
-
}) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & Omit<{
|
|
281
|
-
accountDerivationPath?: string | undefined;
|
|
282
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
283
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
284
|
-
readonly name?: string | undefined;
|
|
285
|
-
readonly paging?: Record<string, {
|
|
286
|
-
size?: number | undefined;
|
|
287
|
-
}> | undefined;
|
|
288
|
-
readonly security?: {
|
|
289
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
290
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
291
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
292
|
-
} | undefined;
|
|
293
|
-
readonly sign?: boolean | undefined;
|
|
294
|
-
readonly storeQueries?: boolean | undefined;
|
|
295
|
-
readonly timestamp?: boolean | undefined;
|
|
296
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
297
|
-
discoverCache?: true | import("@xyo-network/bridge-model").CacheConfig | undefined;
|
|
298
|
-
maxDepth?: number | undefined;
|
|
299
|
-
schema: "network.xyo.bridge.config";
|
|
300
|
-
}, "schema"> & {
|
|
301
|
-
schema: "network.xyo.bridge.config";
|
|
302
|
-
} & object) | (import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
303
|
-
accountDerivationPath?: string | undefined;
|
|
304
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
305
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
306
|
-
readonly name?: string | undefined;
|
|
307
|
-
readonly paging?: Record<string, {
|
|
308
|
-
size?: number | undefined;
|
|
309
|
-
}> | undefined;
|
|
310
|
-
readonly security?: {
|
|
311
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
312
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
313
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
314
|
-
} | undefined;
|
|
315
|
-
readonly sign?: boolean | undefined;
|
|
316
|
-
readonly storeQueries?: boolean | undefined;
|
|
317
|
-
readonly timestamp?: boolean | undefined;
|
|
318
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
319
|
-
discoverCache?: true | import("@xyo-network/bridge-model").CacheConfig | undefined;
|
|
320
|
-
maxDepth?: number | undefined;
|
|
321
|
-
schema: "network.xyo.bridge.config";
|
|
322
|
-
}, "schema"> & {
|
|
323
|
-
schema: "network.xyo.bridge.config";
|
|
324
|
-
} & import("@xyo-network/payload-model").PayloadMetaFields) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & Omit<{
|
|
325
|
-
accountDerivationPath?: string | undefined;
|
|
326
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
327
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
328
|
-
readonly name?: string | undefined;
|
|
329
|
-
readonly paging?: Record<string, {
|
|
330
|
-
size?: number | undefined;
|
|
331
|
-
}> | undefined;
|
|
332
|
-
readonly security?: {
|
|
333
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
334
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
335
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
336
|
-
} | undefined;
|
|
337
|
-
readonly sign?: boolean | undefined;
|
|
338
|
-
readonly storeQueries?: boolean | undefined;
|
|
339
|
-
readonly timestamp?: boolean | undefined;
|
|
340
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
341
|
-
discoverCache?: true | import("@xyo-network/bridge-model").CacheConfig | undefined;
|
|
342
|
-
maxDepth?: number | undefined;
|
|
343
|
-
schema: "network.xyo.bridge.config";
|
|
344
|
-
}, "schema"> & {
|
|
345
|
-
schema: "network.xyo.bridge.config";
|
|
346
|
-
}), "schema">, "schema"> & {
|
|
347
|
-
schema: string;
|
|
348
|
-
} & import("@xyo-network/payload-model").PayloadMetaFields) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & Omit<{
|
|
349
|
-
accountDerivationPath?: string | undefined;
|
|
350
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
351
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
352
|
-
readonly name?: string | undefined;
|
|
353
|
-
readonly paging?: Record<string, {
|
|
354
|
-
size?: number | undefined;
|
|
355
|
-
}> | undefined;
|
|
356
|
-
readonly security?: {
|
|
357
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
358
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
359
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
360
|
-
} | undefined;
|
|
361
|
-
readonly sign?: boolean | undefined;
|
|
362
|
-
readonly storeQueries?: boolean | undefined;
|
|
363
|
-
readonly timestamp?: boolean | undefined;
|
|
364
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
365
|
-
schema: string;
|
|
366
|
-
} & Omit<(import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
24
|
+
get bridge(): BridgeModule<import("@xyo-network/bridge-model").BridgeParams<import("@xyo-network/module-model").AnyConfigSchema<(import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
367
25
|
accountDerivationPath?: string | undefined;
|
|
368
26
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
369
27
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -451,9 +109,7 @@ export declare class ProxyModule extends BaseEmitter<ModuleParams, ModuleEventDa
|
|
|
451
109
|
schema: "network.xyo.bridge.config";
|
|
452
110
|
}, "schema"> & {
|
|
453
111
|
schema: "network.xyo.bridge.config";
|
|
454
|
-
})
|
|
455
|
-
schema: string;
|
|
456
|
-
})>, ModuleEventData<object>>;
|
|
112
|
+
})>>, ModuleEventData<object>>;
|
|
457
113
|
get config(): ModuleConfig;
|
|
458
114
|
get downResolver(): import("@xyo-network/module-model").ModuleResolver;
|
|
459
115
|
get queries(): string[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ProxyModule.d.ts","sourceRoot":"","sources":["../../src/ProxyModule.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAA;AAE5C,OAAO,EAAE,iBAAiB,EAAE,MAAM,iCAAiC,CAAA;AACnE,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAA;AACxD,OAAO,EAAE,qBAAqB,EAA+B,MAAM,6BAA6B,CAAA;AAChG,OAAO,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAA;AAC1D,OAAO,EACL,0BAA0B,EAE1B,YAAY,EACZ,iBAAiB,EACjB,eAAe,EACf,YAAY,EACZ,mBAAmB,EACnB,cAAc,EACd,YAAY,EACZ,iBAAiB,EAClB,MAAM,2BAA2B,CAAA;AAClC,OAAO,EAAE,uBAAuB,EAAE,MAAM,8BAA8B,CAAA;AACtE,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAEpD,MAAM,MAAM,uBAAuB,GAAG,iCAAiC,CAAA;AACvE,eAAO,MAAM,uBAAuB,EAAE,uBAA2D,CAAA;AAEjG,MAAM,MAAM,kBAAkB,GAAG,YAAY,CAAC;IAAE,MAAM,EAAE,uBAAuB,CAAA;CAAE,CAAC,CAAA;AAElF,MAAM,MAAM,iBAAiB,GAAG,YAAY,CAC1C,kBAAkB,EAClB;IACE,OAAO,EAAE,MAAM,CAAA;IACf,MAAM,EAAE,YAAY,CAAA;CACrB,CACF,CAAA;AAED,qBAAa,WAAY,SAAQ,WAAW,CAAC,YAAY,EAAE,eAAe,CAAE,YAAW,cAAc,CAAC,YAAY,EAAE,eAAe,CAAC;IAK/G,WAAW,EAAE,iBAAiB;IAJjD,QAAQ,CAAC,UAAU,0BAAgC;IAEnD,OAAO,CAAC,UAAU,CAAI;gBAEH,WAAW,EAAE,iBAAiB;IAIjD,IAAI,OAAO,WAEV;IAED,IAAI,MAAM
|
|
1
|
+
{"version":3,"file":"ProxyModule.d.ts","sourceRoot":"","sources":["../../src/ProxyModule.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAA;AAE5C,OAAO,EAAE,iBAAiB,EAAE,MAAM,iCAAiC,CAAA;AACnE,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAA;AACxD,OAAO,EAAE,qBAAqB,EAA+B,MAAM,6BAA6B,CAAA;AAChG,OAAO,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAA;AAC1D,OAAO,EACL,0BAA0B,EAE1B,YAAY,EACZ,iBAAiB,EACjB,eAAe,EACf,YAAY,EACZ,mBAAmB,EACnB,cAAc,EACd,YAAY,EACZ,iBAAiB,EAClB,MAAM,2BAA2B,CAAA;AAClC,OAAO,EAAE,uBAAuB,EAAE,MAAM,8BAA8B,CAAA;AACtE,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAEpD,MAAM,MAAM,uBAAuB,GAAG,iCAAiC,CAAA;AACvE,eAAO,MAAM,uBAAuB,EAAE,uBAA2D,CAAA;AAEjG,MAAM,MAAM,kBAAkB,GAAG,YAAY,CAAC;IAAE,MAAM,EAAE,uBAAuB,CAAA;CAAE,CAAC,CAAA;AAElF,MAAM,MAAM,iBAAiB,GAAG,YAAY,CAC1C,kBAAkB,EAClB;IACE,OAAO,EAAE,MAAM,CAAA;IACf,MAAM,EAAE,YAAY,CAAA;CACrB,CACF,CAAA;AAED,qBAAa,WAAY,SAAQ,WAAW,CAAC,YAAY,EAAE,eAAe,CAAE,YAAW,cAAc,CAAC,YAAY,EAAE,eAAe,CAAC;IAK/G,WAAW,EAAE,iBAAiB;IAJjD,QAAQ,CAAC,UAAU,0BAAgC;IAEnD,OAAO,CAAC,UAAU,CAAI;gBAEH,WAAW,EAAE,iBAAiB;IAIjD,IAAI,OAAO,WAEV;IAED,IAAI,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;mCAET;IAED,IAAI,MAAM,IAAI,YAAY,CAGzB;IAED,IAAI,YAAY,uDAEf;IAED,IAAI,OAAO,aAEV;IAED,mBAAmB,IAAI,OAAO,CAAC,0BAA0B,CAAC;IAIpD,IAAI,CAAC,CAAC,EAAE,OAAO,EAAE,MAAM,OAAO,CAAC,CAAC,CAAC;IAmBjC,QAAQ,IAAI,OAAO,CAAC,iBAAiB,CAAC;IAuBtC,QAAQ,IAAI,OAAO,CAAC,OAAO,EAAE,CAAC;IAMpC,QAAQ,CAAC,MAAM,CAAC,EAAE,MAAM,GAAG,UAAU,CAAC,qBAAqB,CAAC;IAK5D,aAAa,IAAI,OAAO,CAAC,0BAA0B,EAAE,CAAC;IAItD,YAAY,IAAI,OAAO,CAAC,MAAM,GAAG,SAAS,CAAC;IAIrC,KAAK,CAAC,CAAC,SAAS,iBAAiB,GAAG,iBAAiB,EAAE,KAAK,EAAE,CAAC,EAAE,QAAQ,CAAC,EAAE,OAAO,EAAE,GAAG,OAAO,CAAC,iBAAiB,CAAC;IAQlH,SAAS,CAAC,KAAK,EAAE,iBAAiB,EAAE,QAAQ,CAAC,EAAE,OAAO,EAAE,EAAE,WAAW,CAAC,EAAE,YAAY,GAAG,OAAO,CAAC,OAAO,CAAC;IAK7G,OAAO,CAAC,MAAM,CAAC,EAAE,YAAY,EAAE,OAAO,CAAC,EAAE,mBAAmB,GAAG,OAAO,CAAC,cAAc,EAAE,CAAC;IACxF,OAAO,CAAC,aAAa,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,mBAAmB,GAAG,OAAO,CAAC,cAAc,GAAG,SAAS,CAAC;CAWnG"}
|