artemis-model 0.1.110__py3-none-any.whl → 0.1.112__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.
artemis_model/sqs/messages.py
CHANGED
@@ -3,8 +3,8 @@
|
|
3
3
|
from datetime import datetime, timezone
|
4
4
|
from enum import Enum
|
5
5
|
from typing import Literal
|
6
|
+
from uuid import UUID
|
6
7
|
|
7
|
-
from sqlalchemy import UUID
|
8
8
|
|
9
9
|
from artemis_model.redis.zone_state import SessionId
|
10
10
|
from artemis_model.schedule import ScheduleItem
|
@@ -100,3 +100,4 @@ class BanTrackIn(BaseMessage):
|
|
100
100
|
action: Action = Action.BAN_TRACK
|
101
101
|
zone_id: int
|
102
102
|
track_id: UUID
|
103
|
+
playlist_id: int
|
@@ -22,10 +22,10 @@ artemis_model/redis/zone_state.py,sha256=PgHiGUZ2WI3bqO-8CW2cwzLEQu3l4wJAzIABSWE
|
|
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
|
25
|
-
artemis_model/sqs/messages.py,sha256=
|
25
|
+
artemis_model/sqs/messages.py,sha256=8PcZYUsh85x3TikZ4hBvGl_xUl9onKUwSCxZWgToEgQ,2668
|
26
26
|
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
|
-
artemis_model-0.1.
|
30
|
-
artemis_model-0.1.
|
31
|
-
artemis_model-0.1.
|
29
|
+
artemis_model-0.1.112.dist-info/METADATA,sha256=fNA2fT5nnMVUF7gDrTIaqQZtxWpZGHaqlc8HZjYSPQ0,3445
|
30
|
+
artemis_model-0.1.112.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
31
|
+
artemis_model-0.1.112.dist-info/RECORD,,
|
File without changes
|