|
318 | 318 | from .models.cobrowsesession import Cobrowsesession |
319 | 319 | from .models.command_status import CommandStatus |
320 | 320 | from .models.command_status_entity_listing import CommandStatusEntityListing |
| 321 | +from .models.common_campaign import CommonCampaign |
| 322 | +from .models.common_campaign_division_view import CommonCampaignDivisionView |
| 323 | +from .models.common_campaign_division_view_entity_listing import CommonCampaignDivisionViewEntityListing |
| 324 | +from .models.common_campaign_entity_listing import CommonCampaignEntityListing |
321 | 325 | from .models.condition import Condition |
322 | 326 | from .models.connect_rate import ConnectRate |
323 | 327 | from .models.consult_transfer import ConsultTransfer |
|
942 | 946 | from .models.headcount_forecast import HeadcountForecast |
943 | 947 | from .models.headcount_interval import HeadcountInterval |
944 | 948 | from .models.help_link import HelpLink |
| 949 | +from .models.historical_adherence_actuals import HistoricalAdherenceActuals |
| 950 | +from .models.historical_adherence_day_metrics import HistoricalAdherenceDayMetrics |
| 951 | +from .models.historical_adherence_exception_info import HistoricalAdherenceExceptionInfo |
| 952 | +from .models.historical_adherence_query_result import HistoricalAdherenceQueryResult |
945 | 953 | from .models.history_entry import HistoryEntry |
946 | 954 | from .models.history_listing import HistoryListing |
947 | 955 | from .models.homer_record import HomerRecord |
|
1100 | 1108 | from .models.message_media_policy_conditions import MessageMediaPolicyConditions |
1101 | 1109 | from .models.message_sticker import MessageSticker |
1102 | 1110 | from .models.message_sticker_attachment import MessageStickerAttachment |
| 1111 | +from .models.messaging_campaign import MessagingCampaign |
| 1112 | +from .models.messaging_campaign_division_view import MessagingCampaignDivisionView |
| 1113 | +from .models.messaging_campaign_division_view_entity_listing import MessagingCampaignDivisionViewEntityListing |
| 1114 | +from .models.messaging_campaign_entity_listing import MessagingCampaignEntityListing |
1103 | 1115 | from .models.messaging_integration import MessagingIntegration |
1104 | 1116 | from .models.messaging_integration_entity_listing import MessagingIntegrationEntityListing |
1105 | 1117 | from .models.messaging_sticker import MessagingSticker |
|
1663 | 1675 | from .models.sms_address_entity_listing import SmsAddressEntityListing |
1664 | 1676 | from .models.sms_address_provision import SmsAddressProvision |
1665 | 1677 | from .models.sms_available_phone_number import SmsAvailablePhoneNumber |
| 1678 | +from .models.sms_config import SmsConfig |
1666 | 1679 | from .models.sms_phone_number import SmsPhoneNumber |
1667 | 1680 | from .models.sms_phone_number_entity_listing import SmsPhoneNumberEntityListing |
1668 | 1681 | from .models.sms_phone_number_provision import SmsPhoneNumberProvision |
| 1682 | +from .models.sms_phone_number_ref import SmsPhoneNumberRef |
1669 | 1683 | from .models.social_expression import SocialExpression |
1670 | 1684 | from .models.social_handle import SocialHandle |
1671 | 1685 | from .models.sort_item import SortItem |
|
1989 | 2003 | from .models.wfm_bulk_shift_trade_state_update_notification_topic_local_date import WfmBulkShiftTradeStateUpdateNotificationTopicLocalDate |
1990 | 2004 | from .models.wfm_bulk_shift_trade_state_update_notification_topic_user_reference import WfmBulkShiftTradeStateUpdateNotificationTopicUserReference |
1991 | 2005 | from .models.wfm_bulk_shift_trade_state_update_notification_topic_wfm_versioned_entity_metadata import WfmBulkShiftTradeStateUpdateNotificationTopicWfmVersionedEntityMetadata |
| 2006 | +from .models.wfm_business_unit_reference import WfmBusinessUnitReference |
1992 | 2007 | from .models.wfm_forecast_modification_interval_offset_value import WfmForecastModificationIntervalOffsetValue |
1993 | 2008 | from .models.wfm_historical_adherence_calculations_complete_topic_wfm_historical_adherence_calculations_complete_notice import WfmHistoricalAdherenceCalculationsCompleteTopicWfmHistoricalAdherenceCalculationsCompleteNotice |
1994 | 2009 | from .models.wfm_historical_adherence_query import WfmHistoricalAdherenceQuery |
1995 | 2010 | from .models.wfm_historical_adherence_query_for_users import WfmHistoricalAdherenceQueryForUsers |
1996 | 2011 | from .models.wfm_historical_adherence_response import WfmHistoricalAdherenceResponse |
| 2012 | +from .models.wfm_historical_adherence_result_wrapper import WfmHistoricalAdherenceResultWrapper |
| 2013 | +from .models.wfm_historical_data_upload_request_status_topic_date_time import WfmHistoricalDataUploadRequestStatusTopicDateTime |
| 2014 | +from .models.wfm_historical_data_upload_request_status_topic_historical_data_upload_request_update import WfmHistoricalDataUploadRequestStatusTopicHistoricalDataUploadRequestUpdate |
1997 | 2015 | from .models.wfm_intraday_data_update_topic_intraday_data_group import WfmIntradayDataUpdateTopicIntradayDataGroup |
1998 | 2016 | from .models.wfm_intraday_data_update_topic_intraday_data_update import WfmIntradayDataUpdateTopicIntradayDataUpdate |
1999 | 2017 | from .models.wfm_intraday_data_update_topic_intraday_forecast_data import WfmIntradayDataUpdateTopicIntradayForecastData |
|
2010 | 2028 | from .models.wfm_move_agents_complete_topic_wfm_move_agents_complete import WfmMoveAgentsCompleteTopicWfmMoveAgentsComplete |
2011 | 2029 | from .models.wfm_move_management_unit_topic_business_unit import WfmMoveManagementUnitTopicBusinessUnit |
2012 | 2030 | from .models.wfm_move_management_unit_topic_move_management_unit_notification import WfmMoveManagementUnitTopicMoveManagementUnitNotification |
| 2031 | +from .models.wfm_schedule_reference import WfmScheduleReference |
2013 | 2032 | from .models.wfm_schedule_topic_wfm_schedule_notification import WfmScheduleTopicWfmScheduleNotification |
2014 | 2033 | from .models.wfm_time_off_request_update_topic_time_off_request_update import WfmTimeOffRequestUpdateTopicTimeOffRequestUpdate |
2015 | 2034 | from .models.wfm_time_off_request_update_topic_user_reference import WfmTimeOffRequestUpdateTopicUserReference |
|
0 commit comments