@fileverse-dev/formulajs 4.4.38-col-3 → 4.4.38-col-4
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.
|
@@ -236,6 +236,13 @@ var EOA_metadata = {
|
|
|
236
236
|
example: "10",
|
|
237
237
|
require: "o",
|
|
238
238
|
type: "number"
|
|
239
|
+
},
|
|
240
|
+
{
|
|
241
|
+
name: "columnsName",
|
|
242
|
+
detail: "Filter columns by name in output. Comma separated list.",
|
|
243
|
+
example: `"id,address"`,
|
|
244
|
+
require: "o",
|
|
245
|
+
type: "string"
|
|
239
246
|
}
|
|
240
247
|
]
|
|
241
248
|
};
|
|
@@ -270,6 +277,13 @@ var UNISWAP_metadata = {
|
|
|
270
277
|
example: `"eth"`,
|
|
271
278
|
require: "m",
|
|
272
279
|
type: "string"
|
|
280
|
+
},
|
|
281
|
+
{
|
|
282
|
+
name: "columnsName",
|
|
283
|
+
detail: "Filter columns by name in output. Comma separated list.",
|
|
284
|
+
example: `"id,address"`,
|
|
285
|
+
require: "o",
|
|
286
|
+
type: "string"
|
|
273
287
|
}
|
|
274
288
|
]
|
|
275
289
|
};
|
|
@@ -305,6 +319,13 @@ If "derivatives": exchange name (e.g., "binance_futures", "hyperliquid", "weex-f
|
|
|
305
319
|
detail: `If "market" and "stablecoins" then eg. "1h", "24h", "7d", "14d", "30d", "200d", "1y".`,
|
|
306
320
|
example: `"1h,24h,7d"`,
|
|
307
321
|
require: "o"
|
|
322
|
+
},
|
|
323
|
+
{
|
|
324
|
+
name: "columnsName",
|
|
325
|
+
detail: "Filter columns by name in output. Comma separated list.",
|
|
326
|
+
example: `"id,address"`,
|
|
327
|
+
require: "o",
|
|
328
|
+
type: "string"
|
|
308
329
|
}
|
|
309
330
|
]
|
|
310
331
|
};
|
|
@@ -326,6 +347,13 @@ var DEFILLAMA_metadata = {
|
|
|
326
347
|
example: `"protocols"`,
|
|
327
348
|
require: "m",
|
|
328
349
|
type: "string"
|
|
350
|
+
},
|
|
351
|
+
{
|
|
352
|
+
name: "columnsName",
|
|
353
|
+
detail: "Filter columns by name in output. Comma separated list.",
|
|
354
|
+
example: `"id,address"`,
|
|
355
|
+
require: "o",
|
|
356
|
+
type: "string"
|
|
329
357
|
}
|
|
330
358
|
]
|
|
331
359
|
};
|
|
@@ -382,6 +410,13 @@ var BASE_metadata = {
|
|
|
382
410
|
example: `2`,
|
|
383
411
|
require: "o",
|
|
384
412
|
type: "number"
|
|
413
|
+
},
|
|
414
|
+
{
|
|
415
|
+
name: "columnsName",
|
|
416
|
+
detail: "Filter columns by name in output. Comma separated list.",
|
|
417
|
+
example: `"id,address"`,
|
|
418
|
+
require: "o",
|
|
419
|
+
type: "string"
|
|
385
420
|
}
|
|
386
421
|
]
|
|
387
422
|
};
|
|
@@ -487,6 +522,13 @@ var ETHERSCAN_metadata = {
|
|
|
487
522
|
example: `"01/07/2025"`,
|
|
488
523
|
require: "o",
|
|
489
524
|
type: "string"
|
|
525
|
+
},
|
|
526
|
+
{
|
|
527
|
+
name: "columnsName",
|
|
528
|
+
detail: "Filter columns by name in output. Comma separated list.",
|
|
529
|
+
example: `"id,address"`,
|
|
530
|
+
require: "o",
|
|
531
|
+
type: "string"
|
|
490
532
|
}
|
|
491
533
|
]
|
|
492
534
|
};
|
|
@@ -657,6 +699,13 @@ var AAVE_metadata = {
|
|
|
657
699
|
example: `"USDT"`,
|
|
658
700
|
require: "m",
|
|
659
701
|
type: "string"
|
|
702
|
+
},
|
|
703
|
+
{
|
|
704
|
+
name: "columnsName",
|
|
705
|
+
detail: "Filter columns by name in output.",
|
|
706
|
+
example: `"balance"`,
|
|
707
|
+
require: "o",
|
|
708
|
+
type: "string"
|
|
660
709
|
}
|
|
661
710
|
]
|
|
662
711
|
};
|
|
@@ -1036,6 +1085,13 @@ var CIRCLES_metadata = {
|
|
|
1036
1085
|
example: `10`,
|
|
1037
1086
|
require: "o",
|
|
1038
1087
|
type: "number"
|
|
1088
|
+
},
|
|
1089
|
+
{
|
|
1090
|
+
name: "columnsName",
|
|
1091
|
+
detail: "Filter columns by name in output. Comma separated list.",
|
|
1092
|
+
example: `"id,address"`,
|
|
1093
|
+
require: "o",
|
|
1094
|
+
type: "string"
|
|
1039
1095
|
}
|
|
1040
1096
|
]
|
|
1041
1097
|
};
|