@xyo-network/module-abstract-mongodb 2.75.13 → 2.75.15
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/Module.d.cts +8 -8
- package/dist/browser/Module.d.mts +8 -8
- package/dist/browser/Module.d.ts +8 -8
- package/dist/docs.json +154 -118
- package/dist/node/Module.d.cts +8 -8
- package/dist/node/Module.d.mts +8 -8
- package/dist/node/Module.d.ts +8 -8
- package/package.json +11 -11
package/dist/node/Module.d.cts
CHANGED
|
@@ -21,7 +21,7 @@ export declare const MongoDBModuleMixin: <TParams extends import("@xyo-network/c
|
|
|
21
21
|
readonly sign?: boolean | undefined;
|
|
22
22
|
readonly storeQueries?: boolean | undefined;
|
|
23
23
|
readonly timestamp?: boolean | undefined;
|
|
24
|
-
} & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
|
|
24
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
|
|
25
25
|
accountDerivationPath?: string | undefined;
|
|
26
26
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
27
27
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -37,7 +37,7 @@ export declare const MongoDBModuleMixin: <TParams extends import("@xyo-network/c
|
|
|
37
37
|
readonly sign?: boolean | undefined;
|
|
38
38
|
readonly storeQueries?: boolean | undefined;
|
|
39
39
|
readonly timestamp?: boolean | undefined;
|
|
40
|
-
} & {
|
|
40
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
41
41
|
boundWitnessSdkConfig?: Partial<import("@xyo-network/sdk-xyo-mongo-js").BaseMongoSdkPublicConfig> | undefined;
|
|
42
42
|
payloadSdkConfig?: Partial<import("@xyo-network/sdk-xyo-mongo-js").BaseMongoSdkPublicConfig> | undefined;
|
|
43
43
|
schema: "network.xyo.module.mongodb.config";
|
|
@@ -72,7 +72,7 @@ export declare const MongoDBModuleMixin: <TParams extends import("@xyo-network/c
|
|
|
72
72
|
readonly sign?: boolean | undefined;
|
|
73
73
|
readonly storeQueries?: boolean | undefined;
|
|
74
74
|
readonly timestamp?: boolean | undefined;
|
|
75
|
-
} & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
|
|
75
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
|
|
76
76
|
accountDerivationPath?: string | undefined;
|
|
77
77
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
78
78
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -88,7 +88,7 @@ export declare const MongoDBModuleMixin: <TParams extends import("@xyo-network/c
|
|
|
88
88
|
readonly sign?: boolean | undefined;
|
|
89
89
|
readonly storeQueries?: boolean | undefined;
|
|
90
90
|
readonly timestamp?: boolean | undefined;
|
|
91
|
-
} & {
|
|
91
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
92
92
|
boundWitnessSdkConfig?: Partial<import("@xyo-network/sdk-xyo-mongo-js").BaseMongoSdkPublicConfig> | undefined;
|
|
93
93
|
payloadSdkConfig?: Partial<import("@xyo-network/sdk-xyo-mongo-js").BaseMongoSdkPublicConfig> | undefined;
|
|
94
94
|
schema: "network.xyo.module.mongodb.config";
|
|
@@ -153,7 +153,7 @@ export declare const MongoDBModuleMixin: <TParams extends import("@xyo-network/c
|
|
|
153
153
|
readonly sign?: boolean | undefined;
|
|
154
154
|
readonly storeQueries?: boolean | undefined;
|
|
155
155
|
readonly timestamp?: boolean | undefined;
|
|
156
|
-
} & {
|
|
156
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
157
157
|
schema: "network.xyo.module.config";
|
|
158
158
|
} = import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
159
159
|
accountDerivationPath?: string | undefined;
|
|
@@ -171,7 +171,7 @@ export declare const MongoDBModuleMixin: <TParams extends import("@xyo-network/c
|
|
|
171
171
|
readonly sign?: boolean | undefined;
|
|
172
172
|
readonly storeQueries?: boolean | undefined;
|
|
173
173
|
readonly timestamp?: boolean | undefined;
|
|
174
|
-
} & {
|
|
174
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
175
175
|
schema: "network.xyo.module.config";
|
|
176
176
|
}>(query: T, payloads?: ({
|
|
177
177
|
schema: string;
|
|
@@ -204,7 +204,7 @@ export declare const MongoDBModuleMixin: <TParams extends import("@xyo-network/c
|
|
|
204
204
|
readonly sign?: boolean | undefined;
|
|
205
205
|
readonly storeQueries?: boolean | undefined;
|
|
206
206
|
readonly timestamp?: boolean | undefined;
|
|
207
|
-
} & {
|
|
207
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
208
208
|
schema: "network.xyo.module.config";
|
|
209
209
|
} = import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
210
210
|
accountDerivationPath?: string | undefined;
|
|
@@ -222,7 +222,7 @@ export declare const MongoDBModuleMixin: <TParams extends import("@xyo-network/c
|
|
|
222
222
|
readonly sign?: boolean | undefined;
|
|
223
223
|
readonly storeQueries?: boolean | undefined;
|
|
224
224
|
readonly timestamp?: boolean | undefined;
|
|
225
|
-
} & {
|
|
225
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
226
226
|
schema: "network.xyo.module.config";
|
|
227
227
|
}>(query: T_1, payloads?: ({
|
|
228
228
|
schema: string;
|
package/dist/node/Module.d.mts
CHANGED
|
@@ -21,7 +21,7 @@ export declare const MongoDBModuleMixin: <TParams extends import("@xyo-network/c
|
|
|
21
21
|
readonly sign?: boolean | undefined;
|
|
22
22
|
readonly storeQueries?: boolean | undefined;
|
|
23
23
|
readonly timestamp?: boolean | undefined;
|
|
24
|
-
} & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
|
|
24
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
|
|
25
25
|
accountDerivationPath?: string | undefined;
|
|
26
26
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
27
27
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -37,7 +37,7 @@ export declare const MongoDBModuleMixin: <TParams extends import("@xyo-network/c
|
|
|
37
37
|
readonly sign?: boolean | undefined;
|
|
38
38
|
readonly storeQueries?: boolean | undefined;
|
|
39
39
|
readonly timestamp?: boolean | undefined;
|
|
40
|
-
} & {
|
|
40
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
41
41
|
boundWitnessSdkConfig?: Partial<import("@xyo-network/sdk-xyo-mongo-js").BaseMongoSdkPublicConfig> | undefined;
|
|
42
42
|
payloadSdkConfig?: Partial<import("@xyo-network/sdk-xyo-mongo-js").BaseMongoSdkPublicConfig> | undefined;
|
|
43
43
|
schema: "network.xyo.module.mongodb.config";
|
|
@@ -72,7 +72,7 @@ export declare const MongoDBModuleMixin: <TParams extends import("@xyo-network/c
|
|
|
72
72
|
readonly sign?: boolean | undefined;
|
|
73
73
|
readonly storeQueries?: boolean | undefined;
|
|
74
74
|
readonly timestamp?: boolean | undefined;
|
|
75
|
-
} & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
|
|
75
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
|
|
76
76
|
accountDerivationPath?: string | undefined;
|
|
77
77
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
78
78
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -88,7 +88,7 @@ export declare const MongoDBModuleMixin: <TParams extends import("@xyo-network/c
|
|
|
88
88
|
readonly sign?: boolean | undefined;
|
|
89
89
|
readonly storeQueries?: boolean | undefined;
|
|
90
90
|
readonly timestamp?: boolean | undefined;
|
|
91
|
-
} & {
|
|
91
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
92
92
|
boundWitnessSdkConfig?: Partial<import("@xyo-network/sdk-xyo-mongo-js").BaseMongoSdkPublicConfig> | undefined;
|
|
93
93
|
payloadSdkConfig?: Partial<import("@xyo-network/sdk-xyo-mongo-js").BaseMongoSdkPublicConfig> | undefined;
|
|
94
94
|
schema: "network.xyo.module.mongodb.config";
|
|
@@ -153,7 +153,7 @@ export declare const MongoDBModuleMixin: <TParams extends import("@xyo-network/c
|
|
|
153
153
|
readonly sign?: boolean | undefined;
|
|
154
154
|
readonly storeQueries?: boolean | undefined;
|
|
155
155
|
readonly timestamp?: boolean | undefined;
|
|
156
|
-
} & {
|
|
156
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
157
157
|
schema: "network.xyo.module.config";
|
|
158
158
|
} = import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
159
159
|
accountDerivationPath?: string | undefined;
|
|
@@ -171,7 +171,7 @@ export declare const MongoDBModuleMixin: <TParams extends import("@xyo-network/c
|
|
|
171
171
|
readonly sign?: boolean | undefined;
|
|
172
172
|
readonly storeQueries?: boolean | undefined;
|
|
173
173
|
readonly timestamp?: boolean | undefined;
|
|
174
|
-
} & {
|
|
174
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
175
175
|
schema: "network.xyo.module.config";
|
|
176
176
|
}>(query: T, payloads?: ({
|
|
177
177
|
schema: string;
|
|
@@ -204,7 +204,7 @@ export declare const MongoDBModuleMixin: <TParams extends import("@xyo-network/c
|
|
|
204
204
|
readonly sign?: boolean | undefined;
|
|
205
205
|
readonly storeQueries?: boolean | undefined;
|
|
206
206
|
readonly timestamp?: boolean | undefined;
|
|
207
|
-
} & {
|
|
207
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
208
208
|
schema: "network.xyo.module.config";
|
|
209
209
|
} = import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
210
210
|
accountDerivationPath?: string | undefined;
|
|
@@ -222,7 +222,7 @@ export declare const MongoDBModuleMixin: <TParams extends import("@xyo-network/c
|
|
|
222
222
|
readonly sign?: boolean | undefined;
|
|
223
223
|
readonly storeQueries?: boolean | undefined;
|
|
224
224
|
readonly timestamp?: boolean | undefined;
|
|
225
|
-
} & {
|
|
225
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
226
226
|
schema: "network.xyo.module.config";
|
|
227
227
|
}>(query: T_1, payloads?: ({
|
|
228
228
|
schema: string;
|
package/dist/node/Module.d.ts
CHANGED
|
@@ -21,7 +21,7 @@ export declare const MongoDBModuleMixin: <TParams extends import("@xyo-network/c
|
|
|
21
21
|
readonly sign?: boolean | undefined;
|
|
22
22
|
readonly storeQueries?: boolean | undefined;
|
|
23
23
|
readonly timestamp?: boolean | undefined;
|
|
24
|
-
} & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
|
|
24
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
|
|
25
25
|
accountDerivationPath?: string | undefined;
|
|
26
26
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
27
27
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -37,7 +37,7 @@ export declare const MongoDBModuleMixin: <TParams extends import("@xyo-network/c
|
|
|
37
37
|
readonly sign?: boolean | undefined;
|
|
38
38
|
readonly storeQueries?: boolean | undefined;
|
|
39
39
|
readonly timestamp?: boolean | undefined;
|
|
40
|
-
} & {
|
|
40
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
41
41
|
boundWitnessSdkConfig?: Partial<import("@xyo-network/sdk-xyo-mongo-js").BaseMongoSdkPublicConfig> | undefined;
|
|
42
42
|
payloadSdkConfig?: Partial<import("@xyo-network/sdk-xyo-mongo-js").BaseMongoSdkPublicConfig> | undefined;
|
|
43
43
|
schema: "network.xyo.module.mongodb.config";
|
|
@@ -72,7 +72,7 @@ export declare const MongoDBModuleMixin: <TParams extends import("@xyo-network/c
|
|
|
72
72
|
readonly sign?: boolean | undefined;
|
|
73
73
|
readonly storeQueries?: boolean | undefined;
|
|
74
74
|
readonly timestamp?: boolean | undefined;
|
|
75
|
-
} & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
|
|
75
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
|
|
76
76
|
accountDerivationPath?: string | undefined;
|
|
77
77
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
78
78
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -88,7 +88,7 @@ export declare const MongoDBModuleMixin: <TParams extends import("@xyo-network/c
|
|
|
88
88
|
readonly sign?: boolean | undefined;
|
|
89
89
|
readonly storeQueries?: boolean | undefined;
|
|
90
90
|
readonly timestamp?: boolean | undefined;
|
|
91
|
-
} & {
|
|
91
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
92
92
|
boundWitnessSdkConfig?: Partial<import("@xyo-network/sdk-xyo-mongo-js").BaseMongoSdkPublicConfig> | undefined;
|
|
93
93
|
payloadSdkConfig?: Partial<import("@xyo-network/sdk-xyo-mongo-js").BaseMongoSdkPublicConfig> | undefined;
|
|
94
94
|
schema: "network.xyo.module.mongodb.config";
|
|
@@ -153,7 +153,7 @@ export declare const MongoDBModuleMixin: <TParams extends import("@xyo-network/c
|
|
|
153
153
|
readonly sign?: boolean | undefined;
|
|
154
154
|
readonly storeQueries?: boolean | undefined;
|
|
155
155
|
readonly timestamp?: boolean | undefined;
|
|
156
|
-
} & {
|
|
156
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
157
157
|
schema: "network.xyo.module.config";
|
|
158
158
|
} = import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
159
159
|
accountDerivationPath?: string | undefined;
|
|
@@ -171,7 +171,7 @@ export declare const MongoDBModuleMixin: <TParams extends import("@xyo-network/c
|
|
|
171
171
|
readonly sign?: boolean | undefined;
|
|
172
172
|
readonly storeQueries?: boolean | undefined;
|
|
173
173
|
readonly timestamp?: boolean | undefined;
|
|
174
|
-
} & {
|
|
174
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
175
175
|
schema: "network.xyo.module.config";
|
|
176
176
|
}>(query: T, payloads?: ({
|
|
177
177
|
schema: string;
|
|
@@ -204,7 +204,7 @@ export declare const MongoDBModuleMixin: <TParams extends import("@xyo-network/c
|
|
|
204
204
|
readonly sign?: boolean | undefined;
|
|
205
205
|
readonly storeQueries?: boolean | undefined;
|
|
206
206
|
readonly timestamp?: boolean | undefined;
|
|
207
|
-
} & {
|
|
207
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
208
208
|
schema: "network.xyo.module.config";
|
|
209
209
|
} = import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
210
210
|
accountDerivationPath?: string | undefined;
|
|
@@ -222,7 +222,7 @@ export declare const MongoDBModuleMixin: <TParams extends import("@xyo-network/c
|
|
|
222
222
|
readonly sign?: boolean | undefined;
|
|
223
223
|
readonly storeQueries?: boolean | undefined;
|
|
224
224
|
readonly timestamp?: boolean | undefined;
|
|
225
|
-
} & {
|
|
225
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
226
226
|
schema: "network.xyo.module.config";
|
|
227
227
|
}>(query: T_1, payloads?: ({
|
|
228
228
|
schema: string;
|
package/package.json
CHANGED
|
@@ -10,18 +10,18 @@
|
|
|
10
10
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@xylabs/assert": "^2.12.
|
|
14
|
-
"@xylabs/exists": "^2.12.
|
|
15
|
-
"@xylabs/lodash": "^2.12.
|
|
16
|
-
"@xylabs/static-implements": "^2.12.
|
|
17
|
-
"@xyo-network/module-model": "~2.75.
|
|
18
|
-
"@xyo-network/module-model-mongodb": "~2.75.
|
|
19
|
-
"@xyo-network/node-core-model": "~2.75.
|
|
20
|
-
"@xyo-network/payload-model": "~2.75.
|
|
13
|
+
"@xylabs/assert": "^2.12.22",
|
|
14
|
+
"@xylabs/exists": "^2.12.22",
|
|
15
|
+
"@xylabs/lodash": "^2.12.22",
|
|
16
|
+
"@xylabs/static-implements": "^2.12.22",
|
|
17
|
+
"@xyo-network/module-model": "~2.75.15",
|
|
18
|
+
"@xyo-network/module-model-mongodb": "~2.75.15",
|
|
19
|
+
"@xyo-network/node-core-model": "~2.75.15",
|
|
20
|
+
"@xyo-network/payload-model": "~2.75.15",
|
|
21
21
|
"mongodb": "^6.1.0"
|
|
22
22
|
},
|
|
23
23
|
"peerDependencies": {
|
|
24
|
-
"@xyo-network/sdk-xyo-mongo-js": "~2.75.
|
|
24
|
+
"@xyo-network/sdk-xyo-mongo-js": "~2.75.15"
|
|
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.0.88",
|
|
33
33
|
"@xylabs/tsconfig": "^3.0.88",
|
|
34
|
-
"@xyo-network/sdk-xyo-mongo-js": "~2.75.
|
|
34
|
+
"@xyo-network/sdk-xyo-mongo-js": "~2.75.15",
|
|
35
35
|
"fake-indexeddb": "^4.0.2",
|
|
36
36
|
"typescript": "^5.2.2"
|
|
37
37
|
},
|
|
@@ -78,5 +78,5 @@
|
|
|
78
78
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js.git"
|
|
79
79
|
},
|
|
80
80
|
"sideEffects": false,
|
|
81
|
-
"version": "2.75.
|
|
81
|
+
"version": "2.75.15"
|
|
82
82
|
}
|