leadping 1.0.18__tar.gz → 1.0.20__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.
Files changed (473) hide show
  1. {leadping-1.0.18/leadping.egg-info → leadping-1.0.20}/PKG-INFO +1 -1
  2. {leadping-1.0.18 → leadping-1.0.20/leadping.egg-info}/PKG-INFO +1 -1
  3. {leadping-1.0.18 → leadping-1.0.20}/leadping.egg-info/SOURCES.txt +12 -0
  4. {leadping-1.0.18 → leadping-1.0.20}/models/analytics_comparison.py +1 -1
  5. {leadping-1.0.18 → leadping-1.0.20}/models/analytics_date_range.py +1 -1
  6. {leadping-1.0.18 → leadping-1.0.20}/models/analytics_trend_point_ofdecimal.py +3 -0
  7. {leadping-1.0.18 → leadping-1.0.20}/models/analytics_trend_point_ofint.py +3 -0
  8. leadping-1.0.20/models/business_billing_state.py +78 -0
  9. leadping-1.0.20/models/business_billing_state_dunning.py +54 -0
  10. leadping-1.0.20/models/business_dunning_info.py +87 -0
  11. {leadping-1.0.18 → leadping-1.0.20}/models/business_response.py +14 -0
  12. leadping-1.0.20/models/business_response_billing_state.py +54 -0
  13. leadping-1.0.20/models/business_response_setup_status.py +13 -0
  14. {leadping-1.0.18 → leadping-1.0.20}/models/customer_activation_health.py +1 -1
  15. {leadping-1.0.18 → leadping-1.0.20}/models/customer_activation_health_item.py +3 -0
  16. {leadping-1.0.18 → leadping-1.0.20}/models/customer_analytics_response.py +3 -0
  17. {leadping-1.0.18 → leadping-1.0.20}/models/customer_analytics_summary.py +1 -1
  18. {leadping-1.0.18 → leadping-1.0.20}/models/customer_automation_health.py +1 -1
  19. {leadping-1.0.18 → leadping-1.0.20}/models/customer_communication_usage.py +1 -1
  20. {leadping-1.0.18 → leadping-1.0.20}/models/customer_communication_usage_point.py +3 -0
  21. {leadping-1.0.18 → leadping-1.0.20}/models/customer_failing_automation.py +1 -1
  22. {leadping-1.0.18 → leadping-1.0.20}/models/customer_lead_source_breakdown.py +3 -0
  23. {leadping-1.0.18 → leadping-1.0.20}/models/customer_lead_trend.py +1 -1
  24. {leadping-1.0.18 → leadping-1.0.20}/models/customer_needs_attention_item.py +3 -0
  25. {leadping-1.0.18 → leadping-1.0.20}/models/customer_response_metrics.py +1 -1
  26. {leadping-1.0.18 → leadping-1.0.20}/models/outbound_capacity_overview.py +3 -0
  27. {leadping-1.0.18 → leadping-1.0.20}/models/outbound_phone_number_capacity.py +3 -0
  28. {leadping-1.0.18 → leadping-1.0.20}/models/outbound_queue_item.py +3 -0
  29. {leadping-1.0.18 → leadping-1.0.20}/models/source_metrics_response.py +3 -0
  30. {leadping-1.0.18 → leadping-1.0.20}/models/user_data_export_file.py +3 -0
  31. {leadping-1.0.18 → leadping-1.0.20}/models/user_data_export_response.py +3 -0
  32. {leadping-1.0.18 → leadping-1.0.20}/models/user_response.py +7 -0
  33. leadping-1.0.20/models/user_response_billing_state.py +54 -0
  34. {leadping-1.0.18 → leadping-1.0.20}/LICENSE +0 -0
  35. {leadping-1.0.18 → leadping-1.0.20}/MANIFEST.in +0 -0
  36. {leadping-1.0.18 → leadping-1.0.20}/README.md +0 -0
  37. {leadping-1.0.18 → leadping-1.0.20}/__init__.py +0 -0
  38. {leadping-1.0.18 → leadping-1.0.20}/analytics/analytics_request_builder.py +0 -0
  39. {leadping-1.0.18 → leadping-1.0.20}/analytics/my/my_request_builder.py +0 -0
  40. {leadping-1.0.18 → leadping-1.0.20}/automations/all/all_request_builder.py +0 -0
  41. {leadping-1.0.18 → leadping-1.0.20}/automations/all/my/my_request_builder.py +0 -0
  42. {leadping-1.0.18 → leadping-1.0.20}/automations/automations_request_builder.py +0 -0
  43. {leadping-1.0.18 → leadping-1.0.20}/automations/item/automations_item_request_builder.py +0 -0
  44. {leadping-1.0.18 → leadping-1.0.20}/automations/preview/preview_request_builder.py +0 -0
  45. {leadping-1.0.18 → leadping-1.0.20}/businesses/api_keys/api_keys_request_builder.py +0 -0
  46. {leadping-1.0.18 → leadping-1.0.20}/businesses/api_keys/my/my_request_builder.py +0 -0
  47. {leadping-1.0.18 → leadping-1.0.20}/businesses/businesses_request_builder.py +0 -0
  48. {leadping-1.0.18 → leadping-1.0.20}/businesses/invitations/accept/accept_request_builder.py +0 -0
  49. {leadping-1.0.18 → leadping-1.0.20}/businesses/invitations/invitations_request_builder.py +0 -0
  50. {leadping-1.0.18 → leadping-1.0.20}/businesses/invitations/token/item/with_token_item_request_builder.py +0 -0
  51. {leadping-1.0.18 → leadping-1.0.20}/businesses/invitations/token/token_request_builder.py +0 -0
  52. {leadping-1.0.18 → leadping-1.0.20}/businesses/me/invitations/invitations_request_builder.py +0 -0
  53. {leadping-1.0.18 → leadping-1.0.20}/businesses/me/invitations/item/resend/resend_request_builder.py +0 -0
  54. {leadping-1.0.18 → leadping-1.0.20}/businesses/me/invitations/item/with_invitation_item_request_builder.py +0 -0
  55. {leadping-1.0.18 → leadping-1.0.20}/businesses/me/me_request_builder.py +0 -0
  56. {leadping-1.0.18 → leadping-1.0.20}/businesses/me/options/options_request_builder.py +0 -0
  57. {leadping-1.0.18 → leadping-1.0.20}/businesses/me/switch/switch_request_builder.py +0 -0
  58. {leadping-1.0.18 → leadping-1.0.20}/businesses/me/users/item/with_user_item_request_builder.py +0 -0
  59. {leadping-1.0.18 → leadping-1.0.20}/businesses/me/users/users_request_builder.py +0 -0
  60. {leadping-1.0.18 → leadping-1.0.20}/contact/contact_request_builder.py +0 -0
  61. {leadping-1.0.18 → leadping-1.0.20}/conversations/conversations_request_builder.py +0 -0
  62. {leadping-1.0.18 → leadping-1.0.20}/conversations/lead/item/with_lead_item_request_builder.py +0 -0
  63. {leadping-1.0.18 → leadping-1.0.20}/conversations/lead/lead_request_builder.py +0 -0
  64. {leadping-1.0.18 → leadping-1.0.20}/conversations/my/my_request_builder.py +0 -0
  65. {leadping-1.0.18 → leadping-1.0.20}/dispositions/dispositions_request_builder.py +0 -0
  66. {leadping-1.0.18 → leadping-1.0.20}/dispositions/item/dispositions_item_request_builder.py +0 -0
  67. {leadping-1.0.18 → leadping-1.0.20}/dispositions/lead/item/export/export_request_builder.py +0 -0
  68. {leadping-1.0.18 → leadping-1.0.20}/dispositions/lead/item/with_lead_item_request_builder.py +0 -0
  69. {leadping-1.0.18 → leadping-1.0.20}/dispositions/lead/lead_request_builder.py +0 -0
  70. {leadping-1.0.18 → leadping-1.0.20}/events/all/all_request_builder.py +0 -0
  71. {leadping-1.0.18 → leadping-1.0.20}/events/all/my/my_request_builder.py +0 -0
  72. {leadping-1.0.18 → leadping-1.0.20}/events/businesses/businesses_request_builder.py +0 -0
  73. {leadping-1.0.18 → leadping-1.0.20}/events/businesses/item/with_business_item_request_builder.py +0 -0
  74. {leadping-1.0.18 → leadping-1.0.20}/events/calls/all/all_request_builder.py +0 -0
  75. {leadping-1.0.18 → leadping-1.0.20}/events/calls/all/my/my_request_builder.py +0 -0
  76. {leadping-1.0.18 → leadping-1.0.20}/events/calls/calls_request_builder.py +0 -0
  77. {leadping-1.0.18 → leadping-1.0.20}/events/calls/item/with_call_event_item_request_builder.py +0 -0
  78. {leadping-1.0.18 → leadping-1.0.20}/events/calls/lead/item/with_lead_item_request_builder.py +0 -0
  79. {leadping-1.0.18 → leadping-1.0.20}/events/calls/lead/lead_request_builder.py +0 -0
  80. {leadping-1.0.18 → leadping-1.0.20}/events/calls/phone/item/with_phone_number_item_request_builder.py +0 -0
  81. {leadping-1.0.18 → leadping-1.0.20}/events/calls/phone/phone_request_builder.py +0 -0
  82. {leadping-1.0.18 → leadping-1.0.20}/events/conversations/conversations_request_builder.py +0 -0
  83. {leadping-1.0.18 → leadping-1.0.20}/events/conversations/item/notes/notes_request_builder.py +0 -0
  84. {leadping-1.0.18 → leadping-1.0.20}/events/conversations/item/with_conversation_item_request_builder.py +0 -0
  85. {leadping-1.0.18 → leadping-1.0.20}/events/events_request_builder.py +0 -0
  86. {leadping-1.0.18 → leadping-1.0.20}/events/item/detail/detail_request_builder.py +0 -0
  87. {leadping-1.0.18 → leadping-1.0.20}/events/item/with_event_item_request_builder.py +0 -0
  88. {leadping-1.0.18 → leadping-1.0.20}/events/leads/item/with_lead_item_request_builder.py +0 -0
  89. {leadping-1.0.18 → leadping-1.0.20}/events/leads/leads_request_builder.py +0 -0
  90. {leadping-1.0.18 → leadping-1.0.20}/events/sms/all/all_request_builder.py +0 -0
  91. {leadping-1.0.18 → leadping-1.0.20}/events/sms/all/my/my_request_builder.py +0 -0
  92. {leadping-1.0.18 → leadping-1.0.20}/events/sms/item/with_sms_event_item_request_builder.py +0 -0
  93. {leadping-1.0.18 → leadping-1.0.20}/events/sms/lead/item/with_lead_item_request_builder.py +0 -0
  94. {leadping-1.0.18 → leadping-1.0.20}/events/sms/lead/lead_request_builder.py +0 -0
  95. {leadping-1.0.18 → leadping-1.0.20}/events/sms/phone/item/with_phone_number_item_request_builder.py +0 -0
  96. {leadping-1.0.18 → leadping-1.0.20}/events/sms/phone/phone_request_builder.py +0 -0
  97. {leadping-1.0.18 → leadping-1.0.20}/events/sms/sms_request_builder.py +0 -0
  98. {leadping-1.0.18 → leadping-1.0.20}/feedback/feedback_request_builder.py +0 -0
  99. {leadping-1.0.18 → leadping-1.0.20}/leadping.egg-info/dependency_links.txt +0 -0
  100. {leadping-1.0.18 → leadping-1.0.20}/leadping.egg-info/requires.txt +0 -0
  101. {leadping-1.0.18 → leadping-1.0.20}/leadping.egg-info/top_level.txt +0 -0
  102. {leadping-1.0.18 → leadping-1.0.20}/leadping_open_api_client.py +0 -0
  103. {leadping-1.0.18 → leadping-1.0.20}/leads/all/all_request_builder.py +0 -0
  104. {leadping-1.0.18 → leadping-1.0.20}/leads/all/my/my_request_builder.py +0 -0
  105. {leadping-1.0.18 → leadping-1.0.20}/leads/intake/intake_request_builder.py +0 -0
  106. {leadping-1.0.18 → leadping-1.0.20}/leads/item/archive/archive_post_request_body.py +0 -0
  107. {leadping-1.0.18 → leadping-1.0.20}/leads/item/archive/archive_request_builder.py +0 -0
  108. {leadping-1.0.18 → leadping-1.0.20}/leads/item/leads_item_request_builder.py +0 -0
  109. {leadping-1.0.18 → leadping-1.0.20}/leads/item/tags/item/with_tag_item_request_builder.py +0 -0
  110. {leadping-1.0.18 → leadping-1.0.20}/leads/item/tags/tags_request_builder.py +0 -0
  111. {leadping-1.0.18 → leadping-1.0.20}/leads/item/unarchive/unarchive_request_builder.py +0 -0
  112. {leadping-1.0.18 → leadping-1.0.20}/leads/item/workflow_status/workflow_status_request_builder.py +0 -0
  113. {leadping-1.0.18 → leadping-1.0.20}/leads/leads_request_builder.py +0 -0
  114. {leadping-1.0.18 → leadping-1.0.20}/models/accept_business_invitation_request.py +0 -0
  115. {leadping-1.0.18 → leadping-1.0.20}/models/activation_domain_option.py +0 -0
  116. {leadping-1.0.18 → leadping-1.0.20}/models/activation_launch_review_status.py +0 -0
  117. {leadping-1.0.18 → leadping-1.0.20}/models/activation_onboarding_status.py +0 -0
  118. {leadping-1.0.18 → leadping-1.0.20}/models/activation_payment_status.py +0 -0
  119. {leadping-1.0.18 → leadping-1.0.20}/models/activation_subscription_status.py +0 -0
  120. {leadping-1.0.18 → leadping-1.0.20}/models/activation_telephony_status.py +0 -0
  121. {leadping-1.0.18 → leadping-1.0.20}/models/activation_timeline_event.py +0 -0
  122. {leadping-1.0.18 → leadping-1.0.20}/models/activation_timeline_event_actor.py +0 -0
  123. {leadping-1.0.18 → leadping-1.0.20}/models/automation_action.py +0 -0
  124. {leadping-1.0.18 → leadping-1.0.20}/models/automation_action_run_record.py +0 -0
  125. {leadping-1.0.18 → leadping-1.0.20}/models/automation_action_settings.py +0 -0
  126. {leadping-1.0.18 → leadping-1.0.20}/models/automation_condition.py +0 -0
  127. {leadping-1.0.18 → leadping-1.0.20}/models/automation_condition_group.py +0 -0
  128. {leadping-1.0.18 → leadping-1.0.20}/models/automation_condition_settings.py +0 -0
  129. {leadping-1.0.18 → leadping-1.0.20}/models/automation_preview_action_result.py +0 -0
  130. {leadping-1.0.18 → leadping-1.0.20}/models/automation_preview_condition_result.py +0 -0
  131. {leadping-1.0.18 → leadping-1.0.20}/models/automation_preview_request.py +0 -0
  132. {leadping-1.0.18 → leadping-1.0.20}/models/automation_preview_response.py +0 -0
  133. {leadping-1.0.18 → leadping-1.0.20}/models/automation_preview_response_sample_payload.py +0 -0
  134. {leadping-1.0.18 → leadping-1.0.20}/models/automation_request.py +0 -0
  135. {leadping-1.0.18 → leadping-1.0.20}/models/automation_request_snapshot.py +0 -0
  136. {leadping-1.0.18 → leadping-1.0.20}/models/automation_response.py +0 -0
  137. {leadping-1.0.18 → leadping-1.0.20}/models/automation_response_business.py +0 -0
  138. {leadping-1.0.18 → leadping-1.0.20}/models/automation_response_user.py +0 -0
  139. {leadping-1.0.18 → leadping-1.0.20}/models/automation_run_record.py +0 -0
  140. {leadping-1.0.18 → leadping-1.0.20}/models/automation_table_row.py +0 -0
  141. {leadping-1.0.18 → leadping-1.0.20}/models/automation_table_row_business.py +0 -0
  142. {leadping-1.0.18 → leadping-1.0.20}/models/automation_table_row_user.py +0 -0
  143. {leadping-1.0.18 → leadping-1.0.20}/models/automation_trigger.py +0 -0
  144. {leadping-1.0.18 → leadping-1.0.20}/models/automation_trigger_settings.py +0 -0
  145. {leadping-1.0.18 → leadping-1.0.20}/models/automation_validation_result.py +0 -0
  146. {leadping-1.0.18 → leadping-1.0.20}/models/automation_workflow_action_response.py +0 -0
  147. {leadping-1.0.18 → leadping-1.0.20}/models/automation_workflow_event_response.py +0 -0
  148. {leadping-1.0.18 → leadping-1.0.20}/models/automation_workflow_run_response.py +0 -0
  149. {leadping-1.0.18 → leadping-1.0.20}/models/automation_workflow_run_response_automation.py +0 -0
  150. {leadping-1.0.18 → leadping-1.0.20}/models/automation_workflow_run_response_current_step.py +0 -0
  151. {leadping-1.0.18 → leadping-1.0.20}/models/automation_workflow_status_response.py +0 -0
  152. {leadping-1.0.18 → leadping-1.0.20}/models/billable_unit.py +0 -0
  153. {leadping-1.0.18 → leadping-1.0.20}/models/billing_plan.py +0 -0
  154. {leadping-1.0.18 → leadping-1.0.20}/models/business_activation_state.py +0 -0
  155. {leadping-1.0.18 → leadping-1.0.20}/models/business_activation_state_ten_dlc_draft.py +0 -0
  156. {leadping-1.0.18 → leadping-1.0.20}/models/business_compliance_policy.py +0 -0
  157. {leadping-1.0.18 → leadping-1.0.20}/models/business_invitation_request.py +0 -0
  158. {leadping-1.0.18 → leadping-1.0.20}/models/business_invitation_response.py +0 -0
  159. {leadping-1.0.18 → leadping-1.0.20}/models/business_invitation_status.py +0 -0
  160. {leadping-1.0.18 → leadping-1.0.20}/models/business_invitation_table_row.py +0 -0
  161. {leadping-1.0.18 → leadping-1.0.20}/models/business_request.py +0 -0
  162. {leadping-1.0.18 → leadping-1.0.20}/models/business_request_address.py +0 -0
  163. {leadping-1.0.18 → leadping-1.0.20}/models/business_request_billing_address.py +0 -0
  164. {leadping-1.0.18 → leadping-1.0.20}/models/business_request_compliance_policy.py +0 -0
  165. {leadping-1.0.18 → leadping-1.0.20}/models/business_request_ein_document.py +0 -0
  166. {leadping-1.0.18 → leadping-1.0.20}/models/business_request_status.py +0 -0
  167. {leadping-1.0.18 → leadping-1.0.20}/models/business_response_activation.py +0 -0
  168. {leadping-1.0.18 → leadping-1.0.20}/models/business_response_address.py +0 -0
  169. {leadping-1.0.18 → leadping-1.0.20}/models/business_response_billing_address.py +0 -0
  170. {leadping-1.0.18 → leadping-1.0.20}/models/business_response_billing_plan.py +0 -0
  171. {leadping-1.0.18 → leadping-1.0.20}/models/business_response_compliance_policy.py +0 -0
  172. {leadping-1.0.18 → leadping-1.0.20}/models/business_response_ein_document.py +0 -0
  173. {leadping-1.0.18 → leadping-1.0.20}/models/business_response_setup_step.py +0 -0
  174. {leadping-1.0.18 → leadping-1.0.20}/models/business_response_site.py +0 -0
  175. {leadping-1.0.18 → leadping-1.0.20}/models/business_response_status.py +0 -0
  176. {leadping-1.0.18 → leadping-1.0.20}/models/business_response_subscription_status.py +0 -0
  177. {leadping-1.0.18 → leadping-1.0.20}/models/business_response_user.py +0 -0
  178. {leadping-1.0.18 → leadping-1.0.20}/models/business_switch_option.py +0 -0
  179. {leadping-1.0.18 → leadping-1.0.20}/models/business_switch_option_activation_status.py +0 -0
  180. {leadping-1.0.18 → leadping-1.0.20}/models/business_switch_option_business_status.py +0 -0
  181. {leadping-1.0.18 → leadping-1.0.20}/models/business_switch_request.py +0 -0
  182. {leadping-1.0.18 → leadping-1.0.20}/models/business_table_row.py +0 -0
  183. {leadping-1.0.18 → leadping-1.0.20}/models/business_table_row_activation_status.py +0 -0
  184. {leadping-1.0.18 → leadping-1.0.20}/models/business_table_row_billing_plan.py +0 -0
  185. {leadping-1.0.18 → leadping-1.0.20}/models/business_table_row_business.py +0 -0
  186. {leadping-1.0.18 → leadping-1.0.20}/models/business_table_row_setup_step.py +0 -0
  187. {leadping-1.0.18 → leadping-1.0.20}/models/business_table_row_status.py +0 -0
  188. {leadping-1.0.18 → leadping-1.0.20}/models/business_table_row_subscription_status.py +0 -0
  189. {leadping-1.0.18 → leadping-1.0.20}/models/business_table_row_ten_dlc_status.py +0 -0
  190. {leadping-1.0.18 → leadping-1.0.20}/models/business_table_row_website_status.py +0 -0
  191. {leadping-1.0.18 → leadping-1.0.20}/models/business_user_request.py +0 -0
  192. {leadping-1.0.18 → leadping-1.0.20}/models/business_user_response.py +0 -0
  193. {leadping-1.0.18 → leadping-1.0.20}/models/business_user_role.py +0 -0
  194. {leadping-1.0.18 → leadping-1.0.20}/models/business_user_table_row.py +0 -0
  195. {leadping-1.0.18 → leadping-1.0.20}/models/call_event_table_row.py +0 -0
  196. {leadping-1.0.18 → leadping-1.0.20}/models/call_event_table_row_status.py +0 -0
  197. {leadping-1.0.18 → leadping-1.0.20}/models/change_billing_plan_request.py +0 -0
  198. {leadping-1.0.18 → leadping-1.0.20}/models/compliance_update_request.py +0 -0
  199. {leadping-1.0.18 → leadping-1.0.20}/models/compliance_update_request_compliance.py +0 -0
  200. {leadping-1.0.18 → leadping-1.0.20}/models/contact_request.py +0 -0
  201. {leadping-1.0.18 → leadping-1.0.20}/models/contact_response.py +0 -0
  202. {leadping-1.0.18 → leadping-1.0.20}/models/conversation_response.py +0 -0
  203. {leadping-1.0.18 → leadping-1.0.20}/models/conversation_response_current_disposition.py +0 -0
  204. {leadping-1.0.18 → leadping-1.0.20}/models/conversation_response_phone_number.py +0 -0
  205. {leadping-1.0.18 → leadping-1.0.20}/models/conversation_response_status.py +0 -0
  206. {leadping-1.0.18 → leadping-1.0.20}/models/coordinate.py +0 -0
  207. {leadping-1.0.18 → leadping-1.0.20}/models/create_note_request.py +0 -0
  208. {leadping-1.0.18 → leadping-1.0.20}/models/current_disposition_summary.py +0 -0
  209. {leadping-1.0.18 → leadping-1.0.20}/models/current_disposition_summary_category.py +0 -0
  210. {leadping-1.0.18 → leadping-1.0.20}/models/current_disposition_summary_source.py +0 -0
  211. {leadping-1.0.18 → leadping-1.0.20}/models/customer_activation_status.py +0 -0
  212. {leadping-1.0.18 → leadping-1.0.20}/models/customer_automation_health_last_failure.py +0 -0
  213. {leadping-1.0.18 → leadping-1.0.20}/models/disposition_export_response.py +0 -0
  214. {leadping-1.0.18 → leadping-1.0.20}/models/disposition_export_row.py +0 -0
  215. {leadping-1.0.18 → leadping-1.0.20}/models/disposition_export_row_category.py +0 -0
  216. {leadping-1.0.18 → leadping-1.0.20}/models/disposition_export_row_change_source.py +0 -0
  217. {leadping-1.0.18 → leadping-1.0.20}/models/disposition_request.py +0 -0
  218. {leadping-1.0.18 → leadping-1.0.20}/models/disposition_request_category.py +0 -0
  219. {leadping-1.0.18 → leadping-1.0.20}/models/disposition_request_change_source.py +0 -0
  220. {leadping-1.0.18 → leadping-1.0.20}/models/disposition_response.py +0 -0
  221. {leadping-1.0.18 → leadping-1.0.20}/models/disposition_response_category.py +0 -0
  222. {leadping-1.0.18 → leadping-1.0.20}/models/disposition_response_change_source.py +0 -0
  223. {leadping-1.0.18 → leadping-1.0.20}/models/eligible_outgoing_number_response.py +0 -0
  224. {leadping-1.0.18 → leadping-1.0.20}/models/eligible_outgoing_number_response_health_status.py +0 -0
  225. {leadping-1.0.18 → leadping-1.0.20}/models/event_detail_response.py +0 -0
  226. {leadping-1.0.18 → leadping-1.0.20}/models/event_detail_response_status.py +0 -0
  227. {leadping-1.0.18 → leadping-1.0.20}/models/event_detail_response_timeline_type.py +0 -0
  228. {leadping-1.0.18 → leadping-1.0.20}/models/event_detail_response_user.py +0 -0
  229. {leadping-1.0.18 → leadping-1.0.20}/models/event_table_row.py +0 -0
  230. {leadping-1.0.18 → leadping-1.0.20}/models/event_table_row_selection_reason.py +0 -0
  231. {leadping-1.0.18 → leadping-1.0.20}/models/event_table_row_status.py +0 -0
  232. {leadping-1.0.18 → leadping-1.0.20}/models/event_table_row_traffic_type.py +0 -0
  233. {leadping-1.0.18 → leadping-1.0.20}/models/event_timeline_type.py +0 -0
  234. {leadping-1.0.18 → leadping-1.0.20}/models/exact_match_filter.py +0 -0
  235. {leadping-1.0.18 → leadping-1.0.20}/models/feedback_create_request.py +0 -0
  236. {leadping-1.0.18 → leadping-1.0.20}/models/feedback_create_request_type.py +0 -0
  237. {leadping-1.0.18 → leadping-1.0.20}/models/feedback_response.py +0 -0
  238. {leadping-1.0.18 → leadping-1.0.20}/models/feedback_status.py +0 -0
  239. {leadping-1.0.18 → leadping-1.0.20}/models/feedback_type.py +0 -0
  240. {leadping-1.0.18 → leadping-1.0.20}/models/id_name_pair.py +0 -0
  241. {leadping-1.0.18 → leadping-1.0.20}/models/id_name_value.py +0 -0
  242. {leadping-1.0.18 → leadping-1.0.20}/models/initiate_call_request.py +0 -0
  243. {leadping-1.0.18 → leadping-1.0.20}/models/lead_archive_request.py +0 -0
  244. {leadping-1.0.18 → leadping-1.0.20}/models/lead_contact.py +0 -0
  245. {leadping-1.0.18 → leadping-1.0.20}/models/lead_contact_coordinate.py +0 -0
  246. {leadping-1.0.18 → leadping-1.0.20}/models/lead_contact_phone.py +0 -0
  247. {leadping-1.0.18 → leadping-1.0.20}/models/lead_contact_street_address.py +0 -0
  248. {leadping-1.0.18 → leadping-1.0.20}/models/lead_intake_request.py +0 -0
  249. {leadping-1.0.18 → leadping-1.0.20}/models/lead_intake_request_source_metadata.py +0 -0
  250. {leadping-1.0.18 → leadping-1.0.20}/models/lead_metadata.py +0 -0
  251. {leadping-1.0.18 → leadping-1.0.20}/models/lead_metadata_source_metadata.py +0 -0
  252. {leadping-1.0.18 → leadping-1.0.20}/models/lead_profile.py +0 -0
  253. {leadping-1.0.18 → leadping-1.0.20}/models/lead_profile_employment_type.py +0 -0
  254. {leadping-1.0.18 → leadping-1.0.20}/models/lead_profile_gender.py +0 -0
  255. {leadping-1.0.18 → leadping-1.0.20}/models/lead_profile_marital_status.py +0 -0
  256. {leadping-1.0.18 → leadping-1.0.20}/models/lead_request.py +0 -0
  257. {leadping-1.0.18 → leadping-1.0.20}/models/lead_response.py +0 -0
  258. {leadping-1.0.18 → leadping-1.0.20}/models/lead_response_current_disposition.py +0 -0
  259. {leadping-1.0.18 → leadping-1.0.20}/models/lead_table_row.py +0 -0
  260. {leadping-1.0.18 → leadping-1.0.20}/models/lead_table_row_business.py +0 -0
  261. {leadping-1.0.18 → leadping-1.0.20}/models/lead_table_row_current_disposition.py +0 -0
  262. {leadping-1.0.18 → leadping-1.0.20}/models/lead_table_row_source.py +0 -0
  263. {leadping-1.0.18 → leadping-1.0.20}/models/lead_tags_request.py +0 -0
  264. {leadping-1.0.18 → leadping-1.0.20}/models/mobile_device_preferences.py +0 -0
  265. {leadping-1.0.18 → leadping-1.0.20}/models/notification_priority.py +0 -0
  266. {leadping-1.0.18 → leadping-1.0.20}/models/notification_table_row.py +0 -0
  267. {leadping-1.0.18 → leadping-1.0.20}/models/notification_type.py +0 -0
  268. {leadping-1.0.18 → leadping-1.0.20}/models/order_by_option.py +0 -0
  269. {leadping-1.0.18 → leadping-1.0.20}/models/order_by_option_direction.py +0 -0
  270. {leadping-1.0.18 → leadping-1.0.20}/models/outbound_delivery_channel.py +0 -0
  271. {leadping-1.0.18 → leadping-1.0.20}/models/outbound_delivery_source.py +0 -0
  272. {leadping-1.0.18 → leadping-1.0.20}/models/outbound_delivery_status.py +0 -0
  273. {leadping-1.0.18 → leadping-1.0.20}/models/outbound_queue_item_reason_code.py +0 -0
  274. {leadping-1.0.18 → leadping-1.0.20}/models/outgoing_number_manual_override_request.py +0 -0
  275. {leadping-1.0.18 → leadping-1.0.20}/models/outgoing_number_selection_reason.py +0 -0
  276. {leadping-1.0.18 → leadping-1.0.20}/models/outgoing_number_selection_request.py +0 -0
  277. {leadping-1.0.18 → leadping-1.0.20}/models/outgoing_number_selection_request_channel.py +0 -0
  278. {leadping-1.0.18 → leadping-1.0.20}/models/outgoing_number_selection_response.py +0 -0
  279. {leadping-1.0.18 → leadping-1.0.20}/models/outgoing_number_selection_response_health_status.py +0 -0
  280. {leadping-1.0.18 → leadping-1.0.20}/models/outgoing_number_selection_response_selection_reason.py +0 -0
  281. {leadping-1.0.18 → leadping-1.0.20}/models/paged_result_of_automation_table_row.py +0 -0
  282. {leadping-1.0.18 → leadping-1.0.20}/models/paged_result_of_business_table_row.py +0 -0
  283. {leadping-1.0.18 → leadping-1.0.20}/models/paged_result_of_call_event_table_row.py +0 -0
  284. {leadping-1.0.18 → leadping-1.0.20}/models/paged_result_of_conversation_response.py +0 -0
  285. {leadping-1.0.18 → leadping-1.0.20}/models/paged_result_of_event_table_row.py +0 -0
  286. {leadping-1.0.18 → leadping-1.0.20}/models/paged_result_of_lead_table_row.py +0 -0
  287. {leadping-1.0.18 → leadping-1.0.20}/models/paged_result_of_notification_table_row.py +0 -0
  288. {leadping-1.0.18 → leadping-1.0.20}/models/paged_result_of_phone_number_table_row.py +0 -0
  289. {leadping-1.0.18 → leadping-1.0.20}/models/paged_result_of_sms_event_table_row.py +0 -0
  290. {leadping-1.0.18 → leadping-1.0.20}/models/paged_result_of_source_table_row.py +0 -0
  291. {leadping-1.0.18 → leadping-1.0.20}/models/paged_result_of_transaction_table_row.py +0 -0
  292. {leadping-1.0.18 → leadping-1.0.20}/models/paged_result_of_usage_ledger_table_row.py +0 -0
  293. {leadping-1.0.18 → leadping-1.0.20}/models/phone.py +0 -0
  294. {leadping-1.0.18 → leadping-1.0.20}/models/phone_call_response.py +0 -0
  295. {leadping-1.0.18 → leadping-1.0.20}/models/phone_call_response_selection_reason.py +0 -0
  296. {leadping-1.0.18 → leadping-1.0.20}/models/phone_call_status.py +0 -0
  297. {leadping-1.0.18 → leadping-1.0.20}/models/phone_number_availability_request.py +0 -0
  298. {leadping-1.0.18 → leadping-1.0.20}/models/phone_number_availability_response.py +0 -0
  299. {leadping-1.0.18 → leadping-1.0.20}/models/phone_number_availability_response_location.py +0 -0
  300. {leadping-1.0.18 → leadping-1.0.20}/models/phone_number_location.py +0 -0
  301. {leadping-1.0.18 → leadping-1.0.20}/models/phone_number_location_coordinate.py +0 -0
  302. {leadping-1.0.18 → leadping-1.0.20}/models/phone_number_messaging_event_response.py +0 -0
  303. {leadping-1.0.18 → leadping-1.0.20}/models/phone_number_opt_out_metrics_response.py +0 -0
  304. {leadping-1.0.18 → leadping-1.0.20}/models/phone_number_outbound_health_status.py +0 -0
  305. {leadping-1.0.18 → leadping-1.0.20}/models/phone_number_request.py +0 -0
  306. {leadping-1.0.18 → leadping-1.0.20}/models/phone_number_response.py +0 -0
  307. {leadping-1.0.18 → leadping-1.0.20}/models/phone_number_response_business.py +0 -0
  308. {leadping-1.0.18 → leadping-1.0.20}/models/phone_number_routing_metadata.py +0 -0
  309. {leadping-1.0.18 → leadping-1.0.20}/models/phone_number_search_request.py +0 -0
  310. {leadping-1.0.18 → leadping-1.0.20}/models/phone_number_search_request_location.py +0 -0
  311. {leadping-1.0.18 → leadping-1.0.20}/models/phone_number_search_response.py +0 -0
  312. {leadping-1.0.18 → leadping-1.0.20}/models/phone_number_search_result.py +0 -0
  313. {leadping-1.0.18 → leadping-1.0.20}/models/phone_number_search_result_location.py +0 -0
  314. {leadping-1.0.18 → leadping-1.0.20}/models/phone_number_status_response.py +0 -0
  315. {leadping-1.0.18 → leadping-1.0.20}/models/phone_number_status_response_outbound_capacity.py +0 -0
  316. {leadping-1.0.18 → leadping-1.0.20}/models/phone_number_status_response_sms_warmup.py +0 -0
  317. {leadping-1.0.18 → leadping-1.0.20}/models/phone_number_table_row.py +0 -0
  318. {leadping-1.0.18 → leadping-1.0.20}/models/phone_number_traffic_metrics_response.py +0 -0
  319. {leadping-1.0.18 → leadping-1.0.20}/models/phone_number_traffic_trend_point.py +0 -0
  320. {leadping-1.0.18 → leadping-1.0.20}/models/phone_number_warmup.py +0 -0
  321. {leadping-1.0.18 → leadping-1.0.20}/models/phone_number_warmup_health_status.py +0 -0
  322. {leadping-1.0.18 → leadping-1.0.20}/models/phone_number_warmup_state.py +0 -0
  323. {leadping-1.0.18 → leadping-1.0.20}/models/problem_details.py +0 -0
  324. {leadping-1.0.18 → leadping-1.0.20}/models/range_filter.py +0 -0
  325. {leadping-1.0.18 → leadping-1.0.20}/models/request_data_options.py +0 -0
  326. {leadping-1.0.18 → leadping-1.0.20}/models/send_sms_request.py +0 -0
  327. {leadping-1.0.18 → leadping-1.0.20}/models/sms_event_table_row.py +0 -0
  328. {leadping-1.0.18 → leadping-1.0.20}/models/sms_event_table_row_outbound_source.py +0 -0
  329. {leadping-1.0.18 → leadping-1.0.20}/models/sms_event_table_row_status.py +0 -0
  330. {leadping-1.0.18 → leadping-1.0.20}/models/sms_event_table_row_traffic_type.py +0 -0
  331. {leadping-1.0.18 → leadping-1.0.20}/models/sms_response.py +0 -0
  332. {leadping-1.0.18 → leadping-1.0.20}/models/sms_response_selection_reason.py +0 -0
  333. {leadping-1.0.18 → leadping-1.0.20}/models/sms_response_status.py +0 -0
  334. {leadping-1.0.18 → leadping-1.0.20}/models/sms_response_traffic_type.py +0 -0
  335. {leadping-1.0.18 → leadping-1.0.20}/models/sms_warmup_health_state.py +0 -0
  336. {leadping-1.0.18 → leadping-1.0.20}/models/sms_warmup_status_response.py +0 -0
  337. {leadping-1.0.18 → leadping-1.0.20}/models/sms_warmup_ui_state.py +0 -0
  338. {leadping-1.0.18 → leadping-1.0.20}/models/source_request.py +0 -0
  339. {leadping-1.0.18 → leadping-1.0.20}/models/source_response.py +0 -0
  340. {leadping-1.0.18 → leadping-1.0.20}/models/source_response_business.py +0 -0
  341. {leadping-1.0.18 → leadping-1.0.20}/models/source_response_created_by_user.py +0 -0
  342. {leadping-1.0.18 → leadping-1.0.20}/models/source_response_modified_by_user.py +0 -0
  343. {leadping-1.0.18 → leadping-1.0.20}/models/source_response_user.py +0 -0
  344. {leadping-1.0.18 → leadping-1.0.20}/models/source_table_row.py +0 -0
  345. {leadping-1.0.18 → leadping-1.0.20}/models/source_table_row_business.py +0 -0
  346. {leadping-1.0.18 → leadping-1.0.20}/models/source_table_row_created_by_user.py +0 -0
  347. {leadping-1.0.18 → leadping-1.0.20}/models/source_table_row_modified_by_user.py +0 -0
  348. {leadping-1.0.18 → leadping-1.0.20}/models/source_table_row_user.py +0 -0
  349. {leadping-1.0.18 → leadping-1.0.20}/models/street_address.py +0 -0
  350. {leadping-1.0.18 → leadping-1.0.20}/models/stripe_payment_method_response.py +0 -0
  351. {leadping-1.0.18 → leadping-1.0.20}/models/suppression_check_result.py +0 -0
  352. {leadping-1.0.18 → leadping-1.0.20}/models/suppression_entry_audit.py +0 -0
  353. {leadping-1.0.18 → leadping-1.0.20}/models/suppression_entry_audit_safe_metadata.py +0 -0
  354. {leadping-1.0.18 → leadping-1.0.20}/models/suppression_entry_request.py +0 -0
  355. {leadping-1.0.18 → leadping-1.0.20}/models/suppression_entry_response.py +0 -0
  356. {leadping-1.0.18 → leadping-1.0.20}/models/tag_request.py +0 -0
  357. {leadping-1.0.18 → leadping-1.0.20}/models/tag_response.py +0 -0
  358. {leadping-1.0.18 → leadping-1.0.20}/models/tag_summary.py +0 -0
  359. {leadping-1.0.18 → leadping-1.0.20}/models/telephony_login_request.py +0 -0
  360. {leadping-1.0.18 → leadping-1.0.20}/models/telephony_login_request_device.py +0 -0
  361. {leadping-1.0.18 → leadping-1.0.20}/models/telephony_login_response.py +0 -0
  362. {leadping-1.0.18 → leadping-1.0.20}/models/ten_dlc_application_draft.py +0 -0
  363. {leadping-1.0.18 → leadping-1.0.20}/models/ten_dlc_application_status.py +0 -0
  364. {leadping-1.0.18 → leadping-1.0.20}/models/transaction_response.py +0 -0
  365. {leadping-1.0.18 → leadping-1.0.20}/models/transaction_response_business.py +0 -0
  366. {leadping-1.0.18 → leadping-1.0.20}/models/transaction_response_lead.py +0 -0
  367. {leadping-1.0.18 → leadping-1.0.20}/models/transaction_status.py +0 -0
  368. {leadping-1.0.18 → leadping-1.0.20}/models/transaction_table_row.py +0 -0
  369. {leadping-1.0.18 → leadping-1.0.20}/models/transaction_table_row_business.py +0 -0
  370. {leadping-1.0.18 → leadping-1.0.20}/models/transaction_table_row_lead.py +0 -0
  371. {leadping-1.0.18 → leadping-1.0.20}/models/transaction_type.py +0 -0
  372. {leadping-1.0.18 → leadping-1.0.20}/models/trusted_form_certificate.py +0 -0
  373. {leadping-1.0.18 → leadping-1.0.20}/models/usage_channel.py +0 -0
  374. {leadping-1.0.18 → leadping-1.0.20}/models/usage_counter_line.py +0 -0
  375. {leadping-1.0.18 → leadping-1.0.20}/models/usage_ledger_table_row.py +0 -0
  376. {leadping-1.0.18 → leadping-1.0.20}/models/usage_ledger_table_row_business.py +0 -0
  377. {leadping-1.0.18 → leadping-1.0.20}/models/usage_ledger_table_row_lead.py +0 -0
  378. {leadping-1.0.18 → leadping-1.0.20}/models/usage_ledger_table_row_user.py +0 -0
  379. {leadping-1.0.18 → leadping-1.0.20}/models/usage_record_status.py +0 -0
  380. {leadping-1.0.18 → leadping-1.0.20}/models/usage_summary_line.py +0 -0
  381. {leadping-1.0.18 → leadping-1.0.20}/models/usage_summary_response.py +0 -0
  382. {leadping-1.0.18 → leadping-1.0.20}/models/user_compliance.py +0 -0
  383. {leadping-1.0.18 → leadping-1.0.20}/models/user_data_export_statuses.py +0 -0
  384. {leadping-1.0.18 → leadping-1.0.20}/models/user_identity.py +0 -0
  385. {leadping-1.0.18 → leadping-1.0.20}/models/user_notification_preferences.py +0 -0
  386. {leadping-1.0.18 → leadping-1.0.20}/models/user_request.py +0 -0
  387. {leadping-1.0.18 → leadping-1.0.20}/models/user_request_billing_plan.py +0 -0
  388. {leadping-1.0.18 → leadping-1.0.20}/models/user_request_compliance.py +0 -0
  389. {leadping-1.0.18 → leadping-1.0.20}/models/user_request_current_business.py +0 -0
  390. {leadping-1.0.18 → leadping-1.0.20}/models/user_request_notification_preferences.py +0 -0
  391. {leadping-1.0.18 → leadping-1.0.20}/models/user_response_billing_plan.py +0 -0
  392. {leadping-1.0.18 → leadping-1.0.20}/models/user_response_compliance.py +0 -0
  393. {leadping-1.0.18 → leadping-1.0.20}/models/user_response_current_business.py +0 -0
  394. {leadping-1.0.18 → leadping-1.0.20}/models/user_response_notification_preferences.py +0 -0
  395. {leadping-1.0.18 → leadping-1.0.20}/models/user_response_subscription_status.py +0 -0
  396. {leadping-1.0.18 → leadping-1.0.20}/models/wallet_response.py +0 -0
  397. {leadping-1.0.18 → leadping-1.0.20}/models/wallet_response_credit_status.py +0 -0
  398. {leadping-1.0.18 → leadping-1.0.20}/models/wallet_response_source_type.py +0 -0
  399. {leadping-1.0.18 → leadping-1.0.20}/models/website_lifecycle_status.py +0 -0
  400. {leadping-1.0.18 → leadping-1.0.20}/notifications/announcements/announcements_request_builder.py +0 -0
  401. {leadping-1.0.18 → leadping-1.0.20}/notifications/item/mark_read/mark_read_request_builder.py +0 -0
  402. {leadping-1.0.18 → leadping-1.0.20}/notifications/item/notifications_item_request_builder.py +0 -0
  403. {leadping-1.0.18 → leadping-1.0.20}/notifications/mark_all_read/mark_all_read_request_builder.py +0 -0
  404. {leadping-1.0.18 → leadping-1.0.20}/notifications/me/me_request_builder.py +0 -0
  405. {leadping-1.0.18 → leadping-1.0.20}/notifications/notifications_request_builder.py +0 -0
  406. {leadping-1.0.18 → leadping-1.0.20}/notifications/unread_count/unread_count_request_builder.py +0 -0
  407. {leadping-1.0.18 → leadping-1.0.20}/outbound/outbound_request_builder.py +0 -0
  408. {leadping-1.0.18 → leadping-1.0.20}/outbound/overview/overview_request_builder.py +0 -0
  409. {leadping-1.0.18 → leadping-1.0.20}/payment_methods/item/default/default_request_builder.py +0 -0
  410. {leadping-1.0.18 → leadping-1.0.20}/payment_methods/item/payment_methods_item_request_builder.py +0 -0
  411. {leadping-1.0.18 → leadping-1.0.20}/payment_methods/payment_methods_request_builder.py +0 -0
  412. {leadping-1.0.18 → leadping-1.0.20}/phone_call/initiate/initiate_request_builder.py +0 -0
  413. {leadping-1.0.18 → leadping-1.0.20}/phone_call/item/hangup/hangup_request_builder.py +0 -0
  414. {leadping-1.0.18 → leadping-1.0.20}/phone_call/item/status/status_request_builder.py +0 -0
  415. {leadping-1.0.18 → leadping-1.0.20}/phone_call/item/transfer/transfer_request_builder.py +0 -0
  416. {leadping-1.0.18 → leadping-1.0.20}/phone_call/item/with_call_item_request_builder.py +0 -0
  417. {leadping-1.0.18 → leadping-1.0.20}/phone_call/phone_call_request_builder.py +0 -0
  418. {leadping-1.0.18 → leadping-1.0.20}/phone_numbers/all/all_request_builder.py +0 -0
  419. {leadping-1.0.18 → leadping-1.0.20}/phone_numbers/all/business/business_request_builder.py +0 -0
  420. {leadping-1.0.18 → leadping-1.0.20}/phone_numbers/is_available_for_purchase/is_available_for_purchase_request_builder.py +0 -0
  421. {leadping-1.0.18 → leadping-1.0.20}/phone_numbers/item/phone_number_item_request_builder.py +0 -0
  422. {leadping-1.0.18 → leadping-1.0.20}/phone_numbers/item/status/status_request_builder.py +0 -0
  423. {leadping-1.0.18 → leadping-1.0.20}/phone_numbers/item/warmup/warmup_request_builder.py +0 -0
  424. {leadping-1.0.18 → leadping-1.0.20}/phone_numbers/outgoing/conversation/conversation_request_builder.py +0 -0
  425. {leadping-1.0.18 → leadping-1.0.20}/phone_numbers/outgoing/conversation/item/override/override_request_builder.py +0 -0
  426. {leadping-1.0.18 → leadping-1.0.20}/phone_numbers/outgoing/conversation/item/with_conversation_item_request_builder.py +0 -0
  427. {leadping-1.0.18 → leadping-1.0.20}/phone_numbers/outgoing/manual_override/manual_override_request_builder.py +0 -0
  428. {leadping-1.0.18 → leadping-1.0.20}/phone_numbers/outgoing/new/new_request_builder.py +0 -0
  429. {leadping-1.0.18 → leadping-1.0.20}/phone_numbers/outgoing/outgoing_request_builder.py +0 -0
  430. {leadping-1.0.18 → leadping-1.0.20}/phone_numbers/phone_numbers_request_builder.py +0 -0
  431. {leadping-1.0.18 → leadping-1.0.20}/phone_numbers/search/search_request_builder.py +0 -0
  432. {leadping-1.0.18 → leadping-1.0.20}/pyproject.toml +0 -0
  433. {leadping-1.0.18 → leadping-1.0.20}/reports/exports/exports_request_builder.py +0 -0
  434. {leadping-1.0.18 → leadping-1.0.20}/reports/exports/item/download/download_request_builder.py +0 -0
  435. {leadping-1.0.18 → leadping-1.0.20}/reports/exports/item/with_export_item_request_builder.py +0 -0
  436. {leadping-1.0.18 → leadping-1.0.20}/reports/exports/my/my_request_builder.py +0 -0
  437. {leadping-1.0.18 → leadping-1.0.20}/reports/reports_request_builder.py +0 -0
  438. {leadping-1.0.18 → leadping-1.0.20}/setup.cfg +0 -0
  439. {leadping-1.0.18 → leadping-1.0.20}/setup.py +0 -0
  440. {leadping-1.0.18 → leadping-1.0.20}/sms/item/cancel/cancel_request_builder.py +0 -0
  441. {leadping-1.0.18 → leadping-1.0.20}/sms/item/with_sms_event_item_request_builder.py +0 -0
  442. {leadping-1.0.18 → leadping-1.0.20}/sms/send/send_request_builder.py +0 -0
  443. {leadping-1.0.18 → leadping-1.0.20}/sms/sms_request_builder.py +0 -0
  444. {leadping-1.0.18 → leadping-1.0.20}/sources/all/all_request_builder.py +0 -0
  445. {leadping-1.0.18 → leadping-1.0.20}/sources/all/my/my_request_builder.py +0 -0
  446. {leadping-1.0.18 → leadping-1.0.20}/sources/item/metrics/metrics_request_builder.py +0 -0
  447. {leadping-1.0.18 → leadping-1.0.20}/sources/item/sources_item_request_builder.py +0 -0
  448. {leadping-1.0.18 → leadping-1.0.20}/sources/sources_request_builder.py +0 -0
  449. {leadping-1.0.18 → leadping-1.0.20}/suppressions/check/check_request_builder.py +0 -0
  450. {leadping-1.0.18 → leadping-1.0.20}/suppressions/release/release_request_builder.py +0 -0
  451. {leadping-1.0.18 → leadping-1.0.20}/suppressions/suppressions_request_builder.py +0 -0
  452. {leadping-1.0.18 → leadping-1.0.20}/tags/item/tags_item_request_builder.py +0 -0
  453. {leadping-1.0.18 → leadping-1.0.20}/tags/tags_request_builder.py +0 -0
  454. {leadping-1.0.18 → leadping-1.0.20}/telephony/login/login_request_builder.py +0 -0
  455. {leadping-1.0.18 → leadping-1.0.20}/telephony/telephony_request_builder.py +0 -0
  456. {leadping-1.0.18 → leadping-1.0.20}/transactions/all/all_request_builder.py +0 -0
  457. {leadping-1.0.18 → leadping-1.0.20}/transactions/all/my/my_request_builder.py +0 -0
  458. {leadping-1.0.18 → leadping-1.0.20}/transactions/item/transactions_item_request_builder.py +0 -0
  459. {leadping-1.0.18 → leadping-1.0.20}/transactions/transactions_request_builder.py +0 -0
  460. {leadping-1.0.18 → leadping-1.0.20}/usage/all/all_request_builder.py +0 -0
  461. {leadping-1.0.18 → leadping-1.0.20}/usage/all/my/my_request_builder.py +0 -0
  462. {leadping-1.0.18 → leadping-1.0.20}/usage/summary/my/my_request_builder.py +0 -0
  463. {leadping-1.0.18 → leadping-1.0.20}/usage/summary/summary_request_builder.py +0 -0
  464. {leadping-1.0.18 → leadping-1.0.20}/usage/usage_request_builder.py +0 -0
  465. {leadping-1.0.18 → leadping-1.0.20}/users/change_billing_plan/change_billing_plan_request_builder.py +0 -0
  466. {leadping-1.0.18 → leadping-1.0.20}/users/compliance/compliance_request_builder.py +0 -0
  467. {leadping-1.0.18 → leadping-1.0.20}/users/me/last_login/last_login_request_builder.py +0 -0
  468. {leadping-1.0.18 → leadping-1.0.20}/users/me/me_request_builder.py +0 -0
  469. {leadping-1.0.18 → leadping-1.0.20}/users/me/paymentmethod/paymentmethod_request_builder.py +0 -0
  470. {leadping-1.0.18 → leadping-1.0.20}/users/users_request_builder.py +0 -0
  471. {leadping-1.0.18 → leadping-1.0.20}/wallets/item/wallets_item_request_builder.py +0 -0
  472. {leadping-1.0.18 → leadping-1.0.20}/wallets/me/me_request_builder.py +0 -0
  473. {leadping-1.0.18 → leadping-1.0.20}/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.18
3
+ Version: 1.0.20
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.18
3
+ Version: 1.0.20
4
4
  Summary: Typed Python client for the Leadping API, generated from the Leadping OpenAPI document with Microsoft Kiota.
5
5
  Home-page: https://github.com/leadpingai/leadping-python
6
6
  Author: Leadping
@@ -125,7 +125,10 @@ setup.py
125
125
  ./models/billing_plan.py
126
126
  ./models/business_activation_state.py
127
127
  ./models/business_activation_state_ten_dlc_draft.py
128
+ ./models/business_billing_state.py
129
+ ./models/business_billing_state_dunning.py
128
130
  ./models/business_compliance_policy.py
131
+ ./models/business_dunning_info.py
129
132
  ./models/business_invitation_request.py
130
133
  ./models/business_invitation_response.py
131
134
  ./models/business_invitation_status.py
@@ -141,8 +144,10 @@ setup.py
141
144
  ./models/business_response_address.py
142
145
  ./models/business_response_billing_address.py
143
146
  ./models/business_response_billing_plan.py
147
+ ./models/business_response_billing_state.py
144
148
  ./models/business_response_compliance_policy.py
145
149
  ./models/business_response_ein_document.py
150
+ ./models/business_response_setup_status.py
146
151
  ./models/business_response_setup_step.py
147
152
  ./models/business_response_site.py
148
153
  ./models/business_response_status.py
@@ -381,6 +386,7 @@ setup.py
381
386
  ./models/user_request_notification_preferences.py
382
387
  ./models/user_response.py
383
388
  ./models/user_response_billing_plan.py
389
+ ./models/user_response_billing_state.py
384
390
  ./models/user_response_compliance.py
385
391
  ./models/user_response_current_business.py
386
392
  ./models/user_response_notification_preferences.py
@@ -583,7 +589,10 @@ models/billable_unit.py
583
589
  models/billing_plan.py
584
590
  models/business_activation_state.py
585
591
  models/business_activation_state_ten_dlc_draft.py
592
+ models/business_billing_state.py
593
+ models/business_billing_state_dunning.py
586
594
  models/business_compliance_policy.py
595
+ models/business_dunning_info.py
587
596
  models/business_invitation_request.py
588
597
  models/business_invitation_response.py
589
598
  models/business_invitation_status.py
@@ -599,8 +608,10 @@ models/business_response_activation.py
599
608
  models/business_response_address.py
600
609
  models/business_response_billing_address.py
601
610
  models/business_response_billing_plan.py
611
+ models/business_response_billing_state.py
602
612
  models/business_response_compliance_policy.py
603
613
  models/business_response_ein_document.py
614
+ models/business_response_setup_status.py
604
615
  models/business_response_setup_step.py
605
616
  models/business_response_site.py
606
617
  models/business_response_status.py
@@ -839,6 +850,7 @@ models/user_request_current_business.py
839
850
  models/user_request_notification_preferences.py
840
851
  models/user_response.py
841
852
  models/user_response_billing_plan.py
853
+ models/user_response_billing_state.py
842
854
  models/user_response_compliance.py
843
855
  models/user_response_current_business.py
844
856
  models/user_response_notification_preferences.py
@@ -7,7 +7,7 @@ from typing import Any, Optional, TYPE_CHECKING, Union
7
7
  @dataclass
8
8
  class AnalyticsComparison(AdditionalDataHolder, Parsable):
9
9
  """
10
- Date and time when this Leadping customer analytics summary was leads comparison.
10
+ Represents analytics comparison data exposed by Leadping analytics.
11
11
  """
12
12
  # Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
13
13
  additional_data: dict[str, Any] = field(default_factory=dict)
@@ -8,7 +8,7 @@ from typing import Any, Optional, TYPE_CHECKING, Union
8
8
  @dataclass
9
9
  class AnalyticsDateRange(AdditionalDataHolder, Parsable):
10
10
  """
11
- Range associated with this Leadping customer analytics.
11
+ Represents analytics date range data exposed by Leadping analytics.
12
12
  """
13
13
  # Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
14
14
  additional_data: dict[str, Any] = field(default_factory=dict)
@@ -7,6 +7,9 @@ from typing import Any, Optional, TYPE_CHECKING, Union
7
7
 
8
8
  @dataclass
9
9
  class AnalyticsTrendPointOfdecimal(AdditionalDataHolder, Parsable):
10
+ """
11
+ Represents analytics trend point data exposed by Leadping analytics.
12
+ """
10
13
  # Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
11
14
  additional_data: dict[str, Any] = field(default_factory=dict)
12
15
 
@@ -7,6 +7,9 @@ from typing import Any, Optional, TYPE_CHECKING, Union
7
7
 
8
8
  @dataclass
9
9
  class AnalyticsTrendPointOfint(AdditionalDataHolder, Parsable):
10
+ """
11
+ Represents analytics trend point data exposed by Leadping analytics.
12
+ """
10
13
  # Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
11
14
  additional_data: dict[str, Any] = field(default_factory=dict)
12
15
 
@@ -0,0 +1,78 @@
1
+ from __future__ import annotations
2
+ import datetime
3
+ from collections.abc import Callable
4
+ from dataclasses import dataclass, field
5
+ from kiota_abstractions.serialization import AdditionalDataHolder, Parsable, ParseNode, SerializationWriter
6
+ from typing import Any, Optional, TYPE_CHECKING, Union
7
+
8
+ if TYPE_CHECKING:
9
+ from .business_billing_state_dunning import BusinessBillingState_dunning
10
+
11
+ @dataclass
12
+ class BusinessBillingState(AdditionalDataHolder, Parsable):
13
+ """
14
+ Customer-safe billing state for a Leadping business.
15
+ """
16
+ # Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
17
+ additional_data: dict[str, Any] = field(default_factory=dict)
18
+
19
+ # Gets or sets when the active subscription is scheduled to cancel.
20
+ cancel_at: Optional[datetime.datetime] = None
21
+ # Gets or sets the customer-safe payment recovery state for the business.
22
+ dunning: Optional[BusinessBillingState_dunning] = None
23
+ # Indicates whether the business has a saved default payment method.
24
+ has_payment_method: Optional[bool] = None
25
+ # Indicates whether the business has a Stripe customer account.
26
+ has_stripe_customer: Optional[bool] = None
27
+ # Gets or sets when Leadping last processed a payment-method event for the business.
28
+ last_payment_method_event_at: Optional[datetime.datetime] = None
29
+ # Gets or sets when Leadping last processed a subscription event for the business.
30
+ last_subscription_event_at: Optional[datetime.datetime] = None
31
+
32
+ @staticmethod
33
+ def create_from_discriminator_value(parse_node: ParseNode) -> BusinessBillingState:
34
+ """
35
+ Creates a new instance of the appropriate class based on discriminator value
36
+ param parse_node: The parse node to use to read the discriminator value and create the object
37
+ Returns: BusinessBillingState
38
+ """
39
+ if parse_node is None:
40
+ raise TypeError("parse_node cannot be null.")
41
+ return BusinessBillingState()
42
+
43
+ def get_field_deserializers(self,) -> dict[str, Callable[[ParseNode], None]]:
44
+ """
45
+ The deserialization information for the current model
46
+ Returns: dict[str, Callable[[ParseNode], None]]
47
+ """
48
+ from .business_billing_state_dunning import BusinessBillingState_dunning
49
+
50
+ from .business_billing_state_dunning import BusinessBillingState_dunning
51
+
52
+ fields: dict[str, Callable[[Any], None]] = {
53
+ "cancelAt": lambda n : setattr(self, 'cancel_at', n.get_datetime_value()),
54
+ "dunning": lambda n : setattr(self, 'dunning', n.get_object_value(BusinessBillingState_dunning)),
55
+ "hasPaymentMethod": lambda n : setattr(self, 'has_payment_method', n.get_bool_value()),
56
+ "hasStripeCustomer": lambda n : setattr(self, 'has_stripe_customer', n.get_bool_value()),
57
+ "lastPaymentMethodEventAt": lambda n : setattr(self, 'last_payment_method_event_at', n.get_datetime_value()),
58
+ "lastSubscriptionEventAt": lambda n : setattr(self, 'last_subscription_event_at', n.get_datetime_value()),
59
+ }
60
+ return fields
61
+
62
+ def serialize(self,writer: SerializationWriter) -> None:
63
+ """
64
+ Serializes information the current object
65
+ param writer: Serialization writer to use to serialize this model
66
+ Returns: None
67
+ """
68
+ if writer is None:
69
+ raise TypeError("writer cannot be null.")
70
+ writer.write_datetime_value("cancelAt", self.cancel_at)
71
+ writer.write_object_value("dunning", self.dunning)
72
+ writer.write_bool_value("hasPaymentMethod", self.has_payment_method)
73
+ writer.write_bool_value("hasStripeCustomer", self.has_stripe_customer)
74
+ writer.write_datetime_value("lastPaymentMethodEventAt", self.last_payment_method_event_at)
75
+ writer.write_datetime_value("lastSubscriptionEventAt", self.last_subscription_event_at)
76
+ writer.write_additional_data_value(self.additional_data)
77
+
78
+
@@ -0,0 +1,54 @@
1
+ from __future__ import annotations
2
+ from collections.abc import Callable
3
+ from dataclasses import dataclass, field
4
+ from kiota_abstractions.serialization import Parsable, ParseNode, SerializationWriter
5
+ from typing import Any, Optional, TYPE_CHECKING, Union
6
+
7
+ if TYPE_CHECKING:
8
+ from .business_dunning_info import BusinessDunningInfo
9
+
10
+ from .business_dunning_info import BusinessDunningInfo
11
+
12
+ @dataclass
13
+ class BusinessBillingState_dunning(BusinessDunningInfo, Parsable):
14
+ """
15
+ Gets or sets the customer-safe payment recovery state for the business.
16
+ """
17
+
18
+ @staticmethod
19
+ def create_from_discriminator_value(parse_node: ParseNode) -> BusinessBillingState_dunning:
20
+ """
21
+ Creates a new instance of the appropriate class based on discriminator value
22
+ param parse_node: The parse node to use to read the discriminator value and create the object
23
+ Returns: BusinessBillingState_dunning
24
+ """
25
+ if parse_node is None:
26
+ raise TypeError("parse_node cannot be null.")
27
+ return BusinessBillingState_dunning()
28
+
29
+ def get_field_deserializers(self,) -> dict[str, Callable[[ParseNode], None]]:
30
+ """
31
+ The deserialization information for the current model
32
+ Returns: dict[str, Callable[[ParseNode], None]]
33
+ """
34
+ from .business_dunning_info import BusinessDunningInfo
35
+
36
+ from .business_dunning_info import BusinessDunningInfo
37
+
38
+ fields: dict[str, Callable[[Any], None]] = {
39
+ }
40
+ super_fields = super().get_field_deserializers()
41
+ fields.update(super_fields)
42
+ return fields
43
+
44
+ def serialize(self,writer: SerializationWriter) -> None:
45
+ """
46
+ Serializes information the current object
47
+ param writer: Serialization writer to use to serialize this model
48
+ Returns: None
49
+ """
50
+ if writer is None:
51
+ raise TypeError("writer cannot be null.")
52
+ super().serialize(writer)
53
+
54
+
@@ -0,0 +1,87 @@
1
+ from __future__ import annotations
2
+ import datetime
3
+ from collections.abc import Callable
4
+ from dataclasses import dataclass, field
5
+ from kiota_abstractions.serialization import AdditionalDataHolder, Parsable, ParseNode, SerializationWriter
6
+ from typing import Any, Optional, TYPE_CHECKING, Union
7
+
8
+ @dataclass
9
+ class BusinessDunningInfo(AdditionalDataHolder, Parsable):
10
+ """
11
+ Dunning state recorded after a failed recurring payment.
12
+ """
13
+ # Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
14
+ additional_data: dict[str, Any] = field(default_factory=dict)
15
+
16
+ # Date and time when this Leadping business dunning info was final cancellation.
17
+ final_cancellation_at: Optional[datetime.datetime] = None
18
+ # Date and time when this Leadping business dunning info was grace period ends.
19
+ grace_period_ends_at: Optional[datetime.datetime] = None
20
+ # Current last failed invoice status for this Leadping business dunning info.
21
+ last_failed_invoice_status: Optional[str] = None
22
+ # Date and time when this Leadping business dunning info was last updated.
23
+ last_updated_at: Optional[datetime.datetime] = None
24
+ # Date and time when the next retry is scheduled.
25
+ next_retry_at: Optional[datetime.datetime] = None
26
+ # Date and time when this Leadping business dunning info was outbound restricted.
27
+ outbound_restricted_at: Optional[datetime.datetime] = None
28
+ # Date and time when this Leadping business dunning info was outbound suspended.
29
+ outbound_suspended_at: Optional[datetime.datetime] = None
30
+ # Date and time when this Leadping business dunning info was payment failed.
31
+ payment_failed_at: Optional[datetime.datetime] = None
32
+ # Total number of retry attempt records represented by this Leadping business dunning info.
33
+ retry_attempt_count: Optional[int] = None
34
+ # Current stage for this Leadping business dunning info.
35
+ stage: Optional[str] = None
36
+
37
+ @staticmethod
38
+ def create_from_discriminator_value(parse_node: ParseNode) -> BusinessDunningInfo:
39
+ """
40
+ Creates a new instance of the appropriate class based on discriminator value
41
+ param parse_node: The parse node to use to read the discriminator value and create the object
42
+ Returns: BusinessDunningInfo
43
+ """
44
+ if parse_node is None:
45
+ raise TypeError("parse_node cannot be null.")
46
+ return BusinessDunningInfo()
47
+
48
+ def get_field_deserializers(self,) -> dict[str, Callable[[ParseNode], None]]:
49
+ """
50
+ The deserialization information for the current model
51
+ Returns: dict[str, Callable[[ParseNode], None]]
52
+ """
53
+ fields: dict[str, Callable[[Any], None]] = {
54
+ "finalCancellationAt": lambda n : setattr(self, 'final_cancellation_at', n.get_datetime_value()),
55
+ "gracePeriodEndsAt": lambda n : setattr(self, 'grace_period_ends_at', n.get_datetime_value()),
56
+ "lastFailedInvoiceStatus": lambda n : setattr(self, 'last_failed_invoice_status', n.get_str_value()),
57
+ "lastUpdatedAt": lambda n : setattr(self, 'last_updated_at', n.get_datetime_value()),
58
+ "nextRetryAt": lambda n : setattr(self, 'next_retry_at', n.get_datetime_value()),
59
+ "outboundRestrictedAt": lambda n : setattr(self, 'outbound_restricted_at', n.get_datetime_value()),
60
+ "outboundSuspendedAt": lambda n : setattr(self, 'outbound_suspended_at', n.get_datetime_value()),
61
+ "paymentFailedAt": lambda n : setattr(self, 'payment_failed_at', n.get_datetime_value()),
62
+ "retryAttemptCount": lambda n : setattr(self, 'retry_attempt_count', n.get_int_value()),
63
+ "stage": lambda n : setattr(self, 'stage', n.get_str_value()),
64
+ }
65
+ return fields
66
+
67
+ def serialize(self,writer: SerializationWriter) -> None:
68
+ """
69
+ Serializes information the current object
70
+ param writer: Serialization writer to use to serialize this model
71
+ Returns: None
72
+ """
73
+ if writer is None:
74
+ raise TypeError("writer cannot be null.")
75
+ writer.write_datetime_value("finalCancellationAt", self.final_cancellation_at)
76
+ writer.write_datetime_value("gracePeriodEndsAt", self.grace_period_ends_at)
77
+ writer.write_str_value("lastFailedInvoiceStatus", self.last_failed_invoice_status)
78
+ writer.write_datetime_value("lastUpdatedAt", self.last_updated_at)
79
+ writer.write_datetime_value("nextRetryAt", self.next_retry_at)
80
+ writer.write_datetime_value("outboundRestrictedAt", self.outbound_restricted_at)
81
+ writer.write_datetime_value("outboundSuspendedAt", self.outbound_suspended_at)
82
+ writer.write_datetime_value("paymentFailedAt", self.payment_failed_at)
83
+ writer.write_int_value("retryAttemptCount", self.retry_attempt_count)
84
+ writer.write_str_value("stage", self.stage)
85
+ writer.write_additional_data_value(self.additional_data)
86
+
87
+
@@ -10,8 +10,10 @@ if TYPE_CHECKING:
10
10
  from .business_response_address import BusinessResponse_address
11
11
  from .business_response_billing_address import BusinessResponse_billingAddress
12
12
  from .business_response_billing_plan import BusinessResponse_billingPlan
13
+ from .business_response_billing_state import BusinessResponse_billingState
13
14
  from .business_response_compliance_policy import BusinessResponse_compliancePolicy
14
15
  from .business_response_ein_document import BusinessResponse_einDocument
16
+ from .business_response_setup_status import BusinessResponse_setupStatus
15
17
  from .business_response_setup_step import BusinessResponse_setupStep
16
18
  from .business_response_site import BusinessResponse_site
17
19
  from .business_response_status import BusinessResponse_status
@@ -41,6 +43,8 @@ class BusinessResponse(AdditionalDataHolder, Parsable):
41
43
  billing_name: Optional[str] = None
42
44
  # Defines the supported Billing Plan values.
43
45
  billing_plan: Optional[BusinessResponse_billingPlan] = None
46
+ # Customer-safe billing state for this business.
47
+ billing_state: Optional[BusinessResponse_billingState] = None
44
48
  # Compliance policy configuration for the business.
45
49
  compliance_policy: Optional[BusinessResponse_compliancePolicy] = None
46
50
  # The date and time when the entity was created.
@@ -67,6 +71,8 @@ class BusinessResponse(AdditionalDataHolder, Parsable):
67
71
  phones: Optional[list[IdNameValue]] = None
68
72
  # Alternate business name or DBA shown in Leadping.
69
73
  secondary_name: Optional[str] = None
74
+ # Defines the supported User Setup Status values.
75
+ setup_status: Optional[BusinessResponse_setupStatus] = None
70
76
  # Defines the supported Business Setup Step values.
71
77
  setup_step: Optional[BusinessResponse_setupStep] = None
72
78
  # Leadping website record connected to this business.
@@ -102,8 +108,10 @@ class BusinessResponse(AdditionalDataHolder, Parsable):
102
108
  from .business_response_address import BusinessResponse_address
103
109
  from .business_response_billing_address import BusinessResponse_billingAddress
104
110
  from .business_response_billing_plan import BusinessResponse_billingPlan
111
+ from .business_response_billing_state import BusinessResponse_billingState
105
112
  from .business_response_compliance_policy import BusinessResponse_compliancePolicy
106
113
  from .business_response_ein_document import BusinessResponse_einDocument
114
+ from .business_response_setup_status import BusinessResponse_setupStatus
107
115
  from .business_response_setup_step import BusinessResponse_setupStep
108
116
  from .business_response_site import BusinessResponse_site
109
117
  from .business_response_status import BusinessResponse_status
@@ -115,8 +123,10 @@ class BusinessResponse(AdditionalDataHolder, Parsable):
115
123
  from .business_response_address import BusinessResponse_address
116
124
  from .business_response_billing_address import BusinessResponse_billingAddress
117
125
  from .business_response_billing_plan import BusinessResponse_billingPlan
126
+ from .business_response_billing_state import BusinessResponse_billingState
118
127
  from .business_response_compliance_policy import BusinessResponse_compliancePolicy
119
128
  from .business_response_ein_document import BusinessResponse_einDocument
129
+ from .business_response_setup_status import BusinessResponse_setupStatus
120
130
  from .business_response_setup_step import BusinessResponse_setupStep
121
131
  from .business_response_site import BusinessResponse_site
122
132
  from .business_response_status import BusinessResponse_status
@@ -132,6 +142,7 @@ class BusinessResponse(AdditionalDataHolder, Parsable):
132
142
  "billingAddress": lambda n : setattr(self, 'billing_address', n.get_object_value(BusinessResponse_billingAddress)),
133
143
  "billingName": lambda n : setattr(self, 'billing_name', n.get_str_value()),
134
144
  "billingPlan": lambda n : setattr(self, 'billing_plan', n.get_enum_value(BusinessResponse_billingPlan)),
145
+ "billingState": lambda n : setattr(self, 'billing_state', n.get_object_value(BusinessResponse_billingState)),
135
146
  "compliancePolicy": lambda n : setattr(self, 'compliance_policy', n.get_object_value(BusinessResponse_compliancePolicy)),
136
147
  "createdAt": lambda n : setattr(self, 'created_at', n.get_datetime_value()),
137
148
  "description": lambda n : setattr(self, 'description', n.get_str_value()),
@@ -145,6 +156,7 @@ class BusinessResponse(AdditionalDataHolder, Parsable):
145
156
  "phone": lambda n : setattr(self, 'phone', n.get_str_value()),
146
157
  "phones": lambda n : setattr(self, 'phones', n.get_collection_of_object_values(IdNameValue)),
147
158
  "secondaryName": lambda n : setattr(self, 'secondary_name', n.get_str_value()),
159
+ "setupStatus": lambda n : setattr(self, 'setup_status', n.get_enum_value(BusinessResponse_setupStatus)),
148
160
  "setupStep": lambda n : setattr(self, 'setup_step', n.get_enum_value(BusinessResponse_setupStep)),
149
161
  "site": lambda n : setattr(self, 'site', n.get_object_value(BusinessResponse_site)),
150
162
  "status": lambda n : setattr(self, 'status', n.get_enum_value(BusinessResponse_status)),
@@ -170,6 +182,7 @@ class BusinessResponse(AdditionalDataHolder, Parsable):
170
182
  writer.write_object_value("billingAddress", self.billing_address)
171
183
  writer.write_str_value("billingName", self.billing_name)
172
184
  writer.write_enum_value("billingPlan", self.billing_plan)
185
+ writer.write_object_value("billingState", self.billing_state)
173
186
  writer.write_object_value("compliancePolicy", self.compliance_policy)
174
187
  writer.write_datetime_value("createdAt", self.created_at)
175
188
  writer.write_str_value("description", self.description)
@@ -183,6 +196,7 @@ class BusinessResponse(AdditionalDataHolder, Parsable):
183
196
  writer.write_str_value("phone", self.phone)
184
197
  writer.write_collection_of_object_values("phones", self.phones)
185
198
  writer.write_str_value("secondaryName", self.secondary_name)
199
+ writer.write_enum_value("setupStatus", self.setup_status)
186
200
  writer.write_enum_value("setupStep", self.setup_step)
187
201
  writer.write_object_value("site", self.site)
188
202
  writer.write_enum_value("status", self.status)
@@ -0,0 +1,54 @@
1
+ from __future__ import annotations
2
+ from collections.abc import Callable
3
+ from dataclasses import dataclass, field
4
+ from kiota_abstractions.serialization import Parsable, ParseNode, SerializationWriter
5
+ from typing import Any, Optional, TYPE_CHECKING, Union
6
+
7
+ if TYPE_CHECKING:
8
+ from .business_billing_state import BusinessBillingState
9
+
10
+ from .business_billing_state import BusinessBillingState
11
+
12
+ @dataclass
13
+ class BusinessResponse_billingState(BusinessBillingState, Parsable):
14
+ """
15
+ Customer-safe billing state for this business.
16
+ """
17
+
18
+ @staticmethod
19
+ def create_from_discriminator_value(parse_node: ParseNode) -> BusinessResponse_billingState:
20
+ """
21
+ Creates a new instance of the appropriate class based on discriminator value
22
+ param parse_node: The parse node to use to read the discriminator value and create the object
23
+ Returns: BusinessResponse_billingState
24
+ """
25
+ if parse_node is None:
26
+ raise TypeError("parse_node cannot be null.")
27
+ return BusinessResponse_billingState()
28
+
29
+ def get_field_deserializers(self,) -> dict[str, Callable[[ParseNode], None]]:
30
+ """
31
+ The deserialization information for the current model
32
+ Returns: dict[str, Callable[[ParseNode], None]]
33
+ """
34
+ from .business_billing_state import BusinessBillingState
35
+
36
+ from .business_billing_state import BusinessBillingState
37
+
38
+ fields: dict[str, Callable[[Any], None]] = {
39
+ }
40
+ super_fields = super().get_field_deserializers()
41
+ fields.update(super_fields)
42
+ return fields
43
+
44
+ def serialize(self,writer: SerializationWriter) -> None:
45
+ """
46
+ Serializes information the current object
47
+ param writer: Serialization writer to use to serialize this model
48
+ Returns: None
49
+ """
50
+ if writer is None:
51
+ raise TypeError("writer cannot be null.")
52
+ super().serialize(writer)
53
+
54
+
@@ -0,0 +1,13 @@
1
+ from enum import Enum
2
+
3
+ class BusinessResponse_setupStatus(str, Enum):
4
+ Personal = "Personal",
5
+ Business = "Business",
6
+ Details = "Details",
7
+ Compliance = "Compliance",
8
+ Phone = "Phone",
9
+ Plan = "Plan",
10
+ Billing = "Billing",
11
+ Review = "Review",
12
+ Complete = "Complete",
13
+
@@ -10,7 +10,7 @@ if TYPE_CHECKING:
10
10
  @dataclass
11
11
  class CustomerActivationHealth(AdditionalDataHolder, Parsable):
12
12
  """
13
- Activation health associated with this Leadping customer analytics.
13
+ Represents customer activation health data exposed by Leadping analytics.
14
14
  """
15
15
  # Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
16
16
  additional_data: dict[str, Any] = field(default_factory=dict)
@@ -6,6 +6,9 @@ from typing import Any, Optional, TYPE_CHECKING, Union
6
6
 
7
7
  @dataclass
8
8
  class CustomerActivationHealthItem(AdditionalDataHolder, Parsable):
9
+ """
10
+ Represents customer activation health item data exposed by Leadping analytics.
11
+ """
9
12
  # Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
10
13
  additional_data: dict[str, Any] = field(default_factory=dict)
11
14
 
@@ -18,6 +18,9 @@ if TYPE_CHECKING:
18
18
 
19
19
  @dataclass
20
20
  class CustomerAnalyticsResponse(AdditionalDataHolder, Parsable):
21
+ """
22
+ Response model containing customer analytics data returned by the Leadping API.
23
+ """
21
24
  # Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
22
25
  additional_data: dict[str, Any] = field(default_factory=dict)
23
26
 
@@ -10,7 +10,7 @@ if TYPE_CHECKING:
10
10
  @dataclass
11
11
  class CustomerAnalyticsSummary(AdditionalDataHolder, Parsable):
12
12
  """
13
- Human-readable summary for this Leadping customer analytics.
13
+ Represents customer analytics summary data exposed by Leadping analytics.
14
14
  """
15
15
  # Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
16
16
  additional_data: dict[str, Any] = field(default_factory=dict)
@@ -11,7 +11,7 @@ if TYPE_CHECKING:
11
11
  @dataclass
12
12
  class CustomerAutomationHealth(AdditionalDataHolder, Parsable):
13
13
  """
14
- Automation health associated with this Leadping customer analytics.
14
+ Represents customer automation health data exposed by Leadping analytics.
15
15
  """
16
16
  # Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
17
17
  additional_data: dict[str, Any] = field(default_factory=dict)
@@ -10,7 +10,7 @@ if TYPE_CHECKING:
10
10
  @dataclass
11
11
  class CustomerCommunicationUsage(AdditionalDataHolder, Parsable):
12
12
  """
13
- Communication usage associated with this Leadping customer analytics.
13
+ Represents customer communication usage data exposed by Leadping analytics.
14
14
  """
15
15
  # Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
16
16
  additional_data: dict[str, Any] = field(default_factory=dict)
@@ -7,6 +7,9 @@ from typing import Any, Optional, TYPE_CHECKING, Union
7
7
 
8
8
  @dataclass
9
9
  class CustomerCommunicationUsagePoint(AdditionalDataHolder, Parsable):
10
+ """
11
+ Represents customer communication usage point data exposed by Leadping analytics.
12
+ """
10
13
  # Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
11
14
  additional_data: dict[str, Any] = field(default_factory=dict)
12
15
 
@@ -8,7 +8,7 @@ from typing import Any, Optional, TYPE_CHECKING, Union
8
8
  @dataclass
9
9
  class CustomerFailingAutomation(AdditionalDataHolder, Parsable):
10
10
  """
11
- Last failure associated with this Leadping customer automation health.
11
+ Represents customer failing automation data exposed by Leadping analytics.
12
12
  """
13
13
  # Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
14
14
  additional_data: dict[str, Any] = field(default_factory=dict)
@@ -6,6 +6,9 @@ from typing import Any, Optional, TYPE_CHECKING, Union
6
6
 
7
7
  @dataclass
8
8
  class CustomerLeadSourceBreakdown(AdditionalDataHolder, Parsable):
9
+ """
10
+ Represents customer lead source breakdown data exposed by Leadping analytics.
11
+ """
9
12
  # Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
10
13
  additional_data: dict[str, Any] = field(default_factory=dict)
11
14
 
@@ -11,7 +11,7 @@ if TYPE_CHECKING:
11
11
  @dataclass
12
12
  class CustomerLeadTrend(AdditionalDataHolder, Parsable):
13
13
  """
14
- Lead trend associated with this Leadping customer analytics.
14
+ Represents customer lead trend data exposed by Leadping analytics.
15
15
  """
16
16
  # Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
17
17
  additional_data: dict[str, Any] = field(default_factory=dict)
@@ -6,6 +6,9 @@ from typing import Any, Optional, TYPE_CHECKING, Union
6
6
 
7
7
  @dataclass
8
8
  class CustomerNeedsAttentionItem(AdditionalDataHolder, Parsable):
9
+ """
10
+ Represents customer needs attention item data exposed by Leadping analytics.
11
+ """
9
12
  # Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
10
13
  additional_data: dict[str, Any] = field(default_factory=dict)
11
14
 
@@ -10,7 +10,7 @@ if TYPE_CHECKING:
10
10
  @dataclass
11
11
  class CustomerResponseMetrics(AdditionalDataHolder, Parsable):
12
12
  """
13
- Response metrics associated with this Leadping customer analytics.
13
+ Represents customer response metrics data exposed by Leadping analytics.
14
14
  """
15
15
  # Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
16
16
  additional_data: dict[str, Any] = field(default_factory=dict)
@@ -10,6 +10,9 @@ if TYPE_CHECKING:
10
10
 
11
11
  @dataclass
12
12
  class OutboundCapacityOverview(AdditionalDataHolder, Parsable):
13
+ """
14
+ Represents outbound capacity overview data used by Leadping.
15
+ """
13
16
  # Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
14
17
  additional_data: dict[str, Any] = field(default_factory=dict)
15
18
 
@@ -9,6 +9,9 @@ if TYPE_CHECKING:
9
9
 
10
10
  @dataclass
11
11
  class OutboundPhoneNumberCapacity(AdditionalDataHolder, Parsable):
12
+ """
13
+ Represents outbound phone number capacity data used by Leadping.
14
+ """
12
15
  # Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
13
16
  additional_data: dict[str, Any] = field(default_factory=dict)
14
17