@xyo-network/diviner-stateful 2.95.0 → 2.95.1
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 +22 -9
- package/dist/browser/DivinerMixin.d.cts.map +1 -1
- package/dist/browser/DivinerMixin.d.mts +22 -9
- package/dist/browser/DivinerMixin.d.mts.map +1 -1
- package/dist/browser/DivinerMixin.d.ts +22 -9
- package/dist/browser/DivinerMixin.d.ts.map +1 -1
- package/dist/node/DivinerMixin.d.cts +22 -9
- package/dist/node/DivinerMixin.d.cts.map +1 -1
- package/dist/node/DivinerMixin.d.mts +22 -9
- package/dist/node/DivinerMixin.d.mts.map +1 -1
- package/dist/node/DivinerMixin.d.ts +22 -9
- package/dist/node/DivinerMixin.d.ts.map +1 -1
- package/package.json +18 -18
|
@@ -448,9 +448,21 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
|
|
|
448
448
|
schema: string;
|
|
449
449
|
} & import("@xyo-network/payload-model").PayloadFields)[]>;
|
|
450
450
|
stateQuery: (account: import("@xyo-network/account-model").AccountInstance) => import("@xylabs/promise").Promisable<import("@xyo-network/module-model").ModuleQueryResult>;
|
|
451
|
+
addParent: (module: ModuleInstance<import("@xylabs/object").BaseParamsFields & {
|
|
452
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
453
|
+
addToResolvers?: boolean | undefined;
|
|
454
|
+
allowNameResolution?: boolean | undefined;
|
|
455
|
+
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 & {
|
|
456
|
+
schema: "network.xyo.module.config";
|
|
457
|
+
}, "schema"> & {
|
|
458
|
+
schema: string;
|
|
459
|
+
};
|
|
460
|
+
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
461
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
462
|
+
}, import("@xyo-network/module-model").ModuleEventData<object>>) => void;
|
|
451
463
|
addressCache?: ((direction: import("@xyo-network/module-model").Direction, includePrivate: boolean) => import("@xyo-network/module-model").AddressToWeakInstanceCache | undefined) | undefined;
|
|
452
|
-
localName
|
|
453
|
-
parents
|
|
464
|
+
localName: string | undefined;
|
|
465
|
+
parents: () => import("@xylabs/promise").Promisable<ModuleInstance<import("@xylabs/object").BaseParamsFields & {
|
|
454
466
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
455
467
|
addToResolvers?: boolean | undefined;
|
|
456
468
|
allowNameResolution?: boolean | undefined;
|
|
@@ -461,8 +473,8 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
|
|
|
461
473
|
};
|
|
462
474
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
463
475
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
464
|
-
}, import("@xyo-network/module-model").ModuleEventData<object>>[]
|
|
465
|
-
privateChildren
|
|
476
|
+
}, import("@xyo-network/module-model").ModuleEventData<object>>[]>;
|
|
477
|
+
privateChildren: () => import("@xylabs/promise").Promisable<ModuleInstance<import("@xylabs/object").BaseParamsFields & {
|
|
466
478
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
467
479
|
addToResolvers?: boolean | undefined;
|
|
468
480
|
allowNameResolution?: boolean | undefined;
|
|
@@ -473,8 +485,8 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
|
|
|
473
485
|
};
|
|
474
486
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
475
487
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
476
|
-
}, import("@xyo-network/module-model").ModuleEventData<object>>[]
|
|
477
|
-
publicChildren
|
|
488
|
+
}, import("@xyo-network/module-model").ModuleEventData<object>>[]>;
|
|
489
|
+
publicChildren: () => import("@xylabs/promise").Promisable<ModuleInstance<import("@xylabs/object").BaseParamsFields & {
|
|
478
490
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
479
491
|
addToResolvers?: boolean | undefined;
|
|
480
492
|
allowNameResolution?: boolean | undefined;
|
|
@@ -485,8 +497,9 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
|
|
|
485
497
|
};
|
|
486
498
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
487
499
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
488
|
-
}, import("@xyo-network/module-model").ModuleEventData<object>>[]
|
|
489
|
-
|
|
500
|
+
}, import("@xyo-network/module-model").ModuleEventData<object>>[]>;
|
|
501
|
+
removeParent: (address: Lowercase<string>) => void;
|
|
502
|
+
siblings: () => import("@xylabs/promise").Promisable<ModuleInstance<import("@xylabs/object").BaseParamsFields & {
|
|
490
503
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
491
504
|
addToResolvers?: boolean | undefined;
|
|
492
505
|
allowNameResolution?: boolean | undefined;
|
|
@@ -497,6 +510,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
|
|
|
497
510
|
};
|
|
498
511
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
499
512
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
500
|
-
}, import("@xyo-network/module-model").ModuleEventData<object>>[]
|
|
513
|
+
}, import("@xyo-network/module-model").ModuleEventData<object>>[]>;
|
|
501
514
|
}) & TModule;
|
|
502
515
|
//# sourceMappingURL=DivinerMixin.d.ts.map
|
|
@@ -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"}
|
|
@@ -448,9 +448,21 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
|
|
|
448
448
|
schema: string;
|
|
449
449
|
} & import("@xyo-network/payload-model").PayloadFields)[]>;
|
|
450
450
|
stateQuery: (account: import("@xyo-network/account-model").AccountInstance) => import("@xylabs/promise").Promisable<import("@xyo-network/module-model").ModuleQueryResult>;
|
|
451
|
+
addParent: (module: ModuleInstance<import("@xylabs/object").BaseParamsFields & {
|
|
452
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
453
|
+
addToResolvers?: boolean | undefined;
|
|
454
|
+
allowNameResolution?: boolean | undefined;
|
|
455
|
+
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 & {
|
|
456
|
+
schema: "network.xyo.module.config";
|
|
457
|
+
}, "schema"> & {
|
|
458
|
+
schema: string;
|
|
459
|
+
};
|
|
460
|
+
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
461
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
462
|
+
}, import("@xyo-network/module-model").ModuleEventData<object>>) => void;
|
|
451
463
|
addressCache?: ((direction: import("@xyo-network/module-model").Direction, includePrivate: boolean) => import("@xyo-network/module-model").AddressToWeakInstanceCache | undefined) | undefined;
|
|
452
|
-
localName
|
|
453
|
-
parents
|
|
464
|
+
localName: string | undefined;
|
|
465
|
+
parents: () => import("@xylabs/promise").Promisable<ModuleInstance<import("@xylabs/object").BaseParamsFields & {
|
|
454
466
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
455
467
|
addToResolvers?: boolean | undefined;
|
|
456
468
|
allowNameResolution?: boolean | undefined;
|
|
@@ -461,8 +473,8 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
|
|
|
461
473
|
};
|
|
462
474
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
463
475
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
464
|
-
}, import("@xyo-network/module-model").ModuleEventData<object>>[]
|
|
465
|
-
privateChildren
|
|
476
|
+
}, import("@xyo-network/module-model").ModuleEventData<object>>[]>;
|
|
477
|
+
privateChildren: () => import("@xylabs/promise").Promisable<ModuleInstance<import("@xylabs/object").BaseParamsFields & {
|
|
466
478
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
467
479
|
addToResolvers?: boolean | undefined;
|
|
468
480
|
allowNameResolution?: boolean | undefined;
|
|
@@ -473,8 +485,8 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
|
|
|
473
485
|
};
|
|
474
486
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
475
487
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
476
|
-
}, import("@xyo-network/module-model").ModuleEventData<object>>[]
|
|
477
|
-
publicChildren
|
|
488
|
+
}, import("@xyo-network/module-model").ModuleEventData<object>>[]>;
|
|
489
|
+
publicChildren: () => import("@xylabs/promise").Promisable<ModuleInstance<import("@xylabs/object").BaseParamsFields & {
|
|
478
490
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
479
491
|
addToResolvers?: boolean | undefined;
|
|
480
492
|
allowNameResolution?: boolean | undefined;
|
|
@@ -485,8 +497,9 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
|
|
|
485
497
|
};
|
|
486
498
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
487
499
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
488
|
-
}, import("@xyo-network/module-model").ModuleEventData<object>>[]
|
|
489
|
-
|
|
500
|
+
}, import("@xyo-network/module-model").ModuleEventData<object>>[]>;
|
|
501
|
+
removeParent: (address: Lowercase<string>) => void;
|
|
502
|
+
siblings: () => import("@xylabs/promise").Promisable<ModuleInstance<import("@xylabs/object").BaseParamsFields & {
|
|
490
503
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
491
504
|
addToResolvers?: boolean | undefined;
|
|
492
505
|
allowNameResolution?: boolean | undefined;
|
|
@@ -497,6 +510,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
|
|
|
497
510
|
};
|
|
498
511
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
499
512
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
500
|
-
}, import("@xyo-network/module-model").ModuleEventData<object>>[]
|
|
513
|
+
}, import("@xyo-network/module-model").ModuleEventData<object>>[]>;
|
|
501
514
|
}) & TModule;
|
|
502
515
|
//# sourceMappingURL=DivinerMixin.d.ts.map
|
|
@@ -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"}
|
|
@@ -448,9 +448,21 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
|
|
|
448
448
|
schema: string;
|
|
449
449
|
} & import("@xyo-network/payload-model").PayloadFields)[]>;
|
|
450
450
|
stateQuery: (account: import("@xyo-network/account-model").AccountInstance) => import("@xylabs/promise").Promisable<import("@xyo-network/module-model").ModuleQueryResult>;
|
|
451
|
+
addParent: (module: ModuleInstance<import("@xylabs/object").BaseParamsFields & {
|
|
452
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
453
|
+
addToResolvers?: boolean | undefined;
|
|
454
|
+
allowNameResolution?: boolean | undefined;
|
|
455
|
+
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 & {
|
|
456
|
+
schema: "network.xyo.module.config";
|
|
457
|
+
}, "schema"> & {
|
|
458
|
+
schema: string;
|
|
459
|
+
};
|
|
460
|
+
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
461
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
462
|
+
}, import("@xyo-network/module-model").ModuleEventData<object>>) => void;
|
|
451
463
|
addressCache?: ((direction: import("@xyo-network/module-model").Direction, includePrivate: boolean) => import("@xyo-network/module-model").AddressToWeakInstanceCache | undefined) | undefined;
|
|
452
|
-
localName
|
|
453
|
-
parents
|
|
464
|
+
localName: string | undefined;
|
|
465
|
+
parents: () => import("@xylabs/promise").Promisable<ModuleInstance<import("@xylabs/object").BaseParamsFields & {
|
|
454
466
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
455
467
|
addToResolvers?: boolean | undefined;
|
|
456
468
|
allowNameResolution?: boolean | undefined;
|
|
@@ -461,8 +473,8 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
|
|
|
461
473
|
};
|
|
462
474
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
463
475
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
464
|
-
}, import("@xyo-network/module-model").ModuleEventData<object>>[]
|
|
465
|
-
privateChildren
|
|
476
|
+
}, import("@xyo-network/module-model").ModuleEventData<object>>[]>;
|
|
477
|
+
privateChildren: () => import("@xylabs/promise").Promisable<ModuleInstance<import("@xylabs/object").BaseParamsFields & {
|
|
466
478
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
467
479
|
addToResolvers?: boolean | undefined;
|
|
468
480
|
allowNameResolution?: boolean | undefined;
|
|
@@ -473,8 +485,8 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
|
|
|
473
485
|
};
|
|
474
486
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
475
487
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
476
|
-
}, import("@xyo-network/module-model").ModuleEventData<object>>[]
|
|
477
|
-
publicChildren
|
|
488
|
+
}, import("@xyo-network/module-model").ModuleEventData<object>>[]>;
|
|
489
|
+
publicChildren: () => import("@xylabs/promise").Promisable<ModuleInstance<import("@xylabs/object").BaseParamsFields & {
|
|
478
490
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
479
491
|
addToResolvers?: boolean | undefined;
|
|
480
492
|
allowNameResolution?: boolean | undefined;
|
|
@@ -485,8 +497,9 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
|
|
|
485
497
|
};
|
|
486
498
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
487
499
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
488
|
-
}, import("@xyo-network/module-model").ModuleEventData<object>>[]
|
|
489
|
-
|
|
500
|
+
}, import("@xyo-network/module-model").ModuleEventData<object>>[]>;
|
|
501
|
+
removeParent: (address: Lowercase<string>) => void;
|
|
502
|
+
siblings: () => import("@xylabs/promise").Promisable<ModuleInstance<import("@xylabs/object").BaseParamsFields & {
|
|
490
503
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
491
504
|
addToResolvers?: boolean | undefined;
|
|
492
505
|
allowNameResolution?: boolean | undefined;
|
|
@@ -497,6 +510,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
|
|
|
497
510
|
};
|
|
498
511
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
499
512
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
500
|
-
}, import("@xyo-network/module-model").ModuleEventData<object>>[]
|
|
513
|
+
}, import("@xyo-network/module-model").ModuleEventData<object>>[]>;
|
|
501
514
|
}) & TModule;
|
|
502
515
|
//# sourceMappingURL=DivinerMixin.d.ts.map
|
|
@@ -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"}
|
|
@@ -448,9 +448,21 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
|
|
|
448
448
|
schema: string;
|
|
449
449
|
} & import("@xyo-network/payload-model").PayloadFields)[]>;
|
|
450
450
|
stateQuery: (account: import("@xyo-network/account-model").AccountInstance) => import("@xylabs/promise").Promisable<import("@xyo-network/module-model").ModuleQueryResult>;
|
|
451
|
+
addParent: (module: ModuleInstance<import("@xylabs/object").BaseParamsFields & {
|
|
452
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
453
|
+
addToResolvers?: boolean | undefined;
|
|
454
|
+
allowNameResolution?: boolean | undefined;
|
|
455
|
+
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 & {
|
|
456
|
+
schema: "network.xyo.module.config";
|
|
457
|
+
}, "schema"> & {
|
|
458
|
+
schema: string;
|
|
459
|
+
};
|
|
460
|
+
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
461
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
462
|
+
}, import("@xyo-network/module-model").ModuleEventData<object>>) => void;
|
|
451
463
|
addressCache?: ((direction: import("@xyo-network/module-model").Direction, includePrivate: boolean) => import("@xyo-network/module-model").AddressToWeakInstanceCache | undefined) | undefined;
|
|
452
|
-
localName
|
|
453
|
-
parents
|
|
464
|
+
localName: string | undefined;
|
|
465
|
+
parents: () => import("@xylabs/promise").Promisable<ModuleInstance<import("@xylabs/object").BaseParamsFields & {
|
|
454
466
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
455
467
|
addToResolvers?: boolean | undefined;
|
|
456
468
|
allowNameResolution?: boolean | undefined;
|
|
@@ -461,8 +473,8 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
|
|
|
461
473
|
};
|
|
462
474
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
463
475
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
464
|
-
}, import("@xyo-network/module-model").ModuleEventData<object>>[]
|
|
465
|
-
privateChildren
|
|
476
|
+
}, import("@xyo-network/module-model").ModuleEventData<object>>[]>;
|
|
477
|
+
privateChildren: () => import("@xylabs/promise").Promisable<ModuleInstance<import("@xylabs/object").BaseParamsFields & {
|
|
466
478
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
467
479
|
addToResolvers?: boolean | undefined;
|
|
468
480
|
allowNameResolution?: boolean | undefined;
|
|
@@ -473,8 +485,8 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
|
|
|
473
485
|
};
|
|
474
486
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
475
487
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
476
|
-
}, import("@xyo-network/module-model").ModuleEventData<object>>[]
|
|
477
|
-
publicChildren
|
|
488
|
+
}, import("@xyo-network/module-model").ModuleEventData<object>>[]>;
|
|
489
|
+
publicChildren: () => import("@xylabs/promise").Promisable<ModuleInstance<import("@xylabs/object").BaseParamsFields & {
|
|
478
490
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
479
491
|
addToResolvers?: boolean | undefined;
|
|
480
492
|
allowNameResolution?: boolean | undefined;
|
|
@@ -485,8 +497,9 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
|
|
|
485
497
|
};
|
|
486
498
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
487
499
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
488
|
-
}, import("@xyo-network/module-model").ModuleEventData<object>>[]
|
|
489
|
-
|
|
500
|
+
}, import("@xyo-network/module-model").ModuleEventData<object>>[]>;
|
|
501
|
+
removeParent: (address: Lowercase<string>) => void;
|
|
502
|
+
siblings: () => import("@xylabs/promise").Promisable<ModuleInstance<import("@xylabs/object").BaseParamsFields & {
|
|
490
503
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
491
504
|
addToResolvers?: boolean | undefined;
|
|
492
505
|
allowNameResolution?: boolean | undefined;
|
|
@@ -497,6 +510,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
|
|
|
497
510
|
};
|
|
498
511
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
499
512
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
500
|
-
}, import("@xyo-network/module-model").ModuleEventData<object>>[]
|
|
513
|
+
}, import("@xyo-network/module-model").ModuleEventData<object>>[]>;
|
|
501
514
|
}) & TModule;
|
|
502
515
|
//# sourceMappingURL=DivinerMixin.d.ts.map
|
|
@@ -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"}
|
|
@@ -448,9 +448,21 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
|
|
|
448
448
|
schema: string;
|
|
449
449
|
} & import("@xyo-network/payload-model").PayloadFields)[]>;
|
|
450
450
|
stateQuery: (account: import("@xyo-network/account-model").AccountInstance) => import("@xylabs/promise").Promisable<import("@xyo-network/module-model").ModuleQueryResult>;
|
|
451
|
+
addParent: (module: ModuleInstance<import("@xylabs/object").BaseParamsFields & {
|
|
452
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
453
|
+
addToResolvers?: boolean | undefined;
|
|
454
|
+
allowNameResolution?: boolean | undefined;
|
|
455
|
+
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 & {
|
|
456
|
+
schema: "network.xyo.module.config";
|
|
457
|
+
}, "schema"> & {
|
|
458
|
+
schema: string;
|
|
459
|
+
};
|
|
460
|
+
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
461
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
462
|
+
}, import("@xyo-network/module-model").ModuleEventData<object>>) => void;
|
|
451
463
|
addressCache?: ((direction: import("@xyo-network/module-model").Direction, includePrivate: boolean) => import("@xyo-network/module-model").AddressToWeakInstanceCache | undefined) | undefined;
|
|
452
|
-
localName
|
|
453
|
-
parents
|
|
464
|
+
localName: string | undefined;
|
|
465
|
+
parents: () => import("@xylabs/promise").Promisable<ModuleInstance<import("@xylabs/object").BaseParamsFields & {
|
|
454
466
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
455
467
|
addToResolvers?: boolean | undefined;
|
|
456
468
|
allowNameResolution?: boolean | undefined;
|
|
@@ -461,8 +473,8 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
|
|
|
461
473
|
};
|
|
462
474
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
463
475
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
464
|
-
}, import("@xyo-network/module-model").ModuleEventData<object>>[]
|
|
465
|
-
privateChildren
|
|
476
|
+
}, import("@xyo-network/module-model").ModuleEventData<object>>[]>;
|
|
477
|
+
privateChildren: () => import("@xylabs/promise").Promisable<ModuleInstance<import("@xylabs/object").BaseParamsFields & {
|
|
466
478
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
467
479
|
addToResolvers?: boolean | undefined;
|
|
468
480
|
allowNameResolution?: boolean | undefined;
|
|
@@ -473,8 +485,8 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
|
|
|
473
485
|
};
|
|
474
486
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
475
487
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
476
|
-
}, import("@xyo-network/module-model").ModuleEventData<object>>[]
|
|
477
|
-
publicChildren
|
|
488
|
+
}, import("@xyo-network/module-model").ModuleEventData<object>>[]>;
|
|
489
|
+
publicChildren: () => import("@xylabs/promise").Promisable<ModuleInstance<import("@xylabs/object").BaseParamsFields & {
|
|
478
490
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
479
491
|
addToResolvers?: boolean | undefined;
|
|
480
492
|
allowNameResolution?: boolean | undefined;
|
|
@@ -485,8 +497,9 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
|
|
|
485
497
|
};
|
|
486
498
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
487
499
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
488
|
-
}, import("@xyo-network/module-model").ModuleEventData<object>>[]
|
|
489
|
-
|
|
500
|
+
}, import("@xyo-network/module-model").ModuleEventData<object>>[]>;
|
|
501
|
+
removeParent: (address: Lowercase<string>) => void;
|
|
502
|
+
siblings: () => import("@xylabs/promise").Promisable<ModuleInstance<import("@xylabs/object").BaseParamsFields & {
|
|
490
503
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
491
504
|
addToResolvers?: boolean | undefined;
|
|
492
505
|
allowNameResolution?: boolean | undefined;
|
|
@@ -497,6 +510,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
|
|
|
497
510
|
};
|
|
498
511
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
499
512
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
500
|
-
}, import("@xyo-network/module-model").ModuleEventData<object>>[]
|
|
513
|
+
}, import("@xyo-network/module-model").ModuleEventData<object>>[]>;
|
|
501
514
|
}) & TModule;
|
|
502
515
|
//# sourceMappingURL=DivinerMixin.d.ts.map
|
|
@@ -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"}
|
|
@@ -448,9 +448,21 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
|
|
|
448
448
|
schema: string;
|
|
449
449
|
} & import("@xyo-network/payload-model").PayloadFields)[]>;
|
|
450
450
|
stateQuery: (account: import("@xyo-network/account-model").AccountInstance) => import("@xylabs/promise").Promisable<import("@xyo-network/module-model").ModuleQueryResult>;
|
|
451
|
+
addParent: (module: ModuleInstance<import("@xylabs/object").BaseParamsFields & {
|
|
452
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
453
|
+
addToResolvers?: boolean | undefined;
|
|
454
|
+
allowNameResolution?: boolean | undefined;
|
|
455
|
+
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 & {
|
|
456
|
+
schema: "network.xyo.module.config";
|
|
457
|
+
}, "schema"> & {
|
|
458
|
+
schema: string;
|
|
459
|
+
};
|
|
460
|
+
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
461
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
462
|
+
}, import("@xyo-network/module-model").ModuleEventData<object>>) => void;
|
|
451
463
|
addressCache?: ((direction: import("@xyo-network/module-model").Direction, includePrivate: boolean) => import("@xyo-network/module-model").AddressToWeakInstanceCache | undefined) | undefined;
|
|
452
|
-
localName
|
|
453
|
-
parents
|
|
464
|
+
localName: string | undefined;
|
|
465
|
+
parents: () => import("@xylabs/promise").Promisable<ModuleInstance<import("@xylabs/object").BaseParamsFields & {
|
|
454
466
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
455
467
|
addToResolvers?: boolean | undefined;
|
|
456
468
|
allowNameResolution?: boolean | undefined;
|
|
@@ -461,8 +473,8 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
|
|
|
461
473
|
};
|
|
462
474
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
463
475
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
464
|
-
}, import("@xyo-network/module-model").ModuleEventData<object>>[]
|
|
465
|
-
privateChildren
|
|
476
|
+
}, import("@xyo-network/module-model").ModuleEventData<object>>[]>;
|
|
477
|
+
privateChildren: () => import("@xylabs/promise").Promisable<ModuleInstance<import("@xylabs/object").BaseParamsFields & {
|
|
466
478
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
467
479
|
addToResolvers?: boolean | undefined;
|
|
468
480
|
allowNameResolution?: boolean | undefined;
|
|
@@ -473,8 +485,8 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
|
|
|
473
485
|
};
|
|
474
486
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
475
487
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
476
|
-
}, import("@xyo-network/module-model").ModuleEventData<object>>[]
|
|
477
|
-
publicChildren
|
|
488
|
+
}, import("@xyo-network/module-model").ModuleEventData<object>>[]>;
|
|
489
|
+
publicChildren: () => import("@xylabs/promise").Promisable<ModuleInstance<import("@xylabs/object").BaseParamsFields & {
|
|
478
490
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
479
491
|
addToResolvers?: boolean | undefined;
|
|
480
492
|
allowNameResolution?: boolean | undefined;
|
|
@@ -485,8 +497,9 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
|
|
|
485
497
|
};
|
|
486
498
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
487
499
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
488
|
-
}, import("@xyo-network/module-model").ModuleEventData<object>>[]
|
|
489
|
-
|
|
500
|
+
}, import("@xyo-network/module-model").ModuleEventData<object>>[]>;
|
|
501
|
+
removeParent: (address: Lowercase<string>) => void;
|
|
502
|
+
siblings: () => import("@xylabs/promise").Promisable<ModuleInstance<import("@xylabs/object").BaseParamsFields & {
|
|
490
503
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
491
504
|
addToResolvers?: boolean | undefined;
|
|
492
505
|
allowNameResolution?: boolean | undefined;
|
|
@@ -497,6 +510,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
|
|
|
497
510
|
};
|
|
498
511
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
499
512
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
500
|
-
}, import("@xyo-network/module-model").ModuleEventData<object>>[]
|
|
513
|
+
}, import("@xyo-network/module-model").ModuleEventData<object>>[]>;
|
|
501
514
|
}) & TModule;
|
|
502
515
|
//# sourceMappingURL=DivinerMixin.d.ts.map
|
|
@@ -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
|
@@ -12,27 +12,27 @@
|
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@xylabs/assert": "^3.1.7",
|
|
14
14
|
"@xylabs/hex": "^3.1.7",
|
|
15
|
-
"@xyo-network/archivist-model": "~2.95.
|
|
16
|
-
"@xyo-network/archivist-wrapper": "~2.95.
|
|
17
|
-
"@xyo-network/boundwitness-builder": "~2.95.
|
|
18
|
-
"@xyo-network/boundwitness-model": "~2.95.
|
|
19
|
-
"@xyo-network/diviner-abstract": "~2.95.
|
|
20
|
-
"@xyo-network/diviner-boundwitness-model": "~2.95.
|
|
21
|
-
"@xyo-network/diviner-model": "~2.95.
|
|
22
|
-
"@xyo-network/diviner-wrapper": "~2.95.
|
|
23
|
-
"@xyo-network/module-model": "~2.95.
|
|
24
|
-
"@xyo-network/payload-builder": "~2.95.
|
|
25
|
-
"@xyo-network/payload-model": "~2.95.
|
|
15
|
+
"@xyo-network/archivist-model": "~2.95.1",
|
|
16
|
+
"@xyo-network/archivist-wrapper": "~2.95.1",
|
|
17
|
+
"@xyo-network/boundwitness-builder": "~2.95.1",
|
|
18
|
+
"@xyo-network/boundwitness-model": "~2.95.1",
|
|
19
|
+
"@xyo-network/diviner-abstract": "~2.95.1",
|
|
20
|
+
"@xyo-network/diviner-boundwitness-model": "~2.95.1",
|
|
21
|
+
"@xyo-network/diviner-model": "~2.95.1",
|
|
22
|
+
"@xyo-network/diviner-wrapper": "~2.95.1",
|
|
23
|
+
"@xyo-network/module-model": "~2.95.1",
|
|
24
|
+
"@xyo-network/payload-builder": "~2.95.1",
|
|
25
|
+
"@xyo-network/payload-model": "~2.95.1"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"@xylabs/ts-scripts-yarn3": "^3.9.0",
|
|
29
29
|
"@xylabs/tsconfig": "^3.9.0",
|
|
30
|
-
"@xyo-network/account": "~2.95.
|
|
31
|
-
"@xyo-network/archivist-memory": "~2.95.
|
|
32
|
-
"@xyo-network/diviner-boundwitness-memory": "~2.95.
|
|
33
|
-
"@xyo-network/diviner-payload-memory": "~2.95.
|
|
34
|
-
"@xyo-network/manifest": "~2.95.
|
|
35
|
-
"@xyo-network/node-memory": "~2.95.
|
|
30
|
+
"@xyo-network/account": "~2.95.1",
|
|
31
|
+
"@xyo-network/archivist-memory": "~2.95.1",
|
|
32
|
+
"@xyo-network/diviner-boundwitness-memory": "~2.95.1",
|
|
33
|
+
"@xyo-network/diviner-payload-memory": "~2.95.1",
|
|
34
|
+
"@xyo-network/manifest": "~2.95.1",
|
|
35
|
+
"@xyo-network/node-memory": "~2.95.1",
|
|
36
36
|
"typescript": "^5.4.5"
|
|
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.95.
|
|
77
|
+
"version": "2.95.1",
|
|
78
78
|
"type": "module"
|
|
79
79
|
}
|