@superfluid-finance/sdk-core 0.9.1-dev.dc15170.0 → 0.9.1-dev.e49ea74.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 (576) hide show
  1. package/dist/index.umd.js +11811 -6946
  2. package/dist/main/BatchCall.d.ts.map +1 -1
  3. package/dist/main/ConstantFlowAgreementV1.d.ts.map +1 -1
  4. package/dist/main/ERC20Token.d.ts.map +1 -1
  5. package/dist/main/ERC721Token.d.ts.map +1 -1
  6. package/dist/main/Framework.d.ts.map +1 -1
  7. package/dist/main/GeneralDistributionAgreementV1.d.ts.map +1 -1
  8. package/dist/main/Governance.d.ts.map +1 -1
  9. package/dist/main/Host.d.ts.map +1 -1
  10. package/dist/main/InstantDistributionAgreementV1.d.ts.map +1 -1
  11. package/dist/main/Operation.d.ts.map +1 -1
  12. package/dist/main/Query.d.ts.map +1 -1
  13. package/dist/main/SuperToken.d.ts.map +1 -1
  14. package/dist/main/SuperfluidAgreement.d.ts.map +1 -1
  15. package/dist/main/SuperfluidPool.d.ts.map +1 -1
  16. package/dist/main/ajvValidations.generated.d.ts +0 -12
  17. package/dist/main/ajvValidations.generated.d.ts.map +1 -1
  18. package/dist/main/frameworkHelpers.d.ts.map +1 -1
  19. package/dist/main/index.js +17 -7
  20. package/dist/main/index.js.map +1 -1
  21. package/dist/main/interfaces.d.ts.map +1 -1
  22. package/dist/main/mapGetAllEventsQueryEvents.d.ts.map +1 -1
  23. package/dist/main/mapGetAllEventsQueryEvents.js +17 -7
  24. package/dist/main/mapGetAllEventsQueryEvents.js.map +1 -1
  25. package/dist/main/miniSerializeError.d.ts.map +1 -1
  26. package/dist/main/pagination.d.ts.map +1 -1
  27. package/dist/main/subgraph/entities/account/account.d.ts.map +1 -1
  28. package/dist/main/subgraph/entities/accountTokenSnapshot/accountTokenSnapshot.d.ts.map +1 -1
  29. package/dist/main/subgraph/entities/accountTokenSnapshotLog/accountTokenSnapshotLog.d.ts.map +1 -1
  30. package/dist/main/subgraph/entities/flowOperator/flowOperator.d.ts.map +1 -1
  31. package/dist/main/subgraph/entities/index/index.d.ts.map +1 -1
  32. package/dist/main/subgraph/entities/indexSubscription/indexSubscription.d.ts.map +1 -1
  33. package/dist/main/subgraph/entities/pool/pool.d.ts.map +1 -1
  34. package/dist/main/subgraph/entities/poolDistributor/poolDistributor.d.ts.map +1 -1
  35. package/dist/main/subgraph/entities/poolMember/poolMember.d.ts.map +1 -1
  36. package/dist/main/subgraph/entities/stream/stream.d.ts.map +1 -1
  37. package/dist/main/subgraph/entities/streamPeriod/streamPeriod.d.ts.map +1 -1
  38. package/dist/main/subgraph/entities/token/token.d.ts.map +1 -1
  39. package/dist/main/subgraph/entities/tokenStatistic/tokenStatistic.d.ts.map +1 -1
  40. package/dist/main/subgraph/entities/tokenStatisticLog/tokenStatisticLog.d.ts.map +1 -1
  41. package/dist/main/subgraph/normalizeSubgraphFilter.d.ts.map +1 -1
  42. package/dist/main/subgraph/subgraphQueryHandler.d.ts.map +1 -1
  43. package/dist/main/typechain-types/@openzeppelin-v5/contracts/interfaces/IERC1271.d.ts +45 -0
  44. package/dist/main/typechain-types/@openzeppelin-v5/contracts/interfaces/IERC1271.d.ts.map +1 -0
  45. package/dist/main/typechain-types/{contracts/utils/MacroForwarder.js → @openzeppelin-v5/contracts/interfaces/IERC1271.js} +1 -1
  46. package/dist/main/typechain-types/@openzeppelin-v5/contracts/interfaces/IERC1271.js.map +1 -0
  47. package/dist/main/typechain-types/@openzeppelin-v5/contracts/interfaces/IERC7913.sol/IERC7913SignatureVerifier.d.ts +43 -0
  48. package/dist/main/typechain-types/@openzeppelin-v5/contracts/interfaces/IERC7913.sol/IERC7913SignatureVerifier.d.ts.map +1 -0
  49. package/dist/main/typechain-types/@openzeppelin-v5/contracts/interfaces/IERC7913.sol/IERC7913SignatureVerifier.js +3 -0
  50. package/dist/main/typechain-types/@openzeppelin-v5/contracts/interfaces/IERC7913.sol/IERC7913SignatureVerifier.js.map +1 -0
  51. package/dist/main/typechain-types/@openzeppelin-v5/contracts/interfaces/IERC7913.sol/index.d.ts +2 -0
  52. package/dist/main/typechain-types/@openzeppelin-v5/contracts/interfaces/IERC7913.sol/index.d.ts.map +1 -0
  53. package/dist/main/typechain-types/{contracts/interfaces/utils/IUserDefinedMacro.js → @openzeppelin-v5/contracts/interfaces/IERC7913.sol/index.js} +1 -1
  54. package/dist/main/typechain-types/@openzeppelin-v5/contracts/interfaces/IERC7913.sol/index.js.map +1 -0
  55. package/dist/main/typechain-types/@openzeppelin-v5/contracts/interfaces/index.d.ts +3 -0
  56. package/dist/main/typechain-types/@openzeppelin-v5/contracts/interfaces/index.d.ts.map +1 -1
  57. package/dist/main/typechain-types/contracts/interfaces/external/IPermit2.d.ts +98 -0
  58. package/dist/main/typechain-types/contracts/interfaces/external/IPermit2.d.ts.map +1 -0
  59. package/dist/main/typechain-types/contracts/interfaces/external/IPermit2.js +3 -0
  60. package/dist/main/typechain-types/contracts/interfaces/external/IPermit2.js.map +1 -0
  61. package/dist/main/typechain-types/contracts/interfaces/external/index.d.ts +2 -0
  62. package/dist/main/typechain-types/contracts/interfaces/external/index.d.ts.map +1 -0
  63. package/dist/main/typechain-types/contracts/interfaces/external/index.js +3 -0
  64. package/dist/main/typechain-types/contracts/interfaces/external/index.js.map +1 -0
  65. package/dist/main/typechain-types/contracts/interfaces/index.d.ts +2 -0
  66. package/dist/main/typechain-types/contracts/interfaces/index.d.ts.map +1 -1
  67. package/dist/main/typechain-types/contracts/interfaces/utils/IClearMacro.d.ts +91 -0
  68. package/dist/main/typechain-types/contracts/interfaces/utils/IClearMacro.d.ts.map +1 -0
  69. package/dist/main/typechain-types/contracts/interfaces/utils/IClearMacro.js +3 -0
  70. package/dist/main/typechain-types/contracts/interfaces/utils/IClearMacro.js.map +1 -0
  71. package/dist/main/typechain-types/contracts/interfaces/utils/IClearMacroForwarderV1.d.ts +143 -0
  72. package/dist/main/typechain-types/contracts/interfaces/utils/IClearMacroForwarderV1.d.ts.map +1 -0
  73. package/dist/main/typechain-types/contracts/interfaces/utils/IClearMacroForwarderV1.js +3 -0
  74. package/dist/main/typechain-types/contracts/interfaces/utils/IClearMacroForwarderV1.js.map +1 -0
  75. package/dist/main/typechain-types/contracts/interfaces/utils/IClearMacroForwarderV1WithPermit2.sol/IClearMacroForwarderV1WithPermit2.d.ts +250 -0
  76. package/dist/main/typechain-types/contracts/interfaces/utils/IClearMacroForwarderV1WithPermit2.sol/IClearMacroForwarderV1WithPermit2.d.ts.map +1 -0
  77. package/dist/main/typechain-types/contracts/interfaces/utils/IClearMacroForwarderV1WithPermit2.sol/IClearMacroForwarderV1WithPermit2.js +3 -0
  78. package/dist/main/typechain-types/contracts/interfaces/utils/IClearMacroForwarderV1WithPermit2.sol/IClearMacroForwarderV1WithPermit2.js.map +1 -0
  79. package/dist/main/typechain-types/contracts/interfaces/utils/IClearMacroForwarderV1WithPermit2.sol/IClearMacroPermit2Extension.d.ts +144 -0
  80. package/dist/main/typechain-types/contracts/interfaces/utils/IClearMacroForwarderV1WithPermit2.sol/IClearMacroPermit2Extension.d.ts.map +1 -0
  81. package/dist/main/typechain-types/contracts/interfaces/utils/IClearMacroForwarderV1WithPermit2.sol/IClearMacroPermit2Extension.js +3 -0
  82. package/dist/main/typechain-types/contracts/interfaces/utils/IClearMacroForwarderV1WithPermit2.sol/IClearMacroPermit2Extension.js.map +1 -0
  83. package/dist/main/typechain-types/contracts/interfaces/utils/IClearMacroForwarderV1WithPermit2.sol/index.d.ts +3 -0
  84. package/dist/main/typechain-types/contracts/interfaces/utils/IClearMacroForwarderV1WithPermit2.sol/index.d.ts.map +1 -0
  85. package/dist/main/typechain-types/contracts/interfaces/utils/IClearMacroForwarderV1WithPermit2.sol/index.js +3 -0
  86. package/dist/main/typechain-types/contracts/interfaces/utils/IClearMacroForwarderV1WithPermit2.sol/index.js.map +1 -0
  87. package/dist/main/typechain-types/contracts/interfaces/utils/{IUserDefinedMacro.d.ts → IMacro.d.ts} +14 -14
  88. package/dist/main/typechain-types/contracts/interfaces/utils/IMacro.d.ts.map +1 -0
  89. package/dist/main/typechain-types/contracts/interfaces/utils/IMacro.js +3 -0
  90. package/dist/main/typechain-types/contracts/interfaces/utils/IMacro.js.map +1 -0
  91. package/dist/main/typechain-types/contracts/interfaces/utils/index.d.ts +5 -1
  92. package/dist/main/typechain-types/contracts/interfaces/utils/index.d.ts.map +1 -1
  93. package/dist/main/typechain-types/contracts/superfluid/SparkYieldBackend.sol/ISparkVault.d.ts +416 -0
  94. package/dist/main/typechain-types/contracts/superfluid/SparkYieldBackend.sol/ISparkVault.d.ts.map +1 -0
  95. package/dist/main/typechain-types/contracts/superfluid/SparkYieldBackend.sol/ISparkVault.js +3 -0
  96. package/dist/main/typechain-types/contracts/superfluid/SparkYieldBackend.sol/ISparkVault.js.map +1 -0
  97. package/dist/main/typechain-types/contracts/superfluid/SparkYieldBackend.sol/SparkYieldBackend.d.ts +163 -0
  98. package/dist/main/typechain-types/contracts/superfluid/SparkYieldBackend.sol/SparkYieldBackend.d.ts.map +1 -0
  99. package/dist/main/typechain-types/contracts/superfluid/SparkYieldBackend.sol/SparkYieldBackend.js +3 -0
  100. package/dist/main/typechain-types/contracts/superfluid/SparkYieldBackend.sol/SparkYieldBackend.js.map +1 -0
  101. package/dist/main/typechain-types/contracts/superfluid/SparkYieldBackend.sol/index.d.ts +3 -0
  102. package/dist/main/typechain-types/contracts/superfluid/SparkYieldBackend.sol/index.d.ts.map +1 -0
  103. package/dist/main/typechain-types/contracts/superfluid/SparkYieldBackend.sol/index.js +3 -0
  104. package/dist/main/typechain-types/contracts/superfluid/SparkYieldBackend.sol/index.js.map +1 -0
  105. package/dist/main/typechain-types/contracts/superfluid/index.d.ts +2 -0
  106. package/dist/main/typechain-types/contracts/superfluid/index.d.ts.map +1 -1
  107. package/dist/main/typechain-types/contracts/utils/{MacroForwarder.d.ts → BlindMacroForwarder.d.ts} +22 -7
  108. package/dist/main/typechain-types/contracts/utils/BlindMacroForwarder.d.ts.map +1 -0
  109. package/dist/main/typechain-types/contracts/utils/BlindMacroForwarder.js +3 -0
  110. package/dist/main/typechain-types/contracts/utils/BlindMacroForwarder.js.map +1 -0
  111. package/dist/main/typechain-types/contracts/utils/ClearMacroBase.d.ts +87 -0
  112. package/dist/main/typechain-types/contracts/utils/ClearMacroBase.d.ts.map +1 -0
  113. package/dist/main/typechain-types/contracts/utils/ClearMacroBase.js +3 -0
  114. package/dist/main/typechain-types/contracts/utils/ClearMacroBase.js.map +1 -0
  115. package/dist/main/typechain-types/contracts/utils/ClearMacroForwarderV1.sol/ClearMacroForwarderV1.d.ts +216 -0
  116. package/dist/main/typechain-types/contracts/utils/ClearMacroForwarderV1.sol/ClearMacroForwarderV1.d.ts.map +1 -0
  117. package/dist/main/typechain-types/contracts/utils/ClearMacroForwarderV1.sol/ClearMacroForwarderV1.js +3 -0
  118. package/dist/main/typechain-types/contracts/utils/ClearMacroForwarderV1.sol/ClearMacroForwarderV1.js.map +1 -0
  119. package/dist/main/typechain-types/contracts/utils/ClearMacroForwarderV1.sol/NonceManager.d.ts +45 -0
  120. package/dist/main/typechain-types/contracts/utils/ClearMacroForwarderV1.sol/NonceManager.d.ts.map +1 -0
  121. package/dist/main/typechain-types/contracts/utils/ClearMacroForwarderV1.sol/NonceManager.js +3 -0
  122. package/dist/main/typechain-types/contracts/utils/ClearMacroForwarderV1.sol/NonceManager.js.map +1 -0
  123. package/dist/main/typechain-types/contracts/utils/ClearMacroForwarderV1.sol/index.d.ts +3 -0
  124. package/dist/main/typechain-types/contracts/utils/ClearMacroForwarderV1.sol/index.d.ts.map +1 -0
  125. package/dist/main/typechain-types/contracts/utils/ClearMacroForwarderV1.sol/index.js +3 -0
  126. package/dist/main/typechain-types/contracts/utils/ClearMacroForwarderV1.sol/index.js.map +1 -0
  127. package/dist/main/typechain-types/contracts/utils/ClearMacroForwarderV1WithPermit2.d.ts +331 -0
  128. package/dist/main/typechain-types/contracts/utils/ClearMacroForwarderV1WithPermit2.d.ts.map +1 -0
  129. package/dist/main/typechain-types/contracts/utils/ClearMacroForwarderV1WithPermit2.js +3 -0
  130. package/dist/main/typechain-types/contracts/utils/ClearMacroForwarderV1WithPermit2.js.map +1 -0
  131. package/dist/main/typechain-types/contracts/utils/SuperfluidFrameworkDeployer.t.sol/SuperfluidFrameworkDeployer.d.ts +3 -0
  132. package/dist/main/typechain-types/contracts/utils/SuperfluidFrameworkDeployer.t.sol/SuperfluidFrameworkDeployer.d.ts.map +1 -1
  133. package/dist/main/typechain-types/contracts/utils/SuperfluidFrameworkDeploymentSteps.t.sol/SuperfluidFrameworkDeploymentSteps.d.ts +3 -0
  134. package/dist/main/typechain-types/contracts/utils/SuperfluidFrameworkDeploymentSteps.t.sol/SuperfluidFrameworkDeploymentSteps.d.ts.map +1 -1
  135. package/dist/main/typechain-types/contracts/utils/index.d.ts +5 -1
  136. package/dist/main/typechain-types/contracts/utils/index.d.ts.map +1 -1
  137. package/dist/main/typechain-types/factories/@openzeppelin-v5/contracts/access/index.js +17 -7
  138. package/dist/main/typechain-types/factories/@openzeppelin-v5/contracts/access/index.js.map +1 -1
  139. package/dist/main/typechain-types/factories/@openzeppelin-v5/contracts/index.js +17 -7
  140. package/dist/main/typechain-types/factories/@openzeppelin-v5/contracts/index.js.map +1 -1
  141. package/dist/main/typechain-types/factories/@openzeppelin-v5/contracts/interfaces/IERC1271__factory.d.ts +27 -0
  142. package/dist/main/typechain-types/factories/@openzeppelin-v5/contracts/interfaces/IERC1271__factory.d.ts.map +1 -0
  143. package/dist/main/typechain-types/factories/@openzeppelin-v5/contracts/interfaces/IERC1271__factory.js +44 -0
  144. package/dist/main/typechain-types/factories/@openzeppelin-v5/contracts/interfaces/IERC1271__factory.js.map +1 -0
  145. package/dist/main/typechain-types/factories/@openzeppelin-v5/contracts/interfaces/IERC7913.sol/IERC7913SignatureVerifier__factory.d.ts +31 -0
  146. package/dist/main/typechain-types/factories/@openzeppelin-v5/contracts/interfaces/IERC7913.sol/IERC7913SignatureVerifier__factory.d.ts.map +1 -0
  147. package/dist/main/typechain-types/factories/@openzeppelin-v5/contracts/interfaces/IERC7913.sol/IERC7913SignatureVerifier__factory.js +49 -0
  148. package/dist/main/typechain-types/factories/@openzeppelin-v5/contracts/interfaces/IERC7913.sol/IERC7913SignatureVerifier__factory.js.map +1 -0
  149. package/dist/main/typechain-types/factories/@openzeppelin-v5/contracts/interfaces/IERC7913.sol/index.d.ts +2 -0
  150. package/dist/main/typechain-types/factories/@openzeppelin-v5/contracts/interfaces/IERC7913.sol/index.d.ts.map +1 -0
  151. package/dist/main/typechain-types/factories/@openzeppelin-v5/contracts/interfaces/IERC7913.sol/index.js +9 -0
  152. package/dist/main/typechain-types/factories/@openzeppelin-v5/contracts/interfaces/IERC7913.sol/index.js.map +1 -0
  153. package/dist/main/typechain-types/factories/@openzeppelin-v5/contracts/interfaces/index.d.ts +2 -0
  154. package/dist/main/typechain-types/factories/@openzeppelin-v5/contracts/interfaces/index.d.ts.map +1 -1
  155. package/dist/main/typechain-types/factories/@openzeppelin-v5/contracts/interfaces/index.js +21 -8
  156. package/dist/main/typechain-types/factories/@openzeppelin-v5/contracts/interfaces/index.js.map +1 -1
  157. package/dist/main/typechain-types/factories/@openzeppelin-v5/contracts/proxy/index.js +17 -7
  158. package/dist/main/typechain-types/factories/@openzeppelin-v5/contracts/proxy/index.js.map +1 -1
  159. package/dist/main/typechain-types/factories/@openzeppelin-v5/contracts/token/ERC20/index.js +17 -7
  160. package/dist/main/typechain-types/factories/@openzeppelin-v5/contracts/token/ERC20/index.js.map +1 -1
  161. package/dist/main/typechain-types/factories/@openzeppelin-v5/contracts/token/ERC721/index.js +17 -7
  162. package/dist/main/typechain-types/factories/@openzeppelin-v5/contracts/token/ERC721/index.js.map +1 -1
  163. package/dist/main/typechain-types/factories/@openzeppelin-v5/contracts/token/index.js +17 -7
  164. package/dist/main/typechain-types/factories/@openzeppelin-v5/contracts/token/index.js.map +1 -1
  165. package/dist/main/typechain-types/factories/@openzeppelin-v5/contracts/utils/index.js +17 -7
  166. package/dist/main/typechain-types/factories/@openzeppelin-v5/contracts/utils/index.js.map +1 -1
  167. package/dist/main/typechain-types/factories/@openzeppelin-v5/index.js +17 -7
  168. package/dist/main/typechain-types/factories/@openzeppelin-v5/index.js.map +1 -1
  169. package/dist/main/typechain-types/factories/aave-v3/index.js +17 -7
  170. package/dist/main/typechain-types/factories/aave-v3/index.js.map +1 -1
  171. package/dist/main/typechain-types/factories/aave-v3/src/contracts/helpers/index.js +17 -7
  172. package/dist/main/typechain-types/factories/aave-v3/src/contracts/helpers/index.js.map +1 -1
  173. package/dist/main/typechain-types/factories/aave-v3/src/contracts/index.js +17 -7
  174. package/dist/main/typechain-types/factories/aave-v3/src/contracts/index.js.map +1 -1
  175. package/dist/main/typechain-types/factories/aave-v3/src/index.js +17 -7
  176. package/dist/main/typechain-types/factories/aave-v3/src/index.js.map +1 -1
  177. package/dist/main/typechain-types/factories/contracts/agreements/index.js +17 -7
  178. package/dist/main/typechain-types/factories/contracts/agreements/index.js.map +1 -1
  179. package/dist/main/typechain-types/factories/contracts/gov/index.js +17 -7
  180. package/dist/main/typechain-types/factories/contracts/gov/index.js.map +1 -1
  181. package/dist/main/typechain-types/factories/contracts/index.js +17 -7
  182. package/dist/main/typechain-types/factories/contracts/index.js.map +1 -1
  183. package/dist/main/typechain-types/factories/contracts/interfaces/agreements/index.js +17 -7
  184. package/dist/main/typechain-types/factories/contracts/interfaces/agreements/index.js.map +1 -1
  185. package/dist/main/typechain-types/factories/contracts/interfaces/external/IPermit2__factory.d.ts +80 -0
  186. package/dist/main/typechain-types/factories/contracts/interfaces/external/IPermit2__factory.d.ts.map +1 -0
  187. package/dist/main/typechain-types/factories/contracts/interfaces/external/IPermit2__factory.js +112 -0
  188. package/dist/main/typechain-types/factories/contracts/interfaces/external/IPermit2__factory.js.map +1 -0
  189. package/dist/main/typechain-types/factories/contracts/interfaces/external/index.d.ts +2 -0
  190. package/dist/main/typechain-types/factories/contracts/interfaces/external/index.d.ts.map +1 -0
  191. package/dist/main/typechain-types/factories/contracts/interfaces/external/index.js +9 -0
  192. package/dist/main/typechain-types/factories/contracts/interfaces/external/index.js.map +1 -0
  193. package/dist/main/typechain-types/factories/contracts/interfaces/index.d.ts +1 -0
  194. package/dist/main/typechain-types/factories/contracts/interfaces/index.d.ts.map +1 -1
  195. package/dist/main/typechain-types/factories/contracts/interfaces/index.js +19 -8
  196. package/dist/main/typechain-types/factories/contracts/interfaces/index.js.map +1 -1
  197. package/dist/main/typechain-types/factories/contracts/interfaces/tokens/index.js +17 -7
  198. package/dist/main/typechain-types/factories/contracts/interfaces/tokens/index.js.map +1 -1
  199. package/dist/main/typechain-types/factories/contracts/interfaces/utils/IClearMacroForwarderV1WithPermit2.sol/IClearMacroForwarderV1WithPermit2__factory.d.ts +331 -0
  200. package/dist/main/typechain-types/factories/contracts/interfaces/utils/IClearMacroForwarderV1WithPermit2.sol/IClearMacroForwarderV1WithPermit2__factory.d.ts.map +1 -0
  201. package/dist/main/typechain-types/factories/contracts/interfaces/utils/IClearMacroForwarderV1WithPermit2.sol/IClearMacroForwarderV1WithPermit2__factory.js +440 -0
  202. package/dist/main/typechain-types/factories/contracts/interfaces/utils/IClearMacroForwarderV1WithPermit2.sol/IClearMacroForwarderV1WithPermit2__factory.js.map +1 -0
  203. package/dist/main/typechain-types/factories/contracts/interfaces/utils/IClearMacroForwarderV1WithPermit2.sol/IClearMacroPermit2Extension__factory.d.ts +152 -0
  204. package/dist/main/typechain-types/factories/contracts/interfaces/utils/IClearMacroForwarderV1WithPermit2.sol/IClearMacroPermit2Extension__factory.d.ts.map +1 -0
  205. package/dist/main/typechain-types/factories/contracts/interfaces/utils/IClearMacroForwarderV1WithPermit2.sol/IClearMacroPermit2Extension__factory.js +205 -0
  206. package/dist/main/typechain-types/factories/contracts/interfaces/utils/IClearMacroForwarderV1WithPermit2.sol/IClearMacroPermit2Extension__factory.js.map +1 -0
  207. package/dist/main/typechain-types/factories/contracts/interfaces/utils/IClearMacroForwarderV1WithPermit2.sol/index.d.ts +3 -0
  208. package/dist/main/typechain-types/factories/contracts/interfaces/utils/IClearMacroForwarderV1WithPermit2.sol/index.d.ts.map +1 -0
  209. package/dist/main/typechain-types/factories/contracts/interfaces/utils/IClearMacroForwarderV1WithPermit2.sol/index.js +11 -0
  210. package/dist/main/typechain-types/factories/contracts/interfaces/utils/IClearMacroForwarderV1WithPermit2.sol/index.js.map +1 -0
  211. package/dist/main/typechain-types/factories/contracts/interfaces/utils/IClearMacroForwarderV1__factory.d.ts +188 -0
  212. package/dist/main/typechain-types/factories/contracts/interfaces/utils/IClearMacroForwarderV1__factory.d.ts.map +1 -0
  213. package/dist/main/typechain-types/factories/contracts/interfaces/utils/IClearMacroForwarderV1__factory.js +255 -0
  214. package/dist/main/typechain-types/factories/contracts/interfaces/utils/IClearMacroForwarderV1__factory.js.map +1 -0
  215. package/dist/main/typechain-types/factories/contracts/interfaces/utils/IClearMacro__factory.d.ts +104 -0
  216. package/dist/main/typechain-types/factories/contracts/interfaces/utils/IClearMacro__factory.d.ts.map +1 -0
  217. package/dist/main/typechain-types/factories/contracts/interfaces/utils/IClearMacro__factory.js +146 -0
  218. package/dist/main/typechain-types/factories/contracts/interfaces/utils/IClearMacro__factory.js.map +1 -0
  219. package/dist/{module/typechain-types/factories/contracts/interfaces/utils/IUserDefinedMacro__factory.d.ts → main/typechain-types/factories/contracts/interfaces/utils/IMacro__factory.d.ts} +7 -7
  220. package/dist/main/typechain-types/factories/contracts/interfaces/utils/IMacro__factory.d.ts.map +1 -0
  221. package/dist/main/typechain-types/factories/contracts/interfaces/utils/{IUserDefinedMacro__factory.js → IMacro__factory.js} +7 -7
  222. package/dist/main/typechain-types/factories/contracts/interfaces/utils/IMacro__factory.js.map +1 -0
  223. package/dist/main/typechain-types/factories/contracts/interfaces/utils/index.d.ts +4 -1
  224. package/dist/main/typechain-types/factories/contracts/interfaces/utils/index.d.ts.map +1 -1
  225. package/dist/main/typechain-types/factories/contracts/interfaces/utils/index.js +41 -3
  226. package/dist/main/typechain-types/factories/contracts/interfaces/utils/index.js.map +1 -1
  227. package/dist/main/typechain-types/factories/contracts/mocks/index.js +17 -7
  228. package/dist/main/typechain-types/factories/contracts/mocks/index.js.map +1 -1
  229. package/dist/main/typechain-types/factories/contracts/superfluid/ERC4626YieldBackend__factory.d.ts +1 -1
  230. package/dist/main/typechain-types/factories/contracts/superfluid/ERC4626YieldBackend__factory.js +1 -1
  231. package/dist/main/typechain-types/factories/contracts/superfluid/SparkYieldBackend.sol/ISparkVault__factory.d.ts +525 -0
  232. package/dist/main/typechain-types/factories/contracts/superfluid/SparkYieldBackend.sol/ISparkVault__factory.d.ts.map +1 -0
  233. package/dist/main/typechain-types/factories/contracts/superfluid/SparkYieldBackend.sol/ISparkVault__factory.js +697 -0
  234. package/dist/main/typechain-types/factories/contracts/superfluid/SparkYieldBackend.sol/ISparkVault__factory.js.map +1 -0
  235. package/dist/main/typechain-types/factories/contracts/superfluid/SparkYieldBackend.sol/SparkYieldBackend__factory.d.ts +125 -0
  236. package/dist/main/typechain-types/factories/contracts/superfluid/SparkYieldBackend.sol/SparkYieldBackend__factory.d.ts.map +1 -0
  237. package/dist/main/typechain-types/factories/contracts/superfluid/SparkYieldBackend.sol/SparkYieldBackend__factory.js +176 -0
  238. package/dist/main/typechain-types/factories/contracts/superfluid/SparkYieldBackend.sol/SparkYieldBackend__factory.js.map +1 -0
  239. package/dist/main/typechain-types/factories/contracts/superfluid/SparkYieldBackend.sol/index.d.ts +3 -0
  240. package/dist/main/typechain-types/factories/contracts/superfluid/SparkYieldBackend.sol/index.d.ts.map +1 -0
  241. package/dist/main/typechain-types/factories/contracts/superfluid/SparkYieldBackend.sol/index.js +11 -0
  242. package/dist/main/typechain-types/factories/contracts/superfluid/SparkYieldBackend.sol/index.js.map +1 -0
  243. package/dist/main/typechain-types/factories/contracts/superfluid/index.d.ts +1 -0
  244. package/dist/main/typechain-types/factories/contracts/superfluid/index.d.ts.map +1 -1
  245. package/dist/main/typechain-types/factories/contracts/superfluid/index.js +19 -8
  246. package/dist/main/typechain-types/factories/contracts/superfluid/index.js.map +1 -1
  247. package/dist/main/typechain-types/factories/contracts/tokens/index.js +17 -7
  248. package/dist/main/typechain-types/factories/contracts/tokens/index.js.map +1 -1
  249. package/dist/main/typechain-types/factories/contracts/utils/BlindMacroForwarder__factory.d.ts +93 -0
  250. package/dist/main/typechain-types/factories/contracts/utils/BlindMacroForwarder__factory.d.ts.map +1 -0
  251. package/dist/main/typechain-types/factories/contracts/utils/BlindMacroForwarder__factory.js +138 -0
  252. package/dist/main/typechain-types/factories/contracts/utils/BlindMacroForwarder__factory.js.map +1 -0
  253. package/dist/main/typechain-types/factories/contracts/utils/CFAv1Forwarder__factory.d.ts +1 -1
  254. package/dist/main/typechain-types/factories/contracts/utils/CFAv1Forwarder__factory.d.ts.map +1 -1
  255. package/dist/main/typechain-types/factories/contracts/utils/CFAv1Forwarder__factory.js +1 -1
  256. package/dist/main/typechain-types/factories/contracts/utils/CFAv1Forwarder__factory.js.map +1 -1
  257. package/dist/main/typechain-types/factories/contracts/utils/ClearMacroBase__factory.d.ts +116 -0
  258. package/dist/main/typechain-types/factories/contracts/utils/ClearMacroBase__factory.d.ts.map +1 -0
  259. package/dist/main/typechain-types/factories/contracts/utils/ClearMacroBase__factory.js +162 -0
  260. package/dist/main/typechain-types/factories/contracts/utils/ClearMacroBase__factory.js.map +1 -0
  261. package/dist/main/typechain-types/factories/contracts/utils/ClearMacroForwarderV1.sol/ClearMacroForwarderV1__factory.d.ts +333 -0
  262. package/dist/main/typechain-types/factories/contracts/utils/ClearMacroForwarderV1.sol/ClearMacroForwarderV1__factory.d.ts.map +1 -0
  263. package/dist/main/typechain-types/factories/contracts/utils/ClearMacroForwarderV1.sol/ClearMacroForwarderV1__factory.js +452 -0
  264. package/dist/main/typechain-types/factories/contracts/utils/ClearMacroForwarderV1.sol/ClearMacroForwarderV1__factory.js.map +1 -0
  265. package/dist/main/typechain-types/factories/contracts/utils/ClearMacroForwarderV1.sol/NonceManager__factory.d.ts +39 -0
  266. package/dist/main/typechain-types/factories/contracts/utils/ClearMacroForwarderV1.sol/NonceManager__factory.d.ts.map +1 -0
  267. package/dist/main/typechain-types/factories/contracts/utils/ClearMacroForwarderV1.sol/NonceManager__factory.js +60 -0
  268. package/dist/main/typechain-types/factories/contracts/utils/ClearMacroForwarderV1.sol/NonceManager__factory.js.map +1 -0
  269. package/dist/main/typechain-types/factories/contracts/utils/ClearMacroForwarderV1.sol/index.d.ts +3 -0
  270. package/dist/main/typechain-types/factories/contracts/utils/ClearMacroForwarderV1.sol/index.d.ts.map +1 -0
  271. package/dist/main/typechain-types/factories/contracts/utils/ClearMacroForwarderV1.sol/index.js +11 -0
  272. package/dist/main/typechain-types/factories/contracts/utils/ClearMacroForwarderV1.sol/index.js.map +1 -0
  273. package/dist/main/typechain-types/factories/contracts/utils/ClearMacroForwarderV1WithPermit2__factory.d.ts +494 -0
  274. package/dist/main/typechain-types/factories/contracts/utils/ClearMacroForwarderV1WithPermit2__factory.d.ts.map +1 -0
  275. package/dist/main/typechain-types/factories/contracts/utils/ClearMacroForwarderV1WithPermit2__factory.js +661 -0
  276. package/dist/main/typechain-types/factories/contracts/utils/ClearMacroForwarderV1WithPermit2__factory.js.map +1 -0
  277. package/dist/main/typechain-types/factories/contracts/utils/GDAv1Forwarder__factory.d.ts +1 -1
  278. package/dist/main/typechain-types/factories/contracts/utils/GDAv1Forwarder__factory.d.ts.map +1 -1
  279. package/dist/main/typechain-types/factories/contracts/utils/GDAv1Forwarder__factory.js +1 -1
  280. package/dist/main/typechain-types/factories/contracts/utils/GDAv1Forwarder__factory.js.map +1 -1
  281. package/dist/main/typechain-types/factories/contracts/utils/SuperfluidFrameworkDeployer.t.sol/SuperfluidFrameworkDeployer__factory.d.ts +6 -2
  282. package/dist/main/typechain-types/factories/contracts/utils/SuperfluidFrameworkDeployer.t.sol/SuperfluidFrameworkDeployer__factory.d.ts.map +1 -1
  283. package/dist/main/typechain-types/factories/contracts/utils/SuperfluidFrameworkDeployer.t.sol/SuperfluidFrameworkDeployer__factory.js +7 -2
  284. package/dist/main/typechain-types/factories/contracts/utils/SuperfluidFrameworkDeployer.t.sol/SuperfluidFrameworkDeployer__factory.js.map +1 -1
  285. package/dist/main/typechain-types/factories/contracts/utils/SuperfluidFrameworkDeploymentSteps.t.sol/SuperfluidFrameworkDeploymentSteps__factory.d.ts +6 -2
  286. package/dist/main/typechain-types/factories/contracts/utils/SuperfluidFrameworkDeploymentSteps.t.sol/SuperfluidFrameworkDeploymentSteps__factory.d.ts.map +1 -1
  287. package/dist/main/typechain-types/factories/contracts/utils/SuperfluidFrameworkDeploymentSteps.t.sol/SuperfluidFrameworkDeploymentSteps__factory.js +7 -2
  288. package/dist/main/typechain-types/factories/contracts/utils/SuperfluidFrameworkDeploymentSteps.t.sol/SuperfluidFrameworkDeploymentSteps__factory.js.map +1 -1
  289. package/dist/main/typechain-types/factories/contracts/utils/index.d.ts +4 -1
  290. package/dist/main/typechain-types/factories/contracts/utils/index.d.ts.map +1 -1
  291. package/dist/main/typechain-types/factories/contracts/utils/index.js +25 -10
  292. package/dist/main/typechain-types/factories/contracts/utils/index.js.map +1 -1
  293. package/dist/main/typechain-types/factories/index.js +17 -7
  294. package/dist/main/typechain-types/factories/index.js.map +1 -1
  295. package/dist/main/typechain-types/index.d.ts +30 -4
  296. package/dist/main/typechain-types/index.d.ts.map +1 -1
  297. package/dist/main/typechain-types/index.js +51 -15
  298. package/dist/main/typechain-types/index.js.map +1 -1
  299. package/dist/main/utils.d.ts.map +1 -1
  300. package/dist/module/BatchCall.d.ts.map +1 -1
  301. package/dist/module/ConstantFlowAgreementV1.d.ts.map +1 -1
  302. package/dist/module/ERC20Token.d.ts.map +1 -1
  303. package/dist/module/ERC721Token.d.ts.map +1 -1
  304. package/dist/module/Framework.d.ts.map +1 -1
  305. package/dist/module/GeneralDistributionAgreementV1.d.ts.map +1 -1
  306. package/dist/module/Governance.d.ts.map +1 -1
  307. package/dist/module/Host.d.ts.map +1 -1
  308. package/dist/module/InstantDistributionAgreementV1.d.ts.map +1 -1
  309. package/dist/module/Operation.d.ts.map +1 -1
  310. package/dist/module/Query.d.ts.map +1 -1
  311. package/dist/module/SuperToken.d.ts.map +1 -1
  312. package/dist/module/SuperfluidAgreement.d.ts.map +1 -1
  313. package/dist/module/SuperfluidPool.d.ts.map +1 -1
  314. package/dist/module/ajvValidations.generated.d.ts +0 -12
  315. package/dist/module/ajvValidations.generated.d.ts.map +1 -1
  316. package/dist/module/frameworkHelpers.d.ts.map +1 -1
  317. package/dist/module/interfaces.d.ts.map +1 -1
  318. package/dist/module/mapGetAllEventsQueryEvents.d.ts.map +1 -1
  319. package/dist/module/miniSerializeError.d.ts.map +1 -1
  320. package/dist/module/pagination.d.ts.map +1 -1
  321. package/dist/module/subgraph/entities/account/account.d.ts.map +1 -1
  322. package/dist/module/subgraph/entities/accountTokenSnapshot/accountTokenSnapshot.d.ts.map +1 -1
  323. package/dist/module/subgraph/entities/accountTokenSnapshotLog/accountTokenSnapshotLog.d.ts.map +1 -1
  324. package/dist/module/subgraph/entities/flowOperator/flowOperator.d.ts.map +1 -1
  325. package/dist/module/subgraph/entities/index/index.d.ts.map +1 -1
  326. package/dist/module/subgraph/entities/indexSubscription/indexSubscription.d.ts.map +1 -1
  327. package/dist/module/subgraph/entities/pool/pool.d.ts.map +1 -1
  328. package/dist/module/subgraph/entities/poolDistributor/poolDistributor.d.ts.map +1 -1
  329. package/dist/module/subgraph/entities/poolMember/poolMember.d.ts.map +1 -1
  330. package/dist/module/subgraph/entities/stream/stream.d.ts.map +1 -1
  331. package/dist/module/subgraph/entities/streamPeriod/streamPeriod.d.ts.map +1 -1
  332. package/dist/module/subgraph/entities/token/token.d.ts.map +1 -1
  333. package/dist/module/subgraph/entities/tokenStatistic/tokenStatistic.d.ts.map +1 -1
  334. package/dist/module/subgraph/entities/tokenStatisticLog/tokenStatisticLog.d.ts.map +1 -1
  335. package/dist/module/subgraph/normalizeSubgraphFilter.d.ts.map +1 -1
  336. package/dist/module/subgraph/subgraphQueryHandler.d.ts.map +1 -1
  337. package/dist/module/typechain-types/@openzeppelin-v5/contracts/interfaces/IERC1271.d.ts +45 -0
  338. package/dist/module/typechain-types/@openzeppelin-v5/contracts/interfaces/IERC1271.d.ts.map +1 -0
  339. package/dist/module/typechain-types/@openzeppelin-v5/contracts/interfaces/IERC1271.js +2 -0
  340. package/dist/module/typechain-types/@openzeppelin-v5/contracts/interfaces/IERC1271.js.map +1 -0
  341. package/dist/module/typechain-types/@openzeppelin-v5/contracts/interfaces/IERC7913.sol/IERC7913SignatureVerifier.d.ts +43 -0
  342. package/dist/module/typechain-types/@openzeppelin-v5/contracts/interfaces/IERC7913.sol/IERC7913SignatureVerifier.d.ts.map +1 -0
  343. package/dist/module/typechain-types/@openzeppelin-v5/contracts/interfaces/IERC7913.sol/IERC7913SignatureVerifier.js +2 -0
  344. package/dist/module/typechain-types/@openzeppelin-v5/contracts/interfaces/IERC7913.sol/IERC7913SignatureVerifier.js.map +1 -0
  345. package/dist/module/typechain-types/@openzeppelin-v5/contracts/interfaces/IERC7913.sol/index.d.ts +2 -0
  346. package/dist/module/typechain-types/@openzeppelin-v5/contracts/interfaces/IERC7913.sol/index.d.ts.map +1 -0
  347. package/dist/module/typechain-types/@openzeppelin-v5/contracts/interfaces/IERC7913.sol/index.js +2 -0
  348. package/dist/module/typechain-types/@openzeppelin-v5/contracts/interfaces/IERC7913.sol/index.js.map +1 -0
  349. package/dist/module/typechain-types/@openzeppelin-v5/contracts/interfaces/index.d.ts +3 -0
  350. package/dist/module/typechain-types/@openzeppelin-v5/contracts/interfaces/index.d.ts.map +1 -1
  351. package/dist/module/typechain-types/contracts/interfaces/external/IPermit2.d.ts +98 -0
  352. package/dist/module/typechain-types/contracts/interfaces/external/IPermit2.d.ts.map +1 -0
  353. package/dist/module/typechain-types/contracts/interfaces/external/IPermit2.js +2 -0
  354. package/dist/module/typechain-types/contracts/interfaces/external/IPermit2.js.map +1 -0
  355. package/dist/module/typechain-types/contracts/interfaces/external/index.d.ts +2 -0
  356. package/dist/module/typechain-types/contracts/interfaces/external/index.d.ts.map +1 -0
  357. package/dist/module/typechain-types/contracts/interfaces/external/index.js +2 -0
  358. package/dist/module/typechain-types/contracts/interfaces/external/index.js.map +1 -0
  359. package/dist/module/typechain-types/contracts/interfaces/index.d.ts +2 -0
  360. package/dist/module/typechain-types/contracts/interfaces/index.d.ts.map +1 -1
  361. package/dist/module/typechain-types/contracts/interfaces/utils/IClearMacro.d.ts +91 -0
  362. package/dist/module/typechain-types/contracts/interfaces/utils/IClearMacro.d.ts.map +1 -0
  363. package/dist/module/typechain-types/contracts/interfaces/utils/IClearMacro.js +2 -0
  364. package/dist/module/typechain-types/contracts/interfaces/utils/IClearMacro.js.map +1 -0
  365. package/dist/module/typechain-types/contracts/interfaces/utils/IClearMacroForwarderV1.d.ts +143 -0
  366. package/dist/module/typechain-types/contracts/interfaces/utils/IClearMacroForwarderV1.d.ts.map +1 -0
  367. package/dist/module/typechain-types/contracts/interfaces/utils/IClearMacroForwarderV1.js +2 -0
  368. package/dist/module/typechain-types/contracts/interfaces/utils/IClearMacroForwarderV1.js.map +1 -0
  369. package/dist/module/typechain-types/contracts/interfaces/utils/IClearMacroForwarderV1WithPermit2.sol/IClearMacroForwarderV1WithPermit2.d.ts +250 -0
  370. package/dist/module/typechain-types/contracts/interfaces/utils/IClearMacroForwarderV1WithPermit2.sol/IClearMacroForwarderV1WithPermit2.d.ts.map +1 -0
  371. package/dist/module/typechain-types/contracts/interfaces/utils/IClearMacroForwarderV1WithPermit2.sol/IClearMacroForwarderV1WithPermit2.js +2 -0
  372. package/dist/module/typechain-types/contracts/interfaces/utils/IClearMacroForwarderV1WithPermit2.sol/IClearMacroForwarderV1WithPermit2.js.map +1 -0
  373. package/dist/module/typechain-types/contracts/interfaces/utils/IClearMacroForwarderV1WithPermit2.sol/IClearMacroPermit2Extension.d.ts +144 -0
  374. package/dist/module/typechain-types/contracts/interfaces/utils/IClearMacroForwarderV1WithPermit2.sol/IClearMacroPermit2Extension.d.ts.map +1 -0
  375. package/dist/module/typechain-types/contracts/interfaces/utils/IClearMacroForwarderV1WithPermit2.sol/IClearMacroPermit2Extension.js +2 -0
  376. package/dist/module/typechain-types/contracts/interfaces/utils/IClearMacroForwarderV1WithPermit2.sol/IClearMacroPermit2Extension.js.map +1 -0
  377. package/dist/module/typechain-types/contracts/interfaces/utils/IClearMacroForwarderV1WithPermit2.sol/index.d.ts +3 -0
  378. package/dist/module/typechain-types/contracts/interfaces/utils/IClearMacroForwarderV1WithPermit2.sol/index.d.ts.map +1 -0
  379. package/dist/module/typechain-types/contracts/interfaces/utils/IClearMacroForwarderV1WithPermit2.sol/index.js +2 -0
  380. package/dist/module/typechain-types/contracts/interfaces/utils/IClearMacroForwarderV1WithPermit2.sol/index.js.map +1 -0
  381. package/dist/module/typechain-types/contracts/interfaces/utils/{IUserDefinedMacro.d.ts → IMacro.d.ts} +14 -14
  382. package/dist/module/typechain-types/contracts/interfaces/utils/IMacro.d.ts.map +1 -0
  383. package/dist/module/typechain-types/contracts/interfaces/utils/IMacro.js +2 -0
  384. package/dist/module/typechain-types/contracts/interfaces/utils/IMacro.js.map +1 -0
  385. package/dist/module/typechain-types/contracts/interfaces/utils/index.d.ts +5 -1
  386. package/dist/module/typechain-types/contracts/interfaces/utils/index.d.ts.map +1 -1
  387. package/dist/module/typechain-types/contracts/superfluid/SparkYieldBackend.sol/ISparkVault.d.ts +416 -0
  388. package/dist/module/typechain-types/contracts/superfluid/SparkYieldBackend.sol/ISparkVault.d.ts.map +1 -0
  389. package/dist/module/typechain-types/contracts/superfluid/SparkYieldBackend.sol/ISparkVault.js +2 -0
  390. package/dist/module/typechain-types/contracts/superfluid/SparkYieldBackend.sol/ISparkVault.js.map +1 -0
  391. package/dist/module/typechain-types/contracts/superfluid/SparkYieldBackend.sol/SparkYieldBackend.d.ts +163 -0
  392. package/dist/module/typechain-types/contracts/superfluid/SparkYieldBackend.sol/SparkYieldBackend.d.ts.map +1 -0
  393. package/dist/module/typechain-types/contracts/superfluid/SparkYieldBackend.sol/SparkYieldBackend.js +2 -0
  394. package/dist/module/typechain-types/contracts/superfluid/SparkYieldBackend.sol/SparkYieldBackend.js.map +1 -0
  395. package/dist/module/typechain-types/contracts/superfluid/SparkYieldBackend.sol/index.d.ts +3 -0
  396. package/dist/module/typechain-types/contracts/superfluid/SparkYieldBackend.sol/index.d.ts.map +1 -0
  397. package/dist/module/typechain-types/contracts/superfluid/SparkYieldBackend.sol/index.js +2 -0
  398. package/dist/module/typechain-types/contracts/superfluid/SparkYieldBackend.sol/index.js.map +1 -0
  399. package/dist/module/typechain-types/contracts/superfluid/index.d.ts +2 -0
  400. package/dist/module/typechain-types/contracts/superfluid/index.d.ts.map +1 -1
  401. package/dist/module/typechain-types/contracts/utils/{MacroForwarder.d.ts → BlindMacroForwarder.d.ts} +22 -7
  402. package/dist/module/typechain-types/contracts/utils/BlindMacroForwarder.d.ts.map +1 -0
  403. package/dist/module/typechain-types/contracts/utils/BlindMacroForwarder.js +2 -0
  404. package/dist/module/typechain-types/contracts/utils/BlindMacroForwarder.js.map +1 -0
  405. package/dist/module/typechain-types/contracts/utils/ClearMacroBase.d.ts +87 -0
  406. package/dist/module/typechain-types/contracts/utils/ClearMacroBase.d.ts.map +1 -0
  407. package/dist/module/typechain-types/contracts/utils/ClearMacroBase.js +2 -0
  408. package/dist/module/typechain-types/contracts/utils/ClearMacroBase.js.map +1 -0
  409. package/dist/module/typechain-types/contracts/utils/ClearMacroForwarderV1.sol/ClearMacroForwarderV1.d.ts +216 -0
  410. package/dist/module/typechain-types/contracts/utils/ClearMacroForwarderV1.sol/ClearMacroForwarderV1.d.ts.map +1 -0
  411. package/dist/module/typechain-types/contracts/utils/ClearMacroForwarderV1.sol/ClearMacroForwarderV1.js +2 -0
  412. package/dist/module/typechain-types/contracts/utils/ClearMacroForwarderV1.sol/ClearMacroForwarderV1.js.map +1 -0
  413. package/dist/module/typechain-types/contracts/utils/ClearMacroForwarderV1.sol/NonceManager.d.ts +45 -0
  414. package/dist/module/typechain-types/contracts/utils/ClearMacroForwarderV1.sol/NonceManager.d.ts.map +1 -0
  415. package/dist/module/typechain-types/contracts/utils/ClearMacroForwarderV1.sol/NonceManager.js +2 -0
  416. package/dist/module/typechain-types/contracts/utils/ClearMacroForwarderV1.sol/NonceManager.js.map +1 -0
  417. package/dist/module/typechain-types/contracts/utils/ClearMacroForwarderV1.sol/index.d.ts +3 -0
  418. package/dist/module/typechain-types/contracts/utils/ClearMacroForwarderV1.sol/index.d.ts.map +1 -0
  419. package/dist/module/typechain-types/contracts/utils/ClearMacroForwarderV1.sol/index.js +2 -0
  420. package/dist/module/typechain-types/contracts/utils/ClearMacroForwarderV1.sol/index.js.map +1 -0
  421. package/dist/module/typechain-types/contracts/utils/ClearMacroForwarderV1WithPermit2.d.ts +331 -0
  422. package/dist/module/typechain-types/contracts/utils/ClearMacroForwarderV1WithPermit2.d.ts.map +1 -0
  423. package/dist/module/typechain-types/contracts/utils/ClearMacroForwarderV1WithPermit2.js +2 -0
  424. package/dist/module/typechain-types/contracts/utils/ClearMacroForwarderV1WithPermit2.js.map +1 -0
  425. package/dist/module/typechain-types/contracts/utils/SuperfluidFrameworkDeployer.t.sol/SuperfluidFrameworkDeployer.d.ts +3 -0
  426. package/dist/module/typechain-types/contracts/utils/SuperfluidFrameworkDeployer.t.sol/SuperfluidFrameworkDeployer.d.ts.map +1 -1
  427. package/dist/module/typechain-types/contracts/utils/SuperfluidFrameworkDeploymentSteps.t.sol/SuperfluidFrameworkDeploymentSteps.d.ts +3 -0
  428. package/dist/module/typechain-types/contracts/utils/SuperfluidFrameworkDeploymentSteps.t.sol/SuperfluidFrameworkDeploymentSteps.d.ts.map +1 -1
  429. package/dist/module/typechain-types/contracts/utils/index.d.ts +5 -1
  430. package/dist/module/typechain-types/contracts/utils/index.d.ts.map +1 -1
  431. package/dist/module/typechain-types/factories/@openzeppelin-v5/contracts/interfaces/IERC1271__factory.d.ts +27 -0
  432. package/dist/module/typechain-types/factories/@openzeppelin-v5/contracts/interfaces/IERC1271__factory.d.ts.map +1 -0
  433. package/dist/module/typechain-types/factories/@openzeppelin-v5/contracts/interfaces/IERC1271__factory.js +40 -0
  434. package/dist/module/typechain-types/factories/@openzeppelin-v5/contracts/interfaces/IERC1271__factory.js.map +1 -0
  435. package/dist/module/typechain-types/factories/@openzeppelin-v5/contracts/interfaces/IERC7913.sol/IERC7913SignatureVerifier__factory.d.ts +31 -0
  436. package/dist/module/typechain-types/factories/@openzeppelin-v5/contracts/interfaces/IERC7913.sol/IERC7913SignatureVerifier__factory.d.ts.map +1 -0
  437. package/dist/module/typechain-types/factories/@openzeppelin-v5/contracts/interfaces/IERC7913.sol/IERC7913SignatureVerifier__factory.js +45 -0
  438. package/dist/module/typechain-types/factories/@openzeppelin-v5/contracts/interfaces/IERC7913.sol/IERC7913SignatureVerifier__factory.js.map +1 -0
  439. package/dist/module/typechain-types/factories/@openzeppelin-v5/contracts/interfaces/IERC7913.sol/index.d.ts +2 -0
  440. package/dist/module/typechain-types/factories/@openzeppelin-v5/contracts/interfaces/IERC7913.sol/index.d.ts.map +1 -0
  441. package/dist/module/typechain-types/factories/@openzeppelin-v5/contracts/interfaces/IERC7913.sol/index.js +5 -0
  442. package/dist/module/typechain-types/factories/@openzeppelin-v5/contracts/interfaces/IERC7913.sol/index.js.map +1 -0
  443. package/dist/module/typechain-types/factories/@openzeppelin-v5/contracts/interfaces/index.d.ts +2 -0
  444. package/dist/module/typechain-types/factories/@openzeppelin-v5/contracts/interfaces/index.d.ts.map +1 -1
  445. package/dist/module/typechain-types/factories/@openzeppelin-v5/contracts/interfaces/index.js +2 -0
  446. package/dist/module/typechain-types/factories/@openzeppelin-v5/contracts/interfaces/index.js.map +1 -1
  447. package/dist/module/typechain-types/factories/contracts/interfaces/external/IPermit2__factory.d.ts +80 -0
  448. package/dist/module/typechain-types/factories/contracts/interfaces/external/IPermit2__factory.d.ts.map +1 -0
  449. package/dist/module/typechain-types/factories/contracts/interfaces/external/IPermit2__factory.js +108 -0
  450. package/dist/module/typechain-types/factories/contracts/interfaces/external/IPermit2__factory.js.map +1 -0
  451. package/dist/module/typechain-types/factories/contracts/interfaces/external/index.d.ts +2 -0
  452. package/dist/module/typechain-types/factories/contracts/interfaces/external/index.d.ts.map +1 -0
  453. package/dist/module/typechain-types/factories/contracts/interfaces/external/index.js +5 -0
  454. package/dist/module/typechain-types/factories/contracts/interfaces/external/index.js.map +1 -0
  455. package/dist/module/typechain-types/factories/contracts/interfaces/index.d.ts +1 -0
  456. package/dist/module/typechain-types/factories/contracts/interfaces/index.d.ts.map +1 -1
  457. package/dist/module/typechain-types/factories/contracts/interfaces/index.js +1 -0
  458. package/dist/module/typechain-types/factories/contracts/interfaces/index.js.map +1 -1
  459. package/dist/module/typechain-types/factories/contracts/interfaces/utils/IClearMacroForwarderV1WithPermit2.sol/IClearMacroForwarderV1WithPermit2__factory.d.ts +331 -0
  460. package/dist/module/typechain-types/factories/contracts/interfaces/utils/IClearMacroForwarderV1WithPermit2.sol/IClearMacroForwarderV1WithPermit2__factory.d.ts.map +1 -0
  461. package/dist/module/typechain-types/factories/contracts/interfaces/utils/IClearMacroForwarderV1WithPermit2.sol/IClearMacroForwarderV1WithPermit2__factory.js +436 -0
  462. package/dist/module/typechain-types/factories/contracts/interfaces/utils/IClearMacroForwarderV1WithPermit2.sol/IClearMacroForwarderV1WithPermit2__factory.js.map +1 -0
  463. package/dist/module/typechain-types/factories/contracts/interfaces/utils/IClearMacroForwarderV1WithPermit2.sol/IClearMacroPermit2Extension__factory.d.ts +152 -0
  464. package/dist/module/typechain-types/factories/contracts/interfaces/utils/IClearMacroForwarderV1WithPermit2.sol/IClearMacroPermit2Extension__factory.d.ts.map +1 -0
  465. package/dist/module/typechain-types/factories/contracts/interfaces/utils/IClearMacroForwarderV1WithPermit2.sol/IClearMacroPermit2Extension__factory.js +201 -0
  466. package/dist/module/typechain-types/factories/contracts/interfaces/utils/IClearMacroForwarderV1WithPermit2.sol/IClearMacroPermit2Extension__factory.js.map +1 -0
  467. package/dist/module/typechain-types/factories/contracts/interfaces/utils/IClearMacroForwarderV1WithPermit2.sol/index.d.ts +3 -0
  468. package/dist/module/typechain-types/factories/contracts/interfaces/utils/IClearMacroForwarderV1WithPermit2.sol/index.d.ts.map +1 -0
  469. package/dist/module/typechain-types/factories/contracts/interfaces/utils/IClearMacroForwarderV1WithPermit2.sol/index.js +6 -0
  470. package/dist/module/typechain-types/factories/contracts/interfaces/utils/IClearMacroForwarderV1WithPermit2.sol/index.js.map +1 -0
  471. package/dist/module/typechain-types/factories/contracts/interfaces/utils/IClearMacroForwarderV1__factory.d.ts +188 -0
  472. package/dist/module/typechain-types/factories/contracts/interfaces/utils/IClearMacroForwarderV1__factory.d.ts.map +1 -0
  473. package/dist/module/typechain-types/factories/contracts/interfaces/utils/IClearMacroForwarderV1__factory.js +251 -0
  474. package/dist/module/typechain-types/factories/contracts/interfaces/utils/IClearMacroForwarderV1__factory.js.map +1 -0
  475. package/dist/module/typechain-types/factories/contracts/interfaces/utils/IClearMacro__factory.d.ts +104 -0
  476. package/dist/module/typechain-types/factories/contracts/interfaces/utils/IClearMacro__factory.d.ts.map +1 -0
  477. package/dist/module/typechain-types/factories/contracts/interfaces/utils/IClearMacro__factory.js +142 -0
  478. package/dist/module/typechain-types/factories/contracts/interfaces/utils/IClearMacro__factory.js.map +1 -0
  479. package/dist/{main/typechain-types/factories/contracts/interfaces/utils/IUserDefinedMacro__factory.d.ts → module/typechain-types/factories/contracts/interfaces/utils/IMacro__factory.d.ts} +7 -7
  480. package/dist/module/typechain-types/factories/contracts/interfaces/utils/IMacro__factory.d.ts.map +1 -0
  481. package/dist/module/typechain-types/factories/contracts/interfaces/utils/{IUserDefinedMacro__factory.js → IMacro__factory.js} +5 -5
  482. package/dist/module/typechain-types/factories/contracts/interfaces/utils/IMacro__factory.js.map +1 -0
  483. package/dist/module/typechain-types/factories/contracts/interfaces/utils/index.d.ts +4 -1
  484. package/dist/module/typechain-types/factories/contracts/interfaces/utils/index.d.ts.map +1 -1
  485. package/dist/module/typechain-types/factories/contracts/interfaces/utils/index.js +4 -1
  486. package/dist/module/typechain-types/factories/contracts/interfaces/utils/index.js.map +1 -1
  487. package/dist/module/typechain-types/factories/contracts/superfluid/ERC4626YieldBackend__factory.d.ts +1 -1
  488. package/dist/module/typechain-types/factories/contracts/superfluid/ERC4626YieldBackend__factory.js +1 -1
  489. package/dist/module/typechain-types/factories/contracts/superfluid/SparkYieldBackend.sol/ISparkVault__factory.d.ts +525 -0
  490. package/dist/module/typechain-types/factories/contracts/superfluid/SparkYieldBackend.sol/ISparkVault__factory.d.ts.map +1 -0
  491. package/dist/module/typechain-types/factories/contracts/superfluid/SparkYieldBackend.sol/ISparkVault__factory.js +693 -0
  492. package/dist/module/typechain-types/factories/contracts/superfluid/SparkYieldBackend.sol/ISparkVault__factory.js.map +1 -0
  493. package/dist/module/typechain-types/factories/contracts/superfluid/SparkYieldBackend.sol/SparkYieldBackend__factory.d.ts +125 -0
  494. package/dist/module/typechain-types/factories/contracts/superfluid/SparkYieldBackend.sol/SparkYieldBackend__factory.d.ts.map +1 -0
  495. package/dist/module/typechain-types/factories/contracts/superfluid/SparkYieldBackend.sol/SparkYieldBackend__factory.js +172 -0
  496. package/dist/module/typechain-types/factories/contracts/superfluid/SparkYieldBackend.sol/SparkYieldBackend__factory.js.map +1 -0
  497. package/dist/module/typechain-types/factories/contracts/superfluid/SparkYieldBackend.sol/index.d.ts +3 -0
  498. package/dist/module/typechain-types/factories/contracts/superfluid/SparkYieldBackend.sol/index.d.ts.map +1 -0
  499. package/dist/module/typechain-types/factories/contracts/superfluid/SparkYieldBackend.sol/index.js +6 -0
  500. package/dist/module/typechain-types/factories/contracts/superfluid/SparkYieldBackend.sol/index.js.map +1 -0
  501. package/dist/module/typechain-types/factories/contracts/superfluid/index.d.ts +1 -0
  502. package/dist/module/typechain-types/factories/contracts/superfluid/index.d.ts.map +1 -1
  503. package/dist/module/typechain-types/factories/contracts/superfluid/index.js +1 -0
  504. package/dist/module/typechain-types/factories/contracts/superfluid/index.js.map +1 -1
  505. package/dist/module/typechain-types/factories/contracts/utils/BlindMacroForwarder__factory.d.ts +93 -0
  506. package/dist/module/typechain-types/factories/contracts/utils/BlindMacroForwarder__factory.d.ts.map +1 -0
  507. package/dist/module/typechain-types/factories/contracts/utils/BlindMacroForwarder__factory.js +134 -0
  508. package/dist/module/typechain-types/factories/contracts/utils/BlindMacroForwarder__factory.js.map +1 -0
  509. package/dist/module/typechain-types/factories/contracts/utils/CFAv1Forwarder__factory.d.ts +1 -1
  510. package/dist/module/typechain-types/factories/contracts/utils/CFAv1Forwarder__factory.d.ts.map +1 -1
  511. package/dist/module/typechain-types/factories/contracts/utils/CFAv1Forwarder__factory.js +1 -1
  512. package/dist/module/typechain-types/factories/contracts/utils/CFAv1Forwarder__factory.js.map +1 -1
  513. package/dist/module/typechain-types/factories/contracts/utils/ClearMacroBase__factory.d.ts +116 -0
  514. package/dist/module/typechain-types/factories/contracts/utils/ClearMacroBase__factory.d.ts.map +1 -0
  515. package/dist/module/typechain-types/factories/contracts/utils/ClearMacroBase__factory.js +158 -0
  516. package/dist/module/typechain-types/factories/contracts/utils/ClearMacroBase__factory.js.map +1 -0
  517. package/dist/module/typechain-types/factories/contracts/utils/ClearMacroForwarderV1.sol/ClearMacroForwarderV1__factory.d.ts +333 -0
  518. package/dist/module/typechain-types/factories/contracts/utils/ClearMacroForwarderV1.sol/ClearMacroForwarderV1__factory.d.ts.map +1 -0
  519. package/dist/module/typechain-types/factories/contracts/utils/ClearMacroForwarderV1.sol/ClearMacroForwarderV1__factory.js +448 -0
  520. package/dist/module/typechain-types/factories/contracts/utils/ClearMacroForwarderV1.sol/ClearMacroForwarderV1__factory.js.map +1 -0
  521. package/dist/module/typechain-types/factories/contracts/utils/ClearMacroForwarderV1.sol/NonceManager__factory.d.ts +39 -0
  522. package/dist/module/typechain-types/factories/contracts/utils/ClearMacroForwarderV1.sol/NonceManager__factory.d.ts.map +1 -0
  523. package/dist/module/typechain-types/factories/contracts/utils/ClearMacroForwarderV1.sol/NonceManager__factory.js +56 -0
  524. package/dist/module/typechain-types/factories/contracts/utils/ClearMacroForwarderV1.sol/NonceManager__factory.js.map +1 -0
  525. package/dist/module/typechain-types/factories/contracts/utils/ClearMacroForwarderV1.sol/index.d.ts +3 -0
  526. package/dist/module/typechain-types/factories/contracts/utils/ClearMacroForwarderV1.sol/index.d.ts.map +1 -0
  527. package/dist/module/typechain-types/factories/contracts/utils/ClearMacroForwarderV1.sol/index.js +6 -0
  528. package/dist/module/typechain-types/factories/contracts/utils/ClearMacroForwarderV1.sol/index.js.map +1 -0
  529. package/dist/module/typechain-types/factories/contracts/utils/ClearMacroForwarderV1WithPermit2__factory.d.ts +494 -0
  530. package/dist/module/typechain-types/factories/contracts/utils/ClearMacroForwarderV1WithPermit2__factory.d.ts.map +1 -0
  531. package/dist/module/typechain-types/factories/contracts/utils/ClearMacroForwarderV1WithPermit2__factory.js +657 -0
  532. package/dist/module/typechain-types/factories/contracts/utils/ClearMacroForwarderV1WithPermit2__factory.js.map +1 -0
  533. package/dist/module/typechain-types/factories/contracts/utils/GDAv1Forwarder__factory.d.ts +1 -1
  534. package/dist/module/typechain-types/factories/contracts/utils/GDAv1Forwarder__factory.d.ts.map +1 -1
  535. package/dist/module/typechain-types/factories/contracts/utils/GDAv1Forwarder__factory.js +1 -1
  536. package/dist/module/typechain-types/factories/contracts/utils/GDAv1Forwarder__factory.js.map +1 -1
  537. package/dist/module/typechain-types/factories/contracts/utils/SuperfluidFrameworkDeployer.t.sol/SuperfluidFrameworkDeployer__factory.d.ts +6 -2
  538. package/dist/module/typechain-types/factories/contracts/utils/SuperfluidFrameworkDeployer.t.sol/SuperfluidFrameworkDeployer__factory.d.ts.map +1 -1
  539. package/dist/module/typechain-types/factories/contracts/utils/SuperfluidFrameworkDeployer.t.sol/SuperfluidFrameworkDeployer__factory.js +7 -2
  540. package/dist/module/typechain-types/factories/contracts/utils/SuperfluidFrameworkDeployer.t.sol/SuperfluidFrameworkDeployer__factory.js.map +1 -1
  541. package/dist/module/typechain-types/factories/contracts/utils/SuperfluidFrameworkDeploymentSteps.t.sol/SuperfluidFrameworkDeploymentSteps__factory.d.ts +6 -2
  542. package/dist/module/typechain-types/factories/contracts/utils/SuperfluidFrameworkDeploymentSteps.t.sol/SuperfluidFrameworkDeploymentSteps__factory.d.ts.map +1 -1
  543. package/dist/module/typechain-types/factories/contracts/utils/SuperfluidFrameworkDeploymentSteps.t.sol/SuperfluidFrameworkDeploymentSteps__factory.js +7 -2
  544. package/dist/module/typechain-types/factories/contracts/utils/SuperfluidFrameworkDeploymentSteps.t.sol/SuperfluidFrameworkDeploymentSteps__factory.js.map +1 -1
  545. package/dist/module/typechain-types/factories/contracts/utils/index.d.ts +4 -1
  546. package/dist/module/typechain-types/factories/contracts/utils/index.d.ts.map +1 -1
  547. package/dist/module/typechain-types/factories/contracts/utils/index.js +4 -1
  548. package/dist/module/typechain-types/factories/contracts/utils/index.js.map +1 -1
  549. package/dist/module/typechain-types/index.d.ts +30 -4
  550. package/dist/module/typechain-types/index.d.ts.map +1 -1
  551. package/dist/module/typechain-types/index.js +15 -2
  552. package/dist/module/typechain-types/index.js.map +1 -1
  553. package/dist/module/utils.d.ts.map +1 -1
  554. package/package.json +8 -8
  555. package/dist/main/typechain-types/contracts/interfaces/utils/IUserDefinedMacro.d.ts.map +0 -1
  556. package/dist/main/typechain-types/contracts/interfaces/utils/IUserDefinedMacro.js.map +0 -1
  557. package/dist/main/typechain-types/contracts/utils/MacroForwarder.d.ts.map +0 -1
  558. package/dist/main/typechain-types/contracts/utils/MacroForwarder.js.map +0 -1
  559. package/dist/main/typechain-types/factories/contracts/interfaces/utils/IUserDefinedMacro__factory.d.ts.map +0 -1
  560. package/dist/main/typechain-types/factories/contracts/interfaces/utils/IUserDefinedMacro__factory.js.map +0 -1
  561. package/dist/main/typechain-types/factories/contracts/utils/MacroForwarder__factory.d.ts +0 -78
  562. package/dist/main/typechain-types/factories/contracts/utils/MacroForwarder__factory.d.ts.map +0 -1
  563. package/dist/main/typechain-types/factories/contracts/utils/MacroForwarder__factory.js +0 -119
  564. package/dist/main/typechain-types/factories/contracts/utils/MacroForwarder__factory.js.map +0 -1
  565. package/dist/module/typechain-types/contracts/interfaces/utils/IUserDefinedMacro.d.ts.map +0 -1
  566. package/dist/module/typechain-types/contracts/interfaces/utils/IUserDefinedMacro.js +0 -2
  567. package/dist/module/typechain-types/contracts/interfaces/utils/IUserDefinedMacro.js.map +0 -1
  568. package/dist/module/typechain-types/contracts/utils/MacroForwarder.d.ts.map +0 -1
  569. package/dist/module/typechain-types/contracts/utils/MacroForwarder.js +0 -2
  570. package/dist/module/typechain-types/contracts/utils/MacroForwarder.js.map +0 -1
  571. package/dist/module/typechain-types/factories/contracts/interfaces/utils/IUserDefinedMacro__factory.d.ts.map +0 -1
  572. package/dist/module/typechain-types/factories/contracts/interfaces/utils/IUserDefinedMacro__factory.js.map +0 -1
  573. package/dist/module/typechain-types/factories/contracts/utils/MacroForwarder__factory.d.ts +0 -78
  574. package/dist/module/typechain-types/factories/contracts/utils/MacroForwarder__factory.d.ts.map +0 -1
  575. package/dist/module/typechain-types/factories/contracts/utils/MacroForwarder__factory.js +0 -115
  576. package/dist/module/typechain-types/factories/contracts/utils/MacroForwarder__factory.js.map +0 -1
@@ -0,0 +1,205 @@
1
+ "use strict";
2
+ /* Autogenerated file. Do not edit manually. */
3
+ /* tslint:disable */
4
+ /* eslint-disable */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.IClearMacroPermit2Extension__factory = void 0;
7
+ const ethers_1 = require("ethers");
8
+ const _abi = [
9
+ {
10
+ anonymous: false,
11
+ inputs: [
12
+ {
13
+ indexed: true,
14
+ internalType: "address",
15
+ name: "signer",
16
+ type: "address",
17
+ },
18
+ {
19
+ indexed: true,
20
+ internalType: "address",
21
+ name: "underlying",
22
+ type: "address",
23
+ },
24
+ {
25
+ indexed: true,
26
+ internalType: "address",
27
+ name: "superToken",
28
+ type: "address",
29
+ },
30
+ {
31
+ indexed: false,
32
+ internalType: "uint256",
33
+ name: "underlyingAmount",
34
+ type: "uint256",
35
+ },
36
+ {
37
+ indexed: false,
38
+ internalType: "uint256",
39
+ name: "superTokenAmount",
40
+ type: "uint256",
41
+ },
42
+ ],
43
+ name: "Permit2UpgradeExecuted",
44
+ type: "event",
45
+ },
46
+ {
47
+ inputs: [
48
+ {
49
+ internalType: "contract IClearMacro",
50
+ name: "m",
51
+ type: "address",
52
+ },
53
+ {
54
+ internalType: "bytes",
55
+ name: "encodedPayload",
56
+ type: "bytes",
57
+ },
58
+ {
59
+ internalType: "address",
60
+ name: "upgradeSuperToken",
61
+ type: "address",
62
+ },
63
+ ],
64
+ name: "getPermit2WitnessStructHash",
65
+ outputs: [
66
+ {
67
+ internalType: "bytes32",
68
+ name: "",
69
+ type: "bytes32",
70
+ },
71
+ ],
72
+ stateMutability: "view",
73
+ type: "function",
74
+ },
75
+ {
76
+ inputs: [
77
+ {
78
+ internalType: "contract IClearMacro",
79
+ name: "m",
80
+ type: "address",
81
+ },
82
+ {
83
+ internalType: "bytes",
84
+ name: "encodedPayload",
85
+ type: "bytes",
86
+ },
87
+ ],
88
+ name: "getPermit2WitnessTypeString",
89
+ outputs: [
90
+ {
91
+ internalType: "string",
92
+ name: "",
93
+ type: "string",
94
+ },
95
+ ],
96
+ stateMutability: "view",
97
+ type: "function",
98
+ },
99
+ {
100
+ inputs: [
101
+ {
102
+ components: [
103
+ {
104
+ components: [
105
+ {
106
+ components: [
107
+ {
108
+ internalType: "address",
109
+ name: "token",
110
+ type: "address",
111
+ },
112
+ {
113
+ internalType: "uint256",
114
+ name: "amount",
115
+ type: "uint256",
116
+ },
117
+ ],
118
+ internalType: "struct IPermit2.TokenPermissions",
119
+ name: "permitted",
120
+ type: "tuple",
121
+ },
122
+ {
123
+ internalType: "uint256",
124
+ name: "nonce",
125
+ type: "uint256",
126
+ },
127
+ {
128
+ internalType: "uint256",
129
+ name: "deadline",
130
+ type: "uint256",
131
+ },
132
+ ],
133
+ internalType: "struct IPermit2.PermitTransferFrom",
134
+ name: "permit",
135
+ type: "tuple",
136
+ },
137
+ {
138
+ internalType: "address",
139
+ name: "owner",
140
+ type: "address",
141
+ },
142
+ {
143
+ internalType: "bytes32",
144
+ name: "witness",
145
+ type: "bytes32",
146
+ },
147
+ {
148
+ internalType: "string",
149
+ name: "witnessTypeString",
150
+ type: "string",
151
+ },
152
+ {
153
+ internalType: "bytes",
154
+ name: "signature",
155
+ type: "bytes",
156
+ },
157
+ {
158
+ internalType: "address",
159
+ name: "spender",
160
+ type: "address",
161
+ },
162
+ {
163
+ internalType: "address",
164
+ name: "upgradeSuperToken",
165
+ type: "address",
166
+ },
167
+ ],
168
+ internalType: "struct IClearMacroPermit2Extension.Permit2Context",
169
+ name: "permit2Context",
170
+ type: "tuple",
171
+ },
172
+ {
173
+ internalType: "contract IClearMacro",
174
+ name: "m",
175
+ type: "address",
176
+ },
177
+ {
178
+ internalType: "bytes",
179
+ name: "encodedPayload",
180
+ type: "bytes",
181
+ },
182
+ ],
183
+ name: "runPermit2AndMacro",
184
+ outputs: [
185
+ {
186
+ internalType: "bool",
187
+ name: "",
188
+ type: "bool",
189
+ },
190
+ ],
191
+ stateMutability: "payable",
192
+ type: "function",
193
+ },
194
+ ];
195
+ class IClearMacroPermit2Extension__factory {
196
+ static createInterface() {
197
+ return new ethers_1.utils.Interface(_abi);
198
+ }
199
+ static connect(address, signerOrProvider) {
200
+ return new ethers_1.Contract(address, _abi, signerOrProvider);
201
+ }
202
+ }
203
+ exports.IClearMacroPermit2Extension__factory = IClearMacroPermit2Extension__factory;
204
+ IClearMacroPermit2Extension__factory.abi = _abi;
205
+ //# sourceMappingURL=IClearMacroPermit2Extension__factory.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IClearMacroPermit2Extension__factory.js","sourceRoot":"","sources":["../../../../../../../../src/typechain-types/factories/contracts/interfaces/utils/IClearMacroForwarderV1WithPermit2.sol/IClearMacroPermit2Extension__factory.ts"],"names":[],"mappings":";AAAA,+CAA+C;AAC/C,oBAAoB;AACpB,oBAAoB;;;AAEpB,mCAAiD;AAOjD,MAAM,IAAI,GAAG;IACX;QACE,SAAS,EAAE,KAAK;QAChB,MAAM,EAAE;YACN;gBACE,OAAO,EAAE,IAAI;gBACb,YAAY,EAAE,SAAS;gBACvB,IAAI,EAAE,QAAQ;gBACd,IAAI,EAAE,SAAS;aAChB;YACD;gBACE,OAAO,EAAE,IAAI;gBACb,YAAY,EAAE,SAAS;gBACvB,IAAI,EAAE,YAAY;gBAClB,IAAI,EAAE,SAAS;aAChB;YACD;gBACE,OAAO,EAAE,IAAI;gBACb,YAAY,EAAE,SAAS;gBACvB,IAAI,EAAE,YAAY;gBAClB,IAAI,EAAE,SAAS;aAChB;YACD;gBACE,OAAO,EAAE,KAAK;gBACd,YAAY,EAAE,SAAS;gBACvB,IAAI,EAAE,kBAAkB;gBACxB,IAAI,EAAE,SAAS;aAChB;YACD;gBACE,OAAO,EAAE,KAAK;gBACd,YAAY,EAAE,SAAS;gBACvB,IAAI,EAAE,kBAAkB;gBACxB,IAAI,EAAE,SAAS;aAChB;SACF;QACD,IAAI,EAAE,wBAAwB;QAC9B,IAAI,EAAE,OAAO;KACd;IACD;QACE,MAAM,EAAE;YACN;gBACE,YAAY,EAAE,sBAAsB;gBACpC,IAAI,EAAE,GAAG;gBACT,IAAI,EAAE,SAAS;aAChB;YACD;gBACE,YAAY,EAAE,OAAO;gBACrB,IAAI,EAAE,gBAAgB;gBACtB,IAAI,EAAE,OAAO;aACd;YACD;gBACE,YAAY,EAAE,SAAS;gBACvB,IAAI,EAAE,mBAAmB;gBACzB,IAAI,EAAE,SAAS;aAChB;SACF;QACD,IAAI,EAAE,6BAA6B;QACnC,OAAO,EAAE;YACP;gBACE,YAAY,EAAE,SAAS;gBACvB,IAAI,EAAE,EAAE;gBACR,IAAI,EAAE,SAAS;aAChB;SACF;QACD,eAAe,EAAE,MAAM;QACvB,IAAI,EAAE,UAAU;KACjB;IACD;QACE,MAAM,EAAE;YACN;gBACE,YAAY,EAAE,sBAAsB;gBACpC,IAAI,EAAE,GAAG;gBACT,IAAI,EAAE,SAAS;aAChB;YACD;gBACE,YAAY,EAAE,OAAO;gBACrB,IAAI,EAAE,gBAAgB;gBACtB,IAAI,EAAE,OAAO;aACd;SACF;QACD,IAAI,EAAE,6BAA6B;QACnC,OAAO,EAAE;YACP;gBACE,YAAY,EAAE,QAAQ;gBACtB,IAAI,EAAE,EAAE;gBACR,IAAI,EAAE,QAAQ;aACf;SACF;QACD,eAAe,EAAE,MAAM;QACvB,IAAI,EAAE,UAAU;KACjB;IACD;QACE,MAAM,EAAE;YACN;gBACE,UAAU,EAAE;oBACV;wBACE,UAAU,EAAE;4BACV;gCACE,UAAU,EAAE;oCACV;wCACE,YAAY,EAAE,SAAS;wCACvB,IAAI,EAAE,OAAO;wCACb,IAAI,EAAE,SAAS;qCAChB;oCACD;wCACE,YAAY,EAAE,SAAS;wCACvB,IAAI,EAAE,QAAQ;wCACd,IAAI,EAAE,SAAS;qCAChB;iCACF;gCACD,YAAY,EAAE,kCAAkC;gCAChD,IAAI,EAAE,WAAW;gCACjB,IAAI,EAAE,OAAO;6BACd;4BACD;gCACE,YAAY,EAAE,SAAS;gCACvB,IAAI,EAAE,OAAO;gCACb,IAAI,EAAE,SAAS;6BAChB;4BACD;gCACE,YAAY,EAAE,SAAS;gCACvB,IAAI,EAAE,UAAU;gCAChB,IAAI,EAAE,SAAS;6BAChB;yBACF;wBACD,YAAY,EAAE,oCAAoC;wBAClD,IAAI,EAAE,QAAQ;wBACd,IAAI,EAAE,OAAO;qBACd;oBACD;wBACE,YAAY,EAAE,SAAS;wBACvB,IAAI,EAAE,OAAO;wBACb,IAAI,EAAE,SAAS;qBAChB;oBACD;wBACE,YAAY,EAAE,SAAS;wBACvB,IAAI,EAAE,SAAS;wBACf,IAAI,EAAE,SAAS;qBAChB;oBACD;wBACE,YAAY,EAAE,QAAQ;wBACtB,IAAI,EAAE,mBAAmB;wBACzB,IAAI,EAAE,QAAQ;qBACf;oBACD;wBACE,YAAY,EAAE,OAAO;wBACrB,IAAI,EAAE,WAAW;wBACjB,IAAI,EAAE,OAAO;qBACd;oBACD;wBACE,YAAY,EAAE,SAAS;wBACvB,IAAI,EAAE,SAAS;wBACf,IAAI,EAAE,SAAS;qBAChB;oBACD;wBACE,YAAY,EAAE,SAAS;wBACvB,IAAI,EAAE,mBAAmB;wBACzB,IAAI,EAAE,SAAS;qBAChB;iBACF;gBACD,YAAY,EAAE,mDAAmD;gBACjE,IAAI,EAAE,gBAAgB;gBACtB,IAAI,EAAE,OAAO;aACd;YACD;gBACE,YAAY,EAAE,sBAAsB;gBACpC,IAAI,EAAE,GAAG;gBACT,IAAI,EAAE,SAAS;aAChB;YACD;gBACE,YAAY,EAAE,OAAO;gBACrB,IAAI,EAAE,gBAAgB;gBACtB,IAAI,EAAE,OAAO;aACd;SACF;QACD,IAAI,EAAE,oBAAoB;QAC1B,OAAO,EAAE;YACP;gBACE,YAAY,EAAE,MAAM;gBACpB,IAAI,EAAE,EAAE;gBACR,IAAI,EAAE,MAAM;aACb;SACF;QACD,eAAe,EAAE,SAAS;QAC1B,IAAI,EAAE,UAAU;KACjB;CACO,CAAC;AAEX,MAAa,oCAAoC;IAE/C,MAAM,CAAC,eAAe;QACpB,OAAO,IAAI,cAAK,CAAC,SAAS,CAAC,IAAI,CAAyC,CAAC;IAC3E,CAAC;IACD,MAAM,CAAC,OAAO,CACZ,OAAe,EACf,gBAAmC;QAEnC,OAAO,IAAI,iBAAQ,CACjB,OAAO,EACP,IAAI,EACJ,gBAAgB,CACc,CAAC;IACnC,CAAC;;AAdH,oFAeC;AAdiB,wCAAG,GAAG,IAAI,CAAC"}
@@ -0,0 +1,3 @@
1
+ export { IClearMacroForwarderV1WithPermit2__factory } from "./IClearMacroForwarderV1WithPermit2__factory";
2
+ export { IClearMacroPermit2Extension__factory } from "./IClearMacroPermit2Extension__factory";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/typechain-types/factories/contracts/interfaces/utils/IClearMacroForwarderV1WithPermit2.sol/index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,0CAA0C,EAAE,MAAM,8CAA8C,CAAC;AAC1G,OAAO,EAAE,oCAAoC,EAAE,MAAM,wCAAwC,CAAC"}
@@ -0,0 +1,11 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.IClearMacroPermit2Extension__factory = exports.IClearMacroForwarderV1WithPermit2__factory = void 0;
4
+ /* Autogenerated file. Do not edit manually. */
5
+ /* tslint:disable */
6
+ /* eslint-disable */
7
+ var IClearMacroForwarderV1WithPermit2__factory_1 = require("./IClearMacroForwarderV1WithPermit2__factory");
8
+ Object.defineProperty(exports, "IClearMacroForwarderV1WithPermit2__factory", { enumerable: true, get: function () { return IClearMacroForwarderV1WithPermit2__factory_1.IClearMacroForwarderV1WithPermit2__factory; } });
9
+ var IClearMacroPermit2Extension__factory_1 = require("./IClearMacroPermit2Extension__factory");
10
+ Object.defineProperty(exports, "IClearMacroPermit2Extension__factory", { enumerable: true, get: function () { return IClearMacroPermit2Extension__factory_1.IClearMacroPermit2Extension__factory; } });
11
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../../src/typechain-types/factories/contracts/interfaces/utils/IClearMacroForwarderV1WithPermit2.sol/index.ts"],"names":[],"mappings":";;;AAAA,+CAA+C;AAC/C,oBAAoB;AACpB,oBAAoB;AACpB,2GAA0G;AAAjG,wKAAA,0CAA0C,OAAA;AACnD,+FAA8F;AAArF,4JAAA,oCAAoC,OAAA"}
@@ -0,0 +1,188 @@
1
+ import { Signer } from "ethers";
2
+ import type { Provider } from "@ethersproject/providers";
3
+ import type { IClearMacroForwarderV1, IClearMacroForwarderV1Interface } from "../../../../contracts/interfaces/utils/IClearMacroForwarderV1";
4
+ export declare class IClearMacroForwarderV1__factory {
5
+ static readonly abi: readonly [{
6
+ readonly anonymous: false;
7
+ readonly inputs: readonly [{
8
+ readonly indexed: true;
9
+ readonly internalType: "address";
10
+ readonly name: "signer";
11
+ readonly type: "address";
12
+ }, {
13
+ readonly indexed: true;
14
+ readonly internalType: "address";
15
+ readonly name: "macroContract";
16
+ readonly type: "address";
17
+ }, {
18
+ readonly indexed: true;
19
+ readonly internalType: "bytes32";
20
+ readonly name: "providerRole";
21
+ readonly type: "bytes32";
22
+ }];
23
+ readonly name: "MacroExecuted";
24
+ readonly type: "event";
25
+ }, {
26
+ readonly inputs: readonly [{
27
+ readonly internalType: "bytes";
28
+ readonly name: "actionParams";
29
+ readonly type: "bytes";
30
+ }, {
31
+ readonly components: readonly [{
32
+ readonly internalType: "string";
33
+ readonly name: "domain";
34
+ readonly type: "string";
35
+ }, {
36
+ readonly internalType: "address";
37
+ readonly name: "macroContract";
38
+ readonly type: "address";
39
+ }, {
40
+ readonly internalType: "string";
41
+ readonly name: "provider";
42
+ readonly type: "string";
43
+ }, {
44
+ readonly internalType: "uint256";
45
+ readonly name: "validAfter";
46
+ readonly type: "uint256";
47
+ }, {
48
+ readonly internalType: "uint256";
49
+ readonly name: "validBefore";
50
+ readonly type: "uint256";
51
+ }, {
52
+ readonly internalType: "uint256";
53
+ readonly name: "nonce";
54
+ readonly type: "uint256";
55
+ }];
56
+ readonly internalType: "struct IClearMacroForwarderV1.Security";
57
+ readonly name: "security";
58
+ readonly type: "tuple";
59
+ }];
60
+ readonly name: "encodeParams";
61
+ readonly outputs: readonly [{
62
+ readonly internalType: "bytes";
63
+ readonly name: "encodedPayload";
64
+ readonly type: "bytes";
65
+ }];
66
+ readonly stateMutability: "pure";
67
+ readonly type: "function";
68
+ }, {
69
+ readonly inputs: readonly [{
70
+ readonly internalType: "contract IClearMacro";
71
+ readonly name: "m";
72
+ readonly type: "address";
73
+ }, {
74
+ readonly internalType: "bytes";
75
+ readonly name: "encodedPayload";
76
+ readonly type: "bytes";
77
+ }];
78
+ readonly name: "getDigest";
79
+ readonly outputs: readonly [{
80
+ readonly internalType: "bytes32";
81
+ readonly name: "";
82
+ readonly type: "bytes32";
83
+ }];
84
+ readonly stateMutability: "view";
85
+ readonly type: "function";
86
+ }, {
87
+ readonly inputs: readonly [{
88
+ readonly internalType: "address";
89
+ readonly name: "sender";
90
+ readonly type: "address";
91
+ }, {
92
+ readonly internalType: "uint192";
93
+ readonly name: "key";
94
+ readonly type: "uint192";
95
+ }];
96
+ readonly name: "getNonce";
97
+ readonly outputs: readonly [{
98
+ readonly internalType: "uint256";
99
+ readonly name: "";
100
+ readonly type: "uint256";
101
+ }];
102
+ readonly stateMutability: "view";
103
+ readonly type: "function";
104
+ }, {
105
+ readonly inputs: readonly [{
106
+ readonly internalType: "contract IClearMacro";
107
+ readonly name: "m";
108
+ readonly type: "address";
109
+ }, {
110
+ readonly internalType: "bytes";
111
+ readonly name: "encodedPayload";
112
+ readonly type: "bytes";
113
+ }];
114
+ readonly name: "getStructHash";
115
+ readonly outputs: readonly [{
116
+ readonly internalType: "bytes32";
117
+ readonly name: "";
118
+ readonly type: "bytes32";
119
+ }];
120
+ readonly stateMutability: "view";
121
+ readonly type: "function";
122
+ }, {
123
+ readonly inputs: readonly [{
124
+ readonly internalType: "contract IClearMacro";
125
+ readonly name: "m";
126
+ readonly type: "address";
127
+ }, {
128
+ readonly internalType: "bytes";
129
+ readonly name: "encodedPayload";
130
+ readonly type: "bytes";
131
+ }];
132
+ readonly name: "getTypeDefinition";
133
+ readonly outputs: readonly [{
134
+ readonly internalType: "string";
135
+ readonly name: "";
136
+ readonly type: "string";
137
+ }];
138
+ readonly stateMutability: "view";
139
+ readonly type: "function";
140
+ }, {
141
+ readonly inputs: readonly [{
142
+ readonly internalType: "contract IClearMacro";
143
+ readonly name: "m";
144
+ readonly type: "address";
145
+ }, {
146
+ readonly internalType: "bytes";
147
+ readonly name: "encodedPayload";
148
+ readonly type: "bytes";
149
+ }];
150
+ readonly name: "getTypeHash";
151
+ readonly outputs: readonly [{
152
+ readonly internalType: "bytes32";
153
+ readonly name: "";
154
+ readonly type: "bytes32";
155
+ }];
156
+ readonly stateMutability: "view";
157
+ readonly type: "function";
158
+ }, {
159
+ readonly inputs: readonly [{
160
+ readonly internalType: "contract IClearMacro";
161
+ readonly name: "m";
162
+ readonly type: "address";
163
+ }, {
164
+ readonly internalType: "bytes";
165
+ readonly name: "encodedPayload";
166
+ readonly type: "bytes";
167
+ }, {
168
+ readonly internalType: "address";
169
+ readonly name: "signer";
170
+ readonly type: "address";
171
+ }, {
172
+ readonly internalType: "bytes";
173
+ readonly name: "signature";
174
+ readonly type: "bytes";
175
+ }];
176
+ readonly name: "runMacro";
177
+ readonly outputs: readonly [{
178
+ readonly internalType: "bool";
179
+ readonly name: "";
180
+ readonly type: "bool";
181
+ }];
182
+ readonly stateMutability: "payable";
183
+ readonly type: "function";
184
+ }];
185
+ static createInterface(): IClearMacroForwarderV1Interface;
186
+ static connect(address: string, signerOrProvider: Signer | Provider): IClearMacroForwarderV1;
187
+ }
188
+ //# sourceMappingURL=IClearMacroForwarderV1__factory.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IClearMacroForwarderV1__factory.d.ts","sourceRoot":"","sources":["../../../../../../../src/typechain-types/factories/contracts/interfaces/utils/IClearMacroForwarderV1__factory.ts"],"names":[],"mappings":"AAIA,OAAO,EAAY,MAAM,EAAS,MAAM,QAAQ,CAAC;AACjD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,0BAA0B,CAAC;AACzD,OAAO,KAAK,EACV,sBAAsB,EACtB,+BAA+B,EAChC,MAAM,+DAA+D,CAAC;AAgPvE,qBAAa,+BAA+B;IAC1C,MAAM,CAAC,QAAQ,CAAC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAAQ;IAC3B,MAAM,CAAC,eAAe,IAAI,+BAA+B;IAGzD,MAAM,CAAC,OAAO,CACZ,OAAO,EAAE,MAAM,EACf,gBAAgB,EAAE,MAAM,GAAG,QAAQ,GAClC,sBAAsB;CAO1B"}
@@ -0,0 +1,255 @@
1
+ "use strict";
2
+ /* Autogenerated file. Do not edit manually. */
3
+ /* tslint:disable */
4
+ /* eslint-disable */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.IClearMacroForwarderV1__factory = void 0;
7
+ const ethers_1 = require("ethers");
8
+ const _abi = [
9
+ {
10
+ anonymous: false,
11
+ inputs: [
12
+ {
13
+ indexed: true,
14
+ internalType: "address",
15
+ name: "signer",
16
+ type: "address",
17
+ },
18
+ {
19
+ indexed: true,
20
+ internalType: "address",
21
+ name: "macroContract",
22
+ type: "address",
23
+ },
24
+ {
25
+ indexed: true,
26
+ internalType: "bytes32",
27
+ name: "providerRole",
28
+ type: "bytes32",
29
+ },
30
+ ],
31
+ name: "MacroExecuted",
32
+ type: "event",
33
+ },
34
+ {
35
+ inputs: [
36
+ {
37
+ internalType: "bytes",
38
+ name: "actionParams",
39
+ type: "bytes",
40
+ },
41
+ {
42
+ components: [
43
+ {
44
+ internalType: "string",
45
+ name: "domain",
46
+ type: "string",
47
+ },
48
+ {
49
+ internalType: "address",
50
+ name: "macroContract",
51
+ type: "address",
52
+ },
53
+ {
54
+ internalType: "string",
55
+ name: "provider",
56
+ type: "string",
57
+ },
58
+ {
59
+ internalType: "uint256",
60
+ name: "validAfter",
61
+ type: "uint256",
62
+ },
63
+ {
64
+ internalType: "uint256",
65
+ name: "validBefore",
66
+ type: "uint256",
67
+ },
68
+ {
69
+ internalType: "uint256",
70
+ name: "nonce",
71
+ type: "uint256",
72
+ },
73
+ ],
74
+ internalType: "struct IClearMacroForwarderV1.Security",
75
+ name: "security",
76
+ type: "tuple",
77
+ },
78
+ ],
79
+ name: "encodeParams",
80
+ outputs: [
81
+ {
82
+ internalType: "bytes",
83
+ name: "encodedPayload",
84
+ type: "bytes",
85
+ },
86
+ ],
87
+ stateMutability: "pure",
88
+ type: "function",
89
+ },
90
+ {
91
+ inputs: [
92
+ {
93
+ internalType: "contract IClearMacro",
94
+ name: "m",
95
+ type: "address",
96
+ },
97
+ {
98
+ internalType: "bytes",
99
+ name: "encodedPayload",
100
+ type: "bytes",
101
+ },
102
+ ],
103
+ name: "getDigest",
104
+ outputs: [
105
+ {
106
+ internalType: "bytes32",
107
+ name: "",
108
+ type: "bytes32",
109
+ },
110
+ ],
111
+ stateMutability: "view",
112
+ type: "function",
113
+ },
114
+ {
115
+ inputs: [
116
+ {
117
+ internalType: "address",
118
+ name: "sender",
119
+ type: "address",
120
+ },
121
+ {
122
+ internalType: "uint192",
123
+ name: "key",
124
+ type: "uint192",
125
+ },
126
+ ],
127
+ name: "getNonce",
128
+ outputs: [
129
+ {
130
+ internalType: "uint256",
131
+ name: "",
132
+ type: "uint256",
133
+ },
134
+ ],
135
+ stateMutability: "view",
136
+ type: "function",
137
+ },
138
+ {
139
+ inputs: [
140
+ {
141
+ internalType: "contract IClearMacro",
142
+ name: "m",
143
+ type: "address",
144
+ },
145
+ {
146
+ internalType: "bytes",
147
+ name: "encodedPayload",
148
+ type: "bytes",
149
+ },
150
+ ],
151
+ name: "getStructHash",
152
+ outputs: [
153
+ {
154
+ internalType: "bytes32",
155
+ name: "",
156
+ type: "bytes32",
157
+ },
158
+ ],
159
+ stateMutability: "view",
160
+ type: "function",
161
+ },
162
+ {
163
+ inputs: [
164
+ {
165
+ internalType: "contract IClearMacro",
166
+ name: "m",
167
+ type: "address",
168
+ },
169
+ {
170
+ internalType: "bytes",
171
+ name: "encodedPayload",
172
+ type: "bytes",
173
+ },
174
+ ],
175
+ name: "getTypeDefinition",
176
+ outputs: [
177
+ {
178
+ internalType: "string",
179
+ name: "",
180
+ type: "string",
181
+ },
182
+ ],
183
+ stateMutability: "view",
184
+ type: "function",
185
+ },
186
+ {
187
+ inputs: [
188
+ {
189
+ internalType: "contract IClearMacro",
190
+ name: "m",
191
+ type: "address",
192
+ },
193
+ {
194
+ internalType: "bytes",
195
+ name: "encodedPayload",
196
+ type: "bytes",
197
+ },
198
+ ],
199
+ name: "getTypeHash",
200
+ outputs: [
201
+ {
202
+ internalType: "bytes32",
203
+ name: "",
204
+ type: "bytes32",
205
+ },
206
+ ],
207
+ stateMutability: "view",
208
+ type: "function",
209
+ },
210
+ {
211
+ inputs: [
212
+ {
213
+ internalType: "contract IClearMacro",
214
+ name: "m",
215
+ type: "address",
216
+ },
217
+ {
218
+ internalType: "bytes",
219
+ name: "encodedPayload",
220
+ type: "bytes",
221
+ },
222
+ {
223
+ internalType: "address",
224
+ name: "signer",
225
+ type: "address",
226
+ },
227
+ {
228
+ internalType: "bytes",
229
+ name: "signature",
230
+ type: "bytes",
231
+ },
232
+ ],
233
+ name: "runMacro",
234
+ outputs: [
235
+ {
236
+ internalType: "bool",
237
+ name: "",
238
+ type: "bool",
239
+ },
240
+ ],
241
+ stateMutability: "payable",
242
+ type: "function",
243
+ },
244
+ ];
245
+ class IClearMacroForwarderV1__factory {
246
+ static createInterface() {
247
+ return new ethers_1.utils.Interface(_abi);
248
+ }
249
+ static connect(address, signerOrProvider) {
250
+ return new ethers_1.Contract(address, _abi, signerOrProvider);
251
+ }
252
+ }
253
+ exports.IClearMacroForwarderV1__factory = IClearMacroForwarderV1__factory;
254
+ IClearMacroForwarderV1__factory.abi = _abi;
255
+ //# sourceMappingURL=IClearMacroForwarderV1__factory.js.map