adaptic-backend 1.0.172 → 1.0.173
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 +2 -0
- package/AlpacaAccount.cjs +2 -0
- package/Asset.cjs +2 -0
- package/Authenticator.cjs +2 -0
- package/Customer.cjs +2 -0
- package/Position.cjs +22 -0
- package/User.cjs +2 -0
- package/generated/typegraphql-prisma/enhance.cjs +25 -25
- package/generated/typegraphql-prisma/enhance.js.map +1 -1
- package/generated/typegraphql-prisma/enums/PositionScalarFieldEnum.cjs +2 -0
- package/generated/typegraphql-prisma/enums/PositionScalarFieldEnum.d.ts +3 -1
- package/generated/typegraphql-prisma/enums/PositionScalarFieldEnum.d.ts.map +1 -1
- package/generated/typegraphql-prisma/enums/PositionScalarFieldEnum.js.map +1 -1
- package/generated/typegraphql-prisma/models/Position.cjs +14 -0
- package/generated/typegraphql-prisma/models/Position.d.ts +8 -0
- package/generated/typegraphql-prisma/models/Position.d.ts.map +1 -1
- package/generated/typegraphql-prisma/models/Position.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/Position/args/FindFirstPositionArgs.d.ts +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/Position/args/FindFirstPositionArgs.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/Position/args/FindFirstPositionArgs.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/Position/args/FindFirstPositionOrThrowArgs.d.ts +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/Position/args/FindFirstPositionOrThrowArgs.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/Position/args/FindFirstPositionOrThrowArgs.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/Position/args/FindManyPositionArgs.d.ts +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/Position/args/FindManyPositionArgs.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/Position/args/FindManyPositionArgs.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/Position/args/GroupByPositionArgs.d.ts +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/Position/args/GroupByPositionArgs.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/Position/args/GroupByPositionArgs.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/PositionCountOrderByAggregateInput.cjs +12 -0
- package/generated/typegraphql-prisma/resolvers/inputs/PositionCountOrderByAggregateInput.d.ts +2 -0
- package/generated/typegraphql-prisma/resolvers/inputs/PositionCountOrderByAggregateInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/PositionCountOrderByAggregateInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/PositionCreateInput.cjs +12 -0
- package/generated/typegraphql-prisma/resolvers/inputs/PositionCreateInput.d.ts +2 -0
- package/generated/typegraphql-prisma/resolvers/inputs/PositionCreateInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/PositionCreateInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/PositionCreateManyAlpacaAccountInput.cjs +12 -0
- package/generated/typegraphql-prisma/resolvers/inputs/PositionCreateManyAlpacaAccountInput.d.ts +2 -0
- package/generated/typegraphql-prisma/resolvers/inputs/PositionCreateManyAlpacaAccountInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/PositionCreateManyAlpacaAccountInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/PositionCreateManyAssetInput.cjs +12 -0
- package/generated/typegraphql-prisma/resolvers/inputs/PositionCreateManyAssetInput.d.ts +2 -0
- package/generated/typegraphql-prisma/resolvers/inputs/PositionCreateManyAssetInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/PositionCreateManyAssetInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/PositionCreateManyInput.cjs +12 -0
- package/generated/typegraphql-prisma/resolvers/inputs/PositionCreateManyInput.d.ts +2 -0
- package/generated/typegraphql-prisma/resolvers/inputs/PositionCreateManyInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/PositionCreateManyInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/PositionCreateWithoutAlpacaAccountInput.cjs +12 -0
- package/generated/typegraphql-prisma/resolvers/inputs/PositionCreateWithoutAlpacaAccountInput.d.ts +2 -0
- package/generated/typegraphql-prisma/resolvers/inputs/PositionCreateWithoutAlpacaAccountInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/PositionCreateWithoutAlpacaAccountInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/PositionCreateWithoutAssetInput.cjs +12 -0
- package/generated/typegraphql-prisma/resolvers/inputs/PositionCreateWithoutAssetInput.d.ts +2 -0
- package/generated/typegraphql-prisma/resolvers/inputs/PositionCreateWithoutAssetInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/PositionCreateWithoutAssetInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/PositionMaxOrderByAggregateInput.cjs +12 -0
- package/generated/typegraphql-prisma/resolvers/inputs/PositionMaxOrderByAggregateInput.d.ts +2 -0
- package/generated/typegraphql-prisma/resolvers/inputs/PositionMaxOrderByAggregateInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/PositionMaxOrderByAggregateInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/PositionMinOrderByAggregateInput.cjs +12 -0
- package/generated/typegraphql-prisma/resolvers/inputs/PositionMinOrderByAggregateInput.d.ts +2 -0
- package/generated/typegraphql-prisma/resolvers/inputs/PositionMinOrderByAggregateInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/PositionMinOrderByAggregateInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/PositionOrderByWithAggregationInput.cjs +12 -0
- package/generated/typegraphql-prisma/resolvers/inputs/PositionOrderByWithAggregationInput.d.ts +2 -0
- package/generated/typegraphql-prisma/resolvers/inputs/PositionOrderByWithAggregationInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/PositionOrderByWithAggregationInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/PositionOrderByWithRelationInput.cjs +12 -0
- package/generated/typegraphql-prisma/resolvers/inputs/PositionOrderByWithRelationInput.d.ts +2 -0
- package/generated/typegraphql-prisma/resolvers/inputs/PositionOrderByWithRelationInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/PositionOrderByWithRelationInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/PositionScalarWhereInput.cjs +13 -0
- package/generated/typegraphql-prisma/resolvers/inputs/PositionScalarWhereInput.d.ts +3 -0
- package/generated/typegraphql-prisma/resolvers/inputs/PositionScalarWhereInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/PositionScalarWhereInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/PositionScalarWhereWithAggregatesInput.cjs +13 -0
- package/generated/typegraphql-prisma/resolvers/inputs/PositionScalarWhereWithAggregatesInput.d.ts +3 -0
- package/generated/typegraphql-prisma/resolvers/inputs/PositionScalarWhereWithAggregatesInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/PositionScalarWhereWithAggregatesInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/PositionUpdateInput.cjs +13 -0
- package/generated/typegraphql-prisma/resolvers/inputs/PositionUpdateInput.d.ts +3 -0
- package/generated/typegraphql-prisma/resolvers/inputs/PositionUpdateInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/PositionUpdateInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/PositionUpdateManyMutationInput.cjs +13 -0
- package/generated/typegraphql-prisma/resolvers/inputs/PositionUpdateManyMutationInput.d.ts +3 -0
- package/generated/typegraphql-prisma/resolvers/inputs/PositionUpdateManyMutationInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/PositionUpdateManyMutationInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/PositionUpdateWithoutAlpacaAccountInput.cjs +13 -0
- package/generated/typegraphql-prisma/resolvers/inputs/PositionUpdateWithoutAlpacaAccountInput.d.ts +3 -0
- package/generated/typegraphql-prisma/resolvers/inputs/PositionUpdateWithoutAlpacaAccountInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/PositionUpdateWithoutAlpacaAccountInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/PositionUpdateWithoutAssetInput.cjs +13 -0
- package/generated/typegraphql-prisma/resolvers/inputs/PositionUpdateWithoutAssetInput.d.ts +3 -0
- package/generated/typegraphql-prisma/resolvers/inputs/PositionUpdateWithoutAssetInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/PositionUpdateWithoutAssetInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/PositionWhereInput.cjs +13 -0
- package/generated/typegraphql-prisma/resolvers/inputs/PositionWhereInput.d.ts +3 -0
- package/generated/typegraphql-prisma/resolvers/inputs/PositionWhereInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/PositionWhereInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/PositionWhereUniqueInput.cjs +13 -0
- package/generated/typegraphql-prisma/resolvers/inputs/PositionWhereUniqueInput.d.ts +3 -0
- package/generated/typegraphql-prisma/resolvers/inputs/PositionWhereUniqueInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/PositionWhereUniqueInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/CreateManyPositionAndReturnOutputType.cjs +12 -0
- package/generated/typegraphql-prisma/resolvers/outputs/CreateManyPositionAndReturnOutputType.d.ts +2 -0
- package/generated/typegraphql-prisma/resolvers/outputs/CreateManyPositionAndReturnOutputType.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/CreateManyPositionAndReturnOutputType.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/PositionCountAggregate.cjs +12 -0
- package/generated/typegraphql-prisma/resolvers/outputs/PositionCountAggregate.d.ts +2 -0
- package/generated/typegraphql-prisma/resolvers/outputs/PositionCountAggregate.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/PositionCountAggregate.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/PositionGroupBy.cjs +12 -0
- package/generated/typegraphql-prisma/resolvers/outputs/PositionGroupBy.d.ts +2 -0
- package/generated/typegraphql-prisma/resolvers/outputs/PositionGroupBy.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/PositionGroupBy.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/PositionMaxAggregate.cjs +12 -0
- package/generated/typegraphql-prisma/resolvers/outputs/PositionMaxAggregate.d.ts +2 -0
- package/generated/typegraphql-prisma/resolvers/outputs/PositionMaxAggregate.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/PositionMaxAggregate.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/PositionMinAggregate.cjs +12 -0
- package/generated/typegraphql-prisma/resolvers/outputs/PositionMinAggregate.d.ts +2 -0
- package/generated/typegraphql-prisma/resolvers/outputs/PositionMinAggregate.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/PositionMinAggregate.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/args/AlpacaAccountPositionsArgs.d.ts +1 -1
- package/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/args/AlpacaAccountPositionsArgs.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/args/AlpacaAccountPositionsArgs.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/relations/Asset/args/AssetPositionsArgs.d.ts +1 -1
- package/generated/typegraphql-prisma/resolvers/relations/Asset/args/AssetPositionsArgs.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/relations/Asset/args/AssetPositionsArgs.js.map +1 -1
- package/package.json +1 -1
- package/server/Account.d.ts.map +1 -1
- package/server/Account.js.map +1 -1
- package/server/Account.mjs +2 -0
- package/server/AlpacaAccount.d.ts.map +1 -1
- package/server/AlpacaAccount.js.map +1 -1
- package/server/AlpacaAccount.mjs +2 -0
- package/server/Asset.d.ts.map +1 -1
- package/server/Asset.js.map +1 -1
- package/server/Asset.mjs +2 -0
- package/server/Authenticator.d.ts.map +1 -1
- package/server/Authenticator.js.map +1 -1
- package/server/Authenticator.mjs +2 -0
- package/server/Customer.d.ts.map +1 -1
- package/server/Customer.js.map +1 -1
- package/server/Customer.mjs +2 -0
- package/server/Position.d.ts.map +1 -1
- package/server/Position.js.map +1 -1
- package/server/Position.mjs +22 -0
- package/server/User.d.ts.map +1 -1
- package/server/User.js.map +1 -1
- package/server/User.mjs +2 -0
- package/server/generated/selectionSets/Account.d.ts +1 -1
- package/server/generated/selectionSets/Account.d.ts.map +1 -1
- package/server/generated/selectionSets/Account.js.map +1 -1
- package/server/generated/selectionSets/Account.mjs +2 -0
- package/server/generated/selectionSets/AlpacaAccount.d.ts +1 -1
- package/server/generated/selectionSets/AlpacaAccount.d.ts.map +1 -1
- package/server/generated/selectionSets/AlpacaAccount.js.map +1 -1
- package/server/generated/selectionSets/AlpacaAccount.mjs +2 -0
- package/server/generated/selectionSets/Asset.d.ts +1 -1
- package/server/generated/selectionSets/Asset.d.ts.map +1 -1
- package/server/generated/selectionSets/Asset.js.map +1 -1
- package/server/generated/selectionSets/Asset.mjs +2 -0
- package/server/generated/selectionSets/Authenticator.d.ts +1 -1
- package/server/generated/selectionSets/Authenticator.d.ts.map +1 -1
- package/server/generated/selectionSets/Authenticator.js.map +1 -1
- package/server/generated/selectionSets/Authenticator.mjs +2 -0
- package/server/generated/selectionSets/Customer.d.ts +1 -1
- package/server/generated/selectionSets/Customer.d.ts.map +1 -1
- package/server/generated/selectionSets/Customer.js.map +1 -1
- package/server/generated/selectionSets/Customer.mjs +2 -0
- package/server/generated/selectionSets/Position.d.ts +1 -1
- package/server/generated/selectionSets/Position.d.ts.map +1 -1
- package/server/generated/selectionSets/Position.js.map +1 -1
- package/server/generated/selectionSets/Position.mjs +2 -0
- package/server/generated/selectionSets/User.d.ts +1 -1
- package/server/generated/selectionSets/User.d.ts.map +1 -1
- package/server/generated/selectionSets/User.js.map +1 -1
- package/server/generated/selectionSets/User.mjs +2 -0
- package/server/generated/typegraphql-prisma/enhance.js.map +1 -1
- package/server/generated/typegraphql-prisma/enhance.mjs +25 -25
- package/server/generated/typegraphql-prisma/enums/PositionScalarFieldEnum.d.ts +3 -1
- package/server/generated/typegraphql-prisma/enums/PositionScalarFieldEnum.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/enums/PositionScalarFieldEnum.js.map +1 -1
- package/server/generated/typegraphql-prisma/enums/PositionScalarFieldEnum.mjs +2 -0
- package/server/generated/typegraphql-prisma/models/Position.d.ts +8 -0
- package/server/generated/typegraphql-prisma/models/Position.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/models/Position.js.map +1 -1
- package/server/generated/typegraphql-prisma/models/Position.mjs +22 -0
- package/server/generated/typegraphql-prisma/resolvers/crud/Position/args/FindFirstPositionArgs.d.ts +1 -1
- package/server/generated/typegraphql-prisma/resolvers/crud/Position/args/FindFirstPositionArgs.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/crud/Position/args/FindFirstPositionArgs.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/crud/Position/args/FindFirstPositionOrThrowArgs.d.ts +1 -1
- package/server/generated/typegraphql-prisma/resolvers/crud/Position/args/FindFirstPositionOrThrowArgs.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/crud/Position/args/FindFirstPositionOrThrowArgs.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/crud/Position/args/FindManyPositionArgs.d.ts +1 -1
- package/server/generated/typegraphql-prisma/resolvers/crud/Position/args/FindManyPositionArgs.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/crud/Position/args/FindManyPositionArgs.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/crud/Position/args/GroupByPositionArgs.d.ts +1 -1
- package/server/generated/typegraphql-prisma/resolvers/crud/Position/args/GroupByPositionArgs.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/crud/Position/args/GroupByPositionArgs.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionCountOrderByAggregateInput.d.ts +2 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionCountOrderByAggregateInput.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionCountOrderByAggregateInput.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionCountOrderByAggregateInput.mjs +14 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionCreateInput.d.ts +2 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionCreateInput.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionCreateInput.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionCreateInput.mjs +14 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionCreateManyAlpacaAccountInput.d.ts +2 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionCreateManyAlpacaAccountInput.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionCreateManyAlpacaAccountInput.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionCreateManyAlpacaAccountInput.mjs +14 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionCreateManyAssetInput.d.ts +2 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionCreateManyAssetInput.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionCreateManyAssetInput.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionCreateManyAssetInput.mjs +14 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionCreateManyInput.d.ts +2 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionCreateManyInput.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionCreateManyInput.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionCreateManyInput.mjs +14 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionCreateWithoutAlpacaAccountInput.d.ts +2 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionCreateWithoutAlpacaAccountInput.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionCreateWithoutAlpacaAccountInput.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionCreateWithoutAlpacaAccountInput.mjs +14 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionCreateWithoutAssetInput.d.ts +2 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionCreateWithoutAssetInput.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionCreateWithoutAssetInput.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionCreateWithoutAssetInput.mjs +14 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionMaxOrderByAggregateInput.d.ts +2 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionMaxOrderByAggregateInput.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionMaxOrderByAggregateInput.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionMaxOrderByAggregateInput.mjs +14 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionMinOrderByAggregateInput.d.ts +2 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionMinOrderByAggregateInput.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionMinOrderByAggregateInput.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionMinOrderByAggregateInput.mjs +14 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionOrderByWithAggregationInput.d.ts +2 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionOrderByWithAggregationInput.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionOrderByWithAggregationInput.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionOrderByWithAggregationInput.mjs +14 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionOrderByWithRelationInput.d.ts +2 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionOrderByWithRelationInput.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionOrderByWithRelationInput.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionOrderByWithRelationInput.mjs +14 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionScalarWhereInput.d.ts +3 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionScalarWhereInput.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionScalarWhereInput.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionScalarWhereInput.mjs +15 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionScalarWhereWithAggregatesInput.d.ts +3 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionScalarWhereWithAggregatesInput.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionScalarWhereWithAggregatesInput.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionScalarWhereWithAggregatesInput.mjs +15 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionUpdateInput.d.ts +3 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionUpdateInput.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionUpdateInput.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionUpdateInput.mjs +15 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionUpdateManyMutationInput.d.ts +3 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionUpdateManyMutationInput.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionUpdateManyMutationInput.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionUpdateManyMutationInput.mjs +15 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionUpdateWithoutAlpacaAccountInput.d.ts +3 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionUpdateWithoutAlpacaAccountInput.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionUpdateWithoutAlpacaAccountInput.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionUpdateWithoutAlpacaAccountInput.mjs +15 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionUpdateWithoutAssetInput.d.ts +3 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionUpdateWithoutAssetInput.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionUpdateWithoutAssetInput.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionUpdateWithoutAssetInput.mjs +15 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionWhereInput.d.ts +3 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionWhereInput.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionWhereInput.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionWhereInput.mjs +15 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionWhereUniqueInput.d.ts +3 -0
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionWhereUniqueInput.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionWhereUniqueInput.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/inputs/PositionWhereUniqueInput.mjs +15 -0
- package/server/generated/typegraphql-prisma/resolvers/outputs/CreateManyPositionAndReturnOutputType.d.ts +2 -0
- package/server/generated/typegraphql-prisma/resolvers/outputs/CreateManyPositionAndReturnOutputType.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/outputs/CreateManyPositionAndReturnOutputType.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/outputs/CreateManyPositionAndReturnOutputType.mjs +14 -0
- package/server/generated/typegraphql-prisma/resolvers/outputs/PositionCountAggregate.d.ts +2 -0
- package/server/generated/typegraphql-prisma/resolvers/outputs/PositionCountAggregate.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/outputs/PositionCountAggregate.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/outputs/PositionCountAggregate.mjs +14 -0
- package/server/generated/typegraphql-prisma/resolvers/outputs/PositionGroupBy.d.ts +2 -0
- package/server/generated/typegraphql-prisma/resolvers/outputs/PositionGroupBy.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/outputs/PositionGroupBy.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/outputs/PositionGroupBy.mjs +14 -0
- package/server/generated/typegraphql-prisma/resolvers/outputs/PositionMaxAggregate.d.ts +2 -0
- package/server/generated/typegraphql-prisma/resolvers/outputs/PositionMaxAggregate.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/outputs/PositionMaxAggregate.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/outputs/PositionMaxAggregate.mjs +14 -0
- package/server/generated/typegraphql-prisma/resolvers/outputs/PositionMinAggregate.d.ts +2 -0
- package/server/generated/typegraphql-prisma/resolvers/outputs/PositionMinAggregate.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/outputs/PositionMinAggregate.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/outputs/PositionMinAggregate.mjs +14 -0
- package/server/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/args/AlpacaAccountPositionsArgs.d.ts +1 -1
- package/server/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/args/AlpacaAccountPositionsArgs.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/args/AlpacaAccountPositionsArgs.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/relations/Asset/args/AssetPositionsArgs.d.ts +1 -1
- package/server/generated/typegraphql-prisma/resolvers/relations/Asset/args/AssetPositionsArgs.d.ts.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/relations/Asset/args/AssetPositionsArgs.js.map +1 -1
@@ -742,7 +742,7 @@ const modelsInfo = {
|
|
742
742
|
Session: ["id", "sessionToken", "userId", "expires", "createdAt", "updatedAt"],
|
743
743
|
User: ["id", "name", "email", "emailVerified", "image", "createdAt", "updatedAt", "role", "bio", "jobTitle", "currentAccount", "customerId", "plan", "openaiAPIKey", "openaiModel"],
|
744
744
|
AlpacaAccount: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "minOrderSize", "maxOrderSize", "minPercentageChange", "volumeThreshold", "userId", "createdAt", "updatedAt"],
|
745
|
-
Position: ["id", "assetId", "averageEntryPrice", "qty", "qtyAvailable", "marketValue", "costBasis", "unrealizedPL", "unrealizedPLPC", "unrealisedIntradayPL", "unrealisedIntradayPLPC", "currentPrice", "lastTradePrice", "changeToday", "assetMarginable", "alpacaAccountId", "closed"],
|
745
|
+
Position: ["id", "assetId", "averageEntryPrice", "qty", "qtyAvailable", "marketValue", "costBasis", "unrealizedPL", "unrealizedPLPC", "unrealisedIntradayPL", "unrealisedIntradayPLPC", "currentPrice", "lastTradePrice", "changeToday", "assetMarginable", "alpacaAccountId", "closed", "createdAt", "updatedAt"],
|
746
746
|
Authenticator: ["id", "userId", "credentialID", "publicKey", "counter", "createdAt", "updatedAt"],
|
747
747
|
Account: ["id", "userId", "type", "provider", "providerAccountId", "refresh_token", "access_token", "expires_at", "token_type", "scope", "id_token", "session_state", "createdAt", "updatedAt"],
|
748
748
|
VerificationToken: ["id", "identifier", "token", "expires"],
|
@@ -776,7 +776,7 @@ const outputsInfo = {
|
|
776
776
|
AggregateAlpacaAccount: ["_count", "_avg", "_sum", "_min", "_max"],
|
777
777
|
AlpacaAccountGroupBy: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "minOrderSize", "maxOrderSize", "minPercentageChange", "volumeThreshold", "userId", "createdAt", "updatedAt", "_count", "_avg", "_sum", "_min", "_max"],
|
778
778
|
AggregatePosition: ["_count", "_avg", "_sum", "_min", "_max"],
|
779
|
-
PositionGroupBy: ["id", "assetId", "averageEntryPrice", "qty", "qtyAvailable", "marketValue", "costBasis", "unrealizedPL", "unrealizedPLPC", "unrealisedIntradayPL", "unrealisedIntradayPLPC", "currentPrice", "lastTradePrice", "changeToday", "assetMarginable", "alpacaAccountId", "closed", "_count", "_avg", "_sum", "_min", "_max"],
|
779
|
+
PositionGroupBy: ["id", "assetId", "averageEntryPrice", "qty", "qtyAvailable", "marketValue", "costBasis", "unrealizedPL", "unrealizedPLPC", "unrealisedIntradayPL", "unrealisedIntradayPLPC", "currentPrice", "lastTradePrice", "changeToday", "assetMarginable", "alpacaAccountId", "closed", "createdAt", "updatedAt", "_count", "_avg", "_sum", "_min", "_max"],
|
780
780
|
AggregateAuthenticator: ["_count", "_avg", "_sum", "_min", "_max"],
|
781
781
|
AuthenticatorGroupBy: ["id", "userId", "credentialID", "publicKey", "counter", "createdAt", "updatedAt", "_count", "_avg", "_sum", "_min", "_max"],
|
782
782
|
AggregateAccount: ["_count", "_avg", "_sum", "_min", "_max"],
|
@@ -823,11 +823,11 @@ const outputsInfo = {
|
|
823
823
|
AlpacaAccountSumAggregate: ["minOrderSize", "maxOrderSize", "minPercentageChange", "volumeThreshold"],
|
824
824
|
AlpacaAccountMinAggregate: ["id", "type", "APIKey", "APISecret", "marketOpen", "minOrderSize", "maxOrderSize", "minPercentageChange", "volumeThreshold", "userId", "createdAt", "updatedAt"],
|
825
825
|
AlpacaAccountMaxAggregate: ["id", "type", "APIKey", "APISecret", "marketOpen", "minOrderSize", "maxOrderSize", "minPercentageChange", "volumeThreshold", "userId", "createdAt", "updatedAt"],
|
826
|
-
PositionCountAggregate: ["id", "assetId", "averageEntryPrice", "qty", "qtyAvailable", "marketValue", "costBasis", "unrealizedPL", "unrealizedPLPC", "unrealisedIntradayPL", "unrealisedIntradayPLPC", "currentPrice", "lastTradePrice", "changeToday", "assetMarginable", "alpacaAccountId", "closed", "_all"],
|
826
|
+
PositionCountAggregate: ["id", "assetId", "averageEntryPrice", "qty", "qtyAvailable", "marketValue", "costBasis", "unrealizedPL", "unrealizedPLPC", "unrealisedIntradayPL", "unrealisedIntradayPLPC", "currentPrice", "lastTradePrice", "changeToday", "assetMarginable", "alpacaAccountId", "closed", "createdAt", "updatedAt", "_all"],
|
827
827
|
PositionAvgAggregate: ["averageEntryPrice", "qty", "qtyAvailable", "marketValue", "costBasis", "unrealizedPL", "unrealizedPLPC", "unrealisedIntradayPL", "unrealisedIntradayPLPC", "currentPrice", "lastTradePrice", "changeToday"],
|
828
828
|
PositionSumAggregate: ["averageEntryPrice", "qty", "qtyAvailable", "marketValue", "costBasis", "unrealizedPL", "unrealizedPLPC", "unrealisedIntradayPL", "unrealisedIntradayPLPC", "currentPrice", "lastTradePrice", "changeToday"],
|
829
|
-
PositionMinAggregate: ["id", "assetId", "averageEntryPrice", "qty", "qtyAvailable", "marketValue", "costBasis", "unrealizedPL", "unrealizedPLPC", "unrealisedIntradayPL", "unrealisedIntradayPLPC", "currentPrice", "lastTradePrice", "changeToday", "assetMarginable", "alpacaAccountId", "closed"],
|
830
|
-
PositionMaxAggregate: ["id", "assetId", "averageEntryPrice", "qty", "qtyAvailable", "marketValue", "costBasis", "unrealizedPL", "unrealizedPLPC", "unrealisedIntradayPL", "unrealisedIntradayPLPC", "currentPrice", "lastTradePrice", "changeToday", "assetMarginable", "alpacaAccountId", "closed"],
|
829
|
+
PositionMinAggregate: ["id", "assetId", "averageEntryPrice", "qty", "qtyAvailable", "marketValue", "costBasis", "unrealizedPL", "unrealizedPLPC", "unrealisedIntradayPL", "unrealisedIntradayPLPC", "currentPrice", "lastTradePrice", "changeToday", "assetMarginable", "alpacaAccountId", "closed", "createdAt", "updatedAt"],
|
830
|
+
PositionMaxAggregate: ["id", "assetId", "averageEntryPrice", "qty", "qtyAvailable", "marketValue", "costBasis", "unrealizedPL", "unrealizedPLPC", "unrealisedIntradayPL", "unrealisedIntradayPLPC", "currentPrice", "lastTradePrice", "changeToday", "assetMarginable", "alpacaAccountId", "closed", "createdAt", "updatedAt"],
|
831
831
|
AuthenticatorCountAggregate: ["id", "userId", "credentialID", "publicKey", "counter", "createdAt", "updatedAt", "_all"],
|
832
832
|
AuthenticatorAvgAggregate: ["counter"],
|
833
833
|
AuthenticatorSumAggregate: ["counter"],
|
@@ -898,7 +898,7 @@ const outputsInfo = {
|
|
898
898
|
CreateManySessionAndReturnOutputType: ["id", "sessionToken", "userId", "expires", "createdAt", "updatedAt", "user"],
|
899
899
|
CreateManyUserAndReturnOutputType: ["id", "name", "email", "emailVerified", "image", "createdAt", "updatedAt", "role", "bio", "jobTitle", "currentAccount", "customerId", "plan", "openaiAPIKey", "openaiModel", "customer"],
|
900
900
|
CreateManyAlpacaAccountAndReturnOutputType: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "minOrderSize", "maxOrderSize", "minPercentageChange", "volumeThreshold", "userId", "createdAt", "updatedAt", "user"],
|
901
|
-
CreateManyPositionAndReturnOutputType: ["id", "assetId", "averageEntryPrice", "qty", "qtyAvailable", "marketValue", "costBasis", "unrealizedPL", "unrealizedPLPC", "unrealisedIntradayPL", "unrealisedIntradayPLPC", "currentPrice", "lastTradePrice", "changeToday", "assetMarginable", "alpacaAccountId", "closed", "asset", "alpacaAccount"],
|
901
|
+
CreateManyPositionAndReturnOutputType: ["id", "assetId", "averageEntryPrice", "qty", "qtyAvailable", "marketValue", "costBasis", "unrealizedPL", "unrealizedPLPC", "unrealisedIntradayPL", "unrealisedIntradayPLPC", "currentPrice", "lastTradePrice", "changeToday", "assetMarginable", "alpacaAccountId", "closed", "createdAt", "updatedAt", "asset", "alpacaAccount"],
|
902
902
|
CreateManyAuthenticatorAndReturnOutputType: ["id", "userId", "credentialID", "publicKey", "counter", "createdAt", "updatedAt", "user"],
|
903
903
|
CreateManyAccountAndReturnOutputType: ["id", "userId", "type", "provider", "providerAccountId", "refresh_token", "access_token", "expires_at", "token_type", "scope", "id_token", "session_state", "createdAt", "updatedAt", "user"],
|
904
904
|
CreateManyVerificationTokenAndReturnOutputType: ["id", "identifier", "token", "expires"],
|
@@ -940,11 +940,11 @@ const inputsInfo = {
|
|
940
940
|
AlpacaAccountWhereUniqueInput: ["id", "AND", "OR", "NOT", "type", "APIKey", "APISecret", "configuration", "marketOpen", "minOrderSize", "maxOrderSize", "minPercentageChange", "volumeThreshold", "userId", "createdAt", "updatedAt", "user", "trades", "orders", "positions", "alerts"],
|
941
941
|
AlpacaAccountOrderByWithAggregationInput: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "minOrderSize", "maxOrderSize", "minPercentageChange", "volumeThreshold", "userId", "createdAt", "updatedAt", "_count", "_avg", "_max", "_min", "_sum"],
|
942
942
|
AlpacaAccountScalarWhereWithAggregatesInput: ["AND", "OR", "NOT", "id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "minOrderSize", "maxOrderSize", "minPercentageChange", "volumeThreshold", "userId", "createdAt", "updatedAt"],
|
943
|
-
PositionWhereInput: ["AND", "OR", "NOT", "id", "assetId", "averageEntryPrice", "qty", "qtyAvailable", "marketValue", "costBasis", "unrealizedPL", "unrealizedPLPC", "unrealisedIntradayPL", "unrealisedIntradayPLPC", "currentPrice", "lastTradePrice", "changeToday", "assetMarginable", "alpacaAccountId", "closed", "asset", "alpacaAccount"],
|
944
|
-
PositionOrderByWithRelationInput: ["id", "assetId", "averageEntryPrice", "qty", "qtyAvailable", "marketValue", "costBasis", "unrealizedPL", "unrealizedPLPC", "unrealisedIntradayPL", "unrealisedIntradayPLPC", "currentPrice", "lastTradePrice", "changeToday", "assetMarginable", "alpacaAccountId", "closed", "asset", "alpacaAccount"],
|
945
|
-
PositionWhereUniqueInput: ["id", "AND", "OR", "NOT", "assetId", "averageEntryPrice", "qty", "qtyAvailable", "marketValue", "costBasis", "unrealizedPL", "unrealizedPLPC", "unrealisedIntradayPL", "unrealisedIntradayPLPC", "currentPrice", "lastTradePrice", "changeToday", "assetMarginable", "alpacaAccountId", "closed", "asset", "alpacaAccount"],
|
946
|
-
PositionOrderByWithAggregationInput: ["id", "assetId", "averageEntryPrice", "qty", "qtyAvailable", "marketValue", "costBasis", "unrealizedPL", "unrealizedPLPC", "unrealisedIntradayPL", "unrealisedIntradayPLPC", "currentPrice", "lastTradePrice", "changeToday", "assetMarginable", "alpacaAccountId", "closed", "_count", "_avg", "_max", "_min", "_sum"],
|
947
|
-
PositionScalarWhereWithAggregatesInput: ["AND", "OR", "NOT", "id", "assetId", "averageEntryPrice", "qty", "qtyAvailable", "marketValue", "costBasis", "unrealizedPL", "unrealizedPLPC", "unrealisedIntradayPL", "unrealisedIntradayPLPC", "currentPrice", "lastTradePrice", "changeToday", "assetMarginable", "alpacaAccountId", "closed"],
|
943
|
+
PositionWhereInput: ["AND", "OR", "NOT", "id", "assetId", "averageEntryPrice", "qty", "qtyAvailable", "marketValue", "costBasis", "unrealizedPL", "unrealizedPLPC", "unrealisedIntradayPL", "unrealisedIntradayPLPC", "currentPrice", "lastTradePrice", "changeToday", "assetMarginable", "alpacaAccountId", "closed", "createdAt", "updatedAt", "asset", "alpacaAccount"],
|
944
|
+
PositionOrderByWithRelationInput: ["id", "assetId", "averageEntryPrice", "qty", "qtyAvailable", "marketValue", "costBasis", "unrealizedPL", "unrealizedPLPC", "unrealisedIntradayPL", "unrealisedIntradayPLPC", "currentPrice", "lastTradePrice", "changeToday", "assetMarginable", "alpacaAccountId", "closed", "createdAt", "updatedAt", "asset", "alpacaAccount"],
|
945
|
+
PositionWhereUniqueInput: ["id", "AND", "OR", "NOT", "assetId", "averageEntryPrice", "qty", "qtyAvailable", "marketValue", "costBasis", "unrealizedPL", "unrealizedPLPC", "unrealisedIntradayPL", "unrealisedIntradayPLPC", "currentPrice", "lastTradePrice", "changeToday", "assetMarginable", "alpacaAccountId", "closed", "createdAt", "updatedAt", "asset", "alpacaAccount"],
|
946
|
+
PositionOrderByWithAggregationInput: ["id", "assetId", "averageEntryPrice", "qty", "qtyAvailable", "marketValue", "costBasis", "unrealizedPL", "unrealizedPLPC", "unrealisedIntradayPL", "unrealisedIntradayPLPC", "currentPrice", "lastTradePrice", "changeToday", "assetMarginable", "alpacaAccountId", "closed", "createdAt", "updatedAt", "_count", "_avg", "_max", "_min", "_sum"],
|
947
|
+
PositionScalarWhereWithAggregatesInput: ["AND", "OR", "NOT", "id", "assetId", "averageEntryPrice", "qty", "qtyAvailable", "marketValue", "costBasis", "unrealizedPL", "unrealizedPLPC", "unrealisedIntradayPL", "unrealisedIntradayPLPC", "currentPrice", "lastTradePrice", "changeToday", "assetMarginable", "alpacaAccountId", "closed", "createdAt", "updatedAt"],
|
948
948
|
AuthenticatorWhereInput: ["AND", "OR", "NOT", "id", "userId", "credentialID", "publicKey", "counter", "createdAt", "updatedAt", "user"],
|
949
949
|
AuthenticatorOrderByWithRelationInput: ["id", "userId", "credentialID", "publicKey", "counter", "createdAt", "updatedAt", "user"],
|
950
950
|
AuthenticatorWhereUniqueInput: ["id", "credentialID", "AND", "OR", "NOT", "userId", "publicKey", "counter", "createdAt", "updatedAt", "user"],
|
@@ -1032,10 +1032,10 @@ const inputsInfo = {
|
|
1032
1032
|
AlpacaAccountUpdateInput: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "minOrderSize", "maxOrderSize", "minPercentageChange", "volumeThreshold", "createdAt", "updatedAt", "user", "trades", "orders", "positions", "alerts"],
|
1033
1033
|
AlpacaAccountCreateManyInput: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "minOrderSize", "maxOrderSize", "minPercentageChange", "volumeThreshold", "userId", "createdAt", "updatedAt"],
|
1034
1034
|
AlpacaAccountUpdateManyMutationInput: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "minOrderSize", "maxOrderSize", "minPercentageChange", "volumeThreshold", "createdAt", "updatedAt"],
|
1035
|
-
PositionCreateInput: ["id", "averageEntryPrice", "qty", "qtyAvailable", "marketValue", "costBasis", "unrealizedPL", "unrealizedPLPC", "unrealisedIntradayPL", "unrealisedIntradayPLPC", "currentPrice", "lastTradePrice", "changeToday", "assetMarginable", "closed", "asset", "alpacaAccount"],
|
1036
|
-
PositionUpdateInput: ["id", "averageEntryPrice", "qty", "qtyAvailable", "marketValue", "costBasis", "unrealizedPL", "unrealizedPLPC", "unrealisedIntradayPL", "unrealisedIntradayPLPC", "currentPrice", "lastTradePrice", "changeToday", "assetMarginable", "closed", "asset", "alpacaAccount"],
|
1037
|
-
PositionCreateManyInput: ["id", "assetId", "averageEntryPrice", "qty", "qtyAvailable", "marketValue", "costBasis", "unrealizedPL", "unrealizedPLPC", "unrealisedIntradayPL", "unrealisedIntradayPLPC", "currentPrice", "lastTradePrice", "changeToday", "assetMarginable", "alpacaAccountId", "closed"],
|
1038
|
-
PositionUpdateManyMutationInput: ["id", "averageEntryPrice", "qty", "qtyAvailable", "marketValue", "costBasis", "unrealizedPL", "unrealizedPLPC", "unrealisedIntradayPL", "unrealisedIntradayPLPC", "currentPrice", "lastTradePrice", "changeToday", "assetMarginable", "closed"],
|
1035
|
+
PositionCreateInput: ["id", "averageEntryPrice", "qty", "qtyAvailable", "marketValue", "costBasis", "unrealizedPL", "unrealizedPLPC", "unrealisedIntradayPL", "unrealisedIntradayPLPC", "currentPrice", "lastTradePrice", "changeToday", "assetMarginable", "closed", "createdAt", "updatedAt", "asset", "alpacaAccount"],
|
1036
|
+
PositionUpdateInput: ["id", "averageEntryPrice", "qty", "qtyAvailable", "marketValue", "costBasis", "unrealizedPL", "unrealizedPLPC", "unrealisedIntradayPL", "unrealisedIntradayPLPC", "currentPrice", "lastTradePrice", "changeToday", "assetMarginable", "closed", "createdAt", "updatedAt", "asset", "alpacaAccount"],
|
1037
|
+
PositionCreateManyInput: ["id", "assetId", "averageEntryPrice", "qty", "qtyAvailable", "marketValue", "costBasis", "unrealizedPL", "unrealizedPLPC", "unrealisedIntradayPL", "unrealisedIntradayPLPC", "currentPrice", "lastTradePrice", "changeToday", "assetMarginable", "alpacaAccountId", "closed", "createdAt", "updatedAt"],
|
1038
|
+
PositionUpdateManyMutationInput: ["id", "averageEntryPrice", "qty", "qtyAvailable", "marketValue", "costBasis", "unrealizedPL", "unrealizedPLPC", "unrealisedIntradayPL", "unrealisedIntradayPLPC", "currentPrice", "lastTradePrice", "changeToday", "assetMarginable", "closed", "createdAt", "updatedAt"],
|
1039
1039
|
AuthenticatorCreateInput: ["id", "credentialID", "publicKey", "counter", "createdAt", "updatedAt", "user"],
|
1040
1040
|
AuthenticatorUpdateInput: ["id", "credentialID", "publicKey", "counter", "createdAt", "updatedAt", "user"],
|
1041
1041
|
AuthenticatorCreateManyInput: ["id", "userId", "credentialID", "publicKey", "counter", "createdAt", "updatedAt"],
|
@@ -1156,10 +1156,10 @@ const inputsInfo = {
|
|
1156
1156
|
FloatWithAggregatesFilter: ["equals", "in", "notIn", "lt", "lte", "gt", "gte", "not", "_count", "_avg", "_sum", "_min", "_max"],
|
1157
1157
|
AssetRelationFilter: ["is", "isNot"],
|
1158
1158
|
AlpacaAccountNullableRelationFilter: ["is", "isNot"],
|
1159
|
-
PositionCountOrderByAggregateInput: ["id", "assetId", "averageEntryPrice", "qty", "qtyAvailable", "marketValue", "costBasis", "unrealizedPL", "unrealizedPLPC", "unrealisedIntradayPL", "unrealisedIntradayPLPC", "currentPrice", "lastTradePrice", "changeToday", "assetMarginable", "alpacaAccountId", "closed"],
|
1159
|
+
PositionCountOrderByAggregateInput: ["id", "assetId", "averageEntryPrice", "qty", "qtyAvailable", "marketValue", "costBasis", "unrealizedPL", "unrealizedPLPC", "unrealisedIntradayPL", "unrealisedIntradayPLPC", "currentPrice", "lastTradePrice", "changeToday", "assetMarginable", "alpacaAccountId", "closed", "createdAt", "updatedAt"],
|
1160
1160
|
PositionAvgOrderByAggregateInput: ["averageEntryPrice", "qty", "qtyAvailable", "marketValue", "costBasis", "unrealizedPL", "unrealizedPLPC", "unrealisedIntradayPL", "unrealisedIntradayPLPC", "currentPrice", "lastTradePrice", "changeToday"],
|
1161
|
-
PositionMaxOrderByAggregateInput: ["id", "assetId", "averageEntryPrice", "qty", "qtyAvailable", "marketValue", "costBasis", "unrealizedPL", "unrealizedPLPC", "unrealisedIntradayPL", "unrealisedIntradayPLPC", "currentPrice", "lastTradePrice", "changeToday", "assetMarginable", "alpacaAccountId", "closed"],
|
1162
|
-
PositionMinOrderByAggregateInput: ["id", "assetId", "averageEntryPrice", "qty", "qtyAvailable", "marketValue", "costBasis", "unrealizedPL", "unrealizedPLPC", "unrealisedIntradayPL", "unrealisedIntradayPLPC", "currentPrice", "lastTradePrice", "changeToday", "assetMarginable", "alpacaAccountId", "closed"],
|
1161
|
+
PositionMaxOrderByAggregateInput: ["id", "assetId", "averageEntryPrice", "qty", "qtyAvailable", "marketValue", "costBasis", "unrealizedPL", "unrealizedPLPC", "unrealisedIntradayPL", "unrealisedIntradayPLPC", "currentPrice", "lastTradePrice", "changeToday", "assetMarginable", "alpacaAccountId", "closed", "createdAt", "updatedAt"],
|
1162
|
+
PositionMinOrderByAggregateInput: ["id", "assetId", "averageEntryPrice", "qty", "qtyAvailable", "marketValue", "costBasis", "unrealizedPL", "unrealizedPLPC", "unrealisedIntradayPL", "unrealisedIntradayPLPC", "currentPrice", "lastTradePrice", "changeToday", "assetMarginable", "alpacaAccountId", "closed", "createdAt", "updatedAt"],
|
1163
1163
|
PositionSumOrderByAggregateInput: ["averageEntryPrice", "qty", "qtyAvailable", "marketValue", "costBasis", "unrealizedPL", "unrealizedPLPC", "unrealisedIntradayPL", "unrealisedIntradayPLPC", "currentPrice", "lastTradePrice", "changeToday"],
|
1164
1164
|
IntFilter: ["equals", "in", "notIn", "lt", "lte", "gt", "gte", "not"],
|
1165
1165
|
AuthenticatorCountOrderByAggregateInput: ["id", "userId", "credentialID", "publicKey", "counter", "createdAt", "updatedAt"],
|
@@ -1496,7 +1496,7 @@ const inputsInfo = {
|
|
1496
1496
|
OrderCreateWithoutAlpacaAccountInput: ["id", "clientOrderId", "qty", "notional", "side", "type", "orderClass", "timeInForce", "limitPrice", "stopPrice", "trailPrice", "trailPercent", "extendedHours", "status", "createdAt", "updatedAt", "submittedAt", "filledAt", "filledQty", "filledAvgPrice", "cancelRequestedAt", "canceledAt", "fee", "strikePrice", "expirationDate", "optionType", "stopLossId", "takeProfitId", "stopLoss", "takeProfit", "action", "asset"],
|
1497
1497
|
OrderCreateOrConnectWithoutAlpacaAccountInput: ["where", "create"],
|
1498
1498
|
OrderCreateManyAlpacaAccountInputEnvelope: ["data", "skipDuplicates"],
|
1499
|
-
PositionCreateWithoutAlpacaAccountInput: ["id", "averageEntryPrice", "qty", "qtyAvailable", "marketValue", "costBasis", "unrealizedPL", "unrealizedPLPC", "unrealisedIntradayPL", "unrealisedIntradayPLPC", "currentPrice", "lastTradePrice", "changeToday", "assetMarginable", "closed", "asset"],
|
1499
|
+
PositionCreateWithoutAlpacaAccountInput: ["id", "averageEntryPrice", "qty", "qtyAvailable", "marketValue", "costBasis", "unrealizedPL", "unrealizedPLPC", "unrealisedIntradayPL", "unrealisedIntradayPLPC", "currentPrice", "lastTradePrice", "changeToday", "assetMarginable", "closed", "createdAt", "updatedAt", "asset"],
|
1500
1500
|
PositionCreateOrConnectWithoutAlpacaAccountInput: ["where", "create"],
|
1501
1501
|
PositionCreateManyAlpacaAccountInputEnvelope: ["data", "skipDuplicates"],
|
1502
1502
|
AlertCreateWithoutAlpacaAccountInput: ["id", "message", "type", "isRead", "createdAt", "updatedAt"],
|
@@ -1516,7 +1516,7 @@ const inputsInfo = {
|
|
1516
1516
|
PositionUpsertWithWhereUniqueWithoutAlpacaAccountInput: ["where", "update", "create"],
|
1517
1517
|
PositionUpdateWithWhereUniqueWithoutAlpacaAccountInput: ["where", "data"],
|
1518
1518
|
PositionUpdateManyWithWhereWithoutAlpacaAccountInput: ["where", "data"],
|
1519
|
-
PositionScalarWhereInput: ["AND", "OR", "NOT", "id", "assetId", "averageEntryPrice", "qty", "qtyAvailable", "marketValue", "costBasis", "unrealizedPL", "unrealizedPLPC", "unrealisedIntradayPL", "unrealisedIntradayPLPC", "currentPrice", "lastTradePrice", "changeToday", "assetMarginable", "alpacaAccountId", "closed"],
|
1519
|
+
PositionScalarWhereInput: ["AND", "OR", "NOT", "id", "assetId", "averageEntryPrice", "qty", "qtyAvailable", "marketValue", "costBasis", "unrealizedPL", "unrealizedPLPC", "unrealisedIntradayPL", "unrealisedIntradayPLPC", "currentPrice", "lastTradePrice", "changeToday", "assetMarginable", "alpacaAccountId", "closed", "createdAt", "updatedAt"],
|
1520
1520
|
AlertUpsertWithWhereUniqueWithoutAlpacaAccountInput: ["where", "update", "create"],
|
1521
1521
|
AlertUpdateWithWhereUniqueWithoutAlpacaAccountInput: ["where", "data"],
|
1522
1522
|
AlertUpdateManyWithWhereWithoutAlpacaAccountInput: ["where", "data"],
|
@@ -1554,7 +1554,7 @@ const inputsInfo = {
|
|
1554
1554
|
OrderCreateWithoutAssetInput: ["id", "clientOrderId", "qty", "notional", "side", "type", "orderClass", "timeInForce", "limitPrice", "stopPrice", "trailPrice", "trailPercent", "extendedHours", "status", "createdAt", "updatedAt", "submittedAt", "filledAt", "filledQty", "filledAvgPrice", "cancelRequestedAt", "canceledAt", "fee", "strikePrice", "expirationDate", "optionType", "stopLossId", "takeProfitId", "stopLoss", "takeProfit", "alpacaAccount", "action"],
|
1555
1555
|
OrderCreateOrConnectWithoutAssetInput: ["where", "create"],
|
1556
1556
|
OrderCreateManyAssetInputEnvelope: ["data", "skipDuplicates"],
|
1557
|
-
PositionCreateWithoutAssetInput: ["id", "averageEntryPrice", "qty", "qtyAvailable", "marketValue", "costBasis", "unrealizedPL", "unrealizedPLPC", "unrealisedIntradayPL", "unrealisedIntradayPLPC", "currentPrice", "lastTradePrice", "changeToday", "assetMarginable", "closed", "alpacaAccount"],
|
1557
|
+
PositionCreateWithoutAssetInput: ["id", "averageEntryPrice", "qty", "qtyAvailable", "marketValue", "costBasis", "unrealizedPL", "unrealizedPLPC", "unrealisedIntradayPL", "unrealisedIntradayPLPC", "currentPrice", "lastTradePrice", "changeToday", "assetMarginable", "closed", "createdAt", "updatedAt", "alpacaAccount"],
|
1558
1558
|
PositionCreateOrConnectWithoutAssetInput: ["where", "create"],
|
1559
1559
|
PositionCreateManyAssetInputEnvelope: ["data", "skipDuplicates"],
|
1560
1560
|
NewsArticleAssetSentimentCreateWithoutAssetInput: ["id", "url", "relevancyScore", "sentimentScore", "sentimentLabel", "news"],
|
@@ -1666,21 +1666,21 @@ const inputsInfo = {
|
|
1666
1666
|
AlpacaAccountUpdateWithoutUserInput: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "minOrderSize", "maxOrderSize", "minPercentageChange", "volumeThreshold", "createdAt", "updatedAt", "trades", "orders", "positions", "alerts"],
|
1667
1667
|
TradeCreateManyAlpacaAccountInput: ["id", "assetId", "qty", "price", "total", "optionType", "signal", "strategy", "analysis", "summary", "confidence", "timestamp", "createdAt", "updatedAt", "status"],
|
1668
1668
|
OrderCreateManyAlpacaAccountInput: ["id", "clientOrderId", "assetId", "qty", "notional", "side", "type", "orderClass", "timeInForce", "limitPrice", "stopPrice", "trailPrice", "trailPercent", "extendedHours", "status", "createdAt", "updatedAt", "submittedAt", "filledAt", "filledQty", "filledAvgPrice", "cancelRequestedAt", "canceledAt", "actionId", "fee", "strikePrice", "expirationDate", "optionType", "stopLossId", "takeProfitId"],
|
1669
|
-
PositionCreateManyAlpacaAccountInput: ["id", "assetId", "averageEntryPrice", "qty", "qtyAvailable", "marketValue", "costBasis", "unrealizedPL", "unrealizedPLPC", "unrealisedIntradayPL", "unrealisedIntradayPLPC", "currentPrice", "lastTradePrice", "changeToday", "assetMarginable", "closed"],
|
1669
|
+
PositionCreateManyAlpacaAccountInput: ["id", "assetId", "averageEntryPrice", "qty", "qtyAvailable", "marketValue", "costBasis", "unrealizedPL", "unrealizedPLPC", "unrealisedIntradayPL", "unrealisedIntradayPLPC", "currentPrice", "lastTradePrice", "changeToday", "assetMarginable", "closed", "createdAt", "updatedAt"],
|
1670
1670
|
AlertCreateManyAlpacaAccountInput: ["id", "message", "type", "isRead", "createdAt", "updatedAt"],
|
1671
1671
|
TradeUpdateWithoutAlpacaAccountInput: ["id", "qty", "price", "total", "optionType", "signal", "strategy", "analysis", "summary", "confidence", "timestamp", "createdAt", "updatedAt", "status", "asset", "actions"],
|
1672
1672
|
OrderUpdateWithoutAlpacaAccountInput: ["id", "clientOrderId", "qty", "notional", "side", "type", "orderClass", "timeInForce", "limitPrice", "stopPrice", "trailPrice", "trailPercent", "extendedHours", "status", "createdAt", "updatedAt", "submittedAt", "filledAt", "filledQty", "filledAvgPrice", "cancelRequestedAt", "canceledAt", "fee", "strikePrice", "expirationDate", "optionType", "stopLossId", "takeProfitId", "stopLoss", "takeProfit", "action", "asset"],
|
1673
|
-
PositionUpdateWithoutAlpacaAccountInput: ["id", "averageEntryPrice", "qty", "qtyAvailable", "marketValue", "costBasis", "unrealizedPL", "unrealizedPLPC", "unrealisedIntradayPL", "unrealisedIntradayPLPC", "currentPrice", "lastTradePrice", "changeToday", "assetMarginable", "closed", "asset"],
|
1673
|
+
PositionUpdateWithoutAlpacaAccountInput: ["id", "averageEntryPrice", "qty", "qtyAvailable", "marketValue", "costBasis", "unrealizedPL", "unrealizedPLPC", "unrealisedIntradayPL", "unrealisedIntradayPLPC", "currentPrice", "lastTradePrice", "changeToday", "assetMarginable", "closed", "createdAt", "updatedAt", "asset"],
|
1674
1674
|
AlertUpdateWithoutAlpacaAccountInput: ["id", "message", "type", "isRead", "createdAt", "updatedAt"],
|
1675
1675
|
UserCreateManyCustomerInput: ["id", "name", "email", "emailVerified", "image", "createdAt", "updatedAt", "role", "bio", "jobTitle", "currentAccount", "plan", "openaiAPIKey", "openaiModel"],
|
1676
1676
|
UserUpdateWithoutCustomerInput: ["id", "name", "email", "emailVerified", "image", "createdAt", "updatedAt", "role", "bio", "jobTitle", "currentAccount", "plan", "openaiAPIKey", "openaiModel", "accounts", "sessions", "authenticators", "alpacaAccounts"],
|
1677
1677
|
TradeCreateManyAssetInput: ["id", "alpacaAccountId", "qty", "price", "total", "optionType", "signal", "strategy", "analysis", "summary", "confidence", "timestamp", "createdAt", "updatedAt", "status"],
|
1678
1678
|
OrderCreateManyAssetInput: ["id", "clientOrderId", "alpacaAccountId", "qty", "notional", "side", "type", "orderClass", "timeInForce", "limitPrice", "stopPrice", "trailPrice", "trailPercent", "extendedHours", "status", "createdAt", "updatedAt", "submittedAt", "filledAt", "filledQty", "filledAvgPrice", "cancelRequestedAt", "canceledAt", "actionId", "fee", "strikePrice", "expirationDate", "optionType", "stopLossId", "takeProfitId"],
|
1679
|
-
PositionCreateManyAssetInput: ["id", "averageEntryPrice", "qty", "qtyAvailable", "marketValue", "costBasis", "unrealizedPL", "unrealizedPLPC", "unrealisedIntradayPL", "unrealisedIntradayPLPC", "currentPrice", "lastTradePrice", "changeToday", "assetMarginable", "alpacaAccountId", "closed"],
|
1679
|
+
PositionCreateManyAssetInput: ["id", "averageEntryPrice", "qty", "qtyAvailable", "marketValue", "costBasis", "unrealizedPL", "unrealizedPLPC", "unrealisedIntradayPL", "unrealisedIntradayPLPC", "currentPrice", "lastTradePrice", "changeToday", "assetMarginable", "alpacaAccountId", "closed", "createdAt", "updatedAt"],
|
1680
1680
|
NewsArticleAssetSentimentCreateManyAssetInput: ["id", "newsArticleId", "url", "relevancyScore", "sentimentScore", "sentimentLabel"],
|
1681
1681
|
TradeUpdateWithoutAssetInput: ["id", "qty", "price", "total", "optionType", "signal", "strategy", "analysis", "summary", "confidence", "timestamp", "createdAt", "updatedAt", "status", "alpacaAccount", "actions"],
|
1682
1682
|
OrderUpdateWithoutAssetInput: ["id", "clientOrderId", "qty", "notional", "side", "type", "orderClass", "timeInForce", "limitPrice", "stopPrice", "trailPrice", "trailPercent", "extendedHours", "status", "createdAt", "updatedAt", "submittedAt", "filledAt", "filledQty", "filledAvgPrice", "cancelRequestedAt", "canceledAt", "fee", "strikePrice", "expirationDate", "optionType", "stopLossId", "takeProfitId", "stopLoss", "takeProfit", "alpacaAccount", "action"],
|
1683
|
-
PositionUpdateWithoutAssetInput: ["id", "averageEntryPrice", "qty", "qtyAvailable", "marketValue", "costBasis", "unrealizedPL", "unrealizedPLPC", "unrealisedIntradayPL", "unrealisedIntradayPLPC", "currentPrice", "lastTradePrice", "changeToday", "assetMarginable", "closed", "alpacaAccount"],
|
1683
|
+
PositionUpdateWithoutAssetInput: ["id", "averageEntryPrice", "qty", "qtyAvailable", "marketValue", "costBasis", "unrealizedPL", "unrealizedPLPC", "unrealisedIntradayPL", "unrealisedIntradayPLPC", "currentPrice", "lastTradePrice", "changeToday", "assetMarginable", "closed", "createdAt", "updatedAt", "alpacaAccount"],
|
1684
1684
|
NewsArticleAssetSentimentUpdateWithoutAssetInput: ["id", "url", "relevancyScore", "sentimentScore", "sentimentLabel", "news"],
|
1685
1685
|
ActionCreateManyTradeInput: ["id", "sequence", "type", "note", "status", "fee"],
|
1686
1686
|
ActionUpdateWithoutTradeInput: ["id", "sequence", "type", "note", "status", "fee", "order"],
|
@@ -15,6 +15,8 @@ export declare enum PositionScalarFieldEnum {
|
|
15
15
|
changeToday = "changeToday",
|
16
16
|
assetMarginable = "assetMarginable",
|
17
17
|
alpacaAccountId = "alpacaAccountId",
|
18
|
-
closed = "closed"
|
18
|
+
closed = "closed",
|
19
|
+
createdAt = "createdAt",
|
20
|
+
updatedAt = "updatedAt"
|
19
21
|
}
|
20
22
|
//# sourceMappingURL=PositionScalarFieldEnum.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"PositionScalarFieldEnum.d.ts","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/enums/PositionScalarFieldEnum.ts"],"names":[],"mappings":"AAEA,oBAAY,uBAAuB;IACjC,EAAE,OAAO;IACT,OAAO,YAAY;IACnB,iBAAiB,sBAAsB;IACvC,GAAG,QAAQ;IACX,YAAY,iBAAiB;IAC7B,WAAW,gBAAgB;IAC3B,SAAS,cAAc;IACvB,YAAY,iBAAiB;IAC7B,cAAc,mBAAmB;IACjC,oBAAoB,yBAAyB;IAC7C,sBAAsB,2BAA2B;IACjD,YAAY,iBAAiB;IAC7B,cAAc,mBAAmB;IACjC,WAAW,gBAAgB;IAC3B,eAAe,oBAAoB;IACnC,eAAe,oBAAoB;IACnC,MAAM,WAAW;
|
1
|
+
{"version":3,"file":"PositionScalarFieldEnum.d.ts","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/enums/PositionScalarFieldEnum.ts"],"names":[],"mappings":"AAEA,oBAAY,uBAAuB;IACjC,EAAE,OAAO;IACT,OAAO,YAAY;IACnB,iBAAiB,sBAAsB;IACvC,GAAG,QAAQ;IACX,YAAY,iBAAiB;IAC7B,WAAW,gBAAgB;IAC3B,SAAS,cAAc;IACvB,YAAY,iBAAiB;IAC7B,cAAc,mBAAmB;IACjC,oBAAoB,yBAAyB;IAC7C,sBAAsB,2BAA2B;IACjD,YAAY,iBAAiB;IAC7B,cAAc,mBAAmB;IACjC,WAAW,gBAAgB;IAC3B,eAAe,oBAAoB;IACnC,eAAe,oBAAoB;IACnC,MAAM,WAAW;IACjB,SAAS,cAAc;IACvB,SAAS,cAAc;CACxB"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"PositionScalarFieldEnum.js","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/enums/PositionScalarFieldEnum.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAE5C,MAAM,CAAN,IAAY,
|
1
|
+
{"version":3,"file":"PositionScalarFieldEnum.js","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/enums/PositionScalarFieldEnum.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAE5C,MAAM,CAAN,IAAY,uBAoBX;AApBD,WAAY,uBAAuB;IACjC,oCAAS,CAAA;IACT,8CAAmB,CAAA;IACnB,kEAAuC,CAAA;IACvC,sCAAW,CAAA;IACX,wDAA6B,CAAA;IAC7B,sDAA2B,CAAA;IAC3B,kDAAuB,CAAA;IACvB,wDAA6B,CAAA;IAC7B,4DAAiC,CAAA;IACjC,wEAA6C,CAAA;IAC7C,4EAAiD,CAAA;IACjD,wDAA6B,CAAA;IAC7B,4DAAiC,CAAA;IACjC,sDAA2B,CAAA;IAC3B,8DAAmC,CAAA;IACnC,8DAAmC,CAAA;IACnC,4CAAiB,CAAA;IACjB,kDAAuB,CAAA;IACvB,kDAAuB,CAAA;AACzB,CAAC,EApBW,uBAAuB,KAAvB,uBAAuB,QAoBlC;AACD,WAAW,CAAC,gBAAgB,CAAC,uBAAuB,EAAE;IACpD,IAAI,EAAE,yBAAyB;IAC/B,WAAW,EAAE,SAAS;CACvB,CAAC,CAAC"}
|
@@ -18,6 +18,8 @@ export var PositionScalarFieldEnum;
|
|
18
18
|
PositionScalarFieldEnum["assetMarginable"] = "assetMarginable";
|
19
19
|
PositionScalarFieldEnum["alpacaAccountId"] = "alpacaAccountId";
|
20
20
|
PositionScalarFieldEnum["closed"] = "closed";
|
21
|
+
PositionScalarFieldEnum["createdAt"] = "createdAt";
|
22
|
+
PositionScalarFieldEnum["updatedAt"] = "updatedAt";
|
21
23
|
})(PositionScalarFieldEnum || (PositionScalarFieldEnum = {}));
|
22
24
|
TypeGraphQL.registerEnumType(PositionScalarFieldEnum, {
|
23
25
|
name: "PositionScalarFieldEnum",
|
@@ -77,5 +77,13 @@ export declare class Position {
|
|
77
77
|
* Whether the position has been closed out or not. TYPESTRING.SKIP=true
|
78
78
|
*/
|
79
79
|
closed: boolean;
|
80
|
+
/**
|
81
|
+
* Timestamp when the position was created. TYPESTRING.SKIP=true
|
82
|
+
*/
|
83
|
+
createdAt: Date;
|
84
|
+
/**
|
85
|
+
* Timestamp when the position was last updated. TYPESTRING.SKIP=true
|
86
|
+
*/
|
87
|
+
updatedAt: Date;
|
80
88
|
}
|
81
89
|
//# sourceMappingURL=Position.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Position.d.ts","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/models/Position.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AACxD,OAAO,EAAE,KAAK,EAAE,MAAM,iBAAiB,CAAC;AAExC,qBACa,QAAQ;IACnB;;OAEG;IAKH,EAAE,EAAG,MAAM,CAAC;IAEZ;;OAEG;IAKH,OAAO,EAAG,MAAM,CAAC;IAEjB;;OAEG;IACH,KAAK,CAAC,EAAE,KAAK,CAAC;IAEd;;OAEG;IAKH,iBAAiB,EAAG,MAAM,CAAC;IAE3B;;OAEG;IAKH,GAAG,EAAG,MAAM,CAAC;IAEb;;OAEG;IAKH,YAAY,EAAG,MAAM,CAAC;IAEtB;;OAEG;IAKH,WAAW,EAAG,MAAM,CAAC;IAErB;;OAEG;IAKH,SAAS,EAAG,MAAM,CAAC;IAEnB;;OAEG;IAKH,YAAY,EAAG,MAAM,CAAC;IAEtB;;OAEG;IAKH,cAAc,EAAG,MAAM,CAAC;IAExB;;OAEG;IAKH,oBAAoB,EAAG,MAAM,CAAC;IAE9B;;OAEG;IAKH,sBAAsB,EAAG,MAAM,CAAC;IAEhC;;OAEG;IAKH,YAAY,EAAG,MAAM,CAAC;IAEtB;;OAEG;IAKH,cAAc,EAAG,MAAM,CAAC;IAExB;;OAEG;IAKH,WAAW,EAAG,MAAM,CAAC;IAErB;;OAEG;IAKH,eAAe,EAAG,OAAO,CAAC;IAE1B;;OAEG;IACH,aAAa,CAAC,EAAE,aAAa,GAAG,IAAI,CAAC;IAErC;;OAEG;IAKH,eAAe,EAAG,MAAM,CAAC;IAEzB;;OAEG;IAKH,MAAM,EAAG,OAAO,CAAC;CAClB"}
|
1
|
+
{"version":3,"file":"Position.d.ts","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/models/Position.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AACxD,OAAO,EAAE,KAAK,EAAE,MAAM,iBAAiB,CAAC;AAExC,qBACa,QAAQ;IACnB;;OAEG;IAKH,EAAE,EAAG,MAAM,CAAC;IAEZ;;OAEG;IAKH,OAAO,EAAG,MAAM,CAAC;IAEjB;;OAEG;IACH,KAAK,CAAC,EAAE,KAAK,CAAC;IAEd;;OAEG;IAKH,iBAAiB,EAAG,MAAM,CAAC;IAE3B;;OAEG;IAKH,GAAG,EAAG,MAAM,CAAC;IAEb;;OAEG;IAKH,YAAY,EAAG,MAAM,CAAC;IAEtB;;OAEG;IAKH,WAAW,EAAG,MAAM,CAAC;IAErB;;OAEG;IAKH,SAAS,EAAG,MAAM,CAAC;IAEnB;;OAEG;IAKH,YAAY,EAAG,MAAM,CAAC;IAEtB;;OAEG;IAKH,cAAc,EAAG,MAAM,CAAC;IAExB;;OAEG;IAKH,oBAAoB,EAAG,MAAM,CAAC;IAE9B;;OAEG;IAKH,sBAAsB,EAAG,MAAM,CAAC;IAEhC;;OAEG;IAKH,YAAY,EAAG,MAAM,CAAC;IAEtB;;OAEG;IAKH,cAAc,EAAG,MAAM,CAAC;IAExB;;OAEG;IAKH,WAAW,EAAG,MAAM,CAAC;IAErB;;OAEG;IAKH,eAAe,EAAG,OAAO,CAAC;IAE1B;;OAEG;IACH,aAAa,CAAC,EAAE,aAAa,GAAG,IAAI,CAAC;IAErC;;OAEG;IAKH,eAAe,EAAG,MAAM,CAAC;IAEzB;;OAEG;IAKH,MAAM,EAAG,OAAO,CAAC;IAEjB;;OAEG;IAKH,SAAS,EAAG,IAAI,CAAC;IAEjB;;OAEG;IAKH,SAAS,EAAG,IAAI,CAAC;CAClB"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Position.js","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/models/Position.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAQrC,IAAM,QAAQ,GAAd,MAAM,QAAQ;IACnB;;OAEG;IAKH,EAAE,CAAU;IAEZ;;OAEG;IAKH,OAAO,CAAU;IAEjB;;OAEG;IACH,KAAK,CAAS;IAEd;;OAEG;IAKH,iBAAiB,CAAU;IAE3B;;OAEG;IAKH,GAAG,CAAU;IAEb;;OAEG;IAKH,YAAY,CAAU;IAEtB;;OAEG;IAKH,WAAW,CAAU;IAErB;;OAEG;IAKH,SAAS,CAAU;IAEnB;;OAEG;IAKH,YAAY,CAAU;IAEtB;;OAEG;IAKH,cAAc,CAAU;IAExB;;OAEG;IAKH,oBAAoB,CAAU;IAE9B;;OAEG;IAKH,sBAAsB,CAAU;IAEhC;;OAEG;IAKH,YAAY,CAAU;IAEtB;;OAEG;IAKH,cAAc,CAAU;IAExB;;OAEG;IAKH,WAAW,CAAU;IAErB;;OAEG;IAKH,eAAe,CAAW;IAE1B;;OAEG;IACH,aAAa,CAAwB;IAErC;;OAEG;IAKH,eAAe,CAAU;IAEzB;;OAEG;IAKH,MAAM,CAAW;CAClB,CAAA;
|
1
|
+
{"version":3,"file":"Position.js","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/models/Position.ts"],"names":[],"mappings":"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"}
|
@@ -85,6 +85,14 @@ let Position = class Position {
|
|
85
85
|
* Whether the position has been closed out or not. TYPESTRING.SKIP=true
|
86
86
|
*/
|
87
87
|
closed;
|
88
|
+
/**
|
89
|
+
* Timestamp when the position was created. TYPESTRING.SKIP=true
|
90
|
+
*/
|
91
|
+
createdAt;
|
92
|
+
/**
|
93
|
+
* Timestamp when the position was last updated. TYPESTRING.SKIP=true
|
94
|
+
*/
|
95
|
+
updatedAt;
|
88
96
|
};
|
89
97
|
__decorate([
|
90
98
|
TypeGraphQL.Field(_type => String, {
|
@@ -205,6 +213,20 @@ __decorate([
|
|
205
213
|
}),
|
206
214
|
__metadata("design:type", Boolean)
|
207
215
|
], Position.prototype, "closed", void 0);
|
216
|
+
__decorate([
|
217
|
+
TypeGraphQL.Field(_type => Date, {
|
218
|
+
nullable: false,
|
219
|
+
description: "Timestamp when the position was created. TYPESTRING.SKIP=true"
|
220
|
+
}),
|
221
|
+
__metadata("design:type", Date)
|
222
|
+
], Position.prototype, "createdAt", void 0);
|
223
|
+
__decorate([
|
224
|
+
TypeGraphQL.Field(_type => Date, {
|
225
|
+
nullable: false,
|
226
|
+
description: "Timestamp when the position was last updated. TYPESTRING.SKIP=true"
|
227
|
+
}),
|
228
|
+
__metadata("design:type", Date)
|
229
|
+
], Position.prototype, "updatedAt", void 0);
|
208
230
|
Position = __decorate([
|
209
231
|
TypeGraphQL.ObjectType("Position", {})
|
210
232
|
], Position);
|
package/server/generated/typegraphql-prisma/resolvers/crud/Position/args/FindFirstPositionArgs.d.ts
CHANGED
@@ -7,6 +7,6 @@ export declare class FindFirstPositionArgs {
|
|
7
7
|
cursor?: PositionWhereUniqueInput | undefined;
|
8
8
|
take?: number | undefined;
|
9
9
|
skip?: number | undefined;
|
10
|
-
distinct?: Array<"id" | "assetId" | "averageEntryPrice" | "qty" | "qtyAvailable" | "marketValue" | "costBasis" | "unrealizedPL" | "unrealizedPLPC" | "unrealisedIntradayPL" | "unrealisedIntradayPLPC" | "currentPrice" | "lastTradePrice" | "changeToday" | "assetMarginable" | "alpacaAccountId" | "closed"> | undefined;
|
10
|
+
distinct?: Array<"id" | "assetId" | "averageEntryPrice" | "qty" | "qtyAvailable" | "marketValue" | "costBasis" | "unrealizedPL" | "unrealizedPLPC" | "unrealisedIntradayPL" | "unrealisedIntradayPLPC" | "currentPrice" | "lastTradePrice" | "changeToday" | "assetMarginable" | "alpacaAccountId" | "closed" | "createdAt" | "updatedAt"> | undefined;
|
11
11
|
}
|
12
12
|
//# sourceMappingURL=FindFirstPositionArgs.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"FindFirstPositionArgs.d.ts","sourceRoot":"","sources":["../../../../../../../../src/generated/typegraphql-prisma/resolvers/crud/Position/args/FindFirstPositionArgs.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,gCAAgC,EAAE,MAAM,kDAAkD,CAAC;AACpG,OAAO,EAAE,kBAAkB,EAAE,MAAM,oCAAoC,CAAC;AACxE,OAAO,EAAE,wBAAwB,EAAE,MAAM,0CAA0C,CAAC;AAGpF,qBACa,qBAAqB;IAIhC,KAAK,CAAC,EAAE,kBAAkB,GAAG,SAAS,CAAC;IAKvC,OAAO,CAAC,EAAE,gCAAgC,EAAE,GAAG,SAAS,CAAC;IAKzD,MAAM,CAAC,EAAE,wBAAwB,GAAG,SAAS,CAAC;IAK9C,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK1B,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK1B,QAAQ,CAAC,EAAE,KAAK,CAAC,IAAI,GAAG,SAAS,GAAG,mBAAmB,GAAG,KAAK,GAAG,cAAc,GAAG,aAAa,GAAG,WAAW,GAAG,cAAc,GAAG,gBAAgB,GAAG,sBAAsB,GAAG,wBAAwB,GAAG,cAAc,GAAG,gBAAgB,GAAG,aAAa,GAAG,iBAAiB,GAAG,iBAAiB,GAAG,QAAQ,CAAC,GAAG,SAAS,CAAC;
|
1
|
+
{"version":3,"file":"FindFirstPositionArgs.d.ts","sourceRoot":"","sources":["../../../../../../../../src/generated/typegraphql-prisma/resolvers/crud/Position/args/FindFirstPositionArgs.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,gCAAgC,EAAE,MAAM,kDAAkD,CAAC;AACpG,OAAO,EAAE,kBAAkB,EAAE,MAAM,oCAAoC,CAAC;AACxE,OAAO,EAAE,wBAAwB,EAAE,MAAM,0CAA0C,CAAC;AAGpF,qBACa,qBAAqB;IAIhC,KAAK,CAAC,EAAE,kBAAkB,GAAG,SAAS,CAAC;IAKvC,OAAO,CAAC,EAAE,gCAAgC,EAAE,GAAG,SAAS,CAAC;IAKzD,MAAM,CAAC,EAAE,wBAAwB,GAAG,SAAS,CAAC;IAK9C,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK1B,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK1B,QAAQ,CAAC,EAAE,KAAK,CAAC,IAAI,GAAG,SAAS,GAAG,mBAAmB,GAAG,KAAK,GAAG,cAAc,GAAG,aAAa,GAAG,WAAW,GAAG,cAAc,GAAG,gBAAgB,GAAG,sBAAsB,GAAG,wBAAwB,GAAG,cAAc,GAAG,gBAAgB,GAAG,aAAa,GAAG,iBAAiB,GAAG,iBAAiB,GAAG,QAAQ,GAAG,WAAW,GAAG,WAAW,CAAC,GAAG,SAAS,CAAC;CACxV"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"FindFirstPositionArgs.js","sourceRoot":"","sources":["../../../../../../../../src/generated/typegraphql-prisma/resolvers/crud/Position/args/FindFirstPositionArgs.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAE5C,OAAO,EAAE,gCAAgC,EAAE,MAAM,kDAAkD,CAAC;AACpG,OAAO,EAAE,kBAAkB,EAAE,MAAM,oCAAoC,CAAC;AACxE,OAAO,EAAE,wBAAwB,EAAE,MAAM,0CAA0C,CAAC;AACpF,OAAO,EAAE,uBAAuB,EAAE,MAAM,2CAA2C,CAAC;AAG7E,IAAM,qBAAqB,GAA3B,MAAM,qBAAqB;IAIhC,KAAK,CAAkC;IAKvC,OAAO,CAAkD;IAKzD,MAAM,CAAwC;IAK9C,IAAI,CAAsB;IAK1B,IAAI,CAAsB;IAK1B,QAAQ,
|
1
|
+
{"version":3,"file":"FindFirstPositionArgs.js","sourceRoot":"","sources":["../../../../../../../../src/generated/typegraphql-prisma/resolvers/crud/Position/args/FindFirstPositionArgs.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAE5C,OAAO,EAAE,gCAAgC,EAAE,MAAM,kDAAkD,CAAC;AACpG,OAAO,EAAE,kBAAkB,EAAE,MAAM,oCAAoC,CAAC;AACxE,OAAO,EAAE,wBAAwB,EAAE,MAAM,0CAA0C,CAAC;AACpF,OAAO,EAAE,uBAAuB,EAAE,MAAM,2CAA2C,CAAC;AAG7E,IAAM,qBAAqB,GAA3B,MAAM,qBAAqB;IAIhC,KAAK,CAAkC;IAKvC,OAAO,CAAkD;IAKzD,MAAM,CAAwC;IAK9C,IAAI,CAAsB;IAK1B,IAAI,CAAsB;IAK1B,QAAQ,CAA+U;CACxV,CAAA;AA1BC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,kBAAkB,EAAE;QAC9C,QAAQ,EAAE,IAAI;KACf,CAAC;;oDACqC;AAKvC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,gCAAgC,CAAC,EAAE;QAC9D,QAAQ,EAAE,IAAI;KACf,CAAC;;sDACuD;AAKzD;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,wBAAwB,EAAE;QACpD,QAAQ,EAAE,IAAI;KACf,CAAC;;qDAC4C;AAK9C;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;mDACwB;AAK1B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;mDACwB;AAK1B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,uBAAuB,CAAC,EAAE;QACrD,QAAQ,EAAE,IAAI;KACf,CAAC;;uDACqV;AA7B5U,qBAAqB;IADjC,WAAW,CAAC,QAAQ,EAAE;GACV,qBAAqB,CA8BjC"}
|
@@ -7,6 +7,6 @@ export declare class FindFirstPositionOrThrowArgs {
|
|
7
7
|
cursor?: PositionWhereUniqueInput | undefined;
|
8
8
|
take?: number | undefined;
|
9
9
|
skip?: number | undefined;
|
10
|
-
distinct?: Array<"id" | "assetId" | "averageEntryPrice" | "qty" | "qtyAvailable" | "marketValue" | "costBasis" | "unrealizedPL" | "unrealizedPLPC" | "unrealisedIntradayPL" | "unrealisedIntradayPLPC" | "currentPrice" | "lastTradePrice" | "changeToday" | "assetMarginable" | "alpacaAccountId" | "closed"> | undefined;
|
10
|
+
distinct?: Array<"id" | "assetId" | "averageEntryPrice" | "qty" | "qtyAvailable" | "marketValue" | "costBasis" | "unrealizedPL" | "unrealizedPLPC" | "unrealisedIntradayPL" | "unrealisedIntradayPLPC" | "currentPrice" | "lastTradePrice" | "changeToday" | "assetMarginable" | "alpacaAccountId" | "closed" | "createdAt" | "updatedAt"> | undefined;
|
11
11
|
}
|
12
12
|
//# sourceMappingURL=FindFirstPositionOrThrowArgs.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"FindFirstPositionOrThrowArgs.d.ts","sourceRoot":"","sources":["../../../../../../../../src/generated/typegraphql-prisma/resolvers/crud/Position/args/FindFirstPositionOrThrowArgs.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,gCAAgC,EAAE,MAAM,kDAAkD,CAAC;AACpG,OAAO,EAAE,kBAAkB,EAAE,MAAM,oCAAoC,CAAC;AACxE,OAAO,EAAE,wBAAwB,EAAE,MAAM,0CAA0C,CAAC;AAGpF,qBACa,4BAA4B;IAIvC,KAAK,CAAC,EAAE,kBAAkB,GAAG,SAAS,CAAC;IAKvC,OAAO,CAAC,EAAE,gCAAgC,EAAE,GAAG,SAAS,CAAC;IAKzD,MAAM,CAAC,EAAE,wBAAwB,GAAG,SAAS,CAAC;IAK9C,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK1B,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK1B,QAAQ,CAAC,EAAE,KAAK,CAAC,IAAI,GAAG,SAAS,GAAG,mBAAmB,GAAG,KAAK,GAAG,cAAc,GAAG,aAAa,GAAG,WAAW,GAAG,cAAc,GAAG,gBAAgB,GAAG,sBAAsB,GAAG,wBAAwB,GAAG,cAAc,GAAG,gBAAgB,GAAG,aAAa,GAAG,iBAAiB,GAAG,iBAAiB,GAAG,QAAQ,CAAC,GAAG,SAAS,CAAC;
|
1
|
+
{"version":3,"file":"FindFirstPositionOrThrowArgs.d.ts","sourceRoot":"","sources":["../../../../../../../../src/generated/typegraphql-prisma/resolvers/crud/Position/args/FindFirstPositionOrThrowArgs.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,gCAAgC,EAAE,MAAM,kDAAkD,CAAC;AACpG,OAAO,EAAE,kBAAkB,EAAE,MAAM,oCAAoC,CAAC;AACxE,OAAO,EAAE,wBAAwB,EAAE,MAAM,0CAA0C,CAAC;AAGpF,qBACa,4BAA4B;IAIvC,KAAK,CAAC,EAAE,kBAAkB,GAAG,SAAS,CAAC;IAKvC,OAAO,CAAC,EAAE,gCAAgC,EAAE,GAAG,SAAS,CAAC;IAKzD,MAAM,CAAC,EAAE,wBAAwB,GAAG,SAAS,CAAC;IAK9C,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK1B,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK1B,QAAQ,CAAC,EAAE,KAAK,CAAC,IAAI,GAAG,SAAS,GAAG,mBAAmB,GAAG,KAAK,GAAG,cAAc,GAAG,aAAa,GAAG,WAAW,GAAG,cAAc,GAAG,gBAAgB,GAAG,sBAAsB,GAAG,wBAAwB,GAAG,cAAc,GAAG,gBAAgB,GAAG,aAAa,GAAG,iBAAiB,GAAG,iBAAiB,GAAG,QAAQ,GAAG,WAAW,GAAG,WAAW,CAAC,GAAG,SAAS,CAAC;CACxV"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"FindFirstPositionOrThrowArgs.js","sourceRoot":"","sources":["../../../../../../../../src/generated/typegraphql-prisma/resolvers/crud/Position/args/FindFirstPositionOrThrowArgs.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAE5C,OAAO,EAAE,gCAAgC,EAAE,MAAM,kDAAkD,CAAC;AACpG,OAAO,EAAE,kBAAkB,EAAE,MAAM,oCAAoC,CAAC;AACxE,OAAO,EAAE,wBAAwB,EAAE,MAAM,0CAA0C,CAAC;AACpF,OAAO,EAAE,uBAAuB,EAAE,MAAM,2CAA2C,CAAC;AAG7E,IAAM,4BAA4B,GAAlC,MAAM,4BAA4B;IAIvC,KAAK,CAAkC;IAKvC,OAAO,CAAkD;IAKzD,MAAM,CAAwC;IAK9C,IAAI,CAAsB;IAK1B,IAAI,CAAsB;IAK1B,QAAQ,
|
1
|
+
{"version":3,"file":"FindFirstPositionOrThrowArgs.js","sourceRoot":"","sources":["../../../../../../../../src/generated/typegraphql-prisma/resolvers/crud/Position/args/FindFirstPositionOrThrowArgs.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAE5C,OAAO,EAAE,gCAAgC,EAAE,MAAM,kDAAkD,CAAC;AACpG,OAAO,EAAE,kBAAkB,EAAE,MAAM,oCAAoC,CAAC;AACxE,OAAO,EAAE,wBAAwB,EAAE,MAAM,0CAA0C,CAAC;AACpF,OAAO,EAAE,uBAAuB,EAAE,MAAM,2CAA2C,CAAC;AAG7E,IAAM,4BAA4B,GAAlC,MAAM,4BAA4B;IAIvC,KAAK,CAAkC;IAKvC,OAAO,CAAkD;IAKzD,MAAM,CAAwC;IAK9C,IAAI,CAAsB;IAK1B,IAAI,CAAsB;IAK1B,QAAQ,CAA+U;CACxV,CAAA;AA1BC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,kBAAkB,EAAE;QAC9C,QAAQ,EAAE,IAAI;KACf,CAAC;;2DACqC;AAKvC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,gCAAgC,CAAC,EAAE;QAC9D,QAAQ,EAAE,IAAI;KACf,CAAC;;6DACuD;AAKzD;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,wBAAwB,EAAE;QACpD,QAAQ,EAAE,IAAI;KACf,CAAC;;4DAC4C;AAK9C;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;0DACwB;AAK1B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;0DACwB;AAK1B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,uBAAuB,CAAC,EAAE;QACrD,QAAQ,EAAE,IAAI;KACf,CAAC;;8DACqV;AA7B5U,4BAA4B;IADxC,WAAW,CAAC,QAAQ,EAAE;GACV,4BAA4B,CA8BxC"}
|
package/server/generated/typegraphql-prisma/resolvers/crud/Position/args/FindManyPositionArgs.d.ts
CHANGED
@@ -7,6 +7,6 @@ export declare class FindManyPositionArgs {
|
|
7
7
|
cursor?: PositionWhereUniqueInput | undefined;
|
8
8
|
take?: number | undefined;
|
9
9
|
skip?: number | undefined;
|
10
|
-
distinct?: Array<"id" | "assetId" | "averageEntryPrice" | "qty" | "qtyAvailable" | "marketValue" | "costBasis" | "unrealizedPL" | "unrealizedPLPC" | "unrealisedIntradayPL" | "unrealisedIntradayPLPC" | "currentPrice" | "lastTradePrice" | "changeToday" | "assetMarginable" | "alpacaAccountId" | "closed"> | undefined;
|
10
|
+
distinct?: Array<"id" | "assetId" | "averageEntryPrice" | "qty" | "qtyAvailable" | "marketValue" | "costBasis" | "unrealizedPL" | "unrealizedPLPC" | "unrealisedIntradayPL" | "unrealisedIntradayPLPC" | "currentPrice" | "lastTradePrice" | "changeToday" | "assetMarginable" | "alpacaAccountId" | "closed" | "createdAt" | "updatedAt"> | undefined;
|
11
11
|
}
|
12
12
|
//# sourceMappingURL=FindManyPositionArgs.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"FindManyPositionArgs.d.ts","sourceRoot":"","sources":["../../../../../../../../src/generated/typegraphql-prisma/resolvers/crud/Position/args/FindManyPositionArgs.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,gCAAgC,EAAE,MAAM,kDAAkD,CAAC;AACpG,OAAO,EAAE,kBAAkB,EAAE,MAAM,oCAAoC,CAAC;AACxE,OAAO,EAAE,wBAAwB,EAAE,MAAM,0CAA0C,CAAC;AAGpF,qBACa,oBAAoB;IAI/B,KAAK,CAAC,EAAE,kBAAkB,GAAG,SAAS,CAAC;IAKvC,OAAO,CAAC,EAAE,gCAAgC,EAAE,GAAG,SAAS,CAAC;IAKzD,MAAM,CAAC,EAAE,wBAAwB,GAAG,SAAS,CAAC;IAK9C,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK1B,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK1B,QAAQ,CAAC,EAAE,KAAK,CAAC,IAAI,GAAG,SAAS,GAAG,mBAAmB,GAAG,KAAK,GAAG,cAAc,GAAG,aAAa,GAAG,WAAW,GAAG,cAAc,GAAG,gBAAgB,GAAG,sBAAsB,GAAG,wBAAwB,GAAG,cAAc,GAAG,gBAAgB,GAAG,aAAa,GAAG,iBAAiB,GAAG,iBAAiB,GAAG,QAAQ,CAAC,GAAG,SAAS,CAAC;
|
1
|
+
{"version":3,"file":"FindManyPositionArgs.d.ts","sourceRoot":"","sources":["../../../../../../../../src/generated/typegraphql-prisma/resolvers/crud/Position/args/FindManyPositionArgs.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,gCAAgC,EAAE,MAAM,kDAAkD,CAAC;AACpG,OAAO,EAAE,kBAAkB,EAAE,MAAM,oCAAoC,CAAC;AACxE,OAAO,EAAE,wBAAwB,EAAE,MAAM,0CAA0C,CAAC;AAGpF,qBACa,oBAAoB;IAI/B,KAAK,CAAC,EAAE,kBAAkB,GAAG,SAAS,CAAC;IAKvC,OAAO,CAAC,EAAE,gCAAgC,EAAE,GAAG,SAAS,CAAC;IAKzD,MAAM,CAAC,EAAE,wBAAwB,GAAG,SAAS,CAAC;IAK9C,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK1B,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK1B,QAAQ,CAAC,EAAE,KAAK,CAAC,IAAI,GAAG,SAAS,GAAG,mBAAmB,GAAG,KAAK,GAAG,cAAc,GAAG,aAAa,GAAG,WAAW,GAAG,cAAc,GAAG,gBAAgB,GAAG,sBAAsB,GAAG,wBAAwB,GAAG,cAAc,GAAG,gBAAgB,GAAG,aAAa,GAAG,iBAAiB,GAAG,iBAAiB,GAAG,QAAQ,GAAG,WAAW,GAAG,WAAW,CAAC,GAAG,SAAS,CAAC;CACxV"}
|
package/server/generated/typegraphql-prisma/resolvers/crud/Position/args/FindManyPositionArgs.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"FindManyPositionArgs.js","sourceRoot":"","sources":["../../../../../../../../src/generated/typegraphql-prisma/resolvers/crud/Position/args/FindManyPositionArgs.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAE5C,OAAO,EAAE,gCAAgC,EAAE,MAAM,kDAAkD,CAAC;AACpG,OAAO,EAAE,kBAAkB,EAAE,MAAM,oCAAoC,CAAC;AACxE,OAAO,EAAE,wBAAwB,EAAE,MAAM,0CAA0C,CAAC;AACpF,OAAO,EAAE,uBAAuB,EAAE,MAAM,2CAA2C,CAAC;AAG7E,IAAM,oBAAoB,GAA1B,MAAM,oBAAoB;IAI/B,KAAK,CAAkC;IAKvC,OAAO,CAAkD;IAKzD,MAAM,CAAwC;IAK9C,IAAI,CAAsB;IAK1B,IAAI,CAAsB;IAK1B,QAAQ,
|
1
|
+
{"version":3,"file":"FindManyPositionArgs.js","sourceRoot":"","sources":["../../../../../../../../src/generated/typegraphql-prisma/resolvers/crud/Position/args/FindManyPositionArgs.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAE5C,OAAO,EAAE,gCAAgC,EAAE,MAAM,kDAAkD,CAAC;AACpG,OAAO,EAAE,kBAAkB,EAAE,MAAM,oCAAoC,CAAC;AACxE,OAAO,EAAE,wBAAwB,EAAE,MAAM,0CAA0C,CAAC;AACpF,OAAO,EAAE,uBAAuB,EAAE,MAAM,2CAA2C,CAAC;AAG7E,IAAM,oBAAoB,GAA1B,MAAM,oBAAoB;IAI/B,KAAK,CAAkC;IAKvC,OAAO,CAAkD;IAKzD,MAAM,CAAwC;IAK9C,IAAI,CAAsB;IAK1B,IAAI,CAAsB;IAK1B,QAAQ,CAA+U;CACxV,CAAA;AA1BC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,kBAAkB,EAAE;QAC9C,QAAQ,EAAE,IAAI;KACf,CAAC;;mDACqC;AAKvC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,gCAAgC,CAAC,EAAE;QAC9D,QAAQ,EAAE,IAAI;KACf,CAAC;;qDACuD;AAKzD;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,wBAAwB,EAAE;QACpD,QAAQ,EAAE,IAAI;KACf,CAAC;;oDAC4C;AAK9C;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;kDACwB;AAK1B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;kDACwB;AAK1B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,uBAAuB,CAAC,EAAE;QACrD,QAAQ,EAAE,IAAI;KACf,CAAC;;sDACqV;AA7B5U,oBAAoB;IADhC,WAAW,CAAC,QAAQ,EAAE;GACV,oBAAoB,CA8BhC"}
|
package/server/generated/typegraphql-prisma/resolvers/crud/Position/args/GroupByPositionArgs.d.ts
CHANGED
@@ -4,7 +4,7 @@ import { PositionWhereInput } from "../../../inputs/PositionWhereInput";
|
|
4
4
|
export declare class GroupByPositionArgs {
|
5
5
|
where?: PositionWhereInput | undefined;
|
6
6
|
orderBy?: PositionOrderByWithAggregationInput[] | undefined;
|
7
|
-
by: Array<"id" | "assetId" | "averageEntryPrice" | "qty" | "qtyAvailable" | "marketValue" | "costBasis" | "unrealizedPL" | "unrealizedPLPC" | "unrealisedIntradayPL" | "unrealisedIntradayPLPC" | "currentPrice" | "lastTradePrice" | "changeToday" | "assetMarginable" | "alpacaAccountId" | "closed">;
|
7
|
+
by: Array<"id" | "assetId" | "averageEntryPrice" | "qty" | "qtyAvailable" | "marketValue" | "costBasis" | "unrealizedPL" | "unrealizedPLPC" | "unrealisedIntradayPL" | "unrealisedIntradayPLPC" | "currentPrice" | "lastTradePrice" | "changeToday" | "assetMarginable" | "alpacaAccountId" | "closed" | "createdAt" | "updatedAt">;
|
8
8
|
having?: PositionScalarWhereWithAggregatesInput | undefined;
|
9
9
|
take?: number | undefined;
|
10
10
|
skip?: number | undefined;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"GroupByPositionArgs.d.ts","sourceRoot":"","sources":["../../../../../../../../src/generated/typegraphql-prisma/resolvers/crud/Position/args/GroupByPositionArgs.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,mCAAmC,EAAE,MAAM,qDAAqD,CAAC;AAC1G,OAAO,EAAE,sCAAsC,EAAE,MAAM,wDAAwD,CAAC;AAChH,OAAO,EAAE,kBAAkB,EAAE,MAAM,oCAAoC,CAAC;AAGxE,qBACa,mBAAmB;IAI9B,KAAK,CAAC,EAAE,kBAAkB,GAAG,SAAS,CAAC;IAKvC,OAAO,CAAC,EAAE,mCAAmC,EAAE,GAAG,SAAS,CAAC;IAK5D,EAAE,EAAG,KAAK,CAAC,IAAI,GAAG,SAAS,GAAG,mBAAmB,GAAG,KAAK,GAAG,cAAc,GAAG,aAAa,GAAG,WAAW,GAAG,cAAc,GAAG,gBAAgB,GAAG,sBAAsB,GAAG,wBAAwB,GAAG,cAAc,GAAG,gBAAgB,GAAG,aAAa,GAAG,iBAAiB,GAAG,iBAAiB,GAAG,QAAQ,CAAC,CAAC;
|
1
|
+
{"version":3,"file":"GroupByPositionArgs.d.ts","sourceRoot":"","sources":["../../../../../../../../src/generated/typegraphql-prisma/resolvers/crud/Position/args/GroupByPositionArgs.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,mCAAmC,EAAE,MAAM,qDAAqD,CAAC;AAC1G,OAAO,EAAE,sCAAsC,EAAE,MAAM,wDAAwD,CAAC;AAChH,OAAO,EAAE,kBAAkB,EAAE,MAAM,oCAAoC,CAAC;AAGxE,qBACa,mBAAmB;IAI9B,KAAK,CAAC,EAAE,kBAAkB,GAAG,SAAS,CAAC;IAKvC,OAAO,CAAC,EAAE,mCAAmC,EAAE,GAAG,SAAS,CAAC;IAK5D,EAAE,EAAG,KAAK,CAAC,IAAI,GAAG,SAAS,GAAG,mBAAmB,GAAG,KAAK,GAAG,cAAc,GAAG,aAAa,GAAG,WAAW,GAAG,cAAc,GAAG,gBAAgB,GAAG,sBAAsB,GAAG,wBAAwB,GAAG,cAAc,GAAG,gBAAgB,GAAG,aAAa,GAAG,iBAAiB,GAAG,iBAAiB,GAAG,QAAQ,GAAG,WAAW,GAAG,WAAW,CAAC,CAAC;IAKrU,MAAM,CAAC,EAAE,sCAAsC,GAAG,SAAS,CAAC;IAK5D,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK1B,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAC3B"}
|
package/server/generated/typegraphql-prisma/resolvers/crud/Position/args/GroupByPositionArgs.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"GroupByPositionArgs.js","sourceRoot":"","sources":["../../../../../../../../src/generated/typegraphql-prisma/resolvers/crud/Position/args/GroupByPositionArgs.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAE5C,OAAO,EAAE,mCAAmC,EAAE,MAAM,qDAAqD,CAAC;AAC1G,OAAO,EAAE,sCAAsC,EAAE,MAAM,wDAAwD,CAAC;AAChH,OAAO,EAAE,kBAAkB,EAAE,MAAM,oCAAoC,CAAC;AACxE,OAAO,EAAE,uBAAuB,EAAE,MAAM,2CAA2C,CAAC;AAG7E,IAAM,mBAAmB,GAAzB,MAAM,mBAAmB;IAI9B,KAAK,CAAkC;IAKvC,OAAO,CAAqD;IAK5D,EAAE,
|
1
|
+
{"version":3,"file":"GroupByPositionArgs.js","sourceRoot":"","sources":["../../../../../../../../src/generated/typegraphql-prisma/resolvers/crud/Position/args/GroupByPositionArgs.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAE5C,OAAO,EAAE,mCAAmC,EAAE,MAAM,qDAAqD,CAAC;AAC1G,OAAO,EAAE,sCAAsC,EAAE,MAAM,wDAAwD,CAAC;AAChH,OAAO,EAAE,kBAAkB,EAAE,MAAM,oCAAoC,CAAC;AACxE,OAAO,EAAE,uBAAuB,EAAE,MAAM,2CAA2C,CAAC;AAG7E,IAAM,mBAAmB,GAAzB,MAAM,mBAAmB;IAI9B,KAAK,CAAkC;IAKvC,OAAO,CAAqD;IAK5D,EAAE,CAAmU;IAKrU,MAAM,CAAsD;IAK5D,IAAI,CAAsB;IAK1B,IAAI,CAAsB;CAC3B,CAAA;AA1BC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,kBAAkB,EAAE;QAC9C,QAAQ,EAAE,IAAI;KACf,CAAC;;kDACqC;AAKvC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,mCAAmC,CAAC,EAAE;QACjE,QAAQ,EAAE,IAAI;KACf,CAAC;;oDAC0D;AAK5D;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,uBAAuB,CAAC,EAAE;QACrD,QAAQ,EAAE,KAAK;KAChB,CAAC;8BACG,KAAK;+CAA2T;AAKrU;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,sCAAsC,EAAE;QAClE,QAAQ,EAAE,IAAI;KACf,CAAC;;mDAC0D;AAK5D;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;iDACwB;AAK1B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;iDACwB;AA7Bf,mBAAmB;IAD/B,WAAW,CAAC,QAAQ,EAAE;GACV,mBAAmB,CA8B/B"}
|
package/server/generated/typegraphql-prisma/resolvers/inputs/PositionCountOrderByAggregateInput.d.ts
CHANGED
@@ -16,5 +16,7 @@ export declare class PositionCountOrderByAggregateInput {
|
|
16
16
|
assetMarginable?: "asc" | "desc" | undefined;
|
17
17
|
alpacaAccountId?: "asc" | "desc" | undefined;
|
18
18
|
closed?: "asc" | "desc" | undefined;
|
19
|
+
createdAt?: "asc" | "desc" | undefined;
|
20
|
+
updatedAt?: "asc" | "desc" | undefined;
|
19
21
|
}
|
20
22
|
//# sourceMappingURL=PositionCountOrderByAggregateInput.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"PositionCountOrderByAggregateInput.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/inputs/PositionCountOrderByAggregateInput.ts"],"names":[],"mappings":"AAMA,qBACa,kCAAkC;IAI7C,EAAE,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKhC,OAAO,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKrC,iBAAiB,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAK/C,GAAG,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKjC,YAAY,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAK1C,WAAW,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKzC,SAAS,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKvC,YAAY,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAK1C,cAAc,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAK5C,oBAAoB,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKlD,sBAAsB,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKpD,YAAY,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAK1C,cAAc,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAK5C,WAAW,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKzC,eAAe,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAK7C,eAAe,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAK7C,MAAM,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;
|
1
|
+
{"version":3,"file":"PositionCountOrderByAggregateInput.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/inputs/PositionCountOrderByAggregateInput.ts"],"names":[],"mappings":"AAMA,qBACa,kCAAkC;IAI7C,EAAE,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKhC,OAAO,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKrC,iBAAiB,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAK/C,GAAG,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKjC,YAAY,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAK1C,WAAW,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKzC,SAAS,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKvC,YAAY,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAK1C,cAAc,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAK5C,oBAAoB,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKlD,sBAAsB,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKpD,YAAY,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAK1C,cAAc,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAK5C,WAAW,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKzC,eAAe,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAK7C,eAAe,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAK7C,MAAM,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKpC,SAAS,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKvC,SAAS,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;CACxC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"PositionCountOrderByAggregateInput.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/inputs/PositionCountOrderByAggregateInput.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAI5C,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAG3C,IAAM,kCAAkC,GAAxC,MAAM,kCAAkC;IAI7C,EAAE,CAA8B;IAKhC,OAAO,CAA8B;IAKrC,iBAAiB,CAA8B;IAK/C,GAAG,CAA8B;IAKjC,YAAY,CAA8B;IAK1C,WAAW,CAA8B;IAKzC,SAAS,CAA8B;IAKvC,YAAY,CAA8B;IAK1C,cAAc,CAA8B;IAK5C,oBAAoB,CAA8B;IAKlD,sBAAsB,CAA8B;IAKpD,YAAY,CAA8B;IAK1C,cAAc,CAA8B;IAK5C,WAAW,CAA8B;IAKzC,eAAe,CAA8B;IAK7C,eAAe,CAA8B;IAK7C,MAAM,CAA8B;
|
1
|
+
{"version":3,"file":"PositionCountOrderByAggregateInput.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/inputs/PositionCountOrderByAggregateInput.ts"],"names":[],"mappings":"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"}
|
package/server/generated/typegraphql-prisma/resolvers/inputs/PositionCountOrderByAggregateInput.mjs
CHANGED
@@ -27,6 +27,8 @@ let PositionCountOrderByAggregateInput = class PositionCountOrderByAggregateInpu
|
|
27
27
|
assetMarginable;
|
28
28
|
alpacaAccountId;
|
29
29
|
closed;
|
30
|
+
createdAt;
|
31
|
+
updatedAt;
|
30
32
|
};
|
31
33
|
__decorate([
|
32
34
|
TypeGraphQL.Field(_type => SortOrder, {
|
@@ -130,6 +132,18 @@ __decorate([
|
|
130
132
|
}),
|
131
133
|
__metadata("design:type", Object)
|
132
134
|
], PositionCountOrderByAggregateInput.prototype, "closed", void 0);
|
135
|
+
__decorate([
|
136
|
+
TypeGraphQL.Field(_type => SortOrder, {
|
137
|
+
nullable: true
|
138
|
+
}),
|
139
|
+
__metadata("design:type", Object)
|
140
|
+
], PositionCountOrderByAggregateInput.prototype, "createdAt", void 0);
|
141
|
+
__decorate([
|
142
|
+
TypeGraphQL.Field(_type => SortOrder, {
|
143
|
+
nullable: true
|
144
|
+
}),
|
145
|
+
__metadata("design:type", Object)
|
146
|
+
], PositionCountOrderByAggregateInput.prototype, "updatedAt", void 0);
|
133
147
|
PositionCountOrderByAggregateInput = __decorate([
|
134
148
|
TypeGraphQL.InputType("PositionCountOrderByAggregateInput", {})
|
135
149
|
], PositionCountOrderByAggregateInput);
|
@@ -16,6 +16,8 @@ export declare class PositionCreateInput {
|
|
16
16
|
changeToday: number;
|
17
17
|
assetMarginable: boolean;
|
18
18
|
closed?: boolean | undefined;
|
19
|
+
createdAt?: Date | undefined;
|
20
|
+
updatedAt?: Date | undefined;
|
19
21
|
asset: AssetCreateNestedOneWithoutPositionsInput;
|
20
22
|
alpacaAccount?: AlpacaAccountCreateNestedOneWithoutPositionsInput | undefined;
|
21
23
|
}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"PositionCreateInput.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/inputs/PositionCreateInput.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,iDAAiD,EAAE,MAAM,6DAA6D,CAAC;AAChI,OAAO,EAAE,yCAAyC,EAAE,MAAM,qDAAqD,CAAC;AAEhH,qBACa,mBAAmB;IAI9B,EAAE,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAKxB,iBAAiB,EAAG,MAAM,CAAC;IAK3B,GAAG,EAAG,MAAM,CAAC;IAKb,YAAY,EAAG,MAAM,CAAC;IAKtB,WAAW,EAAG,MAAM,CAAC;IAKrB,SAAS,EAAG,MAAM,CAAC;IAKnB,YAAY,EAAG,MAAM,CAAC;IAKtB,cAAc,EAAG,MAAM,CAAC;IAKxB,oBAAoB,EAAG,MAAM,CAAC;IAK9B,sBAAsB,EAAG,MAAM,CAAC;IAKhC,YAAY,EAAG,MAAM,CAAC;IAKtB,cAAc,EAAG,MAAM,CAAC;IAKxB,WAAW,EAAG,MAAM,CAAC;IAKrB,eAAe,EAAG,OAAO,CAAC;IAK1B,MAAM,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAK7B,KAAK,EAAG,yCAAyC,CAAC;IAKlD,aAAa,CAAC,EAAE,iDAAiD,GAAG,SAAS,CAAC;CAC/E"}
|
1
|
+
{"version":3,"file":"PositionCreateInput.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/inputs/PositionCreateInput.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,iDAAiD,EAAE,MAAM,6DAA6D,CAAC;AAChI,OAAO,EAAE,yCAAyC,EAAE,MAAM,qDAAqD,CAAC;AAEhH,qBACa,mBAAmB;IAI9B,EAAE,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAKxB,iBAAiB,EAAG,MAAM,CAAC;IAK3B,GAAG,EAAG,MAAM,CAAC;IAKb,YAAY,EAAG,MAAM,CAAC;IAKtB,WAAW,EAAG,MAAM,CAAC;IAKrB,SAAS,EAAG,MAAM,CAAC;IAKnB,YAAY,EAAG,MAAM,CAAC;IAKtB,cAAc,EAAG,MAAM,CAAC;IAKxB,oBAAoB,EAAG,MAAM,CAAC;IAK9B,sBAAsB,EAAG,MAAM,CAAC;IAKhC,YAAY,EAAG,MAAM,CAAC;IAKtB,cAAc,EAAG,MAAM,CAAC;IAKxB,WAAW,EAAG,MAAM,CAAC;IAKrB,eAAe,EAAG,OAAO,CAAC;IAK1B,MAAM,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAK7B,SAAS,CAAC,EAAE,IAAI,GAAG,SAAS,CAAC;IAK7B,SAAS,CAAC,EAAE,IAAI,GAAG,SAAS,CAAC;IAK7B,KAAK,EAAG,yCAAyC,CAAC;IAKlD,aAAa,CAAC,EAAE,iDAAiD,GAAG,SAAS,CAAC;CAC/E"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"PositionCreateInput.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/inputs/PositionCreateInput.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAI5C,OAAO,EAAE,iDAAiD,EAAE,MAAM,6DAA6D,CAAC;AAChI,OAAO,EAAE,yCAAyC,EAAE,MAAM,qDAAqD,CAAC;AAGzG,IAAM,mBAAmB,GAAzB,MAAM,mBAAmB;IAI9B,EAAE,CAAsB;IAKxB,iBAAiB,CAAU;IAK3B,GAAG,CAAU;IAKb,YAAY,CAAU;IAKtB,WAAW,CAAU;IAKrB,SAAS,CAAU;IAKnB,YAAY,CAAU;IAKtB,cAAc,CAAU;IAKxB,oBAAoB,CAAU;IAK9B,sBAAsB,CAAU;IAKhC,YAAY,CAAU;IAKtB,cAAc,CAAU;IAKxB,WAAW,CAAU;IAKrB,eAAe,CAAW;IAK1B,MAAM,CAAuB;IAK7B,KAAK,CAA6C;IAKlD,aAAa,CAAiE;CAC/E,CAAA;
|
1
|
+
{"version":3,"file":"PositionCreateInput.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/inputs/PositionCreateInput.ts"],"names":[],"mappings":"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"}
|
@@ -26,6 +26,8 @@ let PositionCreateInput = class PositionCreateInput {
|
|
26
26
|
changeToday;
|
27
27
|
assetMarginable;
|
28
28
|
closed;
|
29
|
+
createdAt;
|
30
|
+
updatedAt;
|
29
31
|
asset;
|
30
32
|
alpacaAccount;
|
31
33
|
};
|
@@ -119,6 +121,18 @@ __decorate([
|
|
119
121
|
}),
|
120
122
|
__metadata("design:type", Object)
|
121
123
|
], PositionCreateInput.prototype, "closed", void 0);
|
124
|
+
__decorate([
|
125
|
+
TypeGraphQL.Field(_type => Date, {
|
126
|
+
nullable: true
|
127
|
+
}),
|
128
|
+
__metadata("design:type", Object)
|
129
|
+
], PositionCreateInput.prototype, "createdAt", void 0);
|
130
|
+
__decorate([
|
131
|
+
TypeGraphQL.Field(_type => Date, {
|
132
|
+
nullable: true
|
133
|
+
}),
|
134
|
+
__metadata("design:type", Object)
|
135
|
+
], PositionCreateInput.prototype, "updatedAt", void 0);
|
122
136
|
__decorate([
|
123
137
|
TypeGraphQL.Field(_type => AssetCreateNestedOneWithoutPositionsInput, {
|
124
138
|
nullable: false
|
@@ -15,5 +15,7 @@ export declare class PositionCreateManyAlpacaAccountInput {
|
|
15
15
|
changeToday: number;
|
16
16
|
assetMarginable: boolean;
|
17
17
|
closed?: boolean | undefined;
|
18
|
+
createdAt?: Date | undefined;
|
19
|
+
updatedAt?: Date | undefined;
|
18
20
|
}
|
19
21
|
//# sourceMappingURL=PositionCreateManyAlpacaAccountInput.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"PositionCreateManyAlpacaAccountInput.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/inputs/PositionCreateManyAlpacaAccountInput.ts"],"names":[],"mappings":"AAKA,qBACa,oCAAoC;IAI/C,EAAE,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAKxB,OAAO,EAAG,MAAM,CAAC;IAKjB,iBAAiB,EAAG,MAAM,CAAC;IAK3B,GAAG,EAAG,MAAM,CAAC;IAKb,YAAY,EAAG,MAAM,CAAC;IAKtB,WAAW,EAAG,MAAM,CAAC;IAKrB,SAAS,EAAG,MAAM,CAAC;IAKnB,YAAY,EAAG,MAAM,CAAC;IAKtB,cAAc,EAAG,MAAM,CAAC;IAKxB,oBAAoB,EAAG,MAAM,CAAC;IAK9B,sBAAsB,EAAG,MAAM,CAAC;IAKhC,YAAY,EAAG,MAAM,CAAC;IAKtB,cAAc,EAAG,MAAM,CAAC;IAKxB,WAAW,EAAG,MAAM,CAAC;IAKrB,eAAe,EAAG,OAAO,CAAC;IAK1B,MAAM,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;CAC9B"}
|
1
|
+
{"version":3,"file":"PositionCreateManyAlpacaAccountInput.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/inputs/PositionCreateManyAlpacaAccountInput.ts"],"names":[],"mappings":"AAKA,qBACa,oCAAoC;IAI/C,EAAE,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAKxB,OAAO,EAAG,MAAM,CAAC;IAKjB,iBAAiB,EAAG,MAAM,CAAC;IAK3B,GAAG,EAAG,MAAM,CAAC;IAKb,YAAY,EAAG,MAAM,CAAC;IAKtB,WAAW,EAAG,MAAM,CAAC;IAKrB,SAAS,EAAG,MAAM,CAAC;IAKnB,YAAY,EAAG,MAAM,CAAC;IAKtB,cAAc,EAAG,MAAM,CAAC;IAKxB,oBAAoB,EAAG,MAAM,CAAC;IAK9B,sBAAsB,EAAG,MAAM,CAAC;IAKhC,YAAY,EAAG,MAAM,CAAC;IAKtB,cAAc,EAAG,MAAM,CAAC;IAKxB,WAAW,EAAG,MAAM,CAAC;IAKrB,eAAe,EAAG,OAAO,CAAC;IAK1B,MAAM,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAK7B,SAAS,CAAC,EAAE,IAAI,GAAG,SAAS,CAAC;IAK7B,SAAS,CAAC,EAAE,IAAI,GAAG,SAAS,CAAC;CAC9B"}
|