pluggy-sdk 1.0.0.post32__py3-none-any.whl → 1.0.0.post33__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.post32"
18
+ __version__ = "1.0.0.post33"
19
19
 
20
20
  # import apis into sdk package
21
21
  from pluggy_sdk.api.account_api import AccountApi
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.post32/python'
94
+ self.user_agent = 'OpenAPI-Generator/1.0.0.post33/python'
95
95
  self.client_side_validation = configuration.client_side_validation
96
96
 
97
97
  def __enter__(self):
@@ -525,7 +525,7 @@ conf = pluggy_sdk.Configuration(
525
525
  "OS: {env}\n"\
526
526
  "Python Version: {pyversion}\n"\
527
527
  "Version of the API: 1.0.0\n"\
528
- "SDK Package Version: 1.0.0.post32".\
528
+ "SDK Package Version: 1.0.0.post33".\
529
529
  format(env=sys.platform, pyversion=sys.version)
530
530
 
531
531
  def get_host_settings(self) -> List[HostSetting]:
@@ -34,8 +34,8 @@ class CreateSmartAccountRequest(BaseModel):
34
34
  tax_number: Optional[StrictStr] = Field(default=None, description="Smart account owner's CNPJ. Just needed if 'isSandbox' is true", alias="taxNumber")
35
35
  name: Optional[StrictStr] = Field(default=None, description="Smart account owner's business name. Just needed if 'isSandbox' is true")
36
36
  email: StrictStr = Field(description="Email to be associated to the smart account")
37
- phone: Optional[StrictStr] = Field(default=None, description="Phone number to be associated to the smart account")
38
- __properties: ClassVar[List[str]] = ["itemId", "isSandbox", "address", "taxNumber", "name", "email", "phone"]
37
+ phone_number: StrictStr = Field(description="Phone number to be associated to the smart account", alias="phoneNumber")
38
+ __properties: ClassVar[List[str]] = ["itemId", "isSandbox", "address", "taxNumber", "name", "email", "phoneNumber"]
39
39
 
40
40
  model_config = ConfigDict(
41
41
  populate_by_name=True,
@@ -97,7 +97,7 @@ class CreateSmartAccountRequest(BaseModel):
97
97
  "taxNumber": obj.get("taxNumber"),
98
98
  "name": obj.get("name"),
99
99
  "email": obj.get("email"),
100
- "phone": obj.get("phone")
100
+ "phoneNumber": obj.get("phoneNumber")
101
101
  })
102
102
  return _obj
103
103
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pluggy-sdk
3
- Version: 1.0.0.post32
3
+ Version: 1.0.0.post33
4
4
  Summary: Pluggy API
5
5
  Home-page: https://github.com/diraol/pluggy-python
6
6
  Author: Pluggy
@@ -19,7 +19,7 @@ Pluggy's main API to review data and execute connectors
19
19
  This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
20
20
 
21
21
  - API version: 1.0.0
22
- - Package version: 1.0.0.post32
22
+ - Package version: 1.0.0.post33
23
23
  - Generator version: 7.11.0-SNAPSHOT
24
24
  - Build package: org.openapitools.codegen.languages.PythonClientCodegen
25
25
  For more information, please visit [https://pluggy.ai](https://pluggy.ai)
@@ -1,7 +1,7 @@
1
- pluggy_sdk/__init__.py,sha256=rkSVqhVzMgOm-P4-SVUeMC-GR5NE9IadjGOqilCuWas,12844
2
- pluggy_sdk/api_client.py,sha256=BNpROhVGWSx0XysVyj8EPROiz4oaxz5YF_Sdlfapul8,27438
1
+ pluggy_sdk/__init__.py,sha256=5KnLbvy7Kic9bnPSFOWKRublvR8uiSGkr4HdHRjOo6g,12844
2
+ pluggy_sdk/api_client.py,sha256=X19cBFo0tL4WZQUfOjH2r4ATqU1waVNRtGd81PbJhFE,27438
3
3
  pluggy_sdk/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
4
- pluggy_sdk/configuration.py,sha256=IljXJQG6d4r8lIHFQdhVb71QntDb4g0oYs9rAoIbC6s,18485
4
+ pluggy_sdk/configuration.py,sha256=DdSlBKQm2Nn0Pw-gPsEh8cLot99dW_u0QrcWFvI-cwI,18485
5
5
  pluggy_sdk/exceptions.py,sha256=nnh92yDlGdY1-zRsb0vQLebe4oyhrO63RXCYBhbrhoU,5953
6
6
  pluggy_sdk/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
7
  pluggy_sdk/rest.py,sha256=vVdVX3R4AbYt0r6TChhsMVAnyL1nf0RA6eZYjkaaBzY,9389
@@ -94,7 +94,7 @@ pluggy_sdk/models/create_payment_recipient.py,sha256=B4vmHZB0uhOBPl9GPcvkno02fpI
94
94
  pluggy_sdk/models/create_payment_request.py,sha256=H2SU4y28MxacJLrypgknHzIpPTp5m6z9VJEBoGcsazU,4852
95
95
  pluggy_sdk/models/create_payment_request_schedule.py,sha256=Aj70mok-7IYtwhCRFg6_FeawrEiIl34mwcGb0yX6PcY,7159
96
96
  pluggy_sdk/models/create_pix_qr_payment_request.py,sha256=gyRV61yUjf_K4WeihOoBSQySS2NODl2sl4STITpMuIA,3354
97
- pluggy_sdk/models/create_smart_account_request.py,sha256=gSgbwmb6nun1fqtxu_1RWU-wvNRqbCuc5OwvuN1pxr0,4008
97
+ pluggy_sdk/models/create_smart_account_request.py,sha256=Z0fL0SDXZHhP1zONXhHLxIQaGgeHhSNuIozC_OTcF7g,4030
98
98
  pluggy_sdk/models/create_smart_account_transfer_request.py,sha256=cqYBbTfssI6jbZ4bxulvBsofin6d3k0qYcamSSIqzVE,3122
99
99
  pluggy_sdk/models/create_smart_transfer_payment.py,sha256=YqZQ7gg7oPFIlTwDCVH9wglNGETeOkxbiAeZT38e5nk,3397
100
100
  pluggy_sdk/models/create_smart_transfer_preauthorization.py,sha256=aSaFeY_pe-TX2kMyPA_sH89SshgqsJ7JJ4trwMP2zwQ,4149
@@ -215,7 +215,7 @@ pluggy_sdk/models/webhook.py,sha256=2KV31zqFfHMzYzdrfVW7Sam6BsKigdQnPOKjsRiFYqI,
215
215
  pluggy_sdk/models/webhook_creation_error_response.py,sha256=SMvNMvJANk1NTn9BEugfwRtnEsJuoMsFo8tVvci3ayw,2681
216
216
  pluggy_sdk/models/webhooks_list200_response.py,sha256=_C8cwBIpZZrODNt-BS_pwAyBjZPxls6ffsy8vqYA6RU,3384
217
217
  pluggy_sdk/models/weekly.py,sha256=rEjJdwn52bBC5sNRUoWsMQ2uoaX7tDz68R5OOgBF1uw,4096
218
- pluggy_sdk-1.0.0.post32.dist-info/METADATA,sha256=YRN6RIeE_7PUGAAVBLjtpYppci51pcFkv0osWado9a8,23020
219
- pluggy_sdk-1.0.0.post32.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
220
- pluggy_sdk-1.0.0.post32.dist-info/top_level.txt,sha256=4RLkSSAcNiYLnk0_CN2vRQoezuSTIa7VPuNnaVutZP0,11
221
- pluggy_sdk-1.0.0.post32.dist-info/RECORD,,
218
+ pluggy_sdk-1.0.0.post33.dist-info/METADATA,sha256=tVgWJugqkTh4uYMM2rNtox3HXWyDvk9b-_9cr59BFoE,23020
219
+ pluggy_sdk-1.0.0.post33.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
220
+ pluggy_sdk-1.0.0.post33.dist-info/top_level.txt,sha256=4RLkSSAcNiYLnk0_CN2vRQoezuSTIa7VPuNnaVutZP0,11
221
+ pluggy_sdk-1.0.0.post33.dist-info/RECORD,,