leadping 1.0.17__tar.gz → 1.0.18__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.17/leadping.egg-info → leadping-1.0.18}/PKG-INFO +1 -1
  2. {leadping-1.0.17 → leadping-1.0.18/leadping.egg-info}/PKG-INFO +1 -1
  3. {leadping-1.0.17 → leadping-1.0.18}/leadping.egg-info/SOURCES.txt +28 -12
  4. {leadping-1.0.17 → leadping-1.0.18}/models/activation_timeline_event.py +11 -4
  5. leadping-1.0.18/models/activation_timeline_event_actor.py +54 -0
  6. {leadping-1.0.17 → leadping-1.0.18}/models/automation_workflow_run_response.py +14 -16
  7. leadping-1.0.18/models/automation_workflow_run_response_automation.py +54 -0
  8. leadping-1.0.18/models/automation_workflow_run_response_current_step.py +54 -0
  9. {leadping-1.0.17 → leadping-1.0.18}/models/business_invitation_response.py +7 -8
  10. {leadping-1.0.17 → leadping-1.0.18}/models/business_invitation_table_row.py +7 -8
  11. {leadping-1.0.17 → leadping-1.0.18}/models/business_table_row.py +7 -16
  12. leadping-1.0.18/models/business_table_row_business.py +54 -0
  13. {leadping-1.0.17 → leadping-1.0.18}/models/business_user_table_row.py +7 -8
  14. {leadping-1.0.17 → leadping-1.0.18}/models/lead_table_row.py +14 -16
  15. leadping-1.0.18/models/lead_table_row_business.py +54 -0
  16. leadping-1.0.18/models/lead_table_row_source.py +54 -0
  17. {leadping-1.0.17 → leadping-1.0.18}/models/mobile_device_preferences.py +11 -8
  18. {leadping-1.0.17 → leadping-1.0.18}/models/phone.py +0 -11
  19. {leadping-1.0.17 → leadping-1.0.18}/models/phone_number_response.py +4 -7
  20. {leadping-1.0.17 → leadping-1.0.18}/models/phone_number_table_row.py +0 -4
  21. {leadping-1.0.17 → leadping-1.0.18}/models/sms_event_table_row.py +7 -8
  22. {leadping-1.0.17 → leadping-1.0.18}/models/telephony_login_request.py +11 -8
  23. leadping-1.0.18/models/telephony_login_request_device.py +54 -0
  24. {leadping-1.0.17 → leadping-1.0.18}/models/transaction_response.py +14 -20
  25. leadping-1.0.18/models/transaction_response_business.py +54 -0
  26. leadping-1.0.18/models/transaction_response_lead.py +54 -0
  27. {leadping-1.0.17 → leadping-1.0.18}/models/transaction_table_row.py +14 -20
  28. leadping-1.0.18/models/transaction_table_row_business.py +54 -0
  29. leadping-1.0.18/models/transaction_table_row_lead.py +54 -0
  30. {leadping-1.0.17 → leadping-1.0.18}/models/usage_ledger_table_row.py +21 -24
  31. leadping-1.0.18/models/usage_ledger_table_row_business.py +54 -0
  32. leadping-1.0.18/models/usage_ledger_table_row_lead.py +54 -0
  33. leadping-1.0.18/models/usage_ledger_table_row_user.py +54 -0
  34. leadping-1.0.17/models/phone_lookup.py +0 -54
  35. leadping-1.0.17/models/phone_lookup_carrier.py +0 -54
  36. leadping-1.0.17/models/phone_lookup_carrier_type.py +0 -16
  37. leadping-1.0.17/models/phone_lookup_line_type.py +0 -10
  38. leadping-1.0.17/models/phone_lookup_location.py +0 -54
  39. leadping-1.0.17/models/phone_number_response_location.py +0 -54
  40. {leadping-1.0.17 → leadping-1.0.18}/LICENSE +0 -0
  41. {leadping-1.0.17 → leadping-1.0.18}/MANIFEST.in +0 -0
  42. {leadping-1.0.17 → leadping-1.0.18}/README.md +0 -0
  43. {leadping-1.0.17 → leadping-1.0.18}/__init__.py +0 -0
  44. {leadping-1.0.17 → leadping-1.0.18}/analytics/analytics_request_builder.py +0 -0
  45. {leadping-1.0.17 → leadping-1.0.18}/analytics/my/my_request_builder.py +0 -0
  46. {leadping-1.0.17 → leadping-1.0.18}/automations/all/all_request_builder.py +0 -0
  47. {leadping-1.0.17 → leadping-1.0.18}/automations/all/my/my_request_builder.py +0 -0
  48. {leadping-1.0.17 → leadping-1.0.18}/automations/automations_request_builder.py +0 -0
  49. {leadping-1.0.17 → leadping-1.0.18}/automations/item/automations_item_request_builder.py +0 -0
  50. {leadping-1.0.17 → leadping-1.0.18}/automations/preview/preview_request_builder.py +0 -0
  51. {leadping-1.0.17 → leadping-1.0.18}/businesses/api_keys/api_keys_request_builder.py +0 -0
  52. {leadping-1.0.17 → leadping-1.0.18}/businesses/api_keys/my/my_request_builder.py +0 -0
  53. {leadping-1.0.17 → leadping-1.0.18}/businesses/businesses_request_builder.py +0 -0
  54. {leadping-1.0.17 → leadping-1.0.18}/businesses/invitations/accept/accept_request_builder.py +0 -0
  55. {leadping-1.0.17 → leadping-1.0.18}/businesses/invitations/invitations_request_builder.py +0 -0
  56. {leadping-1.0.17 → leadping-1.0.18}/businesses/invitations/token/item/with_token_item_request_builder.py +0 -0
  57. {leadping-1.0.17 → leadping-1.0.18}/businesses/invitations/token/token_request_builder.py +0 -0
  58. {leadping-1.0.17 → leadping-1.0.18}/businesses/me/invitations/invitations_request_builder.py +0 -0
  59. {leadping-1.0.17 → leadping-1.0.18}/businesses/me/invitations/item/resend/resend_request_builder.py +0 -0
  60. {leadping-1.0.17 → leadping-1.0.18}/businesses/me/invitations/item/with_invitation_item_request_builder.py +0 -0
  61. {leadping-1.0.17 → leadping-1.0.18}/businesses/me/me_request_builder.py +0 -0
  62. {leadping-1.0.17 → leadping-1.0.18}/businesses/me/options/options_request_builder.py +0 -0
  63. {leadping-1.0.17 → leadping-1.0.18}/businesses/me/switch/switch_request_builder.py +0 -0
  64. {leadping-1.0.17 → leadping-1.0.18}/businesses/me/users/item/with_user_item_request_builder.py +0 -0
  65. {leadping-1.0.17 → leadping-1.0.18}/businesses/me/users/users_request_builder.py +0 -0
  66. {leadping-1.0.17 → leadping-1.0.18}/contact/contact_request_builder.py +0 -0
  67. {leadping-1.0.17 → leadping-1.0.18}/conversations/conversations_request_builder.py +0 -0
  68. {leadping-1.0.17 → leadping-1.0.18}/conversations/lead/item/with_lead_item_request_builder.py +0 -0
  69. {leadping-1.0.17 → leadping-1.0.18}/conversations/lead/lead_request_builder.py +0 -0
  70. {leadping-1.0.17 → leadping-1.0.18}/conversations/my/my_request_builder.py +0 -0
  71. {leadping-1.0.17 → leadping-1.0.18}/dispositions/dispositions_request_builder.py +0 -0
  72. {leadping-1.0.17 → leadping-1.0.18}/dispositions/item/dispositions_item_request_builder.py +0 -0
  73. {leadping-1.0.17 → leadping-1.0.18}/dispositions/lead/item/export/export_request_builder.py +0 -0
  74. {leadping-1.0.17 → leadping-1.0.18}/dispositions/lead/item/with_lead_item_request_builder.py +0 -0
  75. {leadping-1.0.17 → leadping-1.0.18}/dispositions/lead/lead_request_builder.py +0 -0
  76. {leadping-1.0.17 → leadping-1.0.18}/events/all/all_request_builder.py +0 -0
  77. {leadping-1.0.17 → leadping-1.0.18}/events/all/my/my_request_builder.py +0 -0
  78. {leadping-1.0.17 → leadping-1.0.18}/events/businesses/businesses_request_builder.py +0 -0
  79. {leadping-1.0.17 → leadping-1.0.18}/events/businesses/item/with_business_item_request_builder.py +0 -0
  80. {leadping-1.0.17 → leadping-1.0.18}/events/calls/all/all_request_builder.py +0 -0
  81. {leadping-1.0.17 → leadping-1.0.18}/events/calls/all/my/my_request_builder.py +0 -0
  82. {leadping-1.0.17 → leadping-1.0.18}/events/calls/calls_request_builder.py +0 -0
  83. {leadping-1.0.17 → leadping-1.0.18}/events/calls/item/with_call_event_item_request_builder.py +0 -0
  84. {leadping-1.0.17 → leadping-1.0.18}/events/calls/lead/item/with_lead_item_request_builder.py +0 -0
  85. {leadping-1.0.17 → leadping-1.0.18}/events/calls/lead/lead_request_builder.py +0 -0
  86. {leadping-1.0.17 → leadping-1.0.18}/events/calls/phone/item/with_phone_number_item_request_builder.py +0 -0
  87. {leadping-1.0.17 → leadping-1.0.18}/events/calls/phone/phone_request_builder.py +0 -0
  88. {leadping-1.0.17 → leadping-1.0.18}/events/conversations/conversations_request_builder.py +0 -0
  89. {leadping-1.0.17 → leadping-1.0.18}/events/conversations/item/notes/notes_request_builder.py +0 -0
  90. {leadping-1.0.17 → leadping-1.0.18}/events/conversations/item/with_conversation_item_request_builder.py +0 -0
  91. {leadping-1.0.17 → leadping-1.0.18}/events/events_request_builder.py +0 -0
  92. {leadping-1.0.17 → leadping-1.0.18}/events/item/detail/detail_request_builder.py +0 -0
  93. {leadping-1.0.17 → leadping-1.0.18}/events/item/with_event_item_request_builder.py +0 -0
  94. {leadping-1.0.17 → leadping-1.0.18}/events/leads/item/with_lead_item_request_builder.py +0 -0
  95. {leadping-1.0.17 → leadping-1.0.18}/events/leads/leads_request_builder.py +0 -0
  96. {leadping-1.0.17 → leadping-1.0.18}/events/sms/all/all_request_builder.py +0 -0
  97. {leadping-1.0.17 → leadping-1.0.18}/events/sms/all/my/my_request_builder.py +0 -0
  98. {leadping-1.0.17 → leadping-1.0.18}/events/sms/item/with_sms_event_item_request_builder.py +0 -0
  99. {leadping-1.0.17 → leadping-1.0.18}/events/sms/lead/item/with_lead_item_request_builder.py +0 -0
  100. {leadping-1.0.17 → leadping-1.0.18}/events/sms/lead/lead_request_builder.py +0 -0
  101. {leadping-1.0.17 → leadping-1.0.18}/events/sms/phone/item/with_phone_number_item_request_builder.py +0 -0
  102. {leadping-1.0.17 → leadping-1.0.18}/events/sms/phone/phone_request_builder.py +0 -0
  103. {leadping-1.0.17 → leadping-1.0.18}/events/sms/sms_request_builder.py +0 -0
  104. {leadping-1.0.17 → leadping-1.0.18}/feedback/feedback_request_builder.py +0 -0
  105. {leadping-1.0.17 → leadping-1.0.18}/leadping.egg-info/dependency_links.txt +0 -0
  106. {leadping-1.0.17 → leadping-1.0.18}/leadping.egg-info/requires.txt +0 -0
  107. {leadping-1.0.17 → leadping-1.0.18}/leadping.egg-info/top_level.txt +0 -0
  108. {leadping-1.0.17 → leadping-1.0.18}/leadping_open_api_client.py +0 -0
  109. {leadping-1.0.17 → leadping-1.0.18}/leads/all/all_request_builder.py +0 -0
  110. {leadping-1.0.17 → leadping-1.0.18}/leads/all/my/my_request_builder.py +0 -0
  111. {leadping-1.0.17 → leadping-1.0.18}/leads/intake/intake_request_builder.py +0 -0
  112. {leadping-1.0.17 → leadping-1.0.18}/leads/item/archive/archive_post_request_body.py +0 -0
  113. {leadping-1.0.17 → leadping-1.0.18}/leads/item/archive/archive_request_builder.py +0 -0
  114. {leadping-1.0.17 → leadping-1.0.18}/leads/item/leads_item_request_builder.py +0 -0
  115. {leadping-1.0.17 → leadping-1.0.18}/leads/item/tags/item/with_tag_item_request_builder.py +0 -0
  116. {leadping-1.0.17 → leadping-1.0.18}/leads/item/tags/tags_request_builder.py +0 -0
  117. {leadping-1.0.17 → leadping-1.0.18}/leads/item/unarchive/unarchive_request_builder.py +0 -0
  118. {leadping-1.0.17 → leadping-1.0.18}/leads/item/workflow_status/workflow_status_request_builder.py +0 -0
  119. {leadping-1.0.17 → leadping-1.0.18}/leads/leads_request_builder.py +0 -0
  120. {leadping-1.0.17 → leadping-1.0.18}/models/accept_business_invitation_request.py +0 -0
  121. {leadping-1.0.17 → leadping-1.0.18}/models/activation_domain_option.py +0 -0
  122. {leadping-1.0.17 → leadping-1.0.18}/models/activation_launch_review_status.py +0 -0
  123. {leadping-1.0.17 → leadping-1.0.18}/models/activation_onboarding_status.py +0 -0
  124. {leadping-1.0.17 → leadping-1.0.18}/models/activation_payment_status.py +0 -0
  125. {leadping-1.0.17 → leadping-1.0.18}/models/activation_subscription_status.py +0 -0
  126. {leadping-1.0.17 → leadping-1.0.18}/models/activation_telephony_status.py +0 -0
  127. {leadping-1.0.17 → leadping-1.0.18}/models/analytics_comparison.py +0 -0
  128. {leadping-1.0.17 → leadping-1.0.18}/models/analytics_date_range.py +0 -0
  129. {leadping-1.0.17 → leadping-1.0.18}/models/analytics_trend_point_ofdecimal.py +0 -0
  130. {leadping-1.0.17 → leadping-1.0.18}/models/analytics_trend_point_ofint.py +0 -0
  131. {leadping-1.0.17 → leadping-1.0.18}/models/automation_action.py +0 -0
  132. {leadping-1.0.17 → leadping-1.0.18}/models/automation_action_run_record.py +0 -0
  133. {leadping-1.0.17 → leadping-1.0.18}/models/automation_action_settings.py +0 -0
  134. {leadping-1.0.17 → leadping-1.0.18}/models/automation_condition.py +0 -0
  135. {leadping-1.0.17 → leadping-1.0.18}/models/automation_condition_group.py +0 -0
  136. {leadping-1.0.17 → leadping-1.0.18}/models/automation_condition_settings.py +0 -0
  137. {leadping-1.0.17 → leadping-1.0.18}/models/automation_preview_action_result.py +0 -0
  138. {leadping-1.0.17 → leadping-1.0.18}/models/automation_preview_condition_result.py +0 -0
  139. {leadping-1.0.17 → leadping-1.0.18}/models/automation_preview_request.py +0 -0
  140. {leadping-1.0.17 → leadping-1.0.18}/models/automation_preview_response.py +0 -0
  141. {leadping-1.0.17 → leadping-1.0.18}/models/automation_preview_response_sample_payload.py +0 -0
  142. {leadping-1.0.17 → leadping-1.0.18}/models/automation_request.py +0 -0
  143. {leadping-1.0.17 → leadping-1.0.18}/models/automation_request_snapshot.py +0 -0
  144. {leadping-1.0.17 → leadping-1.0.18}/models/automation_response.py +0 -0
  145. {leadping-1.0.17 → leadping-1.0.18}/models/automation_response_business.py +0 -0
  146. {leadping-1.0.17 → leadping-1.0.18}/models/automation_response_user.py +0 -0
  147. {leadping-1.0.17 → leadping-1.0.18}/models/automation_run_record.py +0 -0
  148. {leadping-1.0.17 → leadping-1.0.18}/models/automation_table_row.py +0 -0
  149. {leadping-1.0.17 → leadping-1.0.18}/models/automation_table_row_business.py +0 -0
  150. {leadping-1.0.17 → leadping-1.0.18}/models/automation_table_row_user.py +0 -0
  151. {leadping-1.0.17 → leadping-1.0.18}/models/automation_trigger.py +0 -0
  152. {leadping-1.0.17 → leadping-1.0.18}/models/automation_trigger_settings.py +0 -0
  153. {leadping-1.0.17 → leadping-1.0.18}/models/automation_validation_result.py +0 -0
  154. {leadping-1.0.17 → leadping-1.0.18}/models/automation_workflow_action_response.py +0 -0
  155. {leadping-1.0.17 → leadping-1.0.18}/models/automation_workflow_event_response.py +0 -0
  156. {leadping-1.0.17 → leadping-1.0.18}/models/automation_workflow_status_response.py +0 -0
  157. {leadping-1.0.17 → leadping-1.0.18}/models/billable_unit.py +0 -0
  158. {leadping-1.0.17 → leadping-1.0.18}/models/billing_plan.py +0 -0
  159. {leadping-1.0.17 → leadping-1.0.18}/models/business_activation_state.py +0 -0
  160. {leadping-1.0.17 → leadping-1.0.18}/models/business_activation_state_ten_dlc_draft.py +0 -0
  161. {leadping-1.0.17 → leadping-1.0.18}/models/business_compliance_policy.py +0 -0
  162. {leadping-1.0.17 → leadping-1.0.18}/models/business_invitation_request.py +0 -0
  163. {leadping-1.0.17 → leadping-1.0.18}/models/business_invitation_status.py +0 -0
  164. {leadping-1.0.17 → leadping-1.0.18}/models/business_request.py +0 -0
  165. {leadping-1.0.17 → leadping-1.0.18}/models/business_request_address.py +0 -0
  166. {leadping-1.0.17 → leadping-1.0.18}/models/business_request_billing_address.py +0 -0
  167. {leadping-1.0.17 → leadping-1.0.18}/models/business_request_compliance_policy.py +0 -0
  168. {leadping-1.0.17 → leadping-1.0.18}/models/business_request_ein_document.py +0 -0
  169. {leadping-1.0.17 → leadping-1.0.18}/models/business_request_status.py +0 -0
  170. {leadping-1.0.17 → leadping-1.0.18}/models/business_response.py +0 -0
  171. {leadping-1.0.17 → leadping-1.0.18}/models/business_response_activation.py +0 -0
  172. {leadping-1.0.17 → leadping-1.0.18}/models/business_response_address.py +0 -0
  173. {leadping-1.0.17 → leadping-1.0.18}/models/business_response_billing_address.py +0 -0
  174. {leadping-1.0.17 → leadping-1.0.18}/models/business_response_billing_plan.py +0 -0
  175. {leadping-1.0.17 → leadping-1.0.18}/models/business_response_compliance_policy.py +0 -0
  176. {leadping-1.0.17 → leadping-1.0.18}/models/business_response_ein_document.py +0 -0
  177. {leadping-1.0.17 → leadping-1.0.18}/models/business_response_setup_step.py +0 -0
  178. {leadping-1.0.17 → leadping-1.0.18}/models/business_response_site.py +0 -0
  179. {leadping-1.0.17 → leadping-1.0.18}/models/business_response_status.py +0 -0
  180. {leadping-1.0.17 → leadping-1.0.18}/models/business_response_subscription_status.py +0 -0
  181. {leadping-1.0.17 → leadping-1.0.18}/models/business_response_user.py +0 -0
  182. {leadping-1.0.17 → leadping-1.0.18}/models/business_switch_option.py +0 -0
  183. {leadping-1.0.17 → leadping-1.0.18}/models/business_switch_option_activation_status.py +0 -0
  184. {leadping-1.0.17 → leadping-1.0.18}/models/business_switch_option_business_status.py +0 -0
  185. {leadping-1.0.17 → leadping-1.0.18}/models/business_switch_request.py +0 -0
  186. {leadping-1.0.17 → leadping-1.0.18}/models/business_table_row_activation_status.py +0 -0
  187. {leadping-1.0.17 → leadping-1.0.18}/models/business_table_row_billing_plan.py +0 -0
  188. {leadping-1.0.17 → leadping-1.0.18}/models/business_table_row_setup_step.py +0 -0
  189. {leadping-1.0.17 → leadping-1.0.18}/models/business_table_row_status.py +0 -0
  190. {leadping-1.0.17 → leadping-1.0.18}/models/business_table_row_subscription_status.py +0 -0
  191. {leadping-1.0.17 → leadping-1.0.18}/models/business_table_row_ten_dlc_status.py +0 -0
  192. {leadping-1.0.17 → leadping-1.0.18}/models/business_table_row_website_status.py +0 -0
  193. {leadping-1.0.17 → leadping-1.0.18}/models/business_user_request.py +0 -0
  194. {leadping-1.0.17 → leadping-1.0.18}/models/business_user_response.py +0 -0
  195. {leadping-1.0.17 → leadping-1.0.18}/models/business_user_role.py +0 -0
  196. {leadping-1.0.17 → leadping-1.0.18}/models/call_event_table_row.py +0 -0
  197. {leadping-1.0.17 → leadping-1.0.18}/models/call_event_table_row_status.py +0 -0
  198. {leadping-1.0.17 → leadping-1.0.18}/models/change_billing_plan_request.py +0 -0
  199. {leadping-1.0.17 → leadping-1.0.18}/models/compliance_update_request.py +0 -0
  200. {leadping-1.0.17 → leadping-1.0.18}/models/compliance_update_request_compliance.py +0 -0
  201. {leadping-1.0.17 → leadping-1.0.18}/models/contact_request.py +0 -0
  202. {leadping-1.0.17 → leadping-1.0.18}/models/contact_response.py +0 -0
  203. {leadping-1.0.17 → leadping-1.0.18}/models/conversation_response.py +0 -0
  204. {leadping-1.0.17 → leadping-1.0.18}/models/conversation_response_current_disposition.py +0 -0
  205. {leadping-1.0.17 → leadping-1.0.18}/models/conversation_response_phone_number.py +0 -0
  206. {leadping-1.0.17 → leadping-1.0.18}/models/conversation_response_status.py +0 -0
  207. {leadping-1.0.17 → leadping-1.0.18}/models/coordinate.py +0 -0
  208. {leadping-1.0.17 → leadping-1.0.18}/models/create_note_request.py +0 -0
  209. {leadping-1.0.17 → leadping-1.0.18}/models/current_disposition_summary.py +0 -0
  210. {leadping-1.0.17 → leadping-1.0.18}/models/current_disposition_summary_category.py +0 -0
  211. {leadping-1.0.17 → leadping-1.0.18}/models/current_disposition_summary_source.py +0 -0
  212. {leadping-1.0.17 → leadping-1.0.18}/models/customer_activation_health.py +0 -0
  213. {leadping-1.0.17 → leadping-1.0.18}/models/customer_activation_health_item.py +0 -0
  214. {leadping-1.0.17 → leadping-1.0.18}/models/customer_activation_status.py +0 -0
  215. {leadping-1.0.17 → leadping-1.0.18}/models/customer_analytics_response.py +0 -0
  216. {leadping-1.0.17 → leadping-1.0.18}/models/customer_analytics_summary.py +0 -0
  217. {leadping-1.0.17 → leadping-1.0.18}/models/customer_automation_health.py +0 -0
  218. {leadping-1.0.17 → leadping-1.0.18}/models/customer_automation_health_last_failure.py +0 -0
  219. {leadping-1.0.17 → leadping-1.0.18}/models/customer_communication_usage.py +0 -0
  220. {leadping-1.0.17 → leadping-1.0.18}/models/customer_communication_usage_point.py +0 -0
  221. {leadping-1.0.17 → leadping-1.0.18}/models/customer_failing_automation.py +0 -0
  222. {leadping-1.0.17 → leadping-1.0.18}/models/customer_lead_source_breakdown.py +0 -0
  223. {leadping-1.0.17 → leadping-1.0.18}/models/customer_lead_trend.py +0 -0
  224. {leadping-1.0.17 → leadping-1.0.18}/models/customer_needs_attention_item.py +0 -0
  225. {leadping-1.0.17 → leadping-1.0.18}/models/customer_response_metrics.py +0 -0
  226. {leadping-1.0.17 → leadping-1.0.18}/models/disposition_export_response.py +0 -0
  227. {leadping-1.0.17 → leadping-1.0.18}/models/disposition_export_row.py +0 -0
  228. {leadping-1.0.17 → leadping-1.0.18}/models/disposition_export_row_category.py +0 -0
  229. {leadping-1.0.17 → leadping-1.0.18}/models/disposition_export_row_change_source.py +0 -0
  230. {leadping-1.0.17 → leadping-1.0.18}/models/disposition_request.py +0 -0
  231. {leadping-1.0.17 → leadping-1.0.18}/models/disposition_request_category.py +0 -0
  232. {leadping-1.0.17 → leadping-1.0.18}/models/disposition_request_change_source.py +0 -0
  233. {leadping-1.0.17 → leadping-1.0.18}/models/disposition_response.py +0 -0
  234. {leadping-1.0.17 → leadping-1.0.18}/models/disposition_response_category.py +0 -0
  235. {leadping-1.0.17 → leadping-1.0.18}/models/disposition_response_change_source.py +0 -0
  236. {leadping-1.0.17 → leadping-1.0.18}/models/eligible_outgoing_number_response.py +0 -0
  237. {leadping-1.0.17 → leadping-1.0.18}/models/eligible_outgoing_number_response_health_status.py +0 -0
  238. {leadping-1.0.17 → leadping-1.0.18}/models/event_detail_response.py +0 -0
  239. {leadping-1.0.17 → leadping-1.0.18}/models/event_detail_response_status.py +0 -0
  240. {leadping-1.0.17 → leadping-1.0.18}/models/event_detail_response_timeline_type.py +0 -0
  241. {leadping-1.0.17 → leadping-1.0.18}/models/event_detail_response_user.py +0 -0
  242. {leadping-1.0.17 → leadping-1.0.18}/models/event_table_row.py +0 -0
  243. {leadping-1.0.17 → leadping-1.0.18}/models/event_table_row_selection_reason.py +0 -0
  244. {leadping-1.0.17 → leadping-1.0.18}/models/event_table_row_status.py +0 -0
  245. {leadping-1.0.17 → leadping-1.0.18}/models/event_table_row_traffic_type.py +0 -0
  246. {leadping-1.0.17 → leadping-1.0.18}/models/event_timeline_type.py +0 -0
  247. {leadping-1.0.17 → leadping-1.0.18}/models/exact_match_filter.py +0 -0
  248. {leadping-1.0.17 → leadping-1.0.18}/models/feedback_create_request.py +0 -0
  249. {leadping-1.0.17 → leadping-1.0.18}/models/feedback_create_request_type.py +0 -0
  250. {leadping-1.0.17 → leadping-1.0.18}/models/feedback_response.py +0 -0
  251. {leadping-1.0.17 → leadping-1.0.18}/models/feedback_status.py +0 -0
  252. {leadping-1.0.17 → leadping-1.0.18}/models/feedback_type.py +0 -0
  253. {leadping-1.0.17 → leadping-1.0.18}/models/id_name_pair.py +0 -0
  254. {leadping-1.0.17 → leadping-1.0.18}/models/id_name_value.py +0 -0
  255. {leadping-1.0.17 → leadping-1.0.18}/models/initiate_call_request.py +0 -0
  256. {leadping-1.0.17 → leadping-1.0.18}/models/lead_archive_request.py +0 -0
  257. {leadping-1.0.17 → leadping-1.0.18}/models/lead_contact.py +0 -0
  258. {leadping-1.0.17 → leadping-1.0.18}/models/lead_contact_coordinate.py +0 -0
  259. {leadping-1.0.17 → leadping-1.0.18}/models/lead_contact_phone.py +0 -0
  260. {leadping-1.0.17 → leadping-1.0.18}/models/lead_contact_street_address.py +0 -0
  261. {leadping-1.0.17 → leadping-1.0.18}/models/lead_intake_request.py +0 -0
  262. {leadping-1.0.17 → leadping-1.0.18}/models/lead_intake_request_source_metadata.py +0 -0
  263. {leadping-1.0.17 → leadping-1.0.18}/models/lead_metadata.py +0 -0
  264. {leadping-1.0.17 → leadping-1.0.18}/models/lead_metadata_source_metadata.py +0 -0
  265. {leadping-1.0.17 → leadping-1.0.18}/models/lead_profile.py +0 -0
  266. {leadping-1.0.17 → leadping-1.0.18}/models/lead_profile_employment_type.py +0 -0
  267. {leadping-1.0.17 → leadping-1.0.18}/models/lead_profile_gender.py +0 -0
  268. {leadping-1.0.17 → leadping-1.0.18}/models/lead_profile_marital_status.py +0 -0
  269. {leadping-1.0.17 → leadping-1.0.18}/models/lead_request.py +0 -0
  270. {leadping-1.0.17 → leadping-1.0.18}/models/lead_response.py +0 -0
  271. {leadping-1.0.17 → leadping-1.0.18}/models/lead_response_current_disposition.py +0 -0
  272. {leadping-1.0.17 → leadping-1.0.18}/models/lead_table_row_current_disposition.py +0 -0
  273. {leadping-1.0.17 → leadping-1.0.18}/models/lead_tags_request.py +0 -0
  274. {leadping-1.0.17 → leadping-1.0.18}/models/notification_priority.py +0 -0
  275. {leadping-1.0.17 → leadping-1.0.18}/models/notification_table_row.py +0 -0
  276. {leadping-1.0.17 → leadping-1.0.18}/models/notification_type.py +0 -0
  277. {leadping-1.0.17 → leadping-1.0.18}/models/order_by_option.py +0 -0
  278. {leadping-1.0.17 → leadping-1.0.18}/models/order_by_option_direction.py +0 -0
  279. {leadping-1.0.17 → leadping-1.0.18}/models/outbound_capacity_overview.py +0 -0
  280. {leadping-1.0.17 → leadping-1.0.18}/models/outbound_delivery_channel.py +0 -0
  281. {leadping-1.0.17 → leadping-1.0.18}/models/outbound_delivery_source.py +0 -0
  282. {leadping-1.0.17 → leadping-1.0.18}/models/outbound_delivery_status.py +0 -0
  283. {leadping-1.0.17 → leadping-1.0.18}/models/outbound_phone_number_capacity.py +0 -0
  284. {leadping-1.0.17 → leadping-1.0.18}/models/outbound_queue_item.py +0 -0
  285. {leadping-1.0.17 → leadping-1.0.18}/models/outbound_queue_item_reason_code.py +0 -0
  286. {leadping-1.0.17 → leadping-1.0.18}/models/outgoing_number_manual_override_request.py +0 -0
  287. {leadping-1.0.17 → leadping-1.0.18}/models/outgoing_number_selection_reason.py +0 -0
  288. {leadping-1.0.17 → leadping-1.0.18}/models/outgoing_number_selection_request.py +0 -0
  289. {leadping-1.0.17 → leadping-1.0.18}/models/outgoing_number_selection_request_channel.py +0 -0
  290. {leadping-1.0.17 → leadping-1.0.18}/models/outgoing_number_selection_response.py +0 -0
  291. {leadping-1.0.17 → leadping-1.0.18}/models/outgoing_number_selection_response_health_status.py +0 -0
  292. {leadping-1.0.17 → leadping-1.0.18}/models/outgoing_number_selection_response_selection_reason.py +0 -0
  293. {leadping-1.0.17 → leadping-1.0.18}/models/paged_result_of_automation_table_row.py +0 -0
  294. {leadping-1.0.17 → leadping-1.0.18}/models/paged_result_of_business_table_row.py +0 -0
  295. {leadping-1.0.17 → leadping-1.0.18}/models/paged_result_of_call_event_table_row.py +0 -0
  296. {leadping-1.0.17 → leadping-1.0.18}/models/paged_result_of_conversation_response.py +0 -0
  297. {leadping-1.0.17 → leadping-1.0.18}/models/paged_result_of_event_table_row.py +0 -0
  298. {leadping-1.0.17 → leadping-1.0.18}/models/paged_result_of_lead_table_row.py +0 -0
  299. {leadping-1.0.17 → leadping-1.0.18}/models/paged_result_of_notification_table_row.py +0 -0
  300. {leadping-1.0.17 → leadping-1.0.18}/models/paged_result_of_phone_number_table_row.py +0 -0
  301. {leadping-1.0.17 → leadping-1.0.18}/models/paged_result_of_sms_event_table_row.py +0 -0
  302. {leadping-1.0.17 → leadping-1.0.18}/models/paged_result_of_source_table_row.py +0 -0
  303. {leadping-1.0.17 → leadping-1.0.18}/models/paged_result_of_transaction_table_row.py +0 -0
  304. {leadping-1.0.17 → leadping-1.0.18}/models/paged_result_of_usage_ledger_table_row.py +0 -0
  305. {leadping-1.0.17 → leadping-1.0.18}/models/phone_call_response.py +0 -0
  306. {leadping-1.0.17 → leadping-1.0.18}/models/phone_call_response_selection_reason.py +0 -0
  307. {leadping-1.0.17 → leadping-1.0.18}/models/phone_call_status.py +0 -0
  308. {leadping-1.0.17 → leadping-1.0.18}/models/phone_number_availability_request.py +0 -0
  309. {leadping-1.0.17 → leadping-1.0.18}/models/phone_number_availability_response.py +0 -0
  310. {leadping-1.0.17 → leadping-1.0.18}/models/phone_number_availability_response_location.py +0 -0
  311. {leadping-1.0.17 → leadping-1.0.18}/models/phone_number_location.py +0 -0
  312. {leadping-1.0.17 → leadping-1.0.18}/models/phone_number_location_coordinate.py +0 -0
  313. {leadping-1.0.17 → leadping-1.0.18}/models/phone_number_messaging_event_response.py +0 -0
  314. {leadping-1.0.17 → leadping-1.0.18}/models/phone_number_opt_out_metrics_response.py +0 -0
  315. {leadping-1.0.17 → leadping-1.0.18}/models/phone_number_outbound_health_status.py +0 -0
  316. {leadping-1.0.17 → leadping-1.0.18}/models/phone_number_request.py +0 -0
  317. {leadping-1.0.17 → leadping-1.0.18}/models/phone_number_response_business.py +0 -0
  318. {leadping-1.0.17 → leadping-1.0.18}/models/phone_number_routing_metadata.py +0 -0
  319. {leadping-1.0.17 → leadping-1.0.18}/models/phone_number_search_request.py +0 -0
  320. {leadping-1.0.17 → leadping-1.0.18}/models/phone_number_search_request_location.py +0 -0
  321. {leadping-1.0.17 → leadping-1.0.18}/models/phone_number_search_response.py +0 -0
  322. {leadping-1.0.17 → leadping-1.0.18}/models/phone_number_search_result.py +0 -0
  323. {leadping-1.0.17 → leadping-1.0.18}/models/phone_number_search_result_location.py +0 -0
  324. {leadping-1.0.17 → leadping-1.0.18}/models/phone_number_status_response.py +0 -0
  325. {leadping-1.0.17 → leadping-1.0.18}/models/phone_number_status_response_outbound_capacity.py +0 -0
  326. {leadping-1.0.17 → leadping-1.0.18}/models/phone_number_status_response_sms_warmup.py +0 -0
  327. {leadping-1.0.17 → leadping-1.0.18}/models/phone_number_traffic_metrics_response.py +0 -0
  328. {leadping-1.0.17 → leadping-1.0.18}/models/phone_number_traffic_trend_point.py +0 -0
  329. {leadping-1.0.17 → leadping-1.0.18}/models/phone_number_warmup.py +0 -0
  330. {leadping-1.0.17 → leadping-1.0.18}/models/phone_number_warmup_health_status.py +0 -0
  331. {leadping-1.0.17 → leadping-1.0.18}/models/phone_number_warmup_state.py +0 -0
  332. {leadping-1.0.17 → leadping-1.0.18}/models/problem_details.py +0 -0
  333. {leadping-1.0.17 → leadping-1.0.18}/models/range_filter.py +0 -0
  334. {leadping-1.0.17 → leadping-1.0.18}/models/request_data_options.py +0 -0
  335. {leadping-1.0.17 → leadping-1.0.18}/models/send_sms_request.py +0 -0
  336. {leadping-1.0.17 → leadping-1.0.18}/models/sms_event_table_row_outbound_source.py +0 -0
  337. {leadping-1.0.17 → leadping-1.0.18}/models/sms_event_table_row_status.py +0 -0
  338. {leadping-1.0.17 → leadping-1.0.18}/models/sms_event_table_row_traffic_type.py +0 -0
  339. {leadping-1.0.17 → leadping-1.0.18}/models/sms_response.py +0 -0
  340. {leadping-1.0.17 → leadping-1.0.18}/models/sms_response_selection_reason.py +0 -0
  341. {leadping-1.0.17 → leadping-1.0.18}/models/sms_response_status.py +0 -0
  342. {leadping-1.0.17 → leadping-1.0.18}/models/sms_response_traffic_type.py +0 -0
  343. {leadping-1.0.17 → leadping-1.0.18}/models/sms_warmup_health_state.py +0 -0
  344. {leadping-1.0.17 → leadping-1.0.18}/models/sms_warmup_status_response.py +0 -0
  345. {leadping-1.0.17 → leadping-1.0.18}/models/sms_warmup_ui_state.py +0 -0
  346. {leadping-1.0.17 → leadping-1.0.18}/models/source_metrics_response.py +0 -0
  347. {leadping-1.0.17 → leadping-1.0.18}/models/source_request.py +0 -0
  348. {leadping-1.0.17 → leadping-1.0.18}/models/source_response.py +0 -0
  349. {leadping-1.0.17 → leadping-1.0.18}/models/source_response_business.py +0 -0
  350. {leadping-1.0.17 → leadping-1.0.18}/models/source_response_created_by_user.py +0 -0
  351. {leadping-1.0.17 → leadping-1.0.18}/models/source_response_modified_by_user.py +0 -0
  352. {leadping-1.0.17 → leadping-1.0.18}/models/source_response_user.py +0 -0
  353. {leadping-1.0.17 → leadping-1.0.18}/models/source_table_row.py +0 -0
  354. {leadping-1.0.17 → leadping-1.0.18}/models/source_table_row_business.py +0 -0
  355. {leadping-1.0.17 → leadping-1.0.18}/models/source_table_row_created_by_user.py +0 -0
  356. {leadping-1.0.17 → leadping-1.0.18}/models/source_table_row_modified_by_user.py +0 -0
  357. {leadping-1.0.17 → leadping-1.0.18}/models/source_table_row_user.py +0 -0
  358. {leadping-1.0.17 → leadping-1.0.18}/models/street_address.py +0 -0
  359. {leadping-1.0.17 → leadping-1.0.18}/models/stripe_payment_method_response.py +0 -0
  360. {leadping-1.0.17 → leadping-1.0.18}/models/suppression_check_result.py +0 -0
  361. {leadping-1.0.17 → leadping-1.0.18}/models/suppression_entry_audit.py +0 -0
  362. {leadping-1.0.17 → leadping-1.0.18}/models/suppression_entry_audit_safe_metadata.py +0 -0
  363. {leadping-1.0.17 → leadping-1.0.18}/models/suppression_entry_request.py +0 -0
  364. {leadping-1.0.17 → leadping-1.0.18}/models/suppression_entry_response.py +0 -0
  365. {leadping-1.0.17 → leadping-1.0.18}/models/tag_request.py +0 -0
  366. {leadping-1.0.17 → leadping-1.0.18}/models/tag_response.py +0 -0
  367. {leadping-1.0.17 → leadping-1.0.18}/models/tag_summary.py +0 -0
  368. {leadping-1.0.17 → leadping-1.0.18}/models/telephony_login_response.py +0 -0
  369. {leadping-1.0.17 → leadping-1.0.18}/models/ten_dlc_application_draft.py +0 -0
  370. {leadping-1.0.17 → leadping-1.0.18}/models/ten_dlc_application_status.py +0 -0
  371. {leadping-1.0.17 → leadping-1.0.18}/models/transaction_status.py +0 -0
  372. {leadping-1.0.17 → leadping-1.0.18}/models/transaction_type.py +0 -0
  373. {leadping-1.0.17 → leadping-1.0.18}/models/trusted_form_certificate.py +0 -0
  374. {leadping-1.0.17 → leadping-1.0.18}/models/usage_channel.py +0 -0
  375. {leadping-1.0.17 → leadping-1.0.18}/models/usage_counter_line.py +0 -0
  376. {leadping-1.0.17 → leadping-1.0.18}/models/usage_record_status.py +0 -0
  377. {leadping-1.0.17 → leadping-1.0.18}/models/usage_summary_line.py +0 -0
  378. {leadping-1.0.17 → leadping-1.0.18}/models/usage_summary_response.py +0 -0
  379. {leadping-1.0.17 → leadping-1.0.18}/models/user_compliance.py +0 -0
  380. {leadping-1.0.17 → leadping-1.0.18}/models/user_data_export_file.py +0 -0
  381. {leadping-1.0.17 → leadping-1.0.18}/models/user_data_export_response.py +0 -0
  382. {leadping-1.0.17 → leadping-1.0.18}/models/user_data_export_statuses.py +0 -0
  383. {leadping-1.0.17 → leadping-1.0.18}/models/user_identity.py +0 -0
  384. {leadping-1.0.17 → leadping-1.0.18}/models/user_notification_preferences.py +0 -0
  385. {leadping-1.0.17 → leadping-1.0.18}/models/user_request.py +0 -0
  386. {leadping-1.0.17 → leadping-1.0.18}/models/user_request_billing_plan.py +0 -0
  387. {leadping-1.0.17 → leadping-1.0.18}/models/user_request_compliance.py +0 -0
  388. {leadping-1.0.17 → leadping-1.0.18}/models/user_request_current_business.py +0 -0
  389. {leadping-1.0.17 → leadping-1.0.18}/models/user_request_notification_preferences.py +0 -0
  390. {leadping-1.0.17 → leadping-1.0.18}/models/user_response.py +0 -0
  391. {leadping-1.0.17 → leadping-1.0.18}/models/user_response_billing_plan.py +0 -0
  392. {leadping-1.0.17 → leadping-1.0.18}/models/user_response_compliance.py +0 -0
  393. {leadping-1.0.17 → leadping-1.0.18}/models/user_response_current_business.py +0 -0
  394. {leadping-1.0.17 → leadping-1.0.18}/models/user_response_notification_preferences.py +0 -0
  395. {leadping-1.0.17 → leadping-1.0.18}/models/user_response_subscription_status.py +0 -0
  396. {leadping-1.0.17 → leadping-1.0.18}/models/wallet_response.py +0 -0
  397. {leadping-1.0.17 → leadping-1.0.18}/models/wallet_response_credit_status.py +0 -0
  398. {leadping-1.0.17 → leadping-1.0.18}/models/wallet_response_source_type.py +0 -0
  399. {leadping-1.0.17 → leadping-1.0.18}/models/website_lifecycle_status.py +0 -0
  400. {leadping-1.0.17 → leadping-1.0.18}/notifications/announcements/announcements_request_builder.py +0 -0
  401. {leadping-1.0.17 → leadping-1.0.18}/notifications/item/mark_read/mark_read_request_builder.py +0 -0
  402. {leadping-1.0.17 → leadping-1.0.18}/notifications/item/notifications_item_request_builder.py +0 -0
  403. {leadping-1.0.17 → leadping-1.0.18}/notifications/mark_all_read/mark_all_read_request_builder.py +0 -0
  404. {leadping-1.0.17 → leadping-1.0.18}/notifications/me/me_request_builder.py +0 -0
  405. {leadping-1.0.17 → leadping-1.0.18}/notifications/notifications_request_builder.py +0 -0
  406. {leadping-1.0.17 → leadping-1.0.18}/notifications/unread_count/unread_count_request_builder.py +0 -0
  407. {leadping-1.0.17 → leadping-1.0.18}/outbound/outbound_request_builder.py +0 -0
  408. {leadping-1.0.17 → leadping-1.0.18}/outbound/overview/overview_request_builder.py +0 -0
  409. {leadping-1.0.17 → leadping-1.0.18}/payment_methods/item/default/default_request_builder.py +0 -0
  410. {leadping-1.0.17 → leadping-1.0.18}/payment_methods/item/payment_methods_item_request_builder.py +0 -0
  411. {leadping-1.0.17 → leadping-1.0.18}/payment_methods/payment_methods_request_builder.py +0 -0
  412. {leadping-1.0.17 → leadping-1.0.18}/phone_call/initiate/initiate_request_builder.py +0 -0
  413. {leadping-1.0.17 → leadping-1.0.18}/phone_call/item/hangup/hangup_request_builder.py +0 -0
  414. {leadping-1.0.17 → leadping-1.0.18}/phone_call/item/status/status_request_builder.py +0 -0
  415. {leadping-1.0.17 → leadping-1.0.18}/phone_call/item/transfer/transfer_request_builder.py +0 -0
  416. {leadping-1.0.17 → leadping-1.0.18}/phone_call/item/with_call_item_request_builder.py +0 -0
  417. {leadping-1.0.17 → leadping-1.0.18}/phone_call/phone_call_request_builder.py +0 -0
  418. {leadping-1.0.17 → leadping-1.0.18}/phone_numbers/all/all_request_builder.py +0 -0
  419. {leadping-1.0.17 → leadping-1.0.18}/phone_numbers/all/business/business_request_builder.py +0 -0
  420. {leadping-1.0.17 → leadping-1.0.18}/phone_numbers/is_available_for_purchase/is_available_for_purchase_request_builder.py +0 -0
  421. {leadping-1.0.17 → leadping-1.0.18}/phone_numbers/item/phone_number_item_request_builder.py +0 -0
  422. {leadping-1.0.17 → leadping-1.0.18}/phone_numbers/item/status/status_request_builder.py +0 -0
  423. {leadping-1.0.17 → leadping-1.0.18}/phone_numbers/item/warmup/warmup_request_builder.py +0 -0
  424. {leadping-1.0.17 → leadping-1.0.18}/phone_numbers/outgoing/conversation/conversation_request_builder.py +0 -0
  425. {leadping-1.0.17 → leadping-1.0.18}/phone_numbers/outgoing/conversation/item/override/override_request_builder.py +0 -0
  426. {leadping-1.0.17 → leadping-1.0.18}/phone_numbers/outgoing/conversation/item/with_conversation_item_request_builder.py +0 -0
  427. {leadping-1.0.17 → leadping-1.0.18}/phone_numbers/outgoing/manual_override/manual_override_request_builder.py +0 -0
  428. {leadping-1.0.17 → leadping-1.0.18}/phone_numbers/outgoing/new/new_request_builder.py +0 -0
  429. {leadping-1.0.17 → leadping-1.0.18}/phone_numbers/outgoing/outgoing_request_builder.py +0 -0
  430. {leadping-1.0.17 → leadping-1.0.18}/phone_numbers/phone_numbers_request_builder.py +0 -0
  431. {leadping-1.0.17 → leadping-1.0.18}/phone_numbers/search/search_request_builder.py +0 -0
  432. {leadping-1.0.17 → leadping-1.0.18}/pyproject.toml +0 -0
  433. {leadping-1.0.17 → leadping-1.0.18}/reports/exports/exports_request_builder.py +0 -0
  434. {leadping-1.0.17 → leadping-1.0.18}/reports/exports/item/download/download_request_builder.py +0 -0
  435. {leadping-1.0.17 → leadping-1.0.18}/reports/exports/item/with_export_item_request_builder.py +0 -0
  436. {leadping-1.0.17 → leadping-1.0.18}/reports/exports/my/my_request_builder.py +0 -0
  437. {leadping-1.0.17 → leadping-1.0.18}/reports/reports_request_builder.py +0 -0
  438. {leadping-1.0.17 → leadping-1.0.18}/setup.cfg +0 -0
  439. {leadping-1.0.17 → leadping-1.0.18}/setup.py +0 -0
  440. {leadping-1.0.17 → leadping-1.0.18}/sms/item/cancel/cancel_request_builder.py +0 -0
  441. {leadping-1.0.17 → leadping-1.0.18}/sms/item/with_sms_event_item_request_builder.py +0 -0
  442. {leadping-1.0.17 → leadping-1.0.18}/sms/send/send_request_builder.py +0 -0
  443. {leadping-1.0.17 → leadping-1.0.18}/sms/sms_request_builder.py +0 -0
  444. {leadping-1.0.17 → leadping-1.0.18}/sources/all/all_request_builder.py +0 -0
  445. {leadping-1.0.17 → leadping-1.0.18}/sources/all/my/my_request_builder.py +0 -0
  446. {leadping-1.0.17 → leadping-1.0.18}/sources/item/metrics/metrics_request_builder.py +0 -0
  447. {leadping-1.0.17 → leadping-1.0.18}/sources/item/sources_item_request_builder.py +0 -0
  448. {leadping-1.0.17 → leadping-1.0.18}/sources/sources_request_builder.py +0 -0
  449. {leadping-1.0.17 → leadping-1.0.18}/suppressions/check/check_request_builder.py +0 -0
  450. {leadping-1.0.17 → leadping-1.0.18}/suppressions/release/release_request_builder.py +0 -0
  451. {leadping-1.0.17 → leadping-1.0.18}/suppressions/suppressions_request_builder.py +0 -0
  452. {leadping-1.0.17 → leadping-1.0.18}/tags/item/tags_item_request_builder.py +0 -0
  453. {leadping-1.0.17 → leadping-1.0.18}/tags/tags_request_builder.py +0 -0
  454. {leadping-1.0.17 → leadping-1.0.18}/telephony/login/login_request_builder.py +0 -0
  455. {leadping-1.0.17 → leadping-1.0.18}/telephony/telephony_request_builder.py +0 -0
  456. {leadping-1.0.17 → leadping-1.0.18}/transactions/all/all_request_builder.py +0 -0
  457. {leadping-1.0.17 → leadping-1.0.18}/transactions/all/my/my_request_builder.py +0 -0
  458. {leadping-1.0.17 → leadping-1.0.18}/transactions/item/transactions_item_request_builder.py +0 -0
  459. {leadping-1.0.17 → leadping-1.0.18}/transactions/transactions_request_builder.py +0 -0
  460. {leadping-1.0.17 → leadping-1.0.18}/usage/all/all_request_builder.py +0 -0
  461. {leadping-1.0.17 → leadping-1.0.18}/usage/all/my/my_request_builder.py +0 -0
  462. {leadping-1.0.17 → leadping-1.0.18}/usage/summary/my/my_request_builder.py +0 -0
  463. {leadping-1.0.17 → leadping-1.0.18}/usage/summary/summary_request_builder.py +0 -0
  464. {leadping-1.0.17 → leadping-1.0.18}/usage/usage_request_builder.py +0 -0
  465. {leadping-1.0.17 → leadping-1.0.18}/users/change_billing_plan/change_billing_plan_request_builder.py +0 -0
  466. {leadping-1.0.17 → leadping-1.0.18}/users/compliance/compliance_request_builder.py +0 -0
  467. {leadping-1.0.17 → leadping-1.0.18}/users/me/last_login/last_login_request_builder.py +0 -0
  468. {leadping-1.0.17 → leadping-1.0.18}/users/me/me_request_builder.py +0 -0
  469. {leadping-1.0.17 → leadping-1.0.18}/users/me/paymentmethod/paymentmethod_request_builder.py +0 -0
  470. {leadping-1.0.17 → leadping-1.0.18}/users/users_request_builder.py +0 -0
  471. {leadping-1.0.17 → leadping-1.0.18}/wallets/item/wallets_item_request_builder.py +0 -0
  472. {leadping-1.0.17 → leadping-1.0.18}/wallets/me/me_request_builder.py +0 -0
  473. {leadping-1.0.17 → leadping-1.0.18}/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.17
3
+ Version: 1.0.18
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.17
3
+ Version: 1.0.18
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
@@ -87,6 +87,7 @@ setup.py
87
87
  ./models/activation_subscription_status.py
88
88
  ./models/activation_telephony_status.py
89
89
  ./models/activation_timeline_event.py
90
+ ./models/activation_timeline_event_actor.py
90
91
  ./models/analytics_comparison.py
91
92
  ./models/analytics_date_range.py
92
93
  ./models/analytics_trend_point_ofdecimal.py
@@ -117,6 +118,8 @@ setup.py
117
118
  ./models/automation_workflow_action_response.py
118
119
  ./models/automation_workflow_event_response.py
119
120
  ./models/automation_workflow_run_response.py
121
+ ./models/automation_workflow_run_response_automation.py
122
+ ./models/automation_workflow_run_response_current_step.py
120
123
  ./models/automation_workflow_status_response.py
121
124
  ./models/billable_unit.py
122
125
  ./models/billing_plan.py
@@ -152,6 +155,7 @@ setup.py
152
155
  ./models/business_table_row.py
153
156
  ./models/business_table_row_activation_status.py
154
157
  ./models/business_table_row_billing_plan.py
158
+ ./models/business_table_row_business.py
155
159
  ./models/business_table_row_setup_step.py
156
160
  ./models/business_table_row_status.py
157
161
  ./models/business_table_row_subscription_status.py
@@ -238,7 +242,9 @@ setup.py
238
242
  ./models/lead_response.py
239
243
  ./models/lead_response_current_disposition.py
240
244
  ./models/lead_table_row.py
245
+ ./models/lead_table_row_business.py
241
246
  ./models/lead_table_row_current_disposition.py
247
+ ./models/lead_table_row_source.py
242
248
  ./models/lead_tags_request.py
243
249
  ./models/mobile_device_preferences.py
244
250
  ./models/notification_priority.py
@@ -276,11 +282,6 @@ setup.py
276
282
  ./models/phone_call_response.py
277
283
  ./models/phone_call_response_selection_reason.py
278
284
  ./models/phone_call_status.py
279
- ./models/phone_lookup.py
280
- ./models/phone_lookup_carrier.py
281
- ./models/phone_lookup_carrier_type.py
282
- ./models/phone_lookup_line_type.py
283
- ./models/phone_lookup_location.py
284
285
  ./models/phone_number_availability_request.py
285
286
  ./models/phone_number_availability_response.py
286
287
  ./models/phone_number_availability_response_location.py
@@ -292,7 +293,6 @@ setup.py
292
293
  ./models/phone_number_request.py
293
294
  ./models/phone_number_response.py
294
295
  ./models/phone_number_response_business.py
295
- ./models/phone_number_response_location.py
296
296
  ./models/phone_number_routing_metadata.py
297
297
  ./models/phone_number_search_request.py
298
298
  ./models/phone_number_search_request_location.py
@@ -346,17 +346,25 @@ setup.py
346
346
  ./models/tag_response.py
347
347
  ./models/tag_summary.py
348
348
  ./models/telephony_login_request.py
349
+ ./models/telephony_login_request_device.py
349
350
  ./models/telephony_login_response.py
350
351
  ./models/ten_dlc_application_draft.py
351
352
  ./models/ten_dlc_application_status.py
352
353
  ./models/transaction_response.py
354
+ ./models/transaction_response_business.py
355
+ ./models/transaction_response_lead.py
353
356
  ./models/transaction_status.py
354
357
  ./models/transaction_table_row.py
358
+ ./models/transaction_table_row_business.py
359
+ ./models/transaction_table_row_lead.py
355
360
  ./models/transaction_type.py
356
361
  ./models/trusted_form_certificate.py
357
362
  ./models/usage_channel.py
358
363
  ./models/usage_counter_line.py
359
364
  ./models/usage_ledger_table_row.py
365
+ ./models/usage_ledger_table_row_business.py
366
+ ./models/usage_ledger_table_row_lead.py
367
+ ./models/usage_ledger_table_row_user.py
360
368
  ./models/usage_record_status.py
361
369
  ./models/usage_summary_line.py
362
370
  ./models/usage_summary_response.py
@@ -537,6 +545,7 @@ models/activation_payment_status.py
537
545
  models/activation_subscription_status.py
538
546
  models/activation_telephony_status.py
539
547
  models/activation_timeline_event.py
548
+ models/activation_timeline_event_actor.py
540
549
  models/analytics_comparison.py
541
550
  models/analytics_date_range.py
542
551
  models/analytics_trend_point_ofdecimal.py
@@ -567,6 +576,8 @@ models/automation_validation_result.py
567
576
  models/automation_workflow_action_response.py
568
577
  models/automation_workflow_event_response.py
569
578
  models/automation_workflow_run_response.py
579
+ models/automation_workflow_run_response_automation.py
580
+ models/automation_workflow_run_response_current_step.py
570
581
  models/automation_workflow_status_response.py
571
582
  models/billable_unit.py
572
583
  models/billing_plan.py
@@ -602,6 +613,7 @@ models/business_switch_request.py
602
613
  models/business_table_row.py
603
614
  models/business_table_row_activation_status.py
604
615
  models/business_table_row_billing_plan.py
616
+ models/business_table_row_business.py
605
617
  models/business_table_row_setup_step.py
606
618
  models/business_table_row_status.py
607
619
  models/business_table_row_subscription_status.py
@@ -688,7 +700,9 @@ models/lead_request.py
688
700
  models/lead_response.py
689
701
  models/lead_response_current_disposition.py
690
702
  models/lead_table_row.py
703
+ models/lead_table_row_business.py
691
704
  models/lead_table_row_current_disposition.py
705
+ models/lead_table_row_source.py
692
706
  models/lead_tags_request.py
693
707
  models/mobile_device_preferences.py
694
708
  models/notification_priority.py
@@ -726,11 +740,6 @@ models/phone.py
726
740
  models/phone_call_response.py
727
741
  models/phone_call_response_selection_reason.py
728
742
  models/phone_call_status.py
729
- models/phone_lookup.py
730
- models/phone_lookup_carrier.py
731
- models/phone_lookup_carrier_type.py
732
- models/phone_lookup_line_type.py
733
- models/phone_lookup_location.py
734
743
  models/phone_number_availability_request.py
735
744
  models/phone_number_availability_response.py
736
745
  models/phone_number_availability_response_location.py
@@ -742,7 +751,6 @@ models/phone_number_outbound_health_status.py
742
751
  models/phone_number_request.py
743
752
  models/phone_number_response.py
744
753
  models/phone_number_response_business.py
745
- models/phone_number_response_location.py
746
754
  models/phone_number_routing_metadata.py
747
755
  models/phone_number_search_request.py
748
756
  models/phone_number_search_request_location.py
@@ -796,17 +804,25 @@ models/tag_request.py
796
804
  models/tag_response.py
797
805
  models/tag_summary.py
798
806
  models/telephony_login_request.py
807
+ models/telephony_login_request_device.py
799
808
  models/telephony_login_response.py
800
809
  models/ten_dlc_application_draft.py
801
810
  models/ten_dlc_application_status.py
802
811
  models/transaction_response.py
812
+ models/transaction_response_business.py
813
+ models/transaction_response_lead.py
803
814
  models/transaction_status.py
804
815
  models/transaction_table_row.py
816
+ models/transaction_table_row_business.py
817
+ models/transaction_table_row_lead.py
805
818
  models/transaction_type.py
806
819
  models/trusted_form_certificate.py
807
820
  models/usage_channel.py
808
821
  models/usage_counter_line.py
809
822
  models/usage_ledger_table_row.py
823
+ models/usage_ledger_table_row_business.py
824
+ models/usage_ledger_table_row_lead.py
825
+ models/usage_ledger_table_row_user.py
810
826
  models/usage_record_status.py
811
827
  models/usage_summary_line.py
812
828
  models/usage_summary_response.py
@@ -5,6 +5,9 @@ from dataclasses import dataclass, field
5
5
  from kiota_abstractions.serialization import AdditionalDataHolder, Parsable, ParseNode, SerializationWriter
6
6
  from typing import Any, Optional, TYPE_CHECKING, Union
7
7
 
8
+ if TYPE_CHECKING:
9
+ from .activation_timeline_event_actor import ActivationTimelineEvent_actor
10
+
8
11
  @dataclass
9
12
  class ActivationTimelineEvent(AdditionalDataHolder, Parsable):
10
13
  """
@@ -13,8 +16,8 @@ class ActivationTimelineEvent(AdditionalDataHolder, Parsable):
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
 
16
- # The actor name value for this activation timeline event.
17
- actor_name: Optional[str] = None
19
+ # The ID and name for this actor.
20
+ actor: Optional[ActivationTimelineEvent_actor] = None
18
21
  # The date and time for the created at value on this activation timeline event.
19
22
  created_at: Optional[datetime.datetime] = None
20
23
  # The details value for this activation timeline event.
@@ -46,8 +49,12 @@ class ActivationTimelineEvent(AdditionalDataHolder, Parsable):
46
49
  The deserialization information for the current model
47
50
  Returns: dict[str, Callable[[ParseNode], None]]
48
51
  """
52
+ from .activation_timeline_event_actor import ActivationTimelineEvent_actor
53
+
54
+ from .activation_timeline_event_actor import ActivationTimelineEvent_actor
55
+
49
56
  fields: dict[str, Callable[[Any], None]] = {
50
- "actorName": lambda n : setattr(self, 'actor_name', n.get_str_value()),
57
+ "actor": lambda n : setattr(self, 'actor', n.get_object_value(ActivationTimelineEvent_actor)),
51
58
  "createdAt": lambda n : setattr(self, 'created_at', n.get_datetime_value()),
52
59
  "details": lambda n : setattr(self, 'details', n.get_str_value()),
53
60
  "failureReason": lambda n : setattr(self, 'failure_reason', n.get_str_value()),
@@ -66,7 +73,7 @@ class ActivationTimelineEvent(AdditionalDataHolder, Parsable):
66
73
  """
67
74
  if writer is None:
68
75
  raise TypeError("writer cannot be null.")
69
- writer.write_str_value("actorName", self.actor_name)
76
+ writer.write_object_value("actor", self.actor)
70
77
  writer.write_datetime_value("createdAt", self.created_at)
71
78
  writer.write_str_value("details", self.details)
72
79
  writer.write_str_value("failureReason", self.failure_reason)
@@ -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 .id_name_pair import IdNamePair
9
+
10
+ from .id_name_pair import IdNamePair
11
+
12
+ @dataclass
13
+ class ActivationTimelineEvent_actor(IdNamePair, Parsable):
14
+ """
15
+ The ID and name for this actor.
16
+ """
17
+
18
+ @staticmethod
19
+ def create_from_discriminator_value(parse_node: ParseNode) -> ActivationTimelineEvent_actor:
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: ActivationTimelineEvent_actor
24
+ """
25
+ if parse_node is None:
26
+ raise TypeError("parse_node cannot be null.")
27
+ return ActivationTimelineEvent_actor()
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 .id_name_pair import IdNamePair
35
+
36
+ from .id_name_pair import IdNamePair
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
+
@@ -8,6 +8,8 @@ from typing import Any, Optional, TYPE_CHECKING, Union
8
8
  if TYPE_CHECKING:
9
9
  from .automation_workflow_action_response import AutomationWorkflowActionResponse
10
10
  from .automation_workflow_event_response import AutomationWorkflowEventResponse
11
+ from .automation_workflow_run_response_automation import AutomationWorkflowRunResponse_automation
12
+ from .automation_workflow_run_response_current_step import AutomationWorkflowRunResponse_currentStep
11
13
 
12
14
  @dataclass
13
15
  class AutomationWorkflowRunResponse(AdditionalDataHolder, Parsable):
@@ -19,20 +21,16 @@ class AutomationWorkflowRunResponse(AdditionalDataHolder, Parsable):
19
21
 
20
22
  # Collection of actions included with this Leadping automation workflow run.
21
23
  actions: Optional[list[AutomationWorkflowActionResponse]] = None
22
- # Unique identifier of the automation associated with this Leadping automation workflow run.
23
- automation_id: Optional[str] = None
24
- # Human-readable automation name associated with this Leadping automation workflow run.
25
- automation_name: Optional[str] = None
24
+ # The ID and name for this automation.
25
+ automation: Optional[AutomationWorkflowRunResponse_automation] = None
26
26
  # Unique identifier of the business associated with this Leadping automation workflow run.
27
27
  business_id: Optional[str] = None
28
28
  # Date and time when the automation workflow run was cancelled.
29
29
  cancelled_at: Optional[datetime.datetime] = None
30
30
  # Date and time when the automation workflow run completed.
31
31
  completed_at: Optional[datetime.datetime] = None
32
- # Unique identifier of the current step associated with this Leadping automation workflow run.
33
- current_step_id: Optional[str] = None
34
- # Human-readable current step name associated with this Leadping automation workflow run.
35
- current_step_name: Optional[str] = None
32
+ # The ID and name for this currentStep.
33
+ current_step: Optional[AutomationWorkflowRunResponse_currentStep] = None
36
34
  # Collection of events included with this Leadping automation workflow run.
37
35
  events: Optional[list[AutomationWorkflowEventResponse]] = None
38
36
  # Date and time when the automation workflow run failed.
@@ -92,19 +90,21 @@ class AutomationWorkflowRunResponse(AdditionalDataHolder, Parsable):
92
90
  """
93
91
  from .automation_workflow_action_response import AutomationWorkflowActionResponse
94
92
  from .automation_workflow_event_response import AutomationWorkflowEventResponse
93
+ from .automation_workflow_run_response_automation import AutomationWorkflowRunResponse_automation
94
+ from .automation_workflow_run_response_current_step import AutomationWorkflowRunResponse_currentStep
95
95
 
96
96
  from .automation_workflow_action_response import AutomationWorkflowActionResponse
97
97
  from .automation_workflow_event_response import AutomationWorkflowEventResponse
98
+ from .automation_workflow_run_response_automation import AutomationWorkflowRunResponse_automation
99
+ from .automation_workflow_run_response_current_step import AutomationWorkflowRunResponse_currentStep
98
100
 
99
101
  fields: dict[str, Callable[[Any], None]] = {
100
102
  "actions": lambda n : setattr(self, 'actions', n.get_collection_of_object_values(AutomationWorkflowActionResponse)),
101
- "automationId": lambda n : setattr(self, 'automation_id', n.get_str_value()),
102
- "automationName": lambda n : setattr(self, 'automation_name', n.get_str_value()),
103
+ "automation": lambda n : setattr(self, 'automation', n.get_object_value(AutomationWorkflowRunResponse_automation)),
103
104
  "businessId": lambda n : setattr(self, 'business_id', n.get_str_value()),
104
105
  "cancelledAt": lambda n : setattr(self, 'cancelled_at', n.get_datetime_value()),
105
106
  "completedAt": lambda n : setattr(self, 'completed_at', n.get_datetime_value()),
106
- "currentStepId": lambda n : setattr(self, 'current_step_id', n.get_str_value()),
107
- "currentStepName": lambda n : setattr(self, 'current_step_name', n.get_str_value()),
107
+ "currentStep": lambda n : setattr(self, 'current_step', n.get_object_value(AutomationWorkflowRunResponse_currentStep)),
108
108
  "events": lambda n : setattr(self, 'events', n.get_collection_of_object_values(AutomationWorkflowEventResponse)),
109
109
  "failedAt": lambda n : setattr(self, 'failed_at', n.get_datetime_value()),
110
110
  "id": lambda n : setattr(self, 'id', n.get_str_value()),
@@ -137,13 +137,11 @@ class AutomationWorkflowRunResponse(AdditionalDataHolder, Parsable):
137
137
  if writer is None:
138
138
  raise TypeError("writer cannot be null.")
139
139
  writer.write_collection_of_object_values("actions", self.actions)
140
- writer.write_str_value("automationId", self.automation_id)
141
- writer.write_str_value("automationName", self.automation_name)
140
+ writer.write_object_value("automation", self.automation)
142
141
  writer.write_str_value("businessId", self.business_id)
143
142
  writer.write_datetime_value("cancelledAt", self.cancelled_at)
144
143
  writer.write_datetime_value("completedAt", self.completed_at)
145
- writer.write_str_value("currentStepId", self.current_step_id)
146
- writer.write_str_value("currentStepName", self.current_step_name)
144
+ writer.write_object_value("currentStep", self.current_step)
147
145
  writer.write_collection_of_object_values("events", self.events)
148
146
  writer.write_datetime_value("failedAt", self.failed_at)
149
147
  writer.write_str_value("id", self.id)
@@ -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 .id_name_pair import IdNamePair
9
+
10
+ from .id_name_pair import IdNamePair
11
+
12
+ @dataclass
13
+ class AutomationWorkflowRunResponse_automation(IdNamePair, Parsable):
14
+ """
15
+ The ID and name for this automation.
16
+ """
17
+
18
+ @staticmethod
19
+ def create_from_discriminator_value(parse_node: ParseNode) -> AutomationWorkflowRunResponse_automation:
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: AutomationWorkflowRunResponse_automation
24
+ """
25
+ if parse_node is None:
26
+ raise TypeError("parse_node cannot be null.")
27
+ return AutomationWorkflowRunResponse_automation()
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 .id_name_pair import IdNamePair
35
+
36
+ from .id_name_pair import IdNamePair
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,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 .id_name_pair import IdNamePair
9
+
10
+ from .id_name_pair import IdNamePair
11
+
12
+ @dataclass
13
+ class AutomationWorkflowRunResponse_currentStep(IdNamePair, Parsable):
14
+ """
15
+ The ID and name for this currentStep.
16
+ """
17
+
18
+ @staticmethod
19
+ def create_from_discriminator_value(parse_node: ParseNode) -> AutomationWorkflowRunResponse_currentStep:
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: AutomationWorkflowRunResponse_currentStep
24
+ """
25
+ if parse_node is None:
26
+ raise TypeError("parse_node cannot be null.")
27
+ return AutomationWorkflowRunResponse_currentStep()
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 .id_name_pair import IdNamePair
35
+
36
+ from .id_name_pair import IdNamePair
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
+
@@ -8,6 +8,7 @@ from typing import Any, Optional, TYPE_CHECKING, Union
8
8
  if TYPE_CHECKING:
9
9
  from .business_invitation_status import BusinessInvitationStatus
10
10
  from .business_user_role import BusinessUserRole
11
+ from .id_name_pair import IdNamePair
11
12
 
12
13
  @dataclass
13
14
  class BusinessInvitationResponse(AdditionalDataHolder, Parsable):
@@ -19,10 +20,8 @@ class BusinessInvitationResponse(AdditionalDataHolder, Parsable):
19
20
 
20
21
  # The date and time for the accepted at value on this business invitation.
21
22
  accepted_at: Optional[datetime.datetime] = None
22
- # The business ID associated with this business invitation.
23
- business_id: Optional[str] = None
24
- # The business name value for this business invitation.
25
- business_name: Optional[str] = None
23
+ # The ID and name for this business.
24
+ business: Optional[IdNamePair] = None
26
25
  # The date and time for the created at value on this business invitation.
27
26
  created_at: Optional[datetime.datetime] = None
28
27
  # The email address associated with this business invitation.
@@ -72,14 +71,15 @@ class BusinessInvitationResponse(AdditionalDataHolder, Parsable):
72
71
  """
73
72
  from .business_invitation_status import BusinessInvitationStatus
74
73
  from .business_user_role import BusinessUserRole
74
+ from .id_name_pair import IdNamePair
75
75
 
76
76
  from .business_invitation_status import BusinessInvitationStatus
77
77
  from .business_user_role import BusinessUserRole
78
+ from .id_name_pair import IdNamePair
78
79
 
79
80
  fields: dict[str, Callable[[Any], None]] = {
80
81
  "acceptedAt": lambda n : setattr(self, 'accepted_at', n.get_datetime_value()),
81
- "businessId": lambda n : setattr(self, 'business_id', n.get_str_value()),
82
- "businessName": lambda n : setattr(self, 'business_name', n.get_str_value()),
82
+ "business": lambda n : setattr(self, 'business', n.get_object_value(IdNamePair)),
83
83
  "createdAt": lambda n : setattr(self, 'created_at', n.get_datetime_value()),
84
84
  "email": lambda n : setattr(self, 'email', n.get_str_value()),
85
85
  "expiresAt": lambda n : setattr(self, 'expires_at', n.get_datetime_value()),
@@ -107,8 +107,7 @@ class BusinessInvitationResponse(AdditionalDataHolder, Parsable):
107
107
  if writer is None:
108
108
  raise TypeError("writer cannot be null.")
109
109
  writer.write_datetime_value("acceptedAt", self.accepted_at)
110
- writer.write_str_value("businessId", self.business_id)
111
- writer.write_str_value("businessName", self.business_name)
110
+ writer.write_object_value("business", self.business)
112
111
  writer.write_datetime_value("createdAt", self.created_at)
113
112
  writer.write_str_value("email", self.email)
114
113
  writer.write_datetime_value("expiresAt", self.expires_at)
@@ -8,6 +8,7 @@ from typing import Any, Optional, TYPE_CHECKING, Union
8
8
  if TYPE_CHECKING:
9
9
  from .business_invitation_status import BusinessInvitationStatus
10
10
  from .business_user_role import BusinessUserRole
11
+ from .id_name_pair import IdNamePair
11
12
 
12
13
  @dataclass
13
14
  class BusinessInvitationTableRow(AdditionalDataHolder, Parsable):
@@ -19,10 +20,8 @@ class BusinessInvitationTableRow(AdditionalDataHolder, Parsable):
19
20
 
20
21
  # The date and time for the accepted at value on this business invitation.
21
22
  accepted_at: Optional[datetime.datetime] = None
22
- # The business ID associated with this business invitation.
23
- business_id: Optional[str] = None
24
- # The business name value for this business invitation.
25
- business_name: Optional[str] = None
23
+ # The ID and name for this business.
24
+ business: Optional[IdNamePair] = None
26
25
  # The date and time for the created at value on this business invitation.
27
26
  created_at: Optional[datetime.datetime] = None
28
27
  # The email address associated with this business invitation.
@@ -70,14 +69,15 @@ class BusinessInvitationTableRow(AdditionalDataHolder, Parsable):
70
69
  """
71
70
  from .business_invitation_status import BusinessInvitationStatus
72
71
  from .business_user_role import BusinessUserRole
72
+ from .id_name_pair import IdNamePair
73
73
 
74
74
  from .business_invitation_status import BusinessInvitationStatus
75
75
  from .business_user_role import BusinessUserRole
76
+ from .id_name_pair import IdNamePair
76
77
 
77
78
  fields: dict[str, Callable[[Any], None]] = {
78
79
  "acceptedAt": lambda n : setattr(self, 'accepted_at', n.get_datetime_value()),
79
- "businessId": lambda n : setattr(self, 'business_id', n.get_str_value()),
80
- "businessName": lambda n : setattr(self, 'business_name', n.get_str_value()),
80
+ "business": lambda n : setattr(self, 'business', n.get_object_value(IdNamePair)),
81
81
  "createdAt": lambda n : setattr(self, 'created_at', n.get_datetime_value()),
82
82
  "email": lambda n : setattr(self, 'email', n.get_str_value()),
83
83
  "expiresAt": lambda n : setattr(self, 'expires_at', n.get_datetime_value()),
@@ -104,8 +104,7 @@ class BusinessInvitationTableRow(AdditionalDataHolder, Parsable):
104
104
  if writer is None:
105
105
  raise TypeError("writer cannot be null.")
106
106
  writer.write_datetime_value("acceptedAt", self.accepted_at)
107
- writer.write_str_value("businessId", self.business_id)
108
- writer.write_str_value("businessName", self.business_name)
107
+ writer.write_object_value("business", self.business)
109
108
  writer.write_datetime_value("createdAt", self.created_at)
110
109
  writer.write_str_value("email", self.email)
111
110
  writer.write_datetime_value("expiresAt", self.expires_at)
@@ -8,6 +8,7 @@ from typing import Any, Optional, TYPE_CHECKING, Union
8
8
  if TYPE_CHECKING:
9
9
  from .business_table_row_activation_status import BusinessTableRow_activationStatus
10
10
  from .business_table_row_billing_plan import BusinessTableRow_billingPlan
11
+ from .business_table_row_business import BusinessTableRow_business
11
12
  from .business_table_row_setup_step import BusinessTableRow_setupStep
12
13
  from .business_table_row_status import BusinessTableRow_status
13
14
  from .business_table_row_subscription_status import BusinessTableRow_subscriptionStatus
@@ -38,10 +39,8 @@ class BusinessTableRow(AdditionalDataHolder, Parsable):
38
39
  api_key_total_uses: Optional[int] = None
39
40
  # Defines the supported Billing Plan values.
40
41
  billing_plan: Optional[BusinessTableRow_billingPlan] = None
41
- # The business ID that owns this row when the row represents a child business resource.
42
- business_id: Optional[str] = None
43
- # The business name that owns this row when the row represents a child business resource.
44
- business_name: Optional[str] = None
42
+ # The ID and name for this business.
43
+ business: Optional[BusinessTableRow_business] = None
45
44
  # Whether this business is enabled.
46
45
  enabled: Optional[bool] = None
47
46
  # The unique ID for this business.
@@ -72,10 +71,6 @@ class BusinessTableRow(AdditionalDataHolder, Parsable):
72
71
  ten_dlc_status: Optional[BusinessTableRow_tenDlcStatus] = None
73
72
  # The user count for this business.
74
73
  user_count: Optional[int] = None
75
- # The user ID value for this business.
76
- user_id: Optional[str] = None
77
- # The user name value for this business.
78
- user_name: Optional[str] = None
79
74
  # The website URL associated with this business.
80
75
  website: Optional[str] = None
81
76
  # Defines the supported Website Lifecycle Status values.
@@ -99,6 +94,7 @@ class BusinessTableRow(AdditionalDataHolder, Parsable):
99
94
  """
100
95
  from .business_table_row_activation_status import BusinessTableRow_activationStatus
101
96
  from .business_table_row_billing_plan import BusinessTableRow_billingPlan
97
+ from .business_table_row_business import BusinessTableRow_business
102
98
  from .business_table_row_setup_step import BusinessTableRow_setupStep
103
99
  from .business_table_row_status import BusinessTableRow_status
104
100
  from .business_table_row_subscription_status import BusinessTableRow_subscriptionStatus
@@ -107,6 +103,7 @@ class BusinessTableRow(AdditionalDataHolder, Parsable):
107
103
 
108
104
  from .business_table_row_activation_status import BusinessTableRow_activationStatus
109
105
  from .business_table_row_billing_plan import BusinessTableRow_billingPlan
106
+ from .business_table_row_business import BusinessTableRow_business
110
107
  from .business_table_row_setup_step import BusinessTableRow_setupStep
111
108
  from .business_table_row_status import BusinessTableRow_status
112
109
  from .business_table_row_subscription_status import BusinessTableRow_subscriptionStatus
@@ -122,8 +119,7 @@ class BusinessTableRow(AdditionalDataHolder, Parsable):
122
119
  "apiKeyPreview": lambda n : setattr(self, 'api_key_preview', n.get_str_value()),
123
120
  "apiKeyTotalUses": lambda n : setattr(self, 'api_key_total_uses', n.get_int_value()),
124
121
  "billingPlan": lambda n : setattr(self, 'billing_plan', n.get_enum_value(BusinessTableRow_billingPlan)),
125
- "businessId": lambda n : setattr(self, 'business_id', n.get_str_value()),
126
- "businessName": lambda n : setattr(self, 'business_name', n.get_str_value()),
122
+ "business": lambda n : setattr(self, 'business', n.get_object_value(BusinessTableRow_business)),
127
123
  "enabled": lambda n : setattr(self, 'enabled', n.get_bool_value()),
128
124
  "id": lambda n : setattr(self, 'id', n.get_str_value()),
129
125
  "industry": lambda n : setattr(self, 'industry', n.get_str_value()),
@@ -139,8 +135,6 @@ class BusinessTableRow(AdditionalDataHolder, Parsable):
139
135
  "subscriptionStatus": lambda n : setattr(self, 'subscription_status', n.get_enum_value(BusinessTableRow_subscriptionStatus)),
140
136
  "tenDlcStatus": lambda n : setattr(self, 'ten_dlc_status', n.get_enum_value(BusinessTableRow_tenDlcStatus)),
141
137
  "userCount": lambda n : setattr(self, 'user_count', n.get_int_value()),
142
- "userId": lambda n : setattr(self, 'user_id', n.get_str_value()),
143
- "userName": lambda n : setattr(self, 'user_name', n.get_str_value()),
144
138
  "website": lambda n : setattr(self, 'website', n.get_str_value()),
145
139
  "websiteStatus": lambda n : setattr(self, 'website_status', n.get_enum_value(BusinessTableRow_websiteStatus)),
146
140
  }
@@ -162,8 +156,7 @@ class BusinessTableRow(AdditionalDataHolder, Parsable):
162
156
  writer.write_str_value("apiKeyPreview", self.api_key_preview)
163
157
  writer.write_int_value("apiKeyTotalUses", self.api_key_total_uses)
164
158
  writer.write_enum_value("billingPlan", self.billing_plan)
165
- writer.write_str_value("businessId", self.business_id)
166
- writer.write_str_value("businessName", self.business_name)
159
+ writer.write_object_value("business", self.business)
167
160
  writer.write_bool_value("enabled", self.enabled)
168
161
  writer.write_str_value("id", self.id)
169
162
  writer.write_str_value("industry", self.industry)
@@ -179,8 +172,6 @@ class BusinessTableRow(AdditionalDataHolder, Parsable):
179
172
  writer.write_enum_value("subscriptionStatus", self.subscription_status)
180
173
  writer.write_enum_value("tenDlcStatus", self.ten_dlc_status)
181
174
  writer.write_int_value("userCount", self.user_count)
182
- writer.write_str_value("userId", self.user_id)
183
- writer.write_str_value("userName", self.user_name)
184
175
  writer.write_str_value("website", self.website)
185
176
  writer.write_enum_value("websiteStatus", self.website_status)
186
177
  writer.write_additional_data_value(self.additional_data)