adaptic-backend 1.0.321 → 1.0.322
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 +52 -0
- package/Alert.cjs +38 -0
- package/AlpacaAccount.cjs +32 -0
- package/Authenticator.cjs +52 -0
- package/Customer.cjs +52 -0
- package/Session.cjs +50 -0
- package/User.cjs +40 -0
- package/esm/Account.d.ts.map +1 -1
- package/esm/Account.js.map +1 -1
- package/esm/Account.mjs +52 -0
- package/esm/Alert.d.ts.map +1 -1
- package/esm/Alert.js.map +1 -1
- package/esm/Alert.mjs +38 -0
- package/esm/AlpacaAccount.d.ts.map +1 -1
- package/esm/AlpacaAccount.js.map +1 -1
- package/esm/AlpacaAccount.mjs +32 -0
- package/esm/Authenticator.d.ts.map +1 -1
- package/esm/Authenticator.js.map +1 -1
- package/esm/Authenticator.mjs +52 -0
- package/esm/Customer.d.ts.map +1 -1
- package/esm/Customer.js.map +1 -1
- package/esm/Customer.mjs +52 -0
- package/esm/Session.d.ts.map +1 -1
- package/esm/Session.js.map +1 -1
- package/esm/Session.mjs +50 -0
- package/esm/User.d.ts.map +1 -1
- package/esm/User.js.map +1 -1
- package/esm/User.mjs +40 -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 +2 -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 +2 -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 +2 -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 +2 -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 +2 -0
- package/esm/generated/typegraphql-prisma/enhance.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/enhance.js.map +1 -1
- package/esm/generated/typegraphql-prisma/enhance.mjs +27 -25
- package/esm/generated/typegraphql-prisma/enums/AlpacaAccountScalarFieldEnum.d.ts +2 -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 +2 -0
- package/esm/generated/typegraphql-prisma/helpers.d.ts +1 -1
- package/esm/generated/typegraphql-prisma/models/AlpacaAccount.d.ts +8 -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 +22 -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/AlpacaAccountCountOrderByAggregateInput.d.ts +2 -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 +14 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateInput.d.ts +3 -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 +15 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateManyInput.d.ts +3 -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 +15 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateManyUserInput.d.ts +3 -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 +15 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutAlertsInput.d.ts +3 -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 +15 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutUserInput.d.ts +3 -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 +15 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreatecryptoTradingPairsInput.d.ts +4 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreatecryptoTradingPairsInput.d.ts.map +1 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreatecryptoTradingPairsInput.js.map +1 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreatecryptoTradingPairsInput.mjs +24 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountMaxOrderByAggregateInput.d.ts +1 -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 +7 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountMinOrderByAggregateInput.d.ts +1 -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 +7 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountOrderByWithAggregationInput.d.ts +2 -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 +14 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountOrderByWithRelationInput.d.ts +2 -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 +14 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountScalarWhereInput.d.ts +3 -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 +15 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountScalarWhereWithAggregatesInput.d.ts +3 -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 +15 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateInput.d.ts +3 -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 +15 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateManyMutationInput.d.ts +3 -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 +15 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutAlertsInput.d.ts +3 -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 +15 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutUserInput.d.ts +3 -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 +15 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdatecryptoTradingPairsInput.d.ts +5 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdatecryptoTradingPairsInput.d.ts.map +1 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdatecryptoTradingPairsInput.js.map +1 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdatecryptoTradingPairsInput.mjs +31 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountWhereInput.d.ts +3 -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 +15 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountWhereUniqueInput.d.ts +3 -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 +15 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/index.d.ts +2 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/index.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/index.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/index.mjs +2 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountCountAggregate.d.ts +2 -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 +14 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountGroupBy.d.ts +2 -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 +14 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountMaxAggregate.d.ts +1 -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 +7 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountMinAggregate.d.ts +1 -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 +7 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnAlpacaAccount.d.ts +2 -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 +14 -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/middleware/auth.d.ts.map +1 -1
- package/generated/typegraphql-prisma/enhance.cjs +27 -25
- package/generated/typegraphql-prisma/enhance.d.ts.map +1 -1
- package/generated/typegraphql-prisma/enhance.js.map +1 -1
- package/generated/typegraphql-prisma/enums/AlpacaAccountScalarFieldEnum.cjs +2 -0
- package/generated/typegraphql-prisma/enums/AlpacaAccountScalarFieldEnum.d.ts +2 -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/helpers.d.ts +1 -1
- package/generated/typegraphql-prisma/models/AlpacaAccount.cjs +14 -0
- package/generated/typegraphql-prisma/models/AlpacaAccount.d.ts +8 -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/AlpacaAccountCountOrderByAggregateInput.cjs +12 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCountOrderByAggregateInput.d.ts +2 -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 +13 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateInput.d.ts +3 -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 +13 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateManyInput.d.ts +3 -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 +13 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateManyUserInput.d.ts +3 -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 +13 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutAlertsInput.d.ts +3 -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/AlpacaAccountCreateWithoutUserInput.cjs +13 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutUserInput.d.ts +3 -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/AlpacaAccountCreatecryptoTradingPairsInput.cjs +59 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreatecryptoTradingPairsInput.d.ts +4 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreatecryptoTradingPairsInput.d.ts.map +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreatecryptoTradingPairsInput.js.map +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountMaxOrderByAggregateInput.cjs +6 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountMaxOrderByAggregateInput.d.ts +1 -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 +6 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountMinOrderByAggregateInput.d.ts +1 -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 +12 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountOrderByWithAggregationInput.d.ts +2 -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 +12 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountOrderByWithRelationInput.d.ts +2 -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 +13 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountScalarWhereInput.d.ts +3 -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 +13 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountScalarWhereWithAggregatesInput.d.ts +3 -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/AlpacaAccountUpdateInput.cjs +13 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateInput.d.ts +3 -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 +13 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateManyMutationInput.d.ts +3 -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 +13 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutAlertsInput.d.ts +3 -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/AlpacaAccountUpdateWithoutUserInput.cjs +13 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutUserInput.d.ts +3 -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/AlpacaAccountUpdatecryptoTradingPairsInput.cjs +65 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdatecryptoTradingPairsInput.d.ts +5 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdatecryptoTradingPairsInput.d.ts.map +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdatecryptoTradingPairsInput.js.map +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountWhereInput.cjs +13 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountWhereInput.d.ts +3 -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 +13 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountWhereUniqueInput.d.ts +3 -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/inputs/index.cjs +14 -10
- package/generated/typegraphql-prisma/resolvers/inputs/index.d.ts +2 -0
- package/generated/typegraphql-prisma/resolvers/inputs/index.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/index.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountCountAggregate.cjs +12 -0
- package/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountCountAggregate.d.ts +2 -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 +12 -0
- package/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountGroupBy.d.ts +2 -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 +6 -0
- package/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountMaxAggregate.d.ts +1 -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 +6 -0
- package/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountMinAggregate.d.ts +1 -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/CreateManyAndReturnAlpacaAccount.cjs +12 -0
- package/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnAlpacaAccount.d.ts +2 -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
@@ -670,7 +670,7 @@ const modelsInfo = {
|
|
670
670
|
MarketSentiment: ["id", "sentiment", "description", "longDescription", "createdAt", "updatedAt"],
|
671
671
|
Session: ["id", "sessionToken", "userId", "expires", "createdAt", "updatedAt"],
|
672
672
|
User: ["id", "name", "email", "emailVerified", "image", "createdAt", "updatedAt", "role", "bio", "jobTitle", "currentAccount", "customerId", "plan", "openaiAPIKey", "openaiModel"],
|
673
|
-
AlpacaAccount: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "userId", "createdAt", "updatedAt"],
|
673
|
+
AlpacaAccount: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradingPairs", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "userId", "createdAt", "updatedAt"],
|
674
674
|
Authenticator: ["id", "userId", "credentialID", "publicKey", "counter", "createdAt", "updatedAt"],
|
675
675
|
Account: ["id", "userId", "type", "provider", "providerAccountId", "refresh_token", "access_token", "expires_at", "token_type", "scope", "id_token", "session_state", "createdAt", "updatedAt"],
|
676
676
|
VerificationToken: ["id", "identifier", "token", "expires"],
|
@@ -701,7 +701,7 @@ const outputsInfo = {
|
|
701
701
|
AggregateUser: ["_count", "_avg", "_sum", "_min", "_max"],
|
702
702
|
UserGroupBy: ["id", "name", "email", "emailVerified", "image", "createdAt", "updatedAt", "role", "bio", "jobTitle", "currentAccount", "customerId", "plan", "openaiAPIKey", "openaiModel", "_count", "_avg", "_sum", "_min", "_max"],
|
703
703
|
AggregateAlpacaAccount: ["_count", "_avg", "_sum", "_min", "_max"],
|
704
|
-
AlpacaAccountGroupBy: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "userId", "createdAt", "updatedAt", "_count", "_avg", "_sum", "_min", "_max"],
|
704
|
+
AlpacaAccountGroupBy: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradingPairs", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "userId", "createdAt", "updatedAt", "_count", "_avg", "_sum", "_min", "_max"],
|
705
705
|
AggregateAuthenticator: ["_count", "_avg", "_sum", "_min", "_max"],
|
706
706
|
AuthenticatorGroupBy: ["id", "userId", "credentialID", "publicKey", "counter", "createdAt", "updatedAt", "_count", "_avg", "_sum", "_min", "_max"],
|
707
707
|
AggregateAccount: ["_count", "_avg", "_sum", "_min", "_max"],
|
@@ -740,11 +740,11 @@ const outputsInfo = {
|
|
740
740
|
UserMinAggregate: ["id", "name", "email", "emailVerified", "image", "createdAt", "updatedAt", "role", "bio", "jobTitle", "currentAccount", "customerId", "plan", "openaiAPIKey", "openaiModel"],
|
741
741
|
UserMaxAggregate: ["id", "name", "email", "emailVerified", "image", "createdAt", "updatedAt", "role", "bio", "jobTitle", "currentAccount", "customerId", "plan", "openaiAPIKey", "openaiModel"],
|
742
742
|
AlpacaAccountCount: ["alerts"],
|
743
|
-
AlpacaAccountCountAggregate: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "userId", "createdAt", "updatedAt", "_all"],
|
743
|
+
AlpacaAccountCountAggregate: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradingPairs", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "userId", "createdAt", "updatedAt", "_all"],
|
744
744
|
AlpacaAccountAvgAggregate: ["tradeAllocationPct", "minPercentageChange", "volumeThreshold", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent"],
|
745
745
|
AlpacaAccountSumAggregate: ["tradeAllocationPct", "minPercentageChange", "volumeThreshold", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent"],
|
746
|
-
AlpacaAccountMinAggregate: ["id", "type", "APIKey", "APISecret", "marketOpen", "realTime", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "userId", "createdAt", "updatedAt"],
|
747
|
-
AlpacaAccountMaxAggregate: ["id", "type", "APIKey", "APISecret", "marketOpen", "realTime", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "userId", "createdAt", "updatedAt"],
|
746
|
+
AlpacaAccountMinAggregate: ["id", "type", "APIKey", "APISecret", "marketOpen", "realTime", "cryptoTradingEnabled", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "userId", "createdAt", "updatedAt"],
|
747
|
+
AlpacaAccountMaxAggregate: ["id", "type", "APIKey", "APISecret", "marketOpen", "realTime", "cryptoTradingEnabled", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "userId", "createdAt", "updatedAt"],
|
748
748
|
AuthenticatorCountAggregate: ["id", "userId", "credentialID", "publicKey", "counter", "createdAt", "updatedAt", "_all"],
|
749
749
|
AuthenticatorAvgAggregate: ["counter"],
|
750
750
|
AuthenticatorSumAggregate: ["counter"],
|
@@ -800,7 +800,7 @@ const outputsInfo = {
|
|
800
800
|
CreateManyAndReturnMarketSentiment: ["id", "sentiment", "description", "longDescription", "createdAt", "updatedAt"],
|
801
801
|
CreateManyAndReturnSession: ["id", "sessionToken", "userId", "expires", "createdAt", "updatedAt", "user"],
|
802
802
|
CreateManyAndReturnUser: ["id", "name", "email", "emailVerified", "image", "createdAt", "updatedAt", "role", "bio", "jobTitle", "currentAccount", "customerId", "plan", "openaiAPIKey", "openaiModel", "customer"],
|
803
|
-
CreateManyAndReturnAlpacaAccount: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "userId", "createdAt", "updatedAt", "user"],
|
803
|
+
CreateManyAndReturnAlpacaAccount: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradingPairs", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "userId", "createdAt", "updatedAt", "user"],
|
804
804
|
CreateManyAndReturnAuthenticator: ["id", "userId", "credentialID", "publicKey", "counter", "createdAt", "updatedAt", "user"],
|
805
805
|
CreateManyAndReturnAccount: ["id", "userId", "type", "provider", "providerAccountId", "refresh_token", "access_token", "expires_at", "token_type", "scope", "id_token", "session_state", "createdAt", "updatedAt", "user"],
|
806
806
|
CreateManyAndReturnVerificationToken: ["id", "identifier", "token", "expires"],
|
@@ -839,11 +839,11 @@ const inputsInfo = {
|
|
839
839
|
UserWhereUniqueInput: ["id", "email", "AND", "OR", "NOT", "name", "emailVerified", "image", "createdAt", "updatedAt", "role", "bio", "jobTitle", "currentAccount", "customerId", "plan", "openaiAPIKey", "openaiModel", "customer", "accounts", "sessions", "authenticators", "alpacaAccounts"],
|
840
840
|
UserOrderByWithAggregationInput: ["id", "name", "email", "emailVerified", "image", "createdAt", "updatedAt", "role", "bio", "jobTitle", "currentAccount", "customerId", "plan", "openaiAPIKey", "openaiModel", "_count", "_avg", "_max", "_min", "_sum"],
|
841
841
|
UserScalarWhereWithAggregatesInput: ["AND", "OR", "NOT", "id", "name", "email", "emailVerified", "image", "createdAt", "updatedAt", "role", "bio", "jobTitle", "currentAccount", "customerId", "plan", "openaiAPIKey", "openaiModel"],
|
842
|
-
AlpacaAccountWhereInput: ["AND", "OR", "NOT", "id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "userId", "createdAt", "updatedAt", "user", "alerts"],
|
843
|
-
AlpacaAccountOrderByWithRelationInput: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "userId", "createdAt", "updatedAt", "user", "alerts"],
|
844
|
-
AlpacaAccountWhereUniqueInput: ["id", "AND", "OR", "NOT", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "userId", "createdAt", "updatedAt", "user", "alerts"],
|
845
|
-
AlpacaAccountOrderByWithAggregationInput: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "userId", "createdAt", "updatedAt", "_count", "_avg", "_max", "_min", "_sum"],
|
846
|
-
AlpacaAccountScalarWhereWithAggregatesInput: ["AND", "OR", "NOT", "id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "userId", "createdAt", "updatedAt"],
|
842
|
+
AlpacaAccountWhereInput: ["AND", "OR", "NOT", "id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradingPairs", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "userId", "createdAt", "updatedAt", "user", "alerts"],
|
843
|
+
AlpacaAccountOrderByWithRelationInput: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradingPairs", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "userId", "createdAt", "updatedAt", "user", "alerts"],
|
844
|
+
AlpacaAccountWhereUniqueInput: ["id", "AND", "OR", "NOT", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradingPairs", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "userId", "createdAt", "updatedAt", "user", "alerts"],
|
845
|
+
AlpacaAccountOrderByWithAggregationInput: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradingPairs", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "userId", "createdAt", "updatedAt", "_count", "_avg", "_max", "_min", "_sum"],
|
846
|
+
AlpacaAccountScalarWhereWithAggregatesInput: ["AND", "OR", "NOT", "id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradingPairs", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "userId", "createdAt", "updatedAt"],
|
847
847
|
AuthenticatorWhereInput: ["AND", "OR", "NOT", "id", "userId", "credentialID", "publicKey", "counter", "createdAt", "updatedAt", "user"],
|
848
848
|
AuthenticatorOrderByWithRelationInput: ["id", "userId", "credentialID", "publicKey", "counter", "createdAt", "updatedAt", "user"],
|
849
849
|
AuthenticatorWhereUniqueInput: ["id", "credentialID", "AND", "OR", "NOT", "userId", "publicKey", "counter", "createdAt", "updatedAt", "user"],
|
@@ -916,10 +916,10 @@ const inputsInfo = {
|
|
916
916
|
UserUpdateInput: ["id", "name", "email", "emailVerified", "image", "createdAt", "updatedAt", "role", "bio", "jobTitle", "currentAccount", "plan", "openaiAPIKey", "openaiModel", "customer", "accounts", "sessions", "authenticators", "alpacaAccounts"],
|
917
917
|
UserCreateManyInput: ["id", "name", "email", "emailVerified", "image", "createdAt", "updatedAt", "role", "bio", "jobTitle", "currentAccount", "customerId", "plan", "openaiAPIKey", "openaiModel"],
|
918
918
|
UserUpdateManyMutationInput: ["id", "name", "email", "emailVerified", "image", "createdAt", "updatedAt", "role", "bio", "jobTitle", "currentAccount", "plan", "openaiAPIKey", "openaiModel"],
|
919
|
-
AlpacaAccountCreateInput: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "createdAt", "updatedAt", "user", "alerts"],
|
920
|
-
AlpacaAccountUpdateInput: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "createdAt", "updatedAt", "user", "alerts"],
|
921
|
-
AlpacaAccountCreateManyInput: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "userId", "createdAt", "updatedAt"],
|
922
|
-
AlpacaAccountUpdateManyMutationInput: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "createdAt", "updatedAt"],
|
919
|
+
AlpacaAccountCreateInput: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradingPairs", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "createdAt", "updatedAt", "user", "alerts"],
|
920
|
+
AlpacaAccountUpdateInput: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradingPairs", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "createdAt", "updatedAt", "user", "alerts"],
|
921
|
+
AlpacaAccountCreateManyInput: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradingPairs", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "userId", "createdAt", "updatedAt"],
|
922
|
+
AlpacaAccountUpdateManyMutationInput: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradingPairs", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "createdAt", "updatedAt"],
|
923
923
|
AuthenticatorCreateInput: ["id", "credentialID", "publicKey", "counter", "createdAt", "updatedAt", "user"],
|
924
924
|
AuthenticatorUpdateInput: ["id", "credentialID", "publicKey", "counter", "createdAt", "updatedAt", "user"],
|
925
925
|
AuthenticatorCreateManyInput: ["id", "userId", "credentialID", "publicKey", "counter", "createdAt", "updatedAt"],
|
@@ -1014,13 +1014,14 @@ const inputsInfo = {
|
|
1014
1014
|
EnumOpenaiModelNullableWithAggregatesFilter: ["equals", "in", "notIn", "not", "_count", "_min", "_max"],
|
1015
1015
|
JsonNullableFilter: ["equals", "path", "string_contains", "string_starts_with", "string_ends_with", "array_contains", "array_starts_with", "array_ends_with", "lt", "lte", "gt", "gte", "not"],
|
1016
1016
|
BoolFilter: ["equals", "not"],
|
1017
|
+
StringNullableListFilter: ["equals", "has", "hasEvery", "hasSome", "isEmpty"],
|
1017
1018
|
FloatFilter: ["equals", "in", "notIn", "lt", "lte", "gt", "gte", "not"],
|
1018
1019
|
AlertListRelationFilter: ["every", "some", "none"],
|
1019
1020
|
AlertOrderByRelationAggregateInput: ["_count"],
|
1020
|
-
AlpacaAccountCountOrderByAggregateInput: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "userId", "createdAt", "updatedAt"],
|
1021
|
+
AlpacaAccountCountOrderByAggregateInput: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradingPairs", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "userId", "createdAt", "updatedAt"],
|
1021
1022
|
AlpacaAccountAvgOrderByAggregateInput: ["tradeAllocationPct", "minPercentageChange", "volumeThreshold", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent"],
|
1022
|
-
AlpacaAccountMaxOrderByAggregateInput: ["id", "type", "APIKey", "APISecret", "marketOpen", "realTime", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "userId", "createdAt", "updatedAt"],
|
1023
|
-
AlpacaAccountMinOrderByAggregateInput: ["id", "type", "APIKey", "APISecret", "marketOpen", "realTime", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "userId", "createdAt", "updatedAt"],
|
1023
|
+
AlpacaAccountMaxOrderByAggregateInput: ["id", "type", "APIKey", "APISecret", "marketOpen", "realTime", "cryptoTradingEnabled", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "userId", "createdAt", "updatedAt"],
|
1024
|
+
AlpacaAccountMinOrderByAggregateInput: ["id", "type", "APIKey", "APISecret", "marketOpen", "realTime", "cryptoTradingEnabled", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "userId", "createdAt", "updatedAt"],
|
1024
1025
|
AlpacaAccountSumOrderByAggregateInput: ["tradeAllocationPct", "minPercentageChange", "volumeThreshold", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent"],
|
1025
1026
|
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"],
|
1026
1027
|
BoolWithAggregatesFilter: ["equals", "not", "_count", "_min", "_max"],
|
@@ -1089,7 +1090,6 @@ const inputsInfo = {
|
|
1089
1090
|
AlertMaxOrderByAggregateInput: ["id", "alpacaAccountId", "message", "type", "isRead", "createdAt", "updatedAt"],
|
1090
1091
|
AlertMinOrderByAggregateInput: ["id", "alpacaAccountId", "message", "type", "isRead", "createdAt", "updatedAt"],
|
1091
1092
|
EnumAlertTypeWithAggregatesFilter: ["equals", "in", "notIn", "not", "_count", "_min", "_max"],
|
1092
|
-
StringNullableListFilter: ["equals", "has", "hasEvery", "hasSome", "isEmpty"],
|
1093
1093
|
NewsArticleCountOrderByAggregateInput: ["id", "title", "content", "source", "sourceDomain", "url", "sentiment", "authors", "summary", "bannerImage", "timePublished", "category", "topics", "logo", "createdAt", "updatedAt"],
|
1094
1094
|
NewsArticleMaxOrderByAggregateInput: ["id", "title", "content", "source", "sourceDomain", "url", "sentiment", "summary", "bannerImage", "timePublished", "category", "logo", "createdAt", "updatedAt"],
|
1095
1095
|
NewsArticleMinOrderByAggregateInput: ["id", "title", "content", "source", "sourceDomain", "url", "sentiment", "summary", "bannerImage", "timePublished", "category", "logo", "createdAt", "updatedAt"],
|
@@ -1134,9 +1134,11 @@ const inputsInfo = {
|
|
1134
1134
|
AuthenticatorUpdateManyWithoutUserNestedInput: ["create", "connectOrCreate", "upsert", "createMany", "set", "disconnect", "delete", "connect", "update", "updateMany", "deleteMany"],
|
1135
1135
|
AlpacaAccountUpdateManyWithoutUserNestedInput: ["create", "connectOrCreate", "upsert", "createMany", "set", "disconnect", "delete", "connect", "update", "updateMany", "deleteMany"],
|
1136
1136
|
NullableIntFieldUpdateOperationsInput: ["set", "increment", "decrement", "multiply", "divide"],
|
1137
|
+
AlpacaAccountCreatecryptoTradingPairsInput: ["set"],
|
1137
1138
|
UserCreateNestedOneWithoutAlpacaAccountsInput: ["create", "connectOrCreate", "connect"],
|
1138
1139
|
AlertCreateNestedManyWithoutAlpacaAccountInput: ["create", "connectOrCreate", "createMany", "connect"],
|
1139
1140
|
BoolFieldUpdateOperationsInput: ["set"],
|
1141
|
+
AlpacaAccountUpdatecryptoTradingPairsInput: ["set", "push"],
|
1140
1142
|
FloatFieldUpdateOperationsInput: ["set", "increment", "decrement", "multiply", "divide"],
|
1141
1143
|
UserUpdateOneRequiredWithoutAlpacaAccountsNestedInput: ["create", "connectOrCreate", "upsert", "connect", "update"],
|
1142
1144
|
AlertUpdateManyWithoutAlpacaAccountNestedInput: ["create", "connectOrCreate", "upsert", "createMany", "set", "disconnect", "delete", "connect", "update", "updateMany", "deleteMany"],
|
@@ -1243,7 +1245,7 @@ const inputsInfo = {
|
|
1243
1245
|
AuthenticatorCreateWithoutUserInput: ["id", "credentialID", "publicKey", "counter", "createdAt", "updatedAt"],
|
1244
1246
|
AuthenticatorCreateOrConnectWithoutUserInput: ["where", "create"],
|
1245
1247
|
AuthenticatorCreateManyUserInputEnvelope: ["data", "skipDuplicates"],
|
1246
|
-
AlpacaAccountCreateWithoutUserInput: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "createdAt", "updatedAt", "alerts"],
|
1248
|
+
AlpacaAccountCreateWithoutUserInput: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradingPairs", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "createdAt", "updatedAt", "alerts"],
|
1247
1249
|
AlpacaAccountCreateOrConnectWithoutUserInput: ["where", "create"],
|
1248
1250
|
AlpacaAccountCreateManyUserInputEnvelope: ["data", "skipDuplicates"],
|
1249
1251
|
CustomerUpsertWithoutUsersInput: ["update", "create", "where"],
|
@@ -1264,7 +1266,7 @@ const inputsInfo = {
|
|
1264
1266
|
AlpacaAccountUpsertWithWhereUniqueWithoutUserInput: ["where", "update", "create"],
|
1265
1267
|
AlpacaAccountUpdateWithWhereUniqueWithoutUserInput: ["where", "data"],
|
1266
1268
|
AlpacaAccountUpdateManyWithWhereWithoutUserInput: ["where", "data"],
|
1267
|
-
AlpacaAccountScalarWhereInput: ["AND", "OR", "NOT", "id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "userId", "createdAt", "updatedAt"],
|
1269
|
+
AlpacaAccountScalarWhereInput: ["AND", "OR", "NOT", "id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradingPairs", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "userId", "createdAt", "updatedAt"],
|
1268
1270
|
UserCreateWithoutAlpacaAccountsInput: ["id", "name", "email", "emailVerified", "image", "createdAt", "updatedAt", "role", "bio", "jobTitle", "currentAccount", "plan", "openaiAPIKey", "openaiModel", "customer", "accounts", "sessions", "authenticators"],
|
1269
1271
|
UserCreateOrConnectWithoutAlpacaAccountsInput: ["where", "create"],
|
1270
1272
|
AlertCreateWithoutAlpacaAccountInput: ["id", "message", "type", "isRead", "createdAt", "updatedAt"],
|
@@ -1313,11 +1315,11 @@ const inputsInfo = {
|
|
1313
1315
|
TradeUpsertWithoutActionsInput: ["update", "create", "where"],
|
1314
1316
|
TradeUpdateToOneWithWhereWithoutActionsInput: ["where", "data"],
|
1315
1317
|
TradeUpdateWithoutActionsInput: ["id", "alpacaAccountId", "qty", "price", "total", "signal", "strategy", "analysis", "summary", "confidence", "timestamp", "createdAt", "updatedAt", "status", "symbol"],
|
1316
|
-
AlpacaAccountCreateWithoutAlertsInput: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "createdAt", "updatedAt", "user"],
|
1318
|
+
AlpacaAccountCreateWithoutAlertsInput: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradingPairs", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "createdAt", "updatedAt", "user"],
|
1317
1319
|
AlpacaAccountCreateOrConnectWithoutAlertsInput: ["where", "create"],
|
1318
1320
|
AlpacaAccountUpsertWithoutAlertsInput: ["update", "create", "where"],
|
1319
1321
|
AlpacaAccountUpdateToOneWithWhereWithoutAlertsInput: ["where", "data"],
|
1320
|
-
AlpacaAccountUpdateWithoutAlertsInput: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "createdAt", "updatedAt", "user"],
|
1322
|
+
AlpacaAccountUpdateWithoutAlertsInput: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradingPairs", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "createdAt", "updatedAt", "user"],
|
1321
1323
|
NewsArticleAssetSentimentCreateWithoutNewsInput: ["id", "url", "relevancyScore", "sentimentScore", "sentimentLabel", "asset"],
|
1322
1324
|
NewsArticleAssetSentimentCreateOrConnectWithoutNewsInput: ["where", "create"],
|
1323
1325
|
NewsArticleAssetSentimentCreateManyNewsInputEnvelope: ["data", "skipDuplicates"],
|
@@ -1337,11 +1339,11 @@ const inputsInfo = {
|
|
1337
1339
|
AccountCreateManyUserInput: ["id", "type", "provider", "providerAccountId", "refresh_token", "access_token", "expires_at", "token_type", "scope", "id_token", "session_state", "createdAt", "updatedAt"],
|
1338
1340
|
SessionCreateManyUserInput: ["id", "sessionToken", "expires", "createdAt", "updatedAt"],
|
1339
1341
|
AuthenticatorCreateManyUserInput: ["id", "credentialID", "publicKey", "counter", "createdAt", "updatedAt"],
|
1340
|
-
AlpacaAccountCreateManyUserInput: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "createdAt", "updatedAt"],
|
1342
|
+
AlpacaAccountCreateManyUserInput: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradingPairs", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "createdAt", "updatedAt"],
|
1341
1343
|
AccountUpdateWithoutUserInput: ["id", "type", "provider", "providerAccountId", "refresh_token", "access_token", "expires_at", "token_type", "scope", "id_token", "session_state", "createdAt", "updatedAt"],
|
1342
1344
|
SessionUpdateWithoutUserInput: ["id", "sessionToken", "expires", "createdAt", "updatedAt"],
|
1343
1345
|
AuthenticatorUpdateWithoutUserInput: ["id", "credentialID", "publicKey", "counter", "createdAt", "updatedAt"],
|
1344
|
-
AlpacaAccountUpdateWithoutUserInput: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "createdAt", "updatedAt", "alerts"],
|
1346
|
+
AlpacaAccountUpdateWithoutUserInput: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradingPairs", "tradeAllocationPct", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "createdAt", "updatedAt", "alerts"],
|
1345
1347
|
AlertCreateManyAlpacaAccountInput: ["id", "message", "type", "isRead", "createdAt", "updatedAt"],
|
1346
1348
|
AlertUpdateWithoutAlpacaAccountInput: ["id", "message", "type", "isRead", "createdAt", "updatedAt"],
|
1347
1349
|
UserCreateManyCustomerInput: ["id", "name", "email", "emailVerified", "image", "createdAt", "updatedAt", "role", "bio", "jobTitle", "currentAccount", "plan", "openaiAPIKey", "openaiModel"],
|
@@ -6,6 +6,8 @@ export declare enum AlpacaAccountScalarFieldEnum {
|
|
6
6
|
configuration = "configuration",
|
7
7
|
marketOpen = "marketOpen",
|
8
8
|
realTime = "realTime",
|
9
|
+
cryptoTradingEnabled = "cryptoTradingEnabled",
|
10
|
+
cryptoTradingPairs = "cryptoTradingPairs",
|
9
11
|
tradeAllocationPct = "tradeAllocationPct",
|
10
12
|
minPercentageChange = "minPercentageChange",
|
11
13
|
volumeThreshold = "volumeThreshold",
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"AlpacaAccountScalarFieldEnum.d.ts","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/enums/AlpacaAccountScalarFieldEnum.ts"],"names":[],"mappings":"AAEA,oBAAY,4BAA4B;IACtC,EAAE,OAAO;IACT,IAAI,SAAS;IACb,MAAM,WAAW;IACjB,SAAS,cAAc;IACvB,aAAa,kBAAkB;IAC/B,UAAU,eAAe;IACzB,QAAQ,aAAa;IACrB,kBAAkB,uBAAuB;IACzC,mBAAmB,wBAAwB;IAC3C,eAAe,oBAAoB;IACnC,2BAA2B,gCAAgC;IAC3D,qBAAqB,0BAA0B;IAC/C,+BAA+B,oCAAoC;IACnE,4BAA4B,iCAAiC;IAC7D,MAAM,WAAW;IACjB,SAAS,cAAc;IACvB,SAAS,cAAc;CACxB"}
|
1
|
+
{"version":3,"file":"AlpacaAccountScalarFieldEnum.d.ts","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/enums/AlpacaAccountScalarFieldEnum.ts"],"names":[],"mappings":"AAEA,oBAAY,4BAA4B;IACtC,EAAE,OAAO;IACT,IAAI,SAAS;IACb,MAAM,WAAW;IACjB,SAAS,cAAc;IACvB,aAAa,kBAAkB;IAC/B,UAAU,eAAe;IACzB,QAAQ,aAAa;IACrB,oBAAoB,yBAAyB;IAC7C,kBAAkB,uBAAuB;IACzC,kBAAkB,uBAAuB;IACzC,mBAAmB,wBAAwB;IAC3C,eAAe,oBAAoB;IACnC,2BAA2B,gCAAgC;IAC3D,qBAAqB,0BAA0B;IAC/C,+BAA+B,oCAAoC;IACnE,4BAA4B,iCAAiC;IAC7D,MAAM,WAAW;IACjB,SAAS,cAAc;IACvB,SAAS,cAAc;CACxB"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"AlpacaAccountScalarFieldEnum.js","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/enums/AlpacaAccountScalarFieldEnum.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAE5C,MAAM,CAAN,IAAY,
|
1
|
+
{"version":3,"file":"AlpacaAccountScalarFieldEnum.js","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/enums/AlpacaAccountScalarFieldEnum.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAE5C,MAAM,CAAN,IAAY,4BAoBX;AApBD,WAAY,4BAA4B;IACtC,yCAAS,CAAA;IACT,6CAAa,CAAA;IACb,iDAAiB,CAAA;IACjB,uDAAuB,CAAA;IACvB,+DAA+B,CAAA;IAC/B,yDAAyB,CAAA;IACzB,qDAAqB,CAAA;IACrB,6EAA6C,CAAA;IAC7C,yEAAyC,CAAA;IACzC,yEAAyC,CAAA;IACzC,2EAA2C,CAAA;IAC3C,mEAAmC,CAAA;IACnC,2FAA2D,CAAA;IAC3D,+EAA+C,CAAA;IAC/C,mGAAmE,CAAA;IACnE,6FAA6D,CAAA;IAC7D,iDAAiB,CAAA;IACjB,uDAAuB,CAAA;IACvB,uDAAuB,CAAA;AACzB,CAAC,EApBW,4BAA4B,KAA5B,4BAA4B,QAoBvC;AACD,WAAW,CAAC,gBAAgB,CAAC,4BAA4B,EAAE;IACzD,IAAI,EAAE,8BAA8B;IACpC,WAAW,EAAE,SAAS;CACvB,CAAC,CAAC"}
|
@@ -8,6 +8,8 @@ export var AlpacaAccountScalarFieldEnum;
|
|
8
8
|
AlpacaAccountScalarFieldEnum["configuration"] = "configuration";
|
9
9
|
AlpacaAccountScalarFieldEnum["marketOpen"] = "marketOpen";
|
10
10
|
AlpacaAccountScalarFieldEnum["realTime"] = "realTime";
|
11
|
+
AlpacaAccountScalarFieldEnum["cryptoTradingEnabled"] = "cryptoTradingEnabled";
|
12
|
+
AlpacaAccountScalarFieldEnum["cryptoTradingPairs"] = "cryptoTradingPairs";
|
11
13
|
AlpacaAccountScalarFieldEnum["tradeAllocationPct"] = "tradeAllocationPct";
|
12
14
|
AlpacaAccountScalarFieldEnum["minPercentageChange"] = "minPercentageChange";
|
13
15
|
AlpacaAccountScalarFieldEnum["volumeThreshold"] = "volumeThreshold";
|
@@ -31,6 +31,14 @@ export declare class AlpacaAccount {
|
|
31
31
|
* Opt-in for connecting to real-time monitoring and trading. TYPESTRING.SKIP=true
|
32
32
|
*/
|
33
33
|
realTime: boolean;
|
34
|
+
/**
|
35
|
+
* Opt-in for enabling crypto trading on the account. TYPESTRING.SKIP=true
|
36
|
+
*/
|
37
|
+
cryptoTradingEnabled: boolean;
|
38
|
+
/**
|
39
|
+
* List of crypto trading pairs available for the account. TYPESTRING.SKIP=true
|
40
|
+
*/
|
41
|
+
cryptoTradingPairs: string[];
|
34
42
|
/**
|
35
43
|
* Trade allocation percentage for the account. TYPESTRING.SKIP=true
|
36
44
|
*/
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"AlpacaAccount.d.ts","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/models/AlpacaAccount.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAC;AAExC,OAAO,EAAE,KAAK,EAAE,MAAM,iBAAiB,CAAC;AACxC,OAAO,EAAE,IAAI,EAAE,MAAM,gBAAgB,CAAC;AAEtC,OAAO,EAAE,kBAAkB,EAAE,MAAM,yCAAyC,CAAC;AAE7E,qBACa,aAAa;IACxB;;OAEG;IAKH,EAAE,EAAG,MAAM,CAAC;IAEZ;;OAEG;IAKH,IAAI,EAAG,OAAO,GAAG,MAAM,CAAC;IAExB;;OAEG;IAKH,MAAM,EAAG,MAAM,CAAC;IAEhB;;OAEG;IAKH,SAAS,EAAG,MAAM,CAAC;IAEnB;;OAEG;IAKH,aAAa,CAAC,EAAE,MAAM,CAAC,SAAS,GAAG,IAAI,CAAC;IAExC;;OAEG;IAKH,UAAU,EAAG,OAAO,CAAC;IAErB;;OAEG;IAKH,QAAQ,EAAG,OAAO,CAAC;IAEnB;;OAEG;IAKH,kBAAkB,EAAG,MAAM,CAAC;IAE5B;;OAEG;IAKH,mBAAmB,EAAG,MAAM,CAAC;IAE7B;;OAEG;IAKH,eAAe,EAAG,MAAM,CAAC;IAEzB;;OAEG;IAKH,2BAA2B,EAAG,OAAO,CAAC;IAEtC;;OAEG;IAKH,qBAAqB,EAAG,MAAM,CAAC;IAE/B;;OAEG;IAKH,+BAA+B,EAAG,MAAM,CAAC;IAEzC;;OAEG;IAKH,4BAA4B,EAAG,MAAM,CAAC;IAEtC;;OAEG;IACH,IAAI,CAAC,EAAE,IAAI,CAAC;IAEZ;;OAEG;IAKH,MAAM,EAAG,MAAM,CAAC;IAEhB;;OAEG;IAKH,SAAS,EAAG,IAAI,CAAC;IAEjB;;OAEG;IAKH,SAAS,EAAG,IAAI,CAAC;IAEjB;;OAEG;IACH,MAAM,CAAC,EAAE,KAAK,EAAE,CAAC;IAKjB,MAAM,CAAC,EAAE,kBAAkB,GAAG,IAAI,CAAC;CACpC"}
|
1
|
+
{"version":3,"file":"AlpacaAccount.d.ts","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/models/AlpacaAccount.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAC;AAExC,OAAO,EAAE,KAAK,EAAE,MAAM,iBAAiB,CAAC;AACxC,OAAO,EAAE,IAAI,EAAE,MAAM,gBAAgB,CAAC;AAEtC,OAAO,EAAE,kBAAkB,EAAE,MAAM,yCAAyC,CAAC;AAE7E,qBACa,aAAa;IACxB;;OAEG;IAKH,EAAE,EAAG,MAAM,CAAC;IAEZ;;OAEG;IAKH,IAAI,EAAG,OAAO,GAAG,MAAM,CAAC;IAExB;;OAEG;IAKH,MAAM,EAAG,MAAM,CAAC;IAEhB;;OAEG;IAKH,SAAS,EAAG,MAAM,CAAC;IAEnB;;OAEG;IAKH,aAAa,CAAC,EAAE,MAAM,CAAC,SAAS,GAAG,IAAI,CAAC;IAExC;;OAEG;IAKH,UAAU,EAAG,OAAO,CAAC;IAErB;;OAEG;IAKH,QAAQ,EAAG,OAAO,CAAC;IAEnB;;OAEG;IAKH,oBAAoB,EAAG,OAAO,CAAC;IAE/B;;OAEG;IAKH,kBAAkB,EAAG,MAAM,EAAE,CAAC;IAE9B;;OAEG;IAKH,kBAAkB,EAAG,MAAM,CAAC;IAE5B;;OAEG;IAKH,mBAAmB,EAAG,MAAM,CAAC;IAE7B;;OAEG;IAKH,eAAe,EAAG,MAAM,CAAC;IAEzB;;OAEG;IAKH,2BAA2B,EAAG,OAAO,CAAC;IAEtC;;OAEG;IAKH,qBAAqB,EAAG,MAAM,CAAC;IAE/B;;OAEG;IAKH,+BAA+B,EAAG,MAAM,CAAC;IAEzC;;OAEG;IAKH,4BAA4B,EAAG,MAAM,CAAC;IAEtC;;OAEG;IACH,IAAI,CAAC,EAAE,IAAI,CAAC;IAEZ;;OAEG;IAKH,MAAM,EAAG,MAAM,CAAC;IAEhB;;OAEG;IAKH,SAAS,EAAG,IAAI,CAAC;IAEjB;;OAEG;IAKH,SAAS,EAAG,IAAI,CAAC;IAEjB;;OAEG;IACH,MAAM,CAAC,EAAE,KAAK,EAAE,CAAC;IAKjB,MAAM,CAAC,EAAE,kBAAkB,GAAG,IAAI,CAAC;CACpC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"AlpacaAccount.js","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/models/AlpacaAccount.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAC5C,OAAO,KAAK,cAAc,MAAM,iBAAiB,CAAC;AAKlD,OAAO,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AAC/D,OAAO,EAAE,kBAAkB,EAAE,MAAM,yCAAyC,CAAC;AAGtE,IAAM,aAAa,GAAnB,MAAM,aAAa;IACxB;;OAEG;IAKH,EAAE,CAAU;IAEZ;;OAEG;IAKH,IAAI,CAAoB;IAExB;;OAEG;IAKH,MAAM,CAAU;IAEhB;;OAEG;IAKH,SAAS,CAAU;IAEnB;;OAEG;IAKH,aAAa,CAA2B;IAExC;;OAEG;IAKH,UAAU,CAAW;IAErB;;OAEG;IAKH,QAAQ,CAAW;IAEnB;;OAEG;IAKH,kBAAkB,CAAU;IAE5B;;OAEG;IAKH,mBAAmB,CAAU;IAE7B;;OAEG;IAKH,eAAe,CAAU;IAEzB;;OAEG;IAKH,2BAA2B,CAAW;IAEtC;;OAEG;IAKH,qBAAqB,CAAU;IAE/B;;OAEG;IAKH,+BAA+B,CAAU;IAEzC;;OAEG;IAKH,4BAA4B,CAAU;IAEtC;;OAEG;IACH,IAAI,CAAQ;IAEZ;;OAEG;IAKH,MAAM,CAAU;IAEhB;;OAEG;IAKH,SAAS,CAAQ;IAEjB;;OAEG;IAKH,SAAS,CAAQ;IAEjB;;OAEG;IACH,MAAM,CAAW;IAKjB,MAAM,CAA6B;CACpC,CAAA;
|
1
|
+
{"version":3,"file":"AlpacaAccount.js","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/models/AlpacaAccount.ts"],"names":[],"mappings":"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"}
|
@@ -40,6 +40,14 @@ let AlpacaAccount = class AlpacaAccount {
|
|
40
40
|
* Opt-in for connecting to real-time monitoring and trading. TYPESTRING.SKIP=true
|
41
41
|
*/
|
42
42
|
realTime;
|
43
|
+
/**
|
44
|
+
* Opt-in for enabling crypto trading on the account. TYPESTRING.SKIP=true
|
45
|
+
*/
|
46
|
+
cryptoTradingEnabled;
|
47
|
+
/**
|
48
|
+
* List of crypto trading pairs available for the account. TYPESTRING.SKIP=true
|
49
|
+
*/
|
50
|
+
cryptoTradingPairs;
|
43
51
|
/**
|
44
52
|
* Trade allocation percentage for the account. TYPESTRING.SKIP=true
|
45
53
|
*/
|
@@ -139,6 +147,20 @@ __decorate([
|
|
139
147
|
}),
|
140
148
|
__metadata("design:type", Boolean)
|
141
149
|
], AlpacaAccount.prototype, "realTime", void 0);
|
150
|
+
__decorate([
|
151
|
+
TypeGraphQL.Field(_type => Boolean, {
|
152
|
+
nullable: false,
|
153
|
+
description: "Opt-in for enabling crypto trading on the account. TYPESTRING.SKIP=true"
|
154
|
+
}),
|
155
|
+
__metadata("design:type", Boolean)
|
156
|
+
], AlpacaAccount.prototype, "cryptoTradingEnabled", void 0);
|
157
|
+
__decorate([
|
158
|
+
TypeGraphQL.Field(_type => [String], {
|
159
|
+
nullable: false,
|
160
|
+
description: "List of crypto trading pairs available for the account. TYPESTRING.SKIP=true"
|
161
|
+
}),
|
162
|
+
__metadata("design:type", Array)
|
163
|
+
], AlpacaAccount.prototype, "cryptoTradingPairs", void 0);
|
142
164
|
__decorate([
|
143
165
|
TypeGraphQL.Field(_type => TypeGraphQL.Float, {
|
144
166
|
nullable: false,
|
@@ -7,6 +7,6 @@ export declare class FindFirstAlpacaAccountArgs {
|
|
7
7
|
cursor?: AlpacaAccountWhereUniqueInput | undefined;
|
8
8
|
take?: number | undefined;
|
9
9
|
skip?: number | undefined;
|
10
|
-
distinct?: Array<"id" | "type" | "APIKey" | "APISecret" | "configuration" | "marketOpen" | "realTime" | "tradeAllocationPct" | "minPercentageChange" | "volumeThreshold" | "enablePortfolioTrailingStop" | "portfolioTrailPercent" | "portfolioProfitThresholdPercent" | "reducedPortfolioTrailPercent" | "userId" | "createdAt" | "updatedAt"> | undefined;
|
10
|
+
distinct?: Array<"id" | "type" | "APIKey" | "APISecret" | "configuration" | "marketOpen" | "realTime" | "cryptoTradingEnabled" | "cryptoTradingPairs" | "tradeAllocationPct" | "minPercentageChange" | "volumeThreshold" | "enablePortfolioTrailingStop" | "portfolioTrailPercent" | "portfolioProfitThresholdPercent" | "reducedPortfolioTrailPercent" | "userId" | "createdAt" | "updatedAt"> | undefined;
|
11
11
|
}
|
12
12
|
//# sourceMappingURL=FindFirstAlpacaAccountArgs.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"FindFirstAlpacaAccountArgs.d.ts","sourceRoot":"","sources":["../../../../../../../../src/generated/typegraphql-prisma/resolvers/crud/AlpacaAccount/args/FindFirstAlpacaAccountArgs.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,qCAAqC,EAAE,MAAM,uDAAuD,CAAC;AAC9G,OAAO,EAAE,uBAAuB,EAAE,MAAM,yCAAyC,CAAC;AAClF,OAAO,EAAE,6BAA6B,EAAE,MAAM,+CAA+C,CAAC;AAG9F,qBACa,0BAA0B;IAIrC,KAAK,CAAC,EAAE,uBAAuB,GAAG,SAAS,CAAC;IAK5C,OAAO,CAAC,EAAE,qCAAqC,EAAE,GAAG,SAAS,CAAC;IAK9D,MAAM,CAAC,EAAE,6BAA6B,GAAG,SAAS,CAAC;IAKnD,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK1B,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK1B,QAAQ,CAAC,EAAE,KAAK,CAAC,IAAI,GAAG,MAAM,GAAG,QAAQ,GAAG,WAAW,GAAG,eAAe,GAAG,YAAY,GAAG,UAAU,GAAG,oBAAoB,GAAG,qBAAqB,GAAG,iBAAiB,GAAG,6BAA6B,GAAG,uBAAuB,GAAG,iCAAiC,GAAG,8BAA8B,GAAG,QAAQ,GAAG,WAAW,GAAG,WAAW,CAAC,GAAG,SAAS,CAAC;
|
1
|
+
{"version":3,"file":"FindFirstAlpacaAccountArgs.d.ts","sourceRoot":"","sources":["../../../../../../../../src/generated/typegraphql-prisma/resolvers/crud/AlpacaAccount/args/FindFirstAlpacaAccountArgs.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,qCAAqC,EAAE,MAAM,uDAAuD,CAAC;AAC9G,OAAO,EAAE,uBAAuB,EAAE,MAAM,yCAAyC,CAAC;AAClF,OAAO,EAAE,6BAA6B,EAAE,MAAM,+CAA+C,CAAC;AAG9F,qBACa,0BAA0B;IAIrC,KAAK,CAAC,EAAE,uBAAuB,GAAG,SAAS,CAAC;IAK5C,OAAO,CAAC,EAAE,qCAAqC,EAAE,GAAG,SAAS,CAAC;IAK9D,MAAM,CAAC,EAAE,6BAA6B,GAAG,SAAS,CAAC;IAKnD,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK1B,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK1B,QAAQ,CAAC,EAAE,KAAK,CAAC,IAAI,GAAG,MAAM,GAAG,QAAQ,GAAG,WAAW,GAAG,eAAe,GAAG,YAAY,GAAG,UAAU,GAAG,sBAAsB,GAAG,oBAAoB,GAAG,oBAAoB,GAAG,qBAAqB,GAAG,iBAAiB,GAAG,6BAA6B,GAAG,uBAAuB,GAAG,iCAAiC,GAAG,8BAA8B,GAAG,QAAQ,GAAG,WAAW,GAAG,WAAW,CAAC,GAAG,SAAS,CAAC;CAC7Y"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"FindFirstAlpacaAccountArgs.js","sourceRoot":"","sources":["../../../../../../../../src/generated/typegraphql-prisma/resolvers/crud/AlpacaAccount/args/FindFirstAlpacaAccountArgs.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAE5C,OAAO,EAAE,qCAAqC,EAAE,MAAM,uDAAuD,CAAC;AAC9G,OAAO,EAAE,uBAAuB,EAAE,MAAM,yCAAyC,CAAC;AAClF,OAAO,EAAE,6BAA6B,EAAE,MAAM,+CAA+C,CAAC;AAC9F,OAAO,EAAE,4BAA4B,EAAE,MAAM,gDAAgD,CAAC;AAGvF,IAAM,0BAA0B,GAAhC,MAAM,0BAA0B;IAIrC,KAAK,CAAuC;IAK5C,OAAO,CAAuD;IAK9D,MAAM,CAA6C;IAKnD,IAAI,CAAsB;IAK1B,IAAI,CAAsB;IAK1B,QAAQ,
|
1
|
+
{"version":3,"file":"FindFirstAlpacaAccountArgs.js","sourceRoot":"","sources":["../../../../../../../../src/generated/typegraphql-prisma/resolvers/crud/AlpacaAccount/args/FindFirstAlpacaAccountArgs.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAE5C,OAAO,EAAE,qCAAqC,EAAE,MAAM,uDAAuD,CAAC;AAC9G,OAAO,EAAE,uBAAuB,EAAE,MAAM,yCAAyC,CAAC;AAClF,OAAO,EAAE,6BAA6B,EAAE,MAAM,+CAA+C,CAAC;AAC9F,OAAO,EAAE,4BAA4B,EAAE,MAAM,gDAAgD,CAAC;AAGvF,IAAM,0BAA0B,GAAhC,MAAM,0BAA0B;IAIrC,KAAK,CAAuC;IAK5C,OAAO,CAAuD;IAK9D,MAAM,CAA6C;IAKnD,IAAI,CAAsB;IAK1B,IAAI,CAAsB;IAK1B,QAAQ,CAAoY;CAC7Y,CAAA;AA1BC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,uBAAuB,EAAE;QACnD,QAAQ,EAAE,IAAI;KACf,CAAC;;yDAC0C;AAK5C;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,qCAAqC,CAAC,EAAE;QACnE,QAAQ,EAAE,IAAI;KACf,CAAC;;2DAC4D;AAK9D;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,6BAA6B,EAAE;QACzD,QAAQ,EAAE,IAAI;KACf,CAAC;;0DACiD;AAKnD;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;wDACwB;AAK1B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;wDACwB;AAK1B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,4BAA4B,CAAC,EAAE;QAC1D,QAAQ,EAAE,IAAI;KACf,CAAC;;4DAC0Y;AA7BjY,0BAA0B;IADtC,WAAW,CAAC,QAAQ,EAAE;GACV,0BAA0B,CA8BtC"}
|
@@ -7,6 +7,6 @@ export declare class FindFirstAlpacaAccountOrThrowArgs {
|
|
7
7
|
cursor?: AlpacaAccountWhereUniqueInput | undefined;
|
8
8
|
take?: number | undefined;
|
9
9
|
skip?: number | undefined;
|
10
|
-
distinct?: Array<"id" | "type" | "APIKey" | "APISecret" | "configuration" | "marketOpen" | "realTime" | "tradeAllocationPct" | "minPercentageChange" | "volumeThreshold" | "enablePortfolioTrailingStop" | "portfolioTrailPercent" | "portfolioProfitThresholdPercent" | "reducedPortfolioTrailPercent" | "userId" | "createdAt" | "updatedAt"> | undefined;
|
10
|
+
distinct?: Array<"id" | "type" | "APIKey" | "APISecret" | "configuration" | "marketOpen" | "realTime" | "cryptoTradingEnabled" | "cryptoTradingPairs" | "tradeAllocationPct" | "minPercentageChange" | "volumeThreshold" | "enablePortfolioTrailingStop" | "portfolioTrailPercent" | "portfolioProfitThresholdPercent" | "reducedPortfolioTrailPercent" | "userId" | "createdAt" | "updatedAt"> | undefined;
|
11
11
|
}
|
12
12
|
//# sourceMappingURL=FindFirstAlpacaAccountOrThrowArgs.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"FindFirstAlpacaAccountOrThrowArgs.d.ts","sourceRoot":"","sources":["../../../../../../../../src/generated/typegraphql-prisma/resolvers/crud/AlpacaAccount/args/FindFirstAlpacaAccountOrThrowArgs.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,qCAAqC,EAAE,MAAM,uDAAuD,CAAC;AAC9G,OAAO,EAAE,uBAAuB,EAAE,MAAM,yCAAyC,CAAC;AAClF,OAAO,EAAE,6BAA6B,EAAE,MAAM,+CAA+C,CAAC;AAG9F,qBACa,iCAAiC;IAI5C,KAAK,CAAC,EAAE,uBAAuB,GAAG,SAAS,CAAC;IAK5C,OAAO,CAAC,EAAE,qCAAqC,EAAE,GAAG,SAAS,CAAC;IAK9D,MAAM,CAAC,EAAE,6BAA6B,GAAG,SAAS,CAAC;IAKnD,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK1B,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK1B,QAAQ,CAAC,EAAE,KAAK,CAAC,IAAI,GAAG,MAAM,GAAG,QAAQ,GAAG,WAAW,GAAG,eAAe,GAAG,YAAY,GAAG,UAAU,GAAG,oBAAoB,GAAG,qBAAqB,GAAG,iBAAiB,GAAG,6BAA6B,GAAG,uBAAuB,GAAG,iCAAiC,GAAG,8BAA8B,GAAG,QAAQ,GAAG,WAAW,GAAG,WAAW,CAAC,GAAG,SAAS,CAAC;
|
1
|
+
{"version":3,"file":"FindFirstAlpacaAccountOrThrowArgs.d.ts","sourceRoot":"","sources":["../../../../../../../../src/generated/typegraphql-prisma/resolvers/crud/AlpacaAccount/args/FindFirstAlpacaAccountOrThrowArgs.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,qCAAqC,EAAE,MAAM,uDAAuD,CAAC;AAC9G,OAAO,EAAE,uBAAuB,EAAE,MAAM,yCAAyC,CAAC;AAClF,OAAO,EAAE,6BAA6B,EAAE,MAAM,+CAA+C,CAAC;AAG9F,qBACa,iCAAiC;IAI5C,KAAK,CAAC,EAAE,uBAAuB,GAAG,SAAS,CAAC;IAK5C,OAAO,CAAC,EAAE,qCAAqC,EAAE,GAAG,SAAS,CAAC;IAK9D,MAAM,CAAC,EAAE,6BAA6B,GAAG,SAAS,CAAC;IAKnD,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK1B,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK1B,QAAQ,CAAC,EAAE,KAAK,CAAC,IAAI,GAAG,MAAM,GAAG,QAAQ,GAAG,WAAW,GAAG,eAAe,GAAG,YAAY,GAAG,UAAU,GAAG,sBAAsB,GAAG,oBAAoB,GAAG,oBAAoB,GAAG,qBAAqB,GAAG,iBAAiB,GAAG,6BAA6B,GAAG,uBAAuB,GAAG,iCAAiC,GAAG,8BAA8B,GAAG,QAAQ,GAAG,WAAW,GAAG,WAAW,CAAC,GAAG,SAAS,CAAC;CAC7Y"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"FindFirstAlpacaAccountOrThrowArgs.js","sourceRoot":"","sources":["../../../../../../../../src/generated/typegraphql-prisma/resolvers/crud/AlpacaAccount/args/FindFirstAlpacaAccountOrThrowArgs.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAE5C,OAAO,EAAE,qCAAqC,EAAE,MAAM,uDAAuD,CAAC;AAC9G,OAAO,EAAE,uBAAuB,EAAE,MAAM,yCAAyC,CAAC;AAClF,OAAO,EAAE,6BAA6B,EAAE,MAAM,+CAA+C,CAAC;AAC9F,OAAO,EAAE,4BAA4B,EAAE,MAAM,gDAAgD,CAAC;AAGvF,IAAM,iCAAiC,GAAvC,MAAM,iCAAiC;IAI5C,KAAK,CAAuC;IAK5C,OAAO,CAAuD;IAK9D,MAAM,CAA6C;IAKnD,IAAI,CAAsB;IAK1B,IAAI,CAAsB;IAK1B,QAAQ,
|
1
|
+
{"version":3,"file":"FindFirstAlpacaAccountOrThrowArgs.js","sourceRoot":"","sources":["../../../../../../../../src/generated/typegraphql-prisma/resolvers/crud/AlpacaAccount/args/FindFirstAlpacaAccountOrThrowArgs.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAE5C,OAAO,EAAE,qCAAqC,EAAE,MAAM,uDAAuD,CAAC;AAC9G,OAAO,EAAE,uBAAuB,EAAE,MAAM,yCAAyC,CAAC;AAClF,OAAO,EAAE,6BAA6B,EAAE,MAAM,+CAA+C,CAAC;AAC9F,OAAO,EAAE,4BAA4B,EAAE,MAAM,gDAAgD,CAAC;AAGvF,IAAM,iCAAiC,GAAvC,MAAM,iCAAiC;IAI5C,KAAK,CAAuC;IAK5C,OAAO,CAAuD;IAK9D,MAAM,CAA6C;IAKnD,IAAI,CAAsB;IAK1B,IAAI,CAAsB;IAK1B,QAAQ,CAAoY;CAC7Y,CAAA;AA1BC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,uBAAuB,EAAE;QACnD,QAAQ,EAAE,IAAI;KACf,CAAC;;gEAC0C;AAK5C;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,qCAAqC,CAAC,EAAE;QACnE,QAAQ,EAAE,IAAI;KACf,CAAC;;kEAC4D;AAK9D;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,6BAA6B,EAAE;QACzD,QAAQ,EAAE,IAAI;KACf,CAAC;;iEACiD;AAKnD;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;+DACwB;AAK1B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;+DACwB;AAK1B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,4BAA4B,CAAC,EAAE;QAC1D,QAAQ,EAAE,IAAI;KACf,CAAC;;mEAC0Y;AA7BjY,iCAAiC;IAD7C,WAAW,CAAC,QAAQ,EAAE;GACV,iCAAiC,CA8B7C"}
|
@@ -7,6 +7,6 @@ export declare class FindManyAlpacaAccountArgs {
|
|
7
7
|
cursor?: AlpacaAccountWhereUniqueInput | undefined;
|
8
8
|
take?: number | undefined;
|
9
9
|
skip?: number | undefined;
|
10
|
-
distinct?: Array<"id" | "type" | "APIKey" | "APISecret" | "configuration" | "marketOpen" | "realTime" | "tradeAllocationPct" | "minPercentageChange" | "volumeThreshold" | "enablePortfolioTrailingStop" | "portfolioTrailPercent" | "portfolioProfitThresholdPercent" | "reducedPortfolioTrailPercent" | "userId" | "createdAt" | "updatedAt"> | undefined;
|
10
|
+
distinct?: Array<"id" | "type" | "APIKey" | "APISecret" | "configuration" | "marketOpen" | "realTime" | "cryptoTradingEnabled" | "cryptoTradingPairs" | "tradeAllocationPct" | "minPercentageChange" | "volumeThreshold" | "enablePortfolioTrailingStop" | "portfolioTrailPercent" | "portfolioProfitThresholdPercent" | "reducedPortfolioTrailPercent" | "userId" | "createdAt" | "updatedAt"> | undefined;
|
11
11
|
}
|
12
12
|
//# sourceMappingURL=FindManyAlpacaAccountArgs.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"FindManyAlpacaAccountArgs.d.ts","sourceRoot":"","sources":["../../../../../../../../src/generated/typegraphql-prisma/resolvers/crud/AlpacaAccount/args/FindManyAlpacaAccountArgs.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,qCAAqC,EAAE,MAAM,uDAAuD,CAAC;AAC9G,OAAO,EAAE,uBAAuB,EAAE,MAAM,yCAAyC,CAAC;AAClF,OAAO,EAAE,6BAA6B,EAAE,MAAM,+CAA+C,CAAC;AAG9F,qBACa,yBAAyB;IAIpC,KAAK,CAAC,EAAE,uBAAuB,GAAG,SAAS,CAAC;IAK5C,OAAO,CAAC,EAAE,qCAAqC,EAAE,GAAG,SAAS,CAAC;IAK9D,MAAM,CAAC,EAAE,6BAA6B,GAAG,SAAS,CAAC;IAKnD,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK1B,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK1B,QAAQ,CAAC,EAAE,KAAK,CAAC,IAAI,GAAG,MAAM,GAAG,QAAQ,GAAG,WAAW,GAAG,eAAe,GAAG,YAAY,GAAG,UAAU,GAAG,oBAAoB,GAAG,qBAAqB,GAAG,iBAAiB,GAAG,6BAA6B,GAAG,uBAAuB,GAAG,iCAAiC,GAAG,8BAA8B,GAAG,QAAQ,GAAG,WAAW,GAAG,WAAW,CAAC,GAAG,SAAS,CAAC;
|
1
|
+
{"version":3,"file":"FindManyAlpacaAccountArgs.d.ts","sourceRoot":"","sources":["../../../../../../../../src/generated/typegraphql-prisma/resolvers/crud/AlpacaAccount/args/FindManyAlpacaAccountArgs.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,qCAAqC,EAAE,MAAM,uDAAuD,CAAC;AAC9G,OAAO,EAAE,uBAAuB,EAAE,MAAM,yCAAyC,CAAC;AAClF,OAAO,EAAE,6BAA6B,EAAE,MAAM,+CAA+C,CAAC;AAG9F,qBACa,yBAAyB;IAIpC,KAAK,CAAC,EAAE,uBAAuB,GAAG,SAAS,CAAC;IAK5C,OAAO,CAAC,EAAE,qCAAqC,EAAE,GAAG,SAAS,CAAC;IAK9D,MAAM,CAAC,EAAE,6BAA6B,GAAG,SAAS,CAAC;IAKnD,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK1B,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK1B,QAAQ,CAAC,EAAE,KAAK,CAAC,IAAI,GAAG,MAAM,GAAG,QAAQ,GAAG,WAAW,GAAG,eAAe,GAAG,YAAY,GAAG,UAAU,GAAG,sBAAsB,GAAG,oBAAoB,GAAG,oBAAoB,GAAG,qBAAqB,GAAG,iBAAiB,GAAG,6BAA6B,GAAG,uBAAuB,GAAG,iCAAiC,GAAG,8BAA8B,GAAG,QAAQ,GAAG,WAAW,GAAG,WAAW,CAAC,GAAG,SAAS,CAAC;CAC7Y"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"FindManyAlpacaAccountArgs.js","sourceRoot":"","sources":["../../../../../../../../src/generated/typegraphql-prisma/resolvers/crud/AlpacaAccount/args/FindManyAlpacaAccountArgs.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAE5C,OAAO,EAAE,qCAAqC,EAAE,MAAM,uDAAuD,CAAC;AAC9G,OAAO,EAAE,uBAAuB,EAAE,MAAM,yCAAyC,CAAC;AAClF,OAAO,EAAE,6BAA6B,EAAE,MAAM,+CAA+C,CAAC;AAC9F,OAAO,EAAE,4BAA4B,EAAE,MAAM,gDAAgD,CAAC;AAGvF,IAAM,yBAAyB,GAA/B,MAAM,yBAAyB;IAIpC,KAAK,CAAuC;IAK5C,OAAO,CAAuD;IAK9D,MAAM,CAA6C;IAKnD,IAAI,CAAsB;IAK1B,IAAI,CAAsB;IAK1B,QAAQ,
|
1
|
+
{"version":3,"file":"FindManyAlpacaAccountArgs.js","sourceRoot":"","sources":["../../../../../../../../src/generated/typegraphql-prisma/resolvers/crud/AlpacaAccount/args/FindManyAlpacaAccountArgs.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAE5C,OAAO,EAAE,qCAAqC,EAAE,MAAM,uDAAuD,CAAC;AAC9G,OAAO,EAAE,uBAAuB,EAAE,MAAM,yCAAyC,CAAC;AAClF,OAAO,EAAE,6BAA6B,EAAE,MAAM,+CAA+C,CAAC;AAC9F,OAAO,EAAE,4BAA4B,EAAE,MAAM,gDAAgD,CAAC;AAGvF,IAAM,yBAAyB,GAA/B,MAAM,yBAAyB;IAIpC,KAAK,CAAuC;IAK5C,OAAO,CAAuD;IAK9D,MAAM,CAA6C;IAKnD,IAAI,CAAsB;IAK1B,IAAI,CAAsB;IAK1B,QAAQ,CAAoY;CAC7Y,CAAA;AA1BC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,uBAAuB,EAAE;QACnD,QAAQ,EAAE,IAAI;KACf,CAAC;;wDAC0C;AAK5C;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,qCAAqC,CAAC,EAAE;QACnE,QAAQ,EAAE,IAAI;KACf,CAAC;;0DAC4D;AAK9D;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,6BAA6B,EAAE;QACzD,QAAQ,EAAE,IAAI;KACf,CAAC;;yDACiD;AAKnD;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;uDACwB;AAK1B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;uDACwB;AAK1B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,4BAA4B,CAAC,EAAE;QAC1D,QAAQ,EAAE,IAAI;KACf,CAAC;;2DAC0Y;AA7BjY,yBAAyB;IADrC,WAAW,CAAC,QAAQ,EAAE;GACV,yBAAyB,CA8BrC"}
|
@@ -4,7 +4,7 @@ import { AlpacaAccountWhereInput } from "../../../inputs/AlpacaAccountWhereInput
|
|
4
4
|
export declare class GroupByAlpacaAccountArgs {
|
5
5
|
where?: AlpacaAccountWhereInput | undefined;
|
6
6
|
orderBy?: AlpacaAccountOrderByWithAggregationInput[] | undefined;
|
7
|
-
by: Array<"id" | "type" | "APIKey" | "APISecret" | "configuration" | "marketOpen" | "realTime" | "tradeAllocationPct" | "minPercentageChange" | "volumeThreshold" | "enablePortfolioTrailingStop" | "portfolioTrailPercent" | "portfolioProfitThresholdPercent" | "reducedPortfolioTrailPercent" | "userId" | "createdAt" | "updatedAt">;
|
7
|
+
by: Array<"id" | "type" | "APIKey" | "APISecret" | "configuration" | "marketOpen" | "realTime" | "cryptoTradingEnabled" | "cryptoTradingPairs" | "tradeAllocationPct" | "minPercentageChange" | "volumeThreshold" | "enablePortfolioTrailingStop" | "portfolioTrailPercent" | "portfolioProfitThresholdPercent" | "reducedPortfolioTrailPercent" | "userId" | "createdAt" | "updatedAt">;
|
8
8
|
having?: AlpacaAccountScalarWhereWithAggregatesInput | undefined;
|
9
9
|
take?: number | undefined;
|
10
10
|
skip?: number | undefined;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"GroupByAlpacaAccountArgs.d.ts","sourceRoot":"","sources":["../../../../../../../../src/generated/typegraphql-prisma/resolvers/crud/AlpacaAccount/args/GroupByAlpacaAccountArgs.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,wCAAwC,EAAE,MAAM,0DAA0D,CAAC;AACpH,OAAO,EAAE,2CAA2C,EAAE,MAAM,6DAA6D,CAAC;AAC1H,OAAO,EAAE,uBAAuB,EAAE,MAAM,yCAAyC,CAAC;AAGlF,qBACa,wBAAwB;IAInC,KAAK,CAAC,EAAE,uBAAuB,GAAG,SAAS,CAAC;IAK5C,OAAO,CAAC,EAAE,wCAAwC,EAAE,GAAG,SAAS,CAAC;IAKjE,EAAE,EAAG,KAAK,CAAC,IAAI,GAAG,MAAM,GAAG,QAAQ,GAAG,WAAW,GAAG,eAAe,GAAG,YAAY,GAAG,UAAU,GAAG,oBAAoB,GAAG,qBAAqB,GAAG,iBAAiB,GAAG,6BAA6B,GAAG,uBAAuB,GAAG,iCAAiC,GAAG,8BAA8B,GAAG,QAAQ,GAAG,WAAW,GAAG,WAAW,CAAC,CAAC;
|
1
|
+
{"version":3,"file":"GroupByAlpacaAccountArgs.d.ts","sourceRoot":"","sources":["../../../../../../../../src/generated/typegraphql-prisma/resolvers/crud/AlpacaAccount/args/GroupByAlpacaAccountArgs.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,wCAAwC,EAAE,MAAM,0DAA0D,CAAC;AACpH,OAAO,EAAE,2CAA2C,EAAE,MAAM,6DAA6D,CAAC;AAC1H,OAAO,EAAE,uBAAuB,EAAE,MAAM,yCAAyC,CAAC;AAGlF,qBACa,wBAAwB;IAInC,KAAK,CAAC,EAAE,uBAAuB,GAAG,SAAS,CAAC;IAK5C,OAAO,CAAC,EAAE,wCAAwC,EAAE,GAAG,SAAS,CAAC;IAKjE,EAAE,EAAG,KAAK,CAAC,IAAI,GAAG,MAAM,GAAG,QAAQ,GAAG,WAAW,GAAG,eAAe,GAAG,YAAY,GAAG,UAAU,GAAG,sBAAsB,GAAG,oBAAoB,GAAG,oBAAoB,GAAG,qBAAqB,GAAG,iBAAiB,GAAG,6BAA6B,GAAG,uBAAuB,GAAG,iCAAiC,GAAG,8BAA8B,GAAG,QAAQ,GAAG,WAAW,GAAG,WAAW,CAAC,CAAC;IAK1X,MAAM,CAAC,EAAE,2CAA2C,GAAG,SAAS,CAAC;IAKjE,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK1B,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAC3B"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"GroupByAlpacaAccountArgs.js","sourceRoot":"","sources":["../../../../../../../../src/generated/typegraphql-prisma/resolvers/crud/AlpacaAccount/args/GroupByAlpacaAccountArgs.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAE5C,OAAO,EAAE,wCAAwC,EAAE,MAAM,0DAA0D,CAAC;AACpH,OAAO,EAAE,2CAA2C,EAAE,MAAM,6DAA6D,CAAC;AAC1H,OAAO,EAAE,uBAAuB,EAAE,MAAM,yCAAyC,CAAC;AAClF,OAAO,EAAE,4BAA4B,EAAE,MAAM,gDAAgD,CAAC;AAGvF,IAAM,wBAAwB,GAA9B,MAAM,wBAAwB;IAInC,KAAK,CAAuC;IAK5C,OAAO,CAA0D;IAKjE,EAAE,
|
1
|
+
{"version":3,"file":"GroupByAlpacaAccountArgs.js","sourceRoot":"","sources":["../../../../../../../../src/generated/typegraphql-prisma/resolvers/crud/AlpacaAccount/args/GroupByAlpacaAccountArgs.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAE5C,OAAO,EAAE,wCAAwC,EAAE,MAAM,0DAA0D,CAAC;AACpH,OAAO,EAAE,2CAA2C,EAAE,MAAM,6DAA6D,CAAC;AAC1H,OAAO,EAAE,uBAAuB,EAAE,MAAM,yCAAyC,CAAC;AAClF,OAAO,EAAE,4BAA4B,EAAE,MAAM,gDAAgD,CAAC;AAGvF,IAAM,wBAAwB,GAA9B,MAAM,wBAAwB;IAInC,KAAK,CAAuC;IAK5C,OAAO,CAA0D;IAKjE,EAAE,CAAwX;IAK1X,MAAM,CAA2D;IAKjE,IAAI,CAAsB;IAK1B,IAAI,CAAsB;CAC3B,CAAA;AA1BC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,uBAAuB,EAAE;QACnD,QAAQ,EAAE,IAAI;KACf,CAAC;;uDAC0C;AAK5C;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,wCAAwC,CAAC,EAAE;QACtE,QAAQ,EAAE,IAAI;KACf,CAAC;;yDAC+D;AAKjE;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,4BAA4B,CAAC,EAAE;QAC1D,QAAQ,EAAE,KAAK;KAChB,CAAC;8BACG,KAAK;oDAAgX;AAK1X;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,2CAA2C,EAAE;QACvE,QAAQ,EAAE,IAAI;KACf,CAAC;;wDAC+D;AAKjE;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;sDACwB;AAK1B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;sDACwB;AA7Bf,wBAAwB;IADpC,WAAW,CAAC,QAAQ,EAAE;GACV,wBAAwB,CA8BpC"}
|
@@ -6,6 +6,8 @@ export declare class AlpacaAccountCountOrderByAggregateInput {
|
|
6
6
|
configuration?: "asc" | "desc" | undefined;
|
7
7
|
marketOpen?: "asc" | "desc" | undefined;
|
8
8
|
realTime?: "asc" | "desc" | undefined;
|
9
|
+
cryptoTradingEnabled?: "asc" | "desc" | undefined;
|
10
|
+
cryptoTradingPairs?: "asc" | "desc" | undefined;
|
9
11
|
tradeAllocationPct?: "asc" | "desc" | undefined;
|
10
12
|
minPercentageChange?: "asc" | "desc" | undefined;
|
11
13
|
volumeThreshold?: "asc" | "desc" | undefined;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"AlpacaAccountCountOrderByAggregateInput.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCountOrderByAggregateInput.ts"],"names":[],"mappings":"AAMA,qBACa,uCAAuC;IAIlD,EAAE,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKhC,IAAI,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKlC,MAAM,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKpC,SAAS,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKvC,aAAa,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAK3C,UAAU,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKxC,QAAQ,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKtC,kBAAkB,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKhD,mBAAmB,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKjD,eAAe,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAK7C,2BAA2B,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKzD,qBAAqB,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKnD,+BAA+B,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAK7D,4BAA4B,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAK1D,MAAM,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKpC,SAAS,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKvC,SAAS,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;CACxC"}
|
1
|
+
{"version":3,"file":"AlpacaAccountCountOrderByAggregateInput.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCountOrderByAggregateInput.ts"],"names":[],"mappings":"AAMA,qBACa,uCAAuC;IAIlD,EAAE,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKhC,IAAI,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKlC,MAAM,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKpC,SAAS,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKvC,aAAa,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAK3C,UAAU,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKxC,QAAQ,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKtC,oBAAoB,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKlD,kBAAkB,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKhD,kBAAkB,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKhD,mBAAmB,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKjD,eAAe,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAK7C,2BAA2B,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKzD,qBAAqB,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKnD,+BAA+B,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAK7D,4BAA4B,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAK1D,MAAM,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKpC,SAAS,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKvC,SAAS,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;CACxC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"AlpacaAccountCountOrderByAggregateInput.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCountOrderByAggregateInput.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAI5C,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAG3C,IAAM,uCAAuC,GAA7C,MAAM,uCAAuC;IAIlD,EAAE,CAA8B;IAKhC,IAAI,CAA8B;IAKlC,MAAM,CAA8B;IAKpC,SAAS,CAA8B;IAKvC,aAAa,CAA8B;IAK3C,UAAU,CAA8B;IAKxC,QAAQ,CAA8B;IAKtC,kBAAkB,CAA8B;IAKhD,mBAAmB,CAA8B;IAKjD,eAAe,CAA8B;IAK7C,2BAA2B,CAA8B;IAKzD,qBAAqB,CAA8B;IAKnD,+BAA+B,CAA8B;IAK7D,4BAA4B,CAA8B;IAK1D,MAAM,CAA8B;IAKpC,SAAS,CAA8B;IAKvC,SAAS,CAA8B;CACxC,CAAA;
|
1
|
+
{"version":3,"file":"AlpacaAccountCountOrderByAggregateInput.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCountOrderByAggregateInput.ts"],"names":[],"mappings":"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"}
|
@@ -17,6 +17,8 @@ let AlpacaAccountCountOrderByAggregateInput = class AlpacaAccountCountOrderByAgg
|
|
17
17
|
configuration;
|
18
18
|
marketOpen;
|
19
19
|
realTime;
|
20
|
+
cryptoTradingEnabled;
|
21
|
+
cryptoTradingPairs;
|
20
22
|
tradeAllocationPct;
|
21
23
|
minPercentageChange;
|
22
24
|
volumeThreshold;
|
@@ -70,6 +72,18 @@ __decorate([
|
|
70
72
|
}),
|
71
73
|
__metadata("design:type", Object)
|
72
74
|
], AlpacaAccountCountOrderByAggregateInput.prototype, "realTime", void 0);
|
75
|
+
__decorate([
|
76
|
+
TypeGraphQL.Field(_type => SortOrder, {
|
77
|
+
nullable: true
|
78
|
+
}),
|
79
|
+
__metadata("design:type", Object)
|
80
|
+
], AlpacaAccountCountOrderByAggregateInput.prototype, "cryptoTradingEnabled", void 0);
|
81
|
+
__decorate([
|
82
|
+
TypeGraphQL.Field(_type => SortOrder, {
|
83
|
+
nullable: true
|
84
|
+
}),
|
85
|
+
__metadata("design:type", Object)
|
86
|
+
], AlpacaAccountCountOrderByAggregateInput.prototype, "cryptoTradingPairs", void 0);
|
73
87
|
__decorate([
|
74
88
|
TypeGraphQL.Field(_type => SortOrder, {
|
75
89
|
nullable: true
|
@@ -1,5 +1,6 @@
|
|
1
1
|
import { Prisma } from "@prisma/client";
|
2
2
|
import { AlertCreateNestedManyWithoutAlpacaAccountInput } from "../inputs/AlertCreateNestedManyWithoutAlpacaAccountInput";
|
3
|
+
import { AlpacaAccountCreatecryptoTradingPairsInput } from "../inputs/AlpacaAccountCreatecryptoTradingPairsInput";
|
3
4
|
import { UserCreateNestedOneWithoutAlpacaAccountsInput } from "../inputs/UserCreateNestedOneWithoutAlpacaAccountsInput";
|
4
5
|
export declare class AlpacaAccountCreateInput {
|
5
6
|
id?: string | undefined;
|
@@ -9,6 +10,8 @@ export declare class AlpacaAccountCreateInput {
|
|
9
10
|
configuration?: Prisma.InputJsonValue | undefined;
|
10
11
|
marketOpen?: boolean | undefined;
|
11
12
|
realTime?: boolean | undefined;
|
13
|
+
cryptoTradingEnabled?: boolean | undefined;
|
14
|
+
cryptoTradingPairs?: AlpacaAccountCreatecryptoTradingPairsInput | undefined;
|
12
15
|
tradeAllocationPct?: number | undefined;
|
13
16
|
minPercentageChange?: number | undefined;
|
14
17
|
volumeThreshold?: number | undefined;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"AlpacaAccountCreateInput.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateInput.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAC;AAExC,OAAO,EAAE,8CAA8C,EAAE,MAAM,0DAA0D,CAAC;AAC1H,OAAO,EAAE,6CAA6C,EAAE,MAAM,yDAAyD,CAAC;AAGxH,qBACa,wBAAwB;IAInC,EAAE,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAKxB,IAAI,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,SAAS,CAAC;IAKpC,MAAM,EAAG,MAAM,CAAC;IAKhB,SAAS,EAAG,MAAM,CAAC;IAKnB,aAAa,CAAC,EAAE,MAAM,CAAC,cAAc,GAAG,SAAS,CAAC;IAKlD,UAAU,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAKjC,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAK/B,kBAAkB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAKxC,mBAAmB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAKzC,eAAe,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAKrC,2BAA2B,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAKlD,qBAAqB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK3C,+BAA+B,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAKrD,4BAA4B,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAKlD,SAAS,CAAC,EAAE,IAAI,GAAG,SAAS,CAAC;IAK7B,SAAS,CAAC,EAAE,IAAI,GAAG,SAAS,CAAC;IAK7B,IAAI,EAAG,6CAA6C,CAAC;IAKrD,MAAM,CAAC,EAAE,8CAA8C,GAAG,SAAS,CAAC;CACrE"}
|
1
|
+
{"version":3,"file":"AlpacaAccountCreateInput.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateInput.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAC;AAExC,OAAO,EAAE,8CAA8C,EAAE,MAAM,0DAA0D,CAAC;AAC1H,OAAO,EAAE,0CAA0C,EAAE,MAAM,sDAAsD,CAAC;AAClH,OAAO,EAAE,6CAA6C,EAAE,MAAM,yDAAyD,CAAC;AAGxH,qBACa,wBAAwB;IAInC,EAAE,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAKxB,IAAI,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,SAAS,CAAC;IAKpC,MAAM,EAAG,MAAM,CAAC;IAKhB,SAAS,EAAG,MAAM,CAAC;IAKnB,aAAa,CAAC,EAAE,MAAM,CAAC,cAAc,GAAG,SAAS,CAAC;IAKlD,UAAU,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAKjC,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAK/B,oBAAoB,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAK3C,kBAAkB,CAAC,EAAE,0CAA0C,GAAG,SAAS,CAAC;IAK5E,kBAAkB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAKxC,mBAAmB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAKzC,eAAe,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAKrC,2BAA2B,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAKlD,qBAAqB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK3C,+BAA+B,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAKrD,4BAA4B,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAKlD,SAAS,CAAC,EAAE,IAAI,GAAG,SAAS,CAAC;IAK7B,SAAS,CAAC,EAAE,IAAI,GAAG,SAAS,CAAC;IAK7B,IAAI,EAAG,6CAA6C,CAAC;IAKrD,MAAM,CAAC,EAAE,8CAA8C,GAAG,SAAS,CAAC;CACrE"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"AlpacaAccountCreateInput.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateInput.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAC5C,OAAO,KAAK,cAAc,MAAM,iBAAiB,CAAC;AAGlD,OAAO,EAAE,8CAA8C,EAAE,MAAM,0DAA0D,CAAC;AAC1H,OAAO,EAAE,6CAA6C,EAAE,MAAM,yDAAyD,CAAC;AACxH,OAAO,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;AAG3D,IAAM,wBAAwB,GAA9B,MAAM,wBAAwB;IAInC,EAAE,CAAsB;IAKxB,IAAI,CAAgC;IAKpC,MAAM,CAAU;IAKhB,SAAS,CAAU;IAKnB,aAAa,CAAqC;IAKlD,UAAU,CAAuB;IAKjC,QAAQ,CAAuB;IAK/B,kBAAkB,CAAsB;IAKxC,mBAAmB,CAAsB;IAKzC,eAAe,CAAsB;IAKrC,2BAA2B,CAAuB;IAKlD,qBAAqB,CAAsB;IAK3C,+BAA+B,CAAsB;IAKrD,4BAA4B,CAAsB;IAKlD,SAAS,CAAoB;IAK7B,SAAS,CAAoB;IAK7B,IAAI,CAAiD;IAKrD,MAAM,CAA8D;CACrE,CAAA;
|
1
|
+
{"version":3,"file":"AlpacaAccountCreateInput.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateInput.ts"],"names":[],"mappings":"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"}
|