.gitignore
.openapi-generator-ignore
.php-cs-fixer.dist.php
.travis.yml
README.md
composer.json
docs/Api/SettingsApi.md
docs/Model/AvailableTimeZone.md
docs/Model/CurrencyConversionRate.md
docs/Model/CurrencyRate.md
docs/Model/GetAvailableTimeZonesResponse.md
docs/Model/GetConversionRatesRequest.md
docs/Model/GetLatestCurrencyRateRequest.md
docs/Model/GetLatestCurrencyRateResponse.md
docs/Model/Measures.md
docs/Model/SettingsDeleteCurrencyConversionRatesRequest.md
docs/Model/SettingsInsertCurrencyConversionRatesRequest.md
docs/Model/SettingsUpdateCurrencyConversionRatesRequest.md
git_push.sh
lib/Api/SettingsApi.php
lib/ApiException.php
lib/Configuration.php
lib/HeaderSelector.php
lib/Model/AvailableTimeZone.php
lib/Model/CurrencyConversionRate.php
lib/Model/CurrencyRate.php
lib/Model/GetAvailableTimeZonesResponse.php
lib/Model/GetConversionRatesRequest.php
lib/Model/GetLatestCurrencyRateRequest.php
lib/Model/GetLatestCurrencyRateResponse.php
lib/Model/Measures.php
lib/Model/ModelInterface.php
lib/Model/SettingsDeleteCurrencyConversionRatesRequest.php
lib/Model/SettingsInsertCurrencyConversionRatesRequest.php
lib/Model/SettingsUpdateCurrencyConversionRatesRequest.php
lib/ObjectSerializer.php
phpunit.xml.dist
test/Api/SettingsApiTest.php
test/Model/AvailableTimeZoneTest.php
test/Model/CurrencyConversionRateTest.php
test/Model/CurrencyRateTest.php
test/Model/GetAvailableTimeZonesResponseTest.php
test/Model/GetConversionRatesRequestTest.php
test/Model/GetLatestCurrencyRateRequestTest.php
test/Model/GetLatestCurrencyRateResponseTest.php
test/Model/MeasuresTest.php
test/Model/SettingsDeleteCurrencyConversionRatesRequestTest.php
test/Model/SettingsInsertCurrencyConversionRatesRequestTest.php
test/Model/SettingsUpdateCurrencyConversionRatesRequestTest.php
