pypetkitapi 1.3.0__tar.gz → 1.4.0__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pypetkitapi
3
- Version: 1.3.0
3
+ Version: 1.4.0
4
4
  Summary: Python client for PetKit API
5
5
  Home-page: https://github.com/Jezza34000/pypetkit
6
6
  License: MIT
@@ -414,6 +414,7 @@ class Litter(BaseModel):
414
414
  pet_out_records: list[list[int]] | None = Field(None, alias="petOutRecords")
415
415
  service_status: int | None = Field(None, alias="serviceStatus")
416
416
  total_time: int | None = Field(None, alias="totalTime")
417
+ with_k3: int | None = Field(None, alias="withK3")
417
418
  device_type: str | None = Field(None, alias="deviceType")
418
419
  device_records: list[LitterRecord] | None = None
419
420
  device_stats: LitterStats | None = None
@@ -187,7 +187,7 @@ build-backend = "poetry.core.masonry.api"
187
187
 
188
188
  [tool.poetry]
189
189
  name = "pypetkitapi"
190
- version = "1.3.0"
190
+ version = "1.4.0"
191
191
  description = "Python client for PetKit API"
192
192
  authors = ["Jezza34000 <info@mail.com>"]
193
193
  readme = "README.md"
@@ -204,7 +204,7 @@ black = "^24.10.0"
204
204
  ruff = "^0.8.1"
205
205
 
206
206
  [tool.bumpver]
207
- current_version = "1.3.0"
207
+ current_version = "1.4.0"
208
208
  version_pattern = "MAJOR.MINOR.PATCH"
209
209
  commit_message = "bump version {old_version} -> {new_version}"
210
210
  tag_message = "{new_version}"
File without changes
File without changes