/** * Webitel API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 24.04.0 * Contact: support@webitel.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ import { AxiosPromise, AxiosInstance } from 'axios'; import { Configuration } from '../configuration'; import { RequestArgs, BaseAPI } from '../base'; import { EngineListQueueBucket } from '../api'; import { EngineQueueBucket } from '../api'; import { EngineQueueBucketServiceCreateQueueBucketBody } from '../api'; import { EngineQueueBucketServicePatchQueueBucketBody } from '../api'; import { EngineQueueBucketServiceUpdateQueueBucketBody } from '../api'; /** * QueueBucketServiceApi - axios parameter creator * @export */ export declare const QueueBucketServiceApiAxiosParamCreator: (configuration?: Configuration) => { /** * * @summary Create QueueBucket * @param {string} queueId * @param {EngineQueueBucketServiceCreateQueueBucketBody} body * @param {*} [options] Override http request option. * @throws {RequiredError} */ createQueueBucket: (queueId: string, body: EngineQueueBucketServiceCreateQueueBucketBody, options?: any) => Promise; /** * * @summary DeleteQueueRouting * @param {string} queueId * @param {string} id * @param {*} [options] Override http request option. * @throws {RequiredError} */ deleteQueueBucket: (queueId: string, id: string, options?: any) => Promise; /** * * @param {string} queueId * @param {string} id * @param {EngineQueueBucketServicePatchQueueBucketBody} body * @param {*} [options] Override http request option. * @throws {RequiredError} */ patchQueueBucket: (queueId: string, id: string, body: EngineQueueBucketServicePatchQueueBucketBody, options?: any) => Promise; /** * * @summary ReadQueueRouting * @param {string} queueId * @param {string} id * @param {*} [options] Override http request option. * @throws {RequiredError} */ readQueueBucket: (queueId: string, id: string, options?: any) => Promise; /** * * @summary SearchQueueRouting * @param {string} queueId * @param {number} [page] * @param {number} [size] * @param {string} [q] * @param {string} [sort] * @param {Array} [fields] * @param {Array} [id] * @param {*} [options] Override http request option. * @throws {RequiredError} */ searchQueueBucket: (queueId: string, page?: number, size?: number, q?: string, sort?: string, fields?: Array, id?: Array, options?: any) => Promise; /** * * @summary UpdateQueueBucket * @param {string} queueId * @param {string} id * @param {EngineQueueBucketServiceUpdateQueueBucketBody} body * @param {*} [options] Override http request option. * @throws {RequiredError} */ updateQueueBucket: (queueId: string, id: string, body: EngineQueueBucketServiceUpdateQueueBucketBody, options?: any) => Promise; }; /** * QueueBucketServiceApi - functional programming interface * @export */ export declare const QueueBucketServiceApiFp: (configuration?: Configuration) => { /** * * @summary Create QueueBucket * @param {string} queueId * @param {EngineQueueBucketServiceCreateQueueBucketBody} body * @param {*} [options] Override http request option. * @throws {RequiredError} */ createQueueBucket(queueId: string, body: EngineQueueBucketServiceCreateQueueBucketBody, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise>; /** * * @summary DeleteQueueRouting * @param {string} queueId * @param {string} id * @param {*} [options] Override http request option. * @throws {RequiredError} */ deleteQueueBucket(queueId: string, id: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise>; /** * * @param {string} queueId * @param {string} id * @param {EngineQueueBucketServicePatchQueueBucketBody} body * @param {*} [options] Override http request option. * @throws {RequiredError} */ patchQueueBucket(queueId: string, id: string, body: EngineQueueBucketServicePatchQueueBucketBody, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise>; /** * * @summary ReadQueueRouting * @param {string} queueId * @param {string} id * @param {*} [options] Override http request option. * @throws {RequiredError} */ readQueueBucket(queueId: string, id: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise>; /** * * @summary SearchQueueRouting * @param {string} queueId * @param {number} [page] * @param {number} [size] * @param {string} [q] * @param {string} [sort] * @param {Array} [fields] * @param {Array} [id] * @param {*} [options] Override http request option. * @throws {RequiredError} */ searchQueueBucket(queueId: string, page?: number, size?: number, q?: string, sort?: string, fields?: Array, id?: Array, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise>; /** * * @summary UpdateQueueBucket * @param {string} queueId * @param {string} id * @param {EngineQueueBucketServiceUpdateQueueBucketBody} body * @param {*} [options] Override http request option. * @throws {RequiredError} */ updateQueueBucket(queueId: string, id: string, body: EngineQueueBucketServiceUpdateQueueBucketBody, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise>; }; /** * QueueBucketServiceApi - factory interface * @export */ export declare const QueueBucketServiceApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => { /** * * @summary Create QueueBucket * @param {string} queueId * @param {EngineQueueBucketServiceCreateQueueBucketBody} body * @param {*} [options] Override http request option. * @throws {RequiredError} */ createQueueBucket(queueId: string, body: EngineQueueBucketServiceCreateQueueBucketBody, options?: any): AxiosPromise; /** * * @summary DeleteQueueRouting * @param {string} queueId * @param {string} id * @param {*} [options] Override http request option. * @throws {RequiredError} */ deleteQueueBucket(queueId: string, id: string, options?: any): AxiosPromise; /** * * @param {string} queueId * @param {string} id * @param {EngineQueueBucketServicePatchQueueBucketBody} body * @param {*} [options] Override http request option. * @throws {RequiredError} */ patchQueueBucket(queueId: string, id: string, body: EngineQueueBucketServicePatchQueueBucketBody, options?: any): AxiosPromise; /** * * @summary ReadQueueRouting * @param {string} queueId * @param {string} id * @param {*} [options] Override http request option. * @throws {RequiredError} */ readQueueBucket(queueId: string, id: string, options?: any): AxiosPromise; /** * * @summary SearchQueueRouting * @param {string} queueId * @param {number} [page] * @param {number} [size] * @param {string} [q] * @param {string} [sort] * @param {Array} [fields] * @param {Array} [id] * @param {*} [options] Override http request option. * @throws {RequiredError} */ searchQueueBucket(queueId: string, page?: number, size?: number, q?: string, sort?: string, fields?: Array, id?: Array, options?: any): AxiosPromise; /** * * @summary UpdateQueueBucket * @param {string} queueId * @param {string} id * @param {EngineQueueBucketServiceUpdateQueueBucketBody} body * @param {*} [options] Override http request option. * @throws {RequiredError} */ updateQueueBucket(queueId: string, id: string, body: EngineQueueBucketServiceUpdateQueueBucketBody, options?: any): AxiosPromise; }; /** * QueueBucketServiceApi - object-oriented interface * @export * @class QueueBucketServiceApi * @extends {BaseAPI} */ export declare class QueueBucketServiceApi extends BaseAPI { /** * * @summary Create QueueBucket * @param {string} queueId * @param {EngineQueueBucketServiceCreateQueueBucketBody} body * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof QueueBucketServiceApi */ createQueueBucket(queueId: string, body: EngineQueueBucketServiceCreateQueueBucketBody, options?: any): Promise>; /** * * @summary DeleteQueueRouting * @param {string} queueId * @param {string} id * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof QueueBucketServiceApi */ deleteQueueBucket(queueId: string, id: string, options?: any): Promise>; /** * * @param {string} queueId * @param {string} id * @param {EngineQueueBucketServicePatchQueueBucketBody} body * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof QueueBucketServiceApi */ patchQueueBucket(queueId: string, id: string, body: EngineQueueBucketServicePatchQueueBucketBody, options?: any): Promise>; /** * * @summary ReadQueueRouting * @param {string} queueId * @param {string} id * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof QueueBucketServiceApi */ readQueueBucket(queueId: string, id: string, options?: any): Promise>; /** * * @summary SearchQueueRouting * @param {string} queueId * @param {number} [page] * @param {number} [size] * @param {string} [q] * @param {string} [sort] * @param {Array} [fields] * @param {Array} [id] * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof QueueBucketServiceApi */ searchQueueBucket(queueId: string, page?: number, size?: number, q?: string, sort?: string, fields?: Array, id?: Array, options?: any): Promise>; /** * * @summary UpdateQueueBucket * @param {string} queueId * @param {string} id * @param {EngineQueueBucketServiceUpdateQueueBucketBody} body * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof QueueBucketServiceApi */ updateQueueBucket(queueId: string, id: string, body: EngineQueueBucketServiceUpdateQueueBucketBody, options?: any): Promise>; } //# sourceMappingURL=queue-bucket-service-api.d.ts.map