You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: build/PureCloudPlatformClientV2/__init__.py
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -673,7 +673,6 @@
673
673
from .models.encryption_keyimportEncryptionKey
674
674
from .models.encryption_key_entity_listingimportEncryptionKeyEntityListing
675
675
from .models.endpointimportEndpoint
676
-
from .models.entityimportEntity
677
676
from .models.entryimportEntry
678
677
from .models.error_bodyimportErrorBody
679
678
from .models.error_detailsimportErrorDetails
@@ -1737,6 +1736,12 @@
1737
1736
from .models.wfm_bu_schedule_topic_management_unitimportWfmBuScheduleTopicManagementUnit
1738
1737
from .models.wfm_bu_schedule_topic_user_referenceimportWfmBuScheduleTopicUserReference
1739
1738
from .models.wfm_bu_schedule_topic_wfm_versioned_entity_metadataimportWfmBuScheduleTopicWfmVersionedEntityMetadata
1739
+
from .models.wfm_bulk_shift_trade_state_update_notification_topic_bulk_shift_trade_state_update_notificationimportWfmBulkShiftTradeStateUpdateNotificationTopicBulkShiftTradeStateUpdateNotification
1740
+
from .models.wfm_bulk_shift_trade_state_update_notification_topic_bulk_shift_trade_state_update_resultimportWfmBulkShiftTradeStateUpdateNotificationTopicBulkShiftTradeStateUpdateResult
1741
+
from .models.wfm_bulk_shift_trade_state_update_notification_topic_bulk_shift_trade_state_update_result_listingimportWfmBulkShiftTradeStateUpdateNotificationTopicBulkShiftTradeStateUpdateResultListing
1742
+
from .models.wfm_bulk_shift_trade_state_update_notification_topic_local_dateimportWfmBulkShiftTradeStateUpdateNotificationTopicLocalDate
1743
+
from .models.wfm_bulk_shift_trade_state_update_notification_topic_user_referenceimportWfmBulkShiftTradeStateUpdateNotificationTopicUserReference
1744
+
from .models.wfm_bulk_shift_trade_state_update_notification_topic_wfm_versioned_entity_metadataimportWfmBulkShiftTradeStateUpdateNotificationTopicWfmVersionedEntityMetadata
1740
1745
from .models.wfm_forecast_modificationimportWfmForecastModification
1741
1746
from .models.wfm_forecast_modification_attributesimportWfmForecastModificationAttributes
1742
1747
from .models.wfm_forecast_modification_interval_offset_valueimportWfmForecastModificationIntervalOffsetValue
There is a limit of 20 channels per user/app combination. Creating a 21st channel will remove the channel with oldest last used date.
442
+
There is a limit of 20 channels per user/app combination. Creating a 21st channel will remove the channel with oldest last used date. Channels without an active connection will be removed first.
443
443
444
444
This method makes a synchronous HTTP request by default. To make an
445
445
asynchronous HTTP request, please define a `callback` function
Copy file name to clipboardExpand all lines: build/PureCloudPlatformClientV2/models/__init__.py
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -673,7 +673,6 @@
673
673
from .encryption_keyimportEncryptionKey
674
674
from .encryption_key_entity_listingimportEncryptionKeyEntityListing
675
675
from .endpointimportEndpoint
676
-
from .entityimportEntity
677
676
from .entryimportEntry
678
677
from .error_bodyimportErrorBody
679
678
from .error_detailsimportErrorDetails
@@ -1737,6 +1736,12 @@
1737
1736
from .wfm_bu_schedule_topic_management_unitimportWfmBuScheduleTopicManagementUnit
1738
1737
from .wfm_bu_schedule_topic_user_referenceimportWfmBuScheduleTopicUserReference
1739
1738
from .wfm_bu_schedule_topic_wfm_versioned_entity_metadataimportWfmBuScheduleTopicWfmVersionedEntityMetadata
1739
+
from .wfm_bulk_shift_trade_state_update_notification_topic_bulk_shift_trade_state_update_notificationimportWfmBulkShiftTradeStateUpdateNotificationTopicBulkShiftTradeStateUpdateNotification
1740
+
from .wfm_bulk_shift_trade_state_update_notification_topic_bulk_shift_trade_state_update_resultimportWfmBulkShiftTradeStateUpdateNotificationTopicBulkShiftTradeStateUpdateResult
1741
+
from .wfm_bulk_shift_trade_state_update_notification_topic_bulk_shift_trade_state_update_result_listingimportWfmBulkShiftTradeStateUpdateNotificationTopicBulkShiftTradeStateUpdateResultListing
1742
+
from .wfm_bulk_shift_trade_state_update_notification_topic_local_dateimportWfmBulkShiftTradeStateUpdateNotificationTopicLocalDate
1743
+
from .wfm_bulk_shift_trade_state_update_notification_topic_user_referenceimportWfmBulkShiftTradeStateUpdateNotificationTopicUserReference
1744
+
from .wfm_bulk_shift_trade_state_update_notification_topic_wfm_versioned_entity_metadataimportWfmBulkShiftTradeStateUpdateNotificationTopicWfmVersionedEntityMetadata
1740
1745
from .wfm_forecast_modificationimportWfmForecastModification
1741
1746
from .wfm_forecast_modification_attributesimportWfmForecastModificationAttributes
1742
1747
from .wfm_forecast_modification_interval_offset_valueimportWfmForecastModificationIntervalOffsetValue
0 commit comments