leadping 1.0.18__tar.gz → 1.0.19__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.
- {leadping-1.0.18/leadping.egg-info → leadping-1.0.19}/PKG-INFO +1 -1
- {leadping-1.0.18 → leadping-1.0.19/leadping.egg-info}/PKG-INFO +1 -1
- {leadping-1.0.18 → leadping-1.0.19}/leadping.egg-info/SOURCES.txt +10 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/analytics_comparison.py +1 -1
- {leadping-1.0.18 → leadping-1.0.19}/models/analytics_date_range.py +1 -1
- {leadping-1.0.18 → leadping-1.0.19}/models/analytics_trend_point_ofdecimal.py +3 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/analytics_trend_point_ofint.py +3 -0
- leadping-1.0.19/models/business_billing_state.py +78 -0
- leadping-1.0.19/models/business_billing_state_dunning.py +54 -0
- leadping-1.0.19/models/business_dunning_info.py +87 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/business_response.py +7 -0
- leadping-1.0.19/models/business_response_billing_state.py +54 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/customer_activation_health.py +1 -1
- {leadping-1.0.18 → leadping-1.0.19}/models/customer_activation_health_item.py +3 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/customer_analytics_response.py +3 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/customer_analytics_summary.py +1 -1
- {leadping-1.0.18 → leadping-1.0.19}/models/customer_automation_health.py +1 -1
- {leadping-1.0.18 → leadping-1.0.19}/models/customer_communication_usage.py +1 -1
- {leadping-1.0.18 → leadping-1.0.19}/models/customer_communication_usage_point.py +3 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/customer_failing_automation.py +1 -1
- {leadping-1.0.18 → leadping-1.0.19}/models/customer_lead_source_breakdown.py +3 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/customer_lead_trend.py +1 -1
- {leadping-1.0.18 → leadping-1.0.19}/models/customer_needs_attention_item.py +3 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/customer_response_metrics.py +1 -1
- {leadping-1.0.18 → leadping-1.0.19}/models/outbound_capacity_overview.py +3 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/outbound_phone_number_capacity.py +3 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/outbound_queue_item.py +3 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/source_metrics_response.py +3 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/user_data_export_file.py +3 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/user_data_export_response.py +3 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/user_response.py +7 -0
- leadping-1.0.19/models/user_response_billing_state.py +54 -0
- {leadping-1.0.18 → leadping-1.0.19}/LICENSE +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/MANIFEST.in +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/README.md +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/__init__.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/analytics/analytics_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/analytics/my/my_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/automations/all/all_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/automations/all/my/my_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/automations/automations_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/automations/item/automations_item_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/automations/preview/preview_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/businesses/api_keys/api_keys_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/businesses/api_keys/my/my_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/businesses/businesses_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/businesses/invitations/accept/accept_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/businesses/invitations/invitations_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/businesses/invitations/token/item/with_token_item_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/businesses/invitations/token/token_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/businesses/me/invitations/invitations_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/businesses/me/invitations/item/resend/resend_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/businesses/me/invitations/item/with_invitation_item_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/businesses/me/me_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/businesses/me/options/options_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/businesses/me/switch/switch_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/businesses/me/users/item/with_user_item_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/businesses/me/users/users_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/contact/contact_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/conversations/conversations_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/conversations/lead/item/with_lead_item_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/conversations/lead/lead_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/conversations/my/my_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/dispositions/dispositions_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/dispositions/item/dispositions_item_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/dispositions/lead/item/export/export_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/dispositions/lead/item/with_lead_item_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/dispositions/lead/lead_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/events/all/all_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/events/all/my/my_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/events/businesses/businesses_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/events/businesses/item/with_business_item_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/events/calls/all/all_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/events/calls/all/my/my_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/events/calls/calls_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/events/calls/item/with_call_event_item_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/events/calls/lead/item/with_lead_item_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/events/calls/lead/lead_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/events/calls/phone/item/with_phone_number_item_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/events/calls/phone/phone_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/events/conversations/conversations_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/events/conversations/item/notes/notes_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/events/conversations/item/with_conversation_item_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/events/events_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/events/item/detail/detail_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/events/item/with_event_item_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/events/leads/item/with_lead_item_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/events/leads/leads_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/events/sms/all/all_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/events/sms/all/my/my_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/events/sms/item/with_sms_event_item_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/events/sms/lead/item/with_lead_item_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/events/sms/lead/lead_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/events/sms/phone/item/with_phone_number_item_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/events/sms/phone/phone_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/events/sms/sms_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/feedback/feedback_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/leadping.egg-info/dependency_links.txt +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/leadping.egg-info/requires.txt +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/leadping.egg-info/top_level.txt +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/leadping_open_api_client.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/leads/all/all_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/leads/all/my/my_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/leads/intake/intake_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/leads/item/archive/archive_post_request_body.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/leads/item/archive/archive_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/leads/item/leads_item_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/leads/item/tags/item/with_tag_item_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/leads/item/tags/tags_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/leads/item/unarchive/unarchive_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/leads/item/workflow_status/workflow_status_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/leads/leads_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/accept_business_invitation_request.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/activation_domain_option.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/activation_launch_review_status.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/activation_onboarding_status.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/activation_payment_status.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/activation_subscription_status.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/activation_telephony_status.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/activation_timeline_event.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/activation_timeline_event_actor.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/automation_action.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/automation_action_run_record.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/automation_action_settings.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/automation_condition.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/automation_condition_group.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/automation_condition_settings.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/automation_preview_action_result.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/automation_preview_condition_result.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/automation_preview_request.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/automation_preview_response.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/automation_preview_response_sample_payload.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/automation_request.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/automation_request_snapshot.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/automation_response.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/automation_response_business.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/automation_response_user.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/automation_run_record.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/automation_table_row.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/automation_table_row_business.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/automation_table_row_user.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/automation_trigger.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/automation_trigger_settings.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/automation_validation_result.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/automation_workflow_action_response.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/automation_workflow_event_response.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/automation_workflow_run_response.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/automation_workflow_run_response_automation.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/automation_workflow_run_response_current_step.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/automation_workflow_status_response.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/billable_unit.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/billing_plan.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/business_activation_state.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/business_activation_state_ten_dlc_draft.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/business_compliance_policy.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/business_invitation_request.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/business_invitation_response.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/business_invitation_status.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/business_invitation_table_row.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/business_request.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/business_request_address.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/business_request_billing_address.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/business_request_compliance_policy.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/business_request_ein_document.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/business_request_status.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/business_response_activation.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/business_response_address.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/business_response_billing_address.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/business_response_billing_plan.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/business_response_compliance_policy.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/business_response_ein_document.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/business_response_setup_step.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/business_response_site.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/business_response_status.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/business_response_subscription_status.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/business_response_user.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/business_switch_option.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/business_switch_option_activation_status.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/business_switch_option_business_status.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/business_switch_request.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/business_table_row.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/business_table_row_activation_status.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/business_table_row_billing_plan.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/business_table_row_business.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/business_table_row_setup_step.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/business_table_row_status.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/business_table_row_subscription_status.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/business_table_row_ten_dlc_status.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/business_table_row_website_status.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/business_user_request.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/business_user_response.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/business_user_role.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/business_user_table_row.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/call_event_table_row.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/call_event_table_row_status.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/change_billing_plan_request.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/compliance_update_request.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/compliance_update_request_compliance.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/contact_request.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/contact_response.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/conversation_response.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/conversation_response_current_disposition.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/conversation_response_phone_number.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/conversation_response_status.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/coordinate.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/create_note_request.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/current_disposition_summary.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/current_disposition_summary_category.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/current_disposition_summary_source.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/customer_activation_status.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/customer_automation_health_last_failure.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/disposition_export_response.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/disposition_export_row.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/disposition_export_row_category.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/disposition_export_row_change_source.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/disposition_request.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/disposition_request_category.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/disposition_request_change_source.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/disposition_response.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/disposition_response_category.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/disposition_response_change_source.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/eligible_outgoing_number_response.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/eligible_outgoing_number_response_health_status.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/event_detail_response.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/event_detail_response_status.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/event_detail_response_timeline_type.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/event_detail_response_user.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/event_table_row.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/event_table_row_selection_reason.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/event_table_row_status.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/event_table_row_traffic_type.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/event_timeline_type.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/exact_match_filter.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/feedback_create_request.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/feedback_create_request_type.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/feedback_response.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/feedback_status.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/feedback_type.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/id_name_pair.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/id_name_value.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/initiate_call_request.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/lead_archive_request.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/lead_contact.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/lead_contact_coordinate.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/lead_contact_phone.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/lead_contact_street_address.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/lead_intake_request.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/lead_intake_request_source_metadata.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/lead_metadata.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/lead_metadata_source_metadata.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/lead_profile.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/lead_profile_employment_type.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/lead_profile_gender.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/lead_profile_marital_status.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/lead_request.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/lead_response.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/lead_response_current_disposition.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/lead_table_row.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/lead_table_row_business.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/lead_table_row_current_disposition.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/lead_table_row_source.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/lead_tags_request.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/mobile_device_preferences.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/notification_priority.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/notification_table_row.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/notification_type.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/order_by_option.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/order_by_option_direction.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/outbound_delivery_channel.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/outbound_delivery_source.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/outbound_delivery_status.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/outbound_queue_item_reason_code.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/outgoing_number_manual_override_request.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/outgoing_number_selection_reason.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/outgoing_number_selection_request.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/outgoing_number_selection_request_channel.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/outgoing_number_selection_response.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/outgoing_number_selection_response_health_status.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/outgoing_number_selection_response_selection_reason.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/paged_result_of_automation_table_row.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/paged_result_of_business_table_row.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/paged_result_of_call_event_table_row.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/paged_result_of_conversation_response.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/paged_result_of_event_table_row.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/paged_result_of_lead_table_row.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/paged_result_of_notification_table_row.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/paged_result_of_phone_number_table_row.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/paged_result_of_sms_event_table_row.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/paged_result_of_source_table_row.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/paged_result_of_transaction_table_row.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/paged_result_of_usage_ledger_table_row.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/phone.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/phone_call_response.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/phone_call_response_selection_reason.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/phone_call_status.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/phone_number_availability_request.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/phone_number_availability_response.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/phone_number_availability_response_location.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/phone_number_location.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/phone_number_location_coordinate.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/phone_number_messaging_event_response.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/phone_number_opt_out_metrics_response.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/phone_number_outbound_health_status.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/phone_number_request.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/phone_number_response.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/phone_number_response_business.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/phone_number_routing_metadata.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/phone_number_search_request.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/phone_number_search_request_location.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/phone_number_search_response.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/phone_number_search_result.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/phone_number_search_result_location.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/phone_number_status_response.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/phone_number_status_response_outbound_capacity.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/phone_number_status_response_sms_warmup.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/phone_number_table_row.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/phone_number_traffic_metrics_response.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/phone_number_traffic_trend_point.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/phone_number_warmup.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/phone_number_warmup_health_status.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/phone_number_warmup_state.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/problem_details.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/range_filter.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/request_data_options.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/send_sms_request.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/sms_event_table_row.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/sms_event_table_row_outbound_source.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/sms_event_table_row_status.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/sms_event_table_row_traffic_type.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/sms_response.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/sms_response_selection_reason.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/sms_response_status.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/sms_response_traffic_type.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/sms_warmup_health_state.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/sms_warmup_status_response.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/sms_warmup_ui_state.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/source_request.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/source_response.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/source_response_business.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/source_response_created_by_user.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/source_response_modified_by_user.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/source_response_user.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/source_table_row.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/source_table_row_business.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/source_table_row_created_by_user.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/source_table_row_modified_by_user.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/source_table_row_user.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/street_address.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/stripe_payment_method_response.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/suppression_check_result.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/suppression_entry_audit.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/suppression_entry_audit_safe_metadata.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/suppression_entry_request.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/suppression_entry_response.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/tag_request.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/tag_response.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/tag_summary.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/telephony_login_request.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/telephony_login_request_device.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/telephony_login_response.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/ten_dlc_application_draft.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/ten_dlc_application_status.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/transaction_response.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/transaction_response_business.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/transaction_response_lead.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/transaction_status.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/transaction_table_row.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/transaction_table_row_business.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/transaction_table_row_lead.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/transaction_type.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/trusted_form_certificate.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/usage_channel.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/usage_counter_line.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/usage_ledger_table_row.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/usage_ledger_table_row_business.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/usage_ledger_table_row_lead.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/usage_ledger_table_row_user.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/usage_record_status.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/usage_summary_line.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/usage_summary_response.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/user_compliance.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/user_data_export_statuses.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/user_identity.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/user_notification_preferences.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/user_request.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/user_request_billing_plan.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/user_request_compliance.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/user_request_current_business.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/user_request_notification_preferences.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/user_response_billing_plan.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/user_response_compliance.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/user_response_current_business.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/user_response_notification_preferences.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/user_response_subscription_status.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/wallet_response.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/wallet_response_credit_status.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/wallet_response_source_type.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/models/website_lifecycle_status.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/notifications/announcements/announcements_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/notifications/item/mark_read/mark_read_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/notifications/item/notifications_item_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/notifications/mark_all_read/mark_all_read_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/notifications/me/me_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/notifications/notifications_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/notifications/unread_count/unread_count_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/outbound/outbound_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/outbound/overview/overview_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/payment_methods/item/default/default_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/payment_methods/item/payment_methods_item_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/payment_methods/payment_methods_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/phone_call/initiate/initiate_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/phone_call/item/hangup/hangup_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/phone_call/item/status/status_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/phone_call/item/transfer/transfer_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/phone_call/item/with_call_item_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/phone_call/phone_call_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/phone_numbers/all/all_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/phone_numbers/all/business/business_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/phone_numbers/is_available_for_purchase/is_available_for_purchase_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/phone_numbers/item/phone_number_item_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/phone_numbers/item/status/status_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/phone_numbers/item/warmup/warmup_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/phone_numbers/outgoing/conversation/conversation_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/phone_numbers/outgoing/conversation/item/override/override_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/phone_numbers/outgoing/conversation/item/with_conversation_item_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/phone_numbers/outgoing/manual_override/manual_override_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/phone_numbers/outgoing/new/new_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/phone_numbers/outgoing/outgoing_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/phone_numbers/phone_numbers_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/phone_numbers/search/search_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/pyproject.toml +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/reports/exports/exports_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/reports/exports/item/download/download_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/reports/exports/item/with_export_item_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/reports/exports/my/my_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/reports/reports_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/setup.cfg +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/setup.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/sms/item/cancel/cancel_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/sms/item/with_sms_event_item_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/sms/send/send_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/sms/sms_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/sources/all/all_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/sources/all/my/my_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/sources/item/metrics/metrics_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/sources/item/sources_item_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/sources/sources_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/suppressions/check/check_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/suppressions/release/release_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/suppressions/suppressions_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/tags/item/tags_item_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/tags/tags_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/telephony/login/login_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/telephony/telephony_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/transactions/all/all_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/transactions/all/my/my_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/transactions/item/transactions_item_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/transactions/transactions_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/usage/all/all_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/usage/all/my/my_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/usage/summary/my/my_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/usage/summary/summary_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/usage/usage_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/users/change_billing_plan/change_billing_plan_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/users/compliance/compliance_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/users/me/last_login/last_login_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/users/me/me_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/users/me/paymentmethod/paymentmethod_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/users/users_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/wallets/item/wallets_item_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/wallets/me/me_request_builder.py +0 -0
- {leadping-1.0.18 → leadping-1.0.19}/wallets/wallets_request_builder.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: leadping
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.19
|
|
4
4
|
Summary: Typed Python client for the Leadping API, generated from the Leadping OpenAPI document with Microsoft Kiota.
|
|
5
5
|
Home-page: https://github.com/leadpingai/leadping-python
|
|
6
6
|
Author: Leadping
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: leadping
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.19
|
|
4
4
|
Summary: Typed Python client for the Leadping API, generated from the Leadping OpenAPI document with Microsoft Kiota.
|
|
5
5
|
Home-page: https://github.com/leadpingai/leadping-python
|
|
6
6
|
Author: Leadping
|
|
@@ -125,7 +125,10 @@ setup.py
|
|
|
125
125
|
./models/billing_plan.py
|
|
126
126
|
./models/business_activation_state.py
|
|
127
127
|
./models/business_activation_state_ten_dlc_draft.py
|
|
128
|
+
./models/business_billing_state.py
|
|
129
|
+
./models/business_billing_state_dunning.py
|
|
128
130
|
./models/business_compliance_policy.py
|
|
131
|
+
./models/business_dunning_info.py
|
|
129
132
|
./models/business_invitation_request.py
|
|
130
133
|
./models/business_invitation_response.py
|
|
131
134
|
./models/business_invitation_status.py
|
|
@@ -141,6 +144,7 @@ setup.py
|
|
|
141
144
|
./models/business_response_address.py
|
|
142
145
|
./models/business_response_billing_address.py
|
|
143
146
|
./models/business_response_billing_plan.py
|
|
147
|
+
./models/business_response_billing_state.py
|
|
144
148
|
./models/business_response_compliance_policy.py
|
|
145
149
|
./models/business_response_ein_document.py
|
|
146
150
|
./models/business_response_setup_step.py
|
|
@@ -381,6 +385,7 @@ setup.py
|
|
|
381
385
|
./models/user_request_notification_preferences.py
|
|
382
386
|
./models/user_response.py
|
|
383
387
|
./models/user_response_billing_plan.py
|
|
388
|
+
./models/user_response_billing_state.py
|
|
384
389
|
./models/user_response_compliance.py
|
|
385
390
|
./models/user_response_current_business.py
|
|
386
391
|
./models/user_response_notification_preferences.py
|
|
@@ -583,7 +588,10 @@ models/billable_unit.py
|
|
|
583
588
|
models/billing_plan.py
|
|
584
589
|
models/business_activation_state.py
|
|
585
590
|
models/business_activation_state_ten_dlc_draft.py
|
|
591
|
+
models/business_billing_state.py
|
|
592
|
+
models/business_billing_state_dunning.py
|
|
586
593
|
models/business_compliance_policy.py
|
|
594
|
+
models/business_dunning_info.py
|
|
587
595
|
models/business_invitation_request.py
|
|
588
596
|
models/business_invitation_response.py
|
|
589
597
|
models/business_invitation_status.py
|
|
@@ -599,6 +607,7 @@ models/business_response_activation.py
|
|
|
599
607
|
models/business_response_address.py
|
|
600
608
|
models/business_response_billing_address.py
|
|
601
609
|
models/business_response_billing_plan.py
|
|
610
|
+
models/business_response_billing_state.py
|
|
602
611
|
models/business_response_compliance_policy.py
|
|
603
612
|
models/business_response_ein_document.py
|
|
604
613
|
models/business_response_setup_step.py
|
|
@@ -839,6 +848,7 @@ models/user_request_current_business.py
|
|
|
839
848
|
models/user_request_notification_preferences.py
|
|
840
849
|
models/user_response.py
|
|
841
850
|
models/user_response_billing_plan.py
|
|
851
|
+
models/user_response_billing_state.py
|
|
842
852
|
models/user_response_compliance.py
|
|
843
853
|
models/user_response_current_business.py
|
|
844
854
|
models/user_response_notification_preferences.py
|
|
@@ -7,7 +7,7 @@ from typing import Any, Optional, TYPE_CHECKING, Union
|
|
|
7
7
|
@dataclass
|
|
8
8
|
class AnalyticsComparison(AdditionalDataHolder, Parsable):
|
|
9
9
|
"""
|
|
10
|
-
|
|
10
|
+
Represents analytics comparison data exposed by Leadping analytics.
|
|
11
11
|
"""
|
|
12
12
|
# Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
13
13
|
additional_data: dict[str, Any] = field(default_factory=dict)
|
|
@@ -8,7 +8,7 @@ from typing import Any, Optional, TYPE_CHECKING, Union
|
|
|
8
8
|
@dataclass
|
|
9
9
|
class AnalyticsDateRange(AdditionalDataHolder, Parsable):
|
|
10
10
|
"""
|
|
11
|
-
|
|
11
|
+
Represents analytics date range data exposed by Leadping analytics.
|
|
12
12
|
"""
|
|
13
13
|
# Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
14
14
|
additional_data: dict[str, Any] = field(default_factory=dict)
|
|
@@ -7,6 +7,9 @@ from typing import Any, Optional, TYPE_CHECKING, Union
|
|
|
7
7
|
|
|
8
8
|
@dataclass
|
|
9
9
|
class AnalyticsTrendPointOfdecimal(AdditionalDataHolder, Parsable):
|
|
10
|
+
"""
|
|
11
|
+
Represents analytics trend point data exposed by Leadping analytics.
|
|
12
|
+
"""
|
|
10
13
|
# Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
11
14
|
additional_data: dict[str, Any] = field(default_factory=dict)
|
|
12
15
|
|
|
@@ -7,6 +7,9 @@ from typing import Any, Optional, TYPE_CHECKING, Union
|
|
|
7
7
|
|
|
8
8
|
@dataclass
|
|
9
9
|
class AnalyticsTrendPointOfint(AdditionalDataHolder, Parsable):
|
|
10
|
+
"""
|
|
11
|
+
Represents analytics trend point data exposed by Leadping analytics.
|
|
12
|
+
"""
|
|
10
13
|
# Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
11
14
|
additional_data: dict[str, Any] = field(default_factory=dict)
|
|
12
15
|
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
from __future__ import annotations
|
|
2
|
+
import datetime
|
|
3
|
+
from collections.abc import Callable
|
|
4
|
+
from dataclasses import dataclass, field
|
|
5
|
+
from kiota_abstractions.serialization import AdditionalDataHolder, Parsable, ParseNode, SerializationWriter
|
|
6
|
+
from typing import Any, Optional, TYPE_CHECKING, Union
|
|
7
|
+
|
|
8
|
+
if TYPE_CHECKING:
|
|
9
|
+
from .business_billing_state_dunning import BusinessBillingState_dunning
|
|
10
|
+
|
|
11
|
+
@dataclass
|
|
12
|
+
class BusinessBillingState(AdditionalDataHolder, Parsable):
|
|
13
|
+
"""
|
|
14
|
+
Customer-safe billing state for a Leadping business.
|
|
15
|
+
"""
|
|
16
|
+
# Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
17
|
+
additional_data: dict[str, Any] = field(default_factory=dict)
|
|
18
|
+
|
|
19
|
+
# Gets or sets when the active subscription is scheduled to cancel.
|
|
20
|
+
cancel_at: Optional[datetime.datetime] = None
|
|
21
|
+
# Gets or sets the customer-safe payment recovery state for the business.
|
|
22
|
+
dunning: Optional[BusinessBillingState_dunning] = None
|
|
23
|
+
# Indicates whether the business has a saved default payment method.
|
|
24
|
+
has_payment_method: Optional[bool] = None
|
|
25
|
+
# Indicates whether the business has a Stripe customer account.
|
|
26
|
+
has_stripe_customer: Optional[bool] = None
|
|
27
|
+
# Gets or sets when Leadping last processed a payment-method event for the business.
|
|
28
|
+
last_payment_method_event_at: Optional[datetime.datetime] = None
|
|
29
|
+
# Gets or sets when Leadping last processed a subscription event for the business.
|
|
30
|
+
last_subscription_event_at: Optional[datetime.datetime] = None
|
|
31
|
+
|
|
32
|
+
@staticmethod
|
|
33
|
+
def create_from_discriminator_value(parse_node: ParseNode) -> BusinessBillingState:
|
|
34
|
+
"""
|
|
35
|
+
Creates a new instance of the appropriate class based on discriminator value
|
|
36
|
+
param parse_node: The parse node to use to read the discriminator value and create the object
|
|
37
|
+
Returns: BusinessBillingState
|
|
38
|
+
"""
|
|
39
|
+
if parse_node is None:
|
|
40
|
+
raise TypeError("parse_node cannot be null.")
|
|
41
|
+
return BusinessBillingState()
|
|
42
|
+
|
|
43
|
+
def get_field_deserializers(self,) -> dict[str, Callable[[ParseNode], None]]:
|
|
44
|
+
"""
|
|
45
|
+
The deserialization information for the current model
|
|
46
|
+
Returns: dict[str, Callable[[ParseNode], None]]
|
|
47
|
+
"""
|
|
48
|
+
from .business_billing_state_dunning import BusinessBillingState_dunning
|
|
49
|
+
|
|
50
|
+
from .business_billing_state_dunning import BusinessBillingState_dunning
|
|
51
|
+
|
|
52
|
+
fields: dict[str, Callable[[Any], None]] = {
|
|
53
|
+
"cancelAt": lambda n : setattr(self, 'cancel_at', n.get_datetime_value()),
|
|
54
|
+
"dunning": lambda n : setattr(self, 'dunning', n.get_object_value(BusinessBillingState_dunning)),
|
|
55
|
+
"hasPaymentMethod": lambda n : setattr(self, 'has_payment_method', n.get_bool_value()),
|
|
56
|
+
"hasStripeCustomer": lambda n : setattr(self, 'has_stripe_customer', n.get_bool_value()),
|
|
57
|
+
"lastPaymentMethodEventAt": lambda n : setattr(self, 'last_payment_method_event_at', n.get_datetime_value()),
|
|
58
|
+
"lastSubscriptionEventAt": lambda n : setattr(self, 'last_subscription_event_at', n.get_datetime_value()),
|
|
59
|
+
}
|
|
60
|
+
return fields
|
|
61
|
+
|
|
62
|
+
def serialize(self,writer: SerializationWriter) -> None:
|
|
63
|
+
"""
|
|
64
|
+
Serializes information the current object
|
|
65
|
+
param writer: Serialization writer to use to serialize this model
|
|
66
|
+
Returns: None
|
|
67
|
+
"""
|
|
68
|
+
if writer is None:
|
|
69
|
+
raise TypeError("writer cannot be null.")
|
|
70
|
+
writer.write_datetime_value("cancelAt", self.cancel_at)
|
|
71
|
+
writer.write_object_value("dunning", self.dunning)
|
|
72
|
+
writer.write_bool_value("hasPaymentMethod", self.has_payment_method)
|
|
73
|
+
writer.write_bool_value("hasStripeCustomer", self.has_stripe_customer)
|
|
74
|
+
writer.write_datetime_value("lastPaymentMethodEventAt", self.last_payment_method_event_at)
|
|
75
|
+
writer.write_datetime_value("lastSubscriptionEventAt", self.last_subscription_event_at)
|
|
76
|
+
writer.write_additional_data_value(self.additional_data)
|
|
77
|
+
|
|
78
|
+
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
from __future__ import annotations
|
|
2
|
+
from collections.abc import Callable
|
|
3
|
+
from dataclasses import dataclass, field
|
|
4
|
+
from kiota_abstractions.serialization import Parsable, ParseNode, SerializationWriter
|
|
5
|
+
from typing import Any, Optional, TYPE_CHECKING, Union
|
|
6
|
+
|
|
7
|
+
if TYPE_CHECKING:
|
|
8
|
+
from .business_dunning_info import BusinessDunningInfo
|
|
9
|
+
|
|
10
|
+
from .business_dunning_info import BusinessDunningInfo
|
|
11
|
+
|
|
12
|
+
@dataclass
|
|
13
|
+
class BusinessBillingState_dunning(BusinessDunningInfo, Parsable):
|
|
14
|
+
"""
|
|
15
|
+
Gets or sets the customer-safe payment recovery state for the business.
|
|
16
|
+
"""
|
|
17
|
+
|
|
18
|
+
@staticmethod
|
|
19
|
+
def create_from_discriminator_value(parse_node: ParseNode) -> BusinessBillingState_dunning:
|
|
20
|
+
"""
|
|
21
|
+
Creates a new instance of the appropriate class based on discriminator value
|
|
22
|
+
param parse_node: The parse node to use to read the discriminator value and create the object
|
|
23
|
+
Returns: BusinessBillingState_dunning
|
|
24
|
+
"""
|
|
25
|
+
if parse_node is None:
|
|
26
|
+
raise TypeError("parse_node cannot be null.")
|
|
27
|
+
return BusinessBillingState_dunning()
|
|
28
|
+
|
|
29
|
+
def get_field_deserializers(self,) -> dict[str, Callable[[ParseNode], None]]:
|
|
30
|
+
"""
|
|
31
|
+
The deserialization information for the current model
|
|
32
|
+
Returns: dict[str, Callable[[ParseNode], None]]
|
|
33
|
+
"""
|
|
34
|
+
from .business_dunning_info import BusinessDunningInfo
|
|
35
|
+
|
|
36
|
+
from .business_dunning_info import BusinessDunningInfo
|
|
37
|
+
|
|
38
|
+
fields: dict[str, Callable[[Any], None]] = {
|
|
39
|
+
}
|
|
40
|
+
super_fields = super().get_field_deserializers()
|
|
41
|
+
fields.update(super_fields)
|
|
42
|
+
return fields
|
|
43
|
+
|
|
44
|
+
def serialize(self,writer: SerializationWriter) -> None:
|
|
45
|
+
"""
|
|
46
|
+
Serializes information the current object
|
|
47
|
+
param writer: Serialization writer to use to serialize this model
|
|
48
|
+
Returns: None
|
|
49
|
+
"""
|
|
50
|
+
if writer is None:
|
|
51
|
+
raise TypeError("writer cannot be null.")
|
|
52
|
+
super().serialize(writer)
|
|
53
|
+
|
|
54
|
+
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
from __future__ import annotations
|
|
2
|
+
import datetime
|
|
3
|
+
from collections.abc import Callable
|
|
4
|
+
from dataclasses import dataclass, field
|
|
5
|
+
from kiota_abstractions.serialization import AdditionalDataHolder, Parsable, ParseNode, SerializationWriter
|
|
6
|
+
from typing import Any, Optional, TYPE_CHECKING, Union
|
|
7
|
+
|
|
8
|
+
@dataclass
|
|
9
|
+
class BusinessDunningInfo(AdditionalDataHolder, Parsable):
|
|
10
|
+
"""
|
|
11
|
+
Dunning state recorded after a failed recurring payment.
|
|
12
|
+
"""
|
|
13
|
+
# Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
14
|
+
additional_data: dict[str, Any] = field(default_factory=dict)
|
|
15
|
+
|
|
16
|
+
# Date and time when this Leadping business dunning info was final cancellation.
|
|
17
|
+
final_cancellation_at: Optional[datetime.datetime] = None
|
|
18
|
+
# Date and time when this Leadping business dunning info was grace period ends.
|
|
19
|
+
grace_period_ends_at: Optional[datetime.datetime] = None
|
|
20
|
+
# Current last failed invoice status for this Leadping business dunning info.
|
|
21
|
+
last_failed_invoice_status: Optional[str] = None
|
|
22
|
+
# Date and time when this Leadping business dunning info was last updated.
|
|
23
|
+
last_updated_at: Optional[datetime.datetime] = None
|
|
24
|
+
# Date and time when the next retry is scheduled.
|
|
25
|
+
next_retry_at: Optional[datetime.datetime] = None
|
|
26
|
+
# Date and time when this Leadping business dunning info was outbound restricted.
|
|
27
|
+
outbound_restricted_at: Optional[datetime.datetime] = None
|
|
28
|
+
# Date and time when this Leadping business dunning info was outbound suspended.
|
|
29
|
+
outbound_suspended_at: Optional[datetime.datetime] = None
|
|
30
|
+
# Date and time when this Leadping business dunning info was payment failed.
|
|
31
|
+
payment_failed_at: Optional[datetime.datetime] = None
|
|
32
|
+
# Total number of retry attempt records represented by this Leadping business dunning info.
|
|
33
|
+
retry_attempt_count: Optional[int] = None
|
|
34
|
+
# Current stage for this Leadping business dunning info.
|
|
35
|
+
stage: Optional[str] = None
|
|
36
|
+
|
|
37
|
+
@staticmethod
|
|
38
|
+
def create_from_discriminator_value(parse_node: ParseNode) -> BusinessDunningInfo:
|
|
39
|
+
"""
|
|
40
|
+
Creates a new instance of the appropriate class based on discriminator value
|
|
41
|
+
param parse_node: The parse node to use to read the discriminator value and create the object
|
|
42
|
+
Returns: BusinessDunningInfo
|
|
43
|
+
"""
|
|
44
|
+
if parse_node is None:
|
|
45
|
+
raise TypeError("parse_node cannot be null.")
|
|
46
|
+
return BusinessDunningInfo()
|
|
47
|
+
|
|
48
|
+
def get_field_deserializers(self,) -> dict[str, Callable[[ParseNode], None]]:
|
|
49
|
+
"""
|
|
50
|
+
The deserialization information for the current model
|
|
51
|
+
Returns: dict[str, Callable[[ParseNode], None]]
|
|
52
|
+
"""
|
|
53
|
+
fields: dict[str, Callable[[Any], None]] = {
|
|
54
|
+
"finalCancellationAt": lambda n : setattr(self, 'final_cancellation_at', n.get_datetime_value()),
|
|
55
|
+
"gracePeriodEndsAt": lambda n : setattr(self, 'grace_period_ends_at', n.get_datetime_value()),
|
|
56
|
+
"lastFailedInvoiceStatus": lambda n : setattr(self, 'last_failed_invoice_status', n.get_str_value()),
|
|
57
|
+
"lastUpdatedAt": lambda n : setattr(self, 'last_updated_at', n.get_datetime_value()),
|
|
58
|
+
"nextRetryAt": lambda n : setattr(self, 'next_retry_at', n.get_datetime_value()),
|
|
59
|
+
"outboundRestrictedAt": lambda n : setattr(self, 'outbound_restricted_at', n.get_datetime_value()),
|
|
60
|
+
"outboundSuspendedAt": lambda n : setattr(self, 'outbound_suspended_at', n.get_datetime_value()),
|
|
61
|
+
"paymentFailedAt": lambda n : setattr(self, 'payment_failed_at', n.get_datetime_value()),
|
|
62
|
+
"retryAttemptCount": lambda n : setattr(self, 'retry_attempt_count', n.get_int_value()),
|
|
63
|
+
"stage": lambda n : setattr(self, 'stage', n.get_str_value()),
|
|
64
|
+
}
|
|
65
|
+
return fields
|
|
66
|
+
|
|
67
|
+
def serialize(self,writer: SerializationWriter) -> None:
|
|
68
|
+
"""
|
|
69
|
+
Serializes information the current object
|
|
70
|
+
param writer: Serialization writer to use to serialize this model
|
|
71
|
+
Returns: None
|
|
72
|
+
"""
|
|
73
|
+
if writer is None:
|
|
74
|
+
raise TypeError("writer cannot be null.")
|
|
75
|
+
writer.write_datetime_value("finalCancellationAt", self.final_cancellation_at)
|
|
76
|
+
writer.write_datetime_value("gracePeriodEndsAt", self.grace_period_ends_at)
|
|
77
|
+
writer.write_str_value("lastFailedInvoiceStatus", self.last_failed_invoice_status)
|
|
78
|
+
writer.write_datetime_value("lastUpdatedAt", self.last_updated_at)
|
|
79
|
+
writer.write_datetime_value("nextRetryAt", self.next_retry_at)
|
|
80
|
+
writer.write_datetime_value("outboundRestrictedAt", self.outbound_restricted_at)
|
|
81
|
+
writer.write_datetime_value("outboundSuspendedAt", self.outbound_suspended_at)
|
|
82
|
+
writer.write_datetime_value("paymentFailedAt", self.payment_failed_at)
|
|
83
|
+
writer.write_int_value("retryAttemptCount", self.retry_attempt_count)
|
|
84
|
+
writer.write_str_value("stage", self.stage)
|
|
85
|
+
writer.write_additional_data_value(self.additional_data)
|
|
86
|
+
|
|
87
|
+
|
|
@@ -10,6 +10,7 @@ if TYPE_CHECKING:
|
|
|
10
10
|
from .business_response_address import BusinessResponse_address
|
|
11
11
|
from .business_response_billing_address import BusinessResponse_billingAddress
|
|
12
12
|
from .business_response_billing_plan import BusinessResponse_billingPlan
|
|
13
|
+
from .business_response_billing_state import BusinessResponse_billingState
|
|
13
14
|
from .business_response_compliance_policy import BusinessResponse_compliancePolicy
|
|
14
15
|
from .business_response_ein_document import BusinessResponse_einDocument
|
|
15
16
|
from .business_response_setup_step import BusinessResponse_setupStep
|
|
@@ -41,6 +42,8 @@ class BusinessResponse(AdditionalDataHolder, Parsable):
|
|
|
41
42
|
billing_name: Optional[str] = None
|
|
42
43
|
# Defines the supported Billing Plan values.
|
|
43
44
|
billing_plan: Optional[BusinessResponse_billingPlan] = None
|
|
45
|
+
# Customer-safe billing state for this business.
|
|
46
|
+
billing_state: Optional[BusinessResponse_billingState] = None
|
|
44
47
|
# Compliance policy configuration for the business.
|
|
45
48
|
compliance_policy: Optional[BusinessResponse_compliancePolicy] = None
|
|
46
49
|
# The date and time when the entity was created.
|
|
@@ -102,6 +105,7 @@ class BusinessResponse(AdditionalDataHolder, Parsable):
|
|
|
102
105
|
from .business_response_address import BusinessResponse_address
|
|
103
106
|
from .business_response_billing_address import BusinessResponse_billingAddress
|
|
104
107
|
from .business_response_billing_plan import BusinessResponse_billingPlan
|
|
108
|
+
from .business_response_billing_state import BusinessResponse_billingState
|
|
105
109
|
from .business_response_compliance_policy import BusinessResponse_compliancePolicy
|
|
106
110
|
from .business_response_ein_document import BusinessResponse_einDocument
|
|
107
111
|
from .business_response_setup_step import BusinessResponse_setupStep
|
|
@@ -115,6 +119,7 @@ class BusinessResponse(AdditionalDataHolder, Parsable):
|
|
|
115
119
|
from .business_response_address import BusinessResponse_address
|
|
116
120
|
from .business_response_billing_address import BusinessResponse_billingAddress
|
|
117
121
|
from .business_response_billing_plan import BusinessResponse_billingPlan
|
|
122
|
+
from .business_response_billing_state import BusinessResponse_billingState
|
|
118
123
|
from .business_response_compliance_policy import BusinessResponse_compliancePolicy
|
|
119
124
|
from .business_response_ein_document import BusinessResponse_einDocument
|
|
120
125
|
from .business_response_setup_step import BusinessResponse_setupStep
|
|
@@ -132,6 +137,7 @@ class BusinessResponse(AdditionalDataHolder, Parsable):
|
|
|
132
137
|
"billingAddress": lambda n : setattr(self, 'billing_address', n.get_object_value(BusinessResponse_billingAddress)),
|
|
133
138
|
"billingName": lambda n : setattr(self, 'billing_name', n.get_str_value()),
|
|
134
139
|
"billingPlan": lambda n : setattr(self, 'billing_plan', n.get_enum_value(BusinessResponse_billingPlan)),
|
|
140
|
+
"billingState": lambda n : setattr(self, 'billing_state', n.get_object_value(BusinessResponse_billingState)),
|
|
135
141
|
"compliancePolicy": lambda n : setattr(self, 'compliance_policy', n.get_object_value(BusinessResponse_compliancePolicy)),
|
|
136
142
|
"createdAt": lambda n : setattr(self, 'created_at', n.get_datetime_value()),
|
|
137
143
|
"description": lambda n : setattr(self, 'description', n.get_str_value()),
|
|
@@ -170,6 +176,7 @@ class BusinessResponse(AdditionalDataHolder, Parsable):
|
|
|
170
176
|
writer.write_object_value("billingAddress", self.billing_address)
|
|
171
177
|
writer.write_str_value("billingName", self.billing_name)
|
|
172
178
|
writer.write_enum_value("billingPlan", self.billing_plan)
|
|
179
|
+
writer.write_object_value("billingState", self.billing_state)
|
|
173
180
|
writer.write_object_value("compliancePolicy", self.compliance_policy)
|
|
174
181
|
writer.write_datetime_value("createdAt", self.created_at)
|
|
175
182
|
writer.write_str_value("description", self.description)
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
from __future__ import annotations
|
|
2
|
+
from collections.abc import Callable
|
|
3
|
+
from dataclasses import dataclass, field
|
|
4
|
+
from kiota_abstractions.serialization import Parsable, ParseNode, SerializationWriter
|
|
5
|
+
from typing import Any, Optional, TYPE_CHECKING, Union
|
|
6
|
+
|
|
7
|
+
if TYPE_CHECKING:
|
|
8
|
+
from .business_billing_state import BusinessBillingState
|
|
9
|
+
|
|
10
|
+
from .business_billing_state import BusinessBillingState
|
|
11
|
+
|
|
12
|
+
@dataclass
|
|
13
|
+
class BusinessResponse_billingState(BusinessBillingState, Parsable):
|
|
14
|
+
"""
|
|
15
|
+
Customer-safe billing state for this business.
|
|
16
|
+
"""
|
|
17
|
+
|
|
18
|
+
@staticmethod
|
|
19
|
+
def create_from_discriminator_value(parse_node: ParseNode) -> BusinessResponse_billingState:
|
|
20
|
+
"""
|
|
21
|
+
Creates a new instance of the appropriate class based on discriminator value
|
|
22
|
+
param parse_node: The parse node to use to read the discriminator value and create the object
|
|
23
|
+
Returns: BusinessResponse_billingState
|
|
24
|
+
"""
|
|
25
|
+
if parse_node is None:
|
|
26
|
+
raise TypeError("parse_node cannot be null.")
|
|
27
|
+
return BusinessResponse_billingState()
|
|
28
|
+
|
|
29
|
+
def get_field_deserializers(self,) -> dict[str, Callable[[ParseNode], None]]:
|
|
30
|
+
"""
|
|
31
|
+
The deserialization information for the current model
|
|
32
|
+
Returns: dict[str, Callable[[ParseNode], None]]
|
|
33
|
+
"""
|
|
34
|
+
from .business_billing_state import BusinessBillingState
|
|
35
|
+
|
|
36
|
+
from .business_billing_state import BusinessBillingState
|
|
37
|
+
|
|
38
|
+
fields: dict[str, Callable[[Any], None]] = {
|
|
39
|
+
}
|
|
40
|
+
super_fields = super().get_field_deserializers()
|
|
41
|
+
fields.update(super_fields)
|
|
42
|
+
return fields
|
|
43
|
+
|
|
44
|
+
def serialize(self,writer: SerializationWriter) -> None:
|
|
45
|
+
"""
|
|
46
|
+
Serializes information the current object
|
|
47
|
+
param writer: Serialization writer to use to serialize this model
|
|
48
|
+
Returns: None
|
|
49
|
+
"""
|
|
50
|
+
if writer is None:
|
|
51
|
+
raise TypeError("writer cannot be null.")
|
|
52
|
+
super().serialize(writer)
|
|
53
|
+
|
|
54
|
+
|
|
@@ -10,7 +10,7 @@ if TYPE_CHECKING:
|
|
|
10
10
|
@dataclass
|
|
11
11
|
class CustomerActivationHealth(AdditionalDataHolder, Parsable):
|
|
12
12
|
"""
|
|
13
|
-
|
|
13
|
+
Represents customer activation health data exposed by Leadping analytics.
|
|
14
14
|
"""
|
|
15
15
|
# Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
16
16
|
additional_data: dict[str, Any] = field(default_factory=dict)
|
|
@@ -6,6 +6,9 @@ from typing import Any, Optional, TYPE_CHECKING, Union
|
|
|
6
6
|
|
|
7
7
|
@dataclass
|
|
8
8
|
class CustomerActivationHealthItem(AdditionalDataHolder, Parsable):
|
|
9
|
+
"""
|
|
10
|
+
Represents customer activation health item data exposed by Leadping analytics.
|
|
11
|
+
"""
|
|
9
12
|
# Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
10
13
|
additional_data: dict[str, Any] = field(default_factory=dict)
|
|
11
14
|
|
|
@@ -18,6 +18,9 @@ if TYPE_CHECKING:
|
|
|
18
18
|
|
|
19
19
|
@dataclass
|
|
20
20
|
class CustomerAnalyticsResponse(AdditionalDataHolder, Parsable):
|
|
21
|
+
"""
|
|
22
|
+
Response model containing customer analytics data returned by the Leadping API.
|
|
23
|
+
"""
|
|
21
24
|
# Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
22
25
|
additional_data: dict[str, Any] = field(default_factory=dict)
|
|
23
26
|
|
|
@@ -10,7 +10,7 @@ if TYPE_CHECKING:
|
|
|
10
10
|
@dataclass
|
|
11
11
|
class CustomerAnalyticsSummary(AdditionalDataHolder, Parsable):
|
|
12
12
|
"""
|
|
13
|
-
|
|
13
|
+
Represents customer analytics summary data exposed by Leadping analytics.
|
|
14
14
|
"""
|
|
15
15
|
# Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
16
16
|
additional_data: dict[str, Any] = field(default_factory=dict)
|
|
@@ -11,7 +11,7 @@ if TYPE_CHECKING:
|
|
|
11
11
|
@dataclass
|
|
12
12
|
class CustomerAutomationHealth(AdditionalDataHolder, Parsable):
|
|
13
13
|
"""
|
|
14
|
-
|
|
14
|
+
Represents customer automation health data exposed by Leadping analytics.
|
|
15
15
|
"""
|
|
16
16
|
# Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
17
17
|
additional_data: dict[str, Any] = field(default_factory=dict)
|
|
@@ -10,7 +10,7 @@ if TYPE_CHECKING:
|
|
|
10
10
|
@dataclass
|
|
11
11
|
class CustomerCommunicationUsage(AdditionalDataHolder, Parsable):
|
|
12
12
|
"""
|
|
13
|
-
|
|
13
|
+
Represents customer communication usage data exposed by Leadping analytics.
|
|
14
14
|
"""
|
|
15
15
|
# Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
16
16
|
additional_data: dict[str, Any] = field(default_factory=dict)
|
|
@@ -7,6 +7,9 @@ from typing import Any, Optional, TYPE_CHECKING, Union
|
|
|
7
7
|
|
|
8
8
|
@dataclass
|
|
9
9
|
class CustomerCommunicationUsagePoint(AdditionalDataHolder, Parsable):
|
|
10
|
+
"""
|
|
11
|
+
Represents customer communication usage point data exposed by Leadping analytics.
|
|
12
|
+
"""
|
|
10
13
|
# Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
11
14
|
additional_data: dict[str, Any] = field(default_factory=dict)
|
|
12
15
|
|
|
@@ -8,7 +8,7 @@ from typing import Any, Optional, TYPE_CHECKING, Union
|
|
|
8
8
|
@dataclass
|
|
9
9
|
class CustomerFailingAutomation(AdditionalDataHolder, Parsable):
|
|
10
10
|
"""
|
|
11
|
-
|
|
11
|
+
Represents customer failing automation data exposed by Leadping analytics.
|
|
12
12
|
"""
|
|
13
13
|
# Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
14
14
|
additional_data: dict[str, Any] = field(default_factory=dict)
|
|
@@ -6,6 +6,9 @@ from typing import Any, Optional, TYPE_CHECKING, Union
|
|
|
6
6
|
|
|
7
7
|
@dataclass
|
|
8
8
|
class CustomerLeadSourceBreakdown(AdditionalDataHolder, Parsable):
|
|
9
|
+
"""
|
|
10
|
+
Represents customer lead source breakdown data exposed by Leadping analytics.
|
|
11
|
+
"""
|
|
9
12
|
# Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
10
13
|
additional_data: dict[str, Any] = field(default_factory=dict)
|
|
11
14
|
|
|
@@ -11,7 +11,7 @@ if TYPE_CHECKING:
|
|
|
11
11
|
@dataclass
|
|
12
12
|
class CustomerLeadTrend(AdditionalDataHolder, Parsable):
|
|
13
13
|
"""
|
|
14
|
-
|
|
14
|
+
Represents customer lead trend data exposed by Leadping analytics.
|
|
15
15
|
"""
|
|
16
16
|
# Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
17
17
|
additional_data: dict[str, Any] = field(default_factory=dict)
|
|
@@ -6,6 +6,9 @@ from typing import Any, Optional, TYPE_CHECKING, Union
|
|
|
6
6
|
|
|
7
7
|
@dataclass
|
|
8
8
|
class CustomerNeedsAttentionItem(AdditionalDataHolder, Parsable):
|
|
9
|
+
"""
|
|
10
|
+
Represents customer needs attention item data exposed by Leadping analytics.
|
|
11
|
+
"""
|
|
9
12
|
# Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
10
13
|
additional_data: dict[str, Any] = field(default_factory=dict)
|
|
11
14
|
|
|
@@ -10,7 +10,7 @@ if TYPE_CHECKING:
|
|
|
10
10
|
@dataclass
|
|
11
11
|
class CustomerResponseMetrics(AdditionalDataHolder, Parsable):
|
|
12
12
|
"""
|
|
13
|
-
|
|
13
|
+
Represents customer response metrics data exposed by Leadping analytics.
|
|
14
14
|
"""
|
|
15
15
|
# Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
16
16
|
additional_data: dict[str, Any] = field(default_factory=dict)
|
|
@@ -10,6 +10,9 @@ if TYPE_CHECKING:
|
|
|
10
10
|
|
|
11
11
|
@dataclass
|
|
12
12
|
class OutboundCapacityOverview(AdditionalDataHolder, Parsable):
|
|
13
|
+
"""
|
|
14
|
+
Represents outbound capacity overview data used by Leadping.
|
|
15
|
+
"""
|
|
13
16
|
# Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
14
17
|
additional_data: dict[str, Any] = field(default_factory=dict)
|
|
15
18
|
|
|
@@ -9,6 +9,9 @@ if TYPE_CHECKING:
|
|
|
9
9
|
|
|
10
10
|
@dataclass
|
|
11
11
|
class OutboundPhoneNumberCapacity(AdditionalDataHolder, Parsable):
|
|
12
|
+
"""
|
|
13
|
+
Represents outbound phone number capacity data used by Leadping.
|
|
14
|
+
"""
|
|
12
15
|
# Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
13
16
|
additional_data: dict[str, Any] = field(default_factory=dict)
|
|
14
17
|
|
|
@@ -13,6 +13,9 @@ if TYPE_CHECKING:
|
|
|
13
13
|
|
|
14
14
|
@dataclass
|
|
15
15
|
class OutboundQueueItem(AdditionalDataHolder, Parsable):
|
|
16
|
+
"""
|
|
17
|
+
Represents outbound queue item data used by Leadping.
|
|
18
|
+
"""
|
|
16
19
|
# Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
17
20
|
additional_data: dict[str, Any] = field(default_factory=dict)
|
|
18
21
|
|
|
@@ -11,6 +11,9 @@ if TYPE_CHECKING:
|
|
|
11
11
|
|
|
12
12
|
@dataclass
|
|
13
13
|
class SourceMetricsResponse(AdditionalDataHolder, Parsable):
|
|
14
|
+
"""
|
|
15
|
+
Response model containing source metrics data returned by the Leadping API.
|
|
16
|
+
"""
|
|
14
17
|
# Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
15
18
|
additional_data: dict[str, Any] = field(default_factory=dict)
|
|
16
19
|
|
|
@@ -6,6 +6,9 @@ from typing import Any, Optional, TYPE_CHECKING, Union
|
|
|
6
6
|
|
|
7
7
|
@dataclass
|
|
8
8
|
class UserDataExportFile(AdditionalDataHolder, Parsable):
|
|
9
|
+
"""
|
|
10
|
+
Response model containing user data export file data returned by the Leadping API.
|
|
11
|
+
"""
|
|
9
12
|
# Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
10
13
|
additional_data: dict[str, Any] = field(default_factory=dict)
|
|
11
14
|
|
|
@@ -11,6 +11,9 @@ if TYPE_CHECKING:
|
|
|
11
11
|
|
|
12
12
|
@dataclass
|
|
13
13
|
class UserDataExportResponse(AdditionalDataHolder, Parsable):
|
|
14
|
+
"""
|
|
15
|
+
Response model containing user data export data returned by the Leadping API.
|
|
16
|
+
"""
|
|
14
17
|
# Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
15
18
|
additional_data: dict[str, Any] = field(default_factory=dict)
|
|
16
19
|
|