python-xbox 0.2.0__py3-none-any.whl → 0.2.1__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.
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.4
1
+ Metadata-Version: 2.5
2
2
  Name: python-xbox
3
- Version: 0.2.0
3
+ Version: 0.2.1
4
4
  Summary: A library to authenticate with Xbox Network and use their API
5
5
  Project-URL: Source, https://github.com/tr4nt0r/python-xbox
6
6
  Author-email: Manfred Dennerlein Rodelo <manfred@dennerlein.name>
@@ -1,4 +1,4 @@
1
- pythonxbox/__init__.py,sha256=P49-RpR6nYYDGMV7J8O1-71G2LyIO5w-wVFTAANXIL8,91
1
+ pythonxbox/__init__.py,sha256=5vDrOpqmkiLx5oDqC5Wl_ZB0Y0Pc5ZIxZc3HH68GdxY,91
2
2
  pythonxbox/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
3
  pythonxbox/api/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
4
  pythonxbox/api/client.py,sha256=3OqKJDAk-5Jm3zISwRqnyzJeZPrvzzUeXvvkYyPe7h4,5776
@@ -32,7 +32,7 @@ pythonxbox/api/provider/profile/models.py,sha256=RQDnkpe0H1L8OP-CQaQUYOcuk7J3_A0
32
32
  pythonxbox/api/provider/screenshots/__init__.py,sha256=zRmPy4GmpFeoITPPaaIFJlz8ibPc24NGYQ3chXaKIUw,5949
33
33
  pythonxbox/api/provider/screenshots/models.py,sha256=fLmliYx8yzGAiQlsnujCldHKDKjvUGYxEwUz_CUxWow,1176
34
34
  pythonxbox/api/provider/smartglass/__init__.py,sha256=MlkTPZk4Fz_uNOqoUeogaSFyCyGKFG97hnEKXdRSpE0,11632
35
- pythonxbox/api/provider/smartglass/models.py,sha256=GGgqcRfFqCAII6DjcYBPal5bccIZNutv29Bz8BJVHNk,4226
35
+ pythonxbox/api/provider/smartglass/models.py,sha256=NXxzb6i8DYabhfycBd0EboZePZPVac4M_xkQ8AsL23w,4254
36
36
  pythonxbox/api/provider/titlehub/__init__.py,sha256=728Kp8GBJUX6o2bxQpFY8dJAkQNbJRzlwTjPxcCQJXo,4651
37
37
  pythonxbox/api/provider/titlehub/models.py,sha256=i3YOuRtuDJ26qzJmGzev3OE7ekbKSyXa7em-aeFO028,2557
38
38
  pythonxbox/api/provider/usersearch/__init__.py,sha256=G9q299C9XwF1ajmXbaUrnNF-_HrCjt1-h2XCn1CfaMw,967
@@ -57,8 +57,8 @@ pythonxbox/scripts/change_gamertag.py,sha256=k4tAqc4rDT10a-ethejg9ufs_c-fVJeYK7P
57
57
  pythonxbox/scripts/friends.py,sha256=TmcpLJ3FJaNMCNc5gVyxabgnlFd2hS_tBYautx1xD6s,2139
58
58
  pythonxbox/scripts/search.py,sha256=DusjFE4q10sHVrbdE44kBw0xvv6i_muJqZLCcnO6zzc,1074
59
59
  pythonxbox/scripts/xal.py,sha256=rRM5Opl5GlHykaf4Ad755XzUbdG24tFMVnRCuY6Z1kk,2928
60
- python_xbox-0.2.0.dist-info/METADATA,sha256=sDv3-WzZzqBKrFXIHsDkkMuo1-_GtBys9aled4iS040,7707
61
- python_xbox-0.2.0.dist-info/WHEEL,sha256=QccIxa26bgl1E6uMy58deGWi-0aeIkkangHcxk2kWfw,87
62
- python_xbox-0.2.0.dist-info/entry_points.txt,sha256=9k_ot4_yHrDQTbXDWZPCHtn7S_rJLLv5Sw1Vf__TY78,267
63
- python_xbox-0.2.0.dist-info/licenses/LICENSE,sha256=NylgC1sD9vQJ92ofyOI0lvDYOuvbTyWa-tCSU8KgeeI,1104
64
- python_xbox-0.2.0.dist-info/RECORD,,
60
+ python_xbox-0.2.1.dist-info/METADATA,sha256=aJn55QX5cErPqOG0M9offMSqdpTKvML0TuC7uoByNsU,7707
61
+ python_xbox-0.2.1.dist-info/WHEEL,sha256=zOwg4jB6zX2kU910N-cMawjivD6tO8NEWvE12je1bVk,87
62
+ python_xbox-0.2.1.dist-info/entry_points.txt,sha256=9k_ot4_yHrDQTbXDWZPCHtn7S_rJLLv5Sw1Vf__TY78,267
63
+ python_xbox-0.2.1.dist-info/licenses/LICENSE,sha256=NylgC1sD9vQJ92ofyOI0lvDYOuvbTyWa-tCSU8KgeeI,1104
64
+ python_xbox-0.2.1.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: hatchling 1.29.0
2
+ Generator: hatchling 1.32.0
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
pythonxbox/__init__.py CHANGED
@@ -1,4 +1,4 @@
1
1
  """Top-level package for python-xbox."""
2
2
 
3
3
  __author__ = """tr4nt0r"""
4
- __version__ = "0.2.0"
4
+ __version__ = "0.2.1"
@@ -141,8 +141,8 @@ class CommandDestination(CamelCaseModel):
141
141
  id: str
142
142
  name: str
143
143
  power_state: PowerState
144
- remote_management_enabled: bool
145
- console_streaming_enabled: bool
144
+ remote_management_enabled: bool | None = None
145
+ console_streaming_enabled: bool | None = None
146
146
  console_type: ConsoleType
147
147
  wireless_warning: str | None = None
148
148
  out_of_home_warning: str | None = None