adaptic-backend 1.0.346 → 1.0.348
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 +21 -0
- package/Alert.cjs +17 -0
- package/Allocation.cjs +13 -0
- package/AlpacaAccount.cjs +15 -0
- package/Authenticator.cjs +21 -0
- package/Customer.cjs +21 -0
- package/Session.cjs +20 -0
- package/User.cjs +18 -0
- package/esm/Account.d.ts.map +1 -1
- package/esm/Account.js.map +1 -1
- package/esm/Account.mjs +21 -0
- package/esm/Alert.d.ts.map +1 -1
- package/esm/Alert.js.map +1 -1
- package/esm/Alert.mjs +17 -0
- package/esm/Allocation.d.ts.map +1 -1
- package/esm/Allocation.js.map +1 -1
- package/esm/Allocation.mjs +13 -0
- package/esm/AlpacaAccount.d.ts.map +1 -1
- package/esm/AlpacaAccount.js.map +1 -1
- package/esm/AlpacaAccount.mjs +15 -0
- package/esm/Authenticator.d.ts.map +1 -1
- package/esm/Authenticator.js.map +1 -1
- package/esm/Authenticator.mjs +21 -0
- package/esm/Customer.d.ts.map +1 -1
- package/esm/Customer.js.map +1 -1
- package/esm/Customer.mjs +21 -0
- package/esm/Session.d.ts.map +1 -1
- package/esm/Session.js.map +1 -1
- package/esm/Session.mjs +20 -0
- package/esm/User.d.ts.map +1 -1
- package/esm/User.js.map +1 -1
- package/esm/User.mjs +18 -0
- package/esm/generated/selectionSets/Account.d.ts +1 -1
- package/esm/generated/selectionSets/Account.d.ts.map +1 -1
- package/esm/generated/selectionSets/Account.js.map +1 -1
- package/esm/generated/selectionSets/Account.mjs +1 -0
- package/esm/generated/selectionSets/Allocation.d.ts +1 -1
- package/esm/generated/selectionSets/Allocation.d.ts.map +1 -1
- package/esm/generated/selectionSets/Allocation.js.map +1 -1
- package/esm/generated/selectionSets/Allocation.mjs +1 -0
- package/esm/generated/selectionSets/AlpacaAccount.d.ts +1 -1
- package/esm/generated/selectionSets/AlpacaAccount.d.ts.map +1 -1
- package/esm/generated/selectionSets/AlpacaAccount.js.map +1 -1
- package/esm/generated/selectionSets/AlpacaAccount.mjs +1 -0
- package/esm/generated/selectionSets/Authenticator.d.ts +1 -1
- package/esm/generated/selectionSets/Authenticator.d.ts.map +1 -1
- package/esm/generated/selectionSets/Authenticator.js.map +1 -1
- package/esm/generated/selectionSets/Authenticator.mjs +1 -0
- package/esm/generated/selectionSets/Customer.d.ts +1 -1
- package/esm/generated/selectionSets/Customer.d.ts.map +1 -1
- package/esm/generated/selectionSets/Customer.js.map +1 -1
- package/esm/generated/selectionSets/Customer.mjs +1 -0
- package/esm/generated/selectionSets/User.d.ts +1 -1
- package/esm/generated/selectionSets/User.d.ts.map +1 -1
- package/esm/generated/selectionSets/User.js.map +1 -1
- package/esm/generated/selectionSets/User.mjs +1 -0
- package/esm/generated/typeStrings/Allocation.d.ts +1 -1
- package/esm/generated/typeStrings/Allocation.d.ts.map +1 -1
- package/esm/generated/typeStrings/Allocation.js.map +1 -1
- package/esm/generated/typeStrings/Allocation.mjs +2 -0
- package/esm/generated/typeStrings/Trade.d.ts +1 -1
- package/esm/generated/typeStrings/Trade.d.ts.map +1 -1
- package/esm/generated/typeStrings/Trade.js.map +1 -1
- package/esm/generated/typeStrings/Trade.mjs +2 -0
- package/esm/generated/typeStrings/index.d.ts +2 -2
- package/esm/generated/typegraphql-prisma/enhance.js.map +1 -1
- package/esm/generated/typegraphql-prisma/enhance.mjs +24 -24
- package/esm/generated/typegraphql-prisma/enums/AllocationScalarFieldEnum.d.ts +1 -0
- package/esm/generated/typegraphql-prisma/enums/AllocationScalarFieldEnum.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/enums/AllocationScalarFieldEnum.js.map +1 -1
- package/esm/generated/typegraphql-prisma/enums/AllocationScalarFieldEnum.mjs +1 -0
- package/esm/generated/typegraphql-prisma/enums/TradeStrategy.d.ts +1 -0
- package/esm/generated/typegraphql-prisma/enums/TradeStrategy.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/enums/TradeStrategy.js.map +1 -1
- package/esm/generated/typegraphql-prisma/enums/TradeStrategy.mjs +1 -0
- package/esm/generated/typegraphql-prisma/models/Allocation.d.ts +4 -0
- package/esm/generated/typegraphql-prisma/models/Allocation.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/models/Allocation.js.map +1 -1
- package/esm/generated/typegraphql-prisma/models/Allocation.mjs +11 -0
- package/esm/generated/typegraphql-prisma/models/Trade.d.ts +1 -1
- package/esm/generated/typegraphql-prisma/models/Trade.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/models/Trade.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindFirstAllocationArgs.d.ts +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindFirstAllocationArgs.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindFirstAllocationArgs.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindFirstAllocationOrThrowArgs.d.ts +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindFirstAllocationOrThrowArgs.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindFirstAllocationOrThrowArgs.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindManyAllocationArgs.d.ts +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindManyAllocationArgs.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindManyAllocationArgs.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/args/GroupByAllocationArgs.d.ts +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/args/GroupByAllocationArgs.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/args/GroupByAllocationArgs.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationAvgOrderByAggregateInput.d.ts +1 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationAvgOrderByAggregateInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationAvgOrderByAggregateInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationAvgOrderByAggregateInput.mjs +7 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationCountOrderByAggregateInput.d.ts +1 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationCountOrderByAggregateInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationCountOrderByAggregateInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationCountOrderByAggregateInput.mjs +7 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateInput.d.ts +1 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateInput.mjs +7 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateManyInput.d.ts +1 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateManyInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateManyInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateManyInput.mjs +7 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateWithoutAlpacaAccountInput.d.ts +1 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateWithoutAlpacaAccountInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateWithoutAlpacaAccountInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateWithoutAlpacaAccountInput.mjs +7 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationMaxOrderByAggregateInput.d.ts +1 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationMaxOrderByAggregateInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationMaxOrderByAggregateInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationMaxOrderByAggregateInput.mjs +7 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationMinOrderByAggregateInput.d.ts +1 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationMinOrderByAggregateInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationMinOrderByAggregateInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationMinOrderByAggregateInput.mjs +7 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationOrderByWithAggregationInput.d.ts +1 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationOrderByWithAggregationInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationOrderByWithAggregationInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationOrderByWithAggregationInput.mjs +7 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationOrderByWithRelationInput.d.ts +1 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationOrderByWithRelationInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationOrderByWithRelationInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationOrderByWithRelationInput.mjs +7 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationScalarWhereWithAggregatesInput.d.ts +1 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationScalarWhereWithAggregatesInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationScalarWhereWithAggregatesInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationScalarWhereWithAggregatesInput.mjs +7 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationSumOrderByAggregateInput.d.ts +1 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationSumOrderByAggregateInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationSumOrderByAggregateInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationSumOrderByAggregateInput.mjs +7 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateInput.d.ts +1 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateInput.mjs +7 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateManyMutationInput.d.ts +1 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateManyMutationInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateManyMutationInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateManyMutationInput.mjs +7 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateWithoutAlpacaAccountInput.d.ts +1 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateWithoutAlpacaAccountInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateWithoutAlpacaAccountInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateWithoutAlpacaAccountInput.mjs +7 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationWhereInput.d.ts +1 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationWhereInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationWhereInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationWhereInput.mjs +7 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationWhereUniqueInput.d.ts +1 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationWhereUniqueInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationWhereUniqueInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationWhereUniqueInput.mjs +7 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/EnumTradeStrategyFieldUpdateOperationsInput.d.ts +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/EnumTradeStrategyFieldUpdateOperationsInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/EnumTradeStrategyFieldUpdateOperationsInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/EnumTradeStrategyFilter.d.ts +3 -3
- package/esm/generated/typegraphql-prisma/resolvers/inputs/EnumTradeStrategyFilter.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/EnumTradeStrategyFilter.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/EnumTradeStrategyWithAggregatesFilter.d.ts +3 -3
- package/esm/generated/typegraphql-prisma/resolvers/inputs/EnumTradeStrategyWithAggregatesFilter.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/EnumTradeStrategyWithAggregatesFilter.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/NestedEnumTradeStrategyFilter.d.ts +3 -3
- package/esm/generated/typegraphql-prisma/resolvers/inputs/NestedEnumTradeStrategyFilter.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/NestedEnumTradeStrategyFilter.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/NestedEnumTradeStrategyWithAggregatesFilter.d.ts +3 -3
- package/esm/generated/typegraphql-prisma/resolvers/inputs/NestedEnumTradeStrategyWithAggregatesFilter.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/NestedEnumTradeStrategyWithAggregatesFilter.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeCreateInput.d.ts +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeCreateInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeCreateInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyInput.d.ts +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutActionsInput.d.ts +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutActionsInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutActionsInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/AllocationAvgAggregate.d.ts +1 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/AllocationAvgAggregate.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/AllocationAvgAggregate.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/AllocationAvgAggregate.mjs +7 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/AllocationCountAggregate.d.ts +1 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/AllocationCountAggregate.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/AllocationCountAggregate.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/AllocationCountAggregate.mjs +7 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/AllocationGroupBy.d.ts +1 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/AllocationGroupBy.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/AllocationGroupBy.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/AllocationGroupBy.mjs +7 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/AllocationMaxAggregate.d.ts +1 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/AllocationMaxAggregate.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/AllocationMaxAggregate.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/AllocationMaxAggregate.mjs +7 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/AllocationMinAggregate.d.ts +1 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/AllocationMinAggregate.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/AllocationMinAggregate.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/AllocationMinAggregate.mjs +7 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/AllocationSumAggregate.d.ts +1 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/AllocationSumAggregate.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/AllocationSumAggregate.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/AllocationSumAggregate.mjs +7 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnAllocation.d.ts +1 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnAllocation.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnAllocation.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnAllocation.mjs +7 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnTrade.d.ts +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnTrade.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnTrade.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/TradeGroupBy.d.ts +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/TradeGroupBy.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/TradeGroupBy.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/TradeMaxAggregate.d.ts +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/TradeMaxAggregate.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/TradeMaxAggregate.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/TradeMinAggregate.d.ts +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/TradeMinAggregate.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/TradeMinAggregate.js.map +1 -1
- package/generated/typeStrings/Allocation.cjs +2 -0
- package/generated/typeStrings/Allocation.d.ts +1 -1
- package/generated/typeStrings/Allocation.d.ts.map +1 -1
- package/generated/typeStrings/Allocation.js.map +1 -1
- package/generated/typeStrings/Trade.cjs +2 -0
- package/generated/typeStrings/Trade.d.ts +1 -1
- package/generated/typeStrings/Trade.d.ts.map +1 -1
- package/generated/typeStrings/Trade.js.map +1 -1
- package/generated/typeStrings/index.d.ts +2 -2
- package/generated/typegraphql-prisma/enhance.cjs +24 -24
- package/generated/typegraphql-prisma/enhance.js.map +1 -1
- package/generated/typegraphql-prisma/enums/AllocationScalarFieldEnum.cjs +1 -0
- package/generated/typegraphql-prisma/enums/AllocationScalarFieldEnum.d.ts +1 -0
- package/generated/typegraphql-prisma/enums/AllocationScalarFieldEnum.d.ts.map +1 -1
- package/generated/typegraphql-prisma/enums/AllocationScalarFieldEnum.js.map +1 -1
- package/generated/typegraphql-prisma/enums/TradeStrategy.cjs +1 -0
- package/generated/typegraphql-prisma/enums/TradeStrategy.d.ts +1 -0
- package/generated/typegraphql-prisma/enums/TradeStrategy.d.ts.map +1 -1
- package/generated/typegraphql-prisma/enums/TradeStrategy.js.map +1 -1
- package/generated/typegraphql-prisma/models/Allocation.cjs +7 -0
- package/generated/typegraphql-prisma/models/Allocation.d.ts +4 -0
- package/generated/typegraphql-prisma/models/Allocation.d.ts.map +1 -1
- package/generated/typegraphql-prisma/models/Allocation.js.map +1 -1
- package/generated/typegraphql-prisma/models/Trade.d.ts +1 -1
- package/generated/typegraphql-prisma/models/Trade.d.ts.map +1 -1
- package/generated/typegraphql-prisma/models/Trade.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindFirstAllocationArgs.d.ts +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindFirstAllocationArgs.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindFirstAllocationArgs.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindFirstAllocationOrThrowArgs.d.ts +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindFirstAllocationOrThrowArgs.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindFirstAllocationOrThrowArgs.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindManyAllocationArgs.d.ts +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindManyAllocationArgs.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindManyAllocationArgs.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/Allocation/args/GroupByAllocationArgs.d.ts +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/Allocation/args/GroupByAllocationArgs.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/Allocation/args/GroupByAllocationArgs.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationAvgOrderByAggregateInput.cjs +6 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationAvgOrderByAggregateInput.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationAvgOrderByAggregateInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationAvgOrderByAggregateInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationCountOrderByAggregateInput.cjs +6 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationCountOrderByAggregateInput.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationCountOrderByAggregateInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationCountOrderByAggregateInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateInput.cjs +6 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateInput.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateManyInput.cjs +6 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateManyInput.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateManyInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateManyInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateWithoutAlpacaAccountInput.cjs +6 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateWithoutAlpacaAccountInput.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateWithoutAlpacaAccountInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateWithoutAlpacaAccountInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationMaxOrderByAggregateInput.cjs +6 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationMaxOrderByAggregateInput.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationMaxOrderByAggregateInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationMaxOrderByAggregateInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationMinOrderByAggregateInput.cjs +6 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationMinOrderByAggregateInput.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationMinOrderByAggregateInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationMinOrderByAggregateInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationOrderByWithAggregationInput.cjs +6 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationOrderByWithAggregationInput.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationOrderByWithAggregationInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationOrderByWithAggregationInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationOrderByWithRelationInput.cjs +6 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationOrderByWithRelationInput.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationOrderByWithRelationInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationOrderByWithRelationInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationScalarWhereWithAggregatesInput.cjs +6 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationScalarWhereWithAggregatesInput.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationScalarWhereWithAggregatesInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationScalarWhereWithAggregatesInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationSumOrderByAggregateInput.cjs +6 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationSumOrderByAggregateInput.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationSumOrderByAggregateInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationSumOrderByAggregateInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateInput.cjs +6 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateInput.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateManyMutationInput.cjs +6 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateManyMutationInput.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateManyMutationInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateManyMutationInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateWithoutAlpacaAccountInput.cjs +6 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateWithoutAlpacaAccountInput.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateWithoutAlpacaAccountInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateWithoutAlpacaAccountInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationWhereInput.cjs +6 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationWhereInput.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationWhereInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationWhereInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationWhereUniqueInput.cjs +6 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationWhereUniqueInput.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationWhereUniqueInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationWhereUniqueInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/EnumTradeStrategyFieldUpdateOperationsInput.d.ts +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/EnumTradeStrategyFieldUpdateOperationsInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/EnumTradeStrategyFieldUpdateOperationsInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/EnumTradeStrategyFilter.d.ts +3 -3
- package/generated/typegraphql-prisma/resolvers/inputs/EnumTradeStrategyFilter.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/EnumTradeStrategyFilter.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/EnumTradeStrategyWithAggregatesFilter.d.ts +3 -3
- package/generated/typegraphql-prisma/resolvers/inputs/EnumTradeStrategyWithAggregatesFilter.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/EnumTradeStrategyWithAggregatesFilter.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumTradeStrategyFilter.d.ts +3 -3
- package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumTradeStrategyFilter.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumTradeStrategyFilter.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumTradeStrategyWithAggregatesFilter.d.ts +3 -3
- package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumTradeStrategyWithAggregatesFilter.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumTradeStrategyWithAggregatesFilter.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateInput.d.ts +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyInput.d.ts +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutActionsInput.d.ts +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutActionsInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutActionsInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/AllocationAvgAggregate.cjs +6 -0
- package/generated/typegraphql-prisma/resolvers/outputs/AllocationAvgAggregate.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/outputs/AllocationAvgAggregate.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/AllocationAvgAggregate.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/AllocationCountAggregate.cjs +6 -0
- package/generated/typegraphql-prisma/resolvers/outputs/AllocationCountAggregate.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/outputs/AllocationCountAggregate.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/AllocationCountAggregate.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/AllocationGroupBy.cjs +6 -0
- package/generated/typegraphql-prisma/resolvers/outputs/AllocationGroupBy.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/outputs/AllocationGroupBy.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/AllocationGroupBy.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/AllocationMaxAggregate.cjs +6 -0
- package/generated/typegraphql-prisma/resolvers/outputs/AllocationMaxAggregate.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/outputs/AllocationMaxAggregate.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/AllocationMaxAggregate.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/AllocationMinAggregate.cjs +6 -0
- package/generated/typegraphql-prisma/resolvers/outputs/AllocationMinAggregate.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/outputs/AllocationMinAggregate.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/AllocationMinAggregate.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/AllocationSumAggregate.cjs +6 -0
- package/generated/typegraphql-prisma/resolvers/outputs/AllocationSumAggregate.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/outputs/AllocationSumAggregate.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/AllocationSumAggregate.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnAllocation.cjs +6 -0
- package/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnAllocation.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnAllocation.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnAllocation.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnTrade.d.ts +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnTrade.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnTrade.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/TradeGroupBy.d.ts +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/TradeGroupBy.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/TradeGroupBy.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/TradeMaxAggregate.d.ts +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/TradeMaxAggregate.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/TradeMaxAggregate.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/TradeMinAggregate.d.ts +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/TradeMinAggregate.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/TradeMinAggregate.js.map +1 -1
- package/package.json +1 -1
@@ -707,7 +707,7 @@ const modelsInfo = {
|
|
707
707
|
Session: ["id", "sessionToken", "userId", "expires", "createdAt", "updatedAt"],
|
708
708
|
User: ["id", "name", "email", "emailVerified", "image", "createdAt", "updatedAt", "role", "bio", "jobTitle", "currentAccount", "customerId", "plan", "openaiAPIKey", "openaiModel"],
|
709
709
|
AlpacaAccount: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradingPairs", "cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "defaultTrailingStopPercentage100", "firstTrailReductionThreshold100", "secondTrailReductionThreshold100", "firstReducedTrailPercentage100", "secondReducedTrailPercentage100", "minimumPriceChangePercent100", "userId", "createdAt", "updatedAt"],
|
710
|
-
Allocation: ["id", "stocks", "crypto", "etfs", "alpacaAccountId", "createdAt", "updatedAt"],
|
710
|
+
Allocation: ["id", "stocks", "crypto", "options", "etfs", "alpacaAccountId", "createdAt", "updatedAt"],
|
711
711
|
Authenticator: ["id", "userId", "credentialID", "publicKey", "counter", "createdAt", "updatedAt"],
|
712
712
|
Account: ["id", "userId", "type", "provider", "providerAccountId", "refresh_token", "access_token", "expires_at", "token_type", "scope", "id_token", "session_state", "createdAt", "updatedAt"],
|
713
713
|
VerificationToken: ["id", "identifier", "token", "expires"],
|
@@ -740,7 +740,7 @@ const outputsInfo = {
|
|
740
740
|
AggregateAlpacaAccount: ["_count", "_avg", "_sum", "_min", "_max"],
|
741
741
|
AlpacaAccountGroupBy: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradingPairs", "cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "defaultTrailingStopPercentage100", "firstTrailReductionThreshold100", "secondTrailReductionThreshold100", "firstReducedTrailPercentage100", "secondReducedTrailPercentage100", "minimumPriceChangePercent100", "userId", "createdAt", "updatedAt", "_count", "_avg", "_sum", "_min", "_max"],
|
742
742
|
AggregateAllocation: ["_count", "_avg", "_sum", "_min", "_max"],
|
743
|
-
AllocationGroupBy: ["id", "stocks", "crypto", "etfs", "alpacaAccountId", "createdAt", "updatedAt", "_count", "_avg", "_sum", "_min", "_max"],
|
743
|
+
AllocationGroupBy: ["id", "stocks", "crypto", "options", "etfs", "alpacaAccountId", "createdAt", "updatedAt", "_count", "_avg", "_sum", "_min", "_max"],
|
744
744
|
AggregateAuthenticator: ["_count", "_avg", "_sum", "_min", "_max"],
|
745
745
|
AuthenticatorGroupBy: ["id", "userId", "credentialID", "publicKey", "counter", "createdAt", "updatedAt", "_count", "_avg", "_sum", "_min", "_max"],
|
746
746
|
AggregateAccount: ["_count", "_avg", "_sum", "_min", "_max"],
|
@@ -784,11 +784,11 @@ const outputsInfo = {
|
|
784
784
|
AlpacaAccountSumAggregate: ["cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "defaultTrailingStopPercentage100", "firstTrailReductionThreshold100", "secondTrailReductionThreshold100", "firstReducedTrailPercentage100", "secondReducedTrailPercentage100", "minimumPriceChangePercent100"],
|
785
785
|
AlpacaAccountMinAggregate: ["id", "type", "APIKey", "APISecret", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "defaultTrailingStopPercentage100", "firstTrailReductionThreshold100", "secondTrailReductionThreshold100", "firstReducedTrailPercentage100", "secondReducedTrailPercentage100", "minimumPriceChangePercent100", "userId", "createdAt", "updatedAt"],
|
786
786
|
AlpacaAccountMaxAggregate: ["id", "type", "APIKey", "APISecret", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "defaultTrailingStopPercentage100", "firstTrailReductionThreshold100", "secondTrailReductionThreshold100", "firstReducedTrailPercentage100", "secondReducedTrailPercentage100", "minimumPriceChangePercent100", "userId", "createdAt", "updatedAt"],
|
787
|
-
AllocationCountAggregate: ["id", "stocks", "crypto", "etfs", "alpacaAccountId", "createdAt", "updatedAt", "_all"],
|
788
|
-
AllocationAvgAggregate: ["stocks", "crypto", "etfs"],
|
789
|
-
AllocationSumAggregate: ["stocks", "crypto", "etfs"],
|
790
|
-
AllocationMinAggregate: ["id", "stocks", "crypto", "etfs", "alpacaAccountId", "createdAt", "updatedAt"],
|
791
|
-
AllocationMaxAggregate: ["id", "stocks", "crypto", "etfs", "alpacaAccountId", "createdAt", "updatedAt"],
|
787
|
+
AllocationCountAggregate: ["id", "stocks", "crypto", "options", "etfs", "alpacaAccountId", "createdAt", "updatedAt", "_all"],
|
788
|
+
AllocationAvgAggregate: ["stocks", "crypto", "options", "etfs"],
|
789
|
+
AllocationSumAggregate: ["stocks", "crypto", "options", "etfs"],
|
790
|
+
AllocationMinAggregate: ["id", "stocks", "crypto", "options", "etfs", "alpacaAccountId", "createdAt", "updatedAt"],
|
791
|
+
AllocationMaxAggregate: ["id", "stocks", "crypto", "options", "etfs", "alpacaAccountId", "createdAt", "updatedAt"],
|
792
792
|
AuthenticatorCountAggregate: ["id", "userId", "credentialID", "publicKey", "counter", "createdAt", "updatedAt", "_all"],
|
793
793
|
AuthenticatorAvgAggregate: ["counter"],
|
794
794
|
AuthenticatorSumAggregate: ["counter"],
|
@@ -845,7 +845,7 @@ const outputsInfo = {
|
|
845
845
|
CreateManyAndReturnSession: ["id", "sessionToken", "userId", "expires", "createdAt", "updatedAt", "user"],
|
846
846
|
CreateManyAndReturnUser: ["id", "name", "email", "emailVerified", "image", "createdAt", "updatedAt", "role", "bio", "jobTitle", "currentAccount", "customerId", "plan", "openaiAPIKey", "openaiModel", "customer"],
|
847
847
|
CreateManyAndReturnAlpacaAccount: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradingPairs", "cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "defaultTrailingStopPercentage100", "firstTrailReductionThreshold100", "secondTrailReductionThreshold100", "firstReducedTrailPercentage100", "secondReducedTrailPercentage100", "minimumPriceChangePercent100", "userId", "createdAt", "updatedAt", "user"],
|
848
|
-
CreateManyAndReturnAllocation: ["id", "stocks", "crypto", "etfs", "alpacaAccountId", "createdAt", "updatedAt", "alpacaAccount"],
|
848
|
+
CreateManyAndReturnAllocation: ["id", "stocks", "crypto", "options", "etfs", "alpacaAccountId", "createdAt", "updatedAt", "alpacaAccount"],
|
849
849
|
CreateManyAndReturnAuthenticator: ["id", "userId", "credentialID", "publicKey", "counter", "createdAt", "updatedAt", "user"],
|
850
850
|
CreateManyAndReturnAccount: ["id", "userId", "type", "provider", "providerAccountId", "refresh_token", "access_token", "expires_at", "token_type", "scope", "id_token", "session_state", "createdAt", "updatedAt", "user"],
|
851
851
|
CreateManyAndReturnVerificationToken: ["id", "identifier", "token", "expires"],
|
@@ -889,11 +889,11 @@ const inputsInfo = {
|
|
889
889
|
AlpacaAccountWhereUniqueInput: ["id", "AND", "OR", "NOT", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradingPairs", "cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "defaultTrailingStopPercentage100", "firstTrailReductionThreshold100", "secondTrailReductionThreshold100", "firstReducedTrailPercentage100", "secondReducedTrailPercentage100", "minimumPriceChangePercent100", "userId", "createdAt", "updatedAt", "allocation", "user", "alerts"],
|
890
890
|
AlpacaAccountOrderByWithAggregationInput: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradingPairs", "cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "defaultTrailingStopPercentage100", "firstTrailReductionThreshold100", "secondTrailReductionThreshold100", "firstReducedTrailPercentage100", "secondReducedTrailPercentage100", "minimumPriceChangePercent100", "userId", "createdAt", "updatedAt", "_count", "_avg", "_max", "_min", "_sum"],
|
891
891
|
AlpacaAccountScalarWhereWithAggregatesInput: ["AND", "OR", "NOT", "id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradingPairs", "cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "defaultTrailingStopPercentage100", "firstTrailReductionThreshold100", "secondTrailReductionThreshold100", "firstReducedTrailPercentage100", "secondReducedTrailPercentage100", "minimumPriceChangePercent100", "userId", "createdAt", "updatedAt"],
|
892
|
-
AllocationWhereInput: ["AND", "OR", "NOT", "id", "stocks", "crypto", "etfs", "alpacaAccountId", "createdAt", "updatedAt", "alpacaAccount"],
|
893
|
-
AllocationOrderByWithRelationInput: ["id", "stocks", "crypto", "etfs", "alpacaAccountId", "createdAt", "updatedAt", "alpacaAccount"],
|
894
|
-
AllocationWhereUniqueInput: ["id", "alpacaAccountId", "AND", "OR", "NOT", "stocks", "crypto", "etfs", "createdAt", "updatedAt", "alpacaAccount"],
|
895
|
-
AllocationOrderByWithAggregationInput: ["id", "stocks", "crypto", "etfs", "alpacaAccountId", "createdAt", "updatedAt", "_count", "_avg", "_max", "_min", "_sum"],
|
896
|
-
AllocationScalarWhereWithAggregatesInput: ["AND", "OR", "NOT", "id", "stocks", "crypto", "etfs", "alpacaAccountId", "createdAt", "updatedAt"],
|
892
|
+
AllocationWhereInput: ["AND", "OR", "NOT", "id", "stocks", "crypto", "options", "etfs", "alpacaAccountId", "createdAt", "updatedAt", "alpacaAccount"],
|
893
|
+
AllocationOrderByWithRelationInput: ["id", "stocks", "crypto", "options", "etfs", "alpacaAccountId", "createdAt", "updatedAt", "alpacaAccount"],
|
894
|
+
AllocationWhereUniqueInput: ["id", "alpacaAccountId", "AND", "OR", "NOT", "stocks", "crypto", "options", "etfs", "createdAt", "updatedAt", "alpacaAccount"],
|
895
|
+
AllocationOrderByWithAggregationInput: ["id", "stocks", "crypto", "options", "etfs", "alpacaAccountId", "createdAt", "updatedAt", "_count", "_avg", "_max", "_min", "_sum"],
|
896
|
+
AllocationScalarWhereWithAggregatesInput: ["AND", "OR", "NOT", "id", "stocks", "crypto", "options", "etfs", "alpacaAccountId", "createdAt", "updatedAt"],
|
897
897
|
AuthenticatorWhereInput: ["AND", "OR", "NOT", "id", "userId", "credentialID", "publicKey", "counter", "createdAt", "updatedAt", "user"],
|
898
898
|
AuthenticatorOrderByWithRelationInput: ["id", "userId", "credentialID", "publicKey", "counter", "createdAt", "updatedAt", "user"],
|
899
899
|
AuthenticatorWhereUniqueInput: ["id", "credentialID", "AND", "OR", "NOT", "userId", "publicKey", "counter", "createdAt", "updatedAt", "user"],
|
@@ -970,10 +970,10 @@ const inputsInfo = {
|
|
970
970
|
AlpacaAccountUpdateInput: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradingPairs", "cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "defaultTrailingStopPercentage100", "firstTrailReductionThreshold100", "secondTrailReductionThreshold100", "firstReducedTrailPercentage100", "secondReducedTrailPercentage100", "minimumPriceChangePercent100", "createdAt", "updatedAt", "allocation", "user", "alerts"],
|
971
971
|
AlpacaAccountCreateManyInput: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradingPairs", "cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "defaultTrailingStopPercentage100", "firstTrailReductionThreshold100", "secondTrailReductionThreshold100", "firstReducedTrailPercentage100", "secondReducedTrailPercentage100", "minimumPriceChangePercent100", "userId", "createdAt", "updatedAt"],
|
972
972
|
AlpacaAccountUpdateManyMutationInput: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradingPairs", "cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "defaultTrailingStopPercentage100", "firstTrailReductionThreshold100", "secondTrailReductionThreshold100", "firstReducedTrailPercentage100", "secondReducedTrailPercentage100", "minimumPriceChangePercent100", "createdAt", "updatedAt"],
|
973
|
-
AllocationCreateInput: ["id", "stocks", "crypto", "etfs", "createdAt", "updatedAt", "alpacaAccount"],
|
974
|
-
AllocationUpdateInput: ["id", "stocks", "crypto", "etfs", "createdAt", "updatedAt", "alpacaAccount"],
|
975
|
-
AllocationCreateManyInput: ["id", "stocks", "crypto", "etfs", "alpacaAccountId", "createdAt", "updatedAt"],
|
976
|
-
AllocationUpdateManyMutationInput: ["id", "stocks", "crypto", "etfs", "createdAt", "updatedAt"],
|
973
|
+
AllocationCreateInput: ["id", "stocks", "crypto", "options", "etfs", "createdAt", "updatedAt", "alpacaAccount"],
|
974
|
+
AllocationUpdateInput: ["id", "stocks", "crypto", "options", "etfs", "createdAt", "updatedAt", "alpacaAccount"],
|
975
|
+
AllocationCreateManyInput: ["id", "stocks", "crypto", "options", "etfs", "alpacaAccountId", "createdAt", "updatedAt"],
|
976
|
+
AllocationUpdateManyMutationInput: ["id", "stocks", "crypto", "options", "etfs", "createdAt", "updatedAt"],
|
977
977
|
AuthenticatorCreateInput: ["id", "credentialID", "publicKey", "counter", "createdAt", "updatedAt", "user"],
|
978
978
|
AuthenticatorUpdateInput: ["id", "credentialID", "publicKey", "counter", "createdAt", "updatedAt", "user"],
|
979
979
|
AuthenticatorCreateManyInput: ["id", "userId", "credentialID", "publicKey", "counter", "createdAt", "updatedAt"],
|
@@ -1082,11 +1082,11 @@ const inputsInfo = {
|
|
1082
1082
|
BoolWithAggregatesFilter: ["equals", "not", "_count", "_min", "_max"],
|
1083
1083
|
FloatWithAggregatesFilter: ["equals", "in", "notIn", "lt", "lte", "gt", "gte", "not", "_count", "_avg", "_sum", "_min", "_max"],
|
1084
1084
|
AlpacaAccountRelationFilter: ["is", "isNot"],
|
1085
|
-
AllocationCountOrderByAggregateInput: ["id", "stocks", "crypto", "etfs", "alpacaAccountId", "createdAt", "updatedAt"],
|
1086
|
-
AllocationAvgOrderByAggregateInput: ["stocks", "crypto", "etfs"],
|
1087
|
-
AllocationMaxOrderByAggregateInput: ["id", "stocks", "crypto", "etfs", "alpacaAccountId", "createdAt", "updatedAt"],
|
1088
|
-
AllocationMinOrderByAggregateInput: ["id", "stocks", "crypto", "etfs", "alpacaAccountId", "createdAt", "updatedAt"],
|
1089
|
-
AllocationSumOrderByAggregateInput: ["stocks", "crypto", "etfs"],
|
1085
|
+
AllocationCountOrderByAggregateInput: ["id", "stocks", "crypto", "options", "etfs", "alpacaAccountId", "createdAt", "updatedAt"],
|
1086
|
+
AllocationAvgOrderByAggregateInput: ["stocks", "crypto", "options", "etfs"],
|
1087
|
+
AllocationMaxOrderByAggregateInput: ["id", "stocks", "crypto", "options", "etfs", "alpacaAccountId", "createdAt", "updatedAt"],
|
1088
|
+
AllocationMinOrderByAggregateInput: ["id", "stocks", "crypto", "options", "etfs", "alpacaAccountId", "createdAt", "updatedAt"],
|
1089
|
+
AllocationSumOrderByAggregateInput: ["stocks", "crypto", "options", "etfs"],
|
1090
1090
|
IntFilter: ["equals", "in", "notIn", "lt", "lte", "gt", "gte", "not"],
|
1091
1091
|
AuthenticatorCountOrderByAggregateInput: ["id", "userId", "credentialID", "publicKey", "counter", "createdAt", "updatedAt"],
|
1092
1092
|
AuthenticatorAvgOrderByAggregateInput: ["counter"],
|
@@ -1331,7 +1331,7 @@ const inputsInfo = {
|
|
1331
1331
|
AlpacaAccountUpdateWithWhereUniqueWithoutUserInput: ["where", "data"],
|
1332
1332
|
AlpacaAccountUpdateManyWithWhereWithoutUserInput: ["where", "data"],
|
1333
1333
|
AlpacaAccountScalarWhereInput: ["AND", "OR", "NOT", "id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradingPairs", "cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "defaultTrailingStopPercentage100", "firstTrailReductionThreshold100", "secondTrailReductionThreshold100", "firstReducedTrailPercentage100", "secondReducedTrailPercentage100", "minimumPriceChangePercent100", "userId", "createdAt", "updatedAt"],
|
1334
|
-
AllocationCreateWithoutAlpacaAccountInput: ["id", "stocks", "crypto", "etfs", "createdAt", "updatedAt"],
|
1334
|
+
AllocationCreateWithoutAlpacaAccountInput: ["id", "stocks", "crypto", "options", "etfs", "createdAt", "updatedAt"],
|
1335
1335
|
AllocationCreateOrConnectWithoutAlpacaAccountInput: ["where", "create"],
|
1336
1336
|
UserCreateWithoutAlpacaAccountsInput: ["id", "name", "email", "emailVerified", "image", "createdAt", "updatedAt", "role", "bio", "jobTitle", "currentAccount", "plan", "openaiAPIKey", "openaiModel", "customer", "accounts", "sessions", "authenticators"],
|
1337
1337
|
UserCreateOrConnectWithoutAlpacaAccountsInput: ["where", "create"],
|
@@ -1340,7 +1340,7 @@ const inputsInfo = {
|
|
1340
1340
|
AlertCreateManyAlpacaAccountInputEnvelope: ["data", "skipDuplicates"],
|
1341
1341
|
AllocationUpsertWithoutAlpacaAccountInput: ["update", "create", "where"],
|
1342
1342
|
AllocationUpdateToOneWithWhereWithoutAlpacaAccountInput: ["where", "data"],
|
1343
|
-
AllocationUpdateWithoutAlpacaAccountInput: ["id", "stocks", "crypto", "etfs", "createdAt", "updatedAt"],
|
1343
|
+
AllocationUpdateWithoutAlpacaAccountInput: ["id", "stocks", "crypto", "options", "etfs", "createdAt", "updatedAt"],
|
1344
1344
|
UserUpsertWithoutAlpacaAccountsInput: ["update", "create", "where"],
|
1345
1345
|
UserUpdateToOneWithWhereWithoutAlpacaAccountsInput: ["where", "data"],
|
1346
1346
|
UserUpdateWithoutAlpacaAccountsInput: ["id", "name", "email", "emailVerified", "image", "createdAt", "updatedAt", "role", "bio", "jobTitle", "currentAccount", "plan", "openaiAPIKey", "openaiModel", "customer", "accounts", "sessions", "authenticators"],
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"AllocationScalarFieldEnum.d.ts","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/enums/AllocationScalarFieldEnum.ts"],"names":[],"mappings":"AAEA,oBAAY,yBAAyB;IACnC,EAAE,OAAO;IACT,MAAM,WAAW;IACjB,MAAM,WAAW;IACjB,IAAI,SAAS;IACb,eAAe,oBAAoB;IACnC,SAAS,cAAc;IACvB,SAAS,cAAc;CACxB"}
|
1
|
+
{"version":3,"file":"AllocationScalarFieldEnum.d.ts","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/enums/AllocationScalarFieldEnum.ts"],"names":[],"mappings":"AAEA,oBAAY,yBAAyB;IACnC,EAAE,OAAO;IACT,MAAM,WAAW;IACjB,MAAM,WAAW;IACjB,OAAO,YAAY;IACnB,IAAI,SAAS;IACb,eAAe,oBAAoB;IACnC,SAAS,cAAc;IACvB,SAAS,cAAc;CACxB"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"AllocationScalarFieldEnum.js","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/enums/AllocationScalarFieldEnum.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAE5C,MAAM,CAAN,IAAY,
|
1
|
+
{"version":3,"file":"AllocationScalarFieldEnum.js","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/enums/AllocationScalarFieldEnum.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAE5C,MAAM,CAAN,IAAY,yBASX;AATD,WAAY,yBAAyB;IACnC,sCAAS,CAAA;IACT,8CAAiB,CAAA;IACjB,8CAAiB,CAAA;IACjB,gDAAmB,CAAA;IACnB,0CAAa,CAAA;IACb,gEAAmC,CAAA;IACnC,oDAAuB,CAAA;IACvB,oDAAuB,CAAA;AACzB,CAAC,EATW,yBAAyB,KAAzB,yBAAyB,QASpC;AACD,WAAW,CAAC,gBAAgB,CAAC,yBAAyB,EAAE;IACtD,IAAI,EAAE,2BAA2B;IACjC,WAAW,EAAE,SAAS;CACvB,CAAC,CAAC"}
|
@@ -4,6 +4,7 @@ export var AllocationScalarFieldEnum;
|
|
4
4
|
AllocationScalarFieldEnum["id"] = "id";
|
5
5
|
AllocationScalarFieldEnum["stocks"] = "stocks";
|
6
6
|
AllocationScalarFieldEnum["crypto"] = "crypto";
|
7
|
+
AllocationScalarFieldEnum["options"] = "options";
|
7
8
|
AllocationScalarFieldEnum["etfs"] = "etfs";
|
8
9
|
AllocationScalarFieldEnum["alpacaAccountId"] = "alpacaAccountId";
|
9
10
|
AllocationScalarFieldEnum["createdAt"] = "createdAt";
|
@@ -9,6 +9,7 @@ export declare enum TradeStrategy {
|
|
9
9
|
EVENT_DRIVEN = "EVENT_DRIVEN",
|
10
10
|
BREAKOUT_STRATEGY = "BREAKOUT_STRATEGY",
|
11
11
|
ORDER_FLOW_TRADING = "ORDER_FLOW_TRADING",
|
12
|
+
OPTIONS_SPREAD = "OPTIONS_SPREAD",
|
12
13
|
NO_STRATEGY = "NO_STRATEGY"
|
13
14
|
}
|
14
15
|
//# sourceMappingURL=TradeStrategy.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"TradeStrategy.d.ts","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/enums/TradeStrategy.ts"],"names":[],"mappings":"AAEA,oBAAY,aAAa;IACvB,kBAAkB,uBAAuB;IACzC,eAAe,oBAAoB;IACnC,cAAc,mBAAmB;IACjC,iBAAiB,sBAAsB;IACvC,mBAAmB,wBAAwB;IAC3C,QAAQ,aAAa;IACrB,kBAAkB,uBAAuB;IACzC,YAAY,iBAAiB;IAC7B,iBAAiB,sBAAsB;IACvC,kBAAkB,uBAAuB;IACzC,WAAW,gBAAgB;CAC5B"}
|
1
|
+
{"version":3,"file":"TradeStrategy.d.ts","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/enums/TradeStrategy.ts"],"names":[],"mappings":"AAEA,oBAAY,aAAa;IACvB,kBAAkB,uBAAuB;IACzC,eAAe,oBAAoB;IACnC,cAAc,mBAAmB;IACjC,iBAAiB,sBAAsB;IACvC,mBAAmB,wBAAwB;IAC3C,QAAQ,aAAa;IACrB,kBAAkB,uBAAuB;IACzC,YAAY,iBAAiB;IAC7B,iBAAiB,sBAAsB;IACvC,kBAAkB,uBAAuB;IACzC,cAAc,mBAAmB;IACjC,WAAW,gBAAgB;CAC5B"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"TradeStrategy.js","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/enums/TradeStrategy.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAE5C,MAAM,CAAN,IAAY,
|
1
|
+
{"version":3,"file":"TradeStrategy.js","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/enums/TradeStrategy.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAE5C,MAAM,CAAN,IAAY,aAaX;AAbD,WAAY,aAAa;IACvB,0DAAyC,CAAA;IACzC,oDAAmC,CAAA;IACnC,kDAAiC,CAAA;IACjC,wDAAuC,CAAA;IACvC,4DAA2C,CAAA;IAC3C,sCAAqB,CAAA;IACrB,0DAAyC,CAAA;IACzC,8CAA6B,CAAA;IAC7B,wDAAuC,CAAA;IACvC,0DAAyC,CAAA;IACzC,kDAAiC,CAAA;IACjC,4CAA2B,CAAA;AAC7B,CAAC,EAbW,aAAa,KAAb,aAAa,QAaxB;AACD,WAAW,CAAC,gBAAgB,CAAC,aAAa,EAAE;IAC1C,IAAI,EAAE,eAAe;IACrB,WAAW,EAAE,SAAS;CACvB,CAAC,CAAC"}
|
@@ -11,6 +11,7 @@ export var TradeStrategy;
|
|
11
11
|
TradeStrategy["EVENT_DRIVEN"] = "EVENT_DRIVEN";
|
12
12
|
TradeStrategy["BREAKOUT_STRATEGY"] = "BREAKOUT_STRATEGY";
|
13
13
|
TradeStrategy["ORDER_FLOW_TRADING"] = "ORDER_FLOW_TRADING";
|
14
|
+
TradeStrategy["OPTIONS_SPREAD"] = "OPTIONS_SPREAD";
|
14
15
|
TradeStrategy["NO_STRATEGY"] = "NO_STRATEGY";
|
15
16
|
})(TradeStrategy || (TradeStrategy = {}));
|
16
17
|
TypeGraphQL.registerEnumType(TradeStrategy, {
|
@@ -12,6 +12,10 @@ export declare class Allocation {
|
|
12
12
|
* Percentage allocation for cryptocurrencies in the account.
|
13
13
|
*/
|
14
14
|
crypto: number;
|
15
|
+
/**
|
16
|
+
* Percentage allocation for options in the account.
|
17
|
+
*/
|
18
|
+
options: number;
|
15
19
|
/**
|
16
20
|
* Percentage allocation for ETFs in the account.
|
17
21
|
*/
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Allocation.d.ts","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/models/Allocation.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAExD,qBACa,UAAU;IACrB;;OAEG;IAKH,EAAE,EAAG,MAAM,CAAC;IAEZ;;OAEG;IAKH,MAAM,EAAG,MAAM,CAAC;IAEhB;;OAEG;IAKH,MAAM,EAAG,MAAM,CAAC;IAEhB;;OAEG;IAKH,IAAI,EAAG,MAAM,CAAC;IAEd;;OAEG;IAKH,eAAe,EAAG,MAAM,CAAC;IAEzB;;OAEG;IACH,aAAa,CAAC,EAAE,aAAa,CAAC;IAE9B;;OAEG;IAKH,SAAS,EAAG,IAAI,CAAC;IAEjB;;OAEG;IAKH,SAAS,EAAG,IAAI,CAAC;CAClB"}
|
1
|
+
{"version":3,"file":"Allocation.d.ts","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/models/Allocation.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAExD,qBACa,UAAU;IACrB;;OAEG;IAKH,EAAE,EAAG,MAAM,CAAC;IAEZ;;OAEG;IAKH,MAAM,EAAG,MAAM,CAAC;IAEhB;;OAEG;IAKH,MAAM,EAAG,MAAM,CAAC;IAEhB;;OAEG;IAKH,OAAO,EAAG,MAAM,CAAC;IAEjB;;OAEG;IAKH,IAAI,EAAG,MAAM,CAAC;IAEd;;OAEG;IAKH,eAAe,EAAG,MAAM,CAAC;IAEzB;;OAEG;IACH,aAAa,CAAC,EAAE,aAAa,CAAC;IAE9B;;OAEG;IAKH,SAAS,EAAG,IAAI,CAAC;IAEjB;;OAEG;IAKH,SAAS,EAAG,IAAI,CAAC;CAClB"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Allocation.js","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/models/Allocation.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAOrC,IAAM,UAAU,GAAhB,MAAM,UAAU;IACrB;;OAEG;IAKH,EAAE,CAAU;IAEZ;;OAEG;IAKH,MAAM,CAAU;IAEhB;;OAEG;IAKH,MAAM,CAAU;IAEhB;;OAEG;IAKH,IAAI,CAAU;IAEd;;OAEG;IAKH,eAAe,CAAU;IAEzB;;OAEG;IACH,aAAa,CAAiB;IAE9B;;OAEG;IAKH,SAAS,CAAQ;IAEjB;;OAEG;IAKH,SAAS,CAAQ;CAClB,CAAA;
|
1
|
+
{"version":3,"file":"Allocation.js","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/models/Allocation.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAOrC,IAAM,UAAU,GAAhB,MAAM,UAAU;IACrB;;OAEG;IAKH,EAAE,CAAU;IAEZ;;OAEG;IAKH,MAAM,CAAU;IAEhB;;OAEG;IAKH,MAAM,CAAU;IAEhB;;OAEG;IAKH,OAAO,CAAU;IAEjB;;OAEG;IAKH,IAAI,CAAU;IAEd;;OAEG;IAKH,eAAe,CAAU;IAEzB;;OAEG;IACH,aAAa,CAAiB;IAE9B;;OAEG;IAKH,SAAS,CAAQ;IAEjB;;OAEG;IAKH,SAAS,CAAQ;CAClB,CAAA;AArEC;IAJC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,MAAM,EAAE;QAClC,QAAQ,EAAE,KAAK;QACf,WAAW,EAAE,qEAAqE;KACnF,CAAC;;sCACU;AASZ;IAJC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,KAAK,EAAE;QAC7C,QAAQ,EAAE,KAAK;QACf,WAAW,EAAE,kDAAkD;KAChE,CAAC;;0CACc;AAShB;IAJC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,KAAK,EAAE;QAC7C,QAAQ,EAAE,KAAK;QACf,WAAW,EAAE,4DAA4D;KAC1E,CAAC;;0CACc;AAShB;IAJC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,KAAK,EAAE;QAC7C,QAAQ,EAAE,KAAK;QACf,WAAW,EAAE,mDAAmD;KACjE,CAAC;;2CACe;AASjB;IAJC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,KAAK,EAAE;QAC7C,QAAQ,EAAE,KAAK;QACf,WAAW,EAAE,gDAAgD;KAC9D,CAAC;;wCACY;AASd;IAJC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,MAAM,EAAE;QAClC,QAAQ,EAAE,KAAK;QACf,WAAW,EAAE,+FAA+F;KAC7G,CAAC;;mDACuB;AAczB;IAJC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,IAAI,EAAE;QAChC,QAAQ,EAAE,KAAK;QACf,WAAW,EAAE,2EAA2E;KACzF,CAAC;8BACU,IAAI;6CAAC;AASjB;IAJC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,IAAI,EAAE;QAChC,QAAQ,EAAE,KAAK;QACf,WAAW,EAAE,gFAAgF;KAC9F,CAAC;8BACU,IAAI;6CAAC;AA5EN,UAAU;IADtB,WAAW,CAAC,UAAU,CAAC,YAAY,EAAE,EAAE,CAAC;GAC5B,UAAU,CA6EtB"}
|
@@ -21,6 +21,10 @@ let Allocation = class Allocation {
|
|
21
21
|
* Percentage allocation for cryptocurrencies in the account.
|
22
22
|
*/
|
23
23
|
crypto;
|
24
|
+
/**
|
25
|
+
* Percentage allocation for options in the account.
|
26
|
+
*/
|
27
|
+
options;
|
24
28
|
/**
|
25
29
|
* Percentage allocation for ETFs in the account.
|
26
30
|
*/
|
@@ -63,6 +67,13 @@ __decorate([
|
|
63
67
|
}),
|
64
68
|
__metadata("design:type", Number)
|
65
69
|
], Allocation.prototype, "crypto", void 0);
|
70
|
+
__decorate([
|
71
|
+
TypeGraphQL.Field(_type => TypeGraphQL.Float, {
|
72
|
+
nullable: false,
|
73
|
+
description: "Percentage allocation for options in the account."
|
74
|
+
}),
|
75
|
+
__metadata("design:type", Number)
|
76
|
+
], Allocation.prototype, "options", void 0);
|
66
77
|
__decorate([
|
67
78
|
TypeGraphQL.Field(_type => TypeGraphQL.Float, {
|
68
79
|
nullable: false,
|
@@ -16,7 +16,7 @@ export declare class Trade {
|
|
16
16
|
/**
|
17
17
|
* Strategy used to execute the trade.
|
18
18
|
*/
|
19
|
-
strategy: "TECHNICAL_ANALYSIS" | "TREND_FOLLOWING" | "MEAN_REVERSION" | "MOMENTUM_STRATEGY" | "NEWS_BASED_STRATEGY" | "SCALPING" | "VOLATILITY_TRADING" | "EVENT_DRIVEN" | "BREAKOUT_STRATEGY" | "ORDER_FLOW_TRADING" | "NO_STRATEGY";
|
19
|
+
strategy: "TECHNICAL_ANALYSIS" | "TREND_FOLLOWING" | "MEAN_REVERSION" | "MOMENTUM_STRATEGY" | "NEWS_BASED_STRATEGY" | "SCALPING" | "VOLATILITY_TRADING" | "EVENT_DRIVEN" | "BREAKOUT_STRATEGY" | "ORDER_FLOW_TRADING" | "OPTIONS_SPREAD" | "NO_STRATEGY";
|
20
20
|
/**
|
21
21
|
* Analysis supporting the trade decision as markdown text. TYPESTRING.SKIP=true
|
22
22
|
*/
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Trade.d.ts","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/models/Trade.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,MAAM,EAAE,MAAM,kBAAkB,CAAC;AAI1C,OAAO,EAAE,UAAU,EAAE,MAAM,iCAAiC,CAAC;AAE7D,qBACa,KAAK;IAChB;;OAEG;IAKH,EAAE,EAAG,MAAM,CAAC;IAEZ;;OAEG;IAKH,eAAe,EAAG,MAAM,CAAC;IAEzB;;OAEG;IAKH,MAAM,EAAG,cAAc,GAAG,aAAa,GAAG,0BAA0B,GAAG,gBAAgB,GAAG,cAAc,GAAG,gBAAgB,GAAG,0BAA0B,GAAG,gBAAgB,GAAG,cAAc,GAAG,0BAA0B,GAAG,2BAA2B,GAAG,yBAAyB,GAAG,oBAAoB,GAAG,uBAAuB,GAAG,uBAAuB,GAAG,qBAAqB,GAAG,uBAAuB,GAAG,aAAa,GAAG,cAAc,GAAG,sBAAsB,GAAG,uBAAuB,GAAG,4BAA4B,GAAG,iBAAiB,GAAG,kBAAkB,GAAG,eAAe,GAAG,gBAAgB,GAAG,cAAc,GAAG,eAAe,GAAG,aAAa,GAAG,gBAAgB,GAAG,iBAAiB,GAAG,WAAW,CAAC;IAE1rB;;OAEG;IAKH,QAAQ,EAAG,oBAAoB,GAAG,iBAAiB,GAAG,gBAAgB,GAAG,mBAAmB,GAAG,qBAAqB,GAAG,UAAU,GAAG,oBAAoB,GAAG,cAAc,GAAG,mBAAmB,GAAG,oBAAoB,GAAG,aAAa,CAAC;
|
1
|
+
{"version":3,"file":"Trade.d.ts","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/models/Trade.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,MAAM,EAAE,MAAM,kBAAkB,CAAC;AAI1C,OAAO,EAAE,UAAU,EAAE,MAAM,iCAAiC,CAAC;AAE7D,qBACa,KAAK;IAChB;;OAEG;IAKH,EAAE,EAAG,MAAM,CAAC;IAEZ;;OAEG;IAKH,eAAe,EAAG,MAAM,CAAC;IAEzB;;OAEG;IAKH,MAAM,EAAG,cAAc,GAAG,aAAa,GAAG,0BAA0B,GAAG,gBAAgB,GAAG,cAAc,GAAG,gBAAgB,GAAG,0BAA0B,GAAG,gBAAgB,GAAG,cAAc,GAAG,0BAA0B,GAAG,2BAA2B,GAAG,yBAAyB,GAAG,oBAAoB,GAAG,uBAAuB,GAAG,uBAAuB,GAAG,qBAAqB,GAAG,uBAAuB,GAAG,aAAa,GAAG,cAAc,GAAG,sBAAsB,GAAG,uBAAuB,GAAG,4BAA4B,GAAG,iBAAiB,GAAG,kBAAkB,GAAG,eAAe,GAAG,gBAAgB,GAAG,cAAc,GAAG,eAAe,GAAG,aAAa,GAAG,gBAAgB,GAAG,iBAAiB,GAAG,WAAW,CAAC;IAE1rB;;OAEG;IAKH,QAAQ,EAAG,oBAAoB,GAAG,iBAAiB,GAAG,gBAAgB,GAAG,mBAAmB,GAAG,qBAAqB,GAAG,UAAU,GAAG,oBAAoB,GAAG,cAAc,GAAG,mBAAmB,GAAG,oBAAoB,GAAG,gBAAgB,GAAG,aAAa,CAAC;IAE1P;;OAEG;IAKH,QAAQ,EAAG,MAAM,CAAC;IAElB;;OAEG;IAKH,OAAO,EAAG,MAAM,CAAC;IAEjB;;OAEG;IAKH,UAAU,EAAG,MAAM,CAAC;IAEpB;;OAEG;IAKH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAE1B;;OAEG;IAKH,SAAS,EAAG,IAAI,CAAC;IAEjB;;OAEG;IAKH,SAAS,EAAG,IAAI,CAAC;IAEjB;;OAEG;IAKH,MAAM,EAAG,SAAS,GAAG,MAAM,GAAG,SAAS,GAAG,WAAW,GAAG,UAAU,CAAC;IAEnE;;OAEG;IAKH,MAAM,EAAG,MAAM,CAAC;IAEhB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;IAEnB;;OAEG;IAKH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAE3B;;OAEG;IAKH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAE1B;;OAEG;IAKH,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAEzB;;OAEG;IAKH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAExB;;OAEG;IAKH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAE3B;;OAEG;IAKH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAE1B;;OAEG;IAKH,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAExB;;OAEG;IAKH,QAAQ,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAEvB;;OAEG;IAKH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAE1B;;OAEG;IAKH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAE3B;;OAEG;IAKH,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAEhC;;OAEG;IAKH,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAE5B;;OAEG;IAKH,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAEjC;;OAEG;IAKH,qBAAqB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAEtC;;OAEG;IAKH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAK/B,MAAM,CAAC,EAAE,UAAU,GAAG,IAAI,CAAC;CAC5B"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Trade.js","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/models/Trade.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAK5C,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AACnD,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AACnD,OAAO,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;AACvD,OAAO,EAAE,UAAU,EAAE,MAAM,iCAAiC,CAAC;AAGtD,IAAM,KAAK,GAAX,MAAM,KAAK;IAChB;;OAEG;IAKH,EAAE,CAAU;IAEZ;;OAEG;IAKH,eAAe,CAAU;IAEzB;;OAEG;IAKH,MAAM,CAAorB;IAE1rB;;OAEG;IAKH,QAAQ,
|
1
|
+
{"version":3,"file":"Trade.js","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/models/Trade.ts"],"names":[],"mappings":"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"}
|
package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindFirstAllocationArgs.d.ts
CHANGED
@@ -7,6 +7,6 @@ export declare class FindFirstAllocationArgs {
|
|
7
7
|
cursor?: AllocationWhereUniqueInput | undefined;
|
8
8
|
take?: number | undefined;
|
9
9
|
skip?: number | undefined;
|
10
|
-
distinct?: Array<"id" | "stocks" | "crypto" | "etfs" | "alpacaAccountId" | "createdAt" | "updatedAt"> | undefined;
|
10
|
+
distinct?: Array<"id" | "stocks" | "crypto" | "options" | "etfs" | "alpacaAccountId" | "createdAt" | "updatedAt"> | undefined;
|
11
11
|
}
|
12
12
|
//# sourceMappingURL=FindFirstAllocationArgs.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"FindFirstAllocationArgs.d.ts","sourceRoot":"","sources":["../../../../../../../../src/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindFirstAllocationArgs.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,kCAAkC,EAAE,MAAM,oDAAoD,CAAC;AACxG,OAAO,EAAE,oBAAoB,EAAE,MAAM,sCAAsC,CAAC;AAC5E,OAAO,EAAE,0BAA0B,EAAE,MAAM,4CAA4C,CAAC;AAGxF,qBACa,uBAAuB;IAIlC,KAAK,CAAC,EAAE,oBAAoB,GAAG,SAAS,CAAC;IAKzC,OAAO,CAAC,EAAE,kCAAkC,EAAE,GAAG,SAAS,CAAC;IAK3D,MAAM,CAAC,EAAE,0BAA0B,GAAG,SAAS,CAAC;IAKhD,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK1B,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK1B,QAAQ,CAAC,EAAE,KAAK,CAAC,IAAI,GAAG,QAAQ,GAAG,QAAQ,GAAG,MAAM,GAAG,iBAAiB,GAAG,WAAW,GAAG,WAAW,CAAC,GAAG,SAAS,CAAC;
|
1
|
+
{"version":3,"file":"FindFirstAllocationArgs.d.ts","sourceRoot":"","sources":["../../../../../../../../src/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindFirstAllocationArgs.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,kCAAkC,EAAE,MAAM,oDAAoD,CAAC;AACxG,OAAO,EAAE,oBAAoB,EAAE,MAAM,sCAAsC,CAAC;AAC5E,OAAO,EAAE,0BAA0B,EAAE,MAAM,4CAA4C,CAAC;AAGxF,qBACa,uBAAuB;IAIlC,KAAK,CAAC,EAAE,oBAAoB,GAAG,SAAS,CAAC;IAKzC,OAAO,CAAC,EAAE,kCAAkC,EAAE,GAAG,SAAS,CAAC;IAK3D,MAAM,CAAC,EAAE,0BAA0B,GAAG,SAAS,CAAC;IAKhD,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK1B,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK1B,QAAQ,CAAC,EAAE,KAAK,CAAC,IAAI,GAAG,QAAQ,GAAG,QAAQ,GAAG,SAAS,GAAG,MAAM,GAAG,iBAAiB,GAAG,WAAW,GAAG,WAAW,CAAC,GAAG,SAAS,CAAC;CAC/H"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"FindFirstAllocationArgs.js","sourceRoot":"","sources":["../../../../../../../../src/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindFirstAllocationArgs.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAE5C,OAAO,EAAE,kCAAkC,EAAE,MAAM,oDAAoD,CAAC;AACxG,OAAO,EAAE,oBAAoB,EAAE,MAAM,sCAAsC,CAAC;AAC5E,OAAO,EAAE,0BAA0B,EAAE,MAAM,4CAA4C,CAAC;AACxF,OAAO,EAAE,yBAAyB,EAAE,MAAM,6CAA6C,CAAC;AAGjF,IAAM,uBAAuB,GAA7B,MAAM,uBAAuB;IAIlC,KAAK,CAAoC;IAKzC,OAAO,CAAoD;IAK3D,MAAM,CAA0C;IAKhD,IAAI,CAAsB;IAK1B,IAAI,CAAsB;IAK1B,QAAQ,
|
1
|
+
{"version":3,"file":"FindFirstAllocationArgs.js","sourceRoot":"","sources":["../../../../../../../../src/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindFirstAllocationArgs.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAE5C,OAAO,EAAE,kCAAkC,EAAE,MAAM,oDAAoD,CAAC;AACxG,OAAO,EAAE,oBAAoB,EAAE,MAAM,sCAAsC,CAAC;AAC5E,OAAO,EAAE,0BAA0B,EAAE,MAAM,4CAA4C,CAAC;AACxF,OAAO,EAAE,yBAAyB,EAAE,MAAM,6CAA6C,CAAC;AAGjF,IAAM,uBAAuB,GAA7B,MAAM,uBAAuB;IAIlC,KAAK,CAAoC;IAKzC,OAAO,CAAoD;IAK3D,MAAM,CAA0C;IAKhD,IAAI,CAAsB;IAK1B,IAAI,CAAsB;IAK1B,QAAQ,CAAsH;CAC/H,CAAA;AA1BC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,oBAAoB,EAAE;QAChD,QAAQ,EAAE,IAAI;KACf,CAAC;;sDACuC;AAKzC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,kCAAkC,CAAC,EAAE;QAChE,QAAQ,EAAE,IAAI;KACf,CAAC;;wDACyD;AAK3D;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,0BAA0B,EAAE;QACtD,QAAQ,EAAE,IAAI;KACf,CAAC;;uDAC8C;AAKhD;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;qDACwB;AAK1B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;qDACwB;AAK1B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,yBAAyB,CAAC,EAAE;QACvD,QAAQ,EAAE,IAAI;KACf,CAAC;;yDAC4H;AA7BnH,uBAAuB;IADnC,WAAW,CAAC,QAAQ,EAAE;GACV,uBAAuB,CA8BnC"}
|
@@ -7,6 +7,6 @@ export declare class FindFirstAllocationOrThrowArgs {
|
|
7
7
|
cursor?: AllocationWhereUniqueInput | undefined;
|
8
8
|
take?: number | undefined;
|
9
9
|
skip?: number | undefined;
|
10
|
-
distinct?: Array<"id" | "stocks" | "crypto" | "etfs" | "alpacaAccountId" | "createdAt" | "updatedAt"> | undefined;
|
10
|
+
distinct?: Array<"id" | "stocks" | "crypto" | "options" | "etfs" | "alpacaAccountId" | "createdAt" | "updatedAt"> | undefined;
|
11
11
|
}
|
12
12
|
//# sourceMappingURL=FindFirstAllocationOrThrowArgs.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"FindFirstAllocationOrThrowArgs.d.ts","sourceRoot":"","sources":["../../../../../../../../src/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindFirstAllocationOrThrowArgs.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,kCAAkC,EAAE,MAAM,oDAAoD,CAAC;AACxG,OAAO,EAAE,oBAAoB,EAAE,MAAM,sCAAsC,CAAC;AAC5E,OAAO,EAAE,0BAA0B,EAAE,MAAM,4CAA4C,CAAC;AAGxF,qBACa,8BAA8B;IAIzC,KAAK,CAAC,EAAE,oBAAoB,GAAG,SAAS,CAAC;IAKzC,OAAO,CAAC,EAAE,kCAAkC,EAAE,GAAG,SAAS,CAAC;IAK3D,MAAM,CAAC,EAAE,0BAA0B,GAAG,SAAS,CAAC;IAKhD,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK1B,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK1B,QAAQ,CAAC,EAAE,KAAK,CAAC,IAAI,GAAG,QAAQ,GAAG,QAAQ,GAAG,MAAM,GAAG,iBAAiB,GAAG,WAAW,GAAG,WAAW,CAAC,GAAG,SAAS,CAAC;
|
1
|
+
{"version":3,"file":"FindFirstAllocationOrThrowArgs.d.ts","sourceRoot":"","sources":["../../../../../../../../src/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindFirstAllocationOrThrowArgs.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,kCAAkC,EAAE,MAAM,oDAAoD,CAAC;AACxG,OAAO,EAAE,oBAAoB,EAAE,MAAM,sCAAsC,CAAC;AAC5E,OAAO,EAAE,0BAA0B,EAAE,MAAM,4CAA4C,CAAC;AAGxF,qBACa,8BAA8B;IAIzC,KAAK,CAAC,EAAE,oBAAoB,GAAG,SAAS,CAAC;IAKzC,OAAO,CAAC,EAAE,kCAAkC,EAAE,GAAG,SAAS,CAAC;IAK3D,MAAM,CAAC,EAAE,0BAA0B,GAAG,SAAS,CAAC;IAKhD,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK1B,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK1B,QAAQ,CAAC,EAAE,KAAK,CAAC,IAAI,GAAG,QAAQ,GAAG,QAAQ,GAAG,SAAS,GAAG,MAAM,GAAG,iBAAiB,GAAG,WAAW,GAAG,WAAW,CAAC,GAAG,SAAS,CAAC;CAC/H"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"FindFirstAllocationOrThrowArgs.js","sourceRoot":"","sources":["../../../../../../../../src/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindFirstAllocationOrThrowArgs.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAE5C,OAAO,EAAE,kCAAkC,EAAE,MAAM,oDAAoD,CAAC;AACxG,OAAO,EAAE,oBAAoB,EAAE,MAAM,sCAAsC,CAAC;AAC5E,OAAO,EAAE,0BAA0B,EAAE,MAAM,4CAA4C,CAAC;AACxF,OAAO,EAAE,yBAAyB,EAAE,MAAM,6CAA6C,CAAC;AAGjF,IAAM,8BAA8B,GAApC,MAAM,8BAA8B;IAIzC,KAAK,CAAoC;IAKzC,OAAO,CAAoD;IAK3D,MAAM,CAA0C;IAKhD,IAAI,CAAsB;IAK1B,IAAI,CAAsB;IAK1B,QAAQ,
|
1
|
+
{"version":3,"file":"FindFirstAllocationOrThrowArgs.js","sourceRoot":"","sources":["../../../../../../../../src/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindFirstAllocationOrThrowArgs.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAE5C,OAAO,EAAE,kCAAkC,EAAE,MAAM,oDAAoD,CAAC;AACxG,OAAO,EAAE,oBAAoB,EAAE,MAAM,sCAAsC,CAAC;AAC5E,OAAO,EAAE,0BAA0B,EAAE,MAAM,4CAA4C,CAAC;AACxF,OAAO,EAAE,yBAAyB,EAAE,MAAM,6CAA6C,CAAC;AAGjF,IAAM,8BAA8B,GAApC,MAAM,8BAA8B;IAIzC,KAAK,CAAoC;IAKzC,OAAO,CAAoD;IAK3D,MAAM,CAA0C;IAKhD,IAAI,CAAsB;IAK1B,IAAI,CAAsB;IAK1B,QAAQ,CAAsH;CAC/H,CAAA;AA1BC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,oBAAoB,EAAE;QAChD,QAAQ,EAAE,IAAI;KACf,CAAC;;6DACuC;AAKzC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,kCAAkC,CAAC,EAAE;QAChE,QAAQ,EAAE,IAAI;KACf,CAAC;;+DACyD;AAK3D;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,0BAA0B,EAAE;QACtD,QAAQ,EAAE,IAAI;KACf,CAAC;;8DAC8C;AAKhD;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;4DACwB;AAK1B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;4DACwB;AAK1B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,yBAAyB,CAAC,EAAE;QACvD,QAAQ,EAAE,IAAI;KACf,CAAC;;gEAC4H;AA7BnH,8BAA8B;IAD1C,WAAW,CAAC,QAAQ,EAAE;GACV,8BAA8B,CA8B1C"}
|
package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindManyAllocationArgs.d.ts
CHANGED
@@ -7,6 +7,6 @@ export declare class FindManyAllocationArgs {
|
|
7
7
|
cursor?: AllocationWhereUniqueInput | undefined;
|
8
8
|
take?: number | undefined;
|
9
9
|
skip?: number | undefined;
|
10
|
-
distinct?: Array<"id" | "stocks" | "crypto" | "etfs" | "alpacaAccountId" | "createdAt" | "updatedAt"> | undefined;
|
10
|
+
distinct?: Array<"id" | "stocks" | "crypto" | "options" | "etfs" | "alpacaAccountId" | "createdAt" | "updatedAt"> | undefined;
|
11
11
|
}
|
12
12
|
//# sourceMappingURL=FindManyAllocationArgs.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"FindManyAllocationArgs.d.ts","sourceRoot":"","sources":["../../../../../../../../src/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindManyAllocationArgs.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,kCAAkC,EAAE,MAAM,oDAAoD,CAAC;AACxG,OAAO,EAAE,oBAAoB,EAAE,MAAM,sCAAsC,CAAC;AAC5E,OAAO,EAAE,0BAA0B,EAAE,MAAM,4CAA4C,CAAC;AAGxF,qBACa,sBAAsB;IAIjC,KAAK,CAAC,EAAE,oBAAoB,GAAG,SAAS,CAAC;IAKzC,OAAO,CAAC,EAAE,kCAAkC,EAAE,GAAG,SAAS,CAAC;IAK3D,MAAM,CAAC,EAAE,0BAA0B,GAAG,SAAS,CAAC;IAKhD,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK1B,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK1B,QAAQ,CAAC,EAAE,KAAK,CAAC,IAAI,GAAG,QAAQ,GAAG,QAAQ,GAAG,MAAM,GAAG,iBAAiB,GAAG,WAAW,GAAG,WAAW,CAAC,GAAG,SAAS,CAAC;
|
1
|
+
{"version":3,"file":"FindManyAllocationArgs.d.ts","sourceRoot":"","sources":["../../../../../../../../src/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindManyAllocationArgs.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,kCAAkC,EAAE,MAAM,oDAAoD,CAAC;AACxG,OAAO,EAAE,oBAAoB,EAAE,MAAM,sCAAsC,CAAC;AAC5E,OAAO,EAAE,0BAA0B,EAAE,MAAM,4CAA4C,CAAC;AAGxF,qBACa,sBAAsB;IAIjC,KAAK,CAAC,EAAE,oBAAoB,GAAG,SAAS,CAAC;IAKzC,OAAO,CAAC,EAAE,kCAAkC,EAAE,GAAG,SAAS,CAAC;IAK3D,MAAM,CAAC,EAAE,0BAA0B,GAAG,SAAS,CAAC;IAKhD,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK1B,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK1B,QAAQ,CAAC,EAAE,KAAK,CAAC,IAAI,GAAG,QAAQ,GAAG,QAAQ,GAAG,SAAS,GAAG,MAAM,GAAG,iBAAiB,GAAG,WAAW,GAAG,WAAW,CAAC,GAAG,SAAS,CAAC;CAC/H"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"FindManyAllocationArgs.js","sourceRoot":"","sources":["../../../../../../../../src/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindManyAllocationArgs.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAE5C,OAAO,EAAE,kCAAkC,EAAE,MAAM,oDAAoD,CAAC;AACxG,OAAO,EAAE,oBAAoB,EAAE,MAAM,sCAAsC,CAAC;AAC5E,OAAO,EAAE,0BAA0B,EAAE,MAAM,4CAA4C,CAAC;AACxF,OAAO,EAAE,yBAAyB,EAAE,MAAM,6CAA6C,CAAC;AAGjF,IAAM,sBAAsB,GAA5B,MAAM,sBAAsB;IAIjC,KAAK,CAAoC;IAKzC,OAAO,CAAoD;IAK3D,MAAM,CAA0C;IAKhD,IAAI,CAAsB;IAK1B,IAAI,CAAsB;IAK1B,QAAQ,
|
1
|
+
{"version":3,"file":"FindManyAllocationArgs.js","sourceRoot":"","sources":["../../../../../../../../src/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindManyAllocationArgs.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAE5C,OAAO,EAAE,kCAAkC,EAAE,MAAM,oDAAoD,CAAC;AACxG,OAAO,EAAE,oBAAoB,EAAE,MAAM,sCAAsC,CAAC;AAC5E,OAAO,EAAE,0BAA0B,EAAE,MAAM,4CAA4C,CAAC;AACxF,OAAO,EAAE,yBAAyB,EAAE,MAAM,6CAA6C,CAAC;AAGjF,IAAM,sBAAsB,GAA5B,MAAM,sBAAsB;IAIjC,KAAK,CAAoC;IAKzC,OAAO,CAAoD;IAK3D,MAAM,CAA0C;IAKhD,IAAI,CAAsB;IAK1B,IAAI,CAAsB;IAK1B,QAAQ,CAAsH;CAC/H,CAAA;AA1BC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,oBAAoB,EAAE;QAChD,QAAQ,EAAE,IAAI;KACf,CAAC;;qDACuC;AAKzC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,kCAAkC,CAAC,EAAE;QAChE,QAAQ,EAAE,IAAI;KACf,CAAC;;uDACyD;AAK3D;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,0BAA0B,EAAE;QACtD,QAAQ,EAAE,IAAI;KACf,CAAC;;sDAC8C;AAKhD;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;oDACwB;AAK1B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;oDACwB;AAK1B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,yBAAyB,CAAC,EAAE;QACvD,QAAQ,EAAE,IAAI;KACf,CAAC;;wDAC4H;AA7BnH,sBAAsB;IADlC,WAAW,CAAC,QAAQ,EAAE;GACV,sBAAsB,CA8BlC"}
|
package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/args/GroupByAllocationArgs.d.ts
CHANGED
@@ -4,7 +4,7 @@ import { AllocationWhereInput } from "../../../inputs/AllocationWhereInput";
|
|
4
4
|
export declare class GroupByAllocationArgs {
|
5
5
|
where?: AllocationWhereInput | undefined;
|
6
6
|
orderBy?: AllocationOrderByWithAggregationInput[] | undefined;
|
7
|
-
by: Array<"id" | "stocks" | "crypto" | "etfs" | "alpacaAccountId" | "createdAt" | "updatedAt">;
|
7
|
+
by: Array<"id" | "stocks" | "crypto" | "options" | "etfs" | "alpacaAccountId" | "createdAt" | "updatedAt">;
|
8
8
|
having?: AllocationScalarWhereWithAggregatesInput | undefined;
|
9
9
|
take?: number | undefined;
|
10
10
|
skip?: number | undefined;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"GroupByAllocationArgs.d.ts","sourceRoot":"","sources":["../../../../../../../../src/generated/typegraphql-prisma/resolvers/crud/Allocation/args/GroupByAllocationArgs.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,qCAAqC,EAAE,MAAM,uDAAuD,CAAC;AAC9G,OAAO,EAAE,wCAAwC,EAAE,MAAM,0DAA0D,CAAC;AACpH,OAAO,EAAE,oBAAoB,EAAE,MAAM,sCAAsC,CAAC;AAG5E,qBACa,qBAAqB;IAIhC,KAAK,CAAC,EAAE,oBAAoB,GAAG,SAAS,CAAC;IAKzC,OAAO,CAAC,EAAE,qCAAqC,EAAE,GAAG,SAAS,CAAC;IAK9D,EAAE,EAAG,KAAK,CAAC,IAAI,GAAG,QAAQ,GAAG,QAAQ,GAAG,MAAM,GAAG,iBAAiB,GAAG,WAAW,GAAG,WAAW,CAAC,CAAC;
|
1
|
+
{"version":3,"file":"GroupByAllocationArgs.d.ts","sourceRoot":"","sources":["../../../../../../../../src/generated/typegraphql-prisma/resolvers/crud/Allocation/args/GroupByAllocationArgs.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,qCAAqC,EAAE,MAAM,uDAAuD,CAAC;AAC9G,OAAO,EAAE,wCAAwC,EAAE,MAAM,0DAA0D,CAAC;AACpH,OAAO,EAAE,oBAAoB,EAAE,MAAM,sCAAsC,CAAC;AAG5E,qBACa,qBAAqB;IAIhC,KAAK,CAAC,EAAE,oBAAoB,GAAG,SAAS,CAAC;IAKzC,OAAO,CAAC,EAAE,qCAAqC,EAAE,GAAG,SAAS,CAAC;IAK9D,EAAE,EAAG,KAAK,CAAC,IAAI,GAAG,QAAQ,GAAG,QAAQ,GAAG,SAAS,GAAG,MAAM,GAAG,iBAAiB,GAAG,WAAW,GAAG,WAAW,CAAC,CAAC;IAK5G,MAAM,CAAC,EAAE,wCAAwC,GAAG,SAAS,CAAC;IAK9D,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK1B,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAC3B"}
|
package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/args/GroupByAllocationArgs.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"GroupByAllocationArgs.js","sourceRoot":"","sources":["../../../../../../../../src/generated/typegraphql-prisma/resolvers/crud/Allocation/args/GroupByAllocationArgs.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAE5C,OAAO,EAAE,qCAAqC,EAAE,MAAM,uDAAuD,CAAC;AAC9G,OAAO,EAAE,wCAAwC,EAAE,MAAM,0DAA0D,CAAC;AACpH,OAAO,EAAE,oBAAoB,EAAE,MAAM,sCAAsC,CAAC;AAC5E,OAAO,EAAE,yBAAyB,EAAE,MAAM,6CAA6C,CAAC;AAGjF,IAAM,qBAAqB,GAA3B,MAAM,qBAAqB;IAIhC,KAAK,CAAoC;IAKzC,OAAO,CAAuD;IAK9D,EAAE,
|
1
|
+
{"version":3,"file":"GroupByAllocationArgs.js","sourceRoot":"","sources":["../../../../../../../../src/generated/typegraphql-prisma/resolvers/crud/Allocation/args/GroupByAllocationArgs.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAE5C,OAAO,EAAE,qCAAqC,EAAE,MAAM,uDAAuD,CAAC;AAC9G,OAAO,EAAE,wCAAwC,EAAE,MAAM,0DAA0D,CAAC;AACpH,OAAO,EAAE,oBAAoB,EAAE,MAAM,sCAAsC,CAAC;AAC5E,OAAO,EAAE,yBAAyB,EAAE,MAAM,6CAA6C,CAAC;AAGjF,IAAM,qBAAqB,GAA3B,MAAM,qBAAqB;IAIhC,KAAK,CAAoC;IAKzC,OAAO,CAAuD;IAK9D,EAAE,CAA0G;IAK5G,MAAM,CAAwD;IAK9D,IAAI,CAAsB;IAK1B,IAAI,CAAsB;CAC3B,CAAA;AA1BC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,oBAAoB,EAAE;QAChD,QAAQ,EAAE,IAAI;KACf,CAAC;;oDACuC;AAKzC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,qCAAqC,CAAC,EAAE;QACnE,QAAQ,EAAE,IAAI;KACf,CAAC;;sDAC4D;AAK9D;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,yBAAyB,CAAC,EAAE;QACvD,QAAQ,EAAE,KAAK;KAChB,CAAC;8BACG,KAAK;iDAAkG;AAK5G;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,wCAAwC,EAAE;QACpE,QAAQ,EAAE,IAAI;KACf,CAAC;;qDAC4D;AAK9D;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;AA7Bf,qBAAqB;IADjC,WAAW,CAAC,QAAQ,EAAE;GACV,qBAAqB,CA8BjC"}
|
package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationAvgOrderByAggregateInput.d.ts
CHANGED
@@ -1,6 +1,7 @@
|
|
1
1
|
export declare class AllocationAvgOrderByAggregateInput {
|
2
2
|
stocks?: "asc" | "desc" | undefined;
|
3
3
|
crypto?: "asc" | "desc" | undefined;
|
4
|
+
options?: "asc" | "desc" | undefined;
|
4
5
|
etfs?: "asc" | "desc" | undefined;
|
5
6
|
}
|
6
7
|
//# sourceMappingURL=AllocationAvgOrderByAggregateInput.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"AllocationAvgOrderByAggregateInput.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/inputs/AllocationAvgOrderByAggregateInput.ts"],"names":[],"mappings":"AAMA,qBACa,kCAAkC;IAI7C,MAAM,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKpC,MAAM,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKpC,IAAI,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;CACnC"}
|
1
|
+
{"version":3,"file":"AllocationAvgOrderByAggregateInput.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/inputs/AllocationAvgOrderByAggregateInput.ts"],"names":[],"mappings":"AAMA,qBACa,kCAAkC;IAI7C,MAAM,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKpC,MAAM,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKpC,OAAO,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKrC,IAAI,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;CACnC"}
|
package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationAvgOrderByAggregateInput.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"AllocationAvgOrderByAggregateInput.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/inputs/AllocationAvgOrderByAggregateInput.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,MAAM,CAA8B;IAKpC,MAAM,CAA8B;IAKpC,IAAI,CAA8B;CACnC,CAAA;
|
1
|
+
{"version":3,"file":"AllocationAvgOrderByAggregateInput.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/inputs/AllocationAvgOrderByAggregateInput.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,MAAM,CAA8B;IAKpC,MAAM,CAA8B;IAKpC,OAAO,CAA8B;IAKrC,IAAI,CAA8B;CACnC,CAAA;AAhBC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,SAAS,EAAE;QACrC,QAAQ,EAAE,IAAI;KACf,CAAC;;kEACkC;AAKpC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,SAAS,EAAE;QACrC,QAAQ,EAAE,IAAI;KACf,CAAC;;kEACkC;AAKpC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,SAAS,EAAE;QACrC,QAAQ,EAAE,IAAI;KACf,CAAC;;mEACmC;AAKrC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,SAAS,EAAE;QACrC,QAAQ,EAAE,IAAI;KACf,CAAC;;gEACgC;AAnBvB,kCAAkC;IAD9C,WAAW,CAAC,SAAS,CAAC,oCAAoC,EAAE,EAAE,CAAC;GACnD,kCAAkC,CAoB9C"}
|
package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationAvgOrderByAggregateInput.mjs
CHANGED
@@ -12,6 +12,7 @@ import { SortOrder } from "../../enums/SortOrder";
|
|
12
12
|
let AllocationAvgOrderByAggregateInput = class AllocationAvgOrderByAggregateInput {
|
13
13
|
stocks;
|
14
14
|
crypto;
|
15
|
+
options;
|
15
16
|
etfs;
|
16
17
|
};
|
17
18
|
__decorate([
|
@@ -26,6 +27,12 @@ __decorate([
|
|
26
27
|
}),
|
27
28
|
__metadata("design:type", Object)
|
28
29
|
], AllocationAvgOrderByAggregateInput.prototype, "crypto", void 0);
|
30
|
+
__decorate([
|
31
|
+
TypeGraphQL.Field(_type => SortOrder, {
|
32
|
+
nullable: true
|
33
|
+
}),
|
34
|
+
__metadata("design:type", Object)
|
35
|
+
], AllocationAvgOrderByAggregateInput.prototype, "options", void 0);
|
29
36
|
__decorate([
|
30
37
|
TypeGraphQL.Field(_type => SortOrder, {
|
31
38
|
nullable: true
|
package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationCountOrderByAggregateInput.d.ts
CHANGED
@@ -2,6 +2,7 @@ export declare class AllocationCountOrderByAggregateInput {
|
|
2
2
|
id?: "asc" | "desc" | undefined;
|
3
3
|
stocks?: "asc" | "desc" | undefined;
|
4
4
|
crypto?: "asc" | "desc" | undefined;
|
5
|
+
options?: "asc" | "desc" | undefined;
|
5
6
|
etfs?: "asc" | "desc" | undefined;
|
6
7
|
alpacaAccountId?: "asc" | "desc" | undefined;
|
7
8
|
createdAt?: "asc" | "desc" | undefined;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"AllocationCountOrderByAggregateInput.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/inputs/AllocationCountOrderByAggregateInput.ts"],"names":[],"mappings":"AAMA,qBACa,oCAAoC;IAI/C,EAAE,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKhC,MAAM,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKpC,MAAM,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKpC,IAAI,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKlC,eAAe,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAK7C,SAAS,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKvC,SAAS,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;CACxC"}
|
1
|
+
{"version":3,"file":"AllocationCountOrderByAggregateInput.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/inputs/AllocationCountOrderByAggregateInput.ts"],"names":[],"mappings":"AAMA,qBACa,oCAAoC;IAI/C,EAAE,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKhC,MAAM,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKpC,MAAM,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKpC,OAAO,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKrC,IAAI,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKlC,eAAe,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAK7C,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":"AllocationCountOrderByAggregateInput.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/inputs/AllocationCountOrderByAggregateInput.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAI5C,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAG3C,IAAM,oCAAoC,GAA1C,MAAM,oCAAoC;IAI/C,EAAE,CAA8B;IAKhC,MAAM,CAA8B;IAKpC,MAAM,CAA8B;IAKpC,IAAI,CAA8B;IAKlC,eAAe,CAA8B;IAK7C,SAAS,CAA8B;IAKvC,SAAS,CAA8B;CACxC,CAAA;
|
1
|
+
{"version":3,"file":"AllocationCountOrderByAggregateInput.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/inputs/AllocationCountOrderByAggregateInput.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAI5C,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAG3C,IAAM,oCAAoC,GAA1C,MAAM,oCAAoC;IAI/C,EAAE,CAA8B;IAKhC,MAAM,CAA8B;IAKpC,MAAM,CAA8B;IAKpC,OAAO,CAA8B;IAKrC,IAAI,CAA8B;IAKlC,eAAe,CAA8B;IAK7C,SAAS,CAA8B;IAKvC,SAAS,CAA8B;CACxC,CAAA;AApCC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,SAAS,EAAE;QACrC,QAAQ,EAAE,IAAI;KACf,CAAC;;gEAC8B;AAKhC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,SAAS,EAAE;QACrC,QAAQ,EAAE,IAAI;KACf,CAAC;;oEACkC;AAKpC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,SAAS,EAAE;QACrC,QAAQ,EAAE,IAAI;KACf,CAAC;;oEACkC;AAKpC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,SAAS,EAAE;QACrC,QAAQ,EAAE,IAAI;KACf,CAAC;;qEACmC;AAKrC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,SAAS,EAAE;QACrC,QAAQ,EAAE,IAAI;KACf,CAAC;;kEACgC;AAKlC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,SAAS,EAAE;QACrC,QAAQ,EAAE,IAAI;KACf,CAAC;;6EAC2C;AAK7C;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,SAAS,EAAE;QACrC,QAAQ,EAAE,IAAI;KACf,CAAC;;uEACqC;AAKvC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,SAAS,EAAE;QACrC,QAAQ,EAAE,IAAI;KACf,CAAC;;uEACqC;AAvC5B,oCAAoC;IADhD,WAAW,CAAC,SAAS,CAAC,sCAAsC,EAAE,EAAE,CAAC;GACrD,oCAAoC,CAwChD"}
|
package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationCountOrderByAggregateInput.mjs
CHANGED
@@ -13,6 +13,7 @@ let AllocationCountOrderByAggregateInput = class AllocationCountOrderByAggregate
|
|
13
13
|
id;
|
14
14
|
stocks;
|
15
15
|
crypto;
|
16
|
+
options;
|
16
17
|
etfs;
|
17
18
|
alpacaAccountId;
|
18
19
|
createdAt;
|
@@ -36,6 +37,12 @@ __decorate([
|
|
36
37
|
}),
|
37
38
|
__metadata("design:type", Object)
|
38
39
|
], AllocationCountOrderByAggregateInput.prototype, "crypto", void 0);
|
40
|
+
__decorate([
|
41
|
+
TypeGraphQL.Field(_type => SortOrder, {
|
42
|
+
nullable: true
|
43
|
+
}),
|
44
|
+
__metadata("design:type", Object)
|
45
|
+
], AllocationCountOrderByAggregateInput.prototype, "options", void 0);
|
39
46
|
__decorate([
|
40
47
|
TypeGraphQL.Field(_type => SortOrder, {
|
41
48
|
nullable: true
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"AllocationCreateInput.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateInput.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,kDAAkD,EAAE,MAAM,8DAA8D,CAAC;AAElI,qBACa,qBAAqB;IAIhC,EAAE,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAKxB,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK5B,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK5B,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK1B,SAAS,CAAC,EAAE,IAAI,GAAG,SAAS,CAAC;IAK7B,SAAS,CAAC,EAAE,IAAI,GAAG,SAAS,CAAC;IAK7B,aAAa,EAAG,kDAAkD,CAAC;CACpE"}
|
1
|
+
{"version":3,"file":"AllocationCreateInput.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateInput.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,kDAAkD,EAAE,MAAM,8DAA8D,CAAC;AAElI,qBACa,qBAAqB;IAIhC,EAAE,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAKxB,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK5B,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK5B,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK7B,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK1B,SAAS,CAAC,EAAE,IAAI,GAAG,SAAS,CAAC;IAK7B,SAAS,CAAC,EAAE,IAAI,GAAG,SAAS,CAAC;IAK7B,aAAa,EAAG,kDAAkD,CAAC;CACpE"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"AllocationCreateInput.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateInput.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAI5C,OAAO,EAAE,kDAAkD,EAAE,MAAM,8DAA8D,CAAC;AAG3H,IAAM,qBAAqB,GAA3B,MAAM,qBAAqB;IAIhC,EAAE,CAAsB;IAKxB,MAAM,CAAsB;IAK5B,MAAM,CAAsB;IAK5B,IAAI,CAAsB;IAK1B,SAAS,CAAoB;IAK7B,SAAS,CAAoB;IAK7B,aAAa,CAAsD;CACpE,CAAA;
|
1
|
+
{"version":3,"file":"AllocationCreateInput.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateInput.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAI5C,OAAO,EAAE,kDAAkD,EAAE,MAAM,8DAA8D,CAAC;AAG3H,IAAM,qBAAqB,GAA3B,MAAM,qBAAqB;IAIhC,EAAE,CAAsB;IAKxB,MAAM,CAAsB;IAK5B,MAAM,CAAsB;IAK5B,OAAO,CAAsB;IAK7B,IAAI,CAAsB;IAK1B,SAAS,CAAoB;IAK7B,SAAS,CAAoB;IAK7B,aAAa,CAAsD;CACpE,CAAA;AApCC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,MAAM,EAAE;QAClC,QAAQ,EAAE,IAAI;KACf,CAAC;;iDACsB;AAKxB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,KAAK,EAAE;QAC7C,QAAQ,EAAE,IAAI;KACf,CAAC;;qDAC0B;AAK5B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,KAAK,EAAE;QAC7C,QAAQ,EAAE,IAAI;KACf,CAAC;;qDAC0B;AAK5B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,KAAK,EAAE;QAC7C,QAAQ,EAAE,IAAI;KACf,CAAC;;sDAC2B;AAK7B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,KAAK,EAAE;QAC7C,QAAQ,EAAE,IAAI;KACf,CAAC;;mDACwB;AAK1B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,IAAI,EAAE;QAChC,QAAQ,EAAE,IAAI;KACf,CAAC;;wDAC2B;AAK7B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,IAAI,EAAE;QAChC,QAAQ,EAAE,IAAI;KACf,CAAC;;wDAC2B;AAK7B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,kDAAkD,EAAE;QAC9E,QAAQ,EAAE,KAAK;KAChB,CAAC;8BACc,kDAAkD;4DAAC;AAvCxD,qBAAqB;IADjC,WAAW,CAAC,SAAS,CAAC,uBAAuB,EAAE,EAAE,CAAC;GACtC,qBAAqB,CAwCjC"}
|
@@ -13,6 +13,7 @@ let AllocationCreateInput = class AllocationCreateInput {
|
|
13
13
|
id;
|
14
14
|
stocks;
|
15
15
|
crypto;
|
16
|
+
options;
|
16
17
|
etfs;
|
17
18
|
createdAt;
|
18
19
|
updatedAt;
|
@@ -36,6 +37,12 @@ __decorate([
|
|
36
37
|
}),
|
37
38
|
__metadata("design:type", Object)
|
38
39
|
], AllocationCreateInput.prototype, "crypto", void 0);
|
40
|
+
__decorate([
|
41
|
+
TypeGraphQL.Field(_type => TypeGraphQL.Float, {
|
42
|
+
nullable: true
|
43
|
+
}),
|
44
|
+
__metadata("design:type", Object)
|
45
|
+
], AllocationCreateInput.prototype, "options", void 0);
|
39
46
|
__decorate([
|
40
47
|
TypeGraphQL.Field(_type => TypeGraphQL.Float, {
|
41
48
|
nullable: true
|
package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateManyInput.d.ts.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"AllocationCreateManyInput.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateManyInput.ts"],"names":[],"mappings":"AAKA,qBACa,yBAAyB;IAIpC,EAAE,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAKxB,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK5B,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK5B,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK1B,eAAe,EAAG,MAAM,CAAC;IAKzB,SAAS,CAAC,EAAE,IAAI,GAAG,SAAS,CAAC;IAK7B,SAAS,CAAC,EAAE,IAAI,GAAG,SAAS,CAAC;CAC9B"}
|
1
|
+
{"version":3,"file":"AllocationCreateManyInput.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateManyInput.ts"],"names":[],"mappings":"AAKA,qBACa,yBAAyB;IAIpC,EAAE,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAKxB,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK5B,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK5B,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK7B,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK1B,eAAe,EAAG,MAAM,CAAC;IAKzB,SAAS,CAAC,EAAE,IAAI,GAAG,SAAS,CAAC;IAK7B,SAAS,CAAC,EAAE,IAAI,GAAG,SAAS,CAAC;CAC9B"}
|