@adaptic/backend-legacy 0.0.1003 → 0.0.1005
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/esm/generated/typeStrings/LlmConfiguration.d.ts +1 -1
- package/esm/generated/typeStrings/LlmConfiguration.d.ts.map +1 -1
- package/esm/generated/typeStrings/LlmConfiguration.js.map +1 -1
- package/esm/generated/typeStrings/LlmConfiguration.mjs +6 -0
- package/esm/generated/typeStrings/User.d.ts +1 -1
- package/esm/generated/typeStrings/User.d.ts.map +1 -1
- package/esm/generated/typeStrings/User.js.map +1 -1
- package/esm/generated/typeStrings/User.mjs +6 -0
- package/esm/generated/typeStrings/index.d.ts +2 -2
- package/esm/generated/typegraphql-prisma/enums/OpenaiModel.d.ts +3 -0
- package/esm/generated/typegraphql-prisma/enums/OpenaiModel.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/enums/OpenaiModel.js.map +1 -1
- package/esm/generated/typegraphql-prisma/enums/OpenaiModel.mjs +3 -0
- package/esm/generated/typegraphql-prisma/models/Holding.d.ts +5 -4
- package/esm/generated/typegraphql-prisma/models/Holding.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/models/Holding.js.map +1 -1
- package/esm/generated/typegraphql-prisma/models/Holding.mjs +10 -8
- package/esm/generated/typegraphql-prisma/models/InvestorTransaction.d.ts +8 -7
- package/esm/generated/typegraphql-prisma/models/InvestorTransaction.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/models/InvestorTransaction.js.map +1 -1
- package/esm/generated/typegraphql-prisma/models/InvestorTransaction.mjs +8 -7
- package/esm/generated/typegraphql-prisma/models/User.d.ts +1 -1
- package/esm/generated/typegraphql-prisma/models/User.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/models/User.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/EnumOpenaiModelNullableFilter.d.ts +3 -3
- package/esm/generated/typegraphql-prisma/resolvers/inputs/EnumOpenaiModelNullableFilter.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/EnumOpenaiModelNullableFilter.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/EnumOpenaiModelNullableWithAggregatesFilter.d.ts +3 -3
- package/esm/generated/typegraphql-prisma/resolvers/inputs/EnumOpenaiModelNullableWithAggregatesFilter.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/EnumOpenaiModelNullableWithAggregatesFilter.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/HoldingCreateInput.d.ts +5 -4
- package/esm/generated/typegraphql-prisma/resolvers/inputs/HoldingCreateInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/HoldingCreateInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/HoldingCreateInput.mjs +5 -4
- package/esm/generated/typegraphql-prisma/resolvers/inputs/HoldingCreateManyFundInput.d.ts +5 -4
- package/esm/generated/typegraphql-prisma/resolvers/inputs/HoldingCreateManyFundInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/HoldingCreateManyFundInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/HoldingCreateManyFundInput.mjs +5 -4
- package/esm/generated/typegraphql-prisma/resolvers/inputs/HoldingCreateManyInput.d.ts +5 -4
- package/esm/generated/typegraphql-prisma/resolvers/inputs/HoldingCreateManyInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/HoldingCreateManyInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/HoldingCreateManyInput.mjs +5 -4
- package/esm/generated/typegraphql-prisma/resolvers/inputs/HoldingCreateManyInvestorInput.d.ts +5 -4
- package/esm/generated/typegraphql-prisma/resolvers/inputs/HoldingCreateManyInvestorInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/HoldingCreateManyInvestorInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/HoldingCreateManyInvestorInput.mjs +5 -4
- package/esm/generated/typegraphql-prisma/resolvers/inputs/HoldingCreateWithoutFundInput.d.ts +5 -4
- package/esm/generated/typegraphql-prisma/resolvers/inputs/HoldingCreateWithoutFundInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/HoldingCreateWithoutFundInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/HoldingCreateWithoutFundInput.mjs +5 -4
- package/esm/generated/typegraphql-prisma/resolvers/inputs/HoldingCreateWithoutInvestorInput.d.ts +5 -4
- package/esm/generated/typegraphql-prisma/resolvers/inputs/HoldingCreateWithoutInvestorInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/HoldingCreateWithoutInvestorInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/HoldingCreateWithoutInvestorInput.mjs +5 -4
- package/esm/generated/typegraphql-prisma/resolvers/inputs/HoldingCreateWithoutTransactionsInput.d.ts +5 -4
- package/esm/generated/typegraphql-prisma/resolvers/inputs/HoldingCreateWithoutTransactionsInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/HoldingCreateWithoutTransactionsInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/HoldingCreateWithoutTransactionsInput.mjs +5 -4
- package/esm/generated/typegraphql-prisma/resolvers/inputs/HoldingScalarWhereInput.d.ts +5 -5
- package/esm/generated/typegraphql-prisma/resolvers/inputs/HoldingScalarWhereInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/HoldingScalarWhereInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/HoldingScalarWhereInput.mjs +5 -5
- package/esm/generated/typegraphql-prisma/resolvers/inputs/HoldingScalarWhereWithAggregatesInput.d.ts +5 -5
- package/esm/generated/typegraphql-prisma/resolvers/inputs/HoldingScalarWhereWithAggregatesInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/HoldingScalarWhereWithAggregatesInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/HoldingScalarWhereWithAggregatesInput.mjs +5 -5
- package/esm/generated/typegraphql-prisma/resolvers/inputs/HoldingUpdateInput.d.ts +5 -5
- package/esm/generated/typegraphql-prisma/resolvers/inputs/HoldingUpdateInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/HoldingUpdateInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/HoldingUpdateInput.mjs +5 -5
- package/esm/generated/typegraphql-prisma/resolvers/inputs/HoldingUpdateManyMutationInput.d.ts +5 -5
- package/esm/generated/typegraphql-prisma/resolvers/inputs/HoldingUpdateManyMutationInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/HoldingUpdateManyMutationInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/HoldingUpdateManyMutationInput.mjs +5 -5
- package/esm/generated/typegraphql-prisma/resolvers/inputs/HoldingUpdateWithoutFundInput.d.ts +5 -5
- package/esm/generated/typegraphql-prisma/resolvers/inputs/HoldingUpdateWithoutFundInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/HoldingUpdateWithoutFundInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/HoldingUpdateWithoutFundInput.mjs +5 -5
- package/esm/generated/typegraphql-prisma/resolvers/inputs/HoldingUpdateWithoutInvestorInput.d.ts +5 -5
- package/esm/generated/typegraphql-prisma/resolvers/inputs/HoldingUpdateWithoutInvestorInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/HoldingUpdateWithoutInvestorInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/HoldingUpdateWithoutInvestorInput.mjs +5 -5
- package/esm/generated/typegraphql-prisma/resolvers/inputs/HoldingUpdateWithoutTransactionsInput.d.ts +5 -5
- package/esm/generated/typegraphql-prisma/resolvers/inputs/HoldingUpdateWithoutTransactionsInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/HoldingUpdateWithoutTransactionsInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/HoldingUpdateWithoutTransactionsInput.mjs +5 -5
- package/esm/generated/typegraphql-prisma/resolvers/inputs/HoldingWhereInput.d.ts +5 -5
- package/esm/generated/typegraphql-prisma/resolvers/inputs/HoldingWhereInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/HoldingWhereInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/HoldingWhereInput.mjs +5 -5
- package/esm/generated/typegraphql-prisma/resolvers/inputs/HoldingWhereUniqueInput.d.ts +5 -5
- package/esm/generated/typegraphql-prisma/resolvers/inputs/HoldingWhereUniqueInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/HoldingWhereUniqueInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/HoldingWhereUniqueInput.mjs +5 -5
- package/esm/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionCreateInput.d.ts +8 -7
- package/esm/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionCreateInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionCreateInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionCreateInput.mjs +8 -7
- package/esm/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionCreateManyFundInput.d.ts +8 -7
- package/esm/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionCreateManyFundInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionCreateManyFundInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionCreateManyFundInput.mjs +8 -7
- package/esm/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionCreateManyHoldingInput.d.ts +8 -7
- package/esm/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionCreateManyHoldingInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionCreateManyHoldingInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionCreateManyHoldingInput.mjs +8 -7
- package/esm/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionCreateManyInput.d.ts +8 -7
- package/esm/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionCreateManyInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionCreateManyInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionCreateManyInput.mjs +8 -7
- package/esm/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionCreateManyInvestorInput.d.ts +8 -7
- package/esm/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionCreateManyInvestorInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionCreateManyInvestorInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionCreateManyInvestorInput.mjs +8 -7
- package/esm/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionCreateWithoutFundInput.d.ts +8 -7
- package/esm/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionCreateWithoutFundInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionCreateWithoutFundInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionCreateWithoutFundInput.mjs +8 -7
- package/esm/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionCreateWithoutHoldingInput.d.ts +8 -7
- package/esm/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionCreateWithoutHoldingInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionCreateWithoutHoldingInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionCreateWithoutHoldingInput.mjs +8 -7
- package/esm/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionCreateWithoutInvestorInput.d.ts +8 -7
- package/esm/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionCreateWithoutInvestorInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionCreateWithoutInvestorInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionCreateWithoutInvestorInput.mjs +8 -7
- package/esm/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionScalarWhereInput.d.ts +8 -8
- package/esm/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionScalarWhereInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionScalarWhereInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionScalarWhereInput.mjs +8 -8
- package/esm/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionScalarWhereWithAggregatesInput.d.ts +8 -8
- package/esm/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionScalarWhereWithAggregatesInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionScalarWhereWithAggregatesInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionScalarWhereWithAggregatesInput.mjs +8 -8
- package/esm/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionUpdateInput.d.ts +8 -8
- package/esm/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionUpdateInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionUpdateInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionUpdateInput.mjs +8 -8
- package/esm/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionUpdateManyMutationInput.d.ts +8 -8
- package/esm/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionUpdateManyMutationInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionUpdateManyMutationInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionUpdateManyMutationInput.mjs +8 -8
- package/esm/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionUpdateWithoutFundInput.d.ts +8 -8
- package/esm/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionUpdateWithoutFundInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionUpdateWithoutFundInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionUpdateWithoutFundInput.mjs +8 -8
- package/esm/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionUpdateWithoutHoldingInput.d.ts +8 -8
- package/esm/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionUpdateWithoutHoldingInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionUpdateWithoutHoldingInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionUpdateWithoutHoldingInput.mjs +8 -8
- package/esm/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionUpdateWithoutInvestorInput.d.ts +8 -8
- package/esm/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionUpdateWithoutInvestorInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionUpdateWithoutInvestorInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionUpdateWithoutInvestorInput.mjs +8 -8
- package/esm/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionWhereInput.d.ts +8 -8
- package/esm/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionWhereInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionWhereInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionWhereInput.mjs +8 -8
- package/esm/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionWhereUniqueInput.d.ts +8 -8
- package/esm/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionWhereUniqueInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionWhereUniqueInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionWhereUniqueInput.mjs +8 -8
- package/esm/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOpenaiModelNullableFilter.d.ts +3 -3
- package/esm/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOpenaiModelNullableFilter.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOpenaiModelNullableFilter.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOpenaiModelNullableWithAggregatesFilter.d.ts +3 -3
- package/esm/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOpenaiModelNullableWithAggregatesFilter.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOpenaiModelNullableWithAggregatesFilter.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/NullableEnumOpenaiModelFieldUpdateOperationsInput.d.ts +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/NullableEnumOpenaiModelFieldUpdateOperationsInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/NullableEnumOpenaiModelFieldUpdateOperationsInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/UserCreateInput.d.ts +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/UserCreateInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/UserCreateInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/UserCreateManyCustomerInput.d.ts +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/UserCreateManyCustomerInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/UserCreateManyCustomerInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/UserCreateManyInput.d.ts +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/UserCreateManyInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/UserCreateManyInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutAccountLinkingRequestsInput.d.ts +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutAccountLinkingRequestsInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutAccountLinkingRequestsInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutAccountsInput.d.ts +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutAccountsInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutAccountsInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutAlpacaAccountsInput.d.ts +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutAlpacaAccountsInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutAlpacaAccountsInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutAuthenticatorsInput.d.ts +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutAuthenticatorsInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutAuthenticatorsInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutCustomerInput.d.ts +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutCustomerInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutCustomerInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutFundAssignmentsInput.d.ts +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutFundAssignmentsInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutFundAssignmentsInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutInvestorProfilesInput.d.ts +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutInvestorProfilesInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutInvestorProfilesInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutLinkedProvidersInput.d.ts +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutLinkedProvidersInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutLinkedProvidersInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutLlmConfigurationInput.d.ts +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutLlmConfigurationInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutLlmConfigurationInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutManagedFundsInput.d.ts +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutManagedFundsInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutManagedFundsInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutNotificationDeliveriesInput.d.ts +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutNotificationDeliveriesInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutNotificationDeliveriesInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutNotificationPreferencesInput.d.ts +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutNotificationPreferencesInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutNotificationPreferencesInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutOperatedFundsInput.d.ts +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutOperatedFundsInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutOperatedFundsInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutOrgMembershipsInput.d.ts +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutOrgMembershipsInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutOrgMembershipsInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutReviewedWaitlistEntriesInput.d.ts +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutReviewedWaitlistEntriesInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutReviewedWaitlistEntriesInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutSessionsInput.d.ts +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutSessionsInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutSessionsInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnHolding.d.ts +5 -4
- package/esm/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnHolding.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnHolding.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnHolding.mjs +10 -8
- package/esm/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnInvestorTransaction.d.ts +8 -7
- package/esm/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnInvestorTransaction.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnInvestorTransaction.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnInvestorTransaction.mjs +8 -7
- package/esm/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnUser.d.ts +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnUser.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnUser.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/HoldingAvgAggregate.d.ts +5 -4
- package/esm/generated/typegraphql-prisma/resolvers/outputs/HoldingAvgAggregate.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/HoldingAvgAggregate.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/HoldingAvgAggregate.mjs +5 -4
- package/esm/generated/typegraphql-prisma/resolvers/outputs/HoldingGroupBy.d.ts +5 -4
- package/esm/generated/typegraphql-prisma/resolvers/outputs/HoldingGroupBy.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/HoldingGroupBy.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/HoldingGroupBy.mjs +10 -8
- package/esm/generated/typegraphql-prisma/resolvers/outputs/HoldingMaxAggregate.d.ts +5 -4
- package/esm/generated/typegraphql-prisma/resolvers/outputs/HoldingMaxAggregate.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/HoldingMaxAggregate.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/HoldingMaxAggregate.mjs +5 -4
- package/esm/generated/typegraphql-prisma/resolvers/outputs/HoldingMinAggregate.d.ts +5 -4
- package/esm/generated/typegraphql-prisma/resolvers/outputs/HoldingMinAggregate.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/HoldingMinAggregate.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/HoldingMinAggregate.mjs +5 -4
- package/esm/generated/typegraphql-prisma/resolvers/outputs/HoldingSumAggregate.d.ts +5 -4
- package/esm/generated/typegraphql-prisma/resolvers/outputs/HoldingSumAggregate.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/HoldingSumAggregate.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/HoldingSumAggregate.mjs +5 -4
- package/esm/generated/typegraphql-prisma/resolvers/outputs/InvestorTransactionAvgAggregate.d.ts +8 -7
- package/esm/generated/typegraphql-prisma/resolvers/outputs/InvestorTransactionAvgAggregate.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/InvestorTransactionAvgAggregate.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/InvestorTransactionAvgAggregate.mjs +8 -7
- package/esm/generated/typegraphql-prisma/resolvers/outputs/InvestorTransactionGroupBy.d.ts +8 -7
- package/esm/generated/typegraphql-prisma/resolvers/outputs/InvestorTransactionGroupBy.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/InvestorTransactionGroupBy.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/InvestorTransactionGroupBy.mjs +8 -7
- package/esm/generated/typegraphql-prisma/resolvers/outputs/InvestorTransactionMaxAggregate.d.ts +8 -7
- package/esm/generated/typegraphql-prisma/resolvers/outputs/InvestorTransactionMaxAggregate.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/InvestorTransactionMaxAggregate.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/InvestorTransactionMaxAggregate.mjs +8 -7
- package/esm/generated/typegraphql-prisma/resolvers/outputs/InvestorTransactionMinAggregate.d.ts +8 -7
- package/esm/generated/typegraphql-prisma/resolvers/outputs/InvestorTransactionMinAggregate.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/InvestorTransactionMinAggregate.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/InvestorTransactionMinAggregate.mjs +8 -7
- package/esm/generated/typegraphql-prisma/resolvers/outputs/InvestorTransactionSumAggregate.d.ts +8 -7
- package/esm/generated/typegraphql-prisma/resolvers/outputs/InvestorTransactionSumAggregate.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/InvestorTransactionSumAggregate.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/InvestorTransactionSumAggregate.mjs +8 -7
- package/esm/generated/typegraphql-prisma/resolvers/outputs/UserGroupBy.d.ts +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/UserGroupBy.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/UserGroupBy.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/UserMaxAggregate.d.ts +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/UserMaxAggregate.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/UserMaxAggregate.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/UserMinAggregate.d.ts +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/UserMinAggregate.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/UserMinAggregate.js.map +1 -1
- package/generated/typeStrings/LlmConfiguration.cjs +6 -0
- package/generated/typeStrings/LlmConfiguration.d.ts +1 -1
- package/generated/typeStrings/LlmConfiguration.d.ts.map +1 -1
- package/generated/typeStrings/LlmConfiguration.js.map +1 -1
- package/generated/typeStrings/User.cjs +6 -0
- package/generated/typeStrings/User.d.ts +1 -1
- package/generated/typeStrings/User.d.ts.map +1 -1
- package/generated/typeStrings/User.js.map +1 -1
- package/generated/typeStrings/index.d.ts +2 -2
- package/generated/typegraphql-prisma/enums/OpenaiModel.cjs +3 -0
- package/generated/typegraphql-prisma/enums/OpenaiModel.d.ts +3 -0
- package/generated/typegraphql-prisma/enums/OpenaiModel.d.ts.map +1 -1
- package/generated/typegraphql-prisma/enums/OpenaiModel.js.map +1 -1
- package/generated/typegraphql-prisma/models/Holding.cjs +10 -8
- package/generated/typegraphql-prisma/models/Holding.d.ts +5 -4
- package/generated/typegraphql-prisma/models/Holding.d.ts.map +1 -1
- package/generated/typegraphql-prisma/models/Holding.js.map +1 -1
- package/generated/typegraphql-prisma/models/InvestorTransaction.cjs +8 -7
- package/generated/typegraphql-prisma/models/InvestorTransaction.d.ts +8 -7
- package/generated/typegraphql-prisma/models/InvestorTransaction.d.ts.map +1 -1
- package/generated/typegraphql-prisma/models/InvestorTransaction.js.map +1 -1
- package/generated/typegraphql-prisma/models/User.d.ts +1 -1
- package/generated/typegraphql-prisma/models/User.d.ts.map +1 -1
- package/generated/typegraphql-prisma/models/User.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/EnumOpenaiModelNullableFilter.d.ts +3 -3
- package/generated/typegraphql-prisma/resolvers/inputs/EnumOpenaiModelNullableFilter.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/EnumOpenaiModelNullableFilter.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/EnumOpenaiModelNullableWithAggregatesFilter.d.ts +3 -3
- package/generated/typegraphql-prisma/resolvers/inputs/EnumOpenaiModelNullableWithAggregatesFilter.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/EnumOpenaiModelNullableWithAggregatesFilter.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/HoldingCreateInput.cjs +5 -4
- package/generated/typegraphql-prisma/resolvers/inputs/HoldingCreateInput.d.ts +5 -4
- package/generated/typegraphql-prisma/resolvers/inputs/HoldingCreateInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/HoldingCreateInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/HoldingCreateManyFundInput.cjs +5 -4
- package/generated/typegraphql-prisma/resolvers/inputs/HoldingCreateManyFundInput.d.ts +5 -4
- package/generated/typegraphql-prisma/resolvers/inputs/HoldingCreateManyFundInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/HoldingCreateManyFundInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/HoldingCreateManyInput.cjs +5 -4
- package/generated/typegraphql-prisma/resolvers/inputs/HoldingCreateManyInput.d.ts +5 -4
- package/generated/typegraphql-prisma/resolvers/inputs/HoldingCreateManyInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/HoldingCreateManyInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/HoldingCreateManyInvestorInput.cjs +5 -4
- package/generated/typegraphql-prisma/resolvers/inputs/HoldingCreateManyInvestorInput.d.ts +5 -4
- package/generated/typegraphql-prisma/resolvers/inputs/HoldingCreateManyInvestorInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/HoldingCreateManyInvestorInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/HoldingCreateWithoutFundInput.cjs +5 -4
- package/generated/typegraphql-prisma/resolvers/inputs/HoldingCreateWithoutFundInput.d.ts +5 -4
- package/generated/typegraphql-prisma/resolvers/inputs/HoldingCreateWithoutFundInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/HoldingCreateWithoutFundInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/HoldingCreateWithoutInvestorInput.cjs +5 -4
- package/generated/typegraphql-prisma/resolvers/inputs/HoldingCreateWithoutInvestorInput.d.ts +5 -4
- package/generated/typegraphql-prisma/resolvers/inputs/HoldingCreateWithoutInvestorInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/HoldingCreateWithoutInvestorInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/HoldingCreateWithoutTransactionsInput.cjs +5 -4
- package/generated/typegraphql-prisma/resolvers/inputs/HoldingCreateWithoutTransactionsInput.d.ts +5 -4
- package/generated/typegraphql-prisma/resolvers/inputs/HoldingCreateWithoutTransactionsInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/HoldingCreateWithoutTransactionsInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/HoldingScalarWhereInput.cjs +5 -5
- package/generated/typegraphql-prisma/resolvers/inputs/HoldingScalarWhereInput.d.ts +5 -5
- package/generated/typegraphql-prisma/resolvers/inputs/HoldingScalarWhereInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/HoldingScalarWhereInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/HoldingScalarWhereWithAggregatesInput.cjs +5 -5
- package/generated/typegraphql-prisma/resolvers/inputs/HoldingScalarWhereWithAggregatesInput.d.ts +5 -5
- package/generated/typegraphql-prisma/resolvers/inputs/HoldingScalarWhereWithAggregatesInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/HoldingScalarWhereWithAggregatesInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/HoldingUpdateInput.cjs +5 -5
- package/generated/typegraphql-prisma/resolvers/inputs/HoldingUpdateInput.d.ts +5 -5
- package/generated/typegraphql-prisma/resolvers/inputs/HoldingUpdateInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/HoldingUpdateInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/HoldingUpdateManyMutationInput.cjs +5 -5
- package/generated/typegraphql-prisma/resolvers/inputs/HoldingUpdateManyMutationInput.d.ts +5 -5
- package/generated/typegraphql-prisma/resolvers/inputs/HoldingUpdateManyMutationInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/HoldingUpdateManyMutationInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/HoldingUpdateWithoutFundInput.cjs +5 -5
- package/generated/typegraphql-prisma/resolvers/inputs/HoldingUpdateWithoutFundInput.d.ts +5 -5
- package/generated/typegraphql-prisma/resolvers/inputs/HoldingUpdateWithoutFundInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/HoldingUpdateWithoutFundInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/HoldingUpdateWithoutInvestorInput.cjs +5 -5
- package/generated/typegraphql-prisma/resolvers/inputs/HoldingUpdateWithoutInvestorInput.d.ts +5 -5
- package/generated/typegraphql-prisma/resolvers/inputs/HoldingUpdateWithoutInvestorInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/HoldingUpdateWithoutInvestorInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/HoldingUpdateWithoutTransactionsInput.cjs +5 -5
- package/generated/typegraphql-prisma/resolvers/inputs/HoldingUpdateWithoutTransactionsInput.d.ts +5 -5
- package/generated/typegraphql-prisma/resolvers/inputs/HoldingUpdateWithoutTransactionsInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/HoldingUpdateWithoutTransactionsInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/HoldingWhereInput.cjs +5 -5
- package/generated/typegraphql-prisma/resolvers/inputs/HoldingWhereInput.d.ts +5 -5
- package/generated/typegraphql-prisma/resolvers/inputs/HoldingWhereInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/HoldingWhereInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/HoldingWhereUniqueInput.cjs +5 -5
- package/generated/typegraphql-prisma/resolvers/inputs/HoldingWhereUniqueInput.d.ts +5 -5
- package/generated/typegraphql-prisma/resolvers/inputs/HoldingWhereUniqueInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/HoldingWhereUniqueInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionCreateInput.cjs +8 -7
- package/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionCreateInput.d.ts +8 -7
- package/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionCreateInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionCreateInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionCreateManyFundInput.cjs +8 -7
- package/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionCreateManyFundInput.d.ts +8 -7
- package/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionCreateManyFundInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionCreateManyFundInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionCreateManyHoldingInput.cjs +8 -7
- package/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionCreateManyHoldingInput.d.ts +8 -7
- package/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionCreateManyHoldingInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionCreateManyHoldingInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionCreateManyInput.cjs +8 -7
- package/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionCreateManyInput.d.ts +8 -7
- package/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionCreateManyInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionCreateManyInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionCreateManyInvestorInput.cjs +8 -7
- package/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionCreateManyInvestorInput.d.ts +8 -7
- package/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionCreateManyInvestorInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionCreateManyInvestorInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionCreateWithoutFundInput.cjs +8 -7
- package/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionCreateWithoutFundInput.d.ts +8 -7
- package/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionCreateWithoutFundInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionCreateWithoutFundInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionCreateWithoutHoldingInput.cjs +8 -7
- package/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionCreateWithoutHoldingInput.d.ts +8 -7
- package/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionCreateWithoutHoldingInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionCreateWithoutHoldingInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionCreateWithoutInvestorInput.cjs +8 -7
- package/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionCreateWithoutInvestorInput.d.ts +8 -7
- package/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionCreateWithoutInvestorInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionCreateWithoutInvestorInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionScalarWhereInput.cjs +8 -8
- package/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionScalarWhereInput.d.ts +8 -8
- package/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionScalarWhereInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionScalarWhereInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionScalarWhereWithAggregatesInput.cjs +8 -8
- package/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionScalarWhereWithAggregatesInput.d.ts +8 -8
- package/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionScalarWhereWithAggregatesInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionScalarWhereWithAggregatesInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionUpdateInput.cjs +8 -8
- package/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionUpdateInput.d.ts +8 -8
- package/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionUpdateInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionUpdateInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionUpdateManyMutationInput.cjs +8 -8
- package/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionUpdateManyMutationInput.d.ts +8 -8
- package/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionUpdateManyMutationInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionUpdateManyMutationInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionUpdateWithoutFundInput.cjs +8 -8
- package/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionUpdateWithoutFundInput.d.ts +8 -8
- package/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionUpdateWithoutFundInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionUpdateWithoutFundInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionUpdateWithoutHoldingInput.cjs +8 -8
- package/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionUpdateWithoutHoldingInput.d.ts +8 -8
- package/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionUpdateWithoutHoldingInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionUpdateWithoutHoldingInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionUpdateWithoutInvestorInput.cjs +8 -8
- package/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionUpdateWithoutInvestorInput.d.ts +8 -8
- package/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionUpdateWithoutInvestorInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionUpdateWithoutInvestorInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionWhereInput.cjs +8 -8
- package/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionWhereInput.d.ts +8 -8
- package/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionWhereInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionWhereInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionWhereUniqueInput.cjs +8 -8
- package/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionWhereUniqueInput.d.ts +8 -8
- package/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionWhereUniqueInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/InvestorTransactionWhereUniqueInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOpenaiModelNullableFilter.d.ts +3 -3
- package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOpenaiModelNullableFilter.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOpenaiModelNullableFilter.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOpenaiModelNullableWithAggregatesFilter.d.ts +3 -3
- package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOpenaiModelNullableWithAggregatesFilter.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumOpenaiModelNullableWithAggregatesFilter.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/NullableEnumOpenaiModelFieldUpdateOperationsInput.d.ts +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/NullableEnumOpenaiModelFieldUpdateOperationsInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/NullableEnumOpenaiModelFieldUpdateOperationsInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/UserCreateInput.d.ts +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/UserCreateInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/UserCreateInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/UserCreateManyCustomerInput.d.ts +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/UserCreateManyCustomerInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/UserCreateManyCustomerInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/UserCreateManyInput.d.ts +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/UserCreateManyInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/UserCreateManyInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutAccountLinkingRequestsInput.d.ts +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutAccountLinkingRequestsInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutAccountLinkingRequestsInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutAccountsInput.d.ts +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutAccountsInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutAccountsInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutAlpacaAccountsInput.d.ts +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutAlpacaAccountsInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutAlpacaAccountsInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutAuthenticatorsInput.d.ts +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutAuthenticatorsInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutAuthenticatorsInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutCustomerInput.d.ts +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutCustomerInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutCustomerInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutFundAssignmentsInput.d.ts +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutFundAssignmentsInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutFundAssignmentsInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutInvestorProfilesInput.d.ts +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutInvestorProfilesInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutInvestorProfilesInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutLinkedProvidersInput.d.ts +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutLinkedProvidersInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutLinkedProvidersInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutLlmConfigurationInput.d.ts +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutLlmConfigurationInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutLlmConfigurationInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutManagedFundsInput.d.ts +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutManagedFundsInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutManagedFundsInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutNotificationDeliveriesInput.d.ts +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutNotificationDeliveriesInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutNotificationDeliveriesInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutNotificationPreferencesInput.d.ts +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutNotificationPreferencesInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutNotificationPreferencesInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutOperatedFundsInput.d.ts +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutOperatedFundsInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutOperatedFundsInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutOrgMembershipsInput.d.ts +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutOrgMembershipsInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutOrgMembershipsInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutReviewedWaitlistEntriesInput.d.ts +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutReviewedWaitlistEntriesInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutReviewedWaitlistEntriesInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutSessionsInput.d.ts +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutSessionsInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/UserCreateWithoutSessionsInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnHolding.cjs +10 -8
- package/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnHolding.d.ts +5 -4
- package/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnHolding.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnHolding.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnInvestorTransaction.cjs +8 -7
- package/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnInvestorTransaction.d.ts +8 -7
- package/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnInvestorTransaction.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnInvestorTransaction.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnUser.d.ts +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnUser.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnUser.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/HoldingAvgAggregate.cjs +5 -4
- package/generated/typegraphql-prisma/resolvers/outputs/HoldingAvgAggregate.d.ts +5 -4
- package/generated/typegraphql-prisma/resolvers/outputs/HoldingAvgAggregate.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/HoldingAvgAggregate.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/HoldingGroupBy.cjs +10 -8
- package/generated/typegraphql-prisma/resolvers/outputs/HoldingGroupBy.d.ts +5 -4
- package/generated/typegraphql-prisma/resolvers/outputs/HoldingGroupBy.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/HoldingGroupBy.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/HoldingMaxAggregate.cjs +5 -4
- package/generated/typegraphql-prisma/resolvers/outputs/HoldingMaxAggregate.d.ts +5 -4
- package/generated/typegraphql-prisma/resolvers/outputs/HoldingMaxAggregate.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/HoldingMaxAggregate.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/HoldingMinAggregate.cjs +5 -4
- package/generated/typegraphql-prisma/resolvers/outputs/HoldingMinAggregate.d.ts +5 -4
- package/generated/typegraphql-prisma/resolvers/outputs/HoldingMinAggregate.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/HoldingMinAggregate.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/HoldingSumAggregate.cjs +5 -4
- package/generated/typegraphql-prisma/resolvers/outputs/HoldingSumAggregate.d.ts +5 -4
- package/generated/typegraphql-prisma/resolvers/outputs/HoldingSumAggregate.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/HoldingSumAggregate.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/InvestorTransactionAvgAggregate.cjs +8 -7
- package/generated/typegraphql-prisma/resolvers/outputs/InvestorTransactionAvgAggregate.d.ts +8 -7
- package/generated/typegraphql-prisma/resolvers/outputs/InvestorTransactionAvgAggregate.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/InvestorTransactionAvgAggregate.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/InvestorTransactionGroupBy.cjs +8 -7
- package/generated/typegraphql-prisma/resolvers/outputs/InvestorTransactionGroupBy.d.ts +8 -7
- package/generated/typegraphql-prisma/resolvers/outputs/InvestorTransactionGroupBy.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/InvestorTransactionGroupBy.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/InvestorTransactionMaxAggregate.cjs +8 -7
- package/generated/typegraphql-prisma/resolvers/outputs/InvestorTransactionMaxAggregate.d.ts +8 -7
- package/generated/typegraphql-prisma/resolvers/outputs/InvestorTransactionMaxAggregate.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/InvestorTransactionMaxAggregate.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/InvestorTransactionMinAggregate.cjs +8 -7
- package/generated/typegraphql-prisma/resolvers/outputs/InvestorTransactionMinAggregate.d.ts +8 -7
- package/generated/typegraphql-prisma/resolvers/outputs/InvestorTransactionMinAggregate.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/InvestorTransactionMinAggregate.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/InvestorTransactionSumAggregate.cjs +8 -7
- package/generated/typegraphql-prisma/resolvers/outputs/InvestorTransactionSumAggregate.d.ts +8 -7
- package/generated/typegraphql-prisma/resolvers/outputs/InvestorTransactionSumAggregate.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/InvestorTransactionSumAggregate.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/UserGroupBy.d.ts +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/UserGroupBy.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/UserGroupBy.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/UserMaxAggregate.d.ts +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/UserMaxAggregate.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/UserMaxAggregate.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/UserMinAggregate.d.ts +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/UserMinAggregate.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/UserMinAggregate.js.map +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateManyAndReturnInvestorTransaction.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnInvestorTransaction.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;
|
|
1
|
+
{"version":3,"file":"CreateManyAndReturnInvestorTransaction.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnInvestorTransaction.ts"],"names":[],"mappings":"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"}
|
|
@@ -11,6 +11,7 @@ var __param = (this && this.__param) || function (paramIndex, decorator) {
|
|
|
11
11
|
return function (target, key) { decorator(target, key, paramIndex); }
|
|
12
12
|
};
|
|
13
13
|
import * as TypeGraphQL from "type-graphql";
|
|
14
|
+
import { DecimalJSScalar } from "../../scalars.mjs";
|
|
14
15
|
import { CreateManyAndReturnInvestorTransactionHoldingArgs } from "./args/CreateManyAndReturnInvestorTransactionHoldingArgs.mjs";
|
|
15
16
|
import { Fund } from "../../models/Fund.mjs";
|
|
16
17
|
import { Holding } from "../../models/Holding.mjs";
|
|
@@ -85,43 +86,43 @@ __decorate([
|
|
|
85
86
|
__metadata("design:type", String)
|
|
86
87
|
], CreateManyAndReturnInvestorTransaction.prototype, "status", void 0);
|
|
87
88
|
__decorate([
|
|
88
|
-
TypeGraphQL.Field(_type =>
|
|
89
|
+
TypeGraphQL.Field(_type => DecimalJSScalar, {
|
|
89
90
|
nullable: true
|
|
90
91
|
}),
|
|
91
92
|
__metadata("design:type", Object)
|
|
92
93
|
], CreateManyAndReturnInvestorTransaction.prototype, "amount", void 0);
|
|
93
94
|
__decorate([
|
|
94
|
-
TypeGraphQL.Field(_type =>
|
|
95
|
+
TypeGraphQL.Field(_type => DecimalJSScalar, {
|
|
95
96
|
nullable: true
|
|
96
97
|
}),
|
|
97
98
|
__metadata("design:type", Object)
|
|
98
99
|
], CreateManyAndReturnInvestorTransaction.prototype, "units", void 0);
|
|
99
100
|
__decorate([
|
|
100
|
-
TypeGraphQL.Field(_type =>
|
|
101
|
+
TypeGraphQL.Field(_type => DecimalJSScalar, {
|
|
101
102
|
nullable: true
|
|
102
103
|
}),
|
|
103
104
|
__metadata("design:type", Object)
|
|
104
105
|
], CreateManyAndReturnInvestorTransaction.prototype, "requestNav", void 0);
|
|
105
106
|
__decorate([
|
|
106
|
-
TypeGraphQL.Field(_type =>
|
|
107
|
+
TypeGraphQL.Field(_type => DecimalJSScalar, {
|
|
107
108
|
nullable: true
|
|
108
109
|
}),
|
|
109
110
|
__metadata("design:type", Object)
|
|
110
111
|
], CreateManyAndReturnInvestorTransaction.prototype, "executionNav", void 0);
|
|
111
112
|
__decorate([
|
|
112
|
-
TypeGraphQL.Field(_type =>
|
|
113
|
+
TypeGraphQL.Field(_type => DecimalJSScalar, {
|
|
113
114
|
nullable: true
|
|
114
115
|
}),
|
|
115
116
|
__metadata("design:type", Object)
|
|
116
117
|
], CreateManyAndReturnInvestorTransaction.prototype, "executedUnits", void 0);
|
|
117
118
|
__decorate([
|
|
118
|
-
TypeGraphQL.Field(_type =>
|
|
119
|
+
TypeGraphQL.Field(_type => DecimalJSScalar, {
|
|
119
120
|
nullable: true
|
|
120
121
|
}),
|
|
121
122
|
__metadata("design:type", Object)
|
|
122
123
|
], CreateManyAndReturnInvestorTransaction.prototype, "fees", void 0);
|
|
123
124
|
__decorate([
|
|
124
|
-
TypeGraphQL.Field(_type =>
|
|
125
|
+
TypeGraphQL.Field(_type => DecimalJSScalar, {
|
|
125
126
|
nullable: true
|
|
126
127
|
}),
|
|
127
128
|
__metadata("design:type", Object)
|
|
@@ -19,7 +19,7 @@ export declare class CreateManyAndReturnUser {
|
|
|
19
19
|
customerId: number | null;
|
|
20
20
|
plan: "FREE" | "PRO" | "INSTITUTION" | null;
|
|
21
21
|
openaiAPIKey: string | null;
|
|
22
|
-
openaiModel: "GPT_5_5" | "GPT_5_5_PRO" | "GPT_5_4" | "GPT_5_4_MINI" | "GPT_5_4_NANO" | "GPT_5" | "GPT_5_MINI" | "GPT_5_NANO" | "GPT_4_1" | "GPT_4_1_MINI" | "GPT_4_1_NANO" | "O1" | "O1_MINI" | "O3" | "O3_MINI" | "O4_MINI" | null;
|
|
22
|
+
openaiModel: "GPT_5_6_SOL" | "GPT_5_6_TERRA" | "GPT_5_6_LUNA" | "GPT_5_5" | "GPT_5_5_PRO" | "GPT_5_4" | "GPT_5_4_MINI" | "GPT_5_4_NANO" | "GPT_5" | "GPT_5_MINI" | "GPT_5_NANO" | "GPT_4_1" | "GPT_4_1_MINI" | "GPT_4_1_NANO" | "O1" | "O1_MINI" | "O3" | "O3_MINI" | "O4_MINI" | null;
|
|
23
23
|
customer: Customer | null;
|
|
24
24
|
getCustomer(root: CreateManyAndReturnUser, args: CreateManyAndReturnUserCustomerArgs): Customer | null;
|
|
25
25
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateManyAndReturnUser.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnUser.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,mCAAmC,EAAE,MAAM,4CAA4C,CAAC;AACjG,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAMjD,qBACa,uBAAuB;IAIlC,EAAE,EAAG,MAAM,CAAC;IAKZ,IAAI,EAAG,MAAM,GAAG,IAAI,CAAC;IAKrB,KAAK,EAAG,MAAM,GAAG,IAAI,CAAC;IAKtB,aAAa,EAAG,IAAI,GAAG,IAAI,CAAC;IAK5B,KAAK,EAAG,MAAM,GAAG,IAAI,CAAC;IAKtB,SAAS,EAAG,MAAM,GAAG,IAAI,CAAC;IAK1B,kBAAkB,EAAG,OAAO,CAAC;IAK7B,cAAc,EAAG,MAAM,GAAG,IAAI,CAAC;IAK/B,SAAS,EAAG,IAAI,CAAC;IAKjB,SAAS,EAAG,IAAI,CAAC;IAKjB,SAAS,EAAG,IAAI,GAAG,IAAI,CAAC;IAKxB,IAAI,EAAG,OAAO,GAAG,OAAO,GAAG,YAAY,GAAG,MAAM,CAAC;IAKjD,GAAG,EAAG,MAAM,GAAG,IAAI,CAAC;IAKpB,QAAQ,EAAG,MAAM,GAAG,IAAI,CAAC;IAKzB,cAAc,EAAG,OAAO,GAAG,MAAM,CAAC;IAKlC,UAAU,EAAG,MAAM,GAAG,IAAI,CAAC;IAK3B,IAAI,EAAG,MAAM,GAAG,KAAK,GAAG,aAAa,GAAG,IAAI,CAAC;IAK7C,YAAY,EAAG,MAAM,GAAG,IAAI,CAAC;IAK7B,WAAW,EAAG,SAAS,GAAG,aAAa,GAAG,SAAS,GAAG,cAAc,GAAG,cAAc,GAAG,OAAO,GAAG,YAAY,GAAG,YAAY,GAAG,SAAS,GAAG,cAAc,GAAG,cAAc,GAAG,IAAI,GAAG,SAAS,GAAG,IAAI,GAAG,SAAS,GAAG,SAAS,GAAG,IAAI,CAAC;
|
|
1
|
+
{"version":3,"file":"CreateManyAndReturnUser.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnUser.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,mCAAmC,EAAE,MAAM,4CAA4C,CAAC;AACjG,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAMjD,qBACa,uBAAuB;IAIlC,EAAE,EAAG,MAAM,CAAC;IAKZ,IAAI,EAAG,MAAM,GAAG,IAAI,CAAC;IAKrB,KAAK,EAAG,MAAM,GAAG,IAAI,CAAC;IAKtB,aAAa,EAAG,IAAI,GAAG,IAAI,CAAC;IAK5B,KAAK,EAAG,MAAM,GAAG,IAAI,CAAC;IAKtB,SAAS,EAAG,MAAM,GAAG,IAAI,CAAC;IAK1B,kBAAkB,EAAG,OAAO,CAAC;IAK7B,cAAc,EAAG,MAAM,GAAG,IAAI,CAAC;IAK/B,SAAS,EAAG,IAAI,CAAC;IAKjB,SAAS,EAAG,IAAI,CAAC;IAKjB,SAAS,EAAG,IAAI,GAAG,IAAI,CAAC;IAKxB,IAAI,EAAG,OAAO,GAAG,OAAO,GAAG,YAAY,GAAG,MAAM,CAAC;IAKjD,GAAG,EAAG,MAAM,GAAG,IAAI,CAAC;IAKpB,QAAQ,EAAG,MAAM,GAAG,IAAI,CAAC;IAKzB,cAAc,EAAG,OAAO,GAAG,MAAM,CAAC;IAKlC,UAAU,EAAG,MAAM,GAAG,IAAI,CAAC;IAK3B,IAAI,EAAG,MAAM,GAAG,KAAK,GAAG,aAAa,GAAG,IAAI,CAAC;IAK7C,YAAY,EAAG,MAAM,GAAG,IAAI,CAAC;IAK7B,WAAW,EAAG,aAAa,GAAG,eAAe,GAAG,cAAc,GAAG,SAAS,GAAG,aAAa,GAAG,SAAS,GAAG,cAAc,GAAG,cAAc,GAAG,OAAO,GAAG,YAAY,GAAG,YAAY,GAAG,SAAS,GAAG,cAAc,GAAG,cAAc,GAAG,IAAI,GAAG,SAAS,GAAG,IAAI,GAAG,SAAS,GAAG,SAAS,GAAG,IAAI,CAAC;IAExR,QAAQ,EAAG,QAAQ,GAAG,IAAI,CAAC;IAM3B,WAAW,CAAqB,IAAI,EAAE,uBAAuB,EAAsB,IAAI,EAAE,mCAAmC,GAAG,QAAQ,GAAG,IAAI;CAG/I"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateManyAndReturnUser.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnUser.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAI5C,OAAO,EAAE,mCAAmC,EAAE,MAAM,4CAA4C,CAAC;AACjG,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AACjD,OAAO,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;AAClE,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AAChE,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAGzC,IAAM,uBAAuB,GAA7B,MAAM,uBAAuB;IAIlC,EAAE,CAAU;IAKZ,IAAI,CAAiB;IAKrB,KAAK,CAAiB;IAKtB,aAAa,CAAe;IAK5B,KAAK,CAAiB;IAKtB,SAAS,CAAiB;IAK1B,kBAAkB,CAAW;IAK7B,cAAc,CAAiB;IAK/B,SAAS,CAAQ;IAKjB,SAAS,CAAQ;IAKjB,SAAS,CAAe;IAKxB,IAAI,CAA6C;IAKjD,GAAG,CAAiB;IAKpB,QAAQ,CAAiB;IAKzB,cAAc,CAAoB;IAKlC,UAAU,CAAiB;IAK3B,IAAI,CAAyC;IAK7C,YAAY,CAAiB;IAK7B,WAAW,
|
|
1
|
+
{"version":3,"file":"CreateManyAndReturnUser.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnUser.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
+
import { Prisma } from "@prisma/client";
|
|
1
2
|
export declare class HoldingAvgAggregate {
|
|
2
|
-
units:
|
|
3
|
-
costBasis:
|
|
4
|
-
realizedPL:
|
|
5
|
-
distributionsPaid:
|
|
3
|
+
units: Prisma.Decimal | null;
|
|
4
|
+
costBasis: Prisma.Decimal | null;
|
|
5
|
+
realizedPL: Prisma.Decimal | null;
|
|
6
|
+
distributionsPaid: Prisma.Decimal | null;
|
|
6
7
|
}
|
|
7
8
|
//# sourceMappingURL=HoldingAvgAggregate.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HoldingAvgAggregate.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/HoldingAvgAggregate.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"HoldingAvgAggregate.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/HoldingAvgAggregate.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAC;AAGxC,qBACa,mBAAmB;IAI9B,KAAK,EAAG,MAAM,CAAC,OAAO,GAAG,IAAI,CAAC;IAK9B,SAAS,EAAG,MAAM,CAAC,OAAO,GAAG,IAAI,CAAC;IAKlC,UAAU,EAAG,MAAM,CAAC,OAAO,GAAG,IAAI,CAAC;IAKnC,iBAAiB,EAAG,MAAM,CAAC,OAAO,GAAG,IAAI,CAAC;CAC3C"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HoldingAvgAggregate.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/HoldingAvgAggregate.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;
|
|
1
|
+
{"version":3,"file":"HoldingAvgAggregate.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/HoldingAvgAggregate.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAG5C,OAAO,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AAGzC,IAAM,mBAAmB,GAAzB,MAAM,mBAAmB;IAI9B,KAAK,CAAyB;IAK9B,SAAS,CAAyB;IAKlC,UAAU,CAAyB;IAKnC,iBAAiB,CAAyB;CAC3C,CAAA;AAhBC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,eAAe,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;kDAC4B;AAK9B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,eAAe,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;sDACgC;AAKlC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,eAAe,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;uDACiC;AAKnC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,eAAe,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;8DACwC;AAnB/B,mBAAmB;IAD/B,WAAW,CAAC,UAAU,CAAC,qBAAqB,EAAE,EAAE,CAAC;GACrC,mBAAmB,CAoB/B"}
|
|
@@ -8,6 +8,7 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
8
8
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
9
9
|
};
|
|
10
10
|
import * as TypeGraphQL from "type-graphql";
|
|
11
|
+
import { DecimalJSScalar } from "../../scalars.mjs";
|
|
11
12
|
let HoldingAvgAggregate = class HoldingAvgAggregate {
|
|
12
13
|
units;
|
|
13
14
|
costBasis;
|
|
@@ -15,25 +16,25 @@ let HoldingAvgAggregate = class HoldingAvgAggregate {
|
|
|
15
16
|
distributionsPaid;
|
|
16
17
|
};
|
|
17
18
|
__decorate([
|
|
18
|
-
TypeGraphQL.Field(_type =>
|
|
19
|
+
TypeGraphQL.Field(_type => DecimalJSScalar, {
|
|
19
20
|
nullable: true
|
|
20
21
|
}),
|
|
21
22
|
__metadata("design:type", Object)
|
|
22
23
|
], HoldingAvgAggregate.prototype, "units", void 0);
|
|
23
24
|
__decorate([
|
|
24
|
-
TypeGraphQL.Field(_type =>
|
|
25
|
+
TypeGraphQL.Field(_type => DecimalJSScalar, {
|
|
25
26
|
nullable: true
|
|
26
27
|
}),
|
|
27
28
|
__metadata("design:type", Object)
|
|
28
29
|
], HoldingAvgAggregate.prototype, "costBasis", void 0);
|
|
29
30
|
__decorate([
|
|
30
|
-
TypeGraphQL.Field(_type =>
|
|
31
|
+
TypeGraphQL.Field(_type => DecimalJSScalar, {
|
|
31
32
|
nullable: true
|
|
32
33
|
}),
|
|
33
34
|
__metadata("design:type", Object)
|
|
34
35
|
], HoldingAvgAggregate.prototype, "realizedPL", void 0);
|
|
35
36
|
__decorate([
|
|
36
|
-
TypeGraphQL.Field(_type =>
|
|
37
|
+
TypeGraphQL.Field(_type => DecimalJSScalar, {
|
|
37
38
|
nullable: true
|
|
38
39
|
}),
|
|
39
40
|
__metadata("design:type", Object)
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { Prisma } from "@prisma/client";
|
|
1
2
|
import { HoldingAvgAggregate } from "../outputs/HoldingAvgAggregate";
|
|
2
3
|
import { HoldingCountAggregate } from "../outputs/HoldingCountAggregate";
|
|
3
4
|
import { HoldingMaxAggregate } from "../outputs/HoldingMaxAggregate";
|
|
@@ -7,10 +8,10 @@ export declare class HoldingGroupBy {
|
|
|
7
8
|
id: string;
|
|
8
9
|
investorId: string;
|
|
9
10
|
fundId: string;
|
|
10
|
-
units:
|
|
11
|
-
costBasis:
|
|
12
|
-
realizedPL:
|
|
13
|
-
distributionsPaid:
|
|
11
|
+
units: Prisma.Decimal;
|
|
12
|
+
costBasis: Prisma.Decimal;
|
|
13
|
+
realizedPL: Prisma.Decimal;
|
|
14
|
+
distributionsPaid: Prisma.Decimal;
|
|
14
15
|
currency: string;
|
|
15
16
|
status: "ACTIVE" | "CLOSED";
|
|
16
17
|
firstInvestedAt: Date | null;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HoldingGroupBy.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/HoldingGroupBy.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"HoldingGroupBy.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/HoldingGroupBy.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAC;AAExC,OAAO,EAAE,mBAAmB,EAAE,MAAM,gCAAgC,CAAC;AACrE,OAAO,EAAE,qBAAqB,EAAE,MAAM,kCAAkC,CAAC;AACzE,OAAO,EAAE,mBAAmB,EAAE,MAAM,gCAAgC,CAAC;AACrE,OAAO,EAAE,mBAAmB,EAAE,MAAM,gCAAgC,CAAC;AACrE,OAAO,EAAE,mBAAmB,EAAE,MAAM,gCAAgC,CAAC;AAGrE,qBACa,cAAc;IAIzB,EAAE,EAAG,MAAM,CAAC;IAKZ,UAAU,EAAG,MAAM,CAAC;IAKpB,MAAM,EAAG,MAAM,CAAC;IAKhB,KAAK,EAAG,MAAM,CAAC,OAAO,CAAC;IAKvB,SAAS,EAAG,MAAM,CAAC,OAAO,CAAC;IAK3B,UAAU,EAAG,MAAM,CAAC,OAAO,CAAC;IAK5B,iBAAiB,EAAG,MAAM,CAAC,OAAO,CAAC;IAKnC,QAAQ,EAAG,MAAM,CAAC;IAKlB,MAAM,EAAG,QAAQ,GAAG,QAAQ,CAAC;IAK7B,eAAe,EAAG,IAAI,GAAG,IAAI,CAAC;IAK9B,iBAAiB,EAAG,IAAI,GAAG,IAAI,CAAC;IAKhC,SAAS,EAAG,IAAI,CAAC;IAKjB,SAAS,EAAG,IAAI,CAAC;IAKjB,SAAS,EAAG,IAAI,GAAG,IAAI,CAAC;IAKxB,MAAM,EAAG,qBAAqB,GAAG,IAAI,CAAC;IAKtC,IAAI,EAAG,mBAAmB,GAAG,IAAI,CAAC;IAKlC,IAAI,EAAG,mBAAmB,GAAG,IAAI,CAAC;IAKlC,IAAI,EAAG,mBAAmB,GAAG,IAAI,CAAC;IAKlC,IAAI,EAAG,mBAAmB,GAAG,IAAI,CAAC;CACnC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HoldingGroupBy.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/HoldingGroupBy.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;
|
|
1
|
+
{"version":3,"file":"HoldingGroupBy.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/HoldingGroupBy.ts"],"names":[],"mappings":"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"}
|
|
@@ -8,6 +8,8 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
8
8
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
9
9
|
};
|
|
10
10
|
import * as TypeGraphQL from "type-graphql";
|
|
11
|
+
import { Prisma } from "@prisma/client";
|
|
12
|
+
import { DecimalJSScalar } from "../../scalars.mjs";
|
|
11
13
|
import { HoldingAvgAggregate } from "../outputs/HoldingAvgAggregate.mjs";
|
|
12
14
|
import { HoldingCountAggregate } from "../outputs/HoldingCountAggregate.mjs";
|
|
13
15
|
import { HoldingMaxAggregate } from "../outputs/HoldingMaxAggregate.mjs";
|
|
@@ -54,28 +56,28 @@ __decorate([
|
|
|
54
56
|
__metadata("design:type", String)
|
|
55
57
|
], HoldingGroupBy.prototype, "fundId", void 0);
|
|
56
58
|
__decorate([
|
|
57
|
-
TypeGraphQL.Field(_type =>
|
|
59
|
+
TypeGraphQL.Field(_type => DecimalJSScalar, {
|
|
58
60
|
nullable: false
|
|
59
61
|
}),
|
|
60
|
-
__metadata("design:type",
|
|
62
|
+
__metadata("design:type", Prisma.Decimal)
|
|
61
63
|
], HoldingGroupBy.prototype, "units", void 0);
|
|
62
64
|
__decorate([
|
|
63
|
-
TypeGraphQL.Field(_type =>
|
|
65
|
+
TypeGraphQL.Field(_type => DecimalJSScalar, {
|
|
64
66
|
nullable: false
|
|
65
67
|
}),
|
|
66
|
-
__metadata("design:type",
|
|
68
|
+
__metadata("design:type", Prisma.Decimal)
|
|
67
69
|
], HoldingGroupBy.prototype, "costBasis", void 0);
|
|
68
70
|
__decorate([
|
|
69
|
-
TypeGraphQL.Field(_type =>
|
|
71
|
+
TypeGraphQL.Field(_type => DecimalJSScalar, {
|
|
70
72
|
nullable: false
|
|
71
73
|
}),
|
|
72
|
-
__metadata("design:type",
|
|
74
|
+
__metadata("design:type", Prisma.Decimal)
|
|
73
75
|
], HoldingGroupBy.prototype, "realizedPL", void 0);
|
|
74
76
|
__decorate([
|
|
75
|
-
TypeGraphQL.Field(_type =>
|
|
77
|
+
TypeGraphQL.Field(_type => DecimalJSScalar, {
|
|
76
78
|
nullable: false
|
|
77
79
|
}),
|
|
78
|
-
__metadata("design:type",
|
|
80
|
+
__metadata("design:type", Prisma.Decimal)
|
|
79
81
|
], HoldingGroupBy.prototype, "distributionsPaid", void 0);
|
|
80
82
|
__decorate([
|
|
81
83
|
TypeGraphQL.Field(_type => String, {
|
|
@@ -1,11 +1,12 @@
|
|
|
1
|
+
import { Prisma } from "@prisma/client";
|
|
1
2
|
export declare class HoldingMaxAggregate {
|
|
2
3
|
id: string | null;
|
|
3
4
|
investorId: string | null;
|
|
4
5
|
fundId: string | null;
|
|
5
|
-
units:
|
|
6
|
-
costBasis:
|
|
7
|
-
realizedPL:
|
|
8
|
-
distributionsPaid:
|
|
6
|
+
units: Prisma.Decimal | null;
|
|
7
|
+
costBasis: Prisma.Decimal | null;
|
|
8
|
+
realizedPL: Prisma.Decimal | null;
|
|
9
|
+
distributionsPaid: Prisma.Decimal | null;
|
|
9
10
|
currency: string | null;
|
|
10
11
|
status: "ACTIVE" | "CLOSED" | null;
|
|
11
12
|
firstInvestedAt: Date | null;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HoldingMaxAggregate.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/HoldingMaxAggregate.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"HoldingMaxAggregate.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/HoldingMaxAggregate.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAC;AAIxC,qBACa,mBAAmB;IAI9B,EAAE,EAAG,MAAM,GAAG,IAAI,CAAC;IAKnB,UAAU,EAAG,MAAM,GAAG,IAAI,CAAC;IAK3B,MAAM,EAAG,MAAM,GAAG,IAAI,CAAC;IAKvB,KAAK,EAAG,MAAM,CAAC,OAAO,GAAG,IAAI,CAAC;IAK9B,SAAS,EAAG,MAAM,CAAC,OAAO,GAAG,IAAI,CAAC;IAKlC,UAAU,EAAG,MAAM,CAAC,OAAO,GAAG,IAAI,CAAC;IAKnC,iBAAiB,EAAG,MAAM,CAAC,OAAO,GAAG,IAAI,CAAC;IAK1C,QAAQ,EAAG,MAAM,GAAG,IAAI,CAAC;IAKzB,MAAM,EAAG,QAAQ,GAAG,QAAQ,GAAG,IAAI,CAAC;IAKpC,eAAe,EAAG,IAAI,GAAG,IAAI,CAAC;IAK9B,iBAAiB,EAAG,IAAI,GAAG,IAAI,CAAC;IAKhC,SAAS,EAAG,IAAI,GAAG,IAAI,CAAC;IAKxB,SAAS,EAAG,IAAI,GAAG,IAAI,CAAC;IAKxB,SAAS,EAAG,IAAI,GAAG,IAAI,CAAC;CACzB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HoldingMaxAggregate.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/HoldingMaxAggregate.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;
|
|
1
|
+
{"version":3,"file":"HoldingMaxAggregate.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/HoldingMaxAggregate.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAG5C,OAAO,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AAChD,OAAO,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAGnD,IAAM,mBAAmB,GAAzB,MAAM,mBAAmB;IAI9B,EAAE,CAAiB;IAKnB,UAAU,CAAiB;IAK3B,MAAM,CAAiB;IAKvB,KAAK,CAAyB;IAK9B,SAAS,CAAyB;IAKlC,UAAU,CAAyB;IAKnC,iBAAiB,CAAyB;IAK1C,QAAQ,CAAiB;IAKzB,MAAM,CAA8B;IAKpC,eAAe,CAAe;IAK9B,iBAAiB,CAAe;IAKhC,SAAS,CAAe;IAKxB,SAAS,CAAe;IAKxB,SAAS,CAAe;CACzB,CAAA;AAlEC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,MAAM,EAAE;QAClC,QAAQ,EAAE,IAAI;KACf,CAAC;;+CACiB;AAKnB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,MAAM,EAAE;QAClC,QAAQ,EAAE,IAAI;KACf,CAAC;;uDACyB;AAK3B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,MAAM,EAAE;QAClC,QAAQ,EAAE,IAAI;KACf,CAAC;;mDACqB;AAKvB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,eAAe,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;kDAC4B;AAK9B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,eAAe,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;sDACgC;AAKlC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,eAAe,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;uDACiC;AAKnC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,eAAe,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;8DACwC;AAK1C;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,MAAM,EAAE;QAClC,QAAQ,EAAE,IAAI;KACf,CAAC;;qDACuB;AAKzB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,aAAa,EAAE;QACzC,QAAQ,EAAE,IAAI;KACf,CAAC;;mDACkC;AAKpC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,IAAI,EAAE;QAChC,QAAQ,EAAE,IAAI;KACf,CAAC;;4DAC4B;AAK9B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,IAAI,EAAE;QAChC,QAAQ,EAAE,IAAI;KACf,CAAC;;8DAC8B;AAKhC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,IAAI,EAAE;QAChC,QAAQ,EAAE,IAAI;KACf,CAAC;;sDACsB;AAKxB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,IAAI,EAAE;QAChC,QAAQ,EAAE,IAAI;KACf,CAAC;;sDACsB;AAKxB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,IAAI,EAAE;QAChC,QAAQ,EAAE,IAAI;KACf,CAAC;;sDACsB;AArEb,mBAAmB;IAD/B,WAAW,CAAC,UAAU,CAAC,qBAAqB,EAAE,EAAE,CAAC;GACrC,mBAAmB,CAsE/B"}
|
|
@@ -8,6 +8,7 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
8
8
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
9
9
|
};
|
|
10
10
|
import * as TypeGraphQL from "type-graphql";
|
|
11
|
+
import { DecimalJSScalar } from "../../scalars.mjs";
|
|
11
12
|
import { HoldingStatus } from "../../enums/HoldingStatus.mjs";
|
|
12
13
|
let HoldingMaxAggregate = class HoldingMaxAggregate {
|
|
13
14
|
id;
|
|
@@ -44,25 +45,25 @@ __decorate([
|
|
|
44
45
|
__metadata("design:type", Object)
|
|
45
46
|
], HoldingMaxAggregate.prototype, "fundId", void 0);
|
|
46
47
|
__decorate([
|
|
47
|
-
TypeGraphQL.Field(_type =>
|
|
48
|
+
TypeGraphQL.Field(_type => DecimalJSScalar, {
|
|
48
49
|
nullable: true
|
|
49
50
|
}),
|
|
50
51
|
__metadata("design:type", Object)
|
|
51
52
|
], HoldingMaxAggregate.prototype, "units", void 0);
|
|
52
53
|
__decorate([
|
|
53
|
-
TypeGraphQL.Field(_type =>
|
|
54
|
+
TypeGraphQL.Field(_type => DecimalJSScalar, {
|
|
54
55
|
nullable: true
|
|
55
56
|
}),
|
|
56
57
|
__metadata("design:type", Object)
|
|
57
58
|
], HoldingMaxAggregate.prototype, "costBasis", void 0);
|
|
58
59
|
__decorate([
|
|
59
|
-
TypeGraphQL.Field(_type =>
|
|
60
|
+
TypeGraphQL.Field(_type => DecimalJSScalar, {
|
|
60
61
|
nullable: true
|
|
61
62
|
}),
|
|
62
63
|
__metadata("design:type", Object)
|
|
63
64
|
], HoldingMaxAggregate.prototype, "realizedPL", void 0);
|
|
64
65
|
__decorate([
|
|
65
|
-
TypeGraphQL.Field(_type =>
|
|
66
|
+
TypeGraphQL.Field(_type => DecimalJSScalar, {
|
|
66
67
|
nullable: true
|
|
67
68
|
}),
|
|
68
69
|
__metadata("design:type", Object)
|
|
@@ -1,11 +1,12 @@
|
|
|
1
|
+
import { Prisma } from "@prisma/client";
|
|
1
2
|
export declare class HoldingMinAggregate {
|
|
2
3
|
id: string | null;
|
|
3
4
|
investorId: string | null;
|
|
4
5
|
fundId: string | null;
|
|
5
|
-
units:
|
|
6
|
-
costBasis:
|
|
7
|
-
realizedPL:
|
|
8
|
-
distributionsPaid:
|
|
6
|
+
units: Prisma.Decimal | null;
|
|
7
|
+
costBasis: Prisma.Decimal | null;
|
|
8
|
+
realizedPL: Prisma.Decimal | null;
|
|
9
|
+
distributionsPaid: Prisma.Decimal | null;
|
|
9
10
|
currency: string | null;
|
|
10
11
|
status: "ACTIVE" | "CLOSED" | null;
|
|
11
12
|
firstInvestedAt: Date | null;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HoldingMinAggregate.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/HoldingMinAggregate.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"HoldingMinAggregate.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/HoldingMinAggregate.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAC;AAIxC,qBACa,mBAAmB;IAI9B,EAAE,EAAG,MAAM,GAAG,IAAI,CAAC;IAKnB,UAAU,EAAG,MAAM,GAAG,IAAI,CAAC;IAK3B,MAAM,EAAG,MAAM,GAAG,IAAI,CAAC;IAKvB,KAAK,EAAG,MAAM,CAAC,OAAO,GAAG,IAAI,CAAC;IAK9B,SAAS,EAAG,MAAM,CAAC,OAAO,GAAG,IAAI,CAAC;IAKlC,UAAU,EAAG,MAAM,CAAC,OAAO,GAAG,IAAI,CAAC;IAKnC,iBAAiB,EAAG,MAAM,CAAC,OAAO,GAAG,IAAI,CAAC;IAK1C,QAAQ,EAAG,MAAM,GAAG,IAAI,CAAC;IAKzB,MAAM,EAAG,QAAQ,GAAG,QAAQ,GAAG,IAAI,CAAC;IAKpC,eAAe,EAAG,IAAI,GAAG,IAAI,CAAC;IAK9B,iBAAiB,EAAG,IAAI,GAAG,IAAI,CAAC;IAKhC,SAAS,EAAG,IAAI,GAAG,IAAI,CAAC;IAKxB,SAAS,EAAG,IAAI,GAAG,IAAI,CAAC;IAKxB,SAAS,EAAG,IAAI,GAAG,IAAI,CAAC;CACzB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HoldingMinAggregate.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/HoldingMinAggregate.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;
|
|
1
|
+
{"version":3,"file":"HoldingMinAggregate.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/HoldingMinAggregate.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAG5C,OAAO,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AAChD,OAAO,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAGnD,IAAM,mBAAmB,GAAzB,MAAM,mBAAmB;IAI9B,EAAE,CAAiB;IAKnB,UAAU,CAAiB;IAK3B,MAAM,CAAiB;IAKvB,KAAK,CAAyB;IAK9B,SAAS,CAAyB;IAKlC,UAAU,CAAyB;IAKnC,iBAAiB,CAAyB;IAK1C,QAAQ,CAAiB;IAKzB,MAAM,CAA8B;IAKpC,eAAe,CAAe;IAK9B,iBAAiB,CAAe;IAKhC,SAAS,CAAe;IAKxB,SAAS,CAAe;IAKxB,SAAS,CAAe;CACzB,CAAA;AAlEC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,MAAM,EAAE;QAClC,QAAQ,EAAE,IAAI;KACf,CAAC;;+CACiB;AAKnB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,MAAM,EAAE;QAClC,QAAQ,EAAE,IAAI;KACf,CAAC;;uDACyB;AAK3B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,MAAM,EAAE;QAClC,QAAQ,EAAE,IAAI;KACf,CAAC;;mDACqB;AAKvB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,eAAe,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;kDAC4B;AAK9B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,eAAe,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;sDACgC;AAKlC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,eAAe,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;uDACiC;AAKnC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,eAAe,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;8DACwC;AAK1C;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,MAAM,EAAE;QAClC,QAAQ,EAAE,IAAI;KACf,CAAC;;qDACuB;AAKzB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,aAAa,EAAE;QACzC,QAAQ,EAAE,IAAI;KACf,CAAC;;mDACkC;AAKpC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,IAAI,EAAE;QAChC,QAAQ,EAAE,IAAI;KACf,CAAC;;4DAC4B;AAK9B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,IAAI,EAAE;QAChC,QAAQ,EAAE,IAAI;KACf,CAAC;;8DAC8B;AAKhC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,IAAI,EAAE;QAChC,QAAQ,EAAE,IAAI;KACf,CAAC;;sDACsB;AAKxB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,IAAI,EAAE;QAChC,QAAQ,EAAE,IAAI;KACf,CAAC;;sDACsB;AAKxB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,IAAI,EAAE;QAChC,QAAQ,EAAE,IAAI;KACf,CAAC;;sDACsB;AArEb,mBAAmB;IAD/B,WAAW,CAAC,UAAU,CAAC,qBAAqB,EAAE,EAAE,CAAC;GACrC,mBAAmB,CAsE/B"}
|
|
@@ -8,6 +8,7 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
8
8
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
9
9
|
};
|
|
10
10
|
import * as TypeGraphQL from "type-graphql";
|
|
11
|
+
import { DecimalJSScalar } from "../../scalars.mjs";
|
|
11
12
|
import { HoldingStatus } from "../../enums/HoldingStatus.mjs";
|
|
12
13
|
let HoldingMinAggregate = class HoldingMinAggregate {
|
|
13
14
|
id;
|
|
@@ -44,25 +45,25 @@ __decorate([
|
|
|
44
45
|
__metadata("design:type", Object)
|
|
45
46
|
], HoldingMinAggregate.prototype, "fundId", void 0);
|
|
46
47
|
__decorate([
|
|
47
|
-
TypeGraphQL.Field(_type =>
|
|
48
|
+
TypeGraphQL.Field(_type => DecimalJSScalar, {
|
|
48
49
|
nullable: true
|
|
49
50
|
}),
|
|
50
51
|
__metadata("design:type", Object)
|
|
51
52
|
], HoldingMinAggregate.prototype, "units", void 0);
|
|
52
53
|
__decorate([
|
|
53
|
-
TypeGraphQL.Field(_type =>
|
|
54
|
+
TypeGraphQL.Field(_type => DecimalJSScalar, {
|
|
54
55
|
nullable: true
|
|
55
56
|
}),
|
|
56
57
|
__metadata("design:type", Object)
|
|
57
58
|
], HoldingMinAggregate.prototype, "costBasis", void 0);
|
|
58
59
|
__decorate([
|
|
59
|
-
TypeGraphQL.Field(_type =>
|
|
60
|
+
TypeGraphQL.Field(_type => DecimalJSScalar, {
|
|
60
61
|
nullable: true
|
|
61
62
|
}),
|
|
62
63
|
__metadata("design:type", Object)
|
|
63
64
|
], HoldingMinAggregate.prototype, "realizedPL", void 0);
|
|
64
65
|
__decorate([
|
|
65
|
-
TypeGraphQL.Field(_type =>
|
|
66
|
+
TypeGraphQL.Field(_type => DecimalJSScalar, {
|
|
66
67
|
nullable: true
|
|
67
68
|
}),
|
|
68
69
|
__metadata("design:type", Object)
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
+
import { Prisma } from "@prisma/client";
|
|
1
2
|
export declare class HoldingSumAggregate {
|
|
2
|
-
units:
|
|
3
|
-
costBasis:
|
|
4
|
-
realizedPL:
|
|
5
|
-
distributionsPaid:
|
|
3
|
+
units: Prisma.Decimal | null;
|
|
4
|
+
costBasis: Prisma.Decimal | null;
|
|
5
|
+
realizedPL: Prisma.Decimal | null;
|
|
6
|
+
distributionsPaid: Prisma.Decimal | null;
|
|
6
7
|
}
|
|
7
8
|
//# sourceMappingURL=HoldingSumAggregate.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HoldingSumAggregate.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/HoldingSumAggregate.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"HoldingSumAggregate.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/HoldingSumAggregate.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAC;AAGxC,qBACa,mBAAmB;IAI9B,KAAK,EAAG,MAAM,CAAC,OAAO,GAAG,IAAI,CAAC;IAK9B,SAAS,EAAG,MAAM,CAAC,OAAO,GAAG,IAAI,CAAC;IAKlC,UAAU,EAAG,MAAM,CAAC,OAAO,GAAG,IAAI,CAAC;IAKnC,iBAAiB,EAAG,MAAM,CAAC,OAAO,GAAG,IAAI,CAAC;CAC3C"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HoldingSumAggregate.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/HoldingSumAggregate.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;
|
|
1
|
+
{"version":3,"file":"HoldingSumAggregate.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/HoldingSumAggregate.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAG5C,OAAO,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AAGzC,IAAM,mBAAmB,GAAzB,MAAM,mBAAmB;IAI9B,KAAK,CAAyB;IAK9B,SAAS,CAAyB;IAKlC,UAAU,CAAyB;IAKnC,iBAAiB,CAAyB;CAC3C,CAAA;AAhBC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,eAAe,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;kDAC4B;AAK9B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,eAAe,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;sDACgC;AAKlC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,eAAe,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;uDACiC;AAKnC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,eAAe,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;8DACwC;AAnB/B,mBAAmB;IAD/B,WAAW,CAAC,UAAU,CAAC,qBAAqB,EAAE,EAAE,CAAC;GACrC,mBAAmB,CAoB/B"}
|
|
@@ -8,6 +8,7 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
8
8
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
9
9
|
};
|
|
10
10
|
import * as TypeGraphQL from "type-graphql";
|
|
11
|
+
import { DecimalJSScalar } from "../../scalars.mjs";
|
|
11
12
|
let HoldingSumAggregate = class HoldingSumAggregate {
|
|
12
13
|
units;
|
|
13
14
|
costBasis;
|
|
@@ -15,25 +16,25 @@ let HoldingSumAggregate = class HoldingSumAggregate {
|
|
|
15
16
|
distributionsPaid;
|
|
16
17
|
};
|
|
17
18
|
__decorate([
|
|
18
|
-
TypeGraphQL.Field(_type =>
|
|
19
|
+
TypeGraphQL.Field(_type => DecimalJSScalar, {
|
|
19
20
|
nullable: true
|
|
20
21
|
}),
|
|
21
22
|
__metadata("design:type", Object)
|
|
22
23
|
], HoldingSumAggregate.prototype, "units", void 0);
|
|
23
24
|
__decorate([
|
|
24
|
-
TypeGraphQL.Field(_type =>
|
|
25
|
+
TypeGraphQL.Field(_type => DecimalJSScalar, {
|
|
25
26
|
nullable: true
|
|
26
27
|
}),
|
|
27
28
|
__metadata("design:type", Object)
|
|
28
29
|
], HoldingSumAggregate.prototype, "costBasis", void 0);
|
|
29
30
|
__decorate([
|
|
30
|
-
TypeGraphQL.Field(_type =>
|
|
31
|
+
TypeGraphQL.Field(_type => DecimalJSScalar, {
|
|
31
32
|
nullable: true
|
|
32
33
|
}),
|
|
33
34
|
__metadata("design:type", Object)
|
|
34
35
|
], HoldingSumAggregate.prototype, "realizedPL", void 0);
|
|
35
36
|
__decorate([
|
|
36
|
-
TypeGraphQL.Field(_type =>
|
|
37
|
+
TypeGraphQL.Field(_type => DecimalJSScalar, {
|
|
37
38
|
nullable: true
|
|
38
39
|
}),
|
|
39
40
|
__metadata("design:type", Object)
|
package/esm/generated/typegraphql-prisma/resolvers/outputs/InvestorTransactionAvgAggregate.d.ts
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
|
+
import { Prisma } from "@prisma/client";
|
|
1
2
|
export declare class InvestorTransactionAvgAggregate {
|
|
2
|
-
amount:
|
|
3
|
-
units:
|
|
4
|
-
requestNav:
|
|
5
|
-
executionNav:
|
|
6
|
-
executedUnits:
|
|
7
|
-
fees:
|
|
8
|
-
netAmount:
|
|
3
|
+
amount: Prisma.Decimal | null;
|
|
4
|
+
units: Prisma.Decimal | null;
|
|
5
|
+
requestNav: Prisma.Decimal | null;
|
|
6
|
+
executionNav: Prisma.Decimal | null;
|
|
7
|
+
executedUnits: Prisma.Decimal | null;
|
|
8
|
+
fees: Prisma.Decimal | null;
|
|
9
|
+
netAmount: Prisma.Decimal | null;
|
|
9
10
|
}
|
|
10
11
|
//# sourceMappingURL=InvestorTransactionAvgAggregate.d.ts.map
|
package/esm/generated/typegraphql-prisma/resolvers/outputs/InvestorTransactionAvgAggregate.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"InvestorTransactionAvgAggregate.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/InvestorTransactionAvgAggregate.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"InvestorTransactionAvgAggregate.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/InvestorTransactionAvgAggregate.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAC;AAGxC,qBACa,+BAA+B;IAI1C,MAAM,EAAG,MAAM,CAAC,OAAO,GAAG,IAAI,CAAC;IAK/B,KAAK,EAAG,MAAM,CAAC,OAAO,GAAG,IAAI,CAAC;IAK9B,UAAU,EAAG,MAAM,CAAC,OAAO,GAAG,IAAI,CAAC;IAKnC,YAAY,EAAG,MAAM,CAAC,OAAO,GAAG,IAAI,CAAC;IAKrC,aAAa,EAAG,MAAM,CAAC,OAAO,GAAG,IAAI,CAAC;IAKtC,IAAI,EAAG,MAAM,CAAC,OAAO,GAAG,IAAI,CAAC;IAK7B,SAAS,EAAG,MAAM,CAAC,OAAO,GAAG,IAAI,CAAC;CACnC"}
|
package/esm/generated/typegraphql-prisma/resolvers/outputs/InvestorTransactionAvgAggregate.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"InvestorTransactionAvgAggregate.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/InvestorTransactionAvgAggregate.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;
|
|
1
|
+
{"version":3,"file":"InvestorTransactionAvgAggregate.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/InvestorTransactionAvgAggregate.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAG5C,OAAO,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AAGzC,IAAM,+BAA+B,GAArC,MAAM,+BAA+B;IAI1C,MAAM,CAAyB;IAK/B,KAAK,CAAyB;IAK9B,UAAU,CAAyB;IAKnC,YAAY,CAAyB;IAKrC,aAAa,CAAyB;IAKtC,IAAI,CAAyB;IAK7B,SAAS,CAAyB;CACnC,CAAA;AA/BC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,eAAe,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;+DAC6B;AAK/B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,eAAe,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;8DAC4B;AAK9B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,eAAe,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;mEACiC;AAKnC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,eAAe,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;qEACmC;AAKrC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,eAAe,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;sEACoC;AAKtC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,eAAe,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;6DAC2B;AAK7B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,eAAe,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;kEACgC;AAlCvB,+BAA+B;IAD3C,WAAW,CAAC,UAAU,CAAC,iCAAiC,EAAE,EAAE,CAAC;GACjD,+BAA+B,CAmC3C"}
|
package/esm/generated/typegraphql-prisma/resolvers/outputs/InvestorTransactionAvgAggregate.mjs
CHANGED
|
@@ -8,6 +8,7 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
8
8
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
9
9
|
};
|
|
10
10
|
import * as TypeGraphQL from "type-graphql";
|
|
11
|
+
import { DecimalJSScalar } from "../../scalars.mjs";
|
|
11
12
|
let InvestorTransactionAvgAggregate = class InvestorTransactionAvgAggregate {
|
|
12
13
|
amount;
|
|
13
14
|
units;
|
|
@@ -18,43 +19,43 @@ let InvestorTransactionAvgAggregate = class InvestorTransactionAvgAggregate {
|
|
|
18
19
|
netAmount;
|
|
19
20
|
};
|
|
20
21
|
__decorate([
|
|
21
|
-
TypeGraphQL.Field(_type =>
|
|
22
|
+
TypeGraphQL.Field(_type => DecimalJSScalar, {
|
|
22
23
|
nullable: true
|
|
23
24
|
}),
|
|
24
25
|
__metadata("design:type", Object)
|
|
25
26
|
], InvestorTransactionAvgAggregate.prototype, "amount", void 0);
|
|
26
27
|
__decorate([
|
|
27
|
-
TypeGraphQL.Field(_type =>
|
|
28
|
+
TypeGraphQL.Field(_type => DecimalJSScalar, {
|
|
28
29
|
nullable: true
|
|
29
30
|
}),
|
|
30
31
|
__metadata("design:type", Object)
|
|
31
32
|
], InvestorTransactionAvgAggregate.prototype, "units", void 0);
|
|
32
33
|
__decorate([
|
|
33
|
-
TypeGraphQL.Field(_type =>
|
|
34
|
+
TypeGraphQL.Field(_type => DecimalJSScalar, {
|
|
34
35
|
nullable: true
|
|
35
36
|
}),
|
|
36
37
|
__metadata("design:type", Object)
|
|
37
38
|
], InvestorTransactionAvgAggregate.prototype, "requestNav", void 0);
|
|
38
39
|
__decorate([
|
|
39
|
-
TypeGraphQL.Field(_type =>
|
|
40
|
+
TypeGraphQL.Field(_type => DecimalJSScalar, {
|
|
40
41
|
nullable: true
|
|
41
42
|
}),
|
|
42
43
|
__metadata("design:type", Object)
|
|
43
44
|
], InvestorTransactionAvgAggregate.prototype, "executionNav", void 0);
|
|
44
45
|
__decorate([
|
|
45
|
-
TypeGraphQL.Field(_type =>
|
|
46
|
+
TypeGraphQL.Field(_type => DecimalJSScalar, {
|
|
46
47
|
nullable: true
|
|
47
48
|
}),
|
|
48
49
|
__metadata("design:type", Object)
|
|
49
50
|
], InvestorTransactionAvgAggregate.prototype, "executedUnits", void 0);
|
|
50
51
|
__decorate([
|
|
51
|
-
TypeGraphQL.Field(_type =>
|
|
52
|
+
TypeGraphQL.Field(_type => DecimalJSScalar, {
|
|
52
53
|
nullable: true
|
|
53
54
|
}),
|
|
54
55
|
__metadata("design:type", Object)
|
|
55
56
|
], InvestorTransactionAvgAggregate.prototype, "fees", void 0);
|
|
56
57
|
__decorate([
|
|
57
|
-
TypeGraphQL.Field(_type =>
|
|
58
|
+
TypeGraphQL.Field(_type => DecimalJSScalar, {
|
|
58
59
|
nullable: true
|
|
59
60
|
}),
|
|
60
61
|
__metadata("design:type", Object)
|