leadping 1.0.6__tar.gz → 1.0.8__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.6/leadping.egg-info → leadping-1.0.8}/PKG-INFO +1 -1
- {leadping-1.0.6 → leadping-1.0.8}/dispositions/lead/item/with_lead_item_request_builder.py +2 -2
- {leadping-1.0.6 → leadping-1.0.8}/events/businesses/item/with_business_item_request_builder.py +29 -4
- {leadping-1.0.6 → leadping-1.0.8/leadping.egg-info}/PKG-INFO +1 -1
- {leadping-1.0.6 → leadping-1.0.8}/leadping.egg-info/SOURCES.txt +12 -2
- {leadping-1.0.6 → leadping-1.0.8}/models/business_request.py +11 -0
- leadping-1.0.8/models/business_request_billing_address.py +54 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/business_response.py +11 -0
- leadping-1.0.8/models/business_response_billing_address.py +54 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/outbound_phone_number_capacity.py +40 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/phone_number_status_response.py +7 -0
- leadping-1.0.8/models/phone_number_status_response_outbound_capacity.py +54 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/phone_number_table_row.py +22 -0
- leadping-1.0.8/models/phone_number_table_row_call_warmup_stage.py +9 -0
- leadping-1.0.8/models/phone_number_table_row_call_warmup_state.py +11 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/source_response.py +0 -4
- {leadping-1.0.6 → leadping-1.0.8}/models/source_table_row.py +0 -4
- {leadping-1.0.6 → leadping-1.0.8}/phone_numbers/all/all_request_builder.py +5 -5
- leadping-1.0.6/phone_numbers/all/my/my_request_builder.py → leadping-1.0.8/phone_numbers/all/business/business_request_builder.py +10 -10
- {leadping-1.0.6 → leadping-1.0.8}/sources/item/metrics/metrics_request_builder.py +3 -3
- {leadping-1.0.6 → leadping-1.0.8}/LICENSE +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/MANIFEST.in +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/README.md +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/__init__.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/analytics/analytics_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/analytics/my/my_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/automations/all/all_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/automations/all/my/my_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/automations/automations_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/automations/item/automations_item_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/automations/preview/preview_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/businesses/businesses_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/businesses/invitations/accept/accept_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/businesses/invitations/invitations_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/businesses/invitations/token/item/with_token_item_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/businesses/invitations/token/token_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/businesses/me/invitations/invitations_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/businesses/me/invitations/item/resend/resend_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/businesses/me/invitations/item/with_invitation_item_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/businesses/me/me_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/businesses/me/options/options_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/businesses/me/switch/switch_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/businesses/me/users/item/with_user_item_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/businesses/me/users/users_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/contact/contact_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/conversations/conversations_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/conversations/lead/item/with_lead_item_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/conversations/lead/lead_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/conversations/my/my_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/dispositions/dispositions_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/dispositions/item/dispositions_item_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/dispositions/lead/item/export/export_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/dispositions/lead/lead_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/events/all/all_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/events/all/my/my_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/events/businesses/businesses_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/events/calls/all/all_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/events/calls/all/my/my_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/events/calls/calls_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/events/calls/item/with_call_event_item_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/events/calls/lead/item/with_lead_item_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/events/calls/lead/lead_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/events/calls/phone/item/with_phone_number_item_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/events/calls/phone/phone_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/events/conversations/conversations_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/events/conversations/item/notes/notes_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/events/conversations/item/with_conversation_item_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/events/events_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/events/item/detail/detail_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/events/item/with_event_item_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/events/leads/item/with_lead_item_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/events/leads/leads_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/events/sms/all/all_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/events/sms/all/my/my_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/events/sms/item/with_sms_event_item_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/events/sms/lead/item/with_lead_item_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/events/sms/lead/lead_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/events/sms/phone/item/with_phone_number_item_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/events/sms/phone/phone_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/events/sms/sms_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/feedback/admin/admin_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/feedback/admin/item/admin_item_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/feedback/feedback_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/leadping.egg-info/dependency_links.txt +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/leadping.egg-info/requires.txt +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/leadping.egg-info/top_level.txt +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/leadping_open_api_client.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/leads/all/all_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/leads/all/my/my_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/leads/intake/intake_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/leads/item/archive/archive_post_request_body.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/leads/item/archive/archive_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/leads/item/leads_item_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/leads/item/tags/item/with_tag_item_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/leads/item/tags/tags_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/leads/item/unarchive/unarchive_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/leads/item/workflow_status/workflow_status_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/leads/leads_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/accept_business_invitation_request.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/activation_domain_option.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/activation_launch_review_status.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/activation_onboarding_status.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/activation_payment_status.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/activation_subscription_status.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/activation_telephony_status.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/activation_timeline_event.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/admin_enablement_override.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/analytics_comparison.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/analytics_date_range.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/analytics_trend_point_ofdecimal.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/analytics_trend_point_ofint.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/automation_action.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/automation_action_run_record.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/automation_action_settings.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/automation_condition.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/automation_condition_group.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/automation_condition_settings.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/automation_preview_action_result.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/automation_preview_condition_result.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/automation_preview_request.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/automation_preview_response.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/automation_preview_response_sample_payload.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/automation_request.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/automation_request_admin_enablement_override.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/automation_request_snapshot.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/automation_response.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/automation_response_admin_enablement_override.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/automation_response_business.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/automation_response_user.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/automation_run_record.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/automation_run_record_context_snapshot.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/automation_table_row.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/automation_table_row_admin_enablement_override.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/automation_table_row_business.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/automation_table_row_user.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/automation_trigger.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/automation_trigger_settings.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/automation_validation_result.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/automation_workflow_action_response.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/automation_workflow_event_response.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/automation_workflow_run_response.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/automation_workflow_status_response.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/billable_unit.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/billing_plan.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/business_activation_state.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/business_activation_state_ten_dlc_draft.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/business_compliance_policy.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/business_invitation_request.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/business_invitation_response.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/business_invitation_status.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/business_invitation_table_row.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/business_request_activation.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/business_request_address.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/business_request_admin_enablement_override.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/business_request_billing_plan.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/business_request_compliance_policy.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/business_request_ein_document.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/business_request_setup_step.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/business_request_status.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/business_request_stripe_info.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/business_request_subscription_status.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/business_response_activation.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/business_response_address.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/business_response_admin_enablement_override.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/business_response_billing_plan.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/business_response_compliance_policy.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/business_response_ein_document.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/business_response_setup_step.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/business_response_site.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/business_response_status.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/business_response_stripe_info.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/business_response_subscription_status.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/business_response_user.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/business_stripe_info.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/business_stripe_info_cancellation.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/business_stripe_info_dunning.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/business_switch_option.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/business_switch_option_activation_status.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/business_switch_option_business_status.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/business_switch_request.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/business_user_request.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/business_user_response.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/business_user_role.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/business_user_table_row.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/call_event_table_row.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/call_event_table_row_metadata.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/call_event_table_row_status.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/change_billing_plan_request.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/compliance_update_request.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/compliance_update_request_compliance.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/contact_request.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/contact_response.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/conversation_response.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/conversation_response_current_disposition.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/conversation_response_phone_number.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/conversation_response_status.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/coordinate.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/create_note_request.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/current_disposition_summary.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/current_disposition_summary_category.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/current_disposition_summary_source.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/customer_activation_health.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/customer_activation_health_item.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/customer_activation_status.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/customer_analytics_response.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/customer_analytics_summary.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/customer_automation_health.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/customer_automation_health_last_failure.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/customer_communication_usage.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/customer_communication_usage_point.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/customer_failing_automation.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/customer_lead_source_breakdown.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/customer_lead_trend.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/customer_needs_attention_item.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/customer_response_metrics.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/disposition_export_response.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/disposition_export_row.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/disposition_export_row_category.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/disposition_export_row_change_source.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/disposition_request.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/disposition_request_category.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/disposition_request_change_source.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/disposition_response.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/disposition_response_category.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/disposition_response_change_source.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/eligible_outgoing_number_response.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/eligible_outgoing_number_response_health_status.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/event_detail_response.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/event_detail_response_status.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/event_detail_response_timeline_type.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/event_detail_response_user.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/event_table_row.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/event_table_row_selection_reason.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/event_table_row_status.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/event_table_row_traffic_type.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/event_timeline_type.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/exact_match_filter.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/feedback_admin_update_request.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/feedback_admin_update_request_status.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/feedback_admin_update_request_type.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/feedback_create_request.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/feedback_create_request_type.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/feedback_response.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/feedback_status.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/feedback_type.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/id_name_pair.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/id_name_value.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/internal_phone_number_status.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/lead_archive_request.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/lead_contact.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/lead_contact_coordinate.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/lead_contact_phone.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/lead_contact_street_address.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/lead_intake_request.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/lead_intake_request_source_metadata.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/lead_metadata.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/lead_metadata_source_metadata.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/lead_profile.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/lead_profile_employment_type.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/lead_profile_gender.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/lead_profile_marital_status.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/lead_request.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/lead_request_admin_enablement_override.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/lead_response.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/lead_response_admin_enablement_override.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/lead_response_current_disposition.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/lead_table_row.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/lead_table_row_admin_enablement_override.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/lead_table_row_current_disposition.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/lead_tags_request.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/mobile_device_preferences.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/notification_priority.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/notification_table_row.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/notification_type.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/order_by_option.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/order_by_option_direction.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/outbound_capacity_overview.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/outbound_delivery_channel.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/outbound_delivery_source.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/outbound_delivery_status.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/outbound_queue_item.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/outbound_queue_item_reason_code.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/outgoing_number_manual_override_request.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/outgoing_number_selection_reason.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/outgoing_number_selection_request.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/outgoing_number_selection_request_channel.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/outgoing_number_selection_response.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/outgoing_number_selection_response_health_status.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/outgoing_number_selection_response_selection_reason.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/paged_result_of_automation_table_row.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/paged_result_of_call_event_table_row.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/paged_result_of_conversation_response.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/paged_result_of_event_table_row.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/paged_result_of_feedback_response.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/paged_result_of_lead_table_row.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/paged_result_of_notification_table_row.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/paged_result_of_phone_number_table_row.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/paged_result_of_sms_event_table_row.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/paged_result_of_source_table_row.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/paged_result_of_transaction_table_row.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/paged_result_of_usage_ledger_table_row.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/phone.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/phone_lookup.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/phone_lookup_carrier_type.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/phone_lookup_line_type.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/phone_lookup_location.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/phone_number_availability_request.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/phone_number_availability_response.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/phone_number_availability_response_location.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/phone_number_billing_attribution.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/phone_number_capabilities.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/phone_number_event_record.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/phone_number_event_record_state.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/phone_number_inventory_state.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/phone_number_location.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/phone_number_location_coordinate.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/phone_number_messaging_event_response.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/phone_number_opt_out_metrics_response.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/phone_number_outbound_health_status.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/phone_number_provider_lifecycle_state.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/phone_number_request.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/phone_number_request_admin_enablement_override.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/phone_number_response.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/phone_number_response_admin_enablement_override.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/phone_number_response_business.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/phone_number_response_call_warmup_stage.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/phone_number_response_call_warmup_state.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/phone_number_response_health_status.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/phone_number_response_location.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/phone_number_response_user.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/phone_number_response_warmup_state.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/phone_number_routing_metadata.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/phone_number_search_request.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/phone_number_search_request_location.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/phone_number_search_response.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/phone_number_search_result.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/phone_number_search_result_location.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/phone_number_status_response_call_warmup.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/phone_number_status_response_sms_warmup.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/phone_number_table_row_admin_enablement_override.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/phone_number_table_row_health_status.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/phone_number_table_row_warmup_state.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/phone_number_ten_dlc_association.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/phone_number_traffic_metrics_response.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/phone_number_traffic_trend_point.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/phone_number_warmup_call_response.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/phone_number_warmup_call_status.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/phone_number_warmup_health_status.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/phone_number_warmup_stage.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/phone_number_warmup_status_response.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/problem_details.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/range_filter.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/request_data_options.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/send_sms_request.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/send_sms_request_outbound_priority.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/send_sms_request_outbound_source.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/send_sms_request_selection_reason.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/sms_event_table_row.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/sms_event_table_row_outbound_source.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/sms_event_table_row_status.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/sms_event_table_row_traffic_type.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/sms_response.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/sms_response_selection_reason.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/sms_response_status.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/sms_response_traffic_type.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/sms_warmup_action_response.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/sms_warmup_action_status.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/sms_warmup_action_type.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/sms_warmup_health_state.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/sms_warmup_status_response.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/sms_warmup_ui_state.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/source_metrics_response.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/source_request.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/source_request_admin_enablement_override.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/source_response_admin_enablement_override.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/source_response_business.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/source_response_created_by_user.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/source_response_modified_by_user.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/source_response_user.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/source_table_row_admin_enablement_override.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/source_table_row_business.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/source_table_row_created_by_user.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/source_table_row_modified_by_user.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/source_table_row_user.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/street_address.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/stripe_payment_method_response.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/tag_request.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/tag_response.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/tag_summary.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/ten_dlc_application_draft.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/ten_dlc_application_status.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/transaction_response.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/transaction_response_metadata.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/transaction_status.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/transaction_table_row.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/transaction_type.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/trusted_form_certificate.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/usage_channel.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/usage_counter_line.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/usage_ledger_table_row.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/usage_record_status.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/usage_summary_line.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/usage_summary_response.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/user_compliance.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/user_data_export_file.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/user_data_export_response.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/user_data_export_statuses.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/user_dunning_info.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/user_identity.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/user_notification_preferences.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/user_request.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/user_request_billing_plan.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/user_request_business.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/user_request_compliance.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/user_request_current_business.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/user_request_notification_preferences.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/user_request_subscription_status.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/user_response.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/user_response_billing_plan.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/user_response_business.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/user_response_compliance.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/user_response_current_business.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/user_response_notification_preferences.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/user_response_stripe_info.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/user_response_subscription_status.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/user_stripe_info.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/user_stripe_info_cancellation.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/user_stripe_info_dunning.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/user_subscription_cancellation_info.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/wallet_response.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/wallet_response_credit_status.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/wallet_response_source_type.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/models/website_lifecycle_status.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/notifications/announcements/announcements_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/notifications/item/mark_read/mark_read_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/notifications/item/notifications_item_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/notifications/mark_all_read/mark_all_read_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/notifications/me/me_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/notifications/notifications_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/notifications/unread_count/unread_count_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/outbound/outbound_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/outbound/overview/overview_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/payment_methods/item/payment_methods_item_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/payment_methods/payment_methods_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/phone_numbers/is_available_for_purchase/is_available_for_purchase_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/phone_numbers/item/phone_number_item_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/phone_numbers/item/status/status_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/phone_numbers/item/warmup/warmup_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/phone_numbers/outgoing/conversation/conversation_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/phone_numbers/outgoing/conversation/item/override/override_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/phone_numbers/outgoing/conversation/item/with_conversation_item_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/phone_numbers/outgoing/manual_override/manual_override_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/phone_numbers/outgoing/new/new_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/phone_numbers/outgoing/outgoing_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/phone_numbers/phone_numbers_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/phone_numbers/search/search_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/pyproject.toml +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/reports/exports/exports_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/reports/exports/item/download/download_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/reports/exports/item/with_export_item_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/reports/exports/my/my_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/reports/reports_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/setup.cfg +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/setup.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/sms/item/cancel/cancel_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/sms/item/with_sms_event_item_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/sms/send/send_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/sms/sms_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/sources/all/all_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/sources/all/my/my_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/sources/item/sources_item_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/sources/sources_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/tags/item/tags_item_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/tags/tags_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/transactions/all/all_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/transactions/all/my/my_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/transactions/item/transactions_item_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/transactions/transactions_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/usage/all/all_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/usage/all/my/my_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/usage/summary/my/my_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/usage/summary/summary_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/usage/usage_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/users/change_billing_plan/change_billing_plan_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/users/compliance/compliance_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/users/me/last_login/last_login_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/users/me/me_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/users/me/paymentmethod/paymentmethod_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/users/users_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/wallets/item/wallets_item_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/wallets/me/me_request_builder.py +0 -0
- {leadping-1.0.6 → leadping-1.0.8}/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.8
|
|
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
|
|
@@ -33,7 +33,7 @@ class WithLeadItemRequestBuilder(BaseRequestBuilder):
|
|
|
33
33
|
|
|
34
34
|
async def get(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[list[DispositionResponse]]:
|
|
35
35
|
"""
|
|
36
|
-
Lists disposition history for one lead
|
|
36
|
+
Lists disposition outcome history for one lead, including prior outcomes, notes, follow-up context, timestamps, and actor details used for audit review.
|
|
37
37
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
|
38
38
|
Returns: Optional[list[DispositionResponse]]
|
|
39
39
|
"""
|
|
@@ -53,7 +53,7 @@ class WithLeadItemRequestBuilder(BaseRequestBuilder):
|
|
|
53
53
|
|
|
54
54
|
def to_get_request_information(self,request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
|
|
55
55
|
"""
|
|
56
|
-
Lists disposition history for one lead
|
|
56
|
+
Lists disposition outcome history for one lead, including prior outcomes, notes, follow-up context, timestamps, and actor details used for audit review.
|
|
57
57
|
param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
|
|
58
58
|
Returns: RequestInformation
|
|
59
59
|
"""
|
{leadping-1.0.6 → leadping-1.0.8}/events/businesses/item/with_business_item_request_builder.py
RENAMED
|
@@ -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,9 +30,9 @@ class WithBusinessItemRequestBuilder(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/businesses/{businessId}", path_parameters)
|
|
33
|
+
super().__init__(request_adapter, "{+baseurl}/events/businesses/{businessId}{?endAt*,startAt*}", path_parameters)
|
|
33
34
|
|
|
34
|
-
async def post(self,body: RequestDataOptions, request_configuration: Optional[RequestConfiguration[
|
|
35
|
+
async def post(self,body: RequestDataOptions, request_configuration: Optional[RequestConfiguration[WithBusinessItemRequestBuilderPostQueryParameters]] = None) -> Optional[PagedResultOfEventTableRow]:
|
|
35
36
|
"""
|
|
36
37
|
Lists event records for a business with paging and filters so admins can review lead communication and automation events.
|
|
37
38
|
param body: Options for flexible, efficient, and explicit querying in Cosmos DB or similar repositories.
|
|
@@ -54,7 +55,7 @@ class WithBusinessItemRequestBuilder(BaseRequestBuilder):
|
|
|
54
55
|
|
|
55
56
|
return await self.request_adapter.send_async(request_info, PagedResultOfEventTableRow, error_mapping)
|
|
56
57
|
|
|
57
|
-
def to_post_request_information(self,body: RequestDataOptions, request_configuration: Optional[RequestConfiguration[
|
|
58
|
+
def to_post_request_information(self,body: RequestDataOptions, request_configuration: Optional[RequestConfiguration[WithBusinessItemRequestBuilderPostQueryParameters]] = None) -> RequestInformation:
|
|
58
59
|
"""
|
|
59
60
|
Lists event records for a business with paging and filters so admins can review lead communication and automation events.
|
|
60
61
|
param body: Options for flexible, efficient, and explicit querying in Cosmos DB or similar repositories.
|
|
@@ -80,7 +81,31 @@ class WithBusinessItemRequestBuilder(BaseRequestBuilder):
|
|
|
80
81
|
return WithBusinessItemRequestBuilder(self.request_adapter, raw_url)
|
|
81
82
|
|
|
82
83
|
@dataclass
|
|
83
|
-
class
|
|
84
|
+
class WithBusinessItemRequestBuilderPostQueryParameters():
|
|
85
|
+
"""
|
|
86
|
+
Lists event records for a business with paging and filters so admins can review lead communication and automation events.
|
|
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
|
+
return original_name
|
|
101
|
+
|
|
102
|
+
end_at: Optional[datetime.datetime] = None
|
|
103
|
+
|
|
104
|
+
start_at: Optional[datetime.datetime] = None
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
@dataclass
|
|
108
|
+
class WithBusinessItemRequestBuilderPostRequestConfiguration(RequestConfiguration[WithBusinessItemRequestBuilderPostQueryParameters]):
|
|
84
109
|
"""
|
|
85
110
|
Configuration for the request such as headers, query parameters, and middleware options.
|
|
86
111
|
"""
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: leadping
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.8
|
|
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
|
|
@@ -136,6 +136,7 @@ setup.py
|
|
|
136
136
|
./models/business_request_activation.py
|
|
137
137
|
./models/business_request_address.py
|
|
138
138
|
./models/business_request_admin_enablement_override.py
|
|
139
|
+
./models/business_request_billing_address.py
|
|
139
140
|
./models/business_request_billing_plan.py
|
|
140
141
|
./models/business_request_compliance_policy.py
|
|
141
142
|
./models/business_request_ein_document.py
|
|
@@ -147,6 +148,7 @@ setup.py
|
|
|
147
148
|
./models/business_response_activation.py
|
|
148
149
|
./models/business_response_address.py
|
|
149
150
|
./models/business_response_admin_enablement_override.py
|
|
151
|
+
./models/business_response_billing_address.py
|
|
150
152
|
./models/business_response_billing_plan.py
|
|
151
153
|
./models/business_response_compliance_policy.py
|
|
152
154
|
./models/business_response_ein_document.py
|
|
@@ -323,9 +325,12 @@ setup.py
|
|
|
323
325
|
./models/phone_number_search_result_location.py
|
|
324
326
|
./models/phone_number_status_response.py
|
|
325
327
|
./models/phone_number_status_response_call_warmup.py
|
|
328
|
+
./models/phone_number_status_response_outbound_capacity.py
|
|
326
329
|
./models/phone_number_status_response_sms_warmup.py
|
|
327
330
|
./models/phone_number_table_row.py
|
|
328
331
|
./models/phone_number_table_row_admin_enablement_override.py
|
|
332
|
+
./models/phone_number_table_row_call_warmup_stage.py
|
|
333
|
+
./models/phone_number_table_row_call_warmup_state.py
|
|
329
334
|
./models/phone_number_table_row_health_status.py
|
|
330
335
|
./models/phone_number_table_row_warmup_state.py
|
|
331
336
|
./models/phone_number_ten_dlc_association.py
|
|
@@ -434,7 +439,7 @@ setup.py
|
|
|
434
439
|
./payment_methods/item/payment_methods_item_request_builder.py
|
|
435
440
|
./phone_numbers/phone_numbers_request_builder.py
|
|
436
441
|
./phone_numbers/all/all_request_builder.py
|
|
437
|
-
./phone_numbers/all/
|
|
442
|
+
./phone_numbers/all/business/business_request_builder.py
|
|
438
443
|
./phone_numbers/is_available_for_purchase/is_available_for_purchase_request_builder.py
|
|
439
444
|
./phone_numbers/item/phone_number_item_request_builder.py
|
|
440
445
|
./phone_numbers/item/status/status_request_builder.py
|
|
@@ -614,6 +619,7 @@ models/business_request.py
|
|
|
614
619
|
models/business_request_activation.py
|
|
615
620
|
models/business_request_address.py
|
|
616
621
|
models/business_request_admin_enablement_override.py
|
|
622
|
+
models/business_request_billing_address.py
|
|
617
623
|
models/business_request_billing_plan.py
|
|
618
624
|
models/business_request_compliance_policy.py
|
|
619
625
|
models/business_request_ein_document.py
|
|
@@ -625,6 +631,7 @@ models/business_response.py
|
|
|
625
631
|
models/business_response_activation.py
|
|
626
632
|
models/business_response_address.py
|
|
627
633
|
models/business_response_admin_enablement_override.py
|
|
634
|
+
models/business_response_billing_address.py
|
|
628
635
|
models/business_response_billing_plan.py
|
|
629
636
|
models/business_response_compliance_policy.py
|
|
630
637
|
models/business_response_ein_document.py
|
|
@@ -801,9 +808,12 @@ models/phone_number_search_result.py
|
|
|
801
808
|
models/phone_number_search_result_location.py
|
|
802
809
|
models/phone_number_status_response.py
|
|
803
810
|
models/phone_number_status_response_call_warmup.py
|
|
811
|
+
models/phone_number_status_response_outbound_capacity.py
|
|
804
812
|
models/phone_number_status_response_sms_warmup.py
|
|
805
813
|
models/phone_number_table_row.py
|
|
806
814
|
models/phone_number_table_row_admin_enablement_override.py
|
|
815
|
+
models/phone_number_table_row_call_warmup_stage.py
|
|
816
|
+
models/phone_number_table_row_call_warmup_state.py
|
|
807
817
|
models/phone_number_table_row_health_status.py
|
|
808
818
|
models/phone_number_table_row_warmup_state.py
|
|
809
819
|
models/phone_number_ten_dlc_association.py
|
|
@@ -912,7 +922,7 @@ payment_methods/payment_methods_request_builder.py
|
|
|
912
922
|
payment_methods/item/payment_methods_item_request_builder.py
|
|
913
923
|
phone_numbers/phone_numbers_request_builder.py
|
|
914
924
|
phone_numbers/all/all_request_builder.py
|
|
915
|
-
phone_numbers/all/
|
|
925
|
+
phone_numbers/all/business/business_request_builder.py
|
|
916
926
|
phone_numbers/is_available_for_purchase/is_available_for_purchase_request_builder.py
|
|
917
927
|
phone_numbers/item/phone_number_item_request_builder.py
|
|
918
928
|
phone_numbers/item/status/status_request_builder.py
|
|
@@ -8,6 +8,7 @@ if TYPE_CHECKING:
|
|
|
8
8
|
from .business_request_activation import BusinessRequest_activation
|
|
9
9
|
from .business_request_address import BusinessRequest_address
|
|
10
10
|
from .business_request_admin_enablement_override import BusinessRequest_adminEnablementOverride
|
|
11
|
+
from .business_request_billing_address import BusinessRequest_billingAddress
|
|
11
12
|
from .business_request_billing_plan import BusinessRequest_billingPlan
|
|
12
13
|
from .business_request_compliance_policy import BusinessRequest_compliancePolicy
|
|
13
14
|
from .business_request_ein_document import BusinessRequest_einDocument
|
|
@@ -33,6 +34,10 @@ class BusinessRequest(AdditionalDataHolder, Parsable):
|
|
|
33
34
|
admin_enablement_override: Optional[BusinessRequest_adminEnablementOverride] = None
|
|
34
35
|
# Indicates whether automatic wallet refill is enabled for the business.
|
|
35
36
|
auto_refill_enabled: Optional[bool] = None
|
|
37
|
+
# Postal address used for invoices, receipts, and payment processor billing records.
|
|
38
|
+
billing_address: Optional[BusinessRequest_billingAddress] = None
|
|
39
|
+
# Name used for invoices, receipts, and payment processor billing records.
|
|
40
|
+
billing_name: Optional[str] = None
|
|
36
41
|
# Defines the supported Billing Plan values.
|
|
37
42
|
billing_plan: Optional[BusinessRequest_billingPlan] = None
|
|
38
43
|
# Compliance policy configuration for the business.
|
|
@@ -89,6 +94,7 @@ class BusinessRequest(AdditionalDataHolder, Parsable):
|
|
|
89
94
|
from .business_request_activation import BusinessRequest_activation
|
|
90
95
|
from .business_request_address import BusinessRequest_address
|
|
91
96
|
from .business_request_admin_enablement_override import BusinessRequest_adminEnablementOverride
|
|
97
|
+
from .business_request_billing_address import BusinessRequest_billingAddress
|
|
92
98
|
from .business_request_billing_plan import BusinessRequest_billingPlan
|
|
93
99
|
from .business_request_compliance_policy import BusinessRequest_compliancePolicy
|
|
94
100
|
from .business_request_ein_document import BusinessRequest_einDocument
|
|
@@ -101,6 +107,7 @@ class BusinessRequest(AdditionalDataHolder, Parsable):
|
|
|
101
107
|
from .business_request_activation import BusinessRequest_activation
|
|
102
108
|
from .business_request_address import BusinessRequest_address
|
|
103
109
|
from .business_request_admin_enablement_override import BusinessRequest_adminEnablementOverride
|
|
110
|
+
from .business_request_billing_address import BusinessRequest_billingAddress
|
|
104
111
|
from .business_request_billing_plan import BusinessRequest_billingPlan
|
|
105
112
|
from .business_request_compliance_policy import BusinessRequest_compliancePolicy
|
|
106
113
|
from .business_request_ein_document import BusinessRequest_einDocument
|
|
@@ -115,6 +122,8 @@ class BusinessRequest(AdditionalDataHolder, Parsable):
|
|
|
115
122
|
"address": lambda n : setattr(self, 'address', n.get_object_value(BusinessRequest_address)),
|
|
116
123
|
"adminEnablementOverride": lambda n : setattr(self, 'admin_enablement_override', n.get_object_value(BusinessRequest_adminEnablementOverride)),
|
|
117
124
|
"autoRefillEnabled": lambda n : setattr(self, 'auto_refill_enabled', n.get_bool_value()),
|
|
125
|
+
"billingAddress": lambda n : setattr(self, 'billing_address', n.get_object_value(BusinessRequest_billingAddress)),
|
|
126
|
+
"billingName": lambda n : setattr(self, 'billing_name', n.get_str_value()),
|
|
118
127
|
"billingPlan": lambda n : setattr(self, 'billing_plan', n.get_enum_value(BusinessRequest_billingPlan)),
|
|
119
128
|
"compliancePolicy": lambda n : setattr(self, 'compliance_policy', n.get_object_value(BusinessRequest_compliancePolicy)),
|
|
120
129
|
"description": lambda n : setattr(self, 'description', n.get_str_value()),
|
|
@@ -148,6 +157,8 @@ class BusinessRequest(AdditionalDataHolder, Parsable):
|
|
|
148
157
|
writer.write_object_value("address", self.address)
|
|
149
158
|
writer.write_object_value("adminEnablementOverride", self.admin_enablement_override)
|
|
150
159
|
writer.write_bool_value("autoRefillEnabled", self.auto_refill_enabled)
|
|
160
|
+
writer.write_object_value("billingAddress", self.billing_address)
|
|
161
|
+
writer.write_str_value("billingName", self.billing_name)
|
|
151
162
|
writer.write_enum_value("billingPlan", self.billing_plan)
|
|
152
163
|
writer.write_object_value("compliancePolicy", self.compliance_policy)
|
|
153
164
|
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 .street_address import StreetAddress
|
|
9
|
+
|
|
10
|
+
from .street_address import StreetAddress
|
|
11
|
+
|
|
12
|
+
@dataclass
|
|
13
|
+
class BusinessRequest_billingAddress(StreetAddress, Parsable):
|
|
14
|
+
"""
|
|
15
|
+
Postal address used for invoices, receipts, and payment processor billing records.
|
|
16
|
+
"""
|
|
17
|
+
|
|
18
|
+
@staticmethod
|
|
19
|
+
def create_from_discriminator_value(parse_node: ParseNode) -> BusinessRequest_billingAddress:
|
|
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: BusinessRequest_billingAddress
|
|
24
|
+
"""
|
|
25
|
+
if parse_node is None:
|
|
26
|
+
raise TypeError("parse_node cannot be null.")
|
|
27
|
+
return BusinessRequest_billingAddress()
|
|
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 .street_address import StreetAddress
|
|
35
|
+
|
|
36
|
+
from .street_address import StreetAddress
|
|
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
|
+
|
|
@@ -9,6 +9,7 @@ if TYPE_CHECKING:
|
|
|
9
9
|
from .business_response_activation import BusinessResponse_activation
|
|
10
10
|
from .business_response_address import BusinessResponse_address
|
|
11
11
|
from .business_response_admin_enablement_override import BusinessResponse_adminEnablementOverride
|
|
12
|
+
from .business_response_billing_address import BusinessResponse_billingAddress
|
|
12
13
|
from .business_response_billing_plan import BusinessResponse_billingPlan
|
|
13
14
|
from .business_response_compliance_policy import BusinessResponse_compliancePolicy
|
|
14
15
|
from .business_response_ein_document import BusinessResponse_einDocument
|
|
@@ -38,6 +39,10 @@ class BusinessResponse(AdditionalDataHolder, Parsable):
|
|
|
38
39
|
admin_enablement_override: Optional[BusinessResponse_adminEnablementOverride] = None
|
|
39
40
|
# Indicates whether automatic wallet refill is enabled for the business.
|
|
40
41
|
auto_refill_enabled: Optional[bool] = None
|
|
42
|
+
# Postal address used for invoices, receipts, and payment processor billing records.
|
|
43
|
+
billing_address: Optional[BusinessResponse_billingAddress] = None
|
|
44
|
+
# Name used for invoices, receipts, and payment processor billing records.
|
|
45
|
+
billing_name: Optional[str] = None
|
|
41
46
|
# Defines the supported Billing Plan values.
|
|
42
47
|
billing_plan: Optional[BusinessResponse_billingPlan] = None
|
|
43
48
|
# Compliance policy configuration for the business.
|
|
@@ -102,6 +107,7 @@ class BusinessResponse(AdditionalDataHolder, Parsable):
|
|
|
102
107
|
from .business_response_activation import BusinessResponse_activation
|
|
103
108
|
from .business_response_address import BusinessResponse_address
|
|
104
109
|
from .business_response_admin_enablement_override import BusinessResponse_adminEnablementOverride
|
|
110
|
+
from .business_response_billing_address import BusinessResponse_billingAddress
|
|
105
111
|
from .business_response_billing_plan import BusinessResponse_billingPlan
|
|
106
112
|
from .business_response_compliance_policy import BusinessResponse_compliancePolicy
|
|
107
113
|
from .business_response_ein_document import BusinessResponse_einDocument
|
|
@@ -116,6 +122,7 @@ class BusinessResponse(AdditionalDataHolder, Parsable):
|
|
|
116
122
|
from .business_response_activation import BusinessResponse_activation
|
|
117
123
|
from .business_response_address import BusinessResponse_address
|
|
118
124
|
from .business_response_admin_enablement_override import BusinessResponse_adminEnablementOverride
|
|
125
|
+
from .business_response_billing_address import BusinessResponse_billingAddress
|
|
119
126
|
from .business_response_billing_plan import BusinessResponse_billingPlan
|
|
120
127
|
from .business_response_compliance_policy import BusinessResponse_compliancePolicy
|
|
121
128
|
from .business_response_ein_document import BusinessResponse_einDocument
|
|
@@ -133,6 +140,8 @@ class BusinessResponse(AdditionalDataHolder, Parsable):
|
|
|
133
140
|
"address": lambda n : setattr(self, 'address', n.get_object_value(BusinessResponse_address)),
|
|
134
141
|
"adminEnablementOverride": lambda n : setattr(self, 'admin_enablement_override', n.get_object_value(BusinessResponse_adminEnablementOverride)),
|
|
135
142
|
"autoRefillEnabled": lambda n : setattr(self, 'auto_refill_enabled', n.get_bool_value()),
|
|
143
|
+
"billingAddress": lambda n : setattr(self, 'billing_address', n.get_object_value(BusinessResponse_billingAddress)),
|
|
144
|
+
"billingName": lambda n : setattr(self, 'billing_name', n.get_str_value()),
|
|
136
145
|
"billingPlan": lambda n : setattr(self, 'billing_plan', n.get_enum_value(BusinessResponse_billingPlan)),
|
|
137
146
|
"compliancePolicy": lambda n : setattr(self, 'compliance_policy', n.get_object_value(BusinessResponse_compliancePolicy)),
|
|
138
147
|
"createdAt": lambda n : setattr(self, 'created_at', n.get_datetime_value()),
|
|
@@ -171,6 +180,8 @@ class BusinessResponse(AdditionalDataHolder, Parsable):
|
|
|
171
180
|
writer.write_object_value("address", self.address)
|
|
172
181
|
writer.write_object_value("adminEnablementOverride", self.admin_enablement_override)
|
|
173
182
|
writer.write_bool_value("autoRefillEnabled", self.auto_refill_enabled)
|
|
183
|
+
writer.write_object_value("billingAddress", self.billing_address)
|
|
184
|
+
writer.write_str_value("billingName", self.billing_name)
|
|
174
185
|
writer.write_enum_value("billingPlan", self.billing_plan)
|
|
175
186
|
writer.write_object_value("compliancePolicy", self.compliance_policy)
|
|
176
187
|
writer.write_datetime_value("createdAt", self.created_at)
|
|
@@ -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 .street_address import StreetAddress
|
|
9
|
+
|
|
10
|
+
from .street_address import StreetAddress
|
|
11
|
+
|
|
12
|
+
@dataclass
|
|
13
|
+
class BusinessResponse_billingAddress(StreetAddress, Parsable):
|
|
14
|
+
"""
|
|
15
|
+
Postal address used for invoices, receipts, and payment processor billing records.
|
|
16
|
+
"""
|
|
17
|
+
|
|
18
|
+
@staticmethod
|
|
19
|
+
def create_from_discriminator_value(parse_node: ParseNode) -> BusinessResponse_billingAddress:
|
|
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_billingAddress
|
|
24
|
+
"""
|
|
25
|
+
if parse_node is None:
|
|
26
|
+
raise TypeError("parse_node cannot be null.")
|
|
27
|
+
return BusinessResponse_billingAddress()
|
|
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 .street_address import StreetAddress
|
|
35
|
+
|
|
36
|
+
from .street_address import StreetAddress
|
|
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
|
+
|
|
@@ -18,10 +18,30 @@ class OutboundPhoneNumberCapacity(AdditionalDataHolder, Parsable):
|
|
|
18
18
|
phone_number: Optional[str] = None
|
|
19
19
|
# The phoneNumberId property
|
|
20
20
|
phone_number_id: Optional[str] = None
|
|
21
|
+
# The smsLimitThisHour property
|
|
22
|
+
sms_limit_this_hour: Optional[int] = None
|
|
23
|
+
# The smsLimitToday property
|
|
24
|
+
sms_limit_today: Optional[int] = None
|
|
25
|
+
# The smsRemainingThisHour property
|
|
26
|
+
sms_remaining_this_hour: Optional[int] = None
|
|
21
27
|
# The smsRemainingToday property
|
|
22
28
|
sms_remaining_today: Optional[int] = None
|
|
29
|
+
# The smsUsedThisHour property
|
|
30
|
+
sms_used_this_hour: Optional[int] = None
|
|
31
|
+
# The smsUsedToday property
|
|
32
|
+
sms_used_today: Optional[int] = None
|
|
33
|
+
# The voiceLimitThisHour property
|
|
34
|
+
voice_limit_this_hour: Optional[int] = None
|
|
35
|
+
# The voiceLimitToday property
|
|
36
|
+
voice_limit_today: Optional[int] = None
|
|
37
|
+
# The voiceRemainingThisHour property
|
|
38
|
+
voice_remaining_this_hour: Optional[int] = None
|
|
23
39
|
# The voiceRemainingToday property
|
|
24
40
|
voice_remaining_today: Optional[int] = None
|
|
41
|
+
# The voiceUsedThisHour property
|
|
42
|
+
voice_used_this_hour: Optional[int] = None
|
|
43
|
+
# The voiceUsedToday property
|
|
44
|
+
voice_used_today: Optional[int] = None
|
|
25
45
|
|
|
26
46
|
@staticmethod
|
|
27
47
|
def create_from_discriminator_value(parse_node: ParseNode) -> OutboundPhoneNumberCapacity:
|
|
@@ -47,8 +67,18 @@ class OutboundPhoneNumberCapacity(AdditionalDataHolder, Parsable):
|
|
|
47
67
|
"healthStatus": lambda n : setattr(self, 'health_status', n.get_enum_value(PhoneNumberOutboundHealthStatus)),
|
|
48
68
|
"phoneNumber": lambda n : setattr(self, 'phone_number', n.get_str_value()),
|
|
49
69
|
"phoneNumberId": lambda n : setattr(self, 'phone_number_id', n.get_str_value()),
|
|
70
|
+
"smsLimitThisHour": lambda n : setattr(self, 'sms_limit_this_hour', n.get_int_value()),
|
|
71
|
+
"smsLimitToday": lambda n : setattr(self, 'sms_limit_today', n.get_int_value()),
|
|
72
|
+
"smsRemainingThisHour": lambda n : setattr(self, 'sms_remaining_this_hour', n.get_int_value()),
|
|
50
73
|
"smsRemainingToday": lambda n : setattr(self, 'sms_remaining_today', n.get_int_value()),
|
|
74
|
+
"smsUsedThisHour": lambda n : setattr(self, 'sms_used_this_hour', n.get_int_value()),
|
|
75
|
+
"smsUsedToday": lambda n : setattr(self, 'sms_used_today', n.get_int_value()),
|
|
76
|
+
"voiceLimitThisHour": lambda n : setattr(self, 'voice_limit_this_hour', n.get_int_value()),
|
|
77
|
+
"voiceLimitToday": lambda n : setattr(self, 'voice_limit_today', n.get_int_value()),
|
|
78
|
+
"voiceRemainingThisHour": lambda n : setattr(self, 'voice_remaining_this_hour', n.get_int_value()),
|
|
51
79
|
"voiceRemainingToday": lambda n : setattr(self, 'voice_remaining_today', n.get_int_value()),
|
|
80
|
+
"voiceUsedThisHour": lambda n : setattr(self, 'voice_used_this_hour', n.get_int_value()),
|
|
81
|
+
"voiceUsedToday": lambda n : setattr(self, 'voice_used_today', n.get_int_value()),
|
|
52
82
|
}
|
|
53
83
|
return fields
|
|
54
84
|
|
|
@@ -63,8 +93,18 @@ class OutboundPhoneNumberCapacity(AdditionalDataHolder, Parsable):
|
|
|
63
93
|
writer.write_enum_value("healthStatus", self.health_status)
|
|
64
94
|
writer.write_str_value("phoneNumber", self.phone_number)
|
|
65
95
|
writer.write_str_value("phoneNumberId", self.phone_number_id)
|
|
96
|
+
writer.write_int_value("smsLimitThisHour", self.sms_limit_this_hour)
|
|
97
|
+
writer.write_int_value("smsLimitToday", self.sms_limit_today)
|
|
98
|
+
writer.write_int_value("smsRemainingThisHour", self.sms_remaining_this_hour)
|
|
66
99
|
writer.write_int_value("smsRemainingToday", self.sms_remaining_today)
|
|
100
|
+
writer.write_int_value("smsUsedThisHour", self.sms_used_this_hour)
|
|
101
|
+
writer.write_int_value("smsUsedToday", self.sms_used_today)
|
|
102
|
+
writer.write_int_value("voiceLimitThisHour", self.voice_limit_this_hour)
|
|
103
|
+
writer.write_int_value("voiceLimitToday", self.voice_limit_today)
|
|
104
|
+
writer.write_int_value("voiceRemainingThisHour", self.voice_remaining_this_hour)
|
|
67
105
|
writer.write_int_value("voiceRemainingToday", self.voice_remaining_today)
|
|
106
|
+
writer.write_int_value("voiceUsedThisHour", self.voice_used_this_hour)
|
|
107
|
+
writer.write_int_value("voiceUsedToday", self.voice_used_today)
|
|
68
108
|
writer.write_additional_data_value(self.additional_data)
|
|
69
109
|
|
|
70
110
|
|
|
@@ -8,6 +8,7 @@ if TYPE_CHECKING:
|
|
|
8
8
|
from .phone_number_messaging_event_response import PhoneNumberMessagingEventResponse
|
|
9
9
|
from .phone_number_opt_out_metrics_response import PhoneNumberOptOutMetricsResponse
|
|
10
10
|
from .phone_number_status_response_call_warmup import PhoneNumberStatusResponse_callWarmup
|
|
11
|
+
from .phone_number_status_response_outbound_capacity import PhoneNumberStatusResponse_outboundCapacity
|
|
11
12
|
from .phone_number_status_response_sms_warmup import PhoneNumberStatusResponse_smsWarmup
|
|
12
13
|
from .phone_number_traffic_metrics_response import PhoneNumberTrafficMetricsResponse
|
|
13
14
|
|
|
@@ -31,6 +32,8 @@ class PhoneNumberStatusResponse(AdditionalDataHolder, Parsable):
|
|
|
31
32
|
number: Optional[str] = None
|
|
32
33
|
# Recent SMS opt-out metrics used to evaluate sender health and compliance risk.
|
|
33
34
|
opt_out_metrics: Optional[PhoneNumberOptOutMetricsResponse] = None
|
|
35
|
+
# Current outbound SMS and voice capacity for this phone number.
|
|
36
|
+
outbound_capacity: Optional[PhoneNumberStatusResponse_outboundCapacity] = None
|
|
34
37
|
# Recent workflow events returned for timeline and troubleshooting.
|
|
35
38
|
recent_events: Optional[list[PhoneNumberMessagingEventResponse]] = None
|
|
36
39
|
# SMS sender warmup status for this phone number.
|
|
@@ -59,12 +62,14 @@ class PhoneNumberStatusResponse(AdditionalDataHolder, Parsable):
|
|
|
59
62
|
from .phone_number_messaging_event_response import PhoneNumberMessagingEventResponse
|
|
60
63
|
from .phone_number_opt_out_metrics_response import PhoneNumberOptOutMetricsResponse
|
|
61
64
|
from .phone_number_status_response_call_warmup import PhoneNumberStatusResponse_callWarmup
|
|
65
|
+
from .phone_number_status_response_outbound_capacity import PhoneNumberStatusResponse_outboundCapacity
|
|
62
66
|
from .phone_number_status_response_sms_warmup import PhoneNumberStatusResponse_smsWarmup
|
|
63
67
|
from .phone_number_traffic_metrics_response import PhoneNumberTrafficMetricsResponse
|
|
64
68
|
|
|
65
69
|
from .phone_number_messaging_event_response import PhoneNumberMessagingEventResponse
|
|
66
70
|
from .phone_number_opt_out_metrics_response import PhoneNumberOptOutMetricsResponse
|
|
67
71
|
from .phone_number_status_response_call_warmup import PhoneNumberStatusResponse_callWarmup
|
|
72
|
+
from .phone_number_status_response_outbound_capacity import PhoneNumberStatusResponse_outboundCapacity
|
|
68
73
|
from .phone_number_status_response_sms_warmup import PhoneNumberStatusResponse_smsWarmup
|
|
69
74
|
from .phone_number_traffic_metrics_response import PhoneNumberTrafficMetricsResponse
|
|
70
75
|
|
|
@@ -75,6 +80,7 @@ class PhoneNumberStatusResponse(AdditionalDataHolder, Parsable):
|
|
|
75
80
|
"messagesWarmed": lambda n : setattr(self, 'messages_warmed', n.get_int_value()),
|
|
76
81
|
"number": lambda n : setattr(self, 'number', n.get_str_value()),
|
|
77
82
|
"optOutMetrics": lambda n : setattr(self, 'opt_out_metrics', n.get_object_value(PhoneNumberOptOutMetricsResponse)),
|
|
83
|
+
"outboundCapacity": lambda n : setattr(self, 'outbound_capacity', n.get_object_value(PhoneNumberStatusResponse_outboundCapacity)),
|
|
78
84
|
"recentEvents": lambda n : setattr(self, 'recent_events', n.get_collection_of_object_values(PhoneNumberMessagingEventResponse)),
|
|
79
85
|
"smsWarmup": lambda n : setattr(self, 'sms_warmup', n.get_object_value(PhoneNumberStatusResponse_smsWarmup)),
|
|
80
86
|
"trafficMetrics": lambda n : setattr(self, 'traffic_metrics', n.get_object_value(PhoneNumberTrafficMetricsResponse)),
|
|
@@ -96,6 +102,7 @@ class PhoneNumberStatusResponse(AdditionalDataHolder, Parsable):
|
|
|
96
102
|
writer.write_int_value("messagesWarmed", self.messages_warmed)
|
|
97
103
|
writer.write_str_value("number", self.number)
|
|
98
104
|
writer.write_object_value("optOutMetrics", self.opt_out_metrics)
|
|
105
|
+
writer.write_object_value("outboundCapacity", self.outbound_capacity)
|
|
99
106
|
writer.write_collection_of_object_values("recentEvents", self.recent_events)
|
|
100
107
|
writer.write_object_value("smsWarmup", self.sms_warmup)
|
|
101
108
|
writer.write_object_value("trafficMetrics", self.traffic_metrics)
|
|
@@ -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 .outbound_phone_number_capacity import OutboundPhoneNumberCapacity
|
|
9
|
+
|
|
10
|
+
from .outbound_phone_number_capacity import OutboundPhoneNumberCapacity
|
|
11
|
+
|
|
12
|
+
@dataclass
|
|
13
|
+
class PhoneNumberStatusResponse_outboundCapacity(OutboundPhoneNumberCapacity, Parsable):
|
|
14
|
+
"""
|
|
15
|
+
Current outbound SMS and voice capacity for this phone number.
|
|
16
|
+
"""
|
|
17
|
+
|
|
18
|
+
@staticmethod
|
|
19
|
+
def create_from_discriminator_value(parse_node: ParseNode) -> PhoneNumberStatusResponse_outboundCapacity:
|
|
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: PhoneNumberStatusResponse_outboundCapacity
|
|
24
|
+
"""
|
|
25
|
+
if parse_node is None:
|
|
26
|
+
raise TypeError("parse_node cannot be null.")
|
|
27
|
+
return PhoneNumberStatusResponse_outboundCapacity()
|
|
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 .outbound_phone_number_capacity import OutboundPhoneNumberCapacity
|
|
35
|
+
|
|
36
|
+
from .outbound_phone_number_capacity import OutboundPhoneNumberCapacity
|
|
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
|
+
|
|
@@ -9,6 +9,8 @@ if TYPE_CHECKING:
|
|
|
9
9
|
from .phone_number_inventory_state import PhoneNumberInventoryState
|
|
10
10
|
from .phone_number_provider_lifecycle_state import PhoneNumberProviderLifecycleState
|
|
11
11
|
from .phone_number_table_row_admin_enablement_override import PhoneNumberTableRow_adminEnablementOverride
|
|
12
|
+
from .phone_number_table_row_call_warmup_stage import PhoneNumberTableRow_callWarmupStage
|
|
13
|
+
from .phone_number_table_row_call_warmup_state import PhoneNumberTableRow_callWarmupState
|
|
12
14
|
from .phone_number_table_row_health_status import PhoneNumberTableRow_healthStatus
|
|
13
15
|
from .phone_number_table_row_warmup_state import PhoneNumberTableRow_warmupState
|
|
14
16
|
|
|
@@ -26,6 +28,14 @@ class PhoneNumberTableRow(AdditionalDataHolder, Parsable):
|
|
|
26
28
|
billing_attribution: Optional[str] = None
|
|
27
29
|
# Business summary connected to this phone number table row.
|
|
28
30
|
business: Optional[str] = None
|
|
31
|
+
# Unique Leadping business identifier connected to this phone number table row.
|
|
32
|
+
business_id: Optional[str] = None
|
|
33
|
+
# Indicates whether controlled voice call warmup is enabled for this phone number.
|
|
34
|
+
call_warmup_enabled: Optional[bool] = None
|
|
35
|
+
# Defines the supported voice call warmup stages for a Leadping-managed phone number.
|
|
36
|
+
call_warmup_stage: Optional[PhoneNumberTableRow_callWarmupStage] = None
|
|
37
|
+
# Defines the supported health states for controlled internal voice call warmup.
|
|
38
|
+
call_warmup_state: Optional[PhoneNumberTableRow_callWarmupState] = None
|
|
29
39
|
# SMS and voice capabilities available on this phone number.
|
|
30
40
|
capabilities: Optional[str] = None
|
|
31
41
|
# Indicates whether this phone number table row is active and available in the Leadping API.
|
|
@@ -99,6 +109,8 @@ class PhoneNumberTableRow(AdditionalDataHolder, Parsable):
|
|
|
99
109
|
from .phone_number_inventory_state import PhoneNumberInventoryState
|
|
100
110
|
from .phone_number_provider_lifecycle_state import PhoneNumberProviderLifecycleState
|
|
101
111
|
from .phone_number_table_row_admin_enablement_override import PhoneNumberTableRow_adminEnablementOverride
|
|
112
|
+
from .phone_number_table_row_call_warmup_stage import PhoneNumberTableRow_callWarmupStage
|
|
113
|
+
from .phone_number_table_row_call_warmup_state import PhoneNumberTableRow_callWarmupState
|
|
102
114
|
from .phone_number_table_row_health_status import PhoneNumberTableRow_healthStatus
|
|
103
115
|
from .phone_number_table_row_warmup_state import PhoneNumberTableRow_warmupState
|
|
104
116
|
|
|
@@ -106,6 +118,8 @@ class PhoneNumberTableRow(AdditionalDataHolder, Parsable):
|
|
|
106
118
|
from .phone_number_inventory_state import PhoneNumberInventoryState
|
|
107
119
|
from .phone_number_provider_lifecycle_state import PhoneNumberProviderLifecycleState
|
|
108
120
|
from .phone_number_table_row_admin_enablement_override import PhoneNumberTableRow_adminEnablementOverride
|
|
121
|
+
from .phone_number_table_row_call_warmup_stage import PhoneNumberTableRow_callWarmupStage
|
|
122
|
+
from .phone_number_table_row_call_warmup_state import PhoneNumberTableRow_callWarmupState
|
|
109
123
|
from .phone_number_table_row_health_status import PhoneNumberTableRow_healthStatus
|
|
110
124
|
from .phone_number_table_row_warmup_state import PhoneNumberTableRow_warmupState
|
|
111
125
|
|
|
@@ -113,6 +127,10 @@ class PhoneNumberTableRow(AdditionalDataHolder, Parsable):
|
|
|
113
127
|
"adminEnablementOverride": lambda n : setattr(self, 'admin_enablement_override', n.get_object_value(PhoneNumberTableRow_adminEnablementOverride)),
|
|
114
128
|
"billingAttribution": lambda n : setattr(self, 'billing_attribution', n.get_str_value()),
|
|
115
129
|
"business": lambda n : setattr(self, 'business', n.get_str_value()),
|
|
130
|
+
"businessId": lambda n : setattr(self, 'business_id', n.get_str_value()),
|
|
131
|
+
"callWarmupEnabled": lambda n : setattr(self, 'call_warmup_enabled', n.get_bool_value()),
|
|
132
|
+
"callWarmupStage": lambda n : setattr(self, 'call_warmup_stage', n.get_enum_value(PhoneNumberTableRow_callWarmupStage)),
|
|
133
|
+
"callWarmupState": lambda n : setattr(self, 'call_warmup_state', n.get_enum_value(PhoneNumberTableRow_callWarmupState)),
|
|
116
134
|
"capabilities": lambda n : setattr(self, 'capabilities', n.get_str_value()),
|
|
117
135
|
"enabled": lambda n : setattr(self, 'enabled', n.get_bool_value()),
|
|
118
136
|
"healthStatus": lambda n : setattr(self, 'health_status', n.get_enum_value(PhoneNumberTableRow_healthStatus)),
|
|
@@ -153,6 +171,10 @@ class PhoneNumberTableRow(AdditionalDataHolder, Parsable):
|
|
|
153
171
|
writer.write_object_value("adminEnablementOverride", self.admin_enablement_override)
|
|
154
172
|
writer.write_str_value("billingAttribution", self.billing_attribution)
|
|
155
173
|
writer.write_str_value("business", self.business)
|
|
174
|
+
writer.write_str_value("businessId", self.business_id)
|
|
175
|
+
writer.write_bool_value("callWarmupEnabled", self.call_warmup_enabled)
|
|
176
|
+
writer.write_enum_value("callWarmupStage", self.call_warmup_stage)
|
|
177
|
+
writer.write_enum_value("callWarmupState", self.call_warmup_state)
|
|
156
178
|
writer.write_str_value("capabilities", self.capabilities)
|
|
157
179
|
writer.write_bool_value("enabled", self.enabled)
|
|
158
180
|
writer.write_enum_value("healthStatus", self.health_status)
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
from enum import Enum
|
|
2
|
+
|
|
3
|
+
class PhoneNumberTableRow_callWarmupState(str, Enum):
|
|
4
|
+
NotStarted = "Not Started",
|
|
5
|
+
NotEligible = "Not Eligible",
|
|
6
|
+
Warming = "Warming",
|
|
7
|
+
Warmed = "Warmed",
|
|
8
|
+
Paused = "Paused",
|
|
9
|
+
NeedsAttention = "Needs Attention",
|
|
10
|
+
Blocked = "Blocked",
|
|
11
|
+
|