@xyo-network/react-standard-node 2.66.5 → 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.
@@ -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;
package/package.json CHANGED
@@ -13,26 +13,26 @@
13
13
  "@xylabs/react-async-effect": "^3.0.34",
14
14
  "@xylabs/react-promise": "^3.0.34",
15
15
  "@xylabs/react-shared": "^3.0.34",
16
- "@xyo-network/account-model": "^2.82.0",
17
- "@xyo-network/archivist": "^2.82.0",
18
- "@xyo-network/http-bridge": "^2.82.0",
19
- "@xyo-network/module": "^2.82.0",
20
- "@xyo-network/node-memory": "^2.82.0",
21
- "@xyo-network/node-model": "^2.82.0",
22
- "@xyo-network/payloadset-plugin": "^2.82.0",
23
- "@xyo-network/react-network": "~2.66.5",
24
- "@xyo-network/react-node": "~2.66.5",
25
- "@xyo-network/react-shared": "~2.66.5",
26
- "@xyo-network/react-wallet": "~2.66.5",
27
- "@xyo-network/sentinel": "^2.82.0",
28
- "@xyo-network/wallet-model": "^2.82.0",
29
- "@xyo-network/witness": "^2.82.0"
16
+ "@xyo-network/account-model": "^2.83.3",
17
+ "@xyo-network/archivist": "^2.83.3",
18
+ "@xyo-network/http-bridge": "^2.83.3",
19
+ "@xyo-network/module": "^2.83.3",
20
+ "@xyo-network/node-memory": "^2.83.3",
21
+ "@xyo-network/node-model": "^2.83.3",
22
+ "@xyo-network/payloadset-plugin": "^2.83.3",
23
+ "@xyo-network/react-network": "~2.67.0",
24
+ "@xyo-network/react-node": "~2.67.0",
25
+ "@xyo-network/react-shared": "~2.67.0",
26
+ "@xyo-network/react-wallet": "~2.67.0",
27
+ "@xyo-network/sentinel": "^2.83.3",
28
+ "@xyo-network/wallet-model": "^2.83.3",
29
+ "@xyo-network/witness": "^2.83.3"
30
30
  },
31
31
  "devDependencies": {
32
- "@storybook/react": "^7.6.3",
32
+ "@storybook/react": "^7.6.4",
33
33
  "@xylabs/ts-scripts-yarn3": "^3.2.10",
34
34
  "@xylabs/tsconfig-react": "^3.2.10",
35
- "typescript": "^5.3.2"
35
+ "typescript": "^5.3.3"
36
36
  },
37
37
  "peerDependencies": {
38
38
  "@mui/icons-material": "^5",
@@ -92,6 +92,6 @@
92
92
  },
93
93
  "sideEffects": false,
94
94
  "types": "dist/browser/index.d.ts",
95
- "version": "2.66.5",
95
+ "version": "2.67.0",
96
96
  "type": "module"
97
97
  }