adaptic-backend 1.0.335 → 1.0.337
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 +108 -0
- package/Alert.cjs +84 -0
- package/Allocation.cjs +90 -0
- package/AlpacaAccount.cjs +78 -0
- package/Authenticator.cjs +108 -0
- package/Customer.cjs +108 -0
- package/Session.cjs +102 -0
- package/User.cjs +90 -0
- package/esm/Account.d.ts.map +1 -1
- package/esm/Account.js.map +1 -1
- package/esm/Account.mjs +108 -0
- package/esm/Alert.d.ts.map +1 -1
- package/esm/Alert.js.map +1 -1
- package/esm/Alert.mjs +84 -0
- package/esm/Allocation.d.ts.map +1 -1
- package/esm/Allocation.js.map +1 -1
- package/esm/Allocation.mjs +90 -0
- package/esm/AlpacaAccount.d.ts.map +1 -1
- package/esm/AlpacaAccount.js.map +1 -1
- package/esm/AlpacaAccount.mjs +78 -0
- package/esm/Authenticator.d.ts.map +1 -1
- package/esm/Authenticator.js.map +1 -1
- package/esm/Authenticator.mjs +108 -0
- package/esm/Customer.d.ts.map +1 -1
- package/esm/Customer.js.map +1 -1
- package/esm/Customer.mjs +108 -0
- package/esm/Session.d.ts.map +1 -1
- package/esm/Session.js.map +1 -1
- package/esm/Session.mjs +102 -0
- package/esm/User.d.ts.map +1 -1
- package/esm/User.js.map +1 -1
- package/esm/User.mjs +90 -0
- package/esm/generated/selectionSets/Account.d.ts +1 -1
- package/esm/generated/selectionSets/Account.d.ts.map +1 -1
- package/esm/generated/selectionSets/Account.js.map +1 -1
- package/esm/generated/selectionSets/Account.mjs +6 -0
- package/esm/generated/selectionSets/Allocation.d.ts +1 -1
- package/esm/generated/selectionSets/Allocation.d.ts.map +1 -1
- package/esm/generated/selectionSets/Allocation.js.map +1 -1
- package/esm/generated/selectionSets/Allocation.mjs +6 -0
- package/esm/generated/selectionSets/AlpacaAccount.d.ts +1 -1
- package/esm/generated/selectionSets/AlpacaAccount.d.ts.map +1 -1
- package/esm/generated/selectionSets/AlpacaAccount.js.map +1 -1
- package/esm/generated/selectionSets/AlpacaAccount.mjs +6 -0
- package/esm/generated/selectionSets/Authenticator.d.ts +1 -1
- package/esm/generated/selectionSets/Authenticator.d.ts.map +1 -1
- package/esm/generated/selectionSets/Authenticator.js.map +1 -1
- package/esm/generated/selectionSets/Authenticator.mjs +6 -0
- package/esm/generated/selectionSets/Customer.d.ts +1 -1
- package/esm/generated/selectionSets/Customer.d.ts.map +1 -1
- package/esm/generated/selectionSets/Customer.js.map +1 -1
- package/esm/generated/selectionSets/Customer.mjs +6 -0
- package/esm/generated/selectionSets/User.d.ts +1 -1
- package/esm/generated/selectionSets/User.d.ts.map +1 -1
- package/esm/generated/selectionSets/User.js.map +1 -1
- package/esm/generated/selectionSets/User.mjs +6 -0
- package/esm/generated/typegraphql-prisma/enhance.js.map +1 -1
- package/esm/generated/typegraphql-prisma/enhance.mjs +30 -30
- package/esm/generated/typegraphql-prisma/enums/AlpacaAccountScalarFieldEnum.d.ts +6 -0
- package/esm/generated/typegraphql-prisma/enums/AlpacaAccountScalarFieldEnum.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/enums/AlpacaAccountScalarFieldEnum.js.map +1 -1
- package/esm/generated/typegraphql-prisma/enums/AlpacaAccountScalarFieldEnum.mjs +6 -0
- package/esm/generated/typegraphql-prisma/models/AlpacaAccount.d.ts +24 -0
- package/esm/generated/typegraphql-prisma/models/AlpacaAccount.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/models/AlpacaAccount.js.map +1 -1
- package/esm/generated/typegraphql-prisma/models/AlpacaAccount.mjs +66 -0
- package/esm/generated/typegraphql-prisma/resolvers/crud/AlpacaAccount/args/FindFirstAlpacaAccountArgs.d.ts +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/crud/AlpacaAccount/args/FindFirstAlpacaAccountArgs.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/crud/AlpacaAccount/args/FindFirstAlpacaAccountArgs.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/crud/AlpacaAccount/args/FindFirstAlpacaAccountOrThrowArgs.d.ts +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/crud/AlpacaAccount/args/FindFirstAlpacaAccountOrThrowArgs.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/crud/AlpacaAccount/args/FindFirstAlpacaAccountOrThrowArgs.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/crud/AlpacaAccount/args/FindManyAlpacaAccountArgs.d.ts +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/crud/AlpacaAccount/args/FindManyAlpacaAccountArgs.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/crud/AlpacaAccount/args/FindManyAlpacaAccountArgs.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/crud/AlpacaAccount/args/GroupByAlpacaAccountArgs.d.ts +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/crud/AlpacaAccount/args/GroupByAlpacaAccountArgs.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/crud/AlpacaAccount/args/GroupByAlpacaAccountArgs.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountAvgOrderByAggregateInput.d.ts +6 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountAvgOrderByAggregateInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountAvgOrderByAggregateInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountAvgOrderByAggregateInput.mjs +42 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCountOrderByAggregateInput.d.ts +6 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCountOrderByAggregateInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCountOrderByAggregateInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCountOrderByAggregateInput.mjs +42 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateInput.d.ts +6 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateInput.mjs +42 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateManyInput.d.ts +6 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateManyInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateManyInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateManyInput.mjs +42 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateManyUserInput.d.ts +6 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateManyUserInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateManyUserInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateManyUserInput.mjs +42 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutAlertsInput.d.ts +6 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutAlertsInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutAlertsInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutAlertsInput.mjs +42 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutAllocationInput.d.ts +6 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutAllocationInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutAllocationInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutAllocationInput.mjs +42 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutUserInput.d.ts +6 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutUserInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutUserInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutUserInput.mjs +42 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountMaxOrderByAggregateInput.d.ts +6 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountMaxOrderByAggregateInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountMaxOrderByAggregateInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountMaxOrderByAggregateInput.mjs +42 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountMinOrderByAggregateInput.d.ts +6 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountMinOrderByAggregateInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountMinOrderByAggregateInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountMinOrderByAggregateInput.mjs +42 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountOrderByWithAggregationInput.d.ts +6 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountOrderByWithAggregationInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountOrderByWithAggregationInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountOrderByWithAggregationInput.mjs +42 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountOrderByWithRelationInput.d.ts +6 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountOrderByWithRelationInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountOrderByWithRelationInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountOrderByWithRelationInput.mjs +42 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountScalarWhereInput.d.ts +6 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountScalarWhereInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountScalarWhereInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountScalarWhereInput.mjs +42 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountScalarWhereWithAggregatesInput.d.ts +6 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountScalarWhereWithAggregatesInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountScalarWhereWithAggregatesInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountScalarWhereWithAggregatesInput.mjs +42 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountSumOrderByAggregateInput.d.ts +6 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountSumOrderByAggregateInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountSumOrderByAggregateInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountSumOrderByAggregateInput.mjs +42 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateInput.d.ts +6 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateInput.mjs +42 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateManyMutationInput.d.ts +6 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateManyMutationInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateManyMutationInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateManyMutationInput.mjs +42 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutAlertsInput.d.ts +6 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutAlertsInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutAlertsInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutAlertsInput.mjs +42 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutAllocationInput.d.ts +6 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutAllocationInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutAllocationInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutAllocationInput.mjs +42 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutUserInput.d.ts +6 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutUserInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutUserInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutUserInput.mjs +42 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountWhereInput.d.ts +6 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountWhereInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountWhereInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountWhereInput.mjs +42 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountWhereUniqueInput.d.ts +6 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountWhereUniqueInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountWhereUniqueInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountWhereUniqueInput.mjs +42 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountAvgAggregate.d.ts +6 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountAvgAggregate.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountAvgAggregate.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountAvgAggregate.mjs +42 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountCountAggregate.d.ts +6 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountCountAggregate.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountCountAggregate.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountCountAggregate.mjs +42 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountGroupBy.d.ts +6 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountGroupBy.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountGroupBy.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountGroupBy.mjs +42 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountMaxAggregate.d.ts +6 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountMaxAggregate.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountMaxAggregate.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountMaxAggregate.mjs +42 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountMinAggregate.d.ts +6 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountMinAggregate.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountMinAggregate.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountMinAggregate.mjs +42 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountSumAggregate.d.ts +6 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountSumAggregate.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountSumAggregate.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountSumAggregate.mjs +42 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnAlpacaAccount.d.ts +6 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnAlpacaAccount.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnAlpacaAccount.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnAlpacaAccount.mjs +42 -0
- package/esm/generated/typegraphql-prisma/resolvers/relations/User/args/UserAlpacaAccountsArgs.d.ts +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/relations/User/args/UserAlpacaAccountsArgs.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/relations/User/args/UserAlpacaAccountsArgs.js.map +1 -1
- package/esm/index.mjs +1 -1
- package/generated/typegraphql-prisma/enhance.cjs +30 -30
- package/generated/typegraphql-prisma/enhance.js.map +1 -1
- package/generated/typegraphql-prisma/enums/AlpacaAccountScalarFieldEnum.cjs +6 -0
- package/generated/typegraphql-prisma/enums/AlpacaAccountScalarFieldEnum.d.ts +6 -0
- package/generated/typegraphql-prisma/enums/AlpacaAccountScalarFieldEnum.d.ts.map +1 -1
- package/generated/typegraphql-prisma/enums/AlpacaAccountScalarFieldEnum.js.map +1 -1
- package/generated/typegraphql-prisma/models/AlpacaAccount.cjs +42 -0
- package/generated/typegraphql-prisma/models/AlpacaAccount.d.ts +24 -0
- package/generated/typegraphql-prisma/models/AlpacaAccount.d.ts.map +1 -1
- package/generated/typegraphql-prisma/models/AlpacaAccount.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/AlpacaAccount/args/FindFirstAlpacaAccountArgs.d.ts +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/AlpacaAccount/args/FindFirstAlpacaAccountArgs.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/AlpacaAccount/args/FindFirstAlpacaAccountArgs.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/AlpacaAccount/args/FindFirstAlpacaAccountOrThrowArgs.d.ts +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/AlpacaAccount/args/FindFirstAlpacaAccountOrThrowArgs.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/AlpacaAccount/args/FindFirstAlpacaAccountOrThrowArgs.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/AlpacaAccount/args/FindManyAlpacaAccountArgs.d.ts +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/AlpacaAccount/args/FindManyAlpacaAccountArgs.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/AlpacaAccount/args/FindManyAlpacaAccountArgs.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/AlpacaAccount/args/GroupByAlpacaAccountArgs.d.ts +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/AlpacaAccount/args/GroupByAlpacaAccountArgs.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/AlpacaAccount/args/GroupByAlpacaAccountArgs.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountAvgOrderByAggregateInput.cjs +36 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountAvgOrderByAggregateInput.d.ts +6 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountAvgOrderByAggregateInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountAvgOrderByAggregateInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCountOrderByAggregateInput.cjs +36 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCountOrderByAggregateInput.d.ts +6 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCountOrderByAggregateInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCountOrderByAggregateInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateInput.cjs +36 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateInput.d.ts +6 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateManyInput.cjs +36 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateManyInput.d.ts +6 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateManyInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateManyInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateManyUserInput.cjs +36 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateManyUserInput.d.ts +6 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateManyUserInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateManyUserInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutAlertsInput.cjs +36 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutAlertsInput.d.ts +6 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutAlertsInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutAlertsInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutAllocationInput.cjs +36 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutAllocationInput.d.ts +6 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutAllocationInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutAllocationInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutUserInput.cjs +36 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutUserInput.d.ts +6 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutUserInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutUserInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountMaxOrderByAggregateInput.cjs +36 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountMaxOrderByAggregateInput.d.ts +6 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountMaxOrderByAggregateInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountMaxOrderByAggregateInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountMinOrderByAggregateInput.cjs +36 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountMinOrderByAggregateInput.d.ts +6 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountMinOrderByAggregateInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountMinOrderByAggregateInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountOrderByWithAggregationInput.cjs +36 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountOrderByWithAggregationInput.d.ts +6 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountOrderByWithAggregationInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountOrderByWithAggregationInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountOrderByWithRelationInput.cjs +36 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountOrderByWithRelationInput.d.ts +6 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountOrderByWithRelationInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountOrderByWithRelationInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountScalarWhereInput.cjs +36 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountScalarWhereInput.d.ts +6 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountScalarWhereInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountScalarWhereInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountScalarWhereWithAggregatesInput.cjs +36 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountScalarWhereWithAggregatesInput.d.ts +6 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountScalarWhereWithAggregatesInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountScalarWhereWithAggregatesInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountSumOrderByAggregateInput.cjs +36 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountSumOrderByAggregateInput.d.ts +6 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountSumOrderByAggregateInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountSumOrderByAggregateInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateInput.cjs +36 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateInput.d.ts +6 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateManyMutationInput.cjs +36 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateManyMutationInput.d.ts +6 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateManyMutationInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateManyMutationInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutAlertsInput.cjs +36 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutAlertsInput.d.ts +6 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutAlertsInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutAlertsInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutAllocationInput.cjs +36 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutAllocationInput.d.ts +6 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutAllocationInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutAllocationInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutUserInput.cjs +36 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutUserInput.d.ts +6 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutUserInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutUserInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountWhereInput.cjs +36 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountWhereInput.d.ts +6 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountWhereInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountWhereInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountWhereUniqueInput.cjs +36 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountWhereUniqueInput.d.ts +6 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountWhereUniqueInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountWhereUniqueInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountAvgAggregate.cjs +36 -0
- package/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountAvgAggregate.d.ts +6 -0
- package/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountAvgAggregate.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountAvgAggregate.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountCountAggregate.cjs +36 -0
- package/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountCountAggregate.d.ts +6 -0
- package/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountCountAggregate.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountCountAggregate.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountGroupBy.cjs +36 -0
- package/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountGroupBy.d.ts +6 -0
- package/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountGroupBy.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountGroupBy.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountMaxAggregate.cjs +36 -0
- package/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountMaxAggregate.d.ts +6 -0
- package/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountMaxAggregate.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountMaxAggregate.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountMinAggregate.cjs +36 -0
- package/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountMinAggregate.d.ts +6 -0
- package/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountMinAggregate.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountMinAggregate.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountSumAggregate.cjs +36 -0
- package/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountSumAggregate.d.ts +6 -0
- package/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountSumAggregate.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountSumAggregate.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnAlpacaAccount.cjs +36 -0
- package/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnAlpacaAccount.d.ts +6 -0
- package/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnAlpacaAccount.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnAlpacaAccount.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/relations/User/args/UserAlpacaAccountsArgs.d.ts +1 -1
- package/generated/typegraphql-prisma/resolvers/relations/User/args/UserAlpacaAccountsArgs.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/relations/User/args/UserAlpacaAccountsArgs.js.map +1 -1
- package/package.json +1 -1
@@ -749,7 +749,7 @@ const modelsInfo = {
|
|
749
749
|
MarketSentiment: ["id", "sentiment", "description", "longDescription", "createdAt", "updatedAt"],
|
750
750
|
Session: ["id", "sessionToken", "userId", "expires", "createdAt", "updatedAt"],
|
751
751
|
User: ["id", "name", "email", "emailVerified", "image", "createdAt", "updatedAt", "role", "bio", "jobTitle", "currentAccount", "customerId", "plan", "openaiAPIKey", "openaiModel"],
|
752
|
-
AlpacaAccount: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradingPairs", "cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "userId", "createdAt", "updatedAt"],
|
752
|
+
AlpacaAccount: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradingPairs", "cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "defaultTrailingStopPercentage100", "firstTrailReductionThreshold100", "secondTrailReductionThreshold100", "firstReducedTrailPercentage100", "secondReducedTrailPercentage100", "minimumPriceChangePercent100", "userId", "createdAt", "updatedAt"],
|
753
753
|
Allocation: ["id", "stocks", "crypto", "etfs", "alpacaAccountId", "createdAt", "updatedAt"],
|
754
754
|
Authenticator: ["id", "userId", "credentialID", "publicKey", "counter", "createdAt", "updatedAt"],
|
755
755
|
Account: ["id", "userId", "type", "provider", "providerAccountId", "refresh_token", "access_token", "expires_at", "token_type", "scope", "id_token", "session_state", "createdAt", "updatedAt"],
|
@@ -781,7 +781,7 @@ const outputsInfo = {
|
|
781
781
|
AggregateUser: ["_count", "_avg", "_sum", "_min", "_max"],
|
782
782
|
UserGroupBy: ["id", "name", "email", "emailVerified", "image", "createdAt", "updatedAt", "role", "bio", "jobTitle", "currentAccount", "customerId", "plan", "openaiAPIKey", "openaiModel", "_count", "_avg", "_sum", "_min", "_max"],
|
783
783
|
AggregateAlpacaAccount: ["_count", "_avg", "_sum", "_min", "_max"],
|
784
|
-
AlpacaAccountGroupBy: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradingPairs", "cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "userId", "createdAt", "updatedAt", "_count", "_avg", "_sum", "_min", "_max"],
|
784
|
+
AlpacaAccountGroupBy: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradingPairs", "cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "defaultTrailingStopPercentage100", "firstTrailReductionThreshold100", "secondTrailReductionThreshold100", "firstReducedTrailPercentage100", "secondReducedTrailPercentage100", "minimumPriceChangePercent100", "userId", "createdAt", "updatedAt", "_count", "_avg", "_sum", "_min", "_max"],
|
785
785
|
AggregateAllocation: ["_count", "_avg", "_sum", "_min", "_max"],
|
786
786
|
AllocationGroupBy: ["id", "stocks", "crypto", "etfs", "alpacaAccountId", "createdAt", "updatedAt", "_count", "_avg", "_sum", "_min", "_max"],
|
787
787
|
AggregateAuthenticator: ["_count", "_avg", "_sum", "_min", "_max"],
|
@@ -822,11 +822,11 @@ const outputsInfo = {
|
|
822
822
|
UserMinAggregate: ["id", "name", "email", "emailVerified", "image", "createdAt", "updatedAt", "role", "bio", "jobTitle", "currentAccount", "customerId", "plan", "openaiAPIKey", "openaiModel"],
|
823
823
|
UserMaxAggregate: ["id", "name", "email", "emailVerified", "image", "createdAt", "updatedAt", "role", "bio", "jobTitle", "currentAccount", "customerId", "plan", "openaiAPIKey", "openaiModel"],
|
824
824
|
AlpacaAccountCount: ["alerts"],
|
825
|
-
AlpacaAccountCountAggregate: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradingPairs", "cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "userId", "createdAt", "updatedAt", "_all"],
|
826
|
-
AlpacaAccountAvgAggregate: ["cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent"],
|
827
|
-
AlpacaAccountSumAggregate: ["cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent"],
|
828
|
-
AlpacaAccountMinAggregate: ["id", "type", "APIKey", "APISecret", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "userId", "createdAt", "updatedAt"],
|
829
|
-
AlpacaAccountMaxAggregate: ["id", "type", "APIKey", "APISecret", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "userId", "createdAt", "updatedAt"],
|
825
|
+
AlpacaAccountCountAggregate: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradingPairs", "cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "defaultTrailingStopPercentage100", "firstTrailReductionThreshold100", "secondTrailReductionThreshold100", "firstReducedTrailPercentage100", "secondReducedTrailPercentage100", "minimumPriceChangePercent100", "userId", "createdAt", "updatedAt", "_all"],
|
826
|
+
AlpacaAccountAvgAggregate: ["cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "defaultTrailingStopPercentage100", "firstTrailReductionThreshold100", "secondTrailReductionThreshold100", "firstReducedTrailPercentage100", "secondReducedTrailPercentage100", "minimumPriceChangePercent100"],
|
827
|
+
AlpacaAccountSumAggregate: ["cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "defaultTrailingStopPercentage100", "firstTrailReductionThreshold100", "secondTrailReductionThreshold100", "firstReducedTrailPercentage100", "secondReducedTrailPercentage100", "minimumPriceChangePercent100"],
|
828
|
+
AlpacaAccountMinAggregate: ["id", "type", "APIKey", "APISecret", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "defaultTrailingStopPercentage100", "firstTrailReductionThreshold100", "secondTrailReductionThreshold100", "firstReducedTrailPercentage100", "secondReducedTrailPercentage100", "minimumPriceChangePercent100", "userId", "createdAt", "updatedAt"],
|
829
|
+
AlpacaAccountMaxAggregate: ["id", "type", "APIKey", "APISecret", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "defaultTrailingStopPercentage100", "firstTrailReductionThreshold100", "secondTrailReductionThreshold100", "firstReducedTrailPercentage100", "secondReducedTrailPercentage100", "minimumPriceChangePercent100", "userId", "createdAt", "updatedAt"],
|
830
830
|
AllocationCountAggregate: ["id", "stocks", "crypto", "etfs", "alpacaAccountId", "createdAt", "updatedAt", "_all"],
|
831
831
|
AllocationAvgAggregate: ["stocks", "crypto", "etfs"],
|
832
832
|
AllocationSumAggregate: ["stocks", "crypto", "etfs"],
|
@@ -887,7 +887,7 @@ const outputsInfo = {
|
|
887
887
|
CreateManyAndReturnMarketSentiment: ["id", "sentiment", "description", "longDescription", "createdAt", "updatedAt"],
|
888
888
|
CreateManyAndReturnSession: ["id", "sessionToken", "userId", "expires", "createdAt", "updatedAt", "user"],
|
889
889
|
CreateManyAndReturnUser: ["id", "name", "email", "emailVerified", "image", "createdAt", "updatedAt", "role", "bio", "jobTitle", "currentAccount", "customerId", "plan", "openaiAPIKey", "openaiModel", "customer"],
|
890
|
-
CreateManyAndReturnAlpacaAccount: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradingPairs", "cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "userId", "createdAt", "updatedAt", "user"],
|
890
|
+
CreateManyAndReturnAlpacaAccount: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradingPairs", "cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "defaultTrailingStopPercentage100", "firstTrailReductionThreshold100", "secondTrailReductionThreshold100", "firstReducedTrailPercentage100", "secondReducedTrailPercentage100", "minimumPriceChangePercent100", "userId", "createdAt", "updatedAt", "user"],
|
891
891
|
CreateManyAndReturnAllocation: ["id", "stocks", "crypto", "etfs", "alpacaAccountId", "createdAt", "updatedAt", "alpacaAccount"],
|
892
892
|
CreateManyAndReturnAuthenticator: ["id", "userId", "credentialID", "publicKey", "counter", "createdAt", "updatedAt", "user"],
|
893
893
|
CreateManyAndReturnAccount: ["id", "userId", "type", "provider", "providerAccountId", "refresh_token", "access_token", "expires_at", "token_type", "scope", "id_token", "session_state", "createdAt", "updatedAt", "user"],
|
@@ -927,11 +927,11 @@ const inputsInfo = {
|
|
927
927
|
UserWhereUniqueInput: ["id", "email", "AND", "OR", "NOT", "name", "emailVerified", "image", "createdAt", "updatedAt", "role", "bio", "jobTitle", "currentAccount", "customerId", "plan", "openaiAPIKey", "openaiModel", "customer", "accounts", "sessions", "authenticators", "alpacaAccounts"],
|
928
928
|
UserOrderByWithAggregationInput: ["id", "name", "email", "emailVerified", "image", "createdAt", "updatedAt", "role", "bio", "jobTitle", "currentAccount", "customerId", "plan", "openaiAPIKey", "openaiModel", "_count", "_avg", "_max", "_min", "_sum"],
|
929
929
|
UserScalarWhereWithAggregatesInput: ["AND", "OR", "NOT", "id", "name", "email", "emailVerified", "image", "createdAt", "updatedAt", "role", "bio", "jobTitle", "currentAccount", "customerId", "plan", "openaiAPIKey", "openaiModel"],
|
930
|
-
AlpacaAccountWhereInput: ["AND", "OR", "NOT", "id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradingPairs", "cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "userId", "createdAt", "updatedAt", "allocation", "user", "alerts"],
|
931
|
-
AlpacaAccountOrderByWithRelationInput: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradingPairs", "cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "userId", "createdAt", "updatedAt", "allocation", "user", "alerts"],
|
932
|
-
AlpacaAccountWhereUniqueInput: ["id", "AND", "OR", "NOT", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradingPairs", "cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "userId", "createdAt", "updatedAt", "allocation", "user", "alerts"],
|
933
|
-
AlpacaAccountOrderByWithAggregationInput: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradingPairs", "cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "userId", "createdAt", "updatedAt", "_count", "_avg", "_max", "_min", "_sum"],
|
934
|
-
AlpacaAccountScalarWhereWithAggregatesInput: ["AND", "OR", "NOT", "id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradingPairs", "cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "userId", "createdAt", "updatedAt"],
|
930
|
+
AlpacaAccountWhereInput: ["AND", "OR", "NOT", "id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradingPairs", "cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "defaultTrailingStopPercentage100", "firstTrailReductionThreshold100", "secondTrailReductionThreshold100", "firstReducedTrailPercentage100", "secondReducedTrailPercentage100", "minimumPriceChangePercent100", "userId", "createdAt", "updatedAt", "allocation", "user", "alerts"],
|
931
|
+
AlpacaAccountOrderByWithRelationInput: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradingPairs", "cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "defaultTrailingStopPercentage100", "firstTrailReductionThreshold100", "secondTrailReductionThreshold100", "firstReducedTrailPercentage100", "secondReducedTrailPercentage100", "minimumPriceChangePercent100", "userId", "createdAt", "updatedAt", "allocation", "user", "alerts"],
|
932
|
+
AlpacaAccountWhereUniqueInput: ["id", "AND", "OR", "NOT", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradingPairs", "cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "defaultTrailingStopPercentage100", "firstTrailReductionThreshold100", "secondTrailReductionThreshold100", "firstReducedTrailPercentage100", "secondReducedTrailPercentage100", "minimumPriceChangePercent100", "userId", "createdAt", "updatedAt", "allocation", "user", "alerts"],
|
933
|
+
AlpacaAccountOrderByWithAggregationInput: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradingPairs", "cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "defaultTrailingStopPercentage100", "firstTrailReductionThreshold100", "secondTrailReductionThreshold100", "firstReducedTrailPercentage100", "secondReducedTrailPercentage100", "minimumPriceChangePercent100", "userId", "createdAt", "updatedAt", "_count", "_avg", "_max", "_min", "_sum"],
|
934
|
+
AlpacaAccountScalarWhereWithAggregatesInput: ["AND", "OR", "NOT", "id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradingPairs", "cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "defaultTrailingStopPercentage100", "firstTrailReductionThreshold100", "secondTrailReductionThreshold100", "firstReducedTrailPercentage100", "secondReducedTrailPercentage100", "minimumPriceChangePercent100", "userId", "createdAt", "updatedAt"],
|
935
935
|
AllocationWhereInput: ["AND", "OR", "NOT", "id", "stocks", "crypto", "etfs", "alpacaAccountId", "createdAt", "updatedAt", "alpacaAccount"],
|
936
936
|
AllocationOrderByWithRelationInput: ["id", "stocks", "crypto", "etfs", "alpacaAccountId", "createdAt", "updatedAt", "alpacaAccount"],
|
937
937
|
AllocationWhereUniqueInput: ["id", "alpacaAccountId", "AND", "OR", "NOT", "stocks", "crypto", "etfs", "createdAt", "updatedAt", "alpacaAccount"],
|
@@ -1009,10 +1009,10 @@ const inputsInfo = {
|
|
1009
1009
|
UserUpdateInput: ["id", "name", "email", "emailVerified", "image", "createdAt", "updatedAt", "role", "bio", "jobTitle", "currentAccount", "plan", "openaiAPIKey", "openaiModel", "customer", "accounts", "sessions", "authenticators", "alpacaAccounts"],
|
1010
1010
|
UserCreateManyInput: ["id", "name", "email", "emailVerified", "image", "createdAt", "updatedAt", "role", "bio", "jobTitle", "currentAccount", "customerId", "plan", "openaiAPIKey", "openaiModel"],
|
1011
1011
|
UserUpdateManyMutationInput: ["id", "name", "email", "emailVerified", "image", "createdAt", "updatedAt", "role", "bio", "jobTitle", "currentAccount", "plan", "openaiAPIKey", "openaiModel"],
|
1012
|
-
AlpacaAccountCreateInput: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradingPairs", "cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "createdAt", "updatedAt", "allocation", "user", "alerts"],
|
1013
|
-
AlpacaAccountUpdateInput: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradingPairs", "cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "createdAt", "updatedAt", "allocation", "user", "alerts"],
|
1014
|
-
AlpacaAccountCreateManyInput: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradingPairs", "cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "userId", "createdAt", "updatedAt"],
|
1015
|
-
AlpacaAccountUpdateManyMutationInput: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradingPairs", "cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "createdAt", "updatedAt"],
|
1012
|
+
AlpacaAccountCreateInput: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradingPairs", "cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "defaultTrailingStopPercentage100", "firstTrailReductionThreshold100", "secondTrailReductionThreshold100", "firstReducedTrailPercentage100", "secondReducedTrailPercentage100", "minimumPriceChangePercent100", "createdAt", "updatedAt", "allocation", "user", "alerts"],
|
1013
|
+
AlpacaAccountUpdateInput: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradingPairs", "cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "defaultTrailingStopPercentage100", "firstTrailReductionThreshold100", "secondTrailReductionThreshold100", "firstReducedTrailPercentage100", "secondReducedTrailPercentage100", "minimumPriceChangePercent100", "createdAt", "updatedAt", "allocation", "user", "alerts"],
|
1014
|
+
AlpacaAccountCreateManyInput: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradingPairs", "cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "defaultTrailingStopPercentage100", "firstTrailReductionThreshold100", "secondTrailReductionThreshold100", "firstReducedTrailPercentage100", "secondReducedTrailPercentage100", "minimumPriceChangePercent100", "userId", "createdAt", "updatedAt"],
|
1015
|
+
AlpacaAccountUpdateManyMutationInput: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradingPairs", "cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "defaultTrailingStopPercentage100", "firstTrailReductionThreshold100", "secondTrailReductionThreshold100", "firstReducedTrailPercentage100", "secondReducedTrailPercentage100", "minimumPriceChangePercent100", "createdAt", "updatedAt"],
|
1016
1016
|
AllocationCreateInput: ["id", "stocks", "crypto", "etfs", "createdAt", "updatedAt", "alpacaAccount"],
|
1017
1017
|
AllocationUpdateInput: ["id", "stocks", "crypto", "etfs", "createdAt", "updatedAt", "alpacaAccount"],
|
1018
1018
|
AllocationCreateManyInput: ["id", "stocks", "crypto", "etfs", "alpacaAccountId", "createdAt", "updatedAt"],
|
@@ -1116,11 +1116,11 @@ const inputsInfo = {
|
|
1116
1116
|
AllocationNullableRelationFilter: ["is", "isNot"],
|
1117
1117
|
AlertListRelationFilter: ["every", "some", "none"],
|
1118
1118
|
AlertOrderByRelationAggregateInput: ["_count"],
|
1119
|
-
AlpacaAccountCountOrderByAggregateInput: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradingPairs", "cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "userId", "createdAt", "updatedAt"],
|
1120
|
-
AlpacaAccountAvgOrderByAggregateInput: ["cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent"],
|
1121
|
-
AlpacaAccountMaxOrderByAggregateInput: ["id", "type", "APIKey", "APISecret", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "userId", "createdAt", "updatedAt"],
|
1122
|
-
AlpacaAccountMinOrderByAggregateInput: ["id", "type", "APIKey", "APISecret", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "userId", "createdAt", "updatedAt"],
|
1123
|
-
AlpacaAccountSumOrderByAggregateInput: ["cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent"],
|
1119
|
+
AlpacaAccountCountOrderByAggregateInput: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradingPairs", "cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "defaultTrailingStopPercentage100", "firstTrailReductionThreshold100", "secondTrailReductionThreshold100", "firstReducedTrailPercentage100", "secondReducedTrailPercentage100", "minimumPriceChangePercent100", "userId", "createdAt", "updatedAt"],
|
1120
|
+
AlpacaAccountAvgOrderByAggregateInput: ["cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "defaultTrailingStopPercentage100", "firstTrailReductionThreshold100", "secondTrailReductionThreshold100", "firstReducedTrailPercentage100", "secondReducedTrailPercentage100", "minimumPriceChangePercent100"],
|
1121
|
+
AlpacaAccountMaxOrderByAggregateInput: ["id", "type", "APIKey", "APISecret", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "defaultTrailingStopPercentage100", "firstTrailReductionThreshold100", "secondTrailReductionThreshold100", "firstReducedTrailPercentage100", "secondReducedTrailPercentage100", "minimumPriceChangePercent100", "userId", "createdAt", "updatedAt"],
|
1122
|
+
AlpacaAccountMinOrderByAggregateInput: ["id", "type", "APIKey", "APISecret", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "defaultTrailingStopPercentage100", "firstTrailReductionThreshold100", "secondTrailReductionThreshold100", "firstReducedTrailPercentage100", "secondReducedTrailPercentage100", "minimumPriceChangePercent100", "userId", "createdAt", "updatedAt"],
|
1123
|
+
AlpacaAccountSumOrderByAggregateInput: ["cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "defaultTrailingStopPercentage100", "firstTrailReductionThreshold100", "secondTrailReductionThreshold100", "firstReducedTrailPercentage100", "secondReducedTrailPercentage100", "minimumPriceChangePercent100"],
|
1124
1124
|
JsonNullableWithAggregatesFilter: ["equals", "path", "string_contains", "string_starts_with", "string_ends_with", "array_contains", "array_starts_with", "array_ends_with", "lt", "lte", "gt", "gte", "not", "_count", "_min", "_max"],
|
1125
1125
|
BoolWithAggregatesFilter: ["equals", "not", "_count", "_min", "_max"],
|
1126
1126
|
FloatWithAggregatesFilter: ["equals", "in", "notIn", "lt", "lte", "gt", "gte", "not", "_count", "_avg", "_sum", "_min", "_max"],
|
@@ -1352,7 +1352,7 @@ const inputsInfo = {
|
|
1352
1352
|
AuthenticatorCreateWithoutUserInput: ["id", "credentialID", "publicKey", "counter", "createdAt", "updatedAt"],
|
1353
1353
|
AuthenticatorCreateOrConnectWithoutUserInput: ["where", "create"],
|
1354
1354
|
AuthenticatorCreateManyUserInputEnvelope: ["data", "skipDuplicates"],
|
1355
|
-
AlpacaAccountCreateWithoutUserInput: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradingPairs", "cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "createdAt", "updatedAt", "allocation", "alerts"],
|
1355
|
+
AlpacaAccountCreateWithoutUserInput: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradingPairs", "cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "defaultTrailingStopPercentage100", "firstTrailReductionThreshold100", "secondTrailReductionThreshold100", "firstReducedTrailPercentage100", "secondReducedTrailPercentage100", "minimumPriceChangePercent100", "createdAt", "updatedAt", "allocation", "alerts"],
|
1356
1356
|
AlpacaAccountCreateOrConnectWithoutUserInput: ["where", "create"],
|
1357
1357
|
AlpacaAccountCreateManyUserInputEnvelope: ["data", "skipDuplicates"],
|
1358
1358
|
CustomerUpsertWithoutUsersInput: ["update", "create", "where"],
|
@@ -1373,7 +1373,7 @@ const inputsInfo = {
|
|
1373
1373
|
AlpacaAccountUpsertWithWhereUniqueWithoutUserInput: ["where", "update", "create"],
|
1374
1374
|
AlpacaAccountUpdateWithWhereUniqueWithoutUserInput: ["where", "data"],
|
1375
1375
|
AlpacaAccountUpdateManyWithWhereWithoutUserInput: ["where", "data"],
|
1376
|
-
AlpacaAccountScalarWhereInput: ["AND", "OR", "NOT", "id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradingPairs", "cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "userId", "createdAt", "updatedAt"],
|
1376
|
+
AlpacaAccountScalarWhereInput: ["AND", "OR", "NOT", "id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradingPairs", "cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "defaultTrailingStopPercentage100", "firstTrailReductionThreshold100", "secondTrailReductionThreshold100", "firstReducedTrailPercentage100", "secondReducedTrailPercentage100", "minimumPriceChangePercent100", "userId", "createdAt", "updatedAt"],
|
1377
1377
|
AllocationCreateWithoutAlpacaAccountInput: ["id", "stocks", "crypto", "etfs", "createdAt", "updatedAt"],
|
1378
1378
|
AllocationCreateOrConnectWithoutAlpacaAccountInput: ["where", "create"],
|
1379
1379
|
UserCreateWithoutAlpacaAccountsInput: ["id", "name", "email", "emailVerified", "image", "createdAt", "updatedAt", "role", "bio", "jobTitle", "currentAccount", "plan", "openaiAPIKey", "openaiModel", "customer", "accounts", "sessions", "authenticators"],
|
@@ -1391,11 +1391,11 @@ const inputsInfo = {
|
|
1391
1391
|
AlertUpdateWithWhereUniqueWithoutAlpacaAccountInput: ["where", "data"],
|
1392
1392
|
AlertUpdateManyWithWhereWithoutAlpacaAccountInput: ["where", "data"],
|
1393
1393
|
AlertScalarWhereInput: ["AND", "OR", "NOT", "id", "alpacaAccountId", "message", "type", "isRead", "createdAt", "updatedAt"],
|
1394
|
-
AlpacaAccountCreateWithoutAllocationInput: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradingPairs", "cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "createdAt", "updatedAt", "user", "alerts"],
|
1394
|
+
AlpacaAccountCreateWithoutAllocationInput: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradingPairs", "cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "defaultTrailingStopPercentage100", "firstTrailReductionThreshold100", "secondTrailReductionThreshold100", "firstReducedTrailPercentage100", "secondReducedTrailPercentage100", "minimumPriceChangePercent100", "createdAt", "updatedAt", "user", "alerts"],
|
1395
1395
|
AlpacaAccountCreateOrConnectWithoutAllocationInput: ["where", "create"],
|
1396
1396
|
AlpacaAccountUpsertWithoutAllocationInput: ["update", "create", "where"],
|
1397
1397
|
AlpacaAccountUpdateToOneWithWhereWithoutAllocationInput: ["where", "data"],
|
1398
|
-
AlpacaAccountUpdateWithoutAllocationInput: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradingPairs", "cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "createdAt", "updatedAt", "user", "alerts"],
|
1398
|
+
AlpacaAccountUpdateWithoutAllocationInput: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradingPairs", "cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "defaultTrailingStopPercentage100", "firstTrailReductionThreshold100", "secondTrailReductionThreshold100", "firstReducedTrailPercentage100", "secondReducedTrailPercentage100", "minimumPriceChangePercent100", "createdAt", "updatedAt", "user", "alerts"],
|
1399
1399
|
UserCreateWithoutAuthenticatorsInput: ["id", "name", "email", "emailVerified", "image", "createdAt", "updatedAt", "role", "bio", "jobTitle", "currentAccount", "plan", "openaiAPIKey", "openaiModel", "customer", "accounts", "sessions", "alpacaAccounts"],
|
1400
1400
|
UserCreateOrConnectWithoutAuthenticatorsInput: ["where", "create"],
|
1401
1401
|
UserUpsertWithoutAuthenticatorsInput: ["update", "create", "where"],
|
@@ -1432,11 +1432,11 @@ const inputsInfo = {
|
|
1432
1432
|
TradeUpsertWithoutActionsInput: ["update", "create", "where"],
|
1433
1433
|
TradeUpdateToOneWithWhereWithoutActionsInput: ["where", "data"],
|
1434
1434
|
TradeUpdateWithoutActionsInput: ["id", "alpacaAccountId", "qty", "price", "total", "signal", "strategy", "analysis", "summary", "confidence", "timestamp", "createdAt", "updatedAt", "status", "symbol"],
|
1435
|
-
AlpacaAccountCreateWithoutAlertsInput: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradingPairs", "cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "createdAt", "updatedAt", "allocation", "user"],
|
1435
|
+
AlpacaAccountCreateWithoutAlertsInput: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradingPairs", "cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "defaultTrailingStopPercentage100", "firstTrailReductionThreshold100", "secondTrailReductionThreshold100", "firstReducedTrailPercentage100", "secondReducedTrailPercentage100", "minimumPriceChangePercent100", "createdAt", "updatedAt", "allocation", "user"],
|
1436
1436
|
AlpacaAccountCreateOrConnectWithoutAlertsInput: ["where", "create"],
|
1437
1437
|
AlpacaAccountUpsertWithoutAlertsInput: ["update", "create", "where"],
|
1438
1438
|
AlpacaAccountUpdateToOneWithWhereWithoutAlertsInput: ["where", "data"],
|
1439
|
-
AlpacaAccountUpdateWithoutAlertsInput: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradingPairs", "cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "createdAt", "updatedAt", "allocation", "user"],
|
1439
|
+
AlpacaAccountUpdateWithoutAlertsInput: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradingPairs", "cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "defaultTrailingStopPercentage100", "firstTrailReductionThreshold100", "secondTrailReductionThreshold100", "firstReducedTrailPercentage100", "secondReducedTrailPercentage100", "minimumPriceChangePercent100", "createdAt", "updatedAt", "allocation", "user"],
|
1440
1440
|
NewsArticleAssetSentimentCreateWithoutNewsInput: ["id", "url", "relevancyScore", "sentimentScore", "sentimentLabel", "asset"],
|
1441
1441
|
NewsArticleAssetSentimentCreateOrConnectWithoutNewsInput: ["where", "create"],
|
1442
1442
|
NewsArticleAssetSentimentCreateManyNewsInputEnvelope: ["data", "skipDuplicates"],
|
@@ -1456,11 +1456,11 @@ const inputsInfo = {
|
|
1456
1456
|
AccountCreateManyUserInput: ["id", "type", "provider", "providerAccountId", "refresh_token", "access_token", "expires_at", "token_type", "scope", "id_token", "session_state", "createdAt", "updatedAt"],
|
1457
1457
|
SessionCreateManyUserInput: ["id", "sessionToken", "expires", "createdAt", "updatedAt"],
|
1458
1458
|
AuthenticatorCreateManyUserInput: ["id", "credentialID", "publicKey", "counter", "createdAt", "updatedAt"],
|
1459
|
-
AlpacaAccountCreateManyUserInput: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradingPairs", "cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "createdAt", "updatedAt"],
|
1459
|
+
AlpacaAccountCreateManyUserInput: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradingPairs", "cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "defaultTrailingStopPercentage100", "firstTrailReductionThreshold100", "secondTrailReductionThreshold100", "firstReducedTrailPercentage100", "secondReducedTrailPercentage100", "minimumPriceChangePercent100", "createdAt", "updatedAt"],
|
1460
1460
|
AccountUpdateWithoutUserInput: ["id", "type", "provider", "providerAccountId", "refresh_token", "access_token", "expires_at", "token_type", "scope", "id_token", "session_state", "createdAt", "updatedAt"],
|
1461
1461
|
SessionUpdateWithoutUserInput: ["id", "sessionToken", "expires", "createdAt", "updatedAt"],
|
1462
1462
|
AuthenticatorUpdateWithoutUserInput: ["id", "credentialID", "publicKey", "counter", "createdAt", "updatedAt"],
|
1463
|
-
AlpacaAccountUpdateWithoutUserInput: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradingPairs", "cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "createdAt", "updatedAt", "allocation", "alerts"],
|
1463
|
+
AlpacaAccountUpdateWithoutUserInput: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradingPairs", "cryptoTradeAllocationPct", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "defaultTrailingStopPercentage100", "firstTrailReductionThreshold100", "secondTrailReductionThreshold100", "firstReducedTrailPercentage100", "secondReducedTrailPercentage100", "minimumPriceChangePercent100", "createdAt", "updatedAt", "allocation", "alerts"],
|
1464
1464
|
AlertCreateManyAlpacaAccountInput: ["id", "message", "type", "isRead", "createdAt", "updatedAt"],
|
1465
1465
|
AlertUpdateWithoutAlpacaAccountInput: ["id", "message", "type", "isRead", "createdAt", "updatedAt"],
|
1466
1466
|
UserCreateManyCustomerInput: ["id", "name", "email", "emailVerified", "image", "createdAt", "updatedAt", "role", "bio", "jobTitle", "currentAccount", "plan", "openaiAPIKey", "openaiModel"],
|