@xyo-network/archivist-model 3.9.3 → 3.9.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/neutral/index.d.ts +26 -0
- package/package.json +6 -6
package/dist/neutral/index.d.ts
CHANGED
|
@@ -147,6 +147,8 @@ declare const asAttachableArchivistInstance: {
|
|
|
147
147
|
config: _xyo_network_module_model.AnyConfigSchema<ArchivistConfig>;
|
|
148
148
|
ephemeralQueryAccountEnabled?: boolean;
|
|
149
149
|
moduleIdentifierTransformers?: _xyo_network_module_model.ModuleIdentifierTransformer[];
|
|
150
|
+
privateChildren?: _xyo_network_module_model.ModuleInstance[];
|
|
151
|
+
publicChildren?: _xyo_network_module_model.ModuleInstance[];
|
|
150
152
|
} & ArchivistParamFields & object, ArchivistModuleEventData, _xyo_network_payload_model.Payload>>(value: _xylabs_promise.AnyNonPromise, config?: _xylabs_object.TypeCheckConfig): TType | undefined;
|
|
151
153
|
<TType extends AttachableArchivistInstance<_xylabs_object.BaseParamsFields & {
|
|
152
154
|
account?: _xyo_network_account_model.AccountInstance | "random";
|
|
@@ -156,6 +158,8 @@ declare const asAttachableArchivistInstance: {
|
|
|
156
158
|
config: _xyo_network_module_model.AnyConfigSchema<ArchivistConfig>;
|
|
157
159
|
ephemeralQueryAccountEnabled?: boolean;
|
|
158
160
|
moduleIdentifierTransformers?: _xyo_network_module_model.ModuleIdentifierTransformer[];
|
|
161
|
+
privateChildren?: _xyo_network_module_model.ModuleInstance[];
|
|
162
|
+
publicChildren?: _xyo_network_module_model.ModuleInstance[];
|
|
159
163
|
} & ArchivistParamFields & object, ArchivistModuleEventData, _xyo_network_payload_model.Payload>>(value: _xylabs_promise.AnyNonPromise, assert: _xylabs_object.StringOrAlertFunction<AttachableArchivistInstance<_xylabs_object.BaseParamsFields & {
|
|
160
164
|
account?: _xyo_network_account_model.AccountInstance | "random";
|
|
161
165
|
addToResolvers?: boolean;
|
|
@@ -164,6 +168,8 @@ declare const asAttachableArchivistInstance: {
|
|
|
164
168
|
config: _xyo_network_module_model.AnyConfigSchema<ArchivistConfig>;
|
|
165
169
|
ephemeralQueryAccountEnabled?: boolean;
|
|
166
170
|
moduleIdentifierTransformers?: _xyo_network_module_model.ModuleIdentifierTransformer[];
|
|
171
|
+
privateChildren?: _xyo_network_module_model.ModuleInstance[];
|
|
172
|
+
publicChildren?: _xyo_network_module_model.ModuleInstance[];
|
|
167
173
|
} & ArchivistParamFields & object, ArchivistModuleEventData, _xyo_network_payload_model.Payload>>, config?: _xylabs_object.TypeCheckConfig): TType;
|
|
168
174
|
};
|
|
169
175
|
|
|
@@ -239,6 +245,8 @@ declare const isArchivistInstance: _xylabs_object.TypeCheck<ArchivistInstance<_x
|
|
|
239
245
|
config: _xyo_network_module_model.AnyConfigSchema<ArchivistConfig>;
|
|
240
246
|
ephemeralQueryAccountEnabled?: boolean;
|
|
241
247
|
moduleIdentifierTransformers?: _xyo_network_module_model.ModuleIdentifierTransformer[];
|
|
248
|
+
privateChildren?: _xyo_network_module_model.ModuleInstance[];
|
|
249
|
+
publicChildren?: _xyo_network_module_model.ModuleInstance[];
|
|
242
250
|
} & ArchivistParamFields & object, ArchivistModuleEventData, _xyo_network_payload_model.Payload>>;
|
|
243
251
|
declare const isArchivistModule: _xyo_network_module_model.ModuleTypeCheck<ArchivistModuleInstance<_xylabs_object.BaseParamsFields & {
|
|
244
252
|
account?: _xyo_network_account_model.AccountInstance | "random";
|
|
@@ -248,6 +256,8 @@ declare const isArchivistModule: _xyo_network_module_model.ModuleTypeCheck<Archi
|
|
|
248
256
|
config: _xyo_network_module_model.AnyConfigSchema<ArchivistConfig>;
|
|
249
257
|
ephemeralQueryAccountEnabled?: boolean;
|
|
250
258
|
moduleIdentifierTransformers?: _xyo_network_module_model.ModuleIdentifierTransformer[];
|
|
259
|
+
privateChildren?: _xyo_network_module_model.ModuleInstance[];
|
|
260
|
+
publicChildren?: _xyo_network_module_model.ModuleInstance[];
|
|
251
261
|
}, ArchivistModuleEventData>>;
|
|
252
262
|
declare const asArchivistModule: {
|
|
253
263
|
<TType extends ArchivistModuleInstance<_xylabs_object.BaseParamsFields & {
|
|
@@ -258,6 +268,8 @@ declare const asArchivistModule: {
|
|
|
258
268
|
config: _xyo_network_module_model.AnyConfigSchema<ArchivistConfig>;
|
|
259
269
|
ephemeralQueryAccountEnabled?: boolean;
|
|
260
270
|
moduleIdentifierTransformers?: _xyo_network_module_model.ModuleIdentifierTransformer[];
|
|
271
|
+
privateChildren?: _xyo_network_module_model.ModuleInstance[];
|
|
272
|
+
publicChildren?: _xyo_network_module_model.ModuleInstance[];
|
|
261
273
|
}, ArchivistModuleEventData>>(value: _xylabs_promise.AnyNonPromise, config?: _xylabs_object.TypeCheckConfig): TType | undefined;
|
|
262
274
|
<TType extends ArchivistModuleInstance<_xylabs_object.BaseParamsFields & {
|
|
263
275
|
account?: _xyo_network_account_model.AccountInstance | "random";
|
|
@@ -267,6 +279,8 @@ declare const asArchivistModule: {
|
|
|
267
279
|
config: _xyo_network_module_model.AnyConfigSchema<ArchivistConfig>;
|
|
268
280
|
ephemeralQueryAccountEnabled?: boolean;
|
|
269
281
|
moduleIdentifierTransformers?: _xyo_network_module_model.ModuleIdentifierTransformer[];
|
|
282
|
+
privateChildren?: _xyo_network_module_model.ModuleInstance[];
|
|
283
|
+
publicChildren?: _xyo_network_module_model.ModuleInstance[];
|
|
270
284
|
}, ArchivistModuleEventData>>(value: _xylabs_promise.AnyNonPromise, assert: _xylabs_object.StringOrAlertFunction<ArchivistModuleInstance<_xylabs_object.BaseParamsFields & {
|
|
271
285
|
account?: _xyo_network_account_model.AccountInstance | "random";
|
|
272
286
|
addToResolvers?: boolean;
|
|
@@ -275,6 +289,8 @@ declare const asArchivistModule: {
|
|
|
275
289
|
config: _xyo_network_module_model.AnyConfigSchema<ArchivistConfig>;
|
|
276
290
|
ephemeralQueryAccountEnabled?: boolean;
|
|
277
291
|
moduleIdentifierTransformers?: _xyo_network_module_model.ModuleIdentifierTransformer[];
|
|
292
|
+
privateChildren?: _xyo_network_module_model.ModuleInstance[];
|
|
293
|
+
publicChildren?: _xyo_network_module_model.ModuleInstance[];
|
|
278
294
|
}, ArchivistModuleEventData>>, config?: _xylabs_object.TypeCheckConfig): TType;
|
|
279
295
|
};
|
|
280
296
|
declare const asArchivistInstance: {
|
|
@@ -286,6 +302,8 @@ declare const asArchivistInstance: {
|
|
|
286
302
|
config: _xyo_network_module_model.AnyConfigSchema<ArchivistConfig>;
|
|
287
303
|
ephemeralQueryAccountEnabled?: boolean;
|
|
288
304
|
moduleIdentifierTransformers?: _xyo_network_module_model.ModuleIdentifierTransformer[];
|
|
305
|
+
privateChildren?: _xyo_network_module_model.ModuleInstance[];
|
|
306
|
+
publicChildren?: _xyo_network_module_model.ModuleInstance[];
|
|
289
307
|
} & ArchivistParamFields & object, ArchivistModuleEventData, _xyo_network_payload_model.Payload>>(value: _xylabs_promise.AnyNonPromise, config?: _xylabs_object.TypeCheckConfig): TType | undefined;
|
|
290
308
|
<TType extends ArchivistInstance<_xylabs_object.BaseParamsFields & {
|
|
291
309
|
account?: _xyo_network_account_model.AccountInstance | "random";
|
|
@@ -295,6 +313,8 @@ declare const asArchivistInstance: {
|
|
|
295
313
|
config: _xyo_network_module_model.AnyConfigSchema<ArchivistConfig>;
|
|
296
314
|
ephemeralQueryAccountEnabled?: boolean;
|
|
297
315
|
moduleIdentifierTransformers?: _xyo_network_module_model.ModuleIdentifierTransformer[];
|
|
316
|
+
privateChildren?: _xyo_network_module_model.ModuleInstance[];
|
|
317
|
+
publicChildren?: _xyo_network_module_model.ModuleInstance[];
|
|
298
318
|
} & ArchivistParamFields & object, ArchivistModuleEventData, _xyo_network_payload_model.Payload>>(value: _xylabs_promise.AnyNonPromise, assert: _xylabs_object.StringOrAlertFunction<ArchivistInstance<_xylabs_object.BaseParamsFields & {
|
|
299
319
|
account?: _xyo_network_account_model.AccountInstance | "random";
|
|
300
320
|
addToResolvers?: boolean;
|
|
@@ -303,6 +323,8 @@ declare const asArchivistInstance: {
|
|
|
303
323
|
config: _xyo_network_module_model.AnyConfigSchema<ArchivistConfig>;
|
|
304
324
|
ephemeralQueryAccountEnabled?: boolean;
|
|
305
325
|
moduleIdentifierTransformers?: _xyo_network_module_model.ModuleIdentifierTransformer[];
|
|
326
|
+
privateChildren?: _xyo_network_module_model.ModuleInstance[];
|
|
327
|
+
publicChildren?: _xyo_network_module_model.ModuleInstance[];
|
|
306
328
|
} & ArchivistParamFields & object, ArchivistModuleEventData, _xyo_network_payload_model.Payload>>, config?: _xylabs_object.TypeCheckConfig): TType;
|
|
307
329
|
};
|
|
308
330
|
declare const withArchivistModule: <R>(mod: any, closure: (mod: ArchivistModuleInstance<_xylabs_object.BaseParamsFields & {
|
|
@@ -313,6 +335,8 @@ declare const withArchivistModule: <R>(mod: any, closure: (mod: ArchivistModuleI
|
|
|
313
335
|
config: _xyo_network_module_model.AnyConfigSchema<ArchivistConfig>;
|
|
314
336
|
ephemeralQueryAccountEnabled?: boolean;
|
|
315
337
|
moduleIdentifierTransformers?: _xyo_network_module_model.ModuleIdentifierTransformer[];
|
|
338
|
+
privateChildren?: _xyo_network_module_model.ModuleInstance[];
|
|
339
|
+
publicChildren?: _xyo_network_module_model.ModuleInstance[];
|
|
316
340
|
}, ArchivistModuleEventData>) => R) => R | undefined;
|
|
317
341
|
declare const withArchivistInstance: <R>(mod: any, closure: (mod: ArchivistInstance<_xylabs_object.BaseParamsFields & {
|
|
318
342
|
account?: _xyo_network_account_model.AccountInstance | "random";
|
|
@@ -322,6 +346,8 @@ declare const withArchivistInstance: <R>(mod: any, closure: (mod: ArchivistInsta
|
|
|
322
346
|
config: _xyo_network_module_model.AnyConfigSchema<ArchivistConfig>;
|
|
323
347
|
ephemeralQueryAccountEnabled?: boolean;
|
|
324
348
|
moduleIdentifierTransformers?: _xyo_network_module_model.ModuleIdentifierTransformer[];
|
|
349
|
+
privateChildren?: _xyo_network_module_model.ModuleInstance[];
|
|
350
|
+
publicChildren?: _xyo_network_module_model.ModuleInstance[];
|
|
325
351
|
} & ArchivistParamFields & object, ArchivistModuleEventData, _xyo_network_payload_model.Payload>) => R) => R | undefined;
|
|
326
352
|
|
|
327
353
|
export { type AllArchivist, type AllArchivistFunctions, type Archivist, type ArchivistAllQuery, ArchivistAllQuerySchema, type ArchivistClearQuery, ArchivistClearQuerySchema, type ArchivistCommitQuery, ArchivistCommitQuerySchema, type ArchivistConfig, ArchivistConfigSchema, type ArchivistDeleteQuery, ArchivistDeleteQuerySchema, type ArchivistGetQuery, ArchivistGetQuerySchema, type ArchivistInsertQuery, ArchivistInsertQuerySchema, type ArchivistInstance, type ArchivistLabels, type ArchivistModuleEventData, type ArchivistModuleInstance, type ArchivistModuleQueries, type ArchivistNextOptions, type ArchivistNextQuery, ArchivistNextQuerySchema, type ArchivistParamFields, type ArchivistParams, type ArchivistParentInstances, type ArchivistParents, type ArchivistQueries, type ArchivistRawQueryFunctions, type ArchivistStorage, type AttachableArchivistInstance, type AttachableArchivistInstanceTypeCheck, type FullArchivist, type HydratedBoundWitness, type IdentityFunction, type IndexDescription, type IndexDirection, IndexSeparator, IsAttachableArchivistInstanceFactory, type NextOptions, type ReadArchivist, type ReadArchivistFunctions, type ReadWriteArchivist, type StashArchivist, type StashArchivistFunctions, type WriteArchivist, type WriteArchivistFunctions, asArchivistInstance, asArchivistModule, asAttachableArchivistInstance, buildStandardIndexName, getBoundWitness, getTypedBoundWitness, hydrateBoundWitness, hydrateTypedBoundWitness, isArchivistInstance, isArchivistModule, isAttachableArchivistInstance, requiredAttachableArchivistInstanceFunctions, tryGetTypedBoundWitness, tryHydrateTypedBoundWitness, withArchivistInstance, withArchivistModule };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/archivist-model",
|
|
3
|
-
"version": "3.9.
|
|
3
|
+
"version": "3.9.5",
|
|
4
4
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
5
5
|
"homepage": "https://xyo.network",
|
|
6
6
|
"bugs": {
|
|
@@ -35,11 +35,11 @@
|
|
|
35
35
|
"@xylabs/object": "^4.5.1",
|
|
36
36
|
"@xylabs/promise": "^4.5.1",
|
|
37
37
|
"@xylabs/typeof": "^4.5.1",
|
|
38
|
-
"@xyo-network/account-model": "^3.9.
|
|
39
|
-
"@xyo-network/boundwitness-model": "^3.9.
|
|
40
|
-
"@xyo-network/module-events": "^3.9.
|
|
41
|
-
"@xyo-network/module-model": "^3.9.
|
|
42
|
-
"@xyo-network/payload-model": "^3.9.
|
|
38
|
+
"@xyo-network/account-model": "^3.9.5",
|
|
39
|
+
"@xyo-network/boundwitness-model": "^3.9.5",
|
|
40
|
+
"@xyo-network/module-events": "^3.9.5",
|
|
41
|
+
"@xyo-network/module-model": "^3.9.5",
|
|
42
|
+
"@xyo-network/payload-model": "^3.9.5"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@xylabs/ts-scripts-yarn3": "^5.0.24",
|