xcpcio 0.66.0__py3-none-any.whl → 0.66.2__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 xcpcio might be problematic. Click here for more details.
- xcpcio/__version__.py +1 -1
- xcpcio/types.py +8 -1
- {xcpcio-0.66.0.dist-info → xcpcio-0.66.2.dist-info}/METADATA +1 -1
- {xcpcio-0.66.0.dist-info → xcpcio-0.66.2.dist-info}/RECORD +6 -6
- {xcpcio-0.66.0.dist-info → xcpcio-0.66.2.dist-info}/WHEEL +0 -0
- {xcpcio-0.66.0.dist-info → xcpcio-0.66.2.dist-info}/entry_points.txt +0 -0
xcpcio/__version__.py
CHANGED
xcpcio/types.py
CHANGED
|
@@ -76,10 +76,16 @@ Text = Union[str, I18NStringSet]
|
|
|
76
76
|
|
|
77
77
|
class Image(BaseModel):
|
|
78
78
|
url: Optional[str] = None
|
|
79
|
+
mime: Optional[str] = None
|
|
80
|
+
|
|
79
81
|
base64: Optional[str] = None
|
|
80
82
|
type: Optional[Literal["png", "svg", "jpg", "jpeg"]] = None
|
|
83
|
+
|
|
81
84
|
preset: Optional[ImagePreset] = None
|
|
82
85
|
|
|
86
|
+
width: Optional[int] = None
|
|
87
|
+
height: Optional[int] = None
|
|
88
|
+
|
|
83
89
|
|
|
84
90
|
class BalloonColor(BaseModel):
|
|
85
91
|
color: str
|
|
@@ -147,6 +153,8 @@ class Team(BaseModel):
|
|
|
147
153
|
members: Optional[Union[Text, List[Text], Persons]] = None
|
|
148
154
|
|
|
149
155
|
badge: Optional[Image] = None
|
|
156
|
+
|
|
157
|
+
missing_photo: Optional[bool] = None
|
|
150
158
|
photo: Optional[Image] = None
|
|
151
159
|
|
|
152
160
|
location: Optional[str] = None
|
|
@@ -174,7 +182,6 @@ class ContestOptions(BaseModel):
|
|
|
174
182
|
has_reaction_videos: Optional[bool] = None
|
|
175
183
|
reaction_video_url_template: Optional[str] = None
|
|
176
184
|
|
|
177
|
-
has_team_photos: Optional[bool] = None
|
|
178
185
|
team_photo_url_template: Optional[Image] = None
|
|
179
186
|
|
|
180
187
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
xcpcio/__init__.py,sha256=NB6wpVr5JUrOx2vLIQSVtYuCz0d7kNFE39TSQlvoENk,125
|
|
2
|
-
xcpcio/__version__.py,sha256=
|
|
2
|
+
xcpcio/__version__.py,sha256=2C25sru0L8ca8FhdC0PH3Z4WA_dUX_xM0OeCi5h3vdY,172
|
|
3
3
|
xcpcio/constants.py,sha256=MjpAgNXiBlUsx1S09m7JNT-nekNDR-aE6ggvGL3fg0I,2297
|
|
4
|
-
xcpcio/types.py,sha256=
|
|
4
|
+
xcpcio/types.py,sha256=GElkg8wz2BloN6PzyjvLrrd2h7Lm5itaaNnZv3hVQ-U,7591
|
|
5
5
|
xcpcio/api/__init__.py,sha256=B9gLdAlR3FD7070cvAC5wAwMy3iV63I8hh4mUrnrKpk,274
|
|
6
6
|
xcpcio/api/client.py,sha256=BuzH8DbJYudJ-Kne-2XziLW__B_7iEqElJ4n2SGZCoY,2374
|
|
7
7
|
xcpcio/api/models.py,sha256=_dChApnIHVNN3hEL7mR5zonq8IUcxW_h7z1kUz6reSs,772
|
|
@@ -40,7 +40,7 @@ xcpcio/clics/model/model_2023_06/model.py,sha256=bVMDWpJTwPSpz1fHPxWrWerxCBIboH3
|
|
|
40
40
|
xcpcio/clics/reader/__init__.py,sha256=Nfi78X8J1tJPh7WeSRPLMRUprlS2JYelYJHW4DfyJ7U,162
|
|
41
41
|
xcpcio/clics/reader/contest_package_reader.py,sha256=xalN6sR8qTjwiBtass9De9FlQqprctvZsiTpVphRtCc,14252
|
|
42
42
|
xcpcio/clics/reader/interface.py,sha256=lK2JXU1n8GJ4PecXnfFBijMaCVLYk404e4QwV_Ti2Hk,3918
|
|
43
|
-
xcpcio-0.66.
|
|
44
|
-
xcpcio-0.66.
|
|
45
|
-
xcpcio-0.66.
|
|
46
|
-
xcpcio-0.66.
|
|
43
|
+
xcpcio-0.66.2.dist-info/METADATA,sha256=P9KskOSXGwjB8nekBpCrAz_rIxz3npvCCWNh4r7B-0k,2233
|
|
44
|
+
xcpcio-0.66.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
45
|
+
xcpcio-0.66.2.dist-info/entry_points.txt,sha256=JYkvmmxKFWv0EBU6Ys65XsjkOO02KGlzASau0GX9TQ8,110
|
|
46
|
+
xcpcio-0.66.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|