@qrvey/utils 1.10.0 → 1.10.1

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.
@@ -16,6 +16,7 @@ function buildExpression(filter) {
16
16
  const expression = {
17
17
  groupValue: (0, getBackendGroupValue_1.getBackendGroupValue)(filter),
18
18
  questionid: filter.column.id,
19
+ questionType: filter.column.type,
19
20
  property: (0, getBackendProperty_1.getBackendProperty)(filter),
20
21
  validationType: (0, getBackendValidator_1.getBackendValidator)(filter),
21
22
  value: (0, getBackendValues_1.getBackendValues)(filter),
@@ -13,6 +13,7 @@ export function buildExpression(filter) {
13
13
  const expression = {
14
14
  groupValue: getBackendGroupValue(filter),
15
15
  questionid: filter.column.id,
16
+ questionType: filter.column.type,
16
17
  property: getBackendProperty(filter),
17
18
  validationType: getBackendValidator(filter),
18
19
  value: getBackendValues(filter),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qrvey/utils",
3
- "version": "1.10.0",
3
+ "version": "1.10.1",
4
4
  "description": "Helper, Utils for all Qrvey Projects",
5
5
  "homepage": "https://bitbucket.org/qrvey/qrvey_utils/wiki/Home",
6
6
  "main": "dist/index.js",