webitel-sdk 0.1.118 → 0.1.121
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/bundles/index.esm.js +565 -60
- package/bundles/index.esm.js.map +1 -1
- package/bundles/index.esm.min.js +1 -1
- package/bundles/index.esm.min.js.map +1 -1
- package/bundles/index.umd.js +619 -64
- package/bundles/index.umd.js.map +1 -1
- package/bundles/index.umd.min.js +1 -1
- package/bundles/index.umd.min.js.map +1 -1
- package/esm2015/api/agent-service-api.js +95 -0
- package/esm2015/api/agent-service-api.js.map +1 -1
- package/esm2015/api/call-file-transcript-lookup.js +13 -0
- package/esm2015/api/call-file-transcript-lookup.js.map +1 -0
- package/esm2015/api/call-service-api.js +14 -7
- package/esm2015/api/call-service-api.js.map +1 -1
- package/esm2015/api/cognitive-profile-service-api.js +14 -7
- package/esm2015/api/cognitive-profile-service-api.js.map +1 -1
- package/esm2015/api/engine-agent-today-statistics-response.js +13 -0
- package/esm2015/api/engine-agent-today-statistics-response.js.map +1 -0
- package/esm2015/api/engine-history-file-job.js +13 -0
- package/esm2015/api/engine-history-file-job.js.map +1 -0
- package/esm2015/api/engine-task-processing.js +13 -0
- package/esm2015/api/engine-task-processing.js.map +1 -0
- package/esm2015/api/file-transcript-service-api.js +246 -0
- package/esm2015/api/file-transcript-service-api.js.map +1 -0
- package/esm2015/api/index.js.map +1 -1
- package/esm2015/api/member-service-api.js +206 -45
- package/esm2015/api/member-service-api.js.map +1 -1
- package/esm2015/api/start-file-transcript-response-transcript-job.js +13 -0
- package/esm2015/api/start-file-transcript-response-transcript-job.js.map +1 -0
- package/esm2015/api/storage-list-phrases.js +13 -0
- package/esm2015/api/storage-list-phrases.js.map +1 -0
- package/esm2015/api/storage-start-file-transcript-request.js +13 -0
- package/esm2015/api/storage-start-file-transcript-request.js.map +1 -0
- package/esm2015/api/storage-start-file-transcript-response.js +13 -0
- package/esm2015/api/storage-start-file-transcript-response.js.map +1 -0
- package/esm2015/api/storage-transcript-phrase.js +13 -0
- package/esm2015/api/storage-transcript-phrase.js.map +1 -0
- package/esm2015/api.js +1 -0
- package/esm2015/api.js.map +1 -1
- package/esm2015/socket/client.js +5 -0
- package/esm2015/socket/client.js.map +1 -1
- package/esm5/api/agent-service-api.js +108 -0
- package/esm5/api/agent-service-api.js.map +1 -1
- package/esm5/api/call-file-transcript-lookup.js +13 -0
- package/esm5/api/call-file-transcript-lookup.js.map +1 -0
- package/esm5/api/call-service-api.js +14 -7
- package/esm5/api/call-service-api.js.map +1 -1
- package/esm5/api/cognitive-profile-service-api.js +14 -7
- package/esm5/api/cognitive-profile-service-api.js.map +1 -1
- package/esm5/api/engine-agent-today-statistics-response.js +13 -0
- package/esm5/api/engine-agent-today-statistics-response.js.map +1 -0
- package/esm5/api/engine-history-file-job.js +13 -0
- package/esm5/api/engine-history-file-job.js.map +1 -0
- package/esm5/api/engine-task-processing.js +13 -0
- package/esm5/api/engine-task-processing.js.map +1 -0
- package/esm5/api/file-transcript-service-api.js +280 -0
- package/esm5/api/file-transcript-service-api.js.map +1 -0
- package/esm5/api/index.js.map +1 -1
- package/esm5/api/member-service-api.js +206 -45
- package/esm5/api/member-service-api.js.map +1 -1
- package/esm5/api/start-file-transcript-response-transcript-job.js +13 -0
- package/esm5/api/start-file-transcript-response-transcript-job.js.map +1 -0
- package/esm5/api/storage-list-phrases.js +13 -0
- package/esm5/api/storage-list-phrases.js.map +1 -0
- package/esm5/api/storage-start-file-transcript-request.js +13 -0
- package/esm5/api/storage-start-file-transcript-request.js.map +1 -0
- package/esm5/api/storage-start-file-transcript-response.js +13 -0
- package/esm5/api/storage-start-file-transcript-response.js.map +1 -0
- package/esm5/api/storage-transcript-phrase.js +13 -0
- package/esm5/api/storage-transcript-phrase.js.map +1 -0
- package/esm5/api.js +1 -0
- package/esm5/api.js.map +1 -1
- package/esm5/socket/client.js +11 -5
- package/esm5/socket/client.js.map +1 -1
- package/package.json +1 -1
- package/types/api/agent-service-api.d.ts +33 -0
- package/types/api/agent-service-api.d.ts.map +1 -1
- package/types/api/call-file-transcript-lookup.d.ts +31 -0
- package/types/api/call-file-transcript-lookup.d.ts.map +1 -0
- package/types/api/call-service-api.d.ts +8 -4
- package/types/api/call-service-api.d.ts.map +1 -1
- package/types/api/cognitive-profile-service-api.d.ts +8 -4
- package/types/api/cognitive-profile-service-api.d.ts.map +1 -1
- package/types/api/engine-agent-team.d.ts +6 -0
- package/types/api/engine-agent-team.d.ts.map +1 -1
- package/types/api/engine-agent-today-statistics-response.d.ts +79 -0
- package/types/api/engine-agent-today-statistics-response.d.ts.map +1 -0
- package/types/api/engine-call-file.d.ts +7 -0
- package/types/api/engine-call-file.d.ts.map +1 -1
- package/types/api/engine-create-agent-team-request.d.ts +6 -0
- package/types/api/engine-create-agent-team-request.d.ts.map +1 -1
- package/types/api/engine-create-queue-request.d.ts +7 -0
- package/types/api/engine-create-queue-request.d.ts.map +1 -1
- package/types/api/engine-history-call.d.ts +7 -0
- package/types/api/engine-history-call.d.ts.map +1 -1
- package/types/api/engine-history-file-job.d.ts +49 -0
- package/types/api/engine-history-file-job.d.ts.map +1 -0
- package/types/api/engine-patch-queue-request.d.ts +7 -0
- package/types/api/engine-patch-queue-request.d.ts.map +1 -1
- package/types/api/engine-queue.d.ts +7 -0
- package/types/api/engine-queue.d.ts.map +1 -1
- package/types/api/engine-task-processing.d.ts +44 -0
- package/types/api/engine-task-processing.d.ts.map +1 -0
- package/types/api/engine-update-agent-team-request.d.ts +6 -0
- package/types/api/engine-update-agent-team-request.d.ts.map +1 -1
- package/types/api/engine-update-queue-request.d.ts +7 -0
- package/types/api/engine-update-queue-request.d.ts.map +1 -1
- package/types/api/file-transcript-service-api.d.ts +108 -0
- package/types/api/file-transcript-service-api.d.ts.map +1 -0
- package/types/api/index.d.ts +9 -0
- package/types/api/index.d.ts.map +1 -1
- package/types/api/member-service-api.d.ts +124 -32
- package/types/api/member-service-api.d.ts.map +1 -1
- package/types/api/start-file-transcript-response-transcript-job.d.ts +49 -0
- package/types/api/start-file-transcript-response-transcript-job.d.ts.map +1 -0
- package/types/api/storage-list-phrases.d.ts +32 -0
- package/types/api/storage-list-phrases.d.ts.map +1 -0
- package/types/api/storage-start-file-transcript-request.d.ts +38 -0
- package/types/api/storage-start-file-transcript-request.d.ts.map +1 -0
- package/types/api/storage-start-file-transcript-response.d.ts +26 -0
- package/types/api/storage-start-file-transcript-response.d.ts.map +1 -0
- package/types/api/storage-transcript-phrase.d.ts +43 -0
- package/types/api/storage-transcript-phrase.d.ts.map +1 -0
- package/types/api.d.ts +1 -0
- package/types/api.d.ts.map +1 -1
- package/types/socket/client.d.ts.map +1 -1
package/bundles/index.esm.js
CHANGED
|
@@ -804,6 +804,59 @@ const AgentServiceApiAxiosParamCreator = function (configuration) {
|
|
|
804
804
|
options: localVarRequestOptions,
|
|
805
805
|
};
|
|
806
806
|
},
|
|
807
|
+
/**
|
|
808
|
+
*
|
|
809
|
+
* @param {string} agentId
|
|
810
|
+
* @param {Array<string>} [fields]
|
|
811
|
+
* @param {*} [options] Override http request option.
|
|
812
|
+
* @throws {RequiredError}
|
|
813
|
+
*/
|
|
814
|
+
agentTodayStatistics: async (agentId, fields, options = {}) => {
|
|
815
|
+
// verify required parameter 'agentId' is not null or undefined
|
|
816
|
+
if (agentId === null || agentId === undefined) {
|
|
817
|
+
throw new RequiredError('agentId', 'Required parameter agentId was null or undefined when calling agentTodayStatistics.');
|
|
818
|
+
}
|
|
819
|
+
const localVarPath = `/call_center/agents/{agent_id}/statistics/today`.replace(`{${'agent_id'}}`, encodeURIComponent(String(agentId)));
|
|
820
|
+
const localVarUrlObj = parse(localVarPath, true);
|
|
821
|
+
let baseOptions;
|
|
822
|
+
if (configuration) {
|
|
823
|
+
baseOptions = configuration.baseOptions;
|
|
824
|
+
}
|
|
825
|
+
const localVarRequestOptions = {
|
|
826
|
+
method: 'GET',
|
|
827
|
+
...baseOptions,
|
|
828
|
+
...options,
|
|
829
|
+
};
|
|
830
|
+
const localVarHeaderParameter = {};
|
|
831
|
+
const localVarQueryParameter = {};
|
|
832
|
+
// authentication AccessToken required
|
|
833
|
+
if (configuration && configuration.apiKey) {
|
|
834
|
+
const localVarApiKeyValue = typeof configuration.apiKey === 'function'
|
|
835
|
+
? await configuration.apiKey('X-Webitel-Access')
|
|
836
|
+
: await configuration.apiKey;
|
|
837
|
+
localVarHeaderParameter['X-Webitel-Access'] = localVarApiKeyValue;
|
|
838
|
+
}
|
|
839
|
+
if (fields) {
|
|
840
|
+
localVarQueryParameter['fields'] = fields;
|
|
841
|
+
}
|
|
842
|
+
localVarUrlObj.query = {
|
|
843
|
+
...localVarUrlObj.query,
|
|
844
|
+
...localVarQueryParameter,
|
|
845
|
+
...options.query,
|
|
846
|
+
};
|
|
847
|
+
// fix override query string Detail: https://stackoverflow.com/a/7517673/1077943
|
|
848
|
+
delete localVarUrlObj.search;
|
|
849
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
850
|
+
localVarRequestOptions.headers = {
|
|
851
|
+
...localVarHeaderParameter,
|
|
852
|
+
...headersFromBaseOptions,
|
|
853
|
+
...options.headers,
|
|
854
|
+
};
|
|
855
|
+
return {
|
|
856
|
+
url: format(localVarUrlObj),
|
|
857
|
+
options: localVarRequestOptions,
|
|
858
|
+
};
|
|
859
|
+
},
|
|
807
860
|
/**
|
|
808
861
|
*
|
|
809
862
|
* @summary Create Agent
|
|
@@ -1946,6 +1999,23 @@ const AgentServiceApiFp = function (configuration) {
|
|
|
1946
1999
|
return axios.request(axiosRequestArgs);
|
|
1947
2000
|
};
|
|
1948
2001
|
},
|
|
2002
|
+
/**
|
|
2003
|
+
*
|
|
2004
|
+
* @param {string} agentId
|
|
2005
|
+
* @param {Array<string>} [fields]
|
|
2006
|
+
* @param {*} [options] Override http request option.
|
|
2007
|
+
* @throws {RequiredError}
|
|
2008
|
+
*/
|
|
2009
|
+
async agentTodayStatistics(agentId, fields, options) {
|
|
2010
|
+
const localVarAxiosArgs = await AgentServiceApiAxiosParamCreator(configuration).agentTodayStatistics(agentId, fields, options);
|
|
2011
|
+
return (axios = globalAxios, basePath = BASE_PATH) => {
|
|
2012
|
+
const axiosRequestArgs = {
|
|
2013
|
+
...localVarAxiosArgs.options,
|
|
2014
|
+
url: basePath + localVarAxiosArgs.url,
|
|
2015
|
+
};
|
|
2016
|
+
return axios.request(axiosRequestArgs);
|
|
2017
|
+
};
|
|
2018
|
+
},
|
|
1949
2019
|
/**
|
|
1950
2020
|
*
|
|
1951
2021
|
* @summary Create Agent
|
|
@@ -2318,6 +2388,18 @@ const AgentServiceApiFactory = function (configuration, basePath, axios) {
|
|
|
2318
2388
|
.agentStateHistory(agentId, page, size, timeFrom, timeTo, q, domainId, options)
|
|
2319
2389
|
.then((request) => request(axios, basePath));
|
|
2320
2390
|
},
|
|
2391
|
+
/**
|
|
2392
|
+
*
|
|
2393
|
+
* @param {string} agentId
|
|
2394
|
+
* @param {Array<string>} [fields]
|
|
2395
|
+
* @param {*} [options] Override http request option.
|
|
2396
|
+
* @throws {RequiredError}
|
|
2397
|
+
*/
|
|
2398
|
+
agentTodayStatistics(agentId, fields, options) {
|
|
2399
|
+
return AgentServiceApiFp(configuration)
|
|
2400
|
+
.agentTodayStatistics(agentId, fields, options)
|
|
2401
|
+
.then((request) => request(axios, basePath));
|
|
2402
|
+
},
|
|
2321
2403
|
/**
|
|
2322
2404
|
*
|
|
2323
2405
|
* @summary Create Agent
|
|
@@ -2613,6 +2695,19 @@ class AgentServiceApi extends BaseAPI {
|
|
|
2613
2695
|
.agentStateHistory(agentId, page, size, timeFrom, timeTo, q, domainId, options)
|
|
2614
2696
|
.then((request) => request(this.axios, this.basePath));
|
|
2615
2697
|
}
|
|
2698
|
+
/**
|
|
2699
|
+
*
|
|
2700
|
+
* @param {string} agentId
|
|
2701
|
+
* @param {Array<string>} [fields]
|
|
2702
|
+
* @param {*} [options] Override http request option.
|
|
2703
|
+
* @throws {RequiredError}
|
|
2704
|
+
* @memberof AgentServiceApi
|
|
2705
|
+
*/
|
|
2706
|
+
agentTodayStatistics(agentId, fields, options) {
|
|
2707
|
+
return AgentServiceApiFp(this.configuration)
|
|
2708
|
+
.agentTodayStatistics(agentId, fields, options)
|
|
2709
|
+
.then((request) => request(this.axios, this.basePath));
|
|
2710
|
+
}
|
|
2616
2711
|
/**
|
|
2617
2712
|
*
|
|
2618
2713
|
* @summary Create Agent
|
|
@@ -7033,10 +7128,11 @@ const CallServiceApiAxiosParamCreator = function (configuration) {
|
|
|
7033
7128
|
* @param {Array<string>} [dependencyId]
|
|
7034
7129
|
* @param {Array<string>} [tags]
|
|
7035
7130
|
* @param {Array<string>} [amdResult]
|
|
7131
|
+
* @param {string} [fts]
|
|
7036
7132
|
* @param {*} [options] Override http request option.
|
|
7037
7133
|
* @throws {RequiredError}
|
|
7038
7134
|
*/
|
|
7039
|
-
searchHistoryCall: async (page, size, q, sort, fields, createdAtFrom, createdAtTo, userId, agentId, queueId, teamId, memberId, gatewayId, durationFrom, durationTo, skipParent, parentId, cause, hasFile, domainId, number, direction, answeredAtFrom, answeredAtTo, missed, storedAtFrom, storedAtTo, id, transferFrom, transferTo, dependencyId, tags, amdResult, options = {}) => {
|
|
7135
|
+
searchHistoryCall: async (page, size, q, sort, fields, createdAtFrom, createdAtTo, userId, agentId, queueId, teamId, memberId, gatewayId, durationFrom, durationTo, skipParent, parentId, cause, hasFile, domainId, number, direction, answeredAtFrom, answeredAtTo, missed, storedAtFrom, storedAtTo, id, transferFrom, transferTo, dependencyId, tags, amdResult, fts, options = {}) => {
|
|
7040
7136
|
const localVarPath = `/calls/history`;
|
|
7041
7137
|
const localVarUrlObj = parse(localVarPath, true);
|
|
7042
7138
|
let baseOptions;
|
|
@@ -7156,6 +7252,9 @@ const CallServiceApiAxiosParamCreator = function (configuration) {
|
|
|
7156
7252
|
if (amdResult) {
|
|
7157
7253
|
localVarQueryParameter['amd_result'] = amdResult;
|
|
7158
7254
|
}
|
|
7255
|
+
if (fts !== undefined) {
|
|
7256
|
+
localVarQueryParameter['fts'] = fts;
|
|
7257
|
+
}
|
|
7159
7258
|
localVarUrlObj.query = {
|
|
7160
7259
|
...localVarUrlObj.query,
|
|
7161
7260
|
...localVarQueryParameter,
|
|
@@ -7576,11 +7675,12 @@ const CallServiceApiFp = function (configuration) {
|
|
|
7576
7675
|
* @param {Array<string>} [dependencyId]
|
|
7577
7676
|
* @param {Array<string>} [tags]
|
|
7578
7677
|
* @param {Array<string>} [amdResult]
|
|
7678
|
+
* @param {string} [fts]
|
|
7579
7679
|
* @param {*} [options] Override http request option.
|
|
7580
7680
|
* @throws {RequiredError}
|
|
7581
7681
|
*/
|
|
7582
|
-
async searchHistoryCall(page, size, q, sort, fields, createdAtFrom, createdAtTo, userId, agentId, queueId, teamId, memberId, gatewayId, durationFrom, durationTo, skipParent, parentId, cause, hasFile, domainId, number, direction, answeredAtFrom, answeredAtTo, missed, storedAtFrom, storedAtTo, id, transferFrom, transferTo, dependencyId, tags, amdResult, options) {
|
|
7583
|
-
const localVarAxiosArgs = await CallServiceApiAxiosParamCreator(configuration).searchHistoryCall(page, size, q, sort, fields, createdAtFrom, createdAtTo, userId, agentId, queueId, teamId, memberId, gatewayId, durationFrom, durationTo, skipParent, parentId, cause, hasFile, domainId, number, direction, answeredAtFrom, answeredAtTo, missed, storedAtFrom, storedAtTo, id, transferFrom, transferTo, dependencyId, tags, amdResult, options);
|
|
7682
|
+
async searchHistoryCall(page, size, q, sort, fields, createdAtFrom, createdAtTo, userId, agentId, queueId, teamId, memberId, gatewayId, durationFrom, durationTo, skipParent, parentId, cause, hasFile, domainId, number, direction, answeredAtFrom, answeredAtTo, missed, storedAtFrom, storedAtTo, id, transferFrom, transferTo, dependencyId, tags, amdResult, fts, options) {
|
|
7683
|
+
const localVarAxiosArgs = await CallServiceApiAxiosParamCreator(configuration).searchHistoryCall(page, size, q, sort, fields, createdAtFrom, createdAtTo, userId, agentId, queueId, teamId, memberId, gatewayId, durationFrom, durationTo, skipParent, parentId, cause, hasFile, domainId, number, direction, answeredAtFrom, answeredAtTo, missed, storedAtFrom, storedAtTo, id, transferFrom, transferTo, dependencyId, tags, amdResult, fts, options);
|
|
7584
7684
|
return (axios = globalAxios, basePath = BASE_PATH) => {
|
|
7585
7685
|
const axiosRequestArgs = {
|
|
7586
7686
|
...localVarAxiosArgs.options,
|
|
@@ -7839,12 +7939,13 @@ const CallServiceApiFactory = function (configuration, basePath, axios) {
|
|
|
7839
7939
|
* @param {Array<string>} [dependencyId]
|
|
7840
7940
|
* @param {Array<string>} [tags]
|
|
7841
7941
|
* @param {Array<string>} [amdResult]
|
|
7942
|
+
* @param {string} [fts]
|
|
7842
7943
|
* @param {*} [options] Override http request option.
|
|
7843
7944
|
* @throws {RequiredError}
|
|
7844
7945
|
*/
|
|
7845
|
-
searchHistoryCall(page, size, q, sort, fields, createdAtFrom, createdAtTo, userId, agentId, queueId, teamId, memberId, gatewayId, durationFrom, durationTo, skipParent, parentId, cause, hasFile, domainId, number, direction, answeredAtFrom, answeredAtTo, missed, storedAtFrom, storedAtTo, id, transferFrom, transferTo, dependencyId, tags, amdResult, options) {
|
|
7946
|
+
searchHistoryCall(page, size, q, sort, fields, createdAtFrom, createdAtTo, userId, agentId, queueId, teamId, memberId, gatewayId, durationFrom, durationTo, skipParent, parentId, cause, hasFile, domainId, number, direction, answeredAtFrom, answeredAtTo, missed, storedAtFrom, storedAtTo, id, transferFrom, transferTo, dependencyId, tags, amdResult, fts, options) {
|
|
7846
7947
|
return CallServiceApiFp(configuration)
|
|
7847
|
-
.searchHistoryCall(page, size, q, sort, fields, createdAtFrom, createdAtTo, userId, agentId, queueId, teamId, memberId, gatewayId, durationFrom, durationTo, skipParent, parentId, cause, hasFile, domainId, number, direction, answeredAtFrom, answeredAtTo, missed, storedAtFrom, storedAtTo, id, transferFrom, transferTo, dependencyId, tags, amdResult, options)
|
|
7948
|
+
.searchHistoryCall(page, size, q, sort, fields, createdAtFrom, createdAtTo, userId, agentId, queueId, teamId, memberId, gatewayId, durationFrom, durationTo, skipParent, parentId, cause, hasFile, domainId, number, direction, answeredAtFrom, answeredAtTo, missed, storedAtFrom, storedAtTo, id, transferFrom, transferTo, dependencyId, tags, amdResult, fts, options)
|
|
7848
7949
|
.then((request) => request(axios, basePath));
|
|
7849
7950
|
},
|
|
7850
7951
|
/**
|
|
@@ -8100,13 +8201,14 @@ class CallServiceApi extends BaseAPI {
|
|
|
8100
8201
|
* @param {Array<string>} [dependencyId]
|
|
8101
8202
|
* @param {Array<string>} [tags]
|
|
8102
8203
|
* @param {Array<string>} [amdResult]
|
|
8204
|
+
* @param {string} [fts]
|
|
8103
8205
|
* @param {*} [options] Override http request option.
|
|
8104
8206
|
* @throws {RequiredError}
|
|
8105
8207
|
* @memberof CallServiceApi
|
|
8106
8208
|
*/
|
|
8107
|
-
searchHistoryCall(page, size, q, sort, fields, createdAtFrom, createdAtTo, userId, agentId, queueId, teamId, memberId, gatewayId, durationFrom, durationTo, skipParent, parentId, cause, hasFile, domainId, number, direction, answeredAtFrom, answeredAtTo, missed, storedAtFrom, storedAtTo, id, transferFrom, transferTo, dependencyId, tags, amdResult, options) {
|
|
8209
|
+
searchHistoryCall(page, size, q, sort, fields, createdAtFrom, createdAtTo, userId, agentId, queueId, teamId, memberId, gatewayId, durationFrom, durationTo, skipParent, parentId, cause, hasFile, domainId, number, direction, answeredAtFrom, answeredAtTo, missed, storedAtFrom, storedAtTo, id, transferFrom, transferTo, dependencyId, tags, amdResult, fts, options) {
|
|
8108
8210
|
return CallServiceApiFp(this.configuration)
|
|
8109
|
-
.searchHistoryCall(page, size, q, sort, fields, createdAtFrom, createdAtTo, userId, agentId, queueId, teamId, memberId, gatewayId, durationFrom, durationTo, skipParent, parentId, cause, hasFile, domainId, number, direction, answeredAtFrom, answeredAtTo, missed, storedAtFrom, storedAtTo, id, transferFrom, transferTo, dependencyId, tags, amdResult, options)
|
|
8211
|
+
.searchHistoryCall(page, size, q, sort, fields, createdAtFrom, createdAtTo, userId, agentId, queueId, teamId, memberId, gatewayId, durationFrom, durationTo, skipParent, parentId, cause, hasFile, domainId, number, direction, answeredAtFrom, answeredAtTo, missed, storedAtFrom, storedAtTo, id, transferFrom, transferTo, dependencyId, tags, amdResult, fts, options)
|
|
8110
8212
|
.then((request) => request(this.axios, this.basePath));
|
|
8111
8213
|
}
|
|
8112
8214
|
/**
|
|
@@ -8368,10 +8470,11 @@ const CognitiveProfileServiceApiAxiosParamCreator = function (configuration) {
|
|
|
8368
8470
|
* @param {Array<string>} [fields]
|
|
8369
8471
|
* @param {Array<string>} [id]
|
|
8370
8472
|
* @param {Array<'DefaultService' | 'STT' | 'TTS'>} [service]
|
|
8473
|
+
* @param {boolean} [enabled]
|
|
8371
8474
|
* @param {*} [options] Override http request option.
|
|
8372
8475
|
* @throws {RequiredError}
|
|
8373
8476
|
*/
|
|
8374
|
-
searchCognitiveProfile: async (page, size, q, sort, fields, id, service, options = {}) => {
|
|
8477
|
+
searchCognitiveProfile: async (page, size, q, sort, fields, id, service, enabled, options = {}) => {
|
|
8375
8478
|
const localVarPath = `/storage/cognitive_profiles`;
|
|
8376
8479
|
const localVarUrlObj = parse(localVarPath, true);
|
|
8377
8480
|
let baseOptions;
|
|
@@ -8413,6 +8516,9 @@ const CognitiveProfileServiceApiAxiosParamCreator = function (configuration) {
|
|
|
8413
8516
|
if (service) {
|
|
8414
8517
|
localVarQueryParameter['service'] = service;
|
|
8415
8518
|
}
|
|
8519
|
+
if (enabled !== undefined) {
|
|
8520
|
+
localVarQueryParameter['enabled'] = enabled;
|
|
8521
|
+
}
|
|
8416
8522
|
localVarUrlObj.query = {
|
|
8417
8523
|
...localVarUrlObj.query,
|
|
8418
8524
|
...localVarQueryParameter,
|
|
@@ -8574,11 +8680,12 @@ const CognitiveProfileServiceApiFp = function (configuration) {
|
|
|
8574
8680
|
* @param {Array<string>} [fields]
|
|
8575
8681
|
* @param {Array<string>} [id]
|
|
8576
8682
|
* @param {Array<'DefaultService' | 'STT' | 'TTS'>} [service]
|
|
8683
|
+
* @param {boolean} [enabled]
|
|
8577
8684
|
* @param {*} [options] Override http request option.
|
|
8578
8685
|
* @throws {RequiredError}
|
|
8579
8686
|
*/
|
|
8580
|
-
async searchCognitiveProfile(page, size, q, sort, fields, id, service, options) {
|
|
8581
|
-
const localVarAxiosArgs = await CognitiveProfileServiceApiAxiosParamCreator(configuration).searchCognitiveProfile(page, size, q, sort, fields, id, service, options);
|
|
8687
|
+
async searchCognitiveProfile(page, size, q, sort, fields, id, service, enabled, options) {
|
|
8688
|
+
const localVarAxiosArgs = await CognitiveProfileServiceApiAxiosParamCreator(configuration).searchCognitiveProfile(page, size, q, sort, fields, id, service, enabled, options);
|
|
8582
8689
|
return (axios = globalAxios, basePath = BASE_PATH) => {
|
|
8583
8690
|
const axiosRequestArgs = {
|
|
8584
8691
|
...localVarAxiosArgs.options,
|
|
@@ -8667,12 +8774,13 @@ const CognitiveProfileServiceApiFactory = function (configuration, basePath, axi
|
|
|
8667
8774
|
* @param {Array<string>} [fields]
|
|
8668
8775
|
* @param {Array<string>} [id]
|
|
8669
8776
|
* @param {Array<'DefaultService' | 'STT' | 'TTS'>} [service]
|
|
8777
|
+
* @param {boolean} [enabled]
|
|
8670
8778
|
* @param {*} [options] Override http request option.
|
|
8671
8779
|
* @throws {RequiredError}
|
|
8672
8780
|
*/
|
|
8673
|
-
searchCognitiveProfile(page, size, q, sort, fields, id, service, options) {
|
|
8781
|
+
searchCognitiveProfile(page, size, q, sort, fields, id, service, enabled, options) {
|
|
8674
8782
|
return CognitiveProfileServiceApiFp(configuration)
|
|
8675
|
-
.searchCognitiveProfile(page, size, q, sort, fields, id, service, options)
|
|
8783
|
+
.searchCognitiveProfile(page, size, q, sort, fields, id, service, enabled, options)
|
|
8676
8784
|
.then((request) => request(axios, basePath));
|
|
8677
8785
|
},
|
|
8678
8786
|
/**
|
|
@@ -8755,13 +8863,14 @@ class CognitiveProfileServiceApi extends BaseAPI {
|
|
|
8755
8863
|
* @param {Array<string>} [fields]
|
|
8756
8864
|
* @param {Array<string>} [id]
|
|
8757
8865
|
* @param {Array<'DefaultService' | 'STT' | 'TTS'>} [service]
|
|
8866
|
+
* @param {boolean} [enabled]
|
|
8758
8867
|
* @param {*} [options] Override http request option.
|
|
8759
8868
|
* @throws {RequiredError}
|
|
8760
8869
|
* @memberof CognitiveProfileServiceApi
|
|
8761
8870
|
*/
|
|
8762
|
-
searchCognitiveProfile(page, size, q, sort, fields, id, service, options) {
|
|
8871
|
+
searchCognitiveProfile(page, size, q, sort, fields, id, service, enabled, options) {
|
|
8763
8872
|
return CognitiveProfileServiceApiFp(this.configuration)
|
|
8764
|
-
.searchCognitiveProfile(page, size, q, sort, fields, id, service, options)
|
|
8873
|
+
.searchCognitiveProfile(page, size, q, sort, fields, id, service, enabled, options)
|
|
8765
8874
|
.then((request) => request(this.axios, this.basePath));
|
|
8766
8875
|
}
|
|
8767
8876
|
/**
|
|
@@ -10031,6 +10140,236 @@ class FileServiceApi extends BaseAPI {
|
|
|
10031
10140
|
}
|
|
10032
10141
|
}
|
|
10033
10142
|
|
|
10143
|
+
// tslint:disable
|
|
10144
|
+
/**
|
|
10145
|
+
* FileTranscriptServiceApi - axios parameter creator
|
|
10146
|
+
* @export
|
|
10147
|
+
*/
|
|
10148
|
+
const FileTranscriptServiceApiAxiosParamCreator = function (configuration) {
|
|
10149
|
+
return {
|
|
10150
|
+
/**
|
|
10151
|
+
*
|
|
10152
|
+
* @param {StorageStartFileTranscriptRequest} body
|
|
10153
|
+
* @param {*} [options] Override http request option.
|
|
10154
|
+
* @throws {RequiredError}
|
|
10155
|
+
*/
|
|
10156
|
+
createFileTranscript: async (body, options = {}) => {
|
|
10157
|
+
// verify required parameter 'body' is not null or undefined
|
|
10158
|
+
if (body === null || body === undefined) {
|
|
10159
|
+
throw new RequiredError('body', 'Required parameter body was null or undefined when calling createFileTranscript.');
|
|
10160
|
+
}
|
|
10161
|
+
const localVarPath = `/storage/transcript_file`;
|
|
10162
|
+
const localVarUrlObj = parse(localVarPath, true);
|
|
10163
|
+
let baseOptions;
|
|
10164
|
+
if (configuration) {
|
|
10165
|
+
baseOptions = configuration.baseOptions;
|
|
10166
|
+
}
|
|
10167
|
+
const localVarRequestOptions = {
|
|
10168
|
+
method: 'POST',
|
|
10169
|
+
...baseOptions,
|
|
10170
|
+
...options,
|
|
10171
|
+
};
|
|
10172
|
+
const localVarHeaderParameter = {};
|
|
10173
|
+
const localVarQueryParameter = {};
|
|
10174
|
+
// authentication AccessToken required
|
|
10175
|
+
if (configuration && configuration.apiKey) {
|
|
10176
|
+
const localVarApiKeyValue = typeof configuration.apiKey === 'function'
|
|
10177
|
+
? await configuration.apiKey('X-Webitel-Access')
|
|
10178
|
+
: await configuration.apiKey;
|
|
10179
|
+
localVarHeaderParameter['X-Webitel-Access'] = localVarApiKeyValue;
|
|
10180
|
+
}
|
|
10181
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
10182
|
+
localVarUrlObj.query = {
|
|
10183
|
+
...localVarUrlObj.query,
|
|
10184
|
+
...localVarQueryParameter,
|
|
10185
|
+
...options.query,
|
|
10186
|
+
};
|
|
10187
|
+
// fix override query string Detail: https://stackoverflow.com/a/7517673/1077943
|
|
10188
|
+
delete localVarUrlObj.search;
|
|
10189
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
10190
|
+
localVarRequestOptions.headers = {
|
|
10191
|
+
...localVarHeaderParameter,
|
|
10192
|
+
...headersFromBaseOptions,
|
|
10193
|
+
...options.headers,
|
|
10194
|
+
};
|
|
10195
|
+
const needsSerialization = typeof body !== 'string' ||
|
|
10196
|
+
localVarRequestOptions.headers['Content-Type'] === 'application/json';
|
|
10197
|
+
localVarRequestOptions.data = needsSerialization
|
|
10198
|
+
? JSON.stringify(body !== undefined ? body : {})
|
|
10199
|
+
: body || '';
|
|
10200
|
+
return {
|
|
10201
|
+
url: format(localVarUrlObj),
|
|
10202
|
+
options: localVarRequestOptions,
|
|
10203
|
+
};
|
|
10204
|
+
},
|
|
10205
|
+
/**
|
|
10206
|
+
*
|
|
10207
|
+
* @param {string} id
|
|
10208
|
+
* @param {number} [page]
|
|
10209
|
+
* @param {number} [size]
|
|
10210
|
+
* @param {*} [options] Override http request option.
|
|
10211
|
+
* @throws {RequiredError}
|
|
10212
|
+
*/
|
|
10213
|
+
getFileTranscriptPhrases: async (id, page, size, options = {}) => {
|
|
10214
|
+
// verify required parameter 'id' is not null or undefined
|
|
10215
|
+
if (id === null || id === undefined) {
|
|
10216
|
+
throw new RequiredError('id', 'Required parameter id was null or undefined when calling getFileTranscriptPhrases.');
|
|
10217
|
+
}
|
|
10218
|
+
const localVarPath = `/storage/transcript_file/{id}/phrases`.replace(`{${'id'}}`, encodeURIComponent(String(id)));
|
|
10219
|
+
const localVarUrlObj = parse(localVarPath, true);
|
|
10220
|
+
let baseOptions;
|
|
10221
|
+
if (configuration) {
|
|
10222
|
+
baseOptions = configuration.baseOptions;
|
|
10223
|
+
}
|
|
10224
|
+
const localVarRequestOptions = {
|
|
10225
|
+
method: 'GET',
|
|
10226
|
+
...baseOptions,
|
|
10227
|
+
...options,
|
|
10228
|
+
};
|
|
10229
|
+
const localVarHeaderParameter = {};
|
|
10230
|
+
const localVarQueryParameter = {};
|
|
10231
|
+
// authentication AccessToken required
|
|
10232
|
+
if (configuration && configuration.apiKey) {
|
|
10233
|
+
const localVarApiKeyValue = typeof configuration.apiKey === 'function'
|
|
10234
|
+
? await configuration.apiKey('X-Webitel-Access')
|
|
10235
|
+
: await configuration.apiKey;
|
|
10236
|
+
localVarHeaderParameter['X-Webitel-Access'] = localVarApiKeyValue;
|
|
10237
|
+
}
|
|
10238
|
+
if (page !== undefined) {
|
|
10239
|
+
localVarQueryParameter['page'] = page;
|
|
10240
|
+
}
|
|
10241
|
+
if (size !== undefined) {
|
|
10242
|
+
localVarQueryParameter['size'] = size;
|
|
10243
|
+
}
|
|
10244
|
+
localVarUrlObj.query = {
|
|
10245
|
+
...localVarUrlObj.query,
|
|
10246
|
+
...localVarQueryParameter,
|
|
10247
|
+
...options.query,
|
|
10248
|
+
};
|
|
10249
|
+
// fix override query string Detail: https://stackoverflow.com/a/7517673/1077943
|
|
10250
|
+
delete localVarUrlObj.search;
|
|
10251
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
10252
|
+
localVarRequestOptions.headers = {
|
|
10253
|
+
...localVarHeaderParameter,
|
|
10254
|
+
...headersFromBaseOptions,
|
|
10255
|
+
...options.headers,
|
|
10256
|
+
};
|
|
10257
|
+
return {
|
|
10258
|
+
url: format(localVarUrlObj),
|
|
10259
|
+
options: localVarRequestOptions,
|
|
10260
|
+
};
|
|
10261
|
+
},
|
|
10262
|
+
};
|
|
10263
|
+
};
|
|
10264
|
+
/**
|
|
10265
|
+
* FileTranscriptServiceApi - functional programming interface
|
|
10266
|
+
* @export
|
|
10267
|
+
*/
|
|
10268
|
+
const FileTranscriptServiceApiFp = function (configuration) {
|
|
10269
|
+
return {
|
|
10270
|
+
/**
|
|
10271
|
+
*
|
|
10272
|
+
* @param {StorageStartFileTranscriptRequest} body
|
|
10273
|
+
* @param {*} [options] Override http request option.
|
|
10274
|
+
* @throws {RequiredError}
|
|
10275
|
+
*/
|
|
10276
|
+
async createFileTranscript(body, options) {
|
|
10277
|
+
const localVarAxiosArgs = await FileTranscriptServiceApiAxiosParamCreator(configuration).createFileTranscript(body, options);
|
|
10278
|
+
return (axios = globalAxios, basePath = BASE_PATH) => {
|
|
10279
|
+
const axiosRequestArgs = {
|
|
10280
|
+
...localVarAxiosArgs.options,
|
|
10281
|
+
url: basePath + localVarAxiosArgs.url,
|
|
10282
|
+
};
|
|
10283
|
+
return axios.request(axiosRequestArgs);
|
|
10284
|
+
};
|
|
10285
|
+
},
|
|
10286
|
+
/**
|
|
10287
|
+
*
|
|
10288
|
+
* @param {string} id
|
|
10289
|
+
* @param {number} [page]
|
|
10290
|
+
* @param {number} [size]
|
|
10291
|
+
* @param {*} [options] Override http request option.
|
|
10292
|
+
* @throws {RequiredError}
|
|
10293
|
+
*/
|
|
10294
|
+
async getFileTranscriptPhrases(id, page, size, options) {
|
|
10295
|
+
const localVarAxiosArgs = await FileTranscriptServiceApiAxiosParamCreator(configuration).getFileTranscriptPhrases(id, page, size, options);
|
|
10296
|
+
return (axios = globalAxios, basePath = BASE_PATH) => {
|
|
10297
|
+
const axiosRequestArgs = {
|
|
10298
|
+
...localVarAxiosArgs.options,
|
|
10299
|
+
url: basePath + localVarAxiosArgs.url,
|
|
10300
|
+
};
|
|
10301
|
+
return axios.request(axiosRequestArgs);
|
|
10302
|
+
};
|
|
10303
|
+
},
|
|
10304
|
+
};
|
|
10305
|
+
};
|
|
10306
|
+
/**
|
|
10307
|
+
* FileTranscriptServiceApi - factory interface
|
|
10308
|
+
* @export
|
|
10309
|
+
*/
|
|
10310
|
+
const FileTranscriptServiceApiFactory = function (configuration, basePath, axios) {
|
|
10311
|
+
return {
|
|
10312
|
+
/**
|
|
10313
|
+
*
|
|
10314
|
+
* @param {StorageStartFileTranscriptRequest} body
|
|
10315
|
+
* @param {*} [options] Override http request option.
|
|
10316
|
+
* @throws {RequiredError}
|
|
10317
|
+
*/
|
|
10318
|
+
createFileTranscript(body, options) {
|
|
10319
|
+
return FileTranscriptServiceApiFp(configuration)
|
|
10320
|
+
.createFileTranscript(body, options)
|
|
10321
|
+
.then((request) => request(axios, basePath));
|
|
10322
|
+
},
|
|
10323
|
+
/**
|
|
10324
|
+
*
|
|
10325
|
+
* @param {string} id
|
|
10326
|
+
* @param {number} [page]
|
|
10327
|
+
* @param {number} [size]
|
|
10328
|
+
* @param {*} [options] Override http request option.
|
|
10329
|
+
* @throws {RequiredError}
|
|
10330
|
+
*/
|
|
10331
|
+
getFileTranscriptPhrases(id, page, size, options) {
|
|
10332
|
+
return FileTranscriptServiceApiFp(configuration)
|
|
10333
|
+
.getFileTranscriptPhrases(id, page, size, options)
|
|
10334
|
+
.then((request) => request(axios, basePath));
|
|
10335
|
+
},
|
|
10336
|
+
};
|
|
10337
|
+
};
|
|
10338
|
+
/**
|
|
10339
|
+
* FileTranscriptServiceApi - object-oriented interface
|
|
10340
|
+
* @export
|
|
10341
|
+
* @class FileTranscriptServiceApi
|
|
10342
|
+
* @extends {BaseAPI}
|
|
10343
|
+
*/
|
|
10344
|
+
class FileTranscriptServiceApi extends BaseAPI {
|
|
10345
|
+
/**
|
|
10346
|
+
*
|
|
10347
|
+
* @param {StorageStartFileTranscriptRequest} body
|
|
10348
|
+
* @param {*} [options] Override http request option.
|
|
10349
|
+
* @throws {RequiredError}
|
|
10350
|
+
* @memberof FileTranscriptServiceApi
|
|
10351
|
+
*/
|
|
10352
|
+
createFileTranscript(body, options) {
|
|
10353
|
+
return FileTranscriptServiceApiFp(this.configuration)
|
|
10354
|
+
.createFileTranscript(body, options)
|
|
10355
|
+
.then((request) => request(this.axios, this.basePath));
|
|
10356
|
+
}
|
|
10357
|
+
/**
|
|
10358
|
+
*
|
|
10359
|
+
* @param {string} id
|
|
10360
|
+
* @param {number} [page]
|
|
10361
|
+
* @param {number} [size]
|
|
10362
|
+
* @param {*} [options] Override http request option.
|
|
10363
|
+
* @throws {RequiredError}
|
|
10364
|
+
* @memberof FileTranscriptServiceApi
|
|
10365
|
+
*/
|
|
10366
|
+
getFileTranscriptPhrases(id, page, size, options) {
|
|
10367
|
+
return FileTranscriptServiceApiFp(this.configuration)
|
|
10368
|
+
.getFileTranscriptPhrases(id, page, size, options)
|
|
10369
|
+
.then((request) => request(this.axios, this.basePath));
|
|
10370
|
+
}
|
|
10371
|
+
}
|
|
10372
|
+
|
|
10034
10373
|
// tslint:disable
|
|
10035
10374
|
/**
|
|
10036
10375
|
* ListServiceApi - axios parameter creator
|
|
@@ -12485,14 +12824,27 @@ const MemberServiceApiAxiosParamCreator = function (configuration) {
|
|
|
12485
12824
|
/**
|
|
12486
12825
|
*
|
|
12487
12826
|
* @summary List of Member
|
|
12488
|
-
* @param {
|
|
12827
|
+
* @param {number} queueId
|
|
12489
12828
|
* @param {number} [page]
|
|
12490
12829
|
* @param {number} [size]
|
|
12491
|
-
* @param {string} [
|
|
12830
|
+
* @param {string} [q]
|
|
12831
|
+
* @param {string} [sort]
|
|
12832
|
+
* @param {Array<string>} [fields]
|
|
12833
|
+
* @param {Array<string>} [id]
|
|
12834
|
+
* @param {Array<number>} [bucketId]
|
|
12835
|
+
* @param {string} [destination]
|
|
12836
|
+
* @param {string} [createdAtFrom]
|
|
12837
|
+
* @param {string} [createdAtTo]
|
|
12838
|
+
* @param {string} [offeringAtFrom]
|
|
12839
|
+
* @param {string} [offeringAtTo]
|
|
12840
|
+
* @param {Array<string>} [stopCause]
|
|
12841
|
+
* @param {Array<number>} [priority]
|
|
12842
|
+
* @param {string} [name]
|
|
12843
|
+
* @param {Array<number>} [attempts]
|
|
12492
12844
|
* @param {*} [options] Override http request option.
|
|
12493
12845
|
* @throws {RequiredError}
|
|
12494
12846
|
*/
|
|
12495
|
-
searchMemberInQueue: async (queueId, page, size,
|
|
12847
|
+
searchMemberInQueue: async (queueId, page, size, q, sort, fields, id, bucketId, destination, createdAtFrom, createdAtTo, offeringAtFrom, offeringAtTo, stopCause, priority, name, attempts, options = {}) => {
|
|
12496
12848
|
// verify required parameter 'queueId' is not null or undefined
|
|
12497
12849
|
if (queueId === null || queueId === undefined) {
|
|
12498
12850
|
throw new RequiredError('queueId', 'Required parameter queueId was null or undefined when calling searchMemberInQueue.');
|
|
@@ -12523,8 +12875,47 @@ const MemberServiceApiAxiosParamCreator = function (configuration) {
|
|
|
12523
12875
|
if (size !== undefined) {
|
|
12524
12876
|
localVarQueryParameter['size'] = size;
|
|
12525
12877
|
}
|
|
12526
|
-
if (
|
|
12527
|
-
localVarQueryParameter['
|
|
12878
|
+
if (q !== undefined) {
|
|
12879
|
+
localVarQueryParameter['q'] = q;
|
|
12880
|
+
}
|
|
12881
|
+
if (sort !== undefined) {
|
|
12882
|
+
localVarQueryParameter['sort'] = sort;
|
|
12883
|
+
}
|
|
12884
|
+
if (fields) {
|
|
12885
|
+
localVarQueryParameter['fields'] = fields;
|
|
12886
|
+
}
|
|
12887
|
+
if (id) {
|
|
12888
|
+
localVarQueryParameter['id'] = id;
|
|
12889
|
+
}
|
|
12890
|
+
if (bucketId) {
|
|
12891
|
+
localVarQueryParameter['bucket_id'] = bucketId;
|
|
12892
|
+
}
|
|
12893
|
+
if (destination !== undefined) {
|
|
12894
|
+
localVarQueryParameter['destination'] = destination;
|
|
12895
|
+
}
|
|
12896
|
+
if (createdAtFrom !== undefined) {
|
|
12897
|
+
localVarQueryParameter['created_at.from'] = createdAtFrom;
|
|
12898
|
+
}
|
|
12899
|
+
if (createdAtTo !== undefined) {
|
|
12900
|
+
localVarQueryParameter['created_at.to'] = createdAtTo;
|
|
12901
|
+
}
|
|
12902
|
+
if (offeringAtFrom !== undefined) {
|
|
12903
|
+
localVarQueryParameter['offering_at.from'] = offeringAtFrom;
|
|
12904
|
+
}
|
|
12905
|
+
if (offeringAtTo !== undefined) {
|
|
12906
|
+
localVarQueryParameter['offering_at.to'] = offeringAtTo;
|
|
12907
|
+
}
|
|
12908
|
+
if (stopCause) {
|
|
12909
|
+
localVarQueryParameter['stop_cause'] = stopCause;
|
|
12910
|
+
}
|
|
12911
|
+
if (priority) {
|
|
12912
|
+
localVarQueryParameter['priority'] = priority;
|
|
12913
|
+
}
|
|
12914
|
+
if (name !== undefined) {
|
|
12915
|
+
localVarQueryParameter['name'] = name;
|
|
12916
|
+
}
|
|
12917
|
+
if (attempts) {
|
|
12918
|
+
localVarQueryParameter['attempts'] = attempts;
|
|
12528
12919
|
}
|
|
12529
12920
|
localVarUrlObj.query = {
|
|
12530
12921
|
...localVarUrlObj.query,
|
|
@@ -12549,15 +12940,25 @@ const MemberServiceApiAxiosParamCreator = function (configuration) {
|
|
|
12549
12940
|
* @summary Search of Member
|
|
12550
12941
|
* @param {number} [page]
|
|
12551
12942
|
* @param {number} [size]
|
|
12552
|
-
* @param {string} [
|
|
12553
|
-
* @param {string} [
|
|
12554
|
-
* @param {
|
|
12943
|
+
* @param {string} [q]
|
|
12944
|
+
* @param {string} [sort]
|
|
12945
|
+
* @param {Array<string>} [fields]
|
|
12946
|
+
* @param {Array<string>} [id]
|
|
12947
|
+
* @param {Array<number>} [queueId]
|
|
12948
|
+
* @param {Array<number>} [bucketId]
|
|
12555
12949
|
* @param {string} [destination]
|
|
12556
|
-
* @param {string} [
|
|
12950
|
+
* @param {string} [createdAtFrom]
|
|
12951
|
+
* @param {string} [createdAtTo]
|
|
12952
|
+
* @param {string} [offeringAtFrom]
|
|
12953
|
+
* @param {string} [offeringAtTo]
|
|
12954
|
+
* @param {Array<string>} [stopCause]
|
|
12955
|
+
* @param {Array<number>} [priority]
|
|
12956
|
+
* @param {string} [name]
|
|
12957
|
+
* @param {Array<number>} [attempts]
|
|
12557
12958
|
* @param {*} [options] Override http request option.
|
|
12558
12959
|
* @throws {RequiredError}
|
|
12559
12960
|
*/
|
|
12560
|
-
searchMembers: async (page, size, id, queueId, bucketId, destination,
|
|
12961
|
+
searchMembers: async (page, size, q, sort, fields, id, queueId, bucketId, destination, createdAtFrom, createdAtTo, offeringAtFrom, offeringAtTo, stopCause, priority, name, attempts, options = {}) => {
|
|
12561
12962
|
const localVarPath = `/call_center/members`;
|
|
12562
12963
|
const localVarUrlObj = parse(localVarPath, true);
|
|
12563
12964
|
let baseOptions;
|
|
@@ -12584,20 +12985,50 @@ const MemberServiceApiAxiosParamCreator = function (configuration) {
|
|
|
12584
12985
|
if (size !== undefined) {
|
|
12585
12986
|
localVarQueryParameter['size'] = size;
|
|
12586
12987
|
}
|
|
12587
|
-
if (
|
|
12988
|
+
if (q !== undefined) {
|
|
12989
|
+
localVarQueryParameter['q'] = q;
|
|
12990
|
+
}
|
|
12991
|
+
if (sort !== undefined) {
|
|
12992
|
+
localVarQueryParameter['sort'] = sort;
|
|
12993
|
+
}
|
|
12994
|
+
if (fields) {
|
|
12995
|
+
localVarQueryParameter['fields'] = fields;
|
|
12996
|
+
}
|
|
12997
|
+
if (id) {
|
|
12588
12998
|
localVarQueryParameter['id'] = id;
|
|
12589
12999
|
}
|
|
12590
|
-
if (queueId
|
|
13000
|
+
if (queueId) {
|
|
12591
13001
|
localVarQueryParameter['queue_id'] = queueId;
|
|
12592
13002
|
}
|
|
12593
|
-
if (bucketId
|
|
13003
|
+
if (bucketId) {
|
|
12594
13004
|
localVarQueryParameter['bucket_id'] = bucketId;
|
|
12595
13005
|
}
|
|
12596
13006
|
if (destination !== undefined) {
|
|
12597
13007
|
localVarQueryParameter['destination'] = destination;
|
|
12598
13008
|
}
|
|
12599
|
-
if (
|
|
12600
|
-
localVarQueryParameter['
|
|
13009
|
+
if (createdAtFrom !== undefined) {
|
|
13010
|
+
localVarQueryParameter['created_at.from'] = createdAtFrom;
|
|
13011
|
+
}
|
|
13012
|
+
if (createdAtTo !== undefined) {
|
|
13013
|
+
localVarQueryParameter['created_at.to'] = createdAtTo;
|
|
13014
|
+
}
|
|
13015
|
+
if (offeringAtFrom !== undefined) {
|
|
13016
|
+
localVarQueryParameter['offering_at.from'] = offeringAtFrom;
|
|
13017
|
+
}
|
|
13018
|
+
if (offeringAtTo !== undefined) {
|
|
13019
|
+
localVarQueryParameter['offering_at.to'] = offeringAtTo;
|
|
13020
|
+
}
|
|
13021
|
+
if (stopCause) {
|
|
13022
|
+
localVarQueryParameter['stop_cause'] = stopCause;
|
|
13023
|
+
}
|
|
13024
|
+
if (priority) {
|
|
13025
|
+
localVarQueryParameter['priority'] = priority;
|
|
13026
|
+
}
|
|
13027
|
+
if (name !== undefined) {
|
|
13028
|
+
localVarQueryParameter['name'] = name;
|
|
13029
|
+
}
|
|
13030
|
+
if (attempts) {
|
|
13031
|
+
localVarQueryParameter['attempts'] = attempts;
|
|
12601
13032
|
}
|
|
12602
13033
|
localVarUrlObj.query = {
|
|
12603
13034
|
...localVarUrlObj.query,
|
|
@@ -12974,15 +13405,28 @@ const MemberServiceApiFp = function (configuration) {
|
|
|
12974
13405
|
/**
|
|
12975
13406
|
*
|
|
12976
13407
|
* @summary List of Member
|
|
12977
|
-
* @param {
|
|
13408
|
+
* @param {number} queueId
|
|
12978
13409
|
* @param {number} [page]
|
|
12979
13410
|
* @param {number} [size]
|
|
12980
|
-
* @param {string} [
|
|
13411
|
+
* @param {string} [q]
|
|
13412
|
+
* @param {string} [sort]
|
|
13413
|
+
* @param {Array<string>} [fields]
|
|
13414
|
+
* @param {Array<string>} [id]
|
|
13415
|
+
* @param {Array<number>} [bucketId]
|
|
13416
|
+
* @param {string} [destination]
|
|
13417
|
+
* @param {string} [createdAtFrom]
|
|
13418
|
+
* @param {string} [createdAtTo]
|
|
13419
|
+
* @param {string} [offeringAtFrom]
|
|
13420
|
+
* @param {string} [offeringAtTo]
|
|
13421
|
+
* @param {Array<string>} [stopCause]
|
|
13422
|
+
* @param {Array<number>} [priority]
|
|
13423
|
+
* @param {string} [name]
|
|
13424
|
+
* @param {Array<number>} [attempts]
|
|
12981
13425
|
* @param {*} [options] Override http request option.
|
|
12982
13426
|
* @throws {RequiredError}
|
|
12983
13427
|
*/
|
|
12984
|
-
async searchMemberInQueue(queueId, page, size,
|
|
12985
|
-
const localVarAxiosArgs = await MemberServiceApiAxiosParamCreator(configuration).searchMemberInQueue(queueId, page, size,
|
|
13428
|
+
async searchMemberInQueue(queueId, page, size, q, sort, fields, id, bucketId, destination, createdAtFrom, createdAtTo, offeringAtFrom, offeringAtTo, stopCause, priority, name, attempts, options) {
|
|
13429
|
+
const localVarAxiosArgs = await MemberServiceApiAxiosParamCreator(configuration).searchMemberInQueue(queueId, page, size, q, sort, fields, id, bucketId, destination, createdAtFrom, createdAtTo, offeringAtFrom, offeringAtTo, stopCause, priority, name, attempts, options);
|
|
12986
13430
|
return (axios = globalAxios, basePath = BASE_PATH) => {
|
|
12987
13431
|
const axiosRequestArgs = {
|
|
12988
13432
|
...localVarAxiosArgs.options,
|
|
@@ -12996,16 +13440,26 @@ const MemberServiceApiFp = function (configuration) {
|
|
|
12996
13440
|
* @summary Search of Member
|
|
12997
13441
|
* @param {number} [page]
|
|
12998
13442
|
* @param {number} [size]
|
|
12999
|
-
* @param {string} [
|
|
13000
|
-
* @param {string} [
|
|
13001
|
-
* @param {
|
|
13443
|
+
* @param {string} [q]
|
|
13444
|
+
* @param {string} [sort]
|
|
13445
|
+
* @param {Array<string>} [fields]
|
|
13446
|
+
* @param {Array<string>} [id]
|
|
13447
|
+
* @param {Array<number>} [queueId]
|
|
13448
|
+
* @param {Array<number>} [bucketId]
|
|
13002
13449
|
* @param {string} [destination]
|
|
13003
|
-
* @param {string} [
|
|
13450
|
+
* @param {string} [createdAtFrom]
|
|
13451
|
+
* @param {string} [createdAtTo]
|
|
13452
|
+
* @param {string} [offeringAtFrom]
|
|
13453
|
+
* @param {string} [offeringAtTo]
|
|
13454
|
+
* @param {Array<string>} [stopCause]
|
|
13455
|
+
* @param {Array<number>} [priority]
|
|
13456
|
+
* @param {string} [name]
|
|
13457
|
+
* @param {Array<number>} [attempts]
|
|
13004
13458
|
* @param {*} [options] Override http request option.
|
|
13005
13459
|
* @throws {RequiredError}
|
|
13006
13460
|
*/
|
|
13007
|
-
async searchMembers(page, size, id, queueId, bucketId, destination,
|
|
13008
|
-
const localVarAxiosArgs = await MemberServiceApiAxiosParamCreator(configuration).searchMembers(page, size, id, queueId, bucketId, destination,
|
|
13461
|
+
async searchMembers(page, size, q, sort, fields, id, queueId, bucketId, destination, createdAtFrom, createdAtTo, offeringAtFrom, offeringAtTo, stopCause, priority, name, attempts, options) {
|
|
13462
|
+
const localVarAxiosArgs = await MemberServiceApiAxiosParamCreator(configuration).searchMembers(page, size, q, sort, fields, id, queueId, bucketId, destination, createdAtFrom, createdAtTo, offeringAtFrom, offeringAtTo, stopCause, priority, name, attempts, options);
|
|
13009
13463
|
return (axios = globalAxios, basePath = BASE_PATH) => {
|
|
13010
13464
|
const axiosRequestArgs = {
|
|
13011
13465
|
...localVarAxiosArgs.options,
|
|
@@ -13252,16 +13706,29 @@ const MemberServiceApiFactory = function (configuration, basePath, axios) {
|
|
|
13252
13706
|
/**
|
|
13253
13707
|
*
|
|
13254
13708
|
* @summary List of Member
|
|
13255
|
-
* @param {
|
|
13709
|
+
* @param {number} queueId
|
|
13256
13710
|
* @param {number} [page]
|
|
13257
13711
|
* @param {number} [size]
|
|
13258
|
-
* @param {string} [
|
|
13712
|
+
* @param {string} [q]
|
|
13713
|
+
* @param {string} [sort]
|
|
13714
|
+
* @param {Array<string>} [fields]
|
|
13715
|
+
* @param {Array<string>} [id]
|
|
13716
|
+
* @param {Array<number>} [bucketId]
|
|
13717
|
+
* @param {string} [destination]
|
|
13718
|
+
* @param {string} [createdAtFrom]
|
|
13719
|
+
* @param {string} [createdAtTo]
|
|
13720
|
+
* @param {string} [offeringAtFrom]
|
|
13721
|
+
* @param {string} [offeringAtTo]
|
|
13722
|
+
* @param {Array<string>} [stopCause]
|
|
13723
|
+
* @param {Array<number>} [priority]
|
|
13724
|
+
* @param {string} [name]
|
|
13725
|
+
* @param {Array<number>} [attempts]
|
|
13259
13726
|
* @param {*} [options] Override http request option.
|
|
13260
13727
|
* @throws {RequiredError}
|
|
13261
13728
|
*/
|
|
13262
|
-
searchMemberInQueue(queueId, page, size,
|
|
13729
|
+
searchMemberInQueue(queueId, page, size, q, sort, fields, id, bucketId, destination, createdAtFrom, createdAtTo, offeringAtFrom, offeringAtTo, stopCause, priority, name, attempts, options) {
|
|
13263
13730
|
return MemberServiceApiFp(configuration)
|
|
13264
|
-
.searchMemberInQueue(queueId, page, size,
|
|
13731
|
+
.searchMemberInQueue(queueId, page, size, q, sort, fields, id, bucketId, destination, createdAtFrom, createdAtTo, offeringAtFrom, offeringAtTo, stopCause, priority, name, attempts, options)
|
|
13265
13732
|
.then((request) => request(axios, basePath));
|
|
13266
13733
|
},
|
|
13267
13734
|
/**
|
|
@@ -13269,17 +13736,27 @@ const MemberServiceApiFactory = function (configuration, basePath, axios) {
|
|
|
13269
13736
|
* @summary Search of Member
|
|
13270
13737
|
* @param {number} [page]
|
|
13271
13738
|
* @param {number} [size]
|
|
13272
|
-
* @param {string} [
|
|
13273
|
-
* @param {string} [
|
|
13274
|
-
* @param {
|
|
13739
|
+
* @param {string} [q]
|
|
13740
|
+
* @param {string} [sort]
|
|
13741
|
+
* @param {Array<string>} [fields]
|
|
13742
|
+
* @param {Array<string>} [id]
|
|
13743
|
+
* @param {Array<number>} [queueId]
|
|
13744
|
+
* @param {Array<number>} [bucketId]
|
|
13275
13745
|
* @param {string} [destination]
|
|
13276
|
-
* @param {string} [
|
|
13746
|
+
* @param {string} [createdAtFrom]
|
|
13747
|
+
* @param {string} [createdAtTo]
|
|
13748
|
+
* @param {string} [offeringAtFrom]
|
|
13749
|
+
* @param {string} [offeringAtTo]
|
|
13750
|
+
* @param {Array<string>} [stopCause]
|
|
13751
|
+
* @param {Array<number>} [priority]
|
|
13752
|
+
* @param {string} [name]
|
|
13753
|
+
* @param {Array<number>} [attempts]
|
|
13277
13754
|
* @param {*} [options] Override http request option.
|
|
13278
13755
|
* @throws {RequiredError}
|
|
13279
13756
|
*/
|
|
13280
|
-
searchMembers(page, size, id, queueId, bucketId, destination,
|
|
13757
|
+
searchMembers(page, size, q, sort, fields, id, queueId, bucketId, destination, createdAtFrom, createdAtTo, offeringAtFrom, offeringAtTo, stopCause, priority, name, attempts, options) {
|
|
13281
13758
|
return MemberServiceApiFp(configuration)
|
|
13282
|
-
.searchMembers(page, size, id, queueId, bucketId, destination,
|
|
13759
|
+
.searchMembers(page, size, q, sort, fields, id, queueId, bucketId, destination, createdAtFrom, createdAtTo, offeringAtFrom, offeringAtTo, stopCause, priority, name, attempts, options)
|
|
13283
13760
|
.then((request) => request(axios, basePath));
|
|
13284
13761
|
},
|
|
13285
13762
|
/**
|
|
@@ -13530,17 +14007,30 @@ class MemberServiceApi extends BaseAPI {
|
|
|
13530
14007
|
/**
|
|
13531
14008
|
*
|
|
13532
14009
|
* @summary List of Member
|
|
13533
|
-
* @param {
|
|
14010
|
+
* @param {number} queueId
|
|
13534
14011
|
* @param {number} [page]
|
|
13535
14012
|
* @param {number} [size]
|
|
13536
|
-
* @param {string} [
|
|
14013
|
+
* @param {string} [q]
|
|
14014
|
+
* @param {string} [sort]
|
|
14015
|
+
* @param {Array<string>} [fields]
|
|
14016
|
+
* @param {Array<string>} [id]
|
|
14017
|
+
* @param {Array<number>} [bucketId]
|
|
14018
|
+
* @param {string} [destination]
|
|
14019
|
+
* @param {string} [createdAtFrom]
|
|
14020
|
+
* @param {string} [createdAtTo]
|
|
14021
|
+
* @param {string} [offeringAtFrom]
|
|
14022
|
+
* @param {string} [offeringAtTo]
|
|
14023
|
+
* @param {Array<string>} [stopCause]
|
|
14024
|
+
* @param {Array<number>} [priority]
|
|
14025
|
+
* @param {string} [name]
|
|
14026
|
+
* @param {Array<number>} [attempts]
|
|
13537
14027
|
* @param {*} [options] Override http request option.
|
|
13538
14028
|
* @throws {RequiredError}
|
|
13539
14029
|
* @memberof MemberServiceApi
|
|
13540
14030
|
*/
|
|
13541
|
-
searchMemberInQueue(queueId, page, size,
|
|
14031
|
+
searchMemberInQueue(queueId, page, size, q, sort, fields, id, bucketId, destination, createdAtFrom, createdAtTo, offeringAtFrom, offeringAtTo, stopCause, priority, name, attempts, options) {
|
|
13542
14032
|
return MemberServiceApiFp(this.configuration)
|
|
13543
|
-
.searchMemberInQueue(queueId, page, size,
|
|
14033
|
+
.searchMemberInQueue(queueId, page, size, q, sort, fields, id, bucketId, destination, createdAtFrom, createdAtTo, offeringAtFrom, offeringAtTo, stopCause, priority, name, attempts, options)
|
|
13544
14034
|
.then((request) => request(this.axios, this.basePath));
|
|
13545
14035
|
}
|
|
13546
14036
|
/**
|
|
@@ -13548,18 +14038,28 @@ class MemberServiceApi extends BaseAPI {
|
|
|
13548
14038
|
* @summary Search of Member
|
|
13549
14039
|
* @param {number} [page]
|
|
13550
14040
|
* @param {number} [size]
|
|
13551
|
-
* @param {string} [
|
|
13552
|
-
* @param {string} [
|
|
13553
|
-
* @param {
|
|
14041
|
+
* @param {string} [q]
|
|
14042
|
+
* @param {string} [sort]
|
|
14043
|
+
* @param {Array<string>} [fields]
|
|
14044
|
+
* @param {Array<string>} [id]
|
|
14045
|
+
* @param {Array<number>} [queueId]
|
|
14046
|
+
* @param {Array<number>} [bucketId]
|
|
13554
14047
|
* @param {string} [destination]
|
|
13555
|
-
* @param {string} [
|
|
14048
|
+
* @param {string} [createdAtFrom]
|
|
14049
|
+
* @param {string} [createdAtTo]
|
|
14050
|
+
* @param {string} [offeringAtFrom]
|
|
14051
|
+
* @param {string} [offeringAtTo]
|
|
14052
|
+
* @param {Array<string>} [stopCause]
|
|
14053
|
+
* @param {Array<number>} [priority]
|
|
14054
|
+
* @param {string} [name]
|
|
14055
|
+
* @param {Array<number>} [attempts]
|
|
13556
14056
|
* @param {*} [options] Override http request option.
|
|
13557
14057
|
* @throws {RequiredError}
|
|
13558
14058
|
* @memberof MemberServiceApi
|
|
13559
14059
|
*/
|
|
13560
|
-
searchMembers(page, size, id, queueId, bucketId, destination,
|
|
14060
|
+
searchMembers(page, size, q, sort, fields, id, queueId, bucketId, destination, createdAtFrom, createdAtTo, offeringAtFrom, offeringAtTo, stopCause, priority, name, attempts, options) {
|
|
13561
14061
|
return MemberServiceApiFp(this.configuration)
|
|
13562
|
-
.searchMembers(page, size, id, queueId, bucketId, destination,
|
|
14062
|
+
.searchMembers(page, size, q, sort, fields, id, queueId, bucketId, destination, createdAtFrom, createdAtTo, offeringAtFrom, offeringAtTo, stopCause, priority, name, attempts, options)
|
|
13563
14063
|
.then((request) => request(this.axios, this.basePath));
|
|
13564
14064
|
}
|
|
13565
14065
|
/**
|
|
@@ -25450,6 +25950,11 @@ class Client extends EventEmitter {
|
|
|
25450
25950
|
this.agent.task.set(call.task.id, call.task);
|
|
25451
25951
|
}
|
|
25452
25952
|
}
|
|
25953
|
+
for (const conv of this.allConversations()) {
|
|
25954
|
+
if (conv.task) {
|
|
25955
|
+
this.agent.task.set(conv.task.id, conv.task);
|
|
25956
|
+
}
|
|
25957
|
+
}
|
|
25453
25958
|
return this.agent;
|
|
25454
25959
|
}
|
|
25455
25960
|
async invite(req) {
|
|
@@ -26295,5 +26800,5 @@ class ExternalClient extends ee_3 {
|
|
|
26295
26800
|
|
|
26296
26801
|
// tslint:disable
|
|
26297
26802
|
|
|
26298
|
-
export { AgentPauseCauseServiceApiAxiosParamCreator, AgentPauseCauseServiceApiFp, AgentPauseCauseServiceApiFactory, AgentPauseCauseServiceApi, AgentServiceApiAxiosParamCreator, AgentServiceApiFp, AgentServiceApiFactory, AgentServiceApi, AgentSkillServiceApiAxiosParamCreator, AgentSkillServiceApiFp, AgentSkillServiceApiFactory, AgentSkillServiceApi, AgentTeamServiceApiAxiosParamCreator, AgentTeamServiceApiFp, AgentTeamServiceApiFactory, AgentTeamServiceApi, BackendProfileServiceApiAxiosParamCreator, BackendProfileServiceApiFp, BackendProfileServiceApiFactory, BackendProfileServiceApi, BucketServiceApiAxiosParamCreator, BucketServiceApiFp, BucketServiceApiFactory, BucketServiceApi, CalendarServiceApiAxiosParamCreator, CalendarServiceApiFp, CalendarServiceApiFactory, CalendarServiceApi, CallServiceApiAxiosParamCreator, CallServiceApiFp, CallServiceApiFactory, CallServiceApi, CognitiveProfileServiceApiAxiosParamCreator, CognitiveProfileServiceApiFp, CognitiveProfileServiceApiFactory, CognitiveProfileServiceApi, CommunicationTypeServiceApiAxiosParamCreator, CommunicationTypeServiceApiFp, CommunicationTypeServiceApiFactory, CommunicationTypeServiceApi, EmailProfileServiceApiAxiosParamCreator, EmailProfileServiceApiFp, EmailProfileServiceApiFactory, EmailProfileServiceApi, FileServiceApiAxiosParamCreator, FileServiceApiFp, FileServiceApiFactory, FileServiceApi, ListServiceApiAxiosParamCreator, ListServiceApiFp, ListServiceApiFactory, ListServiceApi, MediaFileServiceApiAxiosParamCreator, MediaFileServiceApiFp, MediaFileServiceApiFactory, MediaFileServiceApi, MemberServiceApiAxiosParamCreator, MemberServiceApiFp, MemberServiceApiFactory, MemberServiceApi, OutboundResourceGroupServiceApiAxiosParamCreator, OutboundResourceGroupServiceApiFp, OutboundResourceGroupServiceApiFactory, OutboundResourceGroupServiceApi, OutboundResourceServiceApiAxiosParamCreator, OutboundResourceServiceApiFp, OutboundResourceServiceApiFactory, OutboundResourceServiceApi, QueueBucketServiceApiAxiosParamCreator, QueueBucketServiceApiFp, QueueBucketServiceApiFactory, QueueBucketServiceApi, QueueHookServiceApiAxiosParamCreator, QueueHookServiceApiFp, QueueHookServiceApiFactory, QueueHookServiceApi, QueueResourcesServiceApiAxiosParamCreator, QueueResourcesServiceApiFp, QueueResourcesServiceApiFactory, QueueResourcesServiceApi, QueueServiceApiAxiosParamCreator, QueueServiceApiFp, QueueServiceApiFactory, QueueServiceApi, QueueSkillServiceApiAxiosParamCreator, QueueSkillServiceApiFp, QueueSkillServiceApiFactory, QueueSkillServiceApi, RegionServiceApiAxiosParamCreator, RegionServiceApiFp, RegionServiceApiFactory, RegionServiceApi, RoutingChatPlanServiceApiAxiosParamCreator, RoutingChatPlanServiceApiFp, RoutingChatPlanServiceApiFactory, RoutingChatPlanServiceApi, RoutingOutboundCallServiceApiAxiosParamCreator, RoutingOutboundCallServiceApiFp, RoutingOutboundCallServiceApiFactory, RoutingOutboundCallServiceApi, RoutingSchemaServiceApiAxiosParamCreator, RoutingSchemaServiceApiFp, RoutingSchemaServiceApiFactory, RoutingSchemaServiceApi, RoutingVariableServiceApiAxiosParamCreator, RoutingVariableServiceApiFp, RoutingVariableServiceApiFactory, RoutingVariableServiceApi, SkillServiceApiAxiosParamCreator, SkillServiceApiFp, SkillServiceApiFactory, SkillServiceApi, UserHelperServiceApiAxiosParamCreator, UserHelperServiceApiFp, UserHelperServiceApiFactory, UserHelperServiceApi, Configuration, ProtobufNullValue, StorageProviderType, StorageServiceType, StorageUploadStatusCode, Response, Client, CallReportingStatus, CallActions, CallDirection, Call, AgentStatus, ChannelState, ChannelType, Agent, ChatActions, ConversationState, Conversation, DeviceNotFoundError, DeviceNotAllowPermissionError, SipClient, ExternalClient, SipPhone, Log };
|
|
26803
|
+
export { AgentPauseCauseServiceApiAxiosParamCreator, AgentPauseCauseServiceApiFp, AgentPauseCauseServiceApiFactory, AgentPauseCauseServiceApi, AgentServiceApiAxiosParamCreator, AgentServiceApiFp, AgentServiceApiFactory, AgentServiceApi, AgentSkillServiceApiAxiosParamCreator, AgentSkillServiceApiFp, AgentSkillServiceApiFactory, AgentSkillServiceApi, AgentTeamServiceApiAxiosParamCreator, AgentTeamServiceApiFp, AgentTeamServiceApiFactory, AgentTeamServiceApi, BackendProfileServiceApiAxiosParamCreator, BackendProfileServiceApiFp, BackendProfileServiceApiFactory, BackendProfileServiceApi, BucketServiceApiAxiosParamCreator, BucketServiceApiFp, BucketServiceApiFactory, BucketServiceApi, CalendarServiceApiAxiosParamCreator, CalendarServiceApiFp, CalendarServiceApiFactory, CalendarServiceApi, CallServiceApiAxiosParamCreator, CallServiceApiFp, CallServiceApiFactory, CallServiceApi, CognitiveProfileServiceApiAxiosParamCreator, CognitiveProfileServiceApiFp, CognitiveProfileServiceApiFactory, CognitiveProfileServiceApi, CommunicationTypeServiceApiAxiosParamCreator, CommunicationTypeServiceApiFp, CommunicationTypeServiceApiFactory, CommunicationTypeServiceApi, EmailProfileServiceApiAxiosParamCreator, EmailProfileServiceApiFp, EmailProfileServiceApiFactory, EmailProfileServiceApi, FileServiceApiAxiosParamCreator, FileServiceApiFp, FileServiceApiFactory, FileServiceApi, FileTranscriptServiceApiAxiosParamCreator, FileTranscriptServiceApiFp, FileTranscriptServiceApiFactory, FileTranscriptServiceApi, ListServiceApiAxiosParamCreator, ListServiceApiFp, ListServiceApiFactory, ListServiceApi, MediaFileServiceApiAxiosParamCreator, MediaFileServiceApiFp, MediaFileServiceApiFactory, MediaFileServiceApi, MemberServiceApiAxiosParamCreator, MemberServiceApiFp, MemberServiceApiFactory, MemberServiceApi, OutboundResourceGroupServiceApiAxiosParamCreator, OutboundResourceGroupServiceApiFp, OutboundResourceGroupServiceApiFactory, OutboundResourceGroupServiceApi, OutboundResourceServiceApiAxiosParamCreator, OutboundResourceServiceApiFp, OutboundResourceServiceApiFactory, OutboundResourceServiceApi, QueueBucketServiceApiAxiosParamCreator, QueueBucketServiceApiFp, QueueBucketServiceApiFactory, QueueBucketServiceApi, QueueHookServiceApiAxiosParamCreator, QueueHookServiceApiFp, QueueHookServiceApiFactory, QueueHookServiceApi, QueueResourcesServiceApiAxiosParamCreator, QueueResourcesServiceApiFp, QueueResourcesServiceApiFactory, QueueResourcesServiceApi, QueueServiceApiAxiosParamCreator, QueueServiceApiFp, QueueServiceApiFactory, QueueServiceApi, QueueSkillServiceApiAxiosParamCreator, QueueSkillServiceApiFp, QueueSkillServiceApiFactory, QueueSkillServiceApi, RegionServiceApiAxiosParamCreator, RegionServiceApiFp, RegionServiceApiFactory, RegionServiceApi, RoutingChatPlanServiceApiAxiosParamCreator, RoutingChatPlanServiceApiFp, RoutingChatPlanServiceApiFactory, RoutingChatPlanServiceApi, RoutingOutboundCallServiceApiAxiosParamCreator, RoutingOutboundCallServiceApiFp, RoutingOutboundCallServiceApiFactory, RoutingOutboundCallServiceApi, RoutingSchemaServiceApiAxiosParamCreator, RoutingSchemaServiceApiFp, RoutingSchemaServiceApiFactory, RoutingSchemaServiceApi, RoutingVariableServiceApiAxiosParamCreator, RoutingVariableServiceApiFp, RoutingVariableServiceApiFactory, RoutingVariableServiceApi, SkillServiceApiAxiosParamCreator, SkillServiceApiFp, SkillServiceApiFactory, SkillServiceApi, UserHelperServiceApiAxiosParamCreator, UserHelperServiceApiFp, UserHelperServiceApiFactory, UserHelperServiceApi, Configuration, ProtobufNullValue, StorageProviderType, StorageServiceType, StorageUploadStatusCode, Response, Client, CallReportingStatus, CallActions, CallDirection, Call, AgentStatus, ChannelState, ChannelType, Agent, ChatActions, ConversationState, Conversation, DeviceNotFoundError, DeviceNotAllowPermissionError, SipClient, ExternalClient, SipPhone, Log };
|
|
26299
26804
|
//# sourceMappingURL=index.esm.js.map
|