adaptic-backend 1.0.254 → 1.0.255
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 +0 -3
- package/AlpacaAccount.cjs +0 -12
- package/Authenticator.cjs +0 -3
- package/Customer.cjs +0 -3
- package/User.cjs +0 -12
- package/generated/typegraphql-prisma/models/AlpacaAccount.d.ts +1 -1
- package/generated/typegraphql-prisma/models/Trade.d.ts +1 -1
- package/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/AlpacaAccountRelationsResolver.cjs +1 -1
- package/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/AlpacaAccountRelationsResolver.js.map +1 -1
- package/generated/typegraphql-prisma/resolvers/relations/Trade/TradeRelationsResolver.cjs +1 -1
- package/generated/typegraphql-prisma/resolvers/relations/Trade/TradeRelationsResolver.js.map +1 -1
- package/package.json +1 -1
- package/server/Account.d.ts.map +1 -1
- package/server/Account.js.map +1 -1
- package/server/Account.mjs +0 -3
- package/server/AlpacaAccount.d.ts.map +1 -1
- package/server/AlpacaAccount.js.map +1 -1
- package/server/AlpacaAccount.mjs +0 -12
- package/server/Authenticator.d.ts.map +1 -1
- package/server/Authenticator.js.map +1 -1
- package/server/Authenticator.mjs +0 -3
- package/server/Customer.d.ts.map +1 -1
- package/server/Customer.js.map +1 -1
- package/server/Customer.mjs +0 -3
- package/server/User.d.ts.map +1 -1
- package/server/User.js.map +1 -1
- package/server/User.mjs +0 -12
- package/server/generated/selectionSets/Account.d.ts +1 -1
- package/server/generated/selectionSets/Account.d.ts.map +1 -1
- package/server/generated/selectionSets/Account.js.map +1 -1
- package/server/generated/selectionSets/Account.mjs +0 -3
- package/server/generated/selectionSets/AlpacaAccount.d.ts +1 -1
- package/server/generated/selectionSets/AlpacaAccount.d.ts.map +1 -1
- package/server/generated/selectionSets/AlpacaAccount.js.map +1 -1
- package/server/generated/selectionSets/AlpacaAccount.mjs +0 -12
- package/server/generated/selectionSets/Authenticator.d.ts +1 -1
- package/server/generated/selectionSets/Authenticator.d.ts.map +1 -1
- package/server/generated/selectionSets/Authenticator.js.map +1 -1
- package/server/generated/selectionSets/Authenticator.mjs +0 -3
- package/server/generated/selectionSets/Customer.d.ts +1 -1
- package/server/generated/selectionSets/Customer.d.ts.map +1 -1
- package/server/generated/selectionSets/Customer.js.map +1 -1
- package/server/generated/selectionSets/Customer.mjs +0 -3
- package/server/generated/selectionSets/User.d.ts +1 -1
- package/server/generated/selectionSets/User.d.ts.map +1 -1
- package/server/generated/selectionSets/User.js.map +1 -1
- package/server/generated/selectionSets/User.mjs +0 -12
- package/server/generated/typegraphql-prisma/models/AlpacaAccount.d.ts +1 -1
- package/server/generated/typegraphql-prisma/models/AlpacaAccount.mjs +1 -1
- package/server/generated/typegraphql-prisma/models/Trade.d.ts +1 -1
- package/server/generated/typegraphql-prisma/models/Trade.mjs +1 -1
- package/server/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/AlpacaAccountRelationsResolver.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/AlpacaAccountRelationsResolver.mjs +1 -1
- package/server/generated/typegraphql-prisma/resolvers/relations/Trade/TradeRelationsResolver.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/relations/Trade/TradeRelationsResolver.mjs +1 -1
package/server/User.mjs
CHANGED
@@ -1,2 +1,2 @@
|
|
1
|
-
export declare const Account = "\n id\n userId\n type\n provider\n providerAccountId\n refresh_token\n access_token\n expires_at\n token_type\n scope\n id_token\n session_state\n createdAt\n updatedAt\n user {\n id\n name\n email\n emailVerified\n image\n createdAt\n updatedAt\n role\n bio\n jobTitle\n currentAccount\n customer {\n id\n authUserId\n name\n plan\n stripeCustomerId\n stripeSubscriptionId\n stripePriceId\n stripeCurrentPeriodEnd\n createdAt\n updatedAt\n }\n customerId\n sessions {\n id\n sessionToken\n userId\n expires\n createdAt\n updatedAt\n }\n authenticators {\n id\n userId\n credentialID\n publicKey\n counter\n createdAt\n updatedAt\n }\n plan\n alpacaAccounts {\n id\n type\n APIKey\n APISecret\n configuration\n marketOpen\n realTime\n minOrderSize\n maxOrderSize\n minPercentageChange\n volumeThreshold\n userId\n createdAt\n updatedAt\n trades {\n id\n alpacaAccountId\n assetId\n qty\n price\n total\n optionType\n signal\n strategy\n analysis\n summary\n confidence\n timestamp\n createdAt\n updatedAt\n status\n asset {\nid\n }\n actions {\nid\n }\n }\n orders {\n id\n clientOrderId\n alpacaAccountId\n assetId\n qty\n notional\n side\n type\n orderClass\n timeInForce\n limitPrice\n stopPrice\n stopLoss {\nid\n }\n takeProfit {\nid\n }\n trailPrice\n trailPercent\n extendedHours\n status\n createdAt\n updatedAt\n submittedAt\n filledAt\n filledQty\n filledAvgPrice\n cancelRequestedAt\n canceledAt\n actionId\n
|
1
|
+
export declare const Account = "\n id\n userId\n type\n provider\n providerAccountId\n refresh_token\n access_token\n expires_at\n token_type\n scope\n id_token\n session_state\n createdAt\n updatedAt\n user {\n id\n name\n email\n emailVerified\n image\n createdAt\n updatedAt\n role\n bio\n jobTitle\n currentAccount\n customer {\n id\n authUserId\n name\n plan\n stripeCustomerId\n stripeSubscriptionId\n stripePriceId\n stripeCurrentPeriodEnd\n createdAt\n updatedAt\n }\n customerId\n sessions {\n id\n sessionToken\n userId\n expires\n createdAt\n updatedAt\n }\n authenticators {\n id\n userId\n credentialID\n publicKey\n counter\n createdAt\n updatedAt\n }\n plan\n alpacaAccounts {\n id\n type\n APIKey\n APISecret\n configuration\n marketOpen\n realTime\n minOrderSize\n maxOrderSize\n minPercentageChange\n volumeThreshold\n userId\n createdAt\n updatedAt\n trades {\n id\n alpacaAccountId\n assetId\n qty\n price\n total\n optionType\n signal\n strategy\n analysis\n summary\n confidence\n timestamp\n createdAt\n updatedAt\n status\n asset {\nid\n }\n actions {\nid\n }\n }\n orders {\n id\n clientOrderId\n alpacaAccountId\n assetId\n qty\n notional\n side\n type\n orderClass\n timeInForce\n limitPrice\n stopPrice\n stopLoss {\nid\n }\n takeProfit {\nid\n }\n trailPrice\n trailPercent\n extendedHours\n status\n createdAt\n updatedAt\n submittedAt\n filledAt\n filledQty\n filledAvgPrice\n cancelRequestedAt\n canceledAt\n actionId\n asset {\nid\n }\n fee\n strikePrice\n expirationDate\n optionType\n stopLossId\n takeProfitId\n contractId\n }\n positions {\n id\n assetId\n asset {\nid\n }\n averageEntryPrice\n qty\n qtyAvailable\n marketValue\n costBasis\n unrealizedPL\n unrealizedPLPC\n unrealisedIntradayPL\n unrealisedIntradayPLPC\n currentPrice\n lastTradePrice\n changeToday\n assetMarginable\n closed\n createdAt\n updatedAt\n }\n alerts {\n id\n alpacaAccountId\n message\n type\n isRead\n createdAt\n updatedAt\n }\n }\n openaiAPIKey\n openaiModel\n }\n";
|
2
2
|
//# sourceMappingURL=Account.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Account.d.ts","sourceRoot":"","sources":["../../../../src/generated/selectionSets/Account.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO
|
1
|
+
{"version":3,"file":"Account.d.ts","sourceRoot":"","sources":["../../../../src/generated/selectionSets/Account.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO,8yFAgLnB,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Account.js","sourceRoot":"","sources":["../../../../src/generated/selectionSets/Account.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,OAAO,GAAG
|
1
|
+
{"version":3,"file":"Account.js","sourceRoot":"","sources":["../../../../src/generated/selectionSets/Account.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,OAAO,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgLtB,CAAC"}
|
@@ -1,2 +1,2 @@
|
|
1
|
-
export declare const AlpacaAccount = "\n id\n type\n APIKey\n APISecret\n configuration\n marketOpen\n realTime\n minOrderSize\n maxOrderSize\n minPercentageChange\n volumeThreshold\n user {\n id\n name\n email\n emailVerified\n image\n createdAt\n updatedAt\n role\n bio\n jobTitle\n currentAccount\n customer {\n id\n authUserId\n name\n plan\n stripeCustomerId\n stripeSubscriptionId\n stripePriceId\n stripeCurrentPeriodEnd\n createdAt\n updatedAt\n }\n customerId\n accounts {\n id\n userId\n type\n provider\n providerAccountId\n refresh_token\n access_token\n expires_at\n token_type\n scope\n id_token\n session_state\n createdAt\n updatedAt\n }\n sessions {\n id\n sessionToken\n userId\n expires\n createdAt\n updatedAt\n }\n authenticators {\n id\n userId\n credentialID\n publicKey\n counter\n createdAt\n updatedAt\n }\n plan\n openaiAPIKey\n openaiModel\n }\n userId\n createdAt\n updatedAt\n trades {\n id\n alpacaAccountId\n assetId\n qty\n price\n total\n optionType\n signal\n strategy\n analysis\n summary\n confidence\n timestamp\n createdAt\n updatedAt\n status\n asset {\n id\n symbol\n name\n type\n logoUrl\n description\n cik\n exchange\n currency\n country\n sector\n industry\n address\n officialSite\n fiscalYearEnd\n latestQuarter\n marketCapitalization\n ebitda\n peRatio\n pegRatio\n bookValue\n dividendPerShare\n dividendYield\n eps\n revenuePerShareTTM\n profitMargin\n operatingMarginTTM\n returnOnAssetsTTM\n returnOnEquityTTM\n revenueTTM\n grossProfitTTM\n dilutedEPSTTM\n quarterlyEarningsGrowthYOY\n quarterlyRevenueGrowthYOY\n analystTargetPrice\n analystRatingStrongBuy\n analystRatingBuy\n analystRatingHold\n analystRatingSell\n analystRatingStrongSell\n trailingPE\n forwardPE\n priceToSalesRatioTTM\n priceToBookRatio\n evToRevenue\n evToEbitda\n beta\n week52High\n week52Low\n day50MovingAverage\n day200MovingAverage\n sharesOutstanding\n dividendDate\n exDividendDate\n askPrice\n bidPrice\n createdAt\n updatedAt\n }\n actions {\n id\n sequence\n tradeId\n type\n primary\n note\n status\n fee\n order {\n id\n clientOrderId\n alpacaAccountId\n assetId\n qty\n notional\n side\n type\n orderClass\n timeInForce\n limitPrice\n stopPrice\n stopLoss {\nid\n }\n takeProfit {\nid\n }\n trailPrice\n trailPercent\n extendedHours\n status\n createdAt\n updatedAt\n submittedAt\n filledAt\n filledQty\n filledAvgPrice\n cancelRequestedAt\n canceledAt\n actionId\n asset {\nid\n }\n fee\n strikePrice\n expirationDate\n optionType\n stopLossId\n takeProfitId\n contractId\n }\n dependsOn\n dependedOnBy\n }\n }\n orders {\n id\n clientOrderId\n alpacaAccountId\n assetId\n qty\n notional\n side\n type\n orderClass\n timeInForce\n limitPrice\n stopPrice\n stopLoss {\n id\n stopPrice\n limitPrice\n createdAt\n updatedAt\n orderId\n }\n takeProfit {\n id\n limitPrice\n stopPrice\n createdAt\n updatedAt\n orderId\n }\n trailPrice\n trailPercent\n extendedHours\n status\n createdAt\n updatedAt\n submittedAt\n filledAt\n filledQty\n filledAvgPrice\n cancelRequestedAt\n canceledAt\n actionId\n
|
1
|
+
export declare const AlpacaAccount = "\n id\n type\n APIKey\n APISecret\n configuration\n marketOpen\n realTime\n minOrderSize\n maxOrderSize\n minPercentageChange\n volumeThreshold\n user {\n id\n name\n email\n emailVerified\n image\n createdAt\n updatedAt\n role\n bio\n jobTitle\n currentAccount\n customer {\n id\n authUserId\n name\n plan\n stripeCustomerId\n stripeSubscriptionId\n stripePriceId\n stripeCurrentPeriodEnd\n createdAt\n updatedAt\n }\n customerId\n accounts {\n id\n userId\n type\n provider\n providerAccountId\n refresh_token\n access_token\n expires_at\n token_type\n scope\n id_token\n session_state\n createdAt\n updatedAt\n }\n sessions {\n id\n sessionToken\n userId\n expires\n createdAt\n updatedAt\n }\n authenticators {\n id\n userId\n credentialID\n publicKey\n counter\n createdAt\n updatedAt\n }\n plan\n openaiAPIKey\n openaiModel\n }\n userId\n createdAt\n updatedAt\n trades {\n id\n alpacaAccountId\n assetId\n qty\n price\n total\n optionType\n signal\n strategy\n analysis\n summary\n confidence\n timestamp\n createdAt\n updatedAt\n status\n asset {\n id\n symbol\n name\n type\n logoUrl\n description\n cik\n exchange\n currency\n country\n sector\n industry\n address\n officialSite\n fiscalYearEnd\n latestQuarter\n marketCapitalization\n ebitda\n peRatio\n pegRatio\n bookValue\n dividendPerShare\n dividendYield\n eps\n revenuePerShareTTM\n profitMargin\n operatingMarginTTM\n returnOnAssetsTTM\n returnOnEquityTTM\n revenueTTM\n grossProfitTTM\n dilutedEPSTTM\n quarterlyEarningsGrowthYOY\n quarterlyRevenueGrowthYOY\n analystTargetPrice\n analystRatingStrongBuy\n analystRatingBuy\n analystRatingHold\n analystRatingSell\n analystRatingStrongSell\n trailingPE\n forwardPE\n priceToSalesRatioTTM\n priceToBookRatio\n evToRevenue\n evToEbitda\n beta\n week52High\n week52Low\n day50MovingAverage\n day200MovingAverage\n sharesOutstanding\n dividendDate\n exDividendDate\n askPrice\n bidPrice\n createdAt\n updatedAt\n }\n actions {\n id\n sequence\n tradeId\n type\n primary\n note\n status\n fee\n order {\n id\n clientOrderId\n alpacaAccountId\n assetId\n qty\n notional\n side\n type\n orderClass\n timeInForce\n limitPrice\n stopPrice\n stopLoss {\nid\n }\n takeProfit {\nid\n }\n trailPrice\n trailPercent\n extendedHours\n status\n createdAt\n updatedAt\n submittedAt\n filledAt\n filledQty\n filledAvgPrice\n cancelRequestedAt\n canceledAt\n actionId\n asset {\nid\n }\n fee\n strikePrice\n expirationDate\n optionType\n stopLossId\n takeProfitId\n contractId\n }\n dependsOn\n dependedOnBy\n }\n }\n orders {\n id\n clientOrderId\n alpacaAccountId\n assetId\n qty\n notional\n side\n type\n orderClass\n timeInForce\n limitPrice\n stopPrice\n stopLoss {\n id\n stopPrice\n limitPrice\n createdAt\n updatedAt\n orderId\n }\n takeProfit {\n id\n limitPrice\n stopPrice\n createdAt\n updatedAt\n orderId\n }\n trailPrice\n trailPercent\n extendedHours\n status\n createdAt\n updatedAt\n submittedAt\n filledAt\n filledQty\n filledAvgPrice\n cancelRequestedAt\n canceledAt\n actionId\n asset {\n id\n symbol\n name\n type\n logoUrl\n description\n cik\n exchange\n currency\n country\n sector\n industry\n address\n officialSite\n fiscalYearEnd\n latestQuarter\n marketCapitalization\n ebitda\n peRatio\n pegRatio\n bookValue\n dividendPerShare\n dividendYield\n eps\n revenuePerShareTTM\n profitMargin\n operatingMarginTTM\n returnOnAssetsTTM\n returnOnEquityTTM\n revenueTTM\n grossProfitTTM\n dilutedEPSTTM\n quarterlyEarningsGrowthYOY\n quarterlyRevenueGrowthYOY\n analystTargetPrice\n analystRatingStrongBuy\n analystRatingBuy\n analystRatingHold\n analystRatingSell\n analystRatingStrongSell\n trailingPE\n forwardPE\n priceToSalesRatioTTM\n priceToBookRatio\n evToRevenue\n evToEbitda\n beta\n week52High\n week52Low\n day50MovingAverage\n day200MovingAverage\n sharesOutstanding\n dividendDate\n exDividendDate\n askPrice\n bidPrice\n createdAt\n updatedAt\n }\n fee\n strikePrice\n expirationDate\n optionType\n stopLossId\n takeProfitId\n contractId\n }\n positions {\n id\n assetId\n asset {\n id\n symbol\n name\n type\n logoUrl\n description\n cik\n exchange\n currency\n country\n sector\n industry\n address\n officialSite\n fiscalYearEnd\n latestQuarter\n marketCapitalization\n ebitda\n peRatio\n pegRatio\n bookValue\n dividendPerShare\n dividendYield\n eps\n revenuePerShareTTM\n profitMargin\n operatingMarginTTM\n returnOnAssetsTTM\n returnOnEquityTTM\n revenueTTM\n grossProfitTTM\n dilutedEPSTTM\n quarterlyEarningsGrowthYOY\n quarterlyRevenueGrowthYOY\n analystTargetPrice\n analystRatingStrongBuy\n analystRatingBuy\n analystRatingHold\n analystRatingSell\n analystRatingStrongSell\n trailingPE\n forwardPE\n priceToSalesRatioTTM\n priceToBookRatio\n evToRevenue\n evToEbitda\n beta\n week52High\n week52Low\n day50MovingAverage\n day200MovingAverage\n sharesOutstanding\n dividendDate\n exDividendDate\n askPrice\n bidPrice\n createdAt\n updatedAt\n }\n averageEntryPrice\n qty\n qtyAvailable\n marketValue\n costBasis\n unrealizedPL\n unrealizedPLPC\n unrealisedIntradayPL\n unrealisedIntradayPLPC\n currentPrice\n lastTradePrice\n changeToday\n assetMarginable\n closed\n createdAt\n updatedAt\n }\n alerts {\n id\n alpacaAccountId\n message\n type\n isRead\n createdAt\n updatedAt\n }\n";
|
2
2
|
//# sourceMappingURL=AlpacaAccount.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"AlpacaAccount.d.ts","sourceRoot":"","sources":["../../../../src/generated/selectionSets/AlpacaAccount.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,aAAa,
|
1
|
+
{"version":3,"file":"AlpacaAccount.d.ts","sourceRoot":"","sources":["../../../../src/generated/selectionSets/AlpacaAccount.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,aAAa,+2NAyZzB,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"AlpacaAccount.js","sourceRoot":"","sources":["../../../../src/generated/selectionSets/AlpacaAccount.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,aAAa,GAAG
|
1
|
+
{"version":3,"file":"AlpacaAccount.js","sourceRoot":"","sources":["../../../../src/generated/selectionSets/AlpacaAccount.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,aAAa,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyZ5B,CAAC"}
|
@@ -1,2 +1,2 @@
|
|
1
|
-
export declare const Authenticator = "\n id\n userId\n credentialID\n publicKey\n counter\n user {\n id\n name\n email\n emailVerified\n image\n createdAt\n updatedAt\n role\n bio\n jobTitle\n currentAccount\n customer {\n id\n authUserId\n name\n plan\n stripeCustomerId\n stripeSubscriptionId\n stripePriceId\n stripeCurrentPeriodEnd\n createdAt\n updatedAt\n }\n customerId\n accounts {\n id\n userId\n type\n provider\n providerAccountId\n refresh_token\n access_token\n expires_at\n token_type\n scope\n id_token\n session_state\n createdAt\n updatedAt\n }\n sessions {\n id\n sessionToken\n userId\n expires\n createdAt\n updatedAt\n }\n plan\n alpacaAccounts {\n id\n type\n APIKey\n APISecret\n configuration\n marketOpen\n realTime\n minOrderSize\n maxOrderSize\n minPercentageChange\n volumeThreshold\n userId\n createdAt\n updatedAt\n trades {\n id\n alpacaAccountId\n assetId\n qty\n price\n total\n optionType\n signal\n strategy\n analysis\n summary\n confidence\n timestamp\n createdAt\n updatedAt\n status\n asset {\nid\n }\n actions {\nid\n }\n }\n orders {\n id\n clientOrderId\n alpacaAccountId\n assetId\n qty\n notional\n side\n type\n orderClass\n timeInForce\n limitPrice\n stopPrice\n stopLoss {\nid\n }\n takeProfit {\nid\n }\n trailPrice\n trailPercent\n extendedHours\n status\n createdAt\n updatedAt\n submittedAt\n filledAt\n filledQty\n filledAvgPrice\n cancelRequestedAt\n canceledAt\n actionId\n
|
1
|
+
export declare const Authenticator = "\n id\n userId\n credentialID\n publicKey\n counter\n user {\n id\n name\n email\n emailVerified\n image\n createdAt\n updatedAt\n role\n bio\n jobTitle\n currentAccount\n customer {\n id\n authUserId\n name\n plan\n stripeCustomerId\n stripeSubscriptionId\n stripePriceId\n stripeCurrentPeriodEnd\n createdAt\n updatedAt\n }\n customerId\n accounts {\n id\n userId\n type\n provider\n providerAccountId\n refresh_token\n access_token\n expires_at\n token_type\n scope\n id_token\n session_state\n createdAt\n updatedAt\n }\n sessions {\n id\n sessionToken\n userId\n expires\n createdAt\n updatedAt\n }\n plan\n alpacaAccounts {\n id\n type\n APIKey\n APISecret\n configuration\n marketOpen\n realTime\n minOrderSize\n maxOrderSize\n minPercentageChange\n volumeThreshold\n userId\n createdAt\n updatedAt\n trades {\n id\n alpacaAccountId\n assetId\n qty\n price\n total\n optionType\n signal\n strategy\n analysis\n summary\n confidence\n timestamp\n createdAt\n updatedAt\n status\n asset {\nid\n }\n actions {\nid\n }\n }\n orders {\n id\n clientOrderId\n alpacaAccountId\n assetId\n qty\n notional\n side\n type\n orderClass\n timeInForce\n limitPrice\n stopPrice\n stopLoss {\nid\n }\n takeProfit {\nid\n }\n trailPrice\n trailPercent\n extendedHours\n status\n createdAt\n updatedAt\n submittedAt\n filledAt\n filledQty\n filledAvgPrice\n cancelRequestedAt\n canceledAt\n actionId\n asset {\nid\n }\n fee\n strikePrice\n expirationDate\n optionType\n stopLossId\n takeProfitId\n contractId\n }\n positions {\n id\n assetId\n asset {\nid\n }\n averageEntryPrice\n qty\n qtyAvailable\n marketValue\n costBasis\n unrealizedPL\n unrealizedPLPC\n unrealisedIntradayPL\n unrealisedIntradayPLPC\n currentPrice\n lastTradePrice\n changeToday\n assetMarginable\n closed\n createdAt\n updatedAt\n }\n alerts {\n id\n alpacaAccountId\n message\n type\n isRead\n createdAt\n updatedAt\n }\n }\n openaiAPIKey\n openaiModel\n }\n createdAt\n updatedAt\n";
|
2
2
|
//# sourceMappingURL=Authenticator.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Authenticator.d.ts","sourceRoot":"","sources":["../../../../src/generated/selectionSets/Authenticator.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,aAAa,
|
1
|
+
{"version":3,"file":"Authenticator.d.ts","sourceRoot":"","sources":["../../../../src/generated/selectionSets/Authenticator.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,aAAa,o0FAgLzB,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Authenticator.js","sourceRoot":"","sources":["../../../../src/generated/selectionSets/Authenticator.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,aAAa,GAAG
|
1
|
+
{"version":3,"file":"Authenticator.js","sourceRoot":"","sources":["../../../../src/generated/selectionSets/Authenticator.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,aAAa,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgL5B,CAAC"}
|
@@ -1,2 +1,2 @@
|
|
1
|
-
export declare const Customer = "\n id\n authUserId\n name\n plan\n stripeCustomerId\n stripeSubscriptionId\n stripePriceId\n stripeCurrentPeriodEnd\n createdAt\n updatedAt\n users {\n id\n name\n email\n emailVerified\n image\n createdAt\n updatedAt\n role\n bio\n jobTitle\n currentAccount\n customerId\n accounts {\n id\n userId\n type\n provider\n providerAccountId\n refresh_token\n access_token\n expires_at\n token_type\n scope\n id_token\n session_state\n createdAt\n updatedAt\n }\n sessions {\n id\n sessionToken\n userId\n expires\n createdAt\n updatedAt\n }\n authenticators {\n id\n userId\n credentialID\n publicKey\n counter\n createdAt\n updatedAt\n }\n plan\n alpacaAccounts {\n id\n type\n APIKey\n APISecret\n configuration\n marketOpen\n realTime\n minOrderSize\n maxOrderSize\n minPercentageChange\n volumeThreshold\n userId\n createdAt\n updatedAt\n trades {\n id\n alpacaAccountId\n assetId\n qty\n price\n total\n optionType\n signal\n strategy\n analysis\n summary\n confidence\n timestamp\n createdAt\n updatedAt\n status\n asset {\nid\n }\n actions {\nid\n }\n }\n orders {\n id\n clientOrderId\n alpacaAccountId\n assetId\n qty\n notional\n side\n type\n orderClass\n timeInForce\n limitPrice\n stopPrice\n stopLoss {\nid\n }\n takeProfit {\nid\n }\n trailPrice\n trailPercent\n extendedHours\n status\n createdAt\n updatedAt\n submittedAt\n filledAt\n filledQty\n filledAvgPrice\n cancelRequestedAt\n canceledAt\n actionId\n
|
1
|
+
export declare const Customer = "\n id\n authUserId\n name\n plan\n stripeCustomerId\n stripeSubscriptionId\n stripePriceId\n stripeCurrentPeriodEnd\n createdAt\n updatedAt\n users {\n id\n name\n email\n emailVerified\n image\n createdAt\n updatedAt\n role\n bio\n jobTitle\n currentAccount\n customerId\n accounts {\n id\n userId\n type\n provider\n providerAccountId\n refresh_token\n access_token\n expires_at\n token_type\n scope\n id_token\n session_state\n createdAt\n updatedAt\n }\n sessions {\n id\n sessionToken\n userId\n expires\n createdAt\n updatedAt\n }\n authenticators {\n id\n userId\n credentialID\n publicKey\n counter\n createdAt\n updatedAt\n }\n plan\n alpacaAccounts {\n id\n type\n APIKey\n APISecret\n configuration\n marketOpen\n realTime\n minOrderSize\n maxOrderSize\n minPercentageChange\n volumeThreshold\n userId\n createdAt\n updatedAt\n trades {\n id\n alpacaAccountId\n assetId\n qty\n price\n total\n optionType\n signal\n strategy\n analysis\n summary\n confidence\n timestamp\n createdAt\n updatedAt\n status\n asset {\nid\n }\n actions {\nid\n }\n }\n orders {\n id\n clientOrderId\n alpacaAccountId\n assetId\n qty\n notional\n side\n type\n orderClass\n timeInForce\n limitPrice\n stopPrice\n stopLoss {\nid\n }\n takeProfit {\nid\n }\n trailPrice\n trailPercent\n extendedHours\n status\n createdAt\n updatedAt\n submittedAt\n filledAt\n filledQty\n filledAvgPrice\n cancelRequestedAt\n canceledAt\n actionId\n asset {\nid\n }\n fee\n strikePrice\n expirationDate\n optionType\n stopLossId\n takeProfitId\n contractId\n }\n positions {\n id\n assetId\n asset {\nid\n }\n averageEntryPrice\n qty\n qtyAvailable\n marketValue\n costBasis\n unrealizedPL\n unrealizedPLPC\n unrealisedIntradayPL\n unrealisedIntradayPLPC\n currentPrice\n lastTradePrice\n changeToday\n assetMarginable\n closed\n createdAt\n updatedAt\n }\n alerts {\n id\n alpacaAccountId\n message\n type\n isRead\n createdAt\n updatedAt\n }\n }\n openaiAPIKey\n openaiModel\n }\n";
|
2
2
|
//# sourceMappingURL=Customer.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Customer.d.ts","sourceRoot":"","sources":["../../../../src/generated/selectionSets/Customer.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,QAAQ,
|
1
|
+
{"version":3,"file":"Customer.d.ts","sourceRoot":"","sources":["../../../../src/generated/selectionSets/Customer.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,QAAQ,+zFAgLpB,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Customer.js","sourceRoot":"","sources":["../../../../src/generated/selectionSets/Customer.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,QAAQ,GAAG
|
1
|
+
{"version":3,"file":"Customer.js","sourceRoot":"","sources":["../../../../src/generated/selectionSets/Customer.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,QAAQ,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgLvB,CAAC"}
|
@@ -1,2 +1,2 @@
|
|
1
|
-
export declare const User = "\n id\n name\n email\n emailVerified\n image\n createdAt\n updatedAt\n role\n bio\n jobTitle\n currentAccount\n customer {\n id\n authUserId\n name\n plan\n stripeCustomerId\n stripeSubscriptionId\n stripePriceId\n stripeCurrentPeriodEnd\n createdAt\n updatedAt\n }\n customerId\n accounts {\n id\n userId\n type\n provider\n providerAccountId\n refresh_token\n access_token\n expires_at\n token_type\n scope\n id_token\n session_state\n createdAt\n updatedAt\n }\n sessions {\n id\n sessionToken\n userId\n expires\n createdAt\n updatedAt\n }\n authenticators {\n id\n userId\n credentialID\n publicKey\n counter\n createdAt\n updatedAt\n }\n plan\n alpacaAccounts {\n id\n type\n APIKey\n APISecret\n configuration\n marketOpen\n realTime\n minOrderSize\n maxOrderSize\n minPercentageChange\n volumeThreshold\n userId\n createdAt\n updatedAt\n trades {\n id\n alpacaAccountId\n assetId\n qty\n price\n total\n optionType\n signal\n strategy\n analysis\n summary\n confidence\n timestamp\n createdAt\n updatedAt\n status\n asset {\n id\n symbol\n name\n type\n logoUrl\n description\n cik\n exchange\n currency\n country\n sector\n industry\n address\n officialSite\n fiscalYearEnd\n latestQuarter\n marketCapitalization\n ebitda\n peRatio\n pegRatio\n bookValue\n dividendPerShare\n dividendYield\n eps\n revenuePerShareTTM\n profitMargin\n operatingMarginTTM\n returnOnAssetsTTM\n returnOnEquityTTM\n revenueTTM\n grossProfitTTM\n dilutedEPSTTM\n quarterlyEarningsGrowthYOY\n quarterlyRevenueGrowthYOY\n analystTargetPrice\n analystRatingStrongBuy\n analystRatingBuy\n analystRatingHold\n analystRatingSell\n analystRatingStrongSell\n trailingPE\n forwardPE\n priceToSalesRatioTTM\n priceToBookRatio\n evToRevenue\n evToEbitda\n beta\n week52High\n week52Low\n day50MovingAverage\n day200MovingAverage\n sharesOutstanding\n dividendDate\n exDividendDate\n askPrice\n bidPrice\n createdAt\n updatedAt\n }\n actions {\n id\n sequence\n tradeId\n type\n primary\n note\n status\n fee\n order {\nid\n }\n dependsOn\n dependedOnBy\n }\n }\n orders {\n id\n clientOrderId\n alpacaAccountId\n assetId\n qty\n notional\n side\n type\n orderClass\n timeInForce\n limitPrice\n stopPrice\n stopLoss {\n id\n stopPrice\n limitPrice\n createdAt\n updatedAt\n orderId\n }\n takeProfit {\n id\n limitPrice\n stopPrice\n createdAt\n updatedAt\n orderId\n }\n trailPrice\n trailPercent\n extendedHours\n status\n createdAt\n updatedAt\n submittedAt\n filledAt\n filledQty\n filledAvgPrice\n cancelRequestedAt\n canceledAt\n actionId\n
|
1
|
+
export declare const User = "\n id\n name\n email\n emailVerified\n image\n createdAt\n updatedAt\n role\n bio\n jobTitle\n currentAccount\n customer {\n id\n authUserId\n name\n plan\n stripeCustomerId\n stripeSubscriptionId\n stripePriceId\n stripeCurrentPeriodEnd\n createdAt\n updatedAt\n }\n customerId\n accounts {\n id\n userId\n type\n provider\n providerAccountId\n refresh_token\n access_token\n expires_at\n token_type\n scope\n id_token\n session_state\n createdAt\n updatedAt\n }\n sessions {\n id\n sessionToken\n userId\n expires\n createdAt\n updatedAt\n }\n authenticators {\n id\n userId\n credentialID\n publicKey\n counter\n createdAt\n updatedAt\n }\n plan\n alpacaAccounts {\n id\n type\n APIKey\n APISecret\n configuration\n marketOpen\n realTime\n minOrderSize\n maxOrderSize\n minPercentageChange\n volumeThreshold\n userId\n createdAt\n updatedAt\n trades {\n id\n alpacaAccountId\n assetId\n qty\n price\n total\n optionType\n signal\n strategy\n analysis\n summary\n confidence\n timestamp\n createdAt\n updatedAt\n status\n asset {\n id\n symbol\n name\n type\n logoUrl\n description\n cik\n exchange\n currency\n country\n sector\n industry\n address\n officialSite\n fiscalYearEnd\n latestQuarter\n marketCapitalization\n ebitda\n peRatio\n pegRatio\n bookValue\n dividendPerShare\n dividendYield\n eps\n revenuePerShareTTM\n profitMargin\n operatingMarginTTM\n returnOnAssetsTTM\n returnOnEquityTTM\n revenueTTM\n grossProfitTTM\n dilutedEPSTTM\n quarterlyEarningsGrowthYOY\n quarterlyRevenueGrowthYOY\n analystTargetPrice\n analystRatingStrongBuy\n analystRatingBuy\n analystRatingHold\n analystRatingSell\n analystRatingStrongSell\n trailingPE\n forwardPE\n priceToSalesRatioTTM\n priceToBookRatio\n evToRevenue\n evToEbitda\n beta\n week52High\n week52Low\n day50MovingAverage\n day200MovingAverage\n sharesOutstanding\n dividendDate\n exDividendDate\n askPrice\n bidPrice\n createdAt\n updatedAt\n }\n actions {\n id\n sequence\n tradeId\n type\n primary\n note\n status\n fee\n order {\nid\n }\n dependsOn\n dependedOnBy\n }\n }\n orders {\n id\n clientOrderId\n alpacaAccountId\n assetId\n qty\n notional\n side\n type\n orderClass\n timeInForce\n limitPrice\n stopPrice\n stopLoss {\n id\n stopPrice\n limitPrice\n createdAt\n updatedAt\n orderId\n }\n takeProfit {\n id\n limitPrice\n stopPrice\n createdAt\n updatedAt\n orderId\n }\n trailPrice\n trailPercent\n extendedHours\n status\n createdAt\n updatedAt\n submittedAt\n filledAt\n filledQty\n filledAvgPrice\n cancelRequestedAt\n canceledAt\n actionId\n asset {\n id\n symbol\n name\n type\n logoUrl\n description\n cik\n exchange\n currency\n country\n sector\n industry\n address\n officialSite\n fiscalYearEnd\n latestQuarter\n marketCapitalization\n ebitda\n peRatio\n pegRatio\n bookValue\n dividendPerShare\n dividendYield\n eps\n revenuePerShareTTM\n profitMargin\n operatingMarginTTM\n returnOnAssetsTTM\n returnOnEquityTTM\n revenueTTM\n grossProfitTTM\n dilutedEPSTTM\n quarterlyEarningsGrowthYOY\n quarterlyRevenueGrowthYOY\n analystTargetPrice\n analystRatingStrongBuy\n analystRatingBuy\n analystRatingHold\n analystRatingSell\n analystRatingStrongSell\n trailingPE\n forwardPE\n priceToSalesRatioTTM\n priceToBookRatio\n evToRevenue\n evToEbitda\n beta\n week52High\n week52Low\n day50MovingAverage\n day200MovingAverage\n sharesOutstanding\n dividendDate\n exDividendDate\n askPrice\n bidPrice\n createdAt\n updatedAt\n }\n fee\n strikePrice\n expirationDate\n optionType\n stopLossId\n takeProfitId\n contractId\n }\n positions {\n id\n assetId\n asset {\n id\n symbol\n name\n type\n logoUrl\n description\n cik\n exchange\n currency\n country\n sector\n industry\n address\n officialSite\n fiscalYearEnd\n latestQuarter\n marketCapitalization\n ebitda\n peRatio\n pegRatio\n bookValue\n dividendPerShare\n dividendYield\n eps\n revenuePerShareTTM\n profitMargin\n operatingMarginTTM\n returnOnAssetsTTM\n returnOnEquityTTM\n revenueTTM\n grossProfitTTM\n dilutedEPSTTM\n quarterlyEarningsGrowthYOY\n quarterlyRevenueGrowthYOY\n analystTargetPrice\n analystRatingStrongBuy\n analystRatingBuy\n analystRatingHold\n analystRatingSell\n analystRatingStrongSell\n trailingPE\n forwardPE\n priceToSalesRatioTTM\n priceToBookRatio\n evToRevenue\n evToEbitda\n beta\n week52High\n week52Low\n day50MovingAverage\n day200MovingAverage\n sharesOutstanding\n dividendDate\n exDividendDate\n askPrice\n bidPrice\n createdAt\n updatedAt\n }\n averageEntryPrice\n qty\n qtyAvailable\n marketValue\n costBasis\n unrealizedPL\n unrealizedPLPC\n unrealisedIntradayPL\n unrealisedIntradayPLPC\n currentPrice\n lastTradePrice\n changeToday\n assetMarginable\n closed\n createdAt\n updatedAt\n }\n alerts {\n id\n alpacaAccountId\n message\n type\n isRead\n createdAt\n updatedAt\n }\n }\n openaiAPIKey\n openaiModel\n";
|
2
2
|
//# sourceMappingURL=User.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"User.d.ts","sourceRoot":"","sources":["../../../../src/generated/selectionSets/User.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,IAAI,
|
1
|
+
{"version":3,"file":"User.d.ts","sourceRoot":"","sources":["../../../../src/generated/selectionSets/User.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,IAAI,ipNAiXhB,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"User.js","sourceRoot":"","sources":["../../../../src/generated/selectionSets/User.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,IAAI,GAAG
|
1
|
+
{"version":3,"file":"User.js","sourceRoot":"","sources":["../../../../src/generated/selectionSets/User.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,IAAI,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiXnB,CAAC"}
|
@@ -71,7 +71,7 @@ export declare class AlpacaAccount {
|
|
71
71
|
*/
|
72
72
|
trades?: Trade[];
|
73
73
|
/**
|
74
|
-
* List of orders placed through this Alpaca account. TYPESTRING.SKIP=true GQL.EXCLUDE=['alpacaAccount']
|
74
|
+
* List of orders placed through this Alpaca account. TYPESTRING.SKIP=true GQL.EXCLUDE=['alpacaAccount', 'action']
|
75
75
|
*/
|
76
76
|
orders?: Order[];
|
77
77
|
/**
|
@@ -77,7 +77,7 @@ let AlpacaAccount = class AlpacaAccount {
|
|
77
77
|
*/
|
78
78
|
trades;
|
79
79
|
/**
|
80
|
-
* List of orders placed through this Alpaca account. TYPESTRING.SKIP=true GQL.EXCLUDE=['alpacaAccount']
|
80
|
+
* List of orders placed through this Alpaca account. TYPESTRING.SKIP=true GQL.EXCLUDE=['alpacaAccount', 'action']
|
81
81
|
*/
|
82
82
|
orders;
|
83
83
|
/**
|
@@ -72,7 +72,7 @@ export declare class Trade {
|
|
72
72
|
*/
|
73
73
|
alpacaAccount?: AlpacaAccount;
|
74
74
|
/**
|
75
|
-
* Relation to the Asset model. TYPESTRING.INCLUDE=['symbol','name','type'] GQL.EXCLUDE=['trades', 'orders', 'positions', 'newsMentions']
|
75
|
+
* Relation to the Asset model. TYPESTRING.INCLUDE=['symbol','name','type'] GQL.EXCLUDE=['trades', 'orders', 'positions', 'newsMentions', 'contracts']
|
76
76
|
*/
|
77
77
|
asset?: Asset | null;
|
78
78
|
/**
|
@@ -83,7 +83,7 @@ let Trade = class Trade {
|
|
83
83
|
*/
|
84
84
|
alpacaAccount;
|
85
85
|
/**
|
86
|
-
* Relation to the Asset model. TYPESTRING.INCLUDE=['symbol','name','type'] GQL.EXCLUDE=['trades', 'orders', 'positions', 'newsMentions']
|
86
|
+
* Relation to the Asset model. TYPESTRING.INCLUDE=['symbol','name','type'] GQL.EXCLUDE=['trades', 'orders', 'positions', 'newsMentions', 'contracts']
|
87
87
|
*/
|
88
88
|
asset;
|
89
89
|
/**
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"AlpacaAccountRelationsResolver.js","sourceRoot":"","sources":["../../../../../../../src/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/AlpacaAccountRelationsResolver.ts"],"names":[],"mappings":"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
|
1
|
+
{"version":3,"file":"AlpacaAccountRelationsResolver.js","sourceRoot":"","sources":["../../../../../../../src/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/AlpacaAccountRelationsResolver.ts"],"names":[],"mappings":"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"}
|
@@ -106,7 +106,7 @@ __decorate([
|
|
106
106
|
__decorate([
|
107
107
|
TypeGraphQL.FieldResolver(_type => [Order], {
|
108
108
|
nullable: false,
|
109
|
-
description: "List of orders placed through this Alpaca account. TYPESTRING.SKIP=true GQL.EXCLUDE=['alpacaAccount']"
|
109
|
+
description: "List of orders placed through this Alpaca account. TYPESTRING.SKIP=true GQL.EXCLUDE=['alpacaAccount', 'action']"
|
110
110
|
}),
|
111
111
|
__param(0, TypeGraphQL.Root()),
|
112
112
|
__param(1, TypeGraphQL.Ctx()),
|
package/server/generated/typegraphql-prisma/resolvers/relations/Trade/TradeRelationsResolver.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"TradeRelationsResolver.js","sourceRoot":"","sources":["../../../../../../../src/generated/typegraphql-prisma/resolvers/relations/Trade/TradeRelationsResolver.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,OAAO,KAAK,WAAW,MAAM,cAAc,CAAC;AAE5C,OAAO,EAAE,MAAM,EAAE,MAAM,wBAAwB,CAAC;AAChD,OAAO,EAAE,aAAa,EAAE,MAAM,+BAA+B,CAAC;AAC9D,OAAO,EAAE,KAAK,EAAE,MAAM,uBAAuB,CAAC;AAC9C,OAAO,EAAE,KAAK,EAAE,MAAM,uBAAuB,CAAC;AAC9C,OAAO,EAAE,gBAAgB,EAAE,MAAM,yBAAyB,CAAC;AAC3D,OAAO,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAC;AACvD,OAAO,EAAE,2BAA2B,EAAE,oBAAoB,EAAE,2CAA2C,EAAE,MAAM,kBAAkB,CAAC;AAG3H,IAAM,sBAAsB,GAA5B,MAAM,sBAAsB;IAK3B,AAAN,KAAK,CAAC,aAAa,CAAqB,KAAY,EAAqB,GAAQ,EAAsB,IAAwB;QAC7H,MAAM,EAAE,MAAM,EAAE,GAAG,2BAA2B,CAAC,IAAI,CAAC,CAAC;QACrD,OAAO,oBAAoB,CAAC,GAAG,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC;YAChD,KAAK,EAAE;gBACL,EAAE,EAAE,KAAK,CAAC,EAAE;aACb;SACF,CAAC,CAAC,aAAa,CAAC;YACf,GAAG,CAAC,MAAM,IAAI,2CAA2C,CAAC,MAAM,CAAC,CAAC;SACnE,CAAC,CAAC;IACL,CAAC;IAMK,AAAN,KAAK,CAAC,KAAK,CAAqB,KAAY,EAAqB,GAAQ,EAAsB,IAAwB,EAAsB,IAAoB;QAC/J,MAAM,EAAE,MAAM,EAAE,GAAG,2BAA2B,CAAC,IAAI,CAAC,CAAC;QACrD,OAAO,oBAAoB,CAAC,GAAG,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC;YAChD,KAAK,EAAE;gBACL,EAAE,EAAE,KAAK,CAAC,EAAE;aACb;SACF,CAAC,CAAC,KAAK,CAAC;YACP,GAAG,IAAI;YACP,GAAG,CAAC,MAAM,IAAI,2CAA2C,CAAC,MAAM,CAAC,CAAC;SACnE,CAAC,CAAC;IACL,CAAC;IAMK,AAAN,KAAK,CAAC,OAAO,CAAqB,KAAY,EAAqB,GAAQ,EAAsB,IAAwB,EAAsB,IAAsB;QACnK,MAAM,EAAE,MAAM,EAAE,GAAG,2BAA2B,CAAC,IAAI,CAAC,CAAC;QACrD,OAAO,oBAAoB,CAAC,GAAG,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC;YAChD,KAAK,EAAE;gBACL,EAAE,EAAE,KAAK,CAAC,EAAE;aACb;SACF,CAAC,CAAC,OAAO,CAAC;YACT,GAAG,IAAI;YACP,GAAG,CAAC,MAAM,IAAI,2CAA2C,CAAC,MAAM,CAAC,CAAC;SACnE,CAAC,CAAC;IACL,CAAC;CACF,CAAA;AA1CO;IAJL,WAAW,CAAC,aAAa,CAAC,KAAK,CAAC,EAAE,CAAC,aAAa,EAAE;QACjD,QAAQ,EAAE,KAAK;QACf,WAAW,EAAE,yEAAyE;KACvF,CAAC;IACmB,WAAA,WAAW,CAAC,IAAI,EAAE,CAAA;IAAgB,WAAA,WAAW,CAAC,GAAG,EAAE,CAAA;IAAY,WAAA,WAAW,CAAC,IAAI,EAAE,CAAA;;qCAAvD,KAAK;;2DASnD;AAMK;IAJL,WAAW,CAAC,aAAa,CAAC,KAAK,CAAC,EAAE,CAAC,KAAK,EAAE;QACzC,QAAQ,EAAE,IAAI;QACd,WAAW,EAAE,
|
1
|
+
{"version":3,"file":"TradeRelationsResolver.js","sourceRoot":"","sources":["../../../../../../../src/generated/typegraphql-prisma/resolvers/relations/Trade/TradeRelationsResolver.ts"],"names":[],"mappings":"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"}
|
package/server/generated/typegraphql-prisma/resolvers/relations/Trade/TradeRelationsResolver.mjs
CHANGED
@@ -67,7 +67,7 @@ __decorate([
|
|
67
67
|
__decorate([
|
68
68
|
TypeGraphQL.FieldResolver(_type => Asset, {
|
69
69
|
nullable: true,
|
70
|
-
description: "Relation to the Asset model. TYPESTRING.INCLUDE=['symbol','name','type'] GQL.EXCLUDE=['trades', 'orders', 'positions', 'newsMentions']"
|
70
|
+
description: "Relation to the Asset model. TYPESTRING.INCLUDE=['symbol','name','type'] GQL.EXCLUDE=['trades', 'orders', 'positions', 'newsMentions', 'contracts']"
|
71
71
|
}),
|
72
72
|
__param(0, TypeGraphQL.Root()),
|
73
73
|
__param(1, TypeGraphQL.Ctx()),
|