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
|
@@ -203,7 +203,7 @@ export declare class CognitiveProfileServiceApi extends BaseAPI {
|
|
|
203
203
|
* @throws {RequiredError}
|
|
204
204
|
* @memberof CognitiveProfileServiceApi
|
|
205
205
|
*/
|
|
206
|
-
createCognitiveProfile(body: StorageCreateCognitiveProfileRequest, options?: any): Promise<import("axios").AxiosResponse<any
|
|
206
|
+
createCognitiveProfile(body: StorageCreateCognitiveProfileRequest, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
207
207
|
/**
|
|
208
208
|
*
|
|
209
209
|
* @summary Remove BackendProfile
|
|
@@ -212,7 +212,7 @@ export declare class CognitiveProfileServiceApi extends BaseAPI {
|
|
|
212
212
|
* @throws {RequiredError}
|
|
213
213
|
* @memberof CognitiveProfileServiceApi
|
|
214
214
|
*/
|
|
215
|
-
deleteCognitiveProfile(id: string, options?: any): Promise<import("axios").AxiosResponse<any
|
|
215
|
+
deleteCognitiveProfile(id: string, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
216
216
|
/**
|
|
217
217
|
*
|
|
218
218
|
* @param {string} id
|
|
@@ -221,7 +221,7 @@ export declare class CognitiveProfileServiceApi extends BaseAPI {
|
|
|
221
221
|
* @throws {RequiredError}
|
|
222
222
|
* @memberof CognitiveProfileServiceApi
|
|
223
223
|
*/
|
|
224
|
-
patchCognitiveProfile(id: string, body: StoragePatchCognitiveProfileRequest, options?: any): Promise<import("axios").AxiosResponse<any
|
|
224
|
+
patchCognitiveProfile(id: string, body: StoragePatchCognitiveProfileRequest, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
225
225
|
/**
|
|
226
226
|
*
|
|
227
227
|
* @param {string} id
|
|
@@ -229,7 +229,7 @@ export declare class CognitiveProfileServiceApi extends BaseAPI {
|
|
|
229
229
|
* @throws {RequiredError}
|
|
230
230
|
* @memberof CognitiveProfileServiceApi
|
|
231
231
|
*/
|
|
232
|
-
readCognitiveProfile(id: string, options?: any): Promise<import("axios").AxiosResponse<any
|
|
232
|
+
readCognitiveProfile(id: string, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
233
233
|
/**
|
|
234
234
|
*
|
|
235
235
|
* @param {number} [page]
|
|
@@ -244,7 +244,7 @@ export declare class CognitiveProfileServiceApi extends BaseAPI {
|
|
|
244
244
|
* @throws {RequiredError}
|
|
245
245
|
* @memberof CognitiveProfileServiceApi
|
|
246
246
|
*/
|
|
247
|
-
searchCognitiveProfile(page?: number, size?: number, q?: string, sort?: string, fields?: Array<string>, id?: Array<string>, service?: Array<'DefaultService' | 'STT' | 'TTS'>, enabled?: boolean, options?: any): Promise<import("axios").AxiosResponse<any
|
|
247
|
+
searchCognitiveProfile(page?: number, size?: number, q?: string, sort?: string, fields?: Array<string>, id?: Array<string>, service?: Array<'DefaultService' | 'STT' | 'TTS'>, enabled?: boolean, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
248
248
|
/**
|
|
249
249
|
*
|
|
250
250
|
* @param {string} id
|
|
@@ -253,6 +253,6 @@ export declare class CognitiveProfileServiceApi extends BaseAPI {
|
|
|
253
253
|
* @throws {RequiredError}
|
|
254
254
|
* @memberof CognitiveProfileServiceApi
|
|
255
255
|
*/
|
|
256
|
-
updateCognitiveProfile(id: string, body: StorageUpdateCognitiveProfileRequest, options?: any): Promise<import("axios").AxiosResponse<any
|
|
256
|
+
updateCognitiveProfile(id: string, body: StorageUpdateCognitiveProfileRequest, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
257
257
|
}
|
|
258
258
|
//# sourceMappingURL=cognitive-profile-service-api.d.ts.map
|
|
@@ -191,7 +191,7 @@ export declare class CommunicationTypeServiceApi extends BaseAPI {
|
|
|
191
191
|
* @throws {RequiredError}
|
|
192
192
|
* @memberof CommunicationTypeServiceApi
|
|
193
193
|
*/
|
|
194
|
-
createCommunicationType(body: EngineCommunicationTypeRequest, options?: any): Promise<import("axios").AxiosResponse<any
|
|
194
|
+
createCommunicationType(body: EngineCommunicationTypeRequest, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
195
195
|
/**
|
|
196
196
|
*
|
|
197
197
|
* @summary Remove CommunicationType
|
|
@@ -201,7 +201,7 @@ export declare class CommunicationTypeServiceApi extends BaseAPI {
|
|
|
201
201
|
* @throws {RequiredError}
|
|
202
202
|
* @memberof CommunicationTypeServiceApi
|
|
203
203
|
*/
|
|
204
|
-
deleteCommunicationType(id: string, domainId?: string, options?: any): Promise<import("axios").AxiosResponse<any
|
|
204
|
+
deleteCommunicationType(id: string, domainId?: string, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
205
205
|
/**
|
|
206
206
|
*
|
|
207
207
|
* @summary CommunicationType item
|
|
@@ -211,7 +211,7 @@ export declare class CommunicationTypeServiceApi extends BaseAPI {
|
|
|
211
211
|
* @throws {RequiredError}
|
|
212
212
|
* @memberof CommunicationTypeServiceApi
|
|
213
213
|
*/
|
|
214
|
-
readCommunicationType(id: string, domainId?: string, options?: any): Promise<import("axios").AxiosResponse<any
|
|
214
|
+
readCommunicationType(id: string, domainId?: string, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
215
215
|
/**
|
|
216
216
|
*
|
|
217
217
|
* @summary List of CommunicationType
|
|
@@ -225,7 +225,7 @@ export declare class CommunicationTypeServiceApi extends BaseAPI {
|
|
|
225
225
|
* @throws {RequiredError}
|
|
226
226
|
* @memberof CommunicationTypeServiceApi
|
|
227
227
|
*/
|
|
228
|
-
searchCommunicationType(page?: number, size?: number, q?: string, sort?: string, fields?: Array<string>, id?: Array<number>, options?: any): Promise<import("axios").AxiosResponse<any
|
|
228
|
+
searchCommunicationType(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 CommunicationType
|
|
@@ -235,6 +235,6 @@ export declare class CommunicationTypeServiceApi extends BaseAPI {
|
|
|
235
235
|
* @throws {RequiredError}
|
|
236
236
|
* @memberof CommunicationTypeServiceApi
|
|
237
237
|
*/
|
|
238
|
-
updateCommunicationType(id: string, body: EngineUpdateCommunicationTypeRequest, options?: any): Promise<import("axios").AxiosResponse<any
|
|
238
|
+
updateCommunicationType(id: string, body: EngineUpdateCommunicationTypeRequest, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
239
239
|
}
|
|
240
240
|
//# sourceMappingURL=communication-type-service-api.d.ts.map
|
|
@@ -207,7 +207,7 @@ export declare class EmailProfileServiceApi extends BaseAPI {
|
|
|
207
207
|
* @throws {RequiredError}
|
|
208
208
|
* @memberof EmailProfileServiceApi
|
|
209
209
|
*/
|
|
210
|
-
createEmailProfile(body: EngineCreateEmailProfileRequest, options?: any): Promise<import("axios").AxiosResponse<any
|
|
210
|
+
createEmailProfile(body: EngineCreateEmailProfileRequest, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
211
211
|
/**
|
|
212
212
|
*
|
|
213
213
|
* @summary Remove EmailProfile
|
|
@@ -216,7 +216,7 @@ export declare class EmailProfileServiceApi extends BaseAPI {
|
|
|
216
216
|
* @throws {RequiredError}
|
|
217
217
|
* @memberof EmailProfileServiceApi
|
|
218
218
|
*/
|
|
219
|
-
deleteEmailProfile(id: string, options?: any): Promise<import("axios").AxiosResponse<any
|
|
219
|
+
deleteEmailProfile(id: string, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
220
220
|
/**
|
|
221
221
|
*
|
|
222
222
|
* @param {string} id
|
|
@@ -225,7 +225,7 @@ export declare class EmailProfileServiceApi extends BaseAPI {
|
|
|
225
225
|
* @throws {RequiredError}
|
|
226
226
|
* @memberof EmailProfileServiceApi
|
|
227
227
|
*/
|
|
228
|
-
patchEmailProfile(id: string, body: EnginePatchEmailProfileRequest, options?: any): Promise<import("axios").AxiosResponse<any
|
|
228
|
+
patchEmailProfile(id: string, body: EnginePatchEmailProfileRequest, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
229
229
|
/**
|
|
230
230
|
*
|
|
231
231
|
* @summary EmailProfile item
|
|
@@ -234,7 +234,7 @@ export declare class EmailProfileServiceApi extends BaseAPI {
|
|
|
234
234
|
* @throws {RequiredError}
|
|
235
235
|
* @memberof EmailProfileServiceApi
|
|
236
236
|
*/
|
|
237
|
-
readEmailProfile(id: string, options?: any): Promise<import("axios").AxiosResponse<any
|
|
237
|
+
readEmailProfile(id: string, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
238
238
|
/**
|
|
239
239
|
*
|
|
240
240
|
* @summary Search EmailProfile
|
|
@@ -247,7 +247,7 @@ export declare class EmailProfileServiceApi extends BaseAPI {
|
|
|
247
247
|
* @throws {RequiredError}
|
|
248
248
|
* @memberof EmailProfileServiceApi
|
|
249
249
|
*/
|
|
250
|
-
searchEmailProfile(page?: number, size?: number, q?: string, sort?: string, fields?: Array<string>, options?: any): Promise<import("axios").AxiosResponse<any
|
|
250
|
+
searchEmailProfile(page?: number, size?: number, q?: string, sort?: string, fields?: Array<string>, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
251
251
|
/**
|
|
252
252
|
*
|
|
253
253
|
* @summary Update EmailProfile
|
|
@@ -257,6 +257,6 @@ export declare class EmailProfileServiceApi extends BaseAPI {
|
|
|
257
257
|
* @throws {RequiredError}
|
|
258
258
|
* @memberof EmailProfileServiceApi
|
|
259
259
|
*/
|
|
260
|
-
updateEmailProfile(id: string, body: EngineUpdateEmailProfileRequest, options?: any): Promise<import("axios").AxiosResponse<any
|
|
260
|
+
updateEmailProfile(id: string, body: EngineUpdateEmailProfileRequest, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
261
261
|
}
|
|
262
262
|
//# sourceMappingURL=email-profile-service-api.d.ts.map
|
|
@@ -66,6 +66,6 @@ export declare class FileServiceApi extends BaseAPI {
|
|
|
66
66
|
* @throws {RequiredError}
|
|
67
67
|
* @memberof FileServiceApi
|
|
68
68
|
*/
|
|
69
|
-
deleteFiles(body: StorageDeleteFilesRequest, options?: any): Promise<import("axios").AxiosResponse<object
|
|
69
|
+
deleteFiles(body: StorageDeleteFilesRequest, options?: any): Promise<import("axios").AxiosResponse<object>>;
|
|
70
70
|
}
|
|
71
71
|
//# sourceMappingURL=file-service-api.d.ts.map
|
|
@@ -93,7 +93,7 @@ export declare class FileTranscriptServiceApi extends BaseAPI {
|
|
|
93
93
|
* @throws {RequiredError}
|
|
94
94
|
* @memberof FileTranscriptServiceApi
|
|
95
95
|
*/
|
|
96
|
-
createFileTranscript(body: StorageStartFileTranscriptRequest, options?: any): Promise<import("axios").AxiosResponse<any
|
|
96
|
+
createFileTranscript(body: StorageStartFileTranscriptRequest, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
97
97
|
/**
|
|
98
98
|
*
|
|
99
99
|
* @param {string} id
|
|
@@ -103,6 +103,6 @@ export declare class FileTranscriptServiceApi extends BaseAPI {
|
|
|
103
103
|
* @throws {RequiredError}
|
|
104
104
|
* @memberof FileTranscriptServiceApi
|
|
105
105
|
*/
|
|
106
|
-
getFileTranscriptPhrases(id: string, page?: number, size?: number, options?: any): Promise<import("axios").AxiosResponse<any
|
|
106
|
+
getFileTranscriptPhrases(id: string, page?: number, size?: number, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
107
107
|
}
|
|
108
108
|
//# sourceMappingURL=file-transcript-service-api.d.ts.map
|
|
@@ -194,7 +194,7 @@ export declare class ImportTemplateServiceApi extends BaseAPI {
|
|
|
194
194
|
* @throws {RequiredError}
|
|
195
195
|
* @memberof ImportTemplateServiceApi
|
|
196
196
|
*/
|
|
197
|
-
createImportTemplate(body: StorageCreateImportTemplateRequest, options?: any): Promise<import("axios").AxiosResponse<any
|
|
197
|
+
createImportTemplate(body: StorageCreateImportTemplateRequest, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
198
198
|
/**
|
|
199
199
|
*
|
|
200
200
|
* @param {number} id
|
|
@@ -202,7 +202,7 @@ export declare class ImportTemplateServiceApi extends BaseAPI {
|
|
|
202
202
|
* @throws {RequiredError}
|
|
203
203
|
* @memberof ImportTemplateServiceApi
|
|
204
204
|
*/
|
|
205
|
-
deleteImportTemplate(id: number, options?: any): Promise<import("axios").AxiosResponse<any
|
|
205
|
+
deleteImportTemplate(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 ImportTemplateServiceApi extends BaseAPI {
|
|
|
211
211
|
* @throws {RequiredError}
|
|
212
212
|
* @memberof ImportTemplateServiceApi
|
|
213
213
|
*/
|
|
214
|
-
patchImportTemplate(id: number, body: StoragePatchImportTemplateRequest, options?: any): Promise<import("axios").AxiosResponse<any
|
|
214
|
+
patchImportTemplate(id: number, body: StoragePatchImportTemplateRequest, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
215
215
|
/**
|
|
216
216
|
*
|
|
217
217
|
* @param {number} id
|
|
@@ -219,7 +219,7 @@ export declare class ImportTemplateServiceApi extends BaseAPI {
|
|
|
219
219
|
* @throws {RequiredError}
|
|
220
220
|
* @memberof ImportTemplateServiceApi
|
|
221
221
|
*/
|
|
222
|
-
readImportTemplate(id: number, options?: any): Promise<import("axios").AxiosResponse<any
|
|
222
|
+
readImportTemplate(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 ImportTemplateServiceApi extends BaseAPI {
|
|
|
232
232
|
* @throws {RequiredError}
|
|
233
233
|
* @memberof ImportTemplateServiceApi
|
|
234
234
|
*/
|
|
235
|
-
searchImportTemplate(page?: number, size?: number, q?: string, sort?: string, fields?: Array<string>, id?: Array<number>, options?: any): Promise<import("axios").AxiosResponse<any
|
|
235
|
+
searchImportTemplate(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 ImportTemplateServiceApi extends BaseAPI {
|
|
|
241
241
|
* @throws {RequiredError}
|
|
242
242
|
* @memberof ImportTemplateServiceApi
|
|
243
243
|
*/
|
|
244
|
-
updateImportTemplate(id: number, body: StorageUpdateImportTemplateRequest, options?: any): Promise<import("axios").AxiosResponse<any
|
|
244
|
+
updateImportTemplate(id: number, body: StorageUpdateImportTemplateRequest, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
245
245
|
}
|
|
246
246
|
//# sourceMappingURL=import-template-service-api.d.ts.map
|
|
@@ -352,7 +352,7 @@ export declare class ListServiceApi extends BaseAPI {
|
|
|
352
352
|
* @throws {RequiredError}
|
|
353
353
|
* @memberof ListServiceApi
|
|
354
354
|
*/
|
|
355
|
-
createList(body: EngineCreateListRequest, options?: any): Promise<import("axios").AxiosResponse<any
|
|
355
|
+
createList(body: EngineCreateListRequest, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
356
356
|
/**
|
|
357
357
|
*
|
|
358
358
|
* @summary Create ListCommunication
|
|
@@ -362,7 +362,7 @@ export declare class ListServiceApi extends BaseAPI {
|
|
|
362
362
|
* @throws {RequiredError}
|
|
363
363
|
* @memberof ListServiceApi
|
|
364
364
|
*/
|
|
365
|
-
createListCommunication(listId: string, body: EngineCreateListCommunicationRequest, options?: any): Promise<import("axios").AxiosResponse<any
|
|
365
|
+
createListCommunication(listId: string, body: EngineCreateListCommunicationRequest, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
366
366
|
/**
|
|
367
367
|
*
|
|
368
368
|
* @summary Remove list
|
|
@@ -372,7 +372,7 @@ export declare class ListServiceApi extends BaseAPI {
|
|
|
372
372
|
* @throws {RequiredError}
|
|
373
373
|
* @memberof ListServiceApi
|
|
374
374
|
*/
|
|
375
|
-
deleteList(id: string, domainId?: string, options?: any): Promise<import("axios").AxiosResponse<any
|
|
375
|
+
deleteList(id: string, domainId?: string, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
376
376
|
/**
|
|
377
377
|
*
|
|
378
378
|
* @summary Remove ListCommunication
|
|
@@ -383,7 +383,7 @@ export declare class ListServiceApi extends BaseAPI {
|
|
|
383
383
|
* @throws {RequiredError}
|
|
384
384
|
* @memberof ListServiceApi
|
|
385
385
|
*/
|
|
386
|
-
deleteListCommunication(listId: string, id: string, domainId?: string, options?: any): Promise<import("axios").AxiosResponse<any
|
|
386
|
+
deleteListCommunication(listId: string, id: string, domainId?: string, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
387
387
|
/**
|
|
388
388
|
*
|
|
389
389
|
* @summary List item
|
|
@@ -393,7 +393,7 @@ export declare class ListServiceApi extends BaseAPI {
|
|
|
393
393
|
* @throws {RequiredError}
|
|
394
394
|
* @memberof ListServiceApi
|
|
395
395
|
*/
|
|
396
|
-
readList(id: string, domainId?: string, options?: any): Promise<import("axios").AxiosResponse<any
|
|
396
|
+
readList(id: string, domainId?: string, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
397
397
|
/**
|
|
398
398
|
*
|
|
399
399
|
* @summary List item
|
|
@@ -404,7 +404,7 @@ export declare class ListServiceApi extends BaseAPI {
|
|
|
404
404
|
* @throws {RequiredError}
|
|
405
405
|
* @memberof ListServiceApi
|
|
406
406
|
*/
|
|
407
|
-
readListCommunication(listId: string, id: string, domainId?: string, options?: any): Promise<import("axios").AxiosResponse<any
|
|
407
|
+
readListCommunication(listId: string, id: string, domainId?: string, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
408
408
|
/**
|
|
409
409
|
*
|
|
410
410
|
* @summary List of List
|
|
@@ -418,7 +418,7 @@ export declare class ListServiceApi extends BaseAPI {
|
|
|
418
418
|
* @throws {RequiredError}
|
|
419
419
|
* @memberof ListServiceApi
|
|
420
420
|
*/
|
|
421
|
-
searchList(page?: number, size?: number, q?: string, sort?: string, fields?: Array<string>, id?: Array<number>, options?: any): Promise<import("axios").AxiosResponse<any
|
|
421
|
+
searchList(page?: number, size?: number, q?: string, sort?: string, fields?: Array<string>, id?: Array<number>, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
422
422
|
/**
|
|
423
423
|
*
|
|
424
424
|
* @summary List of List
|
|
@@ -433,7 +433,7 @@ export declare class ListServiceApi extends BaseAPI {
|
|
|
433
433
|
* @throws {RequiredError}
|
|
434
434
|
* @memberof ListServiceApi
|
|
435
435
|
*/
|
|
436
|
-
searchListCommunication(listId: string, page?: number, size?: number, q?: string, sort?: string, fields?: Array<string>, id?: Array<number>, options?: any): Promise<import("axios").AxiosResponse<any
|
|
436
|
+
searchListCommunication(listId: string, page?: number, size?: number, q?: string, sort?: string, fields?: Array<string>, id?: Array<number>, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
437
437
|
/**
|
|
438
438
|
*
|
|
439
439
|
* @summary Update list
|
|
@@ -443,7 +443,7 @@ export declare class ListServiceApi extends BaseAPI {
|
|
|
443
443
|
* @throws {RequiredError}
|
|
444
444
|
* @memberof ListServiceApi
|
|
445
445
|
*/
|
|
446
|
-
updateList(id: string, body: EngineUpdateListRequest, options?: any): Promise<import("axios").AxiosResponse<any
|
|
446
|
+
updateList(id: string, body: EngineUpdateListRequest, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
447
447
|
/**
|
|
448
448
|
*
|
|
449
449
|
* @summary Update ListCommunication
|
|
@@ -454,6 +454,6 @@ export declare class ListServiceApi extends BaseAPI {
|
|
|
454
454
|
* @throws {RequiredError}
|
|
455
455
|
* @memberof ListServiceApi
|
|
456
456
|
*/
|
|
457
|
-
updateListCommunication(listId: string, id: string, body: EngineUpdateListCommunicationRequest, options?: any): Promise<import("axios").AxiosResponse<any
|
|
457
|
+
updateListCommunication(listId: string, id: string, body: EngineUpdateListCommunicationRequest, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
458
458
|
}
|
|
459
459
|
//# sourceMappingURL=list-service-api.d.ts.map
|
|
@@ -139,7 +139,7 @@ export declare class MediaFileServiceApi extends BaseAPI {
|
|
|
139
139
|
* @throws {RequiredError}
|
|
140
140
|
* @memberof MediaFileServiceApi
|
|
141
141
|
*/
|
|
142
|
-
deleteMediaFile(id: string, domainId?: string, options?: any): Promise<import("axios").AxiosResponse<any
|
|
142
|
+
deleteMediaFile(id: string, domainId?: string, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
143
143
|
/**
|
|
144
144
|
*
|
|
145
145
|
* @summary MediaFile item
|
|
@@ -149,7 +149,7 @@ export declare class MediaFileServiceApi extends BaseAPI {
|
|
|
149
149
|
* @throws {RequiredError}
|
|
150
150
|
* @memberof MediaFileServiceApi
|
|
151
151
|
*/
|
|
152
|
-
readMediaFile(id: string, domainId?: string, options?: any): Promise<import("axios").AxiosResponse<any
|
|
152
|
+
readMediaFile(id: string, domainId?: string, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
153
153
|
/**
|
|
154
154
|
*
|
|
155
155
|
* @summary Search MediaFile
|
|
@@ -163,6 +163,6 @@ export declare class MediaFileServiceApi extends BaseAPI {
|
|
|
163
163
|
* @throws {RequiredError}
|
|
164
164
|
* @memberof MediaFileServiceApi
|
|
165
165
|
*/
|
|
166
|
-
searchMediaFile(page?: number, size?: number, q?: string, sort?: string, fields?: Array<string>, id?: Array<number>, options?: any): Promise<import("axios").AxiosResponse<any
|
|
166
|
+
searchMediaFile(page?: number, size?: number, q?: string, sort?: string, fields?: Array<string>, id?: Array<number>, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
167
167
|
}
|
|
168
168
|
//# sourceMappingURL=media-file-service-api.d.ts.map
|
|
@@ -739,7 +739,7 @@ export declare class MemberServiceApi extends BaseAPI {
|
|
|
739
739
|
* @throws {RequiredError}
|
|
740
740
|
* @memberof MemberServiceApi
|
|
741
741
|
*/
|
|
742
|
-
attemptCallback(attemptId: string, body: EngineAttemptCallbackRequest, options?: any): Promise<import("axios").AxiosResponse<any
|
|
742
|
+
attemptCallback(attemptId: string, body: EngineAttemptCallbackRequest, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
743
743
|
/**
|
|
744
744
|
*
|
|
745
745
|
* @param {number} queueId
|
|
@@ -750,7 +750,7 @@ export declare class MemberServiceApi extends BaseAPI {
|
|
|
750
750
|
* @throws {RequiredError}
|
|
751
751
|
* @memberof MemberServiceApi
|
|
752
752
|
*/
|
|
753
|
-
attemptResult(queueId: number, memberId: string, attemptId: string, body: EngineAttemptResultRequest, options?: any): Promise<import("axios").AxiosResponse<any
|
|
753
|
+
attemptResult(queueId: number, memberId: string, attemptId: string, body: EngineAttemptResultRequest, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
754
754
|
/**
|
|
755
755
|
*
|
|
756
756
|
* @param {string} attemptId
|
|
@@ -759,7 +759,7 @@ export declare class MemberServiceApi extends BaseAPI {
|
|
|
759
759
|
* @throws {RequiredError}
|
|
760
760
|
* @memberof MemberServiceApi
|
|
761
761
|
*/
|
|
762
|
-
attemptsRenewalResult(attemptId: string, body: EngineAttemptRenewalResultRequest, options?: any): Promise<import("axios").AxiosResponse<object
|
|
762
|
+
attemptsRenewalResult(attemptId: string, body: EngineAttemptRenewalResultRequest, options?: any): Promise<import("axios").AxiosResponse<object>>;
|
|
763
763
|
/**
|
|
764
764
|
*
|
|
765
765
|
* @summary Offline queue
|
|
@@ -770,7 +770,7 @@ export declare class MemberServiceApi extends BaseAPI {
|
|
|
770
770
|
* @throws {RequiredError}
|
|
771
771
|
* @memberof MemberServiceApi
|
|
772
772
|
*/
|
|
773
|
-
createAttempt(queueId: string, memberId: string, body: EngineCreateAttemptRequest, options?: any): Promise<import("axios").AxiosResponse<any
|
|
773
|
+
createAttempt(queueId: string, memberId: string, body: EngineCreateAttemptRequest, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
774
774
|
/**
|
|
775
775
|
*
|
|
776
776
|
* @summary Create Member
|
|
@@ -780,7 +780,7 @@ export declare class MemberServiceApi extends BaseAPI {
|
|
|
780
780
|
* @throws {RequiredError}
|
|
781
781
|
* @memberof MemberServiceApi
|
|
782
782
|
*/
|
|
783
|
-
createMember(queueId: string, body: EngineCreateMemberRequest, options?: any): Promise<import("axios").AxiosResponse<any
|
|
783
|
+
createMember(queueId: string, body: EngineCreateMemberRequest, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
784
784
|
/**
|
|
785
785
|
*
|
|
786
786
|
* @summary Create Member
|
|
@@ -790,7 +790,7 @@ export declare class MemberServiceApi extends BaseAPI {
|
|
|
790
790
|
* @throws {RequiredError}
|
|
791
791
|
* @memberof MemberServiceApi
|
|
792
792
|
*/
|
|
793
|
-
createMemberBulk(queueId: string, body: EngineCreateMemberBulkRequest, options?: any): Promise<import("axios").AxiosResponse<any
|
|
793
|
+
createMemberBulk(queueId: string, body: EngineCreateMemberBulkRequest, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
794
794
|
/**
|
|
795
795
|
*
|
|
796
796
|
* @summary DeleteMember
|
|
@@ -801,7 +801,7 @@ export declare class MemberServiceApi extends BaseAPI {
|
|
|
801
801
|
* @throws {RequiredError}
|
|
802
802
|
* @memberof MemberServiceApi
|
|
803
803
|
*/
|
|
804
|
-
deleteMember(queueId: string, id: string, domainId?: string, options?: any): Promise<import("axios").AxiosResponse<any
|
|
804
|
+
deleteMember(queueId: string, id: string, domainId?: string, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
805
805
|
/**
|
|
806
806
|
*
|
|
807
807
|
* @summary DeleteMembers
|
|
@@ -811,7 +811,7 @@ export declare class MemberServiceApi extends BaseAPI {
|
|
|
811
811
|
* @throws {RequiredError}
|
|
812
812
|
* @memberof MemberServiceApi
|
|
813
813
|
*/
|
|
814
|
-
deleteMembers(queueId: string, body: EngineDeleteMembersRequest, options?: any): Promise<import("axios").AxiosResponse<any
|
|
814
|
+
deleteMembers(queueId: string, body: EngineDeleteMembersRequest, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
815
815
|
/**
|
|
816
816
|
*
|
|
817
817
|
* @summary Patch Member
|
|
@@ -822,7 +822,7 @@ export declare class MemberServiceApi extends BaseAPI {
|
|
|
822
822
|
* @throws {RequiredError}
|
|
823
823
|
* @memberof MemberServiceApi
|
|
824
824
|
*/
|
|
825
|
-
patchMember(queueId: string, id: string, body: EnginePatchMemberRequest, options?: any): Promise<import("axios").AxiosResponse<any
|
|
825
|
+
patchMember(queueId: string, id: string, body: EnginePatchMemberRequest, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
826
826
|
/**
|
|
827
827
|
*
|
|
828
828
|
* @summary ReadQueueRouting
|
|
@@ -833,7 +833,7 @@ export declare class MemberServiceApi extends BaseAPI {
|
|
|
833
833
|
* @throws {RequiredError}
|
|
834
834
|
* @memberof MemberServiceApi
|
|
835
835
|
*/
|
|
836
|
-
readMember(queueId: string, id: string, domainId?: string, options?: any): Promise<import("axios").AxiosResponse<any
|
|
836
|
+
readMember(queueId: string, id: string, domainId?: string, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
837
837
|
/**
|
|
838
838
|
*
|
|
839
839
|
* @summary ResetMembers
|
|
@@ -843,7 +843,7 @@ export declare class MemberServiceApi extends BaseAPI {
|
|
|
843
843
|
* @throws {RequiredError}
|
|
844
844
|
* @memberof MemberServiceApi
|
|
845
845
|
*/
|
|
846
|
-
resetMembers(queueId: string, body: EngineResetMembersRequest, options?: any): Promise<import("axios").AxiosResponse<any
|
|
846
|
+
resetMembers(queueId: string, body: EngineResetMembersRequest, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
847
847
|
/**
|
|
848
848
|
*
|
|
849
849
|
* @summary SearchAttempts
|
|
@@ -870,7 +870,7 @@ export declare class MemberServiceApi extends BaseAPI {
|
|
|
870
870
|
* @throws {RequiredError}
|
|
871
871
|
* @memberof MemberServiceApi
|
|
872
872
|
*/
|
|
873
|
-
searchAttempts(page?: number, size?: number, q?: string, sort?: string, fields?: Array<string>, joinedAtFrom?: string, joinedAtTo?: string, id?: Array<string>, queueId?: Array<string>, bucketId?: Array<string>, memberId?: Array<string>, agentId?: Array<string>, result?: Array<string>, leavingAtFrom?: string, leavingAtTo?: string, offeringAtFrom?: string, offeringAtTo?: string, durationFrom?: string, durationTo?: string, options?: any): Promise<import("axios").AxiosResponse<any
|
|
873
|
+
searchAttempts(page?: number, size?: number, q?: string, sort?: string, fields?: Array<string>, joinedAtFrom?: string, joinedAtTo?: string, id?: Array<string>, queueId?: Array<string>, bucketId?: Array<string>, memberId?: Array<string>, agentId?: Array<string>, result?: Array<string>, leavingAtFrom?: string, leavingAtTo?: string, offeringAtFrom?: string, offeringAtTo?: string, durationFrom?: string, durationTo?: string, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
874
874
|
/**
|
|
875
875
|
*
|
|
876
876
|
* @summary SearchMemberAttempts
|
|
@@ -897,7 +897,7 @@ export declare class MemberServiceApi extends BaseAPI {
|
|
|
897
897
|
* @throws {RequiredError}
|
|
898
898
|
* @memberof MemberServiceApi
|
|
899
899
|
*/
|
|
900
|
-
searchAttemptsHistory(page?: number, size?: number, q?: string, sort?: string, fields?: Array<string>, joinedAtFrom?: string, joinedAtTo?: string, id?: Array<string>, queueId?: Array<string>, bucketId?: Array<string>, memberId?: Array<string>, agentId?: Array<string>, result?: Array<string>, leavingAtFrom?: string, leavingAtTo?: string, offeringAtFrom?: string, offeringAtTo?: string, durationFrom?: string, durationTo?: string, options?: any): Promise<import("axios").AxiosResponse<any
|
|
900
|
+
searchAttemptsHistory(page?: number, size?: number, q?: string, sort?: string, fields?: Array<string>, joinedAtFrom?: string, joinedAtTo?: string, id?: Array<string>, queueId?: Array<string>, bucketId?: Array<string>, memberId?: Array<string>, agentId?: Array<string>, result?: Array<string>, leavingAtFrom?: string, leavingAtTo?: string, offeringAtFrom?: string, offeringAtTo?: string, durationFrom?: string, durationTo?: string, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
901
901
|
/**
|
|
902
902
|
*
|
|
903
903
|
* @summary SearchMemberAttempts
|
|
@@ -908,7 +908,7 @@ export declare class MemberServiceApi extends BaseAPI {
|
|
|
908
908
|
* @throws {RequiredError}
|
|
909
909
|
* @memberof MemberServiceApi
|
|
910
910
|
*/
|
|
911
|
-
searchMemberAttempts(queueId: string, memberId: string, domainId?: string, options?: any): Promise<import("axios").AxiosResponse<any
|
|
911
|
+
searchMemberAttempts(queueId: string, memberId: string, domainId?: string, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
912
912
|
/**
|
|
913
913
|
*
|
|
914
914
|
* @summary List of Member
|
|
@@ -936,7 +936,7 @@ export declare class MemberServiceApi extends BaseAPI {
|
|
|
936
936
|
* @throws {RequiredError}
|
|
937
937
|
* @memberof MemberServiceApi
|
|
938
938
|
*/
|
|
939
|
-
searchMemberInQueue(queueId: number, page?: number, size?: number, q?: string, sort?: string, fields?: Array<string>, id?: Array<string>, bucketId?: Array<number>, destination?: string, createdAtFrom?: string, createdAtTo?: string, offeringAtFrom?: string, offeringAtTo?: string, stopCause?: Array<string>, priorityFrom?: string, priorityTo?: string, name?: string, attemptsFrom?: string, attemptsTo?: string, agentId?: Array<number>, options?: any): Promise<import("axios").AxiosResponse<any
|
|
939
|
+
searchMemberInQueue(queueId: number, page?: number, size?: number, q?: string, sort?: string, fields?: Array<string>, id?: Array<string>, bucketId?: Array<number>, destination?: string, createdAtFrom?: string, createdAtTo?: string, offeringAtFrom?: string, offeringAtTo?: string, stopCause?: Array<string>, priorityFrom?: string, priorityTo?: string, name?: string, attemptsFrom?: string, attemptsTo?: string, agentId?: Array<number>, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
940
940
|
/**
|
|
941
941
|
*
|
|
942
942
|
* @summary Search of Member
|
|
@@ -964,7 +964,7 @@ export declare class MemberServiceApi extends BaseAPI {
|
|
|
964
964
|
* @throws {RequiredError}
|
|
965
965
|
* @memberof MemberServiceApi
|
|
966
966
|
*/
|
|
967
|
-
searchMembers(page?: number, size?: number, q?: string, sort?: string, fields?: Array<string>, id?: Array<string>, queueId?: Array<number>, bucketId?: Array<number>, destination?: string, createdAtFrom?: string, createdAtTo?: string, offeringAtFrom?: string, offeringAtTo?: string, stopCause?: Array<string>, priorityFrom?: string, priorityTo?: string, name?: string, attemptsFrom?: string, attemptsTo?: string, agentId?: Array<number>, options?: any): Promise<import("axios").AxiosResponse<any
|
|
967
|
+
searchMembers(page?: number, size?: number, q?: string, sort?: string, fields?: Array<string>, id?: Array<string>, queueId?: Array<number>, bucketId?: Array<number>, destination?: string, createdAtFrom?: string, createdAtTo?: string, offeringAtFrom?: string, offeringAtTo?: string, stopCause?: Array<string>, priorityFrom?: string, priorityTo?: string, name?: string, attemptsFrom?: string, attemptsTo?: string, agentId?: Array<number>, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
968
968
|
/**
|
|
969
969
|
*
|
|
970
970
|
* @summary UpdateMember
|
|
@@ -975,6 +975,6 @@ export declare class MemberServiceApi extends BaseAPI {
|
|
|
975
975
|
* @throws {RequiredError}
|
|
976
976
|
* @memberof MemberServiceApi
|
|
977
977
|
*/
|
|
978
|
-
updateMember(queueId: string, id: string, body: EngineUpdateMemberRequest, options?: any): Promise<import("axios").AxiosResponse<any
|
|
978
|
+
updateMember(queueId: string, id: string, body: EngineUpdateMemberRequest, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
979
979
|
}
|
|
980
980
|
//# sourceMappingURL=member-service-api.d.ts.map
|
|
@@ -352,7 +352,7 @@ export declare class OutboundResourceGroupServiceApi extends BaseAPI {
|
|
|
352
352
|
* @throws {RequiredError}
|
|
353
353
|
* @memberof OutboundResourceGroupServiceApi
|
|
354
354
|
*/
|
|
355
|
-
createOutboundResourceGroup(body: EngineCreateOutboundResourceGroupRequest, options?: any): Promise<import("axios").AxiosResponse<any
|
|
355
|
+
createOutboundResourceGroup(body: EngineCreateOutboundResourceGroupRequest, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
356
356
|
/**
|
|
357
357
|
*
|
|
358
358
|
* @summary Create OutboundResourceGroup
|
|
@@ -362,7 +362,7 @@ export declare class OutboundResourceGroupServiceApi extends BaseAPI {
|
|
|
362
362
|
* @throws {RequiredError}
|
|
363
363
|
* @memberof OutboundResourceGroupServiceApi
|
|
364
364
|
*/
|
|
365
|
-
createOutboundResourceInGroup(groupId: string, body: EngineCreateOutboundResourceInGroupRequest, options?: any): Promise<import("axios").AxiosResponse<any
|
|
365
|
+
createOutboundResourceInGroup(groupId: string, body: EngineCreateOutboundResourceInGroupRequest, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
366
366
|
/**
|
|
367
367
|
*
|
|
368
368
|
* @summary Remove OutboundResourceGroup
|
|
@@ -372,7 +372,7 @@ export declare class OutboundResourceGroupServiceApi extends BaseAPI {
|
|
|
372
372
|
* @throws {RequiredError}
|
|
373
373
|
* @memberof OutboundResourceGroupServiceApi
|
|
374
374
|
*/
|
|
375
|
-
deleteOutboundResourceGroup(id: string, domainId?: string, options?: any): Promise<import("axios").AxiosResponse<any
|
|
375
|
+
deleteOutboundResourceGroup(id: string, domainId?: string, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
376
376
|
/**
|
|
377
377
|
*
|
|
378
378
|
* @summary Remove OutboundResourceInGroup
|
|
@@ -383,7 +383,7 @@ export declare class OutboundResourceGroupServiceApi extends BaseAPI {
|
|
|
383
383
|
* @throws {RequiredError}
|
|
384
384
|
* @memberof OutboundResourceGroupServiceApi
|
|
385
385
|
*/
|
|
386
|
-
deleteOutboundResourceInGroup(groupId: string, id: string, domainId?: string, options?: any): Promise<import("axios").AxiosResponse<any
|
|
386
|
+
deleteOutboundResourceInGroup(groupId: string, id: string, domainId?: string, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
387
387
|
/**
|
|
388
388
|
*
|
|
389
389
|
* @summary OutboundResourceGroup item
|
|
@@ -393,7 +393,7 @@ export declare class OutboundResourceGroupServiceApi extends BaseAPI {
|
|
|
393
393
|
* @throws {RequiredError}
|
|
394
394
|
* @memberof OutboundResourceGroupServiceApi
|
|
395
395
|
*/
|
|
396
|
-
readOutboundResourceGroup(id: string, domainId?: string, options?: any): Promise<import("axios").AxiosResponse<any
|
|
396
|
+
readOutboundResourceGroup(id: string, domainId?: string, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
397
397
|
/**
|
|
398
398
|
*
|
|
399
399
|
* @summary OutboundResourceInGroup item
|
|
@@ -404,7 +404,7 @@ export declare class OutboundResourceGroupServiceApi extends BaseAPI {
|
|
|
404
404
|
* @throws {RequiredError}
|
|
405
405
|
* @memberof OutboundResourceGroupServiceApi
|
|
406
406
|
*/
|
|
407
|
-
readOutboundResourceInGroup(groupId: string, id: string, domainId?: string, options?: any): Promise<import("axios").AxiosResponse<any
|
|
407
|
+
readOutboundResourceInGroup(groupId: string, id: string, domainId?: string, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
408
408
|
/**
|
|
409
409
|
*
|
|
410
410
|
* @summary List of OutboundResourceGroup
|
|
@@ -418,7 +418,7 @@ export declare class OutboundResourceGroupServiceApi extends BaseAPI {
|
|
|
418
418
|
* @throws {RequiredError}
|
|
419
419
|
* @memberof OutboundResourceGroupServiceApi
|
|
420
420
|
*/
|
|
421
|
-
searchOutboundResourceGroup(page?: number, size?: number, q?: string, sort?: string, fields?: Array<string>, id?: Array<number>, options?: any): Promise<import("axios").AxiosResponse<any
|
|
421
|
+
searchOutboundResourceGroup(page?: number, size?: number, q?: string, sort?: string, fields?: Array<string>, id?: Array<number>, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
422
422
|
/**
|
|
423
423
|
*
|
|
424
424
|
* @summary List of OutboundResourceInGroup
|
|
@@ -433,7 +433,7 @@ export declare class OutboundResourceGroupServiceApi extends BaseAPI {
|
|
|
433
433
|
* @throws {RequiredError}
|
|
434
434
|
* @memberof OutboundResourceGroupServiceApi
|
|
435
435
|
*/
|
|
436
|
-
searchOutboundResourceInGroup(groupId: string, page?: number, size?: number, q?: string, sort?: string, fields?: Array<string>, id?: Array<number>, options?: any): Promise<import("axios").AxiosResponse<any
|
|
436
|
+
searchOutboundResourceInGroup(groupId: string, page?: number, size?: number, q?: string, sort?: string, fields?: Array<string>, id?: Array<number>, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
437
437
|
/**
|
|
438
438
|
*
|
|
439
439
|
* @summary Update OutboundResourceGroup
|
|
@@ -443,7 +443,7 @@ export declare class OutboundResourceGroupServiceApi extends BaseAPI {
|
|
|
443
443
|
* @throws {RequiredError}
|
|
444
444
|
* @memberof OutboundResourceGroupServiceApi
|
|
445
445
|
*/
|
|
446
|
-
updateOutboundResourceGroup(id: string, body: EngineUpdateOutboundResourceGroupRequest, options?: any): Promise<import("axios").AxiosResponse<any
|
|
446
|
+
updateOutboundResourceGroup(id: string, body: EngineUpdateOutboundResourceGroupRequest, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
447
447
|
/**
|
|
448
448
|
*
|
|
449
449
|
* @summary Update OutboundResourceInGroup
|
|
@@ -454,6 +454,6 @@ export declare class OutboundResourceGroupServiceApi extends BaseAPI {
|
|
|
454
454
|
* @throws {RequiredError}
|
|
455
455
|
* @memberof OutboundResourceGroupServiceApi
|
|
456
456
|
*/
|
|
457
|
-
updateOutboundResourceInGroup(groupId: string, id: string, body: EngineUpdateOutboundResourceInGroupRequest, options?: any): Promise<import("axios").AxiosResponse<any
|
|
457
|
+
updateOutboundResourceInGroup(groupId: string, id: string, body: EngineUpdateOutboundResourceInGroupRequest, options?: any): Promise<import("axios").AxiosResponse<any>>;
|
|
458
458
|
}
|
|
459
459
|
//# sourceMappingURL=outbound-resource-group-service-api.d.ts.map
|