@514labs/moose-lib 0.6.239-ci-3-g6e595e05 → 0.6.240-ci-1-g5c9337df

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.
package/dist/index.mjs CHANGED
@@ -602,6 +602,8 @@ var ClickHouseEngines = /* @__PURE__ */ ((ClickHouseEngines2) => {
602
602
  ClickHouseEngines2["ReplicatedReplacingMergeTree"] = "ReplicatedReplacingMergeTree";
603
603
  ClickHouseEngines2["ReplicatedAggregatingMergeTree"] = "ReplicatedAggregatingMergeTree";
604
604
  ClickHouseEngines2["ReplicatedSummingMergeTree"] = "ReplicatedSummingMergeTree";
605
+ ClickHouseEngines2["ReplicatedCollapsingMergeTree"] = "ReplicatedCollapsingMergeTree";
606
+ ClickHouseEngines2["ReplicatedVersionedCollapsingMergeTree"] = "ReplicatedVersionedCollapsingMergeTree";
605
607
  return ClickHouseEngines2;
606
608
  })(ClickHouseEngines || {});
607
609
  function dropView(name) {