@adaptic/backend-legacy 0.0.1010 → 0.0.1011
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.
- package/Asset.cjs +67 -0
- package/EconomicEvent.cjs +91 -0
- package/InstitutionalFlowSignal.cjs +82 -0
- package/InstitutionalHolding.cjs +82 -0
- package/NewsArticle.cjs +45 -0
- package/NewsArticleAssetSentiment.cjs +52 -0
- package/esm/Asset.d.ts.map +1 -1
- package/esm/Asset.js.map +1 -1
- package/esm/Asset.mjs +67 -0
- package/esm/EconomicEvent.d.ts.map +1 -1
- package/esm/EconomicEvent.js.map +1 -1
- package/esm/EconomicEvent.mjs +91 -0
- package/esm/InstitutionalFlowSignal.d.ts.map +1 -1
- package/esm/InstitutionalFlowSignal.js.map +1 -1
- package/esm/InstitutionalFlowSignal.mjs +82 -0
- package/esm/InstitutionalHolding.d.ts.map +1 -1
- package/esm/InstitutionalHolding.js.map +1 -1
- package/esm/InstitutionalHolding.mjs +82 -0
- package/esm/NewsArticle.d.ts.map +1 -1
- package/esm/NewsArticle.js.map +1 -1
- package/esm/NewsArticle.mjs +45 -0
- package/esm/NewsArticleAssetSentiment.d.ts.map +1 -1
- package/esm/NewsArticleAssetSentiment.js.map +1 -1
- package/esm/NewsArticleAssetSentiment.mjs +52 -0
- package/esm/generated/selectionSets/EconomicEvent.d.ts +1 -1
- package/esm/generated/selectionSets/EconomicEvent.d.ts.map +1 -1
- package/esm/generated/selectionSets/EconomicEvent.js.map +1 -1
- package/esm/generated/selectionSets/EconomicEvent.mjs +7 -0
- package/esm/generated/selectionSets/NewsArticle.d.ts +1 -1
- package/esm/generated/selectionSets/NewsArticle.d.ts.map +1 -1
- package/esm/generated/selectionSets/NewsArticle.js.map +1 -1
- package/esm/generated/selectionSets/NewsArticle.mjs +3 -0
- package/esm/generated/typeStrings/EconomicEvent.d.ts +1 -1
- package/esm/generated/typeStrings/EconomicEvent.d.ts.map +1 -1
- package/esm/generated/typeStrings/EconomicEvent.js.map +1 -1
- package/esm/generated/typeStrings/EconomicEvent.mjs +14 -0
- package/esm/generated/typeStrings/NewsArticle.d.ts +1 -1
- package/esm/generated/typeStrings/NewsArticle.d.ts.map +1 -1
- package/esm/generated/typeStrings/NewsArticle.js.map +1 -1
- package/esm/generated/typeStrings/NewsArticle.mjs +6 -0
- package/esm/generated/typeStrings/index.d.ts +2 -2
- package/esm/generated/typegraphql-prisma/enhance.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/enhance.js.map +1 -1
- package/esm/generated/typegraphql-prisma/enhance.mjs +50 -40
- package/esm/generated/typegraphql-prisma/enums/EconomicEventScalarFieldEnum.d.ts +7 -0
- package/esm/generated/typegraphql-prisma/enums/EconomicEventScalarFieldEnum.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/enums/EconomicEventScalarFieldEnum.js.map +1 -1
- package/esm/generated/typegraphql-prisma/enums/EconomicEventScalarFieldEnum.mjs +7 -0
- package/esm/generated/typegraphql-prisma/enums/NewsArticleScalarFieldEnum.d.ts +3 -0
- package/esm/generated/typegraphql-prisma/enums/NewsArticleScalarFieldEnum.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/enums/NewsArticleScalarFieldEnum.js.map +1 -1
- package/esm/generated/typegraphql-prisma/enums/NewsArticleScalarFieldEnum.mjs +3 -0
- package/esm/generated/typegraphql-prisma/models/EconomicEvent.d.ts +28 -0
- package/esm/generated/typegraphql-prisma/models/EconomicEvent.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/models/EconomicEvent.js.map +1 -1
- package/esm/generated/typegraphql-prisma/models/EconomicEvent.mjs +77 -0
- package/esm/generated/typegraphql-prisma/models/NewsArticle.d.ts +12 -0
- package/esm/generated/typegraphql-prisma/models/NewsArticle.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/models/NewsArticle.js.map +1 -1
- package/esm/generated/typegraphql-prisma/models/NewsArticle.mjs +33 -0
- package/esm/generated/typegraphql-prisma/resolvers/crud/EconomicEvent/args/FindFirstEconomicEventArgs.d.ts +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/crud/EconomicEvent/args/FindFirstEconomicEventArgs.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/crud/EconomicEvent/args/FindFirstEconomicEventArgs.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/crud/EconomicEvent/args/FindFirstEconomicEventOrThrowArgs.d.ts +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/crud/EconomicEvent/args/FindFirstEconomicEventOrThrowArgs.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/crud/EconomicEvent/args/FindFirstEconomicEventOrThrowArgs.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/crud/EconomicEvent/args/FindManyEconomicEventArgs.d.ts +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/crud/EconomicEvent/args/FindManyEconomicEventArgs.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/crud/EconomicEvent/args/FindManyEconomicEventArgs.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/crud/EconomicEvent/args/GroupByEconomicEventArgs.d.ts +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/crud/EconomicEvent/args/GroupByEconomicEventArgs.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/crud/EconomicEvent/args/GroupByEconomicEventArgs.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/crud/NewsArticle/args/FindFirstNewsArticleArgs.d.ts +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/crud/NewsArticle/args/FindFirstNewsArticleArgs.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/crud/NewsArticle/args/FindFirstNewsArticleArgs.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/crud/NewsArticle/args/FindFirstNewsArticleOrThrowArgs.d.ts +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/crud/NewsArticle/args/FindFirstNewsArticleOrThrowArgs.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/crud/NewsArticle/args/FindFirstNewsArticleOrThrowArgs.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/crud/NewsArticle/args/FindManyNewsArticleArgs.d.ts +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/crud/NewsArticle/args/FindManyNewsArticleArgs.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/crud/NewsArticle/args/FindManyNewsArticleArgs.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/crud/NewsArticle/args/GroupByNewsArticleArgs.d.ts +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/crud/NewsArticle/args/GroupByNewsArticleArgs.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/crud/NewsArticle/args/GroupByNewsArticleArgs.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/EconomicEventAvgOrderByAggregateInput.d.ts +6 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/EconomicEventAvgOrderByAggregateInput.d.ts.map +1 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/EconomicEventAvgOrderByAggregateInput.js.map +1 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/EconomicEventAvgOrderByAggregateInput.mjs +39 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/EconomicEventCountOrderByAggregateInput.d.ts +7 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/EconomicEventCountOrderByAggregateInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/EconomicEventCountOrderByAggregateInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/EconomicEventCountOrderByAggregateInput.mjs +49 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/EconomicEventCreateInput.d.ts +7 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/EconomicEventCreateInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/EconomicEventCreateInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/EconomicEventCreateInput.mjs +49 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/EconomicEventCreateManyInput.d.ts +7 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/EconomicEventCreateManyInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/EconomicEventCreateManyInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/EconomicEventCreateManyInput.mjs +49 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/EconomicEventMaxOrderByAggregateInput.d.ts +7 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/EconomicEventMaxOrderByAggregateInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/EconomicEventMaxOrderByAggregateInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/EconomicEventMaxOrderByAggregateInput.mjs +49 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/EconomicEventMinOrderByAggregateInput.d.ts +7 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/EconomicEventMinOrderByAggregateInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/EconomicEventMinOrderByAggregateInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/EconomicEventMinOrderByAggregateInput.mjs +49 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/EconomicEventOrderByWithAggregationInput.d.ts +11 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/EconomicEventOrderByWithAggregationInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/EconomicEventOrderByWithAggregationInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/EconomicEventOrderByWithAggregationInput.mjs +65 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/EconomicEventOrderByWithRelationInput.d.ts +7 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/EconomicEventOrderByWithRelationInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/EconomicEventOrderByWithRelationInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/EconomicEventOrderByWithRelationInput.mjs +49 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/EconomicEventScalarWhereWithAggregatesInput.d.ts +9 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/EconomicEventScalarWhereWithAggregatesInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/EconomicEventScalarWhereWithAggregatesInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/EconomicEventScalarWhereWithAggregatesInput.mjs +51 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/EconomicEventSumOrderByAggregateInput.d.ts +6 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/EconomicEventSumOrderByAggregateInput.d.ts.map +1 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/EconomicEventSumOrderByAggregateInput.js.map +1 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/EconomicEventSumOrderByAggregateInput.mjs +39 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/EconomicEventUpdateInput.d.ts +9 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/EconomicEventUpdateInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/EconomicEventUpdateInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/EconomicEventUpdateInput.mjs +51 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/EconomicEventUpdateManyMutationInput.d.ts +9 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/EconomicEventUpdateManyMutationInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/EconomicEventUpdateManyMutationInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/EconomicEventUpdateManyMutationInput.mjs +51 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/EconomicEventWhereInput.d.ts +9 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/EconomicEventWhereInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/EconomicEventWhereInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/EconomicEventWhereInput.mjs +51 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/EconomicEventWhereUniqueInput.d.ts +9 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/EconomicEventWhereUniqueInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/EconomicEventWhereUniqueInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/EconomicEventWhereUniqueInput.mjs +51 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleAvgOrderByAggregateInput.d.ts +4 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleAvgOrderByAggregateInput.d.ts.map +1 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleAvgOrderByAggregateInput.js.map +1 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleAvgOrderByAggregateInput.mjs +25 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleCountOrderByAggregateInput.d.ts +3 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleCountOrderByAggregateInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleCountOrderByAggregateInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleCountOrderByAggregateInput.mjs +21 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleCreateInput.d.ts +4 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleCreateInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleCreateInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleCreateInput.mjs +22 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleCreateManyInput.d.ts +4 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleCreateManyInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleCreateManyInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleCreateManyInput.mjs +22 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleCreateWithoutAssetsInput.d.ts +4 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleCreateWithoutAssetsInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleCreateWithoutAssetsInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleCreateWithoutAssetsInput.mjs +22 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleCreatesymbolsInput.d.ts +4 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleCreatesymbolsInput.d.ts.map +1 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleCreatesymbolsInput.js.map +1 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleCreatesymbolsInput.mjs +24 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleMaxOrderByAggregateInput.d.ts +2 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleMaxOrderByAggregateInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleMaxOrderByAggregateInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleMaxOrderByAggregateInput.mjs +14 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleMinOrderByAggregateInput.d.ts +2 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleMinOrderByAggregateInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleMinOrderByAggregateInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleMinOrderByAggregateInput.mjs +14 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleOrderByWithAggregationInput.d.ts +7 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleOrderByWithAggregationInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleOrderByWithAggregationInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleOrderByWithAggregationInput.mjs +37 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleOrderByWithRelationInput.d.ts +3 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleOrderByWithRelationInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleOrderByWithRelationInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleOrderByWithRelationInput.mjs +21 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleScalarWhereWithAggregatesInput.d.ts +5 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleScalarWhereWithAggregatesInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleScalarWhereWithAggregatesInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleScalarWhereWithAggregatesInput.mjs +23 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleSumOrderByAggregateInput.d.ts +4 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleSumOrderByAggregateInput.d.ts.map +1 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleSumOrderByAggregateInput.js.map +1 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleSumOrderByAggregateInput.mjs +25 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleUpdateInput.d.ts +6 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleUpdateInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleUpdateInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleUpdateInput.mjs +24 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleUpdateManyMutationInput.d.ts +6 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleUpdateManyMutationInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleUpdateManyMutationInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleUpdateManyMutationInput.mjs +24 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleUpdateWithoutAssetsInput.d.ts +6 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleUpdateWithoutAssetsInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleUpdateWithoutAssetsInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleUpdateWithoutAssetsInput.mjs +24 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleUpdatesymbolsInput.d.ts +5 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleUpdatesymbolsInput.d.ts.map +1 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleUpdatesymbolsInput.js.map +1 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleUpdatesymbolsInput.mjs +31 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleWhereInput.d.ts +5 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleWhereInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleWhereInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleWhereInput.mjs +23 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleWhereUniqueInput.d.ts +5 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleWhereUniqueInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleWhereUniqueInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/NewsArticleWhereUniqueInput.mjs +23 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/index.d.ts +6 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/index.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/index.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/index.mjs +6 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/AggregateEconomicEvent.d.ts +4 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/AggregateEconomicEvent.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/AggregateEconomicEvent.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/AggregateEconomicEvent.mjs +16 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/AggregateNewsArticle.d.ts +4 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/AggregateNewsArticle.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/AggregateNewsArticle.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/AggregateNewsArticle.mjs +16 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnEconomicEvent.d.ts +7 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnEconomicEvent.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnEconomicEvent.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnEconomicEvent.mjs +49 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnNewsArticle.d.ts +3 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnNewsArticle.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnNewsArticle.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnNewsArticle.mjs +21 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/EconomicEventAvgAggregate.d.ts +6 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/EconomicEventAvgAggregate.d.ts.map +1 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/EconomicEventAvgAggregate.js.map +1 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/EconomicEventAvgAggregate.mjs +38 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/EconomicEventCountAggregate.d.ts +7 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/EconomicEventCountAggregate.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/EconomicEventCountAggregate.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/EconomicEventCountAggregate.mjs +49 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/EconomicEventGroupBy.d.ts +11 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/EconomicEventGroupBy.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/EconomicEventGroupBy.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/EconomicEventGroupBy.mjs +65 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/EconomicEventMaxAggregate.d.ts +7 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/EconomicEventMaxAggregate.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/EconomicEventMaxAggregate.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/EconomicEventMaxAggregate.mjs +49 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/EconomicEventMinAggregate.d.ts +7 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/EconomicEventMinAggregate.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/EconomicEventMinAggregate.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/EconomicEventMinAggregate.mjs +49 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/EconomicEventSumAggregate.d.ts +6 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/EconomicEventSumAggregate.d.ts.map +1 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/EconomicEventSumAggregate.js.map +1 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/EconomicEventSumAggregate.mjs +38 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/NewsArticleAvgAggregate.d.ts +4 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/NewsArticleAvgAggregate.d.ts.map +1 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/NewsArticleAvgAggregate.js.map +1 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/NewsArticleAvgAggregate.mjs +24 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/NewsArticleCountAggregate.d.ts +3 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/NewsArticleCountAggregate.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/NewsArticleCountAggregate.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/NewsArticleCountAggregate.mjs +21 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/NewsArticleGroupBy.d.ts +7 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/NewsArticleGroupBy.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/NewsArticleGroupBy.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/NewsArticleGroupBy.mjs +37 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/NewsArticleMaxAggregate.d.ts +2 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/NewsArticleMaxAggregate.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/NewsArticleMaxAggregate.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/NewsArticleMaxAggregate.mjs +14 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/NewsArticleMinAggregate.d.ts +2 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/NewsArticleMinAggregate.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/NewsArticleMinAggregate.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/NewsArticleMinAggregate.mjs +14 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/NewsArticleSumAggregate.d.ts +4 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/NewsArticleSumAggregate.d.ts.map +1 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/NewsArticleSumAggregate.js.map +1 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/NewsArticleSumAggregate.mjs +24 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/index.d.ts +4 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/index.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/index.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/index.mjs +4 -0
- package/esm/index.d.ts.map +1 -1
- package/generated/typeStrings/EconomicEvent.cjs +14 -0
- package/generated/typeStrings/EconomicEvent.d.ts +1 -1
- package/generated/typeStrings/EconomicEvent.d.ts.map +1 -1
- package/generated/typeStrings/EconomicEvent.js.map +1 -1
- package/generated/typeStrings/NewsArticle.cjs +6 -0
- package/generated/typeStrings/NewsArticle.d.ts +1 -1
- package/generated/typeStrings/NewsArticle.d.ts.map +1 -1
- package/generated/typeStrings/NewsArticle.js.map +1 -1
- package/generated/typeStrings/index.d.ts +2 -2
- package/generated/typegraphql-prisma/enhance.cjs +50 -40
- package/generated/typegraphql-prisma/enhance.d.ts.map +1 -1
- package/generated/typegraphql-prisma/enhance.js.map +1 -1
- package/generated/typegraphql-prisma/enums/EconomicEventScalarFieldEnum.cjs +7 -0
- package/generated/typegraphql-prisma/enums/EconomicEventScalarFieldEnum.d.ts +7 -0
- package/generated/typegraphql-prisma/enums/EconomicEventScalarFieldEnum.d.ts.map +1 -1
- package/generated/typegraphql-prisma/enums/EconomicEventScalarFieldEnum.js.map +1 -1
- package/generated/typegraphql-prisma/enums/NewsArticleScalarFieldEnum.cjs +3 -0
- package/generated/typegraphql-prisma/enums/NewsArticleScalarFieldEnum.d.ts +3 -0
- package/generated/typegraphql-prisma/enums/NewsArticleScalarFieldEnum.d.ts.map +1 -1
- package/generated/typegraphql-prisma/enums/NewsArticleScalarFieldEnum.js.map +1 -1
- package/generated/typegraphql-prisma/models/EconomicEvent.cjs +49 -0
- package/generated/typegraphql-prisma/models/EconomicEvent.d.ts +28 -0
- package/generated/typegraphql-prisma/models/EconomicEvent.d.ts.map +1 -1
- package/generated/typegraphql-prisma/models/EconomicEvent.js.map +1 -1
- package/generated/typegraphql-prisma/models/NewsArticle.cjs +21 -0
- package/generated/typegraphql-prisma/models/NewsArticle.d.ts +12 -0
- package/generated/typegraphql-prisma/models/NewsArticle.d.ts.map +1 -1
- package/generated/typegraphql-prisma/models/NewsArticle.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/EconomicEvent/args/FindFirstEconomicEventArgs.d.ts +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/EconomicEvent/args/FindFirstEconomicEventArgs.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/EconomicEvent/args/FindFirstEconomicEventArgs.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/EconomicEvent/args/FindFirstEconomicEventOrThrowArgs.d.ts +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/EconomicEvent/args/FindFirstEconomicEventOrThrowArgs.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/EconomicEvent/args/FindFirstEconomicEventOrThrowArgs.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/EconomicEvent/args/FindManyEconomicEventArgs.d.ts +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/EconomicEvent/args/FindManyEconomicEventArgs.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/EconomicEvent/args/FindManyEconomicEventArgs.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/EconomicEvent/args/GroupByEconomicEventArgs.d.ts +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/EconomicEvent/args/GroupByEconomicEventArgs.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/EconomicEvent/args/GroupByEconomicEventArgs.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/NewsArticle/args/FindFirstNewsArticleArgs.d.ts +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/NewsArticle/args/FindFirstNewsArticleArgs.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/NewsArticle/args/FindFirstNewsArticleArgs.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/NewsArticle/args/FindFirstNewsArticleOrThrowArgs.d.ts +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/NewsArticle/args/FindFirstNewsArticleOrThrowArgs.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/NewsArticle/args/FindFirstNewsArticleOrThrowArgs.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/NewsArticle/args/FindManyNewsArticleArgs.d.ts +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/NewsArticle/args/FindManyNewsArticleArgs.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/NewsArticle/args/FindManyNewsArticleArgs.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/NewsArticle/args/GroupByNewsArticleArgs.d.ts +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/NewsArticle/args/GroupByNewsArticleArgs.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/NewsArticle/args/GroupByNewsArticleArgs.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventAvgOrderByAggregateInput.cjs +72 -0
- package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventAvgOrderByAggregateInput.d.ts +6 -0
- package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventAvgOrderByAggregateInput.d.ts.map +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventAvgOrderByAggregateInput.js.map +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventCountOrderByAggregateInput.cjs +42 -0
- package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventCountOrderByAggregateInput.d.ts +7 -0
- package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventCountOrderByAggregateInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventCountOrderByAggregateInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventCreateInput.cjs +42 -0
- package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventCreateInput.d.ts +7 -0
- package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventCreateInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventCreateInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventCreateManyInput.cjs +42 -0
- package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventCreateManyInput.d.ts +7 -0
- package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventCreateManyInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventCreateManyInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventMaxOrderByAggregateInput.cjs +42 -0
- package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventMaxOrderByAggregateInput.d.ts +7 -0
- package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventMaxOrderByAggregateInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventMaxOrderByAggregateInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventMinOrderByAggregateInput.cjs +42 -0
- package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventMinOrderByAggregateInput.d.ts +7 -0
- package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventMinOrderByAggregateInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventMinOrderByAggregateInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventOrderByWithAggregationInput.cjs +56 -0
- package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventOrderByWithAggregationInput.d.ts +11 -0
- package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventOrderByWithAggregationInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventOrderByWithAggregationInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventOrderByWithRelationInput.cjs +42 -0
- package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventOrderByWithRelationInput.d.ts +7 -0
- package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventOrderByWithRelationInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventOrderByWithRelationInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventScalarWhereWithAggregatesInput.cjs +44 -0
- package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventScalarWhereWithAggregatesInput.d.ts +9 -0
- package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventScalarWhereWithAggregatesInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventScalarWhereWithAggregatesInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventSumOrderByAggregateInput.cjs +72 -0
- package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventSumOrderByAggregateInput.d.ts +6 -0
- package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventSumOrderByAggregateInput.d.ts.map +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventSumOrderByAggregateInput.js.map +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventUpdateInput.cjs +44 -0
- package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventUpdateInput.d.ts +9 -0
- package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventUpdateInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventUpdateInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventUpdateManyMutationInput.cjs +44 -0
- package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventUpdateManyMutationInput.d.ts +9 -0
- package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventUpdateManyMutationInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventUpdateManyMutationInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventWhereInput.cjs +44 -0
- package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventWhereInput.d.ts +9 -0
- package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventWhereInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventWhereInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventWhereUniqueInput.cjs +44 -0
- package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventWhereUniqueInput.d.ts +9 -0
- package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventWhereUniqueInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/EconomicEventWhereUniqueInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleAvgOrderByAggregateInput.cjs +60 -0
- package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleAvgOrderByAggregateInput.d.ts +4 -0
- package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleAvgOrderByAggregateInput.d.ts.map +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleAvgOrderByAggregateInput.js.map +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleCountOrderByAggregateInput.cjs +18 -0
- package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleCountOrderByAggregateInput.d.ts +3 -0
- package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleCountOrderByAggregateInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleCountOrderByAggregateInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleCreateInput.cjs +19 -0
- package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleCreateInput.d.ts +4 -0
- package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleCreateInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleCreateInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleCreateManyInput.cjs +19 -0
- package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleCreateManyInput.d.ts +4 -0
- package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleCreateManyInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleCreateManyInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleCreateWithoutAssetsInput.cjs +19 -0
- package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleCreateWithoutAssetsInput.d.ts +4 -0
- package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleCreateWithoutAssetsInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleCreateWithoutAssetsInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleCreatesymbolsInput.cjs +59 -0
- package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleCreatesymbolsInput.d.ts +4 -0
- package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleCreatesymbolsInput.d.ts.map +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleCreatesymbolsInput.js.map +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleMaxOrderByAggregateInput.cjs +12 -0
- package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleMaxOrderByAggregateInput.d.ts +2 -0
- package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleMaxOrderByAggregateInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleMaxOrderByAggregateInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleMinOrderByAggregateInput.cjs +12 -0
- package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleMinOrderByAggregateInput.d.ts +2 -0
- package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleMinOrderByAggregateInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleMinOrderByAggregateInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleOrderByWithAggregationInput.cjs +32 -0
- package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleOrderByWithAggregationInput.d.ts +7 -0
- package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleOrderByWithAggregationInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleOrderByWithAggregationInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleOrderByWithRelationInput.cjs +18 -0
- package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleOrderByWithRelationInput.d.ts +3 -0
- package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleOrderByWithRelationInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleOrderByWithRelationInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleScalarWhereWithAggregatesInput.cjs +20 -0
- package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleScalarWhereWithAggregatesInput.d.ts +5 -0
- package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleScalarWhereWithAggregatesInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleScalarWhereWithAggregatesInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleSumOrderByAggregateInput.cjs +60 -0
- package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleSumOrderByAggregateInput.d.ts +4 -0
- package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleSumOrderByAggregateInput.d.ts.map +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleSumOrderByAggregateInput.js.map +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleUpdateInput.cjs +21 -0
- package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleUpdateInput.d.ts +6 -0
- package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleUpdateInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleUpdateInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleUpdateManyMutationInput.cjs +21 -0
- package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleUpdateManyMutationInput.d.ts +6 -0
- package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleUpdateManyMutationInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleUpdateManyMutationInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleUpdateWithoutAssetsInput.cjs +21 -0
- package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleUpdateWithoutAssetsInput.d.ts +6 -0
- package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleUpdateWithoutAssetsInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleUpdateWithoutAssetsInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleUpdatesymbolsInput.cjs +65 -0
- package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleUpdatesymbolsInput.d.ts +5 -0
- package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleUpdatesymbolsInput.d.ts.map +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleUpdatesymbolsInput.js.map +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleWhereInput.cjs +20 -0
- package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleWhereInput.d.ts +5 -0
- package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleWhereInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleWhereInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleWhereUniqueInput.cjs +20 -0
- package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleWhereUniqueInput.d.ts +5 -0
- package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleWhereUniqueInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleWhereUniqueInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/index.cjs +59 -47
- package/generated/typegraphql-prisma/resolvers/inputs/index.d.ts +6 -0
- package/generated/typegraphql-prisma/resolvers/inputs/index.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/index.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/AggregateEconomicEvent.cjs +14 -0
- package/generated/typegraphql-prisma/resolvers/outputs/AggregateEconomicEvent.d.ts +4 -0
- package/generated/typegraphql-prisma/resolvers/outputs/AggregateEconomicEvent.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/AggregateEconomicEvent.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/AggregateNewsArticle.cjs +14 -0
- package/generated/typegraphql-prisma/resolvers/outputs/AggregateNewsArticle.d.ts +4 -0
- package/generated/typegraphql-prisma/resolvers/outputs/AggregateNewsArticle.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/AggregateNewsArticle.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnEconomicEvent.cjs +42 -0
- package/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnEconomicEvent.d.ts +7 -0
- package/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnEconomicEvent.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnEconomicEvent.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnNewsArticle.cjs +18 -0
- package/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnNewsArticle.d.ts +3 -0
- package/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnNewsArticle.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnNewsArticle.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/EconomicEventAvgAggregate.cjs +71 -0
- package/generated/typegraphql-prisma/resolvers/outputs/EconomicEventAvgAggregate.d.ts +6 -0
- package/generated/typegraphql-prisma/resolvers/outputs/EconomicEventAvgAggregate.d.ts.map +1 -0
- package/generated/typegraphql-prisma/resolvers/outputs/EconomicEventAvgAggregate.js.map +1 -0
- package/generated/typegraphql-prisma/resolvers/outputs/EconomicEventCountAggregate.cjs +42 -0
- package/generated/typegraphql-prisma/resolvers/outputs/EconomicEventCountAggregate.d.ts +7 -0
- package/generated/typegraphql-prisma/resolvers/outputs/EconomicEventCountAggregate.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/EconomicEventCountAggregate.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/EconomicEventGroupBy.cjs +56 -0
- package/generated/typegraphql-prisma/resolvers/outputs/EconomicEventGroupBy.d.ts +11 -0
- package/generated/typegraphql-prisma/resolvers/outputs/EconomicEventGroupBy.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/EconomicEventGroupBy.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/EconomicEventMaxAggregate.cjs +42 -0
- package/generated/typegraphql-prisma/resolvers/outputs/EconomicEventMaxAggregate.d.ts +7 -0
- package/generated/typegraphql-prisma/resolvers/outputs/EconomicEventMaxAggregate.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/EconomicEventMaxAggregate.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/EconomicEventMinAggregate.cjs +42 -0
- package/generated/typegraphql-prisma/resolvers/outputs/EconomicEventMinAggregate.d.ts +7 -0
- package/generated/typegraphql-prisma/resolvers/outputs/EconomicEventMinAggregate.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/EconomicEventMinAggregate.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/EconomicEventSumAggregate.cjs +71 -0
- package/generated/typegraphql-prisma/resolvers/outputs/EconomicEventSumAggregate.d.ts +6 -0
- package/generated/typegraphql-prisma/resolvers/outputs/EconomicEventSumAggregate.d.ts.map +1 -0
- package/generated/typegraphql-prisma/resolvers/outputs/EconomicEventSumAggregate.js.map +1 -0
- package/generated/typegraphql-prisma/resolvers/outputs/NewsArticleAvgAggregate.cjs +59 -0
- package/generated/typegraphql-prisma/resolvers/outputs/NewsArticleAvgAggregate.d.ts +4 -0
- package/generated/typegraphql-prisma/resolvers/outputs/NewsArticleAvgAggregate.d.ts.map +1 -0
- package/generated/typegraphql-prisma/resolvers/outputs/NewsArticleAvgAggregate.js.map +1 -0
- package/generated/typegraphql-prisma/resolvers/outputs/NewsArticleCountAggregate.cjs +18 -0
- package/generated/typegraphql-prisma/resolvers/outputs/NewsArticleCountAggregate.d.ts +3 -0
- package/generated/typegraphql-prisma/resolvers/outputs/NewsArticleCountAggregate.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/NewsArticleCountAggregate.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/NewsArticleGroupBy.cjs +32 -0
- package/generated/typegraphql-prisma/resolvers/outputs/NewsArticleGroupBy.d.ts +7 -0
- package/generated/typegraphql-prisma/resolvers/outputs/NewsArticleGroupBy.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/NewsArticleGroupBy.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/NewsArticleMaxAggregate.cjs +12 -0
- package/generated/typegraphql-prisma/resolvers/outputs/NewsArticleMaxAggregate.d.ts +2 -0
- package/generated/typegraphql-prisma/resolvers/outputs/NewsArticleMaxAggregate.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/NewsArticleMaxAggregate.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/NewsArticleMinAggregate.cjs +12 -0
- package/generated/typegraphql-prisma/resolvers/outputs/NewsArticleMinAggregate.d.ts +2 -0
- package/generated/typegraphql-prisma/resolvers/outputs/NewsArticleMinAggregate.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/NewsArticleMinAggregate.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/NewsArticleSumAggregate.cjs +59 -0
- package/generated/typegraphql-prisma/resolvers/outputs/NewsArticleSumAggregate.d.ts +4 -0
- package/generated/typegraphql-prisma/resolvers/outputs/NewsArticleSumAggregate.d.ts.map +1 -0
- package/generated/typegraphql-prisma/resolvers/outputs/NewsArticleSumAggregate.js.map +1 -0
- package/generated/typegraphql-prisma/resolvers/outputs/index.cjs +16 -8
- package/generated/typegraphql-prisma/resolvers/outputs/index.d.ts +4 -0
- package/generated/typegraphql-prisma/resolvers/outputs/index.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/index.js.map +1 -1
- package/package.json +1 -1
package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleOrderByWithAggregationInput.d.ts
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
|
+
import { NewsArticleAvgOrderByAggregateInput } from "../inputs/NewsArticleAvgOrderByAggregateInput";
|
|
1
2
|
import { NewsArticleCountOrderByAggregateInput } from "../inputs/NewsArticleCountOrderByAggregateInput";
|
|
2
3
|
import { NewsArticleMaxOrderByAggregateInput } from "../inputs/NewsArticleMaxOrderByAggregateInput";
|
|
3
4
|
import { NewsArticleMinOrderByAggregateInput } from "../inputs/NewsArticleMinOrderByAggregateInput";
|
|
5
|
+
import { NewsArticleSumOrderByAggregateInput } from "../inputs/NewsArticleSumOrderByAggregateInput";
|
|
4
6
|
import { SortOrderInput } from "../inputs/SortOrderInput";
|
|
5
7
|
export declare class NewsArticleOrderByWithAggregationInput {
|
|
6
8
|
id?: "asc" | "desc" | undefined;
|
|
@@ -17,10 +19,15 @@ export declare class NewsArticleOrderByWithAggregationInput {
|
|
|
17
19
|
category?: SortOrderInput | undefined;
|
|
18
20
|
topics?: "asc" | "desc" | undefined;
|
|
19
21
|
logo?: SortOrderInput | undefined;
|
|
22
|
+
symbols?: "asc" | "desc" | undefined;
|
|
23
|
+
relevance?: SortOrderInput | undefined;
|
|
24
|
+
publishedAt?: SortOrderInput | undefined;
|
|
20
25
|
createdAt?: "asc" | "desc" | undefined;
|
|
21
26
|
updatedAt?: "asc" | "desc" | undefined;
|
|
22
27
|
_count?: NewsArticleCountOrderByAggregateInput | undefined;
|
|
28
|
+
_avg?: NewsArticleAvgOrderByAggregateInput | undefined;
|
|
23
29
|
_max?: NewsArticleMaxOrderByAggregateInput | undefined;
|
|
24
30
|
_min?: NewsArticleMinOrderByAggregateInput | undefined;
|
|
31
|
+
_sum?: NewsArticleSumOrderByAggregateInput | undefined;
|
|
25
32
|
}
|
|
26
33
|
//# sourceMappingURL=NewsArticleOrderByWithAggregationInput.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NewsArticleOrderByWithAggregationInput.d.ts","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/resolvers/inputs/NewsArticleOrderByWithAggregationInput.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,qCAAqC,EAAE,MAAM,iDAAiD,CAAC;AACxG,OAAO,EAAE,mCAAmC,EAAE,MAAM,+CAA+C,CAAC;AACpG,OAAO,EAAE,mCAAmC,EAAE,MAAM,+CAA+C,CAAC;AACpG,OAAO,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAC;AAG1D,qBACa,sCAAsC;IAIjD,EAAE,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKhC,KAAK,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKnC,OAAO,CAAC,EAAE,cAAc,GAAG,SAAS,CAAC;IAKrC,MAAM,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKpC,YAAY,CAAC,EAAE,cAAc,GAAG,SAAS,CAAC;IAK1C,GAAG,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKjC,SAAS,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKvC,OAAO,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKrC,OAAO,CAAC,EAAE,cAAc,GAAG,SAAS,CAAC;IAKrC,WAAW,CAAC,EAAE,cAAc,GAAG,SAAS,CAAC;IAKzC,aAAa,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAK3C,QAAQ,CAAC,EAAE,cAAc,GAAG,SAAS,CAAC;IAKtC,MAAM,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKpC,IAAI,CAAC,EAAE,cAAc,GAAG,SAAS,CAAC;IAKlC,SAAS,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKvC,SAAS,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKvC,MAAM,CAAC,EAAE,qCAAqC,GAAG,SAAS,CAAC;IAK3D,IAAI,CAAC,EAAE,mCAAmC,GAAG,SAAS,CAAC;IAKvD,IAAI,CAAC,EAAE,mCAAmC,GAAG,SAAS,CAAC;CACxD"}
|
|
1
|
+
{"version":3,"file":"NewsArticleOrderByWithAggregationInput.d.ts","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/resolvers/inputs/NewsArticleOrderByWithAggregationInput.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,mCAAmC,EAAE,MAAM,+CAA+C,CAAC;AACpG,OAAO,EAAE,qCAAqC,EAAE,MAAM,iDAAiD,CAAC;AACxG,OAAO,EAAE,mCAAmC,EAAE,MAAM,+CAA+C,CAAC;AACpG,OAAO,EAAE,mCAAmC,EAAE,MAAM,+CAA+C,CAAC;AACpG,OAAO,EAAE,mCAAmC,EAAE,MAAM,+CAA+C,CAAC;AACpG,OAAO,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAC;AAG1D,qBACa,sCAAsC;IAIjD,EAAE,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKhC,KAAK,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKnC,OAAO,CAAC,EAAE,cAAc,GAAG,SAAS,CAAC;IAKrC,MAAM,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKpC,YAAY,CAAC,EAAE,cAAc,GAAG,SAAS,CAAC;IAK1C,GAAG,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKjC,SAAS,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKvC,OAAO,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKrC,OAAO,CAAC,EAAE,cAAc,GAAG,SAAS,CAAC;IAKrC,WAAW,CAAC,EAAE,cAAc,GAAG,SAAS,CAAC;IAKzC,aAAa,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAK3C,QAAQ,CAAC,EAAE,cAAc,GAAG,SAAS,CAAC;IAKtC,MAAM,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKpC,IAAI,CAAC,EAAE,cAAc,GAAG,SAAS,CAAC;IAKlC,OAAO,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKrC,SAAS,CAAC,EAAE,cAAc,GAAG,SAAS,CAAC;IAKvC,WAAW,CAAC,EAAE,cAAc,GAAG,SAAS,CAAC;IAKzC,SAAS,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKvC,SAAS,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKvC,MAAM,CAAC,EAAE,qCAAqC,GAAG,SAAS,CAAC;IAK3D,IAAI,CAAC,EAAE,mCAAmC,GAAG,SAAS,CAAC;IAKvD,IAAI,CAAC,EAAE,mCAAmC,GAAG,SAAS,CAAC;IAKvD,IAAI,CAAC,EAAE,mCAAmC,GAAG,SAAS,CAAC;IAKvD,IAAI,CAAC,EAAE,mCAAmC,GAAG,SAAS,CAAC;CACxD"}
|
package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleOrderByWithAggregationInput.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NewsArticleOrderByWithAggregationInput.js","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/resolvers/inputs/NewsArticleOrderByWithAggregationInput.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,0DAA4C;AAI5C,2GAAwG;AACxG,uGAAoG;AACpG,uGAAoG;AACpG,6DAA0D;AAC1D,qDAAkD;AAG3C,IAAM,sCAAsC,GAA5C,MAAM,sCAAsC;
|
|
1
|
+
{"version":3,"file":"NewsArticleOrderByWithAggregationInput.js","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/resolvers/inputs/NewsArticleOrderByWithAggregationInput.ts"],"names":[],"mappings":"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"}
|
package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleOrderByWithRelationInput.cjs
CHANGED
|
@@ -134,6 +134,24 @@ __decorate([
|
|
|
134
134
|
}),
|
|
135
135
|
__metadata("design:type", Object)
|
|
136
136
|
], NewsArticleOrderByWithRelationInput.prototype, "logo", void 0);
|
|
137
|
+
__decorate([
|
|
138
|
+
TypeGraphQL.Field(_type => SortOrder_1.SortOrder, {
|
|
139
|
+
nullable: true
|
|
140
|
+
}),
|
|
141
|
+
__metadata("design:type", Object)
|
|
142
|
+
], NewsArticleOrderByWithRelationInput.prototype, "symbols", void 0);
|
|
143
|
+
__decorate([
|
|
144
|
+
TypeGraphQL.Field(_type => SortOrderInput_1.SortOrderInput, {
|
|
145
|
+
nullable: true
|
|
146
|
+
}),
|
|
147
|
+
__metadata("design:type", Object)
|
|
148
|
+
], NewsArticleOrderByWithRelationInput.prototype, "relevance", void 0);
|
|
149
|
+
__decorate([
|
|
150
|
+
TypeGraphQL.Field(_type => SortOrderInput_1.SortOrderInput, {
|
|
151
|
+
nullable: true
|
|
152
|
+
}),
|
|
153
|
+
__metadata("design:type", Object)
|
|
154
|
+
], NewsArticleOrderByWithRelationInput.prototype, "publishedAt", void 0);
|
|
137
155
|
__decorate([
|
|
138
156
|
TypeGraphQL.Field(_type => SortOrder_1.SortOrder, {
|
|
139
157
|
nullable: true
|
package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleOrderByWithRelationInput.d.ts
CHANGED
|
@@ -15,6 +15,9 @@ export declare class NewsArticleOrderByWithRelationInput {
|
|
|
15
15
|
category?: SortOrderInput | undefined;
|
|
16
16
|
topics?: "asc" | "desc" | undefined;
|
|
17
17
|
logo?: SortOrderInput | undefined;
|
|
18
|
+
symbols?: "asc" | "desc" | undefined;
|
|
19
|
+
relevance?: SortOrderInput | undefined;
|
|
20
|
+
publishedAt?: SortOrderInput | undefined;
|
|
18
21
|
createdAt?: "asc" | "desc" | undefined;
|
|
19
22
|
updatedAt?: "asc" | "desc" | undefined;
|
|
20
23
|
assets?: NewsArticleAssetSentimentOrderByRelationAggregateInput | undefined;
|
package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleOrderByWithRelationInput.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NewsArticleOrderByWithRelationInput.d.ts","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/resolvers/inputs/NewsArticleOrderByWithRelationInput.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,sDAAsD,EAAE,MAAM,kEAAkE,CAAC;AAC1I,OAAO,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAC;AAG1D,qBACa,mCAAmC;IAI9C,EAAE,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKhC,KAAK,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKnC,OAAO,CAAC,EAAE,cAAc,GAAG,SAAS,CAAC;IAKrC,MAAM,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKpC,YAAY,CAAC,EAAE,cAAc,GAAG,SAAS,CAAC;IAK1C,GAAG,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKjC,SAAS,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKvC,OAAO,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKrC,OAAO,CAAC,EAAE,cAAc,GAAG,SAAS,CAAC;IAKrC,WAAW,CAAC,EAAE,cAAc,GAAG,SAAS,CAAC;IAKzC,aAAa,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAK3C,QAAQ,CAAC,EAAE,cAAc,GAAG,SAAS,CAAC;IAKtC,MAAM,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKpC,IAAI,CAAC,EAAE,cAAc,GAAG,SAAS,CAAC;IAKlC,SAAS,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKvC,SAAS,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKvC,MAAM,CAAC,EAAE,sDAAsD,GAAG,SAAS,CAAC;CAC7E"}
|
|
1
|
+
{"version":3,"file":"NewsArticleOrderByWithRelationInput.d.ts","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/resolvers/inputs/NewsArticleOrderByWithRelationInput.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,sDAAsD,EAAE,MAAM,kEAAkE,CAAC;AAC1I,OAAO,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAC;AAG1D,qBACa,mCAAmC;IAI9C,EAAE,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKhC,KAAK,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKnC,OAAO,CAAC,EAAE,cAAc,GAAG,SAAS,CAAC;IAKrC,MAAM,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKpC,YAAY,CAAC,EAAE,cAAc,GAAG,SAAS,CAAC;IAK1C,GAAG,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKjC,SAAS,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKvC,OAAO,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKrC,OAAO,CAAC,EAAE,cAAc,GAAG,SAAS,CAAC;IAKrC,WAAW,CAAC,EAAE,cAAc,GAAG,SAAS,CAAC;IAKzC,aAAa,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAK3C,QAAQ,CAAC,EAAE,cAAc,GAAG,SAAS,CAAC;IAKtC,MAAM,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKpC,IAAI,CAAC,EAAE,cAAc,GAAG,SAAS,CAAC;IAKlC,OAAO,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKrC,SAAS,CAAC,EAAE,cAAc,GAAG,SAAS,CAAC;IAKvC,WAAW,CAAC,EAAE,cAAc,GAAG,SAAS,CAAC;IAKzC,SAAS,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKvC,SAAS,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKvC,MAAM,CAAC,EAAE,sDAAsD,GAAG,SAAS,CAAC;CAC7E"}
|
package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleOrderByWithRelationInput.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NewsArticleOrderByWithRelationInput.js","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/resolvers/inputs/NewsArticleOrderByWithRelationInput.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,0DAA4C;AAI5C,6IAA0I;AAC1I,6DAA0D;AAC1D,qDAAkD;AAG3C,IAAM,mCAAmC,GAAzC,MAAM,mCAAmC;
|
|
1
|
+
{"version":3,"file":"NewsArticleOrderByWithRelationInput.js","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/resolvers/inputs/NewsArticleOrderByWithRelationInput.ts"],"names":[],"mappings":"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"}
|
package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleScalarWhereWithAggregatesInput.cjs
CHANGED
|
@@ -44,7 +44,9 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
44
44
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
45
45
|
exports.NewsArticleScalarWhereWithAggregatesInput = void 0;
|
|
46
46
|
const TypeGraphQL = __importStar(require("type-graphql"));
|
|
47
|
+
const DateTimeNullableWithAggregatesFilter_1 = require("../inputs/DateTimeNullableWithAggregatesFilter.cjs");
|
|
47
48
|
const DateTimeWithAggregatesFilter_1 = require("../inputs/DateTimeWithAggregatesFilter.cjs");
|
|
49
|
+
const FloatNullableWithAggregatesFilter_1 = require("../inputs/FloatNullableWithAggregatesFilter.cjs");
|
|
48
50
|
const StringNullableListFilter_1 = require("../inputs/StringNullableListFilter.cjs");
|
|
49
51
|
const StringNullableWithAggregatesFilter_1 = require("../inputs/StringNullableWithAggregatesFilter.cjs");
|
|
50
52
|
const StringWithAggregatesFilter_1 = require("../inputs/StringWithAggregatesFilter.cjs");
|
|
@@ -154,6 +156,24 @@ __decorate([
|
|
|
154
156
|
}),
|
|
155
157
|
__metadata("design:type", Object)
|
|
156
158
|
], NewsArticleScalarWhereWithAggregatesInput.prototype, "logo", void 0);
|
|
159
|
+
__decorate([
|
|
160
|
+
TypeGraphQL.Field(_type => StringNullableListFilter_1.StringNullableListFilter, {
|
|
161
|
+
nullable: true
|
|
162
|
+
}),
|
|
163
|
+
__metadata("design:type", Object)
|
|
164
|
+
], NewsArticleScalarWhereWithAggregatesInput.prototype, "symbols", void 0);
|
|
165
|
+
__decorate([
|
|
166
|
+
TypeGraphQL.Field(_type => FloatNullableWithAggregatesFilter_1.FloatNullableWithAggregatesFilter, {
|
|
167
|
+
nullable: true
|
|
168
|
+
}),
|
|
169
|
+
__metadata("design:type", Object)
|
|
170
|
+
], NewsArticleScalarWhereWithAggregatesInput.prototype, "relevance", void 0);
|
|
171
|
+
__decorate([
|
|
172
|
+
TypeGraphQL.Field(_type => DateTimeNullableWithAggregatesFilter_1.DateTimeNullableWithAggregatesFilter, {
|
|
173
|
+
nullable: true
|
|
174
|
+
}),
|
|
175
|
+
__metadata("design:type", Object)
|
|
176
|
+
], NewsArticleScalarWhereWithAggregatesInput.prototype, "publishedAt", void 0);
|
|
157
177
|
__decorate([
|
|
158
178
|
TypeGraphQL.Field(_type => DateTimeWithAggregatesFilter_1.DateTimeWithAggregatesFilter, {
|
|
159
179
|
nullable: true
|
package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleScalarWhereWithAggregatesInput.d.ts
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
|
+
import { DateTimeNullableWithAggregatesFilter } from "../inputs/DateTimeNullableWithAggregatesFilter";
|
|
1
2
|
import { DateTimeWithAggregatesFilter } from "../inputs/DateTimeWithAggregatesFilter";
|
|
3
|
+
import { FloatNullableWithAggregatesFilter } from "../inputs/FloatNullableWithAggregatesFilter";
|
|
2
4
|
import { StringNullableListFilter } from "../inputs/StringNullableListFilter";
|
|
3
5
|
import { StringNullableWithAggregatesFilter } from "../inputs/StringNullableWithAggregatesFilter";
|
|
4
6
|
import { StringWithAggregatesFilter } from "../inputs/StringWithAggregatesFilter";
|
|
@@ -21,6 +23,9 @@ export declare class NewsArticleScalarWhereWithAggregatesInput {
|
|
|
21
23
|
category?: StringNullableWithAggregatesFilter | undefined;
|
|
22
24
|
topics?: StringNullableListFilter | undefined;
|
|
23
25
|
logo?: StringNullableWithAggregatesFilter | undefined;
|
|
26
|
+
symbols?: StringNullableListFilter | undefined;
|
|
27
|
+
relevance?: FloatNullableWithAggregatesFilter | undefined;
|
|
28
|
+
publishedAt?: DateTimeNullableWithAggregatesFilter | undefined;
|
|
24
29
|
createdAt?: DateTimeWithAggregatesFilter | undefined;
|
|
25
30
|
updatedAt?: DateTimeWithAggregatesFilter | undefined;
|
|
26
31
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NewsArticleScalarWhereWithAggregatesInput.d.ts","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/resolvers/inputs/NewsArticleScalarWhereWithAggregatesInput.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,4BAA4B,EAAE,MAAM,wCAAwC,CAAC;AACtF,OAAO,EAAE,wBAAwB,EAAE,MAAM,oCAAoC,CAAC;AAC9E,OAAO,EAAE,kCAAkC,EAAE,MAAM,8CAA8C,CAAC;AAClG,OAAO,EAAE,0BAA0B,EAAE,MAAM,sCAAsC,CAAC;AAClF,OAAO,EAAE,wBAAwB,EAAE,MAAM,oCAAoC,CAAC;AAE9E,qBACa,yCAAyC;IAIpD,GAAG,CAAC,EAAE,yCAAyC,EAAE,GAAG,SAAS,CAAC;IAK9D,EAAE,CAAC,EAAE,yCAAyC,EAAE,GAAG,SAAS,CAAC;IAK7D,GAAG,CAAC,EAAE,yCAAyC,EAAE,GAAG,SAAS,CAAC;IAK9D,EAAE,CAAC,EAAE,wBAAwB,GAAG,SAAS,CAAC;IAK1C,KAAK,CAAC,EAAE,0BAA0B,GAAG,SAAS,CAAC;IAK/C,OAAO,CAAC,EAAE,kCAAkC,GAAG,SAAS,CAAC;IAKzD,MAAM,CAAC,EAAE,0BAA0B,GAAG,SAAS,CAAC;IAKhD,YAAY,CAAC,EAAE,kCAAkC,GAAG,SAAS,CAAC;IAK9D,GAAG,CAAC,EAAE,0BAA0B,GAAG,SAAS,CAAC;IAK7C,SAAS,CAAC,EAAE,0BAA0B,GAAG,SAAS,CAAC;IAKnD,OAAO,CAAC,EAAE,wBAAwB,GAAG,SAAS,CAAC;IAK/C,OAAO,CAAC,EAAE,kCAAkC,GAAG,SAAS,CAAC;IAKzD,WAAW,CAAC,EAAE,kCAAkC,GAAG,SAAS,CAAC;IAK7D,aAAa,CAAC,EAAE,0BAA0B,GAAG,SAAS,CAAC;IAKvD,QAAQ,CAAC,EAAE,kCAAkC,GAAG,SAAS,CAAC;IAK1D,MAAM,CAAC,EAAE,wBAAwB,GAAG,SAAS,CAAC;IAK9C,IAAI,CAAC,EAAE,kCAAkC,GAAG,SAAS,CAAC;IAKtD,SAAS,CAAC,EAAE,4BAA4B,GAAG,SAAS,CAAC;IAKrD,SAAS,CAAC,EAAE,4BAA4B,GAAG,SAAS,CAAC;CACtD"}
|
|
1
|
+
{"version":3,"file":"NewsArticleScalarWhereWithAggregatesInput.d.ts","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/resolvers/inputs/NewsArticleScalarWhereWithAggregatesInput.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,oCAAoC,EAAE,MAAM,gDAAgD,CAAC;AACtG,OAAO,EAAE,4BAA4B,EAAE,MAAM,wCAAwC,CAAC;AACtF,OAAO,EAAE,iCAAiC,EAAE,MAAM,6CAA6C,CAAC;AAChG,OAAO,EAAE,wBAAwB,EAAE,MAAM,oCAAoC,CAAC;AAC9E,OAAO,EAAE,kCAAkC,EAAE,MAAM,8CAA8C,CAAC;AAClG,OAAO,EAAE,0BAA0B,EAAE,MAAM,sCAAsC,CAAC;AAClF,OAAO,EAAE,wBAAwB,EAAE,MAAM,oCAAoC,CAAC;AAE9E,qBACa,yCAAyC;IAIpD,GAAG,CAAC,EAAE,yCAAyC,EAAE,GAAG,SAAS,CAAC;IAK9D,EAAE,CAAC,EAAE,yCAAyC,EAAE,GAAG,SAAS,CAAC;IAK7D,GAAG,CAAC,EAAE,yCAAyC,EAAE,GAAG,SAAS,CAAC;IAK9D,EAAE,CAAC,EAAE,wBAAwB,GAAG,SAAS,CAAC;IAK1C,KAAK,CAAC,EAAE,0BAA0B,GAAG,SAAS,CAAC;IAK/C,OAAO,CAAC,EAAE,kCAAkC,GAAG,SAAS,CAAC;IAKzD,MAAM,CAAC,EAAE,0BAA0B,GAAG,SAAS,CAAC;IAKhD,YAAY,CAAC,EAAE,kCAAkC,GAAG,SAAS,CAAC;IAK9D,GAAG,CAAC,EAAE,0BAA0B,GAAG,SAAS,CAAC;IAK7C,SAAS,CAAC,EAAE,0BAA0B,GAAG,SAAS,CAAC;IAKnD,OAAO,CAAC,EAAE,wBAAwB,GAAG,SAAS,CAAC;IAK/C,OAAO,CAAC,EAAE,kCAAkC,GAAG,SAAS,CAAC;IAKzD,WAAW,CAAC,EAAE,kCAAkC,GAAG,SAAS,CAAC;IAK7D,aAAa,CAAC,EAAE,0BAA0B,GAAG,SAAS,CAAC;IAKvD,QAAQ,CAAC,EAAE,kCAAkC,GAAG,SAAS,CAAC;IAK1D,MAAM,CAAC,EAAE,wBAAwB,GAAG,SAAS,CAAC;IAK9C,IAAI,CAAC,EAAE,kCAAkC,GAAG,SAAS,CAAC;IAKtD,OAAO,CAAC,EAAE,wBAAwB,GAAG,SAAS,CAAC;IAK/C,SAAS,CAAC,EAAE,iCAAiC,GAAG,SAAS,CAAC;IAK1D,WAAW,CAAC,EAAE,oCAAoC,GAAG,SAAS,CAAC;IAK/D,SAAS,CAAC,EAAE,4BAA4B,GAAG,SAAS,CAAC;IAKrD,SAAS,CAAC,EAAE,4BAA4B,GAAG,SAAS,CAAC;CACtD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NewsArticleScalarWhereWithAggregatesInput.js","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/resolvers/inputs/NewsArticleScalarWhereWithAggregatesInput.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,0DAA4C;AAI5C,yFAAsF;AACtF,iFAA8E;AAC9E,qGAAkG;AAClG,qFAAkF;AAClF,iFAA8E;AAGvE,IAAM,yCAAyC,GAA/C,MAAM,yCAAyC;
|
|
1
|
+
{"version":3,"file":"NewsArticleScalarWhereWithAggregatesInput.js","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/resolvers/inputs/NewsArticleScalarWhereWithAggregatesInput.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
19
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
20
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
21
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
22
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
23
|
+
};
|
|
24
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
25
|
+
var ownKeys = function(o) {
|
|
26
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
27
|
+
var ar = [];
|
|
28
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
29
|
+
return ar;
|
|
30
|
+
};
|
|
31
|
+
return ownKeys(o);
|
|
32
|
+
};
|
|
33
|
+
return function (mod) {
|
|
34
|
+
if (mod && mod.__esModule) return mod;
|
|
35
|
+
var result = {};
|
|
36
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
37
|
+
__setModuleDefault(result, mod);
|
|
38
|
+
return result;
|
|
39
|
+
};
|
|
40
|
+
})();
|
|
41
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
42
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
43
|
+
};
|
|
44
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
45
|
+
exports.NewsArticleSumOrderByAggregateInput = void 0;
|
|
46
|
+
const TypeGraphQL = __importStar(require("type-graphql"));
|
|
47
|
+
const SortOrder_1 = require("../../enums/SortOrder.cjs");
|
|
48
|
+
let NewsArticleSumOrderByAggregateInput = class NewsArticleSumOrderByAggregateInput {
|
|
49
|
+
};
|
|
50
|
+
exports.NewsArticleSumOrderByAggregateInput = NewsArticleSumOrderByAggregateInput;
|
|
51
|
+
__decorate([
|
|
52
|
+
TypeGraphQL.Field(_type => SortOrder_1.SortOrder, {
|
|
53
|
+
nullable: true
|
|
54
|
+
}),
|
|
55
|
+
__metadata("design:type", Object)
|
|
56
|
+
], NewsArticleSumOrderByAggregateInput.prototype, "relevance", void 0);
|
|
57
|
+
exports.NewsArticleSumOrderByAggregateInput = NewsArticleSumOrderByAggregateInput = __decorate([
|
|
58
|
+
TypeGraphQL.InputType("NewsArticleSumOrderByAggregateInput", {})
|
|
59
|
+
], NewsArticleSumOrderByAggregateInput);
|
|
60
|
+
//# sourceMappingURL=NewsArticleSumOrderByAggregateInput.js.map
|
package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleSumOrderByAggregateInput.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NewsArticleSumOrderByAggregateInput.d.ts","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/resolvers/inputs/NewsArticleSumOrderByAggregateInput.ts"],"names":[],"mappings":"AAMA,qBACa,mCAAmC;IAI9C,SAAS,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;CACxC"}
|
package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleSumOrderByAggregateInput.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NewsArticleSumOrderByAggregateInput.js","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/resolvers/inputs/NewsArticleSumOrderByAggregateInput.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,0DAA4C;AAI5C,qDAAkD;AAG3C,IAAM,mCAAmC,GAAzC,MAAM,mCAAmC;CAK/C,CAAA;AALY,kFAAmC;AAI9C;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,qBAAS,EAAE;QACrC,QAAQ,EAAE,IAAI;KACf,CAAC;;sEACqC;8CAJ5B,mCAAmC;IAD/C,WAAW,CAAC,SAAS,CAAC,qCAAqC,EAAE,EAAE,CAAC;GACpD,mCAAmC,CAK/C"}
|
|
@@ -47,7 +47,10 @@ const TypeGraphQL = __importStar(require("type-graphql"));
|
|
|
47
47
|
const DateTimeFieldUpdateOperationsInput_1 = require("../inputs/DateTimeFieldUpdateOperationsInput.cjs");
|
|
48
48
|
const NewsArticleAssetSentimentUpdateManyWithoutNewsNestedInput_1 = require("../inputs/NewsArticleAssetSentimentUpdateManyWithoutNewsNestedInput.cjs");
|
|
49
49
|
const NewsArticleUpdateauthorsInput_1 = require("../inputs/NewsArticleUpdateauthorsInput.cjs");
|
|
50
|
+
const NewsArticleUpdatesymbolsInput_1 = require("../inputs/NewsArticleUpdatesymbolsInput.cjs");
|
|
50
51
|
const NewsArticleUpdatetopicsInput_1 = require("../inputs/NewsArticleUpdatetopicsInput.cjs");
|
|
52
|
+
const NullableDateTimeFieldUpdateOperationsInput_1 = require("../inputs/NullableDateTimeFieldUpdateOperationsInput.cjs");
|
|
53
|
+
const NullableFloatFieldUpdateOperationsInput_1 = require("../inputs/NullableFloatFieldUpdateOperationsInput.cjs");
|
|
51
54
|
const NullableStringFieldUpdateOperationsInput_1 = require("../inputs/NullableStringFieldUpdateOperationsInput.cjs");
|
|
52
55
|
const StringFieldUpdateOperationsInput_1 = require("../inputs/StringFieldUpdateOperationsInput.cjs");
|
|
53
56
|
let NewsArticleUpdateInput = class NewsArticleUpdateInput {
|
|
@@ -137,6 +140,24 @@ __decorate([
|
|
|
137
140
|
}),
|
|
138
141
|
__metadata("design:type", Object)
|
|
139
142
|
], NewsArticleUpdateInput.prototype, "logo", void 0);
|
|
143
|
+
__decorate([
|
|
144
|
+
TypeGraphQL.Field(_type => NewsArticleUpdatesymbolsInput_1.NewsArticleUpdatesymbolsInput, {
|
|
145
|
+
nullable: true
|
|
146
|
+
}),
|
|
147
|
+
__metadata("design:type", Object)
|
|
148
|
+
], NewsArticleUpdateInput.prototype, "symbols", void 0);
|
|
149
|
+
__decorate([
|
|
150
|
+
TypeGraphQL.Field(_type => NullableFloatFieldUpdateOperationsInput_1.NullableFloatFieldUpdateOperationsInput, {
|
|
151
|
+
nullable: true
|
|
152
|
+
}),
|
|
153
|
+
__metadata("design:type", Object)
|
|
154
|
+
], NewsArticleUpdateInput.prototype, "relevance", void 0);
|
|
155
|
+
__decorate([
|
|
156
|
+
TypeGraphQL.Field(_type => NullableDateTimeFieldUpdateOperationsInput_1.NullableDateTimeFieldUpdateOperationsInput, {
|
|
157
|
+
nullable: true
|
|
158
|
+
}),
|
|
159
|
+
__metadata("design:type", Object)
|
|
160
|
+
], NewsArticleUpdateInput.prototype, "publishedAt", void 0);
|
|
140
161
|
__decorate([
|
|
141
162
|
TypeGraphQL.Field(_type => DateTimeFieldUpdateOperationsInput_1.DateTimeFieldUpdateOperationsInput, {
|
|
142
163
|
nullable: true
|
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
import { DateTimeFieldUpdateOperationsInput } from "../inputs/DateTimeFieldUpdateOperationsInput";
|
|
2
2
|
import { NewsArticleAssetSentimentUpdateManyWithoutNewsNestedInput } from "../inputs/NewsArticleAssetSentimentUpdateManyWithoutNewsNestedInput";
|
|
3
3
|
import { NewsArticleUpdateauthorsInput } from "../inputs/NewsArticleUpdateauthorsInput";
|
|
4
|
+
import { NewsArticleUpdatesymbolsInput } from "../inputs/NewsArticleUpdatesymbolsInput";
|
|
4
5
|
import { NewsArticleUpdatetopicsInput } from "../inputs/NewsArticleUpdatetopicsInput";
|
|
6
|
+
import { NullableDateTimeFieldUpdateOperationsInput } from "../inputs/NullableDateTimeFieldUpdateOperationsInput";
|
|
7
|
+
import { NullableFloatFieldUpdateOperationsInput } from "../inputs/NullableFloatFieldUpdateOperationsInput";
|
|
5
8
|
import { NullableStringFieldUpdateOperationsInput } from "../inputs/NullableStringFieldUpdateOperationsInput";
|
|
6
9
|
import { StringFieldUpdateOperationsInput } from "../inputs/StringFieldUpdateOperationsInput";
|
|
7
10
|
export declare class NewsArticleUpdateInput {
|
|
@@ -19,6 +22,9 @@ export declare class NewsArticleUpdateInput {
|
|
|
19
22
|
category?: NullableStringFieldUpdateOperationsInput | undefined;
|
|
20
23
|
topics?: NewsArticleUpdatetopicsInput | undefined;
|
|
21
24
|
logo?: NullableStringFieldUpdateOperationsInput | undefined;
|
|
25
|
+
symbols?: NewsArticleUpdatesymbolsInput | undefined;
|
|
26
|
+
relevance?: NullableFloatFieldUpdateOperationsInput | undefined;
|
|
27
|
+
publishedAt?: NullableDateTimeFieldUpdateOperationsInput | undefined;
|
|
22
28
|
createdAt?: DateTimeFieldUpdateOperationsInput | undefined;
|
|
23
29
|
updatedAt?: DateTimeFieldUpdateOperationsInput | undefined;
|
|
24
30
|
assets?: NewsArticleAssetSentimentUpdateManyWithoutNewsNestedInput | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NewsArticleUpdateInput.d.ts","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/resolvers/inputs/NewsArticleUpdateInput.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,kCAAkC,EAAE,MAAM,8CAA8C,CAAC;AAClG,OAAO,EAAE,yDAAyD,EAAE,MAAM,qEAAqE,CAAC;AAChJ,OAAO,EAAE,6BAA6B,EAAE,MAAM,yCAAyC,CAAC;AACxF,OAAO,EAAE,4BAA4B,EAAE,MAAM,wCAAwC,CAAC;AACtF,OAAO,EAAE,wCAAwC,EAAE,MAAM,oDAAoD,CAAC;AAC9G,OAAO,EAAE,gCAAgC,EAAE,MAAM,4CAA4C,CAAC;AAE9F,qBACa,sBAAsB;IAIjC,EAAE,CAAC,EAAE,gCAAgC,GAAG,SAAS,CAAC;IAKlD,KAAK,CAAC,EAAE,gCAAgC,GAAG,SAAS,CAAC;IAKrD,OAAO,CAAC,EAAE,wCAAwC,GAAG,SAAS,CAAC;IAK/D,MAAM,CAAC,EAAE,gCAAgC,GAAG,SAAS,CAAC;IAKtD,YAAY,CAAC,EAAE,wCAAwC,GAAG,SAAS,CAAC;IAKpE,GAAG,CAAC,EAAE,gCAAgC,GAAG,SAAS,CAAC;IAKnD,SAAS,CAAC,EAAE,gCAAgC,GAAG,SAAS,CAAC;IAKzD,OAAO,CAAC,EAAE,6BAA6B,GAAG,SAAS,CAAC;IAKpD,OAAO,CAAC,EAAE,wCAAwC,GAAG,SAAS,CAAC;IAK/D,WAAW,CAAC,EAAE,wCAAwC,GAAG,SAAS,CAAC;IAKnE,aAAa,CAAC,EAAE,gCAAgC,GAAG,SAAS,CAAC;IAK7D,QAAQ,CAAC,EAAE,wCAAwC,GAAG,SAAS,CAAC;IAKhE,MAAM,CAAC,EAAE,4BAA4B,GAAG,SAAS,CAAC;IAKlD,IAAI,CAAC,EAAE,wCAAwC,GAAG,SAAS,CAAC;IAK5D,SAAS,CAAC,EAAE,kCAAkC,GAAG,SAAS,CAAC;IAK3D,SAAS,CAAC,EAAE,kCAAkC,GAAG,SAAS,CAAC;IAK3D,MAAM,CAAC,EAAE,yDAAyD,GAAG,SAAS,CAAC;CAChF"}
|
|
1
|
+
{"version":3,"file":"NewsArticleUpdateInput.d.ts","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/resolvers/inputs/NewsArticleUpdateInput.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,kCAAkC,EAAE,MAAM,8CAA8C,CAAC;AAClG,OAAO,EAAE,yDAAyD,EAAE,MAAM,qEAAqE,CAAC;AAChJ,OAAO,EAAE,6BAA6B,EAAE,MAAM,yCAAyC,CAAC;AACxF,OAAO,EAAE,6BAA6B,EAAE,MAAM,yCAAyC,CAAC;AACxF,OAAO,EAAE,4BAA4B,EAAE,MAAM,wCAAwC,CAAC;AACtF,OAAO,EAAE,0CAA0C,EAAE,MAAM,sDAAsD,CAAC;AAClH,OAAO,EAAE,uCAAuC,EAAE,MAAM,mDAAmD,CAAC;AAC5G,OAAO,EAAE,wCAAwC,EAAE,MAAM,oDAAoD,CAAC;AAC9G,OAAO,EAAE,gCAAgC,EAAE,MAAM,4CAA4C,CAAC;AAE9F,qBACa,sBAAsB;IAIjC,EAAE,CAAC,EAAE,gCAAgC,GAAG,SAAS,CAAC;IAKlD,KAAK,CAAC,EAAE,gCAAgC,GAAG,SAAS,CAAC;IAKrD,OAAO,CAAC,EAAE,wCAAwC,GAAG,SAAS,CAAC;IAK/D,MAAM,CAAC,EAAE,gCAAgC,GAAG,SAAS,CAAC;IAKtD,YAAY,CAAC,EAAE,wCAAwC,GAAG,SAAS,CAAC;IAKpE,GAAG,CAAC,EAAE,gCAAgC,GAAG,SAAS,CAAC;IAKnD,SAAS,CAAC,EAAE,gCAAgC,GAAG,SAAS,CAAC;IAKzD,OAAO,CAAC,EAAE,6BAA6B,GAAG,SAAS,CAAC;IAKpD,OAAO,CAAC,EAAE,wCAAwC,GAAG,SAAS,CAAC;IAK/D,WAAW,CAAC,EAAE,wCAAwC,GAAG,SAAS,CAAC;IAKnE,aAAa,CAAC,EAAE,gCAAgC,GAAG,SAAS,CAAC;IAK7D,QAAQ,CAAC,EAAE,wCAAwC,GAAG,SAAS,CAAC;IAKhE,MAAM,CAAC,EAAE,4BAA4B,GAAG,SAAS,CAAC;IAKlD,IAAI,CAAC,EAAE,wCAAwC,GAAG,SAAS,CAAC;IAK5D,OAAO,CAAC,EAAE,6BAA6B,GAAG,SAAS,CAAC;IAKpD,SAAS,CAAC,EAAE,uCAAuC,GAAG,SAAS,CAAC;IAKhE,WAAW,CAAC,EAAE,0CAA0C,GAAG,SAAS,CAAC;IAKrE,SAAS,CAAC,EAAE,kCAAkC,GAAG,SAAS,CAAC;IAK3D,SAAS,CAAC,EAAE,kCAAkC,GAAG,SAAS,CAAC;IAK3D,MAAM,CAAC,EAAE,yDAAyD,GAAG,SAAS,CAAC;CAChF"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NewsArticleUpdateInput.js","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/resolvers/inputs/NewsArticleUpdateInput.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,0DAA4C;AAI5C,qGAAkG;AAClG,mJAAgJ;AAChJ,2FAAwF;AACxF,yFAAsF;AACtF,iHAA8G;AAC9G,iGAA8F;AAGvF,IAAM,sBAAsB,GAA5B,MAAM,sBAAsB;
|
|
1
|
+
{"version":3,"file":"NewsArticleUpdateInput.js","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/resolvers/inputs/NewsArticleUpdateInput.ts"],"names":[],"mappings":"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"}
|
package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleUpdateManyMutationInput.cjs
CHANGED
|
@@ -46,7 +46,10 @@ exports.NewsArticleUpdateManyMutationInput = void 0;
|
|
|
46
46
|
const TypeGraphQL = __importStar(require("type-graphql"));
|
|
47
47
|
const DateTimeFieldUpdateOperationsInput_1 = require("../inputs/DateTimeFieldUpdateOperationsInput.cjs");
|
|
48
48
|
const NewsArticleUpdateauthorsInput_1 = require("../inputs/NewsArticleUpdateauthorsInput.cjs");
|
|
49
|
+
const NewsArticleUpdatesymbolsInput_1 = require("../inputs/NewsArticleUpdatesymbolsInput.cjs");
|
|
49
50
|
const NewsArticleUpdatetopicsInput_1 = require("../inputs/NewsArticleUpdatetopicsInput.cjs");
|
|
51
|
+
const NullableDateTimeFieldUpdateOperationsInput_1 = require("../inputs/NullableDateTimeFieldUpdateOperationsInput.cjs");
|
|
52
|
+
const NullableFloatFieldUpdateOperationsInput_1 = require("../inputs/NullableFloatFieldUpdateOperationsInput.cjs");
|
|
50
53
|
const NullableStringFieldUpdateOperationsInput_1 = require("../inputs/NullableStringFieldUpdateOperationsInput.cjs");
|
|
51
54
|
const StringFieldUpdateOperationsInput_1 = require("../inputs/StringFieldUpdateOperationsInput.cjs");
|
|
52
55
|
let NewsArticleUpdateManyMutationInput = class NewsArticleUpdateManyMutationInput {
|
|
@@ -136,6 +139,24 @@ __decorate([
|
|
|
136
139
|
}),
|
|
137
140
|
__metadata("design:type", Object)
|
|
138
141
|
], NewsArticleUpdateManyMutationInput.prototype, "logo", void 0);
|
|
142
|
+
__decorate([
|
|
143
|
+
TypeGraphQL.Field(_type => NewsArticleUpdatesymbolsInput_1.NewsArticleUpdatesymbolsInput, {
|
|
144
|
+
nullable: true
|
|
145
|
+
}),
|
|
146
|
+
__metadata("design:type", Object)
|
|
147
|
+
], NewsArticleUpdateManyMutationInput.prototype, "symbols", void 0);
|
|
148
|
+
__decorate([
|
|
149
|
+
TypeGraphQL.Field(_type => NullableFloatFieldUpdateOperationsInput_1.NullableFloatFieldUpdateOperationsInput, {
|
|
150
|
+
nullable: true
|
|
151
|
+
}),
|
|
152
|
+
__metadata("design:type", Object)
|
|
153
|
+
], NewsArticleUpdateManyMutationInput.prototype, "relevance", void 0);
|
|
154
|
+
__decorate([
|
|
155
|
+
TypeGraphQL.Field(_type => NullableDateTimeFieldUpdateOperationsInput_1.NullableDateTimeFieldUpdateOperationsInput, {
|
|
156
|
+
nullable: true
|
|
157
|
+
}),
|
|
158
|
+
__metadata("design:type", Object)
|
|
159
|
+
], NewsArticleUpdateManyMutationInput.prototype, "publishedAt", void 0);
|
|
139
160
|
__decorate([
|
|
140
161
|
TypeGraphQL.Field(_type => DateTimeFieldUpdateOperationsInput_1.DateTimeFieldUpdateOperationsInput, {
|
|
141
162
|
nullable: true
|
package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleUpdateManyMutationInput.d.ts
CHANGED
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
import { DateTimeFieldUpdateOperationsInput } from "../inputs/DateTimeFieldUpdateOperationsInput";
|
|
2
2
|
import { NewsArticleUpdateauthorsInput } from "../inputs/NewsArticleUpdateauthorsInput";
|
|
3
|
+
import { NewsArticleUpdatesymbolsInput } from "../inputs/NewsArticleUpdatesymbolsInput";
|
|
3
4
|
import { NewsArticleUpdatetopicsInput } from "../inputs/NewsArticleUpdatetopicsInput";
|
|
5
|
+
import { NullableDateTimeFieldUpdateOperationsInput } from "../inputs/NullableDateTimeFieldUpdateOperationsInput";
|
|
6
|
+
import { NullableFloatFieldUpdateOperationsInput } from "../inputs/NullableFloatFieldUpdateOperationsInput";
|
|
4
7
|
import { NullableStringFieldUpdateOperationsInput } from "../inputs/NullableStringFieldUpdateOperationsInput";
|
|
5
8
|
import { StringFieldUpdateOperationsInput } from "../inputs/StringFieldUpdateOperationsInput";
|
|
6
9
|
export declare class NewsArticleUpdateManyMutationInput {
|
|
@@ -18,6 +21,9 @@ export declare class NewsArticleUpdateManyMutationInput {
|
|
|
18
21
|
category?: NullableStringFieldUpdateOperationsInput | undefined;
|
|
19
22
|
topics?: NewsArticleUpdatetopicsInput | undefined;
|
|
20
23
|
logo?: NullableStringFieldUpdateOperationsInput | undefined;
|
|
24
|
+
symbols?: NewsArticleUpdatesymbolsInput | undefined;
|
|
25
|
+
relevance?: NullableFloatFieldUpdateOperationsInput | undefined;
|
|
26
|
+
publishedAt?: NullableDateTimeFieldUpdateOperationsInput | undefined;
|
|
21
27
|
createdAt?: DateTimeFieldUpdateOperationsInput | undefined;
|
|
22
28
|
updatedAt?: DateTimeFieldUpdateOperationsInput | undefined;
|
|
23
29
|
}
|
package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleUpdateManyMutationInput.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NewsArticleUpdateManyMutationInput.d.ts","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/resolvers/inputs/NewsArticleUpdateManyMutationInput.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,kCAAkC,EAAE,MAAM,8CAA8C,CAAC;AAClG,OAAO,EAAE,6BAA6B,EAAE,MAAM,yCAAyC,CAAC;AACxF,OAAO,EAAE,4BAA4B,EAAE,MAAM,wCAAwC,CAAC;AACtF,OAAO,EAAE,wCAAwC,EAAE,MAAM,oDAAoD,CAAC;AAC9G,OAAO,EAAE,gCAAgC,EAAE,MAAM,4CAA4C,CAAC;AAE9F,qBACa,kCAAkC;IAI7C,EAAE,CAAC,EAAE,gCAAgC,GAAG,SAAS,CAAC;IAKlD,KAAK,CAAC,EAAE,gCAAgC,GAAG,SAAS,CAAC;IAKrD,OAAO,CAAC,EAAE,wCAAwC,GAAG,SAAS,CAAC;IAK/D,MAAM,CAAC,EAAE,gCAAgC,GAAG,SAAS,CAAC;IAKtD,YAAY,CAAC,EAAE,wCAAwC,GAAG,SAAS,CAAC;IAKpE,GAAG,CAAC,EAAE,gCAAgC,GAAG,SAAS,CAAC;IAKnD,SAAS,CAAC,EAAE,gCAAgC,GAAG,SAAS,CAAC;IAKzD,OAAO,CAAC,EAAE,6BAA6B,GAAG,SAAS,CAAC;IAKpD,OAAO,CAAC,EAAE,wCAAwC,GAAG,SAAS,CAAC;IAK/D,WAAW,CAAC,EAAE,wCAAwC,GAAG,SAAS,CAAC;IAKnE,aAAa,CAAC,EAAE,gCAAgC,GAAG,SAAS,CAAC;IAK7D,QAAQ,CAAC,EAAE,wCAAwC,GAAG,SAAS,CAAC;IAKhE,MAAM,CAAC,EAAE,4BAA4B,GAAG,SAAS,CAAC;IAKlD,IAAI,CAAC,EAAE,wCAAwC,GAAG,SAAS,CAAC;IAK5D,SAAS,CAAC,EAAE,kCAAkC,GAAG,SAAS,CAAC;IAK3D,SAAS,CAAC,EAAE,kCAAkC,GAAG,SAAS,CAAC;CAC5D"}
|
|
1
|
+
{"version":3,"file":"NewsArticleUpdateManyMutationInput.d.ts","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/resolvers/inputs/NewsArticleUpdateManyMutationInput.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,kCAAkC,EAAE,MAAM,8CAA8C,CAAC;AAClG,OAAO,EAAE,6BAA6B,EAAE,MAAM,yCAAyC,CAAC;AACxF,OAAO,EAAE,6BAA6B,EAAE,MAAM,yCAAyC,CAAC;AACxF,OAAO,EAAE,4BAA4B,EAAE,MAAM,wCAAwC,CAAC;AACtF,OAAO,EAAE,0CAA0C,EAAE,MAAM,sDAAsD,CAAC;AAClH,OAAO,EAAE,uCAAuC,EAAE,MAAM,mDAAmD,CAAC;AAC5G,OAAO,EAAE,wCAAwC,EAAE,MAAM,oDAAoD,CAAC;AAC9G,OAAO,EAAE,gCAAgC,EAAE,MAAM,4CAA4C,CAAC;AAE9F,qBACa,kCAAkC;IAI7C,EAAE,CAAC,EAAE,gCAAgC,GAAG,SAAS,CAAC;IAKlD,KAAK,CAAC,EAAE,gCAAgC,GAAG,SAAS,CAAC;IAKrD,OAAO,CAAC,EAAE,wCAAwC,GAAG,SAAS,CAAC;IAK/D,MAAM,CAAC,EAAE,gCAAgC,GAAG,SAAS,CAAC;IAKtD,YAAY,CAAC,EAAE,wCAAwC,GAAG,SAAS,CAAC;IAKpE,GAAG,CAAC,EAAE,gCAAgC,GAAG,SAAS,CAAC;IAKnD,SAAS,CAAC,EAAE,gCAAgC,GAAG,SAAS,CAAC;IAKzD,OAAO,CAAC,EAAE,6BAA6B,GAAG,SAAS,CAAC;IAKpD,OAAO,CAAC,EAAE,wCAAwC,GAAG,SAAS,CAAC;IAK/D,WAAW,CAAC,EAAE,wCAAwC,GAAG,SAAS,CAAC;IAKnE,aAAa,CAAC,EAAE,gCAAgC,GAAG,SAAS,CAAC;IAK7D,QAAQ,CAAC,EAAE,wCAAwC,GAAG,SAAS,CAAC;IAKhE,MAAM,CAAC,EAAE,4BAA4B,GAAG,SAAS,CAAC;IAKlD,IAAI,CAAC,EAAE,wCAAwC,GAAG,SAAS,CAAC;IAK5D,OAAO,CAAC,EAAE,6BAA6B,GAAG,SAAS,CAAC;IAKpD,SAAS,CAAC,EAAE,uCAAuC,GAAG,SAAS,CAAC;IAKhE,WAAW,CAAC,EAAE,0CAA0C,GAAG,SAAS,CAAC;IAKrE,SAAS,CAAC,EAAE,kCAAkC,GAAG,SAAS,CAAC;IAK3D,SAAS,CAAC,EAAE,kCAAkC,GAAG,SAAS,CAAC;CAC5D"}
|
package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleUpdateManyMutationInput.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NewsArticleUpdateManyMutationInput.js","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/resolvers/inputs/NewsArticleUpdateManyMutationInput.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,0DAA4C;AAI5C,qGAAkG;AAClG,2FAAwF;AACxF,yFAAsF;AACtF,iHAA8G;AAC9G,iGAA8F;AAGvF,IAAM,kCAAkC,GAAxC,MAAM,kCAAkC;
|
|
1
|
+
{"version":3,"file":"NewsArticleUpdateManyMutationInput.js","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/resolvers/inputs/NewsArticleUpdateManyMutationInput.ts"],"names":[],"mappings":"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"}
|
package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleUpdateWithoutAssetsInput.cjs
CHANGED
|
@@ -46,7 +46,10 @@ exports.NewsArticleUpdateWithoutAssetsInput = void 0;
|
|
|
46
46
|
const TypeGraphQL = __importStar(require("type-graphql"));
|
|
47
47
|
const DateTimeFieldUpdateOperationsInput_1 = require("../inputs/DateTimeFieldUpdateOperationsInput.cjs");
|
|
48
48
|
const NewsArticleUpdateauthorsInput_1 = require("../inputs/NewsArticleUpdateauthorsInput.cjs");
|
|
49
|
+
const NewsArticleUpdatesymbolsInput_1 = require("../inputs/NewsArticleUpdatesymbolsInput.cjs");
|
|
49
50
|
const NewsArticleUpdatetopicsInput_1 = require("../inputs/NewsArticleUpdatetopicsInput.cjs");
|
|
51
|
+
const NullableDateTimeFieldUpdateOperationsInput_1 = require("../inputs/NullableDateTimeFieldUpdateOperationsInput.cjs");
|
|
52
|
+
const NullableFloatFieldUpdateOperationsInput_1 = require("../inputs/NullableFloatFieldUpdateOperationsInput.cjs");
|
|
50
53
|
const NullableStringFieldUpdateOperationsInput_1 = require("../inputs/NullableStringFieldUpdateOperationsInput.cjs");
|
|
51
54
|
const StringFieldUpdateOperationsInput_1 = require("../inputs/StringFieldUpdateOperationsInput.cjs");
|
|
52
55
|
let NewsArticleUpdateWithoutAssetsInput = class NewsArticleUpdateWithoutAssetsInput {
|
|
@@ -136,6 +139,24 @@ __decorate([
|
|
|
136
139
|
}),
|
|
137
140
|
__metadata("design:type", Object)
|
|
138
141
|
], NewsArticleUpdateWithoutAssetsInput.prototype, "logo", void 0);
|
|
142
|
+
__decorate([
|
|
143
|
+
TypeGraphQL.Field(_type => NewsArticleUpdatesymbolsInput_1.NewsArticleUpdatesymbolsInput, {
|
|
144
|
+
nullable: true
|
|
145
|
+
}),
|
|
146
|
+
__metadata("design:type", Object)
|
|
147
|
+
], NewsArticleUpdateWithoutAssetsInput.prototype, "symbols", void 0);
|
|
148
|
+
__decorate([
|
|
149
|
+
TypeGraphQL.Field(_type => NullableFloatFieldUpdateOperationsInput_1.NullableFloatFieldUpdateOperationsInput, {
|
|
150
|
+
nullable: true
|
|
151
|
+
}),
|
|
152
|
+
__metadata("design:type", Object)
|
|
153
|
+
], NewsArticleUpdateWithoutAssetsInput.prototype, "relevance", void 0);
|
|
154
|
+
__decorate([
|
|
155
|
+
TypeGraphQL.Field(_type => NullableDateTimeFieldUpdateOperationsInput_1.NullableDateTimeFieldUpdateOperationsInput, {
|
|
156
|
+
nullable: true
|
|
157
|
+
}),
|
|
158
|
+
__metadata("design:type", Object)
|
|
159
|
+
], NewsArticleUpdateWithoutAssetsInput.prototype, "publishedAt", void 0);
|
|
139
160
|
__decorate([
|
|
140
161
|
TypeGraphQL.Field(_type => DateTimeFieldUpdateOperationsInput_1.DateTimeFieldUpdateOperationsInput, {
|
|
141
162
|
nullable: true
|
package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleUpdateWithoutAssetsInput.d.ts
CHANGED
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
import { DateTimeFieldUpdateOperationsInput } from "../inputs/DateTimeFieldUpdateOperationsInput";
|
|
2
2
|
import { NewsArticleUpdateauthorsInput } from "../inputs/NewsArticleUpdateauthorsInput";
|
|
3
|
+
import { NewsArticleUpdatesymbolsInput } from "../inputs/NewsArticleUpdatesymbolsInput";
|
|
3
4
|
import { NewsArticleUpdatetopicsInput } from "../inputs/NewsArticleUpdatetopicsInput";
|
|
5
|
+
import { NullableDateTimeFieldUpdateOperationsInput } from "../inputs/NullableDateTimeFieldUpdateOperationsInput";
|
|
6
|
+
import { NullableFloatFieldUpdateOperationsInput } from "../inputs/NullableFloatFieldUpdateOperationsInput";
|
|
4
7
|
import { NullableStringFieldUpdateOperationsInput } from "../inputs/NullableStringFieldUpdateOperationsInput";
|
|
5
8
|
import { StringFieldUpdateOperationsInput } from "../inputs/StringFieldUpdateOperationsInput";
|
|
6
9
|
export declare class NewsArticleUpdateWithoutAssetsInput {
|
|
@@ -18,6 +21,9 @@ export declare class NewsArticleUpdateWithoutAssetsInput {
|
|
|
18
21
|
category?: NullableStringFieldUpdateOperationsInput | undefined;
|
|
19
22
|
topics?: NewsArticleUpdatetopicsInput | undefined;
|
|
20
23
|
logo?: NullableStringFieldUpdateOperationsInput | undefined;
|
|
24
|
+
symbols?: NewsArticleUpdatesymbolsInput | undefined;
|
|
25
|
+
relevance?: NullableFloatFieldUpdateOperationsInput | undefined;
|
|
26
|
+
publishedAt?: NullableDateTimeFieldUpdateOperationsInput | undefined;
|
|
21
27
|
createdAt?: DateTimeFieldUpdateOperationsInput | undefined;
|
|
22
28
|
updatedAt?: DateTimeFieldUpdateOperationsInput | undefined;
|
|
23
29
|
}
|
package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleUpdateWithoutAssetsInput.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NewsArticleUpdateWithoutAssetsInput.d.ts","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/resolvers/inputs/NewsArticleUpdateWithoutAssetsInput.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,kCAAkC,EAAE,MAAM,8CAA8C,CAAC;AAClG,OAAO,EAAE,6BAA6B,EAAE,MAAM,yCAAyC,CAAC;AACxF,OAAO,EAAE,4BAA4B,EAAE,MAAM,wCAAwC,CAAC;AACtF,OAAO,EAAE,wCAAwC,EAAE,MAAM,oDAAoD,CAAC;AAC9G,OAAO,EAAE,gCAAgC,EAAE,MAAM,4CAA4C,CAAC;AAE9F,qBACa,mCAAmC;IAI9C,EAAE,CAAC,EAAE,gCAAgC,GAAG,SAAS,CAAC;IAKlD,KAAK,CAAC,EAAE,gCAAgC,GAAG,SAAS,CAAC;IAKrD,OAAO,CAAC,EAAE,wCAAwC,GAAG,SAAS,CAAC;IAK/D,MAAM,CAAC,EAAE,gCAAgC,GAAG,SAAS,CAAC;IAKtD,YAAY,CAAC,EAAE,wCAAwC,GAAG,SAAS,CAAC;IAKpE,GAAG,CAAC,EAAE,gCAAgC,GAAG,SAAS,CAAC;IAKnD,SAAS,CAAC,EAAE,gCAAgC,GAAG,SAAS,CAAC;IAKzD,OAAO,CAAC,EAAE,6BAA6B,GAAG,SAAS,CAAC;IAKpD,OAAO,CAAC,EAAE,wCAAwC,GAAG,SAAS,CAAC;IAK/D,WAAW,CAAC,EAAE,wCAAwC,GAAG,SAAS,CAAC;IAKnE,aAAa,CAAC,EAAE,gCAAgC,GAAG,SAAS,CAAC;IAK7D,QAAQ,CAAC,EAAE,wCAAwC,GAAG,SAAS,CAAC;IAKhE,MAAM,CAAC,EAAE,4BAA4B,GAAG,SAAS,CAAC;IAKlD,IAAI,CAAC,EAAE,wCAAwC,GAAG,SAAS,CAAC;IAK5D,SAAS,CAAC,EAAE,kCAAkC,GAAG,SAAS,CAAC;IAK3D,SAAS,CAAC,EAAE,kCAAkC,GAAG,SAAS,CAAC;CAC5D"}
|
|
1
|
+
{"version":3,"file":"NewsArticleUpdateWithoutAssetsInput.d.ts","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/resolvers/inputs/NewsArticleUpdateWithoutAssetsInput.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,kCAAkC,EAAE,MAAM,8CAA8C,CAAC;AAClG,OAAO,EAAE,6BAA6B,EAAE,MAAM,yCAAyC,CAAC;AACxF,OAAO,EAAE,6BAA6B,EAAE,MAAM,yCAAyC,CAAC;AACxF,OAAO,EAAE,4BAA4B,EAAE,MAAM,wCAAwC,CAAC;AACtF,OAAO,EAAE,0CAA0C,EAAE,MAAM,sDAAsD,CAAC;AAClH,OAAO,EAAE,uCAAuC,EAAE,MAAM,mDAAmD,CAAC;AAC5G,OAAO,EAAE,wCAAwC,EAAE,MAAM,oDAAoD,CAAC;AAC9G,OAAO,EAAE,gCAAgC,EAAE,MAAM,4CAA4C,CAAC;AAE9F,qBACa,mCAAmC;IAI9C,EAAE,CAAC,EAAE,gCAAgC,GAAG,SAAS,CAAC;IAKlD,KAAK,CAAC,EAAE,gCAAgC,GAAG,SAAS,CAAC;IAKrD,OAAO,CAAC,EAAE,wCAAwC,GAAG,SAAS,CAAC;IAK/D,MAAM,CAAC,EAAE,gCAAgC,GAAG,SAAS,CAAC;IAKtD,YAAY,CAAC,EAAE,wCAAwC,GAAG,SAAS,CAAC;IAKpE,GAAG,CAAC,EAAE,gCAAgC,GAAG,SAAS,CAAC;IAKnD,SAAS,CAAC,EAAE,gCAAgC,GAAG,SAAS,CAAC;IAKzD,OAAO,CAAC,EAAE,6BAA6B,GAAG,SAAS,CAAC;IAKpD,OAAO,CAAC,EAAE,wCAAwC,GAAG,SAAS,CAAC;IAK/D,WAAW,CAAC,EAAE,wCAAwC,GAAG,SAAS,CAAC;IAKnE,aAAa,CAAC,EAAE,gCAAgC,GAAG,SAAS,CAAC;IAK7D,QAAQ,CAAC,EAAE,wCAAwC,GAAG,SAAS,CAAC;IAKhE,MAAM,CAAC,EAAE,4BAA4B,GAAG,SAAS,CAAC;IAKlD,IAAI,CAAC,EAAE,wCAAwC,GAAG,SAAS,CAAC;IAK5D,OAAO,CAAC,EAAE,6BAA6B,GAAG,SAAS,CAAC;IAKpD,SAAS,CAAC,EAAE,uCAAuC,GAAG,SAAS,CAAC;IAKhE,WAAW,CAAC,EAAE,0CAA0C,GAAG,SAAS,CAAC;IAKrE,SAAS,CAAC,EAAE,kCAAkC,GAAG,SAAS,CAAC;IAK3D,SAAS,CAAC,EAAE,kCAAkC,GAAG,SAAS,CAAC;CAC5D"}
|
package/generated/typegraphql-prisma/resolvers/inputs/NewsArticleUpdateWithoutAssetsInput.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NewsArticleUpdateWithoutAssetsInput.js","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/resolvers/inputs/NewsArticleUpdateWithoutAssetsInput.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,0DAA4C;AAI5C,qGAAkG;AAClG,2FAAwF;AACxF,yFAAsF;AACtF,iHAA8G;AAC9G,iGAA8F;AAGvF,IAAM,mCAAmC,GAAzC,MAAM,mCAAmC;
|
|
1
|
+
{"version":3,"file":"NewsArticleUpdateWithoutAssetsInput.js","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/resolvers/inputs/NewsArticleUpdateWithoutAssetsInput.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
19
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
20
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
21
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
22
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
23
|
+
};
|
|
24
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
25
|
+
var ownKeys = function(o) {
|
|
26
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
27
|
+
var ar = [];
|
|
28
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
29
|
+
return ar;
|
|
30
|
+
};
|
|
31
|
+
return ownKeys(o);
|
|
32
|
+
};
|
|
33
|
+
return function (mod) {
|
|
34
|
+
if (mod && mod.__esModule) return mod;
|
|
35
|
+
var result = {};
|
|
36
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
37
|
+
__setModuleDefault(result, mod);
|
|
38
|
+
return result;
|
|
39
|
+
};
|
|
40
|
+
})();
|
|
41
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
42
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
43
|
+
};
|
|
44
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
45
|
+
exports.NewsArticleUpdatesymbolsInput = void 0;
|
|
46
|
+
const TypeGraphQL = __importStar(require("type-graphql"));
|
|
47
|
+
let NewsArticleUpdatesymbolsInput = class NewsArticleUpdatesymbolsInput {
|
|
48
|
+
};
|
|
49
|
+
exports.NewsArticleUpdatesymbolsInput = NewsArticleUpdatesymbolsInput;
|
|
50
|
+
__decorate([
|
|
51
|
+
TypeGraphQL.Field(_type => [String], {
|
|
52
|
+
nullable: true
|
|
53
|
+
}),
|
|
54
|
+
__metadata("design:type", Object)
|
|
55
|
+
], NewsArticleUpdatesymbolsInput.prototype, "set", void 0);
|
|
56
|
+
__decorate([
|
|
57
|
+
TypeGraphQL.Field(_type => [String], {
|
|
58
|
+
nullable: true
|
|
59
|
+
}),
|
|
60
|
+
__metadata("design:type", Object)
|
|
61
|
+
], NewsArticleUpdatesymbolsInput.prototype, "push", void 0);
|
|
62
|
+
exports.NewsArticleUpdatesymbolsInput = NewsArticleUpdatesymbolsInput = __decorate([
|
|
63
|
+
TypeGraphQL.InputType("NewsArticleUpdatesymbolsInput", {})
|
|
64
|
+
], NewsArticleUpdatesymbolsInput);
|
|
65
|
+
//# sourceMappingURL=NewsArticleUpdatesymbolsInput.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NewsArticleUpdatesymbolsInput.d.ts","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/resolvers/inputs/NewsArticleUpdatesymbolsInput.ts"],"names":[],"mappings":"AAKA,qBACa,6BAA6B;IAIxC,GAAG,CAAC,EAAE,MAAM,EAAE,GAAG,SAAS,CAAC;IAK3B,IAAI,CAAC,EAAE,MAAM,EAAE,GAAG,SAAS,CAAC;CAC7B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NewsArticleUpdatesymbolsInput.js","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/resolvers/inputs/NewsArticleUpdatesymbolsInput.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,0DAA4C;AAMrC,IAAM,6BAA6B,GAAnC,MAAM,6BAA6B;CAUzC,CAAA;AAVY,sEAA6B;AAIxC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,MAAM,CAAC,EAAE;QACpC,QAAQ,EAAE,IAAI;KACf,CAAC;;0DACyB;AAK3B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,MAAM,CAAC,EAAE;QACpC,QAAQ,EAAE,IAAI;KACf,CAAC;;2DAC0B;wCATjB,6BAA6B;IADzC,WAAW,CAAC,SAAS,CAAC,+BAA+B,EAAE,EAAE,CAAC;GAC9C,6BAA6B,CAUzC"}
|