Skip to content

Commit d5fa019

Browse files
author
PureCloud Jenkins
committed
253.0.0
1 parent ddb7ee9 commit d5fa019

6,364 files changed

Lines changed: 14876 additions & 11780 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
Documentation can be found at https://mypurecloud.github.io/platform-client-sdk-python/
77

8-
Documentation version PureCloudPlatformClientV2 252.1.0
8+
Documentation version PureCloudPlatformClientV2 253.0.0
99

1010
## Preview APIs
1111

build/.openapi-generator/FILES

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2106,6 +2106,7 @@ PureCloudPlatformClientV2/models/dynamic_group_skill_condition.py
21062106
PureCloudPlatformClientV2/models/dynamic_line_balancing_settings.py
21072107
PureCloudPlatformClientV2/models/dynamic_line_balancing_settings_patch_request.py
21082108
PureCloudPlatformClientV2/models/dynamic_utilization.py
2109+
PureCloudPlatformClientV2/models/dynamic_utilization_rule.py
21092110
PureCloudPlatformClientV2/models/edge.py
21102111
PureCloudPlatformClientV2/models/edge_auto_update_config.py
21112112
PureCloudPlatformClientV2/models/edge_change_topic_edge.py
@@ -3144,12 +3145,16 @@ PureCloudPlatformClientV2/models/knowledge_setting_listing.py
31443145
PureCloudPlatformClientV2/models/knowledge_settings.py
31453146
PureCloudPlatformClientV2/models/knowledge_settings_request.py
31463147
PureCloudPlatformClientV2/models/knowledge_settings_response.py
3148+
PureCloudPlatformClientV2/models/knowledge_sources_search_request.py
3149+
PureCloudPlatformClientV2/models/knowledge_sources_search_response.py
31473150
PureCloudPlatformClientV2/models/knowledge_suggestion_config.py
31483151
PureCloudPlatformClientV2/models/knowledge_sync_job_report.py
31493152
PureCloudPlatformClientV2/models/knowledge_sync_job_request.py
31503153
PureCloudPlatformClientV2/models/knowledge_sync_job_response.py
31513154
PureCloudPlatformClientV2/models/knowledge_sync_job_statistics.py
31523155
PureCloudPlatformClientV2/models/knowledge_sync_request.py
3156+
PureCloudPlatformClientV2/models/knowledge_v3_conversation_context.py
3157+
PureCloudPlatformClientV2/models/knowledge_v3_conversation_context_response.py
31533158
PureCloudPlatformClientV2/models/kpi_result.py
31543159
PureCloudPlatformClientV2/models/label.py
31553160
PureCloudPlatformClientV2/models/label_create_request.py
@@ -4410,6 +4415,7 @@ PureCloudPlatformClientV2/models/recording_wheel_picker_item.py
44104415
PureCloudPlatformClientV2/models/recurrence_end_settings.py
44114416
PureCloudPlatformClientV2/models/recurrence_period.py
44124417
PureCloudPlatformClientV2/models/recurrence_settings.py
4418+
PureCloudPlatformClientV2/models/recurrence_settings_base.py
44134419
PureCloudPlatformClientV2/models/referrer.py
44144420
PureCloudPlatformClientV2/models/region_time_zone.py
44154421
PureCloudPlatformClientV2/models/register_architect_export_job.py
@@ -4571,6 +4577,7 @@ PureCloudPlatformClientV2/models/schedules_division_view.py
45714577
PureCloudPlatformClientV2/models/scheduling_no_forecast_options_request.py
45724578
PureCloudPlatformClientV2/models/scheduling_options_request.py
45734579
PureCloudPlatformClientV2/models/scheduling_period.py
4580+
PureCloudPlatformClientV2/models/scheduling_period_base.py
45744581
PureCloudPlatformClientV2/models/scheduling_processing_error.py
45754582
PureCloudPlatformClientV2/models/scheduling_settings_request.py
45764583
PureCloudPlatformClientV2/models/scheduling_settings_response.py
@@ -5525,6 +5532,7 @@ PureCloudPlatformClientV2/models/v2_wfm_main_forecast_export_historical_event_ma
55255532
PureCloudPlatformClientV2/models/v2_wfm_main_forecast_export_historical_event_main_forecast_export_notification.py
55265533
PureCloudPlatformClientV2/models/v2_wfm_main_forecast_export_snapshot_event_main_forecast_error_body.py
55275534
PureCloudPlatformClientV2/models/v2_wfm_main_forecast_export_snapshot_event_main_forecast_export_notification.py
5535+
PureCloudPlatformClientV2/models/v3_knowledge_search_client_application.py
55285536
PureCloudPlatformClientV2/models/v3_source_ref.py
55295537
PureCloudPlatformClientV2/models/validate_address_request.py
55305538
PureCloudPlatformClientV2/models/validate_address_response.py
@@ -8122,6 +8130,7 @@ docs/DynamicGroupSkillCondition.md
81228130
docs/DynamicLineBalancingSettings.md
81238131
docs/DynamicLineBalancingSettingsPatchRequest.md
81248132
docs/DynamicUtilization.md
8133+
docs/DynamicUtilizationRule.md
81258134
docs/Edge.md
81268135
docs/EdgeAutoUpdateConfig.md
81278136
docs/EdgeChangeTopicEdge.md
@@ -9194,12 +9203,16 @@ docs/KnowledgeSettingListing.md
91949203
docs/KnowledgeSettings.md
91959204
docs/KnowledgeSettingsRequest.md
91969205
docs/KnowledgeSettingsResponse.md
9206+
docs/KnowledgeSourcesSearchRequest.md
9207+
docs/KnowledgeSourcesSearchResponse.md
91979208
docs/KnowledgeSuggestionConfig.md
91989209
docs/KnowledgeSyncJobReport.md
91999210
docs/KnowledgeSyncJobRequest.md
92009211
docs/KnowledgeSyncJobResponse.md
92019212
docs/KnowledgeSyncJobStatistics.md
92029213
docs/KnowledgeSyncRequest.md
9214+
docs/KnowledgeV3ConversationContext.md
9215+
docs/KnowledgeV3ConversationContextResponse.md
92039216
docs/KpiResult.md
92049217
docs/Label.md
92059218
docs/LabelCreateRequest.md
@@ -10498,6 +10511,7 @@ docs/RecordingWheelPickerItem.md
1049810511
docs/RecurrenceEndSettings.md
1049910512
docs/RecurrencePeriod.md
1050010513
docs/RecurrenceSettings.md
10514+
docs/RecurrenceSettingsBase.md
1050110515
docs/Referrer.md
1050210516
docs/RegionTimeZone.md
1050310517
docs/RegisterArchitectExportJob.md
@@ -10667,6 +10681,7 @@ docs/SchedulesDivisionView.md
1066710681
docs/SchedulingNoForecastOptionsRequest.md
1066810682
docs/SchedulingOptionsRequest.md
1066910683
docs/SchedulingPeriod.md
10684+
docs/SchedulingPeriodBase.md
1067010685
docs/SchedulingProcessingError.md
1067110686
docs/SchedulingSettingsRequest.md
1067210687
docs/SchedulingSettingsResponse.md
@@ -11657,6 +11672,7 @@ docs/V2WfmMainForecastExportHistoricalEventMainForecastErrorBody.md
1165711672
docs/V2WfmMainForecastExportHistoricalEventMainForecastExportNotification.md
1165811673
docs/V2WfmMainForecastExportSnapshotEventMainForecastErrorBody.md
1165911674
docs/V2WfmMainForecastExportSnapshotEventMainForecastExportNotification.md
11675+
docs/V3KnowledgeSearchClientApplication.md
1166011676
docs/V3SourceRef.md
1166111677
docs/ValidateAddressRequest.md
1166211678
docs/ValidateAddressResponse.md
@@ -14722,6 +14738,7 @@ docs/post_knowledge_knowledgebase_synchronize_jobs-example.txt
1472214738
docs/post_knowledge_knowledgebase_uploads_urls_jobs-example.txt
1472314739
docs/post_knowledge_knowledgebase_uploads_urls_jobs-example.txt
1472414740
docs/post_knowledge_knowledgebases-example.txt
14741+
docs/post_knowledge_search-example.txt
1472514742
docs/post_knowledge_search_preview-example.txt
1472614743
docs/post_knowledge_settings-example.txt
1472714744
docs/post_languages-example.txt

0 commit comments

Comments
 (0)