pluggy-sdk 1.0.0.post39__py3-none-any.whl → 1.0.0.post40__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.post39"
18
+ __version__ = "1.0.0.post40"
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.post39/python'
94
+ self.user_agent = 'OpenAPI-Generator/1.0.0.post40/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.post39".\
535
+ "SDK Package Version: 1.0.0.post40".\
536
536
  format(env=sys.platform, pyversion=sys.version)
537
537
 
538
538
  def get_host_settings(self) -> List[HostSetting]:
@@ -47,7 +47,8 @@ class Transaction(BaseModel):
47
47
  credit_card_metadata: Optional[CreditCardMetadata] = Field(default=None, alias="creditCardMetadata")
48
48
  merchant: Optional[Merchant] = None
49
49
  operation_type: Optional[StrictStr] = Field(default=None, description="Type of operation classified by the institution.", alias="operationType")
50
- __properties: ClassVar[List[str]] = ["id", "description", "currencyCode", "amount", "amountInAccountCurrency", "date", "type", "balance", "providerCode", "status", "category", "categoryId", "paymentData", "creditCardMetadata", "merchant", "operationType"]
50
+ provider_id: Optional[StrictStr] = Field(default=None, description="Provider's identifier for the transaction. Only returned for Open Finance connectors.", alias="providerId")
51
+ __properties: ClassVar[List[str]] = ["id", "description", "currencyCode", "amount", "amountInAccountCurrency", "date", "type", "balance", "providerCode", "status", "category", "categoryId", "paymentData", "creditCardMetadata", "merchant", "operationType", "providerId"]
51
52
 
52
53
  @field_validator('type')
53
54
  def type_validate_enum(cls, value):
@@ -134,7 +135,8 @@ class Transaction(BaseModel):
134
135
  "paymentData": PaymentData.from_dict(obj["paymentData"]) if obj.get("paymentData") is not None else None,
135
136
  "creditCardMetadata": CreditCardMetadata.from_dict(obj["creditCardMetadata"]) if obj.get("creditCardMetadata") is not None else None,
136
137
  "merchant": Merchant.from_dict(obj["merchant"]) if obj.get("merchant") is not None else None,
137
- "operationType": obj.get("operationType")
138
+ "operationType": obj.get("operationType"),
139
+ "providerId": obj.get("providerId")
138
140
  })
139
141
  return _obj
140
142
 
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.2
1
+ Metadata-Version: 2.4
2
2
  Name: pluggy-sdk
3
- Version: 1.0.0.post39
3
+ Version: 1.0.0.post40
4
4
  Summary: Pluggy API
5
5
  Home-page: https://github.com/diraol/pluggy-python
6
6
  Author: Pluggy
@@ -8,7 +8,7 @@ Author-email: hello@pluggy.ai
8
8
  License: MIT
9
9
  Keywords: OpenAPI,OpenAPI-Generator,Pluggy API
10
10
  Description-Content-Type: text/markdown
11
- Requires-Dist: urllib3<3.0.0,>=1.25.3
11
+ Requires-Dist: urllib3<3.0.0,>=2.1.0
12
12
  Requires-Dist: python-dateutil>=2.8.2
13
13
  Requires-Dist: pydantic>=2
14
14
  Requires-Dist: typing-extensions>=4.7.1
@@ -28,7 +28,7 @@ Pluggy's main API to review data and execute connectors
28
28
  This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
29
29
 
30
30
  - API version: 1.0.0
31
- - Package version: 1.0.0.post39
31
+ - Package version: 1.0.0.post40
32
32
  - Generator version: 7.13.0-SNAPSHOT
33
33
  - Build package: org.openapitools.codegen.languages.PythonClientCodegen
34
34
  For more information, please visit [https://pluggy.ai](https://pluggy.ai)
@@ -1,7 +1,7 @@
1
- pluggy_sdk/__init__.py,sha256=9Tilb5ov_G8PpgK4SZc4XxgLnozKNjEWFPvf5U4Aitg,14046
2
- pluggy_sdk/api_client.py,sha256=7hbSr86X8bfbFBdUqCO72YR79LpJKE3g3JrXQg0tU4g,27438
1
+ pluggy_sdk/__init__.py,sha256=BZAm7LHRbQ9AOgyfkZEpxvXYYKeGIZRHnZ0TXgFwDaU,14046
2
+ pluggy_sdk/api_client.py,sha256=wv4OkblYI7PD6WocSE847dOVjeXv9qUA-jrx4QhJH8w,27438
3
3
  pluggy_sdk/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
4
- pluggy_sdk/configuration.py,sha256=abdEPLYQwklNWRxgJh7i0BHCFue_f513obWkkBc6dhY,18823
4
+ pluggy_sdk/configuration.py,sha256=2bpCfbRItzcq-rp9dBrqyAUoPMxx-0fkIZzq1TXRJdQ,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
@@ -221,7 +221,7 @@ pluggy_sdk/models/smart_transfer_preauthorization_parameter.py,sha256=ZhP5Q_7gZo
221
221
  pluggy_sdk/models/status_detail.py,sha256=KBztEwpbCqrhNTvntJrRB7QDQHBq2XHtKKNT6tTOEHA,5728
222
222
  pluggy_sdk/models/status_detail_product.py,sha256=u4ywakAifpyDli36JZAUGurLRdN9W4B3EJZ9dutUdd8,3651
223
223
  pluggy_sdk/models/status_detail_product_warning.py,sha256=LFYFdkpQxvS5W2Kj3cxGGvnWhOhLpMYvpUcr8rplVVs,2955
224
- pluggy_sdk/models/transaction.py,sha256=Aokv7FMDJ0ubyX51FKeTMzEVMbLS0MmgQkTfv6yGaPY,6671
224
+ pluggy_sdk/models/transaction.py,sha256=cEBiOxkkW3t1KRSwgOCwyhjNnOKW_Wv3KTaAAGMjU_Y,6914
225
225
  pluggy_sdk/models/update_item.py,sha256=3YeJaipa-omyCB3Ux0Mig5fnt_7UrXyiI6yrtZt6wCA,4134
226
226
  pluggy_sdk/models/update_item_parameters.py,sha256=yeIMinw_yVyCr9OxyZcxEe-17zCNNoKK8MkysO7yDcc,5324
227
227
  pluggy_sdk/models/update_payment_recipient.py,sha256=eVnwQqnLsZVqx58FrWriIiVynNnLbHzwizdm2yLZbAE,3976
@@ -231,7 +231,7 @@ pluggy_sdk/models/webhook.py,sha256=2KV31zqFfHMzYzdrfVW7Sam6BsKigdQnPOKjsRiFYqI,
231
231
  pluggy_sdk/models/webhook_creation_error_response.py,sha256=SMvNMvJANk1NTn9BEugfwRtnEsJuoMsFo8tVvci3ayw,2681
232
232
  pluggy_sdk/models/webhooks_list200_response.py,sha256=_C8cwBIpZZrODNt-BS_pwAyBjZPxls6ffsy8vqYA6RU,3384
233
233
  pluggy_sdk/models/weekly.py,sha256=rEjJdwn52bBC5sNRUoWsMQ2uoaX7tDz68R5OOgBF1uw,4096
234
- pluggy_sdk-1.0.0.post39.dist-info/METADATA,sha256=ypd9W010UpfOAtGIA59UDpL6NSC2OgpFOL5Vn5Y1hLk,24984
235
- pluggy_sdk-1.0.0.post39.dist-info/WHEEL,sha256=52BFRY2Up02UkjOa29eZOS2VxUrpPORXg1pkohGGUS8,91
236
- pluggy_sdk-1.0.0.post39.dist-info/top_level.txt,sha256=4RLkSSAcNiYLnk0_CN2vRQoezuSTIa7VPuNnaVutZP0,11
237
- pluggy_sdk-1.0.0.post39.dist-info/RECORD,,
234
+ pluggy_sdk-1.0.0.post40.dist-info/METADATA,sha256=srBg7Zma55-23eMX-e52W4C_sDsTF1-DfVphpAuSZJE,24983
235
+ pluggy_sdk-1.0.0.post40.dist-info/WHEEL,sha256=1tXe9gY0PYatrMPMDd6jXqjfpz_B-Wqm32CPfRC58XU,91
236
+ pluggy_sdk-1.0.0.post40.dist-info/top_level.txt,sha256=4RLkSSAcNiYLnk0_CN2vRQoezuSTIa7VPuNnaVutZP0,11
237
+ pluggy_sdk-1.0.0.post40.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (76.0.0)
2
+ Generator: setuptools (77.0.3)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5