@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,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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/lib/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/lib/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/lib/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ArchivistNode.d.ts","sourceRoot":"","sources":["../../../../src/story/archivist/ArchivistNode.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,wBAAwB,EAAE,MAAM,aAAa,CAAA;AAGtD,eAAO,MAAM,qBAAqB,EAAE,wBAInC,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ArchivistNode.d.ts","sourceRoot":"","sources":["../../../../src/story/archivist/ArchivistNode.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,wBAAwB,EAAE,MAAM,aAAa,CAAA;AAGtD,eAAO,MAAM,qBAAqB,EAAE,wBAInC,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ArchivistNode.d.ts","sourceRoot":"","sources":["../../../../src/story/archivist/ArchivistNode.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,wBAAwB,EAAE,MAAM,aAAa,CAAA;AAGtD,eAAO,MAAM,qBAAqB,EAAE,wBAInC,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/story/archivist/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/story/archivist/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/story/archivist/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/story/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAA;AAC3B,cAAc,YAAY,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/story/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAA;AAC3B,cAAc,YAAY,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/story/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAA;AAC3B,cAAc,YAAY,CAAA"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { AbstractDiviner } from '@xyo-network/diviner';
|
|
2
|
+
import { DivinerParams } from '@xyo-network/diviner-model';
|
|
3
|
+
import { Payload } from '@xyo-network/payload-model';
|
|
4
|
+
import { TimeStamp } from '@xyo-network/witness-timestamp';
|
|
5
|
+
export declare const AddDayDivinerResultSchema = "network.xyo.timestamp.add.day";
|
|
6
|
+
export type AddDayDivinerResultSchema = 'network.xyo.timestamp.add.day';
|
|
7
|
+
export type AddDayDivinerResult = TimeStamp & {
|
|
8
|
+
schema: AddDayDivinerResultSchema;
|
|
9
|
+
};
|
|
10
|
+
export declare const AddDayDivinerConfigSchema: "network.xyo.add.day.diviner.config";
|
|
11
|
+
export type AddDayDivinerConfigSchema = 'network.xyo.add.day.diviner.config';
|
|
12
|
+
export declare class AddDayDiviner<TParams extends DivinerParams = DivinerParams> extends AbstractDiviner<TParams> {
|
|
13
|
+
static configSchemas: "network.xyo.add.day.diviner.config"[];
|
|
14
|
+
protected divineHandler: (payloads?: Payload[]) => Payload[];
|
|
15
|
+
}
|
|
16
|
+
//# sourceMappingURL=AddDayDiviner.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AddDayDiviner.d.ts","sourceRoot":"","sources":["../../../../../src/story/modules/diviners/AddDayDiviner.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAA;AACtD,OAAO,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAA;AAC1D,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AACpD,OAAO,EAAe,SAAS,EAAE,MAAM,gCAAgC,CAAA;AAEvE,eAAO,MAAM,yBAAyB,kCAAkC,CAAA;AACxE,MAAM,MAAM,yBAAyB,GAAG,+BAA+B,CAAA;AAEvE,MAAM,MAAM,mBAAmB,GAAG,SAAS,GAAG;IAC5C,MAAM,EAAE,yBAAyB,CAAA;CAClC,CAAA;AAED,eAAO,MAAM,yBAAyB,sCAAgD,CAAA;AACtF,MAAM,MAAM,yBAAyB,GAAG,oCAAoC,CAAA;AAE5E,qBAAa,aAAa,CAAC,OAAO,SAAS,aAAa,GAAG,aAAa,CAAE,SAAQ,eAAe,CAAC,OAAO,CAAC;IACxG,OAAgB,aAAa,yCAA8B;IAC3D,UAAmB,aAAa,cAAe,OAAO,EAAE,KAAG,OAAO,EAAE,CAWnE;CACF"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { AbstractDiviner } from '@xyo-network/diviner';
|
|
2
|
+
import { DivinerParams } from '@xyo-network/diviner-model';
|
|
3
|
+
import { Payload } from '@xyo-network/payload-model';
|
|
4
|
+
import { TimeStamp } from '@xyo-network/witness-timestamp';
|
|
5
|
+
export declare const AddDayDivinerResultSchema = "network.xyo.timestamp.add.day";
|
|
6
|
+
export type AddDayDivinerResultSchema = 'network.xyo.timestamp.add.day';
|
|
7
|
+
export type AddDayDivinerResult = TimeStamp & {
|
|
8
|
+
schema: AddDayDivinerResultSchema;
|
|
9
|
+
};
|
|
10
|
+
export declare const AddDayDivinerConfigSchema: "network.xyo.add.day.diviner.config";
|
|
11
|
+
export type AddDayDivinerConfigSchema = 'network.xyo.add.day.diviner.config';
|
|
12
|
+
export declare class AddDayDiviner<TParams extends DivinerParams = DivinerParams> extends AbstractDiviner<TParams> {
|
|
13
|
+
static configSchemas: "network.xyo.add.day.diviner.config"[];
|
|
14
|
+
protected divineHandler: (payloads?: Payload[]) => Payload[];
|
|
15
|
+
}
|
|
16
|
+
//# sourceMappingURL=AddDayDiviner.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AddDayDiviner.d.ts","sourceRoot":"","sources":["../../../../../src/story/modules/diviners/AddDayDiviner.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAA;AACtD,OAAO,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAA;AAC1D,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AACpD,OAAO,EAAe,SAAS,EAAE,MAAM,gCAAgC,CAAA;AAEvE,eAAO,MAAM,yBAAyB,kCAAkC,CAAA;AACxE,MAAM,MAAM,yBAAyB,GAAG,+BAA+B,CAAA;AAEvE,MAAM,MAAM,mBAAmB,GAAG,SAAS,GAAG;IAC5C,MAAM,EAAE,yBAAyB,CAAA;CAClC,CAAA;AAED,eAAO,MAAM,yBAAyB,sCAAgD,CAAA;AACtF,MAAM,MAAM,yBAAyB,GAAG,oCAAoC,CAAA;AAE5E,qBAAa,aAAa,CAAC,OAAO,SAAS,aAAa,GAAG,aAAa,CAAE,SAAQ,eAAe,CAAC,OAAO,CAAC;IACxG,OAAgB,aAAa,yCAA8B;IAC3D,UAAmB,aAAa,cAAe,OAAO,EAAE,KAAG,OAAO,EAAE,CAWnE;CACF"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { AbstractDiviner } from '@xyo-network/diviner';
|
|
2
|
+
import { DivinerParams } from '@xyo-network/diviner-model';
|
|
3
|
+
import { Payload } from '@xyo-network/payload-model';
|
|
4
|
+
import { TimeStamp } from '@xyo-network/witness-timestamp';
|
|
5
|
+
export declare const AddDayDivinerResultSchema = "network.xyo.timestamp.add.day";
|
|
6
|
+
export type AddDayDivinerResultSchema = 'network.xyo.timestamp.add.day';
|
|
7
|
+
export type AddDayDivinerResult = TimeStamp & {
|
|
8
|
+
schema: AddDayDivinerResultSchema;
|
|
9
|
+
};
|
|
10
|
+
export declare const AddDayDivinerConfigSchema: "network.xyo.add.day.diviner.config";
|
|
11
|
+
export type AddDayDivinerConfigSchema = 'network.xyo.add.day.diviner.config';
|
|
12
|
+
export declare class AddDayDiviner<TParams extends DivinerParams = DivinerParams> extends AbstractDiviner<TParams> {
|
|
13
|
+
static configSchemas: "network.xyo.add.day.diviner.config"[];
|
|
14
|
+
protected divineHandler: (payloads?: Payload[]) => Payload[];
|
|
15
|
+
}
|
|
16
|
+
//# sourceMappingURL=AddDayDiviner.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AddDayDiviner.d.ts","sourceRoot":"","sources":["../../../../../src/story/modules/diviners/AddDayDiviner.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAA;AACtD,OAAO,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAA;AAC1D,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AACpD,OAAO,EAAe,SAAS,EAAE,MAAM,gCAAgC,CAAA;AAEvE,eAAO,MAAM,yBAAyB,kCAAkC,CAAA;AACxE,MAAM,MAAM,yBAAyB,GAAG,+BAA+B,CAAA;AAEvE,MAAM,MAAM,mBAAmB,GAAG,SAAS,GAAG;IAC5C,MAAM,EAAE,yBAAyB,CAAA;CAClC,CAAA;AAED,eAAO,MAAM,yBAAyB,sCAAgD,CAAA;AACtF,MAAM,MAAM,yBAAyB,GAAG,oCAAoC,CAAA;AAE5E,qBAAa,aAAa,CAAC,OAAO,SAAS,aAAa,GAAG,aAAa,CAAE,SAAQ,eAAe,CAAC,OAAO,CAAC;IACxG,OAAgB,aAAa,yCAA8B;IAC3D,UAAmB,aAAa,cAAe,OAAO,EAAE,KAAG,OAAO,EAAE,CAWnE;CACF"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/story/modules/diviners/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/story/modules/diviners/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/story/modules/diviners/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/story/modules/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/story/modules/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/story/modules/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAA"}
|