@xyo-network/archivist-mongodb 2.77.7 → 2.77.8
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.
|
@@ -109,7 +109,7 @@ declare const MongoDBArchivistBase: (abstract new (...args: any[]) => {
|
|
|
109
109
|
jobQueue?: import("@xyo-network/node-core-model").JobQueue | undefined;
|
|
110
110
|
payloadSdkConfig?: (import("@xyo-network/sdk-xyo-mongo-js").BaseMongoSdkPrivateConfig & Partial<import("@xyo-network/sdk-xyo-mongo-js").BaseMongoSdkPublicConfig>) | undefined;
|
|
111
111
|
};
|
|
112
|
-
previousHash: () => import("@
|
|
112
|
+
previousHash: () => import("@xylabs/promise").Promisable<string | undefined, never>;
|
|
113
113
|
queries: string[];
|
|
114
114
|
query: <T extends import("@xyo-network/payload-model").SchemaFields & Omit<import("@xyo-network/boundwitness-model").BoundWitnessFields & {
|
|
115
115
|
query: string;
|
|
@@ -161,7 +161,7 @@ declare const MongoDBArchivistBase: (abstract new (...args: any[]) => {
|
|
|
161
161
|
schema: "network.xyo.module.config";
|
|
162
162
|
}>(query: T, payloads?: {
|
|
163
163
|
schema: string;
|
|
164
|
-
}[] | undefined, queryConfig?: TConf | undefined) => import("@
|
|
164
|
+
}[] | undefined, queryConfig?: TConf | undefined) => import("@xylabs/promise").Promisable<import("@xyo-network/module-model").ModuleQueryResult, never>;
|
|
165
165
|
queryable: <T_1 extends import("@xyo-network/payload-model").SchemaFields & Omit<import("@xyo-network/boundwitness-model").BoundWitnessFields & {
|
|
166
166
|
query: string;
|
|
167
167
|
resultSet?: string | undefined;
|
|
@@ -212,9 +212,9 @@ declare const MongoDBArchivistBase: (abstract new (...args: any[]) => {
|
|
|
212
212
|
schema: "network.xyo.module.config";
|
|
213
213
|
}>(query: T_1, payloads?: {
|
|
214
214
|
schema: string;
|
|
215
|
-
}[] | undefined, queryConfig?: TConf_1 | undefined) => import("@
|
|
216
|
-
start?: (() => import("@
|
|
217
|
-
stop?: (() => import("@
|
|
215
|
+
}[] | undefined, queryConfig?: TConf_1 | undefined) => import("@xylabs/promise").Promisable<boolean, never>;
|
|
216
|
+
start?: (() => import("@xylabs/promise").Promisable<boolean, never>) | undefined;
|
|
217
|
+
stop?: (() => import("@xylabs/promise").Promisable<boolean, never>) | undefined;
|
|
218
218
|
eventData: import("@xyo-network/module-model").ModuleEventData<object>;
|
|
219
219
|
clearListeners(eventNames: keyof import("@xyo-network/module-model").ModuleEventData<object> | (keyof import("@xyo-network/module-model").ModuleEventData<object>)[]): void;
|
|
220
220
|
emit<TEventName extends keyof import("@xyo-network/module-model").ModuleEventData<object>>(eventName: TEventName, eventArgs: import("@xyo-network/module-model").ModuleEventData<object>[TEventName]): Promise<void>;
|
|
@@ -109,7 +109,7 @@ declare const MongoDBArchivistBase: (abstract new (...args: any[]) => {
|
|
|
109
109
|
jobQueue?: import("@xyo-network/node-core-model").JobQueue | undefined;
|
|
110
110
|
payloadSdkConfig?: (import("@xyo-network/sdk-xyo-mongo-js").BaseMongoSdkPrivateConfig & Partial<import("@xyo-network/sdk-xyo-mongo-js").BaseMongoSdkPublicConfig>) | undefined;
|
|
111
111
|
};
|
|
112
|
-
previousHash: () => import("@
|
|
112
|
+
previousHash: () => import("@xylabs/promise").Promisable<string | undefined, never>;
|
|
113
113
|
queries: string[];
|
|
114
114
|
query: <T extends import("@xyo-network/payload-model").SchemaFields & Omit<import("@xyo-network/boundwitness-model").BoundWitnessFields & {
|
|
115
115
|
query: string;
|
|
@@ -161,7 +161,7 @@ declare const MongoDBArchivistBase: (abstract new (...args: any[]) => {
|
|
|
161
161
|
schema: "network.xyo.module.config";
|
|
162
162
|
}>(query: T, payloads?: {
|
|
163
163
|
schema: string;
|
|
164
|
-
}[] | undefined, queryConfig?: TConf | undefined) => import("@
|
|
164
|
+
}[] | undefined, queryConfig?: TConf | undefined) => import("@xylabs/promise").Promisable<import("@xyo-network/module-model").ModuleQueryResult, never>;
|
|
165
165
|
queryable: <T_1 extends import("@xyo-network/payload-model").SchemaFields & Omit<import("@xyo-network/boundwitness-model").BoundWitnessFields & {
|
|
166
166
|
query: string;
|
|
167
167
|
resultSet?: string | undefined;
|
|
@@ -212,9 +212,9 @@ declare const MongoDBArchivistBase: (abstract new (...args: any[]) => {
|
|
|
212
212
|
schema: "network.xyo.module.config";
|
|
213
213
|
}>(query: T_1, payloads?: {
|
|
214
214
|
schema: string;
|
|
215
|
-
}[] | undefined, queryConfig?: TConf_1 | undefined) => import("@
|
|
216
|
-
start?: (() => import("@
|
|
217
|
-
stop?: (() => import("@
|
|
215
|
+
}[] | undefined, queryConfig?: TConf_1 | undefined) => import("@xylabs/promise").Promisable<boolean, never>;
|
|
216
|
+
start?: (() => import("@xylabs/promise").Promisable<boolean, never>) | undefined;
|
|
217
|
+
stop?: (() => import("@xylabs/promise").Promisable<boolean, never>) | undefined;
|
|
218
218
|
eventData: import("@xyo-network/module-model").ModuleEventData<object>;
|
|
219
219
|
clearListeners(eventNames: keyof import("@xyo-network/module-model").ModuleEventData<object> | (keyof import("@xyo-network/module-model").ModuleEventData<object>)[]): void;
|
|
220
220
|
emit<TEventName extends keyof import("@xyo-network/module-model").ModuleEventData<object>>(eventName: TEventName, eventArgs: import("@xyo-network/module-model").ModuleEventData<object>[TEventName]): Promise<void>;
|
|
@@ -109,7 +109,7 @@ declare const MongoDBArchivistBase: (abstract new (...args: any[]) => {
|
|
|
109
109
|
jobQueue?: import("@xyo-network/node-core-model").JobQueue | undefined;
|
|
110
110
|
payloadSdkConfig?: (import("@xyo-network/sdk-xyo-mongo-js").BaseMongoSdkPrivateConfig & Partial<import("@xyo-network/sdk-xyo-mongo-js").BaseMongoSdkPublicConfig>) | undefined;
|
|
111
111
|
};
|
|
112
|
-
previousHash: () => import("@
|
|
112
|
+
previousHash: () => import("@xylabs/promise").Promisable<string | undefined, never>;
|
|
113
113
|
queries: string[];
|
|
114
114
|
query: <T extends import("@xyo-network/payload-model").SchemaFields & Omit<import("@xyo-network/boundwitness-model").BoundWitnessFields & {
|
|
115
115
|
query: string;
|
|
@@ -161,7 +161,7 @@ declare const MongoDBArchivistBase: (abstract new (...args: any[]) => {
|
|
|
161
161
|
schema: "network.xyo.module.config";
|
|
162
162
|
}>(query: T, payloads?: {
|
|
163
163
|
schema: string;
|
|
164
|
-
}[] | undefined, queryConfig?: TConf | undefined) => import("@
|
|
164
|
+
}[] | undefined, queryConfig?: TConf | undefined) => import("@xylabs/promise").Promisable<import("@xyo-network/module-model").ModuleQueryResult, never>;
|
|
165
165
|
queryable: <T_1 extends import("@xyo-network/payload-model").SchemaFields & Omit<import("@xyo-network/boundwitness-model").BoundWitnessFields & {
|
|
166
166
|
query: string;
|
|
167
167
|
resultSet?: string | undefined;
|
|
@@ -212,9 +212,9 @@ declare const MongoDBArchivistBase: (abstract new (...args: any[]) => {
|
|
|
212
212
|
schema: "network.xyo.module.config";
|
|
213
213
|
}>(query: T_1, payloads?: {
|
|
214
214
|
schema: string;
|
|
215
|
-
}[] | undefined, queryConfig?: TConf_1 | undefined) => import("@
|
|
216
|
-
start?: (() => import("@
|
|
217
|
-
stop?: (() => import("@
|
|
215
|
+
}[] | undefined, queryConfig?: TConf_1 | undefined) => import("@xylabs/promise").Promisable<boolean, never>;
|
|
216
|
+
start?: (() => import("@xylabs/promise").Promisable<boolean, never>) | undefined;
|
|
217
|
+
stop?: (() => import("@xylabs/promise").Promisable<boolean, never>) | undefined;
|
|
218
218
|
eventData: import("@xyo-network/module-model").ModuleEventData<object>;
|
|
219
219
|
clearListeners(eventNames: keyof import("@xyo-network/module-model").ModuleEventData<object> | (keyof import("@xyo-network/module-model").ModuleEventData<object>)[]): void;
|
|
220
220
|
emit<TEventName extends keyof import("@xyo-network/module-model").ModuleEventData<object>>(eventName: TEventName, eventArgs: import("@xyo-network/module-model").ModuleEventData<object>[TEventName]): Promise<void>;
|
|
@@ -109,7 +109,7 @@ declare const MongoDBArchivistBase: (abstract new (...args: any[]) => {
|
|
|
109
109
|
jobQueue?: import("@xyo-network/node-core-model").JobQueue | undefined;
|
|
110
110
|
payloadSdkConfig?: (import("@xyo-network/sdk-xyo-mongo-js").BaseMongoSdkPrivateConfig & Partial<import("@xyo-network/sdk-xyo-mongo-js").BaseMongoSdkPublicConfig>) | undefined;
|
|
111
111
|
};
|
|
112
|
-
previousHash: () => import("@
|
|
112
|
+
previousHash: () => import("@xylabs/promise").Promisable<string | undefined, never>;
|
|
113
113
|
queries: string[];
|
|
114
114
|
query: <T extends import("@xyo-network/payload-model").SchemaFields & Omit<import("@xyo-network/boundwitness-model").BoundWitnessFields & {
|
|
115
115
|
query: string;
|
|
@@ -161,7 +161,7 @@ declare const MongoDBArchivistBase: (abstract new (...args: any[]) => {
|
|
|
161
161
|
schema: "network.xyo.module.config";
|
|
162
162
|
}>(query: T, payloads?: {
|
|
163
163
|
schema: string;
|
|
164
|
-
}[] | undefined, queryConfig?: TConf | undefined) => import("@
|
|
164
|
+
}[] | undefined, queryConfig?: TConf | undefined) => import("@xylabs/promise").Promisable<import("@xyo-network/module-model").ModuleQueryResult, never>;
|
|
165
165
|
queryable: <T_1 extends import("@xyo-network/payload-model").SchemaFields & Omit<import("@xyo-network/boundwitness-model").BoundWitnessFields & {
|
|
166
166
|
query: string;
|
|
167
167
|
resultSet?: string | undefined;
|
|
@@ -212,9 +212,9 @@ declare const MongoDBArchivistBase: (abstract new (...args: any[]) => {
|
|
|
212
212
|
schema: "network.xyo.module.config";
|
|
213
213
|
}>(query: T_1, payloads?: {
|
|
214
214
|
schema: string;
|
|
215
|
-
}[] | undefined, queryConfig?: TConf_1 | undefined) => import("@
|
|
216
|
-
start?: (() => import("@
|
|
217
|
-
stop?: (() => import("@
|
|
215
|
+
}[] | undefined, queryConfig?: TConf_1 | undefined) => import("@xylabs/promise").Promisable<boolean, never>;
|
|
216
|
+
start?: (() => import("@xylabs/promise").Promisable<boolean, never>) | undefined;
|
|
217
|
+
stop?: (() => import("@xylabs/promise").Promisable<boolean, never>) | undefined;
|
|
218
218
|
eventData: import("@xyo-network/module-model").ModuleEventData<object>;
|
|
219
219
|
clearListeners(eventNames: keyof import("@xyo-network/module-model").ModuleEventData<object> | (keyof import("@xyo-network/module-model").ModuleEventData<object>)[]): void;
|
|
220
220
|
emit<TEventName extends keyof import("@xyo-network/module-model").ModuleEventData<object>>(eventName: TEventName, eventArgs: import("@xyo-network/module-model").ModuleEventData<object>[TEventName]): Promise<void>;
|
|
@@ -109,7 +109,7 @@ declare const MongoDBArchivistBase: (abstract new (...args: any[]) => {
|
|
|
109
109
|
jobQueue?: import("@xyo-network/node-core-model").JobQueue | undefined;
|
|
110
110
|
payloadSdkConfig?: (import("@xyo-network/sdk-xyo-mongo-js").BaseMongoSdkPrivateConfig & Partial<import("@xyo-network/sdk-xyo-mongo-js").BaseMongoSdkPublicConfig>) | undefined;
|
|
111
111
|
};
|
|
112
|
-
previousHash: () => import("@
|
|
112
|
+
previousHash: () => import("@xylabs/promise").Promisable<string | undefined, never>;
|
|
113
113
|
queries: string[];
|
|
114
114
|
query: <T extends import("@xyo-network/payload-model").SchemaFields & Omit<import("@xyo-network/boundwitness-model").BoundWitnessFields & {
|
|
115
115
|
query: string;
|
|
@@ -161,7 +161,7 @@ declare const MongoDBArchivistBase: (abstract new (...args: any[]) => {
|
|
|
161
161
|
schema: "network.xyo.module.config";
|
|
162
162
|
}>(query: T, payloads?: {
|
|
163
163
|
schema: string;
|
|
164
|
-
}[] | undefined, queryConfig?: TConf | undefined) => import("@
|
|
164
|
+
}[] | undefined, queryConfig?: TConf | undefined) => import("@xylabs/promise").Promisable<import("@xyo-network/module-model").ModuleQueryResult, never>;
|
|
165
165
|
queryable: <T_1 extends import("@xyo-network/payload-model").SchemaFields & Omit<import("@xyo-network/boundwitness-model").BoundWitnessFields & {
|
|
166
166
|
query: string;
|
|
167
167
|
resultSet?: string | undefined;
|
|
@@ -212,9 +212,9 @@ declare const MongoDBArchivistBase: (abstract new (...args: any[]) => {
|
|
|
212
212
|
schema: "network.xyo.module.config";
|
|
213
213
|
}>(query: T_1, payloads?: {
|
|
214
214
|
schema: string;
|
|
215
|
-
}[] | undefined, queryConfig?: TConf_1 | undefined) => import("@
|
|
216
|
-
start?: (() => import("@
|
|
217
|
-
stop?: (() => import("@
|
|
215
|
+
}[] | undefined, queryConfig?: TConf_1 | undefined) => import("@xylabs/promise").Promisable<boolean, never>;
|
|
216
|
+
start?: (() => import("@xylabs/promise").Promisable<boolean, never>) | undefined;
|
|
217
|
+
stop?: (() => import("@xylabs/promise").Promisable<boolean, never>) | undefined;
|
|
218
218
|
eventData: import("@xyo-network/module-model").ModuleEventData<object>;
|
|
219
219
|
clearListeners(eventNames: keyof import("@xyo-network/module-model").ModuleEventData<object> | (keyof import("@xyo-network/module-model").ModuleEventData<object>)[]): void;
|
|
220
220
|
emit<TEventName extends keyof import("@xyo-network/module-model").ModuleEventData<object>>(eventName: TEventName, eventArgs: import("@xyo-network/module-model").ModuleEventData<object>[TEventName]): Promise<void>;
|
package/dist/node/Archivist.d.ts
CHANGED
|
@@ -109,7 +109,7 @@ declare const MongoDBArchivistBase: (abstract new (...args: any[]) => {
|
|
|
109
109
|
jobQueue?: import("@xyo-network/node-core-model").JobQueue | undefined;
|
|
110
110
|
payloadSdkConfig?: (import("@xyo-network/sdk-xyo-mongo-js").BaseMongoSdkPrivateConfig & Partial<import("@xyo-network/sdk-xyo-mongo-js").BaseMongoSdkPublicConfig>) | undefined;
|
|
111
111
|
};
|
|
112
|
-
previousHash: () => import("@
|
|
112
|
+
previousHash: () => import("@xylabs/promise").Promisable<string | undefined, never>;
|
|
113
113
|
queries: string[];
|
|
114
114
|
query: <T extends import("@xyo-network/payload-model").SchemaFields & Omit<import("@xyo-network/boundwitness-model").BoundWitnessFields & {
|
|
115
115
|
query: string;
|
|
@@ -161,7 +161,7 @@ declare const MongoDBArchivistBase: (abstract new (...args: any[]) => {
|
|
|
161
161
|
schema: "network.xyo.module.config";
|
|
162
162
|
}>(query: T, payloads?: {
|
|
163
163
|
schema: string;
|
|
164
|
-
}[] | undefined, queryConfig?: TConf | undefined) => import("@
|
|
164
|
+
}[] | undefined, queryConfig?: TConf | undefined) => import("@xylabs/promise").Promisable<import("@xyo-network/module-model").ModuleQueryResult, never>;
|
|
165
165
|
queryable: <T_1 extends import("@xyo-network/payload-model").SchemaFields & Omit<import("@xyo-network/boundwitness-model").BoundWitnessFields & {
|
|
166
166
|
query: string;
|
|
167
167
|
resultSet?: string | undefined;
|
|
@@ -212,9 +212,9 @@ declare const MongoDBArchivistBase: (abstract new (...args: any[]) => {
|
|
|
212
212
|
schema: "network.xyo.module.config";
|
|
213
213
|
}>(query: T_1, payloads?: {
|
|
214
214
|
schema: string;
|
|
215
|
-
}[] | undefined, queryConfig?: TConf_1 | undefined) => import("@
|
|
216
|
-
start?: (() => import("@
|
|
217
|
-
stop?: (() => import("@
|
|
215
|
+
}[] | undefined, queryConfig?: TConf_1 | undefined) => import("@xylabs/promise").Promisable<boolean, never>;
|
|
216
|
+
start?: (() => import("@xylabs/promise").Promisable<boolean, never>) | undefined;
|
|
217
|
+
stop?: (() => import("@xylabs/promise").Promisable<boolean, never>) | undefined;
|
|
218
218
|
eventData: import("@xyo-network/module-model").ModuleEventData<object>;
|
|
219
219
|
clearListeners(eventNames: keyof import("@xyo-network/module-model").ModuleEventData<object> | (keyof import("@xyo-network/module-model").ModuleEventData<object>)[]): void;
|
|
220
220
|
emit<TEventName extends keyof import("@xyo-network/module-model").ModuleEventData<object>>(eventName: TEventName, eventArgs: import("@xyo-network/module-model").ModuleEventData<object>[TEventName]): Promise<void>;
|
package/package.json
CHANGED
|
@@ -12,19 +12,19 @@
|
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@xylabs/exists": "^2.13.3",
|
|
14
14
|
"@xylabs/promise": "^2.13.3",
|
|
15
|
-
"@xyo-network/archivist-abstract": "~2.77.
|
|
16
|
-
"@xyo-network/archivist-model": "~2.77.
|
|
17
|
-
"@xyo-network/archivist-model-mongodb": "~2.77.
|
|
18
|
-
"@xyo-network/boundwitness-builder": "~2.77.
|
|
19
|
-
"@xyo-network/boundwitness-model": "~2.77.
|
|
20
|
-
"@xyo-network/boundwitness-wrapper": "~2.77.
|
|
21
|
-
"@xyo-network/module-abstract-mongodb": "~2.77.
|
|
22
|
-
"@xyo-network/node-core-model": "~2.77.
|
|
23
|
-
"@xyo-network/payload-model": "~2.77.
|
|
24
|
-
"@xyo-network/payload-wrapper": "~2.77.
|
|
15
|
+
"@xyo-network/archivist-abstract": "~2.77.8",
|
|
16
|
+
"@xyo-network/archivist-model": "~2.77.8",
|
|
17
|
+
"@xyo-network/archivist-model-mongodb": "~2.77.8",
|
|
18
|
+
"@xyo-network/boundwitness-builder": "~2.77.8",
|
|
19
|
+
"@xyo-network/boundwitness-model": "~2.77.8",
|
|
20
|
+
"@xyo-network/boundwitness-wrapper": "~2.77.8",
|
|
21
|
+
"@xyo-network/module-abstract-mongodb": "~2.77.8",
|
|
22
|
+
"@xyo-network/node-core-model": "~2.77.8",
|
|
23
|
+
"@xyo-network/payload-model": "~2.77.8",
|
|
24
|
+
"@xyo-network/payload-wrapper": "~2.77.8"
|
|
25
25
|
},
|
|
26
26
|
"peerDependencies": {
|
|
27
|
-
"@xyo-network/sdk-xyo-mongo-js": "~2.77.
|
|
27
|
+
"@xyo-network/sdk-xyo-mongo-js": "~2.77.8"
|
|
28
28
|
},
|
|
29
29
|
"peerDependenciesMeta": {
|
|
30
30
|
"@xyo-network/sdk-xyo-mongo-js": {
|
|
@@ -35,11 +35,11 @@
|
|
|
35
35
|
"@xylabs/jest-helpers": "^2.13.3",
|
|
36
36
|
"@xylabs/ts-scripts-yarn3": "^3.1.13",
|
|
37
37
|
"@xylabs/tsconfig": "^3.1.13",
|
|
38
|
-
"@xyo-network/account": "~2.77.
|
|
39
|
-
"@xyo-network/account-model": "~2.77.
|
|
40
|
-
"@xyo-network/archivist-wrapper": "~2.77.
|
|
41
|
-
"@xyo-network/payload-builder": "~2.77.
|
|
42
|
-
"@xyo-network/sdk-xyo-mongo-js": "~2.77.
|
|
38
|
+
"@xyo-network/account": "~2.77.8",
|
|
39
|
+
"@xyo-network/account-model": "~2.77.8",
|
|
40
|
+
"@xyo-network/archivist-wrapper": "~2.77.8",
|
|
41
|
+
"@xyo-network/payload-builder": "~2.77.8",
|
|
42
|
+
"@xyo-network/sdk-xyo-mongo-js": "~2.77.8",
|
|
43
43
|
"fake-indexeddb": "^4.0.2",
|
|
44
44
|
"jest": "^29.7.0",
|
|
45
45
|
"typescript": "^5.2.2"
|
|
@@ -84,5 +84,5 @@
|
|
|
84
84
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js.git"
|
|
85
85
|
},
|
|
86
86
|
"sideEffects": false,
|
|
87
|
-
"version": "2.77.
|
|
87
|
+
"version": "2.77.8"
|
|
88
88
|
}
|