@xyo-network/archivist-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/Archivist.d.cts +8 -8
- package/dist/browser/Archivist.d.mts +8 -8
- package/dist/browser/Archivist.d.ts +8 -8
- package/dist/docs.json +819 -350
- package/dist/node/Archivist.d.cts +8 -8
- package/dist/node/Archivist.d.mts +8 -8
- package/dist/node/Archivist.d.ts +8 -8
- package/package.json +20 -20
|
@@ -30,7 +30,7 @@ declare const MongoDBArchivistBase: (abstract new (...args: any[]) => {
|
|
|
30
30
|
readonly sign?: boolean | undefined;
|
|
31
31
|
readonly storeQueries?: boolean | undefined;
|
|
32
32
|
readonly timestamp?: boolean | undefined;
|
|
33
|
-
} & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
|
|
33
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
|
|
34
34
|
accountDerivationPath?: string | undefined;
|
|
35
35
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
36
36
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -46,7 +46,7 @@ declare const MongoDBArchivistBase: (abstract new (...args: any[]) => {
|
|
|
46
46
|
readonly sign?: boolean | undefined;
|
|
47
47
|
readonly storeQueries?: boolean | undefined;
|
|
48
48
|
readonly timestamp?: boolean | undefined;
|
|
49
|
-
} & {
|
|
49
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
50
50
|
boundWitnessSdkConfig?: Partial<import("@xyo-network/sdk-xyo-mongo-js").BaseMongoSdkPublicConfig> | undefined;
|
|
51
51
|
payloadSdkConfig?: Partial<import("@xyo-network/sdk-xyo-mongo-js").BaseMongoSdkPublicConfig> | undefined;
|
|
52
52
|
schema: "network.xyo.module.mongodb.config";
|
|
@@ -75,7 +75,7 @@ declare const MongoDBArchivistBase: (abstract new (...args: any[]) => {
|
|
|
75
75
|
readonly sign?: boolean | undefined;
|
|
76
76
|
readonly storeQueries?: boolean | undefined;
|
|
77
77
|
readonly timestamp?: boolean | undefined;
|
|
78
|
-
} & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
|
|
78
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
|
|
79
79
|
accountDerivationPath?: string | undefined;
|
|
80
80
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
81
81
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -91,7 +91,7 @@ declare const MongoDBArchivistBase: (abstract new (...args: any[]) => {
|
|
|
91
91
|
readonly sign?: boolean | undefined;
|
|
92
92
|
readonly storeQueries?: boolean | undefined;
|
|
93
93
|
readonly timestamp?: boolean | undefined;
|
|
94
|
-
} & {
|
|
94
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
95
95
|
boundWitnessSdkConfig?: Partial<import("@xyo-network/sdk-xyo-mongo-js").BaseMongoSdkPublicConfig> | undefined;
|
|
96
96
|
payloadSdkConfig?: Partial<import("@xyo-network/sdk-xyo-mongo-js").BaseMongoSdkPublicConfig> | undefined;
|
|
97
97
|
schema: "network.xyo.module.mongodb.config";
|
|
@@ -139,7 +139,7 @@ declare const MongoDBArchivistBase: (abstract new (...args: any[]) => {
|
|
|
139
139
|
readonly sign?: boolean | undefined;
|
|
140
140
|
readonly storeQueries?: boolean | undefined;
|
|
141
141
|
readonly timestamp?: boolean | undefined;
|
|
142
|
-
} & {
|
|
142
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
143
143
|
schema: "network.xyo.module.config";
|
|
144
144
|
} = import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
145
145
|
accountDerivationPath?: string | undefined;
|
|
@@ -157,7 +157,7 @@ declare const MongoDBArchivistBase: (abstract new (...args: any[]) => {
|
|
|
157
157
|
readonly sign?: boolean | undefined;
|
|
158
158
|
readonly storeQueries?: boolean | undefined;
|
|
159
159
|
readonly timestamp?: boolean | undefined;
|
|
160
|
-
} & {
|
|
160
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
161
161
|
schema: "network.xyo.module.config";
|
|
162
162
|
}>(query: T, payloads?: ({
|
|
163
163
|
schema: string;
|
|
@@ -190,7 +190,7 @@ declare const MongoDBArchivistBase: (abstract new (...args: any[]) => {
|
|
|
190
190
|
readonly sign?: boolean | undefined;
|
|
191
191
|
readonly storeQueries?: boolean | undefined;
|
|
192
192
|
readonly timestamp?: boolean | undefined;
|
|
193
|
-
} & {
|
|
193
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
194
194
|
schema: "network.xyo.module.config";
|
|
195
195
|
} = import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
196
196
|
accountDerivationPath?: string | undefined;
|
|
@@ -208,7 +208,7 @@ declare const MongoDBArchivistBase: (abstract new (...args: any[]) => {
|
|
|
208
208
|
readonly sign?: boolean | undefined;
|
|
209
209
|
readonly storeQueries?: boolean | undefined;
|
|
210
210
|
readonly timestamp?: boolean | undefined;
|
|
211
|
-
} & {
|
|
211
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
212
212
|
schema: "network.xyo.module.config";
|
|
213
213
|
}>(query: T_1, payloads?: ({
|
|
214
214
|
schema: string;
|
|
@@ -30,7 +30,7 @@ declare const MongoDBArchivistBase: (abstract new (...args: any[]) => {
|
|
|
30
30
|
readonly sign?: boolean | undefined;
|
|
31
31
|
readonly storeQueries?: boolean | undefined;
|
|
32
32
|
readonly timestamp?: boolean | undefined;
|
|
33
|
-
} & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
|
|
33
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
|
|
34
34
|
accountDerivationPath?: string | undefined;
|
|
35
35
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
36
36
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -46,7 +46,7 @@ declare const MongoDBArchivistBase: (abstract new (...args: any[]) => {
|
|
|
46
46
|
readonly sign?: boolean | undefined;
|
|
47
47
|
readonly storeQueries?: boolean | undefined;
|
|
48
48
|
readonly timestamp?: boolean | undefined;
|
|
49
|
-
} & {
|
|
49
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
50
50
|
boundWitnessSdkConfig?: Partial<import("@xyo-network/sdk-xyo-mongo-js").BaseMongoSdkPublicConfig> | undefined;
|
|
51
51
|
payloadSdkConfig?: Partial<import("@xyo-network/sdk-xyo-mongo-js").BaseMongoSdkPublicConfig> | undefined;
|
|
52
52
|
schema: "network.xyo.module.mongodb.config";
|
|
@@ -75,7 +75,7 @@ declare const MongoDBArchivistBase: (abstract new (...args: any[]) => {
|
|
|
75
75
|
readonly sign?: boolean | undefined;
|
|
76
76
|
readonly storeQueries?: boolean | undefined;
|
|
77
77
|
readonly timestamp?: boolean | undefined;
|
|
78
|
-
} & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
|
|
78
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
|
|
79
79
|
accountDerivationPath?: string | undefined;
|
|
80
80
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
81
81
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -91,7 +91,7 @@ declare const MongoDBArchivistBase: (abstract new (...args: any[]) => {
|
|
|
91
91
|
readonly sign?: boolean | undefined;
|
|
92
92
|
readonly storeQueries?: boolean | undefined;
|
|
93
93
|
readonly timestamp?: boolean | undefined;
|
|
94
|
-
} & {
|
|
94
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
95
95
|
boundWitnessSdkConfig?: Partial<import("@xyo-network/sdk-xyo-mongo-js").BaseMongoSdkPublicConfig> | undefined;
|
|
96
96
|
payloadSdkConfig?: Partial<import("@xyo-network/sdk-xyo-mongo-js").BaseMongoSdkPublicConfig> | undefined;
|
|
97
97
|
schema: "network.xyo.module.mongodb.config";
|
|
@@ -139,7 +139,7 @@ declare const MongoDBArchivistBase: (abstract new (...args: any[]) => {
|
|
|
139
139
|
readonly sign?: boolean | undefined;
|
|
140
140
|
readonly storeQueries?: boolean | undefined;
|
|
141
141
|
readonly timestamp?: boolean | undefined;
|
|
142
|
-
} & {
|
|
142
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
143
143
|
schema: "network.xyo.module.config";
|
|
144
144
|
} = import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
145
145
|
accountDerivationPath?: string | undefined;
|
|
@@ -157,7 +157,7 @@ declare const MongoDBArchivistBase: (abstract new (...args: any[]) => {
|
|
|
157
157
|
readonly sign?: boolean | undefined;
|
|
158
158
|
readonly storeQueries?: boolean | undefined;
|
|
159
159
|
readonly timestamp?: boolean | undefined;
|
|
160
|
-
} & {
|
|
160
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
161
161
|
schema: "network.xyo.module.config";
|
|
162
162
|
}>(query: T, payloads?: ({
|
|
163
163
|
schema: string;
|
|
@@ -190,7 +190,7 @@ declare const MongoDBArchivistBase: (abstract new (...args: any[]) => {
|
|
|
190
190
|
readonly sign?: boolean | undefined;
|
|
191
191
|
readonly storeQueries?: boolean | undefined;
|
|
192
192
|
readonly timestamp?: boolean | undefined;
|
|
193
|
-
} & {
|
|
193
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
194
194
|
schema: "network.xyo.module.config";
|
|
195
195
|
} = import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
196
196
|
accountDerivationPath?: string | undefined;
|
|
@@ -208,7 +208,7 @@ declare const MongoDBArchivistBase: (abstract new (...args: any[]) => {
|
|
|
208
208
|
readonly sign?: boolean | undefined;
|
|
209
209
|
readonly storeQueries?: boolean | undefined;
|
|
210
210
|
readonly timestamp?: boolean | undefined;
|
|
211
|
-
} & {
|
|
211
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
212
212
|
schema: "network.xyo.module.config";
|
|
213
213
|
}>(query: T_1, payloads?: ({
|
|
214
214
|
schema: string;
|
|
@@ -30,7 +30,7 @@ declare const MongoDBArchivistBase: (abstract new (...args: any[]) => {
|
|
|
30
30
|
readonly sign?: boolean | undefined;
|
|
31
31
|
readonly storeQueries?: boolean | undefined;
|
|
32
32
|
readonly timestamp?: boolean | undefined;
|
|
33
|
-
} & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
|
|
33
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
|
|
34
34
|
accountDerivationPath?: string | undefined;
|
|
35
35
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
36
36
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -46,7 +46,7 @@ declare const MongoDBArchivistBase: (abstract new (...args: any[]) => {
|
|
|
46
46
|
readonly sign?: boolean | undefined;
|
|
47
47
|
readonly storeQueries?: boolean | undefined;
|
|
48
48
|
readonly timestamp?: boolean | undefined;
|
|
49
|
-
} & {
|
|
49
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
50
50
|
boundWitnessSdkConfig?: Partial<import("@xyo-network/sdk-xyo-mongo-js").BaseMongoSdkPublicConfig> | undefined;
|
|
51
51
|
payloadSdkConfig?: Partial<import("@xyo-network/sdk-xyo-mongo-js").BaseMongoSdkPublicConfig> | undefined;
|
|
52
52
|
schema: "network.xyo.module.mongodb.config";
|
|
@@ -75,7 +75,7 @@ declare const MongoDBArchivistBase: (abstract new (...args: any[]) => {
|
|
|
75
75
|
readonly sign?: boolean | undefined;
|
|
76
76
|
readonly storeQueries?: boolean | undefined;
|
|
77
77
|
readonly timestamp?: boolean | undefined;
|
|
78
|
-
} & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
|
|
78
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
|
|
79
79
|
accountDerivationPath?: string | undefined;
|
|
80
80
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
81
81
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -91,7 +91,7 @@ declare const MongoDBArchivistBase: (abstract new (...args: any[]) => {
|
|
|
91
91
|
readonly sign?: boolean | undefined;
|
|
92
92
|
readonly storeQueries?: boolean | undefined;
|
|
93
93
|
readonly timestamp?: boolean | undefined;
|
|
94
|
-
} & {
|
|
94
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
95
95
|
boundWitnessSdkConfig?: Partial<import("@xyo-network/sdk-xyo-mongo-js").BaseMongoSdkPublicConfig> | undefined;
|
|
96
96
|
payloadSdkConfig?: Partial<import("@xyo-network/sdk-xyo-mongo-js").BaseMongoSdkPublicConfig> | undefined;
|
|
97
97
|
schema: "network.xyo.module.mongodb.config";
|
|
@@ -139,7 +139,7 @@ declare const MongoDBArchivistBase: (abstract new (...args: any[]) => {
|
|
|
139
139
|
readonly sign?: boolean | undefined;
|
|
140
140
|
readonly storeQueries?: boolean | undefined;
|
|
141
141
|
readonly timestamp?: boolean | undefined;
|
|
142
|
-
} & {
|
|
142
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
143
143
|
schema: "network.xyo.module.config";
|
|
144
144
|
} = import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
145
145
|
accountDerivationPath?: string | undefined;
|
|
@@ -157,7 +157,7 @@ declare const MongoDBArchivistBase: (abstract new (...args: any[]) => {
|
|
|
157
157
|
readonly sign?: boolean | undefined;
|
|
158
158
|
readonly storeQueries?: boolean | undefined;
|
|
159
159
|
readonly timestamp?: boolean | undefined;
|
|
160
|
-
} & {
|
|
160
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
161
161
|
schema: "network.xyo.module.config";
|
|
162
162
|
}>(query: T, payloads?: ({
|
|
163
163
|
schema: string;
|
|
@@ -190,7 +190,7 @@ declare const MongoDBArchivistBase: (abstract new (...args: any[]) => {
|
|
|
190
190
|
readonly sign?: boolean | undefined;
|
|
191
191
|
readonly storeQueries?: boolean | undefined;
|
|
192
192
|
readonly timestamp?: boolean | undefined;
|
|
193
|
-
} & {
|
|
193
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
194
194
|
schema: "network.xyo.module.config";
|
|
195
195
|
} = import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
196
196
|
accountDerivationPath?: string | undefined;
|
|
@@ -208,7 +208,7 @@ declare const MongoDBArchivistBase: (abstract new (...args: any[]) => {
|
|
|
208
208
|
readonly sign?: boolean | undefined;
|
|
209
209
|
readonly storeQueries?: boolean | undefined;
|
|
210
210
|
readonly timestamp?: boolean | undefined;
|
|
211
|
-
} & {
|
|
211
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
212
212
|
schema: "network.xyo.module.config";
|
|
213
213
|
}>(query: T_1, payloads?: ({
|
|
214
214
|
schema: string;
|