adaptic-backend 1.0.265 → 1.0.267
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/Account.cjs +81 -27
- package/Action.cjs +293 -81
- package/Alert.cjs +92 -51
- package/AlpacaAccount.cjs +235 -99
- package/Asset.cjs +246 -111
- package/Authenticator.cjs +81 -27
- package/Contract.cjs +237 -90
- package/Customer.cjs +81 -27
- package/Deliverable.cjs +89 -36
- package/NewsArticle.cjs +71 -18
- package/NewsArticleAssetSentiment.cjs +89 -48
- package/Order.cjs +243 -108
- package/Position.cjs +121 -93
- package/Session.cjs +80 -27
- package/StopLoss.cjs +157 -51
- package/TakeProfit.cjs +157 -51
- package/Trade.cjs +190 -108
- package/User.cjs +93 -51
- package/generated/typeStrings/Position.cjs +2 -0
- package/generated/typeStrings/Position.d.ts +1 -1
- package/generated/typeStrings/Position.d.ts.map +1 -1
- package/generated/typeStrings/Position.js.map +1 -1
- package/generated/typeStrings/index.d.ts +1 -1
- package/generated/typegraphql-prisma/enhance.cjs +26 -25
- package/generated/typegraphql-prisma/enhance.d.ts.map +1 -1
- package/generated/typegraphql-prisma/enhance.js.map +1 -1
- package/generated/typegraphql-prisma/enums/PositionScalarFieldEnum.cjs +1 -0
- package/generated/typegraphql-prisma/enums/PositionScalarFieldEnum.d.ts +1 -0
- package/generated/typegraphql-prisma/enums/PositionScalarFieldEnum.d.ts.map +1 -1
- package/generated/typegraphql-prisma/enums/PositionScalarFieldEnum.js.map +1 -1
- package/generated/typegraphql-prisma/models/Position.cjs +7 -0
- package/generated/typegraphql-prisma/models/Position.d.ts +4 -0
- package/generated/typegraphql-prisma/models/Position.d.ts.map +1 -1
- package/generated/typegraphql-prisma/models/Position.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/Position/args/FindFirstPositionArgs.d.ts +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/Position/args/FindFirstPositionArgs.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/Position/args/FindFirstPositionArgs.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/Position/args/FindFirstPositionOrThrowArgs.d.ts +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/Position/args/FindFirstPositionOrThrowArgs.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/Position/args/FindFirstPositionOrThrowArgs.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/Position/args/FindManyPositionArgs.d.ts +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/Position/args/FindManyPositionArgs.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/Position/args/FindManyPositionArgs.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/Position/args/GroupByPositionArgs.d.ts +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/Position/args/GroupByPositionArgs.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/Position/args/GroupByPositionArgs.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/PositionCountOrderByAggregateInput.cjs +6 -0
- package/generated/typegraphql-prisma/resolvers/inputs/PositionCountOrderByAggregateInput.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/PositionCountOrderByAggregateInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/PositionCountOrderByAggregateInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/PositionCreateInput.cjs +6 -0
- package/generated/typegraphql-prisma/resolvers/inputs/PositionCreateInput.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/PositionCreateInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/PositionCreateInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/PositionCreateManyAlpacaAccountInput.cjs +6 -0
- package/generated/typegraphql-prisma/resolvers/inputs/PositionCreateManyAlpacaAccountInput.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/PositionCreateManyAlpacaAccountInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/PositionCreateManyAlpacaAccountInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/PositionCreateManyAssetInput.cjs +6 -0
- package/generated/typegraphql-prisma/resolvers/inputs/PositionCreateManyAssetInput.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/PositionCreateManyAssetInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/PositionCreateManyAssetInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/PositionCreateManyInput.cjs +6 -0
- package/generated/typegraphql-prisma/resolvers/inputs/PositionCreateManyInput.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/PositionCreateManyInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/PositionCreateManyInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/PositionCreateWithoutAlpacaAccountInput.cjs +6 -0
- package/generated/typegraphql-prisma/resolvers/inputs/PositionCreateWithoutAlpacaAccountInput.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/PositionCreateWithoutAlpacaAccountInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/PositionCreateWithoutAlpacaAccountInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/PositionCreateWithoutAssetInput.cjs +6 -0
- package/generated/typegraphql-prisma/resolvers/inputs/PositionCreateWithoutAssetInput.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/PositionCreateWithoutAssetInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/PositionCreateWithoutAssetInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/PositionMaxOrderByAggregateInput.cjs +6 -0
- package/generated/typegraphql-prisma/resolvers/inputs/PositionMaxOrderByAggregateInput.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/PositionMaxOrderByAggregateInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/PositionMaxOrderByAggregateInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/PositionMinOrderByAggregateInput.cjs +6 -0
- package/generated/typegraphql-prisma/resolvers/inputs/PositionMinOrderByAggregateInput.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/PositionMinOrderByAggregateInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/PositionMinOrderByAggregateInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/PositionOrderByWithAggregationInput.cjs +6 -0
- package/generated/typegraphql-prisma/resolvers/inputs/PositionOrderByWithAggregationInput.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/PositionOrderByWithAggregationInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/PositionOrderByWithAggregationInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/PositionOrderByWithRelationInput.cjs +6 -0
- package/generated/typegraphql-prisma/resolvers/inputs/PositionOrderByWithRelationInput.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/PositionOrderByWithRelationInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/PositionOrderByWithRelationInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/PositionScalarWhereInput.cjs +7 -0
- package/generated/typegraphql-prisma/resolvers/inputs/PositionScalarWhereInput.d.ts +2 -0
- package/generated/typegraphql-prisma/resolvers/inputs/PositionScalarWhereInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/PositionScalarWhereInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/PositionScalarWhereWithAggregatesInput.cjs +7 -0
- package/generated/typegraphql-prisma/resolvers/inputs/PositionScalarWhereWithAggregatesInput.d.ts +2 -0
- package/generated/typegraphql-prisma/resolvers/inputs/PositionScalarWhereWithAggregatesInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/PositionScalarWhereWithAggregatesInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/PositionSymbolAlpacaAccountIdCompoundUniqueInput.cjs +65 -0
- package/generated/typegraphql-prisma/resolvers/inputs/PositionSymbolAlpacaAccountIdCompoundUniqueInput.d.ts +5 -0
- package/generated/typegraphql-prisma/resolvers/inputs/PositionSymbolAlpacaAccountIdCompoundUniqueInput.d.ts.map +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/PositionSymbolAlpacaAccountIdCompoundUniqueInput.js.map +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/PositionUpdateInput.cjs +7 -0
- package/generated/typegraphql-prisma/resolvers/inputs/PositionUpdateInput.d.ts +2 -0
- package/generated/typegraphql-prisma/resolvers/inputs/PositionUpdateInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/PositionUpdateInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/PositionUpdateManyMutationInput.cjs +7 -0
- package/generated/typegraphql-prisma/resolvers/inputs/PositionUpdateManyMutationInput.d.ts +2 -0
- package/generated/typegraphql-prisma/resolvers/inputs/PositionUpdateManyMutationInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/PositionUpdateManyMutationInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/PositionUpdateWithoutAlpacaAccountInput.cjs +7 -0
- package/generated/typegraphql-prisma/resolvers/inputs/PositionUpdateWithoutAlpacaAccountInput.d.ts +2 -0
- package/generated/typegraphql-prisma/resolvers/inputs/PositionUpdateWithoutAlpacaAccountInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/PositionUpdateWithoutAlpacaAccountInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/PositionUpdateWithoutAssetInput.cjs +7 -0
- package/generated/typegraphql-prisma/resolvers/inputs/PositionUpdateWithoutAssetInput.d.ts +2 -0
- package/generated/typegraphql-prisma/resolvers/inputs/PositionUpdateWithoutAssetInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/PositionUpdateWithoutAssetInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/PositionWhereInput.cjs +7 -0
- package/generated/typegraphql-prisma/resolvers/inputs/PositionWhereInput.d.ts +2 -0
- package/generated/typegraphql-prisma/resolvers/inputs/PositionWhereInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/PositionWhereInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/PositionWhereUniqueInput.cjs +14 -0
- package/generated/typegraphql-prisma/resolvers/inputs/PositionWhereUniqueInput.d.ts +4 -0
- package/generated/typegraphql-prisma/resolvers/inputs/PositionWhereUniqueInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/PositionWhereUniqueInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/index.cjs +7 -5
- package/generated/typegraphql-prisma/resolvers/inputs/index.d.ts +1 -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/CreateManyAndReturnPosition.cjs +6 -0
- package/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnPosition.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnPosition.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnPosition.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/PositionCountAggregate.cjs +6 -0
- package/generated/typegraphql-prisma/resolvers/outputs/PositionCountAggregate.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/outputs/PositionCountAggregate.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/PositionCountAggregate.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/PositionGroupBy.cjs +6 -0
- package/generated/typegraphql-prisma/resolvers/outputs/PositionGroupBy.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/outputs/PositionGroupBy.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/PositionGroupBy.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/PositionMaxAggregate.cjs +6 -0
- package/generated/typegraphql-prisma/resolvers/outputs/PositionMaxAggregate.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/outputs/PositionMaxAggregate.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/PositionMaxAggregate.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/PositionMinAggregate.cjs +6 -0
- package/generated/typegraphql-prisma/resolvers/outputs/PositionMinAggregate.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/outputs/PositionMinAggregate.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/PositionMinAggregate.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/args/AlpacaAccountPositionsArgs.d.ts +1 -1
- package/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/args/AlpacaAccountPositionsArgs.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/args/AlpacaAccountPositionsArgs.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/relations/Asset/args/AssetPositionsArgs.d.ts +1 -1
- package/generated/typegraphql-prisma/resolvers/relations/Asset/args/AssetPositionsArgs.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/relations/Asset/args/AssetPositionsArgs.js.map +1 -1
- package/package.json +1 -1
- package/server/Account.d.ts.map +1 -1
- package/server/Account.js.map +1 -1
- package/server/Account.mjs +81 -27
- package/server/Action.d.ts.map +1 -1
- package/server/Action.js.map +1 -1
- package/server/Action.mjs +293 -81
- package/server/Alert.d.ts.map +1 -1
- package/server/Alert.js.map +1 -1
- package/server/Alert.mjs +92 -51
- package/server/AlpacaAccount.d.ts.map +1 -1
- package/server/AlpacaAccount.js.map +1 -1
- package/server/AlpacaAccount.mjs +235 -99
- package/server/Asset.d.ts.map +1 -1
- package/server/Asset.js.map +1 -1
- package/server/Asset.mjs +246 -111
- package/server/Authenticator.d.ts.map +1 -1
- package/server/Authenticator.js.map +1 -1
- package/server/Authenticator.mjs +81 -27
- package/server/Contract.d.ts.map +1 -1
- package/server/Contract.js.map +1 -1
- package/server/Contract.mjs +237 -90
- package/server/Customer.d.ts.map +1 -1
- package/server/Customer.js.map +1 -1
- package/server/Customer.mjs +81 -27
- package/server/Deliverable.d.ts.map +1 -1
- package/server/Deliverable.js.map +1 -1
- package/server/Deliverable.mjs +89 -36
- package/server/NewsArticle.d.ts.map +1 -1
- package/server/NewsArticle.js.map +1 -1
- package/server/NewsArticle.mjs +71 -18
- package/server/NewsArticleAssetSentiment.d.ts.map +1 -1
- package/server/NewsArticleAssetSentiment.js.map +1 -1
- package/server/NewsArticleAssetSentiment.mjs +89 -48
- package/server/Order.d.ts.map +1 -1
- package/server/Order.js.map +1 -1
- package/server/Order.mjs +243 -108
- package/server/Position.d.ts.map +1 -1
- package/server/Position.js.map +1 -1
- package/server/Position.mjs +121 -93
- package/server/Session.d.ts.map +1 -1
- package/server/Session.js.map +1 -1
- package/server/Session.mjs +80 -27
- package/server/StopLoss.d.ts.map +1 -1
- package/server/StopLoss.js.map +1 -1
- package/server/StopLoss.mjs +157 -51
- package/server/TakeProfit.d.ts.map +1 -1
- package/server/TakeProfit.js.map +1 -1
- package/server/TakeProfit.mjs +157 -51
- package/server/Trade.d.ts.map +1 -1
- package/server/Trade.js.map +1 -1
- package/server/Trade.mjs +190 -108
- package/server/User.d.ts.map +1 -1
- package/server/User.js.map +1 -1
- package/server/User.mjs +93 -51
- package/server/generated/selectionSets/Account.d.ts +1 -1
- package/server/generated/selectionSets/Account.d.ts.map +1 -1
- package/server/generated/selectionSets/Account.js.map +1 -1
- package/server/generated/selectionSets/Account.mjs +1 -0
- package/server/generated/selectionSets/AlpacaAccount.d.ts +1 -1
- package/server/generated/selectionSets/AlpacaAccount.d.ts.map +1 -1
- package/server/generated/selectionSets/AlpacaAccount.js.map +1 -1
- package/server/generated/selectionSets/AlpacaAccount.mjs +1 -0
- package/server/generated/selectionSets/Authenticator.d.ts +1 -1
- package/server/generated/selectionSets/Authenticator.d.ts.map +1 -1
- package/server/generated/selectionSets/Authenticator.js.map +1 -1
- package/server/generated/selectionSets/Authenticator.mjs +1 -0
- package/server/generated/selectionSets/Customer.d.ts +1 -1
- package/server/generated/selectionSets/Customer.d.ts.map +1 -1
- package/server/generated/selectionSets/Customer.js.map +1 -1
- package/server/generated/selectionSets/Customer.mjs +1 -0
- package/server/generated/selectionSets/Position.d.ts +1 -1
- package/server/generated/selectionSets/Position.d.ts.map +1 -1
- package/server/generated/selectionSets/Position.js.map +1 -1
- package/server/generated/selectionSets/Position.mjs +1 -0
- package/server/generated/selectionSets/User.d.ts +1 -1
- package/server/generated/selectionSets/User.d.ts.map +1 -1
- package/server/generated/selectionSets/User.js.map +1 -1
- package/server/generated/selectionSets/User.mjs +1 -0
- package/server/generated/typeStrings/Position.d.ts +1 -1
- package/server/generated/typeStrings/Position.d.ts.map +1 -1
- package/server/generated/typeStrings/Position.js.map +1 -1
- package/server/generated/typeStrings/Position.mjs +2 -0
- package/server/generated/typeStrings/index.d.ts +1 -1
- package/server/generated/typegraphql-prisma/enhance.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/enhance.js.map +1 -1
- package/server/generated/typegraphql-prisma/enhance.mjs +26 -25
- package/server/generated/typegraphql-prisma/enums/PositionScalarFieldEnum.d.ts +1 -0
- package/server/generated/typegraphql-prisma/enums/PositionScalarFieldEnum.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/enums/PositionScalarFieldEnum.js.map +1 -1
- package/server/generated/typegraphql-prisma/enums/PositionScalarFieldEnum.mjs +1 -0
- package/server/generated/typegraphql-prisma/models/Position.d.ts +4 -0
- package/server/generated/typegraphql-prisma/models/Position.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/models/Position.js.map +1 -1
- package/server/generated/typegraphql-prisma/models/Position.mjs +11 -0
- package/server/generated/typegraphql-prisma/resolvers/crud/Position/args/FindFirstPositionArgs.d.ts +1 -1
- package/server/generated/typegraphql-prisma/resolvers/crud/Position/args/FindFirstPositionArgs.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/crud/Position/args/FindFirstPositionArgs.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/crud/Position/args/FindFirstPositionOrThrowArgs.d.ts +1 -1
- package/server/generated/typegraphql-prisma/resolvers/crud/Position/args/FindFirstPositionOrThrowArgs.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/crud/Position/args/FindFirstPositionOrThrowArgs.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/crud/Position/args/FindManyPositionArgs.d.ts +1 -1
- package/server/generated/typegraphql-prisma/resolvers/crud/Position/args/FindManyPositionArgs.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/crud/Position/args/FindManyPositionArgs.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/crud/Position/args/GroupByPositionArgs.d.ts +1 -1
- package/server/generated/typegraphql-prisma/resolvers/crud/Position/args/GroupByPositionArgs.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/crud/Position/args/GroupByPositionArgs.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionCountOrderByAggregateInput.d.ts +1 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionCountOrderByAggregateInput.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionCountOrderByAggregateInput.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionCountOrderByAggregateInput.mjs +7 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionCreateInput.d.ts +1 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionCreateInput.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionCreateInput.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionCreateInput.mjs +7 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionCreateManyAlpacaAccountInput.d.ts +1 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionCreateManyAlpacaAccountInput.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionCreateManyAlpacaAccountInput.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionCreateManyAlpacaAccountInput.mjs +7 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionCreateManyAssetInput.d.ts +1 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionCreateManyAssetInput.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionCreateManyAssetInput.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionCreateManyAssetInput.mjs +7 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionCreateManyInput.d.ts +1 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionCreateManyInput.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionCreateManyInput.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionCreateManyInput.mjs +7 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionCreateWithoutAlpacaAccountInput.d.ts +1 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionCreateWithoutAlpacaAccountInput.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionCreateWithoutAlpacaAccountInput.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionCreateWithoutAlpacaAccountInput.mjs +7 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionCreateWithoutAssetInput.d.ts +1 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionCreateWithoutAssetInput.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionCreateWithoutAssetInput.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionCreateWithoutAssetInput.mjs +7 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionMaxOrderByAggregateInput.d.ts +1 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionMaxOrderByAggregateInput.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionMaxOrderByAggregateInput.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionMaxOrderByAggregateInput.mjs +7 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionMinOrderByAggregateInput.d.ts +1 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionMinOrderByAggregateInput.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionMinOrderByAggregateInput.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionMinOrderByAggregateInput.mjs +7 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionOrderByWithAggregationInput.d.ts +1 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionOrderByWithAggregationInput.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionOrderByWithAggregationInput.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionOrderByWithAggregationInput.mjs +7 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionOrderByWithRelationInput.d.ts +1 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionOrderByWithRelationInput.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionOrderByWithRelationInput.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionOrderByWithRelationInput.mjs +7 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionScalarWhereInput.d.ts +2 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionScalarWhereInput.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionScalarWhereInput.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionScalarWhereInput.mjs +8 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionScalarWhereWithAggregatesInput.d.ts +2 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionScalarWhereWithAggregatesInput.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionScalarWhereWithAggregatesInput.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionScalarWhereWithAggregatesInput.mjs +8 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionSymbolAlpacaAccountIdCompoundUniqueInput.d.ts +5 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionSymbolAlpacaAccountIdCompoundUniqueInput.d.ts.map +1 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionSymbolAlpacaAccountIdCompoundUniqueInput.js.map +1 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionSymbolAlpacaAccountIdCompoundUniqueInput.mjs +31 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionUpdateInput.d.ts +2 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionUpdateInput.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionUpdateInput.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionUpdateInput.mjs +8 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionUpdateManyMutationInput.d.ts +2 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionUpdateManyMutationInput.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionUpdateManyMutationInput.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionUpdateManyMutationInput.mjs +8 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionUpdateWithoutAlpacaAccountInput.d.ts +2 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionUpdateWithoutAlpacaAccountInput.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionUpdateWithoutAlpacaAccountInput.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionUpdateWithoutAlpacaAccountInput.mjs +8 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionUpdateWithoutAssetInput.d.ts +2 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionUpdateWithoutAssetInput.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionUpdateWithoutAssetInput.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionUpdateWithoutAssetInput.mjs +8 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionWhereInput.d.ts +2 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionWhereInput.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionWhereInput.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionWhereInput.mjs +8 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionWhereUniqueInput.d.ts +4 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionWhereUniqueInput.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionWhereUniqueInput.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionWhereUniqueInput.mjs +16 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/index.d.ts +1 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/index.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/index.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/index.mjs +1 -0
- package/server/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnPosition.d.ts +1 -0
- package/server/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnPosition.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnPosition.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnPosition.mjs +7 -0
- package/server/generated/typegraphql-prisma/resolvers/outputs/PositionCountAggregate.d.ts +1 -0
- package/server/generated/typegraphql-prisma/resolvers/outputs/PositionCountAggregate.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/outputs/PositionCountAggregate.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/outputs/PositionCountAggregate.mjs +7 -0
- package/server/generated/typegraphql-prisma/resolvers/outputs/PositionGroupBy.d.ts +1 -0
- package/server/generated/typegraphql-prisma/resolvers/outputs/PositionGroupBy.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/outputs/PositionGroupBy.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/outputs/PositionGroupBy.mjs +7 -0
- package/server/generated/typegraphql-prisma/resolvers/outputs/PositionMaxAggregate.d.ts +1 -0
- package/server/generated/typegraphql-prisma/resolvers/outputs/PositionMaxAggregate.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/outputs/PositionMaxAggregate.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/outputs/PositionMaxAggregate.mjs +7 -0
- package/server/generated/typegraphql-prisma/resolvers/outputs/PositionMinAggregate.d.ts +1 -0
- package/server/generated/typegraphql-prisma/resolvers/outputs/PositionMinAggregate.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/outputs/PositionMinAggregate.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/outputs/PositionMinAggregate.mjs +7 -0
- package/server/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/args/AlpacaAccountPositionsArgs.d.ts +1 -1
- package/server/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/args/AlpacaAccountPositionsArgs.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/args/AlpacaAccountPositionsArgs.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/relations/Asset/args/AssetPositionsArgs.d.ts +1 -1
- package/server/generated/typegraphql-prisma/resolvers/relations/Asset/args/AssetPositionsArgs.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/relations/Asset/args/AssetPositionsArgs.js.map +1 -1
@@ -887,7 +887,7 @@ const modelsInfo = {
|
|
887
887
|
Session: ["id", "sessionToken", "userId", "expires", "createdAt", "updatedAt"],
|
888
888
|
User: ["id", "name", "email", "emailVerified", "image", "createdAt", "updatedAt", "role", "bio", "jobTitle", "currentAccount", "customerId", "plan", "openaiAPIKey", "openaiModel"],
|
889
889
|
AlpacaAccount: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "minOrderSize", "maxOrderSize", "minPercentageChange", "volumeThreshold", "userId", "createdAt", "updatedAt"],
|
890
|
-
Position: ["id", "assetId", "averageEntryPrice", "qty", "qtyAvailable", "marketValue", "costBasis", "unrealizedPL", "unrealizedPLPC", "unrealisedIntradayPL", "unrealisedIntradayPLPC", "currentPrice", "lastTradePrice", "changeToday", "assetMarginable", "alpacaAccountId", "closed", "createdAt", "updatedAt"],
|
890
|
+
Position: ["id", "assetId", "symbol", "averageEntryPrice", "qty", "qtyAvailable", "marketValue", "costBasis", "unrealizedPL", "unrealizedPLPC", "unrealisedIntradayPL", "unrealisedIntradayPLPC", "currentPrice", "lastTradePrice", "changeToday", "assetMarginable", "alpacaAccountId", "closed", "createdAt", "updatedAt"],
|
891
891
|
Authenticator: ["id", "userId", "credentialID", "publicKey", "counter", "createdAt", "updatedAt"],
|
892
892
|
Account: ["id", "userId", "type", "provider", "providerAccountId", "refresh_token", "access_token", "expires_at", "token_type", "scope", "id_token", "session_state", "createdAt", "updatedAt"],
|
893
893
|
VerificationToken: ["id", "identifier", "token", "expires"],
|
@@ -925,7 +925,7 @@ const outputsInfo = {
|
|
925
925
|
AggregateAlpacaAccount: ["_count", "_avg", "_sum", "_min", "_max"],
|
926
926
|
AlpacaAccountGroupBy: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "minOrderSize", "maxOrderSize", "minPercentageChange", "volumeThreshold", "userId", "createdAt", "updatedAt", "_count", "_avg", "_sum", "_min", "_max"],
|
927
927
|
AggregatePosition: ["_count", "_avg", "_sum", "_min", "_max"],
|
928
|
-
PositionGroupBy: ["id", "assetId", "averageEntryPrice", "qty", "qtyAvailable", "marketValue", "costBasis", "unrealizedPL", "unrealizedPLPC", "unrealisedIntradayPL", "unrealisedIntradayPLPC", "currentPrice", "lastTradePrice", "changeToday", "assetMarginable", "alpacaAccountId", "closed", "createdAt", "updatedAt", "_count", "_avg", "_sum", "_min", "_max"],
|
928
|
+
PositionGroupBy: ["id", "assetId", "symbol", "averageEntryPrice", "qty", "qtyAvailable", "marketValue", "costBasis", "unrealizedPL", "unrealizedPLPC", "unrealisedIntradayPL", "unrealisedIntradayPLPC", "currentPrice", "lastTradePrice", "changeToday", "assetMarginable", "alpacaAccountId", "closed", "createdAt", "updatedAt", "_count", "_avg", "_sum", "_min", "_max"],
|
929
929
|
AggregateAuthenticator: ["_count", "_avg", "_sum", "_min", "_max"],
|
930
930
|
AuthenticatorGroupBy: ["id", "userId", "credentialID", "publicKey", "counter", "createdAt", "updatedAt", "_count", "_avg", "_sum", "_min", "_max"],
|
931
931
|
AggregateAccount: ["_count", "_avg", "_sum", "_min", "_max"],
|
@@ -979,11 +979,11 @@ const outputsInfo = {
|
|
979
979
|
AlpacaAccountSumAggregate: ["minOrderSize", "maxOrderSize", "minPercentageChange", "volumeThreshold"],
|
980
980
|
AlpacaAccountMinAggregate: ["id", "type", "APIKey", "APISecret", "marketOpen", "realTime", "minOrderSize", "maxOrderSize", "minPercentageChange", "volumeThreshold", "userId", "createdAt", "updatedAt"],
|
981
981
|
AlpacaAccountMaxAggregate: ["id", "type", "APIKey", "APISecret", "marketOpen", "realTime", "minOrderSize", "maxOrderSize", "minPercentageChange", "volumeThreshold", "userId", "createdAt", "updatedAt"],
|
982
|
-
PositionCountAggregate: ["id", "assetId", "averageEntryPrice", "qty", "qtyAvailable", "marketValue", "costBasis", "unrealizedPL", "unrealizedPLPC", "unrealisedIntradayPL", "unrealisedIntradayPLPC", "currentPrice", "lastTradePrice", "changeToday", "assetMarginable", "alpacaAccountId", "closed", "createdAt", "updatedAt", "_all"],
|
982
|
+
PositionCountAggregate: ["id", "assetId", "symbol", "averageEntryPrice", "qty", "qtyAvailable", "marketValue", "costBasis", "unrealizedPL", "unrealizedPLPC", "unrealisedIntradayPL", "unrealisedIntradayPLPC", "currentPrice", "lastTradePrice", "changeToday", "assetMarginable", "alpacaAccountId", "closed", "createdAt", "updatedAt", "_all"],
|
983
983
|
PositionAvgAggregate: ["averageEntryPrice", "qty", "qtyAvailable", "marketValue", "costBasis", "unrealizedPL", "unrealizedPLPC", "unrealisedIntradayPL", "unrealisedIntradayPLPC", "currentPrice", "lastTradePrice", "changeToday"],
|
984
984
|
PositionSumAggregate: ["averageEntryPrice", "qty", "qtyAvailable", "marketValue", "costBasis", "unrealizedPL", "unrealizedPLPC", "unrealisedIntradayPL", "unrealisedIntradayPLPC", "currentPrice", "lastTradePrice", "changeToday"],
|
985
|
-
PositionMinAggregate: ["id", "assetId", "averageEntryPrice", "qty", "qtyAvailable", "marketValue", "costBasis", "unrealizedPL", "unrealizedPLPC", "unrealisedIntradayPL", "unrealisedIntradayPLPC", "currentPrice", "lastTradePrice", "changeToday", "assetMarginable", "alpacaAccountId", "closed", "createdAt", "updatedAt"],
|
986
|
-
PositionMaxAggregate: ["id", "assetId", "averageEntryPrice", "qty", "qtyAvailable", "marketValue", "costBasis", "unrealizedPL", "unrealizedPLPC", "unrealisedIntradayPL", "unrealisedIntradayPLPC", "currentPrice", "lastTradePrice", "changeToday", "assetMarginable", "alpacaAccountId", "closed", "createdAt", "updatedAt"],
|
985
|
+
PositionMinAggregate: ["id", "assetId", "symbol", "averageEntryPrice", "qty", "qtyAvailable", "marketValue", "costBasis", "unrealizedPL", "unrealizedPLPC", "unrealisedIntradayPL", "unrealisedIntradayPLPC", "currentPrice", "lastTradePrice", "changeToday", "assetMarginable", "alpacaAccountId", "closed", "createdAt", "updatedAt"],
|
986
|
+
PositionMaxAggregate: ["id", "assetId", "symbol", "averageEntryPrice", "qty", "qtyAvailable", "marketValue", "costBasis", "unrealizedPL", "unrealizedPLPC", "unrealisedIntradayPL", "unrealisedIntradayPLPC", "currentPrice", "lastTradePrice", "changeToday", "assetMarginable", "alpacaAccountId", "closed", "createdAt", "updatedAt"],
|
987
987
|
AuthenticatorCountAggregate: ["id", "userId", "credentialID", "publicKey", "counter", "createdAt", "updatedAt", "_all"],
|
988
988
|
AuthenticatorAvgAggregate: ["counter"],
|
989
989
|
AuthenticatorSumAggregate: ["counter"],
|
@@ -1066,7 +1066,7 @@ const outputsInfo = {
|
|
1066
1066
|
CreateManyAndReturnSession: ["id", "sessionToken", "userId", "expires", "createdAt", "updatedAt", "user"],
|
1067
1067
|
CreateManyAndReturnUser: ["id", "name", "email", "emailVerified", "image", "createdAt", "updatedAt", "role", "bio", "jobTitle", "currentAccount", "customerId", "plan", "openaiAPIKey", "openaiModel", "customer"],
|
1068
1068
|
CreateManyAndReturnAlpacaAccount: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "minOrderSize", "maxOrderSize", "minPercentageChange", "volumeThreshold", "userId", "createdAt", "updatedAt", "user"],
|
1069
|
-
CreateManyAndReturnPosition: ["id", "assetId", "averageEntryPrice", "qty", "qtyAvailable", "marketValue", "costBasis", "unrealizedPL", "unrealizedPLPC", "unrealisedIntradayPL", "unrealisedIntradayPLPC", "currentPrice", "lastTradePrice", "changeToday", "assetMarginable", "alpacaAccountId", "closed", "createdAt", "updatedAt", "asset", "alpacaAccount"],
|
1069
|
+
CreateManyAndReturnPosition: ["id", "assetId", "symbol", "averageEntryPrice", "qty", "qtyAvailable", "marketValue", "costBasis", "unrealizedPL", "unrealizedPLPC", "unrealisedIntradayPL", "unrealisedIntradayPLPC", "currentPrice", "lastTradePrice", "changeToday", "assetMarginable", "alpacaAccountId", "closed", "createdAt", "updatedAt", "asset", "alpacaAccount"],
|
1070
1070
|
CreateManyAndReturnAuthenticator: ["id", "userId", "credentialID", "publicKey", "counter", "createdAt", "updatedAt", "user"],
|
1071
1071
|
CreateManyAndReturnAccount: ["id", "userId", "type", "provider", "providerAccountId", "refresh_token", "access_token", "expires_at", "token_type", "scope", "id_token", "session_state", "createdAt", "updatedAt", "user"],
|
1072
1072
|
CreateManyAndReturnVerificationToken: ["id", "identifier", "token", "expires"],
|
@@ -1115,11 +1115,11 @@ const inputsInfo = {
|
|
1115
1115
|
AlpacaAccountWhereUniqueInput: ["id", "AND", "OR", "NOT", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "minOrderSize", "maxOrderSize", "minPercentageChange", "volumeThreshold", "userId", "createdAt", "updatedAt", "user", "trades", "orders", "positions", "alerts"],
|
1116
1116
|
AlpacaAccountOrderByWithAggregationInput: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "minOrderSize", "maxOrderSize", "minPercentageChange", "volumeThreshold", "userId", "createdAt", "updatedAt", "_count", "_avg", "_max", "_min", "_sum"],
|
1117
1117
|
AlpacaAccountScalarWhereWithAggregatesInput: ["AND", "OR", "NOT", "id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "minOrderSize", "maxOrderSize", "minPercentageChange", "volumeThreshold", "userId", "createdAt", "updatedAt"],
|
1118
|
-
PositionWhereInput: ["AND", "OR", "NOT", "id", "assetId", "averageEntryPrice", "qty", "qtyAvailable", "marketValue", "costBasis", "unrealizedPL", "unrealizedPLPC", "unrealisedIntradayPL", "unrealisedIntradayPLPC", "currentPrice", "lastTradePrice", "changeToday", "assetMarginable", "alpacaAccountId", "closed", "createdAt", "updatedAt", "asset", "alpacaAccount"],
|
1119
|
-
PositionOrderByWithRelationInput: ["id", "assetId", "averageEntryPrice", "qty", "qtyAvailable", "marketValue", "costBasis", "unrealizedPL", "unrealizedPLPC", "unrealisedIntradayPL", "unrealisedIntradayPLPC", "currentPrice", "lastTradePrice", "changeToday", "assetMarginable", "alpacaAccountId", "closed", "createdAt", "updatedAt", "asset", "alpacaAccount"],
|
1120
|
-
PositionWhereUniqueInput: ["id", "AND", "OR", "NOT", "assetId", "averageEntryPrice", "qty", "qtyAvailable", "marketValue", "costBasis", "unrealizedPL", "unrealizedPLPC", "unrealisedIntradayPL", "unrealisedIntradayPLPC", "currentPrice", "lastTradePrice", "changeToday", "assetMarginable", "alpacaAccountId", "closed", "createdAt", "updatedAt", "asset", "alpacaAccount"],
|
1121
|
-
PositionOrderByWithAggregationInput: ["id", "assetId", "averageEntryPrice", "qty", "qtyAvailable", "marketValue", "costBasis", "unrealizedPL", "unrealizedPLPC", "unrealisedIntradayPL", "unrealisedIntradayPLPC", "currentPrice", "lastTradePrice", "changeToday", "assetMarginable", "alpacaAccountId", "closed", "createdAt", "updatedAt", "_count", "_avg", "_max", "_min", "_sum"],
|
1122
|
-
PositionScalarWhereWithAggregatesInput: ["AND", "OR", "NOT", "id", "assetId", "averageEntryPrice", "qty", "qtyAvailable", "marketValue", "costBasis", "unrealizedPL", "unrealizedPLPC", "unrealisedIntradayPL", "unrealisedIntradayPLPC", "currentPrice", "lastTradePrice", "changeToday", "assetMarginable", "alpacaAccountId", "closed", "createdAt", "updatedAt"],
|
1118
|
+
PositionWhereInput: ["AND", "OR", "NOT", "id", "assetId", "symbol", "averageEntryPrice", "qty", "qtyAvailable", "marketValue", "costBasis", "unrealizedPL", "unrealizedPLPC", "unrealisedIntradayPL", "unrealisedIntradayPLPC", "currentPrice", "lastTradePrice", "changeToday", "assetMarginable", "alpacaAccountId", "closed", "createdAt", "updatedAt", "asset", "alpacaAccount"],
|
1119
|
+
PositionOrderByWithRelationInput: ["id", "assetId", "symbol", "averageEntryPrice", "qty", "qtyAvailable", "marketValue", "costBasis", "unrealizedPL", "unrealizedPLPC", "unrealisedIntradayPL", "unrealisedIntradayPLPC", "currentPrice", "lastTradePrice", "changeToday", "assetMarginable", "alpacaAccountId", "closed", "createdAt", "updatedAt", "asset", "alpacaAccount"],
|
1120
|
+
PositionWhereUniqueInput: ["id", "symbol_alpacaAccountId", "AND", "OR", "NOT", "assetId", "symbol", "averageEntryPrice", "qty", "qtyAvailable", "marketValue", "costBasis", "unrealizedPL", "unrealizedPLPC", "unrealisedIntradayPL", "unrealisedIntradayPLPC", "currentPrice", "lastTradePrice", "changeToday", "assetMarginable", "alpacaAccountId", "closed", "createdAt", "updatedAt", "asset", "alpacaAccount"],
|
1121
|
+
PositionOrderByWithAggregationInput: ["id", "assetId", "symbol", "averageEntryPrice", "qty", "qtyAvailable", "marketValue", "costBasis", "unrealizedPL", "unrealizedPLPC", "unrealisedIntradayPL", "unrealisedIntradayPLPC", "currentPrice", "lastTradePrice", "changeToday", "assetMarginable", "alpacaAccountId", "closed", "createdAt", "updatedAt", "_count", "_avg", "_max", "_min", "_sum"],
|
1122
|
+
PositionScalarWhereWithAggregatesInput: ["AND", "OR", "NOT", "id", "assetId", "symbol", "averageEntryPrice", "qty", "qtyAvailable", "marketValue", "costBasis", "unrealizedPL", "unrealizedPLPC", "unrealisedIntradayPL", "unrealisedIntradayPLPC", "currentPrice", "lastTradePrice", "changeToday", "assetMarginable", "alpacaAccountId", "closed", "createdAt", "updatedAt"],
|
1123
1123
|
AuthenticatorWhereInput: ["AND", "OR", "NOT", "id", "userId", "credentialID", "publicKey", "counter", "createdAt", "updatedAt", "user"],
|
1124
1124
|
AuthenticatorOrderByWithRelationInput: ["id", "userId", "credentialID", "publicKey", "counter", "createdAt", "updatedAt", "user"],
|
1125
1125
|
AuthenticatorWhereUniqueInput: ["id", "credentialID", "AND", "OR", "NOT", "userId", "publicKey", "counter", "createdAt", "updatedAt", "user"],
|
@@ -1221,10 +1221,10 @@ const inputsInfo = {
|
|
1221
1221
|
AlpacaAccountUpdateInput: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "minOrderSize", "maxOrderSize", "minPercentageChange", "volumeThreshold", "createdAt", "updatedAt", "user", "trades", "orders", "positions", "alerts"],
|
1222
1222
|
AlpacaAccountCreateManyInput: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "minOrderSize", "maxOrderSize", "minPercentageChange", "volumeThreshold", "userId", "createdAt", "updatedAt"],
|
1223
1223
|
AlpacaAccountUpdateManyMutationInput: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "minOrderSize", "maxOrderSize", "minPercentageChange", "volumeThreshold", "createdAt", "updatedAt"],
|
1224
|
-
PositionCreateInput: ["id", "averageEntryPrice", "qty", "qtyAvailable", "marketValue", "costBasis", "unrealizedPL", "unrealizedPLPC", "unrealisedIntradayPL", "unrealisedIntradayPLPC", "currentPrice", "lastTradePrice", "changeToday", "assetMarginable", "closed", "createdAt", "updatedAt", "asset", "alpacaAccount"],
|
1225
|
-
PositionUpdateInput: ["id", "averageEntryPrice", "qty", "qtyAvailable", "marketValue", "costBasis", "unrealizedPL", "unrealizedPLPC", "unrealisedIntradayPL", "unrealisedIntradayPLPC", "currentPrice", "lastTradePrice", "changeToday", "assetMarginable", "closed", "createdAt", "updatedAt", "asset", "alpacaAccount"],
|
1226
|
-
PositionCreateManyInput: ["id", "assetId", "averageEntryPrice", "qty", "qtyAvailable", "marketValue", "costBasis", "unrealizedPL", "unrealizedPLPC", "unrealisedIntradayPL", "unrealisedIntradayPLPC", "currentPrice", "lastTradePrice", "changeToday", "assetMarginable", "alpacaAccountId", "closed", "createdAt", "updatedAt"],
|
1227
|
-
PositionUpdateManyMutationInput: ["id", "averageEntryPrice", "qty", "qtyAvailable", "marketValue", "costBasis", "unrealizedPL", "unrealizedPLPC", "unrealisedIntradayPL", "unrealisedIntradayPLPC", "currentPrice", "lastTradePrice", "changeToday", "assetMarginable", "closed", "createdAt", "updatedAt"],
|
1224
|
+
PositionCreateInput: ["id", "symbol", "averageEntryPrice", "qty", "qtyAvailable", "marketValue", "costBasis", "unrealizedPL", "unrealizedPLPC", "unrealisedIntradayPL", "unrealisedIntradayPLPC", "currentPrice", "lastTradePrice", "changeToday", "assetMarginable", "closed", "createdAt", "updatedAt", "asset", "alpacaAccount"],
|
1225
|
+
PositionUpdateInput: ["id", "symbol", "averageEntryPrice", "qty", "qtyAvailable", "marketValue", "costBasis", "unrealizedPL", "unrealizedPLPC", "unrealisedIntradayPL", "unrealisedIntradayPLPC", "currentPrice", "lastTradePrice", "changeToday", "assetMarginable", "closed", "createdAt", "updatedAt", "asset", "alpacaAccount"],
|
1226
|
+
PositionCreateManyInput: ["id", "assetId", "symbol", "averageEntryPrice", "qty", "qtyAvailable", "marketValue", "costBasis", "unrealizedPL", "unrealizedPLPC", "unrealisedIntradayPL", "unrealisedIntradayPLPC", "currentPrice", "lastTradePrice", "changeToday", "assetMarginable", "alpacaAccountId", "closed", "createdAt", "updatedAt"],
|
1227
|
+
PositionUpdateManyMutationInput: ["id", "symbol", "averageEntryPrice", "qty", "qtyAvailable", "marketValue", "costBasis", "unrealizedPL", "unrealizedPLPC", "unrealisedIntradayPL", "unrealisedIntradayPLPC", "currentPrice", "lastTradePrice", "changeToday", "assetMarginable", "closed", "createdAt", "updatedAt"],
|
1228
1228
|
AuthenticatorCreateInput: ["id", "credentialID", "publicKey", "counter", "createdAt", "updatedAt", "user"],
|
1229
1229
|
AuthenticatorUpdateInput: ["id", "credentialID", "publicKey", "counter", "createdAt", "updatedAt", "user"],
|
1230
1230
|
AuthenticatorCreateManyInput: ["id", "userId", "credentialID", "publicKey", "counter", "createdAt", "updatedAt"],
|
@@ -1359,10 +1359,11 @@ const inputsInfo = {
|
|
1359
1359
|
UuidNullableFilter: ["equals", "in", "notIn", "lt", "lte", "gt", "gte", "mode", "not"],
|
1360
1360
|
AssetNullableRelationFilter: ["is", "isNot"],
|
1361
1361
|
AlpacaAccountNullableRelationFilter: ["is", "isNot"],
|
1362
|
-
|
1362
|
+
PositionSymbolAlpacaAccountIdCompoundUniqueInput: ["symbol", "alpacaAccountId"],
|
1363
|
+
PositionCountOrderByAggregateInput: ["id", "assetId", "symbol", "averageEntryPrice", "qty", "qtyAvailable", "marketValue", "costBasis", "unrealizedPL", "unrealizedPLPC", "unrealisedIntradayPL", "unrealisedIntradayPLPC", "currentPrice", "lastTradePrice", "changeToday", "assetMarginable", "alpacaAccountId", "closed", "createdAt", "updatedAt"],
|
1363
1364
|
PositionAvgOrderByAggregateInput: ["averageEntryPrice", "qty", "qtyAvailable", "marketValue", "costBasis", "unrealizedPL", "unrealizedPLPC", "unrealisedIntradayPL", "unrealisedIntradayPLPC", "currentPrice", "lastTradePrice", "changeToday"],
|
1364
|
-
PositionMaxOrderByAggregateInput: ["id", "assetId", "averageEntryPrice", "qty", "qtyAvailable", "marketValue", "costBasis", "unrealizedPL", "unrealizedPLPC", "unrealisedIntradayPL", "unrealisedIntradayPLPC", "currentPrice", "lastTradePrice", "changeToday", "assetMarginable", "alpacaAccountId", "closed", "createdAt", "updatedAt"],
|
1365
|
-
PositionMinOrderByAggregateInput: ["id", "assetId", "averageEntryPrice", "qty", "qtyAvailable", "marketValue", "costBasis", "unrealizedPL", "unrealizedPLPC", "unrealisedIntradayPL", "unrealisedIntradayPLPC", "currentPrice", "lastTradePrice", "changeToday", "assetMarginable", "alpacaAccountId", "closed", "createdAt", "updatedAt"],
|
1365
|
+
PositionMaxOrderByAggregateInput: ["id", "assetId", "symbol", "averageEntryPrice", "qty", "qtyAvailable", "marketValue", "costBasis", "unrealizedPL", "unrealizedPLPC", "unrealisedIntradayPL", "unrealisedIntradayPLPC", "currentPrice", "lastTradePrice", "changeToday", "assetMarginable", "alpacaAccountId", "closed", "createdAt", "updatedAt"],
|
1366
|
+
PositionMinOrderByAggregateInput: ["id", "assetId", "symbol", "averageEntryPrice", "qty", "qtyAvailable", "marketValue", "costBasis", "unrealizedPL", "unrealizedPLPC", "unrealisedIntradayPL", "unrealisedIntradayPLPC", "currentPrice", "lastTradePrice", "changeToday", "assetMarginable", "alpacaAccountId", "closed", "createdAt", "updatedAt"],
|
1366
1367
|
PositionSumOrderByAggregateInput: ["averageEntryPrice", "qty", "qtyAvailable", "marketValue", "costBasis", "unrealizedPL", "unrealizedPLPC", "unrealisedIntradayPL", "unrealisedIntradayPLPC", "currentPrice", "lastTradePrice", "changeToday"],
|
1367
1368
|
UuidNullableWithAggregatesFilter: ["equals", "in", "notIn", "lt", "lte", "gt", "gte", "mode", "not", "_count", "_min", "_max"],
|
1368
1369
|
IntFilter: ["equals", "in", "notIn", "lt", "lte", "gt", "gte", "not"],
|
@@ -1748,7 +1749,7 @@ const inputsInfo = {
|
|
1748
1749
|
OrderCreateWithoutAlpacaAccountInput: ["id", "clientOrderId", "qty", "notional", "side", "type", "orderClass", "timeInForce", "limitPrice", "stopPrice", "trailPrice", "trailPercent", "extendedHours", "status", "createdAt", "updatedAt", "submittedAt", "filledAt", "filledQty", "filledAvgPrice", "cancelRequestedAt", "canceledAt", "fee", "strikePrice", "expirationDate", "optionType", "stopLossId", "takeProfitId", "stopLoss", "takeProfit", "action", "asset", "contract"],
|
1749
1750
|
OrderCreateOrConnectWithoutAlpacaAccountInput: ["where", "create"],
|
1750
1751
|
OrderCreateManyAlpacaAccountInputEnvelope: ["data", "skipDuplicates"],
|
1751
|
-
PositionCreateWithoutAlpacaAccountInput: ["id", "averageEntryPrice", "qty", "qtyAvailable", "marketValue", "costBasis", "unrealizedPL", "unrealizedPLPC", "unrealisedIntradayPL", "unrealisedIntradayPLPC", "currentPrice", "lastTradePrice", "changeToday", "assetMarginable", "closed", "createdAt", "updatedAt", "asset"],
|
1752
|
+
PositionCreateWithoutAlpacaAccountInput: ["id", "symbol", "averageEntryPrice", "qty", "qtyAvailable", "marketValue", "costBasis", "unrealizedPL", "unrealizedPLPC", "unrealisedIntradayPL", "unrealisedIntradayPLPC", "currentPrice", "lastTradePrice", "changeToday", "assetMarginable", "closed", "createdAt", "updatedAt", "asset"],
|
1752
1753
|
PositionCreateOrConnectWithoutAlpacaAccountInput: ["where", "create"],
|
1753
1754
|
PositionCreateManyAlpacaAccountInputEnvelope: ["data", "skipDuplicates"],
|
1754
1755
|
AlertCreateWithoutAlpacaAccountInput: ["id", "message", "type", "isRead", "createdAt", "updatedAt"],
|
@@ -1768,7 +1769,7 @@ const inputsInfo = {
|
|
1768
1769
|
PositionUpsertWithWhereUniqueWithoutAlpacaAccountInput: ["where", "update", "create"],
|
1769
1770
|
PositionUpdateWithWhereUniqueWithoutAlpacaAccountInput: ["where", "data"],
|
1770
1771
|
PositionUpdateManyWithWhereWithoutAlpacaAccountInput: ["where", "data"],
|
1771
|
-
PositionScalarWhereInput: ["AND", "OR", "NOT", "id", "assetId", "averageEntryPrice", "qty", "qtyAvailable", "marketValue", "costBasis", "unrealizedPL", "unrealizedPLPC", "unrealisedIntradayPL", "unrealisedIntradayPLPC", "currentPrice", "lastTradePrice", "changeToday", "assetMarginable", "alpacaAccountId", "closed", "createdAt", "updatedAt"],
|
1772
|
+
PositionScalarWhereInput: ["AND", "OR", "NOT", "id", "assetId", "symbol", "averageEntryPrice", "qty", "qtyAvailable", "marketValue", "costBasis", "unrealizedPL", "unrealizedPLPC", "unrealisedIntradayPL", "unrealisedIntradayPLPC", "currentPrice", "lastTradePrice", "changeToday", "assetMarginable", "alpacaAccountId", "closed", "createdAt", "updatedAt"],
|
1772
1773
|
AlertUpsertWithWhereUniqueWithoutAlpacaAccountInput: ["where", "update", "create"],
|
1773
1774
|
AlertUpdateWithWhereUniqueWithoutAlpacaAccountInput: ["where", "data"],
|
1774
1775
|
AlertUpdateManyWithWhereWithoutAlpacaAccountInput: ["where", "data"],
|
@@ -1806,7 +1807,7 @@ const inputsInfo = {
|
|
1806
1807
|
OrderCreateWithoutAssetInput: ["id", "clientOrderId", "qty", "notional", "side", "type", "orderClass", "timeInForce", "limitPrice", "stopPrice", "trailPrice", "trailPercent", "extendedHours", "status", "createdAt", "updatedAt", "submittedAt", "filledAt", "filledQty", "filledAvgPrice", "cancelRequestedAt", "canceledAt", "fee", "strikePrice", "expirationDate", "optionType", "stopLossId", "takeProfitId", "stopLoss", "takeProfit", "alpacaAccount", "action", "contract"],
|
1807
1808
|
OrderCreateOrConnectWithoutAssetInput: ["where", "create"],
|
1808
1809
|
OrderCreateManyAssetInputEnvelope: ["data", "skipDuplicates"],
|
1809
|
-
PositionCreateWithoutAssetInput: ["id", "averageEntryPrice", "qty", "qtyAvailable", "marketValue", "costBasis", "unrealizedPL", "unrealizedPLPC", "unrealisedIntradayPL", "unrealisedIntradayPLPC", "currentPrice", "lastTradePrice", "changeToday", "assetMarginable", "closed", "createdAt", "updatedAt", "alpacaAccount"],
|
1810
|
+
PositionCreateWithoutAssetInput: ["id", "symbol", "averageEntryPrice", "qty", "qtyAvailable", "marketValue", "costBasis", "unrealizedPL", "unrealizedPLPC", "unrealisedIntradayPL", "unrealisedIntradayPLPC", "currentPrice", "lastTradePrice", "changeToday", "assetMarginable", "closed", "createdAt", "updatedAt", "alpacaAccount"],
|
1810
1811
|
PositionCreateOrConnectWithoutAssetInput: ["where", "create"],
|
1811
1812
|
PositionCreateManyAssetInputEnvelope: ["data", "skipDuplicates"],
|
1812
1813
|
NewsArticleAssetSentimentCreateWithoutAssetInput: ["id", "url", "relevancyScore", "sentimentScore", "sentimentLabel", "news"],
|
@@ -1952,22 +1953,22 @@ const inputsInfo = {
|
|
1952
1953
|
AlpacaAccountUpdateWithoutUserInput: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "minOrderSize", "maxOrderSize", "minPercentageChange", "volumeThreshold", "createdAt", "updatedAt", "trades", "orders", "positions", "alerts"],
|
1953
1954
|
TradeCreateManyAlpacaAccountInput: ["id", "assetId", "qty", "price", "total", "optionType", "signal", "strategy", "analysis", "summary", "confidence", "timestamp", "createdAt", "updatedAt", "status"],
|
1954
1955
|
OrderCreateManyAlpacaAccountInput: ["id", "clientOrderId", "assetId", "qty", "notional", "side", "type", "orderClass", "timeInForce", "limitPrice", "stopPrice", "trailPrice", "trailPercent", "extendedHours", "status", "createdAt", "updatedAt", "submittedAt", "filledAt", "filledQty", "filledAvgPrice", "cancelRequestedAt", "canceledAt", "actionId", "fee", "strikePrice", "expirationDate", "optionType", "stopLossId", "takeProfitId", "contractId"],
|
1955
|
-
PositionCreateManyAlpacaAccountInput: ["id", "assetId", "averageEntryPrice", "qty", "qtyAvailable", "marketValue", "costBasis", "unrealizedPL", "unrealizedPLPC", "unrealisedIntradayPL", "unrealisedIntradayPLPC", "currentPrice", "lastTradePrice", "changeToday", "assetMarginable", "closed", "createdAt", "updatedAt"],
|
1956
|
+
PositionCreateManyAlpacaAccountInput: ["id", "assetId", "symbol", "averageEntryPrice", "qty", "qtyAvailable", "marketValue", "costBasis", "unrealizedPL", "unrealizedPLPC", "unrealisedIntradayPL", "unrealisedIntradayPLPC", "currentPrice", "lastTradePrice", "changeToday", "assetMarginable", "closed", "createdAt", "updatedAt"],
|
1956
1957
|
AlertCreateManyAlpacaAccountInput: ["id", "message", "type", "isRead", "createdAt", "updatedAt"],
|
1957
1958
|
TradeUpdateWithoutAlpacaAccountInput: ["id", "qty", "price", "total", "optionType", "signal", "strategy", "analysis", "summary", "confidence", "timestamp", "createdAt", "updatedAt", "status", "asset", "actions"],
|
1958
1959
|
OrderUpdateWithoutAlpacaAccountInput: ["id", "clientOrderId", "qty", "notional", "side", "type", "orderClass", "timeInForce", "limitPrice", "stopPrice", "trailPrice", "trailPercent", "extendedHours", "status", "createdAt", "updatedAt", "submittedAt", "filledAt", "filledQty", "filledAvgPrice", "cancelRequestedAt", "canceledAt", "fee", "strikePrice", "expirationDate", "optionType", "stopLossId", "takeProfitId", "stopLoss", "takeProfit", "action", "asset", "contract"],
|
1959
|
-
PositionUpdateWithoutAlpacaAccountInput: ["id", "averageEntryPrice", "qty", "qtyAvailable", "marketValue", "costBasis", "unrealizedPL", "unrealizedPLPC", "unrealisedIntradayPL", "unrealisedIntradayPLPC", "currentPrice", "lastTradePrice", "changeToday", "assetMarginable", "closed", "createdAt", "updatedAt", "asset"],
|
1960
|
+
PositionUpdateWithoutAlpacaAccountInput: ["id", "symbol", "averageEntryPrice", "qty", "qtyAvailable", "marketValue", "costBasis", "unrealizedPL", "unrealizedPLPC", "unrealisedIntradayPL", "unrealisedIntradayPLPC", "currentPrice", "lastTradePrice", "changeToday", "assetMarginable", "closed", "createdAt", "updatedAt", "asset"],
|
1960
1961
|
AlertUpdateWithoutAlpacaAccountInput: ["id", "message", "type", "isRead", "createdAt", "updatedAt"],
|
1961
1962
|
UserCreateManyCustomerInput: ["id", "name", "email", "emailVerified", "image", "createdAt", "updatedAt", "role", "bio", "jobTitle", "currentAccount", "plan", "openaiAPIKey", "openaiModel"],
|
1962
1963
|
UserUpdateWithoutCustomerInput: ["id", "name", "email", "emailVerified", "image", "createdAt", "updatedAt", "role", "bio", "jobTitle", "currentAccount", "plan", "openaiAPIKey", "openaiModel", "accounts", "sessions", "authenticators", "alpacaAccounts"],
|
1963
1964
|
TradeCreateManyAssetInput: ["id", "alpacaAccountId", "qty", "price", "total", "optionType", "signal", "strategy", "analysis", "summary", "confidence", "timestamp", "createdAt", "updatedAt", "status"],
|
1964
1965
|
OrderCreateManyAssetInput: ["id", "clientOrderId", "alpacaAccountId", "qty", "notional", "side", "type", "orderClass", "timeInForce", "limitPrice", "stopPrice", "trailPrice", "trailPercent", "extendedHours", "status", "createdAt", "updatedAt", "submittedAt", "filledAt", "filledQty", "filledAvgPrice", "cancelRequestedAt", "canceledAt", "actionId", "fee", "strikePrice", "expirationDate", "optionType", "stopLossId", "takeProfitId", "contractId"],
|
1965
|
-
PositionCreateManyAssetInput: ["id", "averageEntryPrice", "qty", "qtyAvailable", "marketValue", "costBasis", "unrealizedPL", "unrealizedPLPC", "unrealisedIntradayPL", "unrealisedIntradayPLPC", "currentPrice", "lastTradePrice", "changeToday", "assetMarginable", "alpacaAccountId", "closed", "createdAt", "updatedAt"],
|
1966
|
+
PositionCreateManyAssetInput: ["id", "symbol", "averageEntryPrice", "qty", "qtyAvailable", "marketValue", "costBasis", "unrealizedPL", "unrealizedPLPC", "unrealisedIntradayPL", "unrealisedIntradayPLPC", "currentPrice", "lastTradePrice", "changeToday", "assetMarginable", "alpacaAccountId", "closed", "createdAt", "updatedAt"],
|
1966
1967
|
NewsArticleAssetSentimentCreateManyAssetInput: ["id", "newsArticleId", "url", "relevancyScore", "sentimentScore", "sentimentLabel"],
|
1967
1968
|
ContractCreateManyAssetInput: ["id", "alpacaId", "symbol", "name", "status", "tradable", "expirationDate", "rootSymbol", "underlyingSymbol", "underlyingAssetId", "type", "style", "strikePrice", "multiplier", "size", "openInterest", "openInterestDate", "closePrice", "closePriceDate", "ppind", "orderId", "createdAt", "updatedAt"],
|
1968
1969
|
TradeUpdateWithoutAssetInput: ["id", "qty", "price", "total", "optionType", "signal", "strategy", "analysis", "summary", "confidence", "timestamp", "createdAt", "updatedAt", "status", "alpacaAccount", "actions"],
|
1969
1970
|
OrderUpdateWithoutAssetInput: ["id", "clientOrderId", "qty", "notional", "side", "type", "orderClass", "timeInForce", "limitPrice", "stopPrice", "trailPrice", "trailPercent", "extendedHours", "status", "createdAt", "updatedAt", "submittedAt", "filledAt", "filledQty", "filledAvgPrice", "cancelRequestedAt", "canceledAt", "fee", "strikePrice", "expirationDate", "optionType", "stopLossId", "takeProfitId", "stopLoss", "takeProfit", "alpacaAccount", "action", "contract"],
|
1970
|
-
PositionUpdateWithoutAssetInput: ["id", "averageEntryPrice", "qty", "qtyAvailable", "marketValue", "costBasis", "unrealizedPL", "unrealizedPLPC", "unrealisedIntradayPL", "unrealisedIntradayPLPC", "currentPrice", "lastTradePrice", "changeToday", "assetMarginable", "closed", "createdAt", "updatedAt", "alpacaAccount"],
|
1971
|
+
PositionUpdateWithoutAssetInput: ["id", "symbol", "averageEntryPrice", "qty", "qtyAvailable", "marketValue", "costBasis", "unrealizedPL", "unrealizedPLPC", "unrealisedIntradayPL", "unrealisedIntradayPLPC", "currentPrice", "lastTradePrice", "changeToday", "assetMarginable", "closed", "createdAt", "updatedAt", "alpacaAccount"],
|
1971
1972
|
NewsArticleAssetSentimentUpdateWithoutAssetInput: ["id", "url", "relevancyScore", "sentimentScore", "sentimentLabel", "news"],
|
1972
1973
|
ContractUpdateWithoutAssetInput: ["id", "alpacaId", "symbol", "name", "status", "tradable", "expirationDate", "rootSymbol", "underlyingSymbol", "underlyingAssetId", "type", "style", "strikePrice", "multiplier", "size", "openInterest", "openInterestDate", "closePrice", "closePriceDate", "ppind", "orderId", "createdAt", "updatedAt", "deliverables", "order"],
|
1973
1974
|
DeliverableCreateManyContractInput: ["id", "type", "symbol", "assetId", "amount", "allocationPercentage", "settlementType", "settlementMethod", "delayedSettlement", "createdAt", "updatedAt"],
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"PositionScalarFieldEnum.d.ts","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/enums/PositionScalarFieldEnum.ts"],"names":[],"mappings":"AAEA,oBAAY,uBAAuB;IACjC,EAAE,OAAO;IACT,OAAO,YAAY;IACnB,iBAAiB,sBAAsB;IACvC,GAAG,QAAQ;IACX,YAAY,iBAAiB;IAC7B,WAAW,gBAAgB;IAC3B,SAAS,cAAc;IACvB,YAAY,iBAAiB;IAC7B,cAAc,mBAAmB;IACjC,oBAAoB,yBAAyB;IAC7C,sBAAsB,2BAA2B;IACjD,YAAY,iBAAiB;IAC7B,cAAc,mBAAmB;IACjC,WAAW,gBAAgB;IAC3B,eAAe,oBAAoB;IACnC,eAAe,oBAAoB;IACnC,MAAM,WAAW;IACjB,SAAS,cAAc;IACvB,SAAS,cAAc;CACxB"}
|
1
|
+
{"version":3,"file":"PositionScalarFieldEnum.d.ts","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/enums/PositionScalarFieldEnum.ts"],"names":[],"mappings":"AAEA,oBAAY,uBAAuB;IACjC,EAAE,OAAO;IACT,OAAO,YAAY;IACnB,MAAM,WAAW;IACjB,iBAAiB,sBAAsB;IACvC,GAAG,QAAQ;IACX,YAAY,iBAAiB;IAC7B,WAAW,gBAAgB;IAC3B,SAAS,cAAc;IACvB,YAAY,iBAAiB;IAC7B,cAAc,mBAAmB;IACjC,oBAAoB,yBAAyB;IAC7C,sBAAsB,2BAA2B;IACjD,YAAY,iBAAiB;IAC7B,cAAc,mBAAmB;IACjC,WAAW,gBAAgB;IAC3B,eAAe,oBAAoB;IACnC,eAAe,oBAAoB;IACnC,MAAM,WAAW;IACjB,SAAS,cAAc;IACvB,SAAS,cAAc;CACxB"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"PositionScalarFieldEnum.js","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/enums/PositionScalarFieldEnum.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAE5C,MAAM,CAAN,IAAY,
|
1
|
+
{"version":3,"file":"PositionScalarFieldEnum.js","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/enums/PositionScalarFieldEnum.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAE5C,MAAM,CAAN,IAAY,uBAqBX;AArBD,WAAY,uBAAuB;IACjC,oCAAS,CAAA;IACT,8CAAmB,CAAA;IACnB,4CAAiB,CAAA;IACjB,kEAAuC,CAAA;IACvC,sCAAW,CAAA;IACX,wDAA6B,CAAA;IAC7B,sDAA2B,CAAA;IAC3B,kDAAuB,CAAA;IACvB,wDAA6B,CAAA;IAC7B,4DAAiC,CAAA;IACjC,wEAA6C,CAAA;IAC7C,4EAAiD,CAAA;IACjD,wDAA6B,CAAA;IAC7B,4DAAiC,CAAA;IACjC,sDAA2B,CAAA;IAC3B,8DAAmC,CAAA;IACnC,8DAAmC,CAAA;IACnC,4CAAiB,CAAA;IACjB,kDAAuB,CAAA;IACvB,kDAAuB,CAAA;AACzB,CAAC,EArBW,uBAAuB,KAAvB,uBAAuB,QAqBlC;AACD,WAAW,CAAC,gBAAgB,CAAC,uBAAuB,EAAE;IACpD,IAAI,EAAE,yBAAyB;IAC/B,WAAW,EAAE,SAAS;CACvB,CAAC,CAAC"}
|
@@ -3,6 +3,7 @@ export var PositionScalarFieldEnum;
|
|
3
3
|
(function (PositionScalarFieldEnum) {
|
4
4
|
PositionScalarFieldEnum["id"] = "id";
|
5
5
|
PositionScalarFieldEnum["assetId"] = "assetId";
|
6
|
+
PositionScalarFieldEnum["symbol"] = "symbol";
|
6
7
|
PositionScalarFieldEnum["averageEntryPrice"] = "averageEntryPrice";
|
7
8
|
PositionScalarFieldEnum["qty"] = "qty";
|
8
9
|
PositionScalarFieldEnum["qtyAvailable"] = "qtyAvailable";
|
@@ -9,6 +9,10 @@ export declare class Position {
|
|
9
9
|
* Reference to the associated asset. TYPESTRING.SKIP=true
|
10
10
|
*/
|
11
11
|
assetId?: string | null;
|
12
|
+
/**
|
13
|
+
* The symbol of the asset.
|
14
|
+
*/
|
15
|
+
symbol?: string | null;
|
12
16
|
/**
|
13
17
|
* Relation to the Asset model. TYPESTRING.INCLUDE=['symbol','name','type'] GQL.EXCLUDE=['positions', 'trades', 'orders', 'newsMentions', 'contracts']
|
14
18
|
*/
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Position.d.ts","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/models/Position.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AACxD,OAAO,EAAE,KAAK,EAAE,MAAM,iBAAiB,CAAC;AAExC,qBACa,QAAQ;IACnB;;OAEG;IAKH,EAAE,EAAG,MAAM,CAAC;IAEZ;;OAEG;IAKH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAExB;;OAEG;IACH,KAAK,CAAC,EAAE,KAAK,GAAG,IAAI,CAAC;IAErB;;OAEG;IAKH,iBAAiB,EAAG,MAAM,CAAC;IAE3B;;OAEG;IAKH,GAAG,EAAG,MAAM,CAAC;IAEb;;OAEG;IAKH,YAAY,EAAG,MAAM,CAAC;IAEtB;;OAEG;IAKH,WAAW,EAAG,MAAM,CAAC;IAErB;;OAEG;IAKH,SAAS,EAAG,MAAM,CAAC;IAEnB;;OAEG;IAKH,YAAY,EAAG,MAAM,CAAC;IAEtB;;OAEG;IAKH,cAAc,EAAG,MAAM,CAAC;IAExB;;OAEG;IAKH,oBAAoB,EAAG,MAAM,CAAC;IAE9B;;OAEG;IAKH,sBAAsB,EAAG,MAAM,CAAC;IAEhC;;OAEG;IAKH,YAAY,EAAG,MAAM,CAAC;IAEtB;;OAEG;IAKH,cAAc,EAAG,MAAM,CAAC;IAExB;;OAEG;IAKH,WAAW,EAAG,MAAM,CAAC;IAErB;;OAEG;IAKH,eAAe,EAAG,OAAO,CAAC;IAE1B;;OAEG;IACH,aAAa,CAAC,EAAE,aAAa,GAAG,IAAI,CAAC;IAErC;;OAEG;IAKH,eAAe,EAAG,MAAM,CAAC;IAEzB;;OAEG;IAKH,MAAM,EAAG,OAAO,CAAC;IAEjB;;OAEG;IAKH,SAAS,EAAG,IAAI,CAAC;IAEjB;;OAEG;IAKH,SAAS,EAAG,IAAI,CAAC;CAClB"}
|
1
|
+
{"version":3,"file":"Position.d.ts","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/models/Position.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AACxD,OAAO,EAAE,KAAK,EAAE,MAAM,iBAAiB,CAAC;AAExC,qBACa,QAAQ;IACnB;;OAEG;IAKH,EAAE,EAAG,MAAM,CAAC;IAEZ;;OAEG;IAKH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAExB;;OAEG;IAKH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAEvB;;OAEG;IACH,KAAK,CAAC,EAAE,KAAK,GAAG,IAAI,CAAC;IAErB;;OAEG;IAKH,iBAAiB,EAAG,MAAM,CAAC;IAE3B;;OAEG;IAKH,GAAG,EAAG,MAAM,CAAC;IAEb;;OAEG;IAKH,YAAY,EAAG,MAAM,CAAC;IAEtB;;OAEG;IAKH,WAAW,EAAG,MAAM,CAAC;IAErB;;OAEG;IAKH,SAAS,EAAG,MAAM,CAAC;IAEnB;;OAEG;IAKH,YAAY,EAAG,MAAM,CAAC;IAEtB;;OAEG;IAKH,cAAc,EAAG,MAAM,CAAC;IAExB;;OAEG;IAKH,oBAAoB,EAAG,MAAM,CAAC;IAE9B;;OAEG;IAKH,sBAAsB,EAAG,MAAM,CAAC;IAEhC;;OAEG;IAKH,YAAY,EAAG,MAAM,CAAC;IAEtB;;OAEG;IAKH,cAAc,EAAG,MAAM,CAAC;IAExB;;OAEG;IAKH,WAAW,EAAG,MAAM,CAAC;IAErB;;OAEG;IAKH,eAAe,EAAG,OAAO,CAAC;IAE1B;;OAEG;IACH,aAAa,CAAC,EAAE,aAAa,GAAG,IAAI,CAAC;IAErC;;OAEG;IAKH,eAAe,EAAG,MAAM,CAAC;IAEzB;;OAEG;IAKH,MAAM,EAAG,OAAO,CAAC;IAEjB;;OAEG;IAKH,SAAS,EAAG,IAAI,CAAC;IAEjB;;OAEG;IAKH,SAAS,EAAG,IAAI,CAAC;CAClB"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Position.js","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/models/Position.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAQrC,IAAM,QAAQ,GAAd,MAAM,QAAQ;IACnB;;OAEG;IAKH,EAAE,CAAU;IAEZ;;OAEG;IAKH,OAAO,CAAiB;IAExB;;OAEG;IACH,KAAK,CAAgB;IAErB;;OAEG;IAKH,iBAAiB,CAAU;IAE3B;;OAEG;IAKH,GAAG,CAAU;IAEb;;OAEG;IAKH,YAAY,CAAU;IAEtB;;OAEG;IAKH,WAAW,CAAU;IAErB;;OAEG;IAKH,SAAS,CAAU;IAEnB;;OAEG;IAKH,YAAY,CAAU;IAEtB;;OAEG;IAKH,cAAc,CAAU;IAExB;;OAEG;IAKH,oBAAoB,CAAU;IAE9B;;OAEG;IAKH,sBAAsB,CAAU;IAEhC;;OAEG;IAKH,YAAY,CAAU;IAEtB;;OAEG;IAKH,cAAc,CAAU;IAExB;;OAEG;IAKH,WAAW,CAAU;IAErB;;OAEG;IAKH,eAAe,CAAW;IAE1B;;OAEG;IACH,aAAa,CAAwB;IAErC;;OAEG;IAKH,eAAe,CAAU;IAEzB;;OAEG;IAKH,MAAM,CAAW;IAEjB;;OAEG;IAKH,SAAS,CAAQ;IAEjB;;OAEG;IAKH,SAAS,CAAQ;CAClB,CAAA;
|
1
|
+
{"version":3,"file":"Position.js","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/models/Position.ts"],"names":[],"mappings":"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"}
|
@@ -17,6 +17,10 @@ let Position = class Position {
|
|
17
17
|
* Reference to the associated asset. TYPESTRING.SKIP=true
|
18
18
|
*/
|
19
19
|
assetId;
|
20
|
+
/**
|
21
|
+
* The symbol of the asset.
|
22
|
+
*/
|
23
|
+
symbol;
|
20
24
|
/**
|
21
25
|
* Relation to the Asset model. TYPESTRING.INCLUDE=['symbol','name','type'] GQL.EXCLUDE=['positions', 'trades', 'orders', 'newsMentions', 'contracts']
|
22
26
|
*/
|
@@ -108,6 +112,13 @@ __decorate([
|
|
108
112
|
}),
|
109
113
|
__metadata("design:type", Object)
|
110
114
|
], Position.prototype, "assetId", void 0);
|
115
|
+
__decorate([
|
116
|
+
TypeGraphQL.Field(_type => String, {
|
117
|
+
nullable: true,
|
118
|
+
description: "The symbol of the asset."
|
119
|
+
}),
|
120
|
+
__metadata("design:type", Object)
|
121
|
+
], Position.prototype, "symbol", void 0);
|
111
122
|
__decorate([
|
112
123
|
TypeGraphQL.Field(_type => TypeGraphQL.Float, {
|
113
124
|
nullable: false,
|
package/server/generated/typegraphql-prisma/resolvers/crud/Position/args/FindFirstPositionArgs.d.ts
CHANGED
@@ -7,6 +7,6 @@ export declare class FindFirstPositionArgs {
|
|
7
7
|
cursor?: PositionWhereUniqueInput | undefined;
|
8
8
|
take?: number | undefined;
|
9
9
|
skip?: number | undefined;
|
10
|
-
distinct?: Array<"id" | "assetId" | "averageEntryPrice" | "qty" | "qtyAvailable" | "marketValue" | "costBasis" | "unrealizedPL" | "unrealizedPLPC" | "unrealisedIntradayPL" | "unrealisedIntradayPLPC" | "currentPrice" | "lastTradePrice" | "changeToday" | "assetMarginable" | "alpacaAccountId" | "closed" | "createdAt" | "updatedAt"> | undefined;
|
10
|
+
distinct?: Array<"id" | "assetId" | "symbol" | "averageEntryPrice" | "qty" | "qtyAvailable" | "marketValue" | "costBasis" | "unrealizedPL" | "unrealizedPLPC" | "unrealisedIntradayPL" | "unrealisedIntradayPLPC" | "currentPrice" | "lastTradePrice" | "changeToday" | "assetMarginable" | "alpacaAccountId" | "closed" | "createdAt" | "updatedAt"> | undefined;
|
11
11
|
}
|
12
12
|
//# sourceMappingURL=FindFirstPositionArgs.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"FindFirstPositionArgs.d.ts","sourceRoot":"","sources":["../../../../../../../../src/generated/typegraphql-prisma/resolvers/crud/Position/args/FindFirstPositionArgs.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,gCAAgC,EAAE,MAAM,kDAAkD,CAAC;AACpG,OAAO,EAAE,kBAAkB,EAAE,MAAM,oCAAoC,CAAC;AACxE,OAAO,EAAE,wBAAwB,EAAE,MAAM,0CAA0C,CAAC;AAGpF,qBACa,qBAAqB;IAIhC,KAAK,CAAC,EAAE,kBAAkB,GAAG,SAAS,CAAC;IAKvC,OAAO,CAAC,EAAE,gCAAgC,EAAE,GAAG,SAAS,CAAC;IAKzD,MAAM,CAAC,EAAE,wBAAwB,GAAG,SAAS,CAAC;IAK9C,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK1B,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK1B,QAAQ,CAAC,EAAE,KAAK,CAAC,IAAI,GAAG,SAAS,GAAG,mBAAmB,GAAG,KAAK,GAAG,cAAc,GAAG,aAAa,GAAG,WAAW,GAAG,cAAc,GAAG,gBAAgB,GAAG,sBAAsB,GAAG,wBAAwB,GAAG,cAAc,GAAG,gBAAgB,GAAG,aAAa,GAAG,iBAAiB,GAAG,iBAAiB,GAAG,QAAQ,GAAG,WAAW,GAAG,WAAW,CAAC,GAAG,SAAS,CAAC;
|
1
|
+
{"version":3,"file":"FindFirstPositionArgs.d.ts","sourceRoot":"","sources":["../../../../../../../../src/generated/typegraphql-prisma/resolvers/crud/Position/args/FindFirstPositionArgs.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,gCAAgC,EAAE,MAAM,kDAAkD,CAAC;AACpG,OAAO,EAAE,kBAAkB,EAAE,MAAM,oCAAoC,CAAC;AACxE,OAAO,EAAE,wBAAwB,EAAE,MAAM,0CAA0C,CAAC;AAGpF,qBACa,qBAAqB;IAIhC,KAAK,CAAC,EAAE,kBAAkB,GAAG,SAAS,CAAC;IAKvC,OAAO,CAAC,EAAE,gCAAgC,EAAE,GAAG,SAAS,CAAC;IAKzD,MAAM,CAAC,EAAE,wBAAwB,GAAG,SAAS,CAAC;IAK9C,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK1B,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK1B,QAAQ,CAAC,EAAE,KAAK,CAAC,IAAI,GAAG,SAAS,GAAG,QAAQ,GAAG,mBAAmB,GAAG,KAAK,GAAG,cAAc,GAAG,aAAa,GAAG,WAAW,GAAG,cAAc,GAAG,gBAAgB,GAAG,sBAAsB,GAAG,wBAAwB,GAAG,cAAc,GAAG,gBAAgB,GAAG,aAAa,GAAG,iBAAiB,GAAG,iBAAiB,GAAG,QAAQ,GAAG,WAAW,GAAG,WAAW,CAAC,GAAG,SAAS,CAAC;CACnW"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"FindFirstPositionArgs.js","sourceRoot":"","sources":["../../../../../../../../src/generated/typegraphql-prisma/resolvers/crud/Position/args/FindFirstPositionArgs.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAE5C,OAAO,EAAE,gCAAgC,EAAE,MAAM,kDAAkD,CAAC;AACpG,OAAO,EAAE,kBAAkB,EAAE,MAAM,oCAAoC,CAAC;AACxE,OAAO,EAAE,wBAAwB,EAAE,MAAM,0CAA0C,CAAC;AACpF,OAAO,EAAE,uBAAuB,EAAE,MAAM,2CAA2C,CAAC;AAG7E,IAAM,qBAAqB,GAA3B,MAAM,qBAAqB;IAIhC,KAAK,CAAkC;IAKvC,OAAO,CAAkD;IAKzD,MAAM,CAAwC;IAK9C,IAAI,CAAsB;IAK1B,IAAI,CAAsB;IAK1B,QAAQ,
|
1
|
+
{"version":3,"file":"FindFirstPositionArgs.js","sourceRoot":"","sources":["../../../../../../../../src/generated/typegraphql-prisma/resolvers/crud/Position/args/FindFirstPositionArgs.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAE5C,OAAO,EAAE,gCAAgC,EAAE,MAAM,kDAAkD,CAAC;AACpG,OAAO,EAAE,kBAAkB,EAAE,MAAM,oCAAoC,CAAC;AACxE,OAAO,EAAE,wBAAwB,EAAE,MAAM,0CAA0C,CAAC;AACpF,OAAO,EAAE,uBAAuB,EAAE,MAAM,2CAA2C,CAAC;AAG7E,IAAM,qBAAqB,GAA3B,MAAM,qBAAqB;IAIhC,KAAK,CAAkC;IAKvC,OAAO,CAAkD;IAKzD,MAAM,CAAwC;IAK9C,IAAI,CAAsB;IAK1B,IAAI,CAAsB;IAK1B,QAAQ,CAA0V;CACnW,CAAA;AA1BC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,kBAAkB,EAAE;QAC9C,QAAQ,EAAE,IAAI;KACf,CAAC;;oDACqC;AAKvC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,gCAAgC,CAAC,EAAE;QAC9D,QAAQ,EAAE,IAAI;KACf,CAAC;;sDACuD;AAKzD;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,wBAAwB,EAAE;QACpD,QAAQ,EAAE,IAAI;KACf,CAAC;;qDAC4C;AAK9C;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;mDACwB;AAK1B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;mDACwB;AAK1B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,uBAAuB,CAAC,EAAE;QACrD,QAAQ,EAAE,IAAI;KACf,CAAC;;uDACgW;AA7BvV,qBAAqB;IADjC,WAAW,CAAC,QAAQ,EAAE;GACV,qBAAqB,CA8BjC"}
|
@@ -7,6 +7,6 @@ export declare class FindFirstPositionOrThrowArgs {
|
|
7
7
|
cursor?: PositionWhereUniqueInput | undefined;
|
8
8
|
take?: number | undefined;
|
9
9
|
skip?: number | undefined;
|
10
|
-
distinct?: Array<"id" | "assetId" | "averageEntryPrice" | "qty" | "qtyAvailable" | "marketValue" | "costBasis" | "unrealizedPL" | "unrealizedPLPC" | "unrealisedIntradayPL" | "unrealisedIntradayPLPC" | "currentPrice" | "lastTradePrice" | "changeToday" | "assetMarginable" | "alpacaAccountId" | "closed" | "createdAt" | "updatedAt"> | undefined;
|
10
|
+
distinct?: Array<"id" | "assetId" | "symbol" | "averageEntryPrice" | "qty" | "qtyAvailable" | "marketValue" | "costBasis" | "unrealizedPL" | "unrealizedPLPC" | "unrealisedIntradayPL" | "unrealisedIntradayPLPC" | "currentPrice" | "lastTradePrice" | "changeToday" | "assetMarginable" | "alpacaAccountId" | "closed" | "createdAt" | "updatedAt"> | undefined;
|
11
11
|
}
|
12
12
|
//# sourceMappingURL=FindFirstPositionOrThrowArgs.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"FindFirstPositionOrThrowArgs.d.ts","sourceRoot":"","sources":["../../../../../../../../src/generated/typegraphql-prisma/resolvers/crud/Position/args/FindFirstPositionOrThrowArgs.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,gCAAgC,EAAE,MAAM,kDAAkD,CAAC;AACpG,OAAO,EAAE,kBAAkB,EAAE,MAAM,oCAAoC,CAAC;AACxE,OAAO,EAAE,wBAAwB,EAAE,MAAM,0CAA0C,CAAC;AAGpF,qBACa,4BAA4B;IAIvC,KAAK,CAAC,EAAE,kBAAkB,GAAG,SAAS,CAAC;IAKvC,OAAO,CAAC,EAAE,gCAAgC,EAAE,GAAG,SAAS,CAAC;IAKzD,MAAM,CAAC,EAAE,wBAAwB,GAAG,SAAS,CAAC;IAK9C,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK1B,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK1B,QAAQ,CAAC,EAAE,KAAK,CAAC,IAAI,GAAG,SAAS,GAAG,mBAAmB,GAAG,KAAK,GAAG,cAAc,GAAG,aAAa,GAAG,WAAW,GAAG,cAAc,GAAG,gBAAgB,GAAG,sBAAsB,GAAG,wBAAwB,GAAG,cAAc,GAAG,gBAAgB,GAAG,aAAa,GAAG,iBAAiB,GAAG,iBAAiB,GAAG,QAAQ,GAAG,WAAW,GAAG,WAAW,CAAC,GAAG,SAAS,CAAC;
|
1
|
+
{"version":3,"file":"FindFirstPositionOrThrowArgs.d.ts","sourceRoot":"","sources":["../../../../../../../../src/generated/typegraphql-prisma/resolvers/crud/Position/args/FindFirstPositionOrThrowArgs.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,gCAAgC,EAAE,MAAM,kDAAkD,CAAC;AACpG,OAAO,EAAE,kBAAkB,EAAE,MAAM,oCAAoC,CAAC;AACxE,OAAO,EAAE,wBAAwB,EAAE,MAAM,0CAA0C,CAAC;AAGpF,qBACa,4BAA4B;IAIvC,KAAK,CAAC,EAAE,kBAAkB,GAAG,SAAS,CAAC;IAKvC,OAAO,CAAC,EAAE,gCAAgC,EAAE,GAAG,SAAS,CAAC;IAKzD,MAAM,CAAC,EAAE,wBAAwB,GAAG,SAAS,CAAC;IAK9C,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK1B,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK1B,QAAQ,CAAC,EAAE,KAAK,CAAC,IAAI,GAAG,SAAS,GAAG,QAAQ,GAAG,mBAAmB,GAAG,KAAK,GAAG,cAAc,GAAG,aAAa,GAAG,WAAW,GAAG,cAAc,GAAG,gBAAgB,GAAG,sBAAsB,GAAG,wBAAwB,GAAG,cAAc,GAAG,gBAAgB,GAAG,aAAa,GAAG,iBAAiB,GAAG,iBAAiB,GAAG,QAAQ,GAAG,WAAW,GAAG,WAAW,CAAC,GAAG,SAAS,CAAC;CACnW"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"FindFirstPositionOrThrowArgs.js","sourceRoot":"","sources":["../../../../../../../../src/generated/typegraphql-prisma/resolvers/crud/Position/args/FindFirstPositionOrThrowArgs.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAE5C,OAAO,EAAE,gCAAgC,EAAE,MAAM,kDAAkD,CAAC;AACpG,OAAO,EAAE,kBAAkB,EAAE,MAAM,oCAAoC,CAAC;AACxE,OAAO,EAAE,wBAAwB,EAAE,MAAM,0CAA0C,CAAC;AACpF,OAAO,EAAE,uBAAuB,EAAE,MAAM,2CAA2C,CAAC;AAG7E,IAAM,4BAA4B,GAAlC,MAAM,4BAA4B;IAIvC,KAAK,CAAkC;IAKvC,OAAO,CAAkD;IAKzD,MAAM,CAAwC;IAK9C,IAAI,CAAsB;IAK1B,IAAI,CAAsB;IAK1B,QAAQ,
|
1
|
+
{"version":3,"file":"FindFirstPositionOrThrowArgs.js","sourceRoot":"","sources":["../../../../../../../../src/generated/typegraphql-prisma/resolvers/crud/Position/args/FindFirstPositionOrThrowArgs.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAE5C,OAAO,EAAE,gCAAgC,EAAE,MAAM,kDAAkD,CAAC;AACpG,OAAO,EAAE,kBAAkB,EAAE,MAAM,oCAAoC,CAAC;AACxE,OAAO,EAAE,wBAAwB,EAAE,MAAM,0CAA0C,CAAC;AACpF,OAAO,EAAE,uBAAuB,EAAE,MAAM,2CAA2C,CAAC;AAG7E,IAAM,4BAA4B,GAAlC,MAAM,4BAA4B;IAIvC,KAAK,CAAkC;IAKvC,OAAO,CAAkD;IAKzD,MAAM,CAAwC;IAK9C,IAAI,CAAsB;IAK1B,IAAI,CAAsB;IAK1B,QAAQ,CAA0V;CACnW,CAAA;AA1BC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,kBAAkB,EAAE;QAC9C,QAAQ,EAAE,IAAI;KACf,CAAC;;2DACqC;AAKvC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,gCAAgC,CAAC,EAAE;QAC9D,QAAQ,EAAE,IAAI;KACf,CAAC;;6DACuD;AAKzD;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,wBAAwB,EAAE;QACpD,QAAQ,EAAE,IAAI;KACf,CAAC;;4DAC4C;AAK9C;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;0DACwB;AAK1B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;0DACwB;AAK1B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,uBAAuB,CAAC,EAAE;QACrD,QAAQ,EAAE,IAAI;KACf,CAAC;;8DACgW;AA7BvV,4BAA4B;IADxC,WAAW,CAAC,QAAQ,EAAE;GACV,4BAA4B,CA8BxC"}
|
package/server/generated/typegraphql-prisma/resolvers/crud/Position/args/FindManyPositionArgs.d.ts
CHANGED
@@ -7,6 +7,6 @@ export declare class FindManyPositionArgs {
|
|
7
7
|
cursor?: PositionWhereUniqueInput | undefined;
|
8
8
|
take?: number | undefined;
|
9
9
|
skip?: number | undefined;
|
10
|
-
distinct?: Array<"id" | "assetId" | "averageEntryPrice" | "qty" | "qtyAvailable" | "marketValue" | "costBasis" | "unrealizedPL" | "unrealizedPLPC" | "unrealisedIntradayPL" | "unrealisedIntradayPLPC" | "currentPrice" | "lastTradePrice" | "changeToday" | "assetMarginable" | "alpacaAccountId" | "closed" | "createdAt" | "updatedAt"> | undefined;
|
10
|
+
distinct?: Array<"id" | "assetId" | "symbol" | "averageEntryPrice" | "qty" | "qtyAvailable" | "marketValue" | "costBasis" | "unrealizedPL" | "unrealizedPLPC" | "unrealisedIntradayPL" | "unrealisedIntradayPLPC" | "currentPrice" | "lastTradePrice" | "changeToday" | "assetMarginable" | "alpacaAccountId" | "closed" | "createdAt" | "updatedAt"> | undefined;
|
11
11
|
}
|
12
12
|
//# sourceMappingURL=FindManyPositionArgs.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"FindManyPositionArgs.d.ts","sourceRoot":"","sources":["../../../../../../../../src/generated/typegraphql-prisma/resolvers/crud/Position/args/FindManyPositionArgs.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,gCAAgC,EAAE,MAAM,kDAAkD,CAAC;AACpG,OAAO,EAAE,kBAAkB,EAAE,MAAM,oCAAoC,CAAC;AACxE,OAAO,EAAE,wBAAwB,EAAE,MAAM,0CAA0C,CAAC;AAGpF,qBACa,oBAAoB;IAI/B,KAAK,CAAC,EAAE,kBAAkB,GAAG,SAAS,CAAC;IAKvC,OAAO,CAAC,EAAE,gCAAgC,EAAE,GAAG,SAAS,CAAC;IAKzD,MAAM,CAAC,EAAE,wBAAwB,GAAG,SAAS,CAAC;IAK9C,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK1B,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK1B,QAAQ,CAAC,EAAE,KAAK,CAAC,IAAI,GAAG,SAAS,GAAG,mBAAmB,GAAG,KAAK,GAAG,cAAc,GAAG,aAAa,GAAG,WAAW,GAAG,cAAc,GAAG,gBAAgB,GAAG,sBAAsB,GAAG,wBAAwB,GAAG,cAAc,GAAG,gBAAgB,GAAG,aAAa,GAAG,iBAAiB,GAAG,iBAAiB,GAAG,QAAQ,GAAG,WAAW,GAAG,WAAW,CAAC,GAAG,SAAS,CAAC;
|
1
|
+
{"version":3,"file":"FindManyPositionArgs.d.ts","sourceRoot":"","sources":["../../../../../../../../src/generated/typegraphql-prisma/resolvers/crud/Position/args/FindManyPositionArgs.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,gCAAgC,EAAE,MAAM,kDAAkD,CAAC;AACpG,OAAO,EAAE,kBAAkB,EAAE,MAAM,oCAAoC,CAAC;AACxE,OAAO,EAAE,wBAAwB,EAAE,MAAM,0CAA0C,CAAC;AAGpF,qBACa,oBAAoB;IAI/B,KAAK,CAAC,EAAE,kBAAkB,GAAG,SAAS,CAAC;IAKvC,OAAO,CAAC,EAAE,gCAAgC,EAAE,GAAG,SAAS,CAAC;IAKzD,MAAM,CAAC,EAAE,wBAAwB,GAAG,SAAS,CAAC;IAK9C,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK1B,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK1B,QAAQ,CAAC,EAAE,KAAK,CAAC,IAAI,GAAG,SAAS,GAAG,QAAQ,GAAG,mBAAmB,GAAG,KAAK,GAAG,cAAc,GAAG,aAAa,GAAG,WAAW,GAAG,cAAc,GAAG,gBAAgB,GAAG,sBAAsB,GAAG,wBAAwB,GAAG,cAAc,GAAG,gBAAgB,GAAG,aAAa,GAAG,iBAAiB,GAAG,iBAAiB,GAAG,QAAQ,GAAG,WAAW,GAAG,WAAW,CAAC,GAAG,SAAS,CAAC;CACnW"}
|
package/server/generated/typegraphql-prisma/resolvers/crud/Position/args/FindManyPositionArgs.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"FindManyPositionArgs.js","sourceRoot":"","sources":["../../../../../../../../src/generated/typegraphql-prisma/resolvers/crud/Position/args/FindManyPositionArgs.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAE5C,OAAO,EAAE,gCAAgC,EAAE,MAAM,kDAAkD,CAAC;AACpG,OAAO,EAAE,kBAAkB,EAAE,MAAM,oCAAoC,CAAC;AACxE,OAAO,EAAE,wBAAwB,EAAE,MAAM,0CAA0C,CAAC;AACpF,OAAO,EAAE,uBAAuB,EAAE,MAAM,2CAA2C,CAAC;AAG7E,IAAM,oBAAoB,GAA1B,MAAM,oBAAoB;IAI/B,KAAK,CAAkC;IAKvC,OAAO,CAAkD;IAKzD,MAAM,CAAwC;IAK9C,IAAI,CAAsB;IAK1B,IAAI,CAAsB;IAK1B,QAAQ,
|
1
|
+
{"version":3,"file":"FindManyPositionArgs.js","sourceRoot":"","sources":["../../../../../../../../src/generated/typegraphql-prisma/resolvers/crud/Position/args/FindManyPositionArgs.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAE5C,OAAO,EAAE,gCAAgC,EAAE,MAAM,kDAAkD,CAAC;AACpG,OAAO,EAAE,kBAAkB,EAAE,MAAM,oCAAoC,CAAC;AACxE,OAAO,EAAE,wBAAwB,EAAE,MAAM,0CAA0C,CAAC;AACpF,OAAO,EAAE,uBAAuB,EAAE,MAAM,2CAA2C,CAAC;AAG7E,IAAM,oBAAoB,GAA1B,MAAM,oBAAoB;IAI/B,KAAK,CAAkC;IAKvC,OAAO,CAAkD;IAKzD,MAAM,CAAwC;IAK9C,IAAI,CAAsB;IAK1B,IAAI,CAAsB;IAK1B,QAAQ,CAA0V;CACnW,CAAA;AA1BC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,kBAAkB,EAAE;QAC9C,QAAQ,EAAE,IAAI;KACf,CAAC;;mDACqC;AAKvC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,gCAAgC,CAAC,EAAE;QAC9D,QAAQ,EAAE,IAAI;KACf,CAAC;;qDACuD;AAKzD;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,wBAAwB,EAAE;QACpD,QAAQ,EAAE,IAAI;KACf,CAAC;;oDAC4C;AAK9C;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;kDACwB;AAK1B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;kDACwB;AAK1B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,uBAAuB,CAAC,EAAE;QACrD,QAAQ,EAAE,IAAI;KACf,CAAC;;sDACgW;AA7BvV,oBAAoB;IADhC,WAAW,CAAC,QAAQ,EAAE;GACV,oBAAoB,CA8BhC"}
|
package/server/generated/typegraphql-prisma/resolvers/crud/Position/args/GroupByPositionArgs.d.ts
CHANGED
@@ -4,7 +4,7 @@ import { PositionWhereInput } from "../../../inputs/PositionWhereInput";
|
|
4
4
|
export declare class GroupByPositionArgs {
|
5
5
|
where?: PositionWhereInput | undefined;
|
6
6
|
orderBy?: PositionOrderByWithAggregationInput[] | undefined;
|
7
|
-
by: Array<"id" | "assetId" | "averageEntryPrice" | "qty" | "qtyAvailable" | "marketValue" | "costBasis" | "unrealizedPL" | "unrealizedPLPC" | "unrealisedIntradayPL" | "unrealisedIntradayPLPC" | "currentPrice" | "lastTradePrice" | "changeToday" | "assetMarginable" | "alpacaAccountId" | "closed" | "createdAt" | "updatedAt">;
|
7
|
+
by: Array<"id" | "assetId" | "symbol" | "averageEntryPrice" | "qty" | "qtyAvailable" | "marketValue" | "costBasis" | "unrealizedPL" | "unrealizedPLPC" | "unrealisedIntradayPL" | "unrealisedIntradayPLPC" | "currentPrice" | "lastTradePrice" | "changeToday" | "assetMarginable" | "alpacaAccountId" | "closed" | "createdAt" | "updatedAt">;
|
8
8
|
having?: PositionScalarWhereWithAggregatesInput | undefined;
|
9
9
|
take?: number | undefined;
|
10
10
|
skip?: number | undefined;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"GroupByPositionArgs.d.ts","sourceRoot":"","sources":["../../../../../../../../src/generated/typegraphql-prisma/resolvers/crud/Position/args/GroupByPositionArgs.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,mCAAmC,EAAE,MAAM,qDAAqD,CAAC;AAC1G,OAAO,EAAE,sCAAsC,EAAE,MAAM,wDAAwD,CAAC;AAChH,OAAO,EAAE,kBAAkB,EAAE,MAAM,oCAAoC,CAAC;AAGxE,qBACa,mBAAmB;IAI9B,KAAK,CAAC,EAAE,kBAAkB,GAAG,SAAS,CAAC;IAKvC,OAAO,CAAC,EAAE,mCAAmC,EAAE,GAAG,SAAS,CAAC;IAK5D,EAAE,EAAG,KAAK,CAAC,IAAI,GAAG,SAAS,GAAG,mBAAmB,GAAG,KAAK,GAAG,cAAc,GAAG,aAAa,GAAG,WAAW,GAAG,cAAc,GAAG,gBAAgB,GAAG,sBAAsB,GAAG,wBAAwB,GAAG,cAAc,GAAG,gBAAgB,GAAG,aAAa,GAAG,iBAAiB,GAAG,iBAAiB,GAAG,QAAQ,GAAG,WAAW,GAAG,WAAW,CAAC,CAAC;
|
1
|
+
{"version":3,"file":"GroupByPositionArgs.d.ts","sourceRoot":"","sources":["../../../../../../../../src/generated/typegraphql-prisma/resolvers/crud/Position/args/GroupByPositionArgs.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,mCAAmC,EAAE,MAAM,qDAAqD,CAAC;AAC1G,OAAO,EAAE,sCAAsC,EAAE,MAAM,wDAAwD,CAAC;AAChH,OAAO,EAAE,kBAAkB,EAAE,MAAM,oCAAoC,CAAC;AAGxE,qBACa,mBAAmB;IAI9B,KAAK,CAAC,EAAE,kBAAkB,GAAG,SAAS,CAAC;IAKvC,OAAO,CAAC,EAAE,mCAAmC,EAAE,GAAG,SAAS,CAAC;IAK5D,EAAE,EAAG,KAAK,CAAC,IAAI,GAAG,SAAS,GAAG,QAAQ,GAAG,mBAAmB,GAAG,KAAK,GAAG,cAAc,GAAG,aAAa,GAAG,WAAW,GAAG,cAAc,GAAG,gBAAgB,GAAG,sBAAsB,GAAG,wBAAwB,GAAG,cAAc,GAAG,gBAAgB,GAAG,aAAa,GAAG,iBAAiB,GAAG,iBAAiB,GAAG,QAAQ,GAAG,WAAW,GAAG,WAAW,CAAC,CAAC;IAKhV,MAAM,CAAC,EAAE,sCAAsC,GAAG,SAAS,CAAC;IAK5D,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK1B,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAC3B"}
|
package/server/generated/typegraphql-prisma/resolvers/crud/Position/args/GroupByPositionArgs.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"GroupByPositionArgs.js","sourceRoot":"","sources":["../../../../../../../../src/generated/typegraphql-prisma/resolvers/crud/Position/args/GroupByPositionArgs.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAE5C,OAAO,EAAE,mCAAmC,EAAE,MAAM,qDAAqD,CAAC;AAC1G,OAAO,EAAE,sCAAsC,EAAE,MAAM,wDAAwD,CAAC;AAChH,OAAO,EAAE,kBAAkB,EAAE,MAAM,oCAAoC,CAAC;AACxE,OAAO,EAAE,uBAAuB,EAAE,MAAM,2CAA2C,CAAC;AAG7E,IAAM,mBAAmB,GAAzB,MAAM,mBAAmB;IAI9B,KAAK,CAAkC;IAKvC,OAAO,CAAqD;IAK5D,EAAE,
|
1
|
+
{"version":3,"file":"GroupByPositionArgs.js","sourceRoot":"","sources":["../../../../../../../../src/generated/typegraphql-prisma/resolvers/crud/Position/args/GroupByPositionArgs.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAE5C,OAAO,EAAE,mCAAmC,EAAE,MAAM,qDAAqD,CAAC;AAC1G,OAAO,EAAE,sCAAsC,EAAE,MAAM,wDAAwD,CAAC;AAChH,OAAO,EAAE,kBAAkB,EAAE,MAAM,oCAAoC,CAAC;AACxE,OAAO,EAAE,uBAAuB,EAAE,MAAM,2CAA2C,CAAC;AAG7E,IAAM,mBAAmB,GAAzB,MAAM,mBAAmB;IAI9B,KAAK,CAAkC;IAKvC,OAAO,CAAqD;IAK5D,EAAE,CAA8U;IAKhV,MAAM,CAAsD;IAK5D,IAAI,CAAsB;IAK1B,IAAI,CAAsB;CAC3B,CAAA;AA1BC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,kBAAkB,EAAE;QAC9C,QAAQ,EAAE,IAAI;KACf,CAAC;;kDACqC;AAKvC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,mCAAmC,CAAC,EAAE;QACjE,QAAQ,EAAE,IAAI;KACf,CAAC;;oDAC0D;AAK5D;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,uBAAuB,CAAC,EAAE;QACrD,QAAQ,EAAE,KAAK;KAChB,CAAC;8BACG,KAAK;+CAAsU;AAKhV;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,sCAAsC,EAAE;QAClE,QAAQ,EAAE,IAAI;KACf,CAAC;;mDAC0D;AAK5D;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;iDACwB;AAK1B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;iDACwB;AA7Bf,mBAAmB;IAD/B,WAAW,CAAC,QAAQ,EAAE;GACV,mBAAmB,CA8B/B"}
|
package/server/generated/typegraphql-prisma/resolvers/inputs/PositionCountOrderByAggregateInput.d.ts
CHANGED
@@ -1,6 +1,7 @@
|
|
1
1
|
export declare class PositionCountOrderByAggregateInput {
|
2
2
|
id?: "asc" | "desc" | undefined;
|
3
3
|
assetId?: "asc" | "desc" | undefined;
|
4
|
+
symbol?: "asc" | "desc" | undefined;
|
4
5
|
averageEntryPrice?: "asc" | "desc" | undefined;
|
5
6
|
qty?: "asc" | "desc" | undefined;
|
6
7
|
qtyAvailable?: "asc" | "desc" | undefined;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"PositionCountOrderByAggregateInput.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/inputs/PositionCountOrderByAggregateInput.ts"],"names":[],"mappings":"AAMA,qBACa,kCAAkC;IAI7C,EAAE,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKhC,OAAO,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKrC,iBAAiB,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAK/C,GAAG,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKjC,YAAY,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAK1C,WAAW,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKzC,SAAS,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKvC,YAAY,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAK1C,cAAc,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAK5C,oBAAoB,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKlD,sBAAsB,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKpD,YAAY,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAK1C,cAAc,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAK5C,WAAW,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKzC,eAAe,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAK7C,eAAe,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAK7C,MAAM,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKpC,SAAS,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKvC,SAAS,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;CACxC"}
|
1
|
+
{"version":3,"file":"PositionCountOrderByAggregateInput.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/inputs/PositionCountOrderByAggregateInput.ts"],"names":[],"mappings":"AAMA,qBACa,kCAAkC;IAI7C,EAAE,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKhC,OAAO,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKrC,MAAM,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKpC,iBAAiB,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAK/C,GAAG,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKjC,YAAY,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAK1C,WAAW,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKzC,SAAS,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKvC,YAAY,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAK1C,cAAc,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAK5C,oBAAoB,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKlD,sBAAsB,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKpD,YAAY,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAK1C,cAAc,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAK5C,WAAW,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKzC,eAAe,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAK7C,eAAe,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAK7C,MAAM,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKpC,SAAS,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKvC,SAAS,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;CACxC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"PositionCountOrderByAggregateInput.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/inputs/PositionCountOrderByAggregateInput.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAI5C,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAG3C,IAAM,kCAAkC,GAAxC,MAAM,kCAAkC;IAI7C,EAAE,CAA8B;IAKhC,OAAO,CAA8B;IAKrC,iBAAiB,CAA8B;IAK/C,GAAG,CAA8B;IAKjC,YAAY,CAA8B;IAK1C,WAAW,CAA8B;IAKzC,SAAS,CAA8B;IAKvC,YAAY,CAA8B;IAK1C,cAAc,CAA8B;IAK5C,oBAAoB,CAA8B;IAKlD,sBAAsB,CAA8B;IAKpD,YAAY,CAA8B;IAK1C,cAAc,CAA8B;IAK5C,WAAW,CAA8B;IAKzC,eAAe,CAA8B;IAK7C,eAAe,CAA8B;IAK7C,MAAM,CAA8B;IAKpC,SAAS,CAA8B;IAKvC,SAAS,CAA8B;CACxC,CAAA;
|
1
|
+
{"version":3,"file":"PositionCountOrderByAggregateInput.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/inputs/PositionCountOrderByAggregateInput.ts"],"names":[],"mappings":"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"}
|
package/server/generated/typegraphql-prisma/resolvers/inputs/PositionCountOrderByAggregateInput.mjs
CHANGED
@@ -12,6 +12,7 @@ import { SortOrder } from "../../enums/SortOrder";
|
|
12
12
|
let PositionCountOrderByAggregateInput = class PositionCountOrderByAggregateInput {
|
13
13
|
id;
|
14
14
|
assetId;
|
15
|
+
symbol;
|
15
16
|
averageEntryPrice;
|
16
17
|
qty;
|
17
18
|
qtyAvailable;
|
@@ -42,6 +43,12 @@ __decorate([
|
|
42
43
|
}),
|
43
44
|
__metadata("design:type", Object)
|
44
45
|
], PositionCountOrderByAggregateInput.prototype, "assetId", void 0);
|
46
|
+
__decorate([
|
47
|
+
TypeGraphQL.Field(_type => SortOrder, {
|
48
|
+
nullable: true
|
49
|
+
}),
|
50
|
+
__metadata("design:type", Object)
|
51
|
+
], PositionCountOrderByAggregateInput.prototype, "symbol", void 0);
|
45
52
|
__decorate([
|
46
53
|
TypeGraphQL.Field(_type => SortOrder, {
|
47
54
|
nullable: true
|
@@ -2,6 +2,7 @@ import { AlpacaAccountCreateNestedOneWithoutPositionsInput } from "../inputs/Alp
|
|
2
2
|
import { AssetCreateNestedOneWithoutPositionsInput } from "../inputs/AssetCreateNestedOneWithoutPositionsInput";
|
3
3
|
export declare class PositionCreateInput {
|
4
4
|
id?: string | undefined;
|
5
|
+
symbol?: string | undefined;
|
5
6
|
averageEntryPrice: number;
|
6
7
|
qty: number;
|
7
8
|
qtyAvailable: number;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"PositionCreateInput.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/inputs/PositionCreateInput.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,iDAAiD,EAAE,MAAM,6DAA6D,CAAC;AAChI,OAAO,EAAE,yCAAyC,EAAE,MAAM,qDAAqD,CAAC;AAEhH,qBACa,mBAAmB;IAI9B,EAAE,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAKxB,iBAAiB,EAAG,MAAM,CAAC;IAK3B,GAAG,EAAG,MAAM,CAAC;IAKb,YAAY,EAAG,MAAM,CAAC;IAKtB,WAAW,EAAG,MAAM,CAAC;IAKrB,SAAS,EAAG,MAAM,CAAC;IAKnB,YAAY,EAAG,MAAM,CAAC;IAKtB,cAAc,EAAG,MAAM,CAAC;IAKxB,oBAAoB,EAAG,MAAM,CAAC;IAK9B,sBAAsB,EAAG,MAAM,CAAC;IAKhC,YAAY,EAAG,MAAM,CAAC;IAKtB,cAAc,EAAG,MAAM,CAAC;IAKxB,WAAW,EAAG,MAAM,CAAC;IAKrB,eAAe,EAAG,OAAO,CAAC;IAK1B,MAAM,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAK7B,SAAS,CAAC,EAAE,IAAI,GAAG,SAAS,CAAC;IAK7B,SAAS,CAAC,EAAE,IAAI,GAAG,SAAS,CAAC;IAK7B,KAAK,CAAC,EAAE,yCAAyC,GAAG,SAAS,CAAC;IAK9D,aAAa,CAAC,EAAE,iDAAiD,GAAG,SAAS,CAAC;CAC/E"}
|
1
|
+
{"version":3,"file":"PositionCreateInput.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/inputs/PositionCreateInput.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,iDAAiD,EAAE,MAAM,6DAA6D,CAAC;AAChI,OAAO,EAAE,yCAAyC,EAAE,MAAM,qDAAqD,CAAC;AAEhH,qBACa,mBAAmB;IAI9B,EAAE,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAKxB,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK5B,iBAAiB,EAAG,MAAM,CAAC;IAK3B,GAAG,EAAG,MAAM,CAAC;IAKb,YAAY,EAAG,MAAM,CAAC;IAKtB,WAAW,EAAG,MAAM,CAAC;IAKrB,SAAS,EAAG,MAAM,CAAC;IAKnB,YAAY,EAAG,MAAM,CAAC;IAKtB,cAAc,EAAG,MAAM,CAAC;IAKxB,oBAAoB,EAAG,MAAM,CAAC;IAK9B,sBAAsB,EAAG,MAAM,CAAC;IAKhC,YAAY,EAAG,MAAM,CAAC;IAKtB,cAAc,EAAG,MAAM,CAAC;IAKxB,WAAW,EAAG,MAAM,CAAC;IAKrB,eAAe,EAAG,OAAO,CAAC;IAK1B,MAAM,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAK7B,SAAS,CAAC,EAAE,IAAI,GAAG,SAAS,CAAC;IAK7B,SAAS,CAAC,EAAE,IAAI,GAAG,SAAS,CAAC;IAK7B,KAAK,CAAC,EAAE,yCAAyC,GAAG,SAAS,CAAC;IAK9D,aAAa,CAAC,EAAE,iDAAiD,GAAG,SAAS,CAAC;CAC/E"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"PositionCreateInput.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/inputs/PositionCreateInput.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAI5C,OAAO,EAAE,iDAAiD,EAAE,MAAM,6DAA6D,CAAC;AAChI,OAAO,EAAE,yCAAyC,EAAE,MAAM,qDAAqD,CAAC;AAGzG,IAAM,mBAAmB,GAAzB,MAAM,mBAAmB;IAI9B,EAAE,CAAsB;IAKxB,iBAAiB,CAAU;IAK3B,GAAG,CAAU;IAKb,YAAY,CAAU;IAKtB,WAAW,CAAU;IAKrB,SAAS,CAAU;IAKnB,YAAY,CAAU;IAKtB,cAAc,CAAU;IAKxB,oBAAoB,CAAU;IAK9B,sBAAsB,CAAU;IAKhC,YAAY,CAAU;IAKtB,cAAc,CAAU;IAKxB,WAAW,CAAU;IAKrB,eAAe,CAAW;IAK1B,MAAM,CAAuB;IAK7B,SAAS,CAAoB;IAK7B,SAAS,CAAoB;IAK7B,KAAK,CAAyD;IAK9D,aAAa,CAAiE;CAC/E,CAAA;
|
1
|
+
{"version":3,"file":"PositionCreateInput.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/inputs/PositionCreateInput.ts"],"names":[],"mappings":"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"}
|
@@ -12,6 +12,7 @@ import { AlpacaAccountCreateNestedOneWithoutPositionsInput } from "../inputs/Alp
|
|
12
12
|
import { AssetCreateNestedOneWithoutPositionsInput } from "../inputs/AssetCreateNestedOneWithoutPositionsInput";
|
13
13
|
let PositionCreateInput = class PositionCreateInput {
|
14
14
|
id;
|
15
|
+
symbol;
|
15
16
|
averageEntryPrice;
|
16
17
|
qty;
|
17
18
|
qtyAvailable;
|
@@ -37,6 +38,12 @@ __decorate([
|
|
37
38
|
}),
|
38
39
|
__metadata("design:type", Object)
|
39
40
|
], PositionCreateInput.prototype, "id", void 0);
|
41
|
+
__decorate([
|
42
|
+
TypeGraphQL.Field(_type => String, {
|
43
|
+
nullable: true
|
44
|
+
}),
|
45
|
+
__metadata("design:type", Object)
|
46
|
+
], PositionCreateInput.prototype, "symbol", void 0);
|
40
47
|
__decorate([
|
41
48
|
TypeGraphQL.Field(_type => TypeGraphQL.Float, {
|
42
49
|
nullable: false
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"PositionCreateManyAlpacaAccountInput.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/inputs/PositionCreateManyAlpacaAccountInput.ts"],"names":[],"mappings":"AAKA,qBACa,oCAAoC;IAI/C,EAAE,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAKxB,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK7B,iBAAiB,EAAG,MAAM,CAAC;IAK3B,GAAG,EAAG,MAAM,CAAC;IAKb,YAAY,EAAG,MAAM,CAAC;IAKtB,WAAW,EAAG,MAAM,CAAC;IAKrB,SAAS,EAAG,MAAM,CAAC;IAKnB,YAAY,EAAG,MAAM,CAAC;IAKtB,cAAc,EAAG,MAAM,CAAC;IAKxB,oBAAoB,EAAG,MAAM,CAAC;IAK9B,sBAAsB,EAAG,MAAM,CAAC;IAKhC,YAAY,EAAG,MAAM,CAAC;IAKtB,cAAc,EAAG,MAAM,CAAC;IAKxB,WAAW,EAAG,MAAM,CAAC;IAKrB,eAAe,EAAG,OAAO,CAAC;IAK1B,MAAM,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAK7B,SAAS,CAAC,EAAE,IAAI,GAAG,SAAS,CAAC;IAK7B,SAAS,CAAC,EAAE,IAAI,GAAG,SAAS,CAAC;CAC9B"}
|
1
|
+
{"version":3,"file":"PositionCreateManyAlpacaAccountInput.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/inputs/PositionCreateManyAlpacaAccountInput.ts"],"names":[],"mappings":"AAKA,qBACa,oCAAoC;IAI/C,EAAE,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAKxB,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK7B,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK5B,iBAAiB,EAAG,MAAM,CAAC;IAK3B,GAAG,EAAG,MAAM,CAAC;IAKb,YAAY,EAAG,MAAM,CAAC;IAKtB,WAAW,EAAG,MAAM,CAAC;IAKrB,SAAS,EAAG,MAAM,CAAC;IAKnB,YAAY,EAAG,MAAM,CAAC;IAKtB,cAAc,EAAG,MAAM,CAAC;IAKxB,oBAAoB,EAAG,MAAM,CAAC;IAK9B,sBAAsB,EAAG,MAAM,CAAC;IAKhC,YAAY,EAAG,MAAM,CAAC;IAKtB,cAAc,EAAG,MAAM,CAAC;IAKxB,WAAW,EAAG,MAAM,CAAC;IAKrB,eAAe,EAAG,OAAO,CAAC;IAK1B,MAAM,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAK7B,SAAS,CAAC,EAAE,IAAI,GAAG,SAAS,CAAC;IAK7B,SAAS,CAAC,EAAE,IAAI,GAAG,SAAS,CAAC;CAC9B"}
|