lynx-client 0.0.31 → 0.0.33

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/dist/cjs/lib/contractsIntegration/AcceptableImplementationClaimableAdminService/AcceptableImplementationClaimableAdminService.js +16 -16
  2. package/dist/cjs/lib/contractsIntegration/ChipsIntentsVerifierService/ChipsIntentsVerifierService.js +40 -40
  3. package/dist/cjs/lib/contractsIntegration/EngineChipService/EngineChipService.js +89 -89
  4. package/dist/cjs/lib/contractsIntegration/FeatureFlaggerService/FeatureFlaggerService.js +38 -38
  5. package/dist/cjs/lib/contractsIntegration/IntentsVerifierLensService/IntentsVerifierLensService.js +8 -8
  6. package/dist/cjs/lib/contractsIntegration/LexLensService/LexLensService.js +50 -50
  7. package/dist/cjs/lib/contractsIntegration/LexPoolV1Service/LexPoolV1Service.js +103 -103
  8. package/dist/cjs/lib/contractsIntegration/LiquidityIntentsVerifierService/LiquidityIntentsVerifierService.js +26 -26
  9. package/dist/cjs/lib/contractsIntegration/OnBehalfTradingService/OnBehalfTradingService.js +78 -78
  10. package/dist/cjs/lib/contractsIntegration/OrderBookService/OrderBookService.js +38 -38
  11. package/dist/cjs/lib/contractsIntegration/PNLRService/PNLRService.js +44 -44
  12. package/dist/cjs/lib/contractsIntegration/PoolAccountantV1Service/PoolAccountantV1Service.js +112 -112
  13. package/dist/cjs/lib/contractsIntegration/RateModelLensService/RateModelLensService.js +10 -10
  14. package/dist/cjs/lib/contractsIntegration/TradeIntentsVerifierService/TradeIntentsVerifierService.js +40 -40
  15. package/dist/cjs/lib/contractsIntegration/TradersPortalService/TradersPortalServiceService.js +78 -71
  16. package/dist/cjs/lib/contractsIntegration/TradingFloorLensService/TradingFloorLensService.js +13 -13
  17. package/dist/cjs/lib/contractsIntegration/TradingFloorService/TradingFloorService.js +86 -86
  18. package/dist/cjs/lib/contractsIntegration/TriggersAndPortalLensService/TriggersAndPortalLensService.js +8 -8
  19. package/dist/cjs/lib/contractsIntegration/TriggersService/TriggersService.js +80 -80
  20. package/dist/cjs/lib/contractsIntegration/WrappedNativeEngineChipHelperService/WrappedNativeEngineChipHelperService.js +10 -9
  21. package/dist/cjs/lib/priceFeeds/pyth/pythFeedConstants.js +1 -5
  22. package/dist/cjs/lib/priceFeeds/pyth/pythFeedFunctions.js +9 -1
  23. package/dist/esm/index.d.ts +1 -0
  24. package/dist/esm/index.d.ts.map +1 -1
  25. package/dist/esm/lib/contractsIntegration/AcceptableImplementationClaimableAdminService/AcceptableImplementationClaimableAdminService.d.ts.map +1 -1
  26. package/dist/esm/lib/contractsIntegration/AcceptableImplementationClaimableAdminService/AcceptableImplementationClaimableAdminService.js +16 -16
  27. package/dist/esm/lib/contractsIntegration/AcceptableImplementationClaimableAdminService/IAcceptableImplementationClaimableAdminService.d.ts +9 -8
  28. package/dist/esm/lib/contractsIntegration/AcceptableImplementationClaimableAdminService/IAcceptableImplementationClaimableAdminService.d.ts.map +1 -1
  29. package/dist/esm/lib/contractsIntegration/ChipsIntentsVerifierService/ChipsIntentsVerifierService.d.ts +21 -20
  30. package/dist/esm/lib/contractsIntegration/ChipsIntentsVerifierService/ChipsIntentsVerifierService.d.ts.map +1 -1
  31. package/dist/esm/lib/contractsIntegration/ChipsIntentsVerifierService/ChipsIntentsVerifierService.js +40 -40
  32. package/dist/esm/lib/contractsIntegration/ChipsIntentsVerifierService/IChipsIntentsVerifierService.d.ts +21 -20
  33. package/dist/esm/lib/contractsIntegration/ChipsIntentsVerifierService/IChipsIntentsVerifierService.d.ts.map +1 -1
  34. package/dist/esm/lib/contractsIntegration/EngineChipService/EngineChipService.d.ts.map +1 -1
  35. package/dist/esm/lib/contractsIntegration/EngineChipService/EngineChipService.js +89 -89
  36. package/dist/esm/lib/contractsIntegration/EngineChipService/IEngineChipService.d.ts +37 -37
  37. package/dist/esm/lib/contractsIntegration/EngineChipService/IEngineChipService.d.ts.map +1 -1
  38. package/dist/esm/lib/contractsIntegration/FeatureFlaggerService/FeatureFlaggerService.d.ts.map +1 -1
  39. package/dist/esm/lib/contractsIntegration/FeatureFlaggerService/FeatureFlaggerService.js +38 -38
  40. package/dist/esm/lib/contractsIntegration/FeatureFlaggerService/IFeatureFlaggerService.d.ts +14 -14
  41. package/dist/esm/lib/contractsIntegration/FeatureFlaggerService/IFeatureFlaggerService.d.ts.map +1 -1
  42. package/dist/esm/lib/contractsIntegration/IntentsVerifierLensService/IIntentsVerifierLensService.d.ts +5 -4
  43. package/dist/esm/lib/contractsIntegration/IntentsVerifierLensService/IIntentsVerifierLensService.d.ts.map +1 -1
  44. package/dist/esm/lib/contractsIntegration/IntentsVerifierLensService/IntentsVerifierLensService.d.ts +5 -4
  45. package/dist/esm/lib/contractsIntegration/IntentsVerifierLensService/IntentsVerifierLensService.d.ts.map +1 -1
  46. package/dist/esm/lib/contractsIntegration/IntentsVerifierLensService/IntentsVerifierLensService.js +8 -8
  47. package/dist/esm/lib/contractsIntegration/LexLensService/ILexLensService.d.ts +26 -25
  48. package/dist/esm/lib/contractsIntegration/LexLensService/ILexLensService.d.ts.map +1 -1
  49. package/dist/esm/lib/contractsIntegration/LexLensService/LexLensService.d.ts +26 -25
  50. package/dist/esm/lib/contractsIntegration/LexLensService/LexLensService.d.ts.map +1 -1
  51. package/dist/esm/lib/contractsIntegration/LexLensService/LexLensService.js +50 -50
  52. package/dist/esm/lib/contractsIntegration/LexPoolV1Service/ILexPoolV1Service.d.ts +73 -73
  53. package/dist/esm/lib/contractsIntegration/LexPoolV1Service/ILexPoolV1Service.d.ts.map +1 -1
  54. package/dist/esm/lib/contractsIntegration/LexPoolV1Service/LexPoolV1Service.d.ts.map +1 -1
  55. package/dist/esm/lib/contractsIntegration/LexPoolV1Service/LexPoolV1Service.js +103 -103
  56. package/dist/esm/lib/contractsIntegration/LiquidityIntentsVerifierService/ILiquidityIntentsVerifierService.d.ts +14 -13
  57. package/dist/esm/lib/contractsIntegration/LiquidityIntentsVerifierService/ILiquidityIntentsVerifierService.d.ts.map +1 -1
  58. package/dist/esm/lib/contractsIntegration/LiquidityIntentsVerifierService/LiquidityIntentsVerifierService.d.ts +14 -13
  59. package/dist/esm/lib/contractsIntegration/LiquidityIntentsVerifierService/LiquidityIntentsVerifierService.d.ts.map +1 -1
  60. package/dist/esm/lib/contractsIntegration/LiquidityIntentsVerifierService/LiquidityIntentsVerifierService.js +26 -26
  61. package/dist/esm/lib/contractsIntegration/OnBehalfTradingService/IOnBehalfTradingService.d.ts +34 -34
  62. package/dist/esm/lib/contractsIntegration/OnBehalfTradingService/IOnBehalfTradingService.d.ts.map +1 -1
  63. package/dist/esm/lib/contractsIntegration/OnBehalfTradingService/OnBehalfTradingService.d.ts.map +1 -1
  64. package/dist/esm/lib/contractsIntegration/OnBehalfTradingService/OnBehalfTradingService.js +78 -78
  65. package/dist/esm/lib/contractsIntegration/OrderBookService/IOrderBookService.d.ts +13 -13
  66. package/dist/esm/lib/contractsIntegration/OrderBookService/IOrderBookService.d.ts.map +1 -1
  67. package/dist/esm/lib/contractsIntegration/OrderBookService/OrderBookService.d.ts.map +1 -1
  68. package/dist/esm/lib/contractsIntegration/OrderBookService/OrderBookService.js +38 -38
  69. package/dist/esm/lib/contractsIntegration/PNLRService/IPNLRService.d.ts +17 -17
  70. package/dist/esm/lib/contractsIntegration/PNLRService/IPNLRService.d.ts.map +1 -1
  71. package/dist/esm/lib/contractsIntegration/PNLRService/PNLRService.d.ts.map +1 -1
  72. package/dist/esm/lib/contractsIntegration/PNLRService/PNLRService.js +44 -44
  73. package/dist/esm/lib/contractsIntegration/PoolAccountantV1Service/IPoolAccountantV1Service.d.ts +90 -90
  74. package/dist/esm/lib/contractsIntegration/PoolAccountantV1Service/IPoolAccountantV1Service.d.ts.map +1 -1
  75. package/dist/esm/lib/contractsIntegration/PoolAccountantV1Service/PoolAccountantV1Service.d.ts.map +1 -1
  76. package/dist/esm/lib/contractsIntegration/PoolAccountantV1Service/PoolAccountantV1Service.js +112 -112
  77. package/dist/esm/lib/contractsIntegration/RateModelLensService/IRateModelLensService.d.ts +11 -5
  78. package/dist/esm/lib/contractsIntegration/RateModelLensService/IRateModelLensService.d.ts.map +1 -1
  79. package/dist/esm/lib/contractsIntegration/RateModelLensService/RateModelLensService.d.ts +6 -5
  80. package/dist/esm/lib/contractsIntegration/RateModelLensService/RateModelLensService.d.ts.map +1 -1
  81. package/dist/esm/lib/contractsIntegration/RateModelLensService/RateModelLensService.js +10 -10
  82. package/dist/esm/lib/contractsIntegration/TradeIntentsVerifierService/ITradeIntentsVerifierService.d.ts +21 -20
  83. package/dist/esm/lib/contractsIntegration/TradeIntentsVerifierService/ITradeIntentsVerifierService.d.ts.map +1 -1
  84. package/dist/esm/lib/contractsIntegration/TradeIntentsVerifierService/TradeIntentsVerifierService.d.ts +21 -20
  85. package/dist/esm/lib/contractsIntegration/TradeIntentsVerifierService/TradeIntentsVerifierService.d.ts.map +1 -1
  86. package/dist/esm/lib/contractsIntegration/TradeIntentsVerifierService/TradeIntentsVerifierService.js +40 -40
  87. package/dist/esm/lib/contractsIntegration/TradersPortalService/ITradersPortalService.d.ts +30 -30
  88. package/dist/esm/lib/contractsIntegration/TradersPortalService/ITradersPortalService.d.ts.map +1 -1
  89. package/dist/esm/lib/contractsIntegration/TradersPortalService/TradersPortalServiceService.d.ts.map +1 -1
  90. package/dist/esm/lib/contractsIntegration/TradersPortalService/TradersPortalServiceService.js +78 -71
  91. package/dist/esm/lib/contractsIntegration/TradingFloorLensService/ITradingFloorLensService.d.ts +7 -6
  92. package/dist/esm/lib/contractsIntegration/TradingFloorLensService/ITradingFloorLensService.d.ts.map +1 -1
  93. package/dist/esm/lib/contractsIntegration/TradingFloorLensService/TradingFloorLensService.d.ts +7 -6
  94. package/dist/esm/lib/contractsIntegration/TradingFloorLensService/TradingFloorLensService.d.ts.map +1 -1
  95. package/dist/esm/lib/contractsIntegration/TradingFloorLensService/TradingFloorLensService.js +13 -13
  96. package/dist/esm/lib/contractsIntegration/TradingFloorService/ITradingFloorService.d.ts +33 -33
  97. package/dist/esm/lib/contractsIntegration/TradingFloorService/ITradingFloorService.d.ts.map +1 -1
  98. package/dist/esm/lib/contractsIntegration/TradingFloorService/TradingFloorService.d.ts.map +1 -1
  99. package/dist/esm/lib/contractsIntegration/TradingFloorService/TradingFloorService.js +86 -86
  100. package/dist/esm/lib/contractsIntegration/TriggersAndPortalLensService/ITriggersAndPortalLensService.d.ts +5 -4
  101. package/dist/esm/lib/contractsIntegration/TriggersAndPortalLensService/ITriggersAndPortalLensService.d.ts.map +1 -1
  102. package/dist/esm/lib/contractsIntegration/TriggersAndPortalLensService/TriggersAndPortalLensService.d.ts +5 -4
  103. package/dist/esm/lib/contractsIntegration/TriggersAndPortalLensService/TriggersAndPortalLensService.d.ts.map +1 -1
  104. package/dist/esm/lib/contractsIntegration/TriggersAndPortalLensService/TriggersAndPortalLensService.js +8 -8
  105. package/dist/esm/lib/contractsIntegration/TriggersService/ITriggersService.d.ts +36 -36
  106. package/dist/esm/lib/contractsIntegration/TriggersService/ITriggersService.d.ts.map +1 -1
  107. package/dist/esm/lib/contractsIntegration/TriggersService/TriggersService.d.ts.map +1 -1
  108. package/dist/esm/lib/contractsIntegration/TriggersService/TriggersService.js +80 -80
  109. package/dist/esm/lib/contractsIntegration/WrappedNativeEngineChipHelperService/IWrappedNativeEngineChipHelperService.d.ts +6 -5
  110. package/dist/esm/lib/contractsIntegration/WrappedNativeEngineChipHelperService/IWrappedNativeEngineChipHelperService.d.ts.map +1 -1
  111. package/dist/esm/lib/contractsIntegration/WrappedNativeEngineChipHelperService/WrappedNativeEngineChipHelperService.d.ts.map +1 -1
  112. package/dist/esm/lib/contractsIntegration/WrappedNativeEngineChipHelperService/WrappedNativeEngineChipHelperService.js +10 -9
  113. package/dist/esm/lib/contractsIntegration/common/ILynxVersionedContract.d.ts +5 -4
  114. package/dist/esm/lib/contractsIntegration/common/ILynxVersionedContract.d.ts.map +1 -1
  115. package/dist/esm/lib/contractsIntegration/common/IPendableAdmin.d.ts +3 -2
  116. package/dist/esm/lib/contractsIntegration/common/IPendableAdmin.d.ts.map +1 -1
  117. package/dist/esm/lib/contractsIntegration/common/IPendableImplementation.d.ts +3 -2
  118. package/dist/esm/lib/contractsIntegration/common/IPendableImplementation.d.ts.map +1 -1
  119. package/dist/esm/lib/contractsIntegration/common/IProtocolConstants.d.ts +6 -5
  120. package/dist/esm/lib/contractsIntegration/common/IProtocolConstants.d.ts.map +1 -1
  121. package/dist/esm/lib/contractsIntegration/common/index.d.ts +30 -0
  122. package/dist/esm/lib/contractsIntegration/common/index.d.ts.map +1 -1
  123. package/dist/esm/lib/priceFeeds/pyth/pythFeedConstants.d.ts +0 -1
  124. package/dist/esm/lib/priceFeeds/pyth/pythFeedConstants.d.ts.map +1 -1
  125. package/dist/esm/lib/priceFeeds/pyth/pythFeedConstants.js +1 -5
  126. package/dist/esm/lib/priceFeeds/pyth/pythFeedFunctions.d.ts +5 -0
  127. package/dist/esm/lib/priceFeeds/pyth/pythFeedFunctions.d.ts.map +1 -1
  128. package/dist/esm/lib/priceFeeds/pyth/pythFeedFunctions.js +9 -1
  129. package/dist/types/index.d.ts +1 -0
  130. package/dist/types/index.d.ts.map +1 -1
  131. package/dist/types/lib/contractsIntegration/AcceptableImplementationClaimableAdminService/AcceptableImplementationClaimableAdminService.d.ts.map +1 -1
  132. package/dist/types/lib/contractsIntegration/AcceptableImplementationClaimableAdminService/IAcceptableImplementationClaimableAdminService.d.ts +9 -8
  133. package/dist/types/lib/contractsIntegration/AcceptableImplementationClaimableAdminService/IAcceptableImplementationClaimableAdminService.d.ts.map +1 -1
  134. package/dist/types/lib/contractsIntegration/ChipsIntentsVerifierService/ChipsIntentsVerifierService.d.ts +21 -20
  135. package/dist/types/lib/contractsIntegration/ChipsIntentsVerifierService/ChipsIntentsVerifierService.d.ts.map +1 -1
  136. package/dist/types/lib/contractsIntegration/ChipsIntentsVerifierService/IChipsIntentsVerifierService.d.ts +21 -20
  137. package/dist/types/lib/contractsIntegration/ChipsIntentsVerifierService/IChipsIntentsVerifierService.d.ts.map +1 -1
  138. package/dist/types/lib/contractsIntegration/EngineChipService/EngineChipService.d.ts.map +1 -1
  139. package/dist/types/lib/contractsIntegration/EngineChipService/IEngineChipService.d.ts +37 -37
  140. package/dist/types/lib/contractsIntegration/EngineChipService/IEngineChipService.d.ts.map +1 -1
  141. package/dist/types/lib/contractsIntegration/FeatureFlaggerService/FeatureFlaggerService.d.ts.map +1 -1
  142. package/dist/types/lib/contractsIntegration/FeatureFlaggerService/IFeatureFlaggerService.d.ts +14 -14
  143. package/dist/types/lib/contractsIntegration/FeatureFlaggerService/IFeatureFlaggerService.d.ts.map +1 -1
  144. package/dist/types/lib/contractsIntegration/IntentsVerifierLensService/IIntentsVerifierLensService.d.ts +5 -4
  145. package/dist/types/lib/contractsIntegration/IntentsVerifierLensService/IIntentsVerifierLensService.d.ts.map +1 -1
  146. package/dist/types/lib/contractsIntegration/IntentsVerifierLensService/IntentsVerifierLensService.d.ts +5 -4
  147. package/dist/types/lib/contractsIntegration/IntentsVerifierLensService/IntentsVerifierLensService.d.ts.map +1 -1
  148. package/dist/types/lib/contractsIntegration/LexLensService/ILexLensService.d.ts +26 -25
  149. package/dist/types/lib/contractsIntegration/LexLensService/ILexLensService.d.ts.map +1 -1
  150. package/dist/types/lib/contractsIntegration/LexLensService/LexLensService.d.ts +26 -25
  151. package/dist/types/lib/contractsIntegration/LexLensService/LexLensService.d.ts.map +1 -1
  152. package/dist/types/lib/contractsIntegration/LexPoolV1Service/ILexPoolV1Service.d.ts +73 -73
  153. package/dist/types/lib/contractsIntegration/LexPoolV1Service/ILexPoolV1Service.d.ts.map +1 -1
  154. package/dist/types/lib/contractsIntegration/LexPoolV1Service/LexPoolV1Service.d.ts.map +1 -1
  155. package/dist/types/lib/contractsIntegration/LiquidityIntentsVerifierService/ILiquidityIntentsVerifierService.d.ts +14 -13
  156. package/dist/types/lib/contractsIntegration/LiquidityIntentsVerifierService/ILiquidityIntentsVerifierService.d.ts.map +1 -1
  157. package/dist/types/lib/contractsIntegration/LiquidityIntentsVerifierService/LiquidityIntentsVerifierService.d.ts +14 -13
  158. package/dist/types/lib/contractsIntegration/LiquidityIntentsVerifierService/LiquidityIntentsVerifierService.d.ts.map +1 -1
  159. package/dist/types/lib/contractsIntegration/OnBehalfTradingService/IOnBehalfTradingService.d.ts +34 -34
  160. package/dist/types/lib/contractsIntegration/OnBehalfTradingService/IOnBehalfTradingService.d.ts.map +1 -1
  161. package/dist/types/lib/contractsIntegration/OnBehalfTradingService/OnBehalfTradingService.d.ts.map +1 -1
  162. package/dist/types/lib/contractsIntegration/OrderBookService/IOrderBookService.d.ts +13 -13
  163. package/dist/types/lib/contractsIntegration/OrderBookService/IOrderBookService.d.ts.map +1 -1
  164. package/dist/types/lib/contractsIntegration/OrderBookService/OrderBookService.d.ts.map +1 -1
  165. package/dist/types/lib/contractsIntegration/PNLRService/IPNLRService.d.ts +17 -17
  166. package/dist/types/lib/contractsIntegration/PNLRService/IPNLRService.d.ts.map +1 -1
  167. package/dist/types/lib/contractsIntegration/PNLRService/PNLRService.d.ts.map +1 -1
  168. package/dist/types/lib/contractsIntegration/PoolAccountantV1Service/IPoolAccountantV1Service.d.ts +90 -90
  169. package/dist/types/lib/contractsIntegration/PoolAccountantV1Service/IPoolAccountantV1Service.d.ts.map +1 -1
  170. package/dist/types/lib/contractsIntegration/PoolAccountantV1Service/PoolAccountantV1Service.d.ts.map +1 -1
  171. package/dist/types/lib/contractsIntegration/RateModelLensService/IRateModelLensService.d.ts +11 -5
  172. package/dist/types/lib/contractsIntegration/RateModelLensService/IRateModelLensService.d.ts.map +1 -1
  173. package/dist/types/lib/contractsIntegration/RateModelLensService/RateModelLensService.d.ts +6 -5
  174. package/dist/types/lib/contractsIntegration/RateModelLensService/RateModelLensService.d.ts.map +1 -1
  175. package/dist/types/lib/contractsIntegration/TradeIntentsVerifierService/ITradeIntentsVerifierService.d.ts +21 -20
  176. package/dist/types/lib/contractsIntegration/TradeIntentsVerifierService/ITradeIntentsVerifierService.d.ts.map +1 -1
  177. package/dist/types/lib/contractsIntegration/TradeIntentsVerifierService/TradeIntentsVerifierService.d.ts +21 -20
  178. package/dist/types/lib/contractsIntegration/TradeIntentsVerifierService/TradeIntentsVerifierService.d.ts.map +1 -1
  179. package/dist/types/lib/contractsIntegration/TradersPortalService/ITradersPortalService.d.ts +30 -30
  180. package/dist/types/lib/contractsIntegration/TradersPortalService/ITradersPortalService.d.ts.map +1 -1
  181. package/dist/types/lib/contractsIntegration/TradersPortalService/TradersPortalServiceService.d.ts.map +1 -1
  182. package/dist/types/lib/contractsIntegration/TradingFloorLensService/ITradingFloorLensService.d.ts +7 -6
  183. package/dist/types/lib/contractsIntegration/TradingFloorLensService/ITradingFloorLensService.d.ts.map +1 -1
  184. package/dist/types/lib/contractsIntegration/TradingFloorLensService/TradingFloorLensService.d.ts +7 -6
  185. package/dist/types/lib/contractsIntegration/TradingFloorLensService/TradingFloorLensService.d.ts.map +1 -1
  186. package/dist/types/lib/contractsIntegration/TradingFloorService/ITradingFloorService.d.ts +33 -33
  187. package/dist/types/lib/contractsIntegration/TradingFloorService/ITradingFloorService.d.ts.map +1 -1
  188. package/dist/types/lib/contractsIntegration/TradingFloorService/TradingFloorService.d.ts.map +1 -1
  189. package/dist/types/lib/contractsIntegration/TriggersAndPortalLensService/ITriggersAndPortalLensService.d.ts +5 -4
  190. package/dist/types/lib/contractsIntegration/TriggersAndPortalLensService/ITriggersAndPortalLensService.d.ts.map +1 -1
  191. package/dist/types/lib/contractsIntegration/TriggersAndPortalLensService/TriggersAndPortalLensService.d.ts +5 -4
  192. package/dist/types/lib/contractsIntegration/TriggersAndPortalLensService/TriggersAndPortalLensService.d.ts.map +1 -1
  193. package/dist/types/lib/contractsIntegration/TriggersService/ITriggersService.d.ts +36 -36
  194. package/dist/types/lib/contractsIntegration/TriggersService/ITriggersService.d.ts.map +1 -1
  195. package/dist/types/lib/contractsIntegration/TriggersService/TriggersService.d.ts.map +1 -1
  196. package/dist/types/lib/contractsIntegration/WrappedNativeEngineChipHelperService/IWrappedNativeEngineChipHelperService.d.ts +6 -5
  197. package/dist/types/lib/contractsIntegration/WrappedNativeEngineChipHelperService/IWrappedNativeEngineChipHelperService.d.ts.map +1 -1
  198. package/dist/types/lib/contractsIntegration/WrappedNativeEngineChipHelperService/WrappedNativeEngineChipHelperService.d.ts.map +1 -1
  199. package/dist/types/lib/contractsIntegration/common/ILynxVersionedContract.d.ts +5 -4
  200. package/dist/types/lib/contractsIntegration/common/ILynxVersionedContract.d.ts.map +1 -1
  201. package/dist/types/lib/contractsIntegration/common/IPendableAdmin.d.ts +3 -2
  202. package/dist/types/lib/contractsIntegration/common/IPendableAdmin.d.ts.map +1 -1
  203. package/dist/types/lib/contractsIntegration/common/IPendableImplementation.d.ts +3 -2
  204. package/dist/types/lib/contractsIntegration/common/IPendableImplementation.d.ts.map +1 -1
  205. package/dist/types/lib/contractsIntegration/common/IProtocolConstants.d.ts +6 -5
  206. package/dist/types/lib/contractsIntegration/common/IProtocolConstants.d.ts.map +1 -1
  207. package/dist/types/lib/contractsIntegration/common/index.d.ts +30 -0
  208. package/dist/types/lib/contractsIntegration/common/index.d.ts.map +1 -1
  209. package/dist/types/lib/priceFeeds/pyth/pythFeedConstants.d.ts +0 -1
  210. package/dist/types/lib/priceFeeds/pyth/pythFeedConstants.d.ts.map +1 -1
  211. package/dist/types/lib/priceFeeds/pyth/pythFeedFunctions.d.ts +5 -0
  212. package/dist/types/lib/priceFeeds/pyth/pythFeedFunctions.d.ts.map +1 -1
  213. package/package.json +1 -1
@@ -6,19 +6,19 @@ class PositionQueries {
6
6
  constructor(tradingFloorContract) {
7
7
  this.tradingFloorContract = tradingFloorContract;
8
8
  }
9
- async generatePositionHashId(settlementAsset, trader, pairId, index) {
10
- return this.tradingFloorContract.generatePositionHashId(settlementAsset, trader, pairId, index);
9
+ async generatePositionHashId(settlementAsset, trader, pairId, index, callOptions) {
10
+ return this.tradingFloorContract.generatePositionHashId(settlementAsset, trader, pairId, index, { ...callOptions });
11
11
  }
12
- async getPositionPortalInfo(positionId) {
13
- const result = await this.tradingFloorContract.getPositionPortalInfo(positionId);
12
+ async getPositionPortalInfo(positionId, callOptions) {
13
+ const result = await this.tradingFloorContract.getPositionPortalInfo(positionId, { ...callOptions });
14
14
  return {
15
15
  phase: result[0],
16
16
  timestamp: result[1],
17
17
  trader: result[2],
18
18
  };
19
19
  }
20
- async getPositionRegistrationParams(positionId) {
21
- const result = await this.tradingFloorContract.getPositionRegistrationParams(positionId);
20
+ async getPositionRegistrationParams(positionId, callOptions) {
21
+ const result = await this.tradingFloorContract.getPositionRegistrationParams(positionId, { ...callOptions });
22
22
  return {
23
23
  collateral: result.collateral,
24
24
  leverage: result.leverage,
@@ -27,8 +27,8 @@ class PositionQueries {
27
27
  tp: result.tp,
28
28
  };
29
29
  }
30
- async getPositionTriggerInfo(positionId) {
31
- const result = await this.tradingFloorContract.getPositionTriggerInfo(positionId);
30
+ async getPositionTriggerInfo(positionId, callOptions) {
31
+ const result = await this.tradingFloorContract.getPositionTriggerInfo(positionId, { ...callOptions });
32
32
  return {
33
33
  phase: result.positionPhase,
34
34
  timestamp: result.timestamp,
@@ -37,8 +37,8 @@ class PositionQueries {
37
37
  spreadReductionF: result.spreadReductionF,
38
38
  };
39
39
  }
40
- async positionIdentifiersById(positionId) {
41
- const result = await this.tradingFloorContract.positionIdentifiersById(positionId);
40
+ async positionIdentifiersById(positionId, callOptions) {
41
+ const result = await this.tradingFloorContract.positionIdentifiersById(positionId, { ...callOptions });
42
42
  return {
43
43
  settlementAsset: result.settlementAsset,
44
44
  pairId: result.pairId,
@@ -46,8 +46,8 @@ class PositionQueries {
46
46
  trader: result.trader,
47
47
  };
48
48
  }
49
- async positionLimitsInfoById(positionId) {
50
- const result = await this.tradingFloorContract.positionLimitsInfoById(positionId);
49
+ async positionLimitsInfoById(positionId, callOptions) {
50
+ const result = await this.tradingFloorContract.positionLimitsInfoById(positionId, { ...callOptions });
51
51
  return {
52
52
  tpLastUpdated: result.tpLastUpdated,
53
53
  slLastUpdated: result.slLastUpdated,
@@ -55,8 +55,8 @@ class PositionQueries {
55
55
  sl: result.sl,
56
56
  };
57
57
  }
58
- async positionsById(positionId) {
59
- const result = await this.tradingFloorContract.positionsById(positionId);
58
+ async positionsById(positionId, callOptions) {
59
+ const result = await this.tradingFloorContract.positionsById(positionId, { ...callOptions });
60
60
  return {
61
61
  collateral: result.collateral,
62
62
  phase: result.phase,
@@ -67,8 +67,8 @@ class PositionQueries {
67
67
  spreadReductionF: result.spreadReductionF,
68
68
  };
69
69
  }
70
- async triggerPricesById(positionId) {
71
- const result = await this.tradingFloorContract.triggerPricesById(positionId);
70
+ async triggerPricesById(positionId, callOptions) {
71
+ const result = await this.tradingFloorContract.triggerPricesById(positionId, { ...callOptions });
72
72
  return {
73
73
  minPrice: result.minPrice,
74
74
  maxPrice: result.maxPrice,
@@ -76,164 +76,164 @@ class PositionQueries {
76
76
  slByFraction: result.slByFraction,
77
77
  };
78
78
  }
79
- async initialCollateralByPositionId(positionId) {
80
- return this.tradingFloorContract.initialCollateralByPositionId(positionId);
79
+ async initialCollateralByPositionId(positionId, callOptions) {
80
+ return this.tradingFloorContract.initialCollateralByPositionId(positionId, { ...callOptions });
81
81
  }
82
82
  }
83
83
  class SettlementAndPool {
84
84
  constructor(tradingFloorContract) {
85
85
  this.tradingFloorContract = tradingFloorContract;
86
86
  }
87
- async isSettlementAssetSupported(settlementAsset) {
88
- return this.tradingFloorContract.isSettlementAssetSupported(settlementAsset);
87
+ async isSettlementAssetSupported(settlementAsset, callOptions) {
88
+ return this.tradingFloorContract.isSettlementAssetSupported(settlementAsset, { ...callOptions });
89
89
  }
90
- async lexPoolForAsset(asset) {
91
- return this.tradingFloorContract.lexPoolForAsset(asset);
90
+ async lexPoolForAsset(asset, callOptions) {
91
+ return this.tradingFloorContract.lexPoolForAsset(asset, { ...callOptions });
92
92
  }
93
- async poolAccountantForAsset(asset) {
94
- return this.tradingFloorContract.poolAccountantForAsset(asset);
93
+ async poolAccountantForAsset(asset, callOptions) {
94
+ return this.tradingFloorContract.poolAccountantForAsset(asset, { ...callOptions });
95
95
  }
96
96
  }
97
97
  class Deprecated {
98
98
  constructor(tradingFloorContract) {
99
99
  this.tradingFloorContract = tradingFloorContract;
100
100
  }
101
- async deprecated_pairTraders(asset, pairId, index) {
102
- return this.tradingFloorContract.deprecated_pairTraders(asset, pairId, index);
101
+ async deprecated_pairTraders(asset, pairId, index, callOptions) {
102
+ return this.tradingFloorContract.deprecated_pairTraders(asset, pairId, index, { ...callOptions });
103
103
  }
104
- async deprecated_pairTradersArray(asset, pairIndex) {
105
- return this.tradingFloorContract.deprecated_pairTradersArray(asset, pairIndex);
104
+ async deprecated_pairTradersArray(asset, pairIndex, callOptions) {
105
+ return this.tradingFloorContract.deprecated_pairTradersArray(asset, pairIndex, { ...callOptions });
106
106
  }
107
- async deprecated_pairTradersInfo(asset, trader, pairId) {
108
- const result = await this.tradingFloorContract.deprecated_pairTradersInfo(asset, trader, pairId);
107
+ async deprecated_pairTradersInfo(asset, trader, pairId, callOptions) {
108
+ const result = await this.tradingFloorContract.deprecated_pairTradersInfo(asset, trader, pairId, { ...callOptions });
109
109
  return {
110
110
  positionsCounter: result.deprecated_positionsCounter,
111
111
  positionInArray: result.positionInArray,
112
112
  };
113
113
  }
114
- async pausedPairs(pairId) {
115
- return this.tradingFloorContract.pausedPairs(pairId);
114
+ async pausedPairs(pairId, callOptions) {
115
+ return this.tradingFloorContract.pausedPairs(pairId, { ...callOptions });
116
116
  }
117
117
  }
118
118
  class TraderTracking {
119
119
  constructor(tradingFloorContract) {
120
120
  this.tradingFloorContract = tradingFloorContract;
121
121
  }
122
- async traders(index) {
123
- return this.tradingFloorContract.traders(index);
122
+ async traders(index, callOptions) {
123
+ return this.tradingFloorContract.traders(index, { ...callOptions });
124
124
  }
125
- async tradersAmount() {
126
- return this.tradingFloorContract.tradersAmount();
125
+ async tradersAmount(callOptions) {
126
+ return this.tradingFloorContract.tradersAmount({ ...callOptions });
127
127
  }
128
- async tradersIndex(trader) {
129
- return this.tradingFloorContract.tradersIndex(trader);
128
+ async tradersIndex(trader, callOptions) {
129
+ return this.tradingFloorContract.tradersIndex(trader, { ...callOptions });
130
130
  }
131
- async getActivePositionsAmountForTrader(trader) {
132
- return this.tradingFloorContract.getActivePositionsAmountForTrader(trader);
131
+ async getActivePositionsAmountForTrader(trader, callOptions) {
132
+ return this.tradingFloorContract.getActivePositionsAmountForTrader(trader, { ...callOptions });
133
133
  }
134
- async activePositionIdsByTrader(trader, index) {
135
- return this.tradingFloorContract.activePositionIdsByTrader(trader, index);
134
+ async activePositionIdsByTrader(trader, index, callOptions) {
135
+ return this.tradingFloorContract.activePositionIdsByTrader(trader, index, { ...callOptions });
136
136
  }
137
- async positionIdToActivePositionIndex(trader, positionId) {
138
- return this.tradingFloorContract.positionIdToActivePositionIndex(trader, positionId);
137
+ async positionIdToActivePositionIndex(trader, positionId, callOptions) {
138
+ return this.tradingFloorContract.positionIdToActivePositionIndex(trader, positionId, { ...callOptions });
139
139
  }
140
- async getActivePositionIdsForTrader(trader) {
141
- return this.tradingFloorContract.getActivePositionIdsForTrader(trader);
140
+ async getActivePositionIdsForTrader(trader, callOptions) {
141
+ return this.tradingFloorContract.getActivePositionIdsForTrader(trader, { ...callOptions });
142
142
  }
143
- async getNextPositionIndexForTrader(trader) {
144
- return this.tradingFloorContract.getNextPositionIndexForTrader(trader);
143
+ async getNextPositionIndexForTrader(trader, callOptions) {
144
+ return this.tradingFloorContract.getNextPositionIndexForTrader(trader, { ...callOptions });
145
145
  }
146
- async pairTradersLastUsedPositionIndex(trader) {
147
- return this.tradingFloorContract.pairTradersLastUsedPositionIndex(trader);
146
+ async pairTradersLastUsedPositionIndex(trader, callOptions) {
147
+ return this.tradingFloorContract.pairTradersLastUsedPositionIndex(trader, { ...callOptions });
148
148
  }
149
149
  }
150
150
  class TradingParameters {
151
151
  constructor(tradingFloorContract) {
152
152
  this.tradingFloorContract = tradingFloorContract;
153
153
  }
154
- async maxSanityProfitF() {
155
- return this.tradingFloorContract.maxSanityProfitF();
154
+ async maxSanityProfitF(callOptions) {
155
+ return this.tradingFloorContract.maxSanityProfitF({ ...callOptions });
156
156
  }
157
- async maxSlF() {
158
- return this.tradingFloorContract.maxSlF();
157
+ async maxSlF(callOptions) {
158
+ return this.tradingFloorContract.maxSlF({ ...callOptions });
159
159
  }
160
- async maxTradesPerTrader() {
161
- return this.tradingFloorContract.maxTradesPerTrader();
160
+ async maxTradesPerTrader(callOptions) {
161
+ return this.tradingFloorContract.maxTradesPerTrader({ ...callOptions });
162
162
  }
163
163
  }
164
164
  class Fees {
165
165
  constructor(tradingFloorContract) {
166
166
  this.tradingFloorContract = tradingFloorContract;
167
167
  }
168
- async feesMap(asset, feeType) {
169
- return this.tradingFloorContract.feesMap(asset, feeType);
168
+ async feesMap(asset, feeType, callOptions) {
169
+ return this.tradingFloorContract.feesMap(asset, feeType, { ...callOptions });
170
170
  }
171
171
  }
172
172
  class ContractReferences {
173
173
  constructor(tradingFloorContract) {
174
174
  this.tradingFloorContract = tradingFloorContract;
175
175
  }
176
- async registry() {
177
- return this.tradingFloorContract.registry();
176
+ async registry(callOptions) {
177
+ return this.tradingFloorContract.registry({ ...callOptions });
178
178
  }
179
179
  }
180
180
  class PendableAdmin {
181
181
  constructor(tradingFloorContract) {
182
182
  this.tradingFloorContract = tradingFloorContract;
183
183
  }
184
- async admin() {
185
- return this.tradingFloorContract.admin();
184
+ async admin(callOptions) {
185
+ return this.tradingFloorContract.admin({ ...callOptions });
186
186
  }
187
- async pendingAdmin() {
188
- return this.tradingFloorContract.pendingAdmin();
187
+ async pendingAdmin(callOptions) {
188
+ return this.tradingFloorContract.pendingAdmin({ ...callOptions });
189
189
  }
190
190
  }
191
191
  class PendableImplementation {
192
192
  constructor(tradingFloorContract) {
193
193
  this.tradingFloorContract = tradingFloorContract;
194
194
  }
195
- async implementation() {
196
- return this.tradingFloorContract.implementation();
195
+ async implementation(callOptions) {
196
+ return this.tradingFloorContract.implementation({ ...callOptions });
197
197
  }
198
- async pendingImplementation() {
199
- return this.tradingFloorContract.pendingImplementation();
198
+ async pendingImplementation(callOptions) {
199
+ return this.tradingFloorContract.pendingImplementation({ ...callOptions });
200
200
  }
201
201
  }
202
202
  class LynxVersionedContract {
203
203
  constructor(tradingFloorContract) {
204
204
  this.tradingFloorContract = tradingFloorContract;
205
205
  }
206
- async getContractName() {
207
- return this.tradingFloorContract.getContractName();
206
+ async getContractName(callOptions) {
207
+ return this.tradingFloorContract.getContractName({ ...callOptions });
208
208
  }
209
- async getContractVersion() {
210
- return this.tradingFloorContract.getContractVersion();
209
+ async getContractVersion(callOptions) {
210
+ return this.tradingFloorContract.getContractVersion({ ...callOptions });
211
211
  }
212
- async CONTRACT_NAME() {
213
- return this.tradingFloorContract.CONTRACT_NAME();
212
+ async CONTRACT_NAME(callOptions) {
213
+ return this.tradingFloorContract.CONTRACT_NAME({ ...callOptions });
214
214
  }
215
- async CONTRACT_VERSION() {
216
- return this.tradingFloorContract.CONTRACT_VERSION();
215
+ async CONTRACT_VERSION(callOptions) {
216
+ return this.tradingFloorContract.CONTRACT_VERSION({ ...callOptions });
217
217
  }
218
218
  }
219
219
  class Constants {
220
220
  constructor(tradingFloorContract) {
221
221
  this.tradingFloorContract = tradingFloorContract;
222
222
  }
223
- async ACCURACY_IMPROVEMENT_SCALE() {
224
- return this.tradingFloorContract.ACCURACY_IMPROVEMENT_SCALE();
223
+ async ACCURACY_IMPROVEMENT_SCALE(callOptions) {
224
+ return this.tradingFloorContract.ACCURACY_IMPROVEMENT_SCALE({ ...callOptions });
225
225
  }
226
- async FRACTION_SCALE() {
227
- return this.tradingFloorContract.FRACTION_SCALE();
226
+ async FRACTION_SCALE(callOptions) {
227
+ return this.tradingFloorContract.FRACTION_SCALE({ ...callOptions });
228
228
  }
229
- async LEVERAGE_SCALE() {
230
- return this.tradingFloorContract.LEVERAGE_SCALE();
229
+ async LEVERAGE_SCALE(callOptions) {
230
+ return this.tradingFloorContract.LEVERAGE_SCALE({ ...callOptions });
231
231
  }
232
- async MAX_FEE_FRACTION_FOR_CANCEL() {
233
- return this.tradingFloorContract.MAX_FEE_FRACTION_FOR_CANCEL();
232
+ async MAX_FEE_FRACTION_FOR_CANCEL(callOptions) {
233
+ return this.tradingFloorContract.MAX_FEE_FRACTION_FOR_CANCEL({ ...callOptions });
234
234
  }
235
- async PRECISION() {
236
- return this.tradingFloorContract.PRECISION();
235
+ async PRECISION(callOptions) {
236
+ return this.tradingFloorContract.PRECISION({ ...callOptions });
237
237
  }
238
238
  }
239
239
  class TradingFloorService {
@@ -1,5 +1,6 @@
1
1
  import { PairConfigsInTriggersStruct, CompleteTradersPortalConfigurationsStruct, CompleteTriggerConfigurationsStruct } from "../../typechain/contracts/Peripheral/Lens/TriggersAndPortalLens";
2
2
  import { TSafeBigNumberStruct } from "../../utils/ethersTypes";
3
+ import { CallOptions } from "../common";
3
4
  export type TPairConfigsInTriggersStruct = Omit<TSafeBigNumberStruct<PairConfigsInTriggersStruct>, "pairId" | "maxConfidenceFraction" | "spreadFraction"> & {
4
5
  pairId: number;
5
6
  maxConfidenceFraction: number;
@@ -22,10 +23,10 @@ export type TCompleteTriggerConfigurationsStruct = Omit<TSafeBigNumberStruct<Com
22
23
  maxTriggersPerBlock: number;
23
24
  };
24
25
  export interface ITriggersAndPortalLensService {
25
- getPairConfigsInTriggers(triggers: string, pairId: number): Promise<TPairConfigsInTriggersStruct>;
26
- getPairsConfigsInTriggers(triggers: string, pairIds: number[]): Promise<TPairConfigsInTriggersStruct[]>;
27
- getTradersPortalConfigurations(tradersPortal: string): Promise<TCompleteTradersPortalConfigurationsStruct>;
28
- getTriggersConfigurations(triggers: string): Promise<TCompleteTriggerConfigurationsStruct>;
26
+ getPairConfigsInTriggers(triggers: string, pairId: number, callOptions?: CallOptions): Promise<TPairConfigsInTriggersStruct>;
27
+ getPairsConfigsInTriggers(triggers: string, pairIds: number[], callOptions?: CallOptions): Promise<TPairConfigsInTriggersStruct[]>;
28
+ getTradersPortalConfigurations(tradersPortal: string, callOptions?: CallOptions): Promise<TCompleteTradersPortalConfigurationsStruct>;
29
+ getTriggersConfigurations(triggers: string, callOptions?: CallOptions): Promise<TCompleteTriggerConfigurationsStruct>;
29
30
  }
30
31
  export declare const EMPTY_PAIR_CONFIGS_IN_TRIGGERS: TPairConfigsInTriggersStruct;
31
32
  export declare const EMPTY_COMPLETE_TRADERS_PORTAL_CONFIGURATIONS: TCompleteTradersPortalConfigurationsStruct;
@@ -1 +1 @@
1
- {"version":3,"file":"ITriggersAndPortalLensService.d.ts","sourceRoot":"","sources":["../../../../../lib/contractsIntegration/TriggersAndPortalLensService/ITriggersAndPortalLensService.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,2BAA2B,EAC3B,yCAAyC,EACzC,mCAAmC,EACpC,MAAM,iEAAiE,CAAC;AACzE,OAAO,EAAE,oBAAoB,EAAE,MAAM,yBAAyB,CAAC;AAG/D,MAAM,MAAM,4BAA4B,GAAG,IAAI,CAC7C,oBAAoB,CAAC,2BAA2B,CAAC,EACjD,QAAQ,GAAG,uBAAuB,GAAG,gBAAgB,CACtD,GAAG;IACF,MAAM,EAAE,MAAM,CAAC;IACf,qBAAqB,EAAE,MAAM,CAAC;IAC9B,cAAc,EAAE,MAAM,CAAC;CACxB,CAAC;AAEF,MAAM,MAAM,0CAA0C,GAAG,IAAI,CAC3D,oBAAoB,CAAC,yCAAyC,CAAC,EAC/D,qBAAqB,GAAG,qBAAqB,GAAG,2BAA2B,CAC5E,GAAG;IACF,mBAAmB,EAAE,MAAM,CAAC;IAC5B,mBAAmB,EAAE,MAAM,CAAC;IAC5B,yBAAyB,EAAE,MAAM,CAAC;CACnC,CAAC;AAEF,MAAM,MAAM,oCAAoC,GAAG,IAAI,CACrD,oBAAoB,CAAC,mCAAmC,CAAC,EACvD,iCAAiC,GACjC,iCAAiC,GACjC,qBAAqB,GACrB,2BAA2B,GAC3B,gCAAgC,GAChC,gCAAgC,GAChC,8BAA8B,GAC9B,qCAAqC,GACrC,qBAAqB,CACxB,GAAG;IACF,+BAA+B,EAAE,MAAM,CAAC;IACxC,+BAA+B,EAAE,MAAM,CAAC;IACxC,mBAAmB,EAAE,MAAM,CAAC;IAC5B,yBAAyB,EAAE,MAAM,CAAC;IAClC,8BAA8B,EAAE,MAAM,CAAC;IACvC,8BAA8B,EAAE,MAAM,CAAC;IACvC,4BAA4B,EAAE,MAAM,CAAC;IACrC,mCAAmC,EAAE,MAAM,CAAC;IAC5C,mBAAmB,EAAE,MAAM,CAAC;CAC7B,CAAC;AAEF,MAAM,WAAW,6BAA6B;IAC5C,wBAAwB,CACtB,QAAQ,EAAE,MAAM,EAChB,MAAM,EAAE,MAAM,GACb,OAAO,CAAC,4BAA4B,CAAC,CAAC;IAEzC,yBAAyB,CACvB,QAAQ,EAAE,MAAM,EAChB,OAAO,EAAE,MAAM,EAAE,GAChB,OAAO,CAAC,4BAA4B,EAAE,CAAC,CAAC;IAE3C,8BAA8B,CAC5B,aAAa,EAAE,MAAM,GACpB,OAAO,CAAC,0CAA0C,CAAC,CAAC;IAEvD,yBAAyB,CACvB,QAAQ,EAAE,MAAM,GACf,OAAO,CAAC,oCAAoC,CAAC,CAAC;CAClD;AAED,eAAO,MAAM,8BAA8B,EAAE,4BAI5C,CAAC;AAEF,eAAO,MAAM,4CAA4C,EAAE,0CAWxD,CAAC;AAEJ,eAAO,MAAM,qCAAqC,EAAE,oCAajD,CAAC"}
1
+ {"version":3,"file":"ITriggersAndPortalLensService.d.ts","sourceRoot":"","sources":["../../../../../lib/contractsIntegration/TriggersAndPortalLensService/ITriggersAndPortalLensService.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,2BAA2B,EAC3B,yCAAyC,EACzC,mCAAmC,EACpC,MAAM,iEAAiE,CAAC;AACzE,OAAO,EAAE,oBAAoB,EAAE,MAAM,yBAAyB,CAAC;AAC/D,OAAO,EAAE,WAAW,EAAE,MAAM,WAAW,CAAC;AAGxC,MAAM,MAAM,4BAA4B,GAAG,IAAI,CAC7C,oBAAoB,CAAC,2BAA2B,CAAC,EACjD,QAAQ,GAAG,uBAAuB,GAAG,gBAAgB,CACtD,GAAG;IACF,MAAM,EAAE,MAAM,CAAC;IACf,qBAAqB,EAAE,MAAM,CAAC;IAC9B,cAAc,EAAE,MAAM,CAAC;CACxB,CAAC;AAEF,MAAM,MAAM,0CAA0C,GAAG,IAAI,CAC3D,oBAAoB,CAAC,yCAAyC,CAAC,EAC/D,qBAAqB,GAAG,qBAAqB,GAAG,2BAA2B,CAC5E,GAAG;IACF,mBAAmB,EAAE,MAAM,CAAC;IAC5B,mBAAmB,EAAE,MAAM,CAAC;IAC5B,yBAAyB,EAAE,MAAM,CAAC;CACnC,CAAC;AAEF,MAAM,MAAM,oCAAoC,GAAG,IAAI,CACrD,oBAAoB,CAAC,mCAAmC,CAAC,EACvD,iCAAiC,GACjC,iCAAiC,GACjC,qBAAqB,GACrB,2BAA2B,GAC3B,gCAAgC,GAChC,gCAAgC,GAChC,8BAA8B,GAC9B,qCAAqC,GACrC,qBAAqB,CACxB,GAAG;IACF,+BAA+B,EAAE,MAAM,CAAC;IACxC,+BAA+B,EAAE,MAAM,CAAC;IACxC,mBAAmB,EAAE,MAAM,CAAC;IAC5B,yBAAyB,EAAE,MAAM,CAAC;IAClC,8BAA8B,EAAE,MAAM,CAAC;IACvC,8BAA8B,EAAE,MAAM,CAAC;IACvC,4BAA4B,EAAE,MAAM,CAAC;IACrC,mCAAmC,EAAE,MAAM,CAAC;IAC5C,mBAAmB,EAAE,MAAM,CAAC;CAC7B,CAAC;AAEF,MAAM,WAAW,6BAA6B;IAC5C,wBAAwB,CACtB,QAAQ,EAAE,MAAM,EAChB,MAAM,EAAE,MAAM,EACd,WAAW,CAAC,EAAE,WAAW,GACxB,OAAO,CAAC,4BAA4B,CAAC,CAAC;IAEzC,yBAAyB,CACvB,QAAQ,EAAE,MAAM,EAChB,OAAO,EAAE,MAAM,EAAE,EACjB,WAAW,CAAC,EAAE,WAAW,GACxB,OAAO,CAAC,4BAA4B,EAAE,CAAC,CAAC;IAE3C,8BAA8B,CAC5B,aAAa,EAAE,MAAM,EACrB,WAAW,CAAC,EAAE,WAAW,GACxB,OAAO,CAAC,0CAA0C,CAAC,CAAC;IAEvD,yBAAyB,CACvB,QAAQ,EAAE,MAAM,EAChB,WAAW,CAAC,EAAE,WAAW,GACxB,OAAO,CAAC,oCAAoC,CAAC,CAAC;CAClD;AAED,eAAO,MAAM,8BAA8B,EAAE,4BAI5C,CAAC;AAEF,eAAO,MAAM,4CAA4C,EAAE,0CAWxD,CAAC;AAEJ,eAAO,MAAM,qCAAqC,EAAE,oCAajD,CAAC"}
@@ -1,13 +1,14 @@
1
1
  import { Provider, Signer } from "ethers";
2
2
  import { TriggersAndPortalLens } from "../../typechain/contracts/Peripheral/Lens/TriggersAndPortalLens";
3
3
  import { ITriggersAndPortalLensService, TPairConfigsInTriggersStruct, TCompleteTradersPortalConfigurationsStruct, TCompleteTriggerConfigurationsStruct } from "./ITriggersAndPortalLensService";
4
+ import { CallOptions } from "../common";
4
5
  export declare class TriggersAndPortalLensService implements ITriggersAndPortalLensService {
5
6
  private readonly contract;
6
7
  constructor(signerOrProvider: Signer | Provider, address: string);
7
- getPairConfigsInTriggers(triggers: string, pairId: number): Promise<TPairConfigsInTriggersStruct>;
8
- getPairsConfigsInTriggers(triggers: string, pairIds: number[]): Promise<TPairConfigsInTriggersStruct[]>;
9
- getTradersPortalConfigurations(tradersPortal: string): Promise<TCompleteTradersPortalConfigurationsStruct>;
10
- getTriggersConfigurations(triggers: string): Promise<TCompleteTriggerConfigurationsStruct>;
8
+ getPairConfigsInTriggers(triggers: string, pairId: number, callOptions?: CallOptions): Promise<TPairConfigsInTriggersStruct>;
9
+ getPairsConfigsInTriggers(triggers: string, pairIds: number[], callOptions?: CallOptions): Promise<TPairConfigsInTriggersStruct[]>;
10
+ getTradersPortalConfigurations(tradersPortal: string, callOptions?: CallOptions): Promise<TCompleteTradersPortalConfigurationsStruct>;
11
+ getTriggersConfigurations(triggers: string, callOptions?: CallOptions): Promise<TCompleteTriggerConfigurationsStruct>;
11
12
  getContract(): TriggersAndPortalLens;
12
13
  }
13
14
  //# sourceMappingURL=TriggersAndPortalLensService.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"TriggersAndPortalLensService.d.ts","sourceRoot":"","sources":["../../../../../lib/contractsIntegration/TriggersAndPortalLensService/TriggersAndPortalLensService.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAC;AAC1C,OAAO,EAAE,qBAAqB,EAAE,MAAM,iEAAiE,CAAC;AAGxG,OAAO,EACL,6BAA6B,EAC7B,4BAA4B,EAC5B,0CAA0C,EAC1C,oCAAoC,EAIrC,MAAM,iCAAiC,CAAC;AAEzC,qBAAa,4BAA6B,YAAW,6BAA6B;IAChF,OAAO,CAAC,QAAQ,CAAC,QAAQ,CAAwB;gBAErC,gBAAgB,EAAE,MAAM,GAAG,QAAQ,EAAE,OAAO,EAAE,MAAM;IAI1D,wBAAwB,CAC5B,QAAQ,EAAE,MAAM,EAChB,MAAM,EAAE,MAAM,GACb,OAAO,CAAC,4BAA4B,CAAC;IAWlC,yBAAyB,CAC7B,QAAQ,EAAE,MAAM,EAChB,OAAO,EAAE,MAAM,EAAE,GAChB,OAAO,CAAC,4BAA4B,EAAE,CAAC;IAcpC,8BAA8B,CAClC,aAAa,EAAE,MAAM,GACpB,OAAO,CAAC,0CAA0C,CAAC;IAWhD,yBAAyB,CAC7B,QAAQ,EAAE,MAAM,GACf,OAAO,CAAC,oCAAoC,CAAC;IAiBhD,WAAW,IAAI,qBAAqB;CAGrC"}
1
+ {"version":3,"file":"TriggersAndPortalLensService.d.ts","sourceRoot":"","sources":["../../../../../lib/contractsIntegration/TriggersAndPortalLensService/TriggersAndPortalLensService.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAC;AAC1C,OAAO,EAAE,qBAAqB,EAAE,MAAM,iEAAiE,CAAC;AAGxG,OAAO,EACL,6BAA6B,EAC7B,4BAA4B,EAC5B,0CAA0C,EAC1C,oCAAoC,EAIrC,MAAM,iCAAiC,CAAC;AACzC,OAAO,EAAE,WAAW,EAAE,MAAM,WAAW,CAAC;AAExC,qBAAa,4BAA6B,YAAW,6BAA6B;IAChF,OAAO,CAAC,QAAQ,CAAC,QAAQ,CAAwB;gBAErC,gBAAgB,EAAE,MAAM,GAAG,QAAQ,EAAE,OAAO,EAAE,MAAM;IAI1D,wBAAwB,CAC5B,QAAQ,EAAE,MAAM,EAChB,MAAM,EAAE,MAAM,EACd,WAAW,CAAC,EAAE,WAAW,GACxB,OAAO,CAAC,4BAA4B,CAAC;IAWlC,yBAAyB,CAC7B,QAAQ,EAAE,MAAM,EAChB,OAAO,EAAE,MAAM,EAAE,EACjB,WAAW,CAAC,EAAE,WAAW,GACxB,OAAO,CAAC,4BAA4B,EAAE,CAAC;IAepC,8BAA8B,CAClC,aAAa,EAAE,MAAM,EACrB,WAAW,CAAC,EAAE,WAAW,GACxB,OAAO,CAAC,0CAA0C,CAAC;IAWhD,yBAAyB,CAC7B,QAAQ,EAAE,MAAM,EAChB,WAAW,CAAC,EAAE,WAAW,GACxB,OAAO,CAAC,oCAAoC,CAAC;IAiBhD,WAAW,IAAI,qBAAqB;CAGrC"}
@@ -8,8 +8,8 @@ class TriggersAndPortalLensService {
8
8
  constructor(signerOrProvider, address) {
9
9
  this.contract = TriggersAndPortalLens__factory_1.TriggersAndPortalLens__factory.connect(address, signerOrProvider);
10
10
  }
11
- async getPairConfigsInTriggers(triggers, pairId) {
12
- const result = await this.contract.getPairConfigsInTriggers(triggers, BigInt(pairId));
11
+ async getPairConfigsInTriggers(triggers, pairId, callOptions) {
12
+ const result = await this.contract.getPairConfigsInTriggers(triggers, BigInt(pairId), { ...callOptions });
13
13
  const baseStruct = (0, ethersTypes_1.ethersStructResponseToObject)(result, ITriggersAndPortalLensService_1.EMPTY_PAIR_CONFIGS_IN_TRIGGERS);
14
14
  return {
15
15
  ...baseStruct,
@@ -18,8 +18,8 @@ class TriggersAndPortalLensService {
18
18
  spreadFraction: Number(baseStruct.spreadFraction),
19
19
  };
20
20
  }
21
- async getPairsConfigsInTriggers(triggers, pairIds) {
22
- const result = await this.contract.getPairsConfigsInTriggers(triggers, pairIds.map(id => BigInt(id)));
21
+ async getPairsConfigsInTriggers(triggers, pairIds, callOptions) {
22
+ const result = await this.contract.getPairsConfigsInTriggers(triggers, pairIds.map(id => BigInt(id)), { ...callOptions });
23
23
  const baseArray = (0, ethersTypes_1.ethersStructResponseToArray)(result, ITriggersAndPortalLensService_1.EMPTY_PAIR_CONFIGS_IN_TRIGGERS);
24
24
  return baseArray.map(item => ({
25
25
  ...item,
@@ -28,8 +28,8 @@ class TriggersAndPortalLensService {
28
28
  spreadFraction: Number(item.spreadFraction),
29
29
  }));
30
30
  }
31
- async getTradersPortalConfigurations(tradersPortal) {
32
- const result = await this.contract.getTradersPortalConfigurations(tradersPortal);
31
+ async getTradersPortalConfigurations(tradersPortal, callOptions) {
32
+ const result = await this.contract.getTradersPortalConfigurations(tradersPortal, { ...callOptions });
33
33
  const baseStruct = (0, ethersTypes_1.ethersStructResponseToObject)(result, ITriggersAndPortalLensService_1.EMPTY_COMPLETE_TRADERS_PORTAL_CONFIGURATIONS);
34
34
  return {
35
35
  ...baseStruct,
@@ -38,8 +38,8 @@ class TriggersAndPortalLensService {
38
38
  minLiveTimeForMarketClose: Number(baseStruct.minLiveTimeForMarketClose),
39
39
  };
40
40
  }
41
- async getTriggersConfigurations(triggers) {
42
- const result = await this.contract.getTriggersConfigurations(triggers);
41
+ async getTriggersConfigurations(triggers, callOptions) {
42
+ const result = await this.contract.getTriggersConfigurations(triggers, { ...callOptions });
43
43
  const baseStruct = (0, ethersTypes_1.ethersStructResponseToObject)(result, ITriggersAndPortalLensService_1.EMPTY_COMPLETE_TRIGGER_CONFIGURATIONS);
44
44
  return {
45
45
  ...baseStruct,
@@ -1,59 +1,59 @@
1
1
  import { BytesLike, ContractTransactionResponse } from "ethers";
2
- import { IPendableAdmin, IProtocolConstants } from "../common";
2
+ import { IPendableAdmin, IProtocolConstants, TransactionOptions, CallOptions } from "../common";
3
3
  export interface ITriggersFunctionsGroup_OpenTriggers {
4
- market(positionId: BytesLike, pricePayload: BytesLike[], nativeFee: bigint): Promise<ContractTransactionResponse>;
5
- limit(positionId: BytesLike, pricePayload: BytesLike[], nativeFee: bigint): Promise<ContractTransactionResponse>;
4
+ market(positionId: BytesLike, pricePayload: BytesLike[], nativeFee: bigint, transactionOptions?: TransactionOptions): Promise<ContractTransactionResponse>;
5
+ limit(positionId: BytesLike, pricePayload: BytesLike[], nativeFee: bigint, transactionOptions?: TransactionOptions): Promise<ContractTransactionResponse>;
6
6
  }
7
7
  export interface ITriggersFunctionsGroup_CloseTriggers {
8
- market(positionId: BytesLike, pricePayload: BytesLike[], nativeFee: bigint): Promise<ContractTransactionResponse>;
9
- takeProfit(positionId: BytesLike, pricePayload: BytesLike[], nativeFee: bigint): Promise<ContractTransactionResponse>;
10
- stopLoss(positionId: BytesLike, pricePayload: BytesLike[], nativeFee: bigint): Promise<ContractTransactionResponse>;
11
- liquidation(positionId: BytesLike, pricePayload: BytesLike[], nativeFee: bigint): Promise<ContractTransactionResponse>;
8
+ market(positionId: BytesLike, pricePayload: BytesLike[], nativeFee: bigint, transactionOptions?: TransactionOptions): Promise<ContractTransactionResponse>;
9
+ takeProfit(positionId: BytesLike, pricePayload: BytesLike[], nativeFee: bigint, transactionOptions?: TransactionOptions): Promise<ContractTransactionResponse>;
10
+ stopLoss(positionId: BytesLike, pricePayload: BytesLike[], nativeFee: bigint, transactionOptions?: TransactionOptions): Promise<ContractTransactionResponse>;
11
+ liquidation(positionId: BytesLike, pricePayload: BytesLike[], nativeFee: bigint, transactionOptions?: TransactionOptions): Promise<ContractTransactionResponse>;
12
12
  }
13
13
  export interface ITriggersFunctionsGroup_UpdateTriggers {
14
- takeProfit(positionId: BytesLike, pricePayload: BytesLike[], nativeFee: bigint): Promise<ContractTransactionResponse>;
15
- stopLoss(positionId: BytesLike, pricePayload: BytesLike[], nativeFee: bigint): Promise<ContractTransactionResponse>;
16
- takeProfitAndStopLoss(positionId: BytesLike, pricePayload: BytesLike[], nativeFee: bigint): Promise<ContractTransactionResponse>;
14
+ takeProfit(positionId: BytesLike, pricePayload: BytesLike[], nativeFee: bigint, transactionOptions?: TransactionOptions): Promise<ContractTransactionResponse>;
15
+ stopLoss(positionId: BytesLike, pricePayload: BytesLike[], nativeFee: bigint, transactionOptions?: TransactionOptions): Promise<ContractTransactionResponse>;
16
+ takeProfitAndStopLoss(positionId: BytesLike, pricePayload: BytesLike[], nativeFee: bigint, transactionOptions?: TransactionOptions): Promise<ContractTransactionResponse>;
17
17
  }
18
18
  export interface ITriggersFunctionsGroup_TimeoutTriggers {
19
- marketOpen(positionId: BytesLike): Promise<ContractTransactionResponse>;
20
- marketClose(positionId: BytesLike): Promise<ContractTransactionResponse>;
21
- updatePosition(positionId: BytesLike): Promise<ContractTransactionResponse>;
19
+ marketOpen(positionId: BytesLike, transactionOptions?: TransactionOptions): Promise<ContractTransactionResponse>;
20
+ marketClose(positionId: BytesLike, transactionOptions?: TransactionOptions): Promise<ContractTransactionResponse>;
21
+ updatePosition(positionId: BytesLike, transactionOptions?: TransactionOptions): Promise<ContractTransactionResponse>;
22
22
  }
23
23
  export interface ITriggersFunctionsGroup_ContractReferences {
24
- orderBook(): Promise<string>;
25
- tradingFloor(): Promise<string>;
26
- priceValidator(): Promise<string>;
24
+ orderBook(callOptions?: CallOptions): Promise<string>;
25
+ tradingFloor(callOptions?: CallOptions): Promise<string>;
26
+ priceValidator(callOptions?: CallOptions): Promise<string>;
27
27
  }
28
28
  export interface ITriggersFunctionsGroup_Status {
29
- isDone(): Promise<boolean>;
30
- isPaused(): Promise<boolean>;
29
+ isDone(callOptions?: CallOptions): Promise<boolean>;
30
+ isPaused(callOptions?: CallOptions): Promise<boolean>;
31
31
  }
32
32
  export interface ITriggersFunctionsGroup_Configuration {
33
- marketOrderCancelFeeFraction(): Promise<bigint>;
34
- marketOrderTightTimeRange(): Promise<bigint>;
35
- marketOrdersTimeout(): Promise<bigint>;
36
- maxTriggerPeriodForMarketOrders(): Promise<bigint>;
37
- minTriggerPeriodForLimitOrders(): Promise<bigint>;
38
- minTriggerPeriodForMarketOrders(): Promise<bigint>;
39
- openPositionCancellationFeeFraction(): Promise<bigint>;
40
- triggerPriceFreshnessTimeRange(): Promise<bigint>;
41
- maxTriggersPerBlock(): Promise<bigint>;
42
- triggersPerBlock(blockNumber: bigint): Promise<bigint>;
43
- limitsMarginFraction(): Promise<bigint>;
33
+ marketOrderCancelFeeFraction(callOptions?: CallOptions): Promise<bigint>;
34
+ marketOrderTightTimeRange(callOptions?: CallOptions): Promise<bigint>;
35
+ marketOrdersTimeout(callOptions?: CallOptions): Promise<bigint>;
36
+ maxTriggerPeriodForMarketOrders(callOptions?: CallOptions): Promise<bigint>;
37
+ minTriggerPeriodForLimitOrders(callOptions?: CallOptions): Promise<bigint>;
38
+ minTriggerPeriodForMarketOrders(callOptions?: CallOptions): Promise<bigint>;
39
+ openPositionCancellationFeeFraction(callOptions?: CallOptions): Promise<bigint>;
40
+ triggerPriceFreshnessTimeRange(callOptions?: CallOptions): Promise<bigint>;
41
+ maxTriggersPerBlock(callOptions?: CallOptions): Promise<bigint>;
42
+ triggersPerBlock(blockNumber: bigint, callOptions?: CallOptions): Promise<bigint>;
43
+ limitsMarginFraction(callOptions?: CallOptions): Promise<bigint>;
44
44
  }
45
45
  export interface ITriggersFunctionsGroup_PairConfiguration {
46
- maxConfidenceFractionForPair(pairId: bigint): Promise<bigint>;
47
- spreadFractionForPair(pairId: bigint): Promise<bigint>;
46
+ maxConfidenceFractionForPair(pairId: bigint, callOptions?: CallOptions): Promise<bigint>;
47
+ spreadFractionForPair(pairId: bigint, callOptions?: CallOptions): Promise<bigint>;
48
48
  }
49
49
  export interface ITriggersFunctionsGroup_Permissions {
50
- isAllowedToTrigger(account: string): Promise<boolean>;
51
- getAllTriggerPermissionedAccounts(): Promise<string[]>;
50
+ isAllowedToTrigger(account: string, callOptions?: CallOptions): Promise<boolean>;
51
+ getAllTriggerPermissionedAccounts(callOptions?: CallOptions): Promise<string[]>;
52
52
  }
53
53
  export interface ITriggersFunctionsGroup_Constants extends IProtocolConstants {
54
- MAX_ALLOWED_CONFIDENCE_FRACTION(): Promise<bigint>;
55
- MAX_ALLOWED_SPREAD_FRACTION(): Promise<bigint>;
56
- ACCURACY_IMPROVEMENT_SCALE(): Promise<bigint>;
54
+ MAX_ALLOWED_CONFIDENCE_FRACTION(callOptions?: CallOptions): Promise<bigint>;
55
+ MAX_ALLOWED_SPREAD_FRACTION(callOptions?: CallOptions): Promise<bigint>;
56
+ ACCURACY_IMPROVEMENT_SCALE(callOptions?: CallOptions): Promise<bigint>;
57
57
  }
58
58
  export interface ITriggersService {
59
59
  openTriggers: ITriggersFunctionsGroup_OpenTriggers;
@@ -1 +1 @@
1
- {"version":3,"file":"ITriggersService.d.ts","sourceRoot":"","sources":["../../../../../lib/contractsIntegration/TriggersService/ITriggersService.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"ITriggersService.d.ts","sourceRoot":"","sources":["../../../../../lib/contractsIntegration/TriggersService/ITriggersService.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"TriggersService.d.ts","sourceRoot":"","sources":["../../../../../lib/contractsIntegration/TriggersService/TriggersService.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,MAAM,EACN,QAAQ,EAET,MAAM,QAAQ,CAAC;AAEhB,OAAO,EAAE,UAAU,EAAE,MAAM,oDAAoD,CAAC;AAEhF,OAAO,EACL,gBAAgB,EAChB,oCAAoC,EACpC,qCAAqC,EACrC,sCAAsC,EACtC,uCAAuC,EACvC,0CAA0C,EAC1C,8BAA8B,EAC9B,qCAAqC,EACrC,yCAAyC,EACzC,mCAAmC,EACnC,iCAAiC,EAClC,MAAM,oBAAoB,CAAC;AAC5B,OAAO,EAAE,cAAc,EAAE,MAAM,WAAW,CAAC;AA4R3C,qBAAa,eAAgB,YAAW,gBAAgB;IAgBpD,OAAO,CAAC,gBAAgB;IAf1B,OAAO,CAAC,gBAAgB,CAAa;IACrC,SAAgB,YAAY,EAAE,oCAAoC,CAAC;IACnE,SAAgB,aAAa,EAAE,qCAAqC,CAAC;IACrE,SAAgB,cAAc,EAAE,sCAAsC,CAAC;IACvE,SAAgB,eAAe,EAAE,uCAAuC,CAAC;IACzE,SAAgB,kBAAkB,EAAE,0CAA0C,CAAC;IAC/E,SAAgB,aAAa,EAAE,cAAc,CAAC;IAC9C,SAAgB,MAAM,EAAE,8BAA8B,CAAC;IACvD,SAAgB,aAAa,EAAE,qCAAqC,CAAC;IACrE,SAAgB,iBAAiB,EAAE,yCAAyC,CAAC;IAC7E,SAAgB,WAAW,EAAE,mCAAmC,CAAC;IACjE,SAAgB,SAAS,EAAE,iCAAiC,CAAC;gBAG3D,OAAO,EAAE,MAAM,EACP,gBAAgB,EAAE,MAAM,GAAG,QAAQ;IAoB7C,WAAW,IAAI,UAAU;CAG1B"}
1
+ {"version":3,"file":"TriggersService.d.ts","sourceRoot":"","sources":["../../../../../lib/contractsIntegration/TriggersService/TriggersService.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,MAAM,EACN,QAAQ,EAET,MAAM,QAAQ,CAAC;AAEhB,OAAO,EAAE,UAAU,EAAE,MAAM,oDAAoD,CAAC;AAEhF,OAAO,EACL,gBAAgB,EAChB,oCAAoC,EACpC,qCAAqC,EACrC,sCAAsC,EACtC,uCAAuC,EACvC,0CAA0C,EAC1C,8BAA8B,EAC9B,qCAAqC,EACrC,yCAAyC,EACzC,mCAAmC,EACnC,iCAAiC,EAClC,MAAM,oBAAoB,CAAC;AAC5B,OAAO,EAAE,cAAc,EAAmC,MAAM,WAAW,CAAC;AAwS5E,qBAAa,eAAgB,YAAW,gBAAgB;IAgBpD,OAAO,CAAC,gBAAgB;IAf1B,OAAO,CAAC,gBAAgB,CAAa;IACrC,SAAgB,YAAY,EAAE,oCAAoC,CAAC;IACnE,SAAgB,aAAa,EAAE,qCAAqC,CAAC;IACrE,SAAgB,cAAc,EAAE,sCAAsC,CAAC;IACvE,SAAgB,eAAe,EAAE,uCAAuC,CAAC;IACzE,SAAgB,kBAAkB,EAAE,0CAA0C,CAAC;IAC/E,SAAgB,aAAa,EAAE,cAAc,CAAC;IAC9C,SAAgB,MAAM,EAAE,8BAA8B,CAAC;IACvD,SAAgB,aAAa,EAAE,qCAAqC,CAAC;IACrE,SAAgB,iBAAiB,EAAE,yCAAyC,CAAC;IAC7E,SAAgB,WAAW,EAAE,mCAAmC,CAAC;IACjE,SAAgB,SAAS,EAAE,iCAAiC,CAAC;gBAG3D,OAAO,EAAE,MAAM,EACP,gBAAgB,EAAE,MAAM,GAAG,QAAQ;IAoB7C,WAAW,IAAI,UAAU;CAG1B"}