Major changes
- added `LogicalTable`, `PhysicalTable` and `WarehouseTable` classes in
`mstrio.modeling.schema.tables` module to allow table management.
- added `list_logical_tables()`, `list_physical_tables()` and
`list_datasource_warehouse_tables()`, `list_namespaces()` to allow
for listing of and searching the project for specific tables.
Minor changes
- added `search_pattern` and `project_id` parameters in object listing functions
- added `move` methods to `Folder`, `Object`, `SecurityFilter`, `Attribute`, `Fact`, `UserHierarchy`, `Report`, `Shortcut`, `SearchObject`, `Document` and `Dossier` to allow moving objects between folders
- added `create_copy` method to `SecurityFilter`, `Attribute`, `Fact`, `UserHierarchy`, `Report`, `Shortcut`, `SearchObject`, `Document` and `Dossier`
Deprecated
- `name_begins` parameter is deprecated in functions listing cubes and reports
in favour of `name` parameter