/** * Cloud API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * 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 { SearchRequestDto } from '../models'; import { TodoDto } from '../models'; import { TodoPageDto } from '../models'; import { TodoSearchResultPageDto } from '../models'; import { TodoSurchargeDto } from '../models'; import { TodoSurchargePageDto } from '../models'; import { TodoSurchargeSearchResultPageDto } from '../models'; import { TodoTemplateDto } from '../models'; import { TodoTemplatePageDto } from '../models'; import { TodoTemplateSearchResultPageDto } from '../models'; /** * TodoApi - axios parameter creator * @export */ export declare const TodoApiAxiosParamCreator: (axiosClientConfiguration?: Configuration) => { /** * * @param {TodoDto} todo * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ createMyTodo: (todo: TodoDto, translate?: string, options?: any) => Promise; /** * * @param {TodoTemplateDto} todoTemplate * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ createMyTodoTemplate: (todoTemplate: TodoTemplateDto, translate?: string, options?: any) => Promise; /** * * @param {TodoDto} todo * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ createTodo: (todo: TodoDto, translate?: string, options?: any) => Promise; /** * * @param {TodoSurchargeDto} todoSurcharge * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ createTodoSurcharge: (todoSurcharge: TodoSurchargeDto, translate?: string, options?: any) => Promise; /** * * @param {TodoTemplateDto} todoTemplate * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ createTodoTemplate: (todoTemplate: TodoTemplateDto, translate?: string, options?: any) => Promise; /** * * @param {Array} ids * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ deleteManyMyTodoTemplates: (ids: Array, translate?: string, options?: any) => Promise; /** * * @param {Array} ids * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ deleteManyMyTodos: (ids: Array, translate?: string, options?: any) => Promise; /** * * @param {Array} ids * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ deleteManyTodoSurcharges: (ids: Array, translate?: string, options?: any) => Promise; /** * * @param {Array} ids * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ deleteManyTodoTemplates: (ids: Array, translate?: string, options?: any) => Promise; /** * * @param {Array} ids * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ deleteManyTodos: (ids: Array, translate?: string, options?: any) => Promise; /** * * @param {string} id * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ deleteMyTodo: (id: string, translate?: string, options?: any) => Promise; /** * * @param {string} id * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ deleteMyTodoTemplate: (id: string, translate?: string, options?: any) => Promise; /** * * @param {string} id * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ deleteTodo: (id: string, translate?: string, options?: any) => Promise; /** * * @param {string} id * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ deleteTodoSurcharge: (id: string, translate?: string, options?: any) => Promise; /** * * @param {string} id * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ deleteTodoTemplate: (id: string, translate?: string, options?: any) => Promise; /** * Returns all todos across all projects owned by the current logged in user * @summary Return my todos * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ getMyGlobalTodos: (translate?: string, options?: any) => Promise; /** * * @param {string} id * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ getMyTodo: (id: string, translate?: string, options?: any) => Promise; /** * * @param {string} id * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ getMyTodoTemplate: (id: string, translate?: string, options?: any) => Promise; /** * * @param {number} [page] * @param {number} [size] * @param {string} [translate] * @param {boolean} [withReplacements] * @param {string} [sort] * @param {string} [search] * @param {*} [options] Override http request option. * @throws {RequiredError} */ getMyTodoTemplates: (page?: number, size?: number, translate?: string, withReplacements?: boolean, sort?: string, search?: string, options?: any) => Promise; /** * * @param {number} [page] * @param {number} [size] * @param {string} [sort] * @param {string} [search] * @param {boolean} [withReplacements] * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ getMyTodoTemplatesCount: (page?: number, size?: number, sort?: string, search?: string, withReplacements?: boolean, translate?: string, options?: any) => Promise; /** * * @param {number} [page] * @param {number} [size] * @param {string} [translate] * @param {boolean} [withReplacements] * @param {string} [sort] * @param {string} [search] * @param {*} [options] Override http request option. * @throws {RequiredError} */ getMyTodos: (page?: number, size?: number, translate?: string, withReplacements?: boolean, sort?: string, search?: string, options?: any) => Promise; /** * * @param {number} [page] * @param {number} [size] * @param {string} [sort] * @param {string} [search] * @param {boolean} [withReplacements] * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ getMyTodosCount: (page?: number, size?: number, sort?: string, search?: string, withReplacements?: boolean, translate?: string, options?: any) => Promise; /** * * @param {string} id * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ getTodo: (id: string, translate?: string, options?: any) => Promise; /** * * @param {string} id * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ getTodoSurcharge: (id: string, translate?: string, options?: any) => Promise; /** * * @param {number} [page] * @param {number} [size] * @param {string} [translate] * @param {boolean} [withReplacements] * @param {string} [sort] * @param {string} [search] * @param {*} [options] Override http request option. * @throws {RequiredError} */ getTodoSurcharges: (page?: number, size?: number, translate?: string, withReplacements?: boolean, sort?: string, search?: string, options?: any) => Promise; /** * * @param {number} [page] * @param {number} [size] * @param {string} [sort] * @param {string} [search] * @param {boolean} [withReplacements] * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ getTodoSurchargesCount: (page?: number, size?: number, sort?: string, search?: string, withReplacements?: boolean, translate?: string, options?: any) => Promise; /** * * @param {string} id * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ getTodoTemplate: (id: string, translate?: string, options?: any) => Promise; /** * * @param {number} [page] * @param {number} [size] * @param {string} [translate] * @param {boolean} [withReplacements] * @param {string} [sort] * @param {string} [search] * @param {*} [options] Override http request option. * @throws {RequiredError} */ getTodoTemplates: (page?: number, size?: number, translate?: string, withReplacements?: boolean, sort?: string, search?: string, options?: any) => Promise; /** * * @param {number} [page] * @param {number} [size] * @param {string} [sort] * @param {string} [search] * @param {boolean} [withReplacements] * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ getTodoTemplatesCount: (page?: number, size?: number, sort?: string, search?: string, withReplacements?: boolean, translate?: string, options?: any) => Promise; /** * * @param {number} [page] * @param {number} [size] * @param {string} [translate] * @param {boolean} [withReplacements] * @param {string} [sort] * @param {string} [search] * @param {*} [options] Override http request option. * @throws {RequiredError} */ getTodos: (page?: number, size?: number, translate?: string, withReplacements?: boolean, sort?: string, search?: string, options?: any) => Promise; /** * * @param {number} [page] * @param {number} [size] * @param {string} [sort] * @param {string} [search] * @param {boolean} [withReplacements] * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ getTodosCount: (page?: number, size?: number, sort?: string, search?: string, withReplacements?: boolean, translate?: string, options?: any) => Promise; /** * This is a very performant method for checking if a Todo exists. * @summary Check if Todo exists * @param {string} id * @param {*} [options] Override http request option. * @throws {RequiredError} */ mytodoExists: (id: string, options?: any) => Promise; /** * This is a very performant method for checking if a TodoTemplate exists. * @summary Check if TodoTemplate exists * @param {string} id * @param {*} [options] Override http request option. * @throws {RequiredError} */ mytodoTemplateExists: (id: string, options?: any) => Promise; /** * * @param {string} id * @param {any} todo * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ patchMyTodo: (id: string, todo: any, translate?: string, options?: any) => Promise; /** * * @param {string} id * @param {any} todoTemplate * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ patchMyTodoTemplate: (id: string, todoTemplate: any, translate?: string, options?: any) => Promise; /** * * @param {string} id * @param {any} todo * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ patchTodo: (id: string, todo: any, translate?: string, options?: any) => Promise; /** * * @param {string} id * @param {any} todoSurcharge * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ patchTodoSurcharge: (id: string, todoSurcharge: any, translate?: string, options?: any) => Promise; /** * * @param {string} id * @param {any} todoTemplate * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ patchTodoTemplate: (id: string, todoTemplate: any, translate?: string, options?: any) => Promise; /** * * @param {SearchRequestDto} searchRequest * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ performMyTodoSearch: (searchRequest: SearchRequestDto, translate?: string, options?: any) => Promise; /** * * @param {SearchRequestDto} searchRequest * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ performMyTodoTemplateSearch: (searchRequest: SearchRequestDto, translate?: string, options?: any) => Promise; /** * * @param {SearchRequestDto} searchRequest * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ performTodoSearch: (searchRequest: SearchRequestDto, translate?: string, options?: any) => Promise; /** * * @param {SearchRequestDto} searchRequest * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ performTodoSurchargeSearch: (searchRequest: SearchRequestDto, translate?: string, options?: any) => Promise; /** * * @param {SearchRequestDto} searchRequest * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ performTodoTemplateSearch: (searchRequest: SearchRequestDto, translate?: string, options?: any) => Promise; /** * * @param {string} id * @param {TodoDto} todo * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ putMyTodo: (id: string, todo: TodoDto, translate?: string, options?: any) => Promise; /** * * @param {string} id * @param {TodoTemplateDto} todoTemplate * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ putMyTodoTemplate: (id: string, todoTemplate: TodoTemplateDto, translate?: string, options?: any) => Promise; /** * * @param {string} id * @param {TodoDto} todo * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ putTodo: (id: string, todo: TodoDto, translate?: string, options?: any) => Promise; /** * * @param {string} id * @param {TodoSurchargeDto} todoSurcharge * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ putTodoSurcharge: (id: string, todoSurcharge: TodoSurchargeDto, translate?: string, options?: any) => Promise; /** * * @param {string} id * @param {TodoTemplateDto} todoTemplate * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ putTodoTemplate: (id: string, todoTemplate: TodoTemplateDto, translate?: string, options?: any) => Promise; /** * This is a very performant method for checking if a Todo exists. * @summary Check if Todo exists * @param {string} id * @param {*} [options] Override http request option. * @throws {RequiredError} */ todoExists: (id: string, options?: any) => Promise; /** * This is a very performant method for checking if a TodoSurcharge exists. * @summary Check if TodoSurcharge exists * @param {string} id * @param {*} [options] Override http request option. * @throws {RequiredError} */ todoSurchargeExists: (id: string, options?: any) => Promise; /** * This is a very performant method for checking if a TodoTemplate exists. * @summary Check if TodoTemplate exists * @param {string} id * @param {*} [options] Override http request option. * @throws {RequiredError} */ todoTemplateExists: (id: string, options?: any) => Promise; }; /** * TodoApi - functional programming interface * @export */ export declare const TodoApiFp: (axiosClientConfiguration?: Configuration) => { /** * * @param {TodoDto} todo * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ createMyTodo(todo: TodoDto, translate?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise>; /** * * @param {TodoTemplateDto} todoTemplate * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ createMyTodoTemplate(todoTemplate: TodoTemplateDto, translate?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise>; /** * * @param {TodoDto} todo * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ createTodo(todo: TodoDto, translate?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise>; /** * * @param {TodoSurchargeDto} todoSurcharge * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ createTodoSurcharge(todoSurcharge: TodoSurchargeDto, translate?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise>; /** * * @param {TodoTemplateDto} todoTemplate * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ createTodoTemplate(todoTemplate: TodoTemplateDto, translate?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise>; /** * * @param {Array} ids * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ deleteManyMyTodoTemplates(ids: Array, translate?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise>; /** * * @param {Array} ids * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ deleteManyMyTodos(ids: Array, translate?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise>; /** * * @param {Array} ids * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ deleteManyTodoSurcharges(ids: Array, translate?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise>; /** * * @param {Array} ids * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ deleteManyTodoTemplates(ids: Array, translate?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise>; /** * * @param {Array} ids * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ deleteManyTodos(ids: Array, translate?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise>; /** * * @param {string} id * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ deleteMyTodo(id: string, translate?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise>; /** * * @param {string} id * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ deleteMyTodoTemplate(id: string, translate?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise>; /** * * @param {string} id * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ deleteTodo(id: string, translate?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise>; /** * * @param {string} id * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ deleteTodoSurcharge(id: string, translate?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise>; /** * * @param {string} id * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ deleteTodoTemplate(id: string, translate?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise>; /** * Returns all todos across all projects owned by the current logged in user * @summary Return my todos * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ getMyGlobalTodos(translate?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise>>; /** * * @param {string} id * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ getMyTodo(id: string, translate?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise>; /** * * @param {string} id * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ getMyTodoTemplate(id: string, translate?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise>; /** * * @param {number} [page] * @param {number} [size] * @param {string} [translate] * @param {boolean} [withReplacements] * @param {string} [sort] * @param {string} [search] * @param {*} [options] Override http request option. * @throws {RequiredError} */ getMyTodoTemplates(page?: number, size?: number, translate?: string, withReplacements?: boolean, sort?: string, search?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise>; /** * * @param {number} [page] * @param {number} [size] * @param {string} [sort] * @param {string} [search] * @param {boolean} [withReplacements] * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ getMyTodoTemplatesCount(page?: number, size?: number, sort?: string, search?: string, withReplacements?: boolean, translate?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise>; /** * * @param {number} [page] * @param {number} [size] * @param {string} [translate] * @param {boolean} [withReplacements] * @param {string} [sort] * @param {string} [search] * @param {*} [options] Override http request option. * @throws {RequiredError} */ getMyTodos(page?: number, size?: number, translate?: string, withReplacements?: boolean, sort?: string, search?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise>; /** * * @param {number} [page] * @param {number} [size] * @param {string} [sort] * @param {string} [search] * @param {boolean} [withReplacements] * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ getMyTodosCount(page?: number, size?: number, sort?: string, search?: string, withReplacements?: boolean, translate?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise>; /** * * @param {string} id * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ getTodo(id: string, translate?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise>; /** * * @param {string} id * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ getTodoSurcharge(id: string, translate?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise>; /** * * @param {number} [page] * @param {number} [size] * @param {string} [translate] * @param {boolean} [withReplacements] * @param {string} [sort] * @param {string} [search] * @param {*} [options] Override http request option. * @throws {RequiredError} */ getTodoSurcharges(page?: number, size?: number, translate?: string, withReplacements?: boolean, sort?: string, search?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise>; /** * * @param {number} [page] * @param {number} [size] * @param {string} [sort] * @param {string} [search] * @param {boolean} [withReplacements] * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ getTodoSurchargesCount(page?: number, size?: number, sort?: string, search?: string, withReplacements?: boolean, translate?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise>; /** * * @param {string} id * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ getTodoTemplate(id: string, translate?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise>; /** * * @param {number} [page] * @param {number} [size] * @param {string} [translate] * @param {boolean} [withReplacements] * @param {string} [sort] * @param {string} [search] * @param {*} [options] Override http request option. * @throws {RequiredError} */ getTodoTemplates(page?: number, size?: number, translate?: string, withReplacements?: boolean, sort?: string, search?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise>; /** * * @param {number} [page] * @param {number} [size] * @param {string} [sort] * @param {string} [search] * @param {boolean} [withReplacements] * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ getTodoTemplatesCount(page?: number, size?: number, sort?: string, search?: string, withReplacements?: boolean, translate?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise>; /** * * @param {number} [page] * @param {number} [size] * @param {string} [translate] * @param {boolean} [withReplacements] * @param {string} [sort] * @param {string} [search] * @param {*} [options] Override http request option. * @throws {RequiredError} */ getTodos(page?: number, size?: number, translate?: string, withReplacements?: boolean, sort?: string, search?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise>; /** * * @param {number} [page] * @param {number} [size] * @param {string} [sort] * @param {string} [search] * @param {boolean} [withReplacements] * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ getTodosCount(page?: number, size?: number, sort?: string, search?: string, withReplacements?: boolean, translate?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise>; /** * This is a very performant method for checking if a Todo exists. * @summary Check if Todo exists * @param {string} id * @param {*} [options] Override http request option. * @throws {RequiredError} */ mytodoExists(id: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise>; /** * This is a very performant method for checking if a TodoTemplate exists. * @summary Check if TodoTemplate exists * @param {string} id * @param {*} [options] Override http request option. * @throws {RequiredError} */ mytodoTemplateExists(id: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise>; /** * * @param {string} id * @param {any} todo * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ patchMyTodo(id: string, todo: any, translate?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise>; /** * * @param {string} id * @param {any} todoTemplate * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ patchMyTodoTemplate(id: string, todoTemplate: any, translate?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise>; /** * * @param {string} id * @param {any} todo * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ patchTodo(id: string, todo: any, translate?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise>; /** * * @param {string} id * @param {any} todoSurcharge * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ patchTodoSurcharge(id: string, todoSurcharge: any, translate?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise>; /** * * @param {string} id * @param {any} todoTemplate * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ patchTodoTemplate(id: string, todoTemplate: any, translate?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise>; /** * * @param {SearchRequestDto} searchRequest * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ performMyTodoSearch(searchRequest: SearchRequestDto, translate?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise>; /** * * @param {SearchRequestDto} searchRequest * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ performMyTodoTemplateSearch(searchRequest: SearchRequestDto, translate?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise>; /** * * @param {SearchRequestDto} searchRequest * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ performTodoSearch(searchRequest: SearchRequestDto, translate?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise>; /** * * @param {SearchRequestDto} searchRequest * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ performTodoSurchargeSearch(searchRequest: SearchRequestDto, translate?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise>; /** * * @param {SearchRequestDto} searchRequest * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ performTodoTemplateSearch(searchRequest: SearchRequestDto, translate?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise>; /** * * @param {string} id * @param {TodoDto} todo * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ putMyTodo(id: string, todo: TodoDto, translate?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise>; /** * * @param {string} id * @param {TodoTemplateDto} todoTemplate * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ putMyTodoTemplate(id: string, todoTemplate: TodoTemplateDto, translate?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise>; /** * * @param {string} id * @param {TodoDto} todo * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ putTodo(id: string, todo: TodoDto, translate?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise>; /** * * @param {string} id * @param {TodoSurchargeDto} todoSurcharge * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ putTodoSurcharge(id: string, todoSurcharge: TodoSurchargeDto, translate?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise>; /** * * @param {string} id * @param {TodoTemplateDto} todoTemplate * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ putTodoTemplate(id: string, todoTemplate: TodoTemplateDto, translate?: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise>; /** * This is a very performant method for checking if a Todo exists. * @summary Check if Todo exists * @param {string} id * @param {*} [options] Override http request option. * @throws {RequiredError} */ todoExists(id: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise>; /** * This is a very performant method for checking if a TodoSurcharge exists. * @summary Check if TodoSurcharge exists * @param {string} id * @param {*} [options] Override http request option. * @throws {RequiredError} */ todoSurchargeExists(id: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise>; /** * This is a very performant method for checking if a TodoTemplate exists. * @summary Check if TodoTemplate exists * @param {string} id * @param {*} [options] Override http request option. * @throws {RequiredError} */ todoTemplateExists(id: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise>; }; /** * TodoApi - factory interface * @export */ export declare const TodoApiFactory: (axiosClientConfiguration?: Configuration, basePath?: string, axios?: AxiosInstance) => { /** * * @param {TodoDto} todo * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ createMyTodo(todo: TodoDto, translate?: string, options?: any): AxiosPromise; /** * * @param {TodoTemplateDto} todoTemplate * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ createMyTodoTemplate(todoTemplate: TodoTemplateDto, translate?: string, options?: any): AxiosPromise; /** * * @param {TodoDto} todo * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ createTodo(todo: TodoDto, translate?: string, options?: any): AxiosPromise; /** * * @param {TodoSurchargeDto} todoSurcharge * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ createTodoSurcharge(todoSurcharge: TodoSurchargeDto, translate?: string, options?: any): AxiosPromise; /** * * @param {TodoTemplateDto} todoTemplate * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ createTodoTemplate(todoTemplate: TodoTemplateDto, translate?: string, options?: any): AxiosPromise; /** * * @param {Array} ids * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ deleteManyMyTodoTemplates(ids: Array, translate?: string, options?: any): AxiosPromise; /** * * @param {Array} ids * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ deleteManyMyTodos(ids: Array, translate?: string, options?: any): AxiosPromise; /** * * @param {Array} ids * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ deleteManyTodoSurcharges(ids: Array, translate?: string, options?: any): AxiosPromise; /** * * @param {Array} ids * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ deleteManyTodoTemplates(ids: Array, translate?: string, options?: any): AxiosPromise; /** * * @param {Array} ids * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ deleteManyTodos(ids: Array, translate?: string, options?: any): AxiosPromise; /** * * @param {string} id * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ deleteMyTodo(id: string, translate?: string, options?: any): AxiosPromise; /** * * @param {string} id * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ deleteMyTodoTemplate(id: string, translate?: string, options?: any): AxiosPromise; /** * * @param {string} id * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ deleteTodo(id: string, translate?: string, options?: any): AxiosPromise; /** * * @param {string} id * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ deleteTodoSurcharge(id: string, translate?: string, options?: any): AxiosPromise; /** * * @param {string} id * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ deleteTodoTemplate(id: string, translate?: string, options?: any): AxiosPromise; /** * Returns all todos across all projects owned by the current logged in user * @summary Return my todos * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ getMyGlobalTodos(translate?: string, options?: any): AxiosPromise>; /** * * @param {string} id * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ getMyTodo(id: string, translate?: string, options?: any): AxiosPromise; /** * * @param {string} id * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ getMyTodoTemplate(id: string, translate?: string, options?: any): AxiosPromise; /** * * @param {number} [page] * @param {number} [size] * @param {string} [translate] * @param {boolean} [withReplacements] * @param {string} [sort] * @param {string} [search] * @param {*} [options] Override http request option. * @throws {RequiredError} */ getMyTodoTemplates(page?: number, size?: number, translate?: string, withReplacements?: boolean, sort?: string, search?: string, options?: any): AxiosPromise; /** * * @param {number} [page] * @param {number} [size] * @param {string} [sort] * @param {string} [search] * @param {boolean} [withReplacements] * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ getMyTodoTemplatesCount(page?: number, size?: number, sort?: string, search?: string, withReplacements?: boolean, translate?: string, options?: any): AxiosPromise; /** * * @param {number} [page] * @param {number} [size] * @param {string} [translate] * @param {boolean} [withReplacements] * @param {string} [sort] * @param {string} [search] * @param {*} [options] Override http request option. * @throws {RequiredError} */ getMyTodos(page?: number, size?: number, translate?: string, withReplacements?: boolean, sort?: string, search?: string, options?: any): AxiosPromise; /** * * @param {number} [page] * @param {number} [size] * @param {string} [sort] * @param {string} [search] * @param {boolean} [withReplacements] * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ getMyTodosCount(page?: number, size?: number, sort?: string, search?: string, withReplacements?: boolean, translate?: string, options?: any): AxiosPromise; /** * * @param {string} id * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ getTodo(id: string, translate?: string, options?: any): AxiosPromise; /** * * @param {string} id * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ getTodoSurcharge(id: string, translate?: string, options?: any): AxiosPromise; /** * * @param {number} [page] * @param {number} [size] * @param {string} [translate] * @param {boolean} [withReplacements] * @param {string} [sort] * @param {string} [search] * @param {*} [options] Override http request option. * @throws {RequiredError} */ getTodoSurcharges(page?: number, size?: number, translate?: string, withReplacements?: boolean, sort?: string, search?: string, options?: any): AxiosPromise; /** * * @param {number} [page] * @param {number} [size] * @param {string} [sort] * @param {string} [search] * @param {boolean} [withReplacements] * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ getTodoSurchargesCount(page?: number, size?: number, sort?: string, search?: string, withReplacements?: boolean, translate?: string, options?: any): AxiosPromise; /** * * @param {string} id * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ getTodoTemplate(id: string, translate?: string, options?: any): AxiosPromise; /** * * @param {number} [page] * @param {number} [size] * @param {string} [translate] * @param {boolean} [withReplacements] * @param {string} [sort] * @param {string} [search] * @param {*} [options] Override http request option. * @throws {RequiredError} */ getTodoTemplates(page?: number, size?: number, translate?: string, withReplacements?: boolean, sort?: string, search?: string, options?: any): AxiosPromise; /** * * @param {number} [page] * @param {number} [size] * @param {string} [sort] * @param {string} [search] * @param {boolean} [withReplacements] * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ getTodoTemplatesCount(page?: number, size?: number, sort?: string, search?: string, withReplacements?: boolean, translate?: string, options?: any): AxiosPromise; /** * * @param {number} [page] * @param {number} [size] * @param {string} [translate] * @param {boolean} [withReplacements] * @param {string} [sort] * @param {string} [search] * @param {*} [options] Override http request option. * @throws {RequiredError} */ getTodos(page?: number, size?: number, translate?: string, withReplacements?: boolean, sort?: string, search?: string, options?: any): AxiosPromise; /** * * @param {number} [page] * @param {number} [size] * @param {string} [sort] * @param {string} [search] * @param {boolean} [withReplacements] * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ getTodosCount(page?: number, size?: number, sort?: string, search?: string, withReplacements?: boolean, translate?: string, options?: any): AxiosPromise; /** * This is a very performant method for checking if a Todo exists. * @summary Check if Todo exists * @param {string} id * @param {*} [options] Override http request option. * @throws {RequiredError} */ mytodoExists(id: string, options?: any): AxiosPromise; /** * This is a very performant method for checking if a TodoTemplate exists. * @summary Check if TodoTemplate exists * @param {string} id * @param {*} [options] Override http request option. * @throws {RequiredError} */ mytodoTemplateExists(id: string, options?: any): AxiosPromise; /** * * @param {string} id * @param {any} todo * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ patchMyTodo(id: string, todo: any, translate?: string, options?: any): AxiosPromise; /** * * @param {string} id * @param {any} todoTemplate * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ patchMyTodoTemplate(id: string, todoTemplate: any, translate?: string, options?: any): AxiosPromise; /** * * @param {string} id * @param {any} todo * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ patchTodo(id: string, todo: any, translate?: string, options?: any): AxiosPromise; /** * * @param {string} id * @param {any} todoSurcharge * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ patchTodoSurcharge(id: string, todoSurcharge: any, translate?: string, options?: any): AxiosPromise; /** * * @param {string} id * @param {any} todoTemplate * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ patchTodoTemplate(id: string, todoTemplate: any, translate?: string, options?: any): AxiosPromise; /** * * @param {SearchRequestDto} searchRequest * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ performMyTodoSearch(searchRequest: SearchRequestDto, translate?: string, options?: any): AxiosPromise; /** * * @param {SearchRequestDto} searchRequest * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ performMyTodoTemplateSearch(searchRequest: SearchRequestDto, translate?: string, options?: any): AxiosPromise; /** * * @param {SearchRequestDto} searchRequest * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ performTodoSearch(searchRequest: SearchRequestDto, translate?: string, options?: any): AxiosPromise; /** * * @param {SearchRequestDto} searchRequest * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ performTodoSurchargeSearch(searchRequest: SearchRequestDto, translate?: string, options?: any): AxiosPromise; /** * * @param {SearchRequestDto} searchRequest * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ performTodoTemplateSearch(searchRequest: SearchRequestDto, translate?: string, options?: any): AxiosPromise; /** * * @param {string} id * @param {TodoDto} todo * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ putMyTodo(id: string, todo: TodoDto, translate?: string, options?: any): AxiosPromise; /** * * @param {string} id * @param {TodoTemplateDto} todoTemplate * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ putMyTodoTemplate(id: string, todoTemplate: TodoTemplateDto, translate?: string, options?: any): AxiosPromise; /** * * @param {string} id * @param {TodoDto} todo * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ putTodo(id: string, todo: TodoDto, translate?: string, options?: any): AxiosPromise; /** * * @param {string} id * @param {TodoSurchargeDto} todoSurcharge * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ putTodoSurcharge(id: string, todoSurcharge: TodoSurchargeDto, translate?: string, options?: any): AxiosPromise; /** * * @param {string} id * @param {TodoTemplateDto} todoTemplate * @param {string} [translate] * @param {*} [options] Override http request option. * @throws {RequiredError} */ putTodoTemplate(id: string, todoTemplate: TodoTemplateDto, translate?: string, options?: any): AxiosPromise; /** * This is a very performant method for checking if a Todo exists. * @summary Check if Todo exists * @param {string} id * @param {*} [options] Override http request option. * @throws {RequiredError} */ todoExists(id: string, options?: any): AxiosPromise; /** * This is a very performant method for checking if a TodoSurcharge exists. * @summary Check if TodoSurcharge exists * @param {string} id * @param {*} [options] Override http request option. * @throws {RequiredError} */ todoSurchargeExists(id: string, options?: any): AxiosPromise; /** * This is a very performant method for checking if a TodoTemplate exists. * @summary Check if TodoTemplate exists * @param {string} id * @param {*} [options] Override http request option. * @throws {RequiredError} */ todoTemplateExists(id: string, options?: any): AxiosPromise; }; /** * Request parameters for createMyTodo operation in TodoApi. * @export * @interface TodoApiCreateMyTodoRequest */ export interface TodoApiCreateMyTodoRequest { /** * * @type {TodoDto} * @memberof TodoApiCreateMyTodo */ readonly todo: TodoDto; /** * * @type {string} * @memberof TodoApiCreateMyTodo */ readonly translate?: string; } /** * Request parameters for createMyTodoTemplate operation in TodoApi. * @export * @interface TodoApiCreateMyTodoTemplateRequest */ export interface TodoApiCreateMyTodoTemplateRequest { /** * * @type {TodoTemplateDto} * @memberof TodoApiCreateMyTodoTemplate */ readonly todoTemplate: TodoTemplateDto; /** * * @type {string} * @memberof TodoApiCreateMyTodoTemplate */ readonly translate?: string; } /** * Request parameters for createTodo operation in TodoApi. * @export * @interface TodoApiCreateTodoRequest */ export interface TodoApiCreateTodoRequest { /** * * @type {TodoDto} * @memberof TodoApiCreateTodo */ readonly todo: TodoDto; /** * * @type {string} * @memberof TodoApiCreateTodo */ readonly translate?: string; } /** * Request parameters for createTodoSurcharge operation in TodoApi. * @export * @interface TodoApiCreateTodoSurchargeRequest */ export interface TodoApiCreateTodoSurchargeRequest { /** * * @type {TodoSurchargeDto} * @memberof TodoApiCreateTodoSurcharge */ readonly todoSurcharge: TodoSurchargeDto; /** * * @type {string} * @memberof TodoApiCreateTodoSurcharge */ readonly translate?: string; } /** * Request parameters for createTodoTemplate operation in TodoApi. * @export * @interface TodoApiCreateTodoTemplateRequest */ export interface TodoApiCreateTodoTemplateRequest { /** * * @type {TodoTemplateDto} * @memberof TodoApiCreateTodoTemplate */ readonly todoTemplate: TodoTemplateDto; /** * * @type {string} * @memberof TodoApiCreateTodoTemplate */ readonly translate?: string; } /** * Request parameters for deleteManyMyTodoTemplates operation in TodoApi. * @export * @interface TodoApiDeleteManyMyTodoTemplatesRequest */ export interface TodoApiDeleteManyMyTodoTemplatesRequest { /** * * @type {Array} * @memberof TodoApiDeleteManyMyTodoTemplates */ readonly ids: Array; /** * * @type {string} * @memberof TodoApiDeleteManyMyTodoTemplates */ readonly translate?: string; } /** * Request parameters for deleteManyMyTodos operation in TodoApi. * @export * @interface TodoApiDeleteManyMyTodosRequest */ export interface TodoApiDeleteManyMyTodosRequest { /** * * @type {Array} * @memberof TodoApiDeleteManyMyTodos */ readonly ids: Array; /** * * @type {string} * @memberof TodoApiDeleteManyMyTodos */ readonly translate?: string; } /** * Request parameters for deleteManyTodoSurcharges operation in TodoApi. * @export * @interface TodoApiDeleteManyTodoSurchargesRequest */ export interface TodoApiDeleteManyTodoSurchargesRequest { /** * * @type {Array} * @memberof TodoApiDeleteManyTodoSurcharges */ readonly ids: Array; /** * * @type {string} * @memberof TodoApiDeleteManyTodoSurcharges */ readonly translate?: string; } /** * Request parameters for deleteManyTodoTemplates operation in TodoApi. * @export * @interface TodoApiDeleteManyTodoTemplatesRequest */ export interface TodoApiDeleteManyTodoTemplatesRequest { /** * * @type {Array} * @memberof TodoApiDeleteManyTodoTemplates */ readonly ids: Array; /** * * @type {string} * @memberof TodoApiDeleteManyTodoTemplates */ readonly translate?: string; } /** * Request parameters for deleteManyTodos operation in TodoApi. * @export * @interface TodoApiDeleteManyTodosRequest */ export interface TodoApiDeleteManyTodosRequest { /** * * @type {Array} * @memberof TodoApiDeleteManyTodos */ readonly ids: Array; /** * * @type {string} * @memberof TodoApiDeleteManyTodos */ readonly translate?: string; } /** * Request parameters for deleteMyTodo operation in TodoApi. * @export * @interface TodoApiDeleteMyTodoRequest */ export interface TodoApiDeleteMyTodoRequest { /** * * @type {string} * @memberof TodoApiDeleteMyTodo */ readonly id: string; /** * * @type {string} * @memberof TodoApiDeleteMyTodo */ readonly translate?: string; } /** * Request parameters for deleteMyTodoTemplate operation in TodoApi. * @export * @interface TodoApiDeleteMyTodoTemplateRequest */ export interface TodoApiDeleteMyTodoTemplateRequest { /** * * @type {string} * @memberof TodoApiDeleteMyTodoTemplate */ readonly id: string; /** * * @type {string} * @memberof TodoApiDeleteMyTodoTemplate */ readonly translate?: string; } /** * Request parameters for deleteTodo operation in TodoApi. * @export * @interface TodoApiDeleteTodoRequest */ export interface TodoApiDeleteTodoRequest { /** * * @type {string} * @memberof TodoApiDeleteTodo */ readonly id: string; /** * * @type {string} * @memberof TodoApiDeleteTodo */ readonly translate?: string; } /** * Request parameters for deleteTodoSurcharge operation in TodoApi. * @export * @interface TodoApiDeleteTodoSurchargeRequest */ export interface TodoApiDeleteTodoSurchargeRequest { /** * * @type {string} * @memberof TodoApiDeleteTodoSurcharge */ readonly id: string; /** * * @type {string} * @memberof TodoApiDeleteTodoSurcharge */ readonly translate?: string; } /** * Request parameters for deleteTodoTemplate operation in TodoApi. * @export * @interface TodoApiDeleteTodoTemplateRequest */ export interface TodoApiDeleteTodoTemplateRequest { /** * * @type {string} * @memberof TodoApiDeleteTodoTemplate */ readonly id: string; /** * * @type {string} * @memberof TodoApiDeleteTodoTemplate */ readonly translate?: string; } /** * Request parameters for getMyGlobalTodos operation in TodoApi. * @export * @interface TodoApiGetMyGlobalTodosRequest */ export interface TodoApiGetMyGlobalTodosRequest { /** * * @type {string} * @memberof TodoApiGetMyGlobalTodos */ readonly translate?: string; } /** * Request parameters for getMyTodo operation in TodoApi. * @export * @interface TodoApiGetMyTodoRequest */ export interface TodoApiGetMyTodoRequest { /** * * @type {string} * @memberof TodoApiGetMyTodo */ readonly id: string; /** * * @type {string} * @memberof TodoApiGetMyTodo */ readonly translate?: string; } /** * Request parameters for getMyTodoTemplate operation in TodoApi. * @export * @interface TodoApiGetMyTodoTemplateRequest */ export interface TodoApiGetMyTodoTemplateRequest { /** * * @type {string} * @memberof TodoApiGetMyTodoTemplate */ readonly id: string; /** * * @type {string} * @memberof TodoApiGetMyTodoTemplate */ readonly translate?: string; } /** * Request parameters for getMyTodoTemplates operation in TodoApi. * @export * @interface TodoApiGetMyTodoTemplatesRequest */ export interface TodoApiGetMyTodoTemplatesRequest { /** * * @type {number} * @memberof TodoApiGetMyTodoTemplates */ readonly page?: number; /** * * @type {number} * @memberof TodoApiGetMyTodoTemplates */ readonly size?: number; /** * * @type {string} * @memberof TodoApiGetMyTodoTemplates */ readonly translate?: string; /** * * @type {boolean} * @memberof TodoApiGetMyTodoTemplates */ readonly withReplacements?: boolean; /** * * @type {string} * @memberof TodoApiGetMyTodoTemplates */ readonly sort?: string; /** * * @type {string} * @memberof TodoApiGetMyTodoTemplates */ readonly search?: string; } /** * Request parameters for getMyTodoTemplatesCount operation in TodoApi. * @export * @interface TodoApiGetMyTodoTemplatesCountRequest */ export interface TodoApiGetMyTodoTemplatesCountRequest { /** * * @type {number} * @memberof TodoApiGetMyTodoTemplatesCount */ readonly page?: number; /** * * @type {number} * @memberof TodoApiGetMyTodoTemplatesCount */ readonly size?: number; /** * * @type {string} * @memberof TodoApiGetMyTodoTemplatesCount */ readonly sort?: string; /** * * @type {string} * @memberof TodoApiGetMyTodoTemplatesCount */ readonly search?: string; /** * * @type {boolean} * @memberof TodoApiGetMyTodoTemplatesCount */ readonly withReplacements?: boolean; /** * * @type {string} * @memberof TodoApiGetMyTodoTemplatesCount */ readonly translate?: string; } /** * Request parameters for getMyTodos operation in TodoApi. * @export * @interface TodoApiGetMyTodosRequest */ export interface TodoApiGetMyTodosRequest { /** * * @type {number} * @memberof TodoApiGetMyTodos */ readonly page?: number; /** * * @type {number} * @memberof TodoApiGetMyTodos */ readonly size?: number; /** * * @type {string} * @memberof TodoApiGetMyTodos */ readonly translate?: string; /** * * @type {boolean} * @memberof TodoApiGetMyTodos */ readonly withReplacements?: boolean; /** * * @type {string} * @memberof TodoApiGetMyTodos */ readonly sort?: string; /** * * @type {string} * @memberof TodoApiGetMyTodos */ readonly search?: string; } /** * Request parameters for getMyTodosCount operation in TodoApi. * @export * @interface TodoApiGetMyTodosCountRequest */ export interface TodoApiGetMyTodosCountRequest { /** * * @type {number} * @memberof TodoApiGetMyTodosCount */ readonly page?: number; /** * * @type {number} * @memberof TodoApiGetMyTodosCount */ readonly size?: number; /** * * @type {string} * @memberof TodoApiGetMyTodosCount */ readonly sort?: string; /** * * @type {string} * @memberof TodoApiGetMyTodosCount */ readonly search?: string; /** * * @type {boolean} * @memberof TodoApiGetMyTodosCount */ readonly withReplacements?: boolean; /** * * @type {string} * @memberof TodoApiGetMyTodosCount */ readonly translate?: string; } /** * Request parameters for getTodo operation in TodoApi. * @export * @interface TodoApiGetTodoRequest */ export interface TodoApiGetTodoRequest { /** * * @type {string} * @memberof TodoApiGetTodo */ readonly id: string; /** * * @type {string} * @memberof TodoApiGetTodo */ readonly translate?: string; } /** * Request parameters for getTodoSurcharge operation in TodoApi. * @export * @interface TodoApiGetTodoSurchargeRequest */ export interface TodoApiGetTodoSurchargeRequest { /** * * @type {string} * @memberof TodoApiGetTodoSurcharge */ readonly id: string; /** * * @type {string} * @memberof TodoApiGetTodoSurcharge */ readonly translate?: string; } /** * Request parameters for getTodoSurcharges operation in TodoApi. * @export * @interface TodoApiGetTodoSurchargesRequest */ export interface TodoApiGetTodoSurchargesRequest { /** * * @type {number} * @memberof TodoApiGetTodoSurcharges */ readonly page?: number; /** * * @type {number} * @memberof TodoApiGetTodoSurcharges */ readonly size?: number; /** * * @type {string} * @memberof TodoApiGetTodoSurcharges */ readonly translate?: string; /** * * @type {boolean} * @memberof TodoApiGetTodoSurcharges */ readonly withReplacements?: boolean; /** * * @type {string} * @memberof TodoApiGetTodoSurcharges */ readonly sort?: string; /** * * @type {string} * @memberof TodoApiGetTodoSurcharges */ readonly search?: string; } /** * Request parameters for getTodoSurchargesCount operation in TodoApi. * @export * @interface TodoApiGetTodoSurchargesCountRequest */ export interface TodoApiGetTodoSurchargesCountRequest { /** * * @type {number} * @memberof TodoApiGetTodoSurchargesCount */ readonly page?: number; /** * * @type {number} * @memberof TodoApiGetTodoSurchargesCount */ readonly size?: number; /** * * @type {string} * @memberof TodoApiGetTodoSurchargesCount */ readonly sort?: string; /** * * @type {string} * @memberof TodoApiGetTodoSurchargesCount */ readonly search?: string; /** * * @type {boolean} * @memberof TodoApiGetTodoSurchargesCount */ readonly withReplacements?: boolean; /** * * @type {string} * @memberof TodoApiGetTodoSurchargesCount */ readonly translate?: string; } /** * Request parameters for getTodoTemplate operation in TodoApi. * @export * @interface TodoApiGetTodoTemplateRequest */ export interface TodoApiGetTodoTemplateRequest { /** * * @type {string} * @memberof TodoApiGetTodoTemplate */ readonly id: string; /** * * @type {string} * @memberof TodoApiGetTodoTemplate */ readonly translate?: string; } /** * Request parameters for getTodoTemplates operation in TodoApi. * @export * @interface TodoApiGetTodoTemplatesRequest */ export interface TodoApiGetTodoTemplatesRequest { /** * * @type {number} * @memberof TodoApiGetTodoTemplates */ readonly page?: number; /** * * @type {number} * @memberof TodoApiGetTodoTemplates */ readonly size?: number; /** * * @type {string} * @memberof TodoApiGetTodoTemplates */ readonly translate?: string; /** * * @type {boolean} * @memberof TodoApiGetTodoTemplates */ readonly withReplacements?: boolean; /** * * @type {string} * @memberof TodoApiGetTodoTemplates */ readonly sort?: string; /** * * @type {string} * @memberof TodoApiGetTodoTemplates */ readonly search?: string; } /** * Request parameters for getTodoTemplatesCount operation in TodoApi. * @export * @interface TodoApiGetTodoTemplatesCountRequest */ export interface TodoApiGetTodoTemplatesCountRequest { /** * * @type {number} * @memberof TodoApiGetTodoTemplatesCount */ readonly page?: number; /** * * @type {number} * @memberof TodoApiGetTodoTemplatesCount */ readonly size?: number; /** * * @type {string} * @memberof TodoApiGetTodoTemplatesCount */ readonly sort?: string; /** * * @type {string} * @memberof TodoApiGetTodoTemplatesCount */ readonly search?: string; /** * * @type {boolean} * @memberof TodoApiGetTodoTemplatesCount */ readonly withReplacements?: boolean; /** * * @type {string} * @memberof TodoApiGetTodoTemplatesCount */ readonly translate?: string; } /** * Request parameters for getTodos operation in TodoApi. * @export * @interface TodoApiGetTodosRequest */ export interface TodoApiGetTodosRequest { /** * * @type {number} * @memberof TodoApiGetTodos */ readonly page?: number; /** * * @type {number} * @memberof TodoApiGetTodos */ readonly size?: number; /** * * @type {string} * @memberof TodoApiGetTodos */ readonly translate?: string; /** * * @type {boolean} * @memberof TodoApiGetTodos */ readonly withReplacements?: boolean; /** * * @type {string} * @memberof TodoApiGetTodos */ readonly sort?: string; /** * * @type {string} * @memberof TodoApiGetTodos */ readonly search?: string; } /** * Request parameters for getTodosCount operation in TodoApi. * @export * @interface TodoApiGetTodosCountRequest */ export interface TodoApiGetTodosCountRequest { /** * * @type {number} * @memberof TodoApiGetTodosCount */ readonly page?: number; /** * * @type {number} * @memberof TodoApiGetTodosCount */ readonly size?: number; /** * * @type {string} * @memberof TodoApiGetTodosCount */ readonly sort?: string; /** * * @type {string} * @memberof TodoApiGetTodosCount */ readonly search?: string; /** * * @type {boolean} * @memberof TodoApiGetTodosCount */ readonly withReplacements?: boolean; /** * * @type {string} * @memberof TodoApiGetTodosCount */ readonly translate?: string; } /** * Request parameters for mytodoExists operation in TodoApi. * @export * @interface TodoApiMytodoExistsRequest */ export interface TodoApiMytodoExistsRequest { /** * * @type {string} * @memberof TodoApiMytodoExists */ readonly id: string; } /** * Request parameters for mytodoTemplateExists operation in TodoApi. * @export * @interface TodoApiMytodoTemplateExistsRequest */ export interface TodoApiMytodoTemplateExistsRequest { /** * * @type {string} * @memberof TodoApiMytodoTemplateExists */ readonly id: string; } /** * Request parameters for patchMyTodo operation in TodoApi. * @export * @interface TodoApiPatchMyTodoRequest */ export interface TodoApiPatchMyTodoRequest { /** * * @type {string} * @memberof TodoApiPatchMyTodo */ readonly id: string; /** * * @type {any} * @memberof TodoApiPatchMyTodo */ readonly todo: any; /** * * @type {string} * @memberof TodoApiPatchMyTodo */ readonly translate?: string; } /** * Request parameters for patchMyTodoTemplate operation in TodoApi. * @export * @interface TodoApiPatchMyTodoTemplateRequest */ export interface TodoApiPatchMyTodoTemplateRequest { /** * * @type {string} * @memberof TodoApiPatchMyTodoTemplate */ readonly id: string; /** * * @type {any} * @memberof TodoApiPatchMyTodoTemplate */ readonly todoTemplate: any; /** * * @type {string} * @memberof TodoApiPatchMyTodoTemplate */ readonly translate?: string; } /** * Request parameters for patchTodo operation in TodoApi. * @export * @interface TodoApiPatchTodoRequest */ export interface TodoApiPatchTodoRequest { /** * * @type {string} * @memberof TodoApiPatchTodo */ readonly id: string; /** * * @type {any} * @memberof TodoApiPatchTodo */ readonly todo: any; /** * * @type {string} * @memberof TodoApiPatchTodo */ readonly translate?: string; } /** * Request parameters for patchTodoSurcharge operation in TodoApi. * @export * @interface TodoApiPatchTodoSurchargeRequest */ export interface TodoApiPatchTodoSurchargeRequest { /** * * @type {string} * @memberof TodoApiPatchTodoSurcharge */ readonly id: string; /** * * @type {any} * @memberof TodoApiPatchTodoSurcharge */ readonly todoSurcharge: any; /** * * @type {string} * @memberof TodoApiPatchTodoSurcharge */ readonly translate?: string; } /** * Request parameters for patchTodoTemplate operation in TodoApi. * @export * @interface TodoApiPatchTodoTemplateRequest */ export interface TodoApiPatchTodoTemplateRequest { /** * * @type {string} * @memberof TodoApiPatchTodoTemplate */ readonly id: string; /** * * @type {any} * @memberof TodoApiPatchTodoTemplate */ readonly todoTemplate: any; /** * * @type {string} * @memberof TodoApiPatchTodoTemplate */ readonly translate?: string; } /** * Request parameters for performMyTodoSearch operation in TodoApi. * @export * @interface TodoApiPerformMyTodoSearchRequest */ export interface TodoApiPerformMyTodoSearchRequest { /** * * @type {SearchRequestDto} * @memberof TodoApiPerformMyTodoSearch */ readonly searchRequest: SearchRequestDto; /** * * @type {string} * @memberof TodoApiPerformMyTodoSearch */ readonly translate?: string; } /** * Request parameters for performMyTodoTemplateSearch operation in TodoApi. * @export * @interface TodoApiPerformMyTodoTemplateSearchRequest */ export interface TodoApiPerformMyTodoTemplateSearchRequest { /** * * @type {SearchRequestDto} * @memberof TodoApiPerformMyTodoTemplateSearch */ readonly searchRequest: SearchRequestDto; /** * * @type {string} * @memberof TodoApiPerformMyTodoTemplateSearch */ readonly translate?: string; } /** * Request parameters for performTodoSearch operation in TodoApi. * @export * @interface TodoApiPerformTodoSearchRequest */ export interface TodoApiPerformTodoSearchRequest { /** * * @type {SearchRequestDto} * @memberof TodoApiPerformTodoSearch */ readonly searchRequest: SearchRequestDto; /** * * @type {string} * @memberof TodoApiPerformTodoSearch */ readonly translate?: string; } /** * Request parameters for performTodoSurchargeSearch operation in TodoApi. * @export * @interface TodoApiPerformTodoSurchargeSearchRequest */ export interface TodoApiPerformTodoSurchargeSearchRequest { /** * * @type {SearchRequestDto} * @memberof TodoApiPerformTodoSurchargeSearch */ readonly searchRequest: SearchRequestDto; /** * * @type {string} * @memberof TodoApiPerformTodoSurchargeSearch */ readonly translate?: string; } /** * Request parameters for performTodoTemplateSearch operation in TodoApi. * @export * @interface TodoApiPerformTodoTemplateSearchRequest */ export interface TodoApiPerformTodoTemplateSearchRequest { /** * * @type {SearchRequestDto} * @memberof TodoApiPerformTodoTemplateSearch */ readonly searchRequest: SearchRequestDto; /** * * @type {string} * @memberof TodoApiPerformTodoTemplateSearch */ readonly translate?: string; } /** * Request parameters for putMyTodo operation in TodoApi. * @export * @interface TodoApiPutMyTodoRequest */ export interface TodoApiPutMyTodoRequest { /** * * @type {string} * @memberof TodoApiPutMyTodo */ readonly id: string; /** * * @type {TodoDto} * @memberof TodoApiPutMyTodo */ readonly todo: TodoDto; /** * * @type {string} * @memberof TodoApiPutMyTodo */ readonly translate?: string; } /** * Request parameters for putMyTodoTemplate operation in TodoApi. * @export * @interface TodoApiPutMyTodoTemplateRequest */ export interface TodoApiPutMyTodoTemplateRequest { /** * * @type {string} * @memberof TodoApiPutMyTodoTemplate */ readonly id: string; /** * * @type {TodoTemplateDto} * @memberof TodoApiPutMyTodoTemplate */ readonly todoTemplate: TodoTemplateDto; /** * * @type {string} * @memberof TodoApiPutMyTodoTemplate */ readonly translate?: string; } /** * Request parameters for putTodo operation in TodoApi. * @export * @interface TodoApiPutTodoRequest */ export interface TodoApiPutTodoRequest { /** * * @type {string} * @memberof TodoApiPutTodo */ readonly id: string; /** * * @type {TodoDto} * @memberof TodoApiPutTodo */ readonly todo: TodoDto; /** * * @type {string} * @memberof TodoApiPutTodo */ readonly translate?: string; } /** * Request parameters for putTodoSurcharge operation in TodoApi. * @export * @interface TodoApiPutTodoSurchargeRequest */ export interface TodoApiPutTodoSurchargeRequest { /** * * @type {string} * @memberof TodoApiPutTodoSurcharge */ readonly id: string; /** * * @type {TodoSurchargeDto} * @memberof TodoApiPutTodoSurcharge */ readonly todoSurcharge: TodoSurchargeDto; /** * * @type {string} * @memberof TodoApiPutTodoSurcharge */ readonly translate?: string; } /** * Request parameters for putTodoTemplate operation in TodoApi. * @export * @interface TodoApiPutTodoTemplateRequest */ export interface TodoApiPutTodoTemplateRequest { /** * * @type {string} * @memberof TodoApiPutTodoTemplate */ readonly id: string; /** * * @type {TodoTemplateDto} * @memberof TodoApiPutTodoTemplate */ readonly todoTemplate: TodoTemplateDto; /** * * @type {string} * @memberof TodoApiPutTodoTemplate */ readonly translate?: string; } /** * Request parameters for todoExists operation in TodoApi. * @export * @interface TodoApiTodoExistsRequest */ export interface TodoApiTodoExistsRequest { /** * * @type {string} * @memberof TodoApiTodoExists */ readonly id: string; } /** * Request parameters for todoSurchargeExists operation in TodoApi. * @export * @interface TodoApiTodoSurchargeExistsRequest */ export interface TodoApiTodoSurchargeExistsRequest { /** * * @type {string} * @memberof TodoApiTodoSurchargeExists */ readonly id: string; } /** * Request parameters for todoTemplateExists operation in TodoApi. * @export * @interface TodoApiTodoTemplateExistsRequest */ export interface TodoApiTodoTemplateExistsRequest { /** * * @type {string} * @memberof TodoApiTodoTemplateExists */ readonly id: string; } /** * TodoApi - object-oriented interface * @export * @class TodoApi * @extends {BaseAPI} */ export declare class TodoApi extends BaseAPI { /** * * @param {TodoApiCreateMyTodoRequest} requestParameters Request parameters. * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof TodoApi */ createMyTodo(requestParameters: TodoApiCreateMyTodoRequest, options?: any): Promise>; /** * * @param {TodoApiCreateMyTodoTemplateRequest} requestParameters Request parameters. * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof TodoApi */ createMyTodoTemplate(requestParameters: TodoApiCreateMyTodoTemplateRequest, options?: any): Promise>; /** * * @param {TodoApiCreateTodoRequest} requestParameters Request parameters. * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof TodoApi */ createTodo(requestParameters: TodoApiCreateTodoRequest, options?: any): Promise>; /** * * @param {TodoApiCreateTodoSurchargeRequest} requestParameters Request parameters. * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof TodoApi */ createTodoSurcharge(requestParameters: TodoApiCreateTodoSurchargeRequest, options?: any): Promise>; /** * * @param {TodoApiCreateTodoTemplateRequest} requestParameters Request parameters. * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof TodoApi */ createTodoTemplate(requestParameters: TodoApiCreateTodoTemplateRequest, options?: any): Promise>; /** * * @param {TodoApiDeleteManyMyTodoTemplatesRequest} requestParameters Request parameters. * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof TodoApi */ deleteManyMyTodoTemplates(requestParameters: TodoApiDeleteManyMyTodoTemplatesRequest, options?: any): Promise>; /** * * @param {TodoApiDeleteManyMyTodosRequest} requestParameters Request parameters. * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof TodoApi */ deleteManyMyTodos(requestParameters: TodoApiDeleteManyMyTodosRequest, options?: any): Promise>; /** * * @param {TodoApiDeleteManyTodoSurchargesRequest} requestParameters Request parameters. * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof TodoApi */ deleteManyTodoSurcharges(requestParameters: TodoApiDeleteManyTodoSurchargesRequest, options?: any): Promise>; /** * * @param {TodoApiDeleteManyTodoTemplatesRequest} requestParameters Request parameters. * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof TodoApi */ deleteManyTodoTemplates(requestParameters: TodoApiDeleteManyTodoTemplatesRequest, options?: any): Promise>; /** * * @param {TodoApiDeleteManyTodosRequest} requestParameters Request parameters. * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof TodoApi */ deleteManyTodos(requestParameters: TodoApiDeleteManyTodosRequest, options?: any): Promise>; /** * * @param {TodoApiDeleteMyTodoRequest} requestParameters Request parameters. * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof TodoApi */ deleteMyTodo(requestParameters: TodoApiDeleteMyTodoRequest, options?: any): Promise>; /** * * @param {TodoApiDeleteMyTodoTemplateRequest} requestParameters Request parameters. * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof TodoApi */ deleteMyTodoTemplate(requestParameters: TodoApiDeleteMyTodoTemplateRequest, options?: any): Promise>; /** * * @param {TodoApiDeleteTodoRequest} requestParameters Request parameters. * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof TodoApi */ deleteTodo(requestParameters: TodoApiDeleteTodoRequest, options?: any): Promise>; /** * * @param {TodoApiDeleteTodoSurchargeRequest} requestParameters Request parameters. * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof TodoApi */ deleteTodoSurcharge(requestParameters: TodoApiDeleteTodoSurchargeRequest, options?: any): Promise>; /** * * @param {TodoApiDeleteTodoTemplateRequest} requestParameters Request parameters. * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof TodoApi */ deleteTodoTemplate(requestParameters: TodoApiDeleteTodoTemplateRequest, options?: any): Promise>; /** * Returns all todos across all projects owned by the current logged in user * @summary Return my todos * @param {TodoApiGetMyGlobalTodosRequest} requestParameters Request parameters. * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof TodoApi */ getMyGlobalTodos(requestParameters?: TodoApiGetMyGlobalTodosRequest, options?: any): Promise>; /** * * @param {TodoApiGetMyTodoRequest} requestParameters Request parameters. * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof TodoApi */ getMyTodo(requestParameters: TodoApiGetMyTodoRequest, options?: any): Promise>; /** * * @param {TodoApiGetMyTodoTemplateRequest} requestParameters Request parameters. * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof TodoApi */ getMyTodoTemplate(requestParameters: TodoApiGetMyTodoTemplateRequest, options?: any): Promise>; /** * * @param {TodoApiGetMyTodoTemplatesRequest} requestParameters Request parameters. * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof TodoApi */ getMyTodoTemplates(requestParameters?: TodoApiGetMyTodoTemplatesRequest, options?: any): Promise>; /** * * @param {TodoApiGetMyTodoTemplatesCountRequest} requestParameters Request parameters. * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof TodoApi */ getMyTodoTemplatesCount(requestParameters?: TodoApiGetMyTodoTemplatesCountRequest, options?: any): Promise>; /** * * @param {TodoApiGetMyTodosRequest} requestParameters Request parameters. * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof TodoApi */ getMyTodos(requestParameters?: TodoApiGetMyTodosRequest, options?: any): Promise>; /** * * @param {TodoApiGetMyTodosCountRequest} requestParameters Request parameters. * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof TodoApi */ getMyTodosCount(requestParameters?: TodoApiGetMyTodosCountRequest, options?: any): Promise>; /** * * @param {TodoApiGetTodoRequest} requestParameters Request parameters. * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof TodoApi */ getTodo(requestParameters: TodoApiGetTodoRequest, options?: any): Promise>; /** * * @param {TodoApiGetTodoSurchargeRequest} requestParameters Request parameters. * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof TodoApi */ getTodoSurcharge(requestParameters: TodoApiGetTodoSurchargeRequest, options?: any): Promise>; /** * * @param {TodoApiGetTodoSurchargesRequest} requestParameters Request parameters. * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof TodoApi */ getTodoSurcharges(requestParameters?: TodoApiGetTodoSurchargesRequest, options?: any): Promise>; /** * * @param {TodoApiGetTodoSurchargesCountRequest} requestParameters Request parameters. * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof TodoApi */ getTodoSurchargesCount(requestParameters?: TodoApiGetTodoSurchargesCountRequest, options?: any): Promise>; /** * * @param {TodoApiGetTodoTemplateRequest} requestParameters Request parameters. * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof TodoApi */ getTodoTemplate(requestParameters: TodoApiGetTodoTemplateRequest, options?: any): Promise>; /** * * @param {TodoApiGetTodoTemplatesRequest} requestParameters Request parameters. * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof TodoApi */ getTodoTemplates(requestParameters?: TodoApiGetTodoTemplatesRequest, options?: any): Promise>; /** * * @param {TodoApiGetTodoTemplatesCountRequest} requestParameters Request parameters. * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof TodoApi */ getTodoTemplatesCount(requestParameters?: TodoApiGetTodoTemplatesCountRequest, options?: any): Promise>; /** * * @param {TodoApiGetTodosRequest} requestParameters Request parameters. * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof TodoApi */ getTodos(requestParameters?: TodoApiGetTodosRequest, options?: any): Promise>; /** * * @param {TodoApiGetTodosCountRequest} requestParameters Request parameters. * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof TodoApi */ getTodosCount(requestParameters?: TodoApiGetTodosCountRequest, options?: any): Promise>; /** * This is a very performant method for checking if a Todo exists. * @summary Check if Todo exists * @param {TodoApiMytodoExistsRequest} requestParameters Request parameters. * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof TodoApi */ mytodoExists(requestParameters: TodoApiMytodoExistsRequest, options?: any): Promise>; /** * This is a very performant method for checking if a TodoTemplate exists. * @summary Check if TodoTemplate exists * @param {TodoApiMytodoTemplateExistsRequest} requestParameters Request parameters. * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof TodoApi */ mytodoTemplateExists(requestParameters: TodoApiMytodoTemplateExistsRequest, options?: any): Promise>; /** * * @param {TodoApiPatchMyTodoRequest} requestParameters Request parameters. * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof TodoApi */ patchMyTodo(requestParameters: TodoApiPatchMyTodoRequest, options?: any): Promise>; /** * * @param {TodoApiPatchMyTodoTemplateRequest} requestParameters Request parameters. * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof TodoApi */ patchMyTodoTemplate(requestParameters: TodoApiPatchMyTodoTemplateRequest, options?: any): Promise>; /** * * @param {TodoApiPatchTodoRequest} requestParameters Request parameters. * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof TodoApi */ patchTodo(requestParameters: TodoApiPatchTodoRequest, options?: any): Promise>; /** * * @param {TodoApiPatchTodoSurchargeRequest} requestParameters Request parameters. * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof TodoApi */ patchTodoSurcharge(requestParameters: TodoApiPatchTodoSurchargeRequest, options?: any): Promise>; /** * * @param {TodoApiPatchTodoTemplateRequest} requestParameters Request parameters. * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof TodoApi */ patchTodoTemplate(requestParameters: TodoApiPatchTodoTemplateRequest, options?: any): Promise>; /** * * @param {TodoApiPerformMyTodoSearchRequest} requestParameters Request parameters. * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof TodoApi */ performMyTodoSearch(requestParameters: TodoApiPerformMyTodoSearchRequest, options?: any): Promise>; /** * * @param {TodoApiPerformMyTodoTemplateSearchRequest} requestParameters Request parameters. * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof TodoApi */ performMyTodoTemplateSearch(requestParameters: TodoApiPerformMyTodoTemplateSearchRequest, options?: any): Promise>; /** * * @param {TodoApiPerformTodoSearchRequest} requestParameters Request parameters. * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof TodoApi */ performTodoSearch(requestParameters: TodoApiPerformTodoSearchRequest, options?: any): Promise>; /** * * @param {TodoApiPerformTodoSurchargeSearchRequest} requestParameters Request parameters. * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof TodoApi */ performTodoSurchargeSearch(requestParameters: TodoApiPerformTodoSurchargeSearchRequest, options?: any): Promise>; /** * * @param {TodoApiPerformTodoTemplateSearchRequest} requestParameters Request parameters. * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof TodoApi */ performTodoTemplateSearch(requestParameters: TodoApiPerformTodoTemplateSearchRequest, options?: any): Promise>; /** * * @param {TodoApiPutMyTodoRequest} requestParameters Request parameters. * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof TodoApi */ putMyTodo(requestParameters: TodoApiPutMyTodoRequest, options?: any): Promise>; /** * * @param {TodoApiPutMyTodoTemplateRequest} requestParameters Request parameters. * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof TodoApi */ putMyTodoTemplate(requestParameters: TodoApiPutMyTodoTemplateRequest, options?: any): Promise>; /** * * @param {TodoApiPutTodoRequest} requestParameters Request parameters. * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof TodoApi */ putTodo(requestParameters: TodoApiPutTodoRequest, options?: any): Promise>; /** * * @param {TodoApiPutTodoSurchargeRequest} requestParameters Request parameters. * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof TodoApi */ putTodoSurcharge(requestParameters: TodoApiPutTodoSurchargeRequest, options?: any): Promise>; /** * * @param {TodoApiPutTodoTemplateRequest} requestParameters Request parameters. * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof TodoApi */ putTodoTemplate(requestParameters: TodoApiPutTodoTemplateRequest, options?: any): Promise>; /** * This is a very performant method for checking if a Todo exists. * @summary Check if Todo exists * @param {TodoApiTodoExistsRequest} requestParameters Request parameters. * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof TodoApi */ todoExists(requestParameters: TodoApiTodoExistsRequest, options?: any): Promise>; /** * This is a very performant method for checking if a TodoSurcharge exists. * @summary Check if TodoSurcharge exists * @param {TodoApiTodoSurchargeExistsRequest} requestParameters Request parameters. * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof TodoApi */ todoSurchargeExists(requestParameters: TodoApiTodoSurchargeExistsRequest, options?: any): Promise>; /** * This is a very performant method for checking if a TodoTemplate exists. * @summary Check if TodoTemplate exists * @param {TodoApiTodoTemplateExistsRequest} requestParameters Request parameters. * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof TodoApi */ todoTemplateExists(requestParameters: TodoApiTodoTemplateExistsRequest, options?: any): Promise>; }