adaptic-backend 1.0.346 → 1.0.347
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/index.d.ts +1 -1
- 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/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/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/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/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/index.d.ts +1 -1
- 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/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/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/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/package.json +1 -1
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"AllocationCountAggregate.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/AllocationCountAggregate.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAMrC,IAAM,wBAAwB,GAA9B,MAAM,wBAAwB;IAInC,EAAE,CAAU;IAKZ,MAAM,CAAU;IAKhB,MAAM,CAAU;IAKhB,IAAI,CAAU;IAKd,eAAe,CAAU;IAKzB,SAAS,CAAU;IAKnB,SAAS,CAAU;IAKnB,IAAI,CAAU;CACf,CAAA;
|
1
|
+
{"version":3,"file":"AllocationCountAggregate.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/AllocationCountAggregate.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAMrC,IAAM,wBAAwB,GAA9B,MAAM,wBAAwB;IAInC,EAAE,CAAU;IAKZ,MAAM,CAAU;IAKhB,MAAM,CAAU;IAKhB,OAAO,CAAU;IAKjB,IAAI,CAAU;IAKd,eAAe,CAAU;IAKzB,SAAS,CAAU;IAKnB,SAAS,CAAU;IAKnB,IAAI,CAAU;CACf,CAAA;AAzCC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,KAAK;KAChB,CAAC;;oDACU;AAKZ;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,KAAK;KAChB,CAAC;;wDACc;AAKhB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,KAAK;KAChB,CAAC;;wDACc;AAKhB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,KAAK;KAChB,CAAC;;yDACe;AAKjB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,KAAK;KAChB,CAAC;;sDACY;AAKd;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,KAAK;KAChB,CAAC;;iEACuB;AAKzB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,KAAK;KAChB,CAAC;;2DACiB;AAKnB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,KAAK;KAChB,CAAC;;2DACiB;AAKnB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,KAAK;KAChB,CAAC;;sDACY;AA5CH,wBAAwB;IADpC,WAAW,CAAC,UAAU,CAAC,0BAA0B,EAAE,EAAE,CAAC;GAC1C,wBAAwB,CA6CpC"}
|
@@ -12,6 +12,7 @@ let AllocationCountAggregate = class AllocationCountAggregate {
|
|
12
12
|
id;
|
13
13
|
stocks;
|
14
14
|
crypto;
|
15
|
+
options;
|
15
16
|
etfs;
|
16
17
|
alpacaAccountId;
|
17
18
|
createdAt;
|
@@ -36,6 +37,12 @@ __decorate([
|
|
36
37
|
}),
|
37
38
|
__metadata("design:type", Number)
|
38
39
|
], AllocationCountAggregate.prototype, "crypto", void 0);
|
40
|
+
__decorate([
|
41
|
+
TypeGraphQL.Field(_type => TypeGraphQL.Int, {
|
42
|
+
nullable: false
|
43
|
+
}),
|
44
|
+
__metadata("design:type", Number)
|
45
|
+
], AllocationCountAggregate.prototype, "options", void 0);
|
39
46
|
__decorate([
|
40
47
|
TypeGraphQL.Field(_type => TypeGraphQL.Int, {
|
41
48
|
nullable: false
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"AllocationGroupBy.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/AllocationGroupBy.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,sBAAsB,EAAE,MAAM,mCAAmC,CAAC;AAC3E,OAAO,EAAE,wBAAwB,EAAE,MAAM,qCAAqC,CAAC;AAC/E,OAAO,EAAE,sBAAsB,EAAE,MAAM,mCAAmC,CAAC;AAC3E,OAAO,EAAE,sBAAsB,EAAE,MAAM,mCAAmC,CAAC;AAC3E,OAAO,EAAE,sBAAsB,EAAE,MAAM,mCAAmC,CAAC;AAE3E,qBACa,iBAAiB;IAI5B,EAAE,EAAG,MAAM,CAAC;IAKZ,MAAM,EAAG,MAAM,CAAC;IAKhB,MAAM,EAAG,MAAM,CAAC;IAKhB,IAAI,EAAG,MAAM,CAAC;IAKd,eAAe,EAAG,MAAM,CAAC;IAKzB,SAAS,EAAG,IAAI,CAAC;IAKjB,SAAS,EAAG,IAAI,CAAC;IAKjB,MAAM,EAAG,wBAAwB,GAAG,IAAI,CAAC;IAKzC,IAAI,EAAG,sBAAsB,GAAG,IAAI,CAAC;IAKrC,IAAI,EAAG,sBAAsB,GAAG,IAAI,CAAC;IAKrC,IAAI,EAAG,sBAAsB,GAAG,IAAI,CAAC;IAKrC,IAAI,EAAG,sBAAsB,GAAG,IAAI,CAAC;CACtC"}
|
1
|
+
{"version":3,"file":"AllocationGroupBy.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/AllocationGroupBy.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,sBAAsB,EAAE,MAAM,mCAAmC,CAAC;AAC3E,OAAO,EAAE,wBAAwB,EAAE,MAAM,qCAAqC,CAAC;AAC/E,OAAO,EAAE,sBAAsB,EAAE,MAAM,mCAAmC,CAAC;AAC3E,OAAO,EAAE,sBAAsB,EAAE,MAAM,mCAAmC,CAAC;AAC3E,OAAO,EAAE,sBAAsB,EAAE,MAAM,mCAAmC,CAAC;AAE3E,qBACa,iBAAiB;IAI5B,EAAE,EAAG,MAAM,CAAC;IAKZ,MAAM,EAAG,MAAM,CAAC;IAKhB,MAAM,EAAG,MAAM,CAAC;IAKhB,OAAO,EAAG,MAAM,CAAC;IAKjB,IAAI,EAAG,MAAM,CAAC;IAKd,eAAe,EAAG,MAAM,CAAC;IAKzB,SAAS,EAAG,IAAI,CAAC;IAKjB,SAAS,EAAG,IAAI,CAAC;IAKjB,MAAM,EAAG,wBAAwB,GAAG,IAAI,CAAC;IAKzC,IAAI,EAAG,sBAAsB,GAAG,IAAI,CAAC;IAKrC,IAAI,EAAG,sBAAsB,GAAG,IAAI,CAAC;IAKrC,IAAI,EAAG,sBAAsB,GAAG,IAAI,CAAC;IAKrC,IAAI,EAAG,sBAAsB,GAAG,IAAI,CAAC;CACtC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"AllocationGroupBy.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/AllocationGroupBy.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAI5C,OAAO,EAAE,sBAAsB,EAAE,MAAM,mCAAmC,CAAC;AAC3E,OAAO,EAAE,wBAAwB,EAAE,MAAM,qCAAqC,CAAC;AAC/E,OAAO,EAAE,sBAAsB,EAAE,MAAM,mCAAmC,CAAC;AAC3E,OAAO,EAAE,sBAAsB,EAAE,MAAM,mCAAmC,CAAC;AAC3E,OAAO,EAAE,sBAAsB,EAAE,MAAM,mCAAmC,CAAC;AAGpE,IAAM,iBAAiB,GAAvB,MAAM,iBAAiB;IAI5B,EAAE,CAAU;IAKZ,MAAM,CAAU;IAKhB,MAAM,CAAU;IAKhB,IAAI,CAAU;IAKd,eAAe,CAAU;IAKzB,SAAS,CAAQ;IAKjB,SAAS,CAAQ;IAKjB,MAAM,CAAmC;IAKzC,IAAI,CAAiC;IAKrC,IAAI,CAAiC;IAKrC,IAAI,CAAiC;IAKrC,IAAI,CAAiC;CACtC,CAAA;
|
1
|
+
{"version":3,"file":"AllocationGroupBy.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/AllocationGroupBy.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAI5C,OAAO,EAAE,sBAAsB,EAAE,MAAM,mCAAmC,CAAC;AAC3E,OAAO,EAAE,wBAAwB,EAAE,MAAM,qCAAqC,CAAC;AAC/E,OAAO,EAAE,sBAAsB,EAAE,MAAM,mCAAmC,CAAC;AAC3E,OAAO,EAAE,sBAAsB,EAAE,MAAM,mCAAmC,CAAC;AAC3E,OAAO,EAAE,sBAAsB,EAAE,MAAM,mCAAmC,CAAC;AAGpE,IAAM,iBAAiB,GAAvB,MAAM,iBAAiB;IAI5B,EAAE,CAAU;IAKZ,MAAM,CAAU;IAKhB,MAAM,CAAU;IAKhB,OAAO,CAAU;IAKjB,IAAI,CAAU;IAKd,eAAe,CAAU;IAKzB,SAAS,CAAQ;IAKjB,SAAS,CAAQ;IAKjB,MAAM,CAAmC;IAKzC,IAAI,CAAiC;IAKrC,IAAI,CAAiC;IAKrC,IAAI,CAAiC;IAKrC,IAAI,CAAiC;CACtC,CAAA;AA7DC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,MAAM,EAAE;QAClC,QAAQ,EAAE,KAAK;KAChB,CAAC;;6CACU;AAKZ;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,KAAK,EAAE;QAC7C,QAAQ,EAAE,KAAK;KAChB,CAAC;;iDACc;AAKhB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,KAAK,EAAE;QAC7C,QAAQ,EAAE,KAAK;KAChB,CAAC;;iDACc;AAKhB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,KAAK,EAAE;QAC7C,QAAQ,EAAE,KAAK;KAChB,CAAC;;kDACe;AAKjB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,KAAK,EAAE;QAC7C,QAAQ,EAAE,KAAK;KAChB,CAAC;;+CACY;AAKd;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,MAAM,EAAE;QAClC,QAAQ,EAAE,KAAK;KAChB,CAAC;;0DACuB;AAKzB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,IAAI,EAAE;QAChC,QAAQ,EAAE,KAAK;KAChB,CAAC;8BACU,IAAI;oDAAC;AAKjB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,IAAI,EAAE;QAChC,QAAQ,EAAE,KAAK;KAChB,CAAC;8BACU,IAAI;oDAAC;AAKjB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,wBAAwB,EAAE;QACpD,QAAQ,EAAE,IAAI;KACf,CAAC;;iDACuC;AAKzC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,sBAAsB,EAAE;QAClD,QAAQ,EAAE,IAAI;KACf,CAAC;;+CACmC;AAKrC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,sBAAsB,EAAE;QAClD,QAAQ,EAAE,IAAI;KACf,CAAC;;+CACmC;AAKrC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,sBAAsB,EAAE;QAClD,QAAQ,EAAE,IAAI;KACf,CAAC;;+CACmC;AAKrC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,sBAAsB,EAAE;QAClD,QAAQ,EAAE,IAAI;KACf,CAAC;;+CACmC;AAhE1B,iBAAiB;IAD7B,WAAW,CAAC,UAAU,CAAC,mBAAmB,EAAE,EAAE,CAAC;GACnC,iBAAiB,CAiE7B"}
|
@@ -17,6 +17,7 @@ let AllocationGroupBy = class AllocationGroupBy {
|
|
17
17
|
id;
|
18
18
|
stocks;
|
19
19
|
crypto;
|
20
|
+
options;
|
20
21
|
etfs;
|
21
22
|
alpacaAccountId;
|
22
23
|
createdAt;
|
@@ -45,6 +46,12 @@ __decorate([
|
|
45
46
|
}),
|
46
47
|
__metadata("design:type", Number)
|
47
48
|
], AllocationGroupBy.prototype, "crypto", void 0);
|
49
|
+
__decorate([
|
50
|
+
TypeGraphQL.Field(_type => TypeGraphQL.Float, {
|
51
|
+
nullable: false
|
52
|
+
}),
|
53
|
+
__metadata("design:type", Number)
|
54
|
+
], AllocationGroupBy.prototype, "options", void 0);
|
48
55
|
__decorate([
|
49
56
|
TypeGraphQL.Field(_type => TypeGraphQL.Float, {
|
50
57
|
nullable: false
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"AllocationMaxAggregate.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/AllocationMaxAggregate.ts"],"names":[],"mappings":"AAKA,qBACa,sBAAsB;IAIjC,EAAE,EAAG,MAAM,GAAG,IAAI,CAAC;IAKnB,MAAM,EAAG,MAAM,GAAG,IAAI,CAAC;IAKvB,MAAM,EAAG,MAAM,GAAG,IAAI,CAAC;IAKvB,IAAI,EAAG,MAAM,GAAG,IAAI,CAAC;IAKrB,eAAe,EAAG,MAAM,GAAG,IAAI,CAAC;IAKhC,SAAS,EAAG,IAAI,GAAG,IAAI,CAAC;IAKxB,SAAS,EAAG,IAAI,GAAG,IAAI,CAAC;CACzB"}
|
1
|
+
{"version":3,"file":"AllocationMaxAggregate.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/AllocationMaxAggregate.ts"],"names":[],"mappings":"AAKA,qBACa,sBAAsB;IAIjC,EAAE,EAAG,MAAM,GAAG,IAAI,CAAC;IAKnB,MAAM,EAAG,MAAM,GAAG,IAAI,CAAC;IAKvB,MAAM,EAAG,MAAM,GAAG,IAAI,CAAC;IAKvB,OAAO,EAAG,MAAM,GAAG,IAAI,CAAC;IAKxB,IAAI,EAAG,MAAM,GAAG,IAAI,CAAC;IAKrB,eAAe,EAAG,MAAM,GAAG,IAAI,CAAC;IAKhC,SAAS,EAAG,IAAI,GAAG,IAAI,CAAC;IAKxB,SAAS,EAAG,IAAI,GAAG,IAAI,CAAC;CACzB"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"AllocationMaxAggregate.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/AllocationMaxAggregate.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAMrC,IAAM,sBAAsB,GAA5B,MAAM,sBAAsB;IAIjC,EAAE,CAAiB;IAKnB,MAAM,CAAiB;IAKvB,MAAM,CAAiB;IAKvB,IAAI,CAAiB;IAKrB,eAAe,CAAiB;IAKhC,SAAS,CAAe;IAKxB,SAAS,CAAe;CACzB,CAAA;
|
1
|
+
{"version":3,"file":"AllocationMaxAggregate.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/AllocationMaxAggregate.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAMrC,IAAM,sBAAsB,GAA5B,MAAM,sBAAsB;IAIjC,EAAE,CAAiB;IAKnB,MAAM,CAAiB;IAKvB,MAAM,CAAiB;IAKvB,OAAO,CAAiB;IAKxB,IAAI,CAAiB;IAKrB,eAAe,CAAiB;IAKhC,SAAS,CAAe;IAKxB,SAAS,CAAe;CACzB,CAAA;AApCC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,MAAM,EAAE;QAClC,QAAQ,EAAE,IAAI;KACf,CAAC;;kDACiB;AAKnB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,KAAK,EAAE;QAC7C,QAAQ,EAAE,IAAI;KACf,CAAC;;sDACqB;AAKvB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,KAAK,EAAE;QAC7C,QAAQ,EAAE,IAAI;KACf,CAAC;;sDACqB;AAKvB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,KAAK,EAAE;QAC7C,QAAQ,EAAE,IAAI;KACf,CAAC;;uDACsB;AAKxB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,KAAK,EAAE;QAC7C,QAAQ,EAAE,IAAI;KACf,CAAC;;oDACmB;AAKrB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,MAAM,EAAE;QAClC,QAAQ,EAAE,IAAI;KACf,CAAC;;+DAC8B;AAKhC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,IAAI,EAAE;QAChC,QAAQ,EAAE,IAAI;KACf,CAAC;;yDACsB;AAKxB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,IAAI,EAAE;QAChC,QAAQ,EAAE,IAAI;KACf,CAAC;;yDACsB;AAvCb,sBAAsB;IADlC,WAAW,CAAC,UAAU,CAAC,wBAAwB,EAAE,EAAE,CAAC;GACxC,sBAAsB,CAwClC"}
|
@@ -12,6 +12,7 @@ let AllocationMaxAggregate = class AllocationMaxAggregate {
|
|
12
12
|
id;
|
13
13
|
stocks;
|
14
14
|
crypto;
|
15
|
+
options;
|
15
16
|
etfs;
|
16
17
|
alpacaAccountId;
|
17
18
|
createdAt;
|
@@ -35,6 +36,12 @@ __decorate([
|
|
35
36
|
}),
|
36
37
|
__metadata("design:type", Object)
|
37
38
|
], AllocationMaxAggregate.prototype, "crypto", void 0);
|
39
|
+
__decorate([
|
40
|
+
TypeGraphQL.Field(_type => TypeGraphQL.Float, {
|
41
|
+
nullable: true
|
42
|
+
}),
|
43
|
+
__metadata("design:type", Object)
|
44
|
+
], AllocationMaxAggregate.prototype, "options", void 0);
|
38
45
|
__decorate([
|
39
46
|
TypeGraphQL.Field(_type => TypeGraphQL.Float, {
|
40
47
|
nullable: true
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"AllocationMinAggregate.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/AllocationMinAggregate.ts"],"names":[],"mappings":"AAKA,qBACa,sBAAsB;IAIjC,EAAE,EAAG,MAAM,GAAG,IAAI,CAAC;IAKnB,MAAM,EAAG,MAAM,GAAG,IAAI,CAAC;IAKvB,MAAM,EAAG,MAAM,GAAG,IAAI,CAAC;IAKvB,IAAI,EAAG,MAAM,GAAG,IAAI,CAAC;IAKrB,eAAe,EAAG,MAAM,GAAG,IAAI,CAAC;IAKhC,SAAS,EAAG,IAAI,GAAG,IAAI,CAAC;IAKxB,SAAS,EAAG,IAAI,GAAG,IAAI,CAAC;CACzB"}
|
1
|
+
{"version":3,"file":"AllocationMinAggregate.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/AllocationMinAggregate.ts"],"names":[],"mappings":"AAKA,qBACa,sBAAsB;IAIjC,EAAE,EAAG,MAAM,GAAG,IAAI,CAAC;IAKnB,MAAM,EAAG,MAAM,GAAG,IAAI,CAAC;IAKvB,MAAM,EAAG,MAAM,GAAG,IAAI,CAAC;IAKvB,OAAO,EAAG,MAAM,GAAG,IAAI,CAAC;IAKxB,IAAI,EAAG,MAAM,GAAG,IAAI,CAAC;IAKrB,eAAe,EAAG,MAAM,GAAG,IAAI,CAAC;IAKhC,SAAS,EAAG,IAAI,GAAG,IAAI,CAAC;IAKxB,SAAS,EAAG,IAAI,GAAG,IAAI,CAAC;CACzB"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"AllocationMinAggregate.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/AllocationMinAggregate.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAMrC,IAAM,sBAAsB,GAA5B,MAAM,sBAAsB;IAIjC,EAAE,CAAiB;IAKnB,MAAM,CAAiB;IAKvB,MAAM,CAAiB;IAKvB,IAAI,CAAiB;IAKrB,eAAe,CAAiB;IAKhC,SAAS,CAAe;IAKxB,SAAS,CAAe;CACzB,CAAA;
|
1
|
+
{"version":3,"file":"AllocationMinAggregate.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/AllocationMinAggregate.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAMrC,IAAM,sBAAsB,GAA5B,MAAM,sBAAsB;IAIjC,EAAE,CAAiB;IAKnB,MAAM,CAAiB;IAKvB,MAAM,CAAiB;IAKvB,OAAO,CAAiB;IAKxB,IAAI,CAAiB;IAKrB,eAAe,CAAiB;IAKhC,SAAS,CAAe;IAKxB,SAAS,CAAe;CACzB,CAAA;AApCC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,MAAM,EAAE;QAClC,QAAQ,EAAE,IAAI;KACf,CAAC;;kDACiB;AAKnB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,KAAK,EAAE;QAC7C,QAAQ,EAAE,IAAI;KACf,CAAC;;sDACqB;AAKvB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,KAAK,EAAE;QAC7C,QAAQ,EAAE,IAAI;KACf,CAAC;;sDACqB;AAKvB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,KAAK,EAAE;QAC7C,QAAQ,EAAE,IAAI;KACf,CAAC;;uDACsB;AAKxB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,KAAK,EAAE;QAC7C,QAAQ,EAAE,IAAI;KACf,CAAC;;oDACmB;AAKrB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,MAAM,EAAE;QAClC,QAAQ,EAAE,IAAI;KACf,CAAC;;+DAC8B;AAKhC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,IAAI,EAAE;QAChC,QAAQ,EAAE,IAAI;KACf,CAAC;;yDACsB;AAKxB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,IAAI,EAAE;QAChC,QAAQ,EAAE,IAAI;KACf,CAAC;;yDACsB;AAvCb,sBAAsB;IADlC,WAAW,CAAC,UAAU,CAAC,wBAAwB,EAAE,EAAE,CAAC;GACxC,sBAAsB,CAwClC"}
|
@@ -12,6 +12,7 @@ let AllocationMinAggregate = class AllocationMinAggregate {
|
|
12
12
|
id;
|
13
13
|
stocks;
|
14
14
|
crypto;
|
15
|
+
options;
|
15
16
|
etfs;
|
16
17
|
alpacaAccountId;
|
17
18
|
createdAt;
|
@@ -35,6 +36,12 @@ __decorate([
|
|
35
36
|
}),
|
36
37
|
__metadata("design:type", Object)
|
37
38
|
], AllocationMinAggregate.prototype, "crypto", void 0);
|
39
|
+
__decorate([
|
40
|
+
TypeGraphQL.Field(_type => TypeGraphQL.Float, {
|
41
|
+
nullable: true
|
42
|
+
}),
|
43
|
+
__metadata("design:type", Object)
|
44
|
+
], AllocationMinAggregate.prototype, "options", void 0);
|
38
45
|
__decorate([
|
39
46
|
TypeGraphQL.Field(_type => TypeGraphQL.Float, {
|
40
47
|
nullable: true
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"AllocationSumAggregate.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/AllocationSumAggregate.ts"],"names":[],"mappings":"AAKA,qBACa,sBAAsB;IAIjC,MAAM,EAAG,MAAM,GAAG,IAAI,CAAC;IAKvB,MAAM,EAAG,MAAM,GAAG,IAAI,CAAC;IAKvB,IAAI,EAAG,MAAM,GAAG,IAAI,CAAC;CACtB"}
|
1
|
+
{"version":3,"file":"AllocationSumAggregate.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/AllocationSumAggregate.ts"],"names":[],"mappings":"AAKA,qBACa,sBAAsB;IAIjC,MAAM,EAAG,MAAM,GAAG,IAAI,CAAC;IAKvB,MAAM,EAAG,MAAM,GAAG,IAAI,CAAC;IAKvB,OAAO,EAAG,MAAM,GAAG,IAAI,CAAC;IAKxB,IAAI,EAAG,MAAM,GAAG,IAAI,CAAC;CACtB"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"AllocationSumAggregate.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/AllocationSumAggregate.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAMrC,IAAM,sBAAsB,GAA5B,MAAM,sBAAsB;IAIjC,MAAM,CAAiB;IAKvB,MAAM,CAAiB;IAKvB,IAAI,CAAiB;CACtB,CAAA;
|
1
|
+
{"version":3,"file":"AllocationSumAggregate.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/AllocationSumAggregate.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAMrC,IAAM,sBAAsB,GAA5B,MAAM,sBAAsB;IAIjC,MAAM,CAAiB;IAKvB,MAAM,CAAiB;IAKvB,OAAO,CAAiB;IAKxB,IAAI,CAAiB;CACtB,CAAA;AAhBC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,KAAK,EAAE;QAC7C,QAAQ,EAAE,IAAI;KACf,CAAC;;sDACqB;AAKvB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,KAAK,EAAE;QAC7C,QAAQ,EAAE,IAAI;KACf,CAAC;;sDACqB;AAKvB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,KAAK,EAAE;QAC7C,QAAQ,EAAE,IAAI;KACf,CAAC;;uDACsB;AAKxB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,KAAK,EAAE;QAC7C,QAAQ,EAAE,IAAI;KACf,CAAC;;oDACmB;AAnBV,sBAAsB;IADlC,WAAW,CAAC,UAAU,CAAC,wBAAwB,EAAE,EAAE,CAAC;GACxC,sBAAsB,CAoBlC"}
|
@@ -11,6 +11,7 @@ import * as TypeGraphQL from "type-graphql";
|
|
11
11
|
let AllocationSumAggregate = class AllocationSumAggregate {
|
12
12
|
stocks;
|
13
13
|
crypto;
|
14
|
+
options;
|
14
15
|
etfs;
|
15
16
|
};
|
16
17
|
__decorate([
|
@@ -25,6 +26,12 @@ __decorate([
|
|
25
26
|
}),
|
26
27
|
__metadata("design:type", Object)
|
27
28
|
], AllocationSumAggregate.prototype, "crypto", void 0);
|
29
|
+
__decorate([
|
30
|
+
TypeGraphQL.Field(_type => TypeGraphQL.Float, {
|
31
|
+
nullable: true
|
32
|
+
}),
|
33
|
+
__metadata("design:type", Object)
|
34
|
+
], AllocationSumAggregate.prototype, "options", void 0);
|
28
35
|
__decorate([
|
29
36
|
TypeGraphQL.Field(_type => TypeGraphQL.Float, {
|
30
37
|
nullable: true
|
package/esm/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnAllocation.d.ts.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"CreateManyAndReturnAllocation.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnAllocation.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAC;AAE3D,qBACa,6BAA6B;IAIxC,EAAE,EAAG,MAAM,CAAC;IAKZ,MAAM,EAAG,MAAM,CAAC;IAKhB,MAAM,EAAG,MAAM,CAAC;IAKhB,IAAI,EAAG,MAAM,CAAC;IAKd,eAAe,EAAG,MAAM,CAAC;IAKzB,SAAS,EAAG,IAAI,CAAC;IAKjB,SAAS,EAAG,IAAI,CAAC;IAKjB,aAAa,EAAG,aAAa,CAAC;CAC/B"}
|
1
|
+
{"version":3,"file":"CreateManyAndReturnAllocation.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnAllocation.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAC;AAE3D,qBACa,6BAA6B;IAIxC,EAAE,EAAG,MAAM,CAAC;IAKZ,MAAM,EAAG,MAAM,CAAC;IAKhB,MAAM,EAAG,MAAM,CAAC;IAKhB,OAAO,EAAG,MAAM,CAAC;IAKjB,IAAI,EAAG,MAAM,CAAC;IAKd,eAAe,EAAG,MAAM,CAAC;IAKzB,SAAS,EAAG,IAAI,CAAC;IAKjB,SAAS,EAAG,IAAI,CAAC;IAKjB,aAAa,EAAG,aAAa,CAAC;CAC/B"}
|
package/esm/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnAllocation.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"CreateManyAndReturnAllocation.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnAllocation.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAI5C,OAAO,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAC;AAGpD,IAAM,6BAA6B,GAAnC,MAAM,6BAA6B;IAIxC,EAAE,CAAU;IAKZ,MAAM,CAAU;IAKhB,MAAM,CAAU;IAKhB,IAAI,CAAU;IAKd,eAAe,CAAU;IAKzB,SAAS,CAAQ;IAKjB,SAAS,CAAQ;IAKjB,aAAa,CAAiB;CAC/B,CAAA;
|
1
|
+
{"version":3,"file":"CreateManyAndReturnAllocation.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnAllocation.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAI5C,OAAO,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAC;AAGpD,IAAM,6BAA6B,GAAnC,MAAM,6BAA6B;IAIxC,EAAE,CAAU;IAKZ,MAAM,CAAU;IAKhB,MAAM,CAAU;IAKhB,OAAO,CAAU;IAKjB,IAAI,CAAU;IAKd,eAAe,CAAU;IAKzB,SAAS,CAAQ;IAKjB,SAAS,CAAQ;IAKjB,aAAa,CAAiB;CAC/B,CAAA;AAzCC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,MAAM,EAAE;QAClC,QAAQ,EAAE,KAAK;KAChB,CAAC;;yDACU;AAKZ;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,KAAK,EAAE;QAC7C,QAAQ,EAAE,KAAK;KAChB,CAAC;;6DACc;AAKhB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,KAAK,EAAE;QAC7C,QAAQ,EAAE,KAAK;KAChB,CAAC;;6DACc;AAKhB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,KAAK,EAAE;QAC7C,QAAQ,EAAE,KAAK;KAChB,CAAC;;8DACe;AAKjB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,KAAK,EAAE;QAC7C,QAAQ,EAAE,KAAK;KAChB,CAAC;;2DACY;AAKd;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,MAAM,EAAE;QAClC,QAAQ,EAAE,KAAK;KAChB,CAAC;;sEACuB;AAKzB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,IAAI,EAAE;QAChC,QAAQ,EAAE,KAAK;KAChB,CAAC;8BACU,IAAI;gEAAC;AAKjB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,IAAI,EAAE;QAChC,QAAQ,EAAE,KAAK;KAChB,CAAC;8BACU,IAAI;gEAAC;AAKjB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,aAAa,EAAE;QACzC,QAAQ,EAAE,KAAK;KAChB,CAAC;8BACc,aAAa;oEAAC;AA5CnB,6BAA6B;IADzC,WAAW,CAAC,UAAU,CAAC,+BAA+B,EAAE,EAAE,CAAC;GAC/C,6BAA6B,CA6CzC"}
|
package/esm/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnAllocation.mjs
CHANGED
@@ -13,6 +13,7 @@ let CreateManyAndReturnAllocation = class CreateManyAndReturnAllocation {
|
|
13
13
|
id;
|
14
14
|
stocks;
|
15
15
|
crypto;
|
16
|
+
options;
|
16
17
|
etfs;
|
17
18
|
alpacaAccountId;
|
18
19
|
createdAt;
|
@@ -37,6 +38,12 @@ __decorate([
|
|
37
38
|
}),
|
38
39
|
__metadata("design:type", Number)
|
39
40
|
], CreateManyAndReturnAllocation.prototype, "crypto", void 0);
|
41
|
+
__decorate([
|
42
|
+
TypeGraphQL.Field(_type => TypeGraphQL.Float, {
|
43
|
+
nullable: false
|
44
|
+
}),
|
45
|
+
__metadata("design:type", Number)
|
46
|
+
], CreateManyAndReturnAllocation.prototype, "options", void 0);
|
40
47
|
__decorate([
|
41
48
|
TypeGraphQL.Field(_type => TypeGraphQL.Float, {
|
42
49
|
nullable: false
|
@@ -10,6 +10,8 @@ export type Allocation = {
|
|
10
10
|
stocks: number;
|
11
11
|
// Percentage allocation for cryptocurrencies in the account.
|
12
12
|
crypto: number;
|
13
|
+
// Percentage allocation for options in the account.
|
14
|
+
options: number;
|
13
15
|
// Percentage allocation for ETFs in the account.
|
14
16
|
etfs: number;
|
15
17
|
};
|
@@ -1,2 +1,2 @@
|
|
1
|
-
export declare const AllocationTypeString = "\n// Your response should adhere to the following type definition for the \"Allocation\" type.\n// Importantly, DO NOT include any annotations in your response (i.e., remove the ones we have provided for your reference below).\n\nexport type Allocation = {\n // Percentage allocation for stocks in the account.\n stocks: number;\n // Percentage allocation for cryptocurrencies in the account.\n crypto: number;\n // Percentage allocation for ETFs in the account.\n etfs: number;\n};\n\n";
|
1
|
+
export declare const AllocationTypeString = "\n// Your response should adhere to the following type definition for the \"Allocation\" type.\n// Importantly, DO NOT include any annotations in your response (i.e., remove the ones we have provided for your reference below).\n\nexport type Allocation = {\n // Percentage allocation for stocks in the account.\n stocks: number;\n // Percentage allocation for cryptocurrencies in the account.\n crypto: number;\n // Percentage allocation for options in the account.\n options: number;\n // Percentage allocation for ETFs in the account.\n etfs: number;\n};\n\n";
|
2
2
|
//# sourceMappingURL=Allocation.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Allocation.d.ts","sourceRoot":"","sources":["../../../src/generated/typeStrings/Allocation.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,oBAAoB,
|
1
|
+
{"version":3,"file":"Allocation.d.ts","sourceRoot":"","sources":["../../../src/generated/typeStrings/Allocation.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,oBAAoB,6jBAehC,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Allocation.js","sourceRoot":"","sources":["../../../src/generated/typeStrings/Allocation.ts"],"names":[],"mappings":";;;AAAa,QAAA,oBAAoB,GAAG
|
1
|
+
{"version":3,"file":"Allocation.js","sourceRoot":"","sources":["../../../src/generated/typeStrings/Allocation.ts"],"names":[],"mappings":";;;AAAa,QAAA,oBAAoB,GAAG;;;;;;;;;;;;;;;CAenC,CAAC"}
|
@@ -3,7 +3,7 @@ export declare const typeStrings: {
|
|
3
3
|
readonly session: "\n// Your response should adhere to the following type definition for the \"Session\" type.\n// Importantly, DO NOT include any annotations in your response (i.e., remove the ones we have provided for your reference below).\n\nexport type Session = {\n // Expiration date and time of the session.\n expires: Date;\n // Relation to the User model.\n user: {\n // The user's full name.\n name?: string;\n // The user's email address, must be unique.\n email?: string;\n };\n};\n\n";
|
4
4
|
readonly user: "\n// Your response should adhere to the following type definition for the \"User\" type.\n// Importantly, DO NOT include any annotations in your response (i.e., remove the ones we have provided for your reference below).\n\nexport type User = {\n // The user's full name.\n name?: string;\n // The user's email address, must be unique.\n email?: string;\n // URL to the user's profile image.\n image?: string;\n // The role assigned to the user, determining permissions.\n role: UserRole;\n // A short biography or description of the user.\n bio?: string;\n // The user's job title or position.\n jobTitle?: string;\n // The type of Alpaca account the user currently holds.\n currentAccount: AlpacaAccountType;\n // Relation to the Customer model.\n customer?: {\n // Name of the customer.\n name?: string;\n // Subscription plan the customer is enrolled in.\n plan?: SubscriptionPlan;\n };\n // The subscription plan the user is enrolled in.\n plan?: SubscriptionPlan;\n // List of Alpaca accounts linked to the user.\n alpacaAccounts: {\n // The type of Alpaca account (PAPER or LIVE).\n type: AlpacaAccountType;\n }[];\n // OpenAI API key for the user.\n openaiAPIKey?: string;\n // OpenAI API Language model selected by the user\n openaiModel?: OpenaiModel;\n};\n\nenum UserRole {\n OWNER\n\n ADMIN\n\n USER\n}\n\nenum AlpacaAccountType {\n PAPER\n\n LIVE\n}\n\nenum SubscriptionPlan {\n FREE\n\n PRO\n\n INSTITUTION\n}\n\nenum OpenaiModel {\n GPT_4O\n\n GPT_4O_MINI\n\n O1\n\n O1_MINI\n\n O3_MINI\n\n O1_PREVIEW\n}\n\n";
|
5
5
|
readonly alpacaAccount: "\n// Your response should adhere to the following type definition for the \"AlpacaAccount\" type.\n// Importantly, DO NOT include any annotations in your response (i.e., remove the ones we have provided for your reference below).\n\nexport type AlpacaAccount = {\n // The type of Alpaca account (PAPER or LIVE).\n type: AlpacaAccountType;\n // JSON configuration settings for the Alpaca account.\n configuration?: any;\n};\n\nenum AlpacaAccountType {\n PAPER\n\n LIVE\n}\n\n";
|
6
|
-
readonly allocation: "\n// Your response should adhere to the following type definition for the \"Allocation\" type.\n// Importantly, DO NOT include any annotations in your response (i.e., remove the ones we have provided for your reference below).\n\nexport type Allocation = {\n // Percentage allocation for stocks in the account.\n stocks: number;\n // Percentage allocation for cryptocurrencies in the account.\n crypto: number;\n // Percentage allocation for ETFs in the account.\n etfs: number;\n};\n\n";
|
6
|
+
readonly allocation: "\n// Your response should adhere to the following type definition for the \"Allocation\" type.\n// Importantly, DO NOT include any annotations in your response (i.e., remove the ones we have provided for your reference below).\n\nexport type Allocation = {\n // Percentage allocation for stocks in the account.\n stocks: number;\n // Percentage allocation for cryptocurrencies in the account.\n crypto: number;\n // Percentage allocation for options in the account.\n options: number;\n // Percentage allocation for ETFs in the account.\n etfs: number;\n};\n\n";
|
7
7
|
readonly authenticator: "\n// Your response should adhere to the following type definition for the \"Authenticator\" type.\n// Importantly, DO NOT include any annotations in your response (i.e., remove the ones we have provided for your reference below).\n\nexport type Authenticator = {\n\n};\n\n";
|
8
8
|
readonly account: "\n// Your response should adhere to the following type definition for the \"Account\" type.\n// Importantly, DO NOT include any annotations in your response (i.e., remove the ones we have provided for your reference below).\n\nexport type Account = {\n // Type of the account (e.g., OAuth provider).\n type: string;\n // Provider of the account (e.g., Google, GitHub).\n provider: string;\n // Expiration time of the access token.\n expires_at?: number;\n // Type of the token (e.g., Bearer).\n token_type?: string;\n // Scope of access granted by the token.\n scope?: string;\n // State of the session associated with the account.\n session_state?: string;\n};\n\n";
|
9
9
|
readonly verificationToken: "\n// Your response should adhere to the following type definition for the \"VerificationToken\" type.\n// Importantly, DO NOT include any annotations in your response (i.e., remove the ones we have provided for your reference below).\n\nexport type VerificationToken = {\n\n};\n\n";
|
@@ -750,7 +750,7 @@ const modelsInfo = {
|
|
750
750
|
Session: ["id", "sessionToken", "userId", "expires", "createdAt", "updatedAt"],
|
751
751
|
User: ["id", "name", "email", "emailVerified", "image", "createdAt", "updatedAt", "role", "bio", "jobTitle", "currentAccount", "customerId", "plan", "openaiAPIKey", "openaiModel"],
|
752
752
|
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"],
|
753
|
-
Allocation: ["id", "stocks", "crypto", "etfs", "alpacaAccountId", "createdAt", "updatedAt"],
|
753
|
+
Allocation: ["id", "stocks", "crypto", "options", "etfs", "alpacaAccountId", "createdAt", "updatedAt"],
|
754
754
|
Authenticator: ["id", "userId", "credentialID", "publicKey", "counter", "createdAt", "updatedAt"],
|
755
755
|
Account: ["id", "userId", "type", "provider", "providerAccountId", "refresh_token", "access_token", "expires_at", "token_type", "scope", "id_token", "session_state", "createdAt", "updatedAt"],
|
756
756
|
VerificationToken: ["id", "identifier", "token", "expires"],
|
@@ -783,7 +783,7 @@ const outputsInfo = {
|
|
783
783
|
AggregateAlpacaAccount: ["_count", "_avg", "_sum", "_min", "_max"],
|
784
784
|
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"],
|
785
785
|
AggregateAllocation: ["_count", "_avg", "_sum", "_min", "_max"],
|
786
|
-
AllocationGroupBy: ["id", "stocks", "crypto", "etfs", "alpacaAccountId", "createdAt", "updatedAt", "_count", "_avg", "_sum", "_min", "_max"],
|
786
|
+
AllocationGroupBy: ["id", "stocks", "crypto", "options", "etfs", "alpacaAccountId", "createdAt", "updatedAt", "_count", "_avg", "_sum", "_min", "_max"],
|
787
787
|
AggregateAuthenticator: ["_count", "_avg", "_sum", "_min", "_max"],
|
788
788
|
AuthenticatorGroupBy: ["id", "userId", "credentialID", "publicKey", "counter", "createdAt", "updatedAt", "_count", "_avg", "_sum", "_min", "_max"],
|
789
789
|
AggregateAccount: ["_count", "_avg", "_sum", "_min", "_max"],
|
@@ -827,11 +827,11 @@ const outputsInfo = {
|
|
827
827
|
AlpacaAccountSumAggregate: ["cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "defaultTrailingStopPercentage100", "firstTrailReductionThreshold100", "secondTrailReductionThreshold100", "firstReducedTrailPercentage100", "secondReducedTrailPercentage100", "minimumPriceChangePercent100"],
|
828
828
|
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"],
|
829
829
|
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"],
|
830
|
-
AllocationCountAggregate: ["id", "stocks", "crypto", "etfs", "alpacaAccountId", "createdAt", "updatedAt", "_all"],
|
831
|
-
AllocationAvgAggregate: ["stocks", "crypto", "etfs"],
|
832
|
-
AllocationSumAggregate: ["stocks", "crypto", "etfs"],
|
833
|
-
AllocationMinAggregate: ["id", "stocks", "crypto", "etfs", "alpacaAccountId", "createdAt", "updatedAt"],
|
834
|
-
AllocationMaxAggregate: ["id", "stocks", "crypto", "etfs", "alpacaAccountId", "createdAt", "updatedAt"],
|
830
|
+
AllocationCountAggregate: ["id", "stocks", "crypto", "options", "etfs", "alpacaAccountId", "createdAt", "updatedAt", "_all"],
|
831
|
+
AllocationAvgAggregate: ["stocks", "crypto", "options", "etfs"],
|
832
|
+
AllocationSumAggregate: ["stocks", "crypto", "options", "etfs"],
|
833
|
+
AllocationMinAggregate: ["id", "stocks", "crypto", "options", "etfs", "alpacaAccountId", "createdAt", "updatedAt"],
|
834
|
+
AllocationMaxAggregate: ["id", "stocks", "crypto", "options", "etfs", "alpacaAccountId", "createdAt", "updatedAt"],
|
835
835
|
AuthenticatorCountAggregate: ["id", "userId", "credentialID", "publicKey", "counter", "createdAt", "updatedAt", "_all"],
|
836
836
|
AuthenticatorAvgAggregate: ["counter"],
|
837
837
|
AuthenticatorSumAggregate: ["counter"],
|
@@ -888,7 +888,7 @@ const outputsInfo = {
|
|
888
888
|
CreateManyAndReturnSession: ["id", "sessionToken", "userId", "expires", "createdAt", "updatedAt", "user"],
|
889
889
|
CreateManyAndReturnUser: ["id", "name", "email", "emailVerified", "image", "createdAt", "updatedAt", "role", "bio", "jobTitle", "currentAccount", "customerId", "plan", "openaiAPIKey", "openaiModel", "customer"],
|
890
890
|
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"],
|
891
|
-
CreateManyAndReturnAllocation: ["id", "stocks", "crypto", "etfs", "alpacaAccountId", "createdAt", "updatedAt", "alpacaAccount"],
|
891
|
+
CreateManyAndReturnAllocation: ["id", "stocks", "crypto", "options", "etfs", "alpacaAccountId", "createdAt", "updatedAt", "alpacaAccount"],
|
892
892
|
CreateManyAndReturnAuthenticator: ["id", "userId", "credentialID", "publicKey", "counter", "createdAt", "updatedAt", "user"],
|
893
893
|
CreateManyAndReturnAccount: ["id", "userId", "type", "provider", "providerAccountId", "refresh_token", "access_token", "expires_at", "token_type", "scope", "id_token", "session_state", "createdAt", "updatedAt", "user"],
|
894
894
|
CreateManyAndReturnVerificationToken: ["id", "identifier", "token", "expires"],
|
@@ -932,11 +932,11 @@ const inputsInfo = {
|
|
932
932
|
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"],
|
933
933
|
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"],
|
934
934
|
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"],
|
935
|
-
AllocationWhereInput: ["AND", "OR", "NOT", "id", "stocks", "crypto", "etfs", "alpacaAccountId", "createdAt", "updatedAt", "alpacaAccount"],
|
936
|
-
AllocationOrderByWithRelationInput: ["id", "stocks", "crypto", "etfs", "alpacaAccountId", "createdAt", "updatedAt", "alpacaAccount"],
|
937
|
-
AllocationWhereUniqueInput: ["id", "alpacaAccountId", "AND", "OR", "NOT", "stocks", "crypto", "etfs", "createdAt", "updatedAt", "alpacaAccount"],
|
938
|
-
AllocationOrderByWithAggregationInput: ["id", "stocks", "crypto", "etfs", "alpacaAccountId", "createdAt", "updatedAt", "_count", "_avg", "_max", "_min", "_sum"],
|
939
|
-
AllocationScalarWhereWithAggregatesInput: ["AND", "OR", "NOT", "id", "stocks", "crypto", "etfs", "alpacaAccountId", "createdAt", "updatedAt"],
|
935
|
+
AllocationWhereInput: ["AND", "OR", "NOT", "id", "stocks", "crypto", "options", "etfs", "alpacaAccountId", "createdAt", "updatedAt", "alpacaAccount"],
|
936
|
+
AllocationOrderByWithRelationInput: ["id", "stocks", "crypto", "options", "etfs", "alpacaAccountId", "createdAt", "updatedAt", "alpacaAccount"],
|
937
|
+
AllocationWhereUniqueInput: ["id", "alpacaAccountId", "AND", "OR", "NOT", "stocks", "crypto", "options", "etfs", "createdAt", "updatedAt", "alpacaAccount"],
|
938
|
+
AllocationOrderByWithAggregationInput: ["id", "stocks", "crypto", "options", "etfs", "alpacaAccountId", "createdAt", "updatedAt", "_count", "_avg", "_max", "_min", "_sum"],
|
939
|
+
AllocationScalarWhereWithAggregatesInput: ["AND", "OR", "NOT", "id", "stocks", "crypto", "options", "etfs", "alpacaAccountId", "createdAt", "updatedAt"],
|
940
940
|
AuthenticatorWhereInput: ["AND", "OR", "NOT", "id", "userId", "credentialID", "publicKey", "counter", "createdAt", "updatedAt", "user"],
|
941
941
|
AuthenticatorOrderByWithRelationInput: ["id", "userId", "credentialID", "publicKey", "counter", "createdAt", "updatedAt", "user"],
|
942
942
|
AuthenticatorWhereUniqueInput: ["id", "credentialID", "AND", "OR", "NOT", "userId", "publicKey", "counter", "createdAt", "updatedAt", "user"],
|
@@ -1013,10 +1013,10 @@ const inputsInfo = {
|
|
1013
1013
|
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"],
|
1014
1014
|
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"],
|
1015
1015
|
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"],
|
1016
|
-
AllocationCreateInput: ["id", "stocks", "crypto", "etfs", "createdAt", "updatedAt", "alpacaAccount"],
|
1017
|
-
AllocationUpdateInput: ["id", "stocks", "crypto", "etfs", "createdAt", "updatedAt", "alpacaAccount"],
|
1018
|
-
AllocationCreateManyInput: ["id", "stocks", "crypto", "etfs", "alpacaAccountId", "createdAt", "updatedAt"],
|
1019
|
-
AllocationUpdateManyMutationInput: ["id", "stocks", "crypto", "etfs", "createdAt", "updatedAt"],
|
1016
|
+
AllocationCreateInput: ["id", "stocks", "crypto", "options", "etfs", "createdAt", "updatedAt", "alpacaAccount"],
|
1017
|
+
AllocationUpdateInput: ["id", "stocks", "crypto", "options", "etfs", "createdAt", "updatedAt", "alpacaAccount"],
|
1018
|
+
AllocationCreateManyInput: ["id", "stocks", "crypto", "options", "etfs", "alpacaAccountId", "createdAt", "updatedAt"],
|
1019
|
+
AllocationUpdateManyMutationInput: ["id", "stocks", "crypto", "options", "etfs", "createdAt", "updatedAt"],
|
1020
1020
|
AuthenticatorCreateInput: ["id", "credentialID", "publicKey", "counter", "createdAt", "updatedAt", "user"],
|
1021
1021
|
AuthenticatorUpdateInput: ["id", "credentialID", "publicKey", "counter", "createdAt", "updatedAt", "user"],
|
1022
1022
|
AuthenticatorCreateManyInput: ["id", "userId", "credentialID", "publicKey", "counter", "createdAt", "updatedAt"],
|
@@ -1125,11 +1125,11 @@ const inputsInfo = {
|
|
1125
1125
|
BoolWithAggregatesFilter: ["equals", "not", "_count", "_min", "_max"],
|
1126
1126
|
FloatWithAggregatesFilter: ["equals", "in", "notIn", "lt", "lte", "gt", "gte", "not", "_count", "_avg", "_sum", "_min", "_max"],
|
1127
1127
|
AlpacaAccountRelationFilter: ["is", "isNot"],
|
1128
|
-
AllocationCountOrderByAggregateInput: ["id", "stocks", "crypto", "etfs", "alpacaAccountId", "createdAt", "updatedAt"],
|
1129
|
-
AllocationAvgOrderByAggregateInput: ["stocks", "crypto", "etfs"],
|
1130
|
-
AllocationMaxOrderByAggregateInput: ["id", "stocks", "crypto", "etfs", "alpacaAccountId", "createdAt", "updatedAt"],
|
1131
|
-
AllocationMinOrderByAggregateInput: ["id", "stocks", "crypto", "etfs", "alpacaAccountId", "createdAt", "updatedAt"],
|
1132
|
-
AllocationSumOrderByAggregateInput: ["stocks", "crypto", "etfs"],
|
1128
|
+
AllocationCountOrderByAggregateInput: ["id", "stocks", "crypto", "options", "etfs", "alpacaAccountId", "createdAt", "updatedAt"],
|
1129
|
+
AllocationAvgOrderByAggregateInput: ["stocks", "crypto", "options", "etfs"],
|
1130
|
+
AllocationMaxOrderByAggregateInput: ["id", "stocks", "crypto", "options", "etfs", "alpacaAccountId", "createdAt", "updatedAt"],
|
1131
|
+
AllocationMinOrderByAggregateInput: ["id", "stocks", "crypto", "options", "etfs", "alpacaAccountId", "createdAt", "updatedAt"],
|
1132
|
+
AllocationSumOrderByAggregateInput: ["stocks", "crypto", "options", "etfs"],
|
1133
1133
|
IntFilter: ["equals", "in", "notIn", "lt", "lte", "gt", "gte", "not"],
|
1134
1134
|
AuthenticatorCountOrderByAggregateInput: ["id", "userId", "credentialID", "publicKey", "counter", "createdAt", "updatedAt"],
|
1135
1135
|
AuthenticatorAvgOrderByAggregateInput: ["counter"],
|
@@ -1374,7 +1374,7 @@ const inputsInfo = {
|
|
1374
1374
|
AlpacaAccountUpdateWithWhereUniqueWithoutUserInput: ["where", "data"],
|
1375
1375
|
AlpacaAccountUpdateManyWithWhereWithoutUserInput: ["where", "data"],
|
1376
1376
|
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"],
|
1377
|
-
AllocationCreateWithoutAlpacaAccountInput: ["id", "stocks", "crypto", "etfs", "createdAt", "updatedAt"],
|
1377
|
+
AllocationCreateWithoutAlpacaAccountInput: ["id", "stocks", "crypto", "options", "etfs", "createdAt", "updatedAt"],
|
1378
1378
|
AllocationCreateOrConnectWithoutAlpacaAccountInput: ["where", "create"],
|
1379
1379
|
UserCreateWithoutAlpacaAccountsInput: ["id", "name", "email", "emailVerified", "image", "createdAt", "updatedAt", "role", "bio", "jobTitle", "currentAccount", "plan", "openaiAPIKey", "openaiModel", "customer", "accounts", "sessions", "authenticators"],
|
1380
1380
|
UserCreateOrConnectWithoutAlpacaAccountsInput: ["where", "create"],
|
@@ -1383,7 +1383,7 @@ const inputsInfo = {
|
|
1383
1383
|
AlertCreateManyAlpacaAccountInputEnvelope: ["data", "skipDuplicates"],
|
1384
1384
|
AllocationUpsertWithoutAlpacaAccountInput: ["update", "create", "where"],
|
1385
1385
|
AllocationUpdateToOneWithWhereWithoutAlpacaAccountInput: ["where", "data"],
|
1386
|
-
AllocationUpdateWithoutAlpacaAccountInput: ["id", "stocks", "crypto", "etfs", "createdAt", "updatedAt"],
|
1386
|
+
AllocationUpdateWithoutAlpacaAccountInput: ["id", "stocks", "crypto", "options", "etfs", "createdAt", "updatedAt"],
|
1387
1387
|
UserUpsertWithoutAlpacaAccountsInput: ["update", "create", "where"],
|
1388
1388
|
UserUpdateToOneWithWhereWithoutAlpacaAccountsInput: ["where", "data"],
|
1389
1389
|
UserUpdateWithoutAlpacaAccountsInput: ["id", "name", "email", "emailVerified", "image", "createdAt", "updatedAt", "role", "bio", "jobTitle", "currentAccount", "plan", "openaiAPIKey", "openaiModel", "customer", "accounts", "sessions", "authenticators"],
|