artemis-model 0.1.130__py3-none-any.whl → 0.1.132__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.
@@ -12,6 +12,7 @@ class NowPlaying(BaseModel):
|
|
12
12
|
name: str = Field(description="The name of the track", default="UNKNOWN")
|
13
13
|
artist_name: str = Field(description="The artist name of the track", default="UNKNOWN")
|
14
14
|
album_name: str = Field(description="The album name of the track", default="UNKNOWN")
|
15
|
+
playlist_id: int | None = Field(description="The playlist id of the track", default=None)
|
15
16
|
|
16
17
|
|
17
18
|
SessionId = Annotated[
|
@@ -42,7 +43,7 @@ class PlaylistSimple(BaseModel):
|
|
42
43
|
class ScheduleDetails(BaseModel):
|
43
44
|
"""Schedule details schema."""
|
44
45
|
|
45
|
-
start_ts_utc: int | None = Field(
|
46
|
+
start_ts_utc: int | str |None = Field(
|
46
47
|
default=None,
|
47
48
|
description="The start timestamp of the schedule in UTC",
|
48
49
|
)
|
@@ -18,7 +18,7 @@ artemis_model/redis/bucket.py,sha256=DlmIf6GxfKq9CzcXmMx5IcviaqOTvuWwIb6lAVcZQGs
|
|
18
18
|
artemis_model/redis/device.py,sha256=ZUiIyVmtWiEwayFIg9mktiFaVuHQ7Fg0rvSjjWyryCI,484
|
19
19
|
artemis_model/redis/keys.py,sha256=bnlSaBCIakLCIlgTr8BlYJmKEtKKvtdr43QIJCLnc90,567
|
20
20
|
artemis_model/redis/play_history.py,sha256=Jm0guS0UZDxfCXeWJ8vqcjjl93W_EeC7XcBXcclKPiE,1259
|
21
|
-
artemis_model/redis/zone_state.py,sha256=
|
21
|
+
artemis_model/redis/zone_state.py,sha256=_fT3VChs6CYCnlDCZPyF0vT5rbzUbediHmbfmjSRdJk,3502
|
22
22
|
artemis_model/schedule.py,sha256=CkLHWz-BwvUY2EQCfoU4SymgCariPzoQdtRLITqBPmk,2451
|
23
23
|
artemis_model/setting.py,sha256=EWzOmE31mLNWwmV_wmqttHPMycvQZW7SJUIozF2b8bo,1190
|
24
24
|
artemis_model/sqs/__init__.py,sha256=nHpXQns64qQ5Cqjyo6w9fDGO_wWhprqn1bhKf3eWnio,17
|
@@ -27,6 +27,6 @@ artemis_model/track.py,sha256=QwUF0QKVn1I64648B-NI75-IzGQvnLt9B0emD4GnS6E,3757
|
|
27
27
|
artemis_model/user.py,sha256=eqIdCiBJRNLjCwPPCn-gQ6si0O5JUBGfp9oWJL5zVW4,2131
|
28
28
|
artemis_model/zone.py,sha256=iGRUtzUwKh9LHT3MOfzzg1DnkPBts_ZBzZVTi2EmIgs,2282
|
29
29
|
artemis_model/zone_activity.py,sha256=BY4iODavY9ceJ5oRChdjjxf26S3U30Yb7Pxm5YRFpCo,1590
|
30
|
-
artemis_model-0.1.
|
31
|
-
artemis_model-0.1.
|
32
|
-
artemis_model-0.1.
|
30
|
+
artemis_model-0.1.132.dist-info/METADATA,sha256=GV_tGApbWcBs87B8FhWXADnH7hvrHrPhjHKtYzv4jBw,3445
|
31
|
+
artemis_model-0.1.132.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
32
|
+
artemis_model-0.1.132.dist-info/RECORD,,
|
File without changes
|