From f527516618ed044a3bb88e055997adbb03100236 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 19 Feb 2024 09:55:05 +0000 Subject: [PATCH] Update OpenAPI schemas --- core-api/core-api.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/core-api/core-api.json b/core-api/core-api.json index 5e4477d..05ebf6c 100644 --- a/core-api/core-api.json +++ b/core-api/core-api.json @@ -536,6 +536,8 @@ "avg_csat_survey_response", "avg_first_response_time", "avg_handle_time", + "avg_replies_to_resolution", + "avg_resolution_time", "avg_response_time", "avg_sla_breach_time", "avg_total_reply_time", @@ -548,16 +550,14 @@ "num_messages_sent", "num_sla_breach", "pct_csat_survey_satisfaction", + "pct_resolved_on_first_reply", "pct_tagged_conversations", - "num_open_segments_start", "num_closed_segments", + "num_open_segments_start", "num_open_segments_end", - "num_workload_segments", - "avg_replies_to_resolution", - "avg_resolution_time", "num_resolved_segments", "num_unresolved_active_segments", - "pct_resolved_on_first_reply" + "num_workload_segments" ] }, "AnalyticsReportRequest": {