@adaptic/backend-legacy 0.0.31 → 0.0.33
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 +141 -39
- package/AccountLinkingRequest.cjs +141 -39
- package/Alert.cjs +113 -31
- package/Allocation.cjs +90 -23
- package/AlpacaAccount.cjs +100 -27
- package/Authenticator.cjs +141 -39
- package/Customer.cjs +141 -39
- package/LinkedProvider.cjs +141 -39
- package/Session.cjs +134 -37
- package/User.cjs +120 -33
- package/esm/Account.d.ts.map +1 -1
- package/esm/Account.js.map +1 -1
- package/esm/Account.mjs +141 -39
- package/esm/AccountLinkingRequest.d.ts.map +1 -1
- package/esm/AccountLinkingRequest.js.map +1 -1
- package/esm/AccountLinkingRequest.mjs +141 -39
- package/esm/Alert.d.ts.map +1 -1
- package/esm/Alert.js.map +1 -1
- package/esm/Alert.mjs +113 -31
- package/esm/Allocation.d.ts.map +1 -1
- package/esm/Allocation.js.map +1 -1
- package/esm/Allocation.mjs +90 -23
- package/esm/AlpacaAccount.d.ts.map +1 -1
- package/esm/AlpacaAccount.js.map +1 -1
- package/esm/AlpacaAccount.mjs +100 -27
- package/esm/Authenticator.d.ts.map +1 -1
- package/esm/Authenticator.js.map +1 -1
- package/esm/Authenticator.mjs +141 -39
- package/esm/Customer.d.ts.map +1 -1
- package/esm/Customer.js.map +1 -1
- package/esm/Customer.mjs +141 -39
- package/esm/LinkedProvider.d.ts.map +1 -1
- package/esm/LinkedProvider.js.map +1 -1
- package/esm/LinkedProvider.mjs +141 -39
- package/esm/Session.d.ts.map +1 -1
- package/esm/Session.js.map +1 -1
- package/esm/Session.mjs +134 -37
- package/esm/User.d.ts.map +1 -1
- package/esm/User.js.map +1 -1
- package/esm/User.mjs +120 -33
- 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 +7 -2
- package/esm/generated/selectionSets/AccountLinkingRequest.d.ts +1 -1
- package/esm/generated/selectionSets/AccountLinkingRequest.d.ts.map +1 -1
- package/esm/generated/selectionSets/AccountLinkingRequest.js.map +1 -1
- package/esm/generated/selectionSets/AccountLinkingRequest.mjs +7 -2
- package/esm/generated/selectionSets/Allocation.d.ts +1 -1
- package/esm/generated/selectionSets/Allocation.d.ts.map +1 -1
- package/esm/generated/selectionSets/Allocation.js.map +1 -1
- package/esm/generated/selectionSets/Allocation.mjs +7 -2
- 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 +7 -2
- 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 +7 -2
- 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 +7 -2
- package/esm/generated/selectionSets/LinkedProvider.d.ts +1 -1
- package/esm/generated/selectionSets/LinkedProvider.d.ts.map +1 -1
- package/esm/generated/selectionSets/LinkedProvider.js.map +1 -1
- package/esm/generated/selectionSets/LinkedProvider.mjs +7 -2
- 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 +7 -2
- package/esm/generated/typeStrings/Allocation.d.ts +1 -1
- package/esm/generated/typeStrings/Allocation.d.ts.map +1 -1
- package/esm/generated/typeStrings/Allocation.js.map +1 -1
- package/esm/generated/typeStrings/Allocation.mjs +14 -6
- package/esm/generated/typeStrings/index.d.ts +1 -1
- package/esm/generated/typegraphql-prisma/enhance.js.map +1 -1
- package/esm/generated/typegraphql-prisma/enhance.mjs +54 -54
- package/esm/generated/typegraphql-prisma/enums/AllocationScalarFieldEnum.d.ts +6 -2
- package/esm/generated/typegraphql-prisma/enums/AllocationScalarFieldEnum.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/enums/AllocationScalarFieldEnum.js.map +1 -1
- package/esm/generated/typegraphql-prisma/enums/AllocationScalarFieldEnum.mjs +6 -2
- package/esm/generated/typegraphql-prisma/enums/AlpacaAccountScalarFieldEnum.d.ts +1 -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 +1 -0
- package/esm/generated/typegraphql-prisma/models/Allocation.d.ts +22 -6
- package/esm/generated/typegraphql-prisma/models/Allocation.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/models/Allocation.js.map +1 -1
- package/esm/generated/typegraphql-prisma/models/Allocation.mjs +56 -12
- package/esm/generated/typegraphql-prisma/models/AlpacaAccount.d.ts +4 -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 +11 -0
- package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindFirstAllocationArgs.d.ts +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindFirstAllocationArgs.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindFirstAllocationArgs.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindFirstAllocationOrThrowArgs.d.ts +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindFirstAllocationOrThrowArgs.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindFirstAllocationOrThrowArgs.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindManyAllocationArgs.d.ts +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindManyAllocationArgs.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindManyAllocationArgs.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/args/GroupByAllocationArgs.d.ts +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/args/GroupByAllocationArgs.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/crud/Allocation/args/GroupByAllocationArgs.js.map +1 -1
- 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/AllocationAvgOrderByAggregateInput.d.ts +6 -2
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationAvgOrderByAggregateInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationAvgOrderByAggregateInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationAvgOrderByAggregateInput.mjs +33 -5
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationCountOrderByAggregateInput.d.ts +6 -2
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationCountOrderByAggregateInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationCountOrderByAggregateInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationCountOrderByAggregateInput.mjs +33 -5
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateInput.d.ts +6 -2
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateInput.mjs +33 -5
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateManyInput.d.ts +6 -2
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateManyInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateManyInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateManyInput.mjs +33 -5
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateWithoutAlpacaAccountInput.d.ts +6 -2
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateWithoutAlpacaAccountInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateWithoutAlpacaAccountInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateWithoutAlpacaAccountInput.mjs +33 -5
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationMaxOrderByAggregateInput.d.ts +6 -2
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationMaxOrderByAggregateInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationMaxOrderByAggregateInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationMaxOrderByAggregateInput.mjs +33 -5
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationMinOrderByAggregateInput.d.ts +6 -2
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationMinOrderByAggregateInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationMinOrderByAggregateInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationMinOrderByAggregateInput.mjs +33 -5
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationOrderByWithAggregationInput.d.ts +8 -3
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationOrderByWithAggregationInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationOrderByWithAggregationInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationOrderByWithAggregationInput.mjs +34 -5
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationOrderByWithRelationInput.d.ts +8 -3
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationOrderByWithRelationInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationOrderByWithRelationInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationOrderByWithRelationInput.mjs +34 -5
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationScalarWhereWithAggregatesInput.d.ts +8 -3
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationScalarWhereWithAggregatesInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationScalarWhereWithAggregatesInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationScalarWhereWithAggregatesInput.mjs +34 -5
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationSumOrderByAggregateInput.d.ts +6 -2
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationSumOrderByAggregateInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationSumOrderByAggregateInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationSumOrderByAggregateInput.mjs +33 -5
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateInput.d.ts +8 -3
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateInput.mjs +34 -5
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateManyMutationInput.d.ts +8 -3
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateManyMutationInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateManyMutationInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateManyMutationInput.mjs +34 -5
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateWithoutAlpacaAccountInput.d.ts +8 -3
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateWithoutAlpacaAccountInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateWithoutAlpacaAccountInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateWithoutAlpacaAccountInput.mjs +34 -5
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationWhereInput.d.ts +8 -3
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationWhereInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationWhereInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationWhereInput.mjs +34 -5
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationWhereUniqueInput.d.ts +8 -3
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationWhereUniqueInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationWhereUniqueInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AllocationWhereUniqueInput.mjs +34 -5
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCountOrderByAggregateInput.d.ts +1 -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 +7 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateInput.d.ts +1 -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 +7 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateManyInput.d.ts +1 -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 +7 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateManyUserInput.d.ts +1 -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 +7 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutAlertsInput.d.ts +1 -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 +7 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutAllocationInput.d.ts +1 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutAllocationInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutAllocationInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutAllocationInput.mjs +7 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutUserInput.d.ts +1 -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 +7 -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 +1 -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 +7 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountOrderByWithRelationInput.d.ts +1 -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 +7 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountScalarWhereInput.d.ts +1 -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 +7 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountScalarWhereWithAggregatesInput.d.ts +1 -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 +7 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateInput.d.ts +1 -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 +7 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateManyMutationInput.d.ts +1 -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 +7 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutAlertsInput.d.ts +1 -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 +7 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutAllocationInput.d.ts +1 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutAllocationInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutAllocationInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutAllocationInput.mjs +7 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutUserInput.d.ts +1 -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 +7 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountWhereInput.d.ts +1 -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 +7 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountWhereUniqueInput.d.ts +1 -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 +7 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/AllocationAvgAggregate.d.ts +6 -2
- package/esm/generated/typegraphql-prisma/resolvers/outputs/AllocationAvgAggregate.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/AllocationAvgAggregate.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/AllocationAvgAggregate.mjs +33 -5
- package/esm/generated/typegraphql-prisma/resolvers/outputs/AllocationCountAggregate.d.ts +6 -2
- package/esm/generated/typegraphql-prisma/resolvers/outputs/AllocationCountAggregate.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/AllocationCountAggregate.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/AllocationCountAggregate.mjs +33 -5
- package/esm/generated/typegraphql-prisma/resolvers/outputs/AllocationGroupBy.d.ts +7 -3
- package/esm/generated/typegraphql-prisma/resolvers/outputs/AllocationGroupBy.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/AllocationGroupBy.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/AllocationGroupBy.mjs +33 -5
- package/esm/generated/typegraphql-prisma/resolvers/outputs/AllocationMaxAggregate.d.ts +6 -2
- package/esm/generated/typegraphql-prisma/resolvers/outputs/AllocationMaxAggregate.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/AllocationMaxAggregate.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/AllocationMaxAggregate.mjs +33 -5
- package/esm/generated/typegraphql-prisma/resolvers/outputs/AllocationMinAggregate.d.ts +6 -2
- package/esm/generated/typegraphql-prisma/resolvers/outputs/AllocationMinAggregate.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/AllocationMinAggregate.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/AllocationMinAggregate.mjs +33 -5
- package/esm/generated/typegraphql-prisma/resolvers/outputs/AllocationSumAggregate.d.ts +6 -2
- package/esm/generated/typegraphql-prisma/resolvers/outputs/AllocationSumAggregate.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/AllocationSumAggregate.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/AllocationSumAggregate.mjs +33 -5
- package/esm/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountCountAggregate.d.ts +1 -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 +7 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountGroupBy.d.ts +1 -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 +7 -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/CreateManyAndReturnAllocation.d.ts +7 -3
- package/esm/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnAllocation.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnAllocation.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnAllocation.mjs +33 -5
- package/esm/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnAlpacaAccount.d.ts +1 -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 +7 -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/generated/typeStrings/Allocation.cjs +14 -6
- package/generated/typeStrings/Allocation.d.ts +1 -1
- package/generated/typeStrings/Allocation.d.ts.map +1 -1
- package/generated/typeStrings/Allocation.js.map +1 -1
- package/generated/typeStrings/index.d.ts +1 -1
- package/generated/typegraphql-prisma/enhance.cjs +54 -54
- package/generated/typegraphql-prisma/enhance.js.map +1 -1
- package/generated/typegraphql-prisma/enums/AllocationScalarFieldEnum.cjs +6 -2
- package/generated/typegraphql-prisma/enums/AllocationScalarFieldEnum.d.ts +6 -2
- package/generated/typegraphql-prisma/enums/AllocationScalarFieldEnum.d.ts.map +1 -1
- package/generated/typegraphql-prisma/enums/AllocationScalarFieldEnum.js.map +1 -1
- package/generated/typegraphql-prisma/enums/AlpacaAccountScalarFieldEnum.cjs +1 -0
- package/generated/typegraphql-prisma/enums/AlpacaAccountScalarFieldEnum.d.ts +1 -0
- package/generated/typegraphql-prisma/enums/AlpacaAccountScalarFieldEnum.d.ts.map +1 -1
- package/generated/typegraphql-prisma/enums/AlpacaAccountScalarFieldEnum.js.map +1 -1
- package/generated/typegraphql-prisma/models/Allocation.cjs +34 -6
- package/generated/typegraphql-prisma/models/Allocation.d.ts +22 -6
- package/generated/typegraphql-prisma/models/Allocation.d.ts.map +1 -1
- package/generated/typegraphql-prisma/models/Allocation.js.map +1 -1
- package/generated/typegraphql-prisma/models/AlpacaAccount.cjs +7 -0
- package/generated/typegraphql-prisma/models/AlpacaAccount.d.ts +4 -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/Allocation/args/FindFirstAllocationArgs.d.ts +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindFirstAllocationArgs.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindFirstAllocationArgs.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindFirstAllocationOrThrowArgs.d.ts +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindFirstAllocationOrThrowArgs.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindFirstAllocationOrThrowArgs.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindManyAllocationArgs.d.ts +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindManyAllocationArgs.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/Allocation/args/FindManyAllocationArgs.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/Allocation/args/GroupByAllocationArgs.d.ts +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/Allocation/args/GroupByAllocationArgs.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/Allocation/args/GroupByAllocationArgs.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/AllocationAvgOrderByAggregateInput.cjs +27 -3
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationAvgOrderByAggregateInput.d.ts +6 -2
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationAvgOrderByAggregateInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationAvgOrderByAggregateInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationCountOrderByAggregateInput.cjs +27 -3
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationCountOrderByAggregateInput.d.ts +6 -2
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationCountOrderByAggregateInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationCountOrderByAggregateInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateInput.cjs +27 -3
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateInput.d.ts +6 -2
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateManyInput.cjs +27 -3
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateManyInput.d.ts +6 -2
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateManyInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateManyInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateWithoutAlpacaAccountInput.cjs +27 -3
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateWithoutAlpacaAccountInput.d.ts +6 -2
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateWithoutAlpacaAccountInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationCreateWithoutAlpacaAccountInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationMaxOrderByAggregateInput.cjs +27 -3
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationMaxOrderByAggregateInput.d.ts +6 -2
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationMaxOrderByAggregateInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationMaxOrderByAggregateInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationMinOrderByAggregateInput.cjs +27 -3
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationMinOrderByAggregateInput.d.ts +6 -2
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationMinOrderByAggregateInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationMinOrderByAggregateInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationOrderByWithAggregationInput.cjs +28 -3
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationOrderByWithAggregationInput.d.ts +8 -3
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationOrderByWithAggregationInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationOrderByWithAggregationInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationOrderByWithRelationInput.cjs +28 -3
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationOrderByWithRelationInput.d.ts +8 -3
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationOrderByWithRelationInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationOrderByWithRelationInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationScalarWhereWithAggregatesInput.cjs +28 -3
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationScalarWhereWithAggregatesInput.d.ts +8 -3
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationScalarWhereWithAggregatesInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationScalarWhereWithAggregatesInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationSumOrderByAggregateInput.cjs +27 -3
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationSumOrderByAggregateInput.d.ts +6 -2
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationSumOrderByAggregateInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationSumOrderByAggregateInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateInput.cjs +28 -3
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateInput.d.ts +8 -3
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateManyMutationInput.cjs +28 -3
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateManyMutationInput.d.ts +8 -3
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateManyMutationInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateManyMutationInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateWithoutAlpacaAccountInput.cjs +28 -3
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateWithoutAlpacaAccountInput.d.ts +8 -3
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateWithoutAlpacaAccountInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateWithoutAlpacaAccountInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationWhereInput.cjs +28 -3
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationWhereInput.d.ts +8 -3
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationWhereInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationWhereInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationWhereUniqueInput.cjs +28 -3
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationWhereUniqueInput.d.ts +8 -3
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationWhereUniqueInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AllocationWhereUniqueInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCountOrderByAggregateInput.cjs +6 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCountOrderByAggregateInput.d.ts +1 -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 +6 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateInput.d.ts +1 -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 +6 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateManyInput.d.ts +1 -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 +6 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateManyUserInput.d.ts +1 -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 +6 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutAlertsInput.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutAlertsInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutAlertsInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutAllocationInput.cjs +6 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutAllocationInput.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutAllocationInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutAllocationInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutUserInput.cjs +6 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutUserInput.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutUserInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountCreateWithoutUserInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountMaxOrderByAggregateInput.cjs +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 +6 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountOrderByWithAggregationInput.d.ts +1 -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 +6 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountOrderByWithRelationInput.d.ts +1 -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 +6 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountScalarWhereInput.d.ts +1 -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 +6 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountScalarWhereWithAggregatesInput.d.ts +1 -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 +6 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateInput.d.ts +1 -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 +6 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateManyMutationInput.d.ts +1 -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 +6 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutAlertsInput.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutAlertsInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutAlertsInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutAllocationInput.cjs +6 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutAllocationInput.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutAllocationInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutAllocationInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutUserInput.cjs +6 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutUserInput.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutUserInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountUpdateWithoutUserInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountWhereInput.cjs +6 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountWhereInput.d.ts +1 -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 +6 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountWhereUniqueInput.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountWhereUniqueInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AlpacaAccountWhereUniqueInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/AllocationAvgAggregate.cjs +27 -3
- package/generated/typegraphql-prisma/resolvers/outputs/AllocationAvgAggregate.d.ts +6 -2
- package/generated/typegraphql-prisma/resolvers/outputs/AllocationAvgAggregate.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/AllocationAvgAggregate.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/AllocationCountAggregate.cjs +27 -3
- package/generated/typegraphql-prisma/resolvers/outputs/AllocationCountAggregate.d.ts +6 -2
- package/generated/typegraphql-prisma/resolvers/outputs/AllocationCountAggregate.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/AllocationCountAggregate.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/AllocationGroupBy.cjs +27 -3
- package/generated/typegraphql-prisma/resolvers/outputs/AllocationGroupBy.d.ts +7 -3
- package/generated/typegraphql-prisma/resolvers/outputs/AllocationGroupBy.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/AllocationGroupBy.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/AllocationMaxAggregate.cjs +27 -3
- package/generated/typegraphql-prisma/resolvers/outputs/AllocationMaxAggregate.d.ts +6 -2
- package/generated/typegraphql-prisma/resolvers/outputs/AllocationMaxAggregate.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/AllocationMaxAggregate.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/AllocationMinAggregate.cjs +27 -3
- package/generated/typegraphql-prisma/resolvers/outputs/AllocationMinAggregate.d.ts +6 -2
- package/generated/typegraphql-prisma/resolvers/outputs/AllocationMinAggregate.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/AllocationMinAggregate.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/AllocationSumAggregate.cjs +27 -3
- package/generated/typegraphql-prisma/resolvers/outputs/AllocationSumAggregate.d.ts +6 -2
- package/generated/typegraphql-prisma/resolvers/outputs/AllocationSumAggregate.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/AllocationSumAggregate.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountCountAggregate.cjs +6 -0
- package/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountCountAggregate.d.ts +1 -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 +6 -0
- package/generated/typegraphql-prisma/resolvers/outputs/AlpacaAccountGroupBy.d.ts +1 -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/CreateManyAndReturnAllocation.cjs +27 -3
- package/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnAllocation.d.ts +7 -3
- package/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnAllocation.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnAllocation.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnAlpacaAccount.cjs +6 -0
- package/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnAlpacaAccount.d.ts +1 -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
package/generated/typegraphql-prisma/resolvers/inputs/AllocationOrderByWithAggregationInput.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AllocationOrderByWithAggregationInput.js","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/resolvers/inputs/AllocationOrderByWithAggregationInput.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,0DAA4C;AAI5C,qGAAkG;AAClG,yGAAsG;AACtG,qGAAkG;AAClG,qGAAkG;AAClG,qGAAkG;AAClG,qDAAkD;AAG3C,IAAM,qCAAqC,GAA3C,MAAM,qCAAqC;
|
|
1
|
+
{"version":3,"file":"AllocationOrderByWithAggregationInput.js","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/resolvers/inputs/AllocationOrderByWithAggregationInput.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,0DAA4C;AAI5C,qGAAkG;AAClG,yGAAsG;AACtG,qGAAkG;AAClG,qGAAkG;AAClG,qGAAkG;AAClG,6DAA0D;AAC1D,qDAAkD;AAG3C,IAAM,qCAAqC,GAA3C,MAAM,qCAAqC;CAqFjD,CAAA;AArFY,sFAAqC;AAIhD;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,qBAAS,EAAE;QACrC,QAAQ,EAAE,IAAI;KACf,CAAC;;iEAC8B;AAKhC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,qBAAS,EAAE;QACrC,QAAQ,EAAE,IAAI;KACf,CAAC;;uEACoC;AAKtC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,qBAAS,EAAE;QACrC,QAAQ,EAAE,IAAI;KACf,CAAC;;+EAC4C;AAK9C;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,qBAAS,EAAE;QACrC,QAAQ,EAAE,IAAI;KACf,CAAC;;sEACmC;AAKrC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,qBAAS,EAAE;QACrC,QAAQ,EAAE,IAAI;KACf,CAAC;;mEACgC;AAKlC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,qBAAS,EAAE;QACrC,QAAQ,EAAE,IAAI;KACf,CAAC;;oEACiC;AAKnC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,qBAAS,EAAE;QACrC,QAAQ,EAAE,IAAI;KACf,CAAC;;qEACkC;AAKpC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,+BAAc,EAAE;QAC1C,QAAQ,EAAE,IAAI;KACf,CAAC;;qEACkC;AAKpC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,+BAAc,EAAE;QAC1C,QAAQ,EAAE,IAAI;KACf,CAAC;;sEACmC;AAKrC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,qBAAS,EAAE;QACrC,QAAQ,EAAE,IAAI;KACf,CAAC;;8EAC2C;AAK7C;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,qBAAS,EAAE;QACrC,QAAQ,EAAE,IAAI;KACf,CAAC;;wEACqC;AAKvC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,qBAAS,EAAE;QACrC,QAAQ,EAAE,IAAI;KACf,CAAC;;wEACqC;AAKvC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,2EAAoC,EAAE;QAChE,QAAQ,EAAE,IAAI;KACf,CAAC;;qEACwD;AAK1D;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,uEAAkC,EAAE;QAC9D,QAAQ,EAAE,IAAI;KACf,CAAC;;mEACoD;AAKtD;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,uEAAkC,EAAE;QAC9D,QAAQ,EAAE,IAAI;KACf,CAAC;;mEACoD;AAKtD;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,uEAAkC,EAAE;QAC9D,QAAQ,EAAE,IAAI;KACf,CAAC;;mEACoD;AAKtD;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,uEAAkC,EAAE;QAC9D,QAAQ,EAAE,IAAI;KACf,CAAC;;mEACoD;gDApF3C,qCAAqC;IADjD,WAAW,CAAC,SAAS,CAAC,uCAAuC,EAAE,EAAE,CAAC;GACtD,qCAAqC,CAqFjD"}
|
package/generated/typegraphql-prisma/resolvers/inputs/AllocationOrderByWithRelationInput.cjs
CHANGED
|
@@ -45,6 +45,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
45
45
|
exports.AllocationOrderByWithRelationInput = void 0;
|
|
46
46
|
const TypeGraphQL = __importStar(require("type-graphql"));
|
|
47
47
|
const AlpacaAccountOrderByWithRelationInput_1 = require("../inputs/AlpacaAccountOrderByWithRelationInput");
|
|
48
|
+
const SortOrderInput_1 = require("../inputs/SortOrderInput");
|
|
48
49
|
const SortOrder_1 = require("../../enums/SortOrder");
|
|
49
50
|
let AllocationOrderByWithRelationInput = class AllocationOrderByWithRelationInput {
|
|
50
51
|
};
|
|
@@ -60,25 +61,49 @@ __decorate([
|
|
|
60
61
|
nullable: true
|
|
61
62
|
}),
|
|
62
63
|
__metadata("design:type", Object)
|
|
63
|
-
], AllocationOrderByWithRelationInput.prototype, "
|
|
64
|
+
], AllocationOrderByWithRelationInput.prototype, "equities", void 0);
|
|
64
65
|
__decorate([
|
|
65
66
|
TypeGraphQL.Field(_type => SortOrder_1.SortOrder, {
|
|
66
67
|
nullable: true
|
|
67
68
|
}),
|
|
68
69
|
__metadata("design:type", Object)
|
|
69
|
-
], AllocationOrderByWithRelationInput.prototype, "
|
|
70
|
+
], AllocationOrderByWithRelationInput.prototype, "optionsContracts", void 0);
|
|
70
71
|
__decorate([
|
|
71
72
|
TypeGraphQL.Field(_type => SortOrder_1.SortOrder, {
|
|
72
73
|
nullable: true
|
|
73
74
|
}),
|
|
74
75
|
__metadata("design:type", Object)
|
|
75
|
-
], AllocationOrderByWithRelationInput.prototype, "
|
|
76
|
+
], AllocationOrderByWithRelationInput.prototype, "futures", void 0);
|
|
76
77
|
__decorate([
|
|
77
78
|
TypeGraphQL.Field(_type => SortOrder_1.SortOrder, {
|
|
78
79
|
nullable: true
|
|
79
80
|
}),
|
|
80
81
|
__metadata("design:type", Object)
|
|
81
82
|
], AllocationOrderByWithRelationInput.prototype, "etfs", void 0);
|
|
83
|
+
__decorate([
|
|
84
|
+
TypeGraphQL.Field(_type => SortOrder_1.SortOrder, {
|
|
85
|
+
nullable: true
|
|
86
|
+
}),
|
|
87
|
+
__metadata("design:type", Object)
|
|
88
|
+
], AllocationOrderByWithRelationInput.prototype, "forex", void 0);
|
|
89
|
+
__decorate([
|
|
90
|
+
TypeGraphQL.Field(_type => SortOrder_1.SortOrder, {
|
|
91
|
+
nullable: true
|
|
92
|
+
}),
|
|
93
|
+
__metadata("design:type", Object)
|
|
94
|
+
], AllocationOrderByWithRelationInput.prototype, "crypto", void 0);
|
|
95
|
+
__decorate([
|
|
96
|
+
TypeGraphQL.Field(_type => SortOrderInput_1.SortOrderInput, {
|
|
97
|
+
nullable: true
|
|
98
|
+
}),
|
|
99
|
+
__metadata("design:type", Object)
|
|
100
|
+
], AllocationOrderByWithRelationInput.prototype, "stocks", void 0);
|
|
101
|
+
__decorate([
|
|
102
|
+
TypeGraphQL.Field(_type => SortOrderInput_1.SortOrderInput, {
|
|
103
|
+
nullable: true
|
|
104
|
+
}),
|
|
105
|
+
__metadata("design:type", Object)
|
|
106
|
+
], AllocationOrderByWithRelationInput.prototype, "options", void 0);
|
|
82
107
|
__decorate([
|
|
83
108
|
TypeGraphQL.Field(_type => SortOrder_1.SortOrder, {
|
|
84
109
|
nullable: true
|
package/generated/typegraphql-prisma/resolvers/inputs/AllocationOrderByWithRelationInput.d.ts
CHANGED
|
@@ -1,10 +1,15 @@
|
|
|
1
1
|
import { AlpacaAccountOrderByWithRelationInput } from "../inputs/AlpacaAccountOrderByWithRelationInput";
|
|
2
|
+
import { SortOrderInput } from "../inputs/SortOrderInput";
|
|
2
3
|
export declare class AllocationOrderByWithRelationInput {
|
|
3
4
|
id?: "asc" | "desc" | undefined;
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
5
|
+
equities?: "asc" | "desc" | undefined;
|
|
6
|
+
optionsContracts?: "asc" | "desc" | undefined;
|
|
7
|
+
futures?: "asc" | "desc" | undefined;
|
|
7
8
|
etfs?: "asc" | "desc" | undefined;
|
|
9
|
+
forex?: "asc" | "desc" | undefined;
|
|
10
|
+
crypto?: "asc" | "desc" | undefined;
|
|
11
|
+
stocks?: SortOrderInput | undefined;
|
|
12
|
+
options?: SortOrderInput | undefined;
|
|
8
13
|
alpacaAccountId?: "asc" | "desc" | undefined;
|
|
9
14
|
createdAt?: "asc" | "desc" | undefined;
|
|
10
15
|
updatedAt?: "asc" | "desc" | undefined;
|
package/generated/typegraphql-prisma/resolvers/inputs/AllocationOrderByWithRelationInput.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AllocationOrderByWithRelationInput.d.ts","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/resolvers/inputs/AllocationOrderByWithRelationInput.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,qCAAqC,EAAE,MAAM,iDAAiD,CAAC;
|
|
1
|
+
{"version":3,"file":"AllocationOrderByWithRelationInput.d.ts","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/resolvers/inputs/AllocationOrderByWithRelationInput.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,qCAAqC,EAAE,MAAM,iDAAiD,CAAC;AACxG,OAAO,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAC;AAG1D,qBACa,kCAAkC;IAI7C,EAAE,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKhC,QAAQ,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKtC,gBAAgB,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAK9C,OAAO,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKrC,IAAI,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKlC,KAAK,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKnC,MAAM,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKpC,MAAM,CAAC,EAAE,cAAc,GAAG,SAAS,CAAC;IAKpC,OAAO,CAAC,EAAE,cAAc,GAAG,SAAS,CAAC;IAKrC,eAAe,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAK7C,SAAS,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKvC,SAAS,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKvC,aAAa,CAAC,EAAE,qCAAqC,GAAG,SAAS,CAAC;CACnE"}
|
package/generated/typegraphql-prisma/resolvers/inputs/AllocationOrderByWithRelationInput.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AllocationOrderByWithRelationInput.js","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/resolvers/inputs/AllocationOrderByWithRelationInput.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,0DAA4C;AAI5C,2GAAwG;AACxG,qDAAkD;AAG3C,IAAM,kCAAkC,GAAxC,MAAM,kCAAkC;
|
|
1
|
+
{"version":3,"file":"AllocationOrderByWithRelationInput.js","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/resolvers/inputs/AllocationOrderByWithRelationInput.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,0DAA4C;AAI5C,2GAAwG;AACxG,6DAA0D;AAC1D,qDAAkD;AAG3C,IAAM,kCAAkC,GAAxC,MAAM,kCAAkC;CAiE9C,CAAA;AAjEY,gFAAkC;AAI7C;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,qBAAS,EAAE;QACrC,QAAQ,EAAE,IAAI;KACf,CAAC;;8DAC8B;AAKhC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,qBAAS,EAAE;QACrC,QAAQ,EAAE,IAAI;KACf,CAAC;;oEACoC;AAKtC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,qBAAS,EAAE;QACrC,QAAQ,EAAE,IAAI;KACf,CAAC;;4EAC4C;AAK9C;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,qBAAS,EAAE;QACrC,QAAQ,EAAE,IAAI;KACf,CAAC;;mEACmC;AAKrC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,qBAAS,EAAE;QACrC,QAAQ,EAAE,IAAI;KACf,CAAC;;gEACgC;AAKlC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,qBAAS,EAAE;QACrC,QAAQ,EAAE,IAAI;KACf,CAAC;;iEACiC;AAKnC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,qBAAS,EAAE;QACrC,QAAQ,EAAE,IAAI;KACf,CAAC;;kEACkC;AAKpC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,+BAAc,EAAE;QAC1C,QAAQ,EAAE,IAAI;KACf,CAAC;;kEACkC;AAKpC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,+BAAc,EAAE;QAC1C,QAAQ,EAAE,IAAI;KACf,CAAC;;mEACmC;AAKrC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,qBAAS,EAAE;QACrC,QAAQ,EAAE,IAAI;KACf,CAAC;;2EAC2C;AAK7C;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,qBAAS,EAAE;QACrC,QAAQ,EAAE,IAAI;KACf,CAAC;;qEACqC;AAKvC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,qBAAS,EAAE;QACrC,QAAQ,EAAE,IAAI;KACf,CAAC;;qEACqC;AAKvC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,6EAAqC,EAAE;QACjE,QAAQ,EAAE,IAAI;KACf,CAAC;;yEACgE;6CAhEvD,kCAAkC;IAD9C,WAAW,CAAC,SAAS,CAAC,oCAAoC,EAAE,EAAE,CAAC;GACnD,kCAAkC,CAiE9C"}
|
package/generated/typegraphql-prisma/resolvers/inputs/AllocationScalarWhereWithAggregatesInput.cjs
CHANGED
|
@@ -45,6 +45,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
45
45
|
exports.AllocationScalarWhereWithAggregatesInput = void 0;
|
|
46
46
|
const TypeGraphQL = __importStar(require("type-graphql"));
|
|
47
47
|
const DateTimeWithAggregatesFilter_1 = require("../inputs/DateTimeWithAggregatesFilter");
|
|
48
|
+
const FloatNullableWithAggregatesFilter_1 = require("../inputs/FloatNullableWithAggregatesFilter");
|
|
48
49
|
const FloatWithAggregatesFilter_1 = require("../inputs/FloatWithAggregatesFilter");
|
|
49
50
|
const UuidWithAggregatesFilter_1 = require("../inputs/UuidWithAggregatesFilter");
|
|
50
51
|
let AllocationScalarWhereWithAggregatesInput = class AllocationScalarWhereWithAggregatesInput {
|
|
@@ -79,25 +80,49 @@ __decorate([
|
|
|
79
80
|
nullable: true
|
|
80
81
|
}),
|
|
81
82
|
__metadata("design:type", Object)
|
|
82
|
-
], AllocationScalarWhereWithAggregatesInput.prototype, "
|
|
83
|
+
], AllocationScalarWhereWithAggregatesInput.prototype, "equities", void 0);
|
|
83
84
|
__decorate([
|
|
84
85
|
TypeGraphQL.Field(_type => FloatWithAggregatesFilter_1.FloatWithAggregatesFilter, {
|
|
85
86
|
nullable: true
|
|
86
87
|
}),
|
|
87
88
|
__metadata("design:type", Object)
|
|
88
|
-
], AllocationScalarWhereWithAggregatesInput.prototype, "
|
|
89
|
+
], AllocationScalarWhereWithAggregatesInput.prototype, "optionsContracts", void 0);
|
|
89
90
|
__decorate([
|
|
90
91
|
TypeGraphQL.Field(_type => FloatWithAggregatesFilter_1.FloatWithAggregatesFilter, {
|
|
91
92
|
nullable: true
|
|
92
93
|
}),
|
|
93
94
|
__metadata("design:type", Object)
|
|
94
|
-
], AllocationScalarWhereWithAggregatesInput.prototype, "
|
|
95
|
+
], AllocationScalarWhereWithAggregatesInput.prototype, "futures", void 0);
|
|
95
96
|
__decorate([
|
|
96
97
|
TypeGraphQL.Field(_type => FloatWithAggregatesFilter_1.FloatWithAggregatesFilter, {
|
|
97
98
|
nullable: true
|
|
98
99
|
}),
|
|
99
100
|
__metadata("design:type", Object)
|
|
100
101
|
], AllocationScalarWhereWithAggregatesInput.prototype, "etfs", void 0);
|
|
102
|
+
__decorate([
|
|
103
|
+
TypeGraphQL.Field(_type => FloatWithAggregatesFilter_1.FloatWithAggregatesFilter, {
|
|
104
|
+
nullable: true
|
|
105
|
+
}),
|
|
106
|
+
__metadata("design:type", Object)
|
|
107
|
+
], AllocationScalarWhereWithAggregatesInput.prototype, "forex", void 0);
|
|
108
|
+
__decorate([
|
|
109
|
+
TypeGraphQL.Field(_type => FloatWithAggregatesFilter_1.FloatWithAggregatesFilter, {
|
|
110
|
+
nullable: true
|
|
111
|
+
}),
|
|
112
|
+
__metadata("design:type", Object)
|
|
113
|
+
], AllocationScalarWhereWithAggregatesInput.prototype, "crypto", void 0);
|
|
114
|
+
__decorate([
|
|
115
|
+
TypeGraphQL.Field(_type => FloatNullableWithAggregatesFilter_1.FloatNullableWithAggregatesFilter, {
|
|
116
|
+
nullable: true
|
|
117
|
+
}),
|
|
118
|
+
__metadata("design:type", Object)
|
|
119
|
+
], AllocationScalarWhereWithAggregatesInput.prototype, "stocks", void 0);
|
|
120
|
+
__decorate([
|
|
121
|
+
TypeGraphQL.Field(_type => FloatNullableWithAggregatesFilter_1.FloatNullableWithAggregatesFilter, {
|
|
122
|
+
nullable: true
|
|
123
|
+
}),
|
|
124
|
+
__metadata("design:type", Object)
|
|
125
|
+
], AllocationScalarWhereWithAggregatesInput.prototype, "options", void 0);
|
|
101
126
|
__decorate([
|
|
102
127
|
TypeGraphQL.Field(_type => UuidWithAggregatesFilter_1.UuidWithAggregatesFilter, {
|
|
103
128
|
nullable: true
|
package/generated/typegraphql-prisma/resolvers/inputs/AllocationScalarWhereWithAggregatesInput.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { DateTimeWithAggregatesFilter } from "../inputs/DateTimeWithAggregatesFilter";
|
|
2
|
+
import { FloatNullableWithAggregatesFilter } from "../inputs/FloatNullableWithAggregatesFilter";
|
|
2
3
|
import { FloatWithAggregatesFilter } from "../inputs/FloatWithAggregatesFilter";
|
|
3
4
|
import { UuidWithAggregatesFilter } from "../inputs/UuidWithAggregatesFilter";
|
|
4
5
|
export declare class AllocationScalarWhereWithAggregatesInput {
|
|
@@ -6,10 +7,14 @@ export declare class AllocationScalarWhereWithAggregatesInput {
|
|
|
6
7
|
OR?: AllocationScalarWhereWithAggregatesInput[] | undefined;
|
|
7
8
|
NOT?: AllocationScalarWhereWithAggregatesInput[] | undefined;
|
|
8
9
|
id?: UuidWithAggregatesFilter | undefined;
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
10
|
+
equities?: FloatWithAggregatesFilter | undefined;
|
|
11
|
+
optionsContracts?: FloatWithAggregatesFilter | undefined;
|
|
12
|
+
futures?: FloatWithAggregatesFilter | undefined;
|
|
12
13
|
etfs?: FloatWithAggregatesFilter | undefined;
|
|
14
|
+
forex?: FloatWithAggregatesFilter | undefined;
|
|
15
|
+
crypto?: FloatWithAggregatesFilter | undefined;
|
|
16
|
+
stocks?: FloatNullableWithAggregatesFilter | undefined;
|
|
17
|
+
options?: FloatNullableWithAggregatesFilter | undefined;
|
|
13
18
|
alpacaAccountId?: UuidWithAggregatesFilter | undefined;
|
|
14
19
|
createdAt?: DateTimeWithAggregatesFilter | undefined;
|
|
15
20
|
updatedAt?: DateTimeWithAggregatesFilter | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AllocationScalarWhereWithAggregatesInput.d.ts","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/resolvers/inputs/AllocationScalarWhereWithAggregatesInput.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,4BAA4B,EAAE,MAAM,wCAAwC,CAAC;AACtF,OAAO,EAAE,yBAAyB,EAAE,MAAM,qCAAqC,CAAC;AAChF,OAAO,EAAE,wBAAwB,EAAE,MAAM,oCAAoC,CAAC;AAE9E,qBACa,wCAAwC;IAInD,GAAG,CAAC,EAAE,wCAAwC,EAAE,GAAG,SAAS,CAAC;IAK7D,EAAE,CAAC,EAAE,wCAAwC,EAAE,GAAG,SAAS,CAAC;IAK5D,GAAG,CAAC,EAAE,wCAAwC,EAAE,GAAG,SAAS,CAAC;IAK7D,EAAE,CAAC,EAAE,wBAAwB,GAAG,SAAS,CAAC;IAK1C,
|
|
1
|
+
{"version":3,"file":"AllocationScalarWhereWithAggregatesInput.d.ts","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/resolvers/inputs/AllocationScalarWhereWithAggregatesInput.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,4BAA4B,EAAE,MAAM,wCAAwC,CAAC;AACtF,OAAO,EAAE,iCAAiC,EAAE,MAAM,6CAA6C,CAAC;AAChG,OAAO,EAAE,yBAAyB,EAAE,MAAM,qCAAqC,CAAC;AAChF,OAAO,EAAE,wBAAwB,EAAE,MAAM,oCAAoC,CAAC;AAE9E,qBACa,wCAAwC;IAInD,GAAG,CAAC,EAAE,wCAAwC,EAAE,GAAG,SAAS,CAAC;IAK7D,EAAE,CAAC,EAAE,wCAAwC,EAAE,GAAG,SAAS,CAAC;IAK5D,GAAG,CAAC,EAAE,wCAAwC,EAAE,GAAG,SAAS,CAAC;IAK7D,EAAE,CAAC,EAAE,wBAAwB,GAAG,SAAS,CAAC;IAK1C,QAAQ,CAAC,EAAE,yBAAyB,GAAG,SAAS,CAAC;IAKjD,gBAAgB,CAAC,EAAE,yBAAyB,GAAG,SAAS,CAAC;IAKzD,OAAO,CAAC,EAAE,yBAAyB,GAAG,SAAS,CAAC;IAKhD,IAAI,CAAC,EAAE,yBAAyB,GAAG,SAAS,CAAC;IAK7C,KAAK,CAAC,EAAE,yBAAyB,GAAG,SAAS,CAAC;IAK9C,MAAM,CAAC,EAAE,yBAAyB,GAAG,SAAS,CAAC;IAK/C,MAAM,CAAC,EAAE,iCAAiC,GAAG,SAAS,CAAC;IAKvD,OAAO,CAAC,EAAE,iCAAiC,GAAG,SAAS,CAAC;IAKxD,eAAe,CAAC,EAAE,wBAAwB,GAAG,SAAS,CAAC;IAKvD,SAAS,CAAC,EAAE,4BAA4B,GAAG,SAAS,CAAC;IAKrD,SAAS,CAAC,EAAE,4BAA4B,GAAG,SAAS,CAAC;CACtD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AllocationScalarWhereWithAggregatesInput.js","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/resolvers/inputs/AllocationScalarWhereWithAggregatesInput.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,0DAA4C;AAI5C,yFAAsF;AACtF,mFAAgF;AAChF,iFAA8E;AAGvE,IAAM,wCAAwC,GAA9C,MAAM,wCAAwC;
|
|
1
|
+
{"version":3,"file":"AllocationScalarWhereWithAggregatesInput.js","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/resolvers/inputs/AllocationScalarWhereWithAggregatesInput.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,0DAA4C;AAI5C,yFAAsF;AACtF,mGAAgG;AAChG,mFAAgF;AAChF,iFAA8E;AAGvE,IAAM,wCAAwC,GAA9C,MAAM,wCAAwC;CA2EpD,CAAA;AA3EY,4FAAwC;AAInD;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,wCAAwC,CAAC,EAAE;QACtE,QAAQ,EAAE,IAAI;KACf,CAAC;;qEAC2D;AAK7D;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,wCAAwC,CAAC,EAAE;QACtE,QAAQ,EAAE,IAAI;KACf,CAAC;;oEAC0D;AAK5D;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,wCAAwC,CAAC,EAAE;QACtE,QAAQ,EAAE,IAAI;KACf,CAAC;;qEAC2D;AAK7D;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,mDAAwB,EAAE;QACpD,QAAQ,EAAE,IAAI;KACf,CAAC;;oEACwC;AAK1C;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,qDAAyB,EAAE;QACrD,QAAQ,EAAE,IAAI;KACf,CAAC;;0EAC+C;AAKjD;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,qDAAyB,EAAE;QACrD,QAAQ,EAAE,IAAI;KACf,CAAC;;kFACuD;AAKzD;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,qDAAyB,EAAE;QACrD,QAAQ,EAAE,IAAI;KACf,CAAC;;yEAC8C;AAKhD;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,qDAAyB,EAAE;QACrD,QAAQ,EAAE,IAAI;KACf,CAAC;;sEAC2C;AAK7C;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,qDAAyB,EAAE;QACrD,QAAQ,EAAE,IAAI;KACf,CAAC;;uEAC4C;AAK9C;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,qDAAyB,EAAE;QACrD,QAAQ,EAAE,IAAI;KACf,CAAC;;wEAC6C;AAK/C;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,qEAAiC,EAAE;QAC7D,QAAQ,EAAE,IAAI;KACf,CAAC;;wEACqD;AAKvD;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,qEAAiC,EAAE;QAC7D,QAAQ,EAAE,IAAI;KACf,CAAC;;yEACsD;AAKxD;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,mDAAwB,EAAE;QACpD,QAAQ,EAAE,IAAI;KACf,CAAC;;iFACqD;AAKvD;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,2DAA4B,EAAE;QACxD,QAAQ,EAAE,IAAI;KACf,CAAC;;2EACmD;AAKrD;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,2DAA4B,EAAE;QACxD,QAAQ,EAAE,IAAI;KACf,CAAC;;2EACmD;mDA1E1C,wCAAwC;IADpD,WAAW,CAAC,SAAS,CAAC,0CAA0C,EAAE,EAAE,CAAC;GACzD,wCAAwC,CA2EpD"}
|
package/generated/typegraphql-prisma/resolvers/inputs/AllocationSumOrderByAggregateInput.cjs
CHANGED
|
@@ -53,25 +53,49 @@ __decorate([
|
|
|
53
53
|
nullable: true
|
|
54
54
|
}),
|
|
55
55
|
__metadata("design:type", Object)
|
|
56
|
-
], AllocationSumOrderByAggregateInput.prototype, "
|
|
56
|
+
], AllocationSumOrderByAggregateInput.prototype, "equities", void 0);
|
|
57
57
|
__decorate([
|
|
58
58
|
TypeGraphQL.Field(_type => SortOrder_1.SortOrder, {
|
|
59
59
|
nullable: true
|
|
60
60
|
}),
|
|
61
61
|
__metadata("design:type", Object)
|
|
62
|
-
], AllocationSumOrderByAggregateInput.prototype, "
|
|
62
|
+
], AllocationSumOrderByAggregateInput.prototype, "optionsContracts", void 0);
|
|
63
63
|
__decorate([
|
|
64
64
|
TypeGraphQL.Field(_type => SortOrder_1.SortOrder, {
|
|
65
65
|
nullable: true
|
|
66
66
|
}),
|
|
67
67
|
__metadata("design:type", Object)
|
|
68
|
-
], AllocationSumOrderByAggregateInput.prototype, "
|
|
68
|
+
], AllocationSumOrderByAggregateInput.prototype, "futures", void 0);
|
|
69
69
|
__decorate([
|
|
70
70
|
TypeGraphQL.Field(_type => SortOrder_1.SortOrder, {
|
|
71
71
|
nullable: true
|
|
72
72
|
}),
|
|
73
73
|
__metadata("design:type", Object)
|
|
74
74
|
], AllocationSumOrderByAggregateInput.prototype, "etfs", void 0);
|
|
75
|
+
__decorate([
|
|
76
|
+
TypeGraphQL.Field(_type => SortOrder_1.SortOrder, {
|
|
77
|
+
nullable: true
|
|
78
|
+
}),
|
|
79
|
+
__metadata("design:type", Object)
|
|
80
|
+
], AllocationSumOrderByAggregateInput.prototype, "forex", void 0);
|
|
81
|
+
__decorate([
|
|
82
|
+
TypeGraphQL.Field(_type => SortOrder_1.SortOrder, {
|
|
83
|
+
nullable: true
|
|
84
|
+
}),
|
|
85
|
+
__metadata("design:type", Object)
|
|
86
|
+
], AllocationSumOrderByAggregateInput.prototype, "crypto", void 0);
|
|
87
|
+
__decorate([
|
|
88
|
+
TypeGraphQL.Field(_type => SortOrder_1.SortOrder, {
|
|
89
|
+
nullable: true
|
|
90
|
+
}),
|
|
91
|
+
__metadata("design:type", Object)
|
|
92
|
+
], AllocationSumOrderByAggregateInput.prototype, "stocks", void 0);
|
|
93
|
+
__decorate([
|
|
94
|
+
TypeGraphQL.Field(_type => SortOrder_1.SortOrder, {
|
|
95
|
+
nullable: true
|
|
96
|
+
}),
|
|
97
|
+
__metadata("design:type", Object)
|
|
98
|
+
], AllocationSumOrderByAggregateInput.prototype, "options", void 0);
|
|
75
99
|
exports.AllocationSumOrderByAggregateInput = AllocationSumOrderByAggregateInput = __decorate([
|
|
76
100
|
TypeGraphQL.InputType("AllocationSumOrderByAggregateInput", {})
|
|
77
101
|
], AllocationSumOrderByAggregateInput);
|
package/generated/typegraphql-prisma/resolvers/inputs/AllocationSumOrderByAggregateInput.d.ts
CHANGED
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
export declare class AllocationSumOrderByAggregateInput {
|
|
2
|
-
|
|
2
|
+
equities?: "asc" | "desc" | undefined;
|
|
3
|
+
optionsContracts?: "asc" | "desc" | undefined;
|
|
4
|
+
futures?: "asc" | "desc" | undefined;
|
|
5
|
+
etfs?: "asc" | "desc" | undefined;
|
|
6
|
+
forex?: "asc" | "desc" | undefined;
|
|
3
7
|
crypto?: "asc" | "desc" | undefined;
|
|
8
|
+
stocks?: "asc" | "desc" | undefined;
|
|
4
9
|
options?: "asc" | "desc" | undefined;
|
|
5
|
-
etfs?: "asc" | "desc" | undefined;
|
|
6
10
|
}
|
|
7
11
|
//# sourceMappingURL=AllocationSumOrderByAggregateInput.d.ts.map
|
package/generated/typegraphql-prisma/resolvers/inputs/AllocationSumOrderByAggregateInput.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AllocationSumOrderByAggregateInput.d.ts","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/resolvers/inputs/AllocationSumOrderByAggregateInput.ts"],"names":[],"mappings":"AAMA,qBACa,kCAAkC;IAI7C,
|
|
1
|
+
{"version":3,"file":"AllocationSumOrderByAggregateInput.d.ts","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/resolvers/inputs/AllocationSumOrderByAggregateInput.ts"],"names":[],"mappings":"AAMA,qBACa,kCAAkC;IAI7C,QAAQ,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKtC,gBAAgB,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAK9C,OAAO,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKrC,IAAI,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKlC,KAAK,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKnC,MAAM,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKpC,MAAM,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;IAKpC,OAAO,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,CAAC;CACtC"}
|
package/generated/typegraphql-prisma/resolvers/inputs/AllocationSumOrderByAggregateInput.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AllocationSumOrderByAggregateInput.js","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/resolvers/inputs/AllocationSumOrderByAggregateInput.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,0DAA4C;AAI5C,qDAAkD;AAG3C,IAAM,kCAAkC,GAAxC,MAAM,kCAAkC;
|
|
1
|
+
{"version":3,"file":"AllocationSumOrderByAggregateInput.js","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/resolvers/inputs/AllocationSumOrderByAggregateInput.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,0DAA4C;AAI5C,qDAAkD;AAG3C,IAAM,kCAAkC,GAAxC,MAAM,kCAAkC;CAwC9C,CAAA;AAxCY,gFAAkC;AAI7C;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,qBAAS,EAAE;QACrC,QAAQ,EAAE,IAAI;KACf,CAAC;;oEACoC;AAKtC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,qBAAS,EAAE;QACrC,QAAQ,EAAE,IAAI;KACf,CAAC;;4EAC4C;AAK9C;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,qBAAS,EAAE;QACrC,QAAQ,EAAE,IAAI;KACf,CAAC;;mEACmC;AAKrC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,qBAAS,EAAE;QACrC,QAAQ,EAAE,IAAI;KACf,CAAC;;gEACgC;AAKlC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,qBAAS,EAAE;QACrC,QAAQ,EAAE,IAAI;KACf,CAAC;;iEACiC;AAKnC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,qBAAS,EAAE;QACrC,QAAQ,EAAE,IAAI;KACf,CAAC;;kEACkC;AAKpC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,qBAAS,EAAE;QACrC,QAAQ,EAAE,IAAI;KACf,CAAC;;kEACkC;AAKpC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,qBAAS,EAAE;QACrC,QAAQ,EAAE,IAAI;KACf,CAAC;;mEACmC;6CAvC1B,kCAAkC;IAD9C,WAAW,CAAC,SAAS,CAAC,oCAAoC,EAAE,EAAE,CAAC;GACnD,kCAAkC,CAwC9C"}
|
|
@@ -47,6 +47,7 @@ const TypeGraphQL = __importStar(require("type-graphql"));
|
|
|
47
47
|
const AlpacaAccountUpdateOneRequiredWithoutAllocationNestedInput_1 = require("../inputs/AlpacaAccountUpdateOneRequiredWithoutAllocationNestedInput");
|
|
48
48
|
const DateTimeFieldUpdateOperationsInput_1 = require("../inputs/DateTimeFieldUpdateOperationsInput");
|
|
49
49
|
const FloatFieldUpdateOperationsInput_1 = require("../inputs/FloatFieldUpdateOperationsInput");
|
|
50
|
+
const NullableFloatFieldUpdateOperationsInput_1 = require("../inputs/NullableFloatFieldUpdateOperationsInput");
|
|
50
51
|
const StringFieldUpdateOperationsInput_1 = require("../inputs/StringFieldUpdateOperationsInput");
|
|
51
52
|
let AllocationUpdateInput = class AllocationUpdateInput {
|
|
52
53
|
};
|
|
@@ -62,25 +63,49 @@ __decorate([
|
|
|
62
63
|
nullable: true
|
|
63
64
|
}),
|
|
64
65
|
__metadata("design:type", Object)
|
|
65
|
-
], AllocationUpdateInput.prototype, "
|
|
66
|
+
], AllocationUpdateInput.prototype, "equities", void 0);
|
|
66
67
|
__decorate([
|
|
67
68
|
TypeGraphQL.Field(_type => FloatFieldUpdateOperationsInput_1.FloatFieldUpdateOperationsInput, {
|
|
68
69
|
nullable: true
|
|
69
70
|
}),
|
|
70
71
|
__metadata("design:type", Object)
|
|
71
|
-
], AllocationUpdateInput.prototype, "
|
|
72
|
+
], AllocationUpdateInput.prototype, "optionsContracts", void 0);
|
|
72
73
|
__decorate([
|
|
73
74
|
TypeGraphQL.Field(_type => FloatFieldUpdateOperationsInput_1.FloatFieldUpdateOperationsInput, {
|
|
74
75
|
nullable: true
|
|
75
76
|
}),
|
|
76
77
|
__metadata("design:type", Object)
|
|
77
|
-
], AllocationUpdateInput.prototype, "
|
|
78
|
+
], AllocationUpdateInput.prototype, "futures", void 0);
|
|
78
79
|
__decorate([
|
|
79
80
|
TypeGraphQL.Field(_type => FloatFieldUpdateOperationsInput_1.FloatFieldUpdateOperationsInput, {
|
|
80
81
|
nullable: true
|
|
81
82
|
}),
|
|
82
83
|
__metadata("design:type", Object)
|
|
83
84
|
], AllocationUpdateInput.prototype, "etfs", void 0);
|
|
85
|
+
__decorate([
|
|
86
|
+
TypeGraphQL.Field(_type => FloatFieldUpdateOperationsInput_1.FloatFieldUpdateOperationsInput, {
|
|
87
|
+
nullable: true
|
|
88
|
+
}),
|
|
89
|
+
__metadata("design:type", Object)
|
|
90
|
+
], AllocationUpdateInput.prototype, "forex", void 0);
|
|
91
|
+
__decorate([
|
|
92
|
+
TypeGraphQL.Field(_type => FloatFieldUpdateOperationsInput_1.FloatFieldUpdateOperationsInput, {
|
|
93
|
+
nullable: true
|
|
94
|
+
}),
|
|
95
|
+
__metadata("design:type", Object)
|
|
96
|
+
], AllocationUpdateInput.prototype, "crypto", void 0);
|
|
97
|
+
__decorate([
|
|
98
|
+
TypeGraphQL.Field(_type => NullableFloatFieldUpdateOperationsInput_1.NullableFloatFieldUpdateOperationsInput, {
|
|
99
|
+
nullable: true
|
|
100
|
+
}),
|
|
101
|
+
__metadata("design:type", Object)
|
|
102
|
+
], AllocationUpdateInput.prototype, "stocks", void 0);
|
|
103
|
+
__decorate([
|
|
104
|
+
TypeGraphQL.Field(_type => NullableFloatFieldUpdateOperationsInput_1.NullableFloatFieldUpdateOperationsInput, {
|
|
105
|
+
nullable: true
|
|
106
|
+
}),
|
|
107
|
+
__metadata("design:type", Object)
|
|
108
|
+
], AllocationUpdateInput.prototype, "options", void 0);
|
|
84
109
|
__decorate([
|
|
85
110
|
TypeGraphQL.Field(_type => DateTimeFieldUpdateOperationsInput_1.DateTimeFieldUpdateOperationsInput, {
|
|
86
111
|
nullable: true
|
|
@@ -1,13 +1,18 @@
|
|
|
1
1
|
import { AlpacaAccountUpdateOneRequiredWithoutAllocationNestedInput } from "../inputs/AlpacaAccountUpdateOneRequiredWithoutAllocationNestedInput";
|
|
2
2
|
import { DateTimeFieldUpdateOperationsInput } from "../inputs/DateTimeFieldUpdateOperationsInput";
|
|
3
3
|
import { FloatFieldUpdateOperationsInput } from "../inputs/FloatFieldUpdateOperationsInput";
|
|
4
|
+
import { NullableFloatFieldUpdateOperationsInput } from "../inputs/NullableFloatFieldUpdateOperationsInput";
|
|
4
5
|
import { StringFieldUpdateOperationsInput } from "../inputs/StringFieldUpdateOperationsInput";
|
|
5
6
|
export declare class AllocationUpdateInput {
|
|
6
7
|
id?: StringFieldUpdateOperationsInput | undefined;
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
8
|
+
equities?: FloatFieldUpdateOperationsInput | undefined;
|
|
9
|
+
optionsContracts?: FloatFieldUpdateOperationsInput | undefined;
|
|
10
|
+
futures?: FloatFieldUpdateOperationsInput | undefined;
|
|
10
11
|
etfs?: FloatFieldUpdateOperationsInput | undefined;
|
|
12
|
+
forex?: FloatFieldUpdateOperationsInput | undefined;
|
|
13
|
+
crypto?: FloatFieldUpdateOperationsInput | undefined;
|
|
14
|
+
stocks?: NullableFloatFieldUpdateOperationsInput | undefined;
|
|
15
|
+
options?: NullableFloatFieldUpdateOperationsInput | undefined;
|
|
11
16
|
createdAt?: DateTimeFieldUpdateOperationsInput | undefined;
|
|
12
17
|
updatedAt?: DateTimeFieldUpdateOperationsInput | undefined;
|
|
13
18
|
alpacaAccount?: AlpacaAccountUpdateOneRequiredWithoutAllocationNestedInput | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AllocationUpdateInput.d.ts","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateInput.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,0DAA0D,EAAE,MAAM,sEAAsE,CAAC;AAClJ,OAAO,EAAE,kCAAkC,EAAE,MAAM,8CAA8C,CAAC;AAClG,OAAO,EAAE,+BAA+B,EAAE,MAAM,2CAA2C,CAAC;AAC5F,OAAO,EAAE,gCAAgC,EAAE,MAAM,4CAA4C,CAAC;AAE9F,qBACa,qBAAqB;IAIhC,EAAE,CAAC,EAAE,gCAAgC,GAAG,SAAS,CAAC;IAKlD,
|
|
1
|
+
{"version":3,"file":"AllocationUpdateInput.d.ts","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateInput.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,0DAA0D,EAAE,MAAM,sEAAsE,CAAC;AAClJ,OAAO,EAAE,kCAAkC,EAAE,MAAM,8CAA8C,CAAC;AAClG,OAAO,EAAE,+BAA+B,EAAE,MAAM,2CAA2C,CAAC;AAC5F,OAAO,EAAE,uCAAuC,EAAE,MAAM,mDAAmD,CAAC;AAC5G,OAAO,EAAE,gCAAgC,EAAE,MAAM,4CAA4C,CAAC;AAE9F,qBACa,qBAAqB;IAIhC,EAAE,CAAC,EAAE,gCAAgC,GAAG,SAAS,CAAC;IAKlD,QAAQ,CAAC,EAAE,+BAA+B,GAAG,SAAS,CAAC;IAKvD,gBAAgB,CAAC,EAAE,+BAA+B,GAAG,SAAS,CAAC;IAK/D,OAAO,CAAC,EAAE,+BAA+B,GAAG,SAAS,CAAC;IAKtD,IAAI,CAAC,EAAE,+BAA+B,GAAG,SAAS,CAAC;IAKnD,KAAK,CAAC,EAAE,+BAA+B,GAAG,SAAS,CAAC;IAKpD,MAAM,CAAC,EAAE,+BAA+B,GAAG,SAAS,CAAC;IAKrD,MAAM,CAAC,EAAE,uCAAuC,GAAG,SAAS,CAAC;IAK7D,OAAO,CAAC,EAAE,uCAAuC,GAAG,SAAS,CAAC;IAK9D,SAAS,CAAC,EAAE,kCAAkC,GAAG,SAAS,CAAC;IAK3D,SAAS,CAAC,EAAE,kCAAkC,GAAG,SAAS,CAAC;IAK3D,aAAa,CAAC,EAAE,0DAA0D,GAAG,SAAS,CAAC;CACxF"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AllocationUpdateInput.js","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateInput.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,0DAA4C;AAI5C,qJAAkJ;AAClJ,qGAAkG;AAClG,+FAA4F;AAC5F,iGAA8F;AAGvF,IAAM,qBAAqB,GAA3B,MAAM,qBAAqB;
|
|
1
|
+
{"version":3,"file":"AllocationUpdateInput.js","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateInput.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,0DAA4C;AAI5C,qJAAkJ;AAClJ,qGAAkG;AAClG,+FAA4F;AAC5F,+GAA4G;AAC5G,iGAA8F;AAGvF,IAAM,qBAAqB,GAA3B,MAAM,qBAAqB;CA4DjC,CAAA;AA5DY,sDAAqB;AAIhC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,mEAAgC,EAAE;QAC5D,QAAQ,EAAE,IAAI;KACf,CAAC;;iDACgD;AAKlD;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,iEAA+B,EAAE;QAC3D,QAAQ,EAAE,IAAI;KACf,CAAC;;uDACqD;AAKvD;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,iEAA+B,EAAE;QAC3D,QAAQ,EAAE,IAAI;KACf,CAAC;;+DAC6D;AAK/D;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,iEAA+B,EAAE;QAC3D,QAAQ,EAAE,IAAI;KACf,CAAC;;sDACoD;AAKtD;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,iEAA+B,EAAE;QAC3D,QAAQ,EAAE,IAAI;KACf,CAAC;;mDACiD;AAKnD;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,iEAA+B,EAAE;QAC3D,QAAQ,EAAE,IAAI;KACf,CAAC;;oDACkD;AAKpD;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,iEAA+B,EAAE;QAC3D,QAAQ,EAAE,IAAI;KACf,CAAC;;qDACmD;AAKrD;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,iFAAuC,EAAE;QACnE,QAAQ,EAAE,IAAI;KACf,CAAC;;qDAC2D;AAK7D;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,iFAAuC,EAAE;QACnE,QAAQ,EAAE,IAAI;KACf,CAAC;;sDAC4D;AAK9D;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,uEAAkC,EAAE;QAC9D,QAAQ,EAAE,IAAI;KACf,CAAC;;wDACyD;AAK3D;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,uEAAkC,EAAE;QAC9D,QAAQ,EAAE,IAAI;KACf,CAAC;;wDACyD;AAK3D;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,uHAA0D,EAAE;QACtF,QAAQ,EAAE,IAAI;KACf,CAAC;;4DACqF;gCA3D5E,qBAAqB;IADjC,WAAW,CAAC,SAAS,CAAC,uBAAuB,EAAE,EAAE,CAAC;GACtC,qBAAqB,CA4DjC"}
|
|
@@ -46,6 +46,7 @@ exports.AllocationUpdateManyMutationInput = void 0;
|
|
|
46
46
|
const TypeGraphQL = __importStar(require("type-graphql"));
|
|
47
47
|
const DateTimeFieldUpdateOperationsInput_1 = require("../inputs/DateTimeFieldUpdateOperationsInput");
|
|
48
48
|
const FloatFieldUpdateOperationsInput_1 = require("../inputs/FloatFieldUpdateOperationsInput");
|
|
49
|
+
const NullableFloatFieldUpdateOperationsInput_1 = require("../inputs/NullableFloatFieldUpdateOperationsInput");
|
|
49
50
|
const StringFieldUpdateOperationsInput_1 = require("../inputs/StringFieldUpdateOperationsInput");
|
|
50
51
|
let AllocationUpdateManyMutationInput = class AllocationUpdateManyMutationInput {
|
|
51
52
|
};
|
|
@@ -61,25 +62,49 @@ __decorate([
|
|
|
61
62
|
nullable: true
|
|
62
63
|
}),
|
|
63
64
|
__metadata("design:type", Object)
|
|
64
|
-
], AllocationUpdateManyMutationInput.prototype, "
|
|
65
|
+
], AllocationUpdateManyMutationInput.prototype, "equities", void 0);
|
|
65
66
|
__decorate([
|
|
66
67
|
TypeGraphQL.Field(_type => FloatFieldUpdateOperationsInput_1.FloatFieldUpdateOperationsInput, {
|
|
67
68
|
nullable: true
|
|
68
69
|
}),
|
|
69
70
|
__metadata("design:type", Object)
|
|
70
|
-
], AllocationUpdateManyMutationInput.prototype, "
|
|
71
|
+
], AllocationUpdateManyMutationInput.prototype, "optionsContracts", void 0);
|
|
71
72
|
__decorate([
|
|
72
73
|
TypeGraphQL.Field(_type => FloatFieldUpdateOperationsInput_1.FloatFieldUpdateOperationsInput, {
|
|
73
74
|
nullable: true
|
|
74
75
|
}),
|
|
75
76
|
__metadata("design:type", Object)
|
|
76
|
-
], AllocationUpdateManyMutationInput.prototype, "
|
|
77
|
+
], AllocationUpdateManyMutationInput.prototype, "futures", void 0);
|
|
77
78
|
__decorate([
|
|
78
79
|
TypeGraphQL.Field(_type => FloatFieldUpdateOperationsInput_1.FloatFieldUpdateOperationsInput, {
|
|
79
80
|
nullable: true
|
|
80
81
|
}),
|
|
81
82
|
__metadata("design:type", Object)
|
|
82
83
|
], AllocationUpdateManyMutationInput.prototype, "etfs", void 0);
|
|
84
|
+
__decorate([
|
|
85
|
+
TypeGraphQL.Field(_type => FloatFieldUpdateOperationsInput_1.FloatFieldUpdateOperationsInput, {
|
|
86
|
+
nullable: true
|
|
87
|
+
}),
|
|
88
|
+
__metadata("design:type", Object)
|
|
89
|
+
], AllocationUpdateManyMutationInput.prototype, "forex", void 0);
|
|
90
|
+
__decorate([
|
|
91
|
+
TypeGraphQL.Field(_type => FloatFieldUpdateOperationsInput_1.FloatFieldUpdateOperationsInput, {
|
|
92
|
+
nullable: true
|
|
93
|
+
}),
|
|
94
|
+
__metadata("design:type", Object)
|
|
95
|
+
], AllocationUpdateManyMutationInput.prototype, "crypto", void 0);
|
|
96
|
+
__decorate([
|
|
97
|
+
TypeGraphQL.Field(_type => NullableFloatFieldUpdateOperationsInput_1.NullableFloatFieldUpdateOperationsInput, {
|
|
98
|
+
nullable: true
|
|
99
|
+
}),
|
|
100
|
+
__metadata("design:type", Object)
|
|
101
|
+
], AllocationUpdateManyMutationInput.prototype, "stocks", void 0);
|
|
102
|
+
__decorate([
|
|
103
|
+
TypeGraphQL.Field(_type => NullableFloatFieldUpdateOperationsInput_1.NullableFloatFieldUpdateOperationsInput, {
|
|
104
|
+
nullable: true
|
|
105
|
+
}),
|
|
106
|
+
__metadata("design:type", Object)
|
|
107
|
+
], AllocationUpdateManyMutationInput.prototype, "options", void 0);
|
|
83
108
|
__decorate([
|
|
84
109
|
TypeGraphQL.Field(_type => DateTimeFieldUpdateOperationsInput_1.DateTimeFieldUpdateOperationsInput, {
|
|
85
110
|
nullable: true
|
package/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateManyMutationInput.d.ts
CHANGED
|
@@ -1,12 +1,17 @@
|
|
|
1
1
|
import { DateTimeFieldUpdateOperationsInput } from "../inputs/DateTimeFieldUpdateOperationsInput";
|
|
2
2
|
import { FloatFieldUpdateOperationsInput } from "../inputs/FloatFieldUpdateOperationsInput";
|
|
3
|
+
import { NullableFloatFieldUpdateOperationsInput } from "../inputs/NullableFloatFieldUpdateOperationsInput";
|
|
3
4
|
import { StringFieldUpdateOperationsInput } from "../inputs/StringFieldUpdateOperationsInput";
|
|
4
5
|
export declare class AllocationUpdateManyMutationInput {
|
|
5
6
|
id?: StringFieldUpdateOperationsInput | undefined;
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
7
|
+
equities?: FloatFieldUpdateOperationsInput | undefined;
|
|
8
|
+
optionsContracts?: FloatFieldUpdateOperationsInput | undefined;
|
|
9
|
+
futures?: FloatFieldUpdateOperationsInput | undefined;
|
|
9
10
|
etfs?: FloatFieldUpdateOperationsInput | undefined;
|
|
11
|
+
forex?: FloatFieldUpdateOperationsInput | undefined;
|
|
12
|
+
crypto?: FloatFieldUpdateOperationsInput | undefined;
|
|
13
|
+
stocks?: NullableFloatFieldUpdateOperationsInput | undefined;
|
|
14
|
+
options?: NullableFloatFieldUpdateOperationsInput | undefined;
|
|
10
15
|
createdAt?: DateTimeFieldUpdateOperationsInput | undefined;
|
|
11
16
|
updatedAt?: DateTimeFieldUpdateOperationsInput | undefined;
|
|
12
17
|
}
|
package/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateManyMutationInput.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AllocationUpdateManyMutationInput.d.ts","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateManyMutationInput.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,kCAAkC,EAAE,MAAM,8CAA8C,CAAC;AAClG,OAAO,EAAE,+BAA+B,EAAE,MAAM,2CAA2C,CAAC;AAC5F,OAAO,EAAE,gCAAgC,EAAE,MAAM,4CAA4C,CAAC;AAE9F,qBACa,iCAAiC;IAI5C,EAAE,CAAC,EAAE,gCAAgC,GAAG,SAAS,CAAC;IAKlD,
|
|
1
|
+
{"version":3,"file":"AllocationUpdateManyMutationInput.d.ts","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateManyMutationInput.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,kCAAkC,EAAE,MAAM,8CAA8C,CAAC;AAClG,OAAO,EAAE,+BAA+B,EAAE,MAAM,2CAA2C,CAAC;AAC5F,OAAO,EAAE,uCAAuC,EAAE,MAAM,mDAAmD,CAAC;AAC5G,OAAO,EAAE,gCAAgC,EAAE,MAAM,4CAA4C,CAAC;AAE9F,qBACa,iCAAiC;IAI5C,EAAE,CAAC,EAAE,gCAAgC,GAAG,SAAS,CAAC;IAKlD,QAAQ,CAAC,EAAE,+BAA+B,GAAG,SAAS,CAAC;IAKvD,gBAAgB,CAAC,EAAE,+BAA+B,GAAG,SAAS,CAAC;IAK/D,OAAO,CAAC,EAAE,+BAA+B,GAAG,SAAS,CAAC;IAKtD,IAAI,CAAC,EAAE,+BAA+B,GAAG,SAAS,CAAC;IAKnD,KAAK,CAAC,EAAE,+BAA+B,GAAG,SAAS,CAAC;IAKpD,MAAM,CAAC,EAAE,+BAA+B,GAAG,SAAS,CAAC;IAKrD,MAAM,CAAC,EAAE,uCAAuC,GAAG,SAAS,CAAC;IAK7D,OAAO,CAAC,EAAE,uCAAuC,GAAG,SAAS,CAAC;IAK9D,SAAS,CAAC,EAAE,kCAAkC,GAAG,SAAS,CAAC;IAK3D,SAAS,CAAC,EAAE,kCAAkC,GAAG,SAAS,CAAC;CAC5D"}
|
package/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateManyMutationInput.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AllocationUpdateManyMutationInput.js","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateManyMutationInput.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,0DAA4C;AAI5C,qGAAkG;AAClG,+FAA4F;AAC5F,iGAA8F;AAGvF,IAAM,iCAAiC,GAAvC,MAAM,iCAAiC;
|
|
1
|
+
{"version":3,"file":"AllocationUpdateManyMutationInput.js","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateManyMutationInput.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,0DAA4C;AAI5C,qGAAkG;AAClG,+FAA4F;AAC5F,+GAA4G;AAC5G,iGAA8F;AAGvF,IAAM,iCAAiC,GAAvC,MAAM,iCAAiC;CAuD7C,CAAA;AAvDY,8EAAiC;AAI5C;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,mEAAgC,EAAE;QAC5D,QAAQ,EAAE,IAAI;KACf,CAAC;;6DACgD;AAKlD;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,iEAA+B,EAAE;QAC3D,QAAQ,EAAE,IAAI;KACf,CAAC;;mEACqD;AAKvD;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,iEAA+B,EAAE;QAC3D,QAAQ,EAAE,IAAI;KACf,CAAC;;2EAC6D;AAK/D;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,iEAA+B,EAAE;QAC3D,QAAQ,EAAE,IAAI;KACf,CAAC;;kEACoD;AAKtD;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,iEAA+B,EAAE;QAC3D,QAAQ,EAAE,IAAI;KACf,CAAC;;+DACiD;AAKnD;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,iEAA+B,EAAE;QAC3D,QAAQ,EAAE,IAAI;KACf,CAAC;;gEACkD;AAKpD;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,iEAA+B,EAAE;QAC3D,QAAQ,EAAE,IAAI;KACf,CAAC;;iEACmD;AAKrD;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,iFAAuC,EAAE;QACnE,QAAQ,EAAE,IAAI;KACf,CAAC;;iEAC2D;AAK7D;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,iFAAuC,EAAE;QACnE,QAAQ,EAAE,IAAI;KACf,CAAC;;kEAC4D;AAK9D;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,uEAAkC,EAAE;QAC9D,QAAQ,EAAE,IAAI;KACf,CAAC;;oEACyD;AAK3D;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,uEAAkC,EAAE;QAC9D,QAAQ,EAAE,IAAI;KACf,CAAC;;oEACyD;4CAtDhD,iCAAiC;IAD7C,WAAW,CAAC,SAAS,CAAC,mCAAmC,EAAE,EAAE,CAAC;GAClD,iCAAiC,CAuD7C"}
|
package/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateWithoutAlpacaAccountInput.cjs
CHANGED
|
@@ -46,6 +46,7 @@ exports.AllocationUpdateWithoutAlpacaAccountInput = void 0;
|
|
|
46
46
|
const TypeGraphQL = __importStar(require("type-graphql"));
|
|
47
47
|
const DateTimeFieldUpdateOperationsInput_1 = require("../inputs/DateTimeFieldUpdateOperationsInput");
|
|
48
48
|
const FloatFieldUpdateOperationsInput_1 = require("../inputs/FloatFieldUpdateOperationsInput");
|
|
49
|
+
const NullableFloatFieldUpdateOperationsInput_1 = require("../inputs/NullableFloatFieldUpdateOperationsInput");
|
|
49
50
|
const StringFieldUpdateOperationsInput_1 = require("../inputs/StringFieldUpdateOperationsInput");
|
|
50
51
|
let AllocationUpdateWithoutAlpacaAccountInput = class AllocationUpdateWithoutAlpacaAccountInput {
|
|
51
52
|
};
|
|
@@ -61,25 +62,49 @@ __decorate([
|
|
|
61
62
|
nullable: true
|
|
62
63
|
}),
|
|
63
64
|
__metadata("design:type", Object)
|
|
64
|
-
], AllocationUpdateWithoutAlpacaAccountInput.prototype, "
|
|
65
|
+
], AllocationUpdateWithoutAlpacaAccountInput.prototype, "equities", void 0);
|
|
65
66
|
__decorate([
|
|
66
67
|
TypeGraphQL.Field(_type => FloatFieldUpdateOperationsInput_1.FloatFieldUpdateOperationsInput, {
|
|
67
68
|
nullable: true
|
|
68
69
|
}),
|
|
69
70
|
__metadata("design:type", Object)
|
|
70
|
-
], AllocationUpdateWithoutAlpacaAccountInput.prototype, "
|
|
71
|
+
], AllocationUpdateWithoutAlpacaAccountInput.prototype, "optionsContracts", void 0);
|
|
71
72
|
__decorate([
|
|
72
73
|
TypeGraphQL.Field(_type => FloatFieldUpdateOperationsInput_1.FloatFieldUpdateOperationsInput, {
|
|
73
74
|
nullable: true
|
|
74
75
|
}),
|
|
75
76
|
__metadata("design:type", Object)
|
|
76
|
-
], AllocationUpdateWithoutAlpacaAccountInput.prototype, "
|
|
77
|
+
], AllocationUpdateWithoutAlpacaAccountInput.prototype, "futures", void 0);
|
|
77
78
|
__decorate([
|
|
78
79
|
TypeGraphQL.Field(_type => FloatFieldUpdateOperationsInput_1.FloatFieldUpdateOperationsInput, {
|
|
79
80
|
nullable: true
|
|
80
81
|
}),
|
|
81
82
|
__metadata("design:type", Object)
|
|
82
83
|
], AllocationUpdateWithoutAlpacaAccountInput.prototype, "etfs", void 0);
|
|
84
|
+
__decorate([
|
|
85
|
+
TypeGraphQL.Field(_type => FloatFieldUpdateOperationsInput_1.FloatFieldUpdateOperationsInput, {
|
|
86
|
+
nullable: true
|
|
87
|
+
}),
|
|
88
|
+
__metadata("design:type", Object)
|
|
89
|
+
], AllocationUpdateWithoutAlpacaAccountInput.prototype, "forex", void 0);
|
|
90
|
+
__decorate([
|
|
91
|
+
TypeGraphQL.Field(_type => FloatFieldUpdateOperationsInput_1.FloatFieldUpdateOperationsInput, {
|
|
92
|
+
nullable: true
|
|
93
|
+
}),
|
|
94
|
+
__metadata("design:type", Object)
|
|
95
|
+
], AllocationUpdateWithoutAlpacaAccountInput.prototype, "crypto", void 0);
|
|
96
|
+
__decorate([
|
|
97
|
+
TypeGraphQL.Field(_type => NullableFloatFieldUpdateOperationsInput_1.NullableFloatFieldUpdateOperationsInput, {
|
|
98
|
+
nullable: true
|
|
99
|
+
}),
|
|
100
|
+
__metadata("design:type", Object)
|
|
101
|
+
], AllocationUpdateWithoutAlpacaAccountInput.prototype, "stocks", void 0);
|
|
102
|
+
__decorate([
|
|
103
|
+
TypeGraphQL.Field(_type => NullableFloatFieldUpdateOperationsInput_1.NullableFloatFieldUpdateOperationsInput, {
|
|
104
|
+
nullable: true
|
|
105
|
+
}),
|
|
106
|
+
__metadata("design:type", Object)
|
|
107
|
+
], AllocationUpdateWithoutAlpacaAccountInput.prototype, "options", void 0);
|
|
83
108
|
__decorate([
|
|
84
109
|
TypeGraphQL.Field(_type => DateTimeFieldUpdateOperationsInput_1.DateTimeFieldUpdateOperationsInput, {
|
|
85
110
|
nullable: true
|
package/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateWithoutAlpacaAccountInput.d.ts
CHANGED
|
@@ -1,12 +1,17 @@
|
|
|
1
1
|
import { DateTimeFieldUpdateOperationsInput } from "../inputs/DateTimeFieldUpdateOperationsInput";
|
|
2
2
|
import { FloatFieldUpdateOperationsInput } from "../inputs/FloatFieldUpdateOperationsInput";
|
|
3
|
+
import { NullableFloatFieldUpdateOperationsInput } from "../inputs/NullableFloatFieldUpdateOperationsInput";
|
|
3
4
|
import { StringFieldUpdateOperationsInput } from "../inputs/StringFieldUpdateOperationsInput";
|
|
4
5
|
export declare class AllocationUpdateWithoutAlpacaAccountInput {
|
|
5
6
|
id?: StringFieldUpdateOperationsInput | undefined;
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
7
|
+
equities?: FloatFieldUpdateOperationsInput | undefined;
|
|
8
|
+
optionsContracts?: FloatFieldUpdateOperationsInput | undefined;
|
|
9
|
+
futures?: FloatFieldUpdateOperationsInput | undefined;
|
|
9
10
|
etfs?: FloatFieldUpdateOperationsInput | undefined;
|
|
11
|
+
forex?: FloatFieldUpdateOperationsInput | undefined;
|
|
12
|
+
crypto?: FloatFieldUpdateOperationsInput | undefined;
|
|
13
|
+
stocks?: NullableFloatFieldUpdateOperationsInput | undefined;
|
|
14
|
+
options?: NullableFloatFieldUpdateOperationsInput | undefined;
|
|
10
15
|
createdAt?: DateTimeFieldUpdateOperationsInput | undefined;
|
|
11
16
|
updatedAt?: DateTimeFieldUpdateOperationsInput | undefined;
|
|
12
17
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AllocationUpdateWithoutAlpacaAccountInput.d.ts","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateWithoutAlpacaAccountInput.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,kCAAkC,EAAE,MAAM,8CAA8C,CAAC;AAClG,OAAO,EAAE,+BAA+B,EAAE,MAAM,2CAA2C,CAAC;AAC5F,OAAO,EAAE,gCAAgC,EAAE,MAAM,4CAA4C,CAAC;AAE9F,qBACa,yCAAyC;IAIpD,EAAE,CAAC,EAAE,gCAAgC,GAAG,SAAS,CAAC;IAKlD,
|
|
1
|
+
{"version":3,"file":"AllocationUpdateWithoutAlpacaAccountInput.d.ts","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateWithoutAlpacaAccountInput.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,kCAAkC,EAAE,MAAM,8CAA8C,CAAC;AAClG,OAAO,EAAE,+BAA+B,EAAE,MAAM,2CAA2C,CAAC;AAC5F,OAAO,EAAE,uCAAuC,EAAE,MAAM,mDAAmD,CAAC;AAC5G,OAAO,EAAE,gCAAgC,EAAE,MAAM,4CAA4C,CAAC;AAE9F,qBACa,yCAAyC;IAIpD,EAAE,CAAC,EAAE,gCAAgC,GAAG,SAAS,CAAC;IAKlD,QAAQ,CAAC,EAAE,+BAA+B,GAAG,SAAS,CAAC;IAKvD,gBAAgB,CAAC,EAAE,+BAA+B,GAAG,SAAS,CAAC;IAK/D,OAAO,CAAC,EAAE,+BAA+B,GAAG,SAAS,CAAC;IAKtD,IAAI,CAAC,EAAE,+BAA+B,GAAG,SAAS,CAAC;IAKnD,KAAK,CAAC,EAAE,+BAA+B,GAAG,SAAS,CAAC;IAKpD,MAAM,CAAC,EAAE,+BAA+B,GAAG,SAAS,CAAC;IAKrD,MAAM,CAAC,EAAE,uCAAuC,GAAG,SAAS,CAAC;IAK7D,OAAO,CAAC,EAAE,uCAAuC,GAAG,SAAS,CAAC;IAK9D,SAAS,CAAC,EAAE,kCAAkC,GAAG,SAAS,CAAC;IAK3D,SAAS,CAAC,EAAE,kCAAkC,GAAG,SAAS,CAAC;CAC5D"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AllocationUpdateWithoutAlpacaAccountInput.js","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateWithoutAlpacaAccountInput.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,0DAA4C;AAI5C,qGAAkG;AAClG,+FAA4F;AAC5F,iGAA8F;AAGvF,IAAM,yCAAyC,GAA/C,MAAM,yCAAyC;
|
|
1
|
+
{"version":3,"file":"AllocationUpdateWithoutAlpacaAccountInput.js","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/resolvers/inputs/AllocationUpdateWithoutAlpacaAccountInput.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,0DAA4C;AAI5C,qGAAkG;AAClG,+FAA4F;AAC5F,+GAA4G;AAC5G,iGAA8F;AAGvF,IAAM,yCAAyC,GAA/C,MAAM,yCAAyC;CAuDrD,CAAA;AAvDY,8FAAyC;AAIpD;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,mEAAgC,EAAE;QAC5D,QAAQ,EAAE,IAAI;KACf,CAAC;;qEACgD;AAKlD;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,iEAA+B,EAAE;QAC3D,QAAQ,EAAE,IAAI;KACf,CAAC;;2EACqD;AAKvD;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,iEAA+B,EAAE;QAC3D,QAAQ,EAAE,IAAI;KACf,CAAC;;mFAC6D;AAK/D;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,iEAA+B,EAAE;QAC3D,QAAQ,EAAE,IAAI;KACf,CAAC;;0EACoD;AAKtD;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,iEAA+B,EAAE;QAC3D,QAAQ,EAAE,IAAI;KACf,CAAC;;uEACiD;AAKnD;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,iEAA+B,EAAE;QAC3D,QAAQ,EAAE,IAAI;KACf,CAAC;;wEACkD;AAKpD;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,iEAA+B,EAAE;QAC3D,QAAQ,EAAE,IAAI;KACf,CAAC;;yEACmD;AAKrD;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,iFAAuC,EAAE;QACnE,QAAQ,EAAE,IAAI;KACf,CAAC;;yEAC2D;AAK7D;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,iFAAuC,EAAE;QACnE,QAAQ,EAAE,IAAI;KACf,CAAC;;0EAC4D;AAK9D;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,uEAAkC,EAAE;QAC9D,QAAQ,EAAE,IAAI;KACf,CAAC;;4EACyD;AAK3D;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,uEAAkC,EAAE;QAC9D,QAAQ,EAAE,IAAI;KACf,CAAC;;4EACyD;oDAtDhD,yCAAyC;IADrD,WAAW,CAAC,SAAS,CAAC,2CAA2C,EAAE,EAAE,CAAC;GAC1D,yCAAyC,CAuDrD"}
|