attime-star-api-python-sdk 1.3.0__tar.gz → 1.3.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (16) hide show
  1. {attime_star_api_python_sdk-1.3.0/src/attime_star_api_python_sdk.egg-info → attime_star_api_python_sdk-1.3.1}/PKG-INFO +1 -1
  2. {attime_star_api_python_sdk-1.3.0 → attime_star_api_python_sdk-1.3.1}/pyproject.toml +1 -1
  3. {attime_star_api_python_sdk-1.3.0 → attime_star_api_python_sdk-1.3.1}/src/attime/star/dtos/bvix.py +1 -0
  4. {attime_star_api_python_sdk-1.3.0 → attime_star_api_python_sdk-1.3.1/src/attime_star_api_python_sdk.egg-info}/PKG-INFO +1 -1
  5. {attime_star_api_python_sdk-1.3.0 → attime_star_api_python_sdk-1.3.1}/LICENSE +0 -0
  6. {attime_star_api_python_sdk-1.3.0 → attime_star_api_python_sdk-1.3.1}/README.md +0 -0
  7. {attime_star_api_python_sdk-1.3.0 → attime_star_api_python_sdk-1.3.1}/setup.cfg +0 -0
  8. {attime_star_api_python_sdk-1.3.0 → attime_star_api_python_sdk-1.3.1}/src/attime/star/api.py +0 -0
  9. {attime_star_api_python_sdk-1.3.0 → attime_star_api_python_sdk-1.3.1}/src/attime/star/apis/__init__.py +0 -0
  10. {attime_star_api_python_sdk-1.3.0 → attime_star_api_python_sdk-1.3.1}/src/attime/star/apis/bvix.py +0 -0
  11. {attime_star_api_python_sdk-1.3.0 → attime_star_api_python_sdk-1.3.1}/src/attime/star/apis/infocar.py +0 -0
  12. {attime_star_api_python_sdk-1.3.0 → attime_star_api_python_sdk-1.3.1}/src/attime/star/dtos/__init__.py +0 -0
  13. {attime_star_api_python_sdk-1.3.0 → attime_star_api_python_sdk-1.3.1}/src/attime/star/dtos/infocar.py +0 -0
  14. {attime_star_api_python_sdk-1.3.0 → attime_star_api_python_sdk-1.3.1}/src/attime_star_api_python_sdk.egg-info/SOURCES.txt +0 -0
  15. {attime_star_api_python_sdk-1.3.0 → attime_star_api_python_sdk-1.3.1}/src/attime_star_api_python_sdk.egg-info/dependency_links.txt +0 -0
  16. {attime_star_api_python_sdk-1.3.0 → attime_star_api_python_sdk-1.3.1}/src/attime_star_api_python_sdk.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: attime-star-api-python-sdk
3
- Version: 1.3.0
3
+ Version: 1.3.1
4
4
  Summary: Client HTTP de comunicacao com a API da ATTime Star
5
5
  Author-email: Filipe Coelho <filipe@fmconsult.com.br>
6
6
  License: MIT License
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "attime-star-api-python-sdk"
7
- version = "1.3.0"
7
+ version = "1.3.1"
8
8
  description = "Client HTTP de comunicacao com a API da ATTime Star"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.11"
@@ -16,6 +16,7 @@ class ValoresCobertura:
16
16
  is_Cobertura: Optional[float] = None
17
17
  taxa: Optional[float] = None
18
18
  premio: Optional[float] = None
19
+ franquia: Optional[float] = None
19
20
 
20
21
  def to_dict(self):
21
22
  return {k: v for k, v in asdict(self).items() if v is not None}
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: attime-star-api-python-sdk
3
- Version: 1.3.0
3
+ Version: 1.3.1
4
4
  Summary: Client HTTP de comunicacao com a API da ATTime Star
5
5
  Author-email: Filipe Coelho <filipe@fmconsult.com.br>
6
6
  License: MIT License