pluggy-sdk 1.0.0.post27__py3-none-any.whl → 1.0.0.post28__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.post27"
18
+ __version__ = "1.0.0.post28"
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.post27/python'
94
+ self.user_agent = 'OpenAPI-Generator/1.0.0.post28/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.post27".\
528
+ "SDK Package Version: 1.0.0.post28".\
529
529
  format(env=sys.platform, pyversion=sys.version)
530
530
 
531
531
  def get_host_settings(self) -> List[HostSetting]:
@@ -29,11 +29,10 @@ class CreateClientCategoryRule(BaseModel):
29
29
  """ # noqa: E501
30
30
  description: StrictStr = Field(description="Description of the transaction rule.")
31
31
  category_id: StrictStr = Field(description="Identifier of the category", alias="categoryId")
32
- client_id: StrictStr = Field(description="Identifier of the client", alias="clientId")
33
32
  transaction_type: Optional[StrictStr] = Field(default=None, description="Transaction type (DEBIT/CREDIT)", alias="transactionType")
34
33
  account_type: Optional[StrictStr] = Field(default=None, description="Account type (CHECKING_ACCOUNT/CREDIT_CARD)", alias="accountType")
35
34
  match_type: Optional[StrictStr] = Field(default=None, description="Type of match used to identify the rule (exact/contains/startsWith/endsWith), if not provided, defaults to 'exact'", alias="matchType")
36
- __properties: ClassVar[List[str]] = ["description", "categoryId", "clientId", "transactionType", "accountType", "matchType"]
35
+ __properties: ClassVar[List[str]] = ["description", "categoryId", "transactionType", "accountType", "matchType"]
37
36
 
38
37
  model_config = ConfigDict(
39
38
  populate_by_name=True,
@@ -88,7 +87,6 @@ class CreateClientCategoryRule(BaseModel):
88
87
  _obj = cls.model_validate({
89
88
  "description": obj.get("description"),
90
89
  "categoryId": obj.get("categoryId"),
91
- "clientId": obj.get("clientId"),
92
90
  "transactionType": obj.get("transactionType"),
93
91
  "accountType": obj.get("accountType"),
94
92
  "matchType": obj.get("matchType")
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pluggy-sdk
3
- Version: 1.0.0.post27
3
+ Version: 1.0.0.post28
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.post27
22
+ - Package version: 1.0.0.post28
23
23
  - Generator version: 7.10.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=zJ9Z5IST79BG0lRIuO-kz9naUjOcg4PTXHMW8hIIMzI,12753
2
- pluggy_sdk/api_client.py,sha256=OqDUeiaGAALRE0cC7HAR59cXI8Fkytbc9JuEWSFoWU0,27431
1
+ pluggy_sdk/__init__.py,sha256=qGyx_6BwpDKl9lIFkwLtJcAfuOPJc2jvrUIVcnGLfcs,12753
2
+ pluggy_sdk/api_client.py,sha256=nJSR-lsszmgTLIniADROyQiWnJRgUYdy7tBbPR2mkwU,27431
3
3
  pluggy_sdk/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
4
- pluggy_sdk/configuration.py,sha256=4Nht186H9Eh44uthaMSD_5fxsnZqpykuX2XLJWv0dFo,18485
4
+ pluggy_sdk/configuration.py,sha256=LVrtbevpvk1F1cFKBxyUaO1jaRmqS4NMY6iD_4RI7DQ,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
@@ -84,7 +84,7 @@ pluggy_sdk/models/connector_user_action.py,sha256=k1Y8DHn5zEVFRmTEVL7Z8J8js3i7G-
84
84
  pluggy_sdk/models/consent.py,sha256=2iGU-3JCbWzjUsFU1g4UYXz_zm0EziBJgki8XaBz1Kk,5451
85
85
  pluggy_sdk/models/create_boleto_payment_request.py,sha256=j7aLjY1Pllj67K0BifGj43CZCBpIqfjI8xAPD1QoQgo,3577
86
86
  pluggy_sdk/models/create_bulk_payment.py,sha256=g5S2C_vtgvuTY9om2RvOZSebTXosp5WrzwdS4IbQMMs,3438
87
- pluggy_sdk/models/create_client_category_rule.py,sha256=3q8GujhhKwMzDxY8j_W6ixwKHmtThDff8drDMrX1iB8,3596
87
+ pluggy_sdk/models/create_client_category_rule.py,sha256=CBmaEU87ba_EgxLIcFwb8YWe-FcMdKcaOiu9hGDoGFo,3448
88
88
  pluggy_sdk/models/create_item.py,sha256=UY9M25dLuonvzKeF5aOA_zPvHIXlG68sSYIo8yRJALE,4529
89
89
  pluggy_sdk/models/create_item_parameters.py,sha256=ZAT3HYQRIJMCTO6XRJtBFWLix2LrKrZTWnLtuYMw11k,5380
90
90
  pluggy_sdk/models/create_or_update_payment_customer.py,sha256=ZvN-Pa9LGAR33L5G4XFSbIUPP3RaUsOeD45K5oOKZ-U,3455
@@ -214,7 +214,7 @@ pluggy_sdk/models/webhook.py,sha256=2KV31zqFfHMzYzdrfVW7Sam6BsKigdQnPOKjsRiFYqI,
214
214
  pluggy_sdk/models/webhook_creation_error_response.py,sha256=SMvNMvJANk1NTn9BEugfwRtnEsJuoMsFo8tVvci3ayw,2681
215
215
  pluggy_sdk/models/webhooks_list200_response.py,sha256=_C8cwBIpZZrODNt-BS_pwAyBjZPxls6ffsy8vqYA6RU,3384
216
216
  pluggy_sdk/models/weekly.py,sha256=rEjJdwn52bBC5sNRUoWsMQ2uoaX7tDz68R5OOgBF1uw,4096
217
- pluggy_sdk-1.0.0.post27.dist-info/METADATA,sha256=GSAUTSv2RnRR_4RBdvaxcCw0rOt_YZ8yHEPs5UNyCUQ,22952
218
- pluggy_sdk-1.0.0.post27.dist-info/WHEEL,sha256=P9jw-gEje8ByB7_hXoICnHtVCrEwMQh-630tKvQWehc,91
219
- pluggy_sdk-1.0.0.post27.dist-info/top_level.txt,sha256=4RLkSSAcNiYLnk0_CN2vRQoezuSTIa7VPuNnaVutZP0,11
220
- pluggy_sdk-1.0.0.post27.dist-info/RECORD,,
217
+ pluggy_sdk-1.0.0.post28.dist-info/METADATA,sha256=l0Dh0AK8_HllQ8GUR4t4hVn09GGySO0u0TnfroyKKxI,22952
218
+ pluggy_sdk-1.0.0.post28.dist-info/WHEEL,sha256=R06PA3UVYHThwHvxuRWMqaGcr-PuniXahwjmQRFMEkY,91
219
+ pluggy_sdk-1.0.0.post28.dist-info/top_level.txt,sha256=4RLkSSAcNiYLnk0_CN2vRQoezuSTIa7VPuNnaVutZP0,11
220
+ pluggy_sdk-1.0.0.post28.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.3.0)
2
+ Generator: setuptools (75.5.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5