@xyo-network/sentinel-model 2.93.4 → 2.93.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/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 +8 -8
|
@@ -15,6 +15,7 @@ export declare const isSentinelInstance: import("@xylabs/object").TypeCheck<Sent
|
|
|
15
15
|
schema: string;
|
|
16
16
|
};
|
|
17
17
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
18
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
18
19
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
19
20
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
20
21
|
addToResolvers?: boolean | undefined;
|
|
@@ -24,6 +25,7 @@ export declare const isSentinelInstance: import("@xylabs/object").TypeCheck<Sent
|
|
|
24
25
|
schema: string;
|
|
25
26
|
};
|
|
26
27
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
28
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
27
29
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>;
|
|
28
30
|
export declare const isSentinelModule: import("@xyo-network/module-model").ModuleTypeCheck<SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
29
31
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
@@ -40,6 +42,7 @@ export declare const isSentinelModule: import("@xyo-network/module-model").Modul
|
|
|
40
42
|
schema: string;
|
|
41
43
|
};
|
|
42
44
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
45
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
43
46
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
44
47
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
45
48
|
addToResolvers?: boolean | undefined;
|
|
@@ -49,6 +52,7 @@ export declare const isSentinelModule: import("@xyo-network/module-model").Modul
|
|
|
49
52
|
schema: string;
|
|
50
53
|
};
|
|
51
54
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
55
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
52
56
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>;
|
|
53
57
|
export declare const asSentinelModule: {
|
|
54
58
|
<TType extends SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
@@ -66,6 +70,7 @@ export declare const asSentinelModule: {
|
|
|
66
70
|
schema: string;
|
|
67
71
|
};
|
|
68
72
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
73
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
69
74
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
70
75
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
71
76
|
addToResolvers?: boolean | undefined;
|
|
@@ -75,6 +80,7 @@ export declare const asSentinelModule: {
|
|
|
75
80
|
schema: string;
|
|
76
81
|
};
|
|
77
82
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
83
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
78
84
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>(value: import("@xylabs/promise").AnyNonPromise<T_1>, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType | undefined;
|
|
79
85
|
<TType_1 extends SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
80
86
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
@@ -91,6 +97,7 @@ export declare const asSentinelModule: {
|
|
|
91
97
|
schema: string;
|
|
92
98
|
};
|
|
93
99
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
100
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
94
101
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
95
102
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
96
103
|
addToResolvers?: boolean | undefined;
|
|
@@ -100,6 +107,7 @@ export declare const asSentinelModule: {
|
|
|
100
107
|
schema: string;
|
|
101
108
|
};
|
|
102
109
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
110
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
103
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 & {
|
|
104
112
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
105
113
|
addToResolvers?: boolean | undefined;
|
|
@@ -115,6 +123,7 @@ export declare const asSentinelModule: {
|
|
|
115
123
|
schema: string;
|
|
116
124
|
};
|
|
117
125
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
126
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
118
127
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
119
128
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
120
129
|
addToResolvers?: boolean | undefined;
|
|
@@ -124,6 +133,7 @@ export declare const asSentinelModule: {
|
|
|
124
133
|
schema: string;
|
|
125
134
|
};
|
|
126
135
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
136
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
127
137
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType_1;
|
|
128
138
|
};
|
|
129
139
|
export declare const asSentinelInstance: {
|
|
@@ -142,6 +152,7 @@ export declare const asSentinelInstance: {
|
|
|
142
152
|
schema: string;
|
|
143
153
|
};
|
|
144
154
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
155
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
145
156
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
146
157
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
147
158
|
addToResolvers?: boolean | undefined;
|
|
@@ -151,6 +162,7 @@ export declare const asSentinelInstance: {
|
|
|
151
162
|
schema: string;
|
|
152
163
|
};
|
|
153
164
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
165
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
154
166
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>(value: import("@xylabs/promise").AnyNonPromise<T_1>, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType | undefined;
|
|
155
167
|
<TType_1 extends SentinelInstance<import("@xylabs/object").BaseParamsFields & {
|
|
156
168
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
@@ -167,6 +179,7 @@ export declare const asSentinelInstance: {
|
|
|
167
179
|
schema: string;
|
|
168
180
|
};
|
|
169
181
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
182
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
170
183
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
171
184
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
172
185
|
addToResolvers?: boolean | undefined;
|
|
@@ -176,6 +189,7 @@ export declare const asSentinelInstance: {
|
|
|
176
189
|
schema: string;
|
|
177
190
|
};
|
|
178
191
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
192
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
179
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 & {
|
|
180
194
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
181
195
|
addToResolvers?: boolean | undefined;
|
|
@@ -191,6 +205,7 @@ export declare const asSentinelInstance: {
|
|
|
191
205
|
schema: string;
|
|
192
206
|
};
|
|
193
207
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
208
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
194
209
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
195
210
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
196
211
|
addToResolvers?: boolean | undefined;
|
|
@@ -200,6 +215,7 @@ export declare const asSentinelInstance: {
|
|
|
200
215
|
schema: string;
|
|
201
216
|
};
|
|
202
217
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
218
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
203
219
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType_1;
|
|
204
220
|
};
|
|
205
221
|
export declare const withSentinelModule: <R>(module: any, closure: (module: SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
@@ -217,6 +233,7 @@ export declare const withSentinelModule: <R>(module: any, closure: (module: Sent
|
|
|
217
233
|
schema: string;
|
|
218
234
|
};
|
|
219
235
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
236
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
220
237
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
221
238
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
222
239
|
addToResolvers?: boolean | undefined;
|
|
@@ -226,6 +243,7 @@ export declare const withSentinelModule: <R>(module: any, closure: (module: Sent
|
|
|
226
243
|
schema: string;
|
|
227
244
|
};
|
|
228
245
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
246
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
229
247
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>) => R) => R | undefined;
|
|
230
248
|
export declare const withSentinelInstance: <R>(module: any, closure: (module: SentinelInstance<import("@xylabs/object").BaseParamsFields & {
|
|
231
249
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
@@ -242,6 +260,7 @@ export declare const withSentinelInstance: <R>(module: any, closure: (module: Se
|
|
|
242
260
|
schema: string;
|
|
243
261
|
};
|
|
244
262
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
263
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
245
264
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
246
265
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
247
266
|
addToResolvers?: boolean | undefined;
|
|
@@ -251,5 +270,6 @@ export declare const withSentinelInstance: <R>(module: any, closure: (module: Se
|
|
|
251
270
|
schema: string;
|
|
252
271
|
};
|
|
253
272
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
273
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
254
274
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>) => R) => R | undefined;
|
|
255
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"}
|
|
@@ -15,6 +15,7 @@ export declare const isSentinelInstance: import("@xylabs/object").TypeCheck<Sent
|
|
|
15
15
|
schema: string;
|
|
16
16
|
};
|
|
17
17
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
18
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
18
19
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
19
20
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
20
21
|
addToResolvers?: boolean | undefined;
|
|
@@ -24,6 +25,7 @@ export declare const isSentinelInstance: import("@xylabs/object").TypeCheck<Sent
|
|
|
24
25
|
schema: string;
|
|
25
26
|
};
|
|
26
27
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
28
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
27
29
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>;
|
|
28
30
|
export declare const isSentinelModule: import("@xyo-network/module-model").ModuleTypeCheck<SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
29
31
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
@@ -40,6 +42,7 @@ export declare const isSentinelModule: import("@xyo-network/module-model").Modul
|
|
|
40
42
|
schema: string;
|
|
41
43
|
};
|
|
42
44
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
45
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
43
46
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
44
47
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
45
48
|
addToResolvers?: boolean | undefined;
|
|
@@ -49,6 +52,7 @@ export declare const isSentinelModule: import("@xyo-network/module-model").Modul
|
|
|
49
52
|
schema: string;
|
|
50
53
|
};
|
|
51
54
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
55
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
52
56
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>;
|
|
53
57
|
export declare const asSentinelModule: {
|
|
54
58
|
<TType extends SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
@@ -66,6 +70,7 @@ export declare const asSentinelModule: {
|
|
|
66
70
|
schema: string;
|
|
67
71
|
};
|
|
68
72
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
73
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
69
74
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
70
75
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
71
76
|
addToResolvers?: boolean | undefined;
|
|
@@ -75,6 +80,7 @@ export declare const asSentinelModule: {
|
|
|
75
80
|
schema: string;
|
|
76
81
|
};
|
|
77
82
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
83
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
78
84
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>(value: import("@xylabs/promise").AnyNonPromise<T_1>, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType | undefined;
|
|
79
85
|
<TType_1 extends SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
80
86
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
@@ -91,6 +97,7 @@ export declare const asSentinelModule: {
|
|
|
91
97
|
schema: string;
|
|
92
98
|
};
|
|
93
99
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
100
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
94
101
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
95
102
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
96
103
|
addToResolvers?: boolean | undefined;
|
|
@@ -100,6 +107,7 @@ export declare const asSentinelModule: {
|
|
|
100
107
|
schema: string;
|
|
101
108
|
};
|
|
102
109
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
110
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
103
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 & {
|
|
104
112
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
105
113
|
addToResolvers?: boolean | undefined;
|
|
@@ -115,6 +123,7 @@ export declare const asSentinelModule: {
|
|
|
115
123
|
schema: string;
|
|
116
124
|
};
|
|
117
125
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
126
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
118
127
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
119
128
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
120
129
|
addToResolvers?: boolean | undefined;
|
|
@@ -124,6 +133,7 @@ export declare const asSentinelModule: {
|
|
|
124
133
|
schema: string;
|
|
125
134
|
};
|
|
126
135
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
136
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
127
137
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType_1;
|
|
128
138
|
};
|
|
129
139
|
export declare const asSentinelInstance: {
|
|
@@ -142,6 +152,7 @@ export declare const asSentinelInstance: {
|
|
|
142
152
|
schema: string;
|
|
143
153
|
};
|
|
144
154
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
155
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
145
156
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
146
157
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
147
158
|
addToResolvers?: boolean | undefined;
|
|
@@ -151,6 +162,7 @@ export declare const asSentinelInstance: {
|
|
|
151
162
|
schema: string;
|
|
152
163
|
};
|
|
153
164
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
165
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
154
166
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>(value: import("@xylabs/promise").AnyNonPromise<T_1>, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType | undefined;
|
|
155
167
|
<TType_1 extends SentinelInstance<import("@xylabs/object").BaseParamsFields & {
|
|
156
168
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
@@ -167,6 +179,7 @@ export declare const asSentinelInstance: {
|
|
|
167
179
|
schema: string;
|
|
168
180
|
};
|
|
169
181
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
182
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
170
183
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
171
184
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
172
185
|
addToResolvers?: boolean | undefined;
|
|
@@ -176,6 +189,7 @@ export declare const asSentinelInstance: {
|
|
|
176
189
|
schema: string;
|
|
177
190
|
};
|
|
178
191
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
192
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
179
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 & {
|
|
180
194
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
181
195
|
addToResolvers?: boolean | undefined;
|
|
@@ -191,6 +205,7 @@ export declare const asSentinelInstance: {
|
|
|
191
205
|
schema: string;
|
|
192
206
|
};
|
|
193
207
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
208
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
194
209
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
195
210
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
196
211
|
addToResolvers?: boolean | undefined;
|
|
@@ -200,6 +215,7 @@ export declare const asSentinelInstance: {
|
|
|
200
215
|
schema: string;
|
|
201
216
|
};
|
|
202
217
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
218
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
203
219
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType_1;
|
|
204
220
|
};
|
|
205
221
|
export declare const withSentinelModule: <R>(module: any, closure: (module: SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
@@ -217,6 +233,7 @@ export declare const withSentinelModule: <R>(module: any, closure: (module: Sent
|
|
|
217
233
|
schema: string;
|
|
218
234
|
};
|
|
219
235
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
236
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
220
237
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
221
238
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
222
239
|
addToResolvers?: boolean | undefined;
|
|
@@ -226,6 +243,7 @@ export declare const withSentinelModule: <R>(module: any, closure: (module: Sent
|
|
|
226
243
|
schema: string;
|
|
227
244
|
};
|
|
228
245
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
246
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
229
247
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>) => R) => R | undefined;
|
|
230
248
|
export declare const withSentinelInstance: <R>(module: any, closure: (module: SentinelInstance<import("@xylabs/object").BaseParamsFields & {
|
|
231
249
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
@@ -242,6 +260,7 @@ export declare const withSentinelInstance: <R>(module: any, closure: (module: Se
|
|
|
242
260
|
schema: string;
|
|
243
261
|
};
|
|
244
262
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
263
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
245
264
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
246
265
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
247
266
|
addToResolvers?: boolean | undefined;
|
|
@@ -251,5 +270,6 @@ export declare const withSentinelInstance: <R>(module: any, closure: (module: Se
|
|
|
251
270
|
schema: string;
|
|
252
271
|
};
|
|
253
272
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
273
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
254
274
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>) => R) => R | undefined;
|
|
255
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"}
|
|
@@ -15,6 +15,7 @@ export declare const isSentinelInstance: import("@xylabs/object").TypeCheck<Sent
|
|
|
15
15
|
schema: string;
|
|
16
16
|
};
|
|
17
17
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
18
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
18
19
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
19
20
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
20
21
|
addToResolvers?: boolean | undefined;
|
|
@@ -24,6 +25,7 @@ export declare const isSentinelInstance: import("@xylabs/object").TypeCheck<Sent
|
|
|
24
25
|
schema: string;
|
|
25
26
|
};
|
|
26
27
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
28
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
27
29
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>;
|
|
28
30
|
export declare const isSentinelModule: import("@xyo-network/module-model").ModuleTypeCheck<SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
29
31
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
@@ -40,6 +42,7 @@ export declare const isSentinelModule: import("@xyo-network/module-model").Modul
|
|
|
40
42
|
schema: string;
|
|
41
43
|
};
|
|
42
44
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
45
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
43
46
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
44
47
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
45
48
|
addToResolvers?: boolean | undefined;
|
|
@@ -49,6 +52,7 @@ export declare const isSentinelModule: import("@xyo-network/module-model").Modul
|
|
|
49
52
|
schema: string;
|
|
50
53
|
};
|
|
51
54
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
55
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
52
56
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>;
|
|
53
57
|
export declare const asSentinelModule: {
|
|
54
58
|
<TType extends SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
@@ -66,6 +70,7 @@ export declare const asSentinelModule: {
|
|
|
66
70
|
schema: string;
|
|
67
71
|
};
|
|
68
72
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
73
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
69
74
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
70
75
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
71
76
|
addToResolvers?: boolean | undefined;
|
|
@@ -75,6 +80,7 @@ export declare const asSentinelModule: {
|
|
|
75
80
|
schema: string;
|
|
76
81
|
};
|
|
77
82
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
83
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
78
84
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>(value: import("@xylabs/promise").AnyNonPromise<T_1>, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType | undefined;
|
|
79
85
|
<TType_1 extends SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
80
86
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
@@ -91,6 +97,7 @@ export declare const asSentinelModule: {
|
|
|
91
97
|
schema: string;
|
|
92
98
|
};
|
|
93
99
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
100
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
94
101
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
95
102
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
96
103
|
addToResolvers?: boolean | undefined;
|
|
@@ -100,6 +107,7 @@ export declare const asSentinelModule: {
|
|
|
100
107
|
schema: string;
|
|
101
108
|
};
|
|
102
109
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
110
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
103
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 & {
|
|
104
112
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
105
113
|
addToResolvers?: boolean | undefined;
|
|
@@ -115,6 +123,7 @@ export declare const asSentinelModule: {
|
|
|
115
123
|
schema: string;
|
|
116
124
|
};
|
|
117
125
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
126
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
118
127
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
119
128
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
120
129
|
addToResolvers?: boolean | undefined;
|
|
@@ -124,6 +133,7 @@ export declare const asSentinelModule: {
|
|
|
124
133
|
schema: string;
|
|
125
134
|
};
|
|
126
135
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
136
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
127
137
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType_1;
|
|
128
138
|
};
|
|
129
139
|
export declare const asSentinelInstance: {
|
|
@@ -142,6 +152,7 @@ export declare const asSentinelInstance: {
|
|
|
142
152
|
schema: string;
|
|
143
153
|
};
|
|
144
154
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
155
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
145
156
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
146
157
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
147
158
|
addToResolvers?: boolean | undefined;
|
|
@@ -151,6 +162,7 @@ export declare const asSentinelInstance: {
|
|
|
151
162
|
schema: string;
|
|
152
163
|
};
|
|
153
164
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
165
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
154
166
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>(value: import("@xylabs/promise").AnyNonPromise<T_1>, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType | undefined;
|
|
155
167
|
<TType_1 extends SentinelInstance<import("@xylabs/object").BaseParamsFields & {
|
|
156
168
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
@@ -167,6 +179,7 @@ export declare const asSentinelInstance: {
|
|
|
167
179
|
schema: string;
|
|
168
180
|
};
|
|
169
181
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
182
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
170
183
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
171
184
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
172
185
|
addToResolvers?: boolean | undefined;
|
|
@@ -176,6 +189,7 @@ export declare const asSentinelInstance: {
|
|
|
176
189
|
schema: string;
|
|
177
190
|
};
|
|
178
191
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
192
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
179
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 & {
|
|
180
194
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
181
195
|
addToResolvers?: boolean | undefined;
|
|
@@ -191,6 +205,7 @@ export declare const asSentinelInstance: {
|
|
|
191
205
|
schema: string;
|
|
192
206
|
};
|
|
193
207
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
208
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
194
209
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
195
210
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
196
211
|
addToResolvers?: boolean | undefined;
|
|
@@ -200,6 +215,7 @@ export declare const asSentinelInstance: {
|
|
|
200
215
|
schema: string;
|
|
201
216
|
};
|
|
202
217
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
218
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
203
219
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType_1;
|
|
204
220
|
};
|
|
205
221
|
export declare const withSentinelModule: <R>(module: any, closure: (module: SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
@@ -217,6 +233,7 @@ export declare const withSentinelModule: <R>(module: any, closure: (module: Sent
|
|
|
217
233
|
schema: string;
|
|
218
234
|
};
|
|
219
235
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
236
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
220
237
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
221
238
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
222
239
|
addToResolvers?: boolean | undefined;
|
|
@@ -226,6 +243,7 @@ export declare const withSentinelModule: <R>(module: any, closure: (module: Sent
|
|
|
226
243
|
schema: string;
|
|
227
244
|
};
|
|
228
245
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
246
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
229
247
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>) => R) => R | undefined;
|
|
230
248
|
export declare const withSentinelInstance: <R>(module: any, closure: (module: SentinelInstance<import("@xylabs/object").BaseParamsFields & {
|
|
231
249
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
@@ -242,6 +260,7 @@ export declare const withSentinelInstance: <R>(module: any, closure: (module: Se
|
|
|
242
260
|
schema: string;
|
|
243
261
|
};
|
|
244
262
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
263
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
245
264
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
246
265
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
247
266
|
addToResolvers?: boolean | undefined;
|
|
@@ -251,5 +270,6 @@ export declare const withSentinelInstance: <R>(module: any, closure: (module: Se
|
|
|
251
270
|
schema: string;
|
|
252
271
|
};
|
|
253
272
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
273
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
254
274
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>) => R) => R | undefined;
|
|
255
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"}
|
|
@@ -15,6 +15,7 @@ export declare const isSentinelInstance: import("@xylabs/object").TypeCheck<Sent
|
|
|
15
15
|
schema: string;
|
|
16
16
|
};
|
|
17
17
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
18
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
18
19
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
19
20
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
20
21
|
addToResolvers?: boolean | undefined;
|
|
@@ -24,6 +25,7 @@ export declare const isSentinelInstance: import("@xylabs/object").TypeCheck<Sent
|
|
|
24
25
|
schema: string;
|
|
25
26
|
};
|
|
26
27
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
28
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
27
29
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>;
|
|
28
30
|
export declare const isSentinelModule: import("@xyo-network/module-model").ModuleTypeCheck<SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
29
31
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
@@ -40,6 +42,7 @@ export declare const isSentinelModule: import("@xyo-network/module-model").Modul
|
|
|
40
42
|
schema: string;
|
|
41
43
|
};
|
|
42
44
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
45
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
43
46
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
44
47
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
45
48
|
addToResolvers?: boolean | undefined;
|
|
@@ -49,6 +52,7 @@ export declare const isSentinelModule: import("@xyo-network/module-model").Modul
|
|
|
49
52
|
schema: string;
|
|
50
53
|
};
|
|
51
54
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
55
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
52
56
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>;
|
|
53
57
|
export declare const asSentinelModule: {
|
|
54
58
|
<TType extends SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
@@ -66,6 +70,7 @@ export declare const asSentinelModule: {
|
|
|
66
70
|
schema: string;
|
|
67
71
|
};
|
|
68
72
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
73
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
69
74
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
70
75
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
71
76
|
addToResolvers?: boolean | undefined;
|
|
@@ -75,6 +80,7 @@ export declare const asSentinelModule: {
|
|
|
75
80
|
schema: string;
|
|
76
81
|
};
|
|
77
82
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
83
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
78
84
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>(value: import("@xylabs/promise").AnyNonPromise<T_1>, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType | undefined;
|
|
79
85
|
<TType_1 extends SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
80
86
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
@@ -91,6 +97,7 @@ export declare const asSentinelModule: {
|
|
|
91
97
|
schema: string;
|
|
92
98
|
};
|
|
93
99
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
100
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
94
101
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
95
102
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
96
103
|
addToResolvers?: boolean | undefined;
|
|
@@ -100,6 +107,7 @@ export declare const asSentinelModule: {
|
|
|
100
107
|
schema: string;
|
|
101
108
|
};
|
|
102
109
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
110
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
103
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 & {
|
|
104
112
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
105
113
|
addToResolvers?: boolean | undefined;
|
|
@@ -115,6 +123,7 @@ export declare const asSentinelModule: {
|
|
|
115
123
|
schema: string;
|
|
116
124
|
};
|
|
117
125
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
126
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
118
127
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
119
128
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
120
129
|
addToResolvers?: boolean | undefined;
|
|
@@ -124,6 +133,7 @@ export declare const asSentinelModule: {
|
|
|
124
133
|
schema: string;
|
|
125
134
|
};
|
|
126
135
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
136
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
127
137
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType_1;
|
|
128
138
|
};
|
|
129
139
|
export declare const asSentinelInstance: {
|
|
@@ -142,6 +152,7 @@ export declare const asSentinelInstance: {
|
|
|
142
152
|
schema: string;
|
|
143
153
|
};
|
|
144
154
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
155
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
145
156
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
146
157
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
147
158
|
addToResolvers?: boolean | undefined;
|
|
@@ -151,6 +162,7 @@ export declare const asSentinelInstance: {
|
|
|
151
162
|
schema: string;
|
|
152
163
|
};
|
|
153
164
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
165
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
154
166
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>(value: import("@xylabs/promise").AnyNonPromise<T_1>, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType | undefined;
|
|
155
167
|
<TType_1 extends SentinelInstance<import("@xylabs/object").BaseParamsFields & {
|
|
156
168
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
@@ -167,6 +179,7 @@ export declare const asSentinelInstance: {
|
|
|
167
179
|
schema: string;
|
|
168
180
|
};
|
|
169
181
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
182
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
170
183
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
171
184
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
172
185
|
addToResolvers?: boolean | undefined;
|
|
@@ -176,6 +189,7 @@ export declare const asSentinelInstance: {
|
|
|
176
189
|
schema: string;
|
|
177
190
|
};
|
|
178
191
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
192
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
179
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 & {
|
|
180
194
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
181
195
|
addToResolvers?: boolean | undefined;
|
|
@@ -191,6 +205,7 @@ export declare const asSentinelInstance: {
|
|
|
191
205
|
schema: string;
|
|
192
206
|
};
|
|
193
207
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
208
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
194
209
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
195
210
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
196
211
|
addToResolvers?: boolean | undefined;
|
|
@@ -200,6 +215,7 @@ export declare const asSentinelInstance: {
|
|
|
200
215
|
schema: string;
|
|
201
216
|
};
|
|
202
217
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
218
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
203
219
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType_1;
|
|
204
220
|
};
|
|
205
221
|
export declare const withSentinelModule: <R>(module: any, closure: (module: SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
@@ -217,6 +233,7 @@ export declare const withSentinelModule: <R>(module: any, closure: (module: Sent
|
|
|
217
233
|
schema: string;
|
|
218
234
|
};
|
|
219
235
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
236
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
220
237
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
221
238
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
222
239
|
addToResolvers?: boolean | undefined;
|
|
@@ -226,6 +243,7 @@ export declare const withSentinelModule: <R>(module: any, closure: (module: Sent
|
|
|
226
243
|
schema: string;
|
|
227
244
|
};
|
|
228
245
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
246
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
229
247
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>) => R) => R | undefined;
|
|
230
248
|
export declare const withSentinelInstance: <R>(module: any, closure: (module: SentinelInstance<import("@xylabs/object").BaseParamsFields & {
|
|
231
249
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
@@ -242,6 +260,7 @@ export declare const withSentinelInstance: <R>(module: any, closure: (module: Se
|
|
|
242
260
|
schema: string;
|
|
243
261
|
};
|
|
244
262
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
263
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
245
264
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
246
265
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
247
266
|
addToResolvers?: boolean | undefined;
|
|
@@ -251,5 +270,6 @@ export declare const withSentinelInstance: <R>(module: any, closure: (module: Se
|
|
|
251
270
|
schema: string;
|
|
252
271
|
};
|
|
253
272
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
273
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
254
274
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>) => R) => R | undefined;
|
|
255
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"}
|
|
@@ -15,6 +15,7 @@ export declare const isSentinelInstance: import("@xylabs/object").TypeCheck<Sent
|
|
|
15
15
|
schema: string;
|
|
16
16
|
};
|
|
17
17
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
18
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
18
19
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
19
20
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
20
21
|
addToResolvers?: boolean | undefined;
|
|
@@ -24,6 +25,7 @@ export declare const isSentinelInstance: import("@xylabs/object").TypeCheck<Sent
|
|
|
24
25
|
schema: string;
|
|
25
26
|
};
|
|
26
27
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
28
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
27
29
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>;
|
|
28
30
|
export declare const isSentinelModule: import("@xyo-network/module-model").ModuleTypeCheck<SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
29
31
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
@@ -40,6 +42,7 @@ export declare const isSentinelModule: import("@xyo-network/module-model").Modul
|
|
|
40
42
|
schema: string;
|
|
41
43
|
};
|
|
42
44
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
45
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
43
46
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
44
47
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
45
48
|
addToResolvers?: boolean | undefined;
|
|
@@ -49,6 +52,7 @@ export declare const isSentinelModule: import("@xyo-network/module-model").Modul
|
|
|
49
52
|
schema: string;
|
|
50
53
|
};
|
|
51
54
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
55
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
52
56
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>;
|
|
53
57
|
export declare const asSentinelModule: {
|
|
54
58
|
<TType extends SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
@@ -66,6 +70,7 @@ export declare const asSentinelModule: {
|
|
|
66
70
|
schema: string;
|
|
67
71
|
};
|
|
68
72
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
73
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
69
74
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
70
75
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
71
76
|
addToResolvers?: boolean | undefined;
|
|
@@ -75,6 +80,7 @@ export declare const asSentinelModule: {
|
|
|
75
80
|
schema: string;
|
|
76
81
|
};
|
|
77
82
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
83
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
78
84
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>(value: import("@xylabs/promise").AnyNonPromise<T_1>, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType | undefined;
|
|
79
85
|
<TType_1 extends SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
80
86
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
@@ -91,6 +97,7 @@ export declare const asSentinelModule: {
|
|
|
91
97
|
schema: string;
|
|
92
98
|
};
|
|
93
99
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
100
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
94
101
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
95
102
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
96
103
|
addToResolvers?: boolean | undefined;
|
|
@@ -100,6 +107,7 @@ export declare const asSentinelModule: {
|
|
|
100
107
|
schema: string;
|
|
101
108
|
};
|
|
102
109
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
110
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
103
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 & {
|
|
104
112
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
105
113
|
addToResolvers?: boolean | undefined;
|
|
@@ -115,6 +123,7 @@ export declare const asSentinelModule: {
|
|
|
115
123
|
schema: string;
|
|
116
124
|
};
|
|
117
125
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
126
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
118
127
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
119
128
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
120
129
|
addToResolvers?: boolean | undefined;
|
|
@@ -124,6 +133,7 @@ export declare const asSentinelModule: {
|
|
|
124
133
|
schema: string;
|
|
125
134
|
};
|
|
126
135
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
136
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
127
137
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType_1;
|
|
128
138
|
};
|
|
129
139
|
export declare const asSentinelInstance: {
|
|
@@ -142,6 +152,7 @@ export declare const asSentinelInstance: {
|
|
|
142
152
|
schema: string;
|
|
143
153
|
};
|
|
144
154
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
155
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
145
156
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
146
157
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
147
158
|
addToResolvers?: boolean | undefined;
|
|
@@ -151,6 +162,7 @@ export declare const asSentinelInstance: {
|
|
|
151
162
|
schema: string;
|
|
152
163
|
};
|
|
153
164
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
165
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
154
166
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>(value: import("@xylabs/promise").AnyNonPromise<T_1>, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType | undefined;
|
|
155
167
|
<TType_1 extends SentinelInstance<import("@xylabs/object").BaseParamsFields & {
|
|
156
168
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
@@ -167,6 +179,7 @@ export declare const asSentinelInstance: {
|
|
|
167
179
|
schema: string;
|
|
168
180
|
};
|
|
169
181
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
182
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
170
183
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
171
184
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
172
185
|
addToResolvers?: boolean | undefined;
|
|
@@ -176,6 +189,7 @@ export declare const asSentinelInstance: {
|
|
|
176
189
|
schema: string;
|
|
177
190
|
};
|
|
178
191
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
192
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
179
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 & {
|
|
180
194
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
181
195
|
addToResolvers?: boolean | undefined;
|
|
@@ -191,6 +205,7 @@ export declare const asSentinelInstance: {
|
|
|
191
205
|
schema: string;
|
|
192
206
|
};
|
|
193
207
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
208
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
194
209
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
195
210
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
196
211
|
addToResolvers?: boolean | undefined;
|
|
@@ -200,6 +215,7 @@ export declare const asSentinelInstance: {
|
|
|
200
215
|
schema: string;
|
|
201
216
|
};
|
|
202
217
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
218
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
203
219
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType_1;
|
|
204
220
|
};
|
|
205
221
|
export declare const withSentinelModule: <R>(module: any, closure: (module: SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
@@ -217,6 +233,7 @@ export declare const withSentinelModule: <R>(module: any, closure: (module: Sent
|
|
|
217
233
|
schema: string;
|
|
218
234
|
};
|
|
219
235
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
236
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
220
237
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
221
238
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
222
239
|
addToResolvers?: boolean | undefined;
|
|
@@ -226,6 +243,7 @@ export declare const withSentinelModule: <R>(module: any, closure: (module: Sent
|
|
|
226
243
|
schema: string;
|
|
227
244
|
};
|
|
228
245
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
246
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
229
247
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>) => R) => R | undefined;
|
|
230
248
|
export declare const withSentinelInstance: <R>(module: any, closure: (module: SentinelInstance<import("@xylabs/object").BaseParamsFields & {
|
|
231
249
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
@@ -242,6 +260,7 @@ export declare const withSentinelInstance: <R>(module: any, closure: (module: Se
|
|
|
242
260
|
schema: string;
|
|
243
261
|
};
|
|
244
262
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
263
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
245
264
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
246
265
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
247
266
|
addToResolvers?: boolean | undefined;
|
|
@@ -251,5 +270,6 @@ export declare const withSentinelInstance: <R>(module: any, closure: (module: Se
|
|
|
251
270
|
schema: string;
|
|
252
271
|
};
|
|
253
272
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
273
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
254
274
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>) => R) => R | undefined;
|
|
255
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"}
|
|
@@ -15,6 +15,7 @@ export declare const isSentinelInstance: import("@xylabs/object").TypeCheck<Sent
|
|
|
15
15
|
schema: string;
|
|
16
16
|
};
|
|
17
17
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
18
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
18
19
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
19
20
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
20
21
|
addToResolvers?: boolean | undefined;
|
|
@@ -24,6 +25,7 @@ export declare const isSentinelInstance: import("@xylabs/object").TypeCheck<Sent
|
|
|
24
25
|
schema: string;
|
|
25
26
|
};
|
|
26
27
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
28
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
27
29
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>;
|
|
28
30
|
export declare const isSentinelModule: import("@xyo-network/module-model").ModuleTypeCheck<SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
29
31
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
@@ -40,6 +42,7 @@ export declare const isSentinelModule: import("@xyo-network/module-model").Modul
|
|
|
40
42
|
schema: string;
|
|
41
43
|
};
|
|
42
44
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
45
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
43
46
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
44
47
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
45
48
|
addToResolvers?: boolean | undefined;
|
|
@@ -49,6 +52,7 @@ export declare const isSentinelModule: import("@xyo-network/module-model").Modul
|
|
|
49
52
|
schema: string;
|
|
50
53
|
};
|
|
51
54
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
55
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
52
56
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>;
|
|
53
57
|
export declare const asSentinelModule: {
|
|
54
58
|
<TType extends SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
@@ -66,6 +70,7 @@ export declare const asSentinelModule: {
|
|
|
66
70
|
schema: string;
|
|
67
71
|
};
|
|
68
72
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
73
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
69
74
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
70
75
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
71
76
|
addToResolvers?: boolean | undefined;
|
|
@@ -75,6 +80,7 @@ export declare const asSentinelModule: {
|
|
|
75
80
|
schema: string;
|
|
76
81
|
};
|
|
77
82
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
83
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
78
84
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>(value: import("@xylabs/promise").AnyNonPromise<T_1>, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType | undefined;
|
|
79
85
|
<TType_1 extends SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
80
86
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
@@ -91,6 +97,7 @@ export declare const asSentinelModule: {
|
|
|
91
97
|
schema: string;
|
|
92
98
|
};
|
|
93
99
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
100
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
94
101
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
95
102
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
96
103
|
addToResolvers?: boolean | undefined;
|
|
@@ -100,6 +107,7 @@ export declare const asSentinelModule: {
|
|
|
100
107
|
schema: string;
|
|
101
108
|
};
|
|
102
109
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
110
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
103
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 & {
|
|
104
112
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
105
113
|
addToResolvers?: boolean | undefined;
|
|
@@ -115,6 +123,7 @@ export declare const asSentinelModule: {
|
|
|
115
123
|
schema: string;
|
|
116
124
|
};
|
|
117
125
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
126
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
118
127
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
119
128
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
120
129
|
addToResolvers?: boolean | undefined;
|
|
@@ -124,6 +133,7 @@ export declare const asSentinelModule: {
|
|
|
124
133
|
schema: string;
|
|
125
134
|
};
|
|
126
135
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
136
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
127
137
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType_1;
|
|
128
138
|
};
|
|
129
139
|
export declare const asSentinelInstance: {
|
|
@@ -142,6 +152,7 @@ export declare const asSentinelInstance: {
|
|
|
142
152
|
schema: string;
|
|
143
153
|
};
|
|
144
154
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
155
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
145
156
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
146
157
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
147
158
|
addToResolvers?: boolean | undefined;
|
|
@@ -151,6 +162,7 @@ export declare const asSentinelInstance: {
|
|
|
151
162
|
schema: string;
|
|
152
163
|
};
|
|
153
164
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
165
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
154
166
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>(value: import("@xylabs/promise").AnyNonPromise<T_1>, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType | undefined;
|
|
155
167
|
<TType_1 extends SentinelInstance<import("@xylabs/object").BaseParamsFields & {
|
|
156
168
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
@@ -167,6 +179,7 @@ export declare const asSentinelInstance: {
|
|
|
167
179
|
schema: string;
|
|
168
180
|
};
|
|
169
181
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
182
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
170
183
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
171
184
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
172
185
|
addToResolvers?: boolean | undefined;
|
|
@@ -176,6 +189,7 @@ export declare const asSentinelInstance: {
|
|
|
176
189
|
schema: string;
|
|
177
190
|
};
|
|
178
191
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
192
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
179
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 & {
|
|
180
194
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
181
195
|
addToResolvers?: boolean | undefined;
|
|
@@ -191,6 +205,7 @@ export declare const asSentinelInstance: {
|
|
|
191
205
|
schema: string;
|
|
192
206
|
};
|
|
193
207
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
208
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
194
209
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
195
210
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
196
211
|
addToResolvers?: boolean | undefined;
|
|
@@ -200,6 +215,7 @@ export declare const asSentinelInstance: {
|
|
|
200
215
|
schema: string;
|
|
201
216
|
};
|
|
202
217
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
218
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
203
219
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType_1;
|
|
204
220
|
};
|
|
205
221
|
export declare const withSentinelModule: <R>(module: any, closure: (module: SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
@@ -217,6 +233,7 @@ export declare const withSentinelModule: <R>(module: any, closure: (module: Sent
|
|
|
217
233
|
schema: string;
|
|
218
234
|
};
|
|
219
235
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
236
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
220
237
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
221
238
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
222
239
|
addToResolvers?: boolean | undefined;
|
|
@@ -226,6 +243,7 @@ export declare const withSentinelModule: <R>(module: any, closure: (module: Sent
|
|
|
226
243
|
schema: string;
|
|
227
244
|
};
|
|
228
245
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
246
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
229
247
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>) => R) => R | undefined;
|
|
230
248
|
export declare const withSentinelInstance: <R>(module: any, closure: (module: SentinelInstance<import("@xylabs/object").BaseParamsFields & {
|
|
231
249
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
@@ -242,6 +260,7 @@ export declare const withSentinelInstance: <R>(module: any, closure: (module: Se
|
|
|
242
260
|
schema: string;
|
|
243
261
|
};
|
|
244
262
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
263
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
245
264
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
246
265
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
247
266
|
addToResolvers?: boolean | undefined;
|
|
@@ -251,5 +270,6 @@ export declare const withSentinelInstance: <R>(module: any, closure: (module: Se
|
|
|
251
270
|
schema: string;
|
|
252
271
|
};
|
|
253
272
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
273
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
254
274
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>) => R) => R | undefined;
|
|
255
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"}
|
package/package.json
CHANGED
|
@@ -13,13 +13,13 @@
|
|
|
13
13
|
"@xylabs/hex": "^3.0.24",
|
|
14
14
|
"@xylabs/object": "^3.0.24",
|
|
15
15
|
"@xylabs/promise": "^3.0.24",
|
|
16
|
-
"@xyo-network/archivist-model": "~2.93.
|
|
17
|
-
"@xyo-network/boundwitness-model": "~2.93.
|
|
18
|
-
"@xyo-network/diviner-model": "~2.93.
|
|
19
|
-
"@xyo-network/module-events": "~2.93.
|
|
20
|
-
"@xyo-network/module-model": "~2.93.
|
|
21
|
-
"@xyo-network/payload-model": "~2.93.
|
|
22
|
-
"@xyo-network/witness-model": "~2.93.
|
|
16
|
+
"@xyo-network/archivist-model": "~2.93.6",
|
|
17
|
+
"@xyo-network/boundwitness-model": "~2.93.6",
|
|
18
|
+
"@xyo-network/diviner-model": "~2.93.6",
|
|
19
|
+
"@xyo-network/module-events": "~2.93.6",
|
|
20
|
+
"@xyo-network/module-model": "~2.93.6",
|
|
21
|
+
"@xyo-network/payload-model": "~2.93.6",
|
|
22
|
+
"@xyo-network/witness-model": "~2.93.6"
|
|
23
23
|
},
|
|
24
24
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
25
25
|
"devDependencies": {
|
|
@@ -65,6 +65,6 @@
|
|
|
65
65
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js.git"
|
|
66
66
|
},
|
|
67
67
|
"sideEffects": false,
|
|
68
|
-
"version": "2.93.
|
|
68
|
+
"version": "2.93.6",
|
|
69
69
|
"type": "module"
|
|
70
70
|
}
|