@adaptic/backend-legacy 0.0.953 → 0.0.954

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 (262) hide show
  1. package/ABTest.cjs +207 -36
  2. package/Account.cjs +207 -36
  3. package/AccountDecisionRecord.cjs +207 -36
  4. package/AccountLinkingRequest.cjs +207 -36
  5. package/Action.cjs +207 -36
  6. package/Alert.cjs +207 -36
  7. package/Allocation.cjs +207 -36
  8. package/AlpacaAccount.cjs +207 -36
  9. package/AnalyticsConfiguration.cjs +207 -36
  10. package/AnalyticsSnapshot.cjs +207 -36
  11. package/Asset.cjs +207 -36
  12. package/AuditLog.cjs +207 -36
  13. package/Authenticator.cjs +207 -36
  14. package/Configuration.cjs +207 -36
  15. package/ConflictEvent.cjs +207 -36
  16. package/ConnectionHealthSnapshot.cjs +207 -36
  17. package/Customer.cjs +207 -36
  18. package/DeadLetterMessage.cjs +207 -36
  19. package/DecisionMemorySummary.cjs +207 -36
  20. package/EconomicEvent.cjs +207 -36
  21. package/EquityBar.cjs +207 -36
  22. package/Event.cjs +207 -36
  23. package/EventSnapshot.cjs +207 -36
  24. package/FeatureImportanceAnalysis.cjs +207 -36
  25. package/InstitutionalFlowSignal.cjs +207 -36
  26. package/InstitutionalHolding.cjs +207 -36
  27. package/InstitutionalSentimentAlerts.cjs +207 -36
  28. package/InstitutionalSentimentErrors.cjs +207 -36
  29. package/InstitutionalSentimentHistory.cjs +207 -36
  30. package/InstitutionalSentimentMetrics.cjs +207 -36
  31. package/InviteToken.cjs +207 -36
  32. package/LinkedProvider.cjs +207 -36
  33. package/LlmConfiguration.cjs +207 -36
  34. package/MLModelVersion.cjs +207 -36
  35. package/MLTrainingData.cjs +207 -36
  36. package/MarketSentiment.cjs +207 -36
  37. package/ModelArtifact.cjs +207 -36
  38. package/ModelVersion.cjs +207 -36
  39. package/ModelVersionArtifact.cjs +207 -36
  40. package/NewsArticle.cjs +207 -36
  41. package/NewsArticleAssetSentiment.cjs +207 -36
  42. package/OptionsContract.cjs +207 -36
  43. package/OptionsGreeksHistory.cjs +207 -36
  44. package/OptionsPosition.cjs +207 -36
  45. package/OptionsPositionEvent.cjs +207 -36
  46. package/OptionsTradeExecution.cjs +207 -36
  47. package/PolicyOverlay.cjs +207 -36
  48. package/PortfolioGreeksHistory.cjs +207 -36
  49. package/ScheduledOptionOrder.cjs +207 -36
  50. package/Session.cjs +207 -36
  51. package/SignalGeneratorMetrics.cjs +207 -36
  52. package/SignalLineage.cjs +207 -36
  53. package/SignalOutcome.cjs +207 -36
  54. package/SignalPriorityQueue.cjs +207 -36
  55. package/SyncEvent.cjs +207 -36
  56. package/SystemAlert.cjs +207 -36
  57. package/Trade.cjs +207 -36
  58. package/TradeAuditEvent.cjs +207 -36
  59. package/TradeExecutionHistory.cjs +207 -36
  60. package/TradeOutcome.cjs +207 -36
  61. package/TradingPolicy.cjs +207 -36
  62. package/User.cjs +207 -36
  63. package/VerificationToken.cjs +207 -36
  64. package/WaitlistEntry.cjs +207 -36
  65. package/client.cjs +2 -0
  66. package/esm/ABTest.d.ts.map +1 -1
  67. package/esm/ABTest.js.map +1 -1
  68. package/esm/ABTest.mjs +189 -18
  69. package/esm/Account.d.ts.map +1 -1
  70. package/esm/Account.js.map +1 -1
  71. package/esm/Account.mjs +189 -18
  72. package/esm/AccountDecisionRecord.d.ts.map +1 -1
  73. package/esm/AccountDecisionRecord.js.map +1 -1
  74. package/esm/AccountDecisionRecord.mjs +189 -18
  75. package/esm/AccountLinkingRequest.d.ts.map +1 -1
  76. package/esm/AccountLinkingRequest.js.map +1 -1
  77. package/esm/AccountLinkingRequest.mjs +189 -18
  78. package/esm/Action.d.ts.map +1 -1
  79. package/esm/Action.js.map +1 -1
  80. package/esm/Action.mjs +189 -18
  81. package/esm/Alert.d.ts.map +1 -1
  82. package/esm/Alert.js.map +1 -1
  83. package/esm/Alert.mjs +189 -18
  84. package/esm/Allocation.d.ts.map +1 -1
  85. package/esm/Allocation.js.map +1 -1
  86. package/esm/Allocation.mjs +189 -18
  87. package/esm/AlpacaAccount.d.ts.map +1 -1
  88. package/esm/AlpacaAccount.js.map +1 -1
  89. package/esm/AlpacaAccount.mjs +189 -18
  90. package/esm/AnalyticsConfiguration.d.ts.map +1 -1
  91. package/esm/AnalyticsConfiguration.js.map +1 -1
  92. package/esm/AnalyticsConfiguration.mjs +189 -18
  93. package/esm/AnalyticsSnapshot.d.ts.map +1 -1
  94. package/esm/AnalyticsSnapshot.js.map +1 -1
  95. package/esm/AnalyticsSnapshot.mjs +189 -18
  96. package/esm/Asset.d.ts.map +1 -1
  97. package/esm/Asset.js.map +1 -1
  98. package/esm/Asset.mjs +189 -18
  99. package/esm/AuditLog.d.ts.map +1 -1
  100. package/esm/AuditLog.js.map +1 -1
  101. package/esm/AuditLog.mjs +189 -18
  102. package/esm/Authenticator.d.ts.map +1 -1
  103. package/esm/Authenticator.js.map +1 -1
  104. package/esm/Authenticator.mjs +189 -18
  105. package/esm/Configuration.d.ts.map +1 -1
  106. package/esm/Configuration.js.map +1 -1
  107. package/esm/Configuration.mjs +189 -18
  108. package/esm/ConflictEvent.d.ts.map +1 -1
  109. package/esm/ConflictEvent.js.map +1 -1
  110. package/esm/ConflictEvent.mjs +189 -18
  111. package/esm/ConnectionHealthSnapshot.d.ts.map +1 -1
  112. package/esm/ConnectionHealthSnapshot.js.map +1 -1
  113. package/esm/ConnectionHealthSnapshot.mjs +189 -18
  114. package/esm/Customer.d.ts.map +1 -1
  115. package/esm/Customer.js.map +1 -1
  116. package/esm/Customer.mjs +189 -18
  117. package/esm/DeadLetterMessage.d.ts.map +1 -1
  118. package/esm/DeadLetterMessage.js.map +1 -1
  119. package/esm/DeadLetterMessage.mjs +189 -18
  120. package/esm/DecisionMemorySummary.d.ts.map +1 -1
  121. package/esm/DecisionMemorySummary.js.map +1 -1
  122. package/esm/DecisionMemorySummary.mjs +189 -18
  123. package/esm/EconomicEvent.d.ts.map +1 -1
  124. package/esm/EconomicEvent.js.map +1 -1
  125. package/esm/EconomicEvent.mjs +189 -18
  126. package/esm/EquityBar.d.ts.map +1 -1
  127. package/esm/EquityBar.js.map +1 -1
  128. package/esm/EquityBar.mjs +189 -18
  129. package/esm/Event.d.ts.map +1 -1
  130. package/esm/Event.js.map +1 -1
  131. package/esm/Event.mjs +189 -18
  132. package/esm/EventSnapshot.d.ts.map +1 -1
  133. package/esm/EventSnapshot.js.map +1 -1
  134. package/esm/EventSnapshot.mjs +189 -18
  135. package/esm/FeatureImportanceAnalysis.d.ts.map +1 -1
  136. package/esm/FeatureImportanceAnalysis.js.map +1 -1
  137. package/esm/FeatureImportanceAnalysis.mjs +189 -18
  138. package/esm/InstitutionalFlowSignal.d.ts.map +1 -1
  139. package/esm/InstitutionalFlowSignal.js.map +1 -1
  140. package/esm/InstitutionalFlowSignal.mjs +189 -18
  141. package/esm/InstitutionalHolding.d.ts.map +1 -1
  142. package/esm/InstitutionalHolding.js.map +1 -1
  143. package/esm/InstitutionalHolding.mjs +189 -18
  144. package/esm/InstitutionalSentimentAlerts.d.ts.map +1 -1
  145. package/esm/InstitutionalSentimentAlerts.js.map +1 -1
  146. package/esm/InstitutionalSentimentAlerts.mjs +189 -18
  147. package/esm/InstitutionalSentimentErrors.d.ts.map +1 -1
  148. package/esm/InstitutionalSentimentErrors.js.map +1 -1
  149. package/esm/InstitutionalSentimentErrors.mjs +189 -18
  150. package/esm/InstitutionalSentimentHistory.d.ts.map +1 -1
  151. package/esm/InstitutionalSentimentHistory.js.map +1 -1
  152. package/esm/InstitutionalSentimentHistory.mjs +189 -18
  153. package/esm/InstitutionalSentimentMetrics.d.ts.map +1 -1
  154. package/esm/InstitutionalSentimentMetrics.js.map +1 -1
  155. package/esm/InstitutionalSentimentMetrics.mjs +189 -18
  156. package/esm/InviteToken.d.ts.map +1 -1
  157. package/esm/InviteToken.js.map +1 -1
  158. package/esm/InviteToken.mjs +189 -18
  159. package/esm/LinkedProvider.d.ts.map +1 -1
  160. package/esm/LinkedProvider.js.map +1 -1
  161. package/esm/LinkedProvider.mjs +189 -18
  162. package/esm/LlmConfiguration.d.ts.map +1 -1
  163. package/esm/LlmConfiguration.js.map +1 -1
  164. package/esm/LlmConfiguration.mjs +189 -18
  165. package/esm/MLModelVersion.d.ts.map +1 -1
  166. package/esm/MLModelVersion.js.map +1 -1
  167. package/esm/MLModelVersion.mjs +189 -18
  168. package/esm/MLTrainingData.d.ts.map +1 -1
  169. package/esm/MLTrainingData.js.map +1 -1
  170. package/esm/MLTrainingData.mjs +189 -18
  171. package/esm/MarketSentiment.d.ts.map +1 -1
  172. package/esm/MarketSentiment.js.map +1 -1
  173. package/esm/MarketSentiment.mjs +189 -18
  174. package/esm/ModelArtifact.d.ts.map +1 -1
  175. package/esm/ModelArtifact.js.map +1 -1
  176. package/esm/ModelArtifact.mjs +189 -18
  177. package/esm/ModelVersion.d.ts.map +1 -1
  178. package/esm/ModelVersion.js.map +1 -1
  179. package/esm/ModelVersion.mjs +189 -18
  180. package/esm/ModelVersionArtifact.d.ts.map +1 -1
  181. package/esm/ModelVersionArtifact.js.map +1 -1
  182. package/esm/ModelVersionArtifact.mjs +189 -18
  183. package/esm/NewsArticle.d.ts.map +1 -1
  184. package/esm/NewsArticle.js.map +1 -1
  185. package/esm/NewsArticle.mjs +189 -18
  186. package/esm/NewsArticleAssetSentiment.d.ts.map +1 -1
  187. package/esm/NewsArticleAssetSentiment.js.map +1 -1
  188. package/esm/NewsArticleAssetSentiment.mjs +189 -18
  189. package/esm/OptionsContract.d.ts.map +1 -1
  190. package/esm/OptionsContract.js.map +1 -1
  191. package/esm/OptionsContract.mjs +189 -18
  192. package/esm/OptionsGreeksHistory.d.ts.map +1 -1
  193. package/esm/OptionsGreeksHistory.js.map +1 -1
  194. package/esm/OptionsGreeksHistory.mjs +189 -18
  195. package/esm/OptionsPosition.d.ts.map +1 -1
  196. package/esm/OptionsPosition.js.map +1 -1
  197. package/esm/OptionsPosition.mjs +189 -18
  198. package/esm/OptionsPositionEvent.d.ts.map +1 -1
  199. package/esm/OptionsPositionEvent.js.map +1 -1
  200. package/esm/OptionsPositionEvent.mjs +189 -18
  201. package/esm/OptionsTradeExecution.d.ts.map +1 -1
  202. package/esm/OptionsTradeExecution.js.map +1 -1
  203. package/esm/OptionsTradeExecution.mjs +189 -18
  204. package/esm/PolicyOverlay.d.ts.map +1 -1
  205. package/esm/PolicyOverlay.js.map +1 -1
  206. package/esm/PolicyOverlay.mjs +189 -18
  207. package/esm/PortfolioGreeksHistory.d.ts.map +1 -1
  208. package/esm/PortfolioGreeksHistory.js.map +1 -1
  209. package/esm/PortfolioGreeksHistory.mjs +189 -18
  210. package/esm/ScheduledOptionOrder.d.ts.map +1 -1
  211. package/esm/ScheduledOptionOrder.js.map +1 -1
  212. package/esm/ScheduledOptionOrder.mjs +189 -18
  213. package/esm/Session.d.ts.map +1 -1
  214. package/esm/Session.js.map +1 -1
  215. package/esm/Session.mjs +189 -18
  216. package/esm/SignalGeneratorMetrics.d.ts.map +1 -1
  217. package/esm/SignalGeneratorMetrics.js.map +1 -1
  218. package/esm/SignalGeneratorMetrics.mjs +189 -18
  219. package/esm/SignalLineage.d.ts.map +1 -1
  220. package/esm/SignalLineage.js.map +1 -1
  221. package/esm/SignalLineage.mjs +189 -18
  222. package/esm/SignalOutcome.d.ts.map +1 -1
  223. package/esm/SignalOutcome.js.map +1 -1
  224. package/esm/SignalOutcome.mjs +189 -18
  225. package/esm/SignalPriorityQueue.d.ts.map +1 -1
  226. package/esm/SignalPriorityQueue.js.map +1 -1
  227. package/esm/SignalPriorityQueue.mjs +189 -18
  228. package/esm/SyncEvent.d.ts.map +1 -1
  229. package/esm/SyncEvent.js.map +1 -1
  230. package/esm/SyncEvent.mjs +189 -18
  231. package/esm/SystemAlert.d.ts.map +1 -1
  232. package/esm/SystemAlert.js.map +1 -1
  233. package/esm/SystemAlert.mjs +189 -18
  234. package/esm/Trade.d.ts.map +1 -1
  235. package/esm/Trade.js.map +1 -1
  236. package/esm/Trade.mjs +189 -18
  237. package/esm/TradeAuditEvent.d.ts.map +1 -1
  238. package/esm/TradeAuditEvent.js.map +1 -1
  239. package/esm/TradeAuditEvent.mjs +189 -18
  240. package/esm/TradeExecutionHistory.d.ts.map +1 -1
  241. package/esm/TradeExecutionHistory.js.map +1 -1
  242. package/esm/TradeExecutionHistory.mjs +189 -18
  243. package/esm/TradeOutcome.d.ts.map +1 -1
  244. package/esm/TradeOutcome.js.map +1 -1
  245. package/esm/TradeOutcome.mjs +189 -18
  246. package/esm/TradingPolicy.d.ts.map +1 -1
  247. package/esm/TradingPolicy.js.map +1 -1
  248. package/esm/TradingPolicy.mjs +189 -18
  249. package/esm/User.d.ts.map +1 -1
  250. package/esm/User.js.map +1 -1
  251. package/esm/User.mjs +189 -18
  252. package/esm/VerificationToken.d.ts.map +1 -1
  253. package/esm/VerificationToken.js.map +1 -1
  254. package/esm/VerificationToken.mjs +189 -18
  255. package/esm/WaitlistEntry.d.ts.map +1 -1
  256. package/esm/WaitlistEntry.js.map +1 -1
  257. package/esm/WaitlistEntry.mjs +189 -18
  258. package/esm/client.d.ts.map +1 -1
  259. package/esm/client.js.map +1 -1
  260. package/esm/client.mjs +2 -0
  261. package/esm/index.d.ts.map +1 -1
  262. package/package.json +1 -1
package/Allocation.cjs CHANGED
@@ -39,7 +39,7 @@ exports.Allocation = {
39
39
  * @returns The created Allocation or null.
40
40
  */
41
41
  async create(props, globalClient) {
42
- var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p;
42
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z, _0, _1, _2, _3, _4, _5;
43
43
  // Validate allocation percentages before creating
44
44
  (0, allocation_validator_1.assertValidAllocation)({
45
45
  equities: props.equities,
@@ -576,12 +576,31 @@ exports.Allocation = {
576
576
  });
577
577
  throw error;
578
578
  }
579
- // Check if this is a database connection error that we should retry
579
+ // Check if this is a database connection error that we should retry.
580
+ // Covers undici/fetch timeouts, Prisma Accelerate transients, connection
581
+ // pool exhaustion, and transient gateway statuses. Must stay consistent
582
+ // with the transient classifier in client.ts (onError link + enqueueOperation).
580
583
  const isConnectionError = ((_k = error.message) === null || _k === void 0 ? void 0 : _k.includes('Server has closed the connection')) ||
581
584
  ((_l = error.message) === null || _l === void 0 ? void 0 : _l.includes('Cannot reach database server')) ||
582
585
  ((_m = error.message) === null || _m === void 0 ? void 0 : _m.includes('Connection timed out')) ||
583
- ((_o = error.message) === null || _o === void 0 ? void 0 : _o.includes('Accelerate')) || // Prisma Accelerate proxy errors
584
- (error.networkError && ((_p = error.networkError.message) === null || _p === void 0 ? void 0 : _p.includes('Failed to fetch')));
586
+ ((_o = error.message) === null || _o === void 0 ? void 0 : _o.includes('aborted due to timeout')) ||
587
+ ((_p = error.message) === null || _p === void 0 ? void 0 : _p.includes('TimeoutError')) ||
588
+ ((_q = error.message) === null || _q === void 0 ? void 0 : _q.includes('fetch failed')) ||
589
+ ((_r = error.message) === null || _r === void 0 ? void 0 : _r.includes('socket hang up')) ||
590
+ ((_s = error.message) === null || _s === void 0 ? void 0 : _s.includes('ECONNRESET')) ||
591
+ ((_t = error.message) === null || _t === void 0 ? void 0 : _t.includes('ECONNREFUSED')) ||
592
+ ((_u = error.message) === null || _u === void 0 ? void 0 : _u.includes('ETIMEDOUT')) ||
593
+ ((_v = error.message) === null || _v === void 0 ? void 0 : _v.includes('Connection pool timeout')) ||
594
+ ((_w = error.message) === null || _w === void 0 ? void 0 : _w.includes('P2024')) ||
595
+ ((_x = error.message) === null || _x === void 0 ? void 0 : _x.includes('status code 408')) ||
596
+ ((_y = error.message) === null || _y === void 0 ? void 0 : _y.includes('status code 502')) ||
597
+ ((_z = error.message) === null || _z === void 0 ? void 0 : _z.includes('status code 503')) ||
598
+ ((_0 = error.message) === null || _0 === void 0 ? void 0 : _0.includes('status code 504')) ||
599
+ ((_1 = error.message) === null || _1 === void 0 ? void 0 : _1.includes('Accelerate')) || // Prisma Accelerate proxy errors
600
+ (error.networkError && (((_2 = error.networkError.message) === null || _2 === void 0 ? void 0 : _2.includes('Failed to fetch')) ||
601
+ ((_3 = error.networkError.message) === null || _3 === void 0 ? void 0 : _3.includes('fetch failed')) ||
602
+ ((_4 = error.networkError.message) === null || _4 === void 0 ? void 0 : _4.includes('aborted due to timeout')) ||
603
+ ((_5 = error.networkError.message) === null || _5 === void 0 ? void 0 : _5.includes('TimeoutError'))));
585
604
  if (isConnectionError && retryCount < MAX_RETRIES - 1) {
586
605
  retryCount++;
587
606
  const delay = Math.pow(2, retryCount) * 100; // Exponential backoff: 200ms, 400ms, 800ms
@@ -616,7 +635,7 @@ exports.Allocation = {
616
635
  * @returns The count of created records or null.
617
636
  */
618
637
  async createMany(props, globalClient, options) {
619
- var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p;
638
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z, _0, _1, _2, _3, _4, _5;
620
639
  // Maximum number of retries for database connection issues
621
640
  const MAX_RETRIES = 3;
622
641
  let retryCount = 0;
@@ -689,12 +708,31 @@ exports.Allocation = {
689
708
  });
690
709
  throw error;
691
710
  }
692
- // Check if this is a database connection error that we should retry
711
+ // Check if this is a database connection error that we should retry.
712
+ // Covers undici/fetch timeouts, Prisma Accelerate transients, connection
713
+ // pool exhaustion, and transient gateway statuses. Must stay consistent
714
+ // with the transient classifier in client.ts (onError link + enqueueOperation).
693
715
  const isConnectionError = ((_k = error.message) === null || _k === void 0 ? void 0 : _k.includes('Server has closed the connection')) ||
694
716
  ((_l = error.message) === null || _l === void 0 ? void 0 : _l.includes('Cannot reach database server')) ||
695
717
  ((_m = error.message) === null || _m === void 0 ? void 0 : _m.includes('Connection timed out')) ||
696
- ((_o = error.message) === null || _o === void 0 ? void 0 : _o.includes('Accelerate')) || // Prisma Accelerate proxy errors
697
- (error.networkError && ((_p = error.networkError.message) === null || _p === void 0 ? void 0 : _p.includes('Failed to fetch')));
718
+ ((_o = error.message) === null || _o === void 0 ? void 0 : _o.includes('aborted due to timeout')) ||
719
+ ((_p = error.message) === null || _p === void 0 ? void 0 : _p.includes('TimeoutError')) ||
720
+ ((_q = error.message) === null || _q === void 0 ? void 0 : _q.includes('fetch failed')) ||
721
+ ((_r = error.message) === null || _r === void 0 ? void 0 : _r.includes('socket hang up')) ||
722
+ ((_s = error.message) === null || _s === void 0 ? void 0 : _s.includes('ECONNRESET')) ||
723
+ ((_t = error.message) === null || _t === void 0 ? void 0 : _t.includes('ECONNREFUSED')) ||
724
+ ((_u = error.message) === null || _u === void 0 ? void 0 : _u.includes('ETIMEDOUT')) ||
725
+ ((_v = error.message) === null || _v === void 0 ? void 0 : _v.includes('Connection pool timeout')) ||
726
+ ((_w = error.message) === null || _w === void 0 ? void 0 : _w.includes('P2024')) ||
727
+ ((_x = error.message) === null || _x === void 0 ? void 0 : _x.includes('status code 408')) ||
728
+ ((_y = error.message) === null || _y === void 0 ? void 0 : _y.includes('status code 502')) ||
729
+ ((_z = error.message) === null || _z === void 0 ? void 0 : _z.includes('status code 503')) ||
730
+ ((_0 = error.message) === null || _0 === void 0 ? void 0 : _0.includes('status code 504')) ||
731
+ ((_1 = error.message) === null || _1 === void 0 ? void 0 : _1.includes('Accelerate')) || // Prisma Accelerate proxy errors
732
+ (error.networkError && (((_2 = error.networkError.message) === null || _2 === void 0 ? void 0 : _2.includes('Failed to fetch')) ||
733
+ ((_3 = error.networkError.message) === null || _3 === void 0 ? void 0 : _3.includes('fetch failed')) ||
734
+ ((_4 = error.networkError.message) === null || _4 === void 0 ? void 0 : _4.includes('aborted due to timeout')) ||
735
+ ((_5 = error.networkError.message) === null || _5 === void 0 ? void 0 : _5.includes('TimeoutError'))));
698
736
  if (isConnectionError && retryCount < MAX_RETRIES - 1) {
699
737
  retryCount++;
700
738
  const delay = Math.pow(2, retryCount) * 100; // Exponential backoff: 200ms, 400ms, 800ms
@@ -728,7 +766,7 @@ exports.Allocation = {
728
766
  * @returns The updated Allocation or null.
729
767
  */
730
768
  async update(props, globalClient) {
731
- var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p;
769
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z, _0, _1, _2, _3, _4, _5;
732
770
  // Validate allocation percentages before updating
733
771
  (0, allocation_validator_1.assertValidAllocation)({
734
772
  equities: props.equities,
@@ -2551,12 +2589,31 @@ exports.Allocation = {
2551
2589
  });
2552
2590
  throw error;
2553
2591
  }
2554
- // Check if this is a database connection error that we should retry
2592
+ // Check if this is a database connection error that we should retry.
2593
+ // Covers undici/fetch timeouts, Prisma Accelerate transients, connection
2594
+ // pool exhaustion, and transient gateway statuses. Must stay consistent
2595
+ // with the transient classifier in client.ts (onError link + enqueueOperation).
2555
2596
  const isConnectionError = ((_k = error.message) === null || _k === void 0 ? void 0 : _k.includes('Server has closed the connection')) ||
2556
2597
  ((_l = error.message) === null || _l === void 0 ? void 0 : _l.includes('Cannot reach database server')) ||
2557
2598
  ((_m = error.message) === null || _m === void 0 ? void 0 : _m.includes('Connection timed out')) ||
2558
- ((_o = error.message) === null || _o === void 0 ? void 0 : _o.includes('Accelerate')) || // Prisma Accelerate proxy errors
2559
- (error.networkError && ((_p = error.networkError.message) === null || _p === void 0 ? void 0 : _p.includes('Failed to fetch')));
2599
+ ((_o = error.message) === null || _o === void 0 ? void 0 : _o.includes('aborted due to timeout')) ||
2600
+ ((_p = error.message) === null || _p === void 0 ? void 0 : _p.includes('TimeoutError')) ||
2601
+ ((_q = error.message) === null || _q === void 0 ? void 0 : _q.includes('fetch failed')) ||
2602
+ ((_r = error.message) === null || _r === void 0 ? void 0 : _r.includes('socket hang up')) ||
2603
+ ((_s = error.message) === null || _s === void 0 ? void 0 : _s.includes('ECONNRESET')) ||
2604
+ ((_t = error.message) === null || _t === void 0 ? void 0 : _t.includes('ECONNREFUSED')) ||
2605
+ ((_u = error.message) === null || _u === void 0 ? void 0 : _u.includes('ETIMEDOUT')) ||
2606
+ ((_v = error.message) === null || _v === void 0 ? void 0 : _v.includes('Connection pool timeout')) ||
2607
+ ((_w = error.message) === null || _w === void 0 ? void 0 : _w.includes('P2024')) ||
2608
+ ((_x = error.message) === null || _x === void 0 ? void 0 : _x.includes('status code 408')) ||
2609
+ ((_y = error.message) === null || _y === void 0 ? void 0 : _y.includes('status code 502')) ||
2610
+ ((_z = error.message) === null || _z === void 0 ? void 0 : _z.includes('status code 503')) ||
2611
+ ((_0 = error.message) === null || _0 === void 0 ? void 0 : _0.includes('status code 504')) ||
2612
+ ((_1 = error.message) === null || _1 === void 0 ? void 0 : _1.includes('Accelerate')) || // Prisma Accelerate proxy errors
2613
+ (error.networkError && (((_2 = error.networkError.message) === null || _2 === void 0 ? void 0 : _2.includes('Failed to fetch')) ||
2614
+ ((_3 = error.networkError.message) === null || _3 === void 0 ? void 0 : _3.includes('fetch failed')) ||
2615
+ ((_4 = error.networkError.message) === null || _4 === void 0 ? void 0 : _4.includes('aborted due to timeout')) ||
2616
+ ((_5 = error.networkError.message) === null || _5 === void 0 ? void 0 : _5.includes('TimeoutError'))));
2560
2617
  if (isConnectionError && retryCount < MAX_RETRIES - 1) {
2561
2618
  retryCount++;
2562
2619
  const delay = Math.pow(2, retryCount) * 100; // Exponential backoff: 200ms, 400ms, 800ms
@@ -2592,7 +2649,7 @@ exports.Allocation = {
2592
2649
  * @returns The updated Allocation or null.
2593
2650
  */
2594
2651
  async upsert(props, globalClient) {
2595
- var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p;
2652
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z, _0, _1, _2, _3, _4, _5;
2596
2653
  // Maximum number of retries for database connection issues
2597
2654
  const MAX_RETRIES = 3;
2598
2655
  let retryCount = 0;
@@ -4863,12 +4920,31 @@ exports.Allocation = {
4863
4920
  });
4864
4921
  throw error;
4865
4922
  }
4866
- // Check if this is a database connection error that we should retry
4923
+ // Check if this is a database connection error that we should retry.
4924
+ // Covers undici/fetch timeouts, Prisma Accelerate transients, connection
4925
+ // pool exhaustion, and transient gateway statuses. Must stay consistent
4926
+ // with the transient classifier in client.ts (onError link + enqueueOperation).
4867
4927
  const isConnectionError = ((_k = error.message) === null || _k === void 0 ? void 0 : _k.includes('Server has closed the connection')) ||
4868
4928
  ((_l = error.message) === null || _l === void 0 ? void 0 : _l.includes('Cannot reach database server')) ||
4869
4929
  ((_m = error.message) === null || _m === void 0 ? void 0 : _m.includes('Connection timed out')) ||
4870
- ((_o = error.message) === null || _o === void 0 ? void 0 : _o.includes('Accelerate')) || // Prisma Accelerate proxy errors
4871
- (error.networkError && ((_p = error.networkError.message) === null || _p === void 0 ? void 0 : _p.includes('Failed to fetch')));
4930
+ ((_o = error.message) === null || _o === void 0 ? void 0 : _o.includes('aborted due to timeout')) ||
4931
+ ((_p = error.message) === null || _p === void 0 ? void 0 : _p.includes('TimeoutError')) ||
4932
+ ((_q = error.message) === null || _q === void 0 ? void 0 : _q.includes('fetch failed')) ||
4933
+ ((_r = error.message) === null || _r === void 0 ? void 0 : _r.includes('socket hang up')) ||
4934
+ ((_s = error.message) === null || _s === void 0 ? void 0 : _s.includes('ECONNRESET')) ||
4935
+ ((_t = error.message) === null || _t === void 0 ? void 0 : _t.includes('ECONNREFUSED')) ||
4936
+ ((_u = error.message) === null || _u === void 0 ? void 0 : _u.includes('ETIMEDOUT')) ||
4937
+ ((_v = error.message) === null || _v === void 0 ? void 0 : _v.includes('Connection pool timeout')) ||
4938
+ ((_w = error.message) === null || _w === void 0 ? void 0 : _w.includes('P2024')) ||
4939
+ ((_x = error.message) === null || _x === void 0 ? void 0 : _x.includes('status code 408')) ||
4940
+ ((_y = error.message) === null || _y === void 0 ? void 0 : _y.includes('status code 502')) ||
4941
+ ((_z = error.message) === null || _z === void 0 ? void 0 : _z.includes('status code 503')) ||
4942
+ ((_0 = error.message) === null || _0 === void 0 ? void 0 : _0.includes('status code 504')) ||
4943
+ ((_1 = error.message) === null || _1 === void 0 ? void 0 : _1.includes('Accelerate')) || // Prisma Accelerate proxy errors
4944
+ (error.networkError && (((_2 = error.networkError.message) === null || _2 === void 0 ? void 0 : _2.includes('Failed to fetch')) ||
4945
+ ((_3 = error.networkError.message) === null || _3 === void 0 ? void 0 : _3.includes('fetch failed')) ||
4946
+ ((_4 = error.networkError.message) === null || _4 === void 0 ? void 0 : _4.includes('aborted due to timeout')) ||
4947
+ ((_5 = error.networkError.message) === null || _5 === void 0 ? void 0 : _5.includes('TimeoutError'))));
4872
4948
  if (isConnectionError && retryCount < MAX_RETRIES - 1) {
4873
4949
  retryCount++;
4874
4950
  const delay = Math.pow(2, retryCount) * 100; // Exponential backoff: 200ms, 400ms, 800ms
@@ -4904,7 +4980,7 @@ exports.Allocation = {
4904
4980
  * @returns The count of created records or null.
4905
4981
  */
4906
4982
  async updateMany(props, globalClient) {
4907
- var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p;
4983
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z, _0, _1, _2, _3, _4, _5;
4908
4984
  // Maximum number of retries for database connection issues
4909
4985
  const MAX_RETRIES = 3;
4910
4986
  let retryCount = 0;
@@ -6717,12 +6793,31 @@ exports.Allocation = {
6717
6793
  });
6718
6794
  throw error;
6719
6795
  }
6720
- // Check if this is a database connection error that we should retry
6796
+ // Check if this is a database connection error that we should retry.
6797
+ // Covers undici/fetch timeouts, Prisma Accelerate transients, connection
6798
+ // pool exhaustion, and transient gateway statuses. Must stay consistent
6799
+ // with the transient classifier in client.ts (onError link + enqueueOperation).
6721
6800
  const isConnectionError = ((_k = error.message) === null || _k === void 0 ? void 0 : _k.includes('Server has closed the connection')) ||
6722
6801
  ((_l = error.message) === null || _l === void 0 ? void 0 : _l.includes('Cannot reach database server')) ||
6723
6802
  ((_m = error.message) === null || _m === void 0 ? void 0 : _m.includes('Connection timed out')) ||
6724
- ((_o = error.message) === null || _o === void 0 ? void 0 : _o.includes('Accelerate')) || // Prisma Accelerate proxy errors
6725
- (error.networkError && ((_p = error.networkError.message) === null || _p === void 0 ? void 0 : _p.includes('Failed to fetch')));
6803
+ ((_o = error.message) === null || _o === void 0 ? void 0 : _o.includes('aborted due to timeout')) ||
6804
+ ((_p = error.message) === null || _p === void 0 ? void 0 : _p.includes('TimeoutError')) ||
6805
+ ((_q = error.message) === null || _q === void 0 ? void 0 : _q.includes('fetch failed')) ||
6806
+ ((_r = error.message) === null || _r === void 0 ? void 0 : _r.includes('socket hang up')) ||
6807
+ ((_s = error.message) === null || _s === void 0 ? void 0 : _s.includes('ECONNRESET')) ||
6808
+ ((_t = error.message) === null || _t === void 0 ? void 0 : _t.includes('ECONNREFUSED')) ||
6809
+ ((_u = error.message) === null || _u === void 0 ? void 0 : _u.includes('ETIMEDOUT')) ||
6810
+ ((_v = error.message) === null || _v === void 0 ? void 0 : _v.includes('Connection pool timeout')) ||
6811
+ ((_w = error.message) === null || _w === void 0 ? void 0 : _w.includes('P2024')) ||
6812
+ ((_x = error.message) === null || _x === void 0 ? void 0 : _x.includes('status code 408')) ||
6813
+ ((_y = error.message) === null || _y === void 0 ? void 0 : _y.includes('status code 502')) ||
6814
+ ((_z = error.message) === null || _z === void 0 ? void 0 : _z.includes('status code 503')) ||
6815
+ ((_0 = error.message) === null || _0 === void 0 ? void 0 : _0.includes('status code 504')) ||
6816
+ ((_1 = error.message) === null || _1 === void 0 ? void 0 : _1.includes('Accelerate')) || // Prisma Accelerate proxy errors
6817
+ (error.networkError && (((_2 = error.networkError.message) === null || _2 === void 0 ? void 0 : _2.includes('Failed to fetch')) ||
6818
+ ((_3 = error.networkError.message) === null || _3 === void 0 ? void 0 : _3.includes('fetch failed')) ||
6819
+ ((_4 = error.networkError.message) === null || _4 === void 0 ? void 0 : _4.includes('aborted due to timeout')) ||
6820
+ ((_5 = error.networkError.message) === null || _5 === void 0 ? void 0 : _5.includes('TimeoutError'))));
6726
6821
  if (isConnectionError && retryCount < MAX_RETRIES - 1) {
6727
6822
  retryCount++;
6728
6823
  const delay = Math.pow(2, retryCount) * 100; // Exponential backoff: 200ms, 400ms, 800ms
@@ -6756,7 +6851,7 @@ exports.Allocation = {
6756
6851
  * @returns The deleted Allocation or null.
6757
6852
  */
6758
6853
  async delete(props, globalClient) {
6759
- var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r;
6854
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z, _0, _1, _2, _3, _4, _5, _6, _7;
6760
6855
  // Maximum number of retries for database connection issues
6761
6856
  const MAX_RETRIES = 3;
6762
6857
  let retryCount = 0;
@@ -6825,12 +6920,31 @@ exports.Allocation = {
6825
6920
  });
6826
6921
  throw error;
6827
6922
  }
6828
- // Check if this is a database connection error that we should retry
6923
+ // Check if this is a database connection error that we should retry.
6924
+ // Covers undici/fetch timeouts, Prisma Accelerate transients, connection
6925
+ // pool exhaustion, and transient gateway statuses. Must stay consistent
6926
+ // with the transient classifier in client.ts (onError link + enqueueOperation).
6829
6927
  const isConnectionError = ((_m = error.message) === null || _m === void 0 ? void 0 : _m.includes('Server has closed the connection')) ||
6830
6928
  ((_o = error.message) === null || _o === void 0 ? void 0 : _o.includes('Cannot reach database server')) ||
6831
6929
  ((_p = error.message) === null || _p === void 0 ? void 0 : _p.includes('Connection timed out')) ||
6832
- ((_q = error.message) === null || _q === void 0 ? void 0 : _q.includes('Accelerate')) || // Prisma Accelerate proxy errors
6833
- (error.networkError && ((_r = error.networkError.message) === null || _r === void 0 ? void 0 : _r.includes('Failed to fetch')));
6930
+ ((_q = error.message) === null || _q === void 0 ? void 0 : _q.includes('aborted due to timeout')) ||
6931
+ ((_r = error.message) === null || _r === void 0 ? void 0 : _r.includes('TimeoutError')) ||
6932
+ ((_s = error.message) === null || _s === void 0 ? void 0 : _s.includes('fetch failed')) ||
6933
+ ((_t = error.message) === null || _t === void 0 ? void 0 : _t.includes('socket hang up')) ||
6934
+ ((_u = error.message) === null || _u === void 0 ? void 0 : _u.includes('ECONNRESET')) ||
6935
+ ((_v = error.message) === null || _v === void 0 ? void 0 : _v.includes('ECONNREFUSED')) ||
6936
+ ((_w = error.message) === null || _w === void 0 ? void 0 : _w.includes('ETIMEDOUT')) ||
6937
+ ((_x = error.message) === null || _x === void 0 ? void 0 : _x.includes('Connection pool timeout')) ||
6938
+ ((_y = error.message) === null || _y === void 0 ? void 0 : _y.includes('P2024')) ||
6939
+ ((_z = error.message) === null || _z === void 0 ? void 0 : _z.includes('status code 408')) ||
6940
+ ((_0 = error.message) === null || _0 === void 0 ? void 0 : _0.includes('status code 502')) ||
6941
+ ((_1 = error.message) === null || _1 === void 0 ? void 0 : _1.includes('status code 503')) ||
6942
+ ((_2 = error.message) === null || _2 === void 0 ? void 0 : _2.includes('status code 504')) ||
6943
+ ((_3 = error.message) === null || _3 === void 0 ? void 0 : _3.includes('Accelerate')) || // Prisma Accelerate proxy errors
6944
+ (error.networkError && (((_4 = error.networkError.message) === null || _4 === void 0 ? void 0 : _4.includes('Failed to fetch')) ||
6945
+ ((_5 = error.networkError.message) === null || _5 === void 0 ? void 0 : _5.includes('fetch failed')) ||
6946
+ ((_6 = error.networkError.message) === null || _6 === void 0 ? void 0 : _6.includes('aborted due to timeout')) ||
6947
+ ((_7 = error.networkError.message) === null || _7 === void 0 ? void 0 : _7.includes('TimeoutError'))));
6834
6948
  if (isConnectionError && retryCount < MAX_RETRIES - 1) {
6835
6949
  retryCount++;
6836
6950
  const delay = Math.pow(2, retryCount) * 100; // Exponential backoff: 200ms, 400ms, 800ms
@@ -6867,7 +6981,7 @@ exports.Allocation = {
6867
6981
  * @returns The retrieved Allocation or null.
6868
6982
  */
6869
6983
  async get(props, globalClient, whereInput) {
6870
- var _a, _b, _c, _d, _e, _f, _g;
6984
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y;
6871
6985
  // Maximum number of retries for database connection issues
6872
6986
  const MAX_RETRIES = 3;
6873
6987
  let retryCount = 0;
@@ -6910,12 +7024,31 @@ exports.Allocation = {
6910
7024
  if (error.message === 'No Allocation found') {
6911
7025
  return null;
6912
7026
  }
6913
- // Check if this is a database connection error that we should retry
7027
+ // Check if this is a database connection error that we should retry.
7028
+ // Covers undici/fetch timeouts, Prisma Accelerate transients, connection
7029
+ // pool exhaustion, and transient gateway statuses. Must stay consistent
7030
+ // with the transient classifier in client.ts (onError link + enqueueOperation).
6914
7031
  const isConnectionError = ((_c = error.message) === null || _c === void 0 ? void 0 : _c.includes('Server has closed the connection')) ||
6915
7032
  ((_d = error.message) === null || _d === void 0 ? void 0 : _d.includes('Cannot reach database server')) ||
6916
7033
  ((_e = error.message) === null || _e === void 0 ? void 0 : _e.includes('Connection timed out')) ||
6917
- ((_f = error.message) === null || _f === void 0 ? void 0 : _f.includes('Accelerate')) || // Prisma Accelerate proxy errors
6918
- (error.networkError && ((_g = error.networkError.message) === null || _g === void 0 ? void 0 : _g.includes('Failed to fetch')));
7034
+ ((_f = error.message) === null || _f === void 0 ? void 0 : _f.includes('aborted due to timeout')) ||
7035
+ ((_g = error.message) === null || _g === void 0 ? void 0 : _g.includes('TimeoutError')) ||
7036
+ ((_h = error.message) === null || _h === void 0 ? void 0 : _h.includes('fetch failed')) ||
7037
+ ((_j = error.message) === null || _j === void 0 ? void 0 : _j.includes('socket hang up')) ||
7038
+ ((_k = error.message) === null || _k === void 0 ? void 0 : _k.includes('ECONNRESET')) ||
7039
+ ((_l = error.message) === null || _l === void 0 ? void 0 : _l.includes('ECONNREFUSED')) ||
7040
+ ((_m = error.message) === null || _m === void 0 ? void 0 : _m.includes('ETIMEDOUT')) ||
7041
+ ((_o = error.message) === null || _o === void 0 ? void 0 : _o.includes('Connection pool timeout')) ||
7042
+ ((_p = error.message) === null || _p === void 0 ? void 0 : _p.includes('P2024')) ||
7043
+ ((_q = error.message) === null || _q === void 0 ? void 0 : _q.includes('status code 408')) ||
7044
+ ((_r = error.message) === null || _r === void 0 ? void 0 : _r.includes('status code 502')) ||
7045
+ ((_s = error.message) === null || _s === void 0 ? void 0 : _s.includes('status code 503')) ||
7046
+ ((_t = error.message) === null || _t === void 0 ? void 0 : _t.includes('status code 504')) ||
7047
+ ((_u = error.message) === null || _u === void 0 ? void 0 : _u.includes('Accelerate')) || // Prisma Accelerate proxy errors
7048
+ (error.networkError && (((_v = error.networkError.message) === null || _v === void 0 ? void 0 : _v.includes('Failed to fetch')) ||
7049
+ ((_w = error.networkError.message) === null || _w === void 0 ? void 0 : _w.includes('fetch failed')) ||
7050
+ ((_x = error.networkError.message) === null || _x === void 0 ? void 0 : _x.includes('aborted due to timeout')) ||
7051
+ ((_y = error.networkError.message) === null || _y === void 0 ? void 0 : _y.includes('TimeoutError'))));
6919
7052
  if (isConnectionError && retryCount < MAX_RETRIES - 1) {
6920
7053
  retryCount++;
6921
7054
  const delay = Math.pow(2, retryCount) * 100; // Exponential backoff: 200ms, 400ms, 800ms
@@ -6948,7 +7081,7 @@ exports.Allocation = {
6948
7081
  * @returns An array of Allocation records or null.
6949
7082
  */
6950
7083
  async getAll(globalClient) {
6951
- var _a, _b, _c, _d, _e, _f, _g;
7084
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y;
6952
7085
  // Maximum number of retries for database connection issues
6953
7086
  const MAX_RETRIES = 3;
6954
7087
  let retryCount = 0;
@@ -6983,12 +7116,31 @@ exports.Allocation = {
6983
7116
  if (error.message === 'No Allocation found') {
6984
7117
  return null;
6985
7118
  }
6986
- // Check if this is a database connection error that we should retry
7119
+ // Check if this is a database connection error that we should retry.
7120
+ // Covers undici/fetch timeouts, Prisma Accelerate transients, connection
7121
+ // pool exhaustion, and transient gateway statuses. Must stay consistent
7122
+ // with the transient classifier in client.ts (onError link + enqueueOperation).
6987
7123
  const isConnectionError = ((_c = error.message) === null || _c === void 0 ? void 0 : _c.includes('Server has closed the connection')) ||
6988
7124
  ((_d = error.message) === null || _d === void 0 ? void 0 : _d.includes('Cannot reach database server')) ||
6989
7125
  ((_e = error.message) === null || _e === void 0 ? void 0 : _e.includes('Connection timed out')) ||
6990
- ((_f = error.message) === null || _f === void 0 ? void 0 : _f.includes('Accelerate')) || // Prisma Accelerate proxy errors
6991
- (error.networkError && ((_g = error.networkError.message) === null || _g === void 0 ? void 0 : _g.includes('Failed to fetch')));
7126
+ ((_f = error.message) === null || _f === void 0 ? void 0 : _f.includes('aborted due to timeout')) ||
7127
+ ((_g = error.message) === null || _g === void 0 ? void 0 : _g.includes('TimeoutError')) ||
7128
+ ((_h = error.message) === null || _h === void 0 ? void 0 : _h.includes('fetch failed')) ||
7129
+ ((_j = error.message) === null || _j === void 0 ? void 0 : _j.includes('socket hang up')) ||
7130
+ ((_k = error.message) === null || _k === void 0 ? void 0 : _k.includes('ECONNRESET')) ||
7131
+ ((_l = error.message) === null || _l === void 0 ? void 0 : _l.includes('ECONNREFUSED')) ||
7132
+ ((_m = error.message) === null || _m === void 0 ? void 0 : _m.includes('ETIMEDOUT')) ||
7133
+ ((_o = error.message) === null || _o === void 0 ? void 0 : _o.includes('Connection pool timeout')) ||
7134
+ ((_p = error.message) === null || _p === void 0 ? void 0 : _p.includes('P2024')) ||
7135
+ ((_q = error.message) === null || _q === void 0 ? void 0 : _q.includes('status code 408')) ||
7136
+ ((_r = error.message) === null || _r === void 0 ? void 0 : _r.includes('status code 502')) ||
7137
+ ((_s = error.message) === null || _s === void 0 ? void 0 : _s.includes('status code 503')) ||
7138
+ ((_t = error.message) === null || _t === void 0 ? void 0 : _t.includes('status code 504')) ||
7139
+ ((_u = error.message) === null || _u === void 0 ? void 0 : _u.includes('Accelerate')) || // Prisma Accelerate proxy errors
7140
+ (error.networkError && (((_v = error.networkError.message) === null || _v === void 0 ? void 0 : _v.includes('Failed to fetch')) ||
7141
+ ((_w = error.networkError.message) === null || _w === void 0 ? void 0 : _w.includes('fetch failed')) ||
7142
+ ((_x = error.networkError.message) === null || _x === void 0 ? void 0 : _x.includes('aborted due to timeout')) ||
7143
+ ((_y = error.networkError.message) === null || _y === void 0 ? void 0 : _y.includes('TimeoutError'))));
6992
7144
  if (isConnectionError && retryCount < MAX_RETRIES - 1) {
6993
7145
  retryCount++;
6994
7146
  const delay = Math.pow(2, retryCount) * 100; // Exponential backoff: 200ms, 400ms, 800ms
@@ -7023,7 +7175,7 @@ exports.Allocation = {
7023
7175
  * @returns An array of found Allocation records or null.
7024
7176
  */
7025
7177
  async findMany(props, globalClient, whereInput) {
7026
- var _a, _b, _c, _d, _e;
7178
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w;
7027
7179
  // Maximum number of retries for database connection issues
7028
7180
  const MAX_RETRIES = 3;
7029
7181
  let retryCount = 0;
@@ -7080,12 +7232,31 @@ exports.Allocation = {
7080
7232
  if (error.message === 'No Allocation found') {
7081
7233
  return null;
7082
7234
  }
7083
- // Check if this is a database connection error that we should retry
7235
+ // Check if this is a database connection error that we should retry.
7236
+ // Covers undici/fetch timeouts, Prisma Accelerate transients, connection
7237
+ // pool exhaustion, and transient gateway statuses. Must stay consistent
7238
+ // with the transient classifier in client.ts (onError link + enqueueOperation).
7084
7239
  const isConnectionError = ((_a = error.message) === null || _a === void 0 ? void 0 : _a.includes('Server has closed the connection')) ||
7085
7240
  ((_b = error.message) === null || _b === void 0 ? void 0 : _b.includes('Cannot reach database server')) ||
7086
7241
  ((_c = error.message) === null || _c === void 0 ? void 0 : _c.includes('Connection timed out')) ||
7087
- ((_d = error.message) === null || _d === void 0 ? void 0 : _d.includes('Accelerate')) || // Prisma Accelerate proxy errors
7088
- (error.networkError && ((_e = error.networkError.message) === null || _e === void 0 ? void 0 : _e.includes('Failed to fetch')));
7242
+ ((_d = error.message) === null || _d === void 0 ? void 0 : _d.includes('aborted due to timeout')) ||
7243
+ ((_e = error.message) === null || _e === void 0 ? void 0 : _e.includes('TimeoutError')) ||
7244
+ ((_f = error.message) === null || _f === void 0 ? void 0 : _f.includes('fetch failed')) ||
7245
+ ((_g = error.message) === null || _g === void 0 ? void 0 : _g.includes('socket hang up')) ||
7246
+ ((_h = error.message) === null || _h === void 0 ? void 0 : _h.includes('ECONNRESET')) ||
7247
+ ((_j = error.message) === null || _j === void 0 ? void 0 : _j.includes('ECONNREFUSED')) ||
7248
+ ((_k = error.message) === null || _k === void 0 ? void 0 : _k.includes('ETIMEDOUT')) ||
7249
+ ((_l = error.message) === null || _l === void 0 ? void 0 : _l.includes('Connection pool timeout')) ||
7250
+ ((_m = error.message) === null || _m === void 0 ? void 0 : _m.includes('P2024')) ||
7251
+ ((_o = error.message) === null || _o === void 0 ? void 0 : _o.includes('status code 408')) ||
7252
+ ((_p = error.message) === null || _p === void 0 ? void 0 : _p.includes('status code 502')) ||
7253
+ ((_q = error.message) === null || _q === void 0 ? void 0 : _q.includes('status code 503')) ||
7254
+ ((_r = error.message) === null || _r === void 0 ? void 0 : _r.includes('status code 504')) ||
7255
+ ((_s = error.message) === null || _s === void 0 ? void 0 : _s.includes('Accelerate')) || // Prisma Accelerate proxy errors
7256
+ (error.networkError && (((_t = error.networkError.message) === null || _t === void 0 ? void 0 : _t.includes('Failed to fetch')) ||
7257
+ ((_u = error.networkError.message) === null || _u === void 0 ? void 0 : _u.includes('fetch failed')) ||
7258
+ ((_v = error.networkError.message) === null || _v === void 0 ? void 0 : _v.includes('aborted due to timeout')) ||
7259
+ ((_w = error.networkError.message) === null || _w === void 0 ? void 0 : _w.includes('TimeoutError'))));
7089
7260
  if (isConnectionError && retryCount < MAX_RETRIES - 1) {
7090
7261
  retryCount++;
7091
7262
  const delay = Math.pow(2, retryCount) * 100; // Exponential backoff: 200ms, 400ms, 800ms