@rex0220/kintone-sql-tools 3.61.0 → 3.63.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-cli/ksql.js +5497 -5123
- package/dist-engine/index.cjs +13 -13
- package/dist-engine/index.mjs +13 -13
- package/dist-engine/ksql-engine.umd.js +13 -13
- package/dist-engine/meta/bundle-baseline.json +10 -10
- package/dist-engine/meta/cjs.json +138 -90
- package/dist-engine/meta/esm.json +138 -90
- package/dist-engine/meta/umd.json +138 -90
- package/dist-mcp/ksql-mcp.js +5476 -5143
- package/dist-mcpb/ksql-mcp.mcpb +0 -0
- package/package.json +1 -1
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"format": "esm"
|
|
12
12
|
},
|
|
13
13
|
"src/types/ast.ts": {
|
|
14
|
-
"bytes":
|
|
14
|
+
"bytes": 37001,
|
|
15
15
|
"imports": [
|
|
16
16
|
{
|
|
17
17
|
"path": "src/core/exactDecimal.ts",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"format": "esm"
|
|
28
28
|
},
|
|
29
29
|
"src/core/dmlGuard.ts": {
|
|
30
|
-
"bytes":
|
|
30
|
+
"bytes": 10143,
|
|
31
31
|
"imports": [
|
|
32
32
|
{
|
|
33
33
|
"path": "src/types/ast.ts",
|
|
@@ -175,7 +175,7 @@
|
|
|
175
175
|
"format": "esm"
|
|
176
176
|
},
|
|
177
177
|
"src/converter/selectToKintone.ts": {
|
|
178
|
-
"bytes":
|
|
178
|
+
"bytes": 30101,
|
|
179
179
|
"imports": [
|
|
180
180
|
{
|
|
181
181
|
"path": "../types/ast",
|
|
@@ -226,19 +226,87 @@
|
|
|
226
226
|
],
|
|
227
227
|
"format": "esm"
|
|
228
228
|
},
|
|
229
|
+
"src/core/fieldSemantics.ts": {
|
|
230
|
+
"bytes": 3603,
|
|
231
|
+
"imports": [],
|
|
232
|
+
"format": "esm"
|
|
233
|
+
},
|
|
234
|
+
"src/core/optimization/whereCapability.ts": {
|
|
235
|
+
"bytes": 23800,
|
|
236
|
+
"imports": [
|
|
237
|
+
{
|
|
238
|
+
"path": "src/core/relativeDateFunction.ts",
|
|
239
|
+
"kind": "import-statement",
|
|
240
|
+
"original": "../relativeDateFunction"
|
|
241
|
+
}
|
|
242
|
+
],
|
|
243
|
+
"format": "esm"
|
|
244
|
+
},
|
|
245
|
+
"src/core/optimization/joinDateTimeLiteralPolicy.ts": {
|
|
246
|
+
"bytes": 1256,
|
|
247
|
+
"imports": [],
|
|
248
|
+
"format": "esm"
|
|
249
|
+
},
|
|
250
|
+
"src/core/optimization/joinNumberLiteralPolicy.ts": {
|
|
251
|
+
"bytes": 982,
|
|
252
|
+
"imports": [
|
|
253
|
+
{
|
|
254
|
+
"path": "src/types/ast.ts",
|
|
255
|
+
"kind": "import-statement",
|
|
256
|
+
"original": "../../types/ast"
|
|
257
|
+
},
|
|
258
|
+
{
|
|
259
|
+
"path": "src/core/exactDecimal.ts",
|
|
260
|
+
"kind": "import-statement",
|
|
261
|
+
"original": "../exactDecimal"
|
|
262
|
+
}
|
|
263
|
+
],
|
|
264
|
+
"format": "esm"
|
|
265
|
+
},
|
|
266
|
+
"src/core/optimization/supportedLeafPolicy.ts": {
|
|
267
|
+
"bytes": 6430,
|
|
268
|
+
"imports": [
|
|
269
|
+
{
|
|
270
|
+
"path": "src/core/optimization/joinDateTimeLiteralPolicy.ts",
|
|
271
|
+
"kind": "import-statement",
|
|
272
|
+
"original": "./joinDateTimeLiteralPolicy"
|
|
273
|
+
},
|
|
274
|
+
{
|
|
275
|
+
"path": "src/core/optimization/joinNumberLiteralPolicy.ts",
|
|
276
|
+
"kind": "import-statement",
|
|
277
|
+
"original": "./joinNumberLiteralPolicy"
|
|
278
|
+
}
|
|
279
|
+
],
|
|
280
|
+
"format": "esm"
|
|
281
|
+
},
|
|
229
282
|
"src/core/optimization/wherePredicatePushdown.ts": {
|
|
230
|
-
"bytes":
|
|
283
|
+
"bytes": 8154,
|
|
231
284
|
"imports": [
|
|
232
285
|
{
|
|
233
286
|
"path": "src/types/ast.ts",
|
|
234
287
|
"kind": "import-statement",
|
|
235
288
|
"original": "../../types/ast"
|
|
289
|
+
},
|
|
290
|
+
{
|
|
291
|
+
"path": "src/core/fieldSemantics.ts",
|
|
292
|
+
"kind": "import-statement",
|
|
293
|
+
"original": "../fieldSemantics"
|
|
294
|
+
},
|
|
295
|
+
{
|
|
296
|
+
"path": "src/core/optimization/whereCapability.ts",
|
|
297
|
+
"kind": "import-statement",
|
|
298
|
+
"original": "./whereCapability"
|
|
299
|
+
},
|
|
300
|
+
{
|
|
301
|
+
"path": "src/core/optimization/supportedLeafPolicy.ts",
|
|
302
|
+
"kind": "import-statement",
|
|
303
|
+
"original": "./supportedLeafPolicy"
|
|
236
304
|
}
|
|
237
305
|
],
|
|
238
306
|
"format": "esm"
|
|
239
307
|
},
|
|
240
308
|
"src/core/optimization/klikePushdownPlan.ts": {
|
|
241
|
-
"bytes":
|
|
309
|
+
"bytes": 5330,
|
|
242
310
|
"imports": [
|
|
243
311
|
{
|
|
244
312
|
"path": "src/core/like.ts",
|
|
@@ -265,7 +333,7 @@
|
|
|
265
333
|
"format": "esm"
|
|
266
334
|
},
|
|
267
335
|
"src/core/klikeValidation.ts": {
|
|
268
|
-
"bytes":
|
|
336
|
+
"bytes": 11984,
|
|
269
337
|
"imports": [
|
|
270
338
|
{
|
|
271
339
|
"path": "src/converter/selectToKintone.ts",
|
|
@@ -311,7 +379,7 @@
|
|
|
311
379
|
"format": "esm"
|
|
312
380
|
},
|
|
313
381
|
"src/core/generateSeries.ts": {
|
|
314
|
-
"bytes":
|
|
382
|
+
"bytes": 17015,
|
|
315
383
|
"imports": [
|
|
316
384
|
{
|
|
317
385
|
"path": "src/types/ast.ts",
|
|
@@ -389,7 +457,7 @@
|
|
|
389
457
|
"format": "esm"
|
|
390
458
|
},
|
|
391
459
|
"src/lexer/tokens.ts": {
|
|
392
|
-
"bytes":
|
|
460
|
+
"bytes": 9181,
|
|
393
461
|
"imports": [],
|
|
394
462
|
"format": "esm"
|
|
395
463
|
},
|
|
@@ -405,7 +473,7 @@
|
|
|
405
473
|
"format": "esm"
|
|
406
474
|
},
|
|
407
475
|
"src/parser/parser.ts": {
|
|
408
|
-
"bytes":
|
|
476
|
+
"bytes": 188470,
|
|
409
477
|
"imports": [
|
|
410
478
|
{
|
|
411
479
|
"path": "src/lexer/tokens.ts",
|
|
@@ -440,11 +508,6 @@
|
|
|
440
508
|
],
|
|
441
509
|
"format": "esm"
|
|
442
510
|
},
|
|
443
|
-
"src/core/fieldSemantics.ts": {
|
|
444
|
-
"bytes": 3603,
|
|
445
|
-
"imports": [],
|
|
446
|
-
"format": "esm"
|
|
447
|
-
},
|
|
448
511
|
"src/core/scalarCompare.ts": {
|
|
449
512
|
"bytes": 7234,
|
|
450
513
|
"imports": [
|
|
@@ -866,22 +929,6 @@
|
|
|
866
929
|
"imports": [],
|
|
867
930
|
"format": "esm"
|
|
868
931
|
},
|
|
869
|
-
"src/core/optimization/joinDateTimeLiteralPolicy.ts": {
|
|
870
|
-
"bytes": 1256,
|
|
871
|
-
"imports": [],
|
|
872
|
-
"format": "esm"
|
|
873
|
-
},
|
|
874
|
-
"src/core/optimization/whereCapability.ts": {
|
|
875
|
-
"bytes": 23800,
|
|
876
|
-
"imports": [
|
|
877
|
-
{
|
|
878
|
-
"path": "src/core/relativeDateFunction.ts",
|
|
879
|
-
"kind": "import-statement",
|
|
880
|
-
"original": "../relativeDateFunction"
|
|
881
|
-
}
|
|
882
|
-
],
|
|
883
|
-
"format": "esm"
|
|
884
|
-
},
|
|
885
932
|
"src/core/optimization/joinKeyPrefilter.ts": {
|
|
886
933
|
"bytes": 5318,
|
|
887
934
|
"imports": [
|
|
@@ -903,52 +950,42 @@
|
|
|
903
950
|
],
|
|
904
951
|
"format": "esm"
|
|
905
952
|
},
|
|
906
|
-
"src/core/
|
|
907
|
-
"bytes":
|
|
953
|
+
"src/core/optimization/crossJoinRowPlan.ts": {
|
|
954
|
+
"bytes": 624,
|
|
908
955
|
"imports": [
|
|
909
956
|
{
|
|
910
|
-
"path": "src/core/
|
|
957
|
+
"path": "src/core/generateSeries.ts",
|
|
911
958
|
"kind": "import-statement",
|
|
912
|
-
"original": "
|
|
959
|
+
"original": "../generateSeries"
|
|
913
960
|
}
|
|
914
961
|
],
|
|
915
962
|
"format": "esm"
|
|
916
963
|
},
|
|
917
|
-
"src/core/
|
|
918
|
-
"bytes":
|
|
964
|
+
"src/core/explainMetadata.ts": {
|
|
965
|
+
"bytes": 5562,
|
|
919
966
|
"imports": [
|
|
920
967
|
{
|
|
921
|
-
"path": "src/
|
|
968
|
+
"path": "src/core/grouping.ts",
|
|
922
969
|
"kind": "import-statement",
|
|
923
|
-
"original": "
|
|
970
|
+
"original": "./grouping"
|
|
924
971
|
}
|
|
925
972
|
],
|
|
926
973
|
"format": "esm"
|
|
927
974
|
},
|
|
928
|
-
"src/core/optimization/
|
|
929
|
-
"bytes":
|
|
975
|
+
"src/core/optimization/sharedPlanner.ts": {
|
|
976
|
+
"bytes": 1473,
|
|
930
977
|
"imports": [
|
|
931
978
|
{
|
|
932
|
-
"path": "src/
|
|
933
|
-
"kind": "import-statement",
|
|
934
|
-
"original": "../../types/ast"
|
|
935
|
-
},
|
|
936
|
-
{
|
|
937
|
-
"path": "src/core/exactDecimal.ts",
|
|
979
|
+
"path": "src/api/fetchAll.ts",
|
|
938
980
|
"kind": "import-statement",
|
|
939
|
-
"original": "
|
|
981
|
+
"original": "../../api/fetchAll"
|
|
940
982
|
}
|
|
941
983
|
],
|
|
942
984
|
"format": "esm"
|
|
943
985
|
},
|
|
944
986
|
"src/core/optimization/joinPredicatePushdown.ts": {
|
|
945
|
-
"bytes":
|
|
987
|
+
"bytes": 35744,
|
|
946
988
|
"imports": [
|
|
947
|
-
{
|
|
948
|
-
"path": "src/types/ast.ts",
|
|
949
|
-
"kind": "import-statement",
|
|
950
|
-
"original": "../../types/ast"
|
|
951
|
-
},
|
|
952
989
|
{
|
|
953
990
|
"path": "src/converter/whereToKintone.ts",
|
|
954
991
|
"kind": "import-statement",
|
|
@@ -980,14 +1017,9 @@
|
|
|
980
1017
|
"original": "./whereCapability"
|
|
981
1018
|
},
|
|
982
1019
|
{
|
|
983
|
-
"path": "src/core/optimization/
|
|
984
|
-
"kind": "import-statement",
|
|
985
|
-
"original": "./joinDateTimeLiteralPolicy"
|
|
986
|
-
},
|
|
987
|
-
{
|
|
988
|
-
"path": "src/core/optimization/joinNumberLiteralPolicy.ts",
|
|
1020
|
+
"path": "src/core/optimization/supportedLeafPolicy.ts",
|
|
989
1021
|
"kind": "import-statement",
|
|
990
|
-
"original": "./
|
|
1022
|
+
"original": "./supportedLeafPolicy"
|
|
991
1023
|
}
|
|
992
1024
|
],
|
|
993
1025
|
"format": "esm"
|
|
@@ -1046,8 +1078,13 @@
|
|
|
1046
1078
|
"format": "esm"
|
|
1047
1079
|
},
|
|
1048
1080
|
"src/engine/process.ts": {
|
|
1049
|
-
"bytes":
|
|
1081
|
+
"bytes": 83607,
|
|
1050
1082
|
"imports": [
|
|
1083
|
+
{
|
|
1084
|
+
"path": "src/core/optimization/crossJoinRowPlan.ts",
|
|
1085
|
+
"kind": "import-statement",
|
|
1086
|
+
"original": "../core/optimization/crossJoinRowPlan"
|
|
1087
|
+
},
|
|
1051
1088
|
{
|
|
1052
1089
|
"path": "src/types/ast.ts",
|
|
1053
1090
|
"kind": "import-statement",
|
|
@@ -1107,7 +1144,7 @@
|
|
|
1107
1144
|
"format": "esm"
|
|
1108
1145
|
},
|
|
1109
1146
|
"src/core/optimization/relativeDatePushdownGuard.ts": {
|
|
1110
|
-
"bytes":
|
|
1147
|
+
"bytes": 22835,
|
|
1111
1148
|
"imports": [
|
|
1112
1149
|
{
|
|
1113
1150
|
"path": "src/converter/selectToKintone.ts",
|
|
@@ -1326,7 +1363,7 @@
|
|
|
1326
1363
|
"format": "esm"
|
|
1327
1364
|
},
|
|
1328
1365
|
"src/execute.ts": {
|
|
1329
|
-
"bytes":
|
|
1366
|
+
"bytes": 530480,
|
|
1330
1367
|
"imports": [
|
|
1331
1368
|
{
|
|
1332
1369
|
"path": "src/lexer/lexer.ts",
|
|
@@ -1448,6 +1485,11 @@
|
|
|
1448
1485
|
"kind": "import-statement",
|
|
1449
1486
|
"original": "./core/optimization/joinKeyPrefilter"
|
|
1450
1487
|
},
|
|
1488
|
+
{
|
|
1489
|
+
"path": "src/core/optimization/crossJoinRowPlan.ts",
|
|
1490
|
+
"kind": "import-statement",
|
|
1491
|
+
"original": "./core/optimization/crossJoinRowPlan"
|
|
1492
|
+
},
|
|
1451
1493
|
{
|
|
1452
1494
|
"path": "src/core/cteInlining.ts",
|
|
1453
1495
|
"kind": "import-statement",
|
|
@@ -2081,7 +2123,7 @@
|
|
|
2081
2123
|
"bytesInOutput": 1277
|
|
2082
2124
|
},
|
|
2083
2125
|
"src/core/dmlGuard.ts": {
|
|
2084
|
-
"bytesInOutput":
|
|
2126
|
+
"bytesInOutput": 3447
|
|
2085
2127
|
},
|
|
2086
2128
|
"src/core/relativeDateFunction.ts": {
|
|
2087
2129
|
"bytesInOutput": 451
|
|
@@ -2117,22 +2159,37 @@
|
|
|
2117
2159
|
"bytesInOutput": 3809
|
|
2118
2160
|
},
|
|
2119
2161
|
"src/converter/selectToKintone.ts": {
|
|
2120
|
-
"bytesInOutput":
|
|
2162
|
+
"bytesInOutput": 10146
|
|
2121
2163
|
},
|
|
2122
2164
|
"src/core/cteInlining.ts": {
|
|
2123
2165
|
"bytesInOutput": 1224
|
|
2124
2166
|
},
|
|
2167
|
+
"src/core/fieldSemantics.ts": {
|
|
2168
|
+
"bytesInOutput": 1369
|
|
2169
|
+
},
|
|
2170
|
+
"src/core/optimization/whereCapability.ts": {
|
|
2171
|
+
"bytesInOutput": 9909
|
|
2172
|
+
},
|
|
2173
|
+
"src/core/optimization/joinDateTimeLiteralPolicy.ts": {
|
|
2174
|
+
"bytesInOutput": 540
|
|
2175
|
+
},
|
|
2176
|
+
"src/core/optimization/joinNumberLiteralPolicy.ts": {
|
|
2177
|
+
"bytesInOutput": 227
|
|
2178
|
+
},
|
|
2179
|
+
"src/core/optimization/supportedLeafPolicy.ts": {
|
|
2180
|
+
"bytesInOutput": 2706
|
|
2181
|
+
},
|
|
2125
2182
|
"src/core/optimization/wherePredicatePushdown.ts": {
|
|
2126
|
-
"bytesInOutput":
|
|
2183
|
+
"bytesInOutput": 2002
|
|
2127
2184
|
},
|
|
2128
2185
|
"src/core/optimization/klikePushdownPlan.ts": {
|
|
2129
|
-
"bytesInOutput":
|
|
2186
|
+
"bytesInOutput": 1611
|
|
2130
2187
|
},
|
|
2131
2188
|
"src/core/optimization/relativeDateFullScanExactPlan.ts": {
|
|
2132
2189
|
"bytesInOutput": 2474
|
|
2133
2190
|
},
|
|
2134
2191
|
"src/core/klikeValidation.ts": {
|
|
2135
|
-
"bytesInOutput":
|
|
2192
|
+
"bytesInOutput": 6094
|
|
2136
2193
|
},
|
|
2137
2194
|
"src/core/primaryOrganizationDmlValidation.ts": {
|
|
2138
2195
|
"bytesInOutput": 768
|
|
@@ -2141,7 +2198,7 @@
|
|
|
2141
2198
|
"bytesInOutput": 1035
|
|
2142
2199
|
},
|
|
2143
2200
|
"src/core/generateSeries.ts": {
|
|
2144
|
-
"bytesInOutput":
|
|
2201
|
+
"bytesInOutput": 10824
|
|
2145
2202
|
},
|
|
2146
2203
|
"src/core/statementValidation.ts": {
|
|
2147
2204
|
"bytesInOutput": 239
|
|
@@ -2150,16 +2207,13 @@
|
|
|
2150
2207
|
"bytesInOutput": 6358
|
|
2151
2208
|
},
|
|
2152
2209
|
"src/lexer/tokens.ts": {
|
|
2153
|
-
"bytesInOutput":
|
|
2210
|
+
"bytesInOutput": 2328
|
|
2154
2211
|
},
|
|
2155
2212
|
"src/lexer/lexer.ts": {
|
|
2156
2213
|
"bytesInOutput": 5893
|
|
2157
2214
|
},
|
|
2158
2215
|
"src/parser/parser.ts": {
|
|
2159
|
-
"bytesInOutput":
|
|
2160
|
-
},
|
|
2161
|
-
"src/core/fieldSemantics.ts": {
|
|
2162
|
-
"bytesInOutput": 1368
|
|
2216
|
+
"bytesInOutput": 108203
|
|
2163
2217
|
},
|
|
2164
2218
|
"src/core/scalarCompare.ts": {
|
|
2165
2219
|
"bytesInOutput": 2804
|
|
@@ -2168,7 +2222,7 @@
|
|
|
2168
2222
|
"bytesInOutput": 11516
|
|
2169
2223
|
},
|
|
2170
2224
|
"src/engine/evalWhere.ts": {
|
|
2171
|
-
"bytesInOutput":
|
|
2225
|
+
"bytesInOutput": 6040
|
|
2172
2226
|
},
|
|
2173
2227
|
"src/core/dmlCustomCheck.ts": {
|
|
2174
2228
|
"bytesInOutput": 1251
|
|
@@ -2227,26 +2281,20 @@
|
|
|
2227
2281
|
"src/core/outerJoinSearchAbortGuard.ts": {
|
|
2228
2282
|
"bytesInOutput": 604
|
|
2229
2283
|
},
|
|
2230
|
-
"src/core/optimization/joinDateTimeLiteralPolicy.ts": {
|
|
2231
|
-
"bytesInOutput": 540
|
|
2232
|
-
},
|
|
2233
|
-
"src/core/optimization/whereCapability.ts": {
|
|
2234
|
-
"bytesInOutput": 9909
|
|
2235
|
-
},
|
|
2236
2284
|
"src/core/optimization/joinKeyPrefilter.ts": {
|
|
2237
2285
|
"bytesInOutput": 1940
|
|
2238
2286
|
},
|
|
2287
|
+
"src/core/optimization/crossJoinRowPlan.ts": {
|
|
2288
|
+
"bytesInOutput": 122
|
|
2289
|
+
},
|
|
2239
2290
|
"src/core/explainMetadata.ts": {
|
|
2240
2291
|
"bytesInOutput": 626
|
|
2241
2292
|
},
|
|
2242
2293
|
"src/core/optimization/sharedPlanner.ts": {
|
|
2243
2294
|
"bytesInOutput": 339
|
|
2244
2295
|
},
|
|
2245
|
-
"src/core/optimization/joinNumberLiteralPolicy.ts": {
|
|
2246
|
-
"bytesInOutput": 227
|
|
2247
|
-
},
|
|
2248
2296
|
"src/core/optimization/joinPredicatePushdown.ts": {
|
|
2249
|
-
"bytesInOutput":
|
|
2297
|
+
"bytesInOutput": 11964
|
|
2250
2298
|
},
|
|
2251
2299
|
"src/core/optimization/applyParentSelectionPlan.ts": {
|
|
2252
2300
|
"bytesInOutput": 246
|
|
@@ -2270,7 +2318,7 @@
|
|
|
2270
2318
|
"bytesInOutput": 1223
|
|
2271
2319
|
},
|
|
2272
2320
|
"src/engine/process.ts": {
|
|
2273
|
-
"bytesInOutput":
|
|
2321
|
+
"bytesInOutput": 26210
|
|
2274
2322
|
},
|
|
2275
2323
|
"src/converter/subtableAdapter.ts": {
|
|
2276
2324
|
"bytesInOutput": 643
|
|
@@ -2279,7 +2327,7 @@
|
|
|
2279
2327
|
"bytesInOutput": 1136
|
|
2280
2328
|
},
|
|
2281
2329
|
"src/core/optimization/relativeDatePushdownGuard.ts": {
|
|
2282
|
-
"bytesInOutput":
|
|
2330
|
+
"bytesInOutput": 6275
|
|
2283
2331
|
},
|
|
2284
2332
|
"src/core/optimization/relativeDatePrefilterPlan.ts": {
|
|
2285
2333
|
"bytesInOutput": 4827
|
|
@@ -2330,7 +2378,7 @@
|
|
|
2330
2378
|
"bytesInOutput": 412
|
|
2331
2379
|
},
|
|
2332
2380
|
"src/execute.ts": {
|
|
2333
|
-
"bytesInOutput":
|
|
2381
|
+
"bytesInOutput": 212564
|
|
2334
2382
|
},
|
|
2335
2383
|
"src/engine-library/errors.ts": {
|
|
2336
2384
|
"bytesInOutput": 1441
|
|
@@ -2342,7 +2390,7 @@
|
|
|
2342
2390
|
"bytesInOutput": 971
|
|
2343
2391
|
},
|
|
2344
2392
|
"src/core/formFieldInfo.ts": {
|
|
2345
|
-
"bytesInOutput":
|
|
2393
|
+
"bytesInOutput": 1429
|
|
2346
2394
|
},
|
|
2347
2395
|
"src/core/processStatus.ts": {
|
|
2348
2396
|
"bytesInOutput": 229
|
|
@@ -2399,7 +2447,7 @@
|
|
|
2399
2447
|
"bytesInOutput": 127
|
|
2400
2448
|
}
|
|
2401
2449
|
},
|
|
2402
|
-
"bytes":
|
|
2450
|
+
"bytes": 625778
|
|
2403
2451
|
}
|
|
2404
2452
|
}
|
|
2405
2453
|
}
|