@fileverse-dev/formulajs 4.4.11-mod-34 → 4.4.11-mod-35
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.
|
@@ -171,14 +171,14 @@ var FUNCTION_LOCALE = [
|
|
|
171
171
|
detail: "Start date (used to resolve block range). Optional, only applies to txns.",
|
|
172
172
|
example: `"01/01/2024"`,
|
|
173
173
|
require: "o",
|
|
174
|
-
type: "
|
|
174
|
+
type: "string"
|
|
175
175
|
},
|
|
176
176
|
{
|
|
177
177
|
name: "endDate",
|
|
178
178
|
detail: "End date (used to resolve block range). Optional, only applies to txns.",
|
|
179
179
|
example: `"07/07/2024"`,
|
|
180
180
|
require: "o",
|
|
181
|
-
type: "
|
|
181
|
+
type: "string"
|
|
182
182
|
},
|
|
183
183
|
{
|
|
184
184
|
name: "page",
|
|
@@ -232,14 +232,14 @@ var FUNCTION_LOCALE = [
|
|
|
232
232
|
detail: "Used to resolve starting block for txns.",
|
|
233
233
|
example: `"01/01/2024"`,
|
|
234
234
|
require: "o",
|
|
235
|
-
type: "
|
|
235
|
+
type: "string"
|
|
236
236
|
},
|
|
237
237
|
{
|
|
238
238
|
name: "endDate",
|
|
239
239
|
detail: "Used to resolve ending block for txns.",
|
|
240
240
|
example: `"14/06/2025"`,
|
|
241
241
|
require: "o",
|
|
242
|
-
type: "
|
|
242
|
+
type: "string"
|
|
243
243
|
},
|
|
244
244
|
{
|
|
245
245
|
name: "page",
|
|
@@ -355,14 +355,14 @@ var FUNCTION_LOCALE = [
|
|
|
355
355
|
detail: "Used to filter block range.",
|
|
356
356
|
example: `"01/01/2024"`,
|
|
357
357
|
require: "o",
|
|
358
|
-
type: "
|
|
358
|
+
type: "string"
|
|
359
359
|
},
|
|
360
360
|
{
|
|
361
361
|
name: "endDate",
|
|
362
362
|
detail: "Used to filter block range.",
|
|
363
363
|
example: `"01/07/2025"`,
|
|
364
364
|
require: "o",
|
|
365
|
-
type: "
|
|
365
|
+
type: "string"
|
|
366
366
|
}
|
|
367
367
|
]
|
|
368
368
|
},
|
|
@@ -400,16 +400,16 @@ var FUNCTION_LOCALE = [
|
|
|
400
400
|
{
|
|
401
401
|
name: "startTime",
|
|
402
402
|
detail: "Used to calculate starting block for transaction queries.",
|
|
403
|
-
example: "01/01/2024"
|
|
403
|
+
example: `"01/01/2024"`,
|
|
404
404
|
require: "m",
|
|
405
|
-
type: "
|
|
405
|
+
type: "string"
|
|
406
406
|
},
|
|
407
407
|
{
|
|
408
408
|
name: "endTime",
|
|
409
409
|
detail: "Used to calculate ending block for transaction queries.",
|
|
410
|
-
example: "01/06/2024"
|
|
410
|
+
example: `"01/06/2024"`,
|
|
411
411
|
require: "m",
|
|
412
|
-
type: "
|
|
412
|
+
type: "string"
|
|
413
413
|
},
|
|
414
414
|
{
|
|
415
415
|
name: "page",
|
|
@@ -598,14 +598,14 @@ For "market" and "stablecoins": comma-separated price trend keys (e.g. 1h,24h,7d
|
|
|
598
598
|
detail: "Used to filter block range.",
|
|
599
599
|
example: `"01/01/2024"`,
|
|
600
600
|
require: "o",
|
|
601
|
-
type: "
|
|
601
|
+
type: "string"
|
|
602
602
|
},
|
|
603
603
|
{
|
|
604
604
|
name: "endDate",
|
|
605
605
|
detail: "Used to filter block range.",
|
|
606
606
|
example: `"01/01/2025"`,
|
|
607
607
|
require: "o",
|
|
608
|
-
type: "
|
|
608
|
+
type: "string"
|
|
609
609
|
}
|
|
610
610
|
]
|
|
611
611
|
},
|
|
@@ -645,14 +645,14 @@ For "market" and "stablecoins": comma-separated price trend keys (e.g. 1h,24h,7d
|
|
|
645
645
|
detail: "Used to filter block range.",
|
|
646
646
|
example: `"01/01/2024"`,
|
|
647
647
|
require: "o",
|
|
648
|
-
type: "
|
|
648
|
+
type: "string"
|
|
649
649
|
},
|
|
650
650
|
{
|
|
651
651
|
name: "endDate",
|
|
652
652
|
detail: "Used to filter block range.",
|
|
653
653
|
example: `"01/07/2025"`,
|
|
654
654
|
require: "o",
|
|
655
|
-
type: "
|
|
655
|
+
type: "string"
|
|
656
656
|
}
|
|
657
657
|
]
|
|
658
658
|
},
|
|
@@ -692,14 +692,14 @@ For "market" and "stablecoins": comma-separated price trend keys (e.g. 1h,24h,7d
|
|
|
692
692
|
detail: "Used to filter block range.",
|
|
693
693
|
example: `"01/01/2024"`,
|
|
694
694
|
require: "o",
|
|
695
|
-
type: "
|
|
695
|
+
type: "string"
|
|
696
696
|
},
|
|
697
697
|
{
|
|
698
698
|
name: "endDate",
|
|
699
699
|
detail: "Used to filter block range.",
|
|
700
700
|
example: `"01/07/2025"`,
|
|
701
701
|
require: "o",
|
|
702
|
-
type: "
|
|
702
|
+
type: "string"
|
|
703
703
|
}
|
|
704
704
|
]
|
|
705
705
|
},
|
|
@@ -739,14 +739,14 @@ For "market" and "stablecoins": comma-separated price trend keys (e.g. 1h,24h,7d
|
|
|
739
739
|
detail: "Used to filter block range.",
|
|
740
740
|
example: `"01/01/2024"`,
|
|
741
741
|
require: "o",
|
|
742
|
-
type: "
|
|
742
|
+
type: "string"
|
|
743
743
|
},
|
|
744
744
|
{
|
|
745
745
|
name: "endDate",
|
|
746
746
|
detail: "Used to filter block range.",
|
|
747
747
|
example: `"01/07/2025"`,
|
|
748
748
|
require: "o",
|
|
749
|
-
type: "
|
|
749
|
+
type: "string"
|
|
750
750
|
}
|
|
751
751
|
]
|
|
752
752
|
},
|
|
@@ -786,14 +786,14 @@ For "market" and "stablecoins": comma-separated price trend keys (e.g. 1h,24h,7d
|
|
|
786
786
|
detail: "Used to filter block range.",
|
|
787
787
|
example: `"01/01/2024"`,
|
|
788
788
|
require: "o",
|
|
789
|
-
type: "
|
|
789
|
+
type: "string"
|
|
790
790
|
},
|
|
791
791
|
{
|
|
792
792
|
name: "endDate",
|
|
793
793
|
detail: "Used to filter block range.",
|
|
794
794
|
example: `"01/07/2025"`,
|
|
795
795
|
require: "o",
|
|
796
|
-
type: "
|
|
796
|
+
type: "string"
|
|
797
797
|
}
|
|
798
798
|
]
|
|
799
799
|
},
|
|
@@ -833,14 +833,14 @@ For "market" and "stablecoins": comma-separated price trend keys (e.g. 1h,24h,7d
|
|
|
833
833
|
detail: "Used to filter block range.",
|
|
834
834
|
example: `"01/01/2024"`,
|
|
835
835
|
require: "o",
|
|
836
|
-
type: "
|
|
836
|
+
type: "string"
|
|
837
837
|
},
|
|
838
838
|
{
|
|
839
839
|
name: "endDate",
|
|
840
840
|
detail: "Used to filter block range.",
|
|
841
841
|
example: `"01/07/2025"`,
|
|
842
842
|
require: "o",
|
|
843
|
-
type: "
|
|
843
|
+
type: "string"
|
|
844
844
|
}
|
|
845
845
|
]
|
|
846
846
|
},
|
|
@@ -866,14 +866,14 @@ For "market" and "stablecoins": comma-separated price trend keys (e.g. 1h,24h,7d
|
|
|
866
866
|
detail: "Filters transactions created after this date.",
|
|
867
867
|
example: `"01/01/2024"`,
|
|
868
868
|
require: "o",
|
|
869
|
-
type: "
|
|
869
|
+
type: "string"
|
|
870
870
|
},
|
|
871
871
|
{
|
|
872
872
|
name: "endDate",
|
|
873
873
|
detail: "Filters transactions created before this date.",
|
|
874
874
|
example: `"01/07/2025"`,
|
|
875
875
|
require: "o",
|
|
876
|
-
type: "
|
|
876
|
+
type: "string"
|
|
877
877
|
},
|
|
878
878
|
{
|
|
879
879
|
name: "limit",
|
|
@@ -927,14 +927,14 @@ For "market" and "stablecoins": comma-separated price trend keys (e.g. 1h,24h,7d
|
|
|
927
927
|
detail: "Used to filter block range.",
|
|
928
928
|
example: `"01/01/2024"`,
|
|
929
929
|
require: "o",
|
|
930
|
-
type: "
|
|
930
|
+
type: "string"
|
|
931
931
|
},
|
|
932
932
|
{
|
|
933
933
|
name: "endDate",
|
|
934
934
|
detail: "Used to filter block range.",
|
|
935
935
|
example: `"01/07/2025"`,
|
|
936
936
|
require: "o",
|
|
937
|
-
type: "
|
|
937
|
+
type: "string"
|
|
938
938
|
}
|
|
939
939
|
]
|
|
940
940
|
},
|
|
@@ -974,14 +974,14 @@ For "market" and "stablecoins": comma-separated price trend keys (e.g. 1h,24h,7d
|
|
|
974
974
|
detail: "Used to filter block range.",
|
|
975
975
|
example: `"01/01/2024"`,
|
|
976
976
|
require: "o",
|
|
977
|
-
type: "
|
|
977
|
+
type: "string"
|
|
978
978
|
},
|
|
979
979
|
{
|
|
980
980
|
name: "endDate",
|
|
981
981
|
detail: "Used to filter block range.",
|
|
982
982
|
example: `"01/07/2025"`,
|
|
983
983
|
require: "o",
|
|
984
|
-
type: "
|
|
984
|
+
type: "string"
|
|
985
985
|
}
|
|
986
986
|
]
|
|
987
987
|
}
|