pluggy-sdk 1.0.0.post5__tar.gz → 1.0.0.post7__tar.gz
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-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/PKG-INFO +4 -3
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/README.md +3 -2
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/__init__.py +2 -1
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/api_client.py +1 -1
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/configuration.py +1 -1
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/__init__.py +1 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/bulk_payment.py +2 -2
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/create_payment_intent.py +20 -5
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/create_payment_recipient.py +9 -7
- pluggy_sdk-1.0.0.post7/pluggy_sdk/models/payment_intent_parameter.py +90 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/payment_recipient.py +8 -6
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/payment_request.py +4 -2
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/update_payment_recipient.py +7 -5
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk.egg-info/PKG-INFO +4 -3
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk.egg-info/SOURCES.txt +2 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pyproject.toml +1 -1
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/setup.py +1 -1
- pluggy_sdk-1.0.0.post7/test/test_payment_intent_parameter.py +54 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/api/__init__.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/api/account_api.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/api/acquirer_anticipation_api.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/api/acquirer_receivable_api.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/api/acquirer_sale_api.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/api/auth_api.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/api/bill_api.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/api/bulk_payment_api.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/api/category_api.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/api/connector_api.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/api/identity_api.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/api/income_report_api.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/api/investment_api.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/api/items_api.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/api/loan_api.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/api/payment_customer_api.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/api/payment_intent_api.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/api/payment_recipient_api.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/api/payment_request_api.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/api/portfolio_yield_api.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/api/smart_account_api.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/api/transaction_api.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/api/webhook_api.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/api_response.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/exceptions.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/account.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/accounts_list200_response.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/acquirer_anticipation.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/acquirer_anticipation_data.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/acquirer_data.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/acquirer_receivable.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/acquirer_receivable_data.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/acquirer_receivable_data_establishment.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/acquirer_receivable_destination_account.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/acquirer_receivable_related_sale.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/acquirer_sale.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/acquirer_sale_data.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/acquirer_sale_installment.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/acquirer_sale_installment_data.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/address.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/aggregated_portfolio.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/aggregated_portfolio_response.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/asset_distribution.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/auth_request.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/auth_response.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/bank_data.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/bill.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/bill_finance_charge.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/bills_list200_response.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/bulk_payments_list200_response.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/category.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/client_category_rule.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/company.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/connect_token_request.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/connect_token_response.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/connector.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/connector_credential.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/connector_health.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/connector_health_details.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/connector_list_response.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/connector_user_action.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/create_bulk_payment.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/create_client_category_rule.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/create_item.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/create_item_parameters.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/create_or_update_payment_customer.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/create_payment_customer_request_body.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/create_payment_request.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/create_pix_qr_payment_request.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/create_smart_account_request.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/create_webhook.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/credential_select_option.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/credit_card_metadata.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/credit_data.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/document.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/email.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/global_error_response.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/i_count_response.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/identity_relation.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/identity_response.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/income_report.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/income_reports_response.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/investment.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/investment_expenses.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/investment_metadata.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/investment_transaction.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/investments_list200_response.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/item.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/item_creation_error_response.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/item_error.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/item_options.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/loan.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/loan_contracted_fee.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/loan_contracted_finance_charge.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/loan_installment_balloon_payment.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/loan_installment_balloon_payment_amount.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/loan_installments.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/loan_interest_rate.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/loan_payment_release.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/loan_payment_release_over_parcel.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/loan_payment_release_over_parcel_charge.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/loan_payment_release_over_parcel_fee.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/loan_payments.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/loan_warranty.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/loans_list200_response.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/merchant.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/monthly_portfolio.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/monthly_portfolio_response.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/not_authenticated_response.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/page_response_acquirer_anticipations.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/page_response_acquirer_receivables.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/page_response_acquirer_sales.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/page_response_category_rules.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/page_response_investment_transactions.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/page_response_transactions.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/parameter_validation_error.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/parameter_validation_response.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/payment_customer.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/payment_customers_list200_response.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/payment_data.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/payment_data_participant.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/payment_institution.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/payment_intent.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/payment_intents_list200_response.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/payment_receipt.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/payment_receipt_bank_account.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/payment_receipt_person.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/payment_recipient_account.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/payment_recipients_institution_list200_response.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/payment_recipients_list200_response.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/payment_request_callback_urls.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/payment_request_receipt_list200_response.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/payment_requests_list200_response.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/percentage_over_index.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/phone_number.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/pix_data.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/smart_account.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/smart_account_address.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/smart_account_balance.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/smart_accounts_list200_response.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/status_detail.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/status_detail_product.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/status_detail_product_warning.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/transaction.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/update_item.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/update_item_parameters.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/update_payment_request.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/update_transaction.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/webhook.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/webhook_creation_error_response.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/webhooks_list200_response.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/py.typed +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/rest.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk.egg-info/dependency_links.txt +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk.egg-info/requires.txt +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk.egg-info/top_level.txt +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/setup.cfg +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_account.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_account_api.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_accounts_list200_response.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_acquirer_anticipation.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_acquirer_anticipation_api.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_acquirer_anticipation_data.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_acquirer_data.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_acquirer_receivable.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_acquirer_receivable_api.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_acquirer_receivable_data.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_acquirer_receivable_data_establishment.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_acquirer_receivable_destination_account.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_acquirer_receivable_related_sale.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_acquirer_sale.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_acquirer_sale_api.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_acquirer_sale_data.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_acquirer_sale_installment.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_acquirer_sale_installment_data.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_address.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_aggregated_portfolio.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_aggregated_portfolio_response.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_asset_distribution.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_auth_api.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_auth_request.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_auth_response.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_bank_data.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_bill.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_bill_api.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_bill_finance_charge.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_bills_list200_response.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_bulk_payment.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_bulk_payment_api.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_bulk_payments_list200_response.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_category.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_category_api.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_client_category_rule.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_company.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_connect_token_request.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_connect_token_response.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_connector.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_connector_api.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_connector_credential.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_connector_health.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_connector_health_details.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_connector_list_response.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_connector_user_action.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_create_bulk_payment.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_create_client_category_rule.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_create_item.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_create_item_parameters.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_create_or_update_payment_customer.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_create_payment_customer_request_body.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_create_payment_intent.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_create_payment_recipient.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_create_payment_request.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_create_pix_qr_payment_request.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_create_smart_account_request.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_create_webhook.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_credential_select_option.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_credit_card_metadata.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_credit_data.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_document.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_email.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_global_error_response.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_i_count_response.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_identity_api.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_identity_relation.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_identity_response.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_income_report.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_income_report_api.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_income_reports_response.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_investment.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_investment_api.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_investment_expenses.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_investment_metadata.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_investment_transaction.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_investments_list200_response.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_item.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_item_creation_error_response.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_item_error.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_item_options.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_items_api.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_loan.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_loan_api.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_loan_contracted_fee.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_loan_contracted_finance_charge.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_loan_installment_balloon_payment.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_loan_installment_balloon_payment_amount.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_loan_installments.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_loan_interest_rate.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_loan_payment_release.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_loan_payment_release_over_parcel.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_loan_payment_release_over_parcel_charge.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_loan_payment_release_over_parcel_fee.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_loan_payments.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_loan_warranty.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_loans_list200_response.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_merchant.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_monthly_portfolio.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_monthly_portfolio_response.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_not_authenticated_response.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_page_response_acquirer_anticipations.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_page_response_acquirer_receivables.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_page_response_acquirer_sales.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_page_response_category_rules.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_page_response_investment_transactions.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_page_response_transactions.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_parameter_validation_error.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_parameter_validation_response.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_payment_customer.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_payment_customer_api.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_payment_customers_list200_response.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_payment_data.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_payment_data_participant.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_payment_institution.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_payment_intent.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_payment_intent_api.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_payment_intents_list200_response.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_payment_receipt.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_payment_receipt_bank_account.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_payment_receipt_person.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_payment_recipient.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_payment_recipient_account.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_payment_recipient_api.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_payment_recipients_institution_list200_response.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_payment_recipients_list200_response.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_payment_request.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_payment_request_api.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_payment_request_callback_urls.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_payment_request_receipt_list200_response.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_payment_requests_list200_response.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_percentage_over_index.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_phone_number.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_pix_data.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_portfolio_yield_api.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_smart_account.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_smart_account_address.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_smart_account_api.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_smart_account_balance.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_smart_accounts_list200_response.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_status_detail.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_status_detail_product.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_status_detail_product_warning.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_transaction.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_transaction_api.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_update_item.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_update_item_parameters.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_update_payment_recipient.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_update_payment_request.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_update_transaction.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_webhook.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_webhook_api.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_webhook_creation_error_response.py +0 -0
- {pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/test/test_webhooks_list200_response.py +0 -0
@@ -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.post7
|
4
4
|
Summary: Pluggy API
|
5
5
|
Home-page: https://github.com/diraol/pluggy-python
|
6
6
|
Author: Pluggy
|
@@ -19,8 +19,8 @@ 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.
|
23
|
-
- Generator version: 7.
|
22
|
+
- Package version: 1.0.0.post7
|
23
|
+
- Generator version: 7.6.0-SNAPSHOT
|
24
24
|
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
|
25
25
|
For more information, please visit [https://pluggy.ai](https://pluggy.ai)
|
26
26
|
|
@@ -290,6 +290,7 @@ Class | Method | HTTP request | Description
|
|
290
290
|
- [PaymentDataParticipant](docs/PaymentDataParticipant.md)
|
291
291
|
- [PaymentInstitution](docs/PaymentInstitution.md)
|
292
292
|
- [PaymentIntent](docs/PaymentIntent.md)
|
293
|
+
- [PaymentIntentParameter](docs/PaymentIntentParameter.md)
|
293
294
|
- [PaymentIntentsList200Response](docs/PaymentIntentsList200Response.md)
|
294
295
|
- [PaymentReceipt](docs/PaymentReceipt.md)
|
295
296
|
- [PaymentReceiptBankAccount](docs/PaymentReceiptBankAccount.md)
|
@@ -4,8 +4,8 @@ Pluggy's main API to review data and execute connectors
|
|
4
4
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
5
5
|
|
6
6
|
- API version: 1.0.0
|
7
|
-
- Package version: 1.0.0.
|
8
|
-
- Generator version: 7.
|
7
|
+
- Package version: 1.0.0.post7
|
8
|
+
- Generator version: 7.6.0-SNAPSHOT
|
9
9
|
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
|
10
10
|
For more information, please visit [https://pluggy.ai](https://pluggy.ai)
|
11
11
|
|
@@ -275,6 +275,7 @@ Class | Method | HTTP request | Description
|
|
275
275
|
- [PaymentDataParticipant](docs/PaymentDataParticipant.md)
|
276
276
|
- [PaymentInstitution](docs/PaymentInstitution.md)
|
277
277
|
- [PaymentIntent](docs/PaymentIntent.md)
|
278
|
+
- [PaymentIntentParameter](docs/PaymentIntentParameter.md)
|
278
279
|
- [PaymentIntentsList200Response](docs/PaymentIntentsList200Response.md)
|
279
280
|
- [PaymentReceipt](docs/PaymentReceipt.md)
|
280
281
|
- [PaymentReceiptBankAccount](docs/PaymentReceiptBankAccount.md)
|
@@ -15,7 +15,7 @@
|
|
15
15
|
""" # noqa: E501
|
16
16
|
|
17
17
|
|
18
|
-
__version__ = "1.0.0.
|
18
|
+
__version__ = "1.0.0.post7"
|
19
19
|
|
20
20
|
# import apis into sdk package
|
21
21
|
from pluggy_sdk.api.account_api import AccountApi
|
@@ -154,6 +154,7 @@ from pluggy_sdk.models.payment_data import PaymentData
|
|
154
154
|
from pluggy_sdk.models.payment_data_participant import PaymentDataParticipant
|
155
155
|
from pluggy_sdk.models.payment_institution import PaymentInstitution
|
156
156
|
from pluggy_sdk.models.payment_intent import PaymentIntent
|
157
|
+
from pluggy_sdk.models.payment_intent_parameter import PaymentIntentParameter
|
157
158
|
from pluggy_sdk.models.payment_intents_list200_response import PaymentIntentsList200Response
|
158
159
|
from pluggy_sdk.models.payment_receipt import PaymentReceipt
|
159
160
|
from pluggy_sdk.models.payment_receipt_bank_account import PaymentReceiptBankAccount
|
@@ -89,7 +89,7 @@ class ApiClient:
|
|
89
89
|
self.default_headers[header_name] = header_value
|
90
90
|
self.cookie = cookie
|
91
91
|
# Set default User-Agent.
|
92
|
-
self.user_agent = 'OpenAPI-Generator/1.0.0.
|
92
|
+
self.user_agent = 'OpenAPI-Generator/1.0.0.post7/python'
|
93
93
|
self.client_side_validation = configuration.client_side_validation
|
94
94
|
|
95
95
|
def __enter__(self):
|
@@ -400,7 +400,7 @@ conf = pluggy_sdk.Configuration(
|
|
400
400
|
"OS: {env}\n"\
|
401
401
|
"Python Version: {pyversion}\n"\
|
402
402
|
"Version of the API: 1.0.0\n"\
|
403
|
-
"SDK Package Version: 1.0.0.
|
403
|
+
"SDK Package Version: 1.0.0.post7".\
|
404
404
|
format(env=sys.platform, pyversion=sys.version)
|
405
405
|
|
406
406
|
def get_host_settings(self):
|
@@ -116,6 +116,7 @@ from pluggy_sdk.models.payment_data import PaymentData
|
|
116
116
|
from pluggy_sdk.models.payment_data_participant import PaymentDataParticipant
|
117
117
|
from pluggy_sdk.models.payment_institution import PaymentInstitution
|
118
118
|
from pluggy_sdk.models.payment_intent import PaymentIntent
|
119
|
+
from pluggy_sdk.models.payment_intent_parameter import PaymentIntentParameter
|
119
120
|
from pluggy_sdk.models.payment_intents_list200_response import PaymentIntentsList200Response
|
120
121
|
from pluggy_sdk.models.payment_receipt import PaymentReceipt
|
121
122
|
from pluggy_sdk.models.payment_receipt_bank_account import PaymentReceiptBankAccount
|
@@ -45,8 +45,8 @@ class BulkPayment(BaseModel):
|
|
45
45
|
@field_validator('status')
|
46
46
|
def status_validate_enum(cls, value):
|
47
47
|
"""Validates the enum"""
|
48
|
-
if value not in set(['CREATED', 'PAYMENT_IN_PROGRESS', 'TOP_UP_IN_PROGRESS', 'COMPLETED', 'ERROR']):
|
49
|
-
raise ValueError("must be one of enum values ('CREATED', 'PAYMENT_IN_PROGRESS', 'TOP_UP_IN_PROGRESS', 'COMPLETED', 'ERROR')")
|
48
|
+
if value not in set(['CREATED', 'PAYMENT_IN_PROGRESS', 'TOP_UP_IN_PROGRESS', 'COMPLETED', 'PARTIALLY_COMPLETED', 'ERROR']):
|
49
|
+
raise ValueError("must be one of enum values ('CREATED', 'PAYMENT_IN_PROGRESS', 'TOP_UP_IN_PROGRESS', 'COMPLETED', 'PARTIALLY_COMPLETED', 'ERROR')")
|
50
50
|
return value
|
51
51
|
|
52
52
|
model_config = ConfigDict(
|
{pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/create_payment_intent.py
RENAMED
@@ -18,7 +18,7 @@ import pprint
|
|
18
18
|
import re # noqa: F401
|
19
19
|
import json
|
20
20
|
|
21
|
-
from pydantic import BaseModel, ConfigDict, Field, StrictFloat, StrictInt, StrictStr
|
21
|
+
from pydantic import BaseModel, ConfigDict, Field, StrictFloat, StrictInt, StrictStr, field_validator
|
22
22
|
from typing import Any, ClassVar, Dict, List, Optional, Union
|
23
23
|
from typing import Optional, Set
|
24
24
|
from typing_extensions import Self
|
@@ -29,9 +29,20 @@ class CreatePaymentIntent(BaseModel):
|
|
29
29
|
""" # noqa: E501
|
30
30
|
payment_request_id: Optional[StrictStr] = Field(default=None, description="Primary identifier of the payment request associated to the payment intent", alias="paymentRequestId")
|
31
31
|
bulk_payment_id: Optional[StrictStr] = Field(default=None, description="Primary identifier of the bulk payment associated to the payment intent", alias="bulkPaymentId")
|
32
|
-
|
33
|
-
|
34
|
-
|
32
|
+
parameters: Optional[Dict[str, Any]] = None
|
33
|
+
connector_id: Optional[Union[StrictFloat, StrictInt]] = Field(default=None, description="Primary identifier of the connector associated to the payment intent", alias="connectorId")
|
34
|
+
payment_method: Optional[StrictStr] = Field(default=None, description="Payment method can be PIS (Payment Initiation) or PIX (PIX QR flow), if PIX selected only `bulkPaymentId` is required, if PIS selected only `paymentRequestId` or `bulkPaymentId` are required with `connectorId`, `parameters` and `paymentMethod`", alias="paymentMethod")
|
35
|
+
__properties: ClassVar[List[str]] = ["paymentRequestId", "bulkPaymentId", "parameters", "connectorId", "paymentMethod"]
|
36
|
+
|
37
|
+
@field_validator('payment_method')
|
38
|
+
def payment_method_validate_enum(cls, value):
|
39
|
+
"""Validates the enum"""
|
40
|
+
if value is None:
|
41
|
+
return value
|
42
|
+
|
43
|
+
if value not in set(['PIS', 'PIX']):
|
44
|
+
raise ValueError("must be one of enum values ('PIS', 'PIX')")
|
45
|
+
return value
|
35
46
|
|
36
47
|
model_config = ConfigDict(
|
37
48
|
populate_by_name=True,
|
@@ -72,6 +83,9 @@ class CreatePaymentIntent(BaseModel):
|
|
72
83
|
exclude=excluded_fields,
|
73
84
|
exclude_none=True,
|
74
85
|
)
|
86
|
+
# override the default output from pydantic by calling `to_dict()` of parameters
|
87
|
+
if self.parameters:
|
88
|
+
_dict['parameters'] = self.parameters.to_dict()
|
75
89
|
return _dict
|
76
90
|
|
77
91
|
@classmethod
|
@@ -86,8 +100,9 @@ class CreatePaymentIntent(BaseModel):
|
|
86
100
|
_obj = cls.model_validate({
|
87
101
|
"paymentRequestId": obj.get("paymentRequestId"),
|
88
102
|
"bulkPaymentId": obj.get("bulkPaymentId"),
|
103
|
+
"parameters": PaymentIntentParameter.from_dict(obj["parameters"]) if obj.get("parameters") is not None else None,
|
89
104
|
"connectorId": obj.get("connectorId"),
|
90
|
-
"
|
105
|
+
"paymentMethod": obj.get("paymentMethod")
|
91
106
|
})
|
92
107
|
return _obj
|
93
108
|
|
{pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/create_payment_recipient.py
RENAMED
@@ -26,14 +26,15 @@ from typing_extensions import Self
|
|
26
26
|
|
27
27
|
class CreatePaymentRecipient(BaseModel):
|
28
28
|
"""
|
29
|
-
Request with information to create a payment recipient
|
29
|
+
Request with information to create a payment recipient, there is two form to create a payment recipient, one with pixKey and other with taxNumber, name, paymentInstitutionId and account
|
30
30
|
""" # noqa: E501
|
31
|
-
tax_number: StrictStr = Field(description="Account owner tax number. Can be CPF or CNPJ (only numbers)", alias="taxNumber")
|
32
|
-
name: StrictStr = Field(description="Account owner name")
|
33
|
-
payment_institution_id: StrictStr = Field(description="Primary identifier of the institution associated to the payment recipient", alias="paymentInstitutionId")
|
34
|
-
account: PaymentRecipientAccount
|
31
|
+
tax_number: Optional[StrictStr] = Field(default=None, description="Account owner tax number. Can be CPF or CNPJ (only numbers). Send only when the pixKey is not sent.", alias="taxNumber")
|
32
|
+
name: Optional[StrictStr] = Field(default=None, description="Account owner name. Send only this when the pixKey is not sent.")
|
33
|
+
payment_institution_id: Optional[StrictStr] = Field(default=None, description="Primary identifier of the institution associated to the payment recipient. Send only when the pixKey is not sent.", alias="paymentInstitutionId")
|
34
|
+
account: Optional[PaymentRecipientAccount] = None
|
35
35
|
is_default: Optional[StrictBool] = Field(default=None, description="Indicates if the recipient is the default one", alias="isDefault")
|
36
|
-
|
36
|
+
pix_key: Optional[StrictStr] = Field(default=None, description="Pix key associated with the payment recipient", alias="pixKey")
|
37
|
+
__properties: ClassVar[List[str]] = ["taxNumber", "name", "paymentInstitutionId", "account", "isDefault", "pixKey"]
|
37
38
|
|
38
39
|
model_config = ConfigDict(
|
39
40
|
populate_by_name=True,
|
@@ -93,7 +94,8 @@ class CreatePaymentRecipient(BaseModel):
|
|
93
94
|
"name": obj.get("name"),
|
94
95
|
"paymentInstitutionId": obj.get("paymentInstitutionId"),
|
95
96
|
"account": PaymentRecipientAccount.from_dict(obj["account"]) if obj.get("account") is not None else None,
|
96
|
-
"isDefault": obj.get("isDefault")
|
97
|
+
"isDefault": obj.get("isDefault"),
|
98
|
+
"pixKey": obj.get("pixKey")
|
97
99
|
})
|
98
100
|
return _obj
|
99
101
|
|
@@ -0,0 +1,90 @@
|
|
1
|
+
# coding: utf-8
|
2
|
+
|
3
|
+
"""
|
4
|
+
Pluggy API
|
5
|
+
|
6
|
+
Pluggy's main API to review data and execute connectors
|
7
|
+
|
8
|
+
The version of the OpenAPI document: 1.0.0
|
9
|
+
Contact: hello@pluggy.ai
|
10
|
+
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
|
+
|
12
|
+
Do not edit the class manually.
|
13
|
+
""" # noqa: E501
|
14
|
+
|
15
|
+
|
16
|
+
from __future__ import annotations
|
17
|
+
import pprint
|
18
|
+
import re # noqa: F401
|
19
|
+
import json
|
20
|
+
|
21
|
+
from pydantic import BaseModel, ConfigDict, Field, StrictStr
|
22
|
+
from typing import Any, ClassVar, Dict, List, Optional
|
23
|
+
from typing import Optional, Set
|
24
|
+
from typing_extensions import Self
|
25
|
+
|
26
|
+
class PaymentIntentParameter(BaseModel):
|
27
|
+
"""
|
28
|
+
Credentials neccesary to create a payment intent
|
29
|
+
""" # noqa: E501
|
30
|
+
cpf: StrictStr = Field(description="CPF of the payer")
|
31
|
+
cnpj: Optional[StrictStr] = Field(default=None, description="CNPJ of the payer")
|
32
|
+
__properties: ClassVar[List[str]] = ["cpf", "cnpj"]
|
33
|
+
|
34
|
+
model_config = ConfigDict(
|
35
|
+
populate_by_name=True,
|
36
|
+
validate_assignment=True,
|
37
|
+
protected_namespaces=(),
|
38
|
+
)
|
39
|
+
|
40
|
+
|
41
|
+
def to_str(self) -> str:
|
42
|
+
"""Returns the string representation of the model using alias"""
|
43
|
+
return pprint.pformat(self.model_dump(by_alias=True))
|
44
|
+
|
45
|
+
def to_json(self) -> str:
|
46
|
+
"""Returns the JSON representation of the model using alias"""
|
47
|
+
# TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead
|
48
|
+
return json.dumps(self.to_dict())
|
49
|
+
|
50
|
+
@classmethod
|
51
|
+
def from_json(cls, json_str: str) -> Optional[Self]:
|
52
|
+
"""Create an instance of PaymentIntentParameter from a JSON string"""
|
53
|
+
return cls.from_dict(json.loads(json_str))
|
54
|
+
|
55
|
+
def to_dict(self) -> Dict[str, Any]:
|
56
|
+
"""Return the dictionary representation of the model using alias.
|
57
|
+
|
58
|
+
This has the following differences from calling pydantic's
|
59
|
+
`self.model_dump(by_alias=True)`:
|
60
|
+
|
61
|
+
* `None` is only added to the output dict for nullable fields that
|
62
|
+
were set at model initialization. Other fields with value `None`
|
63
|
+
are ignored.
|
64
|
+
"""
|
65
|
+
excluded_fields: Set[str] = set([
|
66
|
+
])
|
67
|
+
|
68
|
+
_dict = self.model_dump(
|
69
|
+
by_alias=True,
|
70
|
+
exclude=excluded_fields,
|
71
|
+
exclude_none=True,
|
72
|
+
)
|
73
|
+
return _dict
|
74
|
+
|
75
|
+
@classmethod
|
76
|
+
def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]:
|
77
|
+
"""Create an instance of PaymentIntentParameter from a dict"""
|
78
|
+
if obj is None:
|
79
|
+
return None
|
80
|
+
|
81
|
+
if not isinstance(obj, dict):
|
82
|
+
return cls.model_validate(obj)
|
83
|
+
|
84
|
+
_obj = cls.model_validate({
|
85
|
+
"cpf": obj.get("cpf"),
|
86
|
+
"cnpj": obj.get("cnpj")
|
87
|
+
})
|
88
|
+
return _obj
|
89
|
+
|
90
|
+
|
@@ -30,12 +30,13 @@ class PaymentRecipient(BaseModel):
|
|
30
30
|
Response with information related to a payment recipient
|
31
31
|
""" # noqa: E501
|
32
32
|
id: StrictStr = Field(description="Primary identifier")
|
33
|
-
tax_number: StrictStr = Field(description="Account owner tax number. Can be CPF or CNPJ (only numbers)", alias="taxNumber")
|
34
|
-
name: StrictStr = Field(description="Account owner name")
|
35
|
-
payment_institution:
|
36
|
-
is_default:
|
33
|
+
tax_number: StrictStr = Field(description="Account owner tax number. Can be CPF or CNPJ (only numbers).", alias="taxNumber")
|
34
|
+
name: StrictStr = Field(description="Account owner name.")
|
35
|
+
payment_institution: PaymentInstitution = Field(alias="paymentInstitution")
|
36
|
+
is_default: StrictBool = Field(description="Indicates if the recipient is the default one", alias="isDefault")
|
37
37
|
account: PaymentRecipientAccount
|
38
|
-
|
38
|
+
pix_key: Optional[StrictStr] = Field(default=None, description="Pix key associated with the payment recipient", alias="pixKey")
|
39
|
+
__properties: ClassVar[List[str]] = ["id", "taxNumber", "name", "paymentInstitution", "isDefault", "account", "pixKey"]
|
39
40
|
|
40
41
|
model_config = ConfigDict(
|
41
42
|
populate_by_name=True,
|
@@ -99,7 +100,8 @@ class PaymentRecipient(BaseModel):
|
|
99
100
|
"name": obj.get("name"),
|
100
101
|
"paymentInstitution": PaymentInstitution.from_dict(obj["paymentInstitution"]) if obj.get("paymentInstitution") is not None else None,
|
101
102
|
"isDefault": obj.get("isDefault"),
|
102
|
-
"account": PaymentRecipientAccount.from_dict(obj["account"]) if obj.get("account") is not None else None
|
103
|
+
"account": PaymentRecipientAccount.from_dict(obj["account"]) if obj.get("account") is not None else None,
|
104
|
+
"pixKey": obj.get("pixKey")
|
103
105
|
})
|
104
106
|
return _obj
|
105
107
|
|
@@ -39,7 +39,8 @@ class PaymentRequest(BaseModel):
|
|
39
39
|
callback_urls: Optional[PaymentRequestCallbackUrls] = Field(default=None, alias="callbackUrls")
|
40
40
|
recipient_id: Optional[StrictStr] = Field(default=None, description="Payment receiver identifier", alias="recipientId")
|
41
41
|
payment_url: StrictStr = Field(description="URL to begin the payment intent creation flow for this payment request", alias="paymentUrl")
|
42
|
-
|
42
|
+
pix_qr_code: Optional[StrictStr] = Field(default=None, description="Pix QR code generated by the payment receiver", alias="pixQrCode")
|
43
|
+
__properties: ClassVar[List[str]] = ["id", "amount", "description", "status", "clientPaymentId", "createdAt", "updatedAt", "callbackUrls", "recipientId", "paymentUrl", "pixQrCode"]
|
43
44
|
|
44
45
|
@field_validator('status')
|
45
46
|
def status_validate_enum(cls, value):
|
@@ -111,7 +112,8 @@ class PaymentRequest(BaseModel):
|
|
111
112
|
"updatedAt": obj.get("updatedAt"),
|
112
113
|
"callbackUrls": PaymentRequestCallbackUrls.from_dict(obj["callbackUrls"]) if obj.get("callbackUrls") is not None else None,
|
113
114
|
"recipientId": obj.get("recipientId"),
|
114
|
-
"paymentUrl": obj.get("paymentUrl")
|
115
|
+
"paymentUrl": obj.get("paymentUrl"),
|
116
|
+
"pixQrCode": obj.get("pixQrCode")
|
115
117
|
})
|
116
118
|
return _obj
|
117
119
|
|
{pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/update_payment_recipient.py
RENAMED
@@ -28,12 +28,13 @@ class UpdatePaymentRecipient(BaseModel):
|
|
28
28
|
"""
|
29
29
|
Request with information to update a payment recipient
|
30
30
|
""" # noqa: E501
|
31
|
-
tax_number: Optional[StrictStr] = Field(default=None, description="Account owner tax number. Can be CPF or CNPJ (only numbers)", alias="taxNumber")
|
32
|
-
name: Optional[StrictStr] = Field(default=None, description="Account owner name")
|
33
|
-
payment_institution_id: Optional[StrictStr] = Field(default=None, description="Primary identifier of the institution associated to the payment recipient", alias="paymentInstitutionId")
|
31
|
+
tax_number: Optional[StrictStr] = Field(default=None, description="Account owner tax number. Can be CPF or CNPJ (only numbers). Send only if the recipient doesn't have a pixKey.", alias="taxNumber")
|
32
|
+
name: Optional[StrictStr] = Field(default=None, description="Account owner name. Send only if the recipient doesn't have a pixKey.")
|
33
|
+
payment_institution_id: Optional[StrictStr] = Field(default=None, description="Primary identifier of the institution associated to the payment recipient. Send only if the recipient doesn't have a pixKey.", alias="paymentInstitutionId")
|
34
34
|
account: Optional[PaymentRecipientAccount] = None
|
35
35
|
is_default: Optional[StrictBool] = Field(default=None, description="Indicates if the recipient is the default one", alias="isDefault")
|
36
|
-
|
36
|
+
pix_key: Optional[StrictStr] = Field(default=None, description="Pix key associated with the payment recipient", alias="pixKey")
|
37
|
+
__properties: ClassVar[List[str]] = ["taxNumber", "name", "paymentInstitutionId", "account", "isDefault", "pixKey"]
|
37
38
|
|
38
39
|
model_config = ConfigDict(
|
39
40
|
populate_by_name=True,
|
@@ -93,7 +94,8 @@ class UpdatePaymentRecipient(BaseModel):
|
|
93
94
|
"name": obj.get("name"),
|
94
95
|
"paymentInstitutionId": obj.get("paymentInstitutionId"),
|
95
96
|
"account": PaymentRecipientAccount.from_dict(obj["account"]) if obj.get("account") is not None else None,
|
96
|
-
"isDefault": obj.get("isDefault")
|
97
|
+
"isDefault": obj.get("isDefault"),
|
98
|
+
"pixKey": obj.get("pixKey")
|
97
99
|
})
|
98
100
|
return _obj
|
99
101
|
|
@@ -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.post7
|
4
4
|
Summary: Pluggy API
|
5
5
|
Home-page: https://github.com/diraol/pluggy-python
|
6
6
|
Author: Pluggy
|
@@ -19,8 +19,8 @@ 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.
|
23
|
-
- Generator version: 7.
|
22
|
+
- Package version: 1.0.0.post7
|
23
|
+
- Generator version: 7.6.0-SNAPSHOT
|
24
24
|
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
|
25
25
|
For more information, please visit [https://pluggy.ai](https://pluggy.ai)
|
26
26
|
|
@@ -290,6 +290,7 @@ Class | Method | HTTP request | Description
|
|
290
290
|
- [PaymentDataParticipant](docs/PaymentDataParticipant.md)
|
291
291
|
- [PaymentInstitution](docs/PaymentInstitution.md)
|
292
292
|
- [PaymentIntent](docs/PaymentIntent.md)
|
293
|
+
- [PaymentIntentParameter](docs/PaymentIntentParameter.md)
|
293
294
|
- [PaymentIntentsList200Response](docs/PaymentIntentsList200Response.md)
|
294
295
|
- [PaymentReceipt](docs/PaymentReceipt.md)
|
295
296
|
- [PaymentReceiptBankAccount](docs/PaymentReceiptBankAccount.md)
|
@@ -139,6 +139,7 @@ pluggy_sdk/models/payment_data.py
|
|
139
139
|
pluggy_sdk/models/payment_data_participant.py
|
140
140
|
pluggy_sdk/models/payment_institution.py
|
141
141
|
pluggy_sdk/models/payment_intent.py
|
142
|
+
pluggy_sdk/models/payment_intent_parameter.py
|
142
143
|
pluggy_sdk/models/payment_intents_list200_response.py
|
143
144
|
pluggy_sdk/models/payment_receipt.py
|
144
145
|
pluggy_sdk/models/payment_receipt_bank_account.py
|
@@ -287,6 +288,7 @@ test/test_payment_data_participant.py
|
|
287
288
|
test/test_payment_institution.py
|
288
289
|
test/test_payment_intent.py
|
289
290
|
test/test_payment_intent_api.py
|
291
|
+
test/test_payment_intent_parameter.py
|
290
292
|
test/test_payment_intents_list200_response.py
|
291
293
|
test/test_payment_receipt.py
|
292
294
|
test/test_payment_receipt_bank_account.py
|
@@ -22,7 +22,7 @@ from setuptools import setup, find_packages # noqa: H301
|
|
22
22
|
# prerequisite: setuptools
|
23
23
|
# http://pypi.python.org/pypi/setuptools
|
24
24
|
NAME = "pluggy-sdk"
|
25
|
-
VERSION = "1.0.0.
|
25
|
+
VERSION = "1.0.0.post7"
|
26
26
|
PYTHON_REQUIRES = ">=3.7"
|
27
27
|
REQUIRES = [
|
28
28
|
"urllib3 >= 1.25.3, < 2.1.0",
|
@@ -0,0 +1,54 @@
|
|
1
|
+
# coding: utf-8
|
2
|
+
|
3
|
+
"""
|
4
|
+
Pluggy API
|
5
|
+
|
6
|
+
Pluggy's main API to review data and execute connectors
|
7
|
+
|
8
|
+
The version of the OpenAPI document: 1.0.0
|
9
|
+
Contact: hello@pluggy.ai
|
10
|
+
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
|
+
|
12
|
+
Do not edit the class manually.
|
13
|
+
""" # noqa: E501
|
14
|
+
|
15
|
+
|
16
|
+
import unittest
|
17
|
+
|
18
|
+
from pluggy_sdk.models.payment_intent_parameter import PaymentIntentParameter
|
19
|
+
|
20
|
+
class TestPaymentIntentParameter(unittest.TestCase):
|
21
|
+
"""PaymentIntentParameter unit test stubs"""
|
22
|
+
|
23
|
+
def setUp(self):
|
24
|
+
pass
|
25
|
+
|
26
|
+
def tearDown(self):
|
27
|
+
pass
|
28
|
+
|
29
|
+
def make_instance(self, include_optional) -> PaymentIntentParameter:
|
30
|
+
"""Test PaymentIntentParameter
|
31
|
+
include_option is a boolean, when False only required
|
32
|
+
params are included, when True both required and
|
33
|
+
optional params are included """
|
34
|
+
# uncomment below to create an instance of `PaymentIntentParameter`
|
35
|
+
"""
|
36
|
+
model = PaymentIntentParameter()
|
37
|
+
if include_optional:
|
38
|
+
return PaymentIntentParameter(
|
39
|
+
cpf = '',
|
40
|
+
cnpj = ''
|
41
|
+
)
|
42
|
+
else:
|
43
|
+
return PaymentIntentParameter(
|
44
|
+
cpf = '',
|
45
|
+
)
|
46
|
+
"""
|
47
|
+
|
48
|
+
def testPaymentIntentParameter(self):
|
49
|
+
"""Test PaymentIntentParameter"""
|
50
|
+
# inst_req_only = self.make_instance(include_optional=False)
|
51
|
+
# inst_req_and_optional = self.make_instance(include_optional=True)
|
52
|
+
|
53
|
+
if __name__ == '__main__':
|
54
|
+
unittest.main()
|
File without changes
|
File without changes
|
{pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/api/acquirer_anticipation_api.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/accounts_list200_response.py
RENAMED
File without changes
|
{pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/acquirer_anticipation.py
RENAMED
File without changes
|
{pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/acquirer_anticipation_data.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/acquirer_receivable_data.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/acquirer_sale_installment.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/aggregated_portfolio_response.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/bills_list200_response.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{pluggy-sdk-1.0.0.post5 → pluggy_sdk-1.0.0.post7}/pluggy_sdk/models/connect_token_request.py
RENAMED
File without changes
|