@adaptic/backend-legacy 0.0.1010 → 0.0.1012

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 (546) hide show
  1. package/Asset.cjs +67 -0
  2. package/EconomicEvent.cjs +91 -0
  3. package/InstitutionalFlowSignal.cjs +82 -0
  4. package/InstitutionalHolding.cjs +82 -0
  5. package/NewsArticle.cjs +45 -0
  6. package/NewsArticleAssetSentiment.cjs +52 -0
  7. package/esm/Asset.d.ts.map +1 -1
  8. package/esm/Asset.js.map +1 -1
  9. package/esm/Asset.mjs +67 -0
  10. package/esm/EconomicEvent.d.ts.map +1 -1
  11. package/esm/EconomicEvent.js.map +1 -1
  12. package/esm/EconomicEvent.mjs +91 -0
  13. package/esm/InstitutionalFlowSignal.d.ts.map +1 -1
  14. package/esm/InstitutionalFlowSignal.js.map +1 -1
  15. package/esm/InstitutionalFlowSignal.mjs +82 -0
  16. package/esm/InstitutionalHolding.d.ts.map +1 -1
  17. package/esm/InstitutionalHolding.js.map +1 -1
  18. package/esm/InstitutionalHolding.mjs +82 -0
  19. package/esm/NewsArticle.d.ts.map +1 -1
  20. package/esm/NewsArticle.js.map +1 -1
  21. package/esm/NewsArticle.mjs +45 -0
  22. package/esm/NewsArticleAssetSentiment.d.ts.map +1 -1
  23. package/esm/NewsArticleAssetSentiment.js.map +1 -1
  24. package/esm/NewsArticleAssetSentiment.mjs +52 -0
  25. package/esm/generated/selectionSets/EconomicEvent.d.ts +1 -1
  26. package/esm/generated/selectionSets/EconomicEvent.d.ts.map +1 -1
  27. package/esm/generated/selectionSets/EconomicEvent.js.map +1 -1
  28. package/esm/generated/selectionSets/EconomicEvent.mjs +7 -0
  29. package/esm/generated/selectionSets/NewsArticle.d.ts +1 -1
  30. package/esm/generated/selectionSets/NewsArticle.d.ts.map +1 -1
  31. package/esm/generated/selectionSets/NewsArticle.js.map +1 -1
  32. package/esm/generated/selectionSets/NewsArticle.mjs +3 -0
  33. package/esm/generated/typeStrings/EconomicEvent.d.ts +1 -1
  34. package/esm/generated/typeStrings/EconomicEvent.d.ts.map +1 -1
  35. package/esm/generated/typeStrings/EconomicEvent.js.map +1 -1
  36. package/esm/generated/typeStrings/EconomicEvent.mjs +14 -0
  37. package/esm/generated/typeStrings/NewsArticle.d.ts +1 -1
  38. package/esm/generated/typeStrings/NewsArticle.d.ts.map +1 -1
  39. package/esm/generated/typeStrings/NewsArticle.js.map +1 -1
  40. package/esm/generated/typeStrings/NewsArticle.mjs +6 -0
  41. package/esm/generated/typeStrings/index.d.ts +2 -2
  42. package/esm/generated/typegraphql-prisma/enhance.d.ts.map +1 -1
  43. package/esm/generated/typegraphql-prisma/enhance.js.map +1 -1
  44. package/esm/generated/typegraphql-prisma/enhance.mjs +50 -40
  45. package/esm/generated/typegraphql-prisma/enums/AnthropicModel.d.ts +2 -0
  46. package/esm/generated/typegraphql-prisma/enums/AnthropicModel.d.ts.map +1 -1
  47. package/esm/generated/typegraphql-prisma/enums/AnthropicModel.js.map +1 -1
  48. package/esm/generated/typegraphql-prisma/enums/AnthropicModel.mjs +2 -0
  49. package/esm/generated/typegraphql-prisma/enums/EconomicEventScalarFieldEnum.d.ts +7 -0
  50. package/esm/generated/typegraphql-prisma/enums/EconomicEventScalarFieldEnum.d.ts.map +1 -1
  51. package/esm/generated/typegraphql-prisma/enums/EconomicEventScalarFieldEnum.js.map +1 -1
  52. package/esm/generated/typegraphql-prisma/enums/EconomicEventScalarFieldEnum.mjs +7 -0
  53. package/esm/generated/typegraphql-prisma/enums/NewsArticleScalarFieldEnum.d.ts +3 -0
  54. package/esm/generated/typegraphql-prisma/enums/NewsArticleScalarFieldEnum.d.ts.map +1 -1
  55. package/esm/generated/typegraphql-prisma/enums/NewsArticleScalarFieldEnum.js.map +1 -1
  56. package/esm/generated/typegraphql-prisma/enums/NewsArticleScalarFieldEnum.mjs +3 -0
  57. package/esm/generated/typegraphql-prisma/models/EconomicEvent.d.ts +28 -0
  58. package/esm/generated/typegraphql-prisma/models/EconomicEvent.d.ts.map +1 -1
  59. package/esm/generated/typegraphql-prisma/models/EconomicEvent.js.map +1 -1
  60. package/esm/generated/typegraphql-prisma/models/EconomicEvent.mjs +77 -0
  61. package/esm/generated/typegraphql-prisma/models/NewsArticle.d.ts +12 -0
  62. package/esm/generated/typegraphql-prisma/models/NewsArticle.d.ts.map +1 -1
  63. package/esm/generated/typegraphql-prisma/models/NewsArticle.js.map +1 -1
  64. package/esm/generated/typegraphql-prisma/models/NewsArticle.mjs +33 -0
  65. package/esm/generated/typegraphql-prisma/resolvers/crud/EconomicEvent/args/FindFirstEconomicEventArgs.d.ts +1 -1
  66. package/esm/generated/typegraphql-prisma/resolvers/crud/EconomicEvent/args/FindFirstEconomicEventArgs.d.ts.map +1 -1
  67. package/esm/generated/typegraphql-prisma/resolvers/crud/EconomicEvent/args/FindFirstEconomicEventArgs.js.map +1 -1
  68. package/esm/generated/typegraphql-prisma/resolvers/crud/EconomicEvent/args/FindFirstEconomicEventOrThrowArgs.d.ts +1 -1
  69. package/esm/generated/typegraphql-prisma/resolvers/crud/EconomicEvent/args/FindFirstEconomicEventOrThrowArgs.d.ts.map +1 -1
  70. package/esm/generated/typegraphql-prisma/resolvers/crud/EconomicEvent/args/FindFirstEconomicEventOrThrowArgs.js.map +1 -1
  71. package/esm/generated/typegraphql-prisma/resolvers/crud/EconomicEvent/args/FindManyEconomicEventArgs.d.ts +1 -1
  72. package/esm/generated/typegraphql-prisma/resolvers/crud/EconomicEvent/args/FindManyEconomicEventArgs.d.ts.map +1 -1
  73. package/esm/generated/typegraphql-prisma/resolvers/crud/EconomicEvent/args/FindManyEconomicEventArgs.js.map +1 -1
  74. package/esm/generated/typegraphql-prisma/resolvers/crud/EconomicEvent/args/GroupByEconomicEventArgs.d.ts +1 -1
  75. package/esm/generated/typegraphql-prisma/resolvers/crud/EconomicEvent/args/GroupByEconomicEventArgs.d.ts.map +1 -1
  76. package/esm/generated/typegraphql-prisma/resolvers/crud/EconomicEvent/args/GroupByEconomicEventArgs.js.map +1 -1
  77. package/esm/generated/typegraphql-prisma/resolvers/crud/NewsArticle/args/FindFirstNewsArticleArgs.d.ts +1 -1
  78. package/esm/generated/typegraphql-prisma/resolvers/crud/NewsArticle/args/FindFirstNewsArticleArgs.d.ts.map +1 -1
  79. package/esm/generated/typegraphql-prisma/resolvers/crud/NewsArticle/args/FindFirstNewsArticleArgs.js.map +1 -1
  80. package/esm/generated/typegraphql-prisma/resolvers/crud/NewsArticle/args/FindFirstNewsArticleOrThrowArgs.d.ts +1 -1
  81. package/esm/generated/typegraphql-prisma/resolvers/crud/NewsArticle/args/FindFirstNewsArticleOrThrowArgs.d.ts.map +1 -1
  82. package/esm/generated/typegraphql-prisma/resolvers/crud/NewsArticle/args/FindFirstNewsArticleOrThrowArgs.js.map +1 -1
  83. package/esm/generated/typegraphql-prisma/resolvers/crud/NewsArticle/args/FindManyNewsArticleArgs.d.ts +1 -1
  84. package/esm/generated/typegraphql-prisma/resolvers/crud/NewsArticle/args/FindManyNewsArticleArgs.d.ts.map +1 -1
  85. package/esm/generated/typegraphql-prisma/resolvers/crud/NewsArticle/args/FindManyNewsArticleArgs.js.map +1 -1
  86. package/esm/generated/typegraphql-prisma/resolvers/crud/NewsArticle/args/GroupByNewsArticleArgs.d.ts +1 -1
  87. package/esm/generated/typegraphql-prisma/resolvers/crud/NewsArticle/args/GroupByNewsArticleArgs.d.ts.map +1 -1
  88. package/esm/generated/typegraphql-prisma/resolvers/crud/NewsArticle/args/GroupByNewsArticleArgs.js.map +1 -1
  89. package/esm/generated/typegraphql-prisma/resolvers/inputs/EconomicEventAvgOrderByAggregateInput.d.ts +6 -0
  90. package/esm/generated/typegraphql-prisma/resolvers/inputs/EconomicEventAvgOrderByAggregateInput.d.ts.map +1 -0
  91. package/esm/generated/typegraphql-prisma/resolvers/inputs/EconomicEventAvgOrderByAggregateInput.js.map +1 -0
  92. package/esm/generated/typegraphql-prisma/resolvers/inputs/EconomicEventAvgOrderByAggregateInput.mjs +39 -0
  93. package/esm/generated/typegraphql-prisma/resolvers/inputs/EconomicEventCountOrderByAggregateInput.d.ts +7 -0
  94. package/esm/generated/typegraphql-prisma/resolvers/inputs/EconomicEventCountOrderByAggregateInput.d.ts.map +1 -1
  95. package/esm/generated/typegraphql-prisma/resolvers/inputs/EconomicEventCountOrderByAggregateInput.js.map +1 -1
  96. package/esm/generated/typegraphql-prisma/resolvers/inputs/EconomicEventCountOrderByAggregateInput.mjs +49 -0
  97. package/esm/generated/typegraphql-prisma/resolvers/inputs/EconomicEventCreateInput.d.ts +7 -0
  98. package/esm/generated/typegraphql-prisma/resolvers/inputs/EconomicEventCreateInput.d.ts.map +1 -1
  99. package/esm/generated/typegraphql-prisma/resolvers/inputs/EconomicEventCreateInput.js.map +1 -1
  100. package/esm/generated/typegraphql-prisma/resolvers/inputs/EconomicEventCreateInput.mjs +49 -0
  101. package/esm/generated/typegraphql-prisma/resolvers/inputs/EconomicEventCreateManyInput.d.ts +7 -0
  102. package/esm/generated/typegraphql-prisma/resolvers/inputs/EconomicEventCreateManyInput.d.ts.map +1 -1
  103. package/esm/generated/typegraphql-prisma/resolvers/inputs/EconomicEventCreateManyInput.js.map +1 -1
  104. package/esm/generated/typegraphql-prisma/resolvers/inputs/EconomicEventCreateManyInput.mjs +49 -0
  105. package/esm/generated/typegraphql-prisma/resolvers/inputs/EconomicEventMaxOrderByAggregateInput.d.ts +7 -0
  106. package/esm/generated/typegraphql-prisma/resolvers/inputs/EconomicEventMaxOrderByAggregateInput.d.ts.map +1 -1
  107. package/esm/generated/typegraphql-prisma/resolvers/inputs/EconomicEventMaxOrderByAggregateInput.js.map +1 -1
  108. package/esm/generated/typegraphql-prisma/resolvers/inputs/EconomicEventMaxOrderByAggregateInput.mjs +49 -0
  109. package/esm/generated/typegraphql-prisma/resolvers/inputs/EconomicEventMinOrderByAggregateInput.d.ts +7 -0
  110. package/esm/generated/typegraphql-prisma/resolvers/inputs/EconomicEventMinOrderByAggregateInput.d.ts.map +1 -1
  111. package/esm/generated/typegraphql-prisma/resolvers/inputs/EconomicEventMinOrderByAggregateInput.js.map +1 -1
  112. package/esm/generated/typegraphql-prisma/resolvers/inputs/EconomicEventMinOrderByAggregateInput.mjs +49 -0
  113. package/esm/generated/typegraphql-prisma/resolvers/inputs/EconomicEventOrderByWithAggregationInput.d.ts +11 -0
  114. package/esm/generated/typegraphql-prisma/resolvers/inputs/EconomicEventOrderByWithAggregationInput.d.ts.map +1 -1
  115. package/esm/generated/typegraphql-prisma/resolvers/inputs/EconomicEventOrderByWithAggregationInput.js.map +1 -1
  116. package/esm/generated/typegraphql-prisma/resolvers/inputs/EconomicEventOrderByWithAggregationInput.mjs +65 -0
  117. package/esm/generated/typegraphql-prisma/resolvers/inputs/EconomicEventOrderByWithRelationInput.d.ts +7 -0
  118. package/esm/generated/typegraphql-prisma/resolvers/inputs/EconomicEventOrderByWithRelationInput.d.ts.map +1 -1
  119. package/esm/generated/typegraphql-prisma/resolvers/inputs/EconomicEventOrderByWithRelationInput.js.map +1 -1
  120. package/esm/generated/typegraphql-prisma/resolvers/inputs/EconomicEventOrderByWithRelationInput.mjs +49 -0
  121. package/esm/generated/typegraphql-prisma/resolvers/inputs/EconomicEventScalarWhereWithAggregatesInput.d.ts +9 -0
  122. package/esm/generated/typegraphql-prisma/resolvers/inputs/EconomicEventScalarWhereWithAggregatesInput.d.ts.map +1 -1
  123. package/esm/generated/typegraphql-prisma/resolvers/inputs/EconomicEventScalarWhereWithAggregatesInput.js.map +1 -1
  124. package/esm/generated/typegraphql-prisma/resolvers/inputs/EconomicEventScalarWhereWithAggregatesInput.mjs +51 -0
  125. package/esm/generated/typegraphql-prisma/resolvers/inputs/EconomicEventSumOrderByAggregateInput.d.ts +6 -0
  126. package/esm/generated/typegraphql-prisma/resolvers/inputs/EconomicEventSumOrderByAggregateInput.d.ts.map +1 -0
  127. package/esm/generated/typegraphql-prisma/resolvers/inputs/EconomicEventSumOrderByAggregateInput.js.map +1 -0
  128. package/esm/generated/typegraphql-prisma/resolvers/inputs/EconomicEventSumOrderByAggregateInput.mjs +39 -0
  129. package/esm/generated/typegraphql-prisma/resolvers/inputs/EconomicEventUpdateInput.d.ts +9 -0
  130. package/esm/generated/typegraphql-prisma/resolvers/inputs/EconomicEventUpdateInput.d.ts.map +1 -1
  131. package/esm/generated/typegraphql-prisma/resolvers/inputs/EconomicEventUpdateInput.js.map +1 -1
  132. package/esm/generated/typegraphql-prisma/resolvers/inputs/EconomicEventUpdateInput.mjs +51 -0
  133. package/esm/generated/typegraphql-prisma/resolvers/inputs/EconomicEventUpdateManyMutationInput.d.ts +9 -0
  134. package/esm/generated/typegraphql-prisma/resolvers/inputs/EconomicEventUpdateManyMutationInput.d.ts.map +1 -1
  135. package/esm/generated/typegraphql-prisma/resolvers/inputs/EconomicEventUpdateManyMutationInput.js.map +1 -1
  136. package/esm/generated/typegraphql-prisma/resolvers/inputs/EconomicEventUpdateManyMutationInput.mjs +51 -0
  137. package/esm/generated/typegraphql-prisma/resolvers/inputs/EconomicEventWhereInput.d.ts +9 -0
  138. package/esm/generated/typegraphql-prisma/resolvers/inputs/EconomicEventWhereInput.d.ts.map +1 -1
  139. package/esm/generated/typegraphql-prisma/resolvers/inputs/EconomicEventWhereInput.js.map +1 -1
  140. package/esm/generated/typegraphql-prisma/resolvers/inputs/EconomicEventWhereInput.mjs +51 -0
  141. package/esm/generated/typegraphql-prisma/resolvers/inputs/EconomicEventWhereUniqueInput.d.ts +9 -0
  142. package/esm/generated/typegraphql-prisma/resolvers/inputs/EconomicEventWhereUniqueInput.d.ts.map +1 -1
  143. package/esm/generated/typegraphql-prisma/resolvers/inputs/EconomicEventWhereUniqueInput.js.map +1 -1
  144. package/esm/generated/typegraphql-prisma/resolvers/inputs/EconomicEventWhereUniqueInput.mjs +51 -0
  145. package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleAvgOrderByAggregateInput.d.ts +4 -0
  146. package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleAvgOrderByAggregateInput.d.ts.map +1 -0
  147. package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleAvgOrderByAggregateInput.js.map +1 -0
  148. package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleAvgOrderByAggregateInput.mjs +25 -0
  149. package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleCountOrderByAggregateInput.d.ts +3 -0
  150. package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleCountOrderByAggregateInput.d.ts.map +1 -1
  151. package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleCountOrderByAggregateInput.js.map +1 -1
  152. package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleCountOrderByAggregateInput.mjs +21 -0
  153. package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleCreateInput.d.ts +4 -0
  154. package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleCreateInput.d.ts.map +1 -1
  155. package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleCreateInput.js.map +1 -1
  156. package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleCreateInput.mjs +22 -0
  157. package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleCreateManyInput.d.ts +4 -0
  158. package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleCreateManyInput.d.ts.map +1 -1
  159. package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleCreateManyInput.js.map +1 -1
  160. package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleCreateManyInput.mjs +22 -0
  161. package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleCreateWithoutAssetsInput.d.ts +4 -0
  162. package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleCreateWithoutAssetsInput.d.ts.map +1 -1
  163. package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleCreateWithoutAssetsInput.js.map +1 -1
  164. package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleCreateWithoutAssetsInput.mjs +22 -0
  165. package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleCreatesymbolsInput.d.ts +4 -0
  166. package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleCreatesymbolsInput.d.ts.map +1 -0
  167. package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleCreatesymbolsInput.js.map +1 -0
  168. package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleCreatesymbolsInput.mjs +24 -0
  169. package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleMaxOrderByAggregateInput.d.ts +2 -0
  170. package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleMaxOrderByAggregateInput.d.ts.map +1 -1
  171. package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleMaxOrderByAggregateInput.js.map +1 -1
  172. package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleMaxOrderByAggregateInput.mjs +14 -0
  173. package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleMinOrderByAggregateInput.d.ts +2 -0
  174. package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleMinOrderByAggregateInput.d.ts.map +1 -1
  175. package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleMinOrderByAggregateInput.js.map +1 -1
  176. package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleMinOrderByAggregateInput.mjs +14 -0
  177. package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleOrderByWithAggregationInput.d.ts +7 -0
  178. package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleOrderByWithAggregationInput.d.ts.map +1 -1
  179. package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleOrderByWithAggregationInput.js.map +1 -1
  180. package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleOrderByWithAggregationInput.mjs +37 -0
  181. package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleOrderByWithRelationInput.d.ts +3 -0
  182. package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleOrderByWithRelationInput.d.ts.map +1 -1
  183. package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleOrderByWithRelationInput.js.map +1 -1
  184. package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleOrderByWithRelationInput.mjs +21 -0
  185. package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleScalarWhereWithAggregatesInput.d.ts +5 -0
  186. package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleScalarWhereWithAggregatesInput.d.ts.map +1 -1
  187. package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleScalarWhereWithAggregatesInput.js.map +1 -1
  188. package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleScalarWhereWithAggregatesInput.mjs +23 -0
  189. package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleSumOrderByAggregateInput.d.ts +4 -0
  190. package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleSumOrderByAggregateInput.d.ts.map +1 -0
  191. package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleSumOrderByAggregateInput.js.map +1 -0
  192. package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleSumOrderByAggregateInput.mjs +25 -0
  193. package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleUpdateInput.d.ts +6 -0
  194. package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleUpdateInput.d.ts.map +1 -1
  195. package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleUpdateInput.js.map +1 -1
  196. package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleUpdateInput.mjs +24 -0
  197. package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleUpdateManyMutationInput.d.ts +6 -0
  198. package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleUpdateManyMutationInput.d.ts.map +1 -1
  199. package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleUpdateManyMutationInput.js.map +1 -1
  200. package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleUpdateManyMutationInput.mjs +24 -0
  201. package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleUpdateWithoutAssetsInput.d.ts +6 -0
  202. package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleUpdateWithoutAssetsInput.d.ts.map +1 -1
  203. package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleUpdateWithoutAssetsInput.js.map +1 -1
  204. package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleUpdateWithoutAssetsInput.mjs +24 -0
  205. package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleUpdatesymbolsInput.d.ts +5 -0
  206. package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleUpdatesymbolsInput.d.ts.map +1 -0
  207. package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleUpdatesymbolsInput.js.map +1 -0
  208. package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleUpdatesymbolsInput.mjs +31 -0
  209. package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleWhereInput.d.ts +5 -0
  210. package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleWhereInput.d.ts.map +1 -1
  211. package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleWhereInput.js.map +1 -1
  212. package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleWhereInput.mjs +23 -0
  213. package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleWhereUniqueInput.d.ts +5 -0
  214. package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleWhereUniqueInput.d.ts.map +1 -1
  215. package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleWhereUniqueInput.js.map +1 -1
  216. package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleWhereUniqueInput.mjs +23 -0
  217. package/esm/generated/typegraphql-prisma/resolvers/inputs/index.d.ts +6 -0
  218. package/esm/generated/typegraphql-prisma/resolvers/inputs/index.d.ts.map +1 -1
  219. package/esm/generated/typegraphql-prisma/resolvers/inputs/index.js.map +1 -1
  220. package/esm/generated/typegraphql-prisma/resolvers/inputs/index.mjs +6 -0
  221. package/esm/generated/typegraphql-prisma/resolvers/outputs/AggregateEconomicEvent.d.ts +4 -0
  222. package/esm/generated/typegraphql-prisma/resolvers/outputs/AggregateEconomicEvent.d.ts.map +1 -1
  223. package/esm/generated/typegraphql-prisma/resolvers/outputs/AggregateEconomicEvent.js.map +1 -1
  224. package/esm/generated/typegraphql-prisma/resolvers/outputs/AggregateEconomicEvent.mjs +16 -0
  225. package/esm/generated/typegraphql-prisma/resolvers/outputs/AggregateNewsArticle.d.ts +4 -0
  226. package/esm/generated/typegraphql-prisma/resolvers/outputs/AggregateNewsArticle.d.ts.map +1 -1
  227. package/esm/generated/typegraphql-prisma/resolvers/outputs/AggregateNewsArticle.js.map +1 -1
  228. package/esm/generated/typegraphql-prisma/resolvers/outputs/AggregateNewsArticle.mjs +16 -0
  229. package/esm/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnEconomicEvent.d.ts +7 -0
  230. package/esm/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnEconomicEvent.d.ts.map +1 -1
  231. package/esm/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnEconomicEvent.js.map +1 -1
  232. package/esm/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnEconomicEvent.mjs +49 -0
  233. package/esm/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnNewsArticle.d.ts +3 -0
  234. package/esm/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnNewsArticle.d.ts.map +1 -1
  235. package/esm/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnNewsArticle.js.map +1 -1
  236. package/esm/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnNewsArticle.mjs +21 -0
  237. package/esm/generated/typegraphql-prisma/resolvers/outputs/EconomicEventAvgAggregate.d.ts +6 -0
  238. package/esm/generated/typegraphql-prisma/resolvers/outputs/EconomicEventAvgAggregate.d.ts.map +1 -0
  239. package/esm/generated/typegraphql-prisma/resolvers/outputs/EconomicEventAvgAggregate.js.map +1 -0
  240. package/esm/generated/typegraphql-prisma/resolvers/outputs/EconomicEventAvgAggregate.mjs +38 -0
  241. package/esm/generated/typegraphql-prisma/resolvers/outputs/EconomicEventCountAggregate.d.ts +7 -0
  242. package/esm/generated/typegraphql-prisma/resolvers/outputs/EconomicEventCountAggregate.d.ts.map +1 -1
  243. package/esm/generated/typegraphql-prisma/resolvers/outputs/EconomicEventCountAggregate.js.map +1 -1
  244. package/esm/generated/typegraphql-prisma/resolvers/outputs/EconomicEventCountAggregate.mjs +49 -0
  245. package/esm/generated/typegraphql-prisma/resolvers/outputs/EconomicEventGroupBy.d.ts +11 -0
  246. package/esm/generated/typegraphql-prisma/resolvers/outputs/EconomicEventGroupBy.d.ts.map +1 -1
  247. package/esm/generated/typegraphql-prisma/resolvers/outputs/EconomicEventGroupBy.js.map +1 -1
  248. package/esm/generated/typegraphql-prisma/resolvers/outputs/EconomicEventGroupBy.mjs +65 -0
  249. package/esm/generated/typegraphql-prisma/resolvers/outputs/EconomicEventMaxAggregate.d.ts +7 -0
  250. package/esm/generated/typegraphql-prisma/resolvers/outputs/EconomicEventMaxAggregate.d.ts.map +1 -1
  251. package/esm/generated/typegraphql-prisma/resolvers/outputs/EconomicEventMaxAggregate.js.map +1 -1
  252. package/esm/generated/typegraphql-prisma/resolvers/outputs/EconomicEventMaxAggregate.mjs +49 -0
  253. package/esm/generated/typegraphql-prisma/resolvers/outputs/EconomicEventMinAggregate.d.ts +7 -0
  254. package/esm/generated/typegraphql-prisma/resolvers/outputs/EconomicEventMinAggregate.d.ts.map +1 -1
  255. package/esm/generated/typegraphql-prisma/resolvers/outputs/EconomicEventMinAggregate.js.map +1 -1
  256. package/esm/generated/typegraphql-prisma/resolvers/outputs/EconomicEventMinAggregate.mjs +49 -0
  257. package/esm/generated/typegraphql-prisma/resolvers/outputs/EconomicEventSumAggregate.d.ts +6 -0
  258. package/esm/generated/typegraphql-prisma/resolvers/outputs/EconomicEventSumAggregate.d.ts.map +1 -0
  259. package/esm/generated/typegraphql-prisma/resolvers/outputs/EconomicEventSumAggregate.js.map +1 -0
  260. package/esm/generated/typegraphql-prisma/resolvers/outputs/EconomicEventSumAggregate.mjs +38 -0
  261. package/esm/generated/typegraphql-prisma/resolvers/outputs/NewsArticleAvgAggregate.d.ts +4 -0
  262. package/esm/generated/typegraphql-prisma/resolvers/outputs/NewsArticleAvgAggregate.d.ts.map +1 -0
  263. package/esm/generated/typegraphql-prisma/resolvers/outputs/NewsArticleAvgAggregate.js.map +1 -0
  264. package/esm/generated/typegraphql-prisma/resolvers/outputs/NewsArticleAvgAggregate.mjs +24 -0
  265. package/esm/generated/typegraphql-prisma/resolvers/outputs/NewsArticleCountAggregate.d.ts +3 -0
  266. package/esm/generated/typegraphql-prisma/resolvers/outputs/NewsArticleCountAggregate.d.ts.map +1 -1
  267. package/esm/generated/typegraphql-prisma/resolvers/outputs/NewsArticleCountAggregate.js.map +1 -1
  268. package/esm/generated/typegraphql-prisma/resolvers/outputs/NewsArticleCountAggregate.mjs +21 -0
  269. package/esm/generated/typegraphql-prisma/resolvers/outputs/NewsArticleGroupBy.d.ts +7 -0
  270. package/esm/generated/typegraphql-prisma/resolvers/outputs/NewsArticleGroupBy.d.ts.map +1 -1
  271. package/esm/generated/typegraphql-prisma/resolvers/outputs/NewsArticleGroupBy.js.map +1 -1
  272. package/esm/generated/typegraphql-prisma/resolvers/outputs/NewsArticleGroupBy.mjs +37 -0
  273. package/esm/generated/typegraphql-prisma/resolvers/outputs/NewsArticleMaxAggregate.d.ts +2 -0
  274. package/esm/generated/typegraphql-prisma/resolvers/outputs/NewsArticleMaxAggregate.d.ts.map +1 -1
  275. package/esm/generated/typegraphql-prisma/resolvers/outputs/NewsArticleMaxAggregate.js.map +1 -1
  276. package/esm/generated/typegraphql-prisma/resolvers/outputs/NewsArticleMaxAggregate.mjs +14 -0
  277. package/esm/generated/typegraphql-prisma/resolvers/outputs/NewsArticleMinAggregate.d.ts +2 -0
  278. package/esm/generated/typegraphql-prisma/resolvers/outputs/NewsArticleMinAggregate.d.ts.map +1 -1
  279. package/esm/generated/typegraphql-prisma/resolvers/outputs/NewsArticleMinAggregate.js.map +1 -1
  280. package/esm/generated/typegraphql-prisma/resolvers/outputs/NewsArticleMinAggregate.mjs +14 -0
  281. package/esm/generated/typegraphql-prisma/resolvers/outputs/NewsArticleSumAggregate.d.ts +4 -0
  282. package/esm/generated/typegraphql-prisma/resolvers/outputs/NewsArticleSumAggregate.d.ts.map +1 -0
  283. package/esm/generated/typegraphql-prisma/resolvers/outputs/NewsArticleSumAggregate.js.map +1 -0
  284. package/esm/generated/typegraphql-prisma/resolvers/outputs/NewsArticleSumAggregate.mjs +24 -0
  285. package/esm/generated/typegraphql-prisma/resolvers/outputs/index.d.ts +4 -0
  286. package/esm/generated/typegraphql-prisma/resolvers/outputs/index.d.ts.map +1 -1
  287. package/esm/generated/typegraphql-prisma/resolvers/outputs/index.js.map +1 -1
  288. package/esm/generated/typegraphql-prisma/resolvers/outputs/index.mjs +4 -0
  289. package/esm/index.d.ts.map +1 -1
  290. package/generated/typeStrings/EconomicEvent.cjs +14 -0
  291. package/generated/typeStrings/EconomicEvent.d.ts +1 -1
  292. package/generated/typeStrings/EconomicEvent.d.ts.map +1 -1
  293. package/generated/typeStrings/EconomicEvent.js.map +1 -1
  294. package/generated/typeStrings/NewsArticle.cjs +6 -0
  295. package/generated/typeStrings/NewsArticle.d.ts +1 -1
  296. package/generated/typeStrings/NewsArticle.d.ts.map +1 -1
  297. package/generated/typeStrings/NewsArticle.js.map +1 -1
  298. package/generated/typeStrings/index.d.ts +2 -2
  299. package/generated/typegraphql-prisma/enhance.cjs +50 -40
  300. package/generated/typegraphql-prisma/enhance.d.ts.map +1 -1
  301. package/generated/typegraphql-prisma/enhance.js.map +1 -1
  302. package/generated/typegraphql-prisma/enums/AnthropicModel.cjs +2 -0
  303. package/generated/typegraphql-prisma/enums/AnthropicModel.d.ts +2 -0
  304. package/generated/typegraphql-prisma/enums/AnthropicModel.d.ts.map +1 -1
  305. package/generated/typegraphql-prisma/enums/AnthropicModel.js.map +1 -1
  306. package/generated/typegraphql-prisma/enums/EconomicEventScalarFieldEnum.cjs +7 -0
  307. package/generated/typegraphql-prisma/enums/EconomicEventScalarFieldEnum.d.ts +7 -0
  308. package/generated/typegraphql-prisma/enums/EconomicEventScalarFieldEnum.d.ts.map +1 -1
  309. package/generated/typegraphql-prisma/enums/EconomicEventScalarFieldEnum.js.map +1 -1
  310. package/generated/typegraphql-prisma/enums/NewsArticleScalarFieldEnum.cjs +3 -0
  311. package/generated/typegraphql-prisma/enums/NewsArticleScalarFieldEnum.d.ts +3 -0
  312. package/generated/typegraphql-prisma/enums/NewsArticleScalarFieldEnum.d.ts.map +1 -1
  313. package/generated/typegraphql-prisma/enums/NewsArticleScalarFieldEnum.js.map +1 -1
  314. package/generated/typegraphql-prisma/models/EconomicEvent.cjs +49 -0
  315. package/generated/typegraphql-prisma/models/EconomicEvent.d.ts +28 -0
  316. package/generated/typegraphql-prisma/models/EconomicEvent.d.ts.map +1 -1
  317. package/generated/typegraphql-prisma/models/EconomicEvent.js.map +1 -1
  318. package/generated/typegraphql-prisma/models/NewsArticle.cjs +21 -0
  319. package/generated/typegraphql-prisma/models/NewsArticle.d.ts +12 -0
  320. package/generated/typegraphql-prisma/models/NewsArticle.d.ts.map +1 -1
  321. package/generated/typegraphql-prisma/models/NewsArticle.js.map +1 -1
  322. package/generated/typegraphql-prisma/resolvers/crud/EconomicEvent/args/FindFirstEconomicEventArgs.d.ts +1 -1
  323. package/generated/typegraphql-prisma/resolvers/crud/EconomicEvent/args/FindFirstEconomicEventArgs.d.ts.map +1 -1
  324. package/generated/typegraphql-prisma/resolvers/crud/EconomicEvent/args/FindFirstEconomicEventArgs.js.map +1 -1
  325. package/generated/typegraphql-prisma/resolvers/crud/EconomicEvent/args/FindFirstEconomicEventOrThrowArgs.d.ts +1 -1
  326. package/generated/typegraphql-prisma/resolvers/crud/EconomicEvent/args/FindFirstEconomicEventOrThrowArgs.d.ts.map +1 -1
  327. package/generated/typegraphql-prisma/resolvers/crud/EconomicEvent/args/FindFirstEconomicEventOrThrowArgs.js.map +1 -1
  328. package/generated/typegraphql-prisma/resolvers/crud/EconomicEvent/args/FindManyEconomicEventArgs.d.ts +1 -1
  329. package/generated/typegraphql-prisma/resolvers/crud/EconomicEvent/args/FindManyEconomicEventArgs.d.ts.map +1 -1
  330. package/generated/typegraphql-prisma/resolvers/crud/EconomicEvent/args/FindManyEconomicEventArgs.js.map +1 -1
  331. package/generated/typegraphql-prisma/resolvers/crud/EconomicEvent/args/GroupByEconomicEventArgs.d.ts +1 -1
  332. package/generated/typegraphql-prisma/resolvers/crud/EconomicEvent/args/GroupByEconomicEventArgs.d.ts.map +1 -1
  333. package/generated/typegraphql-prisma/resolvers/crud/EconomicEvent/args/GroupByEconomicEventArgs.js.map +1 -1
  334. package/generated/typegraphql-prisma/resolvers/crud/NewsArticle/args/FindFirstNewsArticleArgs.d.ts +1 -1
  335. package/generated/typegraphql-prisma/resolvers/crud/NewsArticle/args/FindFirstNewsArticleArgs.d.ts.map +1 -1
  336. package/generated/typegraphql-prisma/resolvers/crud/NewsArticle/args/FindFirstNewsArticleArgs.js.map +1 -1
  337. package/generated/typegraphql-prisma/resolvers/crud/NewsArticle/args/FindFirstNewsArticleOrThrowArgs.d.ts +1 -1
  338. package/generated/typegraphql-prisma/resolvers/crud/NewsArticle/args/FindFirstNewsArticleOrThrowArgs.d.ts.map +1 -1
  339. package/generated/typegraphql-prisma/resolvers/crud/NewsArticle/args/FindFirstNewsArticleOrThrowArgs.js.map +1 -1
  340. package/generated/typegraphql-prisma/resolvers/crud/NewsArticle/args/FindManyNewsArticleArgs.d.ts +1 -1
  341. package/generated/typegraphql-prisma/resolvers/crud/NewsArticle/args/FindManyNewsArticleArgs.d.ts.map +1 -1
  342. package/generated/typegraphql-prisma/resolvers/crud/NewsArticle/args/FindManyNewsArticleArgs.js.map +1 -1
  343. package/generated/typegraphql-prisma/resolvers/crud/NewsArticle/args/GroupByNewsArticleArgs.d.ts +1 -1
  344. package/generated/typegraphql-prisma/resolvers/crud/NewsArticle/args/GroupByNewsArticleArgs.d.ts.map +1 -1
  345. package/generated/typegraphql-prisma/resolvers/crud/NewsArticle/args/GroupByNewsArticleArgs.js.map +1 -1
  346. package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventAvgOrderByAggregateInput.cjs +72 -0
  347. package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventAvgOrderByAggregateInput.d.ts +6 -0
  348. package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventAvgOrderByAggregateInput.d.ts.map +1 -0
  349. package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventAvgOrderByAggregateInput.js.map +1 -0
  350. package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventCountOrderByAggregateInput.cjs +42 -0
  351. package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventCountOrderByAggregateInput.d.ts +7 -0
  352. package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventCountOrderByAggregateInput.d.ts.map +1 -1
  353. package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventCountOrderByAggregateInput.js.map +1 -1
  354. package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventCreateInput.cjs +42 -0
  355. package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventCreateInput.d.ts +7 -0
  356. package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventCreateInput.d.ts.map +1 -1
  357. package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventCreateInput.js.map +1 -1
  358. package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventCreateManyInput.cjs +42 -0
  359. package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventCreateManyInput.d.ts +7 -0
  360. package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventCreateManyInput.d.ts.map +1 -1
  361. package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventCreateManyInput.js.map +1 -1
  362. package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventMaxOrderByAggregateInput.cjs +42 -0
  363. package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventMaxOrderByAggregateInput.d.ts +7 -0
  364. package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventMaxOrderByAggregateInput.d.ts.map +1 -1
  365. package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventMaxOrderByAggregateInput.js.map +1 -1
  366. package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventMinOrderByAggregateInput.cjs +42 -0
  367. package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventMinOrderByAggregateInput.d.ts +7 -0
  368. package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventMinOrderByAggregateInput.d.ts.map +1 -1
  369. package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventMinOrderByAggregateInput.js.map +1 -1
  370. package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventOrderByWithAggregationInput.cjs +56 -0
  371. package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventOrderByWithAggregationInput.d.ts +11 -0
  372. package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventOrderByWithAggregationInput.d.ts.map +1 -1
  373. package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventOrderByWithAggregationInput.js.map +1 -1
  374. package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventOrderByWithRelationInput.cjs +42 -0
  375. package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventOrderByWithRelationInput.d.ts +7 -0
  376. package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventOrderByWithRelationInput.d.ts.map +1 -1
  377. package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventOrderByWithRelationInput.js.map +1 -1
  378. package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventScalarWhereWithAggregatesInput.cjs +44 -0
  379. package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventScalarWhereWithAggregatesInput.d.ts +9 -0
  380. package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventScalarWhereWithAggregatesInput.d.ts.map +1 -1
  381. package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventScalarWhereWithAggregatesInput.js.map +1 -1
  382. package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventSumOrderByAggregateInput.cjs +72 -0
  383. package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventSumOrderByAggregateInput.d.ts +6 -0
  384. package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventSumOrderByAggregateInput.d.ts.map +1 -0
  385. package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventSumOrderByAggregateInput.js.map +1 -0
  386. package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventUpdateInput.cjs +44 -0
  387. package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventUpdateInput.d.ts +9 -0
  388. package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventUpdateInput.d.ts.map +1 -1
  389. package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventUpdateInput.js.map +1 -1
  390. package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventUpdateManyMutationInput.cjs +44 -0
  391. package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventUpdateManyMutationInput.d.ts +9 -0
  392. package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventUpdateManyMutationInput.d.ts.map +1 -1
  393. package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventUpdateManyMutationInput.js.map +1 -1
  394. package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventWhereInput.cjs +44 -0
  395. package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventWhereInput.d.ts +9 -0
  396. package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventWhereInput.d.ts.map +1 -1
  397. package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventWhereInput.js.map +1 -1
  398. package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventWhereUniqueInput.cjs +44 -0
  399. package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventWhereUniqueInput.d.ts +9 -0
  400. package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventWhereUniqueInput.d.ts.map +1 -1
  401. package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventWhereUniqueInput.js.map +1 -1
  402. package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleAvgOrderByAggregateInput.cjs +60 -0
  403. package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleAvgOrderByAggregateInput.d.ts +4 -0
  404. package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleAvgOrderByAggregateInput.d.ts.map +1 -0
  405. package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleAvgOrderByAggregateInput.js.map +1 -0
  406. package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleCountOrderByAggregateInput.cjs +18 -0
  407. package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleCountOrderByAggregateInput.d.ts +3 -0
  408. package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleCountOrderByAggregateInput.d.ts.map +1 -1
  409. package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleCountOrderByAggregateInput.js.map +1 -1
  410. package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleCreateInput.cjs +19 -0
  411. package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleCreateInput.d.ts +4 -0
  412. package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleCreateInput.d.ts.map +1 -1
  413. package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleCreateInput.js.map +1 -1
  414. package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleCreateManyInput.cjs +19 -0
  415. package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleCreateManyInput.d.ts +4 -0
  416. package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleCreateManyInput.d.ts.map +1 -1
  417. package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleCreateManyInput.js.map +1 -1
  418. package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleCreateWithoutAssetsInput.cjs +19 -0
  419. package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleCreateWithoutAssetsInput.d.ts +4 -0
  420. package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleCreateWithoutAssetsInput.d.ts.map +1 -1
  421. package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleCreateWithoutAssetsInput.js.map +1 -1
  422. package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleCreatesymbolsInput.cjs +59 -0
  423. package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleCreatesymbolsInput.d.ts +4 -0
  424. package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleCreatesymbolsInput.d.ts.map +1 -0
  425. package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleCreatesymbolsInput.js.map +1 -0
  426. package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleMaxOrderByAggregateInput.cjs +12 -0
  427. package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleMaxOrderByAggregateInput.d.ts +2 -0
  428. package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleMaxOrderByAggregateInput.d.ts.map +1 -1
  429. package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleMaxOrderByAggregateInput.js.map +1 -1
  430. package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleMinOrderByAggregateInput.cjs +12 -0
  431. package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleMinOrderByAggregateInput.d.ts +2 -0
  432. package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleMinOrderByAggregateInput.d.ts.map +1 -1
  433. package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleMinOrderByAggregateInput.js.map +1 -1
  434. package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleOrderByWithAggregationInput.cjs +32 -0
  435. package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleOrderByWithAggregationInput.d.ts +7 -0
  436. package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleOrderByWithAggregationInput.d.ts.map +1 -1
  437. package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleOrderByWithAggregationInput.js.map +1 -1
  438. package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleOrderByWithRelationInput.cjs +18 -0
  439. package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleOrderByWithRelationInput.d.ts +3 -0
  440. package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleOrderByWithRelationInput.d.ts.map +1 -1
  441. package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleOrderByWithRelationInput.js.map +1 -1
  442. package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleScalarWhereWithAggregatesInput.cjs +20 -0
  443. package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleScalarWhereWithAggregatesInput.d.ts +5 -0
  444. package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleScalarWhereWithAggregatesInput.d.ts.map +1 -1
  445. package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleScalarWhereWithAggregatesInput.js.map +1 -1
  446. package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleSumOrderByAggregateInput.cjs +60 -0
  447. package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleSumOrderByAggregateInput.d.ts +4 -0
  448. package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleSumOrderByAggregateInput.d.ts.map +1 -0
  449. package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleSumOrderByAggregateInput.js.map +1 -0
  450. package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleUpdateInput.cjs +21 -0
  451. package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleUpdateInput.d.ts +6 -0
  452. package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleUpdateInput.d.ts.map +1 -1
  453. package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleUpdateInput.js.map +1 -1
  454. package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleUpdateManyMutationInput.cjs +21 -0
  455. package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleUpdateManyMutationInput.d.ts +6 -0
  456. package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleUpdateManyMutationInput.d.ts.map +1 -1
  457. package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleUpdateManyMutationInput.js.map +1 -1
  458. package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleUpdateWithoutAssetsInput.cjs +21 -0
  459. package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleUpdateWithoutAssetsInput.d.ts +6 -0
  460. package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleUpdateWithoutAssetsInput.d.ts.map +1 -1
  461. package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleUpdateWithoutAssetsInput.js.map +1 -1
  462. package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleUpdatesymbolsInput.cjs +65 -0
  463. package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleUpdatesymbolsInput.d.ts +5 -0
  464. package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleUpdatesymbolsInput.d.ts.map +1 -0
  465. package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleUpdatesymbolsInput.js.map +1 -0
  466. package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleWhereInput.cjs +20 -0
  467. package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleWhereInput.d.ts +5 -0
  468. package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleWhereInput.d.ts.map +1 -1
  469. package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleWhereInput.js.map +1 -1
  470. package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleWhereUniqueInput.cjs +20 -0
  471. package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleWhereUniqueInput.d.ts +5 -0
  472. package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleWhereUniqueInput.d.ts.map +1 -1
  473. package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleWhereUniqueInput.js.map +1 -1
  474. package/generated/typegraphql-prisma/resolvers/inputs/index.cjs +59 -47
  475. package/generated/typegraphql-prisma/resolvers/inputs/index.d.ts +6 -0
  476. package/generated/typegraphql-prisma/resolvers/inputs/index.d.ts.map +1 -1
  477. package/generated/typegraphql-prisma/resolvers/inputs/index.js.map +1 -1
  478. package/generated/typegraphql-prisma/resolvers/outputs/AggregateEconomicEvent.cjs +14 -0
  479. package/generated/typegraphql-prisma/resolvers/outputs/AggregateEconomicEvent.d.ts +4 -0
  480. package/generated/typegraphql-prisma/resolvers/outputs/AggregateEconomicEvent.d.ts.map +1 -1
  481. package/generated/typegraphql-prisma/resolvers/outputs/AggregateEconomicEvent.js.map +1 -1
  482. package/generated/typegraphql-prisma/resolvers/outputs/AggregateNewsArticle.cjs +14 -0
  483. package/generated/typegraphql-prisma/resolvers/outputs/AggregateNewsArticle.d.ts +4 -0
  484. package/generated/typegraphql-prisma/resolvers/outputs/AggregateNewsArticle.d.ts.map +1 -1
  485. package/generated/typegraphql-prisma/resolvers/outputs/AggregateNewsArticle.js.map +1 -1
  486. package/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnEconomicEvent.cjs +42 -0
  487. package/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnEconomicEvent.d.ts +7 -0
  488. package/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnEconomicEvent.d.ts.map +1 -1
  489. package/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnEconomicEvent.js.map +1 -1
  490. package/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnNewsArticle.cjs +18 -0
  491. package/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnNewsArticle.d.ts +3 -0
  492. package/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnNewsArticle.d.ts.map +1 -1
  493. package/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnNewsArticle.js.map +1 -1
  494. package/generated/typegraphql-prisma/resolvers/outputs/EconomicEventAvgAggregate.cjs +71 -0
  495. package/generated/typegraphql-prisma/resolvers/outputs/EconomicEventAvgAggregate.d.ts +6 -0
  496. package/generated/typegraphql-prisma/resolvers/outputs/EconomicEventAvgAggregate.d.ts.map +1 -0
  497. package/generated/typegraphql-prisma/resolvers/outputs/EconomicEventAvgAggregate.js.map +1 -0
  498. package/generated/typegraphql-prisma/resolvers/outputs/EconomicEventCountAggregate.cjs +42 -0
  499. package/generated/typegraphql-prisma/resolvers/outputs/EconomicEventCountAggregate.d.ts +7 -0
  500. package/generated/typegraphql-prisma/resolvers/outputs/EconomicEventCountAggregate.d.ts.map +1 -1
  501. package/generated/typegraphql-prisma/resolvers/outputs/EconomicEventCountAggregate.js.map +1 -1
  502. package/generated/typegraphql-prisma/resolvers/outputs/EconomicEventGroupBy.cjs +56 -0
  503. package/generated/typegraphql-prisma/resolvers/outputs/EconomicEventGroupBy.d.ts +11 -0
  504. package/generated/typegraphql-prisma/resolvers/outputs/EconomicEventGroupBy.d.ts.map +1 -1
  505. package/generated/typegraphql-prisma/resolvers/outputs/EconomicEventGroupBy.js.map +1 -1
  506. package/generated/typegraphql-prisma/resolvers/outputs/EconomicEventMaxAggregate.cjs +42 -0
  507. package/generated/typegraphql-prisma/resolvers/outputs/EconomicEventMaxAggregate.d.ts +7 -0
  508. package/generated/typegraphql-prisma/resolvers/outputs/EconomicEventMaxAggregate.d.ts.map +1 -1
  509. package/generated/typegraphql-prisma/resolvers/outputs/EconomicEventMaxAggregate.js.map +1 -1
  510. package/generated/typegraphql-prisma/resolvers/outputs/EconomicEventMinAggregate.cjs +42 -0
  511. package/generated/typegraphql-prisma/resolvers/outputs/EconomicEventMinAggregate.d.ts +7 -0
  512. package/generated/typegraphql-prisma/resolvers/outputs/EconomicEventMinAggregate.d.ts.map +1 -1
  513. package/generated/typegraphql-prisma/resolvers/outputs/EconomicEventMinAggregate.js.map +1 -1
  514. package/generated/typegraphql-prisma/resolvers/outputs/EconomicEventSumAggregate.cjs +71 -0
  515. package/generated/typegraphql-prisma/resolvers/outputs/EconomicEventSumAggregate.d.ts +6 -0
  516. package/generated/typegraphql-prisma/resolvers/outputs/EconomicEventSumAggregate.d.ts.map +1 -0
  517. package/generated/typegraphql-prisma/resolvers/outputs/EconomicEventSumAggregate.js.map +1 -0
  518. package/generated/typegraphql-prisma/resolvers/outputs/NewsArticleAvgAggregate.cjs +59 -0
  519. package/generated/typegraphql-prisma/resolvers/outputs/NewsArticleAvgAggregate.d.ts +4 -0
  520. package/generated/typegraphql-prisma/resolvers/outputs/NewsArticleAvgAggregate.d.ts.map +1 -0
  521. package/generated/typegraphql-prisma/resolvers/outputs/NewsArticleAvgAggregate.js.map +1 -0
  522. package/generated/typegraphql-prisma/resolvers/outputs/NewsArticleCountAggregate.cjs +18 -0
  523. package/generated/typegraphql-prisma/resolvers/outputs/NewsArticleCountAggregate.d.ts +3 -0
  524. package/generated/typegraphql-prisma/resolvers/outputs/NewsArticleCountAggregate.d.ts.map +1 -1
  525. package/generated/typegraphql-prisma/resolvers/outputs/NewsArticleCountAggregate.js.map +1 -1
  526. package/generated/typegraphql-prisma/resolvers/outputs/NewsArticleGroupBy.cjs +32 -0
  527. package/generated/typegraphql-prisma/resolvers/outputs/NewsArticleGroupBy.d.ts +7 -0
  528. package/generated/typegraphql-prisma/resolvers/outputs/NewsArticleGroupBy.d.ts.map +1 -1
  529. package/generated/typegraphql-prisma/resolvers/outputs/NewsArticleGroupBy.js.map +1 -1
  530. package/generated/typegraphql-prisma/resolvers/outputs/NewsArticleMaxAggregate.cjs +12 -0
  531. package/generated/typegraphql-prisma/resolvers/outputs/NewsArticleMaxAggregate.d.ts +2 -0
  532. package/generated/typegraphql-prisma/resolvers/outputs/NewsArticleMaxAggregate.d.ts.map +1 -1
  533. package/generated/typegraphql-prisma/resolvers/outputs/NewsArticleMaxAggregate.js.map +1 -1
  534. package/generated/typegraphql-prisma/resolvers/outputs/NewsArticleMinAggregate.cjs +12 -0
  535. package/generated/typegraphql-prisma/resolvers/outputs/NewsArticleMinAggregate.d.ts +2 -0
  536. package/generated/typegraphql-prisma/resolvers/outputs/NewsArticleMinAggregate.d.ts.map +1 -1
  537. package/generated/typegraphql-prisma/resolvers/outputs/NewsArticleMinAggregate.js.map +1 -1
  538. package/generated/typegraphql-prisma/resolvers/outputs/NewsArticleSumAggregate.cjs +59 -0
  539. package/generated/typegraphql-prisma/resolvers/outputs/NewsArticleSumAggregate.d.ts +4 -0
  540. package/generated/typegraphql-prisma/resolvers/outputs/NewsArticleSumAggregate.d.ts.map +1 -0
  541. package/generated/typegraphql-prisma/resolvers/outputs/NewsArticleSumAggregate.js.map +1 -0
  542. package/generated/typegraphql-prisma/resolvers/outputs/index.cjs +16 -8
  543. package/generated/typegraphql-prisma/resolvers/outputs/index.d.ts +4 -0
  544. package/generated/typegraphql-prisma/resolvers/outputs/index.d.ts.map +1 -1
  545. package/generated/typegraphql-prisma/resolvers/outputs/index.js.map +1 -1
  546. package/package.json +1 -1
@@ -2932,9 +2932,9 @@ const modelsInfo = {
2932
2932
  Trade: ["id", "alpacaAccountId", "signal", "strategy", "analysis", "summary", "confidence", "timestamp", "createdAt", "updatedAt", "status", "deletedAt", "symbol", "entryPrice", "exitPrice", "entryQty", "exitQty", "entryValue", "exitValue", "entryTime", "exitTime", "pnlAmount", "pnlPercent", "durationMinutes", "marketPhase", "marketVolatility", "sessionHorizonMinutes", "thresholdsJson", "thesisVersion", "lastReunderwrittenAt", "supersededById", "rejectionMetadata", "signalSource", "signalId", "pathway", "exitTier"],
2933
2933
  Action: ["id", "sequence", "tradeId", "type", "primary", "note", "status", "createdAt", "updatedAt", "deletedAt", "alpacaOrderId", "supersededActionId", "triggerSource"],
2934
2934
  Alert: ["id", "alpacaAccountId", "title", "message", "type", "severity", "category", "status", "isRead", "acknowledgedAt", "resolvedAt", "suppressedUntil", "retryCount", "metadata", "createdAt", "updatedAt"],
2935
- NewsArticle: ["id", "title", "content", "source", "sourceDomain", "url", "sentiment", "authors", "summary", "bannerImage", "timePublished", "category", "topics", "logo", "createdAt", "updatedAt"],
2935
+ NewsArticle: ["id", "title", "content", "source", "sourceDomain", "url", "sentiment", "authors", "summary", "bannerImage", "timePublished", "category", "topics", "logo", "symbols", "relevance", "publishedAt", "createdAt", "updatedAt"],
2936
2936
  NewsArticleAssetSentiment: ["id", "assetId", "newsArticleId", "url", "relevancyScore", "sentimentScore", "sentimentLabel"],
2937
- EconomicEvent: ["id", "title", "description", "date", "importance", "createdAt", "updatedAt"],
2937
+ EconomicEvent: ["id", "title", "description", "date", "importance", "country", "eventTime", "actual", "forecast", "previous", "unit", "source", "createdAt", "updatedAt"],
2938
2938
  ScheduledOptionOrder: ["id", "payload", "status"],
2939
2939
  InstitutionalSentimentHistory: ["id", "timestamp", "symbol", "overallSentiment", "confidence", "secFilingsSentiment", "secFilingsConfidence", "secInsiderTradingSignal", "secInstitutionalFlowSignal", "secAnalystRevisionsSignal", "secGuidanceChangesSignal", "secShortTrend", "secMediumTrend", "secLongTrend", "insiderTradingOverall", "insiderBuyingSentiment", "insiderSellingSentiment", "insiderSignificantCount", "insiderTotalValue", "insiderRecentActivity", "analystOverall", "analystAverageRating", "analystAverageTarget", "analystUpgrades", "analystDowngrades", "analystTargetChanges", "analystConsensus", "optionsFlowOverall", "optionsCallFlow", "optionsPutFlow", "optionsUnusualActivity", "optionsBlockActivity", "optionsSweepActivity", "optionsSentimentScore", "institutionalFlowOverall", "institutionalNetFlow", "institutionalIncreasingPositions", "institutionalDecreasingPositions", "institutionalNewPositions", "institutionalClosedPositions", "darkPoolOverall", "darkPoolBuyPressure", "darkPoolSellPressure", "darkPoolVolumeSignificance", "darkPoolPriceImpact", "createdAt", "updatedAt"],
2940
2940
  InstitutionalSentimentMetrics: ["id", "timestamp", "operation", "totalRecords", "successCount", "errorCount", "processingTimeMs", "batchSize", "createdAt"],
@@ -3040,12 +3040,12 @@ const outputsInfo = {
3040
3040
  ActionGroupBy: ["id", "sequence", "tradeId", "type", "primary", "note", "status", "createdAt", "updatedAt", "deletedAt", "alpacaOrderId", "supersededActionId", "triggerSource", "_count", "_avg", "_sum", "_min", "_max"],
3041
3041
  AggregateAlert: ["_count", "_avg", "_sum", "_min", "_max"],
3042
3042
  AlertGroupBy: ["id", "alpacaAccountId", "title", "message", "type", "severity", "category", "status", "isRead", "acknowledgedAt", "resolvedAt", "suppressedUntil", "retryCount", "metadata", "createdAt", "updatedAt", "_count", "_avg", "_sum", "_min", "_max"],
3043
- AggregateNewsArticle: ["_count", "_min", "_max"],
3044
- NewsArticleGroupBy: ["id", "title", "content", "source", "sourceDomain", "url", "sentiment", "authors", "summary", "bannerImage", "timePublished", "category", "topics", "logo", "createdAt", "updatedAt", "_count", "_min", "_max"],
3043
+ AggregateNewsArticle: ["_count", "_avg", "_sum", "_min", "_max"],
3044
+ NewsArticleGroupBy: ["id", "title", "content", "source", "sourceDomain", "url", "sentiment", "authors", "summary", "bannerImage", "timePublished", "category", "topics", "logo", "symbols", "relevance", "publishedAt", "createdAt", "updatedAt", "_count", "_avg", "_sum", "_min", "_max"],
3045
3045
  AggregateNewsArticleAssetSentiment: ["_count", "_min", "_max"],
3046
3046
  NewsArticleAssetSentimentGroupBy: ["id", "assetId", "newsArticleId", "url", "relevancyScore", "sentimentScore", "sentimentLabel", "_count", "_min", "_max"],
3047
- AggregateEconomicEvent: ["_count", "_min", "_max"],
3048
- EconomicEventGroupBy: ["id", "title", "description", "date", "importance", "createdAt", "updatedAt", "_count", "_min", "_max"],
3047
+ AggregateEconomicEvent: ["_count", "_avg", "_sum", "_min", "_max"],
3048
+ EconomicEventGroupBy: ["id", "title", "description", "date", "importance", "country", "eventTime", "actual", "forecast", "previous", "unit", "source", "createdAt", "updatedAt", "_count", "_avg", "_sum", "_min", "_max"],
3049
3049
  AggregateScheduledOptionOrder: ["_count", "_min", "_max"],
3050
3050
  ScheduledOptionOrderGroupBy: ["id", "payload", "status", "_count", "_min", "_max"],
3051
3051
  AggregateInstitutionalSentimentHistory: ["_count", "_avg", "_sum", "_min", "_max"],
@@ -3244,15 +3244,19 @@ const outputsInfo = {
3244
3244
  AlertMinAggregate: ["id", "alpacaAccountId", "title", "message", "type", "severity", "category", "status", "isRead", "acknowledgedAt", "resolvedAt", "suppressedUntil", "retryCount", "createdAt", "updatedAt"],
3245
3245
  AlertMaxAggregate: ["id", "alpacaAccountId", "title", "message", "type", "severity", "category", "status", "isRead", "acknowledgedAt", "resolvedAt", "suppressedUntil", "retryCount", "createdAt", "updatedAt"],
3246
3246
  NewsArticleCount: ["assets"],
3247
- NewsArticleCountAggregate: ["id", "title", "content", "source", "sourceDomain", "url", "sentiment", "authors", "summary", "bannerImage", "timePublished", "category", "topics", "logo", "createdAt", "updatedAt", "_all"],
3248
- NewsArticleMinAggregate: ["id", "title", "content", "source", "sourceDomain", "url", "sentiment", "summary", "bannerImage", "timePublished", "category", "logo", "createdAt", "updatedAt"],
3249
- NewsArticleMaxAggregate: ["id", "title", "content", "source", "sourceDomain", "url", "sentiment", "summary", "bannerImage", "timePublished", "category", "logo", "createdAt", "updatedAt"],
3247
+ NewsArticleCountAggregate: ["id", "title", "content", "source", "sourceDomain", "url", "sentiment", "authors", "summary", "bannerImage", "timePublished", "category", "topics", "logo", "symbols", "relevance", "publishedAt", "createdAt", "updatedAt", "_all"],
3248
+ NewsArticleAvgAggregate: ["relevance"],
3249
+ NewsArticleSumAggregate: ["relevance"],
3250
+ NewsArticleMinAggregate: ["id", "title", "content", "source", "sourceDomain", "url", "sentiment", "summary", "bannerImage", "timePublished", "category", "logo", "relevance", "publishedAt", "createdAt", "updatedAt"],
3251
+ NewsArticleMaxAggregate: ["id", "title", "content", "source", "sourceDomain", "url", "sentiment", "summary", "bannerImage", "timePublished", "category", "logo", "relevance", "publishedAt", "createdAt", "updatedAt"],
3250
3252
  NewsArticleAssetSentimentCountAggregate: ["id", "assetId", "newsArticleId", "url", "relevancyScore", "sentimentScore", "sentimentLabel", "_all"],
3251
3253
  NewsArticleAssetSentimentMinAggregate: ["id", "assetId", "newsArticleId", "url", "relevancyScore", "sentimentScore", "sentimentLabel"],
3252
3254
  NewsArticleAssetSentimentMaxAggregate: ["id", "assetId", "newsArticleId", "url", "relevancyScore", "sentimentScore", "sentimentLabel"],
3253
- EconomicEventCountAggregate: ["id", "title", "description", "date", "importance", "createdAt", "updatedAt", "_all"],
3254
- EconomicEventMinAggregate: ["id", "title", "description", "date", "importance", "createdAt", "updatedAt"],
3255
- EconomicEventMaxAggregate: ["id", "title", "description", "date", "importance", "createdAt", "updatedAt"],
3255
+ EconomicEventCountAggregate: ["id", "title", "description", "date", "importance", "country", "eventTime", "actual", "forecast", "previous", "unit", "source", "createdAt", "updatedAt", "_all"],
3256
+ EconomicEventAvgAggregate: ["actual", "forecast", "previous"],
3257
+ EconomicEventSumAggregate: ["actual", "forecast", "previous"],
3258
+ EconomicEventMinAggregate: ["id", "title", "description", "date", "importance", "country", "eventTime", "actual", "forecast", "previous", "unit", "source", "createdAt", "updatedAt"],
3259
+ EconomicEventMaxAggregate: ["id", "title", "description", "date", "importance", "country", "eventTime", "actual", "forecast", "previous", "unit", "source", "createdAt", "updatedAt"],
3256
3260
  ScheduledOptionOrderCountAggregate: ["id", "payload", "status", "_all"],
3257
3261
  ScheduledOptionOrderMinAggregate: ["id", "status"],
3258
3262
  ScheduledOptionOrderMaxAggregate: ["id", "status"],
@@ -3549,9 +3553,9 @@ const outputsInfo = {
3549
3553
  CreateManyAndReturnTrade: ["id", "alpacaAccountId", "signal", "strategy", "analysis", "summary", "confidence", "timestamp", "createdAt", "updatedAt", "status", "deletedAt", "symbol", "entryPrice", "exitPrice", "entryQty", "exitQty", "entryValue", "exitValue", "entryTime", "exitTime", "pnlAmount", "pnlPercent", "durationMinutes", "marketPhase", "marketVolatility", "sessionHorizonMinutes", "thresholdsJson", "thesisVersion", "lastReunderwrittenAt", "supersededById", "rejectionMetadata", "signalSource", "signalId", "pathway", "exitTier"],
3550
3554
  CreateManyAndReturnAction: ["id", "sequence", "tradeId", "type", "primary", "note", "status", "createdAt", "updatedAt", "deletedAt", "alpacaOrderId", "supersededActionId", "triggerSource", "trade"],
3551
3555
  CreateManyAndReturnAlert: ["id", "alpacaAccountId", "title", "message", "type", "severity", "category", "status", "isRead", "acknowledgedAt", "resolvedAt", "suppressedUntil", "retryCount", "metadata", "createdAt", "updatedAt", "alpacaAccount"],
3552
- CreateManyAndReturnNewsArticle: ["id", "title", "content", "source", "sourceDomain", "url", "sentiment", "authors", "summary", "bannerImage", "timePublished", "category", "topics", "logo", "createdAt", "updatedAt"],
3556
+ CreateManyAndReturnNewsArticle: ["id", "title", "content", "source", "sourceDomain", "url", "sentiment", "authors", "summary", "bannerImage", "timePublished", "category", "topics", "logo", "symbols", "relevance", "publishedAt", "createdAt", "updatedAt"],
3553
3557
  CreateManyAndReturnNewsArticleAssetSentiment: ["id", "assetId", "newsArticleId", "url", "relevancyScore", "sentimentScore", "sentimentLabel", "news", "asset"],
3554
- CreateManyAndReturnEconomicEvent: ["id", "title", "description", "date", "importance", "createdAt", "updatedAt"],
3558
+ CreateManyAndReturnEconomicEvent: ["id", "title", "description", "date", "importance", "country", "eventTime", "actual", "forecast", "previous", "unit", "source", "createdAt", "updatedAt"],
3555
3559
  CreateManyAndReturnScheduledOptionOrder: ["id", "payload", "status"],
3556
3560
  CreateManyAndReturnInstitutionalSentimentHistory: ["id", "timestamp", "symbol", "overallSentiment", "confidence", "secFilingsSentiment", "secFilingsConfidence", "secInsiderTradingSignal", "secInstitutionalFlowSignal", "secAnalystRevisionsSignal", "secGuidanceChangesSignal", "secShortTrend", "secMediumTrend", "secLongTrend", "insiderTradingOverall", "insiderBuyingSentiment", "insiderSellingSentiment", "insiderSignificantCount", "insiderTotalValue", "insiderRecentActivity", "analystOverall", "analystAverageRating", "analystAverageTarget", "analystUpgrades", "analystDowngrades", "analystTargetChanges", "analystConsensus", "optionsFlowOverall", "optionsCallFlow", "optionsPutFlow", "optionsUnusualActivity", "optionsBlockActivity", "optionsSweepActivity", "optionsSentimentScore", "institutionalFlowOverall", "institutionalNetFlow", "institutionalIncreasingPositions", "institutionalDecreasingPositions", "institutionalNewPositions", "institutionalClosedPositions", "darkPoolOverall", "darkPoolBuyPressure", "darkPoolSellPressure", "darkPoolVolumeSignificance", "darkPoolPriceImpact", "createdAt", "updatedAt"],
3557
3561
  CreateManyAndReturnInstitutionalSentimentMetrics: ["id", "timestamp", "operation", "totalRecords", "successCount", "errorCount", "processingTimeMs", "batchSize", "createdAt"],
@@ -3708,21 +3712,21 @@ const inputsInfo = {
3708
3712
  AlertWhereUniqueInput: ["id", "AND", "OR", "NOT", "alpacaAccountId", "title", "message", "type", "severity", "category", "status", "isRead", "acknowledgedAt", "resolvedAt", "suppressedUntil", "retryCount", "metadata", "createdAt", "updatedAt", "alpacaAccount"],
3709
3713
  AlertOrderByWithAggregationInput: ["id", "alpacaAccountId", "title", "message", "type", "severity", "category", "status", "isRead", "acknowledgedAt", "resolvedAt", "suppressedUntil", "retryCount", "metadata", "createdAt", "updatedAt", "_count", "_avg", "_max", "_min", "_sum"],
3710
3714
  AlertScalarWhereWithAggregatesInput: ["AND", "OR", "NOT", "id", "alpacaAccountId", "title", "message", "type", "severity", "category", "status", "isRead", "acknowledgedAt", "resolvedAt", "suppressedUntil", "retryCount", "metadata", "createdAt", "updatedAt"],
3711
- NewsArticleWhereInput: ["AND", "OR", "NOT", "id", "title", "content", "source", "sourceDomain", "url", "sentiment", "authors", "summary", "bannerImage", "timePublished", "category", "topics", "logo", "createdAt", "updatedAt", "assets"],
3712
- NewsArticleOrderByWithRelationInput: ["id", "title", "content", "source", "sourceDomain", "url", "sentiment", "authors", "summary", "bannerImage", "timePublished", "category", "topics", "logo", "createdAt", "updatedAt", "assets"],
3713
- NewsArticleWhereUniqueInput: ["id", "url", "AND", "OR", "NOT", "title", "content", "source", "sourceDomain", "sentiment", "authors", "summary", "bannerImage", "timePublished", "category", "topics", "logo", "createdAt", "updatedAt", "assets"],
3714
- NewsArticleOrderByWithAggregationInput: ["id", "title", "content", "source", "sourceDomain", "url", "sentiment", "authors", "summary", "bannerImage", "timePublished", "category", "topics", "logo", "createdAt", "updatedAt", "_count", "_max", "_min"],
3715
- NewsArticleScalarWhereWithAggregatesInput: ["AND", "OR", "NOT", "id", "title", "content", "source", "sourceDomain", "url", "sentiment", "authors", "summary", "bannerImage", "timePublished", "category", "topics", "logo", "createdAt", "updatedAt"],
3715
+ NewsArticleWhereInput: ["AND", "OR", "NOT", "id", "title", "content", "source", "sourceDomain", "url", "sentiment", "authors", "summary", "bannerImage", "timePublished", "category", "topics", "logo", "symbols", "relevance", "publishedAt", "createdAt", "updatedAt", "assets"],
3716
+ NewsArticleOrderByWithRelationInput: ["id", "title", "content", "source", "sourceDomain", "url", "sentiment", "authors", "summary", "bannerImage", "timePublished", "category", "topics", "logo", "symbols", "relevance", "publishedAt", "createdAt", "updatedAt", "assets"],
3717
+ NewsArticleWhereUniqueInput: ["id", "url", "AND", "OR", "NOT", "title", "content", "source", "sourceDomain", "sentiment", "authors", "summary", "bannerImage", "timePublished", "category", "topics", "logo", "symbols", "relevance", "publishedAt", "createdAt", "updatedAt", "assets"],
3718
+ NewsArticleOrderByWithAggregationInput: ["id", "title", "content", "source", "sourceDomain", "url", "sentiment", "authors", "summary", "bannerImage", "timePublished", "category", "topics", "logo", "symbols", "relevance", "publishedAt", "createdAt", "updatedAt", "_count", "_avg", "_max", "_min", "_sum"],
3719
+ NewsArticleScalarWhereWithAggregatesInput: ["AND", "OR", "NOT", "id", "title", "content", "source", "sourceDomain", "url", "sentiment", "authors", "summary", "bannerImage", "timePublished", "category", "topics", "logo", "symbols", "relevance", "publishedAt", "createdAt", "updatedAt"],
3716
3720
  NewsArticleAssetSentimentWhereInput: ["AND", "OR", "NOT", "id", "assetId", "newsArticleId", "url", "relevancyScore", "sentimentScore", "sentimentLabel", "news", "asset"],
3717
3721
  NewsArticleAssetSentimentOrderByWithRelationInput: ["id", "assetId", "newsArticleId", "url", "relevancyScore", "sentimentScore", "sentimentLabel", "news", "asset"],
3718
3722
  NewsArticleAssetSentimentWhereUniqueInput: ["id", "url", "AND", "OR", "NOT", "assetId", "newsArticleId", "relevancyScore", "sentimentScore", "sentimentLabel", "news", "asset"],
3719
3723
  NewsArticleAssetSentimentOrderByWithAggregationInput: ["id", "assetId", "newsArticleId", "url", "relevancyScore", "sentimentScore", "sentimentLabel", "_count", "_max", "_min"],
3720
3724
  NewsArticleAssetSentimentScalarWhereWithAggregatesInput: ["AND", "OR", "NOT", "id", "assetId", "newsArticleId", "url", "relevancyScore", "sentimentScore", "sentimentLabel"],
3721
- EconomicEventWhereInput: ["AND", "OR", "NOT", "id", "title", "description", "date", "importance", "createdAt", "updatedAt"],
3722
- EconomicEventOrderByWithRelationInput: ["id", "title", "description", "date", "importance", "createdAt", "updatedAt"],
3723
- EconomicEventWhereUniqueInput: ["id", "AND", "OR", "NOT", "title", "description", "date", "importance", "createdAt", "updatedAt"],
3724
- EconomicEventOrderByWithAggregationInput: ["id", "title", "description", "date", "importance", "createdAt", "updatedAt", "_count", "_max", "_min"],
3725
- EconomicEventScalarWhereWithAggregatesInput: ["AND", "OR", "NOT", "id", "title", "description", "date", "importance", "createdAt", "updatedAt"],
3725
+ EconomicEventWhereInput: ["AND", "OR", "NOT", "id", "title", "description", "date", "importance", "country", "eventTime", "actual", "forecast", "previous", "unit", "source", "createdAt", "updatedAt"],
3726
+ EconomicEventOrderByWithRelationInput: ["id", "title", "description", "date", "importance", "country", "eventTime", "actual", "forecast", "previous", "unit", "source", "createdAt", "updatedAt"],
3727
+ EconomicEventWhereUniqueInput: ["id", "AND", "OR", "NOT", "title", "description", "date", "importance", "country", "eventTime", "actual", "forecast", "previous", "unit", "source", "createdAt", "updatedAt"],
3728
+ EconomicEventOrderByWithAggregationInput: ["id", "title", "description", "date", "importance", "country", "eventTime", "actual", "forecast", "previous", "unit", "source", "createdAt", "updatedAt", "_count", "_avg", "_max", "_min", "_sum"],
3729
+ EconomicEventScalarWhereWithAggregatesInput: ["AND", "OR", "NOT", "id", "title", "description", "date", "importance", "country", "eventTime", "actual", "forecast", "previous", "unit", "source", "createdAt", "updatedAt"],
3726
3730
  ScheduledOptionOrderWhereInput: ["AND", "OR", "NOT", "id", "payload", "status"],
3727
3731
  ScheduledOptionOrderOrderByWithRelationInput: ["id", "payload", "status"],
3728
3732
  ScheduledOptionOrderWhereUniqueInput: ["id", "AND", "OR", "NOT", "payload", "status"],
@@ -4091,18 +4095,18 @@ const inputsInfo = {
4091
4095
  AlertUpdateInput: ["id", "title", "message", "type", "severity", "category", "status", "isRead", "acknowledgedAt", "resolvedAt", "suppressedUntil", "retryCount", "metadata", "createdAt", "updatedAt", "alpacaAccount"],
4092
4096
  AlertCreateManyInput: ["id", "alpacaAccountId", "title", "message", "type", "severity", "category", "status", "isRead", "acknowledgedAt", "resolvedAt", "suppressedUntil", "retryCount", "metadata", "createdAt", "updatedAt"],
4093
4097
  AlertUpdateManyMutationInput: ["id", "title", "message", "type", "severity", "category", "status", "isRead", "acknowledgedAt", "resolvedAt", "suppressedUntil", "retryCount", "metadata", "createdAt", "updatedAt"],
4094
- NewsArticleCreateInput: ["id", "title", "content", "source", "sourceDomain", "url", "sentiment", "authors", "summary", "bannerImage", "timePublished", "category", "topics", "logo", "createdAt", "updatedAt", "assets"],
4095
- NewsArticleUpdateInput: ["id", "title", "content", "source", "sourceDomain", "url", "sentiment", "authors", "summary", "bannerImage", "timePublished", "category", "topics", "logo", "createdAt", "updatedAt", "assets"],
4096
- NewsArticleCreateManyInput: ["id", "title", "content", "source", "sourceDomain", "url", "sentiment", "authors", "summary", "bannerImage", "timePublished", "category", "topics", "logo", "createdAt", "updatedAt"],
4097
- NewsArticleUpdateManyMutationInput: ["id", "title", "content", "source", "sourceDomain", "url", "sentiment", "authors", "summary", "bannerImage", "timePublished", "category", "topics", "logo", "createdAt", "updatedAt"],
4098
+ NewsArticleCreateInput: ["id", "title", "content", "source", "sourceDomain", "url", "sentiment", "authors", "summary", "bannerImage", "timePublished", "category", "topics", "logo", "symbols", "relevance", "publishedAt", "createdAt", "updatedAt", "assets"],
4099
+ NewsArticleUpdateInput: ["id", "title", "content", "source", "sourceDomain", "url", "sentiment", "authors", "summary", "bannerImage", "timePublished", "category", "topics", "logo", "symbols", "relevance", "publishedAt", "createdAt", "updatedAt", "assets"],
4100
+ NewsArticleCreateManyInput: ["id", "title", "content", "source", "sourceDomain", "url", "sentiment", "authors", "summary", "bannerImage", "timePublished", "category", "topics", "logo", "symbols", "relevance", "publishedAt", "createdAt", "updatedAt"],
4101
+ NewsArticleUpdateManyMutationInput: ["id", "title", "content", "source", "sourceDomain", "url", "sentiment", "authors", "summary", "bannerImage", "timePublished", "category", "topics", "logo", "symbols", "relevance", "publishedAt", "createdAt", "updatedAt"],
4098
4102
  NewsArticleAssetSentimentCreateInput: ["id", "url", "relevancyScore", "sentimentScore", "sentimentLabel", "news", "asset"],
4099
4103
  NewsArticleAssetSentimentUpdateInput: ["id", "url", "relevancyScore", "sentimentScore", "sentimentLabel", "news", "asset"],
4100
4104
  NewsArticleAssetSentimentCreateManyInput: ["id", "assetId", "newsArticleId", "url", "relevancyScore", "sentimentScore", "sentimentLabel"],
4101
4105
  NewsArticleAssetSentimentUpdateManyMutationInput: ["id", "url", "relevancyScore", "sentimentScore", "sentimentLabel"],
4102
- EconomicEventCreateInput: ["id", "title", "description", "date", "importance", "createdAt", "updatedAt"],
4103
- EconomicEventUpdateInput: ["id", "title", "description", "date", "importance", "createdAt", "updatedAt"],
4104
- EconomicEventCreateManyInput: ["id", "title", "description", "date", "importance", "createdAt", "updatedAt"],
4105
- EconomicEventUpdateManyMutationInput: ["id", "title", "description", "date", "importance", "createdAt", "updatedAt"],
4106
+ EconomicEventCreateInput: ["id", "title", "description", "date", "importance", "country", "eventTime", "actual", "forecast", "previous", "unit", "source", "createdAt", "updatedAt"],
4107
+ EconomicEventUpdateInput: ["id", "title", "description", "date", "importance", "country", "eventTime", "actual", "forecast", "previous", "unit", "source", "createdAt", "updatedAt"],
4108
+ EconomicEventCreateManyInput: ["id", "title", "description", "date", "importance", "country", "eventTime", "actual", "forecast", "previous", "unit", "source", "createdAt", "updatedAt"],
4109
+ EconomicEventUpdateManyMutationInput: ["id", "title", "description", "date", "importance", "country", "eventTime", "actual", "forecast", "previous", "unit", "source", "createdAt", "updatedAt"],
4106
4110
  ScheduledOptionOrderCreateInput: ["id", "payload", "status"],
4107
4111
  ScheduledOptionOrderUpdateInput: ["id", "payload", "status"],
4108
4112
  ScheduledOptionOrderCreateManyInput: ["id", "payload", "status"],
@@ -4537,18 +4541,22 @@ const inputsInfo = {
4537
4541
  EnumAlertSeverityWithAggregatesFilter: ["equals", "in", "notIn", "not", "_count", "_min", "_max"],
4538
4542
  EnumAlertCategoryWithAggregatesFilter: ["equals", "in", "notIn", "not", "_count", "_min", "_max"],
4539
4543
  EnumAlertStatusWithAggregatesFilter: ["equals", "in", "notIn", "not", "_count", "_min", "_max"],
4540
- NewsArticleCountOrderByAggregateInput: ["id", "title", "content", "source", "sourceDomain", "url", "sentiment", "authors", "summary", "bannerImage", "timePublished", "category", "topics", "logo", "createdAt", "updatedAt"],
4541
- NewsArticleMaxOrderByAggregateInput: ["id", "title", "content", "source", "sourceDomain", "url", "sentiment", "summary", "bannerImage", "timePublished", "category", "logo", "createdAt", "updatedAt"],
4542
- NewsArticleMinOrderByAggregateInput: ["id", "title", "content", "source", "sourceDomain", "url", "sentiment", "summary", "bannerImage", "timePublished", "category", "logo", "createdAt", "updatedAt"],
4544
+ NewsArticleCountOrderByAggregateInput: ["id", "title", "content", "source", "sourceDomain", "url", "sentiment", "authors", "summary", "bannerImage", "timePublished", "category", "topics", "logo", "symbols", "relevance", "publishedAt", "createdAt", "updatedAt"],
4545
+ NewsArticleAvgOrderByAggregateInput: ["relevance"],
4546
+ NewsArticleMaxOrderByAggregateInput: ["id", "title", "content", "source", "sourceDomain", "url", "sentiment", "summary", "bannerImage", "timePublished", "category", "logo", "relevance", "publishedAt", "createdAt", "updatedAt"],
4547
+ NewsArticleMinOrderByAggregateInput: ["id", "title", "content", "source", "sourceDomain", "url", "sentiment", "summary", "bannerImage", "timePublished", "category", "logo", "relevance", "publishedAt", "createdAt", "updatedAt"],
4548
+ NewsArticleSumOrderByAggregateInput: ["relevance"],
4543
4549
  NewsArticleRelationFilter: ["is", "isNot"],
4544
4550
  AssetNullableRelationFilter: ["is", "isNot"],
4545
4551
  NewsArticleAssetSentimentCountOrderByAggregateInput: ["id", "assetId", "newsArticleId", "url", "relevancyScore", "sentimentScore", "sentimentLabel"],
4546
4552
  NewsArticleAssetSentimentMaxOrderByAggregateInput: ["id", "assetId", "newsArticleId", "url", "relevancyScore", "sentimentScore", "sentimentLabel"],
4547
4553
  NewsArticleAssetSentimentMinOrderByAggregateInput: ["id", "assetId", "newsArticleId", "url", "relevancyScore", "sentimentScore", "sentimentLabel"],
4548
4554
  EnumEventImportanceFilter: ["equals", "in", "notIn", "not"],
4549
- EconomicEventCountOrderByAggregateInput: ["id", "title", "description", "date", "importance", "createdAt", "updatedAt"],
4550
- EconomicEventMaxOrderByAggregateInput: ["id", "title", "description", "date", "importance", "createdAt", "updatedAt"],
4551
- EconomicEventMinOrderByAggregateInput: ["id", "title", "description", "date", "importance", "createdAt", "updatedAt"],
4555
+ EconomicEventCountOrderByAggregateInput: ["id", "title", "description", "date", "importance", "country", "eventTime", "actual", "forecast", "previous", "unit", "source", "createdAt", "updatedAt"],
4556
+ EconomicEventAvgOrderByAggregateInput: ["actual", "forecast", "previous"],
4557
+ EconomicEventMaxOrderByAggregateInput: ["id", "title", "description", "date", "importance", "country", "eventTime", "actual", "forecast", "previous", "unit", "source", "createdAt", "updatedAt"],
4558
+ EconomicEventMinOrderByAggregateInput: ["id", "title", "description", "date", "importance", "country", "eventTime", "actual", "forecast", "previous", "unit", "source", "createdAt", "updatedAt"],
4559
+ EconomicEventSumOrderByAggregateInput: ["actual", "forecast", "previous"],
4552
4560
  EnumEventImportanceWithAggregatesFilter: ["equals", "in", "notIn", "not", "_count", "_min", "_max"],
4553
4561
  EnumScheduledOptionOrderStatusFilter: ["equals", "in", "notIn", "not"],
4554
4562
  ScheduledOptionOrderCountOrderByAggregateInput: ["id", "payload", "status"],
@@ -5140,9 +5148,11 @@ const inputsInfo = {
5140
5148
  AlpacaAccountUpdateOneRequiredWithoutAlertsNestedInput: ["create", "connectOrCreate", "upsert", "connect", "update"],
5141
5149
  NewsArticleCreateauthorsInput: ["set"],
5142
5150
  NewsArticleCreatetopicsInput: ["set"],
5151
+ NewsArticleCreatesymbolsInput: ["set"],
5143
5152
  NewsArticleAssetSentimentCreateNestedManyWithoutNewsInput: ["create", "connectOrCreate", "createMany", "connect"],
5144
5153
  NewsArticleUpdateauthorsInput: ["set", "push"],
5145
5154
  NewsArticleUpdatetopicsInput: ["set", "push"],
5155
+ NewsArticleUpdatesymbolsInput: ["set", "push"],
5146
5156
  NewsArticleAssetSentimentUpdateManyWithoutNewsNestedInput: ["create", "connectOrCreate", "upsert", "createMany", "set", "disconnect", "delete", "connect", "update", "updateMany", "deleteMany"],
5147
5157
  NewsArticleCreateNestedOneWithoutAssetsInput: ["create", "connectOrCreate", "connect"],
5148
5158
  AssetCreateNestedOneWithoutNewsMentionsInput: ["create", "connectOrCreate", "connect"],
@@ -5851,13 +5861,13 @@ const inputsInfo = {
5851
5861
  NewsArticleAssetSentimentUpsertWithWhereUniqueWithoutNewsInput: ["where", "update", "create"],
5852
5862
  NewsArticleAssetSentimentUpdateWithWhereUniqueWithoutNewsInput: ["where", "data"],
5853
5863
  NewsArticleAssetSentimentUpdateManyWithWhereWithoutNewsInput: ["where", "data"],
5854
- NewsArticleCreateWithoutAssetsInput: ["id", "title", "content", "source", "sourceDomain", "url", "sentiment", "authors", "summary", "bannerImage", "timePublished", "category", "topics", "logo", "createdAt", "updatedAt"],
5864
+ NewsArticleCreateWithoutAssetsInput: ["id", "title", "content", "source", "sourceDomain", "url", "sentiment", "authors", "summary", "bannerImage", "timePublished", "category", "topics", "logo", "symbols", "relevance", "publishedAt", "createdAt", "updatedAt"],
5855
5865
  NewsArticleCreateOrConnectWithoutAssetsInput: ["where", "create"],
5856
5866
  AssetCreateWithoutNewsMentionsInput: ["id", "symbol", "name", "type", "logoUrl", "description", "cik", "exchange", "currency", "country", "sector", "industry", "address", "officialSite", "fiscalYearEnd", "latestQuarter", "marketCapitalization", "ebitda", "peRatio", "pegRatio", "bookValue", "dividendPerShare", "dividendYield", "eps", "revenuePerShareTTM", "profitMargin", "operatingMarginTTM", "returnOnAssetsTTM", "returnOnEquityTTM", "revenueTTM", "grossProfitTTM", "dilutedEPSTTM", "quarterlyEarningsGrowthYOY", "quarterlyRevenueGrowthYOY", "analystTargetPrice", "analystRatingStrongBuy", "analystRatingBuy", "analystRatingHold", "analystRatingSell", "analystRatingStrongSell", "trailingPE", "forwardPE", "priceToSalesRatioTTM", "priceToBookRatio", "evToRevenue", "evToEbitda", "beta", "week52High", "week52Low", "day50MovingAverage", "day200MovingAverage", "sharesOutstanding", "dividendDate", "exDividendDate", "askPrice", "bidPrice", "createdAt", "updatedAt", "institutionalHoldings", "institutionalFlowSignals"],
5857
5867
  AssetCreateOrConnectWithoutNewsMentionsInput: ["where", "create"],
5858
5868
  NewsArticleUpsertWithoutAssetsInput: ["update", "create", "where"],
5859
5869
  NewsArticleUpdateToOneWithWhereWithoutAssetsInput: ["where", "data"],
5860
- NewsArticleUpdateWithoutAssetsInput: ["id", "title", "content", "source", "sourceDomain", "url", "sentiment", "authors", "summary", "bannerImage", "timePublished", "category", "topics", "logo", "createdAt", "updatedAt"],
5870
+ NewsArticleUpdateWithoutAssetsInput: ["id", "title", "content", "source", "sourceDomain", "url", "sentiment", "authors", "summary", "bannerImage", "timePublished", "category", "topics", "logo", "symbols", "relevance", "publishedAt", "createdAt", "updatedAt"],
5861
5871
  AssetUpsertWithoutNewsMentionsInput: ["update", "create", "where"],
5862
5872
  AssetUpdateToOneWithWhereWithoutNewsMentionsInput: ["where", "data"],
5863
5873
  AssetUpdateWithoutNewsMentionsInput: ["id", "symbol", "name", "type", "logoUrl", "description", "cik", "exchange", "currency", "country", "sector", "industry", "address", "officialSite", "fiscalYearEnd", "latestQuarter", "marketCapitalization", "ebitda", "peRatio", "pegRatio", "bookValue", "dividendPerShare", "dividendYield", "eps", "revenuePerShareTTM", "profitMargin", "operatingMarginTTM", "returnOnAssetsTTM", "returnOnEquityTTM", "revenueTTM", "grossProfitTTM", "dilutedEPSTTM", "quarterlyEarningsGrowthYOY", "quarterlyRevenueGrowthYOY", "analystTargetPrice", "analystRatingStrongBuy", "analystRatingBuy", "analystRatingHold", "analystRatingSell", "analystRatingStrongSell", "trailingPE", "forwardPE", "priceToSalesRatioTTM", "priceToBookRatio", "evToRevenue", "evToEbitda", "beta", "week52High", "week52Low", "day50MovingAverage", "day200MovingAverage", "sharesOutstanding", "dividendDate", "exDividendDate", "askPrice", "bidPrice", "createdAt", "updatedAt", "institutionalHoldings", "institutionalFlowSignals"],
@@ -1,5 +1,7 @@
1
1
  /** Anthropic Claude language models available for text generation. */
2
2
  export declare enum AnthropicModel {
3
+ CLAUDE_FABLE_5 = "CLAUDE_FABLE_5",
4
+ CLAUDE_OPUS_5 = "CLAUDE_OPUS_5",
3
5
  CLAUDE_OPUS_4_7 = "CLAUDE_OPUS_4_7",
4
6
  CLAUDE_OPUS_4_6 = "CLAUDE_OPUS_4_6",
5
7
  CLAUDE_SONNET_4_6 = "CLAUDE_SONNET_4_6",
@@ -1 +1 @@
1
- {"version":3,"file":"AnthropicModel.d.ts","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/enums/AnthropicModel.ts"],"names":[],"mappings":"AAEA,sEAAsE;AACtE,oBAAY,cAAc;IACxB,eAAe,oBAAoB;IACnC,eAAe,oBAAoB;IACnC,iBAAiB,sBAAsB;IACvC,gBAAgB,qBAAqB;CACtC"}
1
+ {"version":3,"file":"AnthropicModel.d.ts","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/enums/AnthropicModel.ts"],"names":[],"mappings":"AAEA,sEAAsE;AACtE,oBAAY,cAAc;IACxB,cAAc,mBAAmB;IACjC,aAAa,kBAAkB;IAC/B,eAAe,oBAAoB;IACnC,eAAe,oBAAoB;IACnC,iBAAiB,sBAAsB;IACvC,gBAAgB,qBAAqB;CACtC"}
@@ -1 +1 @@
1
- {"version":3,"file":"AnthropicModel.js","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/enums/AnthropicModel.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAE5C,sEAAsE;AACtE,MAAM,CAAN,IAAY,cAKX;AALD,WAAY,cAAc;IACxB,qDAAmC,CAAA;IACnC,qDAAmC,CAAA;IACnC,yDAAuC,CAAA;IACvC,uDAAqC,CAAA;AACvC,CAAC,EALW,cAAc,KAAd,cAAc,QAKzB;AACD,WAAW,CAAC,gBAAgB,CAAC,cAAc,EAAE;IAC3C,IAAI,EAAE,gBAAgB;IACtB,WAAW,EAAE,iEAAiE;CAC/E,CAAC,CAAC"}
1
+ {"version":3,"file":"AnthropicModel.js","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/enums/AnthropicModel.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAE5C,sEAAsE;AACtE,MAAM,CAAN,IAAY,cAOX;AAPD,WAAY,cAAc;IACxB,mDAAiC,CAAA;IACjC,iDAA+B,CAAA;IAC/B,qDAAmC,CAAA;IACnC,qDAAmC,CAAA;IACnC,yDAAuC,CAAA;IACvC,uDAAqC,CAAA;AACvC,CAAC,EAPW,cAAc,KAAd,cAAc,QAOzB;AACD,WAAW,CAAC,gBAAgB,CAAC,cAAc,EAAE;IAC3C,IAAI,EAAE,gBAAgB;IACtB,WAAW,EAAE,iEAAiE;CAC/E,CAAC,CAAC"}
@@ -2,6 +2,8 @@ import * as TypeGraphQL from "type-graphql";
2
2
  /** Anthropic Claude language models available for text generation. */
3
3
  export var AnthropicModel;
4
4
  (function (AnthropicModel) {
5
+ AnthropicModel["CLAUDE_FABLE_5"] = "CLAUDE_FABLE_5";
6
+ AnthropicModel["CLAUDE_OPUS_5"] = "CLAUDE_OPUS_5";
5
7
  AnthropicModel["CLAUDE_OPUS_4_7"] = "CLAUDE_OPUS_4_7";
6
8
  AnthropicModel["CLAUDE_OPUS_4_6"] = "CLAUDE_OPUS_4_6";
7
9
  AnthropicModel["CLAUDE_SONNET_4_6"] = "CLAUDE_SONNET_4_6";
@@ -4,6 +4,13 @@ export declare enum EconomicEventScalarFieldEnum {
4
4
  description = "description",
5
5
  date = "date",
6
6
  importance = "importance",
7
+ country = "country",
8
+ eventTime = "eventTime",
9
+ actual = "actual",
10
+ forecast = "forecast",
11
+ previous = "previous",
12
+ unit = "unit",
13
+ source = "source",
7
14
  createdAt = "createdAt",
8
15
  updatedAt = "updatedAt"
9
16
  }
@@ -1 +1 @@
1
- {"version":3,"file":"EconomicEventScalarFieldEnum.d.ts","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/enums/EconomicEventScalarFieldEnum.ts"],"names":[],"mappings":"AAEA,oBAAY,4BAA4B;IACtC,EAAE,OAAO;IACT,KAAK,UAAU;IACf,WAAW,gBAAgB;IAC3B,IAAI,SAAS;IACb,UAAU,eAAe;IACzB,SAAS,cAAc;IACvB,SAAS,cAAc;CACxB"}
1
+ {"version":3,"file":"EconomicEventScalarFieldEnum.d.ts","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/enums/EconomicEventScalarFieldEnum.ts"],"names":[],"mappings":"AAEA,oBAAY,4BAA4B;IACtC,EAAE,OAAO;IACT,KAAK,UAAU;IACf,WAAW,gBAAgB;IAC3B,IAAI,SAAS;IACb,UAAU,eAAe;IACzB,OAAO,YAAY;IACnB,SAAS,cAAc;IACvB,MAAM,WAAW;IACjB,QAAQ,aAAa;IACrB,QAAQ,aAAa;IACrB,IAAI,SAAS;IACb,MAAM,WAAW;IACjB,SAAS,cAAc;IACvB,SAAS,cAAc;CACxB"}
@@ -1 +1 @@
1
- {"version":3,"file":"EconomicEventScalarFieldEnum.js","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/enums/EconomicEventScalarFieldEnum.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAE5C,MAAM,CAAN,IAAY,4BAQX;AARD,WAAY,4BAA4B;IACtC,yCAAS,CAAA;IACT,+CAAe,CAAA;IACf,2DAA2B,CAAA;IAC3B,6CAAa,CAAA;IACb,yDAAyB,CAAA;IACzB,uDAAuB,CAAA;IACvB,uDAAuB,CAAA;AACzB,CAAC,EARW,4BAA4B,KAA5B,4BAA4B,QAQvC;AACD,WAAW,CAAC,gBAAgB,CAAC,4BAA4B,EAAE;IACzD,IAAI,EAAE,8BAA8B;IACpC,WAAW,EAAE,SAAS;CACvB,CAAC,CAAC"}
1
+ {"version":3,"file":"EconomicEventScalarFieldEnum.js","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/enums/EconomicEventScalarFieldEnum.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAE5C,MAAM,CAAN,IAAY,4BAeX;AAfD,WAAY,4BAA4B;IACtC,yCAAS,CAAA;IACT,+CAAe,CAAA;IACf,2DAA2B,CAAA;IAC3B,6CAAa,CAAA;IACb,yDAAyB,CAAA;IACzB,mDAAmB,CAAA;IACnB,uDAAuB,CAAA;IACvB,iDAAiB,CAAA;IACjB,qDAAqB,CAAA;IACrB,qDAAqB,CAAA;IACrB,6CAAa,CAAA;IACb,iDAAiB,CAAA;IACjB,uDAAuB,CAAA;IACvB,uDAAuB,CAAA;AACzB,CAAC,EAfW,4BAA4B,KAA5B,4BAA4B,QAevC;AACD,WAAW,CAAC,gBAAgB,CAAC,4BAA4B,EAAE;IACzD,IAAI,EAAE,8BAA8B;IACpC,WAAW,EAAE,SAAS;CACvB,CAAC,CAAC"}
@@ -6,6 +6,13 @@ export var EconomicEventScalarFieldEnum;
6
6
  EconomicEventScalarFieldEnum["description"] = "description";
7
7
  EconomicEventScalarFieldEnum["date"] = "date";
8
8
  EconomicEventScalarFieldEnum["importance"] = "importance";
9
+ EconomicEventScalarFieldEnum["country"] = "country";
10
+ EconomicEventScalarFieldEnum["eventTime"] = "eventTime";
11
+ EconomicEventScalarFieldEnum["actual"] = "actual";
12
+ EconomicEventScalarFieldEnum["forecast"] = "forecast";
13
+ EconomicEventScalarFieldEnum["previous"] = "previous";
14
+ EconomicEventScalarFieldEnum["unit"] = "unit";
15
+ EconomicEventScalarFieldEnum["source"] = "source";
9
16
  EconomicEventScalarFieldEnum["createdAt"] = "createdAt";
10
17
  EconomicEventScalarFieldEnum["updatedAt"] = "updatedAt";
11
18
  })(EconomicEventScalarFieldEnum || (EconomicEventScalarFieldEnum = {}));
@@ -13,6 +13,9 @@ export declare enum NewsArticleScalarFieldEnum {
13
13
  category = "category",
14
14
  topics = "topics",
15
15
  logo = "logo",
16
+ symbols = "symbols",
17
+ relevance = "relevance",
18
+ publishedAt = "publishedAt",
16
19
  createdAt = "createdAt",
17
20
  updatedAt = "updatedAt"
18
21
  }
@@ -1 +1 @@
1
- {"version":3,"file":"NewsArticleScalarFieldEnum.d.ts","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/enums/NewsArticleScalarFieldEnum.ts"],"names":[],"mappings":"AAEA,oBAAY,0BAA0B;IACpC,EAAE,OAAO;IACT,KAAK,UAAU;IACf,OAAO,YAAY;IACnB,MAAM,WAAW;IACjB,YAAY,iBAAiB;IAC7B,GAAG,QAAQ;IACX,SAAS,cAAc;IACvB,OAAO,YAAY;IACnB,OAAO,YAAY;IACnB,WAAW,gBAAgB;IAC3B,aAAa,kBAAkB;IAC/B,QAAQ,aAAa;IACrB,MAAM,WAAW;IACjB,IAAI,SAAS;IACb,SAAS,cAAc;IACvB,SAAS,cAAc;CACxB"}
1
+ {"version":3,"file":"NewsArticleScalarFieldEnum.d.ts","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/enums/NewsArticleScalarFieldEnum.ts"],"names":[],"mappings":"AAEA,oBAAY,0BAA0B;IACpC,EAAE,OAAO;IACT,KAAK,UAAU;IACf,OAAO,YAAY;IACnB,MAAM,WAAW;IACjB,YAAY,iBAAiB;IAC7B,GAAG,QAAQ;IACX,SAAS,cAAc;IACvB,OAAO,YAAY;IACnB,OAAO,YAAY;IACnB,WAAW,gBAAgB;IAC3B,aAAa,kBAAkB;IAC/B,QAAQ,aAAa;IACrB,MAAM,WAAW;IACjB,IAAI,SAAS;IACb,OAAO,YAAY;IACnB,SAAS,cAAc;IACvB,WAAW,gBAAgB;IAC3B,SAAS,cAAc;IACvB,SAAS,cAAc;CACxB"}
@@ -1 +1 @@
1
- {"version":3,"file":"NewsArticleScalarFieldEnum.js","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/enums/NewsArticleScalarFieldEnum.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAE5C,MAAM,CAAN,IAAY,0BAiBX;AAjBD,WAAY,0BAA0B;IACpC,uCAAS,CAAA;IACT,6CAAe,CAAA;IACf,iDAAmB,CAAA;IACnB,+CAAiB,CAAA;IACjB,2DAA6B,CAAA;IAC7B,yCAAW,CAAA;IACX,qDAAuB,CAAA;IACvB,iDAAmB,CAAA;IACnB,iDAAmB,CAAA;IACnB,yDAA2B,CAAA;IAC3B,6DAA+B,CAAA;IAC/B,mDAAqB,CAAA;IACrB,+CAAiB,CAAA;IACjB,2CAAa,CAAA;IACb,qDAAuB,CAAA;IACvB,qDAAuB,CAAA;AACzB,CAAC,EAjBW,0BAA0B,KAA1B,0BAA0B,QAiBrC;AACD,WAAW,CAAC,gBAAgB,CAAC,0BAA0B,EAAE;IACvD,IAAI,EAAE,4BAA4B;IAClC,WAAW,EAAE,SAAS;CACvB,CAAC,CAAC"}
1
+ {"version":3,"file":"NewsArticleScalarFieldEnum.js","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/enums/NewsArticleScalarFieldEnum.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAE5C,MAAM,CAAN,IAAY,0BAoBX;AApBD,WAAY,0BAA0B;IACpC,uCAAS,CAAA;IACT,6CAAe,CAAA;IACf,iDAAmB,CAAA;IACnB,+CAAiB,CAAA;IACjB,2DAA6B,CAAA;IAC7B,yCAAW,CAAA;IACX,qDAAuB,CAAA;IACvB,iDAAmB,CAAA;IACnB,iDAAmB,CAAA;IACnB,yDAA2B,CAAA;IAC3B,6DAA+B,CAAA;IAC/B,mDAAqB,CAAA;IACrB,+CAAiB,CAAA;IACjB,2CAAa,CAAA;IACb,iDAAmB,CAAA;IACnB,qDAAuB,CAAA;IACvB,yDAA2B,CAAA;IAC3B,qDAAuB,CAAA;IACvB,qDAAuB,CAAA;AACzB,CAAC,EApBW,0BAA0B,KAA1B,0BAA0B,QAoBrC;AACD,WAAW,CAAC,gBAAgB,CAAC,0BAA0B,EAAE;IACvD,IAAI,EAAE,4BAA4B;IAClC,WAAW,EAAE,SAAS;CACvB,CAAC,CAAC"}
@@ -15,6 +15,9 @@ export var NewsArticleScalarFieldEnum;
15
15
  NewsArticleScalarFieldEnum["category"] = "category";
16
16
  NewsArticleScalarFieldEnum["topics"] = "topics";
17
17
  NewsArticleScalarFieldEnum["logo"] = "logo";
18
+ NewsArticleScalarFieldEnum["symbols"] = "symbols";
19
+ NewsArticleScalarFieldEnum["relevance"] = "relevance";
20
+ NewsArticleScalarFieldEnum["publishedAt"] = "publishedAt";
18
21
  NewsArticleScalarFieldEnum["createdAt"] = "createdAt";
19
22
  NewsArticleScalarFieldEnum["updatedAt"] = "updatedAt";
20
23
  })(NewsArticleScalarFieldEnum || (NewsArticleScalarFieldEnum = {}));
@@ -19,6 +19,34 @@ export declare class EconomicEvent {
19
19
  * Importance level of the event, defined by EventImportance enum.
20
20
  */
21
21
  importance: "LOW" | "MEDIUM" | "HIGH";
22
+ /**
23
+ * ISO country or region code the economic event pertains to (e.g., \"US\", \"EU\", \"JP\").
24
+ */
25
+ country?: string | null;
26
+ /**
27
+ * Scheduled release timestamp of the event, distinct from the calendar `date`. Orderable field the market-data feed sorts by; consider consolidating with `date` long-term.
28
+ */
29
+ eventTime?: Date | null;
30
+ /**
31
+ * Actual reported value of the economic indicator once released (null until publication).
32
+ */
33
+ actual?: number | null;
34
+ /**
35
+ * Consensus forecast value for the economic indicator ahead of release.
36
+ */
37
+ forecast?: number | null;
38
+ /**
39
+ * Previously reported value of the economic indicator for the prior period.
40
+ */
41
+ previous?: number | null;
42
+ /**
43
+ * Unit of measurement for the actual/forecast/previous values (e.g., \"%\", \"K\", \"M\", \"index\").
44
+ */
45
+ unit?: string | null;
46
+ /**
47
+ * Data provider or source of the economic event (e.g., \"TradingEconomics\", \"BLS\").
48
+ */
49
+ source?: string | null;
22
50
  /**
23
51
  * Timestamp when the economic event was created in the database. TYPESTRING.SKIP=true
24
52
  */
@@ -1 +1 @@
1
- {"version":3,"file":"EconomicEvent.d.ts","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/models/EconomicEvent.ts"],"names":[],"mappings":"AAMA,qBACa,aAAa;IACxB;;OAEG;IAKH,EAAE,EAAG,MAAM,CAAC;IAEZ;;OAEG;IAKH,KAAK,EAAG,MAAM,CAAC;IAEf;;OAEG;IAKH,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAE5B;;OAEG;IAKH,IAAI,EAAG,IAAI,CAAC;IAEZ;;OAEG;IAKH,UAAU,EAAG,KAAK,GAAG,QAAQ,GAAG,MAAM,CAAC;IAEvC;;OAEG;IAKH,SAAS,EAAG,IAAI,CAAC;IAEjB;;OAEG;IAKH,SAAS,EAAG,IAAI,CAAC;CAClB"}
1
+ {"version":3,"file":"EconomicEvent.d.ts","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/models/EconomicEvent.ts"],"names":[],"mappings":"AAMA,qBACa,aAAa;IACxB;;OAEG;IAKH,EAAE,EAAG,MAAM,CAAC;IAEZ;;OAEG;IAKH,KAAK,EAAG,MAAM,CAAC;IAEf;;OAEG;IAKH,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAE5B;;OAEG;IAKH,IAAI,EAAG,IAAI,CAAC;IAEZ;;OAEG;IAKH,UAAU,EAAG,KAAK,GAAG,QAAQ,GAAG,MAAM,CAAC;IAEvC;;OAEG;IAKH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAExB;;OAEG;IAKH,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAExB;;OAEG;IAKH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAEvB;;OAEG;IAKH,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAEzB;;OAEG;IAKH,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAEzB;;OAEG;IAKH,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAErB;;OAEG;IAKH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAEvB;;OAEG;IAKH,SAAS,EAAG,IAAI,CAAC;IAEjB;;OAEG;IAKH,SAAS,EAAG,IAAI,CAAC;CAClB"}
@@ -1 +1 @@
1
- {"version":3,"file":"EconomicEvent.js","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/models/EconomicEvent.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAI5C,OAAO,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAC;AAGpD,IAAM,aAAa,GAAnB,MAAM,aAAa;IACxB;;OAEG;IAKH,EAAE,CAAU;IAEZ;;OAEG;IAKH,KAAK,CAAU;IAEf;;OAEG;IAKH,WAAW,CAAiB;IAE5B;;OAEG;IAKH,IAAI,CAAQ;IAEZ;;OAEG;IAKH,UAAU,CAA6B;IAEvC;;OAEG;IAKH,SAAS,CAAQ;IAEjB;;OAEG;IAKH,SAAS,CAAQ;CAClB,CAAA;AAvDC;IAJC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,MAAM,EAAE;QAClC,QAAQ,EAAE,KAAK;QACf,WAAW,EAAE,gEAAgE;KAC9E,CAAC;;yCACU;AASZ;IAJC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,MAAM,EAAE;QAClC,QAAQ,EAAE,KAAK;QACf,WAAW,EAAE,sCAAsC;KACpD,CAAC;;4CACa;AASf;IAJC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,MAAM,EAAE;QAClC,QAAQ,EAAE,IAAI;QACd,WAAW,EAAE,6CAA6C;KAC3D,CAAC;;kDAC0B;AAS5B;IAJC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,IAAI,EAAE;QAChC,QAAQ,EAAE,KAAK;QACf,WAAW,EAAE,8DAA8D;KAC5E,CAAC;8BACK,IAAI;2CAAC;AASZ;IAJC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,eAAe,EAAE;QAC3C,QAAQ,EAAE,KAAK;QACf,WAAW,EAAE,iEAAiE;KAC/E,CAAC;;iDACqC;AASvC;IAJC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,IAAI,EAAE;QAChC,QAAQ,EAAE,KAAK;QACf,WAAW,EAAE,qFAAqF;KACnG,CAAC;8BACU,IAAI;gDAAC;AASjB;IAJC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,IAAI,EAAE;QAChC,QAAQ,EAAE,KAAK;QACf,WAAW,EAAE,0FAA0F;KACxG,CAAC;8BACU,IAAI;gDAAC;AA9DN,aAAa;IADzB,WAAW,CAAC,UAAU,CAAC,eAAe,EAAE,EAAE,CAAC;GAC/B,aAAa,CA+DzB"}
1
+ {"version":3,"file":"EconomicEvent.js","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/models/EconomicEvent.ts"],"names":[],"mappings":"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"}
@@ -30,6 +30,34 @@ let EconomicEvent = class EconomicEvent {
30
30
  * Importance level of the event, defined by EventImportance enum.
31
31
  */
32
32
  importance;
33
+ /**
34
+ * ISO country or region code the economic event pertains to (e.g., \"US\", \"EU\", \"JP\").
35
+ */
36
+ country;
37
+ /**
38
+ * Scheduled release timestamp of the event, distinct from the calendar `date`. Orderable field the market-data feed sorts by; consider consolidating with `date` long-term.
39
+ */
40
+ eventTime;
41
+ /**
42
+ * Actual reported value of the economic indicator once released (null until publication).
43
+ */
44
+ actual;
45
+ /**
46
+ * Consensus forecast value for the economic indicator ahead of release.
47
+ */
48
+ forecast;
49
+ /**
50
+ * Previously reported value of the economic indicator for the prior period.
51
+ */
52
+ previous;
53
+ /**
54
+ * Unit of measurement for the actual/forecast/previous values (e.g., \"%\", \"K\", \"M\", \"index\").
55
+ */
56
+ unit;
57
+ /**
58
+ * Data provider or source of the economic event (e.g., \"TradingEconomics\", \"BLS\").
59
+ */
60
+ source;
33
61
  /**
34
62
  * Timestamp when the economic event was created in the database. TYPESTRING.SKIP=true
35
63
  */
@@ -74,6 +102,55 @@ __decorate([
74
102
  }),
75
103
  __metadata("design:type", String)
76
104
  ], EconomicEvent.prototype, "importance", void 0);
105
+ __decorate([
106
+ TypeGraphQL.Field(_type => String, {
107
+ nullable: true,
108
+ description: "ISO country or region code the economic event pertains to (e.g., \"US\", \"EU\", \"JP\")."
109
+ }),
110
+ __metadata("design:type", Object)
111
+ ], EconomicEvent.prototype, "country", void 0);
112
+ __decorate([
113
+ TypeGraphQL.Field(_type => Date, {
114
+ nullable: true,
115
+ description: "Scheduled release timestamp of the event, distinct from the calendar `date`. Orderable field the market-data feed sorts by; consider consolidating with `date` long-term."
116
+ }),
117
+ __metadata("design:type", Object)
118
+ ], EconomicEvent.prototype, "eventTime", void 0);
119
+ __decorate([
120
+ TypeGraphQL.Field(_type => TypeGraphQL.Float, {
121
+ nullable: true,
122
+ description: "Actual reported value of the economic indicator once released (null until publication)."
123
+ }),
124
+ __metadata("design:type", Object)
125
+ ], EconomicEvent.prototype, "actual", void 0);
126
+ __decorate([
127
+ TypeGraphQL.Field(_type => TypeGraphQL.Float, {
128
+ nullable: true,
129
+ description: "Consensus forecast value for the economic indicator ahead of release."
130
+ }),
131
+ __metadata("design:type", Object)
132
+ ], EconomicEvent.prototype, "forecast", void 0);
133
+ __decorate([
134
+ TypeGraphQL.Field(_type => TypeGraphQL.Float, {
135
+ nullable: true,
136
+ description: "Previously reported value of the economic indicator for the prior period."
137
+ }),
138
+ __metadata("design:type", Object)
139
+ ], EconomicEvent.prototype, "previous", void 0);
140
+ __decorate([
141
+ TypeGraphQL.Field(_type => String, {
142
+ nullable: true,
143
+ description: "Unit of measurement for the actual/forecast/previous values (e.g., \"%\", \"K\", \"M\", \"index\")."
144
+ }),
145
+ __metadata("design:type", Object)
146
+ ], EconomicEvent.prototype, "unit", void 0);
147
+ __decorate([
148
+ TypeGraphQL.Field(_type => String, {
149
+ nullable: true,
150
+ description: "Data provider or source of the economic event (e.g., \"TradingEconomics\", \"BLS\")."
151
+ }),
152
+ __metadata("design:type", Object)
153
+ ], EconomicEvent.prototype, "source", void 0);
77
154
  __decorate([
78
155
  TypeGraphQL.Field(_type => Date, {
79
156
  nullable: false,
@@ -57,6 +57,18 @@ export declare class NewsArticle {
57
57
  * URL to the logo image of the news source.
58
58
  */
59
59
  logo?: string | null;
60
+ /**
61
+ * Denormalized ticker symbols this article references, used by the news-feed read-path (filtered via `symbols.has`). Complements the per-asset scores on the NewsArticleAssetSentiment relation as a pragmatic feed read-model.
62
+ */
63
+ symbols: string[];
64
+ /**
65
+ * Overall relevance score of the article to the requested symbol scope (typically 0.0–1.0), when computed by the ingesting news provider.
66
+ */
67
+ relevance?: number | null;
68
+ /**
69
+ * Orderable publication timestamp of the article. Numeric/temporal successor to the legacy string `timePublished`, which cannot be reliably range-filtered or ordered; backfill from `timePublished`.
70
+ */
71
+ publishedAt?: Date | null;
60
72
  /**
61
73
  * Timestamp when the news article was added to the database. TYPESTRING.SKIP=true
62
74
  */
@@ -1 +1 @@
1
- {"version":3,"file":"NewsArticle.d.ts","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/models/NewsArticle.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,yBAAyB,EAAE,MAAM,qCAAqC,CAAC;AAChF,OAAO,EAAE,gBAAgB,EAAE,MAAM,uCAAuC,CAAC;AAEzE,qBACa,WAAW;IACtB;;OAEG;IAKH,EAAE,EAAG,MAAM,CAAC;IAEZ;;OAEG;IAKH,KAAK,EAAG,MAAM,CAAC;IAEf;;OAEG;IAKH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAExB;;OAEG;IAKH,MAAM,EAAG,MAAM,CAAC;IAEhB;;OAEG;IAKH,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAE7B;;OAEG;IAKH,GAAG,EAAG,MAAM,CAAC;IAEb;;OAEG;IAKH,SAAS,EAAG,MAAM,CAAC;IAEnB;;OAEG;IAKH,OAAO,EAAG,MAAM,EAAE,CAAC;IAEnB;;OAEG;IAKH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAExB;;OAEG;IAKH,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAE5B;;OAEG;IAKH,aAAa,EAAG,MAAM,CAAC;IAEvB;;OAEG;IAKH,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAEzB;;OAEG;IAKH,MAAM,EAAG,MAAM,EAAE,CAAC;IAElB;;OAEG;IAKH,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAErB;;OAEG;IAKH,SAAS,EAAG,IAAI,CAAC;IAEjB;;OAEG;IAKH,SAAS,EAAG,IAAI,CAAC;IAEjB;;OAEG;IACH,MAAM,CAAC,EAAE,yBAAyB,EAAE,CAAC;IAKrC,MAAM,CAAC,EAAE,gBAAgB,GAAG,IAAI,CAAC;CAClC"}
1
+ {"version":3,"file":"NewsArticle.d.ts","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/models/NewsArticle.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,yBAAyB,EAAE,MAAM,qCAAqC,CAAC;AAChF,OAAO,EAAE,gBAAgB,EAAE,MAAM,uCAAuC,CAAC;AAEzE,qBACa,WAAW;IACtB;;OAEG;IAKH,EAAE,EAAG,MAAM,CAAC;IAEZ;;OAEG;IAKH,KAAK,EAAG,MAAM,CAAC;IAEf;;OAEG;IAKH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAExB;;OAEG;IAKH,MAAM,EAAG,MAAM,CAAC;IAEhB;;OAEG;IAKH,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAE7B;;OAEG;IAKH,GAAG,EAAG,MAAM,CAAC;IAEb;;OAEG;IAKH,SAAS,EAAG,MAAM,CAAC;IAEnB;;OAEG;IAKH,OAAO,EAAG,MAAM,EAAE,CAAC;IAEnB;;OAEG;IAKH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAExB;;OAEG;IAKH,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAE5B;;OAEG;IAKH,aAAa,EAAG,MAAM,CAAC;IAEvB;;OAEG;IAKH,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAEzB;;OAEG;IAKH,MAAM,EAAG,MAAM,EAAE,CAAC;IAElB;;OAEG;IAKH,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAErB;;OAEG;IAKH,OAAO,EAAG,MAAM,EAAE,CAAC;IAEnB;;OAEG;IAKH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAE1B;;OAEG;IAKH,WAAW,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAE1B;;OAEG;IAKH,SAAS,EAAG,IAAI,CAAC;IAEjB;;OAEG;IAKH,SAAS,EAAG,IAAI,CAAC;IAEjB;;OAEG;IACH,MAAM,CAAC,EAAE,yBAAyB,EAAE,CAAC;IAKrC,MAAM,CAAC,EAAE,gBAAgB,GAAG,IAAI,CAAC;CAClC"}
@@ -1 +1 @@
1
- {"version":3,"file":"NewsArticle.js","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/models/NewsArticle.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"NewsArticle.js","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/models/NewsArticle.ts"],"names":[],"mappings":"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"}