xcpcio 0.66.0__py3-none-any.whl → 0.66.1__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 CHANGED
@@ -1,4 +1,4 @@
1
1
  # This file is auto-generated by Hatchling. As such, do not:
2
2
  # - modify
3
3
  # - track in version control e.g. be sure to add to .gitignore
4
- __version__ = VERSION = '0.66.0'
4
+ __version__ = VERSION = '0.66.1'
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
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: xcpcio
3
- Version: 0.66.0
3
+ Version: 0.66.1
4
4
  Summary: xcpcio python lib
5
5
  Project-URL: homepage, https://github.com/xcpcio/xcpcio
6
6
  Project-URL: documentation, https://github.com/xcpcio/xcpcio
@@ -1,7 +1,7 @@
1
1
  xcpcio/__init__.py,sha256=NB6wpVr5JUrOx2vLIQSVtYuCz0d7kNFE39TSQlvoENk,125
2
- xcpcio/__version__.py,sha256=hyo-3iohaQ41S-kIqqkNNfhikrZkNXkq9-_yO6Bepns,172
2
+ xcpcio/__version__.py,sha256=m58vFL1DUlTTtxxlL4wc7yxU77cfgxSFl__UtbkLsWo,172
3
3
  xcpcio/constants.py,sha256=MjpAgNXiBlUsx1S09m7JNT-nekNDR-aE6ggvGL3fg0I,2297
4
- xcpcio/types.py,sha256=pywzrvhjLEC-rzLKXB5LZu7pL75vcvAPWMsTq9JS5sE,7493
4
+ xcpcio/types.py,sha256=mYYiaeNm79xZNnjwbj_PAyovrGZwhjp3fre1c38KFbw,7592
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.0.dist-info/METADATA,sha256=fz3fDFECLokIJAnV8IZLDYiUb2KI_PK-2-FayOU9pKs,2233
44
- xcpcio-0.66.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
45
- xcpcio-0.66.0.dist-info/entry_points.txt,sha256=JYkvmmxKFWv0EBU6Ys65XsjkOO02KGlzASau0GX9TQ8,110
46
- xcpcio-0.66.0.dist-info/RECORD,,
43
+ xcpcio-0.66.1.dist-info/METADATA,sha256=vNcjUKKgzPqjC0D4LRxZLWRf6ZSIUbyqbh9TSz8zdgc,2233
44
+ xcpcio-0.66.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
45
+ xcpcio-0.66.1.dist-info/entry_points.txt,sha256=JYkvmmxKFWv0EBU6Ys65XsjkOO02KGlzASau0GX9TQ8,110
46
+ xcpcio-0.66.1.dist-info/RECORD,,