pluggy-sdk 1.0.0.post21__py3-none-any.whl → 1.0.0.post23__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 +1 -29
- pluggy_sdk/api/__init__.py +0 -5
- pluggy_sdk/api_client.py +1 -1
- pluggy_sdk/configuration.py +1 -1
- pluggy_sdk/models/__init__.py +0 -23
- pluggy_sdk/models/client_category_rule.py +6 -2
- pluggy_sdk/models/connector.py +2 -2
- pluggy_sdk/models/consent.py +2 -2
- pluggy_sdk/models/create_client_category_rule.py +7 -3
- pluggy_sdk/models/create_item.py +2 -2
- pluggy_sdk/models/item.py +2 -2
- pluggy_sdk/models/smart_account.py +1 -1
- pluggy_sdk/models/status_detail.py +2 -17
- pluggy_sdk/models/transaction.py +4 -8
- pluggy_sdk/models/update_item.py +2 -2
- {pluggy_sdk-1.0.0.post21.dist-info → pluggy_sdk-1.0.0.post23.dist-info}/METADATA +3 -35
- {pluggy_sdk-1.0.0.post21.dist-info → pluggy_sdk-1.0.0.post23.dist-info}/RECORD +19 -19
- {pluggy_sdk-1.0.0.post21.dist-info → pluggy_sdk-1.0.0.post23.dist-info}/WHEEL +0 -0
- {pluggy_sdk-1.0.0.post21.dist-info → pluggy_sdk-1.0.0.post23.dist-info}/top_level.txt +0 -0
pluggy_sdk/__init__.py
CHANGED
@@ -15,13 +15,10 @@
|
|
15
15
|
""" # noqa: E501
|
16
16
|
|
17
17
|
|
18
|
-
__version__ = "1.0.0.
|
18
|
+
__version__ = "1.0.0.post23"
|
19
19
|
|
20
20
|
# import apis into sdk package
|
21
21
|
from pluggy_sdk.api.account_api import AccountApi
|
22
|
-
from pluggy_sdk.api.acquirer_anticipation_api import AcquirerAnticipationApi
|
23
|
-
from pluggy_sdk.api.acquirer_receivable_api import AcquirerReceivableApi
|
24
|
-
from pluggy_sdk.api.acquirer_sale_api import AcquirerSaleApi
|
25
22
|
from pluggy_sdk.api.auth_api import AuthApi
|
26
23
|
from pluggy_sdk.api.benefit_api import BenefitApi
|
27
24
|
from pluggy_sdk.api.bill_api import BillApi
|
@@ -30,7 +27,6 @@ from pluggy_sdk.api.category_api import CategoryApi
|
|
30
27
|
from pluggy_sdk.api.connector_api import ConnectorApi
|
31
28
|
from pluggy_sdk.api.consent_api import ConsentApi
|
32
29
|
from pluggy_sdk.api.identity_api import IdentityApi
|
33
|
-
from pluggy_sdk.api.income_report_api import IncomeReportApi
|
34
30
|
from pluggy_sdk.api.investment_api import InvestmentApi
|
35
31
|
from pluggy_sdk.api.items_api import ItemsApi
|
36
32
|
from pluggy_sdk.api.loan_api import LoanApi
|
@@ -39,7 +35,6 @@ from pluggy_sdk.api.payment_intent_api import PaymentIntentApi
|
|
39
35
|
from pluggy_sdk.api.payment_recipient_api import PaymentRecipientApi
|
40
36
|
from pluggy_sdk.api.payment_request_api import PaymentRequestApi
|
41
37
|
from pluggy_sdk.api.payment_schedule_api import PaymentScheduleApi
|
42
|
-
from pluggy_sdk.api.portfolio_yield_api import PortfolioYieldApi
|
43
38
|
from pluggy_sdk.api.smart_account_api import SmartAccountApi
|
44
39
|
from pluggy_sdk.api.smart_transfer_api import SmartTransferApi
|
45
40
|
from pluggy_sdk.api.transaction_api import TransactionApi
|
@@ -59,22 +54,7 @@ from pluggy_sdk.exceptions import ApiException
|
|
59
54
|
# import models into sdk package
|
60
55
|
from pluggy_sdk.models.account import Account
|
61
56
|
from pluggy_sdk.models.accounts_list200_response import AccountsList200Response
|
62
|
-
from pluggy_sdk.models.acquirer_anticipation import AcquirerAnticipation
|
63
|
-
from pluggy_sdk.models.acquirer_anticipation_data import AcquirerAnticipationData
|
64
|
-
from pluggy_sdk.models.acquirer_data import AcquirerData
|
65
|
-
from pluggy_sdk.models.acquirer_receivable import AcquirerReceivable
|
66
|
-
from pluggy_sdk.models.acquirer_receivable_data import AcquirerReceivableData
|
67
|
-
from pluggy_sdk.models.acquirer_receivable_data_establishment import AcquirerReceivableDataEstablishment
|
68
|
-
from pluggy_sdk.models.acquirer_receivable_destination_account import AcquirerReceivableDestinationAccount
|
69
|
-
from pluggy_sdk.models.acquirer_receivable_related_sale import AcquirerReceivableRelatedSale
|
70
|
-
from pluggy_sdk.models.acquirer_sale import AcquirerSale
|
71
|
-
from pluggy_sdk.models.acquirer_sale_data import AcquirerSaleData
|
72
|
-
from pluggy_sdk.models.acquirer_sale_installment import AcquirerSaleInstallment
|
73
|
-
from pluggy_sdk.models.acquirer_sale_installment_data import AcquirerSaleInstallmentData
|
74
57
|
from pluggy_sdk.models.address import Address
|
75
|
-
from pluggy_sdk.models.aggregated_portfolio import AggregatedPortfolio
|
76
|
-
from pluggy_sdk.models.aggregated_portfolio_response import AggregatedPortfolioResponse
|
77
|
-
from pluggy_sdk.models.asset_distribution import AssetDistribution
|
78
58
|
from pluggy_sdk.models.auth_request import AuthRequest
|
79
59
|
from pluggy_sdk.models.auth_response import AuthResponse
|
80
60
|
from pluggy_sdk.models.bank_data import BankData
|
@@ -136,8 +116,6 @@ from pluggy_sdk.models.identity_response_financial_relationships_procurators_inn
|
|
136
116
|
from pluggy_sdk.models.identity_response_qualifications import IdentityResponseQualifications
|
137
117
|
from pluggy_sdk.models.identity_response_qualifications_informed_income import IdentityResponseQualificationsInformedIncome
|
138
118
|
from pluggy_sdk.models.identity_response_qualifications_informed_patrimony import IdentityResponseQualificationsInformedPatrimony
|
139
|
-
from pluggy_sdk.models.income_report import IncomeReport
|
140
|
-
from pluggy_sdk.models.income_reports_response import IncomeReportsResponse
|
141
119
|
from pluggy_sdk.models.investment import Investment
|
142
120
|
from pluggy_sdk.models.investment_expenses import InvestmentExpenses
|
143
121
|
from pluggy_sdk.models.investment_metadata import InvestmentMetadata
|
@@ -163,12 +141,7 @@ from pluggy_sdk.models.loan_warranty import LoanWarranty
|
|
163
141
|
from pluggy_sdk.models.loans_list200_response import LoansList200Response
|
164
142
|
from pluggy_sdk.models.monthly import MONTHLY
|
165
143
|
from pluggy_sdk.models.merchant import Merchant
|
166
|
-
from pluggy_sdk.models.monthly_portfolio import MonthlyPortfolio
|
167
|
-
from pluggy_sdk.models.monthly_portfolio_response import MonthlyPortfolioResponse
|
168
144
|
from pluggy_sdk.models.not_authenticated_response import NotAuthenticatedResponse
|
169
|
-
from pluggy_sdk.models.page_response_acquirer_anticipations import PageResponseAcquirerAnticipations
|
170
|
-
from pluggy_sdk.models.page_response_acquirer_receivables import PageResponseAcquirerReceivables
|
171
|
-
from pluggy_sdk.models.page_response_acquirer_sales import PageResponseAcquirerSales
|
172
145
|
from pluggy_sdk.models.page_response_category_rules import PageResponseCategoryRules
|
173
146
|
from pluggy_sdk.models.page_response_consents import PageResponseConsents
|
174
147
|
from pluggy_sdk.models.page_response_investment_transactions import PageResponseInvestmentTransactions
|
@@ -196,7 +169,6 @@ from pluggy_sdk.models.payment_request_receipt_list200_response import PaymentRe
|
|
196
169
|
from pluggy_sdk.models.payment_request_schedule import PaymentRequestSchedule
|
197
170
|
from pluggy_sdk.models.payment_requests_list200_response import PaymentRequestsList200Response
|
198
171
|
from pluggy_sdk.models.payment_schedules_list200_response import PaymentSchedulesList200Response
|
199
|
-
from pluggy_sdk.models.percentage_over_index import PercentageOverIndex
|
200
172
|
from pluggy_sdk.models.phone_number import PhoneNumber
|
201
173
|
from pluggy_sdk.models.pix_data import PixData
|
202
174
|
from pluggy_sdk.models.single import SINGLE
|
pluggy_sdk/api/__init__.py
CHANGED
@@ -2,9 +2,6 @@
|
|
2
2
|
|
3
3
|
# import apis into api package
|
4
4
|
from pluggy_sdk.api.account_api import AccountApi
|
5
|
-
from pluggy_sdk.api.acquirer_anticipation_api import AcquirerAnticipationApi
|
6
|
-
from pluggy_sdk.api.acquirer_receivable_api import AcquirerReceivableApi
|
7
|
-
from pluggy_sdk.api.acquirer_sale_api import AcquirerSaleApi
|
8
5
|
from pluggy_sdk.api.auth_api import AuthApi
|
9
6
|
from pluggy_sdk.api.benefit_api import BenefitApi
|
10
7
|
from pluggy_sdk.api.bill_api import BillApi
|
@@ -13,7 +10,6 @@ from pluggy_sdk.api.category_api import CategoryApi
|
|
13
10
|
from pluggy_sdk.api.connector_api import ConnectorApi
|
14
11
|
from pluggy_sdk.api.consent_api import ConsentApi
|
15
12
|
from pluggy_sdk.api.identity_api import IdentityApi
|
16
|
-
from pluggy_sdk.api.income_report_api import IncomeReportApi
|
17
13
|
from pluggy_sdk.api.investment_api import InvestmentApi
|
18
14
|
from pluggy_sdk.api.items_api import ItemsApi
|
19
15
|
from pluggy_sdk.api.loan_api import LoanApi
|
@@ -22,7 +18,6 @@ from pluggy_sdk.api.payment_intent_api import PaymentIntentApi
|
|
22
18
|
from pluggy_sdk.api.payment_recipient_api import PaymentRecipientApi
|
23
19
|
from pluggy_sdk.api.payment_request_api import PaymentRequestApi
|
24
20
|
from pluggy_sdk.api.payment_schedule_api import PaymentScheduleApi
|
25
|
-
from pluggy_sdk.api.portfolio_yield_api import PortfolioYieldApi
|
26
21
|
from pluggy_sdk.api.smart_account_api import SmartAccountApi
|
27
22
|
from pluggy_sdk.api.smart_transfer_api import SmartTransferApi
|
28
23
|
from pluggy_sdk.api.transaction_api import TransactionApi
|
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.
|
94
|
+
self.user_agent = 'OpenAPI-Generator/1.0.0.post23/python'
|
95
95
|
self.client_side_validation = configuration.client_side_validation
|
96
96
|
|
97
97
|
def __enter__(self):
|
pluggy_sdk/configuration.py
CHANGED
@@ -414,7 +414,7 @@ conf = pluggy_sdk.Configuration(
|
|
414
414
|
"OS: {env}\n"\
|
415
415
|
"Python Version: {pyversion}\n"\
|
416
416
|
"Version of the API: 1.0.0\n"\
|
417
|
-
"SDK Package Version: 1.0.0.
|
417
|
+
"SDK Package Version: 1.0.0.post23".\
|
418
418
|
format(env=sys.platform, pyversion=sys.version)
|
419
419
|
|
420
420
|
def get_host_settings(self):
|
pluggy_sdk/models/__init__.py
CHANGED
@@ -17,22 +17,7 @@
|
|
17
17
|
# import models into model package
|
18
18
|
from pluggy_sdk.models.account import Account
|
19
19
|
from pluggy_sdk.models.accounts_list200_response import AccountsList200Response
|
20
|
-
from pluggy_sdk.models.acquirer_anticipation import AcquirerAnticipation
|
21
|
-
from pluggy_sdk.models.acquirer_anticipation_data import AcquirerAnticipationData
|
22
|
-
from pluggy_sdk.models.acquirer_data import AcquirerData
|
23
|
-
from pluggy_sdk.models.acquirer_receivable import AcquirerReceivable
|
24
|
-
from pluggy_sdk.models.acquirer_receivable_data import AcquirerReceivableData
|
25
|
-
from pluggy_sdk.models.acquirer_receivable_data_establishment import AcquirerReceivableDataEstablishment
|
26
|
-
from pluggy_sdk.models.acquirer_receivable_destination_account import AcquirerReceivableDestinationAccount
|
27
|
-
from pluggy_sdk.models.acquirer_receivable_related_sale import AcquirerReceivableRelatedSale
|
28
|
-
from pluggy_sdk.models.acquirer_sale import AcquirerSale
|
29
|
-
from pluggy_sdk.models.acquirer_sale_data import AcquirerSaleData
|
30
|
-
from pluggy_sdk.models.acquirer_sale_installment import AcquirerSaleInstallment
|
31
|
-
from pluggy_sdk.models.acquirer_sale_installment_data import AcquirerSaleInstallmentData
|
32
20
|
from pluggy_sdk.models.address import Address
|
33
|
-
from pluggy_sdk.models.aggregated_portfolio import AggregatedPortfolio
|
34
|
-
from pluggy_sdk.models.aggregated_portfolio_response import AggregatedPortfolioResponse
|
35
|
-
from pluggy_sdk.models.asset_distribution import AssetDistribution
|
36
21
|
from pluggy_sdk.models.auth_request import AuthRequest
|
37
22
|
from pluggy_sdk.models.auth_response import AuthResponse
|
38
23
|
from pluggy_sdk.models.bank_data import BankData
|
@@ -94,8 +79,6 @@ from pluggy_sdk.models.identity_response_financial_relationships_procurators_inn
|
|
94
79
|
from pluggy_sdk.models.identity_response_qualifications import IdentityResponseQualifications
|
95
80
|
from pluggy_sdk.models.identity_response_qualifications_informed_income import IdentityResponseQualificationsInformedIncome
|
96
81
|
from pluggy_sdk.models.identity_response_qualifications_informed_patrimony import IdentityResponseQualificationsInformedPatrimony
|
97
|
-
from pluggy_sdk.models.income_report import IncomeReport
|
98
|
-
from pluggy_sdk.models.income_reports_response import IncomeReportsResponse
|
99
82
|
from pluggy_sdk.models.investment import Investment
|
100
83
|
from pluggy_sdk.models.investment_expenses import InvestmentExpenses
|
101
84
|
from pluggy_sdk.models.investment_metadata import InvestmentMetadata
|
@@ -121,12 +104,7 @@ from pluggy_sdk.models.loan_warranty import LoanWarranty
|
|
121
104
|
from pluggy_sdk.models.loans_list200_response import LoansList200Response
|
122
105
|
from pluggy_sdk.models.monthly import MONTHLY
|
123
106
|
from pluggy_sdk.models.merchant import Merchant
|
124
|
-
from pluggy_sdk.models.monthly_portfolio import MonthlyPortfolio
|
125
|
-
from pluggy_sdk.models.monthly_portfolio_response import MonthlyPortfolioResponse
|
126
107
|
from pluggy_sdk.models.not_authenticated_response import NotAuthenticatedResponse
|
127
|
-
from pluggy_sdk.models.page_response_acquirer_anticipations import PageResponseAcquirerAnticipations
|
128
|
-
from pluggy_sdk.models.page_response_acquirer_receivables import PageResponseAcquirerReceivables
|
129
|
-
from pluggy_sdk.models.page_response_acquirer_sales import PageResponseAcquirerSales
|
130
108
|
from pluggy_sdk.models.page_response_category_rules import PageResponseCategoryRules
|
131
109
|
from pluggy_sdk.models.page_response_consents import PageResponseConsents
|
132
110
|
from pluggy_sdk.models.page_response_investment_transactions import PageResponseInvestmentTransactions
|
@@ -154,7 +132,6 @@ from pluggy_sdk.models.payment_request_receipt_list200_response import PaymentRe
|
|
154
132
|
from pluggy_sdk.models.payment_request_schedule import PaymentRequestSchedule
|
155
133
|
from pluggy_sdk.models.payment_requests_list200_response import PaymentRequestsList200Response
|
156
134
|
from pluggy_sdk.models.payment_schedules_list200_response import PaymentSchedulesList200Response
|
157
|
-
from pluggy_sdk.models.percentage_over_index import PercentageOverIndex
|
158
135
|
from pluggy_sdk.models.phone_number import PhoneNumber
|
159
136
|
from pluggy_sdk.models.pix_data import PixData
|
160
137
|
from pluggy_sdk.models.single import SINGLE
|
@@ -31,7 +31,9 @@ class ClientCategoryRule(BaseModel):
|
|
31
31
|
category_id: Optional[StrictStr] = Field(default=None, description="Identifier of the category", alias="categoryId")
|
32
32
|
category: StrictStr = Field(description="Description of the category")
|
33
33
|
client_id: Optional[StrictStr] = Field(default=None, description="Identifier of the client", alias="clientId")
|
34
|
-
|
34
|
+
transaction_type: Optional[StrictStr] = Field(default=None, description="Transaction type (DEBIT/CREDIT)", alias="transactionType")
|
35
|
+
account_type: Optional[StrictStr] = Field(default=None, description="Account type (CHECKING_ACCOUNT/CREDIT_CARD)", alias="accountType")
|
36
|
+
__properties: ClassVar[List[str]] = ["description", "categoryId", "category", "clientId", "transactionType", "accountType"]
|
35
37
|
|
36
38
|
model_config = ConfigDict(
|
37
39
|
populate_by_name=True,
|
@@ -87,7 +89,9 @@ class ClientCategoryRule(BaseModel):
|
|
87
89
|
"description": obj.get("description"),
|
88
90
|
"categoryId": obj.get("categoryId"),
|
89
91
|
"category": obj.get("category"),
|
90
|
-
"clientId": obj.get("clientId")
|
92
|
+
"clientId": obj.get("clientId"),
|
93
|
+
"transactionType": obj.get("transactionType"),
|
94
|
+
"accountType": obj.get("accountType")
|
91
95
|
})
|
92
96
|
return _obj
|
93
97
|
|
pluggy_sdk/models/connector.py
CHANGED
@@ -56,8 +56,8 @@ class Connector(BaseModel):
|
|
56
56
|
return value
|
57
57
|
|
58
58
|
for i in value:
|
59
|
-
if i not in set(['ACCOUNTS', 'CREDIT_CARDS', 'TRANSACTIONS', 'PAYMENT_DATA', 'INVESTMENTS', 'INVESTMENTS_TRANSACTIONS', 'IDENTITY', 'BROKERAGE_NOTE', '
|
60
|
-
raise ValueError("each list item must be one of ('ACCOUNTS', 'CREDIT_CARDS', 'TRANSACTIONS', 'PAYMENT_DATA', 'INVESTMENTS', 'INVESTMENTS_TRANSACTIONS', 'IDENTITY', 'BROKERAGE_NOTE', '
|
59
|
+
if i not in set(['ACCOUNTS', 'CREDIT_CARDS', 'TRANSACTIONS', 'PAYMENT_DATA', 'INVESTMENTS', 'INVESTMENTS_TRANSACTIONS', 'IDENTITY', 'BROKERAGE_NOTE', 'MOVE_SECURITY', 'LOANS']):
|
60
|
+
raise ValueError("each list item must be one of ('ACCOUNTS', 'CREDIT_CARDS', 'TRANSACTIONS', 'PAYMENT_DATA', 'INVESTMENTS', 'INVESTMENTS_TRANSACTIONS', 'IDENTITY', 'BROKERAGE_NOTE', 'MOVE_SECURITY', 'LOANS')")
|
61
61
|
return value
|
62
62
|
|
63
63
|
model_config = ConfigDict(
|
pluggy_sdk/models/consent.py
CHANGED
@@ -41,8 +41,8 @@ class Consent(BaseModel):
|
|
41
41
|
def products_validate_enum(cls, value):
|
42
42
|
"""Validates the enum"""
|
43
43
|
for i in value:
|
44
|
-
if i not in set(['ACCOUNTS', 'CREDIT_CARDS', 'TRANSACTIONS', 'PAYMENT_DATA', 'INVESTMENTS', 'INVESTMENTS_TRANSACTIONS', 'IDENTITY', 'BROKERAGE_NOTE', '
|
45
|
-
raise ValueError("each list item must be one of ('ACCOUNTS', 'CREDIT_CARDS', 'TRANSACTIONS', 'PAYMENT_DATA', 'INVESTMENTS', 'INVESTMENTS_TRANSACTIONS', 'IDENTITY', 'BROKERAGE_NOTE', '
|
44
|
+
if i not in set(['ACCOUNTS', 'CREDIT_CARDS', 'TRANSACTIONS', 'PAYMENT_DATA', 'INVESTMENTS', 'INVESTMENTS_TRANSACTIONS', 'IDENTITY', 'BROKERAGE_NOTE', 'MOVE_SECURITY', 'LOANS']):
|
45
|
+
raise ValueError("each list item must be one of ('ACCOUNTS', 'CREDIT_CARDS', 'TRANSACTIONS', 'PAYMENT_DATA', 'INVESTMENTS', 'INVESTMENTS_TRANSACTIONS', 'IDENTITY', 'BROKERAGE_NOTE', 'MOVE_SECURITY', 'LOANS')")
|
46
46
|
return value
|
47
47
|
|
48
48
|
@field_validator('open_finance_permissions_granted')
|
@@ -19,7 +19,7 @@ import re # noqa: F401
|
|
19
19
|
import json
|
20
20
|
|
21
21
|
from pydantic import BaseModel, ConfigDict, Field, StrictStr
|
22
|
-
from typing import Any, ClassVar, Dict, List
|
22
|
+
from typing import Any, ClassVar, Dict, List, Optional
|
23
23
|
from typing import Optional, Set
|
24
24
|
from typing_extensions import Self
|
25
25
|
|
@@ -30,7 +30,9 @@ class CreateClientCategoryRule(BaseModel):
|
|
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
32
|
client_id: StrictStr = Field(description="Identifier of the client", alias="clientId")
|
33
|
-
|
33
|
+
transaction_type: Optional[StrictStr] = Field(default=None, description="Transaction type (DEBIT/CREDIT)", alias="transactionType")
|
34
|
+
account_type: Optional[StrictStr] = Field(default=None, description="Account type (CHECKING_ACCOUNT/CREDIT_CARD)", alias="accountType")
|
35
|
+
__properties: ClassVar[List[str]] = ["description", "categoryId", "clientId", "transactionType", "accountType"]
|
34
36
|
|
35
37
|
model_config = ConfigDict(
|
36
38
|
populate_by_name=True,
|
@@ -85,7 +87,9 @@ class CreateClientCategoryRule(BaseModel):
|
|
85
87
|
_obj = cls.model_validate({
|
86
88
|
"description": obj.get("description"),
|
87
89
|
"categoryId": obj.get("categoryId"),
|
88
|
-
"clientId": obj.get("clientId")
|
90
|
+
"clientId": obj.get("clientId"),
|
91
|
+
"transactionType": obj.get("transactionType"),
|
92
|
+
"accountType": obj.get("accountType")
|
89
93
|
})
|
90
94
|
return _obj
|
91
95
|
|
pluggy_sdk/models/create_item.py
CHANGED
@@ -43,8 +43,8 @@ class CreateItem(BaseModel):
|
|
43
43
|
return value
|
44
44
|
|
45
45
|
for i in value:
|
46
|
-
if i not in set(['ACCOUNTS', 'CREDIT_CARDS', 'TRANSACTIONS', 'PAYMENT_DATA', 'INVESTMENTS', 'INVESTMENTS_TRANSACTIONS', 'IDENTITY', 'BROKERAGE_NOTE', '
|
47
|
-
raise ValueError("each list item must be one of ('ACCOUNTS', 'CREDIT_CARDS', 'TRANSACTIONS', 'PAYMENT_DATA', 'INVESTMENTS', 'INVESTMENTS_TRANSACTIONS', 'IDENTITY', 'BROKERAGE_NOTE', '
|
46
|
+
if i not in set(['ACCOUNTS', 'CREDIT_CARDS', 'TRANSACTIONS', 'PAYMENT_DATA', 'INVESTMENTS', 'INVESTMENTS_TRANSACTIONS', 'IDENTITY', 'BROKERAGE_NOTE', 'MOVE_SECURITY', 'LOANS']):
|
47
|
+
raise ValueError("each list item must be one of ('ACCOUNTS', 'CREDIT_CARDS', 'TRANSACTIONS', 'PAYMENT_DATA', 'INVESTMENTS', 'INVESTMENTS_TRANSACTIONS', 'IDENTITY', 'BROKERAGE_NOTE', 'MOVE_SECURITY', 'LOANS')")
|
48
48
|
return value
|
49
49
|
|
50
50
|
model_config = ConfigDict(
|
pluggy_sdk/models/item.py
CHANGED
@@ -58,8 +58,8 @@ class Item(BaseModel):
|
|
58
58
|
return value
|
59
59
|
|
60
60
|
for i in value:
|
61
|
-
if i not in set(['ACCOUNTS', 'CREDIT_CARDS', 'TRANSACTIONS', 'PAYMENT_DATA', 'INVESTMENTS', 'INVESTMENTS_TRANSACTIONS', 'IDENTITY', 'BROKERAGE_NOTE', '
|
62
|
-
raise ValueError("each list item must be one of ('ACCOUNTS', 'CREDIT_CARDS', 'TRANSACTIONS', 'PAYMENT_DATA', 'INVESTMENTS', 'INVESTMENTS_TRANSACTIONS', 'IDENTITY', 'BROKERAGE_NOTE', '
|
61
|
+
if i not in set(['ACCOUNTS', 'CREDIT_CARDS', 'TRANSACTIONS', 'PAYMENT_DATA', 'INVESTMENTS', 'INVESTMENTS_TRANSACTIONS', 'IDENTITY', 'BROKERAGE_NOTE', 'MOVE_SECURITY', 'LOANS']):
|
62
|
+
raise ValueError("each list item must be one of ('ACCOUNTS', 'CREDIT_CARDS', 'TRANSACTIONS', 'PAYMENT_DATA', 'INVESTMENTS', 'INVESTMENTS_TRANSACTIONS', 'IDENTITY', 'BROKERAGE_NOTE', 'MOVE_SECURITY', 'LOANS')")
|
63
63
|
return value
|
64
64
|
|
65
65
|
model_config = ConfigDict(
|
@@ -27,7 +27,7 @@ class SmartAccount(BaseModel):
|
|
27
27
|
"""
|
28
28
|
Smart account product
|
29
29
|
""" # noqa: E501
|
30
|
-
id: StrictStr = Field(description="Primary identifier of the
|
30
|
+
id: StrictStr = Field(description="Primary identifier of the Smart account")
|
31
31
|
ispb: StrictStr = Field(description="Smart account ISP number")
|
32
32
|
agency: StrictStr = Field(description="Smart account agency number")
|
33
33
|
number: StrictStr = Field(description="Smart account number")
|
@@ -35,11 +35,8 @@ class StatusDetail(BaseModel):
|
|
35
35
|
identity: Optional[StatusDetailProduct] = None
|
36
36
|
investment_transactions: Optional[StatusDetailProduct] = Field(default=None, alias="investmentTransactions")
|
37
37
|
payment_data: Optional[StatusDetailProduct] = Field(default=None, alias="paymentData")
|
38
|
-
income_reports: Optional[StatusDetailProduct] = Field(default=None, alias="incomeReports")
|
39
38
|
loans: Optional[StatusDetailProduct] = None
|
40
|
-
|
41
|
-
opportunities: Optional[StatusDetailProduct] = None
|
42
|
-
__properties: ClassVar[List[str]] = ["accounts", "creditCards", "transactions", "investments", "identity", "investmentTransactions", "paymentData", "incomeReports", "loans", "portfolio", "opportunities"]
|
39
|
+
__properties: ClassVar[List[str]] = ["accounts", "creditCards", "transactions", "investments", "identity", "investmentTransactions", "paymentData", "loans"]
|
43
40
|
|
44
41
|
model_config = ConfigDict(
|
45
42
|
populate_by_name=True,
|
@@ -101,18 +98,9 @@ class StatusDetail(BaseModel):
|
|
101
98
|
# override the default output from pydantic by calling `to_dict()` of payment_data
|
102
99
|
if self.payment_data:
|
103
100
|
_dict['paymentData'] = self.payment_data.to_dict()
|
104
|
-
# override the default output from pydantic by calling `to_dict()` of income_reports
|
105
|
-
if self.income_reports:
|
106
|
-
_dict['incomeReports'] = self.income_reports.to_dict()
|
107
101
|
# override the default output from pydantic by calling `to_dict()` of loans
|
108
102
|
if self.loans:
|
109
103
|
_dict['loans'] = self.loans.to_dict()
|
110
|
-
# override the default output from pydantic by calling `to_dict()` of portfolio
|
111
|
-
if self.portfolio:
|
112
|
-
_dict['portfolio'] = self.portfolio.to_dict()
|
113
|
-
# override the default output from pydantic by calling `to_dict()` of opportunities
|
114
|
-
if self.opportunities:
|
115
|
-
_dict['opportunities'] = self.opportunities.to_dict()
|
116
104
|
return _dict
|
117
105
|
|
118
106
|
@classmethod
|
@@ -132,10 +120,7 @@ class StatusDetail(BaseModel):
|
|
132
120
|
"identity": StatusDetailProduct.from_dict(obj["identity"]) if obj.get("identity") is not None else None,
|
133
121
|
"investmentTransactions": StatusDetailProduct.from_dict(obj["investmentTransactions"]) if obj.get("investmentTransactions") is not None else None,
|
134
122
|
"paymentData": StatusDetailProduct.from_dict(obj["paymentData"]) if obj.get("paymentData") is not None else None,
|
135
|
-
"
|
136
|
-
"loans": StatusDetailProduct.from_dict(obj["loans"]) if obj.get("loans") is not None else None,
|
137
|
-
"portfolio": StatusDetailProduct.from_dict(obj["portfolio"]) if obj.get("portfolio") is not None else None,
|
138
|
-
"opportunities": StatusDetailProduct.from_dict(obj["opportunities"]) if obj.get("opportunities") is not None else None
|
123
|
+
"loans": StatusDetailProduct.from_dict(obj["loans"]) if obj.get("loans") is not None else None
|
139
124
|
})
|
140
125
|
return _obj
|
141
126
|
|
pluggy_sdk/models/transaction.py
CHANGED
@@ -21,7 +21,6 @@ import json
|
|
21
21
|
from datetime import datetime
|
22
22
|
from pydantic import BaseModel, ConfigDict, Field, StrictFloat, StrictInt, StrictStr, field_validator
|
23
23
|
from typing import Any, ClassVar, Dict, List, Optional, Union
|
24
|
-
from pluggy_sdk.models.acquirer_data import AcquirerData
|
25
24
|
from pluggy_sdk.models.credit_card_metadata import CreditCardMetadata
|
26
25
|
from pluggy_sdk.models.merchant import Merchant
|
27
26
|
from pluggy_sdk.models.payment_data import PaymentData
|
@@ -45,10 +44,10 @@ class Transaction(BaseModel):
|
|
45
44
|
category: Optional[StrictStr] = Field(default=None, description="Category of the transaction (e.g. Restaurants, Education). See the Transaction Categorization section in our guides.")
|
46
45
|
category_id: Optional[StrictStr] = Field(default=None, description="Id of the transaction category. Can be used to identify the category in the Categories endpoint", alias="categoryId")
|
47
46
|
payment_data: Optional[PaymentData] = Field(default=None, alias="paymentData")
|
48
|
-
acquirer_data: Optional[AcquirerData] = Field(default=None, alias="acquirerData")
|
49
47
|
credit_card_metadata: Optional[CreditCardMetadata] = Field(default=None, alias="creditCardMetadata")
|
50
48
|
merchant: Optional[Merchant] = None
|
51
|
-
|
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"]
|
52
51
|
|
53
52
|
@field_validator('type')
|
54
53
|
def type_validate_enum(cls, value):
|
@@ -102,9 +101,6 @@ class Transaction(BaseModel):
|
|
102
101
|
# override the default output from pydantic by calling `to_dict()` of payment_data
|
103
102
|
if self.payment_data:
|
104
103
|
_dict['paymentData'] = self.payment_data.to_dict()
|
105
|
-
# override the default output from pydantic by calling `to_dict()` of acquirer_data
|
106
|
-
if self.acquirer_data:
|
107
|
-
_dict['acquirerData'] = self.acquirer_data.to_dict()
|
108
104
|
# override the default output from pydantic by calling `to_dict()` of credit_card_metadata
|
109
105
|
if self.credit_card_metadata:
|
110
106
|
_dict['creditCardMetadata'] = self.credit_card_metadata.to_dict()
|
@@ -136,9 +132,9 @@ class Transaction(BaseModel):
|
|
136
132
|
"category": obj.get("category"),
|
137
133
|
"categoryId": obj.get("categoryId"),
|
138
134
|
"paymentData": PaymentData.from_dict(obj["paymentData"]) if obj.get("paymentData") is not None else None,
|
139
|
-
"acquirerData": AcquirerData.from_dict(obj["acquirerData"]) if obj.get("acquirerData") is not None else None,
|
140
135
|
"creditCardMetadata": CreditCardMetadata.from_dict(obj["creditCardMetadata"]) if obj.get("creditCardMetadata") is not None else None,
|
141
|
-
"merchant": Merchant.from_dict(obj["merchant"]) if obj.get("merchant") is not None else None
|
136
|
+
"merchant": Merchant.from_dict(obj["merchant"]) if obj.get("merchant") is not None else None,
|
137
|
+
"operationType": obj.get("operationType")
|
142
138
|
})
|
143
139
|
return _obj
|
144
140
|
|
pluggy_sdk/models/update_item.py
CHANGED
@@ -41,8 +41,8 @@ class UpdateItem(BaseModel):
|
|
41
41
|
return value
|
42
42
|
|
43
43
|
for i in value:
|
44
|
-
if i not in set(['ACCOUNTS', 'CREDIT_CARDS', 'TRANSACTIONS', 'PAYMENT_DATA', 'INVESTMENTS', 'INVESTMENTS_TRANSACTIONS', 'IDENTITY', 'BROKERAGE_NOTE', '
|
45
|
-
raise ValueError("each list item must be one of ('ACCOUNTS', 'CREDIT_CARDS', 'TRANSACTIONS', 'PAYMENT_DATA', 'INVESTMENTS', 'INVESTMENTS_TRANSACTIONS', 'IDENTITY', 'BROKERAGE_NOTE', '
|
44
|
+
if i not in set(['ACCOUNTS', 'CREDIT_CARDS', 'TRANSACTIONS', 'PAYMENT_DATA', 'INVESTMENTS', 'INVESTMENTS_TRANSACTIONS', 'IDENTITY', 'BROKERAGE_NOTE', 'MOVE_SECURITY', 'LOANS']):
|
45
|
+
raise ValueError("each list item must be one of ('ACCOUNTS', 'CREDIT_CARDS', 'TRANSACTIONS', 'PAYMENT_DATA', 'INVESTMENTS', 'INVESTMENTS_TRANSACTIONS', 'IDENTITY', 'BROKERAGE_NOTE', 'MOVE_SECURITY', 'LOANS')")
|
46
46
|
return value
|
47
47
|
|
48
48
|
model_config = ConfigDict(
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: pluggy-sdk
|
3
|
-
Version: 1.0.0.
|
3
|
+
Version: 1.0.0.post23
|
4
4
|
Summary: Pluggy API
|
5
5
|
Home-page: https://github.com/diraol/pluggy-python
|
6
6
|
Author: Pluggy
|
@@ -9,7 +9,7 @@ License: MIT
|
|
9
9
|
Keywords: OpenAPI,OpenAPI-Generator,Pluggy API
|
10
10
|
Description-Content-Type: text/markdown
|
11
11
|
Requires-Dist: urllib3 <3.0.0,>=1.25.3
|
12
|
-
Requires-Dist: python-dateutil
|
12
|
+
Requires-Dist: python-dateutil >=2.8.2
|
13
13
|
Requires-Dist: pydantic >=2
|
14
14
|
Requires-Dist: typing-extensions >=4.7.1
|
15
15
|
|
@@ -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.
|
22
|
+
- Package version: 1.0.0.post23
|
23
23
|
- Generator version: 7.9.0-SNAPSHOT
|
24
24
|
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
|
25
25
|
For more information, please visit [https://pluggy.ai](https://pluggy.ai)
|
@@ -114,12 +114,6 @@ Class | Method | HTTP request | Description
|
|
114
114
|
------------ | ------------- | ------------- | -------------
|
115
115
|
*AccountApi* | [**accounts_list**](docs/AccountApi.md#accounts_list) | **GET** /accounts | List
|
116
116
|
*AccountApi* | [**accounts_retrieve**](docs/AccountApi.md#accounts_retrieve) | **GET** /accounts/{id} | Retrieve
|
117
|
-
*AcquirerAnticipationApi* | [**acquirer_anticipation_retrieve**](docs/AcquirerAnticipationApi.md#acquirer_anticipation_retrieve) | **GET** /acquirer-anticipations/{id} | Retrieve
|
118
|
-
*AcquirerAnticipationApi* | [**acquirer_anticipations_list**](docs/AcquirerAnticipationApi.md#acquirer_anticipations_list) | **GET** /acquirer-anticipations | List
|
119
|
-
*AcquirerReceivableApi* | [**acquirer_receivable_retrieve**](docs/AcquirerReceivableApi.md#acquirer_receivable_retrieve) | **GET** /acquirer-receivables/{id} | Retrieve
|
120
|
-
*AcquirerReceivableApi* | [**acquirer_receivables_list**](docs/AcquirerReceivableApi.md#acquirer_receivables_list) | **GET** /acquirer-receivables | List
|
121
|
-
*AcquirerSaleApi* | [**acquirer_sales_list**](docs/AcquirerSaleApi.md#acquirer_sales_list) | **GET** /acquirer-sales | List
|
122
|
-
*AcquirerSaleApi* | [**acquirer_sales_retrieve**](docs/AcquirerSaleApi.md#acquirer_sales_retrieve) | **GET** /acquirer-sales/{id} | Retrieve
|
123
117
|
*AuthApi* | [**auth_create**](docs/AuthApi.md#auth_create) | **POST** /auth | Create API Key
|
124
118
|
*AuthApi* | [**connect_token_create**](docs/AuthApi.md#connect_token_create) | **POST** /connect_token | Create Connect Token
|
125
119
|
*BenefitApi* | [**benefit_retrieve_by_id**](docs/BenefitApi.md#benefit_retrieve_by_id) | **GET** /benefits/{id} | Retrieve
|
@@ -141,7 +135,6 @@ Class | Method | HTTP request | Description
|
|
141
135
|
*ConsentApi* | [**consents_list**](docs/ConsentApi.md#consents_list) | **GET** /consents | List
|
142
136
|
*IdentityApi* | [**identity_find_by_item**](docs/IdentityApi.md#identity_find_by_item) | **GET** /identity | Find by item
|
143
137
|
*IdentityApi* | [**identity_retrieve**](docs/IdentityApi.md#identity_retrieve) | **GET** /identity/{id} | Retrieve
|
144
|
-
*IncomeReportApi* | [**income_reports_find_by_item**](docs/IncomeReportApi.md#income_reports_find_by_item) | **GET** /income-reports | Find income reports by item
|
145
138
|
*InvestmentApi* | [**investment_transactions_list**](docs/InvestmentApi.md#investment_transactions_list) | **GET** /investments/{id}/transactions | List investment transactions
|
146
139
|
*InvestmentApi* | [**investments_list**](docs/InvestmentApi.md#investments_list) | **GET** /investments | List
|
147
140
|
*InvestmentApi* | [**investments_retrieve**](docs/InvestmentApi.md#investments_retrieve) | **GET** /investments/{id} | Retrieve
|
@@ -180,8 +173,6 @@ Class | Method | HTTP request | Description
|
|
180
173
|
*PaymentScheduleApi* | [**payment_schedules_cancel**](docs/PaymentScheduleApi.md#payment_schedules_cancel) | **POST** /payments/requests/{id}/schedules/cancel | Cancel Payment Schedule Authorization
|
181
174
|
*PaymentScheduleApi* | [**payment_schedules_cancel_specific**](docs/PaymentScheduleApi.md#payment_schedules_cancel_specific) | **POST** /payments/requests/{id}/schedules/{scheduleId}/cancel | Cancel Payment Schedule Authorization
|
182
175
|
*PaymentScheduleApi* | [**payment_schedules_list**](docs/PaymentScheduleApi.md#payment_schedules_list) | **GET** /payments/requests/{id}/schedules | List Schedules
|
183
|
-
*PortfolioYieldApi* | [**aggregated_portfolio_find_by_item**](docs/PortfolioYieldApi.md#aggregated_portfolio_find_by_item) | **GET** /portfolio/{itemId} | Find aggregated portfolio yield by item
|
184
|
-
*PortfolioYieldApi* | [**monthly_portfolio_find_by_item**](docs/PortfolioYieldApi.md#monthly_portfolio_find_by_item) | **GET** /portfolio/{itemId}/monthly | Find monthly portfolio yield by item
|
185
176
|
*SmartAccountApi* | [**smart_account_balance_retrieve**](docs/SmartAccountApi.md#smart_account_balance_retrieve) | **GET** /payments/smart-accounts/{id}/balance | Retrieve Balance
|
186
177
|
*SmartAccountApi* | [**smart_account_create**](docs/SmartAccountApi.md#smart_account_create) | **POST** /payments/smart-accounts | Create
|
187
178
|
*SmartAccountApi* | [**smart_account_retrieve**](docs/SmartAccountApi.md#smart_account_retrieve) | **GET** /payments/smart-accounts/{id} | Retrieve
|
@@ -207,22 +198,7 @@ Class | Method | HTTP request | Description
|
|
207
198
|
|
208
199
|
- [Account](docs/Account.md)
|
209
200
|
- [AccountsList200Response](docs/AccountsList200Response.md)
|
210
|
-
- [AcquirerAnticipation](docs/AcquirerAnticipation.md)
|
211
|
-
- [AcquirerAnticipationData](docs/AcquirerAnticipationData.md)
|
212
|
-
- [AcquirerData](docs/AcquirerData.md)
|
213
|
-
- [AcquirerReceivable](docs/AcquirerReceivable.md)
|
214
|
-
- [AcquirerReceivableData](docs/AcquirerReceivableData.md)
|
215
|
-
- [AcquirerReceivableDataEstablishment](docs/AcquirerReceivableDataEstablishment.md)
|
216
|
-
- [AcquirerReceivableDestinationAccount](docs/AcquirerReceivableDestinationAccount.md)
|
217
|
-
- [AcquirerReceivableRelatedSale](docs/AcquirerReceivableRelatedSale.md)
|
218
|
-
- [AcquirerSale](docs/AcquirerSale.md)
|
219
|
-
- [AcquirerSaleData](docs/AcquirerSaleData.md)
|
220
|
-
- [AcquirerSaleInstallment](docs/AcquirerSaleInstallment.md)
|
221
|
-
- [AcquirerSaleInstallmentData](docs/AcquirerSaleInstallmentData.md)
|
222
201
|
- [Address](docs/Address.md)
|
223
|
-
- [AggregatedPortfolio](docs/AggregatedPortfolio.md)
|
224
|
-
- [AggregatedPortfolioResponse](docs/AggregatedPortfolioResponse.md)
|
225
|
-
- [AssetDistribution](docs/AssetDistribution.md)
|
226
202
|
- [AuthRequest](docs/AuthRequest.md)
|
227
203
|
- [AuthResponse](docs/AuthResponse.md)
|
228
204
|
- [BankData](docs/BankData.md)
|
@@ -284,8 +260,6 @@ Class | Method | HTTP request | Description
|
|
284
260
|
- [IdentityResponseQualifications](docs/IdentityResponseQualifications.md)
|
285
261
|
- [IdentityResponseQualificationsInformedIncome](docs/IdentityResponseQualificationsInformedIncome.md)
|
286
262
|
- [IdentityResponseQualificationsInformedPatrimony](docs/IdentityResponseQualificationsInformedPatrimony.md)
|
287
|
-
- [IncomeReport](docs/IncomeReport.md)
|
288
|
-
- [IncomeReportsResponse](docs/IncomeReportsResponse.md)
|
289
263
|
- [Investment](docs/Investment.md)
|
290
264
|
- [InvestmentExpenses](docs/InvestmentExpenses.md)
|
291
265
|
- [InvestmentMetadata](docs/InvestmentMetadata.md)
|
@@ -311,12 +285,7 @@ Class | Method | HTTP request | Description
|
|
311
285
|
- [LoansList200Response](docs/LoansList200Response.md)
|
312
286
|
- [MONTHLY](docs/MONTHLY.md)
|
313
287
|
- [Merchant](docs/Merchant.md)
|
314
|
-
- [MonthlyPortfolio](docs/MonthlyPortfolio.md)
|
315
|
-
- [MonthlyPortfolioResponse](docs/MonthlyPortfolioResponse.md)
|
316
288
|
- [NotAuthenticatedResponse](docs/NotAuthenticatedResponse.md)
|
317
|
-
- [PageResponseAcquirerAnticipations](docs/PageResponseAcquirerAnticipations.md)
|
318
|
-
- [PageResponseAcquirerReceivables](docs/PageResponseAcquirerReceivables.md)
|
319
|
-
- [PageResponseAcquirerSales](docs/PageResponseAcquirerSales.md)
|
320
289
|
- [PageResponseCategoryRules](docs/PageResponseCategoryRules.md)
|
321
290
|
- [PageResponseConsents](docs/PageResponseConsents.md)
|
322
291
|
- [PageResponseInvestmentTransactions](docs/PageResponseInvestmentTransactions.md)
|
@@ -344,7 +313,6 @@ Class | Method | HTTP request | Description
|
|
344
313
|
- [PaymentRequestSchedule](docs/PaymentRequestSchedule.md)
|
345
314
|
- [PaymentRequestsList200Response](docs/PaymentRequestsList200Response.md)
|
346
315
|
- [PaymentSchedulesList200Response](docs/PaymentSchedulesList200Response.md)
|
347
|
-
- [PercentageOverIndex](docs/PercentageOverIndex.md)
|
348
316
|
- [PhoneNumber](docs/PhoneNumber.md)
|
349
317
|
- [PixData](docs/PixData.md)
|
350
318
|
- [SINGLE](docs/SINGLE.md)
|
@@ -1,11 +1,11 @@
|
|
1
|
-
pluggy_sdk/__init__.py,sha256=
|
2
|
-
pluggy_sdk/api_client.py,sha256=
|
1
|
+
pluggy_sdk/__init__.py,sha256=wsbd360PDSUXovH-0DYX_KilcLMhIWcOsZ31DGQVyW0,12668
|
2
|
+
pluggy_sdk/api_client.py,sha256=a5b36GAC0gT7FUFbJrPVK7p-R-pkIK6Q5Ef0So2IOW8,27426
|
3
3
|
pluggy_sdk/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
|
4
|
-
pluggy_sdk/configuration.py,sha256=
|
4
|
+
pluggy_sdk/configuration.py,sha256=svs3YwhudKI8VFViJMzcxf2RsCAZ7IVpDROXchvdIg8,15910
|
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=bul9ovAN4BXJwh9yRpC8xb9pZva6xIKmUD72sIQa2yM,9385
|
8
|
-
pluggy_sdk/api/__init__.py,sha256=
|
8
|
+
pluggy_sdk/api/__init__.py,sha256=4umr7Tt4Qe6X3s1rlm6bQdDSlVkKc2hxkzYnylxx3nM,1212
|
9
9
|
pluggy_sdk/api/account_api.py,sha256=mq0js0NSfiGeRHIFR6FSwO7Ng8bUAKNn88Ai58vr5zQ,22315
|
10
10
|
pluggy_sdk/api/acquirer_anticipation_api.py,sha256=bk4FXqDIxttRyIL1ms2GXPR5mFJtc9SbVnD_v5gaGE4,26474
|
11
11
|
pluggy_sdk/api/acquirer_receivable_api.py,sha256=BzTj0wfP11JDpLpaeREfNo-g7bs7PnRaK6Ab4gqR5a4,26388
|
@@ -35,7 +35,7 @@ pluggy_sdk/api/smart_account_transfer_api.py,sha256=H-uScNzIIlUzymh8GHKLoypler5T
|
|
35
35
|
pluggy_sdk/api/smart_transfer_api.py,sha256=txy3I7VsD8wlmzPAmKgva7szkTi_2ne3RDMo6zrcj-0,56198
|
36
36
|
pluggy_sdk/api/transaction_api.py,sha256=P3uIVt77rC4f9ITPJjT9oi8-pFrM6RmpgXP55_unCME,37955
|
37
37
|
pluggy_sdk/api/webhook_api.py,sha256=PmwRiQPIvl5vdDqNFdVKJLdBMGMyoccEHYmrxf7A4G4,56195
|
38
|
-
pluggy_sdk/models/__init__.py,sha256=
|
38
|
+
pluggy_sdk/models/__init__.py,sha256=M0ane6PRzQj7-Qx6W2voHHWPRDwjvTu6vgQ2WmLZbLQ,10989
|
39
39
|
pluggy_sdk/models/account.py,sha256=olFI5wpLnLLE7OO22B4zlNzSAf5TP8kGPVmYar_VUdg,5536
|
40
40
|
pluggy_sdk/models/accounts_list200_response.py,sha256=B4SakmOjxyOmTHYtTMmYKJo2nnKScnvqCN348JP98aE,3441
|
41
41
|
pluggy_sdk/models/acquirer_anticipation.py,sha256=_z-lkqKpAML1Tr60J8MoGnc3sN0AOXYPJaTk_DVmYNg,4617
|
@@ -71,21 +71,21 @@ pluggy_sdk/models/boleto_recipient.py,sha256=O89GyVOLrJVrTg9_0CHZjmjdlp9blpsMl5Q
|
|
71
71
|
pluggy_sdk/models/bulk_payment.py,sha256=_EiKF2iM38AktGvOHGey0FG9_usnL6YPUM7gtTWPeJg,5717
|
72
72
|
pluggy_sdk/models/bulk_payments_list200_response.py,sha256=9Ur4ZTPH5Q7sGwQ19XAd9iZi_uQll5-Jujmbj4qWtu4,3469
|
73
73
|
pluggy_sdk/models/category.py,sha256=oFSunhtg1GY2iJKhbio0ZtPeiFAwvOY-mknLELuQkYw,3297
|
74
|
-
pluggy_sdk/models/client_category_rule.py,sha256=
|
74
|
+
pluggy_sdk/models/client_category_rule.py,sha256=jN6C9XzoGvd3Ku-Qzls2qlk1bI5c_O2JXAaaA9HvxBA,3490
|
75
75
|
pluggy_sdk/models/company.py,sha256=jbN82UfXw13h4PJTJ_f0xxbBgbodfFKU-5s6VgG6770,2685
|
76
76
|
pluggy_sdk/models/connect_token_request.py,sha256=nBNgl5MmhJBjNgNtHD_Ee-Gvxp-2SbsJc_PLQLPEsG4,3030
|
77
77
|
pluggy_sdk/models/connect_token_response.py,sha256=ycW3-Z7o0k8K7ibtcKQ2FfzFiguScVGQcTLVKWfwyo8,2623
|
78
|
-
pluggy_sdk/models/connector.py,sha256=
|
78
|
+
pluggy_sdk/models/connector.py,sha256=HEm1XmMIEbeauS2kbDNvi_6-9lnEGojYhDwoRpCRX6E,7332
|
79
79
|
pluggy_sdk/models/connector_credential.py,sha256=9omVYSRdUvra1wKToyF6rW8dnhy5vQAfXEaVFzjCau4,4925
|
80
80
|
pluggy_sdk/models/connector_health.py,sha256=ZiWpsIT9dufUUL2EW1mc7XgR8wXGXV76zgvbgkEO57w,3081
|
81
81
|
pluggy_sdk/models/connector_health_details.py,sha256=PhFQAkfS-R95jkKqvAGy_PQJ3NqzPyKPQmYTi5R1Cxo,3578
|
82
82
|
pluggy_sdk/models/connector_list_response.py,sha256=PetHjZ1wAJ2k2gacrg9EmM0fnvSZ7YZPWms-GVUbKRg,3386
|
83
83
|
pluggy_sdk/models/connector_user_action.py,sha256=k1Y8DHn5zEVFRmTEVL7Z8J8js3i7G-aRf1zoCF-Vftw,3065
|
84
|
-
pluggy_sdk/models/consent.py,sha256=
|
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=
|
88
|
-
pluggy_sdk/models/create_item.py,sha256=
|
87
|
+
pluggy_sdk/models/create_client_category_rule.py,sha256=M6-QIkQTtf4limK-IyEOmOr0O3PNEGcLkjrWUw1Ji7U,3329
|
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
|
91
91
|
pluggy_sdk/models/create_payment_customer_request_body.py,sha256=YvSSzXEW2yI7M9alWr4fHbPRqNvV4sxTUVp3FkMQSyU,3365
|
@@ -122,7 +122,7 @@ pluggy_sdk/models/investment_expenses.py,sha256=Tggx0ZhQV-EF1amRK5Qc-qTGMjw1bUkM
|
|
122
122
|
pluggy_sdk/models/investment_metadata.py,sha256=iPjyP8eP7IM6Yp2angdHGN9ZrRlbIa4m9eO8XDxYQU8,3696
|
123
123
|
pluggy_sdk/models/investment_transaction.py,sha256=sxdtNZ0ppU34lOqWDnK5r6zFmVOItVIaGv0dCcd-8yk,4733
|
124
124
|
pluggy_sdk/models/investments_list200_response.py,sha256=JqUTarakPV6yzY162pLugeFudbwj6pHeCJYGdKVz8Js,3458
|
125
|
-
pluggy_sdk/models/item.py,sha256=
|
125
|
+
pluggy_sdk/models/item.py,sha256=z__AH74riALcam8VE0U_GPCZPH7JrQydR1QeEHvlQRg,7295
|
126
126
|
pluggy_sdk/models/item_creation_error_response.py,sha256=_zdN0Go6iU2deVKxRrexeYlDxWxYfWhjyrxisyQbjUI,3607
|
127
127
|
pluggy_sdk/models/item_error.py,sha256=2wbKBj82sw3NPhNqxCCnw-c15-QuFhy5Ywe29h2HicQ,3155
|
128
128
|
pluggy_sdk/models/item_options.py,sha256=cTRMzwsK1JUQvTAsKeENOy7qEyt4NJ01zSf8wZ62sgo,2882
|
@@ -190,7 +190,7 @@ pluggy_sdk/models/schedule_type_monthly.py,sha256=2sXy5AbY_YYqosEYRAk6GK94BuXITF
|
|
190
190
|
pluggy_sdk/models/schedule_type_single.py,sha256=4Z7BxTZLi4U989-EdB1DBzxaz_FLjalA2oHgli9EMvU,2915
|
191
191
|
pluggy_sdk/models/schedule_type_weekly.py,sha256=8e20wK6cSTOkCNr8pC8CvG_aqeZ0BRGjgVP1er4z7HQ,3749
|
192
192
|
pluggy_sdk/models/single.py,sha256=gbYj-8Dzspav04aP3b-J_01jJEi4luacnzm4GVr3Rn8,2879
|
193
|
-
pluggy_sdk/models/smart_account.py,sha256=
|
193
|
+
pluggy_sdk/models/smart_account.py,sha256=qEXq6v5t5mCr2YEZdvMncCiwNh_fbUqNzqze6RoPMtc,3625
|
194
194
|
pluggy_sdk/models/smart_account_address.py,sha256=iSFjlo01nqtRtfsD24h0gABxmUamPfHcW3hzCiCCM5s,4266
|
195
195
|
pluggy_sdk/models/smart_account_balance.py,sha256=FhPmk52iCQfrhTItJl6XQdV7fFIkxQed3H1vrp8o5o8,3217
|
196
196
|
pluggy_sdk/models/smart_account_transfer.py,sha256=UaOK1DFUJXotRZTpF3fhdEtIVrOXka0ItWp7NtWBsC4,5111
|
@@ -200,11 +200,11 @@ pluggy_sdk/models/smart_transfer_callback_urls.py,sha256=pvgQt9jvPknZczpXDb80rTd
|
|
200
200
|
pluggy_sdk/models/smart_transfer_payment.py,sha256=KVzD6ETAFMG-n9K9StFUrbArl5AFGyUvr5cN79OIJt8,4806
|
201
201
|
pluggy_sdk/models/smart_transfer_preauthorization.py,sha256=M2JABKmnBAeU2tjJ32_NiDdzPUBzY1GRnzSDc66WC30,5387
|
202
202
|
pluggy_sdk/models/smart_transfer_preauthorization_parameter.py,sha256=ZhP5Q_7gZoc-gghrqdWaDfXjhKxo6518FOIuMwVrEyE,2759
|
203
|
-
pluggy_sdk/models/status_detail.py,sha256=
|
203
|
+
pluggy_sdk/models/status_detail.py,sha256=BxXlcpBJ6kaY40A61CZx7dNWXfVVZhe-WOJQJG68KfY,5718
|
204
204
|
pluggy_sdk/models/status_detail_product.py,sha256=u4ywakAifpyDli36JZAUGurLRdN9W4B3EJZ9dutUdd8,3651
|
205
205
|
pluggy_sdk/models/status_detail_product_warning.py,sha256=LFYFdkpQxvS5W2Kj3cxGGvnWhOhLpMYvpUcr8rplVVs,2955
|
206
|
-
pluggy_sdk/models/transaction.py,sha256=
|
207
|
-
pluggy_sdk/models/update_item.py,sha256=
|
206
|
+
pluggy_sdk/models/transaction.py,sha256=Aokv7FMDJ0ubyX51FKeTMzEVMbLS0MmgQkTfv6yGaPY,6671
|
207
|
+
pluggy_sdk/models/update_item.py,sha256=WJHiELhr-_JqIAVXcJLx0NTsS4CkVtdq4y_S915cKWA,4092
|
208
208
|
pluggy_sdk/models/update_item_parameters.py,sha256=yeIMinw_yVyCr9OxyZcxEe-17zCNNoKK8MkysO7yDcc,5324
|
209
209
|
pluggy_sdk/models/update_payment_recipient.py,sha256=CvKd2orRdEYgroSy42bkzxqiJ_JjELQhnxwf7R7bx3Y,4187
|
210
210
|
pluggy_sdk/models/update_payment_request.py,sha256=T69l1LZAOn2Zbc7Vlaat5eiB-iuv2G_VMYuqOQBNR78,3936
|
@@ -213,7 +213,7 @@ pluggy_sdk/models/webhook.py,sha256=2KV31zqFfHMzYzdrfVW7Sam6BsKigdQnPOKjsRiFYqI,
|
|
213
213
|
pluggy_sdk/models/webhook_creation_error_response.py,sha256=SMvNMvJANk1NTn9BEugfwRtnEsJuoMsFo8tVvci3ayw,2681
|
214
214
|
pluggy_sdk/models/webhooks_list200_response.py,sha256=_C8cwBIpZZrODNt-BS_pwAyBjZPxls6ffsy8vqYA6RU,3384
|
215
215
|
pluggy_sdk/models/weekly.py,sha256=rEjJdwn52bBC5sNRUoWsMQ2uoaX7tDz68R5OOgBF1uw,4096
|
216
|
-
pluggy_sdk-1.0.0.
|
217
|
-
pluggy_sdk-1.0.0.
|
218
|
-
pluggy_sdk-1.0.0.
|
219
|
-
pluggy_sdk-1.0.0.
|
216
|
+
pluggy_sdk-1.0.0.post23.dist-info/METADATA,sha256=PNGDJJYjmlM5OhvSHjs6hkNNl5l6R09L3dgYqtXxJF4,22885
|
217
|
+
pluggy_sdk-1.0.0.post23.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
|
218
|
+
pluggy_sdk-1.0.0.post23.dist-info/top_level.txt,sha256=4RLkSSAcNiYLnk0_CN2vRQoezuSTIa7VPuNnaVutZP0,11
|
219
|
+
pluggy_sdk-1.0.0.post23.dist-info/RECORD,,
|
File without changes
|
File without changes
|