@start9labs/start-sdk 0.4.0-beta.48 → 0.4.0-beta.49

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 (539) hide show
  1. package/base/lib/Effects.d.ts +4 -4
  2. package/base/lib/actions/index.d.ts +6 -6
  3. package/base/lib/actions/input/builder/index.d.ts +4 -4
  4. package/base/lib/actions/input/builder/inputSpec.d.ts +5 -5
  5. package/base/lib/actions/input/builder/list.d.ts +5 -5
  6. package/base/lib/actions/input/builder/list.js +8 -8
  7. package/base/lib/actions/input/builder/value.d.ts +11 -11
  8. package/base/lib/actions/input/builder/value.js +27 -27
  9. package/base/lib/actions/input/builder/variants.d.ts +9 -9
  10. package/base/lib/actions/input/index.d.ts +3 -3
  11. package/base/lib/actions/input/inputSpecConstants.d.ts +3 -3
  12. package/base/lib/actions/input/inputSpecConstants.js +18 -18
  13. package/base/lib/actions/input/inputSpecTypes.d.ts +20 -20
  14. package/base/lib/actions/input/inputSpecTypes.js +1 -1
  15. package/base/lib/actions/setupActions.d.ts +8 -8
  16. package/base/lib/dependencies/dependencies.d.ts +2 -2
  17. package/base/lib/dependencies/dependencies.js +14 -14
  18. package/base/lib/dependencies/setupDependencies.d.ts +6 -6
  19. package/base/lib/exver/index.d.ts +12 -12
  20. package/base/lib/exver/index.js +150 -150
  21. package/base/lib/index.d.ts +11 -11
  22. package/base/lib/inits/index.d.ts +2 -2
  23. package/base/lib/inits/setupInit.d.ts +2 -2
  24. package/base/lib/inits/setupInit.js +2 -2
  25. package/base/lib/inits/setupUninit.d.ts +2 -2
  26. package/base/lib/inits/setupUninit.js +2 -2
  27. package/base/lib/interfaces/Host.d.ts +6 -6
  28. package/base/lib/interfaces/Host.js +9 -9
  29. package/base/lib/interfaces/Origin.d.ts +4 -4
  30. package/base/lib/interfaces/Origin.js +2 -2
  31. package/base/lib/interfaces/ServiceInterfaceBuilder.d.ts +3 -3
  32. package/base/lib/interfaces/setupInterfaces.d.ts +2 -2
  33. package/base/lib/osBindings/AcceptSigners.d.ts +1 -1
  34. package/base/lib/osBindings/ActionInput.d.ts +1 -1
  35. package/base/lib/osBindings/ActionMetadata.d.ts +2 -2
  36. package/base/lib/osBindings/ActionResult.d.ts +4 -4
  37. package/base/lib/osBindings/ActionResultMember.d.ts +2 -2
  38. package/base/lib/osBindings/ActionResultV1.d.ts +1 -1
  39. package/base/lib/osBindings/ActionResultValue.d.ts +3 -3
  40. package/base/lib/osBindings/ActionVisibility.d.ts +2 -2
  41. package/base/lib/osBindings/AddAdminParams.d.ts +1 -1
  42. package/base/lib/osBindings/AddAssetParams.d.ts +2 -2
  43. package/base/lib/osBindings/AddCategoryParams.d.ts +1 -1
  44. package/base/lib/osBindings/AddMirrorParams.d.ts +2 -2
  45. package/base/lib/osBindings/AddPackageParams.d.ts +2 -2
  46. package/base/lib/osBindings/AddPackageSignerParams.d.ts +2 -2
  47. package/base/lib/osBindings/AddPackageToCategoryParams.d.ts +1 -1
  48. package/base/lib/osBindings/AddPrivateDomainParams.d.ts +5 -0
  49. package/base/lib/osBindings/AddPrivateDomainParams.js +3 -0
  50. package/base/lib/osBindings/AddPrivateDomainParams.js.map +1 -0
  51. package/base/lib/osBindings/AddPublicDomainParams.d.ts +7 -0
  52. package/base/lib/osBindings/AddPublicDomainParams.js +3 -0
  53. package/base/lib/osBindings/AddPublicDomainParams.js.map +1 -0
  54. package/base/lib/osBindings/AddSslOptions.d.ts +1 -1
  55. package/base/lib/osBindings/AddTunnelParams.d.ts +3 -1
  56. package/base/lib/osBindings/AddTunnelParams.js +0 -1
  57. package/base/lib/osBindings/AddTunnelParams.js.map +1 -1
  58. package/base/lib/osBindings/AddressInfo.d.ts +1 -1
  59. package/base/lib/osBindings/Alerts.d.ts +1 -1
  60. package/base/lib/osBindings/Algorithm.d.ts +1 -1
  61. package/base/lib/osBindings/AllPackageData.d.ts +2 -2
  62. package/base/lib/osBindings/AllowedStatuses.d.ts +1 -1
  63. package/base/lib/osBindings/AlpnInfo.d.ts +2 -2
  64. package/base/lib/osBindings/ApiState.d.ts +1 -1
  65. package/base/lib/osBindings/AttachParams.d.ts +1 -1
  66. package/base/lib/osBindings/BackupInfo.d.ts +9 -0
  67. package/base/lib/osBindings/{PackageSignerParams.js → BackupInfo.js} +1 -1
  68. package/base/lib/osBindings/BackupInfo.js.map +1 -0
  69. package/base/lib/osBindings/BackupParams.d.ts +9 -0
  70. package/base/lib/osBindings/BackupParams.js +3 -0
  71. package/base/lib/osBindings/BackupParams.js.map +1 -0
  72. package/base/lib/osBindings/BackupReport.d.ts +9 -0
  73. package/base/lib/osBindings/BackupReport.js +3 -0
  74. package/base/lib/osBindings/BackupReport.js.map +1 -0
  75. package/base/lib/osBindings/BackupTarget.d.ts +17 -0
  76. package/base/lib/osBindings/BackupTarget.js +3 -0
  77. package/base/lib/osBindings/BackupTarget.js.map +1 -0
  78. package/base/lib/osBindings/BackupTargetFS.d.ts +4 -4
  79. package/base/lib/osBindings/BackupTargetId.d.ts +1 -0
  80. package/base/lib/osBindings/BackupTargetId.js +4 -0
  81. package/base/lib/osBindings/BackupTargetId.js.map +1 -0
  82. package/base/lib/osBindings/BindId.d.ts +1 -1
  83. package/base/lib/osBindings/BindInfo.d.ts +4 -2
  84. package/base/lib/osBindings/BindOptions.d.ts +2 -2
  85. package/base/lib/osBindings/BindParams.d.ts +3 -3
  86. package/base/lib/osBindings/BindingGatewaySetEnabledParams.d.ts +1 -1
  87. package/base/lib/osBindings/BindingSetAddressEnabledParams.d.ts +5 -0
  88. package/base/lib/osBindings/BindingSetAddressEnabledParams.js +4 -0
  89. package/base/lib/osBindings/BindingSetAddressEnabledParams.js.map +1 -0
  90. package/base/lib/osBindings/Bindings.d.ts +4 -0
  91. package/base/lib/osBindings/Bindings.js +3 -0
  92. package/base/lib/osBindings/Bindings.js.map +1 -0
  93. package/base/lib/osBindings/Blake3Commitment.d.ts +1 -1
  94. package/base/lib/osBindings/CancelInstallParams.d.ts +4 -0
  95. package/base/lib/osBindings/CancelInstallParams.js +3 -0
  96. package/base/lib/osBindings/CancelInstallParams.js.map +1 -0
  97. package/base/lib/osBindings/Category.d.ts +1 -1
  98. package/base/lib/osBindings/Celsius.d.ts +4 -1
  99. package/base/lib/osBindings/CheckDependenciesParam.d.ts +1 -1
  100. package/base/lib/osBindings/CheckDependenciesResult.d.ts +6 -6
  101. package/base/lib/osBindings/CheckDnsParams.d.ts +4 -0
  102. package/base/lib/osBindings/CheckDnsParams.js +3 -0
  103. package/base/lib/osBindings/CheckDnsParams.js.map +1 -0
  104. package/base/lib/osBindings/CheckPortParams.d.ts +5 -0
  105. package/base/lib/osBindings/CheckPortParams.js +3 -0
  106. package/base/lib/osBindings/CheckPortParams.js.map +1 -0
  107. package/base/lib/osBindings/CheckPortRes.d.ts +5 -0
  108. package/base/lib/osBindings/CheckPortRes.js +4 -0
  109. package/base/lib/osBindings/CheckPortRes.js.map +1 -0
  110. package/base/lib/osBindings/CifsAddParams.d.ts +6 -0
  111. package/base/lib/osBindings/CifsAddParams.js +4 -0
  112. package/base/lib/osBindings/CifsAddParams.js.map +1 -0
  113. package/base/lib/osBindings/CifsBackupTarget.d.ts +10 -0
  114. package/base/lib/osBindings/CifsBackupTarget.js +3 -0
  115. package/base/lib/osBindings/CifsBackupTarget.js.map +1 -0
  116. package/base/lib/osBindings/CifsRemoveParams.d.ts +4 -0
  117. package/base/lib/osBindings/CifsRemoveParams.js +3 -0
  118. package/base/lib/osBindings/CifsRemoveParams.js.map +1 -0
  119. package/base/lib/osBindings/CifsUpdateParams.d.ts +8 -0
  120. package/base/lib/osBindings/CifsUpdateParams.js +3 -0
  121. package/base/lib/osBindings/CifsUpdateParams.js.map +1 -0
  122. package/base/lib/osBindings/ClearActionsParams.d.ts +1 -1
  123. package/base/lib/osBindings/ClearBindingsParams.d.ts +1 -1
  124. package/base/lib/osBindings/ClearServiceInterfacesParams.d.ts +1 -1
  125. package/base/lib/osBindings/ClearTaskParams.d.ts +7 -0
  126. package/base/lib/osBindings/ClearTaskParams.js +3 -0
  127. package/base/lib/osBindings/ClearTaskParams.js.map +1 -0
  128. package/base/lib/osBindings/ControlParams.d.ts +4 -0
  129. package/base/lib/osBindings/ControlParams.js +3 -0
  130. package/base/lib/osBindings/ControlParams.js.map +1 -0
  131. package/base/lib/osBindings/CreateSubcontainerFsParams.d.ts +1 -1
  132. package/base/lib/osBindings/CreateTaskParams.d.ts +6 -6
  133. package/base/lib/osBindings/CurrentDependencies.d.ts +2 -2
  134. package/base/lib/osBindings/CurrentDependencyInfo.d.ts +4 -4
  135. package/base/lib/osBindings/DepInfo.d.ts +3 -2
  136. package/base/lib/osBindings/Dependencies.d.ts +2 -2
  137. package/base/lib/osBindings/DependencyMetadata.d.ts +2 -2
  138. package/base/lib/osBindings/DependencyRequirement.d.ts +4 -4
  139. package/base/lib/osBindings/DerivedAddressInfo.d.ts +15 -0
  140. package/base/lib/osBindings/DerivedAddressInfo.js +3 -0
  141. package/base/lib/osBindings/DerivedAddressInfo.js.map +1 -0
  142. package/base/lib/osBindings/Description.d.ts +1 -1
  143. package/base/lib/osBindings/DesiredStatus.d.ts +5 -5
  144. package/base/lib/osBindings/DestroySubcontainerFsParams.d.ts +1 -1
  145. package/base/lib/osBindings/DeviceFilter.d.ts +1 -1
  146. package/base/lib/osBindings/DomainSettings.d.ts +1 -1
  147. package/base/lib/osBindings/EditSignerParams.d.ts +3 -3
  148. package/base/lib/osBindings/EffectsRunActionParams.d.ts +7 -0
  149. package/base/lib/osBindings/EffectsRunActionParams.js +3 -0
  150. package/base/lib/osBindings/EffectsRunActionParams.js.map +1 -0
  151. package/base/lib/osBindings/ErrorData.d.ts +1 -0
  152. package/base/lib/osBindings/EventId.d.ts +1 -1
  153. package/base/lib/osBindings/ExportActionParams.d.ts +2 -2
  154. package/base/lib/osBindings/ExportServiceInterfaceParams.d.ts +3 -3
  155. package/base/lib/osBindings/FileType.d.ts +1 -1
  156. package/base/lib/osBindings/ForgetGatewayParams.d.ts +4 -0
  157. package/base/lib/osBindings/ForgetGatewayParams.js +3 -0
  158. package/base/lib/osBindings/ForgetGatewayParams.js.map +1 -0
  159. package/base/lib/osBindings/FullIndex.d.ts +5 -5
  160. package/base/lib/osBindings/FullProgress.d.ts +2 -2
  161. package/base/lib/osBindings/GatewayInfo.d.ts +1 -1
  162. package/base/lib/osBindings/GatewayType.d.ts +1 -0
  163. package/base/lib/osBindings/GatewayType.js +4 -0
  164. package/base/lib/osBindings/GatewayType.js.map +1 -0
  165. package/base/lib/osBindings/GetActionInputParams.d.ts +2 -2
  166. package/base/lib/osBindings/GetContainerIpParams.d.ts +2 -2
  167. package/base/lib/osBindings/GetHostInfoParams.d.ts +3 -3
  168. package/base/lib/osBindings/GetPackageParams.d.ts +3 -3
  169. package/base/lib/osBindings/GetPackageResponse.d.ts +3 -3
  170. package/base/lib/osBindings/GetPackageResponseFull.d.ts +2 -2
  171. package/base/lib/osBindings/GetServiceInterfaceParams.d.ts +3 -3
  172. package/base/lib/osBindings/GetServiceManifestParams.d.ts +2 -2
  173. package/base/lib/osBindings/GetServicePortForwardParams.d.ts +2 -2
  174. package/base/lib/osBindings/GetSslCertificateParams.d.ts +2 -2
  175. package/base/lib/osBindings/GetSslKeyParams.d.ts +1 -1
  176. package/base/lib/osBindings/GetStatusParams.d.ts +2 -2
  177. package/base/lib/osBindings/GetSystemSmtpParams.d.ts +1 -1
  178. package/base/lib/osBindings/GigaBytes.d.ts +4 -1
  179. package/base/lib/osBindings/HardwareRequirements.d.ts +1 -1
  180. package/base/lib/osBindings/Host.d.ts +10 -12
  181. package/base/lib/osBindings/Hostname.d.ts +1 -0
  182. package/base/lib/osBindings/Hostname.js +4 -0
  183. package/base/lib/osBindings/Hostname.js.map +1 -0
  184. package/base/lib/osBindings/HostnameInfo.d.ts +5 -9
  185. package/base/lib/osBindings/HostnameMetadata.d.ts +22 -0
  186. package/base/lib/osBindings/HostnameMetadata.js +3 -0
  187. package/base/lib/osBindings/HostnameMetadata.js.map +1 -0
  188. package/base/lib/osBindings/Hosts.d.ts +2 -2
  189. package/base/lib/osBindings/ImageConfig.d.ts +1 -1
  190. package/base/lib/osBindings/ImageSource.d.ts +2 -2
  191. package/base/lib/osBindings/InfoParams.d.ts +6 -0
  192. package/base/lib/osBindings/InfoParams.js +3 -0
  193. package/base/lib/osBindings/InfoParams.js.map +1 -0
  194. package/base/lib/osBindings/InitAcmeParams.d.ts +5 -0
  195. package/base/lib/osBindings/InitAcmeParams.js +3 -0
  196. package/base/lib/osBindings/InitAcmeParams.js.map +1 -0
  197. package/base/lib/osBindings/InitProgressRes.d.ts +2 -2
  198. package/base/lib/osBindings/InstallParams.d.ts +2 -2
  199. package/base/lib/osBindings/InstalledState.d.ts +1 -1
  200. package/base/lib/osBindings/InstalledVersionParams.d.ts +1 -1
  201. package/base/lib/osBindings/InstallingInfo.d.ts +2 -2
  202. package/base/lib/osBindings/InstallingState.d.ts +1 -1
  203. package/base/lib/osBindings/IpHostname.d.ts +4 -4
  204. package/base/lib/osBindings/IpInfo.d.ts +1 -1
  205. package/base/lib/osBindings/KillParams.d.ts +3 -0
  206. package/base/lib/osBindings/KillParams.js +4 -0
  207. package/base/lib/osBindings/KillParams.js.map +1 -0
  208. package/base/lib/osBindings/ListNotificationParams.d.ts +4 -0
  209. package/base/lib/osBindings/ListNotificationParams.js +4 -0
  210. package/base/lib/osBindings/ListNotificationParams.js.map +1 -0
  211. package/base/lib/osBindings/ListPackageSignersParams.d.ts +1 -1
  212. package/base/lib/osBindings/ListServiceInterfacesParams.d.ts +2 -2
  213. package/base/lib/osBindings/LogEntry.d.ts +5 -0
  214. package/base/lib/osBindings/LogEntry.js +4 -0
  215. package/base/lib/osBindings/LogEntry.js.map +1 -0
  216. package/base/lib/osBindings/LogFollowResponse.d.ts +5 -0
  217. package/base/lib/osBindings/LogFollowResponse.js +3 -0
  218. package/base/lib/osBindings/LogFollowResponse.js.map +1 -0
  219. package/base/lib/osBindings/LogResponse.d.ts +6 -0
  220. package/base/lib/osBindings/LogResponse.js +3 -0
  221. package/base/lib/osBindings/LogResponse.js.map +1 -0
  222. package/base/lib/osBindings/LogsParams.d.ts +6 -0
  223. package/base/lib/osBindings/LogsParams.js +4 -0
  224. package/base/lib/osBindings/LogsParams.js.map +1 -0
  225. package/base/lib/osBindings/LshwDevice.d.ts +4 -4
  226. package/base/lib/osBindings/Manifest.d.ts +22 -23
  227. package/base/lib/osBindings/MebiBytes.d.ts +4 -1
  228. package/base/lib/osBindings/MerkleArchiveCommitment.d.ts +1 -1
  229. package/base/lib/osBindings/Metadata.d.ts +2 -2
  230. package/base/lib/osBindings/MetadataSrc.d.ts +2 -2
  231. package/base/lib/osBindings/Metrics.d.ts +4 -4
  232. package/base/lib/osBindings/MetricsCpu.d.ts +1 -1
  233. package/base/lib/osBindings/MetricsDisk.d.ts +2 -2
  234. package/base/lib/osBindings/MetricsFollowResponse.d.ts +6 -0
  235. package/base/lib/osBindings/MetricsFollowResponse.js +3 -0
  236. package/base/lib/osBindings/MetricsFollowResponse.js.map +1 -0
  237. package/base/lib/osBindings/MetricsGeneral.d.ts +1 -1
  238. package/base/lib/osBindings/MetricsMemory.d.ts +2 -2
  239. package/base/lib/osBindings/ModifyNotificationBeforeParams.d.ts +3 -0
  240. package/base/lib/osBindings/ModifyNotificationBeforeParams.js +4 -0
  241. package/base/lib/osBindings/ModifyNotificationBeforeParams.js.map +1 -0
  242. package/base/lib/osBindings/ModifyNotificationParams.d.ts +3 -0
  243. package/base/lib/osBindings/ModifyNotificationParams.js +4 -0
  244. package/base/lib/osBindings/ModifyNotificationParams.js.map +1 -0
  245. package/base/lib/osBindings/MountParams.d.ts +1 -1
  246. package/base/lib/osBindings/MountTarget.d.ts +3 -3
  247. package/base/lib/osBindings/NamedHealthCheckResult.d.ts +6 -6
  248. package/base/lib/osBindings/NamedProgress.d.ts +1 -1
  249. package/base/lib/osBindings/NetInfo.d.ts +0 -3
  250. package/base/lib/osBindings/NetInfo.js +1 -0
  251. package/base/lib/osBindings/NetInfo.js.map +1 -1
  252. package/base/lib/osBindings/NetworkInfo.d.ts +8 -7
  253. package/base/lib/osBindings/NetworkInterfaceInfo.d.ts +3 -2
  254. package/base/lib/osBindings/NetworkInterfaceType.d.ts +1 -1
  255. package/base/lib/osBindings/Notification.d.ts +12 -0
  256. package/base/lib/osBindings/Notification.js +3 -0
  257. package/base/lib/osBindings/Notification.js.map +1 -0
  258. package/base/lib/osBindings/NotificationLevel.d.ts +1 -0
  259. package/base/lib/osBindings/NotificationLevel.js +4 -0
  260. package/base/lib/osBindings/NotificationLevel.js.map +1 -0
  261. package/base/lib/osBindings/NotificationWithId.d.ts +13 -0
  262. package/base/lib/osBindings/NotificationWithId.js +3 -0
  263. package/base/lib/osBindings/NotificationWithId.js.map +1 -0
  264. package/base/lib/osBindings/OsIndex.d.ts +1 -1
  265. package/base/lib/osBindings/OsVersionInfo.d.ts +3 -3
  266. package/base/lib/osBindings/OsVersionInfoMap.d.ts +1 -1
  267. package/base/lib/osBindings/PackageBackupInfo.d.ts +7 -0
  268. package/base/lib/osBindings/PackageBackupInfo.js +3 -0
  269. package/base/lib/osBindings/PackageBackupInfo.js.map +1 -0
  270. package/base/lib/osBindings/PackageBackupReport.d.ts +3 -0
  271. package/base/lib/osBindings/PackageBackupReport.js +4 -0
  272. package/base/lib/osBindings/PackageBackupReport.js.map +1 -0
  273. package/base/lib/osBindings/PackageDataEntry.d.ts +12 -11
  274. package/base/lib/osBindings/PackageDetailLevel.d.ts +1 -1
  275. package/base/lib/osBindings/PackageIndex.d.ts +3 -3
  276. package/base/lib/osBindings/PackageInfo.d.ts +3 -3
  277. package/base/lib/osBindings/PackageInfoShort.d.ts +2 -1
  278. package/base/lib/osBindings/PackageInfoShort.js +0 -1
  279. package/base/lib/osBindings/PackageInfoShort.js.map +1 -1
  280. package/base/lib/osBindings/PackageState.d.ts +8 -8
  281. package/base/lib/osBindings/PackageVersionInfo.d.ts +17 -18
  282. package/base/lib/osBindings/PartitionInfo.d.ts +11 -0
  283. package/base/lib/osBindings/PartitionInfo.js +3 -0
  284. package/base/lib/osBindings/PartitionInfo.js.map +1 -0
  285. package/base/lib/osBindings/PasswordType.d.ts +1 -1
  286. package/base/lib/osBindings/Percentage.d.ts +4 -1
  287. package/base/lib/osBindings/PortForward.d.ts +6 -0
  288. package/base/lib/osBindings/PortForward.js +3 -0
  289. package/base/lib/osBindings/PortForward.js.map +1 -0
  290. package/base/lib/osBindings/Progress.d.ts +1 -1
  291. package/base/lib/osBindings/ProgressUnits.d.ts +1 -1
  292. package/base/lib/osBindings/Public.d.ts +2 -2
  293. package/base/lib/osBindings/PublicDomainConfig.d.ts +2 -2
  294. package/base/lib/osBindings/QueryDnsParams.d.ts +3 -0
  295. package/base/lib/osBindings/QueryDnsParams.js +4 -0
  296. package/base/lib/osBindings/QueryDnsParams.js.map +1 -0
  297. package/base/lib/osBindings/RebuildParams.d.ts +4 -0
  298. package/base/lib/osBindings/RebuildParams.js +3 -0
  299. package/base/lib/osBindings/RebuildParams.js.map +1 -0
  300. package/base/lib/osBindings/RecoverySource.d.ts +3 -3
  301. package/base/lib/osBindings/RegistryAsset.d.ts +2 -2
  302. package/base/lib/osBindings/RegistryInfo.d.ts +2 -2
  303. package/base/lib/osBindings/RemoveAcmeParams.d.ts +4 -0
  304. package/base/lib/osBindings/RemoveAcmeParams.js +3 -0
  305. package/base/lib/osBindings/RemoveAcmeParams.js.map +1 -0
  306. package/base/lib/osBindings/RemoveAdminParams.d.ts +1 -1
  307. package/base/lib/osBindings/RemoveDomainParams.d.ts +3 -0
  308. package/base/lib/osBindings/RemoveDomainParams.js +4 -0
  309. package/base/lib/osBindings/RemoveDomainParams.js.map +1 -0
  310. package/base/lib/osBindings/RemoveMirrorParams.d.ts +2 -2
  311. package/base/lib/osBindings/RemovePackageFromCategoryParams.d.ts +1 -1
  312. package/base/lib/osBindings/RemovePackageParams.d.ts +3 -3
  313. package/base/lib/osBindings/RemovePackageSignerParams.d.ts +2 -2
  314. package/base/lib/osBindings/RemoveTunnelParams.d.ts +1 -1
  315. package/base/lib/osBindings/RenameGatewayParams.d.ts +5 -0
  316. package/base/lib/osBindings/RenameGatewayParams.js +3 -0
  317. package/base/lib/osBindings/RenameGatewayParams.js.map +1 -0
  318. package/base/lib/osBindings/RequestCommitment.d.ts +1 -1
  319. package/base/lib/osBindings/ResetPasswordParams.d.ts +5 -0
  320. package/base/lib/osBindings/ResetPasswordParams.js +3 -0
  321. package/base/lib/osBindings/ResetPasswordParams.js.map +1 -0
  322. package/base/lib/osBindings/RestorePackageParams.d.ts +7 -0
  323. package/base/lib/osBindings/RestorePackageParams.js +3 -0
  324. package/base/lib/osBindings/RestorePackageParams.js.map +1 -0
  325. package/base/lib/osBindings/RunActionParams.d.ts +6 -4
  326. package/base/lib/osBindings/ServerBackupReport.d.ts +4 -0
  327. package/base/lib/osBindings/ServerBackupReport.js +4 -0
  328. package/base/lib/osBindings/ServerBackupReport.js.map +1 -0
  329. package/base/lib/osBindings/ServerInfo.d.ts +7 -6
  330. package/base/lib/osBindings/ServerStatus.d.ts +3 -3
  331. package/base/lib/osBindings/ServiceInterface.d.ts +3 -3
  332. package/base/lib/osBindings/ServiceInterfaceType.d.ts +1 -1
  333. package/base/lib/osBindings/SessionList.d.ts +1 -1
  334. package/base/lib/osBindings/Sessions.d.ts +1 -1
  335. package/base/lib/osBindings/SetCountryParams.d.ts +3 -0
  336. package/base/lib/osBindings/SetCountryParams.js +4 -0
  337. package/base/lib/osBindings/SetCountryParams.js.map +1 -0
  338. package/base/lib/osBindings/SetDefaultOutboundParams.d.ts +4 -0
  339. package/base/lib/osBindings/SetDefaultOutboundParams.js +3 -0
  340. package/base/lib/osBindings/SetDefaultOutboundParams.js.map +1 -0
  341. package/base/lib/osBindings/SetDependenciesParams.d.ts +1 -1
  342. package/base/lib/osBindings/SetHealth.d.ts +7 -7
  343. package/base/lib/osBindings/SetIconParams.d.ts +1 -1
  344. package/base/lib/osBindings/SetLanguageParams.d.ts +3 -0
  345. package/base/lib/osBindings/SetLanguageParams.js +4 -0
  346. package/base/lib/osBindings/SetLanguageParams.js.map +1 -0
  347. package/base/lib/osBindings/SetMainStatus.d.ts +1 -1
  348. package/base/lib/osBindings/SetMainStatusStatus.d.ts +1 -1
  349. package/base/lib/osBindings/SetOutboundGatewayParams.d.ts +6 -0
  350. package/base/lib/osBindings/SetOutboundGatewayParams.js +3 -0
  351. package/base/lib/osBindings/SetOutboundGatewayParams.js.map +1 -0
  352. package/base/lib/osBindings/SetStaticDnsParams.d.ts +3 -0
  353. package/base/lib/osBindings/SetStaticDnsParams.js +4 -0
  354. package/base/lib/osBindings/SetStaticDnsParams.js.map +1 -0
  355. package/base/lib/osBindings/SetWifiEnabledParams.d.ts +3 -0
  356. package/base/lib/osBindings/SetWifiEnabledParams.js +4 -0
  357. package/base/lib/osBindings/SetWifiEnabledParams.js.map +1 -0
  358. package/base/lib/osBindings/SetupExecuteParams.d.ts +2 -2
  359. package/base/lib/osBindings/SetupProgress.d.ts +2 -2
  360. package/base/lib/osBindings/SetupResult.d.ts +1 -1
  361. package/base/lib/osBindings/SetupStatusRes.d.ts +7 -7
  362. package/base/lib/osBindings/SideloadParams.d.ts +1 -0
  363. package/base/lib/osBindings/SideloadParams.js +4 -0
  364. package/base/lib/osBindings/SideloadParams.js.map +1 -0
  365. package/base/lib/osBindings/SideloadResponse.d.ts +5 -0
  366. package/base/lib/osBindings/SideloadResponse.js +3 -0
  367. package/base/lib/osBindings/SideloadResponse.js.map +1 -0
  368. package/base/lib/osBindings/SignAssetParams.d.ts +1 -1
  369. package/base/lib/osBindings/SignalStrength.d.ts +4 -0
  370. package/base/lib/osBindings/SignalStrength.js +4 -0
  371. package/base/lib/osBindings/SignalStrength.js.map +1 -0
  372. package/base/lib/osBindings/SignerInfo.d.ts +2 -2
  373. package/base/lib/osBindings/SshAddParams.d.ts +4 -0
  374. package/base/lib/osBindings/SshAddParams.js +3 -0
  375. package/base/lib/osBindings/SshAddParams.js.map +1 -0
  376. package/base/lib/osBindings/SshDeleteParams.d.ts +3 -0
  377. package/base/lib/osBindings/SshDeleteParams.js +4 -0
  378. package/base/lib/osBindings/SshDeleteParams.js.map +1 -0
  379. package/base/lib/osBindings/SshKeyResponse.d.ts +6 -0
  380. package/base/lib/osBindings/SshKeyResponse.js +4 -0
  381. package/base/lib/osBindings/SshKeyResponse.js.map +1 -0
  382. package/base/lib/osBindings/SshPubKey.d.ts +1 -0
  383. package/base/lib/osBindings/SshPubKey.js +4 -0
  384. package/base/lib/osBindings/SshPubKey.js.map +1 -0
  385. package/base/lib/osBindings/Ssid.d.ts +4 -0
  386. package/base/lib/osBindings/Ssid.js +4 -0
  387. package/base/lib/osBindings/Ssid.js.map +1 -0
  388. package/base/lib/osBindings/StartOsRecoveryInfo.d.ts +8 -0
  389. package/base/lib/osBindings/StartOsRecoveryInfo.js +3 -0
  390. package/base/lib/osBindings/StartOsRecoveryInfo.js.map +1 -0
  391. package/base/lib/osBindings/StartStop.d.ts +1 -1
  392. package/base/lib/osBindings/StatusInfo.d.ts +4 -4
  393. package/base/lib/osBindings/Task.d.ts +5 -5
  394. package/base/lib/osBindings/TaskCondition.d.ts +1 -1
  395. package/base/lib/osBindings/TaskEntry.d.ts +1 -1
  396. package/base/lib/osBindings/TaskInput.d.ts +1 -1
  397. package/base/lib/osBindings/TaskSeverity.d.ts +1 -1
  398. package/base/lib/osBindings/TaskTrigger.d.ts +1 -1
  399. package/base/lib/osBindings/TimeInfo.d.ts +4 -0
  400. package/base/lib/osBindings/TimeInfo.js +4 -0
  401. package/base/lib/osBindings/TimeInfo.js.map +1 -0
  402. package/base/lib/osBindings/UmountParams.d.ts +4 -0
  403. package/base/lib/osBindings/UmountParams.js +3 -0
  404. package/base/lib/osBindings/UmountParams.js.map +1 -0
  405. package/base/lib/osBindings/UninstallParams.d.ts +6 -0
  406. package/base/lib/osBindings/UninstallParams.js +3 -0
  407. package/base/lib/osBindings/UninstallParams.js.map +1 -0
  408. package/base/lib/osBindings/UpdatingState.d.ts +2 -2
  409. package/base/lib/osBindings/VerifyCifsParams.d.ts +1 -1
  410. package/base/lib/osBindings/VersionSignerParams.d.ts +1 -1
  411. package/base/lib/osBindings/WifiAddParams.d.ts +4 -0
  412. package/base/lib/osBindings/WifiAddParams.js +4 -0
  413. package/base/lib/osBindings/WifiAddParams.js.map +1 -0
  414. package/base/lib/osBindings/WifiListInfo.d.ts +12 -0
  415. package/base/lib/osBindings/WifiListInfo.js +3 -0
  416. package/base/lib/osBindings/WifiListInfo.js.map +1 -0
  417. package/base/lib/osBindings/WifiListOut.d.ts +7 -0
  418. package/base/lib/osBindings/WifiListOut.js +3 -0
  419. package/base/lib/osBindings/WifiListOut.js.map +1 -0
  420. package/base/lib/osBindings/WifiSsidParams.d.ts +3 -0
  421. package/base/lib/osBindings/WifiSsidParams.js +4 -0
  422. package/base/lib/osBindings/WifiSsidParams.js.map +1 -0
  423. package/base/lib/osBindings/index.d.ts +296 -226
  424. package/base/lib/s9pk/index.d.ts +2 -2
  425. package/base/lib/s9pk/index.js +13 -13
  426. package/base/lib/s9pk/merkleArchive/directoryContents.d.ts +1 -1
  427. package/base/lib/s9pk/merkleArchive/directoryContents.js +2 -2
  428. package/base/lib/s9pk/merkleArchive/fileContents.d.ts +1 -1
  429. package/base/lib/s9pk/merkleArchive/fileContents.js +1 -1
  430. package/base/lib/s9pk/merkleArchive/index.d.ts +3 -3
  431. package/base/lib/s9pk/merkleArchive/index.js +8 -8
  432. package/base/lib/s9pk/merkleArchive/varint.js +1 -1
  433. package/base/lib/types/ManifestTypes.d.ts +22 -30
  434. package/base/lib/types.d.ts +13 -13
  435. package/base/lib/types.js +4 -4
  436. package/base/lib/util/Drop.js +3 -3
  437. package/base/lib/util/GetSystemSmtp.d.ts +2 -2
  438. package/base/lib/util/GetSystemSmtp.js +5 -5
  439. package/base/lib/util/asError.js +1 -1
  440. package/base/lib/util/deepMerge.js +3 -3
  441. package/base/lib/util/getDefaultString.d.ts +1 -1
  442. package/base/lib/util/getDefaultString.js +1 -1
  443. package/base/lib/util/getRandomCharInSet.js +9 -9
  444. package/base/lib/util/getRandomString.d.ts +1 -1
  445. package/base/lib/util/getRandomString.js +1 -1
  446. package/base/lib/util/getServiceInterface.d.ts +34 -46
  447. package/base/lib/util/getServiceInterface.js +73 -79
  448. package/base/lib/util/getServiceInterface.js.map +1 -1
  449. package/base/lib/util/getServiceInterfaces.d.ts +3 -3
  450. package/base/lib/util/getServiceInterfaces.js +6 -6
  451. package/base/lib/util/graph.d.ts +1 -1
  452. package/base/lib/util/graph.js +3 -3
  453. package/base/lib/util/inMs.js +7 -7
  454. package/base/lib/util/index.d.ts +18 -18
  455. package/base/lib/util/ip.js +29 -29
  456. package/base/lib/util/patterns.d.ts +1 -3
  457. package/base/lib/util/patterns.js +10 -18
  458. package/base/lib/util/patterns.js.map +1 -1
  459. package/base/lib/util/regexes.d.ts +0 -2
  460. package/base/lib/util/regexes.js +2 -4
  461. package/base/lib/util/regexes.js.map +1 -1
  462. package/base/lib/util/splitCommand.js +1 -1
  463. package/base/lib/util/typeHelpers.d.ts +4 -4
  464. package/base/lib/util/typeHelpers.js +1 -1
  465. package/package/lib/StartSdk.d.ts +34 -34
  466. package/package/lib/StartSdk.js +9 -9
  467. package/package/lib/backup/Backups.d.ts +8 -8
  468. package/package/lib/backup/Backups.js +17 -17
  469. package/package/lib/backup/index.d.ts +2 -2
  470. package/package/lib/backup/setupBackups.d.ts +4 -4
  471. package/package/lib/health/HealthCheck.d.ts +4 -4
  472. package/package/lib/health/HealthCheck.js +7 -7
  473. package/package/lib/health/checkFns/HealthCheckResult.d.ts +2 -2
  474. package/package/lib/health/checkFns/checkPortListening.d.ts +2 -2
  475. package/package/lib/health/checkFns/checkPortListening.js +7 -7
  476. package/package/lib/health/checkFns/checkWebUrl.d.ts +3 -3
  477. package/package/lib/health/checkFns/checkWebUrl.js +2 -2
  478. package/package/lib/health/checkFns/index.d.ts +4 -4
  479. package/package/lib/health/checkFns/index.js +1 -1
  480. package/package/lib/health/checkFns/runHealthScript.d.ts +3 -3
  481. package/package/lib/health/checkFns/runHealthScript.js +2 -2
  482. package/package/lib/health/index.d.ts +2 -2
  483. package/package/lib/i18n/index.js +4 -4
  484. package/package/lib/index.d.ts +20 -20
  485. package/package/lib/mainFn/CommandController.d.ts +4 -4
  486. package/package/lib/mainFn/CommandController.js +13 -13
  487. package/package/lib/mainFn/Daemon.d.ts +6 -6
  488. package/package/lib/mainFn/Daemon.js +1 -1
  489. package/package/lib/mainFn/Daemons.d.ts +10 -10
  490. package/package/lib/mainFn/Daemons.js +3 -3
  491. package/package/lib/mainFn/HealthDaemon.d.ts +4 -4
  492. package/package/lib/mainFn/HealthDaemon.js +20 -20
  493. package/package/lib/mainFn/Mounts.d.ts +6 -6
  494. package/package/lib/mainFn/Mounts.js +7 -7
  495. package/package/lib/mainFn/Oneshot.d.ts +4 -4
  496. package/package/lib/mainFn/index.d.ts +4 -4
  497. package/package/lib/manifest/setupManifest.d.ts +4 -4
  498. package/package/lib/manifest/setupManifest.js +13 -15
  499. package/package/lib/manifest/setupManifest.js.map +1 -1
  500. package/package/lib/test/health.readyCheck.test.js +2 -2
  501. package/package/lib/test/host.test.js +11 -11
  502. package/package/lib/test/inputSpecBuilder.test.js +206 -207
  503. package/package/lib/test/inputSpecBuilder.test.js.map +1 -1
  504. package/package/lib/test/makeOutput.js +197 -197
  505. package/package/lib/test/output.js +301 -390
  506. package/package/lib/test/output.js.map +1 -1
  507. package/package/lib/test/output.sdk.d.ts +56 -70
  508. package/package/lib/test/output.sdk.js +15 -16
  509. package/package/lib/test/output.sdk.js.map +1 -1
  510. package/package/lib/test/output.test.js +23 -23
  511. package/package/lib/trigger/TriggerInput.d.ts +1 -1
  512. package/package/lib/trigger/changeOnFirstSuccess.d.ts +1 -1
  513. package/package/lib/trigger/changeOnFirstSuccess.js +1 -1
  514. package/package/lib/trigger/index.d.ts +3 -3
  515. package/package/lib/trigger/lastStatus.d.ts +2 -2
  516. package/package/lib/trigger/lastStatus.js +1 -1
  517. package/package/lib/trigger/successFailure.d.ts +1 -1
  518. package/package/lib/types.d.ts +2 -2
  519. package/package/lib/util/GetServiceManifest.d.ts +2 -2
  520. package/package/lib/util/GetServiceManifest.js +6 -6
  521. package/package/lib/util/GetSslCertificate.d.ts +2 -2
  522. package/package/lib/util/GetSslCertificate.js +5 -5
  523. package/package/lib/util/SubContainer.d.ts +21 -21
  524. package/package/lib/util/SubContainer.js +72 -72
  525. package/package/lib/util/Volume.d.ts +3 -3
  526. package/package/lib/util/Volume.js +2 -2
  527. package/package/lib/util/fileHelper.d.ts +4 -4
  528. package/package/lib/util/fileHelper.js +20 -20
  529. package/package/lib/util/index.d.ts +5 -5
  530. package/package/lib/version/VersionGraph.d.ts +5 -5
  531. package/package/lib/version/VersionGraph.js +14 -14
  532. package/package/lib/version/VersionInfo.d.ts +2 -2
  533. package/package/lib/version/VersionInfo.js +10 -10
  534. package/package/lib/version/index.d.ts +2 -2
  535. package/package/package.json +2 -2
  536. package/package/scripts/oldSpecToBuilder.js +44 -44
  537. package/package.json +2 -2
  538. package/base/lib/osBindings/PackageSignerParams.d.ts +0 -6
  539. package/base/lib/osBindings/PackageSignerParams.js.map +0 -1
@@ -3,21 +3,20 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.inputSpecSpec = void 0;
4
4
  const output_sdk_1 = require("./output.sdk");
5
5
  const { InputSpec, List, Value, Variants } = output_sdk_1.sdk;
6
- exports.inputSpecSpec = InputSpec.of({
7
- mediasources: Value.multiselect({
8
- name: "Media Sources",
9
- minLength: null,
10
- maxLength: null,
11
- default: ["nextcloud"],
12
- description: "List of Media Sources to use with Jellyfin",
13
- warning: null,
14
- values: {
15
- nextcloud: "NextCloud",
16
- filebrowser: "File Browser",
17
- },
18
- }),
19
- testListUnion: Value.list(
20
- /* TODO: Convert range for this value ([1,*))*/ List.obj({
6
+ exports.inputSpecSpec = InputSpec.of({ "mediasources": Value.multiselect({
7
+ "name": "Media Sources",
8
+ "minLength": null,
9
+ "maxLength": null,
10
+ "default": [
11
+ "nextcloud"
12
+ ],
13
+ "description": "List of Media Sources to use with Jellyfin",
14
+ "warning": null,
15
+ "values": {
16
+ "nextcloud": "NextCloud",
17
+ "filebrowser": "File Browser"
18
+ }
19
+ }), "testListUnion": Value.list(/* TODO: Convert range for this value ([1,*))*/ List.obj({
21
20
  name: "Lightning Nodes",
22
21
  minLength: null,
23
22
  maxLength: null,
@@ -26,421 +25,333 @@ exports.inputSpecSpec = InputSpec.of({
26
25
  warning: null,
27
26
  }, {
28
27
  spec: InputSpec.of({
29
- /* TODO: Convert range for this value ([1,*))*/
30
- union: Value.union({
28
+ "union": /* TODO: Convert range for this value ([1,*))*/ Value.union({
31
29
  name: "Type",
32
30
  description: "- LND: Lightning Network Daemon from Lightning Labs\n- CLN: Core Lightning from Blockstream\n",
33
31
  warning: null,
34
32
  default: "lnd",
35
- variants: Variants.of({
36
- lnd: {
37
- name: "lnd",
38
- spec: InputSpec.of({
39
- name: Value.text({
40
- name: "Node Name",
41
- default: "LND Wrapper",
42
- required: true,
43
- description: "Name of this node in the list",
44
- warning: null,
45
- masked: false,
46
- placeholder: null,
47
- inputmode: "text",
48
- patterns: [],
49
- minLength: null,
50
- maxLength: null,
51
- }),
52
- }),
53
- },
54
- }),
55
- }),
33
+ variants: Variants.of({ "lnd": { name: "lnd", spec: InputSpec.of({ "name": Value.text({
34
+ "name": "Node Name",
35
+ "default": "LND Wrapper",
36
+ "required": true,
37
+ "description": "Name of this node in the list",
38
+ "warning": null,
39
+ "masked": false,
40
+ "placeholder": null,
41
+ "inputmode": "text",
42
+ "patterns": [],
43
+ "minLength": null,
44
+ "maxLength": null
45
+ }), }) }, }),
46
+ })
56
47
  }),
57
48
  displayAs: "{{name}}",
58
49
  uniqueBy: "name",
59
- })),
60
- rpc: Value.object({
50
+ })), "rpc": Value.object({
61
51
  name: "RPC Settings",
62
52
  description: "RPC configuration options.",
63
- }, InputSpec.of({
64
- enable: Value.toggle({
65
- name: "Enable",
66
- default: true,
67
- description: "Allow remote RPC requests.",
68
- warning: null,
69
- }),
70
- username: Value.text({
71
- name: "Username",
72
- default: "bitcoin",
73
- required: true,
74
- description: "The username for connecting to Bitcoin over RPC.",
75
- warning: null,
76
- masked: true,
77
- placeholder: null,
78
- inputmode: "text",
79
- patterns: [
53
+ }, InputSpec.of({ "enable": Value.toggle({
54
+ "name": "Enable",
55
+ "default": true,
56
+ "description": "Allow remote RPC requests.",
57
+ "warning": null
58
+ }), "username": Value.text({
59
+ "name": "Username",
60
+ "default": "bitcoin",
61
+ "required": true,
62
+ "description": "The username for connecting to Bitcoin over RPC.",
63
+ "warning": null,
64
+ "masked": true,
65
+ "placeholder": null,
66
+ "inputmode": "text",
67
+ "patterns": [
80
68
  {
81
- regex: "^[a-zA-Z0-9_]+$",
82
- description: "Must be alphanumeric (can contain underscore).",
83
- },
69
+ "regex": "^[a-zA-Z0-9_]+$",
70
+ "description": "Must be alphanumeric (can contain underscore)."
71
+ }
84
72
  ],
85
- minLength: null,
86
- maxLength: null,
87
- }),
88
- password: Value.text({
89
- name: "RPC Password",
90
- default: {
91
- charset: "a-z,2-7",
92
- len: 20,
73
+ "minLength": null,
74
+ "maxLength": null
75
+ }), "password": Value.text({
76
+ "name": "RPC Password",
77
+ "default": {
78
+ "charset": "a-z,2-7",
79
+ "len": 20
93
80
  },
94
- required: true,
95
- description: "The password for connecting to Bitcoin over RPC.",
96
- warning: null,
97
- masked: true,
98
- placeholder: null,
99
- inputmode: "text",
100
- patterns: [
81
+ "required": true,
82
+ "description": "The password for connecting to Bitcoin over RPC.",
83
+ "warning": null,
84
+ "masked": true,
85
+ "placeholder": null,
86
+ "inputmode": "text",
87
+ "patterns": [
101
88
  {
102
- regex: '^[^\\n"]*$',
103
- description: "Must not contain newline or quote characters.",
104
- },
89
+ "regex": "^[^\\n\"]*$",
90
+ "description": "Must not contain newline or quote characters."
91
+ }
105
92
  ],
106
- minLength: null,
107
- maxLength: null,
108
- }),
109
- bio: Value.textarea({
110
- name: "Username",
111
- description: "The username for connecting to Bitcoin over RPC.",
112
- warning: null,
113
- required: true,
114
- default: "bitcoin",
115
- placeholder: null,
116
- minLength: null,
117
- maxLength: null,
118
- minRows: 3,
119
- maxRows: 6,
120
- }),
121
- advanced: Value.object({
93
+ "minLength": null,
94
+ "maxLength": null
95
+ }), "bio": Value.textarea({
96
+ "name": "Username",
97
+ "description": "The username for connecting to Bitcoin over RPC.",
98
+ "warning": null,
99
+ "required": true,
100
+ "default": "bitcoin",
101
+ "placeholder": null,
102
+ "minLength": null,
103
+ "maxLength": null,
104
+ "minRows": 3,
105
+ "maxRows": 6
106
+ }), "advanced": Value.object({
122
107
  name: "Advanced",
123
108
  description: "Advanced RPC Settings",
124
- }, InputSpec.of({
125
- auth: Value.list(
126
- /* TODO: Convert range for this value ([0,*))*/ List.text({
127
- name: "Authorization",
128
- minLength: null,
129
- maxLength: null,
130
- default: [],
131
- description: "Username and hashed password for JSON-RPC connections. RPC clients connect using the usual http basic authentication.",
132
- warning: null,
133
- }, {
134
- masked: false,
135
- placeholder: null,
136
- patterns: [
137
- {
138
- regex: "^[a-zA-Z0-9_-]+:([0-9a-fA-F]{2})+\\$([0-9a-fA-F]{2})+$",
139
- description: 'Each item must be of the form "<USERNAME>:<SALT>$<HASH>".',
140
- },
141
- ],
142
- minLength: null,
143
- maxLength: null,
144
- })),
145
- serialversion: Value.select({
146
- name: "Serialization Version",
147
- description: "Return raw transaction or block hex with Segwit or non-SegWit serialization.",
148
- warning: null,
149
- default: "segwit",
150
- values: {
109
+ }, InputSpec.of({ "auth": Value.list(/* TODO: Convert range for this value ([0,*))*/ List.text({
110
+ "name": "Authorization",
111
+ "minLength": null,
112
+ "maxLength": null,
113
+ "default": [],
114
+ "description": "Username and hashed password for JSON-RPC connections. RPC clients connect using the usual http basic authentication.",
115
+ "warning": null
116
+ }, { "masked": false, "placeholder": null, "patterns": [{ "regex": "^[a-zA-Z0-9_-]+:([0-9a-fA-F]{2})+\\$([0-9a-fA-F]{2})+$", "description": "Each item must be of the form \"<USERNAME>:<SALT>$<HASH>\"." }], "minLength": null, "maxLength": null })), "serialversion": Value.select({
117
+ "name": "Serialization Version",
118
+ "description": "Return raw transaction or block hex with Segwit or non-SegWit serialization.",
119
+ "warning": null,
120
+ "default": "segwit",
121
+ "values": {
151
122
  "non-segwit": "non-segwit",
152
- segwit: "segwit",
153
- },
154
- }),
155
- servertimeout:
156
- /* TODO: Convert range for this value ([5,300])*/ Value.number({
157
- name: "Rpc Server Timeout",
158
- description: "Number of seconds after which an uncompleted RPC call will time out.",
159
- warning: null,
160
- default: 30,
161
- required: true,
162
- min: null,
163
- max: null,
164
- step: null,
165
- integer: true,
166
- units: "seconds",
167
- placeholder: null,
168
- }),
169
- threads:
170
- /* TODO: Convert range for this value ([1,64])*/ Value.number({
171
- name: "Threads",
172
- description: "Set the number of threads for handling RPC calls. You may wish to increase this if you are making lots of calls via an integration.",
173
- warning: null,
174
- default: 16,
175
- required: true,
176
- min: null,
177
- max: null,
178
- step: null,
179
- integer: true,
180
- units: null,
181
- placeholder: null,
182
- }),
183
- workqueue:
184
- /* TODO: Convert range for this value ([8,256])*/ Value.number({
185
- name: "Work Queue",
186
- description: "Set the depth of the work queue to service RPC calls. Determines how long the backlog of RPC requests can get before it just rejects new ones.",
187
- warning: null,
188
- default: 128,
189
- required: true,
190
- min: null,
191
- max: null,
192
- step: null,
193
- integer: true,
194
- units: "requests",
195
- placeholder: null,
196
- }),
197
- })),
198
- })),
199
- "zmq-enabled": Value.toggle({
200
- name: "ZeroMQ Enabled",
201
- default: true,
202
- description: "Enable the ZeroMQ interface",
203
- warning: null,
204
- }),
205
- txindex: Value.toggle({
206
- name: "Transaction Index",
207
- default: true,
208
- description: "Enable the Transaction Index (txindex)",
209
- warning: null,
210
- }),
211
- wallet: Value.object({
123
+ "segwit": "segwit"
124
+ }
125
+ }), "servertimeout": /* TODO: Convert range for this value ([5,300])*/ Value.number({
126
+ "name": "Rpc Server Timeout",
127
+ "description": "Number of seconds after which an uncompleted RPC call will time out.",
128
+ "warning": null,
129
+ "default": 30,
130
+ "required": true,
131
+ "min": null,
132
+ "max": null,
133
+ "step": null,
134
+ "integer": true,
135
+ "units": "seconds",
136
+ "placeholder": null
137
+ }), "threads": /* TODO: Convert range for this value ([1,64])*/ Value.number({
138
+ "name": "Threads",
139
+ "description": "Set the number of threads for handling RPC calls. You may wish to increase this if you are making lots of calls via an integration.",
140
+ "warning": null,
141
+ "default": 16,
142
+ "required": true,
143
+ "min": null,
144
+ "max": null,
145
+ "step": null,
146
+ "integer": true,
147
+ "units": null,
148
+ "placeholder": null
149
+ }), "workqueue": /* TODO: Convert range for this value ([8,256])*/ Value.number({
150
+ "name": "Work Queue",
151
+ "description": "Set the depth of the work queue to service RPC calls. Determines how long the backlog of RPC requests can get before it just rejects new ones.",
152
+ "warning": null,
153
+ "default": 128,
154
+ "required": true,
155
+ "min": null,
156
+ "max": null,
157
+ "step": null,
158
+ "integer": true,
159
+ "units": "requests",
160
+ "placeholder": null
161
+ }), })), })), "zmq-enabled": Value.toggle({
162
+ "name": "ZeroMQ Enabled",
163
+ "default": true,
164
+ "description": "Enable the ZeroMQ interface",
165
+ "warning": null
166
+ }), "txindex": Value.toggle({
167
+ "name": "Transaction Index",
168
+ "default": true,
169
+ "description": "Enable the Transaction Index (txindex)",
170
+ "warning": null
171
+ }), "wallet": Value.object({
212
172
  name: "Wallet",
213
173
  description: "Wallet Settings",
214
- }, InputSpec.of({
215
- enable: Value.toggle({
216
- name: "Enable Wallet",
217
- default: true,
218
- description: "Load the wallet and enable wallet RPC calls.",
219
- warning: null,
220
- }),
221
- avoidpartialspends: Value.toggle({
222
- name: "Avoid Partial Spends",
223
- default: true,
224
- description: "Group outputs by address, selecting all or none, instead of selecting on a per-output basis. This improves privacy at the expense of higher transaction fees.",
225
- warning: null,
226
- }),
227
- discardfee:
228
- /* TODO: Convert range for this value ([0,.01])*/ Value.number({
229
- name: "Discard Change Tolerance",
230
- description: "The fee rate (in BTC/kB) that indicates your tolerance for discarding change by adding it to the fee.",
231
- warning: null,
232
- default: 0.0001,
233
- required: true,
234
- min: null,
235
- max: null,
236
- step: null,
237
- integer: false,
238
- units: "BTC/kB",
239
- placeholder: null,
240
- }),
241
- })),
242
- advanced: Value.object({
174
+ }, InputSpec.of({ "enable": Value.toggle({
175
+ "name": "Enable Wallet",
176
+ "default": true,
177
+ "description": "Load the wallet and enable wallet RPC calls.",
178
+ "warning": null
179
+ }), "avoidpartialspends": Value.toggle({
180
+ "name": "Avoid Partial Spends",
181
+ "default": true,
182
+ "description": "Group outputs by address, selecting all or none, instead of selecting on a per-output basis. This improves privacy at the expense of higher transaction fees.",
183
+ "warning": null
184
+ }), "discardfee": /* TODO: Convert range for this value ([0,.01])*/ Value.number({
185
+ "name": "Discard Change Tolerance",
186
+ "description": "The fee rate (in BTC/kB) that indicates your tolerance for discarding change by adding it to the fee.",
187
+ "warning": null,
188
+ "default": 0.0001,
189
+ "required": true,
190
+ "min": null,
191
+ "max": null,
192
+ "step": null,
193
+ "integer": false,
194
+ "units": "BTC/kB",
195
+ "placeholder": null
196
+ }), })), "advanced": Value.object({
243
197
  name: "Advanced",
244
198
  description: "Advanced Settings",
245
- }, InputSpec.of({
246
- mempool: Value.object({
199
+ }, InputSpec.of({ "mempool": Value.object({
247
200
  name: "Mempool",
248
201
  description: "Mempool Settings",
249
- }, InputSpec.of({
250
- mempoolfullrbf: Value.toggle({
251
- name: "Enable Full RBF",
252
- default: false,
253
- description: "Policy for your node to use for relaying and mining unconfirmed transactions. For details, see https://github.com/bitcoin/bitcoin/blob/master/doc/release-notes/release-notes-24.0.md#notice-of-new-option-for-transaction-replacement-policies",
254
- warning: null,
255
- }),
256
- persistmempool: Value.toggle({
257
- name: "Persist Mempool",
258
- default: true,
259
- description: "Save the mempool on shutdown and load on restart.",
260
- warning: null,
261
- }),
262
- maxmempool:
263
- /* TODO: Convert range for this value ([1,*))*/ Value.number({
264
- name: "Max Mempool Size",
265
- description: "Keep the transaction memory pool below <n> megabytes.",
266
- warning: null,
267
- default: 300,
268
- required: true,
269
- min: null,
270
- max: null,
271
- step: null,
272
- integer: true,
273
- units: "MiB",
274
- placeholder: null,
275
- }),
276
- mempoolexpiry:
277
- /* TODO: Convert range for this value ([1,*))*/ Value.number({
278
- name: "Mempool Expiration",
279
- description: "Do not keep transactions in the mempool longer than <n> hours.",
280
- warning: null,
281
- default: 336,
282
- required: true,
283
- min: null,
284
- max: null,
285
- step: null,
286
- integer: true,
287
- units: "Hr",
288
- placeholder: null,
289
- }),
290
- })),
291
- peers: Value.object({
202
+ }, InputSpec.of({ "mempoolfullrbf": Value.toggle({
203
+ "name": "Enable Full RBF",
204
+ "default": false,
205
+ "description": "Policy for your node to use for relaying and mining unconfirmed transactions. For details, see https://github.com/bitcoin/bitcoin/blob/master/doc/release-notes/release-notes-24.0.md#notice-of-new-option-for-transaction-replacement-policies",
206
+ "warning": null
207
+ }), "persistmempool": Value.toggle({
208
+ "name": "Persist Mempool",
209
+ "default": true,
210
+ "description": "Save the mempool on shutdown and load on restart.",
211
+ "warning": null
212
+ }), "maxmempool": /* TODO: Convert range for this value ([1,*))*/ Value.number({
213
+ "name": "Max Mempool Size",
214
+ "description": "Keep the transaction memory pool below <n> megabytes.",
215
+ "warning": null,
216
+ "default": 300,
217
+ "required": true,
218
+ "min": null,
219
+ "max": null,
220
+ "step": null,
221
+ "integer": true,
222
+ "units": "MiB",
223
+ "placeholder": null
224
+ }), "mempoolexpiry": /* TODO: Convert range for this value ([1,*))*/ Value.number({
225
+ "name": "Mempool Expiration",
226
+ "description": "Do not keep transactions in the mempool longer than <n> hours.",
227
+ "warning": null,
228
+ "default": 336,
229
+ "required": true,
230
+ "min": null,
231
+ "max": null,
232
+ "step": null,
233
+ "integer": true,
234
+ "units": "Hr",
235
+ "placeholder": null
236
+ }), })), "peers": Value.object({
292
237
  name: "Peers",
293
238
  description: "Peer Connection Settings",
294
- }, InputSpec.of({
295
- listen: Value.toggle({
296
- name: "Make Public",
297
- default: true,
298
- description: "Allow other nodes to find your server on the network.",
299
- warning: null,
300
- }),
301
- onlyconnect: Value.toggle({
302
- name: "Disable Peer Discovery",
303
- default: false,
304
- description: "Only connect to specified peers.",
305
- warning: null,
306
- }),
307
- onlyonion: Value.toggle({
308
- name: "Disable Clearnet",
309
- default: false,
310
- description: "Only connect to peers over Tor.",
311
- warning: null,
312
- }),
313
- addnode: Value.list(
314
- /* TODO: Convert range for this value ([0,*))*/ List.obj({
239
+ }, InputSpec.of({ "listen": Value.toggle({
240
+ "name": "Make Public",
241
+ "default": true,
242
+ "description": "Allow other nodes to find your server on the network.",
243
+ "warning": null
244
+ }), "onlyconnect": Value.toggle({
245
+ "name": "Disable Peer Discovery",
246
+ "default": false,
247
+ "description": "Only connect to specified peers.",
248
+ "warning": null
249
+ }), "onlyonion": Value.toggle({
250
+ "name": "Disable Clearnet",
251
+ "default": false,
252
+ "description": "Only connect to peers over Tor.",
253
+ "warning": null
254
+ }), "addnode": Value.list(/* TODO: Convert range for this value ([0,*))*/ List.obj({
315
255
  name: "Add Nodes",
316
256
  minLength: null,
317
257
  maxLength: null,
318
258
  default: [],
319
259
  description: "Add addresses of nodes to connect to.",
320
260
  }, {
321
- spec: InputSpec.of({
322
- hostname: Value.text({
323
- name: "Hostname",
324
- default: null,
325
- required: false,
326
- description: "Domain or IP address of bitcoin peer",
327
- warning: null,
328
- masked: false,
329
- placeholder: null,
330
- inputmode: "text",
331
- patterns: [
261
+ spec: InputSpec.of({ "hostname": Value.text({
262
+ "name": "Hostname",
263
+ "default": null,
264
+ "required": false,
265
+ "description": "Domain or IP address of bitcoin peer",
266
+ "warning": null,
267
+ "masked": false,
268
+ "placeholder": null,
269
+ "inputmode": "text",
270
+ "patterns": [
332
271
  {
333
- regex: "(^(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$)|((^(([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))$)|(^[a-z2-7]{16}\\.onion$)|(^([a-z0-9]([a-z0-9-]{0,61}[a-z0-9])?\\.)+[a-z0-9][a-z0-9-]{0,61}[a-z0-9]$))",
334
- description: "Must be either a domain name, or an IPv4 or IPv6 address. Do not include protocol scheme (eg 'http://') or port.",
335
- },
272
+ "regex": "(^(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$)|((^(([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))$)|(^[a-z2-7]{16}\\.onion$)|(^([a-z0-9]([a-z0-9-]{0,61}[a-z0-9])?\\.)+[a-z0-9][a-z0-9-]{0,61}[a-z0-9]$))",
273
+ "description": "Must be either a domain name, or an IPv4 or IPv6 address. Do not include protocol scheme (eg 'http://') or port."
274
+ }
336
275
  ],
337
- minLength: null,
338
- maxLength: null,
339
- }),
340
- port: /* TODO: Convert range for this value ([0,65535])*/ Value.number({
341
- name: "Port",
342
- description: "Port that peer is listening on for inbound p2p connections",
343
- warning: null,
344
- default: null,
345
- required: false,
346
- min: null,
347
- max: null,
348
- step: null,
349
- integer: true,
350
- units: null,
351
- placeholder: null,
352
- }),
353
- }),
276
+ "minLength": null,
277
+ "maxLength": null
278
+ }), "port": /* TODO: Convert range for this value ([0,65535])*/ Value.number({
279
+ "name": "Port",
280
+ "description": "Port that peer is listening on for inbound p2p connections",
281
+ "warning": null,
282
+ "default": null,
283
+ "required": false,
284
+ "min": null,
285
+ "max": null,
286
+ "step": null,
287
+ "integer": true,
288
+ "units": null,
289
+ "placeholder": null
290
+ }), }),
354
291
  displayAs: null,
355
292
  uniqueBy: null,
356
- })),
357
- })),
358
- dbcache: /* TODO: Convert range for this value ((0,*))*/ Value.number({
359
- name: "Database Cache",
360
- description: "How much RAM to allocate for caching the TXO set. Higher values improve syncing performance, but increase your chance of using up all your system's memory or corrupting your database in the event of an ungraceful shutdown. Set this high but comfortably below your system's total RAM during IBD, then turn down to 450 (or leave blank) once the sync completes.",
361
- warning: "WARNING: Increasing this value results in a higher chance of ungraceful shutdowns, which can leave your node unusable if it happens during the initial block download. Use this setting with caution. Be sure to set this back to the default (450 or leave blank) once your node is synced. DO NOT press the STOP button if your dbcache is large. Instead, set this number back to the default, hit save, and wait for bitcoind to restart on its own.",
362
- default: null,
363
- required: false,
364
- min: null,
365
- max: null,
366
- step: null,
367
- integer: true,
368
- units: "MiB",
369
- placeholder: null,
370
- }),
371
- pruning: Value.union({
293
+ })), })), "dbcache": /* TODO: Convert range for this value ((0,*))*/ Value.number({
294
+ "name": "Database Cache",
295
+ "description": "How much RAM to allocate for caching the TXO set. Higher values improve syncing performance, but increase your chance of using up all your system's memory or corrupting your database in the event of an ungraceful shutdown. Set this high but comfortably below your system's total RAM during IBD, then turn down to 450 (or leave blank) once the sync completes.",
296
+ "warning": "WARNING: Increasing this value results in a higher chance of ungraceful shutdowns, which can leave your node unusable if it happens during the initial block download. Use this setting with caution. Be sure to set this back to the default (450 or leave blank) once your node is synced. DO NOT press the STOP button if your dbcache is large. Instead, set this number back to the default, hit save, and wait for bitcoind to restart on its own.",
297
+ "default": null,
298
+ "required": false,
299
+ "min": null,
300
+ "max": null,
301
+ "step": null,
302
+ "integer": true,
303
+ "units": "MiB",
304
+ "placeholder": null
305
+ }), "pruning": Value.union({
372
306
  name: "Pruning Settings",
373
- description: '- Disabled: Disable pruning\n- Automatic: Limit blockchain size on disk to a certain number of megabytes\n- Manual: Prune blockchain with the "pruneblockchain" RPC\n',
307
+ description: "- Disabled: Disable pruning\n- Automatic: Limit blockchain size on disk to a certain number of megabytes\n- Manual: Prune blockchain with the \"pruneblockchain\" RPC\n",
374
308
  warning: null,
375
309
  default: "disabled",
376
- variants: Variants.of({
377
- disabled: { name: "Disabled", spec: InputSpec.of({}) },
378
- automatic: {
379
- name: "Automatic",
380
- spec: InputSpec.of({
381
- size: /* TODO: Convert range for this value ([550,1000000))*/ Value.number({
382
- name: "Max Chain Size",
383
- description: "Limit of blockchain size on disk.",
384
- warning: "Increasing this value will require re-syncing your node.",
385
- default: 550,
386
- required: true,
387
- min: null,
388
- max: null,
389
- step: null,
390
- integer: true,
391
- units: "MiB",
392
- placeholder: null,
393
- }),
394
- }),
395
- },
396
- manual: {
397
- name: "Manual",
398
- spec: InputSpec.of({
399
- size: /* TODO: Convert range for this value ([550,1000000))*/ Value.number({
400
- name: "Failsafe Chain Size",
401
- description: "Prune blockchain if size expands beyond this.",
402
- warning: null,
403
- default: 65536,
404
- required: true,
405
- min: null,
406
- max: null,
407
- step: null,
408
- integer: true,
409
- units: "MiB",
410
- placeholder: null,
411
- }),
412
- }),
413
- },
414
- }),
415
- }),
416
- blockfilters: Value.object({
310
+ variants: Variants.of({ "disabled": { name: "Disabled", spec: InputSpec.of({}) }, "automatic": { name: "Automatic", spec: InputSpec.of({ "size": /* TODO: Convert range for this value ([550,1000000))*/ Value.number({
311
+ "name": "Max Chain Size",
312
+ "description": "Limit of blockchain size on disk.",
313
+ "warning": "Increasing this value will require re-syncing your node.",
314
+ "default": 550,
315
+ "required": true,
316
+ "min": null,
317
+ "max": null,
318
+ "step": null,
319
+ "integer": true,
320
+ "units": "MiB",
321
+ "placeholder": null
322
+ }), }) }, "manual": { name: "Manual", spec: InputSpec.of({ "size": /* TODO: Convert range for this value ([550,1000000))*/ Value.number({
323
+ "name": "Failsafe Chain Size",
324
+ "description": "Prune blockchain if size expands beyond this.",
325
+ "warning": null,
326
+ "default": 65536,
327
+ "required": true,
328
+ "min": null,
329
+ "max": null,
330
+ "step": null,
331
+ "integer": true,
332
+ "units": "MiB",
333
+ "placeholder": null
334
+ }), }) }, }),
335
+ }), "blockfilters": Value.object({
417
336
  name: "Block Filters",
418
337
  description: "Settings for storing and serving compact block filters",
419
- }, InputSpec.of({
420
- blockfilterindex: Value.toggle({
421
- name: "Compute Compact Block Filters (BIP158)",
422
- default: true,
423
- description: "Generate Compact Block Filters during initial sync (IBD) to enable 'getblockfilter' RPC. This is useful if dependent services need block filters to efficiently scan for addresses/transactions etc.",
424
- warning: null,
425
- }),
426
- peerblockfilters: Value.toggle({
427
- name: "Serve Compact Block Filters to Peers (BIP157)",
428
- default: false,
429
- description: "Serve Compact Block Filters as a peer service to other nodes on the network. This is useful if you wish to connect an SPV client to your node to make it efficient to scan transactions without having to download all block data. 'Compute Compact Block Filters (BIP158)' is required.",
430
- warning: null,
431
- }),
432
- })),
433
- bloomfilters: Value.object({
338
+ }, InputSpec.of({ "blockfilterindex": Value.toggle({
339
+ "name": "Compute Compact Block Filters (BIP158)",
340
+ "default": true,
341
+ "description": "Generate Compact Block Filters during initial sync (IBD) to enable 'getblockfilter' RPC. This is useful if dependent services need block filters to efficiently scan for addresses/transactions etc.",
342
+ "warning": null
343
+ }), "peerblockfilters": Value.toggle({
344
+ "name": "Serve Compact Block Filters to Peers (BIP157)",
345
+ "default": false,
346
+ "description": "Serve Compact Block Filters as a peer service to other nodes on the network. This is useful if you wish to connect an SPV client to your node to make it efficient to scan transactions without having to download all block data. 'Compute Compact Block Filters (BIP158)' is required.",
347
+ "warning": null
348
+ }), })), "bloomfilters": Value.object({
434
349
  name: "Bloom Filters (BIP37)",
435
350
  description: "Setting for serving Bloom Filters",
436
- }, InputSpec.of({
437
- peerbloomfilters: Value.toggle({
438
- name: "Serve Bloom Filters to Peers",
439
- default: false,
440
- description: "Peers have the option of setting filters on each connection they make after the version handshake has completed. Bloom filters are for clients implementing SPV (Simplified Payment Verification) that want to check that block headers connect together correctly, without needing to verify the full blockchain. The client must trust that the transactions in the chain are in fact valid. It is highly recommended AGAINST using for anything except Bisq integration.",
441
- warning: "This is ONLY for use with Bisq integration, please use Block Filters for all other applications.",
442
- }),
443
- })),
444
- })),
445
- });
351
+ }, InputSpec.of({ "peerbloomfilters": Value.toggle({
352
+ "name": "Serve Bloom Filters to Peers",
353
+ "default": false,
354
+ "description": "Peers have the option of setting filters on each connection they make after the version handshake has completed. Bloom filters are for clients implementing SPV (Simplified Payment Verification) that want to check that block headers connect together correctly, without needing to verify the full blockchain. The client must trust that the transactions in the chain are in fact valid. It is highly recommended AGAINST using for anything except Bisq integration.",
355
+ "warning": "This is ONLY for use with Bisq integration, please use Block Filters for all other applications."
356
+ }), })), })), });
446
357
  //# sourceMappingURL=output.js.map