@adaptic/backend-legacy 0.0.979 → 0.0.980
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Account.cjs +60 -0
- package/AccountLinkingRequest.cjs +60 -0
- package/AccountRiskMetrics.cjs +51 -0
- package/Alert.cjs +51 -0
- package/Allocation.cjs +51 -0
- package/AlpacaAccount.cjs +42 -0
- package/Authenticator.cjs +60 -0
- package/Customer.cjs +60 -0
- package/LinkedProvider.cjs +60 -0
- package/LlmConfiguration.cjs +60 -0
- package/PolicyOverlay.cjs +180 -0
- package/RiskEscalationEvent.cjs +51 -0
- package/Session.cjs +60 -0
- package/StrategyHealthSnapshot.cjs +39 -0
- package/TradingPolicy.cjs +51 -0
- package/User.cjs +51 -0
- package/WaitlistEntry.cjs +60 -0
- package/esm/Account.d.ts.map +1 -1
- package/esm/Account.js.map +1 -1
- package/esm/Account.mjs +60 -0
- package/esm/AccountLinkingRequest.d.ts.map +1 -1
- package/esm/AccountLinkingRequest.js.map +1 -1
- package/esm/AccountLinkingRequest.mjs +60 -0
- package/esm/AccountRiskMetrics.d.ts.map +1 -1
- package/esm/AccountRiskMetrics.js.map +1 -1
- package/esm/AccountRiskMetrics.mjs +51 -0
- package/esm/Alert.d.ts.map +1 -1
- package/esm/Alert.js.map +1 -1
- package/esm/Alert.mjs +51 -0
- package/esm/Allocation.d.ts.map +1 -1
- package/esm/Allocation.js.map +1 -1
- package/esm/Allocation.mjs +51 -0
- package/esm/AlpacaAccount.d.ts.map +1 -1
- package/esm/AlpacaAccount.js.map +1 -1
- package/esm/AlpacaAccount.mjs +42 -0
- package/esm/Authenticator.d.ts.map +1 -1
- package/esm/Authenticator.js.map +1 -1
- package/esm/Authenticator.mjs +60 -0
- package/esm/Customer.d.ts.map +1 -1
- package/esm/Customer.js.map +1 -1
- package/esm/Customer.mjs +60 -0
- package/esm/LinkedProvider.d.ts.map +1 -1
- package/esm/LinkedProvider.js.map +1 -1
- package/esm/LinkedProvider.mjs +60 -0
- package/esm/LlmConfiguration.d.ts.map +1 -1
- package/esm/LlmConfiguration.js.map +1 -1
- package/esm/LlmConfiguration.mjs +60 -0
- package/esm/PolicyOverlay.d.ts.map +1 -1
- package/esm/PolicyOverlay.js.map +1 -1
- package/esm/PolicyOverlay.mjs +180 -0
- package/esm/RiskEscalationEvent.d.ts.map +1 -1
- package/esm/RiskEscalationEvent.js.map +1 -1
- package/esm/RiskEscalationEvent.mjs +51 -0
- package/esm/Session.d.ts.map +1 -1
- package/esm/Session.js.map +1 -1
- package/esm/Session.mjs +60 -0
- package/esm/StrategyHealthSnapshot.d.ts.map +1 -1
- package/esm/StrategyHealthSnapshot.js.map +1 -1
- package/esm/StrategyHealthSnapshot.mjs +39 -0
- package/esm/TradingPolicy.d.ts.map +1 -1
- package/esm/TradingPolicy.js.map +1 -1
- package/esm/TradingPolicy.mjs +51 -0
- package/esm/User.d.ts.map +1 -1
- package/esm/User.js.map +1 -1
- package/esm/User.mjs +51 -0
- package/esm/WaitlistEntry.d.ts.map +1 -1
- package/esm/WaitlistEntry.js.map +1 -1
- package/esm/WaitlistEntry.mjs +60 -0
- package/esm/generated/selectionSets/StrategyHealthSnapshot.d.ts +1 -1
- package/esm/generated/selectionSets/StrategyHealthSnapshot.d.ts.map +1 -1
- package/esm/generated/selectionSets/StrategyHealthSnapshot.js.map +1 -1
- package/esm/generated/selectionSets/StrategyHealthSnapshot.mjs +3 -0
- package/esm/generated/typeStrings/StrategyHealthSnapshot.d.ts +1 -1
- package/esm/generated/typeStrings/StrategyHealthSnapshot.d.ts.map +1 -1
- package/esm/generated/typeStrings/StrategyHealthSnapshot.js.map +1 -1
- package/esm/generated/typeStrings/StrategyHealthSnapshot.mjs +3 -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 +26 -26
- package/esm/generated/typegraphql-prisma/enums/StrategyHealthSnapshotScalarFieldEnum.d.ts +3 -0
- package/esm/generated/typegraphql-prisma/enums/StrategyHealthSnapshotScalarFieldEnum.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/enums/StrategyHealthSnapshotScalarFieldEnum.js.map +1 -1
- package/esm/generated/typegraphql-prisma/enums/StrategyHealthSnapshotScalarFieldEnum.mjs +3 -0
- package/esm/generated/typegraphql-prisma/models/StrategyHealthSnapshot.d.ts +3 -0
- package/esm/generated/typegraphql-prisma/models/StrategyHealthSnapshot.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/models/StrategyHealthSnapshot.js.map +1 -1
- package/esm/generated/typegraphql-prisma/models/StrategyHealthSnapshot.mjs +21 -0
- package/esm/generated/typegraphql-prisma/resolvers/crud/StrategyHealthSnapshot/args/FindFirstStrategyHealthSnapshotArgs.d.ts +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/crud/StrategyHealthSnapshot/args/FindFirstStrategyHealthSnapshotArgs.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/crud/StrategyHealthSnapshot/args/FindFirstStrategyHealthSnapshotArgs.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/crud/StrategyHealthSnapshot/args/FindFirstStrategyHealthSnapshotOrThrowArgs.d.ts +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/crud/StrategyHealthSnapshot/args/FindFirstStrategyHealthSnapshotOrThrowArgs.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/crud/StrategyHealthSnapshot/args/FindFirstStrategyHealthSnapshotOrThrowArgs.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/crud/StrategyHealthSnapshot/args/FindManyStrategyHealthSnapshotArgs.d.ts +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/crud/StrategyHealthSnapshot/args/FindManyStrategyHealthSnapshotArgs.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/crud/StrategyHealthSnapshot/args/FindManyStrategyHealthSnapshotArgs.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/crud/StrategyHealthSnapshot/args/GroupByStrategyHealthSnapshotArgs.d.ts +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/crud/StrategyHealthSnapshot/args/GroupByStrategyHealthSnapshotArgs.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/crud/StrategyHealthSnapshot/args/GroupByStrategyHealthSnapshotArgs.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotAvgOrderByAggregateInput.d.ts +3 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotAvgOrderByAggregateInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotAvgOrderByAggregateInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotAvgOrderByAggregateInput.mjs +21 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotCountOrderByAggregateInput.d.ts +3 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotCountOrderByAggregateInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotCountOrderByAggregateInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotCountOrderByAggregateInput.mjs +21 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotCreateInput.d.ts +3 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotCreateInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotCreateInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotCreateInput.mjs +21 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotCreateManyAlpacaAccountInput.d.ts +3 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotCreateManyAlpacaAccountInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotCreateManyAlpacaAccountInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotCreateManyAlpacaAccountInput.mjs +21 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotCreateManyInput.d.ts +3 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotCreateManyInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotCreateManyInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotCreateManyInput.mjs +21 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotCreateWithoutAlpacaAccountInput.d.ts +3 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotCreateWithoutAlpacaAccountInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotCreateWithoutAlpacaAccountInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotCreateWithoutAlpacaAccountInput.mjs +21 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotMaxOrderByAggregateInput.d.ts +3 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotMaxOrderByAggregateInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotMaxOrderByAggregateInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotMaxOrderByAggregateInput.mjs +21 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotMinOrderByAggregateInput.d.ts +3 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotMinOrderByAggregateInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotMinOrderByAggregateInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotMinOrderByAggregateInput.mjs +21 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotOrderByWithAggregationInput.d.ts +3 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotOrderByWithAggregationInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotOrderByWithAggregationInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotOrderByWithAggregationInput.mjs +21 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotOrderByWithRelationInput.d.ts +3 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotOrderByWithRelationInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotOrderByWithRelationInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotOrderByWithRelationInput.mjs +21 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotScalarWhereInput.d.ts +4 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotScalarWhereInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotScalarWhereInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotScalarWhereInput.mjs +22 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotScalarWhereWithAggregatesInput.d.ts +4 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotScalarWhereWithAggregatesInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotScalarWhereWithAggregatesInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotScalarWhereWithAggregatesInput.mjs +22 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotSumOrderByAggregateInput.d.ts +3 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotSumOrderByAggregateInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotSumOrderByAggregateInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotSumOrderByAggregateInput.mjs +21 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotUpdateInput.d.ts +4 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotUpdateInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotUpdateInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotUpdateInput.mjs +22 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotUpdateManyMutationInput.d.ts +4 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotUpdateManyMutationInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotUpdateManyMutationInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotUpdateManyMutationInput.mjs +22 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotUpdateWithoutAlpacaAccountInput.d.ts +4 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotUpdateWithoutAlpacaAccountInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotUpdateWithoutAlpacaAccountInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotUpdateWithoutAlpacaAccountInput.mjs +22 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotWhereInput.d.ts +4 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotWhereInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotWhereInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotWhereInput.mjs +22 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotWhereUniqueInput.d.ts +4 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotWhereUniqueInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotWhereUniqueInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotWhereUniqueInput.mjs +22 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnStrategyHealthSnapshot.d.ts +3 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnStrategyHealthSnapshot.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnStrategyHealthSnapshot.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnStrategyHealthSnapshot.mjs +21 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/StrategyHealthSnapshotAvgAggregate.d.ts +3 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/StrategyHealthSnapshotAvgAggregate.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/StrategyHealthSnapshotAvgAggregate.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/StrategyHealthSnapshotAvgAggregate.mjs +21 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/StrategyHealthSnapshotCountAggregate.d.ts +3 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/StrategyHealthSnapshotCountAggregate.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/StrategyHealthSnapshotCountAggregate.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/StrategyHealthSnapshotCountAggregate.mjs +21 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/StrategyHealthSnapshotGroupBy.d.ts +3 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/StrategyHealthSnapshotGroupBy.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/StrategyHealthSnapshotGroupBy.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/StrategyHealthSnapshotGroupBy.mjs +21 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/StrategyHealthSnapshotMaxAggregate.d.ts +3 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/StrategyHealthSnapshotMaxAggregate.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/StrategyHealthSnapshotMaxAggregate.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/StrategyHealthSnapshotMaxAggregate.mjs +21 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/StrategyHealthSnapshotMinAggregate.d.ts +3 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/StrategyHealthSnapshotMinAggregate.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/StrategyHealthSnapshotMinAggregate.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/StrategyHealthSnapshotMinAggregate.mjs +21 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/StrategyHealthSnapshotSumAggregate.d.ts +3 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/StrategyHealthSnapshotSumAggregate.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/StrategyHealthSnapshotSumAggregate.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/StrategyHealthSnapshotSumAggregate.mjs +21 -0
- package/esm/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/args/AlpacaAccountStrategyHealthSnapshotsArgs.d.ts +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/args/AlpacaAccountStrategyHealthSnapshotsArgs.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/args/AlpacaAccountStrategyHealthSnapshotsArgs.js.map +1 -1
- package/esm/index.d.ts.map +1 -1
- package/generated/typeStrings/StrategyHealthSnapshot.cjs +3 -0
- package/generated/typeStrings/StrategyHealthSnapshot.d.ts +1 -1
- package/generated/typeStrings/StrategyHealthSnapshot.d.ts.map +1 -1
- package/generated/typeStrings/StrategyHealthSnapshot.js.map +1 -1
- package/generated/typeStrings/index.d.ts +1 -1
- package/generated/typegraphql-prisma/enhance.cjs +26 -26
- package/generated/typegraphql-prisma/enhance.js.map +1 -1
- package/generated/typegraphql-prisma/enums/StrategyHealthSnapshotScalarFieldEnum.cjs +3 -0
- package/generated/typegraphql-prisma/enums/StrategyHealthSnapshotScalarFieldEnum.d.ts +3 -0
- package/generated/typegraphql-prisma/enums/StrategyHealthSnapshotScalarFieldEnum.d.ts.map +1 -1
- package/generated/typegraphql-prisma/enums/StrategyHealthSnapshotScalarFieldEnum.js.map +1 -1
- package/generated/typegraphql-prisma/models/StrategyHealthSnapshot.cjs +18 -0
- package/generated/typegraphql-prisma/models/StrategyHealthSnapshot.d.ts +3 -0
- package/generated/typegraphql-prisma/models/StrategyHealthSnapshot.d.ts.map +1 -1
- package/generated/typegraphql-prisma/models/StrategyHealthSnapshot.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/StrategyHealthSnapshot/args/FindFirstStrategyHealthSnapshotArgs.d.ts +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/StrategyHealthSnapshot/args/FindFirstStrategyHealthSnapshotArgs.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/StrategyHealthSnapshot/args/FindFirstStrategyHealthSnapshotArgs.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/StrategyHealthSnapshot/args/FindFirstStrategyHealthSnapshotOrThrowArgs.d.ts +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/StrategyHealthSnapshot/args/FindFirstStrategyHealthSnapshotOrThrowArgs.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/StrategyHealthSnapshot/args/FindFirstStrategyHealthSnapshotOrThrowArgs.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/StrategyHealthSnapshot/args/FindManyStrategyHealthSnapshotArgs.d.ts +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/StrategyHealthSnapshot/args/FindManyStrategyHealthSnapshotArgs.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/StrategyHealthSnapshot/args/FindManyStrategyHealthSnapshotArgs.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/StrategyHealthSnapshot/args/GroupByStrategyHealthSnapshotArgs.d.ts +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/StrategyHealthSnapshot/args/GroupByStrategyHealthSnapshotArgs.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/StrategyHealthSnapshot/args/GroupByStrategyHealthSnapshotArgs.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotAvgOrderByAggregateInput.cjs +18 -0
- package/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotAvgOrderByAggregateInput.d.ts +3 -0
- package/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotAvgOrderByAggregateInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotAvgOrderByAggregateInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotCountOrderByAggregateInput.cjs +18 -0
- package/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotCountOrderByAggregateInput.d.ts +3 -0
- package/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotCountOrderByAggregateInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotCountOrderByAggregateInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotCreateInput.cjs +18 -0
- package/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotCreateInput.d.ts +3 -0
- package/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotCreateInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotCreateInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotCreateManyAlpacaAccountInput.cjs +18 -0
- package/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotCreateManyAlpacaAccountInput.d.ts +3 -0
- package/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotCreateManyAlpacaAccountInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotCreateManyAlpacaAccountInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotCreateManyInput.cjs +18 -0
- package/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotCreateManyInput.d.ts +3 -0
- package/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotCreateManyInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotCreateManyInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotCreateWithoutAlpacaAccountInput.cjs +18 -0
- package/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotCreateWithoutAlpacaAccountInput.d.ts +3 -0
- package/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotCreateWithoutAlpacaAccountInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotCreateWithoutAlpacaAccountInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotMaxOrderByAggregateInput.cjs +18 -0
- package/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotMaxOrderByAggregateInput.d.ts +3 -0
- package/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotMaxOrderByAggregateInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotMaxOrderByAggregateInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotMinOrderByAggregateInput.cjs +18 -0
- package/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotMinOrderByAggregateInput.d.ts +3 -0
- package/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotMinOrderByAggregateInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotMinOrderByAggregateInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotOrderByWithAggregationInput.cjs +18 -0
- package/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotOrderByWithAggregationInput.d.ts +3 -0
- package/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotOrderByWithAggregationInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotOrderByWithAggregationInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotOrderByWithRelationInput.cjs +18 -0
- package/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotOrderByWithRelationInput.d.ts +3 -0
- package/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotOrderByWithRelationInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotOrderByWithRelationInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotScalarWhereInput.cjs +19 -0
- package/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotScalarWhereInput.d.ts +4 -0
- package/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotScalarWhereInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotScalarWhereInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotScalarWhereWithAggregatesInput.cjs +19 -0
- package/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotScalarWhereWithAggregatesInput.d.ts +4 -0
- package/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotScalarWhereWithAggregatesInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotScalarWhereWithAggregatesInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotSumOrderByAggregateInput.cjs +18 -0
- package/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotSumOrderByAggregateInput.d.ts +3 -0
- package/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotSumOrderByAggregateInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotSumOrderByAggregateInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotUpdateInput.cjs +19 -0
- package/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotUpdateInput.d.ts +4 -0
- package/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotUpdateInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotUpdateInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotUpdateManyMutationInput.cjs +19 -0
- package/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotUpdateManyMutationInput.d.ts +4 -0
- package/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotUpdateManyMutationInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotUpdateManyMutationInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotUpdateWithoutAlpacaAccountInput.cjs +19 -0
- package/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotUpdateWithoutAlpacaAccountInput.d.ts +4 -0
- package/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotUpdateWithoutAlpacaAccountInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotUpdateWithoutAlpacaAccountInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotWhereInput.cjs +19 -0
- package/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotWhereInput.d.ts +4 -0
- package/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotWhereInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotWhereInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotWhereUniqueInput.cjs +19 -0
- package/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotWhereUniqueInput.d.ts +4 -0
- package/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotWhereUniqueInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/StrategyHealthSnapshotWhereUniqueInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnStrategyHealthSnapshot.cjs +18 -0
- package/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnStrategyHealthSnapshot.d.ts +3 -0
- package/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnStrategyHealthSnapshot.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnStrategyHealthSnapshot.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/StrategyHealthSnapshotAvgAggregate.cjs +18 -0
- package/generated/typegraphql-prisma/resolvers/outputs/StrategyHealthSnapshotAvgAggregate.d.ts +3 -0
- package/generated/typegraphql-prisma/resolvers/outputs/StrategyHealthSnapshotAvgAggregate.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/StrategyHealthSnapshotAvgAggregate.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/StrategyHealthSnapshotCountAggregate.cjs +18 -0
- package/generated/typegraphql-prisma/resolvers/outputs/StrategyHealthSnapshotCountAggregate.d.ts +3 -0
- package/generated/typegraphql-prisma/resolvers/outputs/StrategyHealthSnapshotCountAggregate.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/StrategyHealthSnapshotCountAggregate.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/StrategyHealthSnapshotGroupBy.cjs +18 -0
- package/generated/typegraphql-prisma/resolvers/outputs/StrategyHealthSnapshotGroupBy.d.ts +3 -0
- package/generated/typegraphql-prisma/resolvers/outputs/StrategyHealthSnapshotGroupBy.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/StrategyHealthSnapshotGroupBy.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/StrategyHealthSnapshotMaxAggregate.cjs +18 -0
- package/generated/typegraphql-prisma/resolvers/outputs/StrategyHealthSnapshotMaxAggregate.d.ts +3 -0
- package/generated/typegraphql-prisma/resolvers/outputs/StrategyHealthSnapshotMaxAggregate.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/StrategyHealthSnapshotMaxAggregate.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/StrategyHealthSnapshotMinAggregate.cjs +18 -0
- package/generated/typegraphql-prisma/resolvers/outputs/StrategyHealthSnapshotMinAggregate.d.ts +3 -0
- package/generated/typegraphql-prisma/resolvers/outputs/StrategyHealthSnapshotMinAggregate.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/StrategyHealthSnapshotMinAggregate.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/StrategyHealthSnapshotSumAggregate.cjs +18 -0
- package/generated/typegraphql-prisma/resolvers/outputs/StrategyHealthSnapshotSumAggregate.d.ts +3 -0
- package/generated/typegraphql-prisma/resolvers/outputs/StrategyHealthSnapshotSumAggregate.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/StrategyHealthSnapshotSumAggregate.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/args/AlpacaAccountStrategyHealthSnapshotsArgs.d.ts +1 -1
- package/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/args/AlpacaAccountStrategyHealthSnapshotsArgs.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/args/AlpacaAccountStrategyHealthSnapshotsArgs.js.map +1 -1
- package/package.json +1 -1
package/esm/generated/typegraphql-prisma/resolvers/outputs/StrategyHealthSnapshotSumAggregate.d.ts
CHANGED
|
@@ -9,6 +9,9 @@ export declare class StrategyHealthSnapshotSumAggregate {
|
|
|
9
9
|
windowMaxDrawdownPct: Prisma.Decimal | null;
|
|
10
10
|
windowCumulativePnlAmt: Prisma.Decimal | null;
|
|
11
11
|
backtestExpectancy: Prisma.Decimal | null;
|
|
12
|
+
backtestHitRate: number | null;
|
|
13
|
+
backtestHitRateStdDev: number | null;
|
|
14
|
+
backtestExpectancyStdDev: number | null;
|
|
12
15
|
divergenceZScore: Prisma.Decimal | null;
|
|
13
16
|
averageConfidence: Prisma.Decimal | null;
|
|
14
17
|
confidenceTrend: Prisma.Decimal | null;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StrategyHealthSnapshotSumAggregate.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/StrategyHealthSnapshotSumAggregate.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAC;AAGxC,qBACa,kCAAkC;IAI7C,UAAU,EAAG,MAAM,GAAG,IAAI,CAAC;IAK3B,gBAAgB,EAAG,MAAM,GAAG,IAAI,CAAC;IAKjC,aAAa,EAAG,MAAM,CAAC,OAAO,GAAG,IAAI,CAAC;IAKtC,gBAAgB,EAAG,MAAM,CAAC,OAAO,GAAG,IAAI,CAAC;IAKzC,kBAAkB,EAAG,MAAM,CAAC,OAAO,GAAG,IAAI,CAAC;IAK3C,aAAa,EAAG,MAAM,CAAC,OAAO,GAAG,IAAI,CAAC;IAKtC,oBAAoB,EAAG,MAAM,CAAC,OAAO,GAAG,IAAI,CAAC;IAK7C,sBAAsB,EAAG,MAAM,CAAC,OAAO,GAAG,IAAI,CAAC;IAK/C,kBAAkB,EAAG,MAAM,CAAC,OAAO,GAAG,IAAI,CAAC;IAK3C,gBAAgB,EAAG,MAAM,CAAC,OAAO,GAAG,IAAI,CAAC;IAKzC,iBAAiB,EAAG,MAAM,CAAC,OAAO,GAAG,IAAI,CAAC;IAK1C,eAAe,EAAG,MAAM,CAAC,OAAO,GAAG,IAAI,CAAC;CACzC"}
|
|
1
|
+
{"version":3,"file":"StrategyHealthSnapshotSumAggregate.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/StrategyHealthSnapshotSumAggregate.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAC;AAGxC,qBACa,kCAAkC;IAI7C,UAAU,EAAG,MAAM,GAAG,IAAI,CAAC;IAK3B,gBAAgB,EAAG,MAAM,GAAG,IAAI,CAAC;IAKjC,aAAa,EAAG,MAAM,CAAC,OAAO,GAAG,IAAI,CAAC;IAKtC,gBAAgB,EAAG,MAAM,CAAC,OAAO,GAAG,IAAI,CAAC;IAKzC,kBAAkB,EAAG,MAAM,CAAC,OAAO,GAAG,IAAI,CAAC;IAK3C,aAAa,EAAG,MAAM,CAAC,OAAO,GAAG,IAAI,CAAC;IAKtC,oBAAoB,EAAG,MAAM,CAAC,OAAO,GAAG,IAAI,CAAC;IAK7C,sBAAsB,EAAG,MAAM,CAAC,OAAO,GAAG,IAAI,CAAC;IAK/C,kBAAkB,EAAG,MAAM,CAAC,OAAO,GAAG,IAAI,CAAC;IAK3C,eAAe,EAAG,MAAM,GAAG,IAAI,CAAC;IAKhC,qBAAqB,EAAG,MAAM,GAAG,IAAI,CAAC;IAKtC,wBAAwB,EAAG,MAAM,GAAG,IAAI,CAAC;IAKzC,gBAAgB,EAAG,MAAM,CAAC,OAAO,GAAG,IAAI,CAAC;IAKzC,iBAAiB,EAAG,MAAM,CAAC,OAAO,GAAG,IAAI,CAAC;IAK1C,eAAe,EAAG,MAAM,CAAC,OAAO,GAAG,IAAI,CAAC;CACzC"}
|
package/esm/generated/typegraphql-prisma/resolvers/outputs/StrategyHealthSnapshotSumAggregate.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StrategyHealthSnapshotSumAggregate.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/StrategyHealthSnapshotSumAggregate.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAG5C,OAAO,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AAGzC,IAAM,kCAAkC,GAAxC,MAAM,kCAAkC;IAI7C,UAAU,CAAiB;IAK3B,gBAAgB,CAAiB;IAKjC,aAAa,CAAyB;IAKtC,gBAAgB,CAAyB;IAKzC,kBAAkB,CAAyB;IAK3C,aAAa,CAAyB;IAKtC,oBAAoB,CAAyB;IAK7C,sBAAsB,CAAyB;IAK/C,kBAAkB,CAAyB;IAK3C,gBAAgB,CAAyB;IAKzC,iBAAiB,CAAyB;IAK1C,eAAe,CAAyB;CACzC,CAAA;
|
|
1
|
+
{"version":3,"file":"StrategyHealthSnapshotSumAggregate.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/StrategyHealthSnapshotSumAggregate.ts"],"names":[],"mappings":"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"}
|
package/esm/generated/typegraphql-prisma/resolvers/outputs/StrategyHealthSnapshotSumAggregate.mjs
CHANGED
|
@@ -19,6 +19,9 @@ let StrategyHealthSnapshotSumAggregate = class StrategyHealthSnapshotSumAggregat
|
|
|
19
19
|
windowMaxDrawdownPct;
|
|
20
20
|
windowCumulativePnlAmt;
|
|
21
21
|
backtestExpectancy;
|
|
22
|
+
backtestHitRate;
|
|
23
|
+
backtestHitRateStdDev;
|
|
24
|
+
backtestExpectancyStdDev;
|
|
22
25
|
divergenceZScore;
|
|
23
26
|
averageConfidence;
|
|
24
27
|
confidenceTrend;
|
|
@@ -77,6 +80,24 @@ __decorate([
|
|
|
77
80
|
}),
|
|
78
81
|
__metadata("design:type", Object)
|
|
79
82
|
], StrategyHealthSnapshotSumAggregate.prototype, "backtestExpectancy", void 0);
|
|
83
|
+
__decorate([
|
|
84
|
+
TypeGraphQL.Field(_type => TypeGraphQL.Float, {
|
|
85
|
+
nullable: true
|
|
86
|
+
}),
|
|
87
|
+
__metadata("design:type", Object)
|
|
88
|
+
], StrategyHealthSnapshotSumAggregate.prototype, "backtestHitRate", void 0);
|
|
89
|
+
__decorate([
|
|
90
|
+
TypeGraphQL.Field(_type => TypeGraphQL.Float, {
|
|
91
|
+
nullable: true
|
|
92
|
+
}),
|
|
93
|
+
__metadata("design:type", Object)
|
|
94
|
+
], StrategyHealthSnapshotSumAggregate.prototype, "backtestHitRateStdDev", void 0);
|
|
95
|
+
__decorate([
|
|
96
|
+
TypeGraphQL.Field(_type => TypeGraphQL.Float, {
|
|
97
|
+
nullable: true
|
|
98
|
+
}),
|
|
99
|
+
__metadata("design:type", Object)
|
|
100
|
+
], StrategyHealthSnapshotSumAggregate.prototype, "backtestExpectancyStdDev", void 0);
|
|
80
101
|
__decorate([
|
|
81
102
|
TypeGraphQL.Field(_type => DecimalJSScalar, {
|
|
82
103
|
nullable: true
|
|
@@ -7,6 +7,6 @@ export declare class AlpacaAccountStrategyHealthSnapshotsArgs {
|
|
|
7
7
|
cursor?: StrategyHealthSnapshotWhereUniqueInput | undefined;
|
|
8
8
|
take?: number | undefined;
|
|
9
9
|
skip?: number | undefined;
|
|
10
|
-
distinct?: Array<"id" | "alpacaAccountId" | "strategyName" | "currentState" | "stateChangedAt" | "stateChangedReason" | "windowSize" | "windowTradeCount" | "windowHitRate" | "windowExpectancy" | "windowProfitFactor" | "windowSortino" | "windowMaxDrawdownPct" | "windowCumulativePnlAmt" | "backtestExpectancy" | "divergenceZScore" | "divergenceAlertActive" | "averageConfidence" | "confidenceTrend" | "lastUpdatedAt" | "updatedAt"> | undefined;
|
|
10
|
+
distinct?: Array<"id" | "alpacaAccountId" | "strategyName" | "currentState" | "stateChangedAt" | "stateChangedReason" | "windowSize" | "windowTradeCount" | "windowHitRate" | "windowExpectancy" | "windowProfitFactor" | "windowSortino" | "windowMaxDrawdownPct" | "windowCumulativePnlAmt" | "backtestExpectancy" | "backtestHitRate" | "backtestHitRateStdDev" | "backtestExpectancyStdDev" | "divergenceZScore" | "divergenceAlertActive" | "averageConfidence" | "confidenceTrend" | "lastUpdatedAt" | "updatedAt"> | undefined;
|
|
11
11
|
}
|
|
12
12
|
//# sourceMappingURL=AlpacaAccountStrategyHealthSnapshotsArgs.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AlpacaAccountStrategyHealthSnapshotsArgs.d.ts","sourceRoot":"","sources":["../../../../../../../../src/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/args/AlpacaAccountStrategyHealthSnapshotsArgs.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,8CAA8C,EAAE,MAAM,gEAAgE,CAAC;AAChI,OAAO,EAAE,gCAAgC,EAAE,MAAM,kDAAkD,CAAC;AACpG,OAAO,EAAE,sCAAsC,EAAE,MAAM,wDAAwD,CAAC;AAGhH,qBACa,wCAAwC;IAInD,KAAK,CAAC,EAAE,gCAAgC,GAAG,SAAS,CAAC;IAKrD,OAAO,CAAC,EAAE,8CAA8C,EAAE,GAAG,SAAS,CAAC;IAKvE,MAAM,CAAC,EAAE,sCAAsC,GAAG,SAAS,CAAC;IAK5D,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK1B,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK1B,QAAQ,CAAC,EAAE,KAAK,CAAC,IAAI,GAAG,iBAAiB,GAAG,cAAc,GAAG,cAAc,GAAG,gBAAgB,GAAG,oBAAoB,GAAG,YAAY,GAAG,kBAAkB,GAAG,eAAe,GAAG,kBAAkB,GAAG,oBAAoB,GAAG,eAAe,GAAG,sBAAsB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,kBAAkB,GAAG,uBAAuB,GAAG,mBAAmB,GAAG,iBAAiB,GAAG,eAAe,GAAG,WAAW,CAAC,GAAG,SAAS,CAAC;
|
|
1
|
+
{"version":3,"file":"AlpacaAccountStrategyHealthSnapshotsArgs.d.ts","sourceRoot":"","sources":["../../../../../../../../src/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/args/AlpacaAccountStrategyHealthSnapshotsArgs.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,8CAA8C,EAAE,MAAM,gEAAgE,CAAC;AAChI,OAAO,EAAE,gCAAgC,EAAE,MAAM,kDAAkD,CAAC;AACpG,OAAO,EAAE,sCAAsC,EAAE,MAAM,wDAAwD,CAAC;AAGhH,qBACa,wCAAwC;IAInD,KAAK,CAAC,EAAE,gCAAgC,GAAG,SAAS,CAAC;IAKrD,OAAO,CAAC,EAAE,8CAA8C,EAAE,GAAG,SAAS,CAAC;IAKvE,MAAM,CAAC,EAAE,sCAAsC,GAAG,SAAS,CAAC;IAK5D,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK1B,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK1B,QAAQ,CAAC,EAAE,KAAK,CAAC,IAAI,GAAG,iBAAiB,GAAG,cAAc,GAAG,cAAc,GAAG,gBAAgB,GAAG,oBAAoB,GAAG,YAAY,GAAG,kBAAkB,GAAG,eAAe,GAAG,kBAAkB,GAAG,oBAAoB,GAAG,eAAe,GAAG,sBAAsB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,iBAAiB,GAAG,uBAAuB,GAAG,0BAA0B,GAAG,kBAAkB,GAAG,uBAAuB,GAAG,mBAAmB,GAAG,iBAAiB,GAAG,eAAe,GAAG,WAAW,CAAC,GAAG,SAAS,CAAC;CACvgB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AlpacaAccountStrategyHealthSnapshotsArgs.js","sourceRoot":"","sources":["../../../../../../../../src/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/args/AlpacaAccountStrategyHealthSnapshotsArgs.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAE5C,OAAO,EAAE,8CAA8C,EAAE,MAAM,gEAAgE,CAAC;AAChI,OAAO,EAAE,gCAAgC,EAAE,MAAM,kDAAkD,CAAC;AACpG,OAAO,EAAE,sCAAsC,EAAE,MAAM,wDAAwD,CAAC;AAChH,OAAO,EAAE,qCAAqC,EAAE,MAAM,yDAAyD,CAAC;AAGzG,IAAM,wCAAwC,GAA9C,MAAM,wCAAwC;IAInD,KAAK,CAAgD;IAKrD,OAAO,CAAgE;IAKvE,MAAM,CAAsD;IAK5D,IAAI,CAAsB;IAK1B,IAAI,CAAsB;IAK1B,QAAQ,
|
|
1
|
+
{"version":3,"file":"AlpacaAccountStrategyHealthSnapshotsArgs.js","sourceRoot":"","sources":["../../../../../../../../src/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/args/AlpacaAccountStrategyHealthSnapshotsArgs.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAE5C,OAAO,EAAE,8CAA8C,EAAE,MAAM,gEAAgE,CAAC;AAChI,OAAO,EAAE,gCAAgC,EAAE,MAAM,kDAAkD,CAAC;AACpG,OAAO,EAAE,sCAAsC,EAAE,MAAM,wDAAwD,CAAC;AAChH,OAAO,EAAE,qCAAqC,EAAE,MAAM,yDAAyD,CAAC;AAGzG,IAAM,wCAAwC,GAA9C,MAAM,wCAAwC;IAInD,KAAK,CAAgD;IAKrD,OAAO,CAAgE;IAKvE,MAAM,CAAsD;IAK5D,IAAI,CAAsB;IAK1B,IAAI,CAAsB;IAK1B,QAAQ,CAA8f;CACvgB,CAAA;AA1BC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,gCAAgC,EAAE;QAC5D,QAAQ,EAAE,IAAI;KACf,CAAC;;uEACmD;AAKrD;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,8CAA8C,CAAC,EAAE;QAC5E,QAAQ,EAAE,IAAI;KACf,CAAC;;yEACqE;AAKvE;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,sCAAsC,EAAE;QAClE,QAAQ,EAAE,IAAI;KACf,CAAC;;wEAC0D;AAK5D;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;sEACwB;AAK1B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;sEACwB;AAK1B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,qCAAqC,CAAC,EAAE;QACnE,QAAQ,EAAE,IAAI;KACf,CAAC;;0EACogB;AA7B3f,wCAAwC;IADpD,WAAW,CAAC,QAAQ,EAAE;GACV,wCAAwC,CA8BpD"}
|
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;AAuElB,QAAA,MAAM,OAAO;;;;0BAuE+kzI,CAAC;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -25,6 +25,9 @@ export type StrategyHealthSnapshot = {
|
|
|
25
25
|
windowMaxDrawdownPct?: number;
|
|
26
26
|
windowCumulativePnlAmt?: number;
|
|
27
27
|
backtestExpectancy?: number;
|
|
28
|
+
backtestHitRate?: number;
|
|
29
|
+
backtestHitRateStdDev?: number;
|
|
30
|
+
backtestExpectancyStdDev?: number;
|
|
28
31
|
divergenceZScore?: number;
|
|
29
32
|
divergenceAlertActive: boolean;
|
|
30
33
|
averageConfidence?: number;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const StrategyHealthSnapshotTypeString = "\n// Your response should adhere to the following type definition for the \"StrategyHealthSnapshot\" 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 StrategyHealthSnapshot = {\n alpacaAccount: {\n // The type of Alpaca account (PAPER or LIVE).\n type: AlpacaAccountType;\n // JSON configuration settings for the Alpaca account.\n configuration?: any;\n };\n strategyName: string;\n currentState: StrategyState;\n stateChangedAt?: Date;\n stateChangedReason?: string;\n windowSize: number;\n windowTradeCount: number;\n windowHitRate?: number;\n windowExpectancy?: number;\n windowProfitFactor?: number;\n windowSortino?: number;\n windowMaxDrawdownPct?: number;\n windowCumulativePnlAmt?: number;\n backtestExpectancy?: number;\n divergenceZScore?: number;\n divergenceAlertActive: boolean;\n averageConfidence?: number;\n confidenceTrend?: number;\n lastUpdatedAt: Date;\n};\n\nenum AlpacaAccountType {\n PAPER\n\n LIVE\n}\n\nenum StrategyState {\n ACTIVE\n\n WARN\n\n THROTTLE\n\n PAUSED\n\n DISABLED\n}\n\n";
|
|
1
|
+
export declare const StrategyHealthSnapshotTypeString = "\n// Your response should adhere to the following type definition for the \"StrategyHealthSnapshot\" 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 StrategyHealthSnapshot = {\n alpacaAccount: {\n // The type of Alpaca account (PAPER or LIVE).\n type: AlpacaAccountType;\n // JSON configuration settings for the Alpaca account.\n configuration?: any;\n };\n strategyName: string;\n currentState: StrategyState;\n stateChangedAt?: Date;\n stateChangedReason?: string;\n windowSize: number;\n windowTradeCount: number;\n windowHitRate?: number;\n windowExpectancy?: number;\n windowProfitFactor?: number;\n windowSortino?: number;\n windowMaxDrawdownPct?: number;\n windowCumulativePnlAmt?: number;\n backtestExpectancy?: number;\n backtestHitRate?: number;\n backtestHitRateStdDev?: number;\n backtestExpectancyStdDev?: number;\n divergenceZScore?: number;\n divergenceAlertActive: boolean;\n averageConfidence?: number;\n confidenceTrend?: number;\n lastUpdatedAt: Date;\n};\n\nenum AlpacaAccountType {\n PAPER\n\n LIVE\n}\n\nenum StrategyState {\n ACTIVE\n\n WARN\n\n THROTTLE\n\n PAUSED\n\n DISABLED\n}\n\n";
|
|
2
2
|
//# sourceMappingURL=StrategyHealthSnapshot.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StrategyHealthSnapshot.d.ts","sourceRoot":"","sources":["../../../src/generated/typeStrings/StrategyHealthSnapshot.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,gCAAgC,
|
|
1
|
+
{"version":3,"file":"StrategyHealthSnapshot.d.ts","sourceRoot":"","sources":["../../../src/generated/typeStrings/StrategyHealthSnapshot.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,gCAAgC,4uCAoD5C,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StrategyHealthSnapshot.js","sourceRoot":"","sources":["../../../src/generated/typeStrings/StrategyHealthSnapshot.ts"],"names":[],"mappings":";;;AAAa,QAAA,gCAAgC,GAAG
|
|
1
|
+
{"version":3,"file":"StrategyHealthSnapshot.js","sourceRoot":"","sources":["../../../src/generated/typeStrings/StrategyHealthSnapshot.ts"],"names":[],"mappings":";;;AAAa,QAAA,gCAAgC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoD/C,CAAC"}
|
|
@@ -64,7 +64,7 @@ export declare const typeStrings: {
|
|
|
64
64
|
readonly tradeOutcome: "\n// Your response should adhere to the following type definition for the \"TradeOutcome\" 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 TradeOutcome = {\n symbol: string;\n assetClass: string;\n entryPrice: number;\n exitPrice: number;\n entryTimestamp: Date;\n exitTimestamp: Date;\n holdDurationMinutes: number;\n exitReason: string;\n grossReturnPct: number;\n netReturnPct: number;\n maxAdverseExcursionPct: number;\n maxFavorableExcursionPct: number;\n signalSource: string;\n transformerConfidence?: number;\n llmConfidence?: number;\n ensembleConfidence: number;\n ensembleWeight: number;\n regimeAtEntry: string;\n featureSnapshot?: any;\n};\n\n";
|
|
65
65
|
readonly mLModelVersion: "\n// Your response should adhere to the following type definition for the \"MLModelVersion\" 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 MLModelVersion = {\n assetClass: string;\n slot: string;\n rankIC: number;\n trainedAt: Date;\n promotedAt?: Date;\n checkpointPath: string;\n featureCount: number;\n trainingSymbols: string[];\n trainingBarCount: number;\n configSnapshot?: any;\n};\n\n";
|
|
66
66
|
readonly accountRiskMetrics: "\n// Your response should adhere to the following type definition for the \"AccountRiskMetrics\" 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 AccountRiskMetrics = {\n alpacaAccount: {\n // The type of Alpaca account (PAPER or LIVE).\n type: AlpacaAccountType;\n // JSON configuration settings for the Alpaca account.\n configuration?: any;\n };\n currentRiskState: AccountRiskState;\n currentScopeState?: any;\n riskStateChangedAt?: Date;\n riskStateChangedBy?: string;\n riskStateChangeReason?: string;\n accountHighWaterMark?: number;\n accountHighWaterMarkAt?: Date;\n currentEquity?: number;\n currentDrawdownPct?: number;\n intradayDrawdownPct?: number;\n maxDrawdownPctLifetime?: number;\n dailyPnlAmount?: number;\n dailyPnlPct?: number;\n weeklyPnlAmount?: number;\n weeklyPnlPct?: number;\n monthlyPnlAmount?: number;\n monthlyPnlPct?: number;\n peakToTroughAmount?: number;\n peakToTroughPct?: number;\n nextRecoveryEligibleAt?: Date;\n lastSyncedAt: Date;\n};\n\nenum AlpacaAccountType {\n PAPER\n\n LIVE\n}\n\nenum AccountRiskState {\n NORMAL\n\n WARN\n\n THROTTLE\n\n PAUSED\n\n FLATTEN\n\n HALT\n}\n\n";
|
|
67
|
-
readonly strategyHealthSnapshot: "\n// Your response should adhere to the following type definition for the \"StrategyHealthSnapshot\" 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 StrategyHealthSnapshot = {\n alpacaAccount: {\n // The type of Alpaca account (PAPER or LIVE).\n type: AlpacaAccountType;\n // JSON configuration settings for the Alpaca account.\n configuration?: any;\n };\n strategyName: string;\n currentState: StrategyState;\n stateChangedAt?: Date;\n stateChangedReason?: string;\n windowSize: number;\n windowTradeCount: number;\n windowHitRate?: number;\n windowExpectancy?: number;\n windowProfitFactor?: number;\n windowSortino?: number;\n windowMaxDrawdownPct?: number;\n windowCumulativePnlAmt?: number;\n backtestExpectancy?: number;\n divergenceZScore?: number;\n divergenceAlertActive: boolean;\n averageConfidence?: number;\n confidenceTrend?: number;\n lastUpdatedAt: Date;\n};\n\nenum AlpacaAccountType {\n PAPER\n\n LIVE\n}\n\nenum StrategyState {\n ACTIVE\n\n WARN\n\n THROTTLE\n\n PAUSED\n\n DISABLED\n}\n\n";
|
|
67
|
+
readonly strategyHealthSnapshot: "\n// Your response should adhere to the following type definition for the \"StrategyHealthSnapshot\" 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 StrategyHealthSnapshot = {\n alpacaAccount: {\n // The type of Alpaca account (PAPER or LIVE).\n type: AlpacaAccountType;\n // JSON configuration settings for the Alpaca account.\n configuration?: any;\n };\n strategyName: string;\n currentState: StrategyState;\n stateChangedAt?: Date;\n stateChangedReason?: string;\n windowSize: number;\n windowTradeCount: number;\n windowHitRate?: number;\n windowExpectancy?: number;\n windowProfitFactor?: number;\n windowSortino?: number;\n windowMaxDrawdownPct?: number;\n windowCumulativePnlAmt?: number;\n backtestExpectancy?: number;\n backtestHitRate?: number;\n backtestHitRateStdDev?: number;\n backtestExpectancyStdDev?: number;\n divergenceZScore?: number;\n divergenceAlertActive: boolean;\n averageConfidence?: number;\n confidenceTrend?: number;\n lastUpdatedAt: Date;\n};\n\nenum AlpacaAccountType {\n PAPER\n\n LIVE\n}\n\nenum StrategyState {\n ACTIVE\n\n WARN\n\n THROTTLE\n\n PAUSED\n\n DISABLED\n}\n\n";
|
|
68
68
|
readonly riskEscalationEvent: "\n// Your response should adhere to the following type definition for the \"RiskEscalationEvent\" 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 RiskEscalationEvent = {\n scopeKind: string;\n scopeValue?: string;\n fromState: string;\n toState: string;\n reason: RiskEscalationReason;\n severity: OverlaySeverity;\n triggeringObserver?: string;\n observedValue?: number;\n breachedThreshold?: number;\n breachedThresholdKey?: string;\n actor: RiskEscalationActor;\n rationale?: string;\n};\n\nenum RiskEscalationReason {\n DRAWDOWN_WARN\n\n DRAWDOWN_THROTTLE\n\n DRAWDOWN_PAUSE\n\n DAILY_LOSS_BREACH\n\n WEEKLY_LOSS_BREACH\n\n MONTHLY_LOSS_BREACH\n\n PEAK_TO_TROUGH_BREACH\n\n BROKER_FAILURE_RATE\n\n BROKER_LATENCY_SPIKE\n\n BROKER_OUTAGE\n\n DATA_QUALITY_STALE\n\n DATA_QUALITY_MISSING\n\n DATA_QUALITY_FEED_FAIL\n\n CONCENTRATION_POSITION\n\n CONCENTRATION_SECTOR\n\n CONCENTRATION_FACTOR\n\n VOLATILITY_SPIKE\n\n REGIME_CRISIS\n\n REGIME_UNCERTAIN\n\n STRATEGY_DRAWDOWN\n\n STRATEGY_EXPECTANCY_DEGRADATION\n\n STRATEGY_HIT_RATE_DEGRADATION\n\n LIVE_VS_BACKTEST_DIVERGENCE\n\n MODEL_CONFIDENCE_COLLAPSE\n\n MODEL_DRIFT_DETECTED\n\n OPERATOR_OVERRIDE\n\n OPERATOR_RECOVERY\n\n OPERATOR_CLEAR\n\n SCHEDULED_MAINTENANCE\n\n EMERGENCY_HALT\n}\n\nenum OverlaySeverity {\n LOW\n\n MEDIUM\n\n HIGH\n\n CRITICAL\n}\n\nenum RiskEscalationActor {\n SYSTEM_OBSERVER\n\n OPERATOR\n\n COMPLIANCE_OFFICER\n\n AUTOMATED_RECOVERY\n}\n\n";
|
|
69
69
|
};
|
|
70
70
|
export default typeStrings;
|
|
@@ -2555,7 +2555,7 @@ const modelsInfo = {
|
|
|
2555
2555
|
TradeOutcome: ["id", "tradeId", "symbol", "assetClass", "accountId", "entryPrice", "exitPrice", "entryTimestamp", "exitTimestamp", "holdDurationMinutes", "exitReason", "grossReturnPct", "netReturnPct", "maxAdverseExcursionPct", "maxFavorableExcursionPct", "signalSource", "transformerConfidence", "llmConfidence", "ensembleConfidence", "ensembleWeight", "regimeAtEntry", "featureSnapshot", "createdAt", "updatedAt"],
|
|
2556
2556
|
MLModelVersion: ["id", "assetClass", "slot", "rankIC", "trainedAt", "promotedAt", "checkpointPath", "featureCount", "trainingSymbols", "trainingBarCount", "configSnapshot", "createdAt", "updatedAt"],
|
|
2557
2557
|
AccountRiskMetrics: ["id", "alpacaAccountId", "currentRiskState", "currentScopeState", "riskStateChangedAt", "riskStateChangedBy", "riskStateChangeReason", "accountHighWaterMark", "accountHighWaterMarkAt", "currentEquity", "currentDrawdownPct", "intradayDrawdownPct", "maxDrawdownPctLifetime", "dailyPnlAmount", "dailyPnlPct", "weeklyPnlAmount", "weeklyPnlPct", "monthlyPnlAmount", "monthlyPnlPct", "peakToTroughAmount", "peakToTroughPct", "nextRecoveryEligibleAt", "lastSyncedAt", "updatedAt"],
|
|
2558
|
-
StrategyHealthSnapshot: ["id", "alpacaAccountId", "strategyName", "currentState", "stateChangedAt", "stateChangedReason", "windowSize", "windowTradeCount", "windowHitRate", "windowExpectancy", "windowProfitFactor", "windowSortino", "windowMaxDrawdownPct", "windowCumulativePnlAmt", "backtestExpectancy", "divergenceZScore", "divergenceAlertActive", "averageConfidence", "confidenceTrend", "lastUpdatedAt", "updatedAt"],
|
|
2558
|
+
StrategyHealthSnapshot: ["id", "alpacaAccountId", "strategyName", "currentState", "stateChangedAt", "stateChangedReason", "windowSize", "windowTradeCount", "windowHitRate", "windowExpectancy", "windowProfitFactor", "windowSortino", "windowMaxDrawdownPct", "windowCumulativePnlAmt", "backtestExpectancy", "backtestHitRate", "backtestHitRateStdDev", "backtestExpectancyStdDev", "divergenceZScore", "divergenceAlertActive", "averageConfidence", "confidenceTrend", "lastUpdatedAt", "updatedAt"],
|
|
2559
2559
|
RiskEscalationEvent: ["id", "alpacaAccountId", "scopeKind", "scopeValue", "fromState", "toState", "reason", "severity", "triggeringObserver", "observedValue", "breachedThreshold", "breachedThresholdKey", "correlationId", "triggeringEventId", "actor", "actorUserId", "rationale", "triggeredByPolicyOverlayId", "createdAt"]
|
|
2560
2560
|
};
|
|
2561
2561
|
function applyModelsEnhanceMap(modelsEnhanceMap) {
|
|
@@ -2699,7 +2699,7 @@ const outputsInfo = {
|
|
|
2699
2699
|
AggregateAccountRiskMetrics: ["_count", "_avg", "_sum", "_min", "_max"],
|
|
2700
2700
|
AccountRiskMetricsGroupBy: ["id", "alpacaAccountId", "currentRiskState", "currentScopeState", "riskStateChangedAt", "riskStateChangedBy", "riskStateChangeReason", "accountHighWaterMark", "accountHighWaterMarkAt", "currentEquity", "currentDrawdownPct", "intradayDrawdownPct", "maxDrawdownPctLifetime", "dailyPnlAmount", "dailyPnlPct", "weeklyPnlAmount", "weeklyPnlPct", "monthlyPnlAmount", "monthlyPnlPct", "peakToTroughAmount", "peakToTroughPct", "nextRecoveryEligibleAt", "lastSyncedAt", "updatedAt", "_count", "_avg", "_sum", "_min", "_max"],
|
|
2701
2701
|
AggregateStrategyHealthSnapshot: ["_count", "_avg", "_sum", "_min", "_max"],
|
|
2702
|
-
StrategyHealthSnapshotGroupBy: ["id", "alpacaAccountId", "strategyName", "currentState", "stateChangedAt", "stateChangedReason", "windowSize", "windowTradeCount", "windowHitRate", "windowExpectancy", "windowProfitFactor", "windowSortino", "windowMaxDrawdownPct", "windowCumulativePnlAmt", "backtestExpectancy", "divergenceZScore", "divergenceAlertActive", "averageConfidence", "confidenceTrend", "lastUpdatedAt", "updatedAt", "_count", "_avg", "_sum", "_min", "_max"],
|
|
2702
|
+
StrategyHealthSnapshotGroupBy: ["id", "alpacaAccountId", "strategyName", "currentState", "stateChangedAt", "stateChangedReason", "windowSize", "windowTradeCount", "windowHitRate", "windowExpectancy", "windowProfitFactor", "windowSortino", "windowMaxDrawdownPct", "windowCumulativePnlAmt", "backtestExpectancy", "backtestHitRate", "backtestHitRateStdDev", "backtestExpectancyStdDev", "divergenceZScore", "divergenceAlertActive", "averageConfidence", "confidenceTrend", "lastUpdatedAt", "updatedAt", "_count", "_avg", "_sum", "_min", "_max"],
|
|
2703
2703
|
AggregateRiskEscalationEvent: ["_count", "_avg", "_sum", "_min", "_max"],
|
|
2704
2704
|
RiskEscalationEventGroupBy: ["id", "alpacaAccountId", "scopeKind", "scopeValue", "fromState", "toState", "reason", "severity", "triggeringObserver", "observedValue", "breachedThreshold", "breachedThresholdKey", "correlationId", "triggeringEventId", "actor", "actorUserId", "rationale", "triggeredByPolicyOverlayId", "createdAt", "_count", "_avg", "_sum", "_min", "_max"],
|
|
2705
2705
|
AffectedRowsOutput: ["count"],
|
|
@@ -3002,11 +3002,11 @@ const outputsInfo = {
|
|
|
3002
3002
|
AccountRiskMetricsSumAggregate: ["accountHighWaterMark", "currentEquity", "currentDrawdownPct", "intradayDrawdownPct", "maxDrawdownPctLifetime", "dailyPnlAmount", "dailyPnlPct", "weeklyPnlAmount", "weeklyPnlPct", "monthlyPnlAmount", "monthlyPnlPct", "peakToTroughAmount", "peakToTroughPct"],
|
|
3003
3003
|
AccountRiskMetricsMinAggregate: ["id", "alpacaAccountId", "currentRiskState", "riskStateChangedAt", "riskStateChangedBy", "riskStateChangeReason", "accountHighWaterMark", "accountHighWaterMarkAt", "currentEquity", "currentDrawdownPct", "intradayDrawdownPct", "maxDrawdownPctLifetime", "dailyPnlAmount", "dailyPnlPct", "weeklyPnlAmount", "weeklyPnlPct", "monthlyPnlAmount", "monthlyPnlPct", "peakToTroughAmount", "peakToTroughPct", "nextRecoveryEligibleAt", "lastSyncedAt", "updatedAt"],
|
|
3004
3004
|
AccountRiskMetricsMaxAggregate: ["id", "alpacaAccountId", "currentRiskState", "riskStateChangedAt", "riskStateChangedBy", "riskStateChangeReason", "accountHighWaterMark", "accountHighWaterMarkAt", "currentEquity", "currentDrawdownPct", "intradayDrawdownPct", "maxDrawdownPctLifetime", "dailyPnlAmount", "dailyPnlPct", "weeklyPnlAmount", "weeklyPnlPct", "monthlyPnlAmount", "monthlyPnlPct", "peakToTroughAmount", "peakToTroughPct", "nextRecoveryEligibleAt", "lastSyncedAt", "updatedAt"],
|
|
3005
|
-
StrategyHealthSnapshotCountAggregate: ["id", "alpacaAccountId", "strategyName", "currentState", "stateChangedAt", "stateChangedReason", "windowSize", "windowTradeCount", "windowHitRate", "windowExpectancy", "windowProfitFactor", "windowSortino", "windowMaxDrawdownPct", "windowCumulativePnlAmt", "backtestExpectancy", "divergenceZScore", "divergenceAlertActive", "averageConfidence", "confidenceTrend", "lastUpdatedAt", "updatedAt", "_all"],
|
|
3006
|
-
StrategyHealthSnapshotAvgAggregate: ["windowSize", "windowTradeCount", "windowHitRate", "windowExpectancy", "windowProfitFactor", "windowSortino", "windowMaxDrawdownPct", "windowCumulativePnlAmt", "backtestExpectancy", "divergenceZScore", "averageConfidence", "confidenceTrend"],
|
|
3007
|
-
StrategyHealthSnapshotSumAggregate: ["windowSize", "windowTradeCount", "windowHitRate", "windowExpectancy", "windowProfitFactor", "windowSortino", "windowMaxDrawdownPct", "windowCumulativePnlAmt", "backtestExpectancy", "divergenceZScore", "averageConfidence", "confidenceTrend"],
|
|
3008
|
-
StrategyHealthSnapshotMinAggregate: ["id", "alpacaAccountId", "strategyName", "currentState", "stateChangedAt", "stateChangedReason", "windowSize", "windowTradeCount", "windowHitRate", "windowExpectancy", "windowProfitFactor", "windowSortino", "windowMaxDrawdownPct", "windowCumulativePnlAmt", "backtestExpectancy", "divergenceZScore", "divergenceAlertActive", "averageConfidence", "confidenceTrend", "lastUpdatedAt", "updatedAt"],
|
|
3009
|
-
StrategyHealthSnapshotMaxAggregate: ["id", "alpacaAccountId", "strategyName", "currentState", "stateChangedAt", "stateChangedReason", "windowSize", "windowTradeCount", "windowHitRate", "windowExpectancy", "windowProfitFactor", "windowSortino", "windowMaxDrawdownPct", "windowCumulativePnlAmt", "backtestExpectancy", "divergenceZScore", "divergenceAlertActive", "averageConfidence", "confidenceTrend", "lastUpdatedAt", "updatedAt"],
|
|
3005
|
+
StrategyHealthSnapshotCountAggregate: ["id", "alpacaAccountId", "strategyName", "currentState", "stateChangedAt", "stateChangedReason", "windowSize", "windowTradeCount", "windowHitRate", "windowExpectancy", "windowProfitFactor", "windowSortino", "windowMaxDrawdownPct", "windowCumulativePnlAmt", "backtestExpectancy", "backtestHitRate", "backtestHitRateStdDev", "backtestExpectancyStdDev", "divergenceZScore", "divergenceAlertActive", "averageConfidence", "confidenceTrend", "lastUpdatedAt", "updatedAt", "_all"],
|
|
3006
|
+
StrategyHealthSnapshotAvgAggregate: ["windowSize", "windowTradeCount", "windowHitRate", "windowExpectancy", "windowProfitFactor", "windowSortino", "windowMaxDrawdownPct", "windowCumulativePnlAmt", "backtestExpectancy", "backtestHitRate", "backtestHitRateStdDev", "backtestExpectancyStdDev", "divergenceZScore", "averageConfidence", "confidenceTrend"],
|
|
3007
|
+
StrategyHealthSnapshotSumAggregate: ["windowSize", "windowTradeCount", "windowHitRate", "windowExpectancy", "windowProfitFactor", "windowSortino", "windowMaxDrawdownPct", "windowCumulativePnlAmt", "backtestExpectancy", "backtestHitRate", "backtestHitRateStdDev", "backtestExpectancyStdDev", "divergenceZScore", "averageConfidence", "confidenceTrend"],
|
|
3008
|
+
StrategyHealthSnapshotMinAggregate: ["id", "alpacaAccountId", "strategyName", "currentState", "stateChangedAt", "stateChangedReason", "windowSize", "windowTradeCount", "windowHitRate", "windowExpectancy", "windowProfitFactor", "windowSortino", "windowMaxDrawdownPct", "windowCumulativePnlAmt", "backtestExpectancy", "backtestHitRate", "backtestHitRateStdDev", "backtestExpectancyStdDev", "divergenceZScore", "divergenceAlertActive", "averageConfidence", "confidenceTrend", "lastUpdatedAt", "updatedAt"],
|
|
3009
|
+
StrategyHealthSnapshotMaxAggregate: ["id", "alpacaAccountId", "strategyName", "currentState", "stateChangedAt", "stateChangedReason", "windowSize", "windowTradeCount", "windowHitRate", "windowExpectancy", "windowProfitFactor", "windowSortino", "windowMaxDrawdownPct", "windowCumulativePnlAmt", "backtestExpectancy", "backtestHitRate", "backtestHitRateStdDev", "backtestExpectancyStdDev", "divergenceZScore", "divergenceAlertActive", "averageConfidence", "confidenceTrend", "lastUpdatedAt", "updatedAt"],
|
|
3010
3010
|
RiskEscalationEventCountAggregate: ["id", "alpacaAccountId", "scopeKind", "scopeValue", "fromState", "toState", "reason", "severity", "triggeringObserver", "observedValue", "breachedThreshold", "breachedThresholdKey", "correlationId", "triggeringEventId", "actor", "actorUserId", "rationale", "triggeredByPolicyOverlayId", "createdAt", "_all"],
|
|
3011
3011
|
RiskEscalationEventAvgAggregate: ["observedValue", "breachedThreshold"],
|
|
3012
3012
|
RiskEscalationEventSumAggregate: ["observedValue", "breachedThreshold"],
|
|
@@ -3077,7 +3077,7 @@ const outputsInfo = {
|
|
|
3077
3077
|
CreateManyAndReturnTradeOutcome: ["id", "tradeId", "symbol", "assetClass", "accountId", "entryPrice", "exitPrice", "entryTimestamp", "exitTimestamp", "holdDurationMinutes", "exitReason", "grossReturnPct", "netReturnPct", "maxAdverseExcursionPct", "maxFavorableExcursionPct", "signalSource", "transformerConfidence", "llmConfidence", "ensembleConfidence", "ensembleWeight", "regimeAtEntry", "featureSnapshot", "createdAt", "updatedAt"],
|
|
3078
3078
|
CreateManyAndReturnMLModelVersion: ["id", "assetClass", "slot", "rankIC", "trainedAt", "promotedAt", "checkpointPath", "featureCount", "trainingSymbols", "trainingBarCount", "configSnapshot", "createdAt", "updatedAt"],
|
|
3079
3079
|
CreateManyAndReturnAccountRiskMetrics: ["id", "alpacaAccountId", "currentRiskState", "currentScopeState", "riskStateChangedAt", "riskStateChangedBy", "riskStateChangeReason", "accountHighWaterMark", "accountHighWaterMarkAt", "currentEquity", "currentDrawdownPct", "intradayDrawdownPct", "maxDrawdownPctLifetime", "dailyPnlAmount", "dailyPnlPct", "weeklyPnlAmount", "weeklyPnlPct", "monthlyPnlAmount", "monthlyPnlPct", "peakToTroughAmount", "peakToTroughPct", "nextRecoveryEligibleAt", "lastSyncedAt", "updatedAt", "alpacaAccount"],
|
|
3080
|
-
CreateManyAndReturnStrategyHealthSnapshot: ["id", "alpacaAccountId", "strategyName", "currentState", "stateChangedAt", "stateChangedReason", "windowSize", "windowTradeCount", "windowHitRate", "windowExpectancy", "windowProfitFactor", "windowSortino", "windowMaxDrawdownPct", "windowCumulativePnlAmt", "backtestExpectancy", "divergenceZScore", "divergenceAlertActive", "averageConfidence", "confidenceTrend", "lastUpdatedAt", "updatedAt", "alpacaAccount"],
|
|
3080
|
+
CreateManyAndReturnStrategyHealthSnapshot: ["id", "alpacaAccountId", "strategyName", "currentState", "stateChangedAt", "stateChangedReason", "windowSize", "windowTradeCount", "windowHitRate", "windowExpectancy", "windowProfitFactor", "windowSortino", "windowMaxDrawdownPct", "windowCumulativePnlAmt", "backtestExpectancy", "backtestHitRate", "backtestHitRateStdDev", "backtestExpectancyStdDev", "divergenceZScore", "divergenceAlertActive", "averageConfidence", "confidenceTrend", "lastUpdatedAt", "updatedAt", "alpacaAccount"],
|
|
3081
3081
|
CreateManyAndReturnRiskEscalationEvent: ["id", "alpacaAccountId", "scopeKind", "scopeValue", "fromState", "toState", "reason", "severity", "triggeringObserver", "observedValue", "breachedThreshold", "breachedThresholdKey", "correlationId", "triggeringEventId", "actor", "actorUserId", "rationale", "triggeredByPolicyOverlayId", "createdAt", "alpacaAccount", "triggeredByPolicyOverlay"]
|
|
3082
3082
|
};
|
|
3083
3083
|
function applyOutputTypesEnhanceMap(outputTypesEnhanceMap) {
|
|
@@ -3415,11 +3415,11 @@ const inputsInfo = {
|
|
|
3415
3415
|
AccountRiskMetricsWhereUniqueInput: ["id", "alpacaAccountId", "AND", "OR", "NOT", "currentRiskState", "currentScopeState", "riskStateChangedAt", "riskStateChangedBy", "riskStateChangeReason", "accountHighWaterMark", "accountHighWaterMarkAt", "currentEquity", "currentDrawdownPct", "intradayDrawdownPct", "maxDrawdownPctLifetime", "dailyPnlAmount", "dailyPnlPct", "weeklyPnlAmount", "weeklyPnlPct", "monthlyPnlAmount", "monthlyPnlPct", "peakToTroughAmount", "peakToTroughPct", "nextRecoveryEligibleAt", "lastSyncedAt", "updatedAt", "alpacaAccount"],
|
|
3416
3416
|
AccountRiskMetricsOrderByWithAggregationInput: ["id", "alpacaAccountId", "currentRiskState", "currentScopeState", "riskStateChangedAt", "riskStateChangedBy", "riskStateChangeReason", "accountHighWaterMark", "accountHighWaterMarkAt", "currentEquity", "currentDrawdownPct", "intradayDrawdownPct", "maxDrawdownPctLifetime", "dailyPnlAmount", "dailyPnlPct", "weeklyPnlAmount", "weeklyPnlPct", "monthlyPnlAmount", "monthlyPnlPct", "peakToTroughAmount", "peakToTroughPct", "nextRecoveryEligibleAt", "lastSyncedAt", "updatedAt", "_count", "_avg", "_max", "_min", "_sum"],
|
|
3417
3417
|
AccountRiskMetricsScalarWhereWithAggregatesInput: ["AND", "OR", "NOT", "id", "alpacaAccountId", "currentRiskState", "currentScopeState", "riskStateChangedAt", "riskStateChangedBy", "riskStateChangeReason", "accountHighWaterMark", "accountHighWaterMarkAt", "currentEquity", "currentDrawdownPct", "intradayDrawdownPct", "maxDrawdownPctLifetime", "dailyPnlAmount", "dailyPnlPct", "weeklyPnlAmount", "weeklyPnlPct", "monthlyPnlAmount", "monthlyPnlPct", "peakToTroughAmount", "peakToTroughPct", "nextRecoveryEligibleAt", "lastSyncedAt", "updatedAt"],
|
|
3418
|
-
StrategyHealthSnapshotWhereInput: ["AND", "OR", "NOT", "id", "alpacaAccountId", "strategyName", "currentState", "stateChangedAt", "stateChangedReason", "windowSize", "windowTradeCount", "windowHitRate", "windowExpectancy", "windowProfitFactor", "windowSortino", "windowMaxDrawdownPct", "windowCumulativePnlAmt", "backtestExpectancy", "divergenceZScore", "divergenceAlertActive", "averageConfidence", "confidenceTrend", "lastUpdatedAt", "updatedAt", "alpacaAccount"],
|
|
3419
|
-
StrategyHealthSnapshotOrderByWithRelationInput: ["id", "alpacaAccountId", "strategyName", "currentState", "stateChangedAt", "stateChangedReason", "windowSize", "windowTradeCount", "windowHitRate", "windowExpectancy", "windowProfitFactor", "windowSortino", "windowMaxDrawdownPct", "windowCumulativePnlAmt", "backtestExpectancy", "divergenceZScore", "divergenceAlertActive", "averageConfidence", "confidenceTrend", "lastUpdatedAt", "updatedAt", "alpacaAccount"],
|
|
3420
|
-
StrategyHealthSnapshotWhereUniqueInput: ["id", "alpacaAccountId_strategyName", "AND", "OR", "NOT", "alpacaAccountId", "strategyName", "currentState", "stateChangedAt", "stateChangedReason", "windowSize", "windowTradeCount", "windowHitRate", "windowExpectancy", "windowProfitFactor", "windowSortino", "windowMaxDrawdownPct", "windowCumulativePnlAmt", "backtestExpectancy", "divergenceZScore", "divergenceAlertActive", "averageConfidence", "confidenceTrend", "lastUpdatedAt", "updatedAt", "alpacaAccount"],
|
|
3421
|
-
StrategyHealthSnapshotOrderByWithAggregationInput: ["id", "alpacaAccountId", "strategyName", "currentState", "stateChangedAt", "stateChangedReason", "windowSize", "windowTradeCount", "windowHitRate", "windowExpectancy", "windowProfitFactor", "windowSortino", "windowMaxDrawdownPct", "windowCumulativePnlAmt", "backtestExpectancy", "divergenceZScore", "divergenceAlertActive", "averageConfidence", "confidenceTrend", "lastUpdatedAt", "updatedAt", "_count", "_avg", "_max", "_min", "_sum"],
|
|
3422
|
-
StrategyHealthSnapshotScalarWhereWithAggregatesInput: ["AND", "OR", "NOT", "id", "alpacaAccountId", "strategyName", "currentState", "stateChangedAt", "stateChangedReason", "windowSize", "windowTradeCount", "windowHitRate", "windowExpectancy", "windowProfitFactor", "windowSortino", "windowMaxDrawdownPct", "windowCumulativePnlAmt", "backtestExpectancy", "divergenceZScore", "divergenceAlertActive", "averageConfidence", "confidenceTrend", "lastUpdatedAt", "updatedAt"],
|
|
3418
|
+
StrategyHealthSnapshotWhereInput: ["AND", "OR", "NOT", "id", "alpacaAccountId", "strategyName", "currentState", "stateChangedAt", "stateChangedReason", "windowSize", "windowTradeCount", "windowHitRate", "windowExpectancy", "windowProfitFactor", "windowSortino", "windowMaxDrawdownPct", "windowCumulativePnlAmt", "backtestExpectancy", "backtestHitRate", "backtestHitRateStdDev", "backtestExpectancyStdDev", "divergenceZScore", "divergenceAlertActive", "averageConfidence", "confidenceTrend", "lastUpdatedAt", "updatedAt", "alpacaAccount"],
|
|
3419
|
+
StrategyHealthSnapshotOrderByWithRelationInput: ["id", "alpacaAccountId", "strategyName", "currentState", "stateChangedAt", "stateChangedReason", "windowSize", "windowTradeCount", "windowHitRate", "windowExpectancy", "windowProfitFactor", "windowSortino", "windowMaxDrawdownPct", "windowCumulativePnlAmt", "backtestExpectancy", "backtestHitRate", "backtestHitRateStdDev", "backtestExpectancyStdDev", "divergenceZScore", "divergenceAlertActive", "averageConfidence", "confidenceTrend", "lastUpdatedAt", "updatedAt", "alpacaAccount"],
|
|
3420
|
+
StrategyHealthSnapshotWhereUniqueInput: ["id", "alpacaAccountId_strategyName", "AND", "OR", "NOT", "alpacaAccountId", "strategyName", "currentState", "stateChangedAt", "stateChangedReason", "windowSize", "windowTradeCount", "windowHitRate", "windowExpectancy", "windowProfitFactor", "windowSortino", "windowMaxDrawdownPct", "windowCumulativePnlAmt", "backtestExpectancy", "backtestHitRate", "backtestHitRateStdDev", "backtestExpectancyStdDev", "divergenceZScore", "divergenceAlertActive", "averageConfidence", "confidenceTrend", "lastUpdatedAt", "updatedAt", "alpacaAccount"],
|
|
3421
|
+
StrategyHealthSnapshotOrderByWithAggregationInput: ["id", "alpacaAccountId", "strategyName", "currentState", "stateChangedAt", "stateChangedReason", "windowSize", "windowTradeCount", "windowHitRate", "windowExpectancy", "windowProfitFactor", "windowSortino", "windowMaxDrawdownPct", "windowCumulativePnlAmt", "backtestExpectancy", "backtestHitRate", "backtestHitRateStdDev", "backtestExpectancyStdDev", "divergenceZScore", "divergenceAlertActive", "averageConfidence", "confidenceTrend", "lastUpdatedAt", "updatedAt", "_count", "_avg", "_max", "_min", "_sum"],
|
|
3422
|
+
StrategyHealthSnapshotScalarWhereWithAggregatesInput: ["AND", "OR", "NOT", "id", "alpacaAccountId", "strategyName", "currentState", "stateChangedAt", "stateChangedReason", "windowSize", "windowTradeCount", "windowHitRate", "windowExpectancy", "windowProfitFactor", "windowSortino", "windowMaxDrawdownPct", "windowCumulativePnlAmt", "backtestExpectancy", "backtestHitRate", "backtestHitRateStdDev", "backtestExpectancyStdDev", "divergenceZScore", "divergenceAlertActive", "averageConfidence", "confidenceTrend", "lastUpdatedAt", "updatedAt"],
|
|
3423
3423
|
RiskEscalationEventWhereInput: ["AND", "OR", "NOT", "id", "alpacaAccountId", "scopeKind", "scopeValue", "fromState", "toState", "reason", "severity", "triggeringObserver", "observedValue", "breachedThreshold", "breachedThresholdKey", "correlationId", "triggeringEventId", "actor", "actorUserId", "rationale", "triggeredByPolicyOverlayId", "createdAt", "alpacaAccount", "activatedPolicyOverlay", "triggeredByPolicyOverlay"],
|
|
3424
3424
|
RiskEscalationEventOrderByWithRelationInput: ["id", "alpacaAccountId", "scopeKind", "scopeValue", "fromState", "toState", "reason", "severity", "triggeringObserver", "observedValue", "breachedThreshold", "breachedThresholdKey", "correlationId", "triggeringEventId", "actor", "actorUserId", "rationale", "triggeredByPolicyOverlayId", "createdAt", "alpacaAccount", "activatedPolicyOverlay", "triggeredByPolicyOverlay"],
|
|
3425
3425
|
RiskEscalationEventWhereUniqueInput: ["id", "AND", "OR", "NOT", "alpacaAccountId", "scopeKind", "scopeValue", "fromState", "toState", "reason", "severity", "triggeringObserver", "observedValue", "breachedThreshold", "breachedThresholdKey", "correlationId", "triggeringEventId", "actor", "actorUserId", "rationale", "triggeredByPolicyOverlayId", "createdAt", "alpacaAccount", "activatedPolicyOverlay", "triggeredByPolicyOverlay"],
|
|
@@ -3685,10 +3685,10 @@ const inputsInfo = {
|
|
|
3685
3685
|
AccountRiskMetricsUpdateInput: ["id", "currentRiskState", "currentScopeState", "riskStateChangedAt", "riskStateChangedBy", "riskStateChangeReason", "accountHighWaterMark", "accountHighWaterMarkAt", "currentEquity", "currentDrawdownPct", "intradayDrawdownPct", "maxDrawdownPctLifetime", "dailyPnlAmount", "dailyPnlPct", "weeklyPnlAmount", "weeklyPnlPct", "monthlyPnlAmount", "monthlyPnlPct", "peakToTroughAmount", "peakToTroughPct", "nextRecoveryEligibleAt", "lastSyncedAt", "updatedAt", "alpacaAccount"],
|
|
3686
3686
|
AccountRiskMetricsCreateManyInput: ["id", "alpacaAccountId", "currentRiskState", "currentScopeState", "riskStateChangedAt", "riskStateChangedBy", "riskStateChangeReason", "accountHighWaterMark", "accountHighWaterMarkAt", "currentEquity", "currentDrawdownPct", "intradayDrawdownPct", "maxDrawdownPctLifetime", "dailyPnlAmount", "dailyPnlPct", "weeklyPnlAmount", "weeklyPnlPct", "monthlyPnlAmount", "monthlyPnlPct", "peakToTroughAmount", "peakToTroughPct", "nextRecoveryEligibleAt", "lastSyncedAt", "updatedAt"],
|
|
3687
3687
|
AccountRiskMetricsUpdateManyMutationInput: ["id", "currentRiskState", "currentScopeState", "riskStateChangedAt", "riskStateChangedBy", "riskStateChangeReason", "accountHighWaterMark", "accountHighWaterMarkAt", "currentEquity", "currentDrawdownPct", "intradayDrawdownPct", "maxDrawdownPctLifetime", "dailyPnlAmount", "dailyPnlPct", "weeklyPnlAmount", "weeklyPnlPct", "monthlyPnlAmount", "monthlyPnlPct", "peakToTroughAmount", "peakToTroughPct", "nextRecoveryEligibleAt", "lastSyncedAt", "updatedAt"],
|
|
3688
|
-
StrategyHealthSnapshotCreateInput: ["id", "strategyName", "currentState", "stateChangedAt", "stateChangedReason", "windowSize", "windowTradeCount", "windowHitRate", "windowExpectancy", "windowProfitFactor", "windowSortino", "windowMaxDrawdownPct", "windowCumulativePnlAmt", "backtestExpectancy", "divergenceZScore", "divergenceAlertActive", "averageConfidence", "confidenceTrend", "lastUpdatedAt", "updatedAt", "alpacaAccount"],
|
|
3689
|
-
StrategyHealthSnapshotUpdateInput: ["id", "strategyName", "currentState", "stateChangedAt", "stateChangedReason", "windowSize", "windowTradeCount", "windowHitRate", "windowExpectancy", "windowProfitFactor", "windowSortino", "windowMaxDrawdownPct", "windowCumulativePnlAmt", "backtestExpectancy", "divergenceZScore", "divergenceAlertActive", "averageConfidence", "confidenceTrend", "lastUpdatedAt", "updatedAt", "alpacaAccount"],
|
|
3690
|
-
StrategyHealthSnapshotCreateManyInput: ["id", "alpacaAccountId", "strategyName", "currentState", "stateChangedAt", "stateChangedReason", "windowSize", "windowTradeCount", "windowHitRate", "windowExpectancy", "windowProfitFactor", "windowSortino", "windowMaxDrawdownPct", "windowCumulativePnlAmt", "backtestExpectancy", "divergenceZScore", "divergenceAlertActive", "averageConfidence", "confidenceTrend", "lastUpdatedAt", "updatedAt"],
|
|
3691
|
-
StrategyHealthSnapshotUpdateManyMutationInput: ["id", "strategyName", "currentState", "stateChangedAt", "stateChangedReason", "windowSize", "windowTradeCount", "windowHitRate", "windowExpectancy", "windowProfitFactor", "windowSortino", "windowMaxDrawdownPct", "windowCumulativePnlAmt", "backtestExpectancy", "divergenceZScore", "divergenceAlertActive", "averageConfidence", "confidenceTrend", "lastUpdatedAt", "updatedAt"],
|
|
3688
|
+
StrategyHealthSnapshotCreateInput: ["id", "strategyName", "currentState", "stateChangedAt", "stateChangedReason", "windowSize", "windowTradeCount", "windowHitRate", "windowExpectancy", "windowProfitFactor", "windowSortino", "windowMaxDrawdownPct", "windowCumulativePnlAmt", "backtestExpectancy", "backtestHitRate", "backtestHitRateStdDev", "backtestExpectancyStdDev", "divergenceZScore", "divergenceAlertActive", "averageConfidence", "confidenceTrend", "lastUpdatedAt", "updatedAt", "alpacaAccount"],
|
|
3689
|
+
StrategyHealthSnapshotUpdateInput: ["id", "strategyName", "currentState", "stateChangedAt", "stateChangedReason", "windowSize", "windowTradeCount", "windowHitRate", "windowExpectancy", "windowProfitFactor", "windowSortino", "windowMaxDrawdownPct", "windowCumulativePnlAmt", "backtestExpectancy", "backtestHitRate", "backtestHitRateStdDev", "backtestExpectancyStdDev", "divergenceZScore", "divergenceAlertActive", "averageConfidence", "confidenceTrend", "lastUpdatedAt", "updatedAt", "alpacaAccount"],
|
|
3690
|
+
StrategyHealthSnapshotCreateManyInput: ["id", "alpacaAccountId", "strategyName", "currentState", "stateChangedAt", "stateChangedReason", "windowSize", "windowTradeCount", "windowHitRate", "windowExpectancy", "windowProfitFactor", "windowSortino", "windowMaxDrawdownPct", "windowCumulativePnlAmt", "backtestExpectancy", "backtestHitRate", "backtestHitRateStdDev", "backtestExpectancyStdDev", "divergenceZScore", "divergenceAlertActive", "averageConfidence", "confidenceTrend", "lastUpdatedAt", "updatedAt"],
|
|
3691
|
+
StrategyHealthSnapshotUpdateManyMutationInput: ["id", "strategyName", "currentState", "stateChangedAt", "stateChangedReason", "windowSize", "windowTradeCount", "windowHitRate", "windowExpectancy", "windowProfitFactor", "windowSortino", "windowMaxDrawdownPct", "windowCumulativePnlAmt", "backtestExpectancy", "backtestHitRate", "backtestHitRateStdDev", "backtestExpectancyStdDev", "divergenceZScore", "divergenceAlertActive", "averageConfidence", "confidenceTrend", "lastUpdatedAt", "updatedAt"],
|
|
3692
3692
|
RiskEscalationEventCreateInput: ["id", "scopeKind", "scopeValue", "fromState", "toState", "reason", "severity", "triggeringObserver", "observedValue", "breachedThreshold", "breachedThresholdKey", "correlationId", "triggeringEventId", "actor", "actorUserId", "rationale", "createdAt", "alpacaAccount", "activatedPolicyOverlay", "triggeredByPolicyOverlay"],
|
|
3693
3693
|
RiskEscalationEventUpdateInput: ["id", "scopeKind", "scopeValue", "fromState", "toState", "reason", "severity", "triggeringObserver", "observedValue", "breachedThreshold", "breachedThresholdKey", "correlationId", "triggeringEventId", "actor", "actorUserId", "rationale", "createdAt", "alpacaAccount", "activatedPolicyOverlay", "triggeredByPolicyOverlay"],
|
|
3694
3694
|
RiskEscalationEventCreateManyInput: ["id", "alpacaAccountId", "scopeKind", "scopeValue", "fromState", "toState", "reason", "severity", "triggeringObserver", "observedValue", "breachedThreshold", "breachedThresholdKey", "correlationId", "triggeringEventId", "actor", "actorUserId", "rationale", "triggeredByPolicyOverlayId", "createdAt"],
|
|
@@ -4238,11 +4238,11 @@ const inputsInfo = {
|
|
|
4238
4238
|
AccountRiskMetricsSumOrderByAggregateInput: ["accountHighWaterMark", "currentEquity", "currentDrawdownPct", "intradayDrawdownPct", "maxDrawdownPctLifetime", "dailyPnlAmount", "dailyPnlPct", "weeklyPnlAmount", "weeklyPnlPct", "monthlyPnlAmount", "monthlyPnlPct", "peakToTroughAmount", "peakToTroughPct"],
|
|
4239
4239
|
EnumStrategyStateFilter: ["equals", "in", "notIn", "not"],
|
|
4240
4240
|
StrategyHealthSnapshotAlpacaAccountIdStrategyNameCompoundUniqueInput: ["alpacaAccountId", "strategyName"],
|
|
4241
|
-
StrategyHealthSnapshotCountOrderByAggregateInput: ["id", "alpacaAccountId", "strategyName", "currentState", "stateChangedAt", "stateChangedReason", "windowSize", "windowTradeCount", "windowHitRate", "windowExpectancy", "windowProfitFactor", "windowSortino", "windowMaxDrawdownPct", "windowCumulativePnlAmt", "backtestExpectancy", "divergenceZScore", "divergenceAlertActive", "averageConfidence", "confidenceTrend", "lastUpdatedAt", "updatedAt"],
|
|
4242
|
-
StrategyHealthSnapshotAvgOrderByAggregateInput: ["windowSize", "windowTradeCount", "windowHitRate", "windowExpectancy", "windowProfitFactor", "windowSortino", "windowMaxDrawdownPct", "windowCumulativePnlAmt", "backtestExpectancy", "divergenceZScore", "averageConfidence", "confidenceTrend"],
|
|
4243
|
-
StrategyHealthSnapshotMaxOrderByAggregateInput: ["id", "alpacaAccountId", "strategyName", "currentState", "stateChangedAt", "stateChangedReason", "windowSize", "windowTradeCount", "windowHitRate", "windowExpectancy", "windowProfitFactor", "windowSortino", "windowMaxDrawdownPct", "windowCumulativePnlAmt", "backtestExpectancy", "divergenceZScore", "divergenceAlertActive", "averageConfidence", "confidenceTrend", "lastUpdatedAt", "updatedAt"],
|
|
4244
|
-
StrategyHealthSnapshotMinOrderByAggregateInput: ["id", "alpacaAccountId", "strategyName", "currentState", "stateChangedAt", "stateChangedReason", "windowSize", "windowTradeCount", "windowHitRate", "windowExpectancy", "windowProfitFactor", "windowSortino", "windowMaxDrawdownPct", "windowCumulativePnlAmt", "backtestExpectancy", "divergenceZScore", "divergenceAlertActive", "averageConfidence", "confidenceTrend", "lastUpdatedAt", "updatedAt"],
|
|
4245
|
-
StrategyHealthSnapshotSumOrderByAggregateInput: ["windowSize", "windowTradeCount", "windowHitRate", "windowExpectancy", "windowProfitFactor", "windowSortino", "windowMaxDrawdownPct", "windowCumulativePnlAmt", "backtestExpectancy", "divergenceZScore", "averageConfidence", "confidenceTrend"],
|
|
4241
|
+
StrategyHealthSnapshotCountOrderByAggregateInput: ["id", "alpacaAccountId", "strategyName", "currentState", "stateChangedAt", "stateChangedReason", "windowSize", "windowTradeCount", "windowHitRate", "windowExpectancy", "windowProfitFactor", "windowSortino", "windowMaxDrawdownPct", "windowCumulativePnlAmt", "backtestExpectancy", "backtestHitRate", "backtestHitRateStdDev", "backtestExpectancyStdDev", "divergenceZScore", "divergenceAlertActive", "averageConfidence", "confidenceTrend", "lastUpdatedAt", "updatedAt"],
|
|
4242
|
+
StrategyHealthSnapshotAvgOrderByAggregateInput: ["windowSize", "windowTradeCount", "windowHitRate", "windowExpectancy", "windowProfitFactor", "windowSortino", "windowMaxDrawdownPct", "windowCumulativePnlAmt", "backtestExpectancy", "backtestHitRate", "backtestHitRateStdDev", "backtestExpectancyStdDev", "divergenceZScore", "averageConfidence", "confidenceTrend"],
|
|
4243
|
+
StrategyHealthSnapshotMaxOrderByAggregateInput: ["id", "alpacaAccountId", "strategyName", "currentState", "stateChangedAt", "stateChangedReason", "windowSize", "windowTradeCount", "windowHitRate", "windowExpectancy", "windowProfitFactor", "windowSortino", "windowMaxDrawdownPct", "windowCumulativePnlAmt", "backtestExpectancy", "backtestHitRate", "backtestHitRateStdDev", "backtestExpectancyStdDev", "divergenceZScore", "divergenceAlertActive", "averageConfidence", "confidenceTrend", "lastUpdatedAt", "updatedAt"],
|
|
4244
|
+
StrategyHealthSnapshotMinOrderByAggregateInput: ["id", "alpacaAccountId", "strategyName", "currentState", "stateChangedAt", "stateChangedReason", "windowSize", "windowTradeCount", "windowHitRate", "windowExpectancy", "windowProfitFactor", "windowSortino", "windowMaxDrawdownPct", "windowCumulativePnlAmt", "backtestExpectancy", "backtestHitRate", "backtestHitRateStdDev", "backtestExpectancyStdDev", "divergenceZScore", "divergenceAlertActive", "averageConfidence", "confidenceTrend", "lastUpdatedAt", "updatedAt"],
|
|
4245
|
+
StrategyHealthSnapshotSumOrderByAggregateInput: ["windowSize", "windowTradeCount", "windowHitRate", "windowExpectancy", "windowProfitFactor", "windowSortino", "windowMaxDrawdownPct", "windowCumulativePnlAmt", "backtestExpectancy", "backtestHitRate", "backtestHitRateStdDev", "backtestExpectancyStdDev", "divergenceZScore", "averageConfidence", "confidenceTrend"],
|
|
4246
4246
|
EnumStrategyStateWithAggregatesFilter: ["equals", "in", "notIn", "not", "_count", "_min", "_max"],
|
|
4247
4247
|
EnumRiskEscalationReasonFilter: ["equals", "in", "notIn", "not"],
|
|
4248
4248
|
EnumRiskEscalationActorFilter: ["equals", "in", "notIn", "not"],
|
|
@@ -4751,7 +4751,7 @@ const inputsInfo = {
|
|
|
4751
4751
|
AlertCreateManyAlpacaAccountInputEnvelope: ["data", "skipDuplicates"],
|
|
4752
4752
|
AccountRiskMetricsCreateWithoutAlpacaAccountInput: ["id", "currentRiskState", "currentScopeState", "riskStateChangedAt", "riskStateChangedBy", "riskStateChangeReason", "accountHighWaterMark", "accountHighWaterMarkAt", "currentEquity", "currentDrawdownPct", "intradayDrawdownPct", "maxDrawdownPctLifetime", "dailyPnlAmount", "dailyPnlPct", "weeklyPnlAmount", "weeklyPnlPct", "monthlyPnlAmount", "monthlyPnlPct", "peakToTroughAmount", "peakToTroughPct", "nextRecoveryEligibleAt", "lastSyncedAt", "updatedAt"],
|
|
4753
4753
|
AccountRiskMetricsCreateOrConnectWithoutAlpacaAccountInput: ["where", "create"],
|
|
4754
|
-
StrategyHealthSnapshotCreateWithoutAlpacaAccountInput: ["id", "strategyName", "currentState", "stateChangedAt", "stateChangedReason", "windowSize", "windowTradeCount", "windowHitRate", "windowExpectancy", "windowProfitFactor", "windowSortino", "windowMaxDrawdownPct", "windowCumulativePnlAmt", "backtestExpectancy", "divergenceZScore", "divergenceAlertActive", "averageConfidence", "confidenceTrend", "lastUpdatedAt", "updatedAt"],
|
|
4754
|
+
StrategyHealthSnapshotCreateWithoutAlpacaAccountInput: ["id", "strategyName", "currentState", "stateChangedAt", "stateChangedReason", "windowSize", "windowTradeCount", "windowHitRate", "windowExpectancy", "windowProfitFactor", "windowSortino", "windowMaxDrawdownPct", "windowCumulativePnlAmt", "backtestExpectancy", "backtestHitRate", "backtestHitRateStdDev", "backtestExpectancyStdDev", "divergenceZScore", "divergenceAlertActive", "averageConfidence", "confidenceTrend", "lastUpdatedAt", "updatedAt"],
|
|
4755
4755
|
StrategyHealthSnapshotCreateOrConnectWithoutAlpacaAccountInput: ["where", "create"],
|
|
4756
4756
|
StrategyHealthSnapshotCreateManyAlpacaAccountInputEnvelope: ["data", "skipDuplicates"],
|
|
4757
4757
|
RiskEscalationEventCreateWithoutAlpacaAccountInput: ["id", "scopeKind", "scopeValue", "fromState", "toState", "reason", "severity", "triggeringObserver", "observedValue", "breachedThreshold", "breachedThresholdKey", "correlationId", "triggeringEventId", "actor", "actorUserId", "rationale", "createdAt", "activatedPolicyOverlay", "triggeredByPolicyOverlay"],
|
|
@@ -4776,7 +4776,7 @@ const inputsInfo = {
|
|
|
4776
4776
|
StrategyHealthSnapshotUpsertWithWhereUniqueWithoutAlpacaAccountInput: ["where", "update", "create"],
|
|
4777
4777
|
StrategyHealthSnapshotUpdateWithWhereUniqueWithoutAlpacaAccountInput: ["where", "data"],
|
|
4778
4778
|
StrategyHealthSnapshotUpdateManyWithWhereWithoutAlpacaAccountInput: ["where", "data"],
|
|
4779
|
-
StrategyHealthSnapshotScalarWhereInput: ["AND", "OR", "NOT", "id", "alpacaAccountId", "strategyName", "currentState", "stateChangedAt", "stateChangedReason", "windowSize", "windowTradeCount", "windowHitRate", "windowExpectancy", "windowProfitFactor", "windowSortino", "windowMaxDrawdownPct", "windowCumulativePnlAmt", "backtestExpectancy", "divergenceZScore", "divergenceAlertActive", "averageConfidence", "confidenceTrend", "lastUpdatedAt", "updatedAt"],
|
|
4779
|
+
StrategyHealthSnapshotScalarWhereInput: ["AND", "OR", "NOT", "id", "alpacaAccountId", "strategyName", "currentState", "stateChangedAt", "stateChangedReason", "windowSize", "windowTradeCount", "windowHitRate", "windowExpectancy", "windowProfitFactor", "windowSortino", "windowMaxDrawdownPct", "windowCumulativePnlAmt", "backtestExpectancy", "backtestHitRate", "backtestHitRateStdDev", "backtestExpectancyStdDev", "divergenceZScore", "divergenceAlertActive", "averageConfidence", "confidenceTrend", "lastUpdatedAt", "updatedAt"],
|
|
4780
4780
|
RiskEscalationEventUpsertWithWhereUniqueWithoutAlpacaAccountInput: ["where", "update", "create"],
|
|
4781
4781
|
RiskEscalationEventUpdateWithWhereUniqueWithoutAlpacaAccountInput: ["where", "data"],
|
|
4782
4782
|
RiskEscalationEventUpdateManyWithWhereWithoutAlpacaAccountInput: ["where", "data"],
|
|
@@ -5079,10 +5079,10 @@ const inputsInfo = {
|
|
|
5079
5079
|
AccountLinkingRequestUpdateWithoutUserInput: ["id", "email", "provider", "providerAccountId", "status", "verificationToken", "userAgent", "ipAddress", "createdAt", "expiresAt", "verifiedAt", "approvedAt", "rejectedAt"],
|
|
5080
5080
|
WaitlistEntryUpdateWithoutReviewedByInput: ["id", "email", "fullName", "companyName", "companyWebsite", "jobRole", "professionalInvestorConfirmed", "status", "queuePosition", "createdAt", "updatedAt", "reviewedAt", "inviteToken"],
|
|
5081
5081
|
AlertCreateManyAlpacaAccountInput: ["id", "title", "message", "type", "severity", "category", "status", "isRead", "acknowledgedAt", "resolvedAt", "suppressedUntil", "retryCount", "metadata", "createdAt", "updatedAt"],
|
|
5082
|
-
StrategyHealthSnapshotCreateManyAlpacaAccountInput: ["id", "strategyName", "currentState", "stateChangedAt", "stateChangedReason", "windowSize", "windowTradeCount", "windowHitRate", "windowExpectancy", "windowProfitFactor", "windowSortino", "windowMaxDrawdownPct", "windowCumulativePnlAmt", "backtestExpectancy", "divergenceZScore", "divergenceAlertActive", "averageConfidence", "confidenceTrend", "lastUpdatedAt", "updatedAt"],
|
|
5082
|
+
StrategyHealthSnapshotCreateManyAlpacaAccountInput: ["id", "strategyName", "currentState", "stateChangedAt", "stateChangedReason", "windowSize", "windowTradeCount", "windowHitRate", "windowExpectancy", "windowProfitFactor", "windowSortino", "windowMaxDrawdownPct", "windowCumulativePnlAmt", "backtestExpectancy", "backtestHitRate", "backtestHitRateStdDev", "backtestExpectancyStdDev", "divergenceZScore", "divergenceAlertActive", "averageConfidence", "confidenceTrend", "lastUpdatedAt", "updatedAt"],
|
|
5083
5083
|
RiskEscalationEventCreateManyAlpacaAccountInput: ["id", "scopeKind", "scopeValue", "fromState", "toState", "reason", "severity", "triggeringObserver", "observedValue", "breachedThreshold", "breachedThresholdKey", "correlationId", "triggeringEventId", "actor", "actorUserId", "rationale", "triggeredByPolicyOverlayId", "createdAt"],
|
|
5084
5084
|
AlertUpdateWithoutAlpacaAccountInput: ["id", "title", "message", "type", "severity", "category", "status", "isRead", "acknowledgedAt", "resolvedAt", "suppressedUntil", "retryCount", "metadata", "createdAt", "updatedAt"],
|
|
5085
|
-
StrategyHealthSnapshotUpdateWithoutAlpacaAccountInput: ["id", "strategyName", "currentState", "stateChangedAt", "stateChangedReason", "windowSize", "windowTradeCount", "windowHitRate", "windowExpectancy", "windowProfitFactor", "windowSortino", "windowMaxDrawdownPct", "windowCumulativePnlAmt", "backtestExpectancy", "divergenceZScore", "divergenceAlertActive", "averageConfidence", "confidenceTrend", "lastUpdatedAt", "updatedAt"],
|
|
5085
|
+
StrategyHealthSnapshotUpdateWithoutAlpacaAccountInput: ["id", "strategyName", "currentState", "stateChangedAt", "stateChangedReason", "windowSize", "windowTradeCount", "windowHitRate", "windowExpectancy", "windowProfitFactor", "windowSortino", "windowMaxDrawdownPct", "windowCumulativePnlAmt", "backtestExpectancy", "backtestHitRate", "backtestHitRateStdDev", "backtestExpectancyStdDev", "divergenceZScore", "divergenceAlertActive", "averageConfidence", "confidenceTrend", "lastUpdatedAt", "updatedAt"],
|
|
5086
5086
|
RiskEscalationEventUpdateWithoutAlpacaAccountInput: ["id", "scopeKind", "scopeValue", "fromState", "toState", "reason", "severity", "triggeringObserver", "observedValue", "breachedThreshold", "breachedThresholdKey", "correlationId", "triggeringEventId", "actor", "actorUserId", "rationale", "createdAt", "activatedPolicyOverlay", "triggeredByPolicyOverlay"],
|
|
5087
5087
|
UserCreateManyCustomerInput: ["id", "name", "email", "emailVerified", "image", "createdAt", "updatedAt", "deletedAt", "role", "bio", "jobTitle", "currentAccount", "plan", "openaiAPIKey", "openaiModel"],
|
|
5088
5088
|
UserUpdateWithoutCustomerInput: ["id", "name", "email", "emailVerified", "image", "createdAt", "updatedAt", "deletedAt", "role", "bio", "jobTitle", "currentAccount", "plan", "openaiAPIKey", "openaiModel", "accounts", "sessions", "authenticators", "alpacaAccounts", "linkedProviders", "accountLinkingRequests", "reviewedWaitlistEntries", "llmConfiguration"],
|