@adaptic/backend-legacy 0.0.948 → 0.0.950

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 (347) hide show
  1. package/Account.cjs +40 -0
  2. package/AccountLinkingRequest.cjs +40 -0
  3. package/Alert.cjs +34 -0
  4. package/Allocation.cjs +34 -0
  5. package/AlpacaAccount.cjs +87 -0
  6. package/Authenticator.cjs +40 -0
  7. package/Customer.cjs +99 -0
  8. package/LinkedProvider.cjs +40 -0
  9. package/LlmConfiguration.cjs +40 -0
  10. package/PolicyOverlay.cjs +28 -0
  11. package/Session.cjs +40 -0
  12. package/TradingPolicy.cjs +26 -0
  13. package/User.cjs +93 -0
  14. package/WaitlistEntry.cjs +40 -0
  15. package/esm/Account.d.ts.map +1 -1
  16. package/esm/Account.js.map +1 -1
  17. package/esm/Account.mjs +40 -0
  18. package/esm/AccountLinkingRequest.d.ts.map +1 -1
  19. package/esm/AccountLinkingRequest.js.map +1 -1
  20. package/esm/AccountLinkingRequest.mjs +40 -0
  21. package/esm/Alert.d.ts.map +1 -1
  22. package/esm/Alert.js.map +1 -1
  23. package/esm/Alert.mjs +34 -0
  24. package/esm/Allocation.d.ts.map +1 -1
  25. package/esm/Allocation.js.map +1 -1
  26. package/esm/Allocation.mjs +34 -0
  27. package/esm/AlpacaAccount.d.ts.map +1 -1
  28. package/esm/AlpacaAccount.js.map +1 -1
  29. package/esm/AlpacaAccount.mjs +87 -0
  30. package/esm/Authenticator.d.ts.map +1 -1
  31. package/esm/Authenticator.js.map +1 -1
  32. package/esm/Authenticator.mjs +40 -0
  33. package/esm/Customer.d.ts.map +1 -1
  34. package/esm/Customer.js.map +1 -1
  35. package/esm/Customer.mjs +99 -0
  36. package/esm/LinkedProvider.d.ts.map +1 -1
  37. package/esm/LinkedProvider.js.map +1 -1
  38. package/esm/LinkedProvider.mjs +40 -0
  39. package/esm/LlmConfiguration.d.ts.map +1 -1
  40. package/esm/LlmConfiguration.js.map +1 -1
  41. package/esm/LlmConfiguration.mjs +40 -0
  42. package/esm/PolicyOverlay.d.ts.map +1 -1
  43. package/esm/PolicyOverlay.js.map +1 -1
  44. package/esm/PolicyOverlay.mjs +28 -0
  45. package/esm/Session.d.ts.map +1 -1
  46. package/esm/Session.js.map +1 -1
  47. package/esm/Session.mjs +40 -0
  48. package/esm/TradingPolicy.d.ts.map +1 -1
  49. package/esm/TradingPolicy.js.map +1 -1
  50. package/esm/TradingPolicy.mjs +26 -0
  51. package/esm/User.d.ts.map +1 -1
  52. package/esm/User.js.map +1 -1
  53. package/esm/User.mjs +93 -0
  54. package/esm/WaitlistEntry.d.ts.map +1 -1
  55. package/esm/WaitlistEntry.js.map +1 -1
  56. package/esm/WaitlistEntry.mjs +40 -0
  57. package/esm/generated/selectionSets/AlpacaAccount.d.ts +1 -1
  58. package/esm/generated/selectionSets/AlpacaAccount.d.ts.map +1 -1
  59. package/esm/generated/selectionSets/AlpacaAccount.js.map +1 -1
  60. package/esm/generated/selectionSets/AlpacaAccount.mjs +59 -0
  61. package/esm/generated/selectionSets/Customer.d.ts +1 -1
  62. package/esm/generated/selectionSets/Customer.d.ts.map +1 -1
  63. package/esm/generated/selectionSets/Customer.js.map +1 -1
  64. package/esm/generated/selectionSets/Customer.mjs +59 -0
  65. package/esm/generated/selectionSets/TradingPolicy.d.ts +1 -1
  66. package/esm/generated/selectionSets/TradingPolicy.d.ts.map +1 -1
  67. package/esm/generated/selectionSets/TradingPolicy.js.map +1 -1
  68. package/esm/generated/selectionSets/TradingPolicy.mjs +2 -0
  69. package/esm/generated/selectionSets/User.d.ts +1 -1
  70. package/esm/generated/selectionSets/User.d.ts.map +1 -1
  71. package/esm/generated/selectionSets/User.js.map +1 -1
  72. package/esm/generated/selectionSets/User.mjs +59 -0
  73. package/esm/generated/typeStrings/PolicyOverlay.d.ts +1 -1
  74. package/esm/generated/typeStrings/PolicyOverlay.d.ts.map +1 -1
  75. package/esm/generated/typeStrings/PolicyOverlay.js.map +1 -1
  76. package/esm/generated/typeStrings/PolicyOverlay.mjs +4 -0
  77. package/esm/generated/typeStrings/TradingPolicy.d.ts +1 -1
  78. package/esm/generated/typeStrings/TradingPolicy.d.ts.map +1 -1
  79. package/esm/generated/typeStrings/TradingPolicy.js.map +1 -1
  80. package/esm/generated/typeStrings/TradingPolicy.mjs +4 -0
  81. package/esm/generated/typeStrings/index.d.ts +2 -2
  82. package/esm/generated/typegraphql-prisma/enhance.js.map +1 -1
  83. package/esm/generated/typegraphql-prisma/enhance.mjs +26 -26
  84. package/esm/generated/typegraphql-prisma/enums/TradingPolicyScalarFieldEnum.d.ts +2 -0
  85. package/esm/generated/typegraphql-prisma/enums/TradingPolicyScalarFieldEnum.d.ts.map +1 -1
  86. package/esm/generated/typegraphql-prisma/enums/TradingPolicyScalarFieldEnum.js.map +1 -1
  87. package/esm/generated/typegraphql-prisma/enums/TradingPolicyScalarFieldEnum.mjs +2 -0
  88. package/esm/generated/typegraphql-prisma/models/AlpacaAccount.d.ts +1 -1
  89. package/esm/generated/typegraphql-prisma/models/AlpacaAccount.mjs +1 -1
  90. package/esm/generated/typegraphql-prisma/models/TradingPolicy.d.ts +8 -0
  91. package/esm/generated/typegraphql-prisma/models/TradingPolicy.d.ts.map +1 -1
  92. package/esm/generated/typegraphql-prisma/models/TradingPolicy.js.map +1 -1
  93. package/esm/generated/typegraphql-prisma/models/TradingPolicy.mjs +22 -0
  94. package/esm/generated/typegraphql-prisma/resolvers/crud/TradingPolicy/args/FindFirstTradingPolicyArgs.d.ts +1 -1
  95. package/esm/generated/typegraphql-prisma/resolvers/crud/TradingPolicy/args/FindFirstTradingPolicyArgs.d.ts.map +1 -1
  96. package/esm/generated/typegraphql-prisma/resolvers/crud/TradingPolicy/args/FindFirstTradingPolicyArgs.js.map +1 -1
  97. package/esm/generated/typegraphql-prisma/resolvers/crud/TradingPolicy/args/FindFirstTradingPolicyOrThrowArgs.d.ts +1 -1
  98. package/esm/generated/typegraphql-prisma/resolvers/crud/TradingPolicy/args/FindFirstTradingPolicyOrThrowArgs.d.ts.map +1 -1
  99. package/esm/generated/typegraphql-prisma/resolvers/crud/TradingPolicy/args/FindFirstTradingPolicyOrThrowArgs.js.map +1 -1
  100. package/esm/generated/typegraphql-prisma/resolvers/crud/TradingPolicy/args/FindManyTradingPolicyArgs.d.ts +1 -1
  101. package/esm/generated/typegraphql-prisma/resolvers/crud/TradingPolicy/args/FindManyTradingPolicyArgs.d.ts.map +1 -1
  102. package/esm/generated/typegraphql-prisma/resolvers/crud/TradingPolicy/args/FindManyTradingPolicyArgs.js.map +1 -1
  103. package/esm/generated/typegraphql-prisma/resolvers/crud/TradingPolicy/args/GroupByTradingPolicyArgs.d.ts +1 -1
  104. package/esm/generated/typegraphql-prisma/resolvers/crud/TradingPolicy/args/GroupByTradingPolicyArgs.d.ts.map +1 -1
  105. package/esm/generated/typegraphql-prisma/resolvers/crud/TradingPolicy/args/GroupByTradingPolicyArgs.js.map +1 -1
  106. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyAvgOrderByAggregateInput.d.ts +2 -0
  107. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyAvgOrderByAggregateInput.d.ts.map +1 -1
  108. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyAvgOrderByAggregateInput.js.map +1 -1
  109. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyAvgOrderByAggregateInput.mjs +14 -0
  110. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyCountOrderByAggregateInput.d.ts +2 -0
  111. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyCountOrderByAggregateInput.d.ts.map +1 -1
  112. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyCountOrderByAggregateInput.js.map +1 -1
  113. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyCountOrderByAggregateInput.mjs +14 -0
  114. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyCreateInput.d.ts +2 -0
  115. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyCreateInput.d.ts.map +1 -1
  116. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyCreateInput.js.map +1 -1
  117. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyCreateInput.mjs +14 -0
  118. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyCreateManyInput.d.ts +2 -0
  119. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyCreateManyInput.d.ts.map +1 -1
  120. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyCreateManyInput.js.map +1 -1
  121. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyCreateManyInput.mjs +14 -0
  122. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyCreateWithoutAlpacaAccountInput.d.ts +2 -0
  123. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyCreateWithoutAlpacaAccountInput.d.ts.map +1 -1
  124. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyCreateWithoutAlpacaAccountInput.js.map +1 -1
  125. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyCreateWithoutAlpacaAccountInput.mjs +14 -0
  126. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyCreateWithoutOverlaysInput.d.ts +2 -0
  127. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyCreateWithoutOverlaysInput.d.ts.map +1 -1
  128. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyCreateWithoutOverlaysInput.js.map +1 -1
  129. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyCreateWithoutOverlaysInput.mjs +14 -0
  130. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyMaxOrderByAggregateInput.d.ts +2 -0
  131. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyMaxOrderByAggregateInput.d.ts.map +1 -1
  132. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyMaxOrderByAggregateInput.js.map +1 -1
  133. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyMaxOrderByAggregateInput.mjs +14 -0
  134. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyMinOrderByAggregateInput.d.ts +2 -0
  135. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyMinOrderByAggregateInput.d.ts.map +1 -1
  136. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyMinOrderByAggregateInput.js.map +1 -1
  137. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyMinOrderByAggregateInput.mjs +14 -0
  138. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyOrderByWithAggregationInput.d.ts +2 -0
  139. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyOrderByWithAggregationInput.d.ts.map +1 -1
  140. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyOrderByWithAggregationInput.js.map +1 -1
  141. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyOrderByWithAggregationInput.mjs +14 -0
  142. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyOrderByWithRelationInput.d.ts +2 -0
  143. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyOrderByWithRelationInput.d.ts.map +1 -1
  144. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyOrderByWithRelationInput.js.map +1 -1
  145. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyOrderByWithRelationInput.mjs +14 -0
  146. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyScalarWhereWithAggregatesInput.d.ts +2 -0
  147. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyScalarWhereWithAggregatesInput.d.ts.map +1 -1
  148. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyScalarWhereWithAggregatesInput.js.map +1 -1
  149. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyScalarWhereWithAggregatesInput.mjs +14 -0
  150. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicySumOrderByAggregateInput.d.ts +2 -0
  151. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicySumOrderByAggregateInput.d.ts.map +1 -1
  152. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicySumOrderByAggregateInput.js.map +1 -1
  153. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicySumOrderByAggregateInput.mjs +14 -0
  154. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyUpdateInput.d.ts +2 -0
  155. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyUpdateInput.d.ts.map +1 -1
  156. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyUpdateInput.js.map +1 -1
  157. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyUpdateInput.mjs +14 -0
  158. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyUpdateManyMutationInput.d.ts +2 -0
  159. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyUpdateManyMutationInput.d.ts.map +1 -1
  160. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyUpdateManyMutationInput.js.map +1 -1
  161. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyUpdateManyMutationInput.mjs +14 -0
  162. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyUpdateWithoutAlpacaAccountInput.d.ts +2 -0
  163. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyUpdateWithoutAlpacaAccountInput.d.ts.map +1 -1
  164. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyUpdateWithoutAlpacaAccountInput.js.map +1 -1
  165. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyUpdateWithoutAlpacaAccountInput.mjs +14 -0
  166. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyUpdateWithoutOverlaysInput.d.ts +2 -0
  167. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyUpdateWithoutOverlaysInput.d.ts.map +1 -1
  168. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyUpdateWithoutOverlaysInput.js.map +1 -1
  169. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyUpdateWithoutOverlaysInput.mjs +14 -0
  170. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyWhereInput.d.ts +2 -0
  171. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyWhereInput.d.ts.map +1 -1
  172. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyWhereInput.js.map +1 -1
  173. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyWhereInput.mjs +14 -0
  174. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyWhereUniqueInput.d.ts +2 -0
  175. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyWhereUniqueInput.d.ts.map +1 -1
  176. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyWhereUniqueInput.js.map +1 -1
  177. package/esm/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyWhereUniqueInput.mjs +14 -0
  178. package/esm/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnTradingPolicy.d.ts +2 -0
  179. package/esm/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnTradingPolicy.d.ts.map +1 -1
  180. package/esm/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnTradingPolicy.js.map +1 -1
  181. package/esm/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnTradingPolicy.mjs +14 -0
  182. package/esm/generated/typegraphql-prisma/resolvers/outputs/TradingPolicyAvgAggregate.d.ts +2 -0
  183. package/esm/generated/typegraphql-prisma/resolvers/outputs/TradingPolicyAvgAggregate.d.ts.map +1 -1
  184. package/esm/generated/typegraphql-prisma/resolvers/outputs/TradingPolicyAvgAggregate.js.map +1 -1
  185. package/esm/generated/typegraphql-prisma/resolvers/outputs/TradingPolicyAvgAggregate.mjs +14 -0
  186. package/esm/generated/typegraphql-prisma/resolvers/outputs/TradingPolicyCountAggregate.d.ts +2 -0
  187. package/esm/generated/typegraphql-prisma/resolvers/outputs/TradingPolicyCountAggregate.d.ts.map +1 -1
  188. package/esm/generated/typegraphql-prisma/resolvers/outputs/TradingPolicyCountAggregate.js.map +1 -1
  189. package/esm/generated/typegraphql-prisma/resolvers/outputs/TradingPolicyCountAggregate.mjs +14 -0
  190. package/esm/generated/typegraphql-prisma/resolvers/outputs/TradingPolicyGroupBy.d.ts +2 -0
  191. package/esm/generated/typegraphql-prisma/resolvers/outputs/TradingPolicyGroupBy.d.ts.map +1 -1
  192. package/esm/generated/typegraphql-prisma/resolvers/outputs/TradingPolicyGroupBy.js.map +1 -1
  193. package/esm/generated/typegraphql-prisma/resolvers/outputs/TradingPolicyGroupBy.mjs +14 -0
  194. package/esm/generated/typegraphql-prisma/resolvers/outputs/TradingPolicyMaxAggregate.d.ts +2 -0
  195. package/esm/generated/typegraphql-prisma/resolvers/outputs/TradingPolicyMaxAggregate.d.ts.map +1 -1
  196. package/esm/generated/typegraphql-prisma/resolvers/outputs/TradingPolicyMaxAggregate.js.map +1 -1
  197. package/esm/generated/typegraphql-prisma/resolvers/outputs/TradingPolicyMaxAggregate.mjs +14 -0
  198. package/esm/generated/typegraphql-prisma/resolvers/outputs/TradingPolicyMinAggregate.d.ts +2 -0
  199. package/esm/generated/typegraphql-prisma/resolvers/outputs/TradingPolicyMinAggregate.d.ts.map +1 -1
  200. package/esm/generated/typegraphql-prisma/resolvers/outputs/TradingPolicyMinAggregate.js.map +1 -1
  201. package/esm/generated/typegraphql-prisma/resolvers/outputs/TradingPolicyMinAggregate.mjs +14 -0
  202. package/esm/generated/typegraphql-prisma/resolvers/outputs/TradingPolicySumAggregate.d.ts +2 -0
  203. package/esm/generated/typegraphql-prisma/resolvers/outputs/TradingPolicySumAggregate.d.ts.map +1 -1
  204. package/esm/generated/typegraphql-prisma/resolvers/outputs/TradingPolicySumAggregate.js.map +1 -1
  205. package/esm/generated/typegraphql-prisma/resolvers/outputs/TradingPolicySumAggregate.mjs +14 -0
  206. package/esm/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/AlpacaAccountRelationsResolver.js.map +1 -1
  207. package/esm/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/AlpacaAccountRelationsResolver.mjs +1 -1
  208. package/esm/index.d.ts.map +1 -1
  209. package/esm/prismaClient.d.ts.map +1 -1
  210. package/esm/prismaClient.js.map +1 -1
  211. package/esm/prismaClient.mjs +30 -0
  212. package/generated/typeStrings/PolicyOverlay.cjs +4 -0
  213. package/generated/typeStrings/PolicyOverlay.d.ts +1 -1
  214. package/generated/typeStrings/PolicyOverlay.d.ts.map +1 -1
  215. package/generated/typeStrings/PolicyOverlay.js.map +1 -1
  216. package/generated/typeStrings/TradingPolicy.cjs +4 -0
  217. package/generated/typeStrings/TradingPolicy.d.ts +1 -1
  218. package/generated/typeStrings/TradingPolicy.d.ts.map +1 -1
  219. package/generated/typeStrings/TradingPolicy.js.map +1 -1
  220. package/generated/typeStrings/index.d.ts +2 -2
  221. package/generated/typegraphql-prisma/enhance.cjs +26 -26
  222. package/generated/typegraphql-prisma/enhance.js.map +1 -1
  223. package/generated/typegraphql-prisma/enums/TradingPolicyScalarFieldEnum.cjs +2 -0
  224. package/generated/typegraphql-prisma/enums/TradingPolicyScalarFieldEnum.d.ts +2 -0
  225. package/generated/typegraphql-prisma/enums/TradingPolicyScalarFieldEnum.d.ts.map +1 -1
  226. package/generated/typegraphql-prisma/enums/TradingPolicyScalarFieldEnum.js.map +1 -1
  227. package/generated/typegraphql-prisma/models/AlpacaAccount.d.ts +1 -1
  228. package/generated/typegraphql-prisma/models/TradingPolicy.cjs +14 -0
  229. package/generated/typegraphql-prisma/models/TradingPolicy.d.ts +8 -0
  230. package/generated/typegraphql-prisma/models/TradingPolicy.d.ts.map +1 -1
  231. package/generated/typegraphql-prisma/models/TradingPolicy.js.map +1 -1
  232. package/generated/typegraphql-prisma/resolvers/crud/TradingPolicy/args/FindFirstTradingPolicyArgs.d.ts +1 -1
  233. package/generated/typegraphql-prisma/resolvers/crud/TradingPolicy/args/FindFirstTradingPolicyArgs.d.ts.map +1 -1
  234. package/generated/typegraphql-prisma/resolvers/crud/TradingPolicy/args/FindFirstTradingPolicyArgs.js.map +1 -1
  235. package/generated/typegraphql-prisma/resolvers/crud/TradingPolicy/args/FindFirstTradingPolicyOrThrowArgs.d.ts +1 -1
  236. package/generated/typegraphql-prisma/resolvers/crud/TradingPolicy/args/FindFirstTradingPolicyOrThrowArgs.d.ts.map +1 -1
  237. package/generated/typegraphql-prisma/resolvers/crud/TradingPolicy/args/FindFirstTradingPolicyOrThrowArgs.js.map +1 -1
  238. package/generated/typegraphql-prisma/resolvers/crud/TradingPolicy/args/FindManyTradingPolicyArgs.d.ts +1 -1
  239. package/generated/typegraphql-prisma/resolvers/crud/TradingPolicy/args/FindManyTradingPolicyArgs.d.ts.map +1 -1
  240. package/generated/typegraphql-prisma/resolvers/crud/TradingPolicy/args/FindManyTradingPolicyArgs.js.map +1 -1
  241. package/generated/typegraphql-prisma/resolvers/crud/TradingPolicy/args/GroupByTradingPolicyArgs.d.ts +1 -1
  242. package/generated/typegraphql-prisma/resolvers/crud/TradingPolicy/args/GroupByTradingPolicyArgs.d.ts.map +1 -1
  243. package/generated/typegraphql-prisma/resolvers/crud/TradingPolicy/args/GroupByTradingPolicyArgs.js.map +1 -1
  244. package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyAvgOrderByAggregateInput.cjs +12 -0
  245. package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyAvgOrderByAggregateInput.d.ts +2 -0
  246. package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyAvgOrderByAggregateInput.d.ts.map +1 -1
  247. package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyAvgOrderByAggregateInput.js.map +1 -1
  248. package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyCountOrderByAggregateInput.cjs +12 -0
  249. package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyCountOrderByAggregateInput.d.ts +2 -0
  250. package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyCountOrderByAggregateInput.d.ts.map +1 -1
  251. package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyCountOrderByAggregateInput.js.map +1 -1
  252. package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyCreateInput.cjs +12 -0
  253. package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyCreateInput.d.ts +2 -0
  254. package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyCreateInput.d.ts.map +1 -1
  255. package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyCreateInput.js.map +1 -1
  256. package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyCreateManyInput.cjs +12 -0
  257. package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyCreateManyInput.d.ts +2 -0
  258. package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyCreateManyInput.d.ts.map +1 -1
  259. package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyCreateManyInput.js.map +1 -1
  260. package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyCreateWithoutAlpacaAccountInput.cjs +12 -0
  261. package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyCreateWithoutAlpacaAccountInput.d.ts +2 -0
  262. package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyCreateWithoutAlpacaAccountInput.d.ts.map +1 -1
  263. package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyCreateWithoutAlpacaAccountInput.js.map +1 -1
  264. package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyCreateWithoutOverlaysInput.cjs +12 -0
  265. package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyCreateWithoutOverlaysInput.d.ts +2 -0
  266. package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyCreateWithoutOverlaysInput.d.ts.map +1 -1
  267. package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyCreateWithoutOverlaysInput.js.map +1 -1
  268. package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyMaxOrderByAggregateInput.cjs +12 -0
  269. package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyMaxOrderByAggregateInput.d.ts +2 -0
  270. package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyMaxOrderByAggregateInput.d.ts.map +1 -1
  271. package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyMaxOrderByAggregateInput.js.map +1 -1
  272. package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyMinOrderByAggregateInput.cjs +12 -0
  273. package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyMinOrderByAggregateInput.d.ts +2 -0
  274. package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyMinOrderByAggregateInput.d.ts.map +1 -1
  275. package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyMinOrderByAggregateInput.js.map +1 -1
  276. package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyOrderByWithAggregationInput.cjs +12 -0
  277. package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyOrderByWithAggregationInput.d.ts +2 -0
  278. package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyOrderByWithAggregationInput.d.ts.map +1 -1
  279. package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyOrderByWithAggregationInput.js.map +1 -1
  280. package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyOrderByWithRelationInput.cjs +12 -0
  281. package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyOrderByWithRelationInput.d.ts +2 -0
  282. package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyOrderByWithRelationInput.d.ts.map +1 -1
  283. package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyOrderByWithRelationInput.js.map +1 -1
  284. package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyScalarWhereWithAggregatesInput.cjs +12 -0
  285. package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyScalarWhereWithAggregatesInput.d.ts +2 -0
  286. package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyScalarWhereWithAggregatesInput.d.ts.map +1 -1
  287. package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyScalarWhereWithAggregatesInput.js.map +1 -1
  288. package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicySumOrderByAggregateInput.cjs +12 -0
  289. package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicySumOrderByAggregateInput.d.ts +2 -0
  290. package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicySumOrderByAggregateInput.d.ts.map +1 -1
  291. package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicySumOrderByAggregateInput.js.map +1 -1
  292. package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyUpdateInput.cjs +12 -0
  293. package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyUpdateInput.d.ts +2 -0
  294. package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyUpdateInput.d.ts.map +1 -1
  295. package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyUpdateInput.js.map +1 -1
  296. package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyUpdateManyMutationInput.cjs +12 -0
  297. package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyUpdateManyMutationInput.d.ts +2 -0
  298. package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyUpdateManyMutationInput.d.ts.map +1 -1
  299. package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyUpdateManyMutationInput.js.map +1 -1
  300. package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyUpdateWithoutAlpacaAccountInput.cjs +12 -0
  301. package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyUpdateWithoutAlpacaAccountInput.d.ts +2 -0
  302. package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyUpdateWithoutAlpacaAccountInput.d.ts.map +1 -1
  303. package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyUpdateWithoutAlpacaAccountInput.js.map +1 -1
  304. package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyUpdateWithoutOverlaysInput.cjs +12 -0
  305. package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyUpdateWithoutOverlaysInput.d.ts +2 -0
  306. package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyUpdateWithoutOverlaysInput.d.ts.map +1 -1
  307. package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyUpdateWithoutOverlaysInput.js.map +1 -1
  308. package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyWhereInput.cjs +12 -0
  309. package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyWhereInput.d.ts +2 -0
  310. package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyWhereInput.d.ts.map +1 -1
  311. package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyWhereInput.js.map +1 -1
  312. package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyWhereUniqueInput.cjs +12 -0
  313. package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyWhereUniqueInput.d.ts +2 -0
  314. package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyWhereUniqueInput.d.ts.map +1 -1
  315. package/generated/typegraphql-prisma/resolvers/inputs/TradingPolicyWhereUniqueInput.js.map +1 -1
  316. package/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnTradingPolicy.cjs +12 -0
  317. package/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnTradingPolicy.d.ts +2 -0
  318. package/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnTradingPolicy.d.ts.map +1 -1
  319. package/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnTradingPolicy.js.map +1 -1
  320. package/generated/typegraphql-prisma/resolvers/outputs/TradingPolicyAvgAggregate.cjs +12 -0
  321. package/generated/typegraphql-prisma/resolvers/outputs/TradingPolicyAvgAggregate.d.ts +2 -0
  322. package/generated/typegraphql-prisma/resolvers/outputs/TradingPolicyAvgAggregate.d.ts.map +1 -1
  323. package/generated/typegraphql-prisma/resolvers/outputs/TradingPolicyAvgAggregate.js.map +1 -1
  324. package/generated/typegraphql-prisma/resolvers/outputs/TradingPolicyCountAggregate.cjs +12 -0
  325. package/generated/typegraphql-prisma/resolvers/outputs/TradingPolicyCountAggregate.d.ts +2 -0
  326. package/generated/typegraphql-prisma/resolvers/outputs/TradingPolicyCountAggregate.d.ts.map +1 -1
  327. package/generated/typegraphql-prisma/resolvers/outputs/TradingPolicyCountAggregate.js.map +1 -1
  328. package/generated/typegraphql-prisma/resolvers/outputs/TradingPolicyGroupBy.cjs +12 -0
  329. package/generated/typegraphql-prisma/resolvers/outputs/TradingPolicyGroupBy.d.ts +2 -0
  330. package/generated/typegraphql-prisma/resolvers/outputs/TradingPolicyGroupBy.d.ts.map +1 -1
  331. package/generated/typegraphql-prisma/resolvers/outputs/TradingPolicyGroupBy.js.map +1 -1
  332. package/generated/typegraphql-prisma/resolvers/outputs/TradingPolicyMaxAggregate.cjs +12 -0
  333. package/generated/typegraphql-prisma/resolvers/outputs/TradingPolicyMaxAggregate.d.ts +2 -0
  334. package/generated/typegraphql-prisma/resolvers/outputs/TradingPolicyMaxAggregate.d.ts.map +1 -1
  335. package/generated/typegraphql-prisma/resolvers/outputs/TradingPolicyMaxAggregate.js.map +1 -1
  336. package/generated/typegraphql-prisma/resolvers/outputs/TradingPolicyMinAggregate.cjs +12 -0
  337. package/generated/typegraphql-prisma/resolvers/outputs/TradingPolicyMinAggregate.d.ts +2 -0
  338. package/generated/typegraphql-prisma/resolvers/outputs/TradingPolicyMinAggregate.d.ts.map +1 -1
  339. package/generated/typegraphql-prisma/resolvers/outputs/TradingPolicyMinAggregate.js.map +1 -1
  340. package/generated/typegraphql-prisma/resolvers/outputs/TradingPolicySumAggregate.cjs +12 -0
  341. package/generated/typegraphql-prisma/resolvers/outputs/TradingPolicySumAggregate.d.ts +2 -0
  342. package/generated/typegraphql-prisma/resolvers/outputs/TradingPolicySumAggregate.d.ts.map +1 -1
  343. package/generated/typegraphql-prisma/resolvers/outputs/TradingPolicySumAggregate.js.map +1 -1
  344. package/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/AlpacaAccountRelationsResolver.cjs +1 -1
  345. package/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/AlpacaAccountRelationsResolver.js.map +1 -1
  346. package/package.json +1 -1
  347. package/prismaClient.cjs +30 -0
@@ -2396,7 +2396,7 @@ const modelsInfo = {
2396
2396
  WaitlistEntry: ["id", "email", "fullName", "companyName", "companyWebsite", "jobRole", "professionalInvestorConfirmed", "status", "queuePosition", "createdAt", "updatedAt", "reviewedAt", "reviewedById"],
2397
2397
  InviteToken: ["id", "token", "email", "waitlistEntryId", "used", "usedAt", "expiresAt", "createdAt"],
2398
2398
  AuditLog: ["id", "timestamp", "userId", "operationType", "modelName", "recordId", "changedFields", "operationName", "ipAddress", "metadata"],
2399
- TradingPolicy: ["id", "alpacaAccountId", "version", "lastModifiedBy", "lastModifiedAt", "autonomyMode", "realtimeTradingEnabled", "paperTradingOnly", "killSwitchEnabled", "autonomyPrefs", "equitiesEnabled", "etfsEnabled", "cryptoEnabled", "optionsEnabled", "futuresEnabled", "forexEnabled", "shortingEnabled", "marginEnabled", "fractionalSharesEnabled", "assetUniversePrefs", "maxBuyingPowerUtilPct", "cashFloorPct", "maxGrossExposurePct", "maxNetExposurePct", "maxLeverage", "maxSymbolConcentrationPct", "maxSectorConcentrationPct", "maxOpenPositions", "maxOpenOrders", "riskBudgetPrefs", "signalConsumptionPrefs", "executionPrefs", "positionManagementPrefs", "portfolioConstructionPrefs", "macroOverlayEnabled", "sectorOverlayEnabled", "volatilityOverlayEnabled", "liquidityStressOverlayEnabled", "blackSwanProtectionEnabled", "drawdownGuardianEnabled", "correlationSpikeProtectionEnabled", "newsEventRiskOverlayEnabled", "exchangeHealthOverlayEnabled", "dataQualitySentinelEnabled", "overlayResponsePrefs", "miniModelProvider", "miniModelId", "normalModelProvider", "normalModelId", "advancedModelProvider", "advancedModelId", "modelPrefs", "auditNotificationPrefs", "createdAt", "updatedAt"],
2399
+ TradingPolicy: ["id", "alpacaAccountId", "version", "lastModifiedBy", "lastModifiedAt", "autonomyMode", "realtimeTradingEnabled", "paperTradingOnly", "killSwitchEnabled", "autonomyPrefs", "equitiesEnabled", "etfsEnabled", "cryptoEnabled", "optionsEnabled", "futuresEnabled", "forexEnabled", "shortingEnabled", "marginEnabled", "fractionalSharesEnabled", "assetUniversePrefs", "maxBuyingPowerUtilPct", "cashFloorPct", "maxGrossExposurePct", "maxNetExposurePct", "maxLeverage", "maxSymbolConcentrationPct", "maxSectorConcentrationPct", "maxOpenPositions", "maxOpenOrders", "perTradeEquityAllocationPct", "perTradeCryptoAllocationPct", "riskBudgetPrefs", "signalConsumptionPrefs", "executionPrefs", "positionManagementPrefs", "portfolioConstructionPrefs", "macroOverlayEnabled", "sectorOverlayEnabled", "volatilityOverlayEnabled", "liquidityStressOverlayEnabled", "blackSwanProtectionEnabled", "drawdownGuardianEnabled", "correlationSpikeProtectionEnabled", "newsEventRiskOverlayEnabled", "exchangeHealthOverlayEnabled", "dataQualitySentinelEnabled", "overlayResponsePrefs", "miniModelProvider", "miniModelId", "normalModelProvider", "normalModelId", "advancedModelProvider", "advancedModelId", "modelPrefs", "auditNotificationPrefs", "createdAt", "updatedAt"],
2400
2400
  PolicyOverlay: ["id", "tradingPolicyId", "overlayType", "source", "reason", "severity", "version", "mutations", "status", "activatedAt", "expiresAt", "deactivatedAt", "deactivatedBy", "correlationId", "triggerEventId", "createdAt", "updatedAt"],
2401
2401
  AccountDecisionRecord: ["id", "alpacaAccountId", "correlationId", "opportunityId", "symbol", "assetClass", "signalAction", "signalConfidence", "decision", "decisionRationale", "decisionConfidence", "actionIntents", "validationResults", "executionResults", "effectivePolicySnapshot", "positionsSnapshot", "openOrdersSnapshot", "exposureSnapshot", "overlaysSnapshot", "modelProvider", "modelId", "modelTier", "routingReason", "tokenUsage", "sessionDurationMs", "gatingDurationMs", "validationDurationMs", "executionDurationMs", "status", "createdAt", "updatedAt"],
2402
2402
  DecisionMemorySummary: ["id", "alpacaAccountId", "symbol", "sector", "assetClass", "summary", "keyFactors", "outcome", "outcomeDetails", "decisionRecordId", "correlationId", "relevanceScore", "expiresAt", "createdAt", "updatedAt"],
@@ -2529,7 +2529,7 @@ const outputsInfo = {
2529
2529
  AggregateAuditLog: ["_count", "_min", "_max"],
2530
2530
  AuditLogGroupBy: ["id", "timestamp", "userId", "operationType", "modelName", "recordId", "changedFields", "operationName", "ipAddress", "metadata", "_count", "_min", "_max"],
2531
2531
  AggregateTradingPolicy: ["_count", "_avg", "_sum", "_min", "_max"],
2532
- TradingPolicyGroupBy: ["id", "alpacaAccountId", "version", "lastModifiedBy", "lastModifiedAt", "autonomyMode", "realtimeTradingEnabled", "paperTradingOnly", "killSwitchEnabled", "autonomyPrefs", "equitiesEnabled", "etfsEnabled", "cryptoEnabled", "optionsEnabled", "futuresEnabled", "forexEnabled", "shortingEnabled", "marginEnabled", "fractionalSharesEnabled", "assetUniversePrefs", "maxBuyingPowerUtilPct", "cashFloorPct", "maxGrossExposurePct", "maxNetExposurePct", "maxLeverage", "maxSymbolConcentrationPct", "maxSectorConcentrationPct", "maxOpenPositions", "maxOpenOrders", "riskBudgetPrefs", "signalConsumptionPrefs", "executionPrefs", "positionManagementPrefs", "portfolioConstructionPrefs", "macroOverlayEnabled", "sectorOverlayEnabled", "volatilityOverlayEnabled", "liquidityStressOverlayEnabled", "blackSwanProtectionEnabled", "drawdownGuardianEnabled", "correlationSpikeProtectionEnabled", "newsEventRiskOverlayEnabled", "exchangeHealthOverlayEnabled", "dataQualitySentinelEnabled", "overlayResponsePrefs", "miniModelProvider", "miniModelId", "normalModelProvider", "normalModelId", "advancedModelProvider", "advancedModelId", "modelPrefs", "auditNotificationPrefs", "createdAt", "updatedAt", "_count", "_avg", "_sum", "_min", "_max"],
2532
+ TradingPolicyGroupBy: ["id", "alpacaAccountId", "version", "lastModifiedBy", "lastModifiedAt", "autonomyMode", "realtimeTradingEnabled", "paperTradingOnly", "killSwitchEnabled", "autonomyPrefs", "equitiesEnabled", "etfsEnabled", "cryptoEnabled", "optionsEnabled", "futuresEnabled", "forexEnabled", "shortingEnabled", "marginEnabled", "fractionalSharesEnabled", "assetUniversePrefs", "maxBuyingPowerUtilPct", "cashFloorPct", "maxGrossExposurePct", "maxNetExposurePct", "maxLeverage", "maxSymbolConcentrationPct", "maxSectorConcentrationPct", "maxOpenPositions", "maxOpenOrders", "perTradeEquityAllocationPct", "perTradeCryptoAllocationPct", "riskBudgetPrefs", "signalConsumptionPrefs", "executionPrefs", "positionManagementPrefs", "portfolioConstructionPrefs", "macroOverlayEnabled", "sectorOverlayEnabled", "volatilityOverlayEnabled", "liquidityStressOverlayEnabled", "blackSwanProtectionEnabled", "drawdownGuardianEnabled", "correlationSpikeProtectionEnabled", "newsEventRiskOverlayEnabled", "exchangeHealthOverlayEnabled", "dataQualitySentinelEnabled", "overlayResponsePrefs", "miniModelProvider", "miniModelId", "normalModelProvider", "normalModelId", "advancedModelProvider", "advancedModelId", "modelPrefs", "auditNotificationPrefs", "createdAt", "updatedAt", "_count", "_avg", "_sum", "_min", "_max"],
2533
2533
  AggregatePolicyOverlay: ["_count", "_avg", "_sum", "_min", "_max"],
2534
2534
  PolicyOverlayGroupBy: ["id", "tradingPolicyId", "overlayType", "source", "reason", "severity", "version", "mutations", "status", "activatedAt", "expiresAt", "deactivatedAt", "deactivatedBy", "correlationId", "triggerEventId", "createdAt", "updatedAt", "_count", "_avg", "_sum", "_min", "_max"],
2535
2535
  AggregateAccountDecisionRecord: ["_count", "_avg", "_sum", "_min", "_max"],
@@ -2801,11 +2801,11 @@ const outputsInfo = {
2801
2801
  AuditLogMinAggregate: ["id", "timestamp", "userId", "operationType", "modelName", "recordId", "operationName", "ipAddress"],
2802
2802
  AuditLogMaxAggregate: ["id", "timestamp", "userId", "operationType", "modelName", "recordId", "operationName", "ipAddress"],
2803
2803
  TradingPolicyCount: ["overlays"],
2804
- TradingPolicyCountAggregate: ["id", "alpacaAccountId", "version", "lastModifiedBy", "lastModifiedAt", "autonomyMode", "realtimeTradingEnabled", "paperTradingOnly", "killSwitchEnabled", "autonomyPrefs", "equitiesEnabled", "etfsEnabled", "cryptoEnabled", "optionsEnabled", "futuresEnabled", "forexEnabled", "shortingEnabled", "marginEnabled", "fractionalSharesEnabled", "assetUniversePrefs", "maxBuyingPowerUtilPct", "cashFloorPct", "maxGrossExposurePct", "maxNetExposurePct", "maxLeverage", "maxSymbolConcentrationPct", "maxSectorConcentrationPct", "maxOpenPositions", "maxOpenOrders", "riskBudgetPrefs", "signalConsumptionPrefs", "executionPrefs", "positionManagementPrefs", "portfolioConstructionPrefs", "macroOverlayEnabled", "sectorOverlayEnabled", "volatilityOverlayEnabled", "liquidityStressOverlayEnabled", "blackSwanProtectionEnabled", "drawdownGuardianEnabled", "correlationSpikeProtectionEnabled", "newsEventRiskOverlayEnabled", "exchangeHealthOverlayEnabled", "dataQualitySentinelEnabled", "overlayResponsePrefs", "miniModelProvider", "miniModelId", "normalModelProvider", "normalModelId", "advancedModelProvider", "advancedModelId", "modelPrefs", "auditNotificationPrefs", "createdAt", "updatedAt", "_all"],
2805
- TradingPolicyAvgAggregate: ["version", "maxBuyingPowerUtilPct", "cashFloorPct", "maxGrossExposurePct", "maxNetExposurePct", "maxLeverage", "maxSymbolConcentrationPct", "maxSectorConcentrationPct", "maxOpenPositions", "maxOpenOrders"],
2806
- TradingPolicySumAggregate: ["version", "maxBuyingPowerUtilPct", "cashFloorPct", "maxGrossExposurePct", "maxNetExposurePct", "maxLeverage", "maxSymbolConcentrationPct", "maxSectorConcentrationPct", "maxOpenPositions", "maxOpenOrders"],
2807
- TradingPolicyMinAggregate: ["id", "alpacaAccountId", "version", "lastModifiedBy", "lastModifiedAt", "autonomyMode", "realtimeTradingEnabled", "paperTradingOnly", "killSwitchEnabled", "equitiesEnabled", "etfsEnabled", "cryptoEnabled", "optionsEnabled", "futuresEnabled", "forexEnabled", "shortingEnabled", "marginEnabled", "fractionalSharesEnabled", "maxBuyingPowerUtilPct", "cashFloorPct", "maxGrossExposurePct", "maxNetExposurePct", "maxLeverage", "maxSymbolConcentrationPct", "maxSectorConcentrationPct", "maxOpenPositions", "maxOpenOrders", "macroOverlayEnabled", "sectorOverlayEnabled", "volatilityOverlayEnabled", "liquidityStressOverlayEnabled", "blackSwanProtectionEnabled", "drawdownGuardianEnabled", "correlationSpikeProtectionEnabled", "newsEventRiskOverlayEnabled", "exchangeHealthOverlayEnabled", "dataQualitySentinelEnabled", "miniModelProvider", "miniModelId", "normalModelProvider", "normalModelId", "advancedModelProvider", "advancedModelId", "createdAt", "updatedAt"],
2808
- TradingPolicyMaxAggregate: ["id", "alpacaAccountId", "version", "lastModifiedBy", "lastModifiedAt", "autonomyMode", "realtimeTradingEnabled", "paperTradingOnly", "killSwitchEnabled", "equitiesEnabled", "etfsEnabled", "cryptoEnabled", "optionsEnabled", "futuresEnabled", "forexEnabled", "shortingEnabled", "marginEnabled", "fractionalSharesEnabled", "maxBuyingPowerUtilPct", "cashFloorPct", "maxGrossExposurePct", "maxNetExposurePct", "maxLeverage", "maxSymbolConcentrationPct", "maxSectorConcentrationPct", "maxOpenPositions", "maxOpenOrders", "macroOverlayEnabled", "sectorOverlayEnabled", "volatilityOverlayEnabled", "liquidityStressOverlayEnabled", "blackSwanProtectionEnabled", "drawdownGuardianEnabled", "correlationSpikeProtectionEnabled", "newsEventRiskOverlayEnabled", "exchangeHealthOverlayEnabled", "dataQualitySentinelEnabled", "miniModelProvider", "miniModelId", "normalModelProvider", "normalModelId", "advancedModelProvider", "advancedModelId", "createdAt", "updatedAt"],
2804
+ TradingPolicyCountAggregate: ["id", "alpacaAccountId", "version", "lastModifiedBy", "lastModifiedAt", "autonomyMode", "realtimeTradingEnabled", "paperTradingOnly", "killSwitchEnabled", "autonomyPrefs", "equitiesEnabled", "etfsEnabled", "cryptoEnabled", "optionsEnabled", "futuresEnabled", "forexEnabled", "shortingEnabled", "marginEnabled", "fractionalSharesEnabled", "assetUniversePrefs", "maxBuyingPowerUtilPct", "cashFloorPct", "maxGrossExposurePct", "maxNetExposurePct", "maxLeverage", "maxSymbolConcentrationPct", "maxSectorConcentrationPct", "maxOpenPositions", "maxOpenOrders", "perTradeEquityAllocationPct", "perTradeCryptoAllocationPct", "riskBudgetPrefs", "signalConsumptionPrefs", "executionPrefs", "positionManagementPrefs", "portfolioConstructionPrefs", "macroOverlayEnabled", "sectorOverlayEnabled", "volatilityOverlayEnabled", "liquidityStressOverlayEnabled", "blackSwanProtectionEnabled", "drawdownGuardianEnabled", "correlationSpikeProtectionEnabled", "newsEventRiskOverlayEnabled", "exchangeHealthOverlayEnabled", "dataQualitySentinelEnabled", "overlayResponsePrefs", "miniModelProvider", "miniModelId", "normalModelProvider", "normalModelId", "advancedModelProvider", "advancedModelId", "modelPrefs", "auditNotificationPrefs", "createdAt", "updatedAt", "_all"],
2805
+ TradingPolicyAvgAggregate: ["version", "maxBuyingPowerUtilPct", "cashFloorPct", "maxGrossExposurePct", "maxNetExposurePct", "maxLeverage", "maxSymbolConcentrationPct", "maxSectorConcentrationPct", "maxOpenPositions", "maxOpenOrders", "perTradeEquityAllocationPct", "perTradeCryptoAllocationPct"],
2806
+ TradingPolicySumAggregate: ["version", "maxBuyingPowerUtilPct", "cashFloorPct", "maxGrossExposurePct", "maxNetExposurePct", "maxLeverage", "maxSymbolConcentrationPct", "maxSectorConcentrationPct", "maxOpenPositions", "maxOpenOrders", "perTradeEquityAllocationPct", "perTradeCryptoAllocationPct"],
2807
+ TradingPolicyMinAggregate: ["id", "alpacaAccountId", "version", "lastModifiedBy", "lastModifiedAt", "autonomyMode", "realtimeTradingEnabled", "paperTradingOnly", "killSwitchEnabled", "equitiesEnabled", "etfsEnabled", "cryptoEnabled", "optionsEnabled", "futuresEnabled", "forexEnabled", "shortingEnabled", "marginEnabled", "fractionalSharesEnabled", "maxBuyingPowerUtilPct", "cashFloorPct", "maxGrossExposurePct", "maxNetExposurePct", "maxLeverage", "maxSymbolConcentrationPct", "maxSectorConcentrationPct", "maxOpenPositions", "maxOpenOrders", "perTradeEquityAllocationPct", "perTradeCryptoAllocationPct", "macroOverlayEnabled", "sectorOverlayEnabled", "volatilityOverlayEnabled", "liquidityStressOverlayEnabled", "blackSwanProtectionEnabled", "drawdownGuardianEnabled", "correlationSpikeProtectionEnabled", "newsEventRiskOverlayEnabled", "exchangeHealthOverlayEnabled", "dataQualitySentinelEnabled", "miniModelProvider", "miniModelId", "normalModelProvider", "normalModelId", "advancedModelProvider", "advancedModelId", "createdAt", "updatedAt"],
2808
+ TradingPolicyMaxAggregate: ["id", "alpacaAccountId", "version", "lastModifiedBy", "lastModifiedAt", "autonomyMode", "realtimeTradingEnabled", "paperTradingOnly", "killSwitchEnabled", "equitiesEnabled", "etfsEnabled", "cryptoEnabled", "optionsEnabled", "futuresEnabled", "forexEnabled", "shortingEnabled", "marginEnabled", "fractionalSharesEnabled", "maxBuyingPowerUtilPct", "cashFloorPct", "maxGrossExposurePct", "maxNetExposurePct", "maxLeverage", "maxSymbolConcentrationPct", "maxSectorConcentrationPct", "maxOpenPositions", "maxOpenOrders", "perTradeEquityAllocationPct", "perTradeCryptoAllocationPct", "macroOverlayEnabled", "sectorOverlayEnabled", "volatilityOverlayEnabled", "liquidityStressOverlayEnabled", "blackSwanProtectionEnabled", "drawdownGuardianEnabled", "correlationSpikeProtectionEnabled", "newsEventRiskOverlayEnabled", "exchangeHealthOverlayEnabled", "dataQualitySentinelEnabled", "miniModelProvider", "miniModelId", "normalModelProvider", "normalModelId", "advancedModelProvider", "advancedModelId", "createdAt", "updatedAt"],
2809
2809
  PolicyOverlayCountAggregate: ["id", "tradingPolicyId", "overlayType", "source", "reason", "severity", "version", "mutations", "status", "activatedAt", "expiresAt", "deactivatedAt", "deactivatedBy", "correlationId", "triggerEventId", "createdAt", "updatedAt", "_all"],
2810
2810
  PolicyOverlayAvgAggregate: ["version"],
2811
2811
  PolicyOverlaySumAggregate: ["version"],
@@ -2893,7 +2893,7 @@ const outputsInfo = {
2893
2893
  CreateManyAndReturnWaitlistEntry: ["id", "email", "fullName", "companyName", "companyWebsite", "jobRole", "professionalInvestorConfirmed", "status", "queuePosition", "createdAt", "updatedAt", "reviewedAt", "reviewedById", "reviewedBy"],
2894
2894
  CreateManyAndReturnInviteToken: ["id", "token", "email", "waitlistEntryId", "used", "usedAt", "expiresAt", "createdAt", "waitlistEntry"],
2895
2895
  CreateManyAndReturnAuditLog: ["id", "timestamp", "userId", "operationType", "modelName", "recordId", "changedFields", "operationName", "ipAddress", "metadata"],
2896
- CreateManyAndReturnTradingPolicy: ["id", "alpacaAccountId", "version", "lastModifiedBy", "lastModifiedAt", "autonomyMode", "realtimeTradingEnabled", "paperTradingOnly", "killSwitchEnabled", "autonomyPrefs", "equitiesEnabled", "etfsEnabled", "cryptoEnabled", "optionsEnabled", "futuresEnabled", "forexEnabled", "shortingEnabled", "marginEnabled", "fractionalSharesEnabled", "assetUniversePrefs", "maxBuyingPowerUtilPct", "cashFloorPct", "maxGrossExposurePct", "maxNetExposurePct", "maxLeverage", "maxSymbolConcentrationPct", "maxSectorConcentrationPct", "maxOpenPositions", "maxOpenOrders", "riskBudgetPrefs", "signalConsumptionPrefs", "executionPrefs", "positionManagementPrefs", "portfolioConstructionPrefs", "macroOverlayEnabled", "sectorOverlayEnabled", "volatilityOverlayEnabled", "liquidityStressOverlayEnabled", "blackSwanProtectionEnabled", "drawdownGuardianEnabled", "correlationSpikeProtectionEnabled", "newsEventRiskOverlayEnabled", "exchangeHealthOverlayEnabled", "dataQualitySentinelEnabled", "overlayResponsePrefs", "miniModelProvider", "miniModelId", "normalModelProvider", "normalModelId", "advancedModelProvider", "advancedModelId", "modelPrefs", "auditNotificationPrefs", "createdAt", "updatedAt", "alpacaAccount"],
2896
+ CreateManyAndReturnTradingPolicy: ["id", "alpacaAccountId", "version", "lastModifiedBy", "lastModifiedAt", "autonomyMode", "realtimeTradingEnabled", "paperTradingOnly", "killSwitchEnabled", "autonomyPrefs", "equitiesEnabled", "etfsEnabled", "cryptoEnabled", "optionsEnabled", "futuresEnabled", "forexEnabled", "shortingEnabled", "marginEnabled", "fractionalSharesEnabled", "assetUniversePrefs", "maxBuyingPowerUtilPct", "cashFloorPct", "maxGrossExposurePct", "maxNetExposurePct", "maxLeverage", "maxSymbolConcentrationPct", "maxSectorConcentrationPct", "maxOpenPositions", "maxOpenOrders", "perTradeEquityAllocationPct", "perTradeCryptoAllocationPct", "riskBudgetPrefs", "signalConsumptionPrefs", "executionPrefs", "positionManagementPrefs", "portfolioConstructionPrefs", "macroOverlayEnabled", "sectorOverlayEnabled", "volatilityOverlayEnabled", "liquidityStressOverlayEnabled", "blackSwanProtectionEnabled", "drawdownGuardianEnabled", "correlationSpikeProtectionEnabled", "newsEventRiskOverlayEnabled", "exchangeHealthOverlayEnabled", "dataQualitySentinelEnabled", "overlayResponsePrefs", "miniModelProvider", "miniModelId", "normalModelProvider", "normalModelId", "advancedModelProvider", "advancedModelId", "modelPrefs", "auditNotificationPrefs", "createdAt", "updatedAt", "alpacaAccount"],
2897
2897
  CreateManyAndReturnPolicyOverlay: ["id", "tradingPolicyId", "overlayType", "source", "reason", "severity", "version", "mutations", "status", "activatedAt", "expiresAt", "deactivatedAt", "deactivatedBy", "correlationId", "triggerEventId", "createdAt", "updatedAt", "tradingPolicy"],
2898
2898
  CreateManyAndReturnAccountDecisionRecord: ["id", "alpacaAccountId", "correlationId", "opportunityId", "symbol", "assetClass", "signalAction", "signalConfidence", "decision", "decisionRationale", "decisionConfidence", "actionIntents", "validationResults", "executionResults", "effectivePolicySnapshot", "positionsSnapshot", "openOrdersSnapshot", "exposureSnapshot", "overlaysSnapshot", "modelProvider", "modelId", "modelTier", "routingReason", "tokenUsage", "sessionDurationMs", "gatingDurationMs", "validationDurationMs", "executionDurationMs", "status", "createdAt", "updatedAt"],
2899
2899
  CreateManyAndReturnDecisionMemorySummary: ["id", "alpacaAccountId", "symbol", "sector", "assetClass", "summary", "keyFactors", "outcome", "outcomeDetails", "decisionRecordId", "correlationId", "relevanceScore", "expiresAt", "createdAt", "updatedAt"],
@@ -3196,11 +3196,11 @@ const inputsInfo = {
3196
3196
  AuditLogWhereUniqueInput: ["id", "AND", "OR", "NOT", "timestamp", "userId", "operationType", "modelName", "recordId", "changedFields", "operationName", "ipAddress", "metadata"],
3197
3197
  AuditLogOrderByWithAggregationInput: ["id", "timestamp", "userId", "operationType", "modelName", "recordId", "changedFields", "operationName", "ipAddress", "metadata", "_count", "_max", "_min"],
3198
3198
  AuditLogScalarWhereWithAggregatesInput: ["AND", "OR", "NOT", "id", "timestamp", "userId", "operationType", "modelName", "recordId", "changedFields", "operationName", "ipAddress", "metadata"],
3199
- TradingPolicyWhereInput: ["AND", "OR", "NOT", "id", "alpacaAccountId", "version", "lastModifiedBy", "lastModifiedAt", "autonomyMode", "realtimeTradingEnabled", "paperTradingOnly", "killSwitchEnabled", "autonomyPrefs", "equitiesEnabled", "etfsEnabled", "cryptoEnabled", "optionsEnabled", "futuresEnabled", "forexEnabled", "shortingEnabled", "marginEnabled", "fractionalSharesEnabled", "assetUniversePrefs", "maxBuyingPowerUtilPct", "cashFloorPct", "maxGrossExposurePct", "maxNetExposurePct", "maxLeverage", "maxSymbolConcentrationPct", "maxSectorConcentrationPct", "maxOpenPositions", "maxOpenOrders", "riskBudgetPrefs", "signalConsumptionPrefs", "executionPrefs", "positionManagementPrefs", "portfolioConstructionPrefs", "macroOverlayEnabled", "sectorOverlayEnabled", "volatilityOverlayEnabled", "liquidityStressOverlayEnabled", "blackSwanProtectionEnabled", "drawdownGuardianEnabled", "correlationSpikeProtectionEnabled", "newsEventRiskOverlayEnabled", "exchangeHealthOverlayEnabled", "dataQualitySentinelEnabled", "overlayResponsePrefs", "miniModelProvider", "miniModelId", "normalModelProvider", "normalModelId", "advancedModelProvider", "advancedModelId", "modelPrefs", "auditNotificationPrefs", "createdAt", "updatedAt", "alpacaAccount", "overlays"],
3200
- TradingPolicyOrderByWithRelationInput: ["id", "alpacaAccountId", "version", "lastModifiedBy", "lastModifiedAt", "autonomyMode", "realtimeTradingEnabled", "paperTradingOnly", "killSwitchEnabled", "autonomyPrefs", "equitiesEnabled", "etfsEnabled", "cryptoEnabled", "optionsEnabled", "futuresEnabled", "forexEnabled", "shortingEnabled", "marginEnabled", "fractionalSharesEnabled", "assetUniversePrefs", "maxBuyingPowerUtilPct", "cashFloorPct", "maxGrossExposurePct", "maxNetExposurePct", "maxLeverage", "maxSymbolConcentrationPct", "maxSectorConcentrationPct", "maxOpenPositions", "maxOpenOrders", "riskBudgetPrefs", "signalConsumptionPrefs", "executionPrefs", "positionManagementPrefs", "portfolioConstructionPrefs", "macroOverlayEnabled", "sectorOverlayEnabled", "volatilityOverlayEnabled", "liquidityStressOverlayEnabled", "blackSwanProtectionEnabled", "drawdownGuardianEnabled", "correlationSpikeProtectionEnabled", "newsEventRiskOverlayEnabled", "exchangeHealthOverlayEnabled", "dataQualitySentinelEnabled", "overlayResponsePrefs", "miniModelProvider", "miniModelId", "normalModelProvider", "normalModelId", "advancedModelProvider", "advancedModelId", "modelPrefs", "auditNotificationPrefs", "createdAt", "updatedAt", "alpacaAccount", "overlays"],
3201
- TradingPolicyWhereUniqueInput: ["id", "alpacaAccountId", "AND", "OR", "NOT", "version", "lastModifiedBy", "lastModifiedAt", "autonomyMode", "realtimeTradingEnabled", "paperTradingOnly", "killSwitchEnabled", "autonomyPrefs", "equitiesEnabled", "etfsEnabled", "cryptoEnabled", "optionsEnabled", "futuresEnabled", "forexEnabled", "shortingEnabled", "marginEnabled", "fractionalSharesEnabled", "assetUniversePrefs", "maxBuyingPowerUtilPct", "cashFloorPct", "maxGrossExposurePct", "maxNetExposurePct", "maxLeverage", "maxSymbolConcentrationPct", "maxSectorConcentrationPct", "maxOpenPositions", "maxOpenOrders", "riskBudgetPrefs", "signalConsumptionPrefs", "executionPrefs", "positionManagementPrefs", "portfolioConstructionPrefs", "macroOverlayEnabled", "sectorOverlayEnabled", "volatilityOverlayEnabled", "liquidityStressOverlayEnabled", "blackSwanProtectionEnabled", "drawdownGuardianEnabled", "correlationSpikeProtectionEnabled", "newsEventRiskOverlayEnabled", "exchangeHealthOverlayEnabled", "dataQualitySentinelEnabled", "overlayResponsePrefs", "miniModelProvider", "miniModelId", "normalModelProvider", "normalModelId", "advancedModelProvider", "advancedModelId", "modelPrefs", "auditNotificationPrefs", "createdAt", "updatedAt", "alpacaAccount", "overlays"],
3202
- TradingPolicyOrderByWithAggregationInput: ["id", "alpacaAccountId", "version", "lastModifiedBy", "lastModifiedAt", "autonomyMode", "realtimeTradingEnabled", "paperTradingOnly", "killSwitchEnabled", "autonomyPrefs", "equitiesEnabled", "etfsEnabled", "cryptoEnabled", "optionsEnabled", "futuresEnabled", "forexEnabled", "shortingEnabled", "marginEnabled", "fractionalSharesEnabled", "assetUniversePrefs", "maxBuyingPowerUtilPct", "cashFloorPct", "maxGrossExposurePct", "maxNetExposurePct", "maxLeverage", "maxSymbolConcentrationPct", "maxSectorConcentrationPct", "maxOpenPositions", "maxOpenOrders", "riskBudgetPrefs", "signalConsumptionPrefs", "executionPrefs", "positionManagementPrefs", "portfolioConstructionPrefs", "macroOverlayEnabled", "sectorOverlayEnabled", "volatilityOverlayEnabled", "liquidityStressOverlayEnabled", "blackSwanProtectionEnabled", "drawdownGuardianEnabled", "correlationSpikeProtectionEnabled", "newsEventRiskOverlayEnabled", "exchangeHealthOverlayEnabled", "dataQualitySentinelEnabled", "overlayResponsePrefs", "miniModelProvider", "miniModelId", "normalModelProvider", "normalModelId", "advancedModelProvider", "advancedModelId", "modelPrefs", "auditNotificationPrefs", "createdAt", "updatedAt", "_count", "_avg", "_max", "_min", "_sum"],
3203
- TradingPolicyScalarWhereWithAggregatesInput: ["AND", "OR", "NOT", "id", "alpacaAccountId", "version", "lastModifiedBy", "lastModifiedAt", "autonomyMode", "realtimeTradingEnabled", "paperTradingOnly", "killSwitchEnabled", "autonomyPrefs", "equitiesEnabled", "etfsEnabled", "cryptoEnabled", "optionsEnabled", "futuresEnabled", "forexEnabled", "shortingEnabled", "marginEnabled", "fractionalSharesEnabled", "assetUniversePrefs", "maxBuyingPowerUtilPct", "cashFloorPct", "maxGrossExposurePct", "maxNetExposurePct", "maxLeverage", "maxSymbolConcentrationPct", "maxSectorConcentrationPct", "maxOpenPositions", "maxOpenOrders", "riskBudgetPrefs", "signalConsumptionPrefs", "executionPrefs", "positionManagementPrefs", "portfolioConstructionPrefs", "macroOverlayEnabled", "sectorOverlayEnabled", "volatilityOverlayEnabled", "liquidityStressOverlayEnabled", "blackSwanProtectionEnabled", "drawdownGuardianEnabled", "correlationSpikeProtectionEnabled", "newsEventRiskOverlayEnabled", "exchangeHealthOverlayEnabled", "dataQualitySentinelEnabled", "overlayResponsePrefs", "miniModelProvider", "miniModelId", "normalModelProvider", "normalModelId", "advancedModelProvider", "advancedModelId", "modelPrefs", "auditNotificationPrefs", "createdAt", "updatedAt"],
3199
+ TradingPolicyWhereInput: ["AND", "OR", "NOT", "id", "alpacaAccountId", "version", "lastModifiedBy", "lastModifiedAt", "autonomyMode", "realtimeTradingEnabled", "paperTradingOnly", "killSwitchEnabled", "autonomyPrefs", "equitiesEnabled", "etfsEnabled", "cryptoEnabled", "optionsEnabled", "futuresEnabled", "forexEnabled", "shortingEnabled", "marginEnabled", "fractionalSharesEnabled", "assetUniversePrefs", "maxBuyingPowerUtilPct", "cashFloorPct", "maxGrossExposurePct", "maxNetExposurePct", "maxLeverage", "maxSymbolConcentrationPct", "maxSectorConcentrationPct", "maxOpenPositions", "maxOpenOrders", "perTradeEquityAllocationPct", "perTradeCryptoAllocationPct", "riskBudgetPrefs", "signalConsumptionPrefs", "executionPrefs", "positionManagementPrefs", "portfolioConstructionPrefs", "macroOverlayEnabled", "sectorOverlayEnabled", "volatilityOverlayEnabled", "liquidityStressOverlayEnabled", "blackSwanProtectionEnabled", "drawdownGuardianEnabled", "correlationSpikeProtectionEnabled", "newsEventRiskOverlayEnabled", "exchangeHealthOverlayEnabled", "dataQualitySentinelEnabled", "overlayResponsePrefs", "miniModelProvider", "miniModelId", "normalModelProvider", "normalModelId", "advancedModelProvider", "advancedModelId", "modelPrefs", "auditNotificationPrefs", "createdAt", "updatedAt", "alpacaAccount", "overlays"],
3200
+ TradingPolicyOrderByWithRelationInput: ["id", "alpacaAccountId", "version", "lastModifiedBy", "lastModifiedAt", "autonomyMode", "realtimeTradingEnabled", "paperTradingOnly", "killSwitchEnabled", "autonomyPrefs", "equitiesEnabled", "etfsEnabled", "cryptoEnabled", "optionsEnabled", "futuresEnabled", "forexEnabled", "shortingEnabled", "marginEnabled", "fractionalSharesEnabled", "assetUniversePrefs", "maxBuyingPowerUtilPct", "cashFloorPct", "maxGrossExposurePct", "maxNetExposurePct", "maxLeverage", "maxSymbolConcentrationPct", "maxSectorConcentrationPct", "maxOpenPositions", "maxOpenOrders", "perTradeEquityAllocationPct", "perTradeCryptoAllocationPct", "riskBudgetPrefs", "signalConsumptionPrefs", "executionPrefs", "positionManagementPrefs", "portfolioConstructionPrefs", "macroOverlayEnabled", "sectorOverlayEnabled", "volatilityOverlayEnabled", "liquidityStressOverlayEnabled", "blackSwanProtectionEnabled", "drawdownGuardianEnabled", "correlationSpikeProtectionEnabled", "newsEventRiskOverlayEnabled", "exchangeHealthOverlayEnabled", "dataQualitySentinelEnabled", "overlayResponsePrefs", "miniModelProvider", "miniModelId", "normalModelProvider", "normalModelId", "advancedModelProvider", "advancedModelId", "modelPrefs", "auditNotificationPrefs", "createdAt", "updatedAt", "alpacaAccount", "overlays"],
3201
+ TradingPolicyWhereUniqueInput: ["id", "alpacaAccountId", "AND", "OR", "NOT", "version", "lastModifiedBy", "lastModifiedAt", "autonomyMode", "realtimeTradingEnabled", "paperTradingOnly", "killSwitchEnabled", "autonomyPrefs", "equitiesEnabled", "etfsEnabled", "cryptoEnabled", "optionsEnabled", "futuresEnabled", "forexEnabled", "shortingEnabled", "marginEnabled", "fractionalSharesEnabled", "assetUniversePrefs", "maxBuyingPowerUtilPct", "cashFloorPct", "maxGrossExposurePct", "maxNetExposurePct", "maxLeverage", "maxSymbolConcentrationPct", "maxSectorConcentrationPct", "maxOpenPositions", "maxOpenOrders", "perTradeEquityAllocationPct", "perTradeCryptoAllocationPct", "riskBudgetPrefs", "signalConsumptionPrefs", "executionPrefs", "positionManagementPrefs", "portfolioConstructionPrefs", "macroOverlayEnabled", "sectorOverlayEnabled", "volatilityOverlayEnabled", "liquidityStressOverlayEnabled", "blackSwanProtectionEnabled", "drawdownGuardianEnabled", "correlationSpikeProtectionEnabled", "newsEventRiskOverlayEnabled", "exchangeHealthOverlayEnabled", "dataQualitySentinelEnabled", "overlayResponsePrefs", "miniModelProvider", "miniModelId", "normalModelProvider", "normalModelId", "advancedModelProvider", "advancedModelId", "modelPrefs", "auditNotificationPrefs", "createdAt", "updatedAt", "alpacaAccount", "overlays"],
3202
+ TradingPolicyOrderByWithAggregationInput: ["id", "alpacaAccountId", "version", "lastModifiedBy", "lastModifiedAt", "autonomyMode", "realtimeTradingEnabled", "paperTradingOnly", "killSwitchEnabled", "autonomyPrefs", "equitiesEnabled", "etfsEnabled", "cryptoEnabled", "optionsEnabled", "futuresEnabled", "forexEnabled", "shortingEnabled", "marginEnabled", "fractionalSharesEnabled", "assetUniversePrefs", "maxBuyingPowerUtilPct", "cashFloorPct", "maxGrossExposurePct", "maxNetExposurePct", "maxLeverage", "maxSymbolConcentrationPct", "maxSectorConcentrationPct", "maxOpenPositions", "maxOpenOrders", "perTradeEquityAllocationPct", "perTradeCryptoAllocationPct", "riskBudgetPrefs", "signalConsumptionPrefs", "executionPrefs", "positionManagementPrefs", "portfolioConstructionPrefs", "macroOverlayEnabled", "sectorOverlayEnabled", "volatilityOverlayEnabled", "liquidityStressOverlayEnabled", "blackSwanProtectionEnabled", "drawdownGuardianEnabled", "correlationSpikeProtectionEnabled", "newsEventRiskOverlayEnabled", "exchangeHealthOverlayEnabled", "dataQualitySentinelEnabled", "overlayResponsePrefs", "miniModelProvider", "miniModelId", "normalModelProvider", "normalModelId", "advancedModelProvider", "advancedModelId", "modelPrefs", "auditNotificationPrefs", "createdAt", "updatedAt", "_count", "_avg", "_max", "_min", "_sum"],
3203
+ TradingPolicyScalarWhereWithAggregatesInput: ["AND", "OR", "NOT", "id", "alpacaAccountId", "version", "lastModifiedBy", "lastModifiedAt", "autonomyMode", "realtimeTradingEnabled", "paperTradingOnly", "killSwitchEnabled", "autonomyPrefs", "equitiesEnabled", "etfsEnabled", "cryptoEnabled", "optionsEnabled", "futuresEnabled", "forexEnabled", "shortingEnabled", "marginEnabled", "fractionalSharesEnabled", "assetUniversePrefs", "maxBuyingPowerUtilPct", "cashFloorPct", "maxGrossExposurePct", "maxNetExposurePct", "maxLeverage", "maxSymbolConcentrationPct", "maxSectorConcentrationPct", "maxOpenPositions", "maxOpenOrders", "perTradeEquityAllocationPct", "perTradeCryptoAllocationPct", "riskBudgetPrefs", "signalConsumptionPrefs", "executionPrefs", "positionManagementPrefs", "portfolioConstructionPrefs", "macroOverlayEnabled", "sectorOverlayEnabled", "volatilityOverlayEnabled", "liquidityStressOverlayEnabled", "blackSwanProtectionEnabled", "drawdownGuardianEnabled", "correlationSpikeProtectionEnabled", "newsEventRiskOverlayEnabled", "exchangeHealthOverlayEnabled", "dataQualitySentinelEnabled", "overlayResponsePrefs", "miniModelProvider", "miniModelId", "normalModelProvider", "normalModelId", "advancedModelProvider", "advancedModelId", "modelPrefs", "auditNotificationPrefs", "createdAt", "updatedAt"],
3204
3204
  PolicyOverlayWhereInput: ["AND", "OR", "NOT", "id", "tradingPolicyId", "overlayType", "source", "reason", "severity", "version", "mutations", "status", "activatedAt", "expiresAt", "deactivatedAt", "deactivatedBy", "correlationId", "triggerEventId", "createdAt", "updatedAt", "tradingPolicy"],
3205
3205
  PolicyOverlayOrderByWithRelationInput: ["id", "tradingPolicyId", "overlayType", "source", "reason", "severity", "version", "mutations", "status", "activatedAt", "expiresAt", "deactivatedAt", "deactivatedBy", "correlationId", "triggerEventId", "createdAt", "updatedAt", "tradingPolicy"],
3206
3206
  PolicyOverlayWhereUniqueInput: ["id", "AND", "OR", "NOT", "tradingPolicyId", "overlayType", "source", "reason", "severity", "version", "mutations", "status", "activatedAt", "expiresAt", "deactivatedAt", "deactivatedBy", "correlationId", "triggerEventId", "createdAt", "updatedAt", "tradingPolicy"],
@@ -3459,10 +3459,10 @@ const inputsInfo = {
3459
3459
  AuditLogUpdateInput: ["id", "timestamp", "userId", "operationType", "modelName", "recordId", "changedFields", "operationName", "ipAddress", "metadata"],
3460
3460
  AuditLogCreateManyInput: ["id", "timestamp", "userId", "operationType", "modelName", "recordId", "changedFields", "operationName", "ipAddress", "metadata"],
3461
3461
  AuditLogUpdateManyMutationInput: ["id", "timestamp", "userId", "operationType", "modelName", "recordId", "changedFields", "operationName", "ipAddress", "metadata"],
3462
- TradingPolicyCreateInput: ["id", "version", "lastModifiedBy", "lastModifiedAt", "autonomyMode", "realtimeTradingEnabled", "paperTradingOnly", "killSwitchEnabled", "autonomyPrefs", "equitiesEnabled", "etfsEnabled", "cryptoEnabled", "optionsEnabled", "futuresEnabled", "forexEnabled", "shortingEnabled", "marginEnabled", "fractionalSharesEnabled", "assetUniversePrefs", "maxBuyingPowerUtilPct", "cashFloorPct", "maxGrossExposurePct", "maxNetExposurePct", "maxLeverage", "maxSymbolConcentrationPct", "maxSectorConcentrationPct", "maxOpenPositions", "maxOpenOrders", "riskBudgetPrefs", "signalConsumptionPrefs", "executionPrefs", "positionManagementPrefs", "portfolioConstructionPrefs", "macroOverlayEnabled", "sectorOverlayEnabled", "volatilityOverlayEnabled", "liquidityStressOverlayEnabled", "blackSwanProtectionEnabled", "drawdownGuardianEnabled", "correlationSpikeProtectionEnabled", "newsEventRiskOverlayEnabled", "exchangeHealthOverlayEnabled", "dataQualitySentinelEnabled", "overlayResponsePrefs", "miniModelProvider", "miniModelId", "normalModelProvider", "normalModelId", "advancedModelProvider", "advancedModelId", "modelPrefs", "auditNotificationPrefs", "createdAt", "updatedAt", "alpacaAccount", "overlays"],
3463
- TradingPolicyUpdateInput: ["id", "version", "lastModifiedBy", "lastModifiedAt", "autonomyMode", "realtimeTradingEnabled", "paperTradingOnly", "killSwitchEnabled", "autonomyPrefs", "equitiesEnabled", "etfsEnabled", "cryptoEnabled", "optionsEnabled", "futuresEnabled", "forexEnabled", "shortingEnabled", "marginEnabled", "fractionalSharesEnabled", "assetUniversePrefs", "maxBuyingPowerUtilPct", "cashFloorPct", "maxGrossExposurePct", "maxNetExposurePct", "maxLeverage", "maxSymbolConcentrationPct", "maxSectorConcentrationPct", "maxOpenPositions", "maxOpenOrders", "riskBudgetPrefs", "signalConsumptionPrefs", "executionPrefs", "positionManagementPrefs", "portfolioConstructionPrefs", "macroOverlayEnabled", "sectorOverlayEnabled", "volatilityOverlayEnabled", "liquidityStressOverlayEnabled", "blackSwanProtectionEnabled", "drawdownGuardianEnabled", "correlationSpikeProtectionEnabled", "newsEventRiskOverlayEnabled", "exchangeHealthOverlayEnabled", "dataQualitySentinelEnabled", "overlayResponsePrefs", "miniModelProvider", "miniModelId", "normalModelProvider", "normalModelId", "advancedModelProvider", "advancedModelId", "modelPrefs", "auditNotificationPrefs", "createdAt", "updatedAt", "alpacaAccount", "overlays"],
3464
- TradingPolicyCreateManyInput: ["id", "alpacaAccountId", "version", "lastModifiedBy", "lastModifiedAt", "autonomyMode", "realtimeTradingEnabled", "paperTradingOnly", "killSwitchEnabled", "autonomyPrefs", "equitiesEnabled", "etfsEnabled", "cryptoEnabled", "optionsEnabled", "futuresEnabled", "forexEnabled", "shortingEnabled", "marginEnabled", "fractionalSharesEnabled", "assetUniversePrefs", "maxBuyingPowerUtilPct", "cashFloorPct", "maxGrossExposurePct", "maxNetExposurePct", "maxLeverage", "maxSymbolConcentrationPct", "maxSectorConcentrationPct", "maxOpenPositions", "maxOpenOrders", "riskBudgetPrefs", "signalConsumptionPrefs", "executionPrefs", "positionManagementPrefs", "portfolioConstructionPrefs", "macroOverlayEnabled", "sectorOverlayEnabled", "volatilityOverlayEnabled", "liquidityStressOverlayEnabled", "blackSwanProtectionEnabled", "drawdownGuardianEnabled", "correlationSpikeProtectionEnabled", "newsEventRiskOverlayEnabled", "exchangeHealthOverlayEnabled", "dataQualitySentinelEnabled", "overlayResponsePrefs", "miniModelProvider", "miniModelId", "normalModelProvider", "normalModelId", "advancedModelProvider", "advancedModelId", "modelPrefs", "auditNotificationPrefs", "createdAt", "updatedAt"],
3465
- TradingPolicyUpdateManyMutationInput: ["id", "version", "lastModifiedBy", "lastModifiedAt", "autonomyMode", "realtimeTradingEnabled", "paperTradingOnly", "killSwitchEnabled", "autonomyPrefs", "equitiesEnabled", "etfsEnabled", "cryptoEnabled", "optionsEnabled", "futuresEnabled", "forexEnabled", "shortingEnabled", "marginEnabled", "fractionalSharesEnabled", "assetUniversePrefs", "maxBuyingPowerUtilPct", "cashFloorPct", "maxGrossExposurePct", "maxNetExposurePct", "maxLeverage", "maxSymbolConcentrationPct", "maxSectorConcentrationPct", "maxOpenPositions", "maxOpenOrders", "riskBudgetPrefs", "signalConsumptionPrefs", "executionPrefs", "positionManagementPrefs", "portfolioConstructionPrefs", "macroOverlayEnabled", "sectorOverlayEnabled", "volatilityOverlayEnabled", "liquidityStressOverlayEnabled", "blackSwanProtectionEnabled", "drawdownGuardianEnabled", "correlationSpikeProtectionEnabled", "newsEventRiskOverlayEnabled", "exchangeHealthOverlayEnabled", "dataQualitySentinelEnabled", "overlayResponsePrefs", "miniModelProvider", "miniModelId", "normalModelProvider", "normalModelId", "advancedModelProvider", "advancedModelId", "modelPrefs", "auditNotificationPrefs", "createdAt", "updatedAt"],
3462
+ TradingPolicyCreateInput: ["id", "version", "lastModifiedBy", "lastModifiedAt", "autonomyMode", "realtimeTradingEnabled", "paperTradingOnly", "killSwitchEnabled", "autonomyPrefs", "equitiesEnabled", "etfsEnabled", "cryptoEnabled", "optionsEnabled", "futuresEnabled", "forexEnabled", "shortingEnabled", "marginEnabled", "fractionalSharesEnabled", "assetUniversePrefs", "maxBuyingPowerUtilPct", "cashFloorPct", "maxGrossExposurePct", "maxNetExposurePct", "maxLeverage", "maxSymbolConcentrationPct", "maxSectorConcentrationPct", "maxOpenPositions", "maxOpenOrders", "perTradeEquityAllocationPct", "perTradeCryptoAllocationPct", "riskBudgetPrefs", "signalConsumptionPrefs", "executionPrefs", "positionManagementPrefs", "portfolioConstructionPrefs", "macroOverlayEnabled", "sectorOverlayEnabled", "volatilityOverlayEnabled", "liquidityStressOverlayEnabled", "blackSwanProtectionEnabled", "drawdownGuardianEnabled", "correlationSpikeProtectionEnabled", "newsEventRiskOverlayEnabled", "exchangeHealthOverlayEnabled", "dataQualitySentinelEnabled", "overlayResponsePrefs", "miniModelProvider", "miniModelId", "normalModelProvider", "normalModelId", "advancedModelProvider", "advancedModelId", "modelPrefs", "auditNotificationPrefs", "createdAt", "updatedAt", "alpacaAccount", "overlays"],
3463
+ TradingPolicyUpdateInput: ["id", "version", "lastModifiedBy", "lastModifiedAt", "autonomyMode", "realtimeTradingEnabled", "paperTradingOnly", "killSwitchEnabled", "autonomyPrefs", "equitiesEnabled", "etfsEnabled", "cryptoEnabled", "optionsEnabled", "futuresEnabled", "forexEnabled", "shortingEnabled", "marginEnabled", "fractionalSharesEnabled", "assetUniversePrefs", "maxBuyingPowerUtilPct", "cashFloorPct", "maxGrossExposurePct", "maxNetExposurePct", "maxLeverage", "maxSymbolConcentrationPct", "maxSectorConcentrationPct", "maxOpenPositions", "maxOpenOrders", "perTradeEquityAllocationPct", "perTradeCryptoAllocationPct", "riskBudgetPrefs", "signalConsumptionPrefs", "executionPrefs", "positionManagementPrefs", "portfolioConstructionPrefs", "macroOverlayEnabled", "sectorOverlayEnabled", "volatilityOverlayEnabled", "liquidityStressOverlayEnabled", "blackSwanProtectionEnabled", "drawdownGuardianEnabled", "correlationSpikeProtectionEnabled", "newsEventRiskOverlayEnabled", "exchangeHealthOverlayEnabled", "dataQualitySentinelEnabled", "overlayResponsePrefs", "miniModelProvider", "miniModelId", "normalModelProvider", "normalModelId", "advancedModelProvider", "advancedModelId", "modelPrefs", "auditNotificationPrefs", "createdAt", "updatedAt", "alpacaAccount", "overlays"],
3464
+ TradingPolicyCreateManyInput: ["id", "alpacaAccountId", "version", "lastModifiedBy", "lastModifiedAt", "autonomyMode", "realtimeTradingEnabled", "paperTradingOnly", "killSwitchEnabled", "autonomyPrefs", "equitiesEnabled", "etfsEnabled", "cryptoEnabled", "optionsEnabled", "futuresEnabled", "forexEnabled", "shortingEnabled", "marginEnabled", "fractionalSharesEnabled", "assetUniversePrefs", "maxBuyingPowerUtilPct", "cashFloorPct", "maxGrossExposurePct", "maxNetExposurePct", "maxLeverage", "maxSymbolConcentrationPct", "maxSectorConcentrationPct", "maxOpenPositions", "maxOpenOrders", "perTradeEquityAllocationPct", "perTradeCryptoAllocationPct", "riskBudgetPrefs", "signalConsumptionPrefs", "executionPrefs", "positionManagementPrefs", "portfolioConstructionPrefs", "macroOverlayEnabled", "sectorOverlayEnabled", "volatilityOverlayEnabled", "liquidityStressOverlayEnabled", "blackSwanProtectionEnabled", "drawdownGuardianEnabled", "correlationSpikeProtectionEnabled", "newsEventRiskOverlayEnabled", "exchangeHealthOverlayEnabled", "dataQualitySentinelEnabled", "overlayResponsePrefs", "miniModelProvider", "miniModelId", "normalModelProvider", "normalModelId", "advancedModelProvider", "advancedModelId", "modelPrefs", "auditNotificationPrefs", "createdAt", "updatedAt"],
3465
+ TradingPolicyUpdateManyMutationInput: ["id", "version", "lastModifiedBy", "lastModifiedAt", "autonomyMode", "realtimeTradingEnabled", "paperTradingOnly", "killSwitchEnabled", "autonomyPrefs", "equitiesEnabled", "etfsEnabled", "cryptoEnabled", "optionsEnabled", "futuresEnabled", "forexEnabled", "shortingEnabled", "marginEnabled", "fractionalSharesEnabled", "assetUniversePrefs", "maxBuyingPowerUtilPct", "cashFloorPct", "maxGrossExposurePct", "maxNetExposurePct", "maxLeverage", "maxSymbolConcentrationPct", "maxSectorConcentrationPct", "maxOpenPositions", "maxOpenOrders", "perTradeEquityAllocationPct", "perTradeCryptoAllocationPct", "riskBudgetPrefs", "signalConsumptionPrefs", "executionPrefs", "positionManagementPrefs", "portfolioConstructionPrefs", "macroOverlayEnabled", "sectorOverlayEnabled", "volatilityOverlayEnabled", "liquidityStressOverlayEnabled", "blackSwanProtectionEnabled", "drawdownGuardianEnabled", "correlationSpikeProtectionEnabled", "newsEventRiskOverlayEnabled", "exchangeHealthOverlayEnabled", "dataQualitySentinelEnabled", "overlayResponsePrefs", "miniModelProvider", "miniModelId", "normalModelProvider", "normalModelId", "advancedModelProvider", "advancedModelId", "modelPrefs", "auditNotificationPrefs", "createdAt", "updatedAt"],
3466
3466
  PolicyOverlayCreateInput: ["id", "overlayType", "source", "reason", "severity", "version", "mutations", "status", "activatedAt", "expiresAt", "deactivatedAt", "deactivatedBy", "correlationId", "triggerEventId", "createdAt", "updatedAt", "tradingPolicy"],
3467
3467
  PolicyOverlayUpdateInput: ["id", "overlayType", "source", "reason", "severity", "version", "mutations", "status", "activatedAt", "expiresAt", "deactivatedAt", "deactivatedBy", "correlationId", "triggerEventId", "createdAt", "updatedAt", "tradingPolicy"],
3468
3468
  PolicyOverlayCreateManyInput: ["id", "tradingPolicyId", "overlayType", "source", "reason", "severity", "version", "mutations", "status", "activatedAt", "expiresAt", "deactivatedAt", "deactivatedBy", "correlationId", "triggerEventId", "createdAt", "updatedAt"],
@@ -3965,11 +3965,11 @@ const inputsInfo = {
3965
3965
  EnumAutonomyModeFilter: ["equals", "in", "notIn", "not"],
3966
3966
  PolicyOverlayListRelationFilter: ["every", "some", "none"],
3967
3967
  PolicyOverlayOrderByRelationAggregateInput: ["_count"],
3968
- TradingPolicyCountOrderByAggregateInput: ["id", "alpacaAccountId", "version", "lastModifiedBy", "lastModifiedAt", "autonomyMode", "realtimeTradingEnabled", "paperTradingOnly", "killSwitchEnabled", "autonomyPrefs", "equitiesEnabled", "etfsEnabled", "cryptoEnabled", "optionsEnabled", "futuresEnabled", "forexEnabled", "shortingEnabled", "marginEnabled", "fractionalSharesEnabled", "assetUniversePrefs", "maxBuyingPowerUtilPct", "cashFloorPct", "maxGrossExposurePct", "maxNetExposurePct", "maxLeverage", "maxSymbolConcentrationPct", "maxSectorConcentrationPct", "maxOpenPositions", "maxOpenOrders", "riskBudgetPrefs", "signalConsumptionPrefs", "executionPrefs", "positionManagementPrefs", "portfolioConstructionPrefs", "macroOverlayEnabled", "sectorOverlayEnabled", "volatilityOverlayEnabled", "liquidityStressOverlayEnabled", "blackSwanProtectionEnabled", "drawdownGuardianEnabled", "correlationSpikeProtectionEnabled", "newsEventRiskOverlayEnabled", "exchangeHealthOverlayEnabled", "dataQualitySentinelEnabled", "overlayResponsePrefs", "miniModelProvider", "miniModelId", "normalModelProvider", "normalModelId", "advancedModelProvider", "advancedModelId", "modelPrefs", "auditNotificationPrefs", "createdAt", "updatedAt"],
3969
- TradingPolicyAvgOrderByAggregateInput: ["version", "maxBuyingPowerUtilPct", "cashFloorPct", "maxGrossExposurePct", "maxNetExposurePct", "maxLeverage", "maxSymbolConcentrationPct", "maxSectorConcentrationPct", "maxOpenPositions", "maxOpenOrders"],
3970
- TradingPolicyMaxOrderByAggregateInput: ["id", "alpacaAccountId", "version", "lastModifiedBy", "lastModifiedAt", "autonomyMode", "realtimeTradingEnabled", "paperTradingOnly", "killSwitchEnabled", "equitiesEnabled", "etfsEnabled", "cryptoEnabled", "optionsEnabled", "futuresEnabled", "forexEnabled", "shortingEnabled", "marginEnabled", "fractionalSharesEnabled", "maxBuyingPowerUtilPct", "cashFloorPct", "maxGrossExposurePct", "maxNetExposurePct", "maxLeverage", "maxSymbolConcentrationPct", "maxSectorConcentrationPct", "maxOpenPositions", "maxOpenOrders", "macroOverlayEnabled", "sectorOverlayEnabled", "volatilityOverlayEnabled", "liquidityStressOverlayEnabled", "blackSwanProtectionEnabled", "drawdownGuardianEnabled", "correlationSpikeProtectionEnabled", "newsEventRiskOverlayEnabled", "exchangeHealthOverlayEnabled", "dataQualitySentinelEnabled", "miniModelProvider", "miniModelId", "normalModelProvider", "normalModelId", "advancedModelProvider", "advancedModelId", "createdAt", "updatedAt"],
3971
- TradingPolicyMinOrderByAggregateInput: ["id", "alpacaAccountId", "version", "lastModifiedBy", "lastModifiedAt", "autonomyMode", "realtimeTradingEnabled", "paperTradingOnly", "killSwitchEnabled", "equitiesEnabled", "etfsEnabled", "cryptoEnabled", "optionsEnabled", "futuresEnabled", "forexEnabled", "shortingEnabled", "marginEnabled", "fractionalSharesEnabled", "maxBuyingPowerUtilPct", "cashFloorPct", "maxGrossExposurePct", "maxNetExposurePct", "maxLeverage", "maxSymbolConcentrationPct", "maxSectorConcentrationPct", "maxOpenPositions", "maxOpenOrders", "macroOverlayEnabled", "sectorOverlayEnabled", "volatilityOverlayEnabled", "liquidityStressOverlayEnabled", "blackSwanProtectionEnabled", "drawdownGuardianEnabled", "correlationSpikeProtectionEnabled", "newsEventRiskOverlayEnabled", "exchangeHealthOverlayEnabled", "dataQualitySentinelEnabled", "miniModelProvider", "miniModelId", "normalModelProvider", "normalModelId", "advancedModelProvider", "advancedModelId", "createdAt", "updatedAt"],
3972
- TradingPolicySumOrderByAggregateInput: ["version", "maxBuyingPowerUtilPct", "cashFloorPct", "maxGrossExposurePct", "maxNetExposurePct", "maxLeverage", "maxSymbolConcentrationPct", "maxSectorConcentrationPct", "maxOpenPositions", "maxOpenOrders"],
3968
+ TradingPolicyCountOrderByAggregateInput: ["id", "alpacaAccountId", "version", "lastModifiedBy", "lastModifiedAt", "autonomyMode", "realtimeTradingEnabled", "paperTradingOnly", "killSwitchEnabled", "autonomyPrefs", "equitiesEnabled", "etfsEnabled", "cryptoEnabled", "optionsEnabled", "futuresEnabled", "forexEnabled", "shortingEnabled", "marginEnabled", "fractionalSharesEnabled", "assetUniversePrefs", "maxBuyingPowerUtilPct", "cashFloorPct", "maxGrossExposurePct", "maxNetExposurePct", "maxLeverage", "maxSymbolConcentrationPct", "maxSectorConcentrationPct", "maxOpenPositions", "maxOpenOrders", "perTradeEquityAllocationPct", "perTradeCryptoAllocationPct", "riskBudgetPrefs", "signalConsumptionPrefs", "executionPrefs", "positionManagementPrefs", "portfolioConstructionPrefs", "macroOverlayEnabled", "sectorOverlayEnabled", "volatilityOverlayEnabled", "liquidityStressOverlayEnabled", "blackSwanProtectionEnabled", "drawdownGuardianEnabled", "correlationSpikeProtectionEnabled", "newsEventRiskOverlayEnabled", "exchangeHealthOverlayEnabled", "dataQualitySentinelEnabled", "overlayResponsePrefs", "miniModelProvider", "miniModelId", "normalModelProvider", "normalModelId", "advancedModelProvider", "advancedModelId", "modelPrefs", "auditNotificationPrefs", "createdAt", "updatedAt"],
3969
+ TradingPolicyAvgOrderByAggregateInput: ["version", "maxBuyingPowerUtilPct", "cashFloorPct", "maxGrossExposurePct", "maxNetExposurePct", "maxLeverage", "maxSymbolConcentrationPct", "maxSectorConcentrationPct", "maxOpenPositions", "maxOpenOrders", "perTradeEquityAllocationPct", "perTradeCryptoAllocationPct"],
3970
+ TradingPolicyMaxOrderByAggregateInput: ["id", "alpacaAccountId", "version", "lastModifiedBy", "lastModifiedAt", "autonomyMode", "realtimeTradingEnabled", "paperTradingOnly", "killSwitchEnabled", "equitiesEnabled", "etfsEnabled", "cryptoEnabled", "optionsEnabled", "futuresEnabled", "forexEnabled", "shortingEnabled", "marginEnabled", "fractionalSharesEnabled", "maxBuyingPowerUtilPct", "cashFloorPct", "maxGrossExposurePct", "maxNetExposurePct", "maxLeverage", "maxSymbolConcentrationPct", "maxSectorConcentrationPct", "maxOpenPositions", "maxOpenOrders", "perTradeEquityAllocationPct", "perTradeCryptoAllocationPct", "macroOverlayEnabled", "sectorOverlayEnabled", "volatilityOverlayEnabled", "liquidityStressOverlayEnabled", "blackSwanProtectionEnabled", "drawdownGuardianEnabled", "correlationSpikeProtectionEnabled", "newsEventRiskOverlayEnabled", "exchangeHealthOverlayEnabled", "dataQualitySentinelEnabled", "miniModelProvider", "miniModelId", "normalModelProvider", "normalModelId", "advancedModelProvider", "advancedModelId", "createdAt", "updatedAt"],
3971
+ TradingPolicyMinOrderByAggregateInput: ["id", "alpacaAccountId", "version", "lastModifiedBy", "lastModifiedAt", "autonomyMode", "realtimeTradingEnabled", "paperTradingOnly", "killSwitchEnabled", "equitiesEnabled", "etfsEnabled", "cryptoEnabled", "optionsEnabled", "futuresEnabled", "forexEnabled", "shortingEnabled", "marginEnabled", "fractionalSharesEnabled", "maxBuyingPowerUtilPct", "cashFloorPct", "maxGrossExposurePct", "maxNetExposurePct", "maxLeverage", "maxSymbolConcentrationPct", "maxSectorConcentrationPct", "maxOpenPositions", "maxOpenOrders", "perTradeEquityAllocationPct", "perTradeCryptoAllocationPct", "macroOverlayEnabled", "sectorOverlayEnabled", "volatilityOverlayEnabled", "liquidityStressOverlayEnabled", "blackSwanProtectionEnabled", "drawdownGuardianEnabled", "correlationSpikeProtectionEnabled", "newsEventRiskOverlayEnabled", "exchangeHealthOverlayEnabled", "dataQualitySentinelEnabled", "miniModelProvider", "miniModelId", "normalModelProvider", "normalModelId", "advancedModelProvider", "advancedModelId", "createdAt", "updatedAt"],
3972
+ TradingPolicySumOrderByAggregateInput: ["version", "maxBuyingPowerUtilPct", "cashFloorPct", "maxGrossExposurePct", "maxNetExposurePct", "maxLeverage", "maxSymbolConcentrationPct", "maxSectorConcentrationPct", "maxOpenPositions", "maxOpenOrders", "perTradeEquityAllocationPct", "perTradeCryptoAllocationPct"],
3973
3973
  EnumAutonomyModeWithAggregatesFilter: ["equals", "in", "notIn", "not", "_count", "_min", "_max"],
3974
3974
  EnumOverlayTypeFilter: ["equals", "in", "notIn", "not"],
3975
3975
  EnumOverlaySeverityFilter: ["equals", "in", "notIn", "not"],
@@ -4472,7 +4472,7 @@ const inputsInfo = {
4472
4472
  UserUpdateWithoutAccountLinkingRequestsInput: ["id", "name", "email", "emailVerified", "image", "createdAt", "updatedAt", "deletedAt", "role", "bio", "jobTitle", "currentAccount", "plan", "openaiAPIKey", "openaiModel", "customer", "accounts", "sessions", "authenticators", "alpacaAccounts", "linkedProviders", "reviewedWaitlistEntries", "llmConfiguration"],
4473
4473
  AllocationCreateWithoutAlpacaAccountInput: ["id", "equities", "optionsContracts", "futures", "etfs", "forex", "crypto", "stocks", "options", "createdAt", "updatedAt"],
4474
4474
  AllocationCreateOrConnectWithoutAlpacaAccountInput: ["where", "create"],
4475
- TradingPolicyCreateWithoutAlpacaAccountInput: ["id", "version", "lastModifiedBy", "lastModifiedAt", "autonomyMode", "realtimeTradingEnabled", "paperTradingOnly", "killSwitchEnabled", "autonomyPrefs", "equitiesEnabled", "etfsEnabled", "cryptoEnabled", "optionsEnabled", "futuresEnabled", "forexEnabled", "shortingEnabled", "marginEnabled", "fractionalSharesEnabled", "assetUniversePrefs", "maxBuyingPowerUtilPct", "cashFloorPct", "maxGrossExposurePct", "maxNetExposurePct", "maxLeverage", "maxSymbolConcentrationPct", "maxSectorConcentrationPct", "maxOpenPositions", "maxOpenOrders", "riskBudgetPrefs", "signalConsumptionPrefs", "executionPrefs", "positionManagementPrefs", "portfolioConstructionPrefs", "macroOverlayEnabled", "sectorOverlayEnabled", "volatilityOverlayEnabled", "liquidityStressOverlayEnabled", "blackSwanProtectionEnabled", "drawdownGuardianEnabled", "correlationSpikeProtectionEnabled", "newsEventRiskOverlayEnabled", "exchangeHealthOverlayEnabled", "dataQualitySentinelEnabled", "overlayResponsePrefs", "miniModelProvider", "miniModelId", "normalModelProvider", "normalModelId", "advancedModelProvider", "advancedModelId", "modelPrefs", "auditNotificationPrefs", "createdAt", "updatedAt", "overlays"],
4475
+ TradingPolicyCreateWithoutAlpacaAccountInput: ["id", "version", "lastModifiedBy", "lastModifiedAt", "autonomyMode", "realtimeTradingEnabled", "paperTradingOnly", "killSwitchEnabled", "autonomyPrefs", "equitiesEnabled", "etfsEnabled", "cryptoEnabled", "optionsEnabled", "futuresEnabled", "forexEnabled", "shortingEnabled", "marginEnabled", "fractionalSharesEnabled", "assetUniversePrefs", "maxBuyingPowerUtilPct", "cashFloorPct", "maxGrossExposurePct", "maxNetExposurePct", "maxLeverage", "maxSymbolConcentrationPct", "maxSectorConcentrationPct", "maxOpenPositions", "maxOpenOrders", "perTradeEquityAllocationPct", "perTradeCryptoAllocationPct", "riskBudgetPrefs", "signalConsumptionPrefs", "executionPrefs", "positionManagementPrefs", "portfolioConstructionPrefs", "macroOverlayEnabled", "sectorOverlayEnabled", "volatilityOverlayEnabled", "liquidityStressOverlayEnabled", "blackSwanProtectionEnabled", "drawdownGuardianEnabled", "correlationSpikeProtectionEnabled", "newsEventRiskOverlayEnabled", "exchangeHealthOverlayEnabled", "dataQualitySentinelEnabled", "overlayResponsePrefs", "miniModelProvider", "miniModelId", "normalModelProvider", "normalModelId", "advancedModelProvider", "advancedModelId", "modelPrefs", "auditNotificationPrefs", "createdAt", "updatedAt", "overlays"],
4476
4476
  TradingPolicyCreateOrConnectWithoutAlpacaAccountInput: ["where", "create"],
4477
4477
  UserCreateWithoutAlpacaAccountsInput: ["id", "name", "email", "emailVerified", "image", "createdAt", "updatedAt", "deletedAt", "role", "bio", "jobTitle", "currentAccount", "plan", "openaiAPIKey", "openaiModel", "customer", "accounts", "sessions", "authenticators", "linkedProviders", "accountLinkingRequests", "reviewedWaitlistEntries", "llmConfiguration"],
4478
4478
  UserCreateOrConnectWithoutAlpacaAccountsInput: ["where", "create"],
@@ -4484,7 +4484,7 @@ const inputsInfo = {
4484
4484
  AllocationUpdateWithoutAlpacaAccountInput: ["id", "equities", "optionsContracts", "futures", "etfs", "forex", "crypto", "stocks", "options", "createdAt", "updatedAt"],
4485
4485
  TradingPolicyUpsertWithoutAlpacaAccountInput: ["update", "create", "where"],
4486
4486
  TradingPolicyUpdateToOneWithWhereWithoutAlpacaAccountInput: ["where", "data"],
4487
- TradingPolicyUpdateWithoutAlpacaAccountInput: ["id", "version", "lastModifiedBy", "lastModifiedAt", "autonomyMode", "realtimeTradingEnabled", "paperTradingOnly", "killSwitchEnabled", "autonomyPrefs", "equitiesEnabled", "etfsEnabled", "cryptoEnabled", "optionsEnabled", "futuresEnabled", "forexEnabled", "shortingEnabled", "marginEnabled", "fractionalSharesEnabled", "assetUniversePrefs", "maxBuyingPowerUtilPct", "cashFloorPct", "maxGrossExposurePct", "maxNetExposurePct", "maxLeverage", "maxSymbolConcentrationPct", "maxSectorConcentrationPct", "maxOpenPositions", "maxOpenOrders", "riskBudgetPrefs", "signalConsumptionPrefs", "executionPrefs", "positionManagementPrefs", "portfolioConstructionPrefs", "macroOverlayEnabled", "sectorOverlayEnabled", "volatilityOverlayEnabled", "liquidityStressOverlayEnabled", "blackSwanProtectionEnabled", "drawdownGuardianEnabled", "correlationSpikeProtectionEnabled", "newsEventRiskOverlayEnabled", "exchangeHealthOverlayEnabled", "dataQualitySentinelEnabled", "overlayResponsePrefs", "miniModelProvider", "miniModelId", "normalModelProvider", "normalModelId", "advancedModelProvider", "advancedModelId", "modelPrefs", "auditNotificationPrefs", "createdAt", "updatedAt", "overlays"],
4487
+ TradingPolicyUpdateWithoutAlpacaAccountInput: ["id", "version", "lastModifiedBy", "lastModifiedAt", "autonomyMode", "realtimeTradingEnabled", "paperTradingOnly", "killSwitchEnabled", "autonomyPrefs", "equitiesEnabled", "etfsEnabled", "cryptoEnabled", "optionsEnabled", "futuresEnabled", "forexEnabled", "shortingEnabled", "marginEnabled", "fractionalSharesEnabled", "assetUniversePrefs", "maxBuyingPowerUtilPct", "cashFloorPct", "maxGrossExposurePct", "maxNetExposurePct", "maxLeverage", "maxSymbolConcentrationPct", "maxSectorConcentrationPct", "maxOpenPositions", "maxOpenOrders", "perTradeEquityAllocationPct", "perTradeCryptoAllocationPct", "riskBudgetPrefs", "signalConsumptionPrefs", "executionPrefs", "positionManagementPrefs", "portfolioConstructionPrefs", "macroOverlayEnabled", "sectorOverlayEnabled", "volatilityOverlayEnabled", "liquidityStressOverlayEnabled", "blackSwanProtectionEnabled", "drawdownGuardianEnabled", "correlationSpikeProtectionEnabled", "newsEventRiskOverlayEnabled", "exchangeHealthOverlayEnabled", "dataQualitySentinelEnabled", "overlayResponsePrefs", "miniModelProvider", "miniModelId", "normalModelProvider", "normalModelId", "advancedModelProvider", "advancedModelId", "modelPrefs", "auditNotificationPrefs", "createdAt", "updatedAt", "overlays"],
4488
4488
  UserUpsertWithoutAlpacaAccountsInput: ["update", "create", "where"],
4489
4489
  UserUpdateToOneWithWhereWithoutAlpacaAccountsInput: ["where", "data"],
4490
4490
  UserUpdateWithoutAlpacaAccountsInput: ["id", "name", "email", "emailVerified", "image", "createdAt", "updatedAt", "deletedAt", "role", "bio", "jobTitle", "currentAccount", "plan", "openaiAPIKey", "openaiModel", "customer", "accounts", "sessions", "authenticators", "linkedProviders", "accountLinkingRequests", "reviewedWaitlistEntries", "llmConfiguration"],
@@ -4734,11 +4734,11 @@ const inputsInfo = {
4734
4734
  PolicyOverlayUpdateWithWhereUniqueWithoutTradingPolicyInput: ["where", "data"],
4735
4735
  PolicyOverlayUpdateManyWithWhereWithoutTradingPolicyInput: ["where", "data"],
4736
4736
  PolicyOverlayScalarWhereInput: ["AND", "OR", "NOT", "id", "tradingPolicyId", "overlayType", "source", "reason", "severity", "version", "mutations", "status", "activatedAt", "expiresAt", "deactivatedAt", "deactivatedBy", "correlationId", "triggerEventId", "createdAt", "updatedAt"],
4737
- TradingPolicyCreateWithoutOverlaysInput: ["id", "version", "lastModifiedBy", "lastModifiedAt", "autonomyMode", "realtimeTradingEnabled", "paperTradingOnly", "killSwitchEnabled", "autonomyPrefs", "equitiesEnabled", "etfsEnabled", "cryptoEnabled", "optionsEnabled", "futuresEnabled", "forexEnabled", "shortingEnabled", "marginEnabled", "fractionalSharesEnabled", "assetUniversePrefs", "maxBuyingPowerUtilPct", "cashFloorPct", "maxGrossExposurePct", "maxNetExposurePct", "maxLeverage", "maxSymbolConcentrationPct", "maxSectorConcentrationPct", "maxOpenPositions", "maxOpenOrders", "riskBudgetPrefs", "signalConsumptionPrefs", "executionPrefs", "positionManagementPrefs", "portfolioConstructionPrefs", "macroOverlayEnabled", "sectorOverlayEnabled", "volatilityOverlayEnabled", "liquidityStressOverlayEnabled", "blackSwanProtectionEnabled", "drawdownGuardianEnabled", "correlationSpikeProtectionEnabled", "newsEventRiskOverlayEnabled", "exchangeHealthOverlayEnabled", "dataQualitySentinelEnabled", "overlayResponsePrefs", "miniModelProvider", "miniModelId", "normalModelProvider", "normalModelId", "advancedModelProvider", "advancedModelId", "modelPrefs", "auditNotificationPrefs", "createdAt", "updatedAt", "alpacaAccount"],
4737
+ TradingPolicyCreateWithoutOverlaysInput: ["id", "version", "lastModifiedBy", "lastModifiedAt", "autonomyMode", "realtimeTradingEnabled", "paperTradingOnly", "killSwitchEnabled", "autonomyPrefs", "equitiesEnabled", "etfsEnabled", "cryptoEnabled", "optionsEnabled", "futuresEnabled", "forexEnabled", "shortingEnabled", "marginEnabled", "fractionalSharesEnabled", "assetUniversePrefs", "maxBuyingPowerUtilPct", "cashFloorPct", "maxGrossExposurePct", "maxNetExposurePct", "maxLeverage", "maxSymbolConcentrationPct", "maxSectorConcentrationPct", "maxOpenPositions", "maxOpenOrders", "perTradeEquityAllocationPct", "perTradeCryptoAllocationPct", "riskBudgetPrefs", "signalConsumptionPrefs", "executionPrefs", "positionManagementPrefs", "portfolioConstructionPrefs", "macroOverlayEnabled", "sectorOverlayEnabled", "volatilityOverlayEnabled", "liquidityStressOverlayEnabled", "blackSwanProtectionEnabled", "drawdownGuardianEnabled", "correlationSpikeProtectionEnabled", "newsEventRiskOverlayEnabled", "exchangeHealthOverlayEnabled", "dataQualitySentinelEnabled", "overlayResponsePrefs", "miniModelProvider", "miniModelId", "normalModelProvider", "normalModelId", "advancedModelProvider", "advancedModelId", "modelPrefs", "auditNotificationPrefs", "createdAt", "updatedAt", "alpacaAccount"],
4738
4738
  TradingPolicyCreateOrConnectWithoutOverlaysInput: ["where", "create"],
4739
4739
  TradingPolicyUpsertWithoutOverlaysInput: ["update", "create", "where"],
4740
4740
  TradingPolicyUpdateToOneWithWhereWithoutOverlaysInput: ["where", "data"],
4741
- TradingPolicyUpdateWithoutOverlaysInput: ["id", "version", "lastModifiedBy", "lastModifiedAt", "autonomyMode", "realtimeTradingEnabled", "paperTradingOnly", "killSwitchEnabled", "autonomyPrefs", "equitiesEnabled", "etfsEnabled", "cryptoEnabled", "optionsEnabled", "futuresEnabled", "forexEnabled", "shortingEnabled", "marginEnabled", "fractionalSharesEnabled", "assetUniversePrefs", "maxBuyingPowerUtilPct", "cashFloorPct", "maxGrossExposurePct", "maxNetExposurePct", "maxLeverage", "maxSymbolConcentrationPct", "maxSectorConcentrationPct", "maxOpenPositions", "maxOpenOrders", "riskBudgetPrefs", "signalConsumptionPrefs", "executionPrefs", "positionManagementPrefs", "portfolioConstructionPrefs", "macroOverlayEnabled", "sectorOverlayEnabled", "volatilityOverlayEnabled", "liquidityStressOverlayEnabled", "blackSwanProtectionEnabled", "drawdownGuardianEnabled", "correlationSpikeProtectionEnabled", "newsEventRiskOverlayEnabled", "exchangeHealthOverlayEnabled", "dataQualitySentinelEnabled", "overlayResponsePrefs", "miniModelProvider", "miniModelId", "normalModelProvider", "normalModelId", "advancedModelProvider", "advancedModelId", "modelPrefs", "auditNotificationPrefs", "createdAt", "updatedAt", "alpacaAccount"],
4741
+ TradingPolicyUpdateWithoutOverlaysInput: ["id", "version", "lastModifiedBy", "lastModifiedAt", "autonomyMode", "realtimeTradingEnabled", "paperTradingOnly", "killSwitchEnabled", "autonomyPrefs", "equitiesEnabled", "etfsEnabled", "cryptoEnabled", "optionsEnabled", "futuresEnabled", "forexEnabled", "shortingEnabled", "marginEnabled", "fractionalSharesEnabled", "assetUniversePrefs", "maxBuyingPowerUtilPct", "cashFloorPct", "maxGrossExposurePct", "maxNetExposurePct", "maxLeverage", "maxSymbolConcentrationPct", "maxSectorConcentrationPct", "maxOpenPositions", "maxOpenOrders", "perTradeEquityAllocationPct", "perTradeCryptoAllocationPct", "riskBudgetPrefs", "signalConsumptionPrefs", "executionPrefs", "positionManagementPrefs", "portfolioConstructionPrefs", "macroOverlayEnabled", "sectorOverlayEnabled", "volatilityOverlayEnabled", "liquidityStressOverlayEnabled", "blackSwanProtectionEnabled", "drawdownGuardianEnabled", "correlationSpikeProtectionEnabled", "newsEventRiskOverlayEnabled", "exchangeHealthOverlayEnabled", "dataQualitySentinelEnabled", "overlayResponsePrefs", "miniModelProvider", "miniModelId", "normalModelProvider", "normalModelId", "advancedModelProvider", "advancedModelId", "modelPrefs", "auditNotificationPrefs", "createdAt", "updatedAt", "alpacaAccount"],
4742
4742
  AccountCreateManyUserInput: ["id", "type", "provider", "providerAccountId", "refresh_token", "access_token", "expires_at", "token_type", "scope", "id_token", "session_state", "createdAt", "updatedAt"],
4743
4743
  SessionCreateManyUserInput: ["id", "sessionToken", "expires", "createdAt", "updatedAt"],
4744
4744
  AuthenticatorCreateManyUserInput: ["id", "credentialID", "publicKey", "counter", "createdAt", "updatedAt"],
@@ -28,6 +28,8 @@ export declare enum TradingPolicyScalarFieldEnum {
28
28
  maxSectorConcentrationPct = "maxSectorConcentrationPct",
29
29
  maxOpenPositions = "maxOpenPositions",
30
30
  maxOpenOrders = "maxOpenOrders",
31
+ perTradeEquityAllocationPct = "perTradeEquityAllocationPct",
32
+ perTradeCryptoAllocationPct = "perTradeCryptoAllocationPct",
31
33
  riskBudgetPrefs = "riskBudgetPrefs",
32
34
  signalConsumptionPrefs = "signalConsumptionPrefs",
33
35
  executionPrefs = "executionPrefs",
@@ -1 +1 @@
1
- {"version":3,"file":"TradingPolicyScalarFieldEnum.d.ts","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/enums/TradingPolicyScalarFieldEnum.ts"],"names":[],"mappings":"AAEA,oBAAY,4BAA4B;IACtC,EAAE,OAAO;IACT,eAAe,oBAAoB;IACnC,OAAO,YAAY;IACnB,cAAc,mBAAmB;IACjC,cAAc,mBAAmB;IACjC,YAAY,iBAAiB;IAC7B,sBAAsB,2BAA2B;IACjD,gBAAgB,qBAAqB;IACrC,iBAAiB,sBAAsB;IACvC,aAAa,kBAAkB;IAC/B,eAAe,oBAAoB;IACnC,WAAW,gBAAgB;IAC3B,aAAa,kBAAkB;IAC/B,cAAc,mBAAmB;IACjC,cAAc,mBAAmB;IACjC,YAAY,iBAAiB;IAC7B,eAAe,oBAAoB;IACnC,aAAa,kBAAkB;IAC/B,uBAAuB,4BAA4B;IACnD,kBAAkB,uBAAuB;IACzC,qBAAqB,0BAA0B;IAC/C,YAAY,iBAAiB;IAC7B,mBAAmB,wBAAwB;IAC3C,iBAAiB,sBAAsB;IACvC,WAAW,gBAAgB;IAC3B,yBAAyB,8BAA8B;IACvD,yBAAyB,8BAA8B;IACvD,gBAAgB,qBAAqB;IACrC,aAAa,kBAAkB;IAC/B,eAAe,oBAAoB;IACnC,sBAAsB,2BAA2B;IACjD,cAAc,mBAAmB;IACjC,uBAAuB,4BAA4B;IACnD,0BAA0B,+BAA+B;IACzD,mBAAmB,wBAAwB;IAC3C,oBAAoB,yBAAyB;IAC7C,wBAAwB,6BAA6B;IACrD,6BAA6B,kCAAkC;IAC/D,0BAA0B,+BAA+B;IACzD,uBAAuB,4BAA4B;IACnD,iCAAiC,sCAAsC;IACvE,2BAA2B,gCAAgC;IAC3D,4BAA4B,iCAAiC;IAC7D,0BAA0B,+BAA+B;IACzD,oBAAoB,yBAAyB;IAC7C,iBAAiB,sBAAsB;IACvC,WAAW,gBAAgB;IAC3B,mBAAmB,wBAAwB;IAC3C,aAAa,kBAAkB;IAC/B,qBAAqB,0BAA0B;IAC/C,eAAe,oBAAoB;IACnC,UAAU,eAAe;IACzB,sBAAsB,2BAA2B;IACjD,SAAS,cAAc;IACvB,SAAS,cAAc;CACxB"}
1
+ {"version":3,"file":"TradingPolicyScalarFieldEnum.d.ts","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/enums/TradingPolicyScalarFieldEnum.ts"],"names":[],"mappings":"AAEA,oBAAY,4BAA4B;IACtC,EAAE,OAAO;IACT,eAAe,oBAAoB;IACnC,OAAO,YAAY;IACnB,cAAc,mBAAmB;IACjC,cAAc,mBAAmB;IACjC,YAAY,iBAAiB;IAC7B,sBAAsB,2BAA2B;IACjD,gBAAgB,qBAAqB;IACrC,iBAAiB,sBAAsB;IACvC,aAAa,kBAAkB;IAC/B,eAAe,oBAAoB;IACnC,WAAW,gBAAgB;IAC3B,aAAa,kBAAkB;IAC/B,cAAc,mBAAmB;IACjC,cAAc,mBAAmB;IACjC,YAAY,iBAAiB;IAC7B,eAAe,oBAAoB;IACnC,aAAa,kBAAkB;IAC/B,uBAAuB,4BAA4B;IACnD,kBAAkB,uBAAuB;IACzC,qBAAqB,0BAA0B;IAC/C,YAAY,iBAAiB;IAC7B,mBAAmB,wBAAwB;IAC3C,iBAAiB,sBAAsB;IACvC,WAAW,gBAAgB;IAC3B,yBAAyB,8BAA8B;IACvD,yBAAyB,8BAA8B;IACvD,gBAAgB,qBAAqB;IACrC,aAAa,kBAAkB;IAC/B,2BAA2B,gCAAgC;IAC3D,2BAA2B,gCAAgC;IAC3D,eAAe,oBAAoB;IACnC,sBAAsB,2BAA2B;IACjD,cAAc,mBAAmB;IACjC,uBAAuB,4BAA4B;IACnD,0BAA0B,+BAA+B;IACzD,mBAAmB,wBAAwB;IAC3C,oBAAoB,yBAAyB;IAC7C,wBAAwB,6BAA6B;IACrD,6BAA6B,kCAAkC;IAC/D,0BAA0B,+BAA+B;IACzD,uBAAuB,4BAA4B;IACnD,iCAAiC,sCAAsC;IACvE,2BAA2B,gCAAgC;IAC3D,4BAA4B,iCAAiC;IAC7D,0BAA0B,+BAA+B;IACzD,oBAAoB,yBAAyB;IAC7C,iBAAiB,sBAAsB;IACvC,WAAW,gBAAgB;IAC3B,mBAAmB,wBAAwB;IAC3C,aAAa,kBAAkB;IAC/B,qBAAqB,0BAA0B;IAC/C,eAAe,oBAAoB;IACnC,UAAU,eAAe;IACzB,sBAAsB,2BAA2B;IACjD,SAAS,cAAc;IACvB,SAAS,cAAc;CACxB"}
@@ -1 +1 @@
1
- {"version":3,"file":"TradingPolicyScalarFieldEnum.js","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/enums/TradingPolicyScalarFieldEnum.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAE5C,MAAM,CAAN,IAAY,4BAwDX;AAxDD,WAAY,4BAA4B;IACtC,yCAAS,CAAA;IACT,mEAAmC,CAAA;IACnC,mDAAmB,CAAA;IACnB,iEAAiC,CAAA;IACjC,iEAAiC,CAAA;IACjC,6DAA6B,CAAA;IAC7B,iFAAiD,CAAA;IACjD,qEAAqC,CAAA;IACrC,uEAAuC,CAAA;IACvC,+DAA+B,CAAA;IAC/B,mEAAmC,CAAA;IACnC,2DAA2B,CAAA;IAC3B,+DAA+B,CAAA;IAC/B,iEAAiC,CAAA;IACjC,iEAAiC,CAAA;IACjC,6DAA6B,CAAA;IAC7B,mEAAmC,CAAA;IACnC,+DAA+B,CAAA;IAC/B,mFAAmD,CAAA;IACnD,yEAAyC,CAAA;IACzC,+EAA+C,CAAA;IAC/C,6DAA6B,CAAA;IAC7B,2EAA2C,CAAA;IAC3C,uEAAuC,CAAA;IACvC,2DAA2B,CAAA;IAC3B,uFAAuD,CAAA;IACvD,uFAAuD,CAAA;IACvD,qEAAqC,CAAA;IACrC,+DAA+B,CAAA;IAC/B,mEAAmC,CAAA;IACnC,iFAAiD,CAAA;IACjD,iEAAiC,CAAA;IACjC,mFAAmD,CAAA;IACnD,yFAAyD,CAAA;IACzD,2EAA2C,CAAA;IAC3C,6EAA6C,CAAA;IAC7C,qFAAqD,CAAA;IACrD,+FAA+D,CAAA;IAC/D,yFAAyD,CAAA;IACzD,mFAAmD,CAAA;IACnD,uGAAuE,CAAA;IACvE,2FAA2D,CAAA;IAC3D,6FAA6D,CAAA;IAC7D,yFAAyD,CAAA;IACzD,6EAA6C,CAAA;IAC7C,uEAAuC,CAAA;IACvC,2DAA2B,CAAA;IAC3B,2EAA2C,CAAA;IAC3C,+DAA+B,CAAA;IAC/B,+EAA+C,CAAA;IAC/C,mEAAmC,CAAA;IACnC,yDAAyB,CAAA;IACzB,iFAAiD,CAAA;IACjD,uDAAuB,CAAA;IACvB,uDAAuB,CAAA;AACzB,CAAC,EAxDW,4BAA4B,KAA5B,4BAA4B,QAwDvC;AACD,WAAW,CAAC,gBAAgB,CAAC,4BAA4B,EAAE;IACzD,IAAI,EAAE,8BAA8B;IACpC,WAAW,EAAE,SAAS;CACvB,CAAC,CAAC"}
1
+ {"version":3,"file":"TradingPolicyScalarFieldEnum.js","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/enums/TradingPolicyScalarFieldEnum.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAE5C,MAAM,CAAN,IAAY,4BA0DX;AA1DD,WAAY,4BAA4B;IACtC,yCAAS,CAAA;IACT,mEAAmC,CAAA;IACnC,mDAAmB,CAAA;IACnB,iEAAiC,CAAA;IACjC,iEAAiC,CAAA;IACjC,6DAA6B,CAAA;IAC7B,iFAAiD,CAAA;IACjD,qEAAqC,CAAA;IACrC,uEAAuC,CAAA;IACvC,+DAA+B,CAAA;IAC/B,mEAAmC,CAAA;IACnC,2DAA2B,CAAA;IAC3B,+DAA+B,CAAA;IAC/B,iEAAiC,CAAA;IACjC,iEAAiC,CAAA;IACjC,6DAA6B,CAAA;IAC7B,mEAAmC,CAAA;IACnC,+DAA+B,CAAA;IAC/B,mFAAmD,CAAA;IACnD,yEAAyC,CAAA;IACzC,+EAA+C,CAAA;IAC/C,6DAA6B,CAAA;IAC7B,2EAA2C,CAAA;IAC3C,uEAAuC,CAAA;IACvC,2DAA2B,CAAA;IAC3B,uFAAuD,CAAA;IACvD,uFAAuD,CAAA;IACvD,qEAAqC,CAAA;IACrC,+DAA+B,CAAA;IAC/B,2FAA2D,CAAA;IAC3D,2FAA2D,CAAA;IAC3D,mEAAmC,CAAA;IACnC,iFAAiD,CAAA;IACjD,iEAAiC,CAAA;IACjC,mFAAmD,CAAA;IACnD,yFAAyD,CAAA;IACzD,2EAA2C,CAAA;IAC3C,6EAA6C,CAAA;IAC7C,qFAAqD,CAAA;IACrD,+FAA+D,CAAA;IAC/D,yFAAyD,CAAA;IACzD,mFAAmD,CAAA;IACnD,uGAAuE,CAAA;IACvE,2FAA2D,CAAA;IAC3D,6FAA6D,CAAA;IAC7D,yFAAyD,CAAA;IACzD,6EAA6C,CAAA;IAC7C,uEAAuC,CAAA;IACvC,2DAA2B,CAAA;IAC3B,2EAA2C,CAAA;IAC3C,+DAA+B,CAAA;IAC/B,+EAA+C,CAAA;IAC/C,mEAAmC,CAAA;IACnC,yDAAyB,CAAA;IACzB,iFAAiD,CAAA;IACjD,uDAAuB,CAAA;IACvB,uDAAuB,CAAA;AACzB,CAAC,EA1DW,4BAA4B,KAA5B,4BAA4B,QA0DvC;AACD,WAAW,CAAC,gBAAgB,CAAC,4BAA4B,EAAE;IACzD,IAAI,EAAE,8BAA8B;IACpC,WAAW,EAAE,SAAS;CACvB,CAAC,CAAC"}
@@ -30,6 +30,8 @@ export var TradingPolicyScalarFieldEnum;
30
30
  TradingPolicyScalarFieldEnum["maxSectorConcentrationPct"] = "maxSectorConcentrationPct";
31
31
  TradingPolicyScalarFieldEnum["maxOpenPositions"] = "maxOpenPositions";
32
32
  TradingPolicyScalarFieldEnum["maxOpenOrders"] = "maxOpenOrders";
33
+ TradingPolicyScalarFieldEnum["perTradeEquityAllocationPct"] = "perTradeEquityAllocationPct";
34
+ TradingPolicyScalarFieldEnum["perTradeCryptoAllocationPct"] = "perTradeCryptoAllocationPct";
33
35
  TradingPolicyScalarFieldEnum["riskBudgetPrefs"] = "riskBudgetPrefs";
34
36
  TradingPolicyScalarFieldEnum["signalConsumptionPrefs"] = "signalConsumptionPrefs";
35
37
  TradingPolicyScalarFieldEnum["executionPrefs"] = "executionPrefs";
@@ -54,7 +54,7 @@ export declare class AlpacaAccount {
54
54
  */
55
55
  allocation?: Allocation | null;
56
56
  /**
57
- * Trading policy governing autonomous decision-making for this account. TYPESTRING.SKIP=true GQL.SKIP=true
57
+ * Trading policy governing autonomous decision-making for this account. TYPESTRING.SKIP=true GQL.EXCLUDE=['alpacaAccount','overlays']
58
58
  */
59
59
  tradingPolicy?: TradingPolicy | null;
60
60
  /**
@@ -61,7 +61,7 @@ let AlpacaAccount = class AlpacaAccount {
61
61
  */
62
62
  allocation;
63
63
  /**
64
- * Trading policy governing autonomous decision-making for this account. TYPESTRING.SKIP=true GQL.SKIP=true
64
+ * Trading policy governing autonomous decision-making for this account. TYPESTRING.SKIP=true GQL.EXCLUDE=['alpacaAccount','overlays']
65
65
  */
66
66
  tradingPolicy;
67
67
  /**
@@ -36,6 +36,14 @@ export declare class TradingPolicy {
36
36
  maxSectorConcentrationPct: number;
37
37
  maxOpenPositions: number;
38
38
  maxOpenOrders: number;
39
+ /**
40
+ * Percentage of account equity (with leverage) allocated per equities trade. Canonical replacement for legacy AlpacaAccount.tradeAllocationPct.
41
+ */
42
+ perTradeEquityAllocationPct: number;
43
+ /**
44
+ * Percentage of the crypto allocation slice of account equity allocated per crypto trade. Canonical replacement for legacy AlpacaAccount.cryptoTradeAllocationPct.
45
+ */
46
+ perTradeCryptoAllocationPct: number;
39
47
  riskBudgetPrefs?: Prisma.JsonValue | null;
40
48
  signalConsumptionPrefs?: Prisma.JsonValue | null;
41
49
  executionPrefs?: Prisma.JsonValue | null;
@@ -1 +1 @@
1
- {"version":3,"file":"TradingPolicy.d.ts","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/models/TradingPolicy.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"TradingPolicy.d.ts","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/models/TradingPolicy.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"TradingPolicy.js","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/models/TradingPolicy.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"TradingPolicy.js","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/models/TradingPolicy.ts"],"names":[],"mappings":"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"}
@@ -46,6 +46,14 @@ let TradingPolicy = class TradingPolicy {
46
46
  maxSectorConcentrationPct;
47
47
  maxOpenPositions;
48
48
  maxOpenOrders;
49
+ /**
50
+ * Percentage of account equity (with leverage) allocated per equities trade. Canonical replacement for legacy AlpacaAccount.tradeAllocationPct.
51
+ */
52
+ perTradeEquityAllocationPct;
53
+ /**
54
+ * Percentage of the crypto allocation slice of account equity allocated per crypto trade. Canonical replacement for legacy AlpacaAccount.cryptoTradeAllocationPct.
55
+ */
56
+ perTradeCryptoAllocationPct;
49
57
  riskBudgetPrefs;
50
58
  signalConsumptionPrefs;
51
59
  executionPrefs;
@@ -252,6 +260,20 @@ __decorate([
252
260
  }),
253
261
  __metadata("design:type", Number)
254
262
  ], TradingPolicy.prototype, "maxOpenOrders", void 0);
263
+ __decorate([
264
+ TypeGraphQL.Field(_type => TypeGraphQL.Float, {
265
+ nullable: false,
266
+ description: "Percentage of account equity (with leverage) allocated per equities trade. Canonical replacement for legacy AlpacaAccount.tradeAllocationPct."
267
+ }),
268
+ __metadata("design:type", Number)
269
+ ], TradingPolicy.prototype, "perTradeEquityAllocationPct", void 0);
270
+ __decorate([
271
+ TypeGraphQL.Field(_type => TypeGraphQL.Float, {
272
+ nullable: false,
273
+ description: "Percentage of the crypto allocation slice of account equity allocated per crypto trade. Canonical replacement for legacy AlpacaAccount.cryptoTradeAllocationPct."
274
+ }),
275
+ __metadata("design:type", Number)
276
+ ], TradingPolicy.prototype, "perTradeCryptoAllocationPct", void 0);
255
277
  __decorate([
256
278
  TypeGraphQL.Field(_type => GraphQLScalars.JSONResolver, {
257
279
  nullable: true
@@ -7,6 +7,6 @@ export declare class FindFirstTradingPolicyArgs {
7
7
  cursor?: TradingPolicyWhereUniqueInput | undefined;
8
8
  take?: number | undefined;
9
9
  skip?: number | undefined;
10
- distinct?: Array<"id" | "alpacaAccountId" | "version" | "lastModifiedBy" | "lastModifiedAt" | "autonomyMode" | "realtimeTradingEnabled" | "paperTradingOnly" | "killSwitchEnabled" | "autonomyPrefs" | "equitiesEnabled" | "etfsEnabled" | "cryptoEnabled" | "optionsEnabled" | "futuresEnabled" | "forexEnabled" | "shortingEnabled" | "marginEnabled" | "fractionalSharesEnabled" | "assetUniversePrefs" | "maxBuyingPowerUtilPct" | "cashFloorPct" | "maxGrossExposurePct" | "maxNetExposurePct" | "maxLeverage" | "maxSymbolConcentrationPct" | "maxSectorConcentrationPct" | "maxOpenPositions" | "maxOpenOrders" | "riskBudgetPrefs" | "signalConsumptionPrefs" | "executionPrefs" | "positionManagementPrefs" | "portfolioConstructionPrefs" | "macroOverlayEnabled" | "sectorOverlayEnabled" | "volatilityOverlayEnabled" | "liquidityStressOverlayEnabled" | "blackSwanProtectionEnabled" | "drawdownGuardianEnabled" | "correlationSpikeProtectionEnabled" | "newsEventRiskOverlayEnabled" | "exchangeHealthOverlayEnabled" | "dataQualitySentinelEnabled" | "overlayResponsePrefs" | "miniModelProvider" | "miniModelId" | "normalModelProvider" | "normalModelId" | "advancedModelProvider" | "advancedModelId" | "modelPrefs" | "auditNotificationPrefs" | "createdAt" | "updatedAt"> | undefined;
10
+ distinct?: Array<"id" | "alpacaAccountId" | "version" | "lastModifiedBy" | "lastModifiedAt" | "autonomyMode" | "realtimeTradingEnabled" | "paperTradingOnly" | "killSwitchEnabled" | "autonomyPrefs" | "equitiesEnabled" | "etfsEnabled" | "cryptoEnabled" | "optionsEnabled" | "futuresEnabled" | "forexEnabled" | "shortingEnabled" | "marginEnabled" | "fractionalSharesEnabled" | "assetUniversePrefs" | "maxBuyingPowerUtilPct" | "cashFloorPct" | "maxGrossExposurePct" | "maxNetExposurePct" | "maxLeverage" | "maxSymbolConcentrationPct" | "maxSectorConcentrationPct" | "maxOpenPositions" | "maxOpenOrders" | "perTradeEquityAllocationPct" | "perTradeCryptoAllocationPct" | "riskBudgetPrefs" | "signalConsumptionPrefs" | "executionPrefs" | "positionManagementPrefs" | "portfolioConstructionPrefs" | "macroOverlayEnabled" | "sectorOverlayEnabled" | "volatilityOverlayEnabled" | "liquidityStressOverlayEnabled" | "blackSwanProtectionEnabled" | "drawdownGuardianEnabled" | "correlationSpikeProtectionEnabled" | "newsEventRiskOverlayEnabled" | "exchangeHealthOverlayEnabled" | "dataQualitySentinelEnabled" | "overlayResponsePrefs" | "miniModelProvider" | "miniModelId" | "normalModelProvider" | "normalModelId" | "advancedModelProvider" | "advancedModelId" | "modelPrefs" | "auditNotificationPrefs" | "createdAt" | "updatedAt"> | undefined;
11
11
  }
12
12
  //# sourceMappingURL=FindFirstTradingPolicyArgs.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"FindFirstTradingPolicyArgs.d.ts","sourceRoot":"","sources":["../../../../../../../../src/generated/typegraphql-prisma/resolvers/crud/TradingPolicy/args/FindFirstTradingPolicyArgs.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,qCAAqC,EAAE,MAAM,uDAAuD,CAAC;AAC9G,OAAO,EAAE,uBAAuB,EAAE,MAAM,yCAAyC,CAAC;AAClF,OAAO,EAAE,6BAA6B,EAAE,MAAM,+CAA+C,CAAC;AAG9F,qBACa,0BAA0B;IAIrC,KAAK,CAAC,EAAE,uBAAuB,GAAG,SAAS,CAAC;IAK5C,OAAO,CAAC,EAAE,qCAAqC,EAAE,GAAG,SAAS,CAAC;IAK9D,MAAM,CAAC,EAAE,6BAA6B,GAAG,SAAS,CAAC;IAKnD,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK1B,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK1B,QAAQ,CAAC,EAAE,KAAK,CAAC,IAAI,GAAG,iBAAiB,GAAG,SAAS,GAAG,gBAAgB,GAAG,gBAAgB,GAAG,cAAc,GAAG,wBAAwB,GAAG,kBAAkB,GAAG,mBAAmB,GAAG,eAAe,GAAG,iBAAiB,GAAG,aAAa,GAAG,eAAe,GAAG,gBAAgB,GAAG,gBAAgB,GAAG,cAAc,GAAG,iBAAiB,GAAG,eAAe,GAAG,yBAAyB,GAAG,oBAAoB,GAAG,uBAAuB,GAAG,cAAc,GAAG,qBAAqB,GAAG,mBAAmB,GAAG,aAAa,GAAG,2BAA2B,GAAG,2BAA2B,GAAG,kBAAkB,GAAG,eAAe,GAAG,iBAAiB,GAAG,wBAAwB,GAAG,gBAAgB,GAAG,yBAAyB,GAAG,4BAA4B,GAAG,qBAAqB,GAAG,sBAAsB,GAAG,0BAA0B,GAAG,+BAA+B,GAAG,4BAA4B,GAAG,yBAAyB,GAAG,mCAAmC,GAAG,6BAA6B,GAAG,8BAA8B,GAAG,4BAA4B,GAAG,sBAAsB,GAAG,mBAAmB,GAAG,aAAa,GAAG,qBAAqB,GAAG,eAAe,GAAG,uBAAuB,GAAG,iBAAiB,GAAG,YAAY,GAAG,wBAAwB,GAAG,WAAW,GAAG,WAAW,CAAC,GAAG,SAAS,CAAC;CAChvC"}
1
+ {"version":3,"file":"FindFirstTradingPolicyArgs.d.ts","sourceRoot":"","sources":["../../../../../../../../src/generated/typegraphql-prisma/resolvers/crud/TradingPolicy/args/FindFirstTradingPolicyArgs.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,qCAAqC,EAAE,MAAM,uDAAuD,CAAC;AAC9G,OAAO,EAAE,uBAAuB,EAAE,MAAM,yCAAyC,CAAC;AAClF,OAAO,EAAE,6BAA6B,EAAE,MAAM,+CAA+C,CAAC;AAG9F,qBACa,0BAA0B;IAIrC,KAAK,CAAC,EAAE,uBAAuB,GAAG,SAAS,CAAC;IAK5C,OAAO,CAAC,EAAE,qCAAqC,EAAE,GAAG,SAAS,CAAC;IAK9D,MAAM,CAAC,EAAE,6BAA6B,GAAG,SAAS,CAAC;IAKnD,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK1B,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK1B,QAAQ,CAAC,EAAE,KAAK,CAAC,IAAI,GAAG,iBAAiB,GAAG,SAAS,GAAG,gBAAgB,GAAG,gBAAgB,GAAG,cAAc,GAAG,wBAAwB,GAAG,kBAAkB,GAAG,mBAAmB,GAAG,eAAe,GAAG,iBAAiB,GAAG,aAAa,GAAG,eAAe,GAAG,gBAAgB,GAAG,gBAAgB,GAAG,cAAc,GAAG,iBAAiB,GAAG,eAAe,GAAG,yBAAyB,GAAG,oBAAoB,GAAG,uBAAuB,GAAG,cAAc,GAAG,qBAAqB,GAAG,mBAAmB,GAAG,aAAa,GAAG,2BAA2B,GAAG,2BAA2B,GAAG,kBAAkB,GAAG,eAAe,GAAG,6BAA6B,GAAG,6BAA6B,GAAG,iBAAiB,GAAG,wBAAwB,GAAG,gBAAgB,GAAG,yBAAyB,GAAG,4BAA4B,GAAG,qBAAqB,GAAG,sBAAsB,GAAG,0BAA0B,GAAG,+BAA+B,GAAG,4BAA4B,GAAG,yBAAyB,GAAG,mCAAmC,GAAG,6BAA6B,GAAG,8BAA8B,GAAG,4BAA4B,GAAG,sBAAsB,GAAG,mBAAmB,GAAG,aAAa,GAAG,qBAAqB,GAAG,eAAe,GAAG,uBAAuB,GAAG,iBAAiB,GAAG,YAAY,GAAG,wBAAwB,GAAG,WAAW,GAAG,WAAW,CAAC,GAAG,SAAS,CAAC;CAChzC"}
@@ -1 +1 @@
1
- {"version":3,"file":"FindFirstTradingPolicyArgs.js","sourceRoot":"","sources":["../../../../../../../../src/generated/typegraphql-prisma/resolvers/crud/TradingPolicy/args/FindFirstTradingPolicyArgs.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAE5C,OAAO,EAAE,qCAAqC,EAAE,MAAM,uDAAuD,CAAC;AAC9G,OAAO,EAAE,uBAAuB,EAAE,MAAM,yCAAyC,CAAC;AAClF,OAAO,EAAE,6BAA6B,EAAE,MAAM,+CAA+C,CAAC;AAC9F,OAAO,EAAE,4BAA4B,EAAE,MAAM,gDAAgD,CAAC;AAGvF,IAAM,0BAA0B,GAAhC,MAAM,0BAA0B;IAIrC,KAAK,CAAuC;IAK5C,OAAO,CAAuD;IAK9D,MAAM,CAA6C;IAKnD,IAAI,CAAsB;IAK1B,IAAI,CAAsB;IAK1B,QAAQ,CAAuuC;CAChvC,CAAA;AA1BC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,uBAAuB,EAAE;QACnD,QAAQ,EAAE,IAAI;KACf,CAAC;;yDAC0C;AAK5C;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,qCAAqC,CAAC,EAAE;QACnE,QAAQ,EAAE,IAAI;KACf,CAAC;;2DAC4D;AAK9D;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,6BAA6B,EAAE;QACzD,QAAQ,EAAE,IAAI;KACf,CAAC;;0DACiD;AAKnD;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;wDACwB;AAK1B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;wDACwB;AAK1B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,4BAA4B,CAAC,EAAE;QAC1D,QAAQ,EAAE,IAAI;KACf,CAAC;;4DAC6uC;AA7BpuC,0BAA0B;IADtC,WAAW,CAAC,QAAQ,EAAE;GACV,0BAA0B,CA8BtC"}
1
+ {"version":3,"file":"FindFirstTradingPolicyArgs.js","sourceRoot":"","sources":["../../../../../../../../src/generated/typegraphql-prisma/resolvers/crud/TradingPolicy/args/FindFirstTradingPolicyArgs.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAE5C,OAAO,EAAE,qCAAqC,EAAE,MAAM,uDAAuD,CAAC;AAC9G,OAAO,EAAE,uBAAuB,EAAE,MAAM,yCAAyC,CAAC;AAClF,OAAO,EAAE,6BAA6B,EAAE,MAAM,+CAA+C,CAAC;AAC9F,OAAO,EAAE,4BAA4B,EAAE,MAAM,gDAAgD,CAAC;AAGvF,IAAM,0BAA0B,GAAhC,MAAM,0BAA0B;IAIrC,KAAK,CAAuC;IAK5C,OAAO,CAAuD;IAK9D,MAAM,CAA6C;IAKnD,IAAI,CAAsB;IAK1B,IAAI,CAAsB;IAK1B,QAAQ,CAAuyC;CAChzC,CAAA;AA1BC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,uBAAuB,EAAE;QACnD,QAAQ,EAAE,IAAI;KACf,CAAC;;yDAC0C;AAK5C;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,qCAAqC,CAAC,EAAE;QACnE,QAAQ,EAAE,IAAI;KACf,CAAC;;2DAC4D;AAK9D;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,6BAA6B,EAAE;QACzD,QAAQ,EAAE,IAAI;KACf,CAAC;;0DACiD;AAKnD;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;wDACwB;AAK1B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;wDACwB;AAK1B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,4BAA4B,CAAC,EAAE;QAC1D,QAAQ,EAAE,IAAI;KACf,CAAC;;4DAC6yC;AA7BpyC,0BAA0B;IADtC,WAAW,CAAC,QAAQ,EAAE;GACV,0BAA0B,CA8BtC"}
@@ -7,6 +7,6 @@ export declare class FindFirstTradingPolicyOrThrowArgs {
7
7
  cursor?: TradingPolicyWhereUniqueInput | undefined;
8
8
  take?: number | undefined;
9
9
  skip?: number | undefined;
10
- distinct?: Array<"id" | "alpacaAccountId" | "version" | "lastModifiedBy" | "lastModifiedAt" | "autonomyMode" | "realtimeTradingEnabled" | "paperTradingOnly" | "killSwitchEnabled" | "autonomyPrefs" | "equitiesEnabled" | "etfsEnabled" | "cryptoEnabled" | "optionsEnabled" | "futuresEnabled" | "forexEnabled" | "shortingEnabled" | "marginEnabled" | "fractionalSharesEnabled" | "assetUniversePrefs" | "maxBuyingPowerUtilPct" | "cashFloorPct" | "maxGrossExposurePct" | "maxNetExposurePct" | "maxLeverage" | "maxSymbolConcentrationPct" | "maxSectorConcentrationPct" | "maxOpenPositions" | "maxOpenOrders" | "riskBudgetPrefs" | "signalConsumptionPrefs" | "executionPrefs" | "positionManagementPrefs" | "portfolioConstructionPrefs" | "macroOverlayEnabled" | "sectorOverlayEnabled" | "volatilityOverlayEnabled" | "liquidityStressOverlayEnabled" | "blackSwanProtectionEnabled" | "drawdownGuardianEnabled" | "correlationSpikeProtectionEnabled" | "newsEventRiskOverlayEnabled" | "exchangeHealthOverlayEnabled" | "dataQualitySentinelEnabled" | "overlayResponsePrefs" | "miniModelProvider" | "miniModelId" | "normalModelProvider" | "normalModelId" | "advancedModelProvider" | "advancedModelId" | "modelPrefs" | "auditNotificationPrefs" | "createdAt" | "updatedAt"> | undefined;
10
+ distinct?: Array<"id" | "alpacaAccountId" | "version" | "lastModifiedBy" | "lastModifiedAt" | "autonomyMode" | "realtimeTradingEnabled" | "paperTradingOnly" | "killSwitchEnabled" | "autonomyPrefs" | "equitiesEnabled" | "etfsEnabled" | "cryptoEnabled" | "optionsEnabled" | "futuresEnabled" | "forexEnabled" | "shortingEnabled" | "marginEnabled" | "fractionalSharesEnabled" | "assetUniversePrefs" | "maxBuyingPowerUtilPct" | "cashFloorPct" | "maxGrossExposurePct" | "maxNetExposurePct" | "maxLeverage" | "maxSymbolConcentrationPct" | "maxSectorConcentrationPct" | "maxOpenPositions" | "maxOpenOrders" | "perTradeEquityAllocationPct" | "perTradeCryptoAllocationPct" | "riskBudgetPrefs" | "signalConsumptionPrefs" | "executionPrefs" | "positionManagementPrefs" | "portfolioConstructionPrefs" | "macroOverlayEnabled" | "sectorOverlayEnabled" | "volatilityOverlayEnabled" | "liquidityStressOverlayEnabled" | "blackSwanProtectionEnabled" | "drawdownGuardianEnabled" | "correlationSpikeProtectionEnabled" | "newsEventRiskOverlayEnabled" | "exchangeHealthOverlayEnabled" | "dataQualitySentinelEnabled" | "overlayResponsePrefs" | "miniModelProvider" | "miniModelId" | "normalModelProvider" | "normalModelId" | "advancedModelProvider" | "advancedModelId" | "modelPrefs" | "auditNotificationPrefs" | "createdAt" | "updatedAt"> | undefined;
11
11
  }
12
12
  //# sourceMappingURL=FindFirstTradingPolicyOrThrowArgs.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"FindFirstTradingPolicyOrThrowArgs.d.ts","sourceRoot":"","sources":["../../../../../../../../src/generated/typegraphql-prisma/resolvers/crud/TradingPolicy/args/FindFirstTradingPolicyOrThrowArgs.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,qCAAqC,EAAE,MAAM,uDAAuD,CAAC;AAC9G,OAAO,EAAE,uBAAuB,EAAE,MAAM,yCAAyC,CAAC;AAClF,OAAO,EAAE,6BAA6B,EAAE,MAAM,+CAA+C,CAAC;AAG9F,qBACa,iCAAiC;IAI5C,KAAK,CAAC,EAAE,uBAAuB,GAAG,SAAS,CAAC;IAK5C,OAAO,CAAC,EAAE,qCAAqC,EAAE,GAAG,SAAS,CAAC;IAK9D,MAAM,CAAC,EAAE,6BAA6B,GAAG,SAAS,CAAC;IAKnD,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK1B,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK1B,QAAQ,CAAC,EAAE,KAAK,CAAC,IAAI,GAAG,iBAAiB,GAAG,SAAS,GAAG,gBAAgB,GAAG,gBAAgB,GAAG,cAAc,GAAG,wBAAwB,GAAG,kBAAkB,GAAG,mBAAmB,GAAG,eAAe,GAAG,iBAAiB,GAAG,aAAa,GAAG,eAAe,GAAG,gBAAgB,GAAG,gBAAgB,GAAG,cAAc,GAAG,iBAAiB,GAAG,eAAe,GAAG,yBAAyB,GAAG,oBAAoB,GAAG,uBAAuB,GAAG,cAAc,GAAG,qBAAqB,GAAG,mBAAmB,GAAG,aAAa,GAAG,2BAA2B,GAAG,2BAA2B,GAAG,kBAAkB,GAAG,eAAe,GAAG,iBAAiB,GAAG,wBAAwB,GAAG,gBAAgB,GAAG,yBAAyB,GAAG,4BAA4B,GAAG,qBAAqB,GAAG,sBAAsB,GAAG,0BAA0B,GAAG,+BAA+B,GAAG,4BAA4B,GAAG,yBAAyB,GAAG,mCAAmC,GAAG,6BAA6B,GAAG,8BAA8B,GAAG,4BAA4B,GAAG,sBAAsB,GAAG,mBAAmB,GAAG,aAAa,GAAG,qBAAqB,GAAG,eAAe,GAAG,uBAAuB,GAAG,iBAAiB,GAAG,YAAY,GAAG,wBAAwB,GAAG,WAAW,GAAG,WAAW,CAAC,GAAG,SAAS,CAAC;CAChvC"}
1
+ {"version":3,"file":"FindFirstTradingPolicyOrThrowArgs.d.ts","sourceRoot":"","sources":["../../../../../../../../src/generated/typegraphql-prisma/resolvers/crud/TradingPolicy/args/FindFirstTradingPolicyOrThrowArgs.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,qCAAqC,EAAE,MAAM,uDAAuD,CAAC;AAC9G,OAAO,EAAE,uBAAuB,EAAE,MAAM,yCAAyC,CAAC;AAClF,OAAO,EAAE,6BAA6B,EAAE,MAAM,+CAA+C,CAAC;AAG9F,qBACa,iCAAiC;IAI5C,KAAK,CAAC,EAAE,uBAAuB,GAAG,SAAS,CAAC;IAK5C,OAAO,CAAC,EAAE,qCAAqC,EAAE,GAAG,SAAS,CAAC;IAK9D,MAAM,CAAC,EAAE,6BAA6B,GAAG,SAAS,CAAC;IAKnD,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK1B,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK1B,QAAQ,CAAC,EAAE,KAAK,CAAC,IAAI,GAAG,iBAAiB,GAAG,SAAS,GAAG,gBAAgB,GAAG,gBAAgB,GAAG,cAAc,GAAG,wBAAwB,GAAG,kBAAkB,GAAG,mBAAmB,GAAG,eAAe,GAAG,iBAAiB,GAAG,aAAa,GAAG,eAAe,GAAG,gBAAgB,GAAG,gBAAgB,GAAG,cAAc,GAAG,iBAAiB,GAAG,eAAe,GAAG,yBAAyB,GAAG,oBAAoB,GAAG,uBAAuB,GAAG,cAAc,GAAG,qBAAqB,GAAG,mBAAmB,GAAG,aAAa,GAAG,2BAA2B,GAAG,2BAA2B,GAAG,kBAAkB,GAAG,eAAe,GAAG,6BAA6B,GAAG,6BAA6B,GAAG,iBAAiB,GAAG,wBAAwB,GAAG,gBAAgB,GAAG,yBAAyB,GAAG,4BAA4B,GAAG,qBAAqB,GAAG,sBAAsB,GAAG,0BAA0B,GAAG,+BAA+B,GAAG,4BAA4B,GAAG,yBAAyB,GAAG,mCAAmC,GAAG,6BAA6B,GAAG,8BAA8B,GAAG,4BAA4B,GAAG,sBAAsB,GAAG,mBAAmB,GAAG,aAAa,GAAG,qBAAqB,GAAG,eAAe,GAAG,uBAAuB,GAAG,iBAAiB,GAAG,YAAY,GAAG,wBAAwB,GAAG,WAAW,GAAG,WAAW,CAAC,GAAG,SAAS,CAAC;CAChzC"}
@@ -1 +1 @@
1
- {"version":3,"file":"FindFirstTradingPolicyOrThrowArgs.js","sourceRoot":"","sources":["../../../../../../../../src/generated/typegraphql-prisma/resolvers/crud/TradingPolicy/args/FindFirstTradingPolicyOrThrowArgs.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAE5C,OAAO,EAAE,qCAAqC,EAAE,MAAM,uDAAuD,CAAC;AAC9G,OAAO,EAAE,uBAAuB,EAAE,MAAM,yCAAyC,CAAC;AAClF,OAAO,EAAE,6BAA6B,EAAE,MAAM,+CAA+C,CAAC;AAC9F,OAAO,EAAE,4BAA4B,EAAE,MAAM,gDAAgD,CAAC;AAGvF,IAAM,iCAAiC,GAAvC,MAAM,iCAAiC;IAI5C,KAAK,CAAuC;IAK5C,OAAO,CAAuD;IAK9D,MAAM,CAA6C;IAKnD,IAAI,CAAsB;IAK1B,IAAI,CAAsB;IAK1B,QAAQ,CAAuuC;CAChvC,CAAA;AA1BC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,uBAAuB,EAAE;QACnD,QAAQ,EAAE,IAAI;KACf,CAAC;;gEAC0C;AAK5C;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,qCAAqC,CAAC,EAAE;QACnE,QAAQ,EAAE,IAAI;KACf,CAAC;;kEAC4D;AAK9D;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,6BAA6B,EAAE;QACzD,QAAQ,EAAE,IAAI;KACf,CAAC;;iEACiD;AAKnD;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;+DACwB;AAK1B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;+DACwB;AAK1B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,4BAA4B,CAAC,EAAE;QAC1D,QAAQ,EAAE,IAAI;KACf,CAAC;;mEAC6uC;AA7BpuC,iCAAiC;IAD7C,WAAW,CAAC,QAAQ,EAAE;GACV,iCAAiC,CA8B7C"}
1
+ {"version":3,"file":"FindFirstTradingPolicyOrThrowArgs.js","sourceRoot":"","sources":["../../../../../../../../src/generated/typegraphql-prisma/resolvers/crud/TradingPolicy/args/FindFirstTradingPolicyOrThrowArgs.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAE5C,OAAO,EAAE,qCAAqC,EAAE,MAAM,uDAAuD,CAAC;AAC9G,OAAO,EAAE,uBAAuB,EAAE,MAAM,yCAAyC,CAAC;AAClF,OAAO,EAAE,6BAA6B,EAAE,MAAM,+CAA+C,CAAC;AAC9F,OAAO,EAAE,4BAA4B,EAAE,MAAM,gDAAgD,CAAC;AAGvF,IAAM,iCAAiC,GAAvC,MAAM,iCAAiC;IAI5C,KAAK,CAAuC;IAK5C,OAAO,CAAuD;IAK9D,MAAM,CAA6C;IAKnD,IAAI,CAAsB;IAK1B,IAAI,CAAsB;IAK1B,QAAQ,CAAuyC;CAChzC,CAAA;AA1BC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,uBAAuB,EAAE;QACnD,QAAQ,EAAE,IAAI;KACf,CAAC;;gEAC0C;AAK5C;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,qCAAqC,CAAC,EAAE;QACnE,QAAQ,EAAE,IAAI;KACf,CAAC;;kEAC4D;AAK9D;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,6BAA6B,EAAE;QACzD,QAAQ,EAAE,IAAI;KACf,CAAC;;iEACiD;AAKnD;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;+DACwB;AAK1B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;+DACwB;AAK1B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,4BAA4B,CAAC,EAAE;QAC1D,QAAQ,EAAE,IAAI;KACf,CAAC;;mEAC6yC;AA7BpyC,iCAAiC;IAD7C,WAAW,CAAC,QAAQ,EAAE;GACV,iCAAiC,CA8B7C"}
@@ -7,6 +7,6 @@ export declare class FindManyTradingPolicyArgs {
7
7
  cursor?: TradingPolicyWhereUniqueInput | undefined;
8
8
  take?: number | undefined;
9
9
  skip?: number | undefined;
10
- distinct?: Array<"id" | "alpacaAccountId" | "version" | "lastModifiedBy" | "lastModifiedAt" | "autonomyMode" | "realtimeTradingEnabled" | "paperTradingOnly" | "killSwitchEnabled" | "autonomyPrefs" | "equitiesEnabled" | "etfsEnabled" | "cryptoEnabled" | "optionsEnabled" | "futuresEnabled" | "forexEnabled" | "shortingEnabled" | "marginEnabled" | "fractionalSharesEnabled" | "assetUniversePrefs" | "maxBuyingPowerUtilPct" | "cashFloorPct" | "maxGrossExposurePct" | "maxNetExposurePct" | "maxLeverage" | "maxSymbolConcentrationPct" | "maxSectorConcentrationPct" | "maxOpenPositions" | "maxOpenOrders" | "riskBudgetPrefs" | "signalConsumptionPrefs" | "executionPrefs" | "positionManagementPrefs" | "portfolioConstructionPrefs" | "macroOverlayEnabled" | "sectorOverlayEnabled" | "volatilityOverlayEnabled" | "liquidityStressOverlayEnabled" | "blackSwanProtectionEnabled" | "drawdownGuardianEnabled" | "correlationSpikeProtectionEnabled" | "newsEventRiskOverlayEnabled" | "exchangeHealthOverlayEnabled" | "dataQualitySentinelEnabled" | "overlayResponsePrefs" | "miniModelProvider" | "miniModelId" | "normalModelProvider" | "normalModelId" | "advancedModelProvider" | "advancedModelId" | "modelPrefs" | "auditNotificationPrefs" | "createdAt" | "updatedAt"> | undefined;
10
+ distinct?: Array<"id" | "alpacaAccountId" | "version" | "lastModifiedBy" | "lastModifiedAt" | "autonomyMode" | "realtimeTradingEnabled" | "paperTradingOnly" | "killSwitchEnabled" | "autonomyPrefs" | "equitiesEnabled" | "etfsEnabled" | "cryptoEnabled" | "optionsEnabled" | "futuresEnabled" | "forexEnabled" | "shortingEnabled" | "marginEnabled" | "fractionalSharesEnabled" | "assetUniversePrefs" | "maxBuyingPowerUtilPct" | "cashFloorPct" | "maxGrossExposurePct" | "maxNetExposurePct" | "maxLeverage" | "maxSymbolConcentrationPct" | "maxSectorConcentrationPct" | "maxOpenPositions" | "maxOpenOrders" | "perTradeEquityAllocationPct" | "perTradeCryptoAllocationPct" | "riskBudgetPrefs" | "signalConsumptionPrefs" | "executionPrefs" | "positionManagementPrefs" | "portfolioConstructionPrefs" | "macroOverlayEnabled" | "sectorOverlayEnabled" | "volatilityOverlayEnabled" | "liquidityStressOverlayEnabled" | "blackSwanProtectionEnabled" | "drawdownGuardianEnabled" | "correlationSpikeProtectionEnabled" | "newsEventRiskOverlayEnabled" | "exchangeHealthOverlayEnabled" | "dataQualitySentinelEnabled" | "overlayResponsePrefs" | "miniModelProvider" | "miniModelId" | "normalModelProvider" | "normalModelId" | "advancedModelProvider" | "advancedModelId" | "modelPrefs" | "auditNotificationPrefs" | "createdAt" | "updatedAt"> | undefined;
11
11
  }
12
12
  //# sourceMappingURL=FindManyTradingPolicyArgs.d.ts.map