@next-core/brick-utils 2.52.11 → 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.
package/dist/index.esm.js CHANGED
@@ -20116,7 +20116,7 @@ var yamlFieldsInBrick = ["permissionsPreCheck", "transformFrom"];
20116
20116
 
20117
20117
  // Fields started with `_` will be removed by default.
20118
20118
  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"];
20119
- var fieldsToRemoveInBrick = fieldsToRemoveInRoute.concat("type");
20119
+ var fieldsToRemoveInBrick = fieldsToRemoveInRoute.concat(["type", "rawProperties", "rawEvents", "rawLifeCycle", "rawDataSource"]);
20120
20120
 
20121
20121
  // Those fields can be disposed if value is null.
20122
20122
  var disposableNullFields = ["alias", "documentId", "context", "exports", "ref", "analyticsData"];