Changed
- `missions.search`: Deprecate the use of the `name` parameter and use UI-Services instead of Project Manager for the other cases (DAI-4204)
- `projects.search`, `projects.delete`: Use UI-Services API instead of Project Manager (DAI-4204)
- `missions.delete`: Use the UI-services API to delete a survey instead of Project Manager (DAI-3855)
- Replace the default configuration file `config-connection.json` by a hardcoded default (DAI-3912)
- Instantiate providers and resources without `config-resources.json` (to allow code completion in the editor) (DAI-3912)
- Make it possible to use various clients (DAI-4009)
Added
- `projects.search`: Add `deleted` parameter to search for deleted projects (DAI-4204)
- Add the `deleted` option in `projects.describe` to allow the description of a deleted project (`False` by default) (DAI-4024)