@xyo-network/archivist 2.47.8 → 2.47.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.
- package/dist/docs.json +4981 -6452
- package/dist/types/ArchivingModule.d.ts +2 -2
- package/dist/types/ArchivingModule.d.ts.map +1 -1
- package/package.json +16 -16
- package/src/ArchivingModule.ts +2 -2
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { Account } from '@xyo-network/account';
|
|
2
2
|
import { ArchivistWrapper } from '@xyo-network/archivist-wrapper';
|
|
3
3
|
import { XyoBoundWitness } from '@xyo-network/boundwitness-model';
|
|
4
|
-
import {
|
|
4
|
+
import { AnyObject } from '@xyo-network/core';
|
|
5
5
|
import { AbstractModule, Module, ModuleConfig, ModuleQueryResult } from '@xyo-network/module';
|
|
6
6
|
import { XyoPayload } from '@xyo-network/payload-model';
|
|
7
7
|
import { PromiseEx } from '@xyo-network/promise';
|
|
8
|
-
export type ArchivingModuleConfig<T extends
|
|
8
|
+
export type ArchivingModuleConfig<T extends AnyObject = AnyObject> = ModuleConfig<{
|
|
9
9
|
archivists?: string[];
|
|
10
10
|
schema: string;
|
|
11
11
|
} & T>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ArchivingModule.d.ts","sourceRoot":"","sources":["../../src/ArchivingModule.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAA;AAC9C,OAAO,EAAE,gBAAgB,EAAE,MAAM,gCAAgC,CAAA;AACjE,OAAO,EAAE,eAAe,EAAE,MAAM,iCAAiC,CAAA;AACjE,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"ArchivingModule.d.ts","sourceRoot":"","sources":["../../src/ArchivingModule.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAA;AAC9C,OAAO,EAAE,gBAAgB,EAAE,MAAM,gCAAgC,CAAA;AACjE,OAAO,EAAE,eAAe,EAAE,MAAM,iCAAiC,CAAA;AACjE,OAAO,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAA;AAC7C,OAAO,EAAE,cAAc,EAAE,MAAM,EAAE,YAAY,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAA;AAC7F,OAAO,EAAE,UAAU,EAAE,MAAM,4BAA4B,CAAA;AACvD,OAAO,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAA;AAEhD,MAAM,MAAM,qBAAqB,CAAC,CAAC,SAAS,SAAS,GAAG,SAAS,IAAI,YAAY,CAC/E;IACE,UAAU,CAAC,EAAE,MAAM,EAAE,CAAA;IACrB,MAAM,EAAE,MAAM,CAAA;CACf,GAAG,CAAC,CACN,CAAA;AAED,qBAAa,eAAe,CAAC,OAAO,SAAS,qBAAqB,GAAG,qBAAqB,CAAE,SAAQ,cAAc,CAAC,OAAO,CAAE,YAAW,MAAM;cACxH,UAAU,CAAC,QAAQ,EAAE,UAAU,EAAE,EAAE,OAAO,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC,iBAAiB,EAAE,OAAO,CAAC;cAS/F,iBAAiB;cAIjB,iBAAiB,CAAC,QAAQ,EAAE,UAAU,EAAE,GAAG,OAAO,CAAC,eAAe,EAAE,CAAC;CAUtF"}
|
package/package.json
CHANGED
|
@@ -11,17 +11,17 @@
|
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@xylabs/assert": "^2.7.1",
|
|
13
13
|
"@xylabs/promise": "^2.7.1",
|
|
14
|
-
"@xyo-network/abstract-archivist": "^2.47.
|
|
15
|
-
"@xyo-network/account": "^2.47.
|
|
16
|
-
"@xyo-network/archivist-interface": "^2.47.
|
|
17
|
-
"@xyo-network/archivist-wrapper": "^2.47.
|
|
18
|
-
"@xyo-network/boundwitness-model": "^2.47.
|
|
19
|
-
"@xyo-network/core": "^2.47.
|
|
20
|
-
"@xyo-network/memory-archivist": "^2.47.
|
|
21
|
-
"@xyo-network/module": "^2.47.
|
|
22
|
-
"@xyo-network/payload-model": "^2.47.
|
|
23
|
-
"@xyo-network/payload-wrapper": "^2.47.
|
|
24
|
-
"@xyo-network/promise": "^2.47.
|
|
14
|
+
"@xyo-network/abstract-archivist": "^2.47.9",
|
|
15
|
+
"@xyo-network/account": "^2.47.9",
|
|
16
|
+
"@xyo-network/archivist-interface": "^2.47.9",
|
|
17
|
+
"@xyo-network/archivist-wrapper": "^2.47.9",
|
|
18
|
+
"@xyo-network/boundwitness-model": "^2.47.9",
|
|
19
|
+
"@xyo-network/core": "^2.47.9",
|
|
20
|
+
"@xyo-network/memory-archivist": "^2.47.9",
|
|
21
|
+
"@xyo-network/module": "^2.47.9",
|
|
22
|
+
"@xyo-network/payload-model": "^2.47.9",
|
|
23
|
+
"@xyo-network/payload-wrapper": "^2.47.9",
|
|
24
|
+
"@xyo-network/promise": "^2.47.9",
|
|
25
25
|
"js-cookie": "^3.0.1",
|
|
26
26
|
"lodash": "^4.17.21",
|
|
27
27
|
"store2": "^2.14.2"
|
|
@@ -30,10 +30,10 @@
|
|
|
30
30
|
"@types/js-cookie": "^3.0.3",
|
|
31
31
|
"@types/lodash": "^4.14.191",
|
|
32
32
|
"@xylabs/delay": "^2.7.1",
|
|
33
|
-
"@xylabs/ts-scripts-yarn3": "^2.
|
|
34
|
-
"@xylabs/tsconfig": "^2.
|
|
35
|
-
"@xyo-network/boundwitness-wrapper": "^2.47.
|
|
36
|
-
"@xyo-network/plugins": "^2.47.
|
|
33
|
+
"@xylabs/ts-scripts-yarn3": "^2.15.0",
|
|
34
|
+
"@xylabs/tsconfig": "^2.15.0",
|
|
35
|
+
"@xyo-network/boundwitness-wrapper": "^2.47.9",
|
|
36
|
+
"@xyo-network/plugins": "^2.47.9",
|
|
37
37
|
"typescript": "^4.9.5"
|
|
38
38
|
},
|
|
39
39
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
@@ -70,5 +70,5 @@
|
|
|
70
70
|
},
|
|
71
71
|
"sideEffects": false,
|
|
72
72
|
"types": "dist/types/index.d.ts",
|
|
73
|
-
"version": "2.47.
|
|
73
|
+
"version": "2.47.9"
|
|
74
74
|
}
|
package/src/ArchivingModule.ts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { Account } from '@xyo-network/account'
|
|
2
2
|
import { ArchivistWrapper } from '@xyo-network/archivist-wrapper'
|
|
3
3
|
import { XyoBoundWitness } from '@xyo-network/boundwitness-model'
|
|
4
|
-
import {
|
|
4
|
+
import { AnyObject } from '@xyo-network/core'
|
|
5
5
|
import { AbstractModule, Module, ModuleConfig, ModuleQueryResult } from '@xyo-network/module'
|
|
6
6
|
import { XyoPayload } from '@xyo-network/payload-model'
|
|
7
7
|
import { PromiseEx } from '@xyo-network/promise'
|
|
8
8
|
|
|
9
|
-
export type ArchivingModuleConfig<T extends
|
|
9
|
+
export type ArchivingModuleConfig<T extends AnyObject = AnyObject> = ModuleConfig<
|
|
10
10
|
{
|
|
11
11
|
archivists?: string[]
|
|
12
12
|
schema: string
|