@next-core/brick-utils 2.51.2 → 2.51.4

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.
@@ -20032,7 +20032,7 @@
20032
20032
 
20033
20033
  // Fields started with `_` will be removed by default.
20034
20034
  var fieldsToRemoveInRoute = ["appId", "children", "creator", "ctime", "id", "graphInfo", "modifier", "mountPoint", "mtime", "org", "parent", "sort", "name", "providersBak", "providers_bak", "previewSettings", "screenshot", "lock", "deleteAuthorizers", "readAuthorizers", "updateAuthorizers"];
20035
- var fieldsToRemoveInBrick = fieldsToRemoveInRoute.concat("type", "alias");
20035
+ var fieldsToRemoveInBrick = fieldsToRemoveInRoute.concat("type");
20036
20036
 
20037
20037
  // Those fields can be disposed if value is null.
20038
20038
  var disposableNullFields = ["alias", "documentId", "context", "exports", "ref", "analyticsData"];