@sparkdreamnft/sparkdreamjs 0.0.27 → 0.0.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/akash/audit/v1/audit.d.ts +209 -0
- package/akash/audit/v1/audit.js +265 -0
- package/akash/audit/v1/event.d.ts +150 -0
- package/akash/audit/v1/event.js +167 -0
- package/akash/audit/v1/genesis.d.ts +53 -0
- package/akash/audit/v1/genesis.js +78 -0
- package/akash/audit/v1/msg.d.ts +253 -0
- package/akash/audit/v1/msg.js +310 -0
- package/akash/audit/v1/query.d.ts +392 -0
- package/akash/audit/v1/query.js +484 -0
- package/akash/audit/v1/query.lcd.d.ts +12 -0
- package/akash/audit/v1/query.lcd.js +60 -0
- package/akash/audit/v1/query.rpc.Query.d.ts +44 -0
- package/akash/audit/v1/query.rpc.Query.js +66 -0
- package/akash/audit/v1/service.amino.d.ts +13 -0
- package/akash/audit/v1/service.amino.js +17 -0
- package/akash/audit/v1/service.d.ts +1 -0
- package/akash/audit/v1/service.js +2 -0
- package/akash/audit/v1/service.registry.d.ts +37 -0
- package/akash/audit/v1/service.registry.js +55 -0
- package/akash/audit/v1/service.rpc.msg.d.ts +16 -0
- package/akash/audit/v1/service.rpc.msg.js +28 -0
- package/akash/audit/v1beta3/audit.amino.d.ts +13 -0
- package/akash/audit/v1beta3/audit.amino.js +17 -0
- package/akash/audit/v1beta3/audit.d.ts +369 -0
- package/akash/audit/v1beta3/audit.js +661 -0
- package/akash/audit/v1beta3/audit.registry.d.ts +37 -0
- package/akash/audit/v1beta3/audit.registry.js +55 -0
- package/akash/audit/v1beta3/audit.rpc.msg.d.ts +16 -0
- package/akash/audit/v1beta3/audit.rpc.msg.js +28 -0
- package/akash/audit/v1beta3/genesis.d.ts +47 -0
- package/akash/audit/v1beta3/genesis.js +78 -0
- package/akash/audit/v1beta3/query.d.ts +278 -0
- package/akash/audit/v1beta3/query.js +484 -0
- package/akash/audit/v1beta3/query.lcd.d.ts +12 -0
- package/akash/audit/v1beta3/query.lcd.js +60 -0
- package/akash/audit/v1beta3/query.rpc.Query.d.ts +44 -0
- package/akash/audit/v1beta3/query.rpc.Query.js +66 -0
- package/akash/base/attributes/v1/attribute.d.ts +185 -0
- package/akash/base/attributes/v1/attribute.js +260 -0
- package/akash/base/resources/v1beta4/cpu.d.ts +66 -0
- package/akash/base/resources/v1beta4/cpu.js +91 -0
- package/akash/base/resources/v1beta4/endpoint.d.ts +73 -0
- package/akash/base/resources/v1beta4/endpoint.js +130 -0
- package/akash/base/resources/v1beta4/gpu.d.ts +58 -0
- package/akash/base/resources/v1beta4/gpu.js +91 -0
- package/akash/base/resources/v1beta4/memory.d.ts +66 -0
- package/akash/base/resources/v1beta4/memory.js +91 -0
- package/akash/base/resources/v1beta4/resources.d.ts +108 -0
- package/akash/base/resources/v1beta4/resources.js +146 -0
- package/akash/base/resources/v1beta4/resourcevalue.d.ts +46 -0
- package/akash/base/resources/v1beta4/resourcevalue.js +75 -0
- package/akash/base/resources/v1beta4/storage.d.ts +74 -0
- package/akash/base/resources/v1beta4/storage.js +103 -0
- package/akash/base/v1beta3/attribute.d.ts +173 -0
- package/akash/base/v1beta3/attribute.js +260 -0
- package/akash/base/v1beta3/cpu.d.ts +50 -0
- package/akash/base/v1beta3/cpu.js +91 -0
- package/akash/base/v1beta3/endpoint.d.ts +61 -0
- package/akash/base/v1beta3/endpoint.js +130 -0
- package/akash/base/v1beta3/gpu.d.ts +50 -0
- package/akash/base/v1beta3/gpu.js +91 -0
- package/akash/base/v1beta3/memory.d.ts +50 -0
- package/akash/base/v1beta3/memory.js +91 -0
- package/akash/base/v1beta3/resources.d.ts +64 -0
- package/akash/base/v1beta3/resources.js +146 -0
- package/akash/base/v1beta3/resourcevalue.d.ts +46 -0
- package/akash/base/v1beta3/resourcevalue.js +75 -0
- package/akash/base/v1beta3/storage.d.ts +52 -0
- package/akash/base/v1beta3/storage.js +103 -0
- package/akash/bundle.d.ts +5068 -0
- package/akash/bundle.js +465 -0
- package/akash/cert/v1/cert.d.ts +154 -0
- package/akash/cert/v1/cert.js +225 -0
- package/akash/cert/v1/filters.d.ts +80 -0
- package/akash/cert/v1/filters.js +98 -0
- package/akash/cert/v1/genesis.d.ts +119 -0
- package/akash/cert/v1/genesis.js +159 -0
- package/akash/cert/v1/msg.d.ts +211 -0
- package/akash/cert/v1/msg.js +281 -0
- package/akash/cert/v1/query.d.ts +179 -0
- package/akash/cert/v1/query.js +254 -0
- package/akash/cert/v1/query.lcd.d.ts +9 -0
- package/akash/cert/v1/query.lcd.js +26 -0
- package/akash/cert/v1/query.rpc.Query.d.ts +16 -0
- package/akash/cert/v1/query.rpc.Query.js +29 -0
- package/akash/cert/v1/service.amino.d.ts +13 -0
- package/akash/cert/v1/service.amino.js +17 -0
- package/akash/cert/v1/service.d.ts +1 -0
- package/akash/cert/v1/service.js +2 -0
- package/akash/cert/v1/service.registry.d.ts +37 -0
- package/akash/cert/v1/service.registry.js +55 -0
- package/akash/cert/v1/service.rpc.msg.d.ts +16 -0
- package/akash/cert/v1/service.rpc.msg.js +28 -0
- package/akash/cert/v1beta3/cert.amino.d.ts +13 -0
- package/akash/cert/v1beta3/cert.amino.js +17 -0
- package/akash/cert/v1beta3/cert.d.ts +333 -0
- package/akash/cert/v1beta3/cert.js +591 -0
- package/akash/cert/v1beta3/cert.registry.d.ts +37 -0
- package/akash/cert/v1beta3/cert.registry.js +55 -0
- package/akash/cert/v1beta3/cert.rpc.msg.d.ts +16 -0
- package/akash/cert/v1beta3/cert.rpc.msg.js +28 -0
- package/akash/cert/v1beta3/genesis.d.ts +93 -0
- package/akash/cert/v1beta3/genesis.js +159 -0
- package/akash/cert/v1beta3/query.d.ts +142 -0
- package/akash/cert/v1beta3/query.js +253 -0
- package/akash/cert/v1beta3/query.lcd.d.ts +9 -0
- package/akash/cert/v1beta3/query.lcd.js +26 -0
- package/akash/cert/v1beta3/query.rpc.Query.d.ts +16 -0
- package/akash/cert/v1beta3/query.rpc.Query.js +29 -0
- package/akash/client.d.ts +222 -0
- package/akash/client.js +97 -0
- package/akash/deployment/v1/authz.d.ts +58 -0
- package/akash/deployment/v1/authz.js +76 -0
- package/akash/deployment/v1/deployment.d.ts +162 -0
- package/akash/deployment/v1/deployment.js +237 -0
- package/akash/deployment/v1/event.d.ts +338 -0
- package/akash/deployment/v1/event.js +452 -0
- package/akash/deployment/v1/group.d.ts +89 -0
- package/akash/deployment/v1/group.js +101 -0
- package/akash/deployment/v1/msg.d.ts +122 -0
- package/akash/deployment/v1/msg.js +158 -0
- package/akash/deployment/v1beta3/authz.d.ts +58 -0
- package/akash/deployment/v1beta3/authz.js +76 -0
- package/akash/deployment/v1beta3/deployment.d.ts +159 -0
- package/akash/deployment/v1beta3/deployment.js +329 -0
- package/akash/deployment/v1beta3/deploymentmsg.d.ts +375 -0
- package/akash/deployment/v1beta3/deploymentmsg.js +596 -0
- package/akash/deployment/v1beta3/genesis.d.ts +97 -0
- package/akash/deployment/v1beta3/genesis.js +176 -0
- package/akash/deployment/v1beta3/group.d.ts +71 -0
- package/akash/deployment/v1beta3/group.js +170 -0
- package/akash/deployment/v1beta3/groupid.d.ts +50 -0
- package/akash/deployment/v1beta3/groupid.js +98 -0
- package/akash/deployment/v1beta3/groupmsg.d.ts +261 -0
- package/akash/deployment/v1beta3/groupmsg.js +381 -0
- package/akash/deployment/v1beta3/groupspec.d.ts +52 -0
- package/akash/deployment/v1beta3/groupspec.js +103 -0
- package/akash/deployment/v1beta3/params.d.ts +47 -0
- package/akash/deployment/v1beta3/params.js +78 -0
- package/akash/deployment/v1beta3/query.d.ts +279 -0
- package/akash/deployment/v1beta3/query.js +478 -0
- package/akash/deployment/v1beta3/query.lcd.d.ts +11 -0
- package/akash/deployment/v1beta3/query.lcd.js +48 -0
- package/akash/deployment/v1beta3/query.rpc.Query.d.ts +24 -0
- package/akash/deployment/v1beta3/query.rpc.Query.js +47 -0
- package/akash/deployment/v1beta3/resourceunit.d.ts +52 -0
- package/akash/deployment/v1beta3/resourceunit.js +100 -0
- package/akash/deployment/v1beta3/service.amino.d.ts +39 -0
- package/akash/deployment/v1beta3/service.amino.js +43 -0
- package/akash/deployment/v1beta3/service.d.ts +1 -0
- package/akash/deployment/v1beta3/service.js +2 -0
- package/akash/deployment/v1beta3/service.registry.d.ts +98 -0
- package/akash/deployment/v1beta3/service.registry.js +146 -0
- package/akash/deployment/v1beta3/service.rpc.msg.d.ts +32 -0
- package/akash/deployment/v1beta3/service.rpc.msg.js +59 -0
- package/akash/deployment/v1beta4/deploymentmsg.d.ts +333 -0
- package/akash/deployment/v1beta4/deploymentmsg.js +447 -0
- package/akash/deployment/v1beta4/filters.d.ts +164 -0
- package/akash/deployment/v1beta4/filters.js +203 -0
- package/akash/deployment/v1beta4/genesis.d.ts +121 -0
- package/akash/deployment/v1beta4/genesis.js +176 -0
- package/akash/deployment/v1beta4/group.d.ts +95 -0
- package/akash/deployment/v1beta4/group.js +170 -0
- package/akash/deployment/v1beta4/groupmsg.d.ts +279 -0
- package/akash/deployment/v1beta4/groupmsg.js +381 -0
- package/akash/deployment/v1beta4/groupspec.d.ts +77 -0
- package/akash/deployment/v1beta4/groupspec.js +104 -0
- package/akash/deployment/v1beta4/params.d.ts +53 -0
- package/akash/deployment/v1beta4/params.js +78 -0
- package/akash/deployment/v1beta4/paramsmsg.d.ts +122 -0
- package/akash/deployment/v1beta4/paramsmsg.js +148 -0
- package/akash/deployment/v1beta4/query.d.ts +437 -0
- package/akash/deployment/v1beta4/query.js +605 -0
- package/akash/deployment/v1beta4/query.lcd.d.ts +12 -0
- package/akash/deployment/v1beta4/query.lcd.js +53 -0
- package/akash/deployment/v1beta4/query.rpc.Query.d.ts +28 -0
- package/akash/deployment/v1beta4/query.rpc.Query.js +56 -0
- package/akash/deployment/v1beta4/resourceunit.d.ts +70 -0
- package/akash/deployment/v1beta4/resourceunit.js +100 -0
- package/akash/deployment/v1beta4/service.amino.d.ts +46 -0
- package/akash/deployment/v1beta4/service.amino.js +50 -0
- package/akash/deployment/v1beta4/service.d.ts +1 -0
- package/akash/deployment/v1beta4/service.js +2 -0
- package/akash/deployment/v1beta4/service.registry.d.ts +112 -0
- package/akash/deployment/v1beta4/service.registry.js +166 -0
- package/akash/deployment/v1beta4/service.rpc.msg.d.ts +42 -0
- package/akash/deployment/v1beta4/service.rpc.msg.js +70 -0
- package/akash/discovery/v1/akash.d.ts +53 -0
- package/akash/discovery/v1/akash.js +75 -0
- package/akash/discovery/v1/client_info.d.ts +52 -0
- package/akash/discovery/v1/client_info.js +74 -0
- package/akash/escrow/v1/account.d.ts +147 -0
- package/akash/escrow/v1/account.js +211 -0
- package/akash/escrow/v1/accountid.d.ts +60 -0
- package/akash/escrow/v1/accountid.js +86 -0
- package/akash/escrow/v1/fractional_payment.d.ts +125 -0
- package/akash/escrow/v1/fractional_payment.js +199 -0
- package/akash/escrow/v1/genesis.d.ts +62 -0
- package/akash/escrow/v1/genesis.js +94 -0
- package/akash/escrow/v1/query.d.ts +309 -0
- package/akash/escrow/v1/query.js +422 -0
- package/akash/escrow/v1/query.lcd.d.ts +10 -0
- package/akash/escrow/v1/query.lcd.js +65 -0
- package/akash/escrow/v1/query.rpc.Query.d.ts +28 -0
- package/akash/escrow/v1/query.rpc.Query.js +42 -0
- package/akash/escrow/v1beta3/genesis.d.ts +49 -0
- package/akash/escrow/v1beta3/genesis.js +93 -0
- package/akash/escrow/v1beta3/query.d.ts +202 -0
- package/akash/escrow/v1beta3/query.js +421 -0
- package/akash/escrow/v1beta3/query.lcd.d.ts +10 -0
- package/akash/escrow/v1beta3/query.lcd.js +65 -0
- package/akash/escrow/v1beta3/query.rpc.Query.d.ts +28 -0
- package/akash/escrow/v1beta3/query.rpc.Query.js +42 -0
- package/akash/escrow/v1beta3/types.d.ts +247 -0
- package/akash/escrow/v1beta3/types.js +483 -0
- package/akash/lcd.d.ts +89 -0
- package/akash/lcd.js +193 -0
- package/akash/market/v1/bid.d.ts +109 -0
- package/akash/market/v1/bid.js +123 -0
- package/akash/market/v1/event.d.ts +340 -0
- package/akash/market/v1/event.js +453 -0
- package/akash/market/v1/filters.d.ts +114 -0
- package/akash/market/v1/filters.js +134 -0
- package/akash/market/v1/lease.d.ts +213 -0
- package/akash/market/v1/lease.js +294 -0
- package/akash/market/v1/order.d.ts +90 -0
- package/akash/market/v1/order.js +110 -0
- package/akash/market/v1beta4/bid.d.ts +412 -0
- package/akash/market/v1beta4/bid.js +816 -0
- package/akash/market/v1beta4/genesis.d.ts +56 -0
- package/akash/market/v1beta4/genesis.js +123 -0
- package/akash/market/v1beta4/lease.d.ts +435 -0
- package/akash/market/v1beta4/lease.js +796 -0
- package/akash/market/v1beta4/order.d.ts +170 -0
- package/akash/market/v1beta4/order.js +384 -0
- package/akash/market/v1beta4/params.d.ts +49 -0
- package/akash/market/v1beta4/params.js +87 -0
- package/akash/market/v1beta4/query.d.ts +551 -0
- package/akash/market/v1beta4/query.js +943 -0
- package/akash/market/v1beta4/query.lcd.d.ts +14 -0
- package/akash/market/v1beta4/query.lcd.js +87 -0
- package/akash/market/v1beta4/query.rpc.Query.d.ts +36 -0
- package/akash/market/v1beta4/query.rpc.Query.js +74 -0
- package/akash/market/v1beta4/service.amino.d.ts +29 -0
- package/akash/market/v1beta4/service.amino.js +33 -0
- package/akash/market/v1beta4/service.d.ts +1 -0
- package/akash/market/v1beta4/service.js +2 -0
- package/akash/market/v1beta4/service.registry.d.ts +74 -0
- package/akash/market/v1beta4/service.registry.js +111 -0
- package/akash/market/v1beta4/service.rpc.msg.d.ts +26 -0
- package/akash/market/v1beta4/service.rpc.msg.js +48 -0
- package/akash/market/v1beta5/bid.d.ts +106 -0
- package/akash/market/v1beta5/bid.js +186 -0
- package/akash/market/v1beta5/bidmsg.d.ts +230 -0
- package/akash/market/v1beta5/bidmsg.js +310 -0
- package/akash/market/v1beta5/filters.d.ts +210 -0
- package/akash/market/v1beta5/filters.js +251 -0
- package/akash/market/v1beta5/genesis.d.ts +80 -0
- package/akash/market/v1beta5/genesis.js +123 -0
- package/akash/market/v1beta5/leasemsg.d.ts +280 -0
- package/akash/market/v1beta5/leasemsg.js +382 -0
- package/akash/market/v1beta5/order.d.ts +75 -0
- package/akash/market/v1beta5/order.js +163 -0
- package/akash/market/v1beta5/params.d.ts +61 -0
- package/akash/market/v1beta5/params.js +87 -0
- package/akash/market/v1beta5/paramsmsg.d.ts +122 -0
- package/akash/market/v1beta5/paramsmsg.js +148 -0
- package/akash/market/v1beta5/query.d.ts +769 -0
- package/akash/market/v1beta5/query.js +1074 -0
- package/akash/market/v1beta5/query.lcd.d.ts +15 -0
- package/akash/market/v1beta5/query.lcd.js +92 -0
- package/akash/market/v1beta5/query.rpc.Query.d.ts +40 -0
- package/akash/market/v1beta5/query.rpc.Query.js +83 -0
- package/akash/market/v1beta5/resourcesoffer.d.ts +64 -0
- package/akash/market/v1beta5/resourcesoffer.js +88 -0
- package/akash/market/v1beta5/service.amino.d.ts +35 -0
- package/akash/market/v1beta5/service.amino.js +39 -0
- package/akash/market/v1beta5/service.d.ts +1 -0
- package/akash/market/v1beta5/service.js +2 -0
- package/akash/market/v1beta5/service.registry.d.ts +87 -0
- package/akash/market/v1beta5/service.registry.js +129 -0
- package/akash/market/v1beta5/service.rpc.msg.d.ts +35 -0
- package/akash/market/v1beta5/service.rpc.msg.js +57 -0
- package/akash/provider/v1beta3/genesis.d.ts +47 -0
- package/akash/provider/v1beta3/genesis.js +78 -0
- package/akash/provider/v1beta3/provider.amino.d.ts +18 -0
- package/akash/provider/v1beta3/provider.amino.js +22 -0
- package/akash/provider/v1beta3/provider.d.ts +369 -0
- package/akash/provider/v1beta3/provider.js +648 -0
- package/akash/provider/v1beta3/provider.registry.d.ts +49 -0
- package/akash/provider/v1beta3/provider.registry.js +73 -0
- package/akash/provider/v1beta3/provider.rpc.msg.d.ts +19 -0
- package/akash/provider/v1beta3/provider.rpc.msg.js +34 -0
- package/akash/provider/v1beta3/query.d.ts +182 -0
- package/akash/provider/v1beta3/query.js +298 -0
- package/akash/provider/v1beta3/query.lcd.d.ts +10 -0
- package/akash/provider/v1beta3/query.lcd.js +30 -0
- package/akash/provider/v1beta3/query.rpc.Query.d.ts +20 -0
- package/akash/provider/v1beta3/query.rpc.Query.js +40 -0
- package/akash/provider/v1beta4/event.d.ts +182 -0
- package/akash/provider/v1beta4/event.js +214 -0
- package/akash/provider/v1beta4/genesis.d.ts +53 -0
- package/akash/provider/v1beta4/genesis.js +78 -0
- package/akash/provider/v1beta4/msg.d.ts +308 -0
- package/akash/provider/v1beta4/msg.js +460 -0
- package/akash/provider/v1beta4/provider.d.ts +157 -0
- package/akash/provider/v1beta4/provider.js +199 -0
- package/akash/provider/v1beta4/query.d.ts +220 -0
- package/akash/provider/v1beta4/query.js +298 -0
- package/akash/provider/v1beta4/query.lcd.d.ts +10 -0
- package/akash/provider/v1beta4/query.lcd.js +30 -0
- package/akash/provider/v1beta4/query.rpc.Query.d.ts +20 -0
- package/akash/provider/v1beta4/query.rpc.Query.js +40 -0
- package/akash/provider/v1beta4/service.amino.d.ts +18 -0
- package/akash/provider/v1beta4/service.amino.js +22 -0
- package/akash/provider/v1beta4/service.d.ts +1 -0
- package/akash/provider/v1beta4/service.js +2 -0
- package/akash/provider/v1beta4/service.registry.d.ts +49 -0
- package/akash/provider/v1beta4/service.registry.js +73 -0
- package/akash/provider/v1beta4/service.rpc.msg.d.ts +19 -0
- package/akash/provider/v1beta4/service.rpc.msg.js +34 -0
- package/akash/rpc.query.d.ts +281 -0
- package/akash/rpc.query.js +135 -0
- package/akash/rpc.tx.d.ts +81 -0
- package/akash/rpc.tx.js +115 -0
- package/akash/take/v1/genesis.d.ts +53 -0
- package/akash/take/v1/genesis.js +75 -0
- package/akash/take/v1/params.d.ts +118 -0
- package/akash/take/v1/params.js +170 -0
- package/akash/take/v1/paramsmsg.d.ts +122 -0
- package/akash/take/v1/paramsmsg.js +148 -0
- package/akash/take/v1/query.d.ts +95 -0
- package/akash/take/v1/query.js +131 -0
- package/akash/take/v1/query.lcd.d.ts +9 -0
- package/akash/take/v1/query.lcd.js +15 -0
- package/akash/take/v1/query.rpc.Query.d.ts +16 -0
- package/akash/take/v1/query.rpc.Query.js +29 -0
- package/akash/take/v1/service.amino.d.ts +8 -0
- package/akash/take/v1/service.amino.js +12 -0
- package/akash/take/v1/service.d.ts +1 -0
- package/akash/take/v1/service.js +2 -0
- package/akash/take/v1/service.registry.d.ts +25 -0
- package/akash/take/v1/service.registry.js +37 -0
- package/akash/take/v1/service.rpc.msg.d.ts +18 -0
- package/akash/take/v1/service.rpc.msg.js +25 -0
- package/akash/take/v1beta3/genesis.d.ts +47 -0
- package/akash/take/v1beta3/genesis.js +75 -0
- package/akash/take/v1beta3/params.d.ts +100 -0
- package/akash/take/v1beta3/params.js +170 -0
- package/akash/take/v1beta3/query.d.ts +1 -0
- package/akash/take/v1beta3/query.js +2 -0
- package/akash/take/v1beta3/query.rpc.Query.d.ts +10 -0
- package/akash/take/v1beta3/query.rpc.Query.js +17 -0
- package/amino/bundle.js +2 -2
- package/cosmos/bundle.d.ts +7609 -7547
- package/cosmos/bundle.js +420 -412
- package/cosmos/client.d.ts +2 -2
- package/cosmos/crypto/bls12_381/keys.d.ts +106 -0
- package/cosmos/crypto/bls12_381/keys.js +162 -0
- package/cosmos/crypto/mldsa65/keys.d.ts +106 -0
- package/cosmos/crypto/mldsa65/keys.js +162 -0
- package/cosmos_proto/bundle.d.ts +23 -23
- package/cosmos_proto/bundle.js +2 -2
- package/esm/akash/audit/v1/audit.js +262 -0
- package/esm/akash/audit/v1/event.js +164 -0
- package/esm/akash/audit/v1/genesis.js +75 -0
- package/esm/akash/audit/v1/msg.js +307 -0
- package/esm/akash/audit/v1/query.js +481 -0
- package/esm/akash/audit/v1/query.lcd.js +56 -0
- package/esm/akash/audit/v1/query.rpc.Query.js +61 -0
- package/esm/akash/audit/v1/service.amino.js +14 -0
- package/esm/akash/audit/v1/service.js +1 -0
- package/esm/akash/audit/v1/service.registry.js +51 -0
- package/esm/akash/audit/v1/service.rpc.msg.js +23 -0
- package/esm/akash/audit/v1beta3/audit.amino.js +14 -0
- package/esm/akash/audit/v1beta3/audit.js +658 -0
- package/esm/akash/audit/v1beta3/audit.registry.js +51 -0
- package/esm/akash/audit/v1beta3/audit.rpc.msg.js +23 -0
- package/esm/akash/audit/v1beta3/genesis.js +75 -0
- package/esm/akash/audit/v1beta3/query.js +481 -0
- package/esm/akash/audit/v1beta3/query.lcd.js +56 -0
- package/esm/akash/audit/v1beta3/query.rpc.Query.js +61 -0
- package/esm/akash/base/attributes/v1/attribute.js +257 -0
- package/esm/akash/base/resources/v1beta4/cpu.js +88 -0
- package/esm/akash/base/resources/v1beta4/endpoint.js +125 -0
- package/esm/akash/base/resources/v1beta4/gpu.js +88 -0
- package/esm/akash/base/resources/v1beta4/memory.js +88 -0
- package/esm/akash/base/resources/v1beta4/resources.js +143 -0
- package/esm/akash/base/resources/v1beta4/resourcevalue.js +72 -0
- package/esm/akash/base/resources/v1beta4/storage.js +100 -0
- package/esm/akash/base/v1beta3/attribute.js +257 -0
- package/esm/akash/base/v1beta3/cpu.js +88 -0
- package/esm/akash/base/v1beta3/endpoint.js +125 -0
- package/esm/akash/base/v1beta3/gpu.js +88 -0
- package/esm/akash/base/v1beta3/memory.js +88 -0
- package/esm/akash/base/v1beta3/resources.js +143 -0
- package/esm/akash/base/v1beta3/resourcevalue.js +72 -0
- package/esm/akash/base/v1beta3/storage.js +100 -0
- package/esm/akash/bundle.js +429 -0
- package/esm/akash/cert/v1/cert.js +220 -0
- package/esm/akash/cert/v1/filters.js +95 -0
- package/esm/akash/cert/v1/genesis.js +156 -0
- package/esm/akash/cert/v1/msg.js +278 -0
- package/esm/akash/cert/v1/query.js +251 -0
- package/esm/akash/cert/v1/query.lcd.js +22 -0
- package/esm/akash/cert/v1/query.rpc.Query.js +24 -0
- package/esm/akash/cert/v1/service.amino.js +14 -0
- package/esm/akash/cert/v1/service.js +1 -0
- package/esm/akash/cert/v1/service.registry.js +51 -0
- package/esm/akash/cert/v1/service.rpc.msg.js +23 -0
- package/esm/akash/cert/v1beta3/cert.amino.js +14 -0
- package/esm/akash/cert/v1beta3/cert.js +586 -0
- package/esm/akash/cert/v1beta3/cert.registry.js +51 -0
- package/esm/akash/cert/v1beta3/cert.rpc.msg.js +23 -0
- package/esm/akash/cert/v1beta3/genesis.js +156 -0
- package/esm/akash/cert/v1beta3/query.js +250 -0
- package/esm/akash/cert/v1beta3/query.lcd.js +22 -0
- package/esm/akash/cert/v1beta3/query.rpc.Query.js +24 -0
- package/esm/akash/client.js +59 -0
- package/esm/akash/deployment/v1/authz.js +73 -0
- package/esm/akash/deployment/v1/deployment.js +232 -0
- package/esm/akash/deployment/v1/event.js +449 -0
- package/esm/akash/deployment/v1/group.js +98 -0
- package/esm/akash/deployment/v1/msg.js +155 -0
- package/esm/akash/deployment/v1beta3/authz.js +73 -0
- package/esm/akash/deployment/v1beta3/deployment.js +324 -0
- package/esm/akash/deployment/v1beta3/deploymentmsg.js +593 -0
- package/esm/akash/deployment/v1beta3/genesis.js +173 -0
- package/esm/akash/deployment/v1beta3/group.js +165 -0
- package/esm/akash/deployment/v1beta3/groupid.js +95 -0
- package/esm/akash/deployment/v1beta3/groupmsg.js +378 -0
- package/esm/akash/deployment/v1beta3/groupspec.js +100 -0
- package/esm/akash/deployment/v1beta3/params.js +75 -0
- package/esm/akash/deployment/v1beta3/query.js +475 -0
- package/esm/akash/deployment/v1beta3/query.lcd.js +44 -0
- package/esm/akash/deployment/v1beta3/query.rpc.Query.js +42 -0
- package/esm/akash/deployment/v1beta3/resourceunit.js +97 -0
- package/esm/akash/deployment/v1beta3/service.amino.js +40 -0
- package/esm/akash/deployment/v1beta3/service.js +1 -0
- package/esm/akash/deployment/v1beta3/service.registry.js +142 -0
- package/esm/akash/deployment/v1beta3/service.rpc.msg.js +54 -0
- package/esm/akash/deployment/v1beta4/deploymentmsg.js +444 -0
- package/esm/akash/deployment/v1beta4/filters.js +200 -0
- package/esm/akash/deployment/v1beta4/genesis.js +173 -0
- package/esm/akash/deployment/v1beta4/group.js +165 -0
- package/esm/akash/deployment/v1beta4/groupmsg.js +378 -0
- package/esm/akash/deployment/v1beta4/groupspec.js +101 -0
- package/esm/akash/deployment/v1beta4/params.js +75 -0
- package/esm/akash/deployment/v1beta4/paramsmsg.js +145 -0
- package/esm/akash/deployment/v1beta4/query.js +602 -0
- package/esm/akash/deployment/v1beta4/query.lcd.js +49 -0
- package/esm/akash/deployment/v1beta4/query.rpc.Query.js +51 -0
- package/esm/akash/deployment/v1beta4/resourceunit.js +97 -0
- package/esm/akash/deployment/v1beta4/service.amino.js +47 -0
- package/esm/akash/deployment/v1beta4/service.js +1 -0
- package/esm/akash/deployment/v1beta4/service.registry.js +162 -0
- package/esm/akash/deployment/v1beta4/service.rpc.msg.js +65 -0
- package/esm/akash/discovery/v1/akash.js +72 -0
- package/esm/akash/discovery/v1/client_info.js +71 -0
- package/esm/akash/escrow/v1/account.js +206 -0
- package/esm/akash/escrow/v1/accountid.js +83 -0
- package/esm/akash/escrow/v1/fractional_payment.js +194 -0
- package/esm/akash/escrow/v1/genesis.js +91 -0
- package/esm/akash/escrow/v1/query.js +419 -0
- package/esm/akash/escrow/v1/query.lcd.js +61 -0
- package/esm/akash/escrow/v1/query.rpc.Query.js +37 -0
- package/esm/akash/escrow/v1beta3/genesis.js +90 -0
- package/esm/akash/escrow/v1beta3/query.js +418 -0
- package/esm/akash/escrow/v1beta3/query.lcd.js +61 -0
- package/esm/akash/escrow/v1beta3/query.rpc.Query.js +37 -0
- package/esm/akash/escrow/v1beta3/types.js +476 -0
- package/esm/akash/lcd.js +156 -0
- package/esm/akash/market/v1/bid.js +120 -0
- package/esm/akash/market/v1/event.js +450 -0
- package/esm/akash/market/v1/filters.js +131 -0
- package/esm/akash/market/v1/lease.js +289 -0
- package/esm/akash/market/v1/order.js +107 -0
- package/esm/akash/market/v1beta4/bid.js +811 -0
- package/esm/akash/market/v1beta4/genesis.js +120 -0
- package/esm/akash/market/v1beta4/lease.js +791 -0
- package/esm/akash/market/v1beta4/order.js +379 -0
- package/esm/akash/market/v1beta4/params.js +84 -0
- package/esm/akash/market/v1beta4/query.js +940 -0
- package/esm/akash/market/v1beta4/query.lcd.js +83 -0
- package/esm/akash/market/v1beta4/query.rpc.Query.js +69 -0
- package/esm/akash/market/v1beta4/service.amino.js +30 -0
- package/esm/akash/market/v1beta4/service.js +1 -0
- package/esm/akash/market/v1beta4/service.registry.js +107 -0
- package/esm/akash/market/v1beta4/service.rpc.msg.js +43 -0
- package/esm/akash/market/v1beta5/bid.js +181 -0
- package/esm/akash/market/v1beta5/bidmsg.js +307 -0
- package/esm/akash/market/v1beta5/filters.js +248 -0
- package/esm/akash/market/v1beta5/genesis.js +120 -0
- package/esm/akash/market/v1beta5/leasemsg.js +379 -0
- package/esm/akash/market/v1beta5/order.js +158 -0
- package/esm/akash/market/v1beta5/params.js +84 -0
- package/esm/akash/market/v1beta5/paramsmsg.js +145 -0
- package/esm/akash/market/v1beta5/query.js +1071 -0
- package/esm/akash/market/v1beta5/query.lcd.js +88 -0
- package/esm/akash/market/v1beta5/query.rpc.Query.js +78 -0
- package/esm/akash/market/v1beta5/resourcesoffer.js +85 -0
- package/esm/akash/market/v1beta5/service.amino.js +36 -0
- package/esm/akash/market/v1beta5/service.js +1 -0
- package/esm/akash/market/v1beta5/service.registry.js +125 -0
- package/esm/akash/market/v1beta5/service.rpc.msg.js +52 -0
- package/esm/akash/provider/v1beta3/genesis.js +75 -0
- package/esm/akash/provider/v1beta3/provider.amino.js +19 -0
- package/esm/akash/provider/v1beta3/provider.js +645 -0
- package/esm/akash/provider/v1beta3/provider.registry.js +69 -0
- package/esm/akash/provider/v1beta3/provider.rpc.msg.js +29 -0
- package/esm/akash/provider/v1beta3/query.js +295 -0
- package/esm/akash/provider/v1beta3/query.lcd.js +26 -0
- package/esm/akash/provider/v1beta3/query.rpc.Query.js +35 -0
- package/esm/akash/provider/v1beta4/event.js +211 -0
- package/esm/akash/provider/v1beta4/genesis.js +75 -0
- package/esm/akash/provider/v1beta4/msg.js +457 -0
- package/esm/akash/provider/v1beta4/provider.js +196 -0
- package/esm/akash/provider/v1beta4/query.js +295 -0
- package/esm/akash/provider/v1beta4/query.lcd.js +26 -0
- package/esm/akash/provider/v1beta4/query.rpc.Query.js +35 -0
- package/esm/akash/provider/v1beta4/service.amino.js +19 -0
- package/esm/akash/provider/v1beta4/service.js +1 -0
- package/esm/akash/provider/v1beta4/service.registry.js +69 -0
- package/esm/akash/provider/v1beta4/service.rpc.msg.js +29 -0
- package/esm/akash/rpc.query.js +98 -0
- package/esm/akash/rpc.tx.js +78 -0
- package/esm/akash/take/v1/genesis.js +72 -0
- package/esm/akash/take/v1/params.js +167 -0
- package/esm/akash/take/v1/paramsmsg.js +145 -0
- package/esm/akash/take/v1/query.js +128 -0
- package/esm/akash/take/v1/query.lcd.js +11 -0
- package/esm/akash/take/v1/query.rpc.Query.js +24 -0
- package/esm/akash/take/v1/service.amino.js +9 -0
- package/esm/akash/take/v1/service.js +1 -0
- package/esm/akash/take/v1/service.registry.js +33 -0
- package/esm/akash/take/v1/service.rpc.msg.js +20 -0
- package/esm/akash/take/v1beta3/genesis.js +72 -0
- package/esm/akash/take/v1beta3/params.js +167 -0
- package/esm/akash/take/v1beta3/query.js +1 -0
- package/esm/akash/take/v1beta3/query.rpc.Query.js +12 -0
- package/esm/amino/bundle.js +2 -2
- package/esm/cosmos/bundle.js +420 -412
- package/esm/cosmos/crypto/bls12_381/keys.js +159 -0
- package/esm/cosmos/crypto/mldsa65/keys.js +159 -0
- package/esm/cosmos_proto/bundle.js +2 -2
- package/esm/gogoproto/bundle.js +2 -2
- package/esm/google/bundle.js +8 -8
- package/esm/google/protobuf/any.js +22 -77
- package/esm/google/protobuf/descriptor.js +135 -1
- package/esm/google/protobuf/timestamp.js +2 -2
- package/esm/ibc/applications/gmp/v1/account.js +271 -0
- package/esm/ibc/applications/gmp/v1/genesis.js +170 -0
- package/esm/ibc/applications/gmp/v1/packet.js +203 -0
- package/esm/ibc/applications/gmp/v1/query.js +331 -0
- package/esm/ibc/applications/gmp/v1/query.lcd.js +23 -0
- package/esm/ibc/applications/gmp/v1/query.rpc.Query.js +34 -0
- package/esm/ibc/applications/gmp/v1/tx.amino.js +9 -0
- package/esm/ibc/applications/gmp/v1/tx.js +239 -0
- package/esm/ibc/applications/gmp/v1/tx.registry.js +33 -0
- package/esm/ibc/applications/gmp/v1/tx.rpc.msg.js +17 -0
- package/esm/ibc/applications/packet_forward_middleware/v1/genesis.js +1 -13
- package/esm/ibc/applications/rate_limiting/v1/genesis.js +16 -1
- package/esm/ibc/bundle.js +244 -212
- package/esm/ibc/client.js +4 -1
- package/esm/ibc/lcd.js +5 -0
- package/esm/ibc/lightclients/attestations/v1/attestations.js +288 -0
- package/esm/ibc/rpc.query.js +3 -0
- package/esm/ibc/rpc.tx.js +3 -0
- package/esm/index.js +2 -0
- package/esm/sparkdream/bundle.js +540 -540
- package/esm/sparkdream/collect/v1/query.js +165 -0
- package/esm/sparkdream/collect/v1/query.lcd.js +11 -0
- package/esm/sparkdream/collect/v1/query.rpc.Query.js +10 -1
- package/esm/sparkdream/rep/v1/query.js +13 -34
- package/esm/tendermint/bundle.js +20 -20
- package/gogoproto/bundle.js +2 -2
- package/google/bundle.d.ts +434 -418
- package/google/bundle.js +8 -8
- package/google/protobuf/any.d.ts +133 -296
- package/google/protobuf/any.js +22 -77
- package/google/protobuf/descriptor.d.ts +106 -0
- package/google/protobuf/descriptor.js +139 -3
- package/google/protobuf/timestamp.d.ts +13 -12
- package/google/protobuf/timestamp.js +2 -2
- package/ibc/applications/gmp/v1/account.d.ts +165 -0
- package/ibc/applications/gmp/v1/account.js +274 -0
- package/ibc/applications/gmp/v1/genesis.d.ts +115 -0
- package/ibc/applications/gmp/v1/genesis.js +173 -0
- package/ibc/applications/gmp/v1/packet.d.ts +138 -0
- package/ibc/applications/gmp/v1/packet.js +206 -0
- package/ibc/applications/gmp/v1/query.d.ts +215 -0
- package/ibc/applications/gmp/v1/query.js +334 -0
- package/ibc/applications/gmp/v1/query.lcd.d.ts +10 -0
- package/ibc/applications/gmp/v1/query.lcd.js +27 -0
- package/ibc/applications/gmp/v1/query.rpc.Query.d.ts +23 -0
- package/ibc/applications/gmp/v1/query.rpc.Query.js +39 -0
- package/ibc/applications/gmp/v1/tx.amino.d.ts +8 -0
- package/ibc/applications/gmp/v1/tx.amino.js +12 -0
- package/ibc/applications/gmp/v1/tx.d.ts +162 -0
- package/ibc/applications/gmp/v1/tx.js +242 -0
- package/ibc/applications/gmp/v1/tx.registry.d.ts +25 -0
- package/ibc/applications/gmp/v1/tx.registry.js +37 -0
- package/ibc/applications/gmp/v1/tx.rpc.msg.d.ts +13 -0
- package/ibc/applications/gmp/v1/tx.rpc.msg.js +22 -0
- package/ibc/applications/packet_forward_middleware/v1/genesis.d.ts +0 -2
- package/ibc/applications/packet_forward_middleware/v1/genesis.js +1 -13
- package/ibc/applications/rate_limiting/v1/genesis.d.ts +2 -0
- package/ibc/applications/rate_limiting/v1/genesis.js +16 -1
- package/ibc/bundle.d.ts +3971 -3681
- package/ibc/bundle.js +244 -212
- package/ibc/client.d.ts +7 -2
- package/ibc/client.js +4 -1
- package/ibc/lcd.d.ts +3 -0
- package/ibc/lcd.js +5 -0
- package/ibc/lightclients/attestations/v1/attestations.d.ts +199 -0
- package/ibc/lightclients/attestations/v1/attestations.js +291 -0
- package/ibc/rpc.query.d.ts +6 -0
- package/ibc/rpc.query.js +3 -0
- package/ibc/rpc.tx.d.ts +3 -0
- package/ibc/rpc.tx.js +3 -0
- package/index.d.ts +2 -0
- package/index.js +2 -0
- package/package.json +8 -5
- package/sparkdream/bundle.d.ts +17396 -17370
- package/sparkdream/bundle.js +540 -540
- package/sparkdream/client.d.ts +2 -2
- package/sparkdream/collect/v1/query.d.ts +92 -0
- package/sparkdream/collect/v1/query.js +167 -1
- package/sparkdream/collect/v1/query.lcd.d.ts +2 -1
- package/sparkdream/collect/v1/query.lcd.js +11 -0
- package/sparkdream/collect/v1/query.rpc.Query.d.ts +5 -1
- package/sparkdream/collect/v1/query.rpc.Query.js +9 -0
- package/sparkdream/rep/v1/query.d.ts +2 -6
- package/sparkdream/rep/v1/query.js +13 -34
- package/sparkdream/rpc.query.d.ts +1 -0
- package/tendermint/bundle.d.ts +844 -844
- package/tendermint/bundle.js +20 -20
|
@@ -24,6 +24,9 @@ export declare enum Edition {
|
|
|
24
24
|
*/
|
|
25
25
|
EDITION_2023 = 1000,
|
|
26
26
|
EDITION_2024 = 1001,
|
|
27
|
+
EDITION_2026 = 1002,
|
|
28
|
+
/** EDITION_UNSTABLE - A placeholder edition for developing and testing unscheduled features. */
|
|
29
|
+
EDITION_UNSTABLE = 9999,
|
|
27
30
|
/**
|
|
28
31
|
* EDITION_1_TEST_ONLY - Placeholder editions for testing feature resolution. These should not be
|
|
29
32
|
* used or relied on outside of tests.
|
|
@@ -265,6 +268,7 @@ export declare enum FeatureSet_EnforceNamingStyle {
|
|
|
265
268
|
ENFORCE_NAMING_STYLE_UNKNOWN = 0,
|
|
266
269
|
STYLE2024 = 1,
|
|
267
270
|
STYLE_LEGACY = 2,
|
|
271
|
+
STYLE2026 = 3,
|
|
268
272
|
UNRECOGNIZED = -1
|
|
269
273
|
}
|
|
270
274
|
export declare const FeatureSet_EnforceNamingStyleAmino: typeof FeatureSet_EnforceNamingStyle;
|
|
@@ -289,6 +293,25 @@ export declare enum FeatureSet_VisibilityFeature_DefaultSymbolVisibility {
|
|
|
289
293
|
export declare const FeatureSet_VisibilityFeature_DefaultSymbolVisibilityAmino: typeof FeatureSet_VisibilityFeature_DefaultSymbolVisibility;
|
|
290
294
|
export declare function featureSet_VisibilityFeature_DefaultSymbolVisibilityFromJSON(object: any): FeatureSet_VisibilityFeature_DefaultSymbolVisibility;
|
|
291
295
|
export declare function featureSet_VisibilityFeature_DefaultSymbolVisibilityToJSON(object: FeatureSet_VisibilityFeature_DefaultSymbolVisibility): string;
|
|
296
|
+
export declare enum FeatureSet_ProtoLimitsFeature_EnforceProtoLimits {
|
|
297
|
+
PROTO_LIMITS_UNKNOWN = 0,
|
|
298
|
+
/**
|
|
299
|
+
* LEGACY_NO_EXPLICIT_LIMITS - Default pre-EDITION_2026: there are no limit enforcement at the protoc
|
|
300
|
+
* level. Practical limits still exist, but they will tend to fail while
|
|
301
|
+
* compiling protoc-generated code, and these limits tend to be language
|
|
302
|
+
* or toolchain specific.
|
|
303
|
+
*/
|
|
304
|
+
LEGACY_NO_EXPLICIT_LIMITS = 1,
|
|
305
|
+
/**
|
|
306
|
+
* PROTO_LIMITS2026 - A set of limits enforced by Edition 2026 by default. For a detailed
|
|
307
|
+
* list of all the limits please consult the Edition 2026 documentation.
|
|
308
|
+
*/
|
|
309
|
+
PROTO_LIMITS2026 = 2,
|
|
310
|
+
UNRECOGNIZED = -1
|
|
311
|
+
}
|
|
312
|
+
export declare const FeatureSet_ProtoLimitsFeature_EnforceProtoLimitsAmino: typeof FeatureSet_ProtoLimitsFeature_EnforceProtoLimits;
|
|
313
|
+
export declare function featureSet_ProtoLimitsFeature_EnforceProtoLimitsFromJSON(object: any): FeatureSet_ProtoLimitsFeature_EnforceProtoLimits;
|
|
314
|
+
export declare function featureSet_ProtoLimitsFeature_EnforceProtoLimitsToJSON(object: FeatureSet_ProtoLimitsFeature_EnforceProtoLimits): string;
|
|
292
315
|
/**
|
|
293
316
|
* Represents the identified object's effect on the element in the original
|
|
294
317
|
* .proto file.
|
|
@@ -1924,6 +1947,11 @@ export interface FieldOptions_FeatureSupport {
|
|
|
1924
1947
|
* not be able to override it.
|
|
1925
1948
|
*/
|
|
1926
1949
|
editionRemoved: Edition;
|
|
1950
|
+
/**
|
|
1951
|
+
* The removal error text if this feature is used after the edition it was
|
|
1952
|
+
* removed in.
|
|
1953
|
+
*/
|
|
1954
|
+
removalError: string;
|
|
1927
1955
|
}
|
|
1928
1956
|
export interface FieldOptions_FeatureSupportProtoMsg {
|
|
1929
1957
|
typeUrl: "/google.protobuf.FeatureSupport";
|
|
@@ -1958,6 +1986,11 @@ export interface FieldOptions_FeatureSupportAmino {
|
|
|
1958
1986
|
* not be able to override it.
|
|
1959
1987
|
*/
|
|
1960
1988
|
edition_removed?: Edition;
|
|
1989
|
+
/**
|
|
1990
|
+
* The removal error text if this feature is used after the edition it was
|
|
1991
|
+
* removed in.
|
|
1992
|
+
*/
|
|
1993
|
+
removal_error?: string;
|
|
1961
1994
|
}
|
|
1962
1995
|
export interface FieldOptions_FeatureSupportAminoMsg {
|
|
1963
1996
|
type: "/google.protobuf.FeatureSupport";
|
|
@@ -2453,6 +2486,28 @@ export interface FeatureSet_VisibilityFeatureAminoMsg {
|
|
|
2453
2486
|
type: "/google.protobuf.VisibilityFeature";
|
|
2454
2487
|
value: FeatureSet_VisibilityFeatureAmino;
|
|
2455
2488
|
}
|
|
2489
|
+
/**
|
|
2490
|
+
* @name FeatureSet_ProtoLimitsFeature
|
|
2491
|
+
* @package google.protobuf
|
|
2492
|
+
* @see proto type: google.protobuf.ProtoLimitsFeature
|
|
2493
|
+
*/
|
|
2494
|
+
export interface FeatureSet_ProtoLimitsFeature {
|
|
2495
|
+
}
|
|
2496
|
+
export interface FeatureSet_ProtoLimitsFeatureProtoMsg {
|
|
2497
|
+
typeUrl: "/google.protobuf.ProtoLimitsFeature";
|
|
2498
|
+
value: Uint8Array;
|
|
2499
|
+
}
|
|
2500
|
+
/**
|
|
2501
|
+
* @name FeatureSet_ProtoLimitsFeatureAmino
|
|
2502
|
+
* @package google.protobuf
|
|
2503
|
+
* @see proto type: google.protobuf.FeatureSet_ProtoLimitsFeature
|
|
2504
|
+
*/
|
|
2505
|
+
export interface FeatureSet_ProtoLimitsFeatureAmino {
|
|
2506
|
+
}
|
|
2507
|
+
export interface FeatureSet_ProtoLimitsFeatureAminoMsg {
|
|
2508
|
+
type: "/google.protobuf.ProtoLimitsFeature";
|
|
2509
|
+
value: FeatureSet_ProtoLimitsFeatureAmino;
|
|
2510
|
+
}
|
|
2456
2511
|
/**
|
|
2457
2512
|
* A compiled specification for the defaults of a set of features. These
|
|
2458
2513
|
* messages are generated from FeatureSet extensions and can be used to seed
|
|
@@ -2701,6 +2756,23 @@ export interface SourceCodeInfo_Location {
|
|
|
2701
2756
|
* [ 4, 3, 2, 7 ]
|
|
2702
2757
|
* this path refers to the whole field declaration (from the beginning
|
|
2703
2758
|
* of the label to the terminating semicolon).
|
|
2759
|
+
*
|
|
2760
|
+
* For options, the path refers to the interpreted option in the descriptor.
|
|
2761
|
+
* E.g., for a custom option `(my_opt) = "foo"` on a message using extension
|
|
2762
|
+
* number 10101, the path is:
|
|
2763
|
+
* [ 4, 3, 7, 10101 ]
|
|
2764
|
+
* refers to:
|
|
2765
|
+
* file.message_type(3) // 4, 3
|
|
2766
|
+
* .options() // 7
|
|
2767
|
+
* .my_opt() // 10101
|
|
2768
|
+
*
|
|
2769
|
+
* Sub-locations corresponding to the interpreted option's corresponding
|
|
2770
|
+
* `UninterpretedOption` are also appended to the interpreted option, which
|
|
2771
|
+
* deviates from the actual FileDescriptorProto path. E.g.:
|
|
2772
|
+
* [ 4, 3, 7, 10101, 2 ]
|
|
2773
|
+
* refers to the option name `(my_opt)`, and:
|
|
2774
|
+
* [ 4, 3, 7, 10101, 7 ]
|
|
2775
|
+
* refers to the "foo" string value of the option.
|
|
2704
2776
|
*/
|
|
2705
2777
|
path: number[];
|
|
2706
2778
|
/**
|
|
@@ -2798,6 +2870,23 @@ export interface SourceCodeInfo_LocationAmino {
|
|
|
2798
2870
|
* [ 4, 3, 2, 7 ]
|
|
2799
2871
|
* this path refers to the whole field declaration (from the beginning
|
|
2800
2872
|
* of the label to the terminating semicolon).
|
|
2873
|
+
*
|
|
2874
|
+
* For options, the path refers to the interpreted option in the descriptor.
|
|
2875
|
+
* E.g., for a custom option `(my_opt) = "foo"` on a message using extension
|
|
2876
|
+
* number 10101, the path is:
|
|
2877
|
+
* [ 4, 3, 7, 10101 ]
|
|
2878
|
+
* refers to:
|
|
2879
|
+
* file.message_type(3) // 4, 3
|
|
2880
|
+
* .options() // 7
|
|
2881
|
+
* .my_opt() // 10101
|
|
2882
|
+
*
|
|
2883
|
+
* Sub-locations corresponding to the interpreted option's corresponding
|
|
2884
|
+
* `UninterpretedOption` are also appended to the interpreted option, which
|
|
2885
|
+
* deviates from the actual FileDescriptorProto path. E.g.:
|
|
2886
|
+
* [ 4, 3, 7, 10101, 2 ]
|
|
2887
|
+
* refers to the option name `(my_opt)`, and:
|
|
2888
|
+
* [ 4, 3, 7, 10101, 7 ]
|
|
2889
|
+
* refers to the "foo" string value of the option.
|
|
2801
2890
|
*/
|
|
2802
2891
|
path?: number[];
|
|
2803
2892
|
/**
|
|
@@ -3480,6 +3569,23 @@ export declare const FeatureSet_VisibilityFeature: {
|
|
|
3480
3569
|
toProto(message: FeatureSet_VisibilityFeature): Uint8Array;
|
|
3481
3570
|
toProtoMsg(message: FeatureSet_VisibilityFeature): FeatureSet_VisibilityFeatureProtoMsg;
|
|
3482
3571
|
};
|
|
3572
|
+
/**
|
|
3573
|
+
* @name FeatureSet_ProtoLimitsFeature
|
|
3574
|
+
* @package google.protobuf
|
|
3575
|
+
* @see proto type: google.protobuf.ProtoLimitsFeature
|
|
3576
|
+
*/
|
|
3577
|
+
export declare const FeatureSet_ProtoLimitsFeature: {
|
|
3578
|
+
typeUrl: string;
|
|
3579
|
+
encode(_: FeatureSet_ProtoLimitsFeature, writer?: BinaryWriter): BinaryWriter;
|
|
3580
|
+
decode(input: BinaryReader | Uint8Array, length?: number): FeatureSet_ProtoLimitsFeature;
|
|
3581
|
+
fromPartial(_: DeepPartial<FeatureSet_ProtoLimitsFeature>): FeatureSet_ProtoLimitsFeature;
|
|
3582
|
+
fromAmino(_: FeatureSet_ProtoLimitsFeatureAmino): FeatureSet_ProtoLimitsFeature;
|
|
3583
|
+
toAmino(_: FeatureSet_ProtoLimitsFeature): FeatureSet_ProtoLimitsFeatureAmino;
|
|
3584
|
+
fromAminoMsg(object: FeatureSet_ProtoLimitsFeatureAminoMsg): FeatureSet_ProtoLimitsFeature;
|
|
3585
|
+
fromProtoMsg(message: FeatureSet_ProtoLimitsFeatureProtoMsg): FeatureSet_ProtoLimitsFeature;
|
|
3586
|
+
toProto(message: FeatureSet_ProtoLimitsFeature): Uint8Array;
|
|
3587
|
+
toProtoMsg(message: FeatureSet_ProtoLimitsFeature): FeatureSet_ProtoLimitsFeatureProtoMsg;
|
|
3588
|
+
};
|
|
3483
3589
|
/**
|
|
3484
3590
|
* A compiled specification for the defaults of a set of features. These
|
|
3485
3591
|
* messages are generated from FeatureSet extensions and can be used to seed
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.GeneratedCodeInfo_Annotation = exports.GeneratedCodeInfo = exports.SourceCodeInfo_Location = exports.SourceCodeInfo = exports.FeatureSetDefaults_FeatureSetEditionDefault = exports.FeatureSetDefaults = exports.FeatureSet_VisibilityFeature = exports.FeatureSet = exports.UninterpretedOption_NamePart = exports.UninterpretedOption = exports.MethodOptions = exports.ServiceOptions = exports.EnumValueOptions = exports.EnumOptions = exports.OneofOptions = exports.FieldOptions_FeatureSupport = exports.FieldOptions_EditionDefault = exports.FieldOptions = exports.MessageOptions = exports.FileOptions = exports.MethodDescriptorProto = exports.ServiceDescriptorProto = exports.EnumValueDescriptorProto = exports.EnumDescriptorProto_EnumReservedRange = void 0;
|
|
3
|
+
exports.FieldDescriptorProto = exports.ExtensionRangeOptions_Declaration = exports.ExtensionRangeOptions = exports.DescriptorProto_ReservedRange = exports.DescriptorProto_ExtensionRange = exports.DescriptorProto = exports.FileDescriptorProto = exports.FileDescriptorSet = exports.SymbolVisibilityAmino = exports.SymbolVisibility = exports.GeneratedCodeInfo_Annotation_SemanticAmino = exports.GeneratedCodeInfo_Annotation_Semantic = exports.FeatureSet_ProtoLimitsFeature_EnforceProtoLimitsAmino = exports.FeatureSet_ProtoLimitsFeature_EnforceProtoLimits = exports.FeatureSet_VisibilityFeature_DefaultSymbolVisibilityAmino = exports.FeatureSet_VisibilityFeature_DefaultSymbolVisibility = exports.FeatureSet_EnforceNamingStyleAmino = exports.FeatureSet_EnforceNamingStyle = exports.FeatureSet_JsonFormatAmino = exports.FeatureSet_JsonFormat = exports.FeatureSet_MessageEncodingAmino = exports.FeatureSet_MessageEncoding = exports.FeatureSet_Utf8ValidationAmino = exports.FeatureSet_Utf8Validation = exports.FeatureSet_RepeatedFieldEncodingAmino = exports.FeatureSet_RepeatedFieldEncoding = exports.FeatureSet_EnumTypeAmino = exports.FeatureSet_EnumType = exports.FeatureSet_FieldPresenceAmino = exports.FeatureSet_FieldPresence = exports.MethodOptions_IdempotencyLevelAmino = exports.MethodOptions_IdempotencyLevel = exports.FieldOptions_OptionTargetTypeAmino = exports.FieldOptions_OptionTargetType = exports.FieldOptions_OptionRetentionAmino = exports.FieldOptions_OptionRetention = exports.FieldOptions_JSTypeAmino = exports.FieldOptions_JSType = exports.FieldOptions_CTypeAmino = exports.FieldOptions_CType = exports.FileOptions_OptimizeModeAmino = exports.FileOptions_OptimizeMode = exports.FieldDescriptorProto_LabelAmino = exports.FieldDescriptorProto_Label = exports.FieldDescriptorProto_TypeAmino = exports.FieldDescriptorProto_Type = exports.ExtensionRangeOptions_VerificationStateAmino = exports.ExtensionRangeOptions_VerificationState = exports.EditionAmino = exports.Edition = void 0;
|
|
4
|
+
exports.GeneratedCodeInfo_Annotation = exports.GeneratedCodeInfo = exports.SourceCodeInfo_Location = exports.SourceCodeInfo = exports.FeatureSetDefaults_FeatureSetEditionDefault = exports.FeatureSetDefaults = exports.FeatureSet_ProtoLimitsFeature = exports.FeatureSet_VisibilityFeature = exports.FeatureSet = exports.UninterpretedOption_NamePart = exports.UninterpretedOption = exports.MethodOptions = exports.ServiceOptions = exports.EnumValueOptions = exports.EnumOptions = exports.OneofOptions = exports.FieldOptions_FeatureSupport = exports.FieldOptions_EditionDefault = exports.FieldOptions = exports.MessageOptions = exports.FileOptions = exports.MethodDescriptorProto = exports.ServiceDescriptorProto = exports.EnumValueDescriptorProto = exports.EnumDescriptorProto_EnumReservedRange = exports.EnumDescriptorProto = exports.OneofDescriptorProto = void 0;
|
|
5
5
|
exports.editionFromJSON = editionFromJSON;
|
|
6
6
|
exports.editionToJSON = editionToJSON;
|
|
7
7
|
exports.extensionRangeOptions_VerificationStateFromJSON = extensionRangeOptions_VerificationStateFromJSON;
|
|
@@ -38,6 +38,8 @@ exports.featureSet_EnforceNamingStyleFromJSON = featureSet_EnforceNamingStyleFro
|
|
|
38
38
|
exports.featureSet_EnforceNamingStyleToJSON = featureSet_EnforceNamingStyleToJSON;
|
|
39
39
|
exports.featureSet_VisibilityFeature_DefaultSymbolVisibilityFromJSON = featureSet_VisibilityFeature_DefaultSymbolVisibilityFromJSON;
|
|
40
40
|
exports.featureSet_VisibilityFeature_DefaultSymbolVisibilityToJSON = featureSet_VisibilityFeature_DefaultSymbolVisibilityToJSON;
|
|
41
|
+
exports.featureSet_ProtoLimitsFeature_EnforceProtoLimitsFromJSON = featureSet_ProtoLimitsFeature_EnforceProtoLimitsFromJSON;
|
|
42
|
+
exports.featureSet_ProtoLimitsFeature_EnforceProtoLimitsToJSON = featureSet_ProtoLimitsFeature_EnforceProtoLimitsToJSON;
|
|
41
43
|
exports.generatedCodeInfo_Annotation_SemanticFromJSON = generatedCodeInfo_Annotation_SemanticFromJSON;
|
|
42
44
|
exports.generatedCodeInfo_Annotation_SemanticToJSON = generatedCodeInfo_Annotation_SemanticToJSON;
|
|
43
45
|
exports.symbolVisibilityFromJSON = symbolVisibilityFromJSON;
|
|
@@ -70,6 +72,9 @@ var Edition;
|
|
|
70
72
|
*/
|
|
71
73
|
Edition[Edition["EDITION_2023"] = 1000] = "EDITION_2023";
|
|
72
74
|
Edition[Edition["EDITION_2024"] = 1001] = "EDITION_2024";
|
|
75
|
+
Edition[Edition["EDITION_2026"] = 1002] = "EDITION_2026";
|
|
76
|
+
/** EDITION_UNSTABLE - A placeholder edition for developing and testing unscheduled features. */
|
|
77
|
+
Edition[Edition["EDITION_UNSTABLE"] = 9999] = "EDITION_UNSTABLE";
|
|
73
78
|
/**
|
|
74
79
|
* EDITION_1_TEST_ONLY - Placeholder editions for testing feature resolution. These should not be
|
|
75
80
|
* used or relied on outside of tests.
|
|
@@ -108,6 +113,12 @@ function editionFromJSON(object) {
|
|
|
108
113
|
case 1001:
|
|
109
114
|
case "EDITION_2024":
|
|
110
115
|
return Edition.EDITION_2024;
|
|
116
|
+
case 1002:
|
|
117
|
+
case "EDITION_2026":
|
|
118
|
+
return Edition.EDITION_2026;
|
|
119
|
+
case 9999:
|
|
120
|
+
case "EDITION_UNSTABLE":
|
|
121
|
+
return Edition.EDITION_UNSTABLE;
|
|
111
122
|
case 1:
|
|
112
123
|
case "EDITION_1_TEST_ONLY":
|
|
113
124
|
return Edition.EDITION_1_TEST_ONLY;
|
|
@@ -146,6 +157,10 @@ function editionToJSON(object) {
|
|
|
146
157
|
return "EDITION_2023";
|
|
147
158
|
case Edition.EDITION_2024:
|
|
148
159
|
return "EDITION_2024";
|
|
160
|
+
case Edition.EDITION_2026:
|
|
161
|
+
return "EDITION_2026";
|
|
162
|
+
case Edition.EDITION_UNSTABLE:
|
|
163
|
+
return "EDITION_UNSTABLE";
|
|
149
164
|
case Edition.EDITION_1_TEST_ONLY:
|
|
150
165
|
return "EDITION_1_TEST_ONLY";
|
|
151
166
|
case Edition.EDITION_2_TEST_ONLY:
|
|
@@ -930,6 +945,7 @@ var FeatureSet_EnforceNamingStyle;
|
|
|
930
945
|
FeatureSet_EnforceNamingStyle[FeatureSet_EnforceNamingStyle["ENFORCE_NAMING_STYLE_UNKNOWN"] = 0] = "ENFORCE_NAMING_STYLE_UNKNOWN";
|
|
931
946
|
FeatureSet_EnforceNamingStyle[FeatureSet_EnforceNamingStyle["STYLE2024"] = 1] = "STYLE2024";
|
|
932
947
|
FeatureSet_EnforceNamingStyle[FeatureSet_EnforceNamingStyle["STYLE_LEGACY"] = 2] = "STYLE_LEGACY";
|
|
948
|
+
FeatureSet_EnforceNamingStyle[FeatureSet_EnforceNamingStyle["STYLE2026"] = 3] = "STYLE2026";
|
|
933
949
|
FeatureSet_EnforceNamingStyle[FeatureSet_EnforceNamingStyle["UNRECOGNIZED"] = -1] = "UNRECOGNIZED";
|
|
934
950
|
})(FeatureSet_EnforceNamingStyle || (exports.FeatureSet_EnforceNamingStyle = FeatureSet_EnforceNamingStyle = {}));
|
|
935
951
|
exports.FeatureSet_EnforceNamingStyleAmino = FeatureSet_EnforceNamingStyle;
|
|
@@ -944,6 +960,9 @@ function featureSet_EnforceNamingStyleFromJSON(object) {
|
|
|
944
960
|
case 2:
|
|
945
961
|
case "STYLE_LEGACY":
|
|
946
962
|
return FeatureSet_EnforceNamingStyle.STYLE_LEGACY;
|
|
963
|
+
case 3:
|
|
964
|
+
case "STYLE2026":
|
|
965
|
+
return FeatureSet_EnforceNamingStyle.STYLE2026;
|
|
947
966
|
case -1:
|
|
948
967
|
case "UNRECOGNIZED":
|
|
949
968
|
default:
|
|
@@ -958,6 +977,8 @@ function featureSet_EnforceNamingStyleToJSON(object) {
|
|
|
958
977
|
return "STYLE2024";
|
|
959
978
|
case FeatureSet_EnforceNamingStyle.STYLE_LEGACY:
|
|
960
979
|
return "STYLE_LEGACY";
|
|
980
|
+
case FeatureSet_EnforceNamingStyle.STYLE2026:
|
|
981
|
+
return "STYLE2026";
|
|
961
982
|
case FeatureSet_EnforceNamingStyle.UNRECOGNIZED:
|
|
962
983
|
default:
|
|
963
984
|
return "UNRECOGNIZED";
|
|
@@ -1021,6 +1042,54 @@ function featureSet_VisibilityFeature_DefaultSymbolVisibilityToJSON(object) {
|
|
|
1021
1042
|
return "UNRECOGNIZED";
|
|
1022
1043
|
}
|
|
1023
1044
|
}
|
|
1045
|
+
var FeatureSet_ProtoLimitsFeature_EnforceProtoLimits;
|
|
1046
|
+
(function (FeatureSet_ProtoLimitsFeature_EnforceProtoLimits) {
|
|
1047
|
+
FeatureSet_ProtoLimitsFeature_EnforceProtoLimits[FeatureSet_ProtoLimitsFeature_EnforceProtoLimits["PROTO_LIMITS_UNKNOWN"] = 0] = "PROTO_LIMITS_UNKNOWN";
|
|
1048
|
+
/**
|
|
1049
|
+
* LEGACY_NO_EXPLICIT_LIMITS - Default pre-EDITION_2026: there are no limit enforcement at the protoc
|
|
1050
|
+
* level. Practical limits still exist, but they will tend to fail while
|
|
1051
|
+
* compiling protoc-generated code, and these limits tend to be language
|
|
1052
|
+
* or toolchain specific.
|
|
1053
|
+
*/
|
|
1054
|
+
FeatureSet_ProtoLimitsFeature_EnforceProtoLimits[FeatureSet_ProtoLimitsFeature_EnforceProtoLimits["LEGACY_NO_EXPLICIT_LIMITS"] = 1] = "LEGACY_NO_EXPLICIT_LIMITS";
|
|
1055
|
+
/**
|
|
1056
|
+
* PROTO_LIMITS2026 - A set of limits enforced by Edition 2026 by default. For a detailed
|
|
1057
|
+
* list of all the limits please consult the Edition 2026 documentation.
|
|
1058
|
+
*/
|
|
1059
|
+
FeatureSet_ProtoLimitsFeature_EnforceProtoLimits[FeatureSet_ProtoLimitsFeature_EnforceProtoLimits["PROTO_LIMITS2026"] = 2] = "PROTO_LIMITS2026";
|
|
1060
|
+
FeatureSet_ProtoLimitsFeature_EnforceProtoLimits[FeatureSet_ProtoLimitsFeature_EnforceProtoLimits["UNRECOGNIZED"] = -1] = "UNRECOGNIZED";
|
|
1061
|
+
})(FeatureSet_ProtoLimitsFeature_EnforceProtoLimits || (exports.FeatureSet_ProtoLimitsFeature_EnforceProtoLimits = FeatureSet_ProtoLimitsFeature_EnforceProtoLimits = {}));
|
|
1062
|
+
exports.FeatureSet_ProtoLimitsFeature_EnforceProtoLimitsAmino = FeatureSet_ProtoLimitsFeature_EnforceProtoLimits;
|
|
1063
|
+
function featureSet_ProtoLimitsFeature_EnforceProtoLimitsFromJSON(object) {
|
|
1064
|
+
switch (object) {
|
|
1065
|
+
case 0:
|
|
1066
|
+
case "PROTO_LIMITS_UNKNOWN":
|
|
1067
|
+
return FeatureSet_ProtoLimitsFeature_EnforceProtoLimits.PROTO_LIMITS_UNKNOWN;
|
|
1068
|
+
case 1:
|
|
1069
|
+
case "LEGACY_NO_EXPLICIT_LIMITS":
|
|
1070
|
+
return FeatureSet_ProtoLimitsFeature_EnforceProtoLimits.LEGACY_NO_EXPLICIT_LIMITS;
|
|
1071
|
+
case 2:
|
|
1072
|
+
case "PROTO_LIMITS2026":
|
|
1073
|
+
return FeatureSet_ProtoLimitsFeature_EnforceProtoLimits.PROTO_LIMITS2026;
|
|
1074
|
+
case -1:
|
|
1075
|
+
case "UNRECOGNIZED":
|
|
1076
|
+
default:
|
|
1077
|
+
return FeatureSet_ProtoLimitsFeature_EnforceProtoLimits.UNRECOGNIZED;
|
|
1078
|
+
}
|
|
1079
|
+
}
|
|
1080
|
+
function featureSet_ProtoLimitsFeature_EnforceProtoLimitsToJSON(object) {
|
|
1081
|
+
switch (object) {
|
|
1082
|
+
case FeatureSet_ProtoLimitsFeature_EnforceProtoLimits.PROTO_LIMITS_UNKNOWN:
|
|
1083
|
+
return "PROTO_LIMITS_UNKNOWN";
|
|
1084
|
+
case FeatureSet_ProtoLimitsFeature_EnforceProtoLimits.LEGACY_NO_EXPLICIT_LIMITS:
|
|
1085
|
+
return "LEGACY_NO_EXPLICIT_LIMITS";
|
|
1086
|
+
case FeatureSet_ProtoLimitsFeature_EnforceProtoLimits.PROTO_LIMITS2026:
|
|
1087
|
+
return "PROTO_LIMITS2026";
|
|
1088
|
+
case FeatureSet_ProtoLimitsFeature_EnforceProtoLimits.UNRECOGNIZED:
|
|
1089
|
+
default:
|
|
1090
|
+
return "UNRECOGNIZED";
|
|
1091
|
+
}
|
|
1092
|
+
}
|
|
1024
1093
|
/**
|
|
1025
1094
|
* Represents the identified object's effect on the element in the original
|
|
1026
1095
|
* .proto file.
|
|
@@ -3661,7 +3730,8 @@ function createBaseFieldOptions_FeatureSupport() {
|
|
|
3661
3730
|
editionIntroduced: 1,
|
|
3662
3731
|
editionDeprecated: 1,
|
|
3663
3732
|
deprecationWarning: "",
|
|
3664
|
-
editionRemoved: 1
|
|
3733
|
+
editionRemoved: 1,
|
|
3734
|
+
removalError: ""
|
|
3665
3735
|
};
|
|
3666
3736
|
}
|
|
3667
3737
|
/**
|
|
@@ -3685,6 +3755,9 @@ exports.FieldOptions_FeatureSupport = {
|
|
|
3685
3755
|
if (message.editionRemoved !== 1) {
|
|
3686
3756
|
writer.uint32(32).int32(message.editionRemoved);
|
|
3687
3757
|
}
|
|
3758
|
+
if (message.removalError !== "") {
|
|
3759
|
+
writer.uint32(42).string(message.removalError);
|
|
3760
|
+
}
|
|
3688
3761
|
return writer;
|
|
3689
3762
|
},
|
|
3690
3763
|
decode(input, length) {
|
|
@@ -3706,6 +3779,9 @@ exports.FieldOptions_FeatureSupport = {
|
|
|
3706
3779
|
case 4:
|
|
3707
3780
|
message.editionRemoved = reader.int32();
|
|
3708
3781
|
break;
|
|
3782
|
+
case 5:
|
|
3783
|
+
message.removalError = reader.string();
|
|
3784
|
+
break;
|
|
3709
3785
|
default:
|
|
3710
3786
|
reader.skipType(tag & 7);
|
|
3711
3787
|
break;
|
|
@@ -3719,6 +3795,7 @@ exports.FieldOptions_FeatureSupport = {
|
|
|
3719
3795
|
message.editionDeprecated = object.editionDeprecated ?? 1;
|
|
3720
3796
|
message.deprecationWarning = object.deprecationWarning ?? "";
|
|
3721
3797
|
message.editionRemoved = object.editionRemoved ?? 1;
|
|
3798
|
+
message.removalError = object.removalError ?? "";
|
|
3722
3799
|
return message;
|
|
3723
3800
|
},
|
|
3724
3801
|
fromAmino(object) {
|
|
@@ -3735,6 +3812,9 @@ exports.FieldOptions_FeatureSupport = {
|
|
|
3735
3812
|
if (object.edition_removed !== undefined && object.edition_removed !== null) {
|
|
3736
3813
|
message.editionRemoved = object.edition_removed;
|
|
3737
3814
|
}
|
|
3815
|
+
if (object.removal_error !== undefined && object.removal_error !== null) {
|
|
3816
|
+
message.removalError = object.removal_error;
|
|
3817
|
+
}
|
|
3738
3818
|
return message;
|
|
3739
3819
|
},
|
|
3740
3820
|
toAmino(message) {
|
|
@@ -3743,6 +3823,7 @@ exports.FieldOptions_FeatureSupport = {
|
|
|
3743
3823
|
obj.edition_deprecated = message.editionDeprecated === 1 ? undefined : message.editionDeprecated;
|
|
3744
3824
|
obj.deprecation_warning = message.deprecationWarning === "" ? undefined : message.deprecationWarning;
|
|
3745
3825
|
obj.edition_removed = message.editionRemoved === 1 ? undefined : message.editionRemoved;
|
|
3826
|
+
obj.removal_error = message.removalError === "" ? undefined : message.removalError;
|
|
3746
3827
|
return obj;
|
|
3747
3828
|
},
|
|
3748
3829
|
fromAminoMsg(object) {
|
|
@@ -4719,6 +4800,61 @@ exports.FeatureSet_VisibilityFeature = {
|
|
|
4719
4800
|
};
|
|
4720
4801
|
}
|
|
4721
4802
|
};
|
|
4803
|
+
function createBaseFeatureSet_ProtoLimitsFeature() {
|
|
4804
|
+
return {};
|
|
4805
|
+
}
|
|
4806
|
+
/**
|
|
4807
|
+
* @name FeatureSet_ProtoLimitsFeature
|
|
4808
|
+
* @package google.protobuf
|
|
4809
|
+
* @see proto type: google.protobuf.ProtoLimitsFeature
|
|
4810
|
+
*/
|
|
4811
|
+
exports.FeatureSet_ProtoLimitsFeature = {
|
|
4812
|
+
typeUrl: "/google.protobuf.ProtoLimitsFeature",
|
|
4813
|
+
encode(_, writer = binary_1.BinaryWriter.create()) {
|
|
4814
|
+
return writer;
|
|
4815
|
+
},
|
|
4816
|
+
decode(input, length) {
|
|
4817
|
+
const reader = input instanceof binary_1.BinaryReader ? input : new binary_1.BinaryReader(input);
|
|
4818
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
4819
|
+
const message = createBaseFeatureSet_ProtoLimitsFeature();
|
|
4820
|
+
while (reader.pos < end) {
|
|
4821
|
+
const tag = reader.uint32();
|
|
4822
|
+
switch (tag >>> 3) {
|
|
4823
|
+
default:
|
|
4824
|
+
reader.skipType(tag & 7);
|
|
4825
|
+
break;
|
|
4826
|
+
}
|
|
4827
|
+
}
|
|
4828
|
+
return message;
|
|
4829
|
+
},
|
|
4830
|
+
fromPartial(_) {
|
|
4831
|
+
const message = createBaseFeatureSet_ProtoLimitsFeature();
|
|
4832
|
+
return message;
|
|
4833
|
+
},
|
|
4834
|
+
fromAmino(_) {
|
|
4835
|
+
const message = createBaseFeatureSet_ProtoLimitsFeature();
|
|
4836
|
+
return message;
|
|
4837
|
+
},
|
|
4838
|
+
toAmino(_) {
|
|
4839
|
+
const obj = {};
|
|
4840
|
+
return obj;
|
|
4841
|
+
},
|
|
4842
|
+
fromAminoMsg(object) {
|
|
4843
|
+
return exports.FeatureSet_ProtoLimitsFeature.fromAmino(object.value);
|
|
4844
|
+
},
|
|
4845
|
+
fromProtoMsg(message) {
|
|
4846
|
+
return exports.FeatureSet_ProtoLimitsFeature.decode(message.value);
|
|
4847
|
+
},
|
|
4848
|
+
toProto(message) {
|
|
4849
|
+
return exports.FeatureSet_ProtoLimitsFeature.encode(message).finish();
|
|
4850
|
+
},
|
|
4851
|
+
toProtoMsg(message) {
|
|
4852
|
+
return {
|
|
4853
|
+
typeUrl: "/google.protobuf.ProtoLimitsFeature",
|
|
4854
|
+
value: exports.FeatureSet_ProtoLimitsFeature.encode(message).finish()
|
|
4855
|
+
};
|
|
4856
|
+
}
|
|
4857
|
+
};
|
|
4722
4858
|
function createBaseFeatureSetDefaults() {
|
|
4723
4859
|
return {
|
|
4724
4860
|
defaults: [],
|
|
@@ -73,8 +73,8 @@ import { DeepPartial } from "../../helpers";
|
|
|
73
73
|
* {hour}, {min}, and {sec} are zero-padded to two digits each. The fractional
|
|
74
74
|
* seconds, which can go up to 9 digits (i.e. up to 1 nanosecond resolution),
|
|
75
75
|
* are optional. The "Z" suffix indicates the timezone ("UTC"); the timezone
|
|
76
|
-
* is required. A
|
|
77
|
-
* "Z") when printing the Timestamp type and a
|
|
76
|
+
* is required. A ProtoJSON serializer should always use UTC (as indicated by
|
|
77
|
+
* "Z") when printing the Timestamp type and a ProtoJSON parser should be
|
|
78
78
|
* able to accept both UTC and other timezones (as indicated by an offset).
|
|
79
79
|
*
|
|
80
80
|
* For example, "2017-01-15T01:30:15.01Z" encodes 15.01 seconds past
|
|
@@ -96,15 +96,16 @@ import { DeepPartial } from "../../helpers";
|
|
|
96
96
|
*/
|
|
97
97
|
export interface Timestamp {
|
|
98
98
|
/**
|
|
99
|
-
* Represents seconds of UTC time since Unix epoch
|
|
100
|
-
*
|
|
101
|
-
* 9999-12-31T23:59:59Z
|
|
99
|
+
* Represents seconds of UTC time since Unix epoch 1970-01-01T00:00:00Z. Must
|
|
100
|
+
* be between -62135596800 and 253402300799 inclusive (which corresponds to
|
|
101
|
+
* 0001-01-01T00:00:00Z to 9999-12-31T23:59:59Z).
|
|
102
102
|
*/
|
|
103
103
|
seconds: bigint;
|
|
104
104
|
/**
|
|
105
|
-
* Non-negative fractions of a second at nanosecond resolution.
|
|
106
|
-
*
|
|
107
|
-
*
|
|
105
|
+
* Non-negative fractions of a second at nanosecond resolution. This field is
|
|
106
|
+
* the nanosecond portion of the duration, not an alternative to seconds.
|
|
107
|
+
* Negative second values with fractions must still have non-negative nanos
|
|
108
|
+
* values that count forward in time. Must be between 0 and 999,999,999
|
|
108
109
|
* inclusive.
|
|
109
110
|
*/
|
|
110
111
|
nanos: number;
|
|
@@ -186,8 +187,8 @@ export interface TimestampProtoMsg {
|
|
|
186
187
|
* {hour}, {min}, and {sec} are zero-padded to two digits each. The fractional
|
|
187
188
|
* seconds, which can go up to 9 digits (i.e. up to 1 nanosecond resolution),
|
|
188
189
|
* are optional. The "Z" suffix indicates the timezone ("UTC"); the timezone
|
|
189
|
-
* is required. A
|
|
190
|
-
* "Z") when printing the Timestamp type and a
|
|
190
|
+
* is required. A ProtoJSON serializer should always use UTC (as indicated by
|
|
191
|
+
* "Z") when printing the Timestamp type and a ProtoJSON parser should be
|
|
191
192
|
* able to accept both UTC and other timezones (as indicated by an offset).
|
|
192
193
|
*
|
|
193
194
|
* For example, "2017-01-15T01:30:15.01Z" encodes 15.01 seconds past
|
|
@@ -285,8 +286,8 @@ export interface TimestampAminoMsg {
|
|
|
285
286
|
* {hour}, {min}, and {sec} are zero-padded to two digits each. The fractional
|
|
286
287
|
* seconds, which can go up to 9 digits (i.e. up to 1 nanosecond resolution),
|
|
287
288
|
* are optional. The "Z" suffix indicates the timezone ("UTC"); the timezone
|
|
288
|
-
* is required. A
|
|
289
|
-
* "Z") when printing the Timestamp type and a
|
|
289
|
+
* is required. A ProtoJSON serializer should always use UTC (as indicated by
|
|
290
|
+
* "Z") when printing the Timestamp type and a ProtoJSON parser should be
|
|
290
291
|
* able to accept both UTC and other timezones (as indicated by an offset).
|
|
291
292
|
*
|
|
292
293
|
* For example, "2017-01-15T01:30:15.01Z" encodes 15.01 seconds past
|
|
@@ -83,8 +83,8 @@ function createBaseTimestamp() {
|
|
|
83
83
|
* {hour}, {min}, and {sec} are zero-padded to two digits each. The fractional
|
|
84
84
|
* seconds, which can go up to 9 digits (i.e. up to 1 nanosecond resolution),
|
|
85
85
|
* are optional. The "Z" suffix indicates the timezone ("UTC"); the timezone
|
|
86
|
-
* is required. A
|
|
87
|
-
* "Z") when printing the Timestamp type and a
|
|
86
|
+
* is required. A ProtoJSON serializer should always use UTC (as indicated by
|
|
87
|
+
* "Z") when printing the Timestamp type and a ProtoJSON parser should be
|
|
88
88
|
* able to accept both UTC and other timezones (as indicated by an offset).
|
|
89
89
|
*
|
|
90
90
|
* For example, "2017-01-15T01:30:15.01Z" encodes 15.01 seconds past
|
|
@@ -0,0 +1,165 @@
|
|
|
1
|
+
import { Any, AnyAmino } from "../../../../google/protobuf/any";
|
|
2
|
+
import { BinaryReader, BinaryWriter } from "../../../../binary";
|
|
3
|
+
import { DeepPartial } from "../../../../helpers";
|
|
4
|
+
/**
|
|
5
|
+
* AccountIdentifier is used to identify a ICS27 account.
|
|
6
|
+
* @name AccountIdentifier
|
|
7
|
+
* @package ibc.applications.gmp.v1
|
|
8
|
+
* @see proto type: ibc.applications.gmp.v1.AccountIdentifier
|
|
9
|
+
*/
|
|
10
|
+
export interface AccountIdentifier {
|
|
11
|
+
/**
|
|
12
|
+
* The (local) client identifier
|
|
13
|
+
*/
|
|
14
|
+
clientId: string;
|
|
15
|
+
/**
|
|
16
|
+
* The sender of the packet
|
|
17
|
+
*/
|
|
18
|
+
sender: string;
|
|
19
|
+
/**
|
|
20
|
+
* The salt of the packet
|
|
21
|
+
*/
|
|
22
|
+
salt: Uint8Array;
|
|
23
|
+
}
|
|
24
|
+
export interface AccountIdentifierProtoMsg {
|
|
25
|
+
typeUrl: "/ibc.applications.gmp.v1.AccountIdentifier";
|
|
26
|
+
value: Uint8Array;
|
|
27
|
+
}
|
|
28
|
+
/**
|
|
29
|
+
* AccountIdentifier is used to identify a ICS27 account.
|
|
30
|
+
* @name AccountIdentifierAmino
|
|
31
|
+
* @package ibc.applications.gmp.v1
|
|
32
|
+
* @see proto type: ibc.applications.gmp.v1.AccountIdentifier
|
|
33
|
+
*/
|
|
34
|
+
export interface AccountIdentifierAmino {
|
|
35
|
+
/**
|
|
36
|
+
* The (local) client identifier
|
|
37
|
+
*/
|
|
38
|
+
client_id?: string;
|
|
39
|
+
/**
|
|
40
|
+
* The sender of the packet
|
|
41
|
+
*/
|
|
42
|
+
sender?: string;
|
|
43
|
+
/**
|
|
44
|
+
* The salt of the packet
|
|
45
|
+
*/
|
|
46
|
+
salt?: string;
|
|
47
|
+
}
|
|
48
|
+
export interface AccountIdentifierAminoMsg {
|
|
49
|
+
type: "cosmos-sdk/AccountIdentifier";
|
|
50
|
+
value: AccountIdentifierAmino;
|
|
51
|
+
}
|
|
52
|
+
/**
|
|
53
|
+
* An ICS27Account is defined as a BaseAccount & the account identifier
|
|
54
|
+
* @name ICS27Account
|
|
55
|
+
* @package ibc.applications.gmp.v1
|
|
56
|
+
* @see proto type: ibc.applications.gmp.v1.ICS27Account
|
|
57
|
+
*/
|
|
58
|
+
export interface ICS27Account {
|
|
59
|
+
address: string;
|
|
60
|
+
accountId?: AccountIdentifier;
|
|
61
|
+
}
|
|
62
|
+
export interface ICS27AccountProtoMsg {
|
|
63
|
+
typeUrl: "/ibc.applications.gmp.v1.ICS27Account";
|
|
64
|
+
value: Uint8Array;
|
|
65
|
+
}
|
|
66
|
+
/**
|
|
67
|
+
* An ICS27Account is defined as a BaseAccount & the account identifier
|
|
68
|
+
* @name ICS27AccountAmino
|
|
69
|
+
* @package ibc.applications.gmp.v1
|
|
70
|
+
* @see proto type: ibc.applications.gmp.v1.ICS27Account
|
|
71
|
+
*/
|
|
72
|
+
export interface ICS27AccountAmino {
|
|
73
|
+
address?: string;
|
|
74
|
+
account_id?: AccountIdentifierAmino;
|
|
75
|
+
}
|
|
76
|
+
export interface ICS27AccountAminoMsg {
|
|
77
|
+
type: "cosmos-sdk/ICS27Account";
|
|
78
|
+
value: ICS27AccountAmino;
|
|
79
|
+
}
|
|
80
|
+
/**
|
|
81
|
+
* CosmosTx contains a list of sdk.Msg's. It should be used when sending transactions to an SDK host chain.
|
|
82
|
+
* @name CosmosTx
|
|
83
|
+
* @package ibc.applications.gmp.v1
|
|
84
|
+
* @see proto type: ibc.applications.gmp.v1.CosmosTx
|
|
85
|
+
*/
|
|
86
|
+
export interface CosmosTx {
|
|
87
|
+
messages: Any[];
|
|
88
|
+
}
|
|
89
|
+
export interface CosmosTxProtoMsg {
|
|
90
|
+
typeUrl: "/ibc.applications.gmp.v1.CosmosTx";
|
|
91
|
+
value: Uint8Array;
|
|
92
|
+
}
|
|
93
|
+
/**
|
|
94
|
+
* CosmosTx contains a list of sdk.Msg's. It should be used when sending transactions to an SDK host chain.
|
|
95
|
+
* @name CosmosTxAmino
|
|
96
|
+
* @package ibc.applications.gmp.v1
|
|
97
|
+
* @see proto type: ibc.applications.gmp.v1.CosmosTx
|
|
98
|
+
*/
|
|
99
|
+
export interface CosmosTxAmino {
|
|
100
|
+
messages?: AnyAmino[];
|
|
101
|
+
}
|
|
102
|
+
export interface CosmosTxAminoMsg {
|
|
103
|
+
type: "cosmos-sdk/CosmosTx";
|
|
104
|
+
value: CosmosTxAmino;
|
|
105
|
+
}
|
|
106
|
+
/**
|
|
107
|
+
* AccountIdentifier is used to identify a ICS27 account.
|
|
108
|
+
* @name AccountIdentifier
|
|
109
|
+
* @package ibc.applications.gmp.v1
|
|
110
|
+
* @see proto type: ibc.applications.gmp.v1.AccountIdentifier
|
|
111
|
+
*/
|
|
112
|
+
export declare const AccountIdentifier: {
|
|
113
|
+
typeUrl: string;
|
|
114
|
+
aminoType: string;
|
|
115
|
+
encode(message: AccountIdentifier, writer?: BinaryWriter): BinaryWriter;
|
|
116
|
+
decode(input: BinaryReader | Uint8Array, length?: number): AccountIdentifier;
|
|
117
|
+
fromPartial(object: DeepPartial<AccountIdentifier>): AccountIdentifier;
|
|
118
|
+
fromAmino(object: AccountIdentifierAmino): AccountIdentifier;
|
|
119
|
+
toAmino(message: AccountIdentifier): AccountIdentifierAmino;
|
|
120
|
+
fromAminoMsg(object: AccountIdentifierAminoMsg): AccountIdentifier;
|
|
121
|
+
toAminoMsg(message: AccountIdentifier): AccountIdentifierAminoMsg;
|
|
122
|
+
fromProtoMsg(message: AccountIdentifierProtoMsg): AccountIdentifier;
|
|
123
|
+
toProto(message: AccountIdentifier): Uint8Array;
|
|
124
|
+
toProtoMsg(message: AccountIdentifier): AccountIdentifierProtoMsg;
|
|
125
|
+
};
|
|
126
|
+
/**
|
|
127
|
+
* An ICS27Account is defined as a BaseAccount & the account identifier
|
|
128
|
+
* @name ICS27Account
|
|
129
|
+
* @package ibc.applications.gmp.v1
|
|
130
|
+
* @see proto type: ibc.applications.gmp.v1.ICS27Account
|
|
131
|
+
*/
|
|
132
|
+
export declare const ICS27Account: {
|
|
133
|
+
typeUrl: string;
|
|
134
|
+
aminoType: string;
|
|
135
|
+
encode(message: ICS27Account, writer?: BinaryWriter): BinaryWriter;
|
|
136
|
+
decode(input: BinaryReader | Uint8Array, length?: number): ICS27Account;
|
|
137
|
+
fromPartial(object: DeepPartial<ICS27Account>): ICS27Account;
|
|
138
|
+
fromAmino(object: ICS27AccountAmino): ICS27Account;
|
|
139
|
+
toAmino(message: ICS27Account): ICS27AccountAmino;
|
|
140
|
+
fromAminoMsg(object: ICS27AccountAminoMsg): ICS27Account;
|
|
141
|
+
toAminoMsg(message: ICS27Account): ICS27AccountAminoMsg;
|
|
142
|
+
fromProtoMsg(message: ICS27AccountProtoMsg): ICS27Account;
|
|
143
|
+
toProto(message: ICS27Account): Uint8Array;
|
|
144
|
+
toProtoMsg(message: ICS27Account): ICS27AccountProtoMsg;
|
|
145
|
+
};
|
|
146
|
+
/**
|
|
147
|
+
* CosmosTx contains a list of sdk.Msg's. It should be used when sending transactions to an SDK host chain.
|
|
148
|
+
* @name CosmosTx
|
|
149
|
+
* @package ibc.applications.gmp.v1
|
|
150
|
+
* @see proto type: ibc.applications.gmp.v1.CosmosTx
|
|
151
|
+
*/
|
|
152
|
+
export declare const CosmosTx: {
|
|
153
|
+
typeUrl: string;
|
|
154
|
+
aminoType: string;
|
|
155
|
+
encode(message: CosmosTx, writer?: BinaryWriter): BinaryWriter;
|
|
156
|
+
decode(input: BinaryReader | Uint8Array, length?: number): CosmosTx;
|
|
157
|
+
fromPartial(object: DeepPartial<CosmosTx>): CosmosTx;
|
|
158
|
+
fromAmino(object: CosmosTxAmino): CosmosTx;
|
|
159
|
+
toAmino(message: CosmosTx): CosmosTxAmino;
|
|
160
|
+
fromAminoMsg(object: CosmosTxAminoMsg): CosmosTx;
|
|
161
|
+
toAminoMsg(message: CosmosTx): CosmosTxAminoMsg;
|
|
162
|
+
fromProtoMsg(message: CosmosTxProtoMsg): CosmosTx;
|
|
163
|
+
toProto(message: CosmosTx): Uint8Array;
|
|
164
|
+
toProtoMsg(message: CosmosTx): CosmosTxProtoMsg;
|
|
165
|
+
};
|