@xyo-network/sentinel-model 2.93.3 → 2.93.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/browser/typeChecks.d.cts +40 -0
- package/dist/browser/typeChecks.d.cts.map +1 -1
- package/dist/browser/typeChecks.d.mts +40 -0
- package/dist/browser/typeChecks.d.mts.map +1 -1
- package/dist/browser/typeChecks.d.ts +40 -0
- package/dist/browser/typeChecks.d.ts.map +1 -1
- package/dist/node/typeChecks.d.cts +40 -0
- package/dist/node/typeChecks.d.cts.map +1 -1
- package/dist/node/typeChecks.d.mts +40 -0
- package/dist/node/typeChecks.d.mts.map +1 -1
- package/dist/node/typeChecks.d.ts +40 -0
- package/dist/node/typeChecks.d.ts.map +1 -1
- package/package.json +8 -8
|
@@ -2,6 +2,7 @@ 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
|
+
addToResolvers?: boolean | undefined;
|
|
5
6
|
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 & {
|
|
6
7
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
7
8
|
schema: "network.xyo.sentinel.config";
|
|
@@ -14,17 +15,21 @@ export declare const isSentinelInstance: import("@xylabs/object").TypeCheck<Sent
|
|
|
14
15
|
schema: string;
|
|
15
16
|
};
|
|
16
17
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
18
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
17
19
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
18
20
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
21
|
+
addToResolvers?: boolean | undefined;
|
|
19
22
|
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 & {
|
|
20
23
|
schema: "network.xyo.module.config";
|
|
21
24
|
}, "schema"> & {
|
|
22
25
|
schema: string;
|
|
23
26
|
};
|
|
24
27
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
28
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
25
29
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>;
|
|
26
30
|
export declare const isSentinelModule: import("@xyo-network/module-model").ModuleTypeCheck<SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
27
31
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
32
|
+
addToResolvers?: boolean | undefined;
|
|
28
33
|
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 & {
|
|
29
34
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
30
35
|
schema: "network.xyo.sentinel.config";
|
|
@@ -37,18 +42,22 @@ export declare const isSentinelModule: import("@xyo-network/module-model").Modul
|
|
|
37
42
|
schema: string;
|
|
38
43
|
};
|
|
39
44
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
45
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
40
46
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
41
47
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
48
|
+
addToResolvers?: boolean | undefined;
|
|
42
49
|
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 & {
|
|
43
50
|
schema: "network.xyo.module.config";
|
|
44
51
|
}, "schema"> & {
|
|
45
52
|
schema: string;
|
|
46
53
|
};
|
|
47
54
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
55
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
48
56
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>;
|
|
49
57
|
export declare const asSentinelModule: {
|
|
50
58
|
<TType extends SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
51
59
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
60
|
+
addToResolvers?: boolean | undefined;
|
|
52
61
|
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 & {
|
|
53
62
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
54
63
|
schema: "network.xyo.sentinel.config";
|
|
@@ -61,17 +70,21 @@ export declare const asSentinelModule: {
|
|
|
61
70
|
schema: string;
|
|
62
71
|
};
|
|
63
72
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
73
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
64
74
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
65
75
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
76
|
+
addToResolvers?: boolean | undefined;
|
|
66
77
|
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 & {
|
|
67
78
|
schema: "network.xyo.module.config";
|
|
68
79
|
}, "schema"> & {
|
|
69
80
|
schema: string;
|
|
70
81
|
};
|
|
71
82
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
83
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
72
84
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>(value: import("@xylabs/promise").AnyNonPromise<T_1>, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType | undefined;
|
|
73
85
|
<TType_1 extends SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
74
86
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
87
|
+
addToResolvers?: boolean | undefined;
|
|
75
88
|
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 & {
|
|
76
89
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
77
90
|
schema: "network.xyo.sentinel.config";
|
|
@@ -84,16 +97,20 @@ export declare const asSentinelModule: {
|
|
|
84
97
|
schema: string;
|
|
85
98
|
};
|
|
86
99
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
100
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
87
101
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
88
102
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
103
|
+
addToResolvers?: boolean | undefined;
|
|
89
104
|
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 & {
|
|
90
105
|
schema: "network.xyo.module.config";
|
|
91
106
|
}, "schema"> & {
|
|
92
107
|
schema: string;
|
|
93
108
|
};
|
|
94
109
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
110
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
95
111
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>(value: import("@xylabs/promise").AnyNonPromise<T_1>, assert: import("@xylabs/object").StringOrAlertFunction<SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
96
112
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
113
|
+
addToResolvers?: boolean | undefined;
|
|
97
114
|
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 & {
|
|
98
115
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
99
116
|
schema: "network.xyo.sentinel.config";
|
|
@@ -106,19 +123,23 @@ export declare const asSentinelModule: {
|
|
|
106
123
|
schema: string;
|
|
107
124
|
};
|
|
108
125
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
126
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
109
127
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
110
128
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
129
|
+
addToResolvers?: boolean | undefined;
|
|
111
130
|
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 & {
|
|
112
131
|
schema: "network.xyo.module.config";
|
|
113
132
|
}, "schema"> & {
|
|
114
133
|
schema: string;
|
|
115
134
|
};
|
|
116
135
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
136
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
117
137
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType_1;
|
|
118
138
|
};
|
|
119
139
|
export declare const asSentinelInstance: {
|
|
120
140
|
<TType extends SentinelInstance<import("@xylabs/object").BaseParamsFields & {
|
|
121
141
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
142
|
+
addToResolvers?: boolean | undefined;
|
|
122
143
|
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 & {
|
|
123
144
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
124
145
|
schema: "network.xyo.sentinel.config";
|
|
@@ -131,17 +152,21 @@ export declare const asSentinelInstance: {
|
|
|
131
152
|
schema: string;
|
|
132
153
|
};
|
|
133
154
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
155
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
134
156
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
135
157
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
158
|
+
addToResolvers?: boolean | undefined;
|
|
136
159
|
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 & {
|
|
137
160
|
schema: "network.xyo.module.config";
|
|
138
161
|
}, "schema"> & {
|
|
139
162
|
schema: string;
|
|
140
163
|
};
|
|
141
164
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
165
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
142
166
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>(value: import("@xylabs/promise").AnyNonPromise<T_1>, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType | undefined;
|
|
143
167
|
<TType_1 extends SentinelInstance<import("@xylabs/object").BaseParamsFields & {
|
|
144
168
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
169
|
+
addToResolvers?: boolean | undefined;
|
|
145
170
|
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 & {
|
|
146
171
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
147
172
|
schema: "network.xyo.sentinel.config";
|
|
@@ -154,16 +179,20 @@ export declare const asSentinelInstance: {
|
|
|
154
179
|
schema: string;
|
|
155
180
|
};
|
|
156
181
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
182
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
157
183
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
158
184
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
185
|
+
addToResolvers?: boolean | undefined;
|
|
159
186
|
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 & {
|
|
160
187
|
schema: "network.xyo.module.config";
|
|
161
188
|
}, "schema"> & {
|
|
162
189
|
schema: string;
|
|
163
190
|
};
|
|
164
191
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
192
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
165
193
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>(value: import("@xylabs/promise").AnyNonPromise<T_1>, assert: import("@xylabs/object").StringOrAlertFunction<SentinelInstance<import("@xylabs/object").BaseParamsFields & {
|
|
166
194
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
195
|
+
addToResolvers?: boolean | undefined;
|
|
167
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 & {
|
|
168
197
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
169
198
|
schema: "network.xyo.sentinel.config";
|
|
@@ -176,18 +205,22 @@ export declare const asSentinelInstance: {
|
|
|
176
205
|
schema: string;
|
|
177
206
|
};
|
|
178
207
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
208
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
179
209
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
180
210
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
211
|
+
addToResolvers?: boolean | undefined;
|
|
181
212
|
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 & {
|
|
182
213
|
schema: "network.xyo.module.config";
|
|
183
214
|
}, "schema"> & {
|
|
184
215
|
schema: string;
|
|
185
216
|
};
|
|
186
217
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
218
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
187
219
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType_1;
|
|
188
220
|
};
|
|
189
221
|
export declare const withSentinelModule: <R>(module: any, closure: (module: SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
190
222
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
223
|
+
addToResolvers?: boolean | undefined;
|
|
191
224
|
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 & {
|
|
192
225
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
193
226
|
schema: "network.xyo.sentinel.config";
|
|
@@ -200,17 +233,21 @@ export declare const withSentinelModule: <R>(module: any, closure: (module: Sent
|
|
|
200
233
|
schema: string;
|
|
201
234
|
};
|
|
202
235
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
236
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
203
237
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
204
238
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
239
|
+
addToResolvers?: boolean | undefined;
|
|
205
240
|
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 & {
|
|
206
241
|
schema: "network.xyo.module.config";
|
|
207
242
|
}, "schema"> & {
|
|
208
243
|
schema: string;
|
|
209
244
|
};
|
|
210
245
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
246
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
211
247
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>) => R) => R | undefined;
|
|
212
248
|
export declare const withSentinelInstance: <R>(module: any, closure: (module: SentinelInstance<import("@xylabs/object").BaseParamsFields & {
|
|
213
249
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
250
|
+
addToResolvers?: boolean | undefined;
|
|
214
251
|
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 & {
|
|
215
252
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
216
253
|
schema: "network.xyo.sentinel.config";
|
|
@@ -223,13 +260,16 @@ export declare const withSentinelInstance: <R>(module: any, closure: (module: Se
|
|
|
223
260
|
schema: string;
|
|
224
261
|
};
|
|
225
262
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
263
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
226
264
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
227
265
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
266
|
+
addToResolvers?: boolean | undefined;
|
|
228
267
|
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
268
|
schema: "network.xyo.module.config";
|
|
230
269
|
}, "schema"> & {
|
|
231
270
|
schema: string;
|
|
232
271
|
};
|
|
233
272
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
273
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
234
274
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>) => R) => R | undefined;
|
|
235
275
|
//# sourceMappingURL=typeChecks.d.ts.map
|
|
@@ -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"}
|
|
@@ -2,6 +2,7 @@ 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
|
+
addToResolvers?: boolean | undefined;
|
|
5
6
|
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 & {
|
|
6
7
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
7
8
|
schema: "network.xyo.sentinel.config";
|
|
@@ -14,17 +15,21 @@ export declare const isSentinelInstance: import("@xylabs/object").TypeCheck<Sent
|
|
|
14
15
|
schema: string;
|
|
15
16
|
};
|
|
16
17
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
18
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
17
19
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
18
20
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
21
|
+
addToResolvers?: boolean | undefined;
|
|
19
22
|
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 & {
|
|
20
23
|
schema: "network.xyo.module.config";
|
|
21
24
|
}, "schema"> & {
|
|
22
25
|
schema: string;
|
|
23
26
|
};
|
|
24
27
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
28
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
25
29
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>;
|
|
26
30
|
export declare const isSentinelModule: import("@xyo-network/module-model").ModuleTypeCheck<SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
27
31
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
32
|
+
addToResolvers?: boolean | undefined;
|
|
28
33
|
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 & {
|
|
29
34
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
30
35
|
schema: "network.xyo.sentinel.config";
|
|
@@ -37,18 +42,22 @@ export declare const isSentinelModule: import("@xyo-network/module-model").Modul
|
|
|
37
42
|
schema: string;
|
|
38
43
|
};
|
|
39
44
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
45
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
40
46
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
41
47
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
48
|
+
addToResolvers?: boolean | undefined;
|
|
42
49
|
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 & {
|
|
43
50
|
schema: "network.xyo.module.config";
|
|
44
51
|
}, "schema"> & {
|
|
45
52
|
schema: string;
|
|
46
53
|
};
|
|
47
54
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
55
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
48
56
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>;
|
|
49
57
|
export declare const asSentinelModule: {
|
|
50
58
|
<TType extends SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
51
59
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
60
|
+
addToResolvers?: boolean | undefined;
|
|
52
61
|
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 & {
|
|
53
62
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
54
63
|
schema: "network.xyo.sentinel.config";
|
|
@@ -61,17 +70,21 @@ export declare const asSentinelModule: {
|
|
|
61
70
|
schema: string;
|
|
62
71
|
};
|
|
63
72
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
73
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
64
74
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
65
75
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
76
|
+
addToResolvers?: boolean | undefined;
|
|
66
77
|
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 & {
|
|
67
78
|
schema: "network.xyo.module.config";
|
|
68
79
|
}, "schema"> & {
|
|
69
80
|
schema: string;
|
|
70
81
|
};
|
|
71
82
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
83
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
72
84
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>(value: import("@xylabs/promise").AnyNonPromise<T_1>, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType | undefined;
|
|
73
85
|
<TType_1 extends SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
74
86
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
87
|
+
addToResolvers?: boolean | undefined;
|
|
75
88
|
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 & {
|
|
76
89
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
77
90
|
schema: "network.xyo.sentinel.config";
|
|
@@ -84,16 +97,20 @@ export declare const asSentinelModule: {
|
|
|
84
97
|
schema: string;
|
|
85
98
|
};
|
|
86
99
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
100
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
87
101
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
88
102
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
103
|
+
addToResolvers?: boolean | undefined;
|
|
89
104
|
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 & {
|
|
90
105
|
schema: "network.xyo.module.config";
|
|
91
106
|
}, "schema"> & {
|
|
92
107
|
schema: string;
|
|
93
108
|
};
|
|
94
109
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
110
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
95
111
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>(value: import("@xylabs/promise").AnyNonPromise<T_1>, assert: import("@xylabs/object").StringOrAlertFunction<SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
96
112
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
113
|
+
addToResolvers?: boolean | undefined;
|
|
97
114
|
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 & {
|
|
98
115
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
99
116
|
schema: "network.xyo.sentinel.config";
|
|
@@ -106,19 +123,23 @@ export declare const asSentinelModule: {
|
|
|
106
123
|
schema: string;
|
|
107
124
|
};
|
|
108
125
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
126
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
109
127
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
110
128
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
129
|
+
addToResolvers?: boolean | undefined;
|
|
111
130
|
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 & {
|
|
112
131
|
schema: "network.xyo.module.config";
|
|
113
132
|
}, "schema"> & {
|
|
114
133
|
schema: string;
|
|
115
134
|
};
|
|
116
135
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
136
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
117
137
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType_1;
|
|
118
138
|
};
|
|
119
139
|
export declare const asSentinelInstance: {
|
|
120
140
|
<TType extends SentinelInstance<import("@xylabs/object").BaseParamsFields & {
|
|
121
141
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
142
|
+
addToResolvers?: boolean | undefined;
|
|
122
143
|
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 & {
|
|
123
144
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
124
145
|
schema: "network.xyo.sentinel.config";
|
|
@@ -131,17 +152,21 @@ export declare const asSentinelInstance: {
|
|
|
131
152
|
schema: string;
|
|
132
153
|
};
|
|
133
154
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
155
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
134
156
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
135
157
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
158
|
+
addToResolvers?: boolean | undefined;
|
|
136
159
|
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 & {
|
|
137
160
|
schema: "network.xyo.module.config";
|
|
138
161
|
}, "schema"> & {
|
|
139
162
|
schema: string;
|
|
140
163
|
};
|
|
141
164
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
165
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
142
166
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>(value: import("@xylabs/promise").AnyNonPromise<T_1>, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType | undefined;
|
|
143
167
|
<TType_1 extends SentinelInstance<import("@xylabs/object").BaseParamsFields & {
|
|
144
168
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
169
|
+
addToResolvers?: boolean | undefined;
|
|
145
170
|
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 & {
|
|
146
171
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
147
172
|
schema: "network.xyo.sentinel.config";
|
|
@@ -154,16 +179,20 @@ export declare const asSentinelInstance: {
|
|
|
154
179
|
schema: string;
|
|
155
180
|
};
|
|
156
181
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
182
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
157
183
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
158
184
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
185
|
+
addToResolvers?: boolean | undefined;
|
|
159
186
|
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 & {
|
|
160
187
|
schema: "network.xyo.module.config";
|
|
161
188
|
}, "schema"> & {
|
|
162
189
|
schema: string;
|
|
163
190
|
};
|
|
164
191
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
192
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
165
193
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>(value: import("@xylabs/promise").AnyNonPromise<T_1>, assert: import("@xylabs/object").StringOrAlertFunction<SentinelInstance<import("@xylabs/object").BaseParamsFields & {
|
|
166
194
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
195
|
+
addToResolvers?: boolean | undefined;
|
|
167
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 & {
|
|
168
197
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
169
198
|
schema: "network.xyo.sentinel.config";
|
|
@@ -176,18 +205,22 @@ export declare const asSentinelInstance: {
|
|
|
176
205
|
schema: string;
|
|
177
206
|
};
|
|
178
207
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
208
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
179
209
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
180
210
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
211
|
+
addToResolvers?: boolean | undefined;
|
|
181
212
|
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 & {
|
|
182
213
|
schema: "network.xyo.module.config";
|
|
183
214
|
}, "schema"> & {
|
|
184
215
|
schema: string;
|
|
185
216
|
};
|
|
186
217
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
218
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
187
219
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType_1;
|
|
188
220
|
};
|
|
189
221
|
export declare const withSentinelModule: <R>(module: any, closure: (module: SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
190
222
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
223
|
+
addToResolvers?: boolean | undefined;
|
|
191
224
|
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 & {
|
|
192
225
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
193
226
|
schema: "network.xyo.sentinel.config";
|
|
@@ -200,17 +233,21 @@ export declare const withSentinelModule: <R>(module: any, closure: (module: Sent
|
|
|
200
233
|
schema: string;
|
|
201
234
|
};
|
|
202
235
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
236
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
203
237
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
204
238
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
239
|
+
addToResolvers?: boolean | undefined;
|
|
205
240
|
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 & {
|
|
206
241
|
schema: "network.xyo.module.config";
|
|
207
242
|
}, "schema"> & {
|
|
208
243
|
schema: string;
|
|
209
244
|
};
|
|
210
245
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
246
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
211
247
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>) => R) => R | undefined;
|
|
212
248
|
export declare const withSentinelInstance: <R>(module: any, closure: (module: SentinelInstance<import("@xylabs/object").BaseParamsFields & {
|
|
213
249
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
250
|
+
addToResolvers?: boolean | undefined;
|
|
214
251
|
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 & {
|
|
215
252
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
216
253
|
schema: "network.xyo.sentinel.config";
|
|
@@ -223,13 +260,16 @@ export declare const withSentinelInstance: <R>(module: any, closure: (module: Se
|
|
|
223
260
|
schema: string;
|
|
224
261
|
};
|
|
225
262
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
263
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
226
264
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
227
265
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
266
|
+
addToResolvers?: boolean | undefined;
|
|
228
267
|
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
268
|
schema: "network.xyo.module.config";
|
|
230
269
|
}, "schema"> & {
|
|
231
270
|
schema: string;
|
|
232
271
|
};
|
|
233
272
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
273
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
234
274
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>) => R) => R | undefined;
|
|
235
275
|
//# sourceMappingURL=typeChecks.d.ts.map
|
|
@@ -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"}
|