@xyo-network/sdk 2.102.3 → 7.0.2

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 (1315) hide show
  1. package/README.md +47 -3
  2. package/dist/_pkg/account/neutral/Account.d.ts +37 -0
  3. package/dist/_pkg/account/neutral/Jwt/base64url.d.ts +4 -0
  4. package/dist/_pkg/account/neutral/Jwt/createJwt.d.ts +2 -0
  5. package/dist/_pkg/account/neutral/Jwt/decodeJwt.d.ts +2 -0
  6. package/dist/_pkg/account/neutral/Jwt/digest.d.ts +3 -0
  7. package/dist/_pkg/account/neutral/Jwt/index.d.ts +5 -0
  8. package/dist/_pkg/account/neutral/Jwt/verifyJwt.d.ts +2 -0
  9. package/dist/_pkg/account/neutral/Key/AddressValue.d.ts +10 -0
  10. package/dist/_pkg/account/neutral/Key/EllipticKey.d.ts +3 -0
  11. package/dist/_pkg/account/neutral/Key/PrivateKey.d.ts +13 -0
  12. package/dist/_pkg/account/neutral/Key/PublicKey.d.ts +13 -0
  13. package/dist/_pkg/account/neutral/Key/index.d.ts +4 -0
  14. package/dist/_pkg/account/neutral/index.d.ts +5 -0
  15. package/dist/_pkg/account/neutral/index.mjs +546 -0
  16. package/dist/_pkg/account/neutral/lib/index.d.ts +1 -0
  17. package/dist/_pkg/account/neutral/lib/walletPath/combineWalletPaths.d.ts +1 -0
  18. package/dist/_pkg/account/neutral/lib/walletPath/formatWalletPath.d.ts +1 -0
  19. package/dist/_pkg/account/neutral/lib/walletPath/index.d.ts +3 -0
  20. package/dist/_pkg/account/neutral/lib/walletPath/isValidWalletPath.d.ts +2 -0
  21. package/dist/_pkg/account/neutral/register.d.ts +1 -0
  22. package/dist/_pkg/account-model/neutral/Account.d.ts +45 -0
  23. package/dist/_pkg/account-model/neutral/Algorithm.d.ts +4 -0
  24. package/dist/_pkg/account-model/neutral/Jwt/constants.d.ts +13 -0
  25. package/dist/_pkg/account-model/neutral/Jwt/index.d.ts +2 -0
  26. package/dist/_pkg/account-model/neutral/Jwt/types.d.ts +55 -0
  27. package/dist/_pkg/account-model/neutral/VerifierRegistry.d.ts +5 -0
  28. package/dist/_pkg/account-model/neutral/addressTo20Bytes.d.ts +1 -0
  29. package/dist/_pkg/account-model/neutral/index.d.ts +5 -0
  30. package/dist/_pkg/account-model/neutral/index.mjs +99 -0
  31. package/dist/_pkg/address/neutral/XyoAddress.d.ts +37 -0
  32. package/dist/_pkg/address/neutral/XyoLegacyAddress.d.ts +36 -0
  33. package/dist/_pkg/address/neutral/XyoQuantAddress.d.ts +32 -0
  34. package/dist/_pkg/address/neutral/index.d.ts +3 -0
  35. package/dist/_pkg/address/neutral/index.mjs +74 -0
  36. package/dist/_pkg/address-payload-plugin/neutral/Plugin.d.ts +3 -0
  37. package/dist/_pkg/address-payload-plugin/neutral/Template.d.ts +2 -0
  38. package/dist/_pkg/address-payload-plugin/neutral/index.d.ts +2 -0
  39. package/dist/_pkg/address-payload-plugin/neutral/index.mjs +22 -0
  40. package/dist/_pkg/api/neutral/Api/Api.d.ts +7 -0
  41. package/dist/_pkg/api/neutral/Api/index.d.ts +1 -0
  42. package/dist/_pkg/api/neutral/Base.d.ts +31 -0
  43. package/dist/_pkg/api/neutral/Simple.d.ts +21 -0
  44. package/dist/_pkg/api/neutral/WithArchive.d.ts +3 -0
  45. package/dist/_pkg/api/neutral/index.d.ts +5 -0
  46. package/dist/_pkg/api/neutral/index.mjs +186 -0
  47. package/dist/_pkg/api/neutral/models/ArchivePath.d.ts +3 -0
  48. package/dist/_pkg/api/neutral/models/index.d.ts +1 -0
  49. package/dist/_pkg/api/neutral/objToQuery.d.ts +1 -0
  50. package/dist/_pkg/api-location-diviner/neutral/LocationDiviner/LocationDivinerApi.d.ts +10 -0
  51. package/dist/_pkg/api-location-diviner/neutral/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapPointProperties.d.ts +4 -0
  52. package/dist/_pkg/api-location-diviner/neutral/LocationDiviner/Queries/LocationHeatmapQuery/LocationHeatmapQuery.d.ts +20 -0
  53. package/dist/_pkg/api-location-diviner/neutral/LocationDiviner/Queries/LocationHeatmapQuery/index.d.ts +2 -0
  54. package/dist/_pkg/api-location-diviner/neutral/LocationDiviner/Queries/LocationQuadkeyHeatmapQuery/LocationQuadkeyHeatmapQuery.d.ts +20 -0
  55. package/dist/_pkg/api-location-diviner/neutral/LocationDiviner/Queries/LocationQuadkeyHeatmapQuery/index.d.ts +1 -0
  56. package/dist/_pkg/api-location-diviner/neutral/LocationDiviner/Queries/LocationQueryCreationRequest.d.ts +17 -0
  57. package/dist/_pkg/api-location-diviner/neutral/LocationDiviner/Queries/LocationQueryCreationResponse.d.ts +4 -0
  58. package/dist/_pkg/api-location-diviner/neutral/LocationDiviner/Queries/LocationQuerySchema.d.ts +6 -0
  59. package/dist/_pkg/api-location-diviner/neutral/LocationDiviner/Queries/LocationTimeRangeQuery/LocationTimeRangePointProperties.d.ts +7 -0
  60. package/dist/_pkg/api-location-diviner/neutral/LocationDiviner/Queries/LocationTimeRangeQuery/LocationTimeRangeQuery.d.ts +20 -0
  61. package/dist/_pkg/api-location-diviner/neutral/LocationDiviner/Queries/LocationTimeRangeQuery/index.d.ts +2 -0
  62. package/dist/_pkg/api-location-diviner/neutral/LocationDiviner/Queries/index.d.ts +6 -0
  63. package/dist/_pkg/api-location-diviner/neutral/LocationDiviner/Witnesses/CurrentLocationWitness.d.ts +19 -0
  64. package/dist/_pkg/api-location-diviner/neutral/LocationDiviner/Witnesses/LocationWitness.d.ts +27 -0
  65. package/dist/_pkg/api-location-diviner/neutral/LocationDiviner/Witnesses/index.d.ts +2 -0
  66. package/dist/_pkg/api-location-diviner/neutral/LocationDiviner/index.d.ts +4 -0
  67. package/dist/_pkg/api-location-diviner/neutral/LocationDiviner/models.d.ts +4 -0
  68. package/dist/_pkg/api-location-diviner/neutral/RemoteDivinerConfig.d.ts +18 -0
  69. package/dist/_pkg/api-location-diviner/neutral/RemoteDivinerError.d.ts +5 -0
  70. package/dist/_pkg/api-location-diviner/neutral/index.d.ts +3 -0
  71. package/dist/_pkg/api-location-diviner/neutral/index.mjs +192 -0
  72. package/dist/_pkg/api-models/neutral/Config.d.ts +24 -0
  73. package/dist/_pkg/api-models/neutral/Envelope.d.ts +14 -0
  74. package/dist/_pkg/api-models/neutral/Error.d.ts +4 -0
  75. package/dist/_pkg/api-models/neutral/Reportable.d.ts +7 -0
  76. package/dist/_pkg/api-models/neutral/Response.d.ts +7 -0
  77. package/dist/_pkg/api-models/neutral/Warning.d.ts +1 -0
  78. package/dist/_pkg/api-models/neutral/index.d.ts +6 -0
  79. package/dist/_pkg/api-models/neutral/index.mjs +1 -0
  80. package/dist/_pkg/archivist/neutral/abstract.d.ts +1 -0
  81. package/dist/_pkg/archivist/neutral/abstract.mjs +2 -0
  82. package/dist/_pkg/archivist/neutral/index.d.ts +4 -0
  83. package/dist/_pkg/archivist/neutral/index.mjs +5 -0
  84. package/dist/_pkg/archivist/neutral/model.d.ts +1 -0
  85. package/dist/_pkg/archivist/neutral/model.mjs +2 -0
  86. package/dist/_pkg/archivist/neutral/wrapper.d.ts +1 -0
  87. package/dist/_pkg/archivist/neutral/wrapper.mjs +2 -0
  88. package/dist/_pkg/archivist-abstract/neutral/AbstractArchivist.d.ts +82 -0
  89. package/dist/_pkg/archivist-abstract/neutral/StorageClassLabel.d.ts +2 -0
  90. package/dist/_pkg/archivist-abstract/neutral/index.d.ts +2 -0
  91. package/dist/_pkg/archivist-abstract/neutral/index.mjs +562 -0
  92. package/dist/_pkg/archivist-generic/neutral/Archivist.d.ts +28 -0
  93. package/dist/_pkg/archivist-generic/neutral/Config.d.ts +21 -0
  94. package/dist/_pkg/archivist-generic/neutral/index.d.ts +2 -0
  95. package/dist/_pkg/archivist-generic/neutral/index.mjs +126 -0
  96. package/dist/_pkg/archivist-memory/neutral/Archivist.d.ts +16 -0
  97. package/dist/_pkg/archivist-memory/neutral/Config.d.ts +21 -0
  98. package/dist/_pkg/archivist-memory/neutral/MemoryDriver.d.ts +33 -0
  99. package/dist/_pkg/archivist-memory/neutral/index.d.ts +2 -0
  100. package/dist/_pkg/archivist-memory/neutral/index.mjs +197 -0
  101. package/dist/_pkg/archivist-model/neutral/ArchivistDriver.d.ts +11 -0
  102. package/dist/_pkg/archivist-model/neutral/ArchivistFunctions.d.ts +19 -0
  103. package/dist/_pkg/archivist-model/neutral/ArchivistSnapshot.d.ts +15 -0
  104. package/dist/_pkg/archivist-model/neutral/ArchivistStats.d.ts +14 -0
  105. package/dist/_pkg/archivist-model/neutral/Config.d.ts +49 -0
  106. package/dist/_pkg/archivist-model/neutral/EventData.d.ts +4 -0
  107. package/dist/_pkg/archivist-model/neutral/EventModels/Cleared.d.ts +6 -0
  108. package/dist/_pkg/archivist-model/neutral/EventModels/Deleted.d.ts +10 -0
  109. package/dist/_pkg/archivist-model/neutral/EventModels/Inserted.d.ts +11 -0
  110. package/dist/_pkg/archivist-model/neutral/EventModels/index.d.ts +3 -0
  111. package/dist/_pkg/archivist-model/neutral/IndexDescription.d.ts +33 -0
  112. package/dist/_pkg/archivist-model/neutral/Instance.d.ts +29 -0
  113. package/dist/_pkg/archivist-model/neutral/Labels.d.ts +4 -0
  114. package/dist/_pkg/archivist-model/neutral/Module.d.ts +6 -0
  115. package/dist/_pkg/archivist-model/neutral/ModuleInstance.d.ts +5 -0
  116. package/dist/_pkg/archivist-model/neutral/NextOptions.d.ts +10 -0
  117. package/dist/_pkg/archivist-model/neutral/PayloadArchivist.d.ts +17 -0
  118. package/dist/_pkg/archivist-model/neutral/Queries/All.d.ts +14 -0
  119. package/dist/_pkg/archivist-model/neutral/Queries/Clear.d.ts +14 -0
  120. package/dist/_pkg/archivist-model/neutral/Queries/Commit.d.ts +14 -0
  121. package/dist/_pkg/archivist-model/neutral/Queries/Delete.d.ts +17 -0
  122. package/dist/_pkg/archivist-model/neutral/Queries/Get.d.ts +17 -0
  123. package/dist/_pkg/archivist-model/neutral/Queries/Insert.d.ts +14 -0
  124. package/dist/_pkg/archivist-model/neutral/Queries/Next.d.ts +20 -0
  125. package/dist/_pkg/archivist-model/neutral/Queries/Snapshot.d.ts +14 -0
  126. package/dist/_pkg/archivist-model/neutral/Queries/index.d.ts +19 -0
  127. package/dist/_pkg/archivist-model/neutral/RawQueryFunctions.d.ts +13 -0
  128. package/dist/_pkg/archivist-model/neutral/attachable/AttachableInstance.d.ts +12 -0
  129. package/dist/_pkg/archivist-model/neutral/attachable/asAttachableInstance.d.ts +1 -0
  130. package/dist/_pkg/archivist-model/neutral/attachable/index.d.ts +3 -0
  131. package/dist/_pkg/archivist-model/neutral/attachable/isAttachableInstance.d.ts +4 -0
  132. package/dist/_pkg/archivist-model/neutral/index.d.ts +17 -0
  133. package/dist/_pkg/archivist-model/neutral/index.mjs +368 -0
  134. package/dist/_pkg/archivist-model/neutral/lib/HydratedBoundWitness.d.ts +7 -0
  135. package/dist/_pkg/archivist-model/neutral/lib/getBoundWitness.d.ts +6 -0
  136. package/dist/_pkg/archivist-model/neutral/lib/hydrateBoundWitness.d.ts +7 -0
  137. package/dist/_pkg/archivist-model/neutral/lib/index.d.ts +3 -0
  138. package/dist/_pkg/archivist-model/neutral/typeChecks.d.ts +11 -0
  139. package/dist/_pkg/archivist-view/neutral/ViewArchivist.d.ts +44 -0
  140. package/dist/_pkg/archivist-view/neutral/index.d.ts +1 -0
  141. package/dist/_pkg/archivist-view/neutral/index.mjs +82 -0
  142. package/dist/_pkg/archivist-wrapper/neutral/ArchivistWrapper.d.ts +26 -0
  143. package/dist/_pkg/archivist-wrapper/neutral/index.d.ts +1 -0
  144. package/dist/_pkg/archivist-wrapper/neutral/index.mjs +87 -0
  145. package/dist/_pkg/boundwitness/neutral/builder.d.ts +1 -0
  146. package/dist/_pkg/boundwitness/neutral/builder.mjs +2 -0
  147. package/dist/_pkg/boundwitness/neutral/index.d.ts +4 -0
  148. package/dist/_pkg/boundwitness/neutral/index.mjs +5 -0
  149. package/dist/_pkg/boundwitness/neutral/model.d.ts +1 -0
  150. package/dist/_pkg/boundwitness/neutral/model.mjs +2 -0
  151. package/dist/_pkg/boundwitness/neutral/validator.d.ts +1 -0
  152. package/dist/_pkg/boundwitness/neutral/validator.mjs +2 -0
  153. package/dist/_pkg/boundwitness/neutral/wrapper.d.ts +1 -0
  154. package/dist/_pkg/boundwitness/neutral/wrapper.mjs +2 -0
  155. package/dist/_pkg/boundwitness-builder/neutral/BoundWitnessBuilder.d.ts +47 -0
  156. package/dist/_pkg/boundwitness-builder/neutral/GeneratedBoundWitnessFields.d.ts +2 -0
  157. package/dist/_pkg/boundwitness-builder/neutral/Query/QueryBoundWitnessBuilder.d.ts +8 -0
  158. package/dist/_pkg/boundwitness-builder/neutral/Query/index.d.ts +1 -0
  159. package/dist/_pkg/boundwitness-builder/neutral/combinationsByBoundwitness.d.ts +9 -0
  160. package/dist/_pkg/boundwitness-builder/neutral/index.d.ts +4 -0
  161. package/dist/_pkg/boundwitness-builder/neutral/index.mjs +310 -0
  162. package/dist/_pkg/boundwitness-builder/neutral/intraBoundwitnessSchemaCombinations.d.ts +10 -0
  163. package/dist/_pkg/boundwitness-builder/neutral/uniqueAccounts.d.ts +2 -0
  164. package/dist/_pkg/boundwitness-builder/neutral/uniqueAddresses.d.ts +2 -0
  165. package/dist/_pkg/boundwitness-loader/neutral/Loader.d.ts +20 -0
  166. package/dist/_pkg/boundwitness-loader/neutral/index.d.ts +1 -0
  167. package/dist/_pkg/boundwitness-loader/neutral/index.mjs +55 -0
  168. package/dist/_pkg/boundwitness-model/neutral/BoundWitness/BoundWitness.d.ts +172 -0
  169. package/dist/_pkg/boundwitness-model/neutral/BoundWitness/BoundWitnessJsonSchema.d.ts +36 -0
  170. package/dist/_pkg/boundwitness-model/neutral/BoundWitness/BoundWitnessSchema.d.ts +4 -0
  171. package/dist/_pkg/boundwitness-model/neutral/BoundWitness/HydratedBoundWitness.d.ts +71 -0
  172. package/dist/_pkg/boundwitness-model/neutral/BoundWitness/Signatures.d.ts +13 -0
  173. package/dist/_pkg/boundwitness-model/neutral/BoundWitness/SignedBoundWitness.d.ts +43 -0
  174. package/dist/_pkg/boundwitness-model/neutral/BoundWitness/UnsignedBoundWitness.d.ts +43 -0
  175. package/dist/_pkg/boundwitness-model/neutral/BoundWitness/index.d.ts +7 -0
  176. package/dist/_pkg/boundwitness-model/neutral/QueryBoundWitness.d.ts +149 -0
  177. package/dist/_pkg/boundwitness-model/neutral/index.d.ts +2 -0
  178. package/dist/_pkg/boundwitness-model/neutral/index.mjs +130 -0
  179. package/dist/_pkg/boundwitness-validator/neutral/Validator.d.ts +16 -0
  180. package/dist/_pkg/boundwitness-validator/neutral/index.d.ts +2 -0
  181. package/dist/_pkg/boundwitness-validator/neutral/index.mjs +176 -0
  182. package/dist/_pkg/boundwitness-validator/neutral/lib/addresses/addressesContains.d.ts +9 -0
  183. package/dist/_pkg/boundwitness-validator/neutral/lib/addresses/addressesContainsAll.d.ts +9 -0
  184. package/dist/_pkg/boundwitness-validator/neutral/lib/addresses/addressesContainsAny.d.ts +11 -0
  185. package/dist/_pkg/boundwitness-validator/neutral/lib/addresses/index.d.ts +3 -0
  186. package/dist/_pkg/boundwitness-validator/neutral/lib/index.d.ts +3 -0
  187. package/dist/_pkg/boundwitness-validator/neutral/lib/payloadHashes/index.d.ts +3 -0
  188. package/dist/_pkg/boundwitness-validator/neutral/lib/payloadHashes/payloadHashesContains.d.ts +9 -0
  189. package/dist/_pkg/boundwitness-validator/neutral/lib/payloadHashes/payloadHashesContainsAll.d.ts +9 -0
  190. package/dist/_pkg/boundwitness-validator/neutral/lib/payloadHashes/payloadHashesContainsAny.d.ts +11 -0
  191. package/dist/_pkg/boundwitness-validator/neutral/lib/payloadSchemas/index.d.ts +3 -0
  192. package/dist/_pkg/boundwitness-validator/neutral/lib/payloadSchemas/payloadSchemasContains.d.ts +9 -0
  193. package/dist/_pkg/boundwitness-validator/neutral/lib/payloadSchemas/payloadSchemasContainsAll.d.ts +9 -0
  194. package/dist/_pkg/boundwitness-validator/neutral/lib/payloadSchemas/payloadSchemasContainsAny.d.ts +11 -0
  195. package/dist/_pkg/boundwitness-validator/neutral/lib/util/BoundWitnessArrayProperty.d.ts +9 -0
  196. package/dist/_pkg/boundwitness-validator/neutral/lib/util/boundWitnessArrayPropertyContains.d.ts +10 -0
  197. package/dist/_pkg/boundwitness-validator/neutral/lib/util/boundWitnessArrayPropertyContainsAll.d.ts +10 -0
  198. package/dist/_pkg/boundwitness-validator/neutral/lib/util/boundWitnessArrayPropertyContainsAny.d.ts +12 -0
  199. package/dist/_pkg/boundwitness-validator/neutral/lib/util/index.d.ts +3 -0
  200. package/dist/_pkg/boundwitness-wrapper/neutral/BoundWitnessWrapper.d.ts +59 -0
  201. package/dist/_pkg/boundwitness-wrapper/neutral/QueryBoundWitnessWrapper.d.ts +13 -0
  202. package/dist/_pkg/boundwitness-wrapper/neutral/SchemaType.d.ts +5 -0
  203. package/dist/_pkg/boundwitness-wrapper/neutral/index.d.ts +3 -0
  204. package/dist/_pkg/boundwitness-wrapper/neutral/index.mjs +280 -0
  205. package/dist/_pkg/bridge/neutral/index.d.ts +3 -0
  206. package/dist/_pkg/bridge/neutral/index.mjs +4 -0
  207. package/dist/_pkg/bridge/neutral/model.d.ts +1 -0
  208. package/dist/_pkg/bridge/neutral/model.mjs +2 -0
  209. package/dist/_pkg/bridge/neutral/wrapper.d.ts +1 -0
  210. package/dist/_pkg/bridge/neutral/wrapper.mjs +2 -0
  211. package/dist/_pkg/bridge-abstract/neutral/AbstractBridge.d.ts +30 -0
  212. package/dist/_pkg/bridge-abstract/neutral/AbstractBridgeModuleResolver.d.ts +22 -0
  213. package/dist/_pkg/bridge-abstract/neutral/AbstractModuleProxy/AbstractModuleProxy.d.ts +58 -0
  214. package/dist/_pkg/bridge-abstract/neutral/AbstractModuleProxy/ModuleProxyResolver.d.ts +36 -0
  215. package/dist/_pkg/bridge-abstract/neutral/AbstractModuleProxy/index.d.ts +2 -0
  216. package/dist/_pkg/bridge-abstract/neutral/index.d.ts +4 -0
  217. package/dist/_pkg/bridge-abstract/neutral/index.mjs +537 -0
  218. package/dist/_pkg/bridge-abstract/neutral/wrapModuleWithType.d.ts +4 -0
  219. package/dist/_pkg/bridge-http/neutral/HttpBridge.d.ts +42 -0
  220. package/dist/_pkg/bridge-http/neutral/HttpBridgeConfig.d.ts +44 -0
  221. package/dist/_pkg/bridge-http/neutral/HttpBridgeModuleResolver.d.ts +24 -0
  222. package/dist/_pkg/bridge-http/neutral/ModuleProxy/ModuleProxy.d.ts +22 -0
  223. package/dist/_pkg/bridge-http/neutral/ModuleProxy/index.d.ts +1 -0
  224. package/dist/_pkg/bridge-http/neutral/index.d.ts +2 -0
  225. package/dist/_pkg/bridge-http/neutral/index.mjs +380 -0
  226. package/dist/_pkg/bridge-model/neutral/Config.d.ts +33 -0
  227. package/dist/_pkg/bridge-model/neutral/EventData.d.ts +4 -0
  228. package/dist/_pkg/bridge-model/neutral/Events/Exposed.d.ts +8 -0
  229. package/dist/_pkg/bridge-model/neutral/Events/QueryFulfillFinished.d.ts +12 -0
  230. package/dist/_pkg/bridge-model/neutral/Events/QueryFulfillStarted.d.ts +10 -0
  231. package/dist/_pkg/bridge-model/neutral/Events/QuerySendFinished.d.ts +12 -0
  232. package/dist/_pkg/bridge-model/neutral/Events/QuerySendStarted.d.ts +10 -0
  233. package/dist/_pkg/bridge-model/neutral/Events/Unexposed.d.ts +8 -0
  234. package/dist/_pkg/bridge-model/neutral/Events/index.d.ts +6 -0
  235. package/dist/_pkg/bridge-model/neutral/Instance.d.ts +10 -0
  236. package/dist/_pkg/bridge-model/neutral/Module.d.ts +5 -0
  237. package/dist/_pkg/bridge-model/neutral/Params.d.ts +5 -0
  238. package/dist/_pkg/bridge-model/neutral/Queries/Connect.d.ts +18 -0
  239. package/dist/_pkg/bridge-model/neutral/Queries/Disconnect.d.ts +18 -0
  240. package/dist/_pkg/bridge-model/neutral/Queries/Expose.d.ts +33 -0
  241. package/dist/_pkg/bridge-model/neutral/Queries/Unexpose.d.ts +17 -0
  242. package/dist/_pkg/bridge-model/neutral/Queries/index.d.ts +11 -0
  243. package/dist/_pkg/bridge-model/neutral/QueryFunctions.d.ts +10 -0
  244. package/dist/_pkg/bridge-model/neutral/RawQueryFunctions.d.ts +9 -0
  245. package/dist/_pkg/bridge-model/neutral/attachable/AttachableInstance.d.ts +12 -0
  246. package/dist/_pkg/bridge-model/neutral/attachable/asAttachableInstance.d.ts +1 -0
  247. package/dist/_pkg/bridge-model/neutral/attachable/index.d.ts +3 -0
  248. package/dist/_pkg/bridge-model/neutral/attachable/isAttachableInstance.d.ts +4 -0
  249. package/dist/_pkg/bridge-model/neutral/index.d.ts +11 -0
  250. package/dist/_pkg/bridge-model/neutral/index.mjs +192 -0
  251. package/dist/_pkg/bridge-model/neutral/typeChecks.d.ts +10 -0
  252. package/dist/_pkg/bridge-wrapper/neutral/BridgeWrapper.d.ts +11 -0
  253. package/dist/_pkg/bridge-wrapper/neutral/index.d.ts +1 -0
  254. package/dist/_pkg/bridge-wrapper/neutral/index.mjs +34 -0
  255. package/dist/_pkg/config-payload-plugin/neutral/Payload.d.ts +43 -0
  256. package/dist/_pkg/config-payload-plugin/neutral/Plugin.d.ts +6 -0
  257. package/dist/_pkg/config-payload-plugin/neutral/Schema.d.ts +4 -0
  258. package/dist/_pkg/config-payload-plugin/neutral/Template.d.ts +2 -0
  259. package/dist/_pkg/config-payload-plugin/neutral/index.d.ts +4 -0
  260. package/dist/_pkg/config-payload-plugin/neutral/index.mjs +43 -0
  261. package/dist/_pkg/core/neutral/index.d.ts +5 -0
  262. package/dist/_pkg/core/neutral/index.mjs +6 -0
  263. package/dist/_pkg/core-payload-plugins/neutral/index.d.ts +10 -0
  264. package/dist/_pkg/core-payload-plugins/neutral/index.mjs +25 -0
  265. package/dist/_pkg/crypto/neutral/account-model.d.ts +1 -0
  266. package/dist/_pkg/crypto/neutral/account-model.mjs +2 -0
  267. package/dist/_pkg/crypto/neutral/account.d.ts +1 -0
  268. package/dist/_pkg/crypto/neutral/account.mjs +2 -0
  269. package/dist/_pkg/crypto/neutral/index.d.ts +9 -0
  270. package/dist/_pkg/crypto/neutral/index.mjs +10 -0
  271. package/dist/_pkg/crypto/neutral/key-model.d.ts +1 -0
  272. package/dist/_pkg/crypto/neutral/key-model.mjs +2 -0
  273. package/dist/_pkg/crypto/neutral/wallet-model.d.ts +1 -0
  274. package/dist/_pkg/crypto/neutral/wallet-model.mjs +2 -0
  275. package/dist/_pkg/crypto/neutral/wallet.d.ts +1 -0
  276. package/dist/_pkg/crypto/neutral/wallet.mjs +2 -0
  277. package/dist/_pkg/data/neutral/AbstractData.d.ts +15 -0
  278. package/dist/_pkg/data/neutral/Data.d.ts +12 -0
  279. package/dist/_pkg/data/neutral/index.d.ts +2 -0
  280. package/dist/_pkg/data/neutral/index.mjs +52 -0
  281. package/dist/_pkg/diviner/neutral/abstract.d.ts +1 -0
  282. package/dist/_pkg/diviner/neutral/abstract.mjs +2 -0
  283. package/dist/_pkg/diviner/neutral/index.d.ts +3 -0
  284. package/dist/_pkg/diviner/neutral/index.mjs +4 -0
  285. package/dist/_pkg/diviner/neutral/model.d.ts +1 -0
  286. package/dist/_pkg/diviner/neutral/model.mjs +2 -0
  287. package/dist/_pkg/diviner/neutral/wrapper.d.ts +1 -0
  288. package/dist/_pkg/diviner/neutral/wrapper.mjs +2 -0
  289. package/dist/_pkg/diviner-abstract/neutral/AbstractDiviner.d.ts +22 -0
  290. package/dist/_pkg/diviner-abstract/neutral/index.d.ts +1 -0
  291. package/dist/_pkg/diviner-abstract/neutral/index.mjs +170 -0
  292. package/dist/_pkg/diviner-boundwitness/neutral/BoundWitnessDiviner.d.ts +9 -0
  293. package/dist/_pkg/diviner-boundwitness/neutral/Config.d.ts +19 -0
  294. package/dist/_pkg/diviner-boundwitness/neutral/MemoryBoundWitnessDiviner.d.ts +51 -0
  295. package/dist/_pkg/diviner-boundwitness/neutral/Params.d.ts +4 -0
  296. package/dist/_pkg/diviner-boundwitness/neutral/Predicate.d.ts +8 -0
  297. package/dist/_pkg/diviner-boundwitness/neutral/Query.d.ts +15 -0
  298. package/dist/_pkg/diviner-boundwitness/neutral/Schema.d.ts +4 -0
  299. package/dist/_pkg/diviner-boundwitness/neutral/abstract.d.ts +1 -0
  300. package/dist/_pkg/diviner-boundwitness/neutral/abstract.mjs +32 -0
  301. package/dist/_pkg/diviner-boundwitness/neutral/applyBoundWitnessDivinerQueryPayload.d.ts +3 -0
  302. package/dist/_pkg/diviner-boundwitness/neutral/index.d.ts +3 -0
  303. package/dist/_pkg/diviner-boundwitness/neutral/index.mjs +128 -0
  304. package/dist/_pkg/diviner-boundwitness/neutral/memory.d.ts +2 -0
  305. package/dist/_pkg/diviner-boundwitness/neutral/memory.mjs +116 -0
  306. package/dist/_pkg/diviner-boundwitness/neutral/model.d.ts +5 -0
  307. package/dist/_pkg/diviner-boundwitness/neutral/model.mjs +54 -0
  308. package/dist/_pkg/diviner-identity/neutral/IdentityDiviner.d.ts +12 -0
  309. package/dist/_pkg/diviner-identity/neutral/index.d.ts +1 -0
  310. package/dist/_pkg/diviner-identity/neutral/index.mjs +30 -0
  311. package/dist/_pkg/diviner-model/neutral/Config.d.ts +26 -0
  312. package/dist/_pkg/diviner-model/neutral/DivinerQueryFunctions.d.ts +8 -0
  313. package/dist/_pkg/diviner-model/neutral/EventData.d.ts +4 -0
  314. package/dist/_pkg/diviner-model/neutral/EventsModels/DivineEnd.d.ts +11 -0
  315. package/dist/_pkg/diviner-model/neutral/EventsModels/DivineStart.d.ts +9 -0
  316. package/dist/_pkg/diviner-model/neutral/EventsModels/index.d.ts +2 -0
  317. package/dist/_pkg/diviner-model/neutral/Instance.d.ts +8 -0
  318. package/dist/_pkg/diviner-model/neutral/Module.d.ts +5 -0
  319. package/dist/_pkg/diviner-model/neutral/Params.d.ts +4 -0
  320. package/dist/_pkg/diviner-model/neutral/Payload.d.ts +5 -0
  321. package/dist/_pkg/diviner-model/neutral/Queries/Divine.d.ts +14 -0
  322. package/dist/_pkg/diviner-model/neutral/Queries/index.d.ts +5 -0
  323. package/dist/_pkg/diviner-model/neutral/SearchableStorage.d.ts +18 -0
  324. package/dist/_pkg/diviner-model/neutral/attachable/AttachableInstance.d.ts +12 -0
  325. package/dist/_pkg/diviner-model/neutral/attachable/asAttachableInstance.d.ts +1 -0
  326. package/dist/_pkg/diviner-model/neutral/attachable/index.d.ts +3 -0
  327. package/dist/_pkg/diviner-model/neutral/attachable/isAttachableInstance.d.ts +4 -0
  328. package/dist/_pkg/diviner-model/neutral/index.d.ts +12 -0
  329. package/dist/_pkg/diviner-model/neutral/index.mjs +99 -0
  330. package/dist/_pkg/diviner-model/neutral/typeChecks.d.ts +11 -0
  331. package/dist/_pkg/diviner-payload-abstract/neutral/Diviner.d.ts +8 -0
  332. package/dist/_pkg/diviner-payload-abstract/neutral/index.d.ts +1 -0
  333. package/dist/_pkg/diviner-payload-abstract/neutral/index.mjs +10 -0
  334. package/dist/_pkg/diviner-payload-generic/neutral/Diviner.d.ts +47 -0
  335. package/dist/_pkg/diviner-payload-generic/neutral/index.d.ts +1 -0
  336. package/dist/_pkg/diviner-payload-generic/neutral/index.mjs +180 -0
  337. package/dist/_pkg/diviner-payload-model/neutral/Config.d.ts +23 -0
  338. package/dist/_pkg/diviner-payload-model/neutral/Order.d.ts +1 -0
  339. package/dist/_pkg/diviner-payload-model/neutral/Params.d.ts +4 -0
  340. package/dist/_pkg/diviner-payload-model/neutral/Predicate.d.ts +9 -0
  341. package/dist/_pkg/diviner-payload-model/neutral/Query.d.ts +24 -0
  342. package/dist/_pkg/diviner-payload-model/neutral/Schema.d.ts +4 -0
  343. package/dist/_pkg/diviner-payload-model/neutral/SortDirection.d.ts +2 -0
  344. package/dist/_pkg/diviner-payload-model/neutral/index.d.ts +7 -0
  345. package/dist/_pkg/diviner-payload-model/neutral/index.mjs +62 -0
  346. package/dist/_pkg/diviner-wrapper/neutral/DivinerWrapper.d.ts +12 -0
  347. package/dist/_pkg/diviner-wrapper/neutral/index.d.ts +1 -0
  348. package/dist/_pkg/diviner-wrapper/neutral/index.mjs +24 -0
  349. package/dist/_pkg/dns/neutral/DnsRecordType.d.ts +15 -0
  350. package/dist/_pkg/dns/neutral/DnsReturnCode.d.ts +13 -0
  351. package/dist/_pkg/dns/neutral/GoogleDnsResult.d.ts +16 -0
  352. package/dist/_pkg/dns/neutral/GoogleDnsResultAnswer.d.ts +7 -0
  353. package/dist/_pkg/dns/neutral/GoogleDnsResultQuestion.d.ts +10 -0
  354. package/dist/_pkg/dns/neutral/domainExists.d.ts +7 -0
  355. package/dist/_pkg/dns/neutral/domainResolve.d.ts +8 -0
  356. package/dist/_pkg/dns/neutral/googleDnsOverHttps.d.ts +4 -0
  357. package/dist/_pkg/dns/neutral/index.d.ts +8 -0
  358. package/dist/_pkg/dns/neutral/index.mjs +60 -0
  359. package/dist/_pkg/domain-payload-plugin/neutral/DomainConfigPayload.d.ts +218 -0
  360. package/dist/_pkg/domain-payload-plugin/neutral/DomainConfigPlugin.d.ts +32 -0
  361. package/dist/_pkg/domain-payload-plugin/neutral/DomainConfigSchema.d.ts +4 -0
  362. package/dist/_pkg/domain-payload-plugin/neutral/DomainConfigTemplate.d.ts +2 -0
  363. package/dist/_pkg/domain-payload-plugin/neutral/Payload.d.ts +281 -0
  364. package/dist/_pkg/domain-payload-plugin/neutral/Plugin.d.ts +32 -0
  365. package/dist/_pkg/domain-payload-plugin/neutral/Resolution/DomainSchemaResolver.d.ts +44 -0
  366. package/dist/_pkg/domain-payload-plugin/neutral/Resolution/SchemaResolution.d.ts +26 -0
  367. package/dist/_pkg/domain-payload-plugin/neutral/Resolution/XyoDnsRecords.d.ts +26 -0
  368. package/dist/_pkg/domain-payload-plugin/neutral/Resolution/index.d.ts +3 -0
  369. package/dist/_pkg/domain-payload-plugin/neutral/Schema.d.ts +4 -0
  370. package/dist/_pkg/domain-payload-plugin/neutral/Template.d.ts +2 -0
  371. package/dist/_pkg/domain-payload-plugin/neutral/Wrapper.d.ts +277 -0
  372. package/dist/_pkg/domain-payload-plugin/neutral/index.d.ts +10 -0
  373. package/dist/_pkg/domain-payload-plugin/neutral/index.mjs +484 -0
  374. package/dist/_pkg/elliptic/neutral/Elliptic.d.ts +14 -0
  375. package/dist/_pkg/elliptic/neutral/index.d.ts +1 -0
  376. package/dist/_pkg/elliptic/neutral/index.mjs +88 -0
  377. package/dist/_pkg/hash/browser/BrowserObjectHasher.d.ts +8 -0
  378. package/dist/_pkg/hash/browser/NodeObjectHasher.d.ts +5 -0
  379. package/dist/_pkg/hash/browser/ObjectHasher.d.ts +68 -0
  380. package/dist/_pkg/hash/browser/createBrowserWorker.d.ts +2 -0
  381. package/dist/_pkg/hash/browser/createNodeWorker.d.ts +2 -0
  382. package/dist/_pkg/hash/browser/hasEmptyFields.d.ts +2 -0
  383. package/dist/_pkg/hash/browser/index-browser.d.ts +3 -0
  384. package/dist/_pkg/hash/browser/index-browser.mjs +288 -0
  385. package/dist/_pkg/hash/browser/index.d.ts +4 -0
  386. package/dist/_pkg/hash/browser/removeEmptyFields.d.ts +2 -0
  387. package/dist/_pkg/hash/browser/sortFields.d.ts +2 -0
  388. package/dist/_pkg/hash/browser/worker/index.d.ts +2 -0
  389. package/dist/_pkg/hash/browser/worker/subtleHash-bundle.mjs +257 -0
  390. package/dist/_pkg/hash/browser/worker/subtleHash.d.ts +1 -0
  391. package/dist/_pkg/hash/browser/worker/subtleHashNode.d.ts +1 -0
  392. package/dist/_pkg/hash/browser/worker/wasmHash-bundle.mjs +1678 -0
  393. package/dist/_pkg/hash/browser/worker/wasmHash.d.ts +1 -0
  394. package/dist/_pkg/hash/browser/worker/wasmHashNode.d.ts +1 -0
  395. package/dist/_pkg/hash/neutral/BrowserObjectHasher.d.ts +8 -0
  396. package/dist/_pkg/hash/neutral/NodeObjectHasher.d.ts +5 -0
  397. package/dist/_pkg/hash/neutral/ObjectHasher.d.ts +68 -0
  398. package/dist/_pkg/hash/neutral/createBrowserWorker.d.ts +2 -0
  399. package/dist/_pkg/hash/neutral/createNodeWorker.d.ts +2 -0
  400. package/dist/_pkg/hash/neutral/hasEmptyFields.d.ts +2 -0
  401. package/dist/_pkg/hash/neutral/index-browser.d.ts +3 -0
  402. package/dist/_pkg/hash/neutral/index-browser.mjs +288 -0
  403. package/dist/_pkg/hash/neutral/index.d.ts +4 -0
  404. package/dist/_pkg/hash/neutral/removeEmptyFields.d.ts +2 -0
  405. package/dist/_pkg/hash/neutral/sortFields.d.ts +2 -0
  406. package/dist/_pkg/hash/neutral/worker/index.d.ts +2 -0
  407. package/dist/_pkg/hash/neutral/worker/subtleHash.d.ts +1 -0
  408. package/dist/_pkg/hash/neutral/worker/subtleHashNode.d.ts +1 -0
  409. package/dist/_pkg/hash/neutral/worker/wasmHash.d.ts +1 -0
  410. package/dist/_pkg/hash/neutral/worker/wasmHashNode.d.ts +1 -0
  411. package/dist/_pkg/hash/node/BrowserObjectHasher.d.ts +8 -0
  412. package/dist/_pkg/hash/node/NodeObjectHasher.d.ts +5 -0
  413. package/dist/_pkg/hash/node/ObjectHasher.d.ts +68 -0
  414. package/dist/_pkg/hash/node/createBrowserWorker.d.ts +2 -0
  415. package/dist/_pkg/hash/node/createNodeWorker.d.ts +2 -0
  416. package/dist/_pkg/hash/node/hasEmptyFields.d.ts +2 -0
  417. package/dist/_pkg/hash/node/index-browser.d.ts +3 -0
  418. package/dist/_pkg/hash/node/index.d.ts +4 -0
  419. package/dist/_pkg/hash/node/index.mjs +278 -0
  420. package/dist/_pkg/hash/node/removeEmptyFields.d.ts +2 -0
  421. package/dist/_pkg/hash/node/sortFields.d.ts +2 -0
  422. package/dist/_pkg/hash/node/worker/index.d.ts +2 -0
  423. package/dist/_pkg/hash/node/worker/subtleHash.d.ts +1 -0
  424. package/dist/_pkg/hash/node/worker/subtleHashNode.d.ts +1 -0
  425. package/dist/_pkg/hash/node/worker/wasmHash.d.ts +1 -0
  426. package/dist/_pkg/hash/node/worker/wasmHashNode.d.ts +1 -0
  427. package/dist/_pkg/huri/neutral/Huri.d.ts +32 -0
  428. package/dist/_pkg/huri/neutral/index.d.ts +1 -0
  429. package/dist/_pkg/huri/neutral/index.mjs +117 -0
  430. package/dist/_pkg/id-payload-plugin/neutral/Payload.d.ts +85 -0
  431. package/dist/_pkg/id-payload-plugin/neutral/Plugin.d.ts +6 -0
  432. package/dist/_pkg/id-payload-plugin/neutral/Schema.d.ts +4 -0
  433. package/dist/_pkg/id-payload-plugin/neutral/Template.d.ts +2 -0
  434. package/dist/_pkg/id-payload-plugin/neutral/index.d.ts +4 -0
  435. package/dist/_pkg/id-payload-plugin/neutral/index.mjs +47 -0
  436. package/dist/_pkg/key-model/neutral/Key/AddressValue.d.ts +9 -0
  437. package/dist/_pkg/key-model/neutral/Key/EllipticKey.d.ts +3 -0
  438. package/dist/_pkg/key-model/neutral/Key/PrivateKey.d.ts +14 -0
  439. package/dist/_pkg/key-model/neutral/Key/PublicKey.d.ts +10 -0
  440. package/dist/_pkg/key-model/neutral/Key/index.d.ts +3 -0
  441. package/dist/_pkg/key-model/neutral/index.d.ts +1 -0
  442. package/dist/_pkg/key-model/neutral/index.mjs +1 -0
  443. package/dist/_pkg/manifest/neutral/index.d.ts +1 -0
  444. package/dist/_pkg/manifest/neutral/index.mjs +2 -0
  445. package/dist/_pkg/manifest-model/neutral/Manifest.d.ts +3 -0
  446. package/dist/_pkg/manifest-model/neutral/Manifest.zod.d.ts +2618 -0
  447. package/dist/_pkg/manifest-model/neutral/Payload.d.ts +1 -0
  448. package/dist/_pkg/manifest-model/neutral/Payload.zod.d.ts +1590 -0
  449. package/dist/_pkg/manifest-model/neutral/index.d.ts +2 -0
  450. package/dist/_pkg/manifest-model/neutral/index.mjs +192 -0
  451. package/dist/_pkg/manifest-wrapper/neutral/Wrapper.d.ts +25 -0
  452. package/dist/_pkg/manifest-wrapper/neutral/WrapperEx.d.ts +31 -0
  453. package/dist/_pkg/manifest-wrapper/neutral/index.d.ts +2 -0
  454. package/dist/_pkg/manifest-wrapper/neutral/index.mjs +246 -0
  455. package/dist/_pkg/metamask-connector/browser/MetaMaskConnector.d.ts +37 -0
  456. package/dist/_pkg/metamask-connector/browser/index.d.ts +1 -0
  457. package/dist/_pkg/metamask-connector/browser/index.mjs +113 -0
  458. package/dist/_pkg/module/neutral/abstract.d.ts +1 -0
  459. package/dist/_pkg/module/neutral/abstract.mjs +2 -0
  460. package/dist/_pkg/module/neutral/index.d.ts +6 -0
  461. package/dist/_pkg/module/neutral/index.mjs +7 -0
  462. package/dist/_pkg/module/neutral/model.d.ts +1 -0
  463. package/dist/_pkg/module/neutral/model.mjs +2 -0
  464. package/dist/_pkg/module/neutral/resolver.d.ts +1 -0
  465. package/dist/_pkg/module/neutral/resolver.mjs +2 -0
  466. package/dist/_pkg/module/neutral/wrapper.d.ts +1 -0
  467. package/dist/_pkg/module/neutral/wrapper.mjs +2 -0
  468. package/dist/_pkg/module-abstract/neutral/AbstractModule.d.ts +109 -0
  469. package/dist/_pkg/module-abstract/neutral/AbstractModuleInstance.d.ts +48 -0
  470. package/dist/_pkg/module-abstract/neutral/Error.d.ts +15 -0
  471. package/dist/_pkg/module-abstract/neutral/LoggerModuleStatusReporter.d.ts +8 -0
  472. package/dist/_pkg/module-abstract/neutral/QueryValidator/ModuleConfigQueryValidator.d.ts +15 -0
  473. package/dist/_pkg/module-abstract/neutral/QueryValidator/QueryValidator.d.ts +6 -0
  474. package/dist/_pkg/module-abstract/neutral/QueryValidator/SupportedQueryValidator.d.ts +9 -0
  475. package/dist/_pkg/module-abstract/neutral/QueryValidator/index.d.ts +3 -0
  476. package/dist/_pkg/module-abstract/neutral/determineAccount.d.ts +15 -0
  477. package/dist/_pkg/module-abstract/neutral/index.d.ts +5 -0
  478. package/dist/_pkg/module-abstract/neutral/index.mjs +922 -0
  479. package/dist/_pkg/module-event-emitter/neutral/ModuleBaseEmitter.d.ts +4 -0
  480. package/dist/_pkg/module-event-emitter/neutral/index.d.ts +1 -0
  481. package/dist/_pkg/module-event-emitter/neutral/index.mjs +7 -0
  482. package/dist/_pkg/module-factory-locator/neutral/ModuleFactoryLocator.d.ts +43 -0
  483. package/dist/_pkg/module-factory-locator/neutral/index.d.ts +2 -0
  484. package/dist/_pkg/module-factory-locator/neutral/index.mjs +120 -0
  485. package/dist/_pkg/module-factory-locator/neutral/standardCreatableFactories.d.ts +3 -0
  486. package/dist/_pkg/module-model/neutral/Config/Archiving.d.ts +10 -0
  487. package/dist/_pkg/module-model/neutral/Config/Config.d.ts +27 -0
  488. package/dist/_pkg/module-model/neutral/Config/Fields.d.ts +23 -0
  489. package/dist/_pkg/module-model/neutral/Config/Reentrancy.d.ts +8 -0
  490. package/dist/_pkg/module-model/neutral/Config/Security.d.ts +9 -0
  491. package/dist/_pkg/module-model/neutral/Config/index.d.ts +5 -0
  492. package/dist/_pkg/module-model/neutral/CreatableModule/CreatableModule.d.ts +26 -0
  493. package/dist/_pkg/module-model/neutral/CreatableModule/CreatableModuleRegistry.d.ts +11 -0
  494. package/dist/_pkg/module-model/neutral/CreatableModule/LabeledCreatableModule.d.ts +13 -0
  495. package/dist/_pkg/module-model/neutral/CreatableModule/LabeledCreatableModuleFactory.d.ts +11 -0
  496. package/dist/_pkg/module-model/neutral/CreatableModule/ModuleFactory.d.ts +16 -0
  497. package/dist/_pkg/module-model/neutral/CreatableModule/index.d.ts +5 -0
  498. package/dist/_pkg/module-model/neutral/DetailsError.d.ts +5 -0
  499. package/dist/_pkg/module-model/neutral/EventsModels/ModuleBusy.d.ts +8 -0
  500. package/dist/_pkg/module-model/neutral/EventsModels/ModuleError.d.ts +8 -0
  501. package/dist/_pkg/module-model/neutral/EventsModels/ModuleEventArgs.d.ts +5 -0
  502. package/dist/_pkg/module-model/neutral/EventsModels/ModuleEventData.d.ts +5 -0
  503. package/dist/_pkg/module-model/neutral/EventsModels/ModuleQueried.d.ts +12 -0
  504. package/dist/_pkg/module-model/neutral/EventsModels/index.d.ts +5 -0
  505. package/dist/_pkg/module-model/neutral/Job/Job.d.ts +11 -0
  506. package/dist/_pkg/module-model/neutral/Job/JobProvider.d.ts +4 -0
  507. package/dist/_pkg/module-model/neutral/Job/JobQueue.d.ts +12 -0
  508. package/dist/_pkg/module-model/neutral/Job/Task.d.ts +1 -0
  509. package/dist/_pkg/module-model/neutral/Job/index.d.ts +3 -0
  510. package/dist/_pkg/module-model/neutral/Labels/Labels.d.ts +23 -0
  511. package/dist/_pkg/module-model/neutral/Labels/index.d.ts +2 -0
  512. package/dist/_pkg/module-model/neutral/Labels/standard/View.d.ts +5 -0
  513. package/dist/_pkg/module-model/neutral/Labels/standard/index.d.ts +1 -0
  514. package/dist/_pkg/module-model/neutral/ModuleDescription.d.ts +8 -0
  515. package/dist/_pkg/module-model/neutral/ModuleFactoryLocatorInstance.d.ts +36 -0
  516. package/dist/_pkg/module-model/neutral/ModuleIdentifier.d.ts +42 -0
  517. package/dist/_pkg/module-model/neutral/ModuleIdentifierTransformer.d.ts +6 -0
  518. package/dist/_pkg/module-model/neutral/ModuleQueryHandlerResult.d.ts +2 -0
  519. package/dist/_pkg/module-model/neutral/ModuleQueryResult.d.ts +6 -0
  520. package/dist/_pkg/module-model/neutral/ModuleStatusReporter.d.ts +3 -0
  521. package/dist/_pkg/module-model/neutral/Payload/Address.d.ts +47 -0
  522. package/dist/_pkg/module-model/neutral/Payload/AddressPreviousHash.d.ts +16 -0
  523. package/dist/_pkg/module-model/neutral/Payload/Description.d.ts +14 -0
  524. package/dist/_pkg/module-model/neutral/Payload/ModuleState.d.ts +22 -0
  525. package/dist/_pkg/module-model/neutral/Payload/index.d.ts +4 -0
  526. package/dist/_pkg/module-model/neutral/Queries/Manifest.d.ts +16 -0
  527. package/dist/_pkg/module-model/neutral/Queries/ModuleAddress/Query.d.ts +14 -0
  528. package/dist/_pkg/module-model/neutral/Queries/ModuleAddress/index.d.ts +1 -0
  529. package/dist/_pkg/module-model/neutral/Queries/State.d.ts +14 -0
  530. package/dist/_pkg/module-model/neutral/Queries/Subscribe.d.ts +22 -0
  531. package/dist/_pkg/module-model/neutral/Queries/index.d.ts +9 -0
  532. package/dist/_pkg/module-model/neutral/QueryableModule/IsQueryableModuleFactory.d.ts +11 -0
  533. package/dist/_pkg/module-model/neutral/QueryableModule/QueryableModule.d.ts +9 -0
  534. package/dist/_pkg/module-model/neutral/QueryableModule/QueryableModuleFields.d.ts +21 -0
  535. package/dist/_pkg/module-model/neutral/QueryableModule/QueryableModuleFunctions.d.ts +14 -0
  536. package/dist/_pkg/module-model/neutral/QueryableModule/QueryableModuleParams.d.ts +18 -0
  537. package/dist/_pkg/module-model/neutral/QueryableModule/asQueryableModule.d.ts +8 -0
  538. package/dist/_pkg/module-model/neutral/QueryableModule/asQueryableModuleObject.d.ts +8 -0
  539. package/dist/_pkg/module-model/neutral/QueryableModule/index.d.ts +9 -0
  540. package/dist/_pkg/module-model/neutral/QueryableModule/isQueryableModule.d.ts +9 -0
  541. package/dist/_pkg/module-model/neutral/QueryableModule/isQueryableModuleObject.d.ts +8 -0
  542. package/dist/_pkg/module-model/neutral/cache.d.ts +5 -0
  543. package/dist/_pkg/module-model/neutral/index.d.ts +20 -0
  544. package/dist/_pkg/module-model/neutral/index.mjs +702 -0
  545. package/dist/_pkg/module-model/neutral/instance/Instance.d.ts +37 -0
  546. package/dist/_pkg/module-model/neutral/instance/ModuleFilter.d.ts +13 -0
  547. package/dist/_pkg/module-model/neutral/instance/ModuleInstanceParams.d.ts +9 -0
  548. package/dist/_pkg/module-model/neutral/instance/ModuleRepository.d.ts +9 -0
  549. package/dist/_pkg/module-model/neutral/instance/ModuleResolver.d.ts +17 -0
  550. package/dist/_pkg/module-model/neutral/instance/ObjectFilter.d.ts +29 -0
  551. package/dist/_pkg/module-model/neutral/instance/ObjectResolver.d.ts +26 -0
  552. package/dist/_pkg/module-model/neutral/instance/asModuleInstance.d.ts +6 -0
  553. package/dist/_pkg/module-model/neutral/instance/attachable/AttachableInstance.d.ts +15 -0
  554. package/dist/_pkg/module-model/neutral/instance/attachable/asAttachableInstance.d.ts +3 -0
  555. package/dist/_pkg/module-model/neutral/instance/attachable/index.d.ts +3 -0
  556. package/dist/_pkg/module-model/neutral/instance/attachable/isAttachableInstance.d.ts +4 -0
  557. package/dist/_pkg/module-model/neutral/instance/index.d.ts +10 -0
  558. package/dist/_pkg/module-model/neutral/instance/isModuleInstance.d.ts +4 -0
  559. package/dist/_pkg/module-model/neutral/lib/duplicateModules.d.ts +11 -0
  560. package/dist/_pkg/module-model/neutral/lib/index.d.ts +2 -0
  561. package/dist/_pkg/module-model/neutral/lib/serializable.d.ts +1 -0
  562. package/dist/_pkg/module-model/neutral/withModule.d.ts +5 -0
  563. package/dist/_pkg/module-resolver/neutral/AbstractModuleResolver.d.ts +23 -0
  564. package/dist/_pkg/module-resolver/neutral/CompositeModuleResolver.d.ts +34 -0
  565. package/dist/_pkg/module-resolver/neutral/NameRegistrarTransformer.d.ts +9 -0
  566. package/dist/_pkg/module-resolver/neutral/ResolveHelper/ResolveHelper.d.ts +26 -0
  567. package/dist/_pkg/module-resolver/neutral/ResolveHelper/ResolveHelperStatic.d.ts +6 -0
  568. package/dist/_pkg/module-resolver/neutral/ResolveHelper/index.d.ts +9 -0
  569. package/dist/_pkg/module-resolver/neutral/ResolveHelper/model.d.ts +1 -0
  570. package/dist/_pkg/module-resolver/neutral/ResolveHelper/resolveAddressToInstance.d.ts +8 -0
  571. package/dist/_pkg/module-resolver/neutral/ResolveHelper/resolveAll.d.ts +5 -0
  572. package/dist/_pkg/module-resolver/neutral/ResolveHelper/resolveLocalNameToAddress.d.ts +7 -0
  573. package/dist/_pkg/module-resolver/neutral/ResolveHelper/resolveLocalNameToInstance.d.ts +6 -0
  574. package/dist/_pkg/module-resolver/neutral/ResolveHelper/resolvePathToAddress.d.ts +3 -0
  575. package/dist/_pkg/module-resolver/neutral/ResolveHelper/resolvePathToInstance.d.ts +2 -0
  576. package/dist/_pkg/module-resolver/neutral/ResolveHelper/traceModuleIdentifier.d.ts +3 -0
  577. package/dist/_pkg/module-resolver/neutral/ResolveHelper/transformModuleIdentifier.d.ts +2 -0
  578. package/dist/_pkg/module-resolver/neutral/ResolverEventEmitter.d.ts +9 -0
  579. package/dist/_pkg/module-resolver/neutral/SimpleModuleResolver.d.ts +26 -0
  580. package/dist/_pkg/module-resolver/neutral/index.d.ts +6 -0
  581. package/dist/_pkg/module-resolver/neutral/index.mjs +772 -0
  582. package/dist/_pkg/module-wrapper/neutral/ModuleWrapper.d.ts +97 -0
  583. package/dist/_pkg/module-wrapper/neutral/index.d.ts +2 -0
  584. package/dist/_pkg/module-wrapper/neutral/index.mjs +317 -0
  585. package/dist/_pkg/module-wrapper/neutral/models.d.ts +8 -0
  586. package/dist/_pkg/network/neutral/NetworkNodePayload.d.ts +78 -0
  587. package/dist/_pkg/network/neutral/NetworkNodePayloadWrapper.d.ts +16 -0
  588. package/dist/_pkg/network/neutral/NetworkPayload.d.ts +118 -0
  589. package/dist/_pkg/network/neutral/NetworkPayloadWrapper.d.ts +62 -0
  590. package/dist/_pkg/network/neutral/index.d.ts +7 -0
  591. package/dist/_pkg/network/neutral/index.mjs +210 -0
  592. package/dist/_pkg/network/neutral/knownArchivists.d.ts +2 -0
  593. package/dist/_pkg/network/neutral/knownDiviners.d.ts +2 -0
  594. package/dist/_pkg/network/neutral/knownNetworks.d.ts +2 -0
  595. package/dist/_pkg/node/neutral/abstract.d.ts +1 -0
  596. package/dist/_pkg/node/neutral/abstract.mjs +2 -0
  597. package/dist/_pkg/node/neutral/index.d.ts +4 -0
  598. package/dist/_pkg/node/neutral/index.mjs +5 -0
  599. package/dist/_pkg/node/neutral/model.d.ts +1 -0
  600. package/dist/_pkg/node/neutral/model.mjs +2 -0
  601. package/dist/_pkg/node/neutral/wrapper.d.ts +1 -0
  602. package/dist/_pkg/node/neutral/wrapper.mjs +2 -0
  603. package/dist/_pkg/node-abstract/neutral/AbstractNode.d.ts +36 -0
  604. package/dist/_pkg/node-abstract/neutral/NodeHelper/attachedPrivateModules.d.ts +3 -0
  605. package/dist/_pkg/node-abstract/neutral/NodeHelper/attachedPublicModules.d.ts +3 -0
  606. package/dist/_pkg/node-abstract/neutral/NodeHelper/index.d.ts +6 -0
  607. package/dist/_pkg/node-abstract/neutral/index.d.ts +2 -0
  608. package/dist/_pkg/node-abstract/neutral/index.mjs +234 -0
  609. package/dist/_pkg/node-memory/neutral/MemoryNode.d.ts +46 -0
  610. package/dist/_pkg/node-memory/neutral/NodeHelper/attachToExistingNode.d.ts +3 -0
  611. package/dist/_pkg/node-memory/neutral/NodeHelper/attachToNewNode.d.ts +4 -0
  612. package/dist/_pkg/node-memory/neutral/NodeHelper/flatAttachToExistingNode.d.ts +5 -0
  613. package/dist/_pkg/node-memory/neutral/NodeHelper/flatAttachToNewNode.d.ts +4 -0
  614. package/dist/_pkg/node-memory/neutral/NodeHelper/index.d.ts +13 -0
  615. package/dist/_pkg/node-memory/neutral/index.d.ts +2 -0
  616. package/dist/_pkg/node-memory/neutral/index.mjs +283 -0
  617. package/dist/_pkg/node-model/neutral/ChildCertification.d.ts +18 -0
  618. package/dist/_pkg/node-model/neutral/Config.d.ts +20 -0
  619. package/dist/_pkg/node-model/neutral/EventsModels/ModuleAttached.d.ts +6 -0
  620. package/dist/_pkg/node-model/neutral/EventsModels/ModuleDetached.d.ts +6 -0
  621. package/dist/_pkg/node-model/neutral/EventsModels/ModuleRegistered.d.ts +6 -0
  622. package/dist/_pkg/node-model/neutral/EventsModels/ModuleUnregistered.d.ts +6 -0
  623. package/dist/_pkg/node-model/neutral/EventsModels/index.d.ts +4 -0
  624. package/dist/_pkg/node-model/neutral/Node.d.ts +7 -0
  625. package/dist/_pkg/node-model/neutral/Params.d.ts +6 -0
  626. package/dist/_pkg/node-model/neutral/Queries/Attach.d.ts +18 -0
  627. package/dist/_pkg/node-model/neutral/Queries/Attached.d.ts +14 -0
  628. package/dist/_pkg/node-model/neutral/Queries/Certify.d.ts +17 -0
  629. package/dist/_pkg/node-model/neutral/Queries/Detach.d.ts +17 -0
  630. package/dist/_pkg/node-model/neutral/Queries/Registered.d.ts +14 -0
  631. package/dist/_pkg/node-model/neutral/Queries/index.d.ts +13 -0
  632. package/dist/_pkg/node-model/neutral/attachable/AttachableInstance.d.ts +11 -0
  633. package/dist/_pkg/node-model/neutral/attachable/asAttachableInstance.d.ts +1 -0
  634. package/dist/_pkg/node-model/neutral/attachable/index.d.ts +3 -0
  635. package/dist/_pkg/node-model/neutral/attachable/isAttachableInstance.d.ts +4 -0
  636. package/dist/_pkg/node-model/neutral/index.d.ts +9 -0
  637. package/dist/_pkg/node-model/neutral/index.mjs +228 -0
  638. package/dist/_pkg/node-model/neutral/instance.d.ts +24 -0
  639. package/dist/_pkg/node-model/neutral/typeChecks.d.ts +11 -0
  640. package/dist/_pkg/node-view/neutral/ViewNode.d.ts +55 -0
  641. package/dist/_pkg/node-view/neutral/index.d.ts +1 -0
  642. package/dist/_pkg/node-view/neutral/index.mjs +143 -0
  643. package/dist/_pkg/node-wrapper/neutral/NodeWrapper.d.ts +24 -0
  644. package/dist/_pkg/node-wrapper/neutral/index.d.ts +1 -0
  645. package/dist/_pkg/node-wrapper/neutral/index.mjs +92 -0
  646. package/dist/_pkg/payload/neutral/builder.d.ts +1 -0
  647. package/dist/_pkg/payload/neutral/builder.mjs +2 -0
  648. package/dist/_pkg/payload/neutral/index.d.ts +5 -0
  649. package/dist/_pkg/payload/neutral/index.mjs +6 -0
  650. package/dist/_pkg/payload/neutral/model.d.ts +1 -0
  651. package/dist/_pkg/payload/neutral/model.mjs +2 -0
  652. package/dist/_pkg/payload/neutral/validator.d.ts +1 -0
  653. package/dist/_pkg/payload/neutral/validator.mjs +2 -0
  654. package/dist/_pkg/payload/neutral/wrapper.d.ts +1 -0
  655. package/dist/_pkg/payload/neutral/wrapper.mjs +2 -0
  656. package/dist/_pkg/payload-builder/neutral/Builder.d.ts +69 -0
  657. package/dist/_pkg/payload-builder/neutral/Options.d.ts +6 -0
  658. package/dist/_pkg/payload-builder/neutral/index.d.ts +2 -0
  659. package/dist/_pkg/payload-builder/neutral/index.mjs +217 -0
  660. package/dist/_pkg/payload-model/neutral/Error.d.ts +64 -0
  661. package/dist/_pkg/payload-model/neutral/Payload.d.ts +34 -0
  662. package/dist/_pkg/payload-model/neutral/PayloadBundle.d.ts +71 -0
  663. package/dist/_pkg/payload-model/neutral/PayloadFindFilter.d.ts +5 -0
  664. package/dist/_pkg/payload-model/neutral/PayloadHashMap.d.ts +6 -0
  665. package/dist/_pkg/payload-model/neutral/PayloadSet/PayloadSetPayload.d.ts +53 -0
  666. package/dist/_pkg/payload-model/neutral/PayloadSet/PayloadSetSchema.d.ts +4 -0
  667. package/dist/_pkg/payload-model/neutral/PayloadSet/index.d.ts +2 -0
  668. package/dist/_pkg/payload-model/neutral/PayloadValidationFunction.d.ts +13 -0
  669. package/dist/_pkg/payload-model/neutral/PayloadValueExpression.d.ts +37 -0
  670. package/dist/_pkg/payload-model/neutral/PayloadZod.d.ts +172 -0
  671. package/dist/_pkg/payload-model/neutral/Query.d.ts +20 -0
  672. package/dist/_pkg/payload-model/neutral/Schema.d.ts +37 -0
  673. package/dist/_pkg/payload-model/neutral/StorageMeta/DataHash.d.ts +23 -0
  674. package/dist/_pkg/payload-model/neutral/StorageMeta/Hash.d.ts +24 -0
  675. package/dist/_pkg/payload-model/neutral/StorageMeta/Sequence.d.ts +10 -0
  676. package/dist/_pkg/payload-model/neutral/StorageMeta/index.d.ts +2 -0
  677. package/dist/_pkg/payload-model/neutral/StorageMeta/sequence/Comparer.d.ts +6 -0
  678. package/dist/_pkg/payload-model/neutral/StorageMeta/sequence/Parser.d.ts +30 -0
  679. package/dist/_pkg/payload-model/neutral/StorageMeta/sequence/Sequence.d.ts +79 -0
  680. package/dist/_pkg/payload-model/neutral/StorageMeta/sequence/SequenceZod.d.ts +8 -0
  681. package/dist/_pkg/payload-model/neutral/StorageMeta/sequence/index.d.ts +4 -0
  682. package/dist/_pkg/payload-model/neutral/Timestamp.d.ts +7 -0
  683. package/dist/_pkg/payload-model/neutral/index.d.ts +15 -0
  684. package/dist/_pkg/payload-model/neutral/index.mjs +451 -0
  685. package/dist/_pkg/payload-model/neutral/isPayloadOfSchemaType.d.ts +4 -0
  686. package/dist/_pkg/payload-model/neutral/isPayloadOfZodType.d.ts +11 -0
  687. package/dist/_pkg/payload-plugin/neutral/Plugin.d.ts +18 -0
  688. package/dist/_pkg/payload-plugin/neutral/Resolver.d.ts +25 -0
  689. package/dist/_pkg/payload-plugin/neutral/createPlugin.d.ts +4 -0
  690. package/dist/_pkg/payload-plugin/neutral/index.d.ts +3 -0
  691. package/dist/_pkg/payload-plugin/neutral/index.mjs +66 -0
  692. package/dist/_pkg/payload-validator/neutral/Validator.d.ts +17 -0
  693. package/dist/_pkg/payload-validator/neutral/index.d.ts +1 -0
  694. package/dist/_pkg/payload-validator/neutral/index.mjs +39 -0
  695. package/dist/_pkg/payload-wrapper/neutral/PayloadDataWrapper.d.ts +17 -0
  696. package/dist/_pkg/payload-wrapper/neutral/PayloadWrapper.d.ts +5 -0
  697. package/dist/_pkg/payload-wrapper/neutral/PayloadWrapperBase.d.ts +22 -0
  698. package/dist/_pkg/payload-wrapper/neutral/SchemaType.d.ts +5 -0
  699. package/dist/_pkg/payload-wrapper/neutral/index.d.ts +3 -0
  700. package/dist/_pkg/payload-wrapper/neutral/index.mjs +156 -0
  701. package/dist/_pkg/payloadset-plugin/neutral/Plugin.d.ts +26 -0
  702. package/dist/_pkg/payloadset-plugin/neutral/Resolver.d.ts +23 -0
  703. package/dist/_pkg/payloadset-plugin/neutral/createPlugin.d.ts +7 -0
  704. package/dist/_pkg/payloadset-plugin/neutral/index.d.ts +3 -0
  705. package/dist/_pkg/payloadset-plugin/neutral/index.mjs +87 -0
  706. package/dist/_pkg/pqc/neutral/MlDsa.d.ts +19 -0
  707. package/dist/_pkg/pqc/neutral/index.d.ts +1 -0
  708. package/dist/_pkg/pqc/neutral/index.mjs +46 -0
  709. package/dist/_pkg/previous-hash-store/neutral/index.d.ts +3 -0
  710. package/dist/_pkg/previous-hash-store/neutral/index.mjs +4 -0
  711. package/dist/_pkg/previous-hash-store-indexeddb/neutral/IndexedDbPreviousHashStore.d.ts +26 -0
  712. package/dist/_pkg/previous-hash-store-indexeddb/neutral/index.d.ts +1 -0
  713. package/dist/_pkg/previous-hash-store-indexeddb/neutral/index.mjs +41 -0
  714. package/dist/_pkg/previous-hash-store-model/neutral/PreviousHashStore.d.ts +7 -0
  715. package/dist/_pkg/previous-hash-store-model/neutral/index.d.ts +1 -0
  716. package/dist/_pkg/previous-hash-store-model/neutral/index.mjs +1 -0
  717. package/dist/_pkg/previous-hash-store-storage/neutral/NamespacedStorage.d.ts +9 -0
  718. package/dist/_pkg/previous-hash-store-storage/neutral/StoragePreviousHashStore.d.ts +23 -0
  719. package/dist/_pkg/previous-hash-store-storage/neutral/index.d.ts +2 -0
  720. package/dist/_pkg/previous-hash-store-storage/neutral/index.mjs +103 -0
  721. package/dist/_pkg/protocol/neutral/index.d.ts +4 -0
  722. package/dist/_pkg/protocol/neutral/index.mjs +5 -0
  723. package/dist/_pkg/quadkey/neutral/Quadkey.d.ts +64 -0
  724. package/dist/_pkg/quadkey/neutral/RelativeDirectionConstantLookup.d.ts +1 -0
  725. package/dist/_pkg/quadkey/neutral/index.d.ts +1 -0
  726. package/dist/_pkg/quadkey/neutral/index.mjs +280 -0
  727. package/dist/_pkg/quant-account/neutral/QuantAccount.d.ts +33 -0
  728. package/dist/_pkg/quant-account/neutral/index.d.ts +2 -0
  729. package/dist/_pkg/quant-account/neutral/index.mjs +172 -0
  730. package/dist/_pkg/quant-account/neutral/register.d.ts +1 -0
  731. package/dist/_pkg/query-payload-plugin/neutral/Payload.d.ts +42 -0
  732. package/dist/_pkg/query-payload-plugin/neutral/Plugin.d.ts +6 -0
  733. package/dist/_pkg/query-payload-plugin/neutral/Schema.d.ts +4 -0
  734. package/dist/_pkg/query-payload-plugin/neutral/Template.d.ts +2 -0
  735. package/dist/_pkg/query-payload-plugin/neutral/index.d.ts +4 -0
  736. package/dist/_pkg/query-payload-plugin/neutral/index.mjs +43 -0
  737. package/dist/_pkg/schema-cache/neutral/Debounce.d.ts +4 -0
  738. package/dist/_pkg/schema-cache/neutral/SchemaCache.d.ts +42 -0
  739. package/dist/_pkg/schema-cache/neutral/SchemaNameToValidatorMap.d.ts +11 -0
  740. package/dist/_pkg/schema-cache/neutral/TtlLruCache.d.ts +12 -0
  741. package/dist/_pkg/schema-cache/neutral/index.d.ts +4 -0
  742. package/dist/_pkg/schema-cache/neutral/index.mjs +177 -0
  743. package/dist/_pkg/schema-name-validator/neutral/SchemaNameValidator.d.ts +42 -0
  744. package/dist/_pkg/schema-name-validator/neutral/index.d.ts +1 -0
  745. package/dist/_pkg/schema-name-validator/neutral/index.mjs +68 -0
  746. package/dist/_pkg/schema-payload-plugin/neutral/Payload.d.ts +95 -0
  747. package/dist/_pkg/schema-payload-plugin/neutral/Plugin.d.ts +12 -0
  748. package/dist/_pkg/schema-payload-plugin/neutral/Schema.d.ts +4 -0
  749. package/dist/_pkg/schema-payload-plugin/neutral/Template.d.ts +2 -0
  750. package/dist/_pkg/schema-payload-plugin/neutral/index.d.ts +4 -0
  751. package/dist/_pkg/schema-payload-plugin/neutral/index.mjs +59 -0
  752. package/dist/_pkg/sdk-protocol/_pkg/account/neutral/Account.d.ts +37 -0
  753. package/dist/_pkg/sdk-protocol/_pkg/account/neutral/Jwt/base64url.d.ts +4 -0
  754. package/dist/_pkg/sdk-protocol/_pkg/account/neutral/Jwt/createJwt.d.ts +2 -0
  755. package/dist/_pkg/sdk-protocol/_pkg/account/neutral/Jwt/decodeJwt.d.ts +2 -0
  756. package/dist/_pkg/sdk-protocol/_pkg/account/neutral/Jwt/digest.d.ts +3 -0
  757. package/dist/_pkg/sdk-protocol/_pkg/account/neutral/Jwt/index.d.ts +5 -0
  758. package/dist/_pkg/sdk-protocol/_pkg/account/neutral/Jwt/verifyJwt.d.ts +2 -0
  759. package/dist/_pkg/sdk-protocol/_pkg/account/neutral/Key/AddressValue.d.ts +10 -0
  760. package/dist/_pkg/sdk-protocol/_pkg/account/neutral/Key/EllipticKey.d.ts +3 -0
  761. package/dist/_pkg/sdk-protocol/_pkg/account/neutral/Key/PrivateKey.d.ts +13 -0
  762. package/dist/_pkg/sdk-protocol/_pkg/account/neutral/Key/PublicKey.d.ts +13 -0
  763. package/dist/_pkg/sdk-protocol/_pkg/account/neutral/Key/index.d.ts +4 -0
  764. package/dist/_pkg/sdk-protocol/_pkg/account/neutral/index.d.ts +5 -0
  765. package/dist/_pkg/sdk-protocol/_pkg/account/neutral/index.mjs +546 -0
  766. package/dist/_pkg/sdk-protocol/_pkg/account/neutral/lib/index.d.ts +1 -0
  767. package/dist/_pkg/sdk-protocol/_pkg/account/neutral/lib/walletPath/combineWalletPaths.d.ts +1 -0
  768. package/dist/_pkg/sdk-protocol/_pkg/account/neutral/lib/walletPath/formatWalletPath.d.ts +1 -0
  769. package/dist/_pkg/sdk-protocol/_pkg/account/neutral/lib/walletPath/index.d.ts +3 -0
  770. package/dist/_pkg/sdk-protocol/_pkg/account/neutral/lib/walletPath/isValidWalletPath.d.ts +2 -0
  771. package/dist/_pkg/sdk-protocol/_pkg/account/neutral/register.d.ts +1 -0
  772. package/dist/_pkg/sdk-protocol/_pkg/account-model/neutral/Account.d.ts +45 -0
  773. package/dist/_pkg/sdk-protocol/_pkg/account-model/neutral/Algorithm.d.ts +4 -0
  774. package/dist/_pkg/sdk-protocol/_pkg/account-model/neutral/Jwt/constants.d.ts +13 -0
  775. package/dist/_pkg/sdk-protocol/_pkg/account-model/neutral/Jwt/index.d.ts +2 -0
  776. package/dist/_pkg/sdk-protocol/_pkg/account-model/neutral/Jwt/types.d.ts +55 -0
  777. package/dist/_pkg/sdk-protocol/_pkg/account-model/neutral/VerifierRegistry.d.ts +5 -0
  778. package/dist/_pkg/sdk-protocol/_pkg/account-model/neutral/addressTo20Bytes.d.ts +1 -0
  779. package/dist/_pkg/sdk-protocol/_pkg/account-model/neutral/index.d.ts +5 -0
  780. package/dist/_pkg/sdk-protocol/_pkg/account-model/neutral/index.mjs +99 -0
  781. package/dist/_pkg/sdk-protocol/_pkg/address/neutral/XyoAddress.d.ts +37 -0
  782. package/dist/_pkg/sdk-protocol/_pkg/address/neutral/XyoLegacyAddress.d.ts +36 -0
  783. package/dist/_pkg/sdk-protocol/_pkg/address/neutral/XyoQuantAddress.d.ts +32 -0
  784. package/dist/_pkg/sdk-protocol/_pkg/address/neutral/index.d.ts +3 -0
  785. package/dist/_pkg/sdk-protocol/_pkg/address/neutral/index.mjs +74 -0
  786. package/dist/_pkg/sdk-protocol/_pkg/api/neutral/Api/Api.d.ts +7 -0
  787. package/dist/_pkg/sdk-protocol/_pkg/api/neutral/Api/index.d.ts +1 -0
  788. package/dist/_pkg/sdk-protocol/_pkg/api/neutral/Base.d.ts +31 -0
  789. package/dist/_pkg/sdk-protocol/_pkg/api/neutral/Simple.d.ts +21 -0
  790. package/dist/_pkg/sdk-protocol/_pkg/api/neutral/WithArchive.d.ts +3 -0
  791. package/dist/_pkg/sdk-protocol/_pkg/api/neutral/index.d.ts +5 -0
  792. package/dist/_pkg/sdk-protocol/_pkg/api/neutral/index.mjs +186 -0
  793. package/dist/_pkg/sdk-protocol/_pkg/api/neutral/models/ArchivePath.d.ts +3 -0
  794. package/dist/_pkg/sdk-protocol/_pkg/api/neutral/models/index.d.ts +1 -0
  795. package/dist/_pkg/sdk-protocol/_pkg/api/neutral/objToQuery.d.ts +1 -0
  796. package/dist/_pkg/sdk-protocol/_pkg/api-models/neutral/Config.d.ts +24 -0
  797. package/dist/_pkg/sdk-protocol/_pkg/api-models/neutral/Envelope.d.ts +14 -0
  798. package/dist/_pkg/sdk-protocol/_pkg/api-models/neutral/Error.d.ts +4 -0
  799. package/dist/_pkg/sdk-protocol/_pkg/api-models/neutral/Reportable.d.ts +7 -0
  800. package/dist/_pkg/sdk-protocol/_pkg/api-models/neutral/Response.d.ts +7 -0
  801. package/dist/_pkg/sdk-protocol/_pkg/api-models/neutral/Warning.d.ts +1 -0
  802. package/dist/_pkg/sdk-protocol/_pkg/api-models/neutral/index.d.ts +6 -0
  803. package/dist/_pkg/sdk-protocol/_pkg/api-models/neutral/index.mjs +1 -0
  804. package/dist/_pkg/sdk-protocol/_pkg/boundwitness/neutral/builder.d.ts +1 -0
  805. package/dist/_pkg/sdk-protocol/_pkg/boundwitness/neutral/builder.mjs +2 -0
  806. package/dist/_pkg/sdk-protocol/_pkg/boundwitness/neutral/index.d.ts +4 -0
  807. package/dist/_pkg/sdk-protocol/_pkg/boundwitness/neutral/index.mjs +5 -0
  808. package/dist/_pkg/sdk-protocol/_pkg/boundwitness/neutral/model.d.ts +1 -0
  809. package/dist/_pkg/sdk-protocol/_pkg/boundwitness/neutral/model.mjs +2 -0
  810. package/dist/_pkg/sdk-protocol/_pkg/boundwitness/neutral/validator.d.ts +1 -0
  811. package/dist/_pkg/sdk-protocol/_pkg/boundwitness/neutral/validator.mjs +2 -0
  812. package/dist/_pkg/sdk-protocol/_pkg/boundwitness/neutral/wrapper.d.ts +1 -0
  813. package/dist/_pkg/sdk-protocol/_pkg/boundwitness/neutral/wrapper.mjs +2 -0
  814. package/dist/_pkg/sdk-protocol/_pkg/boundwitness-builder/neutral/BoundWitnessBuilder.d.ts +47 -0
  815. package/dist/_pkg/sdk-protocol/_pkg/boundwitness-builder/neutral/GeneratedBoundWitnessFields.d.ts +2 -0
  816. package/dist/_pkg/sdk-protocol/_pkg/boundwitness-builder/neutral/Query/QueryBoundWitnessBuilder.d.ts +8 -0
  817. package/dist/_pkg/sdk-protocol/_pkg/boundwitness-builder/neutral/Query/index.d.ts +1 -0
  818. package/dist/_pkg/sdk-protocol/_pkg/boundwitness-builder/neutral/combinationsByBoundwitness.d.ts +9 -0
  819. package/dist/_pkg/sdk-protocol/_pkg/boundwitness-builder/neutral/index.d.ts +4 -0
  820. package/dist/_pkg/sdk-protocol/_pkg/boundwitness-builder/neutral/index.mjs +310 -0
  821. package/dist/_pkg/sdk-protocol/_pkg/boundwitness-builder/neutral/intraBoundwitnessSchemaCombinations.d.ts +10 -0
  822. package/dist/_pkg/sdk-protocol/_pkg/boundwitness-builder/neutral/uniqueAccounts.d.ts +2 -0
  823. package/dist/_pkg/sdk-protocol/_pkg/boundwitness-builder/neutral/uniqueAddresses.d.ts +2 -0
  824. package/dist/_pkg/sdk-protocol/_pkg/boundwitness-model/neutral/BoundWitness/BoundWitness.d.ts +172 -0
  825. package/dist/_pkg/sdk-protocol/_pkg/boundwitness-model/neutral/BoundWitness/BoundWitnessJsonSchema.d.ts +36 -0
  826. package/dist/_pkg/sdk-protocol/_pkg/boundwitness-model/neutral/BoundWitness/BoundWitnessSchema.d.ts +4 -0
  827. package/dist/_pkg/sdk-protocol/_pkg/boundwitness-model/neutral/BoundWitness/HydratedBoundWitness.d.ts +71 -0
  828. package/dist/_pkg/sdk-protocol/_pkg/boundwitness-model/neutral/BoundWitness/Signatures.d.ts +13 -0
  829. package/dist/_pkg/sdk-protocol/_pkg/boundwitness-model/neutral/BoundWitness/SignedBoundWitness.d.ts +43 -0
  830. package/dist/_pkg/sdk-protocol/_pkg/boundwitness-model/neutral/BoundWitness/UnsignedBoundWitness.d.ts +43 -0
  831. package/dist/_pkg/sdk-protocol/_pkg/boundwitness-model/neutral/BoundWitness/index.d.ts +7 -0
  832. package/dist/_pkg/sdk-protocol/_pkg/boundwitness-model/neutral/QueryBoundWitness.d.ts +149 -0
  833. package/dist/_pkg/sdk-protocol/_pkg/boundwitness-model/neutral/index.d.ts +2 -0
  834. package/dist/_pkg/sdk-protocol/_pkg/boundwitness-model/neutral/index.mjs +130 -0
  835. package/dist/_pkg/sdk-protocol/_pkg/boundwitness-validator/neutral/Validator.d.ts +16 -0
  836. package/dist/_pkg/sdk-protocol/_pkg/boundwitness-validator/neutral/index.d.ts +2 -0
  837. package/dist/_pkg/sdk-protocol/_pkg/boundwitness-validator/neutral/index.mjs +176 -0
  838. package/dist/_pkg/sdk-protocol/_pkg/boundwitness-validator/neutral/lib/addresses/addressesContains.d.ts +9 -0
  839. package/dist/_pkg/sdk-protocol/_pkg/boundwitness-validator/neutral/lib/addresses/addressesContainsAll.d.ts +9 -0
  840. package/dist/_pkg/sdk-protocol/_pkg/boundwitness-validator/neutral/lib/addresses/addressesContainsAny.d.ts +11 -0
  841. package/dist/_pkg/sdk-protocol/_pkg/boundwitness-validator/neutral/lib/addresses/index.d.ts +3 -0
  842. package/dist/_pkg/sdk-protocol/_pkg/boundwitness-validator/neutral/lib/index.d.ts +3 -0
  843. package/dist/_pkg/sdk-protocol/_pkg/boundwitness-validator/neutral/lib/payloadHashes/index.d.ts +3 -0
  844. package/dist/_pkg/sdk-protocol/_pkg/boundwitness-validator/neutral/lib/payloadHashes/payloadHashesContains.d.ts +9 -0
  845. package/dist/_pkg/sdk-protocol/_pkg/boundwitness-validator/neutral/lib/payloadHashes/payloadHashesContainsAll.d.ts +9 -0
  846. package/dist/_pkg/sdk-protocol/_pkg/boundwitness-validator/neutral/lib/payloadHashes/payloadHashesContainsAny.d.ts +11 -0
  847. package/dist/_pkg/sdk-protocol/_pkg/boundwitness-validator/neutral/lib/payloadSchemas/index.d.ts +3 -0
  848. package/dist/_pkg/sdk-protocol/_pkg/boundwitness-validator/neutral/lib/payloadSchemas/payloadSchemasContains.d.ts +9 -0
  849. package/dist/_pkg/sdk-protocol/_pkg/boundwitness-validator/neutral/lib/payloadSchemas/payloadSchemasContainsAll.d.ts +9 -0
  850. package/dist/_pkg/sdk-protocol/_pkg/boundwitness-validator/neutral/lib/payloadSchemas/payloadSchemasContainsAny.d.ts +11 -0
  851. package/dist/_pkg/sdk-protocol/_pkg/boundwitness-validator/neutral/lib/util/BoundWitnessArrayProperty.d.ts +9 -0
  852. package/dist/_pkg/sdk-protocol/_pkg/boundwitness-validator/neutral/lib/util/boundWitnessArrayPropertyContains.d.ts +10 -0
  853. package/dist/_pkg/sdk-protocol/_pkg/boundwitness-validator/neutral/lib/util/boundWitnessArrayPropertyContainsAll.d.ts +10 -0
  854. package/dist/_pkg/sdk-protocol/_pkg/boundwitness-validator/neutral/lib/util/boundWitnessArrayPropertyContainsAny.d.ts +12 -0
  855. package/dist/_pkg/sdk-protocol/_pkg/boundwitness-validator/neutral/lib/util/index.d.ts +3 -0
  856. package/dist/_pkg/sdk-protocol/_pkg/boundwitness-wrapper/neutral/BoundWitnessWrapper.d.ts +59 -0
  857. package/dist/_pkg/sdk-protocol/_pkg/boundwitness-wrapper/neutral/QueryBoundWitnessWrapper.d.ts +13 -0
  858. package/dist/_pkg/sdk-protocol/_pkg/boundwitness-wrapper/neutral/SchemaType.d.ts +5 -0
  859. package/dist/_pkg/sdk-protocol/_pkg/boundwitness-wrapper/neutral/index.d.ts +3 -0
  860. package/dist/_pkg/sdk-protocol/_pkg/boundwitness-wrapper/neutral/index.mjs +280 -0
  861. package/dist/_pkg/sdk-protocol/_pkg/config-payload-plugin/neutral/Payload.d.ts +43 -0
  862. package/dist/_pkg/sdk-protocol/_pkg/config-payload-plugin/neutral/Plugin.d.ts +6 -0
  863. package/dist/_pkg/sdk-protocol/_pkg/config-payload-plugin/neutral/Schema.d.ts +4 -0
  864. package/dist/_pkg/sdk-protocol/_pkg/config-payload-plugin/neutral/Template.d.ts +2 -0
  865. package/dist/_pkg/sdk-protocol/_pkg/config-payload-plugin/neutral/index.d.ts +4 -0
  866. package/dist/_pkg/sdk-protocol/_pkg/config-payload-plugin/neutral/index.mjs +43 -0
  867. package/dist/_pkg/sdk-protocol/_pkg/core/neutral/index.d.ts +5 -0
  868. package/dist/_pkg/sdk-protocol/_pkg/core/neutral/index.mjs +6 -0
  869. package/dist/_pkg/sdk-protocol/_pkg/core-payload-plugins/neutral/index.d.ts +10 -0
  870. package/dist/_pkg/sdk-protocol/_pkg/core-payload-plugins/neutral/index.mjs +25 -0
  871. package/dist/_pkg/sdk-protocol/_pkg/crypto/neutral/account-model.d.ts +1 -0
  872. package/dist/_pkg/sdk-protocol/_pkg/crypto/neutral/account-model.mjs +2 -0
  873. package/dist/_pkg/sdk-protocol/_pkg/crypto/neutral/account.d.ts +1 -0
  874. package/dist/_pkg/sdk-protocol/_pkg/crypto/neutral/account.mjs +2 -0
  875. package/dist/_pkg/sdk-protocol/_pkg/crypto/neutral/index.d.ts +9 -0
  876. package/dist/_pkg/sdk-protocol/_pkg/crypto/neutral/index.mjs +10 -0
  877. package/dist/_pkg/sdk-protocol/_pkg/crypto/neutral/key-model.d.ts +1 -0
  878. package/dist/_pkg/sdk-protocol/_pkg/crypto/neutral/key-model.mjs +2 -0
  879. package/dist/_pkg/sdk-protocol/_pkg/crypto/neutral/wallet-model.d.ts +1 -0
  880. package/dist/_pkg/sdk-protocol/_pkg/crypto/neutral/wallet-model.mjs +2 -0
  881. package/dist/_pkg/sdk-protocol/_pkg/crypto/neutral/wallet.d.ts +1 -0
  882. package/dist/_pkg/sdk-protocol/_pkg/crypto/neutral/wallet.mjs +2 -0
  883. package/dist/_pkg/sdk-protocol/_pkg/data/neutral/AbstractData.d.ts +15 -0
  884. package/dist/_pkg/sdk-protocol/_pkg/data/neutral/Data.d.ts +12 -0
  885. package/dist/_pkg/sdk-protocol/_pkg/data/neutral/index.d.ts +2 -0
  886. package/dist/_pkg/sdk-protocol/_pkg/data/neutral/index.mjs +52 -0
  887. package/dist/_pkg/sdk-protocol/_pkg/dns/neutral/DnsRecordType.d.ts +15 -0
  888. package/dist/_pkg/sdk-protocol/_pkg/dns/neutral/DnsReturnCode.d.ts +13 -0
  889. package/dist/_pkg/sdk-protocol/_pkg/dns/neutral/GoogleDnsResult.d.ts +16 -0
  890. package/dist/_pkg/sdk-protocol/_pkg/dns/neutral/GoogleDnsResultAnswer.d.ts +7 -0
  891. package/dist/_pkg/sdk-protocol/_pkg/dns/neutral/GoogleDnsResultQuestion.d.ts +10 -0
  892. package/dist/_pkg/sdk-protocol/_pkg/dns/neutral/domainExists.d.ts +7 -0
  893. package/dist/_pkg/sdk-protocol/_pkg/dns/neutral/domainResolve.d.ts +8 -0
  894. package/dist/_pkg/sdk-protocol/_pkg/dns/neutral/googleDnsOverHttps.d.ts +4 -0
  895. package/dist/_pkg/sdk-protocol/_pkg/dns/neutral/index.d.ts +8 -0
  896. package/dist/_pkg/sdk-protocol/_pkg/dns/neutral/index.mjs +60 -0
  897. package/dist/_pkg/sdk-protocol/_pkg/domain-payload-plugin/neutral/DomainConfigPayload.d.ts +218 -0
  898. package/dist/_pkg/sdk-protocol/_pkg/domain-payload-plugin/neutral/DomainConfigPlugin.d.ts +32 -0
  899. package/dist/_pkg/sdk-protocol/_pkg/domain-payload-plugin/neutral/DomainConfigSchema.d.ts +4 -0
  900. package/dist/_pkg/sdk-protocol/_pkg/domain-payload-plugin/neutral/DomainConfigTemplate.d.ts +2 -0
  901. package/dist/_pkg/sdk-protocol/_pkg/domain-payload-plugin/neutral/Payload.d.ts +281 -0
  902. package/dist/_pkg/sdk-protocol/_pkg/domain-payload-plugin/neutral/Plugin.d.ts +32 -0
  903. package/dist/_pkg/sdk-protocol/_pkg/domain-payload-plugin/neutral/Resolution/DomainSchemaResolver.d.ts +44 -0
  904. package/dist/_pkg/sdk-protocol/_pkg/domain-payload-plugin/neutral/Resolution/SchemaResolution.d.ts +26 -0
  905. package/dist/_pkg/sdk-protocol/_pkg/domain-payload-plugin/neutral/Resolution/XyoDnsRecords.d.ts +26 -0
  906. package/dist/_pkg/sdk-protocol/_pkg/domain-payload-plugin/neutral/Resolution/index.d.ts +3 -0
  907. package/dist/_pkg/sdk-protocol/_pkg/domain-payload-plugin/neutral/Schema.d.ts +4 -0
  908. package/dist/_pkg/sdk-protocol/_pkg/domain-payload-plugin/neutral/Template.d.ts +2 -0
  909. package/dist/_pkg/sdk-protocol/_pkg/domain-payload-plugin/neutral/Wrapper.d.ts +277 -0
  910. package/dist/_pkg/sdk-protocol/_pkg/domain-payload-plugin/neutral/index.d.ts +10 -0
  911. package/dist/_pkg/sdk-protocol/_pkg/domain-payload-plugin/neutral/index.mjs +484 -0
  912. package/dist/_pkg/sdk-protocol/_pkg/elliptic/neutral/Elliptic.d.ts +14 -0
  913. package/dist/_pkg/sdk-protocol/_pkg/elliptic/neutral/index.d.ts +1 -0
  914. package/dist/_pkg/sdk-protocol/_pkg/elliptic/neutral/index.mjs +88 -0
  915. package/dist/_pkg/sdk-protocol/_pkg/hash/browser/BrowserObjectHasher.d.ts +8 -0
  916. package/dist/_pkg/sdk-protocol/_pkg/hash/browser/NodeObjectHasher.d.ts +5 -0
  917. package/dist/_pkg/sdk-protocol/_pkg/hash/browser/ObjectHasher.d.ts +68 -0
  918. package/dist/_pkg/sdk-protocol/_pkg/hash/browser/createBrowserWorker.d.ts +2 -0
  919. package/dist/_pkg/sdk-protocol/_pkg/hash/browser/createNodeWorker.d.ts +2 -0
  920. package/dist/_pkg/sdk-protocol/_pkg/hash/browser/hasEmptyFields.d.ts +2 -0
  921. package/dist/_pkg/sdk-protocol/_pkg/hash/browser/index-browser.d.ts +3 -0
  922. package/dist/_pkg/sdk-protocol/_pkg/hash/browser/index-browser.mjs +288 -0
  923. package/dist/_pkg/sdk-protocol/_pkg/hash/browser/index.d.ts +4 -0
  924. package/dist/_pkg/sdk-protocol/_pkg/hash/browser/removeEmptyFields.d.ts +2 -0
  925. package/dist/_pkg/sdk-protocol/_pkg/hash/browser/sortFields.d.ts +2 -0
  926. package/dist/_pkg/sdk-protocol/_pkg/hash/browser/worker/index.d.ts +2 -0
  927. package/dist/_pkg/sdk-protocol/_pkg/hash/browser/worker/subtleHash-bundle.mjs +257 -0
  928. package/dist/_pkg/sdk-protocol/_pkg/hash/browser/worker/subtleHash.d.ts +1 -0
  929. package/dist/_pkg/sdk-protocol/_pkg/hash/browser/worker/subtleHashNode.d.ts +1 -0
  930. package/dist/_pkg/sdk-protocol/_pkg/hash/browser/worker/wasmHash-bundle.mjs +1678 -0
  931. package/dist/_pkg/sdk-protocol/_pkg/hash/browser/worker/wasmHash.d.ts +1 -0
  932. package/dist/_pkg/sdk-protocol/_pkg/hash/browser/worker/wasmHashNode.d.ts +1 -0
  933. package/dist/_pkg/sdk-protocol/_pkg/hash/neutral/BrowserObjectHasher.d.ts +8 -0
  934. package/dist/_pkg/sdk-protocol/_pkg/hash/neutral/NodeObjectHasher.d.ts +5 -0
  935. package/dist/_pkg/sdk-protocol/_pkg/hash/neutral/ObjectHasher.d.ts +68 -0
  936. package/dist/_pkg/sdk-protocol/_pkg/hash/neutral/createBrowserWorker.d.ts +2 -0
  937. package/dist/_pkg/sdk-protocol/_pkg/hash/neutral/createNodeWorker.d.ts +2 -0
  938. package/dist/_pkg/sdk-protocol/_pkg/hash/neutral/hasEmptyFields.d.ts +2 -0
  939. package/dist/_pkg/sdk-protocol/_pkg/hash/neutral/index-browser.d.ts +3 -0
  940. package/dist/_pkg/sdk-protocol/_pkg/hash/neutral/index-browser.mjs +288 -0
  941. package/dist/_pkg/sdk-protocol/_pkg/hash/neutral/index.d.ts +4 -0
  942. package/dist/_pkg/sdk-protocol/_pkg/hash/neutral/removeEmptyFields.d.ts +2 -0
  943. package/dist/_pkg/sdk-protocol/_pkg/hash/neutral/sortFields.d.ts +2 -0
  944. package/dist/_pkg/sdk-protocol/_pkg/hash/neutral/worker/index.d.ts +2 -0
  945. package/dist/_pkg/sdk-protocol/_pkg/hash/neutral/worker/subtleHash.d.ts +1 -0
  946. package/dist/_pkg/sdk-protocol/_pkg/hash/neutral/worker/subtleHashNode.d.ts +1 -0
  947. package/dist/_pkg/sdk-protocol/_pkg/hash/neutral/worker/wasmHash.d.ts +1 -0
  948. package/dist/_pkg/sdk-protocol/_pkg/hash/neutral/worker/wasmHashNode.d.ts +1 -0
  949. package/dist/_pkg/sdk-protocol/_pkg/hash/node/BrowserObjectHasher.d.ts +8 -0
  950. package/dist/_pkg/sdk-protocol/_pkg/hash/node/NodeObjectHasher.d.ts +5 -0
  951. package/dist/_pkg/sdk-protocol/_pkg/hash/node/ObjectHasher.d.ts +68 -0
  952. package/dist/_pkg/sdk-protocol/_pkg/hash/node/createBrowserWorker.d.ts +2 -0
  953. package/dist/_pkg/sdk-protocol/_pkg/hash/node/createNodeWorker.d.ts +2 -0
  954. package/dist/_pkg/sdk-protocol/_pkg/hash/node/hasEmptyFields.d.ts +2 -0
  955. package/dist/_pkg/sdk-protocol/_pkg/hash/node/index-browser.d.ts +3 -0
  956. package/dist/_pkg/sdk-protocol/_pkg/hash/node/index.d.ts +4 -0
  957. package/dist/_pkg/sdk-protocol/_pkg/hash/node/index.mjs +278 -0
  958. package/dist/_pkg/sdk-protocol/_pkg/hash/node/removeEmptyFields.d.ts +2 -0
  959. package/dist/_pkg/sdk-protocol/_pkg/hash/node/sortFields.d.ts +2 -0
  960. package/dist/_pkg/sdk-protocol/_pkg/hash/node/worker/index.d.ts +2 -0
  961. package/dist/_pkg/sdk-protocol/_pkg/hash/node/worker/subtleHash.d.ts +1 -0
  962. package/dist/_pkg/sdk-protocol/_pkg/hash/node/worker/subtleHashNode.d.ts +1 -0
  963. package/dist/_pkg/sdk-protocol/_pkg/hash/node/worker/wasmHash.d.ts +1 -0
  964. package/dist/_pkg/sdk-protocol/_pkg/hash/node/worker/wasmHashNode.d.ts +1 -0
  965. package/dist/_pkg/sdk-protocol/_pkg/huri/neutral/Huri.d.ts +32 -0
  966. package/dist/_pkg/sdk-protocol/_pkg/huri/neutral/index.d.ts +1 -0
  967. package/dist/_pkg/sdk-protocol/_pkg/huri/neutral/index.mjs +117 -0
  968. package/dist/_pkg/sdk-protocol/_pkg/id-payload-plugin/neutral/Payload.d.ts +85 -0
  969. package/dist/_pkg/sdk-protocol/_pkg/id-payload-plugin/neutral/Plugin.d.ts +6 -0
  970. package/dist/_pkg/sdk-protocol/_pkg/id-payload-plugin/neutral/Schema.d.ts +4 -0
  971. package/dist/_pkg/sdk-protocol/_pkg/id-payload-plugin/neutral/Template.d.ts +2 -0
  972. package/dist/_pkg/sdk-protocol/_pkg/id-payload-plugin/neutral/index.d.ts +4 -0
  973. package/dist/_pkg/sdk-protocol/_pkg/id-payload-plugin/neutral/index.mjs +47 -0
  974. package/dist/_pkg/sdk-protocol/_pkg/key-model/neutral/Key/AddressValue.d.ts +9 -0
  975. package/dist/_pkg/sdk-protocol/_pkg/key-model/neutral/Key/EllipticKey.d.ts +3 -0
  976. package/dist/_pkg/sdk-protocol/_pkg/key-model/neutral/Key/PrivateKey.d.ts +14 -0
  977. package/dist/_pkg/sdk-protocol/_pkg/key-model/neutral/Key/PublicKey.d.ts +10 -0
  978. package/dist/_pkg/sdk-protocol/_pkg/key-model/neutral/Key/index.d.ts +3 -0
  979. package/dist/_pkg/sdk-protocol/_pkg/key-model/neutral/index.d.ts +1 -0
  980. package/dist/_pkg/sdk-protocol/_pkg/key-model/neutral/index.mjs +1 -0
  981. package/dist/_pkg/sdk-protocol/_pkg/manifest/neutral/index.d.ts +1 -0
  982. package/dist/_pkg/sdk-protocol/_pkg/manifest/neutral/index.mjs +2 -0
  983. package/dist/_pkg/sdk-protocol/_pkg/manifest-model/neutral/Manifest.d.ts +3 -0
  984. package/dist/_pkg/sdk-protocol/_pkg/manifest-model/neutral/Manifest.zod.d.ts +2618 -0
  985. package/dist/_pkg/sdk-protocol/_pkg/manifest-model/neutral/Payload.d.ts +1 -0
  986. package/dist/_pkg/sdk-protocol/_pkg/manifest-model/neutral/Payload.zod.d.ts +1590 -0
  987. package/dist/_pkg/sdk-protocol/_pkg/manifest-model/neutral/index.d.ts +2 -0
  988. package/dist/_pkg/sdk-protocol/_pkg/manifest-model/neutral/index.mjs +192 -0
  989. package/dist/_pkg/sdk-protocol/_pkg/metamask-connector/browser/MetaMaskConnector.d.ts +37 -0
  990. package/dist/_pkg/sdk-protocol/_pkg/metamask-connector/browser/index.d.ts +1 -0
  991. package/dist/_pkg/sdk-protocol/_pkg/metamask-connector/browser/index.mjs +113 -0
  992. package/dist/_pkg/sdk-protocol/_pkg/network/neutral/NetworkNodePayload.d.ts +78 -0
  993. package/dist/_pkg/sdk-protocol/_pkg/network/neutral/NetworkNodePayloadWrapper.d.ts +16 -0
  994. package/dist/_pkg/sdk-protocol/_pkg/network/neutral/NetworkPayload.d.ts +118 -0
  995. package/dist/_pkg/sdk-protocol/_pkg/network/neutral/NetworkPayloadWrapper.d.ts +62 -0
  996. package/dist/_pkg/sdk-protocol/_pkg/network/neutral/index.d.ts +7 -0
  997. package/dist/_pkg/sdk-protocol/_pkg/network/neutral/index.mjs +210 -0
  998. package/dist/_pkg/sdk-protocol/_pkg/network/neutral/knownArchivists.d.ts +2 -0
  999. package/dist/_pkg/sdk-protocol/_pkg/network/neutral/knownDiviners.d.ts +2 -0
  1000. package/dist/_pkg/sdk-protocol/_pkg/network/neutral/knownNetworks.d.ts +2 -0
  1001. package/dist/_pkg/sdk-protocol/_pkg/payload/neutral/builder.d.ts +1 -0
  1002. package/dist/_pkg/sdk-protocol/_pkg/payload/neutral/builder.mjs +2 -0
  1003. package/dist/_pkg/sdk-protocol/_pkg/payload/neutral/index.d.ts +5 -0
  1004. package/dist/_pkg/sdk-protocol/_pkg/payload/neutral/index.mjs +6 -0
  1005. package/dist/_pkg/sdk-protocol/_pkg/payload/neutral/model.d.ts +1 -0
  1006. package/dist/_pkg/sdk-protocol/_pkg/payload/neutral/model.mjs +2 -0
  1007. package/dist/_pkg/sdk-protocol/_pkg/payload/neutral/validator.d.ts +1 -0
  1008. package/dist/_pkg/sdk-protocol/_pkg/payload/neutral/validator.mjs +2 -0
  1009. package/dist/_pkg/sdk-protocol/_pkg/payload/neutral/wrapper.d.ts +1 -0
  1010. package/dist/_pkg/sdk-protocol/_pkg/payload/neutral/wrapper.mjs +2 -0
  1011. package/dist/_pkg/sdk-protocol/_pkg/payload-builder/neutral/Builder.d.ts +69 -0
  1012. package/dist/_pkg/sdk-protocol/_pkg/payload-builder/neutral/Options.d.ts +6 -0
  1013. package/dist/_pkg/sdk-protocol/_pkg/payload-builder/neutral/index.d.ts +2 -0
  1014. package/dist/_pkg/sdk-protocol/_pkg/payload-builder/neutral/index.mjs +217 -0
  1015. package/dist/_pkg/sdk-protocol/_pkg/payload-model/neutral/Error.d.ts +64 -0
  1016. package/dist/_pkg/sdk-protocol/_pkg/payload-model/neutral/Payload.d.ts +34 -0
  1017. package/dist/_pkg/sdk-protocol/_pkg/payload-model/neutral/PayloadBundle.d.ts +71 -0
  1018. package/dist/_pkg/sdk-protocol/_pkg/payload-model/neutral/PayloadFindFilter.d.ts +5 -0
  1019. package/dist/_pkg/sdk-protocol/_pkg/payload-model/neutral/PayloadHashMap.d.ts +6 -0
  1020. package/dist/_pkg/sdk-protocol/_pkg/payload-model/neutral/PayloadSet/PayloadSetPayload.d.ts +53 -0
  1021. package/dist/_pkg/sdk-protocol/_pkg/payload-model/neutral/PayloadSet/PayloadSetSchema.d.ts +4 -0
  1022. package/dist/_pkg/sdk-protocol/_pkg/payload-model/neutral/PayloadSet/index.d.ts +2 -0
  1023. package/dist/_pkg/sdk-protocol/_pkg/payload-model/neutral/PayloadValidationFunction.d.ts +13 -0
  1024. package/dist/_pkg/sdk-protocol/_pkg/payload-model/neutral/PayloadValueExpression.d.ts +37 -0
  1025. package/dist/_pkg/sdk-protocol/_pkg/payload-model/neutral/PayloadZod.d.ts +172 -0
  1026. package/dist/_pkg/sdk-protocol/_pkg/payload-model/neutral/Query.d.ts +20 -0
  1027. package/dist/_pkg/sdk-protocol/_pkg/payload-model/neutral/Schema.d.ts +37 -0
  1028. package/dist/_pkg/sdk-protocol/_pkg/payload-model/neutral/StorageMeta/DataHash.d.ts +23 -0
  1029. package/dist/_pkg/sdk-protocol/_pkg/payload-model/neutral/StorageMeta/Hash.d.ts +24 -0
  1030. package/dist/_pkg/sdk-protocol/_pkg/payload-model/neutral/StorageMeta/Sequence.d.ts +10 -0
  1031. package/dist/_pkg/sdk-protocol/_pkg/payload-model/neutral/StorageMeta/index.d.ts +2 -0
  1032. package/dist/_pkg/sdk-protocol/_pkg/payload-model/neutral/StorageMeta/sequence/Comparer.d.ts +6 -0
  1033. package/dist/_pkg/sdk-protocol/_pkg/payload-model/neutral/StorageMeta/sequence/Parser.d.ts +30 -0
  1034. package/dist/_pkg/sdk-protocol/_pkg/payload-model/neutral/StorageMeta/sequence/Sequence.d.ts +79 -0
  1035. package/dist/_pkg/sdk-protocol/_pkg/payload-model/neutral/StorageMeta/sequence/SequenceZod.d.ts +8 -0
  1036. package/dist/_pkg/sdk-protocol/_pkg/payload-model/neutral/StorageMeta/sequence/index.d.ts +4 -0
  1037. package/dist/_pkg/sdk-protocol/_pkg/payload-model/neutral/Timestamp.d.ts +7 -0
  1038. package/dist/_pkg/sdk-protocol/_pkg/payload-model/neutral/index.d.ts +15 -0
  1039. package/dist/_pkg/sdk-protocol/_pkg/payload-model/neutral/index.mjs +451 -0
  1040. package/dist/_pkg/sdk-protocol/_pkg/payload-model/neutral/isPayloadOfSchemaType.d.ts +4 -0
  1041. package/dist/_pkg/sdk-protocol/_pkg/payload-model/neutral/isPayloadOfZodType.d.ts +11 -0
  1042. package/dist/_pkg/sdk-protocol/_pkg/payload-plugin/neutral/Plugin.d.ts +18 -0
  1043. package/dist/_pkg/sdk-protocol/_pkg/payload-plugin/neutral/Resolver.d.ts +25 -0
  1044. package/dist/_pkg/sdk-protocol/_pkg/payload-plugin/neutral/createPlugin.d.ts +4 -0
  1045. package/dist/_pkg/sdk-protocol/_pkg/payload-plugin/neutral/index.d.ts +3 -0
  1046. package/dist/_pkg/sdk-protocol/_pkg/payload-plugin/neutral/index.mjs +66 -0
  1047. package/dist/_pkg/sdk-protocol/_pkg/payload-validator/neutral/Validator.d.ts +17 -0
  1048. package/dist/_pkg/sdk-protocol/_pkg/payload-validator/neutral/index.d.ts +1 -0
  1049. package/dist/_pkg/sdk-protocol/_pkg/payload-validator/neutral/index.mjs +39 -0
  1050. package/dist/_pkg/sdk-protocol/_pkg/payload-wrapper/neutral/PayloadDataWrapper.d.ts +17 -0
  1051. package/dist/_pkg/sdk-protocol/_pkg/payload-wrapper/neutral/PayloadWrapper.d.ts +5 -0
  1052. package/dist/_pkg/sdk-protocol/_pkg/payload-wrapper/neutral/PayloadWrapperBase.d.ts +22 -0
  1053. package/dist/_pkg/sdk-protocol/_pkg/payload-wrapper/neutral/SchemaType.d.ts +5 -0
  1054. package/dist/_pkg/sdk-protocol/_pkg/payload-wrapper/neutral/index.d.ts +3 -0
  1055. package/dist/_pkg/sdk-protocol/_pkg/payload-wrapper/neutral/index.mjs +156 -0
  1056. package/dist/_pkg/sdk-protocol/_pkg/pqc/neutral/MlDsa.d.ts +19 -0
  1057. package/dist/_pkg/sdk-protocol/_pkg/pqc/neutral/index.d.ts +1 -0
  1058. package/dist/_pkg/sdk-protocol/_pkg/pqc/neutral/index.mjs +46 -0
  1059. package/dist/_pkg/sdk-protocol/_pkg/previous-hash-store/neutral/index.d.ts +3 -0
  1060. package/dist/_pkg/sdk-protocol/_pkg/previous-hash-store/neutral/index.mjs +4 -0
  1061. package/dist/_pkg/sdk-protocol/_pkg/previous-hash-store-indexeddb/neutral/IndexedDbPreviousHashStore.d.ts +26 -0
  1062. package/dist/_pkg/sdk-protocol/_pkg/previous-hash-store-indexeddb/neutral/index.d.ts +1 -0
  1063. package/dist/_pkg/sdk-protocol/_pkg/previous-hash-store-indexeddb/neutral/index.mjs +41 -0
  1064. package/dist/_pkg/sdk-protocol/_pkg/previous-hash-store-model/neutral/PreviousHashStore.d.ts +7 -0
  1065. package/dist/_pkg/sdk-protocol/_pkg/previous-hash-store-model/neutral/index.d.ts +1 -0
  1066. package/dist/_pkg/sdk-protocol/_pkg/previous-hash-store-model/neutral/index.mjs +1 -0
  1067. package/dist/_pkg/sdk-protocol/_pkg/previous-hash-store-storage/neutral/NamespacedStorage.d.ts +9 -0
  1068. package/dist/_pkg/sdk-protocol/_pkg/previous-hash-store-storage/neutral/StoragePreviousHashStore.d.ts +23 -0
  1069. package/dist/_pkg/sdk-protocol/_pkg/previous-hash-store-storage/neutral/index.d.ts +2 -0
  1070. package/dist/_pkg/sdk-protocol/_pkg/previous-hash-store-storage/neutral/index.mjs +103 -0
  1071. package/dist/_pkg/sdk-protocol/_pkg/protocol/neutral/index.d.ts +4 -0
  1072. package/dist/_pkg/sdk-protocol/_pkg/protocol/neutral/index.mjs +5 -0
  1073. package/dist/_pkg/sdk-protocol/_pkg/quadkey/neutral/Quadkey.d.ts +64 -0
  1074. package/dist/_pkg/sdk-protocol/_pkg/quadkey/neutral/RelativeDirectionConstantLookup.d.ts +1 -0
  1075. package/dist/_pkg/sdk-protocol/_pkg/quadkey/neutral/index.d.ts +1 -0
  1076. package/dist/_pkg/sdk-protocol/_pkg/quadkey/neutral/index.mjs +280 -0
  1077. package/dist/_pkg/sdk-protocol/_pkg/quant-account/neutral/QuantAccount.d.ts +33 -0
  1078. package/dist/_pkg/sdk-protocol/_pkg/quant-account/neutral/index.d.ts +2 -0
  1079. package/dist/_pkg/sdk-protocol/_pkg/quant-account/neutral/index.mjs +172 -0
  1080. package/dist/_pkg/sdk-protocol/_pkg/quant-account/neutral/register.d.ts +1 -0
  1081. package/dist/_pkg/sdk-protocol/_pkg/query-payload-plugin/neutral/Payload.d.ts +42 -0
  1082. package/dist/_pkg/sdk-protocol/_pkg/query-payload-plugin/neutral/Plugin.d.ts +6 -0
  1083. package/dist/_pkg/sdk-protocol/_pkg/query-payload-plugin/neutral/Schema.d.ts +4 -0
  1084. package/dist/_pkg/sdk-protocol/_pkg/query-payload-plugin/neutral/Template.d.ts +2 -0
  1085. package/dist/_pkg/sdk-protocol/_pkg/query-payload-plugin/neutral/index.d.ts +4 -0
  1086. package/dist/_pkg/sdk-protocol/_pkg/query-payload-plugin/neutral/index.mjs +43 -0
  1087. package/dist/_pkg/sdk-protocol/_pkg/schema-cache/neutral/Debounce.d.ts +4 -0
  1088. package/dist/_pkg/sdk-protocol/_pkg/schema-cache/neutral/SchemaCache.d.ts +42 -0
  1089. package/dist/_pkg/sdk-protocol/_pkg/schema-cache/neutral/SchemaNameToValidatorMap.d.ts +11 -0
  1090. package/dist/_pkg/sdk-protocol/_pkg/schema-cache/neutral/TtlLruCache.d.ts +12 -0
  1091. package/dist/_pkg/sdk-protocol/_pkg/schema-cache/neutral/index.d.ts +4 -0
  1092. package/dist/_pkg/sdk-protocol/_pkg/schema-cache/neutral/index.mjs +177 -0
  1093. package/dist/_pkg/sdk-protocol/_pkg/schema-name-validator/neutral/SchemaNameValidator.d.ts +42 -0
  1094. package/dist/_pkg/sdk-protocol/_pkg/schema-name-validator/neutral/index.d.ts +1 -0
  1095. package/dist/_pkg/sdk-protocol/_pkg/schema-name-validator/neutral/index.mjs +68 -0
  1096. package/dist/_pkg/sdk-protocol/_pkg/schema-payload-plugin/neutral/Payload.d.ts +95 -0
  1097. package/dist/_pkg/sdk-protocol/_pkg/schema-payload-plugin/neutral/Plugin.d.ts +12 -0
  1098. package/dist/_pkg/sdk-protocol/_pkg/schema-payload-plugin/neutral/Schema.d.ts +4 -0
  1099. package/dist/_pkg/sdk-protocol/_pkg/schema-payload-plugin/neutral/Template.d.ts +2 -0
  1100. package/dist/_pkg/sdk-protocol/_pkg/schema-payload-plugin/neutral/index.d.ts +4 -0
  1101. package/dist/_pkg/sdk-protocol/_pkg/schema-payload-plugin/neutral/index.mjs +59 -0
  1102. package/dist/_pkg/sdk-protocol/_pkg/sdk-utils/neutral/api.d.ts +4 -0
  1103. package/dist/_pkg/sdk-protocol/_pkg/sdk-utils/neutral/api.mjs +5 -0
  1104. package/dist/_pkg/sdk-protocol/_pkg/sdk-utils/neutral/index.d.ts +8 -0
  1105. package/dist/_pkg/sdk-protocol/_pkg/sdk-utils/neutral/index.mjs +9 -0
  1106. package/dist/_pkg/sdk-protocol/_pkg/sdk-utils/neutral/integrations.d.ts +2 -0
  1107. package/dist/_pkg/sdk-protocol/_pkg/sdk-utils/neutral/integrations.mjs +3 -0
  1108. package/dist/_pkg/sdk-protocol/_pkg/sdk-utils/neutral/plugins.d.ts +1 -0
  1109. package/dist/_pkg/sdk-protocol/_pkg/sdk-utils/neutral/plugins.mjs +2 -0
  1110. package/dist/_pkg/sdk-protocol/_pkg/sdk-utils/neutral/validation.d.ts +1 -0
  1111. package/dist/_pkg/sdk-protocol/_pkg/sdk-utils/neutral/validation.mjs +2 -0
  1112. package/dist/_pkg/sdk-protocol/_pkg/value-payload-plugin/neutral/Payload.d.ts +45 -0
  1113. package/dist/_pkg/sdk-protocol/_pkg/value-payload-plugin/neutral/Plugin.d.ts +2 -0
  1114. package/dist/_pkg/sdk-protocol/_pkg/value-payload-plugin/neutral/Schema.d.ts +4 -0
  1115. package/dist/_pkg/sdk-protocol/_pkg/value-payload-plugin/neutral/Template.d.ts +2 -0
  1116. package/dist/_pkg/sdk-protocol/_pkg/value-payload-plugin/neutral/index.d.ts +4 -0
  1117. package/dist/_pkg/sdk-protocol/_pkg/value-payload-plugin/neutral/index.mjs +43 -0
  1118. package/dist/_pkg/sdk-protocol/_pkg/wallet/neutral/HDWallet.d.ts +37 -0
  1119. package/dist/_pkg/sdk-protocol/_pkg/wallet/neutral/index.d.ts +1 -0
  1120. package/dist/_pkg/sdk-protocol/_pkg/wallet/neutral/index.mjs +156 -0
  1121. package/dist/_pkg/sdk-protocol/_pkg/wallet-model/neutral/Mnemonic.d.ts +26 -0
  1122. package/dist/_pkg/sdk-protocol/_pkg/wallet-model/neutral/Wallet.d.ts +25 -0
  1123. package/dist/_pkg/sdk-protocol/_pkg/wallet-model/neutral/Wordlist.d.ts +23 -0
  1124. package/dist/_pkg/sdk-protocol/_pkg/wallet-model/neutral/index.d.ts +1 -0
  1125. package/dist/_pkg/sdk-protocol/_pkg/wallet-model/neutral/index.mjs +1 -0
  1126. package/dist/_pkg/sdk-protocol/_pkg/wasm/neutral/WasmSupport.d.ts +109 -0
  1127. package/dist/_pkg/sdk-protocol/_pkg/wasm/neutral/index.d.ts +1 -0
  1128. package/dist/_pkg/sdk-protocol/_pkg/wasm/neutral/index.mjs +177 -0
  1129. package/dist/_pkg/sdk-protocol/_pkg/wasm/neutral/wasmFeatureDetect.d.ts +15 -0
  1130. package/dist/_pkg/sdk-protocol/neutral/core-payload-plugins.d.ts +1 -0
  1131. package/dist/_pkg/sdk-protocol/neutral/core-payload-plugins.mjs +1 -0
  1132. package/dist/_pkg/sdk-protocol/neutral/index.d.ts +4 -0
  1133. package/dist/_pkg/sdk-protocol/neutral/index.mjs +4 -0
  1134. package/dist/_pkg/sdk-protocol/neutral/manifest.d.ts +1 -0
  1135. package/dist/_pkg/sdk-protocol/neutral/manifest.mjs +1 -0
  1136. package/dist/_pkg/sdk-protocol/neutral/protocol.d.ts +1 -0
  1137. package/dist/_pkg/sdk-protocol/neutral/protocol.mjs +1 -0
  1138. package/dist/_pkg/sdk-protocol/neutral/sdk-utils.d.ts +1 -0
  1139. package/dist/_pkg/sdk-protocol/neutral/sdk-utils.mjs +1 -0
  1140. package/dist/_pkg/sdk-utils/neutral/api.d.ts +4 -0
  1141. package/dist/_pkg/sdk-utils/neutral/api.mjs +5 -0
  1142. package/dist/_pkg/sdk-utils/neutral/index.d.ts +8 -0
  1143. package/dist/_pkg/sdk-utils/neutral/index.mjs +9 -0
  1144. package/dist/_pkg/sdk-utils/neutral/integrations.d.ts +2 -0
  1145. package/dist/_pkg/sdk-utils/neutral/integrations.mjs +3 -0
  1146. package/dist/_pkg/sdk-utils/neutral/plugins.d.ts +1 -0
  1147. package/dist/_pkg/sdk-utils/neutral/plugins.mjs +2 -0
  1148. package/dist/_pkg/sdk-utils/neutral/validation.d.ts +1 -0
  1149. package/dist/_pkg/sdk-utils/neutral/validation.mjs +2 -0
  1150. package/dist/_pkg/sentinel/neutral/abstract.d.ts +1 -0
  1151. package/dist/_pkg/sentinel/neutral/abstract.mjs +2 -0
  1152. package/dist/_pkg/sentinel/neutral/index.d.ts +4 -0
  1153. package/dist/_pkg/sentinel/neutral/index.mjs +5 -0
  1154. package/dist/_pkg/sentinel/neutral/model.d.ts +1 -0
  1155. package/dist/_pkg/sentinel/neutral/model.mjs +2 -0
  1156. package/dist/_pkg/sentinel/neutral/wrapper.d.ts +1 -0
  1157. package/dist/_pkg/sentinel/neutral/wrapper.mjs +2 -0
  1158. package/dist/_pkg/sentinel-abstract/neutral/AbstractSentinel.d.ts +21 -0
  1159. package/dist/_pkg/sentinel-abstract/neutral/index.d.ts +1 -0
  1160. package/dist/_pkg/sentinel-abstract/neutral/index.mjs +143 -0
  1161. package/dist/_pkg/sentinel-memory/neutral/MemorySentinel.d.ts +16 -0
  1162. package/dist/_pkg/sentinel-memory/neutral/SentinelIntervalAutomationWrapper.d.ts +20 -0
  1163. package/dist/_pkg/sentinel-memory/neutral/SentinelRunner.d.ts +29 -0
  1164. package/dist/_pkg/sentinel-memory/neutral/index.d.ts +3 -0
  1165. package/dist/_pkg/sentinel-memory/neutral/index.mjs +324 -0
  1166. package/dist/_pkg/sentinel-model/neutral/Automation.d.ts +47 -0
  1167. package/dist/_pkg/sentinel-model/neutral/Config.d.ts +31 -0
  1168. package/dist/_pkg/sentinel-model/neutral/EventData.d.ts +4 -0
  1169. package/dist/_pkg/sentinel-model/neutral/EventsModels/JobEnd.d.ts +10 -0
  1170. package/dist/_pkg/sentinel-model/neutral/EventsModels/JobStart.d.ts +9 -0
  1171. package/dist/_pkg/sentinel-model/neutral/EventsModels/ReportEnd.d.ts +11 -0
  1172. package/dist/_pkg/sentinel-model/neutral/EventsModels/ReportStart.d.ts +9 -0
  1173. package/dist/_pkg/sentinel-model/neutral/EventsModels/TaskEnd.d.ts +12 -0
  1174. package/dist/_pkg/sentinel-model/neutral/EventsModels/TaskStart.d.ts +11 -0
  1175. package/dist/_pkg/sentinel-model/neutral/EventsModels/index.d.ts +6 -0
  1176. package/dist/_pkg/sentinel-model/neutral/Instance.d.ts +9 -0
  1177. package/dist/_pkg/sentinel-model/neutral/Job.d.ts +4 -0
  1178. package/dist/_pkg/sentinel-model/neutral/Module.d.ts +7 -0
  1179. package/dist/_pkg/sentinel-model/neutral/Params.d.ts +4 -0
  1180. package/dist/_pkg/sentinel-model/neutral/Queries/Report.d.ts +14 -0
  1181. package/dist/_pkg/sentinel-model/neutral/Queries/index.d.ts +5 -0
  1182. package/dist/_pkg/sentinel-model/neutral/ResolvedTask.d.ts +13 -0
  1183. package/dist/_pkg/sentinel-model/neutral/Sentinel.d.ts +7 -0
  1184. package/dist/_pkg/sentinel-model/neutral/Task.d.ts +14 -0
  1185. package/dist/_pkg/sentinel-model/neutral/attachable/AttachableInstance.d.ts +12 -0
  1186. package/dist/_pkg/sentinel-model/neutral/attachable/asAttachableInstance.d.ts +1 -0
  1187. package/dist/_pkg/sentinel-model/neutral/attachable/index.d.ts +3 -0
  1188. package/dist/_pkg/sentinel-model/neutral/attachable/isAttachableInstance.d.ts +4 -0
  1189. package/dist/_pkg/sentinel-model/neutral/index.d.ts +14 -0
  1190. package/dist/_pkg/sentinel-model/neutral/index.mjs +150 -0
  1191. package/dist/_pkg/sentinel-model/neutral/typeChecks.d.ts +10 -0
  1192. package/dist/_pkg/sentinel-wrapper/neutral/Wrapper.d.ts +16 -0
  1193. package/dist/_pkg/sentinel-wrapper/neutral/index.d.ts +1 -0
  1194. package/dist/_pkg/sentinel-wrapper/neutral/index.mjs +30 -0
  1195. package/dist/_pkg/value-payload-plugin/neutral/Payload.d.ts +45 -0
  1196. package/dist/_pkg/value-payload-plugin/neutral/Plugin.d.ts +2 -0
  1197. package/dist/_pkg/value-payload-plugin/neutral/Schema.d.ts +4 -0
  1198. package/dist/_pkg/value-payload-plugin/neutral/Template.d.ts +2 -0
  1199. package/dist/_pkg/value-payload-plugin/neutral/index.d.ts +4 -0
  1200. package/dist/_pkg/value-payload-plugin/neutral/index.mjs +43 -0
  1201. package/dist/_pkg/wallet/neutral/HDWallet.d.ts +37 -0
  1202. package/dist/_pkg/wallet/neutral/index.d.ts +1 -0
  1203. package/dist/_pkg/wallet/neutral/index.mjs +156 -0
  1204. package/dist/_pkg/wallet-model/neutral/Mnemonic.d.ts +26 -0
  1205. package/dist/_pkg/wallet-model/neutral/Wallet.d.ts +25 -0
  1206. package/dist/_pkg/wallet-model/neutral/Wordlist.d.ts +23 -0
  1207. package/dist/_pkg/wallet-model/neutral/index.d.ts +1 -0
  1208. package/dist/_pkg/wallet-model/neutral/index.mjs +1 -0
  1209. package/dist/_pkg/wasm/neutral/WasmSupport.d.ts +109 -0
  1210. package/dist/_pkg/wasm/neutral/index.d.ts +1 -0
  1211. package/dist/_pkg/wasm/neutral/index.mjs +177 -0
  1212. package/dist/_pkg/wasm/neutral/wasmFeatureDetect.d.ts +15 -0
  1213. package/dist/_pkg/witness/neutral/abstract.d.ts +1 -0
  1214. package/dist/_pkg/witness/neutral/abstract.mjs +2 -0
  1215. package/dist/_pkg/witness/neutral/index.d.ts +3 -0
  1216. package/dist/_pkg/witness/neutral/index.mjs +4 -0
  1217. package/dist/_pkg/witness/neutral/model.d.ts +1 -0
  1218. package/dist/_pkg/witness/neutral/model.mjs +2 -0
  1219. package/dist/_pkg/witness/neutral/wrapper.d.ts +1 -0
  1220. package/dist/_pkg/witness/neutral/wrapper.mjs +2 -0
  1221. package/dist/_pkg/witness-abstract/neutral/AbstractWitness.d.ts +21 -0
  1222. package/dist/_pkg/witness-abstract/neutral/index.d.ts +1 -0
  1223. package/dist/_pkg/witness-abstract/neutral/index.mjs +85 -0
  1224. package/dist/_pkg/witness-adhoc/neutral/Witness.d.ts +27 -0
  1225. package/dist/_pkg/witness-adhoc/neutral/index.d.ts +1 -0
  1226. package/dist/_pkg/witness-adhoc/neutral/index.mjs +39 -0
  1227. package/dist/_pkg/witness-model/neutral/Config.d.ts +20 -0
  1228. package/dist/_pkg/witness-model/neutral/CustomInstance.d.ts +8 -0
  1229. package/dist/_pkg/witness-model/neutral/CustomModule.d.ts +6 -0
  1230. package/dist/_pkg/witness-model/neutral/EventData.d.ts +4 -0
  1231. package/dist/_pkg/witness-model/neutral/EventsModels/ObserveEnd.d.ts +11 -0
  1232. package/dist/_pkg/witness-model/neutral/EventsModels/ObserveStart.d.ts +9 -0
  1233. package/dist/_pkg/witness-model/neutral/EventsModels/index.d.ts +2 -0
  1234. package/dist/_pkg/witness-model/neutral/Instance.d.ts +8 -0
  1235. package/dist/_pkg/witness-model/neutral/Module.d.ts +5 -0
  1236. package/dist/_pkg/witness-model/neutral/Params.d.ts +4 -0
  1237. package/dist/_pkg/witness-model/neutral/Queries/Observe.d.ts +16 -0
  1238. package/dist/_pkg/witness-model/neutral/Queries/index.d.ts +5 -0
  1239. package/dist/_pkg/witness-model/neutral/QueryFunctions.d.ts +7 -0
  1240. package/dist/_pkg/witness-model/neutral/attachable/AttachableInstance.d.ts +12 -0
  1241. package/dist/_pkg/witness-model/neutral/attachable/asAttachableInstance.d.ts +1 -0
  1242. package/dist/_pkg/witness-model/neutral/attachable/index.d.ts +3 -0
  1243. package/dist/_pkg/witness-model/neutral/attachable/isAttachableInstance.d.ts +4 -0
  1244. package/dist/_pkg/witness-model/neutral/index.d.ts +12 -0
  1245. package/dist/_pkg/witness-model/neutral/index.mjs +97 -0
  1246. package/dist/_pkg/witness-model/neutral/typeChecks.d.ts +11 -0
  1247. package/dist/_pkg/witness-wrapper/neutral/WitnessWrapper.d.ts +12 -0
  1248. package/dist/_pkg/witness-wrapper/neutral/index.d.ts +1 -0
  1249. package/dist/_pkg/witness-wrapper/neutral/index.mjs +24 -0
  1250. package/dist/neutral/address-payload-plugin.d.ts +1 -0
  1251. package/dist/neutral/address-payload-plugin.mjs +1 -0
  1252. package/dist/neutral/api-location-diviner.d.ts +1 -0
  1253. package/dist/neutral/api-location-diviner.mjs +1 -0
  1254. package/dist/neutral/archivist.d.ts +1 -0
  1255. package/dist/neutral/archivist.mjs +1 -0
  1256. package/dist/neutral/boundwitness-loader.d.ts +1 -0
  1257. package/dist/neutral/boundwitness-loader.mjs +1 -0
  1258. package/dist/neutral/bridge.d.ts +1 -0
  1259. package/dist/neutral/bridge.mjs +1 -0
  1260. package/dist/neutral/core-payload-plugins.d.ts +1 -0
  1261. package/dist/neutral/core-payload-plugins.mjs +1 -0
  1262. package/dist/neutral/diviner.d.ts +1 -0
  1263. package/dist/neutral/diviner.mjs +1 -0
  1264. package/dist/neutral/index.d.ts +16 -10
  1265. package/dist/neutral/index.mjs +16 -0
  1266. package/dist/neutral/manifest-wrapper.d.ts +1 -0
  1267. package/dist/neutral/manifest-wrapper.mjs +1 -0
  1268. package/dist/neutral/manifest.d.ts +1 -0
  1269. package/dist/neutral/manifest.mjs +1 -0
  1270. package/dist/neutral/module.d.ts +1 -0
  1271. package/dist/neutral/module.mjs +1 -0
  1272. package/dist/neutral/node.d.ts +1 -0
  1273. package/dist/neutral/node.mjs +1 -0
  1274. package/dist/neutral/payloadset-plugin.d.ts +1 -0
  1275. package/dist/neutral/payloadset-plugin.mjs +1 -0
  1276. package/dist/neutral/protocol.d.ts +1 -0
  1277. package/dist/neutral/protocol.mjs +1 -0
  1278. package/dist/neutral/sdk-utils.d.ts +1 -0
  1279. package/dist/neutral/sdk-utils.mjs +1 -0
  1280. package/dist/neutral/sentinel.d.ts +1 -0
  1281. package/dist/neutral/sentinel.mjs +1 -0
  1282. package/dist/neutral/witness.d.ts +1 -0
  1283. package/dist/neutral/witness.mjs +1 -0
  1284. package/package.json +169 -55
  1285. package/dist/browser/index.cjs +0 -29
  1286. package/dist/browser/index.cjs.map +0 -1
  1287. package/dist/browser/index.d.cts +0 -10
  1288. package/dist/browser/index.d.cts.map +0 -1
  1289. package/dist/browser/index.d.mts +0 -10
  1290. package/dist/browser/index.d.mts.map +0 -1
  1291. package/dist/browser/index.d.ts +0 -10
  1292. package/dist/browser/index.d.ts.map +0 -1
  1293. package/dist/browser/index.js +0 -11
  1294. package/dist/browser/index.js.map +0 -1
  1295. package/dist/neutral/index.cjs +0 -29
  1296. package/dist/neutral/index.cjs.map +0 -1
  1297. package/dist/neutral/index.d.cts +0 -10
  1298. package/dist/neutral/index.d.cts.map +0 -1
  1299. package/dist/neutral/index.d.mts +0 -10
  1300. package/dist/neutral/index.d.mts.map +0 -1
  1301. package/dist/neutral/index.d.ts.map +0 -1
  1302. package/dist/neutral/index.js +0 -11
  1303. package/dist/neutral/index.js.map +0 -1
  1304. package/dist/node/index.cjs +0 -41
  1305. package/dist/node/index.cjs.map +0 -1
  1306. package/dist/node/index.d.cts +0 -10
  1307. package/dist/node/index.d.cts.map +0 -1
  1308. package/dist/node/index.d.mts +0 -10
  1309. package/dist/node/index.d.mts.map +0 -1
  1310. package/dist/node/index.d.ts +0 -10
  1311. package/dist/node/index.d.ts.map +0 -1
  1312. package/dist/node/index.js +0 -11
  1313. package/dist/node/index.js.map +0 -1
  1314. package/src/index.ts +0 -9
  1315. package/typedoc.json +0 -5
@@ -0,0 +1,2618 @@
1
+ import type { Brand } from '@xylabs/sdk';
2
+ import type { Schema } from '../../payload-model/neutral/index.ts';
3
+ import * as z from 'zod/mini';
4
+ export declare const asBrandedZod: <TBrand, TSchema extends z.core.$ZodType<string>>(schema: TSchema) => z.core.$ZodType<Brand<string, TBrand>, Brand<string, TBrand>>;
5
+ export type ModuleAlias = Brand<string, {
6
+ __moduleAlias: true;
7
+ }>;
8
+ export declare const ModuleAliasZod: z.core.$ZodType<Brand<string, {
9
+ __moduleAlias: true;
10
+ }>, Brand<string, {
11
+ __moduleAlias: true;
12
+ }>, z.core.$ZodTypeInternals<Brand<string, {
13
+ __moduleAlias: true;
14
+ }>, Brand<string, {
15
+ __moduleAlias: true;
16
+ }>>>;
17
+ export declare const ManifestZod: z.ZodMiniObject<{
18
+ $schema: z.ZodMiniOptional<z.ZodMiniString<string>>;
19
+ description: z.ZodMiniOptional<z.ZodMiniString<string>>;
20
+ }, z.core.$strip>;
21
+ export type Manifest = z.infer<typeof ManifestZod>;
22
+ export declare const isManifest: <T>(value: T) => value is T & {
23
+ $schema?: string | undefined;
24
+ description?: string | undefined;
25
+ };
26
+ export declare const asManifest: {
27
+ <T>(value: T): (T & {
28
+ $schema?: string | undefined;
29
+ description?: string | undefined;
30
+ }) | undefined;
31
+ <T>(value: T, assert: import("@xylabs/sdk").ZodFactoryConfig): T & {
32
+ $schema?: string | undefined;
33
+ description?: string | undefined;
34
+ };
35
+ };
36
+ export declare const toManifest: {
37
+ <T>(value: T): (T & {
38
+ $schema?: string | undefined;
39
+ description?: string | undefined;
40
+ }) | undefined;
41
+ <T>(value: T, assert: import("@xylabs/sdk").ZodFactoryConfig): T & {
42
+ $schema?: string | undefined;
43
+ description?: string | undefined;
44
+ };
45
+ };
46
+ export declare const ConfigManifestZod: z.ZodMiniObject<{
47
+ accountPath: z.ZodMiniOptional<z.ZodMiniString<string>>;
48
+ features: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
49
+ labels: z.ZodMiniOptional<z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniOptional<z.ZodMiniString<string>>>>;
50
+ language: z.ZodMiniOptional<z.ZodMiniString<string>>;
51
+ name: z.ZodMiniString<string>;
52
+ os: z.ZodMiniOptional<z.ZodMiniString<string>>;
53
+ schema: z.ZodMiniCustom<Schema, Schema>;
54
+ }, z.core.$loose>;
55
+ export type ConfigManifest = z.infer<typeof ConfigManifestZod>;
56
+ export declare const isConfigManifest: <T>(value: T) => value is T & {
57
+ [x: string]: unknown;
58
+ name: string;
59
+ schema: Schema;
60
+ accountPath?: string | undefined;
61
+ features?: string[] | undefined;
62
+ labels?: Record<string, string | undefined> | undefined;
63
+ language?: string | undefined;
64
+ os?: string | undefined;
65
+ };
66
+ export declare const asConfigManifest: {
67
+ <T>(value: T): (T & {
68
+ [x: string]: unknown;
69
+ name: string;
70
+ schema: Schema;
71
+ accountPath?: string | undefined;
72
+ features?: string[] | undefined;
73
+ labels?: Record<string, string | undefined> | undefined;
74
+ language?: string | undefined;
75
+ os?: string | undefined;
76
+ }) | undefined;
77
+ <T>(value: T, assert: import("@xylabs/sdk").ZodFactoryConfig): T & {
78
+ [x: string]: unknown;
79
+ name: string;
80
+ schema: Schema;
81
+ accountPath?: string | undefined;
82
+ features?: string[] | undefined;
83
+ labels?: Record<string, string | undefined> | undefined;
84
+ language?: string | undefined;
85
+ os?: string | undefined;
86
+ };
87
+ };
88
+ export declare const toConfigManifest: {
89
+ <T>(value: T): (T & {
90
+ [x: string]: unknown;
91
+ name: string;
92
+ schema: Schema;
93
+ accountPath?: string | undefined;
94
+ features?: string[] | undefined;
95
+ labels?: Record<string, string | undefined> | undefined;
96
+ language?: string | undefined;
97
+ os?: string | undefined;
98
+ }) | undefined;
99
+ <T>(value: T, assert: import("@xylabs/sdk").ZodFactoryConfig): T & {
100
+ [x: string]: unknown;
101
+ name: string;
102
+ schema: Schema;
103
+ accountPath?: string | undefined;
104
+ features?: string[] | undefined;
105
+ labels?: Record<string, string | undefined> | undefined;
106
+ language?: string | undefined;
107
+ os?: string | undefined;
108
+ };
109
+ };
110
+ export declare const ModuleManifestStatusZod: z.ZodMiniObject<{
111
+ address: z.ZodMiniCustom<(Lowercase<string> & {
112
+ readonly __hex: true;
113
+ } & {
114
+ readonly __address: true;
115
+ }) | import("../../address/neutral/index.ts").XyoQuantAddress, (Lowercase<string> & {
116
+ readonly __hex: true;
117
+ } & {
118
+ readonly __address: true;
119
+ }) | import("../../address/neutral/index.ts").XyoQuantAddress>;
120
+ children: z.ZodMiniOptional<z.ZodMiniRecord<z.ZodMiniCustom<(Lowercase<string> & {
121
+ readonly __hex: true;
122
+ } & {
123
+ readonly __address: true;
124
+ }) | import("../../address/neutral/index.ts").XyoQuantAddress, (Lowercase<string> & {
125
+ readonly __hex: true;
126
+ } & {
127
+ readonly __address: true;
128
+ }) | import("../../address/neutral/index.ts").XyoQuantAddress>, z.ZodMiniNullable<z.ZodMiniString<string>>>>;
129
+ }, z.core.$strip>;
130
+ export declare const ModuleManifestZod: z.ZodMiniObject<{
131
+ $schema: z.ZodMiniOptional<z.ZodMiniString<string>>;
132
+ description: z.ZodMiniOptional<z.ZodMiniString<string>>;
133
+ config: z.ZodMiniObject<{
134
+ accountPath: z.ZodMiniOptional<z.ZodMiniString<string>>;
135
+ features: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
136
+ labels: z.ZodMiniOptional<z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniOptional<z.ZodMiniString<string>>>>;
137
+ language: z.ZodMiniOptional<z.ZodMiniString<string>>;
138
+ name: z.ZodMiniString<string>;
139
+ os: z.ZodMiniOptional<z.ZodMiniString<string>>;
140
+ schema: z.ZodMiniCustom<Schema, Schema>;
141
+ }, z.core.$loose>;
142
+ lazyStart: z.ZodMiniOptional<z.ZodMiniBoolean<boolean>>;
143
+ status: z.ZodMiniOptional<z.ZodMiniObject<{
144
+ address: z.ZodMiniCustom<(Lowercase<string> & {
145
+ readonly __hex: true;
146
+ } & {
147
+ readonly __address: true;
148
+ }) | import("../../address/neutral/index.ts").XyoQuantAddress, (Lowercase<string> & {
149
+ readonly __hex: true;
150
+ } & {
151
+ readonly __address: true;
152
+ }) | import("../../address/neutral/index.ts").XyoQuantAddress>;
153
+ children: z.ZodMiniOptional<z.ZodMiniRecord<z.ZodMiniCustom<(Lowercase<string> & {
154
+ readonly __hex: true;
155
+ } & {
156
+ readonly __address: true;
157
+ }) | import("../../address/neutral/index.ts").XyoQuantAddress, (Lowercase<string> & {
158
+ readonly __hex: true;
159
+ } & {
160
+ readonly __address: true;
161
+ }) | import("../../address/neutral/index.ts").XyoQuantAddress>, z.ZodMiniNullable<z.ZodMiniString<string>>>>;
162
+ }, z.core.$strip>>;
163
+ }, z.core.$strip>;
164
+ export type ModuleManifest = z.infer<typeof ModuleManifestZod>;
165
+ export declare const isModuleManifest: <T>(value: T) => value is T & {
166
+ config: {
167
+ [x: string]: unknown;
168
+ name: string;
169
+ schema: Schema;
170
+ accountPath?: string | undefined;
171
+ features?: string[] | undefined;
172
+ labels?: Record<string, string | undefined> | undefined;
173
+ language?: string | undefined;
174
+ os?: string | undefined;
175
+ };
176
+ $schema?: string | undefined;
177
+ description?: string | undefined;
178
+ lazyStart?: boolean | undefined;
179
+ status?: {
180
+ address: (Lowercase<string> & {
181
+ readonly __hex: true;
182
+ } & {
183
+ readonly __address: true;
184
+ }) | import("../../address/neutral/index.ts").XyoQuantAddress;
185
+ children?: Record<(Lowercase<string> & {
186
+ readonly __hex: true;
187
+ } & {
188
+ readonly __address: true;
189
+ }) | import("../../address/neutral/index.ts").XyoQuantAddress, string | null> | undefined;
190
+ } | undefined;
191
+ };
192
+ export declare const asModuleManifest: {
193
+ <T>(value: T): (T & {
194
+ config: {
195
+ [x: string]: unknown;
196
+ name: string;
197
+ schema: Schema;
198
+ accountPath?: string | undefined;
199
+ features?: string[] | undefined;
200
+ labels?: Record<string, string | undefined> | undefined;
201
+ language?: string | undefined;
202
+ os?: string | undefined;
203
+ };
204
+ $schema?: string | undefined;
205
+ description?: string | undefined;
206
+ lazyStart?: boolean | undefined;
207
+ status?: {
208
+ address: (Lowercase<string> & {
209
+ readonly __hex: true;
210
+ } & {
211
+ readonly __address: true;
212
+ }) | import("../../address/neutral/index.ts").XyoQuantAddress;
213
+ children?: Record<(Lowercase<string> & {
214
+ readonly __hex: true;
215
+ } & {
216
+ readonly __address: true;
217
+ }) | import("../../address/neutral/index.ts").XyoQuantAddress, string | null> | undefined;
218
+ } | undefined;
219
+ }) | undefined;
220
+ <T>(value: T, assert: import("@xylabs/sdk").ZodFactoryConfig): T & {
221
+ config: {
222
+ [x: string]: unknown;
223
+ name: string;
224
+ schema: Schema;
225
+ accountPath?: string | undefined;
226
+ features?: string[] | undefined;
227
+ labels?: Record<string, string | undefined> | undefined;
228
+ language?: string | undefined;
229
+ os?: string | undefined;
230
+ };
231
+ $schema?: string | undefined;
232
+ description?: string | undefined;
233
+ lazyStart?: boolean | undefined;
234
+ status?: {
235
+ address: (Lowercase<string> & {
236
+ readonly __hex: true;
237
+ } & {
238
+ readonly __address: true;
239
+ }) | import("../../address/neutral/index.ts").XyoQuantAddress;
240
+ children?: Record<(Lowercase<string> & {
241
+ readonly __hex: true;
242
+ } & {
243
+ readonly __address: true;
244
+ }) | import("../../address/neutral/index.ts").XyoQuantAddress, string | null> | undefined;
245
+ } | undefined;
246
+ };
247
+ };
248
+ export declare const toModuleManifest: {
249
+ <T>(value: T): (T & {
250
+ config: {
251
+ [x: string]: unknown;
252
+ name: string;
253
+ schema: Schema;
254
+ accountPath?: string | undefined;
255
+ features?: string[] | undefined;
256
+ labels?: Record<string, string | undefined> | undefined;
257
+ language?: string | undefined;
258
+ os?: string | undefined;
259
+ };
260
+ $schema?: string | undefined;
261
+ description?: string | undefined;
262
+ lazyStart?: boolean | undefined;
263
+ status?: {
264
+ address: (Lowercase<string> & {
265
+ readonly __hex: true;
266
+ } & {
267
+ readonly __address: true;
268
+ }) | import("../../address/neutral/index.ts").XyoQuantAddress;
269
+ children?: Record<(Lowercase<string> & {
270
+ readonly __hex: true;
271
+ } & {
272
+ readonly __address: true;
273
+ }) | import("../../address/neutral/index.ts").XyoQuantAddress, string | null> | undefined;
274
+ } | undefined;
275
+ }) | undefined;
276
+ <T>(value: T, assert: import("@xylabs/sdk").ZodFactoryConfig): T & {
277
+ config: {
278
+ [x: string]: unknown;
279
+ name: string;
280
+ schema: Schema;
281
+ accountPath?: string | undefined;
282
+ features?: string[] | undefined;
283
+ labels?: Record<string, string | undefined> | undefined;
284
+ language?: string | undefined;
285
+ os?: string | undefined;
286
+ };
287
+ $schema?: string | undefined;
288
+ description?: string | undefined;
289
+ lazyStart?: boolean | undefined;
290
+ status?: {
291
+ address: (Lowercase<string> & {
292
+ readonly __hex: true;
293
+ } & {
294
+ readonly __address: true;
295
+ }) | import("../../address/neutral/index.ts").XyoQuantAddress;
296
+ children?: Record<(Lowercase<string> & {
297
+ readonly __hex: true;
298
+ } & {
299
+ readonly __address: true;
300
+ }) | import("../../address/neutral/index.ts").XyoQuantAddress, string | null> | undefined;
301
+ } | undefined;
302
+ };
303
+ };
304
+ export declare const ModuleManifestReferenceZod: z.ZodMiniUnion<readonly [z.ZodMiniObject<{
305
+ $schema: z.ZodMiniOptional<z.ZodMiniString<string>>;
306
+ description: z.ZodMiniOptional<z.ZodMiniString<string>>;
307
+ config: z.ZodMiniObject<{
308
+ accountPath: z.ZodMiniOptional<z.ZodMiniString<string>>;
309
+ features: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
310
+ labels: z.ZodMiniOptional<z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniOptional<z.ZodMiniString<string>>>>;
311
+ language: z.ZodMiniOptional<z.ZodMiniString<string>>;
312
+ name: z.ZodMiniString<string>;
313
+ os: z.ZodMiniOptional<z.ZodMiniString<string>>;
314
+ schema: z.ZodMiniCustom<Schema, Schema>;
315
+ }, z.core.$loose>;
316
+ lazyStart: z.ZodMiniOptional<z.ZodMiniBoolean<boolean>>;
317
+ status: z.ZodMiniOptional<z.ZodMiniObject<{
318
+ address: z.ZodMiniCustom<(Lowercase<string> & {
319
+ readonly __hex: true;
320
+ } & {
321
+ readonly __address: true;
322
+ }) | import("../../address/neutral/index.ts").XyoQuantAddress, (Lowercase<string> & {
323
+ readonly __hex: true;
324
+ } & {
325
+ readonly __address: true;
326
+ }) | import("../../address/neutral/index.ts").XyoQuantAddress>;
327
+ children: z.ZodMiniOptional<z.ZodMiniRecord<z.ZodMiniCustom<(Lowercase<string> & {
328
+ readonly __hex: true;
329
+ } & {
330
+ readonly __address: true;
331
+ }) | import("../../address/neutral/index.ts").XyoQuantAddress, (Lowercase<string> & {
332
+ readonly __hex: true;
333
+ } & {
334
+ readonly __address: true;
335
+ }) | import("../../address/neutral/index.ts").XyoQuantAddress>, z.ZodMiniNullable<z.ZodMiniString<string>>>>;
336
+ }, z.core.$strip>>;
337
+ }, z.core.$strip>, z.core.$ZodType<Brand<string, {
338
+ __moduleAlias: true;
339
+ }>, Brand<string, {
340
+ __moduleAlias: true;
341
+ }>, z.core.$ZodTypeInternals<Brand<string, {
342
+ __moduleAlias: true;
343
+ }>, Brand<string, {
344
+ __moduleAlias: true;
345
+ }>>>]>;
346
+ export declare const NodeManifestZod: z.ZodMiniObject<{
347
+ $schema: z.ZodMiniOptional<z.ZodMiniString<string>>;
348
+ description: z.ZodMiniOptional<z.ZodMiniString<string>>;
349
+ config: z.ZodMiniObject<{
350
+ accountPath: z.ZodMiniOptional<z.ZodMiniString<string>>;
351
+ features: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
352
+ labels: z.ZodMiniOptional<z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniOptional<z.ZodMiniString<string>>>>;
353
+ language: z.ZodMiniOptional<z.ZodMiniString<string>>;
354
+ name: z.ZodMiniString<string>;
355
+ os: z.ZodMiniOptional<z.ZodMiniString<string>>;
356
+ schema: z.ZodMiniCustom<Schema, Schema>;
357
+ }, z.core.$loose>;
358
+ lazyStart: z.ZodMiniOptional<z.ZodMiniBoolean<boolean>>;
359
+ status: z.ZodMiniOptional<z.ZodMiniObject<{
360
+ address: z.ZodMiniCustom<(Lowercase<string> & {
361
+ readonly __hex: true;
362
+ } & {
363
+ readonly __address: true;
364
+ }) | import("../../address/neutral/index.ts").XyoQuantAddress, (Lowercase<string> & {
365
+ readonly __hex: true;
366
+ } & {
367
+ readonly __address: true;
368
+ }) | import("../../address/neutral/index.ts").XyoQuantAddress>;
369
+ children: z.ZodMiniOptional<z.ZodMiniRecord<z.ZodMiniCustom<(Lowercase<string> & {
370
+ readonly __hex: true;
371
+ } & {
372
+ readonly __address: true;
373
+ }) | import("../../address/neutral/index.ts").XyoQuantAddress, (Lowercase<string> & {
374
+ readonly __hex: true;
375
+ } & {
376
+ readonly __address: true;
377
+ }) | import("../../address/neutral/index.ts").XyoQuantAddress>, z.ZodMiniNullable<z.ZodMiniString<string>>>>;
378
+ }, z.core.$strip>>;
379
+ modules: z.ZodMiniOptional<z.ZodMiniObject<{
380
+ private: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
381
+ $schema: z.ZodMiniOptional<z.ZodMiniString<string>>;
382
+ description: z.ZodMiniOptional<z.ZodMiniString<string>>;
383
+ config: z.ZodMiniObject<{
384
+ accountPath: z.ZodMiniOptional<z.ZodMiniString<string>>;
385
+ features: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
386
+ labels: z.ZodMiniOptional<z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniOptional<z.ZodMiniString<string>>>>;
387
+ language: z.ZodMiniOptional<z.ZodMiniString<string>>;
388
+ name: z.ZodMiniString<string>;
389
+ os: z.ZodMiniOptional<z.ZodMiniString<string>>;
390
+ schema: z.ZodMiniCustom<Schema, Schema>;
391
+ }, z.core.$loose>;
392
+ lazyStart: z.ZodMiniOptional<z.ZodMiniBoolean<boolean>>;
393
+ status: z.ZodMiniOptional<z.ZodMiniObject<{
394
+ address: z.ZodMiniCustom<(Lowercase<string> & {
395
+ readonly __hex: true;
396
+ } & {
397
+ readonly __address: true;
398
+ }) | import("../../address/neutral/index.ts").XyoQuantAddress, (Lowercase<string> & {
399
+ readonly __hex: true;
400
+ } & {
401
+ readonly __address: true;
402
+ }) | import("../../address/neutral/index.ts").XyoQuantAddress>;
403
+ children: z.ZodMiniOptional<z.ZodMiniRecord<z.ZodMiniCustom<(Lowercase<string> & {
404
+ readonly __hex: true;
405
+ } & {
406
+ readonly __address: true;
407
+ }) | import("../../address/neutral/index.ts").XyoQuantAddress, (Lowercase<string> & {
408
+ readonly __hex: true;
409
+ } & {
410
+ readonly __address: true;
411
+ }) | import("../../address/neutral/index.ts").XyoQuantAddress>, z.ZodMiniNullable<z.ZodMiniString<string>>>>;
412
+ }, z.core.$strip>>;
413
+ }, z.core.$strip>, z.core.$ZodType<Brand<string, {
414
+ __moduleAlias: true;
415
+ }>, Brand<string, {
416
+ __moduleAlias: true;
417
+ }>, z.core.$ZodTypeInternals<Brand<string, {
418
+ __moduleAlias: true;
419
+ }>, Brand<string, {
420
+ __moduleAlias: true;
421
+ }>>>]>>>;
422
+ public: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
423
+ $schema: z.ZodMiniOptional<z.ZodMiniString<string>>;
424
+ description: z.ZodMiniOptional<z.ZodMiniString<string>>;
425
+ config: z.ZodMiniObject<{
426
+ accountPath: z.ZodMiniOptional<z.ZodMiniString<string>>;
427
+ features: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
428
+ labels: z.ZodMiniOptional<z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniOptional<z.ZodMiniString<string>>>>;
429
+ language: z.ZodMiniOptional<z.ZodMiniString<string>>;
430
+ name: z.ZodMiniString<string>;
431
+ os: z.ZodMiniOptional<z.ZodMiniString<string>>;
432
+ schema: z.ZodMiniCustom<Schema, Schema>;
433
+ }, z.core.$loose>;
434
+ lazyStart: z.ZodMiniOptional<z.ZodMiniBoolean<boolean>>;
435
+ status: z.ZodMiniOptional<z.ZodMiniObject<{
436
+ address: z.ZodMiniCustom<(Lowercase<string> & {
437
+ readonly __hex: true;
438
+ } & {
439
+ readonly __address: true;
440
+ }) | import("../../address/neutral/index.ts").XyoQuantAddress, (Lowercase<string> & {
441
+ readonly __hex: true;
442
+ } & {
443
+ readonly __address: true;
444
+ }) | import("../../address/neutral/index.ts").XyoQuantAddress>;
445
+ children: z.ZodMiniOptional<z.ZodMiniRecord<z.ZodMiniCustom<(Lowercase<string> & {
446
+ readonly __hex: true;
447
+ } & {
448
+ readonly __address: true;
449
+ }) | import("../../address/neutral/index.ts").XyoQuantAddress, (Lowercase<string> & {
450
+ readonly __hex: true;
451
+ } & {
452
+ readonly __address: true;
453
+ }) | import("../../address/neutral/index.ts").XyoQuantAddress>, z.ZodMiniNullable<z.ZodMiniString<string>>>>;
454
+ }, z.core.$strip>>;
455
+ }, z.core.$strip>, z.core.$ZodType<Brand<string, {
456
+ __moduleAlias: true;
457
+ }>, Brand<string, {
458
+ __moduleAlias: true;
459
+ }>, z.core.$ZodTypeInternals<Brand<string, {
460
+ __moduleAlias: true;
461
+ }>, Brand<string, {
462
+ __moduleAlias: true;
463
+ }>>>]>>>;
464
+ }, z.core.$strip>>;
465
+ }, z.core.$strip>;
466
+ export type NodeManifest = z.infer<typeof NodeManifestZod>;
467
+ export declare const isNodeManifest: <T>(value: T) => value is T & {
468
+ config: {
469
+ [x: string]: unknown;
470
+ name: string;
471
+ schema: Schema;
472
+ accountPath?: string | undefined;
473
+ features?: string[] | undefined;
474
+ labels?: Record<string, string | undefined> | undefined;
475
+ language?: string | undefined;
476
+ os?: string | undefined;
477
+ };
478
+ $schema?: string | undefined;
479
+ description?: string | undefined;
480
+ lazyStart?: boolean | undefined;
481
+ status?: {
482
+ address: (Lowercase<string> & {
483
+ readonly __hex: true;
484
+ } & {
485
+ readonly __address: true;
486
+ }) | import("../../address/neutral/index.ts").XyoQuantAddress;
487
+ children?: Record<(Lowercase<string> & {
488
+ readonly __hex: true;
489
+ } & {
490
+ readonly __address: true;
491
+ }) | import("../../address/neutral/index.ts").XyoQuantAddress, string | null> | undefined;
492
+ } | undefined;
493
+ modules?: {
494
+ private?: (Brand<string, {
495
+ __moduleAlias: true;
496
+ }> | {
497
+ config: {
498
+ [x: string]: unknown;
499
+ name: string;
500
+ schema: Schema;
501
+ accountPath?: string | undefined;
502
+ features?: string[] | undefined;
503
+ labels?: Record<string, string | undefined> | undefined;
504
+ language?: string | undefined;
505
+ os?: string | undefined;
506
+ };
507
+ $schema?: string | undefined;
508
+ description?: string | undefined;
509
+ lazyStart?: boolean | undefined;
510
+ status?: {
511
+ address: (Lowercase<string> & {
512
+ readonly __hex: true;
513
+ } & {
514
+ readonly __address: true;
515
+ }) | import("../../address/neutral/index.ts").XyoQuantAddress;
516
+ children?: Record<(Lowercase<string> & {
517
+ readonly __hex: true;
518
+ } & {
519
+ readonly __address: true;
520
+ }) | import("../../address/neutral/index.ts").XyoQuantAddress, string | null> | undefined;
521
+ } | undefined;
522
+ })[] | undefined;
523
+ public?: (Brand<string, {
524
+ __moduleAlias: true;
525
+ }> | {
526
+ config: {
527
+ [x: string]: unknown;
528
+ name: string;
529
+ schema: Schema;
530
+ accountPath?: string | undefined;
531
+ features?: string[] | undefined;
532
+ labels?: Record<string, string | undefined> | undefined;
533
+ language?: string | undefined;
534
+ os?: string | undefined;
535
+ };
536
+ $schema?: string | undefined;
537
+ description?: string | undefined;
538
+ lazyStart?: boolean | undefined;
539
+ status?: {
540
+ address: (Lowercase<string> & {
541
+ readonly __hex: true;
542
+ } & {
543
+ readonly __address: true;
544
+ }) | import("../../address/neutral/index.ts").XyoQuantAddress;
545
+ children?: Record<(Lowercase<string> & {
546
+ readonly __hex: true;
547
+ } & {
548
+ readonly __address: true;
549
+ }) | import("../../address/neutral/index.ts").XyoQuantAddress, string | null> | undefined;
550
+ } | undefined;
551
+ })[] | undefined;
552
+ } | undefined;
553
+ };
554
+ export declare const asNodeManifest: {
555
+ <T>(value: T): (T & {
556
+ config: {
557
+ [x: string]: unknown;
558
+ name: string;
559
+ schema: Schema;
560
+ accountPath?: string | undefined;
561
+ features?: string[] | undefined;
562
+ labels?: Record<string, string | undefined> | undefined;
563
+ language?: string | undefined;
564
+ os?: string | undefined;
565
+ };
566
+ $schema?: string | undefined;
567
+ description?: string | undefined;
568
+ lazyStart?: boolean | undefined;
569
+ status?: {
570
+ address: (Lowercase<string> & {
571
+ readonly __hex: true;
572
+ } & {
573
+ readonly __address: true;
574
+ }) | import("../../address/neutral/index.ts").XyoQuantAddress;
575
+ children?: Record<(Lowercase<string> & {
576
+ readonly __hex: true;
577
+ } & {
578
+ readonly __address: true;
579
+ }) | import("../../address/neutral/index.ts").XyoQuantAddress, string | null> | undefined;
580
+ } | undefined;
581
+ modules?: {
582
+ private?: (Brand<string, {
583
+ __moduleAlias: true;
584
+ }> | {
585
+ config: {
586
+ [x: string]: unknown;
587
+ name: string;
588
+ schema: Schema;
589
+ accountPath?: string | undefined;
590
+ features?: string[] | undefined;
591
+ labels?: Record<string, string | undefined> | undefined;
592
+ language?: string | undefined;
593
+ os?: string | undefined;
594
+ };
595
+ $schema?: string | undefined;
596
+ description?: string | undefined;
597
+ lazyStart?: boolean | undefined;
598
+ status?: {
599
+ address: (Lowercase<string> & {
600
+ readonly __hex: true;
601
+ } & {
602
+ readonly __address: true;
603
+ }) | import("../../address/neutral/index.ts").XyoQuantAddress;
604
+ children?: Record<(Lowercase<string> & {
605
+ readonly __hex: true;
606
+ } & {
607
+ readonly __address: true;
608
+ }) | import("../../address/neutral/index.ts").XyoQuantAddress, string | null> | undefined;
609
+ } | undefined;
610
+ })[] | undefined;
611
+ public?: (Brand<string, {
612
+ __moduleAlias: true;
613
+ }> | {
614
+ config: {
615
+ [x: string]: unknown;
616
+ name: string;
617
+ schema: Schema;
618
+ accountPath?: string | undefined;
619
+ features?: string[] | undefined;
620
+ labels?: Record<string, string | undefined> | undefined;
621
+ language?: string | undefined;
622
+ os?: string | undefined;
623
+ };
624
+ $schema?: string | undefined;
625
+ description?: string | undefined;
626
+ lazyStart?: boolean | undefined;
627
+ status?: {
628
+ address: (Lowercase<string> & {
629
+ readonly __hex: true;
630
+ } & {
631
+ readonly __address: true;
632
+ }) | import("../../address/neutral/index.ts").XyoQuantAddress;
633
+ children?: Record<(Lowercase<string> & {
634
+ readonly __hex: true;
635
+ } & {
636
+ readonly __address: true;
637
+ }) | import("../../address/neutral/index.ts").XyoQuantAddress, string | null> | undefined;
638
+ } | undefined;
639
+ })[] | undefined;
640
+ } | undefined;
641
+ }) | undefined;
642
+ <T>(value: T, assert: import("@xylabs/sdk").ZodFactoryConfig): T & {
643
+ config: {
644
+ [x: string]: unknown;
645
+ name: string;
646
+ schema: Schema;
647
+ accountPath?: string | undefined;
648
+ features?: string[] | undefined;
649
+ labels?: Record<string, string | undefined> | undefined;
650
+ language?: string | undefined;
651
+ os?: string | undefined;
652
+ };
653
+ $schema?: string | undefined;
654
+ description?: string | undefined;
655
+ lazyStart?: boolean | undefined;
656
+ status?: {
657
+ address: (Lowercase<string> & {
658
+ readonly __hex: true;
659
+ } & {
660
+ readonly __address: true;
661
+ }) | import("../../address/neutral/index.ts").XyoQuantAddress;
662
+ children?: Record<(Lowercase<string> & {
663
+ readonly __hex: true;
664
+ } & {
665
+ readonly __address: true;
666
+ }) | import("../../address/neutral/index.ts").XyoQuantAddress, string | null> | undefined;
667
+ } | undefined;
668
+ modules?: {
669
+ private?: (Brand<string, {
670
+ __moduleAlias: true;
671
+ }> | {
672
+ config: {
673
+ [x: string]: unknown;
674
+ name: string;
675
+ schema: Schema;
676
+ accountPath?: string | undefined;
677
+ features?: string[] | undefined;
678
+ labels?: Record<string, string | undefined> | undefined;
679
+ language?: string | undefined;
680
+ os?: string | undefined;
681
+ };
682
+ $schema?: string | undefined;
683
+ description?: string | undefined;
684
+ lazyStart?: boolean | undefined;
685
+ status?: {
686
+ address: (Lowercase<string> & {
687
+ readonly __hex: true;
688
+ } & {
689
+ readonly __address: true;
690
+ }) | import("../../address/neutral/index.ts").XyoQuantAddress;
691
+ children?: Record<(Lowercase<string> & {
692
+ readonly __hex: true;
693
+ } & {
694
+ readonly __address: true;
695
+ }) | import("../../address/neutral/index.ts").XyoQuantAddress, string | null> | undefined;
696
+ } | undefined;
697
+ })[] | undefined;
698
+ public?: (Brand<string, {
699
+ __moduleAlias: true;
700
+ }> | {
701
+ config: {
702
+ [x: string]: unknown;
703
+ name: string;
704
+ schema: Schema;
705
+ accountPath?: string | undefined;
706
+ features?: string[] | undefined;
707
+ labels?: Record<string, string | undefined> | undefined;
708
+ language?: string | undefined;
709
+ os?: string | undefined;
710
+ };
711
+ $schema?: string | undefined;
712
+ description?: string | undefined;
713
+ lazyStart?: boolean | undefined;
714
+ status?: {
715
+ address: (Lowercase<string> & {
716
+ readonly __hex: true;
717
+ } & {
718
+ readonly __address: true;
719
+ }) | import("../../address/neutral/index.ts").XyoQuantAddress;
720
+ children?: Record<(Lowercase<string> & {
721
+ readonly __hex: true;
722
+ } & {
723
+ readonly __address: true;
724
+ }) | import("../../address/neutral/index.ts").XyoQuantAddress, string | null> | undefined;
725
+ } | undefined;
726
+ })[] | undefined;
727
+ } | undefined;
728
+ };
729
+ };
730
+ export declare const toNodeManifest: {
731
+ <T>(value: T): (T & {
732
+ config: {
733
+ [x: string]: unknown;
734
+ name: string;
735
+ schema: Schema;
736
+ accountPath?: string | undefined;
737
+ features?: string[] | undefined;
738
+ labels?: Record<string, string | undefined> | undefined;
739
+ language?: string | undefined;
740
+ os?: string | undefined;
741
+ };
742
+ $schema?: string | undefined;
743
+ description?: string | undefined;
744
+ lazyStart?: boolean | undefined;
745
+ status?: {
746
+ address: (Lowercase<string> & {
747
+ readonly __hex: true;
748
+ } & {
749
+ readonly __address: true;
750
+ }) | import("../../address/neutral/index.ts").XyoQuantAddress;
751
+ children?: Record<(Lowercase<string> & {
752
+ readonly __hex: true;
753
+ } & {
754
+ readonly __address: true;
755
+ }) | import("../../address/neutral/index.ts").XyoQuantAddress, string | null> | undefined;
756
+ } | undefined;
757
+ modules?: {
758
+ private?: (Brand<string, {
759
+ __moduleAlias: true;
760
+ }> | {
761
+ config: {
762
+ [x: string]: unknown;
763
+ name: string;
764
+ schema: Schema;
765
+ accountPath?: string | undefined;
766
+ features?: string[] | undefined;
767
+ labels?: Record<string, string | undefined> | undefined;
768
+ language?: string | undefined;
769
+ os?: string | undefined;
770
+ };
771
+ $schema?: string | undefined;
772
+ description?: string | undefined;
773
+ lazyStart?: boolean | undefined;
774
+ status?: {
775
+ address: (Lowercase<string> & {
776
+ readonly __hex: true;
777
+ } & {
778
+ readonly __address: true;
779
+ }) | import("../../address/neutral/index.ts").XyoQuantAddress;
780
+ children?: Record<(Lowercase<string> & {
781
+ readonly __hex: true;
782
+ } & {
783
+ readonly __address: true;
784
+ }) | import("../../address/neutral/index.ts").XyoQuantAddress, string | null> | undefined;
785
+ } | undefined;
786
+ })[] | undefined;
787
+ public?: (Brand<string, {
788
+ __moduleAlias: true;
789
+ }> | {
790
+ config: {
791
+ [x: string]: unknown;
792
+ name: string;
793
+ schema: Schema;
794
+ accountPath?: string | undefined;
795
+ features?: string[] | undefined;
796
+ labels?: Record<string, string | undefined> | undefined;
797
+ language?: string | undefined;
798
+ os?: string | undefined;
799
+ };
800
+ $schema?: string | undefined;
801
+ description?: string | undefined;
802
+ lazyStart?: boolean | undefined;
803
+ status?: {
804
+ address: (Lowercase<string> & {
805
+ readonly __hex: true;
806
+ } & {
807
+ readonly __address: true;
808
+ }) | import("../../address/neutral/index.ts").XyoQuantAddress;
809
+ children?: Record<(Lowercase<string> & {
810
+ readonly __hex: true;
811
+ } & {
812
+ readonly __address: true;
813
+ }) | import("../../address/neutral/index.ts").XyoQuantAddress, string | null> | undefined;
814
+ } | undefined;
815
+ })[] | undefined;
816
+ } | undefined;
817
+ }) | undefined;
818
+ <T>(value: T, assert: import("@xylabs/sdk").ZodFactoryConfig): T & {
819
+ config: {
820
+ [x: string]: unknown;
821
+ name: string;
822
+ schema: Schema;
823
+ accountPath?: string | undefined;
824
+ features?: string[] | undefined;
825
+ labels?: Record<string, string | undefined> | undefined;
826
+ language?: string | undefined;
827
+ os?: string | undefined;
828
+ };
829
+ $schema?: string | undefined;
830
+ description?: string | undefined;
831
+ lazyStart?: boolean | undefined;
832
+ status?: {
833
+ address: (Lowercase<string> & {
834
+ readonly __hex: true;
835
+ } & {
836
+ readonly __address: true;
837
+ }) | import("../../address/neutral/index.ts").XyoQuantAddress;
838
+ children?: Record<(Lowercase<string> & {
839
+ readonly __hex: true;
840
+ } & {
841
+ readonly __address: true;
842
+ }) | import("../../address/neutral/index.ts").XyoQuantAddress, string | null> | undefined;
843
+ } | undefined;
844
+ modules?: {
845
+ private?: (Brand<string, {
846
+ __moduleAlias: true;
847
+ }> | {
848
+ config: {
849
+ [x: string]: unknown;
850
+ name: string;
851
+ schema: Schema;
852
+ accountPath?: string | undefined;
853
+ features?: string[] | undefined;
854
+ labels?: Record<string, string | undefined> | undefined;
855
+ language?: string | undefined;
856
+ os?: string | undefined;
857
+ };
858
+ $schema?: string | undefined;
859
+ description?: string | undefined;
860
+ lazyStart?: boolean | undefined;
861
+ status?: {
862
+ address: (Lowercase<string> & {
863
+ readonly __hex: true;
864
+ } & {
865
+ readonly __address: true;
866
+ }) | import("../../address/neutral/index.ts").XyoQuantAddress;
867
+ children?: Record<(Lowercase<string> & {
868
+ readonly __hex: true;
869
+ } & {
870
+ readonly __address: true;
871
+ }) | import("../../address/neutral/index.ts").XyoQuantAddress, string | null> | undefined;
872
+ } | undefined;
873
+ })[] | undefined;
874
+ public?: (Brand<string, {
875
+ __moduleAlias: true;
876
+ }> | {
877
+ config: {
878
+ [x: string]: unknown;
879
+ name: string;
880
+ schema: Schema;
881
+ accountPath?: string | undefined;
882
+ features?: string[] | undefined;
883
+ labels?: Record<string, string | undefined> | undefined;
884
+ language?: string | undefined;
885
+ os?: string | undefined;
886
+ };
887
+ $schema?: string | undefined;
888
+ description?: string | undefined;
889
+ lazyStart?: boolean | undefined;
890
+ status?: {
891
+ address: (Lowercase<string> & {
892
+ readonly __hex: true;
893
+ } & {
894
+ readonly __address: true;
895
+ }) | import("../../address/neutral/index.ts").XyoQuantAddress;
896
+ children?: Record<(Lowercase<string> & {
897
+ readonly __hex: true;
898
+ } & {
899
+ readonly __address: true;
900
+ }) | import("../../address/neutral/index.ts").XyoQuantAddress, string | null> | undefined;
901
+ } | undefined;
902
+ })[] | undefined;
903
+ } | undefined;
904
+ };
905
+ };
906
+ export declare const PackageManifestZod: z.ZodMiniObject<{
907
+ $schema: z.ZodMiniOptional<z.ZodMiniString<string>>;
908
+ description: z.ZodMiniOptional<z.ZodMiniString<string>>;
909
+ modules: z.ZodMiniOptional<z.ZodMiniRecord<z.core.$ZodType<Brand<string, {
910
+ __moduleAlias: true;
911
+ }>, Brand<string, {
912
+ __moduleAlias: true;
913
+ }>, z.core.$ZodTypeInternals<Brand<string, {
914
+ __moduleAlias: true;
915
+ }>, Brand<string, {
916
+ __moduleAlias: true;
917
+ }>>>, z.ZodMiniObject<{
918
+ $schema: z.ZodMiniOptional<z.ZodMiniString<string>>;
919
+ description: z.ZodMiniOptional<z.ZodMiniString<string>>;
920
+ config: z.ZodMiniObject<{
921
+ accountPath: z.ZodMiniOptional<z.ZodMiniString<string>>;
922
+ features: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
923
+ labels: z.ZodMiniOptional<z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniOptional<z.ZodMiniString<string>>>>;
924
+ language: z.ZodMiniOptional<z.ZodMiniString<string>>;
925
+ name: z.ZodMiniString<string>;
926
+ os: z.ZodMiniOptional<z.ZodMiniString<string>>;
927
+ schema: z.ZodMiniCustom<Schema, Schema>;
928
+ }, z.core.$loose>;
929
+ lazyStart: z.ZodMiniOptional<z.ZodMiniBoolean<boolean>>;
930
+ status: z.ZodMiniOptional<z.ZodMiniObject<{
931
+ address: z.ZodMiniCustom<(Lowercase<string> & {
932
+ readonly __hex: true;
933
+ } & {
934
+ readonly __address: true;
935
+ }) | import("../../address/neutral/index.ts").XyoQuantAddress, (Lowercase<string> & {
936
+ readonly __hex: true;
937
+ } & {
938
+ readonly __address: true;
939
+ }) | import("../../address/neutral/index.ts").XyoQuantAddress>;
940
+ children: z.ZodMiniOptional<z.ZodMiniRecord<z.ZodMiniCustom<(Lowercase<string> & {
941
+ readonly __hex: true;
942
+ } & {
943
+ readonly __address: true;
944
+ }) | import("../../address/neutral/index.ts").XyoQuantAddress, (Lowercase<string> & {
945
+ readonly __hex: true;
946
+ } & {
947
+ readonly __address: true;
948
+ }) | import("../../address/neutral/index.ts").XyoQuantAddress>, z.ZodMiniNullable<z.ZodMiniString<string>>>>;
949
+ }, z.core.$strip>>;
950
+ }, z.core.$strip>>>;
951
+ nodes: z.ZodMiniArray<z.ZodMiniObject<{
952
+ $schema: z.ZodMiniOptional<z.ZodMiniString<string>>;
953
+ description: z.ZodMiniOptional<z.ZodMiniString<string>>;
954
+ config: z.ZodMiniObject<{
955
+ accountPath: z.ZodMiniOptional<z.ZodMiniString<string>>;
956
+ features: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
957
+ labels: z.ZodMiniOptional<z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniOptional<z.ZodMiniString<string>>>>;
958
+ language: z.ZodMiniOptional<z.ZodMiniString<string>>;
959
+ name: z.ZodMiniString<string>;
960
+ os: z.ZodMiniOptional<z.ZodMiniString<string>>;
961
+ schema: z.ZodMiniCustom<Schema, Schema>;
962
+ }, z.core.$loose>;
963
+ lazyStart: z.ZodMiniOptional<z.ZodMiniBoolean<boolean>>;
964
+ status: z.ZodMiniOptional<z.ZodMiniObject<{
965
+ address: z.ZodMiniCustom<(Lowercase<string> & {
966
+ readonly __hex: true;
967
+ } & {
968
+ readonly __address: true;
969
+ }) | import("../../address/neutral/index.ts").XyoQuantAddress, (Lowercase<string> & {
970
+ readonly __hex: true;
971
+ } & {
972
+ readonly __address: true;
973
+ }) | import("../../address/neutral/index.ts").XyoQuantAddress>;
974
+ children: z.ZodMiniOptional<z.ZodMiniRecord<z.ZodMiniCustom<(Lowercase<string> & {
975
+ readonly __hex: true;
976
+ } & {
977
+ readonly __address: true;
978
+ }) | import("../../address/neutral/index.ts").XyoQuantAddress, (Lowercase<string> & {
979
+ readonly __hex: true;
980
+ } & {
981
+ readonly __address: true;
982
+ }) | import("../../address/neutral/index.ts").XyoQuantAddress>, z.ZodMiniNullable<z.ZodMiniString<string>>>>;
983
+ }, z.core.$strip>>;
984
+ modules: z.ZodMiniOptional<z.ZodMiniObject<{
985
+ private: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
986
+ $schema: z.ZodMiniOptional<z.ZodMiniString<string>>;
987
+ description: z.ZodMiniOptional<z.ZodMiniString<string>>;
988
+ config: z.ZodMiniObject<{
989
+ accountPath: z.ZodMiniOptional<z.ZodMiniString<string>>;
990
+ features: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
991
+ labels: z.ZodMiniOptional<z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniOptional<z.ZodMiniString<string>>>>;
992
+ language: z.ZodMiniOptional<z.ZodMiniString<string>>;
993
+ name: z.ZodMiniString<string>;
994
+ os: z.ZodMiniOptional<z.ZodMiniString<string>>;
995
+ schema: z.ZodMiniCustom<Schema, Schema>;
996
+ }, z.core.$loose>;
997
+ lazyStart: z.ZodMiniOptional<z.ZodMiniBoolean<boolean>>;
998
+ status: z.ZodMiniOptional<z.ZodMiniObject<{
999
+ address: z.ZodMiniCustom<(Lowercase<string> & {
1000
+ readonly __hex: true;
1001
+ } & {
1002
+ readonly __address: true;
1003
+ }) | import("../../address/neutral/index.ts").XyoQuantAddress, (Lowercase<string> & {
1004
+ readonly __hex: true;
1005
+ } & {
1006
+ readonly __address: true;
1007
+ }) | import("../../address/neutral/index.ts").XyoQuantAddress>;
1008
+ children: z.ZodMiniOptional<z.ZodMiniRecord<z.ZodMiniCustom<(Lowercase<string> & {
1009
+ readonly __hex: true;
1010
+ } & {
1011
+ readonly __address: true;
1012
+ }) | import("../../address/neutral/index.ts").XyoQuantAddress, (Lowercase<string> & {
1013
+ readonly __hex: true;
1014
+ } & {
1015
+ readonly __address: true;
1016
+ }) | import("../../address/neutral/index.ts").XyoQuantAddress>, z.ZodMiniNullable<z.ZodMiniString<string>>>>;
1017
+ }, z.core.$strip>>;
1018
+ }, z.core.$strip>, z.core.$ZodType<Brand<string, {
1019
+ __moduleAlias: true;
1020
+ }>, Brand<string, {
1021
+ __moduleAlias: true;
1022
+ }>, z.core.$ZodTypeInternals<Brand<string, {
1023
+ __moduleAlias: true;
1024
+ }>, Brand<string, {
1025
+ __moduleAlias: true;
1026
+ }>>>]>>>;
1027
+ public: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniObject<{
1028
+ $schema: z.ZodMiniOptional<z.ZodMiniString<string>>;
1029
+ description: z.ZodMiniOptional<z.ZodMiniString<string>>;
1030
+ config: z.ZodMiniObject<{
1031
+ accountPath: z.ZodMiniOptional<z.ZodMiniString<string>>;
1032
+ features: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
1033
+ labels: z.ZodMiniOptional<z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniOptional<z.ZodMiniString<string>>>>;
1034
+ language: z.ZodMiniOptional<z.ZodMiniString<string>>;
1035
+ name: z.ZodMiniString<string>;
1036
+ os: z.ZodMiniOptional<z.ZodMiniString<string>>;
1037
+ schema: z.ZodMiniCustom<Schema, Schema>;
1038
+ }, z.core.$loose>;
1039
+ lazyStart: z.ZodMiniOptional<z.ZodMiniBoolean<boolean>>;
1040
+ status: z.ZodMiniOptional<z.ZodMiniObject<{
1041
+ address: z.ZodMiniCustom<(Lowercase<string> & {
1042
+ readonly __hex: true;
1043
+ } & {
1044
+ readonly __address: true;
1045
+ }) | import("../../address/neutral/index.ts").XyoQuantAddress, (Lowercase<string> & {
1046
+ readonly __hex: true;
1047
+ } & {
1048
+ readonly __address: true;
1049
+ }) | import("../../address/neutral/index.ts").XyoQuantAddress>;
1050
+ children: z.ZodMiniOptional<z.ZodMiniRecord<z.ZodMiniCustom<(Lowercase<string> & {
1051
+ readonly __hex: true;
1052
+ } & {
1053
+ readonly __address: true;
1054
+ }) | import("../../address/neutral/index.ts").XyoQuantAddress, (Lowercase<string> & {
1055
+ readonly __hex: true;
1056
+ } & {
1057
+ readonly __address: true;
1058
+ }) | import("../../address/neutral/index.ts").XyoQuantAddress>, z.ZodMiniNullable<z.ZodMiniString<string>>>>;
1059
+ }, z.core.$strip>>;
1060
+ }, z.core.$strip>, z.core.$ZodType<Brand<string, {
1061
+ __moduleAlias: true;
1062
+ }>, Brand<string, {
1063
+ __moduleAlias: true;
1064
+ }>, z.core.$ZodTypeInternals<Brand<string, {
1065
+ __moduleAlias: true;
1066
+ }>, Brand<string, {
1067
+ __moduleAlias: true;
1068
+ }>>>]>>>;
1069
+ }, z.core.$strip>>;
1070
+ }, z.core.$strip>>;
1071
+ }, z.core.$strip>;
1072
+ export type PackageManifest = z.infer<typeof PackageManifestZod>;
1073
+ export declare const isPackageManifest: <T>(value: T) => value is T & {
1074
+ nodes: {
1075
+ config: {
1076
+ [x: string]: unknown;
1077
+ name: string;
1078
+ schema: Schema;
1079
+ accountPath?: string | undefined;
1080
+ features?: string[] | undefined;
1081
+ labels?: Record<string, string | undefined> | undefined;
1082
+ language?: string | undefined;
1083
+ os?: string | undefined;
1084
+ };
1085
+ $schema?: string | undefined;
1086
+ description?: string | undefined;
1087
+ lazyStart?: boolean | undefined;
1088
+ status?: {
1089
+ address: (Lowercase<string> & {
1090
+ readonly __hex: true;
1091
+ } & {
1092
+ readonly __address: true;
1093
+ }) | import("../../address/neutral/index.ts").XyoQuantAddress;
1094
+ children?: Record<(Lowercase<string> & {
1095
+ readonly __hex: true;
1096
+ } & {
1097
+ readonly __address: true;
1098
+ }) | import("../../address/neutral/index.ts").XyoQuantAddress, string | null> | undefined;
1099
+ } | undefined;
1100
+ modules?: {
1101
+ private?: (Brand<string, {
1102
+ __moduleAlias: true;
1103
+ }> | {
1104
+ config: {
1105
+ [x: string]: unknown;
1106
+ name: string;
1107
+ schema: Schema;
1108
+ accountPath?: string | undefined;
1109
+ features?: string[] | undefined;
1110
+ labels?: Record<string, string | undefined> | undefined;
1111
+ language?: string | undefined;
1112
+ os?: string | undefined;
1113
+ };
1114
+ $schema?: string | undefined;
1115
+ description?: string | undefined;
1116
+ lazyStart?: boolean | undefined;
1117
+ status?: {
1118
+ address: (Lowercase<string> & {
1119
+ readonly __hex: true;
1120
+ } & {
1121
+ readonly __address: true;
1122
+ }) | import("../../address/neutral/index.ts").XyoQuantAddress;
1123
+ children?: Record<(Lowercase<string> & {
1124
+ readonly __hex: true;
1125
+ } & {
1126
+ readonly __address: true;
1127
+ }) | import("../../address/neutral/index.ts").XyoQuantAddress, string | null> | undefined;
1128
+ } | undefined;
1129
+ })[] | undefined;
1130
+ public?: (Brand<string, {
1131
+ __moduleAlias: true;
1132
+ }> | {
1133
+ config: {
1134
+ [x: string]: unknown;
1135
+ name: string;
1136
+ schema: Schema;
1137
+ accountPath?: string | undefined;
1138
+ features?: string[] | undefined;
1139
+ labels?: Record<string, string | undefined> | undefined;
1140
+ language?: string | undefined;
1141
+ os?: string | undefined;
1142
+ };
1143
+ $schema?: string | undefined;
1144
+ description?: string | undefined;
1145
+ lazyStart?: boolean | undefined;
1146
+ status?: {
1147
+ address: (Lowercase<string> & {
1148
+ readonly __hex: true;
1149
+ } & {
1150
+ readonly __address: true;
1151
+ }) | import("../../address/neutral/index.ts").XyoQuantAddress;
1152
+ children?: Record<(Lowercase<string> & {
1153
+ readonly __hex: true;
1154
+ } & {
1155
+ readonly __address: true;
1156
+ }) | import("../../address/neutral/index.ts").XyoQuantAddress, string | null> | undefined;
1157
+ } | undefined;
1158
+ })[] | undefined;
1159
+ } | undefined;
1160
+ }[];
1161
+ $schema?: string | undefined;
1162
+ description?: string | undefined;
1163
+ modules?: Record<Brand<string, {
1164
+ __moduleAlias: true;
1165
+ }>, {
1166
+ config: {
1167
+ [x: string]: unknown;
1168
+ name: string;
1169
+ schema: Schema;
1170
+ accountPath?: string | undefined;
1171
+ features?: string[] | undefined;
1172
+ labels?: Record<string, string | undefined> | undefined;
1173
+ language?: string | undefined;
1174
+ os?: string | undefined;
1175
+ };
1176
+ $schema?: string | undefined;
1177
+ description?: string | undefined;
1178
+ lazyStart?: boolean | undefined;
1179
+ status?: {
1180
+ address: (Lowercase<string> & {
1181
+ readonly __hex: true;
1182
+ } & {
1183
+ readonly __address: true;
1184
+ }) | import("../../address/neutral/index.ts").XyoQuantAddress;
1185
+ children?: Record<(Lowercase<string> & {
1186
+ readonly __hex: true;
1187
+ } & {
1188
+ readonly __address: true;
1189
+ }) | import("../../address/neutral/index.ts").XyoQuantAddress, string | null> | undefined;
1190
+ } | undefined;
1191
+ }> | undefined;
1192
+ };
1193
+ export declare const asPackageManifest: {
1194
+ <T>(value: T): (T & {
1195
+ nodes: {
1196
+ config: {
1197
+ [x: string]: unknown;
1198
+ name: string;
1199
+ schema: Schema;
1200
+ accountPath?: string | undefined;
1201
+ features?: string[] | undefined;
1202
+ labels?: Record<string, string | undefined> | undefined;
1203
+ language?: string | undefined;
1204
+ os?: string | undefined;
1205
+ };
1206
+ $schema?: string | undefined;
1207
+ description?: string | undefined;
1208
+ lazyStart?: boolean | undefined;
1209
+ status?: {
1210
+ address: (Lowercase<string> & {
1211
+ readonly __hex: true;
1212
+ } & {
1213
+ readonly __address: true;
1214
+ }) | import("../../address/neutral/index.ts").XyoQuantAddress;
1215
+ children?: Record<(Lowercase<string> & {
1216
+ readonly __hex: true;
1217
+ } & {
1218
+ readonly __address: true;
1219
+ }) | import("../../address/neutral/index.ts").XyoQuantAddress, string | null> | undefined;
1220
+ } | undefined;
1221
+ modules?: {
1222
+ private?: (Brand<string, {
1223
+ __moduleAlias: true;
1224
+ }> | {
1225
+ config: {
1226
+ [x: string]: unknown;
1227
+ name: string;
1228
+ schema: Schema;
1229
+ accountPath?: string | undefined;
1230
+ features?: string[] | undefined;
1231
+ labels?: Record<string, string | undefined> | undefined;
1232
+ language?: string | undefined;
1233
+ os?: string | undefined;
1234
+ };
1235
+ $schema?: string | undefined;
1236
+ description?: string | undefined;
1237
+ lazyStart?: boolean | undefined;
1238
+ status?: {
1239
+ address: (Lowercase<string> & {
1240
+ readonly __hex: true;
1241
+ } & {
1242
+ readonly __address: true;
1243
+ }) | import("../../address/neutral/index.ts").XyoQuantAddress;
1244
+ children?: Record<(Lowercase<string> & {
1245
+ readonly __hex: true;
1246
+ } & {
1247
+ readonly __address: true;
1248
+ }) | import("../../address/neutral/index.ts").XyoQuantAddress, string | null> | undefined;
1249
+ } | undefined;
1250
+ })[] | undefined;
1251
+ public?: (Brand<string, {
1252
+ __moduleAlias: true;
1253
+ }> | {
1254
+ config: {
1255
+ [x: string]: unknown;
1256
+ name: string;
1257
+ schema: Schema;
1258
+ accountPath?: string | undefined;
1259
+ features?: string[] | undefined;
1260
+ labels?: Record<string, string | undefined> | undefined;
1261
+ language?: string | undefined;
1262
+ os?: string | undefined;
1263
+ };
1264
+ $schema?: string | undefined;
1265
+ description?: string | undefined;
1266
+ lazyStart?: boolean | undefined;
1267
+ status?: {
1268
+ address: (Lowercase<string> & {
1269
+ readonly __hex: true;
1270
+ } & {
1271
+ readonly __address: true;
1272
+ }) | import("../../address/neutral/index.ts").XyoQuantAddress;
1273
+ children?: Record<(Lowercase<string> & {
1274
+ readonly __hex: true;
1275
+ } & {
1276
+ readonly __address: true;
1277
+ }) | import("../../address/neutral/index.ts").XyoQuantAddress, string | null> | undefined;
1278
+ } | undefined;
1279
+ })[] | undefined;
1280
+ } | undefined;
1281
+ }[];
1282
+ $schema?: string | undefined;
1283
+ description?: string | undefined;
1284
+ modules?: Record<Brand<string, {
1285
+ __moduleAlias: true;
1286
+ }>, {
1287
+ config: {
1288
+ [x: string]: unknown;
1289
+ name: string;
1290
+ schema: Schema;
1291
+ accountPath?: string | undefined;
1292
+ features?: string[] | undefined;
1293
+ labels?: Record<string, string | undefined> | undefined;
1294
+ language?: string | undefined;
1295
+ os?: string | undefined;
1296
+ };
1297
+ $schema?: string | undefined;
1298
+ description?: string | undefined;
1299
+ lazyStart?: boolean | undefined;
1300
+ status?: {
1301
+ address: (Lowercase<string> & {
1302
+ readonly __hex: true;
1303
+ } & {
1304
+ readonly __address: true;
1305
+ }) | import("../../address/neutral/index.ts").XyoQuantAddress;
1306
+ children?: Record<(Lowercase<string> & {
1307
+ readonly __hex: true;
1308
+ } & {
1309
+ readonly __address: true;
1310
+ }) | import("../../address/neutral/index.ts").XyoQuantAddress, string | null> | undefined;
1311
+ } | undefined;
1312
+ }> | undefined;
1313
+ }) | undefined;
1314
+ <T>(value: T, assert: import("@xylabs/sdk").ZodFactoryConfig): T & {
1315
+ nodes: {
1316
+ config: {
1317
+ [x: string]: unknown;
1318
+ name: string;
1319
+ schema: Schema;
1320
+ accountPath?: string | undefined;
1321
+ features?: string[] | undefined;
1322
+ labels?: Record<string, string | undefined> | undefined;
1323
+ language?: string | undefined;
1324
+ os?: string | undefined;
1325
+ };
1326
+ $schema?: string | undefined;
1327
+ description?: string | undefined;
1328
+ lazyStart?: boolean | undefined;
1329
+ status?: {
1330
+ address: (Lowercase<string> & {
1331
+ readonly __hex: true;
1332
+ } & {
1333
+ readonly __address: true;
1334
+ }) | import("../../address/neutral/index.ts").XyoQuantAddress;
1335
+ children?: Record<(Lowercase<string> & {
1336
+ readonly __hex: true;
1337
+ } & {
1338
+ readonly __address: true;
1339
+ }) | import("../../address/neutral/index.ts").XyoQuantAddress, string | null> | undefined;
1340
+ } | undefined;
1341
+ modules?: {
1342
+ private?: (Brand<string, {
1343
+ __moduleAlias: true;
1344
+ }> | {
1345
+ config: {
1346
+ [x: string]: unknown;
1347
+ name: string;
1348
+ schema: Schema;
1349
+ accountPath?: string | undefined;
1350
+ features?: string[] | undefined;
1351
+ labels?: Record<string, string | undefined> | undefined;
1352
+ language?: string | undefined;
1353
+ os?: string | undefined;
1354
+ };
1355
+ $schema?: string | undefined;
1356
+ description?: string | undefined;
1357
+ lazyStart?: boolean | undefined;
1358
+ status?: {
1359
+ address: (Lowercase<string> & {
1360
+ readonly __hex: true;
1361
+ } & {
1362
+ readonly __address: true;
1363
+ }) | import("../../address/neutral/index.ts").XyoQuantAddress;
1364
+ children?: Record<(Lowercase<string> & {
1365
+ readonly __hex: true;
1366
+ } & {
1367
+ readonly __address: true;
1368
+ }) | import("../../address/neutral/index.ts").XyoQuantAddress, string | null> | undefined;
1369
+ } | undefined;
1370
+ })[] | undefined;
1371
+ public?: (Brand<string, {
1372
+ __moduleAlias: true;
1373
+ }> | {
1374
+ config: {
1375
+ [x: string]: unknown;
1376
+ name: string;
1377
+ schema: Schema;
1378
+ accountPath?: string | undefined;
1379
+ features?: string[] | undefined;
1380
+ labels?: Record<string, string | undefined> | undefined;
1381
+ language?: string | undefined;
1382
+ os?: string | undefined;
1383
+ };
1384
+ $schema?: string | undefined;
1385
+ description?: string | undefined;
1386
+ lazyStart?: boolean | undefined;
1387
+ status?: {
1388
+ address: (Lowercase<string> & {
1389
+ readonly __hex: true;
1390
+ } & {
1391
+ readonly __address: true;
1392
+ }) | import("../../address/neutral/index.ts").XyoQuantAddress;
1393
+ children?: Record<(Lowercase<string> & {
1394
+ readonly __hex: true;
1395
+ } & {
1396
+ readonly __address: true;
1397
+ }) | import("../../address/neutral/index.ts").XyoQuantAddress, string | null> | undefined;
1398
+ } | undefined;
1399
+ })[] | undefined;
1400
+ } | undefined;
1401
+ }[];
1402
+ $schema?: string | undefined;
1403
+ description?: string | undefined;
1404
+ modules?: Record<Brand<string, {
1405
+ __moduleAlias: true;
1406
+ }>, {
1407
+ config: {
1408
+ [x: string]: unknown;
1409
+ name: string;
1410
+ schema: Schema;
1411
+ accountPath?: string | undefined;
1412
+ features?: string[] | undefined;
1413
+ labels?: Record<string, string | undefined> | undefined;
1414
+ language?: string | undefined;
1415
+ os?: string | undefined;
1416
+ };
1417
+ $schema?: string | undefined;
1418
+ description?: string | undefined;
1419
+ lazyStart?: boolean | undefined;
1420
+ status?: {
1421
+ address: (Lowercase<string> & {
1422
+ readonly __hex: true;
1423
+ } & {
1424
+ readonly __address: true;
1425
+ }) | import("../../address/neutral/index.ts").XyoQuantAddress;
1426
+ children?: Record<(Lowercase<string> & {
1427
+ readonly __hex: true;
1428
+ } & {
1429
+ readonly __address: true;
1430
+ }) | import("../../address/neutral/index.ts").XyoQuantAddress, string | null> | undefined;
1431
+ } | undefined;
1432
+ }> | undefined;
1433
+ };
1434
+ };
1435
+ export declare const toPackageManifest: {
1436
+ <T>(value: T): (T & {
1437
+ nodes: {
1438
+ config: {
1439
+ [x: string]: unknown;
1440
+ name: string;
1441
+ schema: Schema;
1442
+ accountPath?: string | undefined;
1443
+ features?: string[] | undefined;
1444
+ labels?: Record<string, string | undefined> | undefined;
1445
+ language?: string | undefined;
1446
+ os?: string | undefined;
1447
+ };
1448
+ $schema?: string | undefined;
1449
+ description?: string | undefined;
1450
+ lazyStart?: boolean | undefined;
1451
+ status?: {
1452
+ address: (Lowercase<string> & {
1453
+ readonly __hex: true;
1454
+ } & {
1455
+ readonly __address: true;
1456
+ }) | import("../../address/neutral/index.ts").XyoQuantAddress;
1457
+ children?: Record<(Lowercase<string> & {
1458
+ readonly __hex: true;
1459
+ } & {
1460
+ readonly __address: true;
1461
+ }) | import("../../address/neutral/index.ts").XyoQuantAddress, string | null> | undefined;
1462
+ } | undefined;
1463
+ modules?: {
1464
+ private?: (Brand<string, {
1465
+ __moduleAlias: true;
1466
+ }> | {
1467
+ config: {
1468
+ [x: string]: unknown;
1469
+ name: string;
1470
+ schema: Schema;
1471
+ accountPath?: string | undefined;
1472
+ features?: string[] | undefined;
1473
+ labels?: Record<string, string | undefined> | undefined;
1474
+ language?: string | undefined;
1475
+ os?: string | undefined;
1476
+ };
1477
+ $schema?: string | undefined;
1478
+ description?: string | undefined;
1479
+ lazyStart?: boolean | undefined;
1480
+ status?: {
1481
+ address: (Lowercase<string> & {
1482
+ readonly __hex: true;
1483
+ } & {
1484
+ readonly __address: true;
1485
+ }) | import("../../address/neutral/index.ts").XyoQuantAddress;
1486
+ children?: Record<(Lowercase<string> & {
1487
+ readonly __hex: true;
1488
+ } & {
1489
+ readonly __address: true;
1490
+ }) | import("../../address/neutral/index.ts").XyoQuantAddress, string | null> | undefined;
1491
+ } | undefined;
1492
+ })[] | undefined;
1493
+ public?: (Brand<string, {
1494
+ __moduleAlias: true;
1495
+ }> | {
1496
+ config: {
1497
+ [x: string]: unknown;
1498
+ name: string;
1499
+ schema: Schema;
1500
+ accountPath?: string | undefined;
1501
+ features?: string[] | undefined;
1502
+ labels?: Record<string, string | undefined> | undefined;
1503
+ language?: string | undefined;
1504
+ os?: string | undefined;
1505
+ };
1506
+ $schema?: string | undefined;
1507
+ description?: string | undefined;
1508
+ lazyStart?: boolean | undefined;
1509
+ status?: {
1510
+ address: (Lowercase<string> & {
1511
+ readonly __hex: true;
1512
+ } & {
1513
+ readonly __address: true;
1514
+ }) | import("../../address/neutral/index.ts").XyoQuantAddress;
1515
+ children?: Record<(Lowercase<string> & {
1516
+ readonly __hex: true;
1517
+ } & {
1518
+ readonly __address: true;
1519
+ }) | import("../../address/neutral/index.ts").XyoQuantAddress, string | null> | undefined;
1520
+ } | undefined;
1521
+ })[] | undefined;
1522
+ } | undefined;
1523
+ }[];
1524
+ $schema?: string | undefined;
1525
+ description?: string | undefined;
1526
+ modules?: Record<Brand<string, {
1527
+ __moduleAlias: true;
1528
+ }>, {
1529
+ config: {
1530
+ [x: string]: unknown;
1531
+ name: string;
1532
+ schema: Schema;
1533
+ accountPath?: string | undefined;
1534
+ features?: string[] | undefined;
1535
+ labels?: Record<string, string | undefined> | undefined;
1536
+ language?: string | undefined;
1537
+ os?: string | undefined;
1538
+ };
1539
+ $schema?: string | undefined;
1540
+ description?: string | undefined;
1541
+ lazyStart?: boolean | undefined;
1542
+ status?: {
1543
+ address: (Lowercase<string> & {
1544
+ readonly __hex: true;
1545
+ } & {
1546
+ readonly __address: true;
1547
+ }) | import("../../address/neutral/index.ts").XyoQuantAddress;
1548
+ children?: Record<(Lowercase<string> & {
1549
+ readonly __hex: true;
1550
+ } & {
1551
+ readonly __address: true;
1552
+ }) | import("../../address/neutral/index.ts").XyoQuantAddress, string | null> | undefined;
1553
+ } | undefined;
1554
+ }> | undefined;
1555
+ }) | undefined;
1556
+ <T>(value: T, assert: import("@xylabs/sdk").ZodFactoryConfig): T & {
1557
+ nodes: {
1558
+ config: {
1559
+ [x: string]: unknown;
1560
+ name: string;
1561
+ schema: Schema;
1562
+ accountPath?: string | undefined;
1563
+ features?: string[] | undefined;
1564
+ labels?: Record<string, string | undefined> | undefined;
1565
+ language?: string | undefined;
1566
+ os?: string | undefined;
1567
+ };
1568
+ $schema?: string | undefined;
1569
+ description?: string | undefined;
1570
+ lazyStart?: boolean | undefined;
1571
+ status?: {
1572
+ address: (Lowercase<string> & {
1573
+ readonly __hex: true;
1574
+ } & {
1575
+ readonly __address: true;
1576
+ }) | import("../../address/neutral/index.ts").XyoQuantAddress;
1577
+ children?: Record<(Lowercase<string> & {
1578
+ readonly __hex: true;
1579
+ } & {
1580
+ readonly __address: true;
1581
+ }) | import("../../address/neutral/index.ts").XyoQuantAddress, string | null> | undefined;
1582
+ } | undefined;
1583
+ modules?: {
1584
+ private?: (Brand<string, {
1585
+ __moduleAlias: true;
1586
+ }> | {
1587
+ config: {
1588
+ [x: string]: unknown;
1589
+ name: string;
1590
+ schema: Schema;
1591
+ accountPath?: string | undefined;
1592
+ features?: string[] | undefined;
1593
+ labels?: Record<string, string | undefined> | undefined;
1594
+ language?: string | undefined;
1595
+ os?: string | undefined;
1596
+ };
1597
+ $schema?: string | undefined;
1598
+ description?: string | undefined;
1599
+ lazyStart?: boolean | undefined;
1600
+ status?: {
1601
+ address: (Lowercase<string> & {
1602
+ readonly __hex: true;
1603
+ } & {
1604
+ readonly __address: true;
1605
+ }) | import("../../address/neutral/index.ts").XyoQuantAddress;
1606
+ children?: Record<(Lowercase<string> & {
1607
+ readonly __hex: true;
1608
+ } & {
1609
+ readonly __address: true;
1610
+ }) | import("../../address/neutral/index.ts").XyoQuantAddress, string | null> | undefined;
1611
+ } | undefined;
1612
+ })[] | undefined;
1613
+ public?: (Brand<string, {
1614
+ __moduleAlias: true;
1615
+ }> | {
1616
+ config: {
1617
+ [x: string]: unknown;
1618
+ name: string;
1619
+ schema: Schema;
1620
+ accountPath?: string | undefined;
1621
+ features?: string[] | undefined;
1622
+ labels?: Record<string, string | undefined> | undefined;
1623
+ language?: string | undefined;
1624
+ os?: string | undefined;
1625
+ };
1626
+ $schema?: string | undefined;
1627
+ description?: string | undefined;
1628
+ lazyStart?: boolean | undefined;
1629
+ status?: {
1630
+ address: (Lowercase<string> & {
1631
+ readonly __hex: true;
1632
+ } & {
1633
+ readonly __address: true;
1634
+ }) | import("../../address/neutral/index.ts").XyoQuantAddress;
1635
+ children?: Record<(Lowercase<string> & {
1636
+ readonly __hex: true;
1637
+ } & {
1638
+ readonly __address: true;
1639
+ }) | import("../../address/neutral/index.ts").XyoQuantAddress, string | null> | undefined;
1640
+ } | undefined;
1641
+ })[] | undefined;
1642
+ } | undefined;
1643
+ }[];
1644
+ $schema?: string | undefined;
1645
+ description?: string | undefined;
1646
+ modules?: Record<Brand<string, {
1647
+ __moduleAlias: true;
1648
+ }>, {
1649
+ config: {
1650
+ [x: string]: unknown;
1651
+ name: string;
1652
+ schema: Schema;
1653
+ accountPath?: string | undefined;
1654
+ features?: string[] | undefined;
1655
+ labels?: Record<string, string | undefined> | undefined;
1656
+ language?: string | undefined;
1657
+ os?: string | undefined;
1658
+ };
1659
+ $schema?: string | undefined;
1660
+ description?: string | undefined;
1661
+ lazyStart?: boolean | undefined;
1662
+ status?: {
1663
+ address: (Lowercase<string> & {
1664
+ readonly __hex: true;
1665
+ } & {
1666
+ readonly __address: true;
1667
+ }) | import("../../address/neutral/index.ts").XyoQuantAddress;
1668
+ children?: Record<(Lowercase<string> & {
1669
+ readonly __hex: true;
1670
+ } & {
1671
+ readonly __address: true;
1672
+ }) | import("../../address/neutral/index.ts").XyoQuantAddress, string | null> | undefined;
1673
+ } | undefined;
1674
+ }> | undefined;
1675
+ };
1676
+ };
1677
+ export declare const AuthoredModuleManifestZod: z.ZodMiniObject<{
1678
+ config: z.ZodMiniObject<{
1679
+ accountPath: z.ZodMiniOptional<z.ZodMiniString<string>>;
1680
+ features: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
1681
+ labels: z.ZodMiniOptional<z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniOptional<z.ZodMiniString<string>>>>;
1682
+ language: z.ZodMiniOptional<z.ZodMiniString<string>>;
1683
+ name: z.ZodMiniString<string>;
1684
+ os: z.ZodMiniOptional<z.ZodMiniString<string>>;
1685
+ schema: z.ZodMiniCustom<Schema, Schema>;
1686
+ }, z.core.$loose>;
1687
+ description: z.ZodMiniOptional<z.ZodMiniString<string>>;
1688
+ }, z.core.$strict>;
1689
+ export type AuthoredModuleManifest = z.infer<typeof AuthoredModuleManifestZod>;
1690
+ export declare const isAuthoredModuleManifest: <T>(value: T) => value is T & {
1691
+ config: {
1692
+ [x: string]: unknown;
1693
+ name: string;
1694
+ schema: Schema;
1695
+ accountPath?: string | undefined;
1696
+ features?: string[] | undefined;
1697
+ labels?: Record<string, string | undefined> | undefined;
1698
+ language?: string | undefined;
1699
+ os?: string | undefined;
1700
+ };
1701
+ description?: string | undefined;
1702
+ };
1703
+ export declare const asAuthoredModuleManifest: {
1704
+ <T>(value: T): (T & {
1705
+ config: {
1706
+ [x: string]: unknown;
1707
+ name: string;
1708
+ schema: Schema;
1709
+ accountPath?: string | undefined;
1710
+ features?: string[] | undefined;
1711
+ labels?: Record<string, string | undefined> | undefined;
1712
+ language?: string | undefined;
1713
+ os?: string | undefined;
1714
+ };
1715
+ description?: string | undefined;
1716
+ }) | undefined;
1717
+ <T>(value: T, assert: import("@xylabs/sdk").ZodFactoryConfig): T & {
1718
+ config: {
1719
+ [x: string]: unknown;
1720
+ name: string;
1721
+ schema: Schema;
1722
+ accountPath?: string | undefined;
1723
+ features?: string[] | undefined;
1724
+ labels?: Record<string, string | undefined> | undefined;
1725
+ language?: string | undefined;
1726
+ os?: string | undefined;
1727
+ };
1728
+ description?: string | undefined;
1729
+ };
1730
+ };
1731
+ export declare const toAuthoredModuleManifest: {
1732
+ <T>(value: T): (T & {
1733
+ config: {
1734
+ [x: string]: unknown;
1735
+ name: string;
1736
+ schema: Schema;
1737
+ accountPath?: string | undefined;
1738
+ features?: string[] | undefined;
1739
+ labels?: Record<string, string | undefined> | undefined;
1740
+ language?: string | undefined;
1741
+ os?: string | undefined;
1742
+ };
1743
+ description?: string | undefined;
1744
+ }) | undefined;
1745
+ <T>(value: T, assert: import("@xylabs/sdk").ZodFactoryConfig): T & {
1746
+ config: {
1747
+ [x: string]: unknown;
1748
+ name: string;
1749
+ schema: Schema;
1750
+ accountPath?: string | undefined;
1751
+ features?: string[] | undefined;
1752
+ labels?: Record<string, string | undefined> | undefined;
1753
+ language?: string | undefined;
1754
+ os?: string | undefined;
1755
+ };
1756
+ description?: string | undefined;
1757
+ };
1758
+ };
1759
+ export declare const AuthoredNodeManifestZod: z.ZodMiniObject<{
1760
+ config: z.ZodMiniObject<{
1761
+ accountPath: z.ZodMiniOptional<z.ZodMiniString<string>>;
1762
+ features: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
1763
+ labels: z.ZodMiniOptional<z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniOptional<z.ZodMiniString<string>>>>;
1764
+ language: z.ZodMiniOptional<z.ZodMiniString<string>>;
1765
+ name: z.ZodMiniString<string>;
1766
+ os: z.ZodMiniOptional<z.ZodMiniString<string>>;
1767
+ schema: z.ZodMiniCustom<Schema, Schema>;
1768
+ }, z.core.$loose>;
1769
+ description: z.ZodMiniOptional<z.ZodMiniString<string>>;
1770
+ modules: z.ZodMiniOptional<z.ZodMiniObject<{
1771
+ private: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniObject<{
1772
+ config: z.ZodMiniObject<{
1773
+ accountPath: z.ZodMiniOptional<z.ZodMiniString<string>>;
1774
+ features: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
1775
+ labels: z.ZodMiniOptional<z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniOptional<z.ZodMiniString<string>>>>;
1776
+ language: z.ZodMiniOptional<z.ZodMiniString<string>>;
1777
+ name: z.ZodMiniString<string>;
1778
+ os: z.ZodMiniOptional<z.ZodMiniString<string>>;
1779
+ schema: z.ZodMiniCustom<Schema, Schema>;
1780
+ }, z.core.$loose>;
1781
+ description: z.ZodMiniOptional<z.ZodMiniString<string>>;
1782
+ }, z.core.$strict>>>;
1783
+ public: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniObject<{
1784
+ config: z.ZodMiniObject<{
1785
+ accountPath: z.ZodMiniOptional<z.ZodMiniString<string>>;
1786
+ features: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
1787
+ labels: z.ZodMiniOptional<z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniOptional<z.ZodMiniString<string>>>>;
1788
+ language: z.ZodMiniOptional<z.ZodMiniString<string>>;
1789
+ name: z.ZodMiniString<string>;
1790
+ os: z.ZodMiniOptional<z.ZodMiniString<string>>;
1791
+ schema: z.ZodMiniCustom<Schema, Schema>;
1792
+ }, z.core.$loose>;
1793
+ description: z.ZodMiniOptional<z.ZodMiniString<string>>;
1794
+ }, z.core.$strict>>>;
1795
+ }, z.core.$strict>>;
1796
+ name: z.ZodMiniOptional<z.ZodMiniString<string>>;
1797
+ }, z.core.$strict>;
1798
+ export type AuthoredNodeManifest = z.infer<typeof AuthoredNodeManifestZod>;
1799
+ export declare const isAuthoredNodeManifest: <T>(value: T) => value is T & {
1800
+ config: {
1801
+ [x: string]: unknown;
1802
+ name: string;
1803
+ schema: Schema;
1804
+ accountPath?: string | undefined;
1805
+ features?: string[] | undefined;
1806
+ labels?: Record<string, string | undefined> | undefined;
1807
+ language?: string | undefined;
1808
+ os?: string | undefined;
1809
+ };
1810
+ description?: string | undefined;
1811
+ modules?: {
1812
+ private?: {
1813
+ config: {
1814
+ [x: string]: unknown;
1815
+ name: string;
1816
+ schema: Schema;
1817
+ accountPath?: string | undefined;
1818
+ features?: string[] | undefined;
1819
+ labels?: Record<string, string | undefined> | undefined;
1820
+ language?: string | undefined;
1821
+ os?: string | undefined;
1822
+ };
1823
+ description?: string | undefined;
1824
+ }[] | undefined;
1825
+ public?: {
1826
+ config: {
1827
+ [x: string]: unknown;
1828
+ name: string;
1829
+ schema: Schema;
1830
+ accountPath?: string | undefined;
1831
+ features?: string[] | undefined;
1832
+ labels?: Record<string, string | undefined> | undefined;
1833
+ language?: string | undefined;
1834
+ os?: string | undefined;
1835
+ };
1836
+ description?: string | undefined;
1837
+ }[] | undefined;
1838
+ } | undefined;
1839
+ name?: string | undefined;
1840
+ };
1841
+ export declare const asAuthoredNodeManifest: {
1842
+ <T>(value: T): (T & {
1843
+ config: {
1844
+ [x: string]: unknown;
1845
+ name: string;
1846
+ schema: Schema;
1847
+ accountPath?: string | undefined;
1848
+ features?: string[] | undefined;
1849
+ labels?: Record<string, string | undefined> | undefined;
1850
+ language?: string | undefined;
1851
+ os?: string | undefined;
1852
+ };
1853
+ description?: string | undefined;
1854
+ modules?: {
1855
+ private?: {
1856
+ config: {
1857
+ [x: string]: unknown;
1858
+ name: string;
1859
+ schema: Schema;
1860
+ accountPath?: string | undefined;
1861
+ features?: string[] | undefined;
1862
+ labels?: Record<string, string | undefined> | undefined;
1863
+ language?: string | undefined;
1864
+ os?: string | undefined;
1865
+ };
1866
+ description?: string | undefined;
1867
+ }[] | undefined;
1868
+ public?: {
1869
+ config: {
1870
+ [x: string]: unknown;
1871
+ name: string;
1872
+ schema: Schema;
1873
+ accountPath?: string | undefined;
1874
+ features?: string[] | undefined;
1875
+ labels?: Record<string, string | undefined> | undefined;
1876
+ language?: string | undefined;
1877
+ os?: string | undefined;
1878
+ };
1879
+ description?: string | undefined;
1880
+ }[] | undefined;
1881
+ } | undefined;
1882
+ name?: string | undefined;
1883
+ }) | undefined;
1884
+ <T>(value: T, assert: import("@xylabs/sdk").ZodFactoryConfig): T & {
1885
+ config: {
1886
+ [x: string]: unknown;
1887
+ name: string;
1888
+ schema: Schema;
1889
+ accountPath?: string | undefined;
1890
+ features?: string[] | undefined;
1891
+ labels?: Record<string, string | undefined> | undefined;
1892
+ language?: string | undefined;
1893
+ os?: string | undefined;
1894
+ };
1895
+ description?: string | undefined;
1896
+ modules?: {
1897
+ private?: {
1898
+ config: {
1899
+ [x: string]: unknown;
1900
+ name: string;
1901
+ schema: Schema;
1902
+ accountPath?: string | undefined;
1903
+ features?: string[] | undefined;
1904
+ labels?: Record<string, string | undefined> | undefined;
1905
+ language?: string | undefined;
1906
+ os?: string | undefined;
1907
+ };
1908
+ description?: string | undefined;
1909
+ }[] | undefined;
1910
+ public?: {
1911
+ config: {
1912
+ [x: string]: unknown;
1913
+ name: string;
1914
+ schema: Schema;
1915
+ accountPath?: string | undefined;
1916
+ features?: string[] | undefined;
1917
+ labels?: Record<string, string | undefined> | undefined;
1918
+ language?: string | undefined;
1919
+ os?: string | undefined;
1920
+ };
1921
+ description?: string | undefined;
1922
+ }[] | undefined;
1923
+ } | undefined;
1924
+ name?: string | undefined;
1925
+ };
1926
+ };
1927
+ export declare const toAuthoredNodeManifest: {
1928
+ <T>(value: T): (T & {
1929
+ config: {
1930
+ [x: string]: unknown;
1931
+ name: string;
1932
+ schema: Schema;
1933
+ accountPath?: string | undefined;
1934
+ features?: string[] | undefined;
1935
+ labels?: Record<string, string | undefined> | undefined;
1936
+ language?: string | undefined;
1937
+ os?: string | undefined;
1938
+ };
1939
+ description?: string | undefined;
1940
+ modules?: {
1941
+ private?: {
1942
+ config: {
1943
+ [x: string]: unknown;
1944
+ name: string;
1945
+ schema: Schema;
1946
+ accountPath?: string | undefined;
1947
+ features?: string[] | undefined;
1948
+ labels?: Record<string, string | undefined> | undefined;
1949
+ language?: string | undefined;
1950
+ os?: string | undefined;
1951
+ };
1952
+ description?: string | undefined;
1953
+ }[] | undefined;
1954
+ public?: {
1955
+ config: {
1956
+ [x: string]: unknown;
1957
+ name: string;
1958
+ schema: Schema;
1959
+ accountPath?: string | undefined;
1960
+ features?: string[] | undefined;
1961
+ labels?: Record<string, string | undefined> | undefined;
1962
+ language?: string | undefined;
1963
+ os?: string | undefined;
1964
+ };
1965
+ description?: string | undefined;
1966
+ }[] | undefined;
1967
+ } | undefined;
1968
+ name?: string | undefined;
1969
+ }) | undefined;
1970
+ <T>(value: T, assert: import("@xylabs/sdk").ZodFactoryConfig): T & {
1971
+ config: {
1972
+ [x: string]: unknown;
1973
+ name: string;
1974
+ schema: Schema;
1975
+ accountPath?: string | undefined;
1976
+ features?: string[] | undefined;
1977
+ labels?: Record<string, string | undefined> | undefined;
1978
+ language?: string | undefined;
1979
+ os?: string | undefined;
1980
+ };
1981
+ description?: string | undefined;
1982
+ modules?: {
1983
+ private?: {
1984
+ config: {
1985
+ [x: string]: unknown;
1986
+ name: string;
1987
+ schema: Schema;
1988
+ accountPath?: string | undefined;
1989
+ features?: string[] | undefined;
1990
+ labels?: Record<string, string | undefined> | undefined;
1991
+ language?: string | undefined;
1992
+ os?: string | undefined;
1993
+ };
1994
+ description?: string | undefined;
1995
+ }[] | undefined;
1996
+ public?: {
1997
+ config: {
1998
+ [x: string]: unknown;
1999
+ name: string;
2000
+ schema: Schema;
2001
+ accountPath?: string | undefined;
2002
+ features?: string[] | undefined;
2003
+ labels?: Record<string, string | undefined> | undefined;
2004
+ language?: string | undefined;
2005
+ os?: string | undefined;
2006
+ };
2007
+ description?: string | undefined;
2008
+ }[] | undefined;
2009
+ } | undefined;
2010
+ name?: string | undefined;
2011
+ };
2012
+ };
2013
+ export declare const AuthoredPackageManifestZod: z.ZodMiniObject<{
2014
+ $schema: z.ZodMiniOptional<z.ZodMiniString<string>>;
2015
+ description: z.ZodMiniOptional<z.ZodMiniString<string>>;
2016
+ nodes: z.ZodMiniArray<z.ZodMiniObject<{
2017
+ config: z.ZodMiniObject<{
2018
+ accountPath: z.ZodMiniOptional<z.ZodMiniString<string>>;
2019
+ features: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
2020
+ labels: z.ZodMiniOptional<z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniOptional<z.ZodMiniString<string>>>>;
2021
+ language: z.ZodMiniOptional<z.ZodMiniString<string>>;
2022
+ name: z.ZodMiniString<string>;
2023
+ os: z.ZodMiniOptional<z.ZodMiniString<string>>;
2024
+ schema: z.ZodMiniCustom<Schema, Schema>;
2025
+ }, z.core.$loose>;
2026
+ description: z.ZodMiniOptional<z.ZodMiniString<string>>;
2027
+ modules: z.ZodMiniOptional<z.ZodMiniObject<{
2028
+ private: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniObject<{
2029
+ config: z.ZodMiniObject<{
2030
+ accountPath: z.ZodMiniOptional<z.ZodMiniString<string>>;
2031
+ features: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
2032
+ labels: z.ZodMiniOptional<z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniOptional<z.ZodMiniString<string>>>>;
2033
+ language: z.ZodMiniOptional<z.ZodMiniString<string>>;
2034
+ name: z.ZodMiniString<string>;
2035
+ os: z.ZodMiniOptional<z.ZodMiniString<string>>;
2036
+ schema: z.ZodMiniCustom<Schema, Schema>;
2037
+ }, z.core.$loose>;
2038
+ description: z.ZodMiniOptional<z.ZodMiniString<string>>;
2039
+ }, z.core.$strict>>>;
2040
+ public: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniObject<{
2041
+ config: z.ZodMiniObject<{
2042
+ accountPath: z.ZodMiniOptional<z.ZodMiniString<string>>;
2043
+ features: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
2044
+ labels: z.ZodMiniOptional<z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniOptional<z.ZodMiniString<string>>>>;
2045
+ language: z.ZodMiniOptional<z.ZodMiniString<string>>;
2046
+ name: z.ZodMiniString<string>;
2047
+ os: z.ZodMiniOptional<z.ZodMiniString<string>>;
2048
+ schema: z.ZodMiniCustom<Schema, Schema>;
2049
+ }, z.core.$loose>;
2050
+ description: z.ZodMiniOptional<z.ZodMiniString<string>>;
2051
+ }, z.core.$strict>>>;
2052
+ }, z.core.$strict>>;
2053
+ name: z.ZodMiniOptional<z.ZodMiniString<string>>;
2054
+ }, z.core.$strict>>;
2055
+ schema: z.ZodMiniLiteral<"network.xyo.manifest">;
2056
+ }, z.core.$strict>;
2057
+ export type AuthoredPackageManifest = z.infer<typeof AuthoredPackageManifestZod>;
2058
+ export declare const isAuthoredPackageManifest: <T>(value: T) => value is T & {
2059
+ nodes: {
2060
+ config: {
2061
+ [x: string]: unknown;
2062
+ name: string;
2063
+ schema: Schema;
2064
+ accountPath?: string | undefined;
2065
+ features?: string[] | undefined;
2066
+ labels?: Record<string, string | undefined> | undefined;
2067
+ language?: string | undefined;
2068
+ os?: string | undefined;
2069
+ };
2070
+ description?: string | undefined;
2071
+ modules?: {
2072
+ private?: {
2073
+ config: {
2074
+ [x: string]: unknown;
2075
+ name: string;
2076
+ schema: Schema;
2077
+ accountPath?: string | undefined;
2078
+ features?: string[] | undefined;
2079
+ labels?: Record<string, string | undefined> | undefined;
2080
+ language?: string | undefined;
2081
+ os?: string | undefined;
2082
+ };
2083
+ description?: string | undefined;
2084
+ }[] | undefined;
2085
+ public?: {
2086
+ config: {
2087
+ [x: string]: unknown;
2088
+ name: string;
2089
+ schema: Schema;
2090
+ accountPath?: string | undefined;
2091
+ features?: string[] | undefined;
2092
+ labels?: Record<string, string | undefined> | undefined;
2093
+ language?: string | undefined;
2094
+ os?: string | undefined;
2095
+ };
2096
+ description?: string | undefined;
2097
+ }[] | undefined;
2098
+ } | undefined;
2099
+ name?: string | undefined;
2100
+ }[];
2101
+ schema: "network.xyo.manifest";
2102
+ $schema?: string | undefined;
2103
+ description?: string | undefined;
2104
+ };
2105
+ export declare const asAuthoredPackageManifest: {
2106
+ <T>(value: T): (T & {
2107
+ nodes: {
2108
+ config: {
2109
+ [x: string]: unknown;
2110
+ name: string;
2111
+ schema: Schema;
2112
+ accountPath?: string | undefined;
2113
+ features?: string[] | undefined;
2114
+ labels?: Record<string, string | undefined> | undefined;
2115
+ language?: string | undefined;
2116
+ os?: string | undefined;
2117
+ };
2118
+ description?: string | undefined;
2119
+ modules?: {
2120
+ private?: {
2121
+ config: {
2122
+ [x: string]: unknown;
2123
+ name: string;
2124
+ schema: Schema;
2125
+ accountPath?: string | undefined;
2126
+ features?: string[] | undefined;
2127
+ labels?: Record<string, string | undefined> | undefined;
2128
+ language?: string | undefined;
2129
+ os?: string | undefined;
2130
+ };
2131
+ description?: string | undefined;
2132
+ }[] | undefined;
2133
+ public?: {
2134
+ config: {
2135
+ [x: string]: unknown;
2136
+ name: string;
2137
+ schema: Schema;
2138
+ accountPath?: string | undefined;
2139
+ features?: string[] | undefined;
2140
+ labels?: Record<string, string | undefined> | undefined;
2141
+ language?: string | undefined;
2142
+ os?: string | undefined;
2143
+ };
2144
+ description?: string | undefined;
2145
+ }[] | undefined;
2146
+ } | undefined;
2147
+ name?: string | undefined;
2148
+ }[];
2149
+ schema: "network.xyo.manifest";
2150
+ $schema?: string | undefined;
2151
+ description?: string | undefined;
2152
+ }) | undefined;
2153
+ <T>(value: T, assert: import("@xylabs/sdk").ZodFactoryConfig): T & {
2154
+ nodes: {
2155
+ config: {
2156
+ [x: string]: unknown;
2157
+ name: string;
2158
+ schema: Schema;
2159
+ accountPath?: string | undefined;
2160
+ features?: string[] | undefined;
2161
+ labels?: Record<string, string | undefined> | undefined;
2162
+ language?: string | undefined;
2163
+ os?: string | undefined;
2164
+ };
2165
+ description?: string | undefined;
2166
+ modules?: {
2167
+ private?: {
2168
+ config: {
2169
+ [x: string]: unknown;
2170
+ name: string;
2171
+ schema: Schema;
2172
+ accountPath?: string | undefined;
2173
+ features?: string[] | undefined;
2174
+ labels?: Record<string, string | undefined> | undefined;
2175
+ language?: string | undefined;
2176
+ os?: string | undefined;
2177
+ };
2178
+ description?: string | undefined;
2179
+ }[] | undefined;
2180
+ public?: {
2181
+ config: {
2182
+ [x: string]: unknown;
2183
+ name: string;
2184
+ schema: Schema;
2185
+ accountPath?: string | undefined;
2186
+ features?: string[] | undefined;
2187
+ labels?: Record<string, string | undefined> | undefined;
2188
+ language?: string | undefined;
2189
+ os?: string | undefined;
2190
+ };
2191
+ description?: string | undefined;
2192
+ }[] | undefined;
2193
+ } | undefined;
2194
+ name?: string | undefined;
2195
+ }[];
2196
+ schema: "network.xyo.manifest";
2197
+ $schema?: string | undefined;
2198
+ description?: string | undefined;
2199
+ };
2200
+ };
2201
+ export declare const toAuthoredPackageManifest: {
2202
+ <T>(value: T): (T & {
2203
+ nodes: {
2204
+ config: {
2205
+ [x: string]: unknown;
2206
+ name: string;
2207
+ schema: Schema;
2208
+ accountPath?: string | undefined;
2209
+ features?: string[] | undefined;
2210
+ labels?: Record<string, string | undefined> | undefined;
2211
+ language?: string | undefined;
2212
+ os?: string | undefined;
2213
+ };
2214
+ description?: string | undefined;
2215
+ modules?: {
2216
+ private?: {
2217
+ config: {
2218
+ [x: string]: unknown;
2219
+ name: string;
2220
+ schema: Schema;
2221
+ accountPath?: string | undefined;
2222
+ features?: string[] | undefined;
2223
+ labels?: Record<string, string | undefined> | undefined;
2224
+ language?: string | undefined;
2225
+ os?: string | undefined;
2226
+ };
2227
+ description?: string | undefined;
2228
+ }[] | undefined;
2229
+ public?: {
2230
+ config: {
2231
+ [x: string]: unknown;
2232
+ name: string;
2233
+ schema: Schema;
2234
+ accountPath?: string | undefined;
2235
+ features?: string[] | undefined;
2236
+ labels?: Record<string, string | undefined> | undefined;
2237
+ language?: string | undefined;
2238
+ os?: string | undefined;
2239
+ };
2240
+ description?: string | undefined;
2241
+ }[] | undefined;
2242
+ } | undefined;
2243
+ name?: string | undefined;
2244
+ }[];
2245
+ schema: "network.xyo.manifest";
2246
+ $schema?: string | undefined;
2247
+ description?: string | undefined;
2248
+ }) | undefined;
2249
+ <T>(value: T, assert: import("@xylabs/sdk").ZodFactoryConfig): T & {
2250
+ nodes: {
2251
+ config: {
2252
+ [x: string]: unknown;
2253
+ name: string;
2254
+ schema: Schema;
2255
+ accountPath?: string | undefined;
2256
+ features?: string[] | undefined;
2257
+ labels?: Record<string, string | undefined> | undefined;
2258
+ language?: string | undefined;
2259
+ os?: string | undefined;
2260
+ };
2261
+ description?: string | undefined;
2262
+ modules?: {
2263
+ private?: {
2264
+ config: {
2265
+ [x: string]: unknown;
2266
+ name: string;
2267
+ schema: Schema;
2268
+ accountPath?: string | undefined;
2269
+ features?: string[] | undefined;
2270
+ labels?: Record<string, string | undefined> | undefined;
2271
+ language?: string | undefined;
2272
+ os?: string | undefined;
2273
+ };
2274
+ description?: string | undefined;
2275
+ }[] | undefined;
2276
+ public?: {
2277
+ config: {
2278
+ [x: string]: unknown;
2279
+ name: string;
2280
+ schema: Schema;
2281
+ accountPath?: string | undefined;
2282
+ features?: string[] | undefined;
2283
+ labels?: Record<string, string | undefined> | undefined;
2284
+ language?: string | undefined;
2285
+ os?: string | undefined;
2286
+ };
2287
+ description?: string | undefined;
2288
+ }[] | undefined;
2289
+ } | undefined;
2290
+ name?: string | undefined;
2291
+ }[];
2292
+ schema: "network.xyo.manifest";
2293
+ $schema?: string | undefined;
2294
+ description?: string | undefined;
2295
+ };
2296
+ };
2297
+ export declare const ExternalModuleRequestZod: z.ZodMiniObject<{
2298
+ name: z.ZodMiniString<string>;
2299
+ }, z.core.$strict>;
2300
+ export declare const ExternalManifestZod: z.ZodMiniObject<{
2301
+ modules: z.ZodMiniArray<z.ZodMiniObject<{
2302
+ name: z.ZodMiniString<string>;
2303
+ }, z.core.$strict>>;
2304
+ }, z.core.$strict>;
2305
+ export declare const AuthoredDappPackageManifestZod: z.ZodMiniObject<{
2306
+ $schema: z.ZodMiniOptional<z.ZodMiniString<string>>;
2307
+ description: z.ZodMiniOptional<z.ZodMiniString<string>>;
2308
+ external: z.ZodMiniOptional<z.ZodMiniObject<{
2309
+ modules: z.ZodMiniArray<z.ZodMiniObject<{
2310
+ name: z.ZodMiniString<string>;
2311
+ }, z.core.$strict>>;
2312
+ }, z.core.$strict>>;
2313
+ nodes: z.ZodMiniArray<z.ZodMiniObject<{
2314
+ config: z.ZodMiniObject<{
2315
+ accountPath: z.ZodMiniOptional<z.ZodMiniString<string>>;
2316
+ features: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
2317
+ labels: z.ZodMiniOptional<z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniOptional<z.ZodMiniString<string>>>>;
2318
+ language: z.ZodMiniOptional<z.ZodMiniString<string>>;
2319
+ name: z.ZodMiniString<string>;
2320
+ os: z.ZodMiniOptional<z.ZodMiniString<string>>;
2321
+ schema: z.ZodMiniCustom<Schema, Schema>;
2322
+ }, z.core.$loose>;
2323
+ description: z.ZodMiniOptional<z.ZodMiniString<string>>;
2324
+ modules: z.ZodMiniOptional<z.ZodMiniObject<{
2325
+ private: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniObject<{
2326
+ config: z.ZodMiniObject<{
2327
+ accountPath: z.ZodMiniOptional<z.ZodMiniString<string>>;
2328
+ features: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
2329
+ labels: z.ZodMiniOptional<z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniOptional<z.ZodMiniString<string>>>>;
2330
+ language: z.ZodMiniOptional<z.ZodMiniString<string>>;
2331
+ name: z.ZodMiniString<string>;
2332
+ os: z.ZodMiniOptional<z.ZodMiniString<string>>;
2333
+ schema: z.ZodMiniCustom<Schema, Schema>;
2334
+ }, z.core.$loose>;
2335
+ description: z.ZodMiniOptional<z.ZodMiniString<string>>;
2336
+ }, z.core.$strict>>>;
2337
+ public: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniObject<{
2338
+ config: z.ZodMiniObject<{
2339
+ accountPath: z.ZodMiniOptional<z.ZodMiniString<string>>;
2340
+ features: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
2341
+ labels: z.ZodMiniOptional<z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniOptional<z.ZodMiniString<string>>>>;
2342
+ language: z.ZodMiniOptional<z.ZodMiniString<string>>;
2343
+ name: z.ZodMiniString<string>;
2344
+ os: z.ZodMiniOptional<z.ZodMiniString<string>>;
2345
+ schema: z.ZodMiniCustom<Schema, Schema>;
2346
+ }, z.core.$loose>;
2347
+ description: z.ZodMiniOptional<z.ZodMiniString<string>>;
2348
+ }, z.core.$strict>>>;
2349
+ }, z.core.$strict>>;
2350
+ name: z.ZodMiniOptional<z.ZodMiniString<string>>;
2351
+ }, z.core.$strict>>;
2352
+ schema: z.ZodMiniLiteral<"network.xyo.manifest.package.dapp">;
2353
+ }, z.core.$strict>;
2354
+ export type AuthoredDappPackageManifest = z.infer<typeof AuthoredDappPackageManifestZod>;
2355
+ export declare const isAuthoredDappPackageManifest: <T>(value: T) => value is T & {
2356
+ nodes: {
2357
+ config: {
2358
+ [x: string]: unknown;
2359
+ name: string;
2360
+ schema: Schema;
2361
+ accountPath?: string | undefined;
2362
+ features?: string[] | undefined;
2363
+ labels?: Record<string, string | undefined> | undefined;
2364
+ language?: string | undefined;
2365
+ os?: string | undefined;
2366
+ };
2367
+ description?: string | undefined;
2368
+ modules?: {
2369
+ private?: {
2370
+ config: {
2371
+ [x: string]: unknown;
2372
+ name: string;
2373
+ schema: Schema;
2374
+ accountPath?: string | undefined;
2375
+ features?: string[] | undefined;
2376
+ labels?: Record<string, string | undefined> | undefined;
2377
+ language?: string | undefined;
2378
+ os?: string | undefined;
2379
+ };
2380
+ description?: string | undefined;
2381
+ }[] | undefined;
2382
+ public?: {
2383
+ config: {
2384
+ [x: string]: unknown;
2385
+ name: string;
2386
+ schema: Schema;
2387
+ accountPath?: string | undefined;
2388
+ features?: string[] | undefined;
2389
+ labels?: Record<string, string | undefined> | undefined;
2390
+ language?: string | undefined;
2391
+ os?: string | undefined;
2392
+ };
2393
+ description?: string | undefined;
2394
+ }[] | undefined;
2395
+ } | undefined;
2396
+ name?: string | undefined;
2397
+ }[];
2398
+ schema: "network.xyo.manifest.package.dapp";
2399
+ $schema?: string | undefined;
2400
+ description?: string | undefined;
2401
+ external?: {
2402
+ modules: {
2403
+ name: string;
2404
+ }[];
2405
+ } | undefined;
2406
+ };
2407
+ export declare const asAuthoredDappPackageManifest: {
2408
+ <T>(value: T): (T & {
2409
+ nodes: {
2410
+ config: {
2411
+ [x: string]: unknown;
2412
+ name: string;
2413
+ schema: Schema;
2414
+ accountPath?: string | undefined;
2415
+ features?: string[] | undefined;
2416
+ labels?: Record<string, string | undefined> | undefined;
2417
+ language?: string | undefined;
2418
+ os?: string | undefined;
2419
+ };
2420
+ description?: string | undefined;
2421
+ modules?: {
2422
+ private?: {
2423
+ config: {
2424
+ [x: string]: unknown;
2425
+ name: string;
2426
+ schema: Schema;
2427
+ accountPath?: string | undefined;
2428
+ features?: string[] | undefined;
2429
+ labels?: Record<string, string | undefined> | undefined;
2430
+ language?: string | undefined;
2431
+ os?: string | undefined;
2432
+ };
2433
+ description?: string | undefined;
2434
+ }[] | undefined;
2435
+ public?: {
2436
+ config: {
2437
+ [x: string]: unknown;
2438
+ name: string;
2439
+ schema: Schema;
2440
+ accountPath?: string | undefined;
2441
+ features?: string[] | undefined;
2442
+ labels?: Record<string, string | undefined> | undefined;
2443
+ language?: string | undefined;
2444
+ os?: string | undefined;
2445
+ };
2446
+ description?: string | undefined;
2447
+ }[] | undefined;
2448
+ } | undefined;
2449
+ name?: string | undefined;
2450
+ }[];
2451
+ schema: "network.xyo.manifest.package.dapp";
2452
+ $schema?: string | undefined;
2453
+ description?: string | undefined;
2454
+ external?: {
2455
+ modules: {
2456
+ name: string;
2457
+ }[];
2458
+ } | undefined;
2459
+ }) | undefined;
2460
+ <T>(value: T, assert: import("@xylabs/sdk").ZodFactoryConfig): T & {
2461
+ nodes: {
2462
+ config: {
2463
+ [x: string]: unknown;
2464
+ name: string;
2465
+ schema: Schema;
2466
+ accountPath?: string | undefined;
2467
+ features?: string[] | undefined;
2468
+ labels?: Record<string, string | undefined> | undefined;
2469
+ language?: string | undefined;
2470
+ os?: string | undefined;
2471
+ };
2472
+ description?: string | undefined;
2473
+ modules?: {
2474
+ private?: {
2475
+ config: {
2476
+ [x: string]: unknown;
2477
+ name: string;
2478
+ schema: Schema;
2479
+ accountPath?: string | undefined;
2480
+ features?: string[] | undefined;
2481
+ labels?: Record<string, string | undefined> | undefined;
2482
+ language?: string | undefined;
2483
+ os?: string | undefined;
2484
+ };
2485
+ description?: string | undefined;
2486
+ }[] | undefined;
2487
+ public?: {
2488
+ config: {
2489
+ [x: string]: unknown;
2490
+ name: string;
2491
+ schema: Schema;
2492
+ accountPath?: string | undefined;
2493
+ features?: string[] | undefined;
2494
+ labels?: Record<string, string | undefined> | undefined;
2495
+ language?: string | undefined;
2496
+ os?: string | undefined;
2497
+ };
2498
+ description?: string | undefined;
2499
+ }[] | undefined;
2500
+ } | undefined;
2501
+ name?: string | undefined;
2502
+ }[];
2503
+ schema: "network.xyo.manifest.package.dapp";
2504
+ $schema?: string | undefined;
2505
+ description?: string | undefined;
2506
+ external?: {
2507
+ modules: {
2508
+ name: string;
2509
+ }[];
2510
+ } | undefined;
2511
+ };
2512
+ };
2513
+ export declare const toAuthoredDappPackageManifest: {
2514
+ <T>(value: T): (T & {
2515
+ nodes: {
2516
+ config: {
2517
+ [x: string]: unknown;
2518
+ name: string;
2519
+ schema: Schema;
2520
+ accountPath?: string | undefined;
2521
+ features?: string[] | undefined;
2522
+ labels?: Record<string, string | undefined> | undefined;
2523
+ language?: string | undefined;
2524
+ os?: string | undefined;
2525
+ };
2526
+ description?: string | undefined;
2527
+ modules?: {
2528
+ private?: {
2529
+ config: {
2530
+ [x: string]: unknown;
2531
+ name: string;
2532
+ schema: Schema;
2533
+ accountPath?: string | undefined;
2534
+ features?: string[] | undefined;
2535
+ labels?: Record<string, string | undefined> | undefined;
2536
+ language?: string | undefined;
2537
+ os?: string | undefined;
2538
+ };
2539
+ description?: string | undefined;
2540
+ }[] | undefined;
2541
+ public?: {
2542
+ config: {
2543
+ [x: string]: unknown;
2544
+ name: string;
2545
+ schema: Schema;
2546
+ accountPath?: string | undefined;
2547
+ features?: string[] | undefined;
2548
+ labels?: Record<string, string | undefined> | undefined;
2549
+ language?: string | undefined;
2550
+ os?: string | undefined;
2551
+ };
2552
+ description?: string | undefined;
2553
+ }[] | undefined;
2554
+ } | undefined;
2555
+ name?: string | undefined;
2556
+ }[];
2557
+ schema: "network.xyo.manifest.package.dapp";
2558
+ $schema?: string | undefined;
2559
+ description?: string | undefined;
2560
+ external?: {
2561
+ modules: {
2562
+ name: string;
2563
+ }[];
2564
+ } | undefined;
2565
+ }) | undefined;
2566
+ <T>(value: T, assert: import("@xylabs/sdk").ZodFactoryConfig): T & {
2567
+ nodes: {
2568
+ config: {
2569
+ [x: string]: unknown;
2570
+ name: string;
2571
+ schema: Schema;
2572
+ accountPath?: string | undefined;
2573
+ features?: string[] | undefined;
2574
+ labels?: Record<string, string | undefined> | undefined;
2575
+ language?: string | undefined;
2576
+ os?: string | undefined;
2577
+ };
2578
+ description?: string | undefined;
2579
+ modules?: {
2580
+ private?: {
2581
+ config: {
2582
+ [x: string]: unknown;
2583
+ name: string;
2584
+ schema: Schema;
2585
+ accountPath?: string | undefined;
2586
+ features?: string[] | undefined;
2587
+ labels?: Record<string, string | undefined> | undefined;
2588
+ language?: string | undefined;
2589
+ os?: string | undefined;
2590
+ };
2591
+ description?: string | undefined;
2592
+ }[] | undefined;
2593
+ public?: {
2594
+ config: {
2595
+ [x: string]: unknown;
2596
+ name: string;
2597
+ schema: Schema;
2598
+ accountPath?: string | undefined;
2599
+ features?: string[] | undefined;
2600
+ labels?: Record<string, string | undefined> | undefined;
2601
+ language?: string | undefined;
2602
+ os?: string | undefined;
2603
+ };
2604
+ description?: string | undefined;
2605
+ }[] | undefined;
2606
+ } | undefined;
2607
+ name?: string | undefined;
2608
+ }[];
2609
+ schema: "network.xyo.manifest.package.dapp";
2610
+ $schema?: string | undefined;
2611
+ description?: string | undefined;
2612
+ external?: {
2613
+ modules: {
2614
+ name: string;
2615
+ }[];
2616
+ } | undefined;
2617
+ };
2618
+ };