leadping 1.0.4__tar.gz → 1.0.6__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 (488) hide show
  1. leadping-1.0.6/LICENSE +21 -0
  2. {leadping-1.0.4/leadping.egg-info → leadping-1.0.6}/PKG-INFO +10 -3
  3. {leadping-1.0.4 → leadping-1.0.6}/README.md +7 -1
  4. {leadping-1.0.4 → leadping-1.0.6}/automations/automations_request_builder.py +2 -2
  5. {leadping-1.0.4 → leadping-1.0.6}/automations/item/automations_item_request_builder.py +2 -2
  6. {leadping-1.0.4 → leadping-1.0.6}/automations/preview/preview_request_builder.py +2 -2
  7. {leadping-1.0.4 → leadping-1.0.6}/businesses/me/me_request_builder.py +2 -2
  8. {leadping-1.0.4 → leadping-1.0.6}/businesses/me/switch/switch_request_builder.py +2 -2
  9. {leadping-1.0.4 → leadping-1.0.6}/businesses/me/users/item/with_user_item_request_builder.py +2 -2
  10. {leadping-1.0.4 → leadping-1.0.6}/businesses/me/users/users_request_builder.py +2 -2
  11. {leadping-1.0.4 → leadping-1.0.6}/contact/contact_request_builder.py +2 -2
  12. {leadping-1.0.4 → leadping-1.0.6}/feedback/admin/admin_request_builder.py +9 -0
  13. {leadping-1.0.4 → leadping-1.0.6}/feedback/admin/item/admin_item_request_builder.py +2 -2
  14. {leadping-1.0.4 → leadping-1.0.6}/feedback/feedback_request_builder.py +2 -2
  15. {leadping-1.0.4 → leadping-1.0.6/leadping.egg-info}/PKG-INFO +10 -3
  16. {leadping-1.0.4 → leadping-1.0.6}/leadping.egg-info/SOURCES.txt +2 -0
  17. {leadping-1.0.4 → leadping-1.0.6}/leads/intake/intake_request_builder.py +35 -35
  18. {leadping-1.0.4 → leadping-1.0.6}/leads/item/archive/archive_post_request_body.py +1 -1
  19. {leadping-1.0.4 → leadping-1.0.6}/leads/item/archive/archive_request_builder.py +2 -2
  20. {leadping-1.0.4 → leadping-1.0.6}/leads/item/leads_item_request_builder.py +2 -2
  21. {leadping-1.0.4 → leadping-1.0.6}/leads/item/tags/tags_request_builder.py +4 -4
  22. {leadping-1.0.4 → leadping-1.0.6}/leads/leads_request_builder.py +2 -2
  23. {leadping-1.0.4 → leadping-1.0.6}/models/admin_enablement_override.py +3 -0
  24. {leadping-1.0.4 → leadping-1.0.6}/models/automation_action.py +6 -6
  25. {leadping-1.0.4 → leadping-1.0.6}/models/automation_action_run_record.py +18 -18
  26. {leadping-1.0.4 → leadping-1.0.6}/models/automation_action_settings.py +1 -1
  27. {leadping-1.0.4 → leadping-1.0.6}/models/automation_condition.py +6 -6
  28. {leadping-1.0.4 → leadping-1.0.6}/models/automation_condition_group.py +4 -4
  29. {leadping-1.0.4 → leadping-1.0.6}/models/automation_condition_settings.py +1 -1
  30. {leadping-1.0.4 → leadping-1.0.6}/models/automation_preview_action_result.py +6 -6
  31. {leadping-1.0.4 → leadping-1.0.6}/models/automation_preview_condition_result.py +4 -4
  32. {leadping-1.0.4 → leadping-1.0.6}/models/automation_preview_request.py +3 -3
  33. {leadping-1.0.4 → leadping-1.0.6}/models/automation_preview_response.py +7 -7
  34. {leadping-1.0.4 → leadping-1.0.6}/models/automation_preview_response_sample_payload.py +1 -1
  35. {leadping-1.0.4 → leadping-1.0.6}/models/automation_request.py +14 -14
  36. {leadping-1.0.4 → leadping-1.0.6}/models/automation_request_admin_enablement_override.py +3 -0
  37. {leadping-1.0.4 → leadping-1.0.6}/models/automation_request_snapshot.py +14 -14
  38. {leadping-1.0.4 → leadping-1.0.6}/models/automation_response.py +20 -20
  39. {leadping-1.0.4 → leadping-1.0.6}/models/automation_response_admin_enablement_override.py +3 -0
  40. {leadping-1.0.4 → leadping-1.0.6}/models/automation_response_business.py +1 -1
  41. {leadping-1.0.4 → leadping-1.0.6}/models/automation_response_user.py +1 -1
  42. {leadping-1.0.4 → leadping-1.0.6}/models/automation_run_record.py +19 -19
  43. {leadping-1.0.4 → leadping-1.0.6}/models/automation_run_record_context_snapshot.py +1 -1
  44. {leadping-1.0.4 → leadping-1.0.6}/models/automation_table_row.py +24 -24
  45. {leadping-1.0.4 → leadping-1.0.6}/models/automation_table_row_admin_enablement_override.py +1 -1
  46. {leadping-1.0.4 → leadping-1.0.6}/models/automation_table_row_business.py +1 -1
  47. {leadping-1.0.4 → leadping-1.0.6}/models/automation_table_row_user.py +1 -1
  48. {leadping-1.0.4 → leadping-1.0.6}/models/automation_trigger.py +6 -6
  49. {leadping-1.0.4 → leadping-1.0.6}/models/automation_trigger_settings.py +1 -1
  50. {leadping-1.0.4 → leadping-1.0.6}/models/automation_validation_result.py +3 -3
  51. {leadping-1.0.4 → leadping-1.0.6}/models/business_request.py +17 -17
  52. {leadping-1.0.4 → leadping-1.0.6}/models/business_request_activation.py +1 -1
  53. {leadping-1.0.4 → leadping-1.0.6}/models/business_request_address.py +1 -1
  54. {leadping-1.0.4 → leadping-1.0.6}/models/business_request_admin_enablement_override.py +3 -0
  55. {leadping-1.0.4 → leadping-1.0.6}/models/business_request_compliance_policy.py +1 -1
  56. {leadping-1.0.4 → leadping-1.0.6}/models/business_request_ein_document.py +1 -1
  57. {leadping-1.0.4 → leadping-1.0.6}/models/business_request_stripe_info.py +1 -1
  58. {leadping-1.0.4 → leadping-1.0.6}/models/business_response.py +20 -20
  59. {leadping-1.0.4 → leadping-1.0.6}/models/business_response_activation.py +1 -1
  60. {leadping-1.0.4 → leadping-1.0.6}/models/business_response_address.py +1 -1
  61. {leadping-1.0.4 → leadping-1.0.6}/models/business_response_admin_enablement_override.py +3 -0
  62. {leadping-1.0.4 → leadping-1.0.6}/models/business_response_compliance_policy.py +1 -1
  63. {leadping-1.0.4 → leadping-1.0.6}/models/business_response_ein_document.py +1 -1
  64. {leadping-1.0.4 → leadping-1.0.6}/models/business_response_site.py +1 -1
  65. {leadping-1.0.4 → leadping-1.0.6}/models/business_response_stripe_info.py +1 -1
  66. {leadping-1.0.4 → leadping-1.0.6}/models/business_response_user.py +1 -1
  67. {leadping-1.0.4 → leadping-1.0.6}/models/business_switch_request.py +2 -2
  68. {leadping-1.0.4 → leadping-1.0.6}/models/business_user_request.py +4 -4
  69. {leadping-1.0.4 → leadping-1.0.6}/models/call_event_table_row.py +23 -23
  70. {leadping-1.0.4 → leadping-1.0.6}/models/call_event_table_row_metadata.py +1 -1
  71. {leadping-1.0.4 → leadping-1.0.6}/models/contact_request.py +5 -5
  72. {leadping-1.0.4 → leadping-1.0.6}/models/contact_response.py +2 -2
  73. {leadping-1.0.4 → leadping-1.0.6}/models/conversation_response.py +16 -16
  74. {leadping-1.0.4 → leadping-1.0.6}/models/conversation_response_current_disposition.py +1 -1
  75. {leadping-1.0.4 → leadping-1.0.6}/models/conversation_response_phone_number.py +1 -1
  76. {leadping-1.0.4 → leadping-1.0.6}/models/coordinate.py +1 -1
  77. {leadping-1.0.4 → leadping-1.0.6}/models/current_disposition_summary.py +7 -7
  78. {leadping-1.0.4 → leadping-1.0.6}/models/eligible_outgoing_number_response.py +14 -14
  79. {leadping-1.0.4 → leadping-1.0.6}/models/event_detail_response.py +28 -28
  80. {leadping-1.0.4 → leadping-1.0.6}/models/event_detail_response_user.py +1 -1
  81. {leadping-1.0.4 → leadping-1.0.6}/models/event_table_row.py +44 -44
  82. {leadping-1.0.4 → leadping-1.0.6}/models/feedback_admin_update_request.py +5 -5
  83. {leadping-1.0.4 → leadping-1.0.6}/models/feedback_create_request.py +6 -6
  84. {leadping-1.0.4 → leadping-1.0.6}/models/feedback_response.py +26 -26
  85. {leadping-1.0.4 → leadping-1.0.6}/models/lead_archive_request.py +3 -3
  86. {leadping-1.0.4 → leadping-1.0.6}/models/lead_contact.py +8 -8
  87. {leadping-1.0.4 → leadping-1.0.6}/models/lead_contact_coordinate.py +1 -1
  88. {leadping-1.0.4 → leadping-1.0.6}/models/lead_contact_phone.py +1 -1
  89. {leadping-1.0.4 → leadping-1.0.6}/models/lead_contact_street_address.py +1 -1
  90. {leadping-1.0.4 → leadping-1.0.6}/models/lead_intake_request.py +32 -32
  91. {leadping-1.0.4 → leadping-1.0.6}/models/lead_intake_request_source_metadata.py +1 -1
  92. {leadping-1.0.4 → leadping-1.0.6}/models/lead_metadata.py +33 -33
  93. {leadping-1.0.4 → leadping-1.0.6}/models/lead_metadata_source_metadata.py +1 -1
  94. {leadping-1.0.4 → leadping-1.0.6}/models/lead_profile.py +5 -5
  95. {leadping-1.0.4 → leadping-1.0.6}/models/lead_request.py +8 -8
  96. {leadping-1.0.4 → leadping-1.0.6}/models/lead_request_admin_enablement_override.py +3 -0
  97. {leadping-1.0.4 → leadping-1.0.6}/models/lead_response.py +11 -11
  98. {leadping-1.0.4 → leadping-1.0.6}/models/lead_response_admin_enablement_override.py +3 -0
  99. {leadping-1.0.4 → leadping-1.0.6}/models/lead_response_current_disposition.py +1 -1
  100. {leadping-1.0.4 → leadping-1.0.6}/models/lead_table_row.py +19 -19
  101. {leadping-1.0.4 → leadping-1.0.6}/models/lead_table_row_admin_enablement_override.py +1 -1
  102. {leadping-1.0.4 → leadping-1.0.6}/models/lead_table_row_current_disposition.py +1 -1
  103. {leadping-1.0.4 → leadping-1.0.6}/models/lead_tags_request.py +4 -4
  104. {leadping-1.0.4 → leadping-1.0.6}/models/outgoing_number_manual_override_request.py +3 -3
  105. {leadping-1.0.4 → leadping-1.0.6}/models/outgoing_number_selection_request.py +7 -7
  106. {leadping-1.0.4 → leadping-1.0.6}/models/outgoing_number_selection_response.py +13 -13
  107. {leadping-1.0.4 → leadping-1.0.6}/models/phone.py +4 -4
  108. {leadping-1.0.4 → leadping-1.0.6}/models/phone_lookup.py +4 -4
  109. {leadping-1.0.4 → leadping-1.0.6}/models/phone_lookup_location.py +1 -1
  110. {leadping-1.0.4 → leadping-1.0.6}/models/phone_number_availability_request.py +2 -2
  111. {leadping-1.0.4 → leadping-1.0.6}/models/phone_number_availability_response.py +5 -5
  112. {leadping-1.0.4 → leadping-1.0.6}/models/phone_number_availability_response_location.py +1 -1
  113. {leadping-1.0.4 → leadping-1.0.6}/models/phone_number_billing_attribution.py +7 -7
  114. {leadping-1.0.4 → leadping-1.0.6}/models/phone_number_capabilities.py +5 -5
  115. {leadping-1.0.4 → leadping-1.0.6}/models/phone_number_event_record.py +8 -8
  116. {leadping-1.0.4 → leadping-1.0.6}/models/phone_number_location.py +6 -6
  117. {leadping-1.0.4 → leadping-1.0.6}/models/phone_number_location_coordinate.py +1 -1
  118. {leadping-1.0.4 → leadping-1.0.6}/models/phone_number_messaging_event_response.py +11 -11
  119. {leadping-1.0.4 → leadping-1.0.6}/models/phone_number_opt_out_metrics_response.py +6 -6
  120. {leadping-1.0.4 → leadping-1.0.6}/models/phone_number_request.py +5 -5
  121. {leadping-1.0.4 → leadping-1.0.6}/models/phone_number_request_admin_enablement_override.py +3 -0
  122. {leadping-1.0.4 → leadping-1.0.6}/models/phone_number_response.py +48 -48
  123. {leadping-1.0.4 → leadping-1.0.6}/models/phone_number_response_admin_enablement_override.py +3 -0
  124. {leadping-1.0.4 → leadping-1.0.6}/models/phone_number_response_business.py +1 -1
  125. {leadping-1.0.4 → leadping-1.0.6}/models/phone_number_response_location.py +1 -1
  126. {leadping-1.0.4 → leadping-1.0.6}/models/phone_number_response_user.py +1 -1
  127. {leadping-1.0.4 → leadping-1.0.6}/models/phone_number_routing_metadata.py +10 -10
  128. {leadping-1.0.4 → leadping-1.0.6}/models/phone_number_search_request.py +3 -3
  129. {leadping-1.0.4 → leadping-1.0.6}/models/phone_number_search_request_location.py +1 -1
  130. {leadping-1.0.4 → leadping-1.0.6}/models/phone_number_search_response.py +2 -2
  131. {leadping-1.0.4 → leadping-1.0.6}/models/phone_number_search_result.py +3 -3
  132. {leadping-1.0.4 → leadping-1.0.6}/models/phone_number_search_result_location.py +1 -1
  133. {leadping-1.0.4 → leadping-1.0.6}/models/phone_number_status_response.py +11 -11
  134. {leadping-1.0.4 → leadping-1.0.6}/models/phone_number_status_response_call_warmup.py +1 -1
  135. {leadping-1.0.4 → leadping-1.0.6}/models/phone_number_status_response_sms_warmup.py +1 -1
  136. {leadping-1.0.4 → leadping-1.0.6}/models/phone_number_table_row.py +28 -28
  137. {leadping-1.0.4 → leadping-1.0.6}/models/phone_number_table_row_admin_enablement_override.py +1 -1
  138. {leadping-1.0.4 → leadping-1.0.6}/models/phone_number_ten_dlc_association.py +9 -9
  139. {leadping-1.0.4 → leadping-1.0.6}/models/phone_number_traffic_metrics_response.py +18 -7
  140. leadping-1.0.6/models/phone_number_traffic_trend_point.py +75 -0
  141. {leadping-1.0.4 → leadping-1.0.6}/models/send_sms_request.py +17 -17
  142. {leadping-1.0.4 → leadping-1.0.6}/models/sms_event_table_row.py +41 -41
  143. {leadping-1.0.4 → leadping-1.0.6}/models/sms_response.py +33 -33
  144. {leadping-1.0.4 → leadping-1.0.6}/models/source_request.py +13 -13
  145. {leadping-1.0.4 → leadping-1.0.6}/models/source_request_admin_enablement_override.py +3 -0
  146. {leadping-1.0.4 → leadping-1.0.6}/models/source_response.py +19 -19
  147. {leadping-1.0.4 → leadping-1.0.6}/models/source_response_admin_enablement_override.py +3 -0
  148. {leadping-1.0.4 → leadping-1.0.6}/models/source_response_business.py +1 -1
  149. {leadping-1.0.4 → leadping-1.0.6}/models/source_response_created_by_user.py +1 -1
  150. {leadping-1.0.4 → leadping-1.0.6}/models/source_response_modified_by_user.py +1 -1
  151. {leadping-1.0.4 → leadping-1.0.6}/models/source_response_user.py +1 -1
  152. {leadping-1.0.4 → leadping-1.0.6}/models/source_table_row.py +25 -25
  153. {leadping-1.0.4 → leadping-1.0.6}/models/source_table_row_admin_enablement_override.py +1 -1
  154. {leadping-1.0.4 → leadping-1.0.6}/models/source_table_row_business.py +1 -1
  155. {leadping-1.0.4 → leadping-1.0.6}/models/source_table_row_created_by_user.py +1 -1
  156. {leadping-1.0.4 → leadping-1.0.6}/models/source_table_row_modified_by_user.py +1 -1
  157. {leadping-1.0.4 → leadping-1.0.6}/models/source_table_row_user.py +1 -1
  158. {leadping-1.0.4 → leadping-1.0.6}/models/tag_request.py +4 -4
  159. {leadping-1.0.4 → leadping-1.0.6}/models/tag_response.py +9 -9
  160. {leadping-1.0.4 → leadping-1.0.6}/models/tag_summary.py +5 -5
  161. {leadping-1.0.4 → leadping-1.0.6}/models/transaction_response.py +20 -20
  162. {leadping-1.0.4 → leadping-1.0.6}/models/transaction_response_metadata.py +1 -1
  163. {leadping-1.0.4 → leadping-1.0.6}/models/transaction_table_row.py +16 -16
  164. {leadping-1.0.4 → leadping-1.0.6}/models/user_request.py +10 -10
  165. {leadping-1.0.4 → leadping-1.0.6}/models/user_request_business.py +1 -1
  166. {leadping-1.0.4 → leadping-1.0.6}/models/user_request_compliance.py +1 -1
  167. {leadping-1.0.4 → leadping-1.0.6}/models/user_request_current_business.py +1 -1
  168. {leadping-1.0.4 → leadping-1.0.6}/models/user_request_notification_preferences.py +1 -1
  169. {leadping-1.0.4 → leadping-1.0.6}/models/wallet_response.py +11 -11
  170. {leadping-1.0.4 → leadping-1.0.6}/phone_numbers/is_available_for_purchase/is_available_for_purchase_request_builder.py +2 -2
  171. {leadping-1.0.4 → leadping-1.0.6}/phone_numbers/item/phone_number_item_request_builder.py +2 -2
  172. {leadping-1.0.4 → leadping-1.0.6}/phone_numbers/outgoing/conversation/item/override/override_request_builder.py +2 -2
  173. {leadping-1.0.4 → leadping-1.0.6}/phone_numbers/outgoing/conversation/item/with_conversation_item_request_builder.py +2 -2
  174. {leadping-1.0.4 → leadping-1.0.6}/phone_numbers/outgoing/manual_override/manual_override_request_builder.py +2 -2
  175. {leadping-1.0.4 → leadping-1.0.6}/phone_numbers/outgoing/new/new_request_builder.py +2 -2
  176. {leadping-1.0.4 → leadping-1.0.6}/phone_numbers/phone_numbers_request_builder.py +2 -2
  177. {leadping-1.0.4 → leadping-1.0.6}/phone_numbers/search/search_request_builder.py +2 -2
  178. {leadping-1.0.4 → leadping-1.0.6}/setup.py +2 -1
  179. {leadping-1.0.4 → leadping-1.0.6}/sms/send/send_request_builder.py +2 -2
  180. {leadping-1.0.4 → leadping-1.0.6}/sources/item/sources_item_request_builder.py +2 -2
  181. {leadping-1.0.4 → leadping-1.0.6}/sources/sources_request_builder.py +2 -2
  182. {leadping-1.0.4 → leadping-1.0.6}/tags/item/tags_item_request_builder.py +2 -2
  183. {leadping-1.0.4 → leadping-1.0.6}/tags/tags_request_builder.py +2 -2
  184. {leadping-1.0.4 → leadping-1.0.6}/users/me/me_request_builder.py +2 -2
  185. leadping-1.0.4/LICENSE +0 -5
  186. {leadping-1.0.4 → leadping-1.0.6}/MANIFEST.in +0 -0
  187. {leadping-1.0.4 → leadping-1.0.6}/__init__.py +0 -0
  188. {leadping-1.0.4 → leadping-1.0.6}/analytics/analytics_request_builder.py +0 -0
  189. {leadping-1.0.4 → leadping-1.0.6}/analytics/my/my_request_builder.py +0 -0
  190. {leadping-1.0.4 → leadping-1.0.6}/automations/all/all_request_builder.py +0 -0
  191. {leadping-1.0.4 → leadping-1.0.6}/automations/all/my/my_request_builder.py +0 -0
  192. {leadping-1.0.4 → leadping-1.0.6}/businesses/businesses_request_builder.py +0 -0
  193. {leadping-1.0.4 → leadping-1.0.6}/businesses/invitations/accept/accept_request_builder.py +0 -0
  194. {leadping-1.0.4 → leadping-1.0.6}/businesses/invitations/invitations_request_builder.py +0 -0
  195. {leadping-1.0.4 → leadping-1.0.6}/businesses/invitations/token/item/with_token_item_request_builder.py +0 -0
  196. {leadping-1.0.4 → leadping-1.0.6}/businesses/invitations/token/token_request_builder.py +0 -0
  197. {leadping-1.0.4 → leadping-1.0.6}/businesses/me/invitations/invitations_request_builder.py +0 -0
  198. {leadping-1.0.4 → leadping-1.0.6}/businesses/me/invitations/item/resend/resend_request_builder.py +0 -0
  199. {leadping-1.0.4 → leadping-1.0.6}/businesses/me/invitations/item/with_invitation_item_request_builder.py +0 -0
  200. {leadping-1.0.4 → leadping-1.0.6}/businesses/me/options/options_request_builder.py +0 -0
  201. {leadping-1.0.4 → leadping-1.0.6}/conversations/conversations_request_builder.py +0 -0
  202. {leadping-1.0.4 → leadping-1.0.6}/conversations/lead/item/with_lead_item_request_builder.py +0 -0
  203. {leadping-1.0.4 → leadping-1.0.6}/conversations/lead/lead_request_builder.py +0 -0
  204. {leadping-1.0.4 → leadping-1.0.6}/conversations/my/my_request_builder.py +0 -0
  205. {leadping-1.0.4 → leadping-1.0.6}/dispositions/dispositions_request_builder.py +0 -0
  206. {leadping-1.0.4 → leadping-1.0.6}/dispositions/item/dispositions_item_request_builder.py +0 -0
  207. {leadping-1.0.4 → leadping-1.0.6}/dispositions/lead/item/export/export_request_builder.py +0 -0
  208. {leadping-1.0.4 → leadping-1.0.6}/dispositions/lead/item/with_lead_item_request_builder.py +0 -0
  209. {leadping-1.0.4 → leadping-1.0.6}/dispositions/lead/lead_request_builder.py +0 -0
  210. {leadping-1.0.4 → leadping-1.0.6}/events/all/all_request_builder.py +0 -0
  211. {leadping-1.0.4 → leadping-1.0.6}/events/all/my/my_request_builder.py +0 -0
  212. {leadping-1.0.4 → leadping-1.0.6}/events/businesses/businesses_request_builder.py +0 -0
  213. {leadping-1.0.4 → leadping-1.0.6}/events/businesses/item/with_business_item_request_builder.py +0 -0
  214. {leadping-1.0.4 → leadping-1.0.6}/events/calls/all/all_request_builder.py +0 -0
  215. {leadping-1.0.4 → leadping-1.0.6}/events/calls/all/my/my_request_builder.py +0 -0
  216. {leadping-1.0.4 → leadping-1.0.6}/events/calls/calls_request_builder.py +0 -0
  217. {leadping-1.0.4 → leadping-1.0.6}/events/calls/item/with_call_event_item_request_builder.py +0 -0
  218. {leadping-1.0.4 → leadping-1.0.6}/events/calls/lead/item/with_lead_item_request_builder.py +0 -0
  219. {leadping-1.0.4 → leadping-1.0.6}/events/calls/lead/lead_request_builder.py +0 -0
  220. {leadping-1.0.4 → leadping-1.0.6}/events/calls/phone/item/with_phone_number_item_request_builder.py +0 -0
  221. {leadping-1.0.4 → leadping-1.0.6}/events/calls/phone/phone_request_builder.py +0 -0
  222. {leadping-1.0.4 → leadping-1.0.6}/events/conversations/conversations_request_builder.py +0 -0
  223. {leadping-1.0.4 → leadping-1.0.6}/events/conversations/item/notes/notes_request_builder.py +0 -0
  224. {leadping-1.0.4 → leadping-1.0.6}/events/conversations/item/with_conversation_item_request_builder.py +0 -0
  225. {leadping-1.0.4 → leadping-1.0.6}/events/events_request_builder.py +0 -0
  226. {leadping-1.0.4 → leadping-1.0.6}/events/item/detail/detail_request_builder.py +0 -0
  227. {leadping-1.0.4 → leadping-1.0.6}/events/item/with_event_item_request_builder.py +0 -0
  228. {leadping-1.0.4 → leadping-1.0.6}/events/leads/item/with_lead_item_request_builder.py +0 -0
  229. {leadping-1.0.4 → leadping-1.0.6}/events/leads/leads_request_builder.py +0 -0
  230. {leadping-1.0.4 → leadping-1.0.6}/events/sms/all/all_request_builder.py +0 -0
  231. {leadping-1.0.4 → leadping-1.0.6}/events/sms/all/my/my_request_builder.py +0 -0
  232. {leadping-1.0.4 → leadping-1.0.6}/events/sms/item/with_sms_event_item_request_builder.py +0 -0
  233. {leadping-1.0.4 → leadping-1.0.6}/events/sms/lead/item/with_lead_item_request_builder.py +0 -0
  234. {leadping-1.0.4 → leadping-1.0.6}/events/sms/lead/lead_request_builder.py +0 -0
  235. {leadping-1.0.4 → leadping-1.0.6}/events/sms/phone/item/with_phone_number_item_request_builder.py +0 -0
  236. {leadping-1.0.4 → leadping-1.0.6}/events/sms/phone/phone_request_builder.py +0 -0
  237. {leadping-1.0.4 → leadping-1.0.6}/events/sms/sms_request_builder.py +0 -0
  238. {leadping-1.0.4 → leadping-1.0.6}/leadping.egg-info/dependency_links.txt +0 -0
  239. {leadping-1.0.4 → leadping-1.0.6}/leadping.egg-info/requires.txt +0 -0
  240. {leadping-1.0.4 → leadping-1.0.6}/leadping.egg-info/top_level.txt +0 -0
  241. {leadping-1.0.4 → leadping-1.0.6}/leadping_open_api_client.py +0 -0
  242. {leadping-1.0.4 → leadping-1.0.6}/leads/all/all_request_builder.py +0 -0
  243. {leadping-1.0.4 → leadping-1.0.6}/leads/all/my/my_request_builder.py +0 -0
  244. {leadping-1.0.4 → leadping-1.0.6}/leads/item/tags/item/with_tag_item_request_builder.py +0 -0
  245. {leadping-1.0.4 → leadping-1.0.6}/leads/item/unarchive/unarchive_request_builder.py +0 -0
  246. {leadping-1.0.4 → leadping-1.0.6}/leads/item/workflow_status/workflow_status_request_builder.py +0 -0
  247. {leadping-1.0.4 → leadping-1.0.6}/models/accept_business_invitation_request.py +0 -0
  248. {leadping-1.0.4 → leadping-1.0.6}/models/activation_domain_option.py +0 -0
  249. {leadping-1.0.4 → leadping-1.0.6}/models/activation_launch_review_status.py +0 -0
  250. {leadping-1.0.4 → leadping-1.0.6}/models/activation_onboarding_status.py +0 -0
  251. {leadping-1.0.4 → leadping-1.0.6}/models/activation_payment_status.py +0 -0
  252. {leadping-1.0.4 → leadping-1.0.6}/models/activation_subscription_status.py +0 -0
  253. {leadping-1.0.4 → leadping-1.0.6}/models/activation_telephony_status.py +0 -0
  254. {leadping-1.0.4 → leadping-1.0.6}/models/activation_timeline_event.py +0 -0
  255. {leadping-1.0.4 → leadping-1.0.6}/models/analytics_comparison.py +0 -0
  256. {leadping-1.0.4 → leadping-1.0.6}/models/analytics_date_range.py +0 -0
  257. {leadping-1.0.4 → leadping-1.0.6}/models/analytics_trend_point_ofdecimal.py +0 -0
  258. {leadping-1.0.4 → leadping-1.0.6}/models/analytics_trend_point_ofint.py +0 -0
  259. {leadping-1.0.4 → leadping-1.0.6}/models/automation_workflow_action_response.py +0 -0
  260. {leadping-1.0.4 → leadping-1.0.6}/models/automation_workflow_event_response.py +0 -0
  261. {leadping-1.0.4 → leadping-1.0.6}/models/automation_workflow_run_response.py +0 -0
  262. {leadping-1.0.4 → leadping-1.0.6}/models/automation_workflow_status_response.py +0 -0
  263. {leadping-1.0.4 → leadping-1.0.6}/models/billable_unit.py +0 -0
  264. {leadping-1.0.4 → leadping-1.0.6}/models/billing_plan.py +0 -0
  265. {leadping-1.0.4 → leadping-1.0.6}/models/business_activation_state.py +0 -0
  266. {leadping-1.0.4 → leadping-1.0.6}/models/business_activation_state_ten_dlc_draft.py +0 -0
  267. {leadping-1.0.4 → leadping-1.0.6}/models/business_compliance_policy.py +0 -0
  268. {leadping-1.0.4 → leadping-1.0.6}/models/business_invitation_request.py +0 -0
  269. {leadping-1.0.4 → leadping-1.0.6}/models/business_invitation_response.py +0 -0
  270. {leadping-1.0.4 → leadping-1.0.6}/models/business_invitation_status.py +0 -0
  271. {leadping-1.0.4 → leadping-1.0.6}/models/business_invitation_table_row.py +0 -0
  272. {leadping-1.0.4 → leadping-1.0.6}/models/business_request_billing_plan.py +0 -0
  273. {leadping-1.0.4 → leadping-1.0.6}/models/business_request_setup_step.py +0 -0
  274. {leadping-1.0.4 → leadping-1.0.6}/models/business_request_status.py +0 -0
  275. {leadping-1.0.4 → leadping-1.0.6}/models/business_request_subscription_status.py +0 -0
  276. {leadping-1.0.4 → leadping-1.0.6}/models/business_response_billing_plan.py +0 -0
  277. {leadping-1.0.4 → leadping-1.0.6}/models/business_response_setup_step.py +0 -0
  278. {leadping-1.0.4 → leadping-1.0.6}/models/business_response_status.py +0 -0
  279. {leadping-1.0.4 → leadping-1.0.6}/models/business_response_subscription_status.py +0 -0
  280. {leadping-1.0.4 → leadping-1.0.6}/models/business_stripe_info.py +0 -0
  281. {leadping-1.0.4 → leadping-1.0.6}/models/business_stripe_info_cancellation.py +0 -0
  282. {leadping-1.0.4 → leadping-1.0.6}/models/business_stripe_info_dunning.py +0 -0
  283. {leadping-1.0.4 → leadping-1.0.6}/models/business_switch_option.py +0 -0
  284. {leadping-1.0.4 → leadping-1.0.6}/models/business_switch_option_activation_status.py +0 -0
  285. {leadping-1.0.4 → leadping-1.0.6}/models/business_switch_option_business_status.py +0 -0
  286. {leadping-1.0.4 → leadping-1.0.6}/models/business_user_response.py +0 -0
  287. {leadping-1.0.4 → leadping-1.0.6}/models/business_user_role.py +0 -0
  288. {leadping-1.0.4 → leadping-1.0.6}/models/business_user_table_row.py +0 -0
  289. {leadping-1.0.4 → leadping-1.0.6}/models/call_event_table_row_status.py +0 -0
  290. {leadping-1.0.4 → leadping-1.0.6}/models/change_billing_plan_request.py +0 -0
  291. {leadping-1.0.4 → leadping-1.0.6}/models/compliance_update_request.py +0 -0
  292. {leadping-1.0.4 → leadping-1.0.6}/models/compliance_update_request_compliance.py +0 -0
  293. {leadping-1.0.4 → leadping-1.0.6}/models/conversation_response_status.py +0 -0
  294. {leadping-1.0.4 → leadping-1.0.6}/models/create_note_request.py +0 -0
  295. {leadping-1.0.4 → leadping-1.0.6}/models/current_disposition_summary_category.py +0 -0
  296. {leadping-1.0.4 → leadping-1.0.6}/models/current_disposition_summary_source.py +0 -0
  297. {leadping-1.0.4 → leadping-1.0.6}/models/customer_activation_health.py +0 -0
  298. {leadping-1.0.4 → leadping-1.0.6}/models/customer_activation_health_item.py +0 -0
  299. {leadping-1.0.4 → leadping-1.0.6}/models/customer_activation_status.py +0 -0
  300. {leadping-1.0.4 → leadping-1.0.6}/models/customer_analytics_response.py +0 -0
  301. {leadping-1.0.4 → leadping-1.0.6}/models/customer_analytics_summary.py +0 -0
  302. {leadping-1.0.4 → leadping-1.0.6}/models/customer_automation_health.py +0 -0
  303. {leadping-1.0.4 → leadping-1.0.6}/models/customer_automation_health_last_failure.py +0 -0
  304. {leadping-1.0.4 → leadping-1.0.6}/models/customer_communication_usage.py +0 -0
  305. {leadping-1.0.4 → leadping-1.0.6}/models/customer_communication_usage_point.py +0 -0
  306. {leadping-1.0.4 → leadping-1.0.6}/models/customer_failing_automation.py +0 -0
  307. {leadping-1.0.4 → leadping-1.0.6}/models/customer_lead_source_breakdown.py +0 -0
  308. {leadping-1.0.4 → leadping-1.0.6}/models/customer_lead_trend.py +0 -0
  309. {leadping-1.0.4 → leadping-1.0.6}/models/customer_needs_attention_item.py +0 -0
  310. {leadping-1.0.4 → leadping-1.0.6}/models/customer_response_metrics.py +0 -0
  311. {leadping-1.0.4 → leadping-1.0.6}/models/disposition_export_response.py +0 -0
  312. {leadping-1.0.4 → leadping-1.0.6}/models/disposition_export_row.py +0 -0
  313. {leadping-1.0.4 → leadping-1.0.6}/models/disposition_export_row_category.py +0 -0
  314. {leadping-1.0.4 → leadping-1.0.6}/models/disposition_export_row_change_source.py +0 -0
  315. {leadping-1.0.4 → leadping-1.0.6}/models/disposition_request.py +0 -0
  316. {leadping-1.0.4 → leadping-1.0.6}/models/disposition_request_category.py +0 -0
  317. {leadping-1.0.4 → leadping-1.0.6}/models/disposition_request_change_source.py +0 -0
  318. {leadping-1.0.4 → leadping-1.0.6}/models/disposition_response.py +0 -0
  319. {leadping-1.0.4 → leadping-1.0.6}/models/disposition_response_category.py +0 -0
  320. {leadping-1.0.4 → leadping-1.0.6}/models/disposition_response_change_source.py +0 -0
  321. {leadping-1.0.4 → leadping-1.0.6}/models/eligible_outgoing_number_response_health_status.py +0 -0
  322. {leadping-1.0.4 → leadping-1.0.6}/models/event_detail_response_status.py +0 -0
  323. {leadping-1.0.4 → leadping-1.0.6}/models/event_detail_response_timeline_type.py +0 -0
  324. {leadping-1.0.4 → leadping-1.0.6}/models/event_table_row_selection_reason.py +0 -0
  325. {leadping-1.0.4 → leadping-1.0.6}/models/event_table_row_status.py +0 -0
  326. {leadping-1.0.4 → leadping-1.0.6}/models/event_table_row_traffic_type.py +0 -0
  327. {leadping-1.0.4 → leadping-1.0.6}/models/event_timeline_type.py +0 -0
  328. {leadping-1.0.4 → leadping-1.0.6}/models/exact_match_filter.py +0 -0
  329. {leadping-1.0.4 → leadping-1.0.6}/models/feedback_admin_update_request_status.py +0 -0
  330. {leadping-1.0.4 → leadping-1.0.6}/models/feedback_admin_update_request_type.py +0 -0
  331. {leadping-1.0.4 → leadping-1.0.6}/models/feedback_create_request_type.py +0 -0
  332. {leadping-1.0.4 → leadping-1.0.6}/models/feedback_status.py +0 -0
  333. {leadping-1.0.4 → leadping-1.0.6}/models/feedback_type.py +0 -0
  334. {leadping-1.0.4 → leadping-1.0.6}/models/id_name_pair.py +0 -0
  335. {leadping-1.0.4 → leadping-1.0.6}/models/id_name_value.py +0 -0
  336. {leadping-1.0.4 → leadping-1.0.6}/models/internal_phone_number_status.py +0 -0
  337. {leadping-1.0.4 → leadping-1.0.6}/models/lead_profile_employment_type.py +0 -0
  338. {leadping-1.0.4 → leadping-1.0.6}/models/lead_profile_gender.py +0 -0
  339. {leadping-1.0.4 → leadping-1.0.6}/models/lead_profile_marital_status.py +0 -0
  340. {leadping-1.0.4 → leadping-1.0.6}/models/mobile_device_preferences.py +0 -0
  341. {leadping-1.0.4 → leadping-1.0.6}/models/notification_priority.py +0 -0
  342. {leadping-1.0.4 → leadping-1.0.6}/models/notification_table_row.py +0 -0
  343. {leadping-1.0.4 → leadping-1.0.6}/models/notification_type.py +0 -0
  344. {leadping-1.0.4 → leadping-1.0.6}/models/order_by_option.py +0 -0
  345. {leadping-1.0.4 → leadping-1.0.6}/models/order_by_option_direction.py +0 -0
  346. {leadping-1.0.4 → leadping-1.0.6}/models/outbound_capacity_overview.py +0 -0
  347. {leadping-1.0.4 → leadping-1.0.6}/models/outbound_delivery_channel.py +0 -0
  348. {leadping-1.0.4 → leadping-1.0.6}/models/outbound_delivery_source.py +0 -0
  349. {leadping-1.0.4 → leadping-1.0.6}/models/outbound_delivery_status.py +0 -0
  350. {leadping-1.0.4 → leadping-1.0.6}/models/outbound_phone_number_capacity.py +0 -0
  351. {leadping-1.0.4 → leadping-1.0.6}/models/outbound_queue_item.py +0 -0
  352. {leadping-1.0.4 → leadping-1.0.6}/models/outbound_queue_item_reason_code.py +0 -0
  353. {leadping-1.0.4 → leadping-1.0.6}/models/outgoing_number_selection_reason.py +0 -0
  354. {leadping-1.0.4 → leadping-1.0.6}/models/outgoing_number_selection_request_channel.py +0 -0
  355. {leadping-1.0.4 → leadping-1.0.6}/models/outgoing_number_selection_response_health_status.py +0 -0
  356. {leadping-1.0.4 → leadping-1.0.6}/models/outgoing_number_selection_response_selection_reason.py +0 -0
  357. {leadping-1.0.4 → leadping-1.0.6}/models/paged_result_of_automation_table_row.py +0 -0
  358. {leadping-1.0.4 → leadping-1.0.6}/models/paged_result_of_call_event_table_row.py +0 -0
  359. {leadping-1.0.4 → leadping-1.0.6}/models/paged_result_of_conversation_response.py +0 -0
  360. {leadping-1.0.4 → leadping-1.0.6}/models/paged_result_of_event_table_row.py +0 -0
  361. {leadping-1.0.4 → leadping-1.0.6}/models/paged_result_of_feedback_response.py +0 -0
  362. {leadping-1.0.4 → leadping-1.0.6}/models/paged_result_of_lead_table_row.py +0 -0
  363. {leadping-1.0.4 → leadping-1.0.6}/models/paged_result_of_notification_table_row.py +0 -0
  364. {leadping-1.0.4 → leadping-1.0.6}/models/paged_result_of_phone_number_table_row.py +0 -0
  365. {leadping-1.0.4 → leadping-1.0.6}/models/paged_result_of_sms_event_table_row.py +0 -0
  366. {leadping-1.0.4 → leadping-1.0.6}/models/paged_result_of_source_table_row.py +0 -0
  367. {leadping-1.0.4 → leadping-1.0.6}/models/paged_result_of_transaction_table_row.py +0 -0
  368. {leadping-1.0.4 → leadping-1.0.6}/models/paged_result_of_usage_ledger_table_row.py +0 -0
  369. {leadping-1.0.4 → leadping-1.0.6}/models/phone_lookup_carrier_type.py +0 -0
  370. {leadping-1.0.4 → leadping-1.0.6}/models/phone_lookup_line_type.py +0 -0
  371. {leadping-1.0.4 → leadping-1.0.6}/models/phone_number_event_record_state.py +0 -0
  372. {leadping-1.0.4 → leadping-1.0.6}/models/phone_number_inventory_state.py +0 -0
  373. {leadping-1.0.4 → leadping-1.0.6}/models/phone_number_outbound_health_status.py +0 -0
  374. {leadping-1.0.4 → leadping-1.0.6}/models/phone_number_provider_lifecycle_state.py +0 -0
  375. {leadping-1.0.4 → leadping-1.0.6}/models/phone_number_response_call_warmup_stage.py +0 -0
  376. {leadping-1.0.4 → leadping-1.0.6}/models/phone_number_response_call_warmup_state.py +0 -0
  377. {leadping-1.0.4 → leadping-1.0.6}/models/phone_number_response_health_status.py +0 -0
  378. {leadping-1.0.4 → leadping-1.0.6}/models/phone_number_response_warmup_state.py +0 -0
  379. {leadping-1.0.4 → leadping-1.0.6}/models/phone_number_table_row_health_status.py +0 -0
  380. {leadping-1.0.4 → leadping-1.0.6}/models/phone_number_table_row_warmup_state.py +0 -0
  381. {leadping-1.0.4 → leadping-1.0.6}/models/phone_number_warmup_call_response.py +0 -0
  382. {leadping-1.0.4 → leadping-1.0.6}/models/phone_number_warmup_call_status.py +0 -0
  383. {leadping-1.0.4 → leadping-1.0.6}/models/phone_number_warmup_health_status.py +0 -0
  384. {leadping-1.0.4 → leadping-1.0.6}/models/phone_number_warmup_stage.py +0 -0
  385. {leadping-1.0.4 → leadping-1.0.6}/models/phone_number_warmup_status_response.py +0 -0
  386. {leadping-1.0.4 → leadping-1.0.6}/models/problem_details.py +0 -0
  387. {leadping-1.0.4 → leadping-1.0.6}/models/range_filter.py +0 -0
  388. {leadping-1.0.4 → leadping-1.0.6}/models/request_data_options.py +0 -0
  389. {leadping-1.0.4 → leadping-1.0.6}/models/send_sms_request_outbound_priority.py +0 -0
  390. {leadping-1.0.4 → leadping-1.0.6}/models/send_sms_request_outbound_source.py +0 -0
  391. {leadping-1.0.4 → leadping-1.0.6}/models/send_sms_request_selection_reason.py +0 -0
  392. {leadping-1.0.4 → leadping-1.0.6}/models/sms_event_table_row_outbound_source.py +0 -0
  393. {leadping-1.0.4 → leadping-1.0.6}/models/sms_event_table_row_status.py +0 -0
  394. {leadping-1.0.4 → leadping-1.0.6}/models/sms_event_table_row_traffic_type.py +0 -0
  395. {leadping-1.0.4 → leadping-1.0.6}/models/sms_response_selection_reason.py +0 -0
  396. {leadping-1.0.4 → leadping-1.0.6}/models/sms_response_status.py +0 -0
  397. {leadping-1.0.4 → leadping-1.0.6}/models/sms_response_traffic_type.py +0 -0
  398. {leadping-1.0.4 → leadping-1.0.6}/models/sms_warmup_action_response.py +0 -0
  399. {leadping-1.0.4 → leadping-1.0.6}/models/sms_warmup_action_status.py +0 -0
  400. {leadping-1.0.4 → leadping-1.0.6}/models/sms_warmup_action_type.py +0 -0
  401. {leadping-1.0.4 → leadping-1.0.6}/models/sms_warmup_health_state.py +0 -0
  402. {leadping-1.0.4 → leadping-1.0.6}/models/sms_warmup_status_response.py +0 -0
  403. {leadping-1.0.4 → leadping-1.0.6}/models/sms_warmup_ui_state.py +0 -0
  404. {leadping-1.0.4 → leadping-1.0.6}/models/source_metrics_response.py +0 -0
  405. {leadping-1.0.4 → leadping-1.0.6}/models/street_address.py +0 -0
  406. {leadping-1.0.4 → leadping-1.0.6}/models/stripe_payment_method_response.py +0 -0
  407. {leadping-1.0.4 → leadping-1.0.6}/models/ten_dlc_application_draft.py +0 -0
  408. {leadping-1.0.4 → leadping-1.0.6}/models/ten_dlc_application_status.py +0 -0
  409. {leadping-1.0.4 → leadping-1.0.6}/models/transaction_status.py +0 -0
  410. {leadping-1.0.4 → leadping-1.0.6}/models/transaction_type.py +0 -0
  411. {leadping-1.0.4 → leadping-1.0.6}/models/trusted_form_certificate.py +0 -0
  412. {leadping-1.0.4 → leadping-1.0.6}/models/usage_channel.py +0 -0
  413. {leadping-1.0.4 → leadping-1.0.6}/models/usage_counter_line.py +0 -0
  414. {leadping-1.0.4 → leadping-1.0.6}/models/usage_ledger_table_row.py +0 -0
  415. {leadping-1.0.4 → leadping-1.0.6}/models/usage_record_status.py +0 -0
  416. {leadping-1.0.4 → leadping-1.0.6}/models/usage_summary_line.py +0 -0
  417. {leadping-1.0.4 → leadping-1.0.6}/models/usage_summary_response.py +0 -0
  418. {leadping-1.0.4 → leadping-1.0.6}/models/user_compliance.py +0 -0
  419. {leadping-1.0.4 → leadping-1.0.6}/models/user_data_export_file.py +0 -0
  420. {leadping-1.0.4 → leadping-1.0.6}/models/user_data_export_response.py +0 -0
  421. {leadping-1.0.4 → leadping-1.0.6}/models/user_data_export_statuses.py +0 -0
  422. {leadping-1.0.4 → leadping-1.0.6}/models/user_dunning_info.py +0 -0
  423. {leadping-1.0.4 → leadping-1.0.6}/models/user_identity.py +0 -0
  424. {leadping-1.0.4 → leadping-1.0.6}/models/user_notification_preferences.py +0 -0
  425. {leadping-1.0.4 → leadping-1.0.6}/models/user_request_billing_plan.py +0 -0
  426. {leadping-1.0.4 → leadping-1.0.6}/models/user_request_subscription_status.py +0 -0
  427. {leadping-1.0.4 → leadping-1.0.6}/models/user_response.py +0 -0
  428. {leadping-1.0.4 → leadping-1.0.6}/models/user_response_billing_plan.py +0 -0
  429. {leadping-1.0.4 → leadping-1.0.6}/models/user_response_business.py +0 -0
  430. {leadping-1.0.4 → leadping-1.0.6}/models/user_response_compliance.py +0 -0
  431. {leadping-1.0.4 → leadping-1.0.6}/models/user_response_current_business.py +0 -0
  432. {leadping-1.0.4 → leadping-1.0.6}/models/user_response_notification_preferences.py +0 -0
  433. {leadping-1.0.4 → leadping-1.0.6}/models/user_response_stripe_info.py +0 -0
  434. {leadping-1.0.4 → leadping-1.0.6}/models/user_response_subscription_status.py +0 -0
  435. {leadping-1.0.4 → leadping-1.0.6}/models/user_stripe_info.py +0 -0
  436. {leadping-1.0.4 → leadping-1.0.6}/models/user_stripe_info_cancellation.py +0 -0
  437. {leadping-1.0.4 → leadping-1.0.6}/models/user_stripe_info_dunning.py +0 -0
  438. {leadping-1.0.4 → leadping-1.0.6}/models/user_subscription_cancellation_info.py +0 -0
  439. {leadping-1.0.4 → leadping-1.0.6}/models/wallet_response_credit_status.py +0 -0
  440. {leadping-1.0.4 → leadping-1.0.6}/models/wallet_response_source_type.py +0 -0
  441. {leadping-1.0.4 → leadping-1.0.6}/models/website_lifecycle_status.py +0 -0
  442. {leadping-1.0.4 → leadping-1.0.6}/notifications/announcements/announcements_request_builder.py +0 -0
  443. {leadping-1.0.4 → leadping-1.0.6}/notifications/item/mark_read/mark_read_request_builder.py +0 -0
  444. {leadping-1.0.4 → leadping-1.0.6}/notifications/item/notifications_item_request_builder.py +0 -0
  445. {leadping-1.0.4 → leadping-1.0.6}/notifications/mark_all_read/mark_all_read_request_builder.py +0 -0
  446. {leadping-1.0.4 → leadping-1.0.6}/notifications/me/me_request_builder.py +0 -0
  447. {leadping-1.0.4 → leadping-1.0.6}/notifications/notifications_request_builder.py +0 -0
  448. {leadping-1.0.4 → leadping-1.0.6}/notifications/unread_count/unread_count_request_builder.py +0 -0
  449. {leadping-1.0.4 → leadping-1.0.6}/outbound/outbound_request_builder.py +0 -0
  450. {leadping-1.0.4 → leadping-1.0.6}/outbound/overview/overview_request_builder.py +0 -0
  451. {leadping-1.0.4 → leadping-1.0.6}/payment_methods/item/payment_methods_item_request_builder.py +0 -0
  452. {leadping-1.0.4 → leadping-1.0.6}/payment_methods/payment_methods_request_builder.py +0 -0
  453. {leadping-1.0.4 → leadping-1.0.6}/phone_numbers/all/all_request_builder.py +0 -0
  454. {leadping-1.0.4 → leadping-1.0.6}/phone_numbers/all/my/my_request_builder.py +0 -0
  455. {leadping-1.0.4 → leadping-1.0.6}/phone_numbers/item/status/status_request_builder.py +0 -0
  456. {leadping-1.0.4 → leadping-1.0.6}/phone_numbers/item/warmup/warmup_request_builder.py +0 -0
  457. {leadping-1.0.4 → leadping-1.0.6}/phone_numbers/outgoing/conversation/conversation_request_builder.py +0 -0
  458. {leadping-1.0.4 → leadping-1.0.6}/phone_numbers/outgoing/outgoing_request_builder.py +0 -0
  459. {leadping-1.0.4 → leadping-1.0.6}/pyproject.toml +0 -0
  460. {leadping-1.0.4 → leadping-1.0.6}/reports/exports/exports_request_builder.py +0 -0
  461. {leadping-1.0.4 → leadping-1.0.6}/reports/exports/item/download/download_request_builder.py +0 -0
  462. {leadping-1.0.4 → leadping-1.0.6}/reports/exports/item/with_export_item_request_builder.py +0 -0
  463. {leadping-1.0.4 → leadping-1.0.6}/reports/exports/my/my_request_builder.py +0 -0
  464. {leadping-1.0.4 → leadping-1.0.6}/reports/reports_request_builder.py +0 -0
  465. {leadping-1.0.4 → leadping-1.0.6}/setup.cfg +0 -0
  466. {leadping-1.0.4 → leadping-1.0.6}/sms/item/cancel/cancel_request_builder.py +0 -0
  467. {leadping-1.0.4 → leadping-1.0.6}/sms/item/with_sms_event_item_request_builder.py +0 -0
  468. {leadping-1.0.4 → leadping-1.0.6}/sms/sms_request_builder.py +0 -0
  469. {leadping-1.0.4 → leadping-1.0.6}/sources/all/all_request_builder.py +0 -0
  470. {leadping-1.0.4 → leadping-1.0.6}/sources/all/my/my_request_builder.py +0 -0
  471. {leadping-1.0.4 → leadping-1.0.6}/sources/item/metrics/metrics_request_builder.py +0 -0
  472. {leadping-1.0.4 → leadping-1.0.6}/transactions/all/all_request_builder.py +0 -0
  473. {leadping-1.0.4 → leadping-1.0.6}/transactions/all/my/my_request_builder.py +0 -0
  474. {leadping-1.0.4 → leadping-1.0.6}/transactions/item/transactions_item_request_builder.py +0 -0
  475. {leadping-1.0.4 → leadping-1.0.6}/transactions/transactions_request_builder.py +0 -0
  476. {leadping-1.0.4 → leadping-1.0.6}/usage/all/all_request_builder.py +0 -0
  477. {leadping-1.0.4 → leadping-1.0.6}/usage/all/my/my_request_builder.py +0 -0
  478. {leadping-1.0.4 → leadping-1.0.6}/usage/summary/my/my_request_builder.py +0 -0
  479. {leadping-1.0.4 → leadping-1.0.6}/usage/summary/summary_request_builder.py +0 -0
  480. {leadping-1.0.4 → leadping-1.0.6}/usage/usage_request_builder.py +0 -0
  481. {leadping-1.0.4 → leadping-1.0.6}/users/change_billing_plan/change_billing_plan_request_builder.py +0 -0
  482. {leadping-1.0.4 → leadping-1.0.6}/users/compliance/compliance_request_builder.py +0 -0
  483. {leadping-1.0.4 → leadping-1.0.6}/users/me/last_login/last_login_request_builder.py +0 -0
  484. {leadping-1.0.4 → leadping-1.0.6}/users/me/paymentmethod/paymentmethod_request_builder.py +0 -0
  485. {leadping-1.0.4 → leadping-1.0.6}/users/users_request_builder.py +0 -0
  486. {leadping-1.0.4 → leadping-1.0.6}/wallets/item/wallets_item_request_builder.py +0 -0
  487. {leadping-1.0.4 → leadping-1.0.6}/wallets/me/me_request_builder.py +0 -0
  488. {leadping-1.0.4 → leadping-1.0.6}/wallets/wallets_request_builder.py +0 -0
leadping-1.0.6/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2025-2026 Leadping LLC
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -1,12 +1,13 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: leadping
3
- Version: 1.0.4
3
+ Version: 1.0.6
4
4
  Summary: Typed Python client for the Leadping API, generated from the Leadping OpenAPI document with Microsoft Kiota.
5
5
  Home-page: https://github.com/leadpingai/leadping-python
6
6
  Author: Leadping
7
- License: Proprietary
7
+ License: MIT
8
8
  Classifier: Development Status :: 4 - Beta
9
9
  Classifier: Intended Audience :: Developers
10
+ Classifier: License :: OSI Approved :: MIT License
10
11
  Classifier: Programming Language :: Python :: 3
11
12
  Classifier: Programming Language :: Python :: 3.10
12
13
  Classifier: Programming Language :: Python :: 3.11
@@ -32,7 +33,12 @@ Dynamic: requires-dist
32
33
  Dynamic: requires-python
33
34
  Dynamic: summary
34
35
 
35
- # Leadping Python SDK
36
+ [![](https://img.shields.io/pypi/v/leadping.svg?style=for-the-badge)](https://pypi.org/project/leadping/)
37
+ [![](https://img.shields.io/github/actions/workflow/status/leadpingai/leadping-python/publish.yml?style=for-the-badge)](https://github.com/leadpingai/leadping-python/actions/workflows/publish.yml)
38
+ [![](https://img.shields.io/pepy/dt/leadping?style=for-the-badge)](https://pypi.org/project/leadping/)
39
+ [![](https://img.shields.io/github/actions/workflow/status/leadpingai/leadping-python/codeql.yml?label=CodeQL&style=for-the-badge)](https://github.com/leadpingai/leadping-python/actions/workflows/codeql.yml)
40
+
41
+ # ![Leadping](https://leadping.ai/favicon.ico) Leadping Python SDK
36
42
 
37
43
  Type-safe Python client for the Leadping API.
38
44
 
@@ -68,5 +74,6 @@ The client defaults to `https://api.leadping.ai` when the adapter does not alrea
68
74
 
69
75
  ## Links
70
76
 
77
+ - [Documentation](https://leadping.ai/docs)
71
78
  - [API reference](https://leadping.ai/docs/api-reference)
72
79
  - [License](LICENSE)
@@ -1,4 +1,9 @@
1
- # Leadping Python SDK
1
+ [![](https://img.shields.io/pypi/v/leadping.svg?style=for-the-badge)](https://pypi.org/project/leadping/)
2
+ [![](https://img.shields.io/github/actions/workflow/status/leadpingai/leadping-python/publish.yml?style=for-the-badge)](https://github.com/leadpingai/leadping-python/actions/workflows/publish.yml)
3
+ [![](https://img.shields.io/pepy/dt/leadping?style=for-the-badge)](https://pypi.org/project/leadping/)
4
+ [![](https://img.shields.io/github/actions/workflow/status/leadpingai/leadping-python/codeql.yml?label=CodeQL&style=for-the-badge)](https://github.com/leadpingai/leadping-python/actions/workflows/codeql.yml)
5
+
6
+ # ![Leadping](https://leadping.ai/favicon.ico) Leadping Python SDK
2
7
 
3
8
  Type-safe Python client for the Leadping API.
4
9
 
@@ -34,5 +39,6 @@ The client defaults to `https://api.leadping.ai` when the adapter does not alrea
34
39
 
35
40
  ## Links
36
41
 
42
+ - [Documentation](https://leadping.ai/docs)
37
43
  - [API reference](https://leadping.ai/docs/api-reference)
38
44
  - [License](LICENSE)
@@ -51,7 +51,7 @@ class AutomationsRequestBuilder(BaseRequestBuilder):
51
51
  async def post(self,body: AutomationRequest, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[AutomationResponse]:
52
52
  """
53
53
  Creates an automation for current-business leads, configuring triggers, message steps, and follow-up behavior.
54
- param body: Request payload for automation.
54
+ param body: Request schema for the Leadping API automation configuration request, including the fields clients can send.
55
55
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
56
56
  Returns: Optional[AutomationResponse]
57
57
  """
@@ -74,7 +74,7 @@ class AutomationsRequestBuilder(BaseRequestBuilder):
74
74
  def to_post_request_information(self,body: AutomationRequest, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
75
75
  """
76
76
  Creates an automation for current-business leads, configuring triggers, message steps, and follow-up behavior.
77
- param body: Request payload for automation.
77
+ param body: Request schema for the Leadping API automation configuration request, including the fields clients can send.
78
78
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
79
79
  Returns: RequestInformation
80
80
  """
@@ -72,7 +72,7 @@ class AutomationsItemRequestBuilder(BaseRequestBuilder):
72
72
  async def put(self,body: AutomationRequest, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[AutomationResponse]:
73
73
  """
74
74
  Updates an automation for current-business leads, changing triggers, message steps, routing, or active follow-up settings.
75
- param body: Request payload for automation.
75
+ param body: Request schema for the Leadping API automation configuration request, including the fields clients can send.
76
76
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
77
77
  Returns: Optional[AutomationResponse]
78
78
  """
@@ -118,7 +118,7 @@ class AutomationsItemRequestBuilder(BaseRequestBuilder):
118
118
  def to_put_request_information(self,body: AutomationRequest, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
119
119
  """
120
120
  Updates an automation for current-business leads, changing triggers, message steps, routing, or active follow-up settings.
121
- param body: Request payload for automation.
121
+ param body: Request schema for the Leadping API automation configuration request, including the fields clients can send.
122
122
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
123
123
  Returns: RequestInformation
124
124
  """
@@ -34,7 +34,7 @@ class PreviewRequestBuilder(BaseRequestBuilder):
34
34
  async def post(self,body: AutomationPreviewRequest, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[AutomationPreviewResponse]:
35
35
  """
36
36
  Previews automation execution for a sample lead, showing matched steps and messages without creating follow-up events.
37
- param body: API DTO containing automation preview data used by Leadping API contracts.
37
+ param body: Request schema for the Leadping API automation preview request, including the fields clients can send.
38
38
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
39
39
  Returns: Optional[AutomationPreviewResponse]
40
40
  """
@@ -57,7 +57,7 @@ class PreviewRequestBuilder(BaseRequestBuilder):
57
57
  def to_post_request_information(self,body: AutomationPreviewRequest, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
58
58
  """
59
59
  Previews automation execution for a sample lead, showing matched steps and messages without creating follow-up events.
60
- param body: API DTO containing automation preview data used by Leadping API contracts.
60
+ param body: Request schema for the Leadping API automation preview request, including the fields clients can send.
61
61
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
62
62
  Returns: RequestInformation
63
63
  """
@@ -58,7 +58,7 @@ class MeRequestBuilder(BaseRequestBuilder):
58
58
  async def put(self,body: BusinessRequest, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[BusinessResponse]:
59
59
  """
60
60
  Updates the authenticated user's current business profile, including contact, settings, and communication configuration.
61
- param body: Request payload for business.
61
+ param body: Request schema for the Leadping API business profile request, including the fields clients can send.
62
62
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
63
63
  Returns: Optional[BusinessResponse]
64
64
  """
@@ -92,7 +92,7 @@ class MeRequestBuilder(BaseRequestBuilder):
92
92
  def to_put_request_information(self,body: BusinessRequest, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
93
93
  """
94
94
  Updates the authenticated user's current business profile, including contact, settings, and communication configuration.
95
- param body: Request payload for business.
95
+ param body: Request schema for the Leadping API business profile request, including the fields clients can send.
96
96
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
97
97
  Returns: RequestInformation
98
98
  """
@@ -34,7 +34,7 @@ class SwitchRequestBuilder(BaseRequestBuilder):
34
34
  async def post(self,body: BusinessSwitchRequest, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[BusinessResponse]:
35
35
  """
36
36
  Switches the authenticated user's active business context so subsequent lead, billing, and communication requests target that business.
37
- param body: Request payload for business switch.
37
+ param body: Request schema for the Leadping API business switch request, including the fields clients can send.
38
38
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
39
39
  Returns: Optional[BusinessResponse]
40
40
  """
@@ -57,7 +57,7 @@ class SwitchRequestBuilder(BaseRequestBuilder):
57
57
  def to_post_request_information(self,body: BusinessSwitchRequest, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
58
58
  """
59
59
  Switches the authenticated user's active business context so subsequent lead, billing, and communication requests target that business.
60
- param body: Request payload for business switch.
60
+ param body: Request schema for the Leadping API business switch request, including the fields clients can send.
61
61
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
62
62
  Returns: RequestInformation
63
63
  """
@@ -53,7 +53,7 @@ class WithUserItemRequestBuilder(BaseRequestBuilder):
53
53
  async def put(self,body: BusinessUserRequest, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[BusinessUserResponse]:
54
54
  """
55
55
  Changes a user's role in the current business, updating access to lead, automation, billing, and admin workflows.
56
- param body: Request payload for business user.
56
+ param body: Request schema for the Leadping API business user request, including the fields clients can send.
57
57
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
58
58
  Returns: Optional[BusinessUserResponse]
59
59
  """
@@ -88,7 +88,7 @@ class WithUserItemRequestBuilder(BaseRequestBuilder):
88
88
  def to_put_request_information(self,body: BusinessUserRequest, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
89
89
  """
90
90
  Changes a user's role in the current business, updating access to lead, automation, billing, and admin workflows.
91
- param body: Request payload for business user.
91
+ param body: Request schema for the Leadping API business user request, including the fields clients can send.
92
92
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
93
93
  Returns: RequestInformation
94
94
  """
@@ -65,7 +65,7 @@ class UsersRequestBuilder(BaseRequestBuilder):
65
65
  async def post(self,body: BusinessUserRequest, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[BusinessUserResponse]:
66
66
  """
67
67
  Adds an existing user to the current business with the requested role for shared lead communication and account access.
68
- param body: Request payload for business user.
68
+ param body: Request schema for the Leadping API business user request, including the fields clients can send.
69
69
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
70
70
  Returns: Optional[BusinessUserResponse]
71
71
  """
@@ -100,7 +100,7 @@ class UsersRequestBuilder(BaseRequestBuilder):
100
100
  def to_post_request_information(self,body: BusinessUserRequest, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
101
101
  """
102
102
  Adds an existing user to the current business with the requested role for shared lead communication and account access.
103
- param body: Request payload for business user.
103
+ param body: Request schema for the Leadping API business user request, including the fields clients can send.
104
104
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
105
105
  Returns: RequestInformation
106
106
  """
@@ -34,7 +34,7 @@ class ContactRequestBuilder(BaseRequestBuilder):
34
34
  async def post(self,body: ContactRequest, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[ContactResponse]:
35
35
  """
36
36
  Submits a public contact request to Leadping support, capturing sender details and message content without requiring authentication.
37
- param body: Request model for submitting a contact form.
37
+ param body: Request schema for the Leadping API contact form request, including the fields clients can send.
38
38
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
39
39
  Returns: Optional[ContactResponse]
40
40
  """
@@ -57,7 +57,7 @@ class ContactRequestBuilder(BaseRequestBuilder):
57
57
  def to_post_request_information(self,body: ContactRequest, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
58
58
  """
59
59
  Submits a public contact request to Leadping support, capturing sender details and message content without requiring authentication.
60
- param body: Request model for submitting a contact form.
60
+ param body: Request schema for the Leadping API contact form request, including the fields clients can send.
61
61
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
62
62
  Returns: RequestInformation
63
63
  """
@@ -114,22 +114,31 @@ class AdminRequestBuilder(BaseRequestBuilder):
114
114
  return "Type"
115
115
  return original_name
116
116
 
117
+ # Product area or app section connected to this feedback admin query request.
117
118
  area: Optional[str] = None
118
119
 
120
+ # Business ID used to filter feedback items for admin review.
119
121
  business_id: Optional[str] = None
120
122
 
123
+ # Pagination token used to request the next page of Leadping API results.
121
124
  continuation_token: Optional[str] = None
122
125
 
126
+ # End of the created-at date range filter for Leadping API results.
123
127
  created_end: Optional[datetime.datetime] = None
124
128
 
129
+ # Start of the created-at date range filter for Leadping API results.
125
130
  created_start: Optional[datetime.datetime] = None
126
131
 
132
+ # Maximum number of results requested for this Leadping API page.
127
133
  page_size: Optional[int] = None
128
134
 
135
+ # Search text used to filter Leadping API results.
129
136
  search: Optional[str] = None
130
137
 
138
+ # Current lifecycle status for this feedback admin query request in the Leadping API.
131
139
  status: Optional[str] = None
132
140
 
141
+ # Type classification used to route and interpret this feedback admin query request in the Leadping API.
133
142
  type: Optional[str] = None
134
143
 
135
144
 
@@ -54,7 +54,7 @@ class AdminItemRequestBuilder(BaseRequestBuilder):
54
54
  async def put(self,body: FeedbackAdminUpdateRequest, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[FeedbackResponse]:
55
55
  """
56
56
  Updates admin triage fields on a feedback item, such as status, priority, notes, or reviewed metadata.
57
- param body: Admin triage update request for product feedback.
57
+ param body: Request schema for the Leadping API feedback admin update request, including the fields clients can send.
58
58
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
59
59
  Returns: Optional[FeedbackResponse]
60
60
  """
@@ -89,7 +89,7 @@ class AdminItemRequestBuilder(BaseRequestBuilder):
89
89
  def to_put_request_information(self,body: FeedbackAdminUpdateRequest, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
90
90
  """
91
91
  Updates admin triage fields on a feedback item, such as status, priority, notes, or reviewed metadata.
92
- param body: Admin triage update request for product feedback.
92
+ param body: Request schema for the Leadping API feedback admin update request, including the fields clients can send.
93
93
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
94
94
  Returns: RequestInformation
95
95
  """
@@ -35,7 +35,7 @@ class FeedbackRequestBuilder(BaseRequestBuilder):
35
35
  async def post(self,body: FeedbackCreateRequest, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[FeedbackResponse]:
36
36
  """
37
37
  Creates product feedback for the current business, capturing category, message, and context for operator review.
38
- param body: User-facing request for product feedback capture.
38
+ param body: Request schema for the Leadping API feedback creation request, including the fields clients can send.
39
39
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
40
40
  Returns: Optional[FeedbackResponse]
41
41
  """
@@ -58,7 +58,7 @@ class FeedbackRequestBuilder(BaseRequestBuilder):
58
58
  def to_post_request_information(self,body: FeedbackCreateRequest, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
59
59
  """
60
60
  Creates product feedback for the current business, capturing category, message, and context for operator review.
61
- param body: User-facing request for product feedback capture.
61
+ param body: Request schema for the Leadping API feedback creation request, including the fields clients can send.
62
62
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
63
63
  Returns: RequestInformation
64
64
  """
@@ -1,12 +1,13 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: leadping
3
- Version: 1.0.4
3
+ Version: 1.0.6
4
4
  Summary: Typed Python client for the Leadping API, generated from the Leadping OpenAPI document with Microsoft Kiota.
5
5
  Home-page: https://github.com/leadpingai/leadping-python
6
6
  Author: Leadping
7
- License: Proprietary
7
+ License: MIT
8
8
  Classifier: Development Status :: 4 - Beta
9
9
  Classifier: Intended Audience :: Developers
10
+ Classifier: License :: OSI Approved :: MIT License
10
11
  Classifier: Programming Language :: Python :: 3
11
12
  Classifier: Programming Language :: Python :: 3.10
12
13
  Classifier: Programming Language :: Python :: 3.11
@@ -32,7 +33,12 @@ Dynamic: requires-dist
32
33
  Dynamic: requires-python
33
34
  Dynamic: summary
34
35
 
35
- # Leadping Python SDK
36
+ [![](https://img.shields.io/pypi/v/leadping.svg?style=for-the-badge)](https://pypi.org/project/leadping/)
37
+ [![](https://img.shields.io/github/actions/workflow/status/leadpingai/leadping-python/publish.yml?style=for-the-badge)](https://github.com/leadpingai/leadping-python/actions/workflows/publish.yml)
38
+ [![](https://img.shields.io/pepy/dt/leadping?style=for-the-badge)](https://pypi.org/project/leadping/)
39
+ [![](https://img.shields.io/github/actions/workflow/status/leadpingai/leadping-python/codeql.yml?label=CodeQL&style=for-the-badge)](https://github.com/leadpingai/leadping-python/actions/workflows/codeql.yml)
40
+
41
+ # ![Leadping](https://leadping.ai/favicon.ico) Leadping Python SDK
36
42
 
37
43
  Type-safe Python client for the Leadping API.
38
44
 
@@ -68,5 +74,6 @@ The client defaults to `https://api.leadping.ai` when the adapter does not alrea
68
74
 
69
75
  ## Links
70
76
 
77
+ - [Documentation](https://leadping.ai/docs)
71
78
  - [API reference](https://leadping.ai/docs/api-reference)
72
79
  - [License](LICENSE)
@@ -330,6 +330,7 @@ setup.py
330
330
  ./models/phone_number_table_row_warmup_state.py
331
331
  ./models/phone_number_ten_dlc_association.py
332
332
  ./models/phone_number_traffic_metrics_response.py
333
+ ./models/phone_number_traffic_trend_point.py
333
334
  ./models/phone_number_warmup_call_response.py
334
335
  ./models/phone_number_warmup_call_status.py
335
336
  ./models/phone_number_warmup_health_status.py
@@ -807,6 +808,7 @@ models/phone_number_table_row_health_status.py
807
808
  models/phone_number_table_row_warmup_state.py
808
809
  models/phone_number_ten_dlc_association.py
809
810
  models/phone_number_traffic_metrics_response.py
811
+ models/phone_number_traffic_trend_point.py
810
812
  models/phone_number_warmup_call_response.py
811
813
  models/phone_number_warmup_call_status.py
812
814
  models/phone_number_warmup_health_status.py
@@ -57,7 +57,7 @@ class IntakeRequestBuilder(BaseRequestBuilder):
57
57
  async def post(self,body: LeadIntakeRequest, request_configuration: Optional[RequestConfiguration[IntakeRequestBuilderPostQueryParameters]] = None) -> Optional[LeadResponse]:
58
58
  """
59
59
  Creates a source-authenticated lead from a flat intake payload, capturing contact fields, metadata, and automation-ready lead details.
60
- param body: Request payload for lead intake.
60
+ param body: Request schema for the Leadping API lead intake request, including the fields clients can send.
61
61
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
62
62
  Returns: Optional[LeadResponse]
63
63
  """
@@ -93,7 +93,7 @@ class IntakeRequestBuilder(BaseRequestBuilder):
93
93
  def to_post_request_information(self,body: LeadIntakeRequest, request_configuration: Optional[RequestConfiguration[IntakeRequestBuilderPostQueryParameters]] = None) -> RequestInformation:
94
94
  """
95
95
  Creates a source-authenticated lead from a flat intake payload, capturing contact fields, metadata, and automation-ready lead details.
96
- param body: Request payload for lead intake.
96
+ param body: Request schema for the Leadping API lead intake request, including the fields clients can send.
97
97
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
98
98
  Returns: RequestInformation
99
99
  """
@@ -198,106 +198,106 @@ class IntakeRequestBuilder(BaseRequestBuilder):
198
198
  return "Zip"
199
199
  return original_name
200
200
 
201
- # The address1 value for this lead intake.
201
+ # First street address line submitted by the lead intake source.
202
202
  address1: Optional[str] = None
203
203
 
204
- # The address2 value for this lead intake.
204
+ # Second street address line submitted by the lead intake source.
205
205
  address2: Optional[str] = None
206
206
 
207
- # The date and time for the birth date value on this lead intake.
207
+ # Lead birth date used for demographic matching and insurance intake workflows.
208
208
  birth_date: Optional[datetime.date] = None
209
209
 
210
- # The city value for this lead intake.
210
+ # City for the lead or business postal address.
211
211
  city: Optional[str] = None
212
212
 
213
- # The date and time for the date of birth value on this lead intake.
213
+ # Lead date of birth supplied by intake sources and normalized into the lead profile.
214
214
  date_of_birth: Optional[datetime.date] = None
215
215
 
216
- # The direct post price value for this lead intake.
216
+ # Direct-post price supplied by the lead source during intake.
217
217
  direct_post_price: Optional[float] = None
218
218
 
219
- # The email address associated with this lead intake.
219
+ # Email address for the person represented by this lead intake request.
220
220
  email: Optional[str] = None
221
221
 
222
- # The external ID associated with this lead intake.
222
+ # External system identifier used to reconcile this lead intake request across integrations.
223
223
  external_id: Optional[str] = None
224
224
 
225
- # The first name value for this lead intake.
225
+ # First name of the lead, user, or contact represented by this lead intake request.
226
226
  first_name: Optional[str] = None
227
227
 
228
- # The gender value for this lead intake.
228
+ # Lead gender supplied by intake sources and normalized when possible.
229
229
  gender: Optional[str] = None
230
230
 
231
- # The landing page value for this lead intake.
231
+ # Landing page URL where the lead submitted their information.
232
232
  landing_page: Optional[str] = None
233
233
 
234
- # The date and time for the last name value on this lead intake.
234
+ # Last name of the lead, user, or contact represented by this lead intake request.
235
235
  last_name: Optional[str] = None
236
236
 
237
- # The phone number associated with this lead intake.
237
+ # Phone details for the lead, user, or business represented by this lead intake request.
238
238
  phone: Optional[str] = None
239
239
 
240
- # The phone type classification for this lead intake.
240
+ # Source-provided phone type, such as mobile, landline, or VoIP, used during lead intake normalization.
241
241
  phone_type: Optional[str] = None
242
242
 
243
- # The postal code value for this lead intake.
243
+ # Postal code for the lead or business address.
244
244
  postal_code: Optional[str] = None
245
245
 
246
- # The monetary price for this lead intake.
246
+ # Lead price or transaction price supplied to the Leadping API.
247
247
  price: Optional[float] = None
248
248
 
249
- # The product value for this lead intake.
249
+ # Product or offer associated with the lead or source.
250
250
  product: Optional[str] = None
251
251
 
252
- # The referrer value for this lead intake.
252
+ # Referring page or traffic source that sent the lead into Leadping.
253
253
  referrer: Optional[str] = None
254
254
 
255
- # The seller lead ID associated with this lead intake.
255
+ # Seller-provided lead identifier used to deduplicate and reconcile lead delivery.
256
256
  seller_lead_id: Optional[str] = None
257
257
 
258
- # The seller lead identifier value for this lead intake.
258
+ # Alternate seller-provided lead identifier used during intake normalization.
259
259
  seller_lead_identifier: Optional[str] = None
260
260
 
261
261
  # The Leadping source key supplied as a query string parameter.
262
262
  source_key: Optional[str] = None
263
263
 
264
- # The source metadata key-value data carried with this lead intake; values must be safe to expose in API responses.
264
+ # Source-provided key-value metadata retained for lead attribution and integration troubleshooting.
265
265
  source_metadata: Optional[str] = None
266
266
 
267
- # The current state for this lead intake.
267
+ # State, province, or region for the lead or business postal address.
268
268
  state: Optional[str] = None
269
269
 
270
- # The sub ID associated with this lead intake.
270
+ # Affiliate or publisher sub ID captured for lead attribution.
271
271
  sub_id: Optional[str] = None
272
272
 
273
- # Existing business tag ids to assign as part of intake.
273
+ # Tag IDs assigned to or filtered against this lead.
274
274
  tag_ids: Optional[list[str]] = None
275
275
 
276
- # Business tag names to assign as part of intake.
276
+ # Tag names assigned to this lead when matching existing tags by name.
277
277
  tag_names: Optional[list[str]] = None
278
278
 
279
- # The URL associated with this lead intake.
279
+ # TrustedForm certificate URL used as proof of consumer consent.
280
280
  trusted_form_url: Optional[str] = None
281
281
 
282
- # The utm campaign value for this lead intake.
282
+ # UTM campaign parameter captured for lead attribution reporting.
283
283
  utm_campaign: Optional[str] = None
284
284
 
285
- # The utm content value for this lead intake.
285
+ # UTM content parameter captured for lead attribution reporting.
286
286
  utm_content: Optional[str] = None
287
287
 
288
- # The utm medium value for this lead intake.
288
+ # UTM medium parameter captured for lead attribution reporting.
289
289
  utm_medium: Optional[str] = None
290
290
 
291
- # The utm source value for this lead intake.
291
+ # UTM source parameter captured for lead attribution reporting.
292
292
  utm_source: Optional[str] = None
293
293
 
294
- # The utm term value for this lead intake.
294
+ # UTM term parameter captured for lead attribution reporting.
295
295
  utm_term: Optional[str] = None
296
296
 
297
- # The vertical value for this lead intake.
297
+ # Industry vertical used for lead routing, compliance review, and reporting.
298
298
  vertical: Optional[str] = None
299
299
 
300
- # The zip value for this lead intake.
300
+ # ZIP code submitted by the lead intake source.
301
301
  zip: Optional[str] = None
302
302
 
303
303
 
@@ -12,7 +12,7 @@ from ....models.lead_archive_request import LeadArchiveRequest
12
12
  @dataclass
13
13
  class ArchivePostRequestBody(LeadArchiveRequest, Parsable):
14
14
  """
15
- Request payload for archiving a lead without deleting its history.
15
+ Request schema for the Leadping API lead archive request, including the fields clients can send.
16
16
  """
17
17
 
18
18
  @staticmethod
@@ -34,7 +34,7 @@ class ArchiveRequestBuilder(BaseRequestBuilder):
34
34
  async def post(self,body: ArchivePostRequestBody, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[LeadResponse]:
35
35
  """
36
36
  Archives a lead without deleting history, removing it from active pipeline views while preserving communication and event records.
37
- param body: Request payload for archiving a lead without deleting its history.
37
+ param body: Request schema for the Leadping API lead archive request, including the fields clients can send.
38
38
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
39
39
  Returns: Optional[LeadResponse]
40
40
  """
@@ -58,7 +58,7 @@ class ArchiveRequestBuilder(BaseRequestBuilder):
58
58
  def to_post_request_information(self,body: ArchivePostRequestBody, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
59
59
  """
60
60
  Archives a lead without deleting history, removing it from active pipeline views while preserving communication and event records.
61
- param body: Request payload for archiving a lead without deleting its history.
61
+ param body: Request schema for the Leadping API lead archive request, including the fields clients can send.
62
62
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
63
63
  Returns: RequestInformation
64
64
  """
@@ -77,7 +77,7 @@ class LeadsItemRequestBuilder(BaseRequestBuilder):
77
77
  async def put(self,body: LeadRequest, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[LeadResponse]:
78
78
  """
79
79
  Updates lead details for the current business, keeping contact data, status, source, and follow-up context current.
80
- param body: Request payload for lead.
80
+ param body: Request schema for the Leadping API lead request, including the fields clients can send.
81
81
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
82
82
  Returns: Optional[LeadResponse]
83
83
  """
@@ -123,7 +123,7 @@ class LeadsItemRequestBuilder(BaseRequestBuilder):
123
123
  def to_put_request_information(self,body: LeadRequest, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
124
124
  """
125
125
  Updates lead details for the current business, keeping contact data, status, source, and follow-up context current.
126
- param body: Request payload for lead.
126
+ param body: Request schema for the Leadping API lead request, including the fields clients can send.
127
127
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
128
128
  Returns: RequestInformation
129
129
  """
@@ -49,7 +49,7 @@ class TagsRequestBuilder(BaseRequestBuilder):
49
49
  async def post(self,body: LeadTagsRequest, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[LeadResponse]:
50
50
  """
51
51
  Adds one or more current-business tags to a lead so users can segment, filter, route, and review follow-up work.
52
- param body: Request payload for adding or replacing tags on a lead.
52
+ param body: Request schema for the Leadping API lead tag update request, including the fields clients can send.
53
53
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
54
54
  Returns: Optional[LeadResponse]
55
55
  """
@@ -73,7 +73,7 @@ class TagsRequestBuilder(BaseRequestBuilder):
73
73
  async def put(self,body: LeadTagsRequest, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> Optional[LeadResponse]:
74
74
  """
75
75
  Replaces all tags on a lead with the supplied current-business tags, keeping segmentation and routing labels in sync.
76
- param body: Request payload for adding or replacing tags on a lead.
76
+ param body: Request schema for the Leadping API lead tag update request, including the fields clients can send.
77
77
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
78
78
  Returns: Optional[LeadResponse]
79
79
  """
@@ -97,7 +97,7 @@ class TagsRequestBuilder(BaseRequestBuilder):
97
97
  def to_post_request_information(self,body: LeadTagsRequest, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
98
98
  """
99
99
  Adds one or more current-business tags to a lead so users can segment, filter, route, and review follow-up work.
100
- param body: Request payload for adding or replacing tags on a lead.
100
+ param body: Request schema for the Leadping API lead tag update request, including the fields clients can send.
101
101
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
102
102
  Returns: RequestInformation
103
103
  """
@@ -112,7 +112,7 @@ class TagsRequestBuilder(BaseRequestBuilder):
112
112
  def to_put_request_information(self,body: LeadTagsRequest, request_configuration: Optional[RequestConfiguration[QueryParameters]] = None) -> RequestInformation:
113
113
  """
114
114
  Replaces all tags on a lead with the supplied current-business tags, keeping segmentation and routing labels in sync.
115
- param body: Request payload for adding or replacing tags on a lead.
115
+ param body: Request schema for the Leadping API lead tag update request, including the fields clients can send.
116
116
  param request_configuration: Configuration for the request such as headers, query parameters, and middleware options.
117
117
  Returns: RequestInformation
118
118
  """