@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",
|
|
@@ -2067,7 +2109,7 @@
|
|
|
2067
2109
|
"bytesInOutput": 1277
|
|
2068
2110
|
},
|
|
2069
2111
|
"src/core/dmlGuard.ts": {
|
|
2070
|
-
"bytesInOutput":
|
|
2112
|
+
"bytesInOutput": 3447
|
|
2071
2113
|
},
|
|
2072
2114
|
"src/core/relativeDateFunction.ts": {
|
|
2073
2115
|
"bytesInOutput": 451
|
|
@@ -2103,22 +2145,37 @@
|
|
|
2103
2145
|
"bytesInOutput": 3809
|
|
2104
2146
|
},
|
|
2105
2147
|
"src/converter/selectToKintone.ts": {
|
|
2106
|
-
"bytesInOutput":
|
|
2148
|
+
"bytesInOutput": 10146
|
|
2107
2149
|
},
|
|
2108
2150
|
"src/core/cteInlining.ts": {
|
|
2109
2151
|
"bytesInOutput": 1224
|
|
2110
2152
|
},
|
|
2153
|
+
"src/core/fieldSemantics.ts": {
|
|
2154
|
+
"bytesInOutput": 1369
|
|
2155
|
+
},
|
|
2156
|
+
"src/core/optimization/whereCapability.ts": {
|
|
2157
|
+
"bytesInOutput": 9909
|
|
2158
|
+
},
|
|
2159
|
+
"src/core/optimization/joinDateTimeLiteralPolicy.ts": {
|
|
2160
|
+
"bytesInOutput": 540
|
|
2161
|
+
},
|
|
2162
|
+
"src/core/optimization/joinNumberLiteralPolicy.ts": {
|
|
2163
|
+
"bytesInOutput": 227
|
|
2164
|
+
},
|
|
2165
|
+
"src/core/optimization/supportedLeafPolicy.ts": {
|
|
2166
|
+
"bytesInOutput": 2706
|
|
2167
|
+
},
|
|
2111
2168
|
"src/core/optimization/wherePredicatePushdown.ts": {
|
|
2112
|
-
"bytesInOutput":
|
|
2169
|
+
"bytesInOutput": 2002
|
|
2113
2170
|
},
|
|
2114
2171
|
"src/core/optimization/klikePushdownPlan.ts": {
|
|
2115
|
-
"bytesInOutput":
|
|
2172
|
+
"bytesInOutput": 1611
|
|
2116
2173
|
},
|
|
2117
2174
|
"src/core/optimization/relativeDateFullScanExactPlan.ts": {
|
|
2118
2175
|
"bytesInOutput": 2474
|
|
2119
2176
|
},
|
|
2120
2177
|
"src/core/klikeValidation.ts": {
|
|
2121
|
-
"bytesInOutput":
|
|
2178
|
+
"bytesInOutput": 6094
|
|
2122
2179
|
},
|
|
2123
2180
|
"src/core/primaryOrganizationDmlValidation.ts": {
|
|
2124
2181
|
"bytesInOutput": 768
|
|
@@ -2127,7 +2184,7 @@
|
|
|
2127
2184
|
"bytesInOutput": 1035
|
|
2128
2185
|
},
|
|
2129
2186
|
"src/core/generateSeries.ts": {
|
|
2130
|
-
"bytesInOutput":
|
|
2187
|
+
"bytesInOutput": 10824
|
|
2131
2188
|
},
|
|
2132
2189
|
"src/core/statementValidation.ts": {
|
|
2133
2190
|
"bytesInOutput": 239
|
|
@@ -2136,16 +2193,13 @@
|
|
|
2136
2193
|
"bytesInOutput": 6358
|
|
2137
2194
|
},
|
|
2138
2195
|
"src/lexer/tokens.ts": {
|
|
2139
|
-
"bytesInOutput":
|
|
2196
|
+
"bytesInOutput": 2328
|
|
2140
2197
|
},
|
|
2141
2198
|
"src/lexer/lexer.ts": {
|
|
2142
2199
|
"bytesInOutput": 5893
|
|
2143
2200
|
},
|
|
2144
2201
|
"src/parser/parser.ts": {
|
|
2145
|
-
"bytesInOutput":
|
|
2146
|
-
},
|
|
2147
|
-
"src/core/fieldSemantics.ts": {
|
|
2148
|
-
"bytesInOutput": 1368
|
|
2202
|
+
"bytesInOutput": 108203
|
|
2149
2203
|
},
|
|
2150
2204
|
"src/core/scalarCompare.ts": {
|
|
2151
2205
|
"bytesInOutput": 2804
|
|
@@ -2154,7 +2208,7 @@
|
|
|
2154
2208
|
"bytesInOutput": 11516
|
|
2155
2209
|
},
|
|
2156
2210
|
"src/engine/evalWhere.ts": {
|
|
2157
|
-
"bytesInOutput":
|
|
2211
|
+
"bytesInOutput": 6040
|
|
2158
2212
|
},
|
|
2159
2213
|
"src/core/dmlCustomCheck.ts": {
|
|
2160
2214
|
"bytesInOutput": 1251
|
|
@@ -2213,26 +2267,20 @@
|
|
|
2213
2267
|
"src/core/outerJoinSearchAbortGuard.ts": {
|
|
2214
2268
|
"bytesInOutput": 604
|
|
2215
2269
|
},
|
|
2216
|
-
"src/core/optimization/joinDateTimeLiteralPolicy.ts": {
|
|
2217
|
-
"bytesInOutput": 540
|
|
2218
|
-
},
|
|
2219
|
-
"src/core/optimization/whereCapability.ts": {
|
|
2220
|
-
"bytesInOutput": 9909
|
|
2221
|
-
},
|
|
2222
2270
|
"src/core/optimization/joinKeyPrefilter.ts": {
|
|
2223
2271
|
"bytesInOutput": 1940
|
|
2224
2272
|
},
|
|
2273
|
+
"src/core/optimization/crossJoinRowPlan.ts": {
|
|
2274
|
+
"bytesInOutput": 122
|
|
2275
|
+
},
|
|
2225
2276
|
"src/core/explainMetadata.ts": {
|
|
2226
2277
|
"bytesInOutput": 626
|
|
2227
2278
|
},
|
|
2228
2279
|
"src/core/optimization/sharedPlanner.ts": {
|
|
2229
2280
|
"bytesInOutput": 339
|
|
2230
2281
|
},
|
|
2231
|
-
"src/core/optimization/joinNumberLiteralPolicy.ts": {
|
|
2232
|
-
"bytesInOutput": 227
|
|
2233
|
-
},
|
|
2234
2282
|
"src/core/optimization/joinPredicatePushdown.ts": {
|
|
2235
|
-
"bytesInOutput":
|
|
2283
|
+
"bytesInOutput": 11964
|
|
2236
2284
|
},
|
|
2237
2285
|
"src/core/optimization/applyParentSelectionPlan.ts": {
|
|
2238
2286
|
"bytesInOutput": 246
|
|
@@ -2256,7 +2304,7 @@
|
|
|
2256
2304
|
"bytesInOutput": 1223
|
|
2257
2305
|
},
|
|
2258
2306
|
"src/engine/process.ts": {
|
|
2259
|
-
"bytesInOutput":
|
|
2307
|
+
"bytesInOutput": 26210
|
|
2260
2308
|
},
|
|
2261
2309
|
"src/converter/subtableAdapter.ts": {
|
|
2262
2310
|
"bytesInOutput": 643
|
|
@@ -2265,7 +2313,7 @@
|
|
|
2265
2313
|
"bytesInOutput": 1136
|
|
2266
2314
|
},
|
|
2267
2315
|
"src/core/optimization/relativeDatePushdownGuard.ts": {
|
|
2268
|
-
"bytesInOutput":
|
|
2316
|
+
"bytesInOutput": 6275
|
|
2269
2317
|
},
|
|
2270
2318
|
"src/core/optimization/relativeDatePrefilterPlan.ts": {
|
|
2271
2319
|
"bytesInOutput": 4827
|
|
@@ -2316,7 +2364,7 @@
|
|
|
2316
2364
|
"bytesInOutput": 412
|
|
2317
2365
|
},
|
|
2318
2366
|
"src/execute.ts": {
|
|
2319
|
-
"bytesInOutput":
|
|
2367
|
+
"bytesInOutput": 212564
|
|
2320
2368
|
},
|
|
2321
2369
|
"src/engine-library/errors.ts": {
|
|
2322
2370
|
"bytesInOutput": 1441
|
|
@@ -2328,7 +2376,7 @@
|
|
|
2328
2376
|
"bytesInOutput": 971
|
|
2329
2377
|
},
|
|
2330
2378
|
"src/core/formFieldInfo.ts": {
|
|
2331
|
-
"bytesInOutput":
|
|
2379
|
+
"bytesInOutput": 1429
|
|
2332
2380
|
},
|
|
2333
2381
|
"src/core/processStatus.ts": {
|
|
2334
2382
|
"bytesInOutput": 229
|
|
@@ -2379,7 +2427,7 @@
|
|
|
2379
2427
|
"bytesInOutput": 16
|
|
2380
2428
|
}
|
|
2381
2429
|
},
|
|
2382
|
-
"bytes":
|
|
2430
|
+
"bytes": 624754
|
|
2383
2431
|
}
|
|
2384
2432
|
}
|
|
2385
2433
|
}
|