leadping 1.0.14__tar.gz → 1.0.16__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.14/leadping.egg-info → leadping-1.0.16}/PKG-INFO +1 -1
- {leadping-1.0.14 → leadping-1.0.16/leadping.egg-info}/PKG-INFO +1 -1
- {leadping-1.0.14 → leadping-1.0.16}/leadping.egg-info/SOURCES.txt +10 -16
- leadping-1.0.14/models/user_dunning_info.py → leadping-1.0.16/models/business_dunning_info.py +4 -4
- {leadping-1.0.14 → leadping-1.0.16}/models/business_stripe_info_cancellation.py +5 -5
- {leadping-1.0.14 → leadping-1.0.16}/models/business_stripe_info_dunning.py +5 -5
- leadping-1.0.14/models/user_subscription_cancellation_info.py → leadping-1.0.16/models/business_subscription_cancellation_info.py +4 -4
- {leadping-1.0.14 → leadping-1.0.16}/models/business_switch_option.py +4 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/business_table_row.py +26 -0
- leadping-1.0.16/models/business_table_row_billing_plan.py +6 -0
- leadping-1.0.14/models/user_request_subscription_status.py → leadping-1.0.16/models/business_table_row_subscription_status.py +1 -1
- {leadping-1.0.14 → leadping-1.0.16}/models/phone.py +4 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/source_response.py +1 -1
- {leadping-1.0.14 → leadping-1.0.16}/models/source_table_row.py +1 -1
- {leadping-1.0.14 → leadping-1.0.16}/models/user_compliance.py +0 -8
- {leadping-1.0.14 → leadping-1.0.16}/models/user_notification_preferences.py +44 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/user_request.py +0 -14
- {leadping-1.0.14 → leadping-1.0.16}/models/user_response.py +1 -8
- {leadping-1.0.14 → leadping-1.0.16}/models/user_response_stripe_info.py +6 -6
- {leadping-1.0.14 → leadping-1.0.16}/models/wallet_response_source_type.py +0 -1
- leadping-1.0.16/payment_methods/item/default/default_request_builder.py +82 -0
- {leadping-1.0.14 → leadping-1.0.16}/payment_methods/item/payment_methods_item_request_builder.py +10 -0
- leadping-1.0.16/payment_methods/payment_methods_request_builder.py +96 -0
- leadping-1.0.14/models/user_request_business.py +0 -54
- leadping-1.0.14/models/user_response_business.py +0 -54
- leadping-1.0.14/models/user_stripe_info.py +0 -109
- leadping-1.0.14/models/user_stripe_info_cancellation.py +0 -54
- leadping-1.0.14/models/user_stripe_info_dunning.py +0 -54
- leadping-1.0.14/payment_methods/payment_methods_request_builder.py +0 -38
- {leadping-1.0.14 → leadping-1.0.16}/LICENSE +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/MANIFEST.in +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/README.md +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/__init__.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/analytics/analytics_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/analytics/my/my_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/automations/all/all_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/automations/all/my/my_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/automations/automations_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/automations/item/automations_item_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/automations/preview/preview_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/businesses/api_keys/api_keys_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/businesses/api_keys/my/my_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/businesses/businesses_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/businesses/invitations/accept/accept_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/businesses/invitations/invitations_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/businesses/invitations/token/item/with_token_item_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/businesses/invitations/token/token_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/businesses/me/invitations/invitations_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/businesses/me/invitations/item/resend/resend_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/businesses/me/invitations/item/with_invitation_item_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/businesses/me/me_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/businesses/me/options/options_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/businesses/me/switch/switch_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/businesses/me/users/item/with_user_item_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/businesses/me/users/users_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/contact/contact_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/conversations/conversations_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/conversations/lead/item/with_lead_item_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/conversations/lead/lead_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/conversations/my/my_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/dispositions/dispositions_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/dispositions/item/dispositions_item_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/dispositions/lead/item/export/export_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/dispositions/lead/item/with_lead_item_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/dispositions/lead/lead_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/events/all/all_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/events/all/my/my_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/events/businesses/businesses_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/events/businesses/item/with_business_item_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/events/calls/all/all_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/events/calls/all/my/my_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/events/calls/calls_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/events/calls/item/with_call_event_item_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/events/calls/lead/item/with_lead_item_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/events/calls/lead/lead_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/events/calls/phone/item/with_phone_number_item_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/events/calls/phone/phone_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/events/conversations/conversations_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/events/conversations/item/notes/notes_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/events/conversations/item/with_conversation_item_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/events/events_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/events/item/detail/detail_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/events/item/with_event_item_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/events/leads/item/with_lead_item_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/events/leads/leads_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/events/sms/all/all_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/events/sms/all/my/my_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/events/sms/item/with_sms_event_item_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/events/sms/lead/item/with_lead_item_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/events/sms/lead/lead_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/events/sms/phone/item/with_phone_number_item_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/events/sms/phone/phone_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/events/sms/sms_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/feedback/admin/admin_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/feedback/admin/all/all_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/feedback/admin/item/admin_item_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/feedback/feedback_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/leadping.egg-info/dependency_links.txt +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/leadping.egg-info/requires.txt +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/leadping.egg-info/top_level.txt +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/leadping_open_api_client.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/leads/all/all_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/leads/all/my/my_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/leads/intake/intake_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/leads/item/archive/archive_post_request_body.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/leads/item/archive/archive_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/leads/item/leads_item_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/leads/item/tags/item/with_tag_item_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/leads/item/tags/tags_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/leads/item/unarchive/unarchive_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/leads/item/workflow_status/workflow_status_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/leads/leads_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/accept_business_invitation_request.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/activation_domain_option.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/activation_launch_review_status.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/activation_onboarding_status.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/activation_payment_status.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/activation_subscription_status.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/activation_telephony_status.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/activation_timeline_event.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/admin_enablement_override.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/analytics_comparison.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/analytics_date_range.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/analytics_trend_point_ofdecimal.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/analytics_trend_point_ofint.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/automation_action.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/automation_action_run_record.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/automation_action_settings.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/automation_condition.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/automation_condition_group.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/automation_condition_settings.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/automation_preview_action_result.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/automation_preview_condition_result.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/automation_preview_request.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/automation_preview_response.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/automation_preview_response_sample_payload.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/automation_request.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/automation_request_admin_enablement_override.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/automation_request_snapshot.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/automation_response.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/automation_response_admin_enablement_override.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/automation_response_business.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/automation_response_user.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/automation_run_record.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/automation_run_record_context_snapshot.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/automation_table_row.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/automation_table_row_admin_enablement_override.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/automation_table_row_business.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/automation_table_row_user.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/automation_trigger.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/automation_trigger_settings.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/automation_validation_result.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/automation_workflow_action_response.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/automation_workflow_event_response.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/automation_workflow_run_response.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/automation_workflow_status_response.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/billable_unit.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/billing_plan.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/business_activation_state.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/business_activation_state_ten_dlc_draft.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/business_compliance_policy.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/business_invitation_request.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/business_invitation_response.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/business_invitation_status.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/business_invitation_table_row.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/business_request.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/business_request_activation.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/business_request_address.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/business_request_admin_enablement_override.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/business_request_billing_address.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/business_request_billing_plan.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/business_request_compliance_policy.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/business_request_ein_document.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/business_request_setup_step.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/business_request_status.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/business_request_stripe_info.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/business_request_subscription_status.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/business_response.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/business_response_activation.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/business_response_address.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/business_response_admin_enablement_override.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/business_response_billing_address.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/business_response_billing_plan.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/business_response_compliance_policy.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/business_response_ein_document.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/business_response_setup_step.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/business_response_site.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/business_response_status.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/business_response_stripe_info.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/business_response_subscription_status.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/business_response_user.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/business_stripe_info.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/business_switch_option_activation_status.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/business_switch_option_business_status.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/business_switch_request.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/business_table_row_activation_status.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/business_table_row_admin_enablement_override.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/business_table_row_setup_step.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/business_table_row_status.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/business_table_row_ten_dlc_status.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/business_table_row_website_status.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/business_user_request.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/business_user_response.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/business_user_role.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/business_user_table_row.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/call_event_table_row.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/call_event_table_row_metadata.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/call_event_table_row_status.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/change_billing_plan_request.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/compliance_update_request.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/compliance_update_request_compliance.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/contact_request.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/contact_response.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/conversation_response.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/conversation_response_current_disposition.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/conversation_response_phone_number.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/conversation_response_status.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/coordinate.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/create_note_request.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/current_disposition_summary.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/current_disposition_summary_category.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/current_disposition_summary_source.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/customer_activation_health.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/customer_activation_health_item.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/customer_activation_status.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/customer_analytics_response.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/customer_analytics_summary.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/customer_automation_health.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/customer_automation_health_last_failure.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/customer_communication_usage.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/customer_communication_usage_point.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/customer_failing_automation.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/customer_lead_source_breakdown.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/customer_lead_trend.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/customer_needs_attention_item.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/customer_response_metrics.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/disposition_export_response.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/disposition_export_row.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/disposition_export_row_category.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/disposition_export_row_change_source.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/disposition_request.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/disposition_request_category.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/disposition_request_change_source.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/disposition_response.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/disposition_response_category.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/disposition_response_change_source.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/eligible_outgoing_number_response.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/eligible_outgoing_number_response_health_status.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/event_detail_response.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/event_detail_response_status.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/event_detail_response_timeline_type.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/event_detail_response_user.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/event_table_row.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/event_table_row_selection_reason.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/event_table_row_status.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/event_table_row_traffic_type.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/event_timeline_type.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/exact_match_filter.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/feedback_admin_update_request.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/feedback_admin_update_request_status.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/feedback_admin_update_request_type.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/feedback_create_request.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/feedback_create_request_type.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/feedback_response.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/feedback_status.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/feedback_type.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/id_name_pair.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/id_name_value.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/initiate_call_request.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/initiate_call_request_outbound_priority.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/initiate_call_request_outbound_source.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/initiate_call_request_selection_reason.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/internal_phone_number_status.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/lead_archive_request.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/lead_contact.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/lead_contact_coordinate.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/lead_contact_phone.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/lead_contact_street_address.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/lead_intake_request.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/lead_intake_request_source_metadata.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/lead_metadata.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/lead_metadata_source_metadata.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/lead_profile.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/lead_profile_employment_type.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/lead_profile_gender.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/lead_profile_marital_status.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/lead_request.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/lead_request_admin_enablement_override.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/lead_response.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/lead_response_admin_enablement_override.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/lead_response_current_disposition.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/lead_table_row.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/lead_table_row_admin_enablement_override.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/lead_table_row_current_disposition.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/lead_tags_request.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/mobile_device_preferences.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/notification_priority.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/notification_table_row.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/notification_type.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/order_by_option.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/order_by_option_direction.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/outbound_capacity_overview.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/outbound_delivery_channel.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/outbound_delivery_source.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/outbound_delivery_status.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/outbound_phone_number_capacity.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/outbound_queue_item.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/outbound_queue_item_reason_code.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/outgoing_number_manual_override_request.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/outgoing_number_selection_reason.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/outgoing_number_selection_request.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/outgoing_number_selection_request_channel.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/outgoing_number_selection_response.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/outgoing_number_selection_response_health_status.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/outgoing_number_selection_response_selection_reason.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/paged_result_of_automation_table_row.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/paged_result_of_business_table_row.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/paged_result_of_call_event_table_row.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/paged_result_of_conversation_response.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/paged_result_of_event_table_row.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/paged_result_of_feedback_response.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/paged_result_of_lead_table_row.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/paged_result_of_notification_table_row.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/paged_result_of_phone_number_table_row.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/paged_result_of_sms_event_table_row.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/paged_result_of_source_table_row.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/paged_result_of_transaction_table_row.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/paged_result_of_usage_ledger_table_row.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/phone_call_response.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/phone_call_response_metadata.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/phone_call_response_selection_reason.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/phone_call_status.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/phone_lookup.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/phone_lookup_carrier_type.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/phone_lookup_line_type.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/phone_lookup_location.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/phone_number_availability_request.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/phone_number_availability_response.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/phone_number_availability_response_location.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/phone_number_billing_attribution.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/phone_number_capabilities.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/phone_number_event_record.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/phone_number_event_record_state.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/phone_number_inventory_state.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/phone_number_location.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/phone_number_location_coordinate.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/phone_number_messaging_event_response.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/phone_number_opt_out_metrics_response.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/phone_number_outbound_health_status.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/phone_number_provider_lifecycle_state.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/phone_number_request.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/phone_number_request_admin_enablement_override.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/phone_number_response.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/phone_number_response_admin_enablement_override.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/phone_number_response_business.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/phone_number_response_call_warmup_stage.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/phone_number_response_call_warmup_state.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/phone_number_response_health_status.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/phone_number_response_location.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/phone_number_response_user.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/phone_number_response_warmup_state.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/phone_number_routing_metadata.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/phone_number_search_request.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/phone_number_search_request_location.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/phone_number_search_response.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/phone_number_search_result.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/phone_number_search_result_location.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/phone_number_status_response.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/phone_number_status_response_call_warmup.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/phone_number_status_response_outbound_capacity.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/phone_number_status_response_sms_warmup.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/phone_number_table_row.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/phone_number_table_row_admin_enablement_override.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/phone_number_table_row_call_warmup_stage.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/phone_number_table_row_call_warmup_state.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/phone_number_table_row_health_status.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/phone_number_table_row_warmup_state.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/phone_number_ten_dlc_association.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/phone_number_traffic_metrics_response.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/phone_number_traffic_trend_point.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/phone_number_warmup_call_response.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/phone_number_warmup_call_status.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/phone_number_warmup_health_status.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/phone_number_warmup_stage.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/phone_number_warmup_status_response.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/problem_details.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/range_filter.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/request_data_options.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/send_sms_request.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/send_sms_request_outbound_priority.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/send_sms_request_outbound_source.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/send_sms_request_selection_reason.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/sms_event_table_row.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/sms_event_table_row_outbound_source.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/sms_event_table_row_status.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/sms_event_table_row_traffic_type.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/sms_response.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/sms_response_selection_reason.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/sms_response_status.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/sms_response_traffic_type.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/sms_warmup_action_response.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/sms_warmup_action_status.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/sms_warmup_action_type.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/sms_warmup_health_state.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/sms_warmup_status_response.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/sms_warmup_ui_state.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/source_metrics_response.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/source_request.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/source_request_admin_enablement_override.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/source_response_admin_enablement_override.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/source_response_business.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/source_response_created_by_user.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/source_response_modified_by_user.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/source_response_user.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/source_table_row_admin_enablement_override.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/source_table_row_business.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/source_table_row_created_by_user.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/source_table_row_modified_by_user.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/source_table_row_user.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/street_address.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/stripe_payment_method_response.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/suppression_check_result.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/suppression_entry_audit.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/suppression_entry_audit_safe_metadata.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/suppression_entry_request.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/suppression_entry_request_safe_metadata.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/suppression_entry_response.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/tag_request.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/tag_response.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/tag_summary.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/telephony_login_request.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/telephony_login_response.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/ten_dlc_application_draft.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/ten_dlc_application_status.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/transaction_response.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/transaction_response_metadata.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/transaction_status.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/transaction_table_row.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/transaction_type.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/trusted_form_certificate.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/usage_channel.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/usage_counter_line.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/usage_ledger_table_row.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/usage_record_status.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/usage_summary_line.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/usage_summary_response.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/user_data_export_file.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/user_data_export_response.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/user_data_export_statuses.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/user_identity.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/user_request_billing_plan.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/user_request_compliance.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/user_request_current_business.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/user_request_notification_preferences.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/user_response_billing_plan.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/user_response_compliance.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/user_response_current_business.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/user_response_notification_preferences.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/user_response_subscription_status.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/wallet_response.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/wallet_response_credit_status.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/models/website_lifecycle_status.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/notifications/announcements/announcements_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/notifications/item/mark_read/mark_read_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/notifications/item/notifications_item_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/notifications/mark_all_read/mark_all_read_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/notifications/me/me_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/notifications/notifications_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/notifications/unread_count/unread_count_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/outbound/outbound_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/outbound/overview/overview_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/phone_call/initiate/initiate_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/phone_call/item/hangup/hangup_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/phone_call/item/status/status_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/phone_call/item/transfer/transfer_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/phone_call/item/with_call_item_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/phone_call/phone_call_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/phone_numbers/all/all_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/phone_numbers/all/business/business_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/phone_numbers/is_available_for_purchase/is_available_for_purchase_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/phone_numbers/item/phone_number_item_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/phone_numbers/item/status/status_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/phone_numbers/item/warmup/warmup_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/phone_numbers/outgoing/conversation/conversation_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/phone_numbers/outgoing/conversation/item/override/override_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/phone_numbers/outgoing/conversation/item/with_conversation_item_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/phone_numbers/outgoing/manual_override/manual_override_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/phone_numbers/outgoing/new/new_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/phone_numbers/outgoing/outgoing_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/phone_numbers/phone_numbers_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/phone_numbers/search/search_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/pyproject.toml +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/reports/exports/exports_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/reports/exports/item/download/download_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/reports/exports/item/with_export_item_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/reports/exports/my/my_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/reports/reports_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/setup.cfg +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/setup.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/sms/item/cancel/cancel_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/sms/item/with_sms_event_item_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/sms/send/send_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/sms/sms_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/sources/all/all_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/sources/all/my/my_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/sources/item/metrics/metrics_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/sources/item/sources_item_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/sources/sources_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/suppressions/check/check_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/suppressions/release/release_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/suppressions/suppressions_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/tags/item/tags_item_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/tags/tags_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/telephony/login/login_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/telephony/telephony_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/transactions/all/all_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/transactions/all/my/my_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/transactions/item/transactions_item_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/transactions/transactions_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/usage/all/all_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/usage/all/my/my_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/usage/summary/my/my_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/usage/summary/summary_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/usage/usage_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/users/change_billing_plan/change_billing_plan_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/users/compliance/compliance_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/users/me/last_login/last_login_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/users/me/me_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/users/me/paymentmethod/paymentmethod_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/users/users_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/wallets/item/wallets_item_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/wallets/me/me_request_builder.py +0 -0
- {leadping-1.0.14 → leadping-1.0.16}/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.16
|
|
4
4
|
Summary: Typed Python client for the Leadping API, generated from the Leadping OpenAPI document with Microsoft Kiota.
|
|
5
5
|
Home-page: https://github.com/leadpingai/leadping-python
|
|
6
6
|
Author: Leadping
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: leadping
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.16
|
|
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
|
|
@@ -131,6 +131,7 @@ setup.py
|
|
|
131
131
|
./models/business_activation_state.py
|
|
132
132
|
./models/business_activation_state_ten_dlc_draft.py
|
|
133
133
|
./models/business_compliance_policy.py
|
|
134
|
+
./models/business_dunning_info.py
|
|
134
135
|
./models/business_invitation_request.py
|
|
135
136
|
./models/business_invitation_response.py
|
|
136
137
|
./models/business_invitation_status.py
|
|
@@ -164,6 +165,7 @@ setup.py
|
|
|
164
165
|
./models/business_stripe_info.py
|
|
165
166
|
./models/business_stripe_info_cancellation.py
|
|
166
167
|
./models/business_stripe_info_dunning.py
|
|
168
|
+
./models/business_subscription_cancellation_info.py
|
|
167
169
|
./models/business_switch_option.py
|
|
168
170
|
./models/business_switch_option_activation_status.py
|
|
169
171
|
./models/business_switch_option_business_status.py
|
|
@@ -171,8 +173,10 @@ setup.py
|
|
|
171
173
|
./models/business_table_row.py
|
|
172
174
|
./models/business_table_row_activation_status.py
|
|
173
175
|
./models/business_table_row_admin_enablement_override.py
|
|
176
|
+
./models/business_table_row_billing_plan.py
|
|
174
177
|
./models/business_table_row_setup_step.py
|
|
175
178
|
./models/business_table_row_status.py
|
|
179
|
+
./models/business_table_row_subscription_status.py
|
|
176
180
|
./models/business_table_row_ten_dlc_status.py
|
|
177
181
|
./models/business_table_row_website_status.py
|
|
178
182
|
./models/business_user_request.py
|
|
@@ -427,28 +431,20 @@ setup.py
|
|
|
427
431
|
./models/user_data_export_file.py
|
|
428
432
|
./models/user_data_export_response.py
|
|
429
433
|
./models/user_data_export_statuses.py
|
|
430
|
-
./models/user_dunning_info.py
|
|
431
434
|
./models/user_identity.py
|
|
432
435
|
./models/user_notification_preferences.py
|
|
433
436
|
./models/user_request.py
|
|
434
437
|
./models/user_request_billing_plan.py
|
|
435
|
-
./models/user_request_business.py
|
|
436
438
|
./models/user_request_compliance.py
|
|
437
439
|
./models/user_request_current_business.py
|
|
438
440
|
./models/user_request_notification_preferences.py
|
|
439
|
-
./models/user_request_subscription_status.py
|
|
440
441
|
./models/user_response.py
|
|
441
442
|
./models/user_response_billing_plan.py
|
|
442
|
-
./models/user_response_business.py
|
|
443
443
|
./models/user_response_compliance.py
|
|
444
444
|
./models/user_response_current_business.py
|
|
445
445
|
./models/user_response_notification_preferences.py
|
|
446
446
|
./models/user_response_stripe_info.py
|
|
447
447
|
./models/user_response_subscription_status.py
|
|
448
|
-
./models/user_stripe_info.py
|
|
449
|
-
./models/user_stripe_info_cancellation.py
|
|
450
|
-
./models/user_stripe_info_dunning.py
|
|
451
|
-
./models/user_subscription_cancellation_info.py
|
|
452
448
|
./models/wallet_response.py
|
|
453
449
|
./models/wallet_response_credit_status.py
|
|
454
450
|
./models/wallet_response_source_type.py
|
|
@@ -464,6 +460,7 @@ setup.py
|
|
|
464
460
|
./outbound/overview/overview_request_builder.py
|
|
465
461
|
./payment_methods/payment_methods_request_builder.py
|
|
466
462
|
./payment_methods/item/payment_methods_item_request_builder.py
|
|
463
|
+
./payment_methods/item/default/default_request_builder.py
|
|
467
464
|
./phone_call/phone_call_request_builder.py
|
|
468
465
|
./phone_call/initiate/initiate_request_builder.py
|
|
469
466
|
./phone_call/item/with_call_item_request_builder.py
|
|
@@ -652,6 +649,7 @@ models/billing_plan.py
|
|
|
652
649
|
models/business_activation_state.py
|
|
653
650
|
models/business_activation_state_ten_dlc_draft.py
|
|
654
651
|
models/business_compliance_policy.py
|
|
652
|
+
models/business_dunning_info.py
|
|
655
653
|
models/business_invitation_request.py
|
|
656
654
|
models/business_invitation_response.py
|
|
657
655
|
models/business_invitation_status.py
|
|
@@ -685,6 +683,7 @@ models/business_response_user.py
|
|
|
685
683
|
models/business_stripe_info.py
|
|
686
684
|
models/business_stripe_info_cancellation.py
|
|
687
685
|
models/business_stripe_info_dunning.py
|
|
686
|
+
models/business_subscription_cancellation_info.py
|
|
688
687
|
models/business_switch_option.py
|
|
689
688
|
models/business_switch_option_activation_status.py
|
|
690
689
|
models/business_switch_option_business_status.py
|
|
@@ -692,8 +691,10 @@ models/business_switch_request.py
|
|
|
692
691
|
models/business_table_row.py
|
|
693
692
|
models/business_table_row_activation_status.py
|
|
694
693
|
models/business_table_row_admin_enablement_override.py
|
|
694
|
+
models/business_table_row_billing_plan.py
|
|
695
695
|
models/business_table_row_setup_step.py
|
|
696
696
|
models/business_table_row_status.py
|
|
697
|
+
models/business_table_row_subscription_status.py
|
|
697
698
|
models/business_table_row_ten_dlc_status.py
|
|
698
699
|
models/business_table_row_website_status.py
|
|
699
700
|
models/business_user_request.py
|
|
@@ -948,28 +949,20 @@ models/user_compliance.py
|
|
|
948
949
|
models/user_data_export_file.py
|
|
949
950
|
models/user_data_export_response.py
|
|
950
951
|
models/user_data_export_statuses.py
|
|
951
|
-
models/user_dunning_info.py
|
|
952
952
|
models/user_identity.py
|
|
953
953
|
models/user_notification_preferences.py
|
|
954
954
|
models/user_request.py
|
|
955
955
|
models/user_request_billing_plan.py
|
|
956
|
-
models/user_request_business.py
|
|
957
956
|
models/user_request_compliance.py
|
|
958
957
|
models/user_request_current_business.py
|
|
959
958
|
models/user_request_notification_preferences.py
|
|
960
|
-
models/user_request_subscription_status.py
|
|
961
959
|
models/user_response.py
|
|
962
960
|
models/user_response_billing_plan.py
|
|
963
|
-
models/user_response_business.py
|
|
964
961
|
models/user_response_compliance.py
|
|
965
962
|
models/user_response_current_business.py
|
|
966
963
|
models/user_response_notification_preferences.py
|
|
967
964
|
models/user_response_stripe_info.py
|
|
968
965
|
models/user_response_subscription_status.py
|
|
969
|
-
models/user_stripe_info.py
|
|
970
|
-
models/user_stripe_info_cancellation.py
|
|
971
|
-
models/user_stripe_info_dunning.py
|
|
972
|
-
models/user_subscription_cancellation_info.py
|
|
973
966
|
models/wallet_response.py
|
|
974
967
|
models/wallet_response_credit_status.py
|
|
975
968
|
models/wallet_response_source_type.py
|
|
@@ -985,6 +978,7 @@ outbound/outbound_request_builder.py
|
|
|
985
978
|
outbound/overview/overview_request_builder.py
|
|
986
979
|
payment_methods/payment_methods_request_builder.py
|
|
987
980
|
payment_methods/item/payment_methods_item_request_builder.py
|
|
981
|
+
payment_methods/item/default/default_request_builder.py
|
|
988
982
|
phone_call/phone_call_request_builder.py
|
|
989
983
|
phone_call/initiate/initiate_request_builder.py
|
|
990
984
|
phone_call/item/with_call_item_request_builder.py
|
leadping-1.0.14/models/user_dunning_info.py → leadping-1.0.16/models/business_dunning_info.py
RENAMED
|
@@ -6,7 +6,7 @@ from kiota_abstractions.serialization import AdditionalDataHolder, Parsable, Par
|
|
|
6
6
|
from typing import Any, Optional, TYPE_CHECKING, Union
|
|
7
7
|
|
|
8
8
|
@dataclass
|
|
9
|
-
class
|
|
9
|
+
class BusinessDunningInfo(AdditionalDataHolder, Parsable):
|
|
10
10
|
"""
|
|
11
11
|
Dunning state recorded after a failed recurring payment.
|
|
12
12
|
"""
|
|
@@ -37,15 +37,15 @@ class UserDunningInfo(AdditionalDataHolder, Parsable):
|
|
|
37
37
|
stage: Optional[str] = None
|
|
38
38
|
|
|
39
39
|
@staticmethod
|
|
40
|
-
def create_from_discriminator_value(parse_node: ParseNode) ->
|
|
40
|
+
def create_from_discriminator_value(parse_node: ParseNode) -> BusinessDunningInfo:
|
|
41
41
|
"""
|
|
42
42
|
Creates a new instance of the appropriate class based on discriminator value
|
|
43
43
|
param parse_node: The parse node to use to read the discriminator value and create the object
|
|
44
|
-
Returns:
|
|
44
|
+
Returns: BusinessDunningInfo
|
|
45
45
|
"""
|
|
46
46
|
if parse_node is None:
|
|
47
47
|
raise TypeError("parse_node cannot be null.")
|
|
48
|
-
return
|
|
48
|
+
return BusinessDunningInfo()
|
|
49
49
|
|
|
50
50
|
def get_field_deserializers(self,) -> dict[str, Callable[[ParseNode], None]]:
|
|
51
51
|
"""
|
|
@@ -5,12 +5,12 @@ from kiota_abstractions.serialization import Parsable, ParseNode, SerializationW
|
|
|
5
5
|
from typing import Any, Optional, TYPE_CHECKING, Union
|
|
6
6
|
|
|
7
7
|
if TYPE_CHECKING:
|
|
8
|
-
from .
|
|
8
|
+
from .business_subscription_cancellation_info import BusinessSubscriptionCancellationInfo
|
|
9
9
|
|
|
10
|
-
from .
|
|
10
|
+
from .business_subscription_cancellation_info import BusinessSubscriptionCancellationInfo
|
|
11
11
|
|
|
12
12
|
@dataclass
|
|
13
|
-
class BusinessStripeInfo_cancellation(
|
|
13
|
+
class BusinessStripeInfo_cancellation(BusinessSubscriptionCancellationInfo, Parsable):
|
|
14
14
|
"""
|
|
15
15
|
Captured subscription cancellation feedback for retention and churn analysis.
|
|
16
16
|
"""
|
|
@@ -31,9 +31,9 @@ class BusinessStripeInfo_cancellation(UserSubscriptionCancellationInfo, Parsable
|
|
|
31
31
|
The deserialization information for the current model
|
|
32
32
|
Returns: dict[str, Callable[[ParseNode], None]]
|
|
33
33
|
"""
|
|
34
|
-
from .
|
|
34
|
+
from .business_subscription_cancellation_info import BusinessSubscriptionCancellationInfo
|
|
35
35
|
|
|
36
|
-
from .
|
|
36
|
+
from .business_subscription_cancellation_info import BusinessSubscriptionCancellationInfo
|
|
37
37
|
|
|
38
38
|
fields: dict[str, Callable[[Any], None]] = {
|
|
39
39
|
}
|
|
@@ -5,12 +5,12 @@ from kiota_abstractions.serialization import Parsable, ParseNode, SerializationW
|
|
|
5
5
|
from typing import Any, Optional, TYPE_CHECKING, Union
|
|
6
6
|
|
|
7
7
|
if TYPE_CHECKING:
|
|
8
|
-
from .
|
|
8
|
+
from .business_dunning_info import BusinessDunningInfo
|
|
9
9
|
|
|
10
|
-
from .
|
|
10
|
+
from .business_dunning_info import BusinessDunningInfo
|
|
11
11
|
|
|
12
12
|
@dataclass
|
|
13
|
-
class BusinessStripeInfo_dunning(
|
|
13
|
+
class BusinessStripeInfo_dunning(BusinessDunningInfo, Parsable):
|
|
14
14
|
"""
|
|
15
15
|
Dunning state recorded after a failed recurring payment.
|
|
16
16
|
"""
|
|
@@ -31,9 +31,9 @@ class BusinessStripeInfo_dunning(UserDunningInfo, Parsable):
|
|
|
31
31
|
The deserialization information for the current model
|
|
32
32
|
Returns: dict[str, Callable[[ParseNode], None]]
|
|
33
33
|
"""
|
|
34
|
-
from .
|
|
34
|
+
from .business_dunning_info import BusinessDunningInfo
|
|
35
35
|
|
|
36
|
-
from .
|
|
36
|
+
from .business_dunning_info import BusinessDunningInfo
|
|
37
37
|
|
|
38
38
|
fields: dict[str, Callable[[Any], None]] = {
|
|
39
39
|
}
|
|
@@ -6,7 +6,7 @@ from kiota_abstractions.serialization import AdditionalDataHolder, Parsable, Par
|
|
|
6
6
|
from typing import Any, Optional, TYPE_CHECKING, Union
|
|
7
7
|
|
|
8
8
|
@dataclass
|
|
9
|
-
class
|
|
9
|
+
class BusinessSubscriptionCancellationInfo(AdditionalDataHolder, Parsable):
|
|
10
10
|
"""
|
|
11
11
|
Captured subscription cancellation feedback for retention and churn analysis.
|
|
12
12
|
"""
|
|
@@ -33,15 +33,15 @@ class UserSubscriptionCancellationInfo(AdditionalDataHolder, Parsable):
|
|
|
33
33
|
technical_issues: Optional[str] = None
|
|
34
34
|
|
|
35
35
|
@staticmethod
|
|
36
|
-
def create_from_discriminator_value(parse_node: ParseNode) ->
|
|
36
|
+
def create_from_discriminator_value(parse_node: ParseNode) -> BusinessSubscriptionCancellationInfo:
|
|
37
37
|
"""
|
|
38
38
|
Creates a new instance of the appropriate class based on discriminator value
|
|
39
39
|
param parse_node: The parse node to use to read the discriminator value and create the object
|
|
40
|
-
Returns:
|
|
40
|
+
Returns: BusinessSubscriptionCancellationInfo
|
|
41
41
|
"""
|
|
42
42
|
if parse_node is None:
|
|
43
43
|
raise TypeError("parse_node cannot be null.")
|
|
44
|
-
return
|
|
44
|
+
return BusinessSubscriptionCancellationInfo()
|
|
45
45
|
|
|
46
46
|
def get_field_deserializers(self,) -> dict[str, Callable[[ParseNode], None]]:
|
|
47
47
|
"""
|
|
@@ -24,6 +24,8 @@ class BusinessSwitchOption(AdditionalDataHolder, Parsable):
|
|
|
24
24
|
activation_summary: Optional[str] = None
|
|
25
25
|
# Defines the supported Business Status values.
|
|
26
26
|
business_status: Optional[BusinessSwitchOption_businessStatus] = None
|
|
27
|
+
# Whether the business has a default billing payment method.
|
|
28
|
+
has_payment_method: Optional[bool] = None
|
|
27
29
|
# The unique ID for this business switch option.
|
|
28
30
|
id: Optional[str] = None
|
|
29
31
|
# Whether this business switch option is current.
|
|
@@ -67,6 +69,7 @@ class BusinessSwitchOption(AdditionalDataHolder, Parsable):
|
|
|
67
69
|
"activationStatus": lambda n : setattr(self, 'activation_status', n.get_enum_value(BusinessSwitchOption_activationStatus)),
|
|
68
70
|
"activationSummary": lambda n : setattr(self, 'activation_summary', n.get_str_value()),
|
|
69
71
|
"businessStatus": lambda n : setattr(self, 'business_status', n.get_enum_value(BusinessSwitchOption_businessStatus)),
|
|
72
|
+
"hasPaymentMethod": lambda n : setattr(self, 'has_payment_method', n.get_bool_value()),
|
|
70
73
|
"id": lambda n : setattr(self, 'id', n.get_str_value()),
|
|
71
74
|
"isCurrent": lambda n : setattr(self, 'is_current', n.get_bool_value()),
|
|
72
75
|
"lastUsedAt": lambda n : setattr(self, 'last_used_at', n.get_datetime_value()),
|
|
@@ -88,6 +91,7 @@ class BusinessSwitchOption(AdditionalDataHolder, Parsable):
|
|
|
88
91
|
writer.write_enum_value("activationStatus", self.activation_status)
|
|
89
92
|
writer.write_str_value("activationSummary", self.activation_summary)
|
|
90
93
|
writer.write_enum_value("businessStatus", self.business_status)
|
|
94
|
+
writer.write_bool_value("hasPaymentMethod", self.has_payment_method)
|
|
91
95
|
writer.write_str_value("id", self.id)
|
|
92
96
|
writer.write_bool_value("isCurrent", self.is_current)
|
|
93
97
|
writer.write_datetime_value("lastUsedAt", self.last_used_at)
|
|
@@ -8,8 +8,10 @@ from typing import Any, Optional, TYPE_CHECKING, Union
|
|
|
8
8
|
if TYPE_CHECKING:
|
|
9
9
|
from .business_table_row_activation_status import BusinessTableRow_activationStatus
|
|
10
10
|
from .business_table_row_admin_enablement_override import BusinessTableRow_adminEnablementOverride
|
|
11
|
+
from .business_table_row_billing_plan import BusinessTableRow_billingPlan
|
|
11
12
|
from .business_table_row_setup_step import BusinessTableRow_setupStep
|
|
12
13
|
from .business_table_row_status import BusinessTableRow_status
|
|
14
|
+
from .business_table_row_subscription_status import BusinessTableRow_subscriptionStatus
|
|
13
15
|
from .business_table_row_ten_dlc_status import BusinessTableRow_tenDlcStatus
|
|
14
16
|
from .business_table_row_website_status import BusinessTableRow_websiteStatus
|
|
15
17
|
|
|
@@ -37,6 +39,8 @@ class BusinessTableRow(AdditionalDataHolder, Parsable):
|
|
|
37
39
|
api_key_preview: Optional[str] = None
|
|
38
40
|
# The total number of tracked uses for this business API key.
|
|
39
41
|
api_key_total_uses: Optional[int] = None
|
|
42
|
+
# Defines the supported Billing Plan values.
|
|
43
|
+
billing_plan: Optional[BusinessTableRow_billingPlan] = None
|
|
40
44
|
# The business ID that owns this row when the row represents a child business resource.
|
|
41
45
|
business_id: Optional[str] = None
|
|
42
46
|
# The business name that owns this row when the row represents a child business resource.
|
|
@@ -47,18 +51,26 @@ class BusinessTableRow(AdditionalDataHolder, Parsable):
|
|
|
47
51
|
id: Optional[str] = None
|
|
48
52
|
# The industry value for this business.
|
|
49
53
|
industry: Optional[str] = None
|
|
54
|
+
# The lastSubscriptionEventAt property
|
|
55
|
+
last_subscription_event_at: Optional[datetime.datetime] = None
|
|
50
56
|
# The date and time for the modified at value on this business.
|
|
51
57
|
modified_at: Optional[datetime.datetime] = None
|
|
52
58
|
# The human-readable name shown for this business.
|
|
53
59
|
name: Optional[str] = None
|
|
54
60
|
# Whether needs admin review applies to this business.
|
|
55
61
|
needs_admin_review: Optional[bool] = None
|
|
62
|
+
# The paymentFailedAt property
|
|
63
|
+
payment_failed_at: Optional[datetime.datetime] = None
|
|
56
64
|
# The phone number associated with this business.
|
|
57
65
|
phone: Optional[str] = None
|
|
58
66
|
# Defines the supported Business Setup Step values.
|
|
59
67
|
setup_step: Optional[BusinessTableRow_setupStep] = None
|
|
60
68
|
# Defines the supported Business Status values.
|
|
61
69
|
status: Optional[BusinessTableRow_status] = None
|
|
70
|
+
# The subscriptionCancelAt property
|
|
71
|
+
subscription_cancel_at: Optional[datetime.datetime] = None
|
|
72
|
+
# Defines the supported Subscription Status values.
|
|
73
|
+
subscription_status: Optional[BusinessTableRow_subscriptionStatus] = None
|
|
62
74
|
# Defines the supported 10DLC Application Status values.
|
|
63
75
|
ten_dlc_status: Optional[BusinessTableRow_tenDlcStatus] = None
|
|
64
76
|
# The user count for this business.
|
|
@@ -90,15 +102,19 @@ class BusinessTableRow(AdditionalDataHolder, Parsable):
|
|
|
90
102
|
"""
|
|
91
103
|
from .business_table_row_activation_status import BusinessTableRow_activationStatus
|
|
92
104
|
from .business_table_row_admin_enablement_override import BusinessTableRow_adminEnablementOverride
|
|
105
|
+
from .business_table_row_billing_plan import BusinessTableRow_billingPlan
|
|
93
106
|
from .business_table_row_setup_step import BusinessTableRow_setupStep
|
|
94
107
|
from .business_table_row_status import BusinessTableRow_status
|
|
108
|
+
from .business_table_row_subscription_status import BusinessTableRow_subscriptionStatus
|
|
95
109
|
from .business_table_row_ten_dlc_status import BusinessTableRow_tenDlcStatus
|
|
96
110
|
from .business_table_row_website_status import BusinessTableRow_websiteStatus
|
|
97
111
|
|
|
98
112
|
from .business_table_row_activation_status import BusinessTableRow_activationStatus
|
|
99
113
|
from .business_table_row_admin_enablement_override import BusinessTableRow_adminEnablementOverride
|
|
114
|
+
from .business_table_row_billing_plan import BusinessTableRow_billingPlan
|
|
100
115
|
from .business_table_row_setup_step import BusinessTableRow_setupStep
|
|
101
116
|
from .business_table_row_status import BusinessTableRow_status
|
|
117
|
+
from .business_table_row_subscription_status import BusinessTableRow_subscriptionStatus
|
|
102
118
|
from .business_table_row_ten_dlc_status import BusinessTableRow_tenDlcStatus
|
|
103
119
|
from .business_table_row_website_status import BusinessTableRow_websiteStatus
|
|
104
120
|
|
|
@@ -111,17 +127,22 @@ class BusinessTableRow(AdditionalDataHolder, Parsable):
|
|
|
111
127
|
"apiKeyLastUsedAt": lambda n : setattr(self, 'api_key_last_used_at', n.get_datetime_value()),
|
|
112
128
|
"apiKeyPreview": lambda n : setattr(self, 'api_key_preview', n.get_str_value()),
|
|
113
129
|
"apiKeyTotalUses": lambda n : setattr(self, 'api_key_total_uses', n.get_int_value()),
|
|
130
|
+
"billingPlan": lambda n : setattr(self, 'billing_plan', n.get_enum_value(BusinessTableRow_billingPlan)),
|
|
114
131
|
"businessId": lambda n : setattr(self, 'business_id', n.get_str_value()),
|
|
115
132
|
"businessName": lambda n : setattr(self, 'business_name', n.get_str_value()),
|
|
116
133
|
"enabled": lambda n : setattr(self, 'enabled', n.get_bool_value()),
|
|
117
134
|
"id": lambda n : setattr(self, 'id', n.get_str_value()),
|
|
118
135
|
"industry": lambda n : setattr(self, 'industry', n.get_str_value()),
|
|
136
|
+
"lastSubscriptionEventAt": lambda n : setattr(self, 'last_subscription_event_at', n.get_datetime_value()),
|
|
119
137
|
"modifiedAt": lambda n : setattr(self, 'modified_at', n.get_datetime_value()),
|
|
120
138
|
"name": lambda n : setattr(self, 'name', n.get_str_value()),
|
|
121
139
|
"needsAdminReview": lambda n : setattr(self, 'needs_admin_review', n.get_bool_value()),
|
|
140
|
+
"paymentFailedAt": lambda n : setattr(self, 'payment_failed_at', n.get_datetime_value()),
|
|
122
141
|
"phone": lambda n : setattr(self, 'phone', n.get_str_value()),
|
|
123
142
|
"setupStep": lambda n : setattr(self, 'setup_step', n.get_enum_value(BusinessTableRow_setupStep)),
|
|
124
143
|
"status": lambda n : setattr(self, 'status', n.get_enum_value(BusinessTableRow_status)),
|
|
144
|
+
"subscriptionCancelAt": lambda n : setattr(self, 'subscription_cancel_at', n.get_datetime_value()),
|
|
145
|
+
"subscriptionStatus": lambda n : setattr(self, 'subscription_status', n.get_enum_value(BusinessTableRow_subscriptionStatus)),
|
|
125
146
|
"tenDlcStatus": lambda n : setattr(self, 'ten_dlc_status', n.get_enum_value(BusinessTableRow_tenDlcStatus)),
|
|
126
147
|
"userCount": lambda n : setattr(self, 'user_count', n.get_int_value()),
|
|
127
148
|
"userId": lambda n : setattr(self, 'user_id', n.get_str_value()),
|
|
@@ -147,17 +168,22 @@ class BusinessTableRow(AdditionalDataHolder, Parsable):
|
|
|
147
168
|
writer.write_datetime_value("apiKeyLastUsedAt", self.api_key_last_used_at)
|
|
148
169
|
writer.write_str_value("apiKeyPreview", self.api_key_preview)
|
|
149
170
|
writer.write_int_value("apiKeyTotalUses", self.api_key_total_uses)
|
|
171
|
+
writer.write_enum_value("billingPlan", self.billing_plan)
|
|
150
172
|
writer.write_str_value("businessId", self.business_id)
|
|
151
173
|
writer.write_str_value("businessName", self.business_name)
|
|
152
174
|
writer.write_bool_value("enabled", self.enabled)
|
|
153
175
|
writer.write_str_value("id", self.id)
|
|
154
176
|
writer.write_str_value("industry", self.industry)
|
|
177
|
+
writer.write_datetime_value("lastSubscriptionEventAt", self.last_subscription_event_at)
|
|
155
178
|
writer.write_datetime_value("modifiedAt", self.modified_at)
|
|
156
179
|
writer.write_str_value("name", self.name)
|
|
157
180
|
writer.write_bool_value("needsAdminReview", self.needs_admin_review)
|
|
181
|
+
writer.write_datetime_value("paymentFailedAt", self.payment_failed_at)
|
|
158
182
|
writer.write_str_value("phone", self.phone)
|
|
159
183
|
writer.write_enum_value("setupStep", self.setup_step)
|
|
160
184
|
writer.write_enum_value("status", self.status)
|
|
185
|
+
writer.write_datetime_value("subscriptionCancelAt", self.subscription_cancel_at)
|
|
186
|
+
writer.write_enum_value("subscriptionStatus", self.subscription_status)
|
|
161
187
|
writer.write_enum_value("tenDlcStatus", self.ten_dlc_status)
|
|
162
188
|
writer.write_int_value("userCount", self.user_count)
|
|
163
189
|
writer.write_str_value("userId", self.user_id)
|
|
@@ -19,6 +19,8 @@ class Phone(AdditionalDataHolder, Parsable):
|
|
|
19
19
|
lookup: Optional[Phone_lookup] = None
|
|
20
20
|
# E.164 phone number exposed by this lead phone number.
|
|
21
21
|
number: Optional[str] = None
|
|
22
|
+
# Identifier of the canonical phone identity stored by Leadping.
|
|
23
|
+
phone_identity_id: Optional[str] = None
|
|
22
24
|
# Type classification used to route and interpret this lead phone number in the Leadping API.
|
|
23
25
|
type: Optional[str] = None
|
|
24
26
|
|
|
@@ -45,6 +47,7 @@ class Phone(AdditionalDataHolder, Parsable):
|
|
|
45
47
|
fields: dict[str, Callable[[Any], None]] = {
|
|
46
48
|
"lookup": lambda n : setattr(self, 'lookup', n.get_object_value(Phone_lookup)),
|
|
47
49
|
"number": lambda n : setattr(self, 'number', n.get_str_value()),
|
|
50
|
+
"phoneIdentityId": lambda n : setattr(self, 'phone_identity_id', n.get_str_value()),
|
|
48
51
|
"type": lambda n : setattr(self, 'type', n.get_str_value()),
|
|
49
52
|
}
|
|
50
53
|
return fields
|
|
@@ -59,6 +62,7 @@ class Phone(AdditionalDataHolder, Parsable):
|
|
|
59
62
|
raise TypeError("writer cannot be null.")
|
|
60
63
|
writer.write_object_value("lookup", self.lookup)
|
|
61
64
|
writer.write_str_value("number", self.number)
|
|
65
|
+
writer.write_str_value("phoneIdentityId", self.phone_identity_id)
|
|
62
66
|
writer.write_str_value("type", self.type)
|
|
63
67
|
writer.write_additional_data_value(self.additional_data)
|
|
64
68
|
|
|
@@ -27,7 +27,7 @@ class SourceResponse(AdditionalDataHolder, Parsable):
|
|
|
27
27
|
allowed_products: Optional[list[str]] = None
|
|
28
28
|
# State or region allowlist used to accept leads from this source.
|
|
29
29
|
allowed_states: Optional[list[str]] = None
|
|
30
|
-
# Masked preview of the source API key for display
|
|
30
|
+
# Masked preview of the source API key for compact display.
|
|
31
31
|
api_key_preview: Optional[str] = None
|
|
32
32
|
# Business summary connected to this lead source response.
|
|
33
33
|
business: Optional[SourceResponse_business] = None
|
|
@@ -29,7 +29,7 @@ class SourceTableRow(AdditionalDataHolder, Parsable):
|
|
|
29
29
|
allowed_states: Optional[list[str]] = None
|
|
30
30
|
# UTC timestamp when the source API key was last used.
|
|
31
31
|
api_key_last_used_at: Optional[datetime.datetime] = None
|
|
32
|
-
# Masked preview of the source API key for display
|
|
32
|
+
# Masked preview of the source API key for compact display.
|
|
33
33
|
api_key_preview: Optional[str] = None
|
|
34
34
|
# Total number of authenticated requests made with this source API key.
|
|
35
35
|
api_key_total_uses: Optional[int] = None
|
|
@@ -25,10 +25,6 @@ class UserCompliance(AdditionalDataHolder, Parsable):
|
|
|
25
25
|
accepted_terms: Optional[bool] = None
|
|
26
26
|
# Whether the user accepted subscription for this user compliance.
|
|
27
27
|
accepted_to_subscription: Optional[bool] = None
|
|
28
|
-
# The licensed products included with this user compliance.
|
|
29
|
-
licensed_products: Optional[list[str]] = None
|
|
30
|
-
# The licensed states included with this user compliance.
|
|
31
|
-
licensed_states: Optional[list[str]] = None
|
|
32
28
|
# The TrustedForm certificates included with this user compliance.
|
|
33
29
|
trusted_form_certificates: Optional[list[TrustedFormCertificate]] = None
|
|
34
30
|
|
|
@@ -58,8 +54,6 @@ class UserCompliance(AdditionalDataHolder, Parsable):
|
|
|
58
54
|
"acceptedSms": lambda n : setattr(self, 'accepted_sms', n.get_bool_value()),
|
|
59
55
|
"acceptedTerms": lambda n : setattr(self, 'accepted_terms', n.get_bool_value()),
|
|
60
56
|
"acceptedToSubscription": lambda n : setattr(self, 'accepted_to_subscription', n.get_bool_value()),
|
|
61
|
-
"licensedProducts": lambda n : setattr(self, 'licensed_products', n.get_collection_of_primitive_values(str)),
|
|
62
|
-
"licensedStates": lambda n : setattr(self, 'licensed_states', n.get_collection_of_primitive_values(str)),
|
|
63
57
|
"trustedFormCertificates": lambda n : setattr(self, 'trusted_form_certificates', n.get_collection_of_object_values(TrustedFormCertificate)),
|
|
64
58
|
}
|
|
65
59
|
return fields
|
|
@@ -77,8 +71,6 @@ class UserCompliance(AdditionalDataHolder, Parsable):
|
|
|
77
71
|
writer.write_bool_value("acceptedSms", self.accepted_sms)
|
|
78
72
|
writer.write_bool_value("acceptedTerms", self.accepted_terms)
|
|
79
73
|
writer.write_bool_value("acceptedToSubscription", self.accepted_to_subscription)
|
|
80
|
-
writer.write_collection_of_primitive_values("licensedProducts", self.licensed_products)
|
|
81
|
-
writer.write_collection_of_primitive_values("licensedStates", self.licensed_states)
|
|
82
74
|
writer.write_collection_of_object_values("trustedFormCertificates", self.trusted_form_certificates)
|
|
83
75
|
writer.write_additional_data_value(self.additional_data)
|
|
84
76
|
|
|
@@ -12,16 +12,28 @@ class UserNotificationPreferences(AdditionalDataHolder, Parsable):
|
|
|
12
12
|
# Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
13
13
|
additional_data: dict[str, Any] = field(default_factory=dict)
|
|
14
14
|
|
|
15
|
+
# The automationFailedEmailEnabled property
|
|
16
|
+
automation_failed_email_enabled: Optional[bool] = None
|
|
15
17
|
# Whether automation failed notifications are enabled for this user notification preferences.
|
|
16
18
|
automation_failed_enabled: Optional[bool] = None
|
|
19
|
+
# The automationFailedSmsEnabled property
|
|
20
|
+
automation_failed_sms_enabled: Optional[bool] = None
|
|
17
21
|
# Whether billing email is enabled for this user notification preferences.
|
|
18
22
|
billing_email_enabled: Optional[bool] = None
|
|
19
23
|
# Whether billing SMS is enabled for this user notification preferences.
|
|
20
24
|
billing_sms_enabled: Optional[bool] = None
|
|
25
|
+
# The lowWalletBalanceEmailEnabled property
|
|
26
|
+
low_wallet_balance_email_enabled: Optional[bool] = None
|
|
21
27
|
# Whether low wallet balance notifications are enabled for this user notification preferences.
|
|
22
28
|
low_wallet_balance_enabled: Optional[bool] = None
|
|
29
|
+
# The lowWalletBalanceSmsEnabled property
|
|
30
|
+
low_wallet_balance_sms_enabled: Optional[bool] = None
|
|
31
|
+
# The missedCallEmailEnabled property
|
|
32
|
+
missed_call_email_enabled: Optional[bool] = None
|
|
23
33
|
# Whether missed call notifications are enabled for this user notification preferences.
|
|
24
34
|
missed_call_enabled: Optional[bool] = None
|
|
35
|
+
# The missedCallSmsEnabled property
|
|
36
|
+
missed_call_sms_enabled: Optional[bool] = None
|
|
25
37
|
# Whether new lead email is enabled for this user notification preferences.
|
|
26
38
|
new_lead_email_enabled: Optional[bool] = None
|
|
27
39
|
# Whether new lead notifications are enabled for this user notification preferences.
|
|
@@ -30,12 +42,22 @@ class UserNotificationPreferences(AdditionalDataHolder, Parsable):
|
|
|
30
42
|
new_lead_sms_enabled: Optional[bool] = None
|
|
31
43
|
# Whether payment failed notifications are enabled for this user notification preferences.
|
|
32
44
|
payment_failed_enabled: Optional[bool] = None
|
|
45
|
+
# The paymentFailedSmsEnabled property
|
|
46
|
+
payment_failed_sms_enabled: Optional[bool] = None
|
|
47
|
+
# The subscriptionRenewingEmailEnabled property
|
|
48
|
+
subscription_renewing_email_enabled: Optional[bool] = None
|
|
33
49
|
# Whether subscription renewing notifications are enabled for this user notification preferences.
|
|
34
50
|
subscription_renewing_enabled: Optional[bool] = None
|
|
51
|
+
# The subscriptionRenewingSmsEnabled property
|
|
52
|
+
subscription_renewing_sms_enabled: Optional[bool] = None
|
|
35
53
|
# Whether 10DLC status notifications are enabled for this user notification preferences.
|
|
36
54
|
ten_dlc_status_enabled: Optional[bool] = None
|
|
55
|
+
# The unreadSmsEmailEnabled property
|
|
56
|
+
unread_sms_email_enabled: Optional[bool] = None
|
|
37
57
|
# Whether unread SMS notifications are enabled for this user notification preferences.
|
|
38
58
|
unread_sms_enabled: Optional[bool] = None
|
|
59
|
+
# The unreadSmsSmsEnabled property
|
|
60
|
+
unread_sms_sms_enabled: Optional[bool] = None
|
|
39
61
|
# Whether usage limit hit notifications are enabled for this user notification preferences.
|
|
40
62
|
usage_limit_hit_enabled: Optional[bool] = None
|
|
41
63
|
|
|
@@ -56,18 +78,29 @@ class UserNotificationPreferences(AdditionalDataHolder, Parsable):
|
|
|
56
78
|
Returns: dict[str, Callable[[ParseNode], None]]
|
|
57
79
|
"""
|
|
58
80
|
fields: dict[str, Callable[[Any], None]] = {
|
|
81
|
+
"automationFailedEmailEnabled": lambda n : setattr(self, 'automation_failed_email_enabled', n.get_bool_value()),
|
|
59
82
|
"automationFailedEnabled": lambda n : setattr(self, 'automation_failed_enabled', n.get_bool_value()),
|
|
83
|
+
"automationFailedSmsEnabled": lambda n : setattr(self, 'automation_failed_sms_enabled', n.get_bool_value()),
|
|
60
84
|
"billingEmailEnabled": lambda n : setattr(self, 'billing_email_enabled', n.get_bool_value()),
|
|
61
85
|
"billingSmsEnabled": lambda n : setattr(self, 'billing_sms_enabled', n.get_bool_value()),
|
|
86
|
+
"lowWalletBalanceEmailEnabled": lambda n : setattr(self, 'low_wallet_balance_email_enabled', n.get_bool_value()),
|
|
62
87
|
"lowWalletBalanceEnabled": lambda n : setattr(self, 'low_wallet_balance_enabled', n.get_bool_value()),
|
|
88
|
+
"lowWalletBalanceSmsEnabled": lambda n : setattr(self, 'low_wallet_balance_sms_enabled', n.get_bool_value()),
|
|
89
|
+
"missedCallEmailEnabled": lambda n : setattr(self, 'missed_call_email_enabled', n.get_bool_value()),
|
|
63
90
|
"missedCallEnabled": lambda n : setattr(self, 'missed_call_enabled', n.get_bool_value()),
|
|
91
|
+
"missedCallSmsEnabled": lambda n : setattr(self, 'missed_call_sms_enabled', n.get_bool_value()),
|
|
64
92
|
"newLeadEmailEnabled": lambda n : setattr(self, 'new_lead_email_enabled', n.get_bool_value()),
|
|
65
93
|
"newLeadEnabled": lambda n : setattr(self, 'new_lead_enabled', n.get_bool_value()),
|
|
66
94
|
"newLeadSmsEnabled": lambda n : setattr(self, 'new_lead_sms_enabled', n.get_bool_value()),
|
|
67
95
|
"paymentFailedEnabled": lambda n : setattr(self, 'payment_failed_enabled', n.get_bool_value()),
|
|
96
|
+
"paymentFailedSmsEnabled": lambda n : setattr(self, 'payment_failed_sms_enabled', n.get_bool_value()),
|
|
97
|
+
"subscriptionRenewingEmailEnabled": lambda n : setattr(self, 'subscription_renewing_email_enabled', n.get_bool_value()),
|
|
68
98
|
"subscriptionRenewingEnabled": lambda n : setattr(self, 'subscription_renewing_enabled', n.get_bool_value()),
|
|
99
|
+
"subscriptionRenewingSmsEnabled": lambda n : setattr(self, 'subscription_renewing_sms_enabled', n.get_bool_value()),
|
|
69
100
|
"tenDlcStatusEnabled": lambda n : setattr(self, 'ten_dlc_status_enabled', n.get_bool_value()),
|
|
101
|
+
"unreadSmsEmailEnabled": lambda n : setattr(self, 'unread_sms_email_enabled', n.get_bool_value()),
|
|
70
102
|
"unreadSmsEnabled": lambda n : setattr(self, 'unread_sms_enabled', n.get_bool_value()),
|
|
103
|
+
"unreadSmsSmsEnabled": lambda n : setattr(self, 'unread_sms_sms_enabled', n.get_bool_value()),
|
|
71
104
|
"usageLimitHitEnabled": lambda n : setattr(self, 'usage_limit_hit_enabled', n.get_bool_value()),
|
|
72
105
|
}
|
|
73
106
|
return fields
|
|
@@ -80,18 +113,29 @@ class UserNotificationPreferences(AdditionalDataHolder, Parsable):
|
|
|
80
113
|
"""
|
|
81
114
|
if writer is None:
|
|
82
115
|
raise TypeError("writer cannot be null.")
|
|
116
|
+
writer.write_bool_value("automationFailedEmailEnabled", self.automation_failed_email_enabled)
|
|
83
117
|
writer.write_bool_value("automationFailedEnabled", self.automation_failed_enabled)
|
|
118
|
+
writer.write_bool_value("automationFailedSmsEnabled", self.automation_failed_sms_enabled)
|
|
84
119
|
writer.write_bool_value("billingEmailEnabled", self.billing_email_enabled)
|
|
85
120
|
writer.write_bool_value("billingSmsEnabled", self.billing_sms_enabled)
|
|
121
|
+
writer.write_bool_value("lowWalletBalanceEmailEnabled", self.low_wallet_balance_email_enabled)
|
|
86
122
|
writer.write_bool_value("lowWalletBalanceEnabled", self.low_wallet_balance_enabled)
|
|
123
|
+
writer.write_bool_value("lowWalletBalanceSmsEnabled", self.low_wallet_balance_sms_enabled)
|
|
124
|
+
writer.write_bool_value("missedCallEmailEnabled", self.missed_call_email_enabled)
|
|
87
125
|
writer.write_bool_value("missedCallEnabled", self.missed_call_enabled)
|
|
126
|
+
writer.write_bool_value("missedCallSmsEnabled", self.missed_call_sms_enabled)
|
|
88
127
|
writer.write_bool_value("newLeadEmailEnabled", self.new_lead_email_enabled)
|
|
89
128
|
writer.write_bool_value("newLeadEnabled", self.new_lead_enabled)
|
|
90
129
|
writer.write_bool_value("newLeadSmsEnabled", self.new_lead_sms_enabled)
|
|
91
130
|
writer.write_bool_value("paymentFailedEnabled", self.payment_failed_enabled)
|
|
131
|
+
writer.write_bool_value("paymentFailedSmsEnabled", self.payment_failed_sms_enabled)
|
|
132
|
+
writer.write_bool_value("subscriptionRenewingEmailEnabled", self.subscription_renewing_email_enabled)
|
|
92
133
|
writer.write_bool_value("subscriptionRenewingEnabled", self.subscription_renewing_enabled)
|
|
134
|
+
writer.write_bool_value("subscriptionRenewingSmsEnabled", self.subscription_renewing_sms_enabled)
|
|
93
135
|
writer.write_bool_value("tenDlcStatusEnabled", self.ten_dlc_status_enabled)
|
|
136
|
+
writer.write_bool_value("unreadSmsEmailEnabled", self.unread_sms_email_enabled)
|
|
94
137
|
writer.write_bool_value("unreadSmsEnabled", self.unread_sms_enabled)
|
|
138
|
+
writer.write_bool_value("unreadSmsSmsEnabled", self.unread_sms_sms_enabled)
|
|
95
139
|
writer.write_bool_value("usageLimitHitEnabled", self.usage_limit_hit_enabled)
|
|
96
140
|
writer.write_additional_data_value(self.additional_data)
|
|
97
141
|
|