@xyo-network/bowser-system-info-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 +7 -560
- package/dist/browser/Plugin.d.cts.map +1 -1
- package/dist/browser/Plugin.d.mts +7 -560
- package/dist/browser/Plugin.d.mts.map +1 -1
- package/dist/browser/Plugin.d.ts +7 -560
- package/dist/browser/Plugin.d.ts.map +1 -1
- package/dist/browser/Witness.d.cts +2 -2
- package/dist/browser/Witness.d.mts +2 -2
- package/dist/browser/Witness.d.ts +2 -2
- package/dist/node/Plugin.d.cts +7 -560
- package/dist/node/Plugin.d.cts.map +1 -1
- package/dist/node/Plugin.d.mts +7 -560
- package/dist/node/Plugin.d.mts.map +1 -1
- package/dist/node/Plugin.d.ts +7 -560
- package/dist/node/Plugin.d.ts.map +1 -1
- package/dist/node/Witness.d.cts +2 -2
- package/dist/node/Witness.d.mts +2 -2
- package/dist/node/Witness.d.ts +2 -2
- package/package.json +11 -11
|
@@ -1,310 +1,15 @@
|
|
|
1
1
|
import { BowserSystemInfoWitness } from './Witness';
|
|
2
2
|
export declare const BowserSystemInfoPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<BowserSystemInfoWitness<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
|
-
archivist?: string | undefined;
|
|
40
|
-
schema: "network.xyo.system.info.witness.bowser.config";
|
|
41
|
-
targetSet?: (import("@xyo-network/payload-model").SchemaFields & object & import("@xyo-network/payload-model").PayloadSet & {
|
|
42
|
-
schema: "network.xyo.payload.set";
|
|
43
|
-
}) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & import("@xyo-network/payload-model").PayloadSet & {
|
|
44
|
-
schema: "network.xyo.payload.set";
|
|
45
|
-
} & object) | (import("@xyo-network/payload-model").SchemaFields & object & import("@xyo-network/payload-model").PayloadSet & {
|
|
46
|
-
schema: "network.xyo.payload.set";
|
|
47
|
-
} & import("@xyo-network/payload-model").PayloadMetaFields) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & import("@xyo-network/payload-model").PayloadSet & {
|
|
48
|
-
schema: "network.xyo.payload.set";
|
|
49
|
-
}) | undefined;
|
|
50
|
-
} & {
|
|
51
|
-
schema: "network.xyo.system.info.witness.bowser.config";
|
|
52
|
-
}, "schema"> & {
|
|
53
|
-
schema: "network.xyo.system.info.witness.bowser.config";
|
|
54
|
-
}) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & Omit<{
|
|
55
|
-
accountDerivationPath?: string | undefined;
|
|
56
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
57
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
58
|
-
readonly name?: string | undefined;
|
|
59
|
-
readonly paging?: Record<string, {
|
|
60
|
-
size?: number | undefined;
|
|
61
|
-
}> | undefined;
|
|
62
|
-
readonly security?: {
|
|
63
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
64
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
65
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
66
|
-
} | undefined;
|
|
67
|
-
readonly sign?: boolean | undefined;
|
|
68
|
-
readonly storeQueries?: boolean | undefined;
|
|
69
|
-
readonly timestamp?: boolean | undefined;
|
|
70
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
71
|
-
archivist?: string | undefined;
|
|
72
|
-
schema: "network.xyo.system.info.witness.bowser.config";
|
|
73
|
-
targetSet?: (import("@xyo-network/payload-model").SchemaFields & object & import("@xyo-network/payload-model").PayloadSet & {
|
|
74
|
-
schema: "network.xyo.payload.set";
|
|
75
|
-
}) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & import("@xyo-network/payload-model").PayloadSet & {
|
|
76
|
-
schema: "network.xyo.payload.set";
|
|
77
|
-
} & object) | (import("@xyo-network/payload-model").SchemaFields & object & import("@xyo-network/payload-model").PayloadSet & {
|
|
78
|
-
schema: "network.xyo.payload.set";
|
|
79
|
-
} & import("@xyo-network/payload-model").PayloadMetaFields) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & import("@xyo-network/payload-model").PayloadSet & {
|
|
80
|
-
schema: "network.xyo.payload.set";
|
|
81
|
-
}) | undefined;
|
|
82
|
-
} & {
|
|
83
|
-
schema: "network.xyo.system.info.witness.bowser.config";
|
|
84
|
-
}, "schema"> & {
|
|
85
|
-
schema: "network.xyo.system.info.witness.bowser.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
|
-
archivist?: string | undefined;
|
|
104
|
-
schema: "network.xyo.system.info.witness.bowser.config";
|
|
105
|
-
targetSet?: (import("@xyo-network/payload-model").SchemaFields & object & import("@xyo-network/payload-model").PayloadSet & {
|
|
106
|
-
schema: "network.xyo.payload.set";
|
|
107
|
-
}) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & import("@xyo-network/payload-model").PayloadSet & {
|
|
108
|
-
schema: "network.xyo.payload.set";
|
|
109
|
-
} & object) | (import("@xyo-network/payload-model").SchemaFields & object & import("@xyo-network/payload-model").PayloadSet & {
|
|
110
|
-
schema: "network.xyo.payload.set";
|
|
111
|
-
} & import("@xyo-network/payload-model").PayloadMetaFields) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & import("@xyo-network/payload-model").PayloadSet & {
|
|
112
|
-
schema: "network.xyo.payload.set";
|
|
113
|
-
}) | undefined;
|
|
114
|
-
} & {
|
|
115
|
-
schema: "network.xyo.system.info.witness.bowser.config";
|
|
116
|
-
}, "schema"> & {
|
|
117
|
-
schema: "network.xyo.system.info.witness.bowser.config";
|
|
118
|
-
} & import("@xyo-network/payload-model").PayloadMetaFields) | (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
|
-
archivist?: string | undefined;
|
|
136
|
-
schema: "network.xyo.system.info.witness.bowser.config";
|
|
137
|
-
targetSet?: (import("@xyo-network/payload-model").SchemaFields & object & import("@xyo-network/payload-model").PayloadSet & {
|
|
138
|
-
schema: "network.xyo.payload.set";
|
|
139
|
-
}) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & import("@xyo-network/payload-model").PayloadSet & {
|
|
140
|
-
schema: "network.xyo.payload.set";
|
|
141
|
-
} & object) | (import("@xyo-network/payload-model").SchemaFields & object & import("@xyo-network/payload-model").PayloadSet & {
|
|
142
|
-
schema: "network.xyo.payload.set";
|
|
143
|
-
} & import("@xyo-network/payload-model").PayloadMetaFields) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & import("@xyo-network/payload-model").PayloadSet & {
|
|
144
|
-
schema: "network.xyo.payload.set";
|
|
145
|
-
}) | undefined;
|
|
146
|
-
} & {
|
|
147
|
-
schema: "network.xyo.system.info.witness.bowser.config";
|
|
148
|
-
}, "schema"> & {
|
|
149
|
-
schema: "network.xyo.system.info.witness.bowser.config";
|
|
150
|
-
}), "schema">, "schema"> & {
|
|
151
|
-
schema: string;
|
|
152
|
-
}) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & Omit<{
|
|
153
|
-
accountDerivationPath?: string | undefined;
|
|
154
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
155
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
156
|
-
readonly name?: string | undefined;
|
|
157
|
-
readonly paging?: Record<string, {
|
|
158
|
-
size?: number | undefined;
|
|
159
|
-
}> | undefined;
|
|
160
|
-
readonly security?: {
|
|
161
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
162
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
163
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
164
|
-
} | undefined;
|
|
165
|
-
readonly sign?: boolean | undefined;
|
|
166
|
-
readonly storeQueries?: boolean | undefined;
|
|
167
|
-
readonly timestamp?: boolean | undefined;
|
|
168
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
169
|
-
schema: string;
|
|
170
|
-
} & Omit<(import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
171
|
-
accountDerivationPath?: string | undefined;
|
|
172
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
173
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
174
|
-
readonly name?: string | undefined;
|
|
175
|
-
readonly paging?: Record<string, {
|
|
176
|
-
size?: number | undefined;
|
|
177
|
-
}> | undefined;
|
|
178
|
-
readonly security?: {
|
|
179
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
180
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
181
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
182
|
-
} | undefined;
|
|
183
|
-
readonly sign?: boolean | undefined;
|
|
184
|
-
readonly storeQueries?: boolean | undefined;
|
|
185
|
-
readonly timestamp?: boolean | undefined;
|
|
186
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
187
|
-
archivist?: string | undefined;
|
|
188
|
-
schema: "network.xyo.system.info.witness.bowser.config";
|
|
189
|
-
targetSet?: (import("@xyo-network/payload-model").SchemaFields & object & import("@xyo-network/payload-model").PayloadSet & {
|
|
190
|
-
schema: "network.xyo.payload.set";
|
|
191
|
-
}) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & import("@xyo-network/payload-model").PayloadSet & {
|
|
192
|
-
schema: "network.xyo.payload.set";
|
|
193
|
-
} & object) | (import("@xyo-network/payload-model").SchemaFields & object & import("@xyo-network/payload-model").PayloadSet & {
|
|
194
|
-
schema: "network.xyo.payload.set";
|
|
195
|
-
} & import("@xyo-network/payload-model").PayloadMetaFields) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & import("@xyo-network/payload-model").PayloadSet & {
|
|
196
|
-
schema: "network.xyo.payload.set";
|
|
197
|
-
}) | undefined;
|
|
198
|
-
} & {
|
|
199
|
-
schema: "network.xyo.system.info.witness.bowser.config";
|
|
200
|
-
}, "schema"> & {
|
|
201
|
-
schema: "network.xyo.system.info.witness.bowser.config";
|
|
202
|
-
}) | (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
|
-
archivist?: string | undefined;
|
|
220
|
-
schema: "network.xyo.system.info.witness.bowser.config";
|
|
221
|
-
targetSet?: (import("@xyo-network/payload-model").SchemaFields & object & import("@xyo-network/payload-model").PayloadSet & {
|
|
222
|
-
schema: "network.xyo.payload.set";
|
|
223
|
-
}) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & import("@xyo-network/payload-model").PayloadSet & {
|
|
224
|
-
schema: "network.xyo.payload.set";
|
|
225
|
-
} & object) | (import("@xyo-network/payload-model").SchemaFields & object & import("@xyo-network/payload-model").PayloadSet & {
|
|
226
|
-
schema: "network.xyo.payload.set";
|
|
227
|
-
} & import("@xyo-network/payload-model").PayloadMetaFields) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & import("@xyo-network/payload-model").PayloadSet & {
|
|
228
|
-
schema: "network.xyo.payload.set";
|
|
229
|
-
}) | undefined;
|
|
230
|
-
} & {
|
|
231
|
-
schema: "network.xyo.system.info.witness.bowser.config";
|
|
232
|
-
}, "schema"> & {
|
|
233
|
-
schema: "network.xyo.system.info.witness.bowser.config";
|
|
234
|
-
} & object) | (import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
235
|
-
accountDerivationPath?: string | undefined;
|
|
236
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
237
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
238
|
-
readonly name?: string | undefined;
|
|
239
|
-
readonly paging?: Record<string, {
|
|
240
|
-
size?: number | undefined;
|
|
241
|
-
}> | undefined;
|
|
242
|
-
readonly security?: {
|
|
243
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
244
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
245
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
246
|
-
} | undefined;
|
|
247
|
-
readonly sign?: boolean | undefined;
|
|
248
|
-
readonly storeQueries?: boolean | undefined;
|
|
249
|
-
readonly timestamp?: boolean | undefined;
|
|
250
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
251
|
-
archivist?: string | undefined;
|
|
252
|
-
schema: "network.xyo.system.info.witness.bowser.config";
|
|
253
|
-
targetSet?: (import("@xyo-network/payload-model").SchemaFields & object & import("@xyo-network/payload-model").PayloadSet & {
|
|
254
|
-
schema: "network.xyo.payload.set";
|
|
255
|
-
}) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & import("@xyo-network/payload-model").PayloadSet & {
|
|
256
|
-
schema: "network.xyo.payload.set";
|
|
257
|
-
} & object) | (import("@xyo-network/payload-model").SchemaFields & object & import("@xyo-network/payload-model").PayloadSet & {
|
|
258
|
-
schema: "network.xyo.payload.set";
|
|
259
|
-
} & import("@xyo-network/payload-model").PayloadMetaFields) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & import("@xyo-network/payload-model").PayloadSet & {
|
|
260
|
-
schema: "network.xyo.payload.set";
|
|
261
|
-
}) | undefined;
|
|
262
|
-
} & {
|
|
263
|
-
schema: "network.xyo.system.info.witness.bowser.config";
|
|
264
|
-
}, "schema"> & {
|
|
265
|
-
schema: "network.xyo.system.info.witness.bowser.config";
|
|
266
|
-
} & import("@xyo-network/payload-model").PayloadMetaFields) | (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
|
-
archivist?: string | undefined;
|
|
284
|
-
schema: "network.xyo.system.info.witness.bowser.config";
|
|
285
|
-
targetSet?: (import("@xyo-network/payload-model").SchemaFields & object & import("@xyo-network/payload-model").PayloadSet & {
|
|
286
|
-
schema: "network.xyo.payload.set";
|
|
287
|
-
}) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & import("@xyo-network/payload-model").PayloadSet & {
|
|
288
|
-
schema: "network.xyo.payload.set";
|
|
289
|
-
} & object) | (import("@xyo-network/payload-model").SchemaFields & object & import("@xyo-network/payload-model").PayloadSet & {
|
|
290
|
-
schema: "network.xyo.payload.set";
|
|
291
|
-
} & import("@xyo-network/payload-model").PayloadMetaFields) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & import("@xyo-network/payload-model").PayloadSet & {
|
|
292
|
-
schema: "network.xyo.payload.set";
|
|
293
|
-
}) | undefined;
|
|
294
|
-
} & {
|
|
295
|
-
schema: "network.xyo.system.info.witness.bowser.config";
|
|
296
|
-
}, "schema"> & {
|
|
297
12
|
schema: "network.xyo.system.info.witness.bowser.config";
|
|
298
|
-
}), "schema">, "schema"> & {
|
|
299
|
-
schema: string;
|
|
300
|
-
} & object) | (import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
301
|
-
accountDerivationPath?: string | undefined;
|
|
302
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
303
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
304
|
-
readonly name?: string | undefined;
|
|
305
|
-
readonly paging?: Record<string, {
|
|
306
|
-
size?: number | undefined;
|
|
307
|
-
}> | undefined;
|
|
308
13
|
readonly security?: {
|
|
309
14
|
readonly allowAnonymous?: boolean | undefined;
|
|
310
15
|
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
@@ -313,48 +18,15 @@ export declare const BowserSystemInfoPlugin: () => import("@xyo-network/payloads
|
|
|
313
18
|
readonly sign?: boolean | undefined;
|
|
314
19
|
readonly storeQueries?: boolean | undefined;
|
|
315
20
|
readonly timestamp?: boolean | undefined;
|
|
316
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
accountDerivationPath?: string | undefined;
|
|
320
|
-
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;
|
|
321
24
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
322
25
|
readonly name?: string | undefined;
|
|
323
26
|
readonly paging?: Record<string, {
|
|
324
27
|
size?: number | undefined;
|
|
325
28
|
}> | undefined;
|
|
326
|
-
readonly security?: {
|
|
327
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
328
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
329
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
330
|
-
} | undefined;
|
|
331
|
-
readonly sign?: boolean | undefined;
|
|
332
|
-
readonly storeQueries?: boolean | undefined;
|
|
333
|
-
readonly timestamp?: boolean | undefined;
|
|
334
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
335
|
-
archivist?: string | undefined;
|
|
336
29
|
schema: "network.xyo.system.info.witness.bowser.config";
|
|
337
|
-
targetSet?: (import("@xyo-network/payload-model").SchemaFields & object & import("@xyo-network/payload-model").PayloadSet & {
|
|
338
|
-
schema: "network.xyo.payload.set";
|
|
339
|
-
}) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & import("@xyo-network/payload-model").PayloadSet & {
|
|
340
|
-
schema: "network.xyo.payload.set";
|
|
341
|
-
} & object) | (import("@xyo-network/payload-model").SchemaFields & object & import("@xyo-network/payload-model").PayloadSet & {
|
|
342
|
-
schema: "network.xyo.payload.set";
|
|
343
|
-
} & import("@xyo-network/payload-model").PayloadMetaFields) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & import("@xyo-network/payload-model").PayloadSet & {
|
|
344
|
-
schema: "network.xyo.payload.set";
|
|
345
|
-
}) | undefined;
|
|
346
|
-
} & {
|
|
347
|
-
schema: "network.xyo.system.info.witness.bowser.config";
|
|
348
|
-
}, "schema"> & {
|
|
349
|
-
schema: "network.xyo.system.info.witness.bowser.config";
|
|
350
|
-
}) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & Omit<{
|
|
351
|
-
accountDerivationPath?: string | undefined;
|
|
352
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
353
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
354
|
-
readonly name?: string | undefined;
|
|
355
|
-
readonly paging?: Record<string, {
|
|
356
|
-
size?: number | undefined;
|
|
357
|
-
}> | undefined;
|
|
358
30
|
readonly security?: {
|
|
359
31
|
readonly allowAnonymous?: boolean | undefined;
|
|
360
32
|
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
@@ -363,238 +35,13 @@ export declare const BowserSystemInfoPlugin: () => import("@xyo-network/payloads
|
|
|
363
35
|
readonly sign?: boolean | undefined;
|
|
364
36
|
readonly storeQueries?: boolean | undefined;
|
|
365
37
|
readonly timestamp?: boolean | undefined;
|
|
366
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
367
|
-
archivist?: string | undefined;
|
|
368
|
-
schema: "network.xyo.system.info.witness.bowser.config";
|
|
369
|
-
targetSet?: (import("@xyo-network/payload-model").SchemaFields & object & import("@xyo-network/payload-model").PayloadSet & {
|
|
370
|
-
schema: "network.xyo.payload.set";
|
|
371
|
-
}) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & import("@xyo-network/payload-model").PayloadSet & {
|
|
372
|
-
schema: "network.xyo.payload.set";
|
|
373
|
-
} & object) | (import("@xyo-network/payload-model").SchemaFields & object & import("@xyo-network/payload-model").PayloadSet & {
|
|
374
|
-
schema: "network.xyo.payload.set";
|
|
375
|
-
} & import("@xyo-network/payload-model").PayloadMetaFields) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & import("@xyo-network/payload-model").PayloadSet & {
|
|
376
|
-
schema: "network.xyo.payload.set";
|
|
377
|
-
}) | undefined;
|
|
378
38
|
} & {
|
|
379
39
|
schema: "network.xyo.system.info.witness.bowser.config";
|
|
380
|
-
}, "schema"> & {
|
|
381
|
-
schema: "network.xyo.system.info.witness.bowser.config";
|
|
382
|
-
} & object) | (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
|
-
archivist?: string | undefined;
|
|
400
|
-
schema: "network.xyo.system.info.witness.bowser.config";
|
|
401
|
-
targetSet?: (import("@xyo-network/payload-model").SchemaFields & object & import("@xyo-network/payload-model").PayloadSet & {
|
|
402
|
-
schema: "network.xyo.payload.set";
|
|
403
|
-
}) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & import("@xyo-network/payload-model").PayloadSet & {
|
|
404
|
-
schema: "network.xyo.payload.set";
|
|
405
|
-
} & object) | (import("@xyo-network/payload-model").SchemaFields & object & import("@xyo-network/payload-model").PayloadSet & {
|
|
406
|
-
schema: "network.xyo.payload.set";
|
|
407
|
-
} & import("@xyo-network/payload-model").PayloadMetaFields) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & import("@xyo-network/payload-model").PayloadSet & {
|
|
408
|
-
schema: "network.xyo.payload.set";
|
|
409
|
-
}) | undefined;
|
|
410
40
|
} & {
|
|
411
41
|
schema: "network.xyo.system.info.witness.bowser.config";
|
|
412
42
|
}, "schema"> & {
|
|
413
|
-
schema: "network.xyo.system.info.witness.bowser.config";
|
|
414
|
-
} & import("@xyo-network/payload-model").PayloadMetaFields) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & Omit<{
|
|
415
|
-
accountDerivationPath?: string | undefined;
|
|
416
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
417
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
418
|
-
readonly name?: string | undefined;
|
|
419
|
-
readonly paging?: Record<string, {
|
|
420
|
-
size?: number | undefined;
|
|
421
|
-
}> | undefined;
|
|
422
|
-
readonly security?: {
|
|
423
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
424
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
425
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
426
|
-
} | undefined;
|
|
427
|
-
readonly sign?: boolean | undefined;
|
|
428
|
-
readonly storeQueries?: boolean | undefined;
|
|
429
|
-
readonly timestamp?: boolean | undefined;
|
|
430
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
431
|
-
archivist?: string | undefined;
|
|
432
|
-
schema: "network.xyo.system.info.witness.bowser.config";
|
|
433
|
-
targetSet?: (import("@xyo-network/payload-model").SchemaFields & object & import("@xyo-network/payload-model").PayloadSet & {
|
|
434
|
-
schema: "network.xyo.payload.set";
|
|
435
|
-
}) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & import("@xyo-network/payload-model").PayloadSet & {
|
|
436
|
-
schema: "network.xyo.payload.set";
|
|
437
|
-
} & object) | (import("@xyo-network/payload-model").SchemaFields & object & import("@xyo-network/payload-model").PayloadSet & {
|
|
438
|
-
schema: "network.xyo.payload.set";
|
|
439
|
-
} & import("@xyo-network/payload-model").PayloadMetaFields) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & import("@xyo-network/payload-model").PayloadSet & {
|
|
440
|
-
schema: "network.xyo.payload.set";
|
|
441
|
-
}) | undefined;
|
|
442
|
-
} & {
|
|
443
|
-
schema: "network.xyo.system.info.witness.bowser.config";
|
|
444
|
-
}, "schema"> & {
|
|
445
|
-
schema: "network.xyo.system.info.witness.bowser.config";
|
|
446
|
-
}), "schema">, "schema"> & {
|
|
447
|
-
schema: string;
|
|
448
|
-
} & import("@xyo-network/payload-model").PayloadMetaFields) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & Omit<{
|
|
449
|
-
accountDerivationPath?: string | undefined;
|
|
450
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
451
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
452
|
-
readonly name?: string | undefined;
|
|
453
|
-
readonly paging?: Record<string, {
|
|
454
|
-
size?: number | undefined;
|
|
455
|
-
}> | undefined;
|
|
456
|
-
readonly security?: {
|
|
457
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
458
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
459
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
460
|
-
} | undefined;
|
|
461
|
-
readonly sign?: boolean | undefined;
|
|
462
|
-
readonly storeQueries?: boolean | undefined;
|
|
463
|
-
readonly timestamp?: boolean | undefined;
|
|
464
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
465
|
-
schema: string;
|
|
466
|
-
} & Omit<(import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
467
|
-
accountDerivationPath?: string | undefined;
|
|
468
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
469
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
470
|
-
readonly name?: string | undefined;
|
|
471
|
-
readonly paging?: Record<string, {
|
|
472
|
-
size?: number | undefined;
|
|
473
|
-
}> | undefined;
|
|
474
|
-
readonly security?: {
|
|
475
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
476
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
477
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
478
|
-
} | undefined;
|
|
479
|
-
readonly sign?: boolean | undefined;
|
|
480
|
-
readonly storeQueries?: boolean | undefined;
|
|
481
|
-
readonly timestamp?: boolean | undefined;
|
|
482
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
483
|
-
archivist?: string | undefined;
|
|
484
|
-
schema: "network.xyo.system.info.witness.bowser.config";
|
|
485
|
-
targetSet?: (import("@xyo-network/payload-model").SchemaFields & object & import("@xyo-network/payload-model").PayloadSet & {
|
|
486
|
-
schema: "network.xyo.payload.set";
|
|
487
|
-
}) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & import("@xyo-network/payload-model").PayloadSet & {
|
|
488
|
-
schema: "network.xyo.payload.set";
|
|
489
|
-
} & object) | (import("@xyo-network/payload-model").SchemaFields & object & import("@xyo-network/payload-model").PayloadSet & {
|
|
490
|
-
schema: "network.xyo.payload.set";
|
|
491
|
-
} & import("@xyo-network/payload-model").PayloadMetaFields) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & import("@xyo-network/payload-model").PayloadSet & {
|
|
492
|
-
schema: "network.xyo.payload.set";
|
|
493
|
-
}) | undefined;
|
|
494
|
-
} & {
|
|
495
|
-
schema: "network.xyo.system.info.witness.bowser.config";
|
|
496
|
-
}, "schema"> & {
|
|
497
|
-
schema: "network.xyo.system.info.witness.bowser.config";
|
|
498
|
-
}) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & Omit<{
|
|
499
|
-
accountDerivationPath?: string | undefined;
|
|
500
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
501
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
502
|
-
readonly name?: string | undefined;
|
|
503
|
-
readonly paging?: Record<string, {
|
|
504
|
-
size?: number | undefined;
|
|
505
|
-
}> | undefined;
|
|
506
|
-
readonly security?: {
|
|
507
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
508
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
509
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
510
|
-
} | undefined;
|
|
511
|
-
readonly sign?: boolean | undefined;
|
|
512
|
-
readonly storeQueries?: boolean | undefined;
|
|
513
|
-
readonly timestamp?: boolean | undefined;
|
|
514
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
515
|
-
archivist?: string | undefined;
|
|
516
|
-
schema: "network.xyo.system.info.witness.bowser.config";
|
|
517
|
-
targetSet?: (import("@xyo-network/payload-model").SchemaFields & object & import("@xyo-network/payload-model").PayloadSet & {
|
|
518
|
-
schema: "network.xyo.payload.set";
|
|
519
|
-
}) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & import("@xyo-network/payload-model").PayloadSet & {
|
|
520
|
-
schema: "network.xyo.payload.set";
|
|
521
|
-
} & object) | (import("@xyo-network/payload-model").SchemaFields & object & import("@xyo-network/payload-model").PayloadSet & {
|
|
522
|
-
schema: "network.xyo.payload.set";
|
|
523
|
-
} & import("@xyo-network/payload-model").PayloadMetaFields) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & import("@xyo-network/payload-model").PayloadSet & {
|
|
524
|
-
schema: "network.xyo.payload.set";
|
|
525
|
-
}) | undefined;
|
|
526
|
-
} & {
|
|
527
|
-
schema: "network.xyo.system.info.witness.bowser.config";
|
|
528
|
-
}, "schema"> & {
|
|
529
|
-
schema: "network.xyo.system.info.witness.bowser.config";
|
|
530
|
-
} & object) | (import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
531
|
-
accountDerivationPath?: string | undefined;
|
|
532
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
533
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
534
|
-
readonly name?: string | undefined;
|
|
535
|
-
readonly paging?: Record<string, {
|
|
536
|
-
size?: number | undefined;
|
|
537
|
-
}> | undefined;
|
|
538
|
-
readonly security?: {
|
|
539
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
540
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
541
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
542
|
-
} | undefined;
|
|
543
|
-
readonly sign?: boolean | undefined;
|
|
544
|
-
readonly storeQueries?: boolean | undefined;
|
|
545
|
-
readonly timestamp?: boolean | undefined;
|
|
546
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
547
|
-
archivist?: string | undefined;
|
|
548
|
-
schema: "network.xyo.system.info.witness.bowser.config";
|
|
549
|
-
targetSet?: (import("@xyo-network/payload-model").SchemaFields & object & import("@xyo-network/payload-model").PayloadSet & {
|
|
550
|
-
schema: "network.xyo.payload.set";
|
|
551
|
-
}) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & import("@xyo-network/payload-model").PayloadSet & {
|
|
552
|
-
schema: "network.xyo.payload.set";
|
|
553
|
-
} & object) | (import("@xyo-network/payload-model").SchemaFields & object & import("@xyo-network/payload-model").PayloadSet & {
|
|
554
|
-
schema: "network.xyo.payload.set";
|
|
555
|
-
} & import("@xyo-network/payload-model").PayloadMetaFields) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & import("@xyo-network/payload-model").PayloadSet & {
|
|
556
|
-
schema: "network.xyo.payload.set";
|
|
557
|
-
}) | undefined;
|
|
558
|
-
} & {
|
|
559
|
-
schema: "network.xyo.system.info.witness.bowser.config";
|
|
560
|
-
}, "schema"> & {
|
|
561
|
-
schema: "network.xyo.system.info.witness.bowser.config";
|
|
562
|
-
} & import("@xyo-network/payload-model").PayloadMetaFields) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & Omit<{
|
|
563
|
-
accountDerivationPath?: string | undefined;
|
|
564
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
565
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
566
|
-
readonly name?: string | undefined;
|
|
567
|
-
readonly paging?: Record<string, {
|
|
568
|
-
size?: number | undefined;
|
|
569
|
-
}> | undefined;
|
|
570
|
-
readonly security?: {
|
|
571
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
572
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
573
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
574
|
-
} | undefined;
|
|
575
|
-
readonly sign?: boolean | undefined;
|
|
576
|
-
readonly storeQueries?: boolean | undefined;
|
|
577
|
-
readonly timestamp?: boolean | undefined;
|
|
578
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
579
|
-
archivist?: string | undefined;
|
|
580
|
-
schema: "network.xyo.system.info.witness.bowser.config";
|
|
581
|
-
targetSet?: (import("@xyo-network/payload-model").SchemaFields & object & import("@xyo-network/payload-model").PayloadSet & {
|
|
582
|
-
schema: "network.xyo.payload.set";
|
|
583
|
-
}) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & import("@xyo-network/payload-model").PayloadSet & {
|
|
584
|
-
schema: "network.xyo.payload.set";
|
|
585
|
-
} & object) | (import("@xyo-network/payload-model").SchemaFields & object & import("@xyo-network/payload-model").PayloadSet & {
|
|
586
|
-
schema: "network.xyo.payload.set";
|
|
587
|
-
} & import("@xyo-network/payload-model").PayloadMetaFields) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & import("@xyo-network/payload-model").PayloadSet & {
|
|
588
|
-
schema: "network.xyo.payload.set";
|
|
589
|
-
}) | undefined;
|
|
590
|
-
} & {
|
|
591
|
-
schema: "network.xyo.system.info.witness.bowser.config";
|
|
592
|
-
}, "schema"> & {
|
|
593
|
-
schema: "network.xyo.system.info.witness.bowser.config";
|
|
594
|
-
}), "schema">, "schema"> & {
|
|
595
43
|
schema: string;
|
|
596
|
-
}
|
|
44
|
+
};
|
|
597
45
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
598
|
-
wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
|
|
599
46
|
}>>;
|
|
600
47
|
//# sourceMappingURL=Plugin.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,uBAAuB,EAAE,MAAM,WAAW,CAAA;AAEnD,eAAO,MAAM,sBAAsB
|
|
1
|
+
{"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,uBAAuB,EAAE,MAAM,WAAW,CAAA;AAEnD,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAQhC,CAAA"}
|