@adaptic/backend-legacy 0.0.1013 → 0.0.1014

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 (888) hide show
  1. package/Action.cjs +69 -0
  2. package/Trade.cjs +67 -0
  3. package/TradeOutcome.cjs +26 -0
  4. package/esm/Action.d.ts.map +1 -1
  5. package/esm/Action.js.map +1 -1
  6. package/esm/Action.mjs +69 -0
  7. package/esm/Trade.d.ts.map +1 -1
  8. package/esm/Trade.js.map +1 -1
  9. package/esm/Trade.mjs +67 -0
  10. package/esm/TradeOutcome.d.ts.map +1 -1
  11. package/esm/TradeOutcome.js.map +1 -1
  12. package/esm/TradeOutcome.mjs +26 -0
  13. package/esm/generated/selectionSets/Action.d.ts +1 -1
  14. package/esm/generated/selectionSets/Action.d.ts.map +1 -1
  15. package/esm/generated/selectionSets/Action.js.map +1 -1
  16. package/esm/generated/selectionSets/Action.mjs +1 -0
  17. package/esm/generated/selectionSets/Trade.d.ts +1 -1
  18. package/esm/generated/selectionSets/Trade.d.ts.map +1 -1
  19. package/esm/generated/selectionSets/Trade.js.map +1 -1
  20. package/esm/generated/selectionSets/Trade.mjs +5 -0
  21. package/esm/generated/selectionSets/TradeOutcome.d.ts +1 -1
  22. package/esm/generated/selectionSets/TradeOutcome.d.ts.map +1 -1
  23. package/esm/generated/selectionSets/TradeOutcome.js.map +1 -1
  24. package/esm/generated/selectionSets/TradeOutcome.mjs +2 -0
  25. package/esm/generated/typeStrings/Trade.d.ts +1 -1
  26. package/esm/generated/typeStrings/Trade.d.ts.map +1 -1
  27. package/esm/generated/typeStrings/Trade.js.map +1 -1
  28. package/esm/generated/typeStrings/Trade.mjs +8 -0
  29. package/esm/generated/typeStrings/TradeOutcome.d.ts +1 -1
  30. package/esm/generated/typeStrings/TradeOutcome.d.ts.map +1 -1
  31. package/esm/generated/typeStrings/TradeOutcome.js.map +1 -1
  32. package/esm/generated/typeStrings/TradeOutcome.mjs +22 -0
  33. package/esm/generated/typeStrings/index.d.ts +2 -2
  34. package/esm/generated/typegraphql-prisma/enhance.d.ts.map +1 -1
  35. package/esm/generated/typegraphql-prisma/enhance.js.map +1 -1
  36. package/esm/generated/typegraphql-prisma/enhance.mjs +85 -60
  37. package/esm/generated/typegraphql-prisma/enums/ActionScalarFieldEnum.d.ts +2 -1
  38. package/esm/generated/typegraphql-prisma/enums/ActionScalarFieldEnum.d.ts.map +1 -1
  39. package/esm/generated/typegraphql-prisma/enums/ActionScalarFieldEnum.js.map +1 -1
  40. package/esm/generated/typegraphql-prisma/enums/ActionScalarFieldEnum.mjs +1 -0
  41. package/esm/generated/typegraphql-prisma/enums/ActionTriggerSource.d.ts +6 -0
  42. package/esm/generated/typegraphql-prisma/enums/ActionTriggerSource.d.ts.map +1 -0
  43. package/esm/generated/typegraphql-prisma/enums/ActionTriggerSource.js.map +1 -0
  44. package/esm/generated/typegraphql-prisma/enums/ActionTriggerSource.mjs +12 -0
  45. package/esm/generated/typegraphql-prisma/enums/DecisionPathway.d.ts +9 -0
  46. package/esm/generated/typegraphql-prisma/enums/DecisionPathway.d.ts.map +1 -0
  47. package/esm/generated/typegraphql-prisma/enums/DecisionPathway.js.map +1 -0
  48. package/esm/generated/typegraphql-prisma/enums/DecisionPathway.mjs +15 -0
  49. package/esm/generated/typegraphql-prisma/enums/ExitTier.d.ts +8 -0
  50. package/esm/generated/typegraphql-prisma/enums/ExitTier.d.ts.map +1 -0
  51. package/esm/generated/typegraphql-prisma/enums/ExitTier.js.map +1 -0
  52. package/esm/generated/typegraphql-prisma/enums/ExitTier.mjs +14 -0
  53. package/esm/generated/typegraphql-prisma/enums/TradeOutcomeScalarFieldEnum.d.ts +2 -0
  54. package/esm/generated/typegraphql-prisma/enums/TradeOutcomeScalarFieldEnum.d.ts.map +1 -1
  55. package/esm/generated/typegraphql-prisma/enums/TradeOutcomeScalarFieldEnum.js.map +1 -1
  56. package/esm/generated/typegraphql-prisma/enums/TradeOutcomeScalarFieldEnum.mjs +2 -0
  57. package/esm/generated/typegraphql-prisma/enums/TradeScalarFieldEnum.d.ts +5 -1
  58. package/esm/generated/typegraphql-prisma/enums/TradeScalarFieldEnum.d.ts.map +1 -1
  59. package/esm/generated/typegraphql-prisma/enums/TradeScalarFieldEnum.js.map +1 -1
  60. package/esm/generated/typegraphql-prisma/enums/TradeScalarFieldEnum.mjs +4 -0
  61. package/esm/generated/typegraphql-prisma/enums/TradeSide.d.ts +5 -0
  62. package/esm/generated/typegraphql-prisma/enums/TradeSide.d.ts.map +1 -0
  63. package/esm/generated/typegraphql-prisma/enums/TradeSide.js.map +1 -0
  64. package/esm/generated/typegraphql-prisma/enums/TradeSide.mjs +11 -0
  65. package/esm/generated/typegraphql-prisma/enums/TradeSignalSource.d.ts +8 -0
  66. package/esm/generated/typegraphql-prisma/enums/TradeSignalSource.d.ts.map +1 -0
  67. package/esm/generated/typegraphql-prisma/enums/TradeSignalSource.js.map +1 -0
  68. package/esm/generated/typegraphql-prisma/enums/TradeSignalSource.mjs +14 -0
  69. package/esm/generated/typegraphql-prisma/enums/index.d.ts +5 -0
  70. package/esm/generated/typegraphql-prisma/enums/index.d.ts.map +1 -1
  71. package/esm/generated/typegraphql-prisma/enums/index.js.map +1 -1
  72. package/esm/generated/typegraphql-prisma/enums/index.mjs +5 -0
  73. package/esm/generated/typegraphql-prisma/models/Action.d.ts +4 -0
  74. package/esm/generated/typegraphql-prisma/models/Action.d.ts.map +1 -1
  75. package/esm/generated/typegraphql-prisma/models/Action.js.map +1 -1
  76. package/esm/generated/typegraphql-prisma/models/Action.mjs +12 -0
  77. package/esm/generated/typegraphql-prisma/models/Trade.d.ts +16 -0
  78. package/esm/generated/typegraphql-prisma/models/Trade.d.ts.map +1 -1
  79. package/esm/generated/typegraphql-prisma/models/Trade.js.map +1 -1
  80. package/esm/generated/typegraphql-prisma/models/Trade.mjs +48 -0
  81. package/esm/generated/typegraphql-prisma/models/TradeOutcome.d.ts +8 -0
  82. package/esm/generated/typegraphql-prisma/models/TradeOutcome.d.ts.map +1 -1
  83. package/esm/generated/typegraphql-prisma/models/TradeOutcome.js.map +1 -1
  84. package/esm/generated/typegraphql-prisma/models/TradeOutcome.mjs +24 -0
  85. package/esm/generated/typegraphql-prisma/resolvers/crud/Action/args/FindFirstActionArgs.d.ts +1 -1
  86. package/esm/generated/typegraphql-prisma/resolvers/crud/Action/args/FindFirstActionArgs.d.ts.map +1 -1
  87. package/esm/generated/typegraphql-prisma/resolvers/crud/Action/args/FindFirstActionArgs.js.map +1 -1
  88. package/esm/generated/typegraphql-prisma/resolvers/crud/Action/args/FindFirstActionOrThrowArgs.d.ts +1 -1
  89. package/esm/generated/typegraphql-prisma/resolvers/crud/Action/args/FindFirstActionOrThrowArgs.d.ts.map +1 -1
  90. package/esm/generated/typegraphql-prisma/resolvers/crud/Action/args/FindFirstActionOrThrowArgs.js.map +1 -1
  91. package/esm/generated/typegraphql-prisma/resolvers/crud/Action/args/FindManyActionArgs.d.ts +1 -1
  92. package/esm/generated/typegraphql-prisma/resolvers/crud/Action/args/FindManyActionArgs.d.ts.map +1 -1
  93. package/esm/generated/typegraphql-prisma/resolvers/crud/Action/args/FindManyActionArgs.js.map +1 -1
  94. package/esm/generated/typegraphql-prisma/resolvers/crud/Action/args/GroupByActionArgs.d.ts +1 -1
  95. package/esm/generated/typegraphql-prisma/resolvers/crud/Action/args/GroupByActionArgs.d.ts.map +1 -1
  96. package/esm/generated/typegraphql-prisma/resolvers/crud/Action/args/GroupByActionArgs.js.map +1 -1
  97. package/esm/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindFirstTradeArgs.d.ts +1 -1
  98. package/esm/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindFirstTradeArgs.d.ts.map +1 -1
  99. package/esm/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindFirstTradeArgs.js.map +1 -1
  100. package/esm/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindFirstTradeOrThrowArgs.d.ts +1 -1
  101. package/esm/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindFirstTradeOrThrowArgs.d.ts.map +1 -1
  102. package/esm/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindFirstTradeOrThrowArgs.js.map +1 -1
  103. package/esm/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindManyTradeArgs.d.ts +1 -1
  104. package/esm/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindManyTradeArgs.d.ts.map +1 -1
  105. package/esm/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindManyTradeArgs.js.map +1 -1
  106. package/esm/generated/typegraphql-prisma/resolvers/crud/Trade/args/GroupByTradeArgs.d.ts +1 -1
  107. package/esm/generated/typegraphql-prisma/resolvers/crud/Trade/args/GroupByTradeArgs.d.ts.map +1 -1
  108. package/esm/generated/typegraphql-prisma/resolvers/crud/Trade/args/GroupByTradeArgs.js.map +1 -1
  109. package/esm/generated/typegraphql-prisma/resolvers/crud/TradeOutcome/args/FindFirstTradeOutcomeArgs.d.ts +1 -1
  110. package/esm/generated/typegraphql-prisma/resolvers/crud/TradeOutcome/args/FindFirstTradeOutcomeArgs.d.ts.map +1 -1
  111. package/esm/generated/typegraphql-prisma/resolvers/crud/TradeOutcome/args/FindFirstTradeOutcomeArgs.js.map +1 -1
  112. package/esm/generated/typegraphql-prisma/resolvers/crud/TradeOutcome/args/FindFirstTradeOutcomeOrThrowArgs.d.ts +1 -1
  113. package/esm/generated/typegraphql-prisma/resolvers/crud/TradeOutcome/args/FindFirstTradeOutcomeOrThrowArgs.d.ts.map +1 -1
  114. package/esm/generated/typegraphql-prisma/resolvers/crud/TradeOutcome/args/FindFirstTradeOutcomeOrThrowArgs.js.map +1 -1
  115. package/esm/generated/typegraphql-prisma/resolvers/crud/TradeOutcome/args/FindManyTradeOutcomeArgs.d.ts +1 -1
  116. package/esm/generated/typegraphql-prisma/resolvers/crud/TradeOutcome/args/FindManyTradeOutcomeArgs.d.ts.map +1 -1
  117. package/esm/generated/typegraphql-prisma/resolvers/crud/TradeOutcome/args/FindManyTradeOutcomeArgs.js.map +1 -1
  118. package/esm/generated/typegraphql-prisma/resolvers/crud/TradeOutcome/args/GroupByTradeOutcomeArgs.d.ts +1 -1
  119. package/esm/generated/typegraphql-prisma/resolvers/crud/TradeOutcome/args/GroupByTradeOutcomeArgs.d.ts.map +1 -1
  120. package/esm/generated/typegraphql-prisma/resolvers/crud/TradeOutcome/args/GroupByTradeOutcomeArgs.js.map +1 -1
  121. package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionCountOrderByAggregateInput.d.ts +1 -0
  122. package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionCountOrderByAggregateInput.d.ts.map +1 -1
  123. package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionCountOrderByAggregateInput.js.map +1 -1
  124. package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionCountOrderByAggregateInput.mjs +7 -0
  125. package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionCreateInput.d.ts +1 -0
  126. package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionCreateInput.d.ts.map +1 -1
  127. package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionCreateInput.js.map +1 -1
  128. package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionCreateInput.mjs +8 -0
  129. package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionCreateManyInput.d.ts +1 -0
  130. package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionCreateManyInput.d.ts.map +1 -1
  131. package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionCreateManyInput.js.map +1 -1
  132. package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionCreateManyInput.mjs +8 -0
  133. package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionCreateManyTradeInput.d.ts +1 -0
  134. package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionCreateManyTradeInput.d.ts.map +1 -1
  135. package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionCreateManyTradeInput.js.map +1 -1
  136. package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionCreateManyTradeInput.mjs +8 -0
  137. package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionCreateWithoutTradeInput.d.ts +1 -0
  138. package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionCreateWithoutTradeInput.d.ts.map +1 -1
  139. package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionCreateWithoutTradeInput.js.map +1 -1
  140. package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionCreateWithoutTradeInput.mjs +8 -0
  141. package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionMaxOrderByAggregateInput.d.ts +1 -0
  142. package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionMaxOrderByAggregateInput.d.ts.map +1 -1
  143. package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionMaxOrderByAggregateInput.js.map +1 -1
  144. package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionMaxOrderByAggregateInput.mjs +7 -0
  145. package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionMinOrderByAggregateInput.d.ts +1 -0
  146. package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionMinOrderByAggregateInput.d.ts.map +1 -1
  147. package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionMinOrderByAggregateInput.js.map +1 -1
  148. package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionMinOrderByAggregateInput.mjs +7 -0
  149. package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionOrderByWithAggregationInput.d.ts +1 -0
  150. package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionOrderByWithAggregationInput.d.ts.map +1 -1
  151. package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionOrderByWithAggregationInput.js.map +1 -1
  152. package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionOrderByWithAggregationInput.mjs +7 -0
  153. package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionOrderByWithRelationInput.d.ts +1 -0
  154. package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionOrderByWithRelationInput.d.ts.map +1 -1
  155. package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionOrderByWithRelationInput.js.map +1 -1
  156. package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionOrderByWithRelationInput.mjs +7 -0
  157. package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionScalarWhereInput.d.ts +2 -0
  158. package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionScalarWhereInput.d.ts.map +1 -1
  159. package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionScalarWhereInput.js.map +1 -1
  160. package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionScalarWhereInput.mjs +8 -0
  161. package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionScalarWhereWithAggregatesInput.d.ts +2 -0
  162. package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionScalarWhereWithAggregatesInput.d.ts.map +1 -1
  163. package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionScalarWhereWithAggregatesInput.js.map +1 -1
  164. package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionScalarWhereWithAggregatesInput.mjs +8 -0
  165. package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionUpdateInput.d.ts +2 -0
  166. package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionUpdateInput.d.ts.map +1 -1
  167. package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionUpdateInput.js.map +1 -1
  168. package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionUpdateInput.mjs +8 -0
  169. package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionUpdateManyMutationInput.d.ts +2 -0
  170. package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionUpdateManyMutationInput.d.ts.map +1 -1
  171. package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionUpdateManyMutationInput.js.map +1 -1
  172. package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionUpdateManyMutationInput.mjs +8 -0
  173. package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionUpdateWithoutTradeInput.d.ts +2 -0
  174. package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionUpdateWithoutTradeInput.d.ts.map +1 -1
  175. package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionUpdateWithoutTradeInput.js.map +1 -1
  176. package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionUpdateWithoutTradeInput.mjs +8 -0
  177. package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionWhereInput.d.ts +2 -0
  178. package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionWhereInput.d.ts.map +1 -1
  179. package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionWhereInput.js.map +1 -1
  180. package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionWhereInput.mjs +8 -0
  181. package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionWhereUniqueInput.d.ts +2 -0
  182. package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionWhereUniqueInput.d.ts.map +1 -1
  183. package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionWhereUniqueInput.js.map +1 -1
  184. package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionWhereUniqueInput.mjs +8 -0
  185. package/esm/generated/typegraphql-prisma/resolvers/inputs/EnumActionTriggerSourceNullableFilter.d.ts +8 -0
  186. package/esm/generated/typegraphql-prisma/resolvers/inputs/EnumActionTriggerSourceNullableFilter.d.ts.map +1 -0
  187. package/esm/generated/typegraphql-prisma/resolvers/inputs/EnumActionTriggerSourceNullableFilter.js.map +1 -0
  188. package/esm/generated/typegraphql-prisma/resolvers/inputs/EnumActionTriggerSourceNullableFilter.mjs +47 -0
  189. package/esm/generated/typegraphql-prisma/resolvers/inputs/EnumActionTriggerSourceNullableWithAggregatesFilter.d.ts +13 -0
  190. package/esm/generated/typegraphql-prisma/resolvers/inputs/EnumActionTriggerSourceNullableWithAggregatesFilter.d.ts.map +1 -0
  191. package/esm/generated/typegraphql-prisma/resolvers/inputs/EnumActionTriggerSourceNullableWithAggregatesFilter.js.map +1 -0
  192. package/esm/generated/typegraphql-prisma/resolvers/inputs/EnumActionTriggerSourceNullableWithAggregatesFilter.mjs +70 -0
  193. package/esm/generated/typegraphql-prisma/resolvers/inputs/EnumDecisionPathwayNullableFilter.d.ts +8 -0
  194. package/esm/generated/typegraphql-prisma/resolvers/inputs/EnumDecisionPathwayNullableFilter.d.ts.map +1 -0
  195. package/esm/generated/typegraphql-prisma/resolvers/inputs/EnumDecisionPathwayNullableFilter.js.map +1 -0
  196. package/esm/generated/typegraphql-prisma/resolvers/inputs/EnumDecisionPathwayNullableFilter.mjs +47 -0
  197. package/esm/generated/typegraphql-prisma/resolvers/inputs/EnumDecisionPathwayNullableWithAggregatesFilter.d.ts +13 -0
  198. package/esm/generated/typegraphql-prisma/resolvers/inputs/EnumDecisionPathwayNullableWithAggregatesFilter.d.ts.map +1 -0
  199. package/esm/generated/typegraphql-prisma/resolvers/inputs/EnumDecisionPathwayNullableWithAggregatesFilter.js.map +1 -0
  200. package/esm/generated/typegraphql-prisma/resolvers/inputs/EnumDecisionPathwayNullableWithAggregatesFilter.mjs +70 -0
  201. package/esm/generated/typegraphql-prisma/resolvers/inputs/EnumExitTierNullableFilter.d.ts +8 -0
  202. package/esm/generated/typegraphql-prisma/resolvers/inputs/EnumExitTierNullableFilter.d.ts.map +1 -0
  203. package/esm/generated/typegraphql-prisma/resolvers/inputs/EnumExitTierNullableFilter.js.map +1 -0
  204. package/esm/generated/typegraphql-prisma/resolvers/inputs/EnumExitTierNullableFilter.mjs +47 -0
  205. package/esm/generated/typegraphql-prisma/resolvers/inputs/EnumExitTierNullableWithAggregatesFilter.d.ts +13 -0
  206. package/esm/generated/typegraphql-prisma/resolvers/inputs/EnumExitTierNullableWithAggregatesFilter.d.ts.map +1 -0
  207. package/esm/generated/typegraphql-prisma/resolvers/inputs/EnumExitTierNullableWithAggregatesFilter.js.map +1 -0
  208. package/esm/generated/typegraphql-prisma/resolvers/inputs/EnumExitTierNullableWithAggregatesFilter.mjs +70 -0
  209. package/esm/generated/typegraphql-prisma/resolvers/inputs/EnumTradeSideNullableFilter.d.ts +8 -0
  210. package/esm/generated/typegraphql-prisma/resolvers/inputs/EnumTradeSideNullableFilter.d.ts.map +1 -0
  211. package/esm/generated/typegraphql-prisma/resolvers/inputs/EnumTradeSideNullableFilter.js.map +1 -0
  212. package/esm/generated/typegraphql-prisma/resolvers/inputs/EnumTradeSideNullableFilter.mjs +47 -0
  213. package/esm/generated/typegraphql-prisma/resolvers/inputs/EnumTradeSideNullableWithAggregatesFilter.d.ts +13 -0
  214. package/esm/generated/typegraphql-prisma/resolvers/inputs/EnumTradeSideNullableWithAggregatesFilter.d.ts.map +1 -0
  215. package/esm/generated/typegraphql-prisma/resolvers/inputs/EnumTradeSideNullableWithAggregatesFilter.js.map +1 -0
  216. package/esm/generated/typegraphql-prisma/resolvers/inputs/EnumTradeSideNullableWithAggregatesFilter.mjs +70 -0
  217. package/esm/generated/typegraphql-prisma/resolvers/inputs/EnumTradeSignalSourceNullableFilter.d.ts +8 -0
  218. package/esm/generated/typegraphql-prisma/resolvers/inputs/EnumTradeSignalSourceNullableFilter.d.ts.map +1 -0
  219. package/esm/generated/typegraphql-prisma/resolvers/inputs/EnumTradeSignalSourceNullableFilter.js.map +1 -0
  220. package/esm/generated/typegraphql-prisma/resolvers/inputs/EnumTradeSignalSourceNullableFilter.mjs +47 -0
  221. package/esm/generated/typegraphql-prisma/resolvers/inputs/EnumTradeSignalSourceNullableWithAggregatesFilter.d.ts +13 -0
  222. package/esm/generated/typegraphql-prisma/resolvers/inputs/EnumTradeSignalSourceNullableWithAggregatesFilter.d.ts.map +1 -0
  223. package/esm/generated/typegraphql-prisma/resolvers/inputs/EnumTradeSignalSourceNullableWithAggregatesFilter.js.map +1 -0
  224. package/esm/generated/typegraphql-prisma/resolvers/inputs/EnumTradeSignalSourceNullableWithAggregatesFilter.mjs +70 -0
  225. package/esm/generated/typegraphql-prisma/resolvers/inputs/NestedEnumActionTriggerSourceNullableFilter.d.ts +7 -0
  226. package/esm/generated/typegraphql-prisma/resolvers/inputs/NestedEnumActionTriggerSourceNullableFilter.d.ts.map +1 -0
  227. package/esm/generated/typegraphql-prisma/resolvers/inputs/NestedEnumActionTriggerSourceNullableFilter.js.map +1 -0
  228. package/esm/generated/typegraphql-prisma/resolvers/inputs/NestedEnumActionTriggerSourceNullableFilter.mjs +46 -0
  229. package/esm/generated/typegraphql-prisma/resolvers/inputs/NestedEnumActionTriggerSourceNullableWithAggregatesFilter.d.ts +12 -0
  230. package/esm/generated/typegraphql-prisma/resolvers/inputs/NestedEnumActionTriggerSourceNullableWithAggregatesFilter.d.ts.map +1 -0
  231. package/esm/generated/typegraphql-prisma/resolvers/inputs/NestedEnumActionTriggerSourceNullableWithAggregatesFilter.js.map +1 -0
  232. package/esm/generated/typegraphql-prisma/resolvers/inputs/NestedEnumActionTriggerSourceNullableWithAggregatesFilter.mjs +69 -0
  233. package/esm/generated/typegraphql-prisma/resolvers/inputs/NestedEnumDecisionPathwayNullableFilter.d.ts +7 -0
  234. package/esm/generated/typegraphql-prisma/resolvers/inputs/NestedEnumDecisionPathwayNullableFilter.d.ts.map +1 -0
  235. package/esm/generated/typegraphql-prisma/resolvers/inputs/NestedEnumDecisionPathwayNullableFilter.js.map +1 -0
  236. package/esm/generated/typegraphql-prisma/resolvers/inputs/NestedEnumDecisionPathwayNullableFilter.mjs +46 -0
  237. package/esm/generated/typegraphql-prisma/resolvers/inputs/NestedEnumDecisionPathwayNullableWithAggregatesFilter.d.ts +12 -0
  238. package/esm/generated/typegraphql-prisma/resolvers/inputs/NestedEnumDecisionPathwayNullableWithAggregatesFilter.d.ts.map +1 -0
  239. package/esm/generated/typegraphql-prisma/resolvers/inputs/NestedEnumDecisionPathwayNullableWithAggregatesFilter.js.map +1 -0
  240. package/esm/generated/typegraphql-prisma/resolvers/inputs/NestedEnumDecisionPathwayNullableWithAggregatesFilter.mjs +69 -0
  241. package/esm/generated/typegraphql-prisma/resolvers/inputs/NestedEnumExitTierNullableFilter.d.ts +7 -0
  242. package/esm/generated/typegraphql-prisma/resolvers/inputs/NestedEnumExitTierNullableFilter.d.ts.map +1 -0
  243. package/esm/generated/typegraphql-prisma/resolvers/inputs/NestedEnumExitTierNullableFilter.js.map +1 -0
  244. package/esm/generated/typegraphql-prisma/resolvers/inputs/NestedEnumExitTierNullableFilter.mjs +46 -0
  245. package/esm/generated/typegraphql-prisma/resolvers/inputs/NestedEnumExitTierNullableWithAggregatesFilter.d.ts +12 -0
  246. package/esm/generated/typegraphql-prisma/resolvers/inputs/NestedEnumExitTierNullableWithAggregatesFilter.d.ts.map +1 -0
  247. package/esm/generated/typegraphql-prisma/resolvers/inputs/NestedEnumExitTierNullableWithAggregatesFilter.js.map +1 -0
  248. package/esm/generated/typegraphql-prisma/resolvers/inputs/NestedEnumExitTierNullableWithAggregatesFilter.mjs +69 -0
  249. package/esm/generated/typegraphql-prisma/resolvers/inputs/NestedEnumTradeSideNullableFilter.d.ts +7 -0
  250. package/esm/generated/typegraphql-prisma/resolvers/inputs/NestedEnumTradeSideNullableFilter.d.ts.map +1 -0
  251. package/esm/generated/typegraphql-prisma/resolvers/inputs/NestedEnumTradeSideNullableFilter.js.map +1 -0
  252. package/esm/generated/typegraphql-prisma/resolvers/inputs/NestedEnumTradeSideNullableFilter.mjs +46 -0
  253. package/esm/generated/typegraphql-prisma/resolvers/inputs/NestedEnumTradeSideNullableWithAggregatesFilter.d.ts +12 -0
  254. package/esm/generated/typegraphql-prisma/resolvers/inputs/NestedEnumTradeSideNullableWithAggregatesFilter.d.ts.map +1 -0
  255. package/esm/generated/typegraphql-prisma/resolvers/inputs/NestedEnumTradeSideNullableWithAggregatesFilter.js.map +1 -0
  256. package/esm/generated/typegraphql-prisma/resolvers/inputs/NestedEnumTradeSideNullableWithAggregatesFilter.mjs +69 -0
  257. package/esm/generated/typegraphql-prisma/resolvers/inputs/NestedEnumTradeSignalSourceNullableFilter.d.ts +7 -0
  258. package/esm/generated/typegraphql-prisma/resolvers/inputs/NestedEnumTradeSignalSourceNullableFilter.d.ts.map +1 -0
  259. package/esm/generated/typegraphql-prisma/resolvers/inputs/NestedEnumTradeSignalSourceNullableFilter.js.map +1 -0
  260. package/esm/generated/typegraphql-prisma/resolvers/inputs/NestedEnumTradeSignalSourceNullableFilter.mjs +46 -0
  261. package/esm/generated/typegraphql-prisma/resolvers/inputs/NestedEnumTradeSignalSourceNullableWithAggregatesFilter.d.ts +12 -0
  262. package/esm/generated/typegraphql-prisma/resolvers/inputs/NestedEnumTradeSignalSourceNullableWithAggregatesFilter.d.ts.map +1 -0
  263. package/esm/generated/typegraphql-prisma/resolvers/inputs/NestedEnumTradeSignalSourceNullableWithAggregatesFilter.js.map +1 -0
  264. package/esm/generated/typegraphql-prisma/resolvers/inputs/NestedEnumTradeSignalSourceNullableWithAggregatesFilter.mjs +69 -0
  265. package/esm/generated/typegraphql-prisma/resolvers/inputs/NullableEnumActionTriggerSourceFieldUpdateOperationsInput.d.ts +4 -0
  266. package/esm/generated/typegraphql-prisma/resolvers/inputs/NullableEnumActionTriggerSourceFieldUpdateOperationsInput.d.ts.map +1 -0
  267. package/esm/generated/typegraphql-prisma/resolvers/inputs/NullableEnumActionTriggerSourceFieldUpdateOperationsInput.js.map +1 -0
  268. package/esm/generated/typegraphql-prisma/resolvers/inputs/NullableEnumActionTriggerSourceFieldUpdateOperationsInput.mjs +25 -0
  269. package/esm/generated/typegraphql-prisma/resolvers/inputs/NullableEnumDecisionPathwayFieldUpdateOperationsInput.d.ts +4 -0
  270. package/esm/generated/typegraphql-prisma/resolvers/inputs/NullableEnumDecisionPathwayFieldUpdateOperationsInput.d.ts.map +1 -0
  271. package/esm/generated/typegraphql-prisma/resolvers/inputs/NullableEnumDecisionPathwayFieldUpdateOperationsInput.js.map +1 -0
  272. package/esm/generated/typegraphql-prisma/resolvers/inputs/NullableEnumDecisionPathwayFieldUpdateOperationsInput.mjs +25 -0
  273. package/esm/generated/typegraphql-prisma/resolvers/inputs/NullableEnumExitTierFieldUpdateOperationsInput.d.ts +4 -0
  274. package/esm/generated/typegraphql-prisma/resolvers/inputs/NullableEnumExitTierFieldUpdateOperationsInput.d.ts.map +1 -0
  275. package/esm/generated/typegraphql-prisma/resolvers/inputs/NullableEnumExitTierFieldUpdateOperationsInput.js.map +1 -0
  276. package/esm/generated/typegraphql-prisma/resolvers/inputs/NullableEnumExitTierFieldUpdateOperationsInput.mjs +25 -0
  277. package/esm/generated/typegraphql-prisma/resolvers/inputs/NullableEnumTradeSideFieldUpdateOperationsInput.d.ts +4 -0
  278. package/esm/generated/typegraphql-prisma/resolvers/inputs/NullableEnumTradeSideFieldUpdateOperationsInput.d.ts.map +1 -0
  279. package/esm/generated/typegraphql-prisma/resolvers/inputs/NullableEnumTradeSideFieldUpdateOperationsInput.js.map +1 -0
  280. package/esm/generated/typegraphql-prisma/resolvers/inputs/NullableEnumTradeSideFieldUpdateOperationsInput.mjs +25 -0
  281. package/esm/generated/typegraphql-prisma/resolvers/inputs/NullableEnumTradeSignalSourceFieldUpdateOperationsInput.d.ts +4 -0
  282. package/esm/generated/typegraphql-prisma/resolvers/inputs/NullableEnumTradeSignalSourceFieldUpdateOperationsInput.d.ts.map +1 -0
  283. package/esm/generated/typegraphql-prisma/resolvers/inputs/NullableEnumTradeSignalSourceFieldUpdateOperationsInput.js.map +1 -0
  284. package/esm/generated/typegraphql-prisma/resolvers/inputs/NullableEnumTradeSignalSourceFieldUpdateOperationsInput.mjs +25 -0
  285. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeCountOrderByAggregateInput.d.ts +4 -0
  286. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeCountOrderByAggregateInput.d.ts.map +1 -1
  287. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeCountOrderByAggregateInput.js.map +1 -1
  288. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeCountOrderByAggregateInput.mjs +28 -0
  289. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeCreateInput.d.ts +4 -0
  290. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeCreateInput.d.ts.map +1 -1
  291. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeCreateInput.js.map +1 -1
  292. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeCreateInput.mjs +32 -0
  293. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyInput.d.ts +4 -0
  294. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyInput.d.ts.map +1 -1
  295. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyInput.js.map +1 -1
  296. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyInput.mjs +32 -0
  297. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutActionsInput.d.ts +4 -0
  298. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutActionsInput.d.ts.map +1 -1
  299. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutActionsInput.js.map +1 -1
  300. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutActionsInput.mjs +32 -0
  301. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeMaxOrderByAggregateInput.d.ts +4 -0
  302. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeMaxOrderByAggregateInput.d.ts.map +1 -1
  303. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeMaxOrderByAggregateInput.js.map +1 -1
  304. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeMaxOrderByAggregateInput.mjs +28 -0
  305. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeMinOrderByAggregateInput.d.ts +4 -0
  306. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeMinOrderByAggregateInput.d.ts.map +1 -1
  307. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeMinOrderByAggregateInput.js.map +1 -1
  308. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeMinOrderByAggregateInput.mjs +28 -0
  309. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithAggregationInput.d.ts +4 -0
  310. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithAggregationInput.d.ts.map +1 -1
  311. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithAggregationInput.js.map +1 -1
  312. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithAggregationInput.mjs +28 -0
  313. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithRelationInput.d.ts +4 -0
  314. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithRelationInput.d.ts.map +1 -1
  315. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithRelationInput.js.map +1 -1
  316. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithRelationInput.mjs +28 -0
  317. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeOutcomeCountOrderByAggregateInput.d.ts +2 -0
  318. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeOutcomeCountOrderByAggregateInput.d.ts.map +1 -1
  319. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeOutcomeCountOrderByAggregateInput.js.map +1 -1
  320. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeOutcomeCountOrderByAggregateInput.mjs +14 -0
  321. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeOutcomeCreateInput.d.ts +2 -0
  322. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeOutcomeCreateInput.d.ts.map +1 -1
  323. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeOutcomeCreateInput.js.map +1 -1
  324. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeOutcomeCreateInput.mjs +16 -0
  325. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeOutcomeCreateManyInput.d.ts +2 -0
  326. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeOutcomeCreateManyInput.d.ts.map +1 -1
  327. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeOutcomeCreateManyInput.js.map +1 -1
  328. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeOutcomeCreateManyInput.mjs +16 -0
  329. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeOutcomeMaxOrderByAggregateInput.d.ts +2 -0
  330. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeOutcomeMaxOrderByAggregateInput.d.ts.map +1 -1
  331. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeOutcomeMaxOrderByAggregateInput.js.map +1 -1
  332. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeOutcomeMaxOrderByAggregateInput.mjs +14 -0
  333. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeOutcomeMinOrderByAggregateInput.d.ts +2 -0
  334. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeOutcomeMinOrderByAggregateInput.d.ts.map +1 -1
  335. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeOutcomeMinOrderByAggregateInput.js.map +1 -1
  336. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeOutcomeMinOrderByAggregateInput.mjs +14 -0
  337. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeOutcomeOrderByWithAggregationInput.d.ts +2 -0
  338. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeOutcomeOrderByWithAggregationInput.d.ts.map +1 -1
  339. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeOutcomeOrderByWithAggregationInput.js.map +1 -1
  340. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeOutcomeOrderByWithAggregationInput.mjs +14 -0
  341. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeOutcomeOrderByWithRelationInput.d.ts +2 -0
  342. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeOutcomeOrderByWithRelationInput.d.ts.map +1 -1
  343. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeOutcomeOrderByWithRelationInput.js.map +1 -1
  344. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeOutcomeOrderByWithRelationInput.mjs +14 -0
  345. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeOutcomeScalarWhereWithAggregatesInput.d.ts +4 -0
  346. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeOutcomeScalarWhereWithAggregatesInput.d.ts.map +1 -1
  347. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeOutcomeScalarWhereWithAggregatesInput.js.map +1 -1
  348. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeOutcomeScalarWhereWithAggregatesInput.mjs +16 -0
  349. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeOutcomeUpdateInput.d.ts +4 -0
  350. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeOutcomeUpdateInput.d.ts.map +1 -1
  351. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeOutcomeUpdateInput.js.map +1 -1
  352. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeOutcomeUpdateInput.mjs +16 -0
  353. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeOutcomeUpdateManyMutationInput.d.ts +4 -0
  354. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeOutcomeUpdateManyMutationInput.d.ts.map +1 -1
  355. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeOutcomeUpdateManyMutationInput.js.map +1 -1
  356. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeOutcomeUpdateManyMutationInput.mjs +16 -0
  357. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeOutcomeWhereInput.d.ts +4 -0
  358. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeOutcomeWhereInput.d.ts.map +1 -1
  359. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeOutcomeWhereInput.js.map +1 -1
  360. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeOutcomeWhereInput.mjs +16 -0
  361. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeOutcomeWhereUniqueInput.d.ts +4 -0
  362. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeOutcomeWhereUniqueInput.d.ts.map +1 -1
  363. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeOutcomeWhereUniqueInput.js.map +1 -1
  364. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeOutcomeWhereUniqueInput.mjs +16 -0
  365. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeScalarWhereWithAggregatesInput.d.ts +8 -0
  366. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeScalarWhereWithAggregatesInput.d.ts.map +1 -1
  367. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeScalarWhereWithAggregatesInput.js.map +1 -1
  368. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeScalarWhereWithAggregatesInput.mjs +32 -0
  369. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateInput.d.ts +8 -0
  370. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateInput.d.ts.map +1 -1
  371. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateInput.js.map +1 -1
  372. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateInput.mjs +32 -0
  373. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateManyMutationInput.d.ts +8 -0
  374. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateManyMutationInput.d.ts.map +1 -1
  375. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateManyMutationInput.js.map +1 -1
  376. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateManyMutationInput.mjs +32 -0
  377. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutActionsInput.d.ts +8 -0
  378. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutActionsInput.d.ts.map +1 -1
  379. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutActionsInput.js.map +1 -1
  380. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutActionsInput.mjs +32 -0
  381. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeWhereInput.d.ts +8 -0
  382. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeWhereInput.d.ts.map +1 -1
  383. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeWhereInput.js.map +1 -1
  384. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeWhereInput.mjs +32 -0
  385. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeWhereUniqueInput.d.ts +8 -0
  386. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeWhereUniqueInput.d.ts.map +1 -1
  387. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeWhereUniqueInput.js.map +1 -1
  388. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeWhereUniqueInput.mjs +32 -0
  389. package/esm/generated/typegraphql-prisma/resolvers/inputs/index.d.ts +25 -0
  390. package/esm/generated/typegraphql-prisma/resolvers/inputs/index.d.ts.map +1 -1
  391. package/esm/generated/typegraphql-prisma/resolvers/inputs/index.js.map +1 -1
  392. package/esm/generated/typegraphql-prisma/resolvers/inputs/index.mjs +25 -0
  393. package/esm/generated/typegraphql-prisma/resolvers/outputs/ActionCountAggregate.d.ts +1 -0
  394. package/esm/generated/typegraphql-prisma/resolvers/outputs/ActionCountAggregate.d.ts.map +1 -1
  395. package/esm/generated/typegraphql-prisma/resolvers/outputs/ActionCountAggregate.js.map +1 -1
  396. package/esm/generated/typegraphql-prisma/resolvers/outputs/ActionCountAggregate.mjs +7 -0
  397. package/esm/generated/typegraphql-prisma/resolvers/outputs/ActionGroupBy.d.ts +1 -0
  398. package/esm/generated/typegraphql-prisma/resolvers/outputs/ActionGroupBy.d.ts.map +1 -1
  399. package/esm/generated/typegraphql-prisma/resolvers/outputs/ActionGroupBy.js.map +1 -1
  400. package/esm/generated/typegraphql-prisma/resolvers/outputs/ActionGroupBy.mjs +8 -0
  401. package/esm/generated/typegraphql-prisma/resolvers/outputs/ActionMaxAggregate.d.ts +1 -0
  402. package/esm/generated/typegraphql-prisma/resolvers/outputs/ActionMaxAggregate.d.ts.map +1 -1
  403. package/esm/generated/typegraphql-prisma/resolvers/outputs/ActionMaxAggregate.js.map +1 -1
  404. package/esm/generated/typegraphql-prisma/resolvers/outputs/ActionMaxAggregate.mjs +8 -0
  405. package/esm/generated/typegraphql-prisma/resolvers/outputs/ActionMinAggregate.d.ts +1 -0
  406. package/esm/generated/typegraphql-prisma/resolvers/outputs/ActionMinAggregate.d.ts.map +1 -1
  407. package/esm/generated/typegraphql-prisma/resolvers/outputs/ActionMinAggregate.js.map +1 -1
  408. package/esm/generated/typegraphql-prisma/resolvers/outputs/ActionMinAggregate.mjs +8 -0
  409. package/esm/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnAction.d.ts +1 -0
  410. package/esm/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnAction.d.ts.map +1 -1
  411. package/esm/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnAction.js.map +1 -1
  412. package/esm/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnAction.mjs +8 -0
  413. package/esm/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnTrade.d.ts +4 -0
  414. package/esm/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnTrade.d.ts.map +1 -1
  415. package/esm/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnTrade.js.map +1 -1
  416. package/esm/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnTrade.mjs +32 -0
  417. package/esm/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnTradeOutcome.d.ts +2 -0
  418. package/esm/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnTradeOutcome.d.ts.map +1 -1
  419. package/esm/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnTradeOutcome.js.map +1 -1
  420. package/esm/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnTradeOutcome.mjs +16 -0
  421. package/esm/generated/typegraphql-prisma/resolvers/outputs/TradeCountAggregate.d.ts +4 -0
  422. package/esm/generated/typegraphql-prisma/resolvers/outputs/TradeCountAggregate.d.ts.map +1 -1
  423. package/esm/generated/typegraphql-prisma/resolvers/outputs/TradeCountAggregate.js.map +1 -1
  424. package/esm/generated/typegraphql-prisma/resolvers/outputs/TradeCountAggregate.mjs +28 -0
  425. package/esm/generated/typegraphql-prisma/resolvers/outputs/TradeGroupBy.d.ts +4 -0
  426. package/esm/generated/typegraphql-prisma/resolvers/outputs/TradeGroupBy.d.ts.map +1 -1
  427. package/esm/generated/typegraphql-prisma/resolvers/outputs/TradeGroupBy.js.map +1 -1
  428. package/esm/generated/typegraphql-prisma/resolvers/outputs/TradeGroupBy.mjs +32 -0
  429. package/esm/generated/typegraphql-prisma/resolvers/outputs/TradeMaxAggregate.d.ts +4 -0
  430. package/esm/generated/typegraphql-prisma/resolvers/outputs/TradeMaxAggregate.d.ts.map +1 -1
  431. package/esm/generated/typegraphql-prisma/resolvers/outputs/TradeMaxAggregate.js.map +1 -1
  432. package/esm/generated/typegraphql-prisma/resolvers/outputs/TradeMaxAggregate.mjs +32 -0
  433. package/esm/generated/typegraphql-prisma/resolvers/outputs/TradeMinAggregate.d.ts +4 -0
  434. package/esm/generated/typegraphql-prisma/resolvers/outputs/TradeMinAggregate.d.ts.map +1 -1
  435. package/esm/generated/typegraphql-prisma/resolvers/outputs/TradeMinAggregate.js.map +1 -1
  436. package/esm/generated/typegraphql-prisma/resolvers/outputs/TradeMinAggregate.mjs +32 -0
  437. package/esm/generated/typegraphql-prisma/resolvers/outputs/TradeOutcomeCountAggregate.d.ts +2 -0
  438. package/esm/generated/typegraphql-prisma/resolvers/outputs/TradeOutcomeCountAggregate.d.ts.map +1 -1
  439. package/esm/generated/typegraphql-prisma/resolvers/outputs/TradeOutcomeCountAggregate.js.map +1 -1
  440. package/esm/generated/typegraphql-prisma/resolvers/outputs/TradeOutcomeCountAggregate.mjs +14 -0
  441. package/esm/generated/typegraphql-prisma/resolvers/outputs/TradeOutcomeGroupBy.d.ts +2 -0
  442. package/esm/generated/typegraphql-prisma/resolvers/outputs/TradeOutcomeGroupBy.d.ts.map +1 -1
  443. package/esm/generated/typegraphql-prisma/resolvers/outputs/TradeOutcomeGroupBy.js.map +1 -1
  444. package/esm/generated/typegraphql-prisma/resolvers/outputs/TradeOutcomeGroupBy.mjs +16 -0
  445. package/esm/generated/typegraphql-prisma/resolvers/outputs/TradeOutcomeMaxAggregate.d.ts +2 -0
  446. package/esm/generated/typegraphql-prisma/resolvers/outputs/TradeOutcomeMaxAggregate.d.ts.map +1 -1
  447. package/esm/generated/typegraphql-prisma/resolvers/outputs/TradeOutcomeMaxAggregate.js.map +1 -1
  448. package/esm/generated/typegraphql-prisma/resolvers/outputs/TradeOutcomeMaxAggregate.mjs +16 -0
  449. package/esm/generated/typegraphql-prisma/resolvers/outputs/TradeOutcomeMinAggregate.d.ts +2 -0
  450. package/esm/generated/typegraphql-prisma/resolvers/outputs/TradeOutcomeMinAggregate.d.ts.map +1 -1
  451. package/esm/generated/typegraphql-prisma/resolvers/outputs/TradeOutcomeMinAggregate.js.map +1 -1
  452. package/esm/generated/typegraphql-prisma/resolvers/outputs/TradeOutcomeMinAggregate.mjs +16 -0
  453. package/esm/generated/typegraphql-prisma/resolvers/relations/Trade/args/TradeActionsArgs.d.ts +1 -1
  454. package/esm/generated/typegraphql-prisma/resolvers/relations/Trade/args/TradeActionsArgs.d.ts.map +1 -1
  455. package/esm/generated/typegraphql-prisma/resolvers/relations/Trade/args/TradeActionsArgs.js.map +1 -1
  456. package/esm/index.d.ts.map +1 -1
  457. package/generated/typeStrings/Trade.cjs +8 -0
  458. package/generated/typeStrings/Trade.d.ts +1 -1
  459. package/generated/typeStrings/Trade.d.ts.map +1 -1
  460. package/generated/typeStrings/Trade.js.map +1 -1
  461. package/generated/typeStrings/TradeOutcome.cjs +22 -0
  462. package/generated/typeStrings/TradeOutcome.d.ts +1 -1
  463. package/generated/typeStrings/TradeOutcome.d.ts.map +1 -1
  464. package/generated/typeStrings/TradeOutcome.js.map +1 -1
  465. package/generated/typeStrings/index.d.ts +2 -2
  466. package/generated/typegraphql-prisma/enhance.cjs +85 -60
  467. package/generated/typegraphql-prisma/enhance.d.ts.map +1 -1
  468. package/generated/typegraphql-prisma/enhance.js.map +1 -1
  469. package/generated/typegraphql-prisma/enums/ActionScalarFieldEnum.cjs +1 -0
  470. package/generated/typegraphql-prisma/enums/ActionScalarFieldEnum.d.ts +2 -1
  471. package/generated/typegraphql-prisma/enums/ActionScalarFieldEnum.d.ts.map +1 -1
  472. package/generated/typegraphql-prisma/enums/ActionScalarFieldEnum.js.map +1 -1
  473. package/generated/typegraphql-prisma/enums/ActionTriggerSource.cjs +48 -0
  474. package/generated/typegraphql-prisma/enums/ActionTriggerSource.d.ts +6 -0
  475. package/generated/typegraphql-prisma/enums/ActionTriggerSource.d.ts.map +1 -0
  476. package/generated/typegraphql-prisma/enums/ActionTriggerSource.js.map +1 -0
  477. package/generated/typegraphql-prisma/enums/DecisionPathway.cjs +51 -0
  478. package/generated/typegraphql-prisma/enums/DecisionPathway.d.ts +9 -0
  479. package/generated/typegraphql-prisma/enums/DecisionPathway.d.ts.map +1 -0
  480. package/generated/typegraphql-prisma/enums/DecisionPathway.js.map +1 -0
  481. package/generated/typegraphql-prisma/enums/ExitTier.cjs +50 -0
  482. package/generated/typegraphql-prisma/enums/ExitTier.d.ts +8 -0
  483. package/generated/typegraphql-prisma/enums/ExitTier.d.ts.map +1 -0
  484. package/generated/typegraphql-prisma/enums/ExitTier.js.map +1 -0
  485. package/generated/typegraphql-prisma/enums/TradeOutcomeScalarFieldEnum.cjs +2 -0
  486. package/generated/typegraphql-prisma/enums/TradeOutcomeScalarFieldEnum.d.ts +2 -0
  487. package/generated/typegraphql-prisma/enums/TradeOutcomeScalarFieldEnum.d.ts.map +1 -1
  488. package/generated/typegraphql-prisma/enums/TradeOutcomeScalarFieldEnum.js.map +1 -1
  489. package/generated/typegraphql-prisma/enums/TradeScalarFieldEnum.cjs +4 -0
  490. package/generated/typegraphql-prisma/enums/TradeScalarFieldEnum.d.ts +5 -1
  491. package/generated/typegraphql-prisma/enums/TradeScalarFieldEnum.d.ts.map +1 -1
  492. package/generated/typegraphql-prisma/enums/TradeScalarFieldEnum.js.map +1 -1
  493. package/generated/typegraphql-prisma/enums/TradeSide.cjs +47 -0
  494. package/generated/typegraphql-prisma/enums/TradeSide.d.ts +5 -0
  495. package/generated/typegraphql-prisma/enums/TradeSide.d.ts.map +1 -0
  496. package/generated/typegraphql-prisma/enums/TradeSide.js.map +1 -0
  497. package/generated/typegraphql-prisma/enums/TradeSignalSource.cjs +50 -0
  498. package/generated/typegraphql-prisma/enums/TradeSignalSource.d.ts +8 -0
  499. package/generated/typegraphql-prisma/enums/TradeSignalSource.d.ts.map +1 -0
  500. package/generated/typegraphql-prisma/enums/TradeSignalSource.js.map +1 -0
  501. package/generated/typegraphql-prisma/enums/index.cjs +14 -4
  502. package/generated/typegraphql-prisma/enums/index.d.ts +5 -0
  503. package/generated/typegraphql-prisma/enums/index.d.ts.map +1 -1
  504. package/generated/typegraphql-prisma/enums/index.js.map +1 -1
  505. package/generated/typegraphql-prisma/models/Action.cjs +8 -0
  506. package/generated/typegraphql-prisma/models/Action.d.ts +4 -0
  507. package/generated/typegraphql-prisma/models/Action.d.ts.map +1 -1
  508. package/generated/typegraphql-prisma/models/Action.js.map +1 -1
  509. package/generated/typegraphql-prisma/models/Trade.cjs +32 -0
  510. package/generated/typegraphql-prisma/models/Trade.d.ts +16 -0
  511. package/generated/typegraphql-prisma/models/Trade.d.ts.map +1 -1
  512. package/generated/typegraphql-prisma/models/Trade.js.map +1 -1
  513. package/generated/typegraphql-prisma/models/TradeOutcome.cjs +16 -0
  514. package/generated/typegraphql-prisma/models/TradeOutcome.d.ts +8 -0
  515. package/generated/typegraphql-prisma/models/TradeOutcome.d.ts.map +1 -1
  516. package/generated/typegraphql-prisma/models/TradeOutcome.js.map +1 -1
  517. package/generated/typegraphql-prisma/resolvers/crud/Action/args/FindFirstActionArgs.d.ts +1 -1
  518. package/generated/typegraphql-prisma/resolvers/crud/Action/args/FindFirstActionArgs.d.ts.map +1 -1
  519. package/generated/typegraphql-prisma/resolvers/crud/Action/args/FindFirstActionArgs.js.map +1 -1
  520. package/generated/typegraphql-prisma/resolvers/crud/Action/args/FindFirstActionOrThrowArgs.d.ts +1 -1
  521. package/generated/typegraphql-prisma/resolvers/crud/Action/args/FindFirstActionOrThrowArgs.d.ts.map +1 -1
  522. package/generated/typegraphql-prisma/resolvers/crud/Action/args/FindFirstActionOrThrowArgs.js.map +1 -1
  523. package/generated/typegraphql-prisma/resolvers/crud/Action/args/FindManyActionArgs.d.ts +1 -1
  524. package/generated/typegraphql-prisma/resolvers/crud/Action/args/FindManyActionArgs.d.ts.map +1 -1
  525. package/generated/typegraphql-prisma/resolvers/crud/Action/args/FindManyActionArgs.js.map +1 -1
  526. package/generated/typegraphql-prisma/resolvers/crud/Action/args/GroupByActionArgs.d.ts +1 -1
  527. package/generated/typegraphql-prisma/resolvers/crud/Action/args/GroupByActionArgs.d.ts.map +1 -1
  528. package/generated/typegraphql-prisma/resolvers/crud/Action/args/GroupByActionArgs.js.map +1 -1
  529. package/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindFirstTradeArgs.d.ts +1 -1
  530. package/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindFirstTradeArgs.d.ts.map +1 -1
  531. package/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindFirstTradeArgs.js.map +1 -1
  532. package/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindFirstTradeOrThrowArgs.d.ts +1 -1
  533. package/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindFirstTradeOrThrowArgs.d.ts.map +1 -1
  534. package/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindFirstTradeOrThrowArgs.js.map +1 -1
  535. package/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindManyTradeArgs.d.ts +1 -1
  536. package/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindManyTradeArgs.d.ts.map +1 -1
  537. package/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindManyTradeArgs.js.map +1 -1
  538. package/generated/typegraphql-prisma/resolvers/crud/Trade/args/GroupByTradeArgs.d.ts +1 -1
  539. package/generated/typegraphql-prisma/resolvers/crud/Trade/args/GroupByTradeArgs.d.ts.map +1 -1
  540. package/generated/typegraphql-prisma/resolvers/crud/Trade/args/GroupByTradeArgs.js.map +1 -1
  541. package/generated/typegraphql-prisma/resolvers/crud/TradeOutcome/args/FindFirstTradeOutcomeArgs.d.ts +1 -1
  542. package/generated/typegraphql-prisma/resolvers/crud/TradeOutcome/args/FindFirstTradeOutcomeArgs.d.ts.map +1 -1
  543. package/generated/typegraphql-prisma/resolvers/crud/TradeOutcome/args/FindFirstTradeOutcomeArgs.js.map +1 -1
  544. package/generated/typegraphql-prisma/resolvers/crud/TradeOutcome/args/FindFirstTradeOutcomeOrThrowArgs.d.ts +1 -1
  545. package/generated/typegraphql-prisma/resolvers/crud/TradeOutcome/args/FindFirstTradeOutcomeOrThrowArgs.d.ts.map +1 -1
  546. package/generated/typegraphql-prisma/resolvers/crud/TradeOutcome/args/FindFirstTradeOutcomeOrThrowArgs.js.map +1 -1
  547. package/generated/typegraphql-prisma/resolvers/crud/TradeOutcome/args/FindManyTradeOutcomeArgs.d.ts +1 -1
  548. package/generated/typegraphql-prisma/resolvers/crud/TradeOutcome/args/FindManyTradeOutcomeArgs.d.ts.map +1 -1
  549. package/generated/typegraphql-prisma/resolvers/crud/TradeOutcome/args/FindManyTradeOutcomeArgs.js.map +1 -1
  550. package/generated/typegraphql-prisma/resolvers/crud/TradeOutcome/args/GroupByTradeOutcomeArgs.d.ts +1 -1
  551. package/generated/typegraphql-prisma/resolvers/crud/TradeOutcome/args/GroupByTradeOutcomeArgs.d.ts.map +1 -1
  552. package/generated/typegraphql-prisma/resolvers/crud/TradeOutcome/args/GroupByTradeOutcomeArgs.js.map +1 -1
  553. package/generated/typegraphql-prisma/resolvers/inputs/ActionCountOrderByAggregateInput.cjs +6 -0
  554. package/generated/typegraphql-prisma/resolvers/inputs/ActionCountOrderByAggregateInput.d.ts +1 -0
  555. package/generated/typegraphql-prisma/resolvers/inputs/ActionCountOrderByAggregateInput.d.ts.map +1 -1
  556. package/generated/typegraphql-prisma/resolvers/inputs/ActionCountOrderByAggregateInput.js.map +1 -1
  557. package/generated/typegraphql-prisma/resolvers/inputs/ActionCreateInput.cjs +7 -0
  558. package/generated/typegraphql-prisma/resolvers/inputs/ActionCreateInput.d.ts +1 -0
  559. package/generated/typegraphql-prisma/resolvers/inputs/ActionCreateInput.d.ts.map +1 -1
  560. package/generated/typegraphql-prisma/resolvers/inputs/ActionCreateInput.js.map +1 -1
  561. package/generated/typegraphql-prisma/resolvers/inputs/ActionCreateManyInput.cjs +7 -0
  562. package/generated/typegraphql-prisma/resolvers/inputs/ActionCreateManyInput.d.ts +1 -0
  563. package/generated/typegraphql-prisma/resolvers/inputs/ActionCreateManyInput.d.ts.map +1 -1
  564. package/generated/typegraphql-prisma/resolvers/inputs/ActionCreateManyInput.js.map +1 -1
  565. package/generated/typegraphql-prisma/resolvers/inputs/ActionCreateManyTradeInput.cjs +7 -0
  566. package/generated/typegraphql-prisma/resolvers/inputs/ActionCreateManyTradeInput.d.ts +1 -0
  567. package/generated/typegraphql-prisma/resolvers/inputs/ActionCreateManyTradeInput.d.ts.map +1 -1
  568. package/generated/typegraphql-prisma/resolvers/inputs/ActionCreateManyTradeInput.js.map +1 -1
  569. package/generated/typegraphql-prisma/resolvers/inputs/ActionCreateWithoutTradeInput.cjs +7 -0
  570. package/generated/typegraphql-prisma/resolvers/inputs/ActionCreateWithoutTradeInput.d.ts +1 -0
  571. package/generated/typegraphql-prisma/resolvers/inputs/ActionCreateWithoutTradeInput.d.ts.map +1 -1
  572. package/generated/typegraphql-prisma/resolvers/inputs/ActionCreateWithoutTradeInput.js.map +1 -1
  573. package/generated/typegraphql-prisma/resolvers/inputs/ActionMaxOrderByAggregateInput.cjs +6 -0
  574. package/generated/typegraphql-prisma/resolvers/inputs/ActionMaxOrderByAggregateInput.d.ts +1 -0
  575. package/generated/typegraphql-prisma/resolvers/inputs/ActionMaxOrderByAggregateInput.d.ts.map +1 -1
  576. package/generated/typegraphql-prisma/resolvers/inputs/ActionMaxOrderByAggregateInput.js.map +1 -1
  577. package/generated/typegraphql-prisma/resolvers/inputs/ActionMinOrderByAggregateInput.cjs +6 -0
  578. package/generated/typegraphql-prisma/resolvers/inputs/ActionMinOrderByAggregateInput.d.ts +1 -0
  579. package/generated/typegraphql-prisma/resolvers/inputs/ActionMinOrderByAggregateInput.d.ts.map +1 -1
  580. package/generated/typegraphql-prisma/resolvers/inputs/ActionMinOrderByAggregateInput.js.map +1 -1
  581. package/generated/typegraphql-prisma/resolvers/inputs/ActionOrderByWithAggregationInput.cjs +6 -0
  582. package/generated/typegraphql-prisma/resolvers/inputs/ActionOrderByWithAggregationInput.d.ts +1 -0
  583. package/generated/typegraphql-prisma/resolvers/inputs/ActionOrderByWithAggregationInput.d.ts.map +1 -1
  584. package/generated/typegraphql-prisma/resolvers/inputs/ActionOrderByWithAggregationInput.js.map +1 -1
  585. package/generated/typegraphql-prisma/resolvers/inputs/ActionOrderByWithRelationInput.cjs +6 -0
  586. package/generated/typegraphql-prisma/resolvers/inputs/ActionOrderByWithRelationInput.d.ts +1 -0
  587. package/generated/typegraphql-prisma/resolvers/inputs/ActionOrderByWithRelationInput.d.ts.map +1 -1
  588. package/generated/typegraphql-prisma/resolvers/inputs/ActionOrderByWithRelationInput.js.map +1 -1
  589. package/generated/typegraphql-prisma/resolvers/inputs/ActionScalarWhereInput.cjs +7 -0
  590. package/generated/typegraphql-prisma/resolvers/inputs/ActionScalarWhereInput.d.ts +2 -0
  591. package/generated/typegraphql-prisma/resolvers/inputs/ActionScalarWhereInput.d.ts.map +1 -1
  592. package/generated/typegraphql-prisma/resolvers/inputs/ActionScalarWhereInput.js.map +1 -1
  593. package/generated/typegraphql-prisma/resolvers/inputs/ActionScalarWhereWithAggregatesInput.cjs +7 -0
  594. package/generated/typegraphql-prisma/resolvers/inputs/ActionScalarWhereWithAggregatesInput.d.ts +2 -0
  595. package/generated/typegraphql-prisma/resolvers/inputs/ActionScalarWhereWithAggregatesInput.d.ts.map +1 -1
  596. package/generated/typegraphql-prisma/resolvers/inputs/ActionScalarWhereWithAggregatesInput.js.map +1 -1
  597. package/generated/typegraphql-prisma/resolvers/inputs/ActionUpdateInput.cjs +7 -0
  598. package/generated/typegraphql-prisma/resolvers/inputs/ActionUpdateInput.d.ts +2 -0
  599. package/generated/typegraphql-prisma/resolvers/inputs/ActionUpdateInput.d.ts.map +1 -1
  600. package/generated/typegraphql-prisma/resolvers/inputs/ActionUpdateInput.js.map +1 -1
  601. package/generated/typegraphql-prisma/resolvers/inputs/ActionUpdateManyMutationInput.cjs +7 -0
  602. package/generated/typegraphql-prisma/resolvers/inputs/ActionUpdateManyMutationInput.d.ts +2 -0
  603. package/generated/typegraphql-prisma/resolvers/inputs/ActionUpdateManyMutationInput.d.ts.map +1 -1
  604. package/generated/typegraphql-prisma/resolvers/inputs/ActionUpdateManyMutationInput.js.map +1 -1
  605. package/generated/typegraphql-prisma/resolvers/inputs/ActionUpdateWithoutTradeInput.cjs +7 -0
  606. package/generated/typegraphql-prisma/resolvers/inputs/ActionUpdateWithoutTradeInput.d.ts +2 -0
  607. package/generated/typegraphql-prisma/resolvers/inputs/ActionUpdateWithoutTradeInput.d.ts.map +1 -1
  608. package/generated/typegraphql-prisma/resolvers/inputs/ActionUpdateWithoutTradeInput.js.map +1 -1
  609. package/generated/typegraphql-prisma/resolvers/inputs/ActionWhereInput.cjs +7 -0
  610. package/generated/typegraphql-prisma/resolvers/inputs/ActionWhereInput.d.ts +2 -0
  611. package/generated/typegraphql-prisma/resolvers/inputs/ActionWhereInput.d.ts.map +1 -1
  612. package/generated/typegraphql-prisma/resolvers/inputs/ActionWhereInput.js.map +1 -1
  613. package/generated/typegraphql-prisma/resolvers/inputs/ActionWhereUniqueInput.cjs +7 -0
  614. package/generated/typegraphql-prisma/resolvers/inputs/ActionWhereUniqueInput.d.ts +2 -0
  615. package/generated/typegraphql-prisma/resolvers/inputs/ActionWhereUniqueInput.d.ts.map +1 -1
  616. package/generated/typegraphql-prisma/resolvers/inputs/ActionWhereUniqueInput.js.map +1 -1
  617. package/generated/typegraphql-prisma/resolvers/inputs/EnumActionTriggerSourceNullableFilter.cjs +79 -0
  618. package/generated/typegraphql-prisma/resolvers/inputs/EnumActionTriggerSourceNullableFilter.d.ts +8 -0
  619. package/generated/typegraphql-prisma/resolvers/inputs/EnumActionTriggerSourceNullableFilter.d.ts.map +1 -0
  620. package/generated/typegraphql-prisma/resolvers/inputs/EnumActionTriggerSourceNullableFilter.js.map +1 -0
  621. package/generated/typegraphql-prisma/resolvers/inputs/EnumActionTriggerSourceNullableWithAggregatesFilter.cjs +99 -0
  622. package/generated/typegraphql-prisma/resolvers/inputs/EnumActionTriggerSourceNullableWithAggregatesFilter.d.ts +13 -0
  623. package/generated/typegraphql-prisma/resolvers/inputs/EnumActionTriggerSourceNullableWithAggregatesFilter.d.ts.map +1 -0
  624. package/generated/typegraphql-prisma/resolvers/inputs/EnumActionTriggerSourceNullableWithAggregatesFilter.js.map +1 -0
  625. package/generated/typegraphql-prisma/resolvers/inputs/EnumDecisionPathwayNullableFilter.cjs +79 -0
  626. package/generated/typegraphql-prisma/resolvers/inputs/EnumDecisionPathwayNullableFilter.d.ts +8 -0
  627. package/generated/typegraphql-prisma/resolvers/inputs/EnumDecisionPathwayNullableFilter.d.ts.map +1 -0
  628. package/generated/typegraphql-prisma/resolvers/inputs/EnumDecisionPathwayNullableFilter.js.map +1 -0
  629. package/generated/typegraphql-prisma/resolvers/inputs/EnumDecisionPathwayNullableWithAggregatesFilter.cjs +99 -0
  630. package/generated/typegraphql-prisma/resolvers/inputs/EnumDecisionPathwayNullableWithAggregatesFilter.d.ts +13 -0
  631. package/generated/typegraphql-prisma/resolvers/inputs/EnumDecisionPathwayNullableWithAggregatesFilter.d.ts.map +1 -0
  632. package/generated/typegraphql-prisma/resolvers/inputs/EnumDecisionPathwayNullableWithAggregatesFilter.js.map +1 -0
  633. package/generated/typegraphql-prisma/resolvers/inputs/EnumExitTierNullableFilter.cjs +79 -0
  634. package/generated/typegraphql-prisma/resolvers/inputs/EnumExitTierNullableFilter.d.ts +8 -0
  635. package/generated/typegraphql-prisma/resolvers/inputs/EnumExitTierNullableFilter.d.ts.map +1 -0
  636. package/generated/typegraphql-prisma/resolvers/inputs/EnumExitTierNullableFilter.js.map +1 -0
  637. package/generated/typegraphql-prisma/resolvers/inputs/EnumExitTierNullableWithAggregatesFilter.cjs +99 -0
  638. package/generated/typegraphql-prisma/resolvers/inputs/EnumExitTierNullableWithAggregatesFilter.d.ts +13 -0
  639. package/generated/typegraphql-prisma/resolvers/inputs/EnumExitTierNullableWithAggregatesFilter.d.ts.map +1 -0
  640. package/generated/typegraphql-prisma/resolvers/inputs/EnumExitTierNullableWithAggregatesFilter.js.map +1 -0
  641. package/generated/typegraphql-prisma/resolvers/inputs/EnumTradeSideNullableFilter.cjs +79 -0
  642. package/generated/typegraphql-prisma/resolvers/inputs/EnumTradeSideNullableFilter.d.ts +8 -0
  643. package/generated/typegraphql-prisma/resolvers/inputs/EnumTradeSideNullableFilter.d.ts.map +1 -0
  644. package/generated/typegraphql-prisma/resolvers/inputs/EnumTradeSideNullableFilter.js.map +1 -0
  645. package/generated/typegraphql-prisma/resolvers/inputs/EnumTradeSideNullableWithAggregatesFilter.cjs +99 -0
  646. package/generated/typegraphql-prisma/resolvers/inputs/EnumTradeSideNullableWithAggregatesFilter.d.ts +13 -0
  647. package/generated/typegraphql-prisma/resolvers/inputs/EnumTradeSideNullableWithAggregatesFilter.d.ts.map +1 -0
  648. package/generated/typegraphql-prisma/resolvers/inputs/EnumTradeSideNullableWithAggregatesFilter.js.map +1 -0
  649. package/generated/typegraphql-prisma/resolvers/inputs/EnumTradeSignalSourceNullableFilter.cjs +79 -0
  650. package/generated/typegraphql-prisma/resolvers/inputs/EnumTradeSignalSourceNullableFilter.d.ts +8 -0
  651. package/generated/typegraphql-prisma/resolvers/inputs/EnumTradeSignalSourceNullableFilter.d.ts.map +1 -0
  652. package/generated/typegraphql-prisma/resolvers/inputs/EnumTradeSignalSourceNullableFilter.js.map +1 -0
  653. package/generated/typegraphql-prisma/resolvers/inputs/EnumTradeSignalSourceNullableWithAggregatesFilter.cjs +99 -0
  654. package/generated/typegraphql-prisma/resolvers/inputs/EnumTradeSignalSourceNullableWithAggregatesFilter.d.ts +13 -0
  655. package/generated/typegraphql-prisma/resolvers/inputs/EnumTradeSignalSourceNullableWithAggregatesFilter.d.ts.map +1 -0
  656. package/generated/typegraphql-prisma/resolvers/inputs/EnumTradeSignalSourceNullableWithAggregatesFilter.js.map +1 -0
  657. package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumActionTriggerSourceNullableFilter.cjs +78 -0
  658. package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumActionTriggerSourceNullableFilter.d.ts +7 -0
  659. package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumActionTriggerSourceNullableFilter.d.ts.map +1 -0
  660. package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumActionTriggerSourceNullableFilter.js.map +1 -0
  661. package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumActionTriggerSourceNullableWithAggregatesFilter.cjs +98 -0
  662. package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumActionTriggerSourceNullableWithAggregatesFilter.d.ts +12 -0
  663. package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumActionTriggerSourceNullableWithAggregatesFilter.d.ts.map +1 -0
  664. package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumActionTriggerSourceNullableWithAggregatesFilter.js.map +1 -0
  665. package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumDecisionPathwayNullableFilter.cjs +78 -0
  666. package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumDecisionPathwayNullableFilter.d.ts +7 -0
  667. package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumDecisionPathwayNullableFilter.d.ts.map +1 -0
  668. package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumDecisionPathwayNullableFilter.js.map +1 -0
  669. package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumDecisionPathwayNullableWithAggregatesFilter.cjs +98 -0
  670. package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumDecisionPathwayNullableWithAggregatesFilter.d.ts +12 -0
  671. package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumDecisionPathwayNullableWithAggregatesFilter.d.ts.map +1 -0
  672. package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumDecisionPathwayNullableWithAggregatesFilter.js.map +1 -0
  673. package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumExitTierNullableFilter.cjs +78 -0
  674. package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumExitTierNullableFilter.d.ts +7 -0
  675. package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumExitTierNullableFilter.d.ts.map +1 -0
  676. package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumExitTierNullableFilter.js.map +1 -0
  677. package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumExitTierNullableWithAggregatesFilter.cjs +98 -0
  678. package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumExitTierNullableWithAggregatesFilter.d.ts +12 -0
  679. package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumExitTierNullableWithAggregatesFilter.d.ts.map +1 -0
  680. package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumExitTierNullableWithAggregatesFilter.js.map +1 -0
  681. package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumTradeSideNullableFilter.cjs +78 -0
  682. package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumTradeSideNullableFilter.d.ts +7 -0
  683. package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumTradeSideNullableFilter.d.ts.map +1 -0
  684. package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumTradeSideNullableFilter.js.map +1 -0
  685. package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumTradeSideNullableWithAggregatesFilter.cjs +98 -0
  686. package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumTradeSideNullableWithAggregatesFilter.d.ts +12 -0
  687. package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumTradeSideNullableWithAggregatesFilter.d.ts.map +1 -0
  688. package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumTradeSideNullableWithAggregatesFilter.js.map +1 -0
  689. package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumTradeSignalSourceNullableFilter.cjs +78 -0
  690. package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumTradeSignalSourceNullableFilter.d.ts +7 -0
  691. package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumTradeSignalSourceNullableFilter.d.ts.map +1 -0
  692. package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumTradeSignalSourceNullableFilter.js.map +1 -0
  693. package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumTradeSignalSourceNullableWithAggregatesFilter.cjs +98 -0
  694. package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumTradeSignalSourceNullableWithAggregatesFilter.d.ts +12 -0
  695. package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumTradeSignalSourceNullableWithAggregatesFilter.d.ts.map +1 -0
  696. package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumTradeSignalSourceNullableWithAggregatesFilter.js.map +1 -0
  697. package/generated/typegraphql-prisma/resolvers/inputs/NullableEnumActionTriggerSourceFieldUpdateOperationsInput.cjs +60 -0
  698. package/generated/typegraphql-prisma/resolvers/inputs/NullableEnumActionTriggerSourceFieldUpdateOperationsInput.d.ts +4 -0
  699. package/generated/typegraphql-prisma/resolvers/inputs/NullableEnumActionTriggerSourceFieldUpdateOperationsInput.d.ts.map +1 -0
  700. package/generated/typegraphql-prisma/resolvers/inputs/NullableEnumActionTriggerSourceFieldUpdateOperationsInput.js.map +1 -0
  701. package/generated/typegraphql-prisma/resolvers/inputs/NullableEnumDecisionPathwayFieldUpdateOperationsInput.cjs +60 -0
  702. package/generated/typegraphql-prisma/resolvers/inputs/NullableEnumDecisionPathwayFieldUpdateOperationsInput.d.ts +4 -0
  703. package/generated/typegraphql-prisma/resolvers/inputs/NullableEnumDecisionPathwayFieldUpdateOperationsInput.d.ts.map +1 -0
  704. package/generated/typegraphql-prisma/resolvers/inputs/NullableEnumDecisionPathwayFieldUpdateOperationsInput.js.map +1 -0
  705. package/generated/typegraphql-prisma/resolvers/inputs/NullableEnumExitTierFieldUpdateOperationsInput.cjs +60 -0
  706. package/generated/typegraphql-prisma/resolvers/inputs/NullableEnumExitTierFieldUpdateOperationsInput.d.ts +4 -0
  707. package/generated/typegraphql-prisma/resolvers/inputs/NullableEnumExitTierFieldUpdateOperationsInput.d.ts.map +1 -0
  708. package/generated/typegraphql-prisma/resolvers/inputs/NullableEnumExitTierFieldUpdateOperationsInput.js.map +1 -0
  709. package/generated/typegraphql-prisma/resolvers/inputs/NullableEnumTradeSideFieldUpdateOperationsInput.cjs +60 -0
  710. package/generated/typegraphql-prisma/resolvers/inputs/NullableEnumTradeSideFieldUpdateOperationsInput.d.ts +4 -0
  711. package/generated/typegraphql-prisma/resolvers/inputs/NullableEnumTradeSideFieldUpdateOperationsInput.d.ts.map +1 -0
  712. package/generated/typegraphql-prisma/resolvers/inputs/NullableEnumTradeSideFieldUpdateOperationsInput.js.map +1 -0
  713. package/generated/typegraphql-prisma/resolvers/inputs/NullableEnumTradeSignalSourceFieldUpdateOperationsInput.cjs +60 -0
  714. package/generated/typegraphql-prisma/resolvers/inputs/NullableEnumTradeSignalSourceFieldUpdateOperationsInput.d.ts +4 -0
  715. package/generated/typegraphql-prisma/resolvers/inputs/NullableEnumTradeSignalSourceFieldUpdateOperationsInput.d.ts.map +1 -0
  716. package/generated/typegraphql-prisma/resolvers/inputs/NullableEnumTradeSignalSourceFieldUpdateOperationsInput.js.map +1 -0
  717. package/generated/typegraphql-prisma/resolvers/inputs/TradeCountOrderByAggregateInput.cjs +24 -0
  718. package/generated/typegraphql-prisma/resolvers/inputs/TradeCountOrderByAggregateInput.d.ts +4 -0
  719. package/generated/typegraphql-prisma/resolvers/inputs/TradeCountOrderByAggregateInput.d.ts.map +1 -1
  720. package/generated/typegraphql-prisma/resolvers/inputs/TradeCountOrderByAggregateInput.js.map +1 -1
  721. package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateInput.cjs +28 -0
  722. package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateInput.d.ts +4 -0
  723. package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateInput.d.ts.map +1 -1
  724. package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateInput.js.map +1 -1
  725. package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyInput.cjs +28 -0
  726. package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyInput.d.ts +4 -0
  727. package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyInput.d.ts.map +1 -1
  728. package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyInput.js.map +1 -1
  729. package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutActionsInput.cjs +28 -0
  730. package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutActionsInput.d.ts +4 -0
  731. package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutActionsInput.d.ts.map +1 -1
  732. package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutActionsInput.js.map +1 -1
  733. package/generated/typegraphql-prisma/resolvers/inputs/TradeMaxOrderByAggregateInput.cjs +24 -0
  734. package/generated/typegraphql-prisma/resolvers/inputs/TradeMaxOrderByAggregateInput.d.ts +4 -0
  735. package/generated/typegraphql-prisma/resolvers/inputs/TradeMaxOrderByAggregateInput.d.ts.map +1 -1
  736. package/generated/typegraphql-prisma/resolvers/inputs/TradeMaxOrderByAggregateInput.js.map +1 -1
  737. package/generated/typegraphql-prisma/resolvers/inputs/TradeMinOrderByAggregateInput.cjs +24 -0
  738. package/generated/typegraphql-prisma/resolvers/inputs/TradeMinOrderByAggregateInput.d.ts +4 -0
  739. package/generated/typegraphql-prisma/resolvers/inputs/TradeMinOrderByAggregateInput.d.ts.map +1 -1
  740. package/generated/typegraphql-prisma/resolvers/inputs/TradeMinOrderByAggregateInput.js.map +1 -1
  741. package/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithAggregationInput.cjs +24 -0
  742. package/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithAggregationInput.d.ts +4 -0
  743. package/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithAggregationInput.d.ts.map +1 -1
  744. package/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithAggregationInput.js.map +1 -1
  745. package/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithRelationInput.cjs +24 -0
  746. package/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithRelationInput.d.ts +4 -0
  747. package/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithRelationInput.d.ts.map +1 -1
  748. package/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithRelationInput.js.map +1 -1
  749. package/generated/typegraphql-prisma/resolvers/inputs/TradeOutcomeCountOrderByAggregateInput.cjs +12 -0
  750. package/generated/typegraphql-prisma/resolvers/inputs/TradeOutcomeCountOrderByAggregateInput.d.ts +2 -0
  751. package/generated/typegraphql-prisma/resolvers/inputs/TradeOutcomeCountOrderByAggregateInput.d.ts.map +1 -1
  752. package/generated/typegraphql-prisma/resolvers/inputs/TradeOutcomeCountOrderByAggregateInput.js.map +1 -1
  753. package/generated/typegraphql-prisma/resolvers/inputs/TradeOutcomeCreateInput.cjs +14 -0
  754. package/generated/typegraphql-prisma/resolvers/inputs/TradeOutcomeCreateInput.d.ts +2 -0
  755. package/generated/typegraphql-prisma/resolvers/inputs/TradeOutcomeCreateInput.d.ts.map +1 -1
  756. package/generated/typegraphql-prisma/resolvers/inputs/TradeOutcomeCreateInput.js.map +1 -1
  757. package/generated/typegraphql-prisma/resolvers/inputs/TradeOutcomeCreateManyInput.cjs +14 -0
  758. package/generated/typegraphql-prisma/resolvers/inputs/TradeOutcomeCreateManyInput.d.ts +2 -0
  759. package/generated/typegraphql-prisma/resolvers/inputs/TradeOutcomeCreateManyInput.d.ts.map +1 -1
  760. package/generated/typegraphql-prisma/resolvers/inputs/TradeOutcomeCreateManyInput.js.map +1 -1
  761. package/generated/typegraphql-prisma/resolvers/inputs/TradeOutcomeMaxOrderByAggregateInput.cjs +12 -0
  762. package/generated/typegraphql-prisma/resolvers/inputs/TradeOutcomeMaxOrderByAggregateInput.d.ts +2 -0
  763. package/generated/typegraphql-prisma/resolvers/inputs/TradeOutcomeMaxOrderByAggregateInput.d.ts.map +1 -1
  764. package/generated/typegraphql-prisma/resolvers/inputs/TradeOutcomeMaxOrderByAggregateInput.js.map +1 -1
  765. package/generated/typegraphql-prisma/resolvers/inputs/TradeOutcomeMinOrderByAggregateInput.cjs +12 -0
  766. package/generated/typegraphql-prisma/resolvers/inputs/TradeOutcomeMinOrderByAggregateInput.d.ts +2 -0
  767. package/generated/typegraphql-prisma/resolvers/inputs/TradeOutcomeMinOrderByAggregateInput.d.ts.map +1 -1
  768. package/generated/typegraphql-prisma/resolvers/inputs/TradeOutcomeMinOrderByAggregateInput.js.map +1 -1
  769. package/generated/typegraphql-prisma/resolvers/inputs/TradeOutcomeOrderByWithAggregationInput.cjs +12 -0
  770. package/generated/typegraphql-prisma/resolvers/inputs/TradeOutcomeOrderByWithAggregationInput.d.ts +2 -0
  771. package/generated/typegraphql-prisma/resolvers/inputs/TradeOutcomeOrderByWithAggregationInput.d.ts.map +1 -1
  772. package/generated/typegraphql-prisma/resolvers/inputs/TradeOutcomeOrderByWithAggregationInput.js.map +1 -1
  773. package/generated/typegraphql-prisma/resolvers/inputs/TradeOutcomeOrderByWithRelationInput.cjs +12 -0
  774. package/generated/typegraphql-prisma/resolvers/inputs/TradeOutcomeOrderByWithRelationInput.d.ts +2 -0
  775. package/generated/typegraphql-prisma/resolvers/inputs/TradeOutcomeOrderByWithRelationInput.d.ts.map +1 -1
  776. package/generated/typegraphql-prisma/resolvers/inputs/TradeOutcomeOrderByWithRelationInput.js.map +1 -1
  777. package/generated/typegraphql-prisma/resolvers/inputs/TradeOutcomeScalarWhereWithAggregatesInput.cjs +14 -0
  778. package/generated/typegraphql-prisma/resolvers/inputs/TradeOutcomeScalarWhereWithAggregatesInput.d.ts +4 -0
  779. package/generated/typegraphql-prisma/resolvers/inputs/TradeOutcomeScalarWhereWithAggregatesInput.d.ts.map +1 -1
  780. package/generated/typegraphql-prisma/resolvers/inputs/TradeOutcomeScalarWhereWithAggregatesInput.js.map +1 -1
  781. package/generated/typegraphql-prisma/resolvers/inputs/TradeOutcomeUpdateInput.cjs +14 -0
  782. package/generated/typegraphql-prisma/resolvers/inputs/TradeOutcomeUpdateInput.d.ts +4 -0
  783. package/generated/typegraphql-prisma/resolvers/inputs/TradeOutcomeUpdateInput.d.ts.map +1 -1
  784. package/generated/typegraphql-prisma/resolvers/inputs/TradeOutcomeUpdateInput.js.map +1 -1
  785. package/generated/typegraphql-prisma/resolvers/inputs/TradeOutcomeUpdateManyMutationInput.cjs +14 -0
  786. package/generated/typegraphql-prisma/resolvers/inputs/TradeOutcomeUpdateManyMutationInput.d.ts +4 -0
  787. package/generated/typegraphql-prisma/resolvers/inputs/TradeOutcomeUpdateManyMutationInput.d.ts.map +1 -1
  788. package/generated/typegraphql-prisma/resolvers/inputs/TradeOutcomeUpdateManyMutationInput.js.map +1 -1
  789. package/generated/typegraphql-prisma/resolvers/inputs/TradeOutcomeWhereInput.cjs +14 -0
  790. package/generated/typegraphql-prisma/resolvers/inputs/TradeOutcomeWhereInput.d.ts +4 -0
  791. package/generated/typegraphql-prisma/resolvers/inputs/TradeOutcomeWhereInput.d.ts.map +1 -1
  792. package/generated/typegraphql-prisma/resolvers/inputs/TradeOutcomeWhereInput.js.map +1 -1
  793. package/generated/typegraphql-prisma/resolvers/inputs/TradeOutcomeWhereUniqueInput.cjs +14 -0
  794. package/generated/typegraphql-prisma/resolvers/inputs/TradeOutcomeWhereUniqueInput.d.ts +4 -0
  795. package/generated/typegraphql-prisma/resolvers/inputs/TradeOutcomeWhereUniqueInput.d.ts.map +1 -1
  796. package/generated/typegraphql-prisma/resolvers/inputs/TradeOutcomeWhereUniqueInput.js.map +1 -1
  797. package/generated/typegraphql-prisma/resolvers/inputs/TradeScalarWhereWithAggregatesInput.cjs +28 -0
  798. package/generated/typegraphql-prisma/resolvers/inputs/TradeScalarWhereWithAggregatesInput.d.ts +8 -0
  799. package/generated/typegraphql-prisma/resolvers/inputs/TradeScalarWhereWithAggregatesInput.d.ts.map +1 -1
  800. package/generated/typegraphql-prisma/resolvers/inputs/TradeScalarWhereWithAggregatesInput.js.map +1 -1
  801. package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateInput.cjs +28 -0
  802. package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateInput.d.ts +8 -0
  803. package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateInput.d.ts.map +1 -1
  804. package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateInput.js.map +1 -1
  805. package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateManyMutationInput.cjs +28 -0
  806. package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateManyMutationInput.d.ts +8 -0
  807. package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateManyMutationInput.d.ts.map +1 -1
  808. package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateManyMutationInput.js.map +1 -1
  809. package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutActionsInput.cjs +28 -0
  810. package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutActionsInput.d.ts +8 -0
  811. package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutActionsInput.d.ts.map +1 -1
  812. package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutActionsInput.js.map +1 -1
  813. package/generated/typegraphql-prisma/resolvers/inputs/TradeWhereInput.cjs +28 -0
  814. package/generated/typegraphql-prisma/resolvers/inputs/TradeWhereInput.d.ts +8 -0
  815. package/generated/typegraphql-prisma/resolvers/inputs/TradeWhereInput.d.ts.map +1 -1
  816. package/generated/typegraphql-prisma/resolvers/inputs/TradeWhereInput.js.map +1 -1
  817. package/generated/typegraphql-prisma/resolvers/inputs/TradeWhereUniqueInput.cjs +28 -0
  818. package/generated/typegraphql-prisma/resolvers/inputs/TradeWhereUniqueInput.d.ts +8 -0
  819. package/generated/typegraphql-prisma/resolvers/inputs/TradeWhereUniqueInput.d.ts.map +1 -1
  820. package/generated/typegraphql-prisma/resolvers/inputs/TradeWhereUniqueInput.js.map +1 -1
  821. package/generated/typegraphql-prisma/resolvers/inputs/index.cjs +96 -46
  822. package/generated/typegraphql-prisma/resolvers/inputs/index.d.ts +25 -0
  823. package/generated/typegraphql-prisma/resolvers/inputs/index.d.ts.map +1 -1
  824. package/generated/typegraphql-prisma/resolvers/inputs/index.js.map +1 -1
  825. package/generated/typegraphql-prisma/resolvers/outputs/ActionCountAggregate.cjs +6 -0
  826. package/generated/typegraphql-prisma/resolvers/outputs/ActionCountAggregate.d.ts +1 -0
  827. package/generated/typegraphql-prisma/resolvers/outputs/ActionCountAggregate.d.ts.map +1 -1
  828. package/generated/typegraphql-prisma/resolvers/outputs/ActionCountAggregate.js.map +1 -1
  829. package/generated/typegraphql-prisma/resolvers/outputs/ActionGroupBy.cjs +7 -0
  830. package/generated/typegraphql-prisma/resolvers/outputs/ActionGroupBy.d.ts +1 -0
  831. package/generated/typegraphql-prisma/resolvers/outputs/ActionGroupBy.d.ts.map +1 -1
  832. package/generated/typegraphql-prisma/resolvers/outputs/ActionGroupBy.js.map +1 -1
  833. package/generated/typegraphql-prisma/resolvers/outputs/ActionMaxAggregate.cjs +7 -0
  834. package/generated/typegraphql-prisma/resolvers/outputs/ActionMaxAggregate.d.ts +1 -0
  835. package/generated/typegraphql-prisma/resolvers/outputs/ActionMaxAggregate.d.ts.map +1 -1
  836. package/generated/typegraphql-prisma/resolvers/outputs/ActionMaxAggregate.js.map +1 -1
  837. package/generated/typegraphql-prisma/resolvers/outputs/ActionMinAggregate.cjs +7 -0
  838. package/generated/typegraphql-prisma/resolvers/outputs/ActionMinAggregate.d.ts +1 -0
  839. package/generated/typegraphql-prisma/resolvers/outputs/ActionMinAggregate.d.ts.map +1 -1
  840. package/generated/typegraphql-prisma/resolvers/outputs/ActionMinAggregate.js.map +1 -1
  841. package/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnAction.cjs +7 -0
  842. package/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnAction.d.ts +1 -0
  843. package/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnAction.d.ts.map +1 -1
  844. package/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnAction.js.map +1 -1
  845. package/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnTrade.cjs +28 -0
  846. package/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnTrade.d.ts +4 -0
  847. package/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnTrade.d.ts.map +1 -1
  848. package/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnTrade.js.map +1 -1
  849. package/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnTradeOutcome.cjs +14 -0
  850. package/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnTradeOutcome.d.ts +2 -0
  851. package/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnTradeOutcome.d.ts.map +1 -1
  852. package/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnTradeOutcome.js.map +1 -1
  853. package/generated/typegraphql-prisma/resolvers/outputs/TradeCountAggregate.cjs +24 -0
  854. package/generated/typegraphql-prisma/resolvers/outputs/TradeCountAggregate.d.ts +4 -0
  855. package/generated/typegraphql-prisma/resolvers/outputs/TradeCountAggregate.d.ts.map +1 -1
  856. package/generated/typegraphql-prisma/resolvers/outputs/TradeCountAggregate.js.map +1 -1
  857. package/generated/typegraphql-prisma/resolvers/outputs/TradeGroupBy.cjs +28 -0
  858. package/generated/typegraphql-prisma/resolvers/outputs/TradeGroupBy.d.ts +4 -0
  859. package/generated/typegraphql-prisma/resolvers/outputs/TradeGroupBy.d.ts.map +1 -1
  860. package/generated/typegraphql-prisma/resolvers/outputs/TradeGroupBy.js.map +1 -1
  861. package/generated/typegraphql-prisma/resolvers/outputs/TradeMaxAggregate.cjs +28 -0
  862. package/generated/typegraphql-prisma/resolvers/outputs/TradeMaxAggregate.d.ts +4 -0
  863. package/generated/typegraphql-prisma/resolvers/outputs/TradeMaxAggregate.d.ts.map +1 -1
  864. package/generated/typegraphql-prisma/resolvers/outputs/TradeMaxAggregate.js.map +1 -1
  865. package/generated/typegraphql-prisma/resolvers/outputs/TradeMinAggregate.cjs +28 -0
  866. package/generated/typegraphql-prisma/resolvers/outputs/TradeMinAggregate.d.ts +4 -0
  867. package/generated/typegraphql-prisma/resolvers/outputs/TradeMinAggregate.d.ts.map +1 -1
  868. package/generated/typegraphql-prisma/resolvers/outputs/TradeMinAggregate.js.map +1 -1
  869. package/generated/typegraphql-prisma/resolvers/outputs/TradeOutcomeCountAggregate.cjs +12 -0
  870. package/generated/typegraphql-prisma/resolvers/outputs/TradeOutcomeCountAggregate.d.ts +2 -0
  871. package/generated/typegraphql-prisma/resolvers/outputs/TradeOutcomeCountAggregate.d.ts.map +1 -1
  872. package/generated/typegraphql-prisma/resolvers/outputs/TradeOutcomeCountAggregate.js.map +1 -1
  873. package/generated/typegraphql-prisma/resolvers/outputs/TradeOutcomeGroupBy.cjs +14 -0
  874. package/generated/typegraphql-prisma/resolvers/outputs/TradeOutcomeGroupBy.d.ts +2 -0
  875. package/generated/typegraphql-prisma/resolvers/outputs/TradeOutcomeGroupBy.d.ts.map +1 -1
  876. package/generated/typegraphql-prisma/resolvers/outputs/TradeOutcomeGroupBy.js.map +1 -1
  877. package/generated/typegraphql-prisma/resolvers/outputs/TradeOutcomeMaxAggregate.cjs +14 -0
  878. package/generated/typegraphql-prisma/resolvers/outputs/TradeOutcomeMaxAggregate.d.ts +2 -0
  879. package/generated/typegraphql-prisma/resolvers/outputs/TradeOutcomeMaxAggregate.d.ts.map +1 -1
  880. package/generated/typegraphql-prisma/resolvers/outputs/TradeOutcomeMaxAggregate.js.map +1 -1
  881. package/generated/typegraphql-prisma/resolvers/outputs/TradeOutcomeMinAggregate.cjs +14 -0
  882. package/generated/typegraphql-prisma/resolvers/outputs/TradeOutcomeMinAggregate.d.ts +2 -0
  883. package/generated/typegraphql-prisma/resolvers/outputs/TradeOutcomeMinAggregate.d.ts.map +1 -1
  884. package/generated/typegraphql-prisma/resolvers/outputs/TradeOutcomeMinAggregate.js.map +1 -1
  885. package/generated/typegraphql-prisma/resolvers/relations/Trade/args/TradeActionsArgs.d.ts +1 -1
  886. package/generated/typegraphql-prisma/resolvers/relations/Trade/args/TradeActionsArgs.d.ts.map +1 -1
  887. package/generated/typegraphql-prisma/resolvers/relations/Trade/args/TradeActionsArgs.js.map +1 -1
  888. package/package.json +1 -1
@@ -1 +1 @@
1
- {"version":3,"file":"TradeOutcomeCountAggregate.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/TradeOutcomeCountAggregate.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"TradeOutcomeCountAggregate.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/TradeOutcomeCountAggregate.ts"],"names":[],"mappings":"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"}
@@ -12,6 +12,7 @@ let TradeOutcomeCountAggregate = class TradeOutcomeCountAggregate {
12
12
  id;
13
13
  tradeId;
14
14
  symbol;
15
+ side;
15
16
  assetClass;
16
17
  accountId;
17
18
  entryPrice;
@@ -25,6 +26,7 @@ let TradeOutcomeCountAggregate = class TradeOutcomeCountAggregate {
25
26
  maxAdverseExcursionPct;
26
27
  maxFavorableExcursionPct;
27
28
  signalSource;
29
+ signalSourceType;
28
30
  transformerConfidence;
29
31
  llmConfidence;
30
32
  ensembleConfidence;
@@ -53,6 +55,12 @@ __decorate([
53
55
  }),
54
56
  __metadata("design:type", Number)
55
57
  ], TradeOutcomeCountAggregate.prototype, "symbol", void 0);
58
+ __decorate([
59
+ TypeGraphQL.Field(_type => TypeGraphQL.Int, {
60
+ nullable: false
61
+ }),
62
+ __metadata("design:type", Number)
63
+ ], TradeOutcomeCountAggregate.prototype, "side", void 0);
56
64
  __decorate([
57
65
  TypeGraphQL.Field(_type => TypeGraphQL.Int, {
58
66
  nullable: false
@@ -131,6 +139,12 @@ __decorate([
131
139
  }),
132
140
  __metadata("design:type", Number)
133
141
  ], TradeOutcomeCountAggregate.prototype, "signalSource", void 0);
142
+ __decorate([
143
+ TypeGraphQL.Field(_type => TypeGraphQL.Int, {
144
+ nullable: false
145
+ }),
146
+ __metadata("design:type", Number)
147
+ ], TradeOutcomeCountAggregate.prototype, "signalSourceType", void 0);
134
148
  __decorate([
135
149
  TypeGraphQL.Field(_type => TypeGraphQL.Int, {
136
150
  nullable: false
@@ -8,6 +8,7 @@ export declare class TradeOutcomeGroupBy {
8
8
  id: string;
9
9
  tradeId: string | null;
10
10
  symbol: string;
11
+ side: "LONG" | "SHORT" | null;
11
12
  assetClass: string;
12
13
  accountId: string;
13
14
  entryPrice: number;
@@ -21,6 +22,7 @@ export declare class TradeOutcomeGroupBy {
21
22
  maxAdverseExcursionPct: number;
22
23
  maxFavorableExcursionPct: number;
23
24
  signalSource: string;
25
+ signalSourceType: "ENSEMBLE" | "LLM_ONLY" | "TRANSFORMER_ONLY" | "DRIFT_FALLBACK" | "MANUAL" | null;
24
26
  transformerConfidence: number | null;
25
27
  llmConfidence: number | null;
26
28
  ensembleConfidence: number;
@@ -1 +1 @@
1
- {"version":3,"file":"TradeOutcomeGroupBy.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/TradeOutcomeGroupBy.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAC;AAExC,OAAO,EAAE,wBAAwB,EAAE,MAAM,qCAAqC,CAAC;AAC/E,OAAO,EAAE,0BAA0B,EAAE,MAAM,uCAAuC,CAAC;AACnF,OAAO,EAAE,wBAAwB,EAAE,MAAM,qCAAqC,CAAC;AAC/E,OAAO,EAAE,wBAAwB,EAAE,MAAM,qCAAqC,CAAC;AAC/E,OAAO,EAAE,wBAAwB,EAAE,MAAM,qCAAqC,CAAC;AAE/E,qBACa,mBAAmB;IAI9B,EAAE,EAAG,MAAM,CAAC;IAKZ,OAAO,EAAG,MAAM,GAAG,IAAI,CAAC;IAKxB,MAAM,EAAG,MAAM,CAAC;IAKhB,UAAU,EAAG,MAAM,CAAC;IAKpB,SAAS,EAAG,MAAM,CAAC;IAKnB,UAAU,EAAG,MAAM,CAAC;IAKpB,SAAS,EAAG,MAAM,CAAC;IAKnB,cAAc,EAAG,IAAI,CAAC;IAKtB,aAAa,EAAG,IAAI,CAAC;IAKrB,mBAAmB,EAAG,MAAM,CAAC;IAK7B,UAAU,EAAG,MAAM,CAAC;IAKpB,cAAc,EAAG,MAAM,CAAC;IAKxB,YAAY,EAAG,MAAM,CAAC;IAKtB,sBAAsB,EAAG,MAAM,CAAC;IAKhC,wBAAwB,EAAG,MAAM,CAAC;IAKlC,YAAY,EAAG,MAAM,CAAC;IAKtB,qBAAqB,EAAG,MAAM,GAAG,IAAI,CAAC;IAKtC,aAAa,EAAG,MAAM,GAAG,IAAI,CAAC;IAK9B,kBAAkB,EAAG,MAAM,CAAC;IAK5B,cAAc,EAAG,MAAM,CAAC;IAKxB,aAAa,EAAG,MAAM,CAAC;IAKvB,eAAe,EAAG,MAAM,CAAC,SAAS,GAAG,IAAI,CAAC;IAK1C,SAAS,EAAG,IAAI,CAAC;IAKjB,SAAS,EAAG,IAAI,CAAC;IAKjB,MAAM,EAAG,0BAA0B,GAAG,IAAI,CAAC;IAK3C,IAAI,EAAG,wBAAwB,GAAG,IAAI,CAAC;IAKvC,IAAI,EAAG,wBAAwB,GAAG,IAAI,CAAC;IAKvC,IAAI,EAAG,wBAAwB,GAAG,IAAI,CAAC;IAKvC,IAAI,EAAG,wBAAwB,GAAG,IAAI,CAAC;CACxC"}
1
+ {"version":3,"file":"TradeOutcomeGroupBy.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/TradeOutcomeGroupBy.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAC;AAExC,OAAO,EAAE,wBAAwB,EAAE,MAAM,qCAAqC,CAAC;AAC/E,OAAO,EAAE,0BAA0B,EAAE,MAAM,uCAAuC,CAAC;AACnF,OAAO,EAAE,wBAAwB,EAAE,MAAM,qCAAqC,CAAC;AAC/E,OAAO,EAAE,wBAAwB,EAAE,MAAM,qCAAqC,CAAC;AAC/E,OAAO,EAAE,wBAAwB,EAAE,MAAM,qCAAqC,CAAC;AAI/E,qBACa,mBAAmB;IAI9B,EAAE,EAAG,MAAM,CAAC;IAKZ,OAAO,EAAG,MAAM,GAAG,IAAI,CAAC;IAKxB,MAAM,EAAG,MAAM,CAAC;IAKhB,IAAI,EAAG,MAAM,GAAG,OAAO,GAAG,IAAI,CAAC;IAK/B,UAAU,EAAG,MAAM,CAAC;IAKpB,SAAS,EAAG,MAAM,CAAC;IAKnB,UAAU,EAAG,MAAM,CAAC;IAKpB,SAAS,EAAG,MAAM,CAAC;IAKnB,cAAc,EAAG,IAAI,CAAC;IAKtB,aAAa,EAAG,IAAI,CAAC;IAKrB,mBAAmB,EAAG,MAAM,CAAC;IAK7B,UAAU,EAAG,MAAM,CAAC;IAKpB,cAAc,EAAG,MAAM,CAAC;IAKxB,YAAY,EAAG,MAAM,CAAC;IAKtB,sBAAsB,EAAG,MAAM,CAAC;IAKhC,wBAAwB,EAAG,MAAM,CAAC;IAKlC,YAAY,EAAG,MAAM,CAAC;IAKtB,gBAAgB,EAAG,UAAU,GAAG,UAAU,GAAG,kBAAkB,GAAG,gBAAgB,GAAG,QAAQ,GAAG,IAAI,CAAC;IAKrG,qBAAqB,EAAG,MAAM,GAAG,IAAI,CAAC;IAKtC,aAAa,EAAG,MAAM,GAAG,IAAI,CAAC;IAK9B,kBAAkB,EAAG,MAAM,CAAC;IAK5B,cAAc,EAAG,MAAM,CAAC;IAKxB,aAAa,EAAG,MAAM,CAAC;IAKvB,eAAe,EAAG,MAAM,CAAC,SAAS,GAAG,IAAI,CAAC;IAK1C,SAAS,EAAG,IAAI,CAAC;IAKjB,SAAS,EAAG,IAAI,CAAC;IAKjB,MAAM,EAAG,0BAA0B,GAAG,IAAI,CAAC;IAK3C,IAAI,EAAG,wBAAwB,GAAG,IAAI,CAAC;IAKvC,IAAI,EAAG,wBAAwB,GAAG,IAAI,CAAC;IAKvC,IAAI,EAAG,wBAAwB,GAAG,IAAI,CAAC;IAKvC,IAAI,EAAG,wBAAwB,GAAG,IAAI,CAAC;CACxC"}
@@ -1 +1 @@
1
- {"version":3,"file":"TradeOutcomeGroupBy.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/TradeOutcomeGroupBy.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"TradeOutcomeGroupBy.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/TradeOutcomeGroupBy.ts"],"names":[],"mappings":"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"}
@@ -14,10 +14,13 @@ import { TradeOutcomeCountAggregate } from "../outputs/TradeOutcomeCountAggregat
14
14
  import { TradeOutcomeMaxAggregate } from "../outputs/TradeOutcomeMaxAggregate.mjs";
15
15
  import { TradeOutcomeMinAggregate } from "../outputs/TradeOutcomeMinAggregate.mjs";
16
16
  import { TradeOutcomeSumAggregate } from "../outputs/TradeOutcomeSumAggregate.mjs";
17
+ import { TradeSide } from "../../enums/TradeSide.mjs";
18
+ import { TradeSignalSource } from "../../enums/TradeSignalSource.mjs";
17
19
  let TradeOutcomeGroupBy = class TradeOutcomeGroupBy {
18
20
  id;
19
21
  tradeId;
20
22
  symbol;
23
+ side;
21
24
  assetClass;
22
25
  accountId;
23
26
  entryPrice;
@@ -31,6 +34,7 @@ let TradeOutcomeGroupBy = class TradeOutcomeGroupBy {
31
34
  maxAdverseExcursionPct;
32
35
  maxFavorableExcursionPct;
33
36
  signalSource;
37
+ signalSourceType;
34
38
  transformerConfidence;
35
39
  llmConfidence;
36
40
  ensembleConfidence;
@@ -63,6 +67,12 @@ __decorate([
63
67
  }),
64
68
  __metadata("design:type", String)
65
69
  ], TradeOutcomeGroupBy.prototype, "symbol", void 0);
70
+ __decorate([
71
+ TypeGraphQL.Field(_type => TradeSide, {
72
+ nullable: true
73
+ }),
74
+ __metadata("design:type", Object)
75
+ ], TradeOutcomeGroupBy.prototype, "side", void 0);
66
76
  __decorate([
67
77
  TypeGraphQL.Field(_type => String, {
68
78
  nullable: false
@@ -141,6 +151,12 @@ __decorate([
141
151
  }),
142
152
  __metadata("design:type", String)
143
153
  ], TradeOutcomeGroupBy.prototype, "signalSource", void 0);
154
+ __decorate([
155
+ TypeGraphQL.Field(_type => TradeSignalSource, {
156
+ nullable: true
157
+ }),
158
+ __metadata("design:type", Object)
159
+ ], TradeOutcomeGroupBy.prototype, "signalSourceType", void 0);
144
160
  __decorate([
145
161
  TypeGraphQL.Field(_type => TypeGraphQL.Float, {
146
162
  nullable: true
@@ -2,6 +2,7 @@ export declare class TradeOutcomeMaxAggregate {
2
2
  id: string | null;
3
3
  tradeId: string | null;
4
4
  symbol: string | null;
5
+ side: "LONG" | "SHORT" | null;
5
6
  assetClass: string | null;
6
7
  accountId: string | null;
7
8
  entryPrice: number | null;
@@ -15,6 +16,7 @@ export declare class TradeOutcomeMaxAggregate {
15
16
  maxAdverseExcursionPct: number | null;
16
17
  maxFavorableExcursionPct: number | null;
17
18
  signalSource: string | null;
19
+ signalSourceType: "ENSEMBLE" | "LLM_ONLY" | "TRANSFORMER_ONLY" | "DRIFT_FALLBACK" | "MANUAL" | null;
18
20
  transformerConfidence: number | null;
19
21
  llmConfidence: number | null;
20
22
  ensembleConfidence: number | null;
@@ -1 +1 @@
1
- {"version":3,"file":"TradeOutcomeMaxAggregate.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/TradeOutcomeMaxAggregate.ts"],"names":[],"mappings":"AAKA,qBACa,wBAAwB;IAInC,EAAE,EAAG,MAAM,GAAG,IAAI,CAAC;IAKnB,OAAO,EAAG,MAAM,GAAG,IAAI,CAAC;IAKxB,MAAM,EAAG,MAAM,GAAG,IAAI,CAAC;IAKvB,UAAU,EAAG,MAAM,GAAG,IAAI,CAAC;IAK3B,SAAS,EAAG,MAAM,GAAG,IAAI,CAAC;IAK1B,UAAU,EAAG,MAAM,GAAG,IAAI,CAAC;IAK3B,SAAS,EAAG,MAAM,GAAG,IAAI,CAAC;IAK1B,cAAc,EAAG,IAAI,GAAG,IAAI,CAAC;IAK7B,aAAa,EAAG,IAAI,GAAG,IAAI,CAAC;IAK5B,mBAAmB,EAAG,MAAM,GAAG,IAAI,CAAC;IAKpC,UAAU,EAAG,MAAM,GAAG,IAAI,CAAC;IAK3B,cAAc,EAAG,MAAM,GAAG,IAAI,CAAC;IAK/B,YAAY,EAAG,MAAM,GAAG,IAAI,CAAC;IAK7B,sBAAsB,EAAG,MAAM,GAAG,IAAI,CAAC;IAKvC,wBAAwB,EAAG,MAAM,GAAG,IAAI,CAAC;IAKzC,YAAY,EAAG,MAAM,GAAG,IAAI,CAAC;IAK7B,qBAAqB,EAAG,MAAM,GAAG,IAAI,CAAC;IAKtC,aAAa,EAAG,MAAM,GAAG,IAAI,CAAC;IAK9B,kBAAkB,EAAG,MAAM,GAAG,IAAI,CAAC;IAKnC,cAAc,EAAG,MAAM,GAAG,IAAI,CAAC;IAK/B,aAAa,EAAG,MAAM,GAAG,IAAI,CAAC;IAK9B,SAAS,EAAG,IAAI,GAAG,IAAI,CAAC;IAKxB,SAAS,EAAG,IAAI,GAAG,IAAI,CAAC;CACzB"}
1
+ {"version":3,"file":"TradeOutcomeMaxAggregate.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/TradeOutcomeMaxAggregate.ts"],"names":[],"mappings":"AAOA,qBACa,wBAAwB;IAInC,EAAE,EAAG,MAAM,GAAG,IAAI,CAAC;IAKnB,OAAO,EAAG,MAAM,GAAG,IAAI,CAAC;IAKxB,MAAM,EAAG,MAAM,GAAG,IAAI,CAAC;IAKvB,IAAI,EAAG,MAAM,GAAG,OAAO,GAAG,IAAI,CAAC;IAK/B,UAAU,EAAG,MAAM,GAAG,IAAI,CAAC;IAK3B,SAAS,EAAG,MAAM,GAAG,IAAI,CAAC;IAK1B,UAAU,EAAG,MAAM,GAAG,IAAI,CAAC;IAK3B,SAAS,EAAG,MAAM,GAAG,IAAI,CAAC;IAK1B,cAAc,EAAG,IAAI,GAAG,IAAI,CAAC;IAK7B,aAAa,EAAG,IAAI,GAAG,IAAI,CAAC;IAK5B,mBAAmB,EAAG,MAAM,GAAG,IAAI,CAAC;IAKpC,UAAU,EAAG,MAAM,GAAG,IAAI,CAAC;IAK3B,cAAc,EAAG,MAAM,GAAG,IAAI,CAAC;IAK/B,YAAY,EAAG,MAAM,GAAG,IAAI,CAAC;IAK7B,sBAAsB,EAAG,MAAM,GAAG,IAAI,CAAC;IAKvC,wBAAwB,EAAG,MAAM,GAAG,IAAI,CAAC;IAKzC,YAAY,EAAG,MAAM,GAAG,IAAI,CAAC;IAK7B,gBAAgB,EAAG,UAAU,GAAG,UAAU,GAAG,kBAAkB,GAAG,gBAAgB,GAAG,QAAQ,GAAG,IAAI,CAAC;IAKrG,qBAAqB,EAAG,MAAM,GAAG,IAAI,CAAC;IAKtC,aAAa,EAAG,MAAM,GAAG,IAAI,CAAC;IAK9B,kBAAkB,EAAG,MAAM,GAAG,IAAI,CAAC;IAKnC,cAAc,EAAG,MAAM,GAAG,IAAI,CAAC;IAK/B,aAAa,EAAG,MAAM,GAAG,IAAI,CAAC;IAK9B,SAAS,EAAG,IAAI,GAAG,IAAI,CAAC;IAKxB,SAAS,EAAG,IAAI,GAAG,IAAI,CAAC;CACzB"}
@@ -1 +1 @@
1
- {"version":3,"file":"TradeOutcomeMaxAggregate.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/TradeOutcomeMaxAggregate.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"TradeOutcomeMaxAggregate.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/TradeOutcomeMaxAggregate.ts"],"names":[],"mappings":"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"}
@@ -8,10 +8,13 @@ var __metadata = (this && this.__metadata) || function (k, v) {
8
8
  if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
9
9
  };
10
10
  import * as TypeGraphQL from "type-graphql";
11
+ import { TradeSide } from "../../enums/TradeSide.mjs";
12
+ import { TradeSignalSource } from "../../enums/TradeSignalSource.mjs";
11
13
  let TradeOutcomeMaxAggregate = class TradeOutcomeMaxAggregate {
12
14
  id;
13
15
  tradeId;
14
16
  symbol;
17
+ side;
15
18
  assetClass;
16
19
  accountId;
17
20
  entryPrice;
@@ -25,6 +28,7 @@ let TradeOutcomeMaxAggregate = class TradeOutcomeMaxAggregate {
25
28
  maxAdverseExcursionPct;
26
29
  maxFavorableExcursionPct;
27
30
  signalSource;
31
+ signalSourceType;
28
32
  transformerConfidence;
29
33
  llmConfidence;
30
34
  ensembleConfidence;
@@ -51,6 +55,12 @@ __decorate([
51
55
  }),
52
56
  __metadata("design:type", Object)
53
57
  ], TradeOutcomeMaxAggregate.prototype, "symbol", void 0);
58
+ __decorate([
59
+ TypeGraphQL.Field(_type => TradeSide, {
60
+ nullable: true
61
+ }),
62
+ __metadata("design:type", Object)
63
+ ], TradeOutcomeMaxAggregate.prototype, "side", void 0);
54
64
  __decorate([
55
65
  TypeGraphQL.Field(_type => String, {
56
66
  nullable: true
@@ -129,6 +139,12 @@ __decorate([
129
139
  }),
130
140
  __metadata("design:type", Object)
131
141
  ], TradeOutcomeMaxAggregate.prototype, "signalSource", void 0);
142
+ __decorate([
143
+ TypeGraphQL.Field(_type => TradeSignalSource, {
144
+ nullable: true
145
+ }),
146
+ __metadata("design:type", Object)
147
+ ], TradeOutcomeMaxAggregate.prototype, "signalSourceType", void 0);
132
148
  __decorate([
133
149
  TypeGraphQL.Field(_type => TypeGraphQL.Float, {
134
150
  nullable: true
@@ -2,6 +2,7 @@ export declare class TradeOutcomeMinAggregate {
2
2
  id: string | null;
3
3
  tradeId: string | null;
4
4
  symbol: string | null;
5
+ side: "LONG" | "SHORT" | null;
5
6
  assetClass: string | null;
6
7
  accountId: string | null;
7
8
  entryPrice: number | null;
@@ -15,6 +16,7 @@ export declare class TradeOutcomeMinAggregate {
15
16
  maxAdverseExcursionPct: number | null;
16
17
  maxFavorableExcursionPct: number | null;
17
18
  signalSource: string | null;
19
+ signalSourceType: "ENSEMBLE" | "LLM_ONLY" | "TRANSFORMER_ONLY" | "DRIFT_FALLBACK" | "MANUAL" | null;
18
20
  transformerConfidence: number | null;
19
21
  llmConfidence: number | null;
20
22
  ensembleConfidence: number | null;
@@ -1 +1 @@
1
- {"version":3,"file":"TradeOutcomeMinAggregate.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/TradeOutcomeMinAggregate.ts"],"names":[],"mappings":"AAKA,qBACa,wBAAwB;IAInC,EAAE,EAAG,MAAM,GAAG,IAAI,CAAC;IAKnB,OAAO,EAAG,MAAM,GAAG,IAAI,CAAC;IAKxB,MAAM,EAAG,MAAM,GAAG,IAAI,CAAC;IAKvB,UAAU,EAAG,MAAM,GAAG,IAAI,CAAC;IAK3B,SAAS,EAAG,MAAM,GAAG,IAAI,CAAC;IAK1B,UAAU,EAAG,MAAM,GAAG,IAAI,CAAC;IAK3B,SAAS,EAAG,MAAM,GAAG,IAAI,CAAC;IAK1B,cAAc,EAAG,IAAI,GAAG,IAAI,CAAC;IAK7B,aAAa,EAAG,IAAI,GAAG,IAAI,CAAC;IAK5B,mBAAmB,EAAG,MAAM,GAAG,IAAI,CAAC;IAKpC,UAAU,EAAG,MAAM,GAAG,IAAI,CAAC;IAK3B,cAAc,EAAG,MAAM,GAAG,IAAI,CAAC;IAK/B,YAAY,EAAG,MAAM,GAAG,IAAI,CAAC;IAK7B,sBAAsB,EAAG,MAAM,GAAG,IAAI,CAAC;IAKvC,wBAAwB,EAAG,MAAM,GAAG,IAAI,CAAC;IAKzC,YAAY,EAAG,MAAM,GAAG,IAAI,CAAC;IAK7B,qBAAqB,EAAG,MAAM,GAAG,IAAI,CAAC;IAKtC,aAAa,EAAG,MAAM,GAAG,IAAI,CAAC;IAK9B,kBAAkB,EAAG,MAAM,GAAG,IAAI,CAAC;IAKnC,cAAc,EAAG,MAAM,GAAG,IAAI,CAAC;IAK/B,aAAa,EAAG,MAAM,GAAG,IAAI,CAAC;IAK9B,SAAS,EAAG,IAAI,GAAG,IAAI,CAAC;IAKxB,SAAS,EAAG,IAAI,GAAG,IAAI,CAAC;CACzB"}
1
+ {"version":3,"file":"TradeOutcomeMinAggregate.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/TradeOutcomeMinAggregate.ts"],"names":[],"mappings":"AAOA,qBACa,wBAAwB;IAInC,EAAE,EAAG,MAAM,GAAG,IAAI,CAAC;IAKnB,OAAO,EAAG,MAAM,GAAG,IAAI,CAAC;IAKxB,MAAM,EAAG,MAAM,GAAG,IAAI,CAAC;IAKvB,IAAI,EAAG,MAAM,GAAG,OAAO,GAAG,IAAI,CAAC;IAK/B,UAAU,EAAG,MAAM,GAAG,IAAI,CAAC;IAK3B,SAAS,EAAG,MAAM,GAAG,IAAI,CAAC;IAK1B,UAAU,EAAG,MAAM,GAAG,IAAI,CAAC;IAK3B,SAAS,EAAG,MAAM,GAAG,IAAI,CAAC;IAK1B,cAAc,EAAG,IAAI,GAAG,IAAI,CAAC;IAK7B,aAAa,EAAG,IAAI,GAAG,IAAI,CAAC;IAK5B,mBAAmB,EAAG,MAAM,GAAG,IAAI,CAAC;IAKpC,UAAU,EAAG,MAAM,GAAG,IAAI,CAAC;IAK3B,cAAc,EAAG,MAAM,GAAG,IAAI,CAAC;IAK/B,YAAY,EAAG,MAAM,GAAG,IAAI,CAAC;IAK7B,sBAAsB,EAAG,MAAM,GAAG,IAAI,CAAC;IAKvC,wBAAwB,EAAG,MAAM,GAAG,IAAI,CAAC;IAKzC,YAAY,EAAG,MAAM,GAAG,IAAI,CAAC;IAK7B,gBAAgB,EAAG,UAAU,GAAG,UAAU,GAAG,kBAAkB,GAAG,gBAAgB,GAAG,QAAQ,GAAG,IAAI,CAAC;IAKrG,qBAAqB,EAAG,MAAM,GAAG,IAAI,CAAC;IAKtC,aAAa,EAAG,MAAM,GAAG,IAAI,CAAC;IAK9B,kBAAkB,EAAG,MAAM,GAAG,IAAI,CAAC;IAKnC,cAAc,EAAG,MAAM,GAAG,IAAI,CAAC;IAK/B,aAAa,EAAG,MAAM,GAAG,IAAI,CAAC;IAK9B,SAAS,EAAG,IAAI,GAAG,IAAI,CAAC;IAKxB,SAAS,EAAG,IAAI,GAAG,IAAI,CAAC;CACzB"}
@@ -1 +1 @@
1
- {"version":3,"file":"TradeOutcomeMinAggregate.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/TradeOutcomeMinAggregate.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"TradeOutcomeMinAggregate.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/TradeOutcomeMinAggregate.ts"],"names":[],"mappings":"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"}
@@ -8,10 +8,13 @@ var __metadata = (this && this.__metadata) || function (k, v) {
8
8
  if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
9
9
  };
10
10
  import * as TypeGraphQL from "type-graphql";
11
+ import { TradeSide } from "../../enums/TradeSide.mjs";
12
+ import { TradeSignalSource } from "../../enums/TradeSignalSource.mjs";
11
13
  let TradeOutcomeMinAggregate = class TradeOutcomeMinAggregate {
12
14
  id;
13
15
  tradeId;
14
16
  symbol;
17
+ side;
15
18
  assetClass;
16
19
  accountId;
17
20
  entryPrice;
@@ -25,6 +28,7 @@ let TradeOutcomeMinAggregate = class TradeOutcomeMinAggregate {
25
28
  maxAdverseExcursionPct;
26
29
  maxFavorableExcursionPct;
27
30
  signalSource;
31
+ signalSourceType;
28
32
  transformerConfidence;
29
33
  llmConfidence;
30
34
  ensembleConfidence;
@@ -51,6 +55,12 @@ __decorate([
51
55
  }),
52
56
  __metadata("design:type", Object)
53
57
  ], TradeOutcomeMinAggregate.prototype, "symbol", void 0);
58
+ __decorate([
59
+ TypeGraphQL.Field(_type => TradeSide, {
60
+ nullable: true
61
+ }),
62
+ __metadata("design:type", Object)
63
+ ], TradeOutcomeMinAggregate.prototype, "side", void 0);
54
64
  __decorate([
55
65
  TypeGraphQL.Field(_type => String, {
56
66
  nullable: true
@@ -129,6 +139,12 @@ __decorate([
129
139
  }),
130
140
  __metadata("design:type", Object)
131
141
  ], TradeOutcomeMinAggregate.prototype, "signalSource", void 0);
142
+ __decorate([
143
+ TypeGraphQL.Field(_type => TradeSignalSource, {
144
+ nullable: true
145
+ }),
146
+ __metadata("design:type", Object)
147
+ ], TradeOutcomeMinAggregate.prototype, "signalSourceType", void 0);
132
148
  __decorate([
133
149
  TypeGraphQL.Field(_type => TypeGraphQL.Float, {
134
150
  nullable: true
@@ -7,6 +7,6 @@ export declare class TradeActionsArgs {
7
7
  cursor?: ActionWhereUniqueInput | undefined;
8
8
  take?: number | undefined;
9
9
  skip?: number | undefined;
10
- distinct?: Array<"id" | "sequence" | "tradeId" | "type" | "primary" | "note" | "status" | "createdAt" | "updatedAt" | "deletedAt" | "alpacaOrderId" | "supersededActionId" | "triggerSource"> | undefined;
10
+ distinct?: Array<"id" | "sequence" | "tradeId" | "type" | "primary" | "note" | "status" | "createdAt" | "updatedAt" | "deletedAt" | "alpacaOrderId" | "supersededActionId" | "triggerSource" | "triggerSourceType"> | undefined;
11
11
  }
12
12
  //# sourceMappingURL=TradeActionsArgs.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"TradeActionsArgs.d.ts","sourceRoot":"","sources":["../../../../../../../../src/generated/typegraphql-prisma/resolvers/relations/Trade/args/TradeActionsArgs.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,8BAA8B,EAAE,MAAM,gDAAgD,CAAC;AAChG,OAAO,EAAE,gBAAgB,EAAE,MAAM,kCAAkC,CAAC;AACpE,OAAO,EAAE,sBAAsB,EAAE,MAAM,wCAAwC,CAAC;AAGhF,qBACa,gBAAgB;IAI3B,KAAK,CAAC,EAAE,gBAAgB,GAAG,SAAS,CAAC;IAKrC,OAAO,CAAC,EAAE,8BAA8B,EAAE,GAAG,SAAS,CAAC;IAKvD,MAAM,CAAC,EAAE,sBAAsB,GAAG,SAAS,CAAC;IAK5C,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK1B,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK1B,QAAQ,CAAC,EAAE,KAAK,CAAC,IAAI,GAAG,UAAU,GAAG,SAAS,GAAG,MAAM,GAAG,SAAS,GAAG,MAAM,GAAG,QAAQ,GAAG,WAAW,GAAG,WAAW,GAAG,WAAW,GAAG,eAAe,GAAG,oBAAoB,GAAG,eAAe,CAAC,GAAG,SAAS,CAAC;CAC3M"}
1
+ {"version":3,"file":"TradeActionsArgs.d.ts","sourceRoot":"","sources":["../../../../../../../../src/generated/typegraphql-prisma/resolvers/relations/Trade/args/TradeActionsArgs.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,8BAA8B,EAAE,MAAM,gDAAgD,CAAC;AAChG,OAAO,EAAE,gBAAgB,EAAE,MAAM,kCAAkC,CAAC;AACpE,OAAO,EAAE,sBAAsB,EAAE,MAAM,wCAAwC,CAAC;AAGhF,qBACa,gBAAgB;IAI3B,KAAK,CAAC,EAAE,gBAAgB,GAAG,SAAS,CAAC;IAKrC,OAAO,CAAC,EAAE,8BAA8B,EAAE,GAAG,SAAS,CAAC;IAKvD,MAAM,CAAC,EAAE,sBAAsB,GAAG,SAAS,CAAC;IAK5C,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK1B,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK1B,QAAQ,CAAC,EAAE,KAAK,CAAC,IAAI,GAAG,UAAU,GAAG,SAAS,GAAG,MAAM,GAAG,SAAS,GAAG,MAAM,GAAG,QAAQ,GAAG,WAAW,GAAG,WAAW,GAAG,WAAW,GAAG,eAAe,GAAG,oBAAoB,GAAG,eAAe,GAAG,mBAAmB,CAAC,GAAG,SAAS,CAAC;CACjO"}
@@ -1 +1 @@
1
- {"version":3,"file":"TradeActionsArgs.js","sourceRoot":"","sources":["../../../../../../../../src/generated/typegraphql-prisma/resolvers/relations/Trade/args/TradeActionsArgs.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAE5C,OAAO,EAAE,8BAA8B,EAAE,MAAM,gDAAgD,CAAC;AAChG,OAAO,EAAE,gBAAgB,EAAE,MAAM,kCAAkC,CAAC;AACpE,OAAO,EAAE,sBAAsB,EAAE,MAAM,wCAAwC,CAAC;AAChF,OAAO,EAAE,qBAAqB,EAAE,MAAM,yCAAyC,CAAC;AAGzE,IAAM,gBAAgB,GAAtB,MAAM,gBAAgB;IAI3B,KAAK,CAAgC;IAKrC,OAAO,CAAgD;IAKvD,MAAM,CAAsC;IAK5C,IAAI,CAAsB;IAK1B,IAAI,CAAsB;IAK1B,QAAQ,CAAkM;CAC3M,CAAA;AA1BC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,gBAAgB,EAAE;QAC5C,QAAQ,EAAE,IAAI;KACf,CAAC;;+CACmC;AAKrC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,8BAA8B,CAAC,EAAE;QAC5D,QAAQ,EAAE,IAAI;KACf,CAAC;;iDACqD;AAKvD;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,sBAAsB,EAAE;QAClD,QAAQ,EAAE,IAAI;KACf,CAAC;;gDAC0C;AAK5C;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;8CACwB;AAK1B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;8CACwB;AAK1B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,qBAAqB,CAAC,EAAE;QACnD,QAAQ,EAAE,IAAI;KACf,CAAC;;kDACwM;AA7B/L,gBAAgB;IAD5B,WAAW,CAAC,QAAQ,EAAE;GACV,gBAAgB,CA8B5B"}
1
+ {"version":3,"file":"TradeActionsArgs.js","sourceRoot":"","sources":["../../../../../../../../src/generated/typegraphql-prisma/resolvers/relations/Trade/args/TradeActionsArgs.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAE5C,OAAO,EAAE,8BAA8B,EAAE,MAAM,gDAAgD,CAAC;AAChG,OAAO,EAAE,gBAAgB,EAAE,MAAM,kCAAkC,CAAC;AACpE,OAAO,EAAE,sBAAsB,EAAE,MAAM,wCAAwC,CAAC;AAChF,OAAO,EAAE,qBAAqB,EAAE,MAAM,yCAAyC,CAAC;AAGzE,IAAM,gBAAgB,GAAtB,MAAM,gBAAgB;IAI3B,KAAK,CAAgC;IAKrC,OAAO,CAAgD;IAKvD,MAAM,CAAsC;IAK5C,IAAI,CAAsB;IAK1B,IAAI,CAAsB;IAK1B,QAAQ,CAAwN;CACjO,CAAA;AA1BC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,gBAAgB,EAAE;QAC5C,QAAQ,EAAE,IAAI;KACf,CAAC;;+CACmC;AAKrC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,8BAA8B,CAAC,EAAE;QAC5D,QAAQ,EAAE,IAAI;KACf,CAAC;;iDACqD;AAKvD;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,sBAAsB,EAAE;QAClD,QAAQ,EAAE,IAAI;KACf,CAAC;;gDAC0C;AAK5C;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;8CACwB;AAK1B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;8CACwB;AAK1B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,qBAAqB,CAAC,EAAE;QACnD,QAAQ,EAAE,IAAI;KACf,CAAC;;kDAC8N;AA7BrN,gBAAgB;IAD5B,WAAW,CAAC,QAAQ,EAAE;GACV,gBAAgB,CA8B5B"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"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"}
@@ -18,6 +18,8 @@ export type Trade = {
18
18
  status: TradeStatus;
19
19
  // The symbol of the asset associated with this trade.
20
20
  symbol: string;
21
+ // Wave F — Derived position direction for this trade's persistent per-name thesis (the NameThesis home). NULL until the thesis is formed/backfilled; nothing reads it yet — consumers switch shadow-first later. Set explicitly at trade creation from the derived directional call — NOT re-derived from Action.type BUY/SELL, which is order-verb-ambiguous (BUY = open-long | cover-short; SELL = close-long | open-short).
22
+ side?: TradeSide;
21
23
  // List of actions associated with this trade.
22
24
  actions: {
23
25
  // Sequence number of the action within the trade.
@@ -149,6 +151,12 @@ enum TradeStatus {
149
151
  FAILED
150
152
  }
151
153
 
154
+ enum TradeSide {
155
+ LONG
156
+
157
+ SHORT
158
+ }
159
+
152
160
  enum ActionType {
153
161
  BUY
154
162
 
@@ -1,2 +1,2 @@
1
- export declare const TradeTypeString = "\n// Your response should adhere to the following type definition for the \"Trade\" type.\n// Importantly, DO NOT include any annotations in your response (i.e., remove the ones we have provided for your reference below).\n\nexport type Trade = {\n // Signal that triggered the trade.\n signal: TradeSignal;\n // Strategy used to execute the trade.\n strategy: TradeStrategy;\n // summary of the trade decision (this should be a short description of the trade).\n summary: string;\n // Confidence level in the trade decision.\n confidence: number;\n // Current status of the trade.\n status: TradeStatus;\n // The symbol of the asset associated with this trade.\n symbol: string;\n // List of actions associated with this trade.\n actions: {\n // Sequence number of the action within the trade.\n sequence: number;\n // Type of trade action, defined by ActionType enum.\n type: ActionType;\n // Additional notes or comments about the action.\n note: string;\n // Current status of the trade action.\n status: ActionStatus;\n }[];\n // Version number of the trade thesis, incremented on each re-underwriting.\n thesisVersion: number;\n // Forensic metadata populated when status is REJECTED_BROKER, REJECTED_COMPLIANCE, or FAILED. Carries reason, errorCode, brokerResponse, attemptedAt and any other contextual details required for SEC Rule 15c3-5 audits and FINRA review. Null for trades that did not fail or get rejected.\n rejectionMetadata?: any;\n // Wave 234 \u2014 Upstream ensemble signal source that produced this trade. One of \"ensemble\" | \"llm_only\" | \"transformer_only\" | \"drift_fallback\" | \"manual\". Populated at trade creation from `TradeSideAndSignal.metadata.signalSource`. Consumed at exit-fill time to populate `TradeOutcome.signalSource` (replacing the legacy hardcoded \"ensemble\" default in `order-fill-handler.ts:labelExitOutcomeFromFill`). Calibration trainer joins on this for cohort partition.\n signalSource?: string;\n};\n\nenum TradeSignal {\n GOLDEN_CROSS\n\n DEATH_CROSS\n\n MOVING_AVERAGE_CROSSOVER\n\n RSI_OVERBOUGHT\n\n RSI_OVERSOLD\n\n MACD_CROSSOVER\n\n BOLLINGER_BANDS_BREAKOUT\n\n TREND_REVERSAL\n\n PRICE_ACTION\n\n IMPLIED_VOLATILITY_SURGE\n\n BREAKOUT_ABOVE_RESISTANCE\n\n BREAKDOWN_BELOW_SUPPORT\n\n SUPPORT_LEVEL_HOLD\n\n RESISTANCE_LEVEL_HOLD\n\n FIBONACCI_RETRACEMENT\n\n STOCHASTIC_OVERSOLD\n\n STOCHASTIC_OVERBOUGHT\n\n PIVOT_POINT\n\n VOLUME_SURGE\n\n MEAN_REVERSION_LEVEL\n\n NEWS_SENTIMENT_CHANGE\n\n SENTIMENT_ANALYSIS_TRIGGER\n\n GAP_AND_GO_LONG\n\n GAP_AND_GO_SHORT\n\n GAP_FADE_LONG\n\n GAP_FADE_SHORT\n\n ORB_BREAKOUT\n\n ORB_BREAKDOWN\n\n VWAP_BOUNCE\n\n VWAP_REJECTION\n\n NO_EARLY_SIGNAL\n\n NO_SIGNAL\n}\n\nenum TradeStrategy {\n TECHNICAL_ANALYSIS\n\n TREND_FOLLOWING\n\n MEAN_REVERSION\n\n MOMENTUM_STRATEGY\n\n NEWS_BASED_STRATEGY\n\n SCALPING\n\n VOLATILITY_TRADING\n\n EVENT_DRIVEN\n\n BREAKOUT_STRATEGY\n\n ORDER_FLOW_TRADING\n\n OPTIONS_SPREAD\n\n NO_STRATEGY\n}\n\nenum TradeStatus {\n PENDING\n\n OPEN\n\n PARTIAL\n\n COMPLETED\n\n CANCELED\n\n SUPERSEDED\n\n REJECTED_BROKER\n\n REJECTED_COMPLIANCE\n\n FAILED\n}\n\nenum ActionType {\n BUY\n\n BUY_OPTION\n\n EXERCISE_OPTION\n\n SELL\n\n CANCEL\n\n ADJUST\n\n HEDGE\n}\n\nenum ActionStatus {\n STAGED\n\n PENDING\n\n EXECUTED\n\n COMPLETED\n\n CANCELED\n}\n\n";
1
+ export declare const TradeTypeString = "\n// Your response should adhere to the following type definition for the \"Trade\" type.\n// Importantly, DO NOT include any annotations in your response (i.e., remove the ones we have provided for your reference below).\n\nexport type Trade = {\n // Signal that triggered the trade.\n signal: TradeSignal;\n // Strategy used to execute the trade.\n strategy: TradeStrategy;\n // summary of the trade decision (this should be a short description of the trade).\n summary: string;\n // Confidence level in the trade decision.\n confidence: number;\n // Current status of the trade.\n status: TradeStatus;\n // The symbol of the asset associated with this trade.\n symbol: string;\n // Wave F \u2014 Derived position direction for this trade's persistent per-name thesis (the NameThesis home). NULL until the thesis is formed/backfilled; nothing reads it yet \u2014 consumers switch shadow-first later. Set explicitly at trade creation from the derived directional call \u2014 NOT re-derived from Action.type BUY/SELL, which is order-verb-ambiguous (BUY = open-long | cover-short; SELL = close-long | open-short).\n side?: TradeSide;\n // List of actions associated with this trade.\n actions: {\n // Sequence number of the action within the trade.\n sequence: number;\n // Type of trade action, defined by ActionType enum.\n type: ActionType;\n // Additional notes or comments about the action.\n note: string;\n // Current status of the trade action.\n status: ActionStatus;\n }[];\n // Version number of the trade thesis, incremented on each re-underwriting.\n thesisVersion: number;\n // Forensic metadata populated when status is REJECTED_BROKER, REJECTED_COMPLIANCE, or FAILED. Carries reason, errorCode, brokerResponse, attemptedAt and any other contextual details required for SEC Rule 15c3-5 audits and FINRA review. Null for trades that did not fail or get rejected.\n rejectionMetadata?: any;\n // Wave 234 \u2014 Upstream ensemble signal source that produced this trade. One of \"ensemble\" | \"llm_only\" | \"transformer_only\" | \"drift_fallback\" | \"manual\". Populated at trade creation from `TradeSideAndSignal.metadata.signalSource`. Consumed at exit-fill time to populate `TradeOutcome.signalSource` (replacing the legacy hardcoded \"ensemble\" default in `order-fill-handler.ts:labelExitOutcomeFromFill`). Calibration trainer joins on this for cohort partition.\n signalSource?: string;\n};\n\nenum TradeSignal {\n GOLDEN_CROSS\n\n DEATH_CROSS\n\n MOVING_AVERAGE_CROSSOVER\n\n RSI_OVERBOUGHT\n\n RSI_OVERSOLD\n\n MACD_CROSSOVER\n\n BOLLINGER_BANDS_BREAKOUT\n\n TREND_REVERSAL\n\n PRICE_ACTION\n\n IMPLIED_VOLATILITY_SURGE\n\n BREAKOUT_ABOVE_RESISTANCE\n\n BREAKDOWN_BELOW_SUPPORT\n\n SUPPORT_LEVEL_HOLD\n\n RESISTANCE_LEVEL_HOLD\n\n FIBONACCI_RETRACEMENT\n\n STOCHASTIC_OVERSOLD\n\n STOCHASTIC_OVERBOUGHT\n\n PIVOT_POINT\n\n VOLUME_SURGE\n\n MEAN_REVERSION_LEVEL\n\n NEWS_SENTIMENT_CHANGE\n\n SENTIMENT_ANALYSIS_TRIGGER\n\n GAP_AND_GO_LONG\n\n GAP_AND_GO_SHORT\n\n GAP_FADE_LONG\n\n GAP_FADE_SHORT\n\n ORB_BREAKOUT\n\n ORB_BREAKDOWN\n\n VWAP_BOUNCE\n\n VWAP_REJECTION\n\n NO_EARLY_SIGNAL\n\n NO_SIGNAL\n}\n\nenum TradeStrategy {\n TECHNICAL_ANALYSIS\n\n TREND_FOLLOWING\n\n MEAN_REVERSION\n\n MOMENTUM_STRATEGY\n\n NEWS_BASED_STRATEGY\n\n SCALPING\n\n VOLATILITY_TRADING\n\n EVENT_DRIVEN\n\n BREAKOUT_STRATEGY\n\n ORDER_FLOW_TRADING\n\n OPTIONS_SPREAD\n\n NO_STRATEGY\n}\n\nenum TradeStatus {\n PENDING\n\n OPEN\n\n PARTIAL\n\n COMPLETED\n\n CANCELED\n\n SUPERSEDED\n\n REJECTED_BROKER\n\n REJECTED_COMPLIANCE\n\n FAILED\n}\n\nenum TradeSide {\n LONG\n\n SHORT\n}\n\nenum ActionType {\n BUY\n\n BUY_OPTION\n\n EXERCISE_OPTION\n\n SELL\n\n CANCEL\n\n ADJUST\n\n HEDGE\n}\n\nenum ActionStatus {\n STAGED\n\n PENDING\n\n EXECUTED\n\n COMPLETED\n\n CANCELED\n}\n\n";
2
2
  //# sourceMappingURL=Trade.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Trade.d.ts","sourceRoot":"","sources":["../../../src/generated/typeStrings/Trade.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,eAAe,00GAgL3B,CAAC"}
1
+ {"version":3,"file":"Trade.d.ts","sourceRoot":"","sources":["../../../src/generated/typeStrings/Trade.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,eAAe,2zHAwL3B,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Trade.js","sourceRoot":"","sources":["../../../src/generated/typeStrings/Trade.ts"],"names":[],"mappings":";;;AAAa,QAAA,eAAe,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgL9B,CAAC"}
1
+ {"version":3,"file":"Trade.js","sourceRoot":"","sources":["../../../src/generated/typeStrings/Trade.ts"],"names":[],"mappings":";;;AAAa,QAAA,eAAe,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwL9B,CAAC"}
@@ -7,6 +7,8 @@ exports.TradeOutcomeTypeString = `
7
7
 
8
8
  export type TradeOutcome = {
9
9
  symbol: string;
10
+ // Wave F — Position direction the realized outcome was underwriting. NULL until backfilled/dual-written. Lets realized grossReturnPct/netReturnPct be partitioned by side without re-deriving from price action.
11
+ side?: TradeSide;
10
12
  assetClass: string;
11
13
  entryPrice: number;
12
14
  exitPrice: number;
@@ -19,6 +21,8 @@ export type TradeOutcome = {
19
21
  maxAdverseExcursionPct: number;
20
22
  maxFavorableExcursionPct: number;
21
23
  signalSource: string;
24
+ // Wave F — Typed mirror of \`signalSource\` (dual-write). NULL until backfilled from the paired String; unmappable values stay NULL. Retained alongside the String until a later coordinated change drops the String.
25
+ signalSourceType?: TradeSignalSource;
22
26
  transformerConfidence?: number;
23
27
  llmConfidence?: number;
24
28
  ensembleConfidence: number;
@@ -27,5 +31,23 @@ export type TradeOutcome = {
27
31
  featureSnapshot?: any;
28
32
  };
29
33
 
34
+ enum TradeSide {
35
+ LONG
36
+
37
+ SHORT
38
+ }
39
+
40
+ enum TradeSignalSource {
41
+ ENSEMBLE
42
+
43
+ LLM_ONLY
44
+
45
+ TRANSFORMER_ONLY
46
+
47
+ DRIFT_FALLBACK
48
+
49
+ MANUAL
50
+ }
51
+
30
52
  `;
31
53
  //# sourceMappingURL=TradeOutcome.js.map
@@ -1,2 +1,2 @@
1
- export declare const TradeOutcomeTypeString = "\n// Your response should adhere to the following type definition for the \"TradeOutcome\" type.\n// Importantly, DO NOT include any annotations in your response (i.e., remove the ones we have provided for your reference below).\n\nexport type TradeOutcome = {\n symbol: string;\n assetClass: string;\n entryPrice: number;\n exitPrice: number;\n entryTimestamp: Date;\n exitTimestamp: Date;\n holdDurationMinutes: number;\n exitReason: string;\n grossReturnPct: number;\n netReturnPct: number;\n maxAdverseExcursionPct: number;\n maxFavorableExcursionPct: number;\n signalSource: string;\n transformerConfidence?: number;\n llmConfidence?: number;\n ensembleConfidence: number;\n ensembleWeight: number;\n regimeAtEntry: string;\n featureSnapshot?: any;\n};\n\n";
1
+ export declare const TradeOutcomeTypeString = "\n// Your response should adhere to the following type definition for the \"TradeOutcome\" type.\n// Importantly, DO NOT include any annotations in your response (i.e., remove the ones we have provided for your reference below).\n\nexport type TradeOutcome = {\n symbol: string;\n // Wave F \u2014 Position direction the realized outcome was underwriting. NULL until backfilled/dual-written. Lets realized grossReturnPct/netReturnPct be partitioned by side without re-deriving from price action.\n side?: TradeSide;\n assetClass: string;\n entryPrice: number;\n exitPrice: number;\n entryTimestamp: Date;\n exitTimestamp: Date;\n holdDurationMinutes: number;\n exitReason: string;\n grossReturnPct: number;\n netReturnPct: number;\n maxAdverseExcursionPct: number;\n maxFavorableExcursionPct: number;\n signalSource: string;\n // Wave F \u2014 Typed mirror of `signalSource` (dual-write). NULL until backfilled from the paired String; unmappable values stay NULL. Retained alongside the String until a later coordinated change drops the String.\n signalSourceType?: TradeSignalSource;\n transformerConfidence?: number;\n llmConfidence?: number;\n ensembleConfidence: number;\n ensembleWeight: number;\n regimeAtEntry: string;\n featureSnapshot?: any;\n};\n\nenum TradeSide {\n LONG\n\n SHORT\n}\n\nenum TradeSignalSource {\n ENSEMBLE\n\n LLM_ONLY\n\n TRANSFORMER_ONLY\n\n DRIFT_FALLBACK\n\n MANUAL\n}\n\n";
2
2
  //# sourceMappingURL=TradeOutcome.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"TradeOutcome.d.ts","sourceRoot":"","sources":["../../../src/generated/typeStrings/TradeOutcome.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,sBAAsB,ixBA0BlC,CAAC"}
1
+ {"version":3,"file":"TradeOutcome.d.ts","sourceRoot":"","sources":["../../../src/generated/typeStrings/TradeOutcome.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,sBAAsB,+5CAgDlC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"TradeOutcome.js","sourceRoot":"","sources":["../../../src/generated/typeStrings/TradeOutcome.ts"],"names":[],"mappings":";;;AAAa,QAAA,sBAAsB,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;CA0BrC,CAAC"}
1
+ {"version":3,"file":"TradeOutcome.js","sourceRoot":"","sources":["../../../src/generated/typeStrings/TradeOutcome.ts"],"names":[],"mappings":";;;AAAa,QAAA,sBAAsB,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgDrC,CAAC"}
@@ -13,7 +13,7 @@ export declare const typeStrings: {
13
13
  readonly verificationToken: "\n// Your response should adhere to the following type definition for the \"VerificationToken\" type.\n// Importantly, DO NOT include any annotations in your response (i.e., remove the ones we have provided for your reference below).\n\nexport type VerificationToken = {\n\n};\n\n";
14
14
  readonly customer: "\n// Your response should adhere to the following type definition for the \"Customer\" type.\n// Importantly, DO NOT include any annotations in your response (i.e., remove the ones we have provided for your reference below).\n\nexport type Customer = {\n // Name of the customer.\n name?: string;\n // Subscription plan the customer is enrolled in.\n plan?: SubscriptionPlan;\n // End date of the current billing period in Stripe.\n stripeCurrentPeriodEnd?: Date;\n // KYC jurisdiction for the customer (ISO 3166-1 alpha-2 country code, e.g., \"US\", \"GB\"). Used by pre-trade compliance to enforce jurisdiction-restricted asset gates. Null for customers whose KYC has not yet been completed.\n jurisdiction?: string;\n // KYC risk profile classification for the customer (e.g., \"LOW\", \"MEDIUM\", \"HIGH\"). Used by pre-trade compliance to scale position-size and exposure limits. Null until risk assessment has been performed.\n riskProfile?: string;\n // Anti-money-laundering status for the customer (e.g., \"CLEAR\", \"FLAGGED\", \"BLOCKED\"). Used by pre-trade compliance to gate order entry. Null until AML screening has been performed.\n amlStatus?: string;\n // Timestamp of the last KYC review or update for this customer. Used by pre-trade compliance to enforce KYC-refresh policy. Null until first KYC review.\n lastKycUpdate?: Date;\n // List of users associated with the customer.\n users: {\n // The user's full name.\n name?: string;\n // The user's email address, must be unique.\n email?: string;\n }[];\n};\n\nenum SubscriptionPlan {\n FREE\n\n PRO\n\n INSTITUTION\n}\n\n";
15
15
  readonly asset: "\n// Your response should adhere to the following type definition for the \"Asset\" type.\n// Importantly, DO NOT include any annotations in your response (i.e., remove the ones we have provided for your reference below).\n\nexport type Asset = {\n // Ticker symbol of the asset\n symbol: string;\n // Full name of the asset\n name: string;\n // Type of the asset, defined by AssetType enum.\n type: AssetType;\n};\n\nenum AssetType {\n STOCK\n\n ETF\n\n MUTUAL_FUND\n\n CRYPTOCURRENCY\n\n INDEX\n\n COMMODITY\n\n CURRENCY\n\n OPTION\n\n FUTURE\n\n BOND\n\n WARRANT\n\n ADR\n\n GDR\n\n UNIT\n\n RIGHT\n\n REIT\n\n STRUCTURED_PRODUCT\n\n SWAP\n\n SPOT\n\n FORWARD\n\n OTHER\n}\n\n";
16
- readonly trade: "\n// Your response should adhere to the following type definition for the \"Trade\" type.\n// Importantly, DO NOT include any annotations in your response (i.e., remove the ones we have provided for your reference below).\n\nexport type Trade = {\n // Signal that triggered the trade.\n signal: TradeSignal;\n // Strategy used to execute the trade.\n strategy: TradeStrategy;\n // summary of the trade decision (this should be a short description of the trade).\n summary: string;\n // Confidence level in the trade decision.\n confidence: number;\n // Current status of the trade.\n status: TradeStatus;\n // The symbol of the asset associated with this trade.\n symbol: string;\n // List of actions associated with this trade.\n actions: {\n // Sequence number of the action within the trade.\n sequence: number;\n // Type of trade action, defined by ActionType enum.\n type: ActionType;\n // Additional notes or comments about the action.\n note: string;\n // Current status of the trade action.\n status: ActionStatus;\n }[];\n // Version number of the trade thesis, incremented on each re-underwriting.\n thesisVersion: number;\n // Forensic metadata populated when status is REJECTED_BROKER, REJECTED_COMPLIANCE, or FAILED. Carries reason, errorCode, brokerResponse, attemptedAt and any other contextual details required for SEC Rule 15c3-5 audits and FINRA review. Null for trades that did not fail or get rejected.\n rejectionMetadata?: any;\n // Wave 234 — Upstream ensemble signal source that produced this trade. One of \"ensemble\" | \"llm_only\" | \"transformer_only\" | \"drift_fallback\" | \"manual\". Populated at trade creation from `TradeSideAndSignal.metadata.signalSource`. Consumed at exit-fill time to populate `TradeOutcome.signalSource` (replacing the legacy hardcoded \"ensemble\" default in `order-fill-handler.ts:labelExitOutcomeFromFill`). Calibration trainer joins on this for cohort partition.\n signalSource?: string;\n};\n\nenum TradeSignal {\n GOLDEN_CROSS\n\n DEATH_CROSS\n\n MOVING_AVERAGE_CROSSOVER\n\n RSI_OVERBOUGHT\n\n RSI_OVERSOLD\n\n MACD_CROSSOVER\n\n BOLLINGER_BANDS_BREAKOUT\n\n TREND_REVERSAL\n\n PRICE_ACTION\n\n IMPLIED_VOLATILITY_SURGE\n\n BREAKOUT_ABOVE_RESISTANCE\n\n BREAKDOWN_BELOW_SUPPORT\n\n SUPPORT_LEVEL_HOLD\n\n RESISTANCE_LEVEL_HOLD\n\n FIBONACCI_RETRACEMENT\n\n STOCHASTIC_OVERSOLD\n\n STOCHASTIC_OVERBOUGHT\n\n PIVOT_POINT\n\n VOLUME_SURGE\n\n MEAN_REVERSION_LEVEL\n\n NEWS_SENTIMENT_CHANGE\n\n SENTIMENT_ANALYSIS_TRIGGER\n\n GAP_AND_GO_LONG\n\n GAP_AND_GO_SHORT\n\n GAP_FADE_LONG\n\n GAP_FADE_SHORT\n\n ORB_BREAKOUT\n\n ORB_BREAKDOWN\n\n VWAP_BOUNCE\n\n VWAP_REJECTION\n\n NO_EARLY_SIGNAL\n\n NO_SIGNAL\n}\n\nenum TradeStrategy {\n TECHNICAL_ANALYSIS\n\n TREND_FOLLOWING\n\n MEAN_REVERSION\n\n MOMENTUM_STRATEGY\n\n NEWS_BASED_STRATEGY\n\n SCALPING\n\n VOLATILITY_TRADING\n\n EVENT_DRIVEN\n\n BREAKOUT_STRATEGY\n\n ORDER_FLOW_TRADING\n\n OPTIONS_SPREAD\n\n NO_STRATEGY\n}\n\nenum TradeStatus {\n PENDING\n\n OPEN\n\n PARTIAL\n\n COMPLETED\n\n CANCELED\n\n SUPERSEDED\n\n REJECTED_BROKER\n\n REJECTED_COMPLIANCE\n\n FAILED\n}\n\nenum ActionType {\n BUY\n\n BUY_OPTION\n\n EXERCISE_OPTION\n\n SELL\n\n CANCEL\n\n ADJUST\n\n HEDGE\n}\n\nenum ActionStatus {\n STAGED\n\n PENDING\n\n EXECUTED\n\n COMPLETED\n\n CANCELED\n}\n\n";
16
+ readonly trade: "\n// Your response should adhere to the following type definition for the \"Trade\" type.\n// Importantly, DO NOT include any annotations in your response (i.e., remove the ones we have provided for your reference below).\n\nexport type Trade = {\n // Signal that triggered the trade.\n signal: TradeSignal;\n // Strategy used to execute the trade.\n strategy: TradeStrategy;\n // summary of the trade decision (this should be a short description of the trade).\n summary: string;\n // Confidence level in the trade decision.\n confidence: number;\n // Current status of the trade.\n status: TradeStatus;\n // The symbol of the asset associated with this trade.\n symbol: string;\n // Wave F — Derived position direction for this trade's persistent per-name thesis (the NameThesis home). NULL until the thesis is formed/backfilled; nothing reads it yet — consumers switch shadow-first later. Set explicitly at trade creation from the derived directional call — NOT re-derived from Action.type BUY/SELL, which is order-verb-ambiguous (BUY = open-long | cover-short; SELL = close-long | open-short).\n side?: TradeSide;\n // List of actions associated with this trade.\n actions: {\n // Sequence number of the action within the trade.\n sequence: number;\n // Type of trade action, defined by ActionType enum.\n type: ActionType;\n // Additional notes or comments about the action.\n note: string;\n // Current status of the trade action.\n status: ActionStatus;\n }[];\n // Version number of the trade thesis, incremented on each re-underwriting.\n thesisVersion: number;\n // Forensic metadata populated when status is REJECTED_BROKER, REJECTED_COMPLIANCE, or FAILED. Carries reason, errorCode, brokerResponse, attemptedAt and any other contextual details required for SEC Rule 15c3-5 audits and FINRA review. Null for trades that did not fail or get rejected.\n rejectionMetadata?: any;\n // Wave 234 — Upstream ensemble signal source that produced this trade. One of \"ensemble\" | \"llm_only\" | \"transformer_only\" | \"drift_fallback\" | \"manual\". Populated at trade creation from `TradeSideAndSignal.metadata.signalSource`. Consumed at exit-fill time to populate `TradeOutcome.signalSource` (replacing the legacy hardcoded \"ensemble\" default in `order-fill-handler.ts:labelExitOutcomeFromFill`). Calibration trainer joins on this for cohort partition.\n signalSource?: string;\n};\n\nenum TradeSignal {\n GOLDEN_CROSS\n\n DEATH_CROSS\n\n MOVING_AVERAGE_CROSSOVER\n\n RSI_OVERBOUGHT\n\n RSI_OVERSOLD\n\n MACD_CROSSOVER\n\n BOLLINGER_BANDS_BREAKOUT\n\n TREND_REVERSAL\n\n PRICE_ACTION\n\n IMPLIED_VOLATILITY_SURGE\n\n BREAKOUT_ABOVE_RESISTANCE\n\n BREAKDOWN_BELOW_SUPPORT\n\n SUPPORT_LEVEL_HOLD\n\n RESISTANCE_LEVEL_HOLD\n\n FIBONACCI_RETRACEMENT\n\n STOCHASTIC_OVERSOLD\n\n STOCHASTIC_OVERBOUGHT\n\n PIVOT_POINT\n\n VOLUME_SURGE\n\n MEAN_REVERSION_LEVEL\n\n NEWS_SENTIMENT_CHANGE\n\n SENTIMENT_ANALYSIS_TRIGGER\n\n GAP_AND_GO_LONG\n\n GAP_AND_GO_SHORT\n\n GAP_FADE_LONG\n\n GAP_FADE_SHORT\n\n ORB_BREAKOUT\n\n ORB_BREAKDOWN\n\n VWAP_BOUNCE\n\n VWAP_REJECTION\n\n NO_EARLY_SIGNAL\n\n NO_SIGNAL\n}\n\nenum TradeStrategy {\n TECHNICAL_ANALYSIS\n\n TREND_FOLLOWING\n\n MEAN_REVERSION\n\n MOMENTUM_STRATEGY\n\n NEWS_BASED_STRATEGY\n\n SCALPING\n\n VOLATILITY_TRADING\n\n EVENT_DRIVEN\n\n BREAKOUT_STRATEGY\n\n ORDER_FLOW_TRADING\n\n OPTIONS_SPREAD\n\n NO_STRATEGY\n}\n\nenum TradeStatus {\n PENDING\n\n OPEN\n\n PARTIAL\n\n COMPLETED\n\n CANCELED\n\n SUPERSEDED\n\n REJECTED_BROKER\n\n REJECTED_COMPLIANCE\n\n FAILED\n}\n\nenum TradeSide {\n LONG\n\n SHORT\n}\n\nenum ActionType {\n BUY\n\n BUY_OPTION\n\n EXERCISE_OPTION\n\n SELL\n\n CANCEL\n\n ADJUST\n\n HEDGE\n}\n\nenum ActionStatus {\n STAGED\n\n PENDING\n\n EXECUTED\n\n COMPLETED\n\n CANCELED\n}\n\n";
17
17
  readonly action: "\n// Your response should adhere to the following type definition for the \"Action\" type.\n// Importantly, DO NOT include any annotations in your response (i.e., remove the ones we have provided for your reference below).\n\nexport type Action = {\n // Sequence number of the action within the trade.\n sequence: number;\n // Type of trade action, defined by ActionType enum.\n type: ActionType;\n // Whether the action is the primary action for the trade.\n primary: boolean;\n // Additional notes or comments about the action.\n note: string;\n // Current status of the trade action.\n status: ActionStatus;\n};\n\nenum ActionType {\n BUY\n\n BUY_OPTION\n\n EXERCISE_OPTION\n\n SELL\n\n CANCEL\n\n ADJUST\n\n HEDGE\n}\n\nenum ActionStatus {\n STAGED\n\n PENDING\n\n EXECUTED\n\n COMPLETED\n\n CANCELED\n}\n\n";
18
18
  readonly alert: "\n// Your response should adhere to the following type definition for the \"Alert\" type.\n// Importantly, DO NOT include any annotations in your response (i.e., remove the ones we have provided for your reference below).\n\nexport type Alert = {\n // Title/summary of the alert.\n title?: string;\n // Message content of the alert.\n message: string;\n // Type of the alert, defined by AlertType enum.\n type: AlertType;\n // Severity level of the alert, defined by AlertSeverity enum.\n severity: AlertSeverity;\n // Category/domain of the alert, defined by AlertCategory enum.\n category: AlertCategory;\n // Lifecycle status of the alert, defined by AlertStatus enum.\n status: AlertStatus;\n // Indicates whether the alert has been read by the user.\n isRead: boolean;\n // Number of retry attempts for alert-related operations.\n retryCount: number;\n // Additional metadata for the alert stored as JSON.\n metadata?: any;\n};\n\nenum AlertType {\n SUCCESS\n\n WARNING\n\n ERROR\n\n INFO\n}\n\nenum AlertSeverity {\n LOW\n\n MEDIUM\n\n HIGH\n\n CRITICAL\n}\n\nenum AlertCategory {\n EVENT_RISK\n\n MARKET_RISK\n\n SYSTEM\n\n TRADE\n\n PORTFOLIO\n\n GOVERNANCE\n}\n\nenum AlertStatus {\n ACTIVE\n\n ACKNOWLEDGED\n\n RESOLVED\n\n SUPPRESSED\n}\n\n";
19
19
  readonly newsArticle: "\n// Your response should adhere to the following type definition for the \"NewsArticle\" type.\n// Importantly, DO NOT include any annotations in your response (i.e., remove the ones we have provided for your reference below).\n\nexport type NewsArticle = {\n // Title of the news article.\n title: string;\n // Full content of the news article.\n content?: string;\n // Source of the news article (e.g., Bloomberg, Reuters).\n source: string;\n // Domain of the source website.\n sourceDomain?: string;\n // URL to the original news article, must be unique.\n url: string;\n // Sentiment analysis result of the article.\n sentiment: string;\n // List of authors who wrote the article.\n authors: string[];\n // Summary or abstract of the news article.\n summary?: string;\n // URL to the banner image of the article.\n bannerImage?: string;\n // Publication time of the article.\n timePublished: string;\n // Category or genre of the news article.\n category?: string;\n // Topics covered in the news article.\n topics: string[];\n // URL to the logo image of the news source.\n logo?: string;\n // Denormalized ticker symbols this article references, used by the news-feed read-path (filtered via `symbols.has`). Complements the per-asset scores on the NewsArticleAssetSentiment relation as a pragmatic feed read-model.\n symbols: string[];\n // Overall relevance score of the article to the requested symbol scope (typically 0.0–1.0), when computed by the ingesting news provider.\n relevance?: number;\n // Orderable publication timestamp of the article. Numeric/temporal successor to the legacy string `timePublished`, which cannot be reliably range-filtered or ordered; backfill from `timePublished`.\n publishedAt?: Date;\n};\n\n";
@@ -61,7 +61,7 @@ export declare const typeStrings: {
61
61
  readonly accountDecisionRecord: "\n// Your response should adhere to the following type definition for the \"AccountDecisionRecord\" type.\n// Importantly, DO NOT include any annotations in your response (i.e., remove the ones we have provided for your reference below).\n\nexport type AccountDecisionRecord = {\n symbol: string;\n assetClass: string;\n signalAction: string;\n signalConfidence: number;\n decision: DecisionOutcome;\n decisionRationale?: string;\n decisionConfidence?: number;\n actionIntents?: any;\n validationResults?: any;\n executionResults?: any;\n effectivePolicySnapshot: any;\n positionsSnapshot?: any;\n openOrdersSnapshot?: any;\n exposureSnapshot?: any;\n overlaysSnapshot?: any;\n modelProvider: string;\n modelTier: string;\n routingReason?: string;\n tokenUsage?: any;\n sessionDurationMs?: number;\n gatingDurationMs?: number;\n validationDurationMs?: number;\n executionDurationMs?: number;\n status: DecisionRecordStatus;\n};\n\nenum DecisionOutcome {\n DO_NOTHING\n\n OPEN_POSITION\n\n ADD_TO_POSITION\n\n REDUCE_POSITION\n\n CLOSE_POSITION\n\n REVERSE_POSITION\n\n MODIFY_ORDERS\n\n CANCEL_ORDERS\n\n REBALANCE\n\n MUTATE_POLICY\n\n ESCALATE_FOR_APPROVAL\n\n SKIP_INELIGIBLE\n}\n\nenum DecisionRecordStatus {\n PENDING\n\n EXECUTING\n\n COMPLETED\n\n FAILED\n\n CANCELLED\n\n ESCALATED\n}\n\n";
62
62
  readonly decisionMemorySummary: "\n// Your response should adhere to the following type definition for the \"DecisionMemorySummary\" type.\n// Importantly, DO NOT include any annotations in your response (i.e., remove the ones we have provided for your reference below).\n\nexport type DecisionMemorySummary = {\n symbol?: string;\n sector?: string;\n assetClass?: string;\n summary: string;\n keyFactors?: any;\n outcome: DecisionMemoryOutcome;\n outcomeDetails?: any;\n relevanceScore: number;\n expiresAt?: Date;\n};\n\nenum DecisionMemoryOutcome {\n PENDING\n\n PROFITABLE\n\n UNPROFITABLE\n\n STOPPED_OUT\n\n CANCELLED\n}\n\n";
63
63
  readonly equityBar: "\n// Your response should adhere to the following type definition for the \"EquityBar\" type.\n// Importantly, DO NOT include any annotations in your response (i.e., remove the ones we have provided for your reference below).\n\nexport type EquityBar = {\n symbol: string;\n timeStamp: any;\n timespan: EquityBarTimespan;\n open: number;\n high: number;\n low: number;\n close: number;\n vol: number;\n vwap?: number;\n trades?: number;\n source: string;\n};\n\nenum EquityBarTimespan {\n second\n\n minute\n\n hour\n\n day\n}\n\n";
64
- readonly tradeOutcome: "\n// Your response should adhere to the following type definition for the \"TradeOutcome\" type.\n// Importantly, DO NOT include any annotations in your response (i.e., remove the ones we have provided for your reference below).\n\nexport type TradeOutcome = {\n symbol: string;\n assetClass: string;\n entryPrice: number;\n exitPrice: number;\n entryTimestamp: Date;\n exitTimestamp: Date;\n holdDurationMinutes: number;\n exitReason: string;\n grossReturnPct: number;\n netReturnPct: number;\n maxAdverseExcursionPct: number;\n maxFavorableExcursionPct: number;\n signalSource: string;\n transformerConfidence?: number;\n llmConfidence?: number;\n ensembleConfidence: number;\n ensembleWeight: number;\n regimeAtEntry: string;\n featureSnapshot?: any;\n};\n\n";
64
+ readonly tradeOutcome: "\n// Your response should adhere to the following type definition for the \"TradeOutcome\" type.\n// Importantly, DO NOT include any annotations in your response (i.e., remove the ones we have provided for your reference below).\n\nexport type TradeOutcome = {\n symbol: string;\n // Wave F — Position direction the realized outcome was underwriting. NULL until backfilled/dual-written. Lets realized grossReturnPct/netReturnPct be partitioned by side without re-deriving from price action.\n side?: TradeSide;\n assetClass: string;\n entryPrice: number;\n exitPrice: number;\n entryTimestamp: Date;\n exitTimestamp: Date;\n holdDurationMinutes: number;\n exitReason: string;\n grossReturnPct: number;\n netReturnPct: number;\n maxAdverseExcursionPct: number;\n maxFavorableExcursionPct: number;\n signalSource: string;\n // Wave F — Typed mirror of `signalSource` (dual-write). NULL until backfilled from the paired String; unmappable values stay NULL. Retained alongside the String until a later coordinated change drops the String.\n signalSourceType?: TradeSignalSource;\n transformerConfidence?: number;\n llmConfidence?: number;\n ensembleConfidence: number;\n ensembleWeight: number;\n regimeAtEntry: string;\n featureSnapshot?: any;\n};\n\nenum TradeSide {\n LONG\n\n SHORT\n}\n\nenum TradeSignalSource {\n ENSEMBLE\n\n LLM_ONLY\n\n TRANSFORMER_ONLY\n\n DRIFT_FALLBACK\n\n MANUAL\n}\n\n";
65
65
  readonly mLModelVersion: "\n// Your response should adhere to the following type definition for the \"MLModelVersion\" type.\n// Importantly, DO NOT include any annotations in your response (i.e., remove the ones we have provided for your reference below).\n\nexport type MLModelVersion = {\n assetClass: string;\n slot: string;\n rankIC: number;\n trainedAt: Date;\n promotedAt?: Date;\n checkpointPath: string;\n featureCount: number;\n trainingSymbols: string[];\n trainingBarCount: number;\n configSnapshot?: any;\n};\n\n";
66
66
  readonly accountRiskMetrics: "\n// Your response should adhere to the following type definition for the \"AccountRiskMetrics\" type.\n// Importantly, DO NOT include any annotations in your response (i.e., remove the ones we have provided for your reference below).\n\nexport type AccountRiskMetrics = {\n alpacaAccount: {\n // The type of Alpaca account (PAPER or LIVE).\n type: AlpacaAccountType;\n // JSON configuration settings for the Alpaca account.\n configuration?: any;\n };\n currentRiskState: AccountRiskState;\n currentScopeState?: any;\n riskStateChangedAt?: Date;\n riskStateChangedBy?: string;\n riskStateChangeReason?: string;\n accountHighWaterMark?: number;\n accountHighWaterMarkAt?: Date;\n currentEquity?: number;\n currentDrawdownPct?: number;\n intradayDrawdownPct?: number;\n maxDrawdownPctLifetime?: number;\n dailyPnlAmount?: number;\n dailyPnlPct?: number;\n weeklyPnlAmount?: number;\n weeklyPnlPct?: number;\n monthlyPnlAmount?: number;\n monthlyPnlPct?: number;\n peakToTroughAmount?: number;\n peakToTroughPct?: number;\n nextRecoveryEligibleAt?: Date;\n lastSyncedAt: Date;\n};\n\nenum AlpacaAccountType {\n PAPER\n\n LIVE\n}\n\nenum AccountRiskState {\n NORMAL\n\n WARN\n\n THROTTLE\n\n PAUSED\n\n FLATTEN\n\n HALT\n}\n\n";
67
67
  readonly strategyHealthSnapshot: "\n// Your response should adhere to the following type definition for the \"StrategyHealthSnapshot\" type.\n// Importantly, DO NOT include any annotations in your response (i.e., remove the ones we have provided for your reference below).\n\nexport type StrategyHealthSnapshot = {\n alpacaAccount: {\n // The type of Alpaca account (PAPER or LIVE).\n type: AlpacaAccountType;\n // JSON configuration settings for the Alpaca account.\n configuration?: any;\n };\n strategyName: string;\n currentState: StrategyState;\n stateChangedAt?: Date;\n stateChangedReason?: string;\n windowSize: number;\n windowTradeCount: number;\n windowHitRate?: number;\n windowExpectancy?: number;\n windowProfitFactor?: number;\n windowSortino?: number;\n windowMaxDrawdownPct?: number;\n windowCumulativePnlAmt?: number;\n backtestExpectancy?: number;\n backtestHitRate?: number;\n backtestHitRateStdDev?: number;\n backtestExpectancyStdDev?: number;\n divergenceZScore?: number;\n divergenceAlertActive: boolean;\n averageConfidence?: number;\n confidenceTrend?: number;\n lastUpdatedAt: Date;\n};\n\nenum AlpacaAccountType {\n PAPER\n\n LIVE\n}\n\nenum StrategyState {\n ACTIVE\n\n WARN\n\n THROTTLE\n\n PAUSED\n\n DISABLED\n}\n\n";