@xyo-network/module-model 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 (73) hide show
  1. package/dist/cjs/CreatableModule.js.map +1 -1
  2. package/dist/docs.json +13458 -3636
  3. package/dist/esm/CreatableModule.js.map +1 -1
  4. package/dist/types/Config.d.ts +11 -0
  5. package/dist/types/Config.d.ts.map +1 -1
  6. package/dist/types/CreatableModule.d.ts +4 -0
  7. package/dist/types/CreatableModule.d.ts.map +1 -1
  8. package/dist/types/Module.d.ts +2 -2
  9. package/dist/types/Module.d.ts.map +1 -1
  10. package/dist/types/ModuleParams.d.ts +2 -10
  11. package/dist/types/ModuleParams.d.ts.map +1 -1
  12. package/docs/assets/highlight.css +22 -0
  13. package/docs/assets/main.js +58 -0
  14. package/docs/assets/search.js +1 -0
  15. package/docs/assets/style.css +1367 -0
  16. package/docs/functions/creatableModule-1.html +120 -0
  17. package/docs/functions/isQueryBoundWitness.html +99 -0
  18. package/docs/index.html +101 -0
  19. package/docs/interfaces/AddressModuleFilter.html +114 -0
  20. package/docs/interfaces/CreatableModule.html +195 -0
  21. package/docs/interfaces/ModuleDescription.html +135 -0
  22. package/docs/interfaces/ModuleEventData.html +116 -0
  23. package/docs/interfaces/ModuleRepository.html +235 -0
  24. package/docs/interfaces/ModuleResolver.html +181 -0
  25. package/docs/interfaces/ModuleSubscribeFilter.html +117 -0
  26. package/docs/interfaces/NameModuleFilter.html +114 -0
  27. package/docs/interfaces/QueryFields.html +147 -0
  28. package/docs/interfaces/QueryModuleFilter.html +114 -0
  29. package/docs/modules.html +149 -0
  30. package/docs/types/AccountModuleParams.html +97 -0
  31. package/docs/types/AddressString.html +90 -0
  32. package/docs/types/AllModuleFilter.html +90 -0
  33. package/docs/types/AnyConfigSchema.html +95 -0
  34. package/docs/types/AnyModuleConfig.html +90 -0
  35. package/docs/types/AnyModuleFilter.html +90 -0
  36. package/docs/types/BasicModuleParams.html +97 -0
  37. package/docs/types/CosigningAddressSet.html +90 -0
  38. package/docs/types/CreatableModuleFactory.html +95 -0
  39. package/docs/types/Module.html +97 -0
  40. package/docs/types/ModuleConfig.html +95 -0
  41. package/docs/types/ModuleConfigBase.html +95 -0
  42. package/docs/types/ModuleConfigSchema.html +91 -0
  43. package/docs/types/ModuleDiscoverQuery.html +90 -0
  44. package/docs/types/ModuleDiscoverQuerySchema.html +91 -0
  45. package/docs/types/ModuleEventArgs.html +97 -0
  46. package/docs/types/ModuleFields.html +166 -0
  47. package/docs/types/ModuleFilter.html +90 -0
  48. package/docs/types/ModuleParams.html +97 -0
  49. package/docs/types/ModulePreviousHashQuery.html +90 -0
  50. package/docs/types/ModulePreviousHashQuerySchema.html +91 -0
  51. package/docs/types/ModuleQueriedEventArgs.html +90 -0
  52. package/docs/types/ModuleQuery.html +95 -0
  53. package/docs/types/ModuleQueryBase.html +90 -0
  54. package/docs/types/ModuleQueryResult.html +95 -0
  55. package/docs/types/ModuleSubscribeQuery.html +90 -0
  56. package/docs/types/ModuleSubscribeQuerySchema.html +91 -0
  57. package/docs/types/OptionalConfigSchema.html +95 -0
  58. package/docs/types/Query.html +95 -0
  59. package/docs/types/QueryBoundWitness.html +90 -0
  60. package/docs/types/QueryBoundWitnessSchema.html +91 -0
  61. package/docs/types/SchemaString.html +90 -0
  62. package/docs/types/WalletModuleParams.html +97 -0
  63. package/docs/variables/ModuleConfigSchema-1.html +91 -0
  64. package/docs/variables/ModuleDiscoverQuerySchema-1.html +91 -0
  65. package/docs/variables/ModulePreviousHashQuerySchema-1.html +91 -0
  66. package/docs/variables/ModuleSubscribeQuerySchema-1.html +91 -0
  67. package/docs/variables/QueryBoundWitnessSchema-1.html +91 -0
  68. package/package.json +10 -10
  69. package/src/Config.ts +16 -0
  70. package/src/CreatableModule.ts +5 -0
  71. package/src/Module.ts +2 -2
  72. package/src/ModuleParams.ts +2 -16
  73. package/typedoc.json +5 -0
@@ -1 +1 @@
1
- {"version":3,"file":"CreatableModule.js","sourceRoot":"","sources":["../../src/CreatableModule.ts"],"names":[],"mappings":";;;AAWA;;;;;GAKG;AACH,SAAgB,eAAe;IAC7B,OAAO,CAAqC,WAAc,EAAE,EAAE;QAC5D,WAAW,CAAA;IACb,CAAC,CAAA;AACH,CAAC;AAJD,0CAIC"}
1
+ {"version":3,"file":"CreatableModule.js","sourceRoot":"","sources":["../../src/CreatableModule.ts"],"names":[],"mappings":";;;AAgBA;;;;;GAKG;AACH,SAAgB,eAAe;IAC7B,OAAO,CAAqC,WAAc,EAAE,EAAE;QAC5D,WAAW,CAAA;IACb,CAAC,CAAA;AACH,CAAC;AAJD,0CAIC"}