@akashnetwork/chain-sdk 1.0.0-alpha.41 → 1.0.0-alpha.43

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 (295) hide show
  1. package/dist/cjs/generated/createNodeSDK.cjs +328 -5
  2. package/dist/cjs/generated/createNodeSDK.cjs.map +2 -2
  3. package/dist/cjs/generated/createProviderSDK.cjs +36 -19
  4. package/dist/cjs/generated/createProviderSDK.cjs.map +2 -2
  5. package/dist/cjs/generated/patches/nodeCustomTypePatches.cjs +6 -0
  6. package/dist/cjs/generated/patches/nodeCustomTypePatches.cjs.map +2 -2
  7. package/dist/cjs/generated/protos/akash/base/attributes/v1/attribute.cjs +18 -2
  8. package/dist/cjs/generated/protos/akash/base/attributes/v1/attribute.cjs.map +2 -2
  9. package/dist/cjs/generated/protos/akash/inventory/v1/snapshot.cjs +943 -0
  10. package/dist/cjs/generated/protos/akash/inventory/v1/snapshot.cjs.map +7 -0
  11. package/dist/cjs/generated/protos/akash/inventory/v1/snapshot_akash.cjs +50 -0
  12. package/dist/cjs/generated/protos/akash/inventory/v1/snapshot_akash.cjs.map +7 -0
  13. package/dist/cjs/generated/protos/akash/manifest/v2beta3/httpoptions.cjs +159 -2
  14. package/dist/cjs/generated/protos/akash/manifest/v2beta3/httpoptions.cjs.map +2 -2
  15. package/dist/cjs/generated/protos/akash/market/v1/stats.cjs +248 -0
  16. package/dist/cjs/generated/protos/akash/market/v1/stats.cjs.map +7 -0
  17. package/dist/cjs/generated/protos/akash/market/v1/types.cjs +6 -0
  18. package/dist/cjs/generated/protos/akash/market/v1/types.cjs.map +2 -2
  19. package/dist/cjs/generated/protos/akash/market/v1beta5/query.cjs +139 -1
  20. package/dist/cjs/generated/protos/akash/market/v1beta5/query.cjs.map +2 -2
  21. package/dist/cjs/generated/protos/akash/market/v1beta5/query_akash.cjs +9 -0
  22. package/dist/cjs/generated/protos/akash/market/v1beta5/query_akash.cjs.map +2 -2
  23. package/dist/cjs/generated/protos/akash/provider/v1beta4/event.cjs +266 -0
  24. package/dist/cjs/generated/protos/akash/provider/v1beta4/event.cjs.map +2 -2
  25. package/dist/cjs/generated/protos/akash/provider/v1beta4/genesis.cjs +71 -2
  26. package/dist/cjs/generated/protos/akash/provider/v1beta4/genesis.cjs.map +2 -2
  27. package/dist/cjs/generated/protos/akash/provider/v1beta4/maintenance.cjs +417 -0
  28. package/dist/cjs/generated/protos/akash/provider/v1beta4/maintenance.cjs.map +7 -0
  29. package/dist/cjs/generated/protos/akash/provider/v1beta4/msg.cjs +321 -0
  30. package/dist/cjs/generated/protos/akash/provider/v1beta4/msg.cjs.map +2 -2
  31. package/dist/cjs/generated/protos/akash/provider/v1beta4/params.cjs +96 -0
  32. package/dist/cjs/generated/protos/akash/provider/v1beta4/params.cjs.map +7 -0
  33. package/dist/cjs/generated/protos/akash/provider/v1beta4/paramsmsg.cjs +132 -0
  34. package/dist/cjs/generated/protos/akash/provider/v1beta4/paramsmsg.cjs.map +7 -0
  35. package/dist/cjs/generated/protos/akash/provider/v1beta4/provider.cjs +88 -1
  36. package/dist/cjs/generated/protos/akash/provider/v1beta4/provider.cjs.map +2 -2
  37. package/dist/cjs/generated/protos/akash/provider/v1beta4/query.cjs +462 -1
  38. package/dist/cjs/generated/protos/akash/provider/v1beta4/query.cjs.map +2 -2
  39. package/dist/cjs/generated/protos/akash/provider/v1beta4/query_akash.cjs +36 -0
  40. package/dist/cjs/generated/protos/akash/provider/v1beta4/query_akash.cjs.map +2 -2
  41. package/dist/cjs/generated/protos/akash/provider/v1beta4/service_akash.cjs +25 -0
  42. package/dist/cjs/generated/protos/akash/provider/v1beta4/service_akash.cjs.map +2 -2
  43. package/dist/cjs/generated/protos/akash/verification/v1/event.cjs +2525 -0
  44. package/dist/cjs/generated/protos/akash/verification/v1/event.cjs.map +7 -0
  45. package/dist/cjs/generated/protos/akash/verification/v1/genesis.cjs +253 -0
  46. package/dist/cjs/generated/protos/akash/verification/v1/genesis.cjs.map +7 -0
  47. package/dist/cjs/generated/protos/akash/verification/v1/msg.cjs +2774 -0
  48. package/dist/cjs/generated/protos/akash/verification/v1/msg.cjs.map +7 -0
  49. package/dist/cjs/generated/protos/akash/verification/v1/params.cjs +1044 -0
  50. package/dist/cjs/generated/protos/akash/verification/v1/params.cjs.map +7 -0
  51. package/dist/cjs/generated/protos/akash/verification/v1/query.cjs +1559 -0
  52. package/dist/cjs/generated/protos/akash/verification/v1/query.cjs.map +7 -0
  53. package/dist/cjs/generated/protos/akash/verification/v1/query_akash.cjs +147 -0
  54. package/dist/cjs/generated/protos/akash/verification/v1/query_akash.cjs.map +7 -0
  55. package/dist/cjs/{sdl/types.cjs → generated/protos/akash/verification/v1/service.cjs} +3 -3
  56. package/dist/cjs/generated/protos/akash/verification/v1/service.cjs.map +7 -0
  57. package/dist/cjs/generated/protos/akash/verification/v1/service_akash.cjs +190 -0
  58. package/dist/cjs/generated/protos/akash/verification/v1/service_akash.cjs.map +7 -0
  59. package/dist/cjs/generated/protos/akash/verification/v1/state.cjs +2018 -0
  60. package/dist/cjs/generated/protos/akash/verification/v1/state.cjs.map +7 -0
  61. package/dist/cjs/generated/protos/akash/verification/v1/types.cjs +1071 -0
  62. package/dist/cjs/generated/protos/akash/verification/v1/types.cjs.map +7 -0
  63. package/dist/cjs/generated/protos/akash/verification/v1/verificationrequirement.cjs +148 -0
  64. package/dist/cjs/generated/protos/akash/verification/v1/verificationrequirement.cjs.map +7 -0
  65. package/dist/cjs/generated/protos/index.akash.v1.cjs +166 -25
  66. package/dist/cjs/generated/protos/index.akash.v1.cjs.map +3 -3
  67. package/dist/cjs/generated/protos/index.akash.v1beta4.cjs +25 -0
  68. package/dist/cjs/generated/protos/index.akash.v1beta4.cjs.map +3 -3
  69. package/dist/cjs/generated/protos/index.akash.v1beta5.cjs +2 -0
  70. package/dist/cjs/generated/protos/index.akash.v1beta5.cjs.map +2 -2
  71. package/dist/cjs/generated/protos/index.provider.akash.v1.cjs +9 -0
  72. package/dist/cjs/generated/protos/index.provider.akash.v1.cjs.map +2 -2
  73. package/dist/cjs/generated/protos/index.provider.akash.v2beta3.cjs +1 -0
  74. package/dist/cjs/generated/protos/index.provider.akash.v2beta3.cjs.map +2 -2
  75. package/dist/cjs/sdl/duration.cjs +44 -0
  76. package/dist/cjs/sdl/duration.cjs.map +7 -0
  77. package/dist/cjs/sdl/httpTimeout.cjs +59 -0
  78. package/dist/cjs/sdl/httpTimeout.cjs.map +7 -0
  79. package/dist/cjs/sdl/index.cjs +0 -2
  80. package/dist/cjs/sdl/index.cjs.map +2 -2
  81. package/dist/cjs/sdl/manifest/generateManifest.cjs +20 -1
  82. package/dist/cjs/sdl/manifest/generateManifest.cjs.map +2 -2
  83. package/dist/cjs/sdl/manifest/generateManifestVersion.cjs +11 -0
  84. package/dist/cjs/sdl/manifest/generateManifestVersion.cjs.map +2 -2
  85. package/dist/cjs/sdl/manifest/manifestUtils.cjs +10 -2
  86. package/dist/cjs/sdl/manifest/manifestUtils.cjs.map +2 -2
  87. package/dist/cjs/sdl/manifest/reclamationDuration.cjs +4 -5
  88. package/dist/cjs/sdl/manifest/reclamationDuration.cjs.map +3 -3
  89. package/dist/cjs/sdl/validateSDL/validateSDL.cjs +28 -1
  90. package/dist/cjs/sdl/validateSDL/validateSDL.cjs.map +2 -2
  91. package/dist/cjs/sdl/validateSDL/validateSDLInput.cjs +853 -454
  92. package/dist/cjs/sdl/validateSDL/validateSDLInput.cjs.map +2 -2
  93. package/dist/esm/chunk-2NPYA3YV.js +1563 -0
  94. package/dist/esm/chunk-2NPYA3YV.js.map +7 -0
  95. package/dist/esm/{chunk-4SZHF6SE.js → chunk-3U5XKNEU.js} +3 -3
  96. package/dist/esm/chunk-474YCD2T.js +356 -0
  97. package/dist/esm/chunk-474YCD2T.js.map +7 -0
  98. package/dist/esm/chunk-4CTTYO4O.js +890 -0
  99. package/dist/esm/chunk-4CTTYO4O.js.map +7 -0
  100. package/dist/esm/{chunk-IKTMMFJ5.js → chunk-54RECHZZ.js} +2 -2
  101. package/dist/esm/{chunk-WCUR732W.js → chunk-57534UAR.js} +2 -2
  102. package/dist/esm/{chunk-UHI2V2WP.js → chunk-5VWXQLXG.js} +1331 -489
  103. package/dist/esm/chunk-5VWXQLXG.js.map +7 -0
  104. package/dist/esm/{chunk-B4YVLEG7.js → chunk-7F3NJG67.js} +3 -3
  105. package/dist/esm/chunk-AIWCRXMP.js +672 -0
  106. package/dist/esm/chunk-AIWCRXMP.js.map +7 -0
  107. package/dist/esm/{chunk-XAOERZEY.js → chunk-AKNHD3CM.js} +2 -2
  108. package/dist/esm/chunk-BI4YL5KH.js +2742 -0
  109. package/dist/esm/chunk-BI4YL5KH.js.map +7 -0
  110. package/dist/esm/{chunk-ZGK4PJCD.js → chunk-BQNJHJXY.js} +3 -3
  111. package/dist/esm/{chunk-YBRE4XNB.js → chunk-CFEWW2ER.js} +2 -2
  112. package/dist/esm/{chunk-EJQUNX4L.js → chunk-DCLXPAMC.js} +3 -3
  113. package/dist/esm/{chunk-AR26HCRY.js → chunk-F4IQOYFH.js} +2 -2
  114. package/dist/esm/{chunk-ENZ3OBCL.js → chunk-F7KT5EX5.js} +2 -2
  115. package/dist/esm/{chunk-3QS3CMF4.js → chunk-GRGSTKN3.js} +2 -2
  116. package/dist/esm/{chunk-TTQ36NQ5.js → chunk-HRN6NSO2.js} +2 -2
  117. package/dist/esm/{chunk-E7KECYS7.js → chunk-IEWLP7PR.js} +7 -1
  118. package/dist/esm/chunk-IEWLP7PR.js.map +7 -0
  119. package/dist/esm/chunk-IFKY7FXY.js +484 -0
  120. package/dist/esm/chunk-IFKY7FXY.js.map +7 -0
  121. package/dist/esm/chunk-J4CJEGEM.js +3016 -0
  122. package/dist/esm/chunk-J4CJEGEM.js.map +7 -0
  123. package/dist/esm/{chunk-N42ATJOO.js → chunk-M5P5LAJJ.js} +2 -2
  124. package/dist/esm/{chunk-3K7Q5MUF.js → chunk-MIJCN6AD.js} +2 -2
  125. package/dist/esm/{chunk-OYI3IQIV.js → chunk-NNB5QBR2.js} +2 -2
  126. package/dist/esm/{chunk-WMSUADX2.js → chunk-OJ54L3XZ.js} +4 -4
  127. package/dist/esm/{chunk-5ODS4QTF.js → chunk-P64VHYRM.js} +2 -2
  128. package/dist/esm/{chunk-MFZVOFPX.js → chunk-PAOVIX5L.js} +3 -3
  129. package/dist/esm/chunk-PEHPXXTS.js +1053 -0
  130. package/dist/esm/chunk-PEHPXXTS.js.map +7 -0
  131. package/dist/esm/chunk-PTMMQODC.js +760 -0
  132. package/dist/esm/chunk-PTMMQODC.js.map +7 -0
  133. package/dist/esm/{chunk-ZXN75Q55.js → chunk-PWXFQ5FI.js} +3 -3
  134. package/dist/esm/{chunk-CZGHFBAO.js → chunk-PYD5MY63.js} +131 -9
  135. package/dist/esm/chunk-PYD5MY63.js.map +7 -0
  136. package/dist/esm/{chunk-NP4QQMME.js → chunk-RJZ46VHV.js} +2 -2
  137. package/dist/esm/chunk-SK7LOVVI.js +660 -0
  138. package/dist/esm/chunk-SK7LOVVI.js.map +7 -0
  139. package/dist/esm/{chunk-ZRZ6LUI2.js → chunk-TN4W5NLC.js} +7 -1
  140. package/dist/esm/chunk-TN4W5NLC.js.map +7 -0
  141. package/dist/esm/chunk-VYCICKFV.js +698 -0
  142. package/dist/esm/chunk-VYCICKFV.js.map +7 -0
  143. package/dist/esm/{chunk-4TSICBUM.js → chunk-W3TLZPTC.js} +3 -3
  144. package/dist/esm/{chunk-M2RS2IFR.js → chunk-WNFIFYG2.js} +2 -2
  145. package/dist/esm/{chunk-CVX7ZJQR.js → chunk-XP2XNYEA.js} +161 -4
  146. package/dist/esm/chunk-XP2XNYEA.js.map +7 -0
  147. package/dist/esm/{chunk-SGDEIQ7L.js → chunk-Y7BVCD32.js} +3 -3
  148. package/dist/esm/generated/protos/index.akash.v1.js +2988 -77
  149. package/dist/esm/generated/protos/index.akash.v1.js.map +4 -4
  150. package/dist/esm/generated/protos/index.akash.v1beta4.js +58 -13
  151. package/dist/esm/generated/protos/index.akash.v1beta5.js +17 -12
  152. package/dist/esm/generated/protos/index.akash.v1beta5.js.map +1 -1
  153. package/dist/esm/generated/protos/index.akash.v2.js +4 -4
  154. package/dist/esm/generated/protos/index.provider.akash.v1.js +29 -10
  155. package/dist/esm/generated/protos/index.provider.akash.v2beta3.js +7 -4
  156. package/dist/esm/index.js +54 -36
  157. package/dist/esm/index.js.map +2 -2
  158. package/dist/esm/index.web.js +14 -13
  159. package/dist/esm/index.web.js.map +1 -1
  160. package/dist/esm/{query_akash-I3RPHLVA.js → query_akash-BTYAA6UN.js} +5 -5
  161. package/dist/esm/{query_akash-QF2LHJQN.js → query_akash-EG43V2QH.js} +4 -4
  162. package/dist/esm/{query_akash-44SHG3FL.js → query_akash-HCIMNA7T.js} +4 -3
  163. package/dist/esm/{query_akash-44SHG3FL.js.map → query_akash-HCIMNA7T.js.map} +1 -1
  164. package/dist/esm/{query_akash-72TFPQBZ.js → query_akash-HN4NCENR.js} +4 -4
  165. package/dist/esm/query_akash-KU4YCMUU.js +85 -0
  166. package/dist/esm/query_akash-KU4YCMUU.js.map +7 -0
  167. package/dist/esm/{query_akash-TZ6F7OO4.js → query_akash-LSGWB5MI.js} +24 -12
  168. package/dist/esm/query_akash-LSGWB5MI.js.map +7 -0
  169. package/dist/esm/{query_akash-54EYS6GQ.js → query_akash-SOJJMCBH.js} +8 -7
  170. package/dist/esm/{query_akash-54EYS6GQ.js.map → query_akash-SOJJMCBH.js.map} +1 -1
  171. package/dist/esm/{query_akash-EGFDDA4L.js → query_akash-SVNQ4S67.js} +4 -4
  172. package/dist/esm/query_akash-XYSUQTZC.js +164 -0
  173. package/dist/esm/query_akash-XYSUQTZC.js.map +7 -0
  174. package/dist/esm/{service_akash-KRCYHNCN.js → service_akash-3R3TC3PH.js} +4 -3
  175. package/dist/esm/{service_akash-KRCYHNCN.js.map → service_akash-3R3TC3PH.js.map} +1 -1
  176. package/dist/esm/{service_akash-CEAZGGZS.js → service_akash-43EJ5RKY.js} +8 -7
  177. package/dist/esm/{service_akash-CEAZGGZS.js.map → service_akash-43EJ5RKY.js.map} +1 -1
  178. package/dist/esm/{service_akash-YXSRY4G3.js → service_akash-AXWB3IDG.js} +7 -6
  179. package/dist/esm/{service_akash-YXSRY4G3.js.map → service_akash-AXWB3IDG.js.map} +1 -1
  180. package/dist/esm/{service_akash-Z4CR3DWY.js → service_akash-BZTUHKJO.js} +8 -7
  181. package/dist/esm/{service_akash-Z4CR3DWY.js.map → service_akash-BZTUHKJO.js.map} +1 -1
  182. package/dist/esm/{service_akash-JQKI2SJP.js → service_akash-HFGWADC2.js} +4 -4
  183. package/dist/esm/{service_akash-SXXXZL6K.js → service_akash-KAJJV7LX.js} +4 -4
  184. package/dist/esm/service_akash-KYLB3OP3.js +78 -0
  185. package/dist/esm/service_akash-KYLB3OP3.js.map +7 -0
  186. package/dist/esm/service_akash-LJBOWZZG.js +221 -0
  187. package/dist/esm/service_akash-LJBOWZZG.js.map +7 -0
  188. package/dist/esm/{service_akash-PFTEVUGK.js → service_akash-QTGRTXLG.js} +4 -4
  189. package/dist/esm/{service_akash-44MLEMTW.js → service_akash-T36Y5DCD.js} +4 -3
  190. package/dist/esm/{service_akash-44MLEMTW.js.map → service_akash-T36Y5DCD.js.map} +1 -1
  191. package/dist/esm/{service_akash-ZITNWRBM.js → service_akash-X4HCN3EG.js} +9 -8
  192. package/dist/esm/{service_akash-ZITNWRBM.js.map → service_akash-X4HCN3EG.js.map} +1 -1
  193. package/dist/esm/snapshot_akash-KH5X5W3B.js +41 -0
  194. package/dist/esm/snapshot_akash-KH5X5W3B.js.map +7 -0
  195. package/dist/sdl-schema.yaml +84 -8
  196. package/dist/tsconfig.build.tsbuildinfo +1 -1
  197. package/dist/types/generated/createNodeSDK.d.ts +473 -0
  198. package/dist/types/generated/createProviderSDK.d.ts +31 -0
  199. package/dist/types/generated/patches/nodeCustomTypePatches.d.ts +8 -0
  200. package/dist/types/generated/protos/akash/base/attributes/v1/attribute.d.ts +3 -0
  201. package/dist/types/generated/protos/akash/inventory/v1/snapshot.d.ts +112 -0
  202. package/dist/types/generated/protos/akash/inventory/v1/snapshot_akash.d.ts +22 -0
  203. package/dist/types/generated/protos/akash/manifest/v2beta3/httpoptions.d.ts +35 -0
  204. package/dist/types/generated/protos/akash/market/v1/stats.d.ts +35 -0
  205. package/dist/types/generated/protos/akash/market/v1/types.d.ts +5 -3
  206. package/dist/types/generated/protos/akash/market/v1beta5/query.d.ts +29 -0
  207. package/dist/types/generated/protos/akash/market/v1beta5/query_akash.d.ts +8 -1
  208. package/dist/types/generated/protos/akash/provider/v1beta4/event.d.ts +40 -0
  209. package/dist/types/generated/protos/akash/provider/v1beta4/genesis.d.ts +11 -1
  210. package/dist/types/generated/protos/akash/provider/v1beta4/maintenance.d.ts +87 -0
  211. package/dist/types/generated/protos/akash/provider/v1beta4/msg.d.ts +57 -0
  212. package/dist/types/generated/protos/akash/provider/v1beta4/params.d.ts +17 -0
  213. package/dist/types/generated/protos/akash/provider/v1beta4/paramsmsg.d.ts +22 -0
  214. package/dist/types/generated/protos/akash/provider/v1beta4/provider.d.ts +13 -0
  215. package/dist/types/generated/protos/akash/provider/v1beta4/query.d.ts +93 -1
  216. package/dist/types/generated/protos/akash/provider/v1beta4/query_akash.d.ts +29 -1
  217. package/dist/types/generated/protos/akash/provider/v1beta4/service_akash.d.ts +20 -1
  218. package/dist/types/generated/protos/akash/verification/v1/event.d.ts +339 -0
  219. package/dist/types/generated/protos/akash/verification/v1/genesis.d.ts +45 -0
  220. package/dist/types/generated/protos/akash/verification/v1/msg.d.ts +614 -0
  221. package/dist/types/generated/protos/akash/verification/v1/params.d.ts +147 -0
  222. package/dist/types/generated/protos/akash/verification/v1/query.d.ts +290 -0
  223. package/dist/types/generated/protos/akash/verification/v1/query_akash.d.ts +97 -0
  224. package/dist/types/generated/protos/akash/verification/v1/service.d.ts +1 -0
  225. package/dist/types/generated/protos/akash/verification/v1/service_akash.d.ts +126 -0
  226. package/dist/types/generated/protos/akash/verification/v1/state.d.ts +320 -0
  227. package/dist/types/generated/protos/akash/verification/v1/types.d.ts +348 -0
  228. package/dist/types/generated/protos/akash/verification/v1/verificationrequirement.d.ts +36 -0
  229. package/dist/types/generated/protos/index.akash.v1.d.ts +9 -0
  230. package/dist/types/generated/protos/index.akash.v1beta4.d.ts +7 -4
  231. package/dist/types/generated/protos/index.akash.v1beta5.d.ts +1 -1
  232. package/dist/types/generated/protos/index.provider.akash.v1.d.ts +1 -0
  233. package/dist/types/generated/protos/index.provider.akash.v2beta3.d.ts +1 -1
  234. package/dist/types/sdk/chain/createChainNodeSDK.d.ts +45 -0
  235. package/dist/types/sdk/chain/createChainNodeWebSDK.d.ts +45 -0
  236. package/dist/types/sdl/duration.d.ts +13 -0
  237. package/dist/types/sdl/httpTimeout.d.ts +10 -0
  238. package/dist/types/sdl/index.d.ts +0 -1
  239. package/dist/types/sdl/manifest/reclamationDuration.d.ts +3 -7
  240. package/dist/types/sdl/validateSDL/validateSDLInput.d.ts +131 -16
  241. package/package.json +1 -1
  242. package/dist/cjs/sdl/types.cjs.map +0 -7
  243. package/dist/esm/chunk-C3WV6GJ6.js +0 -234
  244. package/dist/esm/chunk-C3WV6GJ6.js.map +0 -7
  245. package/dist/esm/chunk-CVX7ZJQR.js.map +0 -7
  246. package/dist/esm/chunk-CZGHFBAO.js.map +0 -7
  247. package/dist/esm/chunk-E7KECYS7.js.map +0 -7
  248. package/dist/esm/chunk-IVLF3VVZ.js +0 -364
  249. package/dist/esm/chunk-IVLF3VVZ.js.map +0 -7
  250. package/dist/esm/chunk-MV27RM25.js +0 -368
  251. package/dist/esm/chunk-MV27RM25.js.map +0 -7
  252. package/dist/esm/chunk-S2CZQ6AM.js +0 -211
  253. package/dist/esm/chunk-S2CZQ6AM.js.map +0 -7
  254. package/dist/esm/chunk-SXGU4O34.js +0 -258
  255. package/dist/esm/chunk-SXGU4O34.js.map +0 -7
  256. package/dist/esm/chunk-UHI2V2WP.js.map +0 -7
  257. package/dist/esm/chunk-V42TLXWK.js +0 -177
  258. package/dist/esm/chunk-V42TLXWK.js.map +0 -7
  259. package/dist/esm/chunk-ZRZ6LUI2.js.map +0 -7
  260. package/dist/esm/query_akash-N3FPIXVQ.js +0 -39
  261. package/dist/esm/query_akash-N3FPIXVQ.js.map +0 -7
  262. package/dist/esm/query_akash-TZ6F7OO4.js.map +0 -7
  263. package/dist/esm/service_akash-5AUMDLU5.js +0 -46
  264. package/dist/esm/service_akash-5AUMDLU5.js.map +0 -7
  265. package/dist/types/sdl/types.d.ts +0 -305
  266. /package/dist/esm/{chunk-4SZHF6SE.js.map → chunk-3U5XKNEU.js.map} +0 -0
  267. /package/dist/esm/{chunk-IKTMMFJ5.js.map → chunk-54RECHZZ.js.map} +0 -0
  268. /package/dist/esm/{chunk-WCUR732W.js.map → chunk-57534UAR.js.map} +0 -0
  269. /package/dist/esm/{chunk-B4YVLEG7.js.map → chunk-7F3NJG67.js.map} +0 -0
  270. /package/dist/esm/{chunk-XAOERZEY.js.map → chunk-AKNHD3CM.js.map} +0 -0
  271. /package/dist/esm/{chunk-ZGK4PJCD.js.map → chunk-BQNJHJXY.js.map} +0 -0
  272. /package/dist/esm/{chunk-YBRE4XNB.js.map → chunk-CFEWW2ER.js.map} +0 -0
  273. /package/dist/esm/{chunk-EJQUNX4L.js.map → chunk-DCLXPAMC.js.map} +0 -0
  274. /package/dist/esm/{chunk-AR26HCRY.js.map → chunk-F4IQOYFH.js.map} +0 -0
  275. /package/dist/esm/{chunk-ENZ3OBCL.js.map → chunk-F7KT5EX5.js.map} +0 -0
  276. /package/dist/esm/{chunk-3QS3CMF4.js.map → chunk-GRGSTKN3.js.map} +0 -0
  277. /package/dist/esm/{chunk-TTQ36NQ5.js.map → chunk-HRN6NSO2.js.map} +0 -0
  278. /package/dist/esm/{chunk-N42ATJOO.js.map → chunk-M5P5LAJJ.js.map} +0 -0
  279. /package/dist/esm/{chunk-3K7Q5MUF.js.map → chunk-MIJCN6AD.js.map} +0 -0
  280. /package/dist/esm/{chunk-OYI3IQIV.js.map → chunk-NNB5QBR2.js.map} +0 -0
  281. /package/dist/esm/{chunk-WMSUADX2.js.map → chunk-OJ54L3XZ.js.map} +0 -0
  282. /package/dist/esm/{chunk-5ODS4QTF.js.map → chunk-P64VHYRM.js.map} +0 -0
  283. /package/dist/esm/{chunk-MFZVOFPX.js.map → chunk-PAOVIX5L.js.map} +0 -0
  284. /package/dist/esm/{chunk-ZXN75Q55.js.map → chunk-PWXFQ5FI.js.map} +0 -0
  285. /package/dist/esm/{chunk-NP4QQMME.js.map → chunk-RJZ46VHV.js.map} +0 -0
  286. /package/dist/esm/{chunk-4TSICBUM.js.map → chunk-W3TLZPTC.js.map} +0 -0
  287. /package/dist/esm/{chunk-M2RS2IFR.js.map → chunk-WNFIFYG2.js.map} +0 -0
  288. /package/dist/esm/{chunk-SGDEIQ7L.js.map → chunk-Y7BVCD32.js.map} +0 -0
  289. /package/dist/esm/{query_akash-I3RPHLVA.js.map → query_akash-BTYAA6UN.js.map} +0 -0
  290. /package/dist/esm/{query_akash-QF2LHJQN.js.map → query_akash-EG43V2QH.js.map} +0 -0
  291. /package/dist/esm/{query_akash-72TFPQBZ.js.map → query_akash-HN4NCENR.js.map} +0 -0
  292. /package/dist/esm/{query_akash-EGFDDA4L.js.map → query_akash-SVNQ4S67.js.map} +0 -0
  293. /package/dist/esm/{service_akash-JQKI2SJP.js.map → service_akash-HFGWADC2.js.map} +0 -0
  294. /package/dist/esm/{service_akash-SXXXZL6K.js.map → service_akash-KAJJV7LX.js.map} +0 -0
  295. /package/dist/esm/{service_akash-PFTEVUGK.js.map → service_akash-QTGRTXLG.js.map} +0 -0
@@ -1,177 +0,0 @@
1
- import {
2
- Attribute
3
- } from "./chunk-S2CZQ6AM.js";
4
- import {
5
- isSet
6
- } from "./chunk-5EZRSM6V.js";
7
-
8
- // src/generated/protos/akash/provider/v1beta4/provider.ts
9
- import { BinaryReader, BinaryWriter } from "@bufbuild/protobuf/wire";
10
- function createBaseInfo() {
11
- return { email: "", website: "" };
12
- }
13
- var Info = {
14
- $type: "akash.provider.v1beta4.Info",
15
- encode(message, writer = new BinaryWriter()) {
16
- if (message.email !== "") {
17
- writer.uint32(10).string(message.email);
18
- }
19
- if (message.website !== "") {
20
- writer.uint32(18).string(message.website);
21
- }
22
- return writer;
23
- },
24
- decode(input, length) {
25
- const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
26
- const end = length === void 0 ? reader.len : reader.pos + length;
27
- const message = createBaseInfo();
28
- while (reader.pos < end) {
29
- const tag = reader.uint32();
30
- switch (tag >>> 3) {
31
- case 1: {
32
- if (tag !== 10) {
33
- break;
34
- }
35
- message.email = reader.string();
36
- continue;
37
- }
38
- case 2: {
39
- if (tag !== 18) {
40
- break;
41
- }
42
- message.website = reader.string();
43
- continue;
44
- }
45
- }
46
- if ((tag & 7) === 4 || tag === 0) {
47
- break;
48
- }
49
- reader.skip(tag & 7);
50
- }
51
- return message;
52
- },
53
- fromJSON(object) {
54
- return {
55
- email: isSet(object.email) ? globalThis.String(object.email) : "",
56
- website: isSet(object.website) ? globalThis.String(object.website) : ""
57
- };
58
- },
59
- toJSON(message) {
60
- const obj = {};
61
- if (message.email !== "") {
62
- obj.email = message.email;
63
- }
64
- if (message.website !== "") {
65
- obj.website = message.website;
66
- }
67
- return obj;
68
- },
69
- fromPartial(object) {
70
- const message = createBaseInfo();
71
- message.email = object.email ?? "";
72
- message.website = object.website ?? "";
73
- return message;
74
- }
75
- };
76
- function createBaseProvider() {
77
- return { owner: "", hostUri: "", attributes: [], info: void 0 };
78
- }
79
- var Provider = {
80
- $type: "akash.provider.v1beta4.Provider",
81
- encode(message, writer = new BinaryWriter()) {
82
- if (message.owner !== "") {
83
- writer.uint32(10).string(message.owner);
84
- }
85
- if (message.hostUri !== "") {
86
- writer.uint32(18).string(message.hostUri);
87
- }
88
- for (const v of message.attributes) {
89
- Attribute.encode(v, writer.uint32(26).fork()).join();
90
- }
91
- if (message.info !== void 0) {
92
- Info.encode(message.info, writer.uint32(34).fork()).join();
93
- }
94
- return writer;
95
- },
96
- decode(input, length) {
97
- const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
98
- const end = length === void 0 ? reader.len : reader.pos + length;
99
- const message = createBaseProvider();
100
- while (reader.pos < end) {
101
- const tag = reader.uint32();
102
- switch (tag >>> 3) {
103
- case 1: {
104
- if (tag !== 10) {
105
- break;
106
- }
107
- message.owner = reader.string();
108
- continue;
109
- }
110
- case 2: {
111
- if (tag !== 18) {
112
- break;
113
- }
114
- message.hostUri = reader.string();
115
- continue;
116
- }
117
- case 3: {
118
- if (tag !== 26) {
119
- break;
120
- }
121
- message.attributes.push(Attribute.decode(reader, reader.uint32()));
122
- continue;
123
- }
124
- case 4: {
125
- if (tag !== 34) {
126
- break;
127
- }
128
- message.info = Info.decode(reader, reader.uint32());
129
- continue;
130
- }
131
- }
132
- if ((tag & 7) === 4 || tag === 0) {
133
- break;
134
- }
135
- reader.skip(tag & 7);
136
- }
137
- return message;
138
- },
139
- fromJSON(object) {
140
- return {
141
- owner: isSet(object.owner) ? globalThis.String(object.owner) : "",
142
- hostUri: isSet(object.host_uri) ? globalThis.String(object.host_uri) : "",
143
- attributes: globalThis.Array.isArray(object?.attributes) ? object.attributes.map((e) => Attribute.fromJSON(e)) : [],
144
- info: isSet(object.info) ? Info.fromJSON(object.info) : void 0
145
- };
146
- },
147
- toJSON(message) {
148
- const obj = {};
149
- if (message.owner !== "") {
150
- obj.owner = message.owner;
151
- }
152
- if (message.hostUri !== "") {
153
- obj.host_uri = message.hostUri;
154
- }
155
- if (message.attributes?.length) {
156
- obj.attributes = message.attributes.map((e) => Attribute.toJSON(e));
157
- }
158
- if (message.info !== void 0) {
159
- obj.info = Info.toJSON(message.info);
160
- }
161
- return obj;
162
- },
163
- fromPartial(object) {
164
- const message = createBaseProvider();
165
- message.owner = object.owner ?? "";
166
- message.hostUri = object.hostUri ?? "";
167
- message.attributes = object.attributes?.map((e) => Attribute.fromPartial(e)) || [];
168
- message.info = object.info !== void 0 && object.info !== null ? Info.fromPartial(object.info) : void 0;
169
- return message;
170
- }
171
- };
172
-
173
- export {
174
- Info,
175
- Provider
176
- };
177
- //# sourceMappingURL=chunk-V42TLXWK.js.map
@@ -1,7 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../src/generated/protos/akash/provider/v1beta4/provider.ts"],
4
- "sourcesContent": ["import { isSet } from \"../../../../../encoding/typeEncodingHelpers.ts\"\nimport type { DeepPartial, MessageFns } from \"../../../../../encoding/typeEncodingHelpers.ts\"\n// Code generated by protoc-gen-ts_proto. DO NOT EDIT.\n// versions:\n// protoc-gen-ts_proto v2.12.0\n// protoc unknown\n// source: akash/provider/v1beta4/provider.proto\n\n/* eslint-disable */\nimport { BinaryReader, BinaryWriter } from \"@bufbuild/protobuf/wire\";\nimport { Attribute } from \"../../base/attributes/v1/attribute.ts\";\n\n/** Info contains information on the provider. */\nexport interface Info {\n /** Email is the email address to contact the provider. */\n email: string;\n /** Website is the URL to the landing page or socials of the provider. */\n website: string;\n}\n\n/**\n * Provider stores owner and host details.\n * Akash providers are entities that contribute computing resources to the network.\n * They can be individuals or organizations with underutilized computing resources, such as data centers or personal servers.\n * Providers participate in the network by running the Akash node software and setting the price for their services.\n * Users can then choose a provider based on factors such as cost, performance, and location.\n */\nexport interface Provider {\n /**\n * Owner is the bech32 address of the account of the provider.\n * It is a string representing a valid account address.\n *\n * Example:\n * \"akash1...\"\n */\n owner: string;\n /**\n * HostURI is the Uniform Resource Identifier for provider connection.\n * This URI is used to directly connect to the provider to perform tasks such as sending the manifest.\n */\n hostUri: string;\n /** Attributes is a list of arbitrary attribute key-value pairs. */\n attributes: Attribute[];\n /** Info contains additional provider information. */\n info: Info | undefined;\n}\n\nfunction createBaseInfo(): Info {\n return { email: \"\", website: \"\" };\n}\n\nexport const Info: MessageFns<Info, \"akash.provider.v1beta4.Info\"> = {\n $type: \"akash.provider.v1beta4.Info\" as const,\n\n encode(message: Info, writer: BinaryWriter = new BinaryWriter()): BinaryWriter {\n if (message.email !== \"\") {\n writer.uint32(10).string(message.email);\n }\n if (message.website !== \"\") {\n writer.uint32(18).string(message.website);\n }\n return writer;\n },\n\n decode(input: BinaryReader | Uint8Array, length?: number): Info {\n const reader = input instanceof BinaryReader ? input : new BinaryReader(input);\n const end = length === undefined ? reader.len : reader.pos + length;\n const message = createBaseInfo();\n while (reader.pos < end) {\n const tag = reader.uint32();\n switch (tag >>> 3) {\n case 1: {\n if (tag !== 10) {\n break;\n }\n\n message.email = reader.string();\n continue;\n }\n case 2: {\n if (tag !== 18) {\n break;\n }\n\n message.website = reader.string();\n continue;\n }\n }\n if ((tag & 7) === 4 || tag === 0) {\n break;\n }\n reader.skip(tag & 7);\n }\n return message;\n },\n\n fromJSON(object: any): Info {\n return {\n email: isSet(object.email) ? globalThis.String(object.email) : \"\",\n website: isSet(object.website) ? globalThis.String(object.website) : \"\",\n };\n },\n\n toJSON(message: Info): unknown {\n const obj: any = {};\n if (message.email !== \"\") {\n obj.email = message.email;\n }\n if (message.website !== \"\") {\n obj.website = message.website;\n }\n return obj;\n },\n fromPartial(object: DeepPartial<Info>): Info {\n const message = createBaseInfo();\n message.email = object.email ?? \"\";\n message.website = object.website ?? \"\";\n return message;\n },\n};\n\nfunction createBaseProvider(): Provider {\n return { owner: \"\", hostUri: \"\", attributes: [], info: undefined };\n}\n\nexport const Provider: MessageFns<Provider, \"akash.provider.v1beta4.Provider\"> = {\n $type: \"akash.provider.v1beta4.Provider\" as const,\n\n encode(message: Provider, writer: BinaryWriter = new BinaryWriter()): BinaryWriter {\n if (message.owner !== \"\") {\n writer.uint32(10).string(message.owner);\n }\n if (message.hostUri !== \"\") {\n writer.uint32(18).string(message.hostUri);\n }\n for (const v of message.attributes) {\n Attribute.encode(v!, writer.uint32(26).fork()).join();\n }\n if (message.info !== undefined) {\n Info.encode(message.info, writer.uint32(34).fork()).join();\n }\n return writer;\n },\n\n decode(input: BinaryReader | Uint8Array, length?: number): Provider {\n const reader = input instanceof BinaryReader ? input : new BinaryReader(input);\n const end = length === undefined ? reader.len : reader.pos + length;\n const message = createBaseProvider();\n while (reader.pos < end) {\n const tag = reader.uint32();\n switch (tag >>> 3) {\n case 1: {\n if (tag !== 10) {\n break;\n }\n\n message.owner = reader.string();\n continue;\n }\n case 2: {\n if (tag !== 18) {\n break;\n }\n\n message.hostUri = reader.string();\n continue;\n }\n case 3: {\n if (tag !== 26) {\n break;\n }\n\n message.attributes.push(Attribute.decode(reader, reader.uint32()));\n continue;\n }\n case 4: {\n if (tag !== 34) {\n break;\n }\n\n message.info = Info.decode(reader, reader.uint32());\n continue;\n }\n }\n if ((tag & 7) === 4 || tag === 0) {\n break;\n }\n reader.skip(tag & 7);\n }\n return message;\n },\n\n fromJSON(object: any): Provider {\n return {\n owner: isSet(object.owner) ? globalThis.String(object.owner) : \"\",\n hostUri: isSet(object.host_uri) ? globalThis.String(object.host_uri) : \"\",\n attributes: globalThis.Array.isArray(object?.attributes)\n ? object.attributes.map((e: any) => Attribute.fromJSON(e))\n : [],\n info: isSet(object.info) ? Info.fromJSON(object.info) : undefined,\n };\n },\n\n toJSON(message: Provider): unknown {\n const obj: any = {};\n if (message.owner !== \"\") {\n obj.owner = message.owner;\n }\n if (message.hostUri !== \"\") {\n obj.host_uri = message.hostUri;\n }\n if (message.attributes?.length) {\n obj.attributes = message.attributes.map((e) => Attribute.toJSON(e));\n }\n if (message.info !== undefined) {\n obj.info = Info.toJSON(message.info);\n }\n return obj;\n },\n fromPartial(object: DeepPartial<Provider>): Provider {\n const message = createBaseProvider();\n message.owner = object.owner ?? \"\";\n message.hostUri = object.hostUri ?? \"\";\n message.attributes = object.attributes?.map((e) => Attribute.fromPartial(e)) || [];\n message.info = (object.info !== undefined && object.info !== null) ? Info.fromPartial(object.info) : undefined;\n return message;\n },\n};\n\ntype Builtin = Date | Function | Uint8Array | string | number | boolean | bigint | undefined;\n\ntype _unused_DeepPartial<T> = T extends bigint ? string | number | bigint\n : T extends Builtin ? T : T extends globalThis.Array<infer U> ? globalThis.Array<DeepPartial<U>>\n : T extends ReadonlyArray<infer U> ? ReadonlyArray<DeepPartial<U>>\n : T extends {} ? { [K in keyof T]?: DeepPartial<T[K]> }\n : Partial<T>;\n\nfunction _unused_isSet(value: any): boolean {\n return value !== null && value !== undefined;\n}\n\ninterface _unused_MessageFns<T, V extends string> {\n readonly $type: V;\n encode(message: T, writer?: BinaryWriter): BinaryWriter;\n decode(input: BinaryReader | Uint8Array, length?: number): T;\n fromJSON(object: any): T;\n toJSON(message: T): unknown;\n create(base?: DeepPartial<T>): T;\n fromPartial(object: DeepPartial<T>): T;\n}\n"],
5
- "mappings": "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",
6
- "names": []
7
- }
@@ -1,7 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../src/generated/patches/nodeCustomTypePatches.ts", "../../src/generated/patches/nodePatchMessage.ts"],
4
- "sourcesContent": ["import { Int, bigIntFromJSON, bigIntFromPartial } from \"../../encoding/customTypes/Int.ts\";\nimport { encodeBinary, decodeBinary } from \"../../encoding/binaryEncoding.ts\";\nimport type * as _protos_akash_base_resources_v1beta4_resourcevalue from \"../protos/akash/base/resources/v1beta4/resourcevalue.ts\";\nimport { LegacyDec } from \"../../encoding/customTypes/LegacyDec.ts\";\nimport type * as _protos_akash_bme_v1_types from \"../protos/akash/bme/v1/types.ts\";\nimport type * as _protos_akash_bme_v1_events from \"../protos/akash/bme/v1/events.ts\";\nimport type * as _protos_akash_bme_v1_query from \"../protos/akash/bme/v1/query.ts\";\nimport type * as _protos_cosmos_base_v1beta1_coin from \"../protos/cosmos/base/v1beta1/coin.ts\";\nimport type * as _protos_akash_escrow_types_v1_balance from \"../protos/akash/escrow/types/v1/balance.ts\";\nimport type * as _protos_akash_oracle_v1_prices from \"../protos/akash/oracle/v1/prices.ts\";\nimport type * as _protos_akash_oracle_v2_prices from \"../protos/akash/oracle/v2/prices.ts\";\nimport type * as _protos_akash_oracle_v2_events from \"../protos/akash/oracle/v2/events.ts\";\nimport type * as _protos_akash_oracle_v2_msgs from \"../protos/akash/oracle/v2/msgs.ts\";\n\nconst p = {\n \"akash.base.resources.v1beta4.ResourceValue\": Object.assign(function(value: any, transformType: 'encode' | 'decode') {\n if (value == null) return;\n const newValue = { ...value };\n if (value.val != null) newValue.val = transformType === 'encode' ? encodeBinary(Int.encode(value.val)) : Int.decode(decodeBinary(value.val));\n return newValue;\n }, {\n fromJSON(object: any) {\n const newValue: any = {};\n newValue.val = bigIntFromJSON(object.val);\n return newValue;\n },\n toJSON(value: any) {\n const newValue: any = {};\n if (value.val != null) newValue.val = value.val.toString();\n return newValue;\n },\n fromPartial(newValue: any) {\n if (newValue.val != null) newValue.val = bigIntFromPartial(newValue.val);\n return newValue;\n },\n }),\n \"akash.bme.v1.CollateralRatio\"(value: _protos_akash_bme_v1_types.CollateralRatio | undefined | null, transformType: 'encode' | 'decode') {\n if (value == null) return;\n const newValue = { ...value };\n if (value.ratio != null) newValue.ratio = LegacyDec[transformType](value.ratio);\n if (value.referencePrice != null) newValue.referencePrice = LegacyDec[transformType](value.referencePrice);\n return newValue;\n },\n \"akash.bme.v1.CoinPrice\"(value: _protos_akash_bme_v1_types.CoinPrice | undefined | null, transformType: 'encode' | 'decode') {\n if (value == null) return;\n const newValue = { ...value };\n if (value.price != null) newValue.price = LegacyDec[transformType](value.price);\n return newValue;\n },\n \"akash.bme.v1.EventMintStatusChange\"(value: _protos_akash_bme_v1_events.EventMintStatusChange | undefined | null, transformType: 'encode' | 'decode') {\n if (value == null) return;\n const newValue = { ...value };\n if (value.collateralRatio != null) newValue.collateralRatio = LegacyDec[transformType](value.collateralRatio);\n return newValue;\n },\n \"akash.bme.v1.QueryStatusResponse\"(value: _protos_akash_bme_v1_query.QueryStatusResponse | undefined | null, transformType: 'encode' | 'decode') {\n if (value == null) return;\n const newValue = { ...value };\n if (value.collateralRatio != null) newValue.collateralRatio = LegacyDec[transformType](value.collateralRatio);\n if (value.warnThreshold != null) newValue.warnThreshold = LegacyDec[transformType](value.warnThreshold);\n if (value.haltThreshold != null) newValue.haltThreshold = LegacyDec[transformType](value.haltThreshold);\n return newValue;\n },\n \"cosmos.base.v1beta1.DecCoin\"(value: _protos_cosmos_base_v1beta1_coin.DecCoin | undefined | null, transformType: 'encode' | 'decode') {\n if (value == null) return;\n const newValue = { ...value };\n if (value.amount != null) newValue.amount = LegacyDec[transformType](value.amount);\n return newValue;\n },\n \"akash.escrow.types.v1.Balance\"(value: _protos_akash_escrow_types_v1_balance.Balance | undefined | null, transformType: 'encode' | 'decode') {\n if (value == null) return;\n const newValue = { ...value };\n if (value.amount != null) newValue.amount = LegacyDec[transformType](value.amount);\n return newValue;\n },\n \"akash.oracle.v1.PriceDataState\"(value: _protos_akash_oracle_v1_prices.PriceDataState | undefined | null, transformType: 'encode' | 'decode') {\n if (value == null) return;\n const newValue = { ...value };\n if (value.price != null) newValue.price = LegacyDec[transformType](value.price);\n return newValue;\n },\n \"akash.oracle.v1.AggregatedPrice\"(value: _protos_akash_oracle_v1_prices.AggregatedPrice | undefined | null, transformType: 'encode' | 'decode') {\n if (value == null) return;\n const newValue = { ...value };\n if (value.twap != null) newValue.twap = LegacyDec[transformType](value.twap);\n if (value.medianPrice != null) newValue.medianPrice = LegacyDec[transformType](value.medianPrice);\n if (value.minPrice != null) newValue.minPrice = LegacyDec[transformType](value.minPrice);\n if (value.maxPrice != null) newValue.maxPrice = LegacyDec[transformType](value.maxPrice);\n return newValue;\n },\n \"akash.oracle.v2.PriceDataState\"(value: _protos_akash_oracle_v2_prices.PriceDataState | undefined | null, transformType: 'encode' | 'decode') {\n if (value == null) return;\n const newValue = { ...value };\n if (value.price != null) newValue.price = LegacyDec[transformType](value.price);\n return newValue;\n },\n \"akash.oracle.v2.AggregatedPrice\"(value: _protos_akash_oracle_v2_prices.AggregatedPrice | undefined | null, transformType: 'encode' | 'decode') {\n if (value == null) return;\n const newValue = { ...value };\n if (value.twap != null) newValue.twap = LegacyDec[transformType](value.twap);\n if (value.medianPrice != null) newValue.medianPrice = LegacyDec[transformType](value.medianPrice);\n if (value.minPrice != null) newValue.minPrice = LegacyDec[transformType](value.minPrice);\n if (value.maxPrice != null) newValue.maxPrice = LegacyDec[transformType](value.maxPrice);\n return newValue;\n },\n \"akash.oracle.v2.EventPriceData\"(value: _protos_akash_oracle_v2_events.EventPriceData | undefined | null, transformType: 'encode' | 'decode') {\n if (value == null) return;\n const newValue = { ...value };\n if (value.price != null) newValue.price = LegacyDec[transformType](value.price);\n return newValue;\n },\n \"akash.oracle.v2.MsgAddPriceEntry\"(value: _protos_akash_oracle_v2_msgs.MsgAddPriceEntry | undefined | null, transformType: 'encode' | 'decode') {\n if (value == null) return;\n const newValue = { ...value };\n if (value.price != null) newValue.price = LegacyDec[transformType](value.price);\n return newValue;\n }\n};\n\nexport const patches = p;\n\nexport const typeOverrides = {\n \"akash.base.resources.v1beta4.ResourceValue\": {\n \"val\": \"bigint\"\n }\n} as const;\n", "import { patches } from \"./nodeCustomTypePatches.ts\";\nimport type { MessageDesc } from \"../../sdk/client/types.ts\";\nexport const patched = <T extends MessageDesc>(messageDesc: T): T => {\n const patchMessage = patches[messageDesc.$type as keyof typeof patches] as any;\n if (!patchMessage) return messageDesc;\n const wrapped: T = {\n ...messageDesc,\n encode(message, writer) {\n return messageDesc.encode(patchMessage(message, 'encode'), writer);\n },\n decode(input, length) {\n return patchMessage(messageDesc.decode(input, length), 'decode');\n },\n };\n // fromJSON / toJSON / fromPartial are overridden only for representation-\n // changing messages, whose patch entry carries these normalizers. Plain\n // function patch entries (Dec/DecCoin) leave the generated behavior intact.\n // (assigned through an `any` view since `wrapped` has the generic type `T`.)\n const overrides = wrapped as any;\n if (patchMessage.fromJSON) {\n overrides.fromJSON = (object: any) => {\n // patchMessage.fromJSON normalizes any accepted input (base64, decimal\n // string, number, bigint) to the JS value. The generated fromJSON only\n // groks the wire-JSON (base64) form, so feed it a sanitized clone (custom\n // fields re-serialized) to fill non-custom fields, then overlay the JS values.\n const patchedFields = patchMessage.fromJSON(object);\n return { ...(messageDesc.fromJSON({ ...object, ...patchMessage.toJSON(patchedFields) }) as object), ...patchedFields };\n };\n }\n if (patchMessage.toJSON) {\n overrides.toJSON = (message: any) => ({ ...(messageDesc.toJSON(patchMessage(message, 'encode')) as object), ...patchMessage.toJSON(message) });\n }\n if (patchMessage.fromPartial) {\n overrides.fromPartial = (object: any) => patchMessage.fromPartial(messageDesc.fromPartial(object));\n }\n return wrapped;\n};\n"],
5
- "mappings": "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",
6
- "names": []
7
- }
@@ -1,39 +0,0 @@
1
- import {
2
- QueryProviderRequest,
3
- QueryProviderResponse,
4
- QueryProvidersRequest,
5
- QueryProvidersResponse
6
- } from "./chunk-C3WV6GJ6.js";
7
- import "./chunk-V42TLXWK.js";
8
- import "./chunk-S2CZQ6AM.js";
9
- import "./chunk-NPYFA3KP.js";
10
- import "./chunk-5EZRSM6V.js";
11
-
12
- // src/generated/protos/akash/provider/v1beta4/query_akash.ts
13
- var Query = {
14
- typeName: "akash.provider.v1beta4.Query",
15
- methods: {
16
- providers: {
17
- name: "Providers",
18
- httpPath: "/akash/provider/v1beta4/providers",
19
- input: QueryProvidersRequest,
20
- output: QueryProvidersResponse,
21
- get parent() {
22
- return Query;
23
- }
24
- },
25
- provider: {
26
- name: "Provider",
27
- httpPath: "/akash/provider/v1beta4/providers/{owner}",
28
- input: QueryProviderRequest,
29
- output: QueryProviderResponse,
30
- get parent() {
31
- return Query;
32
- }
33
- }
34
- }
35
- };
36
- export {
37
- Query
38
- };
39
- //# sourceMappingURL=query_akash-N3FPIXVQ.js.map
@@ -1,7 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../src/generated/protos/akash/provider/v1beta4/query_akash.ts"],
4
- "sourcesContent": ["import { QueryProviderRequest, QueryProviderResponse, QueryProvidersRequest, QueryProvidersResponse } from \"./query.ts\";\n\nexport const Query = {\n typeName: \"akash.provider.v1beta4.Query\",\n methods: {\n providers: {\n name: \"Providers\",\n httpPath: \"/akash/provider/v1beta4/providers\",\n input: QueryProvidersRequest,\n output: QueryProvidersResponse,\n get parent() { return Query; },\n },\n provider: {\n name: \"Provider\",\n httpPath: \"/akash/provider/v1beta4/providers/{owner}\",\n input: QueryProviderRequest,\n output: QueryProviderResponse,\n get parent() { return Query; },\n },\n },\n} as const;\n"],
5
- "mappings": ";;;;;;;;;;;;AAEO,IAAM,QAAQ;AAAA,EACnB,UAAU;AAAA,EACV,SAAS;AAAA,IACP,WAAW;AAAA,MACT,MAAM;AAAA,MACN,UAAU;AAAA,MACV,OAAO;AAAA,MACP,QAAQ;AAAA,MACR,IAAI,SAAS;AAAE,eAAO;AAAA,MAAO;AAAA,IAC/B;AAAA,IACA,UAAU;AAAA,MACR,MAAM;AAAA,MACN,UAAU;AAAA,MACV,OAAO;AAAA,MACP,QAAQ;AAAA,MACR,IAAI,SAAS;AAAE,eAAO;AAAA,MAAO;AAAA,IAC/B;AAAA,EACF;AACF;",
6
- "names": []
7
- }
@@ -1,7 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../src/generated/protos/akash/market/v1beta5/query_akash.ts"],
4
- "sourcesContent": ["import { QueryBidRequest, QueryBidResponse, QueryBidsRequest, QueryBidsResponse, QueryLeaseRequest, QueryLeaseResponse, QueryLeasesRequest, QueryLeasesResponse, QueryOrderRequest, QueryOrderResponse, QueryOrdersRequest, QueryOrdersResponse, QueryParamsRequest, QueryParamsResponse } from \"./query.ts\";\n\nexport const Query = {\n typeName: \"akash.market.v1beta5.Query\",\n methods: {\n orders: {\n name: \"Orders\",\n httpPath: \"/akash/market/v1beta5/orders/list\",\n input: QueryOrdersRequest,\n output: QueryOrdersResponse,\n get parent() { return Query; },\n },\n order: {\n name: \"Order\",\n httpPath: \"/akash/market/v1beta5/orders/info\",\n input: QueryOrderRequest,\n output: QueryOrderResponse,\n get parent() { return Query; },\n },\n bids: {\n name: \"Bids\",\n httpPath: \"/akash/market/v1beta5/bids/list\",\n input: QueryBidsRequest,\n output: QueryBidsResponse,\n get parent() { return Query; },\n },\n bid: {\n name: \"Bid\",\n httpPath: \"/akash/market/v1beta5/bids/info\",\n input: QueryBidRequest,\n output: QueryBidResponse,\n get parent() { return Query; },\n },\n leases: {\n name: \"Leases\",\n httpPath: \"/akash/market/v1beta5/leases/list\",\n input: QueryLeasesRequest,\n output: QueryLeasesResponse,\n get parent() { return Query; },\n },\n lease: {\n name: \"Lease\",\n httpPath: \"/akash/market/v1beta5/leases/info\",\n input: QueryLeaseRequest,\n output: QueryLeaseResponse,\n get parent() { return Query; },\n },\n params: {\n name: \"Params\",\n httpPath: \"/akash/market/v1beta5/params\",\n input: QueryParamsRequest,\n output: QueryParamsResponse,\n get parent() { return Query; },\n },\n },\n} as const;\n"],
5
- "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEO,IAAM,QAAQ;AAAA,EACnB,UAAU;AAAA,EACV,SAAS;AAAA,IACP,QAAQ;AAAA,MACN,MAAM;AAAA,MACN,UAAU;AAAA,MACV,OAAO;AAAA,MACP,QAAQ;AAAA,MACR,IAAI,SAAS;AAAE,eAAO;AAAA,MAAO;AAAA,IAC/B;AAAA,IACA,OAAO;AAAA,MACL,MAAM;AAAA,MACN,UAAU;AAAA,MACV,OAAO;AAAA,MACP,QAAQ;AAAA,MACR,IAAI,SAAS;AAAE,eAAO;AAAA,MAAO;AAAA,IAC/B;AAAA,IACA,MAAM;AAAA,MACJ,MAAM;AAAA,MACN,UAAU;AAAA,MACV,OAAO;AAAA,MACP,QAAQ;AAAA,MACR,IAAI,SAAS;AAAE,eAAO;AAAA,MAAO;AAAA,IAC/B;AAAA,IACA,KAAK;AAAA,MACH,MAAM;AAAA,MACN,UAAU;AAAA,MACV,OAAO;AAAA,MACP,QAAQ;AAAA,MACR,IAAI,SAAS;AAAE,eAAO;AAAA,MAAO;AAAA,IAC/B;AAAA,IACA,QAAQ;AAAA,MACN,MAAM;AAAA,MACN,UAAU;AAAA,MACV,OAAO;AAAA,MACP,QAAQ;AAAA,MACR,IAAI,SAAS;AAAE,eAAO;AAAA,MAAO;AAAA,IAC/B;AAAA,IACA,OAAO;AAAA,MACL,MAAM;AAAA,MACN,UAAU;AAAA,MACV,OAAO;AAAA,MACP,QAAQ;AAAA,MACR,IAAI,SAAS;AAAE,eAAO;AAAA,MAAO;AAAA,IAC/B;AAAA,IACA,QAAQ;AAAA,MACN,MAAM;AAAA,MACN,UAAU;AAAA,MACV,OAAO;AAAA,MACP,QAAQ;AAAA,MACR,IAAI,SAAS;AAAE,eAAO;AAAA,MAAO;AAAA,IAC/B;AAAA,EACF;AACF;",
6
- "names": []
7
- }
@@ -1,46 +0,0 @@
1
- import {
2
- MsgCreateProvider,
3
- MsgCreateProviderResponse,
4
- MsgDeleteProvider,
5
- MsgDeleteProviderResponse,
6
- MsgUpdateProvider,
7
- MsgUpdateProviderResponse
8
- } from "./chunk-MV27RM25.js";
9
- import "./chunk-V42TLXWK.js";
10
- import "./chunk-S2CZQ6AM.js";
11
- import "./chunk-5EZRSM6V.js";
12
-
13
- // src/generated/protos/akash/provider/v1beta4/service_akash.ts
14
- var Msg = {
15
- typeName: "akash.provider.v1beta4.Msg",
16
- methods: {
17
- createProvider: {
18
- name: "CreateProvider",
19
- input: MsgCreateProvider,
20
- output: MsgCreateProviderResponse,
21
- get parent() {
22
- return Msg;
23
- }
24
- },
25
- updateProvider: {
26
- name: "UpdateProvider",
27
- input: MsgUpdateProvider,
28
- output: MsgUpdateProviderResponse,
29
- get parent() {
30
- return Msg;
31
- }
32
- },
33
- deleteProvider: {
34
- name: "DeleteProvider",
35
- input: MsgDeleteProvider,
36
- output: MsgDeleteProviderResponse,
37
- get parent() {
38
- return Msg;
39
- }
40
- }
41
- }
42
- };
43
- export {
44
- Msg
45
- };
46
- //# sourceMappingURL=service_akash-5AUMDLU5.js.map
@@ -1,7 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../src/generated/protos/akash/provider/v1beta4/service_akash.ts"],
4
- "sourcesContent": ["import { MsgCreateProvider, MsgCreateProviderResponse, MsgDeleteProvider, MsgDeleteProviderResponse, MsgUpdateProvider, MsgUpdateProviderResponse } from \"./msg.ts\";\n\nexport const Msg = {\n typeName: \"akash.provider.v1beta4.Msg\",\n methods: {\n createProvider: {\n name: \"CreateProvider\",\n input: MsgCreateProvider,\n output: MsgCreateProviderResponse,\n get parent() { return Msg; },\n },\n updateProvider: {\n name: \"UpdateProvider\",\n input: MsgUpdateProvider,\n output: MsgUpdateProviderResponse,\n get parent() { return Msg; },\n },\n deleteProvider: {\n name: \"DeleteProvider\",\n input: MsgDeleteProvider,\n output: MsgDeleteProviderResponse,\n get parent() { return Msg; },\n },\n },\n} as const;\n"],
5
- "mappings": ";;;;;;;;;;;;;AAEO,IAAM,MAAM;AAAA,EACjB,UAAU;AAAA,EACV,SAAS;AAAA,IACP,gBAAgB;AAAA,MACd,MAAM;AAAA,MACN,OAAO;AAAA,MACP,QAAQ;AAAA,MACR,IAAI,SAAS;AAAE,eAAO;AAAA,MAAK;AAAA,IAC7B;AAAA,IACA,gBAAgB;AAAA,MACd,MAAM;AAAA,MACN,OAAO;AAAA,MACP,QAAQ;AAAA,MACR,IAAI,SAAS;AAAE,eAAO;AAAA,MAAK;AAAA,IAC7B;AAAA,IACA,gBAAgB;AAAA,MACd,MAAM;AAAA,MACN,OAAO;AAAA,MACP,QAAQ;AAAA,MACR,IAAI,SAAS;AAAE,eAAO;AAAA,MAAK;AAAA,IAC7B;AAAA,EACF;AACF;",
6
- "names": []
7
- }
@@ -1,305 +0,0 @@
1
- /**
2
- * @deprecated will be removed in favor of `Manifest` type
3
- */
4
- export type v2Manifest = v2Group[];
5
- /** @deprecated Use `Manifest` type instead. */
6
- export type v3Manifest = v3Group[];
7
- /** @deprecated Use `Manifest` type instead. */
8
- export type v3Group = {
9
- name: string;
10
- services: v3ManifestService[];
11
- };
12
- /** @deprecated will be removed in favor of `Manifest` type. */
13
- export type v2Group = {
14
- Name: string;
15
- Services: v2ManifestService[];
16
- };
17
- /** @deprecated will be removed in favor of `Manifest` type. */
18
- export type v2ManifestService = {
19
- Name: string;
20
- Image: string;
21
- Command: string[] | null;
22
- Args: string[] | null;
23
- Env: string[] | null;
24
- Resources: ResourceUnits;
25
- Count: number;
26
- Expose: v2ServiceExpose[];
27
- params?: v2ManifestServiceParams;
28
- };
29
- /** @deprecated Use `Manifest` type instead. */
30
- export type v3ManifestService = {
31
- name: string;
32
- image: string;
33
- command: string[] | null;
34
- args: string[] | null;
35
- env: string[] | null;
36
- resources: ResourceUnits;
37
- count: number;
38
- expose: v3ServiceExpose[];
39
- params?: v3ManifestServiceParams | null;
40
- credentials: v2ServiceImageCredentials | null;
41
- };
42
- /** @deprecated will be removed in favor of `Manifest` type. */
43
- export type v2ServiceExposeHttpOptions = {
44
- MaxBodySize: number;
45
- ReadTimeout: number;
46
- SendTimeout: number;
47
- NextTries: number;
48
- NextTimeout: number;
49
- NextCases: string[];
50
- };
51
- /** @deprecated Use `Manifest[number]['services'][number]['expose'][number]['httpOptions']` type instead. */
52
- export type v3ServiceExposeHttpOptions = {
53
- maxBodySize: number;
54
- readTimeout: number;
55
- sendTimeout: number;
56
- nextTries: number;
57
- nextTimeout: number;
58
- nextCases: string[];
59
- };
60
- /** @deprecated will be removed in favor of `Manifest` type. */
61
- export type ResourceUnits = Record<string, any>;
62
- /** @deprecated will be removed in favor of `Manifest` type. */
63
- export type v2ServiceExpose = {
64
- Port: number;
65
- ExternalPort: number;
66
- Proto: string;
67
- Service: any;
68
- Global: boolean;
69
- Hosts: any;
70
- HTTPOptions: v2ServiceExposeHttpOptions;
71
- IP: string;
72
- EndpointSequenceNumber: number;
73
- };
74
- /** @deprecated Use `Manifest[number]['services'][number]['expose'][number]` type instead. */
75
- export type v3ServiceExpose = {
76
- port: number;
77
- externalPort: number;
78
- proto: string;
79
- service: any;
80
- global: boolean;
81
- hosts: any;
82
- httpOptions: v3ServiceExposeHttpOptions;
83
- ip: string;
84
- endpointSequenceNumber: number;
85
- };
86
- type v2ServicePermissionsScope = "deployment" | "logs" | "events";
87
- /** @deprecated will be removed in favor of `Manifest` type. */
88
- export type v2ServicePermissions = {
89
- read?: v2ServicePermissionsScope[];
90
- };
91
- /** @deprecated will be removed in favor of `Manifest` type. */
92
- export type v2ManifestServiceParams = {
93
- Storage: v2ServiceStorageParams[];
94
- Permissions?: v2ServicePermissions;
95
- };
96
- /** @deprecated Use `Manifest[number]['services'][number]['params']` type instead. */
97
- export type v3ManifestServiceParams = {
98
- storage: v2ServiceStorageParams[] | null;
99
- permissions?: v2ServicePermissions;
100
- };
101
- /** @deprecated will be removed in favor of `Manifest` type */
102
- export type v2Sdl = {
103
- services: Record<string, v2Service>;
104
- profiles: v2Profiles;
105
- deployment: Record<string, v2Deployment>;
106
- endpoints: Record<string, v2Endpoint>;
107
- };
108
- /** @deprecated Use `SDLInput` type instead. */
109
- export type v3Sdl = {
110
- services: Record<string, v2Service>;
111
- profiles: v3Profiles;
112
- deployment: Record<string, v2Deployment>;
113
- endpoints: Record<string, v2Endpoint>;
114
- };
115
- /** @deprecated will be removed. */
116
- export type v2Endpoint = {
117
- kind: string;
118
- };
119
- /** @deprecated will be removed in favor of `SDLInput` and `Manifest` types. */
120
- export type v2ExposeTo = {
121
- service?: string;
122
- global?: boolean;
123
- http_options: v2HTTPOptions;
124
- ip: string;
125
- };
126
- /** @deprecated will be removed in favor of `SDLInput` and `Manifest` types. */
127
- export type v2HTTPOptions = {
128
- max_body_size: number;
129
- read_timeout: number;
130
- send_timeout: number;
131
- next_tries: number;
132
- next_timeout: number;
133
- next_cases: string[];
134
- };
135
- /** @deprecated will be removed in favor of `SDLInput` and `Manifest` types. */
136
- export type v2Accept = {
137
- items?: string[];
138
- };
139
- /** @deprecated will be removed in favor of `SDLInput` and `Manifest` types. */
140
- export type v2Expose = {
141
- port: number;
142
- as: number;
143
- proto?: string;
144
- to?: v2ExposeTo[];
145
- accept: v2Accept;
146
- http_options: v2HTTPOptions;
147
- };
148
- /** @deprecated will be removed in favor of `SDLInput` and `Manifest` types. */
149
- export type v2Dependency = {
150
- service: string;
151
- };
152
- /** @deprecated will be removed in favor of `SDLInput` and `Manifest` types. */
153
- export type v2ServiceStorageParams = {
154
- name: string;
155
- mount: string;
156
- readOnly: boolean;
157
- };
158
- /** @deprecated will be removed in favor of `SDLInput` and `Manifest` types. */
159
- export type v2ServiceParams = {
160
- storage?: Record<string, v2ServiceStorageParams>;
161
- permissions?: v2ServicePermissions;
162
- };
163
- /** @deprecated will be removed in favor of `SDLInput` and `Manifest` types. */
164
- export type v2ServiceImageCredentials = {
165
- host: string;
166
- email?: string;
167
- username: string;
168
- password: string;
169
- };
170
- /** @deprecated will be removed in favor of `SDLInput` and `Manifest` types. */
171
- export type v2Service = {
172
- image: string;
173
- command: string[] | null;
174
- args: string[] | null;
175
- env: string[] | null;
176
- expose: v2Expose[];
177
- dependencies?: v2Dependency[];
178
- params?: v2ServiceParams;
179
- credentials?: v2ServiceImageCredentials;
180
- };
181
- /** @deprecated will be removed in favor of `SDLInput` and `Manifest` types. */
182
- export type v2ServiceDeployment = {
183
- profile: string;
184
- count: number;
185
- };
186
- /** @deprecated will be removed in favor of `SDLInput` and `Manifest` types. */
187
- export type v2Deployment = Record<string, v2ServiceDeployment>;
188
- /** @deprecated will be removed in favor of `SDLInput` and `Manifest` types. */
189
- export type v2CPUAttributes = Record<string, any>;
190
- /** @deprecated will be removed in favor of `SDLInput` and `Manifest` types. */
191
- export type v2ResourceCPU = {
192
- units: number | string;
193
- attributes?: v2CPUAttributes;
194
- };
195
- /** @deprecated will be removed in favor of `SDLInput` and `Manifest` types. */
196
- export type v2ResourceMemory = {
197
- size: string;
198
- attributes?: Record<string, any>;
199
- };
200
- /** @deprecated will be removed in favor of `SDLInput` and `Manifest` types. */
201
- export type v3GPUAttributes = {
202
- vendor: {
203
- [vendor: string]: Array<{
204
- model: string;
205
- ram?: string;
206
- interface?: string;
207
- }>;
208
- };
209
- };
210
- /** @deprecated will be removed in favor of `SDLInput` and `Manifest` types. */
211
- export type v3ResourceGPU = {
212
- units: number | string;
213
- attributes?: v3GPUAttributes;
214
- };
215
- /** @deprecated will be removed in favor of `SDLInput` and `Manifest` types. */
216
- export type v2StorageAttributes = Record<string, any>;
217
- /** @deprecated will be removed in favor of `SDLInput` and `Manifest` types. */
218
- export type v2ResourceStorage = {
219
- name: string;
220
- size: string;
221
- attributes: v2StorageAttributes;
222
- };
223
- /** @deprecated will be removed in favor of `SDLInput` and `Manifest` types. */
224
- export type v2ResourceStorageArray = v2ResourceStorage[];
225
- /** @deprecated will be removed in favor of `SDLInput` and `Manifest` types. */
226
- export type v2ComputeResources = {
227
- cpu: v2ResourceCPU;
228
- memory: v2ResourceMemory;
229
- storage: v2ResourceStorageArray | v2ResourceStorage;
230
- };
231
- /** @deprecated will be removed in favor of `SDLInput` and `Manifest` types. */
232
- export type v3ComputeResources = {
233
- cpu: v2ResourceCPU;
234
- memory: v2ResourceMemory;
235
- storage: v2ResourceStorageArray | v2ResourceStorage;
236
- gpu: v3ResourceGPU;
237
- id: number;
238
- };
239
- /** @deprecated will be removed in favor of `SDLInput` and `Manifest` types. */
240
- export type v2ProfileCompute = {
241
- resources: v2ComputeResources;
242
- };
243
- /** @deprecated will be removed in favor of `SDLInput` and `Manifest` types. */
244
- export type v3ProfileCompute = {
245
- resources: v3ComputeResources;
246
- };
247
- /** @deprecated will be removed in favor of `SDLInput` and `Manifest` types. */
248
- export type v2PlacementAttributes = Attributes;
249
- /** @deprecated will be removed in favor of `SDLInput` and `Manifest` types. */
250
- export type v2Coin = {
251
- denom: string;
252
- value: number;
253
- amount: number;
254
- };
255
- /** @deprecated will be removed in favor of `SDLInput` and `Manifest` types. */
256
- export type v2PlacementPricing = Record<string, v2Coin>;
257
- /** @deprecated will be removed in favor of `SDLInput` and `Manifest` types. */
258
- export type SignedBy = {
259
- allOf: string[];
260
- anyOf: string[];
261
- };
262
- /** @deprecated will be removed in favor of `SDLInput` and `Manifest` types. */
263
- export type v2ProfilePlacement = {
264
- attributes: v2PlacementAttributes;
265
- signedBy: SignedBy;
266
- pricing: v2PlacementPricing;
267
- };
268
- /** @deprecated will be removed in favor of `SDLInput` and `Manifest` types. */
269
- export type v2Profiles = {
270
- compute: Record<string, v2ProfileCompute>;
271
- placement: Record<string, v2ProfilePlacement>;
272
- };
273
- /** @deprecated will be removed in favor of `SDLInput` and `Manifest` types. */
274
- export type v3Profiles = {
275
- compute: Record<string, v3ProfileCompute>;
276
- placement: Record<string, v2ProfilePlacement>;
277
- };
278
- /** @deprecated will be removed in favor of `SDLInput` and `Manifest` types. */
279
- export type Attribute = {
280
- key: string;
281
- value: string;
282
- };
283
- /** @deprecated will be removed in favor of `SDLInput` and `Manifest` types. */
284
- export type v3DeploymentGroup = {
285
- name: string;
286
- resources: Array<{
287
- resource: v3ComputeResources;
288
- price: number;
289
- count: number;
290
- endpoints: Array<{
291
- kind: number;
292
- sequence_number: number;
293
- }>;
294
- }>;
295
- requirements: {
296
- attributes: Array<Attribute>;
297
- signedBy: {
298
- allOf: string[];
299
- anyOf: string[];
300
- };
301
- };
302
- };
303
- /** @deprecated will be removed in favor of `SDLInput` and `Manifest` types. */
304
- export type Attributes = Attribute[];
305
- export {};