@xyo-network/react-manifest 2.66.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +165 -0
- package/README.md +13 -0
- package/dist/browser/classes/ManifestNodeBuilder.d.cts +421 -0
- package/dist/browser/classes/ManifestNodeBuilder.d.cts.map +1 -0
- package/dist/browser/classes/ManifestNodeBuilder.d.mts +421 -0
- package/dist/browser/classes/ManifestNodeBuilder.d.mts.map +1 -0
- package/dist/browser/classes/ManifestNodeBuilder.d.ts +421 -0
- package/dist/browser/classes/ManifestNodeBuilder.d.ts.map +1 -0
- package/dist/browser/classes/index.d.cts +2 -0
- package/dist/browser/classes/index.d.cts.map +1 -0
- package/dist/browser/classes/index.d.mts +2 -0
- package/dist/browser/classes/index.d.mts.map +1 -0
- package/dist/browser/classes/index.d.ts +2 -0
- package/dist/browser/classes/index.d.ts.map +1 -0
- package/dist/browser/components/ManifestNodeProvider.d.cts +7 -0
- package/dist/browser/components/ManifestNodeProvider.d.cts.map +1 -0
- package/dist/browser/components/ManifestNodeProvider.d.mts +7 -0
- package/dist/browser/components/ManifestNodeProvider.d.mts.map +1 -0
- package/dist/browser/components/ManifestNodeProvider.d.ts +7 -0
- package/dist/browser/components/ManifestNodeProvider.d.ts.map +1 -0
- package/dist/browser/components/index.d.cts +2 -0
- package/dist/browser/components/index.d.cts.map +1 -0
- package/dist/browser/components/index.d.mts +2 -0
- package/dist/browser/components/index.d.mts.map +1 -0
- package/dist/browser/components/index.d.ts +2 -0
- package/dist/browser/components/index.d.ts.map +1 -0
- package/dist/browser/index.cjs +80 -0
- package/dist/browser/index.cjs.map +1 -0
- package/dist/browser/index.d.cts +5 -0
- package/dist/browser/index.d.cts.map +1 -0
- package/dist/browser/index.d.mts +5 -0
- package/dist/browser/index.d.mts.map +1 -0
- package/dist/browser/index.d.ts +5 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/browser/index.js +57 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/lib/buildManifestNodes.d.cts +408 -0
- package/dist/browser/lib/buildManifestNodes.d.cts.map +1 -0
- package/dist/browser/lib/buildManifestNodes.d.mts +408 -0
- package/dist/browser/lib/buildManifestNodes.d.mts.map +1 -0
- package/dist/browser/lib/buildManifestNodes.d.ts +408 -0
- package/dist/browser/lib/buildManifestNodes.d.ts.map +1 -0
- package/dist/browser/lib/index.d.cts +2 -0
- package/dist/browser/lib/index.d.cts.map +1 -0
- package/dist/browser/lib/index.d.mts +2 -0
- package/dist/browser/lib/index.d.mts.map +1 -0
- package/dist/browser/lib/index.d.ts +2 -0
- package/dist/browser/lib/index.d.ts.map +1 -0
- package/dist/browser/story/archivist/ArchivistNode.d.cts +3 -0
- package/dist/browser/story/archivist/ArchivistNode.d.cts.map +1 -0
- package/dist/browser/story/archivist/ArchivistNode.d.mts +3 -0
- package/dist/browser/story/archivist/ArchivistNode.d.mts.map +1 -0
- package/dist/browser/story/archivist/ArchivistNode.d.ts +3 -0
- package/dist/browser/story/archivist/ArchivistNode.d.ts.map +1 -0
- package/dist/browser/story/archivist/index.d.cts +2 -0
- package/dist/browser/story/archivist/index.d.cts.map +1 -0
- package/dist/browser/story/archivist/index.d.mts +2 -0
- package/dist/browser/story/archivist/index.d.mts.map +1 -0
- package/dist/browser/story/archivist/index.d.ts +2 -0
- package/dist/browser/story/archivist/index.d.ts.map +1 -0
- package/dist/browser/story/index.d.cts +3 -0
- package/dist/browser/story/index.d.cts.map +1 -0
- package/dist/browser/story/index.d.mts +3 -0
- package/dist/browser/story/index.d.mts.map +1 -0
- package/dist/browser/story/index.d.ts +3 -0
- package/dist/browser/story/index.d.ts.map +1 -0
- package/dist/browser/story/modules/diviners/AddDayDiviner.d.cts +16 -0
- package/dist/browser/story/modules/diviners/AddDayDiviner.d.cts.map +1 -0
- package/dist/browser/story/modules/diviners/AddDayDiviner.d.mts +16 -0
- package/dist/browser/story/modules/diviners/AddDayDiviner.d.mts.map +1 -0
- package/dist/browser/story/modules/diviners/AddDayDiviner.d.ts +16 -0
- package/dist/browser/story/modules/diviners/AddDayDiviner.d.ts.map +1 -0
- package/dist/browser/story/modules/diviners/index.d.cts +2 -0
- package/dist/browser/story/modules/diviners/index.d.cts.map +1 -0
- package/dist/browser/story/modules/diviners/index.d.mts +2 -0
- package/dist/browser/story/modules/diviners/index.d.mts.map +1 -0
- package/dist/browser/story/modules/diviners/index.d.ts +2 -0
- package/dist/browser/story/modules/diviners/index.d.ts.map +1 -0
- package/dist/browser/story/modules/index.d.cts +2 -0
- package/dist/browser/story/modules/index.d.cts.map +1 -0
- package/dist/browser/story/modules/index.d.mts +2 -0
- package/dist/browser/story/modules/index.d.mts.map +1 -0
- package/dist/browser/story/modules/index.d.ts +2 -0
- package/dist/browser/story/modules/index.d.ts.map +1 -0
- package/dist/browser/story/sentinel/SentinelNode.d.cts +3 -0
- package/dist/browser/story/sentinel/SentinelNode.d.cts.map +1 -0
- package/dist/browser/story/sentinel/SentinelNode.d.mts +3 -0
- package/dist/browser/story/sentinel/SentinelNode.d.mts.map +1 -0
- package/dist/browser/story/sentinel/SentinelNode.d.ts +3 -0
- package/dist/browser/story/sentinel/SentinelNode.d.ts.map +1 -0
- package/dist/browser/story/sentinel/index.d.cts +2 -0
- package/dist/browser/story/sentinel/index.d.cts.map +1 -0
- package/dist/browser/story/sentinel/index.d.mts +2 -0
- package/dist/browser/story/sentinel/index.d.mts.map +1 -0
- package/dist/browser/story/sentinel/index.d.ts +2 -0
- package/dist/browser/story/sentinel/index.d.ts.map +1 -0
- package/dist/browser/types/CreatablePackageManifest.d.cts +4 -0
- package/dist/browser/types/CreatablePackageManifest.d.cts.map +1 -0
- package/dist/browser/types/CreatablePackageManifest.d.mts +4 -0
- package/dist/browser/types/CreatablePackageManifest.d.mts.map +1 -0
- package/dist/browser/types/CreatablePackageManifest.d.ts +4 -0
- package/dist/browser/types/CreatablePackageManifest.d.ts.map +1 -0
- package/dist/browser/types/index.d.cts +2 -0
- package/dist/browser/types/index.d.cts.map +1 -0
- package/dist/browser/types/index.d.mts +2 -0
- package/dist/browser/types/index.d.mts.map +1 -0
- package/dist/browser/types/index.d.ts +2 -0
- package/dist/browser/types/index.d.ts.map +1 -0
- package/dist/node/classes/ManifestNodeBuilder.d.cts +421 -0
- package/dist/node/classes/ManifestNodeBuilder.d.cts.map +1 -0
- package/dist/node/classes/ManifestNodeBuilder.d.mts +421 -0
- package/dist/node/classes/ManifestNodeBuilder.d.mts.map +1 -0
- package/dist/node/classes/ManifestNodeBuilder.d.ts +421 -0
- package/dist/node/classes/ManifestNodeBuilder.d.ts.map +1 -0
- package/dist/node/classes/index.d.cts +2 -0
- package/dist/node/classes/index.d.cts.map +1 -0
- package/dist/node/classes/index.d.mts +2 -0
- package/dist/node/classes/index.d.mts.map +1 -0
- package/dist/node/classes/index.d.ts +2 -0
- package/dist/node/classes/index.d.ts.map +1 -0
- package/dist/node/components/ManifestNodeProvider.d.cts +7 -0
- package/dist/node/components/ManifestNodeProvider.d.cts.map +1 -0
- package/dist/node/components/ManifestNodeProvider.d.mts +7 -0
- package/dist/node/components/ManifestNodeProvider.d.mts.map +1 -0
- package/dist/node/components/ManifestNodeProvider.d.ts +7 -0
- package/dist/node/components/ManifestNodeProvider.d.ts.map +1 -0
- package/dist/node/components/index.d.cts +2 -0
- package/dist/node/components/index.d.cts.map +1 -0
- package/dist/node/components/index.d.mts +2 -0
- package/dist/node/components/index.d.mts.map +1 -0
- package/dist/node/components/index.d.ts +2 -0
- package/dist/node/components/index.d.ts.map +1 -0
- package/dist/node/index.cjs +86 -0
- package/dist/node/index.cjs.map +1 -0
- package/dist/node/index.d.cts +5 -0
- package/dist/node/index.d.cts.map +1 -0
- package/dist/node/index.d.mts +5 -0
- package/dist/node/index.d.mts.map +1 -0
- package/dist/node/index.d.ts +5 -0
- package/dist/node/index.d.ts.map +1 -0
- package/dist/node/index.js +57 -0
- package/dist/node/index.js.map +1 -0
- package/dist/node/lib/buildManifestNodes.d.cts +408 -0
- package/dist/node/lib/buildManifestNodes.d.cts.map +1 -0
- package/dist/node/lib/buildManifestNodes.d.mts +408 -0
- package/dist/node/lib/buildManifestNodes.d.mts.map +1 -0
- package/dist/node/lib/buildManifestNodes.d.ts +408 -0
- package/dist/node/lib/buildManifestNodes.d.ts.map +1 -0
- package/dist/node/lib/index.d.cts +2 -0
- package/dist/node/lib/index.d.cts.map +1 -0
- package/dist/node/lib/index.d.mts +2 -0
- package/dist/node/lib/index.d.mts.map +1 -0
- package/dist/node/lib/index.d.ts +2 -0
- package/dist/node/lib/index.d.ts.map +1 -0
- package/dist/node/story/archivist/ArchivistNode.d.cts +3 -0
- package/dist/node/story/archivist/ArchivistNode.d.cts.map +1 -0
- package/dist/node/story/archivist/ArchivistNode.d.mts +3 -0
- package/dist/node/story/archivist/ArchivistNode.d.mts.map +1 -0
- package/dist/node/story/archivist/ArchivistNode.d.ts +3 -0
- package/dist/node/story/archivist/ArchivistNode.d.ts.map +1 -0
- package/dist/node/story/archivist/index.d.cts +2 -0
- package/dist/node/story/archivist/index.d.cts.map +1 -0
- package/dist/node/story/archivist/index.d.mts +2 -0
- package/dist/node/story/archivist/index.d.mts.map +1 -0
- package/dist/node/story/archivist/index.d.ts +2 -0
- package/dist/node/story/archivist/index.d.ts.map +1 -0
- package/dist/node/story/index.d.cts +3 -0
- package/dist/node/story/index.d.cts.map +1 -0
- package/dist/node/story/index.d.mts +3 -0
- package/dist/node/story/index.d.mts.map +1 -0
- package/dist/node/story/index.d.ts +3 -0
- package/dist/node/story/index.d.ts.map +1 -0
- package/dist/node/story/modules/diviners/AddDayDiviner.d.cts +16 -0
- package/dist/node/story/modules/diviners/AddDayDiviner.d.cts.map +1 -0
- package/dist/node/story/modules/diviners/AddDayDiviner.d.mts +16 -0
- package/dist/node/story/modules/diviners/AddDayDiviner.d.mts.map +1 -0
- package/dist/node/story/modules/diviners/AddDayDiviner.d.ts +16 -0
- package/dist/node/story/modules/diviners/AddDayDiviner.d.ts.map +1 -0
- package/dist/node/story/modules/diviners/index.d.cts +2 -0
- package/dist/node/story/modules/diviners/index.d.cts.map +1 -0
- package/dist/node/story/modules/diviners/index.d.mts +2 -0
- package/dist/node/story/modules/diviners/index.d.mts.map +1 -0
- package/dist/node/story/modules/diviners/index.d.ts +2 -0
- package/dist/node/story/modules/diviners/index.d.ts.map +1 -0
- package/dist/node/story/modules/index.d.cts +2 -0
- package/dist/node/story/modules/index.d.cts.map +1 -0
- package/dist/node/story/modules/index.d.mts +2 -0
- package/dist/node/story/modules/index.d.mts.map +1 -0
- package/dist/node/story/modules/index.d.ts +2 -0
- package/dist/node/story/modules/index.d.ts.map +1 -0
- package/dist/node/story/sentinel/SentinelNode.d.cts +3 -0
- package/dist/node/story/sentinel/SentinelNode.d.cts.map +1 -0
- package/dist/node/story/sentinel/SentinelNode.d.mts +3 -0
- package/dist/node/story/sentinel/SentinelNode.d.mts.map +1 -0
- package/dist/node/story/sentinel/SentinelNode.d.ts +3 -0
- package/dist/node/story/sentinel/SentinelNode.d.ts.map +1 -0
- package/dist/node/story/sentinel/index.d.cts +2 -0
- package/dist/node/story/sentinel/index.d.cts.map +1 -0
- package/dist/node/story/sentinel/index.d.mts +2 -0
- package/dist/node/story/sentinel/index.d.mts.map +1 -0
- package/dist/node/story/sentinel/index.d.ts +2 -0
- package/dist/node/story/sentinel/index.d.ts.map +1 -0
- package/dist/node/types/CreatablePackageManifest.d.cts +4 -0
- package/dist/node/types/CreatablePackageManifest.d.cts.map +1 -0
- package/dist/node/types/CreatablePackageManifest.d.mts +4 -0
- package/dist/node/types/CreatablePackageManifest.d.mts.map +1 -0
- package/dist/node/types/CreatablePackageManifest.d.ts +4 -0
- package/dist/node/types/CreatablePackageManifest.d.ts.map +1 -0
- package/dist/node/types/index.d.cts +2 -0
- package/dist/node/types/index.d.cts.map +1 -0
- package/dist/node/types/index.d.mts +2 -0
- package/dist/node/types/index.d.mts.map +1 -0
- package/dist/node/types/index.d.ts +2 -0
- package/dist/node/types/index.d.ts.map +1 -0
- package/package.json +90 -0
- package/src/classes/ManifestNodeBuilder.ts +32 -0
- package/src/classes/index.ts +1 -0
- package/src/components/ManifestNodeProvider.stories.tsx +33 -0
- package/src/components/ManifestNodeProvider.tsx +16 -0
- package/src/components/index.ts +1 -0
- package/src/index.ts +4 -0
- package/src/lib/buildManifestNodes.ts +16 -0
- package/src/lib/index.ts +1 -0
- package/src/story/archivist/ArchivistNode.ts +12 -0
- package/src/story/archivist/archivist-manifest.json +32 -0
- package/src/story/archivist/index.ts +1 -0
- package/src/story/index.ts +2 -0
- package/src/story/modules/diviners/AddDayDiviner.ts +30 -0
- package/src/story/modules/diviners/index.ts +1 -0
- package/src/story/modules/index.ts +1 -0
- package/src/story/sentinel/SentinelNode.ts +14 -0
- package/src/story/sentinel/index.ts +1 -0
- package/src/story/sentinel/sentinel-manifest.json +47 -0
- package/src/types/CreatablePackageManifest.ts +4 -0
- package/src/types/index.ts +1 -0
- package/typedoc.json +5 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAA;AACzB,cAAc,cAAc,CAAA;AAC5B,cAAc,OAAO,CAAA;AACrB,cAAc,SAAS,CAAA"}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
// src/classes/ManifestNodeBuilder.ts
|
|
2
|
+
import { HDWallet } from "@xyo-network/account";
|
|
3
|
+
import { ManifestWrapper } from "@xyo-network/manifest";
|
|
4
|
+
import { ModuleFactoryLocator } from "@xyo-network/module-model";
|
|
5
|
+
var ManifestNodeBuilder = class {
|
|
6
|
+
constructor(manifestNodes = [], wallet, locator = new ModuleFactoryLocator(), topLevelNodeIndex = 0) {
|
|
7
|
+
this.manifestNodes = manifestNodes;
|
|
8
|
+
this.wallet = wallet;
|
|
9
|
+
this.locator = locator;
|
|
10
|
+
this.topLevelNodeIndex = topLevelNodeIndex;
|
|
11
|
+
}
|
|
12
|
+
locatedManifests = [];
|
|
13
|
+
manifestWrapper;
|
|
14
|
+
async create() {
|
|
15
|
+
this.locatedManifests = await Promise.all(this.manifestNodes.map(async (manifestNode) => await manifestNode(this.locator)));
|
|
16
|
+
return this;
|
|
17
|
+
}
|
|
18
|
+
async loadNodes() {
|
|
19
|
+
const wallet = this.wallet ?? await HDWallet.random();
|
|
20
|
+
const topLevelManifestNode = this.locatedManifests[this.topLevelNodeIndex];
|
|
21
|
+
const publicChildren = this.locatedManifests.filter((node2) => node2 !== topLevelManifestNode);
|
|
22
|
+
const wrapper = new ManifestWrapper(topLevelManifestNode, wallet, this.locator, publicChildren);
|
|
23
|
+
const [node] = await wrapper.loadNodes();
|
|
24
|
+
return node;
|
|
25
|
+
}
|
|
26
|
+
};
|
|
27
|
+
|
|
28
|
+
// src/components/ManifestNodeProvider.tsx
|
|
29
|
+
import { usePromise } from "@xylabs/react-promise";
|
|
30
|
+
import { NodeProvider } from "@xyo-network/react-node-provider";
|
|
31
|
+
|
|
32
|
+
// src/lib/buildManifestNodes.ts
|
|
33
|
+
var buildManifestNodes = async (manifestNodes) => {
|
|
34
|
+
try {
|
|
35
|
+
if (manifestNodes) {
|
|
36
|
+
const manifestNodeBuilder = new ManifestNodeBuilder(manifestNodes);
|
|
37
|
+
await manifestNodeBuilder.create();
|
|
38
|
+
return await manifestNodeBuilder.loadNodes();
|
|
39
|
+
}
|
|
40
|
+
} catch (e) {
|
|
41
|
+
console.error("Error creating IndexedResultsNode", e);
|
|
42
|
+
throw e;
|
|
43
|
+
}
|
|
44
|
+
};
|
|
45
|
+
|
|
46
|
+
// src/components/ManifestNodeProvider.tsx
|
|
47
|
+
import { jsx } from "react/jsx-runtime";
|
|
48
|
+
var ManifestNodeProvider = ({ children, manifestNodes }) => {
|
|
49
|
+
const [indexedResultsNode] = usePromise(async () => await buildManifestNodes(manifestNodes), [manifestNodes]);
|
|
50
|
+
return /* @__PURE__ */ jsx(NodeProvider, { node: indexedResultsNode, children });
|
|
51
|
+
};
|
|
52
|
+
export {
|
|
53
|
+
ManifestNodeBuilder,
|
|
54
|
+
ManifestNodeProvider,
|
|
55
|
+
buildManifestNodes
|
|
56
|
+
};
|
|
57
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/classes/ManifestNodeBuilder.ts","../../src/components/ManifestNodeProvider.tsx","../../src/lib/buildManifestNodes.ts"],"sourcesContent":["import { HDWallet } from '@xyo-network/account'\nimport { ManifestWrapper, PackageManifestPayload } from '@xyo-network/manifest'\nimport { ModuleFactoryLocator } from '@xyo-network/module-model'\n\nimport { CreatablePackageManifest } from '../types'\n\nexport class ManifestNodeBuilder {\n locatedManifests: PackageManifestPayload[] = []\n manifestWrapper: ManifestWrapper | undefined\n\n constructor(\n private manifestNodes: CreatablePackageManifest[] = [],\n private wallet?: HDWallet,\n private locator: ModuleFactoryLocator = new ModuleFactoryLocator(),\n private topLevelNodeIndex = 0,\n ) {}\n\n async create() {\n this.locatedManifests = await Promise.all(this.manifestNodes.map(async (manifestNode) => await manifestNode(this.locator)))\n return this\n }\n\n async loadNodes() {\n const wallet = this.wallet ?? (await HDWallet.random())\n const topLevelManifestNode = this.locatedManifests[this.topLevelNodeIndex]\n const publicChildren = this.locatedManifests.filter((node) => node !== topLevelManifestNode)\n const wrapper = new ManifestWrapper(topLevelManifestNode, wallet, this.locator, publicChildren)\n\n const [node] = await wrapper.loadNodes()\n return node\n }\n}\n","import { usePromise } from '@xylabs/react-promise'\nimport { NodeProvider } from '@xyo-network/react-node-provider'\nimport { PropsWithChildren } from 'react'\n\nimport { buildManifestNodes } from '../lib'\nimport { CreatablePackageManifest } from '../types'\n\nexport interface ManifestNodeProviderProps extends PropsWithChildren {\n manifestNodes?: CreatablePackageManifest[]\n}\n\nexport const ManifestNodeProvider: React.FC<ManifestNodeProviderProps> = ({ children, manifestNodes }) => {\n const [indexedResultsNode] = usePromise(async () => await buildManifestNodes(manifestNodes), [manifestNodes])\n\n return <NodeProvider node={indexedResultsNode}>{children}</NodeProvider>\n}\n","import { ManifestNodeBuilder } from '../classes'\nimport { CreatablePackageManifest } from '../types'\n\nexport const buildManifestNodes = async (manifestNodes?: CreatablePackageManifest[]) => {\n // extract to function to make useful outside of the node provider\n try {\n if (manifestNodes) {\n const manifestNodeBuilder = new ManifestNodeBuilder(manifestNodes)\n await manifestNodeBuilder.create()\n return await manifestNodeBuilder.loadNodes()\n }\n } catch (e) {\n console.error('Error creating IndexedResultsNode', e)\n throw e\n }\n}\n"],"mappings":";AAAA,SAAS,gBAAgB;AACzB,SAAS,uBAA+C;AACxD,SAAS,4BAA4B;AAI9B,IAAM,sBAAN,MAA0B;AAAA,EAI/B,YACU,gBAA4C,CAAC,GAC7C,QACA,UAAgC,IAAI,qBAAqB,GACzD,oBAAoB,GAC5B;AAJQ;AACA;AACA;AACA;AAAA,EACP;AAAA,EARH,mBAA6C,CAAC;AAAA,EAC9C;AAAA,EASA,MAAM,SAAS;AACb,SAAK,mBAAmB,MAAM,QAAQ,IAAI,KAAK,cAAc,IAAI,OAAO,iBAAiB,MAAM,aAAa,KAAK,OAAO,CAAC,CAAC;AAC1H,WAAO;AAAA,EACT;AAAA,EAEA,MAAM,YAAY;AAChB,UAAM,SAAS,KAAK,UAAW,MAAM,SAAS,OAAO;AACrD,UAAM,uBAAuB,KAAK,iBAAiB,KAAK,iBAAiB;AACzE,UAAM,iBAAiB,KAAK,iBAAiB,OAAO,CAACA,UAASA,UAAS,oBAAoB;AAC3F,UAAM,UAAU,IAAI,gBAAgB,sBAAsB,QAAQ,KAAK,SAAS,cAAc;AAE9F,UAAM,CAAC,IAAI,IAAI,MAAM,QAAQ,UAAU;AACvC,WAAO;AAAA,EACT;AACF;;;AC/BA,SAAS,kBAAkB;AAC3B,SAAS,oBAAoB;;;ACEtB,IAAM,qBAAqB,OAAO,kBAA+C;AAEtF,MAAI;AACF,QAAI,eAAe;AACjB,YAAM,sBAAsB,IAAI,oBAAoB,aAAa;AACjE,YAAM,oBAAoB,OAAO;AACjC,aAAO,MAAM,oBAAoB,UAAU;AAAA,IAC7C;AAAA,EACF,SAAS,GAAG;AACV,YAAQ,MAAM,qCAAqC,CAAC;AACpD,UAAM;AAAA,EACR;AACF;;;ADDS;AAHF,IAAM,uBAA4D,CAAC,EAAE,UAAU,cAAc,MAAM;AACxG,QAAM,CAAC,kBAAkB,IAAI,WAAW,YAAY,MAAM,mBAAmB,aAAa,GAAG,CAAC,aAAa,CAAC;AAE5G,SAAO,oBAAC,gBAAa,MAAM,oBAAqB,UAAS;AAC3D;","names":["node"]}
|
|
@@ -0,0 +1,408 @@
|
|
|
1
|
+
import { CreatablePackageManifest } from '../types';
|
|
2
|
+
export declare const buildManifestNodes: (manifestNodes?: CreatablePackageManifest[]) => Promise<import("@xyo-network/node-memory").MemoryNode<import("@xyo-network/object").BaseParamsFields & {
|
|
3
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
4
|
+
config: (import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
5
|
+
accountDerivationPath?: string | undefined;
|
|
6
|
+
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
7
|
+
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
8
|
+
readonly name?: string | undefined;
|
|
9
|
+
readonly paging?: Record<string, {
|
|
10
|
+
size?: number | undefined;
|
|
11
|
+
}> | undefined;
|
|
12
|
+
readonly security?: {
|
|
13
|
+
readonly allowAnonymous?: boolean | undefined;
|
|
14
|
+
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
15
|
+
readonly disallowed?: Record<string, string[]> | undefined;
|
|
16
|
+
} | undefined;
|
|
17
|
+
readonly sign?: boolean | undefined;
|
|
18
|
+
readonly storeQueries?: boolean | undefined;
|
|
19
|
+
readonly timestamp?: boolean | undefined;
|
|
20
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
21
|
+
schema: string;
|
|
22
|
+
} & Omit<(import("@xyo-network/payload-model").SchemaFields & object & {
|
|
23
|
+
accountDerivationPath?: string | undefined;
|
|
24
|
+
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
25
|
+
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
26
|
+
readonly name?: string | undefined;
|
|
27
|
+
readonly paging?: Record<string, {
|
|
28
|
+
size?: number | undefined;
|
|
29
|
+
}> | undefined;
|
|
30
|
+
readonly security?: {
|
|
31
|
+
readonly allowAnonymous?: boolean | undefined;
|
|
32
|
+
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
33
|
+
readonly disallowed?: Record<string, string[]> | undefined;
|
|
34
|
+
} | undefined;
|
|
35
|
+
readonly sign?: boolean | undefined;
|
|
36
|
+
readonly storeQueries?: boolean | undefined;
|
|
37
|
+
readonly timestamp?: boolean | undefined;
|
|
38
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
39
|
+
archivist?: string | undefined;
|
|
40
|
+
} & {
|
|
41
|
+
schema: "network.xyo.node.config";
|
|
42
|
+
}) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & {
|
|
43
|
+
accountDerivationPath?: string | undefined;
|
|
44
|
+
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
45
|
+
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
46
|
+
readonly name?: string | undefined;
|
|
47
|
+
readonly paging?: Record<string, {
|
|
48
|
+
size?: number | undefined;
|
|
49
|
+
}> | undefined;
|
|
50
|
+
readonly security?: {
|
|
51
|
+
readonly allowAnonymous?: boolean | undefined;
|
|
52
|
+
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
53
|
+
readonly disallowed?: Record<string, string[]> | undefined;
|
|
54
|
+
} | undefined;
|
|
55
|
+
readonly sign?: boolean | undefined;
|
|
56
|
+
readonly storeQueries?: boolean | undefined;
|
|
57
|
+
readonly timestamp?: boolean | undefined;
|
|
58
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
59
|
+
archivist?: string | undefined;
|
|
60
|
+
} & {
|
|
61
|
+
schema: "network.xyo.node.config";
|
|
62
|
+
} & object) | (import("@xyo-network/payload-model").SchemaFields & object & {
|
|
63
|
+
accountDerivationPath?: string | undefined;
|
|
64
|
+
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
65
|
+
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
66
|
+
readonly name?: string | undefined;
|
|
67
|
+
readonly paging?: Record<string, {
|
|
68
|
+
size?: number | undefined;
|
|
69
|
+
}> | undefined;
|
|
70
|
+
readonly security?: {
|
|
71
|
+
readonly allowAnonymous?: boolean | undefined;
|
|
72
|
+
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
73
|
+
readonly disallowed?: Record<string, string[]> | undefined;
|
|
74
|
+
} | undefined;
|
|
75
|
+
readonly sign?: boolean | undefined;
|
|
76
|
+
readonly storeQueries?: boolean | undefined;
|
|
77
|
+
readonly timestamp?: boolean | undefined;
|
|
78
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
79
|
+
archivist?: string | undefined;
|
|
80
|
+
} & {
|
|
81
|
+
schema: "network.xyo.node.config";
|
|
82
|
+
} & import("@xyo-network/payload-model").PayloadMetaFields) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & {
|
|
83
|
+
accountDerivationPath?: string | undefined;
|
|
84
|
+
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
85
|
+
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
86
|
+
readonly name?: string | undefined;
|
|
87
|
+
readonly paging?: Record<string, {
|
|
88
|
+
size?: number | undefined;
|
|
89
|
+
}> | undefined;
|
|
90
|
+
readonly security?: {
|
|
91
|
+
readonly allowAnonymous?: boolean | undefined;
|
|
92
|
+
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
93
|
+
readonly disallowed?: Record<string, string[]> | undefined;
|
|
94
|
+
} | undefined;
|
|
95
|
+
readonly sign?: boolean | undefined;
|
|
96
|
+
readonly storeQueries?: boolean | undefined;
|
|
97
|
+
readonly timestamp?: boolean | undefined;
|
|
98
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
99
|
+
archivist?: string | undefined;
|
|
100
|
+
} & {
|
|
101
|
+
schema: "network.xyo.node.config";
|
|
102
|
+
}), "schema">, "schema"> & {
|
|
103
|
+
schema: string;
|
|
104
|
+
}) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & Omit<{
|
|
105
|
+
accountDerivationPath?: string | undefined;
|
|
106
|
+
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
107
|
+
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
108
|
+
readonly name?: string | undefined;
|
|
109
|
+
readonly paging?: Record<string, {
|
|
110
|
+
size?: number | undefined;
|
|
111
|
+
}> | undefined;
|
|
112
|
+
readonly security?: {
|
|
113
|
+
readonly allowAnonymous?: boolean | undefined;
|
|
114
|
+
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
115
|
+
readonly disallowed?: Record<string, string[]> | undefined;
|
|
116
|
+
} | undefined;
|
|
117
|
+
readonly sign?: boolean | undefined;
|
|
118
|
+
readonly storeQueries?: boolean | undefined;
|
|
119
|
+
readonly timestamp?: boolean | undefined;
|
|
120
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
121
|
+
schema: string;
|
|
122
|
+
} & Omit<(import("@xyo-network/payload-model").SchemaFields & object & {
|
|
123
|
+
accountDerivationPath?: string | undefined;
|
|
124
|
+
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
125
|
+
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
126
|
+
readonly name?: string | undefined;
|
|
127
|
+
readonly paging?: Record<string, {
|
|
128
|
+
size?: number | undefined;
|
|
129
|
+
}> | undefined;
|
|
130
|
+
readonly security?: {
|
|
131
|
+
readonly allowAnonymous?: boolean | undefined;
|
|
132
|
+
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
133
|
+
readonly disallowed?: Record<string, string[]> | undefined;
|
|
134
|
+
} | undefined;
|
|
135
|
+
readonly sign?: boolean | undefined;
|
|
136
|
+
readonly storeQueries?: boolean | undefined;
|
|
137
|
+
readonly timestamp?: boolean | undefined;
|
|
138
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
139
|
+
archivist?: string | undefined;
|
|
140
|
+
} & {
|
|
141
|
+
schema: "network.xyo.node.config";
|
|
142
|
+
}) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & {
|
|
143
|
+
accountDerivationPath?: string | undefined;
|
|
144
|
+
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
145
|
+
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
146
|
+
readonly name?: string | undefined;
|
|
147
|
+
readonly paging?: Record<string, {
|
|
148
|
+
size?: number | undefined;
|
|
149
|
+
}> | undefined;
|
|
150
|
+
readonly security?: {
|
|
151
|
+
readonly allowAnonymous?: boolean | undefined;
|
|
152
|
+
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
153
|
+
readonly disallowed?: Record<string, string[]> | undefined;
|
|
154
|
+
} | undefined;
|
|
155
|
+
readonly sign?: boolean | undefined;
|
|
156
|
+
readonly storeQueries?: boolean | undefined;
|
|
157
|
+
readonly timestamp?: boolean | undefined;
|
|
158
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
159
|
+
archivist?: string | undefined;
|
|
160
|
+
} & {
|
|
161
|
+
schema: "network.xyo.node.config";
|
|
162
|
+
} & object) | (import("@xyo-network/payload-model").SchemaFields & object & {
|
|
163
|
+
accountDerivationPath?: string | undefined;
|
|
164
|
+
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
165
|
+
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
166
|
+
readonly name?: string | undefined;
|
|
167
|
+
readonly paging?: Record<string, {
|
|
168
|
+
size?: number | undefined;
|
|
169
|
+
}> | undefined;
|
|
170
|
+
readonly security?: {
|
|
171
|
+
readonly allowAnonymous?: boolean | undefined;
|
|
172
|
+
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
173
|
+
readonly disallowed?: Record<string, string[]> | undefined;
|
|
174
|
+
} | undefined;
|
|
175
|
+
readonly sign?: boolean | undefined;
|
|
176
|
+
readonly storeQueries?: boolean | undefined;
|
|
177
|
+
readonly timestamp?: boolean | undefined;
|
|
178
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
179
|
+
archivist?: string | undefined;
|
|
180
|
+
} & {
|
|
181
|
+
schema: "network.xyo.node.config";
|
|
182
|
+
} & import("@xyo-network/payload-model").PayloadMetaFields) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & {
|
|
183
|
+
accountDerivationPath?: string | undefined;
|
|
184
|
+
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
185
|
+
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
186
|
+
readonly name?: string | undefined;
|
|
187
|
+
readonly paging?: Record<string, {
|
|
188
|
+
size?: number | undefined;
|
|
189
|
+
}> | undefined;
|
|
190
|
+
readonly security?: {
|
|
191
|
+
readonly allowAnonymous?: boolean | undefined;
|
|
192
|
+
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
193
|
+
readonly disallowed?: Record<string, string[]> | undefined;
|
|
194
|
+
} | undefined;
|
|
195
|
+
readonly sign?: boolean | undefined;
|
|
196
|
+
readonly storeQueries?: boolean | undefined;
|
|
197
|
+
readonly timestamp?: boolean | undefined;
|
|
198
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
199
|
+
archivist?: string | undefined;
|
|
200
|
+
} & {
|
|
201
|
+
schema: "network.xyo.node.config";
|
|
202
|
+
}), "schema">, "schema"> & {
|
|
203
|
+
schema: string;
|
|
204
|
+
} & object) | (import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
205
|
+
accountDerivationPath?: string | undefined;
|
|
206
|
+
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
207
|
+
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
208
|
+
readonly name?: string | undefined;
|
|
209
|
+
readonly paging?: Record<string, {
|
|
210
|
+
size?: number | undefined;
|
|
211
|
+
}> | undefined;
|
|
212
|
+
readonly security?: {
|
|
213
|
+
readonly allowAnonymous?: boolean | undefined;
|
|
214
|
+
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
215
|
+
readonly disallowed?: Record<string, string[]> | undefined;
|
|
216
|
+
} | undefined;
|
|
217
|
+
readonly sign?: boolean | undefined;
|
|
218
|
+
readonly storeQueries?: boolean | undefined;
|
|
219
|
+
readonly timestamp?: boolean | undefined;
|
|
220
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
221
|
+
schema: string;
|
|
222
|
+
} & Omit<(import("@xyo-network/payload-model").SchemaFields & object & {
|
|
223
|
+
accountDerivationPath?: string | undefined;
|
|
224
|
+
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
225
|
+
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
226
|
+
readonly name?: string | undefined;
|
|
227
|
+
readonly paging?: Record<string, {
|
|
228
|
+
size?: number | undefined;
|
|
229
|
+
}> | undefined;
|
|
230
|
+
readonly security?: {
|
|
231
|
+
readonly allowAnonymous?: boolean | undefined;
|
|
232
|
+
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
233
|
+
readonly disallowed?: Record<string, string[]> | undefined;
|
|
234
|
+
} | undefined;
|
|
235
|
+
readonly sign?: boolean | undefined;
|
|
236
|
+
readonly storeQueries?: boolean | undefined;
|
|
237
|
+
readonly timestamp?: boolean | undefined;
|
|
238
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
239
|
+
archivist?: string | undefined;
|
|
240
|
+
} & {
|
|
241
|
+
schema: "network.xyo.node.config";
|
|
242
|
+
}) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & {
|
|
243
|
+
accountDerivationPath?: string | undefined;
|
|
244
|
+
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
245
|
+
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
246
|
+
readonly name?: string | undefined;
|
|
247
|
+
readonly paging?: Record<string, {
|
|
248
|
+
size?: number | undefined;
|
|
249
|
+
}> | undefined;
|
|
250
|
+
readonly security?: {
|
|
251
|
+
readonly allowAnonymous?: boolean | undefined;
|
|
252
|
+
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
253
|
+
readonly disallowed?: Record<string, string[]> | undefined;
|
|
254
|
+
} | undefined;
|
|
255
|
+
readonly sign?: boolean | undefined;
|
|
256
|
+
readonly storeQueries?: boolean | undefined;
|
|
257
|
+
readonly timestamp?: boolean | undefined;
|
|
258
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
259
|
+
archivist?: string | undefined;
|
|
260
|
+
} & {
|
|
261
|
+
schema: "network.xyo.node.config";
|
|
262
|
+
} & object) | (import("@xyo-network/payload-model").SchemaFields & object & {
|
|
263
|
+
accountDerivationPath?: string | undefined;
|
|
264
|
+
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
265
|
+
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
266
|
+
readonly name?: string | undefined;
|
|
267
|
+
readonly paging?: Record<string, {
|
|
268
|
+
size?: number | undefined;
|
|
269
|
+
}> | undefined;
|
|
270
|
+
readonly security?: {
|
|
271
|
+
readonly allowAnonymous?: boolean | undefined;
|
|
272
|
+
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
273
|
+
readonly disallowed?: Record<string, string[]> | undefined;
|
|
274
|
+
} | undefined;
|
|
275
|
+
readonly sign?: boolean | undefined;
|
|
276
|
+
readonly storeQueries?: boolean | undefined;
|
|
277
|
+
readonly timestamp?: boolean | undefined;
|
|
278
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
279
|
+
archivist?: string | undefined;
|
|
280
|
+
} & {
|
|
281
|
+
schema: "network.xyo.node.config";
|
|
282
|
+
} & import("@xyo-network/payload-model").PayloadMetaFields) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & {
|
|
283
|
+
accountDerivationPath?: string | undefined;
|
|
284
|
+
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
285
|
+
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
286
|
+
readonly name?: string | undefined;
|
|
287
|
+
readonly paging?: Record<string, {
|
|
288
|
+
size?: number | undefined;
|
|
289
|
+
}> | undefined;
|
|
290
|
+
readonly security?: {
|
|
291
|
+
readonly allowAnonymous?: boolean | undefined;
|
|
292
|
+
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
293
|
+
readonly disallowed?: Record<string, string[]> | undefined;
|
|
294
|
+
} | undefined;
|
|
295
|
+
readonly sign?: boolean | undefined;
|
|
296
|
+
readonly storeQueries?: boolean | undefined;
|
|
297
|
+
readonly timestamp?: boolean | undefined;
|
|
298
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
299
|
+
archivist?: string | undefined;
|
|
300
|
+
} & {
|
|
301
|
+
schema: "network.xyo.node.config";
|
|
302
|
+
}), "schema">, "schema"> & {
|
|
303
|
+
schema: string;
|
|
304
|
+
} & import("@xyo-network/payload-model").PayloadMetaFields) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & Omit<{
|
|
305
|
+
accountDerivationPath?: string | undefined;
|
|
306
|
+
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
307
|
+
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
308
|
+
readonly name?: string | undefined;
|
|
309
|
+
readonly paging?: Record<string, {
|
|
310
|
+
size?: number | undefined;
|
|
311
|
+
}> | undefined;
|
|
312
|
+
readonly security?: {
|
|
313
|
+
readonly allowAnonymous?: boolean | undefined;
|
|
314
|
+
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
315
|
+
readonly disallowed?: Record<string, string[]> | undefined;
|
|
316
|
+
} | undefined;
|
|
317
|
+
readonly sign?: boolean | undefined;
|
|
318
|
+
readonly storeQueries?: boolean | undefined;
|
|
319
|
+
readonly timestamp?: boolean | undefined;
|
|
320
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
321
|
+
schema: string;
|
|
322
|
+
} & Omit<(import("@xyo-network/payload-model").SchemaFields & object & {
|
|
323
|
+
accountDerivationPath?: string | undefined;
|
|
324
|
+
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
325
|
+
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
326
|
+
readonly name?: string | undefined;
|
|
327
|
+
readonly paging?: Record<string, {
|
|
328
|
+
size?: number | undefined;
|
|
329
|
+
}> | undefined;
|
|
330
|
+
readonly security?: {
|
|
331
|
+
readonly allowAnonymous?: boolean | undefined;
|
|
332
|
+
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
333
|
+
readonly disallowed?: Record<string, string[]> | undefined;
|
|
334
|
+
} | undefined;
|
|
335
|
+
readonly sign?: boolean | undefined;
|
|
336
|
+
readonly storeQueries?: boolean | undefined;
|
|
337
|
+
readonly timestamp?: boolean | undefined;
|
|
338
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
339
|
+
archivist?: string | undefined;
|
|
340
|
+
} & {
|
|
341
|
+
schema: "network.xyo.node.config";
|
|
342
|
+
}) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & {
|
|
343
|
+
accountDerivationPath?: string | undefined;
|
|
344
|
+
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
345
|
+
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
346
|
+
readonly name?: string | undefined;
|
|
347
|
+
readonly paging?: Record<string, {
|
|
348
|
+
size?: number | undefined;
|
|
349
|
+
}> | undefined;
|
|
350
|
+
readonly security?: {
|
|
351
|
+
readonly allowAnonymous?: boolean | undefined;
|
|
352
|
+
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
353
|
+
readonly disallowed?: Record<string, string[]> | undefined;
|
|
354
|
+
} | undefined;
|
|
355
|
+
readonly sign?: boolean | undefined;
|
|
356
|
+
readonly storeQueries?: boolean | undefined;
|
|
357
|
+
readonly timestamp?: boolean | undefined;
|
|
358
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
359
|
+
archivist?: string | undefined;
|
|
360
|
+
} & {
|
|
361
|
+
schema: "network.xyo.node.config";
|
|
362
|
+
} & object) | (import("@xyo-network/payload-model").SchemaFields & object & {
|
|
363
|
+
accountDerivationPath?: string | undefined;
|
|
364
|
+
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
365
|
+
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
366
|
+
readonly name?: string | undefined;
|
|
367
|
+
readonly paging?: Record<string, {
|
|
368
|
+
size?: number | undefined;
|
|
369
|
+
}> | undefined;
|
|
370
|
+
readonly security?: {
|
|
371
|
+
readonly allowAnonymous?: boolean | undefined;
|
|
372
|
+
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
373
|
+
readonly disallowed?: Record<string, string[]> | undefined;
|
|
374
|
+
} | undefined;
|
|
375
|
+
readonly sign?: boolean | undefined;
|
|
376
|
+
readonly storeQueries?: boolean | undefined;
|
|
377
|
+
readonly timestamp?: boolean | undefined;
|
|
378
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
379
|
+
archivist?: string | undefined;
|
|
380
|
+
} & {
|
|
381
|
+
schema: "network.xyo.node.config";
|
|
382
|
+
} & import("@xyo-network/payload-model").PayloadMetaFields) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & {
|
|
383
|
+
accountDerivationPath?: string | undefined;
|
|
384
|
+
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
385
|
+
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
386
|
+
readonly name?: string | undefined;
|
|
387
|
+
readonly paging?: Record<string, {
|
|
388
|
+
size?: number | undefined;
|
|
389
|
+
}> | undefined;
|
|
390
|
+
readonly security?: {
|
|
391
|
+
readonly allowAnonymous?: boolean | undefined;
|
|
392
|
+
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
393
|
+
readonly disallowed?: Record<string, string[]> | undefined;
|
|
394
|
+
} | undefined;
|
|
395
|
+
readonly sign?: boolean | undefined;
|
|
396
|
+
readonly storeQueries?: boolean | undefined;
|
|
397
|
+
readonly timestamp?: boolean | undefined;
|
|
398
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
399
|
+
archivist?: string | undefined;
|
|
400
|
+
} & {
|
|
401
|
+
schema: "network.xyo.node.config";
|
|
402
|
+
}), "schema">, "schema"> & {
|
|
403
|
+
schema: string;
|
|
404
|
+
});
|
|
405
|
+
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
406
|
+
wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
|
|
407
|
+
}, import("@xyo-network/node-model").NodeModuleEventData> | undefined>;
|
|
408
|
+
//# sourceMappingURL=buildManifestNodes.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"buildManifestNodes.d.ts","sourceRoot":"","sources":["../../../src/lib/buildManifestNodes.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,wBAAwB,EAAE,MAAM,UAAU,CAAA;AAEnD,eAAO,MAAM,kBAAkB,mBAA0B,wBAAwB,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sEAYlF,CAAA"}
|