@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.
- package/dist/cjs/CreatableModule.js.map +1 -1
- package/dist/docs.json +13458 -3636
- package/dist/esm/CreatableModule.js.map +1 -1
- package/dist/types/Config.d.ts +11 -0
- package/dist/types/Config.d.ts.map +1 -1
- package/dist/types/CreatableModule.d.ts +4 -0
- package/dist/types/CreatableModule.d.ts.map +1 -1
- package/dist/types/Module.d.ts +2 -2
- package/dist/types/Module.d.ts.map +1 -1
- package/dist/types/ModuleParams.d.ts +2 -10
- package/dist/types/ModuleParams.d.ts.map +1 -1
- 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/creatableModule-1.html +120 -0
- package/docs/functions/isQueryBoundWitness.html +99 -0
- package/docs/index.html +101 -0
- package/docs/interfaces/AddressModuleFilter.html +114 -0
- package/docs/interfaces/CreatableModule.html +195 -0
- package/docs/interfaces/ModuleDescription.html +135 -0
- package/docs/interfaces/ModuleEventData.html +116 -0
- package/docs/interfaces/ModuleRepository.html +235 -0
- package/docs/interfaces/ModuleResolver.html +181 -0
- package/docs/interfaces/ModuleSubscribeFilter.html +117 -0
- package/docs/interfaces/NameModuleFilter.html +114 -0
- package/docs/interfaces/QueryFields.html +147 -0
- package/docs/interfaces/QueryModuleFilter.html +114 -0
- package/docs/modules.html +149 -0
- package/docs/types/AccountModuleParams.html +97 -0
- package/docs/types/AddressString.html +90 -0
- package/docs/types/AllModuleFilter.html +90 -0
- package/docs/types/AnyConfigSchema.html +95 -0
- package/docs/types/AnyModuleConfig.html +90 -0
- package/docs/types/AnyModuleFilter.html +90 -0
- package/docs/types/BasicModuleParams.html +97 -0
- package/docs/types/CosigningAddressSet.html +90 -0
- package/docs/types/CreatableModuleFactory.html +95 -0
- package/docs/types/Module.html +97 -0
- package/docs/types/ModuleConfig.html +95 -0
- package/docs/types/ModuleConfigBase.html +95 -0
- package/docs/types/ModuleConfigSchema.html +91 -0
- package/docs/types/ModuleDiscoverQuery.html +90 -0
- package/docs/types/ModuleDiscoverQuerySchema.html +91 -0
- package/docs/types/ModuleEventArgs.html +97 -0
- package/docs/types/ModuleFields.html +166 -0
- package/docs/types/ModuleFilter.html +90 -0
- package/docs/types/ModuleParams.html +97 -0
- package/docs/types/ModulePreviousHashQuery.html +90 -0
- package/docs/types/ModulePreviousHashQuerySchema.html +91 -0
- package/docs/types/ModuleQueriedEventArgs.html +90 -0
- package/docs/types/ModuleQuery.html +95 -0
- package/docs/types/ModuleQueryBase.html +90 -0
- package/docs/types/ModuleQueryResult.html +95 -0
- package/docs/types/ModuleSubscribeQuery.html +90 -0
- package/docs/types/ModuleSubscribeQuerySchema.html +91 -0
- package/docs/types/OptionalConfigSchema.html +95 -0
- package/docs/types/Query.html +95 -0
- package/docs/types/QueryBoundWitness.html +90 -0
- package/docs/types/QueryBoundWitnessSchema.html +91 -0
- package/docs/types/SchemaString.html +90 -0
- package/docs/types/WalletModuleParams.html +97 -0
- package/docs/variables/ModuleConfigSchema-1.html +91 -0
- package/docs/variables/ModuleDiscoverQuerySchema-1.html +91 -0
- package/docs/variables/ModulePreviousHashQuerySchema-1.html +91 -0
- package/docs/variables/ModuleSubscribeQuerySchema-1.html +91 -0
- package/docs/variables/QueryBoundWitnessSchema-1.html +91 -0
- package/package.json +10 -10
- package/src/Config.ts +16 -0
- package/src/CreatableModule.ts +5 -0
- package/src/Module.ts +2 -2
- package/src/ModuleParams.ts +2 -16
- package/typedoc.json +5 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreatableModule.js","sourceRoot":"","sources":["../../src/CreatableModule.ts"],"names":[],"mappings":";;;
|
|
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"}
|