artemis-model 0.1.106__py3-none-any.whl → 0.1.108__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/__init__.py CHANGED
@@ -14,3 +14,4 @@ from artemis_model.track import * # noqa
14
14
  from artemis_model.user import * # noqa
15
15
  from artemis_model.zone import * # noqa
16
16
  from artemis_model.otp import * # noqa
17
+ from artemis_model.banned_tracks import * # noqa
@@ -7,6 +7,8 @@ from artemis_model.base import AuditMixin, TimeStampMixin, CustomSyncBase, Custo
7
7
 
8
8
  class BannedTracksMixin(TimeStampMixin, AuditMixin):
9
9
  """Banned Tracks per Zone Model"""
10
+ __allow_unmapped__ = True
11
+
10
12
  zone_id: int = Column(Integer, primary_key=True)
11
13
  track_id: UUID = Column(UUID(as_uuid=True), primary_key=True)
12
14
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: artemis-model
3
- Version: 0.1.106
3
+ Version: 0.1.108
4
4
  Summary:
5
5
  Author: Jukeboxy
6
6
  Requires-Python: >=3.10.6,<4.0.0
@@ -1,8 +1,8 @@
1
- artemis_model/__init__.py,sha256=VwCQjY-_A2WqI4wLdUwVKh8diUOE67qkGK_8KqL665k,692
1
+ artemis_model/__init__.py,sha256=H2Cyijmm4KqmjvxJoPpyXZhFvrUZvM0g0X4lDoJ28qw,742
2
2
  artemis_model/album.py,sha256=9uw9HVNHVBjl-0Dgv-o5MHXhUPwedvbnbzzY3A1cKQg,2077
3
3
  artemis_model/artist.py,sha256=vjXlFN2mOEidAzUzxmsAP5GnVTvJUuhFdhQaH214lgw,1563
4
4
  artemis_model/auth.py,sha256=0Yg_6N1nj4U31F86u1PE0leIa3D64QlYrsDlavulN6s,4033
5
- artemis_model/banned_tracks.py,sha256=dpAJfdECSCR6sD3ACfViYqYW1GZ3OgZnb5RsfOzF2es,591
5
+ artemis_model/banned_tracks.py,sha256=Rv9UVI0totAh3DgctRXehUw7K_wsOWcZmVjES2QZJck,626
6
6
  artemis_model/base.py,sha256=zC20m8a1Sa11oEY0ay1iIRQeybGYvXY5p3Vr-pxoKnQ,6802
7
7
  artemis_model/category.py,sha256=jhCZrK-LxPmc0pXmVifAZWdCENssBTzdTmC3nqqZc6s,1761
8
8
  artemis_model/dj_set.py,sha256=fOYnCu4n5TiqyiSojfdFnO7LuPe_mM2SUwBV5xHy2Kc,3782
@@ -26,6 +26,6 @@ artemis_model/sqs/messages.py,sha256=98cWxrj48T1AcEnltqVGTts6rcmTYimeN8fC6wkdNQk
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.106.dist-info/METADATA,sha256=5jDkvlXrI6nzNmKdQ1i6hYg0ggPwZzCeRgN5UZ7PE2g,3445
30
- artemis_model-0.1.106.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
31
- artemis_model-0.1.106.dist-info/RECORD,,
29
+ artemis_model-0.1.108.dist-info/METADATA,sha256=IgrMqvwBG7f36cv1XB_2EOexGArG4N5n5KpmLvGp9Wk,3445
30
+ artemis_model-0.1.108.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
31
+ artemis_model-0.1.108.dist-info/RECORD,,