@gingkoo/pandora-metabase 1.0.122 → 1.0.123

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