@xyo-network/location-certainty-plugin 2.84.3 → 2.84.5

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.
@@ -1,57 +1,15 @@
1
1
  import { LocationCertaintyDiviner } from './Diviner';
2
2
  export declare const LocationCertaintyPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetDivinerPlugin<LocationCertaintyDiviner<import("@xyo-network/object").BaseParamsFields & {
3
3
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
4
- config: (import("@xyo-network/payload-model").SchemaFields & object & Omit<{
4
+ config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
5
5
  accountDerivationPath?: string | undefined;
6
- readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
6
+ readonly archivist?: string | undefined;
7
7
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
8
8
  readonly name?: string | undefined;
9
9
  readonly paging?: Record<string, {
10
10
  size?: number | undefined;
11
11
  }> | undefined;
12
- readonly security?: {
13
- readonly allowAnonymous?: boolean | undefined;
14
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
15
- readonly disallowed?: Record<string, string[]> | undefined;
16
- } | undefined;
17
- readonly sign?: boolean | undefined;
18
- readonly storeQueries?: boolean | undefined;
19
- readonly timestamp?: boolean | undefined;
20
- } & import("@xyo-network/module-model").ArchivingModuleConfig & {
21
- schema: string;
22
- } & Omit<(import("@xyo-network/payload-model").SchemaFields & object & Omit<{
23
- accountDerivationPath?: string | undefined;
24
- readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
25
- readonly labels?: import("@xyo-network/module-model").Labels | undefined;
26
- readonly name?: string | undefined;
27
- readonly paging?: Record<string, {
28
- size?: number | undefined;
29
- }> | undefined;
30
- readonly security?: {
31
- readonly allowAnonymous?: boolean | undefined;
32
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
33
- readonly disallowed?: Record<string, string[]> | undefined;
34
- } | undefined;
35
- readonly sign?: boolean | undefined;
36
- readonly storeQueries?: boolean | undefined;
37
- readonly timestamp?: boolean | undefined;
38
- } & import("@xyo-network/module-model").ArchivingModuleConfig & {
39
- schema: "network.xyo.location.elevation.diviner.config";
40
- } & Omit<({
41
- schema: string;
42
- } & import("@xyo-network/payload-model").PayloadFields) & {
43
- schema: "network.xyo.location.elevation.diviner.config";
44
- targetSchema?: "network.xyo.location.certainty" | undefined;
45
- }, "schema">, "schema"> & {
46
12
  schema: "network.xyo.location.elevation.diviner.config";
47
- }) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & Omit<{
48
- accountDerivationPath?: string | undefined;
49
- readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
50
- readonly labels?: import("@xyo-network/module-model").Labels | undefined;
51
- readonly name?: string | undefined;
52
- readonly paging?: Record<string, {
53
- size?: number | undefined;
54
- }> | undefined;
55
13
  readonly security?: {
56
14
  readonly allowAnonymous?: boolean | undefined;
57
15
  readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
@@ -60,48 +18,15 @@ export declare const LocationCertaintyPlugin: () => import("@xyo-network/payload
60
18
  readonly sign?: boolean | undefined;
61
19
  readonly storeQueries?: boolean | undefined;
62
20
  readonly timestamp?: boolean | undefined;
63
- } & import("@xyo-network/module-model").ArchivingModuleConfig & {
64
- schema: "network.xyo.location.elevation.diviner.config";
65
- } & Omit<({
66
- schema: string;
67
- } & import("@xyo-network/payload-model").PayloadFields) & {
68
- schema: "network.xyo.location.elevation.diviner.config";
69
- targetSchema?: "network.xyo.location.certainty" | undefined;
70
- }, "schema">, "schema"> & {
71
- schema: "network.xyo.location.elevation.diviner.config";
72
- } & object) | (import("@xyo-network/payload-model").SchemaFields & object & Omit<{
21
+ } & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
73
22
  accountDerivationPath?: string | undefined;
74
- readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
23
+ readonly archivist?: string | undefined;
75
24
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
76
25
  readonly name?: string | undefined;
77
26
  readonly paging?: Record<string, {
78
27
  size?: number | undefined;
79
28
  }> | 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
- schema: "network.xyo.location.elevation.diviner.config";
90
- } & Omit<({
91
- schema: string;
92
- } & import("@xyo-network/payload-model").PayloadFields) & {
93
29
  schema: "network.xyo.location.elevation.diviner.config";
94
- targetSchema?: "network.xyo.location.certainty" | undefined;
95
- }, "schema">, "schema"> & {
96
- schema: "network.xyo.location.elevation.diviner.config";
97
- } & import("@xyo-network/payload-model").PayloadMetaFields) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & Omit<{
98
- accountDerivationPath?: string | undefined;
99
- readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
100
- readonly labels?: import("@xyo-network/module-model").Labels | undefined;
101
- readonly name?: string | undefined;
102
- readonly paging?: Record<string, {
103
- size?: number | undefined;
104
- }> | undefined;
105
30
  readonly security?: {
106
31
  readonly allowAnonymous?: boolean | undefined;
107
32
  readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
@@ -110,378 +35,16 @@ export declare const LocationCertaintyPlugin: () => import("@xyo-network/payload
110
35
  readonly sign?: boolean | undefined;
111
36
  readonly storeQueries?: boolean | undefined;
112
37
  readonly timestamp?: boolean | undefined;
113
- } & import("@xyo-network/module-model").ArchivingModuleConfig & {
38
+ } & {
114
39
  schema: "network.xyo.location.elevation.diviner.config";
115
- } & Omit<({
40
+ } & {
116
41
  schema: string;
117
- } & import("@xyo-network/payload-model").PayloadFields) & {
42
+ } & {
118
43
  schema: "network.xyo.location.elevation.diviner.config";
119
44
  targetSchema?: "network.xyo.location.certainty" | undefined;
120
- }, "schema">, "schema"> & {
121
- schema: "network.xyo.location.elevation.diviner.config";
122
- }), "schema">, "schema"> & {
123
- schema: string;
124
- }) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & Omit<{
125
- accountDerivationPath?: string | undefined;
126
- readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
127
- readonly labels?: import("@xyo-network/module-model").Labels | undefined;
128
- readonly name?: string | undefined;
129
- readonly paging?: Record<string, {
130
- size?: number | undefined;
131
- }> | undefined;
132
- readonly security?: {
133
- readonly allowAnonymous?: boolean | undefined;
134
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
135
- readonly disallowed?: Record<string, string[]> | undefined;
136
- } | undefined;
137
- readonly sign?: boolean | undefined;
138
- readonly storeQueries?: boolean | undefined;
139
- readonly timestamp?: boolean | undefined;
140
- } & import("@xyo-network/module-model").ArchivingModuleConfig & {
141
- schema: string;
142
- } & Omit<(import("@xyo-network/payload-model").SchemaFields & object & Omit<{
143
- accountDerivationPath?: string | undefined;
144
- readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
145
- readonly labels?: import("@xyo-network/module-model").Labels | undefined;
146
- readonly name?: string | undefined;
147
- readonly paging?: Record<string, {
148
- size?: number | undefined;
149
- }> | undefined;
150
- readonly security?: {
151
- readonly allowAnonymous?: boolean | undefined;
152
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
153
- readonly disallowed?: Record<string, string[]> | undefined;
154
- } | undefined;
155
- readonly sign?: boolean | undefined;
156
- readonly storeQueries?: boolean | undefined;
157
- readonly timestamp?: boolean | undefined;
158
- } & import("@xyo-network/module-model").ArchivingModuleConfig & {
159
- schema: "network.xyo.location.elevation.diviner.config";
160
- } & Omit<({
161
- schema: string;
162
- } & import("@xyo-network/payload-model").PayloadFields) & {
163
- schema: "network.xyo.location.elevation.diviner.config";
164
- targetSchema?: "network.xyo.location.certainty" | undefined;
165
- }, "schema">, "schema"> & {
166
- schema: "network.xyo.location.elevation.diviner.config";
167
- }) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & Omit<{
168
- accountDerivationPath?: string | undefined;
169
- readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
170
- readonly labels?: import("@xyo-network/module-model").Labels | undefined;
171
- readonly name?: string | undefined;
172
- readonly paging?: Record<string, {
173
- size?: number | undefined;
174
- }> | undefined;
175
- readonly security?: {
176
- readonly allowAnonymous?: boolean | undefined;
177
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
178
- readonly disallowed?: Record<string, string[]> | undefined;
179
- } | undefined;
180
- readonly sign?: boolean | undefined;
181
- readonly storeQueries?: boolean | undefined;
182
- readonly timestamp?: boolean | undefined;
183
- } & import("@xyo-network/module-model").ArchivingModuleConfig & {
184
- schema: "network.xyo.location.elevation.diviner.config";
185
- } & Omit<({
186
- schema: string;
187
- } & import("@xyo-network/payload-model").PayloadFields) & {
188
- schema: "network.xyo.location.elevation.diviner.config";
189
- targetSchema?: "network.xyo.location.certainty" | undefined;
190
- }, "schema">, "schema"> & {
191
- schema: "network.xyo.location.elevation.diviner.config";
192
- } & object) | (import("@xyo-network/payload-model").SchemaFields & object & Omit<{
193
- accountDerivationPath?: string | undefined;
194
- readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
195
- readonly labels?: import("@xyo-network/module-model").Labels | undefined;
196
- readonly name?: string | undefined;
197
- readonly paging?: Record<string, {
198
- size?: number | undefined;
199
- }> | undefined;
200
- readonly security?: {
201
- readonly allowAnonymous?: boolean | undefined;
202
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
203
- readonly disallowed?: Record<string, string[]> | undefined;
204
- } | undefined;
205
- readonly sign?: boolean | undefined;
206
- readonly storeQueries?: boolean | undefined;
207
- readonly timestamp?: boolean | undefined;
208
- } & import("@xyo-network/module-model").ArchivingModuleConfig & {
209
- schema: "network.xyo.location.elevation.diviner.config";
210
- } & Omit<({
211
- schema: string;
212
- } & import("@xyo-network/payload-model").PayloadFields) & {
213
- schema: "network.xyo.location.elevation.diviner.config";
214
- targetSchema?: "network.xyo.location.certainty" | undefined;
215
- }, "schema">, "schema"> & {
216
- schema: "network.xyo.location.elevation.diviner.config";
217
- } & import("@xyo-network/payload-model").PayloadMetaFields) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & Omit<{
218
- accountDerivationPath?: string | undefined;
219
- readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
220
- readonly labels?: import("@xyo-network/module-model").Labels | undefined;
221
- readonly name?: string | undefined;
222
- readonly paging?: Record<string, {
223
- size?: number | undefined;
224
- }> | undefined;
225
- readonly security?: {
226
- readonly allowAnonymous?: boolean | undefined;
227
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
228
- readonly disallowed?: Record<string, string[]> | undefined;
229
- } | undefined;
230
- readonly sign?: boolean | undefined;
231
- readonly storeQueries?: boolean | undefined;
232
- readonly timestamp?: boolean | undefined;
233
- } & import("@xyo-network/module-model").ArchivingModuleConfig & {
234
- schema: "network.xyo.location.elevation.diviner.config";
235
- } & Omit<({
236
- schema: string;
237
- } & import("@xyo-network/payload-model").PayloadFields) & {
238
- schema: "network.xyo.location.elevation.diviner.config";
239
- targetSchema?: "network.xyo.location.certainty" | undefined;
240
- }, "schema">, "schema"> & {
241
- schema: "network.xyo.location.elevation.diviner.config";
242
- }), "schema">, "schema"> & {
243
- schema: string;
244
- } & object) | (import("@xyo-network/payload-model").SchemaFields & object & Omit<{
245
- accountDerivationPath?: string | undefined;
246
- readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
247
- readonly labels?: import("@xyo-network/module-model").Labels | undefined;
248
- readonly name?: string | undefined;
249
- readonly paging?: Record<string, {
250
- size?: number | undefined;
251
- }> | undefined;
252
- readonly security?: {
253
- readonly allowAnonymous?: boolean | undefined;
254
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
255
- readonly disallowed?: Record<string, string[]> | undefined;
256
- } | undefined;
257
- readonly sign?: boolean | undefined;
258
- readonly storeQueries?: boolean | undefined;
259
- readonly timestamp?: boolean | undefined;
260
- } & import("@xyo-network/module-model").ArchivingModuleConfig & {
261
- schema: string;
262
- } & Omit<(import("@xyo-network/payload-model").SchemaFields & object & Omit<{
263
- accountDerivationPath?: string | undefined;
264
- readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
265
- readonly labels?: import("@xyo-network/module-model").Labels | undefined;
266
- readonly name?: string | undefined;
267
- readonly paging?: Record<string, {
268
- size?: number | undefined;
269
- }> | undefined;
270
- readonly security?: {
271
- readonly allowAnonymous?: boolean | undefined;
272
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
273
- readonly disallowed?: Record<string, string[]> | undefined;
274
- } | undefined;
275
- readonly sign?: boolean | undefined;
276
- readonly storeQueries?: boolean | undefined;
277
- readonly timestamp?: boolean | undefined;
278
- } & import("@xyo-network/module-model").ArchivingModuleConfig & {
279
- schema: "network.xyo.location.elevation.diviner.config";
280
- } & Omit<({
281
- schema: string;
282
- } & import("@xyo-network/payload-model").PayloadFields) & {
283
- schema: "network.xyo.location.elevation.diviner.config";
284
- targetSchema?: "network.xyo.location.certainty" | undefined;
285
- }, "schema">, "schema"> & {
286
- schema: "network.xyo.location.elevation.diviner.config";
287
- }) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & Omit<{
288
- accountDerivationPath?: string | undefined;
289
- readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
290
- readonly labels?: import("@xyo-network/module-model").Labels | undefined;
291
- readonly name?: string | undefined;
292
- readonly paging?: Record<string, {
293
- size?: number | undefined;
294
- }> | undefined;
295
- readonly security?: {
296
- readonly allowAnonymous?: boolean | undefined;
297
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
298
- readonly disallowed?: Record<string, string[]> | undefined;
299
- } | undefined;
300
- readonly sign?: boolean | undefined;
301
- readonly storeQueries?: boolean | undefined;
302
- readonly timestamp?: boolean | undefined;
303
- } & import("@xyo-network/module-model").ArchivingModuleConfig & {
304
- schema: "network.xyo.location.elevation.diviner.config";
305
- } & Omit<({
306
- schema: string;
307
- } & import("@xyo-network/payload-model").PayloadFields) & {
308
- schema: "network.xyo.location.elevation.diviner.config";
309
- targetSchema?: "network.xyo.location.certainty" | undefined;
310
- }, "schema">, "schema"> & {
311
- schema: "network.xyo.location.elevation.diviner.config";
312
- } & object) | (import("@xyo-network/payload-model").SchemaFields & object & Omit<{
313
- accountDerivationPath?: string | undefined;
314
- readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
315
- readonly labels?: import("@xyo-network/module-model").Labels | undefined;
316
- readonly name?: string | undefined;
317
- readonly paging?: Record<string, {
318
- size?: number | undefined;
319
- }> | undefined;
320
- readonly security?: {
321
- readonly allowAnonymous?: boolean | undefined;
322
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
323
- readonly disallowed?: Record<string, string[]> | undefined;
324
- } | undefined;
325
- readonly sign?: boolean | undefined;
326
- readonly storeQueries?: boolean | undefined;
327
- readonly timestamp?: boolean | undefined;
328
- } & import("@xyo-network/module-model").ArchivingModuleConfig & {
329
- schema: "network.xyo.location.elevation.diviner.config";
330
- } & Omit<({
331
- schema: string;
332
- } & import("@xyo-network/payload-model").PayloadFields) & {
333
- schema: "network.xyo.location.elevation.diviner.config";
334
- targetSchema?: "network.xyo.location.certainty" | undefined;
335
- }, "schema">, "schema"> & {
336
- schema: "network.xyo.location.elevation.diviner.config";
337
- } & import("@xyo-network/payload-model").PayloadMetaFields) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & Omit<{
338
- accountDerivationPath?: string | undefined;
339
- readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
340
- readonly labels?: import("@xyo-network/module-model").Labels | undefined;
341
- readonly name?: string | undefined;
342
- readonly paging?: Record<string, {
343
- size?: number | undefined;
344
- }> | undefined;
345
- readonly security?: {
346
- readonly allowAnonymous?: boolean | undefined;
347
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
348
- readonly disallowed?: Record<string, string[]> | undefined;
349
- } | undefined;
350
- readonly sign?: boolean | undefined;
351
- readonly storeQueries?: boolean | undefined;
352
- readonly timestamp?: boolean | undefined;
353
- } & import("@xyo-network/module-model").ArchivingModuleConfig & {
354
- schema: "network.xyo.location.elevation.diviner.config";
355
- } & Omit<({
356
- schema: string;
357
- } & import("@xyo-network/payload-model").PayloadFields) & {
358
- schema: "network.xyo.location.elevation.diviner.config";
359
- targetSchema?: "network.xyo.location.certainty" | undefined;
360
- }, "schema">, "schema"> & {
361
- schema: "network.xyo.location.elevation.diviner.config";
362
- }), "schema">, "schema"> & {
363
- schema: string;
364
- } & import("@xyo-network/payload-model").PayloadMetaFields) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & Omit<{
365
- accountDerivationPath?: string | undefined;
366
- readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
367
- readonly labels?: import("@xyo-network/module-model").Labels | undefined;
368
- readonly name?: string | undefined;
369
- readonly paging?: Record<string, {
370
- size?: number | undefined;
371
- }> | undefined;
372
- readonly security?: {
373
- readonly allowAnonymous?: boolean | undefined;
374
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
375
- readonly disallowed?: Record<string, string[]> | undefined;
376
- } | undefined;
377
- readonly sign?: boolean | undefined;
378
- readonly storeQueries?: boolean | undefined;
379
- readonly timestamp?: boolean | undefined;
380
- } & import("@xyo-network/module-model").ArchivingModuleConfig & {
381
- schema: string;
382
- } & Omit<(import("@xyo-network/payload-model").SchemaFields & object & Omit<{
383
- accountDerivationPath?: string | undefined;
384
- readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
385
- readonly labels?: import("@xyo-network/module-model").Labels | undefined;
386
- readonly name?: string | undefined;
387
- readonly paging?: Record<string, {
388
- size?: number | undefined;
389
- }> | undefined;
390
- readonly security?: {
391
- readonly allowAnonymous?: boolean | undefined;
392
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
393
- readonly disallowed?: Record<string, string[]> | undefined;
394
- } | undefined;
395
- readonly sign?: boolean | undefined;
396
- readonly storeQueries?: boolean | undefined;
397
- readonly timestamp?: boolean | undefined;
398
- } & import("@xyo-network/module-model").ArchivingModuleConfig & {
399
- schema: "network.xyo.location.elevation.diviner.config";
400
- } & Omit<({
401
- schema: string;
402
- } & import("@xyo-network/payload-model").PayloadFields) & {
403
- schema: "network.xyo.location.elevation.diviner.config";
404
- targetSchema?: "network.xyo.location.certainty" | undefined;
405
- }, "schema">, "schema"> & {
406
- schema: "network.xyo.location.elevation.diviner.config";
407
- }) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & Omit<{
408
- accountDerivationPath?: string | undefined;
409
- readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
410
- readonly labels?: import("@xyo-network/module-model").Labels | undefined;
411
- readonly name?: string | undefined;
412
- readonly paging?: Record<string, {
413
- size?: number | undefined;
414
- }> | undefined;
415
- readonly security?: {
416
- readonly allowAnonymous?: boolean | undefined;
417
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
418
- readonly disallowed?: Record<string, string[]> | undefined;
419
- } | undefined;
420
- readonly sign?: boolean | undefined;
421
- readonly storeQueries?: boolean | undefined;
422
- readonly timestamp?: boolean | undefined;
423
- } & import("@xyo-network/module-model").ArchivingModuleConfig & {
424
- schema: "network.xyo.location.elevation.diviner.config";
425
- } & Omit<({
426
- schema: string;
427
- } & import("@xyo-network/payload-model").PayloadFields) & {
428
- schema: "network.xyo.location.elevation.diviner.config";
429
- targetSchema?: "network.xyo.location.certainty" | undefined;
430
- }, "schema">, "schema"> & {
431
- schema: "network.xyo.location.elevation.diviner.config";
432
- } & object) | (import("@xyo-network/payload-model").SchemaFields & object & 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
- schema: "network.xyo.location.elevation.diviner.config";
450
- } & Omit<({
451
- schema: string;
452
- } & import("@xyo-network/payload-model").PayloadFields) & {
453
- schema: "network.xyo.location.elevation.diviner.config";
454
- targetSchema?: "network.xyo.location.certainty" | undefined;
455
- }, "schema">, "schema"> & {
456
- schema: "network.xyo.location.elevation.diviner.config";
457
- } & import("@xyo-network/payload-model").PayloadMetaFields) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & Omit<{
458
- accountDerivationPath?: string | undefined;
459
- readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
460
- readonly labels?: import("@xyo-network/module-model").Labels | undefined;
461
- readonly name?: string | undefined;
462
- readonly paging?: Record<string, {
463
- size?: number | undefined;
464
- }> | undefined;
465
- readonly security?: {
466
- readonly allowAnonymous?: boolean | undefined;
467
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
468
- readonly disallowed?: Record<string, string[]> | undefined;
469
- } | undefined;
470
- readonly sign?: boolean | undefined;
471
- readonly storeQueries?: boolean | undefined;
472
- readonly timestamp?: boolean | undefined;
473
- } & import("@xyo-network/module-model").ArchivingModuleConfig & {
474
- schema: "network.xyo.location.elevation.diviner.config";
475
- } & Omit<({
476
- schema: string;
477
- } & import("@xyo-network/payload-model").PayloadFields) & {
478
- schema: "network.xyo.location.elevation.diviner.config";
479
- targetSchema?: "network.xyo.location.certainty" | undefined;
480
- }, "schema">, "schema"> & {
481
- schema: "network.xyo.location.elevation.diviner.config";
482
- }), "schema">, "schema"> & {
45
+ }, "schema"> & {
483
46
  schema: string;
484
- });
47
+ };
485
48
  ephemeralQueryAccountEnabled?: boolean | undefined;
486
49
  wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
487
50
  }>>;
@@ -1 +1 @@
1
- {"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,wBAAwB,EAAE,MAAM,WAAW,CAAA;AAEpD,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAQjC,CAAA"}
1
+ {"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,wBAAwB,EAAE,MAAM,WAAW,CAAA;AAEpD,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAQjC,CAAA"}