@xyo-network/manifest 2.72.8 → 2.73.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/types/ManifestWrapper.d.ts +56 -13
- package/dist/types/ManifestWrapper.d.ts.map +1 -1
- package/package.json +13 -13
- package/dist/docs.json +0 -17667
|
@@ -11,7 +11,7 @@ export declare class ManifestWrapper extends PayloadWrapper<ManifestPayload> {
|
|
|
11
11
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
12
12
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
13
13
|
accountDerivationPath?: string | undefined;
|
|
14
|
-
readonly archivist?: import("@xyo-network/module").ArchivistModuleConfig | undefined;
|
|
14
|
+
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
15
15
|
readonly name?: string | undefined;
|
|
16
16
|
readonly paging?: Record<string, {
|
|
17
17
|
size?: number | undefined;
|
|
@@ -19,7 +19,7 @@ export declare class ManifestWrapper extends PayloadWrapper<ManifestPayload> {
|
|
|
19
19
|
readonly schema: string;
|
|
20
20
|
readonly security?: {
|
|
21
21
|
readonly allowAnonymous?: boolean | undefined;
|
|
22
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module").CosigningAddressSet)[]> | undefined;
|
|
22
|
+
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
23
23
|
readonly disallowed?: Record<string, string[]> | undefined;
|
|
24
24
|
} | undefined;
|
|
25
25
|
readonly sign?: boolean | undefined;
|
|
@@ -27,7 +27,7 @@ export declare class ManifestWrapper extends PayloadWrapper<ManifestPayload> {
|
|
|
27
27
|
readonly timestamp?: boolean | undefined;
|
|
28
28
|
} & Omit<Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
29
29
|
accountDerivationPath?: string | undefined;
|
|
30
|
-
readonly archivist?: import("@xyo-network/module").ArchivistModuleConfig | undefined;
|
|
30
|
+
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
31
31
|
readonly name?: string | undefined;
|
|
32
32
|
readonly paging?: Record<string, {
|
|
33
33
|
size?: number | undefined;
|
|
@@ -35,7 +35,7 @@ export declare class ManifestWrapper extends PayloadWrapper<ManifestPayload> {
|
|
|
35
35
|
readonly schema: "network.xyo.node.config";
|
|
36
36
|
readonly security?: {
|
|
37
37
|
readonly allowAnonymous?: boolean | undefined;
|
|
38
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module").CosigningAddressSet)[]> | undefined;
|
|
38
|
+
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
39
39
|
readonly disallowed?: Record<string, string[]> | undefined;
|
|
40
40
|
} | undefined;
|
|
41
41
|
readonly sign?: boolean | undefined;
|
|
@@ -58,7 +58,7 @@ export declare class ManifestWrapper extends PayloadWrapper<ManifestPayload> {
|
|
|
58
58
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
59
59
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
60
60
|
accountDerivationPath?: string | undefined;
|
|
61
|
-
readonly archivist?: import("@xyo-network/module").ArchivistModuleConfig | undefined;
|
|
61
|
+
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
62
62
|
readonly name?: string | undefined;
|
|
63
63
|
readonly paging?: Record<string, {
|
|
64
64
|
size?: number | undefined;
|
|
@@ -66,7 +66,7 @@ export declare class ManifestWrapper extends PayloadWrapper<ManifestPayload> {
|
|
|
66
66
|
readonly schema: string;
|
|
67
67
|
readonly security?: {
|
|
68
68
|
readonly allowAnonymous?: boolean | undefined;
|
|
69
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module").CosigningAddressSet)[]> | undefined;
|
|
69
|
+
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
70
70
|
readonly disallowed?: Record<string, string[]> | undefined;
|
|
71
71
|
} | undefined;
|
|
72
72
|
readonly sign?: boolean | undefined;
|
|
@@ -74,7 +74,7 @@ export declare class ManifestWrapper extends PayloadWrapper<ManifestPayload> {
|
|
|
74
74
|
readonly timestamp?: boolean | undefined;
|
|
75
75
|
} & Omit<Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
76
76
|
accountDerivationPath?: string | undefined;
|
|
77
|
-
readonly archivist?: import("@xyo-network/module").ArchivistModuleConfig | undefined;
|
|
77
|
+
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
78
78
|
readonly name?: string | undefined;
|
|
79
79
|
readonly paging?: Record<string, {
|
|
80
80
|
size?: number | undefined;
|
|
@@ -82,7 +82,7 @@ export declare class ManifestWrapper extends PayloadWrapper<ManifestPayload> {
|
|
|
82
82
|
readonly schema: "network.xyo.node.config";
|
|
83
83
|
readonly security?: {
|
|
84
84
|
readonly allowAnonymous?: boolean | undefined;
|
|
85
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module").CosigningAddressSet)[]> | undefined;
|
|
85
|
+
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
86
86
|
readonly disallowed?: Record<string, string[]> | undefined;
|
|
87
87
|
} | undefined;
|
|
88
88
|
readonly sign?: boolean | undefined;
|
|
@@ -105,7 +105,7 @@ export declare class ManifestWrapper extends PayloadWrapper<ManifestPayload> {
|
|
|
105
105
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
106
106
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
107
107
|
accountDerivationPath?: string | undefined;
|
|
108
|
-
readonly archivist?: import("@xyo-network/module").ArchivistModuleConfig | undefined;
|
|
108
|
+
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
109
109
|
readonly name?: string | undefined;
|
|
110
110
|
readonly paging?: Record<string, {
|
|
111
111
|
size?: number | undefined;
|
|
@@ -113,7 +113,7 @@ export declare class ManifestWrapper extends PayloadWrapper<ManifestPayload> {
|
|
|
113
113
|
readonly schema: string;
|
|
114
114
|
readonly security?: {
|
|
115
115
|
readonly allowAnonymous?: boolean | undefined;
|
|
116
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module").CosigningAddressSet)[]> | undefined;
|
|
116
|
+
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
117
117
|
readonly disallowed?: Record<string, string[]> | undefined;
|
|
118
118
|
} | undefined;
|
|
119
119
|
readonly sign?: boolean | undefined;
|
|
@@ -121,7 +121,7 @@ export declare class ManifestWrapper extends PayloadWrapper<ManifestPayload> {
|
|
|
121
121
|
readonly timestamp?: boolean | undefined;
|
|
122
122
|
} & Omit<Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
123
123
|
accountDerivationPath?: string | undefined;
|
|
124
|
-
readonly archivist?: import("@xyo-network/module").ArchivistModuleConfig | undefined;
|
|
124
|
+
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
125
125
|
readonly name?: string | undefined;
|
|
126
126
|
readonly paging?: Record<string, {
|
|
127
127
|
size?: number | undefined;
|
|
@@ -129,7 +129,7 @@ export declare class ManifestWrapper extends PayloadWrapper<ManifestPayload> {
|
|
|
129
129
|
readonly schema: "network.xyo.node.config";
|
|
130
130
|
readonly security?: {
|
|
131
131
|
readonly allowAnonymous?: boolean | undefined;
|
|
132
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module").CosigningAddressSet)[]> | undefined;
|
|
132
|
+
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
133
133
|
readonly disallowed?: Record<string, string[]> | undefined;
|
|
134
134
|
} | undefined;
|
|
135
135
|
readonly sign?: boolean | undefined;
|
|
@@ -149,6 +149,49 @@ export declare class ManifestWrapper extends PayloadWrapper<ManifestPayload> {
|
|
|
149
149
|
wallet?: WalletInstance | undefined;
|
|
150
150
|
}, import("@xyo-network/node-model").NodeModuleEventData>[]>;
|
|
151
151
|
nodeManifest(index: number): NodeManifest;
|
|
152
|
-
registerModule(node: MemoryNode, manifest: ModuleManifest, creatableModules?: CreatableModuleDictionary): Promise<import("@xyo-network/module").ModuleInstance
|
|
152
|
+
registerModule(node: MemoryNode, manifest: ModuleManifest, creatableModules?: CreatableModuleDictionary): Promise<import("@xyo-network/module-model").ModuleInstance<import("@xyo-network/core").BaseParamsFields & {
|
|
153
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
154
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
155
|
+
accountDerivationPath?: string | undefined;
|
|
156
|
+
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
157
|
+
readonly name?: string | undefined;
|
|
158
|
+
readonly paging?: Record<string, {
|
|
159
|
+
size?: number | undefined;
|
|
160
|
+
}> | undefined;
|
|
161
|
+
readonly schema: string;
|
|
162
|
+
readonly security?: {
|
|
163
|
+
readonly allowAnonymous?: boolean | undefined;
|
|
164
|
+
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
165
|
+
readonly disallowed?: Record<string, string[]> | undefined;
|
|
166
|
+
} | undefined;
|
|
167
|
+
readonly sign?: boolean | undefined;
|
|
168
|
+
readonly storeQueries?: boolean | undefined;
|
|
169
|
+
readonly timestamp?: boolean | undefined;
|
|
170
|
+
} & Omit<Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
171
|
+
accountDerivationPath?: string | undefined;
|
|
172
|
+
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
173
|
+
readonly name?: string | undefined;
|
|
174
|
+
readonly paging?: Record<string, {
|
|
175
|
+
size?: number | undefined;
|
|
176
|
+
}> | undefined;
|
|
177
|
+
readonly schema: "network.xyo.module.config";
|
|
178
|
+
readonly security?: {
|
|
179
|
+
readonly allowAnonymous?: boolean | undefined;
|
|
180
|
+
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
181
|
+
readonly disallowed?: Record<string, string[]> | undefined;
|
|
182
|
+
} | undefined;
|
|
183
|
+
readonly sign?: boolean | undefined;
|
|
184
|
+
readonly storeQueries?: boolean | undefined;
|
|
185
|
+
readonly timestamp?: boolean | undefined;
|
|
186
|
+
} & Omit<undefined, "schema"> & {
|
|
187
|
+
schema: "network.xyo.module.config";
|
|
188
|
+
}, "schema"> & {
|
|
189
|
+
schema: string;
|
|
190
|
+
}, "schema"> & {
|
|
191
|
+
schema: string;
|
|
192
|
+
};
|
|
193
|
+
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
194
|
+
wallet?: WalletInstance | undefined;
|
|
195
|
+
}, import("@xyo-network/module-model").ModuleEventData<object>>>;
|
|
153
196
|
}
|
|
154
197
|
//# sourceMappingURL=ManifestWrapper.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ManifestWrapper.d.ts","sourceRoot":"","sources":["../../src/ManifestWrapper.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,cAAc,EAAE,YAAY,EAAE,MAAM,6BAA6B,CAAA;AAC3F,OAAO,EAAE,yBAAyB,EAAE,MAAM,qBAAqB,CAAA;AAC/D,OAAO,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAA;AAErD,OAAO,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAA;AAC7D,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAA;AAI1D,qBAAa,eAAgB,SAAQ,cAAc,CAAC,eAAe,CAAC;IAGhE,SAAS,CAAC,MAAM,EAAE,cAAc;gBADhC,OAAO,EAAE,eAAe,EACd,MAAM,EAAE,cAAc;IAK5B,UAAU,CAAC,IAAI,EAAE,UAAU,EAAE,QAAQ,EAAE,cAAc,EAAE,QAAQ,UAAO,EAAE,0BAA0B,CAAC,EAAE,yBAAyB;IAkB9H,iBAAiB,CAAC,KAAK,EAAE,MAAM,EAAE,0BAA0B,CAAC,EAAE,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAKvF,oBAAoB,CAAC,QAAQ,EAAE,YAAY,EAAE,IAAI,EAAE,MAAM,EAAE,0BAA0B,CAAC,EAAE,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAmBjH,SAAS,CAAC,IAAI,CAAC,EAAE,UAAU,EAAE,0BAA0B,CAAC,EAAE,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAazF,YAAY,CAAC,KAAK,EAAE,MAAM;IAIpB,cAAc,CAAC,IAAI,EAAE,UAAU,EAAE,QAAQ,EAAE,cAAc,EAAE,gBAAgB,CAAC,EAAE,yBAAyB
|
|
1
|
+
{"version":3,"file":"ManifestWrapper.d.ts","sourceRoot":"","sources":["../../src/ManifestWrapper.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,cAAc,EAAE,YAAY,EAAE,MAAM,6BAA6B,CAAA;AAC3F,OAAO,EAAE,yBAAyB,EAAE,MAAM,qBAAqB,CAAA;AAC/D,OAAO,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAA;AAErD,OAAO,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAA;AAC7D,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAA;AAI1D,qBAAa,eAAgB,SAAQ,cAAc,CAAC,eAAe,CAAC;IAGhE,SAAS,CAAC,MAAM,EAAE,cAAc;gBADhC,OAAO,EAAE,eAAe,EACd,MAAM,EAAE,cAAc;IAK5B,UAAU,CAAC,IAAI,EAAE,UAAU,EAAE,QAAQ,EAAE,cAAc,EAAE,QAAQ,UAAO,EAAE,0BAA0B,CAAC,EAAE,yBAAyB;IAkB9H,iBAAiB,CAAC,KAAK,EAAE,MAAM,EAAE,0BAA0B,CAAC,EAAE,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAKvF,oBAAoB,CAAC,QAAQ,EAAE,YAAY,EAAE,IAAI,EAAE,MAAM,EAAE,0BAA0B,CAAC,EAAE,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAmBjH,SAAS,CAAC,IAAI,CAAC,EAAE,UAAU,EAAE,0BAA0B,CAAC,EAAE,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAazF,YAAY,CAAC,KAAK,EAAE,MAAM;IAIpB,cAAc,CAAC,IAAI,EAAE,UAAU,EAAE,QAAQ,EAAE,cAAc,EAAE,gBAAgB,CAAC,EAAE,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAa9G"}
|
package/package.json
CHANGED
|
@@ -12,20 +12,20 @@
|
|
|
12
12
|
"browser": "dist/esm/index.js",
|
|
13
13
|
"docs": "dist/docs.json",
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@xylabs/assert": "^2.
|
|
16
|
-
"@xyo-network/http-bridge": "~2.
|
|
17
|
-
"@xyo-network/manifest-model": "~2.
|
|
18
|
-
"@xyo-network/memory-archivist": "~2.
|
|
19
|
-
"@xyo-network/module": "~2.
|
|
20
|
-
"@xyo-network/node-memory": "~2.
|
|
21
|
-
"@xyo-network/node-model": "~2.
|
|
22
|
-
"@xyo-network/payload-wrapper": "~2.
|
|
23
|
-
"@xyo-network/sentinel": "~2.
|
|
24
|
-
"@xyo-network/wallet-model": "~2.
|
|
15
|
+
"@xylabs/assert": "^2.10.7",
|
|
16
|
+
"@xyo-network/http-bridge": "~2.73.0",
|
|
17
|
+
"@xyo-network/manifest-model": "~2.73.0",
|
|
18
|
+
"@xyo-network/memory-archivist": "~2.73.0",
|
|
19
|
+
"@xyo-network/module": "~2.73.0",
|
|
20
|
+
"@xyo-network/node-memory": "~2.73.0",
|
|
21
|
+
"@xyo-network/node-model": "~2.73.0",
|
|
22
|
+
"@xyo-network/payload-wrapper": "~2.73.0",
|
|
23
|
+
"@xyo-network/sentinel": "~2.73.0",
|
|
24
|
+
"@xyo-network/wallet-model": "~2.73.0"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
|
-
"@xylabs/ts-scripts-yarn3": "^2.19.
|
|
28
|
-
"@xylabs/tsconfig": "^2.19.
|
|
27
|
+
"@xylabs/ts-scripts-yarn3": "^2.19.5",
|
|
28
|
+
"@xylabs/tsconfig": "^2.19.5",
|
|
29
29
|
"typescript": "^5.2.2"
|
|
30
30
|
},
|
|
31
31
|
"exports": {
|
|
@@ -61,5 +61,5 @@
|
|
|
61
61
|
},
|
|
62
62
|
"sideEffects": false,
|
|
63
63
|
"types": "dist/types/index.d.ts",
|
|
64
|
-
"version": "2.
|
|
64
|
+
"version": "2.73.0"
|
|
65
65
|
}
|