pluggy-sdk 1.0.0.post17__py3-none-any.whl → 1.0.0.post19__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 +9 -1
- pluggy_sdk/api/__init__.py +1 -0
- pluggy_sdk/api/account_api.py +6 -2
- pluggy_sdk/api/acquirer_anticipation_api.py +6 -2
- pluggy_sdk/api/acquirer_receivable_api.py +6 -2
- pluggy_sdk/api/acquirer_sale_api.py +6 -2
- pluggy_sdk/api/auth_api.py +6 -2
- pluggy_sdk/api/benefit_api.py +6 -2
- pluggy_sdk/api/bill_api.py +6 -2
- pluggy_sdk/api/bulk_payment_api.py +9 -3
- pluggy_sdk/api/category_api.py +12 -4
- pluggy_sdk/api/connector_api.py +9 -3
- pluggy_sdk/api/consent_api.py +6 -2
- pluggy_sdk/api/identity_api.py +6 -2
- pluggy_sdk/api/income_report_api.py +3 -1
- pluggy_sdk/api/investment_api.py +9 -3
- pluggy_sdk/api/items_api.py +15 -5
- pluggy_sdk/api/loan_api.py +6 -2
- pluggy_sdk/api/payment_customer_api.py +15 -5
- pluggy_sdk/api/payment_intent_api.py +9 -3
- pluggy_sdk/api/payment_recipient_api.py +21 -7
- pluggy_sdk/api/payment_request_api.py +30 -10
- pluggy_sdk/api/payment_schedule_api.py +9 -3
- pluggy_sdk/api/portfolio_yield_api.py +6 -2
- pluggy_sdk/api/smart_account_api.py +18 -6
- pluggy_sdk/api/smart_transfer_api.py +1406 -0
- pluggy_sdk/api/transaction_api.py +9 -3
- pluggy_sdk/api/webhook_api.py +15 -5
- pluggy_sdk/api_client.py +20 -4
- pluggy_sdk/configuration.py +1 -1
- pluggy_sdk/models/__init__.py +7 -0
- pluggy_sdk/models/accounts_list200_response.py +3 -3
- pluggy_sdk/models/acquirer_receivable.py +3 -3
- pluggy_sdk/models/acquirer_sale.py +3 -3
- pluggy_sdk/models/acquirer_sale_data.py +3 -3
- pluggy_sdk/models/aggregated_portfolio_response.py +3 -3
- pluggy_sdk/models/benefit_response.py +3 -3
- pluggy_sdk/models/benefits_list200_response.py +3 -3
- pluggy_sdk/models/bill.py +3 -3
- pluggy_sdk/models/bills_list200_response.py +3 -3
- pluggy_sdk/models/bulk_payment.py +3 -3
- pluggy_sdk/models/bulk_payments_list200_response.py +3 -3
- pluggy_sdk/models/connector.py +3 -3
- pluggy_sdk/models/connector_credential.py +3 -3
- pluggy_sdk/models/connector_list_response.py +3 -3
- pluggy_sdk/models/create_item.py +3 -1
- pluggy_sdk/models/create_smart_transfer_payment.py +96 -0
- pluggy_sdk/models/create_smart_transfer_preauthorization.py +104 -0
- pluggy_sdk/models/identity_response.py +12 -12
- pluggy_sdk/models/income_reports_response.py +3 -3
- pluggy_sdk/models/investment.py +3 -3
- pluggy_sdk/models/investments_list200_response.py +3 -3
- pluggy_sdk/models/item_creation_error_response.py +3 -3
- pluggy_sdk/models/loan.py +12 -12
- pluggy_sdk/models/loan_installments.py +3 -3
- pluggy_sdk/models/loan_payment_release_over_parcel.py +6 -6
- pluggy_sdk/models/loan_payments.py +3 -3
- pluggy_sdk/models/loans_list200_response.py +3 -3
- pluggy_sdk/models/monthly_portfolio_response.py +3 -3
- pluggy_sdk/models/page_response_acquirer_anticipations.py +3 -3
- pluggy_sdk/models/page_response_acquirer_receivables.py +3 -3
- pluggy_sdk/models/page_response_acquirer_sales.py +3 -3
- pluggy_sdk/models/page_response_category_rules.py +3 -3
- pluggy_sdk/models/page_response_consents.py +3 -3
- pluggy_sdk/models/page_response_investment_transactions.py +3 -3
- pluggy_sdk/models/page_response_transactions.py +3 -3
- pluggy_sdk/models/parameter_validation_response.py +3 -3
- pluggy_sdk/models/payment_customers_list200_response.py +3 -3
- pluggy_sdk/models/payment_intents_list200_response.py +3 -3
- pluggy_sdk/models/payment_recipients_institution_list200_response.py +3 -3
- pluggy_sdk/models/payment_recipients_list200_response.py +3 -3
- pluggy_sdk/models/payment_request_receipt_list200_response.py +3 -3
- pluggy_sdk/models/payment_requests_list200_response.py +3 -3
- pluggy_sdk/models/payment_schedules_list200_response.py +3 -3
- pluggy_sdk/models/smart_accounts_list200_response.py +3 -3
- pluggy_sdk/models/smart_tranfers_preauthorizations_list200_response.py +102 -0
- pluggy_sdk/models/smart_transfer_callback_urls.py +90 -0
- pluggy_sdk/models/smart_transfer_payment.py +116 -0
- pluggy_sdk/models/smart_transfer_preauthorization.py +128 -0
- pluggy_sdk/models/smart_transfer_preauthorization_parameter.py +90 -0
- pluggy_sdk/models/status_detail_product.py +3 -3
- pluggy_sdk/models/webhooks_list200_response.py +3 -3
- {pluggy_sdk-1.0.0.post17.dist-info → pluggy_sdk-1.0.0.post19.dist-info}/METADATA +15 -3
- {pluggy_sdk-1.0.0.post17.dist-info → pluggy_sdk-1.0.0.post19.dist-info}/RECORD +86 -78
- {pluggy_sdk-1.0.0.post17.dist-info → pluggy_sdk-1.0.0.post19.dist-info}/WHEEL +1 -1
- {pluggy_sdk-1.0.0.post17.dist-info → pluggy_sdk-1.0.0.post19.dist-info}/top_level.txt +0 -0
@@ -261,7 +261,9 @@ class PaymentRequestApi:
|
|
261
261
|
_query_params: List[Tuple[str, str]] = []
|
262
262
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
263
263
|
_form_params: List[Tuple[str, str]] = []
|
264
|
-
_files: Dict[
|
264
|
+
_files: Dict[
|
265
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
266
|
+
] = {}
|
265
267
|
_body_params: Optional[bytes] = None
|
266
268
|
|
267
269
|
# process the path parameters
|
@@ -533,7 +535,9 @@ class PaymentRequestApi:
|
|
533
535
|
_query_params: List[Tuple[str, str]] = []
|
534
536
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
535
537
|
_form_params: List[Tuple[str, str]] = []
|
536
|
-
_files: Dict[
|
538
|
+
_files: Dict[
|
539
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
540
|
+
] = {}
|
537
541
|
_body_params: Optional[bytes] = None
|
538
542
|
|
539
543
|
# process the path parameters
|
@@ -805,7 +809,9 @@ class PaymentRequestApi:
|
|
805
809
|
_query_params: List[Tuple[str, str]] = []
|
806
810
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
807
811
|
_form_params: List[Tuple[str, str]] = []
|
808
|
-
_files: Dict[
|
812
|
+
_files: Dict[
|
813
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
814
|
+
] = {}
|
809
815
|
_body_params: Optional[bytes] = None
|
810
816
|
|
811
817
|
# process the path parameters
|
@@ -1080,7 +1086,9 @@ class PaymentRequestApi:
|
|
1080
1086
|
_query_params: List[Tuple[str, str]] = []
|
1081
1087
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
1082
1088
|
_form_params: List[Tuple[str, str]] = []
|
1083
|
-
_files: Dict[
|
1089
|
+
_files: Dict[
|
1090
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
1091
|
+
] = {}
|
1084
1092
|
_body_params: Optional[bytes] = None
|
1085
1093
|
|
1086
1094
|
# process the path parameters
|
@@ -1339,7 +1347,9 @@ class PaymentRequestApi:
|
|
1339
1347
|
_query_params: List[Tuple[str, str]] = []
|
1340
1348
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
1341
1349
|
_form_params: List[Tuple[str, str]] = []
|
1342
|
-
_files: Dict[
|
1350
|
+
_files: Dict[
|
1351
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
1352
|
+
] = {}
|
1343
1353
|
_body_params: Optional[bytes] = None
|
1344
1354
|
|
1345
1355
|
# process the path parameters
|
@@ -1610,7 +1620,9 @@ class PaymentRequestApi:
|
|
1610
1620
|
_query_params: List[Tuple[str, str]] = []
|
1611
1621
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
1612
1622
|
_form_params: List[Tuple[str, str]] = []
|
1613
|
-
_files: Dict[
|
1623
|
+
_files: Dict[
|
1624
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
1625
|
+
] = {}
|
1614
1626
|
_body_params: Optional[bytes] = None
|
1615
1627
|
|
1616
1628
|
# process the path parameters
|
@@ -1881,7 +1893,9 @@ class PaymentRequestApi:
|
|
1881
1893
|
_query_params: List[Tuple[str, str]] = []
|
1882
1894
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
1883
1895
|
_form_params: List[Tuple[str, str]] = []
|
1884
|
-
_files: Dict[
|
1896
|
+
_files: Dict[
|
1897
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
1898
|
+
] = {}
|
1885
1899
|
_body_params: Optional[bytes] = None
|
1886
1900
|
|
1887
1901
|
# process the path parameters
|
@@ -2144,7 +2158,9 @@ class PaymentRequestApi:
|
|
2144
2158
|
_query_params: List[Tuple[str, str]] = []
|
2145
2159
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
2146
2160
|
_form_params: List[Tuple[str, str]] = []
|
2147
|
-
_files: Dict[
|
2161
|
+
_files: Dict[
|
2162
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
2163
|
+
] = {}
|
2148
2164
|
_body_params: Optional[bytes] = None
|
2149
2165
|
|
2150
2166
|
# process the path parameters
|
@@ -2416,7 +2432,9 @@ class PaymentRequestApi:
|
|
2416
2432
|
_query_params: List[Tuple[str, str]] = []
|
2417
2433
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
2418
2434
|
_form_params: List[Tuple[str, str]] = []
|
2419
|
-
_files: Dict[
|
2435
|
+
_files: Dict[
|
2436
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
2437
|
+
] = {}
|
2420
2438
|
_body_params: Optional[bytes] = None
|
2421
2439
|
|
2422
2440
|
# process the path parameters
|
@@ -2677,7 +2695,9 @@ class PaymentRequestApi:
|
|
2677
2695
|
_query_params: List[Tuple[str, str]] = []
|
2678
2696
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
2679
2697
|
_form_params: List[Tuple[str, str]] = []
|
2680
|
-
_files: Dict[
|
2698
|
+
_files: Dict[
|
2699
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
2700
|
+
] = {}
|
2681
2701
|
_body_params: Optional[bytes] = None
|
2682
2702
|
|
2683
2703
|
# process the path parameters
|
@@ -254,7 +254,9 @@ class PaymentScheduleApi:
|
|
254
254
|
_query_params: List[Tuple[str, str]] = []
|
255
255
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
256
256
|
_form_params: List[Tuple[str, str]] = []
|
257
|
-
_files: Dict[
|
257
|
+
_files: Dict[
|
258
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
259
|
+
] = {}
|
258
260
|
_body_params: Optional[bytes] = None
|
259
261
|
|
260
262
|
# process the path parameters
|
@@ -519,7 +521,9 @@ class PaymentScheduleApi:
|
|
519
521
|
_query_params: List[Tuple[str, str]] = []
|
520
522
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
521
523
|
_form_params: List[Tuple[str, str]] = []
|
522
|
-
_files: Dict[
|
524
|
+
_files: Dict[
|
525
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
526
|
+
] = {}
|
523
527
|
_body_params: Optional[bytes] = None
|
524
528
|
|
525
529
|
# process the path parameters
|
@@ -773,7 +777,9 @@ class PaymentScheduleApi:
|
|
773
777
|
_query_params: List[Tuple[str, str]] = []
|
774
778
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
775
779
|
_form_params: List[Tuple[str, str]] = []
|
776
|
-
_files: Dict[
|
780
|
+
_files: Dict[
|
781
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
782
|
+
] = {}
|
777
783
|
_body_params: Optional[bytes] = None
|
778
784
|
|
779
785
|
# process the path parameters
|
@@ -264,7 +264,9 @@ class PortfolioYieldApi:
|
|
264
264
|
_query_params: List[Tuple[str, str]] = []
|
265
265
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
266
266
|
_form_params: List[Tuple[str, str]] = []
|
267
|
-
_files: Dict[
|
267
|
+
_files: Dict[
|
268
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
269
|
+
] = {}
|
268
270
|
_body_params: Optional[bytes] = None
|
269
271
|
|
270
272
|
# process the path parameters
|
@@ -532,7 +534,9 @@ class PortfolioYieldApi:
|
|
532
534
|
_query_params: List[Tuple[str, str]] = []
|
533
535
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
534
536
|
_form_params: List[Tuple[str, str]] = []
|
535
|
-
_files: Dict[
|
537
|
+
_files: Dict[
|
538
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
539
|
+
] = {}
|
536
540
|
_body_params: Optional[bytes] = None
|
537
541
|
|
538
542
|
# process the path parameters
|
@@ -263,7 +263,9 @@ class SmartAccountApi:
|
|
263
263
|
_query_params: List[Tuple[str, str]] = []
|
264
264
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
265
265
|
_form_params: List[Tuple[str, str]] = []
|
266
|
-
_files: Dict[
|
266
|
+
_files: Dict[
|
267
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
268
|
+
] = {}
|
267
269
|
_body_params: Optional[bytes] = None
|
268
270
|
|
269
271
|
# process the path parameters
|
@@ -525,7 +527,9 @@ class SmartAccountApi:
|
|
525
527
|
_query_params: List[Tuple[str, str]] = []
|
526
528
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
527
529
|
_form_params: List[Tuple[str, str]] = []
|
528
|
-
_files: Dict[
|
530
|
+
_files: Dict[
|
531
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
532
|
+
] = {}
|
529
533
|
_body_params: Optional[bytes] = None
|
530
534
|
|
531
535
|
# process the path parameters
|
@@ -800,7 +804,9 @@ class SmartAccountApi:
|
|
800
804
|
_query_params: List[Tuple[str, str]] = []
|
801
805
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
802
806
|
_form_params: List[Tuple[str, str]] = []
|
803
|
-
_files: Dict[
|
807
|
+
_files: Dict[
|
808
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
809
|
+
] = {}
|
804
810
|
_body_params: Optional[bytes] = None
|
805
811
|
|
806
812
|
# process the path parameters
|
@@ -1078,7 +1084,9 @@ class SmartAccountApi:
|
|
1078
1084
|
_query_params: List[Tuple[str, str]] = []
|
1079
1085
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
1080
1086
|
_form_params: List[Tuple[str, str]] = []
|
1081
|
-
_files: Dict[
|
1087
|
+
_files: Dict[
|
1088
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
1089
|
+
] = {}
|
1082
1090
|
_body_params: Optional[bytes] = None
|
1083
1091
|
|
1084
1092
|
# process the path parameters
|
@@ -1355,7 +1363,9 @@ class SmartAccountApi:
|
|
1355
1363
|
_query_params: List[Tuple[str, str]] = []
|
1356
1364
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
1357
1365
|
_form_params: List[Tuple[str, str]] = []
|
1358
|
-
_files: Dict[
|
1366
|
+
_files: Dict[
|
1367
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
1368
|
+
] = {}
|
1359
1369
|
_body_params: Optional[bytes] = None
|
1360
1370
|
|
1361
1371
|
# process the path parameters
|
@@ -1642,7 +1652,9 @@ class SmartAccountApi:
|
|
1642
1652
|
_query_params: List[Tuple[str, str]] = []
|
1643
1653
|
_header_params: Dict[str, Optional[str]] = _headers or {}
|
1644
1654
|
_form_params: List[Tuple[str, str]] = []
|
1645
|
-
_files: Dict[
|
1655
|
+
_files: Dict[
|
1656
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
1657
|
+
] = {}
|
1646
1658
|
_body_params: Optional[bytes] = None
|
1647
1659
|
|
1648
1660
|
# process the path parameters
|