@xyo-network/crypto-asset-plugin 3.4.1 → 3.4.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/neutral/index.d.ts +6 -41
- package/package.json +13 -13
package/dist/neutral/index.d.ts
CHANGED
|
@@ -2,11 +2,9 @@ import { AbstractDiviner } from '@xyo-network/diviner-abstract';
|
|
|
2
2
|
import { DivinerParams, DivinerConfig, DivinerModule } from '@xyo-network/diviner-model';
|
|
3
3
|
import * as _xyo_network_module_model from '@xyo-network/module-model';
|
|
4
4
|
import { AnyConfigSchema, Module } from '@xyo-network/module-model';
|
|
5
|
-
import * as _xyo_network_payload_model from '@xyo-network/payload-model';
|
|
6
5
|
import { Schema, Payload } from '@xyo-network/payload-model';
|
|
7
6
|
import * as _xyo_network_payloadset_plugin from '@xyo-network/payloadset-plugin';
|
|
8
|
-
import * as
|
|
9
|
-
import * as _store__xyo_network_account_model_virtual_3a3814c98f_package from '.store/@xyo-network-account-model-virtual-3a3814c98f/package';
|
|
7
|
+
import * as _store__xyo_network_account_model_virtual_8ffda77307_package from '.store/@xyo-network-account-model-virtual-8ffda77307/package';
|
|
10
8
|
import * as _store__xylabs_object_npm_4_5_1_e31c389195_package from '.store/@xylabs-object-npm-4.5.1-e31c389195/package';
|
|
11
9
|
|
|
12
10
|
type CryptoMarketAssetDivinerQuerySchema = 'network.xyo.crypto.asset.diviner.query';
|
|
@@ -26,48 +24,15 @@ declare class CryptoMarketAssetDiviner<TParams extends CryptoMarketAssetDivinerP
|
|
|
26
24
|
}
|
|
27
25
|
|
|
28
26
|
declare const CryptoMarketAssetPlugin: () => _xyo_network_payloadset_plugin.PayloadSetDivinerPlugin<CryptoMarketAssetDiviner<_store__xylabs_object_npm_4_5_1_e31c389195_package.BaseParamsFields & {
|
|
29
|
-
account?:
|
|
27
|
+
account?: _store__xyo_network_account_model_virtual_8ffda77307_package.AccountInstance | "random";
|
|
30
28
|
addToResolvers?: boolean;
|
|
31
|
-
additionalSigners?:
|
|
29
|
+
additionalSigners?: _store__xyo_network_account_model_virtual_8ffda77307_package.AccountInstance[];
|
|
32
30
|
allowNameResolution?: boolean;
|
|
33
|
-
config:
|
|
34
|
-
schema: _xyo_network_payload_model.Schema;
|
|
35
|
-
readonly timestamp?: boolean | undefined;
|
|
36
|
-
readonly archiving?: {
|
|
37
|
-
readonly archivists?: string[] | undefined;
|
|
38
|
-
readonly queries?: string[] | undefined;
|
|
39
|
-
} | undefined;
|
|
40
|
-
readonly allowedQueries?: string[] | undefined;
|
|
41
|
-
readonly archivist?: _xyo_network_module_model.ModuleIdentifier | undefined;
|
|
42
|
-
readonly consoleLogger?: _store__xylabs_logger_npm_4_5_1_a411051254_package.LogLevel | undefined;
|
|
43
|
-
readonly labels?: {
|
|
44
|
-
[x: string]: string | undefined;
|
|
45
|
-
} | undefined;
|
|
46
|
-
readonly name?: _xyo_network_module_model.ModuleName | undefined;
|
|
47
|
-
readonly paging?: {
|
|
48
|
-
[x: string]: {
|
|
49
|
-
size?: number | undefined;
|
|
50
|
-
};
|
|
51
|
-
} | undefined;
|
|
52
|
-
readonly retry?: {
|
|
53
|
-
backoff?: number | undefined;
|
|
54
|
-
interval?: number | undefined;
|
|
55
|
-
retries?: number | undefined;
|
|
56
|
-
} | undefined;
|
|
57
|
-
readonly security?: {
|
|
58
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
59
|
-
readonly allowed?: {
|
|
60
|
-
[x: string]: (Lowercase<string> | Lowercase<string>[])[];
|
|
61
|
-
} | undefined;
|
|
62
|
-
readonly disallowed?: {
|
|
63
|
-
[x: string]: Lowercase<string>[];
|
|
64
|
-
} | undefined;
|
|
65
|
-
} | undefined;
|
|
66
|
-
readonly sign?: boolean | undefined;
|
|
67
|
-
readonly storeQueries?: boolean | undefined;
|
|
68
|
-
}>;
|
|
31
|
+
config: _xyo_network_module_model.AnyConfigSchema<CryptoMarketAssetDivinerConfig>;
|
|
69
32
|
ephemeralQueryAccountEnabled?: boolean;
|
|
70
33
|
moduleIdentifierTransformers?: _xyo_network_module_model.ModuleIdentifierTransformer[];
|
|
34
|
+
privateChildren?: _xyo_network_module_model.ModuleInstance[];
|
|
35
|
+
publicChildren?: _xyo_network_module_model.ModuleInstance[];
|
|
71
36
|
}>>;
|
|
72
37
|
|
|
73
38
|
export { CryptoMarketAssetDiviner, type CryptoMarketAssetDivinerConfig, CryptoMarketAssetDivinerConfigSchema, type CryptoMarketAssetDivinerParams, CryptoMarketAssetDivinerQuerySchema, CryptoMarketAssetPlugin, CryptoMarketAssetPlugin as default };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/crypto-asset-plugin",
|
|
3
|
-
"version": "3.4.
|
|
3
|
+
"version": "3.4.2",
|
|
4
4
|
"description": "Typescript/Javascript Plugins for XYO Platform",
|
|
5
5
|
"homepage": "https://xyo.network",
|
|
6
6
|
"bugs": {
|
|
@@ -31,22 +31,22 @@
|
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"@xylabs/assert": "^4.5.1",
|
|
33
33
|
"@xylabs/exists": "^4.5.1",
|
|
34
|
-
"@xyo-network/coingecko-crypto-market-payload-plugin": "^3.4.
|
|
35
|
-
"@xyo-network/crypto-asset-payload-plugin": "^3.4.
|
|
36
|
-
"@xyo-network/diviner-abstract": "^3.
|
|
37
|
-
"@xyo-network/diviner-model": "^3.
|
|
38
|
-
"@xyo-network/module-model": "^3.
|
|
39
|
-
"@xyo-network/payload-builder": "^3.
|
|
40
|
-
"@xyo-network/payload-model": "^3.
|
|
41
|
-
"@xyo-network/payloadset-plugin": "^3.
|
|
42
|
-
"@xyo-network/uniswap-crypto-market-payload-plugin": "^3.4.
|
|
34
|
+
"@xyo-network/coingecko-crypto-market-payload-plugin": "^3.4.2",
|
|
35
|
+
"@xyo-network/crypto-asset-payload-plugin": "^3.4.2",
|
|
36
|
+
"@xyo-network/diviner-abstract": "^3.9.16",
|
|
37
|
+
"@xyo-network/diviner-model": "^3.9.16",
|
|
38
|
+
"@xyo-network/module-model": "^3.9.16",
|
|
39
|
+
"@xyo-network/payload-builder": "^3.9.16",
|
|
40
|
+
"@xyo-network/payload-model": "^3.9.16",
|
|
41
|
+
"@xyo-network/payloadset-plugin": "^3.9.16",
|
|
42
|
+
"@xyo-network/uniswap-crypto-market-payload-plugin": "^3.4.2"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@xylabs/ts-scripts-yarn3": "^5.0.
|
|
46
|
-
"@xylabs/tsconfig": "^5.0.
|
|
45
|
+
"@xylabs/ts-scripts-yarn3": "^5.0.24",
|
|
46
|
+
"@xylabs/tsconfig": "^5.0.24",
|
|
47
47
|
"@xylabs/vitest-extended": "^4.5.1",
|
|
48
48
|
"typescript": "^5.7.3",
|
|
49
|
-
"vitest": "^3.0.
|
|
49
|
+
"vitest": "^3.0.6"
|
|
50
50
|
},
|
|
51
51
|
"publishConfig": {
|
|
52
52
|
"access": "public"
|