@next-core/brick-utils 2.52.10 → 2.52.12

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.
@@ -20122,7 +20122,7 @@
20122
20122
 
20123
20123
  // Fields started with `_` will be removed by default.
20124
20124
  var fieldsToRemoveInRoute = ["appId", "children", "creator", "ctime", "id", "graphInfo", "modifier", "mountPoint", "mtime", "org", "parent", "sort", "name", "providersBak", "providers_bak", "previewSettings", "screenshot", "lock", "urlQueryParams", "deleteAuthorizers", "readAuthorizers", "updateAuthorizers"];
20125
- var fieldsToRemoveInBrick = fieldsToRemoveInRoute.concat("type");
20125
+ var fieldsToRemoveInBrick = fieldsToRemoveInRoute.concat(["type", "rawProperties", "rawEvents", "rawLifeCycle", "rawDataSource"]);
20126
20126
 
20127
20127
  // Those fields can be disposed if value is null.
20128
20128
  var disposableNullFields = ["alias", "documentId", "context", "exports", "ref", "analyticsData"];