python3-core-api-client 1.0.1__py3-none-any.whl → 1.0.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.
@@ -1550,6 +1550,7 @@ class PHPExtensionEnum(StrEnum):
1550
1550
  EXCIMER = "excimer"
1551
1551
  MAILPARSE = "mailparse"
1552
1552
  UV = "uv"
1553
+ AMQP = "amqp"
1553
1554
 
1554
1555
 
1555
1556
  class PHPSettings(CoreApiModel):
@@ -1569,7 +1570,7 @@ class PHPSettings(CoreApiModel):
1569
1570
  post_max_size: conint(ge=32, le=256) = Field(32, title="Post Max Size")
1570
1571
  upload_max_filesize: conint(ge=32, le=256) = Field(32, title="Upload Max Filesize")
1571
1572
  tideways_api_key: Optional[
1572
- constr(regex=r"^[a-zA-Z0-9]+$", min_length=16, max_length=16)
1573
+ constr(regex=r"^[a-zA-Z0-9]+$", min_length=16, max_length=32)
1573
1574
  ] = Field(None, title="Tideways Api Key")
1574
1575
  tideways_sample_rate: Optional[conint(ge=1, le=100)] = Field(
1575
1576
  None, title="Tideways Sample Rate"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: python3-core-api-client
3
- Version: 1.0.1
3
+ Version: 1.0.2
4
4
  Summary: Python client for Core API.
5
5
  Author-email: Cyberfusion <support@cyberfusion.io>
6
6
  Project-URL: Source, https://github.com/CyberfusionIO/python3-core-api-client
@@ -4,7 +4,7 @@ cyberfusion/CoreApiClient/connector.py,sha256=7yQs9fH8ldGHpw41xHU07NkXD5OPm3_pjc
4
4
  cyberfusion/CoreApiClient/exceptions.py,sha256=fNxPtzVL4SzPiVNZmBTu1l8D57dkCxMxflyIXDPLE4Q,204
5
5
  cyberfusion/CoreApiClient/http.py,sha256=z6ZyfQyUnA3QDCmej2BEIw9BOlTYoCE8zvTZ0-u_VoQ,429
6
6
  cyberfusion/CoreApiClient/interfaces.py,sha256=P0wCbmSNEpB-eF49PHudc_qXM4blIXm4TsD2AB0z_7Q,269
7
- cyberfusion/CoreApiClient/models.py,sha256=PGZlyBMaCgyar_ILM9hgJZukWIspSGT-1TcpaqFiBcw,267284
7
+ cyberfusion/CoreApiClient/models.py,sha256=bLs0A1Wulfud5bQEtGD_ax1gibAlICKPBzqlZHbAECs,267302
8
8
  cyberfusion/CoreApiClient/resources/__init__.py,sha256=E5VMFXttOmN7TjJt0WeARL_tYVoJcLoRoOnIYkCF748,1881
9
9
  cyberfusion/CoreApiClient/resources/basic_authentication_realms.py,sha256=A0B4auQlBSV-kYrww613PwozMey-VsROguycrQBxB4E,2739
10
10
  cyberfusion/CoreApiClient/resources/borg_archives.py,sha256=Dj5seJanmRYZZFSnaagJBkfR7LL-uYO5vpbjody-y0g,4346
@@ -53,7 +53,7 @@ cyberfusion/CoreApiClient/resources/tombstones.py,sha256=brtaywIKuIHfzrhAQSg8wtx
53
53
  cyberfusion/CoreApiClient/resources/unix_users.py,sha256=64j14_pfh4jWgM1hzJUYCicHcYQ7CT84cFzePCp0zTg,3622
54
54
  cyberfusion/CoreApiClient/resources/url_redirects.py,sha256=GBUin-MRtkuKk9191-8EsYc6iZf5X2cMOk_Y-xleW2s,2358
55
55
  cyberfusion/CoreApiClient/resources/virtual_hosts.py,sha256=ZwlymtfSp8sMtglm8iGrUb7wpw4cGtFU6h5b7HTu9Kw,3702
56
- python3_core_api_client-1.0.1.dist-info/METADATA,sha256=nfU7o0rtVJ3rIMR3bJcbuhIrjFhRvR69z5IMAiUKO3w,7031
57
- python3_core_api_client-1.0.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
58
- python3_core_api_client-1.0.1.dist-info/top_level.txt,sha256=ss011q9S6SL_KIIyq7iujFmIYa0grSjlnInO7cDkeag,12
59
- python3_core_api_client-1.0.1.dist-info/RECORD,,
56
+ python3_core_api_client-1.0.2.dist-info/METADATA,sha256=FYF2GGzdYCdloXo1Ua7H3uIZhun_eMI7kqp85A_VJsI,7031
57
+ python3_core_api_client-1.0.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
58
+ python3_core_api_client-1.0.2.dist-info/top_level.txt,sha256=ss011q9S6SL_KIIyq7iujFmIYa0grSjlnInO7cDkeag,12
59
+ python3_core_api_client-1.0.2.dist-info/RECORD,,