@adaptic/backend-legacy 0.0.960 → 0.0.962

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.
Files changed (269) hide show
  1. package/ABTest.cjs +180 -66
  2. package/Account.cjs +180 -66
  3. package/AccountDecisionRecord.cjs +180 -66
  4. package/AccountLinkingRequest.cjs +180 -66
  5. package/Action.cjs +180 -66
  6. package/Alert.cjs +180 -66
  7. package/Allocation.cjs +180 -66
  8. package/AlpacaAccount.cjs +180 -66
  9. package/AnalyticsConfiguration.cjs +180 -66
  10. package/AnalyticsSnapshot.cjs +180 -66
  11. package/Asset.cjs +180 -66
  12. package/AuditLog.cjs +180 -66
  13. package/Authenticator.cjs +180 -66
  14. package/Configuration.cjs +180 -66
  15. package/ConflictEvent.cjs +180 -66
  16. package/ConnectionHealthSnapshot.cjs +180 -66
  17. package/Customer.cjs +180 -66
  18. package/DeadLetterMessage.cjs +180 -66
  19. package/DecisionMemorySummary.cjs +180 -66
  20. package/EconomicEvent.cjs +180 -66
  21. package/EquityBar.cjs +180 -66
  22. package/Event.cjs +180 -66
  23. package/EventSnapshot.cjs +180 -66
  24. package/FeatureImportanceAnalysis.cjs +180 -66
  25. package/InstitutionalFlowSignal.cjs +180 -66
  26. package/InstitutionalHolding.cjs +180 -66
  27. package/InstitutionalSentimentAlerts.cjs +180 -66
  28. package/InstitutionalSentimentErrors.cjs +180 -66
  29. package/InstitutionalSentimentHistory.cjs +180 -66
  30. package/InstitutionalSentimentMetrics.cjs +180 -66
  31. package/InviteToken.cjs +180 -66
  32. package/LinkedProvider.cjs +180 -66
  33. package/LlmConfiguration.cjs +180 -66
  34. package/MLModelVersion.cjs +180 -66
  35. package/MLTrainingData.cjs +180 -66
  36. package/MarketSentiment.cjs +180 -66
  37. package/ModelArtifact.cjs +180 -66
  38. package/ModelVersion.cjs +180 -66
  39. package/ModelVersionArtifact.cjs +180 -66
  40. package/NewsArticle.cjs +180 -66
  41. package/NewsArticleAssetSentiment.cjs +180 -66
  42. package/OptionsContract.cjs +180 -66
  43. package/OptionsGreeksHistory.cjs +180 -66
  44. package/OptionsPosition.cjs +180 -66
  45. package/OptionsPositionEvent.cjs +180 -66
  46. package/OptionsTradeExecution.cjs +180 -66
  47. package/PolicyOverlay.cjs +180 -66
  48. package/PortfolioGreeksHistory.cjs +180 -66
  49. package/ScheduledOptionOrder.cjs +180 -66
  50. package/Session.cjs +180 -66
  51. package/SignalGeneratorMetrics.cjs +180 -66
  52. package/SignalLineage.cjs +180 -66
  53. package/SignalOutcome.cjs +180 -66
  54. package/SignalPriorityQueue.cjs +180 -66
  55. package/SyncEvent.cjs +180 -66
  56. package/SystemAlert.cjs +180 -66
  57. package/Trade.cjs +180 -66
  58. package/TradeAuditEvent.cjs +180 -66
  59. package/TradeExecutionHistory.cjs +180 -66
  60. package/TradeOutcome.cjs +180 -66
  61. package/TradingPolicy.cjs +180 -66
  62. package/User.cjs +180 -66
  63. package/VerificationToken.cjs +180 -66
  64. package/WaitlistEntry.cjs +180 -66
  65. package/client.cjs +131 -9
  66. package/client.d.ts +32 -0
  67. package/esm/ABTest.d.ts.map +1 -1
  68. package/esm/ABTest.js.map +1 -1
  69. package/esm/ABTest.mjs +180 -66
  70. package/esm/Account.d.ts.map +1 -1
  71. package/esm/Account.js.map +1 -1
  72. package/esm/Account.mjs +180 -66
  73. package/esm/AccountDecisionRecord.d.ts.map +1 -1
  74. package/esm/AccountDecisionRecord.js.map +1 -1
  75. package/esm/AccountDecisionRecord.mjs +180 -66
  76. package/esm/AccountLinkingRequest.d.ts.map +1 -1
  77. package/esm/AccountLinkingRequest.js.map +1 -1
  78. package/esm/AccountLinkingRequest.mjs +180 -66
  79. package/esm/Action.d.ts.map +1 -1
  80. package/esm/Action.js.map +1 -1
  81. package/esm/Action.mjs +180 -66
  82. package/esm/Alert.d.ts.map +1 -1
  83. package/esm/Alert.js.map +1 -1
  84. package/esm/Alert.mjs +180 -66
  85. package/esm/Allocation.d.ts.map +1 -1
  86. package/esm/Allocation.js.map +1 -1
  87. package/esm/Allocation.mjs +180 -66
  88. package/esm/AlpacaAccount.d.ts.map +1 -1
  89. package/esm/AlpacaAccount.js.map +1 -1
  90. package/esm/AlpacaAccount.mjs +180 -66
  91. package/esm/AnalyticsConfiguration.d.ts.map +1 -1
  92. package/esm/AnalyticsConfiguration.js.map +1 -1
  93. package/esm/AnalyticsConfiguration.mjs +180 -66
  94. package/esm/AnalyticsSnapshot.d.ts.map +1 -1
  95. package/esm/AnalyticsSnapshot.js.map +1 -1
  96. package/esm/AnalyticsSnapshot.mjs +180 -66
  97. package/esm/Asset.d.ts.map +1 -1
  98. package/esm/Asset.js.map +1 -1
  99. package/esm/Asset.mjs +180 -66
  100. package/esm/AuditLog.d.ts.map +1 -1
  101. package/esm/AuditLog.js.map +1 -1
  102. package/esm/AuditLog.mjs +180 -66
  103. package/esm/Authenticator.d.ts.map +1 -1
  104. package/esm/Authenticator.js.map +1 -1
  105. package/esm/Authenticator.mjs +180 -66
  106. package/esm/Configuration.d.ts.map +1 -1
  107. package/esm/Configuration.js.map +1 -1
  108. package/esm/Configuration.mjs +180 -66
  109. package/esm/ConflictEvent.d.ts.map +1 -1
  110. package/esm/ConflictEvent.js.map +1 -1
  111. package/esm/ConflictEvent.mjs +180 -66
  112. package/esm/ConnectionHealthSnapshot.d.ts.map +1 -1
  113. package/esm/ConnectionHealthSnapshot.js.map +1 -1
  114. package/esm/ConnectionHealthSnapshot.mjs +180 -66
  115. package/esm/Customer.d.ts.map +1 -1
  116. package/esm/Customer.js.map +1 -1
  117. package/esm/Customer.mjs +180 -66
  118. package/esm/DeadLetterMessage.d.ts.map +1 -1
  119. package/esm/DeadLetterMessage.js.map +1 -1
  120. package/esm/DeadLetterMessage.mjs +180 -66
  121. package/esm/DecisionMemorySummary.d.ts.map +1 -1
  122. package/esm/DecisionMemorySummary.js.map +1 -1
  123. package/esm/DecisionMemorySummary.mjs +180 -66
  124. package/esm/EconomicEvent.d.ts.map +1 -1
  125. package/esm/EconomicEvent.js.map +1 -1
  126. package/esm/EconomicEvent.mjs +180 -66
  127. package/esm/EquityBar.d.ts.map +1 -1
  128. package/esm/EquityBar.js.map +1 -1
  129. package/esm/EquityBar.mjs +180 -66
  130. package/esm/Event.d.ts.map +1 -1
  131. package/esm/Event.js.map +1 -1
  132. package/esm/Event.mjs +180 -66
  133. package/esm/EventSnapshot.d.ts.map +1 -1
  134. package/esm/EventSnapshot.js.map +1 -1
  135. package/esm/EventSnapshot.mjs +180 -66
  136. package/esm/FeatureImportanceAnalysis.d.ts.map +1 -1
  137. package/esm/FeatureImportanceAnalysis.js.map +1 -1
  138. package/esm/FeatureImportanceAnalysis.mjs +180 -66
  139. package/esm/InstitutionalFlowSignal.d.ts.map +1 -1
  140. package/esm/InstitutionalFlowSignal.js.map +1 -1
  141. package/esm/InstitutionalFlowSignal.mjs +180 -66
  142. package/esm/InstitutionalHolding.d.ts.map +1 -1
  143. package/esm/InstitutionalHolding.js.map +1 -1
  144. package/esm/InstitutionalHolding.mjs +180 -66
  145. package/esm/InstitutionalSentimentAlerts.d.ts.map +1 -1
  146. package/esm/InstitutionalSentimentAlerts.js.map +1 -1
  147. package/esm/InstitutionalSentimentAlerts.mjs +180 -66
  148. package/esm/InstitutionalSentimentErrors.d.ts.map +1 -1
  149. package/esm/InstitutionalSentimentErrors.js.map +1 -1
  150. package/esm/InstitutionalSentimentErrors.mjs +180 -66
  151. package/esm/InstitutionalSentimentHistory.d.ts.map +1 -1
  152. package/esm/InstitutionalSentimentHistory.js.map +1 -1
  153. package/esm/InstitutionalSentimentHistory.mjs +180 -66
  154. package/esm/InstitutionalSentimentMetrics.d.ts.map +1 -1
  155. package/esm/InstitutionalSentimentMetrics.js.map +1 -1
  156. package/esm/InstitutionalSentimentMetrics.mjs +180 -66
  157. package/esm/InviteToken.d.ts.map +1 -1
  158. package/esm/InviteToken.js.map +1 -1
  159. package/esm/InviteToken.mjs +180 -66
  160. package/esm/LinkedProvider.d.ts.map +1 -1
  161. package/esm/LinkedProvider.js.map +1 -1
  162. package/esm/LinkedProvider.mjs +180 -66
  163. package/esm/LlmConfiguration.d.ts.map +1 -1
  164. package/esm/LlmConfiguration.js.map +1 -1
  165. package/esm/LlmConfiguration.mjs +180 -66
  166. package/esm/MLModelVersion.d.ts.map +1 -1
  167. package/esm/MLModelVersion.js.map +1 -1
  168. package/esm/MLModelVersion.mjs +180 -66
  169. package/esm/MLTrainingData.d.ts.map +1 -1
  170. package/esm/MLTrainingData.js.map +1 -1
  171. package/esm/MLTrainingData.mjs +180 -66
  172. package/esm/MarketSentiment.d.ts.map +1 -1
  173. package/esm/MarketSentiment.js.map +1 -1
  174. package/esm/MarketSentiment.mjs +180 -66
  175. package/esm/ModelArtifact.d.ts.map +1 -1
  176. package/esm/ModelArtifact.js.map +1 -1
  177. package/esm/ModelArtifact.mjs +180 -66
  178. package/esm/ModelVersion.d.ts.map +1 -1
  179. package/esm/ModelVersion.js.map +1 -1
  180. package/esm/ModelVersion.mjs +180 -66
  181. package/esm/ModelVersionArtifact.d.ts.map +1 -1
  182. package/esm/ModelVersionArtifact.js.map +1 -1
  183. package/esm/ModelVersionArtifact.mjs +180 -66
  184. package/esm/NewsArticle.d.ts.map +1 -1
  185. package/esm/NewsArticle.js.map +1 -1
  186. package/esm/NewsArticle.mjs +180 -66
  187. package/esm/NewsArticleAssetSentiment.d.ts.map +1 -1
  188. package/esm/NewsArticleAssetSentiment.js.map +1 -1
  189. package/esm/NewsArticleAssetSentiment.mjs +180 -66
  190. package/esm/OptionsContract.d.ts.map +1 -1
  191. package/esm/OptionsContract.js.map +1 -1
  192. package/esm/OptionsContract.mjs +180 -66
  193. package/esm/OptionsGreeksHistory.d.ts.map +1 -1
  194. package/esm/OptionsGreeksHistory.js.map +1 -1
  195. package/esm/OptionsGreeksHistory.mjs +180 -66
  196. package/esm/OptionsPosition.d.ts.map +1 -1
  197. package/esm/OptionsPosition.js.map +1 -1
  198. package/esm/OptionsPosition.mjs +180 -66
  199. package/esm/OptionsPositionEvent.d.ts.map +1 -1
  200. package/esm/OptionsPositionEvent.js.map +1 -1
  201. package/esm/OptionsPositionEvent.mjs +180 -66
  202. package/esm/OptionsTradeExecution.d.ts.map +1 -1
  203. package/esm/OptionsTradeExecution.js.map +1 -1
  204. package/esm/OptionsTradeExecution.mjs +180 -66
  205. package/esm/PolicyOverlay.d.ts.map +1 -1
  206. package/esm/PolicyOverlay.js.map +1 -1
  207. package/esm/PolicyOverlay.mjs +180 -66
  208. package/esm/PortfolioGreeksHistory.d.ts.map +1 -1
  209. package/esm/PortfolioGreeksHistory.js.map +1 -1
  210. package/esm/PortfolioGreeksHistory.mjs +180 -66
  211. package/esm/ScheduledOptionOrder.d.ts.map +1 -1
  212. package/esm/ScheduledOptionOrder.js.map +1 -1
  213. package/esm/ScheduledOptionOrder.mjs +180 -66
  214. package/esm/Session.d.ts.map +1 -1
  215. package/esm/Session.js.map +1 -1
  216. package/esm/Session.mjs +180 -66
  217. package/esm/SignalGeneratorMetrics.d.ts.map +1 -1
  218. package/esm/SignalGeneratorMetrics.js.map +1 -1
  219. package/esm/SignalGeneratorMetrics.mjs +180 -66
  220. package/esm/SignalLineage.d.ts.map +1 -1
  221. package/esm/SignalLineage.js.map +1 -1
  222. package/esm/SignalLineage.mjs +180 -66
  223. package/esm/SignalOutcome.d.ts.map +1 -1
  224. package/esm/SignalOutcome.js.map +1 -1
  225. package/esm/SignalOutcome.mjs +180 -66
  226. package/esm/SignalPriorityQueue.d.ts.map +1 -1
  227. package/esm/SignalPriorityQueue.js.map +1 -1
  228. package/esm/SignalPriorityQueue.mjs +180 -66
  229. package/esm/SyncEvent.d.ts.map +1 -1
  230. package/esm/SyncEvent.js.map +1 -1
  231. package/esm/SyncEvent.mjs +180 -66
  232. package/esm/SystemAlert.d.ts.map +1 -1
  233. package/esm/SystemAlert.js.map +1 -1
  234. package/esm/SystemAlert.mjs +180 -66
  235. package/esm/Trade.d.ts.map +1 -1
  236. package/esm/Trade.js.map +1 -1
  237. package/esm/Trade.mjs +180 -66
  238. package/esm/TradeAuditEvent.d.ts.map +1 -1
  239. package/esm/TradeAuditEvent.js.map +1 -1
  240. package/esm/TradeAuditEvent.mjs +180 -66
  241. package/esm/TradeExecutionHistory.d.ts.map +1 -1
  242. package/esm/TradeExecutionHistory.js.map +1 -1
  243. package/esm/TradeExecutionHistory.mjs +180 -66
  244. package/esm/TradeOutcome.d.ts.map +1 -1
  245. package/esm/TradeOutcome.js.map +1 -1
  246. package/esm/TradeOutcome.mjs +180 -66
  247. package/esm/TradingPolicy.d.ts.map +1 -1
  248. package/esm/TradingPolicy.js.map +1 -1
  249. package/esm/TradingPolicy.mjs +180 -66
  250. package/esm/User.d.ts.map +1 -1
  251. package/esm/User.js.map +1 -1
  252. package/esm/User.mjs +180 -66
  253. package/esm/VerificationToken.d.ts.map +1 -1
  254. package/esm/VerificationToken.js.map +1 -1
  255. package/esm/VerificationToken.mjs +180 -66
  256. package/esm/WaitlistEntry.d.ts.map +1 -1
  257. package/esm/WaitlistEntry.js.map +1 -1
  258. package/esm/WaitlistEntry.mjs +180 -66
  259. package/esm/client.d.ts +32 -0
  260. package/esm/client.d.ts.map +1 -1
  261. package/esm/client.js.map +1 -1
  262. package/esm/client.mjs +130 -9
  263. package/esm/index.d.ts +2 -2
  264. package/esm/index.d.ts.map +1 -1
  265. package/esm/index.js.map +1 -1
  266. package/esm/index.mjs +1 -1
  267. package/index.cjs +2 -1
  268. package/index.d.ts +2 -2
  269. package/package.json +1 -1
@@ -168,13 +168,28 @@ export const SystemAlert = {
168
168
  await new Promise(resolve => setTimeout(resolve, delay));
169
169
  continue;
170
170
  }
171
- // Log structured error details and rethrow
172
- logger.error("Database create operation failed", {
173
- operation: 'createOneSystemAlert',
174
- model: 'SystemAlert',
175
- error: String(error),
176
- isRetryable: isConnectionError,
177
- });
171
+ // Log structured error details and rethrow.
172
+ // Demote transient failures to WARN with explicit transient+recoveryHint
173
+ // metadata so log analytics can distinguish recoverable upstream retries
174
+ // from true defects.
175
+ if (isConnectionError) {
176
+ logger.warn("Database create operation failed (transient after retries)", {
177
+ operation: 'createOneSystemAlert',
178
+ model: 'SystemAlert',
179
+ error: String(error),
180
+ isRetryable: true,
181
+ transient: true,
182
+ recoveryHint: "Upstream caller should retry on next cycle",
183
+ });
184
+ }
185
+ else {
186
+ logger.error("Database create operation failed", {
187
+ operation: 'createOneSystemAlert',
188
+ model: 'SystemAlert',
189
+ error: String(error),
190
+ isRetryable: false,
191
+ });
192
+ }
178
193
  throw error;
179
194
  }
180
195
  }
@@ -311,13 +326,25 @@ export const SystemAlert = {
311
326
  await new Promise(resolve => setTimeout(resolve, delay));
312
327
  continue;
313
328
  }
314
- // Log structured error details and rethrow
315
- logger.error("Database createMany operation failed", {
316
- operation: 'createManySystemAlert',
317
- model: 'SystemAlert',
318
- error: String(error),
319
- isRetryable: isConnectionError,
320
- });
329
+ // Log structured error details and rethrow (transient -> WARN).
330
+ if (isConnectionError) {
331
+ logger.warn("Database createMany operation failed (transient after retries)", {
332
+ operation: 'createManySystemAlert',
333
+ model: 'SystemAlert',
334
+ error: String(error),
335
+ isRetryable: true,
336
+ transient: true,
337
+ recoveryHint: "Upstream caller should retry on next cycle",
338
+ });
339
+ }
340
+ else {
341
+ logger.error("Database createMany operation failed", {
342
+ operation: 'createManySystemAlert',
343
+ model: 'SystemAlert',
344
+ error: String(error),
345
+ isRetryable: false,
346
+ });
347
+ }
321
348
  throw error;
322
349
  }
323
350
  }
@@ -501,14 +528,27 @@ export const SystemAlert = {
501
528
  await new Promise(resolve => setTimeout(resolve, delay));
502
529
  continue;
503
530
  }
504
- // Log structured error details and rethrow
505
- logger.error("Database update operation failed", {
506
- operation: 'updateOneSystemAlert',
507
- model: 'SystemAlert',
508
- error: String(error),
509
- recordId: props.id,
510
- isRetryable: isConnectionError,
511
- });
531
+ // Log structured error details and rethrow (transient -> WARN).
532
+ if (isConnectionError) {
533
+ logger.warn("Database update operation failed (transient after retries)", {
534
+ operation: 'updateOneSystemAlert',
535
+ model: 'SystemAlert',
536
+ error: String(error),
537
+ recordId: props.id,
538
+ isRetryable: true,
539
+ transient: true,
540
+ recoveryHint: "Upstream caller should retry on next cycle",
541
+ });
542
+ }
543
+ else {
544
+ logger.error("Database update operation failed", {
545
+ operation: 'updateOneSystemAlert',
546
+ model: 'SystemAlert',
547
+ error: String(error),
548
+ recordId: props.id,
549
+ isRetryable: false,
550
+ });
551
+ }
512
552
  throw error;
513
553
  }
514
554
  }
@@ -717,14 +757,27 @@ export const SystemAlert = {
717
757
  await new Promise(resolve => setTimeout(resolve, delay));
718
758
  continue;
719
759
  }
720
- // Log structured error details and rethrow
721
- logger.error("Database upsert operation failed", {
722
- operation: 'upsertOneSystemAlert',
723
- model: 'SystemAlert',
724
- error: String(error),
725
- recordId: props.id,
726
- isRetryable: isConnectionError,
727
- });
760
+ // Log structured error details and rethrow (transient -> WARN).
761
+ if (isConnectionError) {
762
+ logger.warn("Database upsert operation failed (transient after retries)", {
763
+ operation: 'upsertOneSystemAlert',
764
+ model: 'SystemAlert',
765
+ error: String(error),
766
+ recordId: props.id,
767
+ isRetryable: true,
768
+ transient: true,
769
+ recoveryHint: "Upstream caller should retry on next cycle",
770
+ });
771
+ }
772
+ else {
773
+ logger.error("Database upsert operation failed", {
774
+ operation: 'upsertOneSystemAlert',
775
+ model: 'SystemAlert',
776
+ error: String(error),
777
+ recordId: props.id,
778
+ isRetryable: false,
779
+ });
780
+ }
728
781
  throw error;
729
782
  }
730
783
  }
@@ -906,13 +959,25 @@ export const SystemAlert = {
906
959
  await new Promise(resolve => setTimeout(resolve, delay));
907
960
  continue;
908
961
  }
909
- // Log structured error details and rethrow
910
- logger.error("Database updateMany operation failed", {
911
- operation: 'updateManySystemAlert',
912
- model: 'SystemAlert',
913
- error: String(error),
914
- isRetryable: isConnectionError,
915
- });
962
+ // Log structured error details and rethrow (transient -> WARN).
963
+ if (isConnectionError) {
964
+ logger.warn("Database updateMany operation failed (transient after retries)", {
965
+ operation: 'updateManySystemAlert',
966
+ model: 'SystemAlert',
967
+ error: String(error),
968
+ isRetryable: true,
969
+ transient: true,
970
+ recoveryHint: "Upstream caller should retry on next cycle",
971
+ });
972
+ }
973
+ else {
974
+ logger.error("Database updateMany operation failed", {
975
+ operation: 'updateManySystemAlert',
976
+ model: 'SystemAlert',
977
+ error: String(error),
978
+ isRetryable: false,
979
+ });
980
+ }
916
981
  throw error;
917
982
  }
918
983
  }
@@ -1034,14 +1099,27 @@ export const SystemAlert = {
1034
1099
  await new Promise(resolve => setTimeout(resolve, delay));
1035
1100
  continue;
1036
1101
  }
1037
- // Log structured error details and rethrow
1038
- logger.error("Database delete operation failed", {
1039
- operation: 'deleteOneSystemAlert',
1040
- model: 'SystemAlert',
1041
- error: String(error),
1042
- recordId: props.id,
1043
- isRetryable: isConnectionError,
1044
- });
1102
+ // Log structured error details and rethrow (transient -> WARN).
1103
+ if (isConnectionError) {
1104
+ logger.warn("Database delete operation failed (transient after retries)", {
1105
+ operation: 'deleteOneSystemAlert',
1106
+ model: 'SystemAlert',
1107
+ error: String(error),
1108
+ recordId: props.id,
1109
+ isRetryable: true,
1110
+ transient: true,
1111
+ recoveryHint: "Upstream caller should retry on next cycle",
1112
+ });
1113
+ }
1114
+ else {
1115
+ logger.error("Database delete operation failed", {
1116
+ operation: 'deleteOneSystemAlert',
1117
+ model: 'SystemAlert',
1118
+ error: String(error),
1119
+ recordId: props.id,
1120
+ isRetryable: false,
1121
+ });
1122
+ }
1045
1123
  throw error;
1046
1124
  }
1047
1125
  }
@@ -1148,13 +1226,25 @@ export const SystemAlert = {
1148
1226
  await new Promise(resolve => setTimeout(resolve, delay));
1149
1227
  continue;
1150
1228
  }
1151
- // Log structured error details and rethrow
1152
- logger.error("Database get operation failed", {
1153
- operation: 'getSystemAlert',
1154
- model: 'SystemAlert',
1155
- error: String(error),
1156
- isRetryable: isConnectionError,
1157
- });
1229
+ // Log structured error details and rethrow (transient -> WARN).
1230
+ if (isConnectionError) {
1231
+ logger.warn("Database get operation failed (transient after retries)", {
1232
+ operation: 'getSystemAlert',
1233
+ model: 'SystemAlert',
1234
+ error: String(error),
1235
+ isRetryable: true,
1236
+ transient: true,
1237
+ recoveryHint: "Upstream caller should retry on next cycle",
1238
+ });
1239
+ }
1240
+ else {
1241
+ logger.error("Database get operation failed", {
1242
+ operation: 'getSystemAlert',
1243
+ model: 'SystemAlert',
1244
+ error: String(error),
1245
+ isRetryable: false,
1246
+ });
1247
+ }
1158
1248
  throw error;
1159
1249
  }
1160
1250
  }
@@ -1240,13 +1330,25 @@ export const SystemAlert = {
1240
1330
  await new Promise(resolve => setTimeout(resolve, delay));
1241
1331
  continue;
1242
1332
  }
1243
- // Log structured error details and rethrow
1244
- logger.error("Database getAll operation failed", {
1245
- operation: 'getAllSystemAlert',
1246
- model: 'SystemAlert',
1247
- error: String(error),
1248
- isRetryable: isConnectionError,
1249
- });
1333
+ // Log structured error details and rethrow (transient -> WARN).
1334
+ if (isConnectionError) {
1335
+ logger.warn("Database getAll operation failed (transient after retries)", {
1336
+ operation: 'getAllSystemAlert',
1337
+ model: 'SystemAlert',
1338
+ error: String(error),
1339
+ isRetryable: true,
1340
+ transient: true,
1341
+ recoveryHint: "Upstream caller should retry on next cycle",
1342
+ });
1343
+ }
1344
+ else {
1345
+ logger.error("Database getAll operation failed", {
1346
+ operation: 'getAllSystemAlert',
1347
+ model: 'SystemAlert',
1348
+ error: String(error),
1349
+ isRetryable: false,
1350
+ });
1351
+ }
1250
1352
  throw error;
1251
1353
  }
1252
1354
  }
@@ -1365,13 +1467,25 @@ export const SystemAlert = {
1365
1467
  await new Promise(resolve => setTimeout(resolve, delay));
1366
1468
  continue;
1367
1469
  }
1368
- // Log structured error details and rethrow
1369
- logger.error("Database findMany operation failed", {
1370
- operation: 'findManySystemAlert',
1371
- model: 'SystemAlert',
1372
- error: String(error),
1373
- isRetryable: isConnectionError,
1374
- });
1470
+ // Log structured error details and rethrow (transient -> WARN).
1471
+ if (isConnectionError) {
1472
+ logger.warn("Database findMany operation failed (transient after retries)", {
1473
+ operation: 'findManySystemAlert',
1474
+ model: 'SystemAlert',
1475
+ error: String(error),
1476
+ isRetryable: true,
1477
+ transient: true,
1478
+ recoveryHint: "Upstream caller should retry on next cycle",
1479
+ });
1480
+ }
1481
+ else {
1482
+ logger.error("Database findMany operation failed", {
1483
+ operation: 'findManySystemAlert',
1484
+ model: 'SystemAlert',
1485
+ error: String(error),
1486
+ isRetryable: false,
1487
+ });
1488
+ }
1375
1489
  throw error;
1376
1490
  }
1377
1491
  }
@@ -1 +1 @@
1
- {"version":3,"file":"Trade.d.ts","sourceRoot":"","sources":["../../src/Trade.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,IAAI,SAAS,EAAE,MAAM,6CAA6C,CAAC;AACjF,OAAO,EAAmB,gBAAgB,EAAE,qBAAqB,EAAoB,MAAM,UAAU,CAAC;AA2DpG,eAAO,MAAM,KAAK;IAEhB;;;;;OAKG;IAEH;;;;;;OAMG;kBACiB,SAAS,iBAAiB,gBAAgB,CAAC,qBAAqB,CAAC,GAAG,OAAO,CAAC,SAAS,CAAC;IAiM5G;;;;;;;OAOG;sBACqB,SAAS,EAAE,iBAAiB,gBAAgB,CAAC,qBAAqB,CAAC,YAAY;QAAE,cAAc,CAAC,EAAE,OAAO,CAAA;KAAE,GAAG,OAAO,CAAC;QAAE,KAAK,EAAE,MAAM,CAAA;KAAE,GAAG,IAAI,CAAC;IA8JvK;;;;;;OAMG;kBACiB,SAAS,iBAAiB,gBAAgB,CAAC,qBAAqB,CAAC,GAAG,OAAO,CAAC,SAAS,CAAC;IAwS1G;;;;;;OAMG;kBACiB,SAAS,iBAAiB,gBAAgB,CAAC,qBAAqB,CAAC,GAAG,OAAO,CAAC,SAAS,CAAC;IAuW1G;;;;;;OAMG;sBACqB,SAAS,EAAE,iBAAiB,gBAAgB,CAAC,qBAAqB,CAAC,GAAG,OAAO,CAAC;QAAE,KAAK,EAAE,MAAM,CAAA;KAAE,GAAG,IAAI,CAAC;IAuS/H;;;;;;OAMG;kBACiB,SAAS,iBAAiB,gBAAgB,CAAC,qBAAqB,CAAC,GAAG,OAAO,CAAC,SAAS,CAAC;IAyI1G;;;;;;;OAOG;eACc,SAAS,iBAAiB,gBAAgB,CAAC,qBAAqB,CAAC,eAAe,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,OAAO,CAAC,SAAS,GAAG,IAAI,CAAC;IAmHpJ;;;;;OAKG;0BACyB,gBAAgB,CAAC,qBAAqB,CAAC,GAAG,OAAO,CAAC,SAAS,EAAE,GAAG,IAAI,CAAC;IAkGjG;;;;;;;OAOG;oBACmB,SAAS,iBAAiB,gBAAgB,CAAC,qBAAqB,CAAC,eAAe,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,OAAO,CAAC,SAAS,EAAE,GAAG,IAAI,CAAC;CA+H5J,CAAC"}
1
+ {"version":3,"file":"Trade.d.ts","sourceRoot":"","sources":["../../src/Trade.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,IAAI,SAAS,EAAE,MAAM,6CAA6C,CAAC;AACjF,OAAO,EAAmB,gBAAgB,EAAE,qBAAqB,EAAoB,MAAM,UAAU,CAAC;AA2DpG,eAAO,MAAM,KAAK;IAEhB;;;;;OAKG;IAEH;;;;;;OAMG;kBACiB,SAAS,iBAAiB,gBAAgB,CAAC,qBAAqB,CAAC,GAAG,OAAO,CAAC,SAAS,CAAC;IA+M5G;;;;;;;OAOG;sBACqB,SAAS,EAAE,iBAAiB,gBAAgB,CAAC,qBAAqB,CAAC,YAAY;QAAE,cAAc,CAAC,EAAE,OAAO,CAAA;KAAE,GAAG,OAAO,CAAC;QAAE,KAAK,EAAE,MAAM,CAAA;KAAE,GAAG,IAAI,CAAC;IAyKvK;;;;;;OAMG;kBACiB,SAAS,iBAAiB,gBAAgB,CAAC,qBAAqB,CAAC,GAAG,OAAO,CAAC,SAAS,CAAC;IAoT1G;;;;;;OAMG;kBACiB,SAAS,iBAAiB,gBAAgB,CAAC,qBAAqB,CAAC,GAAG,OAAO,CAAC,SAAS,CAAC;IAmX1G;;;;;;OAMG;sBACqB,SAAS,EAAE,iBAAiB,gBAAgB,CAAC,qBAAqB,CAAC,GAAG,OAAO,CAAC;QAAE,KAAK,EAAE,MAAM,CAAA;KAAE,GAAG,IAAI,CAAC;IAkT/H;;;;;;OAMG;kBACiB,SAAS,iBAAiB,gBAAgB,CAAC,qBAAqB,CAAC,GAAG,OAAO,CAAC,SAAS,CAAC;IAqJ1G;;;;;;;OAOG;eACc,SAAS,iBAAiB,gBAAgB,CAAC,qBAAqB,CAAC,eAAe,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,OAAO,CAAC,SAAS,GAAG,IAAI,CAAC;IA8HpJ;;;;;OAKG;0BACyB,gBAAgB,CAAC,qBAAqB,CAAC,GAAG,OAAO,CAAC,SAAS,EAAE,GAAG,IAAI,CAAC;IA6GjG;;;;;;;OAOG;oBACmB,SAAS,iBAAiB,gBAAgB,CAAC,qBAAqB,CAAC,eAAe,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,OAAO,CAAC,SAAS,EAAE,GAAG,IAAI,CAAC;CA0I5J,CAAC"}