@adaptic/backend-legacy 0.0.975 → 0.0.977
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 +71 -0
- package/Trade.cjs +61 -0
- package/esm/Action.d.ts.map +1 -1
- package/esm/Action.js.map +1 -1
- package/esm/Action.mjs +71 -0
- package/esm/Trade.d.ts.map +1 -1
- package/esm/Trade.js.map +1 -1
- package/esm/Trade.mjs +61 -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 +4 -0
- package/esm/generated/typeStrings/Trade.d.ts +1 -1
- package/esm/generated/typeStrings/Trade.d.ts.map +1 -1
- package/esm/generated/typeStrings/Trade.js.map +1 -1
- package/esm/generated/typeStrings/Trade.mjs +2 -0
- package/esm/generated/typeStrings/index.d.ts +1 -1
- package/esm/generated/typegraphql-prisma/enhance.js.map +1 -1
- package/esm/generated/typegraphql-prisma/enhance.mjs +20 -20
- package/esm/generated/typegraphql-prisma/enums/TradeScalarFieldEnum.d.ts +5 -1
- package/esm/generated/typegraphql-prisma/enums/TradeScalarFieldEnum.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/enums/TradeScalarFieldEnum.js.map +1 -1
- package/esm/generated/typegraphql-prisma/enums/TradeScalarFieldEnum.mjs +4 -0
- package/esm/generated/typegraphql-prisma/models/Trade.d.ts +16 -0
- package/esm/generated/typegraphql-prisma/models/Trade.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/models/Trade.js.map +1 -1
- package/esm/generated/typegraphql-prisma/models/Trade.mjs +44 -0
- package/esm/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindFirstTradeArgs.d.ts +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindFirstTradeArgs.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindFirstTradeArgs.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindFirstTradeOrThrowArgs.d.ts +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindFirstTradeOrThrowArgs.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindFirstTradeOrThrowArgs.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindManyTradeArgs.d.ts +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindManyTradeArgs.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindManyTradeArgs.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/crud/Trade/args/GroupByTradeArgs.d.ts +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/crud/Trade/args/GroupByTradeArgs.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/crud/Trade/args/GroupByTradeArgs.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeCountOrderByAggregateInput.d.ts +4 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeCountOrderByAggregateInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeCountOrderByAggregateInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeCountOrderByAggregateInput.mjs +28 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeCreateInput.d.ts +4 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeCreateInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeCreateInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeCreateInput.mjs +28 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyInput.d.ts +4 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyInput.mjs +28 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutActionsInput.d.ts +4 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutActionsInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutActionsInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutActionsInput.mjs +28 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeMaxOrderByAggregateInput.d.ts +4 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeMaxOrderByAggregateInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeMaxOrderByAggregateInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeMaxOrderByAggregateInput.mjs +28 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeMinOrderByAggregateInput.d.ts +4 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeMinOrderByAggregateInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeMinOrderByAggregateInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeMinOrderByAggregateInput.mjs +28 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithAggregationInput.d.ts +4 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithAggregationInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithAggregationInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithAggregationInput.mjs +28 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithRelationInput.d.ts +4 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithRelationInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithRelationInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithRelationInput.mjs +28 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeScalarWhereWithAggregatesInput.d.ts +4 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeScalarWhereWithAggregatesInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeScalarWhereWithAggregatesInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeScalarWhereWithAggregatesInput.mjs +28 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateInput.d.ts +4 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateInput.mjs +28 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateManyMutationInput.d.ts +4 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateManyMutationInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateManyMutationInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateManyMutationInput.mjs +28 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutActionsInput.d.ts +4 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutActionsInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutActionsInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutActionsInput.mjs +28 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeWhereInput.d.ts +4 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeWhereInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeWhereInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeWhereInput.mjs +28 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeWhereUniqueInput.d.ts +4 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeWhereUniqueInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeWhereUniqueInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/TradeWhereUniqueInput.mjs +28 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnTrade.d.ts +4 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnTrade.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnTrade.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnTrade.mjs +28 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/TradeCountAggregate.d.ts +4 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/TradeCountAggregate.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/TradeCountAggregate.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/TradeCountAggregate.mjs +28 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/TradeGroupBy.d.ts +4 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/TradeGroupBy.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/TradeGroupBy.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/TradeGroupBy.mjs +28 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/TradeMaxAggregate.d.ts +4 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/TradeMaxAggregate.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/TradeMaxAggregate.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/TradeMaxAggregate.mjs +28 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/TradeMinAggregate.d.ts +4 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/TradeMinAggregate.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/TradeMinAggregate.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/TradeMinAggregate.mjs +28 -0
- package/esm/index.d.ts.map +1 -1
- package/generated/typeStrings/Trade.cjs +2 -0
- package/generated/typeStrings/Trade.d.ts +1 -1
- package/generated/typeStrings/Trade.d.ts.map +1 -1
- package/generated/typeStrings/Trade.js.map +1 -1
- package/generated/typeStrings/index.d.ts +1 -1
- package/generated/typegraphql-prisma/enhance.cjs +20 -20
- package/generated/typegraphql-prisma/enhance.js.map +1 -1
- package/generated/typegraphql-prisma/enums/TradeScalarFieldEnum.cjs +4 -0
- package/generated/typegraphql-prisma/enums/TradeScalarFieldEnum.d.ts +5 -1
- package/generated/typegraphql-prisma/enums/TradeScalarFieldEnum.d.ts.map +1 -1
- package/generated/typegraphql-prisma/enums/TradeScalarFieldEnum.js.map +1 -1
- package/generated/typegraphql-prisma/models/Trade.cjs +28 -0
- package/generated/typegraphql-prisma/models/Trade.d.ts +16 -0
- package/generated/typegraphql-prisma/models/Trade.d.ts.map +1 -1
- package/generated/typegraphql-prisma/models/Trade.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindFirstTradeArgs.d.ts +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindFirstTradeArgs.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindFirstTradeArgs.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindFirstTradeOrThrowArgs.d.ts +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindFirstTradeOrThrowArgs.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindFirstTradeOrThrowArgs.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindManyTradeArgs.d.ts +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindManyTradeArgs.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/Trade/args/FindManyTradeArgs.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/Trade/args/GroupByTradeArgs.d.ts +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/Trade/args/GroupByTradeArgs.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/Trade/args/GroupByTradeArgs.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeCountOrderByAggregateInput.cjs +24 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeCountOrderByAggregateInput.d.ts +4 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeCountOrderByAggregateInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeCountOrderByAggregateInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateInput.cjs +24 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateInput.d.ts +4 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyInput.cjs +24 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyInput.d.ts +4 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateManyInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutActionsInput.cjs +24 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutActionsInput.d.ts +4 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutActionsInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeCreateWithoutActionsInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeMaxOrderByAggregateInput.cjs +24 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeMaxOrderByAggregateInput.d.ts +4 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeMaxOrderByAggregateInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeMaxOrderByAggregateInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeMinOrderByAggregateInput.cjs +24 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeMinOrderByAggregateInput.d.ts +4 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeMinOrderByAggregateInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeMinOrderByAggregateInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithAggregationInput.cjs +24 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithAggregationInput.d.ts +4 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithAggregationInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithAggregationInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithRelationInput.cjs +24 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithRelationInput.d.ts +4 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithRelationInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeOrderByWithRelationInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeScalarWhereWithAggregatesInput.cjs +24 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeScalarWhereWithAggregatesInput.d.ts +4 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeScalarWhereWithAggregatesInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeScalarWhereWithAggregatesInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateInput.cjs +24 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateInput.d.ts +4 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateManyMutationInput.cjs +24 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateManyMutationInput.d.ts +4 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateManyMutationInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateManyMutationInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutActionsInput.cjs +24 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutActionsInput.d.ts +4 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutActionsInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeUpdateWithoutActionsInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeWhereInput.cjs +24 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeWhereInput.d.ts +4 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeWhereInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeWhereInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeWhereUniqueInput.cjs +24 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeWhereUniqueInput.d.ts +4 -0
- package/generated/typegraphql-prisma/resolvers/inputs/TradeWhereUniqueInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/TradeWhereUniqueInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnTrade.cjs +24 -0
- package/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnTrade.d.ts +4 -0
- package/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnTrade.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnTrade.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/TradeCountAggregate.cjs +24 -0
- package/generated/typegraphql-prisma/resolvers/outputs/TradeCountAggregate.d.ts +4 -0
- package/generated/typegraphql-prisma/resolvers/outputs/TradeCountAggregate.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/TradeCountAggregate.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/TradeGroupBy.cjs +24 -0
- package/generated/typegraphql-prisma/resolvers/outputs/TradeGroupBy.d.ts +4 -0
- package/generated/typegraphql-prisma/resolvers/outputs/TradeGroupBy.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/TradeGroupBy.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/TradeMaxAggregate.cjs +24 -0
- package/generated/typegraphql-prisma/resolvers/outputs/TradeMaxAggregate.d.ts +4 -0
- package/generated/typegraphql-prisma/resolvers/outputs/TradeMaxAggregate.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/TradeMaxAggregate.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/TradeMinAggregate.cjs +24 -0
- package/generated/typegraphql-prisma/resolvers/outputs/TradeMinAggregate.d.ts +4 -0
- package/generated/typegraphql-prisma/resolvers/outputs/TradeMinAggregate.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/TradeMinAggregate.js.map +1 -1
- package/package.json +1 -1
- package/server.cjs +24 -0
|
@@ -60,6 +60,10 @@ let TradeWhereUniqueInput = class TradeWhereUniqueInput {
|
|
|
60
60
|
lastReunderwrittenAt;
|
|
61
61
|
supersededById;
|
|
62
62
|
rejectionMetadata;
|
|
63
|
+
signalSource;
|
|
64
|
+
signalId;
|
|
65
|
+
pathway;
|
|
66
|
+
exitTier;
|
|
63
67
|
actions;
|
|
64
68
|
};
|
|
65
69
|
__decorate([
|
|
@@ -272,6 +276,30 @@ __decorate([
|
|
|
272
276
|
}),
|
|
273
277
|
__metadata("design:type", Object)
|
|
274
278
|
], TradeWhereUniqueInput.prototype, "rejectionMetadata", void 0);
|
|
279
|
+
__decorate([
|
|
280
|
+
TypeGraphQL.Field(_type => StringNullableFilter, {
|
|
281
|
+
nullable: true
|
|
282
|
+
}),
|
|
283
|
+
__metadata("design:type", Object)
|
|
284
|
+
], TradeWhereUniqueInput.prototype, "signalSource", void 0);
|
|
285
|
+
__decorate([
|
|
286
|
+
TypeGraphQL.Field(_type => StringNullableFilter, {
|
|
287
|
+
nullable: true
|
|
288
|
+
}),
|
|
289
|
+
__metadata("design:type", Object)
|
|
290
|
+
], TradeWhereUniqueInput.prototype, "signalId", void 0);
|
|
291
|
+
__decorate([
|
|
292
|
+
TypeGraphQL.Field(_type => StringNullableFilter, {
|
|
293
|
+
nullable: true
|
|
294
|
+
}),
|
|
295
|
+
__metadata("design:type", Object)
|
|
296
|
+
], TradeWhereUniqueInput.prototype, "pathway", void 0);
|
|
297
|
+
__decorate([
|
|
298
|
+
TypeGraphQL.Field(_type => StringNullableFilter, {
|
|
299
|
+
nullable: true
|
|
300
|
+
}),
|
|
301
|
+
__metadata("design:type", Object)
|
|
302
|
+
], TradeWhereUniqueInput.prototype, "exitTier", void 0);
|
|
275
303
|
__decorate([
|
|
276
304
|
TypeGraphQL.Field(_type => ActionListRelationFilter, {
|
|
277
305
|
nullable: true
|
|
@@ -32,5 +32,9 @@ export declare class CreateManyAndReturnTrade {
|
|
|
32
32
|
lastReunderwrittenAt: Date | null;
|
|
33
33
|
supersededById: string | null;
|
|
34
34
|
rejectionMetadata: Prisma.JsonValue | null;
|
|
35
|
+
signalSource: string | null;
|
|
36
|
+
signalId: string | null;
|
|
37
|
+
pathway: string | null;
|
|
38
|
+
exitTier: string | null;
|
|
35
39
|
}
|
|
36
40
|
//# sourceMappingURL=CreateManyAndReturnTrade.d.ts.map
|
package/esm/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnTrade.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateManyAndReturnTrade.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnTrade.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAC;AAMxC,qBACa,wBAAwB;IAInC,EAAE,EAAG,MAAM,CAAC;IAKZ,eAAe,EAAG,MAAM,CAAC;IAKzB,MAAM,EAAG,cAAc,GAAG,aAAa,GAAG,0BAA0B,GAAG,gBAAgB,GAAG,cAAc,GAAG,gBAAgB,GAAG,0BAA0B,GAAG,gBAAgB,GAAG,cAAc,GAAG,0BAA0B,GAAG,2BAA2B,GAAG,yBAAyB,GAAG,oBAAoB,GAAG,uBAAuB,GAAG,uBAAuB,GAAG,qBAAqB,GAAG,uBAAuB,GAAG,aAAa,GAAG,cAAc,GAAG,sBAAsB,GAAG,uBAAuB,GAAG,4BAA4B,GAAG,iBAAiB,GAAG,kBAAkB,GAAG,eAAe,GAAG,gBAAgB,GAAG,cAAc,GAAG,eAAe,GAAG,aAAa,GAAG,gBAAgB,GAAG,iBAAiB,GAAG,WAAW,CAAC;IAK1rB,QAAQ,EAAG,oBAAoB,GAAG,iBAAiB,GAAG,gBAAgB,GAAG,mBAAmB,GAAG,qBAAqB,GAAG,UAAU,GAAG,oBAAoB,GAAG,cAAc,GAAG,mBAAmB,GAAG,oBAAoB,GAAG,gBAAgB,GAAG,aAAa,CAAC;IAK1P,QAAQ,EAAG,MAAM,CAAC;IAKlB,OAAO,EAAG,MAAM,CAAC;IAKjB,UAAU,EAAG,MAAM,CAAC;IAKpB,SAAS,EAAG,IAAI,GAAG,IAAI,CAAC;IAKxB,SAAS,EAAG,IAAI,CAAC;IAKjB,SAAS,EAAG,IAAI,CAAC;IAKjB,MAAM,EAAG,SAAS,GAAG,MAAM,GAAG,SAAS,GAAG,WAAW,GAAG,UAAU,GAAG,YAAY,GAAG,iBAAiB,GAAG,qBAAqB,GAAG,QAAQ,CAAC;IAKzI,SAAS,EAAG,IAAI,GAAG,IAAI,CAAC;IAKxB,MAAM,EAAG,MAAM,CAAC;IAKhB,UAAU,EAAG,MAAM,GAAG,IAAI,CAAC;IAK3B,SAAS,EAAG,MAAM,GAAG,IAAI,CAAC;IAK1B,QAAQ,EAAG,MAAM,GAAG,IAAI,CAAC;IAKzB,OAAO,EAAG,MAAM,GAAG,IAAI,CAAC;IAKxB,UAAU,EAAG,MAAM,GAAG,IAAI,CAAC;IAK3B,SAAS,EAAG,MAAM,GAAG,IAAI,CAAC;IAK1B,SAAS,EAAG,IAAI,GAAG,IAAI,CAAC;IAKxB,QAAQ,EAAG,IAAI,GAAG,IAAI,CAAC;IAKvB,SAAS,EAAG,MAAM,GAAG,IAAI,CAAC;IAK1B,UAAU,EAAG,MAAM,GAAG,IAAI,CAAC;IAK3B,eAAe,EAAG,MAAM,GAAG,IAAI,CAAC;IAKhC,WAAW,EAAG,MAAM,GAAG,IAAI,CAAC;IAK5B,gBAAgB,EAAG,MAAM,GAAG,IAAI,CAAC;IAKjC,qBAAqB,EAAG,MAAM,GAAG,IAAI,CAAC;IAKtC,cAAc,EAAG,MAAM,GAAG,IAAI,CAAC;IAK/B,aAAa,EAAG,MAAM,CAAC;IAKvB,oBAAoB,EAAG,IAAI,GAAG,IAAI,CAAC;IAKnC,cAAc,EAAG,MAAM,GAAG,IAAI,CAAC;IAK/B,iBAAiB,EAAG,MAAM,CAAC,SAAS,GAAG,IAAI,CAAC;
|
|
1
|
+
{"version":3,"file":"CreateManyAndReturnTrade.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnTrade.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAC;AAMxC,qBACa,wBAAwB;IAInC,EAAE,EAAG,MAAM,CAAC;IAKZ,eAAe,EAAG,MAAM,CAAC;IAKzB,MAAM,EAAG,cAAc,GAAG,aAAa,GAAG,0BAA0B,GAAG,gBAAgB,GAAG,cAAc,GAAG,gBAAgB,GAAG,0BAA0B,GAAG,gBAAgB,GAAG,cAAc,GAAG,0BAA0B,GAAG,2BAA2B,GAAG,yBAAyB,GAAG,oBAAoB,GAAG,uBAAuB,GAAG,uBAAuB,GAAG,qBAAqB,GAAG,uBAAuB,GAAG,aAAa,GAAG,cAAc,GAAG,sBAAsB,GAAG,uBAAuB,GAAG,4BAA4B,GAAG,iBAAiB,GAAG,kBAAkB,GAAG,eAAe,GAAG,gBAAgB,GAAG,cAAc,GAAG,eAAe,GAAG,aAAa,GAAG,gBAAgB,GAAG,iBAAiB,GAAG,WAAW,CAAC;IAK1rB,QAAQ,EAAG,oBAAoB,GAAG,iBAAiB,GAAG,gBAAgB,GAAG,mBAAmB,GAAG,qBAAqB,GAAG,UAAU,GAAG,oBAAoB,GAAG,cAAc,GAAG,mBAAmB,GAAG,oBAAoB,GAAG,gBAAgB,GAAG,aAAa,CAAC;IAK1P,QAAQ,EAAG,MAAM,CAAC;IAKlB,OAAO,EAAG,MAAM,CAAC;IAKjB,UAAU,EAAG,MAAM,CAAC;IAKpB,SAAS,EAAG,IAAI,GAAG,IAAI,CAAC;IAKxB,SAAS,EAAG,IAAI,CAAC;IAKjB,SAAS,EAAG,IAAI,CAAC;IAKjB,MAAM,EAAG,SAAS,GAAG,MAAM,GAAG,SAAS,GAAG,WAAW,GAAG,UAAU,GAAG,YAAY,GAAG,iBAAiB,GAAG,qBAAqB,GAAG,QAAQ,CAAC;IAKzI,SAAS,EAAG,IAAI,GAAG,IAAI,CAAC;IAKxB,MAAM,EAAG,MAAM,CAAC;IAKhB,UAAU,EAAG,MAAM,GAAG,IAAI,CAAC;IAK3B,SAAS,EAAG,MAAM,GAAG,IAAI,CAAC;IAK1B,QAAQ,EAAG,MAAM,GAAG,IAAI,CAAC;IAKzB,OAAO,EAAG,MAAM,GAAG,IAAI,CAAC;IAKxB,UAAU,EAAG,MAAM,GAAG,IAAI,CAAC;IAK3B,SAAS,EAAG,MAAM,GAAG,IAAI,CAAC;IAK1B,SAAS,EAAG,IAAI,GAAG,IAAI,CAAC;IAKxB,QAAQ,EAAG,IAAI,GAAG,IAAI,CAAC;IAKvB,SAAS,EAAG,MAAM,GAAG,IAAI,CAAC;IAK1B,UAAU,EAAG,MAAM,GAAG,IAAI,CAAC;IAK3B,eAAe,EAAG,MAAM,GAAG,IAAI,CAAC;IAKhC,WAAW,EAAG,MAAM,GAAG,IAAI,CAAC;IAK5B,gBAAgB,EAAG,MAAM,GAAG,IAAI,CAAC;IAKjC,qBAAqB,EAAG,MAAM,GAAG,IAAI,CAAC;IAKtC,cAAc,EAAG,MAAM,GAAG,IAAI,CAAC;IAK/B,aAAa,EAAG,MAAM,CAAC;IAKvB,oBAAoB,EAAG,IAAI,GAAG,IAAI,CAAC;IAKnC,cAAc,EAAG,MAAM,GAAG,IAAI,CAAC;IAK/B,iBAAiB,EAAG,MAAM,CAAC,SAAS,GAAG,IAAI,CAAC;IAK5C,YAAY,EAAG,MAAM,GAAG,IAAI,CAAC;IAK7B,QAAQ,EAAG,MAAM,GAAG,IAAI,CAAC;IAKzB,OAAO,EAAG,MAAM,GAAG,IAAI,CAAC;IAKxB,QAAQ,EAAG,MAAM,GAAG,IAAI,CAAC;CAC1B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateManyAndReturnTrade.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnTrade.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAC5C,OAAO,KAAK,cAAc,MAAM,iBAAiB,CAAC;AAGlD,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAGnD,IAAM,wBAAwB,GAA9B,MAAM,wBAAwB;IAInC,EAAE,CAAU;IAKZ,eAAe,CAAU;IAKzB,MAAM,CAAorB;IAK1rB,QAAQ,CAAkP;IAK1P,QAAQ,CAAU;IAKlB,OAAO,CAAU;IAKjB,UAAU,CAAU;IAKpB,SAAS,CAAe;IAKxB,SAAS,CAAQ;IAKjB,SAAS,CAAQ;IAKjB,MAAM,CAAmI;IAKzI,SAAS,CAAe;IAKxB,MAAM,CAAU;IAKhB,UAAU,CAAiB;IAK3B,SAAS,CAAiB;IAK1B,QAAQ,CAAiB;IAKzB,OAAO,CAAiB;IAKxB,UAAU,CAAiB;IAK3B,SAAS,CAAiB;IAK1B,SAAS,CAAe;IAKxB,QAAQ,CAAe;IAKvB,SAAS,CAAiB;IAK1B,UAAU,CAAiB;IAK3B,eAAe,CAAiB;IAKhC,WAAW,CAAiB;IAK5B,gBAAgB,CAAiB;IAKjC,qBAAqB,CAAiB;IAKtC,cAAc,CAAiB;IAK/B,aAAa,CAAU;IAKvB,oBAAoB,CAAe;IAKnC,cAAc,CAAiB;IAK/B,iBAAiB,CAA2B;
|
|
1
|
+
{"version":3,"file":"CreateManyAndReturnTrade.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnTrade.ts"],"names":[],"mappings":"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"}
|
|
@@ -45,6 +45,10 @@ let CreateManyAndReturnTrade = class CreateManyAndReturnTrade {
|
|
|
45
45
|
lastReunderwrittenAt;
|
|
46
46
|
supersededById;
|
|
47
47
|
rejectionMetadata;
|
|
48
|
+
signalSource;
|
|
49
|
+
signalId;
|
|
50
|
+
pathway;
|
|
51
|
+
exitTier;
|
|
48
52
|
};
|
|
49
53
|
__decorate([
|
|
50
54
|
TypeGraphQL.Field(_type => String, {
|
|
@@ -238,6 +242,30 @@ __decorate([
|
|
|
238
242
|
}),
|
|
239
243
|
__metadata("design:type", Object)
|
|
240
244
|
], CreateManyAndReturnTrade.prototype, "rejectionMetadata", void 0);
|
|
245
|
+
__decorate([
|
|
246
|
+
TypeGraphQL.Field(_type => String, {
|
|
247
|
+
nullable: true
|
|
248
|
+
}),
|
|
249
|
+
__metadata("design:type", Object)
|
|
250
|
+
], CreateManyAndReturnTrade.prototype, "signalSource", void 0);
|
|
251
|
+
__decorate([
|
|
252
|
+
TypeGraphQL.Field(_type => String, {
|
|
253
|
+
nullable: true
|
|
254
|
+
}),
|
|
255
|
+
__metadata("design:type", Object)
|
|
256
|
+
], CreateManyAndReturnTrade.prototype, "signalId", void 0);
|
|
257
|
+
__decorate([
|
|
258
|
+
TypeGraphQL.Field(_type => String, {
|
|
259
|
+
nullable: true
|
|
260
|
+
}),
|
|
261
|
+
__metadata("design:type", Object)
|
|
262
|
+
], CreateManyAndReturnTrade.prototype, "pathway", void 0);
|
|
263
|
+
__decorate([
|
|
264
|
+
TypeGraphQL.Field(_type => String, {
|
|
265
|
+
nullable: true
|
|
266
|
+
}),
|
|
267
|
+
__metadata("design:type", Object)
|
|
268
|
+
], CreateManyAndReturnTrade.prototype, "exitTier", void 0);
|
|
241
269
|
CreateManyAndReturnTrade = __decorate([
|
|
242
270
|
TypeGraphQL.ObjectType("CreateManyAndReturnTrade", {})
|
|
243
271
|
], CreateManyAndReturnTrade);
|
|
@@ -31,6 +31,10 @@ export declare class TradeCountAggregate {
|
|
|
31
31
|
lastReunderwrittenAt: number;
|
|
32
32
|
supersededById: number;
|
|
33
33
|
rejectionMetadata: number;
|
|
34
|
+
signalSource: number;
|
|
35
|
+
signalId: number;
|
|
36
|
+
pathway: number;
|
|
37
|
+
exitTier: number;
|
|
34
38
|
_all: number;
|
|
35
39
|
}
|
|
36
40
|
//# sourceMappingURL=TradeCountAggregate.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TradeCountAggregate.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/TradeCountAggregate.ts"],"names":[],"mappings":"AAKA,qBACa,mBAAmB;IAI9B,EAAE,EAAG,MAAM,CAAC;IAKZ,eAAe,EAAG,MAAM,CAAC;IAKzB,MAAM,EAAG,MAAM,CAAC;IAKhB,QAAQ,EAAG,MAAM,CAAC;IAKlB,QAAQ,EAAG,MAAM,CAAC;IAKlB,OAAO,EAAG,MAAM,CAAC;IAKjB,UAAU,EAAG,MAAM,CAAC;IAKpB,SAAS,EAAG,MAAM,CAAC;IAKnB,SAAS,EAAG,MAAM,CAAC;IAKnB,SAAS,EAAG,MAAM,CAAC;IAKnB,MAAM,EAAG,MAAM,CAAC;IAKhB,SAAS,EAAG,MAAM,CAAC;IAKnB,MAAM,EAAG,MAAM,CAAC;IAKhB,UAAU,EAAG,MAAM,CAAC;IAKpB,SAAS,EAAG,MAAM,CAAC;IAKnB,QAAQ,EAAG,MAAM,CAAC;IAKlB,OAAO,EAAG,MAAM,CAAC;IAKjB,UAAU,EAAG,MAAM,CAAC;IAKpB,SAAS,EAAG,MAAM,CAAC;IAKnB,SAAS,EAAG,MAAM,CAAC;IAKnB,QAAQ,EAAG,MAAM,CAAC;IAKlB,SAAS,EAAG,MAAM,CAAC;IAKnB,UAAU,EAAG,MAAM,CAAC;IAKpB,eAAe,EAAG,MAAM,CAAC;IAKzB,WAAW,EAAG,MAAM,CAAC;IAKrB,gBAAgB,EAAG,MAAM,CAAC;IAK1B,qBAAqB,EAAG,MAAM,CAAC;IAK/B,cAAc,EAAG,MAAM,CAAC;IAKxB,aAAa,EAAG,MAAM,CAAC;IAKvB,oBAAoB,EAAG,MAAM,CAAC;IAK9B,cAAc,EAAG,MAAM,CAAC;IAKxB,iBAAiB,EAAG,MAAM,CAAC;IAK3B,IAAI,EAAG,MAAM,CAAC;CACf"}
|
|
1
|
+
{"version":3,"file":"TradeCountAggregate.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/TradeCountAggregate.ts"],"names":[],"mappings":"AAKA,qBACa,mBAAmB;IAI9B,EAAE,EAAG,MAAM,CAAC;IAKZ,eAAe,EAAG,MAAM,CAAC;IAKzB,MAAM,EAAG,MAAM,CAAC;IAKhB,QAAQ,EAAG,MAAM,CAAC;IAKlB,QAAQ,EAAG,MAAM,CAAC;IAKlB,OAAO,EAAG,MAAM,CAAC;IAKjB,UAAU,EAAG,MAAM,CAAC;IAKpB,SAAS,EAAG,MAAM,CAAC;IAKnB,SAAS,EAAG,MAAM,CAAC;IAKnB,SAAS,EAAG,MAAM,CAAC;IAKnB,MAAM,EAAG,MAAM,CAAC;IAKhB,SAAS,EAAG,MAAM,CAAC;IAKnB,MAAM,EAAG,MAAM,CAAC;IAKhB,UAAU,EAAG,MAAM,CAAC;IAKpB,SAAS,EAAG,MAAM,CAAC;IAKnB,QAAQ,EAAG,MAAM,CAAC;IAKlB,OAAO,EAAG,MAAM,CAAC;IAKjB,UAAU,EAAG,MAAM,CAAC;IAKpB,SAAS,EAAG,MAAM,CAAC;IAKnB,SAAS,EAAG,MAAM,CAAC;IAKnB,QAAQ,EAAG,MAAM,CAAC;IAKlB,SAAS,EAAG,MAAM,CAAC;IAKnB,UAAU,EAAG,MAAM,CAAC;IAKpB,eAAe,EAAG,MAAM,CAAC;IAKzB,WAAW,EAAG,MAAM,CAAC;IAKrB,gBAAgB,EAAG,MAAM,CAAC;IAK1B,qBAAqB,EAAG,MAAM,CAAC;IAK/B,cAAc,EAAG,MAAM,CAAC;IAKxB,aAAa,EAAG,MAAM,CAAC;IAKvB,oBAAoB,EAAG,MAAM,CAAC;IAK9B,cAAc,EAAG,MAAM,CAAC;IAKxB,iBAAiB,EAAG,MAAM,CAAC;IAK3B,YAAY,EAAG,MAAM,CAAC;IAKtB,QAAQ,EAAG,MAAM,CAAC;IAKlB,OAAO,EAAG,MAAM,CAAC;IAKjB,QAAQ,EAAG,MAAM,CAAC;IAKlB,IAAI,EAAG,MAAM,CAAC;CACf"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TradeCountAggregate.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/TradeCountAggregate.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAMrC,IAAM,mBAAmB,GAAzB,MAAM,mBAAmB;IAI9B,EAAE,CAAU;IAKZ,eAAe,CAAU;IAKzB,MAAM,CAAU;IAKhB,QAAQ,CAAU;IAKlB,QAAQ,CAAU;IAKlB,OAAO,CAAU;IAKjB,UAAU,CAAU;IAKpB,SAAS,CAAU;IAKnB,SAAS,CAAU;IAKnB,SAAS,CAAU;IAKnB,MAAM,CAAU;IAKhB,SAAS,CAAU;IAKnB,MAAM,CAAU;IAKhB,UAAU,CAAU;IAKpB,SAAS,CAAU;IAKnB,QAAQ,CAAU;IAKlB,OAAO,CAAU;IAKjB,UAAU,CAAU;IAKpB,SAAS,CAAU;IAKnB,SAAS,CAAU;IAKnB,QAAQ,CAAU;IAKlB,SAAS,CAAU;IAKnB,UAAU,CAAU;IAKpB,eAAe,CAAU;IAKzB,WAAW,CAAU;IAKrB,gBAAgB,CAAU;IAK1B,qBAAqB,CAAU;IAK/B,cAAc,CAAU;IAKxB,aAAa,CAAU;IAKvB,oBAAoB,CAAU;IAK9B,cAAc,CAAU;IAKxB,iBAAiB,CAAU;IAK3B,IAAI,CAAU;CACf,CAAA;
|
|
1
|
+
{"version":3,"file":"TradeCountAggregate.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/TradeCountAggregate.ts"],"names":[],"mappings":"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"}
|
|
@@ -41,6 +41,10 @@ let TradeCountAggregate = class TradeCountAggregate {
|
|
|
41
41
|
lastReunderwrittenAt;
|
|
42
42
|
supersededById;
|
|
43
43
|
rejectionMetadata;
|
|
44
|
+
signalSource;
|
|
45
|
+
signalId;
|
|
46
|
+
pathway;
|
|
47
|
+
exitTier;
|
|
44
48
|
_all;
|
|
45
49
|
};
|
|
46
50
|
__decorate([
|
|
@@ -235,6 +239,30 @@ __decorate([
|
|
|
235
239
|
}),
|
|
236
240
|
__metadata("design:type", Number)
|
|
237
241
|
], TradeCountAggregate.prototype, "rejectionMetadata", void 0);
|
|
242
|
+
__decorate([
|
|
243
|
+
TypeGraphQL.Field(_type => TypeGraphQL.Int, {
|
|
244
|
+
nullable: false
|
|
245
|
+
}),
|
|
246
|
+
__metadata("design:type", Number)
|
|
247
|
+
], TradeCountAggregate.prototype, "signalSource", void 0);
|
|
248
|
+
__decorate([
|
|
249
|
+
TypeGraphQL.Field(_type => TypeGraphQL.Int, {
|
|
250
|
+
nullable: false
|
|
251
|
+
}),
|
|
252
|
+
__metadata("design:type", Number)
|
|
253
|
+
], TradeCountAggregate.prototype, "signalId", void 0);
|
|
254
|
+
__decorate([
|
|
255
|
+
TypeGraphQL.Field(_type => TypeGraphQL.Int, {
|
|
256
|
+
nullable: false
|
|
257
|
+
}),
|
|
258
|
+
__metadata("design:type", Number)
|
|
259
|
+
], TradeCountAggregate.prototype, "pathway", void 0);
|
|
260
|
+
__decorate([
|
|
261
|
+
TypeGraphQL.Field(_type => TypeGraphQL.Int, {
|
|
262
|
+
nullable: false
|
|
263
|
+
}),
|
|
264
|
+
__metadata("design:type", Number)
|
|
265
|
+
], TradeCountAggregate.prototype, "exitTier", void 0);
|
|
238
266
|
__decorate([
|
|
239
267
|
TypeGraphQL.Field(_type => TypeGraphQL.Int, {
|
|
240
268
|
nullable: false
|
|
@@ -37,6 +37,10 @@ export declare class TradeGroupBy {
|
|
|
37
37
|
lastReunderwrittenAt: Date | null;
|
|
38
38
|
supersededById: string | null;
|
|
39
39
|
rejectionMetadata: Prisma.JsonValue | null;
|
|
40
|
+
signalSource: string | null;
|
|
41
|
+
signalId: string | null;
|
|
42
|
+
pathway: string | null;
|
|
43
|
+
exitTier: string | null;
|
|
40
44
|
_count: TradeCountAggregate | null;
|
|
41
45
|
_avg: TradeAvgAggregate | null;
|
|
42
46
|
_sum: TradeSumAggregate | null;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TradeGroupBy.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/TradeGroupBy.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"TradeGroupBy.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/TradeGroupBy.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAC;AAExC,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAC;AACjE,OAAO,EAAE,mBAAmB,EAAE,MAAM,gCAAgC,CAAC;AACrE,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAC;AACjE,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAC;AACjE,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAC;AAKjE,qBACa,YAAY;IAIvB,EAAE,EAAG,MAAM,CAAC;IAKZ,eAAe,EAAG,MAAM,CAAC;IAKzB,MAAM,EAAG,cAAc,GAAG,aAAa,GAAG,0BAA0B,GAAG,gBAAgB,GAAG,cAAc,GAAG,gBAAgB,GAAG,0BAA0B,GAAG,gBAAgB,GAAG,cAAc,GAAG,0BAA0B,GAAG,2BAA2B,GAAG,yBAAyB,GAAG,oBAAoB,GAAG,uBAAuB,GAAG,uBAAuB,GAAG,qBAAqB,GAAG,uBAAuB,GAAG,aAAa,GAAG,cAAc,GAAG,sBAAsB,GAAG,uBAAuB,GAAG,4BAA4B,GAAG,iBAAiB,GAAG,kBAAkB,GAAG,eAAe,GAAG,gBAAgB,GAAG,cAAc,GAAG,eAAe,GAAG,aAAa,GAAG,gBAAgB,GAAG,iBAAiB,GAAG,WAAW,CAAC;IAK1rB,QAAQ,EAAG,oBAAoB,GAAG,iBAAiB,GAAG,gBAAgB,GAAG,mBAAmB,GAAG,qBAAqB,GAAG,UAAU,GAAG,oBAAoB,GAAG,cAAc,GAAG,mBAAmB,GAAG,oBAAoB,GAAG,gBAAgB,GAAG,aAAa,CAAC;IAK1P,QAAQ,EAAG,MAAM,CAAC;IAKlB,OAAO,EAAG,MAAM,CAAC;IAKjB,UAAU,EAAG,MAAM,CAAC;IAKpB,SAAS,EAAG,IAAI,GAAG,IAAI,CAAC;IAKxB,SAAS,EAAG,IAAI,CAAC;IAKjB,SAAS,EAAG,IAAI,CAAC;IAKjB,MAAM,EAAG,SAAS,GAAG,MAAM,GAAG,SAAS,GAAG,WAAW,GAAG,UAAU,GAAG,YAAY,GAAG,iBAAiB,GAAG,qBAAqB,GAAG,QAAQ,CAAC;IAKzI,SAAS,EAAG,IAAI,GAAG,IAAI,CAAC;IAKxB,MAAM,EAAG,MAAM,CAAC;IAKhB,UAAU,EAAG,MAAM,GAAG,IAAI,CAAC;IAK3B,SAAS,EAAG,MAAM,GAAG,IAAI,CAAC;IAK1B,QAAQ,EAAG,MAAM,GAAG,IAAI,CAAC;IAKzB,OAAO,EAAG,MAAM,GAAG,IAAI,CAAC;IAKxB,UAAU,EAAG,MAAM,GAAG,IAAI,CAAC;IAK3B,SAAS,EAAG,MAAM,GAAG,IAAI,CAAC;IAK1B,SAAS,EAAG,IAAI,GAAG,IAAI,CAAC;IAKxB,QAAQ,EAAG,IAAI,GAAG,IAAI,CAAC;IAKvB,SAAS,EAAG,MAAM,GAAG,IAAI,CAAC;IAK1B,UAAU,EAAG,MAAM,GAAG,IAAI,CAAC;IAK3B,eAAe,EAAG,MAAM,GAAG,IAAI,CAAC;IAKhC,WAAW,EAAG,MAAM,GAAG,IAAI,CAAC;IAK5B,gBAAgB,EAAG,MAAM,GAAG,IAAI,CAAC;IAKjC,qBAAqB,EAAG,MAAM,GAAG,IAAI,CAAC;IAKtC,cAAc,EAAG,MAAM,GAAG,IAAI,CAAC;IAK/B,aAAa,EAAG,MAAM,CAAC;IAKvB,oBAAoB,EAAG,IAAI,GAAG,IAAI,CAAC;IAKnC,cAAc,EAAG,MAAM,GAAG,IAAI,CAAC;IAK/B,iBAAiB,EAAG,MAAM,CAAC,SAAS,GAAG,IAAI,CAAC;IAK5C,YAAY,EAAG,MAAM,GAAG,IAAI,CAAC;IAK7B,QAAQ,EAAG,MAAM,GAAG,IAAI,CAAC;IAKzB,OAAO,EAAG,MAAM,GAAG,IAAI,CAAC;IAKxB,QAAQ,EAAG,MAAM,GAAG,IAAI,CAAC;IAKzB,MAAM,EAAG,mBAAmB,GAAG,IAAI,CAAC;IAKpC,IAAI,EAAG,iBAAiB,GAAG,IAAI,CAAC;IAKhC,IAAI,EAAG,iBAAiB,GAAG,IAAI,CAAC;IAKhC,IAAI,EAAG,iBAAiB,GAAG,IAAI,CAAC;IAKhC,IAAI,EAAG,iBAAiB,GAAG,IAAI,CAAC;CACjC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TradeGroupBy.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/TradeGroupBy.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAC5C,OAAO,KAAK,cAAc,MAAM,iBAAiB,CAAC;AAGlD,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAC;AACjE,OAAO,EAAE,mBAAmB,EAAE,MAAM,gCAAgC,CAAC;AACrE,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAC;AACjE,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAC;AACjE,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAC;AACjE,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAGnD,IAAM,YAAY,GAAlB,MAAM,YAAY;IAIvB,EAAE,CAAU;IAKZ,eAAe,CAAU;IAKzB,MAAM,CAAorB;IAK1rB,QAAQ,CAAkP;IAK1P,QAAQ,CAAU;IAKlB,OAAO,CAAU;IAKjB,UAAU,CAAU;IAKpB,SAAS,CAAe;IAKxB,SAAS,CAAQ;IAKjB,SAAS,CAAQ;IAKjB,MAAM,CAAmI;IAKzI,SAAS,CAAe;IAKxB,MAAM,CAAU;IAKhB,UAAU,CAAiB;IAK3B,SAAS,CAAiB;IAK1B,QAAQ,CAAiB;IAKzB,OAAO,CAAiB;IAKxB,UAAU,CAAiB;IAK3B,SAAS,CAAiB;IAK1B,SAAS,CAAe;IAKxB,QAAQ,CAAe;IAKvB,SAAS,CAAiB;IAK1B,UAAU,CAAiB;IAK3B,eAAe,CAAiB;IAKhC,WAAW,CAAiB;IAK5B,gBAAgB,CAAiB;IAKjC,qBAAqB,CAAiB;IAKtC,cAAc,CAAiB;IAK/B,aAAa,CAAU;IAKvB,oBAAoB,CAAe;IAKnC,cAAc,CAAiB;IAK/B,iBAAiB,CAA2B;IAK5C,MAAM,CAA8B;IAKpC,IAAI,CAA4B;IAKhC,IAAI,CAA4B;IAKhC,IAAI,CAA4B;IAKhC,IAAI,CAA4B;CACjC,CAAA;
|
|
1
|
+
{"version":3,"file":"TradeGroupBy.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/TradeGroupBy.ts"],"names":[],"mappings":"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"}
|
|
@@ -50,6 +50,10 @@ let TradeGroupBy = class TradeGroupBy {
|
|
|
50
50
|
lastReunderwrittenAt;
|
|
51
51
|
supersededById;
|
|
52
52
|
rejectionMetadata;
|
|
53
|
+
signalSource;
|
|
54
|
+
signalId;
|
|
55
|
+
pathway;
|
|
56
|
+
exitTier;
|
|
53
57
|
_count;
|
|
54
58
|
_avg;
|
|
55
59
|
_sum;
|
|
@@ -248,6 +252,30 @@ __decorate([
|
|
|
248
252
|
}),
|
|
249
253
|
__metadata("design:type", Object)
|
|
250
254
|
], TradeGroupBy.prototype, "rejectionMetadata", void 0);
|
|
255
|
+
__decorate([
|
|
256
|
+
TypeGraphQL.Field(_type => String, {
|
|
257
|
+
nullable: true
|
|
258
|
+
}),
|
|
259
|
+
__metadata("design:type", Object)
|
|
260
|
+
], TradeGroupBy.prototype, "signalSource", void 0);
|
|
261
|
+
__decorate([
|
|
262
|
+
TypeGraphQL.Field(_type => String, {
|
|
263
|
+
nullable: true
|
|
264
|
+
}),
|
|
265
|
+
__metadata("design:type", Object)
|
|
266
|
+
], TradeGroupBy.prototype, "signalId", void 0);
|
|
267
|
+
__decorate([
|
|
268
|
+
TypeGraphQL.Field(_type => String, {
|
|
269
|
+
nullable: true
|
|
270
|
+
}),
|
|
271
|
+
__metadata("design:type", Object)
|
|
272
|
+
], TradeGroupBy.prototype, "pathway", void 0);
|
|
273
|
+
__decorate([
|
|
274
|
+
TypeGraphQL.Field(_type => String, {
|
|
275
|
+
nullable: true
|
|
276
|
+
}),
|
|
277
|
+
__metadata("design:type", Object)
|
|
278
|
+
], TradeGroupBy.prototype, "exitTier", void 0);
|
|
251
279
|
__decorate([
|
|
252
280
|
TypeGraphQL.Field(_type => TradeCountAggregate, {
|
|
253
281
|
nullable: true
|
|
@@ -30,5 +30,9 @@ export declare class TradeMaxAggregate {
|
|
|
30
30
|
thesisVersion: number | null;
|
|
31
31
|
lastReunderwrittenAt: Date | null;
|
|
32
32
|
supersededById: string | null;
|
|
33
|
+
signalSource: string | null;
|
|
34
|
+
signalId: string | null;
|
|
35
|
+
pathway: string | null;
|
|
36
|
+
exitTier: string | null;
|
|
33
37
|
}
|
|
34
38
|
//# sourceMappingURL=TradeMaxAggregate.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TradeMaxAggregate.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/TradeMaxAggregate.ts"],"names":[],"mappings":"AAQA,qBACa,iBAAiB;IAI5B,EAAE,EAAG,MAAM,GAAG,IAAI,CAAC;IAKnB,eAAe,EAAG,MAAM,GAAG,IAAI,CAAC;IAKhC,MAAM,EAAG,cAAc,GAAG,aAAa,GAAG,0BAA0B,GAAG,gBAAgB,GAAG,cAAc,GAAG,gBAAgB,GAAG,0BAA0B,GAAG,gBAAgB,GAAG,cAAc,GAAG,0BAA0B,GAAG,2BAA2B,GAAG,yBAAyB,GAAG,oBAAoB,GAAG,uBAAuB,GAAG,uBAAuB,GAAG,qBAAqB,GAAG,uBAAuB,GAAG,aAAa,GAAG,cAAc,GAAG,sBAAsB,GAAG,uBAAuB,GAAG,4BAA4B,GAAG,iBAAiB,GAAG,kBAAkB,GAAG,eAAe,GAAG,gBAAgB,GAAG,cAAc,GAAG,eAAe,GAAG,aAAa,GAAG,gBAAgB,GAAG,iBAAiB,GAAG,WAAW,GAAG,IAAI,CAAC;IAKjsB,QAAQ,EAAG,oBAAoB,GAAG,iBAAiB,GAAG,gBAAgB,GAAG,mBAAmB,GAAG,qBAAqB,GAAG,UAAU,GAAG,oBAAoB,GAAG,cAAc,GAAG,mBAAmB,GAAG,oBAAoB,GAAG,gBAAgB,GAAG,aAAa,GAAG,IAAI,CAAC;IAKjQ,QAAQ,EAAG,MAAM,GAAG,IAAI,CAAC;IAKzB,OAAO,EAAG,MAAM,GAAG,IAAI,CAAC;IAKxB,UAAU,EAAG,MAAM,GAAG,IAAI,CAAC;IAK3B,SAAS,EAAG,IAAI,GAAG,IAAI,CAAC;IAKxB,SAAS,EAAG,IAAI,GAAG,IAAI,CAAC;IAKxB,SAAS,EAAG,IAAI,GAAG,IAAI,CAAC;IAKxB,MAAM,EAAG,SAAS,GAAG,MAAM,GAAG,SAAS,GAAG,WAAW,GAAG,UAAU,GAAG,YAAY,GAAG,iBAAiB,GAAG,qBAAqB,GAAG,QAAQ,GAAG,IAAI,CAAC;IAKhJ,SAAS,EAAG,IAAI,GAAG,IAAI,CAAC;IAKxB,MAAM,EAAG,MAAM,GAAG,IAAI,CAAC;IAKvB,UAAU,EAAG,MAAM,GAAG,IAAI,CAAC;IAK3B,SAAS,EAAG,MAAM,GAAG,IAAI,CAAC;IAK1B,QAAQ,EAAG,MAAM,GAAG,IAAI,CAAC;IAKzB,OAAO,EAAG,MAAM,GAAG,IAAI,CAAC;IAKxB,UAAU,EAAG,MAAM,GAAG,IAAI,CAAC;IAK3B,SAAS,EAAG,MAAM,GAAG,IAAI,CAAC;IAK1B,SAAS,EAAG,IAAI,GAAG,IAAI,CAAC;IAKxB,QAAQ,EAAG,IAAI,GAAG,IAAI,CAAC;IAKvB,SAAS,EAAG,MAAM,GAAG,IAAI,CAAC;IAK1B,UAAU,EAAG,MAAM,GAAG,IAAI,CAAC;IAK3B,eAAe,EAAG,MAAM,GAAG,IAAI,CAAC;IAKhC,WAAW,EAAG,MAAM,GAAG,IAAI,CAAC;IAK5B,gBAAgB,EAAG,MAAM,GAAG,IAAI,CAAC;IAKjC,qBAAqB,EAAG,MAAM,GAAG,IAAI,CAAC;IAKtC,cAAc,EAAG,MAAM,GAAG,IAAI,CAAC;IAK/B,aAAa,EAAG,MAAM,GAAG,IAAI,CAAC;IAK9B,oBAAoB,EAAG,IAAI,GAAG,IAAI,CAAC;IAKnC,cAAc,EAAG,MAAM,GAAG,IAAI,CAAC;
|
|
1
|
+
{"version":3,"file":"TradeMaxAggregate.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/TradeMaxAggregate.ts"],"names":[],"mappings":"AAQA,qBACa,iBAAiB;IAI5B,EAAE,EAAG,MAAM,GAAG,IAAI,CAAC;IAKnB,eAAe,EAAG,MAAM,GAAG,IAAI,CAAC;IAKhC,MAAM,EAAG,cAAc,GAAG,aAAa,GAAG,0BAA0B,GAAG,gBAAgB,GAAG,cAAc,GAAG,gBAAgB,GAAG,0BAA0B,GAAG,gBAAgB,GAAG,cAAc,GAAG,0BAA0B,GAAG,2BAA2B,GAAG,yBAAyB,GAAG,oBAAoB,GAAG,uBAAuB,GAAG,uBAAuB,GAAG,qBAAqB,GAAG,uBAAuB,GAAG,aAAa,GAAG,cAAc,GAAG,sBAAsB,GAAG,uBAAuB,GAAG,4BAA4B,GAAG,iBAAiB,GAAG,kBAAkB,GAAG,eAAe,GAAG,gBAAgB,GAAG,cAAc,GAAG,eAAe,GAAG,aAAa,GAAG,gBAAgB,GAAG,iBAAiB,GAAG,WAAW,GAAG,IAAI,CAAC;IAKjsB,QAAQ,EAAG,oBAAoB,GAAG,iBAAiB,GAAG,gBAAgB,GAAG,mBAAmB,GAAG,qBAAqB,GAAG,UAAU,GAAG,oBAAoB,GAAG,cAAc,GAAG,mBAAmB,GAAG,oBAAoB,GAAG,gBAAgB,GAAG,aAAa,GAAG,IAAI,CAAC;IAKjQ,QAAQ,EAAG,MAAM,GAAG,IAAI,CAAC;IAKzB,OAAO,EAAG,MAAM,GAAG,IAAI,CAAC;IAKxB,UAAU,EAAG,MAAM,GAAG,IAAI,CAAC;IAK3B,SAAS,EAAG,IAAI,GAAG,IAAI,CAAC;IAKxB,SAAS,EAAG,IAAI,GAAG,IAAI,CAAC;IAKxB,SAAS,EAAG,IAAI,GAAG,IAAI,CAAC;IAKxB,MAAM,EAAG,SAAS,GAAG,MAAM,GAAG,SAAS,GAAG,WAAW,GAAG,UAAU,GAAG,YAAY,GAAG,iBAAiB,GAAG,qBAAqB,GAAG,QAAQ,GAAG,IAAI,CAAC;IAKhJ,SAAS,EAAG,IAAI,GAAG,IAAI,CAAC;IAKxB,MAAM,EAAG,MAAM,GAAG,IAAI,CAAC;IAKvB,UAAU,EAAG,MAAM,GAAG,IAAI,CAAC;IAK3B,SAAS,EAAG,MAAM,GAAG,IAAI,CAAC;IAK1B,QAAQ,EAAG,MAAM,GAAG,IAAI,CAAC;IAKzB,OAAO,EAAG,MAAM,GAAG,IAAI,CAAC;IAKxB,UAAU,EAAG,MAAM,GAAG,IAAI,CAAC;IAK3B,SAAS,EAAG,MAAM,GAAG,IAAI,CAAC;IAK1B,SAAS,EAAG,IAAI,GAAG,IAAI,CAAC;IAKxB,QAAQ,EAAG,IAAI,GAAG,IAAI,CAAC;IAKvB,SAAS,EAAG,MAAM,GAAG,IAAI,CAAC;IAK1B,UAAU,EAAG,MAAM,GAAG,IAAI,CAAC;IAK3B,eAAe,EAAG,MAAM,GAAG,IAAI,CAAC;IAKhC,WAAW,EAAG,MAAM,GAAG,IAAI,CAAC;IAK5B,gBAAgB,EAAG,MAAM,GAAG,IAAI,CAAC;IAKjC,qBAAqB,EAAG,MAAM,GAAG,IAAI,CAAC;IAKtC,cAAc,EAAG,MAAM,GAAG,IAAI,CAAC;IAK/B,aAAa,EAAG,MAAM,GAAG,IAAI,CAAC;IAK9B,oBAAoB,EAAG,IAAI,GAAG,IAAI,CAAC;IAKnC,cAAc,EAAG,MAAM,GAAG,IAAI,CAAC;IAK/B,YAAY,EAAG,MAAM,GAAG,IAAI,CAAC;IAK7B,QAAQ,EAAG,MAAM,GAAG,IAAI,CAAC;IAKzB,OAAO,EAAG,MAAM,GAAG,IAAI,CAAC;IAKxB,QAAQ,EAAG,MAAM,GAAG,IAAI,CAAC;CAC1B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TradeMaxAggregate.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/TradeMaxAggregate.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAI5C,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAGnD,IAAM,iBAAiB,GAAvB,MAAM,iBAAiB;IAI5B,EAAE,CAAiB;IAKnB,eAAe,CAAiB;IAKhC,MAAM,CAA2rB;IAKjsB,QAAQ,CAAyP;IAKjQ,QAAQ,CAAiB;IAKzB,OAAO,CAAiB;IAKxB,UAAU,CAAiB;IAK3B,SAAS,CAAe;IAKxB,SAAS,CAAe;IAKxB,SAAS,CAAe;IAKxB,MAAM,CAA0I;IAKhJ,SAAS,CAAe;IAKxB,MAAM,CAAiB;IAKvB,UAAU,CAAiB;IAK3B,SAAS,CAAiB;IAK1B,QAAQ,CAAiB;IAKzB,OAAO,CAAiB;IAKxB,UAAU,CAAiB;IAK3B,SAAS,CAAiB;IAK1B,SAAS,CAAe;IAKxB,QAAQ,CAAe;IAKvB,SAAS,CAAiB;IAK1B,UAAU,CAAiB;IAK3B,eAAe,CAAiB;IAKhC,WAAW,CAAiB;IAK5B,gBAAgB,CAAiB;IAKjC,qBAAqB,CAAiB;IAKtC,cAAc,CAAiB;IAK/B,aAAa,CAAiB;IAK9B,oBAAoB,CAAe;IAKnC,cAAc,CAAiB;
|
|
1
|
+
{"version":3,"file":"TradeMaxAggregate.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/TradeMaxAggregate.ts"],"names":[],"mappings":"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"}
|
|
@@ -43,6 +43,10 @@ let TradeMaxAggregate = class TradeMaxAggregate {
|
|
|
43
43
|
thesisVersion;
|
|
44
44
|
lastReunderwrittenAt;
|
|
45
45
|
supersededById;
|
|
46
|
+
signalSource;
|
|
47
|
+
signalId;
|
|
48
|
+
pathway;
|
|
49
|
+
exitTier;
|
|
46
50
|
};
|
|
47
51
|
__decorate([
|
|
48
52
|
TypeGraphQL.Field(_type => String, {
|
|
@@ -230,6 +234,30 @@ __decorate([
|
|
|
230
234
|
}),
|
|
231
235
|
__metadata("design:type", Object)
|
|
232
236
|
], TradeMaxAggregate.prototype, "supersededById", void 0);
|
|
237
|
+
__decorate([
|
|
238
|
+
TypeGraphQL.Field(_type => String, {
|
|
239
|
+
nullable: true
|
|
240
|
+
}),
|
|
241
|
+
__metadata("design:type", Object)
|
|
242
|
+
], TradeMaxAggregate.prototype, "signalSource", void 0);
|
|
243
|
+
__decorate([
|
|
244
|
+
TypeGraphQL.Field(_type => String, {
|
|
245
|
+
nullable: true
|
|
246
|
+
}),
|
|
247
|
+
__metadata("design:type", Object)
|
|
248
|
+
], TradeMaxAggregate.prototype, "signalId", void 0);
|
|
249
|
+
__decorate([
|
|
250
|
+
TypeGraphQL.Field(_type => String, {
|
|
251
|
+
nullable: true
|
|
252
|
+
}),
|
|
253
|
+
__metadata("design:type", Object)
|
|
254
|
+
], TradeMaxAggregate.prototype, "pathway", void 0);
|
|
255
|
+
__decorate([
|
|
256
|
+
TypeGraphQL.Field(_type => String, {
|
|
257
|
+
nullable: true
|
|
258
|
+
}),
|
|
259
|
+
__metadata("design:type", Object)
|
|
260
|
+
], TradeMaxAggregate.prototype, "exitTier", void 0);
|
|
233
261
|
TradeMaxAggregate = __decorate([
|
|
234
262
|
TypeGraphQL.ObjectType("TradeMaxAggregate", {})
|
|
235
263
|
], TradeMaxAggregate);
|
|
@@ -30,5 +30,9 @@ export declare class TradeMinAggregate {
|
|
|
30
30
|
thesisVersion: number | null;
|
|
31
31
|
lastReunderwrittenAt: Date | null;
|
|
32
32
|
supersededById: string | null;
|
|
33
|
+
signalSource: string | null;
|
|
34
|
+
signalId: string | null;
|
|
35
|
+
pathway: string | null;
|
|
36
|
+
exitTier: string | null;
|
|
33
37
|
}
|
|
34
38
|
//# sourceMappingURL=TradeMinAggregate.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TradeMinAggregate.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/TradeMinAggregate.ts"],"names":[],"mappings":"AAQA,qBACa,iBAAiB;IAI5B,EAAE,EAAG,MAAM,GAAG,IAAI,CAAC;IAKnB,eAAe,EAAG,MAAM,GAAG,IAAI,CAAC;IAKhC,MAAM,EAAG,cAAc,GAAG,aAAa,GAAG,0BAA0B,GAAG,gBAAgB,GAAG,cAAc,GAAG,gBAAgB,GAAG,0BAA0B,GAAG,gBAAgB,GAAG,cAAc,GAAG,0BAA0B,GAAG,2BAA2B,GAAG,yBAAyB,GAAG,oBAAoB,GAAG,uBAAuB,GAAG,uBAAuB,GAAG,qBAAqB,GAAG,uBAAuB,GAAG,aAAa,GAAG,cAAc,GAAG,sBAAsB,GAAG,uBAAuB,GAAG,4BAA4B,GAAG,iBAAiB,GAAG,kBAAkB,GAAG,eAAe,GAAG,gBAAgB,GAAG,cAAc,GAAG,eAAe,GAAG,aAAa,GAAG,gBAAgB,GAAG,iBAAiB,GAAG,WAAW,GAAG,IAAI,CAAC;IAKjsB,QAAQ,EAAG,oBAAoB,GAAG,iBAAiB,GAAG,gBAAgB,GAAG,mBAAmB,GAAG,qBAAqB,GAAG,UAAU,GAAG,oBAAoB,GAAG,cAAc,GAAG,mBAAmB,GAAG,oBAAoB,GAAG,gBAAgB,GAAG,aAAa,GAAG,IAAI,CAAC;IAKjQ,QAAQ,EAAG,MAAM,GAAG,IAAI,CAAC;IAKzB,OAAO,EAAG,MAAM,GAAG,IAAI,CAAC;IAKxB,UAAU,EAAG,MAAM,GAAG,IAAI,CAAC;IAK3B,SAAS,EAAG,IAAI,GAAG,IAAI,CAAC;IAKxB,SAAS,EAAG,IAAI,GAAG,IAAI,CAAC;IAKxB,SAAS,EAAG,IAAI,GAAG,IAAI,CAAC;IAKxB,MAAM,EAAG,SAAS,GAAG,MAAM,GAAG,SAAS,GAAG,WAAW,GAAG,UAAU,GAAG,YAAY,GAAG,iBAAiB,GAAG,qBAAqB,GAAG,QAAQ,GAAG,IAAI,CAAC;IAKhJ,SAAS,EAAG,IAAI,GAAG,IAAI,CAAC;IAKxB,MAAM,EAAG,MAAM,GAAG,IAAI,CAAC;IAKvB,UAAU,EAAG,MAAM,GAAG,IAAI,CAAC;IAK3B,SAAS,EAAG,MAAM,GAAG,IAAI,CAAC;IAK1B,QAAQ,EAAG,MAAM,GAAG,IAAI,CAAC;IAKzB,OAAO,EAAG,MAAM,GAAG,IAAI,CAAC;IAKxB,UAAU,EAAG,MAAM,GAAG,IAAI,CAAC;IAK3B,SAAS,EAAG,MAAM,GAAG,IAAI,CAAC;IAK1B,SAAS,EAAG,IAAI,GAAG,IAAI,CAAC;IAKxB,QAAQ,EAAG,IAAI,GAAG,IAAI,CAAC;IAKvB,SAAS,EAAG,MAAM,GAAG,IAAI,CAAC;IAK1B,UAAU,EAAG,MAAM,GAAG,IAAI,CAAC;IAK3B,eAAe,EAAG,MAAM,GAAG,IAAI,CAAC;IAKhC,WAAW,EAAG,MAAM,GAAG,IAAI,CAAC;IAK5B,gBAAgB,EAAG,MAAM,GAAG,IAAI,CAAC;IAKjC,qBAAqB,EAAG,MAAM,GAAG,IAAI,CAAC;IAKtC,cAAc,EAAG,MAAM,GAAG,IAAI,CAAC;IAK/B,aAAa,EAAG,MAAM,GAAG,IAAI,CAAC;IAK9B,oBAAoB,EAAG,IAAI,GAAG,IAAI,CAAC;IAKnC,cAAc,EAAG,MAAM,GAAG,IAAI,CAAC;
|
|
1
|
+
{"version":3,"file":"TradeMinAggregate.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/TradeMinAggregate.ts"],"names":[],"mappings":"AAQA,qBACa,iBAAiB;IAI5B,EAAE,EAAG,MAAM,GAAG,IAAI,CAAC;IAKnB,eAAe,EAAG,MAAM,GAAG,IAAI,CAAC;IAKhC,MAAM,EAAG,cAAc,GAAG,aAAa,GAAG,0BAA0B,GAAG,gBAAgB,GAAG,cAAc,GAAG,gBAAgB,GAAG,0BAA0B,GAAG,gBAAgB,GAAG,cAAc,GAAG,0BAA0B,GAAG,2BAA2B,GAAG,yBAAyB,GAAG,oBAAoB,GAAG,uBAAuB,GAAG,uBAAuB,GAAG,qBAAqB,GAAG,uBAAuB,GAAG,aAAa,GAAG,cAAc,GAAG,sBAAsB,GAAG,uBAAuB,GAAG,4BAA4B,GAAG,iBAAiB,GAAG,kBAAkB,GAAG,eAAe,GAAG,gBAAgB,GAAG,cAAc,GAAG,eAAe,GAAG,aAAa,GAAG,gBAAgB,GAAG,iBAAiB,GAAG,WAAW,GAAG,IAAI,CAAC;IAKjsB,QAAQ,EAAG,oBAAoB,GAAG,iBAAiB,GAAG,gBAAgB,GAAG,mBAAmB,GAAG,qBAAqB,GAAG,UAAU,GAAG,oBAAoB,GAAG,cAAc,GAAG,mBAAmB,GAAG,oBAAoB,GAAG,gBAAgB,GAAG,aAAa,GAAG,IAAI,CAAC;IAKjQ,QAAQ,EAAG,MAAM,GAAG,IAAI,CAAC;IAKzB,OAAO,EAAG,MAAM,GAAG,IAAI,CAAC;IAKxB,UAAU,EAAG,MAAM,GAAG,IAAI,CAAC;IAK3B,SAAS,EAAG,IAAI,GAAG,IAAI,CAAC;IAKxB,SAAS,EAAG,IAAI,GAAG,IAAI,CAAC;IAKxB,SAAS,EAAG,IAAI,GAAG,IAAI,CAAC;IAKxB,MAAM,EAAG,SAAS,GAAG,MAAM,GAAG,SAAS,GAAG,WAAW,GAAG,UAAU,GAAG,YAAY,GAAG,iBAAiB,GAAG,qBAAqB,GAAG,QAAQ,GAAG,IAAI,CAAC;IAKhJ,SAAS,EAAG,IAAI,GAAG,IAAI,CAAC;IAKxB,MAAM,EAAG,MAAM,GAAG,IAAI,CAAC;IAKvB,UAAU,EAAG,MAAM,GAAG,IAAI,CAAC;IAK3B,SAAS,EAAG,MAAM,GAAG,IAAI,CAAC;IAK1B,QAAQ,EAAG,MAAM,GAAG,IAAI,CAAC;IAKzB,OAAO,EAAG,MAAM,GAAG,IAAI,CAAC;IAKxB,UAAU,EAAG,MAAM,GAAG,IAAI,CAAC;IAK3B,SAAS,EAAG,MAAM,GAAG,IAAI,CAAC;IAK1B,SAAS,EAAG,IAAI,GAAG,IAAI,CAAC;IAKxB,QAAQ,EAAG,IAAI,GAAG,IAAI,CAAC;IAKvB,SAAS,EAAG,MAAM,GAAG,IAAI,CAAC;IAK1B,UAAU,EAAG,MAAM,GAAG,IAAI,CAAC;IAK3B,eAAe,EAAG,MAAM,GAAG,IAAI,CAAC;IAKhC,WAAW,EAAG,MAAM,GAAG,IAAI,CAAC;IAK5B,gBAAgB,EAAG,MAAM,GAAG,IAAI,CAAC;IAKjC,qBAAqB,EAAG,MAAM,GAAG,IAAI,CAAC;IAKtC,cAAc,EAAG,MAAM,GAAG,IAAI,CAAC;IAK/B,aAAa,EAAG,MAAM,GAAG,IAAI,CAAC;IAK9B,oBAAoB,EAAG,IAAI,GAAG,IAAI,CAAC;IAKnC,cAAc,EAAG,MAAM,GAAG,IAAI,CAAC;IAK/B,YAAY,EAAG,MAAM,GAAG,IAAI,CAAC;IAK7B,QAAQ,EAAG,MAAM,GAAG,IAAI,CAAC;IAKzB,OAAO,EAAG,MAAM,GAAG,IAAI,CAAC;IAKxB,QAAQ,EAAG,MAAM,GAAG,IAAI,CAAC;CAC1B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TradeMinAggregate.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/TradeMinAggregate.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAI5C,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAGnD,IAAM,iBAAiB,GAAvB,MAAM,iBAAiB;IAI5B,EAAE,CAAiB;IAKnB,eAAe,CAAiB;IAKhC,MAAM,CAA2rB;IAKjsB,QAAQ,CAAyP;IAKjQ,QAAQ,CAAiB;IAKzB,OAAO,CAAiB;IAKxB,UAAU,CAAiB;IAK3B,SAAS,CAAe;IAKxB,SAAS,CAAe;IAKxB,SAAS,CAAe;IAKxB,MAAM,CAA0I;IAKhJ,SAAS,CAAe;IAKxB,MAAM,CAAiB;IAKvB,UAAU,CAAiB;IAK3B,SAAS,CAAiB;IAK1B,QAAQ,CAAiB;IAKzB,OAAO,CAAiB;IAKxB,UAAU,CAAiB;IAK3B,SAAS,CAAiB;IAK1B,SAAS,CAAe;IAKxB,QAAQ,CAAe;IAKvB,SAAS,CAAiB;IAK1B,UAAU,CAAiB;IAK3B,eAAe,CAAiB;IAKhC,WAAW,CAAiB;IAK5B,gBAAgB,CAAiB;IAKjC,qBAAqB,CAAiB;IAKtC,cAAc,CAAiB;IAK/B,aAAa,CAAiB;IAK9B,oBAAoB,CAAe;IAKnC,cAAc,CAAiB;
|
|
1
|
+
{"version":3,"file":"TradeMinAggregate.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/TradeMinAggregate.ts"],"names":[],"mappings":"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"}
|
|
@@ -43,6 +43,10 @@ let TradeMinAggregate = class TradeMinAggregate {
|
|
|
43
43
|
thesisVersion;
|
|
44
44
|
lastReunderwrittenAt;
|
|
45
45
|
supersededById;
|
|
46
|
+
signalSource;
|
|
47
|
+
signalId;
|
|
48
|
+
pathway;
|
|
49
|
+
exitTier;
|
|
46
50
|
};
|
|
47
51
|
__decorate([
|
|
48
52
|
TypeGraphQL.Field(_type => String, {
|
|
@@ -230,6 +234,30 @@ __decorate([
|
|
|
230
234
|
}),
|
|
231
235
|
__metadata("design:type", Object)
|
|
232
236
|
], TradeMinAggregate.prototype, "supersededById", void 0);
|
|
237
|
+
__decorate([
|
|
238
|
+
TypeGraphQL.Field(_type => String, {
|
|
239
|
+
nullable: true
|
|
240
|
+
}),
|
|
241
|
+
__metadata("design:type", Object)
|
|
242
|
+
], TradeMinAggregate.prototype, "signalSource", void 0);
|
|
243
|
+
__decorate([
|
|
244
|
+
TypeGraphQL.Field(_type => String, {
|
|
245
|
+
nullable: true
|
|
246
|
+
}),
|
|
247
|
+
__metadata("design:type", Object)
|
|
248
|
+
], TradeMinAggregate.prototype, "signalId", void 0);
|
|
249
|
+
__decorate([
|
|
250
|
+
TypeGraphQL.Field(_type => String, {
|
|
251
|
+
nullable: true
|
|
252
|
+
}),
|
|
253
|
+
__metadata("design:type", Object)
|
|
254
|
+
], TradeMinAggregate.prototype, "pathway", void 0);
|
|
255
|
+
__decorate([
|
|
256
|
+
TypeGraphQL.Field(_type => String, {
|
|
257
|
+
nullable: true
|
|
258
|
+
}),
|
|
259
|
+
__metadata("design:type", Object)
|
|
260
|
+
], TradeMinAggregate.prototype, "exitTier", void 0);
|
|
233
261
|
TradeMinAggregate = __decorate([
|
|
234
262
|
TypeGraphQL.ObjectType("TradeMinAggregate", {})
|
|
235
263
|
], TradeMinAggregate);
|
package/esm/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAGA,OAAO,kBAAkB,CAAC;AAE1B,YAAY,KAAK,KAAK,MAAM,kDAAkD,CAAC;AAC/E,OAAO,KAAK,KAAK,MAAM,4CAA4C,CAAC;AACpE,cAAc,+BAA+B,CAAC;AAG9C,cAAc,0BAA0B,CAAC;AAGzC,OAAO,EACL,eAAe,EACf,gBAAgB,EAChB,uBAAuB,EACvB,gBAAgB,EAChB,UAAU,EACV,YAAY,EACZ,MAAM,EACP,MAAM,UAAU,CAAC;AAElB,YAAY,EACV,gBAAgB,EAChB,iBAAiB,EACjB,YAAY,EACZ,qBAAqB,EACrB,aAAa,EACb,SAAS,GACV,MAAM,UAAU,CAAC;AAoElB,QAAA,MAAM,OAAO;;;;0BAoEk5zI,CAAC;;;;;;;;;;;;;;;;;0BAApkuG,CAAC;;;;;;;;;;;;;;;;;0BAAxg9B,CAAC;;;;;;;;;;;;;;;;;0BAAqs9B,CAAC;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -33,6 +33,8 @@ export type Trade = {
|
|
|
33
33
|
thesisVersion: number;
|
|
34
34
|
// Forensic metadata populated when status is REJECTED_BROKER, REJECTED_COMPLIANCE, or FAILED. Carries reason, errorCode, brokerResponse, attemptedAt and any other contextual details required for SEC Rule 15c3-5 audits and FINRA review. Null for trades that did not fail or get rejected.
|
|
35
35
|
rejectionMetadata?: any;
|
|
36
|
+
// Wave 234 — Upstream ensemble signal source that produced this trade. One of "ensemble" | "llm_only" | "transformer_only" | "drift_fallback" | "manual". Populated at trade creation from \`TradeSideAndSignal.metadata.signalSource\`. Consumed at exit-fill time to populate \`TradeOutcome.signalSource\` (replacing the legacy hardcoded "ensemble" default in \`order-fill-handler.ts:labelExitOutcomeFromFill\`). Calibration trainer joins on this for cohort partition.
|
|
37
|
+
signalSource?: string;
|
|
36
38
|
};
|
|
37
39
|
|
|
38
40
|
enum TradeSignal {
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const TradeTypeString = "\n// Your response should adhere to the following type definition for the \"Trade\" type.\n// Importantly, DO NOT include any annotations in your response (i.e., remove the ones we have provided for your reference below).\n\nexport type Trade = {\n // Signal that triggered the trade.\n signal: TradeSignal;\n // Strategy used to execute the trade.\n strategy: TradeStrategy;\n // summary of the trade decision (this should be a short description of the trade).\n summary: string;\n // Confidence level in the trade decision.\n confidence: number;\n // Current status of the trade.\n status: TradeStatus;\n // The symbol of the asset associated with this trade.\n symbol: string;\n // List of actions associated with this trade.\n actions: {\n // Sequence number of the action within the trade.\n sequence: number;\n // Type of trade action, defined by ActionType enum.\n type: ActionType;\n // Additional notes or comments about the action.\n note: string;\n // Current status of the trade action.\n status: ActionStatus;\n }[];\n // Version number of the trade thesis, incremented on each re-underwriting.\n thesisVersion: number;\n // Forensic metadata populated when status is REJECTED_BROKER, REJECTED_COMPLIANCE, or FAILED. Carries reason, errorCode, brokerResponse, attemptedAt and any other contextual details required for SEC Rule 15c3-5 audits and FINRA review. Null for trades that did not fail or get rejected.\n rejectionMetadata?: any;\n};\n\nenum TradeSignal {\n GOLDEN_CROSS\n\n DEATH_CROSS\n\n MOVING_AVERAGE_CROSSOVER\n\n RSI_OVERBOUGHT\n\n RSI_OVERSOLD\n\n MACD_CROSSOVER\n\n BOLLINGER_BANDS_BREAKOUT\n\n TREND_REVERSAL\n\n PRICE_ACTION\n\n IMPLIED_VOLATILITY_SURGE\n\n BREAKOUT_ABOVE_RESISTANCE\n\n BREAKDOWN_BELOW_SUPPORT\n\n SUPPORT_LEVEL_HOLD\n\n RESISTANCE_LEVEL_HOLD\n\n FIBONACCI_RETRACEMENT\n\n STOCHASTIC_OVERSOLD\n\n STOCHASTIC_OVERBOUGHT\n\n PIVOT_POINT\n\n VOLUME_SURGE\n\n MEAN_REVERSION_LEVEL\n\n NEWS_SENTIMENT_CHANGE\n\n SENTIMENT_ANALYSIS_TRIGGER\n\n GAP_AND_GO_LONG\n\n GAP_AND_GO_SHORT\n\n GAP_FADE_LONG\n\n GAP_FADE_SHORT\n\n ORB_BREAKOUT\n\n ORB_BREAKDOWN\n\n VWAP_BOUNCE\n\n VWAP_REJECTION\n\n NO_EARLY_SIGNAL\n\n NO_SIGNAL\n}\n\nenum TradeStrategy {\n TECHNICAL_ANALYSIS\n\n TREND_FOLLOWING\n\n MEAN_REVERSION\n\n MOMENTUM_STRATEGY\n\n NEWS_BASED_STRATEGY\n\n SCALPING\n\n VOLATILITY_TRADING\n\n EVENT_DRIVEN\n\n BREAKOUT_STRATEGY\n\n ORDER_FLOW_TRADING\n\n OPTIONS_SPREAD\n\n NO_STRATEGY\n}\n\nenum TradeStatus {\n PENDING\n\n OPEN\n\n PARTIAL\n\n COMPLETED\n\n CANCELED\n\n SUPERSEDED\n\n REJECTED_BROKER\n\n REJECTED_COMPLIANCE\n\n FAILED\n}\n\nenum ActionType {\n BUY\n\n BUY_OPTION\n\n EXERCISE_OPTION\n\n SELL\n\n CANCEL\n\n ADJUST\n\n HEDGE\n}\n\nenum ActionStatus {\n STAGED\n\n PENDING\n\n EXECUTED\n\n COMPLETED\n\n CANCELED\n}\n\n";
|
|
1
|
+
export declare const TradeTypeString = "\n// Your response should adhere to the following type definition for the \"Trade\" type.\n// Importantly, DO NOT include any annotations in your response (i.e., remove the ones we have provided for your reference below).\n\nexport type Trade = {\n // Signal that triggered the trade.\n signal: TradeSignal;\n // Strategy used to execute the trade.\n strategy: TradeStrategy;\n // summary of the trade decision (this should be a short description of the trade).\n summary: string;\n // Confidence level in the trade decision.\n confidence: number;\n // Current status of the trade.\n status: TradeStatus;\n // The symbol of the asset associated with this trade.\n symbol: string;\n // List of actions associated with this trade.\n actions: {\n // Sequence number of the action within the trade.\n sequence: number;\n // Type of trade action, defined by ActionType enum.\n type: ActionType;\n // Additional notes or comments about the action.\n note: string;\n // Current status of the trade action.\n status: ActionStatus;\n }[];\n // Version number of the trade thesis, incremented on each re-underwriting.\n thesisVersion: number;\n // Forensic metadata populated when status is REJECTED_BROKER, REJECTED_COMPLIANCE, or FAILED. Carries reason, errorCode, brokerResponse, attemptedAt and any other contextual details required for SEC Rule 15c3-5 audits and FINRA review. Null for trades that did not fail or get rejected.\n rejectionMetadata?: any;\n // Wave 234 \u2014 Upstream ensemble signal source that produced this trade. One of \"ensemble\" | \"llm_only\" | \"transformer_only\" | \"drift_fallback\" | \"manual\". Populated at trade creation from `TradeSideAndSignal.metadata.signalSource`. Consumed at exit-fill time to populate `TradeOutcome.signalSource` (replacing the legacy hardcoded \"ensemble\" default in `order-fill-handler.ts:labelExitOutcomeFromFill`). Calibration trainer joins on this for cohort partition.\n signalSource?: string;\n};\n\nenum TradeSignal {\n GOLDEN_CROSS\n\n DEATH_CROSS\n\n MOVING_AVERAGE_CROSSOVER\n\n RSI_OVERBOUGHT\n\n RSI_OVERSOLD\n\n MACD_CROSSOVER\n\n BOLLINGER_BANDS_BREAKOUT\n\n TREND_REVERSAL\n\n PRICE_ACTION\n\n IMPLIED_VOLATILITY_SURGE\n\n BREAKOUT_ABOVE_RESISTANCE\n\n BREAKDOWN_BELOW_SUPPORT\n\n SUPPORT_LEVEL_HOLD\n\n RESISTANCE_LEVEL_HOLD\n\n FIBONACCI_RETRACEMENT\n\n STOCHASTIC_OVERSOLD\n\n STOCHASTIC_OVERBOUGHT\n\n PIVOT_POINT\n\n VOLUME_SURGE\n\n MEAN_REVERSION_LEVEL\n\n NEWS_SENTIMENT_CHANGE\n\n SENTIMENT_ANALYSIS_TRIGGER\n\n GAP_AND_GO_LONG\n\n GAP_AND_GO_SHORT\n\n GAP_FADE_LONG\n\n GAP_FADE_SHORT\n\n ORB_BREAKOUT\n\n ORB_BREAKDOWN\n\n VWAP_BOUNCE\n\n VWAP_REJECTION\n\n NO_EARLY_SIGNAL\n\n NO_SIGNAL\n}\n\nenum TradeStrategy {\n TECHNICAL_ANALYSIS\n\n TREND_FOLLOWING\n\n MEAN_REVERSION\n\n MOMENTUM_STRATEGY\n\n NEWS_BASED_STRATEGY\n\n SCALPING\n\n VOLATILITY_TRADING\n\n EVENT_DRIVEN\n\n BREAKOUT_STRATEGY\n\n ORDER_FLOW_TRADING\n\n OPTIONS_SPREAD\n\n NO_STRATEGY\n}\n\nenum TradeStatus {\n PENDING\n\n OPEN\n\n PARTIAL\n\n COMPLETED\n\n CANCELED\n\n SUPERSEDED\n\n REJECTED_BROKER\n\n REJECTED_COMPLIANCE\n\n FAILED\n}\n\nenum ActionType {\n BUY\n\n BUY_OPTION\n\n EXERCISE_OPTION\n\n SELL\n\n CANCEL\n\n ADJUST\n\n HEDGE\n}\n\nenum ActionStatus {\n STAGED\n\n PENDING\n\n EXECUTED\n\n COMPLETED\n\n CANCELED\n}\n\n";
|
|
2
2
|
//# sourceMappingURL=Trade.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Trade.d.ts","sourceRoot":"","sources":["../../../src/generated/typeStrings/Trade.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,eAAe,
|
|
1
|
+
{"version":3,"file":"Trade.d.ts","sourceRoot":"","sources":["../../../src/generated/typeStrings/Trade.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,eAAe,00GAgL3B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Trade.js","sourceRoot":"","sources":["../../../src/generated/typeStrings/Trade.ts"],"names":[],"mappings":";;;AAAa,QAAA,eAAe,GAAG
|
|
1
|
+
{"version":3,"file":"Trade.js","sourceRoot":"","sources":["../../../src/generated/typeStrings/Trade.ts"],"names":[],"mappings":";;;AAAa,QAAA,eAAe,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgL9B,CAAC"}
|
|
@@ -13,7 +13,7 @@ export declare const typeStrings: {
|
|
|
13
13
|
readonly verificationToken: "\n// Your response should adhere to the following type definition for the \"VerificationToken\" type.\n// Importantly, DO NOT include any annotations in your response (i.e., remove the ones we have provided for your reference below).\n\nexport type VerificationToken = {\n\n};\n\n";
|
|
14
14
|
readonly customer: "\n// Your response should adhere to the following type definition for the \"Customer\" type.\n// Importantly, DO NOT include any annotations in your response (i.e., remove the ones we have provided for your reference below).\n\nexport type Customer = {\n // Name of the customer.\n name?: string;\n // Subscription plan the customer is enrolled in.\n plan?: SubscriptionPlan;\n // End date of the current billing period in Stripe.\n stripeCurrentPeriodEnd?: Date;\n // KYC jurisdiction for the customer (ISO 3166-1 alpha-2 country code, e.g., \"US\", \"GB\"). Used by pre-trade compliance to enforce jurisdiction-restricted asset gates. Null for customers whose KYC has not yet been completed.\n jurisdiction?: string;\n // KYC risk profile classification for the customer (e.g., \"LOW\", \"MEDIUM\", \"HIGH\"). Used by pre-trade compliance to scale position-size and exposure limits. Null until risk assessment has been performed.\n riskProfile?: string;\n // Anti-money-laundering status for the customer (e.g., \"CLEAR\", \"FLAGGED\", \"BLOCKED\"). Used by pre-trade compliance to gate order entry. Null until AML screening has been performed.\n amlStatus?: string;\n // Timestamp of the last KYC review or update for this customer. Used by pre-trade compliance to enforce KYC-refresh policy. Null until first KYC review.\n lastKycUpdate?: Date;\n // List of users associated with the customer.\n users: {\n // The user's full name.\n name?: string;\n // The user's email address, must be unique.\n email?: string;\n }[];\n};\n\nenum SubscriptionPlan {\n FREE\n\n PRO\n\n INSTITUTION\n}\n\n";
|
|
15
15
|
readonly asset: "\n// Your response should adhere to the following type definition for the \"Asset\" type.\n// Importantly, DO NOT include any annotations in your response (i.e., remove the ones we have provided for your reference below).\n\nexport type Asset = {\n // Ticker symbol of the asset\n symbol: string;\n // Full name of the asset\n name: string;\n // Type of the asset, defined by AssetType enum.\n type: AssetType;\n};\n\nenum AssetType {\n STOCK\n\n ETF\n\n MUTUAL_FUND\n\n CRYPTOCURRENCY\n\n INDEX\n\n COMMODITY\n\n CURRENCY\n\n OPTION\n\n FUTURE\n\n BOND\n\n WARRANT\n\n ADR\n\n GDR\n\n UNIT\n\n RIGHT\n\n REIT\n\n STRUCTURED_PRODUCT\n\n SWAP\n\n SPOT\n\n FORWARD\n\n OTHER\n}\n\n";
|
|
16
|
-
readonly trade: "\n// Your response should adhere to the following type definition for the \"Trade\" type.\n// Importantly, DO NOT include any annotations in your response (i.e., remove the ones we have provided for your reference below).\n\nexport type Trade = {\n // Signal that triggered the trade.\n signal: TradeSignal;\n // Strategy used to execute the trade.\n strategy: TradeStrategy;\n // summary of the trade decision (this should be a short description of the trade).\n summary: string;\n // Confidence level in the trade decision.\n confidence: number;\n // Current status of the trade.\n status: TradeStatus;\n // The symbol of the asset associated with this trade.\n symbol: string;\n // List of actions associated with this trade.\n actions: {\n // Sequence number of the action within the trade.\n sequence: number;\n // Type of trade action, defined by ActionType enum.\n type: ActionType;\n // Additional notes or comments about the action.\n note: string;\n // Current status of the trade action.\n status: ActionStatus;\n }[];\n // Version number of the trade thesis, incremented on each re-underwriting.\n thesisVersion: number;\n // Forensic metadata populated when status is REJECTED_BROKER, REJECTED_COMPLIANCE, or FAILED. Carries reason, errorCode, brokerResponse, attemptedAt and any other contextual details required for SEC Rule 15c3-5 audits and FINRA review. Null for trades that did not fail or get rejected.\n rejectionMetadata?: any;\n};\n\nenum TradeSignal {\n GOLDEN_CROSS\n\n DEATH_CROSS\n\n MOVING_AVERAGE_CROSSOVER\n\n RSI_OVERBOUGHT\n\n RSI_OVERSOLD\n\n MACD_CROSSOVER\n\n BOLLINGER_BANDS_BREAKOUT\n\n TREND_REVERSAL\n\n PRICE_ACTION\n\n IMPLIED_VOLATILITY_SURGE\n\n BREAKOUT_ABOVE_RESISTANCE\n\n BREAKDOWN_BELOW_SUPPORT\n\n SUPPORT_LEVEL_HOLD\n\n RESISTANCE_LEVEL_HOLD\n\n FIBONACCI_RETRACEMENT\n\n STOCHASTIC_OVERSOLD\n\n STOCHASTIC_OVERBOUGHT\n\n PIVOT_POINT\n\n VOLUME_SURGE\n\n MEAN_REVERSION_LEVEL\n\n NEWS_SENTIMENT_CHANGE\n\n SENTIMENT_ANALYSIS_TRIGGER\n\n GAP_AND_GO_LONG\n\n GAP_AND_GO_SHORT\n\n GAP_FADE_LONG\n\n GAP_FADE_SHORT\n\n ORB_BREAKOUT\n\n ORB_BREAKDOWN\n\n VWAP_BOUNCE\n\n VWAP_REJECTION\n\n NO_EARLY_SIGNAL\n\n NO_SIGNAL\n}\n\nenum TradeStrategy {\n TECHNICAL_ANALYSIS\n\n TREND_FOLLOWING\n\n MEAN_REVERSION\n\n MOMENTUM_STRATEGY\n\n NEWS_BASED_STRATEGY\n\n SCALPING\n\n VOLATILITY_TRADING\n\n EVENT_DRIVEN\n\n BREAKOUT_STRATEGY\n\n ORDER_FLOW_TRADING\n\n OPTIONS_SPREAD\n\n NO_STRATEGY\n}\n\nenum TradeStatus {\n PENDING\n\n OPEN\n\n PARTIAL\n\n COMPLETED\n\n CANCELED\n\n SUPERSEDED\n\n REJECTED_BROKER\n\n REJECTED_COMPLIANCE\n\n FAILED\n}\n\nenum ActionType {\n BUY\n\n BUY_OPTION\n\n EXERCISE_OPTION\n\n SELL\n\n CANCEL\n\n ADJUST\n\n HEDGE\n}\n\nenum ActionStatus {\n STAGED\n\n PENDING\n\n EXECUTED\n\n COMPLETED\n\n CANCELED\n}\n\n";
|
|
16
|
+
readonly trade: "\n// Your response should adhere to the following type definition for the \"Trade\" type.\n// Importantly, DO NOT include any annotations in your response (i.e., remove the ones we have provided for your reference below).\n\nexport type Trade = {\n // Signal that triggered the trade.\n signal: TradeSignal;\n // Strategy used to execute the trade.\n strategy: TradeStrategy;\n // summary of the trade decision (this should be a short description of the trade).\n summary: string;\n // Confidence level in the trade decision.\n confidence: number;\n // Current status of the trade.\n status: TradeStatus;\n // The symbol of the asset associated with this trade.\n symbol: string;\n // List of actions associated with this trade.\n actions: {\n // Sequence number of the action within the trade.\n sequence: number;\n // Type of trade action, defined by ActionType enum.\n type: ActionType;\n // Additional notes or comments about the action.\n note: string;\n // Current status of the trade action.\n status: ActionStatus;\n }[];\n // Version number of the trade thesis, incremented on each re-underwriting.\n thesisVersion: number;\n // Forensic metadata populated when status is REJECTED_BROKER, REJECTED_COMPLIANCE, or FAILED. Carries reason, errorCode, brokerResponse, attemptedAt and any other contextual details required for SEC Rule 15c3-5 audits and FINRA review. Null for trades that did not fail or get rejected.\n rejectionMetadata?: any;\n // Wave 234 — Upstream ensemble signal source that produced this trade. One of \"ensemble\" | \"llm_only\" | \"transformer_only\" | \"drift_fallback\" | \"manual\". Populated at trade creation from `TradeSideAndSignal.metadata.signalSource`. Consumed at exit-fill time to populate `TradeOutcome.signalSource` (replacing the legacy hardcoded \"ensemble\" default in `order-fill-handler.ts:labelExitOutcomeFromFill`). Calibration trainer joins on this for cohort partition.\n signalSource?: string;\n};\n\nenum TradeSignal {\n GOLDEN_CROSS\n\n DEATH_CROSS\n\n MOVING_AVERAGE_CROSSOVER\n\n RSI_OVERBOUGHT\n\n RSI_OVERSOLD\n\n MACD_CROSSOVER\n\n BOLLINGER_BANDS_BREAKOUT\n\n TREND_REVERSAL\n\n PRICE_ACTION\n\n IMPLIED_VOLATILITY_SURGE\n\n BREAKOUT_ABOVE_RESISTANCE\n\n BREAKDOWN_BELOW_SUPPORT\n\n SUPPORT_LEVEL_HOLD\n\n RESISTANCE_LEVEL_HOLD\n\n FIBONACCI_RETRACEMENT\n\n STOCHASTIC_OVERSOLD\n\n STOCHASTIC_OVERBOUGHT\n\n PIVOT_POINT\n\n VOLUME_SURGE\n\n MEAN_REVERSION_LEVEL\n\n NEWS_SENTIMENT_CHANGE\n\n SENTIMENT_ANALYSIS_TRIGGER\n\n GAP_AND_GO_LONG\n\n GAP_AND_GO_SHORT\n\n GAP_FADE_LONG\n\n GAP_FADE_SHORT\n\n ORB_BREAKOUT\n\n ORB_BREAKDOWN\n\n VWAP_BOUNCE\n\n VWAP_REJECTION\n\n NO_EARLY_SIGNAL\n\n NO_SIGNAL\n}\n\nenum TradeStrategy {\n TECHNICAL_ANALYSIS\n\n TREND_FOLLOWING\n\n MEAN_REVERSION\n\n MOMENTUM_STRATEGY\n\n NEWS_BASED_STRATEGY\n\n SCALPING\n\n VOLATILITY_TRADING\n\n EVENT_DRIVEN\n\n BREAKOUT_STRATEGY\n\n ORDER_FLOW_TRADING\n\n OPTIONS_SPREAD\n\n NO_STRATEGY\n}\n\nenum TradeStatus {\n PENDING\n\n OPEN\n\n PARTIAL\n\n COMPLETED\n\n CANCELED\n\n SUPERSEDED\n\n REJECTED_BROKER\n\n REJECTED_COMPLIANCE\n\n FAILED\n}\n\nenum ActionType {\n BUY\n\n BUY_OPTION\n\n EXERCISE_OPTION\n\n SELL\n\n CANCEL\n\n ADJUST\n\n HEDGE\n}\n\nenum ActionStatus {\n STAGED\n\n PENDING\n\n EXECUTED\n\n COMPLETED\n\n CANCELED\n}\n\n";
|
|
17
17
|
readonly action: "\n// Your response should adhere to the following type definition for the \"Action\" type.\n// Importantly, DO NOT include any annotations in your response (i.e., remove the ones we have provided for your reference below).\n\nexport type Action = {\n // Sequence number of the action within the trade.\n sequence: number;\n // Type of trade action, defined by ActionType enum.\n type: ActionType;\n // Whether the action is the primary action for the trade.\n primary: boolean;\n // Additional notes or comments about the action.\n note: string;\n // Current status of the trade action.\n status: ActionStatus;\n};\n\nenum ActionType {\n BUY\n\n BUY_OPTION\n\n EXERCISE_OPTION\n\n SELL\n\n CANCEL\n\n ADJUST\n\n HEDGE\n}\n\nenum ActionStatus {\n STAGED\n\n PENDING\n\n EXECUTED\n\n COMPLETED\n\n CANCELED\n}\n\n";
|
|
18
18
|
readonly alert: "\n// Your response should adhere to the following type definition for the \"Alert\" type.\n// Importantly, DO NOT include any annotations in your response (i.e., remove the ones we have provided for your reference below).\n\nexport type Alert = {\n // Title/summary of the alert.\n title?: string;\n // Message content of the alert.\n message: string;\n // Type of the alert, defined by AlertType enum.\n type: AlertType;\n // Severity level of the alert, defined by AlertSeverity enum.\n severity: AlertSeverity;\n // Category/domain of the alert, defined by AlertCategory enum.\n category: AlertCategory;\n // Lifecycle status of the alert, defined by AlertStatus enum.\n status: AlertStatus;\n // Indicates whether the alert has been read by the user.\n isRead: boolean;\n // Number of retry attempts for alert-related operations.\n retryCount: number;\n // Additional metadata for the alert stored as JSON.\n metadata?: any;\n};\n\nenum AlertType {\n SUCCESS\n\n WARNING\n\n ERROR\n\n INFO\n}\n\nenum AlertSeverity {\n LOW\n\n MEDIUM\n\n HIGH\n\n CRITICAL\n}\n\nenum AlertCategory {\n EVENT_RISK\n\n MARKET_RISK\n\n SYSTEM\n\n TRADE\n\n PORTFOLIO\n}\n\nenum AlertStatus {\n ACTIVE\n\n ACKNOWLEDGED\n\n RESOLVED\n\n SUPPRESSED\n}\n\n";
|
|
19
19
|
readonly newsArticle: "\n// Your response should adhere to the following type definition for the \"NewsArticle\" type.\n// Importantly, DO NOT include any annotations in your response (i.e., remove the ones we have provided for your reference below).\n\nexport type NewsArticle = {\n // Title of the news article.\n title: string;\n // Full content of the news article.\n content?: string;\n // Source of the news article (e.g., Bloomberg, Reuters).\n source: string;\n // Domain of the source website.\n sourceDomain?: string;\n // URL to the original news article, must be unique.\n url: string;\n // Sentiment analysis result of the article.\n sentiment: string;\n // List of authors who wrote the article.\n authors: string[];\n // Summary or abstract of the news article.\n summary?: string;\n // URL to the banner image of the article.\n bannerImage?: string;\n // Publication time of the article.\n timePublished: string;\n // Category or genre of the news article.\n category?: string;\n // Topics covered in the news article.\n topics: string[];\n // URL to the logo image of the news source.\n logo?: string;\n};\n\n";
|