Habiticalib 0.4.1__py3-none-any.whl → 0.4.2__py3-none-any.whl

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.
habiticalib/const.py CHANGED
@@ -1,6 +1,6 @@
1
1
  """Constants for Habiticalib."""
2
2
 
3
- __version__ = "0.4.1"
3
+ __version__ = "0.4.2"
4
4
 
5
5
  DEFAULT_URL = "https://habitica.com/"
6
6
  ASSETS_URL = "https://habitica-assets.s3.amazonaws.com/mobileApp/images/"
habiticalib/typedefs.py CHANGED
@@ -573,6 +573,7 @@ class PartyUser(BaseModel):
573
573
  order: str | None = None
574
574
  orderAscending: str | None = None
575
575
  _id: UUID | None = None
576
+ id: UUID | None = field(default=None, metadata=field_options(alias="_id"))
576
577
 
577
578
 
578
579
  @dataclass(kw_only=True)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: Habiticalib
3
- Version: 0.4.1
3
+ Version: 0.4.2
4
4
  Summary: Asynchronous Python client library for the Habitica API
5
5
  Project-URL: Documentation, https://tr4nt0r.github.io/habiticalib/
6
6
  Project-URL: Source, https://github.com/tr4nt0r/habiticalib
@@ -1,12 +1,12 @@
1
1
  habiticalib/__init__.py,sha256=UxNKxNhjIi3v95VE3h-JWgitriNZytrGeX0GvKdevwU,7840
2
- habiticalib/const.py,sha256=e65SAHTEfnYEd1eUMpH6-DAl-VeJ3w6-wofLd_3uXvk,2308
2
+ habiticalib/const.py,sha256=LVM9nbr5S4UQWlg6ydcXUahAi6eKU6Y6E7rp9FKkq3M,2308
3
3
  habiticalib/exceptions.py,sha256=i9hnCaMT5RbnTioFhwRYJkcC_bG9lMeUd2jJsWFVnVg,1342
4
4
  habiticalib/ha.py,sha256=c3cbXnWsA7IjcelzHb6snZ4C-fCDqwKoYZwvQiugnyY,25920
5
5
  habiticalib/helpers.py,sha256=lq2HBvqLsFo5_zckMnc7hzDsHLfyrcStpFUpet3ZuZY,4500
6
6
  habiticalib/lib.py,sha256=DUMdqia-w4AAPdf8bAX2g9PXq0HgPocYy-E1-cFXV7g,78503
7
7
  habiticalib/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
8
- habiticalib/typedefs.py,sha256=y7N2GY6Zyw6qgh-nEC0i4sIjFHl_GGWqf3pd9yEY05A,50945
9
- habiticalib-0.4.1.dist-info/METADATA,sha256=fE2Oyo3-IyBvW207ndOMHYrWusW11A4vmTaXN52xBv8,5088
10
- habiticalib-0.4.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
11
- habiticalib-0.4.1.dist-info/licenses/LICENSE,sha256=oIinIOSJ49l1iVIRI3XGXFWt6SF7a83kEFBAY8ORwNI,1084
12
- habiticalib-0.4.1.dist-info/RECORD,,
8
+ habiticalib/typedefs.py,sha256=xZ-QOX-rizvBoQtetmdqru-0xzKi8L7KDAcoxQWnLN4,51024
9
+ habiticalib-0.4.2.dist-info/METADATA,sha256=bFcnsYTOyHXK6NDdrFk7JkS0Zk7R3MqOqaL38uj5yHU,5088
10
+ habiticalib-0.4.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
11
+ habiticalib-0.4.2.dist-info/licenses/LICENSE,sha256=oIinIOSJ49l1iVIRI3XGXFWt6SF7a83kEFBAY8ORwNI,1084
12
+ habiticalib-0.4.2.dist-info/RECORD,,