@xyo-network/bridge-wrapper 2.84.14 → 2.84.16

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.
@@ -7,7 +7,7 @@ import { ModuleWrapper } from '@xyo-network/module-wrapper';
7
7
  import { Payload, Query } from '@xyo-network/payload-model';
8
8
  export declare class BridgeWrapper<TWrappedModule extends BridgeModule = BridgeModule> extends ModuleWrapper<TWrappedModule> implements BridgeInstance<TWrappedModule['params']> {
9
9
  static instanceIdentityCheck: import("@xyo-network/object").TypeCheck<BridgeInstance>;
10
- static moduleIdentityCheck: import("@xyo-network/module-model").ModuleTypeCheck<BridgeModule<import("@xyo-network/bridge-model").BridgeParams<(import("@xyo-network/payload-model").SchemaFields & object & Omit<{
10
+ static moduleIdentityCheck: import("@xyo-network/module-model").ModuleTypeCheck<BridgeModule<import("@xyo-network/bridge-model").BridgeParams<import("@xyo-network/payload-model").SchemaFields & object & Omit<{
11
11
  accountDerivationPath?: string | undefined;
12
12
  readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
13
13
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
@@ -23,225 +23,7 @@ export declare class BridgeWrapper<TWrappedModule extends BridgeModule = BridgeM
23
23
  readonly sign?: boolean | undefined;
24
24
  readonly storeQueries?: boolean | undefined;
25
25
  readonly timestamp?: boolean | undefined;
26
- } & import("@xyo-network/module-model").ArchivingModuleConfig & {
27
- schema: string;
28
- } & Omit<(import("@xyo-network/payload-model").SchemaFields & object & Omit<{
29
- accountDerivationPath?: string | undefined;
30
- readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
31
- readonly labels?: import("@xyo-network/module-model").Labels | undefined;
32
- readonly name?: string | undefined;
33
- readonly paging?: Record<string, {
34
- size?: number | undefined;
35
- }> | undefined;
36
- readonly security?: {
37
- readonly allowAnonymous?: boolean | undefined;
38
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
39
- readonly disallowed?: Record<string, string[]> | undefined;
40
- } | undefined;
41
- readonly sign?: boolean | undefined;
42
- readonly storeQueries?: boolean | undefined;
43
- readonly timestamp?: boolean | undefined;
44
- } & import("@xyo-network/module-model").ArchivingModuleConfig & {
45
- discoverCache?: true | import("@xyo-network/bridge-model").CacheConfig | undefined;
46
- maxDepth?: number | undefined;
47
- schema: "network.xyo.bridge.config";
48
- }, "schema"> & {
49
- schema: "network.xyo.bridge.config";
50
- }) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & Omit<{
51
- accountDerivationPath?: string | undefined;
52
- readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
53
- readonly labels?: import("@xyo-network/module-model").Labels | undefined;
54
- readonly name?: string | undefined;
55
- readonly paging?: Record<string, {
56
- size?: number | undefined;
57
- }> | undefined;
58
- readonly security?: {
59
- readonly allowAnonymous?: boolean | undefined;
60
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
61
- readonly disallowed?: Record<string, string[]> | undefined;
62
- } | undefined;
63
- readonly sign?: boolean | undefined;
64
- readonly storeQueries?: boolean | undefined;
65
- readonly timestamp?: boolean | undefined;
66
- } & import("@xyo-network/module-model").ArchivingModuleConfig & {
67
- discoverCache?: true | import("@xyo-network/bridge-model").CacheConfig | undefined;
68
- maxDepth?: number | undefined;
69
- schema: "network.xyo.bridge.config";
70
- }, "schema"> & {
71
- schema: "network.xyo.bridge.config";
72
- } & object) | (import("@xyo-network/payload-model").SchemaFields & object & Omit<{
73
- accountDerivationPath?: string | undefined;
74
- readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
75
- readonly labels?: import("@xyo-network/module-model").Labels | undefined;
76
- readonly name?: string | undefined;
77
- readonly paging?: Record<string, {
78
- size?: number | undefined;
79
- }> | undefined;
80
- readonly security?: {
81
- readonly allowAnonymous?: boolean | undefined;
82
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
83
- readonly disallowed?: Record<string, string[]> | undefined;
84
- } | undefined;
85
- readonly sign?: boolean | undefined;
86
- readonly storeQueries?: boolean | undefined;
87
- readonly timestamp?: boolean | undefined;
88
- } & import("@xyo-network/module-model").ArchivingModuleConfig & {
89
- discoverCache?: true | import("@xyo-network/bridge-model").CacheConfig | undefined;
90
- maxDepth?: number | undefined;
91
- schema: "network.xyo.bridge.config";
92
- }, "schema"> & {
93
- schema: "network.xyo.bridge.config";
94
- } & import("@xyo-network/payload-model").PayloadMetaFields) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & Omit<{
95
- accountDerivationPath?: string | undefined;
96
- readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
97
- readonly labels?: import("@xyo-network/module-model").Labels | undefined;
98
- readonly name?: string | undefined;
99
- readonly paging?: Record<string, {
100
- size?: number | undefined;
101
- }> | undefined;
102
- readonly security?: {
103
- readonly allowAnonymous?: boolean | undefined;
104
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
105
- readonly disallowed?: Record<string, string[]> | undefined;
106
- } | undefined;
107
- readonly sign?: boolean | undefined;
108
- readonly storeQueries?: boolean | undefined;
109
- readonly timestamp?: boolean | undefined;
110
- } & import("@xyo-network/module-model").ArchivingModuleConfig & {
111
- discoverCache?: true | import("@xyo-network/bridge-model").CacheConfig | undefined;
112
- maxDepth?: number | undefined;
113
- schema: "network.xyo.bridge.config";
114
- }, "schema"> & {
115
- schema: "network.xyo.bridge.config";
116
- }), "schema">, "schema"> & {
117
- schema: string;
118
- }) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & Omit<{
119
- accountDerivationPath?: string | undefined;
120
- readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
121
- readonly labels?: import("@xyo-network/module-model").Labels | undefined;
122
- readonly name?: string | undefined;
123
- readonly paging?: Record<string, {
124
- size?: number | undefined;
125
- }> | undefined;
126
- readonly security?: {
127
- readonly allowAnonymous?: boolean | undefined;
128
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
129
- readonly disallowed?: Record<string, string[]> | undefined;
130
- } | undefined;
131
- readonly sign?: boolean | undefined;
132
- readonly storeQueries?: boolean | undefined;
133
- readonly timestamp?: boolean | undefined;
134
- } & import("@xyo-network/module-model").ArchivingModuleConfig & {
135
- schema: string;
136
- } & Omit<(import("@xyo-network/payload-model").SchemaFields & object & Omit<{
137
- accountDerivationPath?: string | undefined;
138
- readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
139
- readonly labels?: import("@xyo-network/module-model").Labels | undefined;
140
- readonly name?: string | undefined;
141
- readonly paging?: Record<string, {
142
- size?: number | undefined;
143
- }> | undefined;
144
- readonly security?: {
145
- readonly allowAnonymous?: boolean | undefined;
146
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
147
- readonly disallowed?: Record<string, string[]> | undefined;
148
- } | undefined;
149
- readonly sign?: boolean | undefined;
150
- readonly storeQueries?: boolean | undefined;
151
- readonly timestamp?: boolean | undefined;
152
- } & import("@xyo-network/module-model").ArchivingModuleConfig & {
153
- discoverCache?: true | import("@xyo-network/bridge-model").CacheConfig | undefined;
154
- maxDepth?: number | undefined;
155
- schema: "network.xyo.bridge.config";
156
- }, "schema"> & {
157
- schema: "network.xyo.bridge.config";
158
- }) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & Omit<{
159
- accountDerivationPath?: string | undefined;
160
- readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
161
- readonly labels?: import("@xyo-network/module-model").Labels | undefined;
162
- readonly name?: string | undefined;
163
- readonly paging?: Record<string, {
164
- size?: number | undefined;
165
- }> | undefined;
166
- readonly security?: {
167
- readonly allowAnonymous?: boolean | undefined;
168
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
169
- readonly disallowed?: Record<string, string[]> | undefined;
170
- } | undefined;
171
- readonly sign?: boolean | undefined;
172
- readonly storeQueries?: boolean | undefined;
173
- readonly timestamp?: boolean | undefined;
174
- } & import("@xyo-network/module-model").ArchivingModuleConfig & {
175
- discoverCache?: true | import("@xyo-network/bridge-model").CacheConfig | undefined;
176
- maxDepth?: number | undefined;
177
- schema: "network.xyo.bridge.config";
178
- }, "schema"> & {
179
- schema: "network.xyo.bridge.config";
180
- } & object) | (import("@xyo-network/payload-model").SchemaFields & object & Omit<{
181
- accountDerivationPath?: string | undefined;
182
- readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
183
- readonly labels?: import("@xyo-network/module-model").Labels | undefined;
184
- readonly name?: string | undefined;
185
- readonly paging?: Record<string, {
186
- size?: number | undefined;
187
- }> | undefined;
188
- readonly security?: {
189
- readonly allowAnonymous?: boolean | undefined;
190
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
191
- readonly disallowed?: Record<string, string[]> | undefined;
192
- } | undefined;
193
- readonly sign?: boolean | undefined;
194
- readonly storeQueries?: boolean | undefined;
195
- readonly timestamp?: boolean | undefined;
196
- } & import("@xyo-network/module-model").ArchivingModuleConfig & {
197
- discoverCache?: true | import("@xyo-network/bridge-model").CacheConfig | undefined;
198
- maxDepth?: number | undefined;
199
- schema: "network.xyo.bridge.config";
200
- }, "schema"> & {
201
- schema: "network.xyo.bridge.config";
202
- } & import("@xyo-network/payload-model").PayloadMetaFields) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & Omit<{
203
- accountDerivationPath?: string | undefined;
204
- readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
205
- readonly labels?: import("@xyo-network/module-model").Labels | undefined;
206
- readonly name?: string | undefined;
207
- readonly paging?: Record<string, {
208
- size?: number | undefined;
209
- }> | undefined;
210
- readonly security?: {
211
- readonly allowAnonymous?: boolean | undefined;
212
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
213
- readonly disallowed?: Record<string, string[]> | undefined;
214
- } | undefined;
215
- readonly sign?: boolean | undefined;
216
- readonly storeQueries?: boolean | undefined;
217
- readonly timestamp?: boolean | undefined;
218
- } & import("@xyo-network/module-model").ArchivingModuleConfig & {
219
- discoverCache?: true | import("@xyo-network/bridge-model").CacheConfig | undefined;
220
- maxDepth?: number | undefined;
221
- schema: "network.xyo.bridge.config";
222
- }, "schema"> & {
223
- schema: "network.xyo.bridge.config";
224
- }), "schema">, "schema"> & {
225
- schema: string;
226
- } & object) | (import("@xyo-network/payload-model").SchemaFields & object & Omit<{
227
- accountDerivationPath?: string | undefined;
228
- readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
229
- readonly labels?: import("@xyo-network/module-model").Labels | undefined;
230
- readonly name?: string | undefined;
231
- readonly paging?: Record<string, {
232
- size?: number | undefined;
233
- }> | undefined;
234
- readonly security?: {
235
- readonly allowAnonymous?: boolean | undefined;
236
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
237
- readonly disallowed?: Record<string, string[]> | undefined;
238
- } | undefined;
239
- readonly sign?: boolean | undefined;
240
- readonly storeQueries?: boolean | undefined;
241
- readonly timestamp?: boolean | undefined;
242
- } & import("@xyo-network/module-model").ArchivingModuleConfig & {
243
- schema: string;
244
- } & Omit<(import("@xyo-network/payload-model").SchemaFields & object & Omit<{
26
+ } & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & Omit<{
245
27
  accountDerivationPath?: string | undefined;
246
28
  readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
247
29
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
@@ -263,183 +45,9 @@ export declare class BridgeWrapper<TWrappedModule extends BridgeModule = BridgeM
263
45
  schema: "network.xyo.bridge.config";
264
46
  }, "schema"> & {
265
47
  schema: "network.xyo.bridge.config";
266
- }) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & Omit<{
267
- accountDerivationPath?: string | undefined;
268
- readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
269
- readonly labels?: import("@xyo-network/module-model").Labels | undefined;
270
- readonly name?: string | undefined;
271
- readonly paging?: Record<string, {
272
- size?: number | undefined;
273
- }> | undefined;
274
- readonly security?: {
275
- readonly allowAnonymous?: boolean | undefined;
276
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
277
- readonly disallowed?: Record<string, string[]> | undefined;
278
- } | undefined;
279
- readonly sign?: boolean | undefined;
280
- readonly storeQueries?: boolean | undefined;
281
- readonly timestamp?: boolean | undefined;
282
- } & import("@xyo-network/module-model").ArchivingModuleConfig & {
283
- discoverCache?: true | import("@xyo-network/bridge-model").CacheConfig | undefined;
284
- maxDepth?: number | undefined;
285
- schema: "network.xyo.bridge.config";
286
48
  }, "schema"> & {
287
- schema: "network.xyo.bridge.config";
288
- } & object) | (import("@xyo-network/payload-model").SchemaFields & object & Omit<{
289
- accountDerivationPath?: string | undefined;
290
- readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
291
- readonly labels?: import("@xyo-network/module-model").Labels | undefined;
292
- readonly name?: string | undefined;
293
- readonly paging?: Record<string, {
294
- size?: number | undefined;
295
- }> | undefined;
296
- readonly security?: {
297
- readonly allowAnonymous?: boolean | undefined;
298
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
299
- readonly disallowed?: Record<string, string[]> | undefined;
300
- } | undefined;
301
- readonly sign?: boolean | undefined;
302
- readonly storeQueries?: boolean | undefined;
303
- readonly timestamp?: boolean | undefined;
304
- } & import("@xyo-network/module-model").ArchivingModuleConfig & {
305
- discoverCache?: true | import("@xyo-network/bridge-model").CacheConfig | undefined;
306
- maxDepth?: number | undefined;
307
- schema: "network.xyo.bridge.config";
308
- }, "schema"> & {
309
- schema: "network.xyo.bridge.config";
310
- } & import("@xyo-network/payload-model").PayloadMetaFields) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & Omit<{
311
- accountDerivationPath?: string | undefined;
312
- readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
313
- readonly labels?: import("@xyo-network/module-model").Labels | undefined;
314
- readonly name?: string | undefined;
315
- readonly paging?: Record<string, {
316
- size?: number | undefined;
317
- }> | undefined;
318
- readonly security?: {
319
- readonly allowAnonymous?: boolean | undefined;
320
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
321
- readonly disallowed?: Record<string, string[]> | undefined;
322
- } | undefined;
323
- readonly sign?: boolean | undefined;
324
- readonly storeQueries?: boolean | undefined;
325
- readonly timestamp?: boolean | undefined;
326
- } & import("@xyo-network/module-model").ArchivingModuleConfig & {
327
- discoverCache?: true | import("@xyo-network/bridge-model").CacheConfig | undefined;
328
- maxDepth?: number | undefined;
329
- schema: "network.xyo.bridge.config";
330
- }, "schema"> & {
331
- schema: "network.xyo.bridge.config";
332
- }), "schema">, "schema"> & {
333
- schema: string;
334
- } & import("@xyo-network/payload-model").PayloadMetaFields) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & Omit<{
335
- accountDerivationPath?: string | undefined;
336
- readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
337
- readonly labels?: import("@xyo-network/module-model").Labels | undefined;
338
- readonly name?: string | undefined;
339
- readonly paging?: Record<string, {
340
- size?: number | undefined;
341
- }> | undefined;
342
- readonly security?: {
343
- readonly allowAnonymous?: boolean | undefined;
344
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
345
- readonly disallowed?: Record<string, string[]> | undefined;
346
- } | undefined;
347
- readonly sign?: boolean | undefined;
348
- readonly storeQueries?: boolean | undefined;
349
- readonly timestamp?: boolean | undefined;
350
- } & import("@xyo-network/module-model").ArchivingModuleConfig & {
351
- schema: string;
352
- } & Omit<(import("@xyo-network/payload-model").SchemaFields & object & Omit<{
353
- accountDerivationPath?: string | undefined;
354
- readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
355
- readonly labels?: import("@xyo-network/module-model").Labels | undefined;
356
- readonly name?: string | undefined;
357
- readonly paging?: Record<string, {
358
- size?: number | undefined;
359
- }> | undefined;
360
- readonly security?: {
361
- readonly allowAnonymous?: boolean | undefined;
362
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
363
- readonly disallowed?: Record<string, string[]> | undefined;
364
- } | undefined;
365
- readonly sign?: boolean | undefined;
366
- readonly storeQueries?: boolean | undefined;
367
- readonly timestamp?: boolean | undefined;
368
- } & import("@xyo-network/module-model").ArchivingModuleConfig & {
369
- discoverCache?: true | import("@xyo-network/bridge-model").CacheConfig | undefined;
370
- maxDepth?: number | undefined;
371
- schema: "network.xyo.bridge.config";
372
- }, "schema"> & {
373
- schema: "network.xyo.bridge.config";
374
- }) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & Omit<{
375
- accountDerivationPath?: string | undefined;
376
- readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
377
- readonly labels?: import("@xyo-network/module-model").Labels | undefined;
378
- readonly name?: string | undefined;
379
- readonly paging?: Record<string, {
380
- size?: number | undefined;
381
- }> | undefined;
382
- readonly security?: {
383
- readonly allowAnonymous?: boolean | undefined;
384
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
385
- readonly disallowed?: Record<string, string[]> | undefined;
386
- } | undefined;
387
- readonly sign?: boolean | undefined;
388
- readonly storeQueries?: boolean | undefined;
389
- readonly timestamp?: boolean | undefined;
390
- } & import("@xyo-network/module-model").ArchivingModuleConfig & {
391
- discoverCache?: true | import("@xyo-network/bridge-model").CacheConfig | undefined;
392
- maxDepth?: number | undefined;
393
- schema: "network.xyo.bridge.config";
394
- }, "schema"> & {
395
- schema: "network.xyo.bridge.config";
396
- } & object) | (import("@xyo-network/payload-model").SchemaFields & object & Omit<{
397
- accountDerivationPath?: string | undefined;
398
- readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
399
- readonly labels?: import("@xyo-network/module-model").Labels | undefined;
400
- readonly name?: string | undefined;
401
- readonly paging?: Record<string, {
402
- size?: number | undefined;
403
- }> | undefined;
404
- readonly security?: {
405
- readonly allowAnonymous?: boolean | undefined;
406
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
407
- readonly disallowed?: Record<string, string[]> | undefined;
408
- } | undefined;
409
- readonly sign?: boolean | undefined;
410
- readonly storeQueries?: boolean | undefined;
411
- readonly timestamp?: boolean | undefined;
412
- } & import("@xyo-network/module-model").ArchivingModuleConfig & {
413
- discoverCache?: true | import("@xyo-network/bridge-model").CacheConfig | undefined;
414
- maxDepth?: number | undefined;
415
- schema: "network.xyo.bridge.config";
416
- }, "schema"> & {
417
- schema: "network.xyo.bridge.config";
418
- } & import("@xyo-network/payload-model").PayloadMetaFields) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & Omit<{
419
- accountDerivationPath?: string | undefined;
420
- readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
421
- readonly labels?: import("@xyo-network/module-model").Labels | undefined;
422
- readonly name?: string | undefined;
423
- readonly paging?: Record<string, {
424
- size?: number | undefined;
425
- }> | undefined;
426
- readonly security?: {
427
- readonly allowAnonymous?: boolean | undefined;
428
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
429
- readonly disallowed?: Record<string, string[]> | undefined;
430
- } | undefined;
431
- readonly sign?: boolean | undefined;
432
- readonly storeQueries?: boolean | undefined;
433
- readonly timestamp?: boolean | undefined;
434
- } & import("@xyo-network/module-model").ArchivingModuleConfig & {
435
- discoverCache?: true | import("@xyo-network/bridge-model").CacheConfig | undefined;
436
- maxDepth?: number | undefined;
437
- schema: "network.xyo.bridge.config";
438
- }, "schema"> & {
439
- schema: "network.xyo.bridge.config";
440
- }), "schema">, "schema"> & {
441
49
  schema: string;
442
- })>, import("@xyo-network/module-model").ModuleEventData<object>>>;
50
+ }>, import("@xyo-network/module-model").ModuleEventData<object>>>;
443
51
  get connected(): boolean;
444
52
  get targetDownResolver(): (address?: string | undefined) => import("@xyo-network/module-model").ModuleResolver | undefined;
445
53
  connect(uri?: string): Promise<boolean>;
@@ -1 +1 @@
1
- {"version":3,"file":"BridgeWrapper.d.ts","sourceRoot":"","sources":["../../src/BridgeWrapper.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"BridgeWrapper.d.ts","sourceRoot":"","sources":["../../src/BridgeWrapper.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAA;AAC5C,OAAO,EAAE,iBAAiB,EAAE,MAAM,iCAAiC,CAAA;AACnE,OAAO,EAGL,cAAc,EACd,YAAY,EAIb,MAAM,2BAA2B,CAAA;AAClC,OAAO,EAAE,qBAAqB,EAA0D,MAAM,6BAA6B,CAAA;AAC3H,OAAO,EACL,YAAY,EAGZ,YAAY,EACZ,mBAAmB,EACnB,cAAc,EAGd,iBAAiB,EAClB,MAAM,2BAA2B,CAAA;AAClC,OAAO,EAA8B,aAAa,EAAE,MAAM,6BAA6B,CAAA;AACvF,OAAO,EAAyB,OAAO,EAAE,KAAK,EAAE,MAAM,4BAA4B,CAAA;AAGlF,qBAAa,aAAa,CAAC,cAAc,SAAS,YAAY,GAAG,YAAY,CAC3E,SAAQ,aAAa,CAAC,cAAc,CACpC,YAAW,cAAc,CAAC,cAAc,CAAC,QAAQ,CAAC,CAAC;IAEnD,OAAgB,qBAAqB,0DAAmB;IACxD,OAAgB,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sEAAiB;IAEpD,IAAI,SAAS,IAAI,OAAO,CAEvB;IAED,IAAI,kBAAkB,qGAErB;IAEK,OAAO,CAAC,GAAG,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,CAAC;IAMvC,UAAU,CAAC,GAAG,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,CAAC;IAMhD,cAAc,IAAI,UAAU,CAAC,MAAM,CAAC;IAIpC,YAAY,CAAC,OAAO,EAAE,MAAM,GAAG,YAAY;IAIrC,cAAc,CAAC,OAAO,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,EAAE,CAAC;IAKnD,cAAc,CAAC,OAAO,EAAE,MAAM,EAAE,QAAQ,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC,qBAAqB,CAAC;IASxF,aAAa,CAAC,OAAO,EAAE,MAAM,GAAG,MAAM,EAAE;IAIlC,WAAW,CAAC,CAAC,SAAS,iBAAiB,GAAG,iBAAiB,EAAE,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,CAAC,EAAE,QAAQ,CAAC,EAAE,OAAO,EAAE,GAAG,OAAO,CAAC,iBAAiB,CAAC;IAIzI,eAAe,CAAC,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,iBAAiB,EAAE,QAAQ,CAAC,EAAE,OAAO,EAAE,EAAE,WAAW,CAAC,EAAE,YAAY,GAAG,OAAO,CAAC,OAAO,CAAC;IAI9H,aAAa,CAAC,OAAO,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,YAAY,EAAE,OAAO,CAAC,EAAE,mBAAmB,GAAG,OAAO,CAAC,cAAc,EAAE,CAAC;IAC/G,aAAa,CAAC,OAAO,EAAE,MAAM,EAAE,aAAa,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,mBAAmB,GAAG,OAAO,CAAC,cAAc,GAAG,SAAS,CAAC;cAS/G,eAAe,CAAC,CAAC,SAAS,KAAK,EAAE,OAAO,EAAE,MAAM,EAAE,YAAY,EAAE,CAAC,EAAE,QAAQ,CAAC,EAAE,OAAO,EAAE,GAAG,OAAO,CAAC,OAAO,EAAE,CAAC;CAS7H"}
package/package.json CHANGED
@@ -12,12 +12,12 @@
12
12
  "dependencies": {
13
13
  "@xylabs/assert": "^2.13.20",
14
14
  "@xylabs/promise": "^2.13.20",
15
- "@xyo-network/boundwitness-model": "~2.84.14",
16
- "@xyo-network/bridge-model": "~2.84.14",
17
- "@xyo-network/manifest-model": "~2.84.14",
18
- "@xyo-network/module-model": "~2.84.14",
19
- "@xyo-network/module-wrapper": "~2.84.14",
20
- "@xyo-network/payload-model": "~2.84.14"
15
+ "@xyo-network/boundwitness-model": "~2.84.16",
16
+ "@xyo-network/bridge-model": "~2.84.16",
17
+ "@xyo-network/manifest-model": "~2.84.16",
18
+ "@xyo-network/module-model": "~2.84.16",
19
+ "@xyo-network/module-wrapper": "~2.84.16",
20
+ "@xyo-network/payload-model": "~2.84.16"
21
21
  },
22
22
  "devDependencies": {
23
23
  "@xylabs/ts-scripts-yarn3": "^3.2.25",
@@ -63,6 +63,6 @@
63
63
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js.git"
64
64
  },
65
65
  "sideEffects": false,
66
- "version": "2.84.14",
66
+ "version": "2.84.16",
67
67
  "type": "module"
68
68
  }