@xyo-network/archivist-model 3.6.0-rc.6 → 3.6.0-rc.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.
|
@@ -4,7 +4,7 @@ export declare const asAttachableArchivistInstance: {
|
|
|
4
4
|
addToResolvers?: boolean;
|
|
5
5
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
6
6
|
allowNameResolution?: boolean;
|
|
7
|
-
config: import("@
|
|
7
|
+
config: import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
8
8
|
schema: import("@xyo-network/payload-model").Schema;
|
|
9
9
|
parents?: {
|
|
10
10
|
commit?: Lowercase<string>[] | undefined;
|
|
@@ -29,7 +29,6 @@ export declare const asAttachableArchivistInstance: {
|
|
|
29
29
|
} | undefined;
|
|
30
30
|
readonly allowedQueries?: string[] | undefined;
|
|
31
31
|
readonly archivist?: import("@xyo-network/module-model").ModuleIdentifier | undefined;
|
|
32
|
-
readonly certify?: boolean | undefined;
|
|
33
32
|
readonly consoleLogger?: import("@xylabs/logger").LogLevel | undefined;
|
|
34
33
|
readonly labels?: {
|
|
35
34
|
[x: string]: string | undefined;
|
|
@@ -60,7 +59,7 @@ export declare const asAttachableArchivistInstance: {
|
|
|
60
59
|
}>;
|
|
61
60
|
ephemeralQueryAccountEnabled?: boolean;
|
|
62
61
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
63
|
-
}, import("../EventData.ts").ArchivistModuleEventData, import("@
|
|
62
|
+
}, import("../EventData.ts").ArchivistModuleEventData, import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
64
63
|
schema: import("@xyo-network/payload-model").Schema;
|
|
65
64
|
}>>>(value: import("@xylabs/promise").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
|
|
66
65
|
<TType extends import("./AttachableInstance.ts").AttachableArchivistInstance<import("@xylabs/object").BaseParamsFields & {
|
|
@@ -68,7 +67,7 @@ export declare const asAttachableArchivistInstance: {
|
|
|
68
67
|
addToResolvers?: boolean;
|
|
69
68
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
70
69
|
allowNameResolution?: boolean;
|
|
71
|
-
config: import("@
|
|
70
|
+
config: import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
72
71
|
schema: import("@xyo-network/payload-model").Schema;
|
|
73
72
|
parents?: {
|
|
74
73
|
commit?: Lowercase<string>[] | undefined;
|
|
@@ -93,7 +92,6 @@ export declare const asAttachableArchivistInstance: {
|
|
|
93
92
|
} | undefined;
|
|
94
93
|
readonly allowedQueries?: string[] | undefined;
|
|
95
94
|
readonly archivist?: import("@xyo-network/module-model").ModuleIdentifier | undefined;
|
|
96
|
-
readonly certify?: boolean | undefined;
|
|
97
95
|
readonly consoleLogger?: import("@xylabs/logger").LogLevel | undefined;
|
|
98
96
|
readonly labels?: {
|
|
99
97
|
[x: string]: string | undefined;
|
|
@@ -124,14 +122,14 @@ export declare const asAttachableArchivistInstance: {
|
|
|
124
122
|
}>;
|
|
125
123
|
ephemeralQueryAccountEnabled?: boolean;
|
|
126
124
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
127
|
-
}, import("../EventData.ts").ArchivistModuleEventData, import("@
|
|
125
|
+
}, import("../EventData.ts").ArchivistModuleEventData, import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
128
126
|
schema: import("@xyo-network/payload-model").Schema;
|
|
129
127
|
}>>>(value: import("@xylabs/promise").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<import("./AttachableInstance.ts").AttachableArchivistInstance<import("@xylabs/object").BaseParamsFields & {
|
|
130
128
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
131
129
|
addToResolvers?: boolean;
|
|
132
130
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
133
131
|
allowNameResolution?: boolean;
|
|
134
|
-
config: import("@
|
|
132
|
+
config: import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
135
133
|
schema: import("@xyo-network/payload-model").Schema;
|
|
136
134
|
parents?: {
|
|
137
135
|
commit?: Lowercase<string>[] | undefined;
|
|
@@ -156,7 +154,6 @@ export declare const asAttachableArchivistInstance: {
|
|
|
156
154
|
} | undefined;
|
|
157
155
|
readonly allowedQueries?: string[] | undefined;
|
|
158
156
|
readonly archivist?: import("@xyo-network/module-model").ModuleIdentifier | undefined;
|
|
159
|
-
readonly certify?: boolean | undefined;
|
|
160
157
|
readonly consoleLogger?: import("@xylabs/logger").LogLevel | undefined;
|
|
161
158
|
readonly labels?: {
|
|
162
159
|
[x: string]: string | undefined;
|
|
@@ -187,7 +184,7 @@ export declare const asAttachableArchivistInstance: {
|
|
|
187
184
|
}>;
|
|
188
185
|
ephemeralQueryAccountEnabled?: boolean;
|
|
189
186
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
190
|
-
}, import("../EventData.ts").ArchivistModuleEventData, import("@
|
|
187
|
+
}, import("../EventData.ts").ArchivistModuleEventData, import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
191
188
|
schema: import("@xyo-network/payload-model").Schema;
|
|
192
189
|
}>>>, config?: import("@xylabs/object").TypeCheckConfig): TType;
|
|
193
190
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"asAttachableInstance.d.ts","sourceRoot":"","sources":["../../../src/attachable/asAttachableInstance.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,6BAA6B
|
|
1
|
+
{"version":3,"file":"asAttachableInstance.d.ts","sourceRoot":"","sources":["../../../src/attachable/asAttachableInstance.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uBACf,iBAAiB,iCAAiC,gBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uBAA+E,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;0BAAgG,gBAAoB;CADnN,CAAA"}
|
|
@@ -5,7 +5,7 @@ export declare const isArchivistInstance: import("@xylabs/object").TypeCheck<Arc
|
|
|
5
5
|
addToResolvers?: boolean;
|
|
6
6
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
7
7
|
allowNameResolution?: boolean;
|
|
8
|
-
config: import("@
|
|
8
|
+
config: import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
9
9
|
schema: import("@xyo-network/payload-model").Schema;
|
|
10
10
|
parents?: {
|
|
11
11
|
commit?: Lowercase<string>[] | undefined;
|
|
@@ -30,7 +30,6 @@ export declare const isArchivistInstance: import("@xylabs/object").TypeCheck<Arc
|
|
|
30
30
|
} | undefined;
|
|
31
31
|
readonly allowedQueries?: string[] | undefined;
|
|
32
32
|
readonly archivist?: import("@xyo-network/module-model").ModuleIdentifier | undefined;
|
|
33
|
-
readonly certify?: boolean | undefined;
|
|
34
33
|
readonly consoleLogger?: import("@xylabs/logger").LogLevel | undefined;
|
|
35
34
|
readonly labels?: {
|
|
36
35
|
[x: string]: string | undefined;
|
|
@@ -61,7 +60,7 @@ export declare const isArchivistInstance: import("@xylabs/object").TypeCheck<Arc
|
|
|
61
60
|
}>;
|
|
62
61
|
ephemeralQueryAccountEnabled?: boolean;
|
|
63
62
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
64
|
-
}, import("./EventData.ts").ArchivistModuleEventData, import("@
|
|
63
|
+
}, import("./EventData.ts").ArchivistModuleEventData, import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
65
64
|
schema: import("@xyo-network/payload-model").Schema;
|
|
66
65
|
}>>>;
|
|
67
66
|
export declare const isArchivistModule: import("@xyo-network/module-model").ModuleTypeCheck<ArchivistModule<import("@xylabs/object").BaseParamsFields & {
|
|
@@ -69,7 +68,7 @@ export declare const isArchivistModule: import("@xyo-network/module-model").Modu
|
|
|
69
68
|
addToResolvers?: boolean;
|
|
70
69
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
71
70
|
allowNameResolution?: boolean;
|
|
72
|
-
config: import("@
|
|
71
|
+
config: import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
73
72
|
schema: import("@xyo-network/payload-model").Schema;
|
|
74
73
|
parents?: {
|
|
75
74
|
commit?: Lowercase<string>[] | undefined;
|
|
@@ -94,7 +93,6 @@ export declare const isArchivistModule: import("@xyo-network/module-model").Modu
|
|
|
94
93
|
} | undefined;
|
|
95
94
|
readonly allowedQueries?: string[] | undefined;
|
|
96
95
|
readonly archivist?: import("@xyo-network/module-model").ModuleIdentifier | undefined;
|
|
97
|
-
readonly certify?: boolean | undefined;
|
|
98
96
|
readonly consoleLogger?: import("@xylabs/logger").LogLevel | undefined;
|
|
99
97
|
readonly labels?: {
|
|
100
98
|
[x: string]: string | undefined;
|
|
@@ -132,7 +130,7 @@ export declare const asArchivistModule: {
|
|
|
132
130
|
addToResolvers?: boolean;
|
|
133
131
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
134
132
|
allowNameResolution?: boolean;
|
|
135
|
-
config: import("@
|
|
133
|
+
config: import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
136
134
|
schema: import("@xyo-network/payload-model").Schema;
|
|
137
135
|
parents?: {
|
|
138
136
|
commit?: Lowercase<string>[] | undefined;
|
|
@@ -157,7 +155,6 @@ export declare const asArchivistModule: {
|
|
|
157
155
|
} | undefined;
|
|
158
156
|
readonly allowedQueries?: string[] | undefined;
|
|
159
157
|
readonly archivist?: import("@xyo-network/module-model").ModuleIdentifier | undefined;
|
|
160
|
-
readonly certify?: boolean | undefined;
|
|
161
158
|
readonly consoleLogger?: import("@xylabs/logger").LogLevel | undefined;
|
|
162
159
|
readonly labels?: {
|
|
163
160
|
[x: string]: string | undefined;
|
|
@@ -194,7 +191,7 @@ export declare const asArchivistModule: {
|
|
|
194
191
|
addToResolvers?: boolean;
|
|
195
192
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
196
193
|
allowNameResolution?: boolean;
|
|
197
|
-
config: import("@
|
|
194
|
+
config: import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
198
195
|
schema: import("@xyo-network/payload-model").Schema;
|
|
199
196
|
parents?: {
|
|
200
197
|
commit?: Lowercase<string>[] | undefined;
|
|
@@ -219,7 +216,6 @@ export declare const asArchivistModule: {
|
|
|
219
216
|
} | undefined;
|
|
220
217
|
readonly allowedQueries?: string[] | undefined;
|
|
221
218
|
readonly archivist?: import("@xyo-network/module-model").ModuleIdentifier | undefined;
|
|
222
|
-
readonly certify?: boolean | undefined;
|
|
223
219
|
readonly consoleLogger?: import("@xylabs/logger").LogLevel | undefined;
|
|
224
220
|
readonly labels?: {
|
|
225
221
|
[x: string]: string | undefined;
|
|
@@ -255,7 +251,7 @@ export declare const asArchivistModule: {
|
|
|
255
251
|
addToResolvers?: boolean;
|
|
256
252
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
257
253
|
allowNameResolution?: boolean;
|
|
258
|
-
config: import("@
|
|
254
|
+
config: import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
259
255
|
schema: import("@xyo-network/payload-model").Schema;
|
|
260
256
|
parents?: {
|
|
261
257
|
commit?: Lowercase<string>[] | undefined;
|
|
@@ -280,7 +276,6 @@ export declare const asArchivistModule: {
|
|
|
280
276
|
} | undefined;
|
|
281
277
|
readonly allowedQueries?: string[] | undefined;
|
|
282
278
|
readonly archivist?: import("@xyo-network/module-model").ModuleIdentifier | undefined;
|
|
283
|
-
readonly certify?: boolean | undefined;
|
|
284
279
|
readonly consoleLogger?: import("@xylabs/logger").LogLevel | undefined;
|
|
285
280
|
readonly labels?: {
|
|
286
281
|
[x: string]: string | undefined;
|
|
@@ -319,7 +314,7 @@ export declare const asArchivistInstance: {
|
|
|
319
314
|
addToResolvers?: boolean;
|
|
320
315
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
321
316
|
allowNameResolution?: boolean;
|
|
322
|
-
config: import("@
|
|
317
|
+
config: import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
323
318
|
schema: import("@xyo-network/payload-model").Schema;
|
|
324
319
|
parents?: {
|
|
325
320
|
commit?: Lowercase<string>[] | undefined;
|
|
@@ -344,7 +339,6 @@ export declare const asArchivistInstance: {
|
|
|
344
339
|
} | undefined;
|
|
345
340
|
readonly allowedQueries?: string[] | undefined;
|
|
346
341
|
readonly archivist?: import("@xyo-network/module-model").ModuleIdentifier | undefined;
|
|
347
|
-
readonly certify?: boolean | undefined;
|
|
348
342
|
readonly consoleLogger?: import("@xylabs/logger").LogLevel | undefined;
|
|
349
343
|
readonly labels?: {
|
|
350
344
|
[x: string]: string | undefined;
|
|
@@ -375,7 +369,7 @@ export declare const asArchivistInstance: {
|
|
|
375
369
|
}>;
|
|
376
370
|
ephemeralQueryAccountEnabled?: boolean;
|
|
377
371
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
378
|
-
}, import("./EventData.ts").ArchivistModuleEventData, import("@
|
|
372
|
+
}, import("./EventData.ts").ArchivistModuleEventData, import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
379
373
|
schema: import("@xyo-network/payload-model").Schema;
|
|
380
374
|
}>>>(value: import("@xylabs/promise").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
|
|
381
375
|
<TType extends ArchivistInstance<import("@xylabs/object").BaseParamsFields & {
|
|
@@ -383,7 +377,7 @@ export declare const asArchivistInstance: {
|
|
|
383
377
|
addToResolvers?: boolean;
|
|
384
378
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
385
379
|
allowNameResolution?: boolean;
|
|
386
|
-
config: import("@
|
|
380
|
+
config: import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
387
381
|
schema: import("@xyo-network/payload-model").Schema;
|
|
388
382
|
parents?: {
|
|
389
383
|
commit?: Lowercase<string>[] | undefined;
|
|
@@ -408,7 +402,6 @@ export declare const asArchivistInstance: {
|
|
|
408
402
|
} | undefined;
|
|
409
403
|
readonly allowedQueries?: string[] | undefined;
|
|
410
404
|
readonly archivist?: import("@xyo-network/module-model").ModuleIdentifier | undefined;
|
|
411
|
-
readonly certify?: boolean | undefined;
|
|
412
405
|
readonly consoleLogger?: import("@xylabs/logger").LogLevel | undefined;
|
|
413
406
|
readonly labels?: {
|
|
414
407
|
[x: string]: string | undefined;
|
|
@@ -439,14 +432,14 @@ export declare const asArchivistInstance: {
|
|
|
439
432
|
}>;
|
|
440
433
|
ephemeralQueryAccountEnabled?: boolean;
|
|
441
434
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
442
|
-
}, import("./EventData.ts").ArchivistModuleEventData, import("@
|
|
435
|
+
}, import("./EventData.ts").ArchivistModuleEventData, import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
443
436
|
schema: import("@xyo-network/payload-model").Schema;
|
|
444
437
|
}>>>(value: import("@xylabs/promise").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<ArchivistInstance<import("@xylabs/object").BaseParamsFields & {
|
|
445
438
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
446
439
|
addToResolvers?: boolean;
|
|
447
440
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
448
441
|
allowNameResolution?: boolean;
|
|
449
|
-
config: import("@
|
|
442
|
+
config: import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
450
443
|
schema: import("@xyo-network/payload-model").Schema;
|
|
451
444
|
parents?: {
|
|
452
445
|
commit?: Lowercase<string>[] | undefined;
|
|
@@ -471,7 +464,6 @@ export declare const asArchivistInstance: {
|
|
|
471
464
|
} | undefined;
|
|
472
465
|
readonly allowedQueries?: string[] | undefined;
|
|
473
466
|
readonly archivist?: import("@xyo-network/module-model").ModuleIdentifier | undefined;
|
|
474
|
-
readonly certify?: boolean | undefined;
|
|
475
467
|
readonly consoleLogger?: import("@xylabs/logger").LogLevel | undefined;
|
|
476
468
|
readonly labels?: {
|
|
477
469
|
[x: string]: string | undefined;
|
|
@@ -502,7 +494,7 @@ export declare const asArchivistInstance: {
|
|
|
502
494
|
}>;
|
|
503
495
|
ephemeralQueryAccountEnabled?: boolean;
|
|
504
496
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
505
|
-
}, import("./EventData.ts").ArchivistModuleEventData, import("@
|
|
497
|
+
}, import("./EventData.ts").ArchivistModuleEventData, import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
506
498
|
schema: import("@xyo-network/payload-model").Schema;
|
|
507
499
|
}>>>, config?: import("@xylabs/object").TypeCheckConfig): TType;
|
|
508
500
|
};
|
|
@@ -511,7 +503,7 @@ export declare const withArchivistModule: <R>(mod: any, closure: (mod: Archivist
|
|
|
511
503
|
addToResolvers?: boolean;
|
|
512
504
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
513
505
|
allowNameResolution?: boolean;
|
|
514
|
-
config: import("@
|
|
506
|
+
config: import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
515
507
|
schema: import("@xyo-network/payload-model").Schema;
|
|
516
508
|
parents?: {
|
|
517
509
|
commit?: Lowercase<string>[] | undefined;
|
|
@@ -536,7 +528,6 @@ export declare const withArchivistModule: <R>(mod: any, closure: (mod: Archivist
|
|
|
536
528
|
} | undefined;
|
|
537
529
|
readonly allowedQueries?: string[] | undefined;
|
|
538
530
|
readonly archivist?: import("@xyo-network/module-model").ModuleIdentifier | undefined;
|
|
539
|
-
readonly certify?: boolean | undefined;
|
|
540
531
|
readonly consoleLogger?: import("@xylabs/logger").LogLevel | undefined;
|
|
541
532
|
readonly labels?: {
|
|
542
533
|
[x: string]: string | undefined;
|
|
@@ -573,7 +564,7 @@ export declare const withArchivistInstance: <R>(mod: any, closure: (mod: Archivi
|
|
|
573
564
|
addToResolvers?: boolean;
|
|
574
565
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
575
566
|
allowNameResolution?: boolean;
|
|
576
|
-
config: import("@
|
|
567
|
+
config: import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
577
568
|
schema: import("@xyo-network/payload-model").Schema;
|
|
578
569
|
parents?: {
|
|
579
570
|
commit?: Lowercase<string>[] | undefined;
|
|
@@ -598,7 +589,6 @@ export declare const withArchivistInstance: <R>(mod: any, closure: (mod: Archivi
|
|
|
598
589
|
} | undefined;
|
|
599
590
|
readonly allowedQueries?: string[] | undefined;
|
|
600
591
|
readonly archivist?: import("@xyo-network/module-model").ModuleIdentifier | undefined;
|
|
601
|
-
readonly certify?: boolean | undefined;
|
|
602
592
|
readonly consoleLogger?: import("@xylabs/logger").LogLevel | undefined;
|
|
603
593
|
readonly labels?: {
|
|
604
594
|
[x: string]: string | undefined;
|
|
@@ -629,7 +619,7 @@ export declare const withArchivistInstance: <R>(mod: any, closure: (mod: Archivi
|
|
|
629
619
|
}>;
|
|
630
620
|
ephemeralQueryAccountEnabled?: boolean;
|
|
631
621
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
632
|
-
}, import("./EventData.ts").ArchivistModuleEventData, import("@
|
|
622
|
+
}, import("./EventData.ts").ArchivistModuleEventData, import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
633
623
|
schema: import("@xyo-network/payload-model").Schema;
|
|
634
624
|
}>>) => R) => R | undefined;
|
|
635
625
|
//# sourceMappingURL=typeChecks.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"typeChecks.d.ts","sourceRoot":"","sources":["../../src/typeChecks.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,eAAe,CAAA;AACtD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,aAAa,CAAA;AAGlD,eAAO,MAAM,mBAAmB
|
|
1
|
+
{"version":3,"file":"typeChecks.d.ts","sourceRoot":"","sources":["../../src/typeChecks.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,eAAe,CAAA;AACtD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,aAAa,CAAA;AAGlD,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAA6F,CAAA;AAC7H,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sDAA2E,CAAA;AAEzG,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yEANG,iBAAiB,iCACjB,gBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yEAEiB,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4EAC9B,gBAAoB;CAEF,CAAA;AAC1E,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uBAPC,iBAAiB,iCACjB,gBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uBAEiB,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;0BAC9B,gBAAoB;CAGE,CAAA;AAC9E,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6EAAwC,CAAA;AACxE,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2BAA0C,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/archivist-model",
|
|
3
|
-
"version": "3.6.0-rc.
|
|
3
|
+
"version": "3.6.0-rc.8",
|
|
4
4
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
5
5
|
"homepage": "https://xyo.network",
|
|
6
6
|
"bugs": {
|
|
@@ -29,14 +29,14 @@
|
|
|
29
29
|
"module": "dist/neutral/index.mjs",
|
|
30
30
|
"types": "dist/neutral/index.d.ts",
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@xylabs/hex": "^4.4.
|
|
33
|
-
"@xylabs/object": "^4.4.
|
|
34
|
-
"@xylabs/promise": "^4.4.
|
|
35
|
-
"@xylabs/typeof": "^4.4.
|
|
36
|
-
"@xyo-network/account-model": "^3.6.0-rc.
|
|
37
|
-
"@xyo-network/module-events": "^3.6.0-rc.
|
|
38
|
-
"@xyo-network/module-model": "^3.6.0-rc.
|
|
39
|
-
"@xyo-network/payload-model": "^3.6.0-rc.
|
|
32
|
+
"@xylabs/hex": "^4.4.16",
|
|
33
|
+
"@xylabs/object": "^4.4.16",
|
|
34
|
+
"@xylabs/promise": "^4.4.16",
|
|
35
|
+
"@xylabs/typeof": "^4.4.16",
|
|
36
|
+
"@xyo-network/account-model": "^3.6.0-rc.8",
|
|
37
|
+
"@xyo-network/module-events": "^3.6.0-rc.8",
|
|
38
|
+
"@xyo-network/module-model": "^3.6.0-rc.8",
|
|
39
|
+
"@xyo-network/payload-model": "^3.6.0-rc.8"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"@xylabs/ts-scripts-yarn3": "^4.2.4",
|