artemis-model 0.1.148__py3-none-any.whl → 0.1.150__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.
Potentially problematic release.
This version of artemis-model might be problematic. Click here for more details.
artemis_model/sqs/messages.py
CHANGED
|
@@ -78,7 +78,7 @@ class PushPlaylistExpireIn(BaseMessage):
|
|
|
78
78
|
action: Action = Action.EXPIRE_PUSHED_PLAYLIST
|
|
79
79
|
zone_id: int
|
|
80
80
|
new_mode: Literal["pushplaylist", "scheduled"] = "scheduled"
|
|
81
|
-
|
|
81
|
+
bucket_key: BucketTS | None = None
|
|
82
82
|
|
|
83
83
|
|
|
84
84
|
class RefreshTrackBucketIn(BaseMessage):
|
|
@@ -86,7 +86,7 @@ class RefreshTrackBucketIn(BaseMessage):
|
|
|
86
86
|
|
|
87
87
|
action: Action = Action.REFRESH_TRACK_BUCKET
|
|
88
88
|
zone_id: int
|
|
89
|
-
|
|
89
|
+
bucket_key: str
|
|
90
90
|
|
|
91
91
|
|
|
92
92
|
class RecalculateScheduleIn(BaseMessage):
|
|
@@ -103,6 +103,7 @@ class BanTrackIn(BaseMessage):
|
|
|
103
103
|
zone_id: int
|
|
104
104
|
track_id: UUID
|
|
105
105
|
playlist_id: int
|
|
106
|
+
bucket_key: str
|
|
106
107
|
|
|
107
108
|
|
|
108
109
|
class ZoneActivityIn(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=ZxHXs4Fzvb-x8-O4_opGSaBniaBOXyF9GejJI0KGoQ8,2915
|
|
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.150.dist-info/METADATA,sha256=RYlRLTqqxo5eG1t7hE5mG375GHbAXg56frXRaETb2tE,3445
|
|
32
|
+
artemis_model-0.1.150.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
|
33
|
+
artemis_model-0.1.150.dist-info/RECORD,,
|
|
File without changes
|