@gingkoo/pandora-metabase 1.0.128 → 1.0.129

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.
@@ -110,12 +110,6 @@ var customTypes = exports.customTypes = [{
110
110
  }, {
111
111
  value: _types.AtomsTypeEnum.EXPRESSION,
112
112
  label: (0, _locale.__)('customColumn.expression')
113
- }, {
114
- value: _types.AtomsTypeEnum.CASE_WHEN,
115
- label: (0, _locale.__)('customColumn.caseWhen')
116
- }, {
117
- value: _types.AtomsTypeEnum.AND_OR,
118
- label: (0, _locale.__)('customColumn.andOr')
119
113
  }, {
120
114
  value: _types.AtomsTypeEnum.INPUT_STRING,
121
115
  label: (0, _locale.__)('customColumn.input')
@@ -102,12 +102,6 @@ export var customTypes = [{
102
102
  }, {
103
103
  value: AtomsTypeEnum.EXPRESSION,
104
104
  label: __('customColumn.expression')
105
- }, {
106
- value: AtomsTypeEnum.CASE_WHEN,
107
- label: __('customColumn.caseWhen')
108
- }, {
109
- value: AtomsTypeEnum.AND_OR,
110
- label: __('customColumn.andOr')
111
105
  }, {
112
106
  value: AtomsTypeEnum.INPUT_STRING,
113
107
  label: __('customColumn.input')
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gingkoo/pandora-metabase",
3
- "version": "1.0.128",
3
+ "version": "1.0.129",
4
4
  "description": "",
5
5
  "main": "lib/es/index.js",
6
6
  "module": "lib/es/index.js",