@xyo-network/react-standard-node 2.64.10 → 2.65.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/browser/lib/Builders/MemoryNodeBuilder.d.cts +8 -8
- package/dist/browser/lib/Builders/MemoryNodeBuilder.d.mts +8 -8
- package/dist/browser/lib/Builders/MemoryNodeBuilder.d.ts +8 -8
- package/dist/browser/lib/Builders/SentinelBuilder.d.cts +12 -12
- package/dist/browser/lib/Builders/SentinelBuilder.d.mts +12 -12
- package/dist/browser/lib/Builders/SentinelBuilder.d.ts +12 -12
- package/dist/browser/lib/Builders/StorageArchivistBuilder.d.cts +8 -8
- package/dist/browser/lib/Builders/StorageArchivistBuilder.d.mts +8 -8
- package/dist/browser/lib/Builders/StorageArchivistBuilder.d.ts +8 -8
- package/dist/node/lib/Builders/MemoryNodeBuilder.d.cts +8 -8
- package/dist/node/lib/Builders/MemoryNodeBuilder.d.mts +8 -8
- package/dist/node/lib/Builders/MemoryNodeBuilder.d.ts +8 -8
- package/dist/node/lib/Builders/SentinelBuilder.d.cts +12 -12
- package/dist/node/lib/Builders/SentinelBuilder.d.mts +12 -12
- package/dist/node/lib/Builders/SentinelBuilder.d.ts +12 -12
- package/dist/node/lib/Builders/StorageArchivistBuilder.d.cts +8 -8
- package/dist/node/lib/Builders/StorageArchivistBuilder.d.mts +8 -8
- package/dist/node/lib/Builders/StorageArchivistBuilder.d.ts +8 -8
- package/package.json +17 -17
- package/dist/docs.json +0 -5505
|
@@ -7,7 +7,7 @@ export declare class SentinelBuilder {
|
|
|
7
7
|
protected constructor(config: SentinelConfig, account: AccountInstance);
|
|
8
8
|
get sentinel(): MemorySentinel<import("@xyo-network/core").BaseParamsFields & {
|
|
9
9
|
account?: AccountInstance | "random" | undefined;
|
|
10
|
-
config: import("@xyo-network/payload-model").SchemaFields &
|
|
10
|
+
config: import("@xyo-network/payload-model").SchemaFields & Omit<{
|
|
11
11
|
accountDerivationPath?: string | undefined;
|
|
12
12
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
13
13
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -23,7 +23,7 @@ export declare class SentinelBuilder {
|
|
|
23
23
|
readonly sign?: boolean | undefined;
|
|
24
24
|
readonly storeQueries?: boolean | undefined;
|
|
25
25
|
readonly timestamp?: boolean | undefined;
|
|
26
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields &
|
|
26
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields & {
|
|
27
27
|
accountDerivationPath?: string | undefined;
|
|
28
28
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
29
29
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -40,7 +40,7 @@ export declare class SentinelBuilder {
|
|
|
40
40
|
readonly storeQueries?: boolean | undefined;
|
|
41
41
|
readonly timestamp?: boolean | undefined;
|
|
42
42
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
43
|
-
|
|
43
|
+
tasks: import("@xyo-network/sentinel").SentinelTask[];
|
|
44
44
|
} & {
|
|
45
45
|
schema: "network.xyo.sentinel.config";
|
|
46
46
|
}, "schema"> & {
|
|
@@ -52,7 +52,7 @@ export declare class SentinelBuilder {
|
|
|
52
52
|
wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
|
|
53
53
|
}, import("@xyo-network/sentinel").SentinelModuleEventData<import("@xyo-network/sentinel").SentinelInstance<import("@xyo-network/core").BaseParamsFields & {
|
|
54
54
|
account?: AccountInstance | "random" | undefined;
|
|
55
|
-
config: import("@xyo-network/payload-model").SchemaFields &
|
|
55
|
+
config: import("@xyo-network/payload-model").SchemaFields & Omit<{
|
|
56
56
|
accountDerivationPath?: string | undefined;
|
|
57
57
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
58
58
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -68,7 +68,7 @@ export declare class SentinelBuilder {
|
|
|
68
68
|
readonly sign?: boolean | undefined;
|
|
69
69
|
readonly storeQueries?: boolean | undefined;
|
|
70
70
|
readonly timestamp?: boolean | undefined;
|
|
71
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields &
|
|
71
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields & {
|
|
72
72
|
accountDerivationPath?: string | undefined;
|
|
73
73
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
74
74
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -85,7 +85,7 @@ export declare class SentinelBuilder {
|
|
|
85
85
|
readonly storeQueries?: boolean | undefined;
|
|
86
86
|
readonly timestamp?: boolean | undefined;
|
|
87
87
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
88
|
-
|
|
88
|
+
tasks: import("@xyo-network/sentinel").SentinelTask[];
|
|
89
89
|
} & {
|
|
90
90
|
schema: "network.xyo.sentinel.config";
|
|
91
91
|
}, "schema"> & {
|
|
@@ -99,7 +99,7 @@ export declare class SentinelBuilder {
|
|
|
99
99
|
static create(config: SentinelConfig, account: AccountInstance): Promise<SentinelBuilder>;
|
|
100
100
|
buildSentinel(): Promise<MemorySentinel<import("@xyo-network/core").BaseParamsFields & {
|
|
101
101
|
account?: AccountInstance | "random" | undefined;
|
|
102
|
-
config: import("@xyo-network/payload-model").SchemaFields &
|
|
102
|
+
config: import("@xyo-network/payload-model").SchemaFields & Omit<{
|
|
103
103
|
accountDerivationPath?: string | undefined;
|
|
104
104
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
105
105
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -115,7 +115,7 @@ export declare class SentinelBuilder {
|
|
|
115
115
|
readonly sign?: boolean | undefined;
|
|
116
116
|
readonly storeQueries?: boolean | undefined;
|
|
117
117
|
readonly timestamp?: boolean | undefined;
|
|
118
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields &
|
|
118
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields & {
|
|
119
119
|
accountDerivationPath?: string | undefined;
|
|
120
120
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
121
121
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -132,7 +132,7 @@ export declare class SentinelBuilder {
|
|
|
132
132
|
readonly storeQueries?: boolean | undefined;
|
|
133
133
|
readonly timestamp?: boolean | undefined;
|
|
134
134
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
135
|
-
|
|
135
|
+
tasks: import("@xyo-network/sentinel").SentinelTask[];
|
|
136
136
|
} & {
|
|
137
137
|
schema: "network.xyo.sentinel.config";
|
|
138
138
|
}, "schema"> & {
|
|
@@ -144,7 +144,7 @@ export declare class SentinelBuilder {
|
|
|
144
144
|
wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
|
|
145
145
|
}, import("@xyo-network/sentinel").SentinelModuleEventData<import("@xyo-network/sentinel").SentinelInstance<import("@xyo-network/core").BaseParamsFields & {
|
|
146
146
|
account?: AccountInstance | "random" | undefined;
|
|
147
|
-
config: import("@xyo-network/payload-model").SchemaFields &
|
|
147
|
+
config: import("@xyo-network/payload-model").SchemaFields & Omit<{
|
|
148
148
|
accountDerivationPath?: string | undefined;
|
|
149
149
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
150
150
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -160,7 +160,7 @@ export declare class SentinelBuilder {
|
|
|
160
160
|
readonly sign?: boolean | undefined;
|
|
161
161
|
readonly storeQueries?: boolean | undefined;
|
|
162
162
|
readonly timestamp?: boolean | undefined;
|
|
163
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields &
|
|
163
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields & {
|
|
164
164
|
accountDerivationPath?: string | undefined;
|
|
165
165
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
166
166
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -177,7 +177,7 @@ export declare class SentinelBuilder {
|
|
|
177
177
|
readonly storeQueries?: boolean | undefined;
|
|
178
178
|
readonly timestamp?: boolean | undefined;
|
|
179
179
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
180
|
-
|
|
180
|
+
tasks: import("@xyo-network/sentinel").SentinelTask[];
|
|
181
181
|
} & {
|
|
182
182
|
schema: "network.xyo.sentinel.config";
|
|
183
183
|
}, "schema"> & {
|
|
@@ -13,7 +13,7 @@ export declare class StorageArchivistBuilder {
|
|
|
13
13
|
private remoteArchivist;
|
|
14
14
|
protected constructor(config: ArchivistBuilderConfig, account: AccountInstance, node?: MemoryNode<import("@xyo-network/core").BaseParamsFields & {
|
|
15
15
|
account?: AccountInstance | "random" | undefined;
|
|
16
|
-
config: import("@xyo-network/payload-model").SchemaFields &
|
|
16
|
+
config: import("@xyo-network/payload-model").SchemaFields & Omit<{
|
|
17
17
|
accountDerivationPath?: string | undefined;
|
|
18
18
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
19
19
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -29,7 +29,7 @@ export declare class StorageArchivistBuilder {
|
|
|
29
29
|
readonly sign?: boolean | undefined;
|
|
30
30
|
readonly storeQueries?: boolean | undefined;
|
|
31
31
|
readonly timestamp?: boolean | undefined;
|
|
32
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields &
|
|
32
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields & {
|
|
33
33
|
accountDerivationPath?: string | undefined;
|
|
34
34
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
35
35
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -59,7 +59,7 @@ export declare class StorageArchivistBuilder {
|
|
|
59
59
|
}, import("@xyo-network/node-model").NodeModuleEventData> | undefined);
|
|
60
60
|
get archivist(): StorageArchivist<import("@xyo-network/core").BaseParamsFields & {
|
|
61
61
|
account?: AccountInstance | "random" | undefined;
|
|
62
|
-
config: import("@xyo-network/payload-model").SchemaFields &
|
|
62
|
+
config: import("@xyo-network/payload-model").SchemaFields & Omit<{
|
|
63
63
|
accountDerivationPath?: string | undefined;
|
|
64
64
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
65
65
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -75,7 +75,7 @@ export declare class StorageArchivistBuilder {
|
|
|
75
75
|
readonly sign?: boolean | undefined;
|
|
76
76
|
readonly storeQueries?: boolean | undefined;
|
|
77
77
|
readonly timestamp?: boolean | undefined;
|
|
78
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields &
|
|
78
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields & Omit<{
|
|
79
79
|
accountDerivationPath?: string | undefined;
|
|
80
80
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
81
81
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -115,7 +115,7 @@ export declare class StorageArchivistBuilder {
|
|
|
115
115
|
static create(config: ArchivistBuilderConfig, account: AccountInstance, node: MemoryNode): Promise<StorageArchivistBuilder>;
|
|
116
116
|
buildArchivist(): Promise<StorageArchivist<import("@xyo-network/core").BaseParamsFields & {
|
|
117
117
|
account?: AccountInstance | "random" | undefined;
|
|
118
|
-
config: import("@xyo-network/payload-model").SchemaFields &
|
|
118
|
+
config: import("@xyo-network/payload-model").SchemaFields & Omit<{
|
|
119
119
|
accountDerivationPath?: string | undefined;
|
|
120
120
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
121
121
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -131,7 +131,7 @@ export declare class StorageArchivistBuilder {
|
|
|
131
131
|
readonly sign?: boolean | undefined;
|
|
132
132
|
readonly storeQueries?: boolean | undefined;
|
|
133
133
|
readonly timestamp?: boolean | undefined;
|
|
134
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields &
|
|
134
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields & Omit<{
|
|
135
135
|
accountDerivationPath?: string | undefined;
|
|
136
136
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
137
137
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -171,7 +171,7 @@ export declare class StorageArchivistBuilder {
|
|
|
171
171
|
buildConfig(): StorageArchivistConfig;
|
|
172
172
|
findParentArchivist(): Promise<import("@xyo-network/archivist").ArchivistInstance<import("@xyo-network/core").BaseParamsFields & {
|
|
173
173
|
account?: AccountInstance | "random" | undefined;
|
|
174
|
-
config: import("@xyo-network/payload-model").SchemaFields &
|
|
174
|
+
config: import("@xyo-network/payload-model").SchemaFields & Omit<{
|
|
175
175
|
accountDerivationPath?: string | undefined;
|
|
176
176
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
177
177
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -187,7 +187,7 @@ export declare class StorageArchivistBuilder {
|
|
|
187
187
|
readonly sign?: boolean | undefined;
|
|
188
188
|
readonly storeQueries?: boolean | undefined;
|
|
189
189
|
readonly timestamp?: boolean | undefined;
|
|
190
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields &
|
|
190
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields & {
|
|
191
191
|
accountDerivationPath?: string | undefined;
|
|
192
192
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
193
193
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -13,7 +13,7 @@ export declare class StorageArchivistBuilder {
|
|
|
13
13
|
private remoteArchivist;
|
|
14
14
|
protected constructor(config: ArchivistBuilderConfig, account: AccountInstance, node?: MemoryNode<import("@xyo-network/core").BaseParamsFields & {
|
|
15
15
|
account?: AccountInstance | "random" | undefined;
|
|
16
|
-
config: import("@xyo-network/payload-model").SchemaFields &
|
|
16
|
+
config: import("@xyo-network/payload-model").SchemaFields & Omit<{
|
|
17
17
|
accountDerivationPath?: string | undefined;
|
|
18
18
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
19
19
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -29,7 +29,7 @@ export declare class StorageArchivistBuilder {
|
|
|
29
29
|
readonly sign?: boolean | undefined;
|
|
30
30
|
readonly storeQueries?: boolean | undefined;
|
|
31
31
|
readonly timestamp?: boolean | undefined;
|
|
32
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields &
|
|
32
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields & {
|
|
33
33
|
accountDerivationPath?: string | undefined;
|
|
34
34
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
35
35
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -59,7 +59,7 @@ export declare class StorageArchivistBuilder {
|
|
|
59
59
|
}, import("@xyo-network/node-model").NodeModuleEventData> | undefined);
|
|
60
60
|
get archivist(): StorageArchivist<import("@xyo-network/core").BaseParamsFields & {
|
|
61
61
|
account?: AccountInstance | "random" | undefined;
|
|
62
|
-
config: import("@xyo-network/payload-model").SchemaFields &
|
|
62
|
+
config: import("@xyo-network/payload-model").SchemaFields & Omit<{
|
|
63
63
|
accountDerivationPath?: string | undefined;
|
|
64
64
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
65
65
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -75,7 +75,7 @@ export declare class StorageArchivistBuilder {
|
|
|
75
75
|
readonly sign?: boolean | undefined;
|
|
76
76
|
readonly storeQueries?: boolean | undefined;
|
|
77
77
|
readonly timestamp?: boolean | undefined;
|
|
78
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields &
|
|
78
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields & Omit<{
|
|
79
79
|
accountDerivationPath?: string | undefined;
|
|
80
80
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
81
81
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -115,7 +115,7 @@ export declare class StorageArchivistBuilder {
|
|
|
115
115
|
static create(config: ArchivistBuilderConfig, account: AccountInstance, node: MemoryNode): Promise<StorageArchivistBuilder>;
|
|
116
116
|
buildArchivist(): Promise<StorageArchivist<import("@xyo-network/core").BaseParamsFields & {
|
|
117
117
|
account?: AccountInstance | "random" | undefined;
|
|
118
|
-
config: import("@xyo-network/payload-model").SchemaFields &
|
|
118
|
+
config: import("@xyo-network/payload-model").SchemaFields & Omit<{
|
|
119
119
|
accountDerivationPath?: string | undefined;
|
|
120
120
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
121
121
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -131,7 +131,7 @@ export declare class StorageArchivistBuilder {
|
|
|
131
131
|
readonly sign?: boolean | undefined;
|
|
132
132
|
readonly storeQueries?: boolean | undefined;
|
|
133
133
|
readonly timestamp?: boolean | undefined;
|
|
134
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields &
|
|
134
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields & Omit<{
|
|
135
135
|
accountDerivationPath?: string | undefined;
|
|
136
136
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
137
137
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -171,7 +171,7 @@ export declare class StorageArchivistBuilder {
|
|
|
171
171
|
buildConfig(): StorageArchivistConfig;
|
|
172
172
|
findParentArchivist(): Promise<import("@xyo-network/archivist").ArchivistInstance<import("@xyo-network/core").BaseParamsFields & {
|
|
173
173
|
account?: AccountInstance | "random" | undefined;
|
|
174
|
-
config: import("@xyo-network/payload-model").SchemaFields &
|
|
174
|
+
config: import("@xyo-network/payload-model").SchemaFields & Omit<{
|
|
175
175
|
accountDerivationPath?: string | undefined;
|
|
176
176
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
177
177
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -187,7 +187,7 @@ export declare class StorageArchivistBuilder {
|
|
|
187
187
|
readonly sign?: boolean | undefined;
|
|
188
188
|
readonly storeQueries?: boolean | undefined;
|
|
189
189
|
readonly timestamp?: boolean | undefined;
|
|
190
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields &
|
|
190
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields & {
|
|
191
191
|
accountDerivationPath?: string | undefined;
|
|
192
192
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
193
193
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -13,7 +13,7 @@ export declare class StorageArchivistBuilder {
|
|
|
13
13
|
private remoteArchivist;
|
|
14
14
|
protected constructor(config: ArchivistBuilderConfig, account: AccountInstance, node?: MemoryNode<import("@xyo-network/core").BaseParamsFields & {
|
|
15
15
|
account?: AccountInstance | "random" | undefined;
|
|
16
|
-
config: import("@xyo-network/payload-model").SchemaFields &
|
|
16
|
+
config: import("@xyo-network/payload-model").SchemaFields & Omit<{
|
|
17
17
|
accountDerivationPath?: string | undefined;
|
|
18
18
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
19
19
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -29,7 +29,7 @@ export declare class StorageArchivistBuilder {
|
|
|
29
29
|
readonly sign?: boolean | undefined;
|
|
30
30
|
readonly storeQueries?: boolean | undefined;
|
|
31
31
|
readonly timestamp?: boolean | undefined;
|
|
32
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields &
|
|
32
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields & {
|
|
33
33
|
accountDerivationPath?: string | undefined;
|
|
34
34
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
35
35
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -59,7 +59,7 @@ export declare class StorageArchivistBuilder {
|
|
|
59
59
|
}, import("@xyo-network/node-model").NodeModuleEventData> | undefined);
|
|
60
60
|
get archivist(): StorageArchivist<import("@xyo-network/core").BaseParamsFields & {
|
|
61
61
|
account?: AccountInstance | "random" | undefined;
|
|
62
|
-
config: import("@xyo-network/payload-model").SchemaFields &
|
|
62
|
+
config: import("@xyo-network/payload-model").SchemaFields & Omit<{
|
|
63
63
|
accountDerivationPath?: string | undefined;
|
|
64
64
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
65
65
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -75,7 +75,7 @@ export declare class StorageArchivistBuilder {
|
|
|
75
75
|
readonly sign?: boolean | undefined;
|
|
76
76
|
readonly storeQueries?: boolean | undefined;
|
|
77
77
|
readonly timestamp?: boolean | undefined;
|
|
78
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields &
|
|
78
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields & Omit<{
|
|
79
79
|
accountDerivationPath?: string | undefined;
|
|
80
80
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
81
81
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -115,7 +115,7 @@ export declare class StorageArchivistBuilder {
|
|
|
115
115
|
static create(config: ArchivistBuilderConfig, account: AccountInstance, node: MemoryNode): Promise<StorageArchivistBuilder>;
|
|
116
116
|
buildArchivist(): Promise<StorageArchivist<import("@xyo-network/core").BaseParamsFields & {
|
|
117
117
|
account?: AccountInstance | "random" | undefined;
|
|
118
|
-
config: import("@xyo-network/payload-model").SchemaFields &
|
|
118
|
+
config: import("@xyo-network/payload-model").SchemaFields & Omit<{
|
|
119
119
|
accountDerivationPath?: string | undefined;
|
|
120
120
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
121
121
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -131,7 +131,7 @@ export declare class StorageArchivistBuilder {
|
|
|
131
131
|
readonly sign?: boolean | undefined;
|
|
132
132
|
readonly storeQueries?: boolean | undefined;
|
|
133
133
|
readonly timestamp?: boolean | undefined;
|
|
134
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields &
|
|
134
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields & Omit<{
|
|
135
135
|
accountDerivationPath?: string | undefined;
|
|
136
136
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
137
137
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -171,7 +171,7 @@ export declare class StorageArchivistBuilder {
|
|
|
171
171
|
buildConfig(): StorageArchivistConfig;
|
|
172
172
|
findParentArchivist(): Promise<import("@xyo-network/archivist").ArchivistInstance<import("@xyo-network/core").BaseParamsFields & {
|
|
173
173
|
account?: AccountInstance | "random" | undefined;
|
|
174
|
-
config: import("@xyo-network/payload-model").SchemaFields &
|
|
174
|
+
config: import("@xyo-network/payload-model").SchemaFields & Omit<{
|
|
175
175
|
accountDerivationPath?: string | undefined;
|
|
176
176
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
177
177
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -187,7 +187,7 @@ export declare class StorageArchivistBuilder {
|
|
|
187
187
|
readonly sign?: boolean | undefined;
|
|
188
188
|
readonly storeQueries?: boolean | undefined;
|
|
189
189
|
readonly timestamp?: boolean | undefined;
|
|
190
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields &
|
|
190
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields & {
|
|
191
191
|
accountDerivationPath?: string | undefined;
|
|
192
192
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
193
193
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
package/package.json
CHANGED
|
@@ -13,25 +13,25 @@
|
|
|
13
13
|
"@xylabs/react-async-effect": "^3.0.18",
|
|
14
14
|
"@xylabs/react-promise": "^3.0.18",
|
|
15
15
|
"@xylabs/react-shared": "^3.0.18",
|
|
16
|
-
"@xyo-network/account-model": "^2.
|
|
17
|
-
"@xyo-network/archivist": "^2.
|
|
18
|
-
"@xyo-network/http-bridge": "^2.
|
|
19
|
-
"@xyo-network/module": "^2.
|
|
20
|
-
"@xyo-network/node-memory": "^2.
|
|
21
|
-
"@xyo-network/node-model": "^2.
|
|
22
|
-
"@xyo-network/payloadset-plugin": "^2.
|
|
23
|
-
"@xyo-network/react-network": "~2.
|
|
24
|
-
"@xyo-network/react-node": "~2.
|
|
25
|
-
"@xyo-network/react-shared": "~2.
|
|
26
|
-
"@xyo-network/react-wallet": "~2.
|
|
27
|
-
"@xyo-network/sentinel": "^2.
|
|
28
|
-
"@xyo-network/wallet-model": "^2.
|
|
29
|
-
"@xyo-network/witness": "^2.
|
|
16
|
+
"@xyo-network/account-model": "^2.76.0",
|
|
17
|
+
"@xyo-network/archivist": "^2.76.0",
|
|
18
|
+
"@xyo-network/http-bridge": "^2.76.0",
|
|
19
|
+
"@xyo-network/module": "^2.76.0",
|
|
20
|
+
"@xyo-network/node-memory": "^2.76.0",
|
|
21
|
+
"@xyo-network/node-model": "^2.76.0",
|
|
22
|
+
"@xyo-network/payloadset-plugin": "^2.76.0",
|
|
23
|
+
"@xyo-network/react-network": "~2.65.0",
|
|
24
|
+
"@xyo-network/react-node": "~2.65.0",
|
|
25
|
+
"@xyo-network/react-shared": "~2.65.0",
|
|
26
|
+
"@xyo-network/react-wallet": "~2.65.0",
|
|
27
|
+
"@xyo-network/sentinel": "^2.76.0",
|
|
28
|
+
"@xyo-network/wallet-model": "^2.76.0",
|
|
29
|
+
"@xyo-network/witness": "^2.76.0"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"@storybook/react": "^7.4.6",
|
|
33
|
-
"@xylabs/ts-scripts-yarn3": "^3.1.
|
|
34
|
-
"@xylabs/tsconfig-react": "^3.1.
|
|
33
|
+
"@xylabs/ts-scripts-yarn3": "^3.1.9",
|
|
34
|
+
"@xylabs/tsconfig-react": "^3.1.9",
|
|
35
35
|
"typescript": "^5.2.2"
|
|
36
36
|
},
|
|
37
37
|
"peerDependencies": {
|
|
@@ -93,6 +93,6 @@
|
|
|
93
93
|
},
|
|
94
94
|
"sideEffects": false,
|
|
95
95
|
"types": "dist/browser/index.d.ts",
|
|
96
|
-
"version": "2.
|
|
96
|
+
"version": "2.65.0",
|
|
97
97
|
"type": "module"
|
|
98
98
|
}
|