@xyo-network/location-certainty-plugin 2.84.4 → 2.85.0
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/Plugin.d.cts +11 -449
- package/dist/browser/Plugin.d.cts.map +1 -1
- package/dist/browser/Plugin.d.mts +11 -449
- package/dist/browser/Plugin.d.mts.map +1 -1
- package/dist/browser/Plugin.d.ts +11 -449
- package/dist/browser/Plugin.d.ts.map +1 -1
- package/dist/node/Plugin.d.cts +11 -449
- package/dist/node/Plugin.d.cts.map +1 -1
- package/dist/node/Plugin.d.mts +11 -449
- package/dist/node/Plugin.d.mts.map +1 -1
- package/dist/node/Plugin.d.ts +11 -449
- package/dist/node/Plugin.d.ts.map +1 -1
- package/package.json +13 -13
package/dist/node/Plugin.d.mts
CHANGED
|
@@ -1,134 +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:
|
|
5
|
-
|
|
6
|
-
readonly archivist?:
|
|
4
|
+
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
5
|
+
accountPath?: string | 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
|
-
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
|
-
readonly security?: {
|
|
56
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
57
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
58
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
59
|
-
} | undefined;
|
|
60
|
-
readonly sign?: boolean | undefined;
|
|
61
|
-
readonly storeQueries?: boolean | undefined;
|
|
62
|
-
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<{
|
|
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
|
-
schema: "network.xyo.location.elevation.diviner.config";
|
|
90
|
-
} & Omit<({
|
|
91
|
-
schema: string;
|
|
92
|
-
} & import("@xyo-network/payload-model").PayloadFields) & {
|
|
93
|
-
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
|
-
readonly security?: {
|
|
106
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
107
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
108
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
109
|
-
} | undefined;
|
|
110
|
-
readonly sign?: boolean | undefined;
|
|
111
|
-
readonly storeQueries?: boolean | undefined;
|
|
112
|
-
readonly timestamp?: boolean | undefined;
|
|
113
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
114
|
-
schema: "network.xyo.location.elevation.diviner.config";
|
|
115
|
-
} & Omit<({
|
|
116
|
-
schema: string;
|
|
117
|
-
} & import("@xyo-network/payload-model").PayloadFields) & {
|
|
118
|
-
schema: "network.xyo.location.elevation.diviner.config";
|
|
119
|
-
targetSchema?: "network.xyo.location.certainty" | undefined;
|
|
120
|
-
}, "schema">, "schema"> & {
|
|
121
12
|
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
13
|
readonly security?: {
|
|
133
14
|
readonly allowAnonymous?: boolean | undefined;
|
|
134
15
|
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
@@ -137,41 +18,15 @@ export declare const LocationCertaintyPlugin: () => import("@xyo-network/payload
|
|
|
137
18
|
readonly sign?: boolean | undefined;
|
|
138
19
|
readonly storeQueries?: boolean | undefined;
|
|
139
20
|
readonly timestamp?: boolean | undefined;
|
|
140
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
accountDerivationPath?: string | undefined;
|
|
144
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
21
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
22
|
+
accountPath?: string | undefined;
|
|
23
|
+
readonly archivist?: string | undefined;
|
|
145
24
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
146
25
|
readonly name?: string | undefined;
|
|
147
26
|
readonly paging?: Record<string, {
|
|
148
27
|
size?: number | undefined;
|
|
149
28
|
}> | 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
29
|
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
30
|
readonly security?: {
|
|
176
31
|
readonly allowAnonymous?: boolean | undefined;
|
|
177
32
|
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
@@ -180,309 +35,16 @@ export declare const LocationCertaintyPlugin: () => import("@xyo-network/payload
|
|
|
180
35
|
readonly sign?: boolean | undefined;
|
|
181
36
|
readonly storeQueries?: boolean | undefined;
|
|
182
37
|
readonly timestamp?: boolean | undefined;
|
|
183
|
-
} &
|
|
38
|
+
} & {
|
|
184
39
|
schema: "network.xyo.location.elevation.diviner.config";
|
|
185
|
-
} &
|
|
40
|
+
} & {
|
|
186
41
|
schema: string;
|
|
187
|
-
} &
|
|
42
|
+
} & {
|
|
188
43
|
schema: "network.xyo.location.elevation.diviner.config";
|
|
189
44
|
targetSchema?: "network.xyo.location.certainty" | undefined;
|
|
190
|
-
}, "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
|
-
wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
|
|
487
49
|
}>>;
|
|
488
50
|
//# sourceMappingURL=Plugin.d.ts.map
|
|
@@ -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
|
|
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"}
|