@xyo-network/module-abstract-mongodb 2.77.7 → 2.77.9
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.
|
@@ -123,7 +123,7 @@ export declare const MongoDBModuleMixin: <TParams extends import("@xyo-network/c
|
|
|
123
123
|
address: string;
|
|
124
124
|
config: TParams["config"];
|
|
125
125
|
params: TParams;
|
|
126
|
-
previousHash: () => import("@
|
|
126
|
+
previousHash: () => import("@xylabs/promise").Promisable<string | undefined>;
|
|
127
127
|
queries: string[];
|
|
128
128
|
query: <T extends import("@xyo-network/payload-model").SchemaFields & Omit<import("@xyo-network/boundwitness-model").BoundWitnessFields & {
|
|
129
129
|
query: string;
|
|
@@ -175,7 +175,7 @@ export declare const MongoDBModuleMixin: <TParams extends import("@xyo-network/c
|
|
|
175
175
|
schema: "network.xyo.module.config";
|
|
176
176
|
}>(query: T, payloads?: {
|
|
177
177
|
schema: string;
|
|
178
|
-
}[] | undefined, queryConfig?: TConf | undefined) => import("@
|
|
178
|
+
}[] | undefined, queryConfig?: TConf | undefined) => import("@xylabs/promise").Promisable<import("@xyo-network/module-model").ModuleQueryResult>;
|
|
179
179
|
queryable: <T_1 extends import("@xyo-network/payload-model").SchemaFields & Omit<import("@xyo-network/boundwitness-model").BoundWitnessFields & {
|
|
180
180
|
query: string;
|
|
181
181
|
resultSet?: string | undefined;
|
|
@@ -226,9 +226,9 @@ export declare const MongoDBModuleMixin: <TParams extends import("@xyo-network/c
|
|
|
226
226
|
schema: "network.xyo.module.config";
|
|
227
227
|
}>(query: T_1, payloads?: {
|
|
228
228
|
schema: string;
|
|
229
|
-
}[] | undefined, queryConfig?: TConf_1 | undefined) => import("@
|
|
230
|
-
start?: (() => import("@
|
|
231
|
-
stop?: (() => import("@
|
|
229
|
+
}[] | undefined, queryConfig?: TConf_1 | undefined) => import("@xylabs/promise").Promisable<boolean>;
|
|
230
|
+
start?: (() => import("@xylabs/promise").Promisable<boolean>) | undefined;
|
|
231
|
+
stop?: (() => import("@xylabs/promise").Promisable<boolean>) | undefined;
|
|
232
232
|
eventData: import("@xyo-network/module-model").ModuleEventData<object>;
|
|
233
233
|
clearListeners(eventNames: keyof import("@xyo-network/module-model").ModuleEventData<object> | (keyof import("@xyo-network/module-model").ModuleEventData<object>)[]): void;
|
|
234
234
|
emit<TEventName extends keyof import("@xyo-network/module-model").ModuleEventData<object>>(eventName: TEventName, eventArgs: import("@xyo-network/module-model").ModuleEventData<object>[TEventName]): Promise<void>;
|
|
@@ -123,7 +123,7 @@ export declare const MongoDBModuleMixin: <TParams extends import("@xyo-network/c
|
|
|
123
123
|
address: string;
|
|
124
124
|
config: TParams["config"];
|
|
125
125
|
params: TParams;
|
|
126
|
-
previousHash: () => import("@
|
|
126
|
+
previousHash: () => import("@xylabs/promise").Promisable<string | undefined>;
|
|
127
127
|
queries: string[];
|
|
128
128
|
query: <T extends import("@xyo-network/payload-model").SchemaFields & Omit<import("@xyo-network/boundwitness-model").BoundWitnessFields & {
|
|
129
129
|
query: string;
|
|
@@ -175,7 +175,7 @@ export declare const MongoDBModuleMixin: <TParams extends import("@xyo-network/c
|
|
|
175
175
|
schema: "network.xyo.module.config";
|
|
176
176
|
}>(query: T, payloads?: {
|
|
177
177
|
schema: string;
|
|
178
|
-
}[] | undefined, queryConfig?: TConf | undefined) => import("@
|
|
178
|
+
}[] | undefined, queryConfig?: TConf | undefined) => import("@xylabs/promise").Promisable<import("@xyo-network/module-model").ModuleQueryResult>;
|
|
179
179
|
queryable: <T_1 extends import("@xyo-network/payload-model").SchemaFields & Omit<import("@xyo-network/boundwitness-model").BoundWitnessFields & {
|
|
180
180
|
query: string;
|
|
181
181
|
resultSet?: string | undefined;
|
|
@@ -226,9 +226,9 @@ export declare const MongoDBModuleMixin: <TParams extends import("@xyo-network/c
|
|
|
226
226
|
schema: "network.xyo.module.config";
|
|
227
227
|
}>(query: T_1, payloads?: {
|
|
228
228
|
schema: string;
|
|
229
|
-
}[] | undefined, queryConfig?: TConf_1 | undefined) => import("@
|
|
230
|
-
start?: (() => import("@
|
|
231
|
-
stop?: (() => import("@
|
|
229
|
+
}[] | undefined, queryConfig?: TConf_1 | undefined) => import("@xylabs/promise").Promisable<boolean>;
|
|
230
|
+
start?: (() => import("@xylabs/promise").Promisable<boolean>) | undefined;
|
|
231
|
+
stop?: (() => import("@xylabs/promise").Promisable<boolean>) | undefined;
|
|
232
232
|
eventData: import("@xyo-network/module-model").ModuleEventData<object>;
|
|
233
233
|
clearListeners(eventNames: keyof import("@xyo-network/module-model").ModuleEventData<object> | (keyof import("@xyo-network/module-model").ModuleEventData<object>)[]): void;
|
|
234
234
|
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/browser/Module.d.ts
CHANGED
|
@@ -123,7 +123,7 @@ export declare const MongoDBModuleMixin: <TParams extends import("@xyo-network/c
|
|
|
123
123
|
address: string;
|
|
124
124
|
config: TParams["config"];
|
|
125
125
|
params: TParams;
|
|
126
|
-
previousHash: () => import("@
|
|
126
|
+
previousHash: () => import("@xylabs/promise").Promisable<string | undefined>;
|
|
127
127
|
queries: string[];
|
|
128
128
|
query: <T extends import("@xyo-network/payload-model").SchemaFields & Omit<import("@xyo-network/boundwitness-model").BoundWitnessFields & {
|
|
129
129
|
query: string;
|
|
@@ -175,7 +175,7 @@ export declare const MongoDBModuleMixin: <TParams extends import("@xyo-network/c
|
|
|
175
175
|
schema: "network.xyo.module.config";
|
|
176
176
|
}>(query: T, payloads?: {
|
|
177
177
|
schema: string;
|
|
178
|
-
}[] | undefined, queryConfig?: TConf | undefined) => import("@
|
|
178
|
+
}[] | undefined, queryConfig?: TConf | undefined) => import("@xylabs/promise").Promisable<import("@xyo-network/module-model").ModuleQueryResult>;
|
|
179
179
|
queryable: <T_1 extends import("@xyo-network/payload-model").SchemaFields & Omit<import("@xyo-network/boundwitness-model").BoundWitnessFields & {
|
|
180
180
|
query: string;
|
|
181
181
|
resultSet?: string | undefined;
|
|
@@ -226,9 +226,9 @@ export declare const MongoDBModuleMixin: <TParams extends import("@xyo-network/c
|
|
|
226
226
|
schema: "network.xyo.module.config";
|
|
227
227
|
}>(query: T_1, payloads?: {
|
|
228
228
|
schema: string;
|
|
229
|
-
}[] | undefined, queryConfig?: TConf_1 | undefined) => import("@
|
|
230
|
-
start?: (() => import("@
|
|
231
|
-
stop?: (() => import("@
|
|
229
|
+
}[] | undefined, queryConfig?: TConf_1 | undefined) => import("@xylabs/promise").Promisable<boolean>;
|
|
230
|
+
start?: (() => import("@xylabs/promise").Promisable<boolean>) | undefined;
|
|
231
|
+
stop?: (() => import("@xylabs/promise").Promisable<boolean>) | undefined;
|
|
232
232
|
eventData: import("@xyo-network/module-model").ModuleEventData<object>;
|
|
233
233
|
clearListeners(eventNames: keyof import("@xyo-network/module-model").ModuleEventData<object> | (keyof import("@xyo-network/module-model").ModuleEventData<object>)[]): void;
|
|
234
234
|
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/Module.d.cts
CHANGED
|
@@ -123,7 +123,7 @@ export declare const MongoDBModuleMixin: <TParams extends import("@xyo-network/c
|
|
|
123
123
|
address: string;
|
|
124
124
|
config: TParams["config"];
|
|
125
125
|
params: TParams;
|
|
126
|
-
previousHash: () => import("@
|
|
126
|
+
previousHash: () => import("@xylabs/promise").Promisable<string | undefined>;
|
|
127
127
|
queries: string[];
|
|
128
128
|
query: <T extends import("@xyo-network/payload-model").SchemaFields & Omit<import("@xyo-network/boundwitness-model").BoundWitnessFields & {
|
|
129
129
|
query: string;
|
|
@@ -175,7 +175,7 @@ export declare const MongoDBModuleMixin: <TParams extends import("@xyo-network/c
|
|
|
175
175
|
schema: "network.xyo.module.config";
|
|
176
176
|
}>(query: T, payloads?: {
|
|
177
177
|
schema: string;
|
|
178
|
-
}[] | undefined, queryConfig?: TConf | undefined) => import("@
|
|
178
|
+
}[] | undefined, queryConfig?: TConf | undefined) => import("@xylabs/promise").Promisable<import("@xyo-network/module-model").ModuleQueryResult>;
|
|
179
179
|
queryable: <T_1 extends import("@xyo-network/payload-model").SchemaFields & Omit<import("@xyo-network/boundwitness-model").BoundWitnessFields & {
|
|
180
180
|
query: string;
|
|
181
181
|
resultSet?: string | undefined;
|
|
@@ -226,9 +226,9 @@ export declare const MongoDBModuleMixin: <TParams extends import("@xyo-network/c
|
|
|
226
226
|
schema: "network.xyo.module.config";
|
|
227
227
|
}>(query: T_1, payloads?: {
|
|
228
228
|
schema: string;
|
|
229
|
-
}[] | undefined, queryConfig?: TConf_1 | undefined) => import("@
|
|
230
|
-
start?: (() => import("@
|
|
231
|
-
stop?: (() => import("@
|
|
229
|
+
}[] | undefined, queryConfig?: TConf_1 | undefined) => import("@xylabs/promise").Promisable<boolean>;
|
|
230
|
+
start?: (() => import("@xylabs/promise").Promisable<boolean>) | undefined;
|
|
231
|
+
stop?: (() => import("@xylabs/promise").Promisable<boolean>) | undefined;
|
|
232
232
|
eventData: import("@xyo-network/module-model").ModuleEventData<object>;
|
|
233
233
|
clearListeners(eventNames: keyof import("@xyo-network/module-model").ModuleEventData<object> | (keyof import("@xyo-network/module-model").ModuleEventData<object>)[]): void;
|
|
234
234
|
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/Module.d.mts
CHANGED
|
@@ -123,7 +123,7 @@ export declare const MongoDBModuleMixin: <TParams extends import("@xyo-network/c
|
|
|
123
123
|
address: string;
|
|
124
124
|
config: TParams["config"];
|
|
125
125
|
params: TParams;
|
|
126
|
-
previousHash: () => import("@
|
|
126
|
+
previousHash: () => import("@xylabs/promise").Promisable<string | undefined>;
|
|
127
127
|
queries: string[];
|
|
128
128
|
query: <T extends import("@xyo-network/payload-model").SchemaFields & Omit<import("@xyo-network/boundwitness-model").BoundWitnessFields & {
|
|
129
129
|
query: string;
|
|
@@ -175,7 +175,7 @@ export declare const MongoDBModuleMixin: <TParams extends import("@xyo-network/c
|
|
|
175
175
|
schema: "network.xyo.module.config";
|
|
176
176
|
}>(query: T, payloads?: {
|
|
177
177
|
schema: string;
|
|
178
|
-
}[] | undefined, queryConfig?: TConf | undefined) => import("@
|
|
178
|
+
}[] | undefined, queryConfig?: TConf | undefined) => import("@xylabs/promise").Promisable<import("@xyo-network/module-model").ModuleQueryResult>;
|
|
179
179
|
queryable: <T_1 extends import("@xyo-network/payload-model").SchemaFields & Omit<import("@xyo-network/boundwitness-model").BoundWitnessFields & {
|
|
180
180
|
query: string;
|
|
181
181
|
resultSet?: string | undefined;
|
|
@@ -226,9 +226,9 @@ export declare const MongoDBModuleMixin: <TParams extends import("@xyo-network/c
|
|
|
226
226
|
schema: "network.xyo.module.config";
|
|
227
227
|
}>(query: T_1, payloads?: {
|
|
228
228
|
schema: string;
|
|
229
|
-
}[] | undefined, queryConfig?: TConf_1 | undefined) => import("@
|
|
230
|
-
start?: (() => import("@
|
|
231
|
-
stop?: (() => import("@
|
|
229
|
+
}[] | undefined, queryConfig?: TConf_1 | undefined) => import("@xylabs/promise").Promisable<boolean>;
|
|
230
|
+
start?: (() => import("@xylabs/promise").Promisable<boolean>) | undefined;
|
|
231
|
+
stop?: (() => import("@xylabs/promise").Promisable<boolean>) | undefined;
|
|
232
232
|
eventData: import("@xyo-network/module-model").ModuleEventData<object>;
|
|
233
233
|
clearListeners(eventNames: keyof import("@xyo-network/module-model").ModuleEventData<object> | (keyof import("@xyo-network/module-model").ModuleEventData<object>)[]): void;
|
|
234
234
|
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/Module.d.ts
CHANGED
|
@@ -123,7 +123,7 @@ export declare const MongoDBModuleMixin: <TParams extends import("@xyo-network/c
|
|
|
123
123
|
address: string;
|
|
124
124
|
config: TParams["config"];
|
|
125
125
|
params: TParams;
|
|
126
|
-
previousHash: () => import("@
|
|
126
|
+
previousHash: () => import("@xylabs/promise").Promisable<string | undefined>;
|
|
127
127
|
queries: string[];
|
|
128
128
|
query: <T extends import("@xyo-network/payload-model").SchemaFields & Omit<import("@xyo-network/boundwitness-model").BoundWitnessFields & {
|
|
129
129
|
query: string;
|
|
@@ -175,7 +175,7 @@ export declare const MongoDBModuleMixin: <TParams extends import("@xyo-network/c
|
|
|
175
175
|
schema: "network.xyo.module.config";
|
|
176
176
|
}>(query: T, payloads?: {
|
|
177
177
|
schema: string;
|
|
178
|
-
}[] | undefined, queryConfig?: TConf | undefined) => import("@
|
|
178
|
+
}[] | undefined, queryConfig?: TConf | undefined) => import("@xylabs/promise").Promisable<import("@xyo-network/module-model").ModuleQueryResult>;
|
|
179
179
|
queryable: <T_1 extends import("@xyo-network/payload-model").SchemaFields & Omit<import("@xyo-network/boundwitness-model").BoundWitnessFields & {
|
|
180
180
|
query: string;
|
|
181
181
|
resultSet?: string | undefined;
|
|
@@ -226,9 +226,9 @@ export declare const MongoDBModuleMixin: <TParams extends import("@xyo-network/c
|
|
|
226
226
|
schema: "network.xyo.module.config";
|
|
227
227
|
}>(query: T_1, payloads?: {
|
|
228
228
|
schema: string;
|
|
229
|
-
}[] | undefined, queryConfig?: TConf_1 | undefined) => import("@
|
|
230
|
-
start?: (() => import("@
|
|
231
|
-
stop?: (() => import("@
|
|
229
|
+
}[] | undefined, queryConfig?: TConf_1 | undefined) => import("@xylabs/promise").Promisable<boolean>;
|
|
230
|
+
start?: (() => import("@xylabs/promise").Promisable<boolean>) | undefined;
|
|
231
|
+
stop?: (() => import("@xylabs/promise").Promisable<boolean>) | undefined;
|
|
232
232
|
eventData: import("@xyo-network/module-model").ModuleEventData<object>;
|
|
233
233
|
clearListeners(eventNames: keyof import("@xyo-network/module-model").ModuleEventData<object> | (keyof import("@xyo-network/module-model").ModuleEventData<object>)[]): void;
|
|
234
234
|
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
|
@@ -14,14 +14,14 @@
|
|
|
14
14
|
"@xylabs/exists": "^2.13.3",
|
|
15
15
|
"@xylabs/lodash": "^2.13.3",
|
|
16
16
|
"@xylabs/static-implements": "^2.13.3",
|
|
17
|
-
"@xyo-network/module-model": "~2.77.
|
|
18
|
-
"@xyo-network/module-model-mongodb": "~2.77.
|
|
19
|
-
"@xyo-network/node-core-model": "~2.77.
|
|
20
|
-
"@xyo-network/payload-model": "~2.77.
|
|
17
|
+
"@xyo-network/module-model": "~2.77.9",
|
|
18
|
+
"@xyo-network/module-model-mongodb": "~2.77.9",
|
|
19
|
+
"@xyo-network/node-core-model": "~2.77.9",
|
|
20
|
+
"@xyo-network/payload-model": "~2.77.9",
|
|
21
21
|
"mongodb": "^6.2.0"
|
|
22
22
|
},
|
|
23
23
|
"peerDependencies": {
|
|
24
|
-
"@xyo-network/sdk-xyo-mongo-js": "~2.77.
|
|
24
|
+
"@xyo-network/sdk-xyo-mongo-js": "~2.77.9"
|
|
25
25
|
},
|
|
26
26
|
"peerDependenciesMeta": {
|
|
27
27
|
"@xyo-network/sdk-xyo-mongo-js": {
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"@xylabs/ts-scripts-yarn3": "^3.1.13",
|
|
33
33
|
"@xylabs/tsconfig": "^3.1.13",
|
|
34
|
-
"@xyo-network/sdk-xyo-mongo-js": "~2.77.
|
|
34
|
+
"@xyo-network/sdk-xyo-mongo-js": "~2.77.9",
|
|
35
35
|
"fake-indexeddb": "^4.0.2",
|
|
36
36
|
"typescript": "^5.2.2"
|
|
37
37
|
},
|
|
@@ -75,5 +75,5 @@
|
|
|
75
75
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js.git"
|
|
76
76
|
},
|
|
77
77
|
"sideEffects": false,
|
|
78
|
-
"version": "2.77.
|
|
78
|
+
"version": "2.77.9"
|
|
79
79
|
}
|