@tradejs/infra 2.0.21 → 3.0.0
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/dist/{chunk-YVIHTUV5.mjs → chunk-OLB6NQRG.mjs} +1 -1
- package/dist/{chunk-I2J6YDBD.mjs → chunk-ZXU7OYFU.mjs} +65 -38
- package/dist/internal-BuHqoCCV.d.mts +9 -0
- package/dist/internal-q48Torp4.d.ts +9 -0
- package/dist/ml.mjs +3 -3
- package/dist/query-tkHVD4Xo.d.mts +12 -0
- package/dist/query-tkHVD4Xo.d.ts +12 -0
- package/dist/timescale/candles.js +6 -4
- package/dist/timescale/candles.mjs +2 -2
- package/dist/timescale/client.d.mts +3 -2
- package/dist/timescale/client.d.ts +3 -2
- package/dist/timescale/client.js +40 -15
- package/dist/timescale/client.mjs +2 -2
- package/dist/timescale/derivatives.d.mts +4 -2
- package/dist/timescale/derivatives.d.ts +4 -2
- package/dist/timescale/derivatives.js +20 -12
- package/dist/timescale/derivatives.mjs +479 -13
- package/dist/timescale/hyperliquidWhales.d.mts +29 -25
- package/dist/timescale/hyperliquidWhales.d.ts +29 -25
- package/dist/timescale/hyperliquidWhales.js +84 -71
- package/dist/timescale/hyperliquidWhales.mjs +1103 -14
- package/dist/timescale/marketContext.d.mts +15 -11
- package/dist/timescale/marketContext.d.ts +15 -11
- package/dist/timescale/marketContext.js +67 -57
- package/dist/timescale/marketContext.mjs +1259 -28
- package/dist/timescale/spread.js +6 -4
- package/dist/timescale/spread.mjs +105 -5
- package/dist/userSettings.js +3 -316
- package/dist/userSettings.mjs +3 -21
- package/package.json +2 -22
- package/dist/aiEndpoints.d.mts +0 -10
- package/dist/aiEndpoints.d.ts +0 -10
- package/dist/aiEndpoints.js +0 -159
- package/dist/aiEndpoints.mjs +0 -12
- package/dist/aiLanguages.d.mts +0 -11
- package/dist/aiLanguages.d.ts +0 -11
- package/dist/aiLanguages.js +0 -71
- package/dist/aiLanguages.mjs +0 -12
- package/dist/aiModels.d.mts +0 -12
- package/dist/aiModels.d.ts +0 -12
- package/dist/aiModels.js +0 -272
- package/dist/aiModels.mjs +0 -17
- package/dist/chunk-2CZREG43.mjs +0 -112
- package/dist/chunk-CCC7DX2T.mjs +0 -44
- package/dist/chunk-DFMKDB2R.mjs +0 -1285
- package/dist/chunk-DTCLZIBM.mjs +0 -163
- package/dist/chunk-NWXFWTWU.mjs +0 -1114
- package/dist/chunk-SZQB7ER5.mjs +0 -492
- package/dist/chunk-XQ3YBULV.mjs +0 -132
- package/dist/internal-2coHaaos.d.mts +0 -26
- package/dist/internal-2coHaaos.d.ts +0 -26
- package/dist/timescale.d.mts +0 -9
- package/dist/timescale.d.ts +0 -9
- package/dist/timescale.js +0 -4228
- package/dist/timescale.mjs +0 -138
package/dist/timescale.mjs
DELETED
|
@@ -1,138 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
deleteCandles,
|
|
3
|
-
findContinuityGap,
|
|
4
|
-
getCandlesRange,
|
|
5
|
-
getDataEdges,
|
|
6
|
-
getDataEdgesForSymbols,
|
|
7
|
-
toRows,
|
|
8
|
-
upsertCandles,
|
|
9
|
-
waitForDbReady
|
|
10
|
-
} from "./chunk-YVIHTUV5.mjs";
|
|
11
|
-
import {
|
|
12
|
-
applyDerivativesMetricCoverage,
|
|
13
|
-
getDerivativesBackfillCoverage,
|
|
14
|
-
getDerivativesDataEdgesForSymbols,
|
|
15
|
-
getDerivativesMetricCoverage,
|
|
16
|
-
getDerivativesRangeForSymbols,
|
|
17
|
-
getDerivativesSummary,
|
|
18
|
-
getDerivativesWindow,
|
|
19
|
-
upsertDerivatives,
|
|
20
|
-
upsertDerivativesBackfillCoverage
|
|
21
|
-
} from "./chunk-SZQB7ER5.mjs";
|
|
22
|
-
import {
|
|
23
|
-
getHyperliquidWhaleCoverageSeriesRows,
|
|
24
|
-
getHyperliquidWhaleFlowAggregate,
|
|
25
|
-
getHyperliquidWhaleFlowSeriesRows,
|
|
26
|
-
getHyperliquidWhaleWalletCoverage,
|
|
27
|
-
hasHyperliquidWhaleBackfillCoverage,
|
|
28
|
-
rebuildHyperliquidWhaleCoverageRows,
|
|
29
|
-
rebuildHyperliquidWhaleFlowRows,
|
|
30
|
-
upsertHyperliquidWhaleCoverageRows,
|
|
31
|
-
upsertHyperliquidWhaleFlowRows,
|
|
32
|
-
upsertHyperliquidWhaleTradeEvents,
|
|
33
|
-
upsertHyperliquidWhaleWalletCoverage
|
|
34
|
-
} from "./chunk-NWXFWTWU.mjs";
|
|
35
|
-
import {
|
|
36
|
-
cleanupDeprecatedMarketContext,
|
|
37
|
-
getLatestMarketBreadth,
|
|
38
|
-
getLatestMarketCmcExchangeLiquidityContext,
|
|
39
|
-
getLatestMarketCmcFearGreedContext,
|
|
40
|
-
getLatestMarketCmcIndexContexts,
|
|
41
|
-
getLatestMarketGlobalContext,
|
|
42
|
-
getLatestMarketReferenceAssetContexts,
|
|
43
|
-
getLatestMarketTradeFlow,
|
|
44
|
-
getMarketBreadthCoverage,
|
|
45
|
-
getMarketCmcExchangeLiquidityContextCoverage,
|
|
46
|
-
getMarketCmcFearGreedContextCoverage,
|
|
47
|
-
getMarketCmcIndexContextCoverage,
|
|
48
|
-
getMarketContextBackfillCoverage,
|
|
49
|
-
getMarketGlobalContextCoverage,
|
|
50
|
-
getMarketReferenceAssetContextCoverage,
|
|
51
|
-
getMarketTradeFlowCoverage,
|
|
52
|
-
upsertMarketBreadthRows,
|
|
53
|
-
upsertMarketCmcExchangeLiquidityContextRows,
|
|
54
|
-
upsertMarketCmcFearGreedContextRows,
|
|
55
|
-
upsertMarketCmcIndexContextRows,
|
|
56
|
-
upsertMarketContextBackfillCoverage,
|
|
57
|
-
upsertMarketGlobalContextRows,
|
|
58
|
-
upsertMarketReferenceAssetContextRows,
|
|
59
|
-
upsertMarketTradeFlowRows
|
|
60
|
-
} from "./chunk-DFMKDB2R.mjs";
|
|
61
|
-
import {
|
|
62
|
-
getSpreadRangeForSymbols,
|
|
63
|
-
getSpreadSummary,
|
|
64
|
-
upsertSpreadRows
|
|
65
|
-
} from "./chunk-2CZREG43.mjs";
|
|
66
|
-
import {
|
|
67
|
-
closeTimescalePool,
|
|
68
|
-
configureTimescaleMarketContextSchemaMode,
|
|
69
|
-
ensureBinanceMarketSchema,
|
|
70
|
-
ensureCoinMarketCapContextSchema,
|
|
71
|
-
ensureDerivativesSchema,
|
|
72
|
-
ensureHyperliquidWhaleSchema,
|
|
73
|
-
ensureMarketContextSchemas
|
|
74
|
-
} from "./chunk-I2J6YDBD.mjs";
|
|
75
|
-
export {
|
|
76
|
-
applyDerivativesMetricCoverage,
|
|
77
|
-
cleanupDeprecatedMarketContext,
|
|
78
|
-
closeTimescalePool,
|
|
79
|
-
configureTimescaleMarketContextSchemaMode,
|
|
80
|
-
deleteCandles,
|
|
81
|
-
ensureBinanceMarketSchema,
|
|
82
|
-
ensureCoinMarketCapContextSchema,
|
|
83
|
-
ensureDerivativesSchema,
|
|
84
|
-
ensureHyperliquidWhaleSchema,
|
|
85
|
-
ensureMarketContextSchemas,
|
|
86
|
-
findContinuityGap,
|
|
87
|
-
getCandlesRange,
|
|
88
|
-
getDataEdges,
|
|
89
|
-
getDataEdgesForSymbols,
|
|
90
|
-
getDerivativesBackfillCoverage,
|
|
91
|
-
getDerivativesDataEdgesForSymbols,
|
|
92
|
-
getDerivativesMetricCoverage,
|
|
93
|
-
getDerivativesRangeForSymbols,
|
|
94
|
-
getDerivativesSummary,
|
|
95
|
-
getDerivativesWindow,
|
|
96
|
-
getHyperliquidWhaleCoverageSeriesRows,
|
|
97
|
-
getHyperliquidWhaleFlowAggregate,
|
|
98
|
-
getHyperliquidWhaleFlowSeriesRows,
|
|
99
|
-
getHyperliquidWhaleWalletCoverage,
|
|
100
|
-
getLatestMarketBreadth,
|
|
101
|
-
getLatestMarketCmcExchangeLiquidityContext,
|
|
102
|
-
getLatestMarketCmcFearGreedContext,
|
|
103
|
-
getLatestMarketCmcIndexContexts,
|
|
104
|
-
getLatestMarketGlobalContext,
|
|
105
|
-
getLatestMarketReferenceAssetContexts,
|
|
106
|
-
getLatestMarketTradeFlow,
|
|
107
|
-
getMarketBreadthCoverage,
|
|
108
|
-
getMarketCmcExchangeLiquidityContextCoverage,
|
|
109
|
-
getMarketCmcFearGreedContextCoverage,
|
|
110
|
-
getMarketCmcIndexContextCoverage,
|
|
111
|
-
getMarketContextBackfillCoverage,
|
|
112
|
-
getMarketGlobalContextCoverage,
|
|
113
|
-
getMarketReferenceAssetContextCoverage,
|
|
114
|
-
getMarketTradeFlowCoverage,
|
|
115
|
-
getSpreadRangeForSymbols,
|
|
116
|
-
getSpreadSummary,
|
|
117
|
-
hasHyperliquidWhaleBackfillCoverage,
|
|
118
|
-
rebuildHyperliquidWhaleCoverageRows,
|
|
119
|
-
rebuildHyperliquidWhaleFlowRows,
|
|
120
|
-
toRows,
|
|
121
|
-
upsertCandles,
|
|
122
|
-
upsertDerivatives,
|
|
123
|
-
upsertDerivativesBackfillCoverage,
|
|
124
|
-
upsertHyperliquidWhaleCoverageRows,
|
|
125
|
-
upsertHyperliquidWhaleFlowRows,
|
|
126
|
-
upsertHyperliquidWhaleTradeEvents,
|
|
127
|
-
upsertHyperliquidWhaleWalletCoverage,
|
|
128
|
-
upsertMarketBreadthRows,
|
|
129
|
-
upsertMarketCmcExchangeLiquidityContextRows,
|
|
130
|
-
upsertMarketCmcFearGreedContextRows,
|
|
131
|
-
upsertMarketCmcIndexContextRows,
|
|
132
|
-
upsertMarketContextBackfillCoverage,
|
|
133
|
-
upsertMarketGlobalContextRows,
|
|
134
|
-
upsertMarketReferenceAssetContextRows,
|
|
135
|
-
upsertMarketTradeFlowRows,
|
|
136
|
-
upsertSpreadRows,
|
|
137
|
-
waitForDbReady
|
|
138
|
-
};
|