adaptic-backend 1.0.321 → 1.0.323

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 (1037) hide show
  1. package/Account.cjs +334 -0
  2. package/Alert.cjs +250 -0
  3. package/Allocation.cjs +2794 -0
  4. package/Allocation.d.ts +71 -0
  5. package/AlpacaAccount.cjs +201 -0
  6. package/Authenticator.cjs +334 -0
  7. package/Customer.cjs +334 -0
  8. package/Session.cjs +319 -0
  9. package/User.cjs +265 -0
  10. package/esm/Account.d.ts.map +1 -1
  11. package/esm/Account.js.map +1 -1
  12. package/esm/Account.mjs +334 -0
  13. package/esm/Alert.d.ts.map +1 -1
  14. package/esm/Alert.js.map +1 -1
  15. package/esm/Alert.mjs +250 -0
  16. package/esm/Allocation.d.ts +71 -0
  17. package/esm/Allocation.d.ts.map +1 -0
  18. package/esm/Allocation.js.map +1 -0
  19. package/esm/Allocation.mjs +2789 -0
  20. package/esm/AlpacaAccount.d.ts.map +1 -1
  21. package/esm/AlpacaAccount.js.map +1 -1
  22. package/esm/AlpacaAccount.mjs +201 -0
  23. package/esm/Authenticator.d.ts.map +1 -1
  24. package/esm/Authenticator.js.map +1 -1
  25. package/esm/Authenticator.mjs +334 -0
  26. package/esm/Customer.d.ts.map +1 -1
  27. package/esm/Customer.js.map +1 -1
  28. package/esm/Customer.mjs +334 -0
  29. package/esm/Session.d.ts.map +1 -1
  30. package/esm/Session.js.map +1 -1
  31. package/esm/Session.mjs +319 -0
  32. package/esm/User.d.ts.map +1 -1
  33. package/esm/User.js.map +1 -1
  34. package/esm/User.mjs +265 -0
  35. package/esm/generated/selectionSets/Account.d.ts +1 -1
  36. package/esm/generated/selectionSets/Account.d.ts.map +1 -1
  37. package/esm/generated/selectionSets/Account.js.map +1 -1
  38. package/esm/generated/selectionSets/Account.mjs +15 -0
  39. package/esm/generated/selectionSets/Allocation.d.ts +2 -0
  40. package/esm/generated/selectionSets/Allocation.d.ts.map +1 -0
  41. package/esm/generated/selectionSets/Allocation.js.map +1 -0
  42. package/esm/generated/selectionSets/Allocation.mjs +58 -0
  43. package/esm/generated/selectionSets/AlpacaAccount.d.ts +1 -1
  44. package/esm/generated/selectionSets/AlpacaAccount.d.ts.map +1 -1
  45. package/esm/generated/selectionSets/AlpacaAccount.js.map +1 -1
  46. package/esm/generated/selectionSets/AlpacaAccount.mjs +15 -0
  47. package/esm/generated/selectionSets/Authenticator.d.ts +1 -1
  48. package/esm/generated/selectionSets/Authenticator.d.ts.map +1 -1
  49. package/esm/generated/selectionSets/Authenticator.js.map +1 -1
  50. package/esm/generated/selectionSets/Authenticator.mjs +15 -0
  51. package/esm/generated/selectionSets/Customer.d.ts +1 -1
  52. package/esm/generated/selectionSets/Customer.d.ts.map +1 -1
  53. package/esm/generated/selectionSets/Customer.js.map +1 -1
  54. package/esm/generated/selectionSets/Customer.mjs +15 -0
  55. package/esm/generated/selectionSets/User.d.ts +1 -1
  56. package/esm/generated/selectionSets/User.d.ts.map +1 -1
  57. package/esm/generated/selectionSets/User.js.map +1 -1
  58. package/esm/generated/selectionSets/User.mjs +15 -0
  59. package/esm/generated/selectionSets/index.d.ts.map +1 -1
  60. package/esm/generated/selectionSets/index.js.map +1 -1
  61. package/esm/generated/selectionSets/index.mjs +2 -0
  62. package/esm/generated/typeStrings/Allocation.d.ts +2 -0
  63. package/esm/generated/typeStrings/Allocation.d.ts.map +1 -0
  64. package/esm/generated/typeStrings/Allocation.js.map +1 -0
  65. package/esm/generated/typeStrings/Allocation.mjs +15 -0
  66. package/esm/generated/typeStrings/index.d.ts +1 -0
  67. package/esm/generated/typeStrings/index.d.ts.map +1 -1
  68. package/esm/generated/typeStrings/index.js.map +1 -1
  69. package/esm/generated/typeStrings/index.mjs +2 -0
  70. package/esm/generated/typegraphql-prisma/enhance.d.ts +2 -0
  71. package/esm/generated/typegraphql-prisma/enhance.d.ts.map +1 -1
  72. package/esm/generated/typegraphql-prisma/enhance.js.map +1 -1
  73. package/esm/generated/typegraphql-prisma/enhance.mjs +107 -31
  74. package/esm/generated/typegraphql-prisma/enums/AllocationScalarFieldEnum.d.ts +10 -0
  75. package/esm/generated/typegraphql-prisma/enums/AllocationScalarFieldEnum.d.ts.map +1 -0
  76. package/esm/generated/typegraphql-prisma/enums/AllocationScalarFieldEnum.js.map +1 -0
  77. package/esm/generated/typegraphql-prisma/enums/AllocationScalarFieldEnum.mjs +16 -0
  78. package/esm/generated/typegraphql-prisma/enums/AlpacaAccountScalarFieldEnum.d.ts +3 -0
  79. package/esm/generated/typegraphql-prisma/enums/AlpacaAccountScalarFieldEnum.d.ts.map +1 -1
  80. package/esm/generated/typegraphql-prisma/enums/AlpacaAccountScalarFieldEnum.js.map +1 -1
  81. package/esm/generated/typegraphql-prisma/enums/AlpacaAccountScalarFieldEnum.mjs +3 -0
  82. package/esm/generated/typegraphql-prisma/enums/index.d.ts +1 -0
  83. package/esm/generated/typegraphql-prisma/enums/index.d.ts.map +1 -1
  84. package/esm/generated/typegraphql-prisma/enums/index.js.map +1 -1
  85. package/esm/generated/typegraphql-prisma/enums/index.mjs +1 -0
  86. package/esm/generated/typegraphql-prisma/helpers.d.ts +1 -1
  87. package/esm/generated/typegraphql-prisma/models/Allocation.d.ts +36 -0
  88. package/esm/generated/typegraphql-prisma/models/Allocation.d.ts.map +1 -0
  89. package/esm/generated/typegraphql-prisma/models/Allocation.js.map +1 -0
  90. package/esm/generated/typegraphql-prisma/models/Allocation.mjs +98 -0
  91. package/esm/generated/typegraphql-prisma/models/AlpacaAccount.d.ts +17 -0
  92. package/esm/generated/typegraphql-prisma/models/AlpacaAccount.d.ts.map +1 -1
  93. package/esm/generated/typegraphql-prisma/models/AlpacaAccount.js.map +1 -1
  94. package/esm/generated/typegraphql-prisma/models/AlpacaAccount.mjs +37 -0
  95. package/esm/generated/typegraphql-prisma/models/index.d.ts +1 -0
  96. package/esm/generated/typegraphql-prisma/models/index.d.ts.map +1 -1
  97. package/esm/generated/typegraphql-prisma/models/index.js.map +1 -1
  98. package/esm/generated/typegraphql-prisma/models/index.mjs +1 -0
  99. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/AggregateAllocationResolver.d.ts +7 -0
  100. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/AggregateAllocationResolver.d.ts.map +1 -0
  101. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/AggregateAllocationResolver.js.map +1 -0
  102. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/AggregateAllocationResolver.mjs +41 -0
  103. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/AllocationCrudResolver.d.ts +39 -0
  104. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/AllocationCrudResolver.d.ts.map +1 -0
  105. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/AllocationCrudResolver.js.map +1 -0
  106. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/AllocationCrudResolver.mjs +310 -0
  107. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/CreateManyAllocationResolver.d.ts +7 -0
  108. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/CreateManyAllocationResolver.d.ts.map +1 -0
  109. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/CreateManyAllocationResolver.js.map +1 -0
  110. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/CreateManyAllocationResolver.mjs +42 -0
  111. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/CreateManyAndReturnAllocationResolver.d.ts +7 -0
  112. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/CreateManyAndReturnAllocationResolver.d.ts.map +1 -0
  113. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/CreateManyAndReturnAllocationResolver.js.map +1 -0
  114. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/CreateManyAndReturnAllocationResolver.mjs +42 -0
  115. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/CreateOneAllocationResolver.d.ts +7 -0
  116. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/CreateOneAllocationResolver.d.ts.map +1 -0
  117. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/CreateOneAllocationResolver.js.map +1 -0
  118. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/CreateOneAllocationResolver.mjs +41 -0
  119. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/DeleteManyAllocationResolver.d.ts +7 -0
  120. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/DeleteManyAllocationResolver.d.ts.map +1 -0
  121. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/DeleteManyAllocationResolver.js.map +1 -0
  122. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/DeleteManyAllocationResolver.mjs +42 -0
  123. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/DeleteOneAllocationResolver.d.ts +7 -0
  124. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/DeleteOneAllocationResolver.d.ts.map +1 -0
  125. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/DeleteOneAllocationResolver.js.map +1 -0
  126. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/DeleteOneAllocationResolver.mjs +41 -0
  127. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/FindFirstAllocationOrThrowResolver.d.ts +7 -0
  128. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/FindFirstAllocationOrThrowResolver.d.ts.map +1 -0
  129. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/FindFirstAllocationOrThrowResolver.js.map +1 -0
  130. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/FindFirstAllocationOrThrowResolver.mjs +41 -0
  131. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/FindFirstAllocationResolver.d.ts +7 -0
  132. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/FindFirstAllocationResolver.d.ts.map +1 -0
  133. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/FindFirstAllocationResolver.js.map +1 -0
  134. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/FindFirstAllocationResolver.mjs +41 -0
  135. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/FindManyAllocationResolver.d.ts +7 -0
  136. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/FindManyAllocationResolver.d.ts.map +1 -0
  137. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/FindManyAllocationResolver.js.map +1 -0
  138. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/FindManyAllocationResolver.mjs +41 -0
  139. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/FindUniqueAllocationOrThrowResolver.d.ts +7 -0
  140. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/FindUniqueAllocationOrThrowResolver.d.ts.map +1 -0
  141. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/FindUniqueAllocationOrThrowResolver.js.map +1 -0
  142. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/FindUniqueAllocationOrThrowResolver.mjs +41 -0
  143. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/FindUniqueAllocationResolver.d.ts +7 -0
  144. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/FindUniqueAllocationResolver.d.ts.map +1 -0
  145. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/FindUniqueAllocationResolver.js.map +1 -0
  146. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/FindUniqueAllocationResolver.mjs +41 -0
  147. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/GroupByAllocationResolver.d.ts +7 -0
  148. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/GroupByAllocationResolver.d.ts.map +1 -0
  149. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/GroupByAllocationResolver.js.map +1 -0
  150. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/GroupByAllocationResolver.mjs +42 -0
  151. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/UpdateManyAllocationResolver.d.ts +7 -0
  152. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/UpdateManyAllocationResolver.d.ts.map +1 -0
  153. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/UpdateManyAllocationResolver.js.map +1 -0
  154. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/UpdateManyAllocationResolver.mjs +42 -0
  155. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/UpdateOneAllocationResolver.d.ts +7 -0
  156. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/UpdateOneAllocationResolver.d.ts.map +1 -0
  157. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/UpdateOneAllocationResolver.js.map +1 -0
  158. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/UpdateOneAllocationResolver.mjs +41 -0
  159. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/UpsertOneAllocationResolver.d.ts +7 -0
  160. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/UpsertOneAllocationResolver.d.ts.map +1 -0
  161. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/UpsertOneAllocationResolver.js.map +1 -0
  162. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/UpsertOneAllocationResolver.mjs +41 -0
  163. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/args/AggregateAllocationArgs.d.ts +11 -0
  164. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/args/AggregateAllocationArgs.d.ts.map +1 -0
  165. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/args/AggregateAllocationArgs.js.map +1 -0
  166. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/args/AggregateAllocationArgs.mjs +55 -0
  167. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/args/CreateManyAllocationArgs.d.ts +6 -0
  168. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/args/CreateManyAllocationArgs.d.ts.map +1 -0
  169. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/args/CreateManyAllocationArgs.js.map +1 -0
  170. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/args/CreateManyAllocationArgs.mjs +32 -0
  171. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/args/CreateManyAndReturnAllocationArgs.d.ts +6 -0
  172. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/args/CreateManyAndReturnAllocationArgs.d.ts.map +1 -0
  173. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/args/CreateManyAndReturnAllocationArgs.js.map +1 -0
  174. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/args/CreateManyAndReturnAllocationArgs.mjs +32 -0
  175. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/args/CreateOneAllocationArgs.d.ts +5 -0
  176. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/args/CreateOneAllocationArgs.d.ts.map +1 -0
  177. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/args/CreateOneAllocationArgs.js.map +1 -0
  178. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/args/CreateOneAllocationArgs.mjs +25 -0
  179. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/args/DeleteManyAllocationArgs.d.ts +5 -0
  180. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/args/DeleteManyAllocationArgs.d.ts.map +1 -0
  181. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/args/DeleteManyAllocationArgs.js.map +1 -0
  182. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/args/DeleteManyAllocationArgs.mjs +25 -0
  183. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/args/DeleteOneAllocationArgs.d.ts +5 -0
  184. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/args/DeleteOneAllocationArgs.d.ts.map +1 -0
  185. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/args/DeleteOneAllocationArgs.js.map +1 -0
  186. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/args/DeleteOneAllocationArgs.mjs +25 -0
  187. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindFirstAllocationArgs.d.ts +12 -0
  188. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindFirstAllocationArgs.d.ts.map +1 -0
  189. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindFirstAllocationArgs.js.map +1 -0
  190. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindFirstAllocationArgs.mjs +63 -0
  191. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindFirstAllocationOrThrowArgs.d.ts +12 -0
  192. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindFirstAllocationOrThrowArgs.d.ts.map +1 -0
  193. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindFirstAllocationOrThrowArgs.js.map +1 -0
  194. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindFirstAllocationOrThrowArgs.mjs +63 -0
  195. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindManyAllocationArgs.d.ts +12 -0
  196. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindManyAllocationArgs.d.ts.map +1 -0
  197. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindManyAllocationArgs.js.map +1 -0
  198. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindManyAllocationArgs.mjs +63 -0
  199. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindUniqueAllocationArgs.d.ts +5 -0
  200. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindUniqueAllocationArgs.d.ts.map +1 -0
  201. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindUniqueAllocationArgs.js.map +1 -0
  202. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindUniqueAllocationArgs.mjs +25 -0
  203. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindUniqueAllocationOrThrowArgs.d.ts +5 -0
  204. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindUniqueAllocationOrThrowArgs.d.ts.map +1 -0
  205. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindUniqueAllocationOrThrowArgs.js.map +1 -0
  206. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindUniqueAllocationOrThrowArgs.mjs +25 -0
  207. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/args/GroupByAllocationArgs.d.ts +12 -0
  208. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/args/GroupByAllocationArgs.d.ts.map +1 -0
  209. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/args/GroupByAllocationArgs.js.map +1 -0
  210. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/args/GroupByAllocationArgs.mjs +63 -0
  211. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/args/UpdateManyAllocationArgs.d.ts +7 -0
  212. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/args/UpdateManyAllocationArgs.d.ts.map +1 -0
  213. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/args/UpdateManyAllocationArgs.js.map +1 -0
  214. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/args/UpdateManyAllocationArgs.mjs +33 -0
  215. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/args/UpdateOneAllocationArgs.d.ts +7 -0
  216. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/args/UpdateOneAllocationArgs.d.ts.map +1 -0
  217. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/args/UpdateOneAllocationArgs.js.map +1 -0
  218. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/args/UpdateOneAllocationArgs.mjs +33 -0
  219. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/args/UpsertOneAllocationArgs.d.ts +9 -0
  220. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/args/UpsertOneAllocationArgs.d.ts.map +1 -0
  221. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/args/UpsertOneAllocationArgs.js.map +1 -0
  222. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/args/UpsertOneAllocationArgs.mjs +41 -0
  223. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/args/index.d.ts +16 -0
  224. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/args/index.d.ts.map +1 -0
  225. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/args/index.js.map +1 -0
  226. package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/args/index.mjs +16 -0
  227. package/esm/generated/typegraphql-prisma/resolvers/crud/AlpacaAccount/args/FindFirstAlpacaAccountArgs.d.ts +1 -1
  228. package/esm/generated/typegraphql-prisma/resolvers/crud/AlpacaAccount/args/FindFirstAlpacaAccountArgs.d.ts.map +1 -1
  229. package/esm/generated/typegraphql-prisma/resolvers/crud/AlpacaAccount/args/FindFirstAlpacaAccountArgs.js.map +1 -1
  230. package/esm/generated/typegraphql-prisma/resolvers/crud/AlpacaAccount/args/FindFirstAlpacaAccountOrThrowArgs.d.ts +1 -1
  231. package/esm/generated/typegraphql-prisma/resolvers/crud/AlpacaAccount/args/FindFirstAlpacaAccountOrThrowArgs.d.ts.map +1 -1
  232. package/esm/generated/typegraphql-prisma/resolvers/crud/AlpacaAccount/args/FindFirstAlpacaAccountOrThrowArgs.js.map +1 -1
  233. package/esm/generated/typegraphql-prisma/resolvers/crud/AlpacaAccount/args/FindManyAlpacaAccountArgs.d.ts +1 -1
  234. package/esm/generated/typegraphql-prisma/resolvers/crud/AlpacaAccount/args/FindManyAlpacaAccountArgs.d.ts.map +1 -1
  235. package/esm/generated/typegraphql-prisma/resolvers/crud/AlpacaAccount/args/FindManyAlpacaAccountArgs.js.map +1 -1
  236. package/esm/generated/typegraphql-prisma/resolvers/crud/AlpacaAccount/args/GroupByAlpacaAccountArgs.d.ts +1 -1
  237. package/esm/generated/typegraphql-prisma/resolvers/crud/AlpacaAccount/args/GroupByAlpacaAccountArgs.d.ts.map +1 -1
  238. package/esm/generated/typegraphql-prisma/resolvers/crud/AlpacaAccount/args/GroupByAlpacaAccountArgs.js.map +1 -1
  239. package/esm/generated/typegraphql-prisma/resolvers/crud/args.index.d.ts +1 -0
  240. package/esm/generated/typegraphql-prisma/resolvers/crud/args.index.d.ts.map +1 -1
  241. package/esm/generated/typegraphql-prisma/resolvers/crud/args.index.js.map +1 -1
  242. package/esm/generated/typegraphql-prisma/resolvers/crud/args.index.mjs +1 -0
  243. package/esm/generated/typegraphql-prisma/resolvers/crud/resolvers-actions.index.d.ts +15 -0
  244. package/esm/generated/typegraphql-prisma/resolvers/crud/resolvers-actions.index.d.ts.map +1 -1
  245. package/esm/generated/typegraphql-prisma/resolvers/crud/resolvers-actions.index.js.map +1 -1
  246. package/esm/generated/typegraphql-prisma/resolvers/crud/resolvers-actions.index.mjs +15 -0
  247. package/esm/generated/typegraphql-prisma/resolvers/crud/resolvers-crud.index.d.ts +1 -0
  248. package/esm/generated/typegraphql-prisma/resolvers/crud/resolvers-crud.index.d.ts.map +1 -1
  249. package/esm/generated/typegraphql-prisma/resolvers/crud/resolvers-crud.index.js.map +1 -1
  250. package/esm/generated/typegraphql-prisma/resolvers/crud/resolvers-crud.index.mjs +1 -0
  251. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationAvgOrderByAggregateInput.d.ts +6 -0
  252. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationAvgOrderByAggregateInput.d.ts.map +1 -0
  253. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationAvgOrderByAggregateInput.js.map +1 -0
  254. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationAvgOrderByAggregateInput.mjs +39 -0
  255. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationCountOrderByAggregateInput.d.ts +10 -0
  256. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationCountOrderByAggregateInput.d.ts.map +1 -0
  257. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationCountOrderByAggregateInput.js.map +1 -0
  258. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationCountOrderByAggregateInput.mjs +67 -0
  259. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateInput.d.ts +11 -0
  260. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateInput.d.ts.map +1 -0
  261. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateInput.js.map +1 -0
  262. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateInput.mjs +67 -0
  263. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateManyInput.d.ts +10 -0
  264. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateManyInput.d.ts.map +1 -0
  265. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateManyInput.js.map +1 -0
  266. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateManyInput.mjs +66 -0
  267. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateNestedOneWithoutAlpacaAccountInput.d.ts +9 -0
  268. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateNestedOneWithoutAlpacaAccountInput.d.ts.map +1 -0
  269. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateNestedOneWithoutAlpacaAccountInput.js.map +1 -0
  270. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateNestedOneWithoutAlpacaAccountInput.mjs +41 -0
  271. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateOrConnectWithoutAlpacaAccountInput.d.ts +7 -0
  272. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateOrConnectWithoutAlpacaAccountInput.d.ts.map +1 -0
  273. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateOrConnectWithoutAlpacaAccountInput.js.map +1 -0
  274. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateOrConnectWithoutAlpacaAccountInput.mjs +33 -0
  275. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateWithoutAlpacaAccountInput.d.ts +9 -0
  276. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateWithoutAlpacaAccountInput.d.ts.map +1 -0
  277. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateWithoutAlpacaAccountInput.js.map +1 -0
  278. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateWithoutAlpacaAccountInput.mjs +59 -0
  279. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationMaxOrderByAggregateInput.d.ts +10 -0
  280. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationMaxOrderByAggregateInput.d.ts.map +1 -0
  281. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationMaxOrderByAggregateInput.js.map +1 -0
  282. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationMaxOrderByAggregateInput.mjs +67 -0
  283. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationMinOrderByAggregateInput.d.ts +10 -0
  284. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationMinOrderByAggregateInput.d.ts.map +1 -0
  285. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationMinOrderByAggregateInput.js.map +1 -0
  286. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationMinOrderByAggregateInput.mjs +67 -0
  287. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationNullableRelationFilter.d.ts +6 -0
  288. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationNullableRelationFilter.d.ts.map +1 -0
  289. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationNullableRelationFilter.js.map +1 -0
  290. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationNullableRelationFilter.mjs +32 -0
  291. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationOrderByWithAggregationInput.d.ts +20 -0
  292. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationOrderByWithAggregationInput.d.ts.map +1 -0
  293. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationOrderByWithAggregationInput.js.map +1 -0
  294. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationOrderByWithAggregationInput.mjs +107 -0
  295. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationOrderByWithRelationInput.d.ts +12 -0
  296. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationOrderByWithRelationInput.d.ts.map +1 -0
  297. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationOrderByWithRelationInput.js.map +1 -0
  298. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationOrderByWithRelationInput.mjs +75 -0
  299. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationScalarWhereWithAggregatesInput.d.ts +16 -0
  300. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationScalarWhereWithAggregatesInput.d.ts.map +1 -0
  301. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationScalarWhereWithAggregatesInput.js.map +1 -0
  302. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationScalarWhereWithAggregatesInput.mjs +90 -0
  303. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationSumOrderByAggregateInput.d.ts +6 -0
  304. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationSumOrderByAggregateInput.d.ts.map +1 -0
  305. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationSumOrderByAggregateInput.js.map +1 -0
  306. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationSumOrderByAggregateInput.mjs +39 -0
  307. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateInput.d.ts +14 -0
  308. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateInput.d.ts.map +1 -0
  309. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateInput.js.map +1 -0
  310. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateInput.mjs +70 -0
  311. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateManyMutationInput.d.ts +12 -0
  312. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateManyMutationInput.d.ts.map +1 -0
  313. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateManyMutationInput.js.map +1 -0
  314. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateManyMutationInput.mjs +62 -0
  315. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateOneWithoutAlpacaAccountNestedInput.d.ts +16 -0
  316. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateOneWithoutAlpacaAccountNestedInput.d.ts.map +1 -0
  317. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateOneWithoutAlpacaAccountNestedInput.js.map +1 -0
  318. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateOneWithoutAlpacaAccountNestedInput.mjs +72 -0
  319. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateToOneWithWhereWithoutAlpacaAccountInput.d.ts +7 -0
  320. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateToOneWithWhereWithoutAlpacaAccountInput.d.ts.map +1 -0
  321. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateToOneWithWhereWithoutAlpacaAccountInput.js.map +1 -0
  322. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateToOneWithWhereWithoutAlpacaAccountInput.mjs +33 -0
  323. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateWithoutAlpacaAccountInput.d.ts +12 -0
  324. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateWithoutAlpacaAccountInput.d.ts.map +1 -0
  325. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateWithoutAlpacaAccountInput.js.map +1 -0
  326. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateWithoutAlpacaAccountInput.mjs +62 -0
  327. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationUpsertWithoutAlpacaAccountInput.d.ts +9 -0
  328. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationUpsertWithoutAlpacaAccountInput.d.ts.map +1 -0
  329. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationUpsertWithoutAlpacaAccountInput.js.map +1 -0
  330. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationUpsertWithoutAlpacaAccountInput.mjs +41 -0
  331. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationWhereInput.d.ts +18 -0
  332. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationWhereInput.d.ts.map +1 -0
  333. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationWhereInput.js.map +1 -0
  334. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationWhereInput.mjs +98 -0
  335. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationWhereUniqueInput.d.ts +18 -0
  336. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationWhereUniqueInput.d.ts.map +1 -0
  337. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationWhereUniqueInput.js.map +1 -0
  338. package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationWhereUniqueInput.mjs +98 -0
  339. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountAvgOrderByAggregateInput.d.ts +1 -0
  340. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountAvgOrderByAggregateInput.d.ts.map +1 -1
  341. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountAvgOrderByAggregateInput.js.map +1 -1
  342. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountAvgOrderByAggregateInput.mjs +7 -0
  343. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCountOrderByAggregateInput.d.ts +3 -0
  344. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCountOrderByAggregateInput.d.ts.map +1 -1
  345. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCountOrderByAggregateInput.js.map +1 -1
  346. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCountOrderByAggregateInput.mjs +21 -0
  347. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateInput.d.ts +6 -0
  348. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateInput.d.ts.map +1 -1
  349. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateInput.js.map +1 -1
  350. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateInput.mjs +30 -0
  351. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateManyInput.d.ts +4 -0
  352. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateManyInput.d.ts.map +1 -1
  353. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateManyInput.js.map +1 -1
  354. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateManyInput.mjs +22 -0
  355. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateManyUserInput.d.ts +4 -0
  356. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateManyUserInput.d.ts.map +1 -1
  357. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateManyUserInput.js.map +1 -1
  358. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateManyUserInput.mjs +22 -0
  359. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateNestedOneWithoutAllocationInput.d.ts +9 -0
  360. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateNestedOneWithoutAllocationInput.d.ts.map +1 -0
  361. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateNestedOneWithoutAllocationInput.js.map +1 -0
  362. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateNestedOneWithoutAllocationInput.mjs +41 -0
  363. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateOrConnectWithoutAllocationInput.d.ts +7 -0
  364. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateOrConnectWithoutAllocationInput.d.ts.map +1 -0
  365. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateOrConnectWithoutAllocationInput.js.map +1 -0
  366. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateOrConnectWithoutAllocationInput.mjs +33 -0
  367. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutAlertsInput.d.ts +6 -0
  368. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutAlertsInput.d.ts.map +1 -1
  369. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutAlertsInput.js.map +1 -1
  370. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutAlertsInput.mjs +30 -0
  371. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutAllocationInput.d.ts +28 -0
  372. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutAllocationInput.d.ts.map +1 -0
  373. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutAllocationInput.js.map +1 -0
  374. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutAllocationInput.mjs +169 -0
  375. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutUserInput.d.ts +6 -0
  376. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutUserInput.d.ts.map +1 -1
  377. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutUserInput.js.map +1 -1
  378. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutUserInput.mjs +30 -0
  379. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreatecryptoTradingPairsInput.d.ts +4 -0
  380. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreatecryptoTradingPairsInput.d.ts.map +1 -0
  381. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreatecryptoTradingPairsInput.js.map +1 -0
  382. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreatecryptoTradingPairsInput.mjs +24 -0
  383. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountMaxOrderByAggregateInput.d.ts +2 -0
  384. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountMaxOrderByAggregateInput.d.ts.map +1 -1
  385. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountMaxOrderByAggregateInput.js.map +1 -1
  386. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountMaxOrderByAggregateInput.mjs +14 -0
  387. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountMinOrderByAggregateInput.d.ts +2 -0
  388. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountMinOrderByAggregateInput.d.ts.map +1 -1
  389. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountMinOrderByAggregateInput.js.map +1 -1
  390. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountMinOrderByAggregateInput.mjs +14 -0
  391. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountOrderByWithAggregationInput.d.ts +3 -0
  392. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountOrderByWithAggregationInput.d.ts.map +1 -1
  393. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountOrderByWithAggregationInput.js.map +1 -1
  394. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountOrderByWithAggregationInput.mjs +21 -0
  395. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountOrderByWithRelationInput.d.ts +5 -0
  396. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountOrderByWithRelationInput.d.ts.map +1 -1
  397. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountOrderByWithRelationInput.js.map +1 -1
  398. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountOrderByWithRelationInput.mjs +29 -0
  399. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountScalarWhereInput.d.ts +4 -0
  400. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountScalarWhereInput.d.ts.map +1 -1
  401. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountScalarWhereInput.js.map +1 -1
  402. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountScalarWhereInput.mjs +22 -0
  403. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountScalarWhereWithAggregatesInput.d.ts +4 -0
  404. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountScalarWhereWithAggregatesInput.d.ts.map +1 -1
  405. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountScalarWhereWithAggregatesInput.js.map +1 -1
  406. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountScalarWhereWithAggregatesInput.mjs +22 -0
  407. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountSumOrderByAggregateInput.d.ts +1 -0
  408. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountSumOrderByAggregateInput.d.ts.map +1 -1
  409. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountSumOrderByAggregateInput.js.map +1 -1
  410. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountSumOrderByAggregateInput.mjs +7 -0
  411. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateInput.d.ts +6 -0
  412. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateInput.d.ts.map +1 -1
  413. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateInput.js.map +1 -1
  414. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateInput.mjs +30 -0
  415. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateManyMutationInput.d.ts +4 -0
  416. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateManyMutationInput.d.ts.map +1 -1
  417. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateManyMutationInput.js.map +1 -1
  418. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateManyMutationInput.mjs +22 -0
  419. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateOneRequiredWithoutAllocationNestedInput.d.ts +13 -0
  420. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateOneRequiredWithoutAllocationNestedInput.d.ts.map +1 -0
  421. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateOneRequiredWithoutAllocationNestedInput.js.map +1 -0
  422. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateOneRequiredWithoutAllocationNestedInput.mjs +57 -0
  423. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateToOneWithWhereWithoutAllocationInput.d.ts +7 -0
  424. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateToOneWithWhereWithoutAllocationInput.d.ts.map +1 -0
  425. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateToOneWithWhereWithoutAllocationInput.js.map +1 -0
  426. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateToOneWithWhereWithoutAllocationInput.mjs +33 -0
  427. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutAlertsInput.d.ts +6 -0
  428. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutAlertsInput.d.ts.map +1 -1
  429. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutAlertsInput.js.map +1 -1
  430. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutAlertsInput.mjs +30 -0
  431. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutAllocationInput.d.ts +33 -0
  432. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutAllocationInput.d.ts.map +1 -0
  433. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutAllocationInput.js.map +1 -0
  434. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutAllocationInput.mjs +173 -0
  435. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutUserInput.d.ts +6 -0
  436. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutUserInput.d.ts.map +1 -1
  437. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutUserInput.js.map +1 -1
  438. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutUserInput.mjs +30 -0
  439. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdatecryptoTradingPairsInput.d.ts +5 -0
  440. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdatecryptoTradingPairsInput.d.ts.map +1 -0
  441. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdatecryptoTradingPairsInput.js.map +1 -0
  442. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdatecryptoTradingPairsInput.mjs +31 -0
  443. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpsertWithoutAllocationInput.d.ts +9 -0
  444. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpsertWithoutAllocationInput.d.ts.map +1 -0
  445. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpsertWithoutAllocationInput.js.map +1 -0
  446. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpsertWithoutAllocationInput.mjs +41 -0
  447. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountWhereInput.d.ts +6 -0
  448. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountWhereInput.d.ts.map +1 -1
  449. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountWhereInput.js.map +1 -1
  450. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountWhereInput.mjs +30 -0
  451. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountWhereUniqueInput.d.ts +6 -0
  452. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountWhereUniqueInput.d.ts.map +1 -1
  453. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountWhereUniqueInput.js.map +1 -1
  454. package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountWhereUniqueInput.mjs +30 -0
  455. package/esm/generated/typegraphql-prisma/resolvers/inputs/index.d.ts +31 -0
  456. package/esm/generated/typegraphql-prisma/resolvers/inputs/index.d.ts.map +1 -1
  457. package/esm/generated/typegraphql-prisma/resolvers/inputs/index.js.map +1 -1
  458. package/esm/generated/typegraphql-prisma/resolvers/inputs/index.mjs +31 -0
  459. package/esm/generated/typegraphql-prisma/resolvers/outputs/AggregateAllocation.d.ts +13 -0
  460. package/esm/generated/typegraphql-prisma/resolvers/outputs/AggregateAllocation.d.ts.map +1 -0
  461. package/esm/generated/typegraphql-prisma/resolvers/outputs/AggregateAllocation.js.map +1 -0
  462. package/esm/generated/typegraphql-prisma/resolvers/outputs/AggregateAllocation.mjs +57 -0
  463. package/esm/generated/typegraphql-prisma/resolvers/outputs/AllocationAvgAggregate.d.ts +6 -0
  464. package/esm/generated/typegraphql-prisma/resolvers/outputs/AllocationAvgAggregate.d.ts.map +1 -0
  465. package/esm/generated/typegraphql-prisma/resolvers/outputs/AllocationAvgAggregate.js.map +1 -0
  466. package/esm/generated/typegraphql-prisma/resolvers/outputs/AllocationAvgAggregate.mjs +38 -0
  467. package/esm/generated/typegraphql-prisma/resolvers/outputs/AllocationCountAggregate.d.ts +11 -0
  468. package/esm/generated/typegraphql-prisma/resolvers/outputs/AllocationCountAggregate.d.ts.map +1 -0
  469. package/esm/generated/typegraphql-prisma/resolvers/outputs/AllocationCountAggregate.js.map +1 -0
  470. package/esm/generated/typegraphql-prisma/resolvers/outputs/AllocationCountAggregate.mjs +73 -0
  471. package/esm/generated/typegraphql-prisma/resolvers/outputs/AllocationGroupBy.d.ts +20 -0
  472. package/esm/generated/typegraphql-prisma/resolvers/outputs/AllocationGroupBy.d.ts.map +1 -0
  473. package/esm/generated/typegraphql-prisma/resolvers/outputs/AllocationGroupBy.js.map +1 -0
  474. package/esm/generated/typegraphql-prisma/resolvers/outputs/AllocationGroupBy.mjs +106 -0
  475. package/esm/generated/typegraphql-prisma/resolvers/outputs/AllocationMaxAggregate.d.ts +10 -0
  476. package/esm/generated/typegraphql-prisma/resolvers/outputs/AllocationMaxAggregate.d.ts.map +1 -0
  477. package/esm/generated/typegraphql-prisma/resolvers/outputs/AllocationMaxAggregate.js.map +1 -0
  478. package/esm/generated/typegraphql-prisma/resolvers/outputs/AllocationMaxAggregate.mjs +66 -0
  479. package/esm/generated/typegraphql-prisma/resolvers/outputs/AllocationMinAggregate.d.ts +10 -0
  480. package/esm/generated/typegraphql-prisma/resolvers/outputs/AllocationMinAggregate.d.ts.map +1 -0
  481. package/esm/generated/typegraphql-prisma/resolvers/outputs/AllocationMinAggregate.js.map +1 -0
  482. package/esm/generated/typegraphql-prisma/resolvers/outputs/AllocationMinAggregate.mjs +66 -0
  483. package/esm/generated/typegraphql-prisma/resolvers/outputs/AllocationSumAggregate.d.ts +6 -0
  484. package/esm/generated/typegraphql-prisma/resolvers/outputs/AllocationSumAggregate.d.ts.map +1 -0
  485. package/esm/generated/typegraphql-prisma/resolvers/outputs/AllocationSumAggregate.js.map +1 -0
  486. package/esm/generated/typegraphql-prisma/resolvers/outputs/AllocationSumAggregate.mjs +38 -0
  487. package/esm/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountAvgAggregate.d.ts +1 -0
  488. package/esm/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountAvgAggregate.d.ts.map +1 -1
  489. package/esm/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountAvgAggregate.js.map +1 -1
  490. package/esm/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountAvgAggregate.mjs +7 -0
  491. package/esm/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountCountAggregate.d.ts +3 -0
  492. package/esm/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountCountAggregate.d.ts.map +1 -1
  493. package/esm/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountCountAggregate.js.map +1 -1
  494. package/esm/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountCountAggregate.mjs +21 -0
  495. package/esm/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountGroupBy.d.ts +3 -0
  496. package/esm/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountGroupBy.d.ts.map +1 -1
  497. package/esm/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountGroupBy.js.map +1 -1
  498. package/esm/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountGroupBy.mjs +21 -0
  499. package/esm/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountMaxAggregate.d.ts +2 -0
  500. package/esm/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountMaxAggregate.d.ts.map +1 -1
  501. package/esm/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountMaxAggregate.js.map +1 -1
  502. package/esm/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountMaxAggregate.mjs +14 -0
  503. package/esm/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountMinAggregate.d.ts +2 -0
  504. package/esm/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountMinAggregate.d.ts.map +1 -1
  505. package/esm/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountMinAggregate.js.map +1 -1
  506. package/esm/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountMinAggregate.mjs +14 -0
  507. package/esm/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountSumAggregate.d.ts +1 -0
  508. package/esm/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountSumAggregate.d.ts.map +1 -1
  509. package/esm/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountSumAggregate.js.map +1 -1
  510. package/esm/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountSumAggregate.mjs +7 -0
  511. package/esm/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnAllocation.d.ts +12 -0
  512. package/esm/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnAllocation.d.ts.map +1 -0
  513. package/esm/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnAllocation.js.map +1 -0
  514. package/esm/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnAllocation.mjs +74 -0
  515. package/esm/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnAlpacaAccount.d.ts +3 -0
  516. package/esm/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnAlpacaAccount.d.ts.map +1 -1
  517. package/esm/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnAlpacaAccount.js.map +1 -1
  518. package/esm/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnAlpacaAccount.mjs +21 -0
  519. package/esm/generated/typegraphql-prisma/resolvers/outputs/index.d.ts +8 -0
  520. package/esm/generated/typegraphql-prisma/resolvers/outputs/index.d.ts.map +1 -1
  521. package/esm/generated/typegraphql-prisma/resolvers/outputs/index.js.map +1 -1
  522. package/esm/generated/typegraphql-prisma/resolvers/outputs/index.mjs +8 -0
  523. package/esm/generated/typegraphql-prisma/resolvers/relations/Allocation/AllocationRelationsResolver.d.ts +7 -0
  524. package/esm/generated/typegraphql-prisma/resolvers/relations/Allocation/AllocationRelationsResolver.d.ts.map +1 -0
  525. package/esm/generated/typegraphql-prisma/resolvers/relations/Allocation/AllocationRelationsResolver.js.map +1 -0
  526. package/esm/generated/typegraphql-prisma/resolvers/relations/Allocation/AllocationRelationsResolver.mjs +45 -0
  527. package/esm/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/AlpacaAccountRelationsResolver.d.ts +3 -0
  528. package/esm/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/AlpacaAccountRelationsResolver.d.ts.map +1 -1
  529. package/esm/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/AlpacaAccountRelationsResolver.js.map +1 -1
  530. package/esm/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/AlpacaAccountRelationsResolver.mjs +26 -0
  531. package/esm/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/args/AlpacaAccountAllocationArgs.d.ts +5 -0
  532. package/esm/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/args/AlpacaAccountAllocationArgs.d.ts.map +1 -0
  533. package/esm/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/args/AlpacaAccountAllocationArgs.js.map +1 -0
  534. package/esm/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/args/AlpacaAccountAllocationArgs.mjs +25 -0
  535. package/esm/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/args/index.d.ts +1 -0
  536. package/esm/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/args/index.d.ts.map +1 -1
  537. package/esm/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/args/index.js.map +1 -1
  538. package/esm/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/args/index.mjs +1 -0
  539. package/esm/generated/typegraphql-prisma/resolvers/relations/User/args/UserAlpacaAccountsArgs.d.ts +1 -1
  540. package/esm/generated/typegraphql-prisma/resolvers/relations/User/args/UserAlpacaAccountsArgs.d.ts.map +1 -1
  541. package/esm/generated/typegraphql-prisma/resolvers/relations/User/args/UserAlpacaAccountsArgs.js.map +1 -1
  542. package/esm/generated/typegraphql-prisma/resolvers/relations/resolvers.index.d.ts +1 -0
  543. package/esm/generated/typegraphql-prisma/resolvers/relations/resolvers.index.d.ts.map +1 -1
  544. package/esm/generated/typegraphql-prisma/resolvers/relations/resolvers.index.js.map +1 -1
  545. package/esm/generated/typegraphql-prisma/resolvers/relations/resolvers.index.mjs +1 -0
  546. package/esm/index.d.ts +15 -0
  547. package/esm/index.d.ts.map +1 -1
  548. package/esm/index.js.map +1 -1
  549. package/esm/index.mjs +2 -0
  550. package/esm/middleware/auth.d.ts.map +1 -1
  551. package/generated/typeStrings/Allocation.cjs +18 -0
  552. package/generated/typeStrings/Allocation.d.ts +2 -0
  553. package/generated/typeStrings/Allocation.d.ts.map +1 -0
  554. package/generated/typeStrings/Allocation.js.map +1 -0
  555. package/generated/typeStrings/index.cjs +2 -0
  556. package/generated/typeStrings/index.d.ts +1 -0
  557. package/generated/typeStrings/index.d.ts.map +1 -1
  558. package/generated/typeStrings/index.js.map +1 -1
  559. package/generated/typegraphql-prisma/enhance.cjs +107 -31
  560. package/generated/typegraphql-prisma/enhance.d.ts +2 -0
  561. package/generated/typegraphql-prisma/enhance.d.ts.map +1 -1
  562. package/generated/typegraphql-prisma/enhance.js.map +1 -1
  563. package/generated/typegraphql-prisma/enums/AllocationScalarFieldEnum.cjs +52 -0
  564. package/generated/typegraphql-prisma/enums/AllocationScalarFieldEnum.d.ts +10 -0
  565. package/generated/typegraphql-prisma/enums/AllocationScalarFieldEnum.d.ts.map +1 -0
  566. package/generated/typegraphql-prisma/enums/AllocationScalarFieldEnum.js.map +1 -0
  567. package/generated/typegraphql-prisma/enums/AlpacaAccountScalarFieldEnum.cjs +3 -0
  568. package/generated/typegraphql-prisma/enums/AlpacaAccountScalarFieldEnum.d.ts +3 -0
  569. package/generated/typegraphql-prisma/enums/AlpacaAccountScalarFieldEnum.d.ts.map +1 -1
  570. package/generated/typegraphql-prisma/enums/AlpacaAccountScalarFieldEnum.js.map +1 -1
  571. package/generated/typegraphql-prisma/enums/index.cjs +3 -1
  572. package/generated/typegraphql-prisma/enums/index.d.ts +1 -0
  573. package/generated/typegraphql-prisma/enums/index.d.ts.map +1 -1
  574. package/generated/typegraphql-prisma/enums/index.js.map +1 -1
  575. package/generated/typegraphql-prisma/helpers.d.ts +1 -1
  576. package/generated/typegraphql-prisma/models/Allocation.cjs +102 -0
  577. package/generated/typegraphql-prisma/models/Allocation.d.ts +36 -0
  578. package/generated/typegraphql-prisma/models/Allocation.d.ts.map +1 -0
  579. package/generated/typegraphql-prisma/models/Allocation.js.map +1 -0
  580. package/generated/typegraphql-prisma/models/AlpacaAccount.cjs +21 -0
  581. package/generated/typegraphql-prisma/models/AlpacaAccount.d.ts +17 -0
  582. package/generated/typegraphql-prisma/models/AlpacaAccount.d.ts.map +1 -1
  583. package/generated/typegraphql-prisma/models/AlpacaAccount.js.map +1 -1
  584. package/generated/typegraphql-prisma/models/index.cjs +3 -1
  585. package/generated/typegraphql-prisma/models/index.d.ts +1 -0
  586. package/generated/typegraphql-prisma/models/index.d.ts.map +1 -1
  587. package/generated/typegraphql-prisma/models/index.js.map +1 -1
  588. package/generated/typegraphql-prisma/resolvers/crud/Allocation/AggregateAllocationResolver.cjs +77 -0
  589. package/generated/typegraphql-prisma/resolvers/crud/Allocation/AggregateAllocationResolver.d.ts +7 -0
  590. package/generated/typegraphql-prisma/resolvers/crud/Allocation/AggregateAllocationResolver.d.ts.map +1 -0
  591. package/generated/typegraphql-prisma/resolvers/crud/Allocation/AggregateAllocationResolver.js.map +1 -0
  592. package/generated/typegraphql-prisma/resolvers/crud/Allocation/AllocationCrudResolver.cjs +346 -0
  593. package/generated/typegraphql-prisma/resolvers/crud/Allocation/AllocationCrudResolver.d.ts +39 -0
  594. package/generated/typegraphql-prisma/resolvers/crud/Allocation/AllocationCrudResolver.d.ts.map +1 -0
  595. package/generated/typegraphql-prisma/resolvers/crud/Allocation/AllocationCrudResolver.js.map +1 -0
  596. package/generated/typegraphql-prisma/resolvers/crud/Allocation/CreateManyAllocationResolver.cjs +78 -0
  597. package/generated/typegraphql-prisma/resolvers/crud/Allocation/CreateManyAllocationResolver.d.ts +7 -0
  598. package/generated/typegraphql-prisma/resolvers/crud/Allocation/CreateManyAllocationResolver.d.ts.map +1 -0
  599. package/generated/typegraphql-prisma/resolvers/crud/Allocation/CreateManyAllocationResolver.js.map +1 -0
  600. package/generated/typegraphql-prisma/resolvers/crud/Allocation/CreateManyAndReturnAllocationResolver.cjs +78 -0
  601. package/generated/typegraphql-prisma/resolvers/crud/Allocation/CreateManyAndReturnAllocationResolver.d.ts +7 -0
  602. package/generated/typegraphql-prisma/resolvers/crud/Allocation/CreateManyAndReturnAllocationResolver.d.ts.map +1 -0
  603. package/generated/typegraphql-prisma/resolvers/crud/Allocation/CreateManyAndReturnAllocationResolver.js.map +1 -0
  604. package/generated/typegraphql-prisma/resolvers/crud/Allocation/CreateOneAllocationResolver.cjs +77 -0
  605. package/generated/typegraphql-prisma/resolvers/crud/Allocation/CreateOneAllocationResolver.d.ts +7 -0
  606. package/generated/typegraphql-prisma/resolvers/crud/Allocation/CreateOneAllocationResolver.d.ts.map +1 -0
  607. package/generated/typegraphql-prisma/resolvers/crud/Allocation/CreateOneAllocationResolver.js.map +1 -0
  608. package/generated/typegraphql-prisma/resolvers/crud/Allocation/DeleteManyAllocationResolver.cjs +78 -0
  609. package/generated/typegraphql-prisma/resolvers/crud/Allocation/DeleteManyAllocationResolver.d.ts +7 -0
  610. package/generated/typegraphql-prisma/resolvers/crud/Allocation/DeleteManyAllocationResolver.d.ts.map +1 -0
  611. package/generated/typegraphql-prisma/resolvers/crud/Allocation/DeleteManyAllocationResolver.js.map +1 -0
  612. package/generated/typegraphql-prisma/resolvers/crud/Allocation/DeleteOneAllocationResolver.cjs +77 -0
  613. package/generated/typegraphql-prisma/resolvers/crud/Allocation/DeleteOneAllocationResolver.d.ts +7 -0
  614. package/generated/typegraphql-prisma/resolvers/crud/Allocation/DeleteOneAllocationResolver.d.ts.map +1 -0
  615. package/generated/typegraphql-prisma/resolvers/crud/Allocation/DeleteOneAllocationResolver.js.map +1 -0
  616. package/generated/typegraphql-prisma/resolvers/crud/Allocation/FindFirstAllocationOrThrowResolver.cjs +77 -0
  617. package/generated/typegraphql-prisma/resolvers/crud/Allocation/FindFirstAllocationOrThrowResolver.d.ts +7 -0
  618. package/generated/typegraphql-prisma/resolvers/crud/Allocation/FindFirstAllocationOrThrowResolver.d.ts.map +1 -0
  619. package/generated/typegraphql-prisma/resolvers/crud/Allocation/FindFirstAllocationOrThrowResolver.js.map +1 -0
  620. package/generated/typegraphql-prisma/resolvers/crud/Allocation/FindFirstAllocationResolver.cjs +77 -0
  621. package/generated/typegraphql-prisma/resolvers/crud/Allocation/FindFirstAllocationResolver.d.ts +7 -0
  622. package/generated/typegraphql-prisma/resolvers/crud/Allocation/FindFirstAllocationResolver.d.ts.map +1 -0
  623. package/generated/typegraphql-prisma/resolvers/crud/Allocation/FindFirstAllocationResolver.js.map +1 -0
  624. package/generated/typegraphql-prisma/resolvers/crud/Allocation/FindManyAllocationResolver.cjs +77 -0
  625. package/generated/typegraphql-prisma/resolvers/crud/Allocation/FindManyAllocationResolver.d.ts +7 -0
  626. package/generated/typegraphql-prisma/resolvers/crud/Allocation/FindManyAllocationResolver.d.ts.map +1 -0
  627. package/generated/typegraphql-prisma/resolvers/crud/Allocation/FindManyAllocationResolver.js.map +1 -0
  628. package/generated/typegraphql-prisma/resolvers/crud/Allocation/FindUniqueAllocationOrThrowResolver.cjs +77 -0
  629. package/generated/typegraphql-prisma/resolvers/crud/Allocation/FindUniqueAllocationOrThrowResolver.d.ts +7 -0
  630. package/generated/typegraphql-prisma/resolvers/crud/Allocation/FindUniqueAllocationOrThrowResolver.d.ts.map +1 -0
  631. package/generated/typegraphql-prisma/resolvers/crud/Allocation/FindUniqueAllocationOrThrowResolver.js.map +1 -0
  632. package/generated/typegraphql-prisma/resolvers/crud/Allocation/FindUniqueAllocationResolver.cjs +77 -0
  633. package/generated/typegraphql-prisma/resolvers/crud/Allocation/FindUniqueAllocationResolver.d.ts +7 -0
  634. package/generated/typegraphql-prisma/resolvers/crud/Allocation/FindUniqueAllocationResolver.d.ts.map +1 -0
  635. package/generated/typegraphql-prisma/resolvers/crud/Allocation/FindUniqueAllocationResolver.js.map +1 -0
  636. package/generated/typegraphql-prisma/resolvers/crud/Allocation/GroupByAllocationResolver.cjs +78 -0
  637. package/generated/typegraphql-prisma/resolvers/crud/Allocation/GroupByAllocationResolver.d.ts +7 -0
  638. package/generated/typegraphql-prisma/resolvers/crud/Allocation/GroupByAllocationResolver.d.ts.map +1 -0
  639. package/generated/typegraphql-prisma/resolvers/crud/Allocation/GroupByAllocationResolver.js.map +1 -0
  640. package/generated/typegraphql-prisma/resolvers/crud/Allocation/UpdateManyAllocationResolver.cjs +78 -0
  641. package/generated/typegraphql-prisma/resolvers/crud/Allocation/UpdateManyAllocationResolver.d.ts +7 -0
  642. package/generated/typegraphql-prisma/resolvers/crud/Allocation/UpdateManyAllocationResolver.d.ts.map +1 -0
  643. package/generated/typegraphql-prisma/resolvers/crud/Allocation/UpdateManyAllocationResolver.js.map +1 -0
  644. package/generated/typegraphql-prisma/resolvers/crud/Allocation/UpdateOneAllocationResolver.cjs +77 -0
  645. package/generated/typegraphql-prisma/resolvers/crud/Allocation/UpdateOneAllocationResolver.d.ts +7 -0
  646. package/generated/typegraphql-prisma/resolvers/crud/Allocation/UpdateOneAllocationResolver.d.ts.map +1 -0
  647. package/generated/typegraphql-prisma/resolvers/crud/Allocation/UpdateOneAllocationResolver.js.map +1 -0
  648. package/generated/typegraphql-prisma/resolvers/crud/Allocation/UpsertOneAllocationResolver.cjs +77 -0
  649. package/generated/typegraphql-prisma/resolvers/crud/Allocation/UpsertOneAllocationResolver.d.ts +7 -0
  650. package/generated/typegraphql-prisma/resolvers/crud/Allocation/UpsertOneAllocationResolver.d.ts.map +1 -0
  651. package/generated/typegraphql-prisma/resolvers/crud/Allocation/UpsertOneAllocationResolver.js.map +1 -0
  652. package/generated/typegraphql-prisma/resolvers/crud/Allocation/args/AggregateAllocationArgs.cjs +86 -0
  653. package/generated/typegraphql-prisma/resolvers/crud/Allocation/args/AggregateAllocationArgs.d.ts +11 -0
  654. package/generated/typegraphql-prisma/resolvers/crud/Allocation/args/AggregateAllocationArgs.d.ts.map +1 -0
  655. package/generated/typegraphql-prisma/resolvers/crud/Allocation/args/AggregateAllocationArgs.js.map +1 -0
  656. package/generated/typegraphql-prisma/resolvers/crud/Allocation/args/CreateManyAllocationArgs.cjs +66 -0
  657. package/generated/typegraphql-prisma/resolvers/crud/Allocation/args/CreateManyAllocationArgs.d.ts +6 -0
  658. package/generated/typegraphql-prisma/resolvers/crud/Allocation/args/CreateManyAllocationArgs.d.ts.map +1 -0
  659. package/generated/typegraphql-prisma/resolvers/crud/Allocation/args/CreateManyAllocationArgs.js.map +1 -0
  660. package/generated/typegraphql-prisma/resolvers/crud/Allocation/args/CreateManyAndReturnAllocationArgs.cjs +66 -0
  661. package/generated/typegraphql-prisma/resolvers/crud/Allocation/args/CreateManyAndReturnAllocationArgs.d.ts +6 -0
  662. package/generated/typegraphql-prisma/resolvers/crud/Allocation/args/CreateManyAndReturnAllocationArgs.d.ts.map +1 -0
  663. package/generated/typegraphql-prisma/resolvers/crud/Allocation/args/CreateManyAndReturnAllocationArgs.js.map +1 -0
  664. package/generated/typegraphql-prisma/resolvers/crud/Allocation/args/CreateOneAllocationArgs.cjs +60 -0
  665. package/generated/typegraphql-prisma/resolvers/crud/Allocation/args/CreateOneAllocationArgs.d.ts +5 -0
  666. package/generated/typegraphql-prisma/resolvers/crud/Allocation/args/CreateOneAllocationArgs.d.ts.map +1 -0
  667. package/generated/typegraphql-prisma/resolvers/crud/Allocation/args/CreateOneAllocationArgs.js.map +1 -0
  668. package/generated/typegraphql-prisma/resolvers/crud/Allocation/args/DeleteManyAllocationArgs.cjs +60 -0
  669. package/generated/typegraphql-prisma/resolvers/crud/Allocation/args/DeleteManyAllocationArgs.d.ts +5 -0
  670. package/generated/typegraphql-prisma/resolvers/crud/Allocation/args/DeleteManyAllocationArgs.d.ts.map +1 -0
  671. package/generated/typegraphql-prisma/resolvers/crud/Allocation/args/DeleteManyAllocationArgs.js.map +1 -0
  672. package/generated/typegraphql-prisma/resolvers/crud/Allocation/args/DeleteOneAllocationArgs.cjs +60 -0
  673. package/generated/typegraphql-prisma/resolvers/crud/Allocation/args/DeleteOneAllocationArgs.d.ts +5 -0
  674. package/generated/typegraphql-prisma/resolvers/crud/Allocation/args/DeleteOneAllocationArgs.d.ts.map +1 -0
  675. package/generated/typegraphql-prisma/resolvers/crud/Allocation/args/DeleteOneAllocationArgs.js.map +1 -0
  676. package/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindFirstAllocationArgs.cjs +93 -0
  677. package/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindFirstAllocationArgs.d.ts +12 -0
  678. package/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindFirstAllocationArgs.d.ts.map +1 -0
  679. package/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindFirstAllocationArgs.js.map +1 -0
  680. package/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindFirstAllocationOrThrowArgs.cjs +93 -0
  681. package/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindFirstAllocationOrThrowArgs.d.ts +12 -0
  682. package/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindFirstAllocationOrThrowArgs.d.ts.map +1 -0
  683. package/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindFirstAllocationOrThrowArgs.js.map +1 -0
  684. package/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindManyAllocationArgs.cjs +93 -0
  685. package/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindManyAllocationArgs.d.ts +12 -0
  686. package/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindManyAllocationArgs.d.ts.map +1 -0
  687. package/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindManyAllocationArgs.js.map +1 -0
  688. package/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindUniqueAllocationArgs.cjs +60 -0
  689. package/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindUniqueAllocationArgs.d.ts +5 -0
  690. package/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindUniqueAllocationArgs.d.ts.map +1 -0
  691. package/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindUniqueAllocationArgs.js.map +1 -0
  692. package/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindUniqueAllocationOrThrowArgs.cjs +60 -0
  693. package/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindUniqueAllocationOrThrowArgs.d.ts +5 -0
  694. package/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindUniqueAllocationOrThrowArgs.d.ts.map +1 -0
  695. package/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindUniqueAllocationOrThrowArgs.js.map +1 -0
  696. package/generated/typegraphql-prisma/resolvers/crud/Allocation/args/GroupByAllocationArgs.cjs +93 -0
  697. package/generated/typegraphql-prisma/resolvers/crud/Allocation/args/GroupByAllocationArgs.d.ts +12 -0
  698. package/generated/typegraphql-prisma/resolvers/crud/Allocation/args/GroupByAllocationArgs.d.ts.map +1 -0
  699. package/generated/typegraphql-prisma/resolvers/crud/Allocation/args/GroupByAllocationArgs.js.map +1 -0
  700. package/generated/typegraphql-prisma/resolvers/crud/Allocation/args/UpdateManyAllocationArgs.cjs +67 -0
  701. package/generated/typegraphql-prisma/resolvers/crud/Allocation/args/UpdateManyAllocationArgs.d.ts +7 -0
  702. package/generated/typegraphql-prisma/resolvers/crud/Allocation/args/UpdateManyAllocationArgs.d.ts.map +1 -0
  703. package/generated/typegraphql-prisma/resolvers/crud/Allocation/args/UpdateManyAllocationArgs.js.map +1 -0
  704. package/generated/typegraphql-prisma/resolvers/crud/Allocation/args/UpdateOneAllocationArgs.cjs +67 -0
  705. package/generated/typegraphql-prisma/resolvers/crud/Allocation/args/UpdateOneAllocationArgs.d.ts +7 -0
  706. package/generated/typegraphql-prisma/resolvers/crud/Allocation/args/UpdateOneAllocationArgs.d.ts.map +1 -0
  707. package/generated/typegraphql-prisma/resolvers/crud/Allocation/args/UpdateOneAllocationArgs.js.map +1 -0
  708. package/generated/typegraphql-prisma/resolvers/crud/Allocation/args/UpsertOneAllocationArgs.cjs +74 -0
  709. package/generated/typegraphql-prisma/resolvers/crud/Allocation/args/UpsertOneAllocationArgs.d.ts +9 -0
  710. package/generated/typegraphql-prisma/resolvers/crud/Allocation/args/UpsertOneAllocationArgs.d.ts.map +1 -0
  711. package/generated/typegraphql-prisma/resolvers/crud/Allocation/args/UpsertOneAllocationArgs.js.map +1 -0
  712. package/generated/typegraphql-prisma/resolvers/crud/Allocation/args/index.cjs +34 -0
  713. package/generated/typegraphql-prisma/resolvers/crud/Allocation/args/index.d.ts +16 -0
  714. package/generated/typegraphql-prisma/resolvers/crud/Allocation/args/index.d.ts.map +1 -0
  715. package/generated/typegraphql-prisma/resolvers/crud/Allocation/args/index.js.map +1 -0
  716. package/generated/typegraphql-prisma/resolvers/crud/AlpacaAccount/args/FindFirstAlpacaAccountArgs.d.ts +1 -1
  717. package/generated/typegraphql-prisma/resolvers/crud/AlpacaAccount/args/FindFirstAlpacaAccountArgs.d.ts.map +1 -1
  718. package/generated/typegraphql-prisma/resolvers/crud/AlpacaAccount/args/FindFirstAlpacaAccountArgs.js.map +1 -1
  719. package/generated/typegraphql-prisma/resolvers/crud/AlpacaAccount/args/FindFirstAlpacaAccountOrThrowArgs.d.ts +1 -1
  720. package/generated/typegraphql-prisma/resolvers/crud/AlpacaAccount/args/FindFirstAlpacaAccountOrThrowArgs.d.ts.map +1 -1
  721. package/generated/typegraphql-prisma/resolvers/crud/AlpacaAccount/args/FindFirstAlpacaAccountOrThrowArgs.js.map +1 -1
  722. package/generated/typegraphql-prisma/resolvers/crud/AlpacaAccount/args/FindManyAlpacaAccountArgs.d.ts +1 -1
  723. package/generated/typegraphql-prisma/resolvers/crud/AlpacaAccount/args/FindManyAlpacaAccountArgs.d.ts.map +1 -1
  724. package/generated/typegraphql-prisma/resolvers/crud/AlpacaAccount/args/FindManyAlpacaAccountArgs.js.map +1 -1
  725. package/generated/typegraphql-prisma/resolvers/crud/AlpacaAccount/args/GroupByAlpacaAccountArgs.d.ts +1 -1
  726. package/generated/typegraphql-prisma/resolvers/crud/AlpacaAccount/args/GroupByAlpacaAccountArgs.d.ts.map +1 -1
  727. package/generated/typegraphql-prisma/resolvers/crud/AlpacaAccount/args/GroupByAlpacaAccountArgs.js.map +1 -1
  728. package/generated/typegraphql-prisma/resolvers/crud/args.index.cjs +1 -0
  729. package/generated/typegraphql-prisma/resolvers/crud/args.index.d.ts +1 -0
  730. package/generated/typegraphql-prisma/resolvers/crud/args.index.d.ts.map +1 -1
  731. package/generated/typegraphql-prisma/resolvers/crud/args.index.js.map +1 -1
  732. package/generated/typegraphql-prisma/resolvers/crud/resolvers-actions.index.cjs +36 -5
  733. package/generated/typegraphql-prisma/resolvers/crud/resolvers-actions.index.d.ts +15 -0
  734. package/generated/typegraphql-prisma/resolvers/crud/resolvers-actions.index.d.ts.map +1 -1
  735. package/generated/typegraphql-prisma/resolvers/crud/resolvers-actions.index.js.map +1 -1
  736. package/generated/typegraphql-prisma/resolvers/crud/resolvers-crud.index.cjs +3 -1
  737. package/generated/typegraphql-prisma/resolvers/crud/resolvers-crud.index.d.ts +1 -0
  738. package/generated/typegraphql-prisma/resolvers/crud/resolvers-crud.index.d.ts.map +1 -1
  739. package/generated/typegraphql-prisma/resolvers/crud/resolvers-crud.index.js.map +1 -1
  740. package/generated/typegraphql-prisma/resolvers/inputs/AllocationAvgOrderByAggregateInput.cjs +72 -0
  741. package/generated/typegraphql-prisma/resolvers/inputs/AllocationAvgOrderByAggregateInput.d.ts +6 -0
  742. package/generated/typegraphql-prisma/resolvers/inputs/AllocationAvgOrderByAggregateInput.d.ts.map +1 -0
  743. package/generated/typegraphql-prisma/resolvers/inputs/AllocationAvgOrderByAggregateInput.js.map +1 -0
  744. package/generated/typegraphql-prisma/resolvers/inputs/AllocationCountOrderByAggregateInput.cjs +96 -0
  745. package/generated/typegraphql-prisma/resolvers/inputs/AllocationCountOrderByAggregateInput.d.ts +10 -0
  746. package/generated/typegraphql-prisma/resolvers/inputs/AllocationCountOrderByAggregateInput.d.ts.map +1 -0
  747. package/generated/typegraphql-prisma/resolvers/inputs/AllocationCountOrderByAggregateInput.js.map +1 -0
  748. package/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateInput.cjs +96 -0
  749. package/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateInput.d.ts +11 -0
  750. package/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateInput.d.ts.map +1 -0
  751. package/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateInput.js.map +1 -0
  752. package/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateManyInput.cjs +95 -0
  753. package/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateManyInput.d.ts +10 -0
  754. package/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateManyInput.d.ts.map +1 -0
  755. package/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateManyInput.js.map +1 -0
  756. package/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateNestedOneWithoutAlpacaAccountInput.cjs +74 -0
  757. package/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateNestedOneWithoutAlpacaAccountInput.d.ts +9 -0
  758. package/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateNestedOneWithoutAlpacaAccountInput.d.ts.map +1 -0
  759. package/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateNestedOneWithoutAlpacaAccountInput.js.map +1 -0
  760. package/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateOrConnectWithoutAlpacaAccountInput.cjs +67 -0
  761. package/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateOrConnectWithoutAlpacaAccountInput.d.ts +7 -0
  762. package/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateOrConnectWithoutAlpacaAccountInput.d.ts.map +1 -0
  763. package/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateOrConnectWithoutAlpacaAccountInput.js.map +1 -0
  764. package/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateWithoutAlpacaAccountInput.cjs +89 -0
  765. package/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateWithoutAlpacaAccountInput.d.ts +9 -0
  766. package/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateWithoutAlpacaAccountInput.d.ts.map +1 -0
  767. package/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateWithoutAlpacaAccountInput.js.map +1 -0
  768. package/generated/typegraphql-prisma/resolvers/inputs/AllocationMaxOrderByAggregateInput.cjs +96 -0
  769. package/generated/typegraphql-prisma/resolvers/inputs/AllocationMaxOrderByAggregateInput.d.ts +10 -0
  770. package/generated/typegraphql-prisma/resolvers/inputs/AllocationMaxOrderByAggregateInput.d.ts.map +1 -0
  771. package/generated/typegraphql-prisma/resolvers/inputs/AllocationMaxOrderByAggregateInput.js.map +1 -0
  772. package/generated/typegraphql-prisma/resolvers/inputs/AllocationMinOrderByAggregateInput.cjs +96 -0
  773. package/generated/typegraphql-prisma/resolvers/inputs/AllocationMinOrderByAggregateInput.d.ts +10 -0
  774. package/generated/typegraphql-prisma/resolvers/inputs/AllocationMinOrderByAggregateInput.d.ts.map +1 -0
  775. package/generated/typegraphql-prisma/resolvers/inputs/AllocationMinOrderByAggregateInput.js.map +1 -0
  776. package/generated/typegraphql-prisma/resolvers/inputs/AllocationNullableRelationFilter.cjs +66 -0
  777. package/generated/typegraphql-prisma/resolvers/inputs/AllocationNullableRelationFilter.d.ts +6 -0
  778. package/generated/typegraphql-prisma/resolvers/inputs/AllocationNullableRelationFilter.d.ts.map +1 -0
  779. package/generated/typegraphql-prisma/resolvers/inputs/AllocationNullableRelationFilter.js.map +1 -0
  780. package/generated/typegraphql-prisma/resolvers/inputs/AllocationOrderByWithAggregationInput.cjs +131 -0
  781. package/generated/typegraphql-prisma/resolvers/inputs/AllocationOrderByWithAggregationInput.d.ts +20 -0
  782. package/generated/typegraphql-prisma/resolvers/inputs/AllocationOrderByWithAggregationInput.d.ts.map +1 -0
  783. package/generated/typegraphql-prisma/resolvers/inputs/AllocationOrderByWithAggregationInput.js.map +1 -0
  784. package/generated/typegraphql-prisma/resolvers/inputs/AllocationOrderByWithRelationInput.cjs +103 -0
  785. package/generated/typegraphql-prisma/resolvers/inputs/AllocationOrderByWithRelationInput.d.ts +12 -0
  786. package/generated/typegraphql-prisma/resolvers/inputs/AllocationOrderByWithRelationInput.d.ts.map +1 -0
  787. package/generated/typegraphql-prisma/resolvers/inputs/AllocationOrderByWithRelationInput.js.map +1 -0
  788. package/generated/typegraphql-prisma/resolvers/inputs/AllocationScalarWhereWithAggregatesInput.cjs +116 -0
  789. package/generated/typegraphql-prisma/resolvers/inputs/AllocationScalarWhereWithAggregatesInput.d.ts +16 -0
  790. package/generated/typegraphql-prisma/resolvers/inputs/AllocationScalarWhereWithAggregatesInput.d.ts.map +1 -0
  791. package/generated/typegraphql-prisma/resolvers/inputs/AllocationScalarWhereWithAggregatesInput.js.map +1 -0
  792. package/generated/typegraphql-prisma/resolvers/inputs/AllocationSumOrderByAggregateInput.cjs +72 -0
  793. package/generated/typegraphql-prisma/resolvers/inputs/AllocationSumOrderByAggregateInput.d.ts +6 -0
  794. package/generated/typegraphql-prisma/resolvers/inputs/AllocationSumOrderByAggregateInput.d.ts.map +1 -0
  795. package/generated/typegraphql-prisma/resolvers/inputs/AllocationSumOrderByAggregateInput.js.map +1 -0
  796. package/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateInput.cjs +99 -0
  797. package/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateInput.d.ts +14 -0
  798. package/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateInput.d.ts.map +1 -0
  799. package/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateInput.js.map +1 -0
  800. package/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateManyMutationInput.cjs +92 -0
  801. package/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateManyMutationInput.d.ts +12 -0
  802. package/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateManyMutationInput.d.ts.map +1 -0
  803. package/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateManyMutationInput.js.map +1 -0
  804. package/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateOneWithoutAlpacaAccountNestedInput.cjs +101 -0
  805. package/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateOneWithoutAlpacaAccountNestedInput.d.ts +16 -0
  806. package/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateOneWithoutAlpacaAccountNestedInput.d.ts.map +1 -0
  807. package/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateOneWithoutAlpacaAccountNestedInput.js.map +1 -0
  808. package/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateToOneWithWhereWithoutAlpacaAccountInput.cjs +67 -0
  809. package/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateToOneWithWhereWithoutAlpacaAccountInput.d.ts +7 -0
  810. package/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateToOneWithWhereWithoutAlpacaAccountInput.d.ts.map +1 -0
  811. package/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateToOneWithWhereWithoutAlpacaAccountInput.js.map +1 -0
  812. package/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateWithoutAlpacaAccountInput.cjs +92 -0
  813. package/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateWithoutAlpacaAccountInput.d.ts +12 -0
  814. package/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateWithoutAlpacaAccountInput.d.ts.map +1 -0
  815. package/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateWithoutAlpacaAccountInput.js.map +1 -0
  816. package/generated/typegraphql-prisma/resolvers/inputs/AllocationUpsertWithoutAlpacaAccountInput.cjs +74 -0
  817. package/generated/typegraphql-prisma/resolvers/inputs/AllocationUpsertWithoutAlpacaAccountInput.d.ts +9 -0
  818. package/generated/typegraphql-prisma/resolvers/inputs/AllocationUpsertWithoutAlpacaAccountInput.d.ts.map +1 -0
  819. package/generated/typegraphql-prisma/resolvers/inputs/AllocationUpsertWithoutAlpacaAccountInput.js.map +1 -0
  820. package/generated/typegraphql-prisma/resolvers/inputs/AllocationWhereInput.cjs +123 -0
  821. package/generated/typegraphql-prisma/resolvers/inputs/AllocationWhereInput.d.ts +18 -0
  822. package/generated/typegraphql-prisma/resolvers/inputs/AllocationWhereInput.d.ts.map +1 -0
  823. package/generated/typegraphql-prisma/resolvers/inputs/AllocationWhereInput.js.map +1 -0
  824. package/generated/typegraphql-prisma/resolvers/inputs/AllocationWhereUniqueInput.cjs +123 -0
  825. package/generated/typegraphql-prisma/resolvers/inputs/AllocationWhereUniqueInput.d.ts +18 -0
  826. package/generated/typegraphql-prisma/resolvers/inputs/AllocationWhereUniqueInput.d.ts.map +1 -0
  827. package/generated/typegraphql-prisma/resolvers/inputs/AllocationWhereUniqueInput.js.map +1 -0
  828. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountAvgOrderByAggregateInput.cjs +6 -0
  829. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountAvgOrderByAggregateInput.d.ts +1 -0
  830. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountAvgOrderByAggregateInput.d.ts.map +1 -1
  831. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountAvgOrderByAggregateInput.js.map +1 -1
  832. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCountOrderByAggregateInput.cjs +18 -0
  833. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCountOrderByAggregateInput.d.ts +3 -0
  834. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCountOrderByAggregateInput.d.ts.map +1 -1
  835. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCountOrderByAggregateInput.js.map +1 -1
  836. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateInput.cjs +26 -0
  837. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateInput.d.ts +6 -0
  838. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateInput.d.ts.map +1 -1
  839. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateInput.js.map +1 -1
  840. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateManyInput.cjs +19 -0
  841. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateManyInput.d.ts +4 -0
  842. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateManyInput.d.ts.map +1 -1
  843. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateManyInput.js.map +1 -1
  844. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateManyUserInput.cjs +19 -0
  845. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateManyUserInput.d.ts +4 -0
  846. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateManyUserInput.d.ts.map +1 -1
  847. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateManyUserInput.js.map +1 -1
  848. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateNestedOneWithoutAllocationInput.cjs +74 -0
  849. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateNestedOneWithoutAllocationInput.d.ts +9 -0
  850. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateNestedOneWithoutAllocationInput.d.ts.map +1 -0
  851. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateNestedOneWithoutAllocationInput.js.map +1 -0
  852. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateOrConnectWithoutAllocationInput.cjs +67 -0
  853. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateOrConnectWithoutAllocationInput.d.ts +7 -0
  854. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateOrConnectWithoutAllocationInput.d.ts.map +1 -0
  855. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateOrConnectWithoutAllocationInput.js.map +1 -0
  856. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutAlertsInput.cjs +26 -0
  857. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutAlertsInput.d.ts +6 -0
  858. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutAlertsInput.d.ts.map +1 -1
  859. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutAlertsInput.js.map +1 -1
  860. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutAllocationInput.cjs +184 -0
  861. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutAllocationInput.d.ts +28 -0
  862. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutAllocationInput.d.ts.map +1 -0
  863. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutAllocationInput.js.map +1 -0
  864. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutUserInput.cjs +26 -0
  865. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutUserInput.d.ts +6 -0
  866. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutUserInput.d.ts.map +1 -1
  867. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutUserInput.js.map +1 -1
  868. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreatecryptoTradingPairsInput.cjs +59 -0
  869. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreatecryptoTradingPairsInput.d.ts +4 -0
  870. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreatecryptoTradingPairsInput.d.ts.map +1 -0
  871. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreatecryptoTradingPairsInput.js.map +1 -0
  872. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountMaxOrderByAggregateInput.cjs +12 -0
  873. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountMaxOrderByAggregateInput.d.ts +2 -0
  874. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountMaxOrderByAggregateInput.d.ts.map +1 -1
  875. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountMaxOrderByAggregateInput.js.map +1 -1
  876. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountMinOrderByAggregateInput.cjs +12 -0
  877. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountMinOrderByAggregateInput.d.ts +2 -0
  878. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountMinOrderByAggregateInput.d.ts.map +1 -1
  879. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountMinOrderByAggregateInput.js.map +1 -1
  880. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountOrderByWithAggregationInput.cjs +18 -0
  881. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountOrderByWithAggregationInput.d.ts +3 -0
  882. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountOrderByWithAggregationInput.d.ts.map +1 -1
  883. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountOrderByWithAggregationInput.js.map +1 -1
  884. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountOrderByWithRelationInput.cjs +25 -0
  885. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountOrderByWithRelationInput.d.ts +5 -0
  886. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountOrderByWithRelationInput.d.ts.map +1 -1
  887. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountOrderByWithRelationInput.js.map +1 -1
  888. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountScalarWhereInput.cjs +19 -0
  889. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountScalarWhereInput.d.ts +4 -0
  890. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountScalarWhereInput.d.ts.map +1 -1
  891. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountScalarWhereInput.js.map +1 -1
  892. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountScalarWhereWithAggregatesInput.cjs +19 -0
  893. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountScalarWhereWithAggregatesInput.d.ts +4 -0
  894. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountScalarWhereWithAggregatesInput.d.ts.map +1 -1
  895. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountScalarWhereWithAggregatesInput.js.map +1 -1
  896. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountSumOrderByAggregateInput.cjs +6 -0
  897. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountSumOrderByAggregateInput.d.ts +1 -0
  898. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountSumOrderByAggregateInput.d.ts.map +1 -1
  899. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountSumOrderByAggregateInput.js.map +1 -1
  900. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateInput.cjs +26 -0
  901. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateInput.d.ts +6 -0
  902. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateInput.d.ts.map +1 -1
  903. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateInput.js.map +1 -1
  904. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateManyMutationInput.cjs +19 -0
  905. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateManyMutationInput.d.ts +4 -0
  906. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateManyMutationInput.d.ts.map +1 -1
  907. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateManyMutationInput.js.map +1 -1
  908. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateOneRequiredWithoutAllocationNestedInput.cjs +88 -0
  909. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateOneRequiredWithoutAllocationNestedInput.d.ts +13 -0
  910. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateOneRequiredWithoutAllocationNestedInput.d.ts.map +1 -0
  911. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateOneRequiredWithoutAllocationNestedInput.js.map +1 -0
  912. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateToOneWithWhereWithoutAllocationInput.cjs +67 -0
  913. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateToOneWithWhereWithoutAllocationInput.d.ts +7 -0
  914. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateToOneWithWhereWithoutAllocationInput.d.ts.map +1 -0
  915. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateToOneWithWhereWithoutAllocationInput.js.map +1 -0
  916. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutAlertsInput.cjs +26 -0
  917. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutAlertsInput.d.ts +6 -0
  918. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutAlertsInput.d.ts.map +1 -1
  919. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutAlertsInput.js.map +1 -1
  920. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutAllocationInput.cjs +188 -0
  921. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutAllocationInput.d.ts +33 -0
  922. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutAllocationInput.d.ts.map +1 -0
  923. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutAllocationInput.js.map +1 -0
  924. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutUserInput.cjs +26 -0
  925. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutUserInput.d.ts +6 -0
  926. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutUserInput.d.ts.map +1 -1
  927. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutUserInput.js.map +1 -1
  928. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdatecryptoTradingPairsInput.cjs +65 -0
  929. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdatecryptoTradingPairsInput.d.ts +5 -0
  930. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdatecryptoTradingPairsInput.d.ts.map +1 -0
  931. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdatecryptoTradingPairsInput.js.map +1 -0
  932. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpsertWithoutAllocationInput.cjs +74 -0
  933. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpsertWithoutAllocationInput.d.ts +9 -0
  934. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpsertWithoutAllocationInput.d.ts.map +1 -0
  935. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpsertWithoutAllocationInput.js.map +1 -0
  936. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountWhereInput.cjs +26 -0
  937. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountWhereInput.d.ts +6 -0
  938. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountWhereInput.d.ts.map +1 -1
  939. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountWhereInput.js.map +1 -1
  940. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountWhereUniqueInput.cjs +26 -0
  941. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountWhereUniqueInput.d.ts +6 -0
  942. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountWhereUniqueInput.d.ts.map +1 -1
  943. package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountWhereUniqueInput.js.map +1 -1
  944. package/generated/typegraphql-prisma/resolvers/inputs/index.cjs +73 -10
  945. package/generated/typegraphql-prisma/resolvers/inputs/index.d.ts +31 -0
  946. package/generated/typegraphql-prisma/resolvers/inputs/index.d.ts.map +1 -1
  947. package/generated/typegraphql-prisma/resolvers/inputs/index.js.map +1 -1
  948. package/generated/typegraphql-prisma/resolvers/outputs/AggregateAllocation.cjs +88 -0
  949. package/generated/typegraphql-prisma/resolvers/outputs/AggregateAllocation.d.ts +13 -0
  950. package/generated/typegraphql-prisma/resolvers/outputs/AggregateAllocation.d.ts.map +1 -0
  951. package/generated/typegraphql-prisma/resolvers/outputs/AggregateAllocation.js.map +1 -0
  952. package/generated/typegraphql-prisma/resolvers/outputs/AllocationAvgAggregate.cjs +71 -0
  953. package/generated/typegraphql-prisma/resolvers/outputs/AllocationAvgAggregate.d.ts +6 -0
  954. package/generated/typegraphql-prisma/resolvers/outputs/AllocationAvgAggregate.d.ts.map +1 -0
  955. package/generated/typegraphql-prisma/resolvers/outputs/AllocationAvgAggregate.js.map +1 -0
  956. package/generated/typegraphql-prisma/resolvers/outputs/AllocationCountAggregate.cjs +101 -0
  957. package/generated/typegraphql-prisma/resolvers/outputs/AllocationCountAggregate.d.ts +11 -0
  958. package/generated/typegraphql-prisma/resolvers/outputs/AllocationCountAggregate.d.ts.map +1 -0
  959. package/generated/typegraphql-prisma/resolvers/outputs/AllocationCountAggregate.js.map +1 -0
  960. package/generated/typegraphql-prisma/resolvers/outputs/AllocationGroupBy.cjs +130 -0
  961. package/generated/typegraphql-prisma/resolvers/outputs/AllocationGroupBy.d.ts +20 -0
  962. package/generated/typegraphql-prisma/resolvers/outputs/AllocationGroupBy.d.ts.map +1 -0
  963. package/generated/typegraphql-prisma/resolvers/outputs/AllocationGroupBy.js.map +1 -0
  964. package/generated/typegraphql-prisma/resolvers/outputs/AllocationMaxAggregate.cjs +95 -0
  965. package/generated/typegraphql-prisma/resolvers/outputs/AllocationMaxAggregate.d.ts +10 -0
  966. package/generated/typegraphql-prisma/resolvers/outputs/AllocationMaxAggregate.d.ts.map +1 -0
  967. package/generated/typegraphql-prisma/resolvers/outputs/AllocationMaxAggregate.js.map +1 -0
  968. package/generated/typegraphql-prisma/resolvers/outputs/AllocationMinAggregate.cjs +95 -0
  969. package/generated/typegraphql-prisma/resolvers/outputs/AllocationMinAggregate.d.ts +10 -0
  970. package/generated/typegraphql-prisma/resolvers/outputs/AllocationMinAggregate.d.ts.map +1 -0
  971. package/generated/typegraphql-prisma/resolvers/outputs/AllocationMinAggregate.js.map +1 -0
  972. package/generated/typegraphql-prisma/resolvers/outputs/AllocationSumAggregate.cjs +71 -0
  973. package/generated/typegraphql-prisma/resolvers/outputs/AllocationSumAggregate.d.ts +6 -0
  974. package/generated/typegraphql-prisma/resolvers/outputs/AllocationSumAggregate.d.ts.map +1 -0
  975. package/generated/typegraphql-prisma/resolvers/outputs/AllocationSumAggregate.js.map +1 -0
  976. package/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountAvgAggregate.cjs +6 -0
  977. package/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountAvgAggregate.d.ts +1 -0
  978. package/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountAvgAggregate.d.ts.map +1 -1
  979. package/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountAvgAggregate.js.map +1 -1
  980. package/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountCountAggregate.cjs +18 -0
  981. package/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountCountAggregate.d.ts +3 -0
  982. package/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountCountAggregate.d.ts.map +1 -1
  983. package/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountCountAggregate.js.map +1 -1
  984. package/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountGroupBy.cjs +18 -0
  985. package/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountGroupBy.d.ts +3 -0
  986. package/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountGroupBy.d.ts.map +1 -1
  987. package/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountGroupBy.js.map +1 -1
  988. package/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountMaxAggregate.cjs +12 -0
  989. package/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountMaxAggregate.d.ts +2 -0
  990. package/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountMaxAggregate.d.ts.map +1 -1
  991. package/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountMaxAggregate.js.map +1 -1
  992. package/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountMinAggregate.cjs +12 -0
  993. package/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountMinAggregate.d.ts +2 -0
  994. package/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountMinAggregate.d.ts.map +1 -1
  995. package/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountMinAggregate.js.map +1 -1
  996. package/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountSumAggregate.cjs +6 -0
  997. package/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountSumAggregate.d.ts +1 -0
  998. package/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountSumAggregate.d.ts.map +1 -1
  999. package/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountSumAggregate.js.map +1 -1
  1000. package/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnAllocation.cjs +102 -0
  1001. package/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnAllocation.d.ts +12 -0
  1002. package/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnAllocation.d.ts.map +1 -0
  1003. package/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnAllocation.js.map +1 -0
  1004. package/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnAlpacaAccount.cjs +18 -0
  1005. package/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnAlpacaAccount.d.ts +3 -0
  1006. package/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnAlpacaAccount.d.ts.map +1 -1
  1007. package/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnAlpacaAccount.js.map +1 -1
  1008. package/generated/typegraphql-prisma/resolvers/outputs/index.cjs +19 -3
  1009. package/generated/typegraphql-prisma/resolvers/outputs/index.d.ts +8 -0
  1010. package/generated/typegraphql-prisma/resolvers/outputs/index.d.ts.map +1 -1
  1011. package/generated/typegraphql-prisma/resolvers/outputs/index.js.map +1 -1
  1012. package/generated/typegraphql-prisma/resolvers/relations/Allocation/AllocationRelationsResolver.cjs +81 -0
  1013. package/generated/typegraphql-prisma/resolvers/relations/Allocation/AllocationRelationsResolver.d.ts +7 -0
  1014. package/generated/typegraphql-prisma/resolvers/relations/Allocation/AllocationRelationsResolver.d.ts.map +1 -0
  1015. package/generated/typegraphql-prisma/resolvers/relations/Allocation/AllocationRelationsResolver.js.map +1 -0
  1016. package/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/AlpacaAccountRelationsResolver.cjs +26 -0
  1017. package/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/AlpacaAccountRelationsResolver.d.ts +3 -0
  1018. package/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/AlpacaAccountRelationsResolver.d.ts.map +1 -1
  1019. package/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/AlpacaAccountRelationsResolver.js.map +1 -1
  1020. package/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/args/AlpacaAccountAllocationArgs.cjs +60 -0
  1021. package/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/args/AlpacaAccountAllocationArgs.d.ts +5 -0
  1022. package/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/args/AlpacaAccountAllocationArgs.d.ts.map +1 -0
  1023. package/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/args/AlpacaAccountAllocationArgs.js.map +1 -0
  1024. package/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/args/index.cjs +3 -1
  1025. package/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/args/index.d.ts +1 -0
  1026. package/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/args/index.d.ts.map +1 -1
  1027. package/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/args/index.js.map +1 -1
  1028. package/generated/typegraphql-prisma/resolvers/relations/User/args/UserAlpacaAccountsArgs.d.ts +1 -1
  1029. package/generated/typegraphql-prisma/resolvers/relations/User/args/UserAlpacaAccountsArgs.d.ts.map +1 -1
  1030. package/generated/typegraphql-prisma/resolvers/relations/User/args/UserAlpacaAccountsArgs.js.map +1 -1
  1031. package/generated/typegraphql-prisma/resolvers/relations/resolvers.index.cjs +3 -1
  1032. package/generated/typegraphql-prisma/resolvers/relations/resolvers.index.d.ts +1 -0
  1033. package/generated/typegraphql-prisma/resolvers/relations/resolvers.index.d.ts.map +1 -1
  1034. package/generated/typegraphql-prisma/resolvers/relations/resolvers.index.js.map +1 -1
  1035. package/index.cjs +2 -0
  1036. package/index.d.ts +15 -0
  1037. package/package.json +1 -1
@@ -1 +1 @@
1
- {"version":3,"file":"AlpacaAccountOrderByWithAggregationInput.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountOrderByWithAggregationInput.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"AlpacaAccountOrderByWithAggregationInput.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountOrderByWithAggregationInput.ts"],"names":[],"mappings":"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"}
@@ -23,6 +23,9 @@ let AlpacaAccountOrderByWithAggregationInput = class AlpacaAccountOrderByWithAgg
23
23
  configuration;
24
24
  marketOpen;
25
25
  realTime;
26
+ cryptoTradingEnabled;
27
+ cryptoTradingPairs;
28
+ cryptoTradeAllocationPct;
26
29
  tradeAllocationPct;
27
30
  minPercentageChange;
28
31
  volumeThreshold;
@@ -81,6 +84,24 @@ __decorate([
81
84
  }),
82
85
  __metadata("design:type", Object)
83
86
  ], AlpacaAccountOrderByWithAggregationInput.prototype, "realTime", void 0);
87
+ __decorate([
88
+ TypeGraphQL.Field(_type => SortOrder, {
89
+ nullable: true
90
+ }),
91
+ __metadata("design:type", Object)
92
+ ], AlpacaAccountOrderByWithAggregationInput.prototype, "cryptoTradingEnabled", void 0);
93
+ __decorate([
94
+ TypeGraphQL.Field(_type => SortOrder, {
95
+ nullable: true
96
+ }),
97
+ __metadata("design:type", Object)
98
+ ], AlpacaAccountOrderByWithAggregationInput.prototype, "cryptoTradingPairs", void 0);
99
+ __decorate([
100
+ TypeGraphQL.Field(_type => SortOrder, {
101
+ nullable: true
102
+ }),
103
+ __metadata("design:type", Object)
104
+ ], AlpacaAccountOrderByWithAggregationInput.prototype, "cryptoTradeAllocationPct", void 0);
84
105
  __decorate([
85
106
  TypeGraphQL.Field(_type => SortOrder, {
86
107
  nullable: true
@@ -1,4 +1,5 @@
1
1
  import { AlertOrderByRelationAggregateInput } from "../inputs/AlertOrderByRelationAggregateInput";
2
+ import { AllocationOrderByWithRelationInput } from "../inputs/AllocationOrderByWithRelationInput";
2
3
  import { SortOrderInput } from "../inputs/SortOrderInput";
3
4
  import { UserOrderByWithRelationInput } from "../inputs/UserOrderByWithRelationInput";
4
5
  export declare class AlpacaAccountOrderByWithRelationInput {
@@ -9,6 +10,9 @@ export declare class AlpacaAccountOrderByWithRelationInput {
9
10
  configuration?: SortOrderInput | undefined;
10
11
  marketOpen?: "asc" | "desc" | undefined;
11
12
  realTime?: "asc" | "desc" | undefined;
13
+ cryptoTradingEnabled?: "asc" | "desc" | undefined;
14
+ cryptoTradingPairs?: "asc" | "desc" | undefined;
15
+ cryptoTradeAllocationPct?: "asc" | "desc" | undefined;
12
16
  tradeAllocationPct?: "asc" | "desc" | undefined;
13
17
  minPercentageChange?: "asc" | "desc" | undefined;
14
18
  volumeThreshold?: "asc" | "desc" | undefined;
@@ -19,6 +23,7 @@ export declare class AlpacaAccountOrderByWithRelationInput {
19
23
  userId?: "asc" | "desc" | undefined;
20
24
  createdAt?: "asc" | "desc" | undefined;
21
25
  updatedAt?: "asc" | "desc" | undefined;
26
+ allocation?: AllocationOrderByWithRelationInput | undefined;
22
27
  user?: UserOrderByWithRelationInput | undefined;
23
28
  alerts?: AlertOrderByRelationAggregateInput | undefined;
24
29
  }
@@ -1 +1 @@
1
- {"version":3,"file":"AlpacaAccountOrderByWithRelationInput.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountOrderByWithRelationInput.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,kCAAkC,EAAE,MAAM,8CAA8C,CAAC;AAClG,OAAO,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAC;AAC1D,OAAO,EAAE,4BAA4B,EAAE,MAAM,wCAAwC,CAAC;AAGtF,qBACa,qCAAqC;IAIhD,EAAE,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKhC,IAAI,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKlC,MAAM,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKpC,SAAS,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKvC,aAAa,CAAC,EAAE,cAAc,GAAG,SAAS,CAAC;IAK3C,UAAU,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKxC,QAAQ,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKtC,kBAAkB,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKhD,mBAAmB,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKjD,eAAe,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAK7C,2BAA2B,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKzD,qBAAqB,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKnD,+BAA+B,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAK7D,4BAA4B,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAK1D,MAAM,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKpC,SAAS,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKvC,SAAS,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKvC,IAAI,CAAC,EAAE,4BAA4B,GAAG,SAAS,CAAC;IAKhD,MAAM,CAAC,EAAE,kCAAkC,GAAG,SAAS,CAAC;CACzD"}
1
+ {"version":3,"file":"AlpacaAccountOrderByWithRelationInput.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountOrderByWithRelationInput.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,kCAAkC,EAAE,MAAM,8CAA8C,CAAC;AAClG,OAAO,EAAE,kCAAkC,EAAE,MAAM,8CAA8C,CAAC;AAClG,OAAO,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAC;AAC1D,OAAO,EAAE,4BAA4B,EAAE,MAAM,wCAAwC,CAAC;AAGtF,qBACa,qCAAqC;IAIhD,EAAE,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKhC,IAAI,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKlC,MAAM,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKpC,SAAS,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKvC,aAAa,CAAC,EAAE,cAAc,GAAG,SAAS,CAAC;IAK3C,UAAU,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKxC,QAAQ,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKtC,oBAAoB,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKlD,kBAAkB,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKhD,wBAAwB,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKtD,kBAAkB,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKhD,mBAAmB,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKjD,eAAe,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAK7C,2BAA2B,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKzD,qBAAqB,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKnD,+BAA+B,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAK7D,4BAA4B,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAK1D,MAAM,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKpC,SAAS,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKvC,SAAS,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKvC,UAAU,CAAC,EAAE,kCAAkC,GAAG,SAAS,CAAC;IAK5D,IAAI,CAAC,EAAE,4BAA4B,GAAG,SAAS,CAAC;IAKhD,MAAM,CAAC,EAAE,kCAAkC,GAAG,SAAS,CAAC;CACzD"}
@@ -1 +1 @@
1
- {"version":3,"file":"AlpacaAccountOrderByWithRelationInput.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountOrderByWithRelationInput.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"AlpacaAccountOrderByWithRelationInput.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountOrderByWithRelationInput.ts"],"names":[],"mappings":"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"}
@@ -9,6 +9,7 @@ var __metadata = (this && this.__metadata) || function (k, v) {
9
9
  };
10
10
  import * as TypeGraphQL from "type-graphql";
11
11
  import { AlertOrderByRelationAggregateInput } from "../inputs/AlertOrderByRelationAggregateInput";
12
+ import { AllocationOrderByWithRelationInput } from "../inputs/AllocationOrderByWithRelationInput";
12
13
  import { SortOrderInput } from "../inputs/SortOrderInput";
13
14
  import { UserOrderByWithRelationInput } from "../inputs/UserOrderByWithRelationInput";
14
15
  import { SortOrder } from "../../enums/SortOrder";
@@ -20,6 +21,9 @@ let AlpacaAccountOrderByWithRelationInput = class AlpacaAccountOrderByWithRelati
20
21
  configuration;
21
22
  marketOpen;
22
23
  realTime;
24
+ cryptoTradingEnabled;
25
+ cryptoTradingPairs;
26
+ cryptoTradeAllocationPct;
23
27
  tradeAllocationPct;
24
28
  minPercentageChange;
25
29
  volumeThreshold;
@@ -30,6 +34,7 @@ let AlpacaAccountOrderByWithRelationInput = class AlpacaAccountOrderByWithRelati
30
34
  userId;
31
35
  createdAt;
32
36
  updatedAt;
37
+ allocation;
33
38
  user;
34
39
  alerts;
35
40
  };
@@ -75,6 +80,24 @@ __decorate([
75
80
  }),
76
81
  __metadata("design:type", Object)
77
82
  ], AlpacaAccountOrderByWithRelationInput.prototype, "realTime", void 0);
83
+ __decorate([
84
+ TypeGraphQL.Field(_type => SortOrder, {
85
+ nullable: true
86
+ }),
87
+ __metadata("design:type", Object)
88
+ ], AlpacaAccountOrderByWithRelationInput.prototype, "cryptoTradingEnabled", void 0);
89
+ __decorate([
90
+ TypeGraphQL.Field(_type => SortOrder, {
91
+ nullable: true
92
+ }),
93
+ __metadata("design:type", Object)
94
+ ], AlpacaAccountOrderByWithRelationInput.prototype, "cryptoTradingPairs", void 0);
95
+ __decorate([
96
+ TypeGraphQL.Field(_type => SortOrder, {
97
+ nullable: true
98
+ }),
99
+ __metadata("design:type", Object)
100
+ ], AlpacaAccountOrderByWithRelationInput.prototype, "cryptoTradeAllocationPct", void 0);
78
101
  __decorate([
79
102
  TypeGraphQL.Field(_type => SortOrder, {
80
103
  nullable: true
@@ -135,6 +158,12 @@ __decorate([
135
158
  }),
136
159
  __metadata("design:type", Object)
137
160
  ], AlpacaAccountOrderByWithRelationInput.prototype, "updatedAt", void 0);
161
+ __decorate([
162
+ TypeGraphQL.Field(_type => AllocationOrderByWithRelationInput, {
163
+ nullable: true
164
+ }),
165
+ __metadata("design:type", Object)
166
+ ], AlpacaAccountOrderByWithRelationInput.prototype, "allocation", void 0);
138
167
  __decorate([
139
168
  TypeGraphQL.Field(_type => UserOrderByWithRelationInput, {
140
169
  nullable: true
@@ -4,6 +4,7 @@ import { EnumAlpacaAccountTypeFilter } from "../inputs/EnumAlpacaAccountTypeFilt
4
4
  import { FloatFilter } from "../inputs/FloatFilter";
5
5
  import { JsonNullableFilter } from "../inputs/JsonNullableFilter";
6
6
  import { StringFilter } from "../inputs/StringFilter";
7
+ import { StringNullableListFilter } from "../inputs/StringNullableListFilter";
7
8
  import { UuidFilter } from "../inputs/UuidFilter";
8
9
  export declare class AlpacaAccountScalarWhereInput {
9
10
  AND?: AlpacaAccountScalarWhereInput[] | undefined;
@@ -16,6 +17,9 @@ export declare class AlpacaAccountScalarWhereInput {
16
17
  configuration?: JsonNullableFilter | undefined;
17
18
  marketOpen?: BoolFilter | undefined;
18
19
  realTime?: BoolFilter | undefined;
20
+ cryptoTradingEnabled?: BoolFilter | undefined;
21
+ cryptoTradingPairs?: StringNullableListFilter | undefined;
22
+ cryptoTradeAllocationPct?: FloatFilter | undefined;
19
23
  tradeAllocationPct?: FloatFilter | undefined;
20
24
  minPercentageChange?: FloatFilter | undefined;
21
25
  volumeThreshold?: FloatFilter | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"AlpacaAccountScalarWhereInput.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountScalarWhereInput.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAClD,OAAO,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAC;AAC1D,OAAO,EAAE,2BAA2B,EAAE,MAAM,uCAAuC,CAAC;AACpF,OAAO,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;AACpD,OAAO,EAAE,kBAAkB,EAAE,MAAM,8BAA8B,CAAC;AAClE,OAAO,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AACtD,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAElD,qBACa,6BAA6B;IAIxC,GAAG,CAAC,EAAE,6BAA6B,EAAE,GAAG,SAAS,CAAC;IAKlD,EAAE,CAAC,EAAE,6BAA6B,EAAE,GAAG,SAAS,CAAC;IAKjD,GAAG,CAAC,EAAE,6BAA6B,EAAE,GAAG,SAAS,CAAC;IAKlD,EAAE,CAAC,EAAE,UAAU,GAAG,SAAS,CAAC;IAK5B,IAAI,CAAC,EAAE,2BAA2B,GAAG,SAAS,CAAC;IAK/C,MAAM,CAAC,EAAE,YAAY,GAAG,SAAS,CAAC;IAKlC,SAAS,CAAC,EAAE,YAAY,GAAG,SAAS,CAAC;IAKrC,aAAa,CAAC,EAAE,kBAAkB,GAAG,SAAS,CAAC;IAK/C,UAAU,CAAC,EAAE,UAAU,GAAG,SAAS,CAAC;IAKpC,QAAQ,CAAC,EAAE,UAAU,GAAG,SAAS,CAAC;IAKlC,kBAAkB,CAAC,EAAE,WAAW,GAAG,SAAS,CAAC;IAK7C,mBAAmB,CAAC,EAAE,WAAW,GAAG,SAAS,CAAC;IAK9C,eAAe,CAAC,EAAE,WAAW,GAAG,SAAS,CAAC;IAK1C,2BAA2B,CAAC,EAAE,UAAU,GAAG,SAAS,CAAC;IAKrD,qBAAqB,CAAC,EAAE,WAAW,GAAG,SAAS,CAAC;IAKhD,+BAA+B,CAAC,EAAE,WAAW,GAAG,SAAS,CAAC;IAK1D,4BAA4B,CAAC,EAAE,WAAW,GAAG,SAAS,CAAC;IAKvD,MAAM,CAAC,EAAE,UAAU,GAAG,SAAS,CAAC;IAKhC,SAAS,CAAC,EAAE,cAAc,GAAG,SAAS,CAAC;IAKvC,SAAS,CAAC,EAAE,cAAc,GAAG,SAAS,CAAC;CACxC"}
1
+ {"version":3,"file":"AlpacaAccountScalarWhereInput.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountScalarWhereInput.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAClD,OAAO,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAC;AAC1D,OAAO,EAAE,2BAA2B,EAAE,MAAM,uCAAuC,CAAC;AACpF,OAAO,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;AACpD,OAAO,EAAE,kBAAkB,EAAE,MAAM,8BAA8B,CAAC;AAClE,OAAO,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AACtD,OAAO,EAAE,wBAAwB,EAAE,MAAM,oCAAoC,CAAC;AAC9E,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAElD,qBACa,6BAA6B;IAIxC,GAAG,CAAC,EAAE,6BAA6B,EAAE,GAAG,SAAS,CAAC;IAKlD,EAAE,CAAC,EAAE,6BAA6B,EAAE,GAAG,SAAS,CAAC;IAKjD,GAAG,CAAC,EAAE,6BAA6B,EAAE,GAAG,SAAS,CAAC;IAKlD,EAAE,CAAC,EAAE,UAAU,GAAG,SAAS,CAAC;IAK5B,IAAI,CAAC,EAAE,2BAA2B,GAAG,SAAS,CAAC;IAK/C,MAAM,CAAC,EAAE,YAAY,GAAG,SAAS,CAAC;IAKlC,SAAS,CAAC,EAAE,YAAY,GAAG,SAAS,CAAC;IAKrC,aAAa,CAAC,EAAE,kBAAkB,GAAG,SAAS,CAAC;IAK/C,UAAU,CAAC,EAAE,UAAU,GAAG,SAAS,CAAC;IAKpC,QAAQ,CAAC,EAAE,UAAU,GAAG,SAAS,CAAC;IAKlC,oBAAoB,CAAC,EAAE,UAAU,GAAG,SAAS,CAAC;IAK9C,kBAAkB,CAAC,EAAE,wBAAwB,GAAG,SAAS,CAAC;IAK1D,wBAAwB,CAAC,EAAE,WAAW,GAAG,SAAS,CAAC;IAKnD,kBAAkB,CAAC,EAAE,WAAW,GAAG,SAAS,CAAC;IAK7C,mBAAmB,CAAC,EAAE,WAAW,GAAG,SAAS,CAAC;IAK9C,eAAe,CAAC,EAAE,WAAW,GAAG,SAAS,CAAC;IAK1C,2BAA2B,CAAC,EAAE,UAAU,GAAG,SAAS,CAAC;IAKrD,qBAAqB,CAAC,EAAE,WAAW,GAAG,SAAS,CAAC;IAKhD,+BAA+B,CAAC,EAAE,WAAW,GAAG,SAAS,CAAC;IAK1D,4BAA4B,CAAC,EAAE,WAAW,GAAG,SAAS,CAAC;IAKvD,MAAM,CAAC,EAAE,UAAU,GAAG,SAAS,CAAC;IAKhC,SAAS,CAAC,EAAE,cAAc,GAAG,SAAS,CAAC;IAKvC,SAAS,CAAC,EAAE,cAAc,GAAG,SAAS,CAAC;CACxC"}
@@ -1 +1 @@
1
- {"version":3,"file":"AlpacaAccountScalarWhereInput.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountScalarWhereInput.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"AlpacaAccountScalarWhereInput.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountScalarWhereInput.ts"],"names":[],"mappings":"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"}
@@ -14,6 +14,7 @@ import { EnumAlpacaAccountTypeFilter } from "../inputs/EnumAlpacaAccountTypeFilt
14
14
  import { FloatFilter } from "../inputs/FloatFilter";
15
15
  import { JsonNullableFilter } from "../inputs/JsonNullableFilter";
16
16
  import { StringFilter } from "../inputs/StringFilter";
17
+ import { StringNullableListFilter } from "../inputs/StringNullableListFilter";
17
18
  import { UuidFilter } from "../inputs/UuidFilter";
18
19
  let AlpacaAccountScalarWhereInput = class AlpacaAccountScalarWhereInput {
19
20
  AND;
@@ -26,6 +27,9 @@ let AlpacaAccountScalarWhereInput = class AlpacaAccountScalarWhereInput {
26
27
  configuration;
27
28
  marketOpen;
28
29
  realTime;
30
+ cryptoTradingEnabled;
31
+ cryptoTradingPairs;
32
+ cryptoTradeAllocationPct;
29
33
  tradeAllocationPct;
30
34
  minPercentageChange;
31
35
  volumeThreshold;
@@ -97,6 +101,24 @@ __decorate([
97
101
  }),
98
102
  __metadata("design:type", Object)
99
103
  ], AlpacaAccountScalarWhereInput.prototype, "realTime", void 0);
104
+ __decorate([
105
+ TypeGraphQL.Field(_type => BoolFilter, {
106
+ nullable: true
107
+ }),
108
+ __metadata("design:type", Object)
109
+ ], AlpacaAccountScalarWhereInput.prototype, "cryptoTradingEnabled", void 0);
110
+ __decorate([
111
+ TypeGraphQL.Field(_type => StringNullableListFilter, {
112
+ nullable: true
113
+ }),
114
+ __metadata("design:type", Object)
115
+ ], AlpacaAccountScalarWhereInput.prototype, "cryptoTradingPairs", void 0);
116
+ __decorate([
117
+ TypeGraphQL.Field(_type => FloatFilter, {
118
+ nullable: true
119
+ }),
120
+ __metadata("design:type", Object)
121
+ ], AlpacaAccountScalarWhereInput.prototype, "cryptoTradeAllocationPct", void 0);
100
122
  __decorate([
101
123
  TypeGraphQL.Field(_type => FloatFilter, {
102
124
  nullable: true
@@ -3,6 +3,7 @@ import { DateTimeWithAggregatesFilter } from "../inputs/DateTimeWithAggregatesFi
3
3
  import { EnumAlpacaAccountTypeWithAggregatesFilter } from "../inputs/EnumAlpacaAccountTypeWithAggregatesFilter";
4
4
  import { FloatWithAggregatesFilter } from "../inputs/FloatWithAggregatesFilter";
5
5
  import { JsonNullableWithAggregatesFilter } from "../inputs/JsonNullableWithAggregatesFilter";
6
+ import { StringNullableListFilter } from "../inputs/StringNullableListFilter";
6
7
  import { StringWithAggregatesFilter } from "../inputs/StringWithAggregatesFilter";
7
8
  import { UuidWithAggregatesFilter } from "../inputs/UuidWithAggregatesFilter";
8
9
  export declare class AlpacaAccountScalarWhereWithAggregatesInput {
@@ -16,6 +17,9 @@ export declare class AlpacaAccountScalarWhereWithAggregatesInput {
16
17
  configuration?: JsonNullableWithAggregatesFilter | undefined;
17
18
  marketOpen?: BoolWithAggregatesFilter | undefined;
18
19
  realTime?: BoolWithAggregatesFilter | undefined;
20
+ cryptoTradingEnabled?: BoolWithAggregatesFilter | undefined;
21
+ cryptoTradingPairs?: StringNullableListFilter | undefined;
22
+ cryptoTradeAllocationPct?: FloatWithAggregatesFilter | undefined;
19
23
  tradeAllocationPct?: FloatWithAggregatesFilter | undefined;
20
24
  minPercentageChange?: FloatWithAggregatesFilter | undefined;
21
25
  volumeThreshold?: FloatWithAggregatesFilter | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"AlpacaAccountScalarWhereWithAggregatesInput.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountScalarWhereWithAggregatesInput.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,wBAAwB,EAAE,MAAM,oCAAoC,CAAC;AAC9E,OAAO,EAAE,4BAA4B,EAAE,MAAM,wCAAwC,CAAC;AACtF,OAAO,EAAE,yCAAyC,EAAE,MAAM,qDAAqD,CAAC;AAChH,OAAO,EAAE,yBAAyB,EAAE,MAAM,qCAAqC,CAAC;AAChF,OAAO,EAAE,gCAAgC,EAAE,MAAM,4CAA4C,CAAC;AAC9F,OAAO,EAAE,0BAA0B,EAAE,MAAM,sCAAsC,CAAC;AAClF,OAAO,EAAE,wBAAwB,EAAE,MAAM,oCAAoC,CAAC;AAE9E,qBACa,2CAA2C;IAItD,GAAG,CAAC,EAAE,2CAA2C,EAAE,GAAG,SAAS,CAAC;IAKhE,EAAE,CAAC,EAAE,2CAA2C,EAAE,GAAG,SAAS,CAAC;IAK/D,GAAG,CAAC,EAAE,2CAA2C,EAAE,GAAG,SAAS,CAAC;IAKhE,EAAE,CAAC,EAAE,wBAAwB,GAAG,SAAS,CAAC;IAK1C,IAAI,CAAC,EAAE,yCAAyC,GAAG,SAAS,CAAC;IAK7D,MAAM,CAAC,EAAE,0BAA0B,GAAG,SAAS,CAAC;IAKhD,SAAS,CAAC,EAAE,0BAA0B,GAAG,SAAS,CAAC;IAKnD,aAAa,CAAC,EAAE,gCAAgC,GAAG,SAAS,CAAC;IAK7D,UAAU,CAAC,EAAE,wBAAwB,GAAG,SAAS,CAAC;IAKlD,QAAQ,CAAC,EAAE,wBAAwB,GAAG,SAAS,CAAC;IAKhD,kBAAkB,CAAC,EAAE,yBAAyB,GAAG,SAAS,CAAC;IAK3D,mBAAmB,CAAC,EAAE,yBAAyB,GAAG,SAAS,CAAC;IAK5D,eAAe,CAAC,EAAE,yBAAyB,GAAG,SAAS,CAAC;IAKxD,2BAA2B,CAAC,EAAE,wBAAwB,GAAG,SAAS,CAAC;IAKnE,qBAAqB,CAAC,EAAE,yBAAyB,GAAG,SAAS,CAAC;IAK9D,+BAA+B,CAAC,EAAE,yBAAyB,GAAG,SAAS,CAAC;IAKxE,4BAA4B,CAAC,EAAE,yBAAyB,GAAG,SAAS,CAAC;IAKrE,MAAM,CAAC,EAAE,wBAAwB,GAAG,SAAS,CAAC;IAK9C,SAAS,CAAC,EAAE,4BAA4B,GAAG,SAAS,CAAC;IAKrD,SAAS,CAAC,EAAE,4BAA4B,GAAG,SAAS,CAAC;CACtD"}
1
+ {"version":3,"file":"AlpacaAccountScalarWhereWithAggregatesInput.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountScalarWhereWithAggregatesInput.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,wBAAwB,EAAE,MAAM,oCAAoC,CAAC;AAC9E,OAAO,EAAE,4BAA4B,EAAE,MAAM,wCAAwC,CAAC;AACtF,OAAO,EAAE,yCAAyC,EAAE,MAAM,qDAAqD,CAAC;AAChH,OAAO,EAAE,yBAAyB,EAAE,MAAM,qCAAqC,CAAC;AAChF,OAAO,EAAE,gCAAgC,EAAE,MAAM,4CAA4C,CAAC;AAC9F,OAAO,EAAE,wBAAwB,EAAE,MAAM,oCAAoC,CAAC;AAC9E,OAAO,EAAE,0BAA0B,EAAE,MAAM,sCAAsC,CAAC;AAClF,OAAO,EAAE,wBAAwB,EAAE,MAAM,oCAAoC,CAAC;AAE9E,qBACa,2CAA2C;IAItD,GAAG,CAAC,EAAE,2CAA2C,EAAE,GAAG,SAAS,CAAC;IAKhE,EAAE,CAAC,EAAE,2CAA2C,EAAE,GAAG,SAAS,CAAC;IAK/D,GAAG,CAAC,EAAE,2CAA2C,EAAE,GAAG,SAAS,CAAC;IAKhE,EAAE,CAAC,EAAE,wBAAwB,GAAG,SAAS,CAAC;IAK1C,IAAI,CAAC,EAAE,yCAAyC,GAAG,SAAS,CAAC;IAK7D,MAAM,CAAC,EAAE,0BAA0B,GAAG,SAAS,CAAC;IAKhD,SAAS,CAAC,EAAE,0BAA0B,GAAG,SAAS,CAAC;IAKnD,aAAa,CAAC,EAAE,gCAAgC,GAAG,SAAS,CAAC;IAK7D,UAAU,CAAC,EAAE,wBAAwB,GAAG,SAAS,CAAC;IAKlD,QAAQ,CAAC,EAAE,wBAAwB,GAAG,SAAS,CAAC;IAKhD,oBAAoB,CAAC,EAAE,wBAAwB,GAAG,SAAS,CAAC;IAK5D,kBAAkB,CAAC,EAAE,wBAAwB,GAAG,SAAS,CAAC;IAK1D,wBAAwB,CAAC,EAAE,yBAAyB,GAAG,SAAS,CAAC;IAKjE,kBAAkB,CAAC,EAAE,yBAAyB,GAAG,SAAS,CAAC;IAK3D,mBAAmB,CAAC,EAAE,yBAAyB,GAAG,SAAS,CAAC;IAK5D,eAAe,CAAC,EAAE,yBAAyB,GAAG,SAAS,CAAC;IAKxD,2BAA2B,CAAC,EAAE,wBAAwB,GAAG,SAAS,CAAC;IAKnE,qBAAqB,CAAC,EAAE,yBAAyB,GAAG,SAAS,CAAC;IAK9D,+BAA+B,CAAC,EAAE,yBAAyB,GAAG,SAAS,CAAC;IAKxE,4BAA4B,CAAC,EAAE,yBAAyB,GAAG,SAAS,CAAC;IAKrE,MAAM,CAAC,EAAE,wBAAwB,GAAG,SAAS,CAAC;IAK9C,SAAS,CAAC,EAAE,4BAA4B,GAAG,SAAS,CAAC;IAKrD,SAAS,CAAC,EAAE,4BAA4B,GAAG,SAAS,CAAC;CACtD"}
@@ -1 +1 @@
1
- {"version":3,"file":"AlpacaAccountScalarWhereWithAggregatesInput.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountScalarWhereWithAggregatesInput.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"AlpacaAccountScalarWhereWithAggregatesInput.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountScalarWhereWithAggregatesInput.ts"],"names":[],"mappings":"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"}
@@ -13,6 +13,7 @@ import { DateTimeWithAggregatesFilter } from "../inputs/DateTimeWithAggregatesFi
13
13
  import { EnumAlpacaAccountTypeWithAggregatesFilter } from "../inputs/EnumAlpacaAccountTypeWithAggregatesFilter";
14
14
  import { FloatWithAggregatesFilter } from "../inputs/FloatWithAggregatesFilter";
15
15
  import { JsonNullableWithAggregatesFilter } from "../inputs/JsonNullableWithAggregatesFilter";
16
+ import { StringNullableListFilter } from "../inputs/StringNullableListFilter";
16
17
  import { StringWithAggregatesFilter } from "../inputs/StringWithAggregatesFilter";
17
18
  import { UuidWithAggregatesFilter } from "../inputs/UuidWithAggregatesFilter";
18
19
  let AlpacaAccountScalarWhereWithAggregatesInput = class AlpacaAccountScalarWhereWithAggregatesInput {
@@ -26,6 +27,9 @@ let AlpacaAccountScalarWhereWithAggregatesInput = class AlpacaAccountScalarWhere
26
27
  configuration;
27
28
  marketOpen;
28
29
  realTime;
30
+ cryptoTradingEnabled;
31
+ cryptoTradingPairs;
32
+ cryptoTradeAllocationPct;
29
33
  tradeAllocationPct;
30
34
  minPercentageChange;
31
35
  volumeThreshold;
@@ -97,6 +101,24 @@ __decorate([
97
101
  }),
98
102
  __metadata("design:type", Object)
99
103
  ], AlpacaAccountScalarWhereWithAggregatesInput.prototype, "realTime", void 0);
104
+ __decorate([
105
+ TypeGraphQL.Field(_type => BoolWithAggregatesFilter, {
106
+ nullable: true
107
+ }),
108
+ __metadata("design:type", Object)
109
+ ], AlpacaAccountScalarWhereWithAggregatesInput.prototype, "cryptoTradingEnabled", void 0);
110
+ __decorate([
111
+ TypeGraphQL.Field(_type => StringNullableListFilter, {
112
+ nullable: true
113
+ }),
114
+ __metadata("design:type", Object)
115
+ ], AlpacaAccountScalarWhereWithAggregatesInput.prototype, "cryptoTradingPairs", void 0);
116
+ __decorate([
117
+ TypeGraphQL.Field(_type => FloatWithAggregatesFilter, {
118
+ nullable: true
119
+ }),
120
+ __metadata("design:type", Object)
121
+ ], AlpacaAccountScalarWhereWithAggregatesInput.prototype, "cryptoTradeAllocationPct", void 0);
100
122
  __decorate([
101
123
  TypeGraphQL.Field(_type => FloatWithAggregatesFilter, {
102
124
  nullable: true
@@ -1,4 +1,5 @@
1
1
  export declare class AlpacaAccountSumOrderByAggregateInput {
2
+ cryptoTradeAllocationPct?: "asc" | "desc" | undefined;
2
3
  tradeAllocationPct?: "asc" | "desc" | undefined;
3
4
  minPercentageChange?: "asc" | "desc" | undefined;
4
5
  volumeThreshold?: "asc" | "desc" | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"AlpacaAccountSumOrderByAggregateInput.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountSumOrderByAggregateInput.ts"],"names":[],"mappings":"AAMA,qBACa,qCAAqC;IAIhD,kBAAkB,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKhD,mBAAmB,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKjD,eAAe,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAK7C,qBAAqB,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKnD,+BAA+B,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAK7D,4BAA4B,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;CAC3D"}
1
+ {"version":3,"file":"AlpacaAccountSumOrderByAggregateInput.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountSumOrderByAggregateInput.ts"],"names":[],"mappings":"AAMA,qBACa,qCAAqC;IAIhD,wBAAwB,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKtD,kBAAkB,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKhD,mBAAmB,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKjD,eAAe,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAK7C,qBAAqB,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKnD,+BAA+B,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAK7D,4BAA4B,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;CAC3D"}
@@ -1 +1 @@
1
- {"version":3,"file":"AlpacaAccountSumOrderByAggregateInput.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountSumOrderByAggregateInput.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAI5C,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAG3C,IAAM,qCAAqC,GAA3C,MAAM,qCAAqC;IAIhD,kBAAkB,CAA8B;IAKhD,mBAAmB,CAA8B;IAKjD,eAAe,CAA8B;IAK7C,qBAAqB,CAA8B;IAKnD,+BAA+B,CAA8B;IAK7D,4BAA4B,CAA8B;CAC3D,CAAA;AA1BC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,SAAS,EAAE;QACrC,QAAQ,EAAE,IAAI;KACf,CAAC;;iFAC8C;AAKhD;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,SAAS,EAAE;QACrC,QAAQ,EAAE,IAAI;KACf,CAAC;;kFAC+C;AAKjD;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,SAAS,EAAE;QACrC,QAAQ,EAAE,IAAI;KACf,CAAC;;8EAC2C;AAK7C;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,SAAS,EAAE;QACrC,QAAQ,EAAE,IAAI;KACf,CAAC;;oFACiD;AAKnD;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,SAAS,EAAE;QACrC,QAAQ,EAAE,IAAI;KACf,CAAC;;8FAC2D;AAK7D;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,SAAS,EAAE;QACrC,QAAQ,EAAE,IAAI;KACf,CAAC;;2FACwD;AA7B/C,qCAAqC;IADjD,WAAW,CAAC,SAAS,CAAC,uCAAuC,EAAE,EAAE,CAAC;GACtD,qCAAqC,CA8BjD"}
1
+ {"version":3,"file":"AlpacaAccountSumOrderByAggregateInput.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountSumOrderByAggregateInput.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAI5C,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAG3C,IAAM,qCAAqC,GAA3C,MAAM,qCAAqC;IAIhD,wBAAwB,CAA8B;IAKtD,kBAAkB,CAA8B;IAKhD,mBAAmB,CAA8B;IAKjD,eAAe,CAA8B;IAK7C,qBAAqB,CAA8B;IAKnD,+BAA+B,CAA8B;IAK7D,4BAA4B,CAA8B;CAC3D,CAAA;AA/BC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,SAAS,EAAE;QACrC,QAAQ,EAAE,IAAI;KACf,CAAC;;uFACoD;AAKtD;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,SAAS,EAAE;QACrC,QAAQ,EAAE,IAAI;KACf,CAAC;;iFAC8C;AAKhD;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,SAAS,EAAE;QACrC,QAAQ,EAAE,IAAI;KACf,CAAC;;kFAC+C;AAKjD;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,SAAS,EAAE;QACrC,QAAQ,EAAE,IAAI;KACf,CAAC;;8EAC2C;AAK7C;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,SAAS,EAAE;QACrC,QAAQ,EAAE,IAAI;KACf,CAAC;;oFACiD;AAKnD;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,SAAS,EAAE;QACrC,QAAQ,EAAE,IAAI;KACf,CAAC;;8FAC2D;AAK7D;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,SAAS,EAAE;QACrC,QAAQ,EAAE,IAAI;KACf,CAAC;;2FACwD;AAlC/C,qCAAqC;IADjD,WAAW,CAAC,SAAS,CAAC,uCAAuC,EAAE,EAAE,CAAC;GACtD,qCAAqC,CAmCjD"}
@@ -10,6 +10,7 @@ var __metadata = (this && this.__metadata) || function (k, v) {
10
10
  import * as TypeGraphQL from "type-graphql";
11
11
  import { SortOrder } from "../../enums/SortOrder";
12
12
  let AlpacaAccountSumOrderByAggregateInput = class AlpacaAccountSumOrderByAggregateInput {
13
+ cryptoTradeAllocationPct;
13
14
  tradeAllocationPct;
14
15
  minPercentageChange;
15
16
  volumeThreshold;
@@ -17,6 +18,12 @@ let AlpacaAccountSumOrderByAggregateInput = class AlpacaAccountSumOrderByAggrega
17
18
  portfolioProfitThresholdPercent;
18
19
  reducedPortfolioTrailPercent;
19
20
  };
21
+ __decorate([
22
+ TypeGraphQL.Field(_type => SortOrder, {
23
+ nullable: true
24
+ }),
25
+ __metadata("design:type", Object)
26
+ ], AlpacaAccountSumOrderByAggregateInput.prototype, "cryptoTradeAllocationPct", void 0);
20
27
  __decorate([
21
28
  TypeGraphQL.Field(_type => SortOrder, {
22
29
  nullable: true
@@ -1,5 +1,7 @@
1
1
  import { Prisma } from "@prisma/client";
2
2
  import { AlertUpdateManyWithoutAlpacaAccountNestedInput } from "../inputs/AlertUpdateManyWithoutAlpacaAccountNestedInput";
3
+ import { AllocationUpdateOneWithoutAlpacaAccountNestedInput } from "../inputs/AllocationUpdateOneWithoutAlpacaAccountNestedInput";
4
+ import { AlpacaAccountUpdatecryptoTradingPairsInput } from "../inputs/AlpacaAccountUpdatecryptoTradingPairsInput";
3
5
  import { BoolFieldUpdateOperationsInput } from "../inputs/BoolFieldUpdateOperationsInput";
4
6
  import { DateTimeFieldUpdateOperationsInput } from "../inputs/DateTimeFieldUpdateOperationsInput";
5
7
  import { EnumAlpacaAccountTypeFieldUpdateOperationsInput } from "../inputs/EnumAlpacaAccountTypeFieldUpdateOperationsInput";
@@ -14,6 +16,9 @@ export declare class AlpacaAccountUpdateInput {
14
16
  configuration?: Prisma.InputJsonValue | undefined;
15
17
  marketOpen?: BoolFieldUpdateOperationsInput | undefined;
16
18
  realTime?: BoolFieldUpdateOperationsInput | undefined;
19
+ cryptoTradingEnabled?: BoolFieldUpdateOperationsInput | undefined;
20
+ cryptoTradingPairs?: AlpacaAccountUpdatecryptoTradingPairsInput | undefined;
21
+ cryptoTradeAllocationPct?: FloatFieldUpdateOperationsInput | undefined;
17
22
  tradeAllocationPct?: FloatFieldUpdateOperationsInput | undefined;
18
23
  minPercentageChange?: FloatFieldUpdateOperationsInput | undefined;
19
24
  volumeThreshold?: FloatFieldUpdateOperationsInput | undefined;
@@ -23,6 +28,7 @@ export declare class AlpacaAccountUpdateInput {
23
28
  reducedPortfolioTrailPercent?: FloatFieldUpdateOperationsInput | undefined;
24
29
  createdAt?: DateTimeFieldUpdateOperationsInput | undefined;
25
30
  updatedAt?: DateTimeFieldUpdateOperationsInput | undefined;
31
+ allocation?: AllocationUpdateOneWithoutAlpacaAccountNestedInput | undefined;
26
32
  user?: UserUpdateOneRequiredWithoutAlpacaAccountsNestedInput | undefined;
27
33
  alerts?: AlertUpdateManyWithoutAlpacaAccountNestedInput | undefined;
28
34
  }
@@ -1 +1 @@
1
- {"version":3,"file":"AlpacaAccountUpdateInput.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateInput.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAC;AAExC,OAAO,EAAE,8CAA8C,EAAE,MAAM,0DAA0D,CAAC;AAC1H,OAAO,EAAE,8BAA8B,EAAE,MAAM,0CAA0C,CAAC;AAC1F,OAAO,EAAE,kCAAkC,EAAE,MAAM,8CAA8C,CAAC;AAClG,OAAO,EAAE,+CAA+C,EAAE,MAAM,2DAA2D,CAAC;AAC5H,OAAO,EAAE,+BAA+B,EAAE,MAAM,2CAA2C,CAAC;AAC5F,OAAO,EAAE,gCAAgC,EAAE,MAAM,4CAA4C,CAAC;AAC9F,OAAO,EAAE,qDAAqD,EAAE,MAAM,iEAAiE,CAAC;AAExI,qBACa,wBAAwB;IAInC,EAAE,CAAC,EAAE,gCAAgC,GAAG,SAAS,CAAC;IAKlD,IAAI,CAAC,EAAE,+CAA+C,GAAG,SAAS,CAAC;IAKnE,MAAM,CAAC,EAAE,gCAAgC,GAAG,SAAS,CAAC;IAKtD,SAAS,CAAC,EAAE,gCAAgC,GAAG,SAAS,CAAC;IAKzD,aAAa,CAAC,EAAE,MAAM,CAAC,cAAc,GAAG,SAAS,CAAC;IAKlD,UAAU,CAAC,EAAE,8BAA8B,GAAG,SAAS,CAAC;IAKxD,QAAQ,CAAC,EAAE,8BAA8B,GAAG,SAAS,CAAC;IAKtD,kBAAkB,CAAC,EAAE,+BAA+B,GAAG,SAAS,CAAC;IAKjE,mBAAmB,CAAC,EAAE,+BAA+B,GAAG,SAAS,CAAC;IAKlE,eAAe,CAAC,EAAE,+BAA+B,GAAG,SAAS,CAAC;IAK9D,2BAA2B,CAAC,EAAE,8BAA8B,GAAG,SAAS,CAAC;IAKzE,qBAAqB,CAAC,EAAE,+BAA+B,GAAG,SAAS,CAAC;IAKpE,+BAA+B,CAAC,EAAE,+BAA+B,GAAG,SAAS,CAAC;IAK9E,4BAA4B,CAAC,EAAE,+BAA+B,GAAG,SAAS,CAAC;IAK3E,SAAS,CAAC,EAAE,kCAAkC,GAAG,SAAS,CAAC;IAK3D,SAAS,CAAC,EAAE,kCAAkC,GAAG,SAAS,CAAC;IAK3D,IAAI,CAAC,EAAE,qDAAqD,GAAG,SAAS,CAAC;IAKzE,MAAM,CAAC,EAAE,8CAA8C,GAAG,SAAS,CAAC;CACrE"}
1
+ {"version":3,"file":"AlpacaAccountUpdateInput.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateInput.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAC;AAExC,OAAO,EAAE,8CAA8C,EAAE,MAAM,0DAA0D,CAAC;AAC1H,OAAO,EAAE,kDAAkD,EAAE,MAAM,8DAA8D,CAAC;AAClI,OAAO,EAAE,0CAA0C,EAAE,MAAM,sDAAsD,CAAC;AAClH,OAAO,EAAE,8BAA8B,EAAE,MAAM,0CAA0C,CAAC;AAC1F,OAAO,EAAE,kCAAkC,EAAE,MAAM,8CAA8C,CAAC;AAClG,OAAO,EAAE,+CAA+C,EAAE,MAAM,2DAA2D,CAAC;AAC5H,OAAO,EAAE,+BAA+B,EAAE,MAAM,2CAA2C,CAAC;AAC5F,OAAO,EAAE,gCAAgC,EAAE,MAAM,4CAA4C,CAAC;AAC9F,OAAO,EAAE,qDAAqD,EAAE,MAAM,iEAAiE,CAAC;AAExI,qBACa,wBAAwB;IAInC,EAAE,CAAC,EAAE,gCAAgC,GAAG,SAAS,CAAC;IAKlD,IAAI,CAAC,EAAE,+CAA+C,GAAG,SAAS,CAAC;IAKnE,MAAM,CAAC,EAAE,gCAAgC,GAAG,SAAS,CAAC;IAKtD,SAAS,CAAC,EAAE,gCAAgC,GAAG,SAAS,CAAC;IAKzD,aAAa,CAAC,EAAE,MAAM,CAAC,cAAc,GAAG,SAAS,CAAC;IAKlD,UAAU,CAAC,EAAE,8BAA8B,GAAG,SAAS,CAAC;IAKxD,QAAQ,CAAC,EAAE,8BAA8B,GAAG,SAAS,CAAC;IAKtD,oBAAoB,CAAC,EAAE,8BAA8B,GAAG,SAAS,CAAC;IAKlE,kBAAkB,CAAC,EAAE,0CAA0C,GAAG,SAAS,CAAC;IAK5E,wBAAwB,CAAC,EAAE,+BAA+B,GAAG,SAAS,CAAC;IAKvE,kBAAkB,CAAC,EAAE,+BAA+B,GAAG,SAAS,CAAC;IAKjE,mBAAmB,CAAC,EAAE,+BAA+B,GAAG,SAAS,CAAC;IAKlE,eAAe,CAAC,EAAE,+BAA+B,GAAG,SAAS,CAAC;IAK9D,2BAA2B,CAAC,EAAE,8BAA8B,GAAG,SAAS,CAAC;IAKzE,qBAAqB,CAAC,EAAE,+BAA+B,GAAG,SAAS,CAAC;IAKpE,+BAA+B,CAAC,EAAE,+BAA+B,GAAG,SAAS,CAAC;IAK9E,4BAA4B,CAAC,EAAE,+BAA+B,GAAG,SAAS,CAAC;IAK3E,SAAS,CAAC,EAAE,kCAAkC,GAAG,SAAS,CAAC;IAK3D,SAAS,CAAC,EAAE,kCAAkC,GAAG,SAAS,CAAC;IAK3D,UAAU,CAAC,EAAE,kDAAkD,GAAG,SAAS,CAAC;IAK5E,IAAI,CAAC,EAAE,qDAAqD,GAAG,SAAS,CAAC;IAKzE,MAAM,CAAC,EAAE,8CAA8C,GAAG,SAAS,CAAC;CACrE"}
@@ -1 +1 @@
1
- {"version":3,"file":"AlpacaAccountUpdateInput.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateInput.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"AlpacaAccountUpdateInput.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateInput.ts"],"names":[],"mappings":"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"}
@@ -10,6 +10,8 @@ var __metadata = (this && this.__metadata) || function (k, v) {
10
10
  import * as TypeGraphQL from "type-graphql";
11
11
  import * as GraphQLScalars from "graphql-scalars";
12
12
  import { AlertUpdateManyWithoutAlpacaAccountNestedInput } from "../inputs/AlertUpdateManyWithoutAlpacaAccountNestedInput";
13
+ import { AllocationUpdateOneWithoutAlpacaAccountNestedInput } from "../inputs/AllocationUpdateOneWithoutAlpacaAccountNestedInput";
14
+ import { AlpacaAccountUpdatecryptoTradingPairsInput } from "../inputs/AlpacaAccountUpdatecryptoTradingPairsInput";
13
15
  import { BoolFieldUpdateOperationsInput } from "../inputs/BoolFieldUpdateOperationsInput";
14
16
  import { DateTimeFieldUpdateOperationsInput } from "../inputs/DateTimeFieldUpdateOperationsInput";
15
17
  import { EnumAlpacaAccountTypeFieldUpdateOperationsInput } from "../inputs/EnumAlpacaAccountTypeFieldUpdateOperationsInput";
@@ -24,6 +26,9 @@ let AlpacaAccountUpdateInput = class AlpacaAccountUpdateInput {
24
26
  configuration;
25
27
  marketOpen;
26
28
  realTime;
29
+ cryptoTradingEnabled;
30
+ cryptoTradingPairs;
31
+ cryptoTradeAllocationPct;
27
32
  tradeAllocationPct;
28
33
  minPercentageChange;
29
34
  volumeThreshold;
@@ -33,6 +38,7 @@ let AlpacaAccountUpdateInput = class AlpacaAccountUpdateInput {
33
38
  reducedPortfolioTrailPercent;
34
39
  createdAt;
35
40
  updatedAt;
41
+ allocation;
36
42
  user;
37
43
  alerts;
38
44
  };
@@ -78,6 +84,24 @@ __decorate([
78
84
  }),
79
85
  __metadata("design:type", Object)
80
86
  ], AlpacaAccountUpdateInput.prototype, "realTime", void 0);
87
+ __decorate([
88
+ TypeGraphQL.Field(_type => BoolFieldUpdateOperationsInput, {
89
+ nullable: true
90
+ }),
91
+ __metadata("design:type", Object)
92
+ ], AlpacaAccountUpdateInput.prototype, "cryptoTradingEnabled", void 0);
93
+ __decorate([
94
+ TypeGraphQL.Field(_type => AlpacaAccountUpdatecryptoTradingPairsInput, {
95
+ nullable: true
96
+ }),
97
+ __metadata("design:type", Object)
98
+ ], AlpacaAccountUpdateInput.prototype, "cryptoTradingPairs", void 0);
99
+ __decorate([
100
+ TypeGraphQL.Field(_type => FloatFieldUpdateOperationsInput, {
101
+ nullable: true
102
+ }),
103
+ __metadata("design:type", Object)
104
+ ], AlpacaAccountUpdateInput.prototype, "cryptoTradeAllocationPct", void 0);
81
105
  __decorate([
82
106
  TypeGraphQL.Field(_type => FloatFieldUpdateOperationsInput, {
83
107
  nullable: true
@@ -132,6 +156,12 @@ __decorate([
132
156
  }),
133
157
  __metadata("design:type", Object)
134
158
  ], AlpacaAccountUpdateInput.prototype, "updatedAt", void 0);
159
+ __decorate([
160
+ TypeGraphQL.Field(_type => AllocationUpdateOneWithoutAlpacaAccountNestedInput, {
161
+ nullable: true
162
+ }),
163
+ __metadata("design:type", Object)
164
+ ], AlpacaAccountUpdateInput.prototype, "allocation", void 0);
135
165
  __decorate([
136
166
  TypeGraphQL.Field(_type => UserUpdateOneRequiredWithoutAlpacaAccountsNestedInput, {
137
167
  nullable: true
@@ -1,4 +1,5 @@
1
1
  import { Prisma } from "@prisma/client";
2
+ import { AlpacaAccountUpdatecryptoTradingPairsInput } from "../inputs/AlpacaAccountUpdatecryptoTradingPairsInput";
2
3
  import { BoolFieldUpdateOperationsInput } from "../inputs/BoolFieldUpdateOperationsInput";
3
4
  import { DateTimeFieldUpdateOperationsInput } from "../inputs/DateTimeFieldUpdateOperationsInput";
4
5
  import { EnumAlpacaAccountTypeFieldUpdateOperationsInput } from "../inputs/EnumAlpacaAccountTypeFieldUpdateOperationsInput";
@@ -12,6 +13,9 @@ export declare class AlpacaAccountUpdateManyMutationInput {
12
13
  configuration?: Prisma.InputJsonValue | undefined;
13
14
  marketOpen?: BoolFieldUpdateOperationsInput | undefined;
14
15
  realTime?: BoolFieldUpdateOperationsInput | undefined;
16
+ cryptoTradingEnabled?: BoolFieldUpdateOperationsInput | undefined;
17
+ cryptoTradingPairs?: AlpacaAccountUpdatecryptoTradingPairsInput | undefined;
18
+ cryptoTradeAllocationPct?: FloatFieldUpdateOperationsInput | undefined;
15
19
  tradeAllocationPct?: FloatFieldUpdateOperationsInput | undefined;
16
20
  minPercentageChange?: FloatFieldUpdateOperationsInput | undefined;
17
21
  volumeThreshold?: FloatFieldUpdateOperationsInput | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"AlpacaAccountUpdateManyMutationInput.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateManyMutationInput.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAC;AAExC,OAAO,EAAE,8BAA8B,EAAE,MAAM,0CAA0C,CAAC;AAC1F,OAAO,EAAE,kCAAkC,EAAE,MAAM,8CAA8C,CAAC;AAClG,OAAO,EAAE,+CAA+C,EAAE,MAAM,2DAA2D,CAAC;AAC5H,OAAO,EAAE,+BAA+B,EAAE,MAAM,2CAA2C,CAAC;AAC5F,OAAO,EAAE,gCAAgC,EAAE,MAAM,4CAA4C,CAAC;AAE9F,qBACa,oCAAoC;IAI/C,EAAE,CAAC,EAAE,gCAAgC,GAAG,SAAS,CAAC;IAKlD,IAAI,CAAC,EAAE,+CAA+C,GAAG,SAAS,CAAC;IAKnE,MAAM,CAAC,EAAE,gCAAgC,GAAG,SAAS,CAAC;IAKtD,SAAS,CAAC,EAAE,gCAAgC,GAAG,SAAS,CAAC;IAKzD,aAAa,CAAC,EAAE,MAAM,CAAC,cAAc,GAAG,SAAS,CAAC;IAKlD,UAAU,CAAC,EAAE,8BAA8B,GAAG,SAAS,CAAC;IAKxD,QAAQ,CAAC,EAAE,8BAA8B,GAAG,SAAS,CAAC;IAKtD,kBAAkB,CAAC,EAAE,+BAA+B,GAAG,SAAS,CAAC;IAKjE,mBAAmB,CAAC,EAAE,+BAA+B,GAAG,SAAS,CAAC;IAKlE,eAAe,CAAC,EAAE,+BAA+B,GAAG,SAAS,CAAC;IAK9D,2BAA2B,CAAC,EAAE,8BAA8B,GAAG,SAAS,CAAC;IAKzE,qBAAqB,CAAC,EAAE,+BAA+B,GAAG,SAAS,CAAC;IAKpE,+BAA+B,CAAC,EAAE,+BAA+B,GAAG,SAAS,CAAC;IAK9E,4BAA4B,CAAC,EAAE,+BAA+B,GAAG,SAAS,CAAC;IAK3E,SAAS,CAAC,EAAE,kCAAkC,GAAG,SAAS,CAAC;IAK3D,SAAS,CAAC,EAAE,kCAAkC,GAAG,SAAS,CAAC;CAC5D"}
1
+ {"version":3,"file":"AlpacaAccountUpdateManyMutationInput.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateManyMutationInput.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAC;AAExC,OAAO,EAAE,0CAA0C,EAAE,MAAM,sDAAsD,CAAC;AAClH,OAAO,EAAE,8BAA8B,EAAE,MAAM,0CAA0C,CAAC;AAC1F,OAAO,EAAE,kCAAkC,EAAE,MAAM,8CAA8C,CAAC;AAClG,OAAO,EAAE,+CAA+C,EAAE,MAAM,2DAA2D,CAAC;AAC5H,OAAO,EAAE,+BAA+B,EAAE,MAAM,2CAA2C,CAAC;AAC5F,OAAO,EAAE,gCAAgC,EAAE,MAAM,4CAA4C,CAAC;AAE9F,qBACa,oCAAoC;IAI/C,EAAE,CAAC,EAAE,gCAAgC,GAAG,SAAS,CAAC;IAKlD,IAAI,CAAC,EAAE,+CAA+C,GAAG,SAAS,CAAC;IAKnE,MAAM,CAAC,EAAE,gCAAgC,GAAG,SAAS,CAAC;IAKtD,SAAS,CAAC,EAAE,gCAAgC,GAAG,SAAS,CAAC;IAKzD,aAAa,CAAC,EAAE,MAAM,CAAC,cAAc,GAAG,SAAS,CAAC;IAKlD,UAAU,CAAC,EAAE,8BAA8B,GAAG,SAAS,CAAC;IAKxD,QAAQ,CAAC,EAAE,8BAA8B,GAAG,SAAS,CAAC;IAKtD,oBAAoB,CAAC,EAAE,8BAA8B,GAAG,SAAS,CAAC;IAKlE,kBAAkB,CAAC,EAAE,0CAA0C,GAAG,SAAS,CAAC;IAK5E,wBAAwB,CAAC,EAAE,+BAA+B,GAAG,SAAS,CAAC;IAKvE,kBAAkB,CAAC,EAAE,+BAA+B,GAAG,SAAS,CAAC;IAKjE,mBAAmB,CAAC,EAAE,+BAA+B,GAAG,SAAS,CAAC;IAKlE,eAAe,CAAC,EAAE,+BAA+B,GAAG,SAAS,CAAC;IAK9D,2BAA2B,CAAC,EAAE,8BAA8B,GAAG,SAAS,CAAC;IAKzE,qBAAqB,CAAC,EAAE,+BAA+B,GAAG,SAAS,CAAC;IAKpE,+BAA+B,CAAC,EAAE,+BAA+B,GAAG,SAAS,CAAC;IAK9E,4BAA4B,CAAC,EAAE,+BAA+B,GAAG,SAAS,CAAC;IAK3E,SAAS,CAAC,EAAE,kCAAkC,GAAG,SAAS,CAAC;IAK3D,SAAS,CAAC,EAAE,kCAAkC,GAAG,SAAS,CAAC;CAC5D"}
@@ -1 +1 @@
1
- {"version":3,"file":"AlpacaAccountUpdateManyMutationInput.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateManyMutationInput.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"AlpacaAccountUpdateManyMutationInput.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateManyMutationInput.ts"],"names":[],"mappings":"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"}
@@ -9,6 +9,7 @@ var __metadata = (this && this.__metadata) || function (k, v) {
9
9
  };
10
10
  import * as TypeGraphQL from "type-graphql";
11
11
  import * as GraphQLScalars from "graphql-scalars";
12
+ import { AlpacaAccountUpdatecryptoTradingPairsInput } from "../inputs/AlpacaAccountUpdatecryptoTradingPairsInput";
12
13
  import { BoolFieldUpdateOperationsInput } from "../inputs/BoolFieldUpdateOperationsInput";
13
14
  import { DateTimeFieldUpdateOperationsInput } from "../inputs/DateTimeFieldUpdateOperationsInput";
14
15
  import { EnumAlpacaAccountTypeFieldUpdateOperationsInput } from "../inputs/EnumAlpacaAccountTypeFieldUpdateOperationsInput";
@@ -22,6 +23,9 @@ let AlpacaAccountUpdateManyMutationInput = class AlpacaAccountUpdateManyMutation
22
23
  configuration;
23
24
  marketOpen;
24
25
  realTime;
26
+ cryptoTradingEnabled;
27
+ cryptoTradingPairs;
28
+ cryptoTradeAllocationPct;
25
29
  tradeAllocationPct;
26
30
  minPercentageChange;
27
31
  volumeThreshold;
@@ -74,6 +78,24 @@ __decorate([
74
78
  }),
75
79
  __metadata("design:type", Object)
76
80
  ], AlpacaAccountUpdateManyMutationInput.prototype, "realTime", void 0);
81
+ __decorate([
82
+ TypeGraphQL.Field(_type => BoolFieldUpdateOperationsInput, {
83
+ nullable: true
84
+ }),
85
+ __metadata("design:type", Object)
86
+ ], AlpacaAccountUpdateManyMutationInput.prototype, "cryptoTradingEnabled", void 0);
87
+ __decorate([
88
+ TypeGraphQL.Field(_type => AlpacaAccountUpdatecryptoTradingPairsInput, {
89
+ nullable: true
90
+ }),
91
+ __metadata("design:type", Object)
92
+ ], AlpacaAccountUpdateManyMutationInput.prototype, "cryptoTradingPairs", void 0);
93
+ __decorate([
94
+ TypeGraphQL.Field(_type => FloatFieldUpdateOperationsInput, {
95
+ nullable: true
96
+ }),
97
+ __metadata("design:type", Object)
98
+ ], AlpacaAccountUpdateManyMutationInput.prototype, "cryptoTradeAllocationPct", void 0);
77
99
  __decorate([
78
100
  TypeGraphQL.Field(_type => FloatFieldUpdateOperationsInput, {
79
101
  nullable: true
@@ -0,0 +1,13 @@
1
+ import { AlpacaAccountCreateOrConnectWithoutAllocationInput } from "../inputs/AlpacaAccountCreateOrConnectWithoutAllocationInput";
2
+ import { AlpacaAccountCreateWithoutAllocationInput } from "../inputs/AlpacaAccountCreateWithoutAllocationInput";
3
+ import { AlpacaAccountUpdateToOneWithWhereWithoutAllocationInput } from "../inputs/AlpacaAccountUpdateToOneWithWhereWithoutAllocationInput";
4
+ import { AlpacaAccountUpsertWithoutAllocationInput } from "../inputs/AlpacaAccountUpsertWithoutAllocationInput";
5
+ import { AlpacaAccountWhereUniqueInput } from "../inputs/AlpacaAccountWhereUniqueInput";
6
+ export declare class AlpacaAccountUpdateOneRequiredWithoutAllocationNestedInput {
7
+ create?: AlpacaAccountCreateWithoutAllocationInput | undefined;
8
+ connectOrCreate?: AlpacaAccountCreateOrConnectWithoutAllocationInput | undefined;
9
+ upsert?: AlpacaAccountUpsertWithoutAllocationInput | undefined;
10
+ connect?: AlpacaAccountWhereUniqueInput | undefined;
11
+ update?: AlpacaAccountUpdateToOneWithWhereWithoutAllocationInput | undefined;
12
+ }
13
+ //# sourceMappingURL=AlpacaAccountUpdateOneRequiredWithoutAllocationNestedInput.d.ts.map