pluggy-sdk 1.0.0.post48__py3-none-any.whl → 1.0.0.post49__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.
pluggy_sdk/__init__.py CHANGED
@@ -15,7 +15,7 @@
15
15
  """ # noqa: E501
16
16
 
17
17
 
18
- __version__ = "1.0.0.post48"
18
+ __version__ = "1.0.0.post49"
19
19
 
20
20
  # Define package exports
21
21
  __all__ = [
pluggy_sdk/api_client.py CHANGED
@@ -91,7 +91,7 @@ class ApiClient:
91
91
  self.default_headers[header_name] = header_value
92
92
  self.cookie = cookie
93
93
  # Set default User-Agent.
94
- self.user_agent = 'OpenAPI-Generator/1.0.0.post48/python'
94
+ self.user_agent = 'OpenAPI-Generator/1.0.0.post49/python'
95
95
  self.client_side_validation = configuration.client_side_validation
96
96
 
97
97
  def __enter__(self):
@@ -532,7 +532,7 @@ conf = pluggy_sdk.Configuration(
532
532
  "OS: {env}\n"\
533
533
  "Python Version: {pyversion}\n"\
534
534
  "Version of the API: 1.0.0\n"\
535
- "SDK Package Version: 1.0.0.post48".\
535
+ "SDK Package Version: 1.0.0.post49".\
536
536
  format(env=sys.platform, pyversion=sys.version)
537
537
 
538
538
  def get_host_settings(self) -> List[HostSetting]:
@@ -36,7 +36,8 @@ class AutomaticPixPayment(BaseModel):
36
36
  var_date: date = Field(description="Payment scheduled date", alias="date")
37
37
  end_to_end_id: Optional[StrictStr] = Field(default=None, description="Payment end to end identifier", alias="endToEndId")
38
38
  error_detail: Optional[SchedulePaymentErrorDetail] = Field(default=None, alias="errorDetail")
39
- __properties: ClassVar[List[str]] = ["id", "status", "amount", "description", "date", "endToEndId", "errorDetail"]
39
+ client_payment_id: Optional[StrictStr] = Field(default=None, description="External identifier for the payment", alias="clientPaymentId")
40
+ __properties: ClassVar[List[str]] = ["id", "status", "amount", "description", "date", "endToEndId", "errorDetail", "clientPaymentId"]
40
41
 
41
42
  @field_validator('status')
42
43
  def status_validate_enum(cls, value):
@@ -105,7 +106,8 @@ class AutomaticPixPayment(BaseModel):
105
106
  "description": obj.get("description"),
106
107
  "date": obj.get("date"),
107
108
  "endToEndId": obj.get("endToEndId"),
108
- "errorDetail": SchedulePaymentErrorDetail.from_dict(obj["errorDetail"]) if obj.get("errorDetail") is not None else None
109
+ "errorDetail": SchedulePaymentErrorDetail.from_dict(obj["errorDetail"]) if obj.get("errorDetail") is not None else None,
110
+ "clientPaymentId": obj.get("clientPaymentId")
109
111
  })
110
112
  return _obj
111
113
 
@@ -31,7 +31,8 @@ class ScheduleAutomaticPixPaymentRequest(BaseModel):
31
31
  amount: Union[StrictFloat, StrictInt] = Field(description="Transaction value")
32
32
  description: Optional[StrictStr] = Field(default=None, description="Transaction description")
33
33
  var_date: date = Field(description="The payment date, which must fall between D+2 and D+10. Date format must be YYYY-MM-DD (for example: 2025-06-16)", alias="date")
34
- __properties: ClassVar[List[str]] = ["amount", "description", "date"]
34
+ client_payment_id: Optional[StrictStr] = Field(default=None, description="External identifier for the payment", alias="clientPaymentId")
35
+ __properties: ClassVar[List[str]] = ["amount", "description", "date", "clientPaymentId"]
35
36
 
36
37
  model_config = ConfigDict(
37
38
  populate_by_name=True,
@@ -86,7 +87,8 @@ class ScheduleAutomaticPixPaymentRequest(BaseModel):
86
87
  _obj = cls.model_validate({
87
88
  "amount": obj.get("amount"),
88
89
  "description": obj.get("description"),
89
- "date": obj.get("date")
90
+ "date": obj.get("date"),
91
+ "clientPaymentId": obj.get("clientPaymentId")
90
92
  })
91
93
  return _obj
92
94
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pluggy_sdk
3
- Version: 1.0.0.post48
3
+ Version: 1.0.0.post49
4
4
  Summary: Pluggy API
5
5
  Home-page: https://github.com/diraol/pluggy-python
6
6
  Author: Pluggy
@@ -23,7 +23,7 @@ Pluggy's main API to review data and execute connectors
23
23
  This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
24
24
 
25
25
  - API version: 1.0.0
26
- - Package version: 1.0.0.post48
26
+ - Package version: 1.0.0.post49
27
27
  - Generator version: 7.14.0
28
28
  - Build package: org.openapitools.codegen.languages.PythonClientCodegen
29
29
  For more information, please visit [https://pluggy.ai](https://pluggy.ai)
@@ -1,7 +1,7 @@
1
- pluggy_sdk/__init__.py,sha256=CJO3EjvwuuA2_oDaIjvNkzX9VYQFmaQIp5vH8KrE7bk,22277
2
- pluggy_sdk/api_client.py,sha256=uBPc1YJBy7yBIeU3mwK3lGdOWa4Dcq-wTYsSXzOxjnk,27672
1
+ pluggy_sdk/__init__.py,sha256=ha5CktfvcYYfCdgfE-J3LCwwhrq2SDY528w92rUA0NQ,22277
2
+ pluggy_sdk/api_client.py,sha256=jOnI0-GFCBYV47YAI0lpaIMIBgVo_jS27qgx0rSsl_I,27672
3
3
  pluggy_sdk/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
4
- pluggy_sdk/configuration.py,sha256=p1RItV1_z9_kMQf2KxFT2cNIV0rPi2rY-WgjiPIjx14,18823
4
+ pluggy_sdk/configuration.py,sha256=dn5moFDorOOxeaU0amx_ZEfEBosnXWLPAP8ckP1aMQ0,18823
5
5
  pluggy_sdk/exceptions.py,sha256=i3cDTqzBiyuMq9VdCqE6CVVf09vq_TDYL9uOVvFoZis,6452
6
6
  pluggy_sdk/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
7
  pluggy_sdk/rest.py,sha256=GHVGUFTXDukPvnXQi5AUNhTb1Ko-ZdZdvJQLnovZlbs,9445
@@ -60,7 +60,7 @@ pluggy_sdk/models/asset_distribution.py,sha256=v_K-fNtviugnJLfSAYSgzoit0JIDQoq-m
60
60
  pluggy_sdk/models/auth_request.py,sha256=CegRciH-OX64aMnj6WYuzEj58w87amkUxzrVLDaSo7U,2726
61
61
  pluggy_sdk/models/auth_response.py,sha256=x5hEPWBfbOye7m35QGiBo7TWz1JAaPZ0n0jNnN2F5As,2577
62
62
  pluggy_sdk/models/automatic_pix_first_payment.py,sha256=MfMoBRP0EsrOL_x9Z_AYKPZmYYOl8MCG5Bt-z-ciJYU,3288
63
- pluggy_sdk/models/automatic_pix_payment.py,sha256=gFcQbi7-L-Qp2Uj0gxzTiSKHd3zPUJ6EaqqQBOKPRzM,4175
63
+ pluggy_sdk/models/automatic_pix_payment.py,sha256=Fy676SA0_sEDzEHh19ASMCXhM0eUNDQxTzm5U2fbau8,4394
64
64
  pluggy_sdk/models/bank_data.py,sha256=mfNQfxIA0i2swgd3ODsaIgtMhBG_imQCNXEucaPewZE,3243
65
65
  pluggy_sdk/models/benefit_loan.py,sha256=Z8LkjzzgtQArTWrn86yHZEUE3G2YpMXicoxDzCkDJbs,6155
66
66
  pluggy_sdk/models/benefit_loan_client.py,sha256=YwIDPQE4Ma9mQybgRSiQPfMXGQL8iULpc-rosBLuQro,3761
@@ -209,7 +209,7 @@ pluggy_sdk/models/percentage_over_index.py,sha256=UMM-sXy36J5X_kfVCCy3glXjEGUXJz
209
209
  pluggy_sdk/models/phone_number.py,sha256=KtNMYqBE9K7Of-gVId3wV9gN9vf1XGbDnv3R_s-QGco,3087
210
210
  pluggy_sdk/models/pix_data.py,sha256=zygIaWicGwI93-q181yHzPVxKBZ7wpuhN70b_KvPm0c,2602
211
211
  pluggy_sdk/models/retry_automatic_pix_payment_request.py,sha256=996dVxR8OGZQrekRCP_EviUPxY87zDtDtba0NrrPOWM,2699
212
- pluggy_sdk/models/schedule_automatic_pix_payment_request.py,sha256=zXcCWHrtagzvcsIhGOFRtRZzNEOC6bYE5ryKBMRewKc,3064
212
+ pluggy_sdk/models/schedule_automatic_pix_payment_request.py,sha256=Vlv2TEy55KGJpKyz63BbLc06DfWHG2P-Xj34cu1vRUc,3283
213
213
  pluggy_sdk/models/schedule_payment.py,sha256=jeZhxuQtaZpy3azrv3WDZszkKfur_m_djAvOK8YOKDY,4040
214
214
  pluggy_sdk/models/schedule_payment_error_detail.py,sha256=9bqhCPmKOkIKXE6nnjN72PQ28QE9-jJtQZKB8fET-AA,2975
215
215
  pluggy_sdk/models/schedule_type_custom.py,sha256=OIPS53NFeFbQ3rFR030CEdP1E0XY2bJUP4iHc8Iv-q4,3174
@@ -241,7 +241,7 @@ pluggy_sdk/models/webhook.py,sha256=2KV31zqFfHMzYzdrfVW7Sam6BsKigdQnPOKjsRiFYqI,
241
241
  pluggy_sdk/models/webhook_creation_error_response.py,sha256=SMvNMvJANk1NTn9BEugfwRtnEsJuoMsFo8tVvci3ayw,2681
242
242
  pluggy_sdk/models/webhooks_list200_response.py,sha256=_C8cwBIpZZrODNt-BS_pwAyBjZPxls6ffsy8vqYA6RU,3384
243
243
  pluggy_sdk/models/weekly.py,sha256=rEjJdwn52bBC5sNRUoWsMQ2uoaX7tDz68R5OOgBF1uw,4096
244
- pluggy_sdk-1.0.0.post48.dist-info/METADATA,sha256=EZ3YF1fT_5sM6ScDxgGEGIGCqkQgwiGxLYi9f9739kU,23515
245
- pluggy_sdk-1.0.0.post48.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
246
- pluggy_sdk-1.0.0.post48.dist-info/top_level.txt,sha256=4RLkSSAcNiYLnk0_CN2vRQoezuSTIa7VPuNnaVutZP0,11
247
- pluggy_sdk-1.0.0.post48.dist-info/RECORD,,
244
+ pluggy_sdk-1.0.0.post49.dist-info/METADATA,sha256=4SqNDZy_Xwn6M9a6KwvytHYnIzpP7Qp-8t84SGMFpck,23515
245
+ pluggy_sdk-1.0.0.post49.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
246
+ pluggy_sdk-1.0.0.post49.dist-info/top_level.txt,sha256=4RLkSSAcNiYLnk0_CN2vRQoezuSTIa7VPuNnaVutZP0,11
247
+ pluggy_sdk-1.0.0.post49.dist-info/RECORD,,