webitel-sdk 0.1.135 → 0.1.136
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.min.js +1 -1
- package/bundles/index.umd.min.js +1 -1
- package/package.json +2 -2
- package/types/api/agent-pause-cause-service-api.d.ts +6 -6
- package/types/api/agent-service-api.d.ts +19 -19
- package/types/api/agent-skill-service-api.d.ts +7 -7
- package/types/api/agent-team-service-api.d.ts +5 -5
- package/types/api/backend-profile-service-api.d.ts +6 -6
- package/types/api/bucket-service-api.d.ts +5 -5
- package/types/api/calendar-service-api.d.ts +6 -6
- package/types/api/call-service-api.d.ts +15 -15
- package/types/api/cognitive-profile-service-api.d.ts +6 -6
- package/types/api/communication-type-service-api.d.ts +5 -5
- package/types/api/email-profile-service-api.d.ts +6 -6
- package/types/api/file-service-api.d.ts +1 -1
- package/types/api/file-transcript-service-api.d.ts +2 -2
- package/types/api/import-template-service-api.d.ts +6 -6
- package/types/api/list-service-api.d.ts +10 -10
- package/types/api/media-file-service-api.d.ts +3 -3
- package/types/api/member-service-api.d.ts +17 -17
- package/types/api/outbound-resource-group-service-api.d.ts +10 -10
- package/types/api/outbound-resource-service-api.d.ts +11 -11
- package/types/api/queue-bucket-service-api.d.ts +6 -6
- package/types/api/queue-hook-service-api.d.ts +6 -6
- package/types/api/queue-resources-service-api.d.ts +5 -5
- package/types/api/queue-service-api.d.ts +7 -7
- package/types/api/queue-skill-service-api.d.ts +6 -6
- package/types/api/region-service-api.d.ts +6 -6
- package/types/api/routing-chat-plan-service-api.d.ts +6 -6
- package/types/api/routing-outbound-call-service-api.d.ts +7 -7
- package/types/api/routing-schema-service-api.d.ts +6 -6
- package/types/api/routing-variable-service-api.d.ts +5 -5
- package/types/api/skill-service-api.d.ts +5 -5
- package/types/api/user-helper-service-api.d.ts +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "webitel-sdk",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.136",
|
|
4
4
|
"description": "A library written in TypeScript",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"main": "./bundles/index.umd.js",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"registry": "https://registry.npmjs.org/"
|
|
19
19
|
},
|
|
20
20
|
"peerDependencies": {
|
|
21
|
-
"axios": "0.
|
|
21
|
+
"axios": "0.19.0",
|
|
22
22
|
"ee-ts": "1.0.1",
|
|
23
23
|
"jssip": "^3.3.6",
|
|
24
24
|
"tslib": ">=1.10.0"
|
|
@@ -194,7 +194,7 @@ export declare class AgentPauseCauseServiceApi extends BaseAPI {
|
|
|
194
194
|
* @throws {RequiredError}
|
|
195
195
|
* @memberof AgentPauseCauseServiceApi
|
|
196
196
|
*/
|
|
197
|
-
createAgentPauseCause(body: EngineCreateAgentPauseCauseRequest, options?: any): Promise<import("axios").AxiosResponse<any
|
|
197
|
+
createAgentPauseCause(body: EngineCreateAgentPauseCauseRequest, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
198
198
|
/**
|
|
199
199
|
*
|
|
200
200
|
* @param {number} id
|
|
@@ -202,7 +202,7 @@ export declare class AgentPauseCauseServiceApi extends BaseAPI {
|
|
|
202
202
|
* @throws {RequiredError}
|
|
203
203
|
* @memberof AgentPauseCauseServiceApi
|
|
204
204
|
*/
|
|
205
|
-
deleteAgentPauseCause(id: number, options?: any): Promise<import("axios").AxiosResponse<any
|
|
205
|
+
deleteAgentPauseCause(id: number, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
206
206
|
/**
|
|
207
207
|
*
|
|
208
208
|
* @param {number} id
|
|
@@ -211,7 +211,7 @@ export declare class AgentPauseCauseServiceApi extends BaseAPI {
|
|
|
211
211
|
* @throws {RequiredError}
|
|
212
212
|
* @memberof AgentPauseCauseServiceApi
|
|
213
213
|
*/
|
|
214
|
-
patchAgentPauseCause(id: number, body: EnginePatchAgentPauseCauseRequest, options?: any): Promise<import("axios").AxiosResponse<any
|
|
214
|
+
patchAgentPauseCause(id: number, body: EnginePatchAgentPauseCauseRequest, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
215
215
|
/**
|
|
216
216
|
*
|
|
217
217
|
* @param {number} id
|
|
@@ -219,7 +219,7 @@ export declare class AgentPauseCauseServiceApi extends BaseAPI {
|
|
|
219
219
|
* @throws {RequiredError}
|
|
220
220
|
* @memberof AgentPauseCauseServiceApi
|
|
221
221
|
*/
|
|
222
|
-
readAgentPauseCause(id: number, options?: any): Promise<import("axios").AxiosResponse<any
|
|
222
|
+
readAgentPauseCause(id: number, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
223
223
|
/**
|
|
224
224
|
*
|
|
225
225
|
* @param {number} [page]
|
|
@@ -232,7 +232,7 @@ export declare class AgentPauseCauseServiceApi extends BaseAPI {
|
|
|
232
232
|
* @throws {RequiredError}
|
|
233
233
|
* @memberof AgentPauseCauseServiceApi
|
|
234
234
|
*/
|
|
235
|
-
searchAgentPauseCause(page?: number, size?: number, q?: string, sort?: string, fields?: Array<string>, id?: Array<number>, options?: any): Promise<import("axios").AxiosResponse<any
|
|
235
|
+
searchAgentPauseCause(page?: number, size?: number, q?: string, sort?: string, fields?: Array<string>, id?: Array<number>, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
236
236
|
/**
|
|
237
237
|
*
|
|
238
238
|
* @param {number} id
|
|
@@ -241,6 +241,6 @@ export declare class AgentPauseCauseServiceApi extends BaseAPI {
|
|
|
241
241
|
* @throws {RequiredError}
|
|
242
242
|
* @memberof AgentPauseCauseServiceApi
|
|
243
243
|
*/
|
|
244
|
-
updateAgentPauseCause(id: number, body: EngineUpdateAgentPauseCauseRequest, options?: any): Promise<import("axios").AxiosResponse<any
|
|
244
|
+
updateAgentPauseCause(id: number, body: EngineUpdateAgentPauseCauseRequest, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
245
245
|
}
|
|
246
246
|
//# sourceMappingURL=agent-pause-cause-service-api.d.ts.map
|
|
@@ -710,7 +710,7 @@ export declare class AgentServiceApi extends BaseAPI {
|
|
|
710
710
|
* @throws {RequiredError}
|
|
711
711
|
* @memberof AgentServiceApi
|
|
712
712
|
*/
|
|
713
|
-
agentSetState(agentId: number, body: EngineAgentSetStateRequest, options?: any): Promise<import("axios").AxiosResponse<object
|
|
713
|
+
agentSetState(agentId: number, body: EngineAgentSetStateRequest, options?: any): Promise<import("axios").AxiosResponse<object>>;
|
|
714
714
|
/**
|
|
715
715
|
*
|
|
716
716
|
* @param {string} agentId
|
|
@@ -724,7 +724,7 @@ export declare class AgentServiceApi extends BaseAPI {
|
|
|
724
724
|
* @throws {RequiredError}
|
|
725
725
|
* @memberof AgentServiceApi
|
|
726
726
|
*/
|
|
727
|
-
agentStateHistory(agentId: string, page?: number, size?: number, timeFrom?: string, timeTo?: string, q?: string, domainId?: string, options?: any): Promise<import("axios").AxiosResponse<any
|
|
727
|
+
agentStateHistory(agentId: string, page?: number, size?: number, timeFrom?: string, timeTo?: string, q?: string, domainId?: string, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
728
728
|
/**
|
|
729
729
|
*
|
|
730
730
|
* @param {string} agentId
|
|
@@ -733,7 +733,7 @@ export declare class AgentServiceApi extends BaseAPI {
|
|
|
733
733
|
* @throws {RequiredError}
|
|
734
734
|
* @memberof AgentServiceApi
|
|
735
735
|
*/
|
|
736
|
-
agentTodayStatistics(agentId: string, fields?: Array<string>, options?: any): Promise<import("axios").AxiosResponse<any
|
|
736
|
+
agentTodayStatistics(agentId: string, fields?: Array<string>, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
737
737
|
/**
|
|
738
738
|
*
|
|
739
739
|
* @summary Create Agent
|
|
@@ -742,7 +742,7 @@ export declare class AgentServiceApi extends BaseAPI {
|
|
|
742
742
|
* @throws {RequiredError}
|
|
743
743
|
* @memberof AgentServiceApi
|
|
744
744
|
*/
|
|
745
|
-
createAgent(body: EngineCreateAgentRequest, options?: any): Promise<import("axios").AxiosResponse<any
|
|
745
|
+
createAgent(body: EngineCreateAgentRequest, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
746
746
|
/**
|
|
747
747
|
*
|
|
748
748
|
* @summary Remove Agent
|
|
@@ -752,7 +752,7 @@ export declare class AgentServiceApi extends BaseAPI {
|
|
|
752
752
|
* @throws {RequiredError}
|
|
753
753
|
* @memberof AgentServiceApi
|
|
754
754
|
*/
|
|
755
|
-
deleteAgent(id: string, domainId?: string, options?: any): Promise<import("axios").AxiosResponse<any
|
|
755
|
+
deleteAgent(id: string, domainId?: string, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
756
756
|
/**
|
|
757
757
|
*
|
|
758
758
|
* @summary Update Agent
|
|
@@ -762,7 +762,7 @@ export declare class AgentServiceApi extends BaseAPI {
|
|
|
762
762
|
* @throws {RequiredError}
|
|
763
763
|
* @memberof AgentServiceApi
|
|
764
764
|
*/
|
|
765
|
-
patchAgent(id: string, body: EnginePatchAgentRequest, options?: any): Promise<import("axios").AxiosResponse<any
|
|
765
|
+
patchAgent(id: string, body: EnginePatchAgentRequest, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
766
766
|
/**
|
|
767
767
|
*
|
|
768
768
|
* @summary Agent item
|
|
@@ -772,7 +772,7 @@ export declare class AgentServiceApi extends BaseAPI {
|
|
|
772
772
|
* @throws {RequiredError}
|
|
773
773
|
* @memberof AgentServiceApi
|
|
774
774
|
*/
|
|
775
|
-
readAgent(id: string, domainId?: string, options?: any): Promise<import("axios").AxiosResponse<any
|
|
775
|
+
readAgent(id: string, domainId?: string, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
776
776
|
/**
|
|
777
777
|
*
|
|
778
778
|
* @summary List of Agent
|
|
@@ -798,7 +798,7 @@ export declare class AgentServiceApi extends BaseAPI {
|
|
|
798
798
|
* @throws {RequiredError}
|
|
799
799
|
* @memberof AgentServiceApi
|
|
800
800
|
*/
|
|
801
|
-
searchAgent(page?: number, size?: number, q?: string, sort?: string, fields?: Array<string>, id?: Array<string>, allowChannels?: Array<string>, supervisorId?: Array<number>, teamId?: Array<number>, regionId?: Array<number>, auditorId?: Array<number>, isSupervisor?: boolean, skillId?: Array<number>, queueId?: Array<number>, notSupervisor?: boolean, userId?: Array<string>, extension?: Array<string>, notTeamId?: Array<number>, options?: any): Promise<import("axios").AxiosResponse<any
|
|
801
|
+
searchAgent(page?: number, size?: number, q?: string, sort?: string, fields?: Array<string>, id?: Array<string>, allowChannels?: Array<string>, supervisorId?: Array<number>, teamId?: Array<number>, regionId?: Array<number>, auditorId?: Array<number>, isSupervisor?: boolean, skillId?: Array<number>, queueId?: Array<number>, notSupervisor?: boolean, userId?: Array<string>, extension?: Array<string>, notTeamId?: Array<number>, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
802
802
|
/**
|
|
803
803
|
*
|
|
804
804
|
* @param {number} [page]
|
|
@@ -814,7 +814,7 @@ export declare class AgentServiceApi extends BaseAPI {
|
|
|
814
814
|
* @throws {RequiredError}
|
|
815
815
|
* @memberof AgentServiceApi
|
|
816
816
|
*/
|
|
817
|
-
searchAgentCallStatistics(page?: number, size?: number, timeFrom?: string, timeTo?: string, agentId?: Array<number>, domainId?: string, q?: string, fields?: Array<string>, sort?: string, options?: any): Promise<import("axios").AxiosResponse<any
|
|
817
|
+
searchAgentCallStatistics(page?: number, size?: number, timeFrom?: string, timeTo?: string, agentId?: Array<number>, domainId?: string, q?: string, fields?: Array<string>, sort?: string, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
818
818
|
/**
|
|
819
819
|
*
|
|
820
820
|
* @param {string} id
|
|
@@ -827,7 +827,7 @@ export declare class AgentServiceApi extends BaseAPI {
|
|
|
827
827
|
* @throws {RequiredError}
|
|
828
828
|
* @memberof AgentServiceApi
|
|
829
829
|
*/
|
|
830
|
-
searchAgentInQueue(id: string, page?: number, size?: number, q?: string, sort?: string, fields?: Array<string>, options?: any): Promise<import("axios").AxiosResponse<any
|
|
830
|
+
searchAgentInQueue(id: string, page?: number, size?: number, q?: string, sort?: string, fields?: Array<string>, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
831
831
|
/**
|
|
832
832
|
*
|
|
833
833
|
* @param {string} agentId
|
|
@@ -836,7 +836,7 @@ export declare class AgentServiceApi extends BaseAPI {
|
|
|
836
836
|
* @throws {RequiredError}
|
|
837
837
|
* @memberof AgentServiceApi
|
|
838
838
|
*/
|
|
839
|
-
searchAgentInQueueStatistics(agentId: string, domainId?: string, options?: any): Promise<import("axios").AxiosResponse<any
|
|
839
|
+
searchAgentInQueueStatistics(agentId: string, domainId?: string, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
840
840
|
/**
|
|
841
841
|
*
|
|
842
842
|
* @summary todo deprecated ?
|
|
@@ -849,7 +849,7 @@ export declare class AgentServiceApi extends BaseAPI {
|
|
|
849
849
|
* @throws {RequiredError}
|
|
850
850
|
* @memberof AgentServiceApi
|
|
851
851
|
*/
|
|
852
|
-
searchAgentInTeam(id: string, page?: number, size?: number, q?: string, domainId?: string, options?: any): Promise<import("axios").AxiosResponse<any
|
|
852
|
+
searchAgentInTeam(id: string, page?: number, size?: number, q?: string, domainId?: string, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
853
853
|
/**
|
|
854
854
|
*
|
|
855
855
|
* @param {number} [page]
|
|
@@ -864,7 +864,7 @@ export declare class AgentServiceApi extends BaseAPI {
|
|
|
864
864
|
* @throws {RequiredError}
|
|
865
865
|
* @memberof AgentServiceApi
|
|
866
866
|
*/
|
|
867
|
-
searchAgentStateHistory(page?: number, size?: number, joinedAtFrom?: string, joinedAtTo?: string, agentId?: Array<string>, sort?: string, domainId?: string, fromId?: string, options?: any): Promise<import("axios").AxiosResponse<any
|
|
867
|
+
searchAgentStateHistory(page?: number, size?: number, joinedAtFrom?: string, joinedAtTo?: string, agentId?: Array<string>, sort?: string, domainId?: string, fromId?: string, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
868
868
|
/**
|
|
869
869
|
*
|
|
870
870
|
* @param {number} [page]
|
|
@@ -889,7 +889,7 @@ export declare class AgentServiceApi extends BaseAPI {
|
|
|
889
889
|
* @throws {RequiredError}
|
|
890
890
|
* @memberof AgentServiceApi
|
|
891
891
|
*/
|
|
892
|
-
searchAgentStatusStatistic(page?: number, size?: number, q?: string, sort?: string, fields?: Array<string>, agentId?: Array<string>, timeFrom?: string, timeTo?: string, status?: Array<string>, queueId?: Array<number>, teamId?: Array<number>, utilizationFrom?: string, utilizationTo?: string, hasCall?: boolean, skillId?: Array<number>, regionId?: Array<number>, supervisorId?: Array<number>, auditorId?: Array<string>, options?: any): Promise<import("axios").AxiosResponse<any
|
|
892
|
+
searchAgentStatusStatistic(page?: number, size?: number, q?: string, sort?: string, fields?: Array<string>, agentId?: Array<string>, timeFrom?: string, timeTo?: string, status?: Array<string>, queueId?: Array<number>, teamId?: Array<number>, utilizationFrom?: string, utilizationTo?: string, hasCall?: boolean, skillId?: Array<number>, regionId?: Array<number>, supervisorId?: Array<number>, auditorId?: Array<string>, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
893
893
|
/**
|
|
894
894
|
*
|
|
895
895
|
* @param {string} agentId
|
|
@@ -899,7 +899,7 @@ export declare class AgentServiceApi extends BaseAPI {
|
|
|
899
899
|
* @throws {RequiredError}
|
|
900
900
|
* @memberof AgentServiceApi
|
|
901
901
|
*/
|
|
902
|
-
searchAgentStatusStatisticItem(agentId: string, timeFrom?: string, timeTo?: string, options?: any): Promise<import("axios").AxiosResponse<any
|
|
902
|
+
searchAgentStatusStatisticItem(agentId: string, timeFrom?: string, timeTo?: string, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
903
903
|
/**
|
|
904
904
|
*
|
|
905
905
|
* @summary SearchLookupAgentNotExistsUser
|
|
@@ -911,7 +911,7 @@ export declare class AgentServiceApi extends BaseAPI {
|
|
|
911
911
|
* @throws {RequiredError}
|
|
912
912
|
* @memberof AgentServiceApi
|
|
913
913
|
*/
|
|
914
|
-
searchLookupUsersAgentNotExists(page?: number, size?: number, q?: string, domainId?: string, options?: any): Promise<import("axios").AxiosResponse<any
|
|
914
|
+
searchLookupUsersAgentNotExists(page?: number, size?: number, q?: string, domainId?: string, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
915
915
|
/**
|
|
916
916
|
*
|
|
917
917
|
* @param {string} agentId
|
|
@@ -920,7 +920,7 @@ export declare class AgentServiceApi extends BaseAPI {
|
|
|
920
920
|
* @throws {RequiredError}
|
|
921
921
|
* @memberof AgentServiceApi
|
|
922
922
|
*/
|
|
923
|
-
searchPauseCauseForAgent(agentId: string, allowChange?: boolean, options?: any): Promise<import("axios").AxiosResponse<any
|
|
923
|
+
searchPauseCauseForAgent(agentId: string, allowChange?: boolean, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
924
924
|
/**
|
|
925
925
|
*
|
|
926
926
|
* @summary Update Agent
|
|
@@ -930,7 +930,7 @@ export declare class AgentServiceApi extends BaseAPI {
|
|
|
930
930
|
* @throws {RequiredError}
|
|
931
931
|
* @memberof AgentServiceApi
|
|
932
932
|
*/
|
|
933
|
-
updateAgent(id: string, body: EngineUpdateAgentRequest, options?: any): Promise<import("axios").AxiosResponse<any
|
|
933
|
+
updateAgent(id: string, body: EngineUpdateAgentRequest, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
934
934
|
/**
|
|
935
935
|
*
|
|
936
936
|
* @summary Change agent status
|
|
@@ -940,6 +940,6 @@ export declare class AgentServiceApi extends BaseAPI {
|
|
|
940
940
|
* @throws {RequiredError}
|
|
941
941
|
* @memberof AgentServiceApi
|
|
942
942
|
*/
|
|
943
|
-
updateAgentStatus(id: string, body: EngineAgentStatusRequest, options?: any): Promise<import("axios").AxiosResponse<any
|
|
943
|
+
updateAgentStatus(id: string, body: EngineAgentStatusRequest, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
944
944
|
}
|
|
945
945
|
//# sourceMappingURL=agent-service-api.d.ts.map
|
|
@@ -271,7 +271,7 @@ export declare class AgentSkillServiceApi extends BaseAPI {
|
|
|
271
271
|
* @throws {RequiredError}
|
|
272
272
|
* @memberof AgentSkillServiceApi
|
|
273
273
|
*/
|
|
274
|
-
createAgentSkill(agentId: string, body: EngineCreateAgentSkillRequest, options?: any): Promise<import("axios").AxiosResponse<any
|
|
274
|
+
createAgentSkill(agentId: string, body: EngineCreateAgentSkillRequest, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
275
275
|
/**
|
|
276
276
|
*
|
|
277
277
|
* @summary Remove AgentSkill
|
|
@@ -282,7 +282,7 @@ export declare class AgentSkillServiceApi extends BaseAPI {
|
|
|
282
282
|
* @throws {RequiredError}
|
|
283
283
|
* @memberof AgentSkillServiceApi
|
|
284
284
|
*/
|
|
285
|
-
deleteAgentSkill(agentId: string, id: string, domainId?: string, options?: any): Promise<import("axios").AxiosResponse<any
|
|
285
|
+
deleteAgentSkill(agentId: string, id: string, domainId?: string, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
286
286
|
/**
|
|
287
287
|
*
|
|
288
288
|
* @param {string} agentId
|
|
@@ -292,7 +292,7 @@ export declare class AgentSkillServiceApi extends BaseAPI {
|
|
|
292
292
|
* @throws {RequiredError}
|
|
293
293
|
* @memberof AgentSkillServiceApi
|
|
294
294
|
*/
|
|
295
|
-
patchAgentSkill(agentId: string, id: string, body: EnginePatchAgentSkillRequest, options?: any): Promise<import("axios").AxiosResponse<any
|
|
295
|
+
patchAgentSkill(agentId: string, id: string, body: EnginePatchAgentSkillRequest, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
296
296
|
/**
|
|
297
297
|
*
|
|
298
298
|
* @summary AgentSkill item
|
|
@@ -303,7 +303,7 @@ export declare class AgentSkillServiceApi extends BaseAPI {
|
|
|
303
303
|
* @throws {RequiredError}
|
|
304
304
|
* @memberof AgentSkillServiceApi
|
|
305
305
|
*/
|
|
306
|
-
readAgentSkill(agentId: string, id: string, domainId?: string, options?: any): Promise<import("axios").AxiosResponse<any
|
|
306
|
+
readAgentSkill(agentId: string, id: string, domainId?: string, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
307
307
|
/**
|
|
308
308
|
*
|
|
309
309
|
* @summary List of AgentSkill
|
|
@@ -318,7 +318,7 @@ export declare class AgentSkillServiceApi extends BaseAPI {
|
|
|
318
318
|
* @throws {RequiredError}
|
|
319
319
|
* @memberof AgentSkillServiceApi
|
|
320
320
|
*/
|
|
321
|
-
searchAgentSkill(agentId: string, page?: number, size?: number, q?: string, sort?: string, fields?: Array<string>, id?: Array<number>, options?: any): Promise<import("axios").AxiosResponse<any
|
|
321
|
+
searchAgentSkill(agentId: string, page?: number, size?: number, q?: string, sort?: string, fields?: Array<string>, id?: Array<number>, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
322
322
|
/**
|
|
323
323
|
*
|
|
324
324
|
* @summary SearchLookupAgentNotExistsSkill
|
|
@@ -331,7 +331,7 @@ export declare class AgentSkillServiceApi extends BaseAPI {
|
|
|
331
331
|
* @throws {RequiredError}
|
|
332
332
|
* @memberof AgentSkillServiceApi
|
|
333
333
|
*/
|
|
334
|
-
searchLookupAgentNotExistsSkill(agentId: string, page?: number, size?: number, q?: string, domainId?: string, options?: any): Promise<import("axios").AxiosResponse<any
|
|
334
|
+
searchLookupAgentNotExistsSkill(agentId: string, page?: number, size?: number, q?: string, domainId?: string, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
335
335
|
/**
|
|
336
336
|
*
|
|
337
337
|
* @summary Update AgentSkill
|
|
@@ -342,6 +342,6 @@ export declare class AgentSkillServiceApi extends BaseAPI {
|
|
|
342
342
|
* @throws {RequiredError}
|
|
343
343
|
* @memberof AgentSkillServiceApi
|
|
344
344
|
*/
|
|
345
|
-
updateAgentSkill(agentId: string, id: string, body: EngineUpdateAgentSkillRequest, options?: any): Promise<import("axios").AxiosResponse<any
|
|
345
|
+
updateAgentSkill(agentId: string, id: string, body: EngineUpdateAgentSkillRequest, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
346
346
|
}
|
|
347
347
|
//# sourceMappingURL=agent-skill-service-api.d.ts.map
|
|
@@ -197,7 +197,7 @@ export declare class AgentTeamServiceApi extends BaseAPI {
|
|
|
197
197
|
* @throws {RequiredError}
|
|
198
198
|
* @memberof AgentTeamServiceApi
|
|
199
199
|
*/
|
|
200
|
-
createAgentTeam(body: EngineCreateAgentTeamRequest, options?: any): Promise<import("axios").AxiosResponse<any
|
|
200
|
+
createAgentTeam(body: EngineCreateAgentTeamRequest, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
201
201
|
/**
|
|
202
202
|
*
|
|
203
203
|
* @summary Remove AgentTeam
|
|
@@ -207,7 +207,7 @@ export declare class AgentTeamServiceApi extends BaseAPI {
|
|
|
207
207
|
* @throws {RequiredError}
|
|
208
208
|
* @memberof AgentTeamServiceApi
|
|
209
209
|
*/
|
|
210
|
-
deleteAgentTeam(id: string, domainId?: string, options?: any): Promise<import("axios").AxiosResponse<any
|
|
210
|
+
deleteAgentTeam(id: string, domainId?: string, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
211
211
|
/**
|
|
212
212
|
*
|
|
213
213
|
* @summary AgentTeam item
|
|
@@ -217,7 +217,7 @@ export declare class AgentTeamServiceApi extends BaseAPI {
|
|
|
217
217
|
* @throws {RequiredError}
|
|
218
218
|
* @memberof AgentTeamServiceApi
|
|
219
219
|
*/
|
|
220
|
-
readAgentTeam(id: string, domainId?: string, options?: any): Promise<import("axios").AxiosResponse<any
|
|
220
|
+
readAgentTeam(id: string, domainId?: string, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
221
221
|
/**
|
|
222
222
|
*
|
|
223
223
|
* @summary List of AgentTeam
|
|
@@ -233,7 +233,7 @@ export declare class AgentTeamServiceApi extends BaseAPI {
|
|
|
233
233
|
* @throws {RequiredError}
|
|
234
234
|
* @memberof AgentTeamServiceApi
|
|
235
235
|
*/
|
|
236
|
-
searchAgentTeam(page?: number, size?: number, q?: string, sort?: string, fields?: Array<string>, id?: Array<number>, strategy?: Array<string>, adminId?: Array<number>, options?: any): Promise<import("axios").AxiosResponse<any
|
|
236
|
+
searchAgentTeam(page?: number, size?: number, q?: string, sort?: string, fields?: Array<string>, id?: Array<number>, strategy?: Array<string>, adminId?: Array<number>, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
237
237
|
/**
|
|
238
238
|
*
|
|
239
239
|
* @summary Update AgentTeam
|
|
@@ -243,6 +243,6 @@ export declare class AgentTeamServiceApi extends BaseAPI {
|
|
|
243
243
|
* @throws {RequiredError}
|
|
244
244
|
* @memberof AgentTeamServiceApi
|
|
245
245
|
*/
|
|
246
|
-
updateAgentTeam(id: string, body: EngineUpdateAgentTeamRequest, options?: any): Promise<import("axios").AxiosResponse<any
|
|
246
|
+
updateAgentTeam(id: string, body: EngineUpdateAgentTeamRequest, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
247
247
|
}
|
|
248
248
|
//# sourceMappingURL=agent-team-service-api.d.ts.map
|
|
@@ -219,7 +219,7 @@ export declare class BackendProfileServiceApi extends BaseAPI {
|
|
|
219
219
|
* @throws {RequiredError}
|
|
220
220
|
* @memberof BackendProfileServiceApi
|
|
221
221
|
*/
|
|
222
|
-
createBackendProfile(body: StorageCreateBackendProfileRequest, options?: any): Promise<import("axios").AxiosResponse<any
|
|
222
|
+
createBackendProfile(body: StorageCreateBackendProfileRequest, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
223
223
|
/**
|
|
224
224
|
*
|
|
225
225
|
* @summary Remove BackendProfile
|
|
@@ -229,7 +229,7 @@ export declare class BackendProfileServiceApi extends BaseAPI {
|
|
|
229
229
|
* @throws {RequiredError}
|
|
230
230
|
* @memberof BackendProfileServiceApi
|
|
231
231
|
*/
|
|
232
|
-
deleteBackendProfile(id: string, domainId?: string, options?: any): Promise<import("axios").AxiosResponse<any
|
|
232
|
+
deleteBackendProfile(id: string, domainId?: string, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
233
233
|
/**
|
|
234
234
|
*
|
|
235
235
|
* @summary Patch BackendProfile
|
|
@@ -239,7 +239,7 @@ export declare class BackendProfileServiceApi extends BaseAPI {
|
|
|
239
239
|
* @throws {RequiredError}
|
|
240
240
|
* @memberof BackendProfileServiceApi
|
|
241
241
|
*/
|
|
242
|
-
patchBackendProfile(id: string, body: StoragePatchBackendProfileRequest, options?: any): Promise<import("axios").AxiosResponse<any
|
|
242
|
+
patchBackendProfile(id: string, body: StoragePatchBackendProfileRequest, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
243
243
|
/**
|
|
244
244
|
*
|
|
245
245
|
* @summary BackendProfile item
|
|
@@ -249,7 +249,7 @@ export declare class BackendProfileServiceApi extends BaseAPI {
|
|
|
249
249
|
* @throws {RequiredError}
|
|
250
250
|
* @memberof BackendProfileServiceApi
|
|
251
251
|
*/
|
|
252
|
-
readBackendProfile(id: string, domainId?: string, options?: any): Promise<import("axios").AxiosResponse<any
|
|
252
|
+
readBackendProfile(id: string, domainId?: string, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
253
253
|
/**
|
|
254
254
|
*
|
|
255
255
|
* @summary List of BackendProfile
|
|
@@ -263,7 +263,7 @@ export declare class BackendProfileServiceApi extends BaseAPI {
|
|
|
263
263
|
* @throws {RequiredError}
|
|
264
264
|
* @memberof BackendProfileServiceApi
|
|
265
265
|
*/
|
|
266
|
-
searchBackendProfile(page?: number, size?: number, q?: string, sort?: string, fields?: Array<string>, id?: Array<number>, options?: any): Promise<import("axios").AxiosResponse<any
|
|
266
|
+
searchBackendProfile(page?: number, size?: number, q?: string, sort?: string, fields?: Array<string>, id?: Array<number>, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
267
267
|
/**
|
|
268
268
|
*
|
|
269
269
|
* @summary Update BackendProfile
|
|
@@ -273,6 +273,6 @@ export declare class BackendProfileServiceApi extends BaseAPI {
|
|
|
273
273
|
* @throws {RequiredError}
|
|
274
274
|
* @memberof BackendProfileServiceApi
|
|
275
275
|
*/
|
|
276
|
-
updateBackendProfile(id: string, body: StorageUpdateBackendProfileRequest, options?: any): Promise<import("axios").AxiosResponse<any
|
|
276
|
+
updateBackendProfile(id: string, body: StorageUpdateBackendProfileRequest, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
277
277
|
}
|
|
278
278
|
//# sourceMappingURL=backend-profile-service-api.d.ts.map
|
|
@@ -191,7 +191,7 @@ export declare class BucketServiceApi extends BaseAPI {
|
|
|
191
191
|
* @throws {RequiredError}
|
|
192
192
|
* @memberof BucketServiceApi
|
|
193
193
|
*/
|
|
194
|
-
createBucket(body: EngineCreateBucketRequest, options?: any): Promise<import("axios").AxiosResponse<any
|
|
194
|
+
createBucket(body: EngineCreateBucketRequest, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
195
195
|
/**
|
|
196
196
|
*
|
|
197
197
|
* @summary Remove Bucket
|
|
@@ -201,7 +201,7 @@ export declare class BucketServiceApi extends BaseAPI {
|
|
|
201
201
|
* @throws {RequiredError}
|
|
202
202
|
* @memberof BucketServiceApi
|
|
203
203
|
*/
|
|
204
|
-
deleteBucket(id: string, domainId?: string, options?: any): Promise<import("axios").AxiosResponse<any
|
|
204
|
+
deleteBucket(id: string, domainId?: string, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
205
205
|
/**
|
|
206
206
|
*
|
|
207
207
|
* @summary Bucket item
|
|
@@ -211,7 +211,7 @@ export declare class BucketServiceApi extends BaseAPI {
|
|
|
211
211
|
* @throws {RequiredError}
|
|
212
212
|
* @memberof BucketServiceApi
|
|
213
213
|
*/
|
|
214
|
-
readBucket(id: string, domainId?: string, options?: any): Promise<import("axios").AxiosResponse<any
|
|
214
|
+
readBucket(id: string, domainId?: string, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
215
215
|
/**
|
|
216
216
|
*
|
|
217
217
|
* @summary List of Bucket
|
|
@@ -225,7 +225,7 @@ export declare class BucketServiceApi extends BaseAPI {
|
|
|
225
225
|
* @throws {RequiredError}
|
|
226
226
|
* @memberof BucketServiceApi
|
|
227
227
|
*/
|
|
228
|
-
searchBucket(page?: number, size?: number, q?: string, sort?: string, fields?: Array<string>, id?: Array<number>, options?: any): Promise<import("axios").AxiosResponse<any
|
|
228
|
+
searchBucket(page?: number, size?: number, q?: string, sort?: string, fields?: Array<string>, id?: Array<number>, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
229
229
|
/**
|
|
230
230
|
*
|
|
231
231
|
* @summary Update Bucket
|
|
@@ -235,6 +235,6 @@ export declare class BucketServiceApi extends BaseAPI {
|
|
|
235
235
|
* @throws {RequiredError}
|
|
236
236
|
* @memberof BucketServiceApi
|
|
237
237
|
*/
|
|
238
|
-
updateBucket(id: string, body: EngineUpdateBucketRequest, options?: any): Promise<import("axios").AxiosResponse<any
|
|
238
|
+
updateBucket(id: string, body: EngineUpdateBucketRequest, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
239
239
|
}
|
|
240
240
|
//# sourceMappingURL=bucket-service-api.d.ts.map
|
|
@@ -221,7 +221,7 @@ export declare class CalendarServiceApi extends BaseAPI {
|
|
|
221
221
|
* @throws {RequiredError}
|
|
222
222
|
* @memberof CalendarServiceApi
|
|
223
223
|
*/
|
|
224
|
-
createCalendar(body: EngineCreateCalendarRequest, options?: any): Promise<import("axios").AxiosResponse<any
|
|
224
|
+
createCalendar(body: EngineCreateCalendarRequest, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
225
225
|
/**
|
|
226
226
|
*
|
|
227
227
|
* @summary Remove calendar
|
|
@@ -231,7 +231,7 @@ export declare class CalendarServiceApi extends BaseAPI {
|
|
|
231
231
|
* @throws {RequiredError}
|
|
232
232
|
* @memberof CalendarServiceApi
|
|
233
233
|
*/
|
|
234
|
-
deleteCalendar(id: string, domainId?: string, options?: any): Promise<import("axios").AxiosResponse<any
|
|
234
|
+
deleteCalendar(id: string, domainId?: string, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
235
235
|
/**
|
|
236
236
|
*
|
|
237
237
|
* @summary Calendar item
|
|
@@ -241,7 +241,7 @@ export declare class CalendarServiceApi extends BaseAPI {
|
|
|
241
241
|
* @throws {RequiredError}
|
|
242
242
|
* @memberof CalendarServiceApi
|
|
243
243
|
*/
|
|
244
|
-
readCalendar(id: string, domainId?: string, options?: any): Promise<import("axios").AxiosResponse<any
|
|
244
|
+
readCalendar(id: string, domainId?: string, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
245
245
|
/**
|
|
246
246
|
*
|
|
247
247
|
* @summary List of calendar
|
|
@@ -255,7 +255,7 @@ export declare class CalendarServiceApi extends BaseAPI {
|
|
|
255
255
|
* @throws {RequiredError}
|
|
256
256
|
* @memberof CalendarServiceApi
|
|
257
257
|
*/
|
|
258
|
-
searchCalendar(page?: number, size?: number, q?: string, sort?: string, fields?: Array<string>, id?: Array<number>, options?: any): Promise<import("axios").AxiosResponse<any
|
|
258
|
+
searchCalendar(page?: number, size?: number, q?: string, sort?: string, fields?: Array<string>, id?: Array<number>, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
259
259
|
/**
|
|
260
260
|
*
|
|
261
261
|
* @summary List timezones
|
|
@@ -266,7 +266,7 @@ export declare class CalendarServiceApi extends BaseAPI {
|
|
|
266
266
|
* @throws {RequiredError}
|
|
267
267
|
* @memberof CalendarServiceApi
|
|
268
268
|
*/
|
|
269
|
-
searchTimezones(page?: number, size?: number, q?: string, options?: any): Promise<import("axios").AxiosResponse<any
|
|
269
|
+
searchTimezones(page?: number, size?: number, q?: string, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
270
270
|
/**
|
|
271
271
|
*
|
|
272
272
|
* @summary Update calendar
|
|
@@ -276,6 +276,6 @@ export declare class CalendarServiceApi extends BaseAPI {
|
|
|
276
276
|
* @throws {RequiredError}
|
|
277
277
|
* @memberof CalendarServiceApi
|
|
278
278
|
*/
|
|
279
|
-
updateCalendar(id: string, body: EngineUpdateCalendarRequest, options?: any): Promise<import("axios").AxiosResponse<any
|
|
279
|
+
updateCalendar(id: string, body: EngineUpdateCalendarRequest, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
280
280
|
}
|
|
281
281
|
//# sourceMappingURL=calendar-service-api.d.ts.map
|
|
@@ -599,7 +599,7 @@ export declare class CallServiceApi extends BaseAPI {
|
|
|
599
599
|
* @throws {RequiredError}
|
|
600
600
|
* @memberof CallServiceApi
|
|
601
601
|
*/
|
|
602
|
-
aggregateHistoryCall(body: EngineAggregateHistoryCallRequest, options?: any): Promise<import("axios").AxiosResponse<any
|
|
602
|
+
aggregateHistoryCall(body: EngineAggregateHistoryCallRequest, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
603
603
|
/**
|
|
604
604
|
*
|
|
605
605
|
* @param {string} id
|
|
@@ -608,7 +608,7 @@ export declare class CallServiceApi extends BaseAPI {
|
|
|
608
608
|
* @throws {RequiredError}
|
|
609
609
|
* @memberof CallServiceApi
|
|
610
610
|
*/
|
|
611
|
-
blindTransferCall(id: string, body: EngineBlindTransferCallRequest, options?: any): Promise<import("axios").AxiosResponse<object
|
|
611
|
+
blindTransferCall(id: string, body: EngineBlindTransferCallRequest, options?: any): Promise<import("axios").AxiosResponse<object>>;
|
|
612
612
|
/**
|
|
613
613
|
*
|
|
614
614
|
* @summary Call item
|
|
@@ -617,7 +617,7 @@ export declare class CallServiceApi extends BaseAPI {
|
|
|
617
617
|
* @throws {RequiredError}
|
|
618
618
|
* @memberof CallServiceApi
|
|
619
619
|
*/
|
|
620
|
-
confirmPush(id: string, options?: any): Promise<import("axios").AxiosResponse<object
|
|
620
|
+
confirmPush(id: string, options?: any): Promise<import("axios").AxiosResponse<object>>;
|
|
621
621
|
/**
|
|
622
622
|
*
|
|
623
623
|
* @summary Create e call
|
|
@@ -626,7 +626,7 @@ export declare class CallServiceApi extends BaseAPI {
|
|
|
626
626
|
* @throws {RequiredError}
|
|
627
627
|
* @memberof CallServiceApi
|
|
628
628
|
*/
|
|
629
|
-
createCall(body: EngineCreateCallRequest, options?: any): Promise<import("axios").AxiosResponse<any
|
|
629
|
+
createCall(body: EngineCreateCallRequest, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
630
630
|
/**
|
|
631
631
|
*
|
|
632
632
|
* @param {string} callId
|
|
@@ -635,7 +635,7 @@ export declare class CallServiceApi extends BaseAPI {
|
|
|
635
635
|
* @throws {RequiredError}
|
|
636
636
|
* @memberof CallServiceApi
|
|
637
637
|
*/
|
|
638
|
-
createCallAnnotation(callId: string, body: EngineCreateCallAnnotationRequest, options?: any): Promise<import("axios").AxiosResponse<any
|
|
638
|
+
createCallAnnotation(callId: string, body: EngineCreateCallAnnotationRequest, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
639
639
|
/**
|
|
640
640
|
*
|
|
641
641
|
* @param {string} callId
|
|
@@ -644,7 +644,7 @@ export declare class CallServiceApi extends BaseAPI {
|
|
|
644
644
|
* @throws {RequiredError}
|
|
645
645
|
* @memberof CallServiceApi
|
|
646
646
|
*/
|
|
647
|
-
deleteCallAnnotation(callId: string, id: string, options?: any): Promise<import("axios").AxiosResponse<any
|
|
647
|
+
deleteCallAnnotation(callId: string, id: string, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
648
648
|
/**
|
|
649
649
|
*
|
|
650
650
|
* @param {string} id
|
|
@@ -653,7 +653,7 @@ export declare class CallServiceApi extends BaseAPI {
|
|
|
653
653
|
* @throws {RequiredError}
|
|
654
654
|
* @memberof CallServiceApi
|
|
655
655
|
*/
|
|
656
|
-
dtmfCall(id: string, body: EngineDtmfCallRequest, options?: any): Promise<import("axios").AxiosResponse<object
|
|
656
|
+
dtmfCall(id: string, body: EngineDtmfCallRequest, options?: any): Promise<import("axios").AxiosResponse<object>>;
|
|
657
657
|
/**
|
|
658
658
|
*
|
|
659
659
|
* @param {string} id
|
|
@@ -662,7 +662,7 @@ export declare class CallServiceApi extends BaseAPI {
|
|
|
662
662
|
* @throws {RequiredError}
|
|
663
663
|
* @memberof CallServiceApi
|
|
664
664
|
*/
|
|
665
|
-
eavesdropCall(id: string, body: EngineEavesdropCallRequest, options?: any): Promise<import("axios").AxiosResponse<any
|
|
665
|
+
eavesdropCall(id: string, body: EngineEavesdropCallRequest, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
666
666
|
/**
|
|
667
667
|
*
|
|
668
668
|
* @param {string} id
|
|
@@ -671,7 +671,7 @@ export declare class CallServiceApi extends BaseAPI {
|
|
|
671
671
|
* @throws {RequiredError}
|
|
672
672
|
* @memberof CallServiceApi
|
|
673
673
|
*/
|
|
674
|
-
hangupCall(id: string, body: EngineHangupCallRequest, options?: any): Promise<import("axios").AxiosResponse<object
|
|
674
|
+
hangupCall(id: string, body: EngineHangupCallRequest, options?: any): Promise<import("axios").AxiosResponse<object>>;
|
|
675
675
|
/**
|
|
676
676
|
*
|
|
677
677
|
* @param {string} id
|
|
@@ -680,7 +680,7 @@ export declare class CallServiceApi extends BaseAPI {
|
|
|
680
680
|
* @throws {RequiredError}
|
|
681
681
|
* @memberof CallServiceApi
|
|
682
682
|
*/
|
|
683
|
-
holdCall(id: string, body: EngineUserCallRequest, options?: any): Promise<import("axios").AxiosResponse<any
|
|
683
|
+
holdCall(id: string, body: EngineUserCallRequest, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
684
684
|
/**
|
|
685
685
|
*
|
|
686
686
|
* @summary Call item
|
|
@@ -690,7 +690,7 @@ export declare class CallServiceApi extends BaseAPI {
|
|
|
690
690
|
* @throws {RequiredError}
|
|
691
691
|
* @memberof CallServiceApi
|
|
692
692
|
*/
|
|
693
|
-
readCall(id: string, domainId?: string, options?: any): Promise<import("axios").AxiosResponse<any
|
|
693
|
+
readCall(id: string, domainId?: string, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
694
694
|
/**
|
|
695
695
|
*
|
|
696
696
|
* @param {number} [page]
|
|
@@ -726,7 +726,7 @@ export declare class CallServiceApi extends BaseAPI {
|
|
|
726
726
|
* @throws {RequiredError}
|
|
727
727
|
* @memberof CallServiceApi
|
|
728
728
|
*/
|
|
729
|
-
searchActiveCall(page?: number, size?: number, q?: string, sort?: string, fields?: Array<string>, createdAtFrom?: string, createdAtTo?: string, userId?: Array<string>, agentId?: Array<string>, queueId?: Array<string>, teamId?: Array<string>, memberId?: Array<string>, gatewayId?: Array<string>, durationFrom?: string, durationTo?: string, skipParent?: boolean, parentId?: string, cause?: Array<string>, existsFile?: boolean, domainId?: string, number?: string, direction?: Array<string>, answeredAtFrom?: string, answeredAtTo?: string, missed?: boolean, storedAtFrom?: string, storedAtTo?: string, supervisorId?: Array<string>, state?: Array<string>, options?: any): Promise<import("axios").AxiosResponse<any
|
|
729
|
+
searchActiveCall(page?: number, size?: number, q?: string, sort?: string, fields?: Array<string>, createdAtFrom?: string, createdAtTo?: string, userId?: Array<string>, agentId?: Array<string>, queueId?: Array<string>, teamId?: Array<string>, memberId?: Array<string>, gatewayId?: Array<string>, durationFrom?: string, durationTo?: string, skipParent?: boolean, parentId?: string, cause?: Array<string>, existsFile?: boolean, domainId?: string, number?: string, direction?: Array<string>, answeredAtFrom?: string, answeredAtTo?: string, missed?: boolean, storedAtFrom?: string, storedAtTo?: string, supervisorId?: Array<string>, state?: Array<string>, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
730
730
|
/**
|
|
731
731
|
*
|
|
732
732
|
* @summary List of call
|
|
@@ -769,7 +769,7 @@ export declare class CallServiceApi extends BaseAPI {
|
|
|
769
769
|
* @throws {RequiredError}
|
|
770
770
|
* @memberof CallServiceApi
|
|
771
771
|
*/
|
|
772
|
-
searchHistoryCall(page?: number, size?: number, q?: string, sort?: string, fields?: Array<string>, createdAtFrom?: string, createdAtTo?: string, userId?: Array<string>, agentId?: Array<string>, queueId?: Array<string>, teamId?: Array<string>, memberId?: Array<string>, gatewayId?: Array<string>, durationFrom?: string, durationTo?: string, skipParent?: boolean, parentId?: string, cause?: Array<string>, hasFile?: boolean, domainId?: string, number?: string, direction?: string, answeredAtFrom?: string, answeredAtTo?: string, missed?: boolean, storedAtFrom?: string, storedAtTo?: string, id?: Array<string>, transferFrom?: Array<string>, transferTo?: Array<string>, dependencyId?: Array<string>, tags?: Array<string>, amdResult?: Array<string>, fts?: string, directions?: Array<string>, options?: any): Promise<import("axios").AxiosResponse<any
|
|
772
|
+
searchHistoryCall(page?: number, size?: number, q?: string, sort?: string, fields?: Array<string>, createdAtFrom?: string, createdAtTo?: string, userId?: Array<string>, agentId?: Array<string>, queueId?: Array<string>, teamId?: Array<string>, memberId?: Array<string>, gatewayId?: Array<string>, durationFrom?: string, durationTo?: string, skipParent?: boolean, parentId?: string, cause?: Array<string>, hasFile?: boolean, domainId?: string, number?: string, direction?: string, answeredAtFrom?: string, answeredAtTo?: string, missed?: boolean, storedAtFrom?: string, storedAtTo?: string, id?: Array<string>, transferFrom?: Array<string>, transferTo?: Array<string>, dependencyId?: Array<string>, tags?: Array<string>, amdResult?: Array<string>, fts?: string, directions?: Array<string>, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
773
773
|
/**
|
|
774
774
|
*
|
|
775
775
|
* @param {string} id
|
|
@@ -778,7 +778,7 @@ export declare class CallServiceApi extends BaseAPI {
|
|
|
778
778
|
* @throws {RequiredError}
|
|
779
779
|
* @memberof CallServiceApi
|
|
780
780
|
*/
|
|
781
|
-
unHoldCall(id: string, body: EngineUserCallRequest, options?: any): Promise<import("axios").AxiosResponse<any
|
|
781
|
+
unHoldCall(id: string, body: EngineUserCallRequest, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
782
782
|
/**
|
|
783
783
|
*
|
|
784
784
|
* @param {string} callId
|
|
@@ -788,6 +788,6 @@ export declare class CallServiceApi extends BaseAPI {
|
|
|
788
788
|
* @throws {RequiredError}
|
|
789
789
|
* @memberof CallServiceApi
|
|
790
790
|
*/
|
|
791
|
-
updateCallAnnotation(callId: string, id: string, body: EngineUpdateCallAnnotationRequest, options?: any): Promise<import("axios").AxiosResponse<any
|
|
791
|
+
updateCallAnnotation(callId: string, id: string, body: EngineUpdateCallAnnotationRequest, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
792
792
|
}
|
|
793
793
|
//# sourceMappingURL=call-service-api.d.ts.map
|