@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
package/generated/typegraphql-prisma/resolvers/outputs/InvestorTransactionMaxAggregate.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"InvestorTransactionMaxAggregate.js","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/resolvers/outputs/InvestorTransactionMaxAggregate.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,0DAA4C;
|
|
1
|
+
{"version":3,"file":"InvestorTransactionMaxAggregate.js","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/resolvers/outputs/InvestorTransactionMaxAggregate.ts"],"names":[],"mappings":"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"}
|
|
@@ -44,6 +44,7 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
44
44
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
45
45
|
exports.InvestorTransactionMinAggregate = void 0;
|
|
46
46
|
const TypeGraphQL = __importStar(require("type-graphql"));
|
|
47
|
+
const scalars_1 = require("../../scalars.cjs");
|
|
47
48
|
const InvestorTransactionStatus_1 = require("../../enums/InvestorTransactionStatus.cjs");
|
|
48
49
|
const InvestorTransactionType_1 = require("../../enums/InvestorTransactionType.cjs");
|
|
49
50
|
let InvestorTransactionMinAggregate = class InvestorTransactionMinAggregate {
|
|
@@ -86,43 +87,43 @@ __decorate([
|
|
|
86
87
|
__metadata("design:type", Object)
|
|
87
88
|
], InvestorTransactionMinAggregate.prototype, "status", void 0);
|
|
88
89
|
__decorate([
|
|
89
|
-
TypeGraphQL.Field(_type =>
|
|
90
|
+
TypeGraphQL.Field(_type => scalars_1.DecimalJSScalar, {
|
|
90
91
|
nullable: true
|
|
91
92
|
}),
|
|
92
93
|
__metadata("design:type", Object)
|
|
93
94
|
], InvestorTransactionMinAggregate.prototype, "amount", void 0);
|
|
94
95
|
__decorate([
|
|
95
|
-
TypeGraphQL.Field(_type =>
|
|
96
|
+
TypeGraphQL.Field(_type => scalars_1.DecimalJSScalar, {
|
|
96
97
|
nullable: true
|
|
97
98
|
}),
|
|
98
99
|
__metadata("design:type", Object)
|
|
99
100
|
], InvestorTransactionMinAggregate.prototype, "units", void 0);
|
|
100
101
|
__decorate([
|
|
101
|
-
TypeGraphQL.Field(_type =>
|
|
102
|
+
TypeGraphQL.Field(_type => scalars_1.DecimalJSScalar, {
|
|
102
103
|
nullable: true
|
|
103
104
|
}),
|
|
104
105
|
__metadata("design:type", Object)
|
|
105
106
|
], InvestorTransactionMinAggregate.prototype, "requestNav", void 0);
|
|
106
107
|
__decorate([
|
|
107
|
-
TypeGraphQL.Field(_type =>
|
|
108
|
+
TypeGraphQL.Field(_type => scalars_1.DecimalJSScalar, {
|
|
108
109
|
nullable: true
|
|
109
110
|
}),
|
|
110
111
|
__metadata("design:type", Object)
|
|
111
112
|
], InvestorTransactionMinAggregate.prototype, "executionNav", void 0);
|
|
112
113
|
__decorate([
|
|
113
|
-
TypeGraphQL.Field(_type =>
|
|
114
|
+
TypeGraphQL.Field(_type => scalars_1.DecimalJSScalar, {
|
|
114
115
|
nullable: true
|
|
115
116
|
}),
|
|
116
117
|
__metadata("design:type", Object)
|
|
117
118
|
], InvestorTransactionMinAggregate.prototype, "executedUnits", void 0);
|
|
118
119
|
__decorate([
|
|
119
|
-
TypeGraphQL.Field(_type =>
|
|
120
|
+
TypeGraphQL.Field(_type => scalars_1.DecimalJSScalar, {
|
|
120
121
|
nullable: true
|
|
121
122
|
}),
|
|
122
123
|
__metadata("design:type", Object)
|
|
123
124
|
], InvestorTransactionMinAggregate.prototype, "fees", void 0);
|
|
124
125
|
__decorate([
|
|
125
|
-
TypeGraphQL.Field(_type =>
|
|
126
|
+
TypeGraphQL.Field(_type => scalars_1.DecimalJSScalar, {
|
|
126
127
|
nullable: true
|
|
127
128
|
}),
|
|
128
129
|
__metadata("design:type", Object)
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { Prisma } from "@prisma/client";
|
|
1
2
|
export declare class InvestorTransactionMinAggregate {
|
|
2
3
|
id: string | null;
|
|
3
4
|
investorId: string | null;
|
|
@@ -5,13 +6,13 @@ export declare class InvestorTransactionMinAggregate {
|
|
|
5
6
|
holdingId: string | null;
|
|
6
7
|
type: "SUBSCRIPTION" | "REDEMPTION" | "CAPITAL_CALL" | "DISTRIBUTION" | "TRANSFER" | "FEE" | null;
|
|
7
8
|
status: "PENDING" | "REVIEWING" | "APPROVED" | "PROCESSING" | "COMPLETED" | "SETTLED" | "REJECTED" | "CANCELLED" | "FAILED" | null;
|
|
8
|
-
amount:
|
|
9
|
-
units:
|
|
10
|
-
requestNav:
|
|
11
|
-
executionNav:
|
|
12
|
-
executedUnits:
|
|
13
|
-
fees:
|
|
14
|
-
netAmount:
|
|
9
|
+
amount: Prisma.Decimal | null;
|
|
10
|
+
units: Prisma.Decimal | null;
|
|
11
|
+
requestNav: Prisma.Decimal | null;
|
|
12
|
+
executionNav: Prisma.Decimal | null;
|
|
13
|
+
executedUnits: Prisma.Decimal | null;
|
|
14
|
+
fees: Prisma.Decimal | null;
|
|
15
|
+
netAmount: Prisma.Decimal | null;
|
|
15
16
|
currency: string | null;
|
|
16
17
|
requestedAt: Date | null;
|
|
17
18
|
reviewedAt: Date | null;
|
package/generated/typegraphql-prisma/resolvers/outputs/InvestorTransactionMinAggregate.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"InvestorTransactionMinAggregate.d.ts","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/resolvers/outputs/InvestorTransactionMinAggregate.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"InvestorTransactionMinAggregate.d.ts","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/resolvers/outputs/InvestorTransactionMinAggregate.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAC;AAKxC,qBACa,+BAA+B;IAI1C,EAAE,EAAG,MAAM,GAAG,IAAI,CAAC;IAKnB,UAAU,EAAG,MAAM,GAAG,IAAI,CAAC;IAK3B,MAAM,EAAG,MAAM,GAAG,IAAI,CAAC;IAKvB,SAAS,EAAG,MAAM,GAAG,IAAI,CAAC;IAK1B,IAAI,EAAG,cAAc,GAAG,YAAY,GAAG,cAAc,GAAG,cAAc,GAAG,UAAU,GAAG,KAAK,GAAG,IAAI,CAAC;IAKnG,MAAM,EAAG,SAAS,GAAG,WAAW,GAAG,UAAU,GAAG,YAAY,GAAG,WAAW,GAAG,SAAS,GAAG,UAAU,GAAG,WAAW,GAAG,QAAQ,GAAG,IAAI,CAAC;IAKpI,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;IAKlC,QAAQ,EAAG,MAAM,GAAG,IAAI,CAAC;IAKzB,WAAW,EAAG,IAAI,GAAG,IAAI,CAAC;IAK1B,UAAU,EAAG,IAAI,GAAG,IAAI,CAAC;IAKzB,UAAU,EAAG,IAAI,GAAG,IAAI,CAAC;IAKzB,SAAS,EAAG,IAAI,GAAG,IAAI,CAAC;IAKxB,eAAe,EAAG,MAAM,GAAG,IAAI,CAAC;IAKhC,KAAK,EAAG,MAAM,GAAG,IAAI,CAAC;IAKtB,WAAW,EAAG,MAAM,GAAG,IAAI,CAAC;IAK5B,SAAS,EAAG,IAAI,GAAG,IAAI,CAAC;IAKxB,SAAS,EAAG,IAAI,GAAG,IAAI,CAAC;CACzB"}
|
package/generated/typegraphql-prisma/resolvers/outputs/InvestorTransactionMinAggregate.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"InvestorTransactionMinAggregate.js","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/resolvers/outputs/InvestorTransactionMinAggregate.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,0DAA4C;
|
|
1
|
+
{"version":3,"file":"InvestorTransactionMinAggregate.js","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/resolvers/outputs/InvestorTransactionMinAggregate.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,0DAA4C;AAG5C,2CAAgD;AAChD,qFAAkF;AAClF,iFAA8E;AAGvE,IAAM,+BAA+B,GAArC,MAAM,+BAA+B;CAmH3C,CAAA;AAnHY,0EAA+B;AAI1C;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,MAAM,EAAE;QAClC,QAAQ,EAAE,IAAI;KACf,CAAC;;2DACiB;AAKnB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,MAAM,EAAE;QAClC,QAAQ,EAAE,IAAI;KACf,CAAC;;mEACyB;AAK3B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,MAAM,EAAE;QAClC,QAAQ,EAAE,IAAI;KACf,CAAC;;+DACqB;AAKvB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,MAAM,EAAE;QAClC,QAAQ,EAAE,IAAI;KACf,CAAC;;kEACwB;AAK1B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,iDAAuB,EAAE;QACnD,QAAQ,EAAE,IAAI;KACf,CAAC;;6DACiG;AAKnG;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,qDAAyB,EAAE;QACrD,QAAQ,EAAE,IAAI;KACf,CAAC;;+DACkI;AAKpI;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,yBAAe,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;+DAC6B;AAK/B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,yBAAe,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;8DAC4B;AAK9B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,yBAAe,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;mEACiC;AAKnC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,yBAAe,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;qEACmC;AAKrC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,yBAAe,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;sEACoC;AAKtC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,yBAAe,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;6DAC2B;AAK7B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,yBAAe,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;kEACgC;AAKlC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,MAAM,EAAE;QAClC,QAAQ,EAAE,IAAI;KACf,CAAC;;iEACuB;AAKzB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,IAAI,EAAE;QAChC,QAAQ,EAAE,IAAI;KACf,CAAC;;oEACwB;AAK1B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,IAAI,EAAE;QAChC,QAAQ,EAAE,IAAI;KACf,CAAC;;mEACuB;AAKzB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,IAAI,EAAE;QAChC,QAAQ,EAAE,IAAI;KACf,CAAC;;mEACuB;AAKzB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,IAAI,EAAE;QAChC,QAAQ,EAAE,IAAI;KACf,CAAC;;kEACsB;AAKxB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,MAAM,EAAE;QAClC,QAAQ,EAAE,IAAI;KACf,CAAC;;wEAC8B;AAKhC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,MAAM,EAAE;QAClC,QAAQ,EAAE,IAAI;KACf,CAAC;;8DACoB;AAKtB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,MAAM,EAAE;QAClC,QAAQ,EAAE,IAAI;KACf,CAAC;;oEAC0B;AAK5B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,IAAI,EAAE;QAChC,QAAQ,EAAE,IAAI;KACf,CAAC;;kEACsB;AAKxB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,IAAI,EAAE;QAChC,QAAQ,EAAE,IAAI;KACf,CAAC;;kEACsB;0CAlHb,+BAA+B;IAD3C,WAAW,CAAC,UAAU,CAAC,iCAAiC,EAAE,EAAE,CAAC;GACjD,+BAA+B,CAmH3C"}
|
|
@@ -44,47 +44,48 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
44
44
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
45
45
|
exports.InvestorTransactionSumAggregate = void 0;
|
|
46
46
|
const TypeGraphQL = __importStar(require("type-graphql"));
|
|
47
|
+
const scalars_1 = require("../../scalars.cjs");
|
|
47
48
|
let InvestorTransactionSumAggregate = class InvestorTransactionSumAggregate {
|
|
48
49
|
};
|
|
49
50
|
exports.InvestorTransactionSumAggregate = InvestorTransactionSumAggregate;
|
|
50
51
|
__decorate([
|
|
51
|
-
TypeGraphQL.Field(_type =>
|
|
52
|
+
TypeGraphQL.Field(_type => scalars_1.DecimalJSScalar, {
|
|
52
53
|
nullable: true
|
|
53
54
|
}),
|
|
54
55
|
__metadata("design:type", Object)
|
|
55
56
|
], InvestorTransactionSumAggregate.prototype, "amount", void 0);
|
|
56
57
|
__decorate([
|
|
57
|
-
TypeGraphQL.Field(_type =>
|
|
58
|
+
TypeGraphQL.Field(_type => scalars_1.DecimalJSScalar, {
|
|
58
59
|
nullable: true
|
|
59
60
|
}),
|
|
60
61
|
__metadata("design:type", Object)
|
|
61
62
|
], InvestorTransactionSumAggregate.prototype, "units", void 0);
|
|
62
63
|
__decorate([
|
|
63
|
-
TypeGraphQL.Field(_type =>
|
|
64
|
+
TypeGraphQL.Field(_type => scalars_1.DecimalJSScalar, {
|
|
64
65
|
nullable: true
|
|
65
66
|
}),
|
|
66
67
|
__metadata("design:type", Object)
|
|
67
68
|
], InvestorTransactionSumAggregate.prototype, "requestNav", void 0);
|
|
68
69
|
__decorate([
|
|
69
|
-
TypeGraphQL.Field(_type =>
|
|
70
|
+
TypeGraphQL.Field(_type => scalars_1.DecimalJSScalar, {
|
|
70
71
|
nullable: true
|
|
71
72
|
}),
|
|
72
73
|
__metadata("design:type", Object)
|
|
73
74
|
], InvestorTransactionSumAggregate.prototype, "executionNav", void 0);
|
|
74
75
|
__decorate([
|
|
75
|
-
TypeGraphQL.Field(_type =>
|
|
76
|
+
TypeGraphQL.Field(_type => scalars_1.DecimalJSScalar, {
|
|
76
77
|
nullable: true
|
|
77
78
|
}),
|
|
78
79
|
__metadata("design:type", Object)
|
|
79
80
|
], InvestorTransactionSumAggregate.prototype, "executedUnits", void 0);
|
|
80
81
|
__decorate([
|
|
81
|
-
TypeGraphQL.Field(_type =>
|
|
82
|
+
TypeGraphQL.Field(_type => scalars_1.DecimalJSScalar, {
|
|
82
83
|
nullable: true
|
|
83
84
|
}),
|
|
84
85
|
__metadata("design:type", Object)
|
|
85
86
|
], InvestorTransactionSumAggregate.prototype, "fees", void 0);
|
|
86
87
|
__decorate([
|
|
87
|
-
TypeGraphQL.Field(_type =>
|
|
88
|
+
TypeGraphQL.Field(_type => scalars_1.DecimalJSScalar, {
|
|
88
89
|
nullable: true
|
|
89
90
|
}),
|
|
90
91
|
__metadata("design:type", Object)
|
|
@@ -1,10 +1,11 @@
|
|
|
1
|
+
import { Prisma } from "@prisma/client";
|
|
1
2
|
export declare class InvestorTransactionSumAggregate {
|
|
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=InvestorTransactionSumAggregate.d.ts.map
|
package/generated/typegraphql-prisma/resolvers/outputs/InvestorTransactionSumAggregate.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"InvestorTransactionSumAggregate.d.ts","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/resolvers/outputs/InvestorTransactionSumAggregate.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"InvestorTransactionSumAggregate.d.ts","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/resolvers/outputs/InvestorTransactionSumAggregate.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/generated/typegraphql-prisma/resolvers/outputs/InvestorTransactionSumAggregate.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"InvestorTransactionSumAggregate.js","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/resolvers/outputs/InvestorTransactionSumAggregate.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,0DAA4C;
|
|
1
|
+
{"version":3,"file":"InvestorTransactionSumAggregate.js","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/resolvers/outputs/InvestorTransactionSumAggregate.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,0DAA4C;AAG5C,2CAAgD;AAGzC,IAAM,+BAA+B,GAArC,MAAM,+BAA+B;CAmC3C,CAAA;AAnCY,0EAA+B;AAI1C;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,yBAAe,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;+DAC6B;AAK/B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,yBAAe,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;8DAC4B;AAK9B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,yBAAe,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;mEACiC;AAKnC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,yBAAe,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;qEACmC;AAKrC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,yBAAe,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;sEACoC;AAKtC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,yBAAe,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;6DAC2B;AAK7B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,yBAAe,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;kEACgC;0CAlCvB,+BAA+B;IAD3C,WAAW,CAAC,UAAU,CAAC,iCAAiC,EAAE,EAAE,CAAC;GACjD,+BAA+B,CAmC3C"}
|
|
@@ -22,7 +22,7 @@ export declare class UserGroupBy {
|
|
|
22
22
|
customerId: number | null;
|
|
23
23
|
plan: "FREE" | "PRO" | "INSTITUTION" | null;
|
|
24
24
|
openaiAPIKey: string | null;
|
|
25
|
-
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;
|
|
25
|
+
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;
|
|
26
26
|
_count: UserCountAggregate | null;
|
|
27
27
|
_avg: UserAvgAggregate | null;
|
|
28
28
|
_sum: UserSumAggregate | null;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UserGroupBy.d.ts","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/resolvers/outputs/UserGroupBy.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,gBAAgB,EAAE,MAAM,6BAA6B,CAAC;AAC/D,OAAO,EAAE,kBAAkB,EAAE,MAAM,+BAA+B,CAAC;AACnE,OAAO,EAAE,gBAAgB,EAAE,MAAM,6BAA6B,CAAC;AAC/D,OAAO,EAAE,gBAAgB,EAAE,MAAM,6BAA6B,CAAC;AAC/D,OAAO,EAAE,gBAAgB,EAAE,MAAM,6BAA6B,CAAC;AAM/D,qBACa,WAAW;IAItB,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":"UserGroupBy.d.ts","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/resolvers/outputs/UserGroupBy.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,gBAAgB,EAAE,MAAM,6BAA6B,CAAC;AAC/D,OAAO,EAAE,kBAAkB,EAAE,MAAM,+BAA+B,CAAC;AACnE,OAAO,EAAE,gBAAgB,EAAE,MAAM,6BAA6B,CAAC;AAC/D,OAAO,EAAE,gBAAgB,EAAE,MAAM,6BAA6B,CAAC;AAC/D,OAAO,EAAE,gBAAgB,EAAE,MAAM,6BAA6B,CAAC;AAM/D,qBACa,WAAW;IAItB,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;IAKxR,MAAM,EAAG,kBAAkB,GAAG,IAAI,CAAC;IAKnC,IAAI,EAAG,gBAAgB,GAAG,IAAI,CAAC;IAK/B,IAAI,EAAG,gBAAgB,GAAG,IAAI,CAAC;IAK/B,IAAI,EAAG,gBAAgB,GAAG,IAAI,CAAC;IAK/B,IAAI,EAAG,gBAAgB,GAAG,IAAI,CAAC;CAChC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UserGroupBy.js","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/resolvers/outputs/UserGroupBy.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"UserGroupBy.js","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/resolvers/outputs/UserGroupBy.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,0DAA4C;AAI5C,kEAA+D;AAC/D,sEAAmE;AACnE,kEAA+D;AAC/D,kEAA+D;AAC/D,kEAA+D;AAC/D,qEAAkE;AAClE,yDAAsD;AACtD,mEAAgE;AAChE,mDAAgD;AAGzC,IAAM,WAAW,GAAjB,MAAM,WAAW;CAwHvB,CAAA;AAxHY,kCAAW;AAItB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,MAAM,EAAE;QAClC,QAAQ,EAAE,KAAK;KAChB,CAAC;;uCACU;AAKZ;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,MAAM,EAAE;QAClC,QAAQ,EAAE,IAAI;KACf,CAAC;;yCACmB;AAKrB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,MAAM,EAAE;QAClC,QAAQ,EAAE,IAAI;KACf,CAAC;;0CACoB;AAKtB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,IAAI,EAAE;QAChC,QAAQ,EAAE,IAAI;KACf,CAAC;;kDAC0B;AAK5B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,MAAM,EAAE;QAClC,QAAQ,EAAE,IAAI;KACf,CAAC;;0CACoB;AAKtB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,MAAM,EAAE;QAClC,QAAQ,EAAE,IAAI;KACf,CAAC;;8CACwB;AAK1B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,OAAO,EAAE;QACnC,QAAQ,EAAE,KAAK;KAChB,CAAC;;uDAC2B;AAK7B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,MAAM,EAAE;QAClC,QAAQ,EAAE,IAAI;KACf,CAAC;;mDAC6B;AAK/B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,IAAI,EAAE;QAChC,QAAQ,EAAE,KAAK;KAChB,CAAC;8BACU,IAAI;8CAAC;AAKjB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,IAAI,EAAE;QAChC,QAAQ,EAAE,KAAK;KAChB,CAAC;8BACU,IAAI;8CAAC;AAKjB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,IAAI,EAAE;QAChC,QAAQ,EAAE,IAAI;KACf,CAAC;;8CACsB;AAKxB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,mBAAQ,EAAE;QACpC,QAAQ,EAAE,KAAK;KAChB,CAAC;;yCAC+C;AAKjD;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,MAAM,EAAE;QAClC,QAAQ,EAAE,IAAI;KACf,CAAC;;wCACkB;AAKpB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,MAAM,EAAE;QAClC,QAAQ,EAAE,IAAI;KACf,CAAC;;6CACuB;AAKzB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,qCAAiB,EAAE;QAC7C,QAAQ,EAAE,KAAK;KAChB,CAAC;;mDACgC;AAKlC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;+CACyB;AAK3B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,mCAAgB,EAAE;QAC5C,QAAQ,EAAE,IAAI;KACf,CAAC;;yCAC2C;AAK7C;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,MAAM,EAAE;QAClC,QAAQ,EAAE,IAAI;KACf,CAAC;;iDAC2B;AAK7B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,yBAAW,EAAE;QACvC,QAAQ,EAAE,IAAI;KACf,CAAC;;gDACsR;AAKxR;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,uCAAkB,EAAE;QAC9C,QAAQ,EAAE,IAAI;KACf,CAAC;;2CACiC;AAKnC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,mCAAgB,EAAE;QAC5C,QAAQ,EAAE,IAAI;KACf,CAAC;;yCAC6B;AAK/B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,mCAAgB,EAAE;QAC5C,QAAQ,EAAE,IAAI;KACf,CAAC;;yCAC6B;AAK/B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,mCAAgB,EAAE;QAC5C,QAAQ,EAAE,IAAI;KACf,CAAC;;yCAC6B;AAK/B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,mCAAgB,EAAE;QAC5C,QAAQ,EAAE,IAAI;KACf,CAAC;;yCAC6B;sBAvHpB,WAAW;IADvB,WAAW,CAAC,UAAU,CAAC,aAAa,EAAE,EAAE,CAAC;GAC7B,WAAW,CAwHvB"}
|
|
@@ -17,6 +17,6 @@ export declare class UserMaxAggregate {
|
|
|
17
17
|
customerId: number | null;
|
|
18
18
|
plan: "FREE" | "PRO" | "INSTITUTION" | null;
|
|
19
19
|
openaiAPIKey: string | null;
|
|
20
|
-
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;
|
|
20
|
+
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;
|
|
21
21
|
}
|
|
22
22
|
//# sourceMappingURL=UserMaxAggregate.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UserMaxAggregate.d.ts","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/resolvers/outputs/UserMaxAggregate.ts"],"names":[],"mappings":"AASA,qBACa,gBAAgB;IAI3B,EAAE,EAAG,MAAM,GAAG,IAAI,CAAC;IAKnB,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,GAAG,IAAI,CAAC;IAKpC,cAAc,EAAG,MAAM,GAAG,IAAI,CAAC;IAK/B,SAAS,EAAG,IAAI,GAAG,IAAI,CAAC;IAKxB,SAAS,EAAG,IAAI,GAAG,IAAI,CAAC;IAKxB,SAAS,EAAG,IAAI,GAAG,IAAI,CAAC;IAKxB,IAAI,EAAG,OAAO,GAAG,OAAO,GAAG,YAAY,GAAG,MAAM,GAAG,IAAI,CAAC;IAKxD,GAAG,EAAG,MAAM,GAAG,IAAI,CAAC;IAKpB,QAAQ,EAAG,MAAM,GAAG,IAAI,CAAC;IAKzB,cAAc,EAAG,OAAO,GAAG,MAAM,GAAG,IAAI,CAAC;IAKzC,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":"UserMaxAggregate.d.ts","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/resolvers/outputs/UserMaxAggregate.ts"],"names":[],"mappings":"AASA,qBACa,gBAAgB;IAI3B,EAAE,EAAG,MAAM,GAAG,IAAI,CAAC;IAKnB,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,GAAG,IAAI,CAAC;IAKpC,cAAc,EAAG,MAAM,GAAG,IAAI,CAAC;IAK/B,SAAS,EAAG,IAAI,GAAG,IAAI,CAAC;IAKxB,SAAS,EAAG,IAAI,GAAG,IAAI,CAAC;IAKxB,SAAS,EAAG,IAAI,GAAG,IAAI,CAAC;IAKxB,IAAI,EAAG,OAAO,GAAG,OAAO,GAAG,YAAY,GAAG,MAAM,GAAG,IAAI,CAAC;IAKxD,GAAG,EAAG,MAAM,GAAG,IAAI,CAAC;IAKpB,QAAQ,EAAG,MAAM,GAAG,IAAI,CAAC;IAKzB,cAAc,EAAG,OAAO,GAAG,MAAM,GAAG,IAAI,CAAC;IAKzC,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;CACzR"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UserMaxAggregate.js","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/resolvers/outputs/UserMaxAggregate.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"UserMaxAggregate.js","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/resolvers/outputs/UserMaxAggregate.ts"],"names":[],"mappings":"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"}
|
|
@@ -17,6 +17,6 @@ export declare class UserMinAggregate {
|
|
|
17
17
|
customerId: number | null;
|
|
18
18
|
plan: "FREE" | "PRO" | "INSTITUTION" | null;
|
|
19
19
|
openaiAPIKey: string | null;
|
|
20
|
-
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;
|
|
20
|
+
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;
|
|
21
21
|
}
|
|
22
22
|
//# sourceMappingURL=UserMinAggregate.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UserMinAggregate.d.ts","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/resolvers/outputs/UserMinAggregate.ts"],"names":[],"mappings":"AASA,qBACa,gBAAgB;IAI3B,EAAE,EAAG,MAAM,GAAG,IAAI,CAAC;IAKnB,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,GAAG,IAAI,CAAC;IAKpC,cAAc,EAAG,MAAM,GAAG,IAAI,CAAC;IAK/B,SAAS,EAAG,IAAI,GAAG,IAAI,CAAC;IAKxB,SAAS,EAAG,IAAI,GAAG,IAAI,CAAC;IAKxB,SAAS,EAAG,IAAI,GAAG,IAAI,CAAC;IAKxB,IAAI,EAAG,OAAO,GAAG,OAAO,GAAG,YAAY,GAAG,MAAM,GAAG,IAAI,CAAC;IAKxD,GAAG,EAAG,MAAM,GAAG,IAAI,CAAC;IAKpB,QAAQ,EAAG,MAAM,GAAG,IAAI,CAAC;IAKzB,cAAc,EAAG,OAAO,GAAG,MAAM,GAAG,IAAI,CAAC;IAKzC,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":"UserMinAggregate.d.ts","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/resolvers/outputs/UserMinAggregate.ts"],"names":[],"mappings":"AASA,qBACa,gBAAgB;IAI3B,EAAE,EAAG,MAAM,GAAG,IAAI,CAAC;IAKnB,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,GAAG,IAAI,CAAC;IAKpC,cAAc,EAAG,MAAM,GAAG,IAAI,CAAC;IAK/B,SAAS,EAAG,IAAI,GAAG,IAAI,CAAC;IAKxB,SAAS,EAAG,IAAI,GAAG,IAAI,CAAC;IAKxB,SAAS,EAAG,IAAI,GAAG,IAAI,CAAC;IAKxB,IAAI,EAAG,OAAO,GAAG,OAAO,GAAG,YAAY,GAAG,MAAM,GAAG,IAAI,CAAC;IAKxD,GAAG,EAAG,MAAM,GAAG,IAAI,CAAC;IAKpB,QAAQ,EAAG,MAAM,GAAG,IAAI,CAAC;IAKzB,cAAc,EAAG,OAAO,GAAG,MAAM,GAAG,IAAI,CAAC;IAKzC,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;CACzR"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UserMinAggregate.js","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/resolvers/outputs/UserMinAggregate.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,0DAA4C;AAI5C,qEAAkE;AAClE,yDAAsD;AACtD,mEAAgE;AAChE,mDAAgD;AAGzC,IAAM,gBAAgB,GAAtB,MAAM,gBAAgB;CA+F5B,CAAA;AA/FY,4CAAgB;AAI3B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,MAAM,EAAE;QAClC,QAAQ,EAAE,IAAI;KACf,CAAC;;4CACiB;AAKnB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,MAAM,EAAE;QAClC,QAAQ,EAAE,IAAI;KACf,CAAC;;8CACmB;AAKrB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,MAAM,EAAE;QAClC,QAAQ,EAAE,IAAI;KACf,CAAC;;+CACoB;AAKtB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,IAAI,EAAE;QAChC,QAAQ,EAAE,IAAI;KACf,CAAC;;uDAC0B;AAK5B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,MAAM,EAAE;QAClC,QAAQ,EAAE,IAAI;KACf,CAAC;;+CACoB;AAKtB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,MAAM,EAAE;QAClC,QAAQ,EAAE,IAAI;KACf,CAAC;;mDACwB;AAK1B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,OAAO,EAAE;QACnC,QAAQ,EAAE,IAAI;KACf,CAAC;;4DACkC;AAKpC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,MAAM,EAAE;QAClC,QAAQ,EAAE,IAAI;KACf,CAAC;;wDAC6B;AAK/B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,IAAI,EAAE;QAChC,QAAQ,EAAE,IAAI;KACf,CAAC;;mDACsB;AAKxB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,IAAI,EAAE;QAChC,QAAQ,EAAE,IAAI;KACf,CAAC;;mDACsB;AAKxB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,IAAI,EAAE;QAChC,QAAQ,EAAE,IAAI;KACf,CAAC;;mDACsB;AAKxB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,mBAAQ,EAAE;QACpC,QAAQ,EAAE,IAAI;KACf,CAAC;;8CACsD;AAKxD;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,MAAM,EAAE;QAClC,QAAQ,EAAE,IAAI;KACf,CAAC;;6CACkB;AAKpB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,MAAM,EAAE;QAClC,QAAQ,EAAE,IAAI;KACf,CAAC;;kDACuB;AAKzB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,qCAAiB,EAAE;QAC7C,QAAQ,EAAE,IAAI;KACf,CAAC;;wDACuC;AAKzC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;oDACyB;AAK3B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,mCAAgB,EAAE;QAC5C,QAAQ,EAAE,IAAI;KACf,CAAC;;8CAC2C;AAK7C;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,MAAM,EAAE;QAClC,QAAQ,EAAE,IAAI;KACf,CAAC;;sDAC2B;AAK7B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,yBAAW,EAAE;QACvC,QAAQ,EAAE,IAAI;KACf,CAAC;;
|
|
1
|
+
{"version":3,"file":"UserMinAggregate.js","sourceRoot":"","sources":["../../../../../src/generated/typegraphql-prisma/resolvers/outputs/UserMinAggregate.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adaptic/backend-legacy",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.1005",
|
|
4
4
|
"description": "Backend executable CRUD functions with dynamic variables construction, and type definitions for the Adaptic AI platform.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "index.d.ts",
|