@xyo-network/diviner-stateful 2.92.6 → 2.92.8
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/DivinerMixin.d.cts +56 -4
- package/dist/browser/DivinerMixin.d.cts.map +1 -1
- package/dist/browser/DivinerMixin.d.mts +56 -4
- package/dist/browser/DivinerMixin.d.mts.map +1 -1
- package/dist/browser/DivinerMixin.d.ts +56 -4
- package/dist/browser/DivinerMixin.d.ts.map +1 -1
- package/dist/node/DivinerMixin.d.cts +56 -4
- package/dist/node/DivinerMixin.d.cts.map +1 -1
- package/dist/node/DivinerMixin.d.mts +56 -4
- package/dist/node/DivinerMixin.d.mts.map +1 -1
- package/dist/node/DivinerMixin.d.ts +56 -4
- package/dist/node/DivinerMixin.d.ts.map +1 -1
- package/package.json +20 -20
|
@@ -128,6 +128,7 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
|
|
|
128
128
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
129
129
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>, "resolve">;
|
|
130
130
|
readonly pipeline?: "one-to-one" | "one-to-many" | "many-to-one" | "many-to-many" | undefined;
|
|
131
|
+
readonly status: import("@xyo-network/module-model").ModuleStatus;
|
|
131
132
|
readonly upResolver: Omit<import("@xyo-network/module-model").ObjectResolverInstance<ModuleInstance<import("@xylabs/object").BaseParamsFields & {
|
|
132
133
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
133
134
|
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 & {
|
|
@@ -209,7 +210,7 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
|
|
|
209
210
|
schema: string;
|
|
210
211
|
};
|
|
211
212
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
212
|
-
}, import("@xyo-network/module-model").ModuleEventData<object>>>(
|
|
213
|
+
}, import("@xyo-network/module-model").ModuleEventData<object>>>(): import("@xylabs/promise").Promisable<T_2 | undefined>;
|
|
213
214
|
resolve<T_3 extends ModuleInstance<import("@xylabs/object").BaseParamsFields & {
|
|
214
215
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
215
216
|
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 & {
|
|
@@ -226,7 +227,7 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
|
|
|
226
227
|
schema: string;
|
|
227
228
|
};
|
|
228
229
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
229
|
-
}, import("@xyo-network/module-model").ModuleEventData<object>>>(
|
|
230
|
+
}, import("@xyo-network/module-model").ModuleEventData<object>>>(all: "*", options?: import("@xyo-network/module-model").ObjectFilterOptions<T_3> | undefined): import("@xylabs/promise").Promisable<T_3[]>;
|
|
230
231
|
resolve<T_4 extends ModuleInstance<import("@xylabs/object").BaseParamsFields & {
|
|
231
232
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
232
233
|
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 & {
|
|
@@ -243,12 +244,63 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
|
|
|
243
244
|
schema: string;
|
|
244
245
|
};
|
|
245
246
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
246
|
-
}, import("@xyo-network/module-model").ModuleEventData<object>>>(
|
|
247
|
+
}, import("@xyo-network/module-model").ModuleEventData<object>>>(id: string, options?: import("@xyo-network/module-model").ObjectFilterOptions<T_4> | undefined): import("@xylabs/promise").Promisable<T_4 | undefined>;
|
|
248
|
+
resolve<T_5 extends ModuleInstance<import("@xylabs/object").BaseParamsFields & {
|
|
249
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
250
|
+
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 & {
|
|
251
|
+
schema: "network.xyo.module.config";
|
|
252
|
+
}, "schema"> & {
|
|
253
|
+
schema: string;
|
|
254
|
+
};
|
|
255
|
+
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
256
|
+
}, import("@xyo-network/module-model").ModuleEventData<object>> = ModuleInstance<import("@xylabs/object").BaseParamsFields & {
|
|
257
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
258
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
259
|
+
schema: "network.xyo.module.config";
|
|
260
|
+
}, "schema"> & {
|
|
261
|
+
schema: string;
|
|
262
|
+
};
|
|
263
|
+
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
264
|
+
}, import("@xyo-network/module-model").ModuleEventData<object>>>(filter: import("@xyo-network/module-model").ObjectFilter<T_5>, options?: import("@xyo-network/module-model").ObjectFilterOptions<T_5> | undefined): import("@xylabs/promise").Promisable<T_5[]>;
|
|
265
|
+
resolve<T_6 extends ModuleInstance<import("@xylabs/object").BaseParamsFields & {
|
|
266
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
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 & {
|
|
268
|
+
schema: "network.xyo.module.config";
|
|
269
|
+
}, "schema"> & {
|
|
270
|
+
schema: string;
|
|
271
|
+
};
|
|
272
|
+
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
273
|
+
}, import("@xyo-network/module-model").ModuleEventData<object>> = ModuleInstance<import("@xylabs/object").BaseParamsFields & {
|
|
274
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
275
|
+
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 & {
|
|
276
|
+
schema: "network.xyo.module.config";
|
|
277
|
+
}, "schema"> & {
|
|
278
|
+
schema: string;
|
|
279
|
+
};
|
|
280
|
+
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
281
|
+
}, import("@xyo-network/module-model").ModuleEventData<object>>>(filter?: import("@xyo-network/module-model").ObjectFilter<T_6> | undefined, options?: import("@xyo-network/module-model").ObjectFilterOptions<T_6> | undefined): import("@xylabs/promise").Promisable<T_6[]>;
|
|
282
|
+
resolve<T_7 extends ModuleInstance<import("@xylabs/object").BaseParamsFields & {
|
|
283
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
284
|
+
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 & {
|
|
285
|
+
schema: "network.xyo.module.config";
|
|
286
|
+
}, "schema"> & {
|
|
287
|
+
schema: string;
|
|
288
|
+
};
|
|
289
|
+
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
290
|
+
}, import("@xyo-network/module-model").ModuleEventData<object>> = ModuleInstance<import("@xylabs/object").BaseParamsFields & {
|
|
291
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
292
|
+
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 & {
|
|
293
|
+
schema: "network.xyo.module.config";
|
|
294
|
+
}, "schema"> & {
|
|
295
|
+
schema: string;
|
|
296
|
+
};
|
|
297
|
+
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
298
|
+
}, import("@xyo-network/module-model").ModuleEventData<object>>>(idOrFilter?: string | import("@xyo-network/module-model").ObjectFilter<T_7> | undefined, options?: import("@xyo-network/module-model").ObjectFilterOptions<T_7> | undefined): import("@xylabs/promise").Promisable<T_7 | T_7[] | undefined>;
|
|
247
299
|
describe: () => Promise<import("@xyo-network/module-model").ModuleDescription>;
|
|
248
300
|
discover: () => import("@xylabs/promise").Promisable<({
|
|
249
301
|
schema: string;
|
|
250
302
|
} & import("@xyo-network/payload-model").PayloadFields)[]>;
|
|
251
|
-
manifest: (maxDepth?: number | undefined, ignoreAddresses?: string[] | undefined) => import("@xylabs/promise").Promisable<(import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & import("@xyo-network/manifest-model").ModuleManifest & {
|
|
303
|
+
manifest: (maxDepth?: number | undefined, ignoreAddresses?: Lowercase<string>[] | undefined) => import("@xylabs/promise").Promisable<(import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & import("@xyo-network/manifest-model").ModuleManifest & {
|
|
252
304
|
schema: "network.xyo.module.manifest";
|
|
253
305
|
}) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & import("@xyo-network/manifest-model").ModuleManifest & {
|
|
254
306
|
schema: "network.xyo.node.manifest";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DivinerMixin.d.ts","sourceRoot":"","sources":["../../src/DivinerMixin.ts"],"names":[],"mappings":"AAOA,OAAO,EACL,eAAe,EAEf,cAAc,EACd,YAAY,EACZ,WAAW,EAEX,eAAe,EAChB,MAAM,2BAA2B,CAAA;AAElC,OAAO,EAAE,QAAQ,EAAE,MAAM,4BAA4B,CAAA;AAErD,OAAO,EAAE,qBAAqB,EAAE,MAAM,UAAU,CAAA;AAEhD,MAAM,MAAM,oBAAoB,GAAG,YAAY,CAAC,eAAe,CAAC,qBAAqB,CAAC,CAAC,CAAA;AAGvF,MAAM,MAAM,SAAS,CAAC,OAAO,SAAS,oBAAoB,GAAG,oBAAoB,IAAI,KAAK,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,cAAc,CAAC,OAAO,CAAC,CAAA;AAIpI;;;;GAIG;AACH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;0HAKlB,OAAO,6BAd8E,GAAG,EAAE;;IAmBpG;;;;;;OAMG;2BAC0B,SAAS,YAAY,MAAM,CAAC,CAAC;IAU1D;;;;OAIG;;;;;;;;;;;;;;;;;IASH;;;;OAIG;;;;;;;;;;;;;;;;IAWH;;;;OAIG;;;;;;;;;;;;;;;;IAQH;;;OAGG;qBACoB,QAAQ,SAAS,YAAY,MAAM,CAAC,CAAC,GAAG,SAAS,CAAC
|
|
1
|
+
{"version":3,"file":"DivinerMixin.d.ts","sourceRoot":"","sources":["../../src/DivinerMixin.ts"],"names":[],"mappings":"AAOA,OAAO,EACL,eAAe,EAEf,cAAc,EACd,YAAY,EACZ,WAAW,EAEX,eAAe,EAChB,MAAM,2BAA2B,CAAA;AAElC,OAAO,EAAE,QAAQ,EAAE,MAAM,4BAA4B,CAAA;AAErD,OAAO,EAAE,qBAAqB,EAAE,MAAM,UAAU,CAAA;AAEhD,MAAM,MAAM,oBAAoB,GAAG,YAAY,CAAC,eAAe,CAAC,qBAAqB,CAAC,CAAC,CAAA;AAGvF,MAAM,MAAM,SAAS,CAAC,OAAO,SAAS,oBAAoB,GAAG,oBAAoB,IAAI,KAAK,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,cAAc,CAAC,OAAO,CAAC,CAAA;AAIpI;;;;GAIG;AACH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;0HAKlB,OAAO,6BAd8E,GAAG,EAAE;;IAmBpG;;;;;;OAMG;2BAC0B,SAAS,YAAY,MAAM,CAAC,CAAC;IAU1D;;;;OAIG;;;;;;;;;;;;;;;;;IASH;;;;OAIG;;;;;;;;;;;;;;;;IAWH;;;;OAIG;;;;;;;;;;;;;;;;IAQH;;;OAGG;qBACoB,QAAQ,SAAS,YAAY,MAAM,CAAC,CAAC,GAAG,SAAS,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;YA0C5E,CAAA"}
|
|
@@ -128,6 +128,7 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
|
|
|
128
128
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
129
129
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>, "resolve">;
|
|
130
130
|
readonly pipeline?: "one-to-one" | "one-to-many" | "many-to-one" | "many-to-many" | undefined;
|
|
131
|
+
readonly status: import("@xyo-network/module-model").ModuleStatus;
|
|
131
132
|
readonly upResolver: Omit<import("@xyo-network/module-model").ObjectResolverInstance<ModuleInstance<import("@xylabs/object").BaseParamsFields & {
|
|
132
133
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
133
134
|
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 & {
|
|
@@ -209,7 +210,7 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
|
|
|
209
210
|
schema: string;
|
|
210
211
|
};
|
|
211
212
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
212
|
-
}, import("@xyo-network/module-model").ModuleEventData<object>>>(
|
|
213
|
+
}, import("@xyo-network/module-model").ModuleEventData<object>>>(): import("@xylabs/promise").Promisable<T_2 | undefined>;
|
|
213
214
|
resolve<T_3 extends ModuleInstance<import("@xylabs/object").BaseParamsFields & {
|
|
214
215
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
215
216
|
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 & {
|
|
@@ -226,7 +227,7 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
|
|
|
226
227
|
schema: string;
|
|
227
228
|
};
|
|
228
229
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
229
|
-
}, import("@xyo-network/module-model").ModuleEventData<object>>>(
|
|
230
|
+
}, import("@xyo-network/module-model").ModuleEventData<object>>>(all: "*", options?: import("@xyo-network/module-model").ObjectFilterOptions<T_3> | undefined): import("@xylabs/promise").Promisable<T_3[]>;
|
|
230
231
|
resolve<T_4 extends ModuleInstance<import("@xylabs/object").BaseParamsFields & {
|
|
231
232
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
232
233
|
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 & {
|
|
@@ -243,12 +244,63 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
|
|
|
243
244
|
schema: string;
|
|
244
245
|
};
|
|
245
246
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
246
|
-
}, import("@xyo-network/module-model").ModuleEventData<object>>>(
|
|
247
|
+
}, import("@xyo-network/module-model").ModuleEventData<object>>>(id: string, options?: import("@xyo-network/module-model").ObjectFilterOptions<T_4> | undefined): import("@xylabs/promise").Promisable<T_4 | undefined>;
|
|
248
|
+
resolve<T_5 extends ModuleInstance<import("@xylabs/object").BaseParamsFields & {
|
|
249
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
250
|
+
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 & {
|
|
251
|
+
schema: "network.xyo.module.config";
|
|
252
|
+
}, "schema"> & {
|
|
253
|
+
schema: string;
|
|
254
|
+
};
|
|
255
|
+
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
256
|
+
}, import("@xyo-network/module-model").ModuleEventData<object>> = ModuleInstance<import("@xylabs/object").BaseParamsFields & {
|
|
257
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
258
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
259
|
+
schema: "network.xyo.module.config";
|
|
260
|
+
}, "schema"> & {
|
|
261
|
+
schema: string;
|
|
262
|
+
};
|
|
263
|
+
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
264
|
+
}, import("@xyo-network/module-model").ModuleEventData<object>>>(filter: import("@xyo-network/module-model").ObjectFilter<T_5>, options?: import("@xyo-network/module-model").ObjectFilterOptions<T_5> | undefined): import("@xylabs/promise").Promisable<T_5[]>;
|
|
265
|
+
resolve<T_6 extends ModuleInstance<import("@xylabs/object").BaseParamsFields & {
|
|
266
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
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 & {
|
|
268
|
+
schema: "network.xyo.module.config";
|
|
269
|
+
}, "schema"> & {
|
|
270
|
+
schema: string;
|
|
271
|
+
};
|
|
272
|
+
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
273
|
+
}, import("@xyo-network/module-model").ModuleEventData<object>> = ModuleInstance<import("@xylabs/object").BaseParamsFields & {
|
|
274
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
275
|
+
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 & {
|
|
276
|
+
schema: "network.xyo.module.config";
|
|
277
|
+
}, "schema"> & {
|
|
278
|
+
schema: string;
|
|
279
|
+
};
|
|
280
|
+
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
281
|
+
}, import("@xyo-network/module-model").ModuleEventData<object>>>(filter?: import("@xyo-network/module-model").ObjectFilter<T_6> | undefined, options?: import("@xyo-network/module-model").ObjectFilterOptions<T_6> | undefined): import("@xylabs/promise").Promisable<T_6[]>;
|
|
282
|
+
resolve<T_7 extends ModuleInstance<import("@xylabs/object").BaseParamsFields & {
|
|
283
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
284
|
+
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 & {
|
|
285
|
+
schema: "network.xyo.module.config";
|
|
286
|
+
}, "schema"> & {
|
|
287
|
+
schema: string;
|
|
288
|
+
};
|
|
289
|
+
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
290
|
+
}, import("@xyo-network/module-model").ModuleEventData<object>> = ModuleInstance<import("@xylabs/object").BaseParamsFields & {
|
|
291
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
292
|
+
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 & {
|
|
293
|
+
schema: "network.xyo.module.config";
|
|
294
|
+
}, "schema"> & {
|
|
295
|
+
schema: string;
|
|
296
|
+
};
|
|
297
|
+
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
298
|
+
}, import("@xyo-network/module-model").ModuleEventData<object>>>(idOrFilter?: string | import("@xyo-network/module-model").ObjectFilter<T_7> | undefined, options?: import("@xyo-network/module-model").ObjectFilterOptions<T_7> | undefined): import("@xylabs/promise").Promisable<T_7 | T_7[] | undefined>;
|
|
247
299
|
describe: () => Promise<import("@xyo-network/module-model").ModuleDescription>;
|
|
248
300
|
discover: () => import("@xylabs/promise").Promisable<({
|
|
249
301
|
schema: string;
|
|
250
302
|
} & import("@xyo-network/payload-model").PayloadFields)[]>;
|
|
251
|
-
manifest: (maxDepth?: number | undefined, ignoreAddresses?: string[] | undefined) => import("@xylabs/promise").Promisable<(import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & import("@xyo-network/manifest-model").ModuleManifest & {
|
|
303
|
+
manifest: (maxDepth?: number | undefined, ignoreAddresses?: Lowercase<string>[] | undefined) => import("@xylabs/promise").Promisable<(import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & import("@xyo-network/manifest-model").ModuleManifest & {
|
|
252
304
|
schema: "network.xyo.module.manifest";
|
|
253
305
|
}) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & import("@xyo-network/manifest-model").ModuleManifest & {
|
|
254
306
|
schema: "network.xyo.node.manifest";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DivinerMixin.d.ts","sourceRoot":"","sources":["../../src/DivinerMixin.ts"],"names":[],"mappings":"AAOA,OAAO,EACL,eAAe,EAEf,cAAc,EACd,YAAY,EACZ,WAAW,EAEX,eAAe,EAChB,MAAM,2BAA2B,CAAA;AAElC,OAAO,EAAE,QAAQ,EAAE,MAAM,4BAA4B,CAAA;AAErD,OAAO,EAAE,qBAAqB,EAAE,MAAM,UAAU,CAAA;AAEhD,MAAM,MAAM,oBAAoB,GAAG,YAAY,CAAC,eAAe,CAAC,qBAAqB,CAAC,CAAC,CAAA;AAGvF,MAAM,MAAM,SAAS,CAAC,OAAO,SAAS,oBAAoB,GAAG,oBAAoB,IAAI,KAAK,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,cAAc,CAAC,OAAO,CAAC,CAAA;AAIpI;;;;GAIG;AACH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;0HAKlB,OAAO,6BAd8E,GAAG,EAAE;;IAmBpG;;;;;;OAMG;2BAC0B,SAAS,YAAY,MAAM,CAAC,CAAC;IAU1D;;;;OAIG;;;;;;;;;;;;;;;;;IASH;;;;OAIG;;;;;;;;;;;;;;;;IAWH;;;;OAIG;;;;;;;;;;;;;;;;IAQH;;;OAGG;qBACoB,QAAQ,SAAS,YAAY,MAAM,CAAC,CAAC,GAAG,SAAS,CAAC
|
|
1
|
+
{"version":3,"file":"DivinerMixin.d.ts","sourceRoot":"","sources":["../../src/DivinerMixin.ts"],"names":[],"mappings":"AAOA,OAAO,EACL,eAAe,EAEf,cAAc,EACd,YAAY,EACZ,WAAW,EAEX,eAAe,EAChB,MAAM,2BAA2B,CAAA;AAElC,OAAO,EAAE,QAAQ,EAAE,MAAM,4BAA4B,CAAA;AAErD,OAAO,EAAE,qBAAqB,EAAE,MAAM,UAAU,CAAA;AAEhD,MAAM,MAAM,oBAAoB,GAAG,YAAY,CAAC,eAAe,CAAC,qBAAqB,CAAC,CAAC,CAAA;AAGvF,MAAM,MAAM,SAAS,CAAC,OAAO,SAAS,oBAAoB,GAAG,oBAAoB,IAAI,KAAK,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,cAAc,CAAC,OAAO,CAAC,CAAA;AAIpI;;;;GAIG;AACH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;0HAKlB,OAAO,6BAd8E,GAAG,EAAE;;IAmBpG;;;;;;OAMG;2BAC0B,SAAS,YAAY,MAAM,CAAC,CAAC;IAU1D;;;;OAIG;;;;;;;;;;;;;;;;;IASH;;;;OAIG;;;;;;;;;;;;;;;;IAWH;;;;OAIG;;;;;;;;;;;;;;;;IAQH;;;OAGG;qBACoB,QAAQ,SAAS,YAAY,MAAM,CAAC,CAAC,GAAG,SAAS,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;YA0C5E,CAAA"}
|
|
@@ -128,6 +128,7 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
|
|
|
128
128
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
129
129
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>, "resolve">;
|
|
130
130
|
readonly pipeline?: "one-to-one" | "one-to-many" | "many-to-one" | "many-to-many" | undefined;
|
|
131
|
+
readonly status: import("@xyo-network/module-model").ModuleStatus;
|
|
131
132
|
readonly upResolver: Omit<import("@xyo-network/module-model").ObjectResolverInstance<ModuleInstance<import("@xylabs/object").BaseParamsFields & {
|
|
132
133
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
133
134
|
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 & {
|
|
@@ -209,7 +210,7 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
|
|
|
209
210
|
schema: string;
|
|
210
211
|
};
|
|
211
212
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
212
|
-
}, import("@xyo-network/module-model").ModuleEventData<object>>>(
|
|
213
|
+
}, import("@xyo-network/module-model").ModuleEventData<object>>>(): import("@xylabs/promise").Promisable<T_2 | undefined>;
|
|
213
214
|
resolve<T_3 extends ModuleInstance<import("@xylabs/object").BaseParamsFields & {
|
|
214
215
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
215
216
|
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 & {
|
|
@@ -226,7 +227,7 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
|
|
|
226
227
|
schema: string;
|
|
227
228
|
};
|
|
228
229
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
229
|
-
}, import("@xyo-network/module-model").ModuleEventData<object>>>(
|
|
230
|
+
}, import("@xyo-network/module-model").ModuleEventData<object>>>(all: "*", options?: import("@xyo-network/module-model").ObjectFilterOptions<T_3> | undefined): import("@xylabs/promise").Promisable<T_3[]>;
|
|
230
231
|
resolve<T_4 extends ModuleInstance<import("@xylabs/object").BaseParamsFields & {
|
|
231
232
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
232
233
|
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 & {
|
|
@@ -243,12 +244,63 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
|
|
|
243
244
|
schema: string;
|
|
244
245
|
};
|
|
245
246
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
246
|
-
}, import("@xyo-network/module-model").ModuleEventData<object>>>(
|
|
247
|
+
}, import("@xyo-network/module-model").ModuleEventData<object>>>(id: string, options?: import("@xyo-network/module-model").ObjectFilterOptions<T_4> | undefined): import("@xylabs/promise").Promisable<T_4 | undefined>;
|
|
248
|
+
resolve<T_5 extends ModuleInstance<import("@xylabs/object").BaseParamsFields & {
|
|
249
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
250
|
+
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 & {
|
|
251
|
+
schema: "network.xyo.module.config";
|
|
252
|
+
}, "schema"> & {
|
|
253
|
+
schema: string;
|
|
254
|
+
};
|
|
255
|
+
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
256
|
+
}, import("@xyo-network/module-model").ModuleEventData<object>> = ModuleInstance<import("@xylabs/object").BaseParamsFields & {
|
|
257
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
258
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
259
|
+
schema: "network.xyo.module.config";
|
|
260
|
+
}, "schema"> & {
|
|
261
|
+
schema: string;
|
|
262
|
+
};
|
|
263
|
+
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
264
|
+
}, import("@xyo-network/module-model").ModuleEventData<object>>>(filter: import("@xyo-network/module-model").ObjectFilter<T_5>, options?: import("@xyo-network/module-model").ObjectFilterOptions<T_5> | undefined): import("@xylabs/promise").Promisable<T_5[]>;
|
|
265
|
+
resolve<T_6 extends ModuleInstance<import("@xylabs/object").BaseParamsFields & {
|
|
266
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
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 & {
|
|
268
|
+
schema: "network.xyo.module.config";
|
|
269
|
+
}, "schema"> & {
|
|
270
|
+
schema: string;
|
|
271
|
+
};
|
|
272
|
+
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
273
|
+
}, import("@xyo-network/module-model").ModuleEventData<object>> = ModuleInstance<import("@xylabs/object").BaseParamsFields & {
|
|
274
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
275
|
+
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 & {
|
|
276
|
+
schema: "network.xyo.module.config";
|
|
277
|
+
}, "schema"> & {
|
|
278
|
+
schema: string;
|
|
279
|
+
};
|
|
280
|
+
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
281
|
+
}, import("@xyo-network/module-model").ModuleEventData<object>>>(filter?: import("@xyo-network/module-model").ObjectFilter<T_6> | undefined, options?: import("@xyo-network/module-model").ObjectFilterOptions<T_6> | undefined): import("@xylabs/promise").Promisable<T_6[]>;
|
|
282
|
+
resolve<T_7 extends ModuleInstance<import("@xylabs/object").BaseParamsFields & {
|
|
283
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
284
|
+
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 & {
|
|
285
|
+
schema: "network.xyo.module.config";
|
|
286
|
+
}, "schema"> & {
|
|
287
|
+
schema: string;
|
|
288
|
+
};
|
|
289
|
+
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
290
|
+
}, import("@xyo-network/module-model").ModuleEventData<object>> = ModuleInstance<import("@xylabs/object").BaseParamsFields & {
|
|
291
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
292
|
+
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 & {
|
|
293
|
+
schema: "network.xyo.module.config";
|
|
294
|
+
}, "schema"> & {
|
|
295
|
+
schema: string;
|
|
296
|
+
};
|
|
297
|
+
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
298
|
+
}, import("@xyo-network/module-model").ModuleEventData<object>>>(idOrFilter?: string | import("@xyo-network/module-model").ObjectFilter<T_7> | undefined, options?: import("@xyo-network/module-model").ObjectFilterOptions<T_7> | undefined): import("@xylabs/promise").Promisable<T_7 | T_7[] | undefined>;
|
|
247
299
|
describe: () => Promise<import("@xyo-network/module-model").ModuleDescription>;
|
|
248
300
|
discover: () => import("@xylabs/promise").Promisable<({
|
|
249
301
|
schema: string;
|
|
250
302
|
} & import("@xyo-network/payload-model").PayloadFields)[]>;
|
|
251
|
-
manifest: (maxDepth?: number | undefined, ignoreAddresses?: string[] | undefined) => import("@xylabs/promise").Promisable<(import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & import("@xyo-network/manifest-model").ModuleManifest & {
|
|
303
|
+
manifest: (maxDepth?: number | undefined, ignoreAddresses?: Lowercase<string>[] | undefined) => import("@xylabs/promise").Promisable<(import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & import("@xyo-network/manifest-model").ModuleManifest & {
|
|
252
304
|
schema: "network.xyo.module.manifest";
|
|
253
305
|
}) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & import("@xyo-network/manifest-model").ModuleManifest & {
|
|
254
306
|
schema: "network.xyo.node.manifest";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DivinerMixin.d.ts","sourceRoot":"","sources":["../../src/DivinerMixin.ts"],"names":[],"mappings":"AAOA,OAAO,EACL,eAAe,EAEf,cAAc,EACd,YAAY,EACZ,WAAW,EAEX,eAAe,EAChB,MAAM,2BAA2B,CAAA;AAElC,OAAO,EAAE,QAAQ,EAAE,MAAM,4BAA4B,CAAA;AAErD,OAAO,EAAE,qBAAqB,EAAE,MAAM,UAAU,CAAA;AAEhD,MAAM,MAAM,oBAAoB,GAAG,YAAY,CAAC,eAAe,CAAC,qBAAqB,CAAC,CAAC,CAAA;AAGvF,MAAM,MAAM,SAAS,CAAC,OAAO,SAAS,oBAAoB,GAAG,oBAAoB,IAAI,KAAK,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,cAAc,CAAC,OAAO,CAAC,CAAA;AAIpI;;;;GAIG;AACH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;0HAKlB,OAAO,6BAd8E,GAAG,EAAE;;IAmBpG;;;;;;OAMG;2BAC0B,SAAS,YAAY,MAAM,CAAC,CAAC;IAU1D;;;;OAIG;;;;;;;;;;;;;;;;;IASH;;;;OAIG;;;;;;;;;;;;;;;;IAWH;;;;OAIG;;;;;;;;;;;;;;;;IAQH;;;OAGG;qBACoB,QAAQ,SAAS,YAAY,MAAM,CAAC,CAAC,GAAG,SAAS,CAAC
|
|
1
|
+
{"version":3,"file":"DivinerMixin.d.ts","sourceRoot":"","sources":["../../src/DivinerMixin.ts"],"names":[],"mappings":"AAOA,OAAO,EACL,eAAe,EAEf,cAAc,EACd,YAAY,EACZ,WAAW,EAEX,eAAe,EAChB,MAAM,2BAA2B,CAAA;AAElC,OAAO,EAAE,QAAQ,EAAE,MAAM,4BAA4B,CAAA;AAErD,OAAO,EAAE,qBAAqB,EAAE,MAAM,UAAU,CAAA;AAEhD,MAAM,MAAM,oBAAoB,GAAG,YAAY,CAAC,eAAe,CAAC,qBAAqB,CAAC,CAAC,CAAA;AAGvF,MAAM,MAAM,SAAS,CAAC,OAAO,SAAS,oBAAoB,GAAG,oBAAoB,IAAI,KAAK,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,cAAc,CAAC,OAAO,CAAC,CAAA;AAIpI;;;;GAIG;AACH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;0HAKlB,OAAO,6BAd8E,GAAG,EAAE;;IAmBpG;;;;;;OAMG;2BAC0B,SAAS,YAAY,MAAM,CAAC,CAAC;IAU1D;;;;OAIG;;;;;;;;;;;;;;;;;IASH;;;;OAIG;;;;;;;;;;;;;;;;IAWH;;;;OAIG;;;;;;;;;;;;;;;;IAQH;;;OAGG;qBACoB,QAAQ,SAAS,YAAY,MAAM,CAAC,CAAC,GAAG,SAAS,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;YA0C5E,CAAA"}
|
|
@@ -128,6 +128,7 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
|
|
|
128
128
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
129
129
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>, "resolve">;
|
|
130
130
|
readonly pipeline?: "one-to-one" | "one-to-many" | "many-to-one" | "many-to-many" | undefined;
|
|
131
|
+
readonly status: import("@xyo-network/module-model").ModuleStatus;
|
|
131
132
|
readonly upResolver: Omit<import("@xyo-network/module-model").ObjectResolverInstance<ModuleInstance<import("@xylabs/object").BaseParamsFields & {
|
|
132
133
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
133
134
|
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 & {
|
|
@@ -209,7 +210,7 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
|
|
|
209
210
|
schema: string;
|
|
210
211
|
};
|
|
211
212
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
212
|
-
}, import("@xyo-network/module-model").ModuleEventData<object>>>(
|
|
213
|
+
}, import("@xyo-network/module-model").ModuleEventData<object>>>(): import("@xylabs/promise").Promisable<T_2 | undefined>;
|
|
213
214
|
resolve<T_3 extends ModuleInstance<import("@xylabs/object").BaseParamsFields & {
|
|
214
215
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
215
216
|
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 & {
|
|
@@ -226,7 +227,7 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
|
|
|
226
227
|
schema: string;
|
|
227
228
|
};
|
|
228
229
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
229
|
-
}, import("@xyo-network/module-model").ModuleEventData<object>>>(
|
|
230
|
+
}, import("@xyo-network/module-model").ModuleEventData<object>>>(all: "*", options?: import("@xyo-network/module-model").ObjectFilterOptions<T_3> | undefined): import("@xylabs/promise").Promisable<T_3[]>;
|
|
230
231
|
resolve<T_4 extends ModuleInstance<import("@xylabs/object").BaseParamsFields & {
|
|
231
232
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
232
233
|
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 & {
|
|
@@ -243,12 +244,63 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
|
|
|
243
244
|
schema: string;
|
|
244
245
|
};
|
|
245
246
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
246
|
-
}, import("@xyo-network/module-model").ModuleEventData<object>>>(
|
|
247
|
+
}, import("@xyo-network/module-model").ModuleEventData<object>>>(id: string, options?: import("@xyo-network/module-model").ObjectFilterOptions<T_4> | undefined): import("@xylabs/promise").Promisable<T_4 | undefined>;
|
|
248
|
+
resolve<T_5 extends ModuleInstance<import("@xylabs/object").BaseParamsFields & {
|
|
249
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
250
|
+
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 & {
|
|
251
|
+
schema: "network.xyo.module.config";
|
|
252
|
+
}, "schema"> & {
|
|
253
|
+
schema: string;
|
|
254
|
+
};
|
|
255
|
+
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
256
|
+
}, import("@xyo-network/module-model").ModuleEventData<object>> = ModuleInstance<import("@xylabs/object").BaseParamsFields & {
|
|
257
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
258
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
259
|
+
schema: "network.xyo.module.config";
|
|
260
|
+
}, "schema"> & {
|
|
261
|
+
schema: string;
|
|
262
|
+
};
|
|
263
|
+
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
264
|
+
}, import("@xyo-network/module-model").ModuleEventData<object>>>(filter: import("@xyo-network/module-model").ObjectFilter<T_5>, options?: import("@xyo-network/module-model").ObjectFilterOptions<T_5> | undefined): import("@xylabs/promise").Promisable<T_5[]>;
|
|
265
|
+
resolve<T_6 extends ModuleInstance<import("@xylabs/object").BaseParamsFields & {
|
|
266
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
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 & {
|
|
268
|
+
schema: "network.xyo.module.config";
|
|
269
|
+
}, "schema"> & {
|
|
270
|
+
schema: string;
|
|
271
|
+
};
|
|
272
|
+
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
273
|
+
}, import("@xyo-network/module-model").ModuleEventData<object>> = ModuleInstance<import("@xylabs/object").BaseParamsFields & {
|
|
274
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
275
|
+
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 & {
|
|
276
|
+
schema: "network.xyo.module.config";
|
|
277
|
+
}, "schema"> & {
|
|
278
|
+
schema: string;
|
|
279
|
+
};
|
|
280
|
+
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
281
|
+
}, import("@xyo-network/module-model").ModuleEventData<object>>>(filter?: import("@xyo-network/module-model").ObjectFilter<T_6> | undefined, options?: import("@xyo-network/module-model").ObjectFilterOptions<T_6> | undefined): import("@xylabs/promise").Promisable<T_6[]>;
|
|
282
|
+
resolve<T_7 extends ModuleInstance<import("@xylabs/object").BaseParamsFields & {
|
|
283
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
284
|
+
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 & {
|
|
285
|
+
schema: "network.xyo.module.config";
|
|
286
|
+
}, "schema"> & {
|
|
287
|
+
schema: string;
|
|
288
|
+
};
|
|
289
|
+
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
290
|
+
}, import("@xyo-network/module-model").ModuleEventData<object>> = ModuleInstance<import("@xylabs/object").BaseParamsFields & {
|
|
291
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
292
|
+
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 & {
|
|
293
|
+
schema: "network.xyo.module.config";
|
|
294
|
+
}, "schema"> & {
|
|
295
|
+
schema: string;
|
|
296
|
+
};
|
|
297
|
+
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
298
|
+
}, import("@xyo-network/module-model").ModuleEventData<object>>>(idOrFilter?: string | import("@xyo-network/module-model").ObjectFilter<T_7> | undefined, options?: import("@xyo-network/module-model").ObjectFilterOptions<T_7> | undefined): import("@xylabs/promise").Promisable<T_7 | T_7[] | undefined>;
|
|
247
299
|
describe: () => Promise<import("@xyo-network/module-model").ModuleDescription>;
|
|
248
300
|
discover: () => import("@xylabs/promise").Promisable<({
|
|
249
301
|
schema: string;
|
|
250
302
|
} & import("@xyo-network/payload-model").PayloadFields)[]>;
|
|
251
|
-
manifest: (maxDepth?: number | undefined, ignoreAddresses?: string[] | undefined) => import("@xylabs/promise").Promisable<(import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & import("@xyo-network/manifest-model").ModuleManifest & {
|
|
303
|
+
manifest: (maxDepth?: number | undefined, ignoreAddresses?: Lowercase<string>[] | undefined) => import("@xylabs/promise").Promisable<(import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & import("@xyo-network/manifest-model").ModuleManifest & {
|
|
252
304
|
schema: "network.xyo.module.manifest";
|
|
253
305
|
}) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & import("@xyo-network/manifest-model").ModuleManifest & {
|
|
254
306
|
schema: "network.xyo.node.manifest";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DivinerMixin.d.ts","sourceRoot":"","sources":["../../src/DivinerMixin.ts"],"names":[],"mappings":"AAOA,OAAO,EACL,eAAe,EAEf,cAAc,EACd,YAAY,EACZ,WAAW,EAEX,eAAe,EAChB,MAAM,2BAA2B,CAAA;AAElC,OAAO,EAAE,QAAQ,EAAE,MAAM,4BAA4B,CAAA;AAErD,OAAO,EAAE,qBAAqB,EAAE,MAAM,UAAU,CAAA;AAEhD,MAAM,MAAM,oBAAoB,GAAG,YAAY,CAAC,eAAe,CAAC,qBAAqB,CAAC,CAAC,CAAA;AAGvF,MAAM,MAAM,SAAS,CAAC,OAAO,SAAS,oBAAoB,GAAG,oBAAoB,IAAI,KAAK,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,cAAc,CAAC,OAAO,CAAC,CAAA;AAIpI;;;;GAIG;AACH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;0HAKlB,OAAO,6BAd8E,GAAG,EAAE;;IAmBpG;;;;;;OAMG;2BAC0B,SAAS,YAAY,MAAM,CAAC,CAAC;IAU1D;;;;OAIG;;;;;;;;;;;;;;;;;IASH;;;;OAIG;;;;;;;;;;;;;;;;IAWH;;;;OAIG;;;;;;;;;;;;;;;;IAQH;;;OAGG;qBACoB,QAAQ,SAAS,YAAY,MAAM,CAAC,CAAC,GAAG,SAAS,CAAC
|
|
1
|
+
{"version":3,"file":"DivinerMixin.d.ts","sourceRoot":"","sources":["../../src/DivinerMixin.ts"],"names":[],"mappings":"AAOA,OAAO,EACL,eAAe,EAEf,cAAc,EACd,YAAY,EACZ,WAAW,EAEX,eAAe,EAChB,MAAM,2BAA2B,CAAA;AAElC,OAAO,EAAE,QAAQ,EAAE,MAAM,4BAA4B,CAAA;AAErD,OAAO,EAAE,qBAAqB,EAAE,MAAM,UAAU,CAAA;AAEhD,MAAM,MAAM,oBAAoB,GAAG,YAAY,CAAC,eAAe,CAAC,qBAAqB,CAAC,CAAC,CAAA;AAGvF,MAAM,MAAM,SAAS,CAAC,OAAO,SAAS,oBAAoB,GAAG,oBAAoB,IAAI,KAAK,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,cAAc,CAAC,OAAO,CAAC,CAAA;AAIpI;;;;GAIG;AACH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;0HAKlB,OAAO,6BAd8E,GAAG,EAAE;;IAmBpG;;;;;;OAMG;2BAC0B,SAAS,YAAY,MAAM,CAAC,CAAC;IAU1D;;;;OAIG;;;;;;;;;;;;;;;;;IASH;;;;OAIG;;;;;;;;;;;;;;;;IAWH;;;;OAIG;;;;;;;;;;;;;;;;IAQH;;;OAGG;qBACoB,QAAQ,SAAS,YAAY,MAAM,CAAC,CAAC,GAAG,SAAS,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;YA0C5E,CAAA"}
|
|
@@ -128,6 +128,7 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
|
|
|
128
128
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
129
129
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>, "resolve">;
|
|
130
130
|
readonly pipeline?: "one-to-one" | "one-to-many" | "many-to-one" | "many-to-many" | undefined;
|
|
131
|
+
readonly status: import("@xyo-network/module-model").ModuleStatus;
|
|
131
132
|
readonly upResolver: Omit<import("@xyo-network/module-model").ObjectResolverInstance<ModuleInstance<import("@xylabs/object").BaseParamsFields & {
|
|
132
133
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
133
134
|
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 & {
|
|
@@ -209,7 +210,7 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
|
|
|
209
210
|
schema: string;
|
|
210
211
|
};
|
|
211
212
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
212
|
-
}, import("@xyo-network/module-model").ModuleEventData<object>>>(
|
|
213
|
+
}, import("@xyo-network/module-model").ModuleEventData<object>>>(): import("@xylabs/promise").Promisable<T_2 | undefined>;
|
|
213
214
|
resolve<T_3 extends ModuleInstance<import("@xylabs/object").BaseParamsFields & {
|
|
214
215
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
215
216
|
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 & {
|
|
@@ -226,7 +227,7 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
|
|
|
226
227
|
schema: string;
|
|
227
228
|
};
|
|
228
229
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
229
|
-
}, import("@xyo-network/module-model").ModuleEventData<object>>>(
|
|
230
|
+
}, import("@xyo-network/module-model").ModuleEventData<object>>>(all: "*", options?: import("@xyo-network/module-model").ObjectFilterOptions<T_3> | undefined): import("@xylabs/promise").Promisable<T_3[]>;
|
|
230
231
|
resolve<T_4 extends ModuleInstance<import("@xylabs/object").BaseParamsFields & {
|
|
231
232
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
232
233
|
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 & {
|
|
@@ -243,12 +244,63 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
|
|
|
243
244
|
schema: string;
|
|
244
245
|
};
|
|
245
246
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
246
|
-
}, import("@xyo-network/module-model").ModuleEventData<object>>>(
|
|
247
|
+
}, import("@xyo-network/module-model").ModuleEventData<object>>>(id: string, options?: import("@xyo-network/module-model").ObjectFilterOptions<T_4> | undefined): import("@xylabs/promise").Promisable<T_4 | undefined>;
|
|
248
|
+
resolve<T_5 extends ModuleInstance<import("@xylabs/object").BaseParamsFields & {
|
|
249
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
250
|
+
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 & {
|
|
251
|
+
schema: "network.xyo.module.config";
|
|
252
|
+
}, "schema"> & {
|
|
253
|
+
schema: string;
|
|
254
|
+
};
|
|
255
|
+
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
256
|
+
}, import("@xyo-network/module-model").ModuleEventData<object>> = ModuleInstance<import("@xylabs/object").BaseParamsFields & {
|
|
257
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
258
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
259
|
+
schema: "network.xyo.module.config";
|
|
260
|
+
}, "schema"> & {
|
|
261
|
+
schema: string;
|
|
262
|
+
};
|
|
263
|
+
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
264
|
+
}, import("@xyo-network/module-model").ModuleEventData<object>>>(filter: import("@xyo-network/module-model").ObjectFilter<T_5>, options?: import("@xyo-network/module-model").ObjectFilterOptions<T_5> | undefined): import("@xylabs/promise").Promisable<T_5[]>;
|
|
265
|
+
resolve<T_6 extends ModuleInstance<import("@xylabs/object").BaseParamsFields & {
|
|
266
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
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 & {
|
|
268
|
+
schema: "network.xyo.module.config";
|
|
269
|
+
}, "schema"> & {
|
|
270
|
+
schema: string;
|
|
271
|
+
};
|
|
272
|
+
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
273
|
+
}, import("@xyo-network/module-model").ModuleEventData<object>> = ModuleInstance<import("@xylabs/object").BaseParamsFields & {
|
|
274
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
275
|
+
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 & {
|
|
276
|
+
schema: "network.xyo.module.config";
|
|
277
|
+
}, "schema"> & {
|
|
278
|
+
schema: string;
|
|
279
|
+
};
|
|
280
|
+
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
281
|
+
}, import("@xyo-network/module-model").ModuleEventData<object>>>(filter?: import("@xyo-network/module-model").ObjectFilter<T_6> | undefined, options?: import("@xyo-network/module-model").ObjectFilterOptions<T_6> | undefined): import("@xylabs/promise").Promisable<T_6[]>;
|
|
282
|
+
resolve<T_7 extends ModuleInstance<import("@xylabs/object").BaseParamsFields & {
|
|
283
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
284
|
+
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 & {
|
|
285
|
+
schema: "network.xyo.module.config";
|
|
286
|
+
}, "schema"> & {
|
|
287
|
+
schema: string;
|
|
288
|
+
};
|
|
289
|
+
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
290
|
+
}, import("@xyo-network/module-model").ModuleEventData<object>> = ModuleInstance<import("@xylabs/object").BaseParamsFields & {
|
|
291
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
292
|
+
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 & {
|
|
293
|
+
schema: "network.xyo.module.config";
|
|
294
|
+
}, "schema"> & {
|
|
295
|
+
schema: string;
|
|
296
|
+
};
|
|
297
|
+
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
298
|
+
}, import("@xyo-network/module-model").ModuleEventData<object>>>(idOrFilter?: string | import("@xyo-network/module-model").ObjectFilter<T_7> | undefined, options?: import("@xyo-network/module-model").ObjectFilterOptions<T_7> | undefined): import("@xylabs/promise").Promisable<T_7 | T_7[] | undefined>;
|
|
247
299
|
describe: () => Promise<import("@xyo-network/module-model").ModuleDescription>;
|
|
248
300
|
discover: () => import("@xylabs/promise").Promisable<({
|
|
249
301
|
schema: string;
|
|
250
302
|
} & import("@xyo-network/payload-model").PayloadFields)[]>;
|
|
251
|
-
manifest: (maxDepth?: number | undefined, ignoreAddresses?: string[] | undefined) => import("@xylabs/promise").Promisable<(import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & import("@xyo-network/manifest-model").ModuleManifest & {
|
|
303
|
+
manifest: (maxDepth?: number | undefined, ignoreAddresses?: Lowercase<string>[] | undefined) => import("@xylabs/promise").Promisable<(import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & import("@xyo-network/manifest-model").ModuleManifest & {
|
|
252
304
|
schema: "network.xyo.module.manifest";
|
|
253
305
|
}) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & import("@xyo-network/manifest-model").ModuleManifest & {
|
|
254
306
|
schema: "network.xyo.node.manifest";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DivinerMixin.d.ts","sourceRoot":"","sources":["../../src/DivinerMixin.ts"],"names":[],"mappings":"AAOA,OAAO,EACL,eAAe,EAEf,cAAc,EACd,YAAY,EACZ,WAAW,EAEX,eAAe,EAChB,MAAM,2BAA2B,CAAA;AAElC,OAAO,EAAE,QAAQ,EAAE,MAAM,4BAA4B,CAAA;AAErD,OAAO,EAAE,qBAAqB,EAAE,MAAM,UAAU,CAAA;AAEhD,MAAM,MAAM,oBAAoB,GAAG,YAAY,CAAC,eAAe,CAAC,qBAAqB,CAAC,CAAC,CAAA;AAGvF,MAAM,MAAM,SAAS,CAAC,OAAO,SAAS,oBAAoB,GAAG,oBAAoB,IAAI,KAAK,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,cAAc,CAAC,OAAO,CAAC,CAAA;AAIpI;;;;GAIG;AACH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;0HAKlB,OAAO,6BAd8E,GAAG,EAAE;;IAmBpG;;;;;;OAMG;2BAC0B,SAAS,YAAY,MAAM,CAAC,CAAC;IAU1D;;;;OAIG;;;;;;;;;;;;;;;;;IASH;;;;OAIG;;;;;;;;;;;;;;;;IAWH;;;;OAIG;;;;;;;;;;;;;;;;IAQH;;;OAGG;qBACoB,QAAQ,SAAS,YAAY,MAAM,CAAC,CAAC,GAAG,SAAS,CAAC
|
|
1
|
+
{"version":3,"file":"DivinerMixin.d.ts","sourceRoot":"","sources":["../../src/DivinerMixin.ts"],"names":[],"mappings":"AAOA,OAAO,EACL,eAAe,EAEf,cAAc,EACd,YAAY,EACZ,WAAW,EAEX,eAAe,EAChB,MAAM,2BAA2B,CAAA;AAElC,OAAO,EAAE,QAAQ,EAAE,MAAM,4BAA4B,CAAA;AAErD,OAAO,EAAE,qBAAqB,EAAE,MAAM,UAAU,CAAA;AAEhD,MAAM,MAAM,oBAAoB,GAAG,YAAY,CAAC,eAAe,CAAC,qBAAqB,CAAC,CAAC,CAAA;AAGvF,MAAM,MAAM,SAAS,CAAC,OAAO,SAAS,oBAAoB,GAAG,oBAAoB,IAAI,KAAK,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,cAAc,CAAC,OAAO,CAAC,CAAA;AAIpI;;;;GAIG;AACH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;0HAKlB,OAAO,6BAd8E,GAAG,EAAE;;IAmBpG;;;;;;OAMG;2BAC0B,SAAS,YAAY,MAAM,CAAC,CAAC;IAU1D;;;;OAIG;;;;;;;;;;;;;;;;;IASH;;;;OAIG;;;;;;;;;;;;;;;;IAWH;;;;OAIG;;;;;;;;;;;;;;;;IAQH;;;OAGG;qBACoB,QAAQ,SAAS,YAAY,MAAM,CAAC,CAAC,GAAG,SAAS,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;YA0C5E,CAAA"}
|
|
@@ -128,6 +128,7 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
|
|
|
128
128
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
129
129
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>, "resolve">;
|
|
130
130
|
readonly pipeline?: "one-to-one" | "one-to-many" | "many-to-one" | "many-to-many" | undefined;
|
|
131
|
+
readonly status: import("@xyo-network/module-model").ModuleStatus;
|
|
131
132
|
readonly upResolver: Omit<import("@xyo-network/module-model").ObjectResolverInstance<ModuleInstance<import("@xylabs/object").BaseParamsFields & {
|
|
132
133
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
133
134
|
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 & {
|
|
@@ -209,7 +210,7 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
|
|
|
209
210
|
schema: string;
|
|
210
211
|
};
|
|
211
212
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
212
|
-
}, import("@xyo-network/module-model").ModuleEventData<object>>>(
|
|
213
|
+
}, import("@xyo-network/module-model").ModuleEventData<object>>>(): import("@xylabs/promise").Promisable<T_2 | undefined>;
|
|
213
214
|
resolve<T_3 extends ModuleInstance<import("@xylabs/object").BaseParamsFields & {
|
|
214
215
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
215
216
|
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 & {
|
|
@@ -226,7 +227,7 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
|
|
|
226
227
|
schema: string;
|
|
227
228
|
};
|
|
228
229
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
229
|
-
}, import("@xyo-network/module-model").ModuleEventData<object>>>(
|
|
230
|
+
}, import("@xyo-network/module-model").ModuleEventData<object>>>(all: "*", options?: import("@xyo-network/module-model").ObjectFilterOptions<T_3> | undefined): import("@xylabs/promise").Promisable<T_3[]>;
|
|
230
231
|
resolve<T_4 extends ModuleInstance<import("@xylabs/object").BaseParamsFields & {
|
|
231
232
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
232
233
|
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 & {
|
|
@@ -243,12 +244,63 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
|
|
|
243
244
|
schema: string;
|
|
244
245
|
};
|
|
245
246
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
246
|
-
}, import("@xyo-network/module-model").ModuleEventData<object>>>(
|
|
247
|
+
}, import("@xyo-network/module-model").ModuleEventData<object>>>(id: string, options?: import("@xyo-network/module-model").ObjectFilterOptions<T_4> | undefined): import("@xylabs/promise").Promisable<T_4 | undefined>;
|
|
248
|
+
resolve<T_5 extends ModuleInstance<import("@xylabs/object").BaseParamsFields & {
|
|
249
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
250
|
+
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 & {
|
|
251
|
+
schema: "network.xyo.module.config";
|
|
252
|
+
}, "schema"> & {
|
|
253
|
+
schema: string;
|
|
254
|
+
};
|
|
255
|
+
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
256
|
+
}, import("@xyo-network/module-model").ModuleEventData<object>> = ModuleInstance<import("@xylabs/object").BaseParamsFields & {
|
|
257
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
258
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
259
|
+
schema: "network.xyo.module.config";
|
|
260
|
+
}, "schema"> & {
|
|
261
|
+
schema: string;
|
|
262
|
+
};
|
|
263
|
+
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
264
|
+
}, import("@xyo-network/module-model").ModuleEventData<object>>>(filter: import("@xyo-network/module-model").ObjectFilter<T_5>, options?: import("@xyo-network/module-model").ObjectFilterOptions<T_5> | undefined): import("@xylabs/promise").Promisable<T_5[]>;
|
|
265
|
+
resolve<T_6 extends ModuleInstance<import("@xylabs/object").BaseParamsFields & {
|
|
266
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
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 & {
|
|
268
|
+
schema: "network.xyo.module.config";
|
|
269
|
+
}, "schema"> & {
|
|
270
|
+
schema: string;
|
|
271
|
+
};
|
|
272
|
+
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
273
|
+
}, import("@xyo-network/module-model").ModuleEventData<object>> = ModuleInstance<import("@xylabs/object").BaseParamsFields & {
|
|
274
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
275
|
+
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 & {
|
|
276
|
+
schema: "network.xyo.module.config";
|
|
277
|
+
}, "schema"> & {
|
|
278
|
+
schema: string;
|
|
279
|
+
};
|
|
280
|
+
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
281
|
+
}, import("@xyo-network/module-model").ModuleEventData<object>>>(filter?: import("@xyo-network/module-model").ObjectFilter<T_6> | undefined, options?: import("@xyo-network/module-model").ObjectFilterOptions<T_6> | undefined): import("@xylabs/promise").Promisable<T_6[]>;
|
|
282
|
+
resolve<T_7 extends ModuleInstance<import("@xylabs/object").BaseParamsFields & {
|
|
283
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
284
|
+
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 & {
|
|
285
|
+
schema: "network.xyo.module.config";
|
|
286
|
+
}, "schema"> & {
|
|
287
|
+
schema: string;
|
|
288
|
+
};
|
|
289
|
+
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
290
|
+
}, import("@xyo-network/module-model").ModuleEventData<object>> = ModuleInstance<import("@xylabs/object").BaseParamsFields & {
|
|
291
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
292
|
+
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 & {
|
|
293
|
+
schema: "network.xyo.module.config";
|
|
294
|
+
}, "schema"> & {
|
|
295
|
+
schema: string;
|
|
296
|
+
};
|
|
297
|
+
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
298
|
+
}, import("@xyo-network/module-model").ModuleEventData<object>>>(idOrFilter?: string | import("@xyo-network/module-model").ObjectFilter<T_7> | undefined, options?: import("@xyo-network/module-model").ObjectFilterOptions<T_7> | undefined): import("@xylabs/promise").Promisable<T_7 | T_7[] | undefined>;
|
|
247
299
|
describe: () => Promise<import("@xyo-network/module-model").ModuleDescription>;
|
|
248
300
|
discover: () => import("@xylabs/promise").Promisable<({
|
|
249
301
|
schema: string;
|
|
250
302
|
} & import("@xyo-network/payload-model").PayloadFields)[]>;
|
|
251
|
-
manifest: (maxDepth?: number | undefined, ignoreAddresses?: string[] | undefined) => import("@xylabs/promise").Promisable<(import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & import("@xyo-network/manifest-model").ModuleManifest & {
|
|
303
|
+
manifest: (maxDepth?: number | undefined, ignoreAddresses?: Lowercase<string>[] | undefined) => import("@xylabs/promise").Promisable<(import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & import("@xyo-network/manifest-model").ModuleManifest & {
|
|
252
304
|
schema: "network.xyo.module.manifest";
|
|
253
305
|
}) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & import("@xyo-network/manifest-model").ModuleManifest & {
|
|
254
306
|
schema: "network.xyo.node.manifest";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DivinerMixin.d.ts","sourceRoot":"","sources":["../../src/DivinerMixin.ts"],"names":[],"mappings":"AAOA,OAAO,EACL,eAAe,EAEf,cAAc,EACd,YAAY,EACZ,WAAW,EAEX,eAAe,EAChB,MAAM,2BAA2B,CAAA;AAElC,OAAO,EAAE,QAAQ,EAAE,MAAM,4BAA4B,CAAA;AAErD,OAAO,EAAE,qBAAqB,EAAE,MAAM,UAAU,CAAA;AAEhD,MAAM,MAAM,oBAAoB,GAAG,YAAY,CAAC,eAAe,CAAC,qBAAqB,CAAC,CAAC,CAAA;AAGvF,MAAM,MAAM,SAAS,CAAC,OAAO,SAAS,oBAAoB,GAAG,oBAAoB,IAAI,KAAK,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,cAAc,CAAC,OAAO,CAAC,CAAA;AAIpI;;;;GAIG;AACH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;0HAKlB,OAAO,6BAd8E,GAAG,EAAE;;IAmBpG;;;;;;OAMG;2BAC0B,SAAS,YAAY,MAAM,CAAC,CAAC;IAU1D;;;;OAIG;;;;;;;;;;;;;;;;;IASH;;;;OAIG;;;;;;;;;;;;;;;;IAWH;;;;OAIG;;;;;;;;;;;;;;;;IAQH;;;OAGG;qBACoB,QAAQ,SAAS,YAAY,MAAM,CAAC,CAAC,GAAG,SAAS,CAAC
|
|
1
|
+
{"version":3,"file":"DivinerMixin.d.ts","sourceRoot":"","sources":["../../src/DivinerMixin.ts"],"names":[],"mappings":"AAOA,OAAO,EACL,eAAe,EAEf,cAAc,EACd,YAAY,EACZ,WAAW,EAEX,eAAe,EAChB,MAAM,2BAA2B,CAAA;AAElC,OAAO,EAAE,QAAQ,EAAE,MAAM,4BAA4B,CAAA;AAErD,OAAO,EAAE,qBAAqB,EAAE,MAAM,UAAU,CAAA;AAEhD,MAAM,MAAM,oBAAoB,GAAG,YAAY,CAAC,eAAe,CAAC,qBAAqB,CAAC,CAAC,CAAA;AAGvF,MAAM,MAAM,SAAS,CAAC,OAAO,SAAS,oBAAoB,GAAG,oBAAoB,IAAI,KAAK,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,cAAc,CAAC,OAAO,CAAC,CAAA;AAIpI;;;;GAIG;AACH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;0HAKlB,OAAO,6BAd8E,GAAG,EAAE;;IAmBpG;;;;;;OAMG;2BAC0B,SAAS,YAAY,MAAM,CAAC,CAAC;IAU1D;;;;OAIG;;;;;;;;;;;;;;;;;IASH;;;;OAIG;;;;;;;;;;;;;;;;IAWH;;;;OAIG;;;;;;;;;;;;;;;;IAQH;;;OAGG;qBACoB,QAAQ,SAAS,YAAY,MAAM,CAAC,CAAC,GAAG,SAAS,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;YA0C5E,CAAA"}
|
package/package.json
CHANGED
|
@@ -10,29 +10,29 @@
|
|
|
10
10
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@xylabs/assert": "^3.0.
|
|
14
|
-
"@xylabs/hex": "^3.0.
|
|
15
|
-
"@xyo-network/archivist-model": "~2.92.
|
|
16
|
-
"@xyo-network/archivist-wrapper": "~2.92.
|
|
17
|
-
"@xyo-network/boundwitness-builder": "~2.92.
|
|
18
|
-
"@xyo-network/boundwitness-model": "~2.92.
|
|
19
|
-
"@xyo-network/diviner-abstract": "~2.92.
|
|
20
|
-
"@xyo-network/diviner-boundwitness-model": "~2.92.
|
|
21
|
-
"@xyo-network/diviner-model": "~2.92.
|
|
22
|
-
"@xyo-network/diviner-wrapper": "~2.92.
|
|
23
|
-
"@xyo-network/module-model": "~2.92.
|
|
24
|
-
"@xyo-network/payload-builder": "~2.92.
|
|
25
|
-
"@xyo-network/payload-model": "~2.92.
|
|
13
|
+
"@xylabs/assert": "^3.0.15",
|
|
14
|
+
"@xylabs/hex": "^3.0.15",
|
|
15
|
+
"@xyo-network/archivist-model": "~2.92.8",
|
|
16
|
+
"@xyo-network/archivist-wrapper": "~2.92.8",
|
|
17
|
+
"@xyo-network/boundwitness-builder": "~2.92.8",
|
|
18
|
+
"@xyo-network/boundwitness-model": "~2.92.8",
|
|
19
|
+
"@xyo-network/diviner-abstract": "~2.92.8",
|
|
20
|
+
"@xyo-network/diviner-boundwitness-model": "~2.92.8",
|
|
21
|
+
"@xyo-network/diviner-model": "~2.92.8",
|
|
22
|
+
"@xyo-network/diviner-wrapper": "~2.92.8",
|
|
23
|
+
"@xyo-network/module-model": "~2.92.8",
|
|
24
|
+
"@xyo-network/payload-builder": "~2.92.8",
|
|
25
|
+
"@xyo-network/payload-model": "~2.92.8"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"@xylabs/ts-scripts-yarn3": "^3.5.2",
|
|
29
29
|
"@xylabs/tsconfig": "^3.5.2",
|
|
30
|
-
"@xyo-network/account": "~2.92.
|
|
31
|
-
"@xyo-network/archivist-memory": "~2.92.
|
|
32
|
-
"@xyo-network/diviner-boundwitness-memory": "~2.92.
|
|
33
|
-
"@xyo-network/diviner-payload-memory": "~2.92.
|
|
34
|
-
"@xyo-network/manifest": "~2.92.
|
|
35
|
-
"@xyo-network/node-memory": "~2.92.
|
|
30
|
+
"@xyo-network/account": "~2.92.8",
|
|
31
|
+
"@xyo-network/archivist-memory": "~2.92.8",
|
|
32
|
+
"@xyo-network/diviner-boundwitness-memory": "~2.92.8",
|
|
33
|
+
"@xyo-network/diviner-payload-memory": "~2.92.8",
|
|
34
|
+
"@xyo-network/manifest": "~2.92.8",
|
|
35
|
+
"@xyo-network/node-memory": "~2.92.8",
|
|
36
36
|
"typescript": "^5.4.2"
|
|
37
37
|
},
|
|
38
38
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
@@ -74,6 +74,6 @@
|
|
|
74
74
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js.git"
|
|
75
75
|
},
|
|
76
76
|
"sideEffects": false,
|
|
77
|
-
"version": "2.92.
|
|
77
|
+
"version": "2.92.8",
|
|
78
78
|
"type": "module"
|
|
79
79
|
}
|