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
|
@@ -380,7 +380,7 @@ export declare class OutboundResourceServiceApi extends BaseAPI {
|
|
|
380
380
|
* @throws {RequiredError}
|
|
381
381
|
* @memberof OutboundResourceServiceApi
|
|
382
382
|
*/
|
|
383
|
-
createOutboundResource(body: EngineCreateOutboundResourceRequest, options?: any): Promise<import("axios").AxiosResponse<any
|
|
383
|
+
createOutboundResource(body: EngineCreateOutboundResourceRequest, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
384
384
|
/**
|
|
385
385
|
*
|
|
386
386
|
* @summary Create CreateOutboundResourceDisplay
|
|
@@ -390,7 +390,7 @@ export declare class OutboundResourceServiceApi extends BaseAPI {
|
|
|
390
390
|
* @throws {RequiredError}
|
|
391
391
|
* @memberof OutboundResourceServiceApi
|
|
392
392
|
*/
|
|
393
|
-
createOutboundResourceDisplay(resourceId: string, body: EngineCreateOutboundResourceDisplayRequest, options?: any): Promise<import("axios").AxiosResponse<any
|
|
393
|
+
createOutboundResourceDisplay(resourceId: string, body: EngineCreateOutboundResourceDisplayRequest, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
394
394
|
/**
|
|
395
395
|
*
|
|
396
396
|
* @summary Remove OutboundResource
|
|
@@ -400,7 +400,7 @@ export declare class OutboundResourceServiceApi extends BaseAPI {
|
|
|
400
400
|
* @throws {RequiredError}
|
|
401
401
|
* @memberof OutboundResourceServiceApi
|
|
402
402
|
*/
|
|
403
|
-
deleteOutboundResource(id: string, domainId?: string, options?: any): Promise<import("axios").AxiosResponse<any
|
|
403
|
+
deleteOutboundResource(id: string, domainId?: string, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
404
404
|
/**
|
|
405
405
|
*
|
|
406
406
|
* @summary Remove ResourceDisplay
|
|
@@ -411,7 +411,7 @@ export declare class OutboundResourceServiceApi extends BaseAPI {
|
|
|
411
411
|
* @throws {RequiredError}
|
|
412
412
|
* @memberof OutboundResourceServiceApi
|
|
413
413
|
*/
|
|
414
|
-
deleteOutboundResourceDisplay(resourceId: string, id: string, domainId?: string, options?: any): Promise<import("axios").AxiosResponse<any
|
|
414
|
+
deleteOutboundResourceDisplay(resourceId: string, id: string, domainId?: string, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
415
415
|
/**
|
|
416
416
|
*
|
|
417
417
|
* @summary Patch OutboundResource
|
|
@@ -421,7 +421,7 @@ export declare class OutboundResourceServiceApi extends BaseAPI {
|
|
|
421
421
|
* @throws {RequiredError}
|
|
422
422
|
* @memberof OutboundResourceServiceApi
|
|
423
423
|
*/
|
|
424
|
-
patchOutboundResource(id: string, body: EnginePatchOutboundResourceRequest, options?: any): Promise<import("axios").AxiosResponse<any
|
|
424
|
+
patchOutboundResource(id: string, body: EnginePatchOutboundResourceRequest, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
425
425
|
/**
|
|
426
426
|
*
|
|
427
427
|
* @summary OutboundResource item
|
|
@@ -431,7 +431,7 @@ export declare class OutboundResourceServiceApi extends BaseAPI {
|
|
|
431
431
|
* @throws {RequiredError}
|
|
432
432
|
* @memberof OutboundResourceServiceApi
|
|
433
433
|
*/
|
|
434
|
-
readOutboundResource(id: string, domainId?: string, options?: any): Promise<import("axios").AxiosResponse<any
|
|
434
|
+
readOutboundResource(id: string, domainId?: string, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
435
435
|
/**
|
|
436
436
|
*
|
|
437
437
|
* @summary ResourceDisplay item
|
|
@@ -442,7 +442,7 @@ export declare class OutboundResourceServiceApi extends BaseAPI {
|
|
|
442
442
|
* @throws {RequiredError}
|
|
443
443
|
* @memberof OutboundResourceServiceApi
|
|
444
444
|
*/
|
|
445
|
-
readOutboundResourceDisplay(resourceId: string, id: string, domainId?: string, options?: any): Promise<import("axios").AxiosResponse<any
|
|
445
|
+
readOutboundResourceDisplay(resourceId: string, id: string, domainId?: string, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
446
446
|
/**
|
|
447
447
|
*
|
|
448
448
|
* @summary List of OutboundResource
|
|
@@ -456,7 +456,7 @@ export declare class OutboundResourceServiceApi extends BaseAPI {
|
|
|
456
456
|
* @throws {RequiredError}
|
|
457
457
|
* @memberof OutboundResourceServiceApi
|
|
458
458
|
*/
|
|
459
|
-
searchOutboundResource(page?: number, size?: number, q?: string, sort?: string, fields?: Array<string>, id?: Array<number>, options?: any): Promise<import("axios").AxiosResponse<any
|
|
459
|
+
searchOutboundResource(page?: number, size?: number, q?: string, sort?: string, fields?: Array<string>, id?: Array<number>, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
460
460
|
/**
|
|
461
461
|
*
|
|
462
462
|
* @summary List of ResourceDisplay
|
|
@@ -471,7 +471,7 @@ export declare class OutboundResourceServiceApi extends BaseAPI {
|
|
|
471
471
|
* @throws {RequiredError}
|
|
472
472
|
* @memberof OutboundResourceServiceApi
|
|
473
473
|
*/
|
|
474
|
-
searchOutboundResourceDisplay(resourceId: string, page?: number, size?: number, q?: string, sort?: string, fields?: Array<string>, id?: Array<number>, options?: any): Promise<import("axios").AxiosResponse<any
|
|
474
|
+
searchOutboundResourceDisplay(resourceId: string, page?: number, size?: number, q?: string, sort?: string, fields?: Array<string>, id?: Array<number>, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
475
475
|
/**
|
|
476
476
|
*
|
|
477
477
|
* @summary Update OutboundResource
|
|
@@ -481,7 +481,7 @@ export declare class OutboundResourceServiceApi extends BaseAPI {
|
|
|
481
481
|
* @throws {RequiredError}
|
|
482
482
|
* @memberof OutboundResourceServiceApi
|
|
483
483
|
*/
|
|
484
|
-
updateOutboundResource(id: string, body: EngineUpdateOutboundResourceRequest, options?: any): Promise<import("axios").AxiosResponse<any
|
|
484
|
+
updateOutboundResource(id: string, body: EngineUpdateOutboundResourceRequest, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
485
485
|
/**
|
|
486
486
|
*
|
|
487
487
|
* @summary Update ResourceDisplay
|
|
@@ -492,6 +492,6 @@ export declare class OutboundResourceServiceApi extends BaseAPI {
|
|
|
492
492
|
* @throws {RequiredError}
|
|
493
493
|
* @memberof OutboundResourceServiceApi
|
|
494
494
|
*/
|
|
495
|
-
updateOutboundResourceDisplay(resourceId: string, id: string, body: EngineUpdateOutboundResourceDisplayRequest, options?: any): Promise<import("axios").AxiosResponse<any
|
|
495
|
+
updateOutboundResourceDisplay(resourceId: string, id: string, body: EngineUpdateOutboundResourceDisplayRequest, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
496
496
|
}
|
|
497
497
|
//# sourceMappingURL=outbound-resource-service-api.d.ts.map
|
|
@@ -229,7 +229,7 @@ export declare class QueueBucketServiceApi extends BaseAPI {
|
|
|
229
229
|
* @throws {RequiredError}
|
|
230
230
|
* @memberof QueueBucketServiceApi
|
|
231
231
|
*/
|
|
232
|
-
createQueueBucket(queueId: string, body: EngineCreateQueueBucketRequest, options?: any): Promise<import("axios").AxiosResponse<any
|
|
232
|
+
createQueueBucket(queueId: string, body: EngineCreateQueueBucketRequest, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
233
233
|
/**
|
|
234
234
|
*
|
|
235
235
|
* @summary DeleteQueueRouting
|
|
@@ -239,7 +239,7 @@ export declare class QueueBucketServiceApi extends BaseAPI {
|
|
|
239
239
|
* @throws {RequiredError}
|
|
240
240
|
* @memberof QueueBucketServiceApi
|
|
241
241
|
*/
|
|
242
|
-
deleteQueueBucket(queueId: string, id: string, options?: any): Promise<import("axios").AxiosResponse<any
|
|
242
|
+
deleteQueueBucket(queueId: string, id: string, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
243
243
|
/**
|
|
244
244
|
*
|
|
245
245
|
* @param {string} queueId
|
|
@@ -249,7 +249,7 @@ export declare class QueueBucketServiceApi extends BaseAPI {
|
|
|
249
249
|
* @throws {RequiredError}
|
|
250
250
|
* @memberof QueueBucketServiceApi
|
|
251
251
|
*/
|
|
252
|
-
patchQueueBucket(queueId: string, id: string, body: EnginePatchQueueBucketRequest, options?: any): Promise<import("axios").AxiosResponse<any
|
|
252
|
+
patchQueueBucket(queueId: string, id: string, body: EnginePatchQueueBucketRequest, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
253
253
|
/**
|
|
254
254
|
*
|
|
255
255
|
* @summary ReadQueueRouting
|
|
@@ -259,7 +259,7 @@ export declare class QueueBucketServiceApi extends BaseAPI {
|
|
|
259
259
|
* @throws {RequiredError}
|
|
260
260
|
* @memberof QueueBucketServiceApi
|
|
261
261
|
*/
|
|
262
|
-
readQueueBucket(queueId: string, id: string, options?: any): Promise<import("axios").AxiosResponse<any
|
|
262
|
+
readQueueBucket(queueId: string, id: string, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
263
263
|
/**
|
|
264
264
|
*
|
|
265
265
|
* @summary SearchQueueRouting
|
|
@@ -274,7 +274,7 @@ export declare class QueueBucketServiceApi extends BaseAPI {
|
|
|
274
274
|
* @throws {RequiredError}
|
|
275
275
|
* @memberof QueueBucketServiceApi
|
|
276
276
|
*/
|
|
277
|
-
searchQueueBucket(queueId: string, page?: number, size?: number, q?: string, sort?: string, fields?: Array<string>, id?: Array<number>, options?: any): Promise<import("axios").AxiosResponse<any
|
|
277
|
+
searchQueueBucket(queueId: string, page?: number, size?: number, q?: string, sort?: string, fields?: Array<string>, id?: Array<number>, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
278
278
|
/**
|
|
279
279
|
*
|
|
280
280
|
* @summary UpdateQueueBucket
|
|
@@ -285,6 +285,6 @@ export declare class QueueBucketServiceApi extends BaseAPI {
|
|
|
285
285
|
* @throws {RequiredError}
|
|
286
286
|
* @memberof QueueBucketServiceApi
|
|
287
287
|
*/
|
|
288
|
-
updateQueueBucket(queueId: string, id: string, body: EngineUpdateQueueBucketRequest, options?: any): Promise<import("axios").AxiosResponse<any
|
|
288
|
+
updateQueueBucket(queueId: string, id: string, body: EngineUpdateQueueBucketRequest, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
289
289
|
}
|
|
290
290
|
//# sourceMappingURL=queue-bucket-service-api.d.ts.map
|
|
@@ -219,7 +219,7 @@ export declare class QueueHookServiceApi extends BaseAPI {
|
|
|
219
219
|
* @throws {RequiredError}
|
|
220
220
|
* @memberof QueueHookServiceApi
|
|
221
221
|
*/
|
|
222
|
-
createQueueHook(queueId: number, body: EngineCreateQueueHookRequest, options?: any): Promise<import("axios").AxiosResponse<any
|
|
222
|
+
createQueueHook(queueId: number, body: EngineCreateQueueHookRequest, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
223
223
|
/**
|
|
224
224
|
*
|
|
225
225
|
* @param {number} queueId
|
|
@@ -228,7 +228,7 @@ export declare class QueueHookServiceApi extends BaseAPI {
|
|
|
228
228
|
* @throws {RequiredError}
|
|
229
229
|
* @memberof QueueHookServiceApi
|
|
230
230
|
*/
|
|
231
|
-
deleteQueueHook(queueId: number, id: number, options?: any): Promise<import("axios").AxiosResponse<any
|
|
231
|
+
deleteQueueHook(queueId: number, id: number, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
232
232
|
/**
|
|
233
233
|
*
|
|
234
234
|
* @param {number} queueId
|
|
@@ -238,7 +238,7 @@ export declare class QueueHookServiceApi extends BaseAPI {
|
|
|
238
238
|
* @throws {RequiredError}
|
|
239
239
|
* @memberof QueueHookServiceApi
|
|
240
240
|
*/
|
|
241
|
-
patchQueueHook(queueId: number, id: number, body: EnginePatchQueueHookRequest, options?: any): Promise<import("axios").AxiosResponse<any
|
|
241
|
+
patchQueueHook(queueId: number, id: number, body: EnginePatchQueueHookRequest, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
242
242
|
/**
|
|
243
243
|
*
|
|
244
244
|
* @param {number} queueId
|
|
@@ -247,7 +247,7 @@ export declare class QueueHookServiceApi extends BaseAPI {
|
|
|
247
247
|
* @throws {RequiredError}
|
|
248
248
|
* @memberof QueueHookServiceApi
|
|
249
249
|
*/
|
|
250
|
-
readQueueHook(queueId: number, id: number, options?: any): Promise<import("axios").AxiosResponse<any
|
|
250
|
+
readQueueHook(queueId: number, id: number, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
251
251
|
/**
|
|
252
252
|
*
|
|
253
253
|
* @param {number} queueId
|
|
@@ -263,7 +263,7 @@ export declare class QueueHookServiceApi extends BaseAPI {
|
|
|
263
263
|
* @throws {RequiredError}
|
|
264
264
|
* @memberof QueueHookServiceApi
|
|
265
265
|
*/
|
|
266
|
-
searchQueueHook(queueId: number, page?: number, size?: number, q?: string, sort?: string, fields?: Array<string>, id?: Array<number>, schemaId?: Array<number>, event?: Array<string>, options?: any): Promise<import("axios").AxiosResponse<any
|
|
266
|
+
searchQueueHook(queueId: number, page?: number, size?: number, q?: string, sort?: string, fields?: Array<string>, id?: Array<number>, schemaId?: Array<number>, event?: Array<string>, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
267
267
|
/**
|
|
268
268
|
*
|
|
269
269
|
* @param {number} queueId
|
|
@@ -273,6 +273,6 @@ export declare class QueueHookServiceApi extends BaseAPI {
|
|
|
273
273
|
* @throws {RequiredError}
|
|
274
274
|
* @memberof QueueHookServiceApi
|
|
275
275
|
*/
|
|
276
|
-
updateQueueHook(queueId: number, id: number, body: EngineUpdateQueueHookRequest, options?: any): Promise<import("axios").AxiosResponse<any
|
|
276
|
+
updateQueueHook(queueId: number, id: number, body: EngineUpdateQueueHookRequest, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
277
277
|
}
|
|
278
278
|
//# sourceMappingURL=queue-hook-service-api.d.ts.map
|
|
@@ -207,7 +207,7 @@ export declare class QueueResourcesServiceApi extends BaseAPI {
|
|
|
207
207
|
* @throws {RequiredError}
|
|
208
208
|
* @memberof QueueResourcesServiceApi
|
|
209
209
|
*/
|
|
210
|
-
createQueueResourceGroup(queueId: string, body: EngineCreateQueueResourceGroupRequest, options?: any): Promise<import("axios").AxiosResponse<any
|
|
210
|
+
createQueueResourceGroup(queueId: string, body: EngineCreateQueueResourceGroupRequest, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
211
211
|
/**
|
|
212
212
|
*
|
|
213
213
|
* @summary DeleteQueueResourceGroup
|
|
@@ -218,7 +218,7 @@ export declare class QueueResourcesServiceApi extends BaseAPI {
|
|
|
218
218
|
* @throws {RequiredError}
|
|
219
219
|
* @memberof QueueResourcesServiceApi
|
|
220
220
|
*/
|
|
221
|
-
deleteQueueResourceGroup(queueId: string, id: string, domainId?: string, options?: any): Promise<import("axios").AxiosResponse<any
|
|
221
|
+
deleteQueueResourceGroup(queueId: string, id: string, domainId?: string, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
222
222
|
/**
|
|
223
223
|
*
|
|
224
224
|
* @summary ReadQueueResourceGroup
|
|
@@ -229,7 +229,7 @@ export declare class QueueResourcesServiceApi extends BaseAPI {
|
|
|
229
229
|
* @throws {RequiredError}
|
|
230
230
|
* @memberof QueueResourcesServiceApi
|
|
231
231
|
*/
|
|
232
|
-
readQueueResourceGroup(queueId: string, id: string, domainId?: string, options?: any): Promise<import("axios").AxiosResponse<any
|
|
232
|
+
readQueueResourceGroup(queueId: string, id: string, domainId?: string, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
233
233
|
/**
|
|
234
234
|
*
|
|
235
235
|
* @summary SearchQueueResourceGroup
|
|
@@ -244,7 +244,7 @@ export declare class QueueResourcesServiceApi extends BaseAPI {
|
|
|
244
244
|
* @throws {RequiredError}
|
|
245
245
|
* @memberof QueueResourcesServiceApi
|
|
246
246
|
*/
|
|
247
|
-
searchQueueResourceGroup(queueId: string, page?: number, size?: number, q?: string, sort?: string, fields?: Array<string>, id?: Array<number>, options?: any): Promise<import("axios").AxiosResponse<any
|
|
247
|
+
searchQueueResourceGroup(queueId: string, page?: number, size?: number, q?: string, sort?: string, fields?: Array<string>, id?: Array<number>, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
248
248
|
/**
|
|
249
249
|
*
|
|
250
250
|
* @summary UpdateQueueResourceGroup
|
|
@@ -255,6 +255,6 @@ export declare class QueueResourcesServiceApi extends BaseAPI {
|
|
|
255
255
|
* @throws {RequiredError}
|
|
256
256
|
* @memberof QueueResourcesServiceApi
|
|
257
257
|
*/
|
|
258
|
-
updateQueueResourceGroup(queueId: string, id: string, body: EngineUpdateQueueResourceGroupRequest, options?: any): Promise<import("axios").AxiosResponse<any
|
|
258
|
+
updateQueueResourceGroup(queueId: string, id: string, body: EngineUpdateQueueResourceGroupRequest, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
259
259
|
}
|
|
260
260
|
//# sourceMappingURL=queue-resources-service-api.d.ts.map
|
|
@@ -273,7 +273,7 @@ export declare class QueueServiceApi extends BaseAPI {
|
|
|
273
273
|
* @throws {RequiredError}
|
|
274
274
|
* @memberof QueueServiceApi
|
|
275
275
|
*/
|
|
276
|
-
createQueue(body: EngineCreateQueueRequest, options?: any): Promise<import("axios").AxiosResponse<any
|
|
276
|
+
createQueue(body: EngineCreateQueueRequest, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
277
277
|
/**
|
|
278
278
|
*
|
|
279
279
|
* @summary Remove Queue
|
|
@@ -283,7 +283,7 @@ export declare class QueueServiceApi extends BaseAPI {
|
|
|
283
283
|
* @throws {RequiredError}
|
|
284
284
|
* @memberof QueueServiceApi
|
|
285
285
|
*/
|
|
286
|
-
deleteQueue(id: string, domainId?: string, options?: any): Promise<import("axios").AxiosResponse<any
|
|
286
|
+
deleteQueue(id: string, domainId?: string, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
287
287
|
/**
|
|
288
288
|
*
|
|
289
289
|
* @summary Patch Queue
|
|
@@ -293,7 +293,7 @@ export declare class QueueServiceApi extends BaseAPI {
|
|
|
293
293
|
* @throws {RequiredError}
|
|
294
294
|
* @memberof QueueServiceApi
|
|
295
295
|
*/
|
|
296
|
-
patchQueue(id: string, body: EnginePatchQueueRequest, options?: any): Promise<import("axios").AxiosResponse<any
|
|
296
|
+
patchQueue(id: string, body: EnginePatchQueueRequest, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
297
297
|
/**
|
|
298
298
|
*
|
|
299
299
|
* @summary Queue item
|
|
@@ -303,7 +303,7 @@ export declare class QueueServiceApi extends BaseAPI {
|
|
|
303
303
|
* @throws {RequiredError}
|
|
304
304
|
* @memberof QueueServiceApi
|
|
305
305
|
*/
|
|
306
|
-
readQueue(id: string, domainId?: string, options?: any): Promise<import("axios").AxiosResponse<any
|
|
306
|
+
readQueue(id: string, domainId?: string, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
307
307
|
/**
|
|
308
308
|
*
|
|
309
309
|
* @summary List of Queue
|
|
@@ -318,7 +318,7 @@ export declare class QueueServiceApi extends BaseAPI {
|
|
|
318
318
|
* @throws {RequiredError}
|
|
319
319
|
* @memberof QueueServiceApi
|
|
320
320
|
*/
|
|
321
|
-
searchQueue(page?: number, size?: number, q?: string, sort?: string, fields?: Array<string>, id?: Array<string>, type?: Array<number>, options?: any): Promise<import("axios").AxiosResponse<any
|
|
321
|
+
searchQueue(page?: number, size?: number, q?: string, sort?: string, fields?: Array<string>, id?: Array<string>, type?: Array<number>, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
322
322
|
/**
|
|
323
323
|
*
|
|
324
324
|
* @param {number} [page]
|
|
@@ -336,7 +336,7 @@ export declare class QueueServiceApi extends BaseAPI {
|
|
|
336
336
|
* @throws {RequiredError}
|
|
337
337
|
* @memberof QueueServiceApi
|
|
338
338
|
*/
|
|
339
|
-
searchQueueReportGeneral(page?: number, size?: number, joinedAtFrom?: string, joinedAtTo?: string, domainId?: string, fields?: Array<string>, sort?: string, q?: string, queueId?: Array<number>, teamId?: Array<number>, type?: Array<number>, options?: any): Promise<import("axios").AxiosResponse<any
|
|
339
|
+
searchQueueReportGeneral(page?: number, size?: number, joinedAtFrom?: string, joinedAtTo?: string, domainId?: string, fields?: Array<string>, sort?: string, q?: string, queueId?: Array<number>, teamId?: Array<number>, type?: Array<number>, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
340
340
|
/**
|
|
341
341
|
*
|
|
342
342
|
* @summary Update Queue
|
|
@@ -346,6 +346,6 @@ export declare class QueueServiceApi extends BaseAPI {
|
|
|
346
346
|
* @throws {RequiredError}
|
|
347
347
|
* @memberof QueueServiceApi
|
|
348
348
|
*/
|
|
349
|
-
updateQueue(id: string, body: EngineUpdateQueueRequest, options?: any): Promise<import("axios").AxiosResponse<any
|
|
349
|
+
updateQueue(id: string, body: EngineUpdateQueueRequest, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
350
350
|
}
|
|
351
351
|
//# sourceMappingURL=queue-service-api.d.ts.map
|
|
@@ -231,7 +231,7 @@ export declare class QueueSkillServiceApi extends BaseAPI {
|
|
|
231
231
|
* @throws {RequiredError}
|
|
232
232
|
* @memberof QueueSkillServiceApi
|
|
233
233
|
*/
|
|
234
|
-
createQueueSkill(queueId: number, body: EngineCreateQueueSkillRequest, options?: any): Promise<import("axios").AxiosResponse<any
|
|
234
|
+
createQueueSkill(queueId: number, body: EngineCreateQueueSkillRequest, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
235
235
|
/**
|
|
236
236
|
*
|
|
237
237
|
* @param {number} queueId
|
|
@@ -240,7 +240,7 @@ export declare class QueueSkillServiceApi extends BaseAPI {
|
|
|
240
240
|
* @throws {RequiredError}
|
|
241
241
|
* @memberof QueueSkillServiceApi
|
|
242
242
|
*/
|
|
243
|
-
deleteQueueSkill(queueId: number, id: number, options?: any): Promise<import("axios").AxiosResponse<any
|
|
243
|
+
deleteQueueSkill(queueId: number, id: number, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
244
244
|
/**
|
|
245
245
|
*
|
|
246
246
|
* @param {number} queueId
|
|
@@ -250,7 +250,7 @@ export declare class QueueSkillServiceApi extends BaseAPI {
|
|
|
250
250
|
* @throws {RequiredError}
|
|
251
251
|
* @memberof QueueSkillServiceApi
|
|
252
252
|
*/
|
|
253
|
-
patchQueueSkill(queueId: number, id: number, body: EnginePatchQueueSkillRequest, options?: any): Promise<import("axios").AxiosResponse<any
|
|
253
|
+
patchQueueSkill(queueId: number, id: number, body: EnginePatchQueueSkillRequest, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
254
254
|
/**
|
|
255
255
|
*
|
|
256
256
|
* @param {number} queueId
|
|
@@ -259,7 +259,7 @@ export declare class QueueSkillServiceApi extends BaseAPI {
|
|
|
259
259
|
* @throws {RequiredError}
|
|
260
260
|
* @memberof QueueSkillServiceApi
|
|
261
261
|
*/
|
|
262
|
-
readQueueSkill(queueId: number, id: number, options?: any): Promise<import("axios").AxiosResponse<any
|
|
262
|
+
readQueueSkill(queueId: number, id: number, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
263
263
|
/**
|
|
264
264
|
*
|
|
265
265
|
* @param {number} queueId
|
|
@@ -279,7 +279,7 @@ export declare class QueueSkillServiceApi extends BaseAPI {
|
|
|
279
279
|
* @throws {RequiredError}
|
|
280
280
|
* @memberof QueueSkillServiceApi
|
|
281
281
|
*/
|
|
282
|
-
searchQueueSkill(queueId: number, page?: number, size?: number, q?: string, sort?: string, fields?: Array<string>, id?: Array<number>, skillId?: Array<number>, bucketId?: Array<number>, lvl?: Array<number>, minCapacity?: Array<number>, maxCapacity?: Array<number>, enabled?: boolean, options?: any): Promise<import("axios").AxiosResponse<any
|
|
282
|
+
searchQueueSkill(queueId: number, page?: number, size?: number, q?: string, sort?: string, fields?: Array<string>, id?: Array<number>, skillId?: Array<number>, bucketId?: Array<number>, lvl?: Array<number>, minCapacity?: Array<number>, maxCapacity?: Array<number>, enabled?: boolean, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
283
283
|
/**
|
|
284
284
|
*
|
|
285
285
|
* @param {number} queueId
|
|
@@ -289,6 +289,6 @@ export declare class QueueSkillServiceApi extends BaseAPI {
|
|
|
289
289
|
* @throws {RequiredError}
|
|
290
290
|
* @memberof QueueSkillServiceApi
|
|
291
291
|
*/
|
|
292
|
-
updateQueueSkill(queueId: number, id: number, body: EngineUpdateQueueSkillRequest, options?: any): Promise<import("axios").AxiosResponse<any
|
|
292
|
+
updateQueueSkill(queueId: number, id: number, body: EngineUpdateQueueSkillRequest, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
293
293
|
}
|
|
294
294
|
//# sourceMappingURL=queue-skill-service-api.d.ts.map
|
|
@@ -203,7 +203,7 @@ export declare class RegionServiceApi extends BaseAPI {
|
|
|
203
203
|
* @throws {RequiredError}
|
|
204
204
|
* @memberof RegionServiceApi
|
|
205
205
|
*/
|
|
206
|
-
createRegion(body: EngineCreateRegionRequest, options?: any): Promise<import("axios").AxiosResponse<any
|
|
206
|
+
createRegion(body: EngineCreateRegionRequest, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
207
207
|
/**
|
|
208
208
|
*
|
|
209
209
|
* @param {string} id
|
|
@@ -211,7 +211,7 @@ export declare class RegionServiceApi extends BaseAPI {
|
|
|
211
211
|
* @throws {RequiredError}
|
|
212
212
|
* @memberof RegionServiceApi
|
|
213
213
|
*/
|
|
214
|
-
deleteRegion(id: string, options?: any): Promise<import("axios").AxiosResponse<any
|
|
214
|
+
deleteRegion(id: string, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
215
215
|
/**
|
|
216
216
|
*
|
|
217
217
|
* @param {string} id
|
|
@@ -220,7 +220,7 @@ export declare class RegionServiceApi extends BaseAPI {
|
|
|
220
220
|
* @throws {RequiredError}
|
|
221
221
|
* @memberof RegionServiceApi
|
|
222
222
|
*/
|
|
223
|
-
patchRegion(id: string, body: EnginePatchRegionRequest, options?: any): Promise<import("axios").AxiosResponse<any
|
|
223
|
+
patchRegion(id: string, body: EnginePatchRegionRequest, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
224
224
|
/**
|
|
225
225
|
*
|
|
226
226
|
* @param {string} id
|
|
@@ -228,7 +228,7 @@ export declare class RegionServiceApi extends BaseAPI {
|
|
|
228
228
|
* @throws {RequiredError}
|
|
229
229
|
* @memberof RegionServiceApi
|
|
230
230
|
*/
|
|
231
|
-
readRegion(id: string, options?: any): Promise<import("axios").AxiosResponse<any
|
|
231
|
+
readRegion(id: string, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
232
232
|
/**
|
|
233
233
|
*
|
|
234
234
|
* @param {number} [page]
|
|
@@ -244,7 +244,7 @@ export declare class RegionServiceApi extends BaseAPI {
|
|
|
244
244
|
* @throws {RequiredError}
|
|
245
245
|
* @memberof RegionServiceApi
|
|
246
246
|
*/
|
|
247
|
-
searchRegion(page?: number, size?: number, q?: string, sort?: string, fields?: Array<string>, id?: Array<string>, name?: string, description?: string, timezoneId?: Array<number>, options?: any): Promise<import("axios").AxiosResponse<any
|
|
247
|
+
searchRegion(page?: number, size?: number, q?: string, sort?: string, fields?: Array<string>, id?: Array<string>, name?: string, description?: string, timezoneId?: Array<number>, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
248
248
|
/**
|
|
249
249
|
*
|
|
250
250
|
* @param {string} id
|
|
@@ -253,6 +253,6 @@ export declare class RegionServiceApi extends BaseAPI {
|
|
|
253
253
|
* @throws {RequiredError}
|
|
254
254
|
* @memberof RegionServiceApi
|
|
255
255
|
*/
|
|
256
|
-
updateRegion(id: string, body: EngineUpdateRegionRequest, options?: any): Promise<import("axios").AxiosResponse<any
|
|
256
|
+
updateRegion(id: string, body: EngineUpdateRegionRequest, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
257
257
|
}
|
|
258
258
|
//# sourceMappingURL=region-service-api.d.ts.map
|
|
@@ -200,7 +200,7 @@ export declare class RoutingChatPlanServiceApi extends BaseAPI {
|
|
|
200
200
|
* @throws {RequiredError}
|
|
201
201
|
* @memberof RoutingChatPlanServiceApi
|
|
202
202
|
*/
|
|
203
|
-
createChatPlan(body: EngineCreateChatPlanRequest, options?: any): Promise<import("axios").AxiosResponse<any
|
|
203
|
+
createChatPlan(body: EngineCreateChatPlanRequest, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
204
204
|
/**
|
|
205
205
|
*
|
|
206
206
|
* @param {number} id
|
|
@@ -208,7 +208,7 @@ export declare class RoutingChatPlanServiceApi extends BaseAPI {
|
|
|
208
208
|
* @throws {RequiredError}
|
|
209
209
|
* @memberof RoutingChatPlanServiceApi
|
|
210
210
|
*/
|
|
211
|
-
deleteChatPlan(id: number, options?: any): Promise<import("axios").AxiosResponse<any
|
|
211
|
+
deleteChatPlan(id: number, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
212
212
|
/**
|
|
213
213
|
*
|
|
214
214
|
* @param {number} id
|
|
@@ -217,7 +217,7 @@ export declare class RoutingChatPlanServiceApi extends BaseAPI {
|
|
|
217
217
|
* @throws {RequiredError}
|
|
218
218
|
* @memberof RoutingChatPlanServiceApi
|
|
219
219
|
*/
|
|
220
|
-
patchChatPlan(id: number, body: EnginePatchChatPlanRequest, options?: any): Promise<import("axios").AxiosResponse<any
|
|
220
|
+
patchChatPlan(id: number, body: EnginePatchChatPlanRequest, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
221
221
|
/**
|
|
222
222
|
*
|
|
223
223
|
* @param {number} id
|
|
@@ -225,7 +225,7 @@ export declare class RoutingChatPlanServiceApi extends BaseAPI {
|
|
|
225
225
|
* @throws {RequiredError}
|
|
226
226
|
* @memberof RoutingChatPlanServiceApi
|
|
227
227
|
*/
|
|
228
|
-
readChatPlan(id: number, options?: any): Promise<import("axios").AxiosResponse<any
|
|
228
|
+
readChatPlan(id: number, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
229
229
|
/**
|
|
230
230
|
*
|
|
231
231
|
* @param {number} [page]
|
|
@@ -240,7 +240,7 @@ export declare class RoutingChatPlanServiceApi extends BaseAPI {
|
|
|
240
240
|
* @throws {RequiredError}
|
|
241
241
|
* @memberof RoutingChatPlanServiceApi
|
|
242
242
|
*/
|
|
243
|
-
searchChatPlan(page?: number, size?: number, q?: string, sort?: string, fields?: Array<string>, id?: Array<number>, name?: string, enabled?: boolean, options?: any): Promise<import("axios").AxiosResponse<any
|
|
243
|
+
searchChatPlan(page?: number, size?: number, q?: string, sort?: string, fields?: Array<string>, id?: Array<number>, name?: string, enabled?: boolean, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
244
244
|
/**
|
|
245
245
|
*
|
|
246
246
|
* @param {number} id
|
|
@@ -249,6 +249,6 @@ export declare class RoutingChatPlanServiceApi extends BaseAPI {
|
|
|
249
249
|
* @throws {RequiredError}
|
|
250
250
|
* @memberof RoutingChatPlanServiceApi
|
|
251
251
|
*/
|
|
252
|
-
updateChatPlan(id: number, body: EngineUpdateChatPlanRequest, options?: any): Promise<import("axios").AxiosResponse<any
|
|
252
|
+
updateChatPlan(id: number, body: EngineUpdateChatPlanRequest, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
253
253
|
}
|
|
254
254
|
//# sourceMappingURL=routing-chat-plan-service-api.d.ts.map
|
|
@@ -262,7 +262,7 @@ export declare class RoutingOutboundCallServiceApi extends BaseAPI {
|
|
|
262
262
|
* @throws {RequiredError}
|
|
263
263
|
* @memberof RoutingOutboundCallServiceApi
|
|
264
264
|
*/
|
|
265
|
-
createRoutingOutboundCall(body: EngineCreateRoutingOutboundCallRequest, options?: any): Promise<import("axios").AxiosResponse<any
|
|
265
|
+
createRoutingOutboundCall(body: EngineCreateRoutingOutboundCallRequest, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
266
266
|
/**
|
|
267
267
|
*
|
|
268
268
|
* @summary Remove RoutingOutboundCall
|
|
@@ -272,7 +272,7 @@ export declare class RoutingOutboundCallServiceApi extends BaseAPI {
|
|
|
272
272
|
* @throws {RequiredError}
|
|
273
273
|
* @memberof RoutingOutboundCallServiceApi
|
|
274
274
|
*/
|
|
275
|
-
deleteRoutingOutboundCall(id: string, domainId?: string, options?: any): Promise<import("axios").AxiosResponse<any
|
|
275
|
+
deleteRoutingOutboundCall(id: string, domainId?: string, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
276
276
|
/**
|
|
277
277
|
*
|
|
278
278
|
* @summary Move RoutingOutboundCall
|
|
@@ -283,7 +283,7 @@ export declare class RoutingOutboundCallServiceApi extends BaseAPI {
|
|
|
283
283
|
* @throws {RequiredError}
|
|
284
284
|
* @memberof RoutingOutboundCallServiceApi
|
|
285
285
|
*/
|
|
286
|
-
movePositionRoutingOutboundCall(fromId: string, toId: string, body: EngineMovePositionRoutingOutboundCallRequest, options?: any): Promise<import("axios").AxiosResponse<any
|
|
286
|
+
movePositionRoutingOutboundCall(fromId: string, toId: string, body: EngineMovePositionRoutingOutboundCallRequest, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
287
287
|
/**
|
|
288
288
|
*
|
|
289
289
|
* @summary Patch RoutingOutboundCall
|
|
@@ -293,7 +293,7 @@ export declare class RoutingOutboundCallServiceApi extends BaseAPI {
|
|
|
293
293
|
* @throws {RequiredError}
|
|
294
294
|
* @memberof RoutingOutboundCallServiceApi
|
|
295
295
|
*/
|
|
296
|
-
patchRoutingOutboundCall(id: string, body: EnginePatchRoutingOutboundCallRequest, options?: any): Promise<import("axios").AxiosResponse<any
|
|
296
|
+
patchRoutingOutboundCall(id: string, body: EnginePatchRoutingOutboundCallRequest, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
297
297
|
/**
|
|
298
298
|
*
|
|
299
299
|
* @summary RoutingOutboundCall item
|
|
@@ -303,7 +303,7 @@ export declare class RoutingOutboundCallServiceApi extends BaseAPI {
|
|
|
303
303
|
* @throws {RequiredError}
|
|
304
304
|
* @memberof RoutingOutboundCallServiceApi
|
|
305
305
|
*/
|
|
306
|
-
readRoutingOutboundCall(id: string, domainId?: string, options?: any): Promise<import("axios").AxiosResponse<any
|
|
306
|
+
readRoutingOutboundCall(id: string, domainId?: string, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
307
307
|
/**
|
|
308
308
|
*
|
|
309
309
|
* @summary List of RoutingOutboundCall
|
|
@@ -321,7 +321,7 @@ export declare class RoutingOutboundCallServiceApi extends BaseAPI {
|
|
|
321
321
|
* @throws {RequiredError}
|
|
322
322
|
* @memberof RoutingOutboundCallServiceApi
|
|
323
323
|
*/
|
|
324
|
-
searchRoutingOutboundCall(page?: number, size?: number, q?: string, sort?: string, fields?: Array<string>, id?: Array<number>, name?: string, schemaId?: Array<number>, pattern?: string, description?: string, options?: any): Promise<import("axios").AxiosResponse<any
|
|
324
|
+
searchRoutingOutboundCall(page?: number, size?: number, q?: string, sort?: string, fields?: Array<string>, id?: Array<number>, name?: string, schemaId?: Array<number>, pattern?: string, description?: string, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
325
325
|
/**
|
|
326
326
|
*
|
|
327
327
|
* @summary Update RoutingOutboundCall
|
|
@@ -331,6 +331,6 @@ export declare class RoutingOutboundCallServiceApi extends BaseAPI {
|
|
|
331
331
|
* @throws {RequiredError}
|
|
332
332
|
* @memberof RoutingOutboundCallServiceApi
|
|
333
333
|
*/
|
|
334
|
-
updateRoutingOutboundCall(id: string, body: EngineUpdateRoutingOutboundCallRequest, options?: any): Promise<import("axios").AxiosResponse<any
|
|
334
|
+
updateRoutingOutboundCall(id: string, body: EngineUpdateRoutingOutboundCallRequest, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
335
335
|
}
|
|
336
336
|
//# sourceMappingURL=routing-outbound-call-service-api.d.ts.map
|
|
@@ -228,7 +228,7 @@ export declare class RoutingSchemaServiceApi extends BaseAPI {
|
|
|
228
228
|
* @throws {RequiredError}
|
|
229
229
|
* @memberof RoutingSchemaServiceApi
|
|
230
230
|
*/
|
|
231
|
-
createRoutingSchema(body: EngineCreateRoutingSchemaRequest, options?: any): Promise<import("axios").AxiosResponse<any
|
|
231
|
+
createRoutingSchema(body: EngineCreateRoutingSchemaRequest, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
232
232
|
/**
|
|
233
233
|
*
|
|
234
234
|
* @summary Remove RoutingSchema
|
|
@@ -238,7 +238,7 @@ export declare class RoutingSchemaServiceApi extends BaseAPI {
|
|
|
238
238
|
* @throws {RequiredError}
|
|
239
239
|
* @memberof RoutingSchemaServiceApi
|
|
240
240
|
*/
|
|
241
|
-
deleteRoutingSchema(id: string, domainId?: string, options?: any): Promise<import("axios").AxiosResponse<any
|
|
241
|
+
deleteRoutingSchema(id: string, domainId?: string, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
242
242
|
/**
|
|
243
243
|
*
|
|
244
244
|
* @summary Patch RoutingSchema
|
|
@@ -248,7 +248,7 @@ export declare class RoutingSchemaServiceApi extends BaseAPI {
|
|
|
248
248
|
* @throws {RequiredError}
|
|
249
249
|
* @memberof RoutingSchemaServiceApi
|
|
250
250
|
*/
|
|
251
|
-
patchRoutingSchema(id: string, body: EnginePatchRoutingSchemaRequest, options?: any): Promise<import("axios").AxiosResponse<any
|
|
251
|
+
patchRoutingSchema(id: string, body: EnginePatchRoutingSchemaRequest, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
252
252
|
/**
|
|
253
253
|
*
|
|
254
254
|
* @summary RoutingSchema item
|
|
@@ -258,7 +258,7 @@ export declare class RoutingSchemaServiceApi extends BaseAPI {
|
|
|
258
258
|
* @throws {RequiredError}
|
|
259
259
|
* @memberof RoutingSchemaServiceApi
|
|
260
260
|
*/
|
|
261
|
-
readRoutingSchema(id: string, domainId?: string, options?: any): Promise<import("axios").AxiosResponse<any
|
|
261
|
+
readRoutingSchema(id: string, domainId?: string, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
262
262
|
/**
|
|
263
263
|
*
|
|
264
264
|
* @summary List RoutingSchema
|
|
@@ -275,7 +275,7 @@ export declare class RoutingSchemaServiceApi extends BaseAPI {
|
|
|
275
275
|
* @throws {RequiredError}
|
|
276
276
|
* @memberof RoutingSchemaServiceApi
|
|
277
277
|
*/
|
|
278
|
-
searchRoutingSchema(page?: number, size?: number, q?: string, sort?: string, fields?: Array<string>, id?: Array<number>, name?: string, type?: Array<string>, editor?: boolean, options?: any): Promise<import("axios").AxiosResponse<any
|
|
278
|
+
searchRoutingSchema(page?: number, size?: number, q?: string, sort?: string, fields?: Array<string>, id?: Array<number>, name?: string, type?: Array<string>, editor?: boolean, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
279
279
|
/**
|
|
280
280
|
*
|
|
281
281
|
* @summary Update RoutingSchema
|
|
@@ -285,6 +285,6 @@ export declare class RoutingSchemaServiceApi extends BaseAPI {
|
|
|
285
285
|
* @throws {RequiredError}
|
|
286
286
|
* @memberof RoutingSchemaServiceApi
|
|
287
287
|
*/
|
|
288
|
-
updateRoutingSchema(id: string, body: EngineUpdateRoutingSchemaRequest, options?: any): Promise<import("axios").AxiosResponse<any
|
|
288
|
+
updateRoutingSchema(id: string, body: EngineUpdateRoutingSchemaRequest, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
289
289
|
}
|
|
290
290
|
//# sourceMappingURL=routing-schema-service-api.d.ts.map
|
|
@@ -182,7 +182,7 @@ export declare class RoutingVariableServiceApi extends BaseAPI {
|
|
|
182
182
|
* @throws {RequiredError}
|
|
183
183
|
* @memberof RoutingVariableServiceApi
|
|
184
184
|
*/
|
|
185
|
-
createRoutingVariable(body: EngineCreateRoutingVariableRequest, options?: any): Promise<import("axios").AxiosResponse<any
|
|
185
|
+
createRoutingVariable(body: EngineCreateRoutingVariableRequest, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
186
186
|
/**
|
|
187
187
|
*
|
|
188
188
|
* @summary Remove RoutingVariable
|
|
@@ -192,7 +192,7 @@ export declare class RoutingVariableServiceApi extends BaseAPI {
|
|
|
192
192
|
* @throws {RequiredError}
|
|
193
193
|
* @memberof RoutingVariableServiceApi
|
|
194
194
|
*/
|
|
195
|
-
deleteRoutingVariable(id: string, domainId?: string, options?: any): Promise<import("axios").AxiosResponse<any
|
|
195
|
+
deleteRoutingVariable(id: string, domainId?: string, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
196
196
|
/**
|
|
197
197
|
*
|
|
198
198
|
* @summary RoutingVariable item
|
|
@@ -202,7 +202,7 @@ export declare class RoutingVariableServiceApi extends BaseAPI {
|
|
|
202
202
|
* @throws {RequiredError}
|
|
203
203
|
* @memberof RoutingVariableServiceApi
|
|
204
204
|
*/
|
|
205
|
-
readRoutingVariable(id: string, domainId?: string, options?: any): Promise<import("axios").AxiosResponse<any
|
|
205
|
+
readRoutingVariable(id: string, domainId?: string, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
206
206
|
/**
|
|
207
207
|
*
|
|
208
208
|
* @summary List of RoutingVariable
|
|
@@ -213,7 +213,7 @@ export declare class RoutingVariableServiceApi extends BaseAPI {
|
|
|
213
213
|
* @throws {RequiredError}
|
|
214
214
|
* @memberof RoutingVariableServiceApi
|
|
215
215
|
*/
|
|
216
|
-
searchRoutingVariable(page?: number, size?: number, domainId?: string, options?: any): Promise<import("axios").AxiosResponse<any
|
|
216
|
+
searchRoutingVariable(page?: number, size?: number, domainId?: string, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
217
217
|
/**
|
|
218
218
|
*
|
|
219
219
|
* @summary Update RoutingVariable
|
|
@@ -223,6 +223,6 @@ export declare class RoutingVariableServiceApi extends BaseAPI {
|
|
|
223
223
|
* @throws {RequiredError}
|
|
224
224
|
* @memberof RoutingVariableServiceApi
|
|
225
225
|
*/
|
|
226
|
-
updateRoutingVariable(id: string, body: EngineUpdateRoutingVariableRequest, options?: any): Promise<import("axios").AxiosResponse<any
|
|
226
|
+
updateRoutingVariable(id: string, body: EngineUpdateRoutingVariableRequest, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
227
227
|
}
|
|
228
228
|
//# sourceMappingURL=routing-variable-service-api.d.ts.map
|