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,4 +1,6 @@
1
1
  import { Prisma } from "@prisma/client";
2
+ import { AllocationCreateNestedOneWithoutAlpacaAccountInput } from "../inputs/AllocationCreateNestedOneWithoutAlpacaAccountInput";
3
+ import { AlpacaAccountCreatecryptoTradingPairsInput } from "../inputs/AlpacaAccountCreatecryptoTradingPairsInput";
2
4
  import { UserCreateNestedOneWithoutAlpacaAccountsInput } from "../inputs/UserCreateNestedOneWithoutAlpacaAccountsInput";
3
5
  export declare class AlpacaAccountCreateWithoutAlertsInput {
4
6
  id?: string | undefined;
@@ -8,6 +10,9 @@ export declare class AlpacaAccountCreateWithoutAlertsInput {
8
10
  configuration?: Prisma.InputJsonValue | undefined;
9
11
  marketOpen?: boolean | undefined;
10
12
  realTime?: boolean | undefined;
13
+ cryptoTradingEnabled?: boolean | undefined;
14
+ cryptoTradingPairs?: AlpacaAccountCreatecryptoTradingPairsInput | undefined;
15
+ cryptoTradeAllocationPct?: number | undefined;
11
16
  tradeAllocationPct?: number | undefined;
12
17
  minPercentageChange?: number | undefined;
13
18
  volumeThreshold?: number | undefined;
@@ -17,6 +22,7 @@ export declare class AlpacaAccountCreateWithoutAlertsInput {
17
22
  reducedPortfolioTrailPercent?: number | undefined;
18
23
  createdAt?: Date | undefined;
19
24
  updatedAt?: Date | undefined;
25
+ allocation?: AllocationCreateNestedOneWithoutAlpacaAccountInput | undefined;
20
26
  user: UserCreateNestedOneWithoutAlpacaAccountsInput;
21
27
  }
22
28
  //# sourceMappingURL=AlpacaAccountCreateWithoutAlertsInput.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"AlpacaAccountCreateWithoutAlertsInput.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutAlertsInput.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAC;AAExC,OAAO,EAAE,6CAA6C,EAAE,MAAM,yDAAyD,CAAC;AAGxH,qBACa,qCAAqC;IAIhD,EAAE,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAKxB,IAAI,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,SAAS,CAAC;IAKpC,MAAM,EAAG,MAAM,CAAC;IAKhB,SAAS,EAAG,MAAM,CAAC;IAKnB,aAAa,CAAC,EAAE,MAAM,CAAC,cAAc,GAAG,SAAS,CAAC;IAKlD,UAAU,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAKjC,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAK/B,kBAAkB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAKxC,mBAAmB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAKzC,eAAe,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAKrC,2BAA2B,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAKlD,qBAAqB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK3C,+BAA+B,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAKrD,4BAA4B,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAKlD,SAAS,CAAC,EAAE,IAAI,GAAG,SAAS,CAAC;IAK7B,SAAS,CAAC,EAAE,IAAI,GAAG,SAAS,CAAC;IAK7B,IAAI,EAAG,6CAA6C,CAAC;CACtD"}
1
+ {"version":3,"file":"AlpacaAccountCreateWithoutAlertsInput.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutAlertsInput.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAC;AAExC,OAAO,EAAE,kDAAkD,EAAE,MAAM,8DAA8D,CAAC;AAClI,OAAO,EAAE,0CAA0C,EAAE,MAAM,sDAAsD,CAAC;AAClH,OAAO,EAAE,6CAA6C,EAAE,MAAM,yDAAyD,CAAC;AAGxH,qBACa,qCAAqC;IAIhD,EAAE,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAKxB,IAAI,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,SAAS,CAAC;IAKpC,MAAM,EAAG,MAAM,CAAC;IAKhB,SAAS,EAAG,MAAM,CAAC;IAKnB,aAAa,CAAC,EAAE,MAAM,CAAC,cAAc,GAAG,SAAS,CAAC;IAKlD,UAAU,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAKjC,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAK/B,oBAAoB,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAK3C,kBAAkB,CAAC,EAAE,0CAA0C,GAAG,SAAS,CAAC;IAK5E,wBAAwB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK9C,kBAAkB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAKxC,mBAAmB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAKzC,eAAe,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAKrC,2BAA2B,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAKlD,qBAAqB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK3C,+BAA+B,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAKrD,4BAA4B,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAKlD,SAAS,CAAC,EAAE,IAAI,GAAG,SAAS,CAAC;IAK7B,SAAS,CAAC,EAAE,IAAI,GAAG,SAAS,CAAC;IAK7B,UAAU,CAAC,EAAE,kDAAkD,GAAG,SAAS,CAAC;IAK5E,IAAI,EAAG,6CAA6C,CAAC;CACtD"}
@@ -1 +1 @@
1
- {"version":3,"file":"AlpacaAccountCreateWithoutAlertsInput.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutAlertsInput.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"AlpacaAccountCreateWithoutAlertsInput.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutAlertsInput.ts"],"names":[],"mappings":"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"}
@@ -9,6 +9,8 @@ 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 { AllocationCreateNestedOneWithoutAlpacaAccountInput } from "../inputs/AllocationCreateNestedOneWithoutAlpacaAccountInput";
13
+ import { AlpacaAccountCreatecryptoTradingPairsInput } from "../inputs/AlpacaAccountCreatecryptoTradingPairsInput";
12
14
  import { UserCreateNestedOneWithoutAlpacaAccountsInput } from "../inputs/UserCreateNestedOneWithoutAlpacaAccountsInput";
13
15
  import { AlpacaAccountType } from "../../enums/AlpacaAccountType";
14
16
  let AlpacaAccountCreateWithoutAlertsInput = class AlpacaAccountCreateWithoutAlertsInput {
@@ -19,6 +21,9 @@ let AlpacaAccountCreateWithoutAlertsInput = class AlpacaAccountCreateWithoutAler
19
21
  configuration;
20
22
  marketOpen;
21
23
  realTime;
24
+ cryptoTradingEnabled;
25
+ cryptoTradingPairs;
26
+ cryptoTradeAllocationPct;
22
27
  tradeAllocationPct;
23
28
  minPercentageChange;
24
29
  volumeThreshold;
@@ -28,6 +33,7 @@ let AlpacaAccountCreateWithoutAlertsInput = class AlpacaAccountCreateWithoutAler
28
33
  reducedPortfolioTrailPercent;
29
34
  createdAt;
30
35
  updatedAt;
36
+ allocation;
31
37
  user;
32
38
  };
33
39
  __decorate([
@@ -72,6 +78,24 @@ __decorate([
72
78
  }),
73
79
  __metadata("design:type", Object)
74
80
  ], AlpacaAccountCreateWithoutAlertsInput.prototype, "realTime", void 0);
81
+ __decorate([
82
+ TypeGraphQL.Field(_type => Boolean, {
83
+ nullable: true
84
+ }),
85
+ __metadata("design:type", Object)
86
+ ], AlpacaAccountCreateWithoutAlertsInput.prototype, "cryptoTradingEnabled", void 0);
87
+ __decorate([
88
+ TypeGraphQL.Field(_type => AlpacaAccountCreatecryptoTradingPairsInput, {
89
+ nullable: true
90
+ }),
91
+ __metadata("design:type", Object)
92
+ ], AlpacaAccountCreateWithoutAlertsInput.prototype, "cryptoTradingPairs", void 0);
93
+ __decorate([
94
+ TypeGraphQL.Field(_type => TypeGraphQL.Float, {
95
+ nullable: true
96
+ }),
97
+ __metadata("design:type", Object)
98
+ ], AlpacaAccountCreateWithoutAlertsInput.prototype, "cryptoTradeAllocationPct", void 0);
75
99
  __decorate([
76
100
  TypeGraphQL.Field(_type => TypeGraphQL.Float, {
77
101
  nullable: true
@@ -126,6 +150,12 @@ __decorate([
126
150
  }),
127
151
  __metadata("design:type", Object)
128
152
  ], AlpacaAccountCreateWithoutAlertsInput.prototype, "updatedAt", void 0);
153
+ __decorate([
154
+ TypeGraphQL.Field(_type => AllocationCreateNestedOneWithoutAlpacaAccountInput, {
155
+ nullable: true
156
+ }),
157
+ __metadata("design:type", Object)
158
+ ], AlpacaAccountCreateWithoutAlertsInput.prototype, "allocation", void 0);
129
159
  __decorate([
130
160
  TypeGraphQL.Field(_type => UserCreateNestedOneWithoutAlpacaAccountsInput, {
131
161
  nullable: false
@@ -0,0 +1,28 @@
1
+ import { Prisma } from "@prisma/client";
2
+ import { AlertCreateNestedManyWithoutAlpacaAccountInput } from "../inputs/AlertCreateNestedManyWithoutAlpacaAccountInput";
3
+ import { AlpacaAccountCreatecryptoTradingPairsInput } from "../inputs/AlpacaAccountCreatecryptoTradingPairsInput";
4
+ import { UserCreateNestedOneWithoutAlpacaAccountsInput } from "../inputs/UserCreateNestedOneWithoutAlpacaAccountsInput";
5
+ export declare class AlpacaAccountCreateWithoutAllocationInput {
6
+ id?: string | undefined;
7
+ type?: "PAPER" | "LIVE" | undefined;
8
+ APIKey: string;
9
+ APISecret: string;
10
+ configuration?: Prisma.InputJsonValue | undefined;
11
+ marketOpen?: boolean | undefined;
12
+ realTime?: boolean | undefined;
13
+ cryptoTradingEnabled?: boolean | undefined;
14
+ cryptoTradingPairs?: AlpacaAccountCreatecryptoTradingPairsInput | undefined;
15
+ cryptoTradeAllocationPct?: number | undefined;
16
+ tradeAllocationPct?: number | undefined;
17
+ minPercentageChange?: number | undefined;
18
+ volumeThreshold?: number | undefined;
19
+ enablePortfolioTrailingStop?: boolean | undefined;
20
+ portfolioTrailPercent?: number | undefined;
21
+ portfolioProfitThresholdPercent?: number | undefined;
22
+ reducedPortfolioTrailPercent?: number | undefined;
23
+ createdAt?: Date | undefined;
24
+ updatedAt?: Date | undefined;
25
+ user: UserCreateNestedOneWithoutAlpacaAccountsInput;
26
+ alerts?: AlertCreateNestedManyWithoutAlpacaAccountInput | undefined;
27
+ }
28
+ //# sourceMappingURL=AlpacaAccountCreateWithoutAllocationInput.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AlpacaAccountCreateWithoutAllocationInput.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutAllocationInput.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAC;AAExC,OAAO,EAAE,8CAA8C,EAAE,MAAM,0DAA0D,CAAC;AAC1H,OAAO,EAAE,0CAA0C,EAAE,MAAM,sDAAsD,CAAC;AAClH,OAAO,EAAE,6CAA6C,EAAE,MAAM,yDAAyD,CAAC;AAGxH,qBACa,yCAAyC;IAIpD,EAAE,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAKxB,IAAI,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,SAAS,CAAC;IAKpC,MAAM,EAAG,MAAM,CAAC;IAKhB,SAAS,EAAG,MAAM,CAAC;IAKnB,aAAa,CAAC,EAAE,MAAM,CAAC,cAAc,GAAG,SAAS,CAAC;IAKlD,UAAU,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAKjC,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAK/B,oBAAoB,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAK3C,kBAAkB,CAAC,EAAE,0CAA0C,GAAG,SAAS,CAAC;IAK5E,wBAAwB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK9C,kBAAkB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAKxC,mBAAmB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAKzC,eAAe,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAKrC,2BAA2B,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAKlD,qBAAqB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK3C,+BAA+B,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAKrD,4BAA4B,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAKlD,SAAS,CAAC,EAAE,IAAI,GAAG,SAAS,CAAC;IAK7B,SAAS,CAAC,EAAE,IAAI,GAAG,SAAS,CAAC;IAK7B,IAAI,EAAG,6CAA6C,CAAC;IAKrD,MAAM,CAAC,EAAE,8CAA8C,GAAG,SAAS,CAAC;CACrE"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AlpacaAccountCreateWithoutAllocationInput.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutAllocationInput.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,169 @@
1
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
2
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
3
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
4
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
5
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
6
+ };
7
+ var __metadata = (this && this.__metadata) || function (k, v) {
8
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
9
+ };
10
+ import * as TypeGraphQL from "type-graphql";
11
+ import * as GraphQLScalars from "graphql-scalars";
12
+ import { AlertCreateNestedManyWithoutAlpacaAccountInput } from "../inputs/AlertCreateNestedManyWithoutAlpacaAccountInput";
13
+ import { AlpacaAccountCreatecryptoTradingPairsInput } from "../inputs/AlpacaAccountCreatecryptoTradingPairsInput";
14
+ import { UserCreateNestedOneWithoutAlpacaAccountsInput } from "../inputs/UserCreateNestedOneWithoutAlpacaAccountsInput";
15
+ import { AlpacaAccountType } from "../../enums/AlpacaAccountType";
16
+ let AlpacaAccountCreateWithoutAllocationInput = class AlpacaAccountCreateWithoutAllocationInput {
17
+ id;
18
+ type;
19
+ APIKey;
20
+ APISecret;
21
+ configuration;
22
+ marketOpen;
23
+ realTime;
24
+ cryptoTradingEnabled;
25
+ cryptoTradingPairs;
26
+ cryptoTradeAllocationPct;
27
+ tradeAllocationPct;
28
+ minPercentageChange;
29
+ volumeThreshold;
30
+ enablePortfolioTrailingStop;
31
+ portfolioTrailPercent;
32
+ portfolioProfitThresholdPercent;
33
+ reducedPortfolioTrailPercent;
34
+ createdAt;
35
+ updatedAt;
36
+ user;
37
+ alerts;
38
+ };
39
+ __decorate([
40
+ TypeGraphQL.Field(_type => String, {
41
+ nullable: true
42
+ }),
43
+ __metadata("design:type", Object)
44
+ ], AlpacaAccountCreateWithoutAllocationInput.prototype, "id", void 0);
45
+ __decorate([
46
+ TypeGraphQL.Field(_type => AlpacaAccountType, {
47
+ nullable: true
48
+ }),
49
+ __metadata("design:type", Object)
50
+ ], AlpacaAccountCreateWithoutAllocationInput.prototype, "type", void 0);
51
+ __decorate([
52
+ TypeGraphQL.Field(_type => String, {
53
+ nullable: false
54
+ }),
55
+ __metadata("design:type", String)
56
+ ], AlpacaAccountCreateWithoutAllocationInput.prototype, "APIKey", void 0);
57
+ __decorate([
58
+ TypeGraphQL.Field(_type => String, {
59
+ nullable: false
60
+ }),
61
+ __metadata("design:type", String)
62
+ ], AlpacaAccountCreateWithoutAllocationInput.prototype, "APISecret", void 0);
63
+ __decorate([
64
+ TypeGraphQL.Field(_type => GraphQLScalars.JSONResolver, {
65
+ nullable: true
66
+ }),
67
+ __metadata("design:type", Object)
68
+ ], AlpacaAccountCreateWithoutAllocationInput.prototype, "configuration", void 0);
69
+ __decorate([
70
+ TypeGraphQL.Field(_type => Boolean, {
71
+ nullable: true
72
+ }),
73
+ __metadata("design:type", Object)
74
+ ], AlpacaAccountCreateWithoutAllocationInput.prototype, "marketOpen", void 0);
75
+ __decorate([
76
+ TypeGraphQL.Field(_type => Boolean, {
77
+ nullable: true
78
+ }),
79
+ __metadata("design:type", Object)
80
+ ], AlpacaAccountCreateWithoutAllocationInput.prototype, "realTime", void 0);
81
+ __decorate([
82
+ TypeGraphQL.Field(_type => Boolean, {
83
+ nullable: true
84
+ }),
85
+ __metadata("design:type", Object)
86
+ ], AlpacaAccountCreateWithoutAllocationInput.prototype, "cryptoTradingEnabled", void 0);
87
+ __decorate([
88
+ TypeGraphQL.Field(_type => AlpacaAccountCreatecryptoTradingPairsInput, {
89
+ nullable: true
90
+ }),
91
+ __metadata("design:type", Object)
92
+ ], AlpacaAccountCreateWithoutAllocationInput.prototype, "cryptoTradingPairs", void 0);
93
+ __decorate([
94
+ TypeGraphQL.Field(_type => TypeGraphQL.Float, {
95
+ nullable: true
96
+ }),
97
+ __metadata("design:type", Object)
98
+ ], AlpacaAccountCreateWithoutAllocationInput.prototype, "cryptoTradeAllocationPct", void 0);
99
+ __decorate([
100
+ TypeGraphQL.Field(_type => TypeGraphQL.Float, {
101
+ nullable: true
102
+ }),
103
+ __metadata("design:type", Object)
104
+ ], AlpacaAccountCreateWithoutAllocationInput.prototype, "tradeAllocationPct", void 0);
105
+ __decorate([
106
+ TypeGraphQL.Field(_type => TypeGraphQL.Float, {
107
+ nullable: true
108
+ }),
109
+ __metadata("design:type", Object)
110
+ ], AlpacaAccountCreateWithoutAllocationInput.prototype, "minPercentageChange", void 0);
111
+ __decorate([
112
+ TypeGraphQL.Field(_type => TypeGraphQL.Float, {
113
+ nullable: true
114
+ }),
115
+ __metadata("design:type", Object)
116
+ ], AlpacaAccountCreateWithoutAllocationInput.prototype, "volumeThreshold", void 0);
117
+ __decorate([
118
+ TypeGraphQL.Field(_type => Boolean, {
119
+ nullable: true
120
+ }),
121
+ __metadata("design:type", Object)
122
+ ], AlpacaAccountCreateWithoutAllocationInput.prototype, "enablePortfolioTrailingStop", void 0);
123
+ __decorate([
124
+ TypeGraphQL.Field(_type => TypeGraphQL.Float, {
125
+ nullable: true
126
+ }),
127
+ __metadata("design:type", Object)
128
+ ], AlpacaAccountCreateWithoutAllocationInput.prototype, "portfolioTrailPercent", void 0);
129
+ __decorate([
130
+ TypeGraphQL.Field(_type => TypeGraphQL.Float, {
131
+ nullable: true
132
+ }),
133
+ __metadata("design:type", Object)
134
+ ], AlpacaAccountCreateWithoutAllocationInput.prototype, "portfolioProfitThresholdPercent", void 0);
135
+ __decorate([
136
+ TypeGraphQL.Field(_type => TypeGraphQL.Float, {
137
+ nullable: true
138
+ }),
139
+ __metadata("design:type", Object)
140
+ ], AlpacaAccountCreateWithoutAllocationInput.prototype, "reducedPortfolioTrailPercent", void 0);
141
+ __decorate([
142
+ TypeGraphQL.Field(_type => Date, {
143
+ nullable: true
144
+ }),
145
+ __metadata("design:type", Object)
146
+ ], AlpacaAccountCreateWithoutAllocationInput.prototype, "createdAt", void 0);
147
+ __decorate([
148
+ TypeGraphQL.Field(_type => Date, {
149
+ nullable: true
150
+ }),
151
+ __metadata("design:type", Object)
152
+ ], AlpacaAccountCreateWithoutAllocationInput.prototype, "updatedAt", void 0);
153
+ __decorate([
154
+ TypeGraphQL.Field(_type => UserCreateNestedOneWithoutAlpacaAccountsInput, {
155
+ nullable: false
156
+ }),
157
+ __metadata("design:type", UserCreateNestedOneWithoutAlpacaAccountsInput)
158
+ ], AlpacaAccountCreateWithoutAllocationInput.prototype, "user", void 0);
159
+ __decorate([
160
+ TypeGraphQL.Field(_type => AlertCreateNestedManyWithoutAlpacaAccountInput, {
161
+ nullable: true
162
+ }),
163
+ __metadata("design:type", Object)
164
+ ], AlpacaAccountCreateWithoutAllocationInput.prototype, "alerts", void 0);
165
+ AlpacaAccountCreateWithoutAllocationInput = __decorate([
166
+ TypeGraphQL.InputType("AlpacaAccountCreateWithoutAllocationInput", {})
167
+ ], AlpacaAccountCreateWithoutAllocationInput);
168
+ export { AlpacaAccountCreateWithoutAllocationInput };
169
+ //# sourceMappingURL=AlpacaAccountCreateWithoutAllocationInput.js.map
@@ -1,5 +1,7 @@
1
1
  import { Prisma } from "@prisma/client";
2
2
  import { AlertCreateNestedManyWithoutAlpacaAccountInput } from "../inputs/AlertCreateNestedManyWithoutAlpacaAccountInput";
3
+ import { AllocationCreateNestedOneWithoutAlpacaAccountInput } from "../inputs/AllocationCreateNestedOneWithoutAlpacaAccountInput";
4
+ import { AlpacaAccountCreatecryptoTradingPairsInput } from "../inputs/AlpacaAccountCreatecryptoTradingPairsInput";
3
5
  export declare class AlpacaAccountCreateWithoutUserInput {
4
6
  id?: string | undefined;
5
7
  type?: "PAPER" | "LIVE" | undefined;
@@ -8,6 +10,9 @@ export declare class AlpacaAccountCreateWithoutUserInput {
8
10
  configuration?: Prisma.InputJsonValue | undefined;
9
11
  marketOpen?: boolean | undefined;
10
12
  realTime?: boolean | undefined;
13
+ cryptoTradingEnabled?: boolean | undefined;
14
+ cryptoTradingPairs?: AlpacaAccountCreatecryptoTradingPairsInput | undefined;
15
+ cryptoTradeAllocationPct?: number | undefined;
11
16
  tradeAllocationPct?: number | undefined;
12
17
  minPercentageChange?: number | undefined;
13
18
  volumeThreshold?: number | undefined;
@@ -17,6 +22,7 @@ export declare class AlpacaAccountCreateWithoutUserInput {
17
22
  reducedPortfolioTrailPercent?: number | undefined;
18
23
  createdAt?: Date | undefined;
19
24
  updatedAt?: Date | undefined;
25
+ allocation?: AllocationCreateNestedOneWithoutAlpacaAccountInput | undefined;
20
26
  alerts?: AlertCreateNestedManyWithoutAlpacaAccountInput | undefined;
21
27
  }
22
28
  //# sourceMappingURL=AlpacaAccountCreateWithoutUserInput.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"AlpacaAccountCreateWithoutUserInput.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutUserInput.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAC;AAExC,OAAO,EAAE,8CAA8C,EAAE,MAAM,0DAA0D,CAAC;AAG1H,qBACa,mCAAmC;IAI9C,EAAE,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAKxB,IAAI,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,SAAS,CAAC;IAKpC,MAAM,EAAG,MAAM,CAAC;IAKhB,SAAS,EAAG,MAAM,CAAC;IAKnB,aAAa,CAAC,EAAE,MAAM,CAAC,cAAc,GAAG,SAAS,CAAC;IAKlD,UAAU,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAKjC,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAK/B,kBAAkB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAKxC,mBAAmB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAKzC,eAAe,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAKrC,2BAA2B,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAKlD,qBAAqB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK3C,+BAA+B,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAKrD,4BAA4B,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAKlD,SAAS,CAAC,EAAE,IAAI,GAAG,SAAS,CAAC;IAK7B,SAAS,CAAC,EAAE,IAAI,GAAG,SAAS,CAAC;IAK7B,MAAM,CAAC,EAAE,8CAA8C,GAAG,SAAS,CAAC;CACrE"}
1
+ {"version":3,"file":"AlpacaAccountCreateWithoutUserInput.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutUserInput.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;AAGlH,qBACa,mCAAmC;IAI9C,EAAE,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAKxB,IAAI,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,SAAS,CAAC;IAKpC,MAAM,EAAG,MAAM,CAAC;IAKhB,SAAS,EAAG,MAAM,CAAC;IAKnB,aAAa,CAAC,EAAE,MAAM,CAAC,cAAc,GAAG,SAAS,CAAC;IAKlD,UAAU,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAKjC,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAK/B,oBAAoB,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAK3C,kBAAkB,CAAC,EAAE,0CAA0C,GAAG,SAAS,CAAC;IAK5E,wBAAwB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK9C,kBAAkB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAKxC,mBAAmB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAKzC,eAAe,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAKrC,2BAA2B,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAKlD,qBAAqB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK3C,+BAA+B,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAKrD,4BAA4B,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAKlD,SAAS,CAAC,EAAE,IAAI,GAAG,SAAS,CAAC;IAK7B,SAAS,CAAC,EAAE,IAAI,GAAG,SAAS,CAAC;IAK7B,UAAU,CAAC,EAAE,kDAAkD,GAAG,SAAS,CAAC;IAK5E,MAAM,CAAC,EAAE,8CAA8C,GAAG,SAAS,CAAC;CACrE"}
@@ -1 +1 @@
1
- {"version":3,"file":"AlpacaAccountCreateWithoutUserInput.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutUserInput.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"AlpacaAccountCreateWithoutUserInput.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutUserInput.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 { AlertCreateNestedManyWithoutAlpacaAccountInput } from "../inputs/AlertCreateNestedManyWithoutAlpacaAccountInput";
13
+ import { AllocationCreateNestedOneWithoutAlpacaAccountInput } from "../inputs/AllocationCreateNestedOneWithoutAlpacaAccountInput";
14
+ import { AlpacaAccountCreatecryptoTradingPairsInput } from "../inputs/AlpacaAccountCreatecryptoTradingPairsInput";
13
15
  import { AlpacaAccountType } from "../../enums/AlpacaAccountType";
14
16
  let AlpacaAccountCreateWithoutUserInput = class AlpacaAccountCreateWithoutUserInput {
15
17
  id;
@@ -19,6 +21,9 @@ let AlpacaAccountCreateWithoutUserInput = class AlpacaAccountCreateWithoutUserIn
19
21
  configuration;
20
22
  marketOpen;
21
23
  realTime;
24
+ cryptoTradingEnabled;
25
+ cryptoTradingPairs;
26
+ cryptoTradeAllocationPct;
22
27
  tradeAllocationPct;
23
28
  minPercentageChange;
24
29
  volumeThreshold;
@@ -28,6 +33,7 @@ let AlpacaAccountCreateWithoutUserInput = class AlpacaAccountCreateWithoutUserIn
28
33
  reducedPortfolioTrailPercent;
29
34
  createdAt;
30
35
  updatedAt;
36
+ allocation;
31
37
  alerts;
32
38
  };
33
39
  __decorate([
@@ -72,6 +78,24 @@ __decorate([
72
78
  }),
73
79
  __metadata("design:type", Object)
74
80
  ], AlpacaAccountCreateWithoutUserInput.prototype, "realTime", void 0);
81
+ __decorate([
82
+ TypeGraphQL.Field(_type => Boolean, {
83
+ nullable: true
84
+ }),
85
+ __metadata("design:type", Object)
86
+ ], AlpacaAccountCreateWithoutUserInput.prototype, "cryptoTradingEnabled", void 0);
87
+ __decorate([
88
+ TypeGraphQL.Field(_type => AlpacaAccountCreatecryptoTradingPairsInput, {
89
+ nullable: true
90
+ }),
91
+ __metadata("design:type", Object)
92
+ ], AlpacaAccountCreateWithoutUserInput.prototype, "cryptoTradingPairs", void 0);
93
+ __decorate([
94
+ TypeGraphQL.Field(_type => TypeGraphQL.Float, {
95
+ nullable: true
96
+ }),
97
+ __metadata("design:type", Object)
98
+ ], AlpacaAccountCreateWithoutUserInput.prototype, "cryptoTradeAllocationPct", void 0);
75
99
  __decorate([
76
100
  TypeGraphQL.Field(_type => TypeGraphQL.Float, {
77
101
  nullable: true
@@ -126,6 +150,12 @@ __decorate([
126
150
  }),
127
151
  __metadata("design:type", Object)
128
152
  ], AlpacaAccountCreateWithoutUserInput.prototype, "updatedAt", void 0);
153
+ __decorate([
154
+ TypeGraphQL.Field(_type => AllocationCreateNestedOneWithoutAlpacaAccountInput, {
155
+ nullable: true
156
+ }),
157
+ __metadata("design:type", Object)
158
+ ], AlpacaAccountCreateWithoutUserInput.prototype, "allocation", void 0);
129
159
  __decorate([
130
160
  TypeGraphQL.Field(_type => AlertCreateNestedManyWithoutAlpacaAccountInput, {
131
161
  nullable: true
@@ -0,0 +1,4 @@
1
+ export declare class AlpacaAccountCreatecryptoTradingPairsInput {
2
+ set: string[];
3
+ }
4
+ //# sourceMappingURL=AlpacaAccountCreatecryptoTradingPairsInput.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AlpacaAccountCreatecryptoTradingPairsInput.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreatecryptoTradingPairsInput.ts"],"names":[],"mappings":"AAKA,qBACa,0CAA0C;IAIrD,GAAG,EAAG,MAAM,EAAE,CAAC;CAChB"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AlpacaAccountCreatecryptoTradingPairsInput.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreatecryptoTradingPairsInput.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAMrC,IAAM,0CAA0C,GAAhD,MAAM,0CAA0C;IAIrD,GAAG,CAAY;CAChB,CAAA;AADC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,MAAM,CAAC,EAAE;QACpC,QAAQ,EAAE,KAAK;KAChB,CAAC;;uEACa;AAJJ,0CAA0C;IADtD,WAAW,CAAC,SAAS,CAAC,4CAA4C,EAAE,EAAE,CAAC;GAC3D,0CAA0C,CAKtD"}
@@ -0,0 +1,24 @@
1
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
2
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
3
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
4
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
5
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
6
+ };
7
+ var __metadata = (this && this.__metadata) || function (k, v) {
8
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
9
+ };
10
+ import * as TypeGraphQL from "type-graphql";
11
+ let AlpacaAccountCreatecryptoTradingPairsInput = class AlpacaAccountCreatecryptoTradingPairsInput {
12
+ set;
13
+ };
14
+ __decorate([
15
+ TypeGraphQL.Field(_type => [String], {
16
+ nullable: false
17
+ }),
18
+ __metadata("design:type", Array)
19
+ ], AlpacaAccountCreatecryptoTradingPairsInput.prototype, "set", void 0);
20
+ AlpacaAccountCreatecryptoTradingPairsInput = __decorate([
21
+ TypeGraphQL.InputType("AlpacaAccountCreatecryptoTradingPairsInput", {})
22
+ ], AlpacaAccountCreatecryptoTradingPairsInput);
23
+ export { AlpacaAccountCreatecryptoTradingPairsInput };
24
+ //# sourceMappingURL=AlpacaAccountCreatecryptoTradingPairsInput.js.map
@@ -5,6 +5,8 @@ export declare class AlpacaAccountMaxOrderByAggregateInput {
5
5
  APISecret?: "asc" | "desc" | undefined;
6
6
  marketOpen?: "asc" | "desc" | undefined;
7
7
  realTime?: "asc" | "desc" | undefined;
8
+ cryptoTradingEnabled?: "asc" | "desc" | undefined;
9
+ cryptoTradeAllocationPct?: "asc" | "desc" | undefined;
8
10
  tradeAllocationPct?: "asc" | "desc" | undefined;
9
11
  minPercentageChange?: "asc" | "desc" | undefined;
10
12
  volumeThreshold?: "asc" | "desc" | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"AlpacaAccountMaxOrderByAggregateInput.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountMaxOrderByAggregateInput.ts"],"names":[],"mappings":"AAMA,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,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;CACxC"}
1
+ {"version":3,"file":"AlpacaAccountMaxOrderByAggregateInput.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountMaxOrderByAggregateInput.ts"],"names":[],"mappings":"AAMA,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,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,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;CACxC"}
@@ -1 +1 @@
1
- {"version":3,"file":"AlpacaAccountMaxOrderByAggregateInput.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountMaxOrderByAggregateInput.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"AlpacaAccountMaxOrderByAggregateInput.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountMaxOrderByAggregateInput.ts"],"names":[],"mappings":"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"}
@@ -16,6 +16,8 @@ let AlpacaAccountMaxOrderByAggregateInput = class AlpacaAccountMaxOrderByAggrega
16
16
  APISecret;
17
17
  marketOpen;
18
18
  realTime;
19
+ cryptoTradingEnabled;
20
+ cryptoTradeAllocationPct;
19
21
  tradeAllocationPct;
20
22
  minPercentageChange;
21
23
  volumeThreshold;
@@ -63,6 +65,18 @@ __decorate([
63
65
  }),
64
66
  __metadata("design:type", Object)
65
67
  ], AlpacaAccountMaxOrderByAggregateInput.prototype, "realTime", void 0);
68
+ __decorate([
69
+ TypeGraphQL.Field(_type => SortOrder, {
70
+ nullable: true
71
+ }),
72
+ __metadata("design:type", Object)
73
+ ], AlpacaAccountMaxOrderByAggregateInput.prototype, "cryptoTradingEnabled", void 0);
74
+ __decorate([
75
+ TypeGraphQL.Field(_type => SortOrder, {
76
+ nullable: true
77
+ }),
78
+ __metadata("design:type", Object)
79
+ ], AlpacaAccountMaxOrderByAggregateInput.prototype, "cryptoTradeAllocationPct", void 0);
66
80
  __decorate([
67
81
  TypeGraphQL.Field(_type => SortOrder, {
68
82
  nullable: true
@@ -5,6 +5,8 @@ export declare class AlpacaAccountMinOrderByAggregateInput {
5
5
  APISecret?: "asc" | "desc" | undefined;
6
6
  marketOpen?: "asc" | "desc" | undefined;
7
7
  realTime?: "asc" | "desc" | undefined;
8
+ cryptoTradingEnabled?: "asc" | "desc" | undefined;
9
+ cryptoTradeAllocationPct?: "asc" | "desc" | undefined;
8
10
  tradeAllocationPct?: "asc" | "desc" | undefined;
9
11
  minPercentageChange?: "asc" | "desc" | undefined;
10
12
  volumeThreshold?: "asc" | "desc" | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"AlpacaAccountMinOrderByAggregateInput.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountMinOrderByAggregateInput.ts"],"names":[],"mappings":"AAMA,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,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;CACxC"}
1
+ {"version":3,"file":"AlpacaAccountMinOrderByAggregateInput.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountMinOrderByAggregateInput.ts"],"names":[],"mappings":"AAMA,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,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,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;CACxC"}
@@ -1 +1 @@
1
- {"version":3,"file":"AlpacaAccountMinOrderByAggregateInput.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountMinOrderByAggregateInput.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"AlpacaAccountMinOrderByAggregateInput.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountMinOrderByAggregateInput.ts"],"names":[],"mappings":"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"}
@@ -16,6 +16,8 @@ let AlpacaAccountMinOrderByAggregateInput = class AlpacaAccountMinOrderByAggrega
16
16
  APISecret;
17
17
  marketOpen;
18
18
  realTime;
19
+ cryptoTradingEnabled;
20
+ cryptoTradeAllocationPct;
19
21
  tradeAllocationPct;
20
22
  minPercentageChange;
21
23
  volumeThreshold;
@@ -63,6 +65,18 @@ __decorate([
63
65
  }),
64
66
  __metadata("design:type", Object)
65
67
  ], AlpacaAccountMinOrderByAggregateInput.prototype, "realTime", void 0);
68
+ __decorate([
69
+ TypeGraphQL.Field(_type => SortOrder, {
70
+ nullable: true
71
+ }),
72
+ __metadata("design:type", Object)
73
+ ], AlpacaAccountMinOrderByAggregateInput.prototype, "cryptoTradingEnabled", void 0);
74
+ __decorate([
75
+ TypeGraphQL.Field(_type => SortOrder, {
76
+ nullable: true
77
+ }),
78
+ __metadata("design:type", Object)
79
+ ], AlpacaAccountMinOrderByAggregateInput.prototype, "cryptoTradeAllocationPct", void 0);
66
80
  __decorate([
67
81
  TypeGraphQL.Field(_type => SortOrder, {
68
82
  nullable: true
@@ -12,6 +12,9 @@ export declare class AlpacaAccountOrderByWithAggregationInput {
12
12
  configuration?: SortOrderInput | undefined;
13
13
  marketOpen?: "asc" | "desc" | undefined;
14
14
  realTime?: "asc" | "desc" | undefined;
15
+ cryptoTradingEnabled?: "asc" | "desc" | undefined;
16
+ cryptoTradingPairs?: "asc" | "desc" | undefined;
17
+ cryptoTradeAllocationPct?: "asc" | "desc" | undefined;
15
18
  tradeAllocationPct?: "asc" | "desc" | undefined;
16
19
  minPercentageChange?: "asc" | "desc" | undefined;
17
20
  volumeThreshold?: "asc" | "desc" | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"AlpacaAccountOrderByWithAggregationInput.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountOrderByWithAggregationInput.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,qCAAqC,EAAE,MAAM,iDAAiD,CAAC;AACxG,OAAO,EAAE,uCAAuC,EAAE,MAAM,mDAAmD,CAAC;AAC5G,OAAO,EAAE,qCAAqC,EAAE,MAAM,iDAAiD,CAAC;AACxG,OAAO,EAAE,qCAAqC,EAAE,MAAM,iDAAiD,CAAC;AACxG,OAAO,EAAE,qCAAqC,EAAE,MAAM,iDAAiD,CAAC;AACxG,OAAO,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAC;AAG1D,qBACa,wCAAwC;IAInD,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,MAAM,CAAC,EAAE,uCAAuC,GAAG,SAAS,CAAC;IAK7D,IAAI,CAAC,EAAE,qCAAqC,GAAG,SAAS,CAAC;IAKzD,IAAI,CAAC,EAAE,qCAAqC,GAAG,SAAS,CAAC;IAKzD,IAAI,CAAC,EAAE,qCAAqC,GAAG,SAAS,CAAC;IAKzD,IAAI,CAAC,EAAE,qCAAqC,GAAG,SAAS,CAAC;CAC1D"}
1
+ {"version":3,"file":"AlpacaAccountOrderByWithAggregationInput.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountOrderByWithAggregationInput.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,qCAAqC,EAAE,MAAM,iDAAiD,CAAC;AACxG,OAAO,EAAE,uCAAuC,EAAE,MAAM,mDAAmD,CAAC;AAC5G,OAAO,EAAE,qCAAqC,EAAE,MAAM,iDAAiD,CAAC;AACxG,OAAO,EAAE,qCAAqC,EAAE,MAAM,iDAAiD,CAAC;AACxG,OAAO,EAAE,qCAAqC,EAAE,MAAM,iDAAiD,CAAC;AACxG,OAAO,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAC;AAG1D,qBACa,wCAAwC;IAInD,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,MAAM,CAAC,EAAE,uCAAuC,GAAG,SAAS,CAAC;IAK7D,IAAI,CAAC,EAAE,qCAAqC,GAAG,SAAS,CAAC;IAKzD,IAAI,CAAC,EAAE,qCAAqC,GAAG,SAAS,CAAC;IAKzD,IAAI,CAAC,EAAE,qCAAqC,GAAG,SAAS,CAAC;IAKzD,IAAI,CAAC,EAAE,qCAAqC,GAAG,SAAS,CAAC;CAC1D"}