@gingkoo/pandora-metabase 1.0.0-alpha.28 → 1.0.0-alpha.29

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.
@@ -118,7 +118,7 @@ export interface MetaFilter_Item {
118
118
  constantName?: string;
119
119
  table2?: MetaJoin_TalbeType | null;
120
120
  formula?: Filter_Formula;
121
- subquery?: MetaListType[];
121
+ notExists?: MetaListType[];
122
122
  type?: Filter_TypeEnum;
123
123
  summarizeType?: MetaSummarize_Enum;
124
124
  sql?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gingkoo/pandora-metabase",
3
- "version": "1.0.0-alpha.28",
3
+ "version": "1.0.0-alpha.29",
4
4
  "description": "",
5
5
  "main": "lib/es/index.js",
6
6
  "module": "lib/es/index.js",