@xyo-network/react-standard-node 2.66.4 → 2.67.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.
@@ -5,9 +5,9 @@ export declare class SentinelBuilder {
5
5
  private account;
6
6
  private _sentinel;
7
7
  protected constructor(config: SentinelConfig, account: AccountInstance);
8
- get sentinel(): MemorySentinel<import("@xyo-network/core").BaseParamsFields & {
8
+ get sentinel(): MemorySentinel<import("@xyo-network/object").BaseParamsFields & {
9
9
  account?: AccountInstance | "random" | undefined;
10
- config: import("@xyo-network/payload-model").SchemaFields & Omit<{
10
+ config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & 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,9 @@ 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 & {
27
+ schema: string;
28
+ } & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
27
29
  accountDerivationPath?: string | undefined;
28
30
  readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
29
31
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
@@ -44,16 +46,14 @@ export declare class SentinelBuilder {
44
46
  tasks: import("@xyo-network/sentinel").Task[];
45
47
  } & {
46
48
  schema: "network.xyo.sentinel.config";
47
- }, "schema"> & {
48
- schema: string;
49
- }, "schema"> & {
49
+ }, "schema">, "schema"> & {
50
50
  schema: string;
51
51
  };
52
52
  ephemeralQueryAccountEnabled?: boolean | undefined;
53
53
  wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
54
- }, import("@xyo-network/sentinel").SentinelModuleEventData<import("@xyo-network/sentinel").SentinelInstance<import("@xyo-network/core").BaseParamsFields & {
54
+ }, import("@xyo-network/sentinel").SentinelModuleEventData<import("@xyo-network/sentinel").SentinelInstance<import("@xyo-network/object").BaseParamsFields & {
55
55
  account?: AccountInstance | "random" | undefined;
56
- config: import("@xyo-network/payload-model").SchemaFields & Omit<{
56
+ config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
57
57
  accountDerivationPath?: string | undefined;
58
58
  readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
59
59
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
@@ -69,7 +69,9 @@ export declare class SentinelBuilder {
69
69
  readonly sign?: boolean | undefined;
70
70
  readonly storeQueries?: boolean | undefined;
71
71
  readonly timestamp?: boolean | undefined;
72
- } & import("@xyo-network/module-model").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields & {
72
+ } & import("@xyo-network/module-model").ArchivingModuleConfig & {
73
+ schema: string;
74
+ } & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
73
75
  accountDerivationPath?: string | undefined;
74
76
  readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
75
77
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
@@ -90,18 +92,16 @@ export declare class SentinelBuilder {
90
92
  tasks: import("@xyo-network/sentinel").Task[];
91
93
  } & {
92
94
  schema: "network.xyo.sentinel.config";
93
- }, "schema"> & {
94
- schema: string;
95
- }, "schema"> & {
95
+ }, "schema">, "schema"> & {
96
96
  schema: string;
97
97
  };
98
98
  ephemeralQueryAccountEnabled?: boolean | undefined;
99
99
  wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
100
100
  }>>>;
101
101
  static create(config: SentinelConfig, account: AccountInstance): Promise<SentinelBuilder>;
102
- buildSentinel(): Promise<MemorySentinel<import("@xyo-network/core").BaseParamsFields & {
102
+ buildSentinel(): Promise<MemorySentinel<import("@xyo-network/object").BaseParamsFields & {
103
103
  account?: AccountInstance | "random" | undefined;
104
- config: import("@xyo-network/payload-model").SchemaFields & Omit<{
104
+ config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
105
105
  accountDerivationPath?: string | undefined;
106
106
  readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
107
107
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
@@ -117,7 +117,9 @@ export declare class SentinelBuilder {
117
117
  readonly sign?: boolean | undefined;
118
118
  readonly storeQueries?: boolean | undefined;
119
119
  readonly timestamp?: boolean | undefined;
120
- } & import("@xyo-network/module-model").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields & {
120
+ } & import("@xyo-network/module-model").ArchivingModuleConfig & {
121
+ schema: string;
122
+ } & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
121
123
  accountDerivationPath?: string | undefined;
122
124
  readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
123
125
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
@@ -138,16 +140,14 @@ export declare class SentinelBuilder {
138
140
  tasks: import("@xyo-network/sentinel").Task[];
139
141
  } & {
140
142
  schema: "network.xyo.sentinel.config";
141
- }, "schema"> & {
142
- schema: string;
143
- }, "schema"> & {
143
+ }, "schema">, "schema"> & {
144
144
  schema: string;
145
145
  };
146
146
  ephemeralQueryAccountEnabled?: boolean | undefined;
147
147
  wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
148
- }, import("@xyo-network/sentinel").SentinelModuleEventData<import("@xyo-network/sentinel").SentinelInstance<import("@xyo-network/core").BaseParamsFields & {
148
+ }, import("@xyo-network/sentinel").SentinelModuleEventData<import("@xyo-network/sentinel").SentinelInstance<import("@xyo-network/object").BaseParamsFields & {
149
149
  account?: AccountInstance | "random" | undefined;
150
- config: import("@xyo-network/payload-model").SchemaFields & Omit<{
150
+ config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
151
151
  accountDerivationPath?: string | undefined;
152
152
  readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
153
153
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
@@ -163,7 +163,9 @@ export declare class SentinelBuilder {
163
163
  readonly sign?: boolean | undefined;
164
164
  readonly storeQueries?: boolean | undefined;
165
165
  readonly timestamp?: boolean | undefined;
166
- } & import("@xyo-network/module-model").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields & {
166
+ } & import("@xyo-network/module-model").ArchivingModuleConfig & {
167
+ schema: string;
168
+ } & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
167
169
  accountDerivationPath?: string | undefined;
168
170
  readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
169
171
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
@@ -184,9 +186,7 @@ export declare class SentinelBuilder {
184
186
  tasks: import("@xyo-network/sentinel").Task[];
185
187
  } & {
186
188
  schema: "network.xyo.sentinel.config";
187
- }, "schema"> & {
188
- schema: string;
189
- }, "schema"> & {
189
+ }, "schema">, "schema"> & {
190
190
  schema: string;
191
191
  };
192
192
  ephemeralQueryAccountEnabled?: boolean | undefined;
@@ -11,9 +11,9 @@ export declare class StorageArchivistBuilder {
11
11
  private node?;
12
12
  private _archivist;
13
13
  private remoteArchivist;
14
- protected constructor(config: ArchivistBuilderConfig, account: AccountInstance, node?: MemoryNode<import("@xyo-network/core").BaseParamsFields & {
14
+ protected constructor(config: ArchivistBuilderConfig, account: AccountInstance, node?: MemoryNode<import("@xyo-network/object").BaseParamsFields & {
15
15
  account?: AccountInstance | "random" | undefined;
16
- config: import("@xyo-network/payload-model").SchemaFields & Omit<{
16
+ config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & 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,9 @@ 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 & {
33
+ schema: string;
34
+ } & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
33
35
  accountDerivationPath?: string | undefined;
34
36
  readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
35
37
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
@@ -49,17 +51,15 @@ export declare class StorageArchivistBuilder {
49
51
  archivist?: string | undefined;
50
52
  } & {
51
53
  schema: "network.xyo.node.config";
52
- }, "schema"> & {
53
- schema: string;
54
- }, "schema"> & {
54
+ }, "schema">, "schema"> & {
55
55
  schema: string;
56
56
  };
57
57
  ephemeralQueryAccountEnabled?: boolean | undefined;
58
58
  wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
59
59
  }, import("@xyo-network/node-model").NodeModuleEventData> | undefined);
60
- get archivist(): StorageArchivist<import("@xyo-network/core").BaseParamsFields & {
60
+ get archivist(): StorageArchivist<import("@xyo-network/object").BaseParamsFields & {
61
61
  account?: AccountInstance | "random" | undefined;
62
- config: import("@xyo-network/payload-model").SchemaFields & Omit<{
62
+ config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & 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,9 @@ 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 & Omit<{
78
+ } & import("@xyo-network/module-model").ArchivingModuleConfig & {
79
+ schema: string;
80
+ } & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
79
81
  accountDerivationPath?: string | undefined;
80
82
  readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
81
83
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
@@ -104,18 +106,16 @@ export declare class StorageArchivistBuilder {
104
106
  storeParentReads?: boolean | undefined;
105
107
  }, "schema"> & {
106
108
  schema: "network.xyo.archivist.storage.config";
107
- }, "schema"> & {
108
- schema: string;
109
- }, "schema"> & {
109
+ }, "schema">, "schema"> & {
110
110
  schema: string;
111
111
  };
112
112
  ephemeralQueryAccountEnabled?: boolean | undefined;
113
113
  wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
114
114
  }, import("@xyo-network/archivist").ArchivistModuleEventData>;
115
115
  static create(config: ArchivistBuilderConfig, account: AccountInstance, node: MemoryNode): Promise<StorageArchivistBuilder>;
116
- buildArchivist(): Promise<StorageArchivist<import("@xyo-network/core").BaseParamsFields & {
116
+ buildArchivist(): Promise<StorageArchivist<import("@xyo-network/object").BaseParamsFields & {
117
117
  account?: AccountInstance | "random" | undefined;
118
- config: import("@xyo-network/payload-model").SchemaFields & Omit<{
118
+ config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & 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,9 @@ 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 & Omit<{
134
+ } & import("@xyo-network/module-model").ArchivingModuleConfig & {
135
+ schema: string;
136
+ } & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
135
137
  accountDerivationPath?: string | undefined;
136
138
  readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
137
139
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
@@ -160,18 +162,16 @@ export declare class StorageArchivistBuilder {
160
162
  storeParentReads?: boolean | undefined;
161
163
  }, "schema"> & {
162
164
  schema: "network.xyo.archivist.storage.config";
163
- }, "schema"> & {
164
- schema: string;
165
- }, "schema"> & {
165
+ }, "schema">, "schema"> & {
166
166
  schema: string;
167
167
  };
168
168
  ephemeralQueryAccountEnabled?: boolean | undefined;
169
169
  wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
170
170
  }, import("@xyo-network/archivist").ArchivistModuleEventData>>;
171
171
  buildConfig(): StorageArchivistConfig;
172
- findParentArchivist(): Promise<import("@xyo-network/archivist").ArchivistInstance<import("@xyo-network/core").BaseParamsFields & {
172
+ findParentArchivist(): Promise<import("@xyo-network/archivist").ArchivistInstance<import("@xyo-network/object").BaseParamsFields & {
173
173
  account?: AccountInstance | "random" | undefined;
174
- config: import("@xyo-network/payload-model").SchemaFields & Omit<{
174
+ config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & 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,9 @@ 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 & {
191
+ schema: string;
192
+ } & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
191
193
  accountDerivationPath?: string | undefined;
192
194
  readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
193
195
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
@@ -209,9 +211,7 @@ export declare class StorageArchivistBuilder {
209
211
  storeParentReads?: boolean | undefined;
210
212
  } & {
211
213
  schema: "network.xyo.archivist.config";
212
- }, "schema"> & {
213
- schema: string;
214
- }, "schema"> & {
214
+ }, "schema">, "schema"> & {
215
215
  schema: string;
216
216
  };
217
217
  ephemeralQueryAccountEnabled?: boolean | undefined;
@@ -11,9 +11,9 @@ export declare class StorageArchivistBuilder {
11
11
  private node?;
12
12
  private _archivist;
13
13
  private remoteArchivist;
14
- protected constructor(config: ArchivistBuilderConfig, account: AccountInstance, node?: MemoryNode<import("@xyo-network/core").BaseParamsFields & {
14
+ protected constructor(config: ArchivistBuilderConfig, account: AccountInstance, node?: MemoryNode<import("@xyo-network/object").BaseParamsFields & {
15
15
  account?: AccountInstance | "random" | undefined;
16
- config: import("@xyo-network/payload-model").SchemaFields & Omit<{
16
+ config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & 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,9 @@ 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 & {
33
+ schema: string;
34
+ } & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
33
35
  accountDerivationPath?: string | undefined;
34
36
  readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
35
37
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
@@ -49,17 +51,15 @@ export declare class StorageArchivistBuilder {
49
51
  archivist?: string | undefined;
50
52
  } & {
51
53
  schema: "network.xyo.node.config";
52
- }, "schema"> & {
53
- schema: string;
54
- }, "schema"> & {
54
+ }, "schema">, "schema"> & {
55
55
  schema: string;
56
56
  };
57
57
  ephemeralQueryAccountEnabled?: boolean | undefined;
58
58
  wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
59
59
  }, import("@xyo-network/node-model").NodeModuleEventData> | undefined);
60
- get archivist(): StorageArchivist<import("@xyo-network/core").BaseParamsFields & {
60
+ get archivist(): StorageArchivist<import("@xyo-network/object").BaseParamsFields & {
61
61
  account?: AccountInstance | "random" | undefined;
62
- config: import("@xyo-network/payload-model").SchemaFields & Omit<{
62
+ config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & 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,9 @@ 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 & Omit<{
78
+ } & import("@xyo-network/module-model").ArchivingModuleConfig & {
79
+ schema: string;
80
+ } & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
79
81
  accountDerivationPath?: string | undefined;
80
82
  readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
81
83
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
@@ -104,18 +106,16 @@ export declare class StorageArchivistBuilder {
104
106
  storeParentReads?: boolean | undefined;
105
107
  }, "schema"> & {
106
108
  schema: "network.xyo.archivist.storage.config";
107
- }, "schema"> & {
108
- schema: string;
109
- }, "schema"> & {
109
+ }, "schema">, "schema"> & {
110
110
  schema: string;
111
111
  };
112
112
  ephemeralQueryAccountEnabled?: boolean | undefined;
113
113
  wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
114
114
  }, import("@xyo-network/archivist").ArchivistModuleEventData>;
115
115
  static create(config: ArchivistBuilderConfig, account: AccountInstance, node: MemoryNode): Promise<StorageArchivistBuilder>;
116
- buildArchivist(): Promise<StorageArchivist<import("@xyo-network/core").BaseParamsFields & {
116
+ buildArchivist(): Promise<StorageArchivist<import("@xyo-network/object").BaseParamsFields & {
117
117
  account?: AccountInstance | "random" | undefined;
118
- config: import("@xyo-network/payload-model").SchemaFields & Omit<{
118
+ config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & 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,9 @@ 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 & Omit<{
134
+ } & import("@xyo-network/module-model").ArchivingModuleConfig & {
135
+ schema: string;
136
+ } & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
135
137
  accountDerivationPath?: string | undefined;
136
138
  readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
137
139
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
@@ -160,18 +162,16 @@ export declare class StorageArchivistBuilder {
160
162
  storeParentReads?: boolean | undefined;
161
163
  }, "schema"> & {
162
164
  schema: "network.xyo.archivist.storage.config";
163
- }, "schema"> & {
164
- schema: string;
165
- }, "schema"> & {
165
+ }, "schema">, "schema"> & {
166
166
  schema: string;
167
167
  };
168
168
  ephemeralQueryAccountEnabled?: boolean | undefined;
169
169
  wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
170
170
  }, import("@xyo-network/archivist").ArchivistModuleEventData>>;
171
171
  buildConfig(): StorageArchivistConfig;
172
- findParentArchivist(): Promise<import("@xyo-network/archivist").ArchivistInstance<import("@xyo-network/core").BaseParamsFields & {
172
+ findParentArchivist(): Promise<import("@xyo-network/archivist").ArchivistInstance<import("@xyo-network/object").BaseParamsFields & {
173
173
  account?: AccountInstance | "random" | undefined;
174
- config: import("@xyo-network/payload-model").SchemaFields & Omit<{
174
+ config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & 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,9 @@ 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 & {
191
+ schema: string;
192
+ } & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
191
193
  accountDerivationPath?: string | undefined;
192
194
  readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
193
195
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
@@ -209,9 +211,7 @@ export declare class StorageArchivistBuilder {
209
211
  storeParentReads?: boolean | undefined;
210
212
  } & {
211
213
  schema: "network.xyo.archivist.config";
212
- }, "schema"> & {
213
- schema: string;
214
- }, "schema"> & {
214
+ }, "schema">, "schema"> & {
215
215
  schema: string;
216
216
  };
217
217
  ephemeralQueryAccountEnabled?: boolean | undefined;
@@ -11,9 +11,9 @@ export declare class StorageArchivistBuilder {
11
11
  private node?;
12
12
  private _archivist;
13
13
  private remoteArchivist;
14
- protected constructor(config: ArchivistBuilderConfig, account: AccountInstance, node?: MemoryNode<import("@xyo-network/core").BaseParamsFields & {
14
+ protected constructor(config: ArchivistBuilderConfig, account: AccountInstance, node?: MemoryNode<import("@xyo-network/object").BaseParamsFields & {
15
15
  account?: AccountInstance | "random" | undefined;
16
- config: import("@xyo-network/payload-model").SchemaFields & Omit<{
16
+ config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & 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,9 @@ 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 & {
33
+ schema: string;
34
+ } & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
33
35
  accountDerivationPath?: string | undefined;
34
36
  readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
35
37
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
@@ -49,17 +51,15 @@ export declare class StorageArchivistBuilder {
49
51
  archivist?: string | undefined;
50
52
  } & {
51
53
  schema: "network.xyo.node.config";
52
- }, "schema"> & {
53
- schema: string;
54
- }, "schema"> & {
54
+ }, "schema">, "schema"> & {
55
55
  schema: string;
56
56
  };
57
57
  ephemeralQueryAccountEnabled?: boolean | undefined;
58
58
  wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
59
59
  }, import("@xyo-network/node-model").NodeModuleEventData> | undefined);
60
- get archivist(): StorageArchivist<import("@xyo-network/core").BaseParamsFields & {
60
+ get archivist(): StorageArchivist<import("@xyo-network/object").BaseParamsFields & {
61
61
  account?: AccountInstance | "random" | undefined;
62
- config: import("@xyo-network/payload-model").SchemaFields & Omit<{
62
+ config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & 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,9 @@ 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 & Omit<{
78
+ } & import("@xyo-network/module-model").ArchivingModuleConfig & {
79
+ schema: string;
80
+ } & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
79
81
  accountDerivationPath?: string | undefined;
80
82
  readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
81
83
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
@@ -104,18 +106,16 @@ export declare class StorageArchivistBuilder {
104
106
  storeParentReads?: boolean | undefined;
105
107
  }, "schema"> & {
106
108
  schema: "network.xyo.archivist.storage.config";
107
- }, "schema"> & {
108
- schema: string;
109
- }, "schema"> & {
109
+ }, "schema">, "schema"> & {
110
110
  schema: string;
111
111
  };
112
112
  ephemeralQueryAccountEnabled?: boolean | undefined;
113
113
  wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
114
114
  }, import("@xyo-network/archivist").ArchivistModuleEventData>;
115
115
  static create(config: ArchivistBuilderConfig, account: AccountInstance, node: MemoryNode): Promise<StorageArchivistBuilder>;
116
- buildArchivist(): Promise<StorageArchivist<import("@xyo-network/core").BaseParamsFields & {
116
+ buildArchivist(): Promise<StorageArchivist<import("@xyo-network/object").BaseParamsFields & {
117
117
  account?: AccountInstance | "random" | undefined;
118
- config: import("@xyo-network/payload-model").SchemaFields & Omit<{
118
+ config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & 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,9 @@ 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 & Omit<{
134
+ } & import("@xyo-network/module-model").ArchivingModuleConfig & {
135
+ schema: string;
136
+ } & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
135
137
  accountDerivationPath?: string | undefined;
136
138
  readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
137
139
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
@@ -160,18 +162,16 @@ export declare class StorageArchivistBuilder {
160
162
  storeParentReads?: boolean | undefined;
161
163
  }, "schema"> & {
162
164
  schema: "network.xyo.archivist.storage.config";
163
- }, "schema"> & {
164
- schema: string;
165
- }, "schema"> & {
165
+ }, "schema">, "schema"> & {
166
166
  schema: string;
167
167
  };
168
168
  ephemeralQueryAccountEnabled?: boolean | undefined;
169
169
  wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
170
170
  }, import("@xyo-network/archivist").ArchivistModuleEventData>>;
171
171
  buildConfig(): StorageArchivistConfig;
172
- findParentArchivist(): Promise<import("@xyo-network/archivist").ArchivistInstance<import("@xyo-network/core").BaseParamsFields & {
172
+ findParentArchivist(): Promise<import("@xyo-network/archivist").ArchivistInstance<import("@xyo-network/object").BaseParamsFields & {
173
173
  account?: AccountInstance | "random" | undefined;
174
- config: import("@xyo-network/payload-model").SchemaFields & Omit<{
174
+ config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & 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,9 @@ 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 & {
191
+ schema: string;
192
+ } & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
191
193
  accountDerivationPath?: string | undefined;
192
194
  readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
193
195
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
@@ -209,9 +211,7 @@ export declare class StorageArchivistBuilder {
209
211
  storeParentReads?: boolean | undefined;
210
212
  } & {
211
213
  schema: "network.xyo.archivist.config";
212
- }, "schema"> & {
213
- schema: string;
214
- }, "schema"> & {
214
+ }, "schema">, "schema"> & {
215
215
  schema: string;
216
216
  };
217
217
  ephemeralQueryAccountEnabled?: boolean | undefined;
@@ -10,9 +10,9 @@ export interface MemoryNodeBuilderConfig {
10
10
  }
11
11
  export declare class MemoryNodeBuilder {
12
12
  private _node;
13
- get node(): MemoryNode<import("@xyo-network/core").BaseParamsFields & {
13
+ get node(): MemoryNode<import("@xyo-network/object").BaseParamsFields & {
14
14
  account?: AccountInstance | "random" | undefined;
15
- config: import("@xyo-network/payload-model").SchemaFields & Omit<{
15
+ config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
16
16
  accountDerivationPath?: string | undefined;
17
17
  readonly archivist?: import("@xyo-network/module").ArchivistModuleConfig | undefined;
18
18
  readonly labels?: import("@xyo-network/module").Labels | undefined;
@@ -28,7 +28,9 @@ export declare class MemoryNodeBuilder {
28
28
  readonly sign?: boolean | undefined;
29
29
  readonly storeQueries?: boolean | undefined;
30
30
  readonly timestamp?: boolean | undefined;
31
- } & import("@xyo-network/module").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields & {
31
+ } & import("@xyo-network/module").ArchivingModuleConfig & {
32
+ schema: string;
33
+ } & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
32
34
  accountDerivationPath?: string | undefined;
33
35
  readonly archivist?: import("@xyo-network/module").ArchivistModuleConfig | undefined;
34
36
  readonly labels?: import("@xyo-network/module").Labels | undefined;
@@ -48,9 +50,7 @@ export declare class MemoryNodeBuilder {
48
50
  archivist?: string | undefined;
49
51
  } & {
50
52
  schema: "network.xyo.node.config";
51
- }, "schema"> & {
52
- schema: string;
53
- }, "schema"> & {
53
+ }, "schema">, "schema"> & {
54
54
  schema: string;
55
55
  };
56
56
  ephemeralQueryAccountEnabled?: boolean | undefined;
@@ -62,9 +62,9 @@ export declare class MemoryNodeBuilder {
62
62
  addArchivistMemory(moduleName?: string, account?: AccountInstance): Promise<void>;
63
63
  addArchivistStorage(account: AccountInstance, moduleName?: string, namespace?: string): Promise<void>;
64
64
  addBridge(apiDomain: string, moduleName?: string, account?: AccountInstance): Promise<void>;
65
- addSentinel(config: SentinelConfig, account: AccountInstance): Promise<import("@xyo-network/sentinel").MemorySentinel<import("@xyo-network/core").BaseParamsFields & {
65
+ addSentinel(config: SentinelConfig, account: AccountInstance): Promise<import("@xyo-network/sentinel").MemorySentinel<import("@xyo-network/object").BaseParamsFields & {
66
66
  account?: AccountInstance | "random" | undefined;
67
- config: import("@xyo-network/payload-model").SchemaFields & Omit<{
67
+ config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
68
68
  accountDerivationPath?: string | undefined;
69
69
  readonly archivist?: import("@xyo-network/module").ArchivistModuleConfig | undefined;
70
70
  readonly labels?: import("@xyo-network/module").Labels | undefined;
@@ -80,7 +80,9 @@ export declare class MemoryNodeBuilder {
80
80
  readonly sign?: boolean | undefined;
81
81
  readonly storeQueries?: boolean | undefined;
82
82
  readonly timestamp?: boolean | undefined;
83
- } & import("@xyo-network/module").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields & {
83
+ } & import("@xyo-network/module").ArchivingModuleConfig & {
84
+ schema: string;
85
+ } & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
84
86
  accountDerivationPath?: string | undefined;
85
87
  readonly archivist?: import("@xyo-network/module").ArchivistModuleConfig | undefined;
86
88
  readonly labels?: import("@xyo-network/module").Labels | undefined;
@@ -101,16 +103,14 @@ export declare class MemoryNodeBuilder {
101
103
  tasks: import("@xyo-network/sentinel").Task[];
102
104
  } & {
103
105
  schema: "network.xyo.sentinel.config";
104
- }, "schema"> & {
105
- schema: string;
106
- }, "schema"> & {
106
+ }, "schema">, "schema"> & {
107
107
  schema: string;
108
108
  };
109
109
  ephemeralQueryAccountEnabled?: boolean | undefined;
110
110
  wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
111
- }, import("@xyo-network/sentinel").SentinelModuleEventData<import("@xyo-network/sentinel").SentinelInstance<import("@xyo-network/core").BaseParamsFields & {
111
+ }, import("@xyo-network/sentinel").SentinelModuleEventData<import("@xyo-network/sentinel").SentinelInstance<import("@xyo-network/object").BaseParamsFields & {
112
112
  account?: AccountInstance | "random" | undefined;
113
- config: import("@xyo-network/payload-model").SchemaFields & Omit<{
113
+ config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
114
114
  accountDerivationPath?: string | undefined;
115
115
  readonly archivist?: import("@xyo-network/module").ArchivistModuleConfig | undefined;
116
116
  readonly labels?: import("@xyo-network/module").Labels | undefined;
@@ -126,7 +126,9 @@ export declare class MemoryNodeBuilder {
126
126
  readonly sign?: boolean | undefined;
127
127
  readonly storeQueries?: boolean | undefined;
128
128
  readonly timestamp?: boolean | undefined;
129
- } & import("@xyo-network/module").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields & {
129
+ } & import("@xyo-network/module").ArchivingModuleConfig & {
130
+ schema: string;
131
+ } & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
130
132
  accountDerivationPath?: string | undefined;
131
133
  readonly archivist?: import("@xyo-network/module").ArchivistModuleConfig | undefined;
132
134
  readonly labels?: import("@xyo-network/module").Labels | undefined;
@@ -147,9 +149,7 @@ export declare class MemoryNodeBuilder {
147
149
  tasks: import("@xyo-network/sentinel").Task[];
148
150
  } & {
149
151
  schema: "network.xyo.sentinel.config";
150
- }, "schema"> & {
151
- schema: string;
152
- }, "schema"> & {
152
+ }, "schema">, "schema"> & {
153
153
  schema: string;
154
154
  };
155
155
  ephemeralQueryAccountEnabled?: boolean | undefined;