hostinger-api 0.0.13__tar.gz → 0.0.14__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.
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/PKG-INFO +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api/__init__.py +2 -2
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api/api/billing_catalog_api.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api/api/billing_orders_api.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api/api/billing_payment_methods_api.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api/api/billing_subscriptions_api.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api/api/dns_snapshot_api.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api/api/dns_zone_api.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api/api/domains_availability_api.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api/api/domains_forwarding_api.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api/api/domains_portfolio_api.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api/api/domains_whois_api.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api/api/vps_actions_api.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api/api/vps_backups_api.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api/api/vps_data_centers_api.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api/api/vps_firewall_api.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api/api/vps_malware_scanner_api.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api/api/vps_post_install_scripts_api.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api/api/vps_public_keys_api.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api/api/vps_recovery_api.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api/api/vps_snapshots_api.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api/api/vps_virtual_machine_api.py +7 -7
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api/api/vpsos_templates_api.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api/api/vpsptr_records_api.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api/api_client.py +2 -2
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api/configuration.py +3 -3
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api/exceptions.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api/models/__init__.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api/models/billing_create_new_service_order_v1422_response.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api/models/billing_create_new_service_order_v1422_response_errors.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api/models/billing_get_catalog_item_list_v1401_response.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api/models/billing_get_catalog_item_list_v1500_response.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api/models/billing_v1_catalog_catalog_item_price_resource.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api/models/billing_v1_catalog_catalog_item_resource.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api/models/billing_v1_order_order_billing_address_resource.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api/models/billing_v1_order_order_resource.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api/models/billing_v1_order_store_request.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api/models/billing_v1_order_store_request_items_inner.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api/models/billing_v1_order_virtual_machine_order_resource.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api/models/billing_v1_payment_method_payment_method_resource.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api/models/billing_v1_subscription_cancel_request.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api/models/billing_v1_subscription_subscription_resource.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api/models/common_schema_pagination_meta_schema.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api/models/common_success_empty_resource.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api/models/dnsv1_snapshot_snapshot_resource.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api/models/dnsv1_snapshot_snapshot_with_content_resource.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api/models/dnsv1_zone_destroy_request.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api/models/dnsv1_zone_destroy_request_filters_inner.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api/models/dnsv1_zone_name_record_resource.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api/models/dnsv1_zone_record_resource.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api/models/dnsv1_zone_reset_request.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api/models/dnsv1_zone_update_request.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api/models/dnsv1_zone_update_request_zone_inner.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api/models/dnsv1_zone_update_request_zone_inner_records_inner.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api/models/domains_v1_availability_availability_request.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api/models/domains_v1_availability_availability_resource.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api/models/domains_v1_domain_domain_extended_resource.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api/models/domains_v1_domain_domain_extended_resource_domain_contacts.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api/models/domains_v1_domain_domain_extended_resource_name_servers.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api/models/domains_v1_domain_domain_resource.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api/models/domains_v1_forwarding_forwarding_resource.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api/models/domains_v1_forwarding_store_request.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api/models/domains_v1_portfolio_purchase_request.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api/models/domains_v1_portfolio_purchase_request_domain_contacts.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api/models/domains_v1_portfolio_update_nameservers_request.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api/models/domains_v1_whois_profile_resource.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api/models/domains_v1_whois_store_request.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api/models/vps_get_action_list_v1200_response.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api/models/vps_get_backup_list_v1200_response.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api/models/vps_get_firewall_list_v1200_response.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api/models/vps_get_post_install_script_list_v1200_response.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api/models/vps_get_public_key_list_v1200_response.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api/models/vpsv1_action_action_resource.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api/models/vpsv1_backup_backup_resource.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api/models/vpsv1_data_center_data_center_resource.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api/models/vpsv1_firewall_firewall_resource.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api/models/vpsv1_firewall_firewall_rule_resource.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api/models/vpsv1_firewall_rules_store_request.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api/models/vpsv1_firewall_store_request.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api/models/vpsv1_ip_address_ip_address_resource.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api/models/vpsv1_malware_metrics_resource.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api/models/vpsv1_metrics_metrics_collection.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api/models/vpsv1_metrics_metrics_collection_cpu_usage.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api/models/vpsv1_metrics_metrics_collection_disk_space.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api/models/vpsv1_metrics_metrics_collection_incoming_traffic.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api/models/vpsv1_metrics_metrics_collection_outgoing_traffic.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api/models/vpsv1_metrics_metrics_collection_ram_usage.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api/models/vpsv1_metrics_metrics_collection_uptime.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api/models/vpsv1_metrics_metrics_resource.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api/models/vpsv1_post_install_script_post_install_script_resource.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api/models/vpsv1_post_install_script_store_request.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api/models/vpsv1_public_key_attach_request.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api/models/vpsv1_public_key_public_key_resource.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api/models/vpsv1_public_key_store_request.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api/models/vpsv1_snapshot_snapshot_resource.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api/models/vpsv1_template_template_resource.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api/models/vpsv1_virtual_machine_hostname_update_request.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api/models/vpsv1_virtual_machine_metric_get_request.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api/models/vpsv1_virtual_machine_nameservers_update_request.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api/models/vpsv1_virtual_machine_panel_password_update_request.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api/models/vpsv1_virtual_machine_purchase_request.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api/models/vpsv1_virtual_machine_recovery_start_request.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api/models/vpsv1_virtual_machine_recreate_request.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api/models/vpsv1_virtual_machine_root_password_update_request.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api/models/vpsv1_virtual_machine_setup_request.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api/models/vpsv1_virtual_machine_setup_request_public_key.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api/models/vpsv1_virtual_machine_virtual_machine_resource.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api/models/vpsv1_virtual_machine_virtual_machine_resource_ipv4.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api/models/vpsv1_virtual_machine_virtual_machine_resource_ipv6.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api/models/vpsv1_virtual_machine_virtual_machine_resource_template.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api/rest.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api.egg-info/PKG-INFO +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/pyproject.toml +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/setup.py +2 -2
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/test/test_billing_catalog_api.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/test/test_billing_create_new_service_order_v1422_response.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/test/test_billing_create_new_service_order_v1422_response_errors.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/test/test_billing_get_catalog_item_list_v1401_response.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/test/test_billing_get_catalog_item_list_v1500_response.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/test/test_billing_orders_api.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/test/test_billing_payment_methods_api.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/test/test_billing_subscriptions_api.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/test/test_billing_v1_catalog_catalog_item_price_resource.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/test/test_billing_v1_catalog_catalog_item_resource.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/test/test_billing_v1_order_order_billing_address_resource.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/test/test_billing_v1_order_order_resource.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/test/test_billing_v1_order_store_request.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/test/test_billing_v1_order_store_request_items_inner.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/test/test_billing_v1_order_virtual_machine_order_resource.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/test/test_billing_v1_payment_method_payment_method_resource.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/test/test_billing_v1_subscription_cancel_request.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/test/test_billing_v1_subscription_subscription_resource.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/test/test_common_schema_pagination_meta_schema.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/test/test_common_success_empty_resource.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/test/test_dns_snapshot_api.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/test/test_dns_zone_api.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/test/test_dnsv1_snapshot_snapshot_resource.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/test/test_dnsv1_snapshot_snapshot_with_content_resource.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/test/test_dnsv1_zone_destroy_request.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/test/test_dnsv1_zone_destroy_request_filters_inner.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/test/test_dnsv1_zone_name_record_resource.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/test/test_dnsv1_zone_record_resource.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/test/test_dnsv1_zone_reset_request.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/test/test_dnsv1_zone_update_request.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/test/test_dnsv1_zone_update_request_zone_inner.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/test/test_dnsv1_zone_update_request_zone_inner_records_inner.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/test/test_domains_availability_api.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/test/test_domains_forwarding_api.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/test/test_domains_portfolio_api.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/test/test_domains_v1_availability_availability_request.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/test/test_domains_v1_availability_availability_resource.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/test/test_domains_v1_domain_domain_extended_resource.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/test/test_domains_v1_domain_domain_extended_resource_domain_contacts.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/test/test_domains_v1_domain_domain_extended_resource_name_servers.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/test/test_domains_v1_domain_domain_resource.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/test/test_domains_v1_forwarding_forwarding_resource.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/test/test_domains_v1_forwarding_store_request.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/test/test_domains_v1_portfolio_purchase_request.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/test/test_domains_v1_portfolio_purchase_request_domain_contacts.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/test/test_domains_v1_portfolio_update_nameservers_request.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/test/test_domains_v1_whois_profile_resource.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/test/test_domains_v1_whois_store_request.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/test/test_domains_whois_api.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/test/test_vps_actions_api.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/test/test_vps_backups_api.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/test/test_vps_data_centers_api.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/test/test_vps_firewall_api.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/test/test_vps_get_action_list_v1200_response.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/test/test_vps_get_backup_list_v1200_response.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/test/test_vps_get_firewall_list_v1200_response.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/test/test_vps_get_post_install_script_list_v1200_response.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/test/test_vps_get_public_key_list_v1200_response.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/test/test_vps_malware_scanner_api.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/test/test_vps_post_install_scripts_api.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/test/test_vps_public_keys_api.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/test/test_vps_recovery_api.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/test/test_vps_snapshots_api.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/test/test_vps_virtual_machine_api.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/test/test_vpsos_templates_api.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/test/test_vpsptr_records_api.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/test/test_vpsv1_action_action_resource.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/test/test_vpsv1_backup_backup_resource.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/test/test_vpsv1_data_center_data_center_resource.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/test/test_vpsv1_firewall_firewall_resource.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/test/test_vpsv1_firewall_firewall_rule_resource.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/test/test_vpsv1_firewall_rules_store_request.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/test/test_vpsv1_firewall_store_request.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/test/test_vpsv1_ip_address_ip_address_resource.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/test/test_vpsv1_malware_metrics_resource.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/test/test_vpsv1_metrics_metrics_collection.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/test/test_vpsv1_metrics_metrics_collection_cpu_usage.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/test/test_vpsv1_metrics_metrics_collection_disk_space.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/test/test_vpsv1_metrics_metrics_collection_incoming_traffic.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/test/test_vpsv1_metrics_metrics_collection_outgoing_traffic.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/test/test_vpsv1_metrics_metrics_collection_ram_usage.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/test/test_vpsv1_metrics_metrics_collection_uptime.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/test/test_vpsv1_metrics_metrics_resource.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/test/test_vpsv1_post_install_script_post_install_script_resource.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/test/test_vpsv1_post_install_script_store_request.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/test/test_vpsv1_public_key_attach_request.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/test/test_vpsv1_public_key_public_key_resource.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/test/test_vpsv1_public_key_store_request.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/test/test_vpsv1_snapshot_snapshot_resource.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/test/test_vpsv1_template_template_resource.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/test/test_vpsv1_virtual_machine_hostname_update_request.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/test/test_vpsv1_virtual_machine_metric_get_request.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/test/test_vpsv1_virtual_machine_nameservers_update_request.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/test/test_vpsv1_virtual_machine_panel_password_update_request.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/test/test_vpsv1_virtual_machine_purchase_request.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/test/test_vpsv1_virtual_machine_recovery_start_request.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/test/test_vpsv1_virtual_machine_recreate_request.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/test/test_vpsv1_virtual_machine_root_password_update_request.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/test/test_vpsv1_virtual_machine_setup_request.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/test/test_vpsv1_virtual_machine_setup_request_public_key.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/test/test_vpsv1_virtual_machine_virtual_machine_resource.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/test/test_vpsv1_virtual_machine_virtual_machine_resource_ipv4.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/test/test_vpsv1_virtual_machine_virtual_machine_resource_ipv6.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/test/test_vpsv1_virtual_machine_virtual_machine_resource_template.py +1 -1
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/README.md +0 -0
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api/api/__init__.py +0 -0
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api/api_response.py +0 -0
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api/py.typed +0 -0
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api.egg-info/SOURCES.txt +0 -0
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api.egg-info/dependency_links.txt +0 -0
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api.egg-info/requires.txt +0 -0
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api.egg-info/top_level.txt +0 -0
- {hostinger_api-0.0.13 → hostinger_api-0.0.14}/setup.cfg +0 -0
|
@@ -5,14 +5,14 @@
|
|
|
5
5
|
"""
|
|
6
6
|
Hostinger API Python SDK
|
|
7
7
|
|
|
8
|
-
API Version: 0.0.
|
|
8
|
+
API Version: 0.0.73
|
|
9
9
|
|
|
10
10
|
NOTE: This file is auto-generated, DO NOT EDIT THIS FILE MANUALLY!
|
|
11
11
|
If you want to contribute or request a new feature, please create an issue or pull request on https://github.com/hostinger/api
|
|
12
12
|
""" # noqa: E501
|
|
13
13
|
|
|
14
14
|
|
|
15
|
-
__version__ = "0.0.
|
|
15
|
+
__version__ = "0.0.14"
|
|
16
16
|
|
|
17
17
|
# import apis into sdk package
|
|
18
18
|
from hostinger_api.api.billing_catalog_api import BillingCatalogApi
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
Hostinger API Python SDK
|
|
5
5
|
|
|
6
|
-
API Version: 0.0.
|
|
6
|
+
API Version: 0.0.73
|
|
7
7
|
|
|
8
8
|
NOTE: This file is auto-generated, DO NOT EDIT THIS FILE MANUALLY!
|
|
9
9
|
If you want to contribute or request a new feature, please create an issue or pull request on https://github.com/hostinger/api
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
Hostinger API Python SDK
|
|
5
5
|
|
|
6
|
-
API Version: 0.0.
|
|
6
|
+
API Version: 0.0.73
|
|
7
7
|
|
|
8
8
|
NOTE: This file is auto-generated, DO NOT EDIT THIS FILE MANUALLY!
|
|
9
9
|
If you want to contribute or request a new feature, please create an issue or pull request on https://github.com/hostinger/api
|
{hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api/api/billing_payment_methods_api.py
RENAMED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
Hostinger API Python SDK
|
|
5
5
|
|
|
6
|
-
API Version: 0.0.
|
|
6
|
+
API Version: 0.0.73
|
|
7
7
|
|
|
8
8
|
NOTE: This file is auto-generated, DO NOT EDIT THIS FILE MANUALLY!
|
|
9
9
|
If you want to contribute or request a new feature, please create an issue or pull request on https://github.com/hostinger/api
|
{hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api/api/billing_subscriptions_api.py
RENAMED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
Hostinger API Python SDK
|
|
5
5
|
|
|
6
|
-
API Version: 0.0.
|
|
6
|
+
API Version: 0.0.73
|
|
7
7
|
|
|
8
8
|
NOTE: This file is auto-generated, DO NOT EDIT THIS FILE MANUALLY!
|
|
9
9
|
If you want to contribute or request a new feature, please create an issue or pull request on https://github.com/hostinger/api
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
Hostinger API Python SDK
|
|
5
5
|
|
|
6
|
-
API Version: 0.0.
|
|
6
|
+
API Version: 0.0.73
|
|
7
7
|
|
|
8
8
|
NOTE: This file is auto-generated, DO NOT EDIT THIS FILE MANUALLY!
|
|
9
9
|
If you want to contribute or request a new feature, please create an issue or pull request on https://github.com/hostinger/api
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
Hostinger API Python SDK
|
|
5
5
|
|
|
6
|
-
API Version: 0.0.
|
|
6
|
+
API Version: 0.0.73
|
|
7
7
|
|
|
8
8
|
NOTE: This file is auto-generated, DO NOT EDIT THIS FILE MANUALLY!
|
|
9
9
|
If you want to contribute or request a new feature, please create an issue or pull request on https://github.com/hostinger/api
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
Hostinger API Python SDK
|
|
5
5
|
|
|
6
|
-
API Version: 0.0.
|
|
6
|
+
API Version: 0.0.73
|
|
7
7
|
|
|
8
8
|
NOTE: This file is auto-generated, DO NOT EDIT THIS FILE MANUALLY!
|
|
9
9
|
If you want to contribute or request a new feature, please create an issue or pull request on https://github.com/hostinger/api
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
Hostinger API Python SDK
|
|
5
5
|
|
|
6
|
-
API Version: 0.0.
|
|
6
|
+
API Version: 0.0.73
|
|
7
7
|
|
|
8
8
|
NOTE: This file is auto-generated, DO NOT EDIT THIS FILE MANUALLY!
|
|
9
9
|
If you want to contribute or request a new feature, please create an issue or pull request on https://github.com/hostinger/api
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
Hostinger API Python SDK
|
|
5
5
|
|
|
6
|
-
API Version: 0.0.
|
|
6
|
+
API Version: 0.0.73
|
|
7
7
|
|
|
8
8
|
NOTE: This file is auto-generated, DO NOT EDIT THIS FILE MANUALLY!
|
|
9
9
|
If you want to contribute or request a new feature, please create an issue or pull request on https://github.com/hostinger/api
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
Hostinger API Python SDK
|
|
5
5
|
|
|
6
|
-
API Version: 0.0.
|
|
6
|
+
API Version: 0.0.73
|
|
7
7
|
|
|
8
8
|
NOTE: This file is auto-generated, DO NOT EDIT THIS FILE MANUALLY!
|
|
9
9
|
If you want to contribute or request a new feature, please create an issue or pull request on https://github.com/hostinger/api
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
Hostinger API Python SDK
|
|
5
5
|
|
|
6
|
-
API Version: 0.0.
|
|
6
|
+
API Version: 0.0.73
|
|
7
7
|
|
|
8
8
|
NOTE: This file is auto-generated, DO NOT EDIT THIS FILE MANUALLY!
|
|
9
9
|
If you want to contribute or request a new feature, please create an issue or pull request on https://github.com/hostinger/api
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
Hostinger API Python SDK
|
|
5
5
|
|
|
6
|
-
API Version: 0.0.
|
|
6
|
+
API Version: 0.0.73
|
|
7
7
|
|
|
8
8
|
NOTE: This file is auto-generated, DO NOT EDIT THIS FILE MANUALLY!
|
|
9
9
|
If you want to contribute or request a new feature, please create an issue or pull request on https://github.com/hostinger/api
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
Hostinger API Python SDK
|
|
5
5
|
|
|
6
|
-
API Version: 0.0.
|
|
6
|
+
API Version: 0.0.73
|
|
7
7
|
|
|
8
8
|
NOTE: This file is auto-generated, DO NOT EDIT THIS FILE MANUALLY!
|
|
9
9
|
If you want to contribute or request a new feature, please create an issue or pull request on https://github.com/hostinger/api
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
Hostinger API Python SDK
|
|
5
5
|
|
|
6
|
-
API Version: 0.0.
|
|
6
|
+
API Version: 0.0.73
|
|
7
7
|
|
|
8
8
|
NOTE: This file is auto-generated, DO NOT EDIT THIS FILE MANUALLY!
|
|
9
9
|
If you want to contribute or request a new feature, please create an issue or pull request on https://github.com/hostinger/api
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
Hostinger API Python SDK
|
|
5
5
|
|
|
6
|
-
API Version: 0.0.
|
|
6
|
+
API Version: 0.0.73
|
|
7
7
|
|
|
8
8
|
NOTE: This file is auto-generated, DO NOT EDIT THIS FILE MANUALLY!
|
|
9
9
|
If you want to contribute or request a new feature, please create an issue or pull request on https://github.com/hostinger/api
|
{hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api/api/vps_post_install_scripts_api.py
RENAMED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
Hostinger API Python SDK
|
|
5
5
|
|
|
6
|
-
API Version: 0.0.
|
|
6
|
+
API Version: 0.0.73
|
|
7
7
|
|
|
8
8
|
NOTE: This file is auto-generated, DO NOT EDIT THIS FILE MANUALLY!
|
|
9
9
|
If you want to contribute or request a new feature, please create an issue or pull request on https://github.com/hostinger/api
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
Hostinger API Python SDK
|
|
5
5
|
|
|
6
|
-
API Version: 0.0.
|
|
6
|
+
API Version: 0.0.73
|
|
7
7
|
|
|
8
8
|
NOTE: This file is auto-generated, DO NOT EDIT THIS FILE MANUALLY!
|
|
9
9
|
If you want to contribute or request a new feature, please create an issue or pull request on https://github.com/hostinger/api
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
Hostinger API Python SDK
|
|
5
5
|
|
|
6
|
-
API Version: 0.0.
|
|
6
|
+
API Version: 0.0.73
|
|
7
7
|
|
|
8
8
|
NOTE: This file is auto-generated, DO NOT EDIT THIS FILE MANUALLY!
|
|
9
9
|
If you want to contribute or request a new feature, please create an issue or pull request on https://github.com/hostinger/api
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
Hostinger API Python SDK
|
|
5
5
|
|
|
6
|
-
API Version: 0.0.
|
|
6
|
+
API Version: 0.0.73
|
|
7
7
|
|
|
8
8
|
NOTE: This file is auto-generated, DO NOT EDIT THIS FILE MANUALLY!
|
|
9
9
|
If you want to contribute or request a new feature, please create an issue or pull request on https://github.com/hostinger/api
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
Hostinger API Python SDK
|
|
5
5
|
|
|
6
|
-
API Version: 0.0.
|
|
6
|
+
API Version: 0.0.73
|
|
7
7
|
|
|
8
8
|
NOTE: This file is auto-generated, DO NOT EDIT THIS FILE MANUALLY!
|
|
9
9
|
If you want to contribute or request a new feature, please create an issue or pull request on https://github.com/hostinger/api
|
|
@@ -18,7 +18,7 @@ from datetime import datetime
|
|
|
18
18
|
from pydantic import Field, StrictInt
|
|
19
19
|
from typing import List, Optional
|
|
20
20
|
from typing_extensions import Annotated
|
|
21
|
-
from hostinger_api.models.
|
|
21
|
+
from hostinger_api.models.billing_v1_order_virtual_machine_order_resource import BillingV1OrderVirtualMachineOrderResource
|
|
22
22
|
from hostinger_api.models.vps_get_public_key_list_v1200_response import VPSGetPublicKeyListV1200Response
|
|
23
23
|
from hostinger_api.models.vpsv1_action_action_resource import VPSV1ActionActionResource
|
|
24
24
|
from hostinger_api.models.vpsv1_metrics_metrics_collection import VPSV1MetricsMetricsCollection
|
|
@@ -1185,7 +1185,7 @@ class VPSVirtualMachineApi:
|
|
|
1185
1185
|
_content_type: Optional[StrictStr] = None,
|
|
1186
1186
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
1187
1187
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
1188
|
-
) ->
|
|
1188
|
+
) -> BillingV1OrderVirtualMachineOrderResource:
|
|
1189
1189
|
"""Purchase new virtual machine
|
|
1190
1190
|
|
|
1191
1191
|
This endpoint allows you to buy (purchase) and setup a new virtual machine. If virtual machine setup fails for any reason, login to [hPanel](https://hpanel.hostinger.com/) and complete the setup manually. If no payment method is provided, your default payment method will be used automatically.
|
|
@@ -1223,7 +1223,7 @@ class VPSVirtualMachineApi:
|
|
|
1223
1223
|
)
|
|
1224
1224
|
|
|
1225
1225
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1226
|
-
'200': "
|
|
1226
|
+
'200': "BillingV1OrderVirtualMachineOrderResource",
|
|
1227
1227
|
'422': "BillingCreateNewServiceOrderV1422Response",
|
|
1228
1228
|
'401': "BillingGetCatalogItemListV1401Response",
|
|
1229
1229
|
'500': "BillingGetCatalogItemListV1500Response",
|
|
@@ -1255,7 +1255,7 @@ class VPSVirtualMachineApi:
|
|
|
1255
1255
|
_content_type: Optional[StrictStr] = None,
|
|
1256
1256
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
1257
1257
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
1258
|
-
) -> ApiResponse[
|
|
1258
|
+
) -> ApiResponse[BillingV1OrderVirtualMachineOrderResource]:
|
|
1259
1259
|
"""Purchase new virtual machine
|
|
1260
1260
|
|
|
1261
1261
|
This endpoint allows you to buy (purchase) and setup a new virtual machine. If virtual machine setup fails for any reason, login to [hPanel](https://hpanel.hostinger.com/) and complete the setup manually. If no payment method is provided, your default payment method will be used automatically.
|
|
@@ -1293,7 +1293,7 @@ class VPSVirtualMachineApi:
|
|
|
1293
1293
|
)
|
|
1294
1294
|
|
|
1295
1295
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1296
|
-
'200': "
|
|
1296
|
+
'200': "BillingV1OrderVirtualMachineOrderResource",
|
|
1297
1297
|
'422': "BillingCreateNewServiceOrderV1422Response",
|
|
1298
1298
|
'401': "BillingGetCatalogItemListV1401Response",
|
|
1299
1299
|
'500': "BillingGetCatalogItemListV1500Response",
|
|
@@ -1363,7 +1363,7 @@ class VPSVirtualMachineApi:
|
|
|
1363
1363
|
)
|
|
1364
1364
|
|
|
1365
1365
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
1366
|
-
'200': "
|
|
1366
|
+
'200': "BillingV1OrderVirtualMachineOrderResource",
|
|
1367
1367
|
'422': "BillingCreateNewServiceOrderV1422Response",
|
|
1368
1368
|
'401': "BillingGetCatalogItemListV1401Response",
|
|
1369
1369
|
'500': "BillingGetCatalogItemListV1500Response",
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
Hostinger API Python SDK
|
|
5
5
|
|
|
6
|
-
API Version: 0.0.
|
|
6
|
+
API Version: 0.0.73
|
|
7
7
|
|
|
8
8
|
NOTE: This file is auto-generated, DO NOT EDIT THIS FILE MANUALLY!
|
|
9
9
|
If you want to contribute or request a new feature, please create an issue or pull request on https://github.com/hostinger/api
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
Hostinger API Python SDK
|
|
5
5
|
|
|
6
|
-
API Version: 0.0.
|
|
6
|
+
API Version: 0.0.73
|
|
7
7
|
|
|
8
8
|
NOTE: This file is auto-generated, DO NOT EDIT THIS FILE MANUALLY!
|
|
9
9
|
If you want to contribute or request a new feature, please create an issue or pull request on https://github.com/hostinger/api
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
Hostinger API Python SDK
|
|
5
5
|
|
|
6
|
-
API Version: 0.0.
|
|
6
|
+
API Version: 0.0.73
|
|
7
7
|
|
|
8
8
|
NOTE: This file is auto-generated, DO NOT EDIT THIS FILE MANUALLY!
|
|
9
9
|
If you want to contribute or request a new feature, please create an issue or pull request on https://github.com/hostinger/api
|
|
@@ -88,7 +88,7 @@ class ApiClient:
|
|
|
88
88
|
self.default_headers[header_name] = header_value
|
|
89
89
|
self.cookie = cookie
|
|
90
90
|
# Set default User-Agent.
|
|
91
|
-
self.user_agent = 'hostinger_api-python/0.0.
|
|
91
|
+
self.user_agent = 'hostinger_api-python/0.0.14'
|
|
92
92
|
self.client_side_validation = configuration.client_side_validation
|
|
93
93
|
|
|
94
94
|
def __enter__(self):
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
Hostinger API Python SDK
|
|
5
5
|
|
|
6
|
-
API Version: 0.0.
|
|
6
|
+
API Version: 0.0.73
|
|
7
7
|
|
|
8
8
|
NOTE: This file is auto-generated, DO NOT EDIT THIS FILE MANUALLY!
|
|
9
9
|
If you want to contribute or request a new feature, please create an issue or pull request on https://github.com/hostinger/api
|
|
@@ -507,8 +507,8 @@ class Configuration:
|
|
|
507
507
|
return "Python SDK Debug Report:\n"\
|
|
508
508
|
"OS: {env}\n"\
|
|
509
509
|
"Python Version: {pyversion}\n"\
|
|
510
|
-
"Version of the API: 0.0.
|
|
511
|
-
"SDK Package Version: 0.0.
|
|
510
|
+
"Version of the API: 0.0.73\n"\
|
|
511
|
+
"SDK Package Version: 0.0.14".\
|
|
512
512
|
format(env=sys.platform, pyversion=sys.version)
|
|
513
513
|
|
|
514
514
|
def get_host_settings(self) -> List[HostSetting]:
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
Hostinger API Python SDK
|
|
5
5
|
|
|
6
|
-
API Version: 0.0.
|
|
6
|
+
API Version: 0.0.73
|
|
7
7
|
|
|
8
8
|
NOTE: This file is auto-generated, DO NOT EDIT THIS FILE MANUALLY!
|
|
9
9
|
If you want to contribute or request a new feature, please create an issue or pull request on https://github.com/hostinger/api
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"""
|
|
5
5
|
Hostinger API Python SDK
|
|
6
6
|
|
|
7
|
-
API Version: 0.0.
|
|
7
|
+
API Version: 0.0.73
|
|
8
8
|
|
|
9
9
|
NOTE: This file is auto-generated, DO NOT EDIT THIS FILE MANUALLY!
|
|
10
10
|
If you want to contribute or request a new feature, please create an issue or pull request on https://github.com/hostinger/api
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
Hostinger API Python SDK
|
|
5
5
|
|
|
6
|
-
API Version: 0.0.
|
|
6
|
+
API Version: 0.0.73
|
|
7
7
|
|
|
8
8
|
NOTE: This file is auto-generated, DO NOT EDIT THIS FILE MANUALLY!
|
|
9
9
|
If you want to contribute or request a new feature, please create an issue or pull request on https://github.com/hostinger/api
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
Hostinger API Python SDK
|
|
5
5
|
|
|
6
|
-
API Version: 0.0.
|
|
6
|
+
API Version: 0.0.73
|
|
7
7
|
|
|
8
8
|
NOTE: This file is auto-generated, DO NOT EDIT THIS FILE MANUALLY!
|
|
9
9
|
If you want to contribute or request a new feature, please create an issue or pull request on https://github.com/hostinger/api
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
Hostinger API Python SDK
|
|
5
5
|
|
|
6
|
-
API Version: 0.0.
|
|
6
|
+
API Version: 0.0.73
|
|
7
7
|
|
|
8
8
|
NOTE: This file is auto-generated, DO NOT EDIT THIS FILE MANUALLY!
|
|
9
9
|
If you want to contribute or request a new feature, please create an issue or pull request on https://github.com/hostinger/api
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
Hostinger API Python SDK
|
|
5
5
|
|
|
6
|
-
API Version: 0.0.
|
|
6
|
+
API Version: 0.0.73
|
|
7
7
|
|
|
8
8
|
NOTE: This file is auto-generated, DO NOT EDIT THIS FILE MANUALLY!
|
|
9
9
|
If you want to contribute or request a new feature, please create an issue or pull request on https://github.com/hostinger/api
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
Hostinger API Python SDK
|
|
5
5
|
|
|
6
|
-
API Version: 0.0.
|
|
6
|
+
API Version: 0.0.73
|
|
7
7
|
|
|
8
8
|
NOTE: This file is auto-generated, DO NOT EDIT THIS FILE MANUALLY!
|
|
9
9
|
If you want to contribute or request a new feature, please create an issue or pull request on https://github.com/hostinger/api
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
Hostinger API Python SDK
|
|
5
5
|
|
|
6
|
-
API Version: 0.0.
|
|
6
|
+
API Version: 0.0.73
|
|
7
7
|
|
|
8
8
|
NOTE: This file is auto-generated, DO NOT EDIT THIS FILE MANUALLY!
|
|
9
9
|
If you want to contribute or request a new feature, please create an issue or pull request on https://github.com/hostinger/api
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
Hostinger API Python SDK
|
|
5
5
|
|
|
6
|
-
API Version: 0.0.
|
|
6
|
+
API Version: 0.0.73
|
|
7
7
|
|
|
8
8
|
NOTE: This file is auto-generated, DO NOT EDIT THIS FILE MANUALLY!
|
|
9
9
|
If you want to contribute or request a new feature, please create an issue or pull request on https://github.com/hostinger/api
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
Hostinger API Python SDK
|
|
5
5
|
|
|
6
|
-
API Version: 0.0.
|
|
6
|
+
API Version: 0.0.73
|
|
7
7
|
|
|
8
8
|
NOTE: This file is auto-generated, DO NOT EDIT THIS FILE MANUALLY!
|
|
9
9
|
If you want to contribute or request a new feature, please create an issue or pull request on https://github.com/hostinger/api
|
{hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api/models/billing_v1_order_store_request.py
RENAMED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
Hostinger API Python SDK
|
|
5
5
|
|
|
6
|
-
API Version: 0.0.
|
|
6
|
+
API Version: 0.0.73
|
|
7
7
|
|
|
8
8
|
NOTE: This file is auto-generated, DO NOT EDIT THIS FILE MANUALLY!
|
|
9
9
|
If you want to contribute or request a new feature, please create an issue or pull request on https://github.com/hostinger/api
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
Hostinger API Python SDK
|
|
5
5
|
|
|
6
|
-
API Version: 0.0.
|
|
6
|
+
API Version: 0.0.73
|
|
7
7
|
|
|
8
8
|
NOTE: This file is auto-generated, DO NOT EDIT THIS FILE MANUALLY!
|
|
9
9
|
If you want to contribute or request a new feature, please create an issue or pull request on https://github.com/hostinger/api
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
Hostinger API Python SDK
|
|
5
5
|
|
|
6
|
-
API Version: 0.0.
|
|
6
|
+
API Version: 0.0.73
|
|
7
7
|
|
|
8
8
|
NOTE: This file is auto-generated, DO NOT EDIT THIS FILE MANUALLY!
|
|
9
9
|
If you want to contribute or request a new feature, please create an issue or pull request on https://github.com/hostinger/api
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
Hostinger API Python SDK
|
|
5
5
|
|
|
6
|
-
API Version: 0.0.
|
|
6
|
+
API Version: 0.0.73
|
|
7
7
|
|
|
8
8
|
NOTE: This file is auto-generated, DO NOT EDIT THIS FILE MANUALLY!
|
|
9
9
|
If you want to contribute or request a new feature, please create an issue or pull request on https://github.com/hostinger/api
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
Hostinger API Python SDK
|
|
5
5
|
|
|
6
|
-
API Version: 0.0.
|
|
6
|
+
API Version: 0.0.73
|
|
7
7
|
|
|
8
8
|
NOTE: This file is auto-generated, DO NOT EDIT THIS FILE MANUALLY!
|
|
9
9
|
If you want to contribute or request a new feature, please create an issue or pull request on https://github.com/hostinger/api
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
Hostinger API Python SDK
|
|
5
5
|
|
|
6
|
-
API Version: 0.0.
|
|
6
|
+
API Version: 0.0.73
|
|
7
7
|
|
|
8
8
|
NOTE: This file is auto-generated, DO NOT EDIT THIS FILE MANUALLY!
|
|
9
9
|
If you want to contribute or request a new feature, please create an issue or pull request on https://github.com/hostinger/api
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
Hostinger API Python SDK
|
|
5
5
|
|
|
6
|
-
API Version: 0.0.
|
|
6
|
+
API Version: 0.0.73
|
|
7
7
|
|
|
8
8
|
NOTE: This file is auto-generated, DO NOT EDIT THIS FILE MANUALLY!
|
|
9
9
|
If you want to contribute or request a new feature, please create an issue or pull request on https://github.com/hostinger/api
|
{hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api/models/common_success_empty_resource.py
RENAMED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
Hostinger API Python SDK
|
|
5
5
|
|
|
6
|
-
API Version: 0.0.
|
|
6
|
+
API Version: 0.0.73
|
|
7
7
|
|
|
8
8
|
NOTE: This file is auto-generated, DO NOT EDIT THIS FILE MANUALLY!
|
|
9
9
|
If you want to contribute or request a new feature, please create an issue or pull request on https://github.com/hostinger/api
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
Hostinger API Python SDK
|
|
5
5
|
|
|
6
|
-
API Version: 0.0.
|
|
6
|
+
API Version: 0.0.73
|
|
7
7
|
|
|
8
8
|
NOTE: This file is auto-generated, DO NOT EDIT THIS FILE MANUALLY!
|
|
9
9
|
If you want to contribute or request a new feature, please create an issue or pull request on https://github.com/hostinger/api
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
Hostinger API Python SDK
|
|
5
5
|
|
|
6
|
-
API Version: 0.0.
|
|
6
|
+
API Version: 0.0.73
|
|
7
7
|
|
|
8
8
|
NOTE: This file is auto-generated, DO NOT EDIT THIS FILE MANUALLY!
|
|
9
9
|
If you want to contribute or request a new feature, please create an issue or pull request on https://github.com/hostinger/api
|
{hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api/models/dnsv1_zone_destroy_request.py
RENAMED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
Hostinger API Python SDK
|
|
5
5
|
|
|
6
|
-
API Version: 0.0.
|
|
6
|
+
API Version: 0.0.73
|
|
7
7
|
|
|
8
8
|
NOTE: This file is auto-generated, DO NOT EDIT THIS FILE MANUALLY!
|
|
9
9
|
If you want to contribute or request a new feature, please create an issue or pull request on https://github.com/hostinger/api
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
Hostinger API Python SDK
|
|
5
5
|
|
|
6
|
-
API Version: 0.0.
|
|
6
|
+
API Version: 0.0.73
|
|
7
7
|
|
|
8
8
|
NOTE: This file is auto-generated, DO NOT EDIT THIS FILE MANUALLY!
|
|
9
9
|
If you want to contribute or request a new feature, please create an issue or pull request on https://github.com/hostinger/api
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
Hostinger API Python SDK
|
|
5
5
|
|
|
6
|
-
API Version: 0.0.
|
|
6
|
+
API Version: 0.0.73
|
|
7
7
|
|
|
8
8
|
NOTE: This file is auto-generated, DO NOT EDIT THIS FILE MANUALLY!
|
|
9
9
|
If you want to contribute or request a new feature, please create an issue or pull request on https://github.com/hostinger/api
|
{hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api/models/dnsv1_zone_record_resource.py
RENAMED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
Hostinger API Python SDK
|
|
5
5
|
|
|
6
|
-
API Version: 0.0.
|
|
6
|
+
API Version: 0.0.73
|
|
7
7
|
|
|
8
8
|
NOTE: This file is auto-generated, DO NOT EDIT THIS FILE MANUALLY!
|
|
9
9
|
If you want to contribute or request a new feature, please create an issue or pull request on https://github.com/hostinger/api
|
{hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api/models/dnsv1_zone_reset_request.py
RENAMED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
Hostinger API Python SDK
|
|
5
5
|
|
|
6
|
-
API Version: 0.0.
|
|
6
|
+
API Version: 0.0.73
|
|
7
7
|
|
|
8
8
|
NOTE: This file is auto-generated, DO NOT EDIT THIS FILE MANUALLY!
|
|
9
9
|
If you want to contribute or request a new feature, please create an issue or pull request on https://github.com/hostinger/api
|
{hostinger_api-0.0.13 → hostinger_api-0.0.14}/hostinger_api/models/dnsv1_zone_update_request.py
RENAMED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
Hostinger API Python SDK
|
|
5
5
|
|
|
6
|
-
API Version: 0.0.
|
|
6
|
+
API Version: 0.0.73
|
|
7
7
|
|
|
8
8
|
NOTE: This file is auto-generated, DO NOT EDIT THIS FILE MANUALLY!
|
|
9
9
|
If you want to contribute or request a new feature, please create an issue or pull request on https://github.com/hostinger/api
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
Hostinger API Python SDK
|
|
5
5
|
|
|
6
|
-
API Version: 0.0.
|
|
6
|
+
API Version: 0.0.73
|
|
7
7
|
|
|
8
8
|
NOTE: This file is auto-generated, DO NOT EDIT THIS FILE MANUALLY!
|
|
9
9
|
If you want to contribute or request a new feature, please create an issue or pull request on https://github.com/hostinger/api
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"""
|
|
4
4
|
Hostinger API Python SDK
|
|
5
5
|
|
|
6
|
-
API Version: 0.0.
|
|
6
|
+
API Version: 0.0.73
|
|
7
7
|
|
|
8
8
|
NOTE: This file is auto-generated, DO NOT EDIT THIS FILE MANUALLY!
|
|
9
9
|
If you want to contribute or request a new feature, please create an issue or pull request on https://github.com/hostinger/api
|