adaptic-backend 1.0.307 → 1.0.308

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 (607) hide show
  1. package/Account.cjs +4 -1080
  2. package/Account.d.ts +2 -2
  3. package/Action.cjs +34 -1643
  4. package/Action.d.ts +2 -2
  5. package/Alert.cjs +215 -2533
  6. package/Alert.d.ts +2 -2
  7. package/AlpacaAccount.cjs +112 -2884
  8. package/AlpacaAccount.d.ts +2 -2
  9. package/Asset.cjs +4 -4
  10. package/Asset.d.ts +2 -2
  11. package/Authenticator.cjs +4 -1080
  12. package/Authenticator.d.ts +2 -2
  13. package/Contract.cjs +39 -1648
  14. package/Contract.d.ts +2 -2
  15. package/Customer.cjs +4 -1080
  16. package/Customer.d.ts +2 -2
  17. package/Deliverable.cjs +21 -472
  18. package/Deliverable.d.ts +2 -2
  19. package/EconomicEvent.cjs +4 -4
  20. package/EconomicEvent.d.ts +2 -2
  21. package/MarketSentiment.cjs +4 -4
  22. package/MarketSentiment.d.ts +2 -2
  23. package/NewsArticle.cjs +4 -4
  24. package/NewsArticle.d.ts +2 -2
  25. package/NewsArticleAssetSentiment.cjs +4 -4
  26. package/NewsArticleAssetSentiment.d.ts +2 -2
  27. package/Order.cjs +70 -2709
  28. package/Order.d.ts +2 -2
  29. package/Position.cjs +4 -2322
  30. package/Position.d.ts +2 -2
  31. package/ScheduledOptionOrder.cjs +4 -4
  32. package/ScheduledOptionOrder.d.ts +2 -2
  33. package/Session.cjs +4 -1029
  34. package/Session.d.ts +2 -2
  35. package/StopLoss.cjs +21 -1630
  36. package/StopLoss.d.ts +2 -2
  37. package/TakeProfit.cjs +21 -1630
  38. package/TakeProfit.d.ts +2 -2
  39. package/Trade.cjs +21 -472
  40. package/Trade.d.ts +2 -2
  41. package/User.cjs +4 -2383
  42. package/User.d.ts +2 -2
  43. package/VerificationToken.cjs +4 -4
  44. package/VerificationToken.d.ts +2 -2
  45. package/esm/Account.d.ts +2 -2
  46. package/esm/Account.d.ts.map +1 -1
  47. package/esm/Account.js.map +1 -1
  48. package/esm/Account.mjs +4 -1080
  49. package/esm/Action.d.ts +2 -2
  50. package/esm/Action.d.ts.map +1 -1
  51. package/esm/Action.js.map +1 -1
  52. package/esm/Action.mjs +34 -1643
  53. package/esm/Alert.d.ts +2 -2
  54. package/esm/Alert.d.ts.map +1 -1
  55. package/esm/Alert.js.map +1 -1
  56. package/esm/Alert.mjs +215 -2533
  57. package/esm/AlpacaAccount.d.ts +2 -2
  58. package/esm/AlpacaAccount.d.ts.map +1 -1
  59. package/esm/AlpacaAccount.js.map +1 -1
  60. package/esm/AlpacaAccount.mjs +112 -2884
  61. package/esm/Asset.d.ts +2 -2
  62. package/esm/Asset.d.ts.map +1 -1
  63. package/esm/Asset.js.map +1 -1
  64. package/esm/Asset.mjs +4 -4
  65. package/esm/Authenticator.d.ts +2 -2
  66. package/esm/Authenticator.d.ts.map +1 -1
  67. package/esm/Authenticator.js.map +1 -1
  68. package/esm/Authenticator.mjs +4 -1080
  69. package/esm/Contract.d.ts +2 -2
  70. package/esm/Contract.d.ts.map +1 -1
  71. package/esm/Contract.js.map +1 -1
  72. package/esm/Contract.mjs +39 -1648
  73. package/esm/Customer.d.ts +2 -2
  74. package/esm/Customer.d.ts.map +1 -1
  75. package/esm/Customer.js.map +1 -1
  76. package/esm/Customer.mjs +4 -1080
  77. package/esm/Deliverable.d.ts +2 -2
  78. package/esm/Deliverable.d.ts.map +1 -1
  79. package/esm/Deliverable.js.map +1 -1
  80. package/esm/Deliverable.mjs +21 -472
  81. package/esm/EconomicEvent.d.ts +2 -2
  82. package/esm/EconomicEvent.d.ts.map +1 -1
  83. package/esm/EconomicEvent.js.map +1 -1
  84. package/esm/EconomicEvent.mjs +4 -4
  85. package/esm/MarketSentiment.d.ts +2 -2
  86. package/esm/MarketSentiment.d.ts.map +1 -1
  87. package/esm/MarketSentiment.js.map +1 -1
  88. package/esm/MarketSentiment.mjs +4 -4
  89. package/esm/NewsArticle.d.ts +2 -2
  90. package/esm/NewsArticle.d.ts.map +1 -1
  91. package/esm/NewsArticle.js.map +1 -1
  92. package/esm/NewsArticle.mjs +4 -4
  93. package/esm/NewsArticleAssetSentiment.d.ts +2 -2
  94. package/esm/NewsArticleAssetSentiment.d.ts.map +1 -1
  95. package/esm/NewsArticleAssetSentiment.js.map +1 -1
  96. package/esm/NewsArticleAssetSentiment.mjs +4 -4
  97. package/esm/Order.d.ts +2 -2
  98. package/esm/Order.d.ts.map +1 -1
  99. package/esm/Order.js.map +1 -1
  100. package/esm/Order.mjs +70 -2709
  101. package/esm/Position.d.ts +2 -2
  102. package/esm/Position.d.ts.map +1 -1
  103. package/esm/Position.js.map +1 -1
  104. package/esm/Position.mjs +4 -2322
  105. package/esm/ScheduledOptionOrder.d.ts +2 -2
  106. package/esm/ScheduledOptionOrder.d.ts.map +1 -1
  107. package/esm/ScheduledOptionOrder.js.map +1 -1
  108. package/esm/ScheduledOptionOrder.mjs +4 -4
  109. package/esm/Session.d.ts +2 -2
  110. package/esm/Session.d.ts.map +1 -1
  111. package/esm/Session.js.map +1 -1
  112. package/esm/Session.mjs +4 -1029
  113. package/esm/StopLoss.d.ts +2 -2
  114. package/esm/StopLoss.d.ts.map +1 -1
  115. package/esm/StopLoss.js.map +1 -1
  116. package/esm/StopLoss.mjs +21 -1630
  117. package/esm/TakeProfit.d.ts +2 -2
  118. package/esm/TakeProfit.d.ts.map +1 -1
  119. package/esm/TakeProfit.js.map +1 -1
  120. package/esm/TakeProfit.mjs +21 -1630
  121. package/esm/Trade.d.ts +2 -2
  122. package/esm/Trade.d.ts.map +1 -1
  123. package/esm/Trade.js.map +1 -1
  124. package/esm/Trade.mjs +21 -472
  125. package/esm/User.d.ts +2 -2
  126. package/esm/User.d.ts.map +1 -1
  127. package/esm/User.js.map +1 -1
  128. package/esm/User.mjs +4 -2383
  129. package/esm/VerificationToken.d.ts +2 -2
  130. package/esm/VerificationToken.d.ts.map +1 -1
  131. package/esm/VerificationToken.js.map +1 -1
  132. package/esm/VerificationToken.mjs +4 -4
  133. package/esm/generated/selectionSets/Account.d.ts +1 -1
  134. package/esm/generated/selectionSets/Account.d.ts.map +1 -1
  135. package/esm/generated/selectionSets/Account.js.map +1 -1
  136. package/esm/generated/selectionSets/Account.mjs +0 -51
  137. package/esm/generated/selectionSets/AlpacaAccount.d.ts +1 -1
  138. package/esm/generated/selectionSets/AlpacaAccount.d.ts.map +1 -1
  139. package/esm/generated/selectionSets/AlpacaAccount.js.map +1 -1
  140. package/esm/generated/selectionSets/AlpacaAccount.mjs +0 -61
  141. package/esm/generated/selectionSets/Authenticator.d.ts +1 -1
  142. package/esm/generated/selectionSets/Authenticator.d.ts.map +1 -1
  143. package/esm/generated/selectionSets/Authenticator.js.map +1 -1
  144. package/esm/generated/selectionSets/Authenticator.mjs +0 -51
  145. package/esm/generated/selectionSets/Customer.d.ts +1 -1
  146. package/esm/generated/selectionSets/Customer.d.ts.map +1 -1
  147. package/esm/generated/selectionSets/Customer.js.map +1 -1
  148. package/esm/generated/selectionSets/Customer.mjs +0 -51
  149. package/esm/generated/selectionSets/User.d.ts +1 -1
  150. package/esm/generated/selectionSets/User.d.ts.map +1 -1
  151. package/esm/generated/selectionSets/User.js.map +1 -1
  152. package/esm/generated/selectionSets/User.mjs +0 -61
  153. package/esm/generated/typegraphql-prisma/enhance.d.ts.map +1 -1
  154. package/esm/generated/typegraphql-prisma/enhance.js.map +1 -1
  155. package/esm/generated/typegraphql-prisma/enhance.mjs +30 -50
  156. package/esm/generated/typegraphql-prisma/models/AlpacaAccount.d.ts +0 -5
  157. package/esm/generated/typegraphql-prisma/models/AlpacaAccount.d.ts.map +1 -1
  158. package/esm/generated/typegraphql-prisma/models/AlpacaAccount.js.map +1 -1
  159. package/esm/generated/typegraphql-prisma/models/AlpacaAccount.mjs +0 -4
  160. package/esm/generated/typegraphql-prisma/models/Order.d.ts +0 -5
  161. package/esm/generated/typegraphql-prisma/models/Order.d.ts.map +1 -1
  162. package/esm/generated/typegraphql-prisma/models/Order.js.map +1 -1
  163. package/esm/generated/typegraphql-prisma/models/Order.mjs +0 -4
  164. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateInput.d.ts +0 -2
  165. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateInput.d.ts.map +1 -1
  166. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateInput.js.map +1 -1
  167. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateInput.mjs +0 -8
  168. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutAlertsInput.d.ts +0 -2
  169. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutAlertsInput.d.ts.map +1 -1
  170. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutAlertsInput.js.map +1 -1
  171. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutAlertsInput.mjs +0 -8
  172. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutPositionsInput.d.ts +0 -2
  173. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutPositionsInput.d.ts.map +1 -1
  174. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutPositionsInput.js.map +1 -1
  175. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutPositionsInput.mjs +0 -8
  176. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutUserInput.d.ts +0 -2
  177. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutUserInput.d.ts.map +1 -1
  178. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutUserInput.js.map +1 -1
  179. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutUserInput.mjs +0 -8
  180. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountOrderByWithRelationInput.d.ts +0 -2
  181. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountOrderByWithRelationInput.d.ts.map +1 -1
  182. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountOrderByWithRelationInput.js.map +1 -1
  183. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountOrderByWithRelationInput.mjs +0 -8
  184. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateInput.d.ts +0 -2
  185. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateInput.d.ts.map +1 -1
  186. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateInput.js.map +1 -1
  187. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateInput.mjs +0 -8
  188. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutAlertsInput.d.ts +0 -2
  189. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutAlertsInput.d.ts.map +1 -1
  190. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutAlertsInput.js.map +1 -1
  191. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutAlertsInput.mjs +0 -8
  192. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutPositionsInput.d.ts +0 -2
  193. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutPositionsInput.d.ts.map +1 -1
  194. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutPositionsInput.js.map +1 -1
  195. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutPositionsInput.mjs +0 -8
  196. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutUserInput.d.ts +0 -2
  197. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutUserInput.d.ts.map +1 -1
  198. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutUserInput.js.map +1 -1
  199. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutUserInput.mjs +0 -8
  200. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountWhereInput.d.ts +0 -2
  201. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountWhereInput.d.ts.map +1 -1
  202. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountWhereInput.js.map +1 -1
  203. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountWhereInput.mjs +0 -8
  204. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountWhereUniqueInput.d.ts +0 -2
  205. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountWhereUniqueInput.d.ts.map +1 -1
  206. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountWhereUniqueInput.js.map +1 -1
  207. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountWhereUniqueInput.mjs +0 -8
  208. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderCreateInput.d.ts +1 -2
  209. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderCreateInput.d.ts.map +1 -1
  210. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderCreateInput.js.map +1 -1
  211. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderCreateInput.mjs +7 -8
  212. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderCreateWithoutActionInput.d.ts +1 -2
  213. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderCreateWithoutActionInput.d.ts.map +1 -1
  214. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderCreateWithoutActionInput.js.map +1 -1
  215. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderCreateWithoutActionInput.mjs +7 -8
  216. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderCreateWithoutContractInput.d.ts +1 -2
  217. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderCreateWithoutContractInput.d.ts.map +1 -1
  218. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderCreateWithoutContractInput.js.map +1 -1
  219. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderCreateWithoutContractInput.mjs +7 -8
  220. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderCreateWithoutStopLossInput.d.ts +1 -2
  221. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderCreateWithoutStopLossInput.d.ts.map +1 -1
  222. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderCreateWithoutStopLossInput.js.map +1 -1
  223. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderCreateWithoutStopLossInput.mjs +7 -8
  224. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderCreateWithoutTakeProfitInput.d.ts +1 -2
  225. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderCreateWithoutTakeProfitInput.d.ts.map +1 -1
  226. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderCreateWithoutTakeProfitInput.js.map +1 -1
  227. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderCreateWithoutTakeProfitInput.mjs +7 -8
  228. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderOrderByWithRelationInput.d.ts +0 -2
  229. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderOrderByWithRelationInput.d.ts.map +1 -1
  230. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderOrderByWithRelationInput.js.map +1 -1
  231. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderOrderByWithRelationInput.mjs +0 -8
  232. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateInput.d.ts +1 -2
  233. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateInput.d.ts.map +1 -1
  234. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateInput.js.map +1 -1
  235. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateInput.mjs +7 -8
  236. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateManyMutationInput.d.ts +1 -0
  237. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateManyMutationInput.d.ts.map +1 -1
  238. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateManyMutationInput.js.map +1 -1
  239. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateManyMutationInput.mjs +7 -0
  240. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateWithoutActionInput.d.ts +1 -2
  241. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateWithoutActionInput.d.ts.map +1 -1
  242. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateWithoutActionInput.js.map +1 -1
  243. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateWithoutActionInput.mjs +7 -8
  244. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateWithoutContractInput.d.ts +1 -2
  245. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateWithoutContractInput.d.ts.map +1 -1
  246. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateWithoutContractInput.js.map +1 -1
  247. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateWithoutContractInput.mjs +7 -8
  248. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateWithoutStopLossInput.d.ts +1 -2
  249. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateWithoutStopLossInput.d.ts.map +1 -1
  250. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateWithoutStopLossInput.js.map +1 -1
  251. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateWithoutStopLossInput.mjs +7 -8
  252. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateWithoutTakeProfitInput.d.ts +1 -2
  253. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateWithoutTakeProfitInput.d.ts.map +1 -1
  254. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateWithoutTakeProfitInput.js.map +1 -1
  255. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateWithoutTakeProfitInput.mjs +7 -8
  256. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderWhereInput.d.ts +0 -2
  257. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderWhereInput.d.ts.map +1 -1
  258. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderWhereInput.js.map +1 -1
  259. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderWhereInput.mjs +0 -8
  260. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderWhereUniqueInput.d.ts +0 -2
  261. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderWhereUniqueInput.d.ts.map +1 -1
  262. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderWhereUniqueInput.js.map +1 -1
  263. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderWhereUniqueInput.mjs +0 -8
  264. package/esm/generated/typegraphql-prisma/resolvers/inputs/index.d.ts +0 -20
  265. package/esm/generated/typegraphql-prisma/resolvers/inputs/index.d.ts.map +1 -1
  266. package/esm/generated/typegraphql-prisma/resolvers/inputs/index.js.map +1 -1
  267. package/esm/generated/typegraphql-prisma/resolvers/inputs/index.mjs +0 -20
  268. package/esm/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountCount.d.ts +0 -3
  269. package/esm/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountCount.d.ts.map +1 -1
  270. package/esm/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountCount.js.map +1 -1
  271. package/esm/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountCount.mjs +0 -16
  272. package/esm/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnOrder.d.ts +0 -2
  273. package/esm/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnOrder.d.ts.map +1 -1
  274. package/esm/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnOrder.js.map +1 -1
  275. package/esm/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnOrder.mjs +0 -8
  276. package/esm/generated/typegraphql-prisma/resolvers/outputs/args/index.d.ts +0 -1
  277. package/esm/generated/typegraphql-prisma/resolvers/outputs/args/index.d.ts.map +1 -1
  278. package/esm/generated/typegraphql-prisma/resolvers/outputs/args/index.js.map +1 -1
  279. package/esm/generated/typegraphql-prisma/resolvers/outputs/args/index.mjs +0 -1
  280. package/esm/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/AlpacaAccountRelationsResolver.d.ts +0 -3
  281. package/esm/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/AlpacaAccountRelationsResolver.d.ts.map +1 -1
  282. package/esm/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/AlpacaAccountRelationsResolver.js.map +1 -1
  283. package/esm/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/AlpacaAccountRelationsResolver.mjs +0 -26
  284. package/esm/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/args/index.d.ts +0 -1
  285. package/esm/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/args/index.d.ts.map +1 -1
  286. package/esm/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/args/index.js.map +1 -1
  287. package/esm/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/args/index.mjs +0 -1
  288. package/esm/generated/typegraphql-prisma/resolvers/relations/Order/OrderRelationsResolver.d.ts +0 -2
  289. package/esm/generated/typegraphql-prisma/resolvers/relations/Order/OrderRelationsResolver.d.ts.map +1 -1
  290. package/esm/generated/typegraphql-prisma/resolvers/relations/Order/OrderRelationsResolver.js.map +1 -1
  291. package/esm/generated/typegraphql-prisma/resolvers/relations/Order/OrderRelationsResolver.mjs +0 -23
  292. package/esm/index.d.ts +44 -44
  293. package/generated/typegraphql-prisma/enhance.cjs +30 -50
  294. package/generated/typegraphql-prisma/enhance.d.ts.map +1 -1
  295. package/generated/typegraphql-prisma/enhance.js.map +1 -1
  296. package/generated/typegraphql-prisma/models/AlpacaAccount.d.ts +0 -5
  297. package/generated/typegraphql-prisma/models/AlpacaAccount.d.ts.map +1 -1
  298. package/generated/typegraphql-prisma/models/AlpacaAccount.js.map +1 -1
  299. package/generated/typegraphql-prisma/models/Order.d.ts +0 -5
  300. package/generated/typegraphql-prisma/models/Order.d.ts.map +1 -1
  301. package/generated/typegraphql-prisma/models/Order.js.map +1 -1
  302. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateInput.cjs +0 -7
  303. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateInput.d.ts +0 -2
  304. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateInput.d.ts.map +1 -1
  305. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateInput.js.map +1 -1
  306. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutAlertsInput.cjs +0 -7
  307. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutAlertsInput.d.ts +0 -2
  308. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutAlertsInput.d.ts.map +1 -1
  309. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutAlertsInput.js.map +1 -1
  310. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutPositionsInput.cjs +0 -7
  311. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutPositionsInput.d.ts +0 -2
  312. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutPositionsInput.d.ts.map +1 -1
  313. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutPositionsInput.js.map +1 -1
  314. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutUserInput.cjs +0 -7
  315. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutUserInput.d.ts +0 -2
  316. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutUserInput.d.ts.map +1 -1
  317. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutUserInput.js.map +1 -1
  318. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountOrderByWithRelationInput.cjs +0 -7
  319. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountOrderByWithRelationInput.d.ts +0 -2
  320. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountOrderByWithRelationInput.d.ts.map +1 -1
  321. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountOrderByWithRelationInput.js.map +1 -1
  322. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateInput.cjs +0 -7
  323. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateInput.d.ts +0 -2
  324. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateInput.d.ts.map +1 -1
  325. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateInput.js.map +1 -1
  326. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutAlertsInput.cjs +0 -7
  327. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutAlertsInput.d.ts +0 -2
  328. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutAlertsInput.d.ts.map +1 -1
  329. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutAlertsInput.js.map +1 -1
  330. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutPositionsInput.cjs +0 -7
  331. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutPositionsInput.d.ts +0 -2
  332. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutPositionsInput.d.ts.map +1 -1
  333. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutPositionsInput.js.map +1 -1
  334. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutUserInput.cjs +0 -7
  335. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutUserInput.d.ts +0 -2
  336. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutUserInput.d.ts.map +1 -1
  337. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutUserInput.js.map +1 -1
  338. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountWhereInput.cjs +0 -7
  339. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountWhereInput.d.ts +0 -2
  340. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountWhereInput.d.ts.map +1 -1
  341. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountWhereInput.js.map +1 -1
  342. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountWhereUniqueInput.cjs +0 -7
  343. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountWhereUniqueInput.d.ts +0 -2
  344. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountWhereUniqueInput.d.ts.map +1 -1
  345. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountWhereUniqueInput.js.map +1 -1
  346. package/generated/typegraphql-prisma/resolvers/inputs/OrderCreateInput.cjs +6 -7
  347. package/generated/typegraphql-prisma/resolvers/inputs/OrderCreateInput.d.ts +1 -2
  348. package/generated/typegraphql-prisma/resolvers/inputs/OrderCreateInput.d.ts.map +1 -1
  349. package/generated/typegraphql-prisma/resolvers/inputs/OrderCreateInput.js.map +1 -1
  350. package/generated/typegraphql-prisma/resolvers/inputs/OrderCreateWithoutActionInput.cjs +6 -7
  351. package/generated/typegraphql-prisma/resolvers/inputs/OrderCreateWithoutActionInput.d.ts +1 -2
  352. package/generated/typegraphql-prisma/resolvers/inputs/OrderCreateWithoutActionInput.d.ts.map +1 -1
  353. package/generated/typegraphql-prisma/resolvers/inputs/OrderCreateWithoutActionInput.js.map +1 -1
  354. package/generated/typegraphql-prisma/resolvers/inputs/OrderCreateWithoutContractInput.cjs +6 -7
  355. package/generated/typegraphql-prisma/resolvers/inputs/OrderCreateWithoutContractInput.d.ts +1 -2
  356. package/generated/typegraphql-prisma/resolvers/inputs/OrderCreateWithoutContractInput.d.ts.map +1 -1
  357. package/generated/typegraphql-prisma/resolvers/inputs/OrderCreateWithoutContractInput.js.map +1 -1
  358. package/generated/typegraphql-prisma/resolvers/inputs/OrderCreateWithoutStopLossInput.cjs +6 -7
  359. package/generated/typegraphql-prisma/resolvers/inputs/OrderCreateWithoutStopLossInput.d.ts +1 -2
  360. package/generated/typegraphql-prisma/resolvers/inputs/OrderCreateWithoutStopLossInput.d.ts.map +1 -1
  361. package/generated/typegraphql-prisma/resolvers/inputs/OrderCreateWithoutStopLossInput.js.map +1 -1
  362. package/generated/typegraphql-prisma/resolvers/inputs/OrderCreateWithoutTakeProfitInput.cjs +6 -7
  363. package/generated/typegraphql-prisma/resolvers/inputs/OrderCreateWithoutTakeProfitInput.d.ts +1 -2
  364. package/generated/typegraphql-prisma/resolvers/inputs/OrderCreateWithoutTakeProfitInput.d.ts.map +1 -1
  365. package/generated/typegraphql-prisma/resolvers/inputs/OrderCreateWithoutTakeProfitInput.js.map +1 -1
  366. package/generated/typegraphql-prisma/resolvers/inputs/OrderOrderByWithRelationInput.cjs +0 -7
  367. package/generated/typegraphql-prisma/resolvers/inputs/OrderOrderByWithRelationInput.d.ts +0 -2
  368. package/generated/typegraphql-prisma/resolvers/inputs/OrderOrderByWithRelationInput.d.ts.map +1 -1
  369. package/generated/typegraphql-prisma/resolvers/inputs/OrderOrderByWithRelationInput.js.map +1 -1
  370. package/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateInput.cjs +6 -7
  371. package/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateInput.d.ts +1 -2
  372. package/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateInput.d.ts.map +1 -1
  373. package/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateInput.js.map +1 -1
  374. package/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateManyMutationInput.cjs +6 -0
  375. package/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateManyMutationInput.d.ts +1 -0
  376. package/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateManyMutationInput.d.ts.map +1 -1
  377. package/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateManyMutationInput.js.map +1 -1
  378. package/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateWithoutActionInput.cjs +6 -7
  379. package/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateWithoutActionInput.d.ts +1 -2
  380. package/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateWithoutActionInput.d.ts.map +1 -1
  381. package/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateWithoutActionInput.js.map +1 -1
  382. package/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateWithoutContractInput.cjs +6 -7
  383. package/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateWithoutContractInput.d.ts +1 -2
  384. package/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateWithoutContractInput.d.ts.map +1 -1
  385. package/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateWithoutContractInput.js.map +1 -1
  386. package/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateWithoutStopLossInput.cjs +6 -7
  387. package/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateWithoutStopLossInput.d.ts +1 -2
  388. package/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateWithoutStopLossInput.d.ts.map +1 -1
  389. package/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateWithoutStopLossInput.js.map +1 -1
  390. package/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateWithoutTakeProfitInput.cjs +6 -7
  391. package/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateWithoutTakeProfitInput.d.ts +1 -2
  392. package/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateWithoutTakeProfitInput.d.ts.map +1 -1
  393. package/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateWithoutTakeProfitInput.js.map +1 -1
  394. package/generated/typegraphql-prisma/resolvers/inputs/OrderWhereInput.cjs +0 -7
  395. package/generated/typegraphql-prisma/resolvers/inputs/OrderWhereInput.d.ts +0 -2
  396. package/generated/typegraphql-prisma/resolvers/inputs/OrderWhereInput.d.ts.map +1 -1
  397. package/generated/typegraphql-prisma/resolvers/inputs/OrderWhereInput.js.map +1 -1
  398. package/generated/typegraphql-prisma/resolvers/inputs/OrderWhereUniqueInput.cjs +0 -7
  399. package/generated/typegraphql-prisma/resolvers/inputs/OrderWhereUniqueInput.d.ts +0 -2
  400. package/generated/typegraphql-prisma/resolvers/inputs/OrderWhereUniqueInput.d.ts.map +1 -1
  401. package/generated/typegraphql-prisma/resolvers/inputs/OrderWhereUniqueInput.js.map +1 -1
  402. package/generated/typegraphql-prisma/resolvers/inputs/index.cjs +15 -55
  403. package/generated/typegraphql-prisma/resolvers/inputs/index.d.ts +0 -20
  404. package/generated/typegraphql-prisma/resolvers/inputs/index.d.ts.map +1 -1
  405. package/generated/typegraphql-prisma/resolvers/inputs/index.js.map +1 -1
  406. package/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountCount.cjs +0 -15
  407. package/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountCount.d.ts +0 -3
  408. package/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountCount.d.ts.map +1 -1
  409. package/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountCount.js.map +1 -1
  410. package/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnOrder.cjs +0 -7
  411. package/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnOrder.d.ts +0 -2
  412. package/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnOrder.d.ts.map +1 -1
  413. package/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnOrder.js.map +1 -1
  414. package/generated/typegraphql-prisma/resolvers/outputs/args/index.cjs +1 -3
  415. package/generated/typegraphql-prisma/resolvers/outputs/args/index.d.ts +0 -1
  416. package/generated/typegraphql-prisma/resolvers/outputs/args/index.d.ts.map +1 -1
  417. package/generated/typegraphql-prisma/resolvers/outputs/args/index.js.map +1 -1
  418. package/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/AlpacaAccountRelationsResolver.cjs +0 -26
  419. package/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/AlpacaAccountRelationsResolver.d.ts +0 -3
  420. package/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/AlpacaAccountRelationsResolver.d.ts.map +1 -1
  421. package/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/AlpacaAccountRelationsResolver.js.map +1 -1
  422. package/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/args/index.cjs +1 -3
  423. package/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/args/index.d.ts +0 -1
  424. package/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/args/index.d.ts.map +1 -1
  425. package/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/args/index.js.map +1 -1
  426. package/generated/typegraphql-prisma/resolvers/relations/Order/OrderRelationsResolver.cjs +0 -23
  427. package/generated/typegraphql-prisma/resolvers/relations/Order/OrderRelationsResolver.d.ts +0 -2
  428. package/generated/typegraphql-prisma/resolvers/relations/Order/OrderRelationsResolver.d.ts.map +1 -1
  429. package/generated/typegraphql-prisma/resolvers/relations/Order/OrderRelationsResolver.js.map +1 -1
  430. package/index.d.ts +44 -44
  431. package/package.json +1 -1
  432. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateNestedOneWithoutOrdersInput.d.ts +0 -9
  433. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateNestedOneWithoutOrdersInput.d.ts.map +0 -1
  434. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateNestedOneWithoutOrdersInput.js.map +0 -1
  435. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateNestedOneWithoutOrdersInput.mjs +0 -41
  436. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateOrConnectWithoutOrdersInput.d.ts +0 -7
  437. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateOrConnectWithoutOrdersInput.d.ts.map +0 -1
  438. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateOrConnectWithoutOrdersInput.js.map +0 -1
  439. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateOrConnectWithoutOrdersInput.mjs +0 -33
  440. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutOrdersInput.d.ts +0 -26
  441. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutOrdersInput.d.ts.map +0 -1
  442. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutOrdersInput.js.map +0 -1
  443. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutOrdersInput.mjs +0 -155
  444. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateOneRequiredWithoutOrdersNestedInput.d.ts +0 -13
  445. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateOneRequiredWithoutOrdersNestedInput.d.ts.map +0 -1
  446. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateOneRequiredWithoutOrdersNestedInput.js.map +0 -1
  447. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateOneRequiredWithoutOrdersNestedInput.mjs +0 -57
  448. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateToOneWithWhereWithoutOrdersInput.d.ts +0 -7
  449. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateToOneWithWhereWithoutOrdersInput.d.ts.map +0 -1
  450. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateToOneWithWhereWithoutOrdersInput.js.map +0 -1
  451. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateToOneWithWhereWithoutOrdersInput.mjs +0 -33
  452. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutOrdersInput.d.ts +0 -31
  453. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutOrdersInput.d.ts.map +0 -1
  454. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutOrdersInput.js.map +0 -1
  455. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutOrdersInput.mjs +0 -159
  456. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpsertWithoutOrdersInput.d.ts +0 -9
  457. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpsertWithoutOrdersInput.d.ts.map +0 -1
  458. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpsertWithoutOrdersInput.js.map +0 -1
  459. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpsertWithoutOrdersInput.mjs +0 -41
  460. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderCreateManyAlpacaAccountInput.d.ts +0 -46
  461. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderCreateManyAlpacaAccountInput.d.ts.map +0 -1
  462. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderCreateManyAlpacaAccountInput.js.map +0 -1
  463. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderCreateManyAlpacaAccountInput.mjs +0 -318
  464. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderCreateManyAlpacaAccountInputEnvelope.d.ts +0 -6
  465. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderCreateManyAlpacaAccountInputEnvelope.d.ts.map +0 -1
  466. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderCreateManyAlpacaAccountInputEnvelope.js.map +0 -1
  467. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderCreateManyAlpacaAccountInputEnvelope.mjs +0 -32
  468. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderCreateNestedManyWithoutAlpacaAccountInput.d.ts +0 -11
  469. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderCreateNestedManyWithoutAlpacaAccountInput.d.ts.map +0 -1
  470. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderCreateNestedManyWithoutAlpacaAccountInput.js.map +0 -1
  471. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderCreateNestedManyWithoutAlpacaAccountInput.mjs +0 -49
  472. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderCreateOrConnectWithoutAlpacaAccountInput.d.ts +0 -7
  473. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderCreateOrConnectWithoutAlpacaAccountInput.d.ts.map +0 -1
  474. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderCreateOrConnectWithoutAlpacaAccountInput.js.map +0 -1
  475. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderCreateOrConnectWithoutAlpacaAccountInput.mjs +0 -33
  476. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderCreateWithoutAlpacaAccountInput.d.ts +0 -52
  477. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderCreateWithoutAlpacaAccountInput.d.ts.map +0 -1
  478. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderCreateWithoutAlpacaAccountInput.js.map +0 -1
  479. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderCreateWithoutAlpacaAccountInput.mjs +0 -336
  480. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderListRelationFilter.d.ts +0 -7
  481. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderListRelationFilter.d.ts.map +0 -1
  482. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderListRelationFilter.js.map +0 -1
  483. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderListRelationFilter.mjs +0 -39
  484. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderOrderByRelationAggregateInput.d.ts +0 -4
  485. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderOrderByRelationAggregateInput.d.ts.map +0 -1
  486. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderOrderByRelationAggregateInput.js.map +0 -1
  487. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderOrderByRelationAggregateInput.mjs +0 -25
  488. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderScalarWhereInput.d.ts +0 -63
  489. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderScalarWhereInput.d.ts.map +0 -1
  490. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderScalarWhereInput.js.map +0 -1
  491. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderScalarWhereInput.mjs +0 -353
  492. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateManyWithWhereWithoutAlpacaAccountInput.d.ts +0 -7
  493. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateManyWithWhereWithoutAlpacaAccountInput.d.ts.map +0 -1
  494. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateManyWithWhereWithoutAlpacaAccountInput.js.map +0 -1
  495. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateManyWithWhereWithoutAlpacaAccountInput.mjs +0 -33
  496. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateManyWithoutAlpacaAccountNestedInput.d.ts +0 -22
  497. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateManyWithoutAlpacaAccountNestedInput.d.ts.map +0 -1
  498. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateManyWithoutAlpacaAccountNestedInput.js.map +0 -1
  499. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateManyWithoutAlpacaAccountNestedInput.mjs +0 -102
  500. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateWithWhereUniqueWithoutAlpacaAccountInput.d.ts +0 -7
  501. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateWithWhereUniqueWithoutAlpacaAccountInput.d.ts.map +0 -1
  502. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateWithWhereUniqueWithoutAlpacaAccountInput.js.map +0 -1
  503. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateWithWhereUniqueWithoutAlpacaAccountInput.mjs +0 -33
  504. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateWithoutAlpacaAccountInput.d.ts +0 -64
  505. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateWithoutAlpacaAccountInput.d.ts.map +0 -1
  506. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateWithoutAlpacaAccountInput.js.map +0 -1
  507. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateWithoutAlpacaAccountInput.mjs +0 -342
  508. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderUpsertWithWhereUniqueWithoutAlpacaAccountInput.d.ts +0 -9
  509. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderUpsertWithWhereUniqueWithoutAlpacaAccountInput.d.ts.map +0 -1
  510. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderUpsertWithWhereUniqueWithoutAlpacaAccountInput.js.map +0 -1
  511. package/esm/generated/typegraphql-prisma/resolvers/inputs/OrderUpsertWithWhereUniqueWithoutAlpacaAccountInput.mjs +0 -41
  512. package/esm/generated/typegraphql-prisma/resolvers/outputs/args/AlpacaAccountCountOrdersArgs.d.ts +0 -5
  513. package/esm/generated/typegraphql-prisma/resolvers/outputs/args/AlpacaAccountCountOrdersArgs.d.ts.map +0 -1
  514. package/esm/generated/typegraphql-prisma/resolvers/outputs/args/AlpacaAccountCountOrdersArgs.js.map +0 -1
  515. package/esm/generated/typegraphql-prisma/resolvers/outputs/args/AlpacaAccountCountOrdersArgs.mjs +0 -25
  516. package/esm/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/args/AlpacaAccountOrdersArgs.d.ts +0 -12
  517. package/esm/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/args/AlpacaAccountOrdersArgs.d.ts.map +0 -1
  518. package/esm/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/args/AlpacaAccountOrdersArgs.js.map +0 -1
  519. package/esm/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/args/AlpacaAccountOrdersArgs.mjs +0 -63
  520. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateNestedOneWithoutOrdersInput.cjs +0 -74
  521. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateNestedOneWithoutOrdersInput.d.ts +0 -9
  522. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateNestedOneWithoutOrdersInput.d.ts.map +0 -1
  523. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateNestedOneWithoutOrdersInput.js.map +0 -1
  524. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateOrConnectWithoutOrdersInput.cjs +0 -67
  525. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateOrConnectWithoutOrdersInput.d.ts +0 -7
  526. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateOrConnectWithoutOrdersInput.d.ts.map +0 -1
  527. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateOrConnectWithoutOrdersInput.js.map +0 -1
  528. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutOrdersInput.cjs +0 -172
  529. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutOrdersInput.d.ts +0 -26
  530. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutOrdersInput.d.ts.map +0 -1
  531. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutOrdersInput.js.map +0 -1
  532. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateOneRequiredWithoutOrdersNestedInput.cjs +0 -88
  533. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateOneRequiredWithoutOrdersNestedInput.d.ts +0 -13
  534. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateOneRequiredWithoutOrdersNestedInput.d.ts.map +0 -1
  535. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateOneRequiredWithoutOrdersNestedInput.js.map +0 -1
  536. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateToOneWithWhereWithoutOrdersInput.cjs +0 -67
  537. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateToOneWithWhereWithoutOrdersInput.d.ts +0 -7
  538. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateToOneWithWhereWithoutOrdersInput.d.ts.map +0 -1
  539. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateToOneWithWhereWithoutOrdersInput.js.map +0 -1
  540. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutOrdersInput.cjs +0 -176
  541. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutOrdersInput.d.ts +0 -31
  542. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutOrdersInput.d.ts.map +0 -1
  543. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutOrdersInput.js.map +0 -1
  544. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpsertWithoutOrdersInput.cjs +0 -74
  545. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpsertWithoutOrdersInput.d.ts +0 -9
  546. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpsertWithoutOrdersInput.d.ts.map +0 -1
  547. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpsertWithoutOrdersInput.js.map +0 -1
  548. package/generated/typegraphql-prisma/resolvers/inputs/OrderCreateManyAlpacaAccountInput.cjs +0 -312
  549. package/generated/typegraphql-prisma/resolvers/inputs/OrderCreateManyAlpacaAccountInput.d.ts +0 -46
  550. package/generated/typegraphql-prisma/resolvers/inputs/OrderCreateManyAlpacaAccountInput.d.ts.map +0 -1
  551. package/generated/typegraphql-prisma/resolvers/inputs/OrderCreateManyAlpacaAccountInput.js.map +0 -1
  552. package/generated/typegraphql-prisma/resolvers/inputs/OrderCreateManyAlpacaAccountInputEnvelope.cjs +0 -66
  553. package/generated/typegraphql-prisma/resolvers/inputs/OrderCreateManyAlpacaAccountInputEnvelope.d.ts +0 -6
  554. package/generated/typegraphql-prisma/resolvers/inputs/OrderCreateManyAlpacaAccountInputEnvelope.d.ts.map +0 -1
  555. package/generated/typegraphql-prisma/resolvers/inputs/OrderCreateManyAlpacaAccountInputEnvelope.js.map +0 -1
  556. package/generated/typegraphql-prisma/resolvers/inputs/OrderCreateNestedManyWithoutAlpacaAccountInput.cjs +0 -81
  557. package/generated/typegraphql-prisma/resolvers/inputs/OrderCreateNestedManyWithoutAlpacaAccountInput.d.ts +0 -11
  558. package/generated/typegraphql-prisma/resolvers/inputs/OrderCreateNestedManyWithoutAlpacaAccountInput.d.ts.map +0 -1
  559. package/generated/typegraphql-prisma/resolvers/inputs/OrderCreateNestedManyWithoutAlpacaAccountInput.js.map +0 -1
  560. package/generated/typegraphql-prisma/resolvers/inputs/OrderCreateOrConnectWithoutAlpacaAccountInput.cjs +0 -67
  561. package/generated/typegraphql-prisma/resolvers/inputs/OrderCreateOrConnectWithoutAlpacaAccountInput.d.ts +0 -7
  562. package/generated/typegraphql-prisma/resolvers/inputs/OrderCreateOrConnectWithoutAlpacaAccountInput.d.ts.map +0 -1
  563. package/generated/typegraphql-prisma/resolvers/inputs/OrderCreateOrConnectWithoutAlpacaAccountInput.js.map +0 -1
  564. package/generated/typegraphql-prisma/resolvers/inputs/OrderCreateWithoutAlpacaAccountInput.cjs +0 -328
  565. package/generated/typegraphql-prisma/resolvers/inputs/OrderCreateWithoutAlpacaAccountInput.d.ts +0 -52
  566. package/generated/typegraphql-prisma/resolvers/inputs/OrderCreateWithoutAlpacaAccountInput.d.ts.map +0 -1
  567. package/generated/typegraphql-prisma/resolvers/inputs/OrderCreateWithoutAlpacaAccountInput.js.map +0 -1
  568. package/generated/typegraphql-prisma/resolvers/inputs/OrderListRelationFilter.cjs +0 -72
  569. package/generated/typegraphql-prisma/resolvers/inputs/OrderListRelationFilter.d.ts +0 -7
  570. package/generated/typegraphql-prisma/resolvers/inputs/OrderListRelationFilter.d.ts.map +0 -1
  571. package/generated/typegraphql-prisma/resolvers/inputs/OrderListRelationFilter.js.map +0 -1
  572. package/generated/typegraphql-prisma/resolvers/inputs/OrderOrderByRelationAggregateInput.cjs +0 -60
  573. package/generated/typegraphql-prisma/resolvers/inputs/OrderOrderByRelationAggregateInput.d.ts +0 -4
  574. package/generated/typegraphql-prisma/resolvers/inputs/OrderOrderByRelationAggregateInput.d.ts.map +0 -1
  575. package/generated/typegraphql-prisma/resolvers/inputs/OrderOrderByRelationAggregateInput.js.map +0 -1
  576. package/generated/typegraphql-prisma/resolvers/inputs/OrderScalarWhereInput.cjs +0 -343
  577. package/generated/typegraphql-prisma/resolvers/inputs/OrderScalarWhereInput.d.ts +0 -63
  578. package/generated/typegraphql-prisma/resolvers/inputs/OrderScalarWhereInput.d.ts.map +0 -1
  579. package/generated/typegraphql-prisma/resolvers/inputs/OrderScalarWhereInput.js.map +0 -1
  580. package/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateManyWithWhereWithoutAlpacaAccountInput.cjs +0 -67
  581. package/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateManyWithWhereWithoutAlpacaAccountInput.d.ts +0 -7
  582. package/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateManyWithWhereWithoutAlpacaAccountInput.d.ts.map +0 -1
  583. package/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateManyWithWhereWithoutAlpacaAccountInput.js.map +0 -1
  584. package/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateManyWithoutAlpacaAccountNestedInput.cjs +0 -127
  585. package/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateManyWithoutAlpacaAccountNestedInput.d.ts +0 -22
  586. package/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateManyWithoutAlpacaAccountNestedInput.d.ts.map +0 -1
  587. package/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateManyWithoutAlpacaAccountNestedInput.js.map +0 -1
  588. package/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateWithWhereUniqueWithoutAlpacaAccountInput.cjs +0 -67
  589. package/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateWithWhereUniqueWithoutAlpacaAccountInput.d.ts +0 -7
  590. package/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateWithWhereUniqueWithoutAlpacaAccountInput.d.ts.map +0 -1
  591. package/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateWithWhereUniqueWithoutAlpacaAccountInput.js.map +0 -1
  592. package/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateWithoutAlpacaAccountInput.cjs +0 -334
  593. package/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateWithoutAlpacaAccountInput.d.ts +0 -64
  594. package/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateWithoutAlpacaAccountInput.d.ts.map +0 -1
  595. package/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateWithoutAlpacaAccountInput.js.map +0 -1
  596. package/generated/typegraphql-prisma/resolvers/inputs/OrderUpsertWithWhereUniqueWithoutAlpacaAccountInput.cjs +0 -74
  597. package/generated/typegraphql-prisma/resolvers/inputs/OrderUpsertWithWhereUniqueWithoutAlpacaAccountInput.d.ts +0 -9
  598. package/generated/typegraphql-prisma/resolvers/inputs/OrderUpsertWithWhereUniqueWithoutAlpacaAccountInput.d.ts.map +0 -1
  599. package/generated/typegraphql-prisma/resolvers/inputs/OrderUpsertWithWhereUniqueWithoutAlpacaAccountInput.js.map +0 -1
  600. package/generated/typegraphql-prisma/resolvers/outputs/args/AlpacaAccountCountOrdersArgs.cjs +0 -60
  601. package/generated/typegraphql-prisma/resolvers/outputs/args/AlpacaAccountCountOrdersArgs.d.ts +0 -5
  602. package/generated/typegraphql-prisma/resolvers/outputs/args/AlpacaAccountCountOrdersArgs.d.ts.map +0 -1
  603. package/generated/typegraphql-prisma/resolvers/outputs/args/AlpacaAccountCountOrdersArgs.js.map +0 -1
  604. package/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/args/AlpacaAccountOrdersArgs.cjs +0 -93
  605. package/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/args/AlpacaAccountOrdersArgs.d.ts +0 -12
  606. package/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/args/AlpacaAccountOrdersArgs.d.ts.map +0 -1
  607. package/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/args/AlpacaAccountOrdersArgs.js.map +0 -1
@@ -1 +0,0 @@
1
- {"version":3,"file":"OrderUpdateManyWithoutAlpacaAccountNestedInput.d.ts","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateManyWithoutAlpacaAccountNestedInput.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,yCAAyC,EAAE,MAAM,qDAAqD,CAAC;AAChH,OAAO,EAAE,6CAA6C,EAAE,MAAM,yDAAyD,CAAC;AACxH,OAAO,EAAE,oCAAoC,EAAE,MAAM,gDAAgD,CAAC;AACtG,OAAO,EAAE,qBAAqB,EAAE,MAAM,iCAAiC,CAAC;AACxE,OAAO,EAAE,iDAAiD,EAAE,MAAM,6DAA6D,CAAC;AAChI,OAAO,EAAE,mDAAmD,EAAE,MAAM,+DAA+D,CAAC;AACpI,OAAO,EAAE,mDAAmD,EAAE,MAAM,+DAA+D,CAAC;AACpI,OAAO,EAAE,qBAAqB,EAAE,MAAM,iCAAiC,CAAC;AAExE,qBACa,8CAA8C;IAIzD,MAAM,CAAC,EAAE,oCAAoC,EAAE,GAAG,SAAS,CAAC;IAK5D,eAAe,CAAC,EAAE,6CAA6C,EAAE,GAAG,SAAS,CAAC;IAK9E,MAAM,CAAC,EAAE,mDAAmD,EAAE,GAAG,SAAS,CAAC;IAK3E,UAAU,CAAC,EAAE,yCAAyC,GAAG,SAAS,CAAC;IAKnE,GAAG,CAAC,EAAE,qBAAqB,EAAE,GAAG,SAAS,CAAC;IAK1C,UAAU,CAAC,EAAE,qBAAqB,EAAE,GAAG,SAAS,CAAC;IAKjD,MAAM,CAAC,EAAE,qBAAqB,EAAE,GAAG,SAAS,CAAC;IAK7C,OAAO,CAAC,EAAE,qBAAqB,EAAE,GAAG,SAAS,CAAC;IAK9C,MAAM,CAAC,EAAE,mDAAmD,EAAE,GAAG,SAAS,CAAC;IAK3E,UAAU,CAAC,EAAE,iDAAiD,EAAE,GAAG,SAAS,CAAC;IAK7E,UAAU,CAAC,EAAE,qBAAqB,EAAE,GAAG,SAAS,CAAC;CAClD"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"OrderUpdateManyWithoutAlpacaAccountNestedInput.js","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateManyWithoutAlpacaAccountNestedInput.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,0DAA4C;AAI5C,mHAAgH;AAChH,2HAAwH;AACxH,yGAAsG;AACtG,2EAAwE;AACxE,mIAAgI;AAChI,uIAAoI;AACpI,uIAAoI;AACpI,2EAAwE;AAGjE,IAAM,8CAA8C,GAApD,MAAM,8CAA8C;CAuD1D,CAAA;AAvDY,wGAA8C;AAIzD;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,2EAAoC,CAAC,EAAE;QAClE,QAAQ,EAAE,IAAI;KACf,CAAC;;8EAC0D;AAK5D;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,6FAA6C,CAAC,EAAE;QAC3E,QAAQ,EAAE,IAAI;KACf,CAAC;;uFAC4E;AAK9E;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,yGAAmD,CAAC,EAAE;QACjF,QAAQ,EAAE,IAAI;KACf,CAAC;;8EACyE;AAK3E;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,qFAAyC,EAAE;QACrE,QAAQ,EAAE,IAAI;KACf,CAAC;;kFACiE;AAKnE;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,6CAAqB,CAAC,EAAE;QACnD,QAAQ,EAAE,IAAI;KACf,CAAC;;2EACwC;AAK1C;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,6CAAqB,CAAC,EAAE;QACnD,QAAQ,EAAE,IAAI;KACf,CAAC;;kFAC+C;AAKjD;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,6CAAqB,CAAC,EAAE;QACnD,QAAQ,EAAE,IAAI;KACf,CAAC;;8EAC2C;AAK7C;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,6CAAqB,CAAC,EAAE;QACnD,QAAQ,EAAE,IAAI;KACf,CAAC;;+EAC4C;AAK9C;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,yGAAmD,CAAC,EAAE;QACjF,QAAQ,EAAE,IAAI;KACf,CAAC;;8EACyE;AAK3E;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,qGAAiD,CAAC,EAAE;QAC/E,QAAQ,EAAE,IAAI;KACf,CAAC;;kFAC2E;AAK7E;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,6CAAqB,CAAC,EAAE;QACnD,QAAQ,EAAE,IAAI;KACf,CAAC;;kFAC+C;yDAtDtC,8CAA8C;IAD1D,WAAW,CAAC,SAAS,CAAC,gDAAgD,EAAE,EAAE,CAAC;GAC/D,8CAA8C,CAuD1D"}
@@ -1,67 +0,0 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
- Object.defineProperty(o, "default", { enumerable: true, value: v });
15
- }) : function(o, v) {
16
- o["default"] = v;
17
- });
18
- var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
19
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
20
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
21
- else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
22
- return c > 3 && r && Object.defineProperty(target, key, r), r;
23
- };
24
- var __importStar = (this && this.__importStar) || (function () {
25
- var ownKeys = function(o) {
26
- ownKeys = Object.getOwnPropertyNames || function (o) {
27
- var ar = [];
28
- for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
29
- return ar;
30
- };
31
- return ownKeys(o);
32
- };
33
- return function (mod) {
34
- if (mod && mod.__esModule) return mod;
35
- var result = {};
36
- if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
37
- __setModuleDefault(result, mod);
38
- return result;
39
- };
40
- })();
41
- var __metadata = (this && this.__metadata) || function (k, v) {
42
- if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
43
- };
44
- Object.defineProperty(exports, "__esModule", { value: true });
45
- exports.OrderUpdateWithWhereUniqueWithoutAlpacaAccountInput = void 0;
46
- const TypeGraphQL = __importStar(require("type-graphql"));
47
- const OrderUpdateWithoutAlpacaAccountInput_1 = require("../inputs/OrderUpdateWithoutAlpacaAccountInput");
48
- const OrderWhereUniqueInput_1 = require("../inputs/OrderWhereUniqueInput");
49
- let OrderUpdateWithWhereUniqueWithoutAlpacaAccountInput = class OrderUpdateWithWhereUniqueWithoutAlpacaAccountInput {
50
- };
51
- exports.OrderUpdateWithWhereUniqueWithoutAlpacaAccountInput = OrderUpdateWithWhereUniqueWithoutAlpacaAccountInput;
52
- __decorate([
53
- TypeGraphQL.Field(_type => OrderWhereUniqueInput_1.OrderWhereUniqueInput, {
54
- nullable: false
55
- }),
56
- __metadata("design:type", OrderWhereUniqueInput_1.OrderWhereUniqueInput)
57
- ], OrderUpdateWithWhereUniqueWithoutAlpacaAccountInput.prototype, "where", void 0);
58
- __decorate([
59
- TypeGraphQL.Field(_type => OrderUpdateWithoutAlpacaAccountInput_1.OrderUpdateWithoutAlpacaAccountInput, {
60
- nullable: false
61
- }),
62
- __metadata("design:type", OrderUpdateWithoutAlpacaAccountInput_1.OrderUpdateWithoutAlpacaAccountInput)
63
- ], OrderUpdateWithWhereUniqueWithoutAlpacaAccountInput.prototype, "data", void 0);
64
- exports.OrderUpdateWithWhereUniqueWithoutAlpacaAccountInput = OrderUpdateWithWhereUniqueWithoutAlpacaAccountInput = __decorate([
65
- TypeGraphQL.InputType("OrderUpdateWithWhereUniqueWithoutAlpacaAccountInput", {})
66
- ], OrderUpdateWithWhereUniqueWithoutAlpacaAccountInput);
67
- //# sourceMappingURL=OrderUpdateWithWhereUniqueWithoutAlpacaAccountInput.js.map
@@ -1,7 +0,0 @@
1
- import { OrderUpdateWithoutAlpacaAccountInput } from "../inputs/OrderUpdateWithoutAlpacaAccountInput";
2
- import { OrderWhereUniqueInput } from "../inputs/OrderWhereUniqueInput";
3
- export declare class OrderUpdateWithWhereUniqueWithoutAlpacaAccountInput {
4
- where: OrderWhereUniqueInput;
5
- data: OrderUpdateWithoutAlpacaAccountInput;
6
- }
7
- //# sourceMappingURL=OrderUpdateWithWhereUniqueWithoutAlpacaAccountInput.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"OrderUpdateWithWhereUniqueWithoutAlpacaAccountInput.d.ts","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateWithWhereUniqueWithoutAlpacaAccountInput.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,oCAAoC,EAAE,MAAM,gDAAgD,CAAC;AACtG,OAAO,EAAE,qBAAqB,EAAE,MAAM,iCAAiC,CAAC;AAExE,qBACa,mDAAmD;IAI9D,KAAK,EAAG,qBAAqB,CAAC;IAK9B,IAAI,EAAG,oCAAoC,CAAC;CAC7C"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"OrderUpdateWithWhereUniqueWithoutAlpacaAccountInput.js","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateWithWhereUniqueWithoutAlpacaAccountInput.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,0DAA4C;AAI5C,yGAAsG;AACtG,2EAAwE;AAGjE,IAAM,mDAAmD,GAAzD,MAAM,mDAAmD;CAU/D,CAAA;AAVY,kHAAmD;AAI9D;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,6CAAqB,EAAE;QACjD,QAAQ,EAAE,KAAK;KAChB,CAAC;8BACM,6CAAqB;kFAAC;AAK9B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,2EAAoC,EAAE;QAChE,QAAQ,EAAE,KAAK;KAChB,CAAC;8BACK,2EAAoC;iFAAC;8DATjC,mDAAmD;IAD/D,WAAW,CAAC,SAAS,CAAC,qDAAqD,EAAE,EAAE,CAAC;GACpE,mDAAmD,CAU/D"}
@@ -1,334 +0,0 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
- Object.defineProperty(o, "default", { enumerable: true, value: v });
15
- }) : function(o, v) {
16
- o["default"] = v;
17
- });
18
- var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
19
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
20
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
21
- else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
22
- return c > 3 && r && Object.defineProperty(target, key, r), r;
23
- };
24
- var __importStar = (this && this.__importStar) || (function () {
25
- var ownKeys = function(o) {
26
- ownKeys = Object.getOwnPropertyNames || function (o) {
27
- var ar = [];
28
- for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
29
- return ar;
30
- };
31
- return ownKeys(o);
32
- };
33
- return function (mod) {
34
- if (mod && mod.__esModule) return mod;
35
- var result = {};
36
- if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
37
- __setModuleDefault(result, mod);
38
- return result;
39
- };
40
- })();
41
- var __metadata = (this && this.__metadata) || function (k, v) {
42
- if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
43
- };
44
- Object.defineProperty(exports, "__esModule", { value: true });
45
- exports.OrderUpdateWithoutAlpacaAccountInput = void 0;
46
- const TypeGraphQL = __importStar(require("type-graphql"));
47
- const GraphQLScalars = __importStar(require("graphql-scalars"));
48
- const ActionUpdateOneWithoutOrderNestedInput_1 = require("../inputs/ActionUpdateOneWithoutOrderNestedInput");
49
- const ContractUpdateOneWithoutOrderNestedInput_1 = require("../inputs/ContractUpdateOneWithoutOrderNestedInput");
50
- const DateTimeFieldUpdateOperationsInput_1 = require("../inputs/DateTimeFieldUpdateOperationsInput");
51
- const EnumOrderClassFieldUpdateOperationsInput_1 = require("../inputs/EnumOrderClassFieldUpdateOperationsInput");
52
- const EnumOrderSideFieldUpdateOperationsInput_1 = require("../inputs/EnumOrderSideFieldUpdateOperationsInput");
53
- const EnumOrderStatusFieldUpdateOperationsInput_1 = require("../inputs/EnumOrderStatusFieldUpdateOperationsInput");
54
- const EnumOrderTypeFieldUpdateOperationsInput_1 = require("../inputs/EnumOrderTypeFieldUpdateOperationsInput");
55
- const EnumTimeInForceFieldUpdateOperationsInput_1 = require("../inputs/EnumTimeInForceFieldUpdateOperationsInput");
56
- const NullableBoolFieldUpdateOperationsInput_1 = require("../inputs/NullableBoolFieldUpdateOperationsInput");
57
- const NullableDateTimeFieldUpdateOperationsInput_1 = require("../inputs/NullableDateTimeFieldUpdateOperationsInput");
58
- const NullableEnumOptionTypeFieldUpdateOperationsInput_1 = require("../inputs/NullableEnumOptionTypeFieldUpdateOperationsInput");
59
- const NullableFloatFieldUpdateOperationsInput_1 = require("../inputs/NullableFloatFieldUpdateOperationsInput");
60
- const NullableStringFieldUpdateOperationsInput_1 = require("../inputs/NullableStringFieldUpdateOperationsInput");
61
- const StopLossUpdateOneWithoutOrderNestedInput_1 = require("../inputs/StopLossUpdateOneWithoutOrderNestedInput");
62
- const StringFieldUpdateOperationsInput_1 = require("../inputs/StringFieldUpdateOperationsInput");
63
- const TakeProfitUpdateOneWithoutOrderNestedInput_1 = require("../inputs/TakeProfitUpdateOneWithoutOrderNestedInput");
64
- let OrderUpdateWithoutAlpacaAccountInput = class OrderUpdateWithoutAlpacaAccountInput {
65
- };
66
- exports.OrderUpdateWithoutAlpacaAccountInput = OrderUpdateWithoutAlpacaAccountInput;
67
- __decorate([
68
- TypeGraphQL.Field(_type => StringFieldUpdateOperationsInput_1.StringFieldUpdateOperationsInput, {
69
- nullable: true
70
- }),
71
- __metadata("design:type", Object)
72
- ], OrderUpdateWithoutAlpacaAccountInput.prototype, "id", void 0);
73
- __decorate([
74
- TypeGraphQL.Field(_type => NullableStringFieldUpdateOperationsInput_1.NullableStringFieldUpdateOperationsInput, {
75
- nullable: true
76
- }),
77
- __metadata("design:type", Object)
78
- ], OrderUpdateWithoutAlpacaAccountInput.prototype, "clientOrderId", void 0);
79
- __decorate([
80
- TypeGraphQL.Field(_type => NullableFloatFieldUpdateOperationsInput_1.NullableFloatFieldUpdateOperationsInput, {
81
- nullable: true
82
- }),
83
- __metadata("design:type", Object)
84
- ], OrderUpdateWithoutAlpacaAccountInput.prototype, "qty", void 0);
85
- __decorate([
86
- TypeGraphQL.Field(_type => NullableFloatFieldUpdateOperationsInput_1.NullableFloatFieldUpdateOperationsInput, {
87
- nullable: true
88
- }),
89
- __metadata("design:type", Object)
90
- ], OrderUpdateWithoutAlpacaAccountInput.prototype, "notional", void 0);
91
- __decorate([
92
- TypeGraphQL.Field(_type => EnumOrderSideFieldUpdateOperationsInput_1.EnumOrderSideFieldUpdateOperationsInput, {
93
- nullable: true
94
- }),
95
- __metadata("design:type", Object)
96
- ], OrderUpdateWithoutAlpacaAccountInput.prototype, "side", void 0);
97
- __decorate([
98
- TypeGraphQL.Field(_type => EnumOrderTypeFieldUpdateOperationsInput_1.EnumOrderTypeFieldUpdateOperationsInput, {
99
- nullable: true
100
- }),
101
- __metadata("design:type", Object)
102
- ], OrderUpdateWithoutAlpacaAccountInput.prototype, "type", void 0);
103
- __decorate([
104
- TypeGraphQL.Field(_type => EnumOrderClassFieldUpdateOperationsInput_1.EnumOrderClassFieldUpdateOperationsInput, {
105
- nullable: true
106
- }),
107
- __metadata("design:type", Object)
108
- ], OrderUpdateWithoutAlpacaAccountInput.prototype, "orderClass", void 0);
109
- __decorate([
110
- TypeGraphQL.Field(_type => EnumTimeInForceFieldUpdateOperationsInput_1.EnumTimeInForceFieldUpdateOperationsInput, {
111
- nullable: true
112
- }),
113
- __metadata("design:type", Object)
114
- ], OrderUpdateWithoutAlpacaAccountInput.prototype, "timeInForce", void 0);
115
- __decorate([
116
- TypeGraphQL.Field(_type => NullableFloatFieldUpdateOperationsInput_1.NullableFloatFieldUpdateOperationsInput, {
117
- nullable: true
118
- }),
119
- __metadata("design:type", Object)
120
- ], OrderUpdateWithoutAlpacaAccountInput.prototype, "limitPrice", void 0);
121
- __decorate([
122
- TypeGraphQL.Field(_type => NullableFloatFieldUpdateOperationsInput_1.NullableFloatFieldUpdateOperationsInput, {
123
- nullable: true
124
- }),
125
- __metadata("design:type", Object)
126
- ], OrderUpdateWithoutAlpacaAccountInput.prototype, "stopPrice", void 0);
127
- __decorate([
128
- TypeGraphQL.Field(_type => NullableFloatFieldUpdateOperationsInput_1.NullableFloatFieldUpdateOperationsInput, {
129
- nullable: true
130
- }),
131
- __metadata("design:type", Object)
132
- ], OrderUpdateWithoutAlpacaAccountInput.prototype, "trailPrice", void 0);
133
- __decorate([
134
- TypeGraphQL.Field(_type => NullableFloatFieldUpdateOperationsInput_1.NullableFloatFieldUpdateOperationsInput, {
135
- nullable: true
136
- }),
137
- __metadata("design:type", Object)
138
- ], OrderUpdateWithoutAlpacaAccountInput.prototype, "trailPercent", void 0);
139
- __decorate([
140
- TypeGraphQL.Field(_type => NullableBoolFieldUpdateOperationsInput_1.NullableBoolFieldUpdateOperationsInput, {
141
- nullable: true
142
- }),
143
- __metadata("design:type", Object)
144
- ], OrderUpdateWithoutAlpacaAccountInput.prototype, "extendedHours", void 0);
145
- __decorate([
146
- TypeGraphQL.Field(_type => EnumOrderStatusFieldUpdateOperationsInput_1.EnumOrderStatusFieldUpdateOperationsInput, {
147
- nullable: true
148
- }),
149
- __metadata("design:type", Object)
150
- ], OrderUpdateWithoutAlpacaAccountInput.prototype, "status", void 0);
151
- __decorate([
152
- TypeGraphQL.Field(_type => DateTimeFieldUpdateOperationsInput_1.DateTimeFieldUpdateOperationsInput, {
153
- nullable: true
154
- }),
155
- __metadata("design:type", Object)
156
- ], OrderUpdateWithoutAlpacaAccountInput.prototype, "createdAt", void 0);
157
- __decorate([
158
- TypeGraphQL.Field(_type => DateTimeFieldUpdateOperationsInput_1.DateTimeFieldUpdateOperationsInput, {
159
- nullable: true
160
- }),
161
- __metadata("design:type", Object)
162
- ], OrderUpdateWithoutAlpacaAccountInput.prototype, "updatedAt", void 0);
163
- __decorate([
164
- TypeGraphQL.Field(_type => NullableDateTimeFieldUpdateOperationsInput_1.NullableDateTimeFieldUpdateOperationsInput, {
165
- nullable: true
166
- }),
167
- __metadata("design:type", Object)
168
- ], OrderUpdateWithoutAlpacaAccountInput.prototype, "submittedAt", void 0);
169
- __decorate([
170
- TypeGraphQL.Field(_type => NullableDateTimeFieldUpdateOperationsInput_1.NullableDateTimeFieldUpdateOperationsInput, {
171
- nullable: true
172
- }),
173
- __metadata("design:type", Object)
174
- ], OrderUpdateWithoutAlpacaAccountInput.prototype, "filledAt", void 0);
175
- __decorate([
176
- TypeGraphQL.Field(_type => NullableFloatFieldUpdateOperationsInput_1.NullableFloatFieldUpdateOperationsInput, {
177
- nullable: true
178
- }),
179
- __metadata("design:type", Object)
180
- ], OrderUpdateWithoutAlpacaAccountInput.prototype, "filledQty", void 0);
181
- __decorate([
182
- TypeGraphQL.Field(_type => NullableFloatFieldUpdateOperationsInput_1.NullableFloatFieldUpdateOperationsInput, {
183
- nullable: true
184
- }),
185
- __metadata("design:type", Object)
186
- ], OrderUpdateWithoutAlpacaAccountInput.prototype, "filledAvgPrice", void 0);
187
- __decorate([
188
- TypeGraphQL.Field(_type => NullableDateTimeFieldUpdateOperationsInput_1.NullableDateTimeFieldUpdateOperationsInput, {
189
- nullable: true
190
- }),
191
- __metadata("design:type", Object)
192
- ], OrderUpdateWithoutAlpacaAccountInput.prototype, "cancelRequestedAt", void 0);
193
- __decorate([
194
- TypeGraphQL.Field(_type => NullableDateTimeFieldUpdateOperationsInput_1.NullableDateTimeFieldUpdateOperationsInput, {
195
- nullable: true
196
- }),
197
- __metadata("design:type", Object)
198
- ], OrderUpdateWithoutAlpacaAccountInput.prototype, "canceledAt", void 0);
199
- __decorate([
200
- TypeGraphQL.Field(_type => NullableStringFieldUpdateOperationsInput_1.NullableStringFieldUpdateOperationsInput, {
201
- nullable: true
202
- }),
203
- __metadata("design:type", Object)
204
- ], OrderUpdateWithoutAlpacaAccountInput.prototype, "symbol", void 0);
205
- __decorate([
206
- TypeGraphQL.Field(_type => NullableFloatFieldUpdateOperationsInput_1.NullableFloatFieldUpdateOperationsInput, {
207
- nullable: true
208
- }),
209
- __metadata("design:type", Object)
210
- ], OrderUpdateWithoutAlpacaAccountInput.prototype, "fee", void 0);
211
- __decorate([
212
- TypeGraphQL.Field(_type => NullableFloatFieldUpdateOperationsInput_1.NullableFloatFieldUpdateOperationsInput, {
213
- nullable: true
214
- }),
215
- __metadata("design:type", Object)
216
- ], OrderUpdateWithoutAlpacaAccountInput.prototype, "strikePrice", void 0);
217
- __decorate([
218
- TypeGraphQL.Field(_type => NullableDateTimeFieldUpdateOperationsInput_1.NullableDateTimeFieldUpdateOperationsInput, {
219
- nullable: true
220
- }),
221
- __metadata("design:type", Object)
222
- ], OrderUpdateWithoutAlpacaAccountInput.prototype, "expirationDate", void 0);
223
- __decorate([
224
- TypeGraphQL.Field(_type => NullableDateTimeFieldUpdateOperationsInput_1.NullableDateTimeFieldUpdateOperationsInput, {
225
- nullable: true
226
- }),
227
- __metadata("design:type", Object)
228
- ], OrderUpdateWithoutAlpacaAccountInput.prototype, "expiredAt", void 0);
229
- __decorate([
230
- TypeGraphQL.Field(_type => NullableDateTimeFieldUpdateOperationsInput_1.NullableDateTimeFieldUpdateOperationsInput, {
231
- nullable: true
232
- }),
233
- __metadata("design:type", Object)
234
- ], OrderUpdateWithoutAlpacaAccountInput.prototype, "failedAt", void 0);
235
- __decorate([
236
- TypeGraphQL.Field(_type => NullableDateTimeFieldUpdateOperationsInput_1.NullableDateTimeFieldUpdateOperationsInput, {
237
- nullable: true
238
- }),
239
- __metadata("design:type", Object)
240
- ], OrderUpdateWithoutAlpacaAccountInput.prototype, "replacedAt", void 0);
241
- __decorate([
242
- TypeGraphQL.Field(_type => NullableStringFieldUpdateOperationsInput_1.NullableStringFieldUpdateOperationsInput, {
243
- nullable: true
244
- }),
245
- __metadata("design:type", Object)
246
- ], OrderUpdateWithoutAlpacaAccountInput.prototype, "replacedBy", void 0);
247
- __decorate([
248
- TypeGraphQL.Field(_type => NullableStringFieldUpdateOperationsInput_1.NullableStringFieldUpdateOperationsInput, {
249
- nullable: true
250
- }),
251
- __metadata("design:type", Object)
252
- ], OrderUpdateWithoutAlpacaAccountInput.prototype, "replaces", void 0);
253
- __decorate([
254
- TypeGraphQL.Field(_type => NullableStringFieldUpdateOperationsInput_1.NullableStringFieldUpdateOperationsInput, {
255
- nullable: true
256
- }),
257
- __metadata("design:type", Object)
258
- ], OrderUpdateWithoutAlpacaAccountInput.prototype, "positionIntent", void 0);
259
- __decorate([
260
- TypeGraphQL.Field(_type => GraphQLScalars.JSONResolver, {
261
- nullable: true
262
- }),
263
- __metadata("design:type", Object)
264
- ], OrderUpdateWithoutAlpacaAccountInput.prototype, "legs", void 0);
265
- __decorate([
266
- TypeGraphQL.Field(_type => NullableFloatFieldUpdateOperationsInput_1.NullableFloatFieldUpdateOperationsInput, {
267
- nullable: true
268
- }),
269
- __metadata("design:type", Object)
270
- ], OrderUpdateWithoutAlpacaAccountInput.prototype, "hwm", void 0);
271
- __decorate([
272
- TypeGraphQL.Field(_type => NullableStringFieldUpdateOperationsInput_1.NullableStringFieldUpdateOperationsInput, {
273
- nullable: true
274
- }),
275
- __metadata("design:type", Object)
276
- ], OrderUpdateWithoutAlpacaAccountInput.prototype, "subtag", void 0);
277
- __decorate([
278
- TypeGraphQL.Field(_type => NullableStringFieldUpdateOperationsInput_1.NullableStringFieldUpdateOperationsInput, {
279
- nullable: true
280
- }),
281
- __metadata("design:type", Object)
282
- ], OrderUpdateWithoutAlpacaAccountInput.prototype, "source", void 0);
283
- __decorate([
284
- TypeGraphQL.Field(_type => NullableDateTimeFieldUpdateOperationsInput_1.NullableDateTimeFieldUpdateOperationsInput, {
285
- nullable: true
286
- }),
287
- __metadata("design:type", Object)
288
- ], OrderUpdateWithoutAlpacaAccountInput.prototype, "expiresAt", void 0);
289
- __decorate([
290
- TypeGraphQL.Field(_type => NullableEnumOptionTypeFieldUpdateOperationsInput_1.NullableEnumOptionTypeFieldUpdateOperationsInput, {
291
- nullable: true
292
- }),
293
- __metadata("design:type", Object)
294
- ], OrderUpdateWithoutAlpacaAccountInput.prototype, "optionType", void 0);
295
- __decorate([
296
- TypeGraphQL.Field(_type => NullableStringFieldUpdateOperationsInput_1.NullableStringFieldUpdateOperationsInput, {
297
- nullable: true
298
- }),
299
- __metadata("design:type", Object)
300
- ], OrderUpdateWithoutAlpacaAccountInput.prototype, "stopLossId", void 0);
301
- __decorate([
302
- TypeGraphQL.Field(_type => NullableStringFieldUpdateOperationsInput_1.NullableStringFieldUpdateOperationsInput, {
303
- nullable: true
304
- }),
305
- __metadata("design:type", Object)
306
- ], OrderUpdateWithoutAlpacaAccountInput.prototype, "takeProfitId", void 0);
307
- __decorate([
308
- TypeGraphQL.Field(_type => StopLossUpdateOneWithoutOrderNestedInput_1.StopLossUpdateOneWithoutOrderNestedInput, {
309
- nullable: true
310
- }),
311
- __metadata("design:type", Object)
312
- ], OrderUpdateWithoutAlpacaAccountInput.prototype, "stopLoss", void 0);
313
- __decorate([
314
- TypeGraphQL.Field(_type => TakeProfitUpdateOneWithoutOrderNestedInput_1.TakeProfitUpdateOneWithoutOrderNestedInput, {
315
- nullable: true
316
- }),
317
- __metadata("design:type", Object)
318
- ], OrderUpdateWithoutAlpacaAccountInput.prototype, "takeProfit", void 0);
319
- __decorate([
320
- TypeGraphQL.Field(_type => ActionUpdateOneWithoutOrderNestedInput_1.ActionUpdateOneWithoutOrderNestedInput, {
321
- nullable: true
322
- }),
323
- __metadata("design:type", Object)
324
- ], OrderUpdateWithoutAlpacaAccountInput.prototype, "action", void 0);
325
- __decorate([
326
- TypeGraphQL.Field(_type => ContractUpdateOneWithoutOrderNestedInput_1.ContractUpdateOneWithoutOrderNestedInput, {
327
- nullable: true
328
- }),
329
- __metadata("design:type", Object)
330
- ], OrderUpdateWithoutAlpacaAccountInput.prototype, "contract", void 0);
331
- exports.OrderUpdateWithoutAlpacaAccountInput = OrderUpdateWithoutAlpacaAccountInput = __decorate([
332
- TypeGraphQL.InputType("OrderUpdateWithoutAlpacaAccountInput", {})
333
- ], OrderUpdateWithoutAlpacaAccountInput);
334
- //# sourceMappingURL=OrderUpdateWithoutAlpacaAccountInput.js.map
@@ -1,64 +0,0 @@
1
- import { Prisma } from "@prisma/client";
2
- import { ActionUpdateOneWithoutOrderNestedInput } from "../inputs/ActionUpdateOneWithoutOrderNestedInput";
3
- import { ContractUpdateOneWithoutOrderNestedInput } from "../inputs/ContractUpdateOneWithoutOrderNestedInput";
4
- import { DateTimeFieldUpdateOperationsInput } from "../inputs/DateTimeFieldUpdateOperationsInput";
5
- import { EnumOrderClassFieldUpdateOperationsInput } from "../inputs/EnumOrderClassFieldUpdateOperationsInput";
6
- import { EnumOrderSideFieldUpdateOperationsInput } from "../inputs/EnumOrderSideFieldUpdateOperationsInput";
7
- import { EnumOrderStatusFieldUpdateOperationsInput } from "../inputs/EnumOrderStatusFieldUpdateOperationsInput";
8
- import { EnumOrderTypeFieldUpdateOperationsInput } from "../inputs/EnumOrderTypeFieldUpdateOperationsInput";
9
- import { EnumTimeInForceFieldUpdateOperationsInput } from "../inputs/EnumTimeInForceFieldUpdateOperationsInput";
10
- import { NullableBoolFieldUpdateOperationsInput } from "../inputs/NullableBoolFieldUpdateOperationsInput";
11
- import { NullableDateTimeFieldUpdateOperationsInput } from "../inputs/NullableDateTimeFieldUpdateOperationsInput";
12
- import { NullableEnumOptionTypeFieldUpdateOperationsInput } from "../inputs/NullableEnumOptionTypeFieldUpdateOperationsInput";
13
- import { NullableFloatFieldUpdateOperationsInput } from "../inputs/NullableFloatFieldUpdateOperationsInput";
14
- import { NullableStringFieldUpdateOperationsInput } from "../inputs/NullableStringFieldUpdateOperationsInput";
15
- import { StopLossUpdateOneWithoutOrderNestedInput } from "../inputs/StopLossUpdateOneWithoutOrderNestedInput";
16
- import { StringFieldUpdateOperationsInput } from "../inputs/StringFieldUpdateOperationsInput";
17
- import { TakeProfitUpdateOneWithoutOrderNestedInput } from "../inputs/TakeProfitUpdateOneWithoutOrderNestedInput";
18
- export declare class OrderUpdateWithoutAlpacaAccountInput {
19
- id?: StringFieldUpdateOperationsInput | undefined;
20
- clientOrderId?: NullableStringFieldUpdateOperationsInput | undefined;
21
- qty?: NullableFloatFieldUpdateOperationsInput | undefined;
22
- notional?: NullableFloatFieldUpdateOperationsInput | undefined;
23
- side?: EnumOrderSideFieldUpdateOperationsInput | undefined;
24
- type?: EnumOrderTypeFieldUpdateOperationsInput | undefined;
25
- orderClass?: EnumOrderClassFieldUpdateOperationsInput | undefined;
26
- timeInForce?: EnumTimeInForceFieldUpdateOperationsInput | undefined;
27
- limitPrice?: NullableFloatFieldUpdateOperationsInput | undefined;
28
- stopPrice?: NullableFloatFieldUpdateOperationsInput | undefined;
29
- trailPrice?: NullableFloatFieldUpdateOperationsInput | undefined;
30
- trailPercent?: NullableFloatFieldUpdateOperationsInput | undefined;
31
- extendedHours?: NullableBoolFieldUpdateOperationsInput | undefined;
32
- status?: EnumOrderStatusFieldUpdateOperationsInput | undefined;
33
- createdAt?: DateTimeFieldUpdateOperationsInput | undefined;
34
- updatedAt?: DateTimeFieldUpdateOperationsInput | undefined;
35
- submittedAt?: NullableDateTimeFieldUpdateOperationsInput | undefined;
36
- filledAt?: NullableDateTimeFieldUpdateOperationsInput | undefined;
37
- filledQty?: NullableFloatFieldUpdateOperationsInput | undefined;
38
- filledAvgPrice?: NullableFloatFieldUpdateOperationsInput | undefined;
39
- cancelRequestedAt?: NullableDateTimeFieldUpdateOperationsInput | undefined;
40
- canceledAt?: NullableDateTimeFieldUpdateOperationsInput | undefined;
41
- symbol?: NullableStringFieldUpdateOperationsInput | undefined;
42
- fee?: NullableFloatFieldUpdateOperationsInput | undefined;
43
- strikePrice?: NullableFloatFieldUpdateOperationsInput | undefined;
44
- expirationDate?: NullableDateTimeFieldUpdateOperationsInput | undefined;
45
- expiredAt?: NullableDateTimeFieldUpdateOperationsInput | undefined;
46
- failedAt?: NullableDateTimeFieldUpdateOperationsInput | undefined;
47
- replacedAt?: NullableDateTimeFieldUpdateOperationsInput | undefined;
48
- replacedBy?: NullableStringFieldUpdateOperationsInput | undefined;
49
- replaces?: NullableStringFieldUpdateOperationsInput | undefined;
50
- positionIntent?: NullableStringFieldUpdateOperationsInput | undefined;
51
- legs?: Prisma.InputJsonValue | undefined;
52
- hwm?: NullableFloatFieldUpdateOperationsInput | undefined;
53
- subtag?: NullableStringFieldUpdateOperationsInput | undefined;
54
- source?: NullableStringFieldUpdateOperationsInput | undefined;
55
- expiresAt?: NullableDateTimeFieldUpdateOperationsInput | undefined;
56
- optionType?: NullableEnumOptionTypeFieldUpdateOperationsInput | undefined;
57
- stopLossId?: NullableStringFieldUpdateOperationsInput | undefined;
58
- takeProfitId?: NullableStringFieldUpdateOperationsInput | undefined;
59
- stopLoss?: StopLossUpdateOneWithoutOrderNestedInput | undefined;
60
- takeProfit?: TakeProfitUpdateOneWithoutOrderNestedInput | undefined;
61
- action?: ActionUpdateOneWithoutOrderNestedInput | undefined;
62
- contract?: ContractUpdateOneWithoutOrderNestedInput | undefined;
63
- }
64
- //# sourceMappingURL=OrderUpdateWithoutAlpacaAccountInput.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"OrderUpdateWithoutAlpacaAccountInput.d.ts","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateWithoutAlpacaAccountInput.ts"],"names":[],"mappings":"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"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"OrderUpdateWithoutAlpacaAccountInput.js","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/resolvers/inputs/OrderUpdateWithoutAlpacaAccountInput.ts"],"names":[],"mappings":"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"}
@@ -1,74 +0,0 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
- Object.defineProperty(o, "default", { enumerable: true, value: v });
15
- }) : function(o, v) {
16
- o["default"] = v;
17
- });
18
- var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
19
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
20
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
21
- else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
22
- return c > 3 && r && Object.defineProperty(target, key, r), r;
23
- };
24
- var __importStar = (this && this.__importStar) || (function () {
25
- var ownKeys = function(o) {
26
- ownKeys = Object.getOwnPropertyNames || function (o) {
27
- var ar = [];
28
- for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
29
- return ar;
30
- };
31
- return ownKeys(o);
32
- };
33
- return function (mod) {
34
- if (mod && mod.__esModule) return mod;
35
- var result = {};
36
- if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
37
- __setModuleDefault(result, mod);
38
- return result;
39
- };
40
- })();
41
- var __metadata = (this && this.__metadata) || function (k, v) {
42
- if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
43
- };
44
- Object.defineProperty(exports, "__esModule", { value: true });
45
- exports.OrderUpsertWithWhereUniqueWithoutAlpacaAccountInput = void 0;
46
- const TypeGraphQL = __importStar(require("type-graphql"));
47
- const OrderCreateWithoutAlpacaAccountInput_1 = require("../inputs/OrderCreateWithoutAlpacaAccountInput");
48
- const OrderUpdateWithoutAlpacaAccountInput_1 = require("../inputs/OrderUpdateWithoutAlpacaAccountInput");
49
- const OrderWhereUniqueInput_1 = require("../inputs/OrderWhereUniqueInput");
50
- let OrderUpsertWithWhereUniqueWithoutAlpacaAccountInput = class OrderUpsertWithWhereUniqueWithoutAlpacaAccountInput {
51
- };
52
- exports.OrderUpsertWithWhereUniqueWithoutAlpacaAccountInput = OrderUpsertWithWhereUniqueWithoutAlpacaAccountInput;
53
- __decorate([
54
- TypeGraphQL.Field(_type => OrderWhereUniqueInput_1.OrderWhereUniqueInput, {
55
- nullable: false
56
- }),
57
- __metadata("design:type", OrderWhereUniqueInput_1.OrderWhereUniqueInput)
58
- ], OrderUpsertWithWhereUniqueWithoutAlpacaAccountInput.prototype, "where", void 0);
59
- __decorate([
60
- TypeGraphQL.Field(_type => OrderUpdateWithoutAlpacaAccountInput_1.OrderUpdateWithoutAlpacaAccountInput, {
61
- nullable: false
62
- }),
63
- __metadata("design:type", OrderUpdateWithoutAlpacaAccountInput_1.OrderUpdateWithoutAlpacaAccountInput)
64
- ], OrderUpsertWithWhereUniqueWithoutAlpacaAccountInput.prototype, "update", void 0);
65
- __decorate([
66
- TypeGraphQL.Field(_type => OrderCreateWithoutAlpacaAccountInput_1.OrderCreateWithoutAlpacaAccountInput, {
67
- nullable: false
68
- }),
69
- __metadata("design:type", OrderCreateWithoutAlpacaAccountInput_1.OrderCreateWithoutAlpacaAccountInput)
70
- ], OrderUpsertWithWhereUniqueWithoutAlpacaAccountInput.prototype, "create", void 0);
71
- exports.OrderUpsertWithWhereUniqueWithoutAlpacaAccountInput = OrderUpsertWithWhereUniqueWithoutAlpacaAccountInput = __decorate([
72
- TypeGraphQL.InputType("OrderUpsertWithWhereUniqueWithoutAlpacaAccountInput", {})
73
- ], OrderUpsertWithWhereUniqueWithoutAlpacaAccountInput);
74
- //# sourceMappingURL=OrderUpsertWithWhereUniqueWithoutAlpacaAccountInput.js.map
@@ -1,9 +0,0 @@
1
- import { OrderCreateWithoutAlpacaAccountInput } from "../inputs/OrderCreateWithoutAlpacaAccountInput";
2
- import { OrderUpdateWithoutAlpacaAccountInput } from "../inputs/OrderUpdateWithoutAlpacaAccountInput";
3
- import { OrderWhereUniqueInput } from "../inputs/OrderWhereUniqueInput";
4
- export declare class OrderUpsertWithWhereUniqueWithoutAlpacaAccountInput {
5
- where: OrderWhereUniqueInput;
6
- update: OrderUpdateWithoutAlpacaAccountInput;
7
- create: OrderCreateWithoutAlpacaAccountInput;
8
- }
9
- //# sourceMappingURL=OrderUpsertWithWhereUniqueWithoutAlpacaAccountInput.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"OrderUpsertWithWhereUniqueWithoutAlpacaAccountInput.d.ts","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/resolvers/inputs/OrderUpsertWithWhereUniqueWithoutAlpacaAccountInput.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,oCAAoC,EAAE,MAAM,gDAAgD,CAAC;AACtG,OAAO,EAAE,oCAAoC,EAAE,MAAM,gDAAgD,CAAC;AACtG,OAAO,EAAE,qBAAqB,EAAE,MAAM,iCAAiC,CAAC;AAExE,qBACa,mDAAmD;IAI9D,KAAK,EAAG,qBAAqB,CAAC;IAK9B,MAAM,EAAG,oCAAoC,CAAC;IAK9C,MAAM,EAAG,oCAAoC,CAAC;CAC/C"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"OrderUpsertWithWhereUniqueWithoutAlpacaAccountInput.js","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/resolvers/inputs/OrderUpsertWithWhereUniqueWithoutAlpacaAccountInput.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,0DAA4C;AAI5C,yGAAsG;AACtG,yGAAsG;AACtG,2EAAwE;AAGjE,IAAM,mDAAmD,GAAzD,MAAM,mDAAmD;CAe/D,CAAA;AAfY,kHAAmD;AAI9D;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,6CAAqB,EAAE;QACjD,QAAQ,EAAE,KAAK;KAChB,CAAC;8BACM,6CAAqB;kFAAC;AAK9B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,2EAAoC,EAAE;QAChE,QAAQ,EAAE,KAAK;KAChB,CAAC;8BACO,2EAAoC;mFAAC;AAK9C;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,2EAAoC,EAAE;QAChE,QAAQ,EAAE,KAAK;KAChB,CAAC;8BACO,2EAAoC;mFAAC;8DAdnC,mDAAmD;IAD/D,WAAW,CAAC,SAAS,CAAC,qDAAqD,EAAE,EAAE,CAAC;GACpE,mDAAmD,CAe/D"}