@xyo-network/diviner-indexing-memory 2.92.3 → 2.92.5
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/Diviner.d.cts +14 -14
- package/dist/browser/Diviner.d.mts +14 -14
- package/dist/browser/Diviner.d.ts +14 -14
- package/dist/node/Diviner.d.cts +14 -14
- package/dist/node/Diviner.d.mts +14 -14
- package/dist/node/Diviner.d.ts +14 -14
- package/package.json +15 -15
|
@@ -35,7 +35,7 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
35
35
|
*/
|
|
36
36
|
protected getArchivistForStore(store: ConfigStore): Promise<ArchivistWrapper<import("@xyo-network/archivist-model").ArchivistModule<import("@xylabs/object").BaseParamsFields & {
|
|
37
37
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
38
|
-
config: import("@xyo-network/payload-model").SchemaFields &
|
|
38
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
39
39
|
parents?: import("@xyo-network/archivist-model").ArchivistParents | undefined;
|
|
40
40
|
requireAllParents?: boolean | undefined;
|
|
41
41
|
schema: "network.xyo.archivist.config";
|
|
@@ -54,7 +54,7 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
54
54
|
*/
|
|
55
55
|
protected getBoundWitnessDivinerForStore(store: ConfigStore): Promise<DivinerWrapper<DivinerModule<import("@xylabs/object").BaseParamsFields & {
|
|
56
56
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
57
|
-
config: import("@xyo-network/payload-model").SchemaFields &
|
|
57
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
58
58
|
schema: "network.xyo.diviner.config";
|
|
59
59
|
}, "schema"> & {
|
|
60
60
|
schema: "network.xyo.diviner.config";
|
|
@@ -64,13 +64,13 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
64
64
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
65
65
|
}, {
|
|
66
66
|
schema: string;
|
|
67
|
-
} &
|
|
67
|
+
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
68
68
|
schema: string;
|
|
69
|
-
} &
|
|
69
|
+
} & import("@xyo-network/payload-model").PayloadFields>, {
|
|
70
70
|
schema: string;
|
|
71
|
-
} &
|
|
71
|
+
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
72
72
|
schema: string;
|
|
73
|
-
} &
|
|
73
|
+
} & import("@xyo-network/payload-model").PayloadFields>>;
|
|
74
74
|
/**
|
|
75
75
|
* Gets the Diviner for the supplied Indexing Diviner stage
|
|
76
76
|
* @param transform The Indexing Diviner stage
|
|
@@ -78,7 +78,7 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
78
78
|
*/
|
|
79
79
|
protected getIndexingDivinerStage(transform: IndexingDivinerStage): Promise<DivinerInstance<import("@xylabs/object").BaseParamsFields & {
|
|
80
80
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
81
|
-
config: import("@xyo-network/payload-model").SchemaFields &
|
|
81
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
82
82
|
schema: "network.xyo.diviner.config";
|
|
83
83
|
}, "schema"> & {
|
|
84
84
|
schema: "network.xyo.diviner.config";
|
|
@@ -88,9 +88,9 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
88
88
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
89
89
|
}, {
|
|
90
90
|
schema: string;
|
|
91
|
-
} &
|
|
91
|
+
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
92
92
|
schema: string;
|
|
93
|
-
} &
|
|
93
|
+
} & import("@xyo-network/payload-model").PayloadFields>>;
|
|
94
94
|
/**
|
|
95
95
|
* Retrieves the Payload Diviner for the specified store
|
|
96
96
|
* @param store The store to retrieve the Payload Diviner for
|
|
@@ -98,7 +98,7 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
98
98
|
*/
|
|
99
99
|
protected getPayloadDivinerForStore(store: ConfigStore): Promise<DivinerWrapper<DivinerModule<import("@xylabs/object").BaseParamsFields & {
|
|
100
100
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
101
|
-
config: import("@xyo-network/payload-model").SchemaFields &
|
|
101
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
102
102
|
schema: "network.xyo.diviner.config";
|
|
103
103
|
}, "schema"> & {
|
|
104
104
|
schema: "network.xyo.diviner.config";
|
|
@@ -108,13 +108,13 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
108
108
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
109
109
|
}, {
|
|
110
110
|
schema: string;
|
|
111
|
-
} &
|
|
111
|
+
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
112
112
|
schema: string;
|
|
113
|
-
} &
|
|
113
|
+
} & import("@xyo-network/payload-model").PayloadFields>, {
|
|
114
114
|
schema: string;
|
|
115
|
-
} &
|
|
115
|
+
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
116
116
|
schema: string;
|
|
117
|
-
} &
|
|
117
|
+
} & import("@xyo-network/payload-model").PayloadFields>>;
|
|
118
118
|
/**
|
|
119
119
|
* Retrieves the last state of the Diviner process. Used to recover state after
|
|
120
120
|
* preemptions, reboots, etc.
|
|
@@ -35,7 +35,7 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
35
35
|
*/
|
|
36
36
|
protected getArchivistForStore(store: ConfigStore): Promise<ArchivistWrapper<import("@xyo-network/archivist-model").ArchivistModule<import("@xylabs/object").BaseParamsFields & {
|
|
37
37
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
38
|
-
config: import("@xyo-network/payload-model").SchemaFields &
|
|
38
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
39
39
|
parents?: import("@xyo-network/archivist-model").ArchivistParents | undefined;
|
|
40
40
|
requireAllParents?: boolean | undefined;
|
|
41
41
|
schema: "network.xyo.archivist.config";
|
|
@@ -54,7 +54,7 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
54
54
|
*/
|
|
55
55
|
protected getBoundWitnessDivinerForStore(store: ConfigStore): Promise<DivinerWrapper<DivinerModule<import("@xylabs/object").BaseParamsFields & {
|
|
56
56
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
57
|
-
config: import("@xyo-network/payload-model").SchemaFields &
|
|
57
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
58
58
|
schema: "network.xyo.diviner.config";
|
|
59
59
|
}, "schema"> & {
|
|
60
60
|
schema: "network.xyo.diviner.config";
|
|
@@ -64,13 +64,13 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
64
64
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
65
65
|
}, {
|
|
66
66
|
schema: string;
|
|
67
|
-
} &
|
|
67
|
+
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
68
68
|
schema: string;
|
|
69
|
-
} &
|
|
69
|
+
} & import("@xyo-network/payload-model").PayloadFields>, {
|
|
70
70
|
schema: string;
|
|
71
|
-
} &
|
|
71
|
+
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
72
72
|
schema: string;
|
|
73
|
-
} &
|
|
73
|
+
} & import("@xyo-network/payload-model").PayloadFields>>;
|
|
74
74
|
/**
|
|
75
75
|
* Gets the Diviner for the supplied Indexing Diviner stage
|
|
76
76
|
* @param transform The Indexing Diviner stage
|
|
@@ -78,7 +78,7 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
78
78
|
*/
|
|
79
79
|
protected getIndexingDivinerStage(transform: IndexingDivinerStage): Promise<DivinerInstance<import("@xylabs/object").BaseParamsFields & {
|
|
80
80
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
81
|
-
config: import("@xyo-network/payload-model").SchemaFields &
|
|
81
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
82
82
|
schema: "network.xyo.diviner.config";
|
|
83
83
|
}, "schema"> & {
|
|
84
84
|
schema: "network.xyo.diviner.config";
|
|
@@ -88,9 +88,9 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
88
88
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
89
89
|
}, {
|
|
90
90
|
schema: string;
|
|
91
|
-
} &
|
|
91
|
+
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
92
92
|
schema: string;
|
|
93
|
-
} &
|
|
93
|
+
} & import("@xyo-network/payload-model").PayloadFields>>;
|
|
94
94
|
/**
|
|
95
95
|
* Retrieves the Payload Diviner for the specified store
|
|
96
96
|
* @param store The store to retrieve the Payload Diviner for
|
|
@@ -98,7 +98,7 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
98
98
|
*/
|
|
99
99
|
protected getPayloadDivinerForStore(store: ConfigStore): Promise<DivinerWrapper<DivinerModule<import("@xylabs/object").BaseParamsFields & {
|
|
100
100
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
101
|
-
config: import("@xyo-network/payload-model").SchemaFields &
|
|
101
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
102
102
|
schema: "network.xyo.diviner.config";
|
|
103
103
|
}, "schema"> & {
|
|
104
104
|
schema: "network.xyo.diviner.config";
|
|
@@ -108,13 +108,13 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
108
108
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
109
109
|
}, {
|
|
110
110
|
schema: string;
|
|
111
|
-
} &
|
|
111
|
+
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
112
112
|
schema: string;
|
|
113
|
-
} &
|
|
113
|
+
} & import("@xyo-network/payload-model").PayloadFields>, {
|
|
114
114
|
schema: string;
|
|
115
|
-
} &
|
|
115
|
+
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
116
116
|
schema: string;
|
|
117
|
-
} &
|
|
117
|
+
} & import("@xyo-network/payload-model").PayloadFields>>;
|
|
118
118
|
/**
|
|
119
119
|
* Retrieves the last state of the Diviner process. Used to recover state after
|
|
120
120
|
* preemptions, reboots, etc.
|
|
@@ -35,7 +35,7 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
35
35
|
*/
|
|
36
36
|
protected getArchivistForStore(store: ConfigStore): Promise<ArchivistWrapper<import("@xyo-network/archivist-model").ArchivistModule<import("@xylabs/object").BaseParamsFields & {
|
|
37
37
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
38
|
-
config: import("@xyo-network/payload-model").SchemaFields &
|
|
38
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
39
39
|
parents?: import("@xyo-network/archivist-model").ArchivistParents | undefined;
|
|
40
40
|
requireAllParents?: boolean | undefined;
|
|
41
41
|
schema: "network.xyo.archivist.config";
|
|
@@ -54,7 +54,7 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
54
54
|
*/
|
|
55
55
|
protected getBoundWitnessDivinerForStore(store: ConfigStore): Promise<DivinerWrapper<DivinerModule<import("@xylabs/object").BaseParamsFields & {
|
|
56
56
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
57
|
-
config: import("@xyo-network/payload-model").SchemaFields &
|
|
57
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
58
58
|
schema: "network.xyo.diviner.config";
|
|
59
59
|
}, "schema"> & {
|
|
60
60
|
schema: "network.xyo.diviner.config";
|
|
@@ -64,13 +64,13 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
64
64
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
65
65
|
}, {
|
|
66
66
|
schema: string;
|
|
67
|
-
} &
|
|
67
|
+
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
68
68
|
schema: string;
|
|
69
|
-
} &
|
|
69
|
+
} & import("@xyo-network/payload-model").PayloadFields>, {
|
|
70
70
|
schema: string;
|
|
71
|
-
} &
|
|
71
|
+
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
72
72
|
schema: string;
|
|
73
|
-
} &
|
|
73
|
+
} & import("@xyo-network/payload-model").PayloadFields>>;
|
|
74
74
|
/**
|
|
75
75
|
* Gets the Diviner for the supplied Indexing Diviner stage
|
|
76
76
|
* @param transform The Indexing Diviner stage
|
|
@@ -78,7 +78,7 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
78
78
|
*/
|
|
79
79
|
protected getIndexingDivinerStage(transform: IndexingDivinerStage): Promise<DivinerInstance<import("@xylabs/object").BaseParamsFields & {
|
|
80
80
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
81
|
-
config: import("@xyo-network/payload-model").SchemaFields &
|
|
81
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
82
82
|
schema: "network.xyo.diviner.config";
|
|
83
83
|
}, "schema"> & {
|
|
84
84
|
schema: "network.xyo.diviner.config";
|
|
@@ -88,9 +88,9 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
88
88
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
89
89
|
}, {
|
|
90
90
|
schema: string;
|
|
91
|
-
} &
|
|
91
|
+
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
92
92
|
schema: string;
|
|
93
|
-
} &
|
|
93
|
+
} & import("@xyo-network/payload-model").PayloadFields>>;
|
|
94
94
|
/**
|
|
95
95
|
* Retrieves the Payload Diviner for the specified store
|
|
96
96
|
* @param store The store to retrieve the Payload Diviner for
|
|
@@ -98,7 +98,7 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
98
98
|
*/
|
|
99
99
|
protected getPayloadDivinerForStore(store: ConfigStore): Promise<DivinerWrapper<DivinerModule<import("@xylabs/object").BaseParamsFields & {
|
|
100
100
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
101
|
-
config: import("@xyo-network/payload-model").SchemaFields &
|
|
101
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
102
102
|
schema: "network.xyo.diviner.config";
|
|
103
103
|
}, "schema"> & {
|
|
104
104
|
schema: "network.xyo.diviner.config";
|
|
@@ -108,13 +108,13 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
108
108
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
109
109
|
}, {
|
|
110
110
|
schema: string;
|
|
111
|
-
} &
|
|
111
|
+
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
112
112
|
schema: string;
|
|
113
|
-
} &
|
|
113
|
+
} & import("@xyo-network/payload-model").PayloadFields>, {
|
|
114
114
|
schema: string;
|
|
115
|
-
} &
|
|
115
|
+
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
116
116
|
schema: string;
|
|
117
|
-
} &
|
|
117
|
+
} & import("@xyo-network/payload-model").PayloadFields>>;
|
|
118
118
|
/**
|
|
119
119
|
* Retrieves the last state of the Diviner process. Used to recover state after
|
|
120
120
|
* preemptions, reboots, etc.
|
package/dist/node/Diviner.d.cts
CHANGED
|
@@ -35,7 +35,7 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
35
35
|
*/
|
|
36
36
|
protected getArchivistForStore(store: ConfigStore): Promise<ArchivistWrapper<import("@xyo-network/archivist-model").ArchivistModule<import("@xylabs/object").BaseParamsFields & {
|
|
37
37
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
38
|
-
config: import("@xyo-network/payload-model").SchemaFields &
|
|
38
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
39
39
|
parents?: import("@xyo-network/archivist-model").ArchivistParents | undefined;
|
|
40
40
|
requireAllParents?: boolean | undefined;
|
|
41
41
|
schema: "network.xyo.archivist.config";
|
|
@@ -54,7 +54,7 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
54
54
|
*/
|
|
55
55
|
protected getBoundWitnessDivinerForStore(store: ConfigStore): Promise<DivinerWrapper<DivinerModule<import("@xylabs/object").BaseParamsFields & {
|
|
56
56
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
57
|
-
config: import("@xyo-network/payload-model").SchemaFields &
|
|
57
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
58
58
|
schema: "network.xyo.diviner.config";
|
|
59
59
|
}, "schema"> & {
|
|
60
60
|
schema: "network.xyo.diviner.config";
|
|
@@ -64,13 +64,13 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
64
64
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
65
65
|
}, {
|
|
66
66
|
schema: string;
|
|
67
|
-
} &
|
|
67
|
+
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
68
68
|
schema: string;
|
|
69
|
-
} &
|
|
69
|
+
} & import("@xyo-network/payload-model").PayloadFields>, {
|
|
70
70
|
schema: string;
|
|
71
|
-
} &
|
|
71
|
+
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
72
72
|
schema: string;
|
|
73
|
-
} &
|
|
73
|
+
} & import("@xyo-network/payload-model").PayloadFields>>;
|
|
74
74
|
/**
|
|
75
75
|
* Gets the Diviner for the supplied Indexing Diviner stage
|
|
76
76
|
* @param transform The Indexing Diviner stage
|
|
@@ -78,7 +78,7 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
78
78
|
*/
|
|
79
79
|
protected getIndexingDivinerStage(transform: IndexingDivinerStage): Promise<DivinerInstance<import("@xylabs/object").BaseParamsFields & {
|
|
80
80
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
81
|
-
config: import("@xyo-network/payload-model").SchemaFields &
|
|
81
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
82
82
|
schema: "network.xyo.diviner.config";
|
|
83
83
|
}, "schema"> & {
|
|
84
84
|
schema: "network.xyo.diviner.config";
|
|
@@ -88,9 +88,9 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
88
88
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
89
89
|
}, {
|
|
90
90
|
schema: string;
|
|
91
|
-
} &
|
|
91
|
+
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
92
92
|
schema: string;
|
|
93
|
-
} &
|
|
93
|
+
} & import("@xyo-network/payload-model").PayloadFields>>;
|
|
94
94
|
/**
|
|
95
95
|
* Retrieves the Payload Diviner for the specified store
|
|
96
96
|
* @param store The store to retrieve the Payload Diviner for
|
|
@@ -98,7 +98,7 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
98
98
|
*/
|
|
99
99
|
protected getPayloadDivinerForStore(store: ConfigStore): Promise<DivinerWrapper<DivinerModule<import("@xylabs/object").BaseParamsFields & {
|
|
100
100
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
101
|
-
config: import("@xyo-network/payload-model").SchemaFields &
|
|
101
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
102
102
|
schema: "network.xyo.diviner.config";
|
|
103
103
|
}, "schema"> & {
|
|
104
104
|
schema: "network.xyo.diviner.config";
|
|
@@ -108,13 +108,13 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
108
108
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
109
109
|
}, {
|
|
110
110
|
schema: string;
|
|
111
|
-
} &
|
|
111
|
+
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
112
112
|
schema: string;
|
|
113
|
-
} &
|
|
113
|
+
} & import("@xyo-network/payload-model").PayloadFields>, {
|
|
114
114
|
schema: string;
|
|
115
|
-
} &
|
|
115
|
+
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
116
116
|
schema: string;
|
|
117
|
-
} &
|
|
117
|
+
} & import("@xyo-network/payload-model").PayloadFields>>;
|
|
118
118
|
/**
|
|
119
119
|
* Retrieves the last state of the Diviner process. Used to recover state after
|
|
120
120
|
* preemptions, reboots, etc.
|
package/dist/node/Diviner.d.mts
CHANGED
|
@@ -35,7 +35,7 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
35
35
|
*/
|
|
36
36
|
protected getArchivistForStore(store: ConfigStore): Promise<ArchivistWrapper<import("@xyo-network/archivist-model").ArchivistModule<import("@xylabs/object").BaseParamsFields & {
|
|
37
37
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
38
|
-
config: import("@xyo-network/payload-model").SchemaFields &
|
|
38
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
39
39
|
parents?: import("@xyo-network/archivist-model").ArchivistParents | undefined;
|
|
40
40
|
requireAllParents?: boolean | undefined;
|
|
41
41
|
schema: "network.xyo.archivist.config";
|
|
@@ -54,7 +54,7 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
54
54
|
*/
|
|
55
55
|
protected getBoundWitnessDivinerForStore(store: ConfigStore): Promise<DivinerWrapper<DivinerModule<import("@xylabs/object").BaseParamsFields & {
|
|
56
56
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
57
|
-
config: import("@xyo-network/payload-model").SchemaFields &
|
|
57
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
58
58
|
schema: "network.xyo.diviner.config";
|
|
59
59
|
}, "schema"> & {
|
|
60
60
|
schema: "network.xyo.diviner.config";
|
|
@@ -64,13 +64,13 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
64
64
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
65
65
|
}, {
|
|
66
66
|
schema: string;
|
|
67
|
-
} &
|
|
67
|
+
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
68
68
|
schema: string;
|
|
69
|
-
} &
|
|
69
|
+
} & import("@xyo-network/payload-model").PayloadFields>, {
|
|
70
70
|
schema: string;
|
|
71
|
-
} &
|
|
71
|
+
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
72
72
|
schema: string;
|
|
73
|
-
} &
|
|
73
|
+
} & import("@xyo-network/payload-model").PayloadFields>>;
|
|
74
74
|
/**
|
|
75
75
|
* Gets the Diviner for the supplied Indexing Diviner stage
|
|
76
76
|
* @param transform The Indexing Diviner stage
|
|
@@ -78,7 +78,7 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
78
78
|
*/
|
|
79
79
|
protected getIndexingDivinerStage(transform: IndexingDivinerStage): Promise<DivinerInstance<import("@xylabs/object").BaseParamsFields & {
|
|
80
80
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
81
|
-
config: import("@xyo-network/payload-model").SchemaFields &
|
|
81
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
82
82
|
schema: "network.xyo.diviner.config";
|
|
83
83
|
}, "schema"> & {
|
|
84
84
|
schema: "network.xyo.diviner.config";
|
|
@@ -88,9 +88,9 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
88
88
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
89
89
|
}, {
|
|
90
90
|
schema: string;
|
|
91
|
-
} &
|
|
91
|
+
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
92
92
|
schema: string;
|
|
93
|
-
} &
|
|
93
|
+
} & import("@xyo-network/payload-model").PayloadFields>>;
|
|
94
94
|
/**
|
|
95
95
|
* Retrieves the Payload Diviner for the specified store
|
|
96
96
|
* @param store The store to retrieve the Payload Diviner for
|
|
@@ -98,7 +98,7 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
98
98
|
*/
|
|
99
99
|
protected getPayloadDivinerForStore(store: ConfigStore): Promise<DivinerWrapper<DivinerModule<import("@xylabs/object").BaseParamsFields & {
|
|
100
100
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
101
|
-
config: import("@xyo-network/payload-model").SchemaFields &
|
|
101
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
102
102
|
schema: "network.xyo.diviner.config";
|
|
103
103
|
}, "schema"> & {
|
|
104
104
|
schema: "network.xyo.diviner.config";
|
|
@@ -108,13 +108,13 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
108
108
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
109
109
|
}, {
|
|
110
110
|
schema: string;
|
|
111
|
-
} &
|
|
111
|
+
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
112
112
|
schema: string;
|
|
113
|
-
} &
|
|
113
|
+
} & import("@xyo-network/payload-model").PayloadFields>, {
|
|
114
114
|
schema: string;
|
|
115
|
-
} &
|
|
115
|
+
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
116
116
|
schema: string;
|
|
117
|
-
} &
|
|
117
|
+
} & import("@xyo-network/payload-model").PayloadFields>>;
|
|
118
118
|
/**
|
|
119
119
|
* Retrieves the last state of the Diviner process. Used to recover state after
|
|
120
120
|
* preemptions, reboots, etc.
|
package/dist/node/Diviner.d.ts
CHANGED
|
@@ -35,7 +35,7 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
35
35
|
*/
|
|
36
36
|
protected getArchivistForStore(store: ConfigStore): Promise<ArchivistWrapper<import("@xyo-network/archivist-model").ArchivistModule<import("@xylabs/object").BaseParamsFields & {
|
|
37
37
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
38
|
-
config: import("@xyo-network/payload-model").SchemaFields &
|
|
38
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
39
39
|
parents?: import("@xyo-network/archivist-model").ArchivistParents | undefined;
|
|
40
40
|
requireAllParents?: boolean | undefined;
|
|
41
41
|
schema: "network.xyo.archivist.config";
|
|
@@ -54,7 +54,7 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
54
54
|
*/
|
|
55
55
|
protected getBoundWitnessDivinerForStore(store: ConfigStore): Promise<DivinerWrapper<DivinerModule<import("@xylabs/object").BaseParamsFields & {
|
|
56
56
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
57
|
-
config: import("@xyo-network/payload-model").SchemaFields &
|
|
57
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
58
58
|
schema: "network.xyo.diviner.config";
|
|
59
59
|
}, "schema"> & {
|
|
60
60
|
schema: "network.xyo.diviner.config";
|
|
@@ -64,13 +64,13 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
64
64
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
65
65
|
}, {
|
|
66
66
|
schema: string;
|
|
67
|
-
} &
|
|
67
|
+
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
68
68
|
schema: string;
|
|
69
|
-
} &
|
|
69
|
+
} & import("@xyo-network/payload-model").PayloadFields>, {
|
|
70
70
|
schema: string;
|
|
71
|
-
} &
|
|
71
|
+
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
72
72
|
schema: string;
|
|
73
|
-
} &
|
|
73
|
+
} & import("@xyo-network/payload-model").PayloadFields>>;
|
|
74
74
|
/**
|
|
75
75
|
* Gets the Diviner for the supplied Indexing Diviner stage
|
|
76
76
|
* @param transform The Indexing Diviner stage
|
|
@@ -78,7 +78,7 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
78
78
|
*/
|
|
79
79
|
protected getIndexingDivinerStage(transform: IndexingDivinerStage): Promise<DivinerInstance<import("@xylabs/object").BaseParamsFields & {
|
|
80
80
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
81
|
-
config: import("@xyo-network/payload-model").SchemaFields &
|
|
81
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
82
82
|
schema: "network.xyo.diviner.config";
|
|
83
83
|
}, "schema"> & {
|
|
84
84
|
schema: "network.xyo.diviner.config";
|
|
@@ -88,9 +88,9 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
88
88
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
89
89
|
}, {
|
|
90
90
|
schema: string;
|
|
91
|
-
} &
|
|
91
|
+
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
92
92
|
schema: string;
|
|
93
|
-
} &
|
|
93
|
+
} & import("@xyo-network/payload-model").PayloadFields>>;
|
|
94
94
|
/**
|
|
95
95
|
* Retrieves the Payload Diviner for the specified store
|
|
96
96
|
* @param store The store to retrieve the Payload Diviner for
|
|
@@ -98,7 +98,7 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
98
98
|
*/
|
|
99
99
|
protected getPayloadDivinerForStore(store: ConfigStore): Promise<DivinerWrapper<DivinerModule<import("@xylabs/object").BaseParamsFields & {
|
|
100
100
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
101
|
-
config: import("@xyo-network/payload-model").SchemaFields &
|
|
101
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
102
102
|
schema: "network.xyo.diviner.config";
|
|
103
103
|
}, "schema"> & {
|
|
104
104
|
schema: "network.xyo.diviner.config";
|
|
@@ -108,13 +108,13 @@ export declare class IndexingDiviner<TParams extends IndexingDivinerParams = Ind
|
|
|
108
108
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
109
109
|
}, {
|
|
110
110
|
schema: string;
|
|
111
|
-
} &
|
|
111
|
+
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
112
112
|
schema: string;
|
|
113
|
-
} &
|
|
113
|
+
} & import("@xyo-network/payload-model").PayloadFields>, {
|
|
114
114
|
schema: string;
|
|
115
|
-
} &
|
|
115
|
+
} & import("@xyo-network/payload-model").PayloadFields, {
|
|
116
116
|
schema: string;
|
|
117
|
-
} &
|
|
117
|
+
} & import("@xyo-network/payload-model").PayloadFields>>;
|
|
118
118
|
/**
|
|
119
119
|
* Retrieves the last state of the Diviner process. Used to recover state after
|
|
120
120
|
* preemptions, reboots, etc.
|
package/package.json
CHANGED
|
@@ -10,20 +10,20 @@
|
|
|
10
10
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@xylabs/assert": "^3.0.
|
|
14
|
-
"@xylabs/hex": "^3.0.
|
|
15
|
-
"@xylabs/timer": "^3.0.
|
|
16
|
-
"@xyo-network/archivist-wrapper": "~2.92.
|
|
17
|
-
"@xyo-network/boundwitness-builder": "~2.92.
|
|
18
|
-
"@xyo-network/boundwitness-model": "~2.92.
|
|
19
|
-
"@xyo-network/diviner-abstract": "~2.92.
|
|
20
|
-
"@xyo-network/diviner-boundwitness-model": "~2.92.
|
|
21
|
-
"@xyo-network/diviner-indexing-model": "~2.92.
|
|
22
|
-
"@xyo-network/diviner-model": "~2.92.
|
|
23
|
-
"@xyo-network/diviner-wrapper": "~2.92.
|
|
24
|
-
"@xyo-network/module-model": "~2.92.
|
|
25
|
-
"@xyo-network/payload-builder": "~2.92.
|
|
26
|
-
"@xyo-network/payload-model": "~2.92.
|
|
13
|
+
"@xylabs/assert": "^3.0.13",
|
|
14
|
+
"@xylabs/hex": "^3.0.13",
|
|
15
|
+
"@xylabs/timer": "^3.0.13",
|
|
16
|
+
"@xyo-network/archivist-wrapper": "~2.92.5",
|
|
17
|
+
"@xyo-network/boundwitness-builder": "~2.92.5",
|
|
18
|
+
"@xyo-network/boundwitness-model": "~2.92.5",
|
|
19
|
+
"@xyo-network/diviner-abstract": "~2.92.5",
|
|
20
|
+
"@xyo-network/diviner-boundwitness-model": "~2.92.5",
|
|
21
|
+
"@xyo-network/diviner-indexing-model": "~2.92.5",
|
|
22
|
+
"@xyo-network/diviner-model": "~2.92.5",
|
|
23
|
+
"@xyo-network/diviner-wrapper": "~2.92.5",
|
|
24
|
+
"@xyo-network/module-model": "~2.92.5",
|
|
25
|
+
"@xyo-network/payload-builder": "~2.92.5",
|
|
26
|
+
"@xyo-network/payload-model": "~2.92.5"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@xylabs/ts-scripts-yarn3": "^3.5.2",
|
|
@@ -69,6 +69,6 @@
|
|
|
69
69
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js.git"
|
|
70
70
|
},
|
|
71
71
|
"sideEffects": false,
|
|
72
|
-
"version": "2.92.
|
|
72
|
+
"version": "2.92.5",
|
|
73
73
|
"type": "module"
|
|
74
74
|
}
|