@xyo-network/archivist-wrapper 3.9.3 → 3.9.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/neutral/index.d.ts +4 -0
- package/package.json +9 -9
package/dist/neutral/index.d.ts
CHANGED
|
@@ -17,6 +17,8 @@ declare class ArchivistWrapper<TWrappedModule extends ArchivistModuleInstance =
|
|
|
17
17
|
config: _xyo_network_module_model.AnyConfigSchema<_xyo_network_archivist_model.ArchivistConfig>;
|
|
18
18
|
ephemeralQueryAccountEnabled?: boolean;
|
|
19
19
|
moduleIdentifierTransformers?: _xyo_network_module_model.ModuleIdentifierTransformer[];
|
|
20
|
+
privateChildren?: _xyo_network_module_model.ModuleInstance[];
|
|
21
|
+
publicChildren?: _xyo_network_module_model.ModuleInstance[];
|
|
20
22
|
} & _xyo_network_archivist_model.ArchivistParamFields & object, _xyo_network_archivist_model.ArchivistModuleEventData, Payload>>;
|
|
21
23
|
static readonly moduleIdentityCheck: _xyo_network_module_model.ModuleTypeCheck<ArchivistModuleInstance<_xylabs_object.BaseParamsFields & {
|
|
22
24
|
account?: AccountInstance | "random";
|
|
@@ -26,6 +28,8 @@ declare class ArchivistWrapper<TWrappedModule extends ArchivistModuleInstance =
|
|
|
26
28
|
config: _xyo_network_module_model.AnyConfigSchema<_xyo_network_archivist_model.ArchivistConfig>;
|
|
27
29
|
ephemeralQueryAccountEnabled?: boolean;
|
|
28
30
|
moduleIdentifierTransformers?: _xyo_network_module_model.ModuleIdentifierTransformer[];
|
|
31
|
+
privateChildren?: _xyo_network_module_model.ModuleInstance[];
|
|
32
|
+
publicChildren?: _xyo_network_module_model.ModuleInstance[];
|
|
29
33
|
}, _xyo_network_archivist_model.ArchivistModuleEventData>>;
|
|
30
34
|
static readonly requiredQueries: string[];
|
|
31
35
|
all(): Promise<WithStorageMeta<Payload>[]>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/archivist-wrapper",
|
|
3
|
-
"version": "3.9.
|
|
3
|
+
"version": "3.9.5",
|
|
4
4
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
5
5
|
"homepage": "https://xyo.network",
|
|
6
6
|
"bugs": {
|
|
@@ -30,19 +30,19 @@
|
|
|
30
30
|
"types": "dist/neutral/index.d.ts",
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"@xylabs/hex": "^4.5.1",
|
|
33
|
-
"@xyo-network/account-model": "^3.9.
|
|
34
|
-
"@xyo-network/archivist-model": "^3.9.
|
|
35
|
-
"@xyo-network/module-model": "^3.9.
|
|
36
|
-
"@xyo-network/module-wrapper": "^3.9.
|
|
37
|
-
"@xyo-network/payload-model": "^3.9.
|
|
33
|
+
"@xyo-network/account-model": "^3.9.5",
|
|
34
|
+
"@xyo-network/archivist-model": "^3.9.5",
|
|
35
|
+
"@xyo-network/module-model": "^3.9.5",
|
|
36
|
+
"@xyo-network/module-wrapper": "^3.9.5",
|
|
37
|
+
"@xyo-network/payload-model": "^3.9.5"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@xylabs/ts-scripts-yarn3": "^5.0.24",
|
|
41
41
|
"@xylabs/tsconfig": "^5.0.24",
|
|
42
42
|
"@xylabs/vitest-extended": "^4.5.1",
|
|
43
|
-
"@xyo-network/account": "^3.9.
|
|
44
|
-
"@xyo-network/archivist-memory": "^3.9.
|
|
45
|
-
"@xyo-network/payload-builder": "^3.9.
|
|
43
|
+
"@xyo-network/account": "^3.9.5",
|
|
44
|
+
"@xyo-network/archivist-memory": "^3.9.5",
|
|
45
|
+
"@xyo-network/payload-builder": "^3.9.5",
|
|
46
46
|
"typescript": "^5.7.3",
|
|
47
47
|
"vitest": "^3.0.5"
|
|
48
48
|
},
|