autoql-fe-utils 1.6.15 → 1.6.16

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.
@@ -14680,11 +14680,11 @@
14680
14680
  GeneralErrorTypes2["NO_PROJECT_ID_SUPPLIED"] = "No project id supplied";
14681
14681
  return GeneralErrorTypes2;
14682
14682
  })(GeneralErrorTypes || {});
14683
- var TranslationTypes = /* @__PURE__ */ ((TranslationTypes3) => {
14684
- TranslationTypes3["INCLUDE"] = "include";
14685
- TranslationTypes3["EXCLUDE"] = "exclude";
14686
- TranslationTypes3["REVERSE_ONLY"] = "reverse_only";
14687
- return TranslationTypes3;
14683
+ var TranslationTypes = /* @__PURE__ */ ((TranslationTypes2) => {
14684
+ TranslationTypes2["INCLUDE"] = "include";
14685
+ TranslationTypes2["EXCLUDE"] = "exclude";
14686
+ TranslationTypes2["REVERSE_ONLY"] = "reverse_only";
14687
+ return TranslationTypes2;
14688
14688
  })(TranslationTypes || {});
14689
14689
 
14690
14690
  // src/Classes/ColumnType.ts
@@ -15475,7 +15475,7 @@
15475
15475
  dayMonthYearFormat: "ll"
15476
15476
  };
15477
15477
  var autoQLConfigDefault = {
15478
- debug: "exclude" /* EXCLUDE */,
15478
+ debug: "reverse_only" /* REVERSE_ONLY */,
15479
15479
  test: false,
15480
15480
  enableAutocomplete: true,
15481
15481
  enableQueryInterpretation: true,