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
|
@@ -191,7 +191,7 @@ export declare class SkillServiceApi extends BaseAPI {
|
|
|
191
191
|
* @throws {RequiredError}
|
|
192
192
|
* @memberof SkillServiceApi
|
|
193
193
|
*/
|
|
194
|
-
createSkill(body: EngineCreateSkillRequest, options?: any): Promise<import("axios").AxiosResponse<any
|
|
194
|
+
createSkill(body: EngineCreateSkillRequest, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
195
195
|
/**
|
|
196
196
|
*
|
|
197
197
|
* @summary Remove Skill
|
|
@@ -201,7 +201,7 @@ export declare class SkillServiceApi extends BaseAPI {
|
|
|
201
201
|
* @throws {RequiredError}
|
|
202
202
|
* @memberof SkillServiceApi
|
|
203
203
|
*/
|
|
204
|
-
deleteSkill(id: string, domainId?: string, options?: any): Promise<import("axios").AxiosResponse<any
|
|
204
|
+
deleteSkill(id: string, domainId?: string, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
205
205
|
/**
|
|
206
206
|
*
|
|
207
207
|
* @summary Skill item
|
|
@@ -211,7 +211,7 @@ export declare class SkillServiceApi extends BaseAPI {
|
|
|
211
211
|
* @throws {RequiredError}
|
|
212
212
|
* @memberof SkillServiceApi
|
|
213
213
|
*/
|
|
214
|
-
readSkill(id: string, domainId?: string, options?: any): Promise<import("axios").AxiosResponse<any
|
|
214
|
+
readSkill(id: string, domainId?: string, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
215
215
|
/**
|
|
216
216
|
*
|
|
217
217
|
* @summary List of Skill
|
|
@@ -225,7 +225,7 @@ export declare class SkillServiceApi extends BaseAPI {
|
|
|
225
225
|
* @throws {RequiredError}
|
|
226
226
|
* @memberof SkillServiceApi
|
|
227
227
|
*/
|
|
228
|
-
searchSkill(page?: number, size?: number, q?: string, sort?: string, fields?: Array<string>, id?: Array<number>, options?: any): Promise<import("axios").AxiosResponse<any
|
|
228
|
+
searchSkill(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 Skill
|
|
@@ -235,6 +235,6 @@ export declare class SkillServiceApi extends BaseAPI {
|
|
|
235
235
|
* @throws {RequiredError}
|
|
236
236
|
* @memberof SkillServiceApi
|
|
237
237
|
*/
|
|
238
|
-
updateSkill(id: string, body: EngineUpdateSkillRequest, options?: any): Promise<import("axios").AxiosResponse<any
|
|
238
|
+
updateSkill(id: string, body: EngineUpdateSkillRequest, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
239
239
|
}
|
|
240
240
|
//# sourceMappingURL=skill-service-api.d.ts.map
|
|
@@ -65,6 +65,6 @@ export declare class UserHelperServiceApi extends BaseAPI {
|
|
|
65
65
|
* @throws {RequiredError}
|
|
66
66
|
* @memberof UserHelperServiceApi
|
|
67
67
|
*/
|
|
68
|
-
defaultDeviceConfig(type: string, options?: any): Promise<import("axios").AxiosResponse<any
|
|
68
|
+
defaultDeviceConfig(type: string, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
69
69
|
}
|
|
70
70
|
//# sourceMappingURL=user-helper-service-api.d.ts.map
|