@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.
Files changed (145) hide show
  1. package/dist/docs.json +5012 -1344
  2. package/docs/assets/highlight.css +22 -0
  3. package/docs/assets/main.js +58 -0
  4. package/docs/assets/search.js +1 -0
  5. package/docs/assets/style.css +1367 -0
  6. package/docs/functions/isAddressChainPayload.html +185 -0
  7. package/docs/functions/isAddressChainQueryPayload.html +185 -0
  8. package/docs/functions/isAddressHistoryPayload.html +185 -0
  9. package/docs/functions/isAddressHistoryQueryPayload.html +185 -0
  10. package/docs/functions/isBoundWitnessDivinerQueryPayload.html +185 -0
  11. package/docs/functions/isBoundWitnessStatsPayload.html +185 -0
  12. package/docs/functions/isBoundWitnessStatsQueryPayload.html +185 -0
  13. package/docs/functions/isForecastPayload.html +185 -0
  14. package/docs/functions/isForecastingDivinerQueryPayload.html +185 -0
  15. package/docs/functions/isPayloadDivinerQueryPayload.html +185 -0
  16. package/docs/functions/isPayloadStatsPayload.html +185 -0
  17. package/docs/functions/isPayloadStatsQueryPayload.html +185 -0
  18. package/docs/functions/isSchemaListPayload.html +185 -0
  19. package/docs/functions/isSchemaListQueryPayload.html +185 -0
  20. package/docs/functions/isSchemaStatsPayload.html +185 -0
  21. package/docs/functions/isSchemaStatsQueryPayload.html +185 -0
  22. package/docs/index.html +187 -0
  23. package/docs/interfaces/Diviner.html +213 -0
  24. package/docs/interfaces/DivinerModuleEventData.html +221 -0
  25. package/docs/interfaces/DivinerReportEndEventData.html +204 -0
  26. package/docs/interfaces/DivinerReportStartEventData.html +204 -0
  27. package/docs/interfaces/Forecast.html +214 -0
  28. package/docs/interfaces/ForecastingSettings.html +228 -0
  29. package/docs/interfaces/TransformerSettings.html +200 -0
  30. package/docs/modules.html +321 -0
  31. package/docs/types/AddressChainDivinerConfig.html +176 -0
  32. package/docs/types/AddressChainDivinerConfigSchema.html +177 -0
  33. package/docs/types/AddressChainDivinerParams.html +176 -0
  34. package/docs/types/AddressChainPayload.html +176 -0
  35. package/docs/types/AddressChainQueryPayload.html +176 -0
  36. package/docs/types/AddressChainQuerySchema.html +177 -0
  37. package/docs/types/AddressChainSchema.html +177 -0
  38. package/docs/types/AddressHistoryDivinerConfig.html +176 -0
  39. package/docs/types/AddressHistoryDivinerConfigSchema.html +177 -0
  40. package/docs/types/AddressHistoryDivinerParams.html +176 -0
  41. package/docs/types/AddressHistoryPayload.html +176 -0
  42. package/docs/types/AddressHistoryQueryPayload.html +176 -0
  43. package/docs/types/AddressHistoryQuerySchema.html +177 -0
  44. package/docs/types/AddressHistorySchema.html +177 -0
  45. package/docs/types/AddressSpaceDivinerConfig.html +176 -0
  46. package/docs/types/AddressSpaceDivinerConfigSchema.html +177 -0
  47. package/docs/types/AddressSpaceDivinerParams.html +176 -0
  48. package/docs/types/AddressSpaceSchema.html +177 -0
  49. package/docs/types/BoundWitnessDivinerConfig.html +181 -0
  50. package/docs/types/BoundWitnessDivinerConfigSchema.html +177 -0
  51. package/docs/types/BoundWitnessDivinerParams.html +176 -0
  52. package/docs/types/BoundWitnessDivinerPredicate.html +176 -0
  53. package/docs/types/BoundWitnessDivinerQueryPayload.html +176 -0
  54. package/docs/types/BoundWitnessDivinerQuerySchema.html +177 -0
  55. package/docs/types/BoundWitnessDivinerSchema.html +177 -0
  56. package/docs/types/BoundWitnessStatsDivinerConfig.html +181 -0
  57. package/docs/types/BoundWitnessStatsDivinerConfigSchema.html +177 -0
  58. package/docs/types/BoundWitnessStatsDivinerParams.html +176 -0
  59. package/docs/types/BoundWitnessStatsDivinerSchema.html +177 -0
  60. package/docs/types/BoundWitnessStatsPayload.html +176 -0
  61. package/docs/types/BoundWitnessStatsQueryPayload.html +176 -0
  62. package/docs/types/BoundWitnessStatsQuerySchema.html +177 -0
  63. package/docs/types/DivinerConfig.html +181 -0
  64. package/docs/types/DivinerConfigSchema.html +177 -0
  65. package/docs/types/DivinerDivineQuery.html +176 -0
  66. package/docs/types/DivinerDivineQuerySchema.html +177 -0
  67. package/docs/types/DivinerModule.html +183 -0
  68. package/docs/types/DivinerModuleQueries.html +176 -0
  69. package/docs/types/DivinerParams.html +183 -0
  70. package/docs/types/DivinerQuery.html +181 -0
  71. package/docs/types/DivinerQueryBase.html +176 -0
  72. package/docs/types/DivinerReportEndEventArgs.html +176 -0
  73. package/docs/types/DivinerReportStartEventArgs.html +176 -0
  74. package/docs/types/ForecastPayload.html +176 -0
  75. package/docs/types/ForecastPayloadSchema.html +177 -0
  76. package/docs/types/ForecastingDivinerConfig.html +176 -0
  77. package/docs/types/ForecastingDivinerConfigSchema.html +177 -0
  78. package/docs/types/ForecastingDivinerQueryPayload.html +176 -0
  79. package/docs/types/ForecastingDivinerQuerySchema.html +177 -0
  80. package/docs/types/ForecastingDivinerSchema.html +177 -0
  81. package/docs/types/ForecastingMethod.html +191 -0
  82. package/docs/types/PayloadDivinerConfig.html +176 -0
  83. package/docs/types/PayloadDivinerConfigSchema.html +177 -0
  84. package/docs/types/PayloadDivinerParams.html +176 -0
  85. package/docs/types/PayloadDivinerPredicate.html +181 -0
  86. package/docs/types/PayloadDivinerQueryPayload.html +176 -0
  87. package/docs/types/PayloadDivinerQuerySchema.html +177 -0
  88. package/docs/types/PayloadDivinerSchema.html +177 -0
  89. package/docs/types/PayloadStatsDivinerConfig.html +181 -0
  90. package/docs/types/PayloadStatsDivinerConfigSchema.html +177 -0
  91. package/docs/types/PayloadStatsDivinerParams.html +176 -0
  92. package/docs/types/PayloadStatsDivinerSchema.html +177 -0
  93. package/docs/types/PayloadStatsPayload.html +176 -0
  94. package/docs/types/PayloadStatsQueryPayload.html +176 -0
  95. package/docs/types/PayloadStatsQuerySchema.html +177 -0
  96. package/docs/types/PayloadValueTransformer.html +189 -0
  97. package/docs/types/SchemaListDivinerConfig.html +181 -0
  98. package/docs/types/SchemaListDivinerConfigSchema.html +177 -0
  99. package/docs/types/SchemaListDivinerParams.html +176 -0
  100. package/docs/types/SchemaListDivinerSchema.html +177 -0
  101. package/docs/types/SchemaListPayload.html +176 -0
  102. package/docs/types/SchemaListQueryPayload.html +176 -0
  103. package/docs/types/SchemaListQuerySchema.html +177 -0
  104. package/docs/types/SchemaStatsDivinerConfig.html +181 -0
  105. package/docs/types/SchemaStatsDivinerConfigSchema.html +177 -0
  106. package/docs/types/SchemaStatsDivinerParams.html +176 -0
  107. package/docs/types/SchemaStatsDivinerSchema.html +177 -0
  108. package/docs/types/SchemaStatsPayload.html +176 -0
  109. package/docs/types/SchemaStatsQueryPayload.html +176 -0
  110. package/docs/types/SchemaStatsQuerySchema.html +177 -0
  111. package/docs/types/SortDirection.html +176 -0
  112. package/docs/variables/AddressChainDivinerConfigSchema-1.html +177 -0
  113. package/docs/variables/AddressChainQuerySchema-1.html +177 -0
  114. package/docs/variables/AddressChainSchema-1.html +177 -0
  115. package/docs/variables/AddressHistoryDivinerConfigSchema-1.html +177 -0
  116. package/docs/variables/AddressHistoryQuerySchema-1.html +177 -0
  117. package/docs/variables/AddressHistorySchema-1.html +177 -0
  118. package/docs/variables/AddressSpaceDivinerConfigSchema-1.html +177 -0
  119. package/docs/variables/AddressSpaceSchema-1.html +177 -0
  120. package/docs/variables/BoundWitnessDivinerConfigSchema-1.html +177 -0
  121. package/docs/variables/BoundWitnessDivinerQuerySchema-1.html +177 -0
  122. package/docs/variables/BoundWitnessDivinerSchema-1.html +177 -0
  123. package/docs/variables/BoundWitnessStatsDivinerConfigSchema-1.html +177 -0
  124. package/docs/variables/BoundWitnessStatsDivinerSchema-1.html +177 -0
  125. package/docs/variables/BoundWitnessStatsQuerySchema-1.html +177 -0
  126. package/docs/variables/DivinerConfigSchema-1.html +177 -0
  127. package/docs/variables/DivinerDivineQuerySchema-1.html +177 -0
  128. package/docs/variables/ForecastPayloadSchema-1.html +177 -0
  129. package/docs/variables/ForecastingDivinerConfigSchema-1.html +177 -0
  130. package/docs/variables/ForecastingDivinerQuerySchema-1.html +177 -0
  131. package/docs/variables/ForecastingDivinerSchema-1.html +177 -0
  132. package/docs/variables/PayloadDivinerConfigSchema-1.html +177 -0
  133. package/docs/variables/PayloadDivinerQuerySchema-1.html +177 -0
  134. package/docs/variables/PayloadDivinerSchema-1.html +177 -0
  135. package/docs/variables/PayloadStatsDivinerConfigSchema-1.html +177 -0
  136. package/docs/variables/PayloadStatsDivinerSchema-1.html +177 -0
  137. package/docs/variables/PayloadStatsQuerySchema-1.html +177 -0
  138. package/docs/variables/SchemaListDivinerConfigSchema-1.html +177 -0
  139. package/docs/variables/SchemaListDivinerSchema-1.html +177 -0
  140. package/docs/variables/SchemaListQuerySchema-1.html +177 -0
  141. package/docs/variables/SchemaStatsDivinerConfigSchema-1.html +177 -0
  142. package/docs/variables/SchemaStatsDivinerSchema-1.html +177 -0
  143. package/docs/variables/SchemaStatsQuerySchema-1.html +177 -0
  144. package/package.json +14 -14
  145. 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.