@xyo-network/bridge-module-resolver 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.
- package/dist/browser/ProxyModule.d.cts +3 -395
- package/dist/browser/ProxyModule.d.cts.map +1 -1
- package/dist/browser/ProxyModule.d.mts +3 -395
- package/dist/browser/ProxyModule.d.mts.map +1 -1
- package/dist/browser/ProxyModule.d.ts +3 -395
- package/dist/browser/ProxyModule.d.ts.map +1 -1
- package/dist/node/ProxyModule.d.cts +3 -395
- package/dist/node/ProxyModule.d.cts.map +1 -1
- package/dist/node/ProxyModule.d.mts +3 -395
- package/dist/node/ProxyModule.d.mts.map +1 -1
- package/dist/node/ProxyModule.d.ts +3 -395
- package/dist/node/ProxyModule.d.ts.map +1 -1
- package/package.json +20 -20
|
@@ -21,7 +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<
|
|
24
|
+
get bridge(): BridgeModule<import("@xyo-network/bridge-model").BridgeParams<import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
25
25
|
accountDerivationPath?: string | undefined;
|
|
26
26
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
27
27
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -37,225 +37,7 @@ export declare class ProxyModule extends BaseEmitter<ModuleParams, ModuleEventDa
|
|
|
37
37
|
readonly sign?: boolean | undefined;
|
|
38
38
|
readonly storeQueries?: boolean | undefined;
|
|
39
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<{
|
|
40
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
259
41
|
accountDerivationPath?: string | undefined;
|
|
260
42
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
261
43
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -277,183 +59,9 @@ export declare class ProxyModule extends BaseEmitter<ModuleParams, ModuleEventDa
|
|
|
277
59
|
schema: "network.xyo.bridge.config";
|
|
278
60
|
}, "schema"> & {
|
|
279
61
|
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
62
|
}, "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<{
|
|
367
|
-
accountDerivationPath?: string | undefined;
|
|
368
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
369
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
370
|
-
readonly name?: string | undefined;
|
|
371
|
-
readonly paging?: Record<string, {
|
|
372
|
-
size?: number | undefined;
|
|
373
|
-
}> | undefined;
|
|
374
|
-
readonly security?: {
|
|
375
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
376
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
377
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
378
|
-
} | undefined;
|
|
379
|
-
readonly sign?: boolean | undefined;
|
|
380
|
-
readonly storeQueries?: boolean | undefined;
|
|
381
|
-
readonly timestamp?: boolean | undefined;
|
|
382
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
383
|
-
discoverCache?: true | import("@xyo-network/bridge-model").CacheConfig | undefined;
|
|
384
|
-
maxDepth?: number | undefined;
|
|
385
|
-
schema: "network.xyo.bridge.config";
|
|
386
|
-
}, "schema"> & {
|
|
387
|
-
schema: "network.xyo.bridge.config";
|
|
388
|
-
}) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & Omit<{
|
|
389
|
-
accountDerivationPath?: string | undefined;
|
|
390
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
391
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
392
|
-
readonly name?: string | undefined;
|
|
393
|
-
readonly paging?: Record<string, {
|
|
394
|
-
size?: number | undefined;
|
|
395
|
-
}> | undefined;
|
|
396
|
-
readonly security?: {
|
|
397
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
398
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
399
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
400
|
-
} | undefined;
|
|
401
|
-
readonly sign?: boolean | undefined;
|
|
402
|
-
readonly storeQueries?: boolean | undefined;
|
|
403
|
-
readonly timestamp?: boolean | undefined;
|
|
404
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
405
|
-
discoverCache?: true | import("@xyo-network/bridge-model").CacheConfig | undefined;
|
|
406
|
-
maxDepth?: number | undefined;
|
|
407
|
-
schema: "network.xyo.bridge.config";
|
|
408
|
-
}, "schema"> & {
|
|
409
|
-
schema: "network.xyo.bridge.config";
|
|
410
|
-
} & object) | (import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
411
|
-
accountDerivationPath?: string | undefined;
|
|
412
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
413
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
414
|
-
readonly name?: string | undefined;
|
|
415
|
-
readonly paging?: Record<string, {
|
|
416
|
-
size?: number | undefined;
|
|
417
|
-
}> | undefined;
|
|
418
|
-
readonly security?: {
|
|
419
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
420
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
421
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
422
|
-
} | undefined;
|
|
423
|
-
readonly sign?: boolean | undefined;
|
|
424
|
-
readonly storeQueries?: boolean | undefined;
|
|
425
|
-
readonly timestamp?: boolean | undefined;
|
|
426
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
427
|
-
discoverCache?: true | import("@xyo-network/bridge-model").CacheConfig | undefined;
|
|
428
|
-
maxDepth?: number | undefined;
|
|
429
|
-
schema: "network.xyo.bridge.config";
|
|
430
|
-
}, "schema"> & {
|
|
431
|
-
schema: "network.xyo.bridge.config";
|
|
432
|
-
} & import("@xyo-network/payload-model").PayloadMetaFields) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & Omit<{
|
|
433
|
-
accountDerivationPath?: string | undefined;
|
|
434
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
435
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
436
|
-
readonly name?: string | undefined;
|
|
437
|
-
readonly paging?: Record<string, {
|
|
438
|
-
size?: number | undefined;
|
|
439
|
-
}> | undefined;
|
|
440
|
-
readonly security?: {
|
|
441
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
442
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
443
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
444
|
-
} | undefined;
|
|
445
|
-
readonly sign?: boolean | undefined;
|
|
446
|
-
readonly storeQueries?: boolean | undefined;
|
|
447
|
-
readonly timestamp?: boolean | undefined;
|
|
448
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
449
|
-
discoverCache?: true | import("@xyo-network/bridge-model").CacheConfig | undefined;
|
|
450
|
-
maxDepth?: number | undefined;
|
|
451
|
-
schema: "network.xyo.bridge.config";
|
|
452
|
-
}, "schema"> & {
|
|
453
|
-
schema: "network.xyo.bridge.config";
|
|
454
|
-
}), "schema">, "schema"> & {
|
|
455
63
|
schema: string;
|
|
456
|
-
}
|
|
64
|
+
}>, ModuleEventData<object>>;
|
|
457
65
|
get config(): ModuleConfig;
|
|
458
66
|
get downResolver(): import("@xyo-network/module-model").ModuleResolver;
|
|
459
67
|
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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAET;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"}
|