artemis-model 0.1.129__py3-none-any.whl → 0.1.131__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.
@@ -42,13 +42,13 @@ class PlaylistSimple(BaseModel):
|
|
42
42
|
class ScheduleDetails(BaseModel):
|
43
43
|
"""Schedule details schema."""
|
44
44
|
|
45
|
-
start_ts_utc: int | None = Field(
|
45
|
+
start_ts_utc: int | str |None = Field(
|
46
46
|
default=None,
|
47
47
|
description="The start timestamp of the schedule in UTC",
|
48
48
|
)
|
49
|
-
|
49
|
+
playlists: list[PlaylistSimple] | None = Field(
|
50
50
|
default=None,
|
51
|
-
description="The playlist
|
51
|
+
description="The playlist of the schedule",
|
52
52
|
)
|
53
53
|
|
54
54
|
|
@@ -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=-vIzfe1XBe-KzzEuWcKdcqrlaBPpFQPI5qFu6-Y7bq0,3408
|
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.131.dist-info/METADATA,sha256=eYvVhCJzEFKmSnxbkibo1arP3ITgYKABd-ddG55dsGY,3445
|
31
|
+
artemis_model-0.1.131.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
32
|
+
artemis_model-0.1.131.dist-info/RECORD,,
|
File without changes
|