@xyo-network/diviner-models 2.56.2 → 2.57.5
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 +5012 -1344
- 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/functions/isAddressChainPayload.html +185 -0
- package/docs/functions/isAddressChainQueryPayload.html +185 -0
- package/docs/functions/isAddressHistoryPayload.html +185 -0
- package/docs/functions/isAddressHistoryQueryPayload.html +185 -0
- package/docs/functions/isBoundWitnessDivinerQueryPayload.html +185 -0
- package/docs/functions/isBoundWitnessStatsPayload.html +185 -0
- package/docs/functions/isBoundWitnessStatsQueryPayload.html +185 -0
- package/docs/functions/isForecastPayload.html +185 -0
- package/docs/functions/isForecastingDivinerQueryPayload.html +185 -0
- package/docs/functions/isPayloadDivinerQueryPayload.html +185 -0
- package/docs/functions/isPayloadStatsPayload.html +185 -0
- package/docs/functions/isPayloadStatsQueryPayload.html +185 -0
- package/docs/functions/isSchemaListPayload.html +185 -0
- package/docs/functions/isSchemaListQueryPayload.html +185 -0
- package/docs/functions/isSchemaStatsPayload.html +185 -0
- package/docs/functions/isSchemaStatsQueryPayload.html +185 -0
- package/docs/index.html +187 -0
- package/docs/interfaces/Diviner.html +213 -0
- package/docs/interfaces/DivinerModuleEventData.html +221 -0
- package/docs/interfaces/DivinerReportEndEventData.html +204 -0
- package/docs/interfaces/DivinerReportStartEventData.html +204 -0
- package/docs/interfaces/Forecast.html +214 -0
- package/docs/interfaces/ForecastingSettings.html +228 -0
- package/docs/interfaces/TransformerSettings.html +200 -0
- package/docs/modules.html +321 -0
- package/docs/types/AddressChainDivinerConfig.html +176 -0
- package/docs/types/AddressChainDivinerConfigSchema.html +177 -0
- package/docs/types/AddressChainDivinerParams.html +176 -0
- package/docs/types/AddressChainPayload.html +176 -0
- package/docs/types/AddressChainQueryPayload.html +176 -0
- package/docs/types/AddressChainQuerySchema.html +177 -0
- package/docs/types/AddressChainSchema.html +177 -0
- package/docs/types/AddressHistoryDivinerConfig.html +176 -0
- package/docs/types/AddressHistoryDivinerConfigSchema.html +177 -0
- package/docs/types/AddressHistoryDivinerParams.html +176 -0
- package/docs/types/AddressHistoryPayload.html +176 -0
- package/docs/types/AddressHistoryQueryPayload.html +176 -0
- package/docs/types/AddressHistoryQuerySchema.html +177 -0
- package/docs/types/AddressHistorySchema.html +177 -0
- package/docs/types/AddressSpaceDivinerConfig.html +176 -0
- package/docs/types/AddressSpaceDivinerConfigSchema.html +177 -0
- package/docs/types/AddressSpaceDivinerParams.html +176 -0
- package/docs/types/AddressSpaceSchema.html +177 -0
- package/docs/types/BoundWitnessDivinerConfig.html +181 -0
- package/docs/types/BoundWitnessDivinerConfigSchema.html +177 -0
- package/docs/types/BoundWitnessDivinerParams.html +176 -0
- package/docs/types/BoundWitnessDivinerPredicate.html +176 -0
- package/docs/types/BoundWitnessDivinerQueryPayload.html +176 -0
- package/docs/types/BoundWitnessDivinerQuerySchema.html +177 -0
- package/docs/types/BoundWitnessDivinerSchema.html +177 -0
- package/docs/types/BoundWitnessStatsDivinerConfig.html +181 -0
- package/docs/types/BoundWitnessStatsDivinerConfigSchema.html +177 -0
- package/docs/types/BoundWitnessStatsDivinerParams.html +176 -0
- package/docs/types/BoundWitnessStatsDivinerSchema.html +177 -0
- package/docs/types/BoundWitnessStatsPayload.html +176 -0
- package/docs/types/BoundWitnessStatsQueryPayload.html +176 -0
- package/docs/types/BoundWitnessStatsQuerySchema.html +177 -0
- package/docs/types/DivinerConfig.html +181 -0
- package/docs/types/DivinerConfigSchema.html +177 -0
- package/docs/types/DivinerDivineQuery.html +176 -0
- package/docs/types/DivinerDivineQuerySchema.html +177 -0
- package/docs/types/DivinerModule.html +183 -0
- package/docs/types/DivinerModuleQueries.html +176 -0
- package/docs/types/DivinerParams.html +183 -0
- package/docs/types/DivinerQuery.html +181 -0
- package/docs/types/DivinerQueryBase.html +176 -0
- package/docs/types/DivinerReportEndEventArgs.html +176 -0
- package/docs/types/DivinerReportStartEventArgs.html +176 -0
- package/docs/types/ForecastPayload.html +176 -0
- package/docs/types/ForecastPayloadSchema.html +177 -0
- package/docs/types/ForecastingDivinerConfig.html +176 -0
- package/docs/types/ForecastingDivinerConfigSchema.html +177 -0
- package/docs/types/ForecastingDivinerQueryPayload.html +176 -0
- package/docs/types/ForecastingDivinerQuerySchema.html +177 -0
- package/docs/types/ForecastingDivinerSchema.html +177 -0
- package/docs/types/ForecastingMethod.html +191 -0
- package/docs/types/PayloadDivinerConfig.html +176 -0
- package/docs/types/PayloadDivinerConfigSchema.html +177 -0
- package/docs/types/PayloadDivinerParams.html +176 -0
- package/docs/types/PayloadDivinerPredicate.html +181 -0
- package/docs/types/PayloadDivinerQueryPayload.html +176 -0
- package/docs/types/PayloadDivinerQuerySchema.html +177 -0
- package/docs/types/PayloadDivinerSchema.html +177 -0
- package/docs/types/PayloadStatsDivinerConfig.html +181 -0
- package/docs/types/PayloadStatsDivinerConfigSchema.html +177 -0
- package/docs/types/PayloadStatsDivinerParams.html +176 -0
- package/docs/types/PayloadStatsDivinerSchema.html +177 -0
- package/docs/types/PayloadStatsPayload.html +176 -0
- package/docs/types/PayloadStatsQueryPayload.html +176 -0
- package/docs/types/PayloadStatsQuerySchema.html +177 -0
- package/docs/types/PayloadValueTransformer.html +189 -0
- package/docs/types/SchemaListDivinerConfig.html +181 -0
- package/docs/types/SchemaListDivinerConfigSchema.html +177 -0
- package/docs/types/SchemaListDivinerParams.html +176 -0
- package/docs/types/SchemaListDivinerSchema.html +177 -0
- package/docs/types/SchemaListPayload.html +176 -0
- package/docs/types/SchemaListQueryPayload.html +176 -0
- package/docs/types/SchemaListQuerySchema.html +177 -0
- package/docs/types/SchemaStatsDivinerConfig.html +181 -0
- package/docs/types/SchemaStatsDivinerConfigSchema.html +177 -0
- package/docs/types/SchemaStatsDivinerParams.html +176 -0
- package/docs/types/SchemaStatsDivinerSchema.html +177 -0
- package/docs/types/SchemaStatsPayload.html +176 -0
- package/docs/types/SchemaStatsQueryPayload.html +176 -0
- package/docs/types/SchemaStatsQuerySchema.html +177 -0
- package/docs/types/SortDirection.html +176 -0
- package/docs/variables/AddressChainDivinerConfigSchema-1.html +177 -0
- package/docs/variables/AddressChainQuerySchema-1.html +177 -0
- package/docs/variables/AddressChainSchema-1.html +177 -0
- package/docs/variables/AddressHistoryDivinerConfigSchema-1.html +177 -0
- package/docs/variables/AddressHistoryQuerySchema-1.html +177 -0
- package/docs/variables/AddressHistorySchema-1.html +177 -0
- package/docs/variables/AddressSpaceDivinerConfigSchema-1.html +177 -0
- package/docs/variables/AddressSpaceSchema-1.html +177 -0
- package/docs/variables/BoundWitnessDivinerConfigSchema-1.html +177 -0
- package/docs/variables/BoundWitnessDivinerQuerySchema-1.html +177 -0
- package/docs/variables/BoundWitnessDivinerSchema-1.html +177 -0
- package/docs/variables/BoundWitnessStatsDivinerConfigSchema-1.html +177 -0
- package/docs/variables/BoundWitnessStatsDivinerSchema-1.html +177 -0
- package/docs/variables/BoundWitnessStatsQuerySchema-1.html +177 -0
- package/docs/variables/DivinerConfigSchema-1.html +177 -0
- package/docs/variables/DivinerDivineQuerySchema-1.html +177 -0
- package/docs/variables/ForecastPayloadSchema-1.html +177 -0
- package/docs/variables/ForecastingDivinerConfigSchema-1.html +177 -0
- package/docs/variables/ForecastingDivinerQuerySchema-1.html +177 -0
- package/docs/variables/ForecastingDivinerSchema-1.html +177 -0
- package/docs/variables/PayloadDivinerConfigSchema-1.html +177 -0
- package/docs/variables/PayloadDivinerQuerySchema-1.html +177 -0
- package/docs/variables/PayloadDivinerSchema-1.html +177 -0
- package/docs/variables/PayloadStatsDivinerConfigSchema-1.html +177 -0
- package/docs/variables/PayloadStatsDivinerSchema-1.html +177 -0
- package/docs/variables/PayloadStatsQuerySchema-1.html +177 -0
- package/docs/variables/SchemaListDivinerConfigSchema-1.html +177 -0
- package/docs/variables/SchemaListDivinerSchema-1.html +177 -0
- package/docs/variables/SchemaListQuerySchema-1.html +177 -0
- package/docs/variables/SchemaStatsDivinerConfigSchema-1.html +177 -0
- package/docs/variables/SchemaStatsDivinerSchema-1.html +177 -0
- package/docs/variables/SchemaStatsQuerySchema-1.html +177 -0
- package/package.json +14 -14
- package/typedoc.json +5 -0
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.