adaptic-backend 1.0.155 → 1.0.156
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 +5 -6
- package/AlpacaAccount.cjs +131 -9
- package/Authenticator.cjs +5 -6
- package/Customer.cjs +5 -6
- package/User.cjs +71 -6
- package/generated/typegraphql-prisma/models/AlpacaAccount.d.ts +5 -5
- package/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/AlpacaAccountRelationsResolver.cjs +5 -5
- package/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/AlpacaAccountRelationsResolver.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 +5 -6
- package/server/AlpacaAccount.d.ts.map +1 -1
- package/server/AlpacaAccount.js.map +1 -1
- package/server/AlpacaAccount.mjs +131 -9
- package/server/Authenticator.d.ts.map +1 -1
- package/server/Authenticator.js.map +1 -1
- package/server/Authenticator.mjs +5 -6
- package/server/Customer.d.ts.map +1 -1
- package/server/Customer.js.map +1 -1
- package/server/Customer.mjs +5 -6
- package/server/User.d.ts.map +1 -1
- package/server/User.js.map +1 -1
- package/server/User.mjs +71 -6
- 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 +5 -6
- 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 +131 -9
- 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 +5 -6
- 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 +5 -6
- 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 +71 -6
- package/server/generated/typegraphql-prisma/models/AlpacaAccount.d.ts +5 -5
- package/server/generated/typegraphql-prisma/models/AlpacaAccount.mjs +5 -5
- package/server/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/AlpacaAccountRelationsResolver.js.map +1 -1
- package/server/generated/typegraphql-prisma/resolvers/relations/AlpacaAccount/AlpacaAccountRelationsResolver.mjs +5 -5
package/server/User.mjs
CHANGED
@@ -96,9 +96,6 @@ const selectionSet = `
|
|
96
96
|
createdAt
|
97
97
|
updatedAt
|
98
98
|
status
|
99
|
-
alpacaAccount {
|
100
|
-
id
|
101
|
-
}
|
102
99
|
asset {
|
103
100
|
id
|
104
101
|
symbol
|
@@ -214,9 +211,6 @@ id
|
|
214
211
|
filledAt
|
215
212
|
filledAvgPrice
|
216
213
|
actionId
|
217
|
-
alpacaAccount {
|
218
|
-
id
|
219
|
-
}
|
220
214
|
action {
|
221
215
|
id
|
222
216
|
sequence
|
@@ -300,8 +294,79 @@ id
|
|
300
294
|
takeProfitId
|
301
295
|
}
|
302
296
|
positions {
|
297
|
+
id
|
303
298
|
assetId
|
299
|
+
asset {
|
300
|
+
id
|
301
|
+
logoUrl
|
302
|
+
description
|
303
|
+
cik
|
304
|
+
exchange
|
305
|
+
currency
|
306
|
+
country
|
307
|
+
sector
|
308
|
+
industry
|
309
|
+
address
|
310
|
+
officialSite
|
311
|
+
fiscalYearEnd
|
312
|
+
latestQuarter
|
313
|
+
marketCapitalization
|
314
|
+
ebitda
|
315
|
+
peRatio
|
316
|
+
pegRatio
|
317
|
+
bookValue
|
318
|
+
dividendPerShare
|
319
|
+
dividendYield
|
320
|
+
eps
|
321
|
+
revenuePerShareTTM
|
322
|
+
profitMargin
|
323
|
+
operatingMarginTTM
|
324
|
+
returnOnAssetsTTM
|
325
|
+
returnOnEquityTTM
|
326
|
+
revenueTTM
|
327
|
+
grossProfitTTM
|
328
|
+
dilutedEPSTTM
|
329
|
+
quarterlyEarningsGrowthYOY
|
330
|
+
quarterlyRevenueGrowthYOY
|
331
|
+
analystTargetPrice
|
332
|
+
analystRatingStrongBuy
|
333
|
+
analystRatingBuy
|
334
|
+
analystRatingHold
|
335
|
+
analystRatingSell
|
336
|
+
analystRatingStrongSell
|
337
|
+
trailingPE
|
338
|
+
forwardPE
|
339
|
+
priceToSalesRatioTTM
|
340
|
+
priceToBookRatio
|
341
|
+
evToRevenue
|
342
|
+
evToEbitda
|
343
|
+
beta
|
344
|
+
week52High
|
345
|
+
week52Low
|
346
|
+
day50MovingAverage
|
347
|
+
day200MovingAverage
|
348
|
+
sharesOutstanding
|
349
|
+
dividendDate
|
350
|
+
exDividendDate
|
351
|
+
askPrice
|
352
|
+
bidPrice
|
353
|
+
createdAt
|
354
|
+
updatedAt
|
355
|
+
trades {
|
356
|
+
id
|
357
|
+
}
|
358
|
+
orders {
|
359
|
+
id
|
360
|
+
}
|
361
|
+
positions {
|
362
|
+
id
|
363
|
+
}
|
364
|
+
newsMentions {
|
365
|
+
id
|
366
|
+
}
|
367
|
+
}
|
304
368
|
averageEntryPrice
|
369
|
+
qty
|
305
370
|
qtyAvailable
|
306
371
|
marketValue
|
307
372
|
costBasis
|
@@ -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 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
|
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 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 filledAvgPrice\n actionId\n action {\nid\n }\n asset {\nid\n }\n fee\n strikePrice\n expirationDate\n optionType\n stopLossId\n takeProfitId\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 alpacaAccountId\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,4sFA4KnB,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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4KtB,CAAC"}
|
@@ -87,9 +87,6 @@ export const Account = `
|
|
87
87
|
createdAt
|
88
88
|
updatedAt
|
89
89
|
status
|
90
|
-
alpacaAccount {
|
91
|
-
id
|
92
|
-
}
|
93
90
|
asset {
|
94
91
|
id
|
95
92
|
}
|
@@ -126,9 +123,6 @@ id
|
|
126
123
|
filledAt
|
127
124
|
filledAvgPrice
|
128
125
|
actionId
|
129
|
-
alpacaAccount {
|
130
|
-
id
|
131
|
-
}
|
132
126
|
action {
|
133
127
|
id
|
134
128
|
}
|
@@ -143,8 +137,13 @@ id
|
|
143
137
|
takeProfitId
|
144
138
|
}
|
145
139
|
positions {
|
140
|
+
id
|
146
141
|
assetId
|
142
|
+
asset {
|
143
|
+
id
|
144
|
+
}
|
147
145
|
averageEntryPrice
|
146
|
+
qty
|
148
147
|
qtyAvailable
|
149
148
|
marketValue
|
150
149
|
costBasis
|
@@ -1,2 +1,2 @@
|
|
1
|
-
export declare const AlpacaAccount = "\n id\n type\n APIKey\n APISecret\n configuration\n marketOpen\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
|
1
|
+
export declare const AlpacaAccount = "\n id\n type\n APIKey\n APISecret\n configuration\n marketOpen\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 newsMentions {\n id\n assetId\n newsArticleId\n url\n news {\nid\n }\n relevancyScore\n sentimentScore\n sentimentLabel\n }\n }\n actions {\n id\n sequence\n tradeId\n type\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 filledAvgPrice\n actionId\n asset {\nid\n }\n fee\n strikePrice\n expirationDate\n optionType\n stopLossId\n takeProfitId\n }\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 filledAvgPrice\n actionId\n action {\n id\n sequence\n tradeId\n type\n note\n status\n fee\n }\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 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 actions {\nid\n }\n }\n orders {\nid\n }\n }\n fee\n strikePrice\n expirationDate\n optionType\n stopLossId\n takeProfitId\n }\n positions {\n id\n assetId\n asset {\n id\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 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 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 filledAvgPrice\n actionId\n fee\n strikePrice\n expirationDate\n optionType\n stopLossId\n takeProfitId\n }\n positions {\nid\n }\n newsMentions {\n id\n assetId\n newsArticleId\n url\n news {\nid\n }\n relevancyScore\n sentimentScore\n sentimentLabel\n }\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 alpacaAccountId\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,+6QA6fzB,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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6f5B,CAAC"}
|
@@ -68,9 +68,6 @@ export const AlpacaAccount = `
|
|
68
68
|
updatedAt
|
69
69
|
}
|
70
70
|
plan
|
71
|
-
alpacaAccounts {
|
72
|
-
id
|
73
|
-
}
|
74
71
|
openaiAPIKey
|
75
72
|
openaiModel
|
76
73
|
}
|
@@ -94,9 +91,6 @@ id
|
|
94
91
|
createdAt
|
95
92
|
updatedAt
|
96
93
|
status
|
97
|
-
alpacaAccount {
|
98
|
-
id
|
99
|
-
}
|
100
94
|
asset {
|
101
95
|
id
|
102
96
|
symbol
|
@@ -257,9 +251,6 @@ id
|
|
257
251
|
filledAt
|
258
252
|
filledAvgPrice
|
259
253
|
actionId
|
260
|
-
alpacaAccount {
|
261
|
-
id
|
262
|
-
}
|
263
254
|
action {
|
264
255
|
id
|
265
256
|
sequence
|
@@ -361,8 +352,139 @@ id
|
|
361
352
|
takeProfitId
|
362
353
|
}
|
363
354
|
positions {
|
355
|
+
id
|
364
356
|
assetId
|
357
|
+
asset {
|
358
|
+
id
|
359
|
+
logoUrl
|
360
|
+
description
|
361
|
+
cik
|
362
|
+
exchange
|
363
|
+
currency
|
364
|
+
country
|
365
|
+
sector
|
366
|
+
industry
|
367
|
+
address
|
368
|
+
officialSite
|
369
|
+
fiscalYearEnd
|
370
|
+
latestQuarter
|
371
|
+
marketCapitalization
|
372
|
+
ebitda
|
373
|
+
peRatio
|
374
|
+
pegRatio
|
375
|
+
bookValue
|
376
|
+
dividendPerShare
|
377
|
+
dividendYield
|
378
|
+
eps
|
379
|
+
revenuePerShareTTM
|
380
|
+
profitMargin
|
381
|
+
operatingMarginTTM
|
382
|
+
returnOnAssetsTTM
|
383
|
+
returnOnEquityTTM
|
384
|
+
revenueTTM
|
385
|
+
grossProfitTTM
|
386
|
+
dilutedEPSTTM
|
387
|
+
quarterlyEarningsGrowthYOY
|
388
|
+
quarterlyRevenueGrowthYOY
|
389
|
+
analystTargetPrice
|
390
|
+
analystRatingStrongBuy
|
391
|
+
analystRatingBuy
|
392
|
+
analystRatingHold
|
393
|
+
analystRatingSell
|
394
|
+
analystRatingStrongSell
|
395
|
+
trailingPE
|
396
|
+
forwardPE
|
397
|
+
priceToSalesRatioTTM
|
398
|
+
priceToBookRatio
|
399
|
+
evToRevenue
|
400
|
+
evToEbitda
|
401
|
+
beta
|
402
|
+
week52High
|
403
|
+
week52Low
|
404
|
+
day50MovingAverage
|
405
|
+
day200MovingAverage
|
406
|
+
sharesOutstanding
|
407
|
+
dividendDate
|
408
|
+
exDividendDate
|
409
|
+
askPrice
|
410
|
+
bidPrice
|
411
|
+
createdAt
|
412
|
+
updatedAt
|
413
|
+
trades {
|
414
|
+
id
|
415
|
+
alpacaAccountId
|
416
|
+
assetId
|
417
|
+
qty
|
418
|
+
price
|
419
|
+
total
|
420
|
+
optionType
|
421
|
+
signal
|
422
|
+
strategy
|
423
|
+
analysis
|
424
|
+
summary
|
425
|
+
confidence
|
426
|
+
timestamp
|
427
|
+
createdAt
|
428
|
+
updatedAt
|
429
|
+
status
|
430
|
+
actions {
|
431
|
+
id
|
432
|
+
}
|
433
|
+
}
|
434
|
+
orders {
|
435
|
+
id
|
436
|
+
clientOrderId
|
437
|
+
alpacaAccountId
|
438
|
+
assetId
|
439
|
+
qty
|
440
|
+
notional
|
441
|
+
side
|
442
|
+
type
|
443
|
+
orderClass
|
444
|
+
timeInForce
|
445
|
+
limitPrice
|
446
|
+
stopPrice
|
447
|
+
stopLoss {
|
448
|
+
id
|
449
|
+
}
|
450
|
+
takeProfit {
|
451
|
+
id
|
452
|
+
}
|
453
|
+
trailPrice
|
454
|
+
trailPercent
|
455
|
+
extendedHours
|
456
|
+
status
|
457
|
+
createdAt
|
458
|
+
updatedAt
|
459
|
+
submittedAt
|
460
|
+
filledAt
|
461
|
+
filledAvgPrice
|
462
|
+
actionId
|
463
|
+
fee
|
464
|
+
strikePrice
|
465
|
+
expirationDate
|
466
|
+
optionType
|
467
|
+
stopLossId
|
468
|
+
takeProfitId
|
469
|
+
}
|
470
|
+
positions {
|
471
|
+
id
|
472
|
+
}
|
473
|
+
newsMentions {
|
474
|
+
id
|
475
|
+
assetId
|
476
|
+
newsArticleId
|
477
|
+
url
|
478
|
+
news {
|
479
|
+
id
|
480
|
+
}
|
481
|
+
relevancyScore
|
482
|
+
sentimentScore
|
483
|
+
sentimentLabel
|
484
|
+
}
|
485
|
+
}
|
365
486
|
averageEntryPrice
|
487
|
+
qty
|
366
488
|
qtyAvailable
|
367
489
|
marketValue
|
368
490
|
costBasis
|
@@ -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 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
|
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 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 filledAvgPrice\n actionId\n action {\nid\n }\n asset {\nid\n }\n fee\n strikePrice\n expirationDate\n optionType\n stopLossId\n takeProfitId\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 alpacaAccountId\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,kuFA4KzB,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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4K5B,CAAC"}
|
@@ -85,9 +85,6 @@ export const Authenticator = `
|
|
85
85
|
createdAt
|
86
86
|
updatedAt
|
87
87
|
status
|
88
|
-
alpacaAccount {
|
89
|
-
id
|
90
|
-
}
|
91
88
|
asset {
|
92
89
|
id
|
93
90
|
}
|
@@ -124,9 +121,6 @@ id
|
|
124
121
|
filledAt
|
125
122
|
filledAvgPrice
|
126
123
|
actionId
|
127
|
-
alpacaAccount {
|
128
|
-
id
|
129
|
-
}
|
130
124
|
action {
|
131
125
|
id
|
132
126
|
}
|
@@ -141,8 +135,13 @@ id
|
|
141
135
|
takeProfitId
|
142
136
|
}
|
143
137
|
positions {
|
138
|
+
id
|
144
139
|
assetId
|
140
|
+
asset {
|
141
|
+
id
|
142
|
+
}
|
145
143
|
averageEntryPrice
|
144
|
+
qty
|
146
145
|
qtyAvailable
|
147
146
|
marketValue
|
148
147
|
costBasis
|
@@ -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 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
|
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 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 filledAvgPrice\n actionId\n action {\nid\n }\n asset {\nid\n }\n fee\n strikePrice\n expirationDate\n optionType\n stopLossId\n takeProfitId\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 alpacaAccountId\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,6tFA4KpB,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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4KvB,CAAC"}
|
@@ -87,9 +87,6 @@ export const Customer = `
|
|
87
87
|
createdAt
|
88
88
|
updatedAt
|
89
89
|
status
|
90
|
-
alpacaAccount {
|
91
|
-
id
|
92
|
-
}
|
93
90
|
asset {
|
94
91
|
id
|
95
92
|
}
|
@@ -126,9 +123,6 @@ id
|
|
126
123
|
filledAt
|
127
124
|
filledAvgPrice
|
128
125
|
actionId
|
129
|
-
alpacaAccount {
|
130
|
-
id
|
131
|
-
}
|
132
126
|
action {
|
133
127
|
id
|
134
128
|
}
|
@@ -143,8 +137,13 @@ id
|
|
143
137
|
takeProfitId
|
144
138
|
}
|
145
139
|
positions {
|
140
|
+
id
|
146
141
|
assetId
|
142
|
+
asset {
|
143
|
+
id
|
144
|
+
}
|
147
145
|
averageEntryPrice
|
146
|
+
qty
|
148
147
|
qtyAvailable
|
149
148
|
marketValue
|
150
149
|
costBasis
|
@@ -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 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
|
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 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 newsMentions {\nid\n }\n }\n actions {\n id\n sequence\n tradeId\n type\n note\n status\n fee\n order {\nid\n }\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 filledAvgPrice\n actionId\n action {\n id\n sequence\n tradeId\n type\n note\n status\n fee\n }\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 trades {\nid\n }\n orders {\nid\n }\n }\n fee\n strikePrice\n expirationDate\n optionType\n stopLossId\n takeProfitId\n }\n positions {\n id\n assetId\n asset {\n id\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 trades {\nid\n }\n orders {\nid\n }\n positions {\nid\n }\n newsMentions {\nid\n }\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 alpacaAccountId\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,6yNAkYhB,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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkYnB,CAAC"}
|
@@ -88,9 +88,6 @@ export const User = `
|
|
88
88
|
createdAt
|
89
89
|
updatedAt
|
90
90
|
status
|
91
|
-
alpacaAccount {
|
92
|
-
id
|
93
|
-
}
|
94
91
|
asset {
|
95
92
|
id
|
96
93
|
symbol
|
@@ -206,9 +203,6 @@ id
|
|
206
203
|
filledAt
|
207
204
|
filledAvgPrice
|
208
205
|
actionId
|
209
|
-
alpacaAccount {
|
210
|
-
id
|
211
|
-
}
|
212
206
|
action {
|
213
207
|
id
|
214
208
|
sequence
|
@@ -292,8 +286,79 @@ id
|
|
292
286
|
takeProfitId
|
293
287
|
}
|
294
288
|
positions {
|
289
|
+
id
|
295
290
|
assetId
|
291
|
+
asset {
|
292
|
+
id
|
293
|
+
logoUrl
|
294
|
+
description
|
295
|
+
cik
|
296
|
+
exchange
|
297
|
+
currency
|
298
|
+
country
|
299
|
+
sector
|
300
|
+
industry
|
301
|
+
address
|
302
|
+
officialSite
|
303
|
+
fiscalYearEnd
|
304
|
+
latestQuarter
|
305
|
+
marketCapitalization
|
306
|
+
ebitda
|
307
|
+
peRatio
|
308
|
+
pegRatio
|
309
|
+
bookValue
|
310
|
+
dividendPerShare
|
311
|
+
dividendYield
|
312
|
+
eps
|
313
|
+
revenuePerShareTTM
|
314
|
+
profitMargin
|
315
|
+
operatingMarginTTM
|
316
|
+
returnOnAssetsTTM
|
317
|
+
returnOnEquityTTM
|
318
|
+
revenueTTM
|
319
|
+
grossProfitTTM
|
320
|
+
dilutedEPSTTM
|
321
|
+
quarterlyEarningsGrowthYOY
|
322
|
+
quarterlyRevenueGrowthYOY
|
323
|
+
analystTargetPrice
|
324
|
+
analystRatingStrongBuy
|
325
|
+
analystRatingBuy
|
326
|
+
analystRatingHold
|
327
|
+
analystRatingSell
|
328
|
+
analystRatingStrongSell
|
329
|
+
trailingPE
|
330
|
+
forwardPE
|
331
|
+
priceToSalesRatioTTM
|
332
|
+
priceToBookRatio
|
333
|
+
evToRevenue
|
334
|
+
evToEbitda
|
335
|
+
beta
|
336
|
+
week52High
|
337
|
+
week52Low
|
338
|
+
day50MovingAverage
|
339
|
+
day200MovingAverage
|
340
|
+
sharesOutstanding
|
341
|
+
dividendDate
|
342
|
+
exDividendDate
|
343
|
+
askPrice
|
344
|
+
bidPrice
|
345
|
+
createdAt
|
346
|
+
updatedAt
|
347
|
+
trades {
|
348
|
+
id
|
349
|
+
}
|
350
|
+
orders {
|
351
|
+
id
|
352
|
+
}
|
353
|
+
positions {
|
354
|
+
id
|
355
|
+
}
|
356
|
+
newsMentions {
|
357
|
+
id
|
358
|
+
}
|
359
|
+
}
|
296
360
|
averageEntryPrice
|
361
|
+
qty
|
297
362
|
qtyAvailable
|
298
363
|
marketValue
|
299
364
|
costBasis
|