@adaptic/backend-legacy 0.0.34 → 0.0.35
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Account.cjs +21 -0
- package/AccountLinkingRequest.cjs +21 -0
- package/Alert.cjs +13 -0
- package/Allocation.cjs +18 -0
- package/AlpacaAccount.cjs +15 -0
- package/Authenticator.cjs +21 -0
- package/Customer.cjs +21 -0
- package/LinkedProvider.cjs +21 -0
- package/Session.cjs +20 -0
- package/User.cjs +18 -0
- package/esm/Account.d.ts.map +1 -1
- package/esm/Account.js.map +1 -1
- package/esm/Account.mjs +21 -0
- package/esm/AccountLinkingRequest.d.ts.map +1 -1
- package/esm/AccountLinkingRequest.js.map +1 -1
- package/esm/AccountLinkingRequest.mjs +21 -0
- package/esm/Alert.d.ts.map +1 -1
- package/esm/Alert.js.map +1 -1
- package/esm/Alert.mjs +13 -0
- package/esm/Allocation.d.ts.map +1 -1
- package/esm/Allocation.js.map +1 -1
- package/esm/Allocation.mjs +18 -0
- package/esm/AlpacaAccount.d.ts.map +1 -1
- package/esm/AlpacaAccount.js.map +1 -1
- package/esm/AlpacaAccount.mjs +15 -0
- package/esm/Authenticator.d.ts.map +1 -1
- package/esm/Authenticator.js.map +1 -1
- package/esm/Authenticator.mjs +21 -0
- package/esm/Customer.d.ts.map +1 -1
- package/esm/Customer.js.map +1 -1
- package/esm/Customer.mjs +21 -0
- package/esm/LinkedProvider.d.ts.map +1 -1
- package/esm/LinkedProvider.js.map +1 -1
- package/esm/LinkedProvider.mjs +21 -0
- package/esm/Session.d.ts.map +1 -1
- package/esm/Session.js.map +1 -1
- package/esm/Session.mjs +20 -0
- package/esm/User.d.ts.map +1 -1
- package/esm/User.js.map +1 -1
- package/esm/User.mjs +18 -0
- package/esm/generated/selectionSets/Account.d.ts +1 -1
- package/esm/generated/selectionSets/Account.d.ts.map +1 -1
- package/esm/generated/selectionSets/Account.js.map +1 -1
- package/esm/generated/selectionSets/Account.mjs +1 -0
- package/esm/generated/selectionSets/AccountLinkingRequest.d.ts +1 -1
- package/esm/generated/selectionSets/AccountLinkingRequest.d.ts.map +1 -1
- package/esm/generated/selectionSets/AccountLinkingRequest.js.map +1 -1
- package/esm/generated/selectionSets/AccountLinkingRequest.mjs +1 -0
- package/esm/generated/selectionSets/Alert.d.ts +1 -1
- package/esm/generated/selectionSets/Alert.d.ts.map +1 -1
- package/esm/generated/selectionSets/Alert.js.map +1 -1
- package/esm/generated/selectionSets/Alert.mjs +1 -0
- package/esm/generated/selectionSets/Allocation.d.ts +1 -1
- package/esm/generated/selectionSets/Allocation.d.ts.map +1 -1
- package/esm/generated/selectionSets/Allocation.js.map +1 -1
- package/esm/generated/selectionSets/Allocation.mjs +1 -0
- package/esm/generated/selectionSets/AlpacaAccount.d.ts +1 -1
- package/esm/generated/selectionSets/AlpacaAccount.d.ts.map +1 -1
- package/esm/generated/selectionSets/AlpacaAccount.js.map +1 -1
- package/esm/generated/selectionSets/AlpacaAccount.mjs +1 -0
- package/esm/generated/selectionSets/Authenticator.d.ts +1 -1
- package/esm/generated/selectionSets/Authenticator.d.ts.map +1 -1
- package/esm/generated/selectionSets/Authenticator.js.map +1 -1
- package/esm/generated/selectionSets/Authenticator.mjs +1 -0
- package/esm/generated/selectionSets/Customer.d.ts +1 -1
- package/esm/generated/selectionSets/Customer.d.ts.map +1 -1
- package/esm/generated/selectionSets/Customer.js.map +1 -1
- package/esm/generated/selectionSets/Customer.mjs +1 -0
- package/esm/generated/selectionSets/LinkedProvider.d.ts +1 -1
- package/esm/generated/selectionSets/LinkedProvider.d.ts.map +1 -1
- package/esm/generated/selectionSets/LinkedProvider.js.map +1 -1
- package/esm/generated/selectionSets/LinkedProvider.mjs +1 -0
- package/esm/generated/selectionSets/User.d.ts +1 -1
- package/esm/generated/selectionSets/User.d.ts.map +1 -1
- package/esm/generated/selectionSets/User.js.map +1 -1
- package/esm/generated/selectionSets/User.mjs +1 -0
- package/esm/generated/typeStrings/Alert.d.ts +1 -1
- package/esm/generated/typeStrings/Alert.d.ts.map +1 -1
- package/esm/generated/typeStrings/Alert.js.map +1 -1
- package/esm/generated/typeStrings/Alert.mjs +12 -0
- package/esm/generated/typeStrings/index.d.ts +1 -1
- package/esm/generated/typegraphql-prisma/enhance.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/enhance.js.map +1 -1
- package/esm/generated/typegraphql-prisma/enhance.mjs +27 -22
- package/esm/generated/typegraphql-prisma/enums/AlertScalarFieldEnum.d.ts +1 -0
- package/esm/generated/typegraphql-prisma/enums/AlertScalarFieldEnum.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/enums/AlertScalarFieldEnum.js.map +1 -1
- package/esm/generated/typegraphql-prisma/enums/AlertScalarFieldEnum.mjs +1 -0
- package/esm/generated/typegraphql-prisma/enums/AlertStatus.d.ts +7 -0
- package/esm/generated/typegraphql-prisma/enums/AlertStatus.d.ts.map +1 -0
- package/esm/generated/typegraphql-prisma/enums/AlertStatus.js.map +1 -0
- package/esm/generated/typegraphql-prisma/enums/AlertStatus.mjs +13 -0
- package/esm/generated/typegraphql-prisma/enums/index.d.ts +1 -0
- package/esm/generated/typegraphql-prisma/enums/index.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/enums/index.js.map +1 -1
- package/esm/generated/typegraphql-prisma/enums/index.mjs +1 -0
- package/esm/generated/typegraphql-prisma/models/Alert.d.ts +4 -0
- package/esm/generated/typegraphql-prisma/models/Alert.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/models/Alert.js.map +1 -1
- package/esm/generated/typegraphql-prisma/models/Alert.mjs +12 -0
- package/esm/generated/typegraphql-prisma/resolvers/crud/Alert/args/FindFirstAlertArgs.d.ts +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/crud/Alert/args/FindFirstAlertArgs.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/crud/Alert/args/FindFirstAlertArgs.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/crud/Alert/args/FindFirstAlertOrThrowArgs.d.ts +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/crud/Alert/args/FindFirstAlertOrThrowArgs.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/crud/Alert/args/FindFirstAlertOrThrowArgs.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/crud/Alert/args/FindManyAlertArgs.d.ts +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/crud/Alert/args/FindManyAlertArgs.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/crud/Alert/args/FindManyAlertArgs.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/crud/Alert/args/GroupByAlertArgs.d.ts +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/crud/Alert/args/GroupByAlertArgs.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/crud/Alert/args/GroupByAlertArgs.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlertCountOrderByAggregateInput.d.ts +1 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlertCountOrderByAggregateInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlertCountOrderByAggregateInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlertCountOrderByAggregateInput.mjs +7 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlertCreateInput.d.ts +1 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlertCreateInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlertCreateInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlertCreateInput.mjs +8 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlertCreateManyAlpacaAccountInput.d.ts +1 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlertCreateManyAlpacaAccountInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlertCreateManyAlpacaAccountInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlertCreateManyAlpacaAccountInput.mjs +8 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlertCreateManyInput.d.ts +1 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlertCreateManyInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlertCreateManyInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlertCreateManyInput.mjs +8 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlertCreateWithoutAlpacaAccountInput.d.ts +1 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlertCreateWithoutAlpacaAccountInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlertCreateWithoutAlpacaAccountInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlertCreateWithoutAlpacaAccountInput.mjs +8 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlertMaxOrderByAggregateInput.d.ts +1 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlertMaxOrderByAggregateInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlertMaxOrderByAggregateInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlertMaxOrderByAggregateInput.mjs +7 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlertMinOrderByAggregateInput.d.ts +1 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlertMinOrderByAggregateInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlertMinOrderByAggregateInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlertMinOrderByAggregateInput.mjs +7 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlertOrderByWithAggregationInput.d.ts +1 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlertOrderByWithAggregationInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlertOrderByWithAggregationInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlertOrderByWithAggregationInput.mjs +7 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlertOrderByWithRelationInput.d.ts +1 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlertOrderByWithRelationInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlertOrderByWithRelationInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlertOrderByWithRelationInput.mjs +7 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlertScalarWhereInput.d.ts +2 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlertScalarWhereInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlertScalarWhereInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlertScalarWhereInput.mjs +8 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlertScalarWhereWithAggregatesInput.d.ts +2 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlertScalarWhereWithAggregatesInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlertScalarWhereWithAggregatesInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlertScalarWhereWithAggregatesInput.mjs +8 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlertUpdateInput.d.ts +2 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlertUpdateInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlertUpdateInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlertUpdateInput.mjs +8 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlertUpdateManyMutationInput.d.ts +2 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlertUpdateManyMutationInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlertUpdateManyMutationInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlertUpdateManyMutationInput.mjs +8 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlertUpdateWithoutAlpacaAccountInput.d.ts +2 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlertUpdateWithoutAlpacaAccountInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlertUpdateWithoutAlpacaAccountInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlertUpdateWithoutAlpacaAccountInput.mjs +8 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlertWhereInput.d.ts +2 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlertWhereInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlertWhereInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlertWhereInput.mjs +8 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlertWhereUniqueInput.d.ts +2 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlertWhereUniqueInput.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlertWhereUniqueInput.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/AlertWhereUniqueInput.mjs +8 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/EnumAlertStatusFieldUpdateOperationsInput.d.ts +4 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/EnumAlertStatusFieldUpdateOperationsInput.d.ts.map +1 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/EnumAlertStatusFieldUpdateOperationsInput.js.map +1 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/EnumAlertStatusFieldUpdateOperationsInput.mjs +25 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/EnumAlertStatusFilter.d.ts +8 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/EnumAlertStatusFilter.d.ts.map +1 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/EnumAlertStatusFilter.js.map +1 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/EnumAlertStatusFilter.mjs +47 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/EnumAlertStatusWithAggregatesFilter.d.ts +13 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/EnumAlertStatusWithAggregatesFilter.d.ts.map +1 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/EnumAlertStatusWithAggregatesFilter.js.map +1 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/EnumAlertStatusWithAggregatesFilter.mjs +70 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/NestedEnumAlertStatusFilter.d.ts +7 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/NestedEnumAlertStatusFilter.d.ts.map +1 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/NestedEnumAlertStatusFilter.js.map +1 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/NestedEnumAlertStatusFilter.mjs +46 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/NestedEnumAlertStatusWithAggregatesFilter.d.ts +12 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/NestedEnumAlertStatusWithAggregatesFilter.d.ts.map +1 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/NestedEnumAlertStatusWithAggregatesFilter.js.map +1 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/NestedEnumAlertStatusWithAggregatesFilter.mjs +69 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/index.d.ts +5 -0
- package/esm/generated/typegraphql-prisma/resolvers/inputs/index.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/index.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/inputs/index.mjs +5 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/AlertCountAggregate.d.ts +1 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/AlertCountAggregate.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/AlertCountAggregate.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/AlertCountAggregate.mjs +7 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/AlertGroupBy.d.ts +1 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/AlertGroupBy.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/AlertGroupBy.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/AlertGroupBy.mjs +8 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/AlertMaxAggregate.d.ts +1 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/AlertMaxAggregate.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/AlertMaxAggregate.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/AlertMaxAggregate.mjs +8 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/AlertMinAggregate.d.ts +1 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/AlertMinAggregate.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/AlertMinAggregate.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/AlertMinAggregate.mjs +8 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnAlert.d.ts +1 -0
- package/esm/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnAlert.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnAlert.js.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnAlert.mjs +8 -0
- package/esm/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/args/AlpacaAccountAlertsArgs.d.ts +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/args/AlpacaAccountAlertsArgs.d.ts.map +1 -1
- package/esm/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/args/AlpacaAccountAlertsArgs.js.map +1 -1
- package/generated/typeStrings/Alert.cjs +12 -0
- package/generated/typeStrings/Alert.d.ts +1 -1
- package/generated/typeStrings/Alert.d.ts.map +1 -1
- package/generated/typeStrings/Alert.js.map +1 -1
- package/generated/typeStrings/index.d.ts +1 -1
- package/generated/typegraphql-prisma/enhance.cjs +27 -22
- package/generated/typegraphql-prisma/enhance.d.ts.map +1 -1
- package/generated/typegraphql-prisma/enhance.js.map +1 -1
- package/generated/typegraphql-prisma/enums/AlertScalarFieldEnum.cjs +1 -0
- package/generated/typegraphql-prisma/enums/AlertScalarFieldEnum.d.ts +1 -0
- package/generated/typegraphql-prisma/enums/AlertScalarFieldEnum.d.ts.map +1 -1
- package/generated/typegraphql-prisma/enums/AlertScalarFieldEnum.js.map +1 -1
- package/generated/typegraphql-prisma/enums/AlertStatus.cjs +49 -0
- package/generated/typegraphql-prisma/enums/AlertStatus.d.ts +7 -0
- package/generated/typegraphql-prisma/enums/AlertStatus.d.ts.map +1 -0
- package/generated/typegraphql-prisma/enums/AlertStatus.js.map +1 -0
- package/generated/typegraphql-prisma/enums/index.cjs +4 -2
- package/generated/typegraphql-prisma/enums/index.d.ts +1 -0
- package/generated/typegraphql-prisma/enums/index.d.ts.map +1 -1
- package/generated/typegraphql-prisma/enums/index.js.map +1 -1
- package/generated/typegraphql-prisma/models/Alert.cjs +8 -0
- package/generated/typegraphql-prisma/models/Alert.d.ts +4 -0
- package/generated/typegraphql-prisma/models/Alert.d.ts.map +1 -1
- package/generated/typegraphql-prisma/models/Alert.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/Alert/args/FindFirstAlertArgs.d.ts +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/Alert/args/FindFirstAlertArgs.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/Alert/args/FindFirstAlertArgs.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/Alert/args/FindFirstAlertOrThrowArgs.d.ts +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/Alert/args/FindFirstAlertOrThrowArgs.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/Alert/args/FindFirstAlertOrThrowArgs.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/Alert/args/FindManyAlertArgs.d.ts +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/Alert/args/FindManyAlertArgs.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/Alert/args/FindManyAlertArgs.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/Alert/args/GroupByAlertArgs.d.ts +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/Alert/args/GroupByAlertArgs.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/crud/Alert/args/GroupByAlertArgs.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AlertCountOrderByAggregateInput.cjs +6 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlertCountOrderByAggregateInput.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlertCountOrderByAggregateInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AlertCountOrderByAggregateInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AlertCreateInput.cjs +7 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlertCreateInput.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlertCreateInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AlertCreateInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AlertCreateManyAlpacaAccountInput.cjs +7 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlertCreateManyAlpacaAccountInput.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlertCreateManyAlpacaAccountInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AlertCreateManyAlpacaAccountInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AlertCreateManyInput.cjs +7 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlertCreateManyInput.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlertCreateManyInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AlertCreateManyInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AlertCreateWithoutAlpacaAccountInput.cjs +7 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlertCreateWithoutAlpacaAccountInput.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlertCreateWithoutAlpacaAccountInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AlertCreateWithoutAlpacaAccountInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AlertMaxOrderByAggregateInput.cjs +6 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlertMaxOrderByAggregateInput.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlertMaxOrderByAggregateInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AlertMaxOrderByAggregateInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AlertMinOrderByAggregateInput.cjs +6 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlertMinOrderByAggregateInput.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlertMinOrderByAggregateInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AlertMinOrderByAggregateInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AlertOrderByWithAggregationInput.cjs +6 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlertOrderByWithAggregationInput.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlertOrderByWithAggregationInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AlertOrderByWithAggregationInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AlertOrderByWithRelationInput.cjs +6 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlertOrderByWithRelationInput.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlertOrderByWithRelationInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AlertOrderByWithRelationInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AlertScalarWhereInput.cjs +7 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlertScalarWhereInput.d.ts +2 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlertScalarWhereInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AlertScalarWhereInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AlertScalarWhereWithAggregatesInput.cjs +7 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlertScalarWhereWithAggregatesInput.d.ts +2 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlertScalarWhereWithAggregatesInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AlertScalarWhereWithAggregatesInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AlertUpdateInput.cjs +7 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlertUpdateInput.d.ts +2 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlertUpdateInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AlertUpdateInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AlertUpdateManyMutationInput.cjs +7 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlertUpdateManyMutationInput.d.ts +2 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlertUpdateManyMutationInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AlertUpdateManyMutationInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AlertUpdateWithoutAlpacaAccountInput.cjs +7 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlertUpdateWithoutAlpacaAccountInput.d.ts +2 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlertUpdateWithoutAlpacaAccountInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AlertUpdateWithoutAlpacaAccountInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AlertWhereInput.cjs +7 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlertWhereInput.d.ts +2 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlertWhereInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AlertWhereInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AlertWhereUniqueInput.cjs +7 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlertWhereUniqueInput.d.ts +2 -0
- package/generated/typegraphql-prisma/resolvers/inputs/AlertWhereUniqueInput.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/AlertWhereUniqueInput.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/EnumAlertStatusFieldUpdateOperationsInput.cjs +60 -0
- package/generated/typegraphql-prisma/resolvers/inputs/EnumAlertStatusFieldUpdateOperationsInput.d.ts +4 -0
- package/generated/typegraphql-prisma/resolvers/inputs/EnumAlertStatusFieldUpdateOperationsInput.d.ts.map +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/EnumAlertStatusFieldUpdateOperationsInput.js.map +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/EnumAlertStatusFilter.cjs +79 -0
- package/generated/typegraphql-prisma/resolvers/inputs/EnumAlertStatusFilter.d.ts +8 -0
- package/generated/typegraphql-prisma/resolvers/inputs/EnumAlertStatusFilter.d.ts.map +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/EnumAlertStatusFilter.js.map +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/EnumAlertStatusWithAggregatesFilter.cjs +99 -0
- package/generated/typegraphql-prisma/resolvers/inputs/EnumAlertStatusWithAggregatesFilter.d.ts +13 -0
- package/generated/typegraphql-prisma/resolvers/inputs/EnumAlertStatusWithAggregatesFilter.d.ts.map +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/EnumAlertStatusWithAggregatesFilter.js.map +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumAlertStatusFilter.cjs +78 -0
- package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumAlertStatusFilter.d.ts +7 -0
- package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumAlertStatusFilter.d.ts.map +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumAlertStatusFilter.js.map +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumAlertStatusWithAggregatesFilter.cjs +98 -0
- package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumAlertStatusWithAggregatesFilter.d.ts +12 -0
- package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumAlertStatusWithAggregatesFilter.d.ts.map +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/NestedEnumAlertStatusWithAggregatesFilter.js.map +1 -0
- package/generated/typegraphql-prisma/resolvers/inputs/index.cjs +30 -20
- package/generated/typegraphql-prisma/resolvers/inputs/index.d.ts +5 -0
- package/generated/typegraphql-prisma/resolvers/inputs/index.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/inputs/index.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/AlertCountAggregate.cjs +6 -0
- package/generated/typegraphql-prisma/resolvers/outputs/AlertCountAggregate.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/outputs/AlertCountAggregate.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/AlertCountAggregate.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/AlertGroupBy.cjs +7 -0
- package/generated/typegraphql-prisma/resolvers/outputs/AlertGroupBy.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/outputs/AlertGroupBy.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/AlertGroupBy.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/AlertMaxAggregate.cjs +7 -0
- package/generated/typegraphql-prisma/resolvers/outputs/AlertMaxAggregate.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/outputs/AlertMaxAggregate.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/AlertMaxAggregate.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/AlertMinAggregate.cjs +7 -0
- package/generated/typegraphql-prisma/resolvers/outputs/AlertMinAggregate.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/outputs/AlertMinAggregate.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/AlertMinAggregate.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnAlert.cjs +7 -0
- package/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnAlert.d.ts +1 -0
- package/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnAlert.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnAlert.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/args/AlpacaAccountAlertsArgs.d.ts +1 -1
- package/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/args/AlpacaAccountAlertsArgs.d.ts.map +1 -1
- package/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/args/AlpacaAccountAlertsArgs.js.map +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AlertCountAggregate.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/AlertCountAggregate.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAMrC,IAAM,mBAAmB,GAAzB,MAAM,mBAAmB;IAI9B,EAAE,CAAU;IAKZ,eAAe,CAAU;IAKzB,OAAO,CAAU;IAKjB,IAAI,CAAU;IAKd,MAAM,CAAU;IAKhB,SAAS,CAAU;IAKnB,SAAS,CAAU;IAKnB,IAAI,CAAU;CACf,CAAA;
|
|
1
|
+
{"version":3,"file":"AlertCountAggregate.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/AlertCountAggregate.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAMrC,IAAM,mBAAmB,GAAzB,MAAM,mBAAmB;IAI9B,EAAE,CAAU;IAKZ,eAAe,CAAU;IAKzB,OAAO,CAAU;IAKjB,IAAI,CAAU;IAKd,MAAM,CAAU;IAKhB,MAAM,CAAU;IAKhB,SAAS,CAAU;IAKnB,SAAS,CAAU;IAKnB,IAAI,CAAU;CACf,CAAA;AAzCC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,KAAK;KAChB,CAAC;;+CACU;AAKZ;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,KAAK;KAChB,CAAC;;4DACuB;AAKzB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,KAAK;KAChB,CAAC;;oDACe;AAKjB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,KAAK;KAChB,CAAC;;iDACY;AAKd;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,KAAK;KAChB,CAAC;;mDACc;AAKhB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,KAAK;KAChB,CAAC;;mDACc;AAKhB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,KAAK;KAChB,CAAC;;sDACiB;AAKnB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,KAAK;KAChB,CAAC;;sDACiB;AAKnB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,KAAK;KAChB,CAAC;;iDACY;AA5CH,mBAAmB;IAD/B,WAAW,CAAC,UAAU,CAAC,qBAAqB,EAAE,EAAE,CAAC;GACrC,mBAAmB,CA6C/B"}
|
|
@@ -13,6 +13,7 @@ let AlertCountAggregate = class AlertCountAggregate {
|
|
|
13
13
|
alpacaAccountId;
|
|
14
14
|
message;
|
|
15
15
|
type;
|
|
16
|
+
status;
|
|
16
17
|
isRead;
|
|
17
18
|
createdAt;
|
|
18
19
|
updatedAt;
|
|
@@ -42,6 +43,12 @@ __decorate([
|
|
|
42
43
|
}),
|
|
43
44
|
__metadata("design:type", Number)
|
|
44
45
|
], AlertCountAggregate.prototype, "type", void 0);
|
|
46
|
+
__decorate([
|
|
47
|
+
TypeGraphQL.Field(_type => TypeGraphQL.Int, {
|
|
48
|
+
nullable: false
|
|
49
|
+
}),
|
|
50
|
+
__metadata("design:type", Number)
|
|
51
|
+
], AlertCountAggregate.prototype, "status", void 0);
|
|
45
52
|
__decorate([
|
|
46
53
|
TypeGraphQL.Field(_type => TypeGraphQL.Int, {
|
|
47
54
|
nullable: false
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AlertGroupBy.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/AlertGroupBy.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,mBAAmB,EAAE,MAAM,gCAAgC,CAAC;AACrE,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAC;AACjE,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAC;
|
|
1
|
+
{"version":3,"file":"AlertGroupBy.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/AlertGroupBy.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,mBAAmB,EAAE,MAAM,gCAAgC,CAAC;AACrE,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAC;AACjE,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAC;AAIjE,qBACa,YAAY;IAIvB,EAAE,EAAG,MAAM,CAAC;IAKZ,eAAe,EAAG,MAAM,CAAC;IAKzB,OAAO,EAAG,MAAM,CAAC;IAKjB,IAAI,EAAG,SAAS,GAAG,SAAS,GAAG,OAAO,GAAG,MAAM,CAAC;IAKhD,MAAM,EAAG,QAAQ,GAAG,cAAc,GAAG,UAAU,GAAG,YAAY,CAAC;IAK/D,MAAM,EAAG,OAAO,CAAC;IAKjB,SAAS,EAAG,IAAI,CAAC;IAKjB,SAAS,EAAG,IAAI,CAAC;IAKjB,MAAM,EAAG,mBAAmB,GAAG,IAAI,CAAC;IAKpC,IAAI,EAAG,iBAAiB,GAAG,IAAI,CAAC;IAKhC,IAAI,EAAG,iBAAiB,GAAG,IAAI,CAAC;CACjC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AlertGroupBy.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/AlertGroupBy.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAI5C,OAAO,EAAE,mBAAmB,EAAE,MAAM,gCAAgC,CAAC;AACrE,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAC;AACjE,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAC;AACjE,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAG3C,IAAM,YAAY,GAAlB,MAAM,YAAY;IAIvB,EAAE,CAAU;IAKZ,eAAe,CAAU;IAKzB,OAAO,CAAU;IAKjB,IAAI,CAA4C;IAKhD,MAAM,CAAW;IAKjB,SAAS,CAAQ;IAKjB,SAAS,CAAQ;IAKjB,MAAM,CAA8B;IAKpC,IAAI,CAA4B;IAKhC,IAAI,CAA4B;CACjC,CAAA;
|
|
1
|
+
{"version":3,"file":"AlertGroupBy.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/AlertGroupBy.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAI5C,OAAO,EAAE,mBAAmB,EAAE,MAAM,gCAAgC,CAAC;AACrE,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAC;AACjE,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAC;AACjE,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAG3C,IAAM,YAAY,GAAlB,MAAM,YAAY;IAIvB,EAAE,CAAU;IAKZ,eAAe,CAAU;IAKzB,OAAO,CAAU;IAKjB,IAAI,CAA4C;IAKhD,MAAM,CAAyD;IAK/D,MAAM,CAAW;IAKjB,SAAS,CAAQ;IAKjB,SAAS,CAAQ;IAKjB,MAAM,CAA8B;IAKpC,IAAI,CAA4B;IAKhC,IAAI,CAA4B;CACjC,CAAA;AAnDC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,MAAM,EAAE;QAClC,QAAQ,EAAE,KAAK;KAChB,CAAC;;wCACU;AAKZ;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,MAAM,EAAE;QAClC,QAAQ,EAAE,KAAK;KAChB,CAAC;;qDACuB;AAKzB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,MAAM,EAAE;QAClC,QAAQ,EAAE,KAAK;KAChB,CAAC;;6CACe;AAKjB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,SAAS,EAAE;QACrC,QAAQ,EAAE,KAAK;KAChB,CAAC;;0CAC8C;AAKhD;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,EAAE;QACvC,QAAQ,EAAE,KAAK;KAChB,CAAC;;4CAC6D;AAK/D;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,OAAO,EAAE;QACnC,QAAQ,EAAE,KAAK;KAChB,CAAC;;4CACe;AAKjB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,IAAI,EAAE;QAChC,QAAQ,EAAE,KAAK;KAChB,CAAC;8BACU,IAAI;+CAAC;AAKjB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,IAAI,EAAE;QAChC,QAAQ,EAAE,KAAK;KAChB,CAAC;8BACU,IAAI;+CAAC;AAKjB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,mBAAmB,EAAE;QAC/C,QAAQ,EAAE,IAAI;KACf,CAAC;;4CACkC;AAKpC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,iBAAiB,EAAE;QAC7C,QAAQ,EAAE,IAAI;KACf,CAAC;;0CAC8B;AAKhC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,iBAAiB,EAAE;QAC7C,QAAQ,EAAE,IAAI;KACf,CAAC;;0CAC8B;AAtDrB,YAAY;IADxB,WAAW,CAAC,UAAU,CAAC,cAAc,EAAE,EAAE,CAAC;GAC9B,YAAY,CAuDxB"}
|
|
@@ -11,12 +11,14 @@ import * as TypeGraphQL from "type-graphql";
|
|
|
11
11
|
import { AlertCountAggregate } from "../outputs/AlertCountAggregate.mjs";
|
|
12
12
|
import { AlertMaxAggregate } from "../outputs/AlertMaxAggregate.mjs";
|
|
13
13
|
import { AlertMinAggregate } from "../outputs/AlertMinAggregate.mjs";
|
|
14
|
+
import { AlertStatus } from "../../enums/AlertStatus.mjs";
|
|
14
15
|
import { AlertType } from "../../enums/AlertType.mjs";
|
|
15
16
|
let AlertGroupBy = class AlertGroupBy {
|
|
16
17
|
id;
|
|
17
18
|
alpacaAccountId;
|
|
18
19
|
message;
|
|
19
20
|
type;
|
|
21
|
+
status;
|
|
20
22
|
isRead;
|
|
21
23
|
createdAt;
|
|
22
24
|
updatedAt;
|
|
@@ -48,6 +50,12 @@ __decorate([
|
|
|
48
50
|
}),
|
|
49
51
|
__metadata("design:type", String)
|
|
50
52
|
], AlertGroupBy.prototype, "type", void 0);
|
|
53
|
+
__decorate([
|
|
54
|
+
TypeGraphQL.Field(_type => AlertStatus, {
|
|
55
|
+
nullable: false
|
|
56
|
+
}),
|
|
57
|
+
__metadata("design:type", String)
|
|
58
|
+
], AlertGroupBy.prototype, "status", void 0);
|
|
51
59
|
__decorate([
|
|
52
60
|
TypeGraphQL.Field(_type => Boolean, {
|
|
53
61
|
nullable: false
|
|
@@ -3,6 +3,7 @@ export declare class AlertMaxAggregate {
|
|
|
3
3
|
alpacaAccountId: string | null;
|
|
4
4
|
message: string | null;
|
|
5
5
|
type: "SUCCESS" | "WARNING" | "ERROR" | "INFO" | null;
|
|
6
|
+
status: "ACTIVE" | "ACKNOWLEDGED" | "RESOLVED" | "SUPPRESSED" | null;
|
|
6
7
|
isRead: boolean | null;
|
|
7
8
|
createdAt: Date | null;
|
|
8
9
|
updatedAt: Date | null;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AlertMaxAggregate.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/AlertMaxAggregate.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"AlertMaxAggregate.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/AlertMaxAggregate.ts"],"names":[],"mappings":"AAOA,qBACa,iBAAiB;IAI5B,EAAE,EAAG,MAAM,GAAG,IAAI,CAAC;IAKnB,eAAe,EAAG,MAAM,GAAG,IAAI,CAAC;IAKhC,OAAO,EAAG,MAAM,GAAG,IAAI,CAAC;IAKxB,IAAI,EAAG,SAAS,GAAG,SAAS,GAAG,OAAO,GAAG,MAAM,GAAG,IAAI,CAAC;IAKvD,MAAM,EAAG,QAAQ,GAAG,cAAc,GAAG,UAAU,GAAG,YAAY,GAAG,IAAI,CAAC;IAKtE,MAAM,EAAG,OAAO,GAAG,IAAI,CAAC;IAKxB,SAAS,EAAG,IAAI,GAAG,IAAI,CAAC;IAKxB,SAAS,EAAG,IAAI,GAAG,IAAI,CAAC;CACzB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AlertMaxAggregate.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/AlertMaxAggregate.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAI5C,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAG3C,IAAM,iBAAiB,GAAvB,MAAM,iBAAiB;IAI5B,EAAE,CAAiB;IAKnB,eAAe,CAAiB;IAKhC,OAAO,CAAiB;IAKxB,IAAI,CAAmD;IAKvD,MAAM,CAAkB;IAKxB,SAAS,CAAe;IAKxB,SAAS,CAAe;CACzB,CAAA;
|
|
1
|
+
{"version":3,"file":"AlertMaxAggregate.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/AlertMaxAggregate.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAI5C,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAG3C,IAAM,iBAAiB,GAAvB,MAAM,iBAAiB;IAI5B,EAAE,CAAiB;IAKnB,eAAe,CAAiB;IAKhC,OAAO,CAAiB;IAKxB,IAAI,CAAmD;IAKvD,MAAM,CAAgE;IAKtE,MAAM,CAAkB;IAKxB,SAAS,CAAe;IAKxB,SAAS,CAAe;CACzB,CAAA;AApCC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,MAAM,EAAE;QAClC,QAAQ,EAAE,IAAI;KACf,CAAC;;6CACiB;AAKnB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,MAAM,EAAE;QAClC,QAAQ,EAAE,IAAI;KACf,CAAC;;0DAC8B;AAKhC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,MAAM,EAAE;QAClC,QAAQ,EAAE,IAAI;KACf,CAAC;;kDACsB;AAKxB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,SAAS,EAAE;QACrC,QAAQ,EAAE,IAAI;KACf,CAAC;;+CACqD;AAKvD;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,EAAE;QACvC,QAAQ,EAAE,IAAI;KACf,CAAC;;iDACoE;AAKtE;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,OAAO,EAAE;QACnC,QAAQ,EAAE,IAAI;KACf,CAAC;;iDACsB;AAKxB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,IAAI,EAAE;QAChC,QAAQ,EAAE,IAAI;KACf,CAAC;;oDACsB;AAKxB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,IAAI,EAAE;QAChC,QAAQ,EAAE,IAAI;KACf,CAAC;;oDACsB;AAvCb,iBAAiB;IAD7B,WAAW,CAAC,UAAU,CAAC,mBAAmB,EAAE,EAAE,CAAC;GACnC,iBAAiB,CAwC7B"}
|
|
@@ -8,12 +8,14 @@ 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 { AlertStatus } from "../../enums/AlertStatus.mjs";
|
|
11
12
|
import { AlertType } from "../../enums/AlertType.mjs";
|
|
12
13
|
let AlertMaxAggregate = class AlertMaxAggregate {
|
|
13
14
|
id;
|
|
14
15
|
alpacaAccountId;
|
|
15
16
|
message;
|
|
16
17
|
type;
|
|
18
|
+
status;
|
|
17
19
|
isRead;
|
|
18
20
|
createdAt;
|
|
19
21
|
updatedAt;
|
|
@@ -42,6 +44,12 @@ __decorate([
|
|
|
42
44
|
}),
|
|
43
45
|
__metadata("design:type", Object)
|
|
44
46
|
], AlertMaxAggregate.prototype, "type", void 0);
|
|
47
|
+
__decorate([
|
|
48
|
+
TypeGraphQL.Field(_type => AlertStatus, {
|
|
49
|
+
nullable: true
|
|
50
|
+
}),
|
|
51
|
+
__metadata("design:type", Object)
|
|
52
|
+
], AlertMaxAggregate.prototype, "status", void 0);
|
|
45
53
|
__decorate([
|
|
46
54
|
TypeGraphQL.Field(_type => Boolean, {
|
|
47
55
|
nullable: true
|
|
@@ -3,6 +3,7 @@ export declare class AlertMinAggregate {
|
|
|
3
3
|
alpacaAccountId: string | null;
|
|
4
4
|
message: string | null;
|
|
5
5
|
type: "SUCCESS" | "WARNING" | "ERROR" | "INFO" | null;
|
|
6
|
+
status: "ACTIVE" | "ACKNOWLEDGED" | "RESOLVED" | "SUPPRESSED" | null;
|
|
6
7
|
isRead: boolean | null;
|
|
7
8
|
createdAt: Date | null;
|
|
8
9
|
updatedAt: Date | null;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AlertMinAggregate.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/AlertMinAggregate.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"AlertMinAggregate.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/AlertMinAggregate.ts"],"names":[],"mappings":"AAOA,qBACa,iBAAiB;IAI5B,EAAE,EAAG,MAAM,GAAG,IAAI,CAAC;IAKnB,eAAe,EAAG,MAAM,GAAG,IAAI,CAAC;IAKhC,OAAO,EAAG,MAAM,GAAG,IAAI,CAAC;IAKxB,IAAI,EAAG,SAAS,GAAG,SAAS,GAAG,OAAO,GAAG,MAAM,GAAG,IAAI,CAAC;IAKvD,MAAM,EAAG,QAAQ,GAAG,cAAc,GAAG,UAAU,GAAG,YAAY,GAAG,IAAI,CAAC;IAKtE,MAAM,EAAG,OAAO,GAAG,IAAI,CAAC;IAKxB,SAAS,EAAG,IAAI,GAAG,IAAI,CAAC;IAKxB,SAAS,EAAG,IAAI,GAAG,IAAI,CAAC;CACzB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AlertMinAggregate.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/AlertMinAggregate.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAI5C,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAG3C,IAAM,iBAAiB,GAAvB,MAAM,iBAAiB;IAI5B,EAAE,CAAiB;IAKnB,eAAe,CAAiB;IAKhC,OAAO,CAAiB;IAKxB,IAAI,CAAmD;IAKvD,MAAM,CAAkB;IAKxB,SAAS,CAAe;IAKxB,SAAS,CAAe;CACzB,CAAA;
|
|
1
|
+
{"version":3,"file":"AlertMinAggregate.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/AlertMinAggregate.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAI5C,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAG3C,IAAM,iBAAiB,GAAvB,MAAM,iBAAiB;IAI5B,EAAE,CAAiB;IAKnB,eAAe,CAAiB;IAKhC,OAAO,CAAiB;IAKxB,IAAI,CAAmD;IAKvD,MAAM,CAAgE;IAKtE,MAAM,CAAkB;IAKxB,SAAS,CAAe;IAKxB,SAAS,CAAe;CACzB,CAAA;AApCC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,MAAM,EAAE;QAClC,QAAQ,EAAE,IAAI;KACf,CAAC;;6CACiB;AAKnB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,MAAM,EAAE;QAClC,QAAQ,EAAE,IAAI;KACf,CAAC;;0DAC8B;AAKhC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,MAAM,EAAE;QAClC,QAAQ,EAAE,IAAI;KACf,CAAC;;kDACsB;AAKxB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,SAAS,EAAE;QACrC,QAAQ,EAAE,IAAI;KACf,CAAC;;+CACqD;AAKvD;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,EAAE;QACvC,QAAQ,EAAE,IAAI;KACf,CAAC;;iDACoE;AAKtE;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,OAAO,EAAE;QACnC,QAAQ,EAAE,IAAI;KACf,CAAC;;iDACsB;AAKxB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,IAAI,EAAE;QAChC,QAAQ,EAAE,IAAI;KACf,CAAC;;oDACsB;AAKxB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,IAAI,EAAE;QAChC,QAAQ,EAAE,IAAI;KACf,CAAC;;oDACsB;AAvCb,iBAAiB;IAD7B,WAAW,CAAC,UAAU,CAAC,mBAAmB,EAAE,EAAE,CAAC;GACnC,iBAAiB,CAwC7B"}
|
|
@@ -8,12 +8,14 @@ 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 { AlertStatus } from "../../enums/AlertStatus.mjs";
|
|
11
12
|
import { AlertType } from "../../enums/AlertType.mjs";
|
|
12
13
|
let AlertMinAggregate = class AlertMinAggregate {
|
|
13
14
|
id;
|
|
14
15
|
alpacaAccountId;
|
|
15
16
|
message;
|
|
16
17
|
type;
|
|
18
|
+
status;
|
|
17
19
|
isRead;
|
|
18
20
|
createdAt;
|
|
19
21
|
updatedAt;
|
|
@@ -42,6 +44,12 @@ __decorate([
|
|
|
42
44
|
}),
|
|
43
45
|
__metadata("design:type", Object)
|
|
44
46
|
], AlertMinAggregate.prototype, "type", void 0);
|
|
47
|
+
__decorate([
|
|
48
|
+
TypeGraphQL.Field(_type => AlertStatus, {
|
|
49
|
+
nullable: true
|
|
50
|
+
}),
|
|
51
|
+
__metadata("design:type", Object)
|
|
52
|
+
], AlertMinAggregate.prototype, "status", void 0);
|
|
45
53
|
__decorate([
|
|
46
54
|
TypeGraphQL.Field(_type => Boolean, {
|
|
47
55
|
nullable: true
|
package/esm/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnAlert.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateManyAndReturnAlert.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnAlert.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAC;
|
|
1
|
+
{"version":3,"file":"CreateManyAndReturnAlert.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnAlert.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAC;AAI3D,qBACa,wBAAwB;IAInC,EAAE,EAAG,MAAM,CAAC;IAKZ,eAAe,EAAG,MAAM,CAAC;IAKzB,OAAO,EAAG,MAAM,CAAC;IAKjB,IAAI,EAAG,SAAS,GAAG,SAAS,GAAG,OAAO,GAAG,MAAM,CAAC;IAKhD,MAAM,EAAG,QAAQ,GAAG,cAAc,GAAG,UAAU,GAAG,YAAY,CAAC;IAK/D,MAAM,EAAG,OAAO,CAAC;IAKjB,SAAS,EAAG,IAAI,CAAC;IAKjB,SAAS,EAAG,IAAI,CAAC;IAKjB,aAAa,EAAG,aAAa,CAAC;CAC/B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateManyAndReturnAlert.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnAlert.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAI5C,OAAO,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAC;AAC3D,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAG3C,IAAM,wBAAwB,GAA9B,MAAM,wBAAwB;IAInC,EAAE,CAAU;IAKZ,eAAe,CAAU;IAKzB,OAAO,CAAU;IAKjB,IAAI,CAA4C;IAKhD,MAAM,CAAW;IAKjB,SAAS,CAAQ;IAKjB,SAAS,CAAQ;IAKjB,aAAa,CAAiB;CAC/B,CAAA;
|
|
1
|
+
{"version":3,"file":"CreateManyAndReturnAlert.js","sourceRoot":"","sources":["../../../../../../src/generated/typegraphql-prisma/resolvers/outputs/CreateManyAndReturnAlert.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAI5C,OAAO,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAC;AAC3D,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAG3C,IAAM,wBAAwB,GAA9B,MAAM,wBAAwB;IAInC,EAAE,CAAU;IAKZ,eAAe,CAAU;IAKzB,OAAO,CAAU;IAKjB,IAAI,CAA4C;IAKhD,MAAM,CAAyD;IAK/D,MAAM,CAAW;IAKjB,SAAS,CAAQ;IAKjB,SAAS,CAAQ;IAKjB,aAAa,CAAiB;CAC/B,CAAA;AAzCC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,MAAM,EAAE;QAClC,QAAQ,EAAE,KAAK;KAChB,CAAC;;oDACU;AAKZ;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,MAAM,EAAE;QAClC,QAAQ,EAAE,KAAK;KAChB,CAAC;;iEACuB;AAKzB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,MAAM,EAAE;QAClC,QAAQ,EAAE,KAAK;KAChB,CAAC;;yDACe;AAKjB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,SAAS,EAAE;QACrC,QAAQ,EAAE,KAAK;KAChB,CAAC;;sDAC8C;AAKhD;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,EAAE;QACvC,QAAQ,EAAE,KAAK;KAChB,CAAC;;wDAC6D;AAK/D;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,OAAO,EAAE;QACnC,QAAQ,EAAE,KAAK;KAChB,CAAC;;wDACe;AAKjB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,IAAI,EAAE;QAChC,QAAQ,EAAE,KAAK;KAChB,CAAC;8BACU,IAAI;2DAAC;AAKjB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,IAAI,EAAE;QAChC,QAAQ,EAAE,KAAK;KAChB,CAAC;8BACU,IAAI;2DAAC;AAKjB;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,aAAa,EAAE;QACzC,QAAQ,EAAE,KAAK;KAChB,CAAC;8BACc,aAAa;+DAAC;AA5CnB,wBAAwB;IADpC,WAAW,CAAC,UAAU,CAAC,0BAA0B,EAAE,EAAE,CAAC;GAC1C,wBAAwB,CA6CpC"}
|
|
@@ -9,12 +9,14 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
9
9
|
};
|
|
10
10
|
import * as TypeGraphQL from "type-graphql";
|
|
11
11
|
import { AlpacaAccount } from "../../models/AlpacaAccount.mjs";
|
|
12
|
+
import { AlertStatus } from "../../enums/AlertStatus.mjs";
|
|
12
13
|
import { AlertType } from "../../enums/AlertType.mjs";
|
|
13
14
|
let CreateManyAndReturnAlert = class CreateManyAndReturnAlert {
|
|
14
15
|
id;
|
|
15
16
|
alpacaAccountId;
|
|
16
17
|
message;
|
|
17
18
|
type;
|
|
19
|
+
status;
|
|
18
20
|
isRead;
|
|
19
21
|
createdAt;
|
|
20
22
|
updatedAt;
|
|
@@ -44,6 +46,12 @@ __decorate([
|
|
|
44
46
|
}),
|
|
45
47
|
__metadata("design:type", String)
|
|
46
48
|
], CreateManyAndReturnAlert.prototype, "type", void 0);
|
|
49
|
+
__decorate([
|
|
50
|
+
TypeGraphQL.Field(_type => AlertStatus, {
|
|
51
|
+
nullable: false
|
|
52
|
+
}),
|
|
53
|
+
__metadata("design:type", String)
|
|
54
|
+
], CreateManyAndReturnAlert.prototype, "status", void 0);
|
|
47
55
|
__decorate([
|
|
48
56
|
TypeGraphQL.Field(_type => Boolean, {
|
|
49
57
|
nullable: false
|
|
@@ -7,6 +7,6 @@ export declare class AlpacaAccountAlertsArgs {
|
|
|
7
7
|
cursor?: AlertWhereUniqueInput | undefined;
|
|
8
8
|
take?: number | undefined;
|
|
9
9
|
skip?: number | undefined;
|
|
10
|
-
distinct?: Array<"id" | "alpacaAccountId" | "message" | "type" | "isRead" | "createdAt" | "updatedAt"> | undefined;
|
|
10
|
+
distinct?: Array<"id" | "alpacaAccountId" | "message" | "type" | "status" | "isRead" | "createdAt" | "updatedAt"> | undefined;
|
|
11
11
|
}
|
|
12
12
|
//# sourceMappingURL=AlpacaAccountAlertsArgs.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AlpacaAccountAlertsArgs.d.ts","sourceRoot":"","sources":["../../../../../../../../src/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/args/AlpacaAccountAlertsArgs.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,6BAA6B,EAAE,MAAM,+CAA+C,CAAC;AAC9F,OAAO,EAAE,eAAe,EAAE,MAAM,iCAAiC,CAAC;AAClE,OAAO,EAAE,qBAAqB,EAAE,MAAM,uCAAuC,CAAC;AAG9E,qBACa,uBAAuB;IAIlC,KAAK,CAAC,EAAE,eAAe,GAAG,SAAS,CAAC;IAKpC,OAAO,CAAC,EAAE,6BAA6B,EAAE,GAAG,SAAS,CAAC;IAKtD,MAAM,CAAC,EAAE,qBAAqB,GAAG,SAAS,CAAC;IAK3C,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK1B,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK1B,QAAQ,CAAC,EAAE,KAAK,CAAC,IAAI,GAAG,iBAAiB,GAAG,SAAS,GAAG,MAAM,GAAG,QAAQ,GAAG,WAAW,GAAG,WAAW,CAAC,GAAG,SAAS,CAAC;
|
|
1
|
+
{"version":3,"file":"AlpacaAccountAlertsArgs.d.ts","sourceRoot":"","sources":["../../../../../../../../src/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/args/AlpacaAccountAlertsArgs.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,6BAA6B,EAAE,MAAM,+CAA+C,CAAC;AAC9F,OAAO,EAAE,eAAe,EAAE,MAAM,iCAAiC,CAAC;AAClE,OAAO,EAAE,qBAAqB,EAAE,MAAM,uCAAuC,CAAC;AAG9E,qBACa,uBAAuB;IAIlC,KAAK,CAAC,EAAE,eAAe,GAAG,SAAS,CAAC;IAKpC,OAAO,CAAC,EAAE,6BAA6B,EAAE,GAAG,SAAS,CAAC;IAKtD,MAAM,CAAC,EAAE,qBAAqB,GAAG,SAAS,CAAC;IAK3C,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK1B,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAK1B,QAAQ,CAAC,EAAE,KAAK,CAAC,IAAI,GAAG,iBAAiB,GAAG,SAAS,GAAG,MAAM,GAAG,QAAQ,GAAG,QAAQ,GAAG,WAAW,GAAG,WAAW,CAAC,GAAG,SAAS,CAAC;CAC/H"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AlpacaAccountAlertsArgs.js","sourceRoot":"","sources":["../../../../../../../../src/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/args/AlpacaAccountAlertsArgs.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAE5C,OAAO,EAAE,6BAA6B,EAAE,MAAM,+CAA+C,CAAC;AAC9F,OAAO,EAAE,eAAe,EAAE,MAAM,iCAAiC,CAAC;AAClE,OAAO,EAAE,qBAAqB,EAAE,MAAM,uCAAuC,CAAC;AAC9E,OAAO,EAAE,oBAAoB,EAAE,MAAM,wCAAwC,CAAC;AAGvE,IAAM,uBAAuB,GAA7B,MAAM,uBAAuB;IAIlC,KAAK,CAA+B;IAKpC,OAAO,CAA+C;IAKtD,MAAM,CAAqC;IAK3C,IAAI,CAAsB;IAK1B,IAAI,CAAsB;IAK1B,QAAQ,
|
|
1
|
+
{"version":3,"file":"AlpacaAccountAlertsArgs.js","sourceRoot":"","sources":["../../../../../../../../src/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/args/AlpacaAccountAlertsArgs.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAE5C,OAAO,EAAE,6BAA6B,EAAE,MAAM,+CAA+C,CAAC;AAC9F,OAAO,EAAE,eAAe,EAAE,MAAM,iCAAiC,CAAC;AAClE,OAAO,EAAE,qBAAqB,EAAE,MAAM,uCAAuC,CAAC;AAC9E,OAAO,EAAE,oBAAoB,EAAE,MAAM,wCAAwC,CAAC;AAGvE,IAAM,uBAAuB,GAA7B,MAAM,uBAAuB;IAIlC,KAAK,CAA+B;IAKpC,OAAO,CAA+C;IAKtD,MAAM,CAAqC;IAK3C,IAAI,CAAsB;IAK1B,IAAI,CAAsB;IAK1B,QAAQ,CAAsH;CAC/H,CAAA;AA1BC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,eAAe,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;sDACkC;AAKpC;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,6BAA6B,CAAC,EAAE;QAC3D,QAAQ,EAAE,IAAI;KACf,CAAC;;wDACoD;AAKtD;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,qBAAqB,EAAE;QACjD,QAAQ,EAAE,IAAI;KACf,CAAC;;uDACyC;AAK3C;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;qDACwB;AAK1B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAAC,GAAG,EAAE;QAC3C,QAAQ,EAAE,IAAI;KACf,CAAC;;qDACwB;AAK1B;IAHC,WAAW,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,oBAAoB,CAAC,EAAE;QAClD,QAAQ,EAAE,IAAI;KACf,CAAC;;yDAC4H;AA7BnH,uBAAuB;IADnC,WAAW,CAAC,QAAQ,EAAE;GACV,uBAAuB,CA8BnC"}
|
|
@@ -10,6 +10,8 @@ export type Alert = {
|
|
|
10
10
|
message: string;
|
|
11
11
|
// Type of the alert, defined by AlertType enum.
|
|
12
12
|
type: AlertType;
|
|
13
|
+
// Lifecycle status of the alert, defined by AlertStatus enum.
|
|
14
|
+
status: AlertStatus;
|
|
13
15
|
// Indicates whether the alert has been read by the user.
|
|
14
16
|
isRead: boolean;
|
|
15
17
|
};
|
|
@@ -24,5 +26,15 @@ enum AlertType {
|
|
|
24
26
|
INFO
|
|
25
27
|
}
|
|
26
28
|
|
|
29
|
+
enum AlertStatus {
|
|
30
|
+
ACTIVE
|
|
31
|
+
|
|
32
|
+
ACKNOWLEDGED
|
|
33
|
+
|
|
34
|
+
RESOLVED
|
|
35
|
+
|
|
36
|
+
SUPPRESSED
|
|
37
|
+
}
|
|
38
|
+
|
|
27
39
|
`;
|
|
28
40
|
//# sourceMappingURL=Alert.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const AlertTypeString = "\n// Your response should adhere to the following type definition for the \"Alert\" type.\n// Importantly, DO NOT include any annotations in your response (i.e., remove the ones we have provided for your reference below).\n\nexport type Alert = {\n // Message content of the alert.\n message: string;\n // Type of the alert, defined by AlertType enum.\n type: AlertType;\n // Indicates whether the alert has been read by the user.\n isRead: boolean;\n};\n\nenum AlertType {\n SUCCESS\n\n WARNING\n\n ERROR\n\n INFO\n}\n\n";
|
|
1
|
+
export declare const AlertTypeString = "\n// Your response should adhere to the following type definition for the \"Alert\" type.\n// Importantly, DO NOT include any annotations in your response (i.e., remove the ones we have provided for your reference below).\n\nexport type Alert = {\n // Message content of the alert.\n message: string;\n // Type of the alert, defined by AlertType enum.\n type: AlertType;\n // Lifecycle status of the alert, defined by AlertStatus enum.\n status: AlertStatus;\n // Indicates whether the alert has been read by the user.\n isRead: boolean;\n};\n\nenum AlertType {\n SUCCESS\n\n WARNING\n\n ERROR\n\n INFO\n}\n\nenum AlertStatus {\n ACTIVE\n\n ACKNOWLEDGED\n\n RESOLVED\n\n SUPPRESSED\n}\n\n";
|
|
2
2
|
//# sourceMappingURL=Alert.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Alert.d.ts","sourceRoot":"","sources":["../../../src/generated/typeStrings/Alert.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,eAAe,
|
|
1
|
+
{"version":3,"file":"Alert.d.ts","sourceRoot":"","sources":["../../../src/generated/typeStrings/Alert.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,eAAe,qsBAmC3B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Alert.js","sourceRoot":"","sources":["../../../src/generated/typeStrings/Alert.ts"],"names":[],"mappings":";;;AAAa,QAAA,eAAe,GAAG
|
|
1
|
+
{"version":3,"file":"Alert.js","sourceRoot":"","sources":["../../../src/generated/typeStrings/Alert.ts"],"names":[],"mappings":";;;AAAa,QAAA,eAAe,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmC9B,CAAC"}
|
|
@@ -14,7 +14,7 @@ export declare const typeStrings: {
|
|
|
14
14
|
readonly asset: "\n// Your response should adhere to the following type definition for the \"Asset\" type.\n// Importantly, DO NOT include any annotations in your response (i.e., remove the ones we have provided for your reference below).\n\nexport type Asset = {\n // Ticker symbol of the asset\n symbol: string;\n // Full name of the asset\n name: string;\n // Type of the asset, defined by AssetType enum.\n type: AssetType;\n};\n\nenum AssetType {\n STOCK\n\n ETF\n\n MUTUAL_FUND\n\n CRYPTOCURRENCY\n\n INDEX\n\n COMMODITY\n\n CURRENCY\n\n OPTION\n\n FUTURE\n\n BOND\n\n WARRANT\n\n ADR\n\n GDR\n\n UNIT\n\n RIGHT\n\n REIT\n\n STRUCTURED_PRODUCT\n\n SWAP\n\n SPOT\n\n FORWARD\n\n OTHER\n}\n\n";
|
|
15
15
|
readonly trade: "\n// Your response should adhere to the following type definition for the \"Trade\" type.\n// Importantly, DO NOT include any annotations in your response (i.e., remove the ones we have provided for your reference below).\n\nexport type Trade = {\n // Signal that triggered the trade.\n signal: TradeSignal;\n // Strategy used to execute the trade.\n strategy: TradeStrategy;\n // summary of the trade decision (this should be a short description of the trade).\n summary: string;\n // Confidence level in the trade decision.\n confidence: number;\n // Current status of the trade.\n status: TradeStatus;\n // The symbol of the asset associated with this trade.\n symbol: string;\n // List of actions associated with this trade.\n actions: {\n // Sequence number of the action within the trade.\n sequence: number;\n // Type of trade action, defined by ActionType enum.\n type: ActionType;\n // Additional notes or comments about the action.\n note: string;\n // Current status of the trade action.\n status: ActionStatus;\n }[];\n};\n\nenum TradeSignal {\n GOLDEN_CROSS\n\n DEATH_CROSS\n\n MOVING_AVERAGE_CROSSOVER\n\n RSI_OVERBOUGHT\n\n RSI_OVERSOLD\n\n MACD_CROSSOVER\n\n BOLLINGER_BANDS_BREAKOUT\n\n TREND_REVERSAL\n\n PRICE_ACTION\n\n IMPLIED_VOLATILITY_SURGE\n\n BREAKOUT_ABOVE_RESISTANCE\n\n BREAKDOWN_BELOW_SUPPORT\n\n SUPPORT_LEVEL_HOLD\n\n RESISTANCE_LEVEL_HOLD\n\n FIBONACCI_RETRACEMENT\n\n STOCHASTIC_OVERSOLD\n\n STOCHASTIC_OVERBOUGHT\n\n PIVOT_POINT\n\n VOLUME_SURGE\n\n MEAN_REVERSION_LEVEL\n\n NEWS_SENTIMENT_CHANGE\n\n SENTIMENT_ANALYSIS_TRIGGER\n\n GAP_AND_GO_LONG\n\n GAP_AND_GO_SHORT\n\n GAP_FADE_LONG\n\n GAP_FADE_SHORT\n\n ORB_BREAKOUT\n\n ORB_BREAKDOWN\n\n VWAP_BOUNCE\n\n VWAP_REJECTION\n\n NO_EARLY_SIGNAL\n\n NO_SIGNAL\n}\n\nenum TradeStrategy {\n TECHNICAL_ANALYSIS\n\n TREND_FOLLOWING\n\n MEAN_REVERSION\n\n MOMENTUM_STRATEGY\n\n NEWS_BASED_STRATEGY\n\n SCALPING\n\n VOLATILITY_TRADING\n\n EVENT_DRIVEN\n\n BREAKOUT_STRATEGY\n\n ORDER_FLOW_TRADING\n\n OPTIONS_SPREAD\n\n NO_STRATEGY\n}\n\nenum TradeStatus {\n PENDING\n\n OPEN\n\n PARTIAL\n\n COMPLETED\n\n CANCELED\n}\n\nenum ActionType {\n BUY\n\n BUY_OPTION\n\n EXERCISE_OPTION\n\n SELL\n\n CANCEL\n\n ADJUST\n\n HEDGE\n}\n\nenum ActionStatus {\n STAGED\n\n PENDING\n\n EXECUTED\n\n COMPLETED\n\n CANCELED\n}\n\n";
|
|
16
16
|
readonly action: "\n// Your response should adhere to the following type definition for the \"Action\" type.\n// Importantly, DO NOT include any annotations in your response (i.e., remove the ones we have provided for your reference below).\n\nexport type Action = {\n // Sequence number of the action within the trade.\n sequence: number;\n // Type of trade action, defined by ActionType enum.\n type: ActionType;\n // Whether the action is the primary action for the trade.\n primary: boolean;\n // Additional notes or comments about the action.\n note: string;\n // Current status of the trade action.\n status: ActionStatus;\n};\n\nenum ActionType {\n BUY\n\n BUY_OPTION\n\n EXERCISE_OPTION\n\n SELL\n\n CANCEL\n\n ADJUST\n\n HEDGE\n}\n\nenum ActionStatus {\n STAGED\n\n PENDING\n\n EXECUTED\n\n COMPLETED\n\n CANCELED\n}\n\n";
|
|
17
|
-
readonly alert: "\n// Your response should adhere to the following type definition for the \"Alert\" type.\n// Importantly, DO NOT include any annotations in your response (i.e., remove the ones we have provided for your reference below).\n\nexport type Alert = {\n // Message content of the alert.\n message: string;\n // Type of the alert, defined by AlertType enum.\n type: AlertType;\n // Indicates whether the alert has been read by the user.\n isRead: boolean;\n};\n\nenum AlertType {\n SUCCESS\n\n WARNING\n\n ERROR\n\n INFO\n}\n\n";
|
|
17
|
+
readonly alert: "\n// Your response should adhere to the following type definition for the \"Alert\" type.\n// Importantly, DO NOT include any annotations in your response (i.e., remove the ones we have provided for your reference below).\n\nexport type Alert = {\n // Message content of the alert.\n message: string;\n // Type of the alert, defined by AlertType enum.\n type: AlertType;\n // Lifecycle status of the alert, defined by AlertStatus enum.\n status: AlertStatus;\n // Indicates whether the alert has been read by the user.\n isRead: boolean;\n};\n\nenum AlertType {\n SUCCESS\n\n WARNING\n\n ERROR\n\n INFO\n}\n\nenum AlertStatus {\n ACTIVE\n\n ACKNOWLEDGED\n\n RESOLVED\n\n SUPPRESSED\n}\n\n";
|
|
18
18
|
readonly newsArticle: "\n// Your response should adhere to the following type definition for the \"NewsArticle\" type.\n// Importantly, DO NOT include any annotations in your response (i.e., remove the ones we have provided for your reference below).\n\nexport type NewsArticle = {\n // Title of the news article.\n title: string;\n // Full content of the news article.\n content?: string;\n // Source of the news article (e.g., Bloomberg, Reuters).\n source: string;\n // Domain of the source website.\n sourceDomain?: string;\n // URL to the original news article, must be unique.\n url: string;\n // Sentiment analysis result of the article.\n sentiment: string;\n // List of authors who wrote the article.\n authors: string[];\n // Summary or abstract of the news article.\n summary?: string;\n // URL to the banner image of the article.\n bannerImage?: string;\n // Publication time of the article.\n timePublished: string;\n // Category or genre of the news article.\n category?: string;\n // Topics covered in the news article.\n topics: string[];\n // URL to the logo image of the news source.\n logo?: string;\n};\n\n";
|
|
19
19
|
readonly newsArticleAssetSentiment: "\n// Your response should adhere to the following type definition for the \"NewsArticleAssetSentiment\" type.\n// Importantly, DO NOT include any annotations in your response (i.e., remove the ones we have provided for your reference below).\n\nexport type NewsArticleAssetSentiment = {\n // URL of the news article, must be unique.\n url: string;\n // Relation to the Asset model.\n asset?: {\n // Ticker symbol of the asset\n symbol: string;\n // Full name of the asset\n name: string;\n // Type of the asset, defined by AssetType enum.\n type: AssetType;\n };\n // Relevancy score indicating how relevant the news is to the asset.\n relevancyScore?: string;\n // Sentiment score derived from the news content.\n sentimentScore?: string;\n // Label indicating the overall sentiment (e.g., Positive, Negative, Neutral).\n sentimentLabel?: string;\n};\n\nenum AssetType {\n STOCK\n\n ETF\n\n MUTUAL_FUND\n\n CRYPTOCURRENCY\n\n INDEX\n\n COMMODITY\n\n CURRENCY\n\n OPTION\n\n FUTURE\n\n BOND\n\n WARRANT\n\n ADR\n\n GDR\n\n UNIT\n\n RIGHT\n\n REIT\n\n STRUCTURED_PRODUCT\n\n SWAP\n\n SPOT\n\n FORWARD\n\n OTHER\n}\n\n";
|
|
20
20
|
readonly economicEvent: "\n// Your response should adhere to the following type definition for the \"EconomicEvent\" type.\n// Importantly, DO NOT include any annotations in your response (i.e., remove the ones we have provided for your reference below).\n\nexport type EconomicEvent = {\n // Title or name of the economic event.\n title: string;\n // Detailed description of the economic event.\n description?: string;\n // Date and time when the economic event is scheduled to occur.\n date: Date;\n // Importance level of the event, defined by EventImportance enum.\n importance: EventImportance;\n};\n\nenum EventImportance {\n LOW\n\n MEDIUM\n\n HIGH\n}\n\n";
|
|
@@ -1603,7 +1603,7 @@ const modelsInfo = {
|
|
|
1603
1603
|
Asset: ["id", "symbol", "name", "type", "logoUrl", "description", "cik", "exchange", "currency", "country", "sector", "industry", "address", "officialSite", "fiscalYearEnd", "latestQuarter", "marketCapitalization", "ebitda", "peRatio", "pegRatio", "bookValue", "dividendPerShare", "dividendYield", "eps", "revenuePerShareTTM", "profitMargin", "operatingMarginTTM", "returnOnAssetsTTM", "returnOnEquityTTM", "revenueTTM", "grossProfitTTM", "dilutedEPSTTM", "quarterlyEarningsGrowthYOY", "quarterlyRevenueGrowthYOY", "analystTargetPrice", "analystRatingStrongBuy", "analystRatingBuy", "analystRatingHold", "analystRatingSell", "analystRatingStrongSell", "trailingPE", "forwardPE", "priceToSalesRatioTTM", "priceToBookRatio", "evToRevenue", "evToEbitda", "beta", "week52High", "week52Low", "day50MovingAverage", "day200MovingAverage", "sharesOutstanding", "dividendDate", "exDividendDate", "askPrice", "bidPrice", "createdAt", "updatedAt"],
|
|
1604
1604
|
Trade: ["id", "alpacaAccountId", "signal", "strategy", "analysis", "summary", "confidence", "timestamp", "createdAt", "updatedAt", "status", "symbol", "entryPrice", "exitPrice", "entryQty", "exitQty", "entryValue", "exitValue", "entryTime", "exitTime", "pnlAmount", "pnlPercent", "durationMinutes", "marketPhase", "marketVolatility", "sessionHorizonMinutes", "thresholdsJson"],
|
|
1605
1605
|
Action: ["id", "sequence", "tradeId", "type", "primary", "note", "status", "createdAt", "updatedAt", "alpacaOrderId"],
|
|
1606
|
-
Alert: ["id", "alpacaAccountId", "message", "type", "isRead", "createdAt", "updatedAt"],
|
|
1606
|
+
Alert: ["id", "alpacaAccountId", "message", "type", "status", "isRead", "createdAt", "updatedAt"],
|
|
1607
1607
|
NewsArticle: ["id", "title", "content", "source", "sourceDomain", "url", "sentiment", "authors", "summary", "bannerImage", "timePublished", "category", "topics", "logo", "createdAt", "updatedAt"],
|
|
1608
1608
|
NewsArticleAssetSentiment: ["id", "assetId", "newsArticleId", "url", "relevancyScore", "sentimentScore", "sentimentLabel"],
|
|
1609
1609
|
EconomicEvent: ["id", "title", "description", "date", "importance", "createdAt", "updatedAt"],
|
|
@@ -1671,7 +1671,7 @@ const outputsInfo = {
|
|
|
1671
1671
|
AggregateAction: ["_count", "_avg", "_sum", "_min", "_max"],
|
|
1672
1672
|
ActionGroupBy: ["id", "sequence", "tradeId", "type", "primary", "note", "status", "createdAt", "updatedAt", "alpacaOrderId", "_count", "_avg", "_sum", "_min", "_max"],
|
|
1673
1673
|
AggregateAlert: ["_count", "_min", "_max"],
|
|
1674
|
-
AlertGroupBy: ["id", "alpacaAccountId", "message", "type", "isRead", "createdAt", "updatedAt", "_count", "_min", "_max"],
|
|
1674
|
+
AlertGroupBy: ["id", "alpacaAccountId", "message", "type", "status", "isRead", "createdAt", "updatedAt", "_count", "_min", "_max"],
|
|
1675
1675
|
AggregateNewsArticle: ["_count", "_min", "_max"],
|
|
1676
1676
|
NewsArticleGroupBy: ["id", "title", "content", "source", "sourceDomain", "url", "sentiment", "authors", "summary", "bannerImage", "timePublished", "category", "topics", "logo", "createdAt", "updatedAt", "_count", "_min", "_max"],
|
|
1677
1677
|
AggregateNewsArticleAssetSentiment: ["_count", "_min", "_max"],
|
|
@@ -1791,9 +1791,9 @@ const outputsInfo = {
|
|
|
1791
1791
|
ActionSumAggregate: ["sequence"],
|
|
1792
1792
|
ActionMinAggregate: ["id", "sequence", "tradeId", "type", "primary", "note", "status", "createdAt", "updatedAt", "alpacaOrderId"],
|
|
1793
1793
|
ActionMaxAggregate: ["id", "sequence", "tradeId", "type", "primary", "note", "status", "createdAt", "updatedAt", "alpacaOrderId"],
|
|
1794
|
-
AlertCountAggregate: ["id", "alpacaAccountId", "message", "type", "isRead", "createdAt", "updatedAt", "_all"],
|
|
1795
|
-
AlertMinAggregate: ["id", "alpacaAccountId", "message", "type", "isRead", "createdAt", "updatedAt"],
|
|
1796
|
-
AlertMaxAggregate: ["id", "alpacaAccountId", "message", "type", "isRead", "createdAt", "updatedAt"],
|
|
1794
|
+
AlertCountAggregate: ["id", "alpacaAccountId", "message", "type", "status", "isRead", "createdAt", "updatedAt", "_all"],
|
|
1795
|
+
AlertMinAggregate: ["id", "alpacaAccountId", "message", "type", "status", "isRead", "createdAt", "updatedAt"],
|
|
1796
|
+
AlertMaxAggregate: ["id", "alpacaAccountId", "message", "type", "status", "isRead", "createdAt", "updatedAt"],
|
|
1797
1797
|
NewsArticleCount: ["assets"],
|
|
1798
1798
|
NewsArticleCountAggregate: ["id", "title", "content", "source", "sourceDomain", "url", "sentiment", "authors", "summary", "bannerImage", "timePublished", "category", "topics", "logo", "createdAt", "updatedAt", "_all"],
|
|
1799
1799
|
NewsArticleMinAggregate: ["id", "title", "content", "source", "sourceDomain", "url", "sentiment", "summary", "bannerImage", "timePublished", "category", "logo", "createdAt", "updatedAt"],
|
|
@@ -1923,7 +1923,7 @@ const outputsInfo = {
|
|
|
1923
1923
|
CreateManyAndReturnAsset: ["id", "symbol", "name", "type", "logoUrl", "description", "cik", "exchange", "currency", "country", "sector", "industry", "address", "officialSite", "fiscalYearEnd", "latestQuarter", "marketCapitalization", "ebitda", "peRatio", "pegRatio", "bookValue", "dividendPerShare", "dividendYield", "eps", "revenuePerShareTTM", "profitMargin", "operatingMarginTTM", "returnOnAssetsTTM", "returnOnEquityTTM", "revenueTTM", "grossProfitTTM", "dilutedEPSTTM", "quarterlyEarningsGrowthYOY", "quarterlyRevenueGrowthYOY", "analystTargetPrice", "analystRatingStrongBuy", "analystRatingBuy", "analystRatingHold", "analystRatingSell", "analystRatingStrongSell", "trailingPE", "forwardPE", "priceToSalesRatioTTM", "priceToBookRatio", "evToRevenue", "evToEbitda", "beta", "week52High", "week52Low", "day50MovingAverage", "day200MovingAverage", "sharesOutstanding", "dividendDate", "exDividendDate", "askPrice", "bidPrice", "createdAt", "updatedAt"],
|
|
1924
1924
|
CreateManyAndReturnTrade: ["id", "alpacaAccountId", "signal", "strategy", "analysis", "summary", "confidence", "timestamp", "createdAt", "updatedAt", "status", "symbol", "entryPrice", "exitPrice", "entryQty", "exitQty", "entryValue", "exitValue", "entryTime", "exitTime", "pnlAmount", "pnlPercent", "durationMinutes", "marketPhase", "marketVolatility", "sessionHorizonMinutes", "thresholdsJson"],
|
|
1925
1925
|
CreateManyAndReturnAction: ["id", "sequence", "tradeId", "type", "primary", "note", "status", "createdAt", "updatedAt", "alpacaOrderId", "trade"],
|
|
1926
|
-
CreateManyAndReturnAlert: ["id", "alpacaAccountId", "message", "type", "isRead", "createdAt", "updatedAt", "alpacaAccount"],
|
|
1926
|
+
CreateManyAndReturnAlert: ["id", "alpacaAccountId", "message", "type", "status", "isRead", "createdAt", "updatedAt", "alpacaAccount"],
|
|
1927
1927
|
CreateManyAndReturnNewsArticle: ["id", "title", "content", "source", "sourceDomain", "url", "sentiment", "authors", "summary", "bannerImage", "timePublished", "category", "topics", "logo", "createdAt", "updatedAt"],
|
|
1928
1928
|
CreateManyAndReturnNewsArticleAssetSentiment: ["id", "assetId", "newsArticleId", "url", "relevancyScore", "sentimentScore", "sentimentLabel", "news", "asset"],
|
|
1929
1929
|
CreateManyAndReturnEconomicEvent: ["id", "title", "description", "date", "importance", "createdAt", "updatedAt"],
|
|
@@ -2035,11 +2035,11 @@ const inputsInfo = {
|
|
|
2035
2035
|
ActionWhereUniqueInput: ["id", "alpacaOrderId", "AND", "OR", "NOT", "sequence", "tradeId", "type", "primary", "note", "status", "createdAt", "updatedAt", "trade"],
|
|
2036
2036
|
ActionOrderByWithAggregationInput: ["id", "sequence", "tradeId", "type", "primary", "note", "status", "createdAt", "updatedAt", "alpacaOrderId", "_count", "_avg", "_max", "_min", "_sum"],
|
|
2037
2037
|
ActionScalarWhereWithAggregatesInput: ["AND", "OR", "NOT", "id", "sequence", "tradeId", "type", "primary", "note", "status", "createdAt", "updatedAt", "alpacaOrderId"],
|
|
2038
|
-
AlertWhereInput: ["AND", "OR", "NOT", "id", "alpacaAccountId", "message", "type", "isRead", "createdAt", "updatedAt", "alpacaAccount"],
|
|
2039
|
-
AlertOrderByWithRelationInput: ["id", "alpacaAccountId", "message", "type", "isRead", "createdAt", "updatedAt", "alpacaAccount"],
|
|
2040
|
-
AlertWhereUniqueInput: ["id", "AND", "OR", "NOT", "alpacaAccountId", "message", "type", "isRead", "createdAt", "updatedAt", "alpacaAccount"],
|
|
2041
|
-
AlertOrderByWithAggregationInput: ["id", "alpacaAccountId", "message", "type", "isRead", "createdAt", "updatedAt", "_count", "_max", "_min"],
|
|
2042
|
-
AlertScalarWhereWithAggregatesInput: ["AND", "OR", "NOT", "id", "alpacaAccountId", "message", "type", "isRead", "createdAt", "updatedAt"],
|
|
2038
|
+
AlertWhereInput: ["AND", "OR", "NOT", "id", "alpacaAccountId", "message", "type", "status", "isRead", "createdAt", "updatedAt", "alpacaAccount"],
|
|
2039
|
+
AlertOrderByWithRelationInput: ["id", "alpacaAccountId", "message", "type", "status", "isRead", "createdAt", "updatedAt", "alpacaAccount"],
|
|
2040
|
+
AlertWhereUniqueInput: ["id", "AND", "OR", "NOT", "alpacaAccountId", "message", "type", "status", "isRead", "createdAt", "updatedAt", "alpacaAccount"],
|
|
2041
|
+
AlertOrderByWithAggregationInput: ["id", "alpacaAccountId", "message", "type", "status", "isRead", "createdAt", "updatedAt", "_count", "_max", "_min"],
|
|
2042
|
+
AlertScalarWhereWithAggregatesInput: ["AND", "OR", "NOT", "id", "alpacaAccountId", "message", "type", "status", "isRead", "createdAt", "updatedAt"],
|
|
2043
2043
|
NewsArticleWhereInput: ["AND", "OR", "NOT", "id", "title", "content", "source", "sourceDomain", "url", "sentiment", "authors", "summary", "bannerImage", "timePublished", "category", "topics", "logo", "createdAt", "updatedAt", "assets"],
|
|
2044
2044
|
NewsArticleOrderByWithRelationInput: ["id", "title", "content", "source", "sourceDomain", "url", "sentiment", "authors", "summary", "bannerImage", "timePublished", "category", "topics", "logo", "createdAt", "updatedAt", "assets"],
|
|
2045
2045
|
NewsArticleWhereUniqueInput: ["id", "url", "AND", "OR", "NOT", "title", "content", "source", "sourceDomain", "sentiment", "authors", "summary", "bannerImage", "timePublished", "category", "topics", "logo", "createdAt", "updatedAt", "assets"],
|
|
@@ -2225,10 +2225,10 @@ const inputsInfo = {
|
|
|
2225
2225
|
ActionUpdateInput: ["id", "sequence", "type", "primary", "note", "status", "createdAt", "updatedAt", "alpacaOrderId", "trade"],
|
|
2226
2226
|
ActionCreateManyInput: ["id", "sequence", "tradeId", "type", "primary", "note", "status", "createdAt", "updatedAt", "alpacaOrderId"],
|
|
2227
2227
|
ActionUpdateManyMutationInput: ["id", "sequence", "type", "primary", "note", "status", "createdAt", "updatedAt", "alpacaOrderId"],
|
|
2228
|
-
AlertCreateInput: ["id", "message", "type", "isRead", "createdAt", "updatedAt", "alpacaAccount"],
|
|
2229
|
-
AlertUpdateInput: ["id", "message", "type", "isRead", "createdAt", "updatedAt", "alpacaAccount"],
|
|
2230
|
-
AlertCreateManyInput: ["id", "alpacaAccountId", "message", "type", "isRead", "createdAt", "updatedAt"],
|
|
2231
|
-
AlertUpdateManyMutationInput: ["id", "message", "type", "isRead", "createdAt", "updatedAt"],
|
|
2228
|
+
AlertCreateInput: ["id", "message", "type", "status", "isRead", "createdAt", "updatedAt", "alpacaAccount"],
|
|
2229
|
+
AlertUpdateInput: ["id", "message", "type", "status", "isRead", "createdAt", "updatedAt", "alpacaAccount"],
|
|
2230
|
+
AlertCreateManyInput: ["id", "alpacaAccountId", "message", "type", "status", "isRead", "createdAt", "updatedAt"],
|
|
2231
|
+
AlertUpdateManyMutationInput: ["id", "message", "type", "status", "isRead", "createdAt", "updatedAt"],
|
|
2232
2232
|
NewsArticleCreateInput: ["id", "title", "content", "source", "sourceDomain", "url", "sentiment", "authors", "summary", "bannerImage", "timePublished", "category", "topics", "logo", "createdAt", "updatedAt", "assets"],
|
|
2233
2233
|
NewsArticleUpdateInput: ["id", "title", "content", "source", "sourceDomain", "url", "sentiment", "authors", "summary", "bannerImage", "timePublished", "category", "topics", "logo", "createdAt", "updatedAt", "assets"],
|
|
2234
2234
|
NewsArticleCreateManyInput: ["id", "title", "content", "source", "sourceDomain", "url", "sentiment", "authors", "summary", "bannerImage", "timePublished", "category", "topics", "logo", "createdAt", "updatedAt"],
|
|
@@ -2482,10 +2482,12 @@ const inputsInfo = {
|
|
|
2482
2482
|
EnumActionStatusWithAggregatesFilter: ["equals", "in", "notIn", "not", "_count", "_min", "_max"],
|
|
2483
2483
|
UuidNullableWithAggregatesFilter: ["equals", "in", "notIn", "lt", "lte", "gt", "gte", "mode", "not", "_count", "_min", "_max"],
|
|
2484
2484
|
EnumAlertTypeFilter: ["equals", "in", "notIn", "not"],
|
|
2485
|
-
|
|
2486
|
-
|
|
2487
|
-
|
|
2485
|
+
EnumAlertStatusFilter: ["equals", "in", "notIn", "not"],
|
|
2486
|
+
AlertCountOrderByAggregateInput: ["id", "alpacaAccountId", "message", "type", "status", "isRead", "createdAt", "updatedAt"],
|
|
2487
|
+
AlertMaxOrderByAggregateInput: ["id", "alpacaAccountId", "message", "type", "status", "isRead", "createdAt", "updatedAt"],
|
|
2488
|
+
AlertMinOrderByAggregateInput: ["id", "alpacaAccountId", "message", "type", "status", "isRead", "createdAt", "updatedAt"],
|
|
2488
2489
|
EnumAlertTypeWithAggregatesFilter: ["equals", "in", "notIn", "not", "_count", "_min", "_max"],
|
|
2490
|
+
EnumAlertStatusWithAggregatesFilter: ["equals", "in", "notIn", "not", "_count", "_min", "_max"],
|
|
2489
2491
|
NewsArticleCountOrderByAggregateInput: ["id", "title", "content", "source", "sourceDomain", "url", "sentiment", "authors", "summary", "bannerImage", "timePublished", "category", "topics", "logo", "createdAt", "updatedAt"],
|
|
2490
2492
|
NewsArticleMaxOrderByAggregateInput: ["id", "title", "content", "source", "sourceDomain", "url", "sentiment", "summary", "bannerImage", "timePublished", "category", "logo", "createdAt", "updatedAt"],
|
|
2491
2493
|
NewsArticleMinOrderByAggregateInput: ["id", "title", "content", "source", "sourceDomain", "url", "sentiment", "summary", "bannerImage", "timePublished", "category", "logo", "createdAt", "updatedAt"],
|
|
@@ -2750,6 +2752,7 @@ const inputsInfo = {
|
|
|
2750
2752
|
TradeUpdateOneRequiredWithoutActionsNestedInput: ["create", "connectOrCreate", "upsert", "connect", "update"],
|
|
2751
2753
|
AlpacaAccountCreateNestedOneWithoutAlertsInput: ["create", "connectOrCreate", "connect"],
|
|
2752
2754
|
EnumAlertTypeFieldUpdateOperationsInput: ["set"],
|
|
2755
|
+
EnumAlertStatusFieldUpdateOperationsInput: ["set"],
|
|
2753
2756
|
AlpacaAccountUpdateOneRequiredWithoutAlertsNestedInput: ["create", "connectOrCreate", "upsert", "connect", "update"],
|
|
2754
2757
|
NewsArticleCreateauthorsInput: ["set"],
|
|
2755
2758
|
NewsArticleCreatetopicsInput: ["set"],
|
|
@@ -2886,7 +2889,9 @@ const inputsInfo = {
|
|
|
2886
2889
|
NestedEnumActionStatusWithAggregatesFilter: ["equals", "in", "notIn", "not", "_count", "_min", "_max"],
|
|
2887
2890
|
NestedUuidNullableWithAggregatesFilter: ["equals", "in", "notIn", "lt", "lte", "gt", "gte", "not", "_count", "_min", "_max"],
|
|
2888
2891
|
NestedEnumAlertTypeFilter: ["equals", "in", "notIn", "not"],
|
|
2892
|
+
NestedEnumAlertStatusFilter: ["equals", "in", "notIn", "not"],
|
|
2889
2893
|
NestedEnumAlertTypeWithAggregatesFilter: ["equals", "in", "notIn", "not", "_count", "_min", "_max"],
|
|
2894
|
+
NestedEnumAlertStatusWithAggregatesFilter: ["equals", "in", "notIn", "not", "_count", "_min", "_max"],
|
|
2890
2895
|
NestedEnumEventImportanceFilter: ["equals", "in", "notIn", "not"],
|
|
2891
2896
|
NestedEnumEventImportanceWithAggregatesFilter: ["equals", "in", "notIn", "not", "_count", "_min", "_max"],
|
|
2892
2897
|
NestedEnumScheduledOptionOrderStatusFilter: ["equals", "in", "notIn", "not"],
|
|
@@ -3009,7 +3014,7 @@ const inputsInfo = {
|
|
|
3009
3014
|
AllocationCreateOrConnectWithoutAlpacaAccountInput: ["where", "create"],
|
|
3010
3015
|
UserCreateWithoutAlpacaAccountsInput: ["id", "name", "email", "emailVerified", "image", "createdAt", "updatedAt", "role", "bio", "jobTitle", "currentAccount", "plan", "openaiAPIKey", "openaiModel", "customer", "accounts", "sessions", "authenticators", "linkedProviders", "accountLinkingRequests"],
|
|
3011
3016
|
UserCreateOrConnectWithoutAlpacaAccountsInput: ["where", "create"],
|
|
3012
|
-
AlertCreateWithoutAlpacaAccountInput: ["id", "message", "type", "isRead", "createdAt", "updatedAt"],
|
|
3017
|
+
AlertCreateWithoutAlpacaAccountInput: ["id", "message", "type", "status", "isRead", "createdAt", "updatedAt"],
|
|
3013
3018
|
AlertCreateOrConnectWithoutAlpacaAccountInput: ["where", "create"],
|
|
3014
3019
|
AlertCreateManyAlpacaAccountInputEnvelope: ["data", "skipDuplicates"],
|
|
3015
3020
|
AllocationUpsertWithoutAlpacaAccountInput: ["update", "create", "where"],
|
|
@@ -3021,7 +3026,7 @@ const inputsInfo = {
|
|
|
3021
3026
|
AlertUpsertWithWhereUniqueWithoutAlpacaAccountInput: ["where", "update", "create"],
|
|
3022
3027
|
AlertUpdateWithWhereUniqueWithoutAlpacaAccountInput: ["where", "data"],
|
|
3023
3028
|
AlertUpdateManyWithWhereWithoutAlpacaAccountInput: ["where", "data"],
|
|
3024
|
-
AlertScalarWhereInput: ["AND", "OR", "NOT", "id", "alpacaAccountId", "message", "type", "isRead", "createdAt", "updatedAt"],
|
|
3029
|
+
AlertScalarWhereInput: ["AND", "OR", "NOT", "id", "alpacaAccountId", "message", "type", "status", "isRead", "createdAt", "updatedAt"],
|
|
3025
3030
|
AlpacaAccountCreateWithoutAllocationInput: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradingPairs", "cryptoTradeAllocationPct", "tradeAllocationPct", "autoAllocation", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "defaultTrailingStopPercentage100", "firstTrailReductionThreshold100", "secondTrailReductionThreshold100", "firstReducedTrailPercentage100", "secondReducedTrailPercentage100", "minimumPriceChangePercent100", "createdAt", "updatedAt", "user", "alerts"],
|
|
3026
3031
|
AlpacaAccountCreateOrConnectWithoutAllocationInput: ["where", "create"],
|
|
3027
3032
|
AlpacaAccountUpsertWithoutAllocationInput: ["update", "create", "where"],
|
|
@@ -3237,8 +3242,8 @@ const inputsInfo = {
|
|
|
3237
3242
|
AlpacaAccountUpdateWithoutUserInput: ["id", "type", "APIKey", "APISecret", "configuration", "marketOpen", "realTime", "cryptoTradingEnabled", "cryptoTradingPairs", "cryptoTradeAllocationPct", "tradeAllocationPct", "autoAllocation", "minPercentageChange", "volumeThreshold", "enablePortfolioTrailingStop", "portfolioTrailPercent", "portfolioProfitThresholdPercent", "reducedPortfolioTrailPercent", "defaultTrailingStopPercentage100", "firstTrailReductionThreshold100", "secondTrailReductionThreshold100", "firstReducedTrailPercentage100", "secondReducedTrailPercentage100", "minimumPriceChangePercent100", "createdAt", "updatedAt", "allocation", "alerts"],
|
|
3238
3243
|
LinkedProviderUpdateWithoutUserInput: ["id", "provider", "providerAccountId", "email", "accessToken", "refreshToken", "expiresAt", "linkedAt", "updatedAt"],
|
|
3239
3244
|
AccountLinkingRequestUpdateWithoutUserInput: ["id", "email", "provider", "providerAccountId", "status", "verificationToken", "userAgent", "ipAddress", "createdAt", "expiresAt", "verifiedAt", "approvedAt", "rejectedAt"],
|
|
3240
|
-
AlertCreateManyAlpacaAccountInput: ["id", "message", "type", "isRead", "createdAt", "updatedAt"],
|
|
3241
|
-
AlertUpdateWithoutAlpacaAccountInput: ["id", "message", "type", "isRead", "createdAt", "updatedAt"],
|
|
3245
|
+
AlertCreateManyAlpacaAccountInput: ["id", "message", "type", "status", "isRead", "createdAt", "updatedAt"],
|
|
3246
|
+
AlertUpdateWithoutAlpacaAccountInput: ["id", "message", "type", "status", "isRead", "createdAt", "updatedAt"],
|
|
3242
3247
|
UserCreateManyCustomerInput: ["id", "name", "email", "emailVerified", "image", "createdAt", "updatedAt", "role", "bio", "jobTitle", "currentAccount", "plan", "openaiAPIKey", "openaiModel"],
|
|
3243
3248
|
UserUpdateWithoutCustomerInput: ["id", "name", "email", "emailVerified", "image", "createdAt", "updatedAt", "role", "bio", "jobTitle", "currentAccount", "plan", "openaiAPIKey", "openaiModel", "accounts", "sessions", "authenticators", "alpacaAccounts", "linkedProviders", "accountLinkingRequests"],
|
|
3244
3249
|
NewsArticleAssetSentimentCreateManyAssetInput: ["id", "newsArticleId", "url", "relevancyScore", "sentimentScore", "sentimentLabel"],
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"enhance.d.ts","sourceRoot":"","sources":["../../../src/generated/typegraphql-prisma/enhance.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"enhance.d.ts","sourceRoot":"","sources":["../../../src/generated/typegraphql-prisma/enhance.ts"],"names":[],"mappings":"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"}
|