@xyo-network/sentinel-model 2.92.0 → 2.92.2
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/Task.d.cts +2 -2
- package/dist/browser/Task.d.cts.map +1 -1
- package/dist/browser/Task.d.mts +2 -2
- package/dist/browser/Task.d.mts.map +1 -1
- package/dist/browser/Task.d.ts +2 -2
- package/dist/browser/Task.d.ts.map +1 -1
- package/dist/browser/typeChecks.d.cts +32 -544
- package/dist/browser/typeChecks.d.cts.map +1 -1
- package/dist/browser/typeChecks.d.mts +32 -544
- package/dist/browser/typeChecks.d.mts.map +1 -1
- package/dist/browser/typeChecks.d.ts +32 -544
- package/dist/browser/typeChecks.d.ts.map +1 -1
- package/dist/node/Task.d.cts +2 -2
- package/dist/node/Task.d.cts.map +1 -1
- package/dist/node/Task.d.mts +2 -2
- package/dist/node/Task.d.mts.map +1 -1
- package/dist/node/Task.d.ts +2 -2
- package/dist/node/Task.d.ts.map +1 -1
- package/dist/node/typeChecks.d.cts +32 -544
- package/dist/node/typeChecks.d.cts.map +1 -1
- package/dist/node/typeChecks.d.mts +32 -544
- package/dist/node/typeChecks.d.mts.map +1 -1
- package/dist/node/typeChecks.d.ts +32 -544
- package/dist/node/typeChecks.d.ts.map +1 -1
- package/package.json +14 -14
- package/src/Task.ts +2 -2
|
@@ -2,86 +2,22 @@ import { SentinelInstance } from './Instance';
|
|
|
2
2
|
import { SentinelModule } from './Module';
|
|
3
3
|
export declare const isSentinelInstance: import("@xylabs/object").TypeCheck<SentinelInstance<import("@xylabs/object").BaseParamsFields & {
|
|
4
4
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
5
|
-
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
6
|
-
readonly archivist?: string | undefined;
|
|
7
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
8
|
-
readonly name?: string | undefined;
|
|
9
|
-
readonly paging?: Record<string, {
|
|
10
|
-
size?: number | undefined;
|
|
11
|
-
}> | undefined;
|
|
12
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
13
|
-
schema: "network.xyo.sentinel.config";
|
|
14
|
-
readonly security?: {
|
|
15
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
16
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
17
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
18
|
-
} | undefined;
|
|
19
|
-
readonly sign?: boolean | undefined;
|
|
20
|
-
readonly storeQueries?: boolean | undefined;
|
|
21
|
-
readonly timestamp?: boolean | undefined;
|
|
22
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
23
|
-
readonly archivist?: string | undefined;
|
|
24
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
25
|
-
readonly name?: string | undefined;
|
|
26
|
-
readonly paging?: Record<string, {
|
|
27
|
-
size?: number | undefined;
|
|
28
|
-
}> | undefined;
|
|
29
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
30
|
-
schema: "network.xyo.sentinel.config";
|
|
31
|
-
readonly security?: {
|
|
32
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
33
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
34
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
35
|
-
} | undefined;
|
|
36
|
-
readonly sign?: boolean | undefined;
|
|
37
|
-
readonly storeQueries?: boolean | undefined;
|
|
38
|
-
readonly timestamp?: boolean | undefined;
|
|
39
|
-
} & {
|
|
5
|
+
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
40
6
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
41
7
|
schema: "network.xyo.sentinel.config";
|
|
42
8
|
synchronous?: boolean | undefined;
|
|
43
9
|
tasks: import("./Task").Task[];
|
|
44
10
|
throwErrors?: boolean | undefined;
|
|
11
|
+
}, "schema"> & {
|
|
12
|
+
schema: "network.xyo.sentinel.config";
|
|
45
13
|
}, "schema"> & {
|
|
46
14
|
schema: string;
|
|
47
15
|
};
|
|
48
16
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
49
17
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
50
18
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
51
|
-
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
52
|
-
readonly archivist?: string | undefined;
|
|
53
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
54
|
-
readonly name?: string | undefined;
|
|
55
|
-
readonly paging?: Record<string, {
|
|
56
|
-
size?: number | undefined;
|
|
57
|
-
}> | undefined;
|
|
58
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
59
|
-
schema: "network.xyo.module.config";
|
|
60
|
-
readonly security?: {
|
|
61
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
62
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
63
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
64
|
-
} | undefined;
|
|
65
|
-
readonly sign?: boolean | undefined;
|
|
66
|
-
readonly storeQueries?: boolean | undefined;
|
|
67
|
-
readonly timestamp?: boolean | undefined;
|
|
68
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
69
|
-
readonly archivist?: string | undefined;
|
|
70
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
71
|
-
readonly name?: string | undefined;
|
|
72
|
-
readonly paging?: Record<string, {
|
|
73
|
-
size?: number | undefined;
|
|
74
|
-
}> | undefined;
|
|
75
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
19
|
+
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
76
20
|
schema: "network.xyo.module.config";
|
|
77
|
-
readonly security?: {
|
|
78
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
79
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
80
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
81
|
-
} | undefined;
|
|
82
|
-
readonly sign?: boolean | undefined;
|
|
83
|
-
readonly storeQueries?: boolean | undefined;
|
|
84
|
-
readonly timestamp?: boolean | undefined;
|
|
85
21
|
}, "schema"> & {
|
|
86
22
|
schema: string;
|
|
87
23
|
};
|
|
@@ -89,86 +25,22 @@ export declare const isSentinelInstance: import("@xylabs/object").TypeCheck<Sent
|
|
|
89
25
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>;
|
|
90
26
|
export declare const isSentinelModule: import("@xyo-network/module-model").ModuleTypeCheck<SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
91
27
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
92
|
-
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
93
|
-
readonly archivist?: string | undefined;
|
|
94
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
95
|
-
readonly name?: string | undefined;
|
|
96
|
-
readonly paging?: Record<string, {
|
|
97
|
-
size?: number | undefined;
|
|
98
|
-
}> | undefined;
|
|
99
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
100
|
-
schema: "network.xyo.sentinel.config";
|
|
101
|
-
readonly security?: {
|
|
102
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
103
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
104
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
105
|
-
} | undefined;
|
|
106
|
-
readonly sign?: boolean | undefined;
|
|
107
|
-
readonly storeQueries?: boolean | undefined;
|
|
108
|
-
readonly timestamp?: boolean | undefined;
|
|
109
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
110
|
-
readonly archivist?: string | undefined;
|
|
111
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
112
|
-
readonly name?: string | undefined;
|
|
113
|
-
readonly paging?: Record<string, {
|
|
114
|
-
size?: number | undefined;
|
|
115
|
-
}> | undefined;
|
|
116
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
117
|
-
schema: "network.xyo.sentinel.config";
|
|
118
|
-
readonly security?: {
|
|
119
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
120
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
121
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
122
|
-
} | undefined;
|
|
123
|
-
readonly sign?: boolean | undefined;
|
|
124
|
-
readonly storeQueries?: boolean | undefined;
|
|
125
|
-
readonly timestamp?: boolean | undefined;
|
|
126
|
-
} & {
|
|
28
|
+
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
127
29
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
128
30
|
schema: "network.xyo.sentinel.config";
|
|
129
31
|
synchronous?: boolean | undefined;
|
|
130
32
|
tasks: import("./Task").Task[];
|
|
131
33
|
throwErrors?: boolean | undefined;
|
|
34
|
+
}, "schema"> & {
|
|
35
|
+
schema: "network.xyo.sentinel.config";
|
|
132
36
|
}, "schema"> & {
|
|
133
37
|
schema: string;
|
|
134
38
|
};
|
|
135
39
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
136
40
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
137
41
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
138
|
-
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
139
|
-
readonly archivist?: string | undefined;
|
|
140
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
141
|
-
readonly name?: string | undefined;
|
|
142
|
-
readonly paging?: Record<string, {
|
|
143
|
-
size?: number | undefined;
|
|
144
|
-
}> | undefined;
|
|
145
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
146
|
-
schema: "network.xyo.module.config";
|
|
147
|
-
readonly security?: {
|
|
148
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
149
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
150
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
151
|
-
} | undefined;
|
|
152
|
-
readonly sign?: boolean | undefined;
|
|
153
|
-
readonly storeQueries?: boolean | undefined;
|
|
154
|
-
readonly timestamp?: boolean | undefined;
|
|
155
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
156
|
-
readonly archivist?: string | undefined;
|
|
157
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
158
|
-
readonly name?: string | undefined;
|
|
159
|
-
readonly paging?: Record<string, {
|
|
160
|
-
size?: number | undefined;
|
|
161
|
-
}> | undefined;
|
|
162
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
42
|
+
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
163
43
|
schema: "network.xyo.module.config";
|
|
164
|
-
readonly security?: {
|
|
165
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
166
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
167
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
168
|
-
} | undefined;
|
|
169
|
-
readonly sign?: boolean | undefined;
|
|
170
|
-
readonly storeQueries?: boolean | undefined;
|
|
171
|
-
readonly timestamp?: boolean | undefined;
|
|
172
44
|
}, "schema"> & {
|
|
173
45
|
schema: string;
|
|
174
46
|
};
|
|
@@ -177,86 +49,22 @@ export declare const isSentinelModule: import("@xyo-network/module-model").Modul
|
|
|
177
49
|
export declare const asSentinelModule: {
|
|
178
50
|
<TType extends SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
179
51
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
180
|
-
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
181
|
-
readonly archivist?: string | undefined;
|
|
182
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
183
|
-
readonly name?: string | undefined;
|
|
184
|
-
readonly paging?: Record<string, {
|
|
185
|
-
size?: number | undefined;
|
|
186
|
-
}> | undefined;
|
|
187
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
188
|
-
schema: "network.xyo.sentinel.config";
|
|
189
|
-
readonly security?: {
|
|
190
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
191
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
192
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
193
|
-
} | undefined;
|
|
194
|
-
readonly sign?: boolean | undefined;
|
|
195
|
-
readonly storeQueries?: boolean | undefined;
|
|
196
|
-
readonly timestamp?: boolean | undefined;
|
|
197
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
198
|
-
readonly archivist?: string | undefined;
|
|
199
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
200
|
-
readonly name?: string | undefined;
|
|
201
|
-
readonly paging?: Record<string, {
|
|
202
|
-
size?: number | undefined;
|
|
203
|
-
}> | undefined;
|
|
204
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
205
|
-
schema: "network.xyo.sentinel.config";
|
|
206
|
-
readonly security?: {
|
|
207
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
208
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
209
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
210
|
-
} | undefined;
|
|
211
|
-
readonly sign?: boolean | undefined;
|
|
212
|
-
readonly storeQueries?: boolean | undefined;
|
|
213
|
-
readonly timestamp?: boolean | undefined;
|
|
214
|
-
} & {
|
|
52
|
+
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
215
53
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
216
54
|
schema: "network.xyo.sentinel.config";
|
|
217
55
|
synchronous?: boolean | undefined;
|
|
218
56
|
tasks: import("./Task").Task[];
|
|
219
57
|
throwErrors?: boolean | undefined;
|
|
58
|
+
}, "schema"> & {
|
|
59
|
+
schema: "network.xyo.sentinel.config";
|
|
220
60
|
}, "schema"> & {
|
|
221
61
|
schema: string;
|
|
222
62
|
};
|
|
223
63
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
224
64
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
225
65
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
226
|
-
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
227
|
-
readonly archivist?: string | undefined;
|
|
228
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
229
|
-
readonly name?: string | undefined;
|
|
230
|
-
readonly paging?: Record<string, {
|
|
231
|
-
size?: number | undefined;
|
|
232
|
-
}> | undefined;
|
|
233
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
234
|
-
schema: "network.xyo.module.config";
|
|
235
|
-
readonly security?: {
|
|
236
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
237
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
238
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
239
|
-
} | undefined;
|
|
240
|
-
readonly sign?: boolean | undefined;
|
|
241
|
-
readonly storeQueries?: boolean | undefined;
|
|
242
|
-
readonly timestamp?: boolean | undefined;
|
|
243
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
244
|
-
readonly archivist?: string | undefined;
|
|
245
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
246
|
-
readonly name?: string | undefined;
|
|
247
|
-
readonly paging?: Record<string, {
|
|
248
|
-
size?: number | undefined;
|
|
249
|
-
}> | undefined;
|
|
250
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
66
|
+
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
251
67
|
schema: "network.xyo.module.config";
|
|
252
|
-
readonly security?: {
|
|
253
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
254
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
255
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
256
|
-
} | undefined;
|
|
257
|
-
readonly sign?: boolean | undefined;
|
|
258
|
-
readonly storeQueries?: boolean | undefined;
|
|
259
|
-
readonly timestamp?: boolean | undefined;
|
|
260
68
|
}, "schema"> & {
|
|
261
69
|
schema: string;
|
|
262
70
|
};
|
|
@@ -264,86 +72,22 @@ export declare const asSentinelModule: {
|
|
|
264
72
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>(value: unknown, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType | undefined;
|
|
265
73
|
<TType_1 extends SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
266
74
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
267
|
-
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
268
|
-
readonly archivist?: string | 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 retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
275
|
-
schema: "network.xyo.sentinel.config";
|
|
276
|
-
readonly security?: {
|
|
277
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
278
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
279
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
280
|
-
} | undefined;
|
|
281
|
-
readonly sign?: boolean | undefined;
|
|
282
|
-
readonly storeQueries?: boolean | undefined;
|
|
283
|
-
readonly timestamp?: boolean | undefined;
|
|
284
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
285
|
-
readonly archivist?: string | undefined;
|
|
286
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
287
|
-
readonly name?: string | undefined;
|
|
288
|
-
readonly paging?: Record<string, {
|
|
289
|
-
size?: number | undefined;
|
|
290
|
-
}> | undefined;
|
|
291
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
292
|
-
schema: "network.xyo.sentinel.config";
|
|
293
|
-
readonly security?: {
|
|
294
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
295
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
296
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
297
|
-
} | undefined;
|
|
298
|
-
readonly sign?: boolean | undefined;
|
|
299
|
-
readonly storeQueries?: boolean | undefined;
|
|
300
|
-
readonly timestamp?: boolean | undefined;
|
|
301
|
-
} & {
|
|
75
|
+
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
302
76
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
303
77
|
schema: "network.xyo.sentinel.config";
|
|
304
78
|
synchronous?: boolean | undefined;
|
|
305
79
|
tasks: import("./Task").Task[];
|
|
306
80
|
throwErrors?: boolean | undefined;
|
|
81
|
+
}, "schema"> & {
|
|
82
|
+
schema: "network.xyo.sentinel.config";
|
|
307
83
|
}, "schema"> & {
|
|
308
84
|
schema: string;
|
|
309
85
|
};
|
|
310
86
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
311
87
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
312
88
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
313
|
-
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
314
|
-
readonly archivist?: string | 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 retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
321
|
-
schema: "network.xyo.module.config";
|
|
322
|
-
readonly security?: {
|
|
323
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
324
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
325
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
326
|
-
} | undefined;
|
|
327
|
-
readonly sign?: boolean | undefined;
|
|
328
|
-
readonly storeQueries?: boolean | undefined;
|
|
329
|
-
readonly timestamp?: boolean | undefined;
|
|
330
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
331
|
-
readonly archivist?: string | undefined;
|
|
332
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
333
|
-
readonly name?: string | undefined;
|
|
334
|
-
readonly paging?: Record<string, {
|
|
335
|
-
size?: number | undefined;
|
|
336
|
-
}> | undefined;
|
|
337
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
89
|
+
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
338
90
|
schema: "network.xyo.module.config";
|
|
339
|
-
readonly security?: {
|
|
340
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
341
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
342
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
343
|
-
} | undefined;
|
|
344
|
-
readonly sign?: boolean | undefined;
|
|
345
|
-
readonly storeQueries?: boolean | undefined;
|
|
346
|
-
readonly timestamp?: boolean | undefined;
|
|
347
91
|
}, "schema"> & {
|
|
348
92
|
schema: string;
|
|
349
93
|
};
|
|
@@ -353,86 +97,22 @@ export declare const asSentinelModule: {
|
|
|
353
97
|
export declare const asSentinelInstance: {
|
|
354
98
|
<TType extends SentinelInstance<import("@xylabs/object").BaseParamsFields & {
|
|
355
99
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
356
|
-
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
357
|
-
readonly archivist?: string | undefined;
|
|
358
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
359
|
-
readonly name?: string | undefined;
|
|
360
|
-
readonly paging?: Record<string, {
|
|
361
|
-
size?: number | undefined;
|
|
362
|
-
}> | undefined;
|
|
363
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
364
|
-
schema: "network.xyo.sentinel.config";
|
|
365
|
-
readonly security?: {
|
|
366
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
367
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
368
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
369
|
-
} | undefined;
|
|
370
|
-
readonly sign?: boolean | undefined;
|
|
371
|
-
readonly storeQueries?: boolean | undefined;
|
|
372
|
-
readonly timestamp?: boolean | undefined;
|
|
373
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
374
|
-
readonly archivist?: string | undefined;
|
|
375
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
376
|
-
readonly name?: string | undefined;
|
|
377
|
-
readonly paging?: Record<string, {
|
|
378
|
-
size?: number | undefined;
|
|
379
|
-
}> | undefined;
|
|
380
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
381
|
-
schema: "network.xyo.sentinel.config";
|
|
382
|
-
readonly security?: {
|
|
383
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
384
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
385
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
386
|
-
} | undefined;
|
|
387
|
-
readonly sign?: boolean | undefined;
|
|
388
|
-
readonly storeQueries?: boolean | undefined;
|
|
389
|
-
readonly timestamp?: boolean | undefined;
|
|
390
|
-
} & {
|
|
100
|
+
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
391
101
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
392
102
|
schema: "network.xyo.sentinel.config";
|
|
393
103
|
synchronous?: boolean | undefined;
|
|
394
104
|
tasks: import("./Task").Task[];
|
|
395
105
|
throwErrors?: boolean | undefined;
|
|
106
|
+
}, "schema"> & {
|
|
107
|
+
schema: "network.xyo.sentinel.config";
|
|
396
108
|
}, "schema"> & {
|
|
397
109
|
schema: string;
|
|
398
110
|
};
|
|
399
111
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
400
112
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
401
113
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
402
|
-
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
403
|
-
readonly archivist?: string | undefined;
|
|
404
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
405
|
-
readonly name?: string | undefined;
|
|
406
|
-
readonly paging?: Record<string, {
|
|
407
|
-
size?: number | undefined;
|
|
408
|
-
}> | undefined;
|
|
409
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
410
|
-
schema: "network.xyo.module.config";
|
|
411
|
-
readonly security?: {
|
|
412
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
413
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
414
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
415
|
-
} | undefined;
|
|
416
|
-
readonly sign?: boolean | undefined;
|
|
417
|
-
readonly storeQueries?: boolean | undefined;
|
|
418
|
-
readonly timestamp?: boolean | undefined;
|
|
419
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
420
|
-
readonly archivist?: string | undefined;
|
|
421
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
422
|
-
readonly name?: string | undefined;
|
|
423
|
-
readonly paging?: Record<string, {
|
|
424
|
-
size?: number | undefined;
|
|
425
|
-
}> | undefined;
|
|
426
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
114
|
+
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
427
115
|
schema: "network.xyo.module.config";
|
|
428
|
-
readonly security?: {
|
|
429
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
430
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
431
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
432
|
-
} | undefined;
|
|
433
|
-
readonly sign?: boolean | undefined;
|
|
434
|
-
readonly storeQueries?: boolean | undefined;
|
|
435
|
-
readonly timestamp?: boolean | undefined;
|
|
436
116
|
}, "schema"> & {
|
|
437
117
|
schema: string;
|
|
438
118
|
};
|
|
@@ -440,86 +120,22 @@ export declare const asSentinelInstance: {
|
|
|
440
120
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>(value: unknown, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType | undefined;
|
|
441
121
|
<TType_1 extends SentinelInstance<import("@xylabs/object").BaseParamsFields & {
|
|
442
122
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
443
|
-
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
444
|
-
readonly archivist?: string | undefined;
|
|
445
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
446
|
-
readonly name?: string | undefined;
|
|
447
|
-
readonly paging?: Record<string, {
|
|
448
|
-
size?: number | undefined;
|
|
449
|
-
}> | undefined;
|
|
450
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
451
|
-
schema: "network.xyo.sentinel.config";
|
|
452
|
-
readonly security?: {
|
|
453
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
454
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
455
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
456
|
-
} | undefined;
|
|
457
|
-
readonly sign?: boolean | undefined;
|
|
458
|
-
readonly storeQueries?: boolean | undefined;
|
|
459
|
-
readonly timestamp?: boolean | undefined;
|
|
460
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
461
|
-
readonly archivist?: string | undefined;
|
|
462
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
463
|
-
readonly name?: string | undefined;
|
|
464
|
-
readonly paging?: Record<string, {
|
|
465
|
-
size?: number | undefined;
|
|
466
|
-
}> | undefined;
|
|
467
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
468
|
-
schema: "network.xyo.sentinel.config";
|
|
469
|
-
readonly security?: {
|
|
470
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
471
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
472
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
473
|
-
} | undefined;
|
|
474
|
-
readonly sign?: boolean | undefined;
|
|
475
|
-
readonly storeQueries?: boolean | undefined;
|
|
476
|
-
readonly timestamp?: boolean | undefined;
|
|
477
|
-
} & {
|
|
123
|
+
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
478
124
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
479
125
|
schema: "network.xyo.sentinel.config";
|
|
480
126
|
synchronous?: boolean | undefined;
|
|
481
127
|
tasks: import("./Task").Task[];
|
|
482
128
|
throwErrors?: boolean | undefined;
|
|
129
|
+
}, "schema"> & {
|
|
130
|
+
schema: "network.xyo.sentinel.config";
|
|
483
131
|
}, "schema"> & {
|
|
484
132
|
schema: string;
|
|
485
133
|
};
|
|
486
134
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
487
135
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
488
136
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
489
|
-
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
490
|
-
readonly archivist?: string | undefined;
|
|
491
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
492
|
-
readonly name?: string | undefined;
|
|
493
|
-
readonly paging?: Record<string, {
|
|
494
|
-
size?: number | undefined;
|
|
495
|
-
}> | undefined;
|
|
496
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
497
|
-
schema: "network.xyo.module.config";
|
|
498
|
-
readonly security?: {
|
|
499
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
500
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
501
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
502
|
-
} | undefined;
|
|
503
|
-
readonly sign?: boolean | undefined;
|
|
504
|
-
readonly storeQueries?: boolean | undefined;
|
|
505
|
-
readonly timestamp?: boolean | undefined;
|
|
506
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
507
|
-
readonly archivist?: string | undefined;
|
|
508
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
509
|
-
readonly name?: string | undefined;
|
|
510
|
-
readonly paging?: Record<string, {
|
|
511
|
-
size?: number | undefined;
|
|
512
|
-
}> | undefined;
|
|
513
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
137
|
+
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
514
138
|
schema: "network.xyo.module.config";
|
|
515
|
-
readonly security?: {
|
|
516
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
517
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
518
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
519
|
-
} | undefined;
|
|
520
|
-
readonly sign?: boolean | undefined;
|
|
521
|
-
readonly storeQueries?: boolean | undefined;
|
|
522
|
-
readonly timestamp?: boolean | undefined;
|
|
523
139
|
}, "schema"> & {
|
|
524
140
|
schema: string;
|
|
525
141
|
};
|
|
@@ -528,86 +144,22 @@ export declare const asSentinelInstance: {
|
|
|
528
144
|
};
|
|
529
145
|
export declare const withSentinelModule: <R>(module: any, closure: (module: SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
530
146
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
531
|
-
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
532
|
-
readonly archivist?: string | 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 retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
539
|
-
schema: "network.xyo.sentinel.config";
|
|
540
|
-
readonly security?: {
|
|
541
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
542
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
543
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
544
|
-
} | undefined;
|
|
545
|
-
readonly sign?: boolean | undefined;
|
|
546
|
-
readonly storeQueries?: boolean | undefined;
|
|
547
|
-
readonly timestamp?: boolean | undefined;
|
|
548
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
549
|
-
readonly archivist?: string | undefined;
|
|
550
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
551
|
-
readonly name?: string | undefined;
|
|
552
|
-
readonly paging?: Record<string, {
|
|
553
|
-
size?: number | undefined;
|
|
554
|
-
}> | undefined;
|
|
555
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
556
|
-
schema: "network.xyo.sentinel.config";
|
|
557
|
-
readonly security?: {
|
|
558
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
559
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
560
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
561
|
-
} | undefined;
|
|
562
|
-
readonly sign?: boolean | undefined;
|
|
563
|
-
readonly storeQueries?: boolean | undefined;
|
|
564
|
-
readonly timestamp?: boolean | undefined;
|
|
565
|
-
} & {
|
|
147
|
+
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
566
148
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
567
149
|
schema: "network.xyo.sentinel.config";
|
|
568
150
|
synchronous?: boolean | undefined;
|
|
569
151
|
tasks: import("./Task").Task[];
|
|
570
152
|
throwErrors?: boolean | undefined;
|
|
153
|
+
}, "schema"> & {
|
|
154
|
+
schema: "network.xyo.sentinel.config";
|
|
571
155
|
}, "schema"> & {
|
|
572
156
|
schema: string;
|
|
573
157
|
};
|
|
574
158
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
575
159
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
576
160
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
577
|
-
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
578
|
-
readonly archivist?: string | undefined;
|
|
579
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
580
|
-
readonly name?: string | undefined;
|
|
581
|
-
readonly paging?: Record<string, {
|
|
582
|
-
size?: number | undefined;
|
|
583
|
-
}> | undefined;
|
|
584
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
585
|
-
schema: "network.xyo.module.config";
|
|
586
|
-
readonly security?: {
|
|
587
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
588
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
589
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
590
|
-
} | undefined;
|
|
591
|
-
readonly sign?: boolean | undefined;
|
|
592
|
-
readonly storeQueries?: boolean | undefined;
|
|
593
|
-
readonly timestamp?: boolean | undefined;
|
|
594
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
595
|
-
readonly archivist?: string | undefined;
|
|
596
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
597
|
-
readonly name?: string | undefined;
|
|
598
|
-
readonly paging?: Record<string, {
|
|
599
|
-
size?: number | undefined;
|
|
600
|
-
}> | undefined;
|
|
601
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
161
|
+
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
602
162
|
schema: "network.xyo.module.config";
|
|
603
|
-
readonly security?: {
|
|
604
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
605
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
606
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
607
|
-
} | undefined;
|
|
608
|
-
readonly sign?: boolean | undefined;
|
|
609
|
-
readonly storeQueries?: boolean | undefined;
|
|
610
|
-
readonly timestamp?: boolean | undefined;
|
|
611
163
|
}, "schema"> & {
|
|
612
164
|
schema: string;
|
|
613
165
|
};
|
|
@@ -615,86 +167,22 @@ export declare const withSentinelModule: <R>(module: any, closure: (module: Sent
|
|
|
615
167
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>) => R) => R | undefined;
|
|
616
168
|
export declare const withSentinelInstance: <R>(module: any, closure: (module: SentinelInstance<import("@xylabs/object").BaseParamsFields & {
|
|
617
169
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
618
|
-
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
619
|
-
readonly archivist?: string | undefined;
|
|
620
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
621
|
-
readonly name?: string | undefined;
|
|
622
|
-
readonly paging?: Record<string, {
|
|
623
|
-
size?: number | undefined;
|
|
624
|
-
}> | undefined;
|
|
625
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
626
|
-
schema: "network.xyo.sentinel.config";
|
|
627
|
-
readonly security?: {
|
|
628
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
629
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
630
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
631
|
-
} | undefined;
|
|
632
|
-
readonly sign?: boolean | undefined;
|
|
633
|
-
readonly storeQueries?: boolean | undefined;
|
|
634
|
-
readonly timestamp?: boolean | undefined;
|
|
635
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
636
|
-
readonly archivist?: string | undefined;
|
|
637
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
638
|
-
readonly name?: string | undefined;
|
|
639
|
-
readonly paging?: Record<string, {
|
|
640
|
-
size?: number | undefined;
|
|
641
|
-
}> | undefined;
|
|
642
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
643
|
-
schema: "network.xyo.sentinel.config";
|
|
644
|
-
readonly security?: {
|
|
645
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
646
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
647
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
648
|
-
} | undefined;
|
|
649
|
-
readonly sign?: boolean | undefined;
|
|
650
|
-
readonly storeQueries?: boolean | undefined;
|
|
651
|
-
readonly timestamp?: boolean | undefined;
|
|
652
|
-
} & {
|
|
170
|
+
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
653
171
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
654
172
|
schema: "network.xyo.sentinel.config";
|
|
655
173
|
synchronous?: boolean | undefined;
|
|
656
174
|
tasks: import("./Task").Task[];
|
|
657
175
|
throwErrors?: boolean | undefined;
|
|
176
|
+
}, "schema"> & {
|
|
177
|
+
schema: "network.xyo.sentinel.config";
|
|
658
178
|
}, "schema"> & {
|
|
659
179
|
schema: string;
|
|
660
180
|
};
|
|
661
181
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
662
182
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
663
183
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
664
|
-
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
665
|
-
readonly archivist?: string | undefined;
|
|
666
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
667
|
-
readonly name?: string | undefined;
|
|
668
|
-
readonly paging?: Record<string, {
|
|
669
|
-
size?: number | undefined;
|
|
670
|
-
}> | undefined;
|
|
671
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
672
|
-
schema: "network.xyo.module.config";
|
|
673
|
-
readonly security?: {
|
|
674
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
675
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
676
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
677
|
-
} | undefined;
|
|
678
|
-
readonly sign?: boolean | undefined;
|
|
679
|
-
readonly storeQueries?: boolean | undefined;
|
|
680
|
-
readonly timestamp?: boolean | undefined;
|
|
681
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
682
|
-
readonly archivist?: string | undefined;
|
|
683
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
684
|
-
readonly name?: string | undefined;
|
|
685
|
-
readonly paging?: Record<string, {
|
|
686
|
-
size?: number | undefined;
|
|
687
|
-
}> | undefined;
|
|
688
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
184
|
+
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
689
185
|
schema: "network.xyo.module.config";
|
|
690
|
-
readonly security?: {
|
|
691
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
692
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
693
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
694
|
-
} | undefined;
|
|
695
|
-
readonly sign?: boolean | undefined;
|
|
696
|
-
readonly storeQueries?: boolean | undefined;
|
|
697
|
-
readonly timestamp?: boolean | undefined;
|
|
698
186
|
}, "schema"> & {
|
|
699
187
|
schema: string;
|
|
700
188
|
};
|