artemis-model 0.1.151__py3-none-any.whl → 0.1.153__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
|
@@ -6,7 +6,6 @@ from typing import Literal
|
|
|
6
6
|
from uuid import UUID
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
from artemis_model.redis.zone_state import BucketTS, SessionId
|
|
10
9
|
from artemis_model.schedule import ScheduleItem
|
|
11
10
|
from pydantic import BaseModel, Field
|
|
12
11
|
|
|
@@ -45,6 +44,7 @@ class MoveTimeSlotIn(BaseMessage):
|
|
|
45
44
|
action: Action = Action.MOVE_TIME_SLOT
|
|
46
45
|
zone_id: int
|
|
47
46
|
bucket_key: str
|
|
47
|
+
playlist_ids: list[int]
|
|
48
48
|
|
|
49
49
|
|
|
50
50
|
class TriageScheduleIn(BaseMessage):
|
|
@@ -77,7 +77,7 @@ class PushPlaylistExpireIn(BaseMessage):
|
|
|
77
77
|
action: Action = Action.EXPIRE_PUSHED_PLAYLIST
|
|
78
78
|
zone_id: int
|
|
79
79
|
new_mode: Literal["pushplaylist", "scheduled"] = "scheduled"
|
|
80
|
-
bucket_key:
|
|
80
|
+
bucket_key: str | None = None
|
|
81
81
|
|
|
82
82
|
|
|
83
83
|
class RefreshTrackBucketIn(BaseMessage):
|
|
@@ -23,11 +23,11 @@ artemis_model/redis/zone_state.py,sha256=2ITvK40NcI1gEXu7ImnT05HeqU2-ep2gFoD-oH_
|
|
|
23
23
|
artemis_model/schedule.py,sha256=CkLHWz-BwvUY2EQCfoU4SymgCariPzoQdtRLITqBPmk,2451
|
|
24
24
|
artemis_model/setting.py,sha256=EWzOmE31mLNWwmV_wmqttHPMycvQZW7SJUIozF2b8bo,1190
|
|
25
25
|
artemis_model/sqs/__init__.py,sha256=nHpXQns64qQ5Cqjyo6w9fDGO_wWhprqn1bhKf3eWnio,17
|
|
26
|
-
artemis_model/sqs/messages.py,sha256=
|
|
26
|
+
artemis_model/sqs/messages.py,sha256=2TVlSQJzF2phblQGrlUWdQ8Uw-kJstnGtcbY06MIBWM,2852
|
|
27
27
|
artemis_model/track.py,sha256=QwUF0QKVn1I64648B-NI75-IzGQvnLt9B0emD4GnS6E,3757
|
|
28
28
|
artemis_model/user.py,sha256=eqIdCiBJRNLjCwPPCn-gQ6si0O5JUBGfp9oWJL5zVW4,2131
|
|
29
29
|
artemis_model/zone.py,sha256=iGRUtzUwKh9LHT3MOfzzg1DnkPBts_ZBzZVTi2EmIgs,2282
|
|
30
30
|
artemis_model/zone_activity.py,sha256=BY4iODavY9ceJ5oRChdjjxf26S3U30Yb7Pxm5YRFpCo,1590
|
|
31
|
-
artemis_model-0.1.
|
|
32
|
-
artemis_model-0.1.
|
|
33
|
-
artemis_model-0.1.
|
|
31
|
+
artemis_model-0.1.153.dist-info/METADATA,sha256=ygR73EgZmfls8BU6Wjqi6s2o16dx6Tvyj5_6R2dK-YY,3445
|
|
32
|
+
artemis_model-0.1.153.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
|
33
|
+
artemis_model-0.1.153.dist-info/RECORD,,
|
|
File without changes
|