outscale_api 1.20.0

Outscale API SDK
Documentation
# ๐Ÿ“ฆ Pull Request Template

## Description

Please include a summary of the changes and the related context. If this is a feature, explain the motivation. If it's a bug fix, describe what was broken.

Fixes: #<issue-number> _(if applicable)_

## Type of Change

Please check the relevant option(s):

- [ ] ๐Ÿ› Bug fix
- [ ] โœจ New feature
- [ ] ๐Ÿงน Code cleanup or refactor
- [ ] ๐Ÿ“ Documentation update
- [ ] ๐Ÿ”ง Build or CI-related change
- [ ] ๐Ÿ”’ Security fix
- [ ] Other (specify):

## How Has This Been Tested?

Please describe the test strategy:

- [ ] Manual testing
- [ ] Unit tests
- [ ] Integration tests
- [ ] Not tested yet

Commands used (if applicable):

```bash
# Example
my-cli-tool build --verbose
my-cli-tool test
````

## Checklist

* [ ] I have followed the [Contributing Guidelines]../blob/main/CONTRIBUTING.md
* [ ] I have added tests or explained why they are not needed
* [ ] I have updated relevant documentation (README, examples, etc.)
* [ ] My changes follow the [Conventional Commits]https://www.conventionalcommits.org/ specification
* [ ] My commits include appropriate [Gitmoji]https://gitmoji.dev/

## Additional Context

Add any additional context or screenshots if necessary.