Changed
- [Feature Preview - alpha] Updated the `Core Model` and added `ExtractorExtension` model handling of the reserved
property names `type` and `version` (`cognite.client.data_classed.data_modeling.cdm` and
`cognite.client.data_classed.data_modeling.extractor_extension`). Now, these properties are prefixed with
the original view external id instead of suffixed with underscore. For example, `CogniteAsset` now has
`asset_type` instead of `type_` attribute. This is to avoid confusion with the node type, which is
the `type` attribute.