@fileverse-dev/formulajs 4.4.11-mod-83-patch-2 → 4.4.11-mod-83-patch-3

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.
@@ -1,4 +1,4 @@
1
- /* @fileverse-dev/formulajs v4.4.11-mod-83-patch-2 */
1
+ /* @fileverse-dev/formulajs v4.4.11-mod-83-patch-3 */
2
2
  var _excluded = [ "confirmations", "dataDecoded" ];
3
3
 
4
4
  function _objectWithoutProperties(e, t) {
@@ -17212,7 +17212,7 @@ function _typeof(o) {
17212
17212
  })));
17213
17213
  return _BLOCKSCOUT.apply(this, arguments);
17214
17214
  }
17215
- var allowedValues = [ "1h", "24h", "7d" ];
17215
+ var allowedValues = [ "1h", "24h", "7d", "14d", "30d", "200d", "1y" ];
17216
17216
  var param2Schema = stringType().refine((function(val) {
17217
17217
  var tokens = val.split(",").map((function(t) {
17218
17218
  return t.trim().toLowerCase();
@@ -17223,7 +17223,7 @@ function _typeof(o) {
17223
17223
  }));
17224
17224
  }));
17225
17225
  }), {
17226
- message: "param2 must contain at least one of: '1h', '24h', '7d'"
17226
+ message: "param2 must contain at least one of: '1h', '24h', '7d', '14d', '30d', '200d', '1y'"
17227
17227
  }).optional();
17228
17228
  var priceSchema = objectType({
17229
17229
  category: literalType("price"),