@adaptic/backend-legacy 0.0.913 → 0.0.914
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/ABTest.cjs +651 -0
- package/Account.cjs +153 -0
- package/AccountDecisionRecord.cjs +15 -0
- package/AccountLinkingRequest.cjs +153 -0
- package/Action.cjs +45 -0
- package/Alert.cjs +177 -0
- package/Allocation.cjs +195 -0
- package/AlpacaAccount.cjs +141 -0
- package/Asset.cjs +15 -0
- package/Authenticator.cjs +162 -0
- package/Configuration.cjs +15 -0
- package/ConnectionHealthSnapshot.cjs +15 -0
- package/Customer.cjs +162 -0
- package/DeadLetterMessage.cjs +15 -0
- package/FeatureImportanceAnalysis.cjs +375 -0
- package/InstitutionalFlowSignal.cjs +15 -0
- package/InstitutionalHolding.cjs +15 -0
- package/InstitutionalSentimentAlerts.cjs +15 -0
- package/InviteToken.cjs +114 -0
- package/LinkedProvider.cjs +162 -0
- package/LlmConfiguration.cjs +162 -0
- package/ModelArtifact.cjs +156 -0
- package/ModelVersion.cjs +795 -0
- package/ModelVersionArtifact.cjs +375 -0
- package/NewsArticle.cjs +24 -0
- package/NewsArticleAssetSentiment.cjs +15 -0
- package/OptionsContract.cjs +39 -0
- package/OptionsGreeksHistory.cjs +57 -0
- package/OptionsPosition.cjs +81 -0
- package/OptionsTradeExecution.cjs +39 -0
- package/PolicyOverlay.cjs +105 -0
- package/ScheduledOptionOrder.cjs +15 -0
- package/Session.cjs +162 -0
- package/SignalPriorityQueue.cjs +15 -0
- package/SyncEvent.cjs +15 -0
- package/SystemAlert.cjs +30 -0
- package/Trade.cjs +45 -0
- package/TradingPolicy.cjs +177 -0
- package/User.cjs +141 -0
- package/WaitlistEntry.cjs +153 -0
- package/esm/ABTest.d.ts.map +1 -1
- package/esm/ABTest.js.map +1 -1
- package/esm/ABTest.mjs +651 -0
- package/esm/Account.d.ts.map +1 -1
- package/esm/Account.js.map +1 -1
- package/esm/Account.mjs +153 -0
- package/esm/AccountDecisionRecord.d.ts.map +1 -1
- package/esm/AccountDecisionRecord.js.map +1 -1
- package/esm/AccountDecisionRecord.mjs +15 -0
- package/esm/AccountLinkingRequest.d.ts.map +1 -1
- package/esm/AccountLinkingRequest.js.map +1 -1
- package/esm/AccountLinkingRequest.mjs +153 -0
- package/esm/Action.d.ts.map +1 -1
- package/esm/Action.js.map +1 -1
- package/esm/Action.mjs +45 -0
- package/esm/Alert.d.ts.map +1 -1
- package/esm/Alert.js.map +1 -1
- package/esm/Alert.mjs +177 -0
- package/esm/Allocation.d.ts.map +1 -1
- package/esm/Allocation.js.map +1 -1
- package/esm/Allocation.mjs +195 -0
- package/esm/AlpacaAccount.d.ts.map +1 -1
- package/esm/AlpacaAccount.js.map +1 -1
- package/esm/AlpacaAccount.mjs +141 -0
- package/esm/Asset.d.ts.map +1 -1
- package/esm/Asset.js.map +1 -1
- package/esm/Asset.mjs +15 -0
- package/esm/Authenticator.d.ts.map +1 -1
- package/esm/Authenticator.js.map +1 -1
- package/esm/Authenticator.mjs +162 -0
- package/esm/Configuration.d.ts.map +1 -1
- package/esm/Configuration.js.map +1 -1
- package/esm/Configuration.mjs +15 -0
- package/esm/ConnectionHealthSnapshot.d.ts.map +1 -1
- package/esm/ConnectionHealthSnapshot.js.map +1 -1
- package/esm/ConnectionHealthSnapshot.mjs +15 -0
- package/esm/Customer.d.ts.map +1 -1
- package/esm/Customer.js.map +1 -1
- package/esm/Customer.mjs +162 -0
- package/esm/DeadLetterMessage.d.ts.map +1 -1
- package/esm/DeadLetterMessage.js.map +1 -1
- package/esm/DeadLetterMessage.mjs +15 -0
- package/esm/FeatureImportanceAnalysis.d.ts.map +1 -1
- package/esm/FeatureImportanceAnalysis.js.map +1 -1
- package/esm/FeatureImportanceAnalysis.mjs +375 -0
- package/esm/InstitutionalFlowSignal.d.ts.map +1 -1
- package/esm/InstitutionalFlowSignal.js.map +1 -1
- package/esm/InstitutionalFlowSignal.mjs +15 -0
- package/esm/InstitutionalHolding.d.ts.map +1 -1
- package/esm/InstitutionalHolding.js.map +1 -1
- package/esm/InstitutionalHolding.mjs +15 -0
- package/esm/InstitutionalSentimentAlerts.d.ts.map +1 -1
- package/esm/InstitutionalSentimentAlerts.js.map +1 -1
- package/esm/InstitutionalSentimentAlerts.mjs +15 -0
- package/esm/InviteToken.d.ts.map +1 -1
- package/esm/InviteToken.js.map +1 -1
- package/esm/InviteToken.mjs +114 -0
- package/esm/LinkedProvider.d.ts.map +1 -1
- package/esm/LinkedProvider.js.map +1 -1
- package/esm/LinkedProvider.mjs +162 -0
- package/esm/LlmConfiguration.d.ts.map +1 -1
- package/esm/LlmConfiguration.js.map +1 -1
- package/esm/LlmConfiguration.mjs +162 -0
- package/esm/ModelArtifact.d.ts.map +1 -1
- package/esm/ModelArtifact.js.map +1 -1
- package/esm/ModelArtifact.mjs +156 -0
- package/esm/ModelVersion.d.ts.map +1 -1
- package/esm/ModelVersion.js.map +1 -1
- package/esm/ModelVersion.mjs +795 -0
- package/esm/ModelVersionArtifact.d.ts.map +1 -1
- package/esm/ModelVersionArtifact.js.map +1 -1
- package/esm/ModelVersionArtifact.mjs +375 -0
- package/esm/NewsArticle.d.ts.map +1 -1
- package/esm/NewsArticle.js.map +1 -1
- package/esm/NewsArticle.mjs +24 -0
- package/esm/NewsArticleAssetSentiment.d.ts.map +1 -1
- package/esm/NewsArticleAssetSentiment.js.map +1 -1
- package/esm/NewsArticleAssetSentiment.mjs +15 -0
- package/esm/OptionsContract.d.ts.map +1 -1
- package/esm/OptionsContract.js.map +1 -1
- package/esm/OptionsContract.mjs +39 -0
- package/esm/OptionsGreeksHistory.d.ts.map +1 -1
- package/esm/OptionsGreeksHistory.js.map +1 -1
- package/esm/OptionsGreeksHistory.mjs +57 -0
- package/esm/OptionsPosition.d.ts.map +1 -1
- package/esm/OptionsPosition.js.map +1 -1
- package/esm/OptionsPosition.mjs +81 -0
- package/esm/OptionsTradeExecution.d.ts.map +1 -1
- package/esm/OptionsTradeExecution.js.map +1 -1
- package/esm/OptionsTradeExecution.mjs +39 -0
- package/esm/PolicyOverlay.d.ts.map +1 -1
- package/esm/PolicyOverlay.js.map +1 -1
- package/esm/PolicyOverlay.mjs +105 -0
- package/esm/ScheduledOptionOrder.d.ts.map +1 -1
- package/esm/ScheduledOptionOrder.js.map +1 -1
- package/esm/ScheduledOptionOrder.mjs +15 -0
- package/esm/Session.d.ts.map +1 -1
- package/esm/Session.js.map +1 -1
- package/esm/Session.mjs +162 -0
- package/esm/SignalPriorityQueue.d.ts.map +1 -1
- package/esm/SignalPriorityQueue.js.map +1 -1
- package/esm/SignalPriorityQueue.mjs +15 -0
- package/esm/SyncEvent.d.ts.map +1 -1
- package/esm/SyncEvent.js.map +1 -1
- package/esm/SyncEvent.mjs +15 -0
- package/esm/SystemAlert.d.ts.map +1 -1
- package/esm/SystemAlert.js.map +1 -1
- package/esm/SystemAlert.mjs +30 -0
- package/esm/Trade.d.ts.map +1 -1
- package/esm/Trade.js.map +1 -1
- package/esm/Trade.mjs +45 -0
- package/esm/TradingPolicy.d.ts.map +1 -1
- package/esm/TradingPolicy.js.map +1 -1
- package/esm/TradingPolicy.mjs +177 -0
- package/esm/User.d.ts.map +1 -1
- package/esm/User.js.map +1 -1
- package/esm/User.mjs +141 -0
- package/esm/WaitlistEntry.d.ts.map +1 -1
- package/esm/WaitlistEntry.js.map +1 -1
- package/esm/WaitlistEntry.mjs +153 -0
- package/package.json +1 -1
package/OptionsPosition.cjs
CHANGED
|
@@ -363,6 +363,9 @@ exports.OptionsPosition = {
|
|
|
363
363
|
contractId: item.position.contractId !== undefined ? {
|
|
364
364
|
equals: item.position.contractId
|
|
365
365
|
} : undefined,
|
|
366
|
+
status: item.position.status !== undefined ? {
|
|
367
|
+
equals: item.position.status
|
|
368
|
+
} : undefined,
|
|
366
369
|
},
|
|
367
370
|
create: {
|
|
368
371
|
alpacaAccountId: item.position.alpacaAccountId !== undefined ? item.position.alpacaAccountId : undefined,
|
|
@@ -459,6 +462,9 @@ exports.OptionsPosition = {
|
|
|
459
462
|
contractId: item.contractId !== undefined ? {
|
|
460
463
|
equals: item.contractId
|
|
461
464
|
} : undefined,
|
|
465
|
+
status: item.status !== undefined ? {
|
|
466
|
+
equals: item.status
|
|
467
|
+
} : undefined,
|
|
462
468
|
},
|
|
463
469
|
create: {
|
|
464
470
|
alpacaAccountId: item.alpacaAccountId !== undefined ? item.alpacaAccountId : undefined,
|
|
@@ -728,6 +734,9 @@ exports.OptionsPosition = {
|
|
|
728
734
|
contractId: props.contractId !== undefined ? {
|
|
729
735
|
equals: props.contractId
|
|
730
736
|
} : undefined,
|
|
737
|
+
status: props.status !== undefined ? {
|
|
738
|
+
equals: props.status
|
|
739
|
+
} : undefined,
|
|
731
740
|
},
|
|
732
741
|
data: {
|
|
733
742
|
id: props.id !== undefined ? {
|
|
@@ -1111,6 +1120,9 @@ exports.OptionsPosition = {
|
|
|
1111
1120
|
contractId: item.position.contractId !== undefined ? {
|
|
1112
1121
|
equals: item.position.contractId
|
|
1113
1122
|
} : undefined,
|
|
1123
|
+
status: item.position.status !== undefined ? {
|
|
1124
|
+
equals: item.position.status
|
|
1125
|
+
} : undefined,
|
|
1114
1126
|
tradeId: item.position.tradeId !== undefined ? {
|
|
1115
1127
|
equals: item.position.tradeId
|
|
1116
1128
|
} : undefined,
|
|
@@ -1246,6 +1258,9 @@ exports.OptionsPosition = {
|
|
|
1246
1258
|
contractId: item.position.contractId !== undefined ? {
|
|
1247
1259
|
equals: item.position.contractId
|
|
1248
1260
|
} : undefined,
|
|
1261
|
+
status: item.position.status !== undefined ? {
|
|
1262
|
+
equals: item.position.status
|
|
1263
|
+
} : undefined,
|
|
1249
1264
|
},
|
|
1250
1265
|
create: {
|
|
1251
1266
|
alpacaAccountId: item.position.alpacaAccountId !== undefined ? item.position.alpacaAccountId : undefined,
|
|
@@ -1349,6 +1364,9 @@ exports.OptionsPosition = {
|
|
|
1349
1364
|
contractId: item.position.contractId !== undefined ? {
|
|
1350
1365
|
equals: item.position.contractId
|
|
1351
1366
|
} : undefined,
|
|
1367
|
+
status: item.position.status !== undefined ? {
|
|
1368
|
+
equals: item.position.status
|
|
1369
|
+
} : undefined,
|
|
1352
1370
|
},
|
|
1353
1371
|
create: {
|
|
1354
1372
|
alpacaAccountId: item.position.alpacaAccountId !== undefined ? item.position.alpacaAccountId : undefined,
|
|
@@ -1579,6 +1597,9 @@ exports.OptionsPosition = {
|
|
|
1579
1597
|
contractId: item.contractId !== undefined ? {
|
|
1580
1598
|
equals: item.contractId
|
|
1581
1599
|
} : undefined,
|
|
1600
|
+
status: item.status !== undefined ? {
|
|
1601
|
+
equals: item.status
|
|
1602
|
+
} : undefined,
|
|
1582
1603
|
tradeId: item.tradeId !== undefined ? {
|
|
1583
1604
|
equals: item.tradeId
|
|
1584
1605
|
} : undefined,
|
|
@@ -1793,6 +1814,9 @@ exports.OptionsPosition = {
|
|
|
1793
1814
|
contractId: item.contractId !== undefined ? {
|
|
1794
1815
|
equals: item.contractId
|
|
1795
1816
|
} : undefined,
|
|
1817
|
+
status: item.status !== undefined ? {
|
|
1818
|
+
equals: item.status
|
|
1819
|
+
} : undefined,
|
|
1796
1820
|
},
|
|
1797
1821
|
create: {
|
|
1798
1822
|
alpacaAccountId: item.alpacaAccountId !== undefined ? item.alpacaAccountId : undefined,
|
|
@@ -1887,6 +1911,9 @@ exports.OptionsPosition = {
|
|
|
1887
1911
|
contractId: item.contractId !== undefined ? {
|
|
1888
1912
|
equals: item.contractId
|
|
1889
1913
|
} : undefined,
|
|
1914
|
+
status: item.status !== undefined ? {
|
|
1915
|
+
equals: item.status
|
|
1916
|
+
} : undefined,
|
|
1890
1917
|
},
|
|
1891
1918
|
create: {
|
|
1892
1919
|
alpacaAccountId: item.alpacaAccountId !== undefined ? item.alpacaAccountId : undefined,
|
|
@@ -2044,6 +2071,9 @@ exports.OptionsPosition = {
|
|
|
2044
2071
|
contractId: props.contractId !== undefined ? {
|
|
2045
2072
|
equals: props.contractId
|
|
2046
2073
|
} : undefined,
|
|
2074
|
+
status: props.status !== undefined ? {
|
|
2075
|
+
equals: props.status
|
|
2076
|
+
} : undefined,
|
|
2047
2077
|
},
|
|
2048
2078
|
create: {
|
|
2049
2079
|
alpacaAccountId: props.alpacaAccountId !== undefined ? props.alpacaAccountId : undefined,
|
|
@@ -2153,6 +2183,9 @@ exports.OptionsPosition = {
|
|
|
2153
2183
|
contractId: item.position.contractId !== undefined ? {
|
|
2154
2184
|
equals: item.position.contractId
|
|
2155
2185
|
} : undefined,
|
|
2186
|
+
status: item.position.status !== undefined ? {
|
|
2187
|
+
equals: item.position.status
|
|
2188
|
+
} : undefined,
|
|
2156
2189
|
},
|
|
2157
2190
|
create: {
|
|
2158
2191
|
alpacaAccountId: item.position.alpacaAccountId !== undefined ? item.position.alpacaAccountId : undefined,
|
|
@@ -2249,6 +2282,9 @@ exports.OptionsPosition = {
|
|
|
2249
2282
|
contractId: item.contractId !== undefined ? {
|
|
2250
2283
|
equals: item.contractId
|
|
2251
2284
|
} : undefined,
|
|
2285
|
+
status: item.status !== undefined ? {
|
|
2286
|
+
equals: item.status
|
|
2287
|
+
} : undefined,
|
|
2252
2288
|
},
|
|
2253
2289
|
create: {
|
|
2254
2290
|
alpacaAccountId: item.alpacaAccountId !== undefined ? item.alpacaAccountId : undefined,
|
|
@@ -2667,6 +2703,9 @@ exports.OptionsPosition = {
|
|
|
2667
2703
|
contractId: item.position.contractId !== undefined ? {
|
|
2668
2704
|
equals: item.position.contractId
|
|
2669
2705
|
} : undefined,
|
|
2706
|
+
status: item.position.status !== undefined ? {
|
|
2707
|
+
equals: item.position.status
|
|
2708
|
+
} : undefined,
|
|
2670
2709
|
tradeId: item.position.tradeId !== undefined ? {
|
|
2671
2710
|
equals: item.position.tradeId
|
|
2672
2711
|
} : undefined,
|
|
@@ -2802,6 +2841,9 @@ exports.OptionsPosition = {
|
|
|
2802
2841
|
contractId: item.position.contractId !== undefined ? {
|
|
2803
2842
|
equals: item.position.contractId
|
|
2804
2843
|
} : undefined,
|
|
2844
|
+
status: item.position.status !== undefined ? {
|
|
2845
|
+
equals: item.position.status
|
|
2846
|
+
} : undefined,
|
|
2805
2847
|
},
|
|
2806
2848
|
create: {
|
|
2807
2849
|
alpacaAccountId: item.position.alpacaAccountId !== undefined ? item.position.alpacaAccountId : undefined,
|
|
@@ -2905,6 +2947,9 @@ exports.OptionsPosition = {
|
|
|
2905
2947
|
contractId: item.position.contractId !== undefined ? {
|
|
2906
2948
|
equals: item.position.contractId
|
|
2907
2949
|
} : undefined,
|
|
2950
|
+
status: item.position.status !== undefined ? {
|
|
2951
|
+
equals: item.position.status
|
|
2952
|
+
} : undefined,
|
|
2908
2953
|
},
|
|
2909
2954
|
create: {
|
|
2910
2955
|
alpacaAccountId: item.position.alpacaAccountId !== undefined ? item.position.alpacaAccountId : undefined,
|
|
@@ -3135,6 +3180,9 @@ exports.OptionsPosition = {
|
|
|
3135
3180
|
contractId: item.contractId !== undefined ? {
|
|
3136
3181
|
equals: item.contractId
|
|
3137
3182
|
} : undefined,
|
|
3183
|
+
status: item.status !== undefined ? {
|
|
3184
|
+
equals: item.status
|
|
3185
|
+
} : undefined,
|
|
3138
3186
|
tradeId: item.tradeId !== undefined ? {
|
|
3139
3187
|
equals: item.tradeId
|
|
3140
3188
|
} : undefined,
|
|
@@ -3349,6 +3397,9 @@ exports.OptionsPosition = {
|
|
|
3349
3397
|
contractId: item.contractId !== undefined ? {
|
|
3350
3398
|
equals: item.contractId
|
|
3351
3399
|
} : undefined,
|
|
3400
|
+
status: item.status !== undefined ? {
|
|
3401
|
+
equals: item.status
|
|
3402
|
+
} : undefined,
|
|
3352
3403
|
},
|
|
3353
3404
|
create: {
|
|
3354
3405
|
alpacaAccountId: item.alpacaAccountId !== undefined ? item.alpacaAccountId : undefined,
|
|
@@ -3443,6 +3494,9 @@ exports.OptionsPosition = {
|
|
|
3443
3494
|
contractId: item.contractId !== undefined ? {
|
|
3444
3495
|
equals: item.contractId
|
|
3445
3496
|
} : undefined,
|
|
3497
|
+
status: item.status !== undefined ? {
|
|
3498
|
+
equals: item.status
|
|
3499
|
+
} : undefined,
|
|
3446
3500
|
},
|
|
3447
3501
|
create: {
|
|
3448
3502
|
alpacaAccountId: item.alpacaAccountId !== undefined ? item.alpacaAccountId : undefined,
|
|
@@ -3600,6 +3654,9 @@ exports.OptionsPosition = {
|
|
|
3600
3654
|
contractId: prop.contractId !== undefined ? {
|
|
3601
3655
|
equals: prop.contractId
|
|
3602
3656
|
} : undefined,
|
|
3657
|
+
status: prop.status !== undefined ? {
|
|
3658
|
+
equals: prop.status
|
|
3659
|
+
} : undefined,
|
|
3603
3660
|
},
|
|
3604
3661
|
data: {
|
|
3605
3662
|
id: prop.id !== undefined ? {
|
|
@@ -3983,6 +4040,9 @@ exports.OptionsPosition = {
|
|
|
3983
4040
|
contractId: item.position.contractId !== undefined ? {
|
|
3984
4041
|
equals: item.position.contractId
|
|
3985
4042
|
} : undefined,
|
|
4043
|
+
status: item.position.status !== undefined ? {
|
|
4044
|
+
equals: item.position.status
|
|
4045
|
+
} : undefined,
|
|
3986
4046
|
tradeId: item.position.tradeId !== undefined ? {
|
|
3987
4047
|
equals: item.position.tradeId
|
|
3988
4048
|
} : undefined,
|
|
@@ -4118,6 +4178,9 @@ exports.OptionsPosition = {
|
|
|
4118
4178
|
contractId: item.position.contractId !== undefined ? {
|
|
4119
4179
|
equals: item.position.contractId
|
|
4120
4180
|
} : undefined,
|
|
4181
|
+
status: item.position.status !== undefined ? {
|
|
4182
|
+
equals: item.position.status
|
|
4183
|
+
} : undefined,
|
|
4121
4184
|
},
|
|
4122
4185
|
create: {
|
|
4123
4186
|
alpacaAccountId: item.position.alpacaAccountId !== undefined ? item.position.alpacaAccountId : undefined,
|
|
@@ -4221,6 +4284,9 @@ exports.OptionsPosition = {
|
|
|
4221
4284
|
contractId: item.position.contractId !== undefined ? {
|
|
4222
4285
|
equals: item.position.contractId
|
|
4223
4286
|
} : undefined,
|
|
4287
|
+
status: item.position.status !== undefined ? {
|
|
4288
|
+
equals: item.position.status
|
|
4289
|
+
} : undefined,
|
|
4224
4290
|
},
|
|
4225
4291
|
create: {
|
|
4226
4292
|
alpacaAccountId: item.position.alpacaAccountId !== undefined ? item.position.alpacaAccountId : undefined,
|
|
@@ -4451,6 +4517,9 @@ exports.OptionsPosition = {
|
|
|
4451
4517
|
contractId: item.contractId !== undefined ? {
|
|
4452
4518
|
equals: item.contractId
|
|
4453
4519
|
} : undefined,
|
|
4520
|
+
status: item.status !== undefined ? {
|
|
4521
|
+
equals: item.status
|
|
4522
|
+
} : undefined,
|
|
4454
4523
|
tradeId: item.tradeId !== undefined ? {
|
|
4455
4524
|
equals: item.tradeId
|
|
4456
4525
|
} : undefined,
|
|
@@ -4665,6 +4734,9 @@ exports.OptionsPosition = {
|
|
|
4665
4734
|
contractId: item.contractId !== undefined ? {
|
|
4666
4735
|
equals: item.contractId
|
|
4667
4736
|
} : undefined,
|
|
4737
|
+
status: item.status !== undefined ? {
|
|
4738
|
+
equals: item.status
|
|
4739
|
+
} : undefined,
|
|
4668
4740
|
},
|
|
4669
4741
|
create: {
|
|
4670
4742
|
alpacaAccountId: item.alpacaAccountId !== undefined ? item.alpacaAccountId : undefined,
|
|
@@ -4759,6 +4831,9 @@ exports.OptionsPosition = {
|
|
|
4759
4831
|
contractId: item.contractId !== undefined ? {
|
|
4760
4832
|
equals: item.contractId
|
|
4761
4833
|
} : undefined,
|
|
4834
|
+
status: item.status !== undefined ? {
|
|
4835
|
+
equals: item.status
|
|
4836
|
+
} : undefined,
|
|
4762
4837
|
},
|
|
4763
4838
|
create: {
|
|
4764
4839
|
alpacaAccountId: item.alpacaAccountId !== undefined ? item.alpacaAccountId : undefined,
|
|
@@ -5024,6 +5099,9 @@ exports.OptionsPosition = {
|
|
|
5024
5099
|
contractId: props.contractId !== undefined ? {
|
|
5025
5100
|
equals: props.contractId
|
|
5026
5101
|
} : undefined,
|
|
5102
|
+
status: props.status !== undefined ? {
|
|
5103
|
+
equals: props.status
|
|
5104
|
+
} : undefined,
|
|
5027
5105
|
},
|
|
5028
5106
|
};
|
|
5029
5107
|
const filteredVariables = (0, utils_1.removeUndefinedProps)(variables);
|
|
@@ -5187,6 +5265,9 @@ exports.OptionsPosition = {
|
|
|
5187
5265
|
contractId: props.contractId !== undefined ? {
|
|
5188
5266
|
equals: props.contractId
|
|
5189
5267
|
} : undefined,
|
|
5268
|
+
status: props.status !== undefined ? {
|
|
5269
|
+
equals: props.status
|
|
5270
|
+
} : undefined,
|
|
5190
5271
|
},
|
|
5191
5272
|
};
|
|
5192
5273
|
const filteredVariables = (0, utils_1.removeUndefinedProps)(variables);
|
|
@@ -285,6 +285,9 @@ exports.OptionsTradeExecution = {
|
|
|
285
285
|
contractId: props.position.contractId !== undefined ? {
|
|
286
286
|
equals: props.position.contractId
|
|
287
287
|
} : undefined,
|
|
288
|
+
status: props.position.status !== undefined ? {
|
|
289
|
+
equals: props.position.status
|
|
290
|
+
} : undefined,
|
|
288
291
|
},
|
|
289
292
|
create: {
|
|
290
293
|
alpacaAccountId: props.position.alpacaAccountId !== undefined ? props.position.alpacaAccountId : undefined,
|
|
@@ -429,6 +432,9 @@ exports.OptionsTradeExecution = {
|
|
|
429
432
|
contractId: item.contractId !== undefined ? {
|
|
430
433
|
equals: item.contractId
|
|
431
434
|
} : undefined,
|
|
435
|
+
status: item.status !== undefined ? {
|
|
436
|
+
equals: item.status
|
|
437
|
+
} : undefined,
|
|
432
438
|
},
|
|
433
439
|
create: {
|
|
434
440
|
alpacaAccountId: item.alpacaAccountId !== undefined ? item.alpacaAccountId : undefined,
|
|
@@ -834,6 +840,9 @@ exports.OptionsTradeExecution = {
|
|
|
834
840
|
contractId: props.position.contractId !== undefined ? {
|
|
835
841
|
equals: props.position.contractId
|
|
836
842
|
} : undefined,
|
|
843
|
+
status: props.position.status !== undefined ? {
|
|
844
|
+
equals: props.position.status
|
|
845
|
+
} : undefined,
|
|
837
846
|
tradeId: props.position.tradeId !== undefined ? {
|
|
838
847
|
equals: props.position.tradeId
|
|
839
848
|
} : undefined,
|
|
@@ -1504,6 +1513,9 @@ exports.OptionsTradeExecution = {
|
|
|
1504
1513
|
contractId: item.contractId !== undefined ? {
|
|
1505
1514
|
equals: item.contractId
|
|
1506
1515
|
} : undefined,
|
|
1516
|
+
status: item.status !== undefined ? {
|
|
1517
|
+
equals: item.status
|
|
1518
|
+
} : undefined,
|
|
1507
1519
|
tradeId: item.tradeId !== undefined ? {
|
|
1508
1520
|
equals: item.tradeId
|
|
1509
1521
|
} : undefined,
|
|
@@ -1863,6 +1875,9 @@ exports.OptionsTradeExecution = {
|
|
|
1863
1875
|
contractId: item.contractId !== undefined ? {
|
|
1864
1876
|
equals: item.contractId
|
|
1865
1877
|
} : undefined,
|
|
1878
|
+
status: item.status !== undefined ? {
|
|
1879
|
+
equals: item.status
|
|
1880
|
+
} : undefined,
|
|
1866
1881
|
},
|
|
1867
1882
|
create: {
|
|
1868
1883
|
alpacaAccountId: item.alpacaAccountId !== undefined ? item.alpacaAccountId : undefined,
|
|
@@ -2086,6 +2101,9 @@ exports.OptionsTradeExecution = {
|
|
|
2086
2101
|
contractId: props.position.contractId !== undefined ? {
|
|
2087
2102
|
equals: props.position.contractId
|
|
2088
2103
|
} : undefined,
|
|
2104
|
+
status: props.position.status !== undefined ? {
|
|
2105
|
+
equals: props.position.status
|
|
2106
|
+
} : undefined,
|
|
2089
2107
|
},
|
|
2090
2108
|
create: {
|
|
2091
2109
|
alpacaAccountId: props.position.alpacaAccountId !== undefined ? props.position.alpacaAccountId : undefined,
|
|
@@ -2230,6 +2248,9 @@ exports.OptionsTradeExecution = {
|
|
|
2230
2248
|
contractId: item.contractId !== undefined ? {
|
|
2231
2249
|
equals: item.contractId
|
|
2232
2250
|
} : undefined,
|
|
2251
|
+
status: item.status !== undefined ? {
|
|
2252
|
+
equals: item.status
|
|
2253
|
+
} : undefined,
|
|
2233
2254
|
},
|
|
2234
2255
|
create: {
|
|
2235
2256
|
alpacaAccountId: item.alpacaAccountId !== undefined ? item.alpacaAccountId : undefined,
|
|
@@ -2395,6 +2416,9 @@ exports.OptionsTradeExecution = {
|
|
|
2395
2416
|
contractId: props.position.contractId !== undefined ? {
|
|
2396
2417
|
equals: props.position.contractId
|
|
2397
2418
|
} : undefined,
|
|
2419
|
+
status: props.position.status !== undefined ? {
|
|
2420
|
+
equals: props.position.status
|
|
2421
|
+
} : undefined,
|
|
2398
2422
|
tradeId: props.position.tradeId !== undefined ? {
|
|
2399
2423
|
equals: props.position.tradeId
|
|
2400
2424
|
} : undefined,
|
|
@@ -3065,6 +3089,9 @@ exports.OptionsTradeExecution = {
|
|
|
3065
3089
|
contractId: item.contractId !== undefined ? {
|
|
3066
3090
|
equals: item.contractId
|
|
3067
3091
|
} : undefined,
|
|
3092
|
+
status: item.status !== undefined ? {
|
|
3093
|
+
equals: item.status
|
|
3094
|
+
} : undefined,
|
|
3068
3095
|
tradeId: item.tradeId !== undefined ? {
|
|
3069
3096
|
equals: item.tradeId
|
|
3070
3097
|
} : undefined,
|
|
@@ -3424,6 +3451,9 @@ exports.OptionsTradeExecution = {
|
|
|
3424
3451
|
contractId: item.contractId !== undefined ? {
|
|
3425
3452
|
equals: item.contractId
|
|
3426
3453
|
} : undefined,
|
|
3454
|
+
status: item.status !== undefined ? {
|
|
3455
|
+
equals: item.status
|
|
3456
|
+
} : undefined,
|
|
3427
3457
|
},
|
|
3428
3458
|
create: {
|
|
3429
3459
|
alpacaAccountId: item.alpacaAccountId !== undefined ? item.alpacaAccountId : undefined,
|
|
@@ -3717,6 +3747,9 @@ exports.OptionsTradeExecution = {
|
|
|
3717
3747
|
contractId: prop.position.contractId !== undefined ? {
|
|
3718
3748
|
equals: prop.position.contractId
|
|
3719
3749
|
} : undefined,
|
|
3750
|
+
status: prop.position.status !== undefined ? {
|
|
3751
|
+
equals: prop.position.status
|
|
3752
|
+
} : undefined,
|
|
3720
3753
|
tradeId: prop.position.tradeId !== undefined ? {
|
|
3721
3754
|
equals: prop.position.tradeId
|
|
3722
3755
|
} : undefined,
|
|
@@ -4387,6 +4420,9 @@ exports.OptionsTradeExecution = {
|
|
|
4387
4420
|
contractId: item.contractId !== undefined ? {
|
|
4388
4421
|
equals: item.contractId
|
|
4389
4422
|
} : undefined,
|
|
4423
|
+
status: item.status !== undefined ? {
|
|
4424
|
+
equals: item.status
|
|
4425
|
+
} : undefined,
|
|
4390
4426
|
tradeId: item.tradeId !== undefined ? {
|
|
4391
4427
|
equals: item.tradeId
|
|
4392
4428
|
} : undefined,
|
|
@@ -4746,6 +4782,9 @@ exports.OptionsTradeExecution = {
|
|
|
4746
4782
|
contractId: item.contractId !== undefined ? {
|
|
4747
4783
|
equals: item.contractId
|
|
4748
4784
|
} : undefined,
|
|
4785
|
+
status: item.status !== undefined ? {
|
|
4786
|
+
equals: item.status
|
|
4787
|
+
} : undefined,
|
|
4749
4788
|
},
|
|
4750
4789
|
create: {
|
|
4751
4790
|
alpacaAccountId: item.alpacaAccountId !== undefined ? item.alpacaAccountId : undefined,
|