@firestitch/filter 12.0.4 → 12.0.5

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.
@@ -991,7 +991,7 @@
991
991
  _this.sort = null;
992
992
  _this.sortDirection = null;
993
993
  _this.queryParam = false;
994
- _this.case = 'snake';
994
+ _this.case = 'camel';
995
995
  _this._fromJSON(data);
996
996
  _this._init();
997
997
  return _this;
@@ -1019,7 +1019,7 @@
1019
1019
  FsFilterConfig.prototype._fromJSON = function (value) {
1020
1020
  var _a;
1021
1021
  _super.prototype._fromJSON.call(this, value);
1022
- this.case = (_a = value.case) !== null && _a !== void 0 ? _a : 'snake';
1022
+ this.case = (_a = value.case) !== null && _a !== void 0 ? _a : 'camel';
1023
1023
  if (this.persist) {
1024
1024
  if (typeof this.persist === 'object') {
1025
1025
  if (this.persist.name) {