@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
package/google/bundle.js
CHANGED
|
@@ -35,16 +35,16 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
35
35
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
36
|
exports.google = void 0;
|
|
37
37
|
//@ts-nocheck
|
|
38
|
-
const
|
|
39
|
-
const
|
|
40
|
-
const
|
|
41
|
-
const
|
|
38
|
+
const _232 = __importStar(require("./protobuf/any"));
|
|
39
|
+
const _233 = __importStar(require("./protobuf/descriptor"));
|
|
40
|
+
const _234 = __importStar(require("./protobuf/duration"));
|
|
41
|
+
const _235 = __importStar(require("./protobuf/timestamp"));
|
|
42
42
|
var google;
|
|
43
43
|
(function (google) {
|
|
44
44
|
google.protobuf = {
|
|
45
|
-
...
|
|
46
|
-
...
|
|
47
|
-
...
|
|
48
|
-
...
|
|
45
|
+
..._232,
|
|
46
|
+
..._233,
|
|
47
|
+
..._234,
|
|
48
|
+
..._235
|
|
49
49
|
};
|
|
50
50
|
})(google || (exports.google = google = {}));
|
package/google/protobuf/any.d.ts
CHANGED
|
@@ -4,126 +4,72 @@ import { DeepPartial } from "../../helpers";
|
|
|
4
4
|
* `Any` contains an arbitrary serialized protocol buffer message along with a
|
|
5
5
|
* URL that describes the type of the serialized message.
|
|
6
6
|
*
|
|
7
|
-
*
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
*
|
|
11
|
-
*
|
|
12
|
-
*
|
|
13
|
-
*
|
|
14
|
-
*
|
|
15
|
-
*
|
|
16
|
-
*
|
|
17
|
-
*
|
|
18
|
-
*
|
|
19
|
-
*
|
|
20
|
-
*
|
|
21
|
-
*
|
|
22
|
-
*
|
|
23
|
-
*
|
|
24
|
-
*
|
|
25
|
-
*
|
|
26
|
-
*
|
|
27
|
-
*
|
|
28
|
-
*
|
|
29
|
-
*
|
|
30
|
-
*
|
|
31
|
-
*
|
|
32
|
-
*
|
|
33
|
-
*
|
|
34
|
-
*
|
|
35
|
-
* foo = Foo(...)
|
|
36
|
-
* any = Any()
|
|
37
|
-
* any.Pack(foo)
|
|
38
|
-
* ...
|
|
39
|
-
* if any.Is(Foo.DESCRIPTOR):
|
|
40
|
-
* any.Unpack(foo)
|
|
41
|
-
* ...
|
|
42
|
-
*
|
|
43
|
-
* Example 4: Pack and unpack a message in Go
|
|
44
|
-
*
|
|
45
|
-
* foo := &pb.Foo{...}
|
|
46
|
-
* any, err := anypb.New(foo)
|
|
47
|
-
* if err != nil {
|
|
48
|
-
* ...
|
|
49
|
-
* }
|
|
50
|
-
* ...
|
|
51
|
-
* foo := &pb.Foo{}
|
|
52
|
-
* if err := any.UnmarshalTo(foo); err != nil {
|
|
53
|
-
* ...
|
|
54
|
-
* }
|
|
55
|
-
*
|
|
56
|
-
* The pack methods provided by protobuf library will by default use
|
|
57
|
-
* 'type.googleapis.com/full.type.name' as the type URL and the unpack
|
|
58
|
-
* methods only use the fully qualified type name after the last '/'
|
|
59
|
-
* in the type URL, for example "foo.bar.com/x/y.z" will yield type
|
|
60
|
-
* name "y.z".
|
|
61
|
-
*
|
|
62
|
-
* JSON
|
|
63
|
-
* ====
|
|
64
|
-
* The JSON representation of an `Any` value uses the regular
|
|
65
|
-
* representation of the deserialized, embedded message, with an
|
|
66
|
-
* additional field `@type` which contains the type URL. Example:
|
|
67
|
-
*
|
|
68
|
-
* package google.profile;
|
|
69
|
-
* message Person {
|
|
70
|
-
* string first_name = 1;
|
|
71
|
-
* string last_name = 2;
|
|
72
|
-
* }
|
|
73
|
-
*
|
|
74
|
-
* {
|
|
75
|
-
* "@type": "type.googleapis.com/google.profile.Person",
|
|
76
|
-
* "firstName": <string>,
|
|
77
|
-
* "lastName": <string>
|
|
78
|
-
* }
|
|
79
|
-
*
|
|
80
|
-
* If the embedded message type is well-known and has a custom JSON
|
|
81
|
-
* representation, that representation will be embedded adding a field
|
|
82
|
-
* `value` which holds the custom JSON in addition to the `@type`
|
|
83
|
-
* field. Example (for message [google.protobuf.Duration][]):
|
|
84
|
-
*
|
|
85
|
-
* {
|
|
86
|
-
* "@type": "type.googleapis.com/google.protobuf.Duration",
|
|
87
|
-
* "value": "1.212s"
|
|
88
|
-
* }
|
|
7
|
+
* In its binary encoding, an `Any` is an ordinary message; but in other wire
|
|
8
|
+
* forms like JSON, it has a special encoding. The format of the type URL is
|
|
9
|
+
* described on the `type_url` field.
|
|
10
|
+
*
|
|
11
|
+
* Protobuf APIs provide utilities to interact with `Any` values:
|
|
12
|
+
*
|
|
13
|
+
* - A 'pack' operation accepts a message and constructs a generic `Any` wrapper
|
|
14
|
+
* around it.
|
|
15
|
+
* - An 'unpack' operation reads the content of an `Any` message, either into an
|
|
16
|
+
* existing message or a new one. Unpack operations must check the type of the
|
|
17
|
+
* value they unpack against the declared `type_url`.
|
|
18
|
+
* - An 'is' operation decides whether an `Any` contains a message of the given
|
|
19
|
+
* type, i.e. whether it can 'unpack' that type.
|
|
20
|
+
*
|
|
21
|
+
* The JSON format representation of an `Any` follows one of these cases:
|
|
22
|
+
*
|
|
23
|
+
* - For types without special-cased JSON encodings, the JSON format
|
|
24
|
+
* representation of the `Any` is the same as that of the message, with an
|
|
25
|
+
* additional `@type` field which contains the type URL.
|
|
26
|
+
* - For types with special-cased JSON encodings (typically called 'well-known'
|
|
27
|
+
* types, listed in https://protobuf.dev/programming-guides/json/#any), the
|
|
28
|
+
* JSON format representation has a key `@type` which contains the type URL
|
|
29
|
+
* and a key `value` which contains the JSON-serialized value.
|
|
30
|
+
*
|
|
31
|
+
* The text format representation of an `Any` is like a message with one field
|
|
32
|
+
* whose name is the type URL in brackets. For example, an `Any` containing a
|
|
33
|
+
* `foo.Bar` message may be written `[type.googleapis.com/foo.Bar] { a: 2 }`.
|
|
89
34
|
* @name Any
|
|
90
35
|
* @package google.protobuf
|
|
91
36
|
* @see proto type: google.protobuf.Any
|
|
92
37
|
*/
|
|
93
38
|
export interface Any {
|
|
94
39
|
/**
|
|
95
|
-
*
|
|
96
|
-
*
|
|
97
|
-
* one "/" character. The last segment of the URL's path must represent
|
|
98
|
-
* the fully qualified name of the type (as in
|
|
99
|
-
* `path/google.protobuf.Duration`). The name should be in a canonical form
|
|
100
|
-
* (e.g., leading "." is not accepted).
|
|
40
|
+
* Identifies the type of the serialized Protobuf message with a URI reference
|
|
41
|
+
* consisting of a prefix ending in a slash and the fully-qualified type name.
|
|
101
42
|
*
|
|
102
|
-
*
|
|
103
|
-
* expect it to use in the context of Any. However, for URLs which use the
|
|
104
|
-
* scheme `http`, `https`, or no scheme, one can optionally set up a type
|
|
105
|
-
* server that maps type URLs to message definitions as follows:
|
|
43
|
+
* Example: type.googleapis.com/google.protobuf.StringValue
|
|
106
44
|
*
|
|
107
|
-
*
|
|
108
|
-
*
|
|
109
|
-
*
|
|
110
|
-
*
|
|
111
|
-
* URL, or have them precompiled into a binary to avoid any
|
|
112
|
-
* lookup. Therefore, binary compatibility needs to be preserved
|
|
113
|
-
* on changes to types. (Use versioned type names to manage
|
|
114
|
-
* breaking changes.)
|
|
45
|
+
* This string must contain at least one `/` character, and the content after
|
|
46
|
+
* the last `/` must be the fully-qualified name of the type in canonical
|
|
47
|
+
* form, without a leading dot. Do not write a scheme on these URI references
|
|
48
|
+
* so that clients do not attempt to contact them.
|
|
115
49
|
*
|
|
116
|
-
*
|
|
117
|
-
*
|
|
118
|
-
* type.googleapis.com
|
|
119
|
-
* implementations
|
|
50
|
+
* The prefix is arbitrary and Protobuf implementations are expected to
|
|
51
|
+
* simply strip off everything up to and including the last `/` to identify
|
|
52
|
+
* the type. `type.googleapis.com/` is a common default prefix that some
|
|
53
|
+
* legacy implementations require. This prefix does not indicate the origin of
|
|
54
|
+
* the type, and URIs containing it are not expected to respond to any
|
|
55
|
+
* requests.
|
|
120
56
|
*
|
|
121
|
-
*
|
|
122
|
-
*
|
|
57
|
+
* All type URL strings must be legal URI references with the additional
|
|
58
|
+
* restriction (for the text format) that the content of the reference
|
|
59
|
+
* must consist only of alphanumeric characters, percent-encoded escapes, and
|
|
60
|
+
* characters in the following set (not including the outer backticks):
|
|
61
|
+
* `/-.~_!$&()*+,;=`. Despite our allowing percent encodings, implementations
|
|
62
|
+
* should not unescape them to prevent confusion with existing parsers. For
|
|
63
|
+
* example, `type.googleapis.com%2FFoo` should be rejected.
|
|
64
|
+
*
|
|
65
|
+
* In the original design of `Any`, the possibility of launching a type
|
|
66
|
+
* resolution service at these type URLs was considered but Protobuf never
|
|
67
|
+
* implemented one and considers contacting these URLs to be problematic and
|
|
68
|
+
* a potential security issue. Do not attempt to contact type URLs.
|
|
123
69
|
*/
|
|
124
70
|
typeUrl: string;
|
|
125
71
|
/**
|
|
126
|
-
*
|
|
72
|
+
* Holds a Protobuf serialization of the type described by type_url.
|
|
127
73
|
*/
|
|
128
74
|
value: Uint8Array;
|
|
129
75
|
}
|
|
@@ -135,126 +81,72 @@ export interface AnyProtoMsg {
|
|
|
135
81
|
* `Any` contains an arbitrary serialized protocol buffer message along with a
|
|
136
82
|
* URL that describes the type of the serialized message.
|
|
137
83
|
*
|
|
138
|
-
*
|
|
139
|
-
*
|
|
140
|
-
*
|
|
141
|
-
*
|
|
142
|
-
*
|
|
143
|
-
*
|
|
144
|
-
*
|
|
145
|
-
*
|
|
146
|
-
*
|
|
147
|
-
*
|
|
148
|
-
*
|
|
149
|
-
*
|
|
150
|
-
*
|
|
151
|
-
*
|
|
152
|
-
*
|
|
153
|
-
*
|
|
154
|
-
*
|
|
155
|
-
*
|
|
156
|
-
*
|
|
157
|
-
*
|
|
158
|
-
*
|
|
159
|
-
*
|
|
160
|
-
*
|
|
161
|
-
*
|
|
162
|
-
*
|
|
163
|
-
*
|
|
164
|
-
*
|
|
165
|
-
*
|
|
166
|
-
* foo = Foo(...)
|
|
167
|
-
* any = Any()
|
|
168
|
-
* any.Pack(foo)
|
|
169
|
-
* ...
|
|
170
|
-
* if any.Is(Foo.DESCRIPTOR):
|
|
171
|
-
* any.Unpack(foo)
|
|
172
|
-
* ...
|
|
173
|
-
*
|
|
174
|
-
* Example 4: Pack and unpack a message in Go
|
|
175
|
-
*
|
|
176
|
-
* foo := &pb.Foo{...}
|
|
177
|
-
* any, err := anypb.New(foo)
|
|
178
|
-
* if err != nil {
|
|
179
|
-
* ...
|
|
180
|
-
* }
|
|
181
|
-
* ...
|
|
182
|
-
* foo := &pb.Foo{}
|
|
183
|
-
* if err := any.UnmarshalTo(foo); err != nil {
|
|
184
|
-
* ...
|
|
185
|
-
* }
|
|
186
|
-
*
|
|
187
|
-
* The pack methods provided by protobuf library will by default use
|
|
188
|
-
* 'type.googleapis.com/full.type.name' as the type URL and the unpack
|
|
189
|
-
* methods only use the fully qualified type name after the last '/'
|
|
190
|
-
* in the type URL, for example "foo.bar.com/x/y.z" will yield type
|
|
191
|
-
* name "y.z".
|
|
192
|
-
*
|
|
193
|
-
* JSON
|
|
194
|
-
* ====
|
|
195
|
-
* The JSON representation of an `Any` value uses the regular
|
|
196
|
-
* representation of the deserialized, embedded message, with an
|
|
197
|
-
* additional field `@type` which contains the type URL. Example:
|
|
198
|
-
*
|
|
199
|
-
* package google.profile;
|
|
200
|
-
* message Person {
|
|
201
|
-
* string first_name = 1;
|
|
202
|
-
* string last_name = 2;
|
|
203
|
-
* }
|
|
204
|
-
*
|
|
205
|
-
* {
|
|
206
|
-
* "@type": "type.googleapis.com/google.profile.Person",
|
|
207
|
-
* "firstName": <string>,
|
|
208
|
-
* "lastName": <string>
|
|
209
|
-
* }
|
|
210
|
-
*
|
|
211
|
-
* If the embedded message type is well-known and has a custom JSON
|
|
212
|
-
* representation, that representation will be embedded adding a field
|
|
213
|
-
* `value` which holds the custom JSON in addition to the `@type`
|
|
214
|
-
* field. Example (for message [google.protobuf.Duration][]):
|
|
215
|
-
*
|
|
216
|
-
* {
|
|
217
|
-
* "@type": "type.googleapis.com/google.protobuf.Duration",
|
|
218
|
-
* "value": "1.212s"
|
|
219
|
-
* }
|
|
84
|
+
* In its binary encoding, an `Any` is an ordinary message; but in other wire
|
|
85
|
+
* forms like JSON, it has a special encoding. The format of the type URL is
|
|
86
|
+
* described on the `type_url` field.
|
|
87
|
+
*
|
|
88
|
+
* Protobuf APIs provide utilities to interact with `Any` values:
|
|
89
|
+
*
|
|
90
|
+
* - A 'pack' operation accepts a message and constructs a generic `Any` wrapper
|
|
91
|
+
* around it.
|
|
92
|
+
* - An 'unpack' operation reads the content of an `Any` message, either into an
|
|
93
|
+
* existing message or a new one. Unpack operations must check the type of the
|
|
94
|
+
* value they unpack against the declared `type_url`.
|
|
95
|
+
* - An 'is' operation decides whether an `Any` contains a message of the given
|
|
96
|
+
* type, i.e. whether it can 'unpack' that type.
|
|
97
|
+
*
|
|
98
|
+
* The JSON format representation of an `Any` follows one of these cases:
|
|
99
|
+
*
|
|
100
|
+
* - For types without special-cased JSON encodings, the JSON format
|
|
101
|
+
* representation of the `Any` is the same as that of the message, with an
|
|
102
|
+
* additional `@type` field which contains the type URL.
|
|
103
|
+
* - For types with special-cased JSON encodings (typically called 'well-known'
|
|
104
|
+
* types, listed in https://protobuf.dev/programming-guides/json/#any), the
|
|
105
|
+
* JSON format representation has a key `@type` which contains the type URL
|
|
106
|
+
* and a key `value` which contains the JSON-serialized value.
|
|
107
|
+
*
|
|
108
|
+
* The text format representation of an `Any` is like a message with one field
|
|
109
|
+
* whose name is the type URL in brackets. For example, an `Any` containing a
|
|
110
|
+
* `foo.Bar` message may be written `[type.googleapis.com/foo.Bar] { a: 2 }`.
|
|
220
111
|
* @name AnyAmino
|
|
221
112
|
* @package google.protobuf
|
|
222
113
|
* @see proto type: google.protobuf.Any
|
|
223
114
|
*/
|
|
224
115
|
export interface AnyAmino {
|
|
225
116
|
/**
|
|
226
|
-
*
|
|
227
|
-
*
|
|
228
|
-
*
|
|
229
|
-
*
|
|
230
|
-
* `path/google.protobuf.Duration`). The name should be in a canonical form
|
|
231
|
-
* (e.g., leading "." is not accepted).
|
|
117
|
+
* Identifies the type of the serialized Protobuf message with a URI reference
|
|
118
|
+
* consisting of a prefix ending in a slash and the fully-qualified type name.
|
|
119
|
+
*
|
|
120
|
+
* Example: type.googleapis.com/google.protobuf.StringValue
|
|
232
121
|
*
|
|
233
|
-
*
|
|
234
|
-
*
|
|
235
|
-
*
|
|
236
|
-
*
|
|
122
|
+
* This string must contain at least one `/` character, and the content after
|
|
123
|
+
* the last `/` must be the fully-qualified name of the type in canonical
|
|
124
|
+
* form, without a leading dot. Do not write a scheme on these URI references
|
|
125
|
+
* so that clients do not attempt to contact them.
|
|
237
126
|
*
|
|
238
|
-
*
|
|
239
|
-
*
|
|
240
|
-
*
|
|
241
|
-
*
|
|
242
|
-
*
|
|
243
|
-
*
|
|
244
|
-
* on changes to types. (Use versioned type names to manage
|
|
245
|
-
* breaking changes.)
|
|
127
|
+
* The prefix is arbitrary and Protobuf implementations are expected to
|
|
128
|
+
* simply strip off everything up to and including the last `/` to identify
|
|
129
|
+
* the type. `type.googleapis.com/` is a common default prefix that some
|
|
130
|
+
* legacy implementations require. This prefix does not indicate the origin of
|
|
131
|
+
* the type, and URIs containing it are not expected to respond to any
|
|
132
|
+
* requests.
|
|
246
133
|
*
|
|
247
|
-
*
|
|
248
|
-
*
|
|
249
|
-
*
|
|
250
|
-
*
|
|
134
|
+
* All type URL strings must be legal URI references with the additional
|
|
135
|
+
* restriction (for the text format) that the content of the reference
|
|
136
|
+
* must consist only of alphanumeric characters, percent-encoded escapes, and
|
|
137
|
+
* characters in the following set (not including the outer backticks):
|
|
138
|
+
* `/-.~_!$&()*+,;=`. Despite our allowing percent encodings, implementations
|
|
139
|
+
* should not unescape them to prevent confusion with existing parsers. For
|
|
140
|
+
* example, `type.googleapis.com%2FFoo` should be rejected.
|
|
251
141
|
*
|
|
252
|
-
*
|
|
253
|
-
*
|
|
142
|
+
* In the original design of `Any`, the possibility of launching a type
|
|
143
|
+
* resolution service at these type URLs was considered but Protobuf never
|
|
144
|
+
* implemented one and considers contacting these URLs to be problematic and
|
|
145
|
+
* a potential security issue. Do not attempt to contact type URLs.
|
|
254
146
|
*/
|
|
255
147
|
type: string;
|
|
256
148
|
/**
|
|
257
|
-
*
|
|
149
|
+
* Holds a Protobuf serialization of the type described by type_url.
|
|
258
150
|
*/
|
|
259
151
|
value: any;
|
|
260
152
|
}
|
|
@@ -266,88 +158,33 @@ export interface AnyAminoMsg {
|
|
|
266
158
|
* `Any` contains an arbitrary serialized protocol buffer message along with a
|
|
267
159
|
* URL that describes the type of the serialized message.
|
|
268
160
|
*
|
|
269
|
-
*
|
|
270
|
-
*
|
|
271
|
-
*
|
|
272
|
-
*
|
|
273
|
-
*
|
|
274
|
-
*
|
|
275
|
-
*
|
|
276
|
-
*
|
|
277
|
-
*
|
|
278
|
-
*
|
|
279
|
-
*
|
|
280
|
-
*
|
|
281
|
-
*
|
|
282
|
-
*
|
|
283
|
-
*
|
|
284
|
-
*
|
|
285
|
-
*
|
|
286
|
-
*
|
|
287
|
-
*
|
|
288
|
-
*
|
|
289
|
-
*
|
|
290
|
-
*
|
|
291
|
-
*
|
|
292
|
-
*
|
|
293
|
-
*
|
|
294
|
-
*
|
|
295
|
-
*
|
|
296
|
-
*
|
|
297
|
-
* foo = Foo(...)
|
|
298
|
-
* any = Any()
|
|
299
|
-
* any.Pack(foo)
|
|
300
|
-
* ...
|
|
301
|
-
* if any.Is(Foo.DESCRIPTOR):
|
|
302
|
-
* any.Unpack(foo)
|
|
303
|
-
* ...
|
|
304
|
-
*
|
|
305
|
-
* Example 4: Pack and unpack a message in Go
|
|
306
|
-
*
|
|
307
|
-
* foo := &pb.Foo{...}
|
|
308
|
-
* any, err := anypb.New(foo)
|
|
309
|
-
* if err != nil {
|
|
310
|
-
* ...
|
|
311
|
-
* }
|
|
312
|
-
* ...
|
|
313
|
-
* foo := &pb.Foo{}
|
|
314
|
-
* if err := any.UnmarshalTo(foo); err != nil {
|
|
315
|
-
* ...
|
|
316
|
-
* }
|
|
317
|
-
*
|
|
318
|
-
* The pack methods provided by protobuf library will by default use
|
|
319
|
-
* 'type.googleapis.com/full.type.name' as the type URL and the unpack
|
|
320
|
-
* methods only use the fully qualified type name after the last '/'
|
|
321
|
-
* in the type URL, for example "foo.bar.com/x/y.z" will yield type
|
|
322
|
-
* name "y.z".
|
|
323
|
-
*
|
|
324
|
-
* JSON
|
|
325
|
-
* ====
|
|
326
|
-
* The JSON representation of an `Any` value uses the regular
|
|
327
|
-
* representation of the deserialized, embedded message, with an
|
|
328
|
-
* additional field `@type` which contains the type URL. Example:
|
|
329
|
-
*
|
|
330
|
-
* package google.profile;
|
|
331
|
-
* message Person {
|
|
332
|
-
* string first_name = 1;
|
|
333
|
-
* string last_name = 2;
|
|
334
|
-
* }
|
|
335
|
-
*
|
|
336
|
-
* {
|
|
337
|
-
* "@type": "type.googleapis.com/google.profile.Person",
|
|
338
|
-
* "firstName": <string>,
|
|
339
|
-
* "lastName": <string>
|
|
340
|
-
* }
|
|
341
|
-
*
|
|
342
|
-
* If the embedded message type is well-known and has a custom JSON
|
|
343
|
-
* representation, that representation will be embedded adding a field
|
|
344
|
-
* `value` which holds the custom JSON in addition to the `@type`
|
|
345
|
-
* field. Example (for message [google.protobuf.Duration][]):
|
|
346
|
-
*
|
|
347
|
-
* {
|
|
348
|
-
* "@type": "type.googleapis.com/google.protobuf.Duration",
|
|
349
|
-
* "value": "1.212s"
|
|
350
|
-
* }
|
|
161
|
+
* In its binary encoding, an `Any` is an ordinary message; but in other wire
|
|
162
|
+
* forms like JSON, it has a special encoding. The format of the type URL is
|
|
163
|
+
* described on the `type_url` field.
|
|
164
|
+
*
|
|
165
|
+
* Protobuf APIs provide utilities to interact with `Any` values:
|
|
166
|
+
*
|
|
167
|
+
* - A 'pack' operation accepts a message and constructs a generic `Any` wrapper
|
|
168
|
+
* around it.
|
|
169
|
+
* - An 'unpack' operation reads the content of an `Any` message, either into an
|
|
170
|
+
* existing message or a new one. Unpack operations must check the type of the
|
|
171
|
+
* value they unpack against the declared `type_url`.
|
|
172
|
+
* - An 'is' operation decides whether an `Any` contains a message of the given
|
|
173
|
+
* type, i.e. whether it can 'unpack' that type.
|
|
174
|
+
*
|
|
175
|
+
* The JSON format representation of an `Any` follows one of these cases:
|
|
176
|
+
*
|
|
177
|
+
* - For types without special-cased JSON encodings, the JSON format
|
|
178
|
+
* representation of the `Any` is the same as that of the message, with an
|
|
179
|
+
* additional `@type` field which contains the type URL.
|
|
180
|
+
* - For types with special-cased JSON encodings (typically called 'well-known'
|
|
181
|
+
* types, listed in https://protobuf.dev/programming-guides/json/#any), the
|
|
182
|
+
* JSON format representation has a key `@type` which contains the type URL
|
|
183
|
+
* and a key `value` which contains the JSON-serialized value.
|
|
184
|
+
*
|
|
185
|
+
* The text format representation of an `Any` is like a message with one field
|
|
186
|
+
* whose name is the type URL in brackets. For example, an `Any` containing a
|
|
187
|
+
* `foo.Bar` message may be written `[type.googleapis.com/foo.Bar] { a: 2 }`.
|
|
351
188
|
* @name Any
|
|
352
189
|
* @package google.protobuf
|
|
353
190
|
* @see proto type: google.protobuf.Any
|
package/google/protobuf/any.js
CHANGED
|
@@ -13,88 +13,33 @@ function createBaseAny() {
|
|
|
13
13
|
* `Any` contains an arbitrary serialized protocol buffer message along with a
|
|
14
14
|
* URL that describes the type of the serialized message.
|
|
15
15
|
*
|
|
16
|
-
*
|
|
17
|
-
*
|
|
16
|
+
* In its binary encoding, an `Any` is an ordinary message; but in other wire
|
|
17
|
+
* forms like JSON, it has a special encoding. The format of the type URL is
|
|
18
|
+
* described on the `type_url` field.
|
|
18
19
|
*
|
|
19
|
-
*
|
|
20
|
+
* Protobuf APIs provide utilities to interact with `Any` values:
|
|
20
21
|
*
|
|
21
|
-
*
|
|
22
|
-
*
|
|
23
|
-
*
|
|
24
|
-
*
|
|
25
|
-
*
|
|
26
|
-
*
|
|
27
|
-
*
|
|
22
|
+
* - A 'pack' operation accepts a message and constructs a generic `Any` wrapper
|
|
23
|
+
* around it.
|
|
24
|
+
* - An 'unpack' operation reads the content of an `Any` message, either into an
|
|
25
|
+
* existing message or a new one. Unpack operations must check the type of the
|
|
26
|
+
* value they unpack against the declared `type_url`.
|
|
27
|
+
* - An 'is' operation decides whether an `Any` contains a message of the given
|
|
28
|
+
* type, i.e. whether it can 'unpack' that type.
|
|
28
29
|
*
|
|
29
|
-
*
|
|
30
|
+
* The JSON format representation of an `Any` follows one of these cases:
|
|
30
31
|
*
|
|
31
|
-
*
|
|
32
|
-
*
|
|
33
|
-
*
|
|
34
|
-
*
|
|
35
|
-
*
|
|
36
|
-
*
|
|
37
|
-
*
|
|
38
|
-
* if (any.isSameTypeAs(Foo.getDefaultInstance())) {
|
|
39
|
-
* foo = any.unpack(Foo.getDefaultInstance());
|
|
40
|
-
* }
|
|
32
|
+
* - For types without special-cased JSON encodings, the JSON format
|
|
33
|
+
* representation of the `Any` is the same as that of the message, with an
|
|
34
|
+
* additional `@type` field which contains the type URL.
|
|
35
|
+
* - For types with special-cased JSON encodings (typically called 'well-known'
|
|
36
|
+
* types, listed in https://protobuf.dev/programming-guides/json/#any), the
|
|
37
|
+
* JSON format representation has a key `@type` which contains the type URL
|
|
38
|
+
* and a key `value` which contains the JSON-serialized value.
|
|
41
39
|
*
|
|
42
|
-
*
|
|
43
|
-
*
|
|
44
|
-
*
|
|
45
|
-
* any = Any()
|
|
46
|
-
* any.Pack(foo)
|
|
47
|
-
* ...
|
|
48
|
-
* if any.Is(Foo.DESCRIPTOR):
|
|
49
|
-
* any.Unpack(foo)
|
|
50
|
-
* ...
|
|
51
|
-
*
|
|
52
|
-
* Example 4: Pack and unpack a message in Go
|
|
53
|
-
*
|
|
54
|
-
* foo := &pb.Foo{...}
|
|
55
|
-
* any, err := anypb.New(foo)
|
|
56
|
-
* if err != nil {
|
|
57
|
-
* ...
|
|
58
|
-
* }
|
|
59
|
-
* ...
|
|
60
|
-
* foo := &pb.Foo{}
|
|
61
|
-
* if err := any.UnmarshalTo(foo); err != nil {
|
|
62
|
-
* ...
|
|
63
|
-
* }
|
|
64
|
-
*
|
|
65
|
-
* The pack methods provided by protobuf library will by default use
|
|
66
|
-
* 'type.googleapis.com/full.type.name' as the type URL and the unpack
|
|
67
|
-
* methods only use the fully qualified type name after the last '/'
|
|
68
|
-
* in the type URL, for example "foo.bar.com/x/y.z" will yield type
|
|
69
|
-
* name "y.z".
|
|
70
|
-
*
|
|
71
|
-
* JSON
|
|
72
|
-
* ====
|
|
73
|
-
* The JSON representation of an `Any` value uses the regular
|
|
74
|
-
* representation of the deserialized, embedded message, with an
|
|
75
|
-
* additional field `@type` which contains the type URL. Example:
|
|
76
|
-
*
|
|
77
|
-
* package google.profile;
|
|
78
|
-
* message Person {
|
|
79
|
-
* string first_name = 1;
|
|
80
|
-
* string last_name = 2;
|
|
81
|
-
* }
|
|
82
|
-
*
|
|
83
|
-
* {
|
|
84
|
-
* "@type": "type.googleapis.com/google.profile.Person",
|
|
85
|
-
* "firstName": <string>,
|
|
86
|
-
* "lastName": <string>
|
|
87
|
-
* }
|
|
88
|
-
*
|
|
89
|
-
* If the embedded message type is well-known and has a custom JSON
|
|
90
|
-
* representation, that representation will be embedded adding a field
|
|
91
|
-
* `value` which holds the custom JSON in addition to the `@type`
|
|
92
|
-
* field. Example (for message [google.protobuf.Duration][]):
|
|
93
|
-
*
|
|
94
|
-
* {
|
|
95
|
-
* "@type": "type.googleapis.com/google.protobuf.Duration",
|
|
96
|
-
* "value": "1.212s"
|
|
97
|
-
* }
|
|
40
|
+
* The text format representation of an `Any` is like a message with one field
|
|
41
|
+
* whose name is the type URL in brackets. For example, an `Any` containing a
|
|
42
|
+
* `foo.Bar` message may be written `[type.googleapis.com/foo.Bar] { a: 2 }`.
|
|
98
43
|
* @name Any
|
|
99
44
|
* @package google.protobuf
|
|
100
45
|
* @see proto type: google.protobuf.Any
|