@xyo-network/crypto-nft-diviner-score-plugin 3.2.0-rc.1 → 3.2.0-rc.2
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/Plugin.d.ts +38 -11
- package/dist/browser/Plugin.d.ts.map +1 -1
- package/dist/browser/index.d.ts.map +1 -1
- package/dist/neutral/Plugin.d.ts +38 -11
- package/dist/neutral/Plugin.d.ts.map +1 -1
- package/dist/neutral/index.d.ts.map +1 -1
- package/dist/node/Plugin.d.ts +38 -11
- package/dist/node/Plugin.d.ts.map +1 -1
- package/dist/node/index.d.ts.map +1 -1
- package/package.json +13 -13
- package/src/index.ts +0 -1
package/dist/browser/Plugin.d.ts
CHANGED
|
@@ -1,18 +1,45 @@
|
|
|
1
1
|
import { NftScoreDiviner } from './Diviner.ts';
|
|
2
2
|
export declare const NftScoreDivinerPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetDivinerPlugin<NftScoreDiviner<import("@xylabs/object").BaseParamsFields & {
|
|
3
|
-
account?: import(".store/@xyo-network-account-model-virtual-
|
|
3
|
+
account?: import(".store/@xyo-network-account-model-virtual-c5d2167f6b/package").AccountInstance | "random";
|
|
4
4
|
addToResolvers?: boolean;
|
|
5
|
-
additionalSigners?: import(".store/@xyo-network-account-model-virtual-
|
|
5
|
+
additionalSigners?: import(".store/@xyo-network-account-model-virtual-c5d2167f6b/package").AccountInstance[];
|
|
6
6
|
allowNameResolution?: boolean;
|
|
7
|
-
config: import("@
|
|
8
|
-
schema: "network.
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
7
|
+
config: import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
8
|
+
schema: import("@xyo-network/payload-model").Schema;
|
|
9
|
+
readonly archiving?: {
|
|
10
|
+
readonly archivists?: string[] | undefined;
|
|
11
|
+
readonly queries?: string[] | undefined;
|
|
12
|
+
} | undefined;
|
|
13
|
+
readonly allowedQueries?: string[] | undefined;
|
|
14
|
+
readonly archivist?: import("@xyo-network/module-model").ModuleIdentifier | undefined;
|
|
15
|
+
readonly consoleLogger?: import(".store/@xylabs-logger-npm-4.4.24-da15b744dd/package").LogLevel | undefined;
|
|
16
|
+
readonly labels?: {
|
|
17
|
+
[x: string]: string | undefined;
|
|
18
|
+
} | undefined;
|
|
19
|
+
readonly name?: import("@xyo-network/module-model").ModuleName | undefined;
|
|
20
|
+
readonly paging?: {
|
|
21
|
+
[x: string]: {
|
|
22
|
+
size?: number | undefined;
|
|
23
|
+
};
|
|
24
|
+
} | undefined;
|
|
25
|
+
readonly retry?: {
|
|
26
|
+
backoff?: number | undefined;
|
|
27
|
+
interval?: number | undefined;
|
|
28
|
+
retries?: number | undefined;
|
|
29
|
+
} | undefined;
|
|
30
|
+
readonly security?: {
|
|
31
|
+
readonly allowAnonymous?: boolean | undefined;
|
|
32
|
+
readonly allowed?: {
|
|
33
|
+
[x: string]: (Lowercase<string> | Lowercase<string>[])[];
|
|
34
|
+
} | undefined;
|
|
35
|
+
readonly disallowed?: {
|
|
36
|
+
[x: string]: Lowercase<string>[];
|
|
37
|
+
} | undefined;
|
|
38
|
+
} | undefined;
|
|
39
|
+
readonly sign?: boolean | undefined;
|
|
40
|
+
readonly storeQueries?: boolean | undefined;
|
|
41
|
+
readonly timestamp?: boolean | undefined;
|
|
42
|
+
}>;
|
|
16
43
|
ephemeralQueryAccountEnabled?: boolean;
|
|
17
44
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
18
45
|
}>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,eAAe,EAAE,MAAM,cAAc,CAAA;AAE9C,eAAO,MAAM,qBAAqB
|
|
1
|
+
{"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,eAAe,EAAE,MAAM,cAAc,CAAA;AAE9C,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAS/B,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAA;AAC5B,cAAc,gBAAgB,CAAA;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAA;AAC5B,cAAc,gBAAgB,CAAA;AAC9B,OAAO,EAAE,qBAAqB,IAAI,OAAO,EAAE,qBAAqB,EAAE,MAAM,aAAa,CAAA"}
|
package/dist/neutral/Plugin.d.ts
CHANGED
|
@@ -1,18 +1,45 @@
|
|
|
1
1
|
import { NftScoreDiviner } from './Diviner.ts';
|
|
2
2
|
export declare const NftScoreDivinerPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetDivinerPlugin<NftScoreDiviner<import("@xylabs/object").BaseParamsFields & {
|
|
3
|
-
account?: import(".store/@xyo-network-account-model-virtual-
|
|
3
|
+
account?: import(".store/@xyo-network-account-model-virtual-c5d2167f6b/package").AccountInstance | "random";
|
|
4
4
|
addToResolvers?: boolean;
|
|
5
|
-
additionalSigners?: import(".store/@xyo-network-account-model-virtual-
|
|
5
|
+
additionalSigners?: import(".store/@xyo-network-account-model-virtual-c5d2167f6b/package").AccountInstance[];
|
|
6
6
|
allowNameResolution?: boolean;
|
|
7
|
-
config: import("@
|
|
8
|
-
schema: "network.
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
7
|
+
config: import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
8
|
+
schema: import("@xyo-network/payload-model").Schema;
|
|
9
|
+
readonly archiving?: {
|
|
10
|
+
readonly archivists?: string[] | undefined;
|
|
11
|
+
readonly queries?: string[] | undefined;
|
|
12
|
+
} | undefined;
|
|
13
|
+
readonly allowedQueries?: string[] | undefined;
|
|
14
|
+
readonly archivist?: import("@xyo-network/module-model").ModuleIdentifier | undefined;
|
|
15
|
+
readonly consoleLogger?: import(".store/@xylabs-logger-npm-4.4.24-da15b744dd/package").LogLevel | undefined;
|
|
16
|
+
readonly labels?: {
|
|
17
|
+
[x: string]: string | undefined;
|
|
18
|
+
} | undefined;
|
|
19
|
+
readonly name?: import("@xyo-network/module-model").ModuleName | undefined;
|
|
20
|
+
readonly paging?: {
|
|
21
|
+
[x: string]: {
|
|
22
|
+
size?: number | undefined;
|
|
23
|
+
};
|
|
24
|
+
} | undefined;
|
|
25
|
+
readonly retry?: {
|
|
26
|
+
backoff?: number | undefined;
|
|
27
|
+
interval?: number | undefined;
|
|
28
|
+
retries?: number | undefined;
|
|
29
|
+
} | undefined;
|
|
30
|
+
readonly security?: {
|
|
31
|
+
readonly allowAnonymous?: boolean | undefined;
|
|
32
|
+
readonly allowed?: {
|
|
33
|
+
[x: string]: (Lowercase<string> | Lowercase<string>[])[];
|
|
34
|
+
} | undefined;
|
|
35
|
+
readonly disallowed?: {
|
|
36
|
+
[x: string]: Lowercase<string>[];
|
|
37
|
+
} | undefined;
|
|
38
|
+
} | undefined;
|
|
39
|
+
readonly sign?: boolean | undefined;
|
|
40
|
+
readonly storeQueries?: boolean | undefined;
|
|
41
|
+
readonly timestamp?: boolean | undefined;
|
|
42
|
+
}>;
|
|
16
43
|
ephemeralQueryAccountEnabled?: boolean;
|
|
17
44
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
18
45
|
}>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,eAAe,EAAE,MAAM,cAAc,CAAA;AAE9C,eAAO,MAAM,qBAAqB
|
|
1
|
+
{"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,eAAe,EAAE,MAAM,cAAc,CAAA;AAE9C,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAS/B,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAA;AAC5B,cAAc,gBAAgB,CAAA;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAA;AAC5B,cAAc,gBAAgB,CAAA;AAC9B,OAAO,EAAE,qBAAqB,IAAI,OAAO,EAAE,qBAAqB,EAAE,MAAM,aAAa,CAAA"}
|
package/dist/node/Plugin.d.ts
CHANGED
|
@@ -1,18 +1,45 @@
|
|
|
1
1
|
import { NftScoreDiviner } from './Diviner.ts';
|
|
2
2
|
export declare const NftScoreDivinerPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetDivinerPlugin<NftScoreDiviner<import("@xylabs/object").BaseParamsFields & {
|
|
3
|
-
account?: import(".store/@xyo-network-account-model-virtual-
|
|
3
|
+
account?: import(".store/@xyo-network-account-model-virtual-c5d2167f6b/package").AccountInstance | "random";
|
|
4
4
|
addToResolvers?: boolean;
|
|
5
|
-
additionalSigners?: import(".store/@xyo-network-account-model-virtual-
|
|
5
|
+
additionalSigners?: import(".store/@xyo-network-account-model-virtual-c5d2167f6b/package").AccountInstance[];
|
|
6
6
|
allowNameResolution?: boolean;
|
|
7
|
-
config: import("@
|
|
8
|
-
schema: "network.
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
7
|
+
config: import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
8
|
+
schema: import("@xyo-network/payload-model").Schema;
|
|
9
|
+
readonly archiving?: {
|
|
10
|
+
readonly archivists?: string[] | undefined;
|
|
11
|
+
readonly queries?: string[] | undefined;
|
|
12
|
+
} | undefined;
|
|
13
|
+
readonly allowedQueries?: string[] | undefined;
|
|
14
|
+
readonly archivist?: import("@xyo-network/module-model").ModuleIdentifier | undefined;
|
|
15
|
+
readonly consoleLogger?: import(".store/@xylabs-logger-npm-4.4.24-da15b744dd/package").LogLevel | undefined;
|
|
16
|
+
readonly labels?: {
|
|
17
|
+
[x: string]: string | undefined;
|
|
18
|
+
} | undefined;
|
|
19
|
+
readonly name?: import("@xyo-network/module-model").ModuleName | undefined;
|
|
20
|
+
readonly paging?: {
|
|
21
|
+
[x: string]: {
|
|
22
|
+
size?: number | undefined;
|
|
23
|
+
};
|
|
24
|
+
} | undefined;
|
|
25
|
+
readonly retry?: {
|
|
26
|
+
backoff?: number | undefined;
|
|
27
|
+
interval?: number | undefined;
|
|
28
|
+
retries?: number | undefined;
|
|
29
|
+
} | undefined;
|
|
30
|
+
readonly security?: {
|
|
31
|
+
readonly allowAnonymous?: boolean | undefined;
|
|
32
|
+
readonly allowed?: {
|
|
33
|
+
[x: string]: (Lowercase<string> | Lowercase<string>[])[];
|
|
34
|
+
} | undefined;
|
|
35
|
+
readonly disallowed?: {
|
|
36
|
+
[x: string]: Lowercase<string>[];
|
|
37
|
+
} | undefined;
|
|
38
|
+
} | undefined;
|
|
39
|
+
readonly sign?: boolean | undefined;
|
|
40
|
+
readonly storeQueries?: boolean | undefined;
|
|
41
|
+
readonly timestamp?: boolean | undefined;
|
|
42
|
+
}>;
|
|
16
43
|
ephemeralQueryAccountEnabled?: boolean;
|
|
17
44
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
18
45
|
}>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,eAAe,EAAE,MAAM,cAAc,CAAA;AAE9C,eAAO,MAAM,qBAAqB
|
|
1
|
+
{"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,eAAe,EAAE,MAAM,cAAc,CAAA;AAE9C,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAS/B,CAAA"}
|
package/dist/node/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAA;AAC5B,cAAc,gBAAgB,CAAA;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAA;AAC5B,cAAc,gBAAgB,CAAA;AAC9B,OAAO,EAAE,qBAAqB,IAAI,OAAO,EAAE,qBAAqB,EAAE,MAAM,aAAa,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/crypto-nft-diviner-score-plugin",
|
|
3
|
-
"version": "3.2.0-rc.
|
|
3
|
+
"version": "3.2.0-rc.2",
|
|
4
4
|
"description": "Typescript/Javascript Plugins for XYO Platform",
|
|
5
5
|
"homepage": "https://xyo.network",
|
|
6
6
|
"bugs": {
|
|
@@ -29,23 +29,23 @@
|
|
|
29
29
|
"module": "dist/neutral/index.mjs",
|
|
30
30
|
"types": "dist/neutral/index.d.ts",
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@xyo-network/crypto-nft-payload-plugin": "^3.2.0-rc.
|
|
33
|
-
"@xyo-network/crypto-nft-score-model": "^3.2.0-rc.
|
|
34
|
-
"@xyo-network/diviner-abstract": "^3.6.0-rc.
|
|
35
|
-
"@xyo-network/diviner-model": "^3.6.0-rc.
|
|
36
|
-
"@xyo-network/module-model": "^3.6.0-rc.
|
|
37
|
-
"@xyo-network/payload-builder": "^3.6.0-rc.
|
|
38
|
-
"@xyo-network/payload-model": "^3.6.0-rc.
|
|
39
|
-
"@xyo-network/payloadset-plugin": "^3.6.0-rc.
|
|
32
|
+
"@xyo-network/crypto-nft-payload-plugin": "^3.2.0-rc.2",
|
|
33
|
+
"@xyo-network/crypto-nft-score-model": "^3.2.0-rc.2",
|
|
34
|
+
"@xyo-network/diviner-abstract": "^3.6.0-rc.11",
|
|
35
|
+
"@xyo-network/diviner-model": "^3.6.0-rc.11",
|
|
36
|
+
"@xyo-network/module-model": "^3.6.0-rc.11",
|
|
37
|
+
"@xyo-network/payload-builder": "^3.6.0-rc.11",
|
|
38
|
+
"@xyo-network/payload-model": "^3.6.0-rc.11",
|
|
39
|
+
"@xyo-network/payloadset-plugin": "^3.6.0-rc.11",
|
|
40
40
|
"ethers": "^6.13.4",
|
|
41
41
|
"svg-parser": "^2.0.4"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@types/svg-parser": "^2.0.6",
|
|
45
|
-
"@xylabs/ts-scripts-yarn3": "^4.2.
|
|
46
|
-
"@xylabs/tsconfig": "^4.2.
|
|
47
|
-
"@xylabs/vitest-extended": "^4.4.
|
|
48
|
-
"@xyo-network/payload-wrapper": "^3.6.0-rc.
|
|
45
|
+
"@xylabs/ts-scripts-yarn3": "^4.2.6",
|
|
46
|
+
"@xylabs/tsconfig": "^4.2.6",
|
|
47
|
+
"@xylabs/vitest-extended": "^4.4.24",
|
|
48
|
+
"@xyo-network/payload-wrapper": "^3.6.0-rc.11",
|
|
49
49
|
"typescript": "^5.7.2",
|
|
50
50
|
"vitest": "^2.1.8"
|
|
51
51
|
},
|
package/src/index.ts
CHANGED