@lightdash/common 0.2436.4 → 0.2438.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.
@@ -910,6 +910,18 @@
910
910
  }
911
911
  }
912
912
  }
913
+ },
914
+ "parameters": {
915
+ "type": "object",
916
+ "description": "Parameter values for the chart query, keyed by parameter name (e.g., 'model.param_name')",
917
+ "additionalProperties": {
918
+ "anyOf": [
919
+ { "type": "string" },
920
+ { "type": "number" },
921
+ { "type": "array", "items": { "type": "string" } },
922
+ { "type": "array", "items": { "type": "number" } }
923
+ ]
924
+ }
913
925
  }
914
926
  },
915
927
  "$defs": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/common",
3
- "version": "0.2436.4",
3
+ "version": "0.2438.0",
4
4
  "main": "dist/cjs/index.js",
5
5
  "module": "dist/esm/index.js",
6
6
  "types": "dist/types/index.d.ts",