@xyo-network/diviner-stateful 2.100.27 → 2.101.0
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 +8 -2
- package/dist/browser/DivinerMixin.d.cts.map +1 -1
- package/dist/browser/DivinerMixin.d.mts +8 -2
- package/dist/browser/DivinerMixin.d.mts.map +1 -1
- package/dist/browser/DivinerMixin.d.ts +8 -2
- package/dist/browser/DivinerMixin.d.ts.map +1 -1
- package/dist/neutral/DivinerMixin.d.cts +8 -2
- package/dist/neutral/DivinerMixin.d.cts.map +1 -1
- package/dist/neutral/DivinerMixin.d.mts +8 -2
- package/dist/neutral/DivinerMixin.d.mts.map +1 -1
- package/dist/neutral/DivinerMixin.d.ts +8 -2
- package/dist/neutral/DivinerMixin.d.ts.map +1 -1
- package/dist/node/DivinerMixin.d.cts +8 -2
- package/dist/node/DivinerMixin.d.cts.map +1 -1
- package/dist/node/DivinerMixin.d.mts +8 -2
- package/dist/node/DivinerMixin.d.mts.map +1 -1
- package/dist/node/DivinerMixin.d.ts +8 -2
- package/dist/node/DivinerMixin.d.ts.map +1 -1
- package/package.json +19 -19
|
@@ -168,6 +168,7 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
|
|
|
168
168
|
address: Lowercase<string>;
|
|
169
169
|
config: TParams["config"];
|
|
170
170
|
id: string;
|
|
171
|
+
modName?: string | undefined;
|
|
171
172
|
params: TParams;
|
|
172
173
|
previousHash: () => import("@xylabs/promise").Promisable<string | undefined>;
|
|
173
174
|
queries: string[];
|
|
@@ -466,7 +467,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
|
|
|
466
467
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
467
468
|
}, import("@xyo-network/module-model").ModuleEventData<object>>) => void;
|
|
468
469
|
addressCache?: ((direction: import("@xyo-network/module-model").Direction, includePrivate: boolean) => import("@xyo-network/module-model").AddressToWeakInstanceCache | undefined) | undefined;
|
|
469
|
-
localName: string | undefined;
|
|
470
470
|
parents: () => import("@xylabs/promise").Promisable<ModuleInstance<import("@xylabs/object").BaseParamsFields & {
|
|
471
471
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
472
472
|
addToResolvers?: boolean | undefined;
|
|
@@ -503,7 +503,13 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
|
|
|
503
503
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
504
504
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
505
505
|
}, import("@xyo-network/module-model").ModuleEventData<object>>[]>;
|
|
506
|
-
removeParent: (address: Lowercase<string>) => void;
|
|
506
|
+
removeParent: (address: Lowercase<string>) => void; /**
|
|
507
|
+
* Commit the internal state of the Diviner process. This is similar
|
|
508
|
+
* to a transaction completion in a database and should only be called
|
|
509
|
+
* when results have been successfully persisted to the appropriate
|
|
510
|
+
* external stores.
|
|
511
|
+
* @param nextState The state to commit
|
|
512
|
+
*/
|
|
507
513
|
siblings: () => import("@xylabs/promise").Promisable<ModuleInstance<import("@xylabs/object").BaseParamsFields & {
|
|
508
514
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
509
515
|
addToResolvers?: boolean | undefined;
|
|
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wDA7DzE;;;;;;OAMG;;;;;;;;;;;;;YAiGN,CAAA"}
|
|
@@ -168,6 +168,7 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
|
|
|
168
168
|
address: Lowercase<string>;
|
|
169
169
|
config: TParams["config"];
|
|
170
170
|
id: string;
|
|
171
|
+
modName?: string | undefined;
|
|
171
172
|
params: TParams;
|
|
172
173
|
previousHash: () => import("@xylabs/promise").Promisable<string | undefined>;
|
|
173
174
|
queries: string[];
|
|
@@ -466,7 +467,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
|
|
|
466
467
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
467
468
|
}, import("@xyo-network/module-model").ModuleEventData<object>>) => void;
|
|
468
469
|
addressCache?: ((direction: import("@xyo-network/module-model").Direction, includePrivate: boolean) => import("@xyo-network/module-model").AddressToWeakInstanceCache | undefined) | undefined;
|
|
469
|
-
localName: string | undefined;
|
|
470
470
|
parents: () => import("@xylabs/promise").Promisable<ModuleInstance<import("@xylabs/object").BaseParamsFields & {
|
|
471
471
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
472
472
|
addToResolvers?: boolean | undefined;
|
|
@@ -503,7 +503,13 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
|
|
|
503
503
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
504
504
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
505
505
|
}, import("@xyo-network/module-model").ModuleEventData<object>>[]>;
|
|
506
|
-
removeParent: (address: Lowercase<string>) => void;
|
|
506
|
+
removeParent: (address: Lowercase<string>) => void; /**
|
|
507
|
+
* Commit the internal state of the Diviner process. This is similar
|
|
508
|
+
* to a transaction completion in a database and should only be called
|
|
509
|
+
* when results have been successfully persisted to the appropriate
|
|
510
|
+
* external stores.
|
|
511
|
+
* @param nextState The state to commit
|
|
512
|
+
*/
|
|
507
513
|
siblings: () => import("@xylabs/promise").Promisable<ModuleInstance<import("@xylabs/object").BaseParamsFields & {
|
|
508
514
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
509
515
|
addToResolvers?: boolean | undefined;
|
|
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wDA7DzE;;;;;;OAMG;;;;;;;;;;;;;YAiGN,CAAA"}
|
|
@@ -168,6 +168,7 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
|
|
|
168
168
|
address: Lowercase<string>;
|
|
169
169
|
config: TParams["config"];
|
|
170
170
|
id: string;
|
|
171
|
+
modName?: string | undefined;
|
|
171
172
|
params: TParams;
|
|
172
173
|
previousHash: () => import("@xylabs/promise").Promisable<string | undefined>;
|
|
173
174
|
queries: string[];
|
|
@@ -466,7 +467,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
|
|
|
466
467
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
467
468
|
}, import("@xyo-network/module-model").ModuleEventData<object>>) => void;
|
|
468
469
|
addressCache?: ((direction: import("@xyo-network/module-model").Direction, includePrivate: boolean) => import("@xyo-network/module-model").AddressToWeakInstanceCache | undefined) | undefined;
|
|
469
|
-
localName: string | undefined;
|
|
470
470
|
parents: () => import("@xylabs/promise").Promisable<ModuleInstance<import("@xylabs/object").BaseParamsFields & {
|
|
471
471
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
472
472
|
addToResolvers?: boolean | undefined;
|
|
@@ -503,7 +503,13 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
|
|
|
503
503
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
504
504
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
505
505
|
}, import("@xyo-network/module-model").ModuleEventData<object>>[]>;
|
|
506
|
-
removeParent: (address: Lowercase<string>) => void;
|
|
506
|
+
removeParent: (address: Lowercase<string>) => void; /**
|
|
507
|
+
* Commit the internal state of the Diviner process. This is similar
|
|
508
|
+
* to a transaction completion in a database and should only be called
|
|
509
|
+
* when results have been successfully persisted to the appropriate
|
|
510
|
+
* external stores.
|
|
511
|
+
* @param nextState The state to commit
|
|
512
|
+
*/
|
|
507
513
|
siblings: () => import("@xylabs/promise").Promisable<ModuleInstance<import("@xylabs/object").BaseParamsFields & {
|
|
508
514
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
509
515
|
addToResolvers?: boolean | undefined;
|
|
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wDA7DzE;;;;;;OAMG;;;;;;;;;;;;;YAiGN,CAAA"}
|
|
@@ -168,6 +168,7 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
|
|
|
168
168
|
address: Lowercase<string>;
|
|
169
169
|
config: TParams["config"];
|
|
170
170
|
id: string;
|
|
171
|
+
modName?: string | undefined;
|
|
171
172
|
params: TParams;
|
|
172
173
|
previousHash: () => import("@xylabs/promise").Promisable<string | undefined>;
|
|
173
174
|
queries: string[];
|
|
@@ -466,7 +467,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
|
|
|
466
467
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
467
468
|
}, import("@xyo-network/module-model").ModuleEventData<object>>) => void;
|
|
468
469
|
addressCache?: ((direction: import("@xyo-network/module-model").Direction, includePrivate: boolean) => import("@xyo-network/module-model").AddressToWeakInstanceCache | undefined) | undefined;
|
|
469
|
-
localName: string | undefined;
|
|
470
470
|
parents: () => import("@xylabs/promise").Promisable<ModuleInstance<import("@xylabs/object").BaseParamsFields & {
|
|
471
471
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
472
472
|
addToResolvers?: boolean | undefined;
|
|
@@ -503,7 +503,13 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
|
|
|
503
503
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
504
504
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
505
505
|
}, import("@xyo-network/module-model").ModuleEventData<object>>[]>;
|
|
506
|
-
removeParent: (address: Lowercase<string>) => void;
|
|
506
|
+
removeParent: (address: Lowercase<string>) => void; /**
|
|
507
|
+
* Commit the internal state of the Diviner process. This is similar
|
|
508
|
+
* to a transaction completion in a database and should only be called
|
|
509
|
+
* when results have been successfully persisted to the appropriate
|
|
510
|
+
* external stores.
|
|
511
|
+
* @param nextState The state to commit
|
|
512
|
+
*/
|
|
507
513
|
siblings: () => import("@xylabs/promise").Promisable<ModuleInstance<import("@xylabs/object").BaseParamsFields & {
|
|
508
514
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
509
515
|
addToResolvers?: boolean | undefined;
|
|
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wDA7DzE;;;;;;OAMG;;;;;;;;;;;;;YAiGN,CAAA"}
|
|
@@ -168,6 +168,7 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
|
|
|
168
168
|
address: Lowercase<string>;
|
|
169
169
|
config: TParams["config"];
|
|
170
170
|
id: string;
|
|
171
|
+
modName?: string | undefined;
|
|
171
172
|
params: TParams;
|
|
172
173
|
previousHash: () => import("@xylabs/promise").Promisable<string | undefined>;
|
|
173
174
|
queries: string[];
|
|
@@ -466,7 +467,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
|
|
|
466
467
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
467
468
|
}, import("@xyo-network/module-model").ModuleEventData<object>>) => void;
|
|
468
469
|
addressCache?: ((direction: import("@xyo-network/module-model").Direction, includePrivate: boolean) => import("@xyo-network/module-model").AddressToWeakInstanceCache | undefined) | undefined;
|
|
469
|
-
localName: string | undefined;
|
|
470
470
|
parents: () => import("@xylabs/promise").Promisable<ModuleInstance<import("@xylabs/object").BaseParamsFields & {
|
|
471
471
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
472
472
|
addToResolvers?: boolean | undefined;
|
|
@@ -503,7 +503,13 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
|
|
|
503
503
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
504
504
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
505
505
|
}, import("@xyo-network/module-model").ModuleEventData<object>>[]>;
|
|
506
|
-
removeParent: (address: Lowercase<string>) => void;
|
|
506
|
+
removeParent: (address: Lowercase<string>) => void; /**
|
|
507
|
+
* Commit the internal state of the Diviner process. This is similar
|
|
508
|
+
* to a transaction completion in a database and should only be called
|
|
509
|
+
* when results have been successfully persisted to the appropriate
|
|
510
|
+
* external stores.
|
|
511
|
+
* @param nextState The state to commit
|
|
512
|
+
*/
|
|
507
513
|
siblings: () => import("@xylabs/promise").Promisable<ModuleInstance<import("@xylabs/object").BaseParamsFields & {
|
|
508
514
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
509
515
|
addToResolvers?: boolean | undefined;
|
|
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wDA7DzE;;;;;;OAMG;;;;;;;;;;;;;YAiGN,CAAA"}
|
|
@@ -168,6 +168,7 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
|
|
|
168
168
|
address: Lowercase<string>;
|
|
169
169
|
config: TParams["config"];
|
|
170
170
|
id: string;
|
|
171
|
+
modName?: string | undefined;
|
|
171
172
|
params: TParams;
|
|
172
173
|
previousHash: () => import("@xylabs/promise").Promisable<string | undefined>;
|
|
173
174
|
queries: string[];
|
|
@@ -466,7 +467,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
|
|
|
466
467
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
467
468
|
}, import("@xyo-network/module-model").ModuleEventData<object>>) => void;
|
|
468
469
|
addressCache?: ((direction: import("@xyo-network/module-model").Direction, includePrivate: boolean) => import("@xyo-network/module-model").AddressToWeakInstanceCache | undefined) | undefined;
|
|
469
|
-
localName: string | undefined;
|
|
470
470
|
parents: () => import("@xylabs/promise").Promisable<ModuleInstance<import("@xylabs/object").BaseParamsFields & {
|
|
471
471
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
472
472
|
addToResolvers?: boolean | undefined;
|
|
@@ -503,7 +503,13 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
|
|
|
503
503
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
504
504
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
505
505
|
}, import("@xyo-network/module-model").ModuleEventData<object>>[]>;
|
|
506
|
-
removeParent: (address: Lowercase<string>) => void;
|
|
506
|
+
removeParent: (address: Lowercase<string>) => void; /**
|
|
507
|
+
* Commit the internal state of the Diviner process. This is similar
|
|
508
|
+
* to a transaction completion in a database and should only be called
|
|
509
|
+
* when results have been successfully persisted to the appropriate
|
|
510
|
+
* external stores.
|
|
511
|
+
* @param nextState The state to commit
|
|
512
|
+
*/
|
|
507
513
|
siblings: () => import("@xylabs/promise").Promisable<ModuleInstance<import("@xylabs/object").BaseParamsFields & {
|
|
508
514
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
509
515
|
addToResolvers?: boolean | undefined;
|
|
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wDA7DzE;;;;;;OAMG;;;;;;;;;;;;;YAiGN,CAAA"}
|
|
@@ -168,6 +168,7 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
|
|
|
168
168
|
address: Lowercase<string>;
|
|
169
169
|
config: TParams["config"];
|
|
170
170
|
id: string;
|
|
171
|
+
modName?: string | undefined;
|
|
171
172
|
params: TParams;
|
|
172
173
|
previousHash: () => import("@xylabs/promise").Promisable<string | undefined>;
|
|
173
174
|
queries: string[];
|
|
@@ -466,7 +467,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
|
|
|
466
467
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
467
468
|
}, import("@xyo-network/module-model").ModuleEventData<object>>) => void;
|
|
468
469
|
addressCache?: ((direction: import("@xyo-network/module-model").Direction, includePrivate: boolean) => import("@xyo-network/module-model").AddressToWeakInstanceCache | undefined) | undefined;
|
|
469
|
-
localName: string | undefined;
|
|
470
470
|
parents: () => import("@xylabs/promise").Promisable<ModuleInstance<import("@xylabs/object").BaseParamsFields & {
|
|
471
471
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
472
472
|
addToResolvers?: boolean | undefined;
|
|
@@ -503,7 +503,13 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
|
|
|
503
503
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
504
504
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
505
505
|
}, import("@xyo-network/module-model").ModuleEventData<object>>[]>;
|
|
506
|
-
removeParent: (address: Lowercase<string>) => void;
|
|
506
|
+
removeParent: (address: Lowercase<string>) => void; /**
|
|
507
|
+
* Commit the internal state of the Diviner process. This is similar
|
|
508
|
+
* to a transaction completion in a database and should only be called
|
|
509
|
+
* when results have been successfully persisted to the appropriate
|
|
510
|
+
* external stores.
|
|
511
|
+
* @param nextState The state to commit
|
|
512
|
+
*/
|
|
507
513
|
siblings: () => import("@xylabs/promise").Promisable<ModuleInstance<import("@xylabs/object").BaseParamsFields & {
|
|
508
514
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
509
515
|
addToResolvers?: boolean | undefined;
|
|
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wDA7DzE;;;;;;OAMG;;;;;;;;;;;;;YAiGN,CAAA"}
|
|
@@ -168,6 +168,7 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
|
|
|
168
168
|
address: Lowercase<string>;
|
|
169
169
|
config: TParams["config"];
|
|
170
170
|
id: string;
|
|
171
|
+
modName?: string | undefined;
|
|
171
172
|
params: TParams;
|
|
172
173
|
previousHash: () => import("@xylabs/promise").Promisable<string | undefined>;
|
|
173
174
|
queries: string[];
|
|
@@ -466,7 +467,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
|
|
|
466
467
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
467
468
|
}, import("@xyo-network/module-model").ModuleEventData<object>>) => void;
|
|
468
469
|
addressCache?: ((direction: import("@xyo-network/module-model").Direction, includePrivate: boolean) => import("@xyo-network/module-model").AddressToWeakInstanceCache | undefined) | undefined;
|
|
469
|
-
localName: string | undefined;
|
|
470
470
|
parents: () => import("@xylabs/promise").Promisable<ModuleInstance<import("@xylabs/object").BaseParamsFields & {
|
|
471
471
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
472
472
|
addToResolvers?: boolean | undefined;
|
|
@@ -503,7 +503,13 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
|
|
|
503
503
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
504
504
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
505
505
|
}, import("@xyo-network/module-model").ModuleEventData<object>>[]>;
|
|
506
|
-
removeParent: (address: Lowercase<string>) => void;
|
|
506
|
+
removeParent: (address: Lowercase<string>) => void; /**
|
|
507
|
+
* Commit the internal state of the Diviner process. This is similar
|
|
508
|
+
* to a transaction completion in a database and should only be called
|
|
509
|
+
* when results have been successfully persisted to the appropriate
|
|
510
|
+
* external stores.
|
|
511
|
+
* @param nextState The state to commit
|
|
512
|
+
*/
|
|
507
513
|
siblings: () => import("@xylabs/promise").Promisable<ModuleInstance<import("@xylabs/object").BaseParamsFields & {
|
|
508
514
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
509
515
|
addToResolvers?: boolean | undefined;
|
|
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wDA7DzE;;;;;;OAMG;;;;;;;;;;;;;YAiGN,CAAA"}
|
|
@@ -168,6 +168,7 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
|
|
|
168
168
|
address: Lowercase<string>;
|
|
169
169
|
config: TParams["config"];
|
|
170
170
|
id: string;
|
|
171
|
+
modName?: string | undefined;
|
|
171
172
|
params: TParams;
|
|
172
173
|
previousHash: () => import("@xylabs/promise").Promisable<string | undefined>;
|
|
173
174
|
queries: string[];
|
|
@@ -466,7 +467,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
|
|
|
466
467
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
467
468
|
}, import("@xyo-network/module-model").ModuleEventData<object>>) => void;
|
|
468
469
|
addressCache?: ((direction: import("@xyo-network/module-model").Direction, includePrivate: boolean) => import("@xyo-network/module-model").AddressToWeakInstanceCache | undefined) | undefined;
|
|
469
|
-
localName: string | undefined;
|
|
470
470
|
parents: () => import("@xylabs/promise").Promisable<ModuleInstance<import("@xylabs/object").BaseParamsFields & {
|
|
471
471
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
472
472
|
addToResolvers?: boolean | undefined;
|
|
@@ -503,7 +503,13 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
|
|
|
503
503
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
504
504
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
505
505
|
}, import("@xyo-network/module-model").ModuleEventData<object>>[]>;
|
|
506
|
-
removeParent: (address: Lowercase<string>) => void;
|
|
506
|
+
removeParent: (address: Lowercase<string>) => void; /**
|
|
507
|
+
* Commit the internal state of the Diviner process. This is similar
|
|
508
|
+
* to a transaction completion in a database and should only be called
|
|
509
|
+
* when results have been successfully persisted to the appropriate
|
|
510
|
+
* external stores.
|
|
511
|
+
* @param nextState The state to commit
|
|
512
|
+
*/
|
|
507
513
|
siblings: () => import("@xylabs/promise").Promisable<ModuleInstance<import("@xylabs/object").BaseParamsFields & {
|
|
508
514
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
509
515
|
addToResolvers?: boolean | undefined;
|
|
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wDA7DzE;;;;;;OAMG;;;;;;;;;;;;;YAiGN,CAAA"}
|
package/package.json
CHANGED
|
@@ -12,28 +12,28 @@
|
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@xylabs/assert": "^3.3.3",
|
|
14
14
|
"@xylabs/hex": "^3.3.3",
|
|
15
|
-
"@xyo-network/archivist-model": "~2.
|
|
16
|
-
"@xyo-network/archivist-wrapper": "~2.
|
|
17
|
-
"@xyo-network/boundwitness-builder": "~2.
|
|
18
|
-
"@xyo-network/boundwitness-model": "~2.
|
|
19
|
-
"@xyo-network/diviner-abstract": "~2.
|
|
20
|
-
"@xyo-network/diviner-boundwitness-model": "~2.
|
|
21
|
-
"@xyo-network/diviner-model": "~2.
|
|
22
|
-
"@xyo-network/diviner-wrapper": "~2.
|
|
23
|
-
"@xyo-network/module-model": "~2.
|
|
24
|
-
"@xyo-network/payload-builder": "~2.
|
|
25
|
-
"@xyo-network/payload-model": "~2.
|
|
15
|
+
"@xyo-network/archivist-model": "~2.101.0",
|
|
16
|
+
"@xyo-network/archivist-wrapper": "~2.101.0",
|
|
17
|
+
"@xyo-network/boundwitness-builder": "~2.101.0",
|
|
18
|
+
"@xyo-network/boundwitness-model": "~2.101.0",
|
|
19
|
+
"@xyo-network/diviner-abstract": "~2.101.0",
|
|
20
|
+
"@xyo-network/diviner-boundwitness-model": "~2.101.0",
|
|
21
|
+
"@xyo-network/diviner-model": "~2.101.0",
|
|
22
|
+
"@xyo-network/diviner-wrapper": "~2.101.0",
|
|
23
|
+
"@xyo-network/module-model": "~2.101.0",
|
|
24
|
+
"@xyo-network/payload-builder": "~2.101.0",
|
|
25
|
+
"@xyo-network/payload-model": "~2.101.0"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"@xylabs/ts-scripts-yarn3": "^3.10.4",
|
|
29
29
|
"@xylabs/tsconfig": "^3.10.4",
|
|
30
|
-
"@xyo-network/account": "~2.
|
|
31
|
-
"@xyo-network/archivist-memory": "~2.
|
|
32
|
-
"@xyo-network/diviner-boundwitness-memory": "~2.
|
|
33
|
-
"@xyo-network/diviner-payload-memory": "~2.
|
|
34
|
-
"@xyo-network/manifest": "~2.
|
|
35
|
-
"@xyo-network/module-factory-locator": "~2.
|
|
36
|
-
"@xyo-network/node-memory": "~2.
|
|
30
|
+
"@xyo-network/account": "~2.101.0",
|
|
31
|
+
"@xyo-network/archivist-memory": "~2.101.0",
|
|
32
|
+
"@xyo-network/diviner-boundwitness-memory": "~2.101.0",
|
|
33
|
+
"@xyo-network/diviner-payload-memory": "~2.101.0",
|
|
34
|
+
"@xyo-network/manifest": "~2.101.0",
|
|
35
|
+
"@xyo-network/module-factory-locator": "~2.101.0",
|
|
36
|
+
"@xyo-network/node-memory": "~2.101.0",
|
|
37
37
|
"typescript": "^5.4.5"
|
|
38
38
|
},
|
|
39
39
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
@@ -75,6 +75,6 @@
|
|
|
75
75
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js.git"
|
|
76
76
|
},
|
|
77
77
|
"sideEffects": false,
|
|
78
|
-
"version": "2.
|
|
78
|
+
"version": "2.101.0",
|
|
79
79
|
"type": "module"
|
|
80
80
|
}
|