leadping 1.0.3__tar.gz → 1.0.5__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.5/LICENSE +21 -0
- {leadping-1.0.3/leadping.egg-info → leadping-1.0.5}/PKG-INFO +4 -2
- {leadping-1.0.3 → leadping-1.0.5}/README.md +1 -0
- {leadping-1.0.3 → leadping-1.0.5}/events/all/my/my_request_builder.py +22 -1
- {leadping-1.0.3 → leadping-1.0.5/leadping.egg-info}/PKG-INFO +4 -2
- {leadping-1.0.3 → leadping-1.0.5}/setup.py +2 -1
- leadping-1.0.3/LICENSE +0 -5
- {leadping-1.0.3 → leadping-1.0.5}/MANIFEST.in +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/__init__.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/analytics/analytics_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/analytics/my/my_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/automations/all/all_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/automations/all/my/my_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/automations/automations_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/automations/item/automations_item_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/automations/preview/preview_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/businesses/businesses_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/businesses/invitations/accept/accept_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/businesses/invitations/invitations_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/businesses/invitations/token/item/with_token_item_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/businesses/invitations/token/token_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/businesses/me/invitations/invitations_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/businesses/me/invitations/item/resend/resend_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/businesses/me/invitations/item/with_invitation_item_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/businesses/me/me_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/businesses/me/options/options_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/businesses/me/switch/switch_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/businesses/me/users/item/with_user_item_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/businesses/me/users/users_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/contact/contact_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/conversations/conversations_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/conversations/lead/item/with_lead_item_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/conversations/lead/lead_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/conversations/my/my_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/dispositions/dispositions_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/dispositions/item/dispositions_item_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/dispositions/lead/item/export/export_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/dispositions/lead/item/with_lead_item_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/dispositions/lead/lead_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/events/all/all_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/events/businesses/businesses_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/events/businesses/item/with_business_item_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/events/calls/all/all_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/events/calls/all/my/my_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/events/calls/calls_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/events/calls/item/with_call_event_item_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/events/calls/lead/item/with_lead_item_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/events/calls/lead/lead_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/events/calls/phone/item/with_phone_number_item_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/events/calls/phone/phone_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/events/conversations/conversations_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/events/conversations/item/notes/notes_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/events/conversations/item/with_conversation_item_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/events/events_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/events/item/detail/detail_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/events/item/with_event_item_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/events/leads/item/with_lead_item_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/events/leads/leads_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/events/sms/all/all_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/events/sms/all/my/my_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/events/sms/item/with_sms_event_item_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/events/sms/lead/item/with_lead_item_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/events/sms/lead/lead_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/events/sms/phone/item/with_phone_number_item_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/events/sms/phone/phone_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/events/sms/sms_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/feedback/admin/admin_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/feedback/admin/item/admin_item_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/feedback/feedback_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/leadping.egg-info/SOURCES.txt +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/leadping.egg-info/dependency_links.txt +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/leadping.egg-info/requires.txt +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/leadping.egg-info/top_level.txt +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/leadping_open_api_client.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/leads/all/all_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/leads/all/my/my_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/leads/intake/intake_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/leads/item/archive/archive_post_request_body.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/leads/item/archive/archive_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/leads/item/leads_item_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/leads/item/tags/item/with_tag_item_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/leads/item/tags/tags_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/leads/item/unarchive/unarchive_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/leads/item/workflow_status/workflow_status_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/leads/leads_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/accept_business_invitation_request.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/activation_domain_option.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/activation_launch_review_status.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/activation_onboarding_status.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/activation_payment_status.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/activation_subscription_status.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/activation_telephony_status.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/activation_timeline_event.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/admin_enablement_override.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/analytics_comparison.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/analytics_date_range.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/analytics_trend_point_ofdecimal.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/analytics_trend_point_ofint.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/automation_action.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/automation_action_run_record.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/automation_action_settings.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/automation_condition.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/automation_condition_group.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/automation_condition_settings.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/automation_preview_action_result.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/automation_preview_condition_result.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/automation_preview_request.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/automation_preview_response.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/automation_preview_response_sample_payload.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/automation_request.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/automation_request_admin_enablement_override.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/automation_request_snapshot.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/automation_response.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/automation_response_admin_enablement_override.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/automation_response_business.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/automation_response_user.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/automation_run_record.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/automation_run_record_context_snapshot.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/automation_table_row.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/automation_table_row_admin_enablement_override.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/automation_table_row_business.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/automation_table_row_user.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/automation_trigger.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/automation_trigger_settings.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/automation_validation_result.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/automation_workflow_action_response.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/automation_workflow_event_response.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/automation_workflow_run_response.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/automation_workflow_status_response.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/billable_unit.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/billing_plan.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/business_activation_state.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/business_activation_state_ten_dlc_draft.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/business_compliance_policy.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/business_invitation_request.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/business_invitation_response.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/business_invitation_status.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/business_invitation_table_row.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/business_request.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/business_request_activation.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/business_request_address.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/business_request_admin_enablement_override.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/business_request_billing_plan.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/business_request_compliance_policy.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/business_request_ein_document.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/business_request_setup_step.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/business_request_status.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/business_request_stripe_info.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/business_request_subscription_status.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/business_response.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/business_response_activation.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/business_response_address.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/business_response_admin_enablement_override.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/business_response_billing_plan.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/business_response_compliance_policy.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/business_response_ein_document.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/business_response_setup_step.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/business_response_site.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/business_response_status.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/business_response_stripe_info.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/business_response_subscription_status.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/business_response_user.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/business_stripe_info.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/business_stripe_info_cancellation.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/business_stripe_info_dunning.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/business_switch_option.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/business_switch_option_activation_status.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/business_switch_option_business_status.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/business_switch_request.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/business_user_request.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/business_user_response.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/business_user_role.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/business_user_table_row.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/call_event_table_row.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/call_event_table_row_metadata.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/call_event_table_row_status.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/change_billing_plan_request.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/compliance_update_request.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/compliance_update_request_compliance.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/contact_request.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/contact_response.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/conversation_response.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/conversation_response_current_disposition.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/conversation_response_phone_number.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/conversation_response_status.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/coordinate.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/create_note_request.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/current_disposition_summary.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/current_disposition_summary_category.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/current_disposition_summary_source.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/customer_activation_health.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/customer_activation_health_item.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/customer_activation_status.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/customer_analytics_response.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/customer_analytics_summary.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/customer_automation_health.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/customer_automation_health_last_failure.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/customer_communication_usage.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/customer_communication_usage_point.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/customer_failing_automation.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/customer_lead_source_breakdown.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/customer_lead_trend.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/customer_needs_attention_item.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/customer_response_metrics.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/disposition_export_response.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/disposition_export_row.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/disposition_export_row_category.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/disposition_export_row_change_source.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/disposition_request.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/disposition_request_category.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/disposition_request_change_source.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/disposition_response.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/disposition_response_category.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/disposition_response_change_source.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/eligible_outgoing_number_response.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/eligible_outgoing_number_response_health_status.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/event_detail_response.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/event_detail_response_status.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/event_detail_response_timeline_type.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/event_detail_response_user.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/event_table_row.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/event_table_row_selection_reason.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/event_table_row_status.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/event_table_row_traffic_type.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/event_timeline_type.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/exact_match_filter.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/feedback_admin_update_request.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/feedback_admin_update_request_status.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/feedback_admin_update_request_type.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/feedback_create_request.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/feedback_create_request_type.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/feedback_response.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/feedback_status.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/feedback_type.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/id_name_pair.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/id_name_value.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/internal_phone_number_status.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/lead_archive_request.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/lead_contact.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/lead_contact_coordinate.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/lead_contact_phone.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/lead_contact_street_address.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/lead_intake_request.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/lead_intake_request_source_metadata.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/lead_metadata.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/lead_metadata_source_metadata.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/lead_profile.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/lead_profile_employment_type.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/lead_profile_gender.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/lead_profile_marital_status.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/lead_request.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/lead_request_admin_enablement_override.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/lead_response.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/lead_response_admin_enablement_override.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/lead_response_current_disposition.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/lead_table_row.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/lead_table_row_admin_enablement_override.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/lead_table_row_current_disposition.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/lead_tags_request.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/mobile_device_preferences.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/notification_priority.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/notification_table_row.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/notification_type.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/order_by_option.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/order_by_option_direction.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/outbound_capacity_overview.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/outbound_delivery_channel.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/outbound_delivery_source.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/outbound_delivery_status.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/outbound_phone_number_capacity.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/outbound_queue_item.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/outbound_queue_item_reason_code.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/outgoing_number_manual_override_request.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/outgoing_number_selection_reason.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/outgoing_number_selection_request.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/outgoing_number_selection_request_channel.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/outgoing_number_selection_response.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/outgoing_number_selection_response_health_status.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/outgoing_number_selection_response_selection_reason.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/paged_result_of_automation_table_row.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/paged_result_of_call_event_table_row.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/paged_result_of_conversation_response.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/paged_result_of_event_table_row.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/paged_result_of_feedback_response.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/paged_result_of_lead_table_row.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/paged_result_of_notification_table_row.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/paged_result_of_phone_number_table_row.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/paged_result_of_sms_event_table_row.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/paged_result_of_source_table_row.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/paged_result_of_transaction_table_row.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/paged_result_of_usage_ledger_table_row.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/phone.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/phone_lookup.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/phone_lookup_carrier_type.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/phone_lookup_line_type.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/phone_lookup_location.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/phone_number_availability_request.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/phone_number_availability_response.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/phone_number_availability_response_location.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/phone_number_billing_attribution.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/phone_number_capabilities.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/phone_number_event_record.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/phone_number_event_record_state.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/phone_number_inventory_state.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/phone_number_location.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/phone_number_location_coordinate.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/phone_number_messaging_event_response.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/phone_number_opt_out_metrics_response.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/phone_number_outbound_health_status.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/phone_number_provider_lifecycle_state.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/phone_number_request.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/phone_number_request_admin_enablement_override.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/phone_number_response.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/phone_number_response_admin_enablement_override.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/phone_number_response_business.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/phone_number_response_call_warmup_stage.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/phone_number_response_call_warmup_state.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/phone_number_response_health_status.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/phone_number_response_location.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/phone_number_response_user.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/phone_number_response_warmup_state.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/phone_number_routing_metadata.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/phone_number_search_request.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/phone_number_search_request_location.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/phone_number_search_response.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/phone_number_search_result.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/phone_number_search_result_location.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/phone_number_status_response.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/phone_number_status_response_call_warmup.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/phone_number_status_response_sms_warmup.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/phone_number_table_row.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/phone_number_table_row_admin_enablement_override.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/phone_number_table_row_health_status.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/phone_number_table_row_warmup_state.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/phone_number_ten_dlc_association.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/phone_number_traffic_metrics_response.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/phone_number_warmup_call_response.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/phone_number_warmup_call_status.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/phone_number_warmup_health_status.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/phone_number_warmup_stage.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/phone_number_warmup_status_response.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/problem_details.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/range_filter.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/request_data_options.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/send_sms_request.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/send_sms_request_outbound_priority.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/send_sms_request_outbound_source.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/send_sms_request_selection_reason.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/sms_event_table_row.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/sms_event_table_row_outbound_source.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/sms_event_table_row_status.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/sms_event_table_row_traffic_type.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/sms_response.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/sms_response_selection_reason.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/sms_response_status.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/sms_response_traffic_type.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/sms_warmup_action_response.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/sms_warmup_action_status.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/sms_warmup_action_type.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/sms_warmup_health_state.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/sms_warmup_status_response.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/sms_warmup_ui_state.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/source_metrics_response.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/source_request.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/source_request_admin_enablement_override.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/source_response.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/source_response_admin_enablement_override.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/source_response_business.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/source_response_created_by_user.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/source_response_modified_by_user.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/source_response_user.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/source_table_row.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/source_table_row_admin_enablement_override.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/source_table_row_business.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/source_table_row_created_by_user.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/source_table_row_modified_by_user.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/source_table_row_user.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/street_address.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/stripe_payment_method_response.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/tag_request.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/tag_response.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/tag_summary.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/ten_dlc_application_draft.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/ten_dlc_application_status.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/transaction_response.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/transaction_response_metadata.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/transaction_status.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/transaction_table_row.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/transaction_type.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/trusted_form_certificate.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/usage_channel.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/usage_counter_line.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/usage_ledger_table_row.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/usage_record_status.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/usage_summary_line.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/usage_summary_response.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/user_compliance.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/user_data_export_file.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/user_data_export_response.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/user_data_export_statuses.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/user_dunning_info.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/user_identity.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/user_notification_preferences.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/user_request.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/user_request_billing_plan.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/user_request_business.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/user_request_compliance.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/user_request_current_business.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/user_request_notification_preferences.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/user_request_subscription_status.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/user_response.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/user_response_billing_plan.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/user_response_business.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/user_response_compliance.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/user_response_current_business.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/user_response_notification_preferences.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/user_response_stripe_info.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/user_response_subscription_status.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/user_stripe_info.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/user_stripe_info_cancellation.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/user_stripe_info_dunning.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/user_subscription_cancellation_info.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/wallet_response.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/wallet_response_credit_status.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/wallet_response_source_type.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/models/website_lifecycle_status.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/notifications/announcements/announcements_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/notifications/item/mark_read/mark_read_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/notifications/item/notifications_item_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/notifications/mark_all_read/mark_all_read_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/notifications/me/me_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/notifications/notifications_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/notifications/unread_count/unread_count_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/outbound/outbound_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/outbound/overview/overview_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/payment_methods/item/payment_methods_item_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/payment_methods/payment_methods_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/phone_numbers/all/all_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/phone_numbers/all/my/my_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/phone_numbers/is_available_for_purchase/is_available_for_purchase_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/phone_numbers/item/phone_number_item_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/phone_numbers/item/status/status_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/phone_numbers/item/warmup/warmup_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/phone_numbers/outgoing/conversation/conversation_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/phone_numbers/outgoing/conversation/item/override/override_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/phone_numbers/outgoing/conversation/item/with_conversation_item_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/phone_numbers/outgoing/manual_override/manual_override_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/phone_numbers/outgoing/new/new_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/phone_numbers/outgoing/outgoing_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/phone_numbers/phone_numbers_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/phone_numbers/search/search_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/pyproject.toml +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/reports/exports/exports_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/reports/exports/item/download/download_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/reports/exports/item/with_export_item_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/reports/exports/my/my_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/reports/reports_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/setup.cfg +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/sms/item/cancel/cancel_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/sms/item/with_sms_event_item_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/sms/send/send_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/sms/sms_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/sources/all/all_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/sources/all/my/my_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/sources/item/metrics/metrics_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/sources/item/sources_item_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/sources/sources_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/tags/item/tags_item_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/tags/tags_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/transactions/all/all_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/transactions/all/my/my_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/transactions/item/transactions_item_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/transactions/transactions_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/usage/all/all_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/usage/all/my/my_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/usage/summary/my/my_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/usage/summary/summary_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/usage/usage_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/users/change_billing_plan/change_billing_plan_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/users/compliance/compliance_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/users/me/last_login/last_login_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/users/me/me_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/users/me/paymentmethod/paymentmethod_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/users/users_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/wallets/item/wallets_item_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/wallets/me/me_request_builder.py +0 -0
- {leadping-1.0.3 → leadping-1.0.5}/wallets/wallets_request_builder.py +0 -0
leadping-1.0.5/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2025-2026 Leadping LLC
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: leadping
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.5
|
|
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
|
|
7
|
-
License:
|
|
7
|
+
License: MIT
|
|
8
8
|
Classifier: Development Status :: 4 - Beta
|
|
9
9
|
Classifier: Intended Audience :: Developers
|
|
10
|
+
Classifier: License :: OSI Approved :: MIT License
|
|
10
11
|
Classifier: Programming Language :: Python :: 3
|
|
11
12
|
Classifier: Programming Language :: Python :: 3.10
|
|
12
13
|
Classifier: Programming Language :: Python :: 3.11
|
|
@@ -68,5 +69,6 @@ The client defaults to `https://api.leadping.ai` when the adapter does not alrea
|
|
|
68
69
|
|
|
69
70
|
## Links
|
|
70
71
|
|
|
72
|
+
- [Documentation](https://leadping.ai/docs)
|
|
71
73
|
- [API reference](https://leadping.ai/docs/api-reference)
|
|
72
74
|
- [License](LICENSE)
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
from __future__ import annotations
|
|
2
|
+
import datetime
|
|
2
3
|
from collections.abc import Callable
|
|
3
4
|
from dataclasses import dataclass, field
|
|
4
5
|
from kiota_abstractions.base_request_builder import BaseRequestBuilder
|
|
@@ -29,7 +30,7 @@ class MyRequestBuilder(BaseRequestBuilder):
|
|
|
29
30
|
param request_adapter: The request adapter to use to execute the requests.
|
|
30
31
|
Returns: None
|
|
31
32
|
"""
|
|
32
|
-
super().__init__(request_adapter, "{+baseurl}/events/all/my{?category*}", path_parameters)
|
|
33
|
+
super().__init__(request_adapter, "{+baseurl}/events/all/my{?category*,endAt*,startAt*}", path_parameters)
|
|
33
34
|
|
|
34
35
|
async def post(self,body: RequestDataOptions, request_configuration: Optional[RequestConfiguration[MyRequestBuilderPostQueryParameters]] = None) -> Optional[PagedResultOfEventTableRow]:
|
|
35
36
|
"""
|
|
@@ -84,8 +85,28 @@ class MyRequestBuilder(BaseRequestBuilder):
|
|
|
84
85
|
"""
|
|
85
86
|
Lists event records visible to the current user with paging, sorting, and filters across lead, SMS, call, and automation events.
|
|
86
87
|
"""
|
|
88
|
+
def get_query_parameter(self,original_name: str) -> str:
|
|
89
|
+
"""
|
|
90
|
+
Maps the query parameters names to their encoded names for the URI template parsing.
|
|
91
|
+
param original_name: The original query parameter name in the class.
|
|
92
|
+
Returns: str
|
|
93
|
+
"""
|
|
94
|
+
if original_name is None:
|
|
95
|
+
raise TypeError("original_name cannot be null.")
|
|
96
|
+
if original_name == "end_at":
|
|
97
|
+
return "endAt"
|
|
98
|
+
if original_name == "start_at":
|
|
99
|
+
return "startAt"
|
|
100
|
+
if original_name == "category":
|
|
101
|
+
return "category"
|
|
102
|
+
return original_name
|
|
103
|
+
|
|
87
104
|
category: Optional[str] = None
|
|
88
105
|
|
|
106
|
+
end_at: Optional[datetime.datetime] = None
|
|
107
|
+
|
|
108
|
+
start_at: Optional[datetime.datetime] = None
|
|
109
|
+
|
|
89
110
|
|
|
90
111
|
@dataclass
|
|
91
112
|
class MyRequestBuilderPostRequestConfiguration(RequestConfiguration[MyRequestBuilderPostQueryParameters]):
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: leadping
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.5
|
|
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
|
|
7
|
-
License:
|
|
7
|
+
License: MIT
|
|
8
8
|
Classifier: Development Status :: 4 - Beta
|
|
9
9
|
Classifier: Intended Audience :: Developers
|
|
10
|
+
Classifier: License :: OSI Approved :: MIT License
|
|
10
11
|
Classifier: Programming Language :: Python :: 3
|
|
11
12
|
Classifier: Programming Language :: Python :: 3.10
|
|
12
13
|
Classifier: Programming Language :: Python :: 3.11
|
|
@@ -68,5 +69,6 @@ The client defaults to `https://api.leadping.ai` when the adapter does not alrea
|
|
|
68
69
|
|
|
69
70
|
## Links
|
|
70
71
|
|
|
72
|
+
- [Documentation](https://leadping.ai/docs)
|
|
71
73
|
- [API reference](https://leadping.ai/docs/api-reference)
|
|
72
74
|
- [License](LICENSE)
|
|
@@ -39,7 +39,7 @@ setup(
|
|
|
39
39
|
long_description_content_type="text/markdown",
|
|
40
40
|
url="https://github.com/leadpingai/leadping-python",
|
|
41
41
|
author="Leadping",
|
|
42
|
-
license="
|
|
42
|
+
license="MIT",
|
|
43
43
|
packages=discover_packages(),
|
|
44
44
|
package_dir={"leadping": "."},
|
|
45
45
|
cmdclass={"build_py": BuildPyWithoutSetupModule},
|
|
@@ -55,6 +55,7 @@ setup(
|
|
|
55
55
|
classifiers=[
|
|
56
56
|
"Development Status :: 4 - Beta",
|
|
57
57
|
"Intended Audience :: Developers",
|
|
58
|
+
"License :: OSI Approved :: MIT License",
|
|
58
59
|
"Programming Language :: Python :: 3",
|
|
59
60
|
"Programming Language :: Python :: 3.10",
|
|
60
61
|
"Programming Language :: Python :: 3.11",
|
leadping-1.0.3/LICENSE
DELETED
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
Copyright (c) 2026 Leadping.
|
|
2
|
-
|
|
3
|
-
All rights reserved.
|
|
4
|
-
|
|
5
|
-
This software and associated documentation files are proprietary and confidential. Unauthorized copying, modification, distribution, sublicensing, or use of this software, in whole or in part, is prohibited except under a written agreement with Leadping.
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{leadping-1.0.3 → leadping-1.0.5}/businesses/me/invitations/item/resend/resend_request_builder.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{leadping-1.0.3 → leadping-1.0.5}/businesses/me/users/item/with_user_item_request_builder.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{leadping-1.0.3 → leadping-1.0.5}/events/businesses/item/with_business_item_request_builder.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{leadping-1.0.3 → leadping-1.0.5}/events/calls/phone/item/with_phone_number_item_request_builder.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{leadping-1.0.3 → leadping-1.0.5}/events/sms/phone/item/with_phone_number_item_request_builder.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{leadping-1.0.3 → leadping-1.0.5}/leads/item/workflow_status/workflow_status_request_builder.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|