PureCloudPlatformClientV2 167.0.3__tar.gz → 168.0.0__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 (3854) hide show
  1. PureCloudPlatformClientV2-168.0.0/PKG-INFO +13 -0
  2. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/__init__.py +3679 -0
  3. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/api_client.py +806 -0
  4. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/apis/audit_api.py +530 -0
  5. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/apis/conversations_api.py +17027 -0
  6. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/apis/routing_api.py +10463 -0
  7. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/apis/usage_api.py +464 -0
  8. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/configuration.py +336 -0
  9. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/__init__.py +3534 -0
  10. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/action_entity_listing.py +384 -0
  11. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/action_map_listing.py +384 -0
  12. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/action_target_listing.py +384 -0
  13. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/action_template_listing.py +384 -0
  14. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/after_call_work_update.py +139 -0
  15. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/agent_activity_entity_listing.py +384 -0
  16. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/analytics_evaluation.py +549 -0
  17. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/assigned_learning_module_domain_entity_listing.py +384 -0
  18. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/attempt_limits_entity_listing.py +384 -0
  19. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/audit_log_message.py +657 -0
  20. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/audit_query_entity.py +171 -0
  21. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/authz_division_entity_listing.py +384 -0
  22. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/bot_connector_bot_summary_entity_listing.py +384 -0
  23. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/bot_connector_bot_version_summary_entity_listing.py +384 -0
  24. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/calibration_entity_listing.py +384 -0
  25. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/call_conversation_entity_listing.py +384 -0
  26. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/call_history_conversation_entity_listing.py +384 -0
  27. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/callable_time_set_entity_listing.py +384 -0
  28. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/callback_conversation_entity_listing.py +384 -0
  29. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/campaign_division_view_listing.py +384 -0
  30. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/campaign_entity_listing.py +384 -0
  31. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/campaign_rule_entity_listing.py +384 -0
  32. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/campaign_sequence_entity_listing.py +384 -0
  33. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/certificate_authority_entity_listing.py +384 -0
  34. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/chat_conversation_entity_listing.py +384 -0
  35. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/client_app_entity_listing.py +384 -0
  36. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/coaching_annotation_list.py +384 -0
  37. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/coaching_appointment_response_list.py +384 -0
  38. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/coaching_notification_list.py +384 -0
  39. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/cobrowse_conversation_entity_listing.py +384 -0
  40. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/command_status_entity_listing.py +384 -0
  41. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/common_campaign_division_view_entity_listing.py +384 -0
  42. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/common_campaign_entity_listing.py +384 -0
  43. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/consumed_resources_entity_listing.py +384 -0
  44. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/consuming_resources_entity_listing.py +384 -0
  45. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/contact_list_division_view_listing.py +384 -0
  46. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/contact_list_entity_listing.py +384 -0
  47. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/contact_list_filter_entity_listing.py +384 -0
  48. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/contact_listing.py +411 -0
  49. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/conversation_entity_listing.py +384 -0
  50. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/conversation_event_topic_message.py +846 -0
  51. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/conversation_message_event_topic_message_media_participant.py +1256 -0
  52. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/conversation_normalized_message.py +488 -0
  53. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/credential_info_listing.py +384 -0
  54. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/credential_type_listing.py +384 -0
  55. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/data_table_row_entity_listing.py +382 -0
  56. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/data_tables_domain_entity_listing.py +384 -0
  57. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/dependency_object_entity_listing.py +384 -0
  58. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/dependency_type_entity_listing.py +384 -0
  59. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/development_activity_listing.py +384 -0
  60. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/dialer_event_entity_listing.py +384 -0
  61. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/dialogflow_agent_summary_entity_listing.py +384 -0
  62. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/did_entity_listing.py +384 -0
  63. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/did_number_entity_listing.py +384 -0
  64. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/did_pool_entity_listing.py +384 -0
  65. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/digital_condition.py +364 -0
  66. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/digital_rule_set_entity_listing.py +384 -0
  67. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/directory_user_devices_listing.py +384 -0
  68. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/divs_permitted_entity_listing.py +411 -0
  69. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/dnc_list_division_view_listing.py +384 -0
  70. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/dnc_list_entity_listing.py +384 -0
  71. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/document_audit_entity_listing.py +384 -0
  72. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/document_entity_listing.py +384 -0
  73. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/domain_edge_software_version_dto_entity_listing.py +384 -0
  74. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/domain_entity_listing.py +384 -0
  75. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/domain_entity_listing_evaluation_form.py +384 -0
  76. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/domain_entity_listing_query_result.py +384 -0
  77. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/domain_entity_listing_survey_form.py +384 -0
  78. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/edge_entity_listing.py +384 -0
  79. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/edge_group_entity_listing.py +384 -0
  80. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/edge_line_entity_listing.py +384 -0
  81. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/email_conversation_entity_listing.py +384 -0
  82. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/email_message_listing.py +384 -0
  83. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/emergency_group_listing.py +384 -0
  84. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/encryption_key_entity_listing.py +384 -0
  85. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/entity_change.py +252 -0
  86. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/evaluation.py +913 -0
  87. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/evaluation_detail_query_predicate.py +296 -0
  88. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/evaluation_entity_listing.py +384 -0
  89. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/evaluation_form_entity_listing.py +384 -0
  90. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/evaluation_reference.py +166 -0
  91. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/evaluation_response.py +913 -0
  92. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/evaluator_activity_entity_listing.py +384 -0
  93. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/expandable_web_deployment.py +500 -0
  94. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/extension_entity_listing.py +384 -0
  95. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/extension_pool_entity_listing.py +384 -0
  96. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/external_metric_definition_listing.py +384 -0
  97. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/external_organization_listing.py +411 -0
  98. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/facebook_integration_entity_listing.py +384 -0
  99. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/failed_recording_entity_listing.py +384 -0
  100. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/fax_document_entity_listing.py +384 -0
  101. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/file_upload_settings.py +195 -0
  102. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/flow_division_view_entity_listing.py +384 -0
  103. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/flow_entity_listing.py +384 -0
  104. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/flow_milestone_division_view_entity_listing.py +384 -0
  105. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/flow_milestone_listing.py +384 -0
  106. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/flow_outcome_division_view_entity_listing.py +384 -0
  107. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/flow_outcome_listing.py +384 -0
  108. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/flow_version_entity_listing.py +384 -0
  109. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/gdpr_request_entity_listing.py +384 -0
  110. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/gdpr_subject_entity_listing.py +384 -0
  111. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/greeting_listing.py +384 -0
  112. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/group_entity_listing.py +384 -0
  113. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/group_profile_entity_listing.py +384 -0
  114. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/inbound_domain_entity_listing.py +384 -0
  115. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/inbound_route_entity_listing.py +384 -0
  116. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/integration_entity_listing.py +384 -0
  117. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/integration_type_entity_listing.py +384 -0
  118. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/interaction_stats_alert_container.py +384 -0
  119. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/interaction_stats_rule_container.py +384 -0
  120. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/ivr_entity_listing.py +384 -0
  121. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/journey_aggregate_query_predicate.py +264 -0
  122. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/language_entity_listing.py +384 -0
  123. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/learning_assignment_user_listing.py +411 -0
  124. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/learning_assignments_domain_entity.py +384 -0
  125. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/learning_modules_domain_entity_listing.py +384 -0
  126. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/lex_bot_alias_entity_listing.py +384 -0
  127. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/lex_bot_entity_listing.py +384 -0
  128. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/library_entity_listing.py +384 -0
  129. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/line_base_entity_listing.py +384 -0
  130. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/line_entity_listing.py +384 -0
  131. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/line_integration_entity_listing.py +384 -0
  132. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/location_entity_listing.py +384 -0
  133. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/logical_interface_entity_listing.py +384 -0
  134. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/management_unit_listing.py +384 -0
  135. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/media_participant_request.py +308 -0
  136. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/message.py +928 -0
  137. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/message_conversation_entity_listing.py +384 -0
  138. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/message_media_participant.py +1279 -0
  139. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/messaging_campaign_division_view_entity_listing.py +384 -0
  140. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/messaging_campaign_entity_listing.py +384 -0
  141. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/messaging_campaign_schedule_entity_listing.py +384 -0
  142. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/messaging_integration_entity_listing.py +384 -0
  143. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/messaging_sticker_entity_listing.py +384 -0
  144. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/nlu_domain_listing.py +384 -0
  145. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/nlu_domain_version_listing.py +384 -0
  146. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/nlu_feedback_listing.py +384 -0
  147. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/note_listing.py +411 -0
  148. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/o_auth_client_entity_listing.py +384 -0
  149. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/o_auth_provider_entity_listing.py +384 -0
  150. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/open_integration_entity_listing.py +384 -0
  151. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/organization_presence_definition.py +338 -0
  152. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/organization_presence_entity_listing.py +384 -0
  153. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/organization_role_entity_listing.py +384 -0
  154. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/orphan_recording_listing.py +384 -0
  155. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/outbound_domain_entity_listing.py +384 -0
  156. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/outbound_route_base_entity_listing.py +384 -0
  157. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/outbound_route_entity_listing.py +384 -0
  158. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/outcome_listing.py +384 -0
  159. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/permission_collection_entity_listing.py +384 -0
  160. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/phone_base_entity_listing.py +384 -0
  161. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/phone_entity_listing.py +384 -0
  162. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/phone_meta_base_entity_listing.py +384 -0
  163. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/phrase.py +203 -0
  164. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/physical_interface_entity_listing.py +384 -0
  165. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/policy_entity_listing.py +384 -0
  166. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/prompt_asset_entity_listing.py +384 -0
  167. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/prompt_entity_listing.py +384 -0
  168. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/queue_conversation_event_topic_message.py +846 -0
  169. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/queue_conversation_message_event_topic_message_media_participant.py +1256 -0
  170. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/queue_conversation_social_expression_event_topic_message.py +846 -0
  171. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/queue_conversation_video_event_topic_message.py +846 -0
  172. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/queue_entity_listing.py +384 -0
  173. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/queue_member_entity_listing.py +303 -0
  174. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/queue_member_entity_listing_v1.py +384 -0
  175. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/recipient_listing.py +384 -0
  176. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/recording_job_entity_listing.py +384 -0
  177. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/relationship_listing.py +411 -0
  178. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/report_meta_data_entity_listing.py +384 -0
  179. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/report_run_entry_entity_domain_listing.py +384 -0
  180. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/report_schedule_entity_listing.py +384 -0
  181. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/reporting_data_export_topic_data_export_notification.py +591 -0
  182. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/reporting_export_job_listing.py +384 -0
  183. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/reporting_export_metadata_job_listing.py +384 -0
  184. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/response_entity_list.py +384 -0
  185. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/response_entity_listing.py +384 -0
  186. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/response_set_entity_listing.py +384 -0
  187. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/rule_set_entity_listing.py +384 -0
  188. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/schedule_entity_listing.py +384 -0
  189. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/schedule_group_entity_listing.py +384 -0
  190. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/schema_category_entity_listing.py +384 -0
  191. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/schema_reference_entity_listing.py +384 -0
  192. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/screen_recording_session_listing.py +384 -0
  193. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/script_entity_listing.py +384 -0
  194. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/security_profile_entity_listing.py +384 -0
  195. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/segment_listing.py +384 -0
  196. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/share_entity_listing.py +384 -0
  197. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/site_entity_listing.py +384 -0
  198. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/skill_entity_listing.py +384 -0
  199. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/sms_address_entity_listing.py +384 -0
  200. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/sms_phone_number_entity_listing.py +384 -0
  201. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/station_entity_listing.py +384 -0
  202. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/subject_division_grants_entity_listing.py +384 -0
  203. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/supported_content_listing.py +384 -0
  204. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/supported_content_profile.py +139 -0
  205. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/survey_form_entity_listing.py +384 -0
  206. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/system_prompt_asset_entity_listing.py +384 -0
  207. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/system_prompt_entity_listing.py +384 -0
  208. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/tag_value_entity_listing.py +384 -0
  209. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/text_message_listing.py +384 -0
  210. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/time_zone_entity_listing.py +384 -0
  211. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/transfer_request.py +279 -0
  212. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/trunk_base_entity_listing.py +384 -0
  213. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/trunk_entity_listing.py +384 -0
  214. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/trunk_metabase_entity_listing.py +384 -0
  215. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/trust_entity_listing.py +384 -0
  216. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/trust_group_entity_listing.py +384 -0
  217. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/trust_user_entity_listing.py +384 -0
  218. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/trustor_entity_listing.py +384 -0
  219. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/tts_engine_entity_listing.py +384 -0
  220. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/tts_voice_entity_listing.py +384 -0
  221. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/twitter_integration_entity_listing.py +384 -0
  222. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/uc_integration_listing.py +384 -0
  223. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/user_app_entity_listing.py +384 -0
  224. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/user_entity_listing.py +384 -0
  225. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/user_language_entity_listing.py +384 -0
  226. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/user_me.py +1555 -0
  227. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/user_profile_entity_listing.py +384 -0
  228. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/user_queue_entity_listing.py +384 -0
  229. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/user_recording_entity_listing.py +384 -0
  230. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/user_skill_entity_listing.py +384 -0
  231. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/view_filter.py +4447 -0
  232. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/voicemail_message_entity_listing.py +384 -0
  233. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/web_chat_member_info_entity_list.py +384 -0
  234. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/web_deployment.py +500 -0
  235. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/whats_app_integration_entity_listing.py +384 -0
  236. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/workspace_entity_listing.py +384 -0
  237. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/workspace_member_entity_listing.py +384 -0
  238. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/wrapup_code_entity_listing.py +384 -0
  239. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2/models/wrapup_input.py +328 -0
  240. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2.egg-info/PKG-INFO +13 -0
  241. PureCloudPlatformClientV2-168.0.0/PureCloudPlatformClientV2.egg-info/SOURCES.txt +3615 -0
  242. PureCloudPlatformClientV2-168.0.0/setup.py +30 -0
  243. PureCloudPlatformClientV2-167.0.3/PKG-INFO +0 -13
  244. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/__init__.py +0 -3675
  245. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/api_client.py +0 -806
  246. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/apis/audit_api.py +0 -530
  247. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/apis/conversations_api.py +0 -16930
  248. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/apis/routing_api.py +0 -10460
  249. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/apis/usage_api.py +0 -215
  250. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/configuration.py +0 -336
  251. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/__init__.py +0 -3530
  252. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/action_entity_listing.py +0 -384
  253. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/action_map_listing.py +0 -384
  254. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/action_target_listing.py +0 -384
  255. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/action_template_listing.py +0 -384
  256. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/agent_activity_entity_listing.py +0 -384
  257. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/analytics_evaluation.py +0 -522
  258. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/assigned_learning_module_domain_entity_listing.py +0 -384
  259. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/attempt_limits_entity_listing.py +0 -384
  260. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/audit_log_message.py +0 -657
  261. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/audit_query_entity.py +0 -171
  262. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/authz_division_entity_listing.py +0 -384
  263. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/bot_connector_bot_summary_entity_listing.py +0 -384
  264. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/bot_connector_bot_version_summary_entity_listing.py +0 -384
  265. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/calibration_entity_listing.py +0 -384
  266. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/call_conversation_entity_listing.py +0 -384
  267. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/call_history_conversation_entity_listing.py +0 -384
  268. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/callable_time_set_entity_listing.py +0 -384
  269. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/callback_conversation_entity_listing.py +0 -384
  270. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/campaign_division_view_listing.py +0 -384
  271. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/campaign_entity_listing.py +0 -384
  272. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/campaign_rule_entity_listing.py +0 -384
  273. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/campaign_sequence_entity_listing.py +0 -384
  274. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/certificate_authority_entity_listing.py +0 -384
  275. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/chat_conversation_entity_listing.py +0 -384
  276. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/client_app_entity_listing.py +0 -384
  277. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/coaching_annotation_list.py +0 -384
  278. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/coaching_appointment_response_list.py +0 -384
  279. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/coaching_notification_list.py +0 -384
  280. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/cobrowse_conversation_entity_listing.py +0 -384
  281. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/command_status_entity_listing.py +0 -384
  282. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/common_campaign_division_view_entity_listing.py +0 -384
  283. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/common_campaign_entity_listing.py +0 -384
  284. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/consumed_resources_entity_listing.py +0 -384
  285. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/consuming_resources_entity_listing.py +0 -384
  286. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/contact_list_division_view_listing.py +0 -384
  287. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/contact_list_entity_listing.py +0 -384
  288. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/contact_list_filter_entity_listing.py +0 -384
  289. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/contact_listing.py +0 -411
  290. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/conversation_entity_listing.py +0 -384
  291. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/conversation_event_topic_message.py +0 -819
  292. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/conversation_message_event_topic_message_media_participant.py +0 -1229
  293. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/conversation_normalized_message.py +0 -461
  294. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/credential_info_listing.py +0 -384
  295. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/credential_type_listing.py +0 -384
  296. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/data_table_row_entity_listing.py +0 -382
  297. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/data_tables_domain_entity_listing.py +0 -384
  298. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/dependency_object_entity_listing.py +0 -384
  299. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/dependency_type_entity_listing.py +0 -384
  300. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/development_activity_listing.py +0 -384
  301. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/dialer_event_entity_listing.py +0 -384
  302. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/dialogflow_agent_summary_entity_listing.py +0 -384
  303. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/did_entity_listing.py +0 -384
  304. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/did_number_entity_listing.py +0 -384
  305. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/did_pool_entity_listing.py +0 -384
  306. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/digital_condition.py +0 -336
  307. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/digital_rule_set_entity_listing.py +0 -384
  308. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/directory_user_devices_listing.py +0 -384
  309. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/divs_permitted_entity_listing.py +0 -411
  310. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/dnc_list_division_view_listing.py +0 -384
  311. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/dnc_list_entity_listing.py +0 -384
  312. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/document_audit_entity_listing.py +0 -384
  313. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/document_entity_listing.py +0 -384
  314. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/domain_edge_software_version_dto_entity_listing.py +0 -384
  315. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/domain_entity_listing.py +0 -384
  316. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/domain_entity_listing_evaluation_form.py +0 -384
  317. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/domain_entity_listing_query_result.py +0 -384
  318. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/domain_entity_listing_survey_form.py +0 -384
  319. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/edge_entity_listing.py +0 -384
  320. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/edge_group_entity_listing.py +0 -384
  321. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/edge_line_entity_listing.py +0 -384
  322. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/email_conversation_entity_listing.py +0 -384
  323. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/email_message_listing.py +0 -384
  324. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/emergency_group_listing.py +0 -384
  325. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/encryption_key_entity_listing.py +0 -384
  326. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/entity_change.py +0 -252
  327. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/evaluation.py +0 -886
  328. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/evaluation_detail_query_predicate.py +0 -296
  329. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/evaluation_entity_listing.py +0 -384
  330. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/evaluation_form_entity_listing.py +0 -384
  331. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/evaluation_response.py +0 -886
  332. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/evaluator_activity_entity_listing.py +0 -384
  333. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/expandable_web_deployment.py +0 -472
  334. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/extended_wrapup.py +0 -328
  335. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/extension_entity_listing.py +0 -384
  336. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/extension_pool_entity_listing.py +0 -384
  337. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/external_metric_definition_listing.py +0 -384
  338. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/external_organization_listing.py +0 -411
  339. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/facebook_integration_entity_listing.py +0 -384
  340. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/failed_recording_entity_listing.py +0 -384
  341. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/fax_document_entity_listing.py +0 -384
  342. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/file_upload_settings.py +0 -141
  343. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/flow_division_view_entity_listing.py +0 -384
  344. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/flow_entity_listing.py +0 -384
  345. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/flow_milestone_division_view_entity_listing.py +0 -384
  346. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/flow_milestone_listing.py +0 -384
  347. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/flow_outcome_division_view_entity_listing.py +0 -384
  348. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/flow_outcome_listing.py +0 -384
  349. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/flow_version_entity_listing.py +0 -384
  350. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/gdpr_request_entity_listing.py +0 -384
  351. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/gdpr_subject_entity_listing.py +0 -384
  352. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/greeting_listing.py +0 -384
  353. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/group_entity_listing.py +0 -384
  354. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/group_profile_entity_listing.py +0 -384
  355. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/inbound_domain_entity_listing.py +0 -384
  356. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/inbound_route_entity_listing.py +0 -384
  357. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/integration_entity_listing.py +0 -384
  358. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/integration_type_entity_listing.py +0 -384
  359. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/interaction_stats_alert_container.py +0 -384
  360. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/interaction_stats_rule_container.py +0 -384
  361. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/ivr_entity_listing.py +0 -384
  362. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/journey_aggregate_query_predicate.py +0 -264
  363. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/language_entity_listing.py +0 -384
  364. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/learning_assignment_user_listing.py +0 -411
  365. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/learning_assignments_domain_entity.py +0 -384
  366. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/learning_modules_domain_entity_listing.py +0 -384
  367. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/lex_bot_alias_entity_listing.py +0 -384
  368. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/lex_bot_entity_listing.py +0 -384
  369. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/library_entity_listing.py +0 -384
  370. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/line_base_entity_listing.py +0 -384
  371. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/line_entity_listing.py +0 -384
  372. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/line_integration_entity_listing.py +0 -384
  373. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/location_entity_listing.py +0 -384
  374. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/logical_interface_entity_listing.py +0 -384
  375. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/management_unit_listing.py +0 -384
  376. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/media_participant_request.py +0 -308
  377. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/message.py +0 -901
  378. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/message_conversation_entity_listing.py +0 -384
  379. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/message_media_participant.py +0 -1252
  380. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/messaging_campaign_division_view_entity_listing.py +0 -384
  381. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/messaging_campaign_entity_listing.py +0 -384
  382. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/messaging_campaign_schedule_entity_listing.py +0 -384
  383. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/messaging_integration_entity_listing.py +0 -384
  384. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/messaging_sticker_entity_listing.py +0 -384
  385. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/nlu_domain_listing.py +0 -384
  386. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/nlu_domain_version_listing.py +0 -384
  387. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/nlu_feedback_listing.py +0 -384
  388. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/note_listing.py +0 -411
  389. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/o_auth_client_entity_listing.py +0 -384
  390. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/o_auth_provider_entity_listing.py +0 -384
  391. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/open_integration_entity_listing.py +0 -384
  392. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/organization_presence_entity_listing.py +0 -384
  393. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/organization_role_entity_listing.py +0 -384
  394. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/orphan_recording_listing.py +0 -384
  395. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/outbound_domain_entity_listing.py +0 -384
  396. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/outbound_route_base_entity_listing.py +0 -384
  397. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/outbound_route_entity_listing.py +0 -384
  398. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/outcome_listing.py +0 -384
  399. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/permission_collection_entity_listing.py +0 -384
  400. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/phone_base_entity_listing.py +0 -384
  401. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/phone_entity_listing.py +0 -384
  402. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/phone_meta_base_entity_listing.py +0 -384
  403. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/phrase.py +0 -203
  404. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/physical_interface_entity_listing.py +0 -384
  405. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/policy_entity_listing.py +0 -384
  406. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/prompt_asset_entity_listing.py +0 -384
  407. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/prompt_entity_listing.py +0 -384
  408. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/queue_conversation_event_topic_message.py +0 -819
  409. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/queue_conversation_message_event_topic_message_media_participant.py +0 -1229
  410. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/queue_conversation_social_expression_event_topic_message.py +0 -819
  411. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/queue_conversation_video_event_topic_message.py +0 -819
  412. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/queue_entity_listing.py +0 -384
  413. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/queue_member_entity_listing.py +0 -303
  414. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/queue_member_entity_listing_v1.py +0 -384
  415. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/recipient_listing.py +0 -384
  416. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/recording_job_entity_listing.py +0 -384
  417. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/relationship_listing.py +0 -411
  418. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/report_meta_data_entity_listing.py +0 -384
  419. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/report_run_entry_entity_domain_listing.py +0 -384
  420. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/report_schedule_entity_listing.py +0 -384
  421. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/reporting_data_export_topic_data_export_notification.py +0 -564
  422. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/reporting_export_job_listing.py +0 -384
  423. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/reporting_export_metadata_job_listing.py +0 -384
  424. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/response_entity_list.py +0 -384
  425. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/response_entity_listing.py +0 -384
  426. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/response_set_entity_listing.py +0 -384
  427. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/rule_set_entity_listing.py +0 -384
  428. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/schedule_entity_listing.py +0 -384
  429. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/schedule_group_entity_listing.py +0 -384
  430. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/schema_category_entity_listing.py +0 -384
  431. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/schema_reference_entity_listing.py +0 -384
  432. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/screen_recording_session_listing.py +0 -384
  433. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/script_entity_listing.py +0 -384
  434. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/security_profile_entity_listing.py +0 -384
  435. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/segment_listing.py +0 -384
  436. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/share_entity_listing.py +0 -384
  437. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/site_entity_listing.py +0 -384
  438. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/skill_entity_listing.py +0 -384
  439. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/sms_address_entity_listing.py +0 -384
  440. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/sms_phone_number_entity_listing.py +0 -384
  441. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/station_entity_listing.py +0 -384
  442. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/subject_division_grants_entity_listing.py +0 -384
  443. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/supported_content_listing.py +0 -384
  444. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/survey_form_entity_listing.py +0 -384
  445. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/system_prompt_asset_entity_listing.py +0 -384
  446. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/system_prompt_entity_listing.py +0 -384
  447. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/tag_value_entity_listing.py +0 -384
  448. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/text_message_listing.py +0 -384
  449. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/time_zone_entity_listing.py +0 -384
  450. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/transfer_request.py +0 -279
  451. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/trunk_base_entity_listing.py +0 -384
  452. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/trunk_entity_listing.py +0 -384
  453. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/trunk_metabase_entity_listing.py +0 -384
  454. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/trust_entity_listing.py +0 -384
  455. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/trust_group_entity_listing.py +0 -384
  456. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/trust_user_entity_listing.py +0 -384
  457. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/trustor_entity_listing.py +0 -384
  458. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/tts_engine_entity_listing.py +0 -384
  459. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/tts_voice_entity_listing.py +0 -384
  460. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/twitter_integration_entity_listing.py +0 -384
  461. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/uc_integration_listing.py +0 -384
  462. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/user_app_entity_listing.py +0 -384
  463. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/user_entity_listing.py +0 -384
  464. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/user_language_entity_listing.py +0 -384
  465. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/user_me.py +0 -1527
  466. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/user_profile_entity_listing.py +0 -384
  467. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/user_queue_entity_listing.py +0 -384
  468. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/user_recording_entity_listing.py +0 -384
  469. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/user_skill_entity_listing.py +0 -384
  470. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/view_filter.py +0 -4334
  471. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/voicemail_message_entity_listing.py +0 -384
  472. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/web_chat_member_info_entity_list.py +0 -384
  473. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/web_deployment.py +0 -472
  474. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/whats_app_integration_entity_listing.py +0 -384
  475. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/workspace_entity_listing.py +0 -384
  476. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/workspace_member_entity_listing.py +0 -384
  477. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2/models/wrapup_code_entity_listing.py +0 -384
  478. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2.egg-info/PKG-INFO +0 -13
  479. PureCloudPlatformClientV2-167.0.3/PureCloudPlatformClientV2.egg-info/SOURCES.txt +0 -3611
  480. PureCloudPlatformClientV2-167.0.3/setup.py +0 -30
  481. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/apis/__init__.py +0 -0
  482. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/apis/alerting_api.py +0 -0
  483. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/apis/analytics_api.py +0 -0
  484. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/apis/architect_api.py +0 -0
  485. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/apis/authorization_api.py +0 -0
  486. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/apis/billing_api.py +0 -0
  487. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/apis/chat_api.py +0 -0
  488. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/apis/coaching_api.py +0 -0
  489. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/apis/content_management_api.py +0 -0
  490. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/apis/data_extensions_api.py +0 -0
  491. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/apis/downloads_api.py +0 -0
  492. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/apis/events_api.py +0 -0
  493. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/apis/external_contacts_api.py +0 -0
  494. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/apis/fax_api.py +0 -0
  495. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/apis/flows_api.py +0 -0
  496. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/apis/gamification_api.py +0 -0
  497. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/apis/general_data_protection_regulation_api.py +0 -0
  498. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/apis/geolocation_api.py +0 -0
  499. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/apis/greetings_api.py +0 -0
  500. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/apis/groups_api.py +0 -0
  501. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/apis/identity_provider_api.py +0 -0
  502. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/apis/infrastructure_as_code_api.py +0 -0
  503. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/apis/integrations_api.py +0 -0
  504. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/apis/journey_api.py +0 -0
  505. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/apis/knowledge_api.py +0 -0
  506. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/apis/language_understanding_api.py +0 -0
  507. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/apis/languages_api.py +0 -0
  508. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/apis/learning_api.py +0 -0
  509. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/apis/license_api.py +0 -0
  510. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/apis/locations_api.py +0 -0
  511. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/apis/messaging_api.py +0 -0
  512. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/apis/mobile_devices_api.py +0 -0
  513. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/apis/notifications_api.py +0 -0
  514. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/apis/o_auth_api.py +0 -0
  515. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/apis/objects_api.py +0 -0
  516. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/apis/organization_api.py +0 -0
  517. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/apis/organization_authorization_api.py +0 -0
  518. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/apis/outbound_api.py +0 -0
  519. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/apis/presence_api.py +0 -0
  520. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/apis/process_automation_api.py +0 -0
  521. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/apis/quality_api.py +0 -0
  522. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/apis/recording_api.py +0 -0
  523. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/apis/response_management_api.py +0 -0
  524. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/apis/scim_api.py +0 -0
  525. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/apis/scripts_api.py +0 -0
  526. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/apis/search_api.py +0 -0
  527. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/apis/speech_text_analytics_api.py +0 -0
  528. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/apis/stations_api.py +0 -0
  529. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/apis/suggest_api.py +0 -0
  530. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/apis/teams_api.py +0 -0
  531. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/apis/telephony_api.py +0 -0
  532. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/apis/telephony_providers_edge_api.py +0 -0
  533. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/apis/textbots_api.py +0 -0
  534. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/apis/tokens_api.py +0 -0
  535. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/apis/uploads_api.py +0 -0
  536. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/apis/user_recordings_api.py +0 -0
  537. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/apis/users_api.py +0 -0
  538. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/apis/utilities_api.py +0 -0
  539. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/apis/voicemail_api.py +0 -0
  540. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/apis/web_chat_api.py +0 -0
  541. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/apis/web_deployments_api.py +0 -0
  542. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/apis/web_messaging_api.py +0 -0
  543. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/apis/widgets_api.py +0 -0
  544. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/apis/workforce_management_api.py +0 -0
  545. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/logger.py +0 -0
  546. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/accelerator_input.py +0 -0
  547. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/accelerator_parameter.py +0 -0
  548. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/acd_end_detail_event_topic_acd_end_event.py +0 -0
  549. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/acd_start_detail_event_topic_acd_start_event.py +0 -0
  550. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/achieved_outcome.py +0 -0
  551. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/acknowledge_screen_recording_request.py +0 -0
  552. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/action.py +0 -0
  553. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/action_aggregate_data_container.py +0 -0
  554. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/action_aggregate_query_clause.py +0 -0
  555. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/action_aggregate_query_filter.py +0 -0
  556. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/action_aggregate_query_predicate.py +0 -0
  557. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/action_aggregate_query_response.py +0 -0
  558. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/action_aggregation_query.py +0 -0
  559. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/action_aggregation_view.py +0 -0
  560. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/action_config.py +0 -0
  561. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/action_contract.py +0 -0
  562. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/action_contract_input.py +0 -0
  563. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/action_input.py +0 -0
  564. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/action_map.py +0 -0
  565. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/action_map_action.py +0 -0
  566. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/action_map_action_template.py +0 -0
  567. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/action_map_estimate_outcome_criteria.py +0 -0
  568. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/action_map_estimate_request.py +0 -0
  569. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/action_map_estimate_result.py +0 -0
  570. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/action_map_schedule_group.py +0 -0
  571. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/action_map_schedule_groups.py +0 -0
  572. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/action_output.py +0 -0
  573. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/action_properties.py +0 -0
  574. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/action_survey.py +0 -0
  575. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/action_target.py +0 -0
  576. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/action_template.py +0 -0
  577. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/actions.py +0 -0
  578. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/activation.py +0 -0
  579. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/active_alert_count.py +0 -0
  580. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/activity_code.py +0 -0
  581. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/activity_code_container.py +0 -0
  582. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/activity_code_reference.py +0 -0
  583. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/acw_detail_event_topic_after_call_work_event.py +0 -0
  584. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/acw_settings.py +0 -0
  585. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/add_adherence_explanation_admin_request.py +0 -0
  586. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/add_adherence_explanation_agent_request.py +0 -0
  587. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/add_conversation_request.py +0 -0
  588. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/add_conversation_response.py +0 -0
  589. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/add_shift_trade_request.py +0 -0
  590. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/add_work_plan_rotation_agent_request.py +0 -0
  591. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/add_work_plan_rotation_request.py +0 -0
  592. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/additional_languages_intent.py +0 -0
  593. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/additional_languages_synonyms.py +0 -0
  594. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/additional_message.py +0 -0
  595. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/address.py +0 -0
  596. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/addressable_entity_ref.py +0 -0
  597. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/addressable_license_definition.py +0 -0
  598. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/adfs.py +0 -0
  599. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/adherence_explanation_async_response.py +0 -0
  600. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/adherence_explanation_job.py +0 -0
  601. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/adherence_explanation_job_reference.py +0 -0
  602. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/adherence_explanation_listing.py +0 -0
  603. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/adherence_explanation_listing_agent_query_response.py +0 -0
  604. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/adherence_explanation_listing_bu_query_response.py +0 -0
  605. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/adherence_explanation_notification.py +0 -0
  606. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/adherence_explanation_response.py +0 -0
  607. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/adherence_settings.py +0 -0
  608. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/adhoc_recording_topic_conversation_data.py +0 -0
  609. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/adhoc_recording_topic_lock_data.py +0 -0
  610. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/adhoc_recording_topic_recording_data_v2.py +0 -0
  611. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/adhoc_recording_topic_user_data.py +0 -0
  612. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/adhoc_recording_topic_workspace_data.py +0 -0
  613. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/adjacents.py +0 -0
  614. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/admin_time_off_request_patch.py +0 -0
  615. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/after_call_work.py +0 -0
  616. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/agent.py +0 -0
  617. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/agent_activity.py +0 -0
  618. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/agent_activity_changed_topic_agent_activity.py +0 -0
  619. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/agent_activity_changed_topic_organization_presence.py +0 -0
  620. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/agent_activity_changed_topic_out_of_office.py +0 -0
  621. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/agent_activity_changed_topic_presence.py +0 -0
  622. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/agent_activity_changed_topic_routing_status.py +0 -0
  623. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/agent_evaluator_activity.py +0 -0
  624. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/agent_management_unit_reference.py +0 -0
  625. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/agent_max_utilization.py +0 -0
  626. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/agent_owned_mapping_preview.py +0 -0
  627. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/agent_owned_mapping_preview_listing.py +0 -0
  628. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/agent_owned_routing.py +0 -0
  629. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/agent_possible_work_shifts_request.py +0 -0
  630. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/agent_possible_work_shifts_response.py +0 -0
  631. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/agent_query_adherence_explanations_request.py +0 -0
  632. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/agent_query_adherence_explanations_response.py +0 -0
  633. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/agent_time_off_request_patch.py +0 -0
  634. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/agentless_email_send_request_dto.py +0 -0
  635. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/agentless_email_send_response_dto.py +0 -0
  636. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/aggregate_metric_data.py +0 -0
  637. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/aggregate_view_data.py +0 -0
  638. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/aggregation_range.py +0 -0
  639. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/aggregation_result.py +0 -0
  640. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/aggregation_result_entry.py +0 -0
  641. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/all_time_points.py +0 -0
  642. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/amazon_lex_request.py +0 -0
  643. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/analytics_agent_group.py +0 -0
  644. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/analytics_conversation.py +0 -0
  645. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/analytics_conversation_async_query_response.py +0 -0
  646. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/analytics_conversation_query_response.py +0 -0
  647. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/analytics_conversation_segment.py +0 -0
  648. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/analytics_conversation_without_attributes.py +0 -0
  649. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/analytics_conversation_without_attributes_multi_get_response.py +0 -0
  650. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/analytics_data_retention_response.py +0 -0
  651. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/analytics_flow.py +0 -0
  652. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/analytics_flow_outcome.py +0 -0
  653. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/analytics_media_endpoint_stat.py +0 -0
  654. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/analytics_participant.py +0 -0
  655. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/analytics_participant_without_attributes.py +0 -0
  656. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/analytics_property.py +0 -0
  657. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/analytics_proposed_agent.py +0 -0
  658. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/analytics_query_aggregation.py +0 -0
  659. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/analytics_reporting_settings.py +0 -0
  660. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/analytics_resolution.py +0 -0
  661. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/analytics_routing_status_record.py +0 -0
  662. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/analytics_scored_agent.py +0 -0
  663. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/analytics_session.py +0 -0
  664. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/analytics_session_metric.py +0 -0
  665. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/analytics_survey.py +0 -0
  666. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/analytics_user_detail.py +0 -0
  667. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/analytics_user_details_async_query_response.py +0 -0
  668. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/analytics_user_details_query_response.py +0 -0
  669. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/analytics_user_presence_record.py +0 -0
  670. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/annotation.py +0 -0
  671. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/answer_option.py +0 -0
  672. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/api_usage_query.py +0 -0
  673. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/api_usage_query_result.py +0 -0
  674. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/api_usage_row.py +0 -0
  675. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/append_to_dnc_action_settings.py +0 -0
  676. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/approval_namespace.py +0 -0
  677. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/architect_dependency_tracking_build_notification_client.py +0 -0
  678. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/architect_dependency_tracking_build_notification_dependency_tracking_build_notification.py +0 -0
  679. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/architect_dependency_tracking_build_notification_home_organization.py +0 -0
  680. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/architect_dependency_tracking_build_notification_user.py +0 -0
  681. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/architect_flow_fields.py +0 -0
  682. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/architect_flow_notification_architect_operation.py +0 -0
  683. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/architect_flow_notification_client.py +0 -0
  684. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/architect_flow_notification_error_detail.py +0 -0
  685. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/architect_flow_notification_error_message_params.py +0 -0
  686. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/architect_flow_notification_flow_notification.py +0 -0
  687. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/architect_flow_notification_flow_version.py +0 -0
  688. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/architect_flow_notification_home_organization.py +0 -0
  689. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/architect_flow_notification_user.py +0 -0
  690. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/architect_flow_outcome_notification_architect_operation.py +0 -0
  691. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/architect_flow_outcome_notification_client.py +0 -0
  692. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/architect_flow_outcome_notification_error_detail.py +0 -0
  693. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/architect_flow_outcome_notification_error_message_params.py +0 -0
  694. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/architect_flow_outcome_notification_flow_outcome_notification.py +0 -0
  695. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/architect_flow_outcome_notification_home_organization.py +0 -0
  696. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/architect_flow_outcome_notification_user.py +0 -0
  697. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/architect_job_message.py +0 -0
  698. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/architect_job_state_response.py +0 -0
  699. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/architect_prompt_notification_architect_operation.py +0 -0
  700. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/architect_prompt_notification_client.py +0 -0
  701. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/architect_prompt_notification_error_detail.py +0 -0
  702. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/architect_prompt_notification_error_message_params.py +0 -0
  703. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/architect_prompt_notification_home_organization.py +0 -0
  704. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/architect_prompt_notification_prompt_notification.py +0 -0
  705. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/architect_prompt_notification_user.py +0 -0
  706. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/architect_prompt_resource_notification_prompt_resource_notification.py +0 -0
  707. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/architect_system_prompt_resource_notification_system_prompt_resource_notification.py +0 -0
  708. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/archive_retention.py +0 -0
  709. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/array_node.py +0 -0
  710. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/article_content.py +0 -0
  711. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/article_content_body.py +0 -0
  712. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/assessment_form.py +0 -0
  713. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/assessment_form_question.py +0 -0
  714. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/assessment_form_question_group.py +0 -0
  715. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/assessment_job_listing.py +0 -0
  716. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/assessment_listing.py +0 -0
  717. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/assessment_question_group_score.py +0 -0
  718. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/assessment_question_score.py +0 -0
  719. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/assessment_scoring_set.py +0 -0
  720. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/assign_users.py +0 -0
  721. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/assigned_learning_module.py +0 -0
  722. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/assigned_segment.py +0 -0
  723. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/assigned_wrapup_code.py +0 -0
  724. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/assignment.py +0 -0
  725. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/assignment_error.py +0 -0
  726. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/assignment_validation.py +0 -0
  727. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/assistance_condition.py +0 -0
  728. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/associated_value_field.py +0 -0
  729. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/async_conversation_query.py +0 -0
  730. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/async_forecast_operation_result.py +0 -0
  731. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/async_intraday_response.py +0 -0
  732. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/async_query_response.py +0 -0
  733. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/async_query_status.py +0 -0
  734. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/async_user_details_query.py +0 -0
  735. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/attachment.py +0 -0
  736. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/attempt_limits.py +0 -0
  737. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/attendance_status.py +0 -0
  738. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/attendance_status_listing.py +0 -0
  739. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/attribute.py +0 -0
  740. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/attribute_detail_event_topic_attribute_update_event.py +0 -0
  741. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/attribute_filter_item.py +0 -0
  742. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/atzm_time_slot.py +0 -0
  743. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/atzm_time_slot_with_time_zone.py +0 -0
  744. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/audio_state.py +0 -0
  745. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/audio_updated_event.py +0 -0
  746. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/audit_change.py +0 -0
  747. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/audit_entity.py +0 -0
  748. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/audit_entity_reference.py +0 -0
  749. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/audit_facet.py +0 -0
  750. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/audit_filter.py +0 -0
  751. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/audit_message.py +0 -0
  752. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/audit_query_execution_results_response.py +0 -0
  753. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/audit_query_execution_status_response.py +0 -0
  754. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/audit_query_filter.py +0 -0
  755. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/audit_query_request.py +0 -0
  756. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/audit_query_response.py +0 -0
  757. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/audit_query_service.py +0 -0
  758. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/audit_query_service_mapping.py +0 -0
  759. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/audit_query_sort.py +0 -0
  760. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/audit_realtime_query_request.py +0 -0
  761. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/audit_realtime_query_results_response.py +0 -0
  762. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/audit_search_result.py +0 -0
  763. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/audit_topic_addressable_entity_ref.py +0 -0
  764. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/audit_topic_audit_log_message.py +0 -0
  765. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/audit_topic_domain_entity_ref.py +0 -0
  766. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/audit_topic_message_info.py +0 -0
  767. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/audit_topic_property_change.py +0 -0
  768. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/audit_user.py +0 -0
  769. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/authentication_settings.py +0 -0
  770. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/authorization_settings.py +0 -0
  771. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/authz_division.py +0 -0
  772. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/authz_division_grant_entity_listing.py +0 -0
  773. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/authz_grant.py +0 -0
  774. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/authz_grant_policy.py +0 -0
  775. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/authz_grant_role.py +0 -0
  776. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/authz_subject.py +0 -0
  777. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/auto_start.py +0 -0
  778. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/automatic_time_zone_mapping_settings.py +0 -0
  779. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/available_language_list.py +0 -0
  780. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/available_media_type.py +0 -0
  781. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/available_media_type_entity_listing.py +0 -0
  782. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/available_time.py +0 -0
  783. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/available_time_off_range.py +0 -0
  784. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/available_time_off_request.py +0 -0
  785. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/available_time_off_response.py +0 -0
  786. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/available_topic.py +0 -0
  787. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/available_topic_entity_listing.py +0 -0
  788. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/available_translations.py +0 -0
  789. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/base_media_settings.py +0 -0
  790. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/base_program_entity.py +0 -0
  791. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/base_topic_entitiy.py +0 -0
  792. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/batch_conversation_event_request.py +0 -0
  793. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/batch_download_job_result.py +0 -0
  794. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/batch_download_job_status_result.py +0 -0
  795. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/batch_download_job_submission.py +0 -0
  796. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/batch_download_job_submission_result.py +0 -0
  797. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/batch_download_request.py +0 -0
  798. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/batch_event_response.py +0 -0
  799. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/batch_user_presence_event_request.py +0 -0
  800. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/batch_user_routing_status_event_request.py +0 -0
  801. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/benefit_assessment.py +0 -0
  802. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/benefit_assessment_job.py +0 -0
  803. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/billing_usage.py +0 -0
  804. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/billing_usage_report.py +0 -0
  805. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/billing_usage_resource.py +0 -0
  806. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/biography.py +0 -0
  807. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/bot_aggregate_data_container.py +0 -0
  808. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/bot_aggregate_query_clause.py +0 -0
  809. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/bot_aggregate_query_filter.py +0 -0
  810. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/bot_aggregate_query_predicate.py +0 -0
  811. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/bot_aggregate_query_response.py +0 -0
  812. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/bot_aggregation_query.py +0 -0
  813. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/bot_aggregation_view.py +0 -0
  814. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/bot_connector_bot.py +0 -0
  815. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/bot_connector_bot_version.py +0 -0
  816. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/bot_intent.py +0 -0
  817. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/bot_list.py +0 -0
  818. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/bot_messenger_profile.py +0 -0
  819. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/bot_search_response.py +0 -0
  820. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/bot_search_response_entity_listing.py +0 -0
  821. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/bot_slot.py +0 -0
  822. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/bot_summary.py +0 -0
  823. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/bot_version_summary.py +0 -0
  824. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/browser.py +0 -0
  825. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/bu_abandon_rate.py +0 -0
  826. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/bu_agent_schedule_activity.py +0 -0
  827. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/bu_agent_schedule_history_change.py +0 -0
  828. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/bu_agent_schedule_history_change_metadata.py +0 -0
  829. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/bu_agent_schedule_history_deleted_change.py +0 -0
  830. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/bu_agent_schedule_history_dropped_change.py +0 -0
  831. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/bu_agent_schedule_history_response.py +0 -0
  832. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/bu_agent_schedule_published_schedule_reference.py +0 -0
  833. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/bu_agent_schedule_query_response.py +0 -0
  834. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/bu_agent_schedule_reschedule_response.py +0 -0
  835. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/bu_agent_schedule_search_response.py +0 -0
  836. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/bu_agent_schedule_shift.py +0 -0
  837. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/bu_agent_schedule_update.py +0 -0
  838. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/bu_agent_schedules_query_response.py +0 -0
  839. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/bu_agent_schedules_search_response.py +0 -0
  840. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/bu_async_agent_schedules_query_response.py +0 -0
  841. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/bu_async_agent_schedules_search_response.py +0 -0
  842. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/bu_async_schedule_response.py +0 -0
  843. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/bu_async_schedule_run_response.py +0 -0
  844. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/bu_average_speed_of_answer.py +0 -0
  845. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/bu_copy_schedule_request.py +0 -0
  846. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/bu_create_blank_schedule_request.py +0 -0
  847. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/bu_current_agent_schedule_search_response.py +0 -0
  848. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/bu_forecast_generation_planning_group_result.py +0 -0
  849. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/bu_forecast_generation_result.py +0 -0
  850. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/bu_forecast_modification.py +0 -0
  851. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/bu_forecast_result.py +0 -0
  852. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/bu_forecast_result_response.py +0 -0
  853. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/bu_forecast_time_series_result.py +0 -0
  854. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/bu_full_day_time_off_marker.py +0 -0
  855. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/bu_generate_schedule_request.py +0 -0
  856. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/bu_get_current_agent_schedule_request.py +0 -0
  857. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/bu_headcount_forecast.py +0 -0
  858. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/bu_headcount_forecast_response.py +0 -0
  859. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/bu_import_agent_schedule_upload_schema.py +0 -0
  860. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/bu_import_short_term_forecast_schema.py +0 -0
  861. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/bu_intraday_data_group.py +0 -0
  862. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/bu_intraday_forecast_data.py +0 -0
  863. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/bu_intraday_response.py +0 -0
  864. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/bu_intraday_schedule_data.py +0 -0
  865. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/bu_management_unit_schedule_summary.py +0 -0
  866. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/bu_planning_group_headcount_forecast.py +0 -0
  867. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/bu_query_adherence_explanations_request.py +0 -0
  868. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/bu_query_adherence_explanations_response.py +0 -0
  869. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/bu_query_agent_schedules_request.py +0 -0
  870. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/bu_reschedule_agent_schedule_result.py +0 -0
  871. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/bu_reschedule_request.py +0 -0
  872. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/bu_reschedule_result.py +0 -0
  873. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/bu_schedule_list_item.py +0 -0
  874. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/bu_schedule_listing.py +0 -0
  875. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/bu_schedule_metadata.py +0 -0
  876. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/bu_schedule_reference.py +0 -0
  877. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/bu_schedule_reference_for_mu_route.py +0 -0
  878. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/bu_schedule_run.py +0 -0
  879. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/bu_schedule_run_listing.py +0 -0
  880. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/bu_scheduling_settings_request.py +0 -0
  881. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/bu_scheduling_settings_response.py +0 -0
  882. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/bu_search_agent_schedules_request.py +0 -0
  883. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/bu_service_level.py +0 -0
  884. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/bu_short_term_forecast.py +0 -0
  885. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/bu_short_term_forecast_list_item.py +0 -0
  886. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/bu_short_term_forecast_listing.py +0 -0
  887. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/bu_short_term_forecast_reference.py +0 -0
  888. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/bu_short_term_forecasting_settings.py +0 -0
  889. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/bu_update_agent_schedule_upload_schema.py +0 -0
  890. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/bulk_callback_disconnect_request.py +0 -0
  891. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/bulk_callback_patch_request.py +0 -0
  892. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/bulk_callback_patch_response.py +0 -0
  893. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/bulk_contacts_request.py +0 -0
  894. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/bulk_contacts_response.py +0 -0
  895. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/bulk_delete_response.py +0 -0
  896. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/bulk_error.py +0 -0
  897. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/bulk_error_detail.py +0 -0
  898. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/bulk_error_entity.py +0 -0
  899. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/bulk_error_external_contact.py +0 -0
  900. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/bulk_error_external_organization.py +0 -0
  901. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/bulk_error_note.py +0 -0
  902. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/bulk_error_relationship.py +0 -0
  903. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/bulk_fetch_contacts_response.py +0 -0
  904. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/bulk_fetch_notes_response.py +0 -0
  905. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/bulk_fetch_organizations_response.py +0 -0
  906. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/bulk_fetch_relationships_response.py +0 -0
  907. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/bulk_ids_request.py +0 -0
  908. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/bulk_notes_request.py +0 -0
  909. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/bulk_notes_response.py +0 -0
  910. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/bulk_organizations_request.py +0 -0
  911. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/bulk_organizations_response.py +0 -0
  912. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/bulk_relationships_request.py +0 -0
  913. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/bulk_relationships_response.py +0 -0
  914. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/bulk_response_result_external_contact_entity.py +0 -0
  915. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/bulk_response_result_external_contact_external_contact.py +0 -0
  916. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/bulk_response_result_external_organization_entity.py +0 -0
  917. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/bulk_response_result_external_organization_external_organization.py +0 -0
  918. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/bulk_response_result_note_entity.py +0 -0
  919. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/bulk_response_result_note_note.py +0 -0
  920. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/bulk_response_result_relationship_entity.py +0 -0
  921. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/bulk_response_result_relationship_relationship.py +0 -0
  922. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/bulk_response_result_void_entity.py +0 -0
  923. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/bulk_result.py +0 -0
  924. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/bulk_shift_trade_state_update_request.py +0 -0
  925. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/bulk_update_shift_trade_state_request_item.py +0 -0
  926. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/bulk_update_shift_trade_state_response.py +0 -0
  927. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/bulk_update_shift_trade_state_result.py +0 -0
  928. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/bulk_update_shift_trade_state_result_item.py +0 -0
  929. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/bullseye.py +0 -0
  930. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/business_unit_activity_code.py +0 -0
  931. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/business_unit_activity_code_listing.py +0 -0
  932. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/business_unit_list_item.py +0 -0
  933. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/business_unit_listing.py +0 -0
  934. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/business_unit_reference.py +0 -0
  935. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/business_unit_response.py +0 -0
  936. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/business_unit_settings_response.py +0 -0
  937. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/button_component.py +0 -0
  938. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/button_response.py +0 -0
  939. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/calendar_url_response.py +0 -0
  940. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/calibration.py +0 -0
  941. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/calibration_assignment.py +0 -0
  942. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/calibration_create.py +0 -0
  943. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/call.py +0 -0
  944. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/call_basic.py +0 -0
  945. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/call_command.py +0 -0
  946. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/call_conversation.py +0 -0
  947. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/call_forwarding.py +0 -0
  948. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/call_forwarding_event_call.py +0 -0
  949. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/call_forwarding_event_call_forwarding.py +0 -0
  950. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/call_forwarding_event_target.py +0 -0
  951. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/call_forwarding_event_user.py +0 -0
  952. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/call_history_conversation.py +0 -0
  953. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/call_history_participant.py +0 -0
  954. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/call_media_participant.py +0 -0
  955. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/call_media_policy.py +0 -0
  956. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/call_media_policy_conditions.py +0 -0
  957. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/call_record.py +0 -0
  958. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/call_route.py +0 -0
  959. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/call_target.py +0 -0
  960. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/call_to_action.py +0 -0
  961. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/callable_contacts_diagnostic.py +0 -0
  962. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/callable_time.py +0 -0
  963. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/callable_time_set.py +0 -0
  964. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/callable_window.py +0 -0
  965. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/callback.py +0 -0
  966. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/callback_basic.py +0 -0
  967. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/callback_conversation.py +0 -0
  968. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/callback_disconnect_identifier.py +0 -0
  969. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/callback_identifier.py +0 -0
  970. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/callback_media_participant.py +0 -0
  971. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/callback_media_settings.py +0 -0
  972. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/campaign.py +0 -0
  973. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/campaign_diagnostics.py +0 -0
  974. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/campaign_division_view.py +0 -0
  975. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/campaign_interaction.py +0 -0
  976. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/campaign_interactions.py +0 -0
  977. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/campaign_progress.py +0 -0
  978. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/campaign_rule.py +0 -0
  979. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/campaign_rule_action.py +0 -0
  980. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/campaign_rule_action_entities.py +0 -0
  981. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/campaign_rule_condition.py +0 -0
  982. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/campaign_rule_entities.py +0 -0
  983. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/campaign_rule_parameters.py +0 -0
  984. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/campaign_schedule.py +0 -0
  985. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/campaign_sequence.py +0 -0
  986. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/campaign_stats.py +0 -0
  987. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/campaign_time_slot.py +0 -0
  988. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/card.py +0 -0
  989. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/card_action.py +0 -0
  990. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/category.py +0 -0
  991. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/category_entity_listing.py +0 -0
  992. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/category_listing.py +0 -0
  993. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/category_reference.py +0 -0
  994. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/category_request.py +0 -0
  995. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/category_response.py +0 -0
  996. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/category_response_listing.py +0 -0
  997. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/certificate.py +0 -0
  998. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/certificate_details.py +0 -0
  999. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/change.py +0 -0
  1000. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/change_my_password_request.py +0 -0
  1001. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/change_password_request.py +0 -0
  1002. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/channel.py +0 -0
  1003. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/channel_entity_listing.py +0 -0
  1004. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/channel_topic.py +0 -0
  1005. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/channel_topic_entity_listing.py +0 -0
  1006. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/chat.py +0 -0
  1007. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/chat_badge_topic_badge_entity.py +0 -0
  1008. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/chat_badge_topic_chat_badge.py +0 -0
  1009. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/chat_conversation.py +0 -0
  1010. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/chat_media_participant.py +0 -0
  1011. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/chat_media_policy.py +0 -0
  1012. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/chat_media_policy_conditions.py +0 -0
  1013. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/chat_message.py +0 -0
  1014. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/chat_message_user.py +0 -0
  1015. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/chat_settings.py +0 -0
  1016. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/check.py +0 -0
  1017. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/client_app.py +0 -0
  1018. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/client_app_configuration_info.py +0 -0
  1019. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/cloned_user.py +0 -0
  1020. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/cloned_user_entity_listing.py +0 -0
  1021. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/close_button_style_properties.py +0 -0
  1022. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/coaching_annotation.py +0 -0
  1023. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/coaching_annotation_create_request.py +0 -0
  1024. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/coaching_appointment_aggregate_request.py +0 -0
  1025. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/coaching_appointment_aggregate_response.py +0 -0
  1026. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/coaching_appointment_reference.py +0 -0
  1027. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/coaching_appointment_response.py +0 -0
  1028. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/coaching_appointment_status_request.py +0 -0
  1029. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/coaching_appointment_status_response.py +0 -0
  1030. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/coaching_appointment_status_response_list.py +0 -0
  1031. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/coaching_notification.py +0 -0
  1032. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/coaching_slot.py +0 -0
  1033. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/coaching_slots_request.py +0 -0
  1034. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/coaching_slots_response.py +0 -0
  1035. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/cobrowse_conversation.py +0 -0
  1036. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/cobrowse_media_participant.py +0 -0
  1037. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/cobrowse_settings.py +0 -0
  1038. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/cobrowse_web_messaging_session.py +0 -0
  1039. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/cobrowsesession.py +0 -0
  1040. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/column_data_type_specification.py +0 -0
  1041. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/column_status.py +0 -0
  1042. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/command_status.py +0 -0
  1043. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/common_campaign.py +0 -0
  1044. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/common_campaign_division_view.py +0 -0
  1045. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/communication_answered_event.py +0 -0
  1046. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/communication_disposition_applied_event.py +0 -0
  1047. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/communication_ended_event.py +0 -0
  1048. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/comparison_period.py +0 -0
  1049. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/comparison_period_listing.py +0 -0
  1050. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/compliance.py +0 -0
  1051. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/compliance_response.py +0 -0
  1052. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/condition.py +0 -0
  1053. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conditional_group_routing.py +0 -0
  1054. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conditional_group_routing_rule.py +0 -0
  1055. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/configuration_overrides.py +0 -0
  1056. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/connect_rate.py +0 -0
  1057. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/connected_edge.py +0 -0
  1058. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/connected_queue.py +0 -0
  1059. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/connected_user.py +0 -0
  1060. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/constraint_conflict_message.py +0 -0
  1061. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/consult_transfer.py +0 -0
  1062. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/consult_transfer_event.py +0 -0
  1063. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/consult_transfer_response.py +0 -0
  1064. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/consult_transfer_update.py +0 -0
  1065. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/contact.py +0 -0
  1066. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/contact_address.py +0 -0
  1067. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/contact_address_condition_settings.py +0 -0
  1068. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/contact_address_type_condition_settings.py +0 -0
  1069. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/contact_addressable_entity_ref.py +0 -0
  1070. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/contact_callback_request.py +0 -0
  1071. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/contact_center_settings.py +0 -0
  1072. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/contact_column_condition_settings.py +0 -0
  1073. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/contact_column_time_zone.py +0 -0
  1074. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/contact_column_to_data_action_field_mapping.py +0 -0
  1075. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/contact_detail_event_topic_contact_update_event.py +0 -0
  1076. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/contact_identifier.py +0 -0
  1077. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/contact_list.py +0 -0
  1078. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/contact_list_division_view.py +0 -0
  1079. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/contact_list_filter.py +0 -0
  1080. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/contact_list_filter_clause.py +0 -0
  1081. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/contact_list_filter_predicate.py +0 -0
  1082. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/contact_list_filter_range.py +0 -0
  1083. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/contact_phone_number_column.py +0 -0
  1084. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/contact_sort.py +0 -0
  1085. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/contactable_status.py +0 -0
  1086. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/contactlist_download_ready_export_uri.py +0 -0
  1087. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/contactlist_download_ready_object.py +0 -0
  1088. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/contactlist_import_status_import_status.py +0 -0
  1089. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/contactlist_import_status_object.py +0 -0
  1090. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/content_actions.py +0 -0
  1091. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/content_attachment.py +0 -0
  1092. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/content_attribute_filter_item.py +0 -0
  1093. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/content_button_response.py +0 -0
  1094. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/content_card.py +0 -0
  1095. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/content_card_action.py +0 -0
  1096. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/content_carousel.py +0 -0
  1097. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/content_facet_filter_item.py +0 -0
  1098. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/content_filter_item.py +0 -0
  1099. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/content_generic.py +0 -0
  1100. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/content_list.py +0 -0
  1101. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/content_location.py +0 -0
  1102. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/content_management_single_document_topic_document_data_v2.py +0 -0
  1103. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/content_management_single_document_topic_lock_data.py +0 -0
  1104. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/content_management_single_document_topic_user_data.py +0 -0
  1105. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/content_management_single_document_topic_workspace_data.py +0 -0
  1106. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/content_management_workspace_documents_topic_document_data_v2.py +0 -0
  1107. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/content_management_workspace_documents_topic_lock_data.py +0 -0
  1108. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/content_management_workspace_documents_topic_user_data.py +0 -0
  1109. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/content_management_workspace_documents_topic_workspace_data.py +0 -0
  1110. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/content_notification_template.py +0 -0
  1111. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/content_offer.py +0 -0
  1112. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/content_offer_style_properties.py +0 -0
  1113. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/content_offer_styling_configuration.py +0 -0
  1114. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/content_position_properties.py +0 -0
  1115. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/content_postback.py +0 -0
  1116. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/content_query_request.py +0 -0
  1117. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/content_quick_reply.py +0 -0
  1118. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/content_quick_reply_v2.py +0 -0
  1119. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/content_reaction.py +0 -0
  1120. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/content_setting.py +0 -0
  1121. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/content_sort_item.py +0 -0
  1122. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/content_story.py +0 -0
  1123. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/content_text.py +0 -0
  1124. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/context.py +0 -0
  1125. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/context_entity.py +0 -0
  1126. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/context_intent.py +0 -0
  1127. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/context_pattern.py +0 -0
  1128. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation.py +0 -0
  1129. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_aggregate_data_container.py +0 -0
  1130. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_aggregate_query_clause.py +0 -0
  1131. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_aggregate_query_filter.py +0 -0
  1132. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_aggregate_query_predicate.py +0 -0
  1133. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_aggregate_query_response.py +0 -0
  1134. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_aggregation_query.py +0 -0
  1135. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_aggregation_view.py +0 -0
  1136. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_app_settings.py +0 -0
  1137. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_association.py +0 -0
  1138. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_basic.py +0 -0
  1139. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_call_event_topic_call_conversation.py +0 -0
  1140. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_call_event_topic_call_media_participant.py +0 -0
  1141. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_call_event_topic_conversation_routing_data.py +0 -0
  1142. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_call_event_topic_detail.py +0 -0
  1143. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_call_event_topic_error_body.py +0 -0
  1144. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_call_event_topic_fax_status.py +0 -0
  1145. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_call_event_topic_journey_action.py +0 -0
  1146. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_call_event_topic_journey_action_map.py +0 -0
  1147. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_call_event_topic_journey_context.py +0 -0
  1148. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_call_event_topic_journey_customer.py +0 -0
  1149. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_call_event_topic_journey_customer_session.py +0 -0
  1150. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_call_event_topic_scored_agent.py +0 -0
  1151. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_call_event_topic_uri_reference.py +0 -0
  1152. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_call_event_topic_wrapup.py +0 -0
  1153. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_callback_event_topic_callback_conversation.py +0 -0
  1154. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_callback_event_topic_callback_media_participant.py +0 -0
  1155. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_callback_event_topic_conversation_routing_data.py +0 -0
  1156. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_callback_event_topic_detail.py +0 -0
  1157. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_callback_event_topic_dialer_preview.py +0 -0
  1158. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_callback_event_topic_error_body.py +0 -0
  1159. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_callback_event_topic_journey_action.py +0 -0
  1160. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_callback_event_topic_journey_action_map.py +0 -0
  1161. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_callback_event_topic_journey_context.py +0 -0
  1162. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_callback_event_topic_journey_customer.py +0 -0
  1163. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_callback_event_topic_journey_customer_session.py +0 -0
  1164. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_callback_event_topic_phone_number_column.py +0 -0
  1165. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_callback_event_topic_scored_agent.py +0 -0
  1166. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_callback_event_topic_uri_reference.py +0 -0
  1167. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_callback_event_topic_voicemail.py +0 -0
  1168. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_callback_event_topic_wrapup.py +0 -0
  1169. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_channel.py +0 -0
  1170. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_channel_metadata.py +0 -0
  1171. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_chat.py +0 -0
  1172. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_chat_event_topic_chat_conversation.py +0 -0
  1173. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_chat_event_topic_chat_media_participant.py +0 -0
  1174. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_chat_event_topic_conversation_routing_data.py +0 -0
  1175. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_chat_event_topic_detail.py +0 -0
  1176. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_chat_event_topic_error_body.py +0 -0
  1177. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_chat_event_topic_journey_action.py +0 -0
  1178. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_chat_event_topic_journey_action_map.py +0 -0
  1179. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_chat_event_topic_journey_context.py +0 -0
  1180. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_chat_event_topic_journey_customer.py +0 -0
  1181. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_chat_event_topic_journey_customer_session.py +0 -0
  1182. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_chat_event_topic_scored_agent.py +0 -0
  1183. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_chat_event_topic_uri_reference.py +0 -0
  1184. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_chat_event_topic_wrapup.py +0 -0
  1185. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_cobrowse_event_topic_cobrowse_conversation.py +0 -0
  1186. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_cobrowse_event_topic_cobrowse_media_participant.py +0 -0
  1187. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_cobrowse_event_topic_conversation_routing_data.py +0 -0
  1188. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_cobrowse_event_topic_detail.py +0 -0
  1189. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_cobrowse_event_topic_error_body.py +0 -0
  1190. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_cobrowse_event_topic_journey_action.py +0 -0
  1191. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_cobrowse_event_topic_journey_action_map.py +0 -0
  1192. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_cobrowse_event_topic_journey_context.py +0 -0
  1193. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_cobrowse_event_topic_journey_customer.py +0 -0
  1194. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_cobrowse_event_topic_journey_customer_session.py +0 -0
  1195. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_cobrowse_event_topic_scored_agent.py +0 -0
  1196. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_cobrowse_event_topic_uri_reference.py +0 -0
  1197. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_cobrowse_event_topic_wrapup.py +0 -0
  1198. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_content_attachment.py +0 -0
  1199. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_content_button_response.py +0 -0
  1200. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_content_card.py +0 -0
  1201. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_content_card_action.py +0 -0
  1202. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_content_carousel.py +0 -0
  1203. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_content_location.py +0 -0
  1204. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_content_notification_template.py +0 -0
  1205. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_content_quick_reply.py +0 -0
  1206. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_content_quick_reply_v2.py +0 -0
  1207. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_content_story.py +0 -0
  1208. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_content_text.py +0 -0
  1209. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_deletion_protection_query.py +0 -0
  1210. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_detail_query_clause.py +0 -0
  1211. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_detail_query_filter.py +0 -0
  1212. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_detail_query_predicate.py +0 -0
  1213. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_details_datalake_availability_topic_data_availability_change_notification.py +0 -0
  1214. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_disconnect_settings.py +0 -0
  1215. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_division_membership.py +0 -0
  1216. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_email_event_topic_attachment.py +0 -0
  1217. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_email_event_topic_conversation_routing_data.py +0 -0
  1218. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_email_event_topic_detail.py +0 -0
  1219. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_email_event_topic_email_conversation.py +0 -0
  1220. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_email_event_topic_email_media_participant.py +0 -0
  1221. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_email_event_topic_error_body.py +0 -0
  1222. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_email_event_topic_journey_action.py +0 -0
  1223. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_email_event_topic_journey_action_map.py +0 -0
  1224. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_email_event_topic_journey_context.py +0 -0
  1225. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_email_event_topic_journey_customer.py +0 -0
  1226. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_email_event_topic_journey_customer_session.py +0 -0
  1227. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_email_event_topic_scored_agent.py +0 -0
  1228. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_email_event_topic_uri_reference.py +0 -0
  1229. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_email_event_topic_wrapup.py +0 -0
  1230. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_encryption_configuration.py +0 -0
  1231. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_encryption_configuration_listing.py +0 -0
  1232. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_event_co_browse.py +0 -0
  1233. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_event_presence.py +0 -0
  1234. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_event_topic_address.py +0 -0
  1235. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_event_topic_after_call_work.py +0 -0
  1236. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_event_topic_attachment.py +0 -0
  1237. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_event_topic_call.py +0 -0
  1238. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_event_topic_callback.py +0 -0
  1239. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_event_topic_chat.py +0 -0
  1240. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_event_topic_cobrowse.py +0 -0
  1241. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_event_topic_conversation.py +0 -0
  1242. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_event_topic_conversation_routing_data.py +0 -0
  1243. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_event_topic_destination.py +0 -0
  1244. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_event_topic_dialer_preview.py +0 -0
  1245. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_event_topic_disconnect_reason.py +0 -0
  1246. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_event_topic_email.py +0 -0
  1247. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_event_topic_error_details.py +0 -0
  1248. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_event_topic_fax_status.py +0 -0
  1249. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_event_topic_initiator.py +0 -0
  1250. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_event_topic_journey_action.py +0 -0
  1251. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_event_topic_journey_action_map.py +0 -0
  1252. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_event_topic_journey_context.py +0 -0
  1253. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_event_topic_journey_customer.py +0 -0
  1254. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_event_topic_journey_customer_session.py +0 -0
  1255. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_event_topic_message_details.py +0 -0
  1256. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_event_topic_message_media.py +0 -0
  1257. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_event_topic_message_metadata.py +0 -0
  1258. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_event_topic_message_metadata_content.py +0 -0
  1259. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_event_topic_message_metadata_event.py +0 -0
  1260. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_event_topic_message_sticker.py +0 -0
  1261. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_event_topic_object.py +0 -0
  1262. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_event_topic_participant.py +0 -0
  1263. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_event_topic_phone_number_column.py +0 -0
  1264. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_event_topic_recent_transfer.py +0 -0
  1265. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_event_topic_scored_agent.py +0 -0
  1266. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_event_topic_screenshare.py +0 -0
  1267. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_event_topic_social_expression.py +0 -0
  1268. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_event_topic_uri_reference.py +0 -0
  1269. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_event_topic_video.py +0 -0
  1270. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_event_topic_voicemail.py +0 -0
  1271. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_event_topic_workflow.py +0 -0
  1272. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_event_topic_wrapup.py +0 -0
  1273. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_event_typing.py +0 -0
  1274. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_message_content.py +0 -0
  1275. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_message_event.py +0 -0
  1276. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_message_event_topic_conversation_routing_data.py +0 -0
  1277. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_message_event_topic_detail.py +0 -0
  1278. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_message_event_topic_error_body.py +0 -0
  1279. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_message_event_topic_error_details.py +0 -0
  1280. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_message_event_topic_journey_action.py +0 -0
  1281. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_message_event_topic_journey_action_map.py +0 -0
  1282. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_message_event_topic_journey_context.py +0 -0
  1283. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_message_event_topic_journey_customer.py +0 -0
  1284. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_message_event_topic_journey_customer_session.py +0 -0
  1285. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_message_event_topic_message_conversation.py +0 -0
  1286. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_message_event_topic_message_details.py +0 -0
  1287. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_message_event_topic_message_media.py +0 -0
  1288. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_message_event_topic_message_metadata.py +0 -0
  1289. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_message_event_topic_message_metadata_content.py +0 -0
  1290. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_message_event_topic_message_metadata_event.py +0 -0
  1291. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_message_event_topic_message_sticker.py +0 -0
  1292. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_message_event_topic_scored_agent.py +0 -0
  1293. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_message_event_topic_uri_reference.py +0 -0
  1294. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_message_event_topic_wrapup.py +0 -0
  1295. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_message_metadata.py +0 -0
  1296. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_message_metadata_content.py +0 -0
  1297. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_message_metadata_event.py +0 -0
  1298. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_messaging_channel.py +0 -0
  1299. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_messaging_from_recipient.py +0 -0
  1300. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_messaging_to_recipient.py +0 -0
  1301. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_metrics.py +0 -0
  1302. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_metrics_topic_conversation_metric_record.py +0 -0
  1303. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_metrics_topic_conversation_proposed_agent.py +0 -0
  1304. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_metrics_topic_conversation_scored_agent.py +0 -0
  1305. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_notification_template_body.py +0 -0
  1306. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_notification_template_footer.py +0 -0
  1307. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_notification_template_header.py +0 -0
  1308. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_notification_template_parameter.py +0 -0
  1309. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_participant_search_criteria.py +0 -0
  1310. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_participant_search_request.py +0 -0
  1311. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_properties.py +0 -0
  1312. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_query.py +0 -0
  1313. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_reason.py +0 -0
  1314. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_recipient_additional_identifier.py +0 -0
  1315. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_reference.py +0 -0
  1316. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_routing_data.py +0 -0
  1317. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_screen_share_event_topic_conversation_routing_data.py +0 -0
  1318. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_screen_share_event_topic_detail.py +0 -0
  1319. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_screen_share_event_topic_error_body.py +0 -0
  1320. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_screen_share_event_topic_journey_action.py +0 -0
  1321. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_screen_share_event_topic_journey_action_map.py +0 -0
  1322. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_screen_share_event_topic_journey_context.py +0 -0
  1323. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_screen_share_event_topic_journey_customer.py +0 -0
  1324. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_screen_share_event_topic_journey_customer_session.py +0 -0
  1325. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_screen_share_event_topic_scored_agent.py +0 -0
  1326. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_screen_share_event_topic_screen_share_conversation.py +0 -0
  1327. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_screen_share_event_topic_screen_share_media_participant.py +0 -0
  1328. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_screen_share_event_topic_uri_reference.py +0 -0
  1329. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_screen_share_event_topic_wrapup.py +0 -0
  1330. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_secure_attributes.py +0 -0
  1331. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_social_expression_event_topic_conversation_routing_data.py +0 -0
  1332. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_social_expression_event_topic_detail.py +0 -0
  1333. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_social_expression_event_topic_error_body.py +0 -0
  1334. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_social_expression_event_topic_journey_action.py +0 -0
  1335. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_social_expression_event_topic_journey_action_map.py +0 -0
  1336. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_social_expression_event_topic_journey_context.py +0 -0
  1337. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_social_expression_event_topic_journey_customer.py +0 -0
  1338. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_social_expression_event_topic_journey_customer_session.py +0 -0
  1339. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_social_expression_event_topic_scored_agent.py +0 -0
  1340. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_social_expression_event_topic_social_conversation.py +0 -0
  1341. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_social_expression_event_topic_social_media_participant.py +0 -0
  1342. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_social_expression_event_topic_uri_reference.py +0 -0
  1343. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_social_expression_event_topic_wrapup.py +0 -0
  1344. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_tags_update.py +0 -0
  1345. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_threading_window.py +0 -0
  1346. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_threading_window_setting.py +0 -0
  1347. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_user.py +0 -0
  1348. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_user_disposition.py +0 -0
  1349. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_video_event_topic_conversation_routing_data.py +0 -0
  1350. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_video_event_topic_detail.py +0 -0
  1351. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_video_event_topic_error_body.py +0 -0
  1352. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_video_event_topic_journey_action.py +0 -0
  1353. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_video_event_topic_journey_action_map.py +0 -0
  1354. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_video_event_topic_journey_context.py +0 -0
  1355. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_video_event_topic_journey_customer.py +0 -0
  1356. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_video_event_topic_journey_customer_session.py +0 -0
  1357. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_video_event_topic_scored_agent.py +0 -0
  1358. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_video_event_topic_uri_reference.py +0 -0
  1359. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_video_event_topic_video_conversation.py +0 -0
  1360. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_video_event_topic_video_media_participant.py +0 -0
  1361. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/conversation_video_event_topic_wrapup.py +0 -0
  1362. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/copy_attachments_request.py +0 -0
  1363. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/copy_bu_forecast_request.py +0 -0
  1364. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/copy_voicemail_message.py +0 -0
  1365. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/copy_work_plan.py +0 -0
  1366. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/copy_work_plan_rotation_request.py +0 -0
  1367. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/coretype.py +0 -0
  1368. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/coretype_listing.py +0 -0
  1369. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/cover_sheet.py +0 -0
  1370. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/create_activity_code_request.py +0 -0
  1371. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/create_admin_time_off_request.py +0 -0
  1372. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/create_agent_time_off_request.py +0 -0
  1373. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/create_benefit_assessment_job_request.py +0 -0
  1374. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/create_benefit_assessment_request.py +0 -0
  1375. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/create_business_unit_request.py +0 -0
  1376. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/create_business_unit_settings_request.py +0 -0
  1377. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/create_call_request.py +0 -0
  1378. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/create_call_response.py +0 -0
  1379. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/create_callback_command.py +0 -0
  1380. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/create_callback_on_conversation_command.py +0 -0
  1381. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/create_callback_response.py +0 -0
  1382. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/create_coaching_appointment_request.py +0 -0
  1383. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/create_email_request.py +0 -0
  1384. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/create_general_program_topics_definitions_job.py +0 -0
  1385. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/create_integration_request.py +0 -0
  1386. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/create_management_unit_api_request.py +0 -0
  1387. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/create_management_unit_settings_request.py +0 -0
  1388. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/create_metric.py +0 -0
  1389. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/create_objective.py +0 -0
  1390. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/create_outbound_messaging_conversation_request.py +0 -0
  1391. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/create_performance_profile.py +0 -0
  1392. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/create_planning_group_request.py +0 -0
  1393. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/create_predictor_request.py +0 -0
  1394. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/create_queue_request.py +0 -0
  1395. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/create_response_asset_request.py +0 -0
  1396. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/create_response_asset_response.py +0 -0
  1397. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/create_secure_session.py +0 -0
  1398. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/create_service_goal_template.py +0 -0
  1399. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/create_share_request.py +0 -0
  1400. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/create_share_request_member.py +0 -0
  1401. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/create_share_response.py +0 -0
  1402. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/create_time_off_limit_request.py +0 -0
  1403. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/create_time_off_plan_request.py +0 -0
  1404. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/create_trigger_request.py +0 -0
  1405. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/create_user.py +0 -0
  1406. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/create_web_chat_conversation_request.py +0 -0
  1407. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/create_web_chat_conversation_response.py +0 -0
  1408. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/create_web_chat_message_request.py +0 -0
  1409. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/create_web_chat_request.py +0 -0
  1410. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/create_work_plan.py +0 -0
  1411. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/create_work_plan_activity.py +0 -0
  1412. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/create_work_plan_shift.py +0 -0
  1413. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/credential.py +0 -0
  1414. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/credential_info.py +0 -0
  1415. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/credential_specification.py +0 -0
  1416. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/credential_type.py +0 -0
  1417. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/criteria.py +0 -0
  1418. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/cross_platform_call_media_policy.py +0 -0
  1419. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/cross_platform_chat_media_policy.py +0 -0
  1420. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/cross_platform_email_media_policy.py +0 -0
  1421. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/cross_platform_media_policies.py +0 -0
  1422. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/cross_platform_message_media_policy.py +0 -0
  1423. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/cross_platform_policy.py +0 -0
  1424. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/cross_platform_policy_actions.py +0 -0
  1425. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/cross_platform_policy_create.py +0 -0
  1426. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/cross_platform_policy_update.py +0 -0
  1427. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/cta_button_style_properties.py +0 -0
  1428. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/current_user_schedule_request_body.py +0 -0
  1429. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/cursor_contact_listing.py +0 -0
  1430. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/cursor_note_listing.py +0 -0
  1431. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/cursor_organization_listing.py +0 -0
  1432. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/cursor_relationship_listing.py +0 -0
  1433. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/cursors.py +0 -0
  1434. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/custom_event_attribute.py +0 -0
  1435. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/custom_event_attribute_list.py +0 -0
  1436. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/custom_i18n_labels.py +0 -0
  1437. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/customer_end_detail_event_topic_customer_end_event.py +0 -0
  1438. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/customer_interaction_center.py +0 -0
  1439. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/customer_start_detail_event_topic_customer_start_event.py +0 -0
  1440. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/daily_possible_shift.py +0 -0
  1441. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/data_action_condition_predicate.py +0 -0
  1442. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/data_action_condition_settings.py +0 -0
  1443. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/data_action_contact_column_field_mapping.py +0 -0
  1444. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/data_availability_response.py +0 -0
  1445. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/data_schema.py +0 -0
  1446. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/data_schema_listing.py +0 -0
  1447. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/data_table.py +0 -0
  1448. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/data_table_export_job.py +0 -0
  1449. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/data_table_import_entity_listing.py +0 -0
  1450. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/data_table_import_job.py +0 -0
  1451. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/date_range.py +0 -0
  1452. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/date_range_with_optional_end.py +0 -0
  1453. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/default_greeting_list.py +0 -0
  1454. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/default_objective.py +0 -0
  1455. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/deletable_user_reference.py +0 -0
  1456. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/delete_retention.py +0 -0
  1457. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/dependency.py +0 -0
  1458. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/dependency_object.py +0 -0
  1459. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/dependency_status.py +0 -0
  1460. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/dependency_type.py +0 -0
  1461. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/destination.py +0 -0
  1462. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/detail.py +0 -0
  1463. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/detected_dialog_act.py +0 -0
  1464. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/detected_intent.py +0 -0
  1465. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/detected_named_entity.py +0 -0
  1466. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/detected_named_entity_value.py +0 -0
  1467. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/development_activity.py +0 -0
  1468. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/development_activity_aggregate_param.py +0 -0
  1469. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/development_activity_aggregate_query_request_clause.py +0 -0
  1470. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/development_activity_aggregate_query_request_filter.py +0 -0
  1471. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/development_activity_aggregate_query_request_predicate.py +0 -0
  1472. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/development_activity_aggregate_query_response_data.py +0 -0
  1473. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/development_activity_aggregate_query_response_grouped_data.py +0 -0
  1474. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/development_activity_aggregate_query_response_metric.py +0 -0
  1475. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/development_activity_aggregate_query_response_statistics.py +0 -0
  1476. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/development_activity_aggregate_response.py +0 -0
  1477. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/device.py +0 -0
  1478. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/dialer_action.py +0 -0
  1479. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/dialer_attempt_limits_config_change_attempt_limits.py +0 -0
  1480. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/dialer_attempt_limits_config_change_object.py +0 -0
  1481. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/dialer_attempt_limits_config_change_recall_entry.py +0 -0
  1482. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/dialer_audit_request.py +0 -0
  1483. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/dialer_callabletimeset_config_change_callable_time.py +0 -0
  1484. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/dialer_callabletimeset_config_change_callable_time_set.py +0 -0
  1485. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/dialer_callabletimeset_config_change_object.py +0 -0
  1486. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/dialer_callabletimeset_config_change_time_slot.py +0 -0
  1487. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/dialer_campaign_config_change_campaign.py +0 -0
  1488. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/dialer_campaign_config_change_contact_sort.py +0 -0
  1489. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/dialer_campaign_config_change_object.py +0 -0
  1490. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/dialer_campaign_config_change_phone_column.py +0 -0
  1491. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/dialer_campaign_config_change_rest_error_detail.py +0 -0
  1492. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/dialer_campaign_config_change_uri_reference.py +0 -0
  1493. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/dialer_campaign_progress_event_campaign_progress.py +0 -0
  1494. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/dialer_campaign_progress_event_object.py +0 -0
  1495. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/dialer_campaign_progress_event_uri_reference.py +0 -0
  1496. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/dialer_campaign_rule_config_change_campaign_rule.py +0 -0
  1497. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/dialer_campaign_rule_config_change_campaign_rule_action.py +0 -0
  1498. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/dialer_campaign_rule_config_change_campaign_rule_action_entities.py +0 -0
  1499. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/dialer_campaign_rule_config_change_campaign_rule_condition.py +0 -0
  1500. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/dialer_campaign_rule_config_change_campaign_rule_entities.py +0 -0
  1501. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/dialer_campaign_rule_config_change_object.py +0 -0
  1502. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/dialer_campaign_rule_config_change_uri_reference.py +0 -0
  1503. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/dialer_campaign_schedule_config_change_campaign_schedule.py +0 -0
  1504. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/dialer_campaign_schedule_config_change_object.py +0 -0
  1505. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/dialer_campaign_schedule_config_change_schedule_interval.py +0 -0
  1506. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/dialer_campaign_schedule_config_change_uri_reference.py +0 -0
  1507. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/dialer_contact.py +0 -0
  1508. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/dialer_contact_id.py +0 -0
  1509. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/dialer_contactlist_config_change_contact_list.py +0 -0
  1510. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/dialer_contactlist_config_change_contact_phone_number_column.py +0 -0
  1511. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/dialer_contactlist_config_change_email_column.py +0 -0
  1512. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/dialer_contactlist_config_change_import_status.py +0 -0
  1513. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/dialer_contactlist_config_change_object.py +0 -0
  1514. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/dialer_contactlist_config_change_uri_reference.py +0 -0
  1515. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/dialer_contactlistfilter_config_change_contact_list_filter.py +0 -0
  1516. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/dialer_contactlistfilter_config_change_filter_clause.py +0 -0
  1517. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/dialer_contactlistfilter_config_change_filter_predicate.py +0 -0
  1518. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/dialer_contactlistfilter_config_change_object.py +0 -0
  1519. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/dialer_contactlistfilter_config_change_range.py +0 -0
  1520. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/dialer_contactlistfilter_config_change_uri_reference.py +0 -0
  1521. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/dialer_dnclist_config_change_dnc_list.py +0 -0
  1522. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/dialer_dnclist_config_change_import_status.py +0 -0
  1523. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/dialer_dnclist_config_change_object.py +0 -0
  1524. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/dialer_dnclist_config_change_uri_reference.py +0 -0
  1525. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/dialer_outbound_settings_config_change_atzm_time_slot.py +0 -0
  1526. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/dialer_outbound_settings_config_change_atzm_time_slot_with_time_zone.py +0 -0
  1527. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/dialer_outbound_settings_config_change_automatic_time_zone_mapping_settings.py +0 -0
  1528. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/dialer_outbound_settings_config_change_callable_window.py +0 -0
  1529. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/dialer_outbound_settings_config_change_outbound_settings.py +0 -0
  1530. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/dialer_preview.py +0 -0
  1531. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/dialer_responseset_config_change_object.py +0 -0
  1532. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/dialer_responseset_config_change_reaction.py +0 -0
  1533. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/dialer_responseset_config_change_response_set.py +0 -0
  1534. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/dialer_rule.py +0 -0
  1535. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/dialer_ruleset_config_change_action.py +0 -0
  1536. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/dialer_ruleset_config_change_condition.py +0 -0
  1537. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/dialer_ruleset_config_change_contact_column_to_data_action_field_mapping.py +0 -0
  1538. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/dialer_ruleset_config_change_data_action_condition_predicate.py +0 -0
  1539. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/dialer_ruleset_config_change_object.py +0 -0
  1540. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/dialer_ruleset_config_change_rule.py +0 -0
  1541. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/dialer_ruleset_config_change_rule_set.py +0 -0
  1542. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/dialer_ruleset_config_change_uri_reference.py +0 -0
  1543. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/dialer_sequence_config_change_campaign_sequence.py +0 -0
  1544. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/dialer_sequence_config_change_object.py +0 -0
  1545. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/dialer_sequence_config_change_uri_reference.py +0 -0
  1546. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/dialer_sequence_schedule_config_change_object.py +0 -0
  1547. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/dialer_sequence_schedule_config_change_schedule_interval.py +0 -0
  1548. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/dialer_sequence_schedule_config_change_sequence_schedule.py +0 -0
  1549. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/dialer_sequence_schedule_config_change_uri_reference.py +0 -0
  1550. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/dialer_wrapupcodemapping_config_change_wrap_up_code_mapping.py +0 -0
  1551. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/dialogflow_agent.py +0 -0
  1552. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/dialogflow_agent_summary.py +0 -0
  1553. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/dialogflow_intent.py +0 -0
  1554. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/dialogflow_parameter.py +0 -0
  1555. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/dialogflow_project.py +0 -0
  1556. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/did.py +0 -0
  1557. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/did_number.py +0 -0
  1558. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/did_pool.py +0 -0
  1559. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/digit_length.py +0 -0
  1560. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/digital_action.py +0 -0
  1561. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/digital_data_action_condition_predicate.py +0 -0
  1562. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/digital_rule.py +0 -0
  1563. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/digital_rule_set.py +0 -0
  1564. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/digits.py +0 -0
  1565. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/direct_routing.py +0 -0
  1566. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/direct_routing_call_media_settings.py +0 -0
  1567. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/direct_routing_media_settings.py +0 -0
  1568. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/disallowed_entity_learning_assignment_item.py +0 -0
  1569. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/disallowed_entity_learning_assignment_reference.py +0 -0
  1570. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/disconnect_reason.py +0 -0
  1571. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/division.py +0 -0
  1572. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/division_reference.py +0 -0
  1573. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/dnc_list.py +0 -0
  1574. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/dnc_list_create.py +0 -0
  1575. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/dnc_list_division_view.py +0 -0
  1576. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/dnc_patch_custom_exclusion_columns_request.py +0 -0
  1577. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/dnc_patch_emails_request.py +0 -0
  1578. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/dnc_patch_phone_numbers_request.py +0 -0
  1579. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/dnclist_download_ready_export_uri.py +0 -0
  1580. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/dnclist_download_ready_object.py +0 -0
  1581. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/dnclist_import_status_import_status.py +0 -0
  1582. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/dnclist_import_status_object.py +0 -0
  1583. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/dns_record_entry.py +0 -0
  1584. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/do_not_send_action_settings.py +0 -0
  1585. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/document.py +0 -0
  1586. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/document_article.py +0 -0
  1587. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/document_attribute.py +0 -0
  1588. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/document_audit.py +0 -0
  1589. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/document_body.py +0 -0
  1590. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/document_body_block.py +0 -0
  1591. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/document_body_image.py +0 -0
  1592. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/document_body_list.py +0 -0
  1593. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/document_body_list_block.py +0 -0
  1594. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/document_body_paragraph.py +0 -0
  1595. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/document_body_video.py +0 -0
  1596. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/document_category_input.py +0 -0
  1597. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/document_content_block.py +0 -0
  1598. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/document_faq.py +0 -0
  1599. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/document_listing.py +0 -0
  1600. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/document_query.py +0 -0
  1601. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/document_query_clause.py +0 -0
  1602. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/document_query_interval.py +0 -0
  1603. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/document_query_predicate.py +0 -0
  1604. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/document_reference.py +0 -0
  1605. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/document_text.py +0 -0
  1606. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/document_thumbnail.py +0 -0
  1607. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/document_update.py +0 -0
  1608. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/document_upload.py +0 -0
  1609. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/document_variation.py +0 -0
  1610. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/document_variation_context.py +0 -0
  1611. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/document_variation_listing.py +0 -0
  1612. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/documentation_result.py +0 -0
  1613. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/documentation_search_criteria.py +0 -0
  1614. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/documentation_search_request.py +0 -0
  1615. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/documentation_search_response.py +0 -0
  1616. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/domain_capabilities.py +0 -0
  1617. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/domain_certificate_authority.py +0 -0
  1618. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/domain_edge_software_update_dto.py +0 -0
  1619. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/domain_edge_software_version_dto.py +0 -0
  1620. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/domain_entity.py +0 -0
  1621. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/domain_entity_ref.py +0 -0
  1622. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/domain_logical_interface.py +0 -0
  1623. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/domain_network_address.py +0 -0
  1624. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/domain_network_command_response.py +0 -0
  1625. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/domain_network_route.py +0 -0
  1626. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/domain_org_role_difference.py +0 -0
  1627. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/domain_organization_product.py +0 -0
  1628. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/domain_organization_role.py +0 -0
  1629. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/domain_organization_role_create.py +0 -0
  1630. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/domain_organization_role_update.py +0 -0
  1631. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/domain_permission.py +0 -0
  1632. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/domain_permission_collection.py +0 -0
  1633. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/domain_permission_policy.py +0 -0
  1634. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/domain_physical_capabilities.py +0 -0
  1635. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/domain_physical_interface.py +0 -0
  1636. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/domain_resource_condition_node.py +0 -0
  1637. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/domain_resource_condition_value.py +0 -0
  1638. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/domain_role.py +0 -0
  1639. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/domain_schema_reference.py +0 -0
  1640. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/download_response.py +0 -0
  1641. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/draft.py +0 -0
  1642. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/draft_intents.py +0 -0
  1643. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/draft_listing.py +0 -0
  1644. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/draft_request.py +0 -0
  1645. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/draft_topic_request.py +0 -0
  1646. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/draft_topics.py +0 -0
  1647. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/draft_validation_result.py +0 -0
  1648. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/duration_condition.py +0 -0
  1649. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/dynamic_contact_queueing_settings.py +0 -0
  1650. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/edge.py +0 -0
  1651. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/edge_auto_update_config.py +0 -0
  1652. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/edge_change_topic_edge.py +0 -0
  1653. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/edge_connection_info.py +0 -0
  1654. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/edge_group.py +0 -0
  1655. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/edge_interface.py +0 -0
  1656. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/edge_line.py +0 -0
  1657. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/edge_logical_interfaces_change_topic_domain_logical_interface_change.py +0 -0
  1658. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/edge_logical_interfaces_change_topic_error_info.py +0 -0
  1659. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/edge_logs_job.py +0 -0
  1660. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/edge_logs_job_file.py +0 -0
  1661. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/edge_logs_job_request.py +0 -0
  1662. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/edge_logs_job_response.py +0 -0
  1663. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/edge_logs_job_upload_request.py +0 -0
  1664. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/edge_metrics.py +0 -0
  1665. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/edge_metrics_disk.py +0 -0
  1666. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/edge_metrics_memory.py +0 -0
  1667. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/edge_metrics_network.py +0 -0
  1668. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/edge_metrics_processor.py +0 -0
  1669. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/edge_metrics_subsystem.py +0 -0
  1670. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/edge_metrics_topic_edge_metric_disk.py +0 -0
  1671. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/edge_metrics_topic_edge_metric_memory.py +0 -0
  1672. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/edge_metrics_topic_edge_metric_networks.py +0 -0
  1673. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/edge_metrics_topic_edge_metric_processor.py +0 -0
  1674. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/edge_metrics_topic_edge_metric_subsystem.py +0 -0
  1675. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/edge_metrics_topic_edge_metric_subsystem_media.py +0 -0
  1676. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/edge_metrics_topic_edge_metrics.py +0 -0
  1677. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/edge_metrics_topic_uri_reference.py +0 -0
  1678. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/edge_network_diagnostic.py +0 -0
  1679. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/edge_network_diagnostic_request.py +0 -0
  1680. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/edge_network_diagnostic_response.py +0 -0
  1681. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/edge_reboot_parameters.py +0 -0
  1682. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/edge_service_state_request.py +0 -0
  1683. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/edge_software_update_topic_domain_edge_software_update.py +0 -0
  1684. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/edge_trunk_base.py +0 -0
  1685. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/edge_version_information.py +0 -0
  1686. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/edge_version_report.py +0 -0
  1687. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/education.py +0 -0
  1688. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/effective_configuration.py +0 -0
  1689. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/email.py +0 -0
  1690. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/email_address.py +0 -0
  1691. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/email_attachment.py +0 -0
  1692. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/email_campaign_schedule.py +0 -0
  1693. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/email_column.py +0 -0
  1694. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/email_config.py +0 -0
  1695. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/email_conversation.py +0 -0
  1696. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/email_media_participant.py +0 -0
  1697. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/email_media_policy.py +0 -0
  1698. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/email_media_policy_conditions.py +0 -0
  1699. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/email_message.py +0 -0
  1700. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/email_message_reply.py +0 -0
  1701. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/email_outbound_domain_result.py +0 -0
  1702. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/email_setup.py +0 -0
  1703. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/emails_settings.py +0 -0
  1704. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/embedded_integration.py +0 -0
  1705. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/emergency_call_flow.py +0 -0
  1706. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/emergency_group.py +0 -0
  1707. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/employer_info.py +0 -0
  1708. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/empty.py +0 -0
  1709. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/encryption_key.py +0 -0
  1710. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/end_consult_transfer_event.py +0 -0
  1711. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/end_transfer_event.py +0 -0
  1712. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/endpoint.py +0 -0
  1713. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/entity.py +0 -0
  1714. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/entity_listing.py +0 -0
  1715. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/entity_type_criteria.py +0 -0
  1716. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/entry.py +0 -0
  1717. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/error_body.py +0 -0
  1718. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/error_details.py +0 -0
  1719. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/error_info.py +0 -0
  1720. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/estimate_job_async_response.py +0 -0
  1721. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/estimated_wait_time_predictions.py +0 -0
  1722. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/evaluation_aggregate_data_container.py +0 -0
  1723. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/evaluation_aggregate_query_clause.py +0 -0
  1724. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/evaluation_aggregate_query_filter.py +0 -0
  1725. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/evaluation_aggregate_query_predicate.py +0 -0
  1726. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/evaluation_aggregate_query_response.py +0 -0
  1727. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/evaluation_aggregation_query.py +0 -0
  1728. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/evaluation_aggregation_query_me.py +0 -0
  1729. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/evaluation_aggregation_view.py +0 -0
  1730. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/evaluation_assignment.py +0 -0
  1731. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/evaluation_detail_query_clause.py +0 -0
  1732. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/evaluation_detail_query_filter.py +0 -0
  1733. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/evaluation_form.py +0 -0
  1734. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/evaluation_form_and_scoring_set.py +0 -0
  1735. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/evaluation_form_response.py +0 -0
  1736. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/evaluation_quality_v2_topic_calibration.py +0 -0
  1737. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/evaluation_quality_v2_topic_evaluation_scoring_set.py +0 -0
  1738. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/evaluation_quality_v2_topic_evaluation_source.py +0 -0
  1739. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/evaluation_quality_v2_topic_evaluation_v2.py +0 -0
  1740. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/evaluation_quality_v2_topic_user.py +0 -0
  1741. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/evaluation_question.py +0 -0
  1742. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/evaluation_question_group.py +0 -0
  1743. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/evaluation_question_group_score.py +0 -0
  1744. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/evaluation_question_score.py +0 -0
  1745. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/evaluation_scoring_set.py +0 -0
  1746. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/evaluation_settings.py +0 -0
  1747. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/evaluation_settings_assignee.py +0 -0
  1748. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/evaluation_source.py +0 -0
  1749. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/evaluation_version.py +0 -0
  1750. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/evaluator_activity.py +0 -0
  1751. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/event_co_browse.py +0 -0
  1752. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/event_condition.py +0 -0
  1753. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/event_error.py +0 -0
  1754. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/event_log.py +0 -0
  1755. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/event_message.py +0 -0
  1756. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/event_presence.py +0 -0
  1757. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/event_setting.py +0 -0
  1758. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/event_typing.py +0 -0
  1759. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/execute_recording_jobs_query.py +0 -0
  1760. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/expandable_web_deployment_entity_listing.py +0 -0
  1761. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/expansion_criterium.py +0 -0
  1762. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/expired_edge_listing.py +0 -0
  1763. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/export_script_request.py +0 -0
  1764. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/export_script_response.py +0 -0
  1765. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/export_uri.py +0 -0
  1766. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/extension.py +0 -0
  1767. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/extension_pool.py +0 -0
  1768. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/external_contact.py +0 -0
  1769. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/external_contacts_contact_changed_topic_contact.py +0 -0
  1770. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/external_contacts_contact_changed_topic_contact_address.py +0 -0
  1771. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/external_contacts_contact_changed_topic_facebook_id.py +0 -0
  1772. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/external_contacts_contact_changed_topic_facebook_scoped_id.py +0 -0
  1773. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/external_contacts_contact_changed_topic_line_id.py +0 -0
  1774. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/external_contacts_contact_changed_topic_line_user_id.py +0 -0
  1775. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/external_contacts_contact_changed_topic_phone_number.py +0 -0
  1776. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/external_contacts_contact_changed_topic_twitter_id.py +0 -0
  1777. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/external_contacts_contact_changed_topic_whats_app_id.py +0 -0
  1778. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/external_contacts_unresolved_contact_changed_topic_contact.py +0 -0
  1779. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/external_contacts_unresolved_contact_changed_topic_contact_address.py +0 -0
  1780. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/external_contacts_unresolved_contact_changed_topic_facebook_id.py +0 -0
  1781. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/external_contacts_unresolved_contact_changed_topic_facebook_scoped_id.py +0 -0
  1782. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/external_contacts_unresolved_contact_changed_topic_line_id.py +0 -0
  1783. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/external_contacts_unresolved_contact_changed_topic_line_user_id.py +0 -0
  1784. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/external_contacts_unresolved_contact_changed_topic_phone_number.py +0 -0
  1785. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/external_contacts_unresolved_contact_changed_topic_twitter_id.py +0 -0
  1786. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/external_contacts_unresolved_contact_changed_topic_whats_app_id.py +0 -0
  1787. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/external_data_source.py +0 -0
  1788. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/external_established_event.py +0 -0
  1789. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/external_metric_data_item.py +0 -0
  1790. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/external_metric_data_processed_item.py +0 -0
  1791. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/external_metric_data_unprocessed_item.py +0 -0
  1792. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/external_metric_data_write_request.py +0 -0
  1793. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/external_metric_data_write_response.py +0 -0
  1794. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/external_metric_definition.py +0 -0
  1795. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/external_metric_definition_create_request.py +0 -0
  1796. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/external_metric_definition_update_request.py +0 -0
  1797. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/external_organization.py +0 -0
  1798. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/external_organization_trustor_link.py +0 -0
  1799. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/external_segment.py +0 -0
  1800. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/facebook_app_credentials.py +0 -0
  1801. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/facebook_id.py +0 -0
  1802. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/facebook_integration.py +0 -0
  1803. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/facebook_integration_request.py +0 -0
  1804. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/facebook_integration_update_request.py +0 -0
  1805. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/facebook_scoped_id.py +0 -0
  1806. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/facet.py +0 -0
  1807. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/facet_entry.py +0 -0
  1808. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/facet_info.py +0 -0
  1809. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/facet_key_attribute.py +0 -0
  1810. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/facet_statistics.py +0 -0
  1811. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/facet_term.py +0 -0
  1812. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/failed_object.py +0 -0
  1813. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/fax_document.py +0 -0
  1814. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/fax_send_request.py +0 -0
  1815. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/fax_send_response.py +0 -0
  1816. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/fax_status.py +0 -0
  1817. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/fax_summary.py +0 -0
  1818. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/fax_topic_fax_data_v2.py +0 -0
  1819. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/fax_topic_lock_data.py +0 -0
  1820. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/fax_topic_user_data.py +0 -0
  1821. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/fax_topic_workspace_data.py +0 -0
  1822. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/feature_state.py +0 -0
  1823. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/field_config.py +0 -0
  1824. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/field_configs.py +0 -0
  1825. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/field_list.py +0 -0
  1826. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/file_upload_mode.py +0 -0
  1827. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/filter.py +0 -0
  1828. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/filter_preview_response.py +0 -0
  1829. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/flow.py +0 -0
  1830. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/flow_aggregate_data_container.py +0 -0
  1831. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/flow_aggregate_query_clause.py +0 -0
  1832. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/flow_aggregate_query_filter.py +0 -0
  1833. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/flow_aggregate_query_predicate.py +0 -0
  1834. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/flow_aggregate_query_response.py +0 -0
  1835. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/flow_aggregation_query.py +0 -0
  1836. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/flow_aggregation_view.py +0 -0
  1837. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/flow_diagnostic_info.py +0 -0
  1838. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/flow_division_view.py +0 -0
  1839. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/flow_end_detail_event_topic_flow_end_event.py +0 -0
  1840. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/flow_execution_launch_request.py +0 -0
  1841. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/flow_execution_launch_response.py +0 -0
  1842. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/flow_metrics_topic_flow_metric_record.py +0 -0
  1843. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/flow_metrics_topic_flow_outcome.py +0 -0
  1844. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/flow_metrics_topic_flow_proposed_agent.py +0 -0
  1845. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/flow_metrics_topic_flow_scored_agent.py +0 -0
  1846. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/flow_milestone.py +0 -0
  1847. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/flow_milestone_division_view.py +0 -0
  1848. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/flow_observation_data_container.py +0 -0
  1849. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/flow_observation_query.py +0 -0
  1850. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/flow_observation_query_clause.py +0 -0
  1851. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/flow_observation_query_filter.py +0 -0
  1852. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/flow_observation_query_predicate.py +0 -0
  1853. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/flow_observation_query_response.py +0 -0
  1854. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/flow_outcome.py +0 -0
  1855. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/flow_outcome_division_view.py +0 -0
  1856. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/flow_runtime_execution.py +0 -0
  1857. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/flow_start_detail_event_topic_flow_start_event.py +0 -0
  1858. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/flow_version.py +0 -0
  1859. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/footer_template.py +0 -0
  1860. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/forecast_abandon_rate_response.py +0 -0
  1861. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/forecast_average_speed_of_answer_response.py +0 -0
  1862. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/forecast_planning_group_data.py +0 -0
  1863. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/forecast_planning_group_response.py +0 -0
  1864. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/forecast_planning_groups_response.py +0 -0
  1865. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/forecast_service_goal_template_response.py +0 -0
  1866. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/forecast_service_level_response.py +0 -0
  1867. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/forecast_source_day_pointer.py +0 -0
  1868. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/format.py +0 -0
  1869. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/forms_track_trigger.py +0 -0
  1870. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/free_seating_configuration.py +0 -0
  1871. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/from_email_address.py +0 -0
  1872. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/full_day_time_off_marker.py +0 -0
  1873. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/g_suite.py +0 -0
  1874. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/gamification_scorecard_change_topic_metric.py +0 -0
  1875. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/gamification_scorecard_change_topic_performance_metric.py +0 -0
  1876. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/gamification_scorecard_change_topic_punctuality_event.py +0 -0
  1877. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/gamification_scorecard_change_topic_scorecard_change.py +0 -0
  1878. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/gamification_status.py +0 -0
  1879. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/gdpr_journey_customer.py +0 -0
  1880. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/gdpr_request.py +0 -0
  1881. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/gdpr_subject.py +0 -0
  1882. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/general_program_job.py +0 -0
  1883. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/general_program_job_request.py +0 -0
  1884. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/general_topic.py +0 -0
  1885. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/general_topics_entity_listing.py +0 -0
  1886. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/generate_bu_forecast_request.py +0 -0
  1887. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/generic_saml.py +0 -0
  1888. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/generic_template.py +0 -0
  1889. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/genesys_bot_connector.py +0 -0
  1890. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/geolocation.py +0 -0
  1891. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/geolocation_event_geolocation.py +0 -0
  1892. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/geolocation_settings.py +0 -0
  1893. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/get_metric_definitions_response.py +0 -0
  1894. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/get_metric_response.py +0 -0
  1895. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/get_metrics_response.py +0 -0
  1896. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/get_profiles_response.py +0 -0
  1897. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/get_templates_response.py +0 -0
  1898. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/gkn_documentation_result.py +0 -0
  1899. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/gkn_documentation_search_criteria.py +0 -0
  1900. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/gkn_documentation_search_request.py +0 -0
  1901. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/gkn_documentation_search_response.py +0 -0
  1902. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/google_dialogflow_custom_settings.py +0 -0
  1903. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/greeting.py +0 -0
  1904. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/greeting_audio_file.py +0 -0
  1905. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/greeting_media_info.py +0 -0
  1906. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/greeting_owner.py +0 -0
  1907. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/group.py +0 -0
  1908. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/group_contact.py +0 -0
  1909. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/group_create.py +0 -0
  1910. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/group_greeting_event_greeting.py +0 -0
  1911. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/group_greeting_event_greeting_audio_file.py +0 -0
  1912. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/group_greeting_event_greeting_owner.py +0 -0
  1913. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/group_members_update.py +0 -0
  1914. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/group_profile.py +0 -0
  1915. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/group_search_criteria.py +0 -0
  1916. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/group_search_request.py +0 -0
  1917. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/group_update.py +0 -0
  1918. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/groups_search_response.py +0 -0
  1919. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/guest_category_reference.py +0 -0
  1920. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/guest_category_response.py +0 -0
  1921. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/guest_category_response_listing.py +0 -0
  1922. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/guest_member_info.py +0 -0
  1923. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/headcount_forecast.py +0 -0
  1924. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/headcount_interval.py +0 -0
  1925. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/help_link.py +0 -0
  1926. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/help_settings.py +0 -0
  1927. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/historical_adherence_actuals.py +0 -0
  1928. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/historical_adherence_day_metrics.py +0 -0
  1929. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/historical_adherence_exception_info.py +0 -0
  1930. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/historical_adherence_query_result.py +0 -0
  1931. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/historical_import_delete_job_response.py +0 -0
  1932. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/historical_import_status.py +0 -0
  1933. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/historical_import_status_listing.py +0 -0
  1934. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/historical_shrinkage_activity_category_response.py +0 -0
  1935. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/historical_shrinkage_activity_code_response.py +0 -0
  1936. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/historical_shrinkage_aggregate_response.py +0 -0
  1937. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/historical_shrinkage_result.py +0 -0
  1938. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/historical_shrinkage_result_listing.py +0 -0
  1939. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/history_entry.py +0 -0
  1940. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/history_listing.py +0 -0
  1941. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/hold_updated_event.py +0 -0
  1942. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/homer_record.py +0 -0
  1943. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/hris_time_off_type.py +0 -0
  1944. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/humanize.py +0 -0
  1945. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/identifier_claim_request.py +0 -0
  1946. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/identity_now.py +0 -0
  1947. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/idle_event_trigger.py +0 -0
  1948. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/ignored_activity_categories.py +0 -0
  1949. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/import_error.py +0 -0
  1950. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/import_forecast_response.py +0 -0
  1951. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/import_forecast_upload_response.py +0 -0
  1952. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/import_report.py +0 -0
  1953. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/import_schedule_upload_response.py +0 -0
  1954. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/import_schedule_upload_schema.py +0 -0
  1955. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/import_script_status_response.py +0 -0
  1956. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/import_status.py +0 -0
  1957. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/import_status_request.py +0 -0
  1958. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/inbound_domain.py +0 -0
  1959. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/inbound_domain_patch_request.py +0 -0
  1960. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/inbound_message_request.py +0 -0
  1961. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/inbound_only_setting.py +0 -0
  1962. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/inbound_route.py +0 -0
  1963. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/infrastructureascode_job.py +0 -0
  1964. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/initial_configuration.py +0 -0
  1965. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/initiate_screen_recording.py +0 -0
  1966. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/initiating_action.py +0 -0
  1967. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/instagram_id.py +0 -0
  1968. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/instagram_scoped_id.py +0 -0
  1969. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/integration.py +0 -0
  1970. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/integration_action.py +0 -0
  1971. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/integration_action_fields.py +0 -0
  1972. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/integration_configuration.py +0 -0
  1973. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/integration_configuration_info.py +0 -0
  1974. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/integration_export.py +0 -0
  1975. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/integration_status_info.py +0 -0
  1976. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/integration_type.py +0 -0
  1977. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/intent.py +0 -0
  1978. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/intent_definition.py +0 -0
  1979. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/intent_feedback.py +0 -0
  1980. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/interaction_stats_alert.py +0 -0
  1981. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/interaction_stats_rule.py +0 -0
  1982. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/intraday_performance_prediction_data.py +0 -0
  1983. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/intraday_planning_group_request.py +0 -0
  1984. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/invalid_assignment.py +0 -0
  1985. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/ip_address_authentication.py +0 -0
  1986. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/ip_address_range.py +0 -0
  1987. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/ip_address_range_listing.py +0 -0
  1988. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/item_validation_limits.py +0 -0
  1989. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/items.py +0 -0
  1990. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/ivr.py +0 -0
  1991. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/ivr_established_event.py +0 -0
  1992. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/journey.py +0 -0
  1993. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/journey_action.py +0 -0
  1994. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/journey_action_map.py +0 -0
  1995. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/journey_aggregate_data_container.py +0 -0
  1996. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/journey_aggregate_query_clause.py +0 -0
  1997. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/journey_aggregate_query_filter.py +0 -0
  1998. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/journey_aggregate_query_response.py +0 -0
  1999. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/journey_aggregation_query.py +0 -0
  2000. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/journey_aggregation_view.py +0 -0
  2001. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/journey_app.py +0 -0
  2002. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/journey_campaign.py +0 -0
  2003. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/journey_context.py +0 -0
  2004. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/journey_customer.py +0 -0
  2005. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/journey_customer_session.py +0 -0
  2006. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/journey_events_settings.py +0 -0
  2007. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/journey_geolocation.py +0 -0
  2008. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/journey_outcome_events_notification_action_map.py +0 -0
  2009. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/journey_outcome_events_notification_associated_value.py +0 -0
  2010. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/journey_outcome_events_notification_browser.py +0 -0
  2011. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/journey_outcome_events_notification_device.py +0 -0
  2012. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/journey_outcome_events_notification_external_contact.py +0 -0
  2013. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/journey_outcome_events_notification_geo_location.py +0 -0
  2014. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/journey_outcome_events_notification_mkt_campaign.py +0 -0
  2015. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/journey_outcome_events_notification_outcome.py +0 -0
  2016. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/journey_outcome_events_notification_outcome_achieved_message.py +0 -0
  2017. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/journey_outcome_events_notification_outcome_attribution_message.py +0 -0
  2018. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/journey_outcome_events_notification_outcome_events_notification.py +0 -0
  2019. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/journey_outcome_events_notification_outcome_touchpoint.py +0 -0
  2020. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/journey_outcome_events_notification_outcome_touchpoint_channel.py +0 -0
  2021. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/journey_outcome_events_notification_referrer.py +0 -0
  2022. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/journey_outcome_events_notification_segment.py +0 -0
  2023. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/journey_outcome_events_notification_session.py +0 -0
  2024. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/journey_page.py +0 -0
  2025. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/journey_pattern.py +0 -0
  2026. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/journey_segment.py +0 -0
  2027. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/journey_session_events_notification_browser.py +0 -0
  2028. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/journey_session_events_notification_connected_queue.py +0 -0
  2029. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/journey_session_events_notification_conversation.py +0 -0
  2030. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/journey_session_events_notification_conversation_channel.py +0 -0
  2031. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/journey_session_events_notification_conversation_user_disposition.py +0 -0
  2032. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/journey_session_events_notification_device.py +0 -0
  2033. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/journey_session_events_notification_external_contact.py +0 -0
  2034. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/journey_session_events_notification_geo_location.py +0 -0
  2035. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/journey_session_events_notification_mkt_campaign.py +0 -0
  2036. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/journey_session_events_notification_outcome.py +0 -0
  2037. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/journey_session_events_notification_outcome_achievement.py +0 -0
  2038. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/journey_session_events_notification_page.py +0 -0
  2039. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/journey_session_events_notification_referrer.py +0 -0
  2040. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/journey_session_events_notification_segment.py +0 -0
  2041. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/journey_session_events_notification_segment_assignment.py +0 -0
  2042. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/journey_session_events_notification_session_event.py +0 -0
  2043. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/journey_session_events_notification_session_last_event.py +0 -0
  2044. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/journey_session_events_notification_user.py +0 -0
  2045. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/journey_survey_question.py +0 -0
  2046. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/journey_web_action_events_notification_action_map.py +0 -0
  2047. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/journey_web_action_events_notification_action_map_page_url_condition.py +0 -0
  2048. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/journey_web_action_events_notification_action_target.py +0 -0
  2049. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/journey_web_action_events_notification_blocked_web_action_offer_message.py +0 -0
  2050. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/journey_web_action_events_notification_browser.py +0 -0
  2051. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/journey_web_action_events_notification_device.py +0 -0
  2052. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/journey_web_action_events_notification_emergency_group.py +0 -0
  2053. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/journey_web_action_events_notification_event_action.py +0 -0
  2054. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/journey_web_action_events_notification_external_contact.py +0 -0
  2055. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/journey_web_action_events_notification_geo_location.py +0 -0
  2056. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/journey_web_action_events_notification_mkt_campaign.py +0 -0
  2057. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/journey_web_action_events_notification_referrer.py +0 -0
  2058. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/journey_web_action_events_notification_schedule_group.py +0 -0
  2059. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/journey_web_action_events_notification_session.py +0 -0
  2060. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/journey_web_action_events_notification_web_action_events_notification.py +0 -0
  2061. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/journey_web_action_events_notification_web_action_message.py +0 -0
  2062. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/journey_web_events_notification_action_map.py +0 -0
  2063. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/journey_web_events_notification_action_target.py +0 -0
  2064. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/journey_web_events_notification_associated_value.py +0 -0
  2065. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/journey_web_events_notification_browser.py +0 -0
  2066. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/journey_web_events_notification_custom_event_attribute.py +0 -0
  2067. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/journey_web_events_notification_device.py +0 -0
  2068. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/journey_web_events_notification_event_action.py +0 -0
  2069. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/journey_web_events_notification_external_contact.py +0 -0
  2070. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/journey_web_events_notification_geo_location.py +0 -0
  2071. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/journey_web_events_notification_mkt_campaign.py +0 -0
  2072. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/journey_web_events_notification_outcome.py +0 -0
  2073. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/journey_web_events_notification_outcome_achieved_message.py +0 -0
  2074. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/journey_web_events_notification_page.py +0 -0
  2075. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/journey_web_events_notification_referrer.py +0 -0
  2076. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/journey_web_events_notification_segment.py +0 -0
  2077. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/journey_web_events_notification_segment_assignment_message.py +0 -0
  2078. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/journey_web_events_notification_session.py +0 -0
  2079. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/journey_web_events_notification_web_action_message.py +0 -0
  2080. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/journey_web_events_notification_web_events_notification.py +0 -0
  2081. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/journey_web_events_notification_web_message.py +0 -0
  2082. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/json_cursor_search_response.py +0 -0
  2083. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/json_node.py +0 -0
  2084. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/json_node_search_response.py +0 -0
  2085. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/json_schema_document.py +0 -0
  2086. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/json_search_response.py +0 -0
  2087. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/key_performance_indicator.py +0 -0
  2088. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/key_performance_indicator_assessment.py +0 -0
  2089. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/key_rotation_schedule.py +0 -0
  2090. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/key_value.py +0 -0
  2091. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/klaxon_heart_beat_alerts_topic_heart_beat_alert.py +0 -0
  2092. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/klaxon_heart_beat_alerts_topic_notification_user.py +0 -0
  2093. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/klaxon_heart_beat_rules_topic_heart_beat_rule.py +0 -0
  2094. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/klaxon_heart_beat_rules_topic_notification_user.py +0 -0
  2095. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/klaxon_interaction_stats_alerts_topic_interaction_stat_alert.py +0 -0
  2096. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/klaxon_interaction_stats_alerts_topic_notification_user.py +0 -0
  2097. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/klaxon_interaction_stats_rules_topic_interaction_stat_rule.py +0 -0
  2098. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/klaxon_interaction_stats_rules_topic_notification_user.py +0 -0
  2099. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/knowledge.py +0 -0
  2100. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/knowledge_base.py +0 -0
  2101. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/knowledge_base_listing.py +0 -0
  2102. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/knowledge_base_reference.py +0 -0
  2103. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/knowledge_category.py +0 -0
  2104. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/knowledge_category_request.py +0 -0
  2105. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/knowledge_context_reference.py +0 -0
  2106. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/knowledge_context_value_reference.py +0 -0
  2107. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/knowledge_conversation_context.py +0 -0
  2108. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/knowledge_conversation_context_response.py +0 -0
  2109. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/knowledge_document.py +0 -0
  2110. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/knowledge_document_alternative.py +0 -0
  2111. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/knowledge_document_bulk_request.py +0 -0
  2112. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/knowledge_document_guest_search.py +0 -0
  2113. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/knowledge_document_guest_search_request.py +0 -0
  2114. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/knowledge_document_guest_search_result.py +0 -0
  2115. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/knowledge_document_reference.py +0 -0
  2116. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/knowledge_document_req.py +0 -0
  2117. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/knowledge_document_request.py +0 -0
  2118. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/knowledge_document_response.py +0 -0
  2119. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/knowledge_document_response_listing.py +0 -0
  2120. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/knowledge_document_search.py +0 -0
  2121. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/knowledge_document_search_request.py +0 -0
  2122. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/knowledge_document_search_result.py +0 -0
  2123. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/knowledge_document_suggestion.py +0 -0
  2124. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/knowledge_document_suggestion_request.py +0 -0
  2125. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/knowledge_document_suggestion_result.py +0 -0
  2126. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/knowledge_document_suggestion_result_document.py +0 -0
  2127. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/knowledge_document_version.py +0 -0
  2128. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/knowledge_document_version_listing.py +0 -0
  2129. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/knowledge_document_version_variation.py +0 -0
  2130. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/knowledge_document_version_variation_listing.py +0 -0
  2131. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/knowledge_export_job_documents_filter.py +0 -0
  2132. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/knowledge_export_job_filter.py +0 -0
  2133. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/knowledge_export_job_request.py +0 -0
  2134. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/knowledge_export_job_response.py +0 -0
  2135. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/knowledge_extended_category.py +0 -0
  2136. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/knowledge_group_statistics.py +0 -0
  2137. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/knowledge_guest_document.py +0 -0
  2138. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/knowledge_guest_document_response_listing.py +0 -0
  2139. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/knowledge_guest_document_suggestion.py +0 -0
  2140. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/knowledge_guest_document_suggestion_request.py +0 -0
  2141. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/knowledge_guest_document_suggestion_result.py +0 -0
  2142. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/knowledge_guest_document_variation.py +0 -0
  2143. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/knowledge_guest_document_variation_context.py +0 -0
  2144. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/knowledge_guest_session.py +0 -0
  2145. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/knowledge_guest_session_app.py +0 -0
  2146. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/knowledge_guest_session_context.py +0 -0
  2147. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/knowledge_import.py +0 -0
  2148. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/knowledge_import_job_error.py +0 -0
  2149. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/knowledge_import_job_report.py +0 -0
  2150. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/knowledge_import_job_request.py +0 -0
  2151. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/knowledge_import_job_response.py +0 -0
  2152. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/knowledge_import_job_settings.py +0 -0
  2153. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/knowledge_import_job_statistics.py +0 -0
  2154. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/knowledge_search_client_application.py +0 -0
  2155. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/knowledge_search_document.py +0 -0
  2156. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/knowledge_search_request.py +0 -0
  2157. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/knowledge_search_response.py +0 -0
  2158. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/knowledge_training.py +0 -0
  2159. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/kpi_result.py +0 -0
  2160. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/label_create_request.py +0 -0
  2161. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/label_listing.py +0 -0
  2162. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/label_response.py +0 -0
  2163. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/label_update_request.py +0 -0
  2164. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/language.py +0 -0
  2165. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/language_override.py +0 -0
  2166. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/language_reference.py +0 -0
  2167. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/last_attempt_by_column_condition_settings.py +0 -0
  2168. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/last_attempt_overall_condition_settings.py +0 -0
  2169. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/last_result_by_column_condition_settings.py +0 -0
  2170. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/last_result_overall_condition_settings.py +0 -0
  2171. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/launcher_button_settings.py +0 -0
  2172. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/leaderboard.py +0 -0
  2173. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/leaderboard_item.py +0 -0
  2174. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/learning_assessment.py +0 -0
  2175. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/learning_assessment_scoring_request.py +0 -0
  2176. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/learning_assignment.py +0 -0
  2177. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/learning_assignment_aggregate_param.py +0 -0
  2178. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/learning_assignment_aggregate_query_request_clause.py +0 -0
  2179. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/learning_assignment_aggregate_query_request_filter.py +0 -0
  2180. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/learning_assignment_aggregate_query_request_predicate.py +0 -0
  2181. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/learning_assignment_aggregate_query_response_data.py +0 -0
  2182. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/learning_assignment_aggregate_query_response_grouped_data.py +0 -0
  2183. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/learning_assignment_aggregate_query_response_metric.py +0 -0
  2184. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/learning_assignment_aggregate_query_response_stats.py +0 -0
  2185. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/learning_assignment_aggregate_response.py +0 -0
  2186. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/learning_assignment_bulk_add_response.py +0 -0
  2187. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/learning_assignment_bulk_remove_response.py +0 -0
  2188. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/learning_assignment_create.py +0 -0
  2189. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/learning_assignment_entity.py +0 -0
  2190. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/learning_assignment_item.py +0 -0
  2191. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/learning_assignment_reassign.py +0 -0
  2192. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/learning_assignment_reference.py +0 -0
  2193. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/learning_assignment_reschedule.py +0 -0
  2194. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/learning_assignment_rule_run_topic_learning_assignment_rule_run_notification.py +0 -0
  2195. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/learning_assignment_rule_run_topic_learning_assignments_created.py +0 -0
  2196. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/learning_assignment_rule_run_topic_learning_module_reference.py +0 -0
  2197. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/learning_assignment_topic_learning_assignment_notification.py +0 -0
  2198. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/learning_assignment_topic_learning_module_reference.py +0 -0
  2199. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/learning_assignment_topic_user_reference.py +0 -0
  2200. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/learning_assignment_update.py +0 -0
  2201. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/learning_assignment_user.py +0 -0
  2202. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/learning_assignment_user_query.py +0 -0
  2203. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/learning_cover_art_thumbnail.py +0 -0
  2204. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/learning_cover_art_upload_url_request.py +0 -0
  2205. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/learning_module.py +0 -0
  2206. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/learning_module_cover_art_request.py +0 -0
  2207. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/learning_module_cover_art_response.py +0 -0
  2208. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/learning_module_inform_step.py +0 -0
  2209. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/learning_module_inform_step_request.py +0 -0
  2210. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/learning_module_job_request.py +0 -0
  2211. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/learning_module_job_response.py +0 -0
  2212. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/learning_module_publish_response.py +0 -0
  2213. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/learning_module_reassign_summary.py +0 -0
  2214. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/learning_module_request.py +0 -0
  2215. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/learning_module_rule.py +0 -0
  2216. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/learning_module_rule_parts.py +0 -0
  2217. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/learning_module_summary.py +0 -0
  2218. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/learning_schedule_slots_query_request.py +0 -0
  2219. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/learning_schedule_slots_query_response.py +0 -0
  2220. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/learning_slot.py +0 -0
  2221. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/learning_slot_full_day_time_off_marker.py +0 -0
  2222. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/learning_slot_schedule_activity.py +0 -0
  2223. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/learning_slot_wfm_schedule_activity.py +0 -0
  2224. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/lex_bot.py +0 -0
  2225. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/lex_bot_alias.py +0 -0
  2226. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/lex_intent.py +0 -0
  2227. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/lex_slot.py +0 -0
  2228. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/library.py +0 -0
  2229. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/license_assignment_request.py +0 -0
  2230. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/license_batch_assignment_request.py +0 -0
  2231. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/license_definition.py +0 -0
  2232. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/license_org_toggle.py +0 -0
  2233. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/license_update_status.py +0 -0
  2234. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/license_user.py +0 -0
  2235. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/limit.py +0 -0
  2236. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/limit_change_request_details.py +0 -0
  2237. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/limit_change_requests_entity_listing.py +0 -0
  2238. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/limits_entity_listing.py +0 -0
  2239. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/line.py +0 -0
  2240. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/line_base.py +0 -0
  2241. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/line_id.py +0 -0
  2242. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/line_integration.py +0 -0
  2243. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/line_integration_request.py +0 -0
  2244. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/line_status.py +0 -0
  2245. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/line_user_id.py +0 -0
  2246. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/list_item_component.py +0 -0
  2247. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/list_wrapper_interval.py +0 -0
  2248. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/list_wrapper_secondary_presence.py +0 -0
  2249. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/list_wrapper_shift_start_variance.py +0 -0
  2250. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/list_wrapper_string.py +0 -0
  2251. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/listed_program.py +0 -0
  2252. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/listed_topic.py +0 -0
  2253. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/local_date_range.py +0 -0
  2254. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/local_encryption_configuration.py +0 -0
  2255. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/local_encryption_key_request.py +0 -0
  2256. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/localized_labels.py +0 -0
  2257. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/location.py +0 -0
  2258. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/location_address.py +0 -0
  2259. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/location_address_verification_details.py +0 -0
  2260. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/location_create_definition.py +0 -0
  2261. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/location_definition.py +0 -0
  2262. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/location_emergency_number.py +0 -0
  2263. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/location_image.py +0 -0
  2264. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/location_search_criteria.py +0 -0
  2265. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/location_search_request.py +0 -0
  2266. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/location_update_definition.py +0 -0
  2267. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/locations_search_response.py +0 -0
  2268. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/lock_info.py +0 -0
  2269. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/log_capture_user_configuration.py +0 -0
  2270. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/long_term_forecast_planning_group_data.py +0 -0
  2271. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/long_term_forecast_result.py +0 -0
  2272. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/long_term_forecast_result_response.py +0 -0
  2273. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/mail_from_result.py +0 -0
  2274. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/management_unit.py +0 -0
  2275. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/management_unit_reference.py +0 -0
  2276. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/management_unit_settings_request.py +0 -0
  2277. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/management_unit_settings_response.py +0 -0
  2278. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/manager.py +0 -0
  2279. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/mark_contact_address_uncontactable_action_settings.py +0 -0
  2280. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/mark_contact_uncontactable_action_settings.py +0 -0
  2281. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/markdown.py +0 -0
  2282. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/match_criteria.py +0 -0
  2283. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/match_criteria_test_result.py +0 -0
  2284. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/match_shift_trade_request.py +0 -0
  2285. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/match_shift_trade_response.py +0 -0
  2286. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/match_test_result.py +0 -0
  2287. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/max_length.py +0 -0
  2288. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/max_participants.py +0 -0
  2289. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/media_policies.py +0 -0
  2290. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/media_regions.py +0 -0
  2291. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/media_result.py +0 -0
  2292. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/media_settings.py +0 -0
  2293. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/media_summary.py +0 -0
  2294. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/media_summary_detail.py +0 -0
  2295. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/media_transcription.py +0 -0
  2296. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/media_type.py +0 -0
  2297. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/media_type_access.py +0 -0
  2298. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/media_types.py +0 -0
  2299. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/media_utilization.py +0 -0
  2300. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/member.py +0 -0
  2301. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/member_entity.py +0 -0
  2302. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/member_group.py +0 -0
  2303. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/member_listing.py +0 -0
  2304. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/merge_operation.py +0 -0
  2305. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/merge_request.py +0 -0
  2306. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/message_content.py +0 -0
  2307. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/message_conversation.py +0 -0
  2308. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/message_data.py +0 -0
  2309. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/message_details.py +0 -0
  2310. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/message_evaluation.py +0 -0
  2311. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/message_event.py +0 -0
  2312. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/message_info.py +0 -0
  2313. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/message_media.py +0 -0
  2314. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/message_media_attachment.py +0 -0
  2315. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/message_media_data.py +0 -0
  2316. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/message_media_policy.py +0 -0
  2317. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/message_media_policy_conditions.py +0 -0
  2318. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/message_sticker.py +0 -0
  2319. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/message_sticker_attachment.py +0 -0
  2320. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/message_typing_event_request.py +0 -0
  2321. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/messaging_campaign.py +0 -0
  2322. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/messaging_campaign_division_view.py +0 -0
  2323. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/messaging_campaign_schedule.py +0 -0
  2324. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/messaging_integration.py +0 -0
  2325. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/messaging_recipient.py +0 -0
  2326. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/messaging_setting_reference.py +0 -0
  2327. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/messaging_setting_request_reference.py +0 -0
  2328. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/messaging_sticker.py +0 -0
  2329. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/messaging_template.py +0 -0
  2330. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/messaging_template_request.py +0 -0
  2331. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/messenger_apps.py +0 -0
  2332. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/messenger_home_screen.py +0 -0
  2333. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/messenger_settings.py +0 -0
  2334. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/messenger_styles.py +0 -0
  2335. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/meta_data.py +0 -0
  2336. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/metabase.py +0 -0
  2337. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/metered_assignment_by_agent.py +0 -0
  2338. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/metered_evaluation_assignment.py +0 -0
  2339. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/metric.py +0 -0
  2340. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/metric_definition.py +0 -0
  2341. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/metric_value_trend_average.py +0 -0
  2342. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/metrics.py +0 -0
  2343. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/min_length.py +0 -0
  2344. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/mined_intents_listing.py +0 -0
  2345. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/miner.py +0 -0
  2346. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/miner_execute_request.py +0 -0
  2347. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/miner_intent.py +0 -0
  2348. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/miner_listing.py +0 -0
  2349. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/miner_topic.py +0 -0
  2350. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/miner_topic_phrase.py +0 -0
  2351. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/miner_topics_listing.py +0 -0
  2352. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/modeling_processing_error.py +0 -0
  2353. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/modeling_status_response.py +0 -0
  2354. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/move_management_unit_request.py +0 -0
  2355. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/move_management_unit_response.py +0 -0
  2356. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/mu_reschedule_result_wrapper.py +0 -0
  2357. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/named_entity.py +0 -0
  2358. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/named_entity_annotation.py +0 -0
  2359. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/named_entity_definition.py +0 -0
  2360. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/named_entity_type_binding.py +0 -0
  2361. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/named_entity_type_definition.py +0 -0
  2362. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/named_entity_type_item.py +0 -0
  2363. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/named_entity_type_mechanism.py +0 -0
  2364. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/network_connectivity.py +0 -0
  2365. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/nlu_confusion_matrix_column.py +0 -0
  2366. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/nlu_confusion_matrix_row.py +0 -0
  2367. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/nlu_detection_context.py +0 -0
  2368. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/nlu_detection_input.py +0 -0
  2369. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/nlu_detection_output.py +0 -0
  2370. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/nlu_detection_request.py +0 -0
  2371. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/nlu_detection_response.py +0 -0
  2372. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/nlu_domain.py +0 -0
  2373. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/nlu_domain_version.py +0 -0
  2374. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/nlu_domain_version_quality_report.py +0 -0
  2375. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/nlu_domain_version_training_response.py +0 -0
  2376. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/nlu_feedback_request.py +0 -0
  2377. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/nlu_feedback_response.py +0 -0
  2378. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/nlu_info.py +0 -0
  2379. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/nlu_quality_report_summary.py +0 -0
  2380. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/nlu_quality_report_summary_metric.py +0 -0
  2381. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/nlu_utterance.py +0 -0
  2382. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/nlu_utterance_segment.py +0 -0
  2383. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/note.py +0 -0
  2384. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/notification_template_body.py +0 -0
  2385. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/notification_template_footer.py +0 -0
  2386. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/notification_template_header.py +0 -0
  2387. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/notification_template_parameter.py +0 -0
  2388. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/notifications_response.py +0 -0
  2389. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/ntp_settings.py +0 -0
  2390. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/nuance_mix_dlg_settings.py +0 -0
  2391. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/number.py +0 -0
  2392. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/number_plan.py +0 -0
  2393. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/numeric_range.py +0 -0
  2394. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/o_auth_authorization.py +0 -0
  2395. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/o_auth_authorization_listing.py +0 -0
  2396. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/o_auth_client.py +0 -0
  2397. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/o_auth_client_listing.py +0 -0
  2398. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/o_auth_client_request.py +0 -0
  2399. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/o_auth_last_token_issued.py +0 -0
  2400. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/o_auth_provider.py +0 -0
  2401. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/o_auth_scope.py +0 -0
  2402. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/o_auth_scope_listing.py +0 -0
  2403. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/objective.py +0 -0
  2404. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/objective_template.py +0 -0
  2405. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/objective_zone.py +0 -0
  2406. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/observation_metric_data.py +0 -0
  2407. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/observation_value.py +0 -0
  2408. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/okta.py +0 -0
  2409. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/one_login.py +0 -0
  2410. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/open_action_fields.py +0 -0
  2411. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/open_integration.py +0 -0
  2412. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/open_integration_request.py +0 -0
  2413. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/open_integration_update_request.py +0 -0
  2414. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/open_message_content.py +0 -0
  2415. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/open_messaging_channel.py +0 -0
  2416. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/open_messaging_from_recipient.py +0 -0
  2417. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/open_messaging_to_recipient.py +0 -0
  2418. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/open_normalized_message.py +0 -0
  2419. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/operation.py +0 -0
  2420. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/opt_in_settings.py +0 -0
  2421. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/org_o_auth_client.py +0 -0
  2422. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/org_user.py +0 -0
  2423. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/org_whitelist_settings.py +0 -0
  2424. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/organization.py +0 -0
  2425. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/organization_features.py +0 -0
  2426. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/organization_presence.py +0 -0
  2427. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/organization_product_entity_listing.py +0 -0
  2428. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/orphan_recording.py +0 -0
  2429. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/orphan_update_request.py +0 -0
  2430. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/other_profile_assignment.py +0 -0
  2431. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/out_of_office.py +0 -0
  2432. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/out_of_office_event_out_of_office.py +0 -0
  2433. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/out_of_office_event_user.py +0 -0
  2434. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/outbound_detail_event_topic_outbound_init_event.py +0 -0
  2435. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/outbound_domain.py +0 -0
  2436. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/outbound_messaging_messaging_campaign_config_change_contact_sort.py +0 -0
  2437. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/outbound_messaging_messaging_campaign_config_change_email_config.py +0 -0
  2438. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/outbound_messaging_messaging_campaign_config_change_error_detail.py +0 -0
  2439. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/outbound_messaging_messaging_campaign_config_change_from_email_address.py +0 -0
  2440. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/outbound_messaging_messaging_campaign_config_change_messaging_campaign.py +0 -0
  2441. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/outbound_messaging_messaging_campaign_config_change_object.py +0 -0
  2442. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/outbound_messaging_messaging_campaign_config_change_reply_to_email_address.py +0 -0
  2443. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/outbound_messaging_messaging_campaign_config_change_response_ref.py +0 -0
  2444. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/outbound_messaging_messaging_campaign_config_change_sms_config.py +0 -0
  2445. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/outbound_messaging_messaging_campaign_config_change_sms_phone_number_ref.py +0 -0
  2446. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/outbound_messaging_messaging_campaign_config_change_uri_reference.py +0 -0
  2447. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/outbound_messaging_messaging_campaign_progress_event_campaign_progress.py +0 -0
  2448. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/outbound_messaging_messaging_campaign_progress_event_object.py +0 -0
  2449. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/outbound_messaging_messaging_campaign_progress_event_uri_reference.py +0 -0
  2450. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/outbound_route.py +0 -0
  2451. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/outbound_route_base.py +0 -0
  2452. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/outbound_settings.py +0 -0
  2453. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/outcome.py +0 -0
  2454. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/outcome_achievement.py +0 -0
  2455. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/outcome_config.py +0 -0
  2456. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/outcome_event_score.py +0 -0
  2457. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/outcome_predictor.py +0 -0
  2458. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/outcome_predictor_listing.py +0 -0
  2459. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/outcome_predictor_request.py +0 -0
  2460. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/outcome_probability_condition.py +0 -0
  2461. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/outcome_ref.py +0 -0
  2462. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/outcome_ref_request.py +0 -0
  2463. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/outcome_scores_result.py +0 -0
  2464. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/overall_best_points.py +0 -0
  2465. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/overall_best_points_item.py +0 -0
  2466. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/page.py +0 -0
  2467. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/paged_namespace_listing.py +0 -0
  2468. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/pageless_domain_entity_listing_evaluation_version.py +0 -0
  2469. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/paging_spec.py +0 -0
  2470. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/parameter.py +0 -0
  2471. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/parsed_certificate.py +0 -0
  2472. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/participant.py +0 -0
  2473. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/participant_attributes.py +0 -0
  2474. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/participant_basic.py +0 -0
  2475. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/participant_metrics.py +0 -0
  2476. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/patch_action.py +0 -0
  2477. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/patch_action_map.py +0 -0
  2478. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/patch_action_map_schedule_groups.py +0 -0
  2479. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/patch_action_properties.py +0 -0
  2480. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/patch_action_survey.py +0 -0
  2481. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/patch_action_target.py +0 -0
  2482. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/patch_action_template.py +0 -0
  2483. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/patch_bu_rescheduling_options_management_unit_request.py +0 -0
  2484. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/patch_bu_rescheduling_options_request.py +0 -0
  2485. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/patch_bu_schedule_run_request.py +0 -0
  2486. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/patch_call_to_action.py +0 -0
  2487. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/patch_callback_request.py +0 -0
  2488. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/patch_callback_response.py +0 -0
  2489. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/patch_close_button_style_properties.py +0 -0
  2490. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/patch_content_offer.py +0 -0
  2491. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/patch_content_offer_style_properties.py +0 -0
  2492. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/patch_content_offer_styling_configuration.py +0 -0
  2493. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/patch_content_position_properties.py +0 -0
  2494. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/patch_cta_button_style_properties.py +0 -0
  2495. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/patch_external_segment.py +0 -0
  2496. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/patch_integration_action.py +0 -0
  2497. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/patch_integration_action_fields.py +0 -0
  2498. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/patch_outcome.py +0 -0
  2499. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/patch_predictor_request.py +0 -0
  2500. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/patch_segment.py +0 -0
  2501. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/patch_shift_trade_request.py +0 -0
  2502. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/patch_survey_question.py +0 -0
  2503. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/patch_text_style_properties.py +0 -0
  2504. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/patch_user.py +0 -0
  2505. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/patch_web_messaging_offer_fields.py +0 -0
  2506. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/performance_profile.py +0 -0
  2507. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/permission_details.py +0 -0
  2508. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/permissions.py +0 -0
  2509. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/phone.py +0 -0
  2510. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/phone_base.py +0 -0
  2511. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/phone_base_settings.py +0 -0
  2512. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/phone_capabilities.py +0 -0
  2513. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/phone_change_topic_edge_reference.py +0 -0
  2514. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/phone_change_topic_line_status.py +0 -0
  2515. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/phone_change_topic_phone.py +0 -0
  2516. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/phone_change_topic_phone_status.py +0 -0
  2517. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/phone_change_topic_provision_info.py +0 -0
  2518. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/phone_change_topic_user_agent_info.py +0 -0
  2519. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/phone_column.py +0 -0
  2520. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/phone_established_event.py +0 -0
  2521. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/phone_number.py +0 -0
  2522. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/phone_number_column.py +0 -0
  2523. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/phone_number_status.py +0 -0
  2524. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/phone_status.py +0 -0
  2525. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/phone_transfer_event.py +0 -0
  2526. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/phones_reboot.py +0 -0
  2527. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/phrase_associations.py +0 -0
  2528. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/pin_configuration.py +0 -0
  2529. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/ping_identity.py +0 -0
  2530. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/planning_group.py +0 -0
  2531. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/planning_group_list.py +0 -0
  2532. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/planning_group_reference.py +0 -0
  2533. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/planning_period_settings.py +0 -0
  2534. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/policy.py +0 -0
  2535. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/policy_actions.py +0 -0
  2536. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/policy_conditions.py +0 -0
  2537. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/policy_create.py +0 -0
  2538. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/policy_error_message.py +0 -0
  2539. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/policy_errors.py +0 -0
  2540. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/policy_update.py +0 -0
  2541. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/position_settings.py +0 -0
  2542. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/possible_work_shifts_for_week.py +0 -0
  2543. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/post_action_input.py +0 -0
  2544. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/post_input_contract.py +0 -0
  2545. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/post_output_contract.py +0 -0
  2546. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/post_text_message.py +0 -0
  2547. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/post_text_request.py +0 -0
  2548. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/post_text_response.py +0 -0
  2549. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/prediction_results.py +0 -0
  2550. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/predictive_routing.py +0 -0
  2551. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/predictor.py +0 -0
  2552. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/predictor_listing.py +0 -0
  2553. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/predictor_model.py +0 -0
  2554. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/predictor_model_brief.py +0 -0
  2555. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/predictor_model_feature.py +0 -0
  2556. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/predictor_model_feature_listing.py +0 -0
  2557. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/predictor_model_retraining_error.py +0 -0
  2558. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/predictor_models.py +0 -0
  2559. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/predictor_schedule.py +0 -0
  2560. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/predictor_workload_balancing.py +0 -0
  2561. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/presence_definition.py +0 -0
  2562. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/presence_detail_query_clause.py +0 -0
  2563. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/presence_detail_query_filter.py +0 -0
  2564. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/presence_detail_query_predicate.py +0 -0
  2565. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/presence_event_organization_presence.py +0 -0
  2566. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/presence_event_user_presence.py +0 -0
  2567. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/presence_settings.py +0 -0
  2568. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/process_schedule_update_upload_request.py +0 -0
  2569. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/program.py +0 -0
  2570. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/program_job.py +0 -0
  2571. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/program_job_request.py +0 -0
  2572. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/program_mappings.py +0 -0
  2573. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/program_mappings_request.py +0 -0
  2574. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/program_request.py +0 -0
  2575. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/program_transcription_engines.py +0 -0
  2576. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/programs_entity_listing.py +0 -0
  2577. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/programs_mappings_entity_listing.py +0 -0
  2578. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/progress_consult_transfer_event.py +0 -0
  2579. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/progress_transfer_event.py +0 -0
  2580. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/prompt.py +0 -0
  2581. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/prompt_asset.py +0 -0
  2582. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/prompt_asset_create.py +0 -0
  2583. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/property_change.py +0 -0
  2584. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/property_index_request.py +0 -0
  2585. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/provision_info.py +0 -0
  2586. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/publish_draft_input.py +0 -0
  2587. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/publish_form.py +0 -0
  2588. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/publish_program_topics_definitions_job.py +0 -0
  2589. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/publish_topic_topics_definitions_job.py +0 -0
  2590. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/published_survey_form_reference.py +0 -0
  2591. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/punctuality_event.py +0 -0
  2592. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/pure_cloud.py +0 -0
  2593. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/pure_engage.py +0 -0
  2594. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/qm_audit_query_request.py +0 -0
  2595. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/quality_audit_log_message.py +0 -0
  2596. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/quality_audit_query_execution_results_response.py +0 -0
  2597. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/quality_audit_query_execution_status_response.py +0 -0
  2598. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/quality_audit_query_filter.py +0 -0
  2599. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/query_adherence_explanations_response.py +0 -0
  2600. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/query_division.py +0 -0
  2601. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/query_facet_info.py +0 -0
  2602. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/query_request.py +0 -0
  2603. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/query_request_clause.py +0 -0
  2604. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/query_request_filter.py +0 -0
  2605. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/query_request_predicate.py +0 -0
  2606. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/query_response_data.py +0 -0
  2607. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/query_response_grouped_data.py +0 -0
  2608. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/query_response_metric.py +0 -0
  2609. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/query_response_stats.py +0 -0
  2610. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/query_result.py +0 -0
  2611. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/query_results.py +0 -0
  2612. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/query_time_off_limit_values_request.py +0 -0
  2613. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/query_time_off_limit_values_response.py +0 -0
  2614. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/query_waitlist_positions_request.py +0 -0
  2615. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue.py +0 -0
  2616. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_call_event_topic_call_conversation.py +0 -0
  2617. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_call_event_topic_call_media_participant.py +0 -0
  2618. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_call_event_topic_conversation_routing_data.py +0 -0
  2619. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_call_event_topic_detail.py +0 -0
  2620. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_call_event_topic_error_body.py +0 -0
  2621. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_call_event_topic_fax_status.py +0 -0
  2622. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_call_event_topic_journey_action.py +0 -0
  2623. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_call_event_topic_journey_action_map.py +0 -0
  2624. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_call_event_topic_journey_context.py +0 -0
  2625. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_call_event_topic_journey_customer.py +0 -0
  2626. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_call_event_topic_journey_customer_session.py +0 -0
  2627. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_call_event_topic_scored_agent.py +0 -0
  2628. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_call_event_topic_uri_reference.py +0 -0
  2629. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_call_event_topic_wrapup.py +0 -0
  2630. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_callback_event_topic_callback_conversation.py +0 -0
  2631. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_callback_event_topic_callback_media_participant.py +0 -0
  2632. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_callback_event_topic_conversation_routing_data.py +0 -0
  2633. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_callback_event_topic_detail.py +0 -0
  2634. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_callback_event_topic_dialer_preview.py +0 -0
  2635. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_callback_event_topic_error_body.py +0 -0
  2636. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_callback_event_topic_journey_action.py +0 -0
  2637. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_callback_event_topic_journey_action_map.py +0 -0
  2638. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_callback_event_topic_journey_context.py +0 -0
  2639. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_callback_event_topic_journey_customer.py +0 -0
  2640. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_callback_event_topic_journey_customer_session.py +0 -0
  2641. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_callback_event_topic_phone_number_column.py +0 -0
  2642. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_callback_event_topic_scored_agent.py +0 -0
  2643. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_callback_event_topic_uri_reference.py +0 -0
  2644. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_callback_event_topic_voicemail.py +0 -0
  2645. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_callback_event_topic_wrapup.py +0 -0
  2646. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_chat_event_topic_chat_conversation.py +0 -0
  2647. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_chat_event_topic_chat_media_participant.py +0 -0
  2648. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_chat_event_topic_conversation_routing_data.py +0 -0
  2649. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_chat_event_topic_detail.py +0 -0
  2650. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_chat_event_topic_error_body.py +0 -0
  2651. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_chat_event_topic_journey_action.py +0 -0
  2652. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_chat_event_topic_journey_action_map.py +0 -0
  2653. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_chat_event_topic_journey_context.py +0 -0
  2654. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_chat_event_topic_journey_customer.py +0 -0
  2655. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_chat_event_topic_journey_customer_session.py +0 -0
  2656. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_chat_event_topic_scored_agent.py +0 -0
  2657. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_chat_event_topic_uri_reference.py +0 -0
  2658. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_chat_event_topic_wrapup.py +0 -0
  2659. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_cobrowse_event_topic_cobrowse_conversation.py +0 -0
  2660. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_cobrowse_event_topic_cobrowse_media_participant.py +0 -0
  2661. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_cobrowse_event_topic_conversation_routing_data.py +0 -0
  2662. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_cobrowse_event_topic_detail.py +0 -0
  2663. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_cobrowse_event_topic_error_body.py +0 -0
  2664. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_cobrowse_event_topic_journey_action.py +0 -0
  2665. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_cobrowse_event_topic_journey_action_map.py +0 -0
  2666. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_cobrowse_event_topic_journey_context.py +0 -0
  2667. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_cobrowse_event_topic_journey_customer.py +0 -0
  2668. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_cobrowse_event_topic_journey_customer_session.py +0 -0
  2669. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_cobrowse_event_topic_scored_agent.py +0 -0
  2670. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_cobrowse_event_topic_uri_reference.py +0 -0
  2671. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_cobrowse_event_topic_wrapup.py +0 -0
  2672. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_email_event_topic_attachment.py +0 -0
  2673. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_email_event_topic_conversation_routing_data.py +0 -0
  2674. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_email_event_topic_detail.py +0 -0
  2675. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_email_event_topic_email_conversation.py +0 -0
  2676. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_email_event_topic_email_media_participant.py +0 -0
  2677. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_email_event_topic_error_body.py +0 -0
  2678. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_email_event_topic_journey_action.py +0 -0
  2679. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_email_event_topic_journey_action_map.py +0 -0
  2680. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_email_event_topic_journey_context.py +0 -0
  2681. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_email_event_topic_journey_customer.py +0 -0
  2682. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_email_event_topic_journey_customer_session.py +0 -0
  2683. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_email_event_topic_scored_agent.py +0 -0
  2684. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_email_event_topic_uri_reference.py +0 -0
  2685. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_email_event_topic_wrapup.py +0 -0
  2686. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_event_topic_address.py +0 -0
  2687. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_event_topic_after_call_work.py +0 -0
  2688. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_event_topic_attachment.py +0 -0
  2689. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_event_topic_call.py +0 -0
  2690. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_event_topic_callback.py +0 -0
  2691. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_event_topic_chat.py +0 -0
  2692. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_event_topic_cobrowse.py +0 -0
  2693. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_event_topic_conversation.py +0 -0
  2694. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_event_topic_conversation_routing_data.py +0 -0
  2695. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_event_topic_destination.py +0 -0
  2696. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_event_topic_dialer_preview.py +0 -0
  2697. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_event_topic_disconnect_reason.py +0 -0
  2698. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_event_topic_email.py +0 -0
  2699. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_event_topic_error_details.py +0 -0
  2700. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_event_topic_fax_status.py +0 -0
  2701. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_event_topic_initiator.py +0 -0
  2702. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_event_topic_journey_action.py +0 -0
  2703. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_event_topic_journey_action_map.py +0 -0
  2704. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_event_topic_journey_context.py +0 -0
  2705. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_event_topic_journey_customer.py +0 -0
  2706. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_event_topic_journey_customer_session.py +0 -0
  2707. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_event_topic_message_details.py +0 -0
  2708. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_event_topic_message_media.py +0 -0
  2709. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_event_topic_message_metadata.py +0 -0
  2710. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_event_topic_message_metadata_content.py +0 -0
  2711. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_event_topic_message_metadata_event.py +0 -0
  2712. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_event_topic_message_sticker.py +0 -0
  2713. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_event_topic_object.py +0 -0
  2714. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_event_topic_participant.py +0 -0
  2715. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_event_topic_phone_number_column.py +0 -0
  2716. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_event_topic_recent_transfer.py +0 -0
  2717. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_event_topic_scored_agent.py +0 -0
  2718. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_event_topic_screenshare.py +0 -0
  2719. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_event_topic_social_expression.py +0 -0
  2720. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_event_topic_uri_reference.py +0 -0
  2721. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_event_topic_video.py +0 -0
  2722. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_event_topic_voicemail.py +0 -0
  2723. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_event_topic_workflow.py +0 -0
  2724. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_event_topic_wrapup.py +0 -0
  2725. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_message_event_topic_conversation_routing_data.py +0 -0
  2726. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_message_event_topic_detail.py +0 -0
  2727. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_message_event_topic_error_body.py +0 -0
  2728. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_message_event_topic_error_details.py +0 -0
  2729. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_message_event_topic_journey_action.py +0 -0
  2730. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_message_event_topic_journey_action_map.py +0 -0
  2731. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_message_event_topic_journey_context.py +0 -0
  2732. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_message_event_topic_journey_customer.py +0 -0
  2733. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_message_event_topic_journey_customer_session.py +0 -0
  2734. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_message_event_topic_message_conversation.py +0 -0
  2735. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_message_event_topic_message_details.py +0 -0
  2736. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_message_event_topic_message_media.py +0 -0
  2737. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_message_event_topic_message_metadata.py +0 -0
  2738. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_message_event_topic_message_metadata_content.py +0 -0
  2739. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_message_event_topic_message_metadata_event.py +0 -0
  2740. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_message_event_topic_message_sticker.py +0 -0
  2741. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_message_event_topic_scored_agent.py +0 -0
  2742. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_message_event_topic_uri_reference.py +0 -0
  2743. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_message_event_topic_wrapup.py +0 -0
  2744. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_screen_share_event_topic_conversation_routing_data.py +0 -0
  2745. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_screen_share_event_topic_detail.py +0 -0
  2746. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_screen_share_event_topic_error_body.py +0 -0
  2747. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_screen_share_event_topic_journey_action.py +0 -0
  2748. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_screen_share_event_topic_journey_action_map.py +0 -0
  2749. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_screen_share_event_topic_journey_context.py +0 -0
  2750. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_screen_share_event_topic_journey_customer.py +0 -0
  2751. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_screen_share_event_topic_journey_customer_session.py +0 -0
  2752. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_screen_share_event_topic_scored_agent.py +0 -0
  2753. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_screen_share_event_topic_screen_share_conversation.py +0 -0
  2754. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_screen_share_event_topic_screen_share_media_participant.py +0 -0
  2755. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_screen_share_event_topic_uri_reference.py +0 -0
  2756. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_screen_share_event_topic_wrapup.py +0 -0
  2757. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_social_expression_event_topic_address.py +0 -0
  2758. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_social_expression_event_topic_after_call_work.py +0 -0
  2759. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_social_expression_event_topic_attachment.py +0 -0
  2760. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_social_expression_event_topic_call.py +0 -0
  2761. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_social_expression_event_topic_callback.py +0 -0
  2762. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_social_expression_event_topic_chat.py +0 -0
  2763. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_social_expression_event_topic_cobrowse.py +0 -0
  2764. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_social_expression_event_topic_conversation.py +0 -0
  2765. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_social_expression_event_topic_conversation_routing_data.py +0 -0
  2766. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_social_expression_event_topic_destination.py +0 -0
  2767. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_social_expression_event_topic_dialer_preview.py +0 -0
  2768. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_social_expression_event_topic_disconnect_reason.py +0 -0
  2769. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_social_expression_event_topic_email.py +0 -0
  2770. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_social_expression_event_topic_error_details.py +0 -0
  2771. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_social_expression_event_topic_fax_status.py +0 -0
  2772. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_social_expression_event_topic_initiator.py +0 -0
  2773. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_social_expression_event_topic_journey_action.py +0 -0
  2774. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_social_expression_event_topic_journey_action_map.py +0 -0
  2775. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_social_expression_event_topic_journey_context.py +0 -0
  2776. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_social_expression_event_topic_journey_customer.py +0 -0
  2777. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_social_expression_event_topic_journey_customer_session.py +0 -0
  2778. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_social_expression_event_topic_message_details.py +0 -0
  2779. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_social_expression_event_topic_message_media.py +0 -0
  2780. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_social_expression_event_topic_message_metadata.py +0 -0
  2781. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_social_expression_event_topic_message_metadata_content.py +0 -0
  2782. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_social_expression_event_topic_message_metadata_event.py +0 -0
  2783. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_social_expression_event_topic_message_sticker.py +0 -0
  2784. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_social_expression_event_topic_object.py +0 -0
  2785. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_social_expression_event_topic_participant.py +0 -0
  2786. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_social_expression_event_topic_phone_number_column.py +0 -0
  2787. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_social_expression_event_topic_recent_transfer.py +0 -0
  2788. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_social_expression_event_topic_scored_agent.py +0 -0
  2789. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_social_expression_event_topic_screenshare.py +0 -0
  2790. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_social_expression_event_topic_social_expression.py +0 -0
  2791. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_social_expression_event_topic_uri_reference.py +0 -0
  2792. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_social_expression_event_topic_video.py +0 -0
  2793. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_social_expression_event_topic_voicemail.py +0 -0
  2794. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_social_expression_event_topic_workflow.py +0 -0
  2795. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_social_expression_event_topic_wrapup.py +0 -0
  2796. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_video_event_topic_address.py +0 -0
  2797. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_video_event_topic_after_call_work.py +0 -0
  2798. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_video_event_topic_attachment.py +0 -0
  2799. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_video_event_topic_call.py +0 -0
  2800. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_video_event_topic_callback.py +0 -0
  2801. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_video_event_topic_chat.py +0 -0
  2802. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_video_event_topic_cobrowse.py +0 -0
  2803. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_video_event_topic_conversation.py +0 -0
  2804. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_video_event_topic_conversation_routing_data.py +0 -0
  2805. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_video_event_topic_destination.py +0 -0
  2806. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_video_event_topic_dialer_preview.py +0 -0
  2807. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_video_event_topic_disconnect_reason.py +0 -0
  2808. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_video_event_topic_email.py +0 -0
  2809. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_video_event_topic_error_details.py +0 -0
  2810. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_video_event_topic_fax_status.py +0 -0
  2811. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_video_event_topic_initiator.py +0 -0
  2812. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_video_event_topic_journey_action.py +0 -0
  2813. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_video_event_topic_journey_action_map.py +0 -0
  2814. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_video_event_topic_journey_context.py +0 -0
  2815. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_video_event_topic_journey_customer.py +0 -0
  2816. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_video_event_topic_journey_customer_session.py +0 -0
  2817. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_video_event_topic_message_details.py +0 -0
  2818. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_video_event_topic_message_media.py +0 -0
  2819. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_video_event_topic_message_metadata.py +0 -0
  2820. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_video_event_topic_message_metadata_content.py +0 -0
  2821. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_video_event_topic_message_metadata_event.py +0 -0
  2822. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_video_event_topic_message_sticker.py +0 -0
  2823. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_video_event_topic_object.py +0 -0
  2824. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_video_event_topic_participant.py +0 -0
  2825. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_video_event_topic_phone_number_column.py +0 -0
  2826. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_video_event_topic_recent_transfer.py +0 -0
  2827. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_video_event_topic_scored_agent.py +0 -0
  2828. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_video_event_topic_screenshare.py +0 -0
  2829. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_video_event_topic_social_expression.py +0 -0
  2830. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_video_event_topic_uri_reference.py +0 -0
  2831. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_video_event_topic_video.py +0 -0
  2832. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_video_event_topic_voicemail.py +0 -0
  2833. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_video_event_topic_workflow.py +0 -0
  2834. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_conversation_video_event_topic_wrapup.py +0 -0
  2835. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_email_address.py +0 -0
  2836. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_media_settings.py +0 -0
  2837. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_member.py +0 -0
  2838. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_messaging_addresses.py +0 -0
  2839. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_observation_data_container.py +0 -0
  2840. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_observation_query.py +0 -0
  2841. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_observation_query_clause.py +0 -0
  2842. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_observation_query_filter.py +0 -0
  2843. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_observation_query_predicate.py +0 -0
  2844. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_observation_query_response.py +0 -0
  2845. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_reference.py +0 -0
  2846. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_request.py +0 -0
  2847. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_user_event_topic_object.py +0 -0
  2848. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_user_event_topic_queue_member.py +0 -0
  2849. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_user_event_topic_user_reference.py +0 -0
  2850. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/queue_utilization_diagnostic.py +0 -0
  2851. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/quick_reply.py +0 -0
  2852. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/reaction.py +0 -0
  2853. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/real_time_adherence_explanation.py +0 -0
  2854. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/recall_entry.py +0 -0
  2855. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/recipient.py +0 -0
  2856. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/recipient_additional_identifier.py +0 -0
  2857. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/record.py +0 -0
  2858. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/recording.py +0 -0
  2859. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/recording_annotation_flow.py +0 -0
  2860. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/recording_annotation_queue.py +0 -0
  2861. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/recording_archive_restore_topic_media_result.py +0 -0
  2862. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/recording_archive_restore_topic_recording.py +0 -0
  2863. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/recording_button_component.py +0 -0
  2864. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/recording_content_actions.py +0 -0
  2865. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/recording_content_story.py +0 -0
  2866. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/recording_email_message.py +0 -0
  2867. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/recording_encryption_configuration.py +0 -0
  2868. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/recording_encryption_configuration_listing.py +0 -0
  2869. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/recording_event_media_result.py +0 -0
  2870. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/recording_event_recording.py +0 -0
  2871. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/recording_job.py +0 -0
  2872. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/recording_job_failed_recording.py +0 -0
  2873. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/recording_jobs_query.py +0 -0
  2874. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/recording_messaging_message.py +0 -0
  2875. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/recording_metadata.py +0 -0
  2876. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/recording_retention.py +0 -0
  2877. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/recording_retention_cursor_entity_listing.py +0 -0
  2878. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/recording_settings.py +0 -0
  2879. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/recording_transcode_complete_topic_media_result.py +0 -0
  2880. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/recording_transcode_complete_topic_recording.py +0 -0
  2881. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/recording_upload_report.py +0 -0
  2882. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/recording_upload_report_request.py +0 -0
  2883. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/referrer.py +0 -0
  2884. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/region_time_zone.py +0 -0
  2885. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/register_architect_job_response.py +0 -0
  2886. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/relationship.py +0 -0
  2887. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/replace_request.py +0 -0
  2888. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/replace_response.py +0 -0
  2889. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/replacement_term.py +0 -0
  2890. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/reply_to_email_address.py +0 -0
  2891. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/report_meta_data.py +0 -0
  2892. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/report_run_entry.py +0 -0
  2893. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/report_schedule.py +0 -0
  2894. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/reporting_export_job_request.py +0 -0
  2895. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/reporting_export_job_response.py +0 -0
  2896. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/reporting_export_metadata_job_response.py +0 -0
  2897. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/reporting_interval.py +0 -0
  2898. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/reporting_turn.py +0 -0
  2899. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/reporting_turn_action.py +0 -0
  2900. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/reporting_turn_intent.py +0 -0
  2901. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/reporting_turn_intent_slot.py +0 -0
  2902. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/reporting_turn_knowledge.py +0 -0
  2903. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/reporting_turn_knowledge_document.py +0 -0
  2904. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/reporting_turn_knowledge_feedback.py +0 -0
  2905. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/reporting_turn_knowledge_search.py +0 -0
  2906. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/reporting_turns_response.py +0 -0
  2907. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/request_config.py +0 -0
  2908. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/request_mapping.py +0 -0
  2909. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/request_scored_agent.py +0 -0
  2910. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/rescheduling_management_unit_response.py +0 -0
  2911. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/rescheduling_options_run_response.py +0 -0
  2912. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/resolution_detail_query_clause.py +0 -0
  2913. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/resolution_detail_query_filter.py +0 -0
  2914. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/resolution_detail_query_predicate.py +0 -0
  2915. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/resource_condition_node.py +0 -0
  2916. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/resource_condition_value.py +0 -0
  2917. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/resource_permission_policy.py +0 -0
  2918. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/response.py +0 -0
  2919. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/response_asset.py +0 -0
  2920. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/response_asset_filter.py +0 -0
  2921. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/response_asset_request.py +0 -0
  2922. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/response_asset_search_request.py +0 -0
  2923. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/response_asset_search_results.py +0 -0
  2924. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/response_asset_status.py +0 -0
  2925. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/response_config.py +0 -0
  2926. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/response_filter.py +0 -0
  2927. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/response_query_request.py +0 -0
  2928. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/response_query_results.py +0 -0
  2929. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/response_set.py +0 -0
  2930. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/response_substitution.py +0 -0
  2931. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/response_text.py +0 -0
  2932. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/rest_error_detail.py +0 -0
  2933. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/restore_presence_settings.py +0 -0
  2934. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/result_counters.py +0 -0
  2935. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/retention_duration.py +0 -0
  2936. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/reverse_whitepages_lookup_result.py +0 -0
  2937. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/ring.py +0 -0
  2938. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/role_division.py +0 -0
  2939. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/role_division_grants.py +0 -0
  2940. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/role_division_pair.py +0 -0
  2941. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/route_path_request.py +0 -0
  2942. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/route_path_response.py +0 -0
  2943. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/routing_conversation_attributes_request.py +0 -0
  2944. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/routing_conversation_attributes_response.py +0 -0
  2945. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/routing_data.py +0 -0
  2946. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/routing_established_event.py +0 -0
  2947. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/routing_rule.py +0 -0
  2948. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/routing_settings.py +0 -0
  2949. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/routing_skill.py +0 -0
  2950. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/routing_skill_reference.py +0 -0
  2951. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/routing_status.py +0 -0
  2952. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/routing_status_detail_query_clause.py +0 -0
  2953. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/routing_status_detail_query_filter.py +0 -0
  2954. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/routing_status_detail_query_predicate.py +0 -0
  2955. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/routing_transfer_event.py +0 -0
  2956. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/rule_set.py +0 -0
  2957. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/rule_set_diagnostic.py +0 -0
  2958. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/run_now_response.py +0 -0
  2959. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/salesforce.py +0 -0
  2960. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/schedule.py +0 -0
  2961. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/schedule_activity.py +0 -0
  2962. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/schedule_generation_message.py +0 -0
  2963. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/schedule_generation_result.py +0 -0
  2964. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/schedule_generation_result_summary.py +0 -0
  2965. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/schedule_generation_warning.py +0 -0
  2966. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/schedule_group.py +0 -0
  2967. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/schedule_interval.py +0 -0
  2968. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/schedule_upload_processing_response.py +0 -0
  2969. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/scheduler_message_argument.py +0 -0
  2970. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/scheduler_message_severity_count.py +0 -0
  2971. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/scheduler_message_type_severity.py +0 -0
  2972. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/scheduling_no_forecast_options_request.py +0 -0
  2973. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/scheduling_options_request.py +0 -0
  2974. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/scheduling_processing_error.py +0 -0
  2975. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/scheduling_settings_request.py +0 -0
  2976. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/scheduling_settings_response.py +0 -0
  2977. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/scheduling_status_response.py +0 -0
  2978. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/scheduling_testing_options_request.py +0 -0
  2979. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/schema.py +0 -0
  2980. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/schema_category.py +0 -0
  2981. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/schema_quantity_limits.py +0 -0
  2982. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/scim_config_resource_type.py +0 -0
  2983. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/scim_config_resource_type_schema_extension.py +0 -0
  2984. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/scim_config_resource_types_list_response.py +0 -0
  2985. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/scim_email.py +0 -0
  2986. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/scim_error.py +0 -0
  2987. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/scim_genesys_user_external_id.py +0 -0
  2988. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/scim_group_list_response.py +0 -0
  2989. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/scim_metadata.py +0 -0
  2990. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/scim_phone_number.py +0 -0
  2991. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/scim_service_provider_config.py +0 -0
  2992. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/scim_service_provider_config_authentication_scheme.py +0 -0
  2993. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/scim_service_provider_config_bulk_feature.py +0 -0
  2994. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/scim_service_provider_config_filter_feature.py +0 -0
  2995. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/scim_service_provider_config_simple_feature.py +0 -0
  2996. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/scim_user_extensions.py +0 -0
  2997. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/scim_user_list_response.py +0 -0
  2998. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/scim_user_role.py +0 -0
  2999. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/scim_user_routing_language.py +0 -0
  3000. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/scim_user_routing_skill.py +0 -0
  3001. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/scim_v2_create_user.py +0 -0
  3002. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/scim_v2_enterprise_user.py +0 -0
  3003. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/scim_v2_group.py +0 -0
  3004. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/scim_v2_group_reference.py +0 -0
  3005. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/scim_v2_member_reference.py +0 -0
  3006. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/scim_v2_patch_operation.py +0 -0
  3007. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/scim_v2_patch_request.py +0 -0
  3008. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/scim_v2_schema_attribute.py +0 -0
  3009. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/scim_v2_schema_definition.py +0 -0
  3010. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/scim_v2_schema_list_response.py +0 -0
  3011. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/scim_v2_user.py +0 -0
  3012. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/scorable_survey.py +0 -0
  3013. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/scored_agent.py +0 -0
  3014. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/screen_recording_meta_data.py +0 -0
  3015. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/screen_recording_meta_data_request.py +0 -0
  3016. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/screen_recording_session.py +0 -0
  3017. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/screen_recording_session_request.py +0 -0
  3018. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/screenshare.py +0 -0
  3019. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/script.py +0 -0
  3020. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/scroll_percentage_event_trigger.py +0 -0
  3021. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/sdk_library.py +0 -0
  3022. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/search_aggregation.py +0 -0
  3023. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/search_criteria.py +0 -0
  3024. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/search_request.py +0 -0
  3025. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/search_shift_trade_response.py +0 -0
  3026. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/search_shift_trades_request.py +0 -0
  3027. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/search_shift_trades_response.py +0 -0
  3028. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/search_sort.py +0 -0
  3029. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/search_update_request.py +0 -0
  3030. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/secondary_presence.py +0 -0
  3031. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/section.py +0 -0
  3032. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/secure_session.py +0 -0
  3033. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/secure_session_entity_listing.py +0 -0
  3034. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/security_profile.py +0 -0
  3035. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/segment.py +0 -0
  3036. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/segment_detail_query_clause.py +0 -0
  3037. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/segment_detail_query_filter.py +0 -0
  3038. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/segment_detail_query_predicate.py +0 -0
  3039. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/segment_estimate_count.py +0 -0
  3040. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/selected_answer.py +0 -0
  3041. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/selected_columns.py +0 -0
  3042. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/selector_event_trigger.py +0 -0
  3043. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/send_agentless_outbound_message_request.py +0 -0
  3044. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/send_agentless_outbound_message_response.py +0 -0
  3045. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/sentiment_feedback.py +0 -0
  3046. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/sentiment_feedback_entity_listing.py +0 -0
  3047. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/sequence_schedule.py +0 -0
  3048. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/server_date.py +0 -0
  3049. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/service_context.py +0 -0
  3050. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/service_goal_template.py +0 -0
  3051. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/service_goal_template_impact_override.py +0 -0
  3052. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/service_goal_template_list.py +0 -0
  3053. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/service_goal_template_reference.py +0 -0
  3054. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/service_level.py +0 -0
  3055. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/session.py +0 -0
  3056. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/session_end_details.py +0 -0
  3057. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/session_last_event.py +0 -0
  3058. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/session_listing.py +0 -0
  3059. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/session_segment_assignment.py +0 -0
  3060. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/set_content_template_action_settings.py +0 -0
  3061. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/set_recording_state.py +0 -0
  3062. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/set_sms_phone_number_action_settings.py +0 -0
  3063. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/set_time_off_limit_values_request.py +0 -0
  3064. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/set_uui_data_request.py +0 -0
  3065. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/set_wrapper_day_of_week.py +0 -0
  3066. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/set_wrapper_route_path_request.py +0 -0
  3067. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/set_wrapper_string.py +0 -0
  3068. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/set_wrapper_sync_time_off_property.py +0 -0
  3069. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/setting_direction.py +0 -0
  3070. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/settings.py +0 -0
  3071. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/share.py +0 -0
  3072. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/shared_entity.py +0 -0
  3073. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/shared_response.py +0 -0
  3074. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/shift_start_variance.py +0 -0
  3075. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/shift_trade_activity_preview_response.py +0 -0
  3076. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/shift_trade_activity_rule.py +0 -0
  3077. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/shift_trade_list_response.py +0 -0
  3078. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/shift_trade_match_review_response.py +0 -0
  3079. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/shift_trade_match_review_user_response.py +0 -0
  3080. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/shift_trade_match_violation.py +0 -0
  3081. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/shift_trade_matches_summary_response.py +0 -0
  3082. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/shift_trade_notification.py +0 -0
  3083. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/shift_trade_preview_response.py +0 -0
  3084. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/shift_trade_response.py +0 -0
  3085. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/shift_trade_settings.py +0 -0
  3086. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/short_term_forecast_reference.py +0 -0
  3087. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/short_term_forecasting_settings.py +0 -0
  3088. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/shrinkage_override.py +0 -0
  3089. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/shrinkage_overrides.py +0 -0
  3090. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/signature.py +0 -0
  3091. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/signed_data.py +0 -0
  3092. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/signed_url_response.py +0 -0
  3093. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/single_workday_average_points.py +0 -0
  3094. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/single_workday_average_values.py +0 -0
  3095. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/sip_download_response.py +0 -0
  3096. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/sip_search_public_request.py +0 -0
  3097. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/sip_search_result.py +0 -0
  3098. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/site.py +0 -0
  3099. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/site_connection.py +0 -0
  3100. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/skill_group.py +0 -0
  3101. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/skill_group_condition.py +0 -0
  3102. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/skill_group_entity_listing.py +0 -0
  3103. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/skill_group_language_condition.py +0 -0
  3104. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/skill_group_member_division_list.py +0 -0
  3105. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/skill_group_member_divisions.py +0 -0
  3106. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/skill_group_member_entity_listing.py +0 -0
  3107. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/skill_group_routing_condition.py +0 -0
  3108. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/skills_to_remove.py +0 -0
  3109. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/sms_address.py +0 -0
  3110. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/sms_address_provision.py +0 -0
  3111. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/sms_available_phone_number.py +0 -0
  3112. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/sms_available_phone_number_entity_listing.py +0 -0
  3113. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/sms_config.py +0 -0
  3114. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/sms_phone_number.py +0 -0
  3115. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/sms_phone_number_provision.py +0 -0
  3116. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/sms_phone_number_ref.py +0 -0
  3117. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/sms_provisioning_status.py +0 -0
  3118. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/social_expression.py +0 -0
  3119. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/social_handle.py +0 -0
  3120. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/sort_item.py +0 -0
  3121. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/source.py +0 -0
  3122. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/source_configuration.py +0 -0
  3123. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/source_entity_listing.py +0 -0
  3124. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/source_planning_group_request.py +0 -0
  3125. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/speech_text_analytics_settings_request.py +0 -0
  3126. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/speech_text_analytics_settings_response.py +0 -0
  3127. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/starrable_division.py +0 -0
  3128. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/stat_event_campaign_topic_interval_metrics.py +0 -0
  3129. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/stat_event_campaign_topic_metric_stats.py +0 -0
  3130. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/stat_event_campaign_topic_stats_notification.py +0 -0
  3131. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/stat_event_flow_outcome_topic_interval_metrics.py +0 -0
  3132. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/stat_event_flow_outcome_topic_metric_stats.py +0 -0
  3133. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/stat_event_flow_outcome_topic_stats_notification.py +0 -0
  3134. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/stat_event_flow_topic_interval_metrics.py +0 -0
  3135. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/stat_event_flow_topic_metric_stats.py +0 -0
  3136. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/stat_event_flow_topic_stats_notification.py +0 -0
  3137. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/stat_event_queue_topic_interval_metrics.py +0 -0
  3138. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/stat_event_queue_topic_metric_stats.py +0 -0
  3139. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/stat_event_queue_topic_stats_notification.py +0 -0
  3140. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/stat_event_user_topic_interval_metrics.py +0 -0
  3141. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/stat_event_user_topic_metric_stats.py +0 -0
  3142. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/stat_event_user_topic_stats_notification.py +0 -0
  3143. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/stat_event_wrap_up_code_topic_interval_metrics.py +0 -0
  3144. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/stat_event_wrap_up_code_topic_metric_stats.py +0 -0
  3145. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/stat_event_wrap_up_code_topic_stats_notification.py +0 -0
  3146. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/station.py +0 -0
  3147. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/station_settings.py +0 -0
  3148. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/statistical_response.py +0 -0
  3149. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/statistical_summary.py +0 -0
  3150. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/status_change.py +0 -0
  3151. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/stop_settings.py +0 -0
  3152. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/story_setting.py +0 -0
  3153. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/street_address.py +0 -0
  3154. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/subject_division_grants.py +0 -0
  3155. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/subject_divisions.py +0 -0
  3156. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/subscriber_response.py +0 -0
  3157. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/subscription_overview_usage.py +0 -0
  3158. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/suggest_search_criteria.py +0 -0
  3159. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/suggest_search_request.py +0 -0
  3160. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/support_center_custom_message.py +0 -0
  3161. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/support_center_feedback_settings.py +0 -0
  3162. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/support_center_global_style.py +0 -0
  3163. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/support_center_hero_style.py +0 -0
  3164. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/support_center_module_setting.py +0 -0
  3165. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/support_center_screen.py +0 -0
  3166. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/support_center_settings.py +0 -0
  3167. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/support_center_style_setting.py +0 -0
  3168. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/supported_content.py +0 -0
  3169. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/supported_content_reference.py +0 -0
  3170. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/supported_dialects_entity_listing.py +0 -0
  3171. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/supported_language.py +0 -0
  3172. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/survey.py +0 -0
  3173. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/survey_aggregate_data_container.py +0 -0
  3174. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/survey_aggregate_query_clause.py +0 -0
  3175. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/survey_aggregate_query_filter.py +0 -0
  3176. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/survey_aggregate_query_predicate.py +0 -0
  3177. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/survey_aggregate_query_response.py +0 -0
  3178. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/survey_aggregation_query.py +0 -0
  3179. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/survey_aggregation_view.py +0 -0
  3180. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/survey_assignment.py +0 -0
  3181. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/survey_detail_query_clause.py +0 -0
  3182. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/survey_detail_query_filter.py +0 -0
  3183. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/survey_detail_query_predicate.py +0 -0
  3184. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/survey_error_details.py +0 -0
  3185. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/survey_form.py +0 -0
  3186. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/survey_form_and_scoring_set.py +0 -0
  3187. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/survey_question.py +0 -0
  3188. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/survey_question_group.py +0 -0
  3189. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/survey_question_group_score.py +0 -0
  3190. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/survey_question_score.py +0 -0
  3191. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/survey_scoring_set.py +0 -0
  3192. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/system_message_object.py +0 -0
  3193. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/system_message_system_message.py +0 -0
  3194. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/system_presence.py +0 -0
  3195. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/system_prompt.py +0 -0
  3196. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/system_prompt_asset.py +0 -0
  3197. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/tag_query_request.py +0 -0
  3198. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/tag_value.py +0 -0
  3199. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/target_performance_profile.py +0 -0
  3200. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/team.py +0 -0
  3201. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/team_add_member_failure.py +0 -0
  3202. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/team_entity_listing.py +0 -0
  3203. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/team_member_add_listing_response.py +0 -0
  3204. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/team_member_entity_listing.py +0 -0
  3205. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/team_members.py +0 -0
  3206. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/team_reference.py +0 -0
  3207. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/team_search_criteria.py +0 -0
  3208. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/team_search_request.py +0 -0
  3209. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/teams_search_response.py +0 -0
  3210. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/template_parameter.py +0 -0
  3211. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/term_attribute.py +0 -0
  3212. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/test_execution_operation_result.py +0 -0
  3213. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/test_execution_result.py +0 -0
  3214. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/test_matches_event_operation.py +0 -0
  3215. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/test_matches_operation.py +0 -0
  3216. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/test_message.py +0 -0
  3217. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/test_mode_event_results.py +0 -0
  3218. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/test_mode_results.py +0 -0
  3219. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/test_mode_trigger.py +0 -0
  3220. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/test_schema_operation.py +0 -0
  3221. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/test_target_operation.py +0 -0
  3222. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/text_bot_channel.py +0 -0
  3223. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/text_bot_disconnect_action.py +0 -0
  3224. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/text_bot_error_input_event.py +0 -0
  3225. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/text_bot_exit_action.py +0 -0
  3226. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/text_bot_flow.py +0 -0
  3227. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/text_bot_flow_launch_request.py +0 -0
  3228. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/text_bot_flow_launch_response.py +0 -0
  3229. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/text_bot_flow_location.py +0 -0
  3230. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/text_bot_flow_milestone.py +0 -0
  3231. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/text_bot_flow_outcome.py +0 -0
  3232. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/text_bot_flow_turn_request.py +0 -0
  3233. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/text_bot_flow_turn_response.py +0 -0
  3234. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/text_bot_input_output_data.py +0 -0
  3235. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/text_bot_mode_constraints.py +0 -0
  3236. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/text_bot_mode_output_prompts.py +0 -0
  3237. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/text_bot_output_prompts.py +0 -0
  3238. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/text_bot_prompt_segment.py +0 -0
  3239. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/text_bot_text_mode_constraints.py +0 -0
  3240. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/text_bot_transcript.py +0 -0
  3241. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/text_bot_turn_reference.py +0 -0
  3242. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/text_bot_user_agent.py +0 -0
  3243. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/text_bot_user_input_alternative.py +0 -0
  3244. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/text_bot_user_input_event.py +0 -0
  3245. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/text_bot_wait_for_input_action.py +0 -0
  3246. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/text_style_properties.py +0 -0
  3247. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/ticker.py +0 -0
  3248. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/time_allowed.py +0 -0
  3249. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/time_interval.py +0 -0
  3250. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/time_off_balance_job_reference.py +0 -0
  3251. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/time_off_balance_request.py +0 -0
  3252. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/time_off_balance_response.py +0 -0
  3253. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/time_off_balances_response.py +0 -0
  3254. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/time_off_limit.py +0 -0
  3255. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/time_off_limit_listing.py +0 -0
  3256. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/time_off_limit_range.py +0 -0
  3257. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/time_off_limit_reference.py +0 -0
  3258. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/time_off_limit_value_range.py +0 -0
  3259. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/time_off_plan.py +0 -0
  3260. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/time_off_plan_listing.py +0 -0
  3261. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/time_off_request.py +0 -0
  3262. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/time_off_request_list.py +0 -0
  3263. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/time_off_request_listing.py +0 -0
  3264. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/time_off_request_notification.py +0 -0
  3265. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/time_off_request_query_body.py +0 -0
  3266. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/time_off_request_reference.py +0 -0
  3267. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/time_off_request_response.py +0 -0
  3268. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/time_off_request_settings.py +0 -0
  3269. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/time_slot.py +0 -0
  3270. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/time_zone_mapping_preview.py +0 -0
  3271. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/token_info.py +0 -0
  3272. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/token_info_cloned_user.py +0 -0
  3273. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/topic.py +0 -0
  3274. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/topic_cursor_entity_listing.py +0 -0
  3275. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/topic_duration.py +0 -0
  3276. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/topic_job.py +0 -0
  3277. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/topic_job_request.py +0 -0
  3278. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/topic_offset.py +0 -0
  3279. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/topic_phrase.py +0 -0
  3280. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/topic_request.py +0 -0
  3281. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/topics_entity_listing.py +0 -0
  3282. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/training_listing.py +0 -0
  3283. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/transcript_aggregate_data_container.py +0 -0
  3284. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/transcript_aggregate_query_clause.py +0 -0
  3285. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/transcript_aggregate_query_filter.py +0 -0
  3286. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/transcript_aggregate_query_predicate.py +0 -0
  3287. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/transcript_aggregate_query_response.py +0 -0
  3288. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/transcript_aggregation_query.py +0 -0
  3289. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/transcript_aggregation_view.py +0 -0
  3290. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/transcript_conversation_detail_search_criteria.py +0 -0
  3291. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/transcript_conversation_detail_search_request.py +0 -0
  3292. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/transcript_search_criteria.py +0 -0
  3293. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/transcript_search_request.py +0 -0
  3294. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/transcript_topic.py +0 -0
  3295. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/transcript_topics.py +0 -0
  3296. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/transcript_url.py +0 -0
  3297. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/transcription_engines.py +0 -0
  3298. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/transcription_engines_request.py +0 -0
  3299. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/transcription_settings.py +0 -0
  3300. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/transcription_topic_transcript_alternative.py +0 -0
  3301. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/transcription_topic_transcript_result.py +0 -0
  3302. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/transcription_topic_transcript_word.py +0 -0
  3303. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/transcription_topic_transcription_message.py +0 -0
  3304. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/transcription_topic_transcription_request_status.py +0 -0
  3305. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/transcripts.py +0 -0
  3306. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/transfer_destination.py +0 -0
  3307. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/transfer_initiator.py +0 -0
  3308. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/transfer_response.py +0 -0
  3309. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/trigger.py +0 -0
  3310. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/trigger_entity_listing.py +0 -0
  3311. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/trigger_target.py +0 -0
  3312. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/trunk.py +0 -0
  3313. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/trunk_base.py +0 -0
  3314. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/trunk_base_assignment.py +0 -0
  3315. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/trunk_connected_status.py +0 -0
  3316. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/trunk_error_info.py +0 -0
  3317. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/trunk_error_info_details.py +0 -0
  3318. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/trunk_instance_topic_trunk.py +0 -0
  3319. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/trunk_instance_topic_trunk_connected_status.py +0 -0
  3320. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/trunk_instance_topic_trunk_error_info.py +0 -0
  3321. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/trunk_instance_topic_trunk_error_info_details.py +0 -0
  3322. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/trunk_instance_topic_trunk_metrics_network_type_ip.py +0 -0
  3323. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/trunk_instance_topic_trunk_metrics_options.py +0 -0
  3324. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/trunk_instance_topic_trunk_metrics_registers.py +0 -0
  3325. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/trunk_metrics.py +0 -0
  3326. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/trunk_metrics_calls.py +0 -0
  3327. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/trunk_metrics_network_type_ip.py +0 -0
  3328. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/trunk_metrics_options.py +0 -0
  3329. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/trunk_metrics_qo_s.py +0 -0
  3330. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/trunk_metrics_registers.py +0 -0
  3331. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/trunk_metrics_topic_trunk_metrics.py +0 -0
  3332. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/trunk_metrics_topic_trunk_metrics_calls.py +0 -0
  3333. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/trunk_metrics_topic_trunk_metrics_qo_s.py +0 -0
  3334. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/trunk_metrics_topic_uri_reference.py +0 -0
  3335. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/trunk_recording_enabled_count.py +0 -0
  3336. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/trust_create.py +0 -0
  3337. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/trust_group.py +0 -0
  3338. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/trust_member_create.py +0 -0
  3339. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/trust_request.py +0 -0
  3340. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/trust_request_create.py +0 -0
  3341. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/trust_update.py +0 -0
  3342. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/trust_user.py +0 -0
  3343. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/trust_user_details.py +0 -0
  3344. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/trustee.py +0 -0
  3345. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/trustee_audit_query_request.py +0 -0
  3346. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/trustee_authorization.py +0 -0
  3347. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/trustee_billing_overview.py +0 -0
  3348. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/trustor.py +0 -0
  3349. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/trustor_audit_query_request.py +0 -0
  3350. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/tts_engine_entity.py +0 -0
  3351. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/tts_settings.py +0 -0
  3352. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/tts_voice_entity.py +0 -0
  3353. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/twitter_id.py +0 -0
  3354. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/twitter_integration.py +0 -0
  3355. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/twitter_integration_request.py +0 -0
  3356. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/typing_setting.py +0 -0
  3357. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/uc_icon.py +0 -0
  3358. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/uc_integration.py +0 -0
  3359. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/uci10n.py +0 -0
  3360. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/unanswered_group.py +0 -0
  3361. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/unanswered_group_suggested_document.py +0 -0
  3362. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/unanswered_groups.py +0 -0
  3363. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/unanswered_phrase.py +0 -0
  3364. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/unanswered_phrase_group.py +0 -0
  3365. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/unanswered_phrase_group_patch_request_body.py +0 -0
  3366. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/unanswered_phrase_group_update_response.py +0 -0
  3367. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/unpublished_programs_entity_listing.py +0 -0
  3368. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/unread_metric.py +0 -0
  3369. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/unread_status.py +0 -0
  3370. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/update_action_input.py +0 -0
  3371. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/update_activity_code_request.py +0 -0
  3372. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/update_adherence_explanation_status_request.py +0 -0
  3373. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/update_analytics_data_retention_request.py +0 -0
  3374. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/update_business_unit_request.py +0 -0
  3375. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/update_business_unit_settings_request.py +0 -0
  3376. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/update_coaching_appointment_request.py +0 -0
  3377. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/update_contact_column_action_settings.py +0 -0
  3378. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/update_draft_input.py +0 -0
  3379. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/update_management_unit_request.py +0 -0
  3380. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/update_notification_response.py +0 -0
  3381. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/update_notifications_request.py +0 -0
  3382. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/update_notifications_response.py +0 -0
  3383. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/update_planning_group_request.py +0 -0
  3384. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/update_schedule_upload_response.py +0 -0
  3385. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/update_schedule_upload_schema.py +0 -0
  3386. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/update_service_goal_template.py +0 -0
  3387. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/update_time_off_limit_request.py +0 -0
  3388. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/update_time_off_plan_request.py +0 -0
  3389. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/update_trigger_request.py +0 -0
  3390. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/update_user.py +0 -0
  3391. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/update_work_plan_rotation_agent_request.py +0 -0
  3392. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/update_work_plan_rotation_request.py +0 -0
  3393. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/upload_url_request.py +0 -0
  3394. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/upload_url_request_body.py +0 -0
  3395. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/upload_url_response.py +0 -0
  3396. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/url_condition.py +0 -0
  3397. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/url_response.py +0 -0
  3398. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/usage.py +0 -0
  3399. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/usage_execution_result.py +0 -0
  3400. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/usage_item.py +0 -0
  3401. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/user.py +0 -0
  3402. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/user_agent_info.py +0 -0
  3403. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/user_aggregate_data_container.py +0 -0
  3404. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/user_aggregate_query_clause.py +0 -0
  3405. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/user_aggregate_query_filter.py +0 -0
  3406. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/user_aggregate_query_predicate.py +0 -0
  3407. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/user_aggregate_query_response.py +0 -0
  3408. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/user_aggregation_query.py +0 -0
  3409. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/user_aggregation_view.py +0 -0
  3410. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/user_app.py +0 -0
  3411. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/user_app_configuration_info.py +0 -0
  3412. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/user_authorization.py +0 -0
  3413. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/user_available_times.py +0 -0
  3414. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/user_best_points.py +0 -0
  3415. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/user_best_points_item.py +0 -0
  3416. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/user_conversation_summary.py +0 -0
  3417. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/user_conversations_event_media_summary.py +0 -0
  3418. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/user_conversations_event_media_summary_detail.py +0 -0
  3419. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/user_conversations_event_user_conversation_summary.py +0 -0
  3420. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/user_detail_query_clause.py +0 -0
  3421. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/user_detail_query_filter.py +0 -0
  3422. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/user_detail_query_predicate.py +0 -0
  3423. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/user_details_datalake_availability_topic_data_availability_change_notification.py +0 -0
  3424. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/user_details_query.py +0 -0
  3425. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/user_device.py +0 -0
  3426. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/user_end_detail_event_topic_user_end_event.py +0 -0
  3427. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/user_established_event.py +0 -0
  3428. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/user_expands.py +0 -0
  3429. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/user_external_identifier.py +0 -0
  3430. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/user_greeting_event_greeting.py +0 -0
  3431. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/user_greeting_event_greeting_audio_file.py +0 -0
  3432. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/user_greeting_event_greeting_owner.py +0 -0
  3433. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/user_image.py +0 -0
  3434. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/user_licenses.py +0 -0
  3435. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/user_licenses_entity_listing.py +0 -0
  3436. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/user_list_schedule_request_body.py +0 -0
  3437. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/user_observation_data_container.py +0 -0
  3438. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/user_observation_query.py +0 -0
  3439. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/user_observation_query_clause.py +0 -0
  3440. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/user_observation_query_filter.py +0 -0
  3441. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/user_observation_query_predicate.py +0 -0
  3442. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/user_observation_query_response.py +0 -0
  3443. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/user_param.py +0 -0
  3444. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/user_presence.py +0 -0
  3445. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/user_presence_event.py +0 -0
  3446. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/user_primary_source.py +0 -0
  3447. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/user_profile.py +0 -0
  3448. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/user_queue.py +0 -0
  3449. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/user_recording.py +0 -0
  3450. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/user_reference.py +0 -0
  3451. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/user_reference_with_name.py +0 -0
  3452. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/user_routing_language.py +0 -0
  3453. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/user_routing_language_post.py +0 -0
  3454. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/user_routing_skill.py +0 -0
  3455. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/user_routing_skill_post.py +0 -0
  3456. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/user_routing_status_error_info.py +0 -0
  3457. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/user_routing_status_event.py +0 -0
  3458. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/user_routing_status_object.py +0 -0
  3459. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/user_routing_status_routing_status.py +0 -0
  3460. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/user_routing_status_user_param.py +0 -0
  3461. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/user_routing_status_user_routing_status.py +0 -0
  3462. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/user_schedule.py +0 -0
  3463. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/user_schedule_activity.py +0 -0
  3464. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/user_schedule_adherence.py +0 -0
  3465. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/user_schedule_adherence_listing.py +0 -0
  3466. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/user_schedule_container.py +0 -0
  3467. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/user_schedule_full_day_time_off_marker.py +0 -0
  3468. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/user_schedule_shift.py +0 -0
  3469. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/user_search_criteria.py +0 -0
  3470. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/user_search_request.py +0 -0
  3471. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/user_skill_group_entity_listing.py +0 -0
  3472. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/user_start_detail_event_topic_user_start_event.py +0 -0
  3473. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/user_state.py +0 -0
  3474. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/user_station.py +0 -0
  3475. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/user_station_change_topic_user.py +0 -0
  3476. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/user_station_change_topic_user_station.py +0 -0
  3477. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/user_station_change_topic_user_stations.py +0 -0
  3478. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/user_stations.py +0 -0
  3479. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/user_time_off_request_reference.py +0 -0
  3480. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/user_tokens_topic_token_notification.py +0 -0
  3481. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/user_tokens_topic_uri_reference.py +0 -0
  3482. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/user_transfer_event.py +0 -0
  3483. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/users_search_response.py +0 -0
  3484. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/utilization.py +0 -0
  3485. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/utterance.py +0 -0
  3486. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/v2_conversation_message_typing_event_for_user_topic_conversation_button_component.py +0 -0
  3487. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/v2_conversation_message_typing_event_for_user_topic_conversation_content_actions.py +0 -0
  3488. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/v2_conversation_message_typing_event_for_user_topic_conversation_content_attachment.py +0 -0
  3489. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/v2_conversation_message_typing_event_for_user_topic_conversation_content_button_response.py +0 -0
  3490. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/v2_conversation_message_typing_event_for_user_topic_conversation_content_generic.py +0 -0
  3491. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/v2_conversation_message_typing_event_for_user_topic_conversation_content_location.py +0 -0
  3492. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/v2_conversation_message_typing_event_for_user_topic_conversation_content_notification_template.py +0 -0
  3493. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/v2_conversation_message_typing_event_for_user_topic_conversation_content_quick_reply.py +0 -0
  3494. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/v2_conversation_message_typing_event_for_user_topic_conversation_content_story.py +0 -0
  3495. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/v2_conversation_message_typing_event_for_user_topic_conversation_event_co_browse.py +0 -0
  3496. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/v2_conversation_message_typing_event_for_user_topic_conversation_event_typing.py +0 -0
  3497. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/v2_conversation_message_typing_event_for_user_topic_conversation_message_content.py +0 -0
  3498. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/v2_conversation_message_typing_event_for_user_topic_conversation_message_event.py +0 -0
  3499. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/v2_conversation_message_typing_event_for_user_topic_conversation_messaging_channel.py +0 -0
  3500. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/v2_conversation_message_typing_event_for_user_topic_conversation_messaging_channel_metadata.py +0 -0
  3501. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/v2_conversation_message_typing_event_for_user_topic_conversation_messaging_from_recipient.py +0 -0
  3502. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/v2_conversation_message_typing_event_for_user_topic_conversation_messaging_to_recipient.py +0 -0
  3503. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/v2_conversation_message_typing_event_for_user_topic_conversation_normalized_message.py +0 -0
  3504. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/v2_conversation_message_typing_event_for_user_topic_conversation_notification_template_body.py +0 -0
  3505. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/v2_conversation_message_typing_event_for_user_topic_conversation_notification_template_footer.py +0 -0
  3506. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/v2_conversation_message_typing_event_for_user_topic_conversation_notification_template_header.py +0 -0
  3507. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/v2_conversation_message_typing_event_for_user_topic_conversation_notification_template_parameter.py +0 -0
  3508. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/v2_conversation_message_typing_event_for_user_topic_conversation_reason.py +0 -0
  3509. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/v2_conversation_message_typing_event_for_user_topic_conversation_recipient_additional_identifier.py +0 -0
  3510. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/v2_conversation_message_typing_event_for_user_topic_message_data.py +0 -0
  3511. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/v2_conversation_message_typing_event_for_workflow_topic_conversation_button_component.py +0 -0
  3512. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/v2_conversation_message_typing_event_for_workflow_topic_conversation_content_actions.py +0 -0
  3513. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/v2_conversation_message_typing_event_for_workflow_topic_conversation_content_attachment.py +0 -0
  3514. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/v2_conversation_message_typing_event_for_workflow_topic_conversation_content_button_response.py +0 -0
  3515. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/v2_conversation_message_typing_event_for_workflow_topic_conversation_content_generic.py +0 -0
  3516. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/v2_conversation_message_typing_event_for_workflow_topic_conversation_content_location.py +0 -0
  3517. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/v2_conversation_message_typing_event_for_workflow_topic_conversation_content_notification_template.py +0 -0
  3518. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/v2_conversation_message_typing_event_for_workflow_topic_conversation_content_quick_reply.py +0 -0
  3519. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/v2_conversation_message_typing_event_for_workflow_topic_conversation_content_story.py +0 -0
  3520. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/v2_conversation_message_typing_event_for_workflow_topic_conversation_event_co_browse.py +0 -0
  3521. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/v2_conversation_message_typing_event_for_workflow_topic_conversation_event_typing.py +0 -0
  3522. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/v2_conversation_message_typing_event_for_workflow_topic_conversation_message_content.py +0 -0
  3523. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/v2_conversation_message_typing_event_for_workflow_topic_conversation_message_event.py +0 -0
  3524. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/v2_conversation_message_typing_event_for_workflow_topic_conversation_messaging_channel.py +0 -0
  3525. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/v2_conversation_message_typing_event_for_workflow_topic_conversation_messaging_channel_metadata.py +0 -0
  3526. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/v2_conversation_message_typing_event_for_workflow_topic_conversation_messaging_from_recipient.py +0 -0
  3527. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/v2_conversation_message_typing_event_for_workflow_topic_conversation_messaging_to_recipient.py +0 -0
  3528. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/v2_conversation_message_typing_event_for_workflow_topic_conversation_normalized_message.py +0 -0
  3529. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/v2_conversation_message_typing_event_for_workflow_topic_conversation_notification_template_body.py +0 -0
  3530. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/v2_conversation_message_typing_event_for_workflow_topic_conversation_notification_template_footer.py +0 -0
  3531. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/v2_conversation_message_typing_event_for_workflow_topic_conversation_notification_template_header.py +0 -0
  3532. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/v2_conversation_message_typing_event_for_workflow_topic_conversation_notification_template_parameter.py +0 -0
  3533. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/v2_conversation_message_typing_event_for_workflow_topic_conversation_reason.py +0 -0
  3534. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/v2_conversation_message_typing_event_for_workflow_topic_conversation_recipient_additional_identifier.py +0 -0
  3535. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/v2_conversation_message_typing_event_for_workflow_topic_message_data.py +0 -0
  3536. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/v2_mobius_alerts_topic_alert.py +0 -0
  3537. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/v2_mobius_alerts_topic_alert_notification.py +0 -0
  3538. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/v2_mobius_alerts_topic_alert_rule_properties.py +0 -0
  3539. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/v2_mobius_alerts_topic_condition.py +0 -0
  3540. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/v2_mobius_alerts_topic_condition_rule_predicate.py +0 -0
  3541. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/v2_mobius_alerts_topic_entity_properties.py +0 -0
  3542. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/v2_mobius_rules_topic_alert_notification.py +0 -0
  3543. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/v2_mobius_rules_topic_condition.py +0 -0
  3544. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/v2_mobius_rules_topic_condition_rule_predicate.py +0 -0
  3545. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/v2_mobius_rules_topic_entity_properties.py +0 -0
  3546. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/v2_mobius_rules_topic_rule.py +0 -0
  3547. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/validate_address_request.py +0 -0
  3548. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/validate_address_response.py +0 -0
  3549. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/validate_assign_users.py +0 -0
  3550. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/validate_work_plan_messages.py +0 -0
  3551. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/validate_work_plan_response.py +0 -0
  3552. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/validation_limits.py +0 -0
  3553. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/validation_service_request.py +0 -0
  3554. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/value_wrapper_date.py +0 -0
  3555. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/value_wrapper_hris_time_off_type.py +0 -0
  3556. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/value_wrapper_planning_period_settings.py +0 -0
  3557. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/value_wrapper_string.py +0 -0
  3558. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/verification_result.py +0 -0
  3559. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/video.py +0 -0
  3560. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/visibility_condition.py +0 -0
  3561. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/vm_pairing_info.py +0 -0
  3562. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/voicemail.py +0 -0
  3563. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/voicemail_copy_record.py +0 -0
  3564. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/voicemail_end_detail_event_topic_voicemail_end_event.py +0 -0
  3565. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/voicemail_group_policy.py +0 -0
  3566. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/voicemail_mailbox_info.py +0 -0
  3567. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/voicemail_media_info.py +0 -0
  3568. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/voicemail_message.py +0 -0
  3569. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/voicemail_messages_topic_owner.py +0 -0
  3570. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/voicemail_messages_topic_voicemail_copy_record.py +0 -0
  3571. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/voicemail_messages_topic_voicemail_message.py +0 -0
  3572. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/voicemail_organization_policy.py +0 -0
  3573. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/voicemail_retention_policy.py +0 -0
  3574. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/voicemail_search_criteria.py +0 -0
  3575. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/voicemail_search_request.py +0 -0
  3576. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/voicemail_start_detail_event_topic_voicemail_start_event.py +0 -0
  3577. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/voicemail_user_policy.py +0 -0
  3578. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/voicemails_search_response.py +0 -0
  3579. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/void.py +0 -0
  3580. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/waitlist_position.py +0 -0
  3581. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/waitlist_position_listing.py +0 -0
  3582. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/web_chat_config.py +0 -0
  3583. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/web_chat_conversation.py +0 -0
  3584. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/web_chat_deployment.py +0 -0
  3585. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/web_chat_deployment_entity_listing.py +0 -0
  3586. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/web_chat_guest_media_request.py +0 -0
  3587. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/web_chat_guest_media_request_entity_list.py +0 -0
  3588. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/web_chat_member_info.py +0 -0
  3589. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/web_chat_message.py +0 -0
  3590. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/web_chat_message_entity_list.py +0 -0
  3591. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/web_chat_routing_target.py +0 -0
  3592. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/web_chat_settings.py +0 -0
  3593. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/web_chat_typing.py +0 -0
  3594. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/web_deployment_active_configuration_on_deployment.py +0 -0
  3595. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/web_deployment_configuration_version.py +0 -0
  3596. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/web_deployment_configuration_version_entity_listing.py +0 -0
  3597. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/web_deployment_configuration_version_entity_ref.py +0 -0
  3598. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/web_deployment_configuration_version_response.py +0 -0
  3599. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/web_deployment_headless_mode.py +0 -0
  3600. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/web_deployments_authorization_response.py +0 -0
  3601. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/web_deployments_config_topic_web_messaging_config_change_event_body.py +0 -0
  3602. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/web_deployments_deployment_topic_web_messaging_config_change_event_body.py +0 -0
  3603. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/web_deployments_deployment_topic_web_messaging_deployment_change_event_body.py +0 -0
  3604. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/web_deployments_journey_context.py +0 -0
  3605. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/web_deployments_o_auth_exchange_request.py +0 -0
  3606. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/web_deployments_o_auth_request_parameters.py +0 -0
  3607. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/web_deployments_refresh_jwt_request.py +0 -0
  3608. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/web_messaging_attachment.py +0 -0
  3609. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/web_messaging_button_response.py +0 -0
  3610. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/web_messaging_channel.py +0 -0
  3611. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/web_messaging_content.py +0 -0
  3612. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/web_messaging_event.py +0 -0
  3613. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/web_messaging_event_co_browse.py +0 -0
  3614. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/web_messaging_event_presence.py +0 -0
  3615. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/web_messaging_generic.py +0 -0
  3616. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/web_messaging_message.py +0 -0
  3617. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/web_messaging_message_entity_list.py +0 -0
  3618. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/web_messaging_offer_fields.py +0 -0
  3619. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/web_messaging_quick_reply.py +0 -0
  3620. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/web_messaging_recipient.py +0 -0
  3621. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/week_schedule.py +0 -0
  3622. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/week_schedule_generation_result.py +0 -0
  3623. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/week_schedule_list_item_response.py +0 -0
  3624. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/week_schedule_list_response.py +0 -0
  3625. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/week_schedule_reference.py +0 -0
  3626. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/week_schedule_response.py +0 -0
  3627. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/week_shift_trade_list_response.py +0 -0
  3628. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/week_shift_trade_matches_summary_response.py +0 -0
  3629. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/week_shift_trade_response.py +0 -0
  3630. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wem_coaching_appointment_topic_coaching_appointment_conversation.py +0 -0
  3631. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wem_coaching_appointment_topic_coaching_appointment_document.py +0 -0
  3632. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wem_coaching_appointment_topic_coaching_appointment_external_link.py +0 -0
  3633. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wem_coaching_appointment_topic_coaching_appointment_notification.py +0 -0
  3634. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wem_coaching_appointment_topic_user_reference.py +0 -0
  3635. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_agent.py +0 -0
  3636. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_agent_schedule_update_topic_user_reference.py +0 -0
  3637. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_agent_schedule_update_topic_wfm_agent_schedule_update.py +0 -0
  3638. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_agent_schedule_update_topic_wfm_agent_schedule_update_notification.py +0 -0
  3639. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_agent_schedule_update_topic_wfm_full_day_time_off_marker.py +0 -0
  3640. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_agent_schedule_update_topic_wfm_schedule_activity.py +0 -0
  3641. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_agent_schedule_update_topic_wfm_schedule_shift.py +0 -0
  3642. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_bu_intraday_data_update_topic_bu_intraday_data_group.py +0 -0
  3643. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_bu_intraday_data_update_topic_bu_intraday_forecast_data.py +0 -0
  3644. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_bu_intraday_data_update_topic_bu_intraday_notification.py +0 -0
  3645. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_bu_intraday_data_update_topic_bu_intraday_result.py +0 -0
  3646. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_bu_intraday_data_update_topic_bu_intraday_schedule_data.py +0 -0
  3647. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_bu_intraday_data_update_topic_bu_schedule_reference.py +0 -0
  3648. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_bu_intraday_data_update_topic_bu_short_term_forecast_reference.py +0 -0
  3649. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_bu_intraday_data_update_topic_intraday_performance_prediction_data.py +0 -0
  3650. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_bu_schedule_query_result_topic_bu_schedule_search_result_notification.py +0 -0
  3651. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_bu_schedule_run_topic_bu_schedule_reference.py +0 -0
  3652. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_bu_schedule_run_topic_bu_schedule_run.py +0 -0
  3653. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_bu_schedule_run_topic_bu_scheduling_run_progress_notification.py +0 -0
  3654. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_bu_schedule_run_topic_scheduler_message_severity_count.py +0 -0
  3655. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_bu_schedule_run_topic_user_reference.py +0 -0
  3656. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_bu_schedule_search_result_topic_bu_schedule_search_result_notification.py +0 -0
  3657. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_bu_schedule_topic_bu_management_unit_schedule_summary.py +0 -0
  3658. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_bu_schedule_topic_bu_schedule_generation_result_summary.py +0 -0
  3659. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_bu_schedule_topic_bu_schedule_metadata.py +0 -0
  3660. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_bu_schedule_topic_bu_schedule_notification.py +0 -0
  3661. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_bu_schedule_topic_bu_short_term_forecast_reference.py +0 -0
  3662. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_bu_schedule_topic_management_unit.py +0 -0
  3663. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_bu_schedule_topic_scheduler_message_severity_count.py +0 -0
  3664. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_bu_schedule_topic_user_reference.py +0 -0
  3665. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_bu_schedule_topic_wfm_versioned_entity_metadata.py +0 -0
  3666. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_bu_short_term_forecast_copy_complete_topic_bu_forecast_modification.py +0 -0
  3667. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_bu_short_term_forecast_copy_complete_topic_bu_short_term_forecast.py +0 -0
  3668. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_bu_short_term_forecast_copy_complete_topic_bu_short_term_forecast_notification.py +0 -0
  3669. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_bu_short_term_forecast_copy_complete_topic_forecast_source_day_pointer.py +0 -0
  3670. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_bu_short_term_forecast_copy_complete_topic_modification_interval_offset_value.py +0 -0
  3671. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_bu_short_term_forecast_copy_complete_topic_user_reference.py +0 -0
  3672. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_bu_short_term_forecast_copy_complete_topic_wfm_versioned_entity_metadata.py +0 -0
  3673. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_bu_short_term_forecast_generate_progress_topic_bu_forecast_modification.py +0 -0
  3674. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_bu_short_term_forecast_generate_progress_topic_bu_short_term_forecast.py +0 -0
  3675. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_bu_short_term_forecast_generate_progress_topic_forecast_source_day_pointer.py +0 -0
  3676. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_bu_short_term_forecast_generate_progress_topic_generate_bu_short_term_forecast_progress_notification.py +0 -0
  3677. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_bu_short_term_forecast_generate_progress_topic_modification_interval_offset_value.py +0 -0
  3678. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_bu_short_term_forecast_generate_progress_topic_user_reference.py +0 -0
  3679. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_bu_short_term_forecast_generate_progress_topic_wfm_versioned_entity_metadata.py +0 -0
  3680. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_bu_short_term_forecast_import_complete_topic_bu_forecast_modification.py +0 -0
  3681. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_bu_short_term_forecast_import_complete_topic_bu_short_term_forecast.py +0 -0
  3682. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_bu_short_term_forecast_import_complete_topic_bu_short_term_forecast_notification.py +0 -0
  3683. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_bu_short_term_forecast_import_complete_topic_forecast_source_day_pointer.py +0 -0
  3684. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_bu_short_term_forecast_import_complete_topic_modification_interval_offset_value.py +0 -0
  3685. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_bu_short_term_forecast_import_complete_topic_user_reference.py +0 -0
  3686. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_bu_short_term_forecast_import_complete_topic_wfm_versioned_entity_metadata.py +0 -0
  3687. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_bu_short_term_forecast_update_complete_topic_bu_forecast_modification.py +0 -0
  3688. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_bu_short_term_forecast_update_complete_topic_bu_short_term_forecast.py +0 -0
  3689. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_bu_short_term_forecast_update_complete_topic_bu_short_term_forecast_notification.py +0 -0
  3690. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_bu_short_term_forecast_update_complete_topic_forecast_source_day_pointer.py +0 -0
  3691. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_bu_short_term_forecast_update_complete_topic_modification_interval_offset_value.py +0 -0
  3692. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_bu_short_term_forecast_update_complete_topic_user_reference.py +0 -0
  3693. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_bu_short_term_forecast_update_complete_topic_wfm_versioned_entity_metadata.py +0 -0
  3694. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_bulk_shift_trade_state_update_notification_topic_bulk_shift_trade_state_update_notification.py +0 -0
  3695. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_bulk_shift_trade_state_update_notification_topic_bulk_shift_trade_state_update_result.py +0 -0
  3696. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_bulk_shift_trade_state_update_notification_topic_bulk_shift_trade_state_update_result_listing.py +0 -0
  3697. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_bulk_shift_trade_state_update_notification_topic_user_reference.py +0 -0
  3698. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_bulk_shift_trade_state_update_notification_topic_wfm_versioned_entity_metadata.py +0 -0
  3699. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_business_unit_reference.py +0 -0
  3700. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_forecast_modification_interval_offset_value.py +0 -0
  3701. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_historical_adherence_bulk_calculations_complete_topic_wfm_historical_adherence_bulk_calculations_complete_notification.py +0 -0
  3702. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_historical_adherence_bulk_item.py +0 -0
  3703. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_historical_adherence_bulk_job_reference.py +0 -0
  3704. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_historical_adherence_bulk_query.py +0 -0
  3705. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_historical_adherence_bulk_response.py +0 -0
  3706. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_historical_adherence_bulk_result.py +0 -0
  3707. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_historical_adherence_bulk_user_day_metrics.py +0 -0
  3708. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_historical_adherence_bulk_user_result.py +0 -0
  3709. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_historical_adherence_calculations_complete_topic_wfm_historical_adherence_calculations_complete_notice.py +0 -0
  3710. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_historical_adherence_query.py +0 -0
  3711. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_historical_adherence_query_for_users.py +0 -0
  3712. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_historical_adherence_response.py +0 -0
  3713. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_historical_adherence_result_wrapper.py +0 -0
  3714. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_historical_data_upload_purge_request_status_topic_historical_data_upload_purge_request_update.py +0 -0
  3715. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_historical_data_upload_request_status_topic_historical_data_upload_request_update.py +0 -0
  3716. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_historical_shrinkage_calculations_complete_topic_historical_shrinkage_calculations_complete_notification.py +0 -0
  3717. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_historical_shrinkage_request.py +0 -0
  3718. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_historical_shrinkage_response.py +0 -0
  3719. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_integrations_hris_time_off_types_job_topic_error_body.py +0 -0
  3720. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_integrations_hris_time_off_types_job_topic_hris_time_off_type.py +0 -0
  3721. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_integrations_hris_time_off_types_job_topic_hris_time_off_types_job_notification.py +0 -0
  3722. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_intraday_data_update_topic_intraday_data_group.py +0 -0
  3723. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_intraday_data_update_topic_intraday_data_update.py +0 -0
  3724. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_intraday_data_update_topic_intraday_forecast_data.py +0 -0
  3725. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_intraday_data_update_topic_intraday_historical_agent_data.py +0 -0
  3726. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_intraday_data_update_topic_intraday_historical_queue_data.py +0 -0
  3727. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_intraday_data_update_topic_intraday_metric.py +0 -0
  3728. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_intraday_data_update_topic_intraday_performance_prediction_agent_data.py +0 -0
  3729. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_intraday_data_update_topic_intraday_performance_prediction_queue_data.py +0 -0
  3730. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_intraday_data_update_topic_intraday_schedule_data.py +0 -0
  3731. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_intraday_planning_group_listing.py +0 -0
  3732. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_move_agents_complete_topic_management_unit.py +0 -0
  3733. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_move_agents_complete_topic_user_reference.py +0 -0
  3734. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_move_agents_complete_topic_wfm_move_agent_data.py +0 -0
  3735. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_move_agents_complete_topic_wfm_move_agents_complete.py +0 -0
  3736. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_move_management_unit_topic_business_unit.py +0 -0
  3737. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_move_management_unit_topic_move_management_unit_notification.py +0 -0
  3738. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_process_upload_request.py +0 -0
  3739. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_schedule_activity.py +0 -0
  3740. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_schedule_reference.py +0 -0
  3741. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_schedule_topic_wfm_schedule_notification.py +0 -0
  3742. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_service_goal_impact.py +0 -0
  3743. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_service_goal_impact_settings.py +0 -0
  3744. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_time_off_balance_job_topic_error_body.py +0 -0
  3745. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_time_off_balance_job_topic_time_off_balance.py +0 -0
  3746. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_time_off_balance_job_topic_time_off_balance_job_notification.py +0 -0
  3747. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_time_off_request_update_topic_time_off_request_update.py +0 -0
  3748. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_time_off_request_update_topic_user_reference.py +0 -0
  3749. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_update_agent_details_topic_wfm_update_agent_details_complete.py +0 -0
  3750. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_user_entity_listing.py +0 -0
  3751. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_user_notification.py +0 -0
  3752. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_user_notification_topic_adherence_explanation_notification.py +0 -0
  3753. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_user_notification_topic_business_unit.py +0 -0
  3754. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_user_notification_topic_management_unit.py +0 -0
  3755. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_user_notification_topic_shift_trade_notification.py +0 -0
  3756. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_user_notification_topic_time_off_request_notification.py +0 -0
  3757. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_user_notification_topic_user_reference.py +0 -0
  3758. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_user_notification_topic_wfm_user_notification.py +0 -0
  3759. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_user_schedule_adherence_updated_mu_topic_activity_code_reference.py +0 -0
  3760. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_user_schedule_adherence_updated_mu_topic_queue_reference.py +0 -0
  3761. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_user_schedule_adherence_updated_mu_topic_real_time_adherence_explanation.py +0 -0
  3762. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_user_schedule_adherence_updated_mu_topic_secondary_presence_reference.py +0 -0
  3763. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_user_schedule_adherence_updated_mu_topic_uri_reference.py +0 -0
  3764. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_user_schedule_adherence_updated_mu_topic_user_reference.py +0 -0
  3765. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_user_schedule_adherence_updated_mu_topic_user_schedule_adherence_update.py +0 -0
  3766. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_user_schedule_adherence_updated_team_topic_activity_code_reference.py +0 -0
  3767. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_user_schedule_adherence_updated_team_topic_queue_reference.py +0 -0
  3768. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_user_schedule_adherence_updated_team_topic_real_time_adherence_explanation.py +0 -0
  3769. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_user_schedule_adherence_updated_team_topic_secondary_presence_reference.py +0 -0
  3770. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_user_schedule_adherence_updated_team_topic_uri_reference.py +0 -0
  3771. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_user_schedule_adherence_updated_team_topic_user_reference.py +0 -0
  3772. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_user_schedule_adherence_updated_team_topic_user_schedule_adherence_update.py +0 -0
  3773. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_user_schedule_adherence_updated_topic_activity_code_reference.py +0 -0
  3774. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_user_schedule_adherence_updated_topic_queue_reference.py +0 -0
  3775. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_user_schedule_adherence_updated_topic_real_time_adherence_explanation.py +0 -0
  3776. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_user_schedule_adherence_updated_topic_secondary_presence_reference.py +0 -0
  3777. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_user_schedule_adherence_updated_topic_uri_reference.py +0 -0
  3778. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_user_schedule_adherence_updated_topic_user_reference.py +0 -0
  3779. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_user_schedule_adherence_updated_topic_user_schedule_adherence_update.py +0 -0
  3780. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wfm_versioned_entity_metadata.py +0 -0
  3781. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/whats_app_available_phone_number_details.py +0 -0
  3782. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/whats_app_available_phone_number_details_listing.py +0 -0
  3783. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/whats_app_definition.py +0 -0
  3784. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/whats_app_id.py +0 -0
  3785. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/whats_app_integration.py +0 -0
  3786. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/whats_app_integration_request.py +0 -0
  3787. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/whats_app_integration_update_request.py +0 -0
  3788. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/widget_client_config.py +0 -0
  3789. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/widget_client_config_third_party.py +0 -0
  3790. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/widget_client_config_v1.py +0 -0
  3791. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/widget_client_config_v1_http.py +0 -0
  3792. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/widget_client_config_v2.py +0 -0
  3793. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/widget_deployment.py +0 -0
  3794. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/widget_deployment_entity_listing.py +0 -0
  3795. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/work_plan.py +0 -0
  3796. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/work_plan_activity.py +0 -0
  3797. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/work_plan_configuration_violation_message.py +0 -0
  3798. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/work_plan_constraint_conflict_message.py +0 -0
  3799. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/work_plan_constraint_message.py +0 -0
  3800. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/work_plan_list_item_response.py +0 -0
  3801. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/work_plan_list_response.py +0 -0
  3802. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/work_plan_pattern_request.py +0 -0
  3803. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/work_plan_pattern_response.py +0 -0
  3804. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/work_plan_reference.py +0 -0
  3805. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/work_plan_rotation_agent_response.py +0 -0
  3806. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/work_plan_rotation_list_response.py +0 -0
  3807. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/work_plan_rotation_reference.py +0 -0
  3808. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/work_plan_rotation_response.py +0 -0
  3809. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/work_plan_shift.py +0 -0
  3810. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/work_plan_validation_message_argument.py +0 -0
  3811. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/work_plan_validation_request.py +0 -0
  3812. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/workday_metric.py +0 -0
  3813. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/workday_metric_listing.py +0 -0
  3814. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/workday_points_trend.py +0 -0
  3815. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/workday_points_trend_item.py +0 -0
  3816. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/workday_values_metric_item.py +0 -0
  3817. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/workday_values_trend.py +0 -0
  3818. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/workday_values_trend_item.py +0 -0
  3819. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/workflow_target_settings.py +0 -0
  3820. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/workitems_events_notification_custom_attribute.py +0 -0
  3821. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/workitems_events_notification_delta.py +0 -0
  3822. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/workitems_events_notification_workitem.py +0 -0
  3823. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/workitems_events_notification_wrapup.py +0 -0
  3824. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/workitems_queue_events_notification_custom_attribute.py +0 -0
  3825. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/workitems_queue_events_notification_delta.py +0 -0
  3826. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/workitems_queue_events_notification_workitem.py +0 -0
  3827. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/workitems_queue_events_notification_wrapup.py +0 -0
  3828. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/workitems_user_events_notification_custom_attribute.py +0 -0
  3829. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/workitems_user_events_notification_delta.py +0 -0
  3830. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/workitems_user_events_notification_workitem.py +0 -0
  3831. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/workitems_user_events_notification_wrapup.py +0 -0
  3832. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/workspace.py +0 -0
  3833. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/workspace_create.py +0 -0
  3834. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/workspace_member.py +0 -0
  3835. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/workspace_summary.py +0 -0
  3836. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wrap_up_code_config.py +0 -0
  3837. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wrap_up_code_mapping.py +0 -0
  3838. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wrap_up_code_reference.py +0 -0
  3839. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wrapup.py +0 -0
  3840. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wrapup_code.py +0 -0
  3841. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wrapup_code_request.py +0 -0
  3842. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/wrapup_detail_event_topic_wrapup_event.py +0 -0
  3843. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/writable_dialer_contact.py +0 -0
  3844. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/writable_division.py +0 -0
  3845. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/writable_entity.py +0 -0
  3846. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/models/writable_starrable_division.py +0 -0
  3847. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/purecloud_region_hosts.py +0 -0
  3848. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/rest.py +0 -0
  3849. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2/utils.py +0 -0
  3850. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2.egg-info/dependency_links.txt +0 -0
  3851. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2.egg-info/requires.txt +0 -0
  3852. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/PureCloudPlatformClientV2.egg-info/top_level.txt +0 -0
  3853. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/README.md +0 -0
  3854. {PureCloudPlatformClientV2-167.0.3 → PureCloudPlatformClientV2-168.0.0}/setup.cfg +0 -0
@@ -0,0 +1,13 @@
1
+ Metadata-Version: 2.1
2
+ Name: PureCloudPlatformClientV2
3
+ Version: 168.0.0
4
+ Summary: PureCloud Platform API SDK
5
+ Home-page: https://developer.mypurecloud.com/api/rest/client-libraries/python/
6
+ Author: Genesys Developer Evangelists
7
+ Author-email: DeveloperEvangelists@Genesys.com
8
+ License: UNKNOWN
9
+ Keywords: Swagger PureCloud Platform API Genesys
10
+ Platform: UNKNOWN
11
+
12
+ A Python library to interface with the PureCloud Platform API
13
+