@xyo-network/crypto-nft-diviner-score-plugin 3.0.0 → 3.0.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/index.d.ts +3 -3
- package/dist/neutral/index.d.ts +3 -3
- package/dist/node/index.d.ts +3 -3
- package/package.json +11 -11
package/dist/browser/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@ import { Payload, Schema } from '@xyo-network/payload-model';
|
|
|
9
9
|
import * as _xyo_network_crypto_nft_score_model from '@xyo-network/crypto-nft-score-model';
|
|
10
10
|
import { Score } from '@xyo-network/crypto-nft-score-model';
|
|
11
11
|
import * as _xyo_network_payloadset_plugin from '@xyo-network/payloadset-plugin';
|
|
12
|
-
import * as
|
|
12
|
+
import * as _store__xyo_network_account_model_virtual_96c2d52d44_package from '.store/@xyo-network-account-model-virtual-96c2d52d44/package';
|
|
13
13
|
import * as _xylabs_object from '@xylabs/object';
|
|
14
14
|
|
|
15
15
|
type NftScoreDivinerParams = DivinerParams<AnyConfigSchema<NftScoreDivinerConfig>>;
|
|
@@ -82,9 +82,9 @@ type NftAnalysis = {
|
|
|
82
82
|
declare const analyzeNft: (nft: NftInfoFields) => Promise<NftAnalysis>;
|
|
83
83
|
|
|
84
84
|
declare const NftScoreDivinerPlugin: () => _xyo_network_payloadset_plugin.PayloadSetDivinerPlugin<NftScoreDiviner<_xylabs_object.BaseParamsFields & {
|
|
85
|
-
account?:
|
|
85
|
+
account?: _store__xyo_network_account_model_virtual_96c2d52d44_package.AccountInstance | "random";
|
|
86
86
|
addToResolvers?: boolean;
|
|
87
|
-
additionalSigners?:
|
|
87
|
+
additionalSigners?: _store__xyo_network_account_model_virtual_96c2d52d44_package.AccountInstance[];
|
|
88
88
|
allowNameResolution?: boolean;
|
|
89
89
|
config: _xyo_network_payload_model.SchemaFields & _xyo_network_payload_model.PayloadFields & Omit<_xyo_network_module_model.ArchivingModuleConfig & _xyo_network_module_model.ModuleConfigFields & _xyo_network_payload_model.SchemaFields & _xyo_network_payload_model.PayloadFields & Omit<_xyo_network_module_model.ArchivingModuleConfig & _xyo_network_module_model.ModuleConfigFields & {
|
|
90
90
|
schema: "network.xyo.crypto.nft.score.diviner.config";
|
package/dist/neutral/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@ import { Payload, Schema } from '@xyo-network/payload-model';
|
|
|
9
9
|
import * as _xyo_network_crypto_nft_score_model from '@xyo-network/crypto-nft-score-model';
|
|
10
10
|
import { Score } from '@xyo-network/crypto-nft-score-model';
|
|
11
11
|
import * as _xyo_network_payloadset_plugin from '@xyo-network/payloadset-plugin';
|
|
12
|
-
import * as
|
|
12
|
+
import * as _store__xyo_network_account_model_virtual_96c2d52d44_package from '.store/@xyo-network-account-model-virtual-96c2d52d44/package';
|
|
13
13
|
import * as _xylabs_object from '@xylabs/object';
|
|
14
14
|
|
|
15
15
|
type NftScoreDivinerParams = DivinerParams<AnyConfigSchema<NftScoreDivinerConfig>>;
|
|
@@ -82,9 +82,9 @@ type NftAnalysis = {
|
|
|
82
82
|
declare const analyzeNft: (nft: NftInfoFields) => Promise<NftAnalysis>;
|
|
83
83
|
|
|
84
84
|
declare const NftScoreDivinerPlugin: () => _xyo_network_payloadset_plugin.PayloadSetDivinerPlugin<NftScoreDiviner<_xylabs_object.BaseParamsFields & {
|
|
85
|
-
account?:
|
|
85
|
+
account?: _store__xyo_network_account_model_virtual_96c2d52d44_package.AccountInstance | "random";
|
|
86
86
|
addToResolvers?: boolean;
|
|
87
|
-
additionalSigners?:
|
|
87
|
+
additionalSigners?: _store__xyo_network_account_model_virtual_96c2d52d44_package.AccountInstance[];
|
|
88
88
|
allowNameResolution?: boolean;
|
|
89
89
|
config: _xyo_network_payload_model.SchemaFields & _xyo_network_payload_model.PayloadFields & Omit<_xyo_network_module_model.ArchivingModuleConfig & _xyo_network_module_model.ModuleConfigFields & _xyo_network_payload_model.SchemaFields & _xyo_network_payload_model.PayloadFields & Omit<_xyo_network_module_model.ArchivingModuleConfig & _xyo_network_module_model.ModuleConfigFields & {
|
|
90
90
|
schema: "network.xyo.crypto.nft.score.diviner.config";
|
package/dist/node/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@ import { Payload, Schema } from '@xyo-network/payload-model';
|
|
|
9
9
|
import * as _xyo_network_crypto_nft_score_model from '@xyo-network/crypto-nft-score-model';
|
|
10
10
|
import { Score } from '@xyo-network/crypto-nft-score-model';
|
|
11
11
|
import * as _xyo_network_payloadset_plugin from '@xyo-network/payloadset-plugin';
|
|
12
|
-
import * as
|
|
12
|
+
import * as _store__xyo_network_account_model_virtual_96c2d52d44_package from '.store/@xyo-network-account-model-virtual-96c2d52d44/package';
|
|
13
13
|
import * as _xylabs_object from '@xylabs/object';
|
|
14
14
|
|
|
15
15
|
type NftScoreDivinerParams = DivinerParams<AnyConfigSchema<NftScoreDivinerConfig>>;
|
|
@@ -82,9 +82,9 @@ type NftAnalysis = {
|
|
|
82
82
|
declare const analyzeNft: (nft: NftInfoFields) => Promise<NftAnalysis>;
|
|
83
83
|
|
|
84
84
|
declare const NftScoreDivinerPlugin: () => _xyo_network_payloadset_plugin.PayloadSetDivinerPlugin<NftScoreDiviner<_xylabs_object.BaseParamsFields & {
|
|
85
|
-
account?:
|
|
85
|
+
account?: _store__xyo_network_account_model_virtual_96c2d52d44_package.AccountInstance | "random";
|
|
86
86
|
addToResolvers?: boolean;
|
|
87
|
-
additionalSigners?:
|
|
87
|
+
additionalSigners?: _store__xyo_network_account_model_virtual_96c2d52d44_package.AccountInstance[];
|
|
88
88
|
allowNameResolution?: boolean;
|
|
89
89
|
config: _xyo_network_payload_model.SchemaFields & _xyo_network_payload_model.PayloadFields & Omit<_xyo_network_module_model.ArchivingModuleConfig & _xyo_network_module_model.ModuleConfigFields & _xyo_network_payload_model.SchemaFields & _xyo_network_payload_model.PayloadFields & Omit<_xyo_network_module_model.ArchivingModuleConfig & _xyo_network_module_model.ModuleConfigFields & {
|
|
90
90
|
schema: "network.xyo.crypto.nft.score.diviner.config";
|
package/package.json
CHANGED
|
@@ -10,23 +10,23 @@
|
|
|
10
10
|
"url": "https://github.com/XYOracleNetwork/plugins/issues"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@xyo-network/crypto-nft-payload-plugin": "^3.0.
|
|
14
|
-
"@xyo-network/crypto-nft-score-model": "^3.0.
|
|
15
|
-
"@xyo-network/diviner-abstract": "^3.0.
|
|
16
|
-
"@xyo-network/diviner-model": "^3.0.
|
|
17
|
-
"@xyo-network/module-model": "^3.0.
|
|
18
|
-
"@xyo-network/payload-builder": "^3.0.
|
|
19
|
-
"@xyo-network/payload-model": "^3.0.
|
|
20
|
-
"@xyo-network/payloadset-plugin": "^3.0.
|
|
13
|
+
"@xyo-network/crypto-nft-payload-plugin": "^3.0.2",
|
|
14
|
+
"@xyo-network/crypto-nft-score-model": "^3.0.2",
|
|
15
|
+
"@xyo-network/diviner-abstract": "^3.0.2",
|
|
16
|
+
"@xyo-network/diviner-model": "^3.0.2",
|
|
17
|
+
"@xyo-network/module-model": "^3.0.2",
|
|
18
|
+
"@xyo-network/payload-builder": "^3.0.2",
|
|
19
|
+
"@xyo-network/payload-model": "^3.0.2",
|
|
20
|
+
"@xyo-network/payloadset-plugin": "^3.0.2",
|
|
21
21
|
"ethers": "^6.13.2",
|
|
22
22
|
"svg-parser": "^2.0.4"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
25
|
"@types/svg-parser": "^2.0.6",
|
|
26
|
-
"@xylabs/jest-helpers": "^4.0.
|
|
26
|
+
"@xylabs/jest-helpers": "^4.0.1",
|
|
27
27
|
"@xylabs/ts-scripts-yarn3": "^4.0.0-rc.15",
|
|
28
28
|
"@xylabs/tsconfig": "^4.0.0-rc.15",
|
|
29
|
-
"@xyo-network/payload-wrapper": "^3.0.
|
|
29
|
+
"@xyo-network/payload-wrapper": "^3.0.2",
|
|
30
30
|
"jest": "^29.7.0",
|
|
31
31
|
"typescript": "^5.5.4"
|
|
32
32
|
},
|
|
@@ -50,6 +50,6 @@
|
|
|
50
50
|
"url": "https://github.com/XYOracleNetwork/plugins.git"
|
|
51
51
|
},
|
|
52
52
|
"sideEffects": false,
|
|
53
|
-
"version": "3.0.
|
|
53
|
+
"version": "3.0.2",
|
|
54
54
|
"type": "module"
|
|
55
55
|
}
|