@hyperlane-xyz/helloworld 1.5.8 → 3.0.0-beta0

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 (213) hide show
  1. package/contracts/HelloWorld.sol +23 -13
  2. package/dist/hardhat.config.js +1 -1
  3. package/dist/hardhat.config.js.map +1 -1
  4. package/dist/src/app/app.d.ts.map +1 -1
  5. package/dist/src/app/app.js +2 -1
  6. package/dist/src/app/app.js.map +1 -1
  7. package/dist/src/deploy/deploy.d.ts.map +1 -1
  8. package/dist/src/deploy/deploy.js +2 -1
  9. package/dist/src/deploy/deploy.js.map +1 -1
  10. package/dist/src/multiProtocolApp/evmAdapter.d.ts.map +1 -1
  11. package/dist/src/multiProtocolApp/evmAdapter.js +4 -2
  12. package/dist/src/multiProtocolApp/evmAdapter.js.map +1 -1
  13. package/dist/src/scripts/check.js +1 -2
  14. package/dist/src/scripts/check.js.map +1 -1
  15. package/dist/src/scripts/deploy.js +1 -2
  16. package/dist/src/scripts/deploy.js.map +1 -1
  17. package/dist/src/test/deploy.test.js +4 -2
  18. package/dist/src/test/deploy.test.js.map +1 -1
  19. package/dist/src/test/helloworld.test.js +15 -17
  20. package/dist/src/test/helloworld.test.js.map +1 -1
  21. package/dist/src/types/@hyperlane-xyz/core/contracts/client/MailboxClient.d.ts +260 -0
  22. package/dist/src/types/@hyperlane-xyz/core/contracts/client/MailboxClient.d.ts.map +1 -0
  23. package/dist/src/types/@hyperlane-xyz/core/contracts/client/MailboxClient.js +4 -0
  24. package/dist/src/types/@hyperlane-xyz/core/contracts/client/MailboxClient.js.map +1 -0
  25. package/dist/src/types/@hyperlane-xyz/core/contracts/client/Router.d.ts +445 -0
  26. package/dist/src/types/@hyperlane-xyz/core/contracts/client/Router.d.ts.map +1 -0
  27. package/dist/src/types/@hyperlane-xyz/core/contracts/client/Router.js +4 -0
  28. package/dist/src/types/@hyperlane-xyz/core/contracts/client/Router.js.map +1 -0
  29. package/dist/src/types/@hyperlane-xyz/core/contracts/client/index.d.ts +3 -0
  30. package/dist/src/types/@hyperlane-xyz/core/contracts/client/index.d.ts.map +1 -0
  31. package/dist/src/types/@hyperlane-xyz/core/contracts/{Router.js → client/index.js} +1 -1
  32. package/dist/src/types/@hyperlane-xyz/core/contracts/client/index.js.map +1 -0
  33. package/dist/src/types/@hyperlane-xyz/core/contracts/hooks/index.d.ts +3 -0
  34. package/dist/src/types/@hyperlane-xyz/core/contracts/hooks/index.d.ts.map +1 -0
  35. package/dist/src/types/@hyperlane-xyz/core/contracts/hooks/index.js +4 -0
  36. package/dist/src/types/@hyperlane-xyz/core/contracts/hooks/index.js.map +1 -0
  37. package/dist/src/types/@hyperlane-xyz/core/contracts/hooks/libs/StandardHookMetadata.d.ts +50 -0
  38. package/dist/src/types/@hyperlane-xyz/core/contracts/hooks/libs/StandardHookMetadata.d.ts.map +1 -0
  39. package/dist/src/types/@hyperlane-xyz/core/contracts/hooks/libs/StandardHookMetadata.js +4 -0
  40. package/dist/src/types/@hyperlane-xyz/core/contracts/hooks/libs/StandardHookMetadata.js.map +1 -0
  41. package/dist/src/types/@hyperlane-xyz/core/contracts/hooks/libs/index.d.ts +2 -0
  42. package/dist/src/types/@hyperlane-xyz/core/contracts/hooks/libs/index.d.ts.map +1 -0
  43. package/dist/src/types/@hyperlane-xyz/core/contracts/{interfaces/IInterchainGasPaymaster.js → hooks/libs/index.js} +1 -1
  44. package/dist/src/types/@hyperlane-xyz/core/contracts/hooks/libs/index.js.map +1 -0
  45. package/dist/src/types/@hyperlane-xyz/core/contracts/index.d.ts +4 -2
  46. package/dist/src/types/@hyperlane-xyz/core/contracts/index.d.ts.map +1 -1
  47. package/dist/src/types/@hyperlane-xyz/core/contracts/index.js +1 -0
  48. package/dist/src/types/@hyperlane-xyz/core/contracts/index.js.map +1 -1
  49. package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/IInterchainSecurityModule.d.ts +25 -3
  50. package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/IInterchainSecurityModule.d.ts.map +1 -1
  51. package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/IInterchainSecurityModule.js +1 -0
  52. package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/IInterchainSecurityModule.js.map +1 -1
  53. package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/ISpecifiesInterchainSecurityModule.d.ts +10 -3
  54. package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/ISpecifiesInterchainSecurityModule.d.ts.map +1 -1
  55. package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/ISpecifiesInterchainSecurityModule.js +1 -0
  56. package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/ISpecifiesInterchainSecurityModule.js.map +1 -1
  57. package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/IMailbox.d.ts +163 -44
  58. package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/IMailbox.d.ts.map +1 -1
  59. package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/IMailbox.js +1 -0
  60. package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/IMailbox.js.map +1 -1
  61. package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/IMessageRecipient.d.ts +22 -7
  62. package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/IMessageRecipient.d.ts.map +1 -1
  63. package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/IMessageRecipient.js +1 -0
  64. package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/IMessageRecipient.js.map +1 -1
  65. package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/hooks/IPostDispatchHook.d.ts +111 -0
  66. package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/hooks/IPostDispatchHook.d.ts.map +1 -0
  67. package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/hooks/IPostDispatchHook.js +4 -0
  68. package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/hooks/IPostDispatchHook.js.map +1 -0
  69. package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/hooks/index.d.ts +2 -0
  70. package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/hooks/index.d.ts.map +1 -0
  71. package/dist/src/types/@hyperlane-xyz/core/contracts/{HyperlaneConnectionClient.js → interfaces/hooks/index.js} +1 -1
  72. package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/hooks/index.js.map +1 -0
  73. package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/index.d.ts +2 -2
  74. package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/index.d.ts.map +1 -1
  75. package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/index.js +1 -0
  76. package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/index.js.map +1 -1
  77. package/dist/src/types/@hyperlane-xyz/core/index.d.ts.map +1 -1
  78. package/dist/src/types/@hyperlane-xyz/core/index.js +1 -0
  79. package/dist/src/types/@hyperlane-xyz/core/index.js.map +1 -1
  80. package/dist/src/types/@hyperlane-xyz/index.d.ts.map +1 -1
  81. package/dist/src/types/@hyperlane-xyz/index.js +1 -0
  82. package/dist/src/types/@hyperlane-xyz/index.js.map +1 -1
  83. package/dist/src/types/@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.d.ts +42 -3
  84. package/dist/src/types/@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.d.ts.map +1 -1
  85. package/dist/src/types/@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.js +1 -0
  86. package/dist/src/types/@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.js.map +1 -1
  87. package/dist/src/types/@openzeppelin/contracts-upgradeable/index.d.ts +2 -2
  88. package/dist/src/types/@openzeppelin/contracts-upgradeable/index.d.ts.map +1 -1
  89. package/dist/src/types/@openzeppelin/contracts-upgradeable/index.js +1 -0
  90. package/dist/src/types/@openzeppelin/contracts-upgradeable/index.js.map +1 -1
  91. package/dist/src/types/@openzeppelin/contracts-upgradeable/proxy/index.d.ts.map +1 -1
  92. package/dist/src/types/@openzeppelin/contracts-upgradeable/proxy/index.js +1 -0
  93. package/dist/src/types/@openzeppelin/contracts-upgradeable/proxy/index.js.map +1 -1
  94. package/dist/src/types/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.d.ts +3 -2
  95. package/dist/src/types/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.d.ts.map +1 -1
  96. package/dist/src/types/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.js +1 -0
  97. package/dist/src/types/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.js.map +1 -1
  98. package/dist/src/types/@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.d.ts +3 -2
  99. package/dist/src/types/@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.d.ts.map +1 -1
  100. package/dist/src/types/@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.js +1 -0
  101. package/dist/src/types/@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.js.map +1 -1
  102. package/dist/src/types/@openzeppelin/index.d.ts.map +1 -1
  103. package/dist/src/types/@openzeppelin/index.js +1 -0
  104. package/dist/src/types/@openzeppelin/index.js.map +1 -1
  105. package/dist/src/types/common.d.ts.map +1 -1
  106. package/dist/src/types/common.js +1 -0
  107. package/dist/src/types/common.js.map +1 -1
  108. package/dist/src/types/contracts/HelloWorld.d.ts +309 -75
  109. package/dist/src/types/contracts/HelloWorld.d.ts.map +1 -1
  110. package/dist/src/types/contracts/HelloWorld.js +1 -0
  111. package/dist/src/types/contracts/HelloWorld.js.map +1 -1
  112. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/{HyperlaneConnectionClient__factory.d.ts → client/MailboxClient__factory.d.ts} +6 -6
  113. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/client/MailboxClient__factory.d.ts.map +1 -0
  114. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/{HyperlaneConnectionClient__factory.js → client/MailboxClient__factory.js} +22 -63
  115. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/client/MailboxClient__factory.js.map +1 -0
  116. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/{Router__factory.d.ts → client/Router__factory.d.ts} +2 -2
  117. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/client/Router__factory.d.ts.map +1 -0
  118. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/{Router__factory.js → client/Router__factory.js} +37 -71
  119. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/client/Router__factory.js.map +1 -0
  120. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/client/index.d.ts +3 -0
  121. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/client/index.d.ts.map +1 -0
  122. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/client/index.js +11 -0
  123. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/client/index.js.map +1 -0
  124. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/hooks/index.d.ts +2 -0
  125. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/hooks/index.d.ts.map +1 -0
  126. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/hooks/index.js +31 -0
  127. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/hooks/index.js.map +1 -0
  128. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/hooks/libs/StandardHookMetadata__factory.d.ts +31 -0
  129. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/hooks/libs/StandardHookMetadata__factory.d.ts.map +1 -0
  130. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/hooks/libs/StandardHookMetadata__factory.js +54 -0
  131. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/hooks/libs/StandardHookMetadata__factory.js.map +1 -0
  132. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/hooks/libs/index.d.ts +2 -0
  133. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/hooks/libs/index.d.ts.map +1 -0
  134. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/hooks/libs/index.js +9 -0
  135. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/hooks/libs/index.js.map +1 -0
  136. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/index.d.ts +2 -2
  137. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/index.d.ts.map +1 -1
  138. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/index.js +3 -5
  139. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/index.js.map +1 -1
  140. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/IInterchainSecurityModule__factory.d.ts +2 -2
  141. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/IInterchainSecurityModule__factory.d.ts.map +1 -1
  142. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/IInterchainSecurityModule__factory.js +0 -2
  143. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/IInterchainSecurityModule__factory.js.map +1 -1
  144. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/ISpecifiesInterchainSecurityModule__factory.d.ts +2 -2
  145. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/ISpecifiesInterchainSecurityModule__factory.d.ts.map +1 -1
  146. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/ISpecifiesInterchainSecurityModule__factory.js +0 -2
  147. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IInterchainSecurityModule.sol/ISpecifiesInterchainSecurityModule__factory.js.map +1 -1
  148. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IMailbox__factory.d.ts +2 -2
  149. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IMailbox__factory.d.ts.map +1 -1
  150. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IMailbox__factory.js +181 -26
  151. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IMailbox__factory.js.map +1 -1
  152. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IMessageRecipient__factory.d.ts +2 -2
  153. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IMessageRecipient__factory.d.ts.map +1 -1
  154. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IMessageRecipient__factory.js +1 -3
  155. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IMessageRecipient__factory.js.map +1 -1
  156. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/hooks/IPostDispatchHook__factory.d.ts +23 -0
  157. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/hooks/IPostDispatchHook__factory.d.ts.map +1 -0
  158. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/hooks/IPostDispatchHook__factory.js +92 -0
  159. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/hooks/IPostDispatchHook__factory.js.map +1 -0
  160. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/hooks/index.d.ts +2 -0
  161. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/hooks/index.d.ts.map +1 -0
  162. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/hooks/index.js +9 -0
  163. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/hooks/index.js.map +1 -0
  164. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/index.d.ts +1 -2
  165. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/index.d.ts.map +1 -1
  166. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/index.js +2 -5
  167. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/index.js.map +1 -1
  168. package/dist/src/types/factories/@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable__factory.d.ts +2 -2
  169. package/dist/src/types/factories/@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable__factory.d.ts.map +1 -1
  170. package/dist/src/types/factories/@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable__factory.js +0 -2
  171. package/dist/src/types/factories/@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable__factory.js.map +1 -1
  172. package/dist/src/types/factories/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable__factory.d.ts +2 -2
  173. package/dist/src/types/factories/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable__factory.d.ts.map +1 -1
  174. package/dist/src/types/factories/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable__factory.js +0 -2
  175. package/dist/src/types/factories/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable__factory.js.map +1 -1
  176. package/dist/src/types/factories/@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable__factory.d.ts +2 -2
  177. package/dist/src/types/factories/@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable__factory.d.ts.map +1 -1
  178. package/dist/src/types/factories/@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable__factory.js +0 -2
  179. package/dist/src/types/factories/@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable__factory.js.map +1 -1
  180. package/dist/src/types/factories/contracts/HelloWorld__factory.d.ts +5 -5
  181. package/dist/src/types/factories/contracts/HelloWorld__factory.d.ts.map +1 -1
  182. package/dist/src/types/factories/contracts/HelloWorld__factory.js +68 -78
  183. package/dist/src/types/factories/contracts/HelloWorld__factory.js.map +1 -1
  184. package/dist/src/types/index.d.ts +10 -10
  185. package/dist/src/types/index.d.ts.map +1 -1
  186. package/dist/src/types/index.js +10 -9
  187. package/dist/src/types/index.js.map +1 -1
  188. package/package.json +12 -10
  189. package/dist/src/types/@hyperlane-xyz/core/contracts/HyperlaneConnectionClient.d.ts +0 -202
  190. package/dist/src/types/@hyperlane-xyz/core/contracts/HyperlaneConnectionClient.d.ts.map +0 -1
  191. package/dist/src/types/@hyperlane-xyz/core/contracts/HyperlaneConnectionClient.js.map +0 -1
  192. package/dist/src/types/@hyperlane-xyz/core/contracts/Router.d.ts +0 -279
  193. package/dist/src/types/@hyperlane-xyz/core/contracts/Router.d.ts.map +0 -1
  194. package/dist/src/types/@hyperlane-xyz/core/contracts/Router.js.map +0 -1
  195. package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/IHyperlaneConnectionClient.d.ts +0 -107
  196. package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/IHyperlaneConnectionClient.d.ts.map +0 -1
  197. package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/IHyperlaneConnectionClient.js +0 -3
  198. package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/IHyperlaneConnectionClient.js.map +0 -1
  199. package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/IInterchainGasPaymaster.d.ts +0 -76
  200. package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/IInterchainGasPaymaster.d.ts.map +0 -1
  201. package/dist/src/types/@hyperlane-xyz/core/contracts/interfaces/IInterchainGasPaymaster.js.map +0 -1
  202. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/HyperlaneConnectionClient__factory.d.ts.map +0 -1
  203. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/HyperlaneConnectionClient__factory.js.map +0 -1
  204. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/Router__factory.d.ts.map +0 -1
  205. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/Router__factory.js.map +0 -1
  206. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IHyperlaneConnectionClient__factory.d.ts +0 -29
  207. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IHyperlaneConnectionClient__factory.d.ts.map +0 -1
  208. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IHyperlaneConnectionClient__factory.js +0 -98
  209. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IHyperlaneConnectionClient__factory.js.map +0 -1
  210. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IInterchainGasPaymaster__factory.d.ts +0 -36
  211. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IInterchainGasPaymaster__factory.d.ts.map +0 -1
  212. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IInterchainGasPaymaster__factory.js +0 -97
  213. package/dist/src/types/factories/@hyperlane-xyz/core/contracts/interfaces/IInterchainGasPaymaster__factory.js.map +0 -1
@@ -1,3 +1,4 @@
1
1
  "use strict";
2
+ /* Autogenerated file. Do not edit manually. */
2
3
  Object.defineProperty(exports, "__esModule", { value: true });
3
4
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/types/@openzeppelin/contracts-upgradeable/proxy/index.ts"],"names":[],"mappings":""}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/types/@openzeppelin/contracts-upgradeable/proxy/index.ts"],"names":[],"mappings":";AAAA,+CAA+C"}
@@ -1,13 +1,14 @@
1
- import type { BaseContract, Signer, utils } from "ethers";
1
+ import type { TypedEventFilter, TypedEvent, TypedListener, OnEvent } from "../../../../common";
2
2
  import type { EventFragment } from "@ethersproject/abi";
3
3
  import type { Listener, Provider } from "@ethersproject/providers";
4
- import type { TypedEventFilter, TypedEvent, TypedListener, OnEvent } from "../../../../common";
4
+ import type { BaseContract, Signer, utils } from "ethers";
5
5
  export interface InitializableInterface extends utils.Interface {
6
6
  functions: {};
7
7
  events: {
8
8
  "Initialized(uint8)": EventFragment;
9
9
  };
10
10
  getEvent(nameOrSignatureOrTopic: "Initialized"): EventFragment;
11
+ getEvent(nameOrSignatureOrTopic: "Initialized(uint8)"): EventFragment;
11
12
  }
12
13
  export interface InitializedEventObject {
13
14
  version: number;
@@ -1 +1 @@
1
- {"version":3,"file":"Initializable.d.ts","sourceRoot":"","sources":["../../../../../../../src/types/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,QAAQ,CAAC;AAC1D,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AACxD,OAAO,KAAK,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AACnE,OAAO,KAAK,EACV,gBAAgB,EAChB,UAAU,EACV,aAAa,EACb,OAAO,EACR,MAAM,oBAAoB,CAAC;AAE5B,MAAM,WAAW,sBAAuB,SAAQ,KAAK,CAAC,SAAS;IAC7D,SAAS,EAAE,EAAE,CAAC;IAEd,MAAM,EAAE;QACN,oBAAoB,EAAE,aAAa,CAAC;KACrC,CAAC;IAEF,QAAQ,CAAC,sBAAsB,EAAE,aAAa,GAAG,aAAa,CAAC;CAChE;AAED,MAAM,WAAW,sBAAsB;IACrC,OAAO,EAAE,MAAM,CAAC;CACjB;AACD,MAAM,MAAM,gBAAgB,GAAG,UAAU,CAAC,CAAC,MAAM,CAAC,EAAE,sBAAsB,CAAC,CAAC;AAE5E,MAAM,MAAM,sBAAsB,GAAG,gBAAgB,CAAC,gBAAgB,CAAC,CAAC;AAExE,MAAM,WAAW,aAAc,SAAQ,YAAY;IACjD,OAAO,CAAC,gBAAgB,EAAE,MAAM,GAAG,QAAQ,GAAG,MAAM,GAAG,IAAI,CAAC;IAC5D,MAAM,CAAC,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IACpC,QAAQ,IAAI,OAAO,CAAC,IAAI,CAAC,CAAC;IAE1B,SAAS,EAAE,sBAAsB,CAAC;IAElC,WAAW,CAAC,MAAM,SAAS,UAAU,EACnC,KAAK,EAAE,gBAAgB,CAAC,MAAM,CAAC,EAC/B,oBAAoB,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS,EAClD,OAAO,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS,GACpC,OAAO,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC;IAE1B,SAAS,CAAC,MAAM,SAAS,UAAU,EACjC,WAAW,CAAC,EAAE,gBAAgB,CAAC,MAAM,CAAC,GACrC,KAAK,CAAC,aAAa,CAAC,MAAM,CAAC,CAAC,CAAC;IAChC,SAAS,CAAC,SAAS,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC,QAAQ,CAAC,CAAC;IAC/C,kBAAkB,CAAC,MAAM,SAAS,UAAU,EAC1C,WAAW,EAAE,gBAAgB,CAAC,MAAM,CAAC,GACpC,IAAI,CAAC;IACR,kBAAkB,CAAC,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7C,GAAG,EAAE,OAAO,CAAC,IAAI,CAAC,CAAC;IACnB,EAAE,EAAE,OAAO,CAAC,IAAI,CAAC,CAAC;IAClB,IAAI,EAAE,OAAO,CAAC,IAAI,CAAC,CAAC;IACpB,cAAc,EAAE,OAAO,CAAC,IAAI,CAAC,CAAC;IAE9B,SAAS,EAAE,EAAE,CAAC;IAEd,UAAU,EAAE,EAAE,CAAC;IAEf,OAAO,EAAE;QACP,oBAAoB,CAAC,OAAO,CAAC,EAAE,IAAI,GAAG,sBAAsB,CAAC;QAC7D,WAAW,CAAC,OAAO,CAAC,EAAE,IAAI,GAAG,sBAAsB,CAAC;KACrD,CAAC;IAEF,WAAW,EAAE,EAAE,CAAC;IAEhB,mBAAmB,EAAE,EAAE,CAAC;CACzB"}
1
+ {"version":3,"file":"Initializable.d.ts","sourceRoot":"","sources":["../../../../../../../src/types/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EACV,gBAAgB,EAChB,UAAU,EACV,aAAa,EACb,OAAO,EACR,MAAM,oBAAoB,CAAC;AAC5B,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AACxD,OAAO,KAAK,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AACnE,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,QAAQ,CAAC;AAE1D,MAAM,WAAW,sBAAuB,SAAQ,KAAK,CAAC,SAAS;IAC7D,SAAS,EAAE,EAAE,CAAC;IAEd,MAAM,EAAE;QACN,oBAAoB,EAAE,aAAa,CAAC;KACrC,CAAC;IAEF,QAAQ,CAAC,sBAAsB,EAAE,aAAa,GAAG,aAAa,CAAC;IAC/D,QAAQ,CAAC,sBAAsB,EAAE,oBAAoB,GAAG,aAAa,CAAC;CACvE;AAED,MAAM,WAAW,sBAAsB;IACrC,OAAO,EAAE,MAAM,CAAC;CACjB;AACD,MAAM,MAAM,gBAAgB,GAAG,UAAU,CAAC,CAAC,MAAM,CAAC,EAAE,sBAAsB,CAAC,CAAC;AAE5E,MAAM,MAAM,sBAAsB,GAAG,gBAAgB,CAAC,gBAAgB,CAAC,CAAC;AAExE,MAAM,WAAW,aAAc,SAAQ,YAAY;IACjD,OAAO,CAAC,gBAAgB,EAAE,MAAM,GAAG,QAAQ,GAAG,MAAM,GAAG,IAAI,CAAC;IAC5D,MAAM,CAAC,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IACpC,QAAQ,IAAI,OAAO,CAAC,IAAI,CAAC,CAAC;IAE1B,SAAS,EAAE,sBAAsB,CAAC;IAElC,WAAW,CAAC,MAAM,SAAS,UAAU,EACnC,KAAK,EAAE,gBAAgB,CAAC,MAAM,CAAC,EAC/B,oBAAoB,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS,EAClD,OAAO,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS,GACpC,OAAO,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC;IAE1B,SAAS,CAAC,MAAM,SAAS,UAAU,EACjC,WAAW,CAAC,EAAE,gBAAgB,CAAC,MAAM,CAAC,GACrC,KAAK,CAAC,aAAa,CAAC,MAAM,CAAC,CAAC,CAAC;IAChC,SAAS,CAAC,SAAS,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC,QAAQ,CAAC,CAAC;IAC/C,kBAAkB,CAAC,MAAM,SAAS,UAAU,EAC1C,WAAW,EAAE,gBAAgB,CAAC,MAAM,CAAC,GACpC,IAAI,CAAC;IACR,kBAAkB,CAAC,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7C,GAAG,EAAE,OAAO,CAAC,IAAI,CAAC,CAAC;IACnB,EAAE,EAAE,OAAO,CAAC,IAAI,CAAC,CAAC;IAClB,IAAI,EAAE,OAAO,CAAC,IAAI,CAAC,CAAC;IACpB,cAAc,EAAE,OAAO,CAAC,IAAI,CAAC,CAAC;IAE9B,SAAS,EAAE,EAAE,CAAC;IAEd,UAAU,EAAE,EAAE,CAAC;IAEf,OAAO,EAAE;QACP,oBAAoB,CAAC,OAAO,CAAC,EAAE,IAAI,GAAG,sBAAsB,CAAC;QAC7D,WAAW,CAAC,OAAO,CAAC,EAAE,IAAI,GAAG,sBAAsB,CAAC;KACrD,CAAC;IAEF,WAAW,EAAE,EAAE,CAAC;IAEhB,mBAAmB,EAAE,EAAE,CAAC;CACzB"}
@@ -1,3 +1,4 @@
1
1
  "use strict";
2
+ /* Autogenerated file. Do not edit manually. */
2
3
  Object.defineProperty(exports, "__esModule", { value: true });
3
4
  //# sourceMappingURL=Initializable.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Initializable.js","sourceRoot":"","sources":["../../../../../../../src/types/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.ts"],"names":[],"mappings":""}
1
+ {"version":3,"file":"Initializable.js","sourceRoot":"","sources":["../../../../../../../src/types/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.ts"],"names":[],"mappings":";AAAA,+CAA+C"}
@@ -1,13 +1,14 @@
1
- import type { BaseContract, Signer, utils } from "ethers";
1
+ import type { TypedEventFilter, TypedEvent, TypedListener, OnEvent } from "../../../common";
2
2
  import type { EventFragment } from "@ethersproject/abi";
3
3
  import type { Listener, Provider } from "@ethersproject/providers";
4
- import type { TypedEventFilter, TypedEvent, TypedListener, OnEvent } from "../../../common";
4
+ import type { BaseContract, Signer, utils } from "ethers";
5
5
  export interface ContextUpgradeableInterface extends utils.Interface {
6
6
  functions: {};
7
7
  events: {
8
8
  "Initialized(uint8)": EventFragment;
9
9
  };
10
10
  getEvent(nameOrSignatureOrTopic: "Initialized"): EventFragment;
11
+ getEvent(nameOrSignatureOrTopic: "Initialized(uint8)"): EventFragment;
11
12
  }
12
13
  export interface InitializedEventObject {
13
14
  version: number;
@@ -1 +1 @@
1
- {"version":3,"file":"ContextUpgradeable.d.ts","sourceRoot":"","sources":["../../../../../../src/types/@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,QAAQ,CAAC;AAC1D,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AACxD,OAAO,KAAK,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AACnE,OAAO,KAAK,EACV,gBAAgB,EAChB,UAAU,EACV,aAAa,EACb,OAAO,EACR,MAAM,iBAAiB,CAAC;AAEzB,MAAM,WAAW,2BAA4B,SAAQ,KAAK,CAAC,SAAS;IAClE,SAAS,EAAE,EAAE,CAAC;IAEd,MAAM,EAAE;QACN,oBAAoB,EAAE,aAAa,CAAC;KACrC,CAAC;IAEF,QAAQ,CAAC,sBAAsB,EAAE,aAAa,GAAG,aAAa,CAAC;CAChE;AAED,MAAM,WAAW,sBAAsB;IACrC,OAAO,EAAE,MAAM,CAAC;CACjB;AACD,MAAM,MAAM,gBAAgB,GAAG,UAAU,CAAC,CAAC,MAAM,CAAC,EAAE,sBAAsB,CAAC,CAAC;AAE5E,MAAM,MAAM,sBAAsB,GAAG,gBAAgB,CAAC,gBAAgB,CAAC,CAAC;AAExE,MAAM,WAAW,kBAAmB,SAAQ,YAAY;IACtD,OAAO,CAAC,gBAAgB,EAAE,MAAM,GAAG,QAAQ,GAAG,MAAM,GAAG,IAAI,CAAC;IAC5D,MAAM,CAAC,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IACpC,QAAQ,IAAI,OAAO,CAAC,IAAI,CAAC,CAAC;IAE1B,SAAS,EAAE,2BAA2B,CAAC;IAEvC,WAAW,CAAC,MAAM,SAAS,UAAU,EACnC,KAAK,EAAE,gBAAgB,CAAC,MAAM,CAAC,EAC/B,oBAAoB,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS,EAClD,OAAO,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS,GACpC,OAAO,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC;IAE1B,SAAS,CAAC,MAAM,SAAS,UAAU,EACjC,WAAW,CAAC,EAAE,gBAAgB,CAAC,MAAM,CAAC,GACrC,KAAK,CAAC,aAAa,CAAC,MAAM,CAAC,CAAC,CAAC;IAChC,SAAS,CAAC,SAAS,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC,QAAQ,CAAC,CAAC;IAC/C,kBAAkB,CAAC,MAAM,SAAS,UAAU,EAC1C,WAAW,EAAE,gBAAgB,CAAC,MAAM,CAAC,GACpC,IAAI,CAAC;IACR,kBAAkB,CAAC,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7C,GAAG,EAAE,OAAO,CAAC,IAAI,CAAC,CAAC;IACnB,EAAE,EAAE,OAAO,CAAC,IAAI,CAAC,CAAC;IAClB,IAAI,EAAE,OAAO,CAAC,IAAI,CAAC,CAAC;IACpB,cAAc,EAAE,OAAO,CAAC,IAAI,CAAC,CAAC;IAE9B,SAAS,EAAE,EAAE,CAAC;IAEd,UAAU,EAAE,EAAE,CAAC;IAEf,OAAO,EAAE;QACP,oBAAoB,CAAC,OAAO,CAAC,EAAE,IAAI,GAAG,sBAAsB,CAAC;QAC7D,WAAW,CAAC,OAAO,CAAC,EAAE,IAAI,GAAG,sBAAsB,CAAC;KACrD,CAAC;IAEF,WAAW,EAAE,EAAE,CAAC;IAEhB,mBAAmB,EAAE,EAAE,CAAC;CACzB"}
1
+ {"version":3,"file":"ContextUpgradeable.d.ts","sourceRoot":"","sources":["../../../../../../src/types/@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EACV,gBAAgB,EAChB,UAAU,EACV,aAAa,EACb,OAAO,EACR,MAAM,iBAAiB,CAAC;AACzB,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AACxD,OAAO,KAAK,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AACnE,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,QAAQ,CAAC;AAE1D,MAAM,WAAW,2BAA4B,SAAQ,KAAK,CAAC,SAAS;IAClE,SAAS,EAAE,EAAE,CAAC;IAEd,MAAM,EAAE;QACN,oBAAoB,EAAE,aAAa,CAAC;KACrC,CAAC;IAEF,QAAQ,CAAC,sBAAsB,EAAE,aAAa,GAAG,aAAa,CAAC;IAC/D,QAAQ,CAAC,sBAAsB,EAAE,oBAAoB,GAAG,aAAa,CAAC;CACvE;AAED,MAAM,WAAW,sBAAsB;IACrC,OAAO,EAAE,MAAM,CAAC;CACjB;AACD,MAAM,MAAM,gBAAgB,GAAG,UAAU,CAAC,CAAC,MAAM,CAAC,EAAE,sBAAsB,CAAC,CAAC;AAE5E,MAAM,MAAM,sBAAsB,GAAG,gBAAgB,CAAC,gBAAgB,CAAC,CAAC;AAExE,MAAM,WAAW,kBAAmB,SAAQ,YAAY;IACtD,OAAO,CAAC,gBAAgB,EAAE,MAAM,GAAG,QAAQ,GAAG,MAAM,GAAG,IAAI,CAAC;IAC5D,MAAM,CAAC,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IACpC,QAAQ,IAAI,OAAO,CAAC,IAAI,CAAC,CAAC;IAE1B,SAAS,EAAE,2BAA2B,CAAC;IAEvC,WAAW,CAAC,MAAM,SAAS,UAAU,EACnC,KAAK,EAAE,gBAAgB,CAAC,MAAM,CAAC,EAC/B,oBAAoB,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS,EAClD,OAAO,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS,GACpC,OAAO,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC;IAE1B,SAAS,CAAC,MAAM,SAAS,UAAU,EACjC,WAAW,CAAC,EAAE,gBAAgB,CAAC,MAAM,CAAC,GACrC,KAAK,CAAC,aAAa,CAAC,MAAM,CAAC,CAAC,CAAC;IAChC,SAAS,CAAC,SAAS,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC,QAAQ,CAAC,CAAC;IAC/C,kBAAkB,CAAC,MAAM,SAAS,UAAU,EAC1C,WAAW,EAAE,gBAAgB,CAAC,MAAM,CAAC,GACpC,IAAI,CAAC;IACR,kBAAkB,CAAC,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7C,GAAG,EAAE,OAAO,CAAC,IAAI,CAAC,CAAC;IACnB,EAAE,EAAE,OAAO,CAAC,IAAI,CAAC,CAAC;IAClB,IAAI,EAAE,OAAO,CAAC,IAAI,CAAC,CAAC;IACpB,cAAc,EAAE,OAAO,CAAC,IAAI,CAAC,CAAC;IAE9B,SAAS,EAAE,EAAE,CAAC;IAEd,UAAU,EAAE,EAAE,CAAC;IAEf,OAAO,EAAE;QACP,oBAAoB,CAAC,OAAO,CAAC,EAAE,IAAI,GAAG,sBAAsB,CAAC;QAC7D,WAAW,CAAC,OAAO,CAAC,EAAE,IAAI,GAAG,sBAAsB,CAAC;KACrD,CAAC;IAEF,WAAW,EAAE,EAAE,CAAC;IAEhB,mBAAmB,EAAE,EAAE,CAAC;CACzB"}
@@ -1,3 +1,4 @@
1
1
  "use strict";
2
+ /* Autogenerated file. Do not edit manually. */
2
3
  Object.defineProperty(exports, "__esModule", { value: true });
3
4
  //# sourceMappingURL=ContextUpgradeable.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ContextUpgradeable.js","sourceRoot":"","sources":["../../../../../../src/types/@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.ts"],"names":[],"mappings":""}
1
+ {"version":3,"file":"ContextUpgradeable.js","sourceRoot":"","sources":["../../../../../../src/types/@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.ts"],"names":[],"mappings":";AAAA,+CAA+C"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/types/@openzeppelin/index.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,KAAK,oBAAoB,MAAM,yBAAyB,CAAC;AACrE,YAAY,EAAE,oBAAoB,EAAE,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/types/@openzeppelin/index.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,KAAK,oBAAoB,MAAM,yBAAyB,CAAC;AAErE,YAAY,EAAE,oBAAoB,EAAE,CAAC"}
@@ -1,3 +1,4 @@
1
1
  "use strict";
2
+ /* Autogenerated file. Do not edit manually. */
2
3
  Object.defineProperty(exports, "__esModule", { value: true });
3
4
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/types/@openzeppelin/index.ts"],"names":[],"mappings":""}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/types/@openzeppelin/index.ts"],"names":[],"mappings":";AAAA,+CAA+C"}
@@ -1 +1 @@
1
- {"version":3,"file":"common.d.ts","sourceRoot":"","sources":["../../../src/types/common.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AACzD,OAAO,KAAK,EAAE,KAAK,EAAE,WAAW,EAAE,MAAM,QAAQ,CAAC;AAEjD,MAAM,WAAW,UAAU,CACzB,UAAU,SAAS,KAAK,CAAC,GAAG,CAAC,GAAG,GAAG,EACnC,WAAW,GAAG,GAAG,CACjB,SAAQ,KAAK;IACb,IAAI,EAAE,UAAU,GAAG,WAAW,CAAC;CAChC;AAED,MAAM,WAAW,gBAAgB,CAAC,OAAO,SAAS,UAAU,CAC1D,SAAQ,WAAW;CAAG;AAExB,MAAM,WAAW,aAAa,CAAC,MAAM,SAAS,UAAU;IACtD,CAAC,GAAG,WAAW,EAAE,CAAC,GAAG,oBAAoB,CAAC,MAAM,CAAC,EAAE,MAAM,CAAC,GAAG,IAAI,CAAC;CACnE;AAED,KAAK,oBAAoB,CAAC,CAAC,IAAI,CAAC,SAAS,UAAU,CAAC,MAAM,CAAC,CAAC,GAAG,CAAC,GAAG,KAAK,CAAC;AAEzE,MAAM,WAAW,OAAO,CAAC,IAAI;IAC3B,CAAC,MAAM,SAAS,UAAU,EACxB,WAAW,EAAE,gBAAgB,CAAC,MAAM,CAAC,EACrC,QAAQ,EAAE,aAAa,CAAC,MAAM,CAAC,GAC9B,IAAI,CAAC;IACR,CAAC,SAAS,EAAE,MAAM,EAAE,QAAQ,EAAE,QAAQ,GAAG,IAAI,CAAC;CAC/C;AAED,MAAM,MAAM,gBAAgB,CAAC,CAAC,EAAE,IAAI,IAAI;IACtC,MAAM,CAAC,GAAG,CAAC,EAAE,IAAI,EAAE,GAAG,OAAO,CAAC,CAAC,CAAC,CAAC;CAClC,CAAC;AAEF,MAAM,MAAM,0BAA0B,CAAC,CAAC,IAAI,CAAC,SAAS,gBAAgB,CACpE,MAAM,CAAC,EACP,GAAG,CACJ,GACG,CAAC,GACD,KAAK,CAAC;AAEV,MAAM,MAAM,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,gBAAgB,CAAC,GAAG,EAAE,GAAG,CAAC,GACxE,UAAU,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,GACvB,KAAK,CAAC"}
1
+ {"version":3,"file":"common.d.ts","sourceRoot":"","sources":["../../../src/types/common.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AACzD,OAAO,KAAK,EAAE,KAAK,EAAE,WAAW,EAAE,MAAM,QAAQ,CAAC;AAEjD,MAAM,WAAW,UAAU,CACzB,UAAU,SAAS,KAAK,CAAC,GAAG,CAAC,GAAG,GAAG,EACnC,WAAW,GAAG,GAAG,CACjB,SAAQ,KAAK;IACb,IAAI,EAAE,UAAU,GAAG,WAAW,CAAC;CAChC;AAED,MAAM,WAAW,gBAAgB,CAAC,OAAO,SAAS,UAAU,CAC1D,SAAQ,WAAW;CAAG;AAExB,MAAM,WAAW,aAAa,CAAC,MAAM,SAAS,UAAU;IACtD,CAAC,GAAG,WAAW,EAAE,CAAC,GAAG,oBAAoB,CAAC,MAAM,CAAC,EAAE,MAAM,CAAC,GAAG,IAAI,CAAC;CACnE;AAED,KAAK,oBAAoB,CAAC,CAAC,IAAI,CAAC,SAAS,UAAU,CAAC,MAAM,CAAC,CAAC,GAAG,CAAC,GAAG,KAAK,CAAC;AAEzE,MAAM,WAAW,OAAO,CAAC,IAAI;IAC3B,CAAC,MAAM,SAAS,UAAU,EACxB,WAAW,EAAE,gBAAgB,CAAC,MAAM,CAAC,EACrC,QAAQ,EAAE,aAAa,CAAC,MAAM,CAAC,GAC9B,IAAI,CAAC;IACR,CAAC,SAAS,EAAE,MAAM,EAAE,QAAQ,EAAE,QAAQ,GAAG,IAAI,CAAC;CAC/C;AAED,MAAM,MAAM,gBAAgB,CAAC,CAAC,EAAE,IAAI,IAAI;IACtC,MAAM,CAAC,GAAG,CAAC,EAAE,IAAI,EAAE,GAAG,OAAO,CAAC,CAAC,CAAC,CAAC;CAClC,CAAC;AAEF,MAAM,MAAM,0BAA0B,CAAC,CAAC,IAAI,CAAC,SAAS,gBAAgB,CACpE,MAAM,CAAC,EACP,GAAG,CACJ,GACG,CAAC,GACD,KAAK,CAAC;AAEV,MAAM,MAAM,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,gBAAgB,CAAC,GAAG,EAAE,GAAG,CAAC,GACxE,UAAU,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,GACvB,KAAK,CAAC"}
@@ -1,3 +1,4 @@
1
1
  "use strict";
2
+ /* Autogenerated file. Do not edit manually. */
2
3
  Object.defineProperty(exports, "__esModule", { value: true });
3
4
  //# sourceMappingURL=common.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"common.js","sourceRoot":"","sources":["../../../src/types/common.ts"],"names":[],"mappings":""}
1
+ {"version":3,"file":"common.js","sourceRoot":"","sources":["../../../src/types/common.ts"],"names":[],"mappings":";AAAA,+CAA+C"}