adaptic-backend 1.0.311 → 1.0.312
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/Action.cjs +28 -0
- package/Trade.cjs +30 -0
- package/esm/Action.d.ts.map +1 -1
- package/esm/Action.js.map +1 -1
- package/esm/Action.mjs +28 -0
- package/esm/Trade.d.ts.map +1 -1
- package/esm/Trade.js.map +1 -1
- package/esm/Trade.mjs +30 -0
- package/esm/generated/selectionSets/Action.d.ts +1 -1
- package/esm/generated/selectionSets/Action.d.ts.map +1 -1
- package/esm/generated/selectionSets/Action.js.map +1 -1
- package/esm/generated/selectionSets/Action.mjs +1 -0
- package/esm/generated/selectionSets/Trade.d.ts +1 -1
- package/esm/generated/selectionSets/Trade.d.ts.map +1 -1
- package/esm/generated/selectionSets/Trade.js.map +1 -1
- package/esm/generated/selectionSets/Trade.mjs +1 -0
- package/esm/generated/typegraphql-prisma/enhance.js.map +1 -1
- package/esm/generated/typegraphql-prisma/enhance.mjs +22 -22
- package/esm/generated/typegraphql-prisma/enums/ActionScalarFieldEnum.d.ts +2 -1
- package/esm/generated/typegraphql-prisma/enums/ActionScalarFieldEnum.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/enums/ActionScalarFieldEnum.js.map +1 -1
- package/esm/generated/typegraphql-prisma/enums/ActionScalarFieldEnum.mjs +1 -0
- package/esm/generated/typegraphql-prisma/models/Action.d.ts +4 -0
- package/esm/generated/typegraphql-prisma/models/Action.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/models/Action.js.map +1 -1
- package/esm/generated/typegraphql-prisma/models/Action.mjs +11 -0
- package/esm/generated/typegraphql-prisma/resolvers/crud/Action/args/FindFirstActionArgs.d.ts +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/crud/Action/args/FindFirstActionArgs.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/crud/Action/args/FindFirstActionArgs.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/crud/Action/args/FindFirstActionOrThrowArgs.d.ts +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/crud/Action/args/FindFirstActionOrThrowArgs.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/crud/Action/args/FindFirstActionOrThrowArgs.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/crud/Action/args/FindManyActionArgs.d.ts +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/crud/Action/args/FindManyActionArgs.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/crud/Action/args/FindManyActionArgs.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/crud/Action/args/GroupByActionArgs.d.ts +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/crud/Action/args/GroupByActionArgs.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/crud/Action/args/GroupByActionArgs.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionCountOrderByAggregateInput.d.ts +1 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionCountOrderByAggregateInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionCountOrderByAggregateInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionCountOrderByAggregateInput.mjs +7 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionCreateInput.d.ts +1 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionCreateInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionCreateInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionCreateInput.mjs +7 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionCreateManyInput.d.ts +1 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionCreateManyInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionCreateManyInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionCreateManyInput.mjs +7 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionCreateManyTradeInput.d.ts +1 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionCreateManyTradeInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionCreateManyTradeInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionCreateManyTradeInput.mjs +7 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionCreateWithoutTradeInput.d.ts +1 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionCreateWithoutTradeInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionCreateWithoutTradeInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionCreateWithoutTradeInput.mjs +7 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionMaxOrderByAggregateInput.d.ts +1 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionMaxOrderByAggregateInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionMaxOrderByAggregateInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionMaxOrderByAggregateInput.mjs +7 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionMinOrderByAggregateInput.d.ts +1 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionMinOrderByAggregateInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionMinOrderByAggregateInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionMinOrderByAggregateInput.mjs +7 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionOrderByWithAggregationInput.d.ts +2 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionOrderByWithAggregationInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionOrderByWithAggregationInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionOrderByWithAggregationInput.mjs +8 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionOrderByWithRelationInput.d.ts +2 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionOrderByWithRelationInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionOrderByWithRelationInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionOrderByWithRelationInput.mjs +8 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionScalarWhereInput.d.ts +2 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionScalarWhereInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionScalarWhereInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionScalarWhereInput.mjs +8 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionScalarWhereWithAggregatesInput.d.ts +2 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionScalarWhereWithAggregatesInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionScalarWhereWithAggregatesInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionScalarWhereWithAggregatesInput.mjs +8 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionUpdateInput.d.ts +2 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionUpdateInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionUpdateInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionUpdateInput.mjs +8 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionUpdateManyMutationInput.d.ts +2 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionUpdateManyMutationInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionUpdateManyMutationInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionUpdateManyMutationInput.mjs +8 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionUpdateWithoutTradeInput.d.ts +2 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionUpdateWithoutTradeInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionUpdateWithoutTradeInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionUpdateWithoutTradeInput.mjs +8 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionWhereInput.d.ts +2 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionWhereInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionWhereInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionWhereInput.mjs +8 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionWhereUniqueInput.d.ts +2 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionWhereUniqueInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionWhereUniqueInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/ActionWhereUniqueInput.mjs +8 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/ActionCountAggregate.d.ts +1 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/ActionCountAggregate.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/ActionCountAggregate.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/ActionCountAggregate.mjs +7 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/ActionGroupBy.d.ts +1 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/ActionGroupBy.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/ActionGroupBy.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/ActionGroupBy.mjs +7 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/ActionMaxAggregate.d.ts +1 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/ActionMaxAggregate.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/ActionMaxAggregate.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/ActionMaxAggregate.mjs +7 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/ActionMinAggregate.d.ts +1 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/ActionMinAggregate.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/ActionMinAggregate.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/ActionMinAggregate.mjs +7 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnAction.d.ts +1 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnAction.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnAction.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnAction.mjs +7 -0
- package/esm/generated/typegraphql-prisma/resolvers/relations/Trade/args/TradeActionsArgs.d.ts +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/relations/Trade/args/TradeActionsArgs.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/relations/Trade/args/TradeActionsArgs.js.map +1 -1
- package/generated/typegraphql-prisma/enhance.cjs +22 -22
- package/generated/typegraphql-prisma/enhance.js.map +1 -1
- package/generated/typegraphql-prisma/enums/ActionScalarFieldEnum.cjs +1 -0
- package/generated/typegraphql-prisma/enums/ActionScalarFieldEnum.d.ts +2 -1
- package/generated/typegraphql-prisma/enums/ActionScalarFieldEnum.d.ts.map +1 -1
- package/generated/typegraphql-prisma/enums/ActionScalarFieldEnum.js.map +1 -1
- package/generated/typegraphql-prisma/models/Action.cjs +7 -0
- package/generated/typegraphql-prisma/models/Action.d.ts +4 -0
- package/generated/typegraphql-prisma/models/Action.d.ts.map +1 -1
- package/generated/typegraphql-prisma/models/Action.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/Action/args/FindFirstActionArgs.d.ts +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/Action/args/FindFirstActionArgs.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/Action/args/FindFirstActionArgs.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/Action/args/FindFirstActionOrThrowArgs.d.ts +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/Action/args/FindFirstActionOrThrowArgs.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/Action/args/FindFirstActionOrThrowArgs.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/Action/args/FindManyActionArgs.d.ts +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/Action/args/FindManyActionArgs.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/Action/args/FindManyActionArgs.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/Action/args/GroupByActionArgs.d.ts +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/Action/args/GroupByActionArgs.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/Action/args/GroupByActionArgs.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/ActionCountOrderByAggregateInput.cjs +6 -0
- package/generated/typegraphql-prisma/resolvers/inputs/ActionCountOrderByAggregateInput.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/ActionCountOrderByAggregateInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/ActionCountOrderByAggregateInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/ActionCreateInput.cjs +6 -0
- package/generated/typegraphql-prisma/resolvers/inputs/ActionCreateInput.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/ActionCreateInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/ActionCreateInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/ActionCreateManyInput.cjs +6 -0
- package/generated/typegraphql-prisma/resolvers/inputs/ActionCreateManyInput.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/ActionCreateManyInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/ActionCreateManyInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/ActionCreateManyTradeInput.cjs +6 -0
- package/generated/typegraphql-prisma/resolvers/inputs/ActionCreateManyTradeInput.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/ActionCreateManyTradeInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/ActionCreateManyTradeInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/ActionCreateWithoutTradeInput.cjs +6 -0
- package/generated/typegraphql-prisma/resolvers/inputs/ActionCreateWithoutTradeInput.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/ActionCreateWithoutTradeInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/ActionCreateWithoutTradeInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/ActionMaxOrderByAggregateInput.cjs +6 -0
- package/generated/typegraphql-prisma/resolvers/inputs/ActionMaxOrderByAggregateInput.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/ActionMaxOrderByAggregateInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/ActionMaxOrderByAggregateInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/ActionMinOrderByAggregateInput.cjs +6 -0
- package/generated/typegraphql-prisma/resolvers/inputs/ActionMinOrderByAggregateInput.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/ActionMinOrderByAggregateInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/ActionMinOrderByAggregateInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/ActionOrderByWithAggregationInput.cjs +7 -0
- package/generated/typegraphql-prisma/resolvers/inputs/ActionOrderByWithAggregationInput.d.ts +2 -0
- package/generated/typegraphql-prisma/resolvers/inputs/ActionOrderByWithAggregationInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/ActionOrderByWithAggregationInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/ActionOrderByWithRelationInput.cjs +7 -0
- package/generated/typegraphql-prisma/resolvers/inputs/ActionOrderByWithRelationInput.d.ts +2 -0
- package/generated/typegraphql-prisma/resolvers/inputs/ActionOrderByWithRelationInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/ActionOrderByWithRelationInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/ActionScalarWhereInput.cjs +7 -0
- package/generated/typegraphql-prisma/resolvers/inputs/ActionScalarWhereInput.d.ts +2 -0
- package/generated/typegraphql-prisma/resolvers/inputs/ActionScalarWhereInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/ActionScalarWhereInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/ActionScalarWhereWithAggregatesInput.cjs +7 -0
- package/generated/typegraphql-prisma/resolvers/inputs/ActionScalarWhereWithAggregatesInput.d.ts +2 -0
- package/generated/typegraphql-prisma/resolvers/inputs/ActionScalarWhereWithAggregatesInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/ActionScalarWhereWithAggregatesInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/ActionUpdateInput.cjs +7 -0
- package/generated/typegraphql-prisma/resolvers/inputs/ActionUpdateInput.d.ts +2 -0
- package/generated/typegraphql-prisma/resolvers/inputs/ActionUpdateInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/ActionUpdateInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/ActionUpdateManyMutationInput.cjs +7 -0
- package/generated/typegraphql-prisma/resolvers/inputs/ActionUpdateManyMutationInput.d.ts +2 -0
- package/generated/typegraphql-prisma/resolvers/inputs/ActionUpdateManyMutationInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/ActionUpdateManyMutationInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/ActionUpdateWithoutTradeInput.cjs +7 -0
- package/generated/typegraphql-prisma/resolvers/inputs/ActionUpdateWithoutTradeInput.d.ts +2 -0
- package/generated/typegraphql-prisma/resolvers/inputs/ActionUpdateWithoutTradeInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/ActionUpdateWithoutTradeInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/ActionWhereInput.cjs +7 -0
- package/generated/typegraphql-prisma/resolvers/inputs/ActionWhereInput.d.ts +2 -0
- package/generated/typegraphql-prisma/resolvers/inputs/ActionWhereInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/ActionWhereInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/ActionWhereUniqueInput.cjs +7 -0
- package/generated/typegraphql-prisma/resolvers/inputs/ActionWhereUniqueInput.d.ts +2 -0
- package/generated/typegraphql-prisma/resolvers/inputs/ActionWhereUniqueInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/ActionWhereUniqueInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/ActionCountAggregate.cjs +6 -0
- package/generated/typegraphql-prisma/resolvers/outputs/ActionCountAggregate.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/outputs/ActionCountAggregate.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/ActionCountAggregate.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/ActionGroupBy.cjs +6 -0
- package/generated/typegraphql-prisma/resolvers/outputs/ActionGroupBy.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/outputs/ActionGroupBy.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/ActionGroupBy.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/ActionMaxAggregate.cjs +6 -0
- package/generated/typegraphql-prisma/resolvers/outputs/ActionMaxAggregate.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/outputs/ActionMaxAggregate.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/ActionMaxAggregate.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/ActionMinAggregate.cjs +6 -0
- package/generated/typegraphql-prisma/resolvers/outputs/ActionMinAggregate.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/outputs/ActionMinAggregate.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/ActionMinAggregate.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnAction.cjs +6 -0
- package/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnAction.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnAction.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnAction.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/relations/Trade/args/TradeActionsArgs.d.ts +1 -1
- package/generated/typegraphql-prisma/resolvers/relations/Trade/args/TradeActionsArgs.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/relations/Trade/args/TradeActionsArgs.js.map +1 -1
- package/package.json +1 -1
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"ActionWhereInput.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/inputs/ActionWhereInput.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAI5C,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAClD,OAAO,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAC;AAC1D,OAAO,EAAE,sBAAsB,EAAE,MAAM,kCAAkC,CAAC;AAC1E,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAC;AACtE,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAChD,OAAO,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AACtD,OAAO,EAAE,mBAAmB,EAAE,MAAM,+BAA+B,CAAC;AACpE,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAG3C,IAAM,gBAAgB,GAAtB,MAAM,gBAAgB;IAI3B,GAAG,CAAkC;IAKrC,EAAE,CAAkC;IAKpC,GAAG,CAAkC;IAKrC,EAAE,CAA0B;IAK5B,QAAQ,CAAyB;IAKjC,OAAO,CAA0B;IAKjC,IAAI,CAAoC;IAKxC,OAAO,CAA0B;IAKjC,IAAI,CAA4B;IAKhC,MAAM,CAAsC;IAK5C,SAAS,CAA8B;IAKvC,SAAS,CAA8B;IAKvC,KAAK,CAAmC;CACzC,CAAA;
|
1
|
+
{"version":3,"file":"ActionWhereInput.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/inputs/ActionWhereInput.ts"],"names":[],"mappings":"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"}
|
@@ -14,6 +14,7 @@ import { EnumActionStatusFilter } from "../inputs/EnumActionStatusFilter";
|
|
14
14
|
import { EnumActionTypeFilter } from "../inputs/EnumActionTypeFilter";
|
15
15
|
import { IntFilter } from "../inputs/IntFilter";
|
16
16
|
import { StringFilter } from "../inputs/StringFilter";
|
17
|
+
import { StringNullableFilter } from "../inputs/StringNullableFilter";
|
17
18
|
import { TradeRelationFilter } from "../inputs/TradeRelationFilter";
|
18
19
|
import { UuidFilter } from "../inputs/UuidFilter";
|
19
20
|
let ActionWhereInput = class ActionWhereInput {
|
@@ -29,6 +30,7 @@ let ActionWhereInput = class ActionWhereInput {
|
|
29
30
|
status;
|
30
31
|
createdAt;
|
31
32
|
updatedAt;
|
33
|
+
alpacaOrderId;
|
32
34
|
trade;
|
33
35
|
};
|
34
36
|
__decorate([
|
@@ -103,6 +105,12 @@ __decorate([
|
|
103
105
|
}),
|
104
106
|
__metadata("design:type", Object)
|
105
107
|
], ActionWhereInput.prototype, "updatedAt", void 0);
|
108
|
+
__decorate([
|
109
|
+
TypeGraphQL.Field(_type => StringNullableFilter, {
|
110
|
+
nullable: true
|
111
|
+
}),
|
112
|
+
__metadata("design:type", Object)
|
113
|
+
], ActionWhereInput.prototype, "alpacaOrderId", void 0);
|
106
114
|
__decorate([
|
107
115
|
TypeGraphQL.Field(_type => TradeRelationFilter, {
|
108
116
|
nullable: true
|
@@ -5,6 +5,7 @@ import { EnumActionStatusFilter } from "../inputs/EnumActionStatusFilter";
|
|
5
5
|
import { EnumActionTypeFilter } from "../inputs/EnumActionTypeFilter";
|
6
6
|
import { IntFilter } from "../inputs/IntFilter";
|
7
7
|
import { StringFilter } from "../inputs/StringFilter";
|
8
|
+
import { StringNullableFilter } from "../inputs/StringNullableFilter";
|
8
9
|
import { TradeRelationFilter } from "../inputs/TradeRelationFilter";
|
9
10
|
import { UuidFilter } from "../inputs/UuidFilter";
|
10
11
|
export declare class ActionWhereUniqueInput {
|
@@ -20,6 +21,7 @@ export declare class ActionWhereUniqueInput {
|
|
20
21
|
status?: EnumActionStatusFilter | undefined;
|
21
22
|
createdAt?: DateTimeFilter | undefined;
|
22
23
|
updatedAt?: DateTimeFilter | undefined;
|
24
|
+
alpacaOrderId?: StringNullableFilter | undefined;
|
23
25
|
trade?: TradeRelationFilter | undefined;
|
24
26
|
}
|
25
27
|
//# sourceMappingURL=ActionWhereUniqueInput.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"ActionWhereUniqueInput.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/inputs/ActionWhereUniqueInput.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,gBAAgB,EAAE,MAAM,4BAA4B,CAAC;AAC9D,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAClD,OAAO,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAC;AAC1D,OAAO,EAAE,sBAAsB,EAAE,MAAM,kCAAkC,CAAC;AAC1E,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAC;AACtE,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAChD,OAAO,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AACtD,OAAO,EAAE,mBAAmB,EAAE,MAAM,+BAA+B,CAAC;AACpE,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAElD,qBACa,sBAAsB;IAIjC,EAAE,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAKxB,GAAG,CAAC,EAAE,gBAAgB,EAAE,GAAG,SAAS,CAAC;IAKrC,EAAE,CAAC,EAAE,gBAAgB,EAAE,GAAG,SAAS,CAAC;IAKpC,GAAG,CAAC,EAAE,gBAAgB,EAAE,GAAG,SAAS,CAAC;IAKrC,QAAQ,CAAC,EAAE,SAAS,GAAG,SAAS,CAAC;IAKjC,OAAO,CAAC,EAAE,UAAU,GAAG,SAAS,CAAC;IAKjC,IAAI,CAAC,EAAE,oBAAoB,GAAG,SAAS,CAAC;IAKxC,OAAO,CAAC,EAAE,UAAU,GAAG,SAAS,CAAC;IAKjC,IAAI,CAAC,EAAE,YAAY,GAAG,SAAS,CAAC;IAKhC,MAAM,CAAC,EAAE,sBAAsB,GAAG,SAAS,CAAC;IAK5C,SAAS,CAAC,EAAE,cAAc,GAAG,SAAS,CAAC;IAKvC,SAAS,CAAC,EAAE,cAAc,GAAG,SAAS,CAAC;IAKvC,KAAK,CAAC,EAAE,mBAAmB,GAAG,SAAS,CAAC;CACzC"}
|
1
|
+
{"version":3,"file":"ActionWhereUniqueInput.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/inputs/ActionWhereUniqueInput.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,gBAAgB,EAAE,MAAM,4BAA4B,CAAC;AAC9D,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAClD,OAAO,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAC;AAC1D,OAAO,EAAE,sBAAsB,EAAE,MAAM,kCAAkC,CAAC;AAC1E,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAC;AACtE,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAChD,OAAO,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AACtD,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAC;AACtE,OAAO,EAAE,mBAAmB,EAAE,MAAM,+BAA+B,CAAC;AACpE,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAElD,qBACa,sBAAsB;IAIjC,EAAE,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAKxB,GAAG,CAAC,EAAE,gBAAgB,EAAE,GAAG,SAAS,CAAC;IAKrC,EAAE,CAAC,EAAE,gBAAgB,EAAE,GAAG,SAAS,CAAC;IAKpC,GAAG,CAAC,EAAE,gBAAgB,EAAE,GAAG,SAAS,CAAC;IAKrC,QAAQ,CAAC,EAAE,SAAS,GAAG,SAAS,CAAC;IAKjC,OAAO,CAAC,EAAE,UAAU,GAAG,SAAS,CAAC;IAKjC,IAAI,CAAC,EAAE,oBAAoB,GAAG,SAAS,CAAC;IAKxC,OAAO,CAAC,EAAE,UAAU,GAAG,SAAS,CAAC;IAKjC,IAAI,CAAC,EAAE,YAAY,GAAG,SAAS,CAAC;IAKhC,MAAM,CAAC,EAAE,sBAAsB,GAAG,SAAS,CAAC;IAK5C,SAAS,CAAC,EAAE,cAAc,GAAG,SAAS,CAAC;IAKvC,SAAS,CAAC,EAAE,cAAc,GAAG,SAAS,CAAC;IAKvC,aAAa,CAAC,EAAE,oBAAoB,GAAG,SAAS,CAAC;IAKjD,KAAK,CAAC,EAAE,mBAAmB,GAAG,SAAS,CAAC;CACzC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"ActionWhereUniqueInput.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/inputs/ActionWhereUniqueInput.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAI5C,OAAO,EAAE,gBAAgB,EAAE,MAAM,4BAA4B,CAAC;AAC9D,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAClD,OAAO,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAC;AAC1D,OAAO,EAAE,sBAAsB,EAAE,MAAM,kCAAkC,CAAC;AAC1E,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAC;AACtE,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAChD,OAAO,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AACtD,OAAO,EAAE,mBAAmB,EAAE,MAAM,+BAA+B,CAAC;AACpE,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAG3C,IAAM,sBAAsB,GAA5B,MAAM,sBAAsB;IAIjC,EAAE,CAAsB;IAKxB,GAAG,CAAkC;IAKrC,EAAE,CAAkC;IAKpC,GAAG,CAAkC;IAKrC,QAAQ,CAAyB;IAKjC,OAAO,CAA0B;IAKjC,IAAI,CAAoC;IAKxC,OAAO,CAA0B;IAKjC,IAAI,CAA4B;IAKhC,MAAM,CAAsC;IAK5C,SAAS,CAA8B;IAKvC,SAAS,CAA8B;IAKvC,KAAK,CAAmC;CACzC,CAAA;
|
1
|
+
{"version":3,"file":"ActionWhereUniqueInput.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/inputs/ActionWhereUniqueInput.ts"],"names":[],"mappings":"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"}
|
@@ -15,6 +15,7 @@ import { EnumActionStatusFilter } from "../inputs/EnumActionStatusFilter";
|
|
15
15
|
import { EnumActionTypeFilter } from "../inputs/EnumActionTypeFilter";
|
16
16
|
import { IntFilter } from "../inputs/IntFilter";
|
17
17
|
import { StringFilter } from "../inputs/StringFilter";
|
18
|
+
import { StringNullableFilter } from "../inputs/StringNullableFilter";
|
18
19
|
import { TradeRelationFilter } from "../inputs/TradeRelationFilter";
|
19
20
|
import { UuidFilter } from "../inputs/UuidFilter";
|
20
21
|
let ActionWhereUniqueInput = class ActionWhereUniqueInput {
|
@@ -30,6 +31,7 @@ let ActionWhereUniqueInput = class ActionWhereUniqueInput {
|
|
30
31
|
status;
|
31
32
|
createdAt;
|
32
33
|
updatedAt;
|
34
|
+
alpacaOrderId;
|
33
35
|
trade;
|
34
36
|
};
|
35
37
|
__decorate([
|
@@ -104,6 +106,12 @@ __decorate([
|
|
104
106
|
}),
|
105
107
|
__metadata("design:type", Object)
|
106
108
|
], ActionWhereUniqueInput.prototype, "updatedAt", void 0);
|
109
|
+
__decorate([
|
110
|
+
TypeGraphQL.Field(_type => StringNullableFilter, {
|
111
|
+
nullable: true
|
112
|
+
}),
|
113
|
+
__metadata("design:type", Object)
|
114
|
+
], ActionWhereUniqueInput.prototype, "alpacaOrderId", void 0);
|
107
115
|
__decorate([
|
108
116
|
TypeGraphQL.Field(_type => TradeRelationFilter, {
|
109
117
|
nullable: true
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"ActionCountAggregate.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/ActionCountAggregate.ts"],"names":[],"mappings":"AAKA,qBACa,oBAAoB;IAI/B,EAAE,EAAG,MAAM,CAAC;IAKZ,QAAQ,EAAG,MAAM,CAAC;IAKlB,OAAO,EAAG,MAAM,CAAC;IAKjB,IAAI,EAAG,MAAM,CAAC;IAKd,OAAO,EAAG,MAAM,CAAC;IAKjB,IAAI,EAAG,MAAM,CAAC;IAKd,MAAM,EAAG,MAAM,CAAC;IAKhB,SAAS,EAAG,MAAM,CAAC;IAKnB,SAAS,EAAG,MAAM,CAAC;IAKnB,IAAI,EAAG,MAAM,CAAC;CACf"}
|
1
|
+
{"version":3,"file":"ActionCountAggregate.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/ActionCountAggregate.ts"],"names":[],"mappings":"AAKA,qBACa,oBAAoB;IAI/B,EAAE,EAAG,MAAM,CAAC;IAKZ,QAAQ,EAAG,MAAM,CAAC;IAKlB,OAAO,EAAG,MAAM,CAAC;IAKjB,IAAI,EAAG,MAAM,CAAC;IAKd,OAAO,EAAG,MAAM,CAAC;IAKjB,IAAI,EAAG,MAAM,CAAC;IAKd,MAAM,EAAG,MAAM,CAAC;IAKhB,SAAS,EAAG,MAAM,CAAC;IAKnB,SAAS,EAAG,MAAM,CAAC;IAKnB,aAAa,EAAG,MAAM,CAAC;IAKvB,IAAI,EAAG,MAAM,CAAC;CACf"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"ActionCountAggregate.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/ActionCountAggregate.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAMrC,IAAM,oBAAoB,GAA1B,MAAM,oBAAoB;IAI/B,EAAE,CAAU;IAKZ,QAAQ,CAAU;IAKlB,OAAO,CAAU;IAKjB,IAAI,CAAU;IAKd,OAAO,CAAU;IAKjB,IAAI,CAAU;IAKd,MAAM,CAAU;IAKhB,SAAS,CAAU;IAKnB,SAAS,CAAU;IAKnB,IAAI,CAAU;CACf,CAAA;
|
1
|
+
{"version":3,"file":"ActionCountAggregate.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/ActionCountAggregate.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAMrC,IAAM,oBAAoB,GAA1B,MAAM,oBAAoB;IAI/B,EAAE,CAAU;IAKZ,QAAQ,CAAU;IAKlB,OAAO,CAAU;IAKjB,IAAI,CAAU;IAKd,OAAO,CAAU;IAKjB,IAAI,CAAU;IAKd,MAAM,CAAU;IAKhB,SAAS,CAAU;IAKnB,SAAS,CAAU;IAKnB,aAAa,CAAU;IAKvB,IAAI,CAAU;CACf,CAAA;AAnDC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,KAAK;KAChB,CAAC;;gDACU;AAKZ;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,KAAK;KAChB,CAAC;;sDACgB;AAKlB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,KAAK;KAChB,CAAC;;qDACe;AAKjB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,KAAK;KAChB,CAAC;;kDACY;AAKd;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,KAAK;KAChB,CAAC;;qDACe;AAKjB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,KAAK;KAChB,CAAC;;kDACY;AAKd;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,KAAK;KAChB,CAAC;;oDACc;AAKhB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,KAAK;KAChB,CAAC;;uDACiB;AAKnB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,KAAK;KAChB,CAAC;;uDACiB;AAKnB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,KAAK;KAChB,CAAC;;2DACqB;AAKvB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,KAAK;KAChB,CAAC;;kDACY;AAtDH,oBAAoB;IADhC,WAAW,CAAC,UAAU,CAAC,sBAAsB,EAAE,EAAE,CAAC;GACtC,oBAAoB,CAuDhC"}
|
@@ -18,6 +18,7 @@ let ActionCountAggregate = class ActionCountAggregate {
|
|
18
18
|
status;
|
19
19
|
createdAt;
|
20
20
|
updatedAt;
|
21
|
+
alpacaOrderId;
|
21
22
|
_all;
|
22
23
|
};
|
23
24
|
__decorate([
|
@@ -74,6 +75,12 @@ __decorate([
|
|
74
75
|
}),
|
75
76
|
__metadata("design:type", Number)
|
76
77
|
], ActionCountAggregate.prototype, "updatedAt", void 0);
|
78
|
+
__decorate([
|
79
|
+
TypeGraphQL.Field(_type => TypeGraphQL.Int, {
|
80
|
+
nullable: false
|
81
|
+
}),
|
82
|
+
__metadata("design:type", Number)
|
83
|
+
], ActionCountAggregate.prototype, "alpacaOrderId", void 0);
|
77
84
|
__decorate([
|
78
85
|
TypeGraphQL.Field(_type => TypeGraphQL.Int, {
|
79
86
|
nullable: false
|
@@ -13,6 +13,7 @@ export declare class ActionGroupBy {
|
|
13
13
|
status: "STAGED" | "EXECUTED" | "COMPLETED" | "CANCELED";
|
14
14
|
createdAt: Date;
|
15
15
|
updatedAt: Date;
|
16
|
+
alpacaOrderId: string | null;
|
16
17
|
_count: ActionCountAggregate | null;
|
17
18
|
_avg: ActionAvgAggregate | null;
|
18
19
|
_sum: ActionSumAggregate | null;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"ActionGroupBy.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/ActionGroupBy.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,kBAAkB,EAAE,MAAM,+BAA+B,CAAC;AACnE,OAAO,EAAE,oBAAoB,EAAE,MAAM,iCAAiC,CAAC;AACvE,OAAO,EAAE,kBAAkB,EAAE,MAAM,+BAA+B,CAAC;AACnE,OAAO,EAAE,kBAAkB,EAAE,MAAM,+BAA+B,CAAC;AACnE,OAAO,EAAE,kBAAkB,EAAE,MAAM,+BAA+B,CAAC;AAInE,qBACa,aAAa;IAIxB,EAAE,EAAG,MAAM,CAAC;IAKZ,QAAQ,EAAG,MAAM,CAAC;IAKlB,OAAO,EAAG,MAAM,CAAC;IAKjB,IAAI,EAAG,KAAK,GAAG,YAAY,GAAG,iBAAiB,GAAG,MAAM,GAAG,QAAQ,GAAG,QAAQ,GAAG,OAAO,CAAC;IAKzF,OAAO,EAAG,OAAO,CAAC;IAKlB,IAAI,EAAG,MAAM,CAAC;IAKd,MAAM,EAAG,QAAQ,GAAG,UAAU,GAAG,WAAW,GAAG,UAAU,CAAC;IAK1D,SAAS,EAAG,IAAI,CAAC;IAKjB,SAAS,EAAG,IAAI,CAAC;IAKjB,MAAM,EAAG,oBAAoB,GAAG,IAAI,CAAC;IAKrC,IAAI,EAAG,kBAAkB,GAAG,IAAI,CAAC;IAKjC,IAAI,EAAG,kBAAkB,GAAG,IAAI,CAAC;IAKjC,IAAI,EAAG,kBAAkB,GAAG,IAAI,CAAC;IAKjC,IAAI,EAAG,kBAAkB,GAAG,IAAI,CAAC;CAClC"}
|
1
|
+
{"version":3,"file":"ActionGroupBy.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/ActionGroupBy.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,kBAAkB,EAAE,MAAM,+BAA+B,CAAC;AACnE,OAAO,EAAE,oBAAoB,EAAE,MAAM,iCAAiC,CAAC;AACvE,OAAO,EAAE,kBAAkB,EAAE,MAAM,+BAA+B,CAAC;AACnE,OAAO,EAAE,kBAAkB,EAAE,MAAM,+BAA+B,CAAC;AACnE,OAAO,EAAE,kBAAkB,EAAE,MAAM,+BAA+B,CAAC;AAInE,qBACa,aAAa;IAIxB,EAAE,EAAG,MAAM,CAAC;IAKZ,QAAQ,EAAG,MAAM,CAAC;IAKlB,OAAO,EAAG,MAAM,CAAC;IAKjB,IAAI,EAAG,KAAK,GAAG,YAAY,GAAG,iBAAiB,GAAG,MAAM,GAAG,QAAQ,GAAG,QAAQ,GAAG,OAAO,CAAC;IAKzF,OAAO,EAAG,OAAO,CAAC;IAKlB,IAAI,EAAG,MAAM,CAAC;IAKd,MAAM,EAAG,QAAQ,GAAG,UAAU,GAAG,WAAW,GAAG,UAAU,CAAC;IAK1D,SAAS,EAAG,IAAI,CAAC;IAKjB,SAAS,EAAG,IAAI,CAAC;IAKjB,aAAa,EAAG,MAAM,GAAG,IAAI,CAAC;IAK9B,MAAM,EAAG,oBAAoB,GAAG,IAAI,CAAC;IAKrC,IAAI,EAAG,kBAAkB,GAAG,IAAI,CAAC;IAKjC,IAAI,EAAG,kBAAkB,GAAG,IAAI,CAAC;IAKjC,IAAI,EAAG,kBAAkB,GAAG,IAAI,CAAC;IAKjC,IAAI,EAAG,kBAAkB,GAAG,IAAI,CAAC;CAClC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"ActionGroupBy.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/ActionGroupBy.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAI5C,OAAO,EAAE,kBAAkB,EAAE,MAAM,+BAA+B,CAAC;AACnE,OAAO,EAAE,oBAAoB,EAAE,MAAM,iCAAiC,CAAC;AACvE,OAAO,EAAE,kBAAkB,EAAE,MAAM,+BAA+B,CAAC;AACnE,OAAO,EAAE,kBAAkB,EAAE,MAAM,+BAA+B,CAAC;AACnE,OAAO,EAAE,kBAAkB,EAAE,MAAM,+BAA+B,CAAC;AACnE,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AAG7C,IAAM,aAAa,GAAnB,MAAM,aAAa;IAIxB,EAAE,CAAU;IAKZ,QAAQ,CAAU;IAKlB,OAAO,CAAU;IAKjB,IAAI,CAAqF;IAKzF,OAAO,CAAW;IAKlB,IAAI,CAAU;IAKd,MAAM,CAAoD;IAK1D,SAAS,CAAQ;IAKjB,SAAS,CAAQ;IAKjB,MAAM,CAA+B;IAKrC,IAAI,CAA6B;IAKjC,IAAI,CAA6B;IAKjC,IAAI,CAA6B;IAKjC,IAAI,CAA6B;CAClC,CAAA;
|
1
|
+
{"version":3,"file":"ActionGroupBy.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/ActionGroupBy.ts"],"names":[],"mappings":"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"}
|
@@ -25,6 +25,7 @@ let ActionGroupBy = class ActionGroupBy {
|
|
25
25
|
status;
|
26
26
|
createdAt;
|
27
27
|
updatedAt;
|
28
|
+
alpacaOrderId;
|
28
29
|
_count;
|
29
30
|
_avg;
|
30
31
|
_sum;
|
@@ -85,6 +86,12 @@ __decorate([
|
|
85
86
|
}),
|
86
87
|
__metadata("design:type", Date)
|
87
88
|
], ActionGroupBy.prototype, "updatedAt", void 0);
|
89
|
+
__decorate([
|
90
|
+
TypeGraphQL.Field(_type => String, {
|
91
|
+
nullable: true
|
92
|
+
}),
|
93
|
+
__metadata("design:type", Object)
|
94
|
+
], ActionGroupBy.prototype, "alpacaOrderId", void 0);
|
88
95
|
__decorate([
|
89
96
|
TypeGraphQL.Field(_type => ActionCountAggregate, {
|
90
97
|
nullable: true
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"ActionMaxAggregate.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/ActionMaxAggregate.ts"],"names":[],"mappings":"AAOA,qBACa,kBAAkB;IAI7B,EAAE,EAAG,MAAM,GAAG,IAAI,CAAC;IAKnB,QAAQ,EAAG,MAAM,GAAG,IAAI,CAAC;IAKzB,OAAO,EAAG,MAAM,GAAG,IAAI,CAAC;IAKxB,IAAI,EAAG,KAAK,GAAG,YAAY,GAAG,iBAAiB,GAAG,MAAM,GAAG,QAAQ,GAAG,QAAQ,GAAG,OAAO,GAAG,IAAI,CAAC;IAKhG,OAAO,EAAG,OAAO,GAAG,IAAI,CAAC;IAKzB,IAAI,EAAG,MAAM,GAAG,IAAI,CAAC;IAKrB,MAAM,EAAG,QAAQ,GAAG,UAAU,GAAG,WAAW,GAAG,UAAU,GAAG,IAAI,CAAC;IAKjE,SAAS,EAAG,IAAI,GAAG,IAAI,CAAC;IAKxB,SAAS,EAAG,IAAI,GAAG,IAAI,CAAC;
|
1
|
+
{"version":3,"file":"ActionMaxAggregate.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/ActionMaxAggregate.ts"],"names":[],"mappings":"AAOA,qBACa,kBAAkB;IAI7B,EAAE,EAAG,MAAM,GAAG,IAAI,CAAC;IAKnB,QAAQ,EAAG,MAAM,GAAG,IAAI,CAAC;IAKzB,OAAO,EAAG,MAAM,GAAG,IAAI,CAAC;IAKxB,IAAI,EAAG,KAAK,GAAG,YAAY,GAAG,iBAAiB,GAAG,MAAM,GAAG,QAAQ,GAAG,QAAQ,GAAG,OAAO,GAAG,IAAI,CAAC;IAKhG,OAAO,EAAG,OAAO,GAAG,IAAI,CAAC;IAKzB,IAAI,EAAG,MAAM,GAAG,IAAI,CAAC;IAKrB,MAAM,EAAG,QAAQ,GAAG,UAAU,GAAG,WAAW,GAAG,UAAU,GAAG,IAAI,CAAC;IAKjE,SAAS,EAAG,IAAI,GAAG,IAAI,CAAC;IAKxB,SAAS,EAAG,IAAI,GAAG,IAAI,CAAC;IAKxB,aAAa,EAAG,MAAM,GAAG,IAAI,CAAC;CAC/B"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"ActionMaxAggregate.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/ActionMaxAggregate.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAI5C,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AAG7C,IAAM,kBAAkB,GAAxB,MAAM,kBAAkB;IAI7B,EAAE,CAAiB;IAKnB,QAAQ,CAAiB;IAKzB,OAAO,CAAiB;IAKxB,IAAI,CAA4F;IAKhG,OAAO,CAAkB;IAKzB,IAAI,CAAiB;IAKrB,MAAM,CAA2D;IAKjE,SAAS,CAAe;IAKxB,SAAS,CAAe;
|
1
|
+
{"version":3,"file":"ActionMaxAggregate.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/ActionMaxAggregate.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAI5C,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AAG7C,IAAM,kBAAkB,GAAxB,MAAM,kBAAkB;IAI7B,EAAE,CAAiB;IAKnB,QAAQ,CAAiB;IAKzB,OAAO,CAAiB;IAKxB,IAAI,CAA4F;IAKhG,OAAO,CAAkB;IAKzB,IAAI,CAAiB;IAKrB,MAAM,CAA2D;IAKjE,SAAS,CAAe;IAKxB,SAAS,CAAe;IAKxB,aAAa,CAAiB;CAC/B,CAAA;AA9CC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,MAAM,EAAE;QAClC,QAAQ,EAAE,IAAI;KACf,CAAC;;8CACiB;AAKnB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;oDACuB;AAKzB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,MAAM,EAAE;QAClC,QAAQ,EAAE,IAAI;KACf,CAAC;;mDACsB;AAKxB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,UAAU,EAAE;QACtC,QAAQ,EAAE,IAAI;KACf,CAAC;;gDAC8F;AAKhG;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,OAAO,EAAE;QACnC,QAAQ,EAAE,IAAI;KACf,CAAC;;mDACuB;AAKzB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,MAAM,EAAE;QAClC,QAAQ,EAAE,IAAI;KACf,CAAC;;gDACmB;AAKrB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,YAAY,EAAE;QACxC,QAAQ,EAAE,IAAI;KACf,CAAC;;kDAC+D;AAKjE;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,IAAI,EAAE;QAChC,QAAQ,EAAE,IAAI;KACf,CAAC;;qDACsB;AAKxB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,IAAI,EAAE;QAChC,QAAQ,EAAE,IAAI;KACf,CAAC;;qDACsB;AAKxB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,MAAM,EAAE;QAClC,QAAQ,EAAE,IAAI;KACf,CAAC;;yDAC4B;AAjDnB,kBAAkB;IAD9B,WAAW,CAAC,UAAU,CAAC,oBAAoB,EAAE,EAAE,CAAC;GACpC,kBAAkB,CAkD9B"}
|
@@ -20,6 +20,7 @@ let ActionMaxAggregate = class ActionMaxAggregate {
|
|
20
20
|
status;
|
21
21
|
createdAt;
|
22
22
|
updatedAt;
|
23
|
+
alpacaOrderId;
|
23
24
|
};
|
24
25
|
__decorate([
|
25
26
|
TypeGraphQL.Field(_type => String, {
|
@@ -75,6 +76,12 @@ __decorate([
|
|
75
76
|
}),
|
76
77
|
__metadata("design:type", Object)
|
77
78
|
], ActionMaxAggregate.prototype, "updatedAt", void 0);
|
79
|
+
__decorate([
|
80
|
+
TypeGraphQL.Field(_type => String, {
|
81
|
+
nullable: true
|
82
|
+
}),
|
83
|
+
__metadata("design:type", Object)
|
84
|
+
], ActionMaxAggregate.prototype, "alpacaOrderId", void 0);
|
78
85
|
ActionMaxAggregate = __decorate([
|
79
86
|
TypeGraphQL.ObjectType("ActionMaxAggregate", {})
|
80
87
|
], ActionMaxAggregate);
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"ActionMinAggregate.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/ActionMinAggregate.ts"],"names":[],"mappings":"AAOA,qBACa,kBAAkB;IAI7B,EAAE,EAAG,MAAM,GAAG,IAAI,CAAC;IAKnB,QAAQ,EAAG,MAAM,GAAG,IAAI,CAAC;IAKzB,OAAO,EAAG,MAAM,GAAG,IAAI,CAAC;IAKxB,IAAI,EAAG,KAAK,GAAG,YAAY,GAAG,iBAAiB,GAAG,MAAM,GAAG,QAAQ,GAAG,QAAQ,GAAG,OAAO,GAAG,IAAI,CAAC;IAKhG,OAAO,EAAG,OAAO,GAAG,IAAI,CAAC;IAKzB,IAAI,EAAG,MAAM,GAAG,IAAI,CAAC;IAKrB,MAAM,EAAG,QAAQ,GAAG,UAAU,GAAG,WAAW,GAAG,UAAU,GAAG,IAAI,CAAC;IAKjE,SAAS,EAAG,IAAI,GAAG,IAAI,CAAC;IAKxB,SAAS,EAAG,IAAI,GAAG,IAAI,CAAC;
|
1
|
+
{"version":3,"file":"ActionMinAggregate.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/ActionMinAggregate.ts"],"names":[],"mappings":"AAOA,qBACa,kBAAkB;IAI7B,EAAE,EAAG,MAAM,GAAG,IAAI,CAAC;IAKnB,QAAQ,EAAG,MAAM,GAAG,IAAI,CAAC;IAKzB,OAAO,EAAG,MAAM,GAAG,IAAI,CAAC;IAKxB,IAAI,EAAG,KAAK,GAAG,YAAY,GAAG,iBAAiB,GAAG,MAAM,GAAG,QAAQ,GAAG,QAAQ,GAAG,OAAO,GAAG,IAAI,CAAC;IAKhG,OAAO,EAAG,OAAO,GAAG,IAAI,CAAC;IAKzB,IAAI,EAAG,MAAM,GAAG,IAAI,CAAC;IAKrB,MAAM,EAAG,QAAQ,GAAG,UAAU,GAAG,WAAW,GAAG,UAAU,GAAG,IAAI,CAAC;IAKjE,SAAS,EAAG,IAAI,GAAG,IAAI,CAAC;IAKxB,SAAS,EAAG,IAAI,GAAG,IAAI,CAAC;IAKxB,aAAa,EAAG,MAAM,GAAG,IAAI,CAAC;CAC/B"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"ActionMinAggregate.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/ActionMinAggregate.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAI5C,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AAG7C,IAAM,kBAAkB,GAAxB,MAAM,kBAAkB;IAI7B,EAAE,CAAiB;IAKnB,QAAQ,CAAiB;IAKzB,OAAO,CAAiB;IAKxB,IAAI,CAA4F;IAKhG,OAAO,CAAkB;IAKzB,IAAI,CAAiB;IAKrB,MAAM,CAA2D;IAKjE,SAAS,CAAe;IAKxB,SAAS,CAAe;
|
1
|
+
{"version":3,"file":"ActionMinAggregate.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/ActionMinAggregate.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAI5C,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AAG7C,IAAM,kBAAkB,GAAxB,MAAM,kBAAkB;IAI7B,EAAE,CAAiB;IAKnB,QAAQ,CAAiB;IAKzB,OAAO,CAAiB;IAKxB,IAAI,CAA4F;IAKhG,OAAO,CAAkB;IAKzB,IAAI,CAAiB;IAKrB,MAAM,CAA2D;IAKjE,SAAS,CAAe;IAKxB,SAAS,CAAe;IAKxB,aAAa,CAAiB;CAC/B,CAAA;AA9CC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,MAAM,EAAE;QAClC,QAAQ,EAAE,IAAI;KACf,CAAC;;8CACiB;AAKnB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;oDACuB;AAKzB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,MAAM,EAAE;QAClC,QAAQ,EAAE,IAAI;KACf,CAAC;;mDACsB;AAKxB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,UAAU,EAAE;QACtC,QAAQ,EAAE,IAAI;KACf,CAAC;;gDAC8F;AAKhG;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,OAAO,EAAE;QACnC,QAAQ,EAAE,IAAI;KACf,CAAC;;mDACuB;AAKzB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,MAAM,EAAE;QAClC,QAAQ,EAAE,IAAI;KACf,CAAC;;gDACmB;AAKrB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,YAAY,EAAE;QACxC,QAAQ,EAAE,IAAI;KACf,CAAC;;kDAC+D;AAKjE;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,IAAI,EAAE;QAChC,QAAQ,EAAE,IAAI;KACf,CAAC;;qDACsB;AAKxB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,IAAI,EAAE;QAChC,QAAQ,EAAE,IAAI;KACf,CAAC;;qDACsB;AAKxB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,MAAM,EAAE;QAClC,QAAQ,EAAE,IAAI;KACf,CAAC;;yDAC4B;AAjDnB,kBAAkB;IAD9B,WAAW,CAAC,UAAU,CAAC,oBAAoB,EAAE,EAAE,CAAC;GACpC,kBAAkB,CAkD9B"}
|
@@ -20,6 +20,7 @@ let ActionMinAggregate = class ActionMinAggregate {
|
|
20
20
|
status;
|
21
21
|
createdAt;
|
22
22
|
updatedAt;
|
23
|
+
alpacaOrderId;
|
23
24
|
};
|
24
25
|
__decorate([
|
25
26
|
TypeGraphQL.Field(_type => String, {
|
@@ -75,6 +76,12 @@ __decorate([
|
|
75
76
|
}),
|
76
77
|
__metadata("design:type", Object)
|
77
78
|
], ActionMinAggregate.prototype, "updatedAt", void 0);
|
79
|
+
__decorate([
|
80
|
+
TypeGraphQL.Field(_type => String, {
|
81
|
+
nullable: true
|
82
|
+
}),
|
83
|
+
__metadata("design:type", Object)
|
84
|
+
], ActionMinAggregate.prototype, "alpacaOrderId", void 0);
|
78
85
|
ActionMinAggregate = __decorate([
|
79
86
|
TypeGraphQL.ObjectType("ActionMinAggregate", {})
|
80
87
|
], ActionMinAggregate);
|
package/esm/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnAction.d.ts.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"CreateManyAndReturnAction.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnAction.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,EAAE,MAAM,oBAAoB,CAAC;AAI3C,qBACa,yBAAyB;IAIpC,EAAE,EAAG,MAAM,CAAC;IAKZ,QAAQ,EAAG,MAAM,CAAC;IAKlB,OAAO,EAAG,MAAM,CAAC;IAKjB,IAAI,EAAG,KAAK,GAAG,YAAY,GAAG,iBAAiB,GAAG,MAAM,GAAG,QAAQ,GAAG,QAAQ,GAAG,OAAO,CAAC;IAKzF,OAAO,EAAG,OAAO,CAAC;IAKlB,IAAI,EAAG,MAAM,CAAC;IAKd,MAAM,EAAG,QAAQ,GAAG,UAAU,GAAG,WAAW,GAAG,UAAU,CAAC;IAK1D,SAAS,EAAG,IAAI,CAAC;IAKjB,SAAS,EAAG,IAAI,CAAC;IAKjB,KAAK,EAAG,KAAK,CAAC;CACf"}
|
1
|
+
{"version":3,"file":"CreateManyAndReturnAction.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnAction.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,EAAE,MAAM,oBAAoB,CAAC;AAI3C,qBACa,yBAAyB;IAIpC,EAAE,EAAG,MAAM,CAAC;IAKZ,QAAQ,EAAG,MAAM,CAAC;IAKlB,OAAO,EAAG,MAAM,CAAC;IAKjB,IAAI,EAAG,KAAK,GAAG,YAAY,GAAG,iBAAiB,GAAG,MAAM,GAAG,QAAQ,GAAG,QAAQ,GAAG,OAAO,CAAC;IAKzF,OAAO,EAAG,OAAO,CAAC;IAKlB,IAAI,EAAG,MAAM,CAAC;IAKd,MAAM,EAAG,QAAQ,GAAG,UAAU,GAAG,WAAW,GAAG,UAAU,CAAC;IAK1D,SAAS,EAAG,IAAI,CAAC;IAKjB,SAAS,EAAG,IAAI,CAAC;IAKjB,aAAa,EAAG,MAAM,GAAG,IAAI,CAAC;IAK9B,KAAK,EAAG,KAAK,CAAC;CACf"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"CreateManyAndReturnAction.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnAction.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAI5C,OAAO,EAAE,KAAK,EAAE,MAAM,oBAAoB,CAAC;AAC3C,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AAG7C,IAAM,yBAAyB,GAA/B,MAAM,yBAAyB;IAIpC,EAAE,CAAU;IAKZ,QAAQ,CAAU;IAKlB,OAAO,CAAU;IAKjB,IAAI,CAAqF;IAKzF,OAAO,CAAW;IAKlB,IAAI,CAAU;IAKd,MAAM,CAAoD;IAK1D,SAAS,CAAQ;IAKjB,SAAS,CAAQ;IAKjB,KAAK,CAAS;CACf,CAAA;
|
1
|
+
{"version":3,"file":"CreateManyAndReturnAction.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnAction.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAI5C,OAAO,EAAE,KAAK,EAAE,MAAM,oBAAoB,CAAC;AAC3C,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AAG7C,IAAM,yBAAyB,GAA/B,MAAM,yBAAyB;IAIpC,EAAE,CAAU;IAKZ,QAAQ,CAAU;IAKlB,OAAO,CAAU;IAKjB,IAAI,CAAqF;IAKzF,OAAO,CAAW;IAKlB,IAAI,CAAU;IAKd,MAAM,CAAoD;IAK1D,SAAS,CAAQ;IAKjB,SAAS,CAAQ;IAKjB,aAAa,CAAiB;IAK9B,KAAK,CAAS;CACf,CAAA;AAnDC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,MAAM,EAAE;QAClC,QAAQ,EAAE,KAAK;KAChB,CAAC;;qDACU;AAKZ;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,KAAK;KAChB,CAAC;;2DACgB;AAKlB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,MAAM,EAAE;QAClC,QAAQ,EAAE,KAAK;KAChB,CAAC;;0DACe;AAKjB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,UAAU,EAAE;QACtC,QAAQ,EAAE,KAAK;KAChB,CAAC;;uDACuF;AAKzF;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,OAAO,EAAE;QACnC,QAAQ,EAAE,KAAK;KAChB,CAAC;;0DACgB;AAKlB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,MAAM,EAAE;QAClC,QAAQ,EAAE,KAAK;KAChB,CAAC;;uDACY;AAKd;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,YAAY,EAAE;QACxC,QAAQ,EAAE,KAAK;KAChB,CAAC;;yDACwD;AAK1D;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,IAAI,EAAE;QAChC,QAAQ,EAAE,KAAK;KAChB,CAAC;8BACU,IAAI;4DAAC;AAKjB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,IAAI,EAAE;QAChC,QAAQ,EAAE,KAAK;KAChB,CAAC;8BACU,IAAI;4DAAC;AAKjB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,MAAM,EAAE;QAClC,QAAQ,EAAE,IAAI;KACf,CAAC;;gEAC4B;AAK9B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,KAAK,EAAE;QACjC,QAAQ,EAAE,KAAK;KAChB,CAAC;8BACM,KAAK;wDAAC;AAtDH,yBAAyB;IADrC,WAAW,CAAC,UAAU,CAAC,2BAA2B,EAAE,EAAE,CAAC;GAC3C,yBAAyB,CAuDrC"}
|
@@ -21,6 +21,7 @@ let CreateManyAndReturnAction = class CreateManyAndReturnAction {
|
|
21
21
|
status;
|
22
22
|
createdAt;
|
23
23
|
updatedAt;
|
24
|
+
alpacaOrderId;
|
24
25
|
trade;
|
25
26
|
};
|
26
27
|
__decorate([
|
@@ -77,6 +78,12 @@ __decorate([
|
|
77
78
|
}),
|
78
79
|
__metadata("design:type", Date)
|
79
80
|
], CreateManyAndReturnAction.prototype, "updatedAt", void 0);
|
81
|
+
__decorate([
|
82
|
+
TypeGraphQL.Field(_type => String, {
|
83
|
+
nullable: true
|
84
|
+
}),
|
85
|
+
__metadata("design:type", Object)
|
86
|
+
], CreateManyAndReturnAction.prototype, "alpacaOrderId", void 0);
|
80
87
|
__decorate([
|
81
88
|
TypeGraphQL.Field(_type => Trade, {
|
82
89
|
nullable: false
|
package/esm/generated/typegraphql-prisma/resolvers/relations/Trade/args/TradeActionsArgs.d.ts
CHANGED
@@ -7,6 +7,6 @@ export declare class TradeActionsArgs {
|
|
7
7
|
cursor?: ActionWhereUniqueInput | undefined;
|
8
8
|
take?: number | undefined;
|
9
9
|
skip?: number | undefined;
|
10
|
-
distinct?: Array<"id" | "sequence" | "tradeId" | "type" | "primary" | "note" | "status" | "createdAt" | "updatedAt"> | undefined;
|
10
|
+
distinct?: Array<"id" | "sequence" | "tradeId" | "type" | "primary" | "note" | "status" | "createdAt" | "updatedAt" | "alpacaOrderId"> | undefined;
|
11
11
|
}
|
12
12
|
//# sourceMappingURL=TradeActionsArgs.d.ts.map
|
package/esm/generated/typegraphql-prisma/resolvers/relations/Trade/args/TradeActionsArgs.d.ts.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"TradeActionsArgs.d.ts","sourceRoot":"","sources":["../../../../../../../../src/generated/typegraphql-prisma/resolvers/relations/Trade/args/TradeActionsArgs.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,8BAA8B,EAAE,MAAM,gDAAgD,CAAC;AAChG,OAAO,EAAE,gBAAgB,EAAE,MAAM,kCAAkC,CAAC;AACpE,OAAO,EAAE,sBAAsB,EAAE,MAAM,wCAAwC,CAAC;AAGhF,qBACa,gBAAgB;IAI3B,KAAK,CAAC,EAAE,gBAAgB,GAAG,SAAS,CAAC;IAKrC,OAAO,CAAC,EAAE,8BAA8B,EAAE,GAAG,SAAS,CAAC;IAKvD,MAAM,CAAC,EAAE,sBAAsB,GAAG,SAAS,CAAC;IAK5C,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK1B,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK1B,QAAQ,CAAC,EAAE,KAAK,CAAC,IAAI,GAAG,UAAU,GAAG,SAAS,GAAG,MAAM,GAAG,SAAS,GAAG,MAAM,GAAG,QAAQ,GAAG,WAAW,GAAG,WAAW,CAAC,GAAG,SAAS,CAAC;
|
1
|
+
{"version":3,"file":"TradeActionsArgs.d.ts","sourceRoot":"","sources":["../../../../../../../../src/generated/typegraphql-prisma/resolvers/relations/Trade/args/TradeActionsArgs.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,8BAA8B,EAAE,MAAM,gDAAgD,CAAC;AAChG,OAAO,EAAE,gBAAgB,EAAE,MAAM,kCAAkC,CAAC;AACpE,OAAO,EAAE,sBAAsB,EAAE,MAAM,wCAAwC,CAAC;AAGhF,qBACa,gBAAgB;IAI3B,KAAK,CAAC,EAAE,gBAAgB,GAAG,SAAS,CAAC;IAKrC,OAAO,CAAC,EAAE,8BAA8B,EAAE,GAAG,SAAS,CAAC;IAKvD,MAAM,CAAC,EAAE,sBAAsB,GAAG,SAAS,CAAC;IAK5C,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK1B,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK1B,QAAQ,CAAC,EAAE,KAAK,CAAC,IAAI,GAAG,UAAU,GAAG,SAAS,GAAG,MAAM,GAAG,SAAS,GAAG,MAAM,GAAG,QAAQ,GAAG,WAAW,GAAG,WAAW,GAAG,eAAe,CAAC,GAAG,SAAS,CAAC;CACpJ"}
|
package/esm/generated/typegraphql-prisma/resolvers/relations/Trade/args/TradeActionsArgs.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"TradeActionsArgs.js","sourceRoot":"","sources":["../../../../../../../../src/generated/typegraphql-prisma/resolvers/relations/Trade/args/TradeActionsArgs.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAE5C,OAAO,EAAE,8BAA8B,EAAE,MAAM,gDAAgD,CAAC;AAChG,OAAO,EAAE,gBAAgB,EAAE,MAAM,kCAAkC,CAAC;AACpE,OAAO,EAAE,sBAAsB,EAAE,MAAM,wCAAwC,CAAC;AAChF,OAAO,EAAE,qBAAqB,EAAE,MAAM,yCAAyC,CAAC;AAGzE,IAAM,gBAAgB,GAAtB,MAAM,gBAAgB;IAI3B,KAAK,CAAgC;IAKrC,OAAO,CAAgD;IAKvD,MAAM,CAAsC;IAK5C,IAAI,CAAsB;IAK1B,IAAI,CAAsB;IAK1B,QAAQ,
|
1
|
+
{"version":3,"file":"TradeActionsArgs.js","sourceRoot":"","sources":["../../../../../../../../src/generated/typegraphql-prisma/resolvers/relations/Trade/args/TradeActionsArgs.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAE5C,OAAO,EAAE,8BAA8B,EAAE,MAAM,gDAAgD,CAAC;AAChG,OAAO,EAAE,gBAAgB,EAAE,MAAM,kCAAkC,CAAC;AACpE,OAAO,EAAE,sBAAsB,EAAE,MAAM,wCAAwC,CAAC;AAChF,OAAO,EAAE,qBAAqB,EAAE,MAAM,yCAAyC,CAAC;AAGzE,IAAM,gBAAgB,GAAtB,MAAM,gBAAgB;IAI3B,KAAK,CAAgC;IAKrC,OAAO,CAAgD;IAKvD,MAAM,CAAsC;IAK5C,IAAI,CAAsB;IAK1B,IAAI,CAAsB;IAK1B,QAAQ,CAA2I;CACpJ,CAAA;AA1BC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,gBAAgB,EAAE;QAC5C,QAAQ,EAAE,IAAI;KACf,CAAC;;+CACmC;AAKrC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,8BAA8B,CAAC,EAAE;QAC5D,QAAQ,EAAE,IAAI;KACf,CAAC;;iDACqD;AAKvD;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,sBAAsB,EAAE;QAClD,QAAQ,EAAE,IAAI;KACf,CAAC;;gDAC0C;AAK5C;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;8CACwB;AAK1B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;8CACwB;AAK1B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,qBAAqB,CAAC,EAAE;QACnD,QAAQ,EAAE,IAAI;KACf,CAAC;;kDACiJ;AA7BxI,gBAAgB;IAD5B,WAAW,CAAC,QAAQ,EAAE;GACV,gBAAgB,CA8B5B"}
|
@@ -720,7 +720,7 @@ const modelsInfo = {
|
|
720
720
|
Customer: ["id", "authUserId", "name", "plan", "stripeCustomerId", "stripeSubscriptionId", "stripePriceId", "stripeCurrentPeriodEnd", "createdAt", "updatedAt"],
|
721
721
|
Asset: ["id", "symbol", "name", "type", "logoUrl", "description", "cik", "exchange", "currency", "country", "sector", "industry", "address", "officialSite", "fiscalYearEnd", "latestQuarter", "marketCapitalization", "ebitda", "peRatio", "pegRatio", "bookValue", "dividendPerShare", "dividendYield", "eps", "revenuePerShareTTM", "profitMargin", "operatingMarginTTM", "returnOnAssetsTTM", "returnOnEquityTTM", "revenueTTM", "grossProfitTTM", "dilutedEPSTTM", "quarterlyEarningsGrowthYOY", "quarterlyRevenueGrowthYOY", "analystTargetPrice", "analystRatingStrongBuy", "analystRatingBuy", "analystRatingHold", "analystRatingSell", "analystRatingStrongSell", "trailingPE", "forwardPE", "priceToSalesRatioTTM", "priceToBookRatio", "evToRevenue", "evToEbitda", "beta", "week52High", "week52Low", "day50MovingAverage", "day200MovingAverage", "sharesOutstanding", "dividendDate", "exDividendDate", "askPrice", "bidPrice", "createdAt", "updatedAt"],
|
722
722
|
Trade: ["id", "alpacaAccountId", "qty", "price", "total", "signal", "strategy", "analysis", "summary", "confidence", "timestamp", "createdAt", "updatedAt", "status", "symbol"],
|
723
|
-
Action: ["id", "sequence", "tradeId", "type", "primary", "note", "status", "createdAt", "updatedAt"],
|
723
|
+
Action: ["id", "sequence", "tradeId", "type", "primary", "note", "status", "createdAt", "updatedAt", "alpacaOrderId"],
|
724
724
|
Alert: ["id", "alpacaAccountId", "message", "type", "isRead", "createdAt", "updatedAt"],
|
725
725
|
NewsArticle: ["id", "title", "content", "source", "sourceDomain", "url", "sentiment", "authors", "summary", "bannerImage", "timePublished", "category", "topics", "logo", "createdAt", "updatedAt"],
|
726
726
|
NewsArticleAssetSentiment: ["id", "assetId", "newsArticleId", "url", "relevancyScore", "sentimentScore", "sentimentLabel"],
|
@@ -758,7 +758,7 @@ const outputsInfo = {
|
|
758
758
|
AggregateTrade: ["_count", "_avg", "_sum", "_min", "_max"],
|
759
759
|
TradeGroupBy: ["id", "alpacaAccountId", "qty", "price", "total", "signal", "strategy", "analysis", "summary", "confidence", "timestamp", "createdAt", "updatedAt", "status", "symbol", "_count", "_avg", "_sum", "_min", "_max"],
|
760
760
|
AggregateAction: ["_count", "_avg", "_sum", "_min", "_max"],
|
761
|
-
ActionGroupBy: ["id", "sequence", "tradeId", "type", "primary", "note", "status", "createdAt", "updatedAt", "_count", "_avg", "_sum", "_min", "_max"],
|
761
|
+
ActionGroupBy: ["id", "sequence", "tradeId", "type", "primary", "note", "status", "createdAt", "updatedAt", "alpacaOrderId", "_count", "_avg", "_sum", "_min", "_max"],
|
762
762
|
AggregateAlert: ["_count", "_min", "_max"],
|
763
763
|
AlertGroupBy: ["id", "alpacaAccountId", "message", "type", "isRead", "createdAt", "updatedAt", "_count", "_min", "_max"],
|
764
764
|
AggregateNewsArticle: ["_count", "_min", "_max"],
|
@@ -819,11 +819,11 @@ const outputsInfo = {
|
|
819
819
|
TradeSumAggregate: ["qty", "price", "total", "confidence"],
|
820
820
|
TradeMinAggregate: ["id", "alpacaAccountId", "qty", "price", "total", "signal", "strategy", "analysis", "summary", "confidence", "timestamp", "createdAt", "updatedAt", "status", "symbol"],
|
821
821
|
TradeMaxAggregate: ["id", "alpacaAccountId", "qty", "price", "total", "signal", "strategy", "analysis", "summary", "confidence", "timestamp", "createdAt", "updatedAt", "status", "symbol"],
|
822
|
-
ActionCountAggregate: ["id", "sequence", "tradeId", "type", "primary", "note", "status", "createdAt", "updatedAt", "_all"],
|
822
|
+
ActionCountAggregate: ["id", "sequence", "tradeId", "type", "primary", "note", "status", "createdAt", "updatedAt", "alpacaOrderId", "_all"],
|
823
823
|
ActionAvgAggregate: ["sequence"],
|
824
824
|
ActionSumAggregate: ["sequence"],
|
825
|
-
ActionMinAggregate: ["id", "sequence", "tradeId", "type", "primary", "note", "status", "createdAt", "updatedAt"],
|
826
|
-
ActionMaxAggregate: ["id", "sequence", "tradeId", "type", "primary", "note", "status", "createdAt", "updatedAt"],
|
825
|
+
ActionMinAggregate: ["id", "sequence", "tradeId", "type", "primary", "note", "status", "createdAt", "updatedAt", "alpacaOrderId"],
|
826
|
+
ActionMaxAggregate: ["id", "sequence", "tradeId", "type", "primary", "note", "status", "createdAt", "updatedAt", "alpacaOrderId"],
|
827
827
|
AlertCountAggregate: ["id", "alpacaAccountId", "message", "type", "isRead", "createdAt", "updatedAt", "_all"],
|
828
828
|
AlertMinAggregate: ["id", "alpacaAccountId", "message", "type", "isRead", "createdAt", "updatedAt"],
|
829
829
|
AlertMaxAggregate: ["id", "alpacaAccountId", "message", "type", "isRead", "createdAt", "updatedAt"],
|
@@ -850,7 +850,7 @@ const outputsInfo = {
|
|
850
850
|
CreateManyAndReturnCustomer: ["id", "authUserId", "name", "plan", "stripeCustomerId", "stripeSubscriptionId", "stripePriceId", "stripeCurrentPeriodEnd", "createdAt", "updatedAt"],
|
851
851
|
CreateManyAndReturnAsset: ["id", "symbol", "name", "type", "logoUrl", "description", "cik", "exchange", "currency", "country", "sector", "industry", "address", "officialSite", "fiscalYearEnd", "latestQuarter", "marketCapitalization", "ebitda", "peRatio", "pegRatio", "bookValue", "dividendPerShare", "dividendYield", "eps", "revenuePerShareTTM", "profitMargin", "operatingMarginTTM", "returnOnAssetsTTM", "returnOnEquityTTM", "revenueTTM", "grossProfitTTM", "dilutedEPSTTM", "quarterlyEarningsGrowthYOY", "quarterlyRevenueGrowthYOY", "analystTargetPrice", "analystRatingStrongBuy", "analystRatingBuy", "analystRatingHold", "analystRatingSell", "analystRatingStrongSell", "trailingPE", "forwardPE", "priceToSalesRatioTTM", "priceToBookRatio", "evToRevenue", "evToEbitda", "beta", "week52High", "week52Low", "day50MovingAverage", "day200MovingAverage", "sharesOutstanding", "dividendDate", "exDividendDate", "askPrice", "bidPrice", "createdAt", "updatedAt"],
|
852
852
|
CreateManyAndReturnTrade: ["id", "alpacaAccountId", "qty", "price", "total", "signal", "strategy", "analysis", "summary", "confidence", "timestamp", "createdAt", "updatedAt", "status", "symbol"],
|
853
|
-
CreateManyAndReturnAction: ["id", "sequence", "tradeId", "type", "primary", "note", "status", "createdAt", "updatedAt", "trade"],
|
853
|
+
CreateManyAndReturnAction: ["id", "sequence", "tradeId", "type", "primary", "note", "status", "createdAt", "updatedAt", "alpacaOrderId", "trade"],
|
854
854
|
CreateManyAndReturnAlert: ["id", "alpacaAccountId", "message", "type", "isRead", "createdAt", "updatedAt", "alpacaAccount"],
|
855
855
|
CreateManyAndReturnNewsArticle: ["id", "title", "content", "source", "sourceDomain", "url", "sentiment", "authors", "summary", "bannerImage", "timePublished", "category", "topics", "logo", "createdAt", "updatedAt"],
|
856
856
|
CreateManyAndReturnNewsArticleAssetSentiment: ["id", "assetId", "newsArticleId", "url", "relevancyScore", "sentimentScore", "sentimentLabel", "news", "asset"],
|
@@ -917,11 +917,11 @@ const inputsInfo = {
|
|
917
917
|
TradeWhereUniqueInput: ["id", "AND", "OR", "NOT", "alpacaAccountId", "qty", "price", "total", "signal", "strategy", "analysis", "summary", "confidence", "timestamp", "createdAt", "updatedAt", "status", "symbol", "actions"],
|
918
918
|
TradeOrderByWithAggregationInput: ["id", "alpacaAccountId", "qty", "price", "total", "signal", "strategy", "analysis", "summary", "confidence", "timestamp", "createdAt", "updatedAt", "status", "symbol", "_count", "_avg", "_max", "_min", "_sum"],
|
919
919
|
TradeScalarWhereWithAggregatesInput: ["AND", "OR", "NOT", "id", "alpacaAccountId", "qty", "price", "total", "signal", "strategy", "analysis", "summary", "confidence", "timestamp", "createdAt", "updatedAt", "status", "symbol"],
|
920
|
-
ActionWhereInput: ["AND", "OR", "NOT", "id", "sequence", "tradeId", "type", "primary", "note", "status", "createdAt", "updatedAt", "trade"],
|
921
|
-
ActionOrderByWithRelationInput: ["id", "sequence", "tradeId", "type", "primary", "note", "status", "createdAt", "updatedAt", "trade"],
|
922
|
-
ActionWhereUniqueInput: ["id", "AND", "OR", "NOT", "sequence", "tradeId", "type", "primary", "note", "status", "createdAt", "updatedAt", "trade"],
|
923
|
-
ActionOrderByWithAggregationInput: ["id", "sequence", "tradeId", "type", "primary", "note", "status", "createdAt", "updatedAt", "_count", "_avg", "_max", "_min", "_sum"],
|
924
|
-
ActionScalarWhereWithAggregatesInput: ["AND", "OR", "NOT", "id", "sequence", "tradeId", "type", "primary", "note", "status", "createdAt", "updatedAt"],
|
920
|
+
ActionWhereInput: ["AND", "OR", "NOT", "id", "sequence", "tradeId", "type", "primary", "note", "status", "createdAt", "updatedAt", "alpacaOrderId", "trade"],
|
921
|
+
ActionOrderByWithRelationInput: ["id", "sequence", "tradeId", "type", "primary", "note", "status", "createdAt", "updatedAt", "alpacaOrderId", "trade"],
|
922
|
+
ActionWhereUniqueInput: ["id", "AND", "OR", "NOT", "sequence", "tradeId", "type", "primary", "note", "status", "createdAt", "updatedAt", "alpacaOrderId", "trade"],
|
923
|
+
ActionOrderByWithAggregationInput: ["id", "sequence", "tradeId", "type", "primary", "note", "status", "createdAt", "updatedAt", "alpacaOrderId", "_count", "_avg", "_max", "_min", "_sum"],
|
924
|
+
ActionScalarWhereWithAggregatesInput: ["AND", "OR", "NOT", "id", "sequence", "tradeId", "type", "primary", "note", "status", "createdAt", "updatedAt", "alpacaOrderId"],
|
925
925
|
AlertWhereInput: ["AND", "OR", "NOT", "id", "alpacaAccountId", "message", "type", "isRead", "createdAt", "updatedAt", "alpacaAccount"],
|
926
926
|
AlertOrderByWithRelationInput: ["id", "alpacaAccountId", "message", "type", "isRead", "createdAt", "updatedAt", "alpacaAccount"],
|
927
927
|
AlertWhereUniqueInput: ["id", "AND", "OR", "NOT", "alpacaAccountId", "message", "type", "isRead", "createdAt", "updatedAt", "alpacaAccount"],
|
@@ -987,10 +987,10 @@ const inputsInfo = {
|
|
987
987
|
TradeUpdateInput: ["id", "alpacaAccountId", "qty", "price", "total", "signal", "strategy", "analysis", "summary", "confidence", "timestamp", "createdAt", "updatedAt", "status", "symbol", "actions"],
|
988
988
|
TradeCreateManyInput: ["id", "alpacaAccountId", "qty", "price", "total", "signal", "strategy", "analysis", "summary", "confidence", "timestamp", "createdAt", "updatedAt", "status", "symbol"],
|
989
989
|
TradeUpdateManyMutationInput: ["id", "alpacaAccountId", "qty", "price", "total", "signal", "strategy", "analysis", "summary", "confidence", "timestamp", "createdAt", "updatedAt", "status", "symbol"],
|
990
|
-
ActionCreateInput: ["id", "sequence", "type", "primary", "note", "status", "createdAt", "updatedAt", "trade"],
|
991
|
-
ActionUpdateInput: ["id", "sequence", "type", "primary", "note", "status", "createdAt", "updatedAt", "trade"],
|
992
|
-
ActionCreateManyInput: ["id", "sequence", "tradeId", "type", "primary", "note", "status", "createdAt", "updatedAt"],
|
993
|
-
ActionUpdateManyMutationInput: ["id", "sequence", "type", "primary", "note", "status", "createdAt", "updatedAt"],
|
990
|
+
ActionCreateInput: ["id", "sequence", "type", "primary", "note", "status", "createdAt", "updatedAt", "alpacaOrderId", "trade"],
|
991
|
+
ActionUpdateInput: ["id", "sequence", "type", "primary", "note", "status", "createdAt", "updatedAt", "alpacaOrderId", "trade"],
|
992
|
+
ActionCreateManyInput: ["id", "sequence", "tradeId", "type", "primary", "note", "status", "createdAt", "updatedAt", "alpacaOrderId"],
|
993
|
+
ActionUpdateManyMutationInput: ["id", "sequence", "type", "primary", "note", "status", "createdAt", "updatedAt", "alpacaOrderId"],
|
994
994
|
AlertCreateInput: ["id", "message", "type", "isRead", "createdAt", "updatedAt", "alpacaAccount"],
|
995
995
|
AlertUpdateInput: ["id", "message", "type", "isRead", "createdAt", "updatedAt", "alpacaAccount"],
|
996
996
|
AlertCreateManyInput: ["id", "alpacaAccountId", "message", "type", "isRead", "createdAt", "updatedAt"],
|
@@ -1119,10 +1119,10 @@ const inputsInfo = {
|
|
1119
1119
|
EnumActionTypeFilter: ["equals", "in", "notIn", "not"],
|
1120
1120
|
EnumActionStatusFilter: ["equals", "in", "notIn", "not"],
|
1121
1121
|
TradeRelationFilter: ["is", "isNot"],
|
1122
|
-
ActionCountOrderByAggregateInput: ["id", "sequence", "tradeId", "type", "primary", "note", "status", "createdAt", "updatedAt"],
|
1122
|
+
ActionCountOrderByAggregateInput: ["id", "sequence", "tradeId", "type", "primary", "note", "status", "createdAt", "updatedAt", "alpacaOrderId"],
|
1123
1123
|
ActionAvgOrderByAggregateInput: ["sequence"],
|
1124
|
-
ActionMaxOrderByAggregateInput: ["id", "sequence", "tradeId", "type", "primary", "note", "status", "createdAt", "updatedAt"],
|
1125
|
-
ActionMinOrderByAggregateInput: ["id", "sequence", "tradeId", "type", "primary", "note", "status", "createdAt", "updatedAt"],
|
1124
|
+
ActionMaxOrderByAggregateInput: ["id", "sequence", "tradeId", "type", "primary", "note", "status", "createdAt", "updatedAt", "alpacaOrderId"],
|
1125
|
+
ActionMinOrderByAggregateInput: ["id", "sequence", "tradeId", "type", "primary", "note", "status", "createdAt", "updatedAt", "alpacaOrderId"],
|
1126
1126
|
ActionSumOrderByAggregateInput: ["sequence"],
|
1127
1127
|
EnumActionTypeWithAggregatesFilter: ["equals", "in", "notIn", "not", "_count", "_min", "_max"],
|
1128
1128
|
EnumActionStatusWithAggregatesFilter: ["equals", "in", "notIn", "not", "_count", "_min", "_max"],
|
@@ -1344,13 +1344,13 @@ const inputsInfo = {
|
|
1344
1344
|
NewsArticleAssetSentimentUpdateWithWhereUniqueWithoutAssetInput: ["where", "data"],
|
1345
1345
|
NewsArticleAssetSentimentUpdateManyWithWhereWithoutAssetInput: ["where", "data"],
|
1346
1346
|
NewsArticleAssetSentimentScalarWhereInput: ["AND", "OR", "NOT", "id", "assetId", "newsArticleId", "url", "relevancyScore", "sentimentScore", "sentimentLabel"],
|
1347
|
-
ActionCreateWithoutTradeInput: ["id", "sequence", "type", "primary", "note", "status", "createdAt", "updatedAt"],
|
1347
|
+
ActionCreateWithoutTradeInput: ["id", "sequence", "type", "primary", "note", "status", "createdAt", "updatedAt", "alpacaOrderId"],
|
1348
1348
|
ActionCreateOrConnectWithoutTradeInput: ["where", "create"],
|
1349
1349
|
ActionCreateManyTradeInputEnvelope: ["data", "skipDuplicates"],
|
1350
1350
|
ActionUpsertWithWhereUniqueWithoutTradeInput: ["where", "update", "create"],
|
1351
1351
|
ActionUpdateWithWhereUniqueWithoutTradeInput: ["where", "data"],
|
1352
1352
|
ActionUpdateManyWithWhereWithoutTradeInput: ["where", "data"],
|
1353
|
-
ActionScalarWhereInput: ["AND", "OR", "NOT", "id", "sequence", "tradeId", "type", "primary", "note", "status", "createdAt", "updatedAt"],
|
1353
|
+
ActionScalarWhereInput: ["AND", "OR", "NOT", "id", "sequence", "tradeId", "type", "primary", "note", "status", "createdAt", "updatedAt", "alpacaOrderId"],
|
1354
1354
|
TradeCreateWithoutActionsInput: ["id", "alpacaAccountId", "qty", "price", "total", "signal", "strategy", "analysis", "summary", "confidence", "timestamp", "createdAt", "updatedAt", "status", "symbol"],
|
1355
1355
|
TradeCreateOrConnectWithoutActionsInput: ["where", "create"],
|
1356
1356
|
TradeUpsertWithoutActionsInput: ["update", "create", "where"],
|
@@ -1391,8 +1391,8 @@ const inputsInfo = {
|
|
1391
1391
|
UserUpdateWithoutCustomerInput: ["id", "name", "email", "emailVerified", "image", "createdAt", "updatedAt", "role", "bio", "jobTitle", "currentAccount", "plan", "openaiAPIKey", "openaiModel", "accounts", "sessions", "authenticators", "alpacaAccounts"],
|
1392
1392
|
NewsArticleAssetSentimentCreateManyAssetInput: ["id", "newsArticleId", "url", "relevancyScore", "sentimentScore", "sentimentLabel"],
|
1393
1393
|
NewsArticleAssetSentimentUpdateWithoutAssetInput: ["id", "url", "relevancyScore", "sentimentScore", "sentimentLabel", "news"],
|
1394
|
-
ActionCreateManyTradeInput: ["id", "sequence", "type", "primary", "note", "status", "createdAt", "updatedAt"],
|
1395
|
-
ActionUpdateWithoutTradeInput: ["id", "sequence", "type", "primary", "note", "status", "createdAt", "updatedAt"],
|
1394
|
+
ActionCreateManyTradeInput: ["id", "sequence", "type", "primary", "note", "status", "createdAt", "updatedAt", "alpacaOrderId"],
|
1395
|
+
ActionUpdateWithoutTradeInput: ["id", "sequence", "type", "primary", "note", "status", "createdAt", "updatedAt", "alpacaOrderId"],
|
1396
1396
|
NewsArticleAssetSentimentCreateManyNewsInput: ["id", "assetId", "url", "relevancyScore", "sentimentScore", "sentimentLabel"],
|
1397
1397
|
NewsArticleAssetSentimentUpdateWithoutNewsInput: ["id", "url", "relevancyScore", "sentimentScore", "sentimentLabel", "asset"]
|
1398
1398
|
};
|