@mysten/sui 1.41.0 → 1.42.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (475) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/dist/cjs/grpc/client.d.ts +7 -7
  3. package/dist/cjs/grpc/client.js +7 -7
  4. package/dist/cjs/grpc/client.js.map +2 -2
  5. package/dist/cjs/grpc/core.d.ts +1 -1
  6. package/dist/cjs/grpc/core.js +14 -19
  7. package/dist/cjs/grpc/core.js.map +2 -2
  8. package/dist/cjs/grpc/proto/google/protobuf/any.d.ts +6 -6
  9. package/dist/cjs/grpc/proto/google/protobuf/any.js +20 -20
  10. package/dist/cjs/grpc/proto/google/protobuf/any.js.map +2 -2
  11. package/dist/cjs/grpc/proto/google/protobuf/duration.d.ts +4 -4
  12. package/dist/cjs/grpc/proto/google/protobuf/duration.js +12 -8
  13. package/dist/cjs/grpc/proto/google/protobuf/duration.js.map +2 -2
  14. package/dist/cjs/grpc/proto/google/protobuf/empty.d.ts +1 -1
  15. package/dist/cjs/grpc/proto/google/protobuf/empty.js.map +2 -2
  16. package/dist/cjs/grpc/proto/google/protobuf/field_mask.d.ts +4 -4
  17. package/dist/cjs/grpc/proto/google/protobuf/field_mask.js +7 -8
  18. package/dist/cjs/grpc/proto/google/protobuf/field_mask.js.map +2 -2
  19. package/dist/cjs/grpc/proto/google/protobuf/struct.d.ts +10 -10
  20. package/dist/cjs/grpc/proto/google/protobuf/struct.js +17 -29
  21. package/dist/cjs/grpc/proto/google/protobuf/struct.js.map +2 -2
  22. package/dist/cjs/grpc/proto/google/protobuf/timestamp.d.ts +4 -4
  23. package/dist/cjs/grpc/proto/google/protobuf/timestamp.js +18 -21
  24. package/dist/cjs/grpc/proto/google/protobuf/timestamp.js.map +2 -2
  25. package/dist/cjs/grpc/proto/google/rpc/error_details.d.ts +2 -2
  26. package/dist/cjs/grpc/proto/google/rpc/error_details.js +11 -40
  27. package/dist/cjs/grpc/proto/google/rpc/error_details.js.map +2 -2
  28. package/dist/cjs/grpc/proto/google/rpc/status.d.ts +2 -2
  29. package/dist/cjs/grpc/proto/google/rpc/status.js +1 -1
  30. package/dist/cjs/grpc/proto/google/rpc/status.js.map +2 -2
  31. package/dist/cjs/grpc/proto/sui/rpc/{v2beta2 → v2}/argument.d.ts +5 -5
  32. package/dist/cjs/grpc/proto/sui/rpc/{v2beta2 → v2}/argument.js +2 -8
  33. package/dist/cjs/grpc/proto/sui/rpc/v2/argument.js.map +7 -0
  34. package/dist/{esm/grpc/proto/sui/rpc/v2beta2 → cjs/grpc/proto/sui/rpc/v2}/balance_change.d.ts +3 -3
  35. package/dist/cjs/grpc/proto/sui/rpc/{v2beta2 → v2}/balance_change.js +1 -1
  36. package/dist/cjs/grpc/proto/sui/rpc/v2/balance_change.js.map +7 -0
  37. package/dist/cjs/grpc/proto/sui/rpc/{v2beta2 → v2}/bcs.d.ts +3 -3
  38. package/dist/cjs/grpc/proto/sui/rpc/{v2beta2 → v2}/bcs.js +1 -1
  39. package/dist/cjs/grpc/proto/sui/rpc/v2/bcs.js.map +7 -0
  40. package/dist/cjs/grpc/proto/sui/rpc/v2/checkpoint.d.ts +68 -0
  41. package/dist/cjs/grpc/proto/sui/rpc/{v2beta2 → v2}/checkpoint.js +9 -12
  42. package/dist/cjs/grpc/proto/sui/rpc/v2/checkpoint.js.map +7 -0
  43. package/dist/{esm/grpc/proto/sui/rpc/v2beta2 → cjs/grpc/proto/sui/rpc/v2}/checkpoint_contents.d.ts +10 -10
  44. package/dist/cjs/grpc/proto/sui/rpc/{v2beta2 → v2}/checkpoint_contents.js +6 -18
  45. package/dist/cjs/grpc/proto/sui/rpc/v2/checkpoint_contents.js.map +7 -0
  46. package/dist/{esm/grpc/proto/sui/rpc/v2beta2 → cjs/grpc/proto/sui/rpc/v2}/checkpoint_summary.d.ts +19 -19
  47. package/dist/cjs/grpc/proto/sui/rpc/{v2beta2 → v2}/checkpoint_summary.js +16 -38
  48. package/dist/cjs/grpc/proto/sui/rpc/v2/checkpoint_summary.js.map +7 -0
  49. package/dist/{esm/grpc/proto/sui/rpc/v2beta2 → cjs/grpc/proto/sui/rpc/v2}/effects.d.ts +33 -28
  50. package/dist/cjs/grpc/proto/sui/rpc/{v2beta2 → v2}/effects.js +23 -61
  51. package/dist/cjs/grpc/proto/sui/rpc/v2/effects.js.map +7 -0
  52. package/dist/{esm/grpc/proto/sui/rpc/v2beta2 → cjs/grpc/proto/sui/rpc/v2}/epoch.d.ts +10 -10
  53. package/dist/cjs/grpc/proto/sui/rpc/{v2beta2 → v2}/epoch.js +9 -5
  54. package/dist/cjs/grpc/proto/sui/rpc/v2/epoch.js.map +7 -0
  55. package/dist/cjs/grpc/proto/sui/rpc/{v2beta2 → v2}/error_reason.d.ts +1 -1
  56. package/dist/cjs/grpc/proto/sui/rpc/v2/error_reason.js.map +7 -0
  57. package/dist/cjs/grpc/proto/sui/rpc/{v2beta2 → v2}/event.d.ts +10 -10
  58. package/dist/cjs/grpc/proto/sui/rpc/{v2beta2 → v2}/event.js +4 -4
  59. package/dist/cjs/grpc/proto/sui/rpc/v2/event.js.map +7 -0
  60. package/dist/{esm/grpc/proto/sui/rpc/v2beta2 → cjs/grpc/proto/sui/rpc/v2}/executed_transaction.d.ts +19 -24
  61. package/dist/cjs/grpc/proto/sui/rpc/{v2beta2 → v2}/executed_transaction.js +12 -36
  62. package/dist/cjs/grpc/proto/sui/rpc/v2/executed_transaction.js.map +7 -0
  63. package/dist/{esm/grpc/proto/sui/rpc/v2beta2 → cjs/grpc/proto/sui/rpc/v2}/execution_status.d.ts +56 -56
  64. package/dist/cjs/grpc/proto/sui/rpc/{v2beta2 → v2}/execution_status.js +29 -87
  65. package/dist/cjs/grpc/proto/sui/rpc/v2/execution_status.js.map +7 -0
  66. package/dist/{esm/grpc/proto/sui/rpc/v2beta2 → cjs/grpc/proto/sui/rpc/v2}/gas_cost_summary.d.ts +3 -3
  67. package/dist/cjs/grpc/proto/sui/rpc/{v2beta2 → v2}/gas_cost_summary.js +5 -1
  68. package/dist/cjs/grpc/proto/sui/rpc/v2/gas_cost_summary.js.map +7 -0
  69. package/dist/{esm/grpc/proto/sui/rpc/v2beta2 → cjs/grpc/proto/sui/rpc/v2}/input.d.ts +6 -6
  70. package/dist/cjs/grpc/proto/sui/rpc/{v2beta2 → v2}/input.js +4 -9
  71. package/dist/cjs/grpc/proto/sui/rpc/v2/input.js.map +7 -0
  72. package/dist/cjs/grpc/proto/sui/rpc/v2/jwk.d.ts +70 -0
  73. package/dist/cjs/grpc/proto/sui/rpc/v2/jwk.js +88 -0
  74. package/dist/cjs/grpc/proto/sui/rpc/v2/jwk.js.map +7 -0
  75. package/dist/cjs/grpc/proto/sui/rpc/v2/ledger_service.client.d.ts +95 -0
  76. package/dist/cjs/grpc/proto/sui/rpc/{v2beta2 → v2}/ledger_service.client.js +15 -57
  77. package/dist/cjs/grpc/proto/sui/rpc/v2/ledger_service.client.js.map +7 -0
  78. package/dist/{esm/grpc/proto/sui/rpc/v2beta2 → cjs/grpc/proto/sui/rpc/v2}/ledger_service.d.ts +58 -58
  79. package/dist/cjs/grpc/proto/sui/rpc/{v2beta2 → v2}/ledger_service.js +37 -58
  80. package/dist/cjs/grpc/proto/sui/rpc/v2/ledger_service.js.map +7 -0
  81. package/dist/{esm/grpc/proto/sui/rpc/v2beta2 → cjs/grpc/proto/sui/rpc/v2}/move_package.d.ts +49 -49
  82. package/dist/cjs/grpc/proto/sui/rpc/{v2beta2 → v2}/move_package.js +31 -140
  83. package/dist/cjs/grpc/proto/sui/rpc/v2/move_package.js.map +7 -0
  84. package/dist/cjs/grpc/proto/sui/rpc/v2/move_package_service.client.d.ts +61 -0
  85. package/dist/cjs/grpc/proto/sui/rpc/{v2beta2 → v2}/move_package_service.client.js +9 -33
  86. package/dist/cjs/grpc/proto/sui/rpc/v2/move_package_service.client.js.map +7 -0
  87. package/dist/cjs/grpc/proto/sui/rpc/{v2beta2 → v2}/move_package_service.d.ts +28 -28
  88. package/dist/cjs/grpc/proto/sui/rpc/{v2beta2 → v2}/move_package_service.js +16 -26
  89. package/dist/cjs/grpc/proto/sui/rpc/v2/move_package_service.js.map +7 -0
  90. package/dist/cjs/grpc/proto/sui/rpc/{v2beta2 → v2}/name_service.client.d.ts +14 -14
  91. package/dist/cjs/grpc/proto/sui/rpc/{v2beta2 → v2}/name_service.client.js +5 -17
  92. package/dist/cjs/grpc/proto/sui/rpc/v2/name_service.client.js.map +7 -0
  93. package/dist/cjs/grpc/proto/sui/rpc/{v2beta2 → v2}/name_service.d.ts +17 -17
  94. package/dist/cjs/grpc/proto/sui/rpc/{v2beta2 → v2}/name_service.js +13 -24
  95. package/dist/cjs/grpc/proto/sui/rpc/v2/name_service.js.map +7 -0
  96. package/dist/{esm/grpc/proto/sui/rpc/v2beta2 → cjs/grpc/proto/sui/rpc/v2}/object.d.ts +31 -11
  97. package/dist/cjs/grpc/proto/sui/rpc/{v2beta2 → v2}/object.js +19 -6
  98. package/dist/cjs/grpc/proto/sui/rpc/v2/object.js.map +7 -0
  99. package/dist/cjs/grpc/proto/sui/rpc/{v2beta2 → v2}/object_reference.d.ts +3 -3
  100. package/dist/cjs/grpc/proto/sui/rpc/{v2beta2 → v2}/object_reference.js +2 -1
  101. package/dist/cjs/grpc/proto/sui/rpc/v2/object_reference.js.map +7 -0
  102. package/dist/cjs/grpc/proto/sui/rpc/{v2beta2 → v2}/owner.d.ts +5 -5
  103. package/dist/cjs/grpc/proto/sui/rpc/{v2beta2 → v2}/owner.js +3 -8
  104. package/dist/cjs/grpc/proto/sui/rpc/v2/owner.js.map +7 -0
  105. package/dist/cjs/grpc/proto/sui/rpc/{v2beta2 → v2}/protocol_config.d.ts +3 -3
  106. package/dist/cjs/grpc/proto/sui/rpc/{v2beta2 → v2}/protocol_config.js +12 -23
  107. package/dist/cjs/grpc/proto/sui/rpc/v2/protocol_config.js.map +7 -0
  108. package/dist/cjs/grpc/proto/sui/rpc/{v2beta2 → v2}/signature.d.ts +85 -72
  109. package/dist/cjs/grpc/proto/sui/rpc/{v2beta2 → v2}/signature.js +44 -95
  110. package/dist/cjs/grpc/proto/sui/rpc/v2/signature.js.map +7 -0
  111. package/dist/{esm/grpc/proto/sui/rpc/v2beta2 → cjs/grpc/proto/sui/rpc/v2}/signature_scheme.d.ts +1 -1
  112. package/dist/cjs/grpc/proto/sui/rpc/v2/signature_scheme.js.map +7 -0
  113. package/dist/cjs/grpc/proto/sui/rpc/{v2beta2 → v2}/signature_verification_service.client.d.ts +10 -10
  114. package/dist/cjs/grpc/proto/sui/rpc/{v2beta2 → v2}/signature_verification_service.client.js +3 -9
  115. package/dist/cjs/grpc/proto/sui/rpc/v2/signature_verification_service.client.js.map +7 -0
  116. package/dist/{esm/grpc/proto/sui/rpc/v2beta2 → cjs/grpc/proto/sui/rpc/v2}/signature_verification_service.d.ts +14 -14
  117. package/dist/cjs/grpc/proto/sui/rpc/{v2beta2 → v2}/signature_verification_service.js +8 -9
  118. package/dist/cjs/grpc/proto/sui/rpc/v2/signature_verification_service.js.map +7 -0
  119. package/dist/cjs/grpc/proto/sui/rpc/v2/state_service.client.d.ts +71 -0
  120. package/dist/cjs/grpc/proto/sui/rpc/v2/state_service.client.js +69 -0
  121. package/dist/cjs/grpc/proto/sui/rpc/v2/state_service.client.js.map +7 -0
  122. package/dist/{esm/grpc/proto/sui/rpc/v2beta2/live_data_service.d.ts → cjs/grpc/proto/sui/rpc/v2/state_service.d.ts} +70 -188
  123. package/dist/cjs/grpc/proto/sui/rpc/{v2beta2/live_data_service.js → v2/state_service.js} +43 -195
  124. package/dist/cjs/grpc/proto/sui/rpc/v2/state_service.js.map +7 -0
  125. package/dist/{esm/grpc/proto/sui/rpc/v2beta2 → cjs/grpc/proto/sui/rpc/v2}/subscription_service.client.d.ts +12 -12
  126. package/dist/cjs/grpc/proto/sui/rpc/{v2beta2 → v2}/subscription_service.client.js +4 -10
  127. package/dist/cjs/grpc/proto/sui/rpc/v2/subscription_service.client.js.map +7 -0
  128. package/dist/{esm/grpc/proto/sui/rpc/v2beta2 → cjs/grpc/proto/sui/rpc/v2}/subscription_service.d.ts +11 -11
  129. package/dist/cjs/grpc/proto/sui/rpc/{v2beta2 → v2}/subscription_service.js +7 -12
  130. package/dist/cjs/grpc/proto/sui/rpc/v2/subscription_service.js.map +7 -0
  131. package/dist/cjs/grpc/proto/sui/rpc/{v2beta2 → v2}/system_state.d.ts +39 -39
  132. package/dist/cjs/grpc/proto/sui/rpc/{v2beta2 → v2}/system_state.js +68 -35
  133. package/dist/cjs/grpc/proto/sui/rpc/v2/system_state.js.map +7 -0
  134. package/dist/cjs/grpc/proto/sui/rpc/{v2beta2 → v2}/transaction.d.ts +308 -288
  135. package/dist/cjs/grpc/proto/sui/rpc/{v2beta2 → v2}/transaction.js +144 -339
  136. package/dist/cjs/grpc/proto/sui/rpc/v2/transaction.js.map +7 -0
  137. package/dist/cjs/grpc/proto/sui/rpc/v2/transaction_execution_service.client.d.ts +41 -0
  138. package/dist/cjs/grpc/proto/sui/rpc/{v2beta2 → v2}/transaction_execution_service.client.js +10 -12
  139. package/dist/cjs/grpc/proto/sui/rpc/v2/transaction_execution_service.client.js.map +7 -0
  140. package/dist/cjs/grpc/proto/sui/rpc/v2/transaction_execution_service.d.ts +184 -0
  141. package/dist/cjs/grpc/proto/sui/rpc/v2/transaction_execution_service.js +113 -0
  142. package/dist/cjs/grpc/proto/sui/rpc/v2/transaction_execution_service.js.map +7 -0
  143. package/dist/cjs/version.d.ts +1 -1
  144. package/dist/cjs/version.js +1 -1
  145. package/dist/cjs/version.js.map +1 -1
  146. package/dist/esm/grpc/client.d.ts +7 -7
  147. package/dist/esm/grpc/client.js +7 -7
  148. package/dist/esm/grpc/client.js.map +2 -2
  149. package/dist/esm/grpc/core.d.ts +1 -1
  150. package/dist/esm/grpc/core.js +14 -19
  151. package/dist/esm/grpc/core.js.map +2 -2
  152. package/dist/esm/grpc/proto/google/protobuf/any.d.ts +6 -6
  153. package/dist/esm/grpc/proto/google/protobuf/any.js +20 -20
  154. package/dist/esm/grpc/proto/google/protobuf/any.js.map +2 -2
  155. package/dist/esm/grpc/proto/google/protobuf/duration.d.ts +4 -4
  156. package/dist/esm/grpc/proto/google/protobuf/duration.js +12 -8
  157. package/dist/esm/grpc/proto/google/protobuf/duration.js.map +2 -2
  158. package/dist/esm/grpc/proto/google/protobuf/empty.d.ts +1 -1
  159. package/dist/esm/grpc/proto/google/protobuf/empty.js.map +2 -2
  160. package/dist/esm/grpc/proto/google/protobuf/field_mask.d.ts +4 -4
  161. package/dist/esm/grpc/proto/google/protobuf/field_mask.js +7 -8
  162. package/dist/esm/grpc/proto/google/protobuf/field_mask.js.map +2 -2
  163. package/dist/esm/grpc/proto/google/protobuf/struct.d.ts +10 -10
  164. package/dist/esm/grpc/proto/google/protobuf/struct.js +17 -29
  165. package/dist/esm/grpc/proto/google/protobuf/struct.js.map +2 -2
  166. package/dist/esm/grpc/proto/google/protobuf/timestamp.d.ts +4 -4
  167. package/dist/esm/grpc/proto/google/protobuf/timestamp.js +18 -21
  168. package/dist/esm/grpc/proto/google/protobuf/timestamp.js.map +2 -2
  169. package/dist/esm/grpc/proto/google/rpc/error_details.d.ts +2 -2
  170. package/dist/esm/grpc/proto/google/rpc/error_details.js +11 -40
  171. package/dist/esm/grpc/proto/google/rpc/error_details.js.map +2 -2
  172. package/dist/esm/grpc/proto/google/rpc/status.d.ts +2 -2
  173. package/dist/esm/grpc/proto/google/rpc/status.js +1 -1
  174. package/dist/esm/grpc/proto/google/rpc/status.js.map +2 -2
  175. package/dist/esm/grpc/proto/sui/rpc/{v2beta2 → v2}/argument.d.ts +5 -5
  176. package/dist/esm/grpc/proto/sui/rpc/{v2beta2 → v2}/argument.js +2 -8
  177. package/dist/esm/grpc/proto/sui/rpc/v2/argument.js.map +7 -0
  178. package/dist/{cjs/grpc/proto/sui/rpc/v2beta2 → esm/grpc/proto/sui/rpc/v2}/balance_change.d.ts +3 -3
  179. package/dist/esm/grpc/proto/sui/rpc/{v2beta2 → v2}/balance_change.js +1 -1
  180. package/dist/esm/grpc/proto/sui/rpc/v2/balance_change.js.map +7 -0
  181. package/dist/esm/grpc/proto/sui/rpc/{v2beta2 → v2}/bcs.d.ts +3 -3
  182. package/dist/esm/grpc/proto/sui/rpc/{v2beta2 → v2}/bcs.js +1 -1
  183. package/dist/esm/grpc/proto/sui/rpc/v2/bcs.js.map +7 -0
  184. package/dist/esm/grpc/proto/sui/rpc/v2/checkpoint.d.ts +68 -0
  185. package/dist/esm/grpc/proto/sui/rpc/{v2beta2 → v2}/checkpoint.js +9 -12
  186. package/dist/esm/grpc/proto/sui/rpc/v2/checkpoint.js.map +7 -0
  187. package/dist/{cjs/grpc/proto/sui/rpc/v2beta2 → esm/grpc/proto/sui/rpc/v2}/checkpoint_contents.d.ts +10 -10
  188. package/dist/esm/grpc/proto/sui/rpc/{v2beta2 → v2}/checkpoint_contents.js +6 -18
  189. package/dist/esm/grpc/proto/sui/rpc/v2/checkpoint_contents.js.map +7 -0
  190. package/dist/{cjs/grpc/proto/sui/rpc/v2beta2 → esm/grpc/proto/sui/rpc/v2}/checkpoint_summary.d.ts +19 -19
  191. package/dist/esm/grpc/proto/sui/rpc/{v2beta2 → v2}/checkpoint_summary.js +16 -38
  192. package/dist/esm/grpc/proto/sui/rpc/v2/checkpoint_summary.js.map +7 -0
  193. package/dist/{cjs/grpc/proto/sui/rpc/v2beta2 → esm/grpc/proto/sui/rpc/v2}/effects.d.ts +33 -28
  194. package/dist/esm/grpc/proto/sui/rpc/{v2beta2 → v2}/effects.js +23 -61
  195. package/dist/esm/grpc/proto/sui/rpc/v2/effects.js.map +7 -0
  196. package/dist/{cjs/grpc/proto/sui/rpc/v2beta2 → esm/grpc/proto/sui/rpc/v2}/epoch.d.ts +10 -10
  197. package/dist/esm/grpc/proto/sui/rpc/{v2beta2 → v2}/epoch.js +9 -5
  198. package/dist/esm/grpc/proto/sui/rpc/v2/epoch.js.map +7 -0
  199. package/dist/esm/grpc/proto/sui/rpc/{v2beta2 → v2}/error_reason.d.ts +1 -1
  200. package/dist/esm/grpc/proto/sui/rpc/v2/error_reason.js.map +7 -0
  201. package/dist/esm/grpc/proto/sui/rpc/{v2beta2 → v2}/event.d.ts +10 -10
  202. package/dist/esm/grpc/proto/sui/rpc/{v2beta2 → v2}/event.js +4 -4
  203. package/dist/esm/grpc/proto/sui/rpc/v2/event.js.map +7 -0
  204. package/dist/{cjs/grpc/proto/sui/rpc/v2beta2 → esm/grpc/proto/sui/rpc/v2}/executed_transaction.d.ts +19 -24
  205. package/dist/esm/grpc/proto/sui/rpc/v2/executed_transaction.js +43 -0
  206. package/dist/esm/grpc/proto/sui/rpc/v2/executed_transaction.js.map +7 -0
  207. package/dist/{cjs/grpc/proto/sui/rpc/v2beta2 → esm/grpc/proto/sui/rpc/v2}/execution_status.d.ts +56 -56
  208. package/dist/esm/grpc/proto/sui/rpc/{v2beta2 → v2}/execution_status.js +29 -87
  209. package/dist/esm/grpc/proto/sui/rpc/v2/execution_status.js.map +7 -0
  210. package/dist/{cjs/grpc/proto/sui/rpc/v2beta2 → esm/grpc/proto/sui/rpc/v2}/gas_cost_summary.d.ts +3 -3
  211. package/dist/esm/grpc/proto/sui/rpc/{v2beta2 → v2}/gas_cost_summary.js +5 -1
  212. package/dist/esm/grpc/proto/sui/rpc/v2/gas_cost_summary.js.map +7 -0
  213. package/dist/{cjs/grpc/proto/sui/rpc/v2beta2 → esm/grpc/proto/sui/rpc/v2}/input.d.ts +6 -6
  214. package/dist/esm/grpc/proto/sui/rpc/{v2beta2 → v2}/input.js +4 -9
  215. package/dist/esm/grpc/proto/sui/rpc/v2/input.js.map +7 -0
  216. package/dist/esm/grpc/proto/sui/rpc/v2/jwk.d.ts +70 -0
  217. package/dist/esm/grpc/proto/sui/rpc/v2/jwk.js +68 -0
  218. package/dist/esm/grpc/proto/sui/rpc/v2/jwk.js.map +7 -0
  219. package/dist/esm/grpc/proto/sui/rpc/v2/ledger_service.client.d.ts +95 -0
  220. package/dist/esm/grpc/proto/sui/rpc/v2/ledger_service.client.js +65 -0
  221. package/dist/esm/grpc/proto/sui/rpc/v2/ledger_service.client.js.map +7 -0
  222. package/dist/{cjs/grpc/proto/sui/rpc/v2beta2 → esm/grpc/proto/sui/rpc/v2}/ledger_service.d.ts +58 -58
  223. package/dist/esm/grpc/proto/sui/rpc/{v2beta2 → v2}/ledger_service.js +37 -58
  224. package/dist/esm/grpc/proto/sui/rpc/v2/ledger_service.js.map +7 -0
  225. package/dist/{cjs/grpc/proto/sui/rpc/v2beta2 → esm/grpc/proto/sui/rpc/v2}/move_package.d.ts +49 -49
  226. package/dist/esm/grpc/proto/sui/rpc/{v2beta2 → v2}/move_package.js +31 -140
  227. package/dist/esm/grpc/proto/sui/rpc/v2/move_package.js.map +7 -0
  228. package/dist/esm/grpc/proto/sui/rpc/v2/move_package_service.client.d.ts +61 -0
  229. package/dist/esm/grpc/proto/sui/rpc/{v2beta2 → v2}/move_package_service.client.js +9 -33
  230. package/dist/esm/grpc/proto/sui/rpc/v2/move_package_service.client.js.map +7 -0
  231. package/dist/esm/grpc/proto/sui/rpc/{v2beta2 → v2}/move_package_service.d.ts +28 -28
  232. package/dist/esm/grpc/proto/sui/rpc/{v2beta2 → v2}/move_package_service.js +16 -26
  233. package/dist/esm/grpc/proto/sui/rpc/v2/move_package_service.js.map +7 -0
  234. package/dist/esm/grpc/proto/sui/rpc/{v2beta2 → v2}/name_service.client.d.ts +14 -14
  235. package/dist/esm/grpc/proto/sui/rpc/{v2beta2 → v2}/name_service.client.js +5 -17
  236. package/dist/esm/grpc/proto/sui/rpc/v2/name_service.client.js.map +7 -0
  237. package/dist/esm/grpc/proto/sui/rpc/{v2beta2 → v2}/name_service.d.ts +17 -17
  238. package/dist/esm/grpc/proto/sui/rpc/{v2beta2 → v2}/name_service.js +13 -24
  239. package/dist/esm/grpc/proto/sui/rpc/v2/name_service.js.map +7 -0
  240. package/dist/{cjs/grpc/proto/sui/rpc/v2beta2 → esm/grpc/proto/sui/rpc/v2}/object.d.ts +31 -11
  241. package/dist/esm/grpc/proto/sui/rpc/{v2beta2 → v2}/object.js +19 -6
  242. package/dist/esm/grpc/proto/sui/rpc/v2/object.js.map +7 -0
  243. package/dist/esm/grpc/proto/sui/rpc/{v2beta2 → v2}/object_reference.d.ts +3 -3
  244. package/dist/esm/grpc/proto/sui/rpc/{v2beta2 → v2}/object_reference.js +2 -1
  245. package/dist/esm/grpc/proto/sui/rpc/v2/object_reference.js.map +7 -0
  246. package/dist/esm/grpc/proto/sui/rpc/{v2beta2 → v2}/owner.d.ts +5 -5
  247. package/dist/esm/grpc/proto/sui/rpc/{v2beta2 → v2}/owner.js +3 -8
  248. package/dist/esm/grpc/proto/sui/rpc/v2/owner.js.map +7 -0
  249. package/dist/esm/grpc/proto/sui/rpc/{v2beta2 → v2}/protocol_config.d.ts +3 -3
  250. package/dist/esm/grpc/proto/sui/rpc/v2/protocol_config.js +31 -0
  251. package/dist/esm/grpc/proto/sui/rpc/v2/protocol_config.js.map +7 -0
  252. package/dist/esm/grpc/proto/sui/rpc/{v2beta2 → v2}/signature.d.ts +85 -72
  253. package/dist/esm/grpc/proto/sui/rpc/{v2beta2 → v2}/signature.js +44 -95
  254. package/dist/esm/grpc/proto/sui/rpc/v2/signature.js.map +7 -0
  255. package/dist/{cjs/grpc/proto/sui/rpc/v2beta2 → esm/grpc/proto/sui/rpc/v2}/signature_scheme.d.ts +1 -1
  256. package/dist/esm/grpc/proto/sui/rpc/v2/signature_scheme.js.map +7 -0
  257. package/dist/esm/grpc/proto/sui/rpc/{v2beta2 → v2}/signature_verification_service.client.d.ts +10 -10
  258. package/dist/esm/grpc/proto/sui/rpc/{v2beta2 → v2}/signature_verification_service.client.js +3 -9
  259. package/dist/esm/grpc/proto/sui/rpc/v2/signature_verification_service.client.js.map +7 -0
  260. package/dist/{cjs/grpc/proto/sui/rpc/v2beta2 → esm/grpc/proto/sui/rpc/v2}/signature_verification_service.d.ts +14 -14
  261. package/dist/esm/grpc/proto/sui/rpc/{v2beta2 → v2}/signature_verification_service.js +8 -9
  262. package/dist/esm/grpc/proto/sui/rpc/v2/signature_verification_service.js.map +7 -0
  263. package/dist/esm/grpc/proto/sui/rpc/v2/state_service.client.d.ts +71 -0
  264. package/dist/esm/grpc/proto/sui/rpc/v2/state_service.client.js +49 -0
  265. package/dist/esm/grpc/proto/sui/rpc/v2/state_service.client.js.map +7 -0
  266. package/dist/{cjs/grpc/proto/sui/rpc/v2beta2/live_data_service.d.ts → esm/grpc/proto/sui/rpc/v2/state_service.d.ts} +70 -188
  267. package/dist/esm/grpc/proto/sui/rpc/{v2beta2/live_data_service.js → v2/state_service.js} +40 -192
  268. package/dist/esm/grpc/proto/sui/rpc/v2/state_service.js.map +7 -0
  269. package/dist/{cjs/grpc/proto/sui/rpc/v2beta2 → esm/grpc/proto/sui/rpc/v2}/subscription_service.client.d.ts +12 -12
  270. package/dist/esm/grpc/proto/sui/rpc/{v2beta2 → v2}/subscription_service.client.js +4 -10
  271. package/dist/esm/grpc/proto/sui/rpc/v2/subscription_service.client.js.map +7 -0
  272. package/dist/{cjs/grpc/proto/sui/rpc/v2beta2 → esm/grpc/proto/sui/rpc/v2}/subscription_service.d.ts +11 -11
  273. package/dist/esm/grpc/proto/sui/rpc/{v2beta2 → v2}/subscription_service.js +7 -12
  274. package/dist/esm/grpc/proto/sui/rpc/v2/subscription_service.js.map +7 -0
  275. package/dist/esm/grpc/proto/sui/rpc/{v2beta2 → v2}/system_state.d.ts +39 -39
  276. package/dist/esm/grpc/proto/sui/rpc/{v2beta2 → v2}/system_state.js +68 -35
  277. package/dist/esm/grpc/proto/sui/rpc/v2/system_state.js.map +7 -0
  278. package/dist/esm/grpc/proto/sui/rpc/{v2beta2 → v2}/transaction.d.ts +308 -288
  279. package/dist/esm/grpc/proto/sui/rpc/{v2beta2 → v2}/transaction.js +142 -337
  280. package/dist/esm/grpc/proto/sui/rpc/v2/transaction.js.map +7 -0
  281. package/dist/esm/grpc/proto/sui/rpc/v2/transaction_execution_service.client.d.ts +41 -0
  282. package/dist/esm/grpc/proto/sui/rpc/{v2beta2 → v2}/transaction_execution_service.client.js +10 -12
  283. package/dist/esm/grpc/proto/sui/rpc/v2/transaction_execution_service.client.js.map +7 -0
  284. package/dist/esm/grpc/proto/sui/rpc/v2/transaction_execution_service.d.ts +184 -0
  285. package/dist/esm/grpc/proto/sui/rpc/v2/transaction_execution_service.js +93 -0
  286. package/dist/esm/grpc/proto/sui/rpc/v2/transaction_execution_service.js.map +7 -0
  287. package/dist/esm/version.d.ts +1 -1
  288. package/dist/esm/version.js +1 -1
  289. package/dist/esm/version.js.map +1 -1
  290. package/dist/tsconfig.esm.tsbuildinfo +1 -1
  291. package/dist/tsconfig.tsbuildinfo +1 -1
  292. package/package.json +2 -2
  293. package/src/grpc/client.ts +8 -8
  294. package/src/grpc/core.ts +20 -26
  295. package/src/grpc/proto/google/protobuf/any.ts +144 -159
  296. package/src/grpc/proto/google/protobuf/duration.ts +74 -77
  297. package/src/grpc/proto/google/protobuf/empty.ts +6 -5
  298. package/src/grpc/proto/google/protobuf/field_mask.ts +47 -59
  299. package/src/grpc/proto/google/protobuf/struct.ts +201 -223
  300. package/src/grpc/proto/google/protobuf/timestamp.ts +100 -121
  301. package/src/grpc/proto/google/rpc/error_details.ts +352 -388
  302. package/src/grpc/proto/google/rpc/status.ts +32 -32
  303. package/src/grpc/proto/sui/rpc/v2/argument.ts +84 -0
  304. package/src/grpc/proto/sui/rpc/v2/balance_change.ts +51 -0
  305. package/src/grpc/proto/sui/rpc/v2/bcs.ts +46 -0
  306. package/src/grpc/proto/sui/rpc/v2/checkpoint.ts +89 -0
  307. package/src/grpc/proto/sui/rpc/v2/checkpoint_contents.ts +99 -0
  308. package/src/grpc/proto/sui/rpc/v2/checkpoint_summary.ts +234 -0
  309. package/src/grpc/proto/sui/rpc/v2/effects.ts +391 -0
  310. package/src/grpc/proto/sui/rpc/v2/epoch.ts +85 -0
  311. package/src/grpc/proto/sui/rpc/v2/error_reason.ts +28 -0
  312. package/src/grpc/proto/sui/rpc/v2/event.ts +115 -0
  313. package/src/grpc/proto/sui/rpc/v2/executed_transaction.ts +103 -0
  314. package/src/grpc/proto/sui/rpc/v2/execution_status.ts +946 -0
  315. package/src/grpc/proto/sui/rpc/v2/gas_cost_summary.ts +59 -0
  316. package/src/grpc/proto/sui/rpc/v2/input.ts +119 -0
  317. package/src/grpc/proto/sui/rpc/v2/jwk.ts +94 -0
  318. package/src/grpc/proto/sui/rpc/v2/ledger_service.client.ts +127 -0
  319. package/src/grpc/proto/sui/rpc/v2/ledger_service.ts +533 -0
  320. package/src/grpc/proto/sui/rpc/v2/move_package.ts +678 -0
  321. package/src/grpc/proto/sui/rpc/v2/move_package_service.client.ts +84 -0
  322. package/src/grpc/proto/sui/rpc/v2/move_package_service.ts +297 -0
  323. package/src/grpc/proto/sui/rpc/v2/name_service.client.ts +58 -0
  324. package/src/grpc/proto/sui/rpc/v2/name_service.ts +187 -0
  325. package/src/grpc/proto/sui/rpc/v2/object.ts +159 -0
  326. package/src/grpc/proto/sui/rpc/v2/object_reference.ts +51 -0
  327. package/src/grpc/proto/sui/rpc/v2/owner.ts +78 -0
  328. package/src/grpc/proto/sui/rpc/v2/protocol_config.ts +47 -0
  329. package/src/grpc/proto/sui/rpc/v2/signature.ts +771 -0
  330. package/src/grpc/proto/sui/rpc/v2/signature_scheme.ts +51 -0
  331. package/src/grpc/proto/sui/rpc/v2/signature_verification_service.client.ts +49 -0
  332. package/src/grpc/proto/sui/rpc/v2/signature_verification_service.ts +105 -0
  333. package/src/grpc/proto/sui/rpc/v2/state_service.client.ts +97 -0
  334. package/src/grpc/proto/sui/rpc/v2/state_service.ts +820 -0
  335. package/src/grpc/proto/sui/rpc/v2/subscription_service.client.ts +69 -0
  336. package/src/grpc/proto/sui/rpc/v2/subscription_service.ts +80 -0
  337. package/src/grpc/proto/sui/rpc/v2/system_state.ts +818 -0
  338. package/src/grpc/proto/sui/rpc/v2/transaction.ts +1549 -0
  339. package/src/grpc/proto/sui/rpc/v2/transaction_execution_service.client.ts +58 -0
  340. package/src/grpc/proto/sui/rpc/v2/transaction_execution_service.ts +236 -0
  341. package/src/version.ts +1 -1
  342. package/dist/cjs/grpc/proto/sui/rpc/v2beta2/argument.js.map +0 -7
  343. package/dist/cjs/grpc/proto/sui/rpc/v2beta2/balance_change.js.map +0 -7
  344. package/dist/cjs/grpc/proto/sui/rpc/v2beta2/bcs.js.map +0 -7
  345. package/dist/cjs/grpc/proto/sui/rpc/v2beta2/checkpoint.d.ts +0 -55
  346. package/dist/cjs/grpc/proto/sui/rpc/v2beta2/checkpoint.js.map +0 -7
  347. package/dist/cjs/grpc/proto/sui/rpc/v2beta2/checkpoint_contents.js.map +0 -7
  348. package/dist/cjs/grpc/proto/sui/rpc/v2beta2/checkpoint_summary.js.map +0 -7
  349. package/dist/cjs/grpc/proto/sui/rpc/v2beta2/effects.js.map +0 -7
  350. package/dist/cjs/grpc/proto/sui/rpc/v2beta2/epoch.js.map +0 -7
  351. package/dist/cjs/grpc/proto/sui/rpc/v2beta2/error_reason.js.map +0 -7
  352. package/dist/cjs/grpc/proto/sui/rpc/v2beta2/event.js.map +0 -7
  353. package/dist/cjs/grpc/proto/sui/rpc/v2beta2/executed_transaction.js.map +0 -7
  354. package/dist/cjs/grpc/proto/sui/rpc/v2beta2/execution_status.js.map +0 -7
  355. package/dist/cjs/grpc/proto/sui/rpc/v2beta2/gas_cost_summary.js.map +0 -7
  356. package/dist/cjs/grpc/proto/sui/rpc/v2beta2/input.js.map +0 -7
  357. package/dist/cjs/grpc/proto/sui/rpc/v2beta2/ledger_service.client.d.ts +0 -95
  358. package/dist/cjs/grpc/proto/sui/rpc/v2beta2/ledger_service.client.js.map +0 -7
  359. package/dist/cjs/grpc/proto/sui/rpc/v2beta2/ledger_service.js.map +0 -7
  360. package/dist/cjs/grpc/proto/sui/rpc/v2beta2/live_data_service.client.d.ts +0 -81
  361. package/dist/cjs/grpc/proto/sui/rpc/v2beta2/live_data_service.client.js +0 -0
  362. package/dist/cjs/grpc/proto/sui/rpc/v2beta2/live_data_service.client.js.map +0 -7
  363. package/dist/cjs/grpc/proto/sui/rpc/v2beta2/live_data_service.js.map +0 -7
  364. package/dist/cjs/grpc/proto/sui/rpc/v2beta2/move_package.js.map +0 -7
  365. package/dist/cjs/grpc/proto/sui/rpc/v2beta2/move_package_service.client.d.ts +0 -61
  366. package/dist/cjs/grpc/proto/sui/rpc/v2beta2/move_package_service.client.js.map +0 -7
  367. package/dist/cjs/grpc/proto/sui/rpc/v2beta2/move_package_service.js.map +0 -7
  368. package/dist/cjs/grpc/proto/sui/rpc/v2beta2/name_service.client.js.map +0 -7
  369. package/dist/cjs/grpc/proto/sui/rpc/v2beta2/name_service.js.map +0 -7
  370. package/dist/cjs/grpc/proto/sui/rpc/v2beta2/object.js.map +0 -7
  371. package/dist/cjs/grpc/proto/sui/rpc/v2beta2/object_reference.js.map +0 -7
  372. package/dist/cjs/grpc/proto/sui/rpc/v2beta2/owner.js.map +0 -7
  373. package/dist/cjs/grpc/proto/sui/rpc/v2beta2/protocol_config.js.map +0 -7
  374. package/dist/cjs/grpc/proto/sui/rpc/v2beta2/signature.js.map +0 -7
  375. package/dist/cjs/grpc/proto/sui/rpc/v2beta2/signature_scheme.js.map +0 -7
  376. package/dist/cjs/grpc/proto/sui/rpc/v2beta2/signature_verification_service.client.js.map +0 -7
  377. package/dist/cjs/grpc/proto/sui/rpc/v2beta2/signature_verification_service.js.map +0 -7
  378. package/dist/cjs/grpc/proto/sui/rpc/v2beta2/subscription_service.client.js.map +0 -7
  379. package/dist/cjs/grpc/proto/sui/rpc/v2beta2/subscription_service.js.map +0 -7
  380. package/dist/cjs/grpc/proto/sui/rpc/v2beta2/system_state.js.map +0 -7
  381. package/dist/cjs/grpc/proto/sui/rpc/v2beta2/transaction.js.map +0 -7
  382. package/dist/cjs/grpc/proto/sui/rpc/v2beta2/transaction_execution_service.client.d.ts +0 -37
  383. package/dist/cjs/grpc/proto/sui/rpc/v2beta2/transaction_execution_service.client.js.map +0 -7
  384. package/dist/cjs/grpc/proto/sui/rpc/v2beta2/transaction_execution_service.d.ts +0 -115
  385. package/dist/cjs/grpc/proto/sui/rpc/v2beta2/transaction_execution_service.js +0 -94
  386. package/dist/cjs/grpc/proto/sui/rpc/v2beta2/transaction_execution_service.js.map +0 -7
  387. package/dist/esm/grpc/proto/sui/rpc/v2beta2/argument.js.map +0 -7
  388. package/dist/esm/grpc/proto/sui/rpc/v2beta2/balance_change.js.map +0 -7
  389. package/dist/esm/grpc/proto/sui/rpc/v2beta2/bcs.js.map +0 -7
  390. package/dist/esm/grpc/proto/sui/rpc/v2beta2/checkpoint.d.ts +0 -55
  391. package/dist/esm/grpc/proto/sui/rpc/v2beta2/checkpoint.js.map +0 -7
  392. package/dist/esm/grpc/proto/sui/rpc/v2beta2/checkpoint_contents.js.map +0 -7
  393. package/dist/esm/grpc/proto/sui/rpc/v2beta2/checkpoint_summary.js.map +0 -7
  394. package/dist/esm/grpc/proto/sui/rpc/v2beta2/effects.js.map +0 -7
  395. package/dist/esm/grpc/proto/sui/rpc/v2beta2/epoch.js.map +0 -7
  396. package/dist/esm/grpc/proto/sui/rpc/v2beta2/error_reason.js.map +0 -7
  397. package/dist/esm/grpc/proto/sui/rpc/v2beta2/event.js.map +0 -7
  398. package/dist/esm/grpc/proto/sui/rpc/v2beta2/executed_transaction.js +0 -67
  399. package/dist/esm/grpc/proto/sui/rpc/v2beta2/executed_transaction.js.map +0 -7
  400. package/dist/esm/grpc/proto/sui/rpc/v2beta2/execution_status.js.map +0 -7
  401. package/dist/esm/grpc/proto/sui/rpc/v2beta2/gas_cost_summary.js.map +0 -7
  402. package/dist/esm/grpc/proto/sui/rpc/v2beta2/input.js.map +0 -7
  403. package/dist/esm/grpc/proto/sui/rpc/v2beta2/ledger_service.client.d.ts +0 -95
  404. package/dist/esm/grpc/proto/sui/rpc/v2beta2/ledger_service.client.js +0 -107
  405. package/dist/esm/grpc/proto/sui/rpc/v2beta2/ledger_service.client.js.map +0 -7
  406. package/dist/esm/grpc/proto/sui/rpc/v2beta2/ledger_service.js.map +0 -7
  407. package/dist/esm/grpc/proto/sui/rpc/v2beta2/live_data_service.client.d.ts +0 -81
  408. package/dist/esm/grpc/proto/sui/rpc/v2beta2/live_data_service.client.js +0 -92
  409. package/dist/esm/grpc/proto/sui/rpc/v2beta2/live_data_service.client.js.map +0 -7
  410. package/dist/esm/grpc/proto/sui/rpc/v2beta2/live_data_service.js.map +0 -7
  411. package/dist/esm/grpc/proto/sui/rpc/v2beta2/move_package.js.map +0 -7
  412. package/dist/esm/grpc/proto/sui/rpc/v2beta2/move_package_service.client.d.ts +0 -61
  413. package/dist/esm/grpc/proto/sui/rpc/v2beta2/move_package_service.client.js.map +0 -7
  414. package/dist/esm/grpc/proto/sui/rpc/v2beta2/move_package_service.js.map +0 -7
  415. package/dist/esm/grpc/proto/sui/rpc/v2beta2/name_service.client.js.map +0 -7
  416. package/dist/esm/grpc/proto/sui/rpc/v2beta2/name_service.js.map +0 -7
  417. package/dist/esm/grpc/proto/sui/rpc/v2beta2/object.js.map +0 -7
  418. package/dist/esm/grpc/proto/sui/rpc/v2beta2/object_reference.js.map +0 -7
  419. package/dist/esm/grpc/proto/sui/rpc/v2beta2/owner.js.map +0 -7
  420. package/dist/esm/grpc/proto/sui/rpc/v2beta2/protocol_config.js +0 -42
  421. package/dist/esm/grpc/proto/sui/rpc/v2beta2/protocol_config.js.map +0 -7
  422. package/dist/esm/grpc/proto/sui/rpc/v2beta2/signature.js.map +0 -7
  423. package/dist/esm/grpc/proto/sui/rpc/v2beta2/signature_scheme.js.map +0 -7
  424. package/dist/esm/grpc/proto/sui/rpc/v2beta2/signature_verification_service.client.js.map +0 -7
  425. package/dist/esm/grpc/proto/sui/rpc/v2beta2/signature_verification_service.js.map +0 -7
  426. package/dist/esm/grpc/proto/sui/rpc/v2beta2/subscription_service.client.js.map +0 -7
  427. package/dist/esm/grpc/proto/sui/rpc/v2beta2/subscription_service.js.map +0 -7
  428. package/dist/esm/grpc/proto/sui/rpc/v2beta2/system_state.js.map +0 -7
  429. package/dist/esm/grpc/proto/sui/rpc/v2beta2/transaction.js.map +0 -7
  430. package/dist/esm/grpc/proto/sui/rpc/v2beta2/transaction_execution_service.client.d.ts +0 -37
  431. package/dist/esm/grpc/proto/sui/rpc/v2beta2/transaction_execution_service.client.js.map +0 -7
  432. package/dist/esm/grpc/proto/sui/rpc/v2beta2/transaction_execution_service.d.ts +0 -115
  433. package/dist/esm/grpc/proto/sui/rpc/v2beta2/transaction_execution_service.js +0 -74
  434. package/dist/esm/grpc/proto/sui/rpc/v2beta2/transaction_execution_service.js.map +0 -7
  435. package/src/grpc/proto/sui/rpc/v2beta2/argument.ts +0 -90
  436. package/src/grpc/proto/sui/rpc/v2beta2/balance_change.ts +0 -51
  437. package/src/grpc/proto/sui/rpc/v2beta2/bcs.ts +0 -46
  438. package/src/grpc/proto/sui/rpc/v2beta2/checkpoint.ts +0 -88
  439. package/src/grpc/proto/sui/rpc/v2beta2/checkpoint_contents.ts +0 -111
  440. package/src/grpc/proto/sui/rpc/v2beta2/checkpoint_summary.ts +0 -295
  441. package/src/grpc/proto/sui/rpc/v2beta2/effects.ts +0 -479
  442. package/src/grpc/proto/sui/rpc/v2beta2/epoch.ts +0 -113
  443. package/src/grpc/proto/sui/rpc/v2beta2/error_reason.ts +0 -28
  444. package/src/grpc/proto/sui/rpc/v2beta2/event.ts +0 -115
  445. package/src/grpc/proto/sui/rpc/v2beta2/executed_transaction.ts +0 -140
  446. package/src/grpc/proto/sui/rpc/v2beta2/execution_status.ts +0 -1079
  447. package/src/grpc/proto/sui/rpc/v2beta2/gas_cost_summary.ts +0 -87
  448. package/src/grpc/proto/sui/rpc/v2beta2/input.ts +0 -132
  449. package/src/grpc/proto/sui/rpc/v2beta2/ledger_service.client.ts +0 -217
  450. package/src/grpc/proto/sui/rpc/v2beta2/ledger_service.ts +0 -625
  451. package/src/grpc/proto/sui/rpc/v2beta2/live_data_service.client.ts +0 -187
  452. package/src/grpc/proto/sui/rpc/v2beta2/live_data_service.ts +0 -1066
  453. package/src/grpc/proto/sui/rpc/v2beta2/move_package.ts +0 -803
  454. package/src/grpc/proto/sui/rpc/v2beta2/move_package_service.client.ts +0 -135
  455. package/src/grpc/proto/sui/rpc/v2beta2/move_package_service.ts +0 -315
  456. package/src/grpc/proto/sui/rpc/v2beta2/name_service.client.ts +0 -83
  457. package/src/grpc/proto/sui/rpc/v2beta2/name_service.ts +0 -198
  458. package/src/grpc/proto/sui/rpc/v2beta2/object.ts +0 -161
  459. package/src/grpc/proto/sui/rpc/v2beta2/object_reference.ts +0 -58
  460. package/src/grpc/proto/sui/rpc/v2beta2/owner.ts +0 -91
  461. package/src/grpc/proto/sui/rpc/v2beta2/protocol_config.ts +0 -66
  462. package/src/grpc/proto/sui/rpc/v2beta2/signature.ts +0 -861
  463. package/src/grpc/proto/sui/rpc/v2beta2/signature_scheme.ts +0 -51
  464. package/src/grpc/proto/sui/rpc/v2beta2/signature_verification_service.client.ts +0 -63
  465. package/src/grpc/proto/sui/rpc/v2beta2/signature_verification_service.ts +0 -106
  466. package/src/grpc/proto/sui/rpc/v2beta2/subscription_service.client.ts +0 -81
  467. package/src/grpc/proto/sui/rpc/v2beta2/subscription_service.ts +0 -93
  468. package/src/grpc/proto/sui/rpc/v2beta2/system_state.ts +0 -1184
  469. package/src/grpc/proto/sui/rpc/v2beta2/transaction.ts +0 -2012
  470. package/src/grpc/proto/sui/rpc/v2beta2/transaction_execution_service.client.ts +0 -65
  471. package/src/grpc/proto/sui/rpc/v2beta2/transaction_execution_service.ts +0 -178
  472. /package/dist/cjs/grpc/proto/sui/rpc/{v2beta2 → v2}/error_reason.js +0 -0
  473. /package/dist/cjs/grpc/proto/sui/rpc/{v2beta2 → v2}/signature_scheme.js +0 -0
  474. /package/dist/esm/grpc/proto/sui/rpc/{v2beta2 → v2}/error_reason.js +0 -0
  475. /package/dist/esm/grpc/proto/sui/rpc/{v2beta2 → v2}/signature_scheme.js +0 -0
@@ -20,8 +20,8 @@
20
20
  // See the License for the specific language governing permissions and
21
21
  // limitations under the License.
22
22
  //
23
- import { MessageType } from '@protobuf-ts/runtime';
24
- import { Duration } from '../protobuf/duration.js';
23
+ import { MessageType } from "@protobuf-ts/runtime";
24
+ import { Duration } from "../protobuf/duration";
25
25
  /**
26
26
  * Describes the cause of the error with structured details.
27
27
  *
@@ -55,43 +55,43 @@ import { Duration } from '../protobuf/duration.js';
55
55
  * @generated from protobuf message google.rpc.ErrorInfo
56
56
  */
57
57
  export interface ErrorInfo {
58
- /**
59
- * The reason of the error. This is a constant value that identifies the
60
- * proximate cause of the error. Error reasons are unique within a particular
61
- * domain of errors. This should be at most 63 characters and match a
62
- * regular expression of `[A-Z][A-Z0-9_]+[A-Z0-9]`, which represents
63
- * UPPER_SNAKE_CASE.
64
- *
65
- * @generated from protobuf field: string reason = 1;
66
- */
67
- reason: string;
68
- /**
69
- * The logical grouping to which the "reason" belongs. The error domain
70
- * is typically the registered service name of the tool or product that
71
- * generates the error. Example: "pubsub.googleapis.com". If the error is
72
- * generated by some common infrastructure, the error domain must be a
73
- * globally unique value that identifies the infrastructure. For Google API
74
- * infrastructure, the error domain is "googleapis.com".
75
- *
76
- * @generated from protobuf field: string domain = 2;
77
- */
78
- domain: string;
79
- /**
80
- * Additional structured details about this error.
81
- *
82
- * Keys must match a regular expression of `[a-z][a-zA-Z0-9-_]+` but should
83
- * ideally be lowerCamelCase. Also, they must be limited to 64 characters in
84
- * length. When identifying the current value of an exceeded limit, the units
85
- * should be contained in the key, not the value. For example, rather than
86
- * `{"instanceLimit": "100/request"}`, should be returned as,
87
- * `{"instanceLimitPerRequest": "100"}`, if the client exceeds the number of
88
- * instances that can be created in a single (batch) request.
89
- *
90
- * @generated from protobuf field: map<string, string> metadata = 3;
91
- */
92
- metadata: {
93
- [key: string]: string;
94
- };
58
+ /**
59
+ * The reason of the error. This is a constant value that identifies the
60
+ * proximate cause of the error. Error reasons are unique within a particular
61
+ * domain of errors. This should be at most 63 characters and match a
62
+ * regular expression of `[A-Z][A-Z0-9_]+[A-Z0-9]`, which represents
63
+ * UPPER_SNAKE_CASE.
64
+ *
65
+ * @generated from protobuf field: string reason = 1;
66
+ */
67
+ reason: string;
68
+ /**
69
+ * The logical grouping to which the "reason" belongs. The error domain
70
+ * is typically the registered service name of the tool or product that
71
+ * generates the error. Example: "pubsub.googleapis.com". If the error is
72
+ * generated by some common infrastructure, the error domain must be a
73
+ * globally unique value that identifies the infrastructure. For Google API
74
+ * infrastructure, the error domain is "googleapis.com".
75
+ *
76
+ * @generated from protobuf field: string domain = 2;
77
+ */
78
+ domain: string;
79
+ /**
80
+ * Additional structured details about this error.
81
+ *
82
+ * Keys must match a regular expression of `[a-z][a-zA-Z0-9-_]+` but should
83
+ * ideally be lowerCamelCase. Also, they must be limited to 64 characters in
84
+ * length. When identifying the current value of an exceeded limit, the units
85
+ * should be contained in the key, not the value. For example, rather than
86
+ * `{"instanceLimit": "100/request"}`, should be returned as,
87
+ * `{"instanceLimitPerRequest": "100"}`, if the client exceeds the number of
88
+ * instances that can be created in a single (batch) request.
89
+ *
90
+ * @generated from protobuf field: map<string, string> metadata = 3;
91
+ */
92
+ metadata: {
93
+ [key: string]: string;
94
+ };
95
95
  }
96
96
  /**
97
97
  * Describes when the clients can retry a failed request. Clients could ignore
@@ -111,12 +111,12 @@ export interface ErrorInfo {
111
111
  * @generated from protobuf message google.rpc.RetryInfo
112
112
  */
113
113
  export interface RetryInfo {
114
- /**
115
- * Clients should wait at least this long between retrying the same request.
116
- *
117
- * @generated from protobuf field: google.protobuf.Duration retry_delay = 1;
118
- */
119
- retryDelay?: Duration;
114
+ /**
115
+ * Clients should wait at least this long between retrying the same request.
116
+ *
117
+ * @generated from protobuf field: google.protobuf.Duration retry_delay = 1;
118
+ */
119
+ retryDelay?: Duration;
120
120
  }
121
121
  /**
122
122
  * Describes additional debugging info.
@@ -124,18 +124,18 @@ export interface RetryInfo {
124
124
  * @generated from protobuf message google.rpc.DebugInfo
125
125
  */
126
126
  export interface DebugInfo {
127
- /**
128
- * The stack trace entries indicating where the error occurred.
129
- *
130
- * @generated from protobuf field: repeated string stack_entries = 1;
131
- */
132
- stackEntries: string[];
133
- /**
134
- * Additional debugging information provided by the server.
135
- *
136
- * @generated from protobuf field: string detail = 2;
137
- */
138
- detail: string;
127
+ /**
128
+ * The stack trace entries indicating where the error occurred.
129
+ *
130
+ * @generated from protobuf field: repeated string stack_entries = 1;
131
+ */
132
+ stackEntries: string[];
133
+ /**
134
+ * Additional debugging information provided by the server.
135
+ *
136
+ * @generated from protobuf field: string detail = 2;
137
+ */
138
+ detail: string;
139
139
  }
140
140
  /**
141
141
  * Describes how a quota check failed.
@@ -153,12 +153,12 @@ export interface DebugInfo {
153
153
  * @generated from protobuf message google.rpc.QuotaFailure
154
154
  */
155
155
  export interface QuotaFailure {
156
- /**
157
- * Describes all quota violations.
158
- *
159
- * @generated from protobuf field: repeated google.rpc.QuotaFailure.Violation violations = 1;
160
- */
161
- violations: QuotaFailure_Violation[];
156
+ /**
157
+ * Describes all quota violations.
158
+ *
159
+ * @generated from protobuf field: repeated google.rpc.QuotaFailure.Violation violations = 1;
160
+ */
161
+ violations: QuotaFailure_Violation[];
162
162
  }
163
163
  /**
164
164
  * A message type used to describe a single quota violation. For example, a
@@ -167,26 +167,26 @@ export interface QuotaFailure {
167
167
  * @generated from protobuf message google.rpc.QuotaFailure.Violation
168
168
  */
169
169
  export interface QuotaFailure_Violation {
170
- /**
171
- * The subject on which the quota check failed.
172
- * For example, `clientip:<ip address of client>` or `project:<Google
173
- * developer project id>`.
174
- *
175
- * @generated from protobuf field: string subject = 1;
176
- */
177
- subject: string;
178
- /**
179
- * A description of how the quota check failed. Clients can use this
180
- * description to find more about the quota configuration in the service's
181
- * public documentation, or find the relevant quota limit to adjust through
182
- * developer console.
183
- *
184
- * For example: "Service disabled" or "Daily Limit for read operations
185
- * exceeded".
186
- *
187
- * @generated from protobuf field: string description = 2;
188
- */
189
- description: string;
170
+ /**
171
+ * The subject on which the quota check failed.
172
+ * For example, `clientip:<ip address of client>` or `project:<Google
173
+ * developer project id>`.
174
+ *
175
+ * @generated from protobuf field: string subject = 1;
176
+ */
177
+ subject: string;
178
+ /**
179
+ * A description of how the quota check failed. Clients can use this
180
+ * description to find more about the quota configuration in the service's
181
+ * public documentation, or find the relevant quota limit to adjust through
182
+ * developer console.
183
+ *
184
+ * For example: "Service disabled" or "Daily Limit for read operations
185
+ * exceeded".
186
+ *
187
+ * @generated from protobuf field: string description = 2;
188
+ */
189
+ description: string;
190
190
  }
191
191
  /**
192
192
  * Describes what preconditions have failed.
@@ -198,12 +198,12 @@ export interface QuotaFailure_Violation {
198
198
  * @generated from protobuf message google.rpc.PreconditionFailure
199
199
  */
200
200
  export interface PreconditionFailure {
201
- /**
202
- * Describes all precondition violations.
203
- *
204
- * @generated from protobuf field: repeated google.rpc.PreconditionFailure.Violation violations = 1;
205
- */
206
- violations: PreconditionFailure_Violation[];
201
+ /**
202
+ * Describes all precondition violations.
203
+ *
204
+ * @generated from protobuf field: repeated google.rpc.PreconditionFailure.Violation violations = 1;
205
+ */
206
+ violations: PreconditionFailure_Violation[];
207
207
  }
208
208
  /**
209
209
  * A message type used to describe a single precondition failure.
@@ -211,31 +211,31 @@ export interface PreconditionFailure {
211
211
  * @generated from protobuf message google.rpc.PreconditionFailure.Violation
212
212
  */
213
213
  export interface PreconditionFailure_Violation {
214
- /**
215
- * The type of PreconditionFailure. We recommend using a service-specific
216
- * enum type to define the supported precondition violation subjects. For
217
- * example, "TOS" for "Terms of Service violation".
218
- *
219
- * @generated from protobuf field: string type = 1;
220
- */
221
- type: string;
222
- /**
223
- * The subject, relative to the type, that failed.
224
- * For example, "google.com/cloud" relative to the "TOS" type would indicate
225
- * which terms of service is being referenced.
226
- *
227
- * @generated from protobuf field: string subject = 2;
228
- */
229
- subject: string;
230
- /**
231
- * A description of how the precondition failed. Developers can use this
232
- * description to understand how to fix the failure.
233
- *
234
- * For example: "Terms of service not accepted".
235
- *
236
- * @generated from protobuf field: string description = 3;
237
- */
238
- description: string;
214
+ /**
215
+ * The type of PreconditionFailure. We recommend using a service-specific
216
+ * enum type to define the supported precondition violation subjects. For
217
+ * example, "TOS" for "Terms of Service violation".
218
+ *
219
+ * @generated from protobuf field: string type = 1;
220
+ */
221
+ type: string;
222
+ /**
223
+ * The subject, relative to the type, that failed.
224
+ * For example, "google.com/cloud" relative to the "TOS" type would indicate
225
+ * which terms of service is being referenced.
226
+ *
227
+ * @generated from protobuf field: string subject = 2;
228
+ */
229
+ subject: string;
230
+ /**
231
+ * A description of how the precondition failed. Developers can use this
232
+ * description to understand how to fix the failure.
233
+ *
234
+ * For example: "Terms of service not accepted".
235
+ *
236
+ * @generated from protobuf field: string description = 3;
237
+ */
238
+ description: string;
239
239
  }
240
240
  /**
241
241
  * Describes violations in a client request. This error type focuses on the
@@ -244,12 +244,12 @@ export interface PreconditionFailure_Violation {
244
244
  * @generated from protobuf message google.rpc.BadRequest
245
245
  */
246
246
  export interface BadRequest {
247
- /**
248
- * Describes all violations in a client request.
249
- *
250
- * @generated from protobuf field: repeated google.rpc.BadRequest.FieldViolation field_violations = 1;
251
- */
252
- fieldViolations: BadRequest_FieldViolation[];
247
+ /**
248
+ * Describes all violations in a client request.
249
+ *
250
+ * @generated from protobuf field: repeated google.rpc.BadRequest.FieldViolation field_violations = 1;
251
+ */
252
+ fieldViolations: BadRequest_FieldViolation[];
253
253
  }
254
254
  /**
255
255
  * A message type used to describe a single bad request field.
@@ -257,74 +257,74 @@ export interface BadRequest {
257
257
  * @generated from protobuf message google.rpc.BadRequest.FieldViolation
258
258
  */
259
259
  export interface BadRequest_FieldViolation {
260
- /**
261
- * A path that leads to a field in the request body. The value will be a
262
- * sequence of dot-separated identifiers that identify a protocol buffer
263
- * field.
264
- *
265
- * Consider the following:
266
- *
267
- * ```text,json
268
- * message CreateContactRequest {
269
- * message EmailAddress {
270
- * enum Type {
271
- * TYPE_UNSPECIFIED = 0;
272
- * HOME = 1;
273
- * WORK = 2;
274
- * }
275
- *
276
- * optional string email = 1;
277
- * repeated EmailType type = 2;
278
- * }
279
- *
280
- * string full_name = 1;
281
- * repeated EmailAddress email_addresses = 2;
282
- * }
283
- * ```
284
- *
285
- * In this example, in proto `field` could take one of the following values:
286
- *
287
- * * `full_name` for a violation in the `full_name` value
288
- * * `email_addresses[1].email` for a violation in the `email` field of the
289
- * first `email_addresses` message
290
- * * `email_addresses[3].type[2]` for a violation in the second `type`
291
- * value in the third `email_addresses` message.
292
- *
293
- * In JSON, the same values are represented as:
294
- *
295
- * * `fullName` for a violation in the `fullName` value
296
- * * `emailAddresses[1].email` for a violation in the `email` field of the
297
- * first `emailAddresses` message
298
- * * `emailAddresses[3].type[2]` for a violation in the second `type`
299
- * value in the third `emailAddresses` message.
300
- *
301
- * @generated from protobuf field: string field = 1;
302
- */
303
- field: string;
304
- /**
305
- * A description of why the request element is bad.
306
- *
307
- * @generated from protobuf field: string description = 2;
308
- */
309
- description: string;
310
- /**
311
- * The reason of the field-level error. This is a constant value that
312
- * identifies the proximate cause of the field-level error. It should
313
- * uniquely identify the type of the FieldViolation within the scope of the
314
- * google.rpc.ErrorInfo.domain. This should be at most 63
315
- * characters and match a regular expression of `[A-Z][A-Z0-9_]+[A-Z0-9]`,
316
- * which represents UPPER_SNAKE_CASE.
317
- *
318
- * @generated from protobuf field: string reason = 3;
319
- */
320
- reason: string;
321
- /**
322
- * Provides a localized error message for field-level errors that is safe to
323
- * return to the API consumer.
324
- *
325
- * @generated from protobuf field: google.rpc.LocalizedMessage localized_message = 4;
326
- */
327
- localizedMessage?: LocalizedMessage;
260
+ /**
261
+ * A path that leads to a field in the request body. The value will be a
262
+ * sequence of dot-separated identifiers that identify a protocol buffer
263
+ * field.
264
+ *
265
+ * Consider the following:
266
+ *
267
+ * ```text,json
268
+ * message CreateContactRequest {
269
+ * message EmailAddress {
270
+ * enum Type {
271
+ * TYPE_UNSPECIFIED = 0;
272
+ * HOME = 1;
273
+ * WORK = 2;
274
+ * }
275
+ *
276
+ * optional string email = 1;
277
+ * repeated EmailType type = 2;
278
+ * }
279
+ *
280
+ * string full_name = 1;
281
+ * repeated EmailAddress email_addresses = 2;
282
+ * }
283
+ * ```
284
+ *
285
+ * In this example, in proto `field` could take one of the following values:
286
+ *
287
+ * * `full_name` for a violation in the `full_name` value
288
+ * * `email_addresses[1].email` for a violation in the `email` field of the
289
+ * first `email_addresses` message
290
+ * * `email_addresses[3].type[2]` for a violation in the second `type`
291
+ * value in the third `email_addresses` message.
292
+ *
293
+ * In JSON, the same values are represented as:
294
+ *
295
+ * * `fullName` for a violation in the `fullName` value
296
+ * * `emailAddresses[1].email` for a violation in the `email` field of the
297
+ * first `emailAddresses` message
298
+ * * `emailAddresses[3].type[2]` for a violation in the second `type`
299
+ * value in the third `emailAddresses` message.
300
+ *
301
+ * @generated from protobuf field: string field = 1;
302
+ */
303
+ field: string;
304
+ /**
305
+ * A description of why the request element is bad.
306
+ *
307
+ * @generated from protobuf field: string description = 2;
308
+ */
309
+ description: string;
310
+ /**
311
+ * The reason of the field-level error. This is a constant value that
312
+ * identifies the proximate cause of the field-level error. It should
313
+ * uniquely identify the type of the FieldViolation within the scope of the
314
+ * google.rpc.ErrorInfo.domain. This should be at most 63
315
+ * characters and match a regular expression of `[A-Z][A-Z0-9_]+[A-Z0-9]`,
316
+ * which represents UPPER_SNAKE_CASE.
317
+ *
318
+ * @generated from protobuf field: string reason = 3;
319
+ */
320
+ reason: string;
321
+ /**
322
+ * Provides a localized error message for field-level errors that is safe to
323
+ * return to the API consumer.
324
+ *
325
+ * @generated from protobuf field: google.rpc.LocalizedMessage localized_message = 4;
326
+ */
327
+ localizedMessage?: LocalizedMessage;
328
328
  }
329
329
  /**
330
330
  * Contains metadata about the request that clients can attach when filing a bug
@@ -333,20 +333,20 @@ export interface BadRequest_FieldViolation {
333
333
  * @generated from protobuf message google.rpc.RequestInfo
334
334
  */
335
335
  export interface RequestInfo {
336
- /**
337
- * An opaque string that should only be interpreted by the service generating
338
- * it. For example, it can be used to identify requests in the service's logs.
339
- *
340
- * @generated from protobuf field: string request_id = 1;
341
- */
342
- requestId: string;
343
- /**
344
- * Any data that was used to serve this request. For example, an encrypted
345
- * stack trace that can be sent back to the service provider for debugging.
346
- *
347
- * @generated from protobuf field: string serving_data = 2;
348
- */
349
- servingData: string;
336
+ /**
337
+ * An opaque string that should only be interpreted by the service generating
338
+ * it. For example, it can be used to identify requests in the service's logs.
339
+ *
340
+ * @generated from protobuf field: string request_id = 1;
341
+ */
342
+ requestId: string;
343
+ /**
344
+ * Any data that was used to serve this request. For example, an encrypted
345
+ * stack trace that can be sent back to the service provider for debugging.
346
+ *
347
+ * @generated from protobuf field: string serving_data = 2;
348
+ */
349
+ servingData: string;
350
350
  }
351
351
  /**
352
352
  * Describes the resource that is being accessed.
@@ -354,39 +354,39 @@ export interface RequestInfo {
354
354
  * @generated from protobuf message google.rpc.ResourceInfo
355
355
  */
356
356
  export interface ResourceInfo {
357
- /**
358
- * A name for the type of resource being accessed, e.g. "sql table",
359
- * "cloud storage bucket", "file", "Google calendar"; or the type URL
360
- * of the resource: e.g. "type.googleapis.com/google.pubsub.v1.Topic".
361
- *
362
- * @generated from protobuf field: string resource_type = 1;
363
- */
364
- resourceType: string;
365
- /**
366
- * The name of the resource being accessed. For example, a shared calendar
367
- * name: "example.com_4fghdhgsrgh@group.calendar.google.com", if the current
368
- * error is
369
- * [google.rpc.Code.PERMISSION_DENIED][google.rpc.Code.PERMISSION_DENIED].
370
- *
371
- * @generated from protobuf field: string resource_name = 2;
372
- */
373
- resourceName: string;
374
- /**
375
- * The owner of the resource (optional).
376
- * For example, `user:<owner email>` or `project:<Google developer project
377
- * id>`.
378
- *
379
- * @generated from protobuf field: string owner = 3;
380
- */
381
- owner: string;
382
- /**
383
- * Describes what error is encountered when accessing this resource.
384
- * For example, updating a cloud project may require the `writer` permission
385
- * on the developer console project.
386
- *
387
- * @generated from protobuf field: string description = 4;
388
- */
389
- description: string;
357
+ /**
358
+ * A name for the type of resource being accessed, e.g. "sql table",
359
+ * "cloud storage bucket", "file", "Google calendar"; or the type URL
360
+ * of the resource: e.g. "type.googleapis.com/google.pubsub.v1.Topic".
361
+ *
362
+ * @generated from protobuf field: string resource_type = 1;
363
+ */
364
+ resourceType: string;
365
+ /**
366
+ * The name of the resource being accessed. For example, a shared calendar
367
+ * name: "example.com_4fghdhgsrgh@group.calendar.google.com", if the current
368
+ * error is
369
+ * [google.rpc.Code.PERMISSION_DENIED][google.rpc.Code.PERMISSION_DENIED].
370
+ *
371
+ * @generated from protobuf field: string resource_name = 2;
372
+ */
373
+ resourceName: string;
374
+ /**
375
+ * The owner of the resource (optional).
376
+ * For example, `user:<owner email>` or `project:<Google developer project
377
+ * id>`.
378
+ *
379
+ * @generated from protobuf field: string owner = 3;
380
+ */
381
+ owner: string;
382
+ /**
383
+ * Describes what error is encountered when accessing this resource.
384
+ * For example, updating a cloud project may require the `writer` permission
385
+ * on the developer console project.
386
+ *
387
+ * @generated from protobuf field: string description = 4;
388
+ */
389
+ description: string;
390
390
  }
391
391
  /**
392
392
  * Provides links to documentation or for performing an out of band action.
@@ -398,12 +398,12 @@ export interface ResourceInfo {
398
398
  * @generated from protobuf message google.rpc.Help
399
399
  */
400
400
  export interface Help {
401
- /**
402
- * URL(s) pointing to additional information on handling the current error.
403
- *
404
- * @generated from protobuf field: repeated google.rpc.Help.Link links = 1;
405
- */
406
- links: Help_Link[];
401
+ /**
402
+ * URL(s) pointing to additional information on handling the current error.
403
+ *
404
+ * @generated from protobuf field: repeated google.rpc.Help.Link links = 1;
405
+ */
406
+ links: Help_Link[];
407
407
  }
408
408
  /**
409
409
  * Describes a URL link.
@@ -411,18 +411,18 @@ export interface Help {
411
411
  * @generated from protobuf message google.rpc.Help.Link
412
412
  */
413
413
  export interface Help_Link {
414
- /**
415
- * Describes what the link offers.
416
- *
417
- * @generated from protobuf field: string description = 1;
418
- */
419
- description: string;
420
- /**
421
- * The URL of the link.
422
- *
423
- * @generated from protobuf field: string url = 2;
424
- */
425
- url: string;
414
+ /**
415
+ * Describes what the link offers.
416
+ *
417
+ * @generated from protobuf field: string description = 1;
418
+ */
419
+ description: string;
420
+ /**
421
+ * The URL of the link.
422
+ *
423
+ * @generated from protobuf field: string url = 2;
424
+ */
425
+ url: string;
426
426
  }
427
427
  /**
428
428
  * Provides a localized error message that is safe to return to the user
@@ -431,36 +431,30 @@ export interface Help_Link {
431
431
  * @generated from protobuf message google.rpc.LocalizedMessage
432
432
  */
433
433
  export interface LocalizedMessage {
434
- /**
435
- * The locale used following the specification defined at
436
- * https://www.rfc-editor.org/rfc/bcp/bcp47.txt.
437
- * Examples are: "en-US", "fr-CH", "es-MX"
438
- *
439
- * @generated from protobuf field: string locale = 1;
440
- */
441
- locale: string;
442
- /**
443
- * The localized error message in the above locale.
444
- *
445
- * @generated from protobuf field: string message = 2;
446
- */
447
- message: string;
434
+ /**
435
+ * The locale used following the specification defined at
436
+ * https://www.rfc-editor.org/rfc/bcp/bcp47.txt.
437
+ * Examples are: "en-US", "fr-CH", "es-MX"
438
+ *
439
+ * @generated from protobuf field: string locale = 1;
440
+ */
441
+ locale: string;
442
+ /**
443
+ * The localized error message in the above locale.
444
+ *
445
+ * @generated from protobuf field: string message = 2;
446
+ */
447
+ message: string;
448
448
  }
449
449
  // @generated message type with reflection information, may provide speed optimized methods
450
450
  class ErrorInfo$Type extends MessageType<ErrorInfo> {
451
- constructor() {
452
- super('google.rpc.ErrorInfo', [
453
- { no: 1, name: 'reason', kind: 'scalar', T: 9 /*ScalarType.STRING*/ },
454
- { no: 2, name: 'domain', kind: 'scalar', T: 9 /*ScalarType.STRING*/ },
455
- {
456
- no: 3,
457
- name: 'metadata',
458
- kind: 'map',
459
- K: 9 /*ScalarType.STRING*/,
460
- V: { kind: 'scalar', T: 9 /*ScalarType.STRING*/ },
461
- },
462
- ]);
463
- }
451
+ constructor() {
452
+ super("google.rpc.ErrorInfo", [
453
+ { no: 1, name: "reason", kind: "scalar", T: 9 /*ScalarType.STRING*/ },
454
+ { no: 2, name: "domain", kind: "scalar", T: 9 /*ScalarType.STRING*/ },
455
+ { no: 3, name: "metadata", kind: "map", K: 9 /*ScalarType.STRING*/, V: { kind: "scalar", T: 9 /*ScalarType.STRING*/ } }
456
+ ]);
457
+ }
464
458
  }
465
459
  /**
466
460
  * @generated MessageType for protobuf message google.rpc.ErrorInfo
@@ -468,11 +462,11 @@ class ErrorInfo$Type extends MessageType<ErrorInfo> {
468
462
  export const ErrorInfo = new ErrorInfo$Type();
469
463
  // @generated message type with reflection information, may provide speed optimized methods
470
464
  class RetryInfo$Type extends MessageType<RetryInfo> {
471
- constructor() {
472
- super('google.rpc.RetryInfo', [
473
- { no: 1, name: 'retry_delay', kind: 'message', T: () => Duration },
474
- ]);
475
- }
465
+ constructor() {
466
+ super("google.rpc.RetryInfo", [
467
+ { no: 1, name: "retry_delay", kind: "message", T: () => Duration }
468
+ ]);
469
+ }
476
470
  }
477
471
  /**
478
472
  * @generated MessageType for protobuf message google.rpc.RetryInfo
@@ -480,18 +474,12 @@ class RetryInfo$Type extends MessageType<RetryInfo> {
480
474
  export const RetryInfo = new RetryInfo$Type();
481
475
  // @generated message type with reflection information, may provide speed optimized methods
482
476
  class DebugInfo$Type extends MessageType<DebugInfo> {
483
- constructor() {
484
- super('google.rpc.DebugInfo', [
485
- {
486
- no: 1,
487
- name: 'stack_entries',
488
- kind: 'scalar',
489
- repeat: 2 /*RepeatType.UNPACKED*/,
490
- T: 9 /*ScalarType.STRING*/,
491
- },
492
- { no: 2, name: 'detail', kind: 'scalar', T: 9 /*ScalarType.STRING*/ },
493
- ]);
494
- }
477
+ constructor() {
478
+ super("google.rpc.DebugInfo", [
479
+ { no: 1, name: "stack_entries", kind: "scalar", repeat: 2 /*RepeatType.UNPACKED*/, T: 9 /*ScalarType.STRING*/ },
480
+ { no: 2, name: "detail", kind: "scalar", T: 9 /*ScalarType.STRING*/ }
481
+ ]);
482
+ }
495
483
  }
496
484
  /**
497
485
  * @generated MessageType for protobuf message google.rpc.DebugInfo
@@ -499,17 +487,11 @@ class DebugInfo$Type extends MessageType<DebugInfo> {
499
487
  export const DebugInfo = new DebugInfo$Type();
500
488
  // @generated message type with reflection information, may provide speed optimized methods
501
489
  class QuotaFailure$Type extends MessageType<QuotaFailure> {
502
- constructor() {
503
- super('google.rpc.QuotaFailure', [
504
- {
505
- no: 1,
506
- name: 'violations',
507
- kind: 'message',
508
- repeat: 1 /*RepeatType.PACKED*/,
509
- T: () => QuotaFailure_Violation,
510
- },
511
- ]);
512
- }
490
+ constructor() {
491
+ super("google.rpc.QuotaFailure", [
492
+ { no: 1, name: "violations", kind: "message", repeat: 1 /*RepeatType.PACKED*/, T: () => QuotaFailure_Violation }
493
+ ]);
494
+ }
513
495
  }
514
496
  /**
515
497
  * @generated MessageType for protobuf message google.rpc.QuotaFailure
@@ -517,12 +499,12 @@ class QuotaFailure$Type extends MessageType<QuotaFailure> {
517
499
  export const QuotaFailure = new QuotaFailure$Type();
518
500
  // @generated message type with reflection information, may provide speed optimized methods
519
501
  class QuotaFailure_Violation$Type extends MessageType<QuotaFailure_Violation> {
520
- constructor() {
521
- super('google.rpc.QuotaFailure.Violation', [
522
- { no: 1, name: 'subject', kind: 'scalar', T: 9 /*ScalarType.STRING*/ },
523
- { no: 2, name: 'description', kind: 'scalar', T: 9 /*ScalarType.STRING*/ },
524
- ]);
525
- }
502
+ constructor() {
503
+ super("google.rpc.QuotaFailure.Violation", [
504
+ { no: 1, name: "subject", kind: "scalar", T: 9 /*ScalarType.STRING*/ },
505
+ { no: 2, name: "description", kind: "scalar", T: 9 /*ScalarType.STRING*/ }
506
+ ]);
507
+ }
526
508
  }
527
509
  /**
528
510
  * @generated MessageType for protobuf message google.rpc.QuotaFailure.Violation
@@ -530,17 +512,11 @@ class QuotaFailure_Violation$Type extends MessageType<QuotaFailure_Violation> {
530
512
  export const QuotaFailure_Violation = new QuotaFailure_Violation$Type();
531
513
  // @generated message type with reflection information, may provide speed optimized methods
532
514
  class PreconditionFailure$Type extends MessageType<PreconditionFailure> {
533
- constructor() {
534
- super('google.rpc.PreconditionFailure', [
535
- {
536
- no: 1,
537
- name: 'violations',
538
- kind: 'message',
539
- repeat: 1 /*RepeatType.PACKED*/,
540
- T: () => PreconditionFailure_Violation,
541
- },
542
- ]);
543
- }
515
+ constructor() {
516
+ super("google.rpc.PreconditionFailure", [
517
+ { no: 1, name: "violations", kind: "message", repeat: 1 /*RepeatType.PACKED*/, T: () => PreconditionFailure_Violation }
518
+ ]);
519
+ }
544
520
  }
545
521
  /**
546
522
  * @generated MessageType for protobuf message google.rpc.PreconditionFailure
@@ -548,13 +524,13 @@ class PreconditionFailure$Type extends MessageType<PreconditionFailure> {
548
524
  export const PreconditionFailure = new PreconditionFailure$Type();
549
525
  // @generated message type with reflection information, may provide speed optimized methods
550
526
  class PreconditionFailure_Violation$Type extends MessageType<PreconditionFailure_Violation> {
551
- constructor() {
552
- super('google.rpc.PreconditionFailure.Violation', [
553
- { no: 1, name: 'type', kind: 'scalar', T: 9 /*ScalarType.STRING*/ },
554
- { no: 2, name: 'subject', kind: 'scalar', T: 9 /*ScalarType.STRING*/ },
555
- { no: 3, name: 'description', kind: 'scalar', T: 9 /*ScalarType.STRING*/ },
556
- ]);
557
- }
527
+ constructor() {
528
+ super("google.rpc.PreconditionFailure.Violation", [
529
+ { no: 1, name: "type", kind: "scalar", T: 9 /*ScalarType.STRING*/ },
530
+ { no: 2, name: "subject", kind: "scalar", T: 9 /*ScalarType.STRING*/ },
531
+ { no: 3, name: "description", kind: "scalar", T: 9 /*ScalarType.STRING*/ }
532
+ ]);
533
+ }
558
534
  }
559
535
  /**
560
536
  * @generated MessageType for protobuf message google.rpc.PreconditionFailure.Violation
@@ -562,17 +538,11 @@ class PreconditionFailure_Violation$Type extends MessageType<PreconditionFailure
562
538
  export const PreconditionFailure_Violation = new PreconditionFailure_Violation$Type();
563
539
  // @generated message type with reflection information, may provide speed optimized methods
564
540
  class BadRequest$Type extends MessageType<BadRequest> {
565
- constructor() {
566
- super('google.rpc.BadRequest', [
567
- {
568
- no: 1,
569
- name: 'field_violations',
570
- kind: 'message',
571
- repeat: 1 /*RepeatType.PACKED*/,
572
- T: () => BadRequest_FieldViolation,
573
- },
574
- ]);
575
- }
541
+ constructor() {
542
+ super("google.rpc.BadRequest", [
543
+ { no: 1, name: "field_violations", kind: "message", repeat: 1 /*RepeatType.PACKED*/, T: () => BadRequest_FieldViolation }
544
+ ]);
545
+ }
576
546
  }
577
547
  /**
578
548
  * @generated MessageType for protobuf message google.rpc.BadRequest
@@ -580,14 +550,14 @@ class BadRequest$Type extends MessageType<BadRequest> {
580
550
  export const BadRequest = new BadRequest$Type();
581
551
  // @generated message type with reflection information, may provide speed optimized methods
582
552
  class BadRequest_FieldViolation$Type extends MessageType<BadRequest_FieldViolation> {
583
- constructor() {
584
- super('google.rpc.BadRequest.FieldViolation', [
585
- { no: 1, name: 'field', kind: 'scalar', T: 9 /*ScalarType.STRING*/ },
586
- { no: 2, name: 'description', kind: 'scalar', T: 9 /*ScalarType.STRING*/ },
587
- { no: 3, name: 'reason', kind: 'scalar', T: 9 /*ScalarType.STRING*/ },
588
- { no: 4, name: 'localized_message', kind: 'message', T: () => LocalizedMessage },
589
- ]);
590
- }
553
+ constructor() {
554
+ super("google.rpc.BadRequest.FieldViolation", [
555
+ { no: 1, name: "field", kind: "scalar", T: 9 /*ScalarType.STRING*/ },
556
+ { no: 2, name: "description", kind: "scalar", T: 9 /*ScalarType.STRING*/ },
557
+ { no: 3, name: "reason", kind: "scalar", T: 9 /*ScalarType.STRING*/ },
558
+ { no: 4, name: "localized_message", kind: "message", T: () => LocalizedMessage }
559
+ ]);
560
+ }
591
561
  }
592
562
  /**
593
563
  * @generated MessageType for protobuf message google.rpc.BadRequest.FieldViolation
@@ -595,12 +565,12 @@ class BadRequest_FieldViolation$Type extends MessageType<BadRequest_FieldViolati
595
565
  export const BadRequest_FieldViolation = new BadRequest_FieldViolation$Type();
596
566
  // @generated message type with reflection information, may provide speed optimized methods
597
567
  class RequestInfo$Type extends MessageType<RequestInfo> {
598
- constructor() {
599
- super('google.rpc.RequestInfo', [
600
- { no: 1, name: 'request_id', kind: 'scalar', T: 9 /*ScalarType.STRING*/ },
601
- { no: 2, name: 'serving_data', kind: 'scalar', T: 9 /*ScalarType.STRING*/ },
602
- ]);
603
- }
568
+ constructor() {
569
+ super("google.rpc.RequestInfo", [
570
+ { no: 1, name: "request_id", kind: "scalar", T: 9 /*ScalarType.STRING*/ },
571
+ { no: 2, name: "serving_data", kind: "scalar", T: 9 /*ScalarType.STRING*/ }
572
+ ]);
573
+ }
604
574
  }
605
575
  /**
606
576
  * @generated MessageType for protobuf message google.rpc.RequestInfo
@@ -608,14 +578,14 @@ class RequestInfo$Type extends MessageType<RequestInfo> {
608
578
  export const RequestInfo = new RequestInfo$Type();
609
579
  // @generated message type with reflection information, may provide speed optimized methods
610
580
  class ResourceInfo$Type extends MessageType<ResourceInfo> {
611
- constructor() {
612
- super('google.rpc.ResourceInfo', [
613
- { no: 1, name: 'resource_type', kind: 'scalar', T: 9 /*ScalarType.STRING*/ },
614
- { no: 2, name: 'resource_name', kind: 'scalar', T: 9 /*ScalarType.STRING*/ },
615
- { no: 3, name: 'owner', kind: 'scalar', T: 9 /*ScalarType.STRING*/ },
616
- { no: 4, name: 'description', kind: 'scalar', T: 9 /*ScalarType.STRING*/ },
617
- ]);
618
- }
581
+ constructor() {
582
+ super("google.rpc.ResourceInfo", [
583
+ { no: 1, name: "resource_type", kind: "scalar", T: 9 /*ScalarType.STRING*/ },
584
+ { no: 2, name: "resource_name", kind: "scalar", T: 9 /*ScalarType.STRING*/ },
585
+ { no: 3, name: "owner", kind: "scalar", T: 9 /*ScalarType.STRING*/ },
586
+ { no: 4, name: "description", kind: "scalar", T: 9 /*ScalarType.STRING*/ }
587
+ ]);
588
+ }
619
589
  }
620
590
  /**
621
591
  * @generated MessageType for protobuf message google.rpc.ResourceInfo
@@ -623,17 +593,11 @@ class ResourceInfo$Type extends MessageType<ResourceInfo> {
623
593
  export const ResourceInfo = new ResourceInfo$Type();
624
594
  // @generated message type with reflection information, may provide speed optimized methods
625
595
  class Help$Type extends MessageType<Help> {
626
- constructor() {
627
- super('google.rpc.Help', [
628
- {
629
- no: 1,
630
- name: 'links',
631
- kind: 'message',
632
- repeat: 1 /*RepeatType.PACKED*/,
633
- T: () => Help_Link,
634
- },
635
- ]);
636
- }
596
+ constructor() {
597
+ super("google.rpc.Help", [
598
+ { no: 1, name: "links", kind: "message", repeat: 1 /*RepeatType.PACKED*/, T: () => Help_Link }
599
+ ]);
600
+ }
637
601
  }
638
602
  /**
639
603
  * @generated MessageType for protobuf message google.rpc.Help
@@ -641,12 +605,12 @@ class Help$Type extends MessageType<Help> {
641
605
  export const Help = new Help$Type();
642
606
  // @generated message type with reflection information, may provide speed optimized methods
643
607
  class Help_Link$Type extends MessageType<Help_Link> {
644
- constructor() {
645
- super('google.rpc.Help.Link', [
646
- { no: 1, name: 'description', kind: 'scalar', T: 9 /*ScalarType.STRING*/ },
647
- { no: 2, name: 'url', kind: 'scalar', T: 9 /*ScalarType.STRING*/ },
648
- ]);
649
- }
608
+ constructor() {
609
+ super("google.rpc.Help.Link", [
610
+ { no: 1, name: "description", kind: "scalar", T: 9 /*ScalarType.STRING*/ },
611
+ { no: 2, name: "url", kind: "scalar", T: 9 /*ScalarType.STRING*/ }
612
+ ]);
613
+ }
650
614
  }
651
615
  /**
652
616
  * @generated MessageType for protobuf message google.rpc.Help.Link
@@ -654,12 +618,12 @@ class Help_Link$Type extends MessageType<Help_Link> {
654
618
  export const Help_Link = new Help_Link$Type();
655
619
  // @generated message type with reflection information, may provide speed optimized methods
656
620
  class LocalizedMessage$Type extends MessageType<LocalizedMessage> {
657
- constructor() {
658
- super('google.rpc.LocalizedMessage', [
659
- { no: 1, name: 'locale', kind: 'scalar', T: 9 /*ScalarType.STRING*/ },
660
- { no: 2, name: 'message', kind: 'scalar', T: 9 /*ScalarType.STRING*/ },
661
- ]);
662
- }
621
+ constructor() {
622
+ super("google.rpc.LocalizedMessage", [
623
+ { no: 1, name: "locale", kind: "scalar", T: 9 /*ScalarType.STRING*/ },
624
+ { no: 2, name: "message", kind: "scalar", T: 9 /*ScalarType.STRING*/ }
625
+ ]);
626
+ }
663
627
  }
664
628
  /**
665
629
  * @generated MessageType for protobuf message google.rpc.LocalizedMessage