@xyo-network/sentinel-model 2.102.5 → 2.102.6
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/typeChecks.d.cts +20 -0
- package/dist/browser/typeChecks.d.cts.map +1 -1
- package/dist/browser/typeChecks.d.mts +20 -0
- package/dist/browser/typeChecks.d.mts.map +1 -1
- package/dist/browser/typeChecks.d.ts +20 -0
- package/dist/browser/typeChecks.d.ts.map +1 -1
- package/dist/neutral/typeChecks.d.cts +20 -0
- package/dist/neutral/typeChecks.d.cts.map +1 -1
- package/dist/neutral/typeChecks.d.mts +20 -0
- package/dist/neutral/typeChecks.d.mts.map +1 -1
- package/dist/neutral/typeChecks.d.ts +20 -0
- package/dist/neutral/typeChecks.d.ts.map +1 -1
- package/dist/node/typeChecks.d.cts +20 -0
- package/dist/node/typeChecks.d.cts.map +1 -1
- package/dist/node/typeChecks.d.mts +20 -0
- package/dist/node/typeChecks.d.mts.map +1 -1
- package/dist/node/typeChecks.d.ts +20 -0
- package/dist/node/typeChecks.d.ts.map +1 -1
- package/package.json +9 -9
|
@@ -3,6 +3,7 @@ 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
5
|
addToResolvers?: boolean | undefined;
|
|
6
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
6
7
|
allowNameResolution?: boolean | undefined;
|
|
7
8
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
8
9
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
@@ -20,6 +21,7 @@ export declare const isSentinelInstance: import("@xylabs/object").TypeCheck<Sent
|
|
|
20
21
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
21
22
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
22
23
|
addToResolvers?: boolean | undefined;
|
|
24
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
23
25
|
allowNameResolution?: boolean | undefined;
|
|
24
26
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
25
27
|
schema: "network.xyo.module.config";
|
|
@@ -32,6 +34,7 @@ export declare const isSentinelInstance: import("@xylabs/object").TypeCheck<Sent
|
|
|
32
34
|
export declare const isSentinelModule: import("@xyo-network/module-model").ModuleTypeCheck<SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
33
35
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
34
36
|
addToResolvers?: boolean | undefined;
|
|
37
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
35
38
|
allowNameResolution?: boolean | undefined;
|
|
36
39
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
37
40
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
@@ -49,6 +52,7 @@ export declare const isSentinelModule: import("@xyo-network/module-model").Modul
|
|
|
49
52
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
50
53
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
51
54
|
addToResolvers?: boolean | undefined;
|
|
55
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
52
56
|
allowNameResolution?: boolean | undefined;
|
|
53
57
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
54
58
|
schema: "network.xyo.module.config";
|
|
@@ -62,6 +66,7 @@ export declare const asSentinelModule: {
|
|
|
62
66
|
<TType extends SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
63
67
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
64
68
|
addToResolvers?: boolean | undefined;
|
|
69
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
65
70
|
allowNameResolution?: boolean | undefined;
|
|
66
71
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
67
72
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
@@ -79,6 +84,7 @@ export declare const asSentinelModule: {
|
|
|
79
84
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
80
85
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
81
86
|
addToResolvers?: boolean | undefined;
|
|
87
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
82
88
|
allowNameResolution?: boolean | undefined;
|
|
83
89
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
84
90
|
schema: "network.xyo.module.config";
|
|
@@ -91,6 +97,7 @@ export declare const asSentinelModule: {
|
|
|
91
97
|
<TType_1 extends SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
92
98
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
93
99
|
addToResolvers?: boolean | undefined;
|
|
100
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
94
101
|
allowNameResolution?: boolean | undefined;
|
|
95
102
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
96
103
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
@@ -108,6 +115,7 @@ export declare const asSentinelModule: {
|
|
|
108
115
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
109
116
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
110
117
|
addToResolvers?: boolean | undefined;
|
|
118
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
111
119
|
allowNameResolution?: boolean | undefined;
|
|
112
120
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
113
121
|
schema: "network.xyo.module.config";
|
|
@@ -119,6 +127,7 @@ export declare const asSentinelModule: {
|
|
|
119
127
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>(value: import("@xylabs/promise").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
120
128
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
121
129
|
addToResolvers?: boolean | undefined;
|
|
130
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
122
131
|
allowNameResolution?: boolean | undefined;
|
|
123
132
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
124
133
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
@@ -136,6 +145,7 @@ export declare const asSentinelModule: {
|
|
|
136
145
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
137
146
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
138
147
|
addToResolvers?: boolean | undefined;
|
|
148
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
139
149
|
allowNameResolution?: boolean | undefined;
|
|
140
150
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
141
151
|
schema: "network.xyo.module.config";
|
|
@@ -150,6 +160,7 @@ export declare const asSentinelInstance: {
|
|
|
150
160
|
<TType extends SentinelInstance<import("@xylabs/object").BaseParamsFields & {
|
|
151
161
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
152
162
|
addToResolvers?: boolean | undefined;
|
|
163
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
153
164
|
allowNameResolution?: boolean | undefined;
|
|
154
165
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
155
166
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
@@ -167,6 +178,7 @@ export declare const asSentinelInstance: {
|
|
|
167
178
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
168
179
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
169
180
|
addToResolvers?: boolean | undefined;
|
|
181
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
170
182
|
allowNameResolution?: boolean | undefined;
|
|
171
183
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
172
184
|
schema: "network.xyo.module.config";
|
|
@@ -179,6 +191,7 @@ export declare const asSentinelInstance: {
|
|
|
179
191
|
<TType_1 extends SentinelInstance<import("@xylabs/object").BaseParamsFields & {
|
|
180
192
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
181
193
|
addToResolvers?: boolean | undefined;
|
|
194
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
182
195
|
allowNameResolution?: boolean | undefined;
|
|
183
196
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
184
197
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
@@ -196,6 +209,7 @@ export declare const asSentinelInstance: {
|
|
|
196
209
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
197
210
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
198
211
|
addToResolvers?: boolean | undefined;
|
|
212
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
199
213
|
allowNameResolution?: boolean | undefined;
|
|
200
214
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
201
215
|
schema: "network.xyo.module.config";
|
|
@@ -207,6 +221,7 @@ export declare const asSentinelInstance: {
|
|
|
207
221
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>(value: import("@xylabs/promise").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<SentinelInstance<import("@xylabs/object").BaseParamsFields & {
|
|
208
222
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
209
223
|
addToResolvers?: boolean | undefined;
|
|
224
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
210
225
|
allowNameResolution?: boolean | undefined;
|
|
211
226
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
212
227
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
@@ -224,6 +239,7 @@ export declare const asSentinelInstance: {
|
|
|
224
239
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
225
240
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
226
241
|
addToResolvers?: boolean | undefined;
|
|
242
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
227
243
|
allowNameResolution?: boolean | undefined;
|
|
228
244
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
229
245
|
schema: "network.xyo.module.config";
|
|
@@ -237,6 +253,7 @@ export declare const asSentinelInstance: {
|
|
|
237
253
|
export declare const withSentinelModule: <R>(module: any, closure: (module: SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
238
254
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
239
255
|
addToResolvers?: boolean | undefined;
|
|
256
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
240
257
|
allowNameResolution?: boolean | undefined;
|
|
241
258
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
242
259
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
@@ -254,6 +271,7 @@ export declare const withSentinelModule: <R>(module: any, closure: (module: Sent
|
|
|
254
271
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
255
272
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
256
273
|
addToResolvers?: boolean | undefined;
|
|
274
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
257
275
|
allowNameResolution?: boolean | undefined;
|
|
258
276
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
259
277
|
schema: "network.xyo.module.config";
|
|
@@ -266,6 +284,7 @@ export declare const withSentinelModule: <R>(module: any, closure: (module: Sent
|
|
|
266
284
|
export declare const withSentinelInstance: <R>(module: any, closure: (module: SentinelInstance<import("@xylabs/object").BaseParamsFields & {
|
|
267
285
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
268
286
|
addToResolvers?: boolean | undefined;
|
|
287
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
269
288
|
allowNameResolution?: boolean | undefined;
|
|
270
289
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
271
290
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
@@ -283,6 +302,7 @@ export declare const withSentinelInstance: <R>(module: any, closure: (module: Se
|
|
|
283
302
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
284
303
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
285
304
|
addToResolvers?: boolean | undefined;
|
|
305
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
286
306
|
allowNameResolution?: boolean | undefined;
|
|
287
307
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
288
308
|
schema: "network.xyo.module.config";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"typeChecks.d.ts","sourceRoot":"","sources":["../../src/typeChecks.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAA;AAC7C,OAAO,EAAE,cAAc,EAAE,MAAM,UAAU,CAAA;AAGzC,eAAO,MAAM,kBAAkB
|
|
1
|
+
{"version":3,"file":"typeChecks.d.ts","sourceRoot":"","sources":["../../src/typeChecks.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAA;AAC7C,OAAO,EAAE,cAAc,EAAE,MAAM,UAAU,CAAA;AAGzC,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kEAA+F,CAAA;AAC9H,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kEAA4E,CAAA;AAEzG,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA2C,CAAA;AACxE,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA6C,CAAA;AAC5E,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yFAAuC,CAAA;AACtE,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yFAAyC,CAAA"}
|
|
@@ -3,6 +3,7 @@ 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
5
|
addToResolvers?: boolean | undefined;
|
|
6
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
6
7
|
allowNameResolution?: boolean | undefined;
|
|
7
8
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
8
9
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
@@ -20,6 +21,7 @@ export declare const isSentinelInstance: import("@xylabs/object").TypeCheck<Sent
|
|
|
20
21
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
21
22
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
22
23
|
addToResolvers?: boolean | undefined;
|
|
24
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
23
25
|
allowNameResolution?: boolean | undefined;
|
|
24
26
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
25
27
|
schema: "network.xyo.module.config";
|
|
@@ -32,6 +34,7 @@ export declare const isSentinelInstance: import("@xylabs/object").TypeCheck<Sent
|
|
|
32
34
|
export declare const isSentinelModule: import("@xyo-network/module-model").ModuleTypeCheck<SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
33
35
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
34
36
|
addToResolvers?: boolean | undefined;
|
|
37
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
35
38
|
allowNameResolution?: boolean | undefined;
|
|
36
39
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
37
40
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
@@ -49,6 +52,7 @@ export declare const isSentinelModule: import("@xyo-network/module-model").Modul
|
|
|
49
52
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
50
53
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
51
54
|
addToResolvers?: boolean | undefined;
|
|
55
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
52
56
|
allowNameResolution?: boolean | undefined;
|
|
53
57
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
54
58
|
schema: "network.xyo.module.config";
|
|
@@ -62,6 +66,7 @@ export declare const asSentinelModule: {
|
|
|
62
66
|
<TType extends SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
63
67
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
64
68
|
addToResolvers?: boolean | undefined;
|
|
69
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
65
70
|
allowNameResolution?: boolean | undefined;
|
|
66
71
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
67
72
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
@@ -79,6 +84,7 @@ export declare const asSentinelModule: {
|
|
|
79
84
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
80
85
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
81
86
|
addToResolvers?: boolean | undefined;
|
|
87
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
82
88
|
allowNameResolution?: boolean | undefined;
|
|
83
89
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
84
90
|
schema: "network.xyo.module.config";
|
|
@@ -91,6 +97,7 @@ export declare const asSentinelModule: {
|
|
|
91
97
|
<TType_1 extends SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
92
98
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
93
99
|
addToResolvers?: boolean | undefined;
|
|
100
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
94
101
|
allowNameResolution?: boolean | undefined;
|
|
95
102
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
96
103
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
@@ -108,6 +115,7 @@ export declare const asSentinelModule: {
|
|
|
108
115
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
109
116
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
110
117
|
addToResolvers?: boolean | undefined;
|
|
118
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
111
119
|
allowNameResolution?: boolean | undefined;
|
|
112
120
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
113
121
|
schema: "network.xyo.module.config";
|
|
@@ -119,6 +127,7 @@ export declare const asSentinelModule: {
|
|
|
119
127
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>(value: import("@xylabs/promise").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
120
128
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
121
129
|
addToResolvers?: boolean | undefined;
|
|
130
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
122
131
|
allowNameResolution?: boolean | undefined;
|
|
123
132
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
124
133
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
@@ -136,6 +145,7 @@ export declare const asSentinelModule: {
|
|
|
136
145
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
137
146
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
138
147
|
addToResolvers?: boolean | undefined;
|
|
148
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
139
149
|
allowNameResolution?: boolean | undefined;
|
|
140
150
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
141
151
|
schema: "network.xyo.module.config";
|
|
@@ -150,6 +160,7 @@ export declare const asSentinelInstance: {
|
|
|
150
160
|
<TType extends SentinelInstance<import("@xylabs/object").BaseParamsFields & {
|
|
151
161
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
152
162
|
addToResolvers?: boolean | undefined;
|
|
163
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
153
164
|
allowNameResolution?: boolean | undefined;
|
|
154
165
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
155
166
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
@@ -167,6 +178,7 @@ export declare const asSentinelInstance: {
|
|
|
167
178
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
168
179
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
169
180
|
addToResolvers?: boolean | undefined;
|
|
181
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
170
182
|
allowNameResolution?: boolean | undefined;
|
|
171
183
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
172
184
|
schema: "network.xyo.module.config";
|
|
@@ -179,6 +191,7 @@ export declare const asSentinelInstance: {
|
|
|
179
191
|
<TType_1 extends SentinelInstance<import("@xylabs/object").BaseParamsFields & {
|
|
180
192
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
181
193
|
addToResolvers?: boolean | undefined;
|
|
194
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
182
195
|
allowNameResolution?: boolean | undefined;
|
|
183
196
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
184
197
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
@@ -196,6 +209,7 @@ export declare const asSentinelInstance: {
|
|
|
196
209
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
197
210
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
198
211
|
addToResolvers?: boolean | undefined;
|
|
212
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
199
213
|
allowNameResolution?: boolean | undefined;
|
|
200
214
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
201
215
|
schema: "network.xyo.module.config";
|
|
@@ -207,6 +221,7 @@ export declare const asSentinelInstance: {
|
|
|
207
221
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>(value: import("@xylabs/promise").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<SentinelInstance<import("@xylabs/object").BaseParamsFields & {
|
|
208
222
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
209
223
|
addToResolvers?: boolean | undefined;
|
|
224
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
210
225
|
allowNameResolution?: boolean | undefined;
|
|
211
226
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
212
227
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
@@ -224,6 +239,7 @@ export declare const asSentinelInstance: {
|
|
|
224
239
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
225
240
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
226
241
|
addToResolvers?: boolean | undefined;
|
|
242
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
227
243
|
allowNameResolution?: boolean | undefined;
|
|
228
244
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
229
245
|
schema: "network.xyo.module.config";
|
|
@@ -237,6 +253,7 @@ export declare const asSentinelInstance: {
|
|
|
237
253
|
export declare const withSentinelModule: <R>(module: any, closure: (module: SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
238
254
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
239
255
|
addToResolvers?: boolean | undefined;
|
|
256
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
240
257
|
allowNameResolution?: boolean | undefined;
|
|
241
258
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
242
259
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
@@ -254,6 +271,7 @@ export declare const withSentinelModule: <R>(module: any, closure: (module: Sent
|
|
|
254
271
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
255
272
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
256
273
|
addToResolvers?: boolean | undefined;
|
|
274
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
257
275
|
allowNameResolution?: boolean | undefined;
|
|
258
276
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
259
277
|
schema: "network.xyo.module.config";
|
|
@@ -266,6 +284,7 @@ export declare const withSentinelModule: <R>(module: any, closure: (module: Sent
|
|
|
266
284
|
export declare const withSentinelInstance: <R>(module: any, closure: (module: SentinelInstance<import("@xylabs/object").BaseParamsFields & {
|
|
267
285
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
268
286
|
addToResolvers?: boolean | undefined;
|
|
287
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
269
288
|
allowNameResolution?: boolean | undefined;
|
|
270
289
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
271
290
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
@@ -283,6 +302,7 @@ export declare const withSentinelInstance: <R>(module: any, closure: (module: Se
|
|
|
283
302
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
284
303
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
285
304
|
addToResolvers?: boolean | undefined;
|
|
305
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
286
306
|
allowNameResolution?: boolean | undefined;
|
|
287
307
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
288
308
|
schema: "network.xyo.module.config";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"typeChecks.d.ts","sourceRoot":"","sources":["../../src/typeChecks.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAA;AAC7C,OAAO,EAAE,cAAc,EAAE,MAAM,UAAU,CAAA;AAGzC,eAAO,MAAM,kBAAkB
|
|
1
|
+
{"version":3,"file":"typeChecks.d.ts","sourceRoot":"","sources":["../../src/typeChecks.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAA;AAC7C,OAAO,EAAE,cAAc,EAAE,MAAM,UAAU,CAAA;AAGzC,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kEAA+F,CAAA;AAC9H,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kEAA4E,CAAA;AAEzG,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA2C,CAAA;AACxE,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA6C,CAAA;AAC5E,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yFAAuC,CAAA;AACtE,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yFAAyC,CAAA"}
|
|
@@ -3,6 +3,7 @@ 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
5
|
addToResolvers?: boolean | undefined;
|
|
6
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
6
7
|
allowNameResolution?: boolean | undefined;
|
|
7
8
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
8
9
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
@@ -20,6 +21,7 @@ export declare const isSentinelInstance: import("@xylabs/object").TypeCheck<Sent
|
|
|
20
21
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
21
22
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
22
23
|
addToResolvers?: boolean | undefined;
|
|
24
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
23
25
|
allowNameResolution?: boolean | undefined;
|
|
24
26
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
25
27
|
schema: "network.xyo.module.config";
|
|
@@ -32,6 +34,7 @@ export declare const isSentinelInstance: import("@xylabs/object").TypeCheck<Sent
|
|
|
32
34
|
export declare const isSentinelModule: import("@xyo-network/module-model").ModuleTypeCheck<SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
33
35
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
34
36
|
addToResolvers?: boolean | undefined;
|
|
37
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
35
38
|
allowNameResolution?: boolean | undefined;
|
|
36
39
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
37
40
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
@@ -49,6 +52,7 @@ export declare const isSentinelModule: import("@xyo-network/module-model").Modul
|
|
|
49
52
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
50
53
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
51
54
|
addToResolvers?: boolean | undefined;
|
|
55
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
52
56
|
allowNameResolution?: boolean | undefined;
|
|
53
57
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
54
58
|
schema: "network.xyo.module.config";
|
|
@@ -62,6 +66,7 @@ export declare const asSentinelModule: {
|
|
|
62
66
|
<TType extends SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
63
67
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
64
68
|
addToResolvers?: boolean | undefined;
|
|
69
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
65
70
|
allowNameResolution?: boolean | undefined;
|
|
66
71
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
67
72
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
@@ -79,6 +84,7 @@ export declare const asSentinelModule: {
|
|
|
79
84
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
80
85
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
81
86
|
addToResolvers?: boolean | undefined;
|
|
87
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
82
88
|
allowNameResolution?: boolean | undefined;
|
|
83
89
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
84
90
|
schema: "network.xyo.module.config";
|
|
@@ -91,6 +97,7 @@ export declare const asSentinelModule: {
|
|
|
91
97
|
<TType_1 extends SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
92
98
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
93
99
|
addToResolvers?: boolean | undefined;
|
|
100
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
94
101
|
allowNameResolution?: boolean | undefined;
|
|
95
102
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
96
103
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
@@ -108,6 +115,7 @@ export declare const asSentinelModule: {
|
|
|
108
115
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
109
116
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
110
117
|
addToResolvers?: boolean | undefined;
|
|
118
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
111
119
|
allowNameResolution?: boolean | undefined;
|
|
112
120
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
113
121
|
schema: "network.xyo.module.config";
|
|
@@ -119,6 +127,7 @@ export declare const asSentinelModule: {
|
|
|
119
127
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>(value: import("@xylabs/promise").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
120
128
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
121
129
|
addToResolvers?: boolean | undefined;
|
|
130
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
122
131
|
allowNameResolution?: boolean | undefined;
|
|
123
132
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
124
133
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
@@ -136,6 +145,7 @@ export declare const asSentinelModule: {
|
|
|
136
145
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
137
146
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
138
147
|
addToResolvers?: boolean | undefined;
|
|
148
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
139
149
|
allowNameResolution?: boolean | undefined;
|
|
140
150
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
141
151
|
schema: "network.xyo.module.config";
|
|
@@ -150,6 +160,7 @@ export declare const asSentinelInstance: {
|
|
|
150
160
|
<TType extends SentinelInstance<import("@xylabs/object").BaseParamsFields & {
|
|
151
161
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
152
162
|
addToResolvers?: boolean | undefined;
|
|
163
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
153
164
|
allowNameResolution?: boolean | undefined;
|
|
154
165
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
155
166
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
@@ -167,6 +178,7 @@ export declare const asSentinelInstance: {
|
|
|
167
178
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
168
179
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
169
180
|
addToResolvers?: boolean | undefined;
|
|
181
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
170
182
|
allowNameResolution?: boolean | undefined;
|
|
171
183
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
172
184
|
schema: "network.xyo.module.config";
|
|
@@ -179,6 +191,7 @@ export declare const asSentinelInstance: {
|
|
|
179
191
|
<TType_1 extends SentinelInstance<import("@xylabs/object").BaseParamsFields & {
|
|
180
192
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
181
193
|
addToResolvers?: boolean | undefined;
|
|
194
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
182
195
|
allowNameResolution?: boolean | undefined;
|
|
183
196
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
184
197
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
@@ -196,6 +209,7 @@ export declare const asSentinelInstance: {
|
|
|
196
209
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
197
210
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
198
211
|
addToResolvers?: boolean | undefined;
|
|
212
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
199
213
|
allowNameResolution?: boolean | undefined;
|
|
200
214
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
201
215
|
schema: "network.xyo.module.config";
|
|
@@ -207,6 +221,7 @@ export declare const asSentinelInstance: {
|
|
|
207
221
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>(value: import("@xylabs/promise").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<SentinelInstance<import("@xylabs/object").BaseParamsFields & {
|
|
208
222
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
209
223
|
addToResolvers?: boolean | undefined;
|
|
224
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
210
225
|
allowNameResolution?: boolean | undefined;
|
|
211
226
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
212
227
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
@@ -224,6 +239,7 @@ export declare const asSentinelInstance: {
|
|
|
224
239
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
225
240
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
226
241
|
addToResolvers?: boolean | undefined;
|
|
242
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
227
243
|
allowNameResolution?: boolean | undefined;
|
|
228
244
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
229
245
|
schema: "network.xyo.module.config";
|
|
@@ -237,6 +253,7 @@ export declare const asSentinelInstance: {
|
|
|
237
253
|
export declare const withSentinelModule: <R>(module: any, closure: (module: SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
238
254
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
239
255
|
addToResolvers?: boolean | undefined;
|
|
256
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
240
257
|
allowNameResolution?: boolean | undefined;
|
|
241
258
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
242
259
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
@@ -254,6 +271,7 @@ export declare const withSentinelModule: <R>(module: any, closure: (module: Sent
|
|
|
254
271
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
255
272
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
256
273
|
addToResolvers?: boolean | undefined;
|
|
274
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
257
275
|
allowNameResolution?: boolean | undefined;
|
|
258
276
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
259
277
|
schema: "network.xyo.module.config";
|
|
@@ -266,6 +284,7 @@ export declare const withSentinelModule: <R>(module: any, closure: (module: Sent
|
|
|
266
284
|
export declare const withSentinelInstance: <R>(module: any, closure: (module: SentinelInstance<import("@xylabs/object").BaseParamsFields & {
|
|
267
285
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
268
286
|
addToResolvers?: boolean | undefined;
|
|
287
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
269
288
|
allowNameResolution?: boolean | undefined;
|
|
270
289
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
271
290
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
@@ -283,6 +302,7 @@ export declare const withSentinelInstance: <R>(module: any, closure: (module: Se
|
|
|
283
302
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
284
303
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
285
304
|
addToResolvers?: boolean | undefined;
|
|
305
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
|
|
286
306
|
allowNameResolution?: boolean | undefined;
|
|
287
307
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
288
308
|
schema: "network.xyo.module.config";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"typeChecks.d.ts","sourceRoot":"","sources":["../../src/typeChecks.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAA;AAC7C,OAAO,EAAE,cAAc,EAAE,MAAM,UAAU,CAAA;AAGzC,eAAO,MAAM,kBAAkB
|
|
1
|
+
{"version":3,"file":"typeChecks.d.ts","sourceRoot":"","sources":["../../src/typeChecks.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAA;AAC7C,OAAO,EAAE,cAAc,EAAE,MAAM,UAAU,CAAA;AAGzC,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kEAA+F,CAAA;AAC9H,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kEAA4E,CAAA;AAEzG,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA2C,CAAA;AACxE,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA6C,CAAA;AAC5E,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yFAAuC,CAAA;AACtE,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yFAAyC,CAAA"}
|