@otr-app/shared-backend-generated-client 2.4.24 → 2.4.26
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.
- package/dist/angular/api/dashboardController.service.ts +9 -4
- package/dist/angular/model/listPhoneCallsModel.ts +1 -0
- package/dist/angular/model/violationModel.ts +1 -0
- package/dist/angular/model/workflowViolationModel.ts +1 -0
- package/dist/otrBackendService.js +5 -0
- package/dist/otrBackendService.min.js +5 -5
- package/dist/typescript/api/DashboardControllerApi.d.ts +2 -1
- package/dist/typescript/api/DashboardControllerApi.js +5 -1
- package/dist/typescript/model/IntercomNext.d.ts +15 -0
- package/dist/typescript/model/IntercomNext.js +13 -0
- package/dist/typescript/model/IntercomPages.d.ts +19 -0
- package/dist/typescript/model/IntercomPages.js +13 -0
- package/dist/typescript/model/IntercomSearchConversationsResponse.d.ts +1 -0
- package/dist/typescript/model/ListPhoneCallsModel.d.ts +1 -0
- package/dist/typescript/model/UserAccountModel.d.ts +1 -0
- package/dist/typescript/model/ViolationModel.d.ts +1 -0
- package/dist/typescript/model/WorkflowViolationModel.d.ts +1 -0
- package/dist/typescript/model/models.d.ts +2 -0
- package/dist/typescript/model/models.js +2 -0
- package/package.json +1 -1
|
@@ -805,6 +805,7 @@ export class DashboardControllerService {
|
|
|
805
805
|
* @param agentName agentName
|
|
806
806
|
* @param callQueueName callQueueName
|
|
807
807
|
* @param callStatus callStatus
|
|
808
|
+
* @param callStatusName callStatusName
|
|
808
809
|
* @param customerName customerName
|
|
809
810
|
* @param direction direction
|
|
810
811
|
* @param endDate endDate
|
|
@@ -823,10 +824,10 @@ export class DashboardControllerService {
|
|
|
823
824
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
824
825
|
* @param reportProgress flag to report request and response progress.
|
|
825
826
|
*/
|
|
826
|
-
public listPhoneCallsUsingGET(agentId?: number, agentName?: string, callQueueName?: string, callStatus?: 'ABANDONED' | 'BLOCKED' | 'BUSY' | 'COMPLETED' | 'CONNECTING' | 'CONNECTION_FAILED' | 'DEFAULT' | 'DISCONNECTED' | 'ENQUEUED' | 'IN_PROGRESS' | 'MISSED_CALL' | 'ON_HOLD' | 'RECENTLY_COMPLETED' | 'RESTRICTED' | 'VOICEMAIL' | 'VOICEMAIL_RECORDING_IN_PROGRESS', customerName?: string, direction?: 'INCOMING' | 'OUTGOING', endDate?: string, ivrName?: string, length?: number, page?: number, phoneNumber?: string, shouldIncludePhoneCalls?: boolean, sortBy?: string, sortOrder?: string, startDate?: string, teamName?: string, timeZoneId?: string, totalCalls?: number, totalOtrAccounts?: number, observe?: 'body', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<ListPhoneCallsResponse>;
|
|
827
|
-
public listPhoneCallsUsingGET(agentId?: number, agentName?: string, callQueueName?: string, callStatus?: 'ABANDONED' | 'BLOCKED' | 'BUSY' | 'COMPLETED' | 'CONNECTING' | 'CONNECTION_FAILED' | 'DEFAULT' | 'DISCONNECTED' | 'ENQUEUED' | 'IN_PROGRESS' | 'MISSED_CALL' | 'ON_HOLD' | 'RECENTLY_COMPLETED' | 'RESTRICTED' | 'VOICEMAIL' | 'VOICEMAIL_RECORDING_IN_PROGRESS', customerName?: string, direction?: 'INCOMING' | 'OUTGOING', endDate?: string, ivrName?: string, length?: number, page?: number, phoneNumber?: string, shouldIncludePhoneCalls?: boolean, sortBy?: string, sortOrder?: string, startDate?: string, teamName?: string, timeZoneId?: string, totalCalls?: number, totalOtrAccounts?: number, observe?: 'response', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<HttpResponse<ListPhoneCallsResponse>>;
|
|
828
|
-
public listPhoneCallsUsingGET(agentId?: number, agentName?: string, callQueueName?: string, callStatus?: 'ABANDONED' | 'BLOCKED' | 'BUSY' | 'COMPLETED' | 'CONNECTING' | 'CONNECTION_FAILED' | 'DEFAULT' | 'DISCONNECTED' | 'ENQUEUED' | 'IN_PROGRESS' | 'MISSED_CALL' | 'ON_HOLD' | 'RECENTLY_COMPLETED' | 'RESTRICTED' | 'VOICEMAIL' | 'VOICEMAIL_RECORDING_IN_PROGRESS', customerName?: string, direction?: 'INCOMING' | 'OUTGOING', endDate?: string, ivrName?: string, length?: number, page?: number, phoneNumber?: string, shouldIncludePhoneCalls?: boolean, sortBy?: string, sortOrder?: string, startDate?: string, teamName?: string, timeZoneId?: string, totalCalls?: number, totalOtrAccounts?: number, observe?: 'events', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<HttpEvent<ListPhoneCallsResponse>>;
|
|
829
|
-
public listPhoneCallsUsingGET(agentId?: number, agentName?: string, callQueueName?: string, callStatus?: 'ABANDONED' | 'BLOCKED' | 'BUSY' | 'COMPLETED' | 'CONNECTING' | 'CONNECTION_FAILED' | 'DEFAULT' | 'DISCONNECTED' | 'ENQUEUED' | 'IN_PROGRESS' | 'MISSED_CALL' | 'ON_HOLD' | 'RECENTLY_COMPLETED' | 'RESTRICTED' | 'VOICEMAIL' | 'VOICEMAIL_RECORDING_IN_PROGRESS', customerName?: string, direction?: 'INCOMING' | 'OUTGOING', endDate?: string, ivrName?: string, length?: number, page?: number, phoneNumber?: string, shouldIncludePhoneCalls?: boolean, sortBy?: string, sortOrder?: string, startDate?: string, teamName?: string, timeZoneId?: string, totalCalls?: number, totalOtrAccounts?: number, observe: any = 'body', reportProgress: boolean = false, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<any> {
|
|
827
|
+
public listPhoneCallsUsingGET(agentId?: number, agentName?: string, callQueueName?: string, callStatus?: 'ABANDONED' | 'BLOCKED' | 'BUSY' | 'COMPLETED' | 'CONNECTING' | 'CONNECTION_FAILED' | 'DEFAULT' | 'DISCONNECTED' | 'ENQUEUED' | 'IN_PROGRESS' | 'MISSED_CALL' | 'ON_HOLD' | 'RECENTLY_COMPLETED' | 'RESTRICTED' | 'VOICEMAIL' | 'VOICEMAIL_RECORDING_IN_PROGRESS', callStatusName?: string, customerName?: string, direction?: 'INCOMING' | 'OUTGOING', endDate?: string, ivrName?: string, length?: number, page?: number, phoneNumber?: string, shouldIncludePhoneCalls?: boolean, sortBy?: string, sortOrder?: string, startDate?: string, teamName?: string, timeZoneId?: string, totalCalls?: number, totalOtrAccounts?: number, observe?: 'body', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<ListPhoneCallsResponse>;
|
|
828
|
+
public listPhoneCallsUsingGET(agentId?: number, agentName?: string, callQueueName?: string, callStatus?: 'ABANDONED' | 'BLOCKED' | 'BUSY' | 'COMPLETED' | 'CONNECTING' | 'CONNECTION_FAILED' | 'DEFAULT' | 'DISCONNECTED' | 'ENQUEUED' | 'IN_PROGRESS' | 'MISSED_CALL' | 'ON_HOLD' | 'RECENTLY_COMPLETED' | 'RESTRICTED' | 'VOICEMAIL' | 'VOICEMAIL_RECORDING_IN_PROGRESS', callStatusName?: string, customerName?: string, direction?: 'INCOMING' | 'OUTGOING', endDate?: string, ivrName?: string, length?: number, page?: number, phoneNumber?: string, shouldIncludePhoneCalls?: boolean, sortBy?: string, sortOrder?: string, startDate?: string, teamName?: string, timeZoneId?: string, totalCalls?: number, totalOtrAccounts?: number, observe?: 'response', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<HttpResponse<ListPhoneCallsResponse>>;
|
|
829
|
+
public listPhoneCallsUsingGET(agentId?: number, agentName?: string, callQueueName?: string, callStatus?: 'ABANDONED' | 'BLOCKED' | 'BUSY' | 'COMPLETED' | 'CONNECTING' | 'CONNECTION_FAILED' | 'DEFAULT' | 'DISCONNECTED' | 'ENQUEUED' | 'IN_PROGRESS' | 'MISSED_CALL' | 'ON_HOLD' | 'RECENTLY_COMPLETED' | 'RESTRICTED' | 'VOICEMAIL' | 'VOICEMAIL_RECORDING_IN_PROGRESS', callStatusName?: string, customerName?: string, direction?: 'INCOMING' | 'OUTGOING', endDate?: string, ivrName?: string, length?: number, page?: number, phoneNumber?: string, shouldIncludePhoneCalls?: boolean, sortBy?: string, sortOrder?: string, startDate?: string, teamName?: string, timeZoneId?: string, totalCalls?: number, totalOtrAccounts?: number, observe?: 'events', reportProgress?: boolean, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<HttpEvent<ListPhoneCallsResponse>>;
|
|
830
|
+
public listPhoneCallsUsingGET(agentId?: number, agentName?: string, callQueueName?: string, callStatus?: 'ABANDONED' | 'BLOCKED' | 'BUSY' | 'COMPLETED' | 'CONNECTING' | 'CONNECTION_FAILED' | 'DEFAULT' | 'DISCONNECTED' | 'ENQUEUED' | 'IN_PROGRESS' | 'MISSED_CALL' | 'ON_HOLD' | 'RECENTLY_COMPLETED' | 'RESTRICTED' | 'VOICEMAIL' | 'VOICEMAIL_RECORDING_IN_PROGRESS', callStatusName?: string, customerName?: string, direction?: 'INCOMING' | 'OUTGOING', endDate?: string, ivrName?: string, length?: number, page?: number, phoneNumber?: string, shouldIncludePhoneCalls?: boolean, sortBy?: string, sortOrder?: string, startDate?: string, teamName?: string, timeZoneId?: string, totalCalls?: number, totalOtrAccounts?: number, observe: any = 'body', reportProgress: boolean = false, options?: {httpHeaderAccept?: 'application/json', context?: HttpContext}): Observable<any> {
|
|
830
831
|
|
|
831
832
|
let localVarQueryParameters = new HttpParams({encoder: this.encoder});
|
|
832
833
|
if (agentId !== undefined && agentId !== null) {
|
|
@@ -845,6 +846,10 @@ export class DashboardControllerService {
|
|
|
845
846
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters,
|
|
846
847
|
<any>callStatus, 'callStatus');
|
|
847
848
|
}
|
|
849
|
+
if (callStatusName !== undefined && callStatusName !== null) {
|
|
850
|
+
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters,
|
|
851
|
+
<any>callStatusName, 'callStatusName');
|
|
852
|
+
}
|
|
848
853
|
if (customerName !== undefined && customerName !== null) {
|
|
849
854
|
localVarQueryParameters = this.addToHttpParams(localVarQueryParameters,
|
|
850
855
|
<any>customerName, 'customerName');
|
|
@@ -19,6 +19,7 @@ export interface ListPhoneCallsModel {
|
|
|
19
19
|
callQueueName?: string;
|
|
20
20
|
callStartDateUtc?: string;
|
|
21
21
|
callStatus?: ListPhoneCallsModel.CallStatusEnum;
|
|
22
|
+
callStatusName?: string;
|
|
22
23
|
customerName?: string;
|
|
23
24
|
holdDurationInSeconds?: number;
|
|
24
25
|
ivrDurationInSeconds?: number;
|
|
@@ -13,6 +13,7 @@ import { WorkflowViolationPenaltyModel } from './workflowViolationPenaltyModel';
|
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
export interface WorkflowViolationModel {
|
|
16
|
+
classDescription?: string;
|
|
16
17
|
isCriminal?: boolean;
|
|
17
18
|
isWobblerToCriminal?: boolean;
|
|
18
19
|
penalties?: Array<WorkflowViolationPenaltyModel>;
|
|
@@ -6138,6 +6138,7 @@ angular.module('otrBackendService', [])
|
|
|
6138
6138
|
* @param {string} parameters.agentName - agentName
|
|
6139
6139
|
* @param {string} parameters.callQueueName - callQueueName
|
|
6140
6140
|
* @param {string} parameters.callStatus - callStatus
|
|
6141
|
+
* @param {string} parameters.callStatusName - callStatusName
|
|
6141
6142
|
* @param {string} parameters.customerName - customerName
|
|
6142
6143
|
* @param {string} parameters.direction - direction
|
|
6143
6144
|
* @param {string} parameters.endDate - endDate
|
|
@@ -6184,6 +6185,10 @@ angular.module('otrBackendService', [])
|
|
|
6184
6185
|
queryParameters['callStatus'] = parameters['callStatus'];
|
|
6185
6186
|
}
|
|
6186
6187
|
|
|
6188
|
+
if (parameters['callStatusName'] !== undefined) {
|
|
6189
|
+
queryParameters['callStatusName'] = parameters['callStatusName'];
|
|
6190
|
+
}
|
|
6191
|
+
|
|
6187
6192
|
if (parameters['customerName'] !== undefined) {
|
|
6188
6193
|
queryParameters['customerName'] = parameters['customerName'];
|
|
6189
6194
|
}
|