@xyo-network/payload-plugins 2.57.4 → 2.57.6
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 +6535 -2172
- package/docs/assets/highlight.css +22 -0
- package/docs/assets/main.js +58 -0
- package/docs/assets/search.js +1 -0
- package/docs/assets/style.css +1367 -0
- package/docs/classes/XyoDomainPayloadWrapper.html +705 -0
- package/docs/functions/AddressPayloadPlugin.html +164 -0
- package/docs/functions/CoingeckoCryptoMarketPayloadPlugin.html +164 -0
- package/docs/functions/ConfigPayloadPlugin.html +164 -0
- package/docs/functions/CryptoCardsGamePayloadPlugin.html +164 -0
- package/docs/functions/CryptoCardsMovePayloadPlugin.html +164 -0
- package/docs/functions/CryptoMarketAssetPayloadPlugin.html +164 -0
- package/docs/functions/DomainPayloadPlugin.html +164 -0
- package/docs/functions/IdPayloadPlugin.html +164 -0
- package/docs/functions/LocationCertaintyPayloadPlugin.html +164 -0
- package/docs/functions/LocationCertaintyPayloadTemplate.html +164 -0
- package/docs/functions/LocationPayloadPlugin.html +164 -0
- package/docs/functions/QueryPayloadPlugin.html +164 -0
- package/docs/functions/SchemaPayloadPlugin.html +164 -0
- package/docs/functions/UniswapCryptoMarketPayloadPlugin.html +164 -0
- package/docs/functions/XyoEthereumGasEtherchainV2PayloadPlugin.html +164 -0
- package/docs/functions/XyoEthereumGasEtherscanPayloadPlugin.html +164 -0
- package/docs/functions/addressPayloadTemplate.html +164 -0
- package/docs/functions/coingeckoCryptoMarketPayloadTemplate.html +164 -0
- package/docs/functions/configPayloadTemplate.html +164 -0
- package/docs/functions/cryptoCardsGamePayloadTemplate.html +164 -0
- package/docs/functions/cryptoCardsMovePayloadTemplate.html +164 -0
- package/docs/functions/cryptoMarketAssetPayloadTemplate.html +164 -0
- package/docs/functions/domainConfigTemplate.html +164 -0
- package/docs/functions/idPayloadTemplate.html +164 -0
- package/docs/functions/isLocationCertaintyPayload.html +169 -0
- package/docs/functions/queryPayloadTemplate.html +164 -0
- package/docs/functions/schemaPayloadTemplate.html +164 -0
- package/docs/functions/uniswapCryptoMarketPayloadTemplate.html +164 -0
- package/docs/index.html +171 -0
- package/docs/interfaces/AssetInfo.html +184 -0
- package/docs/interfaces/EthereumGasEtherchainV2Response.html +206 -0
- package/docs/interfaces/EthereumGasEtherscanResponse.html +228 -0
- package/docs/interfaces/GeographicCoordinateSystemLocation.html +212 -0
- package/docs/interfaces/LocationCertaintyHeuristic.html +198 -0
- package/docs/interfaces/QuadkeyLocation.html +198 -0
- package/docs/interfaces/XyoAlias.html +197 -0
- package/docs/interfaces/XyoCryptoAsset.html +191 -0
- package/docs/interfaces/XyoCryptoMarketAssetPayload.html +210 -0
- package/docs/interfaces/XyoFetchedAlias.html +202 -0
- package/docs/interfaces/XyoUniswapCryptoPair.html +184 -0
- package/docs/interfaces/XyoUniswapCryptoToken.html +198 -0
- package/docs/modules.html +306 -0
- package/docs/types/Acceleration.html +165 -0
- package/docs/types/AddressPayload.html +160 -0
- package/docs/types/AddressSchema.html +161 -0
- package/docs/types/AssetSymbol.html +160 -0
- package/docs/types/ConfigPayload.html +165 -0
- package/docs/types/ConfigSchema.html +161 -0
- package/docs/types/Currency.html +160 -0
- package/docs/types/CurrentLocationSchema.html +161 -0
- package/docs/types/GeographicCoordinateSystemLocationPayload.html +160 -0
- package/docs/types/GeographicCoordinateSystemLocationSchema.html +161 -0
- package/docs/types/Heading.html +165 -0
- package/docs/types/IdPayload.html +160 -0
- package/docs/types/IdSchema.html +161 -0
- package/docs/types/Location.html +160 -0
- package/docs/types/LocationCertainty.html +176 -0
- package/docs/types/LocationCertaintyPayload.html +160 -0
- package/docs/types/LocationCertaintySchema.html +161 -0
- package/docs/types/LocationHeading.html +160 -0
- package/docs/types/LocationHeadingPayload.html +160 -0
- package/docs/types/LocationHeadingSchema.html +161 -0
- package/docs/types/LocationPayload.html +160 -0
- package/docs/types/LocationSchema.html +161 -0
- package/docs/types/Motion.html +160 -0
- package/docs/types/QuadkeyLocationPayload.html +160 -0
- package/docs/types/QuadkeyLocationSchema.html +161 -0
- package/docs/types/QueryPayload.html +160 -0
- package/docs/types/QuerySchema.html +161 -0
- package/docs/types/Speed.html +165 -0
- package/docs/types/Token.html +160 -0
- package/docs/types/ValueBasis.html +160 -0
- package/docs/types/Velocity.html +160 -0
- package/docs/types/XyoCoingeckoCryptoMarketPayload.html +160 -0
- package/docs/types/XyoCoingeckoCryptoMarketSchema.html +161 -0
- package/docs/types/XyoCryptoAssetPrices.html +160 -0
- package/docs/types/XyoCryptoCardsGamePayload.html +160 -0
- package/docs/types/XyoCryptoCardsGameSchema.html +161 -0
- package/docs/types/XyoCryptoCardsMovePayload.html +160 -0
- package/docs/types/XyoCryptoCardsMoveSchema.html +161 -0
- package/docs/types/XyoCryptoMarketAssetSchema.html +161 -0
- package/docs/types/XyoDomainPayload.html +160 -0
- package/docs/types/XyoDomainSchema.html +161 -0
- package/docs/types/XyoEthereumGasEtherchainV2Payload.html +160 -0
- package/docs/types/XyoEthereumGasEtherchainV2Schema.html +161 -0
- package/docs/types/XyoEthereumGasEtherscanPayload.html +160 -0
- package/docs/types/XyoEthereumGasEtherscanSchema.html +161 -0
- package/docs/types/XyoSchemaPayload.html +160 -0
- package/docs/types/XyoSchemaSchema.html +161 -0
- package/docs/types/XyoUniswapCryptoMarketPayload.html +160 -0
- package/docs/types/XyoUniswapCryptoMarketSchema.html +161 -0
- package/docs/types/XyoUniswapCryptoMarketWitnessConfigSchema.html +161 -0
- package/docs/variables/AddressSchema-1.html +161 -0
- package/docs/variables/ConfigSchema-1.html +161 -0
- package/docs/variables/CryptoPayloadPlugins.html +160 -0
- package/docs/variables/CurrentLocationSchema-1.html +161 -0
- package/docs/variables/GeographicCoordinateSystemLocationSchema-1.html +161 -0
- package/docs/variables/IdSchema-1.html +161 -0
- package/docs/variables/LocationCertaintySchema-1.html +161 -0
- package/docs/variables/LocationHeadingSchema-1.html +161 -0
- package/docs/variables/LocationSchema-1.html +161 -0
- package/docs/variables/PayloadPlugins.html +160 -0
- package/docs/variables/QuadkeyLocationSchema-1.html +161 -0
- package/docs/variables/QuerySchema-1.html +161 -0
- package/docs/variables/XyoBlockchainPayloadPlugins.html +160 -0
- package/docs/variables/XyoCoingeckoCryptoMarketSchema-1.html +161 -0
- package/docs/variables/XyoCryptoCardsGameSchema-1.html +161 -0
- package/docs/variables/XyoCryptoCardsMoveSchema-1.html +161 -0
- package/docs/variables/XyoCryptoCardsPayloadPlugins.html +160 -0
- package/docs/variables/XyoCryptoMarketAssetSchema-1.html +161 -0
- package/docs/variables/XyoCryptoMarketPayloadPlugins.html +160 -0
- package/docs/variables/XyoDomainSchema-1.html +161 -0
- package/docs/variables/XyoEthereumGasEtherchainPayloadPlugins.html +160 -0
- package/docs/variables/XyoEthereumGasEtherchainV2Schema-1.html +161 -0
- package/docs/variables/XyoEthereumGasEtherscanSchema-1.html +161 -0
- package/docs/variables/XyoEthereumGasPayloadPlugins.html +160 -0
- package/docs/variables/XyoEthereumPayloadPlugins.html +160 -0
- package/docs/variables/XyoSchemaSchema-1.html +161 -0
- package/docs/variables/XyoUniswapCryptoMarketSchema-1.html +161 -0
- package/docs/variables/XyoUniswapCryptoMarketWitnessConfigSchema-1.html +161 -0
- package/package.json +15 -15
package/package.json
CHANGED
|
@@ -10,22 +10,22 @@
|
|
|
10
10
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@xyo-network/address-payload-plugin": "^2.57.
|
|
14
|
-
"@xyo-network/blockchain-payload-plugins": "^2.57.
|
|
15
|
-
"@xyo-network/config-payload-plugin": "^2.57.
|
|
16
|
-
"@xyo-network/crypto-payload-plugins": "^2.57.
|
|
17
|
-
"@xyo-network/domain-payload-plugin": "^2.57.
|
|
18
|
-
"@xyo-network/id-payload-plugin": "^2.57.
|
|
19
|
-
"@xyo-network/location-certainty-payload-plugin": "^2.57.
|
|
20
|
-
"@xyo-network/location-payload-plugin": "^2.57.
|
|
21
|
-
"@xyo-network/module-instance-payload-plugin": "^2.57.
|
|
22
|
-
"@xyo-network/payload-plugin": "^2.57.
|
|
23
|
-
"@xyo-network/query-payload-plugin": "^2.57.
|
|
24
|
-
"@xyo-network/schema-payload-plugin": "^2.57.
|
|
13
|
+
"@xyo-network/address-payload-plugin": "^2.57.6",
|
|
14
|
+
"@xyo-network/blockchain-payload-plugins": "^2.57.6",
|
|
15
|
+
"@xyo-network/config-payload-plugin": "^2.57.6",
|
|
16
|
+
"@xyo-network/crypto-payload-plugins": "^2.57.6",
|
|
17
|
+
"@xyo-network/domain-payload-plugin": "^2.57.6",
|
|
18
|
+
"@xyo-network/id-payload-plugin": "^2.57.6",
|
|
19
|
+
"@xyo-network/location-certainty-payload-plugin": "^2.57.6",
|
|
20
|
+
"@xyo-network/location-payload-plugin": "^2.57.6",
|
|
21
|
+
"@xyo-network/module-instance-payload-plugin": "^2.57.6",
|
|
22
|
+
"@xyo-network/payload-plugin": "^2.57.6",
|
|
23
|
+
"@xyo-network/query-payload-plugin": "^2.57.6",
|
|
24
|
+
"@xyo-network/schema-payload-plugin": "^2.57.6"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
|
-
"@xylabs/ts-scripts-yarn3": "^2.17.
|
|
28
|
-
"@xylabs/tsconfig": "^2.17.
|
|
27
|
+
"@xylabs/ts-scripts-yarn3": "^2.17.13",
|
|
28
|
+
"@xylabs/tsconfig": "^2.17.13",
|
|
29
29
|
"typescript": "^5.0.4"
|
|
30
30
|
},
|
|
31
31
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
@@ -61,5 +61,5 @@
|
|
|
61
61
|
},
|
|
62
62
|
"sideEffects": false,
|
|
63
63
|
"types": "dist/types/index.d.ts",
|
|
64
|
-
"version": "2.57.
|
|
64
|
+
"version": "2.57.6"
|
|
65
65
|
}
|